/*
 * BoxCallBuilder — interactive product configurator for Green Swamp Turkey Calls.
 *
 * SECTIONS
 *   1. woodGrainPatterns  — six SVG <pattern> tiles (walnut, cherry, poplar, maple, cypress, cedar)
 *                           patternUnits="userSpaceOnUse" keeps grain continuous across adjacent faces
 *   2. WOODS / SELECT / BRAND — shared constants
 *   2b. BOX_SVG_INNER  — hand-drawn 3/4-view artwork (exported from
 *                        Code/box_turkey_call.svg). The body/paddle faces carry
 *                        __BODY_FILL__ / __PADDLE_FILL__ placeholders swapped for
 *                        the chosen grain patterns at render. INLAY_STRIPES are the
 *                        lengthwise paddle inlay lines (clipped to clipPath #topClip).
 *   3. BoxCallBuilder (component)
 *      a. State + previewFlash effect
 *      b. SVG illustration — left column, 2000×780 source art in a "40 50 1920 820"
 *         viewBox. Grain patterns live in <defs>; the artwork is injected via
 *         dangerouslySetInnerHTML and wrapped in a group that stretches 1.22× wide
 *         for a "long" box. Optional inlay stripes overlay the paddle top.
 *      c. Configuration form — right column, Tailwind-styled inputs
 *
 * NOTE: This file is loaded via Babel standalone in the plain HTML page (no bundler).
 * React hooks are pulled from the global React object. If this is ever moved into a
 * proper bundled project, restore: import { useState, useEffect, useRef } from 'react';
 * and change the component declaration back to: export default function BoxCallBuilder()
 */

/* global React, ReactDOM */
const { useState, useEffect, useRef } = React;

// Each pattern: patternUnits="userSpaceOnUse", 100x200 tile, grain runs horizontally.
// Layers: base rect → depth overlays → grain stroke paths → tint overlay.
const woodGrainPatterns = {

  walnut: (
    <pattern id="grain-walnut" patternUnits="userSpaceOnUse" width="100" height="200">
      <rect width="100" height="200" fill="#4A2E1A" />
      <rect width="100" height="200" fill="#3A1E0A" fillOpacity="0.15" />
      <path d="M0,7  C18,4  40,10 60,5  C78,2  92,8  100,6"       fill="none" stroke="#6B4226" strokeWidth="0.7" strokeOpacity="0.78" />
      <path d="M0,19 C20,15 42,21 62,17 C80,13 94,19 100,17"      fill="none" stroke="#7A4A2E" strokeWidth="0.5" strokeOpacity="0.62" />
      <path d="M0,32 C15,28 38,34 58,29 C74,25 90,32 100,29"      fill="none" stroke="#6B4226" strokeWidth="0.8" strokeOpacity="0.72" />
      <path d="M0,46 C22,41 44,48 64,43 C80,39 96,46 100,43"      fill="none" stroke="#6B4226" strokeWidth="0.6" strokeOpacity="0.66" />
      <path d="M0,60 C18,55 40,62 60,57 C76,52 92,59 100,56"      fill="none" stroke="#7A4A2E" strokeWidth="0.7" strokeOpacity="0.7"  />
      <path d="M0,75 C20,70 42,77 62,72 C78,67 94,74 100,71"      fill="none" stroke="#6B4226" strokeWidth="0.5" strokeOpacity="0.66" />
      <path d="M0,90 C16,85 38,92 58,87 C76,82 90,89 100,86"      fill="none" stroke="#6B4226" strokeWidth="0.8" strokeOpacity="0.72" />
      <path d="M0,106 C22,101 44,108 64,103 C80,98 96,105 100,102" fill="none" stroke="#7A4A2E" strokeWidth="0.6" strokeOpacity="0.66" />
      <path d="M0,122 C18,117 40,124 60,119 C76,114 92,121 100,118" fill="none" stroke="#6B4226" strokeWidth="0.7" strokeOpacity="0.7"  />
      <path d="M0,139 C20,134 42,141 62,136 C78,131 94,138 100,135" fill="none" stroke="#6B4226" strokeWidth="0.5" strokeOpacity="0.66" />
      <path d="M0,157 C16,152 38,159 58,154 C74,149 90,156 100,153" fill="none" stroke="#7A4A2E" strokeWidth="0.8" strokeOpacity="0.72" />
      <path d="M0,175 C22,170 44,177 64,172 C80,167 96,174 100,171" fill="none" stroke="#6B4226" strokeWidth="0.6" strokeOpacity="0.66" />
      <path d="M0,193 C18,188 40,195 60,190 C78,185 92,192 100,189" fill="none" stroke="#6B4226" strokeWidth="0.7" strokeOpacity="0.7"  />
      <path d="M0,38  C28,34 60,40 100,37"  fill="none" stroke="#280E02" strokeWidth="1.6" strokeOpacity="0.34" />
      <path d="M0,112 C30,107 65,114 100,110" fill="none" stroke="#280E02" strokeWidth="2.0" strokeOpacity="0.28" />
      <path d="M0,164 C25,159 55,166 100,162" fill="none" stroke="#280E02" strokeWidth="1.6" strokeOpacity="0.3"  />
      <rect width="100" height="200" fill="#A06840" fillOpacity="0.04" />
    </pattern>
  ),

  cherry: (
    <pattern id="grain-cherry" patternUnits="userSpaceOnUse" width="100" height="200">
      <rect width="100" height="200" fill="#8B3A2A" />
      <rect width="100" height="200" fill="#A04530" fillOpacity="0.1" />
      <path d="M0,8   C28,7   58,9   100,8"                          fill="none" stroke="#A0522D" strokeWidth="0.5" strokeOpacity="0.55" />
      <path d="M0,18  C30,17  62,19  100,18"                         fill="none" stroke="#B06040" strokeWidth="0.4" strokeOpacity="0.4"  />
      <path d="M0,29  C22,27  52,30  80,28  C92,28  97,29  100,29"   fill="none" stroke="#A0522D" strokeWidth="0.5" strokeOpacity="0.6"  />
      <path d="M0,40  C35,38  65,41  100,40"                         fill="none" stroke="#8B4828" strokeWidth="0.4" strokeOpacity="0.45" />
      <path d="M0,51  C24,49  52,52  78,50  C90,50  96,51  100,51"   fill="none" stroke="#A0522D" strokeWidth="0.6" strokeOpacity="0.55" />
      <path d="M0,63  C28,61  56,64  84,62  C92,62  97,63  100,63"   fill="none" stroke="#7A2E1E" strokeWidth="0.4" strokeOpacity="0.3"  />
      <path d="M0,75  C26,73  54,76  80,74  C90,74  96,75  100,75"   fill="none" stroke="#A0522D" strokeWidth="0.5" strokeOpacity="0.55" />
      <path d="M0,88  C30,86  60,89  88,87  C93,87  97,88  100,88"   fill="none" stroke="#B06040" strokeWidth="0.4" strokeOpacity="0.4"  />
      <path d="M0,101 C22,99  48,102 72,100 C86,100 95,101 100,101"  fill="none" stroke="#A0522D" strokeWidth="0.5" strokeOpacity="0.6"  />
      <path d="M0,114 C32,112 62,115 90,113 C95,113 98,114 100,114"  fill="none" stroke="#8B4828" strokeWidth="0.4" strokeOpacity="0.45" />
      <path d="M0,127 C26,125 54,128 80,126 C90,126 96,127 100,127"  fill="none" stroke="#A0522D" strokeWidth="0.6" strokeOpacity="0.55" />
      <path d="M0,141 C28,139 56,142 84,140 C92,140 97,141 100,141"  fill="none" stroke="#7A2E1E" strokeWidth="0.4" strokeOpacity="0.3"  />
      <path d="M0,155 C24,153 52,156 78,154 C90,154 96,155 100,155"  fill="none" stroke="#A0522D" strokeWidth="0.5" strokeOpacity="0.55" />
      <path d="M0,169 C30,167 60,170 88,168 C93,168 97,169 100,169"  fill="none" stroke="#B06040" strokeWidth="0.4" strokeOpacity="0.4"  />
      <path d="M0,183 C22,181 48,184 72,182 C86,182 95,183 100,183"  fill="none" stroke="#A0522D" strokeWidth="0.5" strokeOpacity="0.6"  />
      <path d="M0,197 C32,195 64,198 92,196 C96,196 99,197 100,197"  fill="none" stroke="#8B4828" strokeWidth="0.4" strokeOpacity="0.45" />
      <rect width="100" height="200" fill="#C04838" fillOpacity="0.04" />
    </pattern>
  ),

  poplar: (
    <pattern id="grain-poplar" patternUnits="userSpaceOnUse" width="100" height="200">
      <rect width="100" height="200" fill="#C8C88A" />
      <rect x="0" y="0"   width="100" height="90"  fill="#D4D4A0" fillOpacity="0.22" />
      <rect x="0" y="110" width="100" height="90"  fill="#BCC880" fillOpacity="0.16" />
      <path d="M0,6   C14,2  32,8  52,4  C68,0  84,7  100,5"  fill="none" stroke="#A0A068" strokeWidth="0.6" strokeOpacity="0.5"  />
      <path d="M0,17  C20,13 42,19 62,14 C80,10 94,17 100,14" fill="none" stroke="#909060" strokeWidth="0.4" strokeOpacity="0.42" />
      <path d="M0,29  C16,24 36,30 56,25 C72,20 88,27 100,24" fill="none" stroke="#A0A068" strokeWidth="0.7" strokeOpacity="0.46" />
      <path d="M0,42  C22,37 44,43 64,38 C80,33 94,40 100,37" fill="none" stroke="#B0B072" strokeWidth="0.5" strokeOpacity="0.36" />
      <path d="M0,56  C15,51 35,57 55,52 C72,47 88,54 100,51" fill="none" stroke="#A0A068" strokeWidth="0.6" strokeOpacity="0.5"  />
      <path d="M0,71  C24,66 46,72 66,67 C82,63 96,70 100,67" fill="none" stroke="#888858" strokeWidth="0.4" strokeOpacity="0.42" />
      <path d="M0,87  C18,82 40,88 60,83 C76,79 92,86 100,83" fill="none" stroke="#A0A068" strokeWidth="0.5" strokeOpacity="0.46" />
      <path d="M0,104 C16,99 36,105 56,100 C74,96 88,103 100,100" fill="none" stroke="#B0B072" strokeWidth="0.7" strokeOpacity="0.36" />
      <path d="M0,122 C20,117 42,123 62,118 C78,114 94,121 100,118" fill="none" stroke="#A0A068" strokeWidth="0.5" strokeOpacity="0.5"  />
      <path d="M0,140 C18,135 38,141 58,136 C74,132 90,139 100,136" fill="none" stroke="#909060" strokeWidth="0.6" strokeOpacity="0.42" />
      <path d="M0,159 C22,154 44,160 64,155 C80,151 95,158 100,155" fill="none" stroke="#A0A068" strokeWidth="0.4" strokeOpacity="0.46" />
      <path d="M0,178 C16,173 36,179 56,174 C74,170 88,177 100,174" fill="none" stroke="#B0B072" strokeWidth="0.6" strokeOpacity="0.36" />
      <path d="M0,196 C20,192 42,198 62,193 C78,190 94,196 100,193" fill="none" stroke="#A0A068" strokeWidth="0.5" strokeOpacity="0.5"  />
      <rect width="100" height="200" fill="#80A040" fillOpacity="0.04" />
    </pattern>
  ),

  maple: (
    <pattern id="grain-maple" patternUnits="userSpaceOnUse" width="100" height="200">
      <rect width="100" height="200" fill="#F0E0C0" />
      <rect width="100" height="200" fill="#E8D0A8" fillOpacity="0.1" />
      <path d="M0,5   C32,4   66,6   100,5"   fill="none" stroke="#D4B896" strokeWidth="0.4"  strokeOpacity="0.45" />
      <path d="M0,11  C28,10  60,12  100,11"  fill="none" stroke="#C8A87A" strokeWidth="0.3"  strokeOpacity="0.32" />
      <path d="M0,18  C34,17  68,19  100,18"  fill="none" stroke="#D4B896" strokeWidth="0.4"  strokeOpacity="0.42" />
      <path d="M0,25  C26,24  56,26  100,25"  fill="none" stroke="#D4B896" strokeWidth="0.3"  strokeOpacity="0.37" />
      <path d="M0,33  C32,32  65,34  100,33"  fill="none" stroke="#C8A87A" strokeWidth="0.35" strokeOpacity="0.3"  />
      <path d="M0,41  C28,40  58,42  100,41"  fill="none" stroke="#D4B896" strokeWidth="0.4"  strokeOpacity="0.42" />
      <path d="M0,50  C30,49  62,51  100,50"  fill="none" stroke="#D4B896" strokeWidth="0.35" strokeOpacity="0.46" />
      <path d="M0,59  C26,58  56,60  100,59"  fill="none" stroke="#C8A87A" strokeWidth="0.3"  strokeOpacity="0.32" />
      <path d="M0,69  C32,68  65,70  100,69"  fill="none" stroke="#D4B896" strokeWidth="0.4"  strokeOpacity="0.42" />
      <path d="M0,79  C28,78  58,80  100,79"  fill="none" stroke="#D4B896" strokeWidth="0.3"  strokeOpacity="0.37" />
      <path d="M0,90  C30,89  62,91  100,90"  fill="none" stroke="#C8A87A" strokeWidth="0.35" strokeOpacity="0.3"  />
      <path d="M0,101 C26,100 56,102 100,101" fill="none" stroke="#D4B896" strokeWidth="0.4"  strokeOpacity="0.46" />
      <path d="M0,112 C32,111 65,113 100,112" fill="none" stroke="#D4B896" strokeWidth="0.35" strokeOpacity="0.42" />
      <path d="M0,124 C28,123 60,125 100,124" fill="none" stroke="#C8A87A" strokeWidth="0.3"  strokeOpacity="0.32" />
      <path d="M0,136 C30,135 62,137 100,136" fill="none" stroke="#D4B896" strokeWidth="0.4"  strokeOpacity="0.46" />
      <path d="M0,148 C26,147 56,149 100,148" fill="none" stroke="#D4B896" strokeWidth="0.3"  strokeOpacity="0.37" />
      <path d="M0,161 C32,160 65,162 100,161" fill="none" stroke="#C8A87A" strokeWidth="0.35" strokeOpacity="0.3"  />
      <path d="M0,174 C28,173 58,175 100,174" fill="none" stroke="#D4B896" strokeWidth="0.4"  strokeOpacity="0.42" />
      <path d="M0,187 C30,186 62,188 100,187" fill="none" stroke="#D4B896" strokeWidth="0.35" strokeOpacity="0.46" />
      <path d="M0,199 C26,198 56,200 100,199" fill="none" stroke="#C8A87A" strokeWidth="0.3"  strokeOpacity="0.32" />
    </pattern>
  ),

  cypress: (
    <pattern id="grain-cypress" patternUnits="userSpaceOnUse" width="100" height="200">
      <rect width="100" height="200" fill="#C8A84B" />
      <rect width="100" height="200" fill="#E0C060" fillOpacity="0.1" />
      <path d="M0,9   C35,8   70,10  100,9"   fill="none" stroke="#8B6914" strokeWidth="1.1" strokeOpacity="0.82" />
      <path d="M0,22  C32,21  66,23  100,22"  fill="none" stroke="#A0801A" strokeWidth="0.6" strokeOpacity="0.62" />
      <path d="M0,37  C36,36  72,38  100,37"  fill="none" stroke="#8B6914" strokeWidth="1.3" strokeOpacity="0.86" />
      <path d="M0,53  C30,52  64,54  100,53"  fill="none" stroke="#A0801A" strokeWidth="0.7" strokeOpacity="0.57" />
      <path d="M0,70  C34,69  70,71  100,70"  fill="none" stroke="#8B6914" strokeWidth="1.0" strokeOpacity="0.82" />
      <path d="M0,88  C32,87  66,89  100,88"  fill="none" stroke="#A0801A" strokeWidth="0.6" strokeOpacity="0.62" />
      <ellipse cx="62" cy="112" rx="13" ry="9" fill="none" stroke="#6B5010" strokeWidth="1.5" strokeOpacity="0.65" />
      <ellipse cx="62" cy="112" rx="8"  ry="5" fill="none" stroke="#5A4010" strokeWidth="1.2" strokeOpacity="0.75" />
      <ellipse cx="62" cy="112" rx="3"  ry="2" fill="#4A3010" fillOpacity="0.65" />
      <path d="M0,104 C25,104 48,107 62,109 C76,111 88,108 100,107" fill="none" stroke="#8B6914" strokeWidth="0.9" strokeOpacity="0.76" />
      <path d="M0,120 C25,119 48,117 62,115 C76,113 88,116 100,116" fill="none" stroke="#8B6914" strokeWidth="0.9" strokeOpacity="0.76" />
      <path d="M0,136 C34,135 70,137 100,136" fill="none" stroke="#8B6914" strokeWidth="1.1" strokeOpacity="0.82" />
      <path d="M0,154 C30,153 64,155 100,154" fill="none" stroke="#A0801A" strokeWidth="0.6" strokeOpacity="0.62" />
      <path d="M0,173 C36,172 72,174 100,173" fill="none" stroke="#8B6914" strokeWidth="1.3" strokeOpacity="0.86" />
      <path d="M0,192 C30,191 64,193 100,192" fill="none" stroke="#A0801A" strokeWidth="0.7" strokeOpacity="0.57" />
    </pattern>
  ),

  cedar: (
    <pattern id="grain-cedar" patternUnits="userSpaceOnUse" width="100" height="200">
      <rect width="100" height="200" fill="#8B3A2A" />
      {/* Light early-wood bands */}
      <path d="M0,0   C35,1   70,0   100,0   L100,11  C70,10  35,12  0,10  Z" fill="#C87860" fillOpacity="0.44" />
      <path d="M0,27  C32,28  66,27  100,27  L100,38  C66,37  32,39  0,37  Z" fill="#C87860" fillOpacity="0.4"  />
      <path d="M0,53  C36,54  72,53  100,53  L100,64  C72,63  36,65  0,63  Z" fill="#C87860" fillOpacity="0.44" />
      <path d="M0,79  C30,80  65,79  100,79  L100,90  C65,89  30,91  0,89  Z" fill="#C87860" fillOpacity="0.4"  />
      <path d="M0,105 C34,106 70,105 100,105 L100,116 C70,115 34,117 0,115 Z" fill="#C87860" fillOpacity="0.44" />
      <path d="M0,131 C32,132 66,131 100,131 L100,142 C66,141 32,143 0,141 Z" fill="#C87860" fillOpacity="0.4"  />
      <path d="M0,157 C36,158 72,157 100,157 L100,168 C72,167 36,169 0,167 Z" fill="#C87860" fillOpacity="0.44" />
      <path d="M0,183 C30,184 65,183 100,183 L100,194 C65,193 30,195 0,193 Z" fill="#C87860" fillOpacity="0.4"  />
      {/* Dark late-wood bands */}
      <path d="M0,13  C33,12  67,13  100,13  L100,25  C67,24  33,26  0,24  Z" fill="#5C2010" fillOpacity="0.38" />
      <path d="M0,40  C35,39  70,40  100,40  L100,51  C70,50  35,52  0,50  Z" fill="#5C2010" fillOpacity="0.35" />
      <path d="M0,66  C30,65  65,66  100,66  L100,77  C65,76  30,78  0,76  Z" fill="#5C2010" fillOpacity="0.38" />
      <path d="M0,92  C34,91  68,92  100,92  L100,103 C68,102 34,104 0,102 Z" fill="#5C2010" fillOpacity="0.35" />
      <path d="M0,118 C32,117 66,118 100,118 L100,129 C66,128 32,130 0,128 Z" fill="#5C2010" fillOpacity="0.38" />
      <path d="M0,144 C36,143 72,144 100,144 L100,155 C72,154 36,156 0,154 Z" fill="#5C2010" fillOpacity="0.35" />
      <path d="M0,170 C30,169 65,170 100,170 L100,181 C65,180 30,182 0,180 Z" fill="#5C2010" fillOpacity="0.38" />
      <path d="M0,196 C34,195 68,196 100,196 L100,200 L0,200 Z"               fill="#5C2010" fillOpacity="0.35" />
      {/* Fine grain lines over bands */}
      <path d="M0,5   C28,4   58,6   100,5"   fill="none" stroke="#D09070" strokeWidth="0.5" strokeOpacity="0.52" />
      <path d="M0,19  C30,18  62,20  100,19"  fill="none" stroke="#7A2818" strokeWidth="0.4" strokeOpacity="0.42" />
      <path d="M0,33  C26,32  56,34  100,33"  fill="none" stroke="#D09070" strokeWidth="0.5" strokeOpacity="0.52" />
      <path d="M0,46  C32,45  64,47  100,46"  fill="none" stroke="#7A2818" strokeWidth="0.4" strokeOpacity="0.38" />
      <path d="M0,59  C28,58  58,60  100,59"  fill="none" stroke="#D09070" strokeWidth="0.5" strokeOpacity="0.52" />
      <path d="M0,72  C30,71  62,73  100,72"  fill="none" stroke="#7A2818" strokeWidth="0.4" strokeOpacity="0.42" />
      <path d="M0,85  C26,84  56,86  100,85"  fill="none" stroke="#D09070" strokeWidth="0.5" strokeOpacity="0.52" />
      <path d="M0,98  C32,97  65,99  100,98"  fill="none" stroke="#7A2818" strokeWidth="0.4" strokeOpacity="0.38" />
      <path d="M0,111 C28,110 58,112 100,111" fill="none" stroke="#D09070" strokeWidth="0.5" strokeOpacity="0.52" />
      <path d="M0,124 C30,123 62,125 100,124" fill="none" stroke="#7A2818" strokeWidth="0.4" strokeOpacity="0.42" />
      <path d="M0,137 C26,136 56,138 100,137" fill="none" stroke="#D09070" strokeWidth="0.5" strokeOpacity="0.52" />
      <path d="M0,150 C32,149 64,151 100,150" fill="none" stroke="#7A2818" strokeWidth="0.4" strokeOpacity="0.38" />
      <path d="M0,163 C28,162 58,164 100,163" fill="none" stroke="#D09070" strokeWidth="0.5" strokeOpacity="0.52" />
      <path d="M0,176 C30,175 62,177 100,176" fill="none" stroke="#7A2818" strokeWidth="0.4" strokeOpacity="0.42" />
      <path d="M0,189 C26,188 56,190 100,189" fill="none" stroke="#D09070" strokeWidth="0.5" strokeOpacity="0.52" />
      <path d="M0,199 C32,198 65,200 100,199" fill="none" stroke="#7A2818" strokeWidth="0.4" strokeOpacity="0.38" />
    </pattern>
  ),
};

const WOODS = [
  { value: 'walnut',  label: 'Walnut' },
  { value: 'cherry',  label: 'Cherry' },
  { value: 'poplar',  label: 'Poplar' },
  { value: 'maple',   label: 'Maple' },
  { value: 'cypress', label: 'Cypress' },
  { value: 'cedar',   label: 'Southern Red Cedar' },
];

const SELECT =
  'w-full border border-gray-300 rounded-lg px-3 py-2.5 text-base text-gray-800 ' +
  'bg-white focus:outline-none focus:ring-2 focus:ring-stone-600 focus:border-transparent ' +
  'appearance-none cursor-pointer';

const BRAND = '#5C3A1E';

/*
 * Box-call artwork — a hand-drawn 3/4-view illustration exported to SVG.
 * The two wood faces carry placeholder fills (__BODY_FILL__ / __PADDLE_FILL__)
 * that are swapped for the selected grain patterns at render time. Everything
 * else (shading gradients, chamber, ink linework, brass pivot) is baked in.
 *
 * Injected verbatim via dangerouslySetInnerHTML so the lengthy path data stays
 * out of the JSX. The string below is generated from Code/box_turkey_call.svg.
 */
const BOX_SVG_INNER = `
<defs>
  <linearGradient id="formB" x1="0" y1="300" x2="0" y2="640" gradientUnits="userSpaceOnUse">
    <stop offset="0" stop-color="#ffffff" stop-opacity="0.10"/><stop offset="0.5" stop-color="#ffffff" stop-opacity="0.0"/>
    <stop offset="1" stop-color="#000000" stop-opacity="0.14"/>
  </linearGradient>
  <linearGradient id="formP" x1="0" y1="80" x2="0" y2="470" gradientUnits="userSpaceOnUse">
    <stop offset="0" stop-color="#ffffff" stop-opacity="0.12"/><stop offset="0.5" stop-color="#ffffff" stop-opacity="0.0"/>
    <stop offset="1" stop-color="#000000" stop-opacity="0.13"/>
  </linearGradient>
  <radialGradient id="brassHead" cx="36%" cy="28%" r="82%">
    <stop offset="0" stop-color="#fdf0b4"/><stop offset="0.30" stop-color="#e7c45e"/>
    <stop offset="0.62" stop-color="#bd8f2e"/><stop offset="1" stop-color="#5f4710"/>
  </radialGradient>
  <clipPath id="fwClip"><path d="M515.11,540.47 L525.10,520.74 L703.94,551.25 L1670.73,289.56 C1740.95,263.00 1806.70,215.66 1836.94,177.53 L1836.94,370.57 C1842.47,384.24 1779.35,423.69 1648.64,483.39 L703.41,818.19 C652.66,838.71 585.59,810.83 513.27,730.35 L515.11,540.47 Z"/></clipPath>
  <clipPath id="topClip"><path d="M96.41,573.34 C96.94,519.16 152.43,489.97 262.89,486.29 C398.33,478.13 505.64,446.05 578.75,390.82 L1539.23,130.19 C1690.72,91.52 1781.71,91.52 1812.49,130.19 C1853.51,174.11 1807.75,219.87 1670.73,260.90 L703.94,523.11 C525.10,493.39 391.23,521.53 307.07,606.48 C177.41,685.90 105.62,675.65 96.41,571.50 Z"/></clipPath>
  <filter id="blur8" x="-30%" y="-30%" width="160%" height="160%"><feGaussianBlur stdDeviation="9"/></filter>
  <filter id="soft" x="-40%" y="-40%" width="180%" height="180%"><feGaussianBlur stdDeviation="13"/></filter>
</defs>

<!-- ============ BODY (box) ============ -->
<g id="body">
  <path class="body-base" fill="__BODY_FILL__" d="M515.11,540.47 L525.10,520.74 L703.94,551.25 L1670.73,289.56 C1740.95,263.00 1806.70,215.66 1836.94,177.53 L1836.94,370.57 C1842.47,384.24 1779.35,423.69 1648.64,483.39 L703.41,818.19 C652.66,838.71 585.59,810.83 513.27,730.35 L515.11,540.47 Z"/>
  <g clip-path="url(#fwClip)">
    <path d="M717.62,651.65 C720.39,650.77 728.71,648.12 734.26,646.35 C739.81,644.59 745.36,643.06 750.90,641.05 C756.45,639.05 762.00,636.42 767.55,634.33 C773.09,632.24 778.64,631.07 784.19,628.53 C789.74,625.99 795.28,621.57 800.83,619.12 C806.38,616.66 811.93,615.54 817.47,613.79 C823.02,612.04 828.57,610.73 834.12,608.62 C839.66,606.51 845.21,603.31 850.76,601.15 C856.31,598.99 861.85,597.98 867.40,595.65 C872.95,593.32 878.50,589.34 884.05,587.17 C889.59,585.00 895.14,584.39 900.69,582.62 C906.24,580.85 911.78,578.25 917.33,576.53 C922.88,574.81 928.43,573.82 933.97,572.28 C939.52,570.74 945.07,569.27 950.62,567.28 C956.16,565.30 961.71,562.31 967.26,560.38 C972.81,558.46 978.35,557.40 983.90,555.73 C989.45,554.07 995.00,551.92 1000.55,550.38 C1006.09,548.85 1011.64,548.29 1017.19,546.54 C1022.74,544.79 1028.28,542.39 1033.83,539.89 C1039.38,537.38 1044.93,533.69 1050.47,531.52 C1056.02,529.36 1061.57,529.13 1067.12,526.90 C1072.66,524.66 1078.21,520.43 1083.76,518.11 C1089.31,515.79 1094.85,515.16 1100.40,512.97 C1105.95,510.77 1111.50,507.38 1117.04,504.94 C1122.59,502.50 1128.14,499.96 1133.69,498.34 C1139.24,496.71 1144.78,496.99 1150.33,495.18 C1155.88,493.38 1161.43,489.67 1166.97,487.51 C1172.52,485.35 1178.07,483.55 1183.62,482.21 C1189.16,480.87 1194.71,480.85 1200.26,479.49 C1205.81,478.12 1211.35,476.12 1216.90,474.05 C1222.45,471.97 1228.00,468.75 1233.54,467.04 C1239.09,465.33 1244.64,465.50 1250.19,463.80 C1255.73,462.10 1261.28,458.92 1266.83,456.84 C1272.38,454.76 1277.93,453.53 1283.47,451.32 C1289.02,449.11 1294.57,445.56 1300.12,443.57 C1305.66,441.58 1311.21,441.32 1316.76,439.38 C1322.31,437.43 1327.85,434.13 1333.40,431.91 C1338.95,429.70 1344.50,428.19 1350.04,426.08 C1355.59,423.97 1361.14,421.76 1366.69,419.24 C1372.23,416.71 1377.78,413.32 1383.33,410.95 C1388.88,408.58 1394.43,407.08 1399.97,405.02 C1405.52,402.97 1411.07,400.60 1416.62,398.60 C1422.16,396.61 1427.71,394.89 1433.26,393.04 C1438.81,391.20 1444.35,389.18 1449.90,387.53 C1455.45,385.88 1461.00,384.58 1466.54,383.16 C1472.09,381.74 1477.64,380.88 1483.19,379.01 C1488.73,377.13 1494.28,373.64 1499.83,371.90 C1505.38,370.17 1510.92,370.29 1516.47,368.60 C1522.02,366.92 1527.57,363.96 1533.12,361.81 C1538.66,359.65 1544.21,357.48 1549.76,355.67 C1555.31,353.86 1560.85,353.00 1566.40,350.93 C1571.95,348.87 1577.50,345.77 1583.04,343.29 C1588.59,340.82 1594.14,338.31 1599.69,336.08 C1605.23,333.85 1610.78,331.91 1616.33,329.91 C1621.88,327.90 1627.42,326.42 1632.97,324.05 C1638.52,321.68 1644.07,317.59 1649.62,315.67 C1655.16,313.76 1663.48,313.06 1666.26,312.54 " fill="none" stroke="#2f2417" stroke-width="0.87" opacity="0.051" stroke-linecap="round"/><path d="M716.94,658.17 C719.71,657.63 728.03,656.69 733.58,654.91 C739.13,653.13 744.67,649.71 750.22,647.52 C755.77,645.32 761.32,644.14 766.86,641.77 C772.41,639.40 777.96,635.82 783.51,633.29 C789.05,630.76 794.60,628.76 800.15,626.58 C805.70,624.39 811.25,621.94 816.79,620.17 C822.34,618.40 827.89,618.11 833.44,615.93 C838.98,613.76 844.53,609.31 850.08,607.13 C855.63,604.95 861.17,604.41 866.72,602.84 C872.27,601.26 877.82,599.44 883.36,597.70 C888.91,595.96 894.46,594.45 900.01,592.40 C905.55,590.36 911.10,587.41 916.65,585.43 C922.20,583.44 927.75,582.06 933.29,580.50 C938.84,578.94 944.39,577.52 949.94,576.05 C955.48,574.58 961.03,573.67 966.58,571.69 C972.13,569.70 977.67,566.03 983.22,564.14 C988.77,562.26 994.32,562.00 999.86,560.37 C1005.41,558.73 1010.96,556.40 1016.51,554.35 C1022.05,552.29 1027.60,550.65 1033.15,548.04 C1038.70,545.43 1044.24,540.92 1049.79,538.70 C1055.34,536.48 1060.89,536.97 1066.44,534.72 C1071.98,532.48 1077.53,527.78 1083.08,525.23 C1088.63,522.67 1094.17,521.28 1099.72,519.40 C1105.27,517.52 1110.82,515.68 1116.36,513.94 C1121.91,512.20 1127.46,511.03 1133.01,508.96 C1138.55,506.90 1144.10,503.36 1149.65,501.56 C1155.20,499.76 1160.74,499.76 1166.29,498.15 C1171.84,496.54 1177.39,493.91 1182.94,491.92 C1188.48,489.93 1194.03,488.01 1199.58,486.23 C1205.13,484.45 1210.67,483.00 1216.22,481.22 C1221.77,479.45 1227.32,477.48 1232.86,475.56 C1238.41,473.64 1243.96,471.63 1249.51,469.71 C1255.05,467.78 1260.60,465.73 1266.15,464.02 C1271.70,462.31 1277.24,461.15 1282.79,459.45 C1288.34,457.75 1293.89,456.34 1299.43,453.83 C1304.98,451.33 1310.53,447.18 1316.08,444.41 C1321.63,441.64 1327.17,439.04 1332.72,437.21 C1338.27,435.37 1343.82,435.37 1349.36,433.41 C1354.91,431.45 1360.46,427.87 1366.01,425.44 C1371.55,423.01 1377.10,420.99 1382.65,418.83 C1388.20,416.67 1393.74,414.25 1399.29,412.46 C1404.84,410.67 1410.39,409.58 1415.93,408.11 C1421.48,406.65 1427.03,405.43 1432.58,403.67 C1438.13,401.90 1443.67,399.37 1449.22,397.50 C1454.77,395.63 1460.32,394.32 1465.86,392.44 C1471.41,390.55 1476.96,387.68 1482.51,386.21 C1488.05,384.74 1493.60,385.46 1499.15,383.62 C1504.70,381.78 1510.24,377.36 1515.79,375.19 C1521.34,373.02 1526.89,372.27 1532.43,370.63 C1537.98,368.98 1543.53,367.70 1549.08,365.34 C1554.62,362.97 1560.17,358.75 1565.72,356.45 C1571.27,354.14 1576.82,353.37 1582.36,351.52 C1587.91,349.68 1593.46,347.69 1599.01,345.37 C1604.55,343.06 1610.10,339.94 1615.65,337.66 C1621.20,335.38 1626.74,334.08 1632.29,331.71 C1637.84,329.34 1643.39,325.61 1648.93,323.45 C1654.48,321.30 1662.80,319.54 1665.58,318.76 " fill="none" stroke="#2f2417" stroke-width="0.92" opacity="0.056" stroke-linecap="round"/><path d="M716.25,666.98 C719.03,666.27 727.35,664.55 732.90,662.73 C738.45,660.91 743.99,658.17 749.54,656.06 C755.09,653.95 760.64,652.43 766.18,650.07 C771.73,647.72 777.28,644.36 782.83,641.94 C788.37,639.52 793.92,637.56 799.47,635.55 C805.02,633.55 810.56,632.02 816.11,629.90 C821.66,627.78 827.21,625.14 832.75,622.86 C838.30,620.58 843.85,618.24 849.40,616.23 C854.95,614.22 860.49,612.76 866.04,610.79 C871.59,608.82 877.14,606.25 882.68,604.41 C888.23,602.57 893.78,601.08 899.33,599.74 C904.87,598.40 910.42,597.82 915.97,596.36 C921.52,594.90 927.06,592.93 932.61,590.96 C938.16,588.98 943.71,586.57 949.25,584.50 C954.80,582.43 960.35,580.57 965.90,578.52 C971.44,576.47 976.99,574.40 982.54,572.21 C988.09,570.02 993.64,567.47 999.18,565.38 C1004.73,563.30 1010.28,561.45 1015.83,559.70 C1021.37,557.95 1026.92,556.73 1032.47,554.89 C1038.02,553.05 1043.56,551.05 1049.11,548.66 C1054.66,546.28 1060.21,542.77 1065.75,540.58 C1071.30,538.40 1076.85,537.43 1082.40,535.55 C1087.94,533.67 1093.49,531.39 1099.04,529.32 C1104.59,527.25 1110.14,525.11 1115.68,523.10 C1121.23,521.10 1126.78,519.12 1132.33,517.28 C1137.87,515.44 1143.42,514.04 1148.97,512.07 C1154.52,510.10 1160.06,507.26 1165.61,505.45 C1171.16,503.65 1176.71,503.05 1182.25,501.23 C1187.80,499.42 1193.35,496.48 1198.90,494.57 C1204.44,492.65 1209.99,491.35 1215.54,489.76 C1221.09,488.17 1226.63,486.83 1232.18,485.02 C1237.73,483.21 1243.28,481.15 1248.83,478.90 C1254.37,476.65 1259.92,473.47 1265.47,471.54 C1271.02,469.60 1276.56,469.22 1282.11,467.28 C1287.66,465.34 1293.21,462.25 1298.75,459.89 C1304.30,457.54 1309.85,455.67 1315.40,453.17 C1320.94,450.68 1326.49,447.07 1332.04,444.92 C1337.59,442.77 1343.13,442.23 1348.68,440.28 C1354.23,438.33 1359.78,435.15 1365.33,433.22 C1370.87,431.28 1376.42,430.46 1381.97,428.65 C1387.52,426.84 1393.06,424.11 1398.61,422.33 C1404.16,420.56 1409.71,419.69 1415.25,417.99 C1420.80,416.28 1426.35,413.90 1431.90,412.12 C1437.44,410.33 1442.99,409.22 1448.54,407.29 C1454.09,405.36 1459.63,402.41 1465.18,400.52 C1470.73,398.63 1476.28,397.62 1481.82,395.95 C1487.37,394.29 1492.92,392.39 1498.47,390.54 C1504.02,388.70 1509.56,387.11 1515.11,384.89 C1520.66,382.66 1526.21,379.28 1531.75,377.20 C1537.30,375.12 1542.85,374.26 1548.40,372.40 C1553.94,370.53 1559.49,368.25 1565.04,366.01 C1570.59,363.76 1576.13,361.03 1581.68,358.93 C1587.23,356.83 1592.78,355.39 1598.32,353.41 C1603.87,351.44 1609.42,349.37 1614.97,347.07 C1620.52,344.78 1626.06,341.83 1631.61,339.63 C1637.16,337.42 1642.71,335.93 1648.25,333.84 C1653.80,331.75 1662.12,328.22 1664.90,327.10 " fill="none" stroke="#2f2417" stroke-width="0.97" opacity="0.083" stroke-linecap="round"/><path d="M715.57,676.05 C718.35,675.03 726.67,672.01 732.22,669.92 C737.76,667.83 743.31,665.97 748.86,663.51 C754.41,661.05 759.95,657.33 765.50,655.16 C771.05,652.99 776.60,652.44 782.15,650.46 C787.69,648.49 793.24,645.51 798.79,643.30 C804.34,641.10 809.88,639.38 815.43,637.22 C820.98,635.06 826.53,632.36 832.07,630.35 C837.62,628.35 843.17,626.89 848.72,625.18 C854.26,623.48 859.81,621.92 865.36,620.12 C870.91,618.31 876.45,616.14 882.00,614.35 C887.55,612.57 893.10,611.46 898.64,609.41 C904.19,607.36 909.74,604.08 915.29,602.03 C920.84,599.99 926.38,598.74 931.93,597.16 C937.48,595.58 943.03,594.18 948.57,592.56 C954.12,590.95 959.67,589.56 965.22,587.48 C970.76,585.40 976.31,582.12 981.86,580.09 C987.41,578.05 992.95,577.18 998.50,575.27 C1004.05,573.35 1009.60,571.12 1015.14,568.60 C1020.69,566.07 1026.24,562.42 1031.79,560.13 C1037.34,557.85 1042.88,556.97 1048.43,554.89 C1053.98,552.80 1059.53,549.97 1065.07,547.63 C1070.62,545.28 1076.17,542.90 1081.72,540.80 C1087.26,538.70 1092.81,536.86 1098.36,535.04 C1103.91,533.22 1109.45,531.73 1115.00,529.89 C1120.55,528.05 1126.10,525.85 1131.64,523.99 C1137.19,522.13 1142.74,520.57 1148.29,518.74 C1153.83,516.92 1159.38,514.65 1164.93,513.06 C1170.48,511.47 1176.03,510.78 1181.57,509.20 C1187.12,507.63 1192.67,505.34 1198.22,503.60 C1203.76,501.86 1209.31,500.56 1214.86,498.77 C1220.41,496.99 1225.95,495.06 1231.50,492.88 C1237.05,490.69 1242.60,487.57 1248.14,485.65 C1253.69,483.74 1259.24,483.67 1264.79,481.39 C1270.33,479.12 1275.88,474.46 1281.43,472.00 C1286.98,469.55 1292.53,468.72 1298.07,466.67 C1303.62,464.61 1309.17,461.85 1314.72,459.69 C1320.26,457.52 1325.81,455.86 1331.36,453.67 C1336.91,451.47 1342.45,448.33 1348.00,446.53 C1353.55,444.73 1359.10,444.65 1364.64,442.86 C1370.19,441.06 1375.74,438.02 1381.29,435.76 C1386.83,433.50 1392.38,430.94 1397.93,429.29 C1403.48,427.64 1409.02,427.57 1414.57,425.87 C1420.12,424.16 1425.67,420.82 1431.22,419.05 C1436.76,417.28 1442.31,416.88 1447.86,415.23 C1453.41,413.59 1458.95,411.01 1464.50,409.19 C1470.05,407.37 1475.60,405.92 1481.14,404.32 C1486.69,402.72 1492.24,401.49 1497.79,399.60 C1503.33,397.71 1508.88,395.36 1514.43,392.97 C1519.98,390.58 1525.52,387.46 1531.07,385.29 C1536.62,383.12 1542.17,382.04 1547.72,379.96 C1553.26,377.88 1558.81,375.23 1564.36,372.80 C1569.91,370.37 1575.45,367.81 1581.00,365.39 C1586.55,362.98 1592.10,360.26 1597.64,358.30 C1603.19,356.33 1608.74,355.38 1614.29,353.60 C1619.83,351.83 1625.38,349.37 1630.93,347.65 C1636.48,345.94 1642.02,344.93 1647.57,343.32 C1653.12,341.71 1661.44,338.89 1664.21,338.00 " fill="none" stroke="#2f2417" stroke-width="0.68" opacity="0.074" stroke-linecap="round"/><path d="M714.89,682.24 C717.67,681.19 725.99,677.91 731.54,675.97 C737.08,674.03 742.63,672.61 748.18,670.60 C753.73,668.58 759.27,666.38 764.82,663.88 C770.37,661.38 775.92,657.81 781.46,655.59 C787.01,653.38 792.56,652.32 798.11,650.58 C803.65,648.85 809.20,647.33 814.75,645.19 C820.30,643.05 825.85,639.86 831.39,637.73 C836.94,635.61 842.49,634.30 848.04,632.45 C853.58,630.60 859.13,628.41 864.68,626.65 C870.23,624.89 875.77,623.14 881.32,621.89 C886.87,620.63 892.42,620.72 897.96,619.11 C903.51,617.50 909.06,613.93 914.61,612.20 C920.15,610.47 925.70,610.28 931.25,608.74 C936.80,607.20 942.34,605.09 947.89,602.96 C953.44,600.82 958.99,598.34 964.54,595.93 C970.08,593.52 975.63,590.45 981.18,588.48 C986.73,586.50 992.27,586.20 997.82,584.07 C1003.37,581.94 1008.92,578.28 1014.46,575.69 C1020.01,573.11 1025.56,570.93 1031.11,568.57 C1036.65,566.21 1042.20,563.44 1047.75,561.54 C1053.30,559.64 1058.84,559.18 1064.39,557.17 C1069.94,555.17 1075.49,551.85 1081.04,549.51 C1086.58,547.17 1092.13,544.99 1097.68,543.14 C1103.23,541.29 1108.77,540.21 1114.32,538.38 C1119.87,536.55 1125.42,533.77 1130.96,532.18 C1136.51,530.58 1142.06,530.29 1147.61,528.82 C1153.15,527.34 1158.70,525.16 1164.25,523.31 C1169.80,521.46 1175.34,519.30 1180.89,517.73 C1186.44,516.16 1191.99,515.47 1197.53,513.89 C1203.08,512.32 1208.63,510.67 1214.18,508.29 C1219.73,505.90 1225.27,501.84 1230.82,499.58 C1236.37,497.32 1241.92,496.80 1247.46,494.73 C1253.01,492.67 1258.56,489.23 1264.11,487.17 C1269.65,485.11 1275.20,484.41 1280.75,482.39 C1286.30,480.37 1291.84,477.68 1297.39,475.06 C1302.94,472.45 1308.49,469.15 1314.03,466.70 C1319.58,464.26 1325.13,462.52 1330.68,460.41 C1336.22,458.30 1341.77,455.61 1347.32,454.06 C1352.87,452.50 1358.42,452.82 1363.96,451.08 C1369.51,449.34 1375.06,445.53 1380.61,443.62 C1386.15,441.70 1391.70,441.14 1397.25,439.58 C1402.80,438.02 1408.34,435.87 1413.89,434.24 C1419.44,432.61 1424.99,431.42 1430.53,429.80 C1436.08,428.18 1441.63,426.22 1447.18,424.50 C1452.72,422.77 1458.27,421.60 1463.82,419.45 C1469.37,417.31 1474.92,413.63 1480.46,411.62 C1486.01,409.61 1491.56,409.44 1497.11,407.40 C1502.65,405.36 1508.20,401.72 1513.75,399.37 C1519.30,397.03 1524.84,395.57 1530.39,393.31 C1535.94,391.05 1541.49,388.22 1547.03,385.81 C1552.58,383.41 1558.13,381.01 1563.68,378.88 C1569.22,376.75 1574.77,375.08 1580.32,373.03 C1585.87,370.97 1591.41,368.67 1596.96,366.56 C1602.51,364.45 1608.06,362.10 1613.61,360.35 C1619.15,358.60 1624.70,357.72 1630.25,356.06 C1635.80,354.40 1641.34,352.46 1646.89,350.39 C1652.44,348.32 1660.76,344.78 1663.53,343.66 " fill="none" stroke="#2f2417" stroke-width="0.73" opacity="0.060" stroke-linecap="round"/><path d="M714.21,692.56 C716.99,691.24 725.31,687.41 730.85,684.67 C736.40,681.93 741.95,678.26 747.50,676.10 C753.05,673.94 758.59,673.71 764.14,671.69 C769.69,669.67 775.24,666.23 780.78,663.98 C786.33,661.73 791.88,660.05 797.43,658.17 C802.97,656.30 808.52,654.57 814.07,652.71 C819.62,650.84 825.16,648.87 830.71,646.97 C836.26,645.07 841.81,642.86 847.35,641.31 C852.90,639.77 858.45,639.40 864.00,637.70 C869.54,636.00 875.09,633.06 880.64,631.13 C886.19,629.21 891.74,627.61 897.28,626.15 C902.83,624.69 908.38,624.27 913.93,622.36 C919.47,620.45 925.02,616.93 930.57,614.71 C936.12,612.49 941.66,610.78 947.21,609.06 C952.76,607.34 958.31,606.68 963.85,604.39 C969.40,602.10 974.95,597.57 980.50,595.32 C986.04,593.07 991.59,592.86 997.14,590.90 C1002.69,588.94 1008.24,586.05 1013.78,583.56 C1019.33,581.08 1024.88,578.40 1030.43,575.97 C1035.97,573.54 1041.52,570.92 1047.07,568.99 C1052.62,567.06 1058.16,566.05 1063.71,564.39 C1069.26,562.73 1074.81,561.22 1080.35,559.03 C1085.90,556.83 1091.45,553.18 1097.00,551.20 C1102.54,549.23 1108.09,548.62 1113.64,547.16 C1119.19,545.70 1124.73,544.08 1130.28,542.45 C1135.83,540.82 1141.38,539.14 1146.93,537.37 C1152.47,535.59 1158.02,533.69 1163.57,531.78 C1169.12,529.87 1174.66,527.59 1180.21,525.89 C1185.76,524.19 1191.31,523.18 1196.85,521.56 C1202.40,519.95 1207.95,518.55 1213.50,516.19 C1219.04,513.83 1224.59,509.89 1230.14,507.39 C1235.69,504.89 1241.23,503.04 1246.78,501.17 C1252.33,499.30 1257.88,498.15 1263.43,496.16 C1268.97,494.16 1274.52,491.54 1280.07,489.20 C1285.62,486.85 1291.16,484.68 1296.71,482.09 C1302.26,479.50 1307.81,475.70 1313.35,473.65 C1318.90,471.60 1324.45,471.25 1330.00,469.80 C1335.54,468.35 1341.09,466.63 1346.64,464.95 C1352.19,463.27 1357.73,461.58 1363.28,459.71 C1368.83,457.84 1374.38,455.89 1379.92,453.74 C1385.47,451.58 1391.02,448.33 1396.57,446.76 C1402.12,445.19 1407.66,445.91 1413.21,444.32 C1418.76,442.73 1424.31,439.09 1429.85,437.23 C1435.40,435.37 1440.95,434.63 1446.50,433.15 C1452.04,431.66 1457.59,430.27 1463.14,428.31 C1468.69,426.34 1474.23,423.91 1479.78,421.35 C1485.33,418.80 1490.88,415.43 1496.42,412.98 C1501.97,410.54 1507.52,408.56 1513.07,406.69 C1518.62,404.83 1524.16,404.14 1529.71,401.78 C1535.26,399.42 1540.81,394.92 1546.35,392.52 C1551.90,390.11 1557.45,389.35 1563.00,387.33 C1568.54,385.31 1574.09,382.67 1579.64,380.40 C1585.19,378.12 1590.73,375.47 1596.28,373.66 C1601.83,371.86 1607.38,371.43 1612.92,369.57 C1618.47,367.72 1624.02,364.50 1629.57,362.53 C1635.11,360.56 1640.66,359.22 1646.21,357.75 C1651.76,356.28 1660.08,354.37 1662.85,353.70 " fill="none" stroke="#2f2417" stroke-width="0.53" opacity="0.053" stroke-linecap="round"/><path d="M713.53,699.27 C716.30,698.23 724.63,695.56 730.17,693.02 C735.72,690.49 741.27,686.46 746.82,684.04 C752.36,681.62 757.91,680.52 763.46,678.50 C769.01,676.47 774.55,673.83 780.10,671.90 C785.65,669.96 791.20,668.70 796.74,666.87 C802.29,665.03 807.84,662.54 813.39,660.89 C818.94,659.24 824.48,658.76 830.03,656.94 C835.58,655.13 841.13,652.16 846.67,649.98 C852.22,647.80 857.77,645.40 863.32,643.85 C868.86,642.30 874.41,642.40 879.96,640.70 C885.51,638.99 891.05,635.48 896.60,633.62 C902.15,631.76 907.70,631.26 913.24,629.53 C918.79,627.80 924.34,625.09 929.89,623.22 C935.44,621.34 940.98,620.37 946.53,618.28 C952.08,616.19 957.63,613.03 963.17,610.69 C968.72,608.36 974.27,606.64 979.82,604.27 C985.36,601.90 990.91,598.71 996.46,596.46 C1002.01,594.21 1007.55,592.95 1013.10,590.77 C1018.65,588.60 1024.20,585.41 1029.74,583.42 C1035.29,581.43 1040.84,580.70 1046.39,578.84 C1051.93,576.98 1057.48,574.48 1063.03,572.26 C1068.58,570.04 1074.13,567.46 1079.67,565.51 C1085.22,563.55 1090.77,562.14 1096.32,560.52 C1101.86,558.90 1107.41,557.25 1112.96,555.80 C1118.51,554.35 1124.05,553.65 1129.60,551.83 C1135.15,550.00 1140.70,546.63 1146.24,544.85 C1151.79,543.06 1157.34,542.72 1162.89,541.12 C1168.43,539.51 1173.98,537.52 1179.53,535.24 C1185.08,532.96 1190.63,529.48 1196.17,527.43 C1201.72,525.39 1207.27,525.11 1212.82,522.98 C1218.36,520.84 1223.91,517.11 1229.46,514.63 C1235.01,512.15 1240.55,510.04 1246.10,508.08 C1251.65,506.12 1257.20,505.04 1262.74,502.89 C1268.29,500.75 1273.84,497.22 1279.39,495.21 C1284.93,493.21 1290.48,492.82 1296.03,490.88 C1301.58,488.94 1307.12,485.83 1312.67,483.57 C1318.22,481.31 1323.77,479.03 1329.32,477.33 C1334.86,475.62 1340.41,475.30 1345.96,473.36 C1351.51,471.42 1357.05,467.45 1362.60,465.69 C1368.15,463.92 1373.70,464.45 1379.24,462.75 C1384.79,461.05 1390.34,457.53 1395.89,455.49 C1401.43,453.45 1406.98,451.85 1412.53,450.53 C1418.08,449.21 1423.62,449.17 1429.17,447.56 C1434.72,445.96 1440.27,443.29 1445.82,440.93 C1451.36,438.56 1456.91,435.76 1462.46,433.39 C1468.01,431.01 1473.55,428.44 1479.10,426.68 C1484.65,424.91 1490.20,424.72 1495.74,422.81 C1501.29,420.89 1506.84,417.46 1512.39,415.16 C1517.93,412.86 1523.48,411.47 1529.03,409.00 C1534.58,406.54 1540.12,402.58 1545.67,400.35 C1551.22,398.12 1556.77,397.54 1562.31,395.62 C1567.86,393.69 1573.41,390.94 1578.96,388.79 C1584.51,386.65 1590.05,384.61 1595.60,382.75 C1601.15,380.90 1606.70,379.24 1612.24,377.67 C1617.79,376.10 1623.34,375.07 1628.89,373.35 C1634.43,371.64 1639.98,369.23 1645.53,367.39 C1651.08,365.56 1659.40,363.19 1662.17,362.35 " fill="none" stroke="#2f2417" stroke-width="0.92" opacity="0.055" stroke-linecap="round"/><path d="M712.85,706.88 C715.62,705.57 723.94,701.20 729.49,699.02 C735.04,696.84 740.59,695.89 746.14,693.79 C751.68,691.70 757.23,688.63 762.78,686.45 C768.33,684.27 773.87,682.62 779.42,680.71 C784.97,678.80 790.52,676.75 796.06,674.99 C801.61,673.24 807.16,672.00 812.71,670.16 C818.25,668.31 823.80,665.95 829.35,663.90 C834.90,661.86 840.44,659.78 845.99,657.88 C851.54,655.99 857.09,654.24 862.64,652.56 C868.18,650.88 873.73,649.61 879.28,647.81 C884.83,646.01 890.37,643.29 895.92,641.74 C901.47,640.20 907.02,640.34 912.56,638.56 C918.11,636.78 923.66,633.26 929.21,631.08 C934.75,628.90 940.30,627.93 945.85,625.49 C951.40,623.05 956.94,618.82 962.49,616.44 C968.04,614.05 973.59,612.96 979.13,611.19 C984.68,609.43 990.23,607.97 995.78,605.86 C1001.33,603.75 1006.87,600.88 1012.42,598.53 C1017.97,596.17 1023.52,593.81 1029.06,591.72 C1034.61,589.62 1040.16,588.03 1045.71,585.95 C1051.25,583.87 1056.80,581.21 1062.35,579.24 C1067.90,577.26 1073.44,575.82 1078.99,574.11 C1084.54,572.41 1090.09,570.59 1095.63,569.00 C1101.18,567.42 1106.73,566.19 1112.28,564.61 C1117.83,563.02 1123.37,560.97 1128.92,559.48 C1134.47,558.00 1140.02,557.65 1145.56,555.69 C1151.11,553.73 1156.66,550.02 1162.21,547.75 C1167.75,545.49 1173.30,544.08 1178.85,542.11 C1184.40,540.13 1189.94,538.09 1195.49,535.90 C1201.04,533.72 1206.59,531.20 1212.13,529.00 C1217.68,526.80 1223.23,524.90 1228.78,522.71 C1234.32,520.51 1239.87,517.95 1245.42,515.83 C1250.97,513.71 1256.52,512.26 1262.06,509.99 C1267.61,507.71 1273.16,504.01 1278.71,502.16 C1284.25,500.31 1289.80,500.67 1295.35,498.86 C1300.90,497.06 1306.44,493.19 1311.99,491.32 C1317.54,489.45 1323.09,489.26 1328.63,487.64 C1334.18,486.02 1339.73,483.48 1345.28,481.62 C1350.82,479.76 1356.37,478.29 1361.92,476.48 C1367.47,474.67 1373.02,472.32 1378.56,470.75 C1384.11,469.18 1389.66,469.00 1395.21,467.04 C1400.75,465.08 1406.30,461.01 1411.85,459.00 C1417.40,456.99 1422.94,456.88 1428.49,455.00 C1434.04,453.13 1439.59,449.82 1445.13,447.75 C1450.68,445.69 1456.23,444.53 1461.78,442.60 C1467.32,440.67 1472.87,438.67 1478.42,436.18 C1483.97,433.70 1489.51,430.20 1495.06,427.68 C1500.61,425.17 1506.16,423.38 1511.71,421.10 C1517.25,418.82 1522.80,416.11 1528.35,413.98 C1533.90,411.84 1539.44,410.33 1544.99,408.30 C1550.54,406.27 1556.09,403.66 1561.63,401.80 C1567.18,399.94 1572.73,398.50 1578.28,397.13 C1583.82,395.75 1589.37,395.32 1594.92,393.54 C1600.47,391.75 1606.01,388.49 1611.56,386.43 C1617.11,384.37 1622.66,382.83 1628.21,381.18 C1633.75,379.54 1639.30,378.31 1644.85,376.57 C1650.40,374.83 1658.72,371.70 1661.49,370.72 " fill="none" stroke="#2f2417" stroke-width="0.86" opacity="0.079" stroke-linecap="round"/><path d="M712.17,712.82 C714.94,711.99 723.26,709.57 728.81,707.86 C734.36,706.14 739.91,704.57 745.45,702.53 C751.00,700.49 756.55,697.85 762.10,695.62 C767.64,693.40 773.19,690.89 778.74,689.17 C784.29,687.45 789.84,687.37 795.38,685.31 C800.93,683.25 806.48,679.09 812.03,676.80 C817.57,674.52 823.12,672.98 828.67,671.59 C834.22,670.20 839.76,670.09 845.31,668.46 C850.86,666.83 856.41,664.04 861.95,661.80 C867.50,659.56 873.05,656.84 878.60,654.99 C884.14,653.15 889.69,652.22 895.24,650.73 C900.79,649.24 906.34,648.13 911.88,646.07 C917.43,644.00 922.98,640.78 928.53,638.34 C934.07,635.91 939.62,633.80 945.17,631.45 C950.72,629.09 956.26,626.50 961.81,624.22 C967.36,621.94 972.91,619.45 978.45,617.76 C984.00,616.07 989.55,615.93 995.10,614.08 C1000.64,612.24 1006.19,608.67 1011.74,606.68 C1017.29,604.69 1022.83,604.33 1028.38,602.17 C1033.93,600.00 1039.48,595.91 1045.03,593.67 C1050.57,591.43 1056.12,590.56 1061.67,588.73 C1067.22,586.90 1072.76,584.42 1078.31,582.70 C1083.86,580.98 1089.41,580.21 1094.95,578.42 C1100.50,576.62 1106.05,573.83 1111.60,571.93 C1117.14,570.03 1122.69,568.71 1128.24,567.01 C1133.79,565.32 1139.33,563.70 1144.88,561.79 C1150.43,559.88 1155.98,557.74 1161.53,555.55 C1167.07,553.36 1172.62,550.84 1178.17,548.64 C1183.72,546.43 1189.26,543.94 1194.81,542.31 C1200.36,540.68 1205.91,540.93 1211.45,538.87 C1217.00,536.81 1222.55,532.32 1228.10,529.95 C1233.64,527.58 1239.19,526.61 1244.74,524.62 C1250.29,522.64 1255.83,520.08 1261.38,518.05 C1266.93,516.01 1272.48,514.54 1278.02,512.39 C1283.57,510.24 1289.12,507.16 1294.67,505.12 C1300.22,503.09 1305.76,502.04 1311.31,500.19 C1316.86,498.34 1322.41,495.74 1327.95,494.04 C1333.50,492.35 1339.05,491.38 1344.60,490.01 C1350.14,488.64 1355.69,487.60 1361.24,485.83 C1366.79,484.05 1372.33,481.24 1377.88,479.36 C1383.43,477.49 1388.98,476.69 1394.52,474.60 C1400.07,472.51 1405.62,469.20 1411.17,466.81 C1416.71,464.41 1422.26,462.06 1427.81,460.21 C1433.36,458.36 1438.91,457.53 1444.45,455.69 C1450.00,453.86 1455.55,451.31 1461.10,449.20 C1466.64,447.10 1472.19,445.26 1477.74,443.07 C1483.29,440.87 1488.83,438.13 1494.38,436.04 C1499.93,433.94 1505.48,432.39 1511.02,430.49 C1516.57,428.58 1522.12,426.49 1527.67,424.61 C1533.21,422.73 1538.76,421.38 1544.31,419.20 C1549.86,417.01 1555.41,413.64 1560.95,411.49 C1566.50,409.35 1572.05,407.90 1577.60,406.33 C1583.14,404.76 1588.69,403.99 1594.24,402.06 C1599.79,400.14 1605.33,396.94 1610.88,394.77 C1616.43,392.60 1621.98,390.81 1627.52,389.04 C1633.07,387.27 1638.62,386.05 1644.17,384.18 C1649.71,382.31 1658.04,378.90 1660.81,377.84 " fill="none" stroke="#2f2417" stroke-width="0.91" opacity="0.081" stroke-linecap="round"/><path d="M711.49,720.02 C714.26,718.96 722.58,715.61 728.13,713.62 C733.68,711.64 739.23,710.08 744.77,708.11 C750.32,706.15 755.87,703.62 761.42,701.83 C766.96,700.03 772.51,698.92 778.06,697.36 C783.61,695.79 789.15,694.32 794.70,692.44 C800.25,690.57 805.80,688.14 811.34,686.10 C816.89,684.06 822.44,681.76 827.99,680.22 C833.54,678.68 839.08,678.67 844.63,676.84 C850.18,675.00 855.73,671.36 861.27,669.20 C866.82,667.04 872.37,665.72 877.92,663.87 C883.46,662.02 889.01,660.05 894.56,658.09 C900.11,656.12 905.65,654.31 911.20,652.09 C916.75,649.87 922.30,646.92 927.84,644.79 C933.39,642.66 938.94,641.35 944.49,639.30 C950.03,637.24 955.58,634.44 961.13,632.47 C966.68,630.50 972.23,629.45 977.77,627.48 C983.32,625.51 988.87,622.62 994.42,620.67 C999.96,618.72 1005.51,617.68 1011.06,615.79 C1016.61,613.90 1022.15,611.26 1027.70,609.32 C1033.25,607.38 1038.80,606.00 1044.34,604.15 C1049.89,602.30 1055.44,600.16 1060.99,598.22 C1066.53,596.28 1072.08,594.16 1077.63,592.52 C1083.18,590.88 1088.73,590.06 1094.27,588.38 C1099.82,586.70 1105.37,584.20 1110.92,582.42 C1116.46,580.65 1122.01,579.61 1127.56,577.73 C1133.11,575.84 1138.65,573.26 1144.20,571.13 C1149.75,568.99 1155.30,567.24 1160.84,564.92 C1166.39,562.61 1171.94,559.30 1177.49,557.23 C1183.03,555.15 1188.58,554.58 1194.13,552.48 C1199.68,550.38 1205.22,547.13 1210.77,544.61 C1216.32,542.09 1221.87,539.65 1227.42,537.35 C1232.96,535.05 1238.51,532.88 1244.06,530.82 C1249.61,528.77 1255.15,526.92 1260.70,525.03 C1266.25,523.13 1271.80,521.09 1277.34,519.44 C1282.89,517.78 1288.44,516.94 1293.99,515.10 C1299.53,513.26 1305.08,510.54 1310.63,508.42 C1316.18,506.30 1321.72,503.92 1327.27,502.40 C1332.82,500.88 1338.37,500.84 1343.92,499.32 C1349.46,497.81 1355.01,495.52 1360.56,493.32 C1366.11,491.13 1371.65,488.29 1377.20,486.15 C1382.75,484.02 1388.30,482.41 1393.84,480.52 C1399.39,478.63 1404.94,476.68 1410.49,474.82 C1416.03,472.95 1421.58,471.06 1427.13,469.35 C1432.68,467.64 1438.22,466.39 1443.77,464.56 C1449.32,462.72 1454.87,460.65 1460.41,458.35 C1465.96,456.05 1471.51,453.31 1477.06,450.78 C1482.61,448.24 1488.15,445.36 1493.70,443.14 C1499.25,440.93 1504.80,439.48 1510.34,437.49 C1515.89,435.51 1521.44,433.26 1526.99,431.23 C1532.53,429.20 1538.08,427.40 1543.63,425.32 C1549.18,423.24 1554.72,420.43 1560.27,418.73 C1565.82,417.04 1571.37,416.49 1576.91,415.14 C1582.46,413.78 1588.01,412.29 1593.56,410.60 C1599.11,408.91 1604.65,407.16 1610.20,404.99 C1615.75,402.83 1621.30,399.54 1626.84,397.62 C1632.39,395.69 1637.94,395.28 1643.49,393.43 C1649.03,391.59 1657.35,387.67 1660.13,386.52 " fill="none" stroke="#2f2417" stroke-width="0.72" opacity="0.078" stroke-linecap="round"/><path d="M710.81,729.02 C713.58,727.63 721.90,722.96 727.45,720.72 C733.00,718.49 738.54,717.03 744.09,715.59 C749.64,714.15 755.19,713.77 760.74,712.10 C766.28,710.43 771.83,707.50 777.38,705.58 C782.93,703.66 788.47,702.22 794.02,700.58 C799.57,698.93 805.12,697.18 810.66,695.69 C816.21,694.21 821.76,693.14 827.31,691.67 C832.85,690.20 838.40,688.83 843.95,686.87 C849.50,684.91 855.04,681.85 860.59,679.90 C866.14,677.95 871.69,677.24 877.23,675.18 C882.78,673.12 888.33,670.19 893.88,667.54 C899.43,664.88 904.97,661.40 910.52,659.24 C916.07,657.08 921.62,656.72 927.16,654.59 C932.71,652.46 938.26,649.13 943.81,646.47 C949.35,643.80 954.90,640.49 960.45,638.59 C966.00,636.70 971.54,637.18 977.09,635.10 C982.64,633.01 988.19,628.23 993.73,626.07 C999.28,623.91 1004.83,623.73 1010.38,622.14 C1015.93,620.56 1021.47,618.12 1027.02,616.56 C1032.57,615.00 1038.12,614.50 1043.66,612.80 C1049.21,611.10 1054.76,608.35 1060.31,606.36 C1065.85,604.37 1071.40,602.60 1076.95,600.87 C1082.50,599.13 1088.04,597.71 1093.59,595.94 C1099.14,594.17 1104.69,591.99 1110.23,590.27 C1115.78,588.55 1121.33,587.52 1126.88,585.60 C1132.42,583.67 1137.97,580.77 1143.52,578.74 C1149.07,576.71 1154.62,575.71 1160.16,573.42 C1165.71,571.13 1171.26,567.50 1176.81,565.01 C1182.35,562.52 1187.90,560.74 1193.45,558.45 C1199.00,556.17 1204.54,553.20 1210.09,551.28 C1215.64,549.37 1221.19,548.81 1226.73,546.96 C1232.28,545.11 1237.83,542.31 1243.38,540.20 C1248.92,538.09 1254.47,536.33 1260.02,534.30 C1265.57,532.27 1271.12,530.06 1276.66,528.04 C1282.21,526.01 1287.76,524.10 1293.31,522.16 C1298.85,520.21 1304.40,517.79 1309.95,516.37 C1315.50,514.96 1321.04,515.12 1326.59,513.65 C1332.14,512.19 1337.69,509.72 1343.23,507.60 C1348.78,505.49 1354.33,502.93 1359.88,500.97 C1365.42,499.02 1370.97,497.73 1376.52,495.85 C1382.07,493.97 1387.61,491.45 1393.16,489.70 C1398.71,487.95 1404.26,487.07 1409.81,485.33 C1415.35,483.59 1420.90,481.79 1426.45,479.26 C1432.00,476.74 1437.54,472.55 1443.09,470.20 C1448.64,467.86 1454.19,467.41 1459.73,465.19 C1465.28,462.97 1470.83,459.18 1476.38,456.89 C1481.92,454.61 1487.47,453.32 1493.02,451.47 C1498.57,449.63 1504.11,447.87 1509.66,445.84 C1515.21,443.80 1520.76,441.18 1526.31,439.27 C1531.85,437.37 1537.40,436.29 1542.95,434.41 C1548.50,432.52 1554.04,430.04 1559.59,427.95 C1565.14,425.86 1570.69,423.43 1576.23,421.86 C1581.78,420.30 1587.33,419.90 1592.88,418.55 C1598.42,417.20 1603.97,415.65 1609.52,413.76 C1615.07,411.87 1620.61,409.13 1626.16,407.20 C1631.71,405.27 1637.26,404.08 1642.80,402.20 C1648.35,400.32 1656.67,396.97 1659.45,395.92 " fill="none" stroke="#2f2417" stroke-width="0.66" opacity="0.051" stroke-linecap="round"/><path d="M710.13,736.73 C712.90,735.87 721.22,733.55 726.77,731.60 C732.32,729.66 737.86,726.73 743.41,725.05 C748.96,723.37 754.51,723.06 760.05,721.50 C765.60,719.94 771.15,717.49 776.70,715.71 C782.24,713.93 787.79,712.63 793.34,710.81 C798.89,708.98 804.43,706.69 809.98,704.75 C815.53,702.81 821.08,701.13 826.63,699.18 C832.17,697.23 837.72,694.91 843.27,693.03 C848.82,691.14 854.36,689.99 859.91,687.86 C865.46,685.73 871.01,682.47 876.55,680.25 C882.10,678.03 887.65,676.54 893.20,674.54 C898.74,672.55 904.29,670.49 909.84,668.27 C915.39,666.06 920.93,663.61 926.48,661.23 C932.03,658.86 937.58,656.38 943.13,654.03 C948.67,651.67 954.22,649.26 959.77,647.11 C965.32,644.96 970.86,642.93 976.41,641.11 C981.96,639.29 987.51,637.81 993.05,636.19 C998.60,634.57 1004.15,632.97 1009.70,631.37 C1015.24,629.77 1020.79,628.29 1026.34,626.60 C1031.89,624.90 1037.43,623.19 1042.98,621.20 C1048.53,619.21 1054.08,616.32 1059.62,614.66 C1065.17,613.00 1070.72,613.09 1076.27,611.26 C1081.82,609.42 1087.36,605.64 1092.91,603.63 C1098.46,601.62 1104.01,601.30 1109.55,599.21 C1115.10,597.13 1120.65,593.16 1126.20,591.11 C1131.74,589.07 1137.29,588.78 1142.84,586.96 C1148.39,585.15 1153.93,582.29 1159.48,580.22 C1165.03,578.16 1170.58,576.64 1176.12,574.58 C1181.67,572.52 1187.22,570.16 1192.77,567.86 C1198.32,565.56 1203.86,562.93 1209.41,560.79 C1214.96,558.66 1220.51,557.06 1226.05,555.06 C1231.60,553.07 1237.15,550.86 1242.70,548.80 C1248.24,546.74 1253.79,544.84 1259.34,542.70 C1264.89,540.57 1270.43,537.81 1275.98,535.97 C1281.53,534.12 1287.08,533.03 1292.62,531.63 C1298.17,530.24 1303.72,529.49 1309.27,527.59 C1314.81,525.69 1320.36,521.98 1325.91,520.24 C1331.46,518.49 1337.01,518.82 1342.55,517.14 C1348.10,515.46 1353.65,512.38 1359.20,510.15 C1364.74,507.93 1370.29,506.08 1375.84,503.79 C1381.39,501.51 1386.93,498.51 1392.48,496.42 C1398.03,494.33 1403.58,493.33 1409.12,491.28 C1414.67,489.23 1420.22,486.15 1425.77,484.11 C1431.31,482.07 1436.86,480.85 1442.41,479.05 C1447.96,477.25 1453.51,475.33 1459.05,473.32 C1464.60,471.32 1470.15,469.23 1475.70,467.00 C1481.24,464.77 1486.79,462.21 1492.34,459.93 C1497.89,457.66 1503.43,455.52 1508.98,453.34 C1514.53,451.16 1520.08,448.52 1525.62,446.85 C1531.17,445.17 1536.72,444.81 1542.27,443.26 C1547.81,441.72 1553.36,439.30 1558.91,437.56 C1564.46,435.82 1570.00,434.68 1575.55,432.83 C1581.10,430.98 1586.65,428.15 1592.20,426.44 C1597.74,424.73 1603.29,424.53 1608.84,422.59 C1614.39,420.64 1619.93,417.01 1625.48,414.76 C1631.03,412.51 1636.58,411.09 1642.12,409.09 C1647.67,407.09 1655.99,403.82 1658.77,402.76 " fill="none" stroke="#2f2417" stroke-width="0.95" opacity="0.075" stroke-linecap="round"/><path d="M709.44,745.68 C712.22,744.80 720.54,742.50 726.09,740.42 C731.64,738.34 737.18,735.39 742.73,733.20 C748.28,731.01 753.83,728.90 759.37,727.28 C764.92,725.66 770.47,724.89 776.02,723.49 C781.56,722.10 787.11,720.56 792.66,718.90 C798.21,717.23 803.75,715.43 809.30,713.49 C814.85,711.56 820.40,709.47 825.94,707.28 C831.49,705.09 837.04,702.53 842.59,700.35 C848.13,698.18 853.68,696.25 859.23,694.23 C864.78,692.22 870.33,690.12 875.87,688.26 C881.42,686.39 886.97,685.30 892.52,683.04 C898.06,680.79 903.61,677.18 909.16,674.72 C914.71,672.27 920.25,670.24 925.80,668.30 C931.35,666.37 936.90,664.79 942.44,663.11 C947.99,661.43 953.54,660.42 959.09,658.22 C964.63,656.03 970.18,652.34 975.73,649.94 C981.28,647.54 986.83,645.71 992.37,643.82 C997.92,641.93 1003.47,640.14 1009.02,638.61 C1014.56,637.08 1020.11,636.18 1025.66,634.64 C1031.21,633.10 1036.75,631.39 1042.30,629.38 C1047.85,627.38 1053.40,624.66 1058.94,622.60 C1064.49,620.54 1070.04,618.70 1075.59,617.01 C1081.13,615.33 1086.68,614.22 1092.23,612.49 C1097.78,610.76 1103.32,608.63 1108.87,606.65 C1114.42,604.66 1119.97,602.64 1125.52,600.59 C1131.06,598.54 1136.61,596.83 1142.16,594.37 C1147.71,591.92 1153.25,588.12 1158.80,585.85 C1164.35,583.59 1169.90,582.49 1175.44,580.78 C1180.99,579.07 1186.54,577.40 1192.09,575.56 C1197.63,573.73 1203.18,572.08 1208.73,569.79 C1214.28,567.49 1219.82,563.81 1225.37,561.80 C1230.92,559.79 1236.47,559.44 1242.02,557.72 C1247.56,556.00 1253.11,553.29 1258.66,551.49 C1264.21,549.70 1269.75,548.96 1275.30,546.94 C1280.85,544.92 1286.40,541.28 1291.94,539.36 C1297.49,537.44 1303.04,536.93 1308.59,535.44 C1314.13,533.95 1319.68,532.37 1325.23,530.40 C1330.78,528.42 1336.32,525.90 1341.87,523.59 C1347.42,521.28 1352.97,518.68 1358.51,516.55 C1364.06,514.41 1369.61,512.80 1375.16,510.77 C1380.71,508.75 1386.25,506.57 1391.80,504.41 C1397.35,502.26 1402.90,499.98 1408.44,497.84 C1413.99,495.71 1419.54,493.47 1425.09,491.61 C1430.63,489.75 1436.18,488.82 1441.73,486.68 C1447.28,484.55 1452.82,480.78 1458.37,478.79 C1463.92,476.80 1469.47,476.41 1475.01,474.74 C1480.56,473.07 1486.11,470.67 1491.66,468.76 C1497.20,466.86 1502.75,465.15 1508.30,463.31 C1513.85,461.47 1519.40,459.62 1524.94,457.74 C1530.49,455.86 1536.04,453.78 1541.59,452.04 C1547.13,450.31 1552.68,449.00 1558.23,447.33 C1563.78,445.66 1569.32,444.00 1574.87,442.02 C1580.42,440.03 1585.97,437.30 1591.51,435.43 C1597.06,433.56 1602.61,433.00 1608.16,430.79 C1613.70,428.58 1619.25,424.61 1624.80,422.15 C1630.35,419.69 1635.90,418.12 1641.44,416.03 C1646.99,413.94 1655.31,410.69 1658.09,409.62 " fill="none" stroke="#2f2417" stroke-width="0.69" opacity="0.058" stroke-linecap="round"/><path d="M708.76,753.71 C711.54,752.85 719.86,750.60 725.41,748.51 C730.95,746.42 736.50,743.10 742.05,741.18 C747.60,739.26 753.14,738.49 758.69,737.00 C764.24,735.50 769.79,733.98 775.33,732.19 C780.88,730.40 786.43,728.31 791.98,726.25 C797.53,724.18 803.07,721.60 808.62,719.79 C814.17,717.98 819.72,717.26 825.26,715.38 C830.81,713.49 836.36,710.54 841.91,708.48 C847.45,706.42 853.00,705.14 858.55,703.04 C864.10,700.94 869.64,697.93 875.19,695.88 C880.74,693.83 886.29,692.70 891.83,690.75 C897.38,688.80 902.93,686.78 908.48,684.16 C914.03,681.55 919.57,677.23 925.12,675.05 C930.67,672.88 936.22,672.76 941.76,671.11 C947.31,669.46 952.86,667.30 958.41,665.16 C963.95,663.01 969.50,660.39 975.05,658.25 C980.60,656.11 986.14,654.00 991.69,652.34 C997.24,650.67 1002.79,649.87 1008.33,648.26 C1013.88,646.65 1019.43,644.28 1024.98,642.67 C1030.52,641.06 1036.07,640.09 1041.62,638.59 C1047.17,637.09 1052.72,635.74 1058.26,633.69 C1063.81,631.64 1069.36,628.56 1074.91,626.27 C1080.45,623.99 1086.00,621.96 1091.55,619.98 C1097.10,618.00 1102.64,616.28 1108.19,614.37 C1113.74,612.46 1119.29,610.55 1124.83,608.52 C1130.38,606.50 1135.93,604.49 1141.48,602.22 C1147.02,599.96 1152.57,597.40 1158.12,594.96 C1163.67,592.52 1169.22,589.84 1174.76,587.59 C1180.31,585.33 1185.86,583.19 1191.41,581.43 C1196.95,579.66 1202.50,578.88 1208.05,577.01 C1213.60,575.14 1219.14,572.51 1224.69,570.22 C1230.24,567.92 1235.79,565.10 1241.33,563.24 C1246.88,561.39 1252.43,560.76 1257.98,559.11 C1263.52,557.46 1269.07,554.94 1274.62,553.33 C1280.17,551.73 1285.71,551.32 1291.26,549.47 C1296.81,547.63 1302.36,544.29 1307.91,542.27 C1313.45,540.25 1319.00,539.23 1324.55,537.35 C1330.10,535.47 1335.64,532.87 1341.19,531.00 C1346.74,529.12 1352.29,527.72 1357.83,526.11 C1363.38,524.51 1368.93,523.49 1374.48,521.38 C1380.02,519.27 1385.57,515.96 1391.12,513.46 C1396.67,510.96 1402.21,508.36 1407.76,506.37 C1413.31,504.38 1418.86,503.85 1424.41,501.53 C1429.95,499.21 1435.50,494.85 1441.05,492.43 C1446.60,490.02 1452.14,488.70 1457.69,487.05 C1463.24,485.40 1468.79,484.65 1474.33,482.53 C1479.88,480.41 1485.43,476.19 1490.98,474.32 C1496.52,472.44 1502.07,472.88 1507.62,471.29 C1513.17,469.69 1518.71,466.89 1524.26,464.75 C1529.81,462.61 1535.36,460.26 1540.90,458.47 C1546.45,456.67 1552.00,455.51 1557.55,453.97 C1563.10,452.43 1568.64,451.00 1574.19,449.24 C1579.74,447.48 1585.29,445.28 1590.83,443.39 C1596.38,441.50 1601.93,440.11 1607.48,437.92 C1613.02,435.74 1618.57,432.55 1624.12,430.30 C1629.67,428.05 1635.21,426.10 1640.76,424.42 C1646.31,422.75 1654.63,420.95 1657.40,420.26 " fill="none" stroke="#2f2417" stroke-width="0.74" opacity="0.068" stroke-linecap="round"/><path d="M708.08,761.31 C710.86,760.76 719.18,759.57 724.73,757.97 C730.27,756.37 735.82,753.75 741.37,751.70 C746.92,749.65 752.46,747.85 758.01,745.68 C763.56,743.51 769.11,740.63 774.65,738.69 C780.20,736.75 785.75,735.61 791.30,734.06 C796.84,732.50 802.39,731.36 807.94,729.38 C813.49,727.41 819.03,724.37 824.58,722.23 C830.13,720.08 835.68,718.35 841.23,716.50 C846.77,714.65 852.32,713.23 857.87,711.14 C863.42,709.05 868.96,706.21 874.51,703.96 C880.06,701.70 885.61,700.01 891.15,697.60 C896.70,695.18 902.25,691.85 907.80,689.48 C913.34,687.11 918.89,684.98 924.44,683.38 C929.99,681.77 935.53,681.58 941.08,679.85 C946.63,678.13 952.18,674.85 957.72,673.03 C963.27,671.21 968.82,670.55 974.37,668.94 C979.92,667.32 985.46,665.12 991.01,663.33 C996.56,661.54 1002.11,660.24 1007.65,658.19 C1013.20,656.13 1018.75,652.82 1024.30,651.01 C1029.84,649.21 1035.39,649.07 1040.94,647.38 C1046.49,645.69 1052.03,642.86 1057.58,640.86 C1063.13,638.85 1068.68,637.67 1074.22,635.34 C1079.77,633.01 1085.32,628.99 1090.87,626.87 C1096.42,624.75 1101.96,624.56 1107.51,622.60 C1113.06,620.64 1118.61,617.14 1124.15,615.12 C1129.70,613.10 1135.25,612.30 1140.80,610.49 C1146.34,608.68 1151.89,606.73 1157.44,604.25 C1162.99,601.77 1168.53,597.95 1174.08,595.61 C1179.63,593.28 1185.18,592.19 1190.72,590.25 C1196.27,588.30 1201.82,585.84 1207.37,583.95 C1212.91,582.06 1218.46,580.78 1224.01,578.93 C1229.56,577.07 1235.11,574.56 1240.65,572.83 C1246.20,571.11 1251.75,570.49 1257.30,568.60 C1262.84,566.70 1268.39,563.53 1273.94,561.45 C1279.49,559.36 1285.03,557.77 1290.58,556.09 C1296.13,554.41 1301.68,553.32 1307.22,551.36 C1312.77,549.40 1318.32,546.35 1323.87,544.34 C1329.41,542.33 1334.96,540.91 1340.51,539.31 C1346.06,537.72 1351.61,536.58 1357.15,534.77 C1362.70,532.96 1368.25,530.91 1373.80,528.43 C1379.34,525.96 1384.89,522.47 1390.44,519.90 C1395.99,517.32 1401.53,514.75 1407.08,512.98 C1412.63,511.21 1418.18,510.83 1423.72,509.26 C1429.27,507.69 1434.82,505.68 1440.37,503.54 C1445.91,501.40 1451.46,498.83 1457.01,496.44 C1462.56,494.05 1468.10,491.30 1473.65,489.21 C1479.20,487.12 1484.75,485.36 1490.30,483.92 C1495.84,482.49 1501.39,482.04 1506.94,480.59 C1512.49,479.14 1518.03,477.50 1523.58,475.22 C1529.13,472.94 1534.68,469.14 1540.22,466.91 C1545.77,464.68 1551.32,463.52 1556.87,461.86 C1562.41,460.20 1567.96,458.83 1573.51,456.95 C1579.06,455.06 1584.60,452.38 1590.15,450.57 C1595.70,448.75 1601.25,448.04 1606.80,446.05 C1612.34,444.07 1617.89,440.72 1623.44,438.64 C1628.99,436.56 1634.53,435.82 1640.08,433.58 C1645.63,431.35 1653.95,426.64 1656.72,425.25 " fill="none" stroke="#2f2417" stroke-width="0.99" opacity="0.071" stroke-linecap="round"/><path d="M707.40,768.88 C710.18,768.05 718.50,765.30 724.04,763.90 C729.59,762.50 735.14,762.08 740.69,760.50 C746.23,758.92 751.78,756.35 757.33,754.42 C762.88,752.48 768.43,750.73 773.97,748.89 C779.52,747.06 785.07,745.29 790.62,743.40 C796.16,741.51 801.71,739.41 807.26,737.56 C812.81,735.71 818.35,734.67 823.90,732.30 C829.45,729.94 835.00,725.79 840.54,723.34 C846.09,720.90 851.64,719.86 857.19,717.62 C862.73,715.39 868.28,712.17 873.83,709.96 C879.38,707.74 884.92,706.21 890.47,704.32 C896.02,702.44 901.57,700.91 907.12,698.67 C912.66,696.42 918.21,692.91 923.76,690.87 C929.31,688.82 934.85,687.90 940.40,686.39 C945.95,684.88 951.50,683.79 957.04,681.80 C962.59,679.82 968.14,676.15 973.69,674.50 C979.23,672.84 984.78,673.34 990.33,671.87 C995.88,670.39 1001.42,667.52 1006.97,665.64 C1012.52,663.77 1018.07,662.32 1023.62,660.60 C1029.16,658.89 1034.71,657.11 1040.26,655.34 C1045.81,653.57 1051.35,652.31 1056.90,649.99 C1062.45,647.66 1068.00,643.68 1073.54,641.39 C1079.09,639.11 1084.64,638.48 1090.19,636.26 C1095.73,634.04 1101.28,630.40 1106.83,628.09 C1112.38,625.79 1117.92,624.51 1123.47,622.43 C1129.02,620.36 1134.57,618.02 1140.11,615.64 C1145.66,613.27 1151.21,610.30 1156.76,608.17 C1162.31,606.04 1167.85,604.66 1173.40,602.89 C1178.95,601.12 1184.50,599.25 1190.04,597.56 C1195.59,595.86 1201.14,594.26 1206.69,592.72 C1212.23,591.18 1217.78,590.21 1223.33,588.35 C1228.88,586.48 1234.42,583.42 1239.97,581.53 C1245.52,579.63 1251.07,578.50 1256.61,576.98 C1262.16,575.46 1267.71,573.95 1273.26,572.40 C1278.81,570.86 1284.35,569.45 1289.90,567.73 C1295.45,566.00 1301.00,564.00 1306.54,562.07 C1312.09,560.14 1317.64,558.57 1323.19,556.16 C1328.73,553.75 1334.28,550.23 1339.83,547.64 C1345.38,545.05 1350.92,542.51 1356.47,540.61 C1362.02,538.72 1367.57,538.59 1373.11,536.29 C1378.66,534.00 1384.21,529.33 1389.76,526.86 C1395.30,524.38 1400.85,523.23 1406.40,521.42 C1411.95,519.60 1417.50,517.98 1423.04,515.95 C1428.59,513.92 1434.14,511.39 1439.69,509.24 C1445.23,507.10 1450.78,504.73 1456.33,503.09 C1461.88,501.44 1467.42,501.19 1472.97,499.38 C1478.52,497.57 1484.07,494.14 1489.61,492.24 C1495.16,490.34 1500.71,489.39 1506.26,487.98 C1511.80,486.58 1517.35,485.73 1522.90,483.80 C1528.45,481.86 1534.00,478.43 1539.54,476.40 C1545.09,474.37 1550.64,473.29 1556.19,471.60 C1561.73,469.91 1567.28,468.14 1572.83,466.26 C1578.38,464.39 1583.92,462.60 1589.47,460.36 C1595.02,458.11 1600.57,455.03 1606.11,452.79 C1611.66,450.55 1617.21,449.23 1622.76,446.92 C1628.30,444.61 1633.85,441.36 1639.40,438.92 C1644.95,436.49 1653.27,433.40 1656.04,432.29 " fill="none" stroke="#2f2417" stroke-width="0.57" opacity="0.064" stroke-linecap="round"/><path d="M706.72,778.27 C709.49,777.46 717.82,774.80 723.36,773.41 C728.91,772.02 734.46,771.43 740.01,769.93 C745.55,768.44 751.10,766.55 756.65,764.42 C762.20,762.29 767.74,759.09 773.29,757.14 C778.84,755.20 784.39,754.69 789.93,752.76 C795.48,750.84 801.03,748.04 806.58,745.59 C812.13,743.13 817.67,740.32 823.22,738.04 C828.77,735.76 834.32,734.26 839.86,731.88 C845.41,729.51 850.96,726.25 856.51,723.80 C862.05,721.34 867.60,719.01 873.15,717.17 C878.70,715.33 884.24,714.71 889.79,712.74 C895.34,710.78 900.89,707.30 906.43,705.39 C911.98,703.48 917.53,703.20 923.08,701.27 C928.62,699.33 934.17,695.88 939.72,693.78 C945.27,691.68 950.82,690.39 956.36,688.68 C961.91,686.98 967.46,684.86 973.01,683.54 C978.55,682.22 984.10,682.19 989.65,680.77 C995.20,679.36 1000.74,677.21 1006.29,675.06 C1011.84,672.90 1017.39,670.00 1022.93,667.83 C1028.48,665.66 1034.03,663.65 1039.58,662.05 C1045.12,660.45 1050.67,660.14 1056.22,658.23 C1061.77,656.32 1067.32,652.79 1072.86,650.57 C1078.41,648.35 1083.96,647.44 1089.51,644.91 C1095.05,642.37 1100.60,637.80 1106.15,635.36 C1111.70,632.92 1117.24,632.46 1122.79,630.26 C1128.34,628.06 1133.89,624.25 1139.43,622.17 C1144.98,620.10 1150.53,619.58 1156.08,617.82 C1161.62,616.07 1167.17,613.57 1172.72,611.63 C1178.27,609.68 1183.81,608.14 1189.36,606.17 C1194.91,604.20 1200.46,601.31 1206.01,599.81 C1211.55,598.31 1217.10,598.87 1222.65,597.18 C1228.20,595.49 1233.74,591.77 1239.29,589.66 C1244.84,587.55 1250.39,585.93 1255.93,584.52 C1261.48,583.12 1267.03,583.03 1272.58,581.24 C1278.12,579.45 1283.67,576.03 1289.22,573.77 C1294.77,571.52 1300.31,569.56 1305.86,567.69 C1311.41,565.82 1316.96,564.41 1322.51,562.54 C1328.05,560.66 1333.60,558.47 1339.15,556.43 C1344.70,554.39 1350.24,552.57 1355.79,550.31 C1361.34,548.05 1366.89,545.57 1372.43,542.86 C1377.98,540.14 1383.53,536.28 1389.08,534.02 C1394.62,531.77 1400.17,531.03 1405.72,529.33 C1411.27,527.62 1416.81,526.07 1422.36,523.82 C1427.91,521.57 1433.46,517.70 1439.00,515.80 C1444.55,513.91 1450.10,514.12 1455.65,512.45 C1461.20,510.79 1466.74,507.73 1472.29,505.83 C1477.84,503.93 1483.39,502.83 1488.93,501.06 C1494.48,499.30 1500.03,496.65 1505.58,495.23 C1511.12,493.82 1516.67,494.03 1522.22,492.57 C1527.77,491.11 1533.31,488.24 1538.86,486.47 C1544.41,484.71 1549.96,483.98 1555.50,481.98 C1561.05,479.98 1566.60,476.97 1572.15,474.48 C1577.69,471.98 1583.24,469.35 1588.79,467.00 C1594.34,464.66 1599.89,462.65 1605.43,460.43 C1610.98,458.20 1616.53,455.58 1622.08,453.66 C1627.62,451.75 1633.17,451.23 1638.72,448.93 C1644.27,446.63 1652.59,441.39 1655.36,439.88 " fill="none" stroke="#2f2417" stroke-width="0.68" opacity="0.054" stroke-linecap="round"/><path d="M706.04,787.21 C708.81,786.40 717.13,784.06 722.68,782.32 C728.23,780.59 733.78,778.92 739.33,776.78 C744.87,774.63 750.42,771.70 755.97,769.46 C761.52,767.23 767.06,765.21 772.61,763.35 C778.16,761.49 783.71,760.09 789.25,758.30 C794.80,756.51 800.35,754.75 805.90,752.62 C811.44,750.49 816.99,747.68 822.54,745.50 C828.09,743.33 833.63,741.41 839.18,739.55 C844.73,737.69 850.28,736.64 855.82,734.35 C861.37,732.06 866.92,728.15 872.47,725.80 C878.02,723.44 883.56,722.00 889.11,720.23 C894.66,718.46 900.21,716.92 905.75,715.17 C911.30,713.41 916.85,711.33 922.40,709.70 C927.94,708.06 933.49,707.17 939.04,705.36 C944.59,703.55 950.13,700.78 955.68,698.84 C961.23,696.90 966.78,695.63 972.32,693.73 C977.87,691.82 983.42,689.23 988.97,687.42 C994.52,685.61 1000.06,684.59 1005.61,682.88 C1011.16,681.18 1016.71,679.42 1022.25,677.18 C1027.80,674.94 1033.35,671.84 1038.90,669.42 C1044.44,666.99 1049.99,664.73 1055.54,662.62 C1061.09,660.52 1066.63,658.76 1072.18,656.78 C1077.73,654.80 1083.28,652.51 1088.82,650.72 C1094.37,648.94 1099.92,648.21 1105.47,646.07 C1111.01,643.92 1116.56,640.05 1122.11,637.86 C1127.66,635.67 1133.21,634.73 1138.75,632.93 C1144.30,631.13 1149.85,628.83 1155.40,627.06 C1160.94,625.30 1166.49,624.49 1172.04,622.34 C1177.59,620.18 1183.13,616.06 1188.68,614.12 C1194.23,612.19 1199.78,612.42 1205.32,610.72 C1210.87,609.02 1216.42,606.09 1221.97,603.92 C1227.51,601.76 1233.06,599.40 1238.61,597.72 C1244.16,596.03 1249.71,595.30 1255.25,593.81 C1260.80,592.31 1266.35,590.71 1271.90,588.74 C1277.44,586.77 1282.99,584.42 1288.54,581.99 C1294.09,579.57 1299.63,576.07 1305.18,574.21 C1310.73,572.36 1316.28,572.80 1321.82,570.87 C1327.37,568.95 1332.92,564.97 1338.47,562.68 C1344.01,560.38 1349.56,559.04 1355.11,557.11 C1360.66,555.18 1366.20,553.36 1371.75,551.07 C1377.30,548.79 1382.85,545.62 1388.40,543.42 C1393.94,541.21 1399.49,539.79 1405.04,537.85 C1410.59,535.91 1416.13,533.84 1421.68,531.75 C1427.23,529.67 1432.78,527.35 1438.32,525.35 C1443.87,523.34 1449.42,521.22 1454.97,519.72 C1460.51,518.21 1466.06,517.96 1471.61,516.33 C1477.16,514.70 1482.70,511.67 1488.25,509.93 C1493.80,508.19 1499.35,507.92 1504.90,505.88 C1510.44,503.85 1515.99,499.92 1521.54,497.72 C1527.09,495.52 1532.63,494.58 1538.18,492.68 C1543.73,490.78 1549.28,488.01 1554.82,486.32 C1560.37,484.64 1565.92,484.33 1571.47,482.58 C1577.01,480.83 1582.56,477.95 1588.11,475.82 C1593.66,473.69 1599.20,472.07 1604.75,469.80 C1610.30,467.53 1615.85,464.73 1621.39,462.21 C1626.94,459.69 1632.49,456.78 1638.04,454.66 C1643.59,452.54 1651.91,450.35 1654.68,449.49 " fill="none" stroke="#2f2417" stroke-width="0.51" opacity="0.059" stroke-linecap="round"/><path d="M705.36,795.73 C708.13,794.73 716.45,791.46 722.00,789.72 C727.55,787.98 733.10,786.80 738.64,785.28 C744.19,783.76 749.74,782.42 755.29,780.59 C760.83,778.77 766.38,776.71 771.93,774.32 C777.48,771.94 783.02,768.92 788.57,766.28 C794.12,763.64 799.67,760.54 805.22,758.48 C810.76,756.42 816.31,756.12 821.86,753.93 C827.41,751.73 832.95,747.59 838.50,745.32 C844.05,743.06 849.60,742.41 855.14,740.34 C860.69,738.26 866.24,734.59 871.79,732.87 C877.33,731.14 882.88,731.61 888.43,729.99 C893.98,728.37 899.52,725.21 905.07,723.14 C910.62,721.07 916.17,719.44 921.72,717.57 C927.26,715.70 932.81,713.57 938.36,711.91 C943.91,710.26 949.45,709.01 955.00,707.64 C960.55,706.27 966.10,705.56 971.64,703.69 C977.19,701.83 982.74,698.75 988.29,696.46 C993.83,694.17 999.38,691.91 1004.93,689.97 C1010.48,688.03 1016.02,686.53 1021.57,684.82 C1027.12,683.11 1032.67,681.94 1038.21,679.71 C1043.76,677.48 1049.31,673.80 1054.86,671.44 C1060.41,669.09 1065.95,667.51 1071.50,665.57 C1077.05,663.64 1082.60,662.19 1088.14,659.84 C1093.69,657.49 1099.24,653.66 1104.79,651.48 C1110.33,649.30 1115.88,648.70 1121.43,646.77 C1126.98,644.85 1132.52,642.22 1138.07,639.93 C1143.62,637.65 1149.17,635.15 1154.71,633.06 C1160.26,630.98 1165.81,628.75 1171.36,627.41 C1176.91,626.07 1182.45,626.51 1188.00,625.01 C1193.55,623.51 1199.10,620.37 1204.64,618.39 C1210.19,616.41 1215.74,614.66 1221.29,613.14 C1226.83,611.63 1232.38,611.05 1237.93,609.30 C1243.48,607.55 1249.02,604.76 1254.57,602.62 C1260.12,600.49 1265.67,598.66 1271.21,596.50 C1276.76,594.33 1282.31,591.60 1287.86,589.62 C1293.40,587.64 1298.95,586.82 1304.50,584.63 C1310.05,582.43 1315.60,578.83 1321.14,576.47 C1326.69,574.11 1332.24,572.42 1337.79,570.48 C1343.33,568.53 1348.88,566.88 1354.43,564.78 C1359.98,562.68 1365.52,560.30 1371.07,557.88 C1376.62,555.45 1382.17,552.45 1387.71,550.23 C1393.26,548.02 1398.81,546.20 1404.36,544.59 C1409.90,542.98 1415.45,542.12 1421.00,540.59 C1426.55,539.05 1432.10,537.44 1437.64,535.38 C1443.19,533.32 1448.74,529.81 1454.29,528.24 C1459.83,526.66 1465.38,527.64 1470.93,525.93 C1476.48,524.23 1482.02,520.20 1487.57,517.99 C1493.12,515.79 1498.67,514.57 1504.21,512.70 C1509.76,510.82 1515.31,508.57 1520.86,506.77 C1526.40,504.97 1531.95,503.68 1537.50,501.91 C1543.05,500.15 1548.59,498.10 1554.14,496.19 C1559.69,494.27 1565.24,492.86 1570.79,490.43 C1576.33,488.00 1581.88,483.90 1587.43,481.59 C1592.98,479.29 1598.52,478.86 1604.07,476.62 C1609.62,474.39 1615.17,470.40 1620.71,468.19 C1626.26,465.98 1631.81,465.33 1637.36,463.34 C1642.90,461.34 1651.23,457.41 1654.00,456.23 " fill="none" stroke="#2f2417" stroke-width="0.53" opacity="0.064" stroke-linecap="round"/><path d="M704.68,803.93 C707.45,803.32 715.77,802.13 721.32,800.31 C726.87,798.48 732.42,795.11 737.96,792.97 C743.51,790.83 749.06,789.45 754.61,787.46 C760.15,785.46 765.70,783.30 771.25,781.02 C776.80,778.75 782.34,775.94 787.89,773.81 C793.44,771.69 798.99,770.28 804.53,768.27 C810.08,766.26 815.63,764.25 821.18,761.77 C826.72,759.28 832.27,755.74 837.82,753.34 C843.37,750.95 848.92,749.07 854.46,747.41 C860.01,745.74 865.56,745.33 871.11,743.36 C876.65,741.39 882.20,737.59 887.75,735.58 C893.30,733.58 898.84,732.87 904.39,731.31 C909.94,729.75 915.49,727.63 921.03,726.25 C926.58,724.86 932.13,724.83 937.68,722.98 C943.22,721.12 948.77,717.06 954.32,715.12 C959.87,713.19 965.41,712.89 970.96,711.36 C976.51,709.83 982.06,707.87 987.61,705.94 C993.15,704.01 998.70,702.24 1004.25,699.76 C1009.80,697.28 1015.34,693.12 1020.89,691.06 C1026.44,689.00 1031.99,689.47 1037.53,687.40 C1043.08,685.33 1048.63,680.94 1054.18,678.65 C1059.72,676.35 1065.27,675.65 1070.82,673.61 C1076.37,671.58 1081.91,668.80 1087.46,666.42 C1093.01,664.04 1098.56,661.29 1104.11,659.33 C1109.65,657.37 1115.20,656.46 1120.75,654.65 C1126.30,652.84 1131.84,650.58 1137.39,648.48 C1142.94,646.38 1148.49,643.79 1154.03,642.07 C1159.58,640.35 1165.13,639.79 1170.68,638.18 C1176.22,636.57 1181.77,634.13 1187.32,632.43 C1192.87,630.74 1198.41,629.68 1203.96,628.02 C1209.51,626.36 1215.06,624.22 1220.60,622.47 C1226.15,620.72 1231.70,619.67 1237.25,617.53 C1242.80,615.40 1248.34,611.84 1253.89,609.68 C1259.44,607.52 1264.99,606.75 1270.53,604.55 C1276.08,602.36 1281.63,598.55 1287.18,596.51 C1292.72,594.47 1298.27,594.15 1303.82,592.31 C1309.37,590.48 1314.91,587.71 1320.46,585.49 C1326.01,583.27 1331.56,581.57 1337.10,578.99 C1342.65,576.40 1348.20,572.24 1353.75,569.96 C1359.30,567.67 1364.84,567.07 1370.39,565.27 C1375.94,563.48 1381.49,561.32 1387.03,559.20 C1392.58,557.07 1398.13,554.45 1403.68,552.50 C1409.22,550.55 1414.77,548.77 1420.32,547.49 C1425.87,546.21 1431.41,546.18 1436.96,544.84 C1442.51,543.50 1448.06,541.50 1453.60,539.43 C1459.15,537.35 1464.70,534.13 1470.25,532.38 C1475.79,530.64 1481.34,530.54 1486.89,528.94 C1492.44,527.34 1497.99,524.93 1503.53,522.77 C1509.08,520.61 1514.63,518.03 1520.18,515.99 C1525.72,513.95 1531.27,512.75 1536.82,510.53 C1542.37,508.31 1547.91,505.07 1553.46,502.66 C1559.01,500.25 1564.56,498.44 1570.10,496.08 C1575.65,493.71 1581.20,490.52 1586.75,488.48 C1592.29,486.44 1597.84,485.74 1603.39,483.86 C1608.94,481.97 1614.49,479.22 1620.03,477.17 C1625.58,475.12 1631.13,473.57 1636.68,471.54 C1642.22,469.51 1650.54,466.08 1653.32,464.99 " fill="none" stroke="#2f2417" stroke-width="0.65" opacity="0.067" stroke-linecap="round"/>
    <path d="M715.41,679.02 C718.18,678.02 726.50,675.12 732.05,673.00 C737.60,670.88 743.15,668.84 748.69,666.32 C754.24,663.80 759.79,660.41 765.34,657.89 C770.88,655.37 776.43,653.84 781.98,651.19 C787.53,648.54 793.07,644.56 798.62,642.00 C804.17,639.44 809.72,637.59 815.26,635.84 C820.81,634.09 826.36,633.49 831.91,631.47 C837.46,629.45 843.00,625.88 848.55,623.71 C854.10,621.53 859.65,620.09 865.19,618.42 C870.74,616.76 876.29,614.84 881.84,613.73 C887.38,612.62 892.93,613.16 898.48,611.76 C904.03,610.36 909.57,606.98 915.12,605.32 C920.67,603.66 926.22,603.25 931.76,601.80 C937.31,600.36 942.86,598.26 948.41,596.64 C953.95,595.03 959.50,594.09 965.05,592.11 C970.60,590.13 976.15,587.11 981.69,584.76 C987.24,582.41 992.79,580.62 998.34,578.02 C1003.88,575.43 1009.43,571.49 1014.98,569.17 C1020.53,566.85 1026.07,566.22 1031.62,564.13 C1037.17,562.04 1042.72,559.14 1048.26,556.62 C1053.81,554.11 1059.36,551.31 1064.91,549.05 C1070.45,546.80 1076.00,545.21 1081.55,543.10 C1087.10,540.98 1092.65,538.35 1098.19,536.38 C1103.74,534.41 1109.29,532.89 1114.84,531.31 C1120.38,529.72 1125.93,528.49 1131.48,526.88 C1137.03,525.27 1142.57,523.57 1148.12,521.67 C1153.67,519.77 1159.22,516.78 1164.76,515.47 C1170.31,514.15 1175.86,514.80 1181.41,513.78 C1186.95,512.76 1192.50,511.39 1198.05,509.37 C1203.60,507.34 1209.14,503.96 1214.69,501.62 C1220.24,499.28 1225.79,497.31 1231.34,495.32 C1236.88,493.33 1242.43,491.93 1247.98,489.69 C1253.53,487.46 1259.07,484.30 1264.62,481.92 C1270.17,479.54 1275.72,477.88 1281.26,475.40 C1286.81,472.92 1292.36,469.59 1297.91,467.04 C1303.45,464.48 1309.00,462.53 1314.55,460.10 C1320.10,457.66 1325.64,454.56 1331.19,452.42 C1336.74,450.29 1342.29,449.20 1347.84,447.31 C1353.38,445.42 1358.93,442.75 1364.48,441.07 C1370.03,439.38 1375.57,438.81 1381.12,437.20 C1386.67,435.59 1392.22,433.22 1397.76,431.41 C1403.31,429.59 1408.86,427.46 1414.41,426.30 C1419.95,425.14 1425.50,425.55 1431.05,424.46 C1436.60,423.38 1442.14,421.49 1447.69,419.79 C1453.24,418.09 1458.79,416.34 1464.33,414.26 C1469.88,412.19 1475.43,409.40 1480.98,407.34 C1486.53,405.27 1492.07,403.86 1497.62,401.87 C1503.17,399.87 1508.72,397.66 1514.26,395.36 C1519.81,393.06 1525.36,390.74 1530.91,388.09 C1536.45,385.44 1542.00,381.91 1547.55,379.45 C1553.10,377.00 1558.64,375.41 1564.19,373.34 C1569.74,371.27 1575.29,369.28 1580.83,367.06 C1586.38,364.83 1591.93,362.11 1597.48,359.98 C1603.03,357.84 1608.57,356.22 1614.12,354.22 C1619.67,352.23 1625.22,349.85 1630.76,348.01 C1636.31,346.17 1641.86,344.71 1647.41,343.20 C1652.95,341.69 1661.27,339.65 1664.05,338.94 " fill="none" stroke="#2f2417" stroke-width="1.56" opacity="0.100" stroke-linecap="round"/><path d="M712.25,711.41 C715.03,710.32 723.35,707.13 728.89,704.92 C734.44,702.70 739.99,700.16 745.54,698.10 C751.09,696.05 756.63,694.54 762.18,692.60 C767.73,690.67 773.28,688.49 778.82,686.50 C784.37,684.52 789.92,682.54 795.47,680.68 C801.01,678.82 806.56,676.89 812.11,675.36 C817.66,673.83 823.20,672.90 828.75,671.49 C834.30,670.09 839.85,668.23 845.39,666.93 C850.94,665.63 856.49,665.04 862.04,663.70 C867.58,662.36 873.13,660.95 878.68,658.90 C884.23,656.85 889.78,653.52 895.32,651.40 C900.87,649.27 906.42,648.01 911.97,646.15 C917.51,644.29 923.06,642.67 928.61,640.21 C934.16,637.76 939.70,634.26 945.25,631.40 C950.80,628.53 956.35,625.39 961.89,623.02 C967.44,620.66 972.99,619.48 978.54,617.18 C984.08,614.89 989.63,611.81 995.18,609.27 C1000.73,606.73 1006.28,604.08 1011.82,601.93 C1017.37,599.78 1022.92,598.34 1028.47,596.37 C1034.01,594.40 1039.56,591.87 1045.11,590.10 C1050.66,588.33 1056.20,587.05 1061.75,585.73 C1067.30,584.40 1072.85,583.64 1078.39,582.16 C1083.94,580.69 1089.49,578.54 1095.04,576.88 C1100.58,575.21 1106.13,573.47 1111.68,572.19 C1117.23,570.91 1122.77,570.35 1128.32,569.19 C1133.87,568.03 1139.42,566.94 1144.97,565.24 C1150.51,563.54 1156.06,561.37 1161.61,558.98 C1167.16,556.58 1172.70,553.08 1178.25,550.87 C1183.80,548.66 1189.35,548.25 1194.89,545.71 C1200.44,543.17 1205.99,538.54 1211.54,535.64 C1217.08,532.75 1222.63,530.86 1228.18,528.34 C1233.73,525.82 1239.27,522.95 1244.82,520.50 C1250.37,518.05 1255.92,515.58 1261.47,513.64 C1267.01,511.71 1272.56,510.57 1278.11,508.89 C1283.66,507.21 1289.20,505.45 1294.75,503.55 C1300.30,501.64 1305.85,499.08 1311.39,497.46 C1316.94,495.83 1322.49,495.32 1328.04,493.80 C1333.58,492.28 1339.13,489.71 1344.68,488.33 C1350.23,486.95 1355.77,486.90 1361.32,485.52 C1366.87,484.15 1372.42,481.84 1377.96,480.09 C1383.51,478.34 1389.06,476.96 1394.61,475.02 C1400.16,473.07 1405.70,470.41 1411.25,468.44 C1416.80,466.47 1422.35,465.17 1427.89,463.19 C1433.44,461.21 1438.99,458.65 1444.54,456.55 C1450.08,454.45 1455.63,453.14 1461.18,450.59 C1466.73,448.04 1472.27,444.02 1477.82,441.25 C1483.37,438.48 1488.92,436.11 1494.46,433.95 C1500.01,431.79 1505.56,430.77 1511.11,428.29 C1516.65,425.81 1522.20,421.40 1527.75,419.06 C1533.30,416.72 1538.85,416.16 1544.39,414.25 C1549.94,412.34 1555.49,409.31 1561.04,407.60 C1566.58,405.89 1572.13,405.37 1577.68,403.97 C1583.23,402.56 1588.77,400.96 1594.32,399.18 C1599.87,397.40 1605.42,394.65 1610.96,393.29 C1616.51,391.92 1622.06,392.30 1627.61,390.99 C1633.15,389.68 1638.70,387.23 1644.25,385.43 C1649.80,383.62 1658.12,381.03 1660.89,380.15 " fill="none" stroke="#2f2417" stroke-width="1.53" opacity="0.100" stroke-linecap="round"/><path d="M709.41,742.39 C712.19,741.72 720.51,740.10 726.05,738.36 C731.60,736.61 737.15,733.51 742.70,731.92 C748.24,730.33 753.79,730.26 759.34,728.80 C764.89,727.34 770.44,724.53 775.98,723.13 C781.53,721.74 787.08,721.55 792.63,720.43 C798.17,719.32 803.72,718.15 809.27,716.44 C814.82,714.72 820.36,712.50 825.91,710.12 C831.46,707.75 837.01,704.36 842.55,702.17 C848.10,699.98 853.65,699.07 859.20,696.98 C864.74,694.90 870.29,692.15 875.84,689.68 C881.39,687.20 886.93,684.80 892.48,682.14 C898.03,679.48 903.58,676.27 909.13,673.72 C914.67,671.17 920.22,669.03 925.77,666.83 C931.32,664.63 936.86,662.81 942.41,660.51 C947.96,658.22 953.51,654.91 959.05,653.04 C964.60,651.18 970.15,651.00 975.70,649.31 C981.24,647.63 986.79,644.72 992.34,642.92 C997.89,641.12 1003.43,640.06 1008.98,638.49 C1014.53,636.93 1020.08,634.98 1025.63,633.55 C1031.17,632.12 1036.72,630.94 1042.27,629.90 C1047.82,628.86 1053.36,628.93 1058.91,627.33 C1064.46,625.72 1070.01,622.50 1075.55,620.29 C1081.10,618.08 1086.65,616.01 1092.20,614.06 C1097.74,612.11 1103.29,610.33 1108.84,608.59 C1114.39,606.86 1119.93,606.13 1125.48,603.64 C1131.03,601.15 1136.58,596.44 1142.12,593.66 C1147.67,590.88 1153.22,589.40 1158.77,586.97 C1164.32,584.54 1169.86,581.35 1175.41,579.08 C1180.96,576.82 1186.51,575.58 1192.05,573.39 C1197.60,571.21 1203.15,568.44 1208.70,566.00 C1214.24,563.56 1219.79,560.48 1225.34,558.76 C1230.89,557.05 1236.43,557.33 1241.98,555.73 C1247.53,554.12 1253.08,550.81 1258.62,549.16 C1264.17,547.51 1269.72,547.21 1275.27,545.81 C1280.82,544.42 1286.36,542.13 1291.91,540.79 C1297.46,539.44 1303.01,539.46 1308.55,537.75 C1314.10,536.04 1319.65,532.49 1325.20,530.51 C1330.74,528.53 1336.29,527.57 1341.84,525.86 C1347.39,524.15 1352.93,522.26 1358.48,520.24 C1364.03,518.22 1369.58,515.69 1375.12,513.74 C1380.67,511.78 1386.22,510.78 1391.77,508.51 C1397.31,506.24 1402.86,502.87 1408.41,500.14 C1413.96,497.41 1419.51,494.62 1425.05,492.13 C1430.60,489.65 1436.15,487.38 1441.70,485.23 C1447.24,483.09 1452.79,481.48 1458.34,479.25 C1463.89,477.01 1469.43,474.12 1474.98,471.84 C1480.53,469.56 1486.08,467.39 1491.62,465.57 C1497.17,463.75 1502.72,462.53 1508.27,460.94 C1513.81,459.36 1519.36,457.73 1524.91,456.07 C1530.46,454.42 1536.01,452.56 1541.55,451.01 C1547.10,449.47 1552.65,448.39 1558.20,446.80 C1563.74,445.20 1569.29,442.97 1574.84,441.44 C1580.39,439.90 1585.93,438.90 1591.48,437.60 C1597.03,436.30 1602.58,435.60 1608.12,433.64 C1613.67,431.67 1619.22,428.21 1624.77,425.84 C1630.31,423.47 1635.86,421.55 1641.41,419.41 C1646.96,417.28 1655.28,414.11 1658.05,413.05 " fill="none" stroke="#2f2417" stroke-width="1.40" opacity="0.100" stroke-linecap="round"/><path d="M706.57,780.86 C709.34,780.22 717.67,778.83 723.21,776.99 C728.76,775.14 734.31,771.85 739.86,769.79 C745.40,767.73 750.95,766.11 756.50,764.62 C762.05,763.13 767.59,762.43 773.14,760.83 C778.69,759.22 784.24,757.53 789.79,755.00 C795.33,752.48 800.88,748.38 806.43,745.67 C811.98,742.96 817.52,740.79 823.07,738.74 C828.62,736.70 834.17,735.63 839.71,733.39 C845.26,731.16 850.81,727.60 856.36,725.32 C861.90,723.05 867.45,722.07 873.00,719.76 C878.55,717.45 884.09,713.59 889.64,711.45 C895.19,709.30 900.74,708.71 906.28,706.89 C911.83,705.07 917.38,702.34 922.93,700.52 C928.48,698.71 934.02,697.37 939.57,696.01 C945.12,694.65 950.67,693.84 956.21,692.35 C961.76,690.85 967.31,688.55 972.86,687.04 C978.40,685.53 983.95,684.78 989.50,683.29 C995.05,681.81 1000.59,680.04 1006.14,678.15 C1011.69,676.25 1017.24,673.85 1022.78,671.94 C1028.33,670.03 1033.88,668.98 1039.43,666.68 C1044.98,664.39 1050.52,660.55 1056.07,658.15 C1061.62,655.75 1067.17,654.52 1072.71,652.30 C1078.26,650.07 1083.81,647.06 1089.36,644.79 C1094.90,642.52 1100.45,641.13 1106.00,638.69 C1111.55,636.25 1117.09,632.26 1122.64,630.14 C1128.19,628.01 1133.74,627.95 1139.28,625.95 C1144.83,623.94 1150.38,620.15 1155.93,618.10 C1161.47,616.05 1167.02,615.19 1172.57,613.65 C1178.12,612.10 1183.67,610.47 1189.21,608.84 C1194.76,607.21 1200.31,605.78 1205.86,603.87 C1211.40,601.95 1216.95,599.00 1222.50,597.37 C1228.05,595.74 1233.59,595.39 1239.14,594.10 C1244.69,592.82 1250.24,591.72 1255.78,589.65 C1261.33,587.58 1266.88,583.64 1272.43,581.70 C1277.97,579.76 1283.52,579.65 1289.07,578.00 C1294.62,576.36 1300.17,574.09 1305.71,571.83 C1311.26,569.57 1316.81,566.91 1322.36,564.44 C1327.90,561.97 1333.45,559.47 1339.00,557.00 C1344.55,554.53 1350.09,551.90 1355.64,549.62 C1361.19,547.34 1366.74,545.25 1372.28,543.33 C1377.83,541.41 1383.38,540.35 1388.93,538.11 C1394.47,535.88 1400.02,532.37 1405.57,529.92 C1411.12,527.46 1416.66,525.20 1422.21,523.37 C1427.76,521.53 1433.31,520.60 1438.86,518.90 C1444.40,517.19 1449.95,514.81 1455.50,513.12 C1461.05,511.44 1466.59,510.39 1472.14,508.79 C1477.69,507.20 1483.24,505.31 1488.78,503.55 C1494.33,501.80 1499.88,500.10 1505.43,498.26 C1510.97,496.41 1516.52,493.93 1522.07,492.49 C1527.62,491.05 1533.16,491.15 1538.71,489.63 C1544.26,488.11 1549.81,485.65 1555.36,483.35 C1560.90,481.04 1566.45,478.03 1572.00,475.80 C1577.55,473.57 1583.09,472.04 1588.64,469.95 C1594.19,467.87 1599.74,465.60 1605.28,463.27 C1610.83,460.94 1616.38,458.14 1621.93,455.96 C1627.47,453.78 1633.02,452.36 1638.57,450.20 C1644.12,448.05 1652.44,444.24 1655.21,443.04 " fill="none" stroke="#2f2417" stroke-width="1.25" opacity="0.100" stroke-linecap="round"/>
  </g>
  <!-- open chamber interior -->
  <path d="M544.30,523.37 L1398.79,363.20 L784.68,582.28 C697.89,618.58 623.73,605.95 568.76,542.83 Z" fill="#0c0c0c" stroke="#0c0c0c" stroke-width="3" stroke-linejoin="round"/>
  <!-- exact drawing lines -->
  <g fill="none" stroke="#241a11" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
    <path d="M703.41,818.19 L1652.06,482.08 "/><path d="M1836.94,370.57 L1836.94,177.53 "/><path d="M1648.64,483.39 C1779.35,423.69 1842.47,384.24 1838.00,365.04 "/><path d="M714.72,814.77 C652.66,838.71 585.59,810.83 513.27,730.35 "/><path d="M515.11,733.51 L515.11,540.47 "/>
    <path d="M726.56,626.99 C664.49,651.19 597.43,623.05 525.10,542.57 "/><path d="M719.19,630.67 L1667.84,294.30 "/><path d="M784.68,582.28 L1386.43,367.67 "/><path d="M791.26,580.44 C697.89,618.58 623.73,605.95 568.76,542.83 "/>
  </g>
</g>

<!-- ============ PADDLE (lid) ============ -->
<g id="paddle">
  <path class="paddle-base" fill="__PADDLE_FILL__" d="M96.41,573.34 C96.94,519.16 152.43,489.97 262.89,486.29 C398.33,478.13 505.64,446.05 578.75,390.82 L1539.23,130.19 C1690.72,91.52 1781.71,91.52 1812.49,130.19 C1865.35,191.20 1815.64,240.64 1670.73,289.56 L703.94,551.25 C525.10,520.74 391.23,548.88 307.07,634.09 C190.83,708.00 119.03,708.00 96.15,631.20 C82.21,558.88 101.14,512.59 156.11,502.86 Z"/>
  <path class="paddle-base" fill="__PADDLE_FILL__" d="M96.41,573.34 C96.94,519.16 152.43,489.97 262.89,486.29 C398.33,478.13 505.64,446.05 578.75,390.82 L1539.23,130.19 C1690.72,91.52 1781.71,91.52 1812.49,130.19 C1853.51,174.11 1807.75,219.87 1670.73,260.90 L703.94,523.11 C525.10,493.39 391.23,521.53 307.07,606.48 C177.41,685.90 105.62,675.65 96.41,571.50 Z"/>
  <g clip-path="url(#topClip)">
    <rect x="20" y="40" width="1960" height="470" fill="url(#formP)"/>
    <path d="M96.41,572.66 C97.05,569.94 97.76,562.18 100.25,556.34 C102.73,550.50 106.67,542.51 111.30,537.61 C115.93,532.71 121.92,530.41 128.05,526.93 C134.17,523.45 141.12,519.86 148.05,516.72 C154.98,513.59 162.32,510.18 169.62,508.10 C176.92,506.02 184.38,505.94 191.83,504.25 C199.28,502.57 206.80,499.25 214.31,497.98 C221.82,496.72 229.35,497.42 236.88,496.64 C244.41,495.86 253.83,493.99 259.48,493.31 C265.12,492.62 265.13,492.76 270.76,492.56 C276.39,492.35 285.89,492.20 293.25,492.07 C300.61,491.94 307.60,492.84 314.91,491.77 C322.22,490.69 329.71,487.22 337.11,485.62 C344.52,484.03 351.93,483.25 359.34,482.19 C366.75,481.12 374.17,480.44 381.56,479.24 C388.95,478.05 396.34,477.04 403.71,475.02 C411.08,472.99 418.44,469.74 425.77,467.11 C433.09,464.49 440.40,461.44 447.66,459.26 C454.93,457.07 462.17,456.90 469.35,454.01 C476.53,451.11 483.67,444.77 490.75,441.88 C497.83,438.99 504.87,439.47 511.81,436.66 C518.75,433.85 525.61,428.70 532.38,425.01 C539.14,421.32 545.83,418.06 552.40,414.50 C558.96,410.93 567.03,406.24 571.74,403.62 C576.45,401.00 575.50,400.02 580.67,398.76 C585.83,397.50 595.38,397.80 602.73,396.06 C610.08,394.31 617.43,390.19 624.79,388.26 C632.14,386.33 639.59,386.06 646.84,384.49 C654.08,382.92 661.01,381.08 668.25,378.83 C675.48,376.59 682.92,373.33 690.25,371.03 C697.59,368.73 704.92,367.48 712.26,365.06 C719.59,362.63 726.93,358.94 734.26,356.46 C741.60,353.98 748.93,352.12 756.27,350.20 C763.60,348.28 770.94,346.40 778.27,344.94 C785.61,343.48 792.94,343.06 800.27,341.42 C807.61,339.78 814.94,337.10 822.28,335.10 C829.61,333.10 836.95,331.08 844.28,329.44 C851.62,327.81 858.95,327.01 866.29,325.30 C873.62,323.60 880.96,321.31 888.29,319.19 C895.63,317.08 902.96,314.43 910.30,312.63 C917.63,310.83 924.97,310.28 932.30,308.42 C939.64,306.55 946.97,304.04 954.31,301.43 C961.64,298.83 968.98,295.12 976.31,292.80 C983.65,290.48 990.98,289.51 998.32,287.52 C1005.65,285.54 1012.99,282.76 1020.32,280.88 C1027.66,279.00 1034.99,278.09 1042.33,276.26 C1049.66,274.44 1057.00,272.20 1064.33,269.94 C1071.67,267.68 1079.00,264.29 1086.34,262.70 C1093.67,261.11 1101.01,262.26 1108.34,260.41 C1115.68,258.56 1123.01,253.74 1130.35,251.58 C1137.68,249.42 1145.01,248.86 1152.35,247.46 C1159.68,246.06 1167.02,245.33 1174.35,243.18 C1181.69,241.03 1189.02,236.83 1196.36,234.55 C1203.69,232.28 1211.03,231.80 1218.36,229.53 C1225.70,227.27 1233.03,223.08 1240.37,220.98 C1247.70,218.87 1255.04,218.61 1262.37,216.91 C1269.71,215.20 1277.04,212.94 1284.38,210.72 C1291.71,208.51 1299.05,205.58 1306.38,203.62 C1313.72,201.66 1321.05,201.07 1328.39,198.97 C1335.72,196.88 1343.06,192.98 1350.39,191.05 C1357.73,189.12 1365.06,188.92 1372.40,187.37 C1379.73,185.83 1387.07,183.59 1394.40,181.77 C1401.74,179.95 1409.07,178.34 1416.41,176.45 C1423.74,174.56 1431.08,172.13 1438.41,170.42 C1445.75,168.71 1453.08,167.84 1460.42,166.17 C1467.75,164.49 1475.09,162.75 1482.42,160.36 C1489.75,157.97 1497.09,154.24 1504.42,151.83 C1511.76,149.42 1519.09,148.44 1526.43,145.92 C1533.76,143.40 1544.77,138.23 1548.43,136.69 " fill="none" stroke="#2f2417" stroke-width="0.82" opacity="0.078" stroke-linecap="round"/><path d="M96.41,576.65 C97.05,573.49 97.78,563.26 100.24,557.67 C102.70,552.07 106.57,547.29 111.17,543.08 C115.76,538.87 121.70,536.18 127.81,532.41 C133.92,528.65 140.88,523.40 147.84,520.48 C154.79,517.56 162.18,517.03 169.52,514.90 C176.85,512.77 184.36,509.68 191.83,507.71 C199.31,505.73 206.85,504.37 214.38,503.06 C221.90,501.74 229.44,500.13 236.97,499.82 C244.51,499.50 253.86,501.49 259.58,501.16 C265.30,500.82 265.60,498.58 271.29,497.83 C276.99,497.07 286.47,497.02 293.74,496.62 C301.02,496.22 307.73,495.87 314.94,495.41 C322.16,494.96 329.65,495.43 337.02,493.88 C344.39,492.34 351.78,488.05 359.17,486.12 C366.56,484.18 373.97,483.90 381.36,482.26 C388.75,480.63 396.14,478.23 403.52,476.29 C410.90,474.34 418.28,472.86 425.62,470.60 C432.97,468.34 440.30,465.32 447.59,462.73 C454.89,460.13 462.17,458.07 469.38,455.05 C476.60,452.03 483.79,447.59 490.91,444.60 C498.03,441.62 505.12,439.82 512.11,437.13 C519.11,434.45 526.03,431.06 532.85,428.51 C539.68,425.95 546.44,424.51 553.07,421.82 C559.70,419.13 567.78,415.34 572.64,412.35 C577.49,409.36 576.92,406.04 582.21,403.89 C587.50,401.74 596.99,401.00 604.38,399.44 C611.77,397.89 619.16,396.32 626.54,394.57 C633.93,392.82 641.48,390.74 648.70,388.94 C655.92,387.14 662.67,385.76 669.88,383.76 C677.09,381.76 684.60,379.49 691.96,376.93 C699.33,374.38 706.69,371.16 714.05,368.46 C721.41,365.75 728.77,362.71 736.14,360.70 C743.50,358.69 750.86,358.05 758.22,356.40 C765.59,354.74 772.95,352.39 780.31,350.77 C787.67,349.14 795.04,347.86 802.40,346.67 C809.76,345.47 817.12,345.09 824.48,343.61 C831.85,342.12 839.21,339.70 846.57,337.74 C853.93,335.78 861.30,333.73 868.66,331.87 C876.02,330.01 883.38,328.49 890.74,326.59 C898.11,324.69 905.47,323.09 912.83,320.48 C920.19,317.88 927.56,313.16 934.92,310.97 C942.28,308.77 949.64,309.21 957.01,307.31 C964.37,305.41 971.73,301.95 979.09,299.57 C986.45,297.19 993.82,295.24 1001.18,293.02 C1008.54,290.81 1015.90,288.66 1023.27,286.29 C1030.63,283.92 1037.99,280.92 1045.35,278.81 C1052.72,276.70 1060.08,275.52 1067.44,273.65 C1074.80,271.79 1082.16,269.04 1089.53,267.62 C1096.89,266.21 1104.25,266.80 1111.61,265.18 C1118.98,263.55 1126.34,259.99 1133.70,257.88 C1141.06,255.77 1148.43,254.32 1155.79,252.53 C1163.15,250.74 1170.51,249.17 1177.87,247.14 C1185.24,245.11 1192.60,242.52 1199.96,240.34 C1207.32,238.15 1214.69,236.48 1222.05,234.01 C1229.41,231.55 1236.77,228.18 1244.13,225.54 C1251.50,222.90 1258.86,220.42 1266.22,218.17 C1273.58,215.93 1280.95,214.15 1288.31,212.07 C1295.67,210.00 1303.03,207.52 1310.40,205.73 C1317.76,203.93 1325.12,203.13 1332.48,201.33 C1339.84,199.53 1347.21,196.18 1354.57,194.92 C1361.93,193.67 1369.29,194.95 1376.66,193.79 C1384.02,192.63 1391.38,190.11 1398.74,187.96 C1406.11,185.82 1413.47,182.97 1420.83,180.93 C1428.19,178.90 1435.55,177.59 1442.92,175.74 C1450.28,173.90 1457.64,171.98 1465.00,169.88 C1472.37,167.77 1479.73,165.61 1487.09,163.11 C1494.45,160.62 1501.81,156.97 1509.18,154.90 C1516.54,152.83 1523.90,152.47 1531.26,150.71 C1538.63,148.94 1549.67,145.38 1553.35,144.32 " fill="none" stroke="#2f2417" stroke-width="0.74" opacity="0.069" stroke-linecap="round"/><path d="M96.41,572.54 C97.05,570.14 97.80,562.85 100.24,558.14 C102.68,553.44 106.48,547.94 111.04,544.32 C115.59,540.71 121.47,539.52 127.56,536.46 C133.66,533.39 140.65,528.82 147.62,525.93 C154.60,523.04 162.05,520.46 169.42,519.12 C176.78,517.79 184.33,519.08 191.84,517.91 C199.34,516.74 206.90,513.86 214.44,512.12 C221.98,510.38 229.53,508.33 237.07,507.47 C244.61,506.61 253.88,507.67 259.67,506.96 C265.47,506.25 266.06,503.96 271.82,503.21 C277.58,502.47 287.04,502.76 294.23,502.49 C301.42,502.22 307.86,502.60 314.98,501.60 C322.09,500.59 329.59,498.30 336.92,496.47 C344.26,494.64 351.63,492.85 359.00,490.63 C366.37,488.40 373.77,485.35 381.16,483.15 C388.55,480.95 395.94,479.59 403.33,477.41 C410.71,475.22 418.11,471.98 425.48,470.03 C432.84,468.07 440.20,467.77 447.53,465.69 C454.85,463.60 462.16,459.95 469.41,457.52 C476.67,455.09 483.90,453.78 491.06,451.10 C498.23,448.41 505.37,444.50 512.42,441.40 C519.46,438.31 526.44,435.12 533.33,432.53 C540.21,429.94 547.04,428.53 553.74,425.86 C560.44,423.19 568.53,419.09 573.53,416.52 C578.53,413.96 578.33,412.31 583.74,410.49 C589.16,408.66 598.60,407.18 606.03,405.55 C613.45,403.91 620.88,402.39 628.30,400.68 C635.72,398.97 643.36,397.45 650.56,395.29 C657.77,393.14 664.32,389.89 671.51,387.74 C678.69,385.60 686.29,384.49 693.67,382.42 C701.06,380.36 708.45,377.78 715.84,375.35 C723.23,372.93 730.62,370.08 738.01,367.85 C745.40,365.63 752.79,363.74 760.18,362.01 C767.57,360.29 774.96,359.16 782.35,357.49 C789.74,355.81 797.13,353.49 804.52,351.97 C811.91,350.45 819.30,349.71 826.69,348.38 C834.08,347.04 841.47,346.00 848.86,343.94 C856.25,341.88 863.64,338.00 871.03,336.01 C878.42,334.02 885.81,333.69 893.20,332.00 C900.59,330.31 907.98,328.01 915.37,325.87 C922.76,323.74 930.14,321.83 937.53,319.21 C944.92,316.59 952.31,312.84 959.70,310.14 C967.09,307.45 974.48,305.27 981.87,303.04 C989.26,300.82 996.65,298.85 1004.04,296.79 C1011.43,294.73 1018.82,292.63 1026.21,290.66 C1033.60,288.70 1040.99,286.55 1048.38,284.98 C1055.77,283.41 1063.16,282.57 1070.55,281.24 C1077.94,279.91 1085.33,278.66 1092.72,277.00 C1100.11,275.34 1107.50,273.43 1114.89,271.29 C1122.28,269.14 1129.67,266.18 1137.06,264.13 C1144.45,262.07 1151.84,260.74 1159.22,258.95 C1166.61,257.16 1174.00,255.88 1181.39,253.37 C1188.78,250.87 1196.17,246.19 1203.56,243.93 C1210.95,241.66 1218.34,241.39 1225.73,239.78 C1233.12,238.17 1240.51,236.35 1247.90,234.27 C1255.29,232.20 1262.68,229.53 1270.07,227.32 C1277.46,225.12 1284.85,223.24 1292.24,221.02 C1299.63,218.81 1307.02,216.32 1314.41,214.01 C1321.80,211.69 1329.19,208.76 1336.58,207.13 C1343.97,205.51 1351.36,205.96 1358.75,204.26 C1366.14,202.56 1373.53,198.74 1380.92,196.92 C1388.31,195.11 1395.69,194.80 1403.08,193.37 C1410.47,191.94 1417.86,190.59 1425.25,188.34 C1432.64,186.10 1440.03,182.34 1447.42,179.89 C1454.81,177.43 1462.20,175.35 1469.59,173.60 C1476.98,171.85 1484.37,171.34 1491.76,169.39 C1499.15,167.43 1506.54,164.60 1513.93,161.87 C1521.32,159.14 1528.71,155.58 1536.10,153.02 C1543.49,150.47 1554.57,147.61 1558.27,146.53 " fill="none" stroke="#2f2417" stroke-width="0.95" opacity="0.056" stroke-linecap="round"/><path d="M96.41,573.83 C97.05,571.97 97.82,566.49 100.24,562.67 C102.65,558.84 106.39,554.65 110.90,550.86 C115.42,547.08 121.24,543.21 127.32,539.95 C133.41,536.70 140.41,533.63 147.41,531.31 C154.41,529.00 161.91,528.07 169.31,526.07 C176.72,524.07 184.30,521.15 191.84,519.30 C199.37,517.46 206.96,515.51 214.51,515.00 C222.07,514.49 229.62,516.59 237.17,516.26 C244.71,515.93 253.91,513.88 259.77,513.02 C265.64,512.16 266.53,511.59 272.35,511.08 C278.18,510.57 287.61,510.97 294.72,509.94 C301.83,508.91 307.99,506.34 315.01,504.92 C322.03,503.50 329.53,503.03 336.83,501.41 C344.13,499.79 351.47,497.76 358.83,495.20 C366.18,492.63 373.57,488.70 380.96,486.03 C388.34,483.37 395.74,481.49 403.14,479.19 C410.53,476.89 417.95,474.62 425.33,472.24 C432.72,469.86 440.10,467.05 447.46,464.91 C454.81,462.77 462.15,461.68 469.45,459.38 C476.74,457.07 484.01,453.52 491.22,451.08 C498.43,448.65 505.62,447.27 512.72,444.76 C519.82,442.25 526.85,438.33 533.80,436.04 C540.75,433.76 547.64,433.84 554.41,431.07 C561.18,428.29 569.28,422.13 574.43,419.39 C579.57,416.65 579.74,416.11 585.28,414.61 C590.82,413.10 600.21,411.69 607.67,410.34 C615.14,409.00 622.60,408.40 630.06,406.54 C637.52,404.67 645.25,400.98 652.43,399.16 C659.61,397.34 665.98,397.64 673.14,395.60 C680.29,393.56 687.97,389.43 695.39,386.94 C702.80,384.44 710.22,382.65 717.64,380.61 C725.05,378.57 732.47,376.92 739.89,374.69 C747.31,372.45 754.72,368.99 762.14,367.20 C769.56,365.42 776.97,365.52 784.39,363.99 C791.81,362.47 799.23,360.00 806.64,358.04 C814.06,356.09 821.48,353.57 828.89,352.26 C836.31,350.95 843.73,351.96 851.15,350.17 C858.56,348.39 865.98,343.87 873.40,341.55 C880.81,339.24 888.23,338.14 895.65,336.28 C903.06,334.42 910.48,332.67 917.90,330.38 C925.32,328.08 932.73,325.16 940.15,322.51 C947.57,319.85 954.98,316.79 962.40,314.46 C969.82,312.13 977.24,310.53 984.65,308.53 C992.07,306.54 999.49,304.27 1006.90,302.48 C1014.32,300.69 1021.74,299.91 1029.16,297.79 C1036.57,295.67 1043.99,291.60 1051.41,289.77 C1058.82,287.93 1066.24,288.31 1073.66,286.78 C1081.07,285.25 1088.49,282.44 1095.91,280.56 C1103.33,278.68 1110.74,276.94 1118.16,275.50 C1125.58,274.06 1132.99,273.75 1140.41,271.93 C1147.83,270.11 1155.25,266.89 1162.66,264.58 C1170.08,262.27 1177.50,260.19 1184.91,258.06 C1192.33,255.94 1199.75,253.94 1207.16,251.82 C1214.58,249.69 1222.00,247.87 1229.42,245.30 C1236.83,242.72 1244.25,238.82 1251.67,236.37 C1259.08,233.91 1266.50,232.59 1273.92,230.56 C1281.34,228.52 1288.75,226.11 1296.17,224.14 C1303.59,222.17 1311.00,220.36 1318.42,218.75 C1325.84,217.14 1333.26,216.18 1340.67,214.49 C1348.09,212.80 1355.51,210.36 1362.92,208.61 C1370.34,206.85 1377.76,205.66 1385.17,203.95 C1392.59,202.25 1400.01,199.94 1407.43,198.35 C1414.84,196.76 1422.26,196.30 1429.68,194.40 C1437.09,192.49 1444.51,189.19 1451.93,186.91 C1459.35,184.63 1466.76,182.91 1474.18,180.74 C1481.60,178.56 1489.01,176.67 1496.43,173.86 C1503.85,171.05 1511.27,166.47 1518.68,163.88 C1526.10,161.30 1533.52,160.06 1540.93,158.36 C1548.35,156.66 1559.48,154.46 1563.18,153.68 " fill="none" stroke="#2f2417" stroke-width="0.57" opacity="0.084" stroke-linecap="round"/><path d="M96.41,573.84 C97.05,571.53 97.84,563.93 100.24,559.98 C102.63,556.03 106.30,553.18 110.77,550.13 C115.25,547.08 121.01,543.66 127.08,541.69 C133.15,539.73 140.17,539.67 147.20,538.35 C154.22,537.03 161.77,535.21 169.21,533.77 C176.65,532.33 184.28,531.55 191.84,529.72 C199.40,527.89 207.01,524.08 214.58,522.78 C222.15,521.49 229.72,522.56 237.26,521.94 C244.81,521.31 253.94,520.28 259.87,519.03 C265.81,517.77 266.99,515.31 272.88,514.42 C278.77,513.54 288.19,514.36 295.21,513.70 C302.24,513.05 308.13,512.55 315.05,510.48 C321.97,508.42 329.47,503.38 336.74,501.31 C344.00,499.24 351.32,500.09 358.65,498.08 C365.99,496.06 373.37,491.76 380.75,489.24 C388.14,486.71 395.54,484.74 402.95,482.93 C410.35,481.12 417.78,480.36 425.19,478.38 C432.59,476.41 440.01,473.87 447.39,471.06 C454.77,468.26 462.15,464.08 469.48,461.55 C476.81,459.02 484.12,457.95 491.38,455.88 C498.64,453.81 505.87,451.67 513.02,449.13 C520.17,446.60 527.27,443.59 534.28,440.67 C541.28,437.74 548.24,434.58 555.08,431.59 C561.92,428.60 570.03,424.78 575.32,422.70 C580.61,420.63 581.15,420.99 586.81,419.14 C592.48,417.30 601.82,413.27 609.32,411.63 C616.82,409.99 624.32,410.50 631.82,409.28 C639.31,408.05 647.14,406.20 654.29,404.28 C661.45,402.35 667.63,399.66 674.76,397.73 C681.90,395.79 689.65,394.33 697.10,392.68 C704.54,391.04 711.99,389.69 719.43,387.84 C726.88,385.99 734.32,383.88 741.76,381.60 C749.21,379.32 756.65,375.67 764.10,374.18 C771.54,372.68 778.99,373.93 786.43,372.62 C793.88,371.31 801.32,368.19 808.77,366.33 C816.21,364.47 823.65,363.86 831.10,361.45 C838.54,359.05 845.99,354.40 853.43,351.89 C860.88,349.37 868.32,348.50 875.77,346.34 C883.21,344.17 890.65,340.73 898.10,338.90 C905.54,337.08 912.99,337.43 920.43,335.38 C927.88,333.33 935.32,329.25 942.77,326.60 C950.21,323.96 957.65,321.53 965.10,319.52 C972.54,317.50 979.99,315.99 987.43,314.51 C994.88,313.02 1002.32,312.28 1009.77,310.63 C1017.21,308.97 1024.65,306.89 1032.10,304.58 C1039.54,302.26 1046.99,299.03 1054.43,296.75 C1061.88,294.46 1069.32,292.22 1076.77,290.86 C1084.21,289.50 1091.66,290.16 1099.10,288.57 C1106.54,286.98 1113.99,283.47 1121.43,281.35 C1128.88,279.23 1136.32,278.24 1143.77,275.84 C1151.21,273.44 1158.66,269.53 1166.10,266.92 C1173.54,264.32 1180.99,262.01 1188.43,260.22 C1195.88,258.44 1203.32,258.17 1210.77,256.22 C1218.21,254.28 1225.66,251.12 1233.10,248.53 C1240.54,245.93 1247.99,242.37 1255.43,240.64 C1262.88,238.92 1270.32,239.77 1277.77,238.18 C1285.21,236.58 1292.66,233.08 1300.10,231.09 C1307.55,229.10 1314.99,228.45 1322.43,226.23 C1329.88,224.01 1337.32,219.55 1344.77,217.77 C1352.21,215.99 1359.66,217.43 1367.10,215.57 C1374.55,213.71 1381.99,208.54 1389.43,206.63 C1396.88,204.72 1404.32,205.84 1411.77,204.10 C1419.21,202.36 1426.66,198.67 1434.10,196.20 C1441.55,193.72 1448.99,191.37 1456.43,189.26 C1463.88,187.15 1471.32,185.34 1478.77,183.54 C1486.21,181.74 1493.66,180.86 1501.10,178.46 C1508.55,176.07 1515.99,171.86 1523.43,169.17 C1530.88,166.48 1538.32,164.17 1545.77,162.31 C1553.21,160.45 1564.38,158.72 1568.10,158.00 " fill="none" stroke="#2f2417" stroke-width="0.55" opacity="0.060" stroke-linecap="round"/><path d="M96.41,571.94 C97.05,570.26 97.86,564.97 100.23,561.86 C102.61,558.75 106.20,555.79 110.64,553.29 C115.07,550.79 120.78,548.43 126.84,546.88 C132.90,545.32 139.94,545.51 146.98,543.96 C154.03,542.40 161.63,539.18 169.11,537.56 C176.59,535.94 184.25,535.64 191.84,534.24 C199.43,532.84 207.06,530.45 214.65,529.16 C222.23,527.88 229.81,527.70 237.36,526.53 C244.92,525.36 253.96,523.20 259.97,522.14 C265.98,521.08 267.45,521.40 273.41,520.18 C279.37,518.95 288.76,515.84 295.70,514.78 C302.65,513.71 308.26,515.20 315.08,513.79 C321.90,512.38 329.41,508.95 336.64,506.31 C343.87,503.66 351.16,500.27 358.48,497.92 C365.80,495.58 373.17,494.02 380.55,492.26 C387.93,490.50 395.34,489.86 402.76,487.35 C410.17,484.85 417.61,479.50 425.04,477.23 C432.47,474.96 439.91,475.66 447.32,473.73 C454.73,471.80 462.14,468.05 469.51,465.66 C476.88,463.28 484.23,461.35 491.53,459.41 C498.84,457.47 506.12,456.48 513.33,454.03 C520.53,451.58 527.68,447.55 534.75,444.71 C541.82,441.87 548.84,439.65 555.75,436.96 C562.66,434.28 570.78,430.65 576.21,428.60 C581.65,426.54 582.56,426.50 588.35,424.66 C594.14,422.81 603.43,419.10 610.97,417.53 C618.51,415.95 626.04,416.38 633.57,415.21 C641.10,414.04 649.02,412.07 656.16,410.51 C663.29,408.94 669.29,407.80 676.39,405.83 C683.50,403.85 691.34,400.87 698.81,398.66 C706.28,396.44 713.75,394.70 721.23,392.54 C728.70,390.38 736.17,387.69 743.64,385.70 C751.11,383.70 758.58,382.37 766.06,380.57 C773.53,378.77 781.00,376.30 788.47,374.90 C795.94,373.49 803.42,373.91 810.89,372.14 C818.36,370.37 825.83,366.67 833.30,364.27 C840.78,361.86 848.25,359.95 855.72,357.72 C863.19,355.50 870.66,352.65 878.13,350.95 C885.61,349.24 893.08,349.15 900.55,347.48 C908.02,345.81 915.49,343.24 922.97,340.90 C930.44,338.56 937.91,336.03 945.38,333.45 C952.85,330.88 960.33,327.82 967.80,325.44 C975.27,323.07 982.74,321.18 990.21,319.22 C997.68,317.26 1005.16,315.41 1012.63,313.68 C1020.10,311.95 1027.57,310.78 1035.04,308.86 C1042.52,306.95 1049.99,304.00 1057.46,302.18 C1064.93,300.35 1072.40,299.70 1079.88,297.92 C1087.35,296.13 1094.82,293.05 1102.29,291.47 C1109.76,289.89 1117.23,289.99 1124.71,288.44 C1132.18,286.90 1139.65,284.63 1147.12,282.20 C1154.59,279.77 1162.07,276.58 1169.54,273.86 C1177.01,271.14 1184.48,267.83 1191.95,265.89 C1199.43,263.96 1206.90,264.40 1214.37,262.24 C1221.84,260.09 1229.31,255.52 1236.78,252.97 C1244.26,250.41 1251.73,249.17 1259.20,246.92 C1266.67,244.68 1274.14,241.41 1281.62,239.50 C1289.09,237.60 1296.56,236.99 1304.03,235.47 C1311.50,233.95 1318.98,232.13 1326.45,230.41 C1333.92,228.68 1341.39,227.12 1348.86,225.10 C1356.33,223.08 1363.81,220.18 1371.28,218.29 C1378.75,216.40 1386.22,215.89 1393.69,213.77 C1401.17,211.65 1408.64,207.81 1416.11,205.56 C1423.58,203.30 1431.05,202.35 1438.53,200.24 C1446.00,198.12 1453.47,195.00 1460.94,192.87 C1468.41,190.74 1475.88,189.72 1483.36,187.47 C1490.83,185.21 1498.30,181.77 1505.77,179.33 C1513.24,176.90 1520.72,174.75 1528.19,172.85 C1535.66,170.94 1543.13,169.76 1550.60,167.93 C1558.08,166.09 1569.28,162.85 1573.02,161.84 " fill="none" stroke="#2f2417" stroke-width="0.76" opacity="0.073" stroke-linecap="round"/><path d="M96.41,574.52 C97.05,572.98 97.88,568.00 100.23,565.27 C102.58,562.53 106.11,560.52 110.51,558.10 C114.90,555.69 120.55,552.68 126.60,550.76 C132.64,548.85 139.70,547.46 146.77,546.61 C153.84,545.77 161.50,547.05 169.01,545.72 C176.52,544.38 184.22,539.92 191.84,538.59 C199.46,537.26 207.11,538.45 214.71,537.73 C222.32,537.01 229.90,535.78 237.46,534.27 C245.02,532.76 253.99,529.61 260.07,528.68 C266.15,527.75 267.92,529.49 273.94,528.68 C279.96,527.88 289.33,525.64 296.19,523.88 C303.06,522.11 308.39,520.28 315.12,518.10 C321.84,515.92 329.35,513.25 336.55,510.80 C343.74,508.34 351.01,506.32 358.31,503.35 C365.61,500.38 372.98,495.64 380.35,492.99 C387.73,490.34 395.14,489.48 402.57,487.44 C409.99,485.40 417.45,482.65 424.90,480.75 C432.34,478.84 439.81,477.78 447.25,475.99 C454.69,474.19 462.13,471.95 469.54,469.99 C476.95,468.02 484.34,466.38 491.69,464.22 C499.04,462.06 506.38,459.15 513.63,457.01 C520.89,454.86 528.09,453.74 535.23,451.33 C542.36,448.91 549.44,445.47 556.42,442.51 C563.40,439.55 571.53,436.27 577.11,433.56 C582.69,430.85 583.97,428.38 589.89,426.24 C595.80,424.09 605.04,422.31 612.62,420.71 C620.19,419.11 627.76,417.83 635.33,416.63 C642.90,415.43 650.91,414.89 658.02,413.51 C665.14,412.13 670.94,409.69 678.02,408.35 C685.11,407.01 693.02,407.06 700.52,405.48 C708.02,403.90 715.52,400.77 723.02,398.87 C730.52,396.97 738.02,395.70 745.52,394.07 C753.02,392.44 760.52,390.74 768.01,389.09 C775.51,387.44 783.01,386.05 790.51,384.18 C798.01,382.30 805.51,380.25 813.01,377.84 C820.51,375.43 828.01,371.63 835.51,369.73 C843.01,367.84 850.51,368.23 858.01,366.48 C865.51,364.74 873.00,361.85 880.50,359.27 C888.00,356.70 895.50,353.59 903.00,351.06 C910.50,348.53 918.00,346.29 925.50,344.09 C933.00,341.89 940.50,340.35 948.00,337.85 C955.50,335.35 963.00,331.03 970.49,329.09 C977.99,327.15 985.49,327.90 992.99,326.20 C1000.49,324.50 1007.99,321.07 1015.49,318.90 C1022.99,316.72 1030.49,314.80 1037.99,313.14 C1045.49,311.48 1052.99,310.19 1060.49,308.93 C1067.99,307.67 1075.48,307.48 1082.98,305.59 C1090.48,303.71 1097.98,299.64 1105.48,297.64 C1112.98,295.64 1120.48,295.23 1127.98,293.59 C1135.48,291.95 1142.98,290.28 1150.48,287.79 C1157.98,285.30 1165.48,281.45 1172.98,278.65 C1180.47,275.85 1187.97,273.37 1195.47,271.00 C1202.97,268.63 1210.47,266.47 1217.97,264.42 C1225.47,262.38 1232.97,260.62 1240.47,258.72 C1247.97,256.83 1255.47,255.02 1262.97,253.05 C1270.47,251.08 1277.96,248.77 1285.46,246.92 C1292.96,245.06 1300.46,243.97 1307.96,241.90 C1315.46,239.84 1322.96,236.58 1330.46,234.55 C1337.96,232.52 1345.46,231.38 1352.96,229.74 C1360.46,228.10 1367.96,226.21 1375.46,224.72 C1382.95,223.23 1390.45,222.84 1397.95,220.79 C1405.45,218.74 1412.95,214.79 1420.45,212.42 C1427.95,210.05 1435.45,209.13 1442.95,206.57 C1450.45,204.01 1457.95,199.79 1465.45,197.05 C1472.95,194.31 1480.45,192.27 1487.94,190.13 C1495.44,187.98 1502.94,185.95 1510.44,184.18 C1517.94,182.42 1525.44,181.27 1532.94,179.55 C1540.44,177.82 1547.94,175.69 1555.44,173.84 C1562.94,172.00 1574.19,169.36 1577.94,168.46 " fill="none" stroke="#2f2417" stroke-width="0.76" opacity="0.062" stroke-linecap="round"/><path d="M96.41,572.86 C97.05,571.36 97.90,565.79 100.23,563.85 C102.56,561.91 106.02,562.73 110.37,561.21 C114.73,559.69 120.33,555.70 126.36,554.72 C132.39,553.75 139.46,555.80 146.56,555.38 C153.65,554.96 161.36,553.97 168.91,552.22 C176.46,550.48 184.20,546.41 191.84,544.91 C199.49,543.41 207.16,543.88 214.78,543.25 C222.40,542.61 229.99,541.99 237.56,541.10 C245.12,540.21 254.01,539.51 260.17,537.93 C266.32,536.35 268.38,533.75 274.47,531.62 C280.55,529.48 289.90,527.09 296.68,525.13 C303.47,523.18 308.52,521.60 315.15,519.89 C321.78,518.17 329.29,517.51 336.45,514.83 C343.62,512.15 350.86,506.64 358.14,503.82 C365.42,501.00 372.78,500.37 380.15,497.91 C387.52,495.45 394.94,491.33 402.38,489.05 C409.81,486.77 417.28,485.74 424.75,484.23 C432.22,482.72 439.71,482.26 447.18,480.00 C454.65,477.75 462.12,472.75 469.57,470.68 C477.01,468.62 484.45,469.42 491.85,467.64 C499.24,465.86 506.63,462.18 513.93,460.00 C521.24,457.81 528.51,456.87 535.70,454.51 C542.89,452.16 550.04,449.08 557.09,445.85 C564.14,442.62 572.28,437.29 578.00,435.12 C583.73,432.95 585.38,434.21 591.42,432.83 C597.47,431.45 606.66,428.83 614.27,426.87 C621.88,424.91 629.49,422.60 637.09,421.06 C644.69,419.52 652.79,418.43 659.89,417.62 C666.98,416.82 672.60,417.46 679.65,416.25 C686.71,415.04 694.71,412.35 702.23,410.37 C709.76,408.38 717.29,406.34 724.81,404.36 C732.34,402.37 739.87,400.17 747.39,398.45 C754.92,396.73 762.45,395.70 769.97,394.02 C777.50,392.33 785.03,389.92 792.55,388.35 C800.08,386.79 807.61,386.89 815.13,384.62 C822.66,382.34 830.19,376.96 837.71,374.71 C845.24,372.46 852.77,372.81 860.29,371.11 C867.82,369.41 875.35,367.28 882.87,364.52 C890.40,361.76 897.93,356.76 905.45,354.53 C912.98,352.31 920.51,352.95 928.03,351.17 C935.56,349.40 943.09,345.96 950.61,343.88 C958.14,341.81 965.67,340.94 973.19,338.72 C980.72,336.51 988.25,332.77 995.77,330.60 C1003.30,328.42 1010.83,327.33 1018.35,325.65 C1025.88,323.97 1033.41,321.84 1040.93,320.51 C1048.46,319.18 1055.99,319.39 1063.51,317.68 C1071.04,315.97 1078.57,312.67 1086.09,310.25 C1093.62,307.83 1101.15,305.38 1108.67,303.16 C1116.20,300.93 1123.73,299.18 1131.25,296.89 C1138.78,294.59 1146.31,291.95 1153.83,289.38 C1161.36,286.80 1168.89,283.87 1176.41,281.44 C1183.94,279.00 1191.47,276.46 1198.99,274.76 C1206.52,273.06 1214.05,273.24 1221.57,271.24 C1229.10,269.23 1236.63,264.65 1244.15,262.72 C1251.68,260.80 1259.21,261.58 1266.73,259.69 C1274.26,257.80 1281.79,253.63 1289.31,251.38 C1296.84,249.14 1304.37,247.78 1311.89,246.22 C1319.42,244.65 1326.95,243.83 1334.47,241.98 C1342.00,240.13 1349.53,237.12 1357.05,235.13 C1364.58,233.13 1372.11,231.51 1379.63,230.01 C1387.16,228.51 1394.69,227.95 1402.21,226.14 C1409.74,224.33 1417.27,221.51 1424.79,219.13 C1432.32,216.76 1439.85,214.38 1447.37,211.88 C1454.90,209.39 1462.43,206.37 1469.95,204.15 C1477.48,201.92 1485.01,200.53 1492.53,198.54 C1500.06,196.55 1507.59,194.54 1515.11,192.21 C1522.64,189.88 1530.17,186.65 1537.69,184.55 C1545.22,182.46 1552.75,181.84 1560.27,179.67 C1567.80,177.50 1579.09,172.89 1582.85,171.53 " fill="none" stroke="#2f2417" stroke-width="0.73" opacity="0.079" stroke-linecap="round"/><path d="M96.41,572.87 C97.05,571.63 97.92,567.54 100.23,565.43 C102.53,563.32 105.93,560.80 110.24,560.21 C114.56,559.62 120.10,562.41 126.11,561.91 C132.13,561.41 139.23,558.09 146.34,557.19 C153.46,556.29 161.22,557.21 168.81,556.51 C176.39,555.81 184.17,554.16 191.84,552.97 C199.52,551.77 207.21,550.29 214.85,549.34 C222.48,548.39 230.08,548.17 237.65,547.27 C245.22,546.37 254.04,545.80 260.26,543.93 C266.49,542.05 268.85,538.15 275.00,536.03 C281.15,533.90 290.48,533.15 297.18,531.17 C303.87,529.18 308.66,526.57 315.19,524.10 C321.72,521.62 329.23,519.11 336.36,516.30 C343.49,513.49 350.70,510.19 357.97,507.24 C365.23,504.30 372.58,501.24 379.95,498.65 C387.32,496.06 394.74,493.86 402.19,491.70 C409.63,489.55 417.12,487.18 424.61,485.72 C432.09,484.27 439.61,484.64 447.11,482.97 C454.61,481.30 462.12,478.05 469.60,475.69 C477.08,473.34 484.56,470.52 492.00,468.82 C499.44,467.12 506.88,467.16 514.24,465.50 C521.60,463.83 528.92,461.64 536.17,458.84 C543.43,456.03 550.64,452.01 557.76,448.65 C564.88,445.29 573.03,441.16 578.90,438.68 C584.76,436.20 586.79,435.36 592.96,433.79 C599.13,432.22 608.27,430.43 615.91,429.27 C623.56,428.10 631.21,427.86 638.85,426.81 C646.49,425.77 654.68,423.98 661.75,422.99 C668.82,421.99 674.25,422.06 681.28,420.83 C688.31,419.59 696.39,417.07 703.94,415.57 C711.50,414.07 719.05,413.06 726.61,411.82 C734.16,410.57 741.71,409.71 749.27,408.11 C756.82,406.51 764.38,404.41 771.93,402.23 C779.49,400.06 787.04,397.31 794.59,395.06 C802.15,392.82 809.70,390.88 817.26,388.77 C824.81,386.67 832.36,384.79 839.92,382.44 C847.47,380.09 855.03,377.20 862.58,374.68 C870.13,372.15 877.69,369.88 885.24,367.28 C892.80,364.68 900.35,361.39 907.90,359.07 C915.46,356.74 923.01,354.82 930.57,353.32 C938.12,351.83 945.67,352.17 953.23,350.11 C960.78,348.05 968.34,343.10 975.89,340.98 C983.44,338.86 991.00,338.73 998.55,337.38 C1006.11,336.03 1013.66,334.33 1021.22,332.89 C1028.77,331.45 1036.32,330.80 1043.88,328.75 C1051.43,326.69 1058.99,322.88 1066.54,320.55 C1074.09,318.23 1081.65,316.86 1089.20,314.80 C1096.76,312.74 1104.31,310.34 1111.86,308.18 C1119.42,306.02 1126.97,304.07 1134.53,301.84 C1142.08,299.61 1149.63,296.83 1157.19,294.82 C1164.74,292.81 1172.30,291.84 1179.85,289.77 C1187.40,287.71 1194.96,284.71 1202.51,282.43 C1210.07,280.15 1217.62,278.73 1225.17,276.10 C1232.73,273.47 1240.28,269.11 1247.84,266.64 C1255.39,264.17 1262.94,262.56 1270.50,261.30 C1278.05,260.03 1285.61,260.14 1293.16,259.06 C1300.72,257.98 1308.27,256.69 1315.82,254.81 C1323.38,252.93 1330.93,249.82 1338.49,247.78 C1346.04,245.75 1353.59,244.90 1361.15,242.58 C1368.70,240.27 1376.26,236.19 1383.81,233.89 C1391.36,231.59 1398.92,230.45 1406.47,228.79 C1414.03,227.14 1421.58,226.03 1429.13,223.94 C1436.69,221.85 1444.24,218.72 1451.80,216.28 C1459.35,213.84 1466.90,211.51 1474.46,209.31 C1482.01,207.11 1489.57,205.67 1497.12,203.09 C1504.67,200.51 1512.23,196.43 1519.78,193.85 C1527.34,191.27 1534.89,189.49 1542.45,187.61 C1550.00,185.73 1557.55,183.99 1565.11,182.57 C1572.66,181.15 1583.99,179.67 1587.77,179.09 " fill="none" stroke="#2f2417" stroke-width="0.97" opacity="0.077" stroke-linecap="round"/><path d="M96.41,572.13 C97.05,571.55 97.94,569.84 100.22,568.67 C102.51,567.50 105.84,565.68 110.11,565.10 C114.39,564.52 119.87,565.56 125.87,565.19 C131.88,564.82 138.99,563.00 146.13,562.89 C153.27,562.77 161.09,565.10 168.70,564.50 C176.32,563.90 184.14,560.29 191.84,559.29 C199.55,558.28 207.27,559.54 214.92,558.46 C222.57,557.39 230.17,554.85 237.75,552.83 C245.32,550.81 254.07,548.49 260.36,546.34 C266.66,544.20 269.31,542.13 275.53,539.97 C281.74,537.80 291.05,535.16 297.67,533.35 C304.28,531.54 308.79,531.32 315.22,529.13 C321.65,526.93 329.17,523.48 336.26,520.16 C343.36,516.83 350.55,512.32 357.80,509.19 C365.04,506.07 372.38,503.53 379.75,501.41 C387.11,499.30 394.54,498.31 401.99,496.53 C409.45,494.75 416.95,492.76 424.46,490.72 C431.97,488.67 439.51,486.38 447.04,484.26 C454.57,482.13 462.11,479.72 469.63,477.97 C477.15,476.21 484.67,475.91 492.16,473.74 C499.64,471.56 507.13,467.36 514.54,464.91 C521.96,462.46 529.33,461.20 536.65,459.03 C543.96,456.87 551.24,454.14 558.43,451.91 C565.62,449.69 573.78,447.73 579.79,445.67 C585.80,443.61 588.20,441.02 594.49,439.57 C600.79,438.12 609.88,438.17 617.56,436.98 C625.25,435.78 632.93,433.67 640.60,432.39 C648.28,431.11 656.56,430.18 663.61,429.32 C670.67,428.45 675.90,427.90 682.91,427.19 C689.92,426.47 698.07,426.41 705.66,425.02 C713.24,423.64 720.82,421.05 728.40,418.88 C735.98,416.70 743.56,414.26 751.14,411.97 C758.73,409.69 766.31,406.98 773.89,405.15 C781.47,403.33 789.05,402.69 796.63,401.02 C804.21,399.34 811.80,397.44 819.38,395.10 C826.96,392.76 834.54,389.65 842.12,386.98 C849.70,384.30 857.29,381.28 864.87,379.06 C872.45,376.84 880.03,375.50 887.61,373.64 C895.19,371.79 902.77,370.42 910.36,367.92 C917.94,365.42 925.52,361.31 933.10,358.67 C940.68,356.03 948.26,353.85 955.84,352.07 C963.43,350.30 971.01,349.48 978.59,348.01 C986.17,346.55 993.75,344.73 1001.33,343.27 C1008.91,341.81 1016.50,341.17 1024.08,339.26 C1031.66,337.36 1039.24,333.64 1046.82,331.85 C1054.40,330.06 1061.98,330.19 1069.57,328.53 C1077.15,326.88 1084.73,324.33 1092.31,321.92 C1099.89,319.51 1107.47,316.79 1115.05,314.08 C1122.64,311.37 1130.22,307.73 1137.80,305.66 C1145.38,303.59 1152.96,303.95 1160.54,301.65 C1168.12,299.35 1175.71,294.24 1183.29,291.86 C1190.87,289.48 1198.45,289.56 1206.03,287.39 C1213.61,285.22 1221.20,281.19 1228.78,278.83 C1236.36,276.47 1243.94,274.64 1251.52,273.22 C1259.10,271.79 1266.68,271.94 1274.27,270.28 C1281.85,268.62 1289.43,264.83 1297.01,263.26 C1304.59,261.68 1312.17,262.48 1319.75,260.83 C1327.34,259.18 1334.92,255.82 1342.50,253.35 C1350.08,250.88 1357.66,248.29 1365.24,245.99 C1372.82,243.69 1380.41,241.65 1387.99,239.54 C1395.57,237.44 1403.15,235.41 1410.73,233.35 C1418.31,231.28 1425.89,229.19 1433.48,227.17 C1441.06,225.14 1448.64,223.90 1456.22,221.19 C1463.80,218.49 1471.38,213.55 1478.96,210.95 C1486.55,208.35 1494.13,207.60 1501.71,205.60 C1509.29,203.61 1516.87,200.46 1524.45,199.00 C1532.03,197.53 1539.62,198.61 1547.20,196.81 C1554.78,195.01 1562.36,190.54 1569.94,188.20 C1577.52,185.85 1588.90,183.64 1592.69,182.73 " fill="none" stroke="#2f2417" stroke-width="0.70" opacity="0.052" stroke-linecap="round"/><path d="M96.41,572.28 C97.05,571.84 97.96,569.97 100.22,569.67 C102.48,569.37 105.74,570.16 109.98,570.48 C114.21,570.81 119.64,571.68 125.63,571.63 C131.62,571.58 138.75,570.68 145.92,570.19 C153.08,569.71 160.95,568.92 168.60,568.74 C176.26,568.56 184.11,569.86 191.84,569.13 C199.57,568.40 207.32,566.48 214.98,564.34 C222.65,562.19 230.27,558.14 237.85,556.27 C245.43,554.41 254.09,554.94 260.46,553.14 C266.83,551.35 269.77,548.08 276.06,545.51 C282.34,542.93 291.62,540.04 298.16,537.69 C304.69,535.33 308.92,534.14 315.26,531.37 C321.59,528.61 329.10,524.36 336.17,521.09 C343.23,517.83 350.39,514.39 357.62,511.78 C364.85,509.17 372.18,507.54 379.55,505.42 C386.91,503.31 394.34,500.71 401.80,499.10 C409.27,497.48 416.79,497.81 424.32,495.75 C431.84,493.68 439.41,488.55 446.97,486.69 C454.53,484.84 462.10,486.47 469.66,484.60 C477.22,482.73 484.79,477.98 492.32,475.48 C499.85,472.98 507.38,471.46 514.84,469.61 C522.31,467.76 529.75,466.53 537.12,464.36 C544.50,462.20 551.84,459.53 559.10,456.62 C566.36,453.71 574.53,449.55 580.69,446.93 C586.84,444.30 589.61,442.08 596.03,440.85 C602.45,439.61 611.49,440.19 619.21,439.53 C626.93,438.87 634.65,437.18 642.36,436.90 C650.07,436.63 658.45,438.49 665.48,437.89 C672.51,437.29 677.56,434.78 684.54,433.31 C691.52,431.84 699.76,430.24 707.37,429.07 C714.98,427.90 722.59,428.24 730.19,426.27 C737.80,424.29 745.41,419.45 753.02,417.21 C760.63,414.97 768.24,414.39 775.85,412.85 C783.46,411.31 791.07,410.00 798.67,407.98 C806.28,405.95 813.89,403.66 821.50,400.72 C829.11,397.77 836.72,393.27 844.33,390.30 C851.94,387.34 859.54,385.31 867.15,382.93 C874.76,380.54 882.37,377.63 889.98,375.98 C897.59,374.33 905.20,374.98 912.81,373.03 C920.42,371.09 928.02,366.31 935.63,364.29 C943.24,362.28 950.85,362.25 958.46,360.96 C966.07,359.67 973.68,358.50 981.29,356.55 C988.90,354.60 996.50,351.37 1004.11,349.24 C1011.72,347.11 1019.33,345.15 1026.94,343.79 C1034.55,342.42 1042.16,342.77 1049.77,341.04 C1057.37,339.30 1064.98,336.04 1072.59,333.38 C1080.20,330.72 1087.81,327.35 1095.42,325.09 C1103.03,322.82 1110.64,322.17 1118.25,319.77 C1125.85,317.37 1133.46,313.45 1141.07,310.69 C1148.68,307.94 1156.29,305.83 1163.90,303.26 C1171.51,300.69 1179.12,297.11 1186.73,295.25 C1194.33,293.40 1201.94,293.48 1209.55,292.12 C1217.16,290.77 1224.77,289.01 1232.38,287.10 C1239.99,285.20 1247.60,282.38 1255.21,280.70 C1262.81,279.02 1270.42,279.13 1278.03,277.03 C1285.64,274.94 1293.25,270.37 1300.86,268.15 C1308.47,265.93 1316.08,265.24 1323.68,263.69 C1331.29,262.13 1338.90,260.37 1346.51,258.82 C1354.12,257.27 1361.73,256.28 1369.34,254.36 C1376.95,252.45 1384.56,250.13 1392.16,247.34 C1399.77,244.55 1407.38,240.56 1414.99,237.61 C1422.60,234.67 1430.21,232.06 1437.82,229.67 C1445.43,227.29 1453.04,225.43 1460.64,223.31 C1468.25,221.19 1475.86,218.71 1483.47,216.95 C1491.08,215.19 1498.69,214.88 1506.30,212.75 C1513.91,210.61 1521.52,205.99 1529.12,204.14 C1536.73,202.30 1544.34,202.96 1551.95,201.68 C1559.56,200.40 1567.17,198.12 1574.78,196.46 C1582.39,194.79 1593.80,192.48 1597.60,191.68 " fill="none" stroke="#2f2417" stroke-width="0.80" opacity="0.081" stroke-linecap="round"/><path d="M96.41,570.24 C97.05,570.31 97.98,570.02 100.22,570.64 C102.46,571.26 105.65,573.45 109.85,573.96 C114.04,574.47 119.41,573.39 125.39,573.72 C131.37,574.04 138.52,575.31 145.70,575.93 C152.89,576.54 160.81,578.03 168.50,577.39 C176.19,576.74 184.09,573.83 191.85,572.05 C199.60,570.27 207.37,568.55 215.05,566.70 C222.73,564.85 230.36,562.59 237.94,560.96 C245.53,559.34 254.12,558.89 260.56,556.96 C267.00,555.03 270.24,551.48 276.59,549.38 C282.93,547.28 292.20,546.24 298.65,544.37 C305.10,542.50 309.05,540.71 315.29,538.15 C321.53,535.59 329.04,532.49 336.07,529.02 C343.10,525.55 350.24,520.69 357.45,517.32 C364.66,513.96 371.98,511.42 379.34,508.84 C386.71,506.27 394.14,503.84 401.61,501.90 C409.09,499.95 416.62,498.84 424.17,497.18 C431.72,495.52 439.31,494.02 446.90,491.94 C454.49,489.86 462.10,487.10 469.69,484.71 C477.29,482.32 484.90,479.73 492.47,477.59 C500.05,475.45 507.63,473.82 515.15,471.87 C522.67,469.93 530.16,468.03 537.60,465.90 C545.04,463.77 552.44,461.35 559.77,459.09 C567.10,456.83 575.28,453.98 581.58,452.31 C587.88,450.65 591.02,450.17 597.57,449.11 C604.11,448.06 613.10,447.17 620.86,446.00 C628.62,444.83 636.37,442.41 644.12,442.10 C651.87,441.80 660.34,444.46 667.34,444.17 C674.35,443.88 679.21,441.71 686.17,440.36 C693.13,439.02 701.44,437.86 709.08,436.07 C716.72,434.29 724.35,431.45 731.99,429.64 C739.62,427.84 747.26,427.41 754.90,425.24 C762.53,423.08 770.17,419.16 777.81,416.65 C785.44,414.14 793.08,412.42 800.71,410.19 C808.35,407.95 815.99,405.65 823.62,403.27 C831.26,400.89 838.90,397.77 846.53,395.91 C854.17,394.06 861.80,394.08 869.44,392.15 C877.08,390.22 884.71,386.82 892.35,384.31 C899.99,381.80 907.62,379.20 915.26,377.07 C922.89,374.95 930.53,372.98 938.17,371.56 C945.80,370.13 953.44,370.28 961.08,368.53 C968.71,366.78 976.35,363.42 983.98,361.07 C991.62,358.72 999.26,356.08 1006.89,354.42 C1014.53,352.75 1022.17,352.78 1029.80,351.10 C1037.44,349.42 1045.07,346.32 1052.71,344.35 C1060.35,342.38 1067.98,341.89 1075.62,339.29 C1083.26,336.69 1090.89,331.41 1098.53,328.76 C1106.16,326.10 1113.80,325.18 1121.44,323.37 C1129.07,321.55 1136.71,319.90 1144.35,317.88 C1151.98,315.86 1159.62,313.36 1167.25,311.24 C1174.89,309.12 1182.53,307.78 1190.16,305.15 C1197.80,302.52 1205.44,297.85 1213.07,295.46 C1220.71,293.08 1228.34,292.66 1235.98,290.86 C1243.62,289.06 1251.25,286.55 1258.89,284.66 C1266.53,282.77 1274.16,280.77 1281.80,279.53 C1289.43,278.29 1297.07,278.88 1304.71,277.24 C1312.34,275.60 1319.98,271.77 1327.62,269.71 C1335.25,267.66 1342.89,267.20 1350.52,264.90 C1358.16,262.61 1365.80,258.22 1373.43,255.93 C1381.07,253.63 1388.71,253.38 1396.34,251.12 C1403.98,248.86 1411.61,245.13 1419.25,242.39 C1426.89,239.66 1434.52,236.74 1442.16,234.73 C1449.80,232.72 1457.43,231.97 1465.07,230.31 C1472.70,228.65 1480.34,227.27 1487.98,224.79 C1495.61,222.30 1503.25,217.55 1510.89,215.40 C1518.52,213.25 1526.16,213.37 1533.79,211.90 C1541.43,210.43 1549.07,208.66 1556.70,206.58 C1564.34,204.50 1571.98,201.45 1579.61,199.41 C1587.25,197.37 1598.70,195.19 1602.52,194.35 " fill="none" stroke="#2f2417" stroke-width="0.60" opacity="0.056" stroke-linecap="round"/><path d="M96.41,571.35 C97.05,571.76 98.00,573.15 100.22,573.80 C102.44,574.45 105.56,574.46 109.71,575.26 C113.87,576.05 119.19,577.36 125.15,578.56 C131.11,579.76 138.28,581.65 145.49,582.45 C152.70,583.25 160.67,584.09 168.40,583.34 C176.13,582.59 184.06,579.57 191.85,577.93 C199.63,576.30 207.42,575.35 215.12,573.53 C222.82,571.71 230.45,568.79 238.04,567.01 C245.63,565.23 254.15,564.90 260.66,562.87 C267.17,560.83 270.70,557.82 277.11,554.79 C283.53,551.77 292.77,547.34 299.14,544.72 C305.51,542.10 309.18,541.44 315.32,539.07 C321.46,536.70 328.98,533.29 335.98,530.50 C342.97,527.71 350.09,524.94 357.28,522.32 C364.47,519.70 371.79,517.64 379.14,514.80 C386.50,511.96 393.94,507.93 401.42,505.29 C408.90,502.65 416.46,500.69 424.03,498.95 C431.59,497.20 439.22,496.76 446.83,494.82 C454.45,492.87 462.09,489.68 469.72,487.27 C477.36,484.87 485.01,482.61 492.63,480.41 C500.25,478.21 507.88,475.78 515.45,474.08 C523.02,472.37 530.57,472.40 538.07,470.21 C545.57,468.01 553.04,463.37 560.44,460.93 C567.84,458.48 576.03,457.11 582.47,455.55 C588.92,454.00 592.43,452.52 599.10,451.60 C605.78,450.68 614.71,450.17 622.51,450.04 C630.30,449.92 638.09,450.69 645.88,450.83 C653.66,450.97 662.22,451.51 669.21,450.86 C676.20,450.21 680.87,448.65 687.80,446.95 C694.73,445.24 703.13,442.29 710.79,440.64 C718.45,438.98 726.12,439.01 733.78,437.00 C741.45,434.99 749.11,431.21 756.77,428.58 C764.44,425.94 772.10,422.93 779.76,421.19 C787.43,419.44 795.09,420.13 802.75,418.13 C810.42,416.13 818.08,411.55 825.75,409.19 C833.41,406.83 841.07,406.25 848.74,403.99 C856.40,401.72 864.06,397.71 871.73,395.59 C879.39,393.48 887.05,393.29 894.72,391.28 C902.38,389.27 910.05,385.98 917.71,383.54 C925.37,381.09 933.04,378.79 940.70,376.61 C948.36,374.43 956.03,372.04 963.69,370.47 C971.35,368.91 979.02,368.64 986.68,367.21 C994.35,365.77 1002.01,363.58 1009.67,361.87 C1017.34,360.17 1025.00,359.44 1032.66,356.99 C1040.33,354.54 1047.99,349.55 1055.65,347.17 C1063.32,344.79 1070.98,344.79 1078.65,342.72 C1086.31,340.66 1093.97,337.16 1101.64,334.77 C1109.30,332.39 1116.96,330.85 1124.63,328.41 C1132.29,325.96 1139.96,322.48 1147.62,320.11 C1155.28,317.73 1162.95,316.02 1170.61,314.17 C1178.27,312.32 1185.94,310.55 1193.60,309.01 C1201.26,307.46 1208.93,307.07 1216.59,304.88 C1224.26,302.69 1231.92,298.01 1239.58,295.86 C1247.25,293.71 1254.91,293.33 1262.57,291.97 C1270.24,290.61 1277.90,289.27 1285.56,287.71 C1293.23,286.14 1300.89,284.98 1308.56,282.56 C1316.22,280.13 1323.88,275.86 1331.55,273.15 C1339.21,270.45 1346.87,268.03 1354.54,266.34 C1362.20,264.64 1369.86,264.67 1377.53,262.98 C1385.19,261.29 1392.86,258.81 1400.52,256.19 C1408.18,253.56 1415.85,250.13 1423.51,247.22 C1431.17,244.31 1438.84,240.59 1446.50,238.73 C1454.16,236.86 1461.83,237.86 1469.49,236.03 C1477.16,234.21 1484.82,229.73 1492.48,227.76 C1500.15,225.79 1507.81,225.93 1515.47,224.23 C1523.14,222.52 1530.80,219.40 1538.46,217.51 C1546.13,215.61 1553.79,215.04 1561.46,212.85 C1569.12,210.66 1576.78,206.35 1584.45,204.38 C1592.11,202.41 1603.61,201.60 1607.44,201.04 " fill="none" stroke="#2f2417" stroke-width="0.70" opacity="0.059" stroke-linecap="round"/><path d="M96.41,571.42 C97.05,571.70 98.02,571.91 100.22,573.14 C102.41,574.37 105.47,576.73 109.58,578.79 C113.70,580.85 118.96,583.66 124.91,585.50 C130.86,587.33 138.05,589.18 145.28,589.79 C152.51,590.41 160.54,590.03 168.30,589.18 C176.06,588.33 184.03,586.25 191.85,584.67 C199.66,583.10 207.47,581.38 215.19,579.75 C222.90,578.12 230.54,576.85 238.14,574.91 C245.73,572.98 254.17,571.17 260.76,568.13 C267.34,565.09 271.17,559.65 277.64,556.68 C284.12,553.70 293.34,552.20 299.63,550.28 C305.91,548.36 309.32,548.19 315.36,545.18 C321.40,542.17 328.92,535.26 335.88,532.21 C342.84,529.15 349.93,529.52 357.11,526.85 C364.29,524.17 371.59,518.76 378.94,516.15 C386.30,513.55 393.74,513.15 401.23,511.20 C408.72,509.25 416.29,506.59 423.88,504.44 C431.47,502.30 439.12,500.67 446.76,498.32 C454.41,495.98 462.08,492.74 469.75,490.38 C477.43,488.02 485.12,486.23 492.79,484.18 C500.45,482.13 508.13,480.34 515.75,478.09 C523.38,475.83 530.99,472.81 538.55,470.65 C546.11,468.49 553.64,467.20 561.11,465.13 C568.58,463.06 576.78,459.80 583.37,458.22 C589.96,456.64 593.84,456.54 600.64,455.63 C607.44,454.73 616.32,452.91 624.15,452.82 C631.99,452.72 639.82,454.74 647.63,455.09 C655.45,455.43 664.11,455.19 671.07,454.88 C678.04,454.57 682.52,454.04 689.43,453.21 C696.33,452.39 704.81,451.47 712.50,449.93 C720.19,448.38 727.88,446.28 735.58,443.95 C743.27,441.62 750.96,438.68 758.65,435.97 C766.34,433.26 774.03,430.09 781.72,427.68 C789.41,425.28 797.10,424.04 804.79,421.53 C812.49,419.02 820.18,415.26 827.87,412.61 C835.56,409.96 843.25,407.66 850.94,405.61 C858.63,403.55 866.32,402.41 874.01,400.28 C881.71,398.16 889.40,394.75 897.09,392.85 C904.78,390.94 912.47,390.31 920.16,388.83 C927.85,387.36 935.54,385.96 943.23,383.98 C950.92,382.00 958.62,378.57 966.31,376.94 C974.00,375.30 981.69,375.97 989.38,374.17 C997.07,372.36 1004.76,368.04 1012.45,366.11 C1020.14,364.17 1027.84,364.25 1035.53,362.55 C1043.22,360.84 1050.91,358.39 1058.60,355.88 C1066.29,353.37 1073.98,350.45 1081.67,347.49 C1089.36,344.54 1097.05,340.60 1104.75,338.15 C1112.44,335.69 1120.13,334.89 1127.82,332.75 C1135.51,330.62 1143.20,327.22 1150.89,325.33 C1158.58,323.43 1166.27,323.58 1173.96,321.39 C1181.66,319.20 1189.35,314.11 1197.04,312.20 C1204.73,310.28 1212.42,311.05 1220.11,309.92 C1227.80,308.80 1235.49,307.22 1243.18,305.43 C1250.88,303.65 1258.57,301.09 1266.26,299.20 C1273.95,297.31 1281.64,296.38 1289.33,294.10 C1297.02,291.82 1304.71,287.49 1312.40,285.52 C1320.09,283.55 1327.79,284.34 1335.48,282.28 C1343.17,280.22 1350.86,275.58 1358.55,273.16 C1366.24,270.74 1373.93,269.91 1381.62,267.75 C1389.31,265.58 1397.01,263.16 1404.70,260.18 C1412.39,257.20 1420.08,252.27 1427.77,249.88 C1435.46,247.48 1443.15,247.42 1450.84,245.83 C1458.53,244.24 1466.22,242.78 1473.92,240.34 C1481.61,237.89 1489.30,233.34 1496.99,231.15 C1504.68,228.96 1512.37,228.40 1520.06,227.18 C1527.75,225.96 1535.44,225.67 1543.14,223.82 C1550.83,221.97 1558.52,217.79 1566.21,216.07 C1573.90,214.36 1581.59,215.42 1589.28,213.52 C1596.97,211.62 1608.51,206.16 1612.35,204.69 " fill="none" stroke="#2f2417" stroke-width="0.57" opacity="0.083" stroke-linecap="round"/><path d="M96.41,572.52 C97.04,573.07 98.04,574.06 100.21,575.81 C102.39,577.56 105.37,580.50 109.45,583.03 C113.52,585.57 118.73,589.10 124.66,591.01 C130.60,592.92 137.81,594.12 145.06,594.50 C152.32,594.87 160.40,593.99 168.20,593.28 C175.99,592.58 184.01,591.73 191.85,590.26 C199.69,588.80 207.52,586.07 215.25,584.48 C222.99,582.89 230.63,582.79 238.23,580.72 C245.83,578.65 254.20,574.65 260.86,572.05 C267.51,569.45 271.63,568.19 278.17,565.09 C284.72,562.00 293.92,555.95 300.12,553.48 C306.32,551.02 309.45,553.00 315.39,550.30 C321.34,547.60 328.86,540.66 335.79,537.25 C342.71,533.85 349.78,532.39 356.94,529.87 C364.10,527.34 371.39,524.86 378.74,522.12 C386.09,519.37 393.54,515.66 401.04,513.37 C408.54,511.09 416.13,510.61 423.74,508.41 C431.34,506.21 439.02,502.67 446.69,500.18 C454.37,497.69 462.08,495.48 469.79,493.47 C477.49,491.47 485.23,490.65 492.94,488.14 C500.65,485.64 508.38,480.48 516.06,478.47 C523.74,476.46 531.40,477.67 539.02,476.07 C546.64,474.47 554.24,471.08 561.78,468.85 C569.33,466.63 577.53,463.80 584.26,462.74 C591.00,461.67 595.25,463.02 602.18,462.49 C609.10,461.96 617.93,459.56 625.80,459.58 C633.67,459.61 641.54,462.34 649.39,462.62 C657.25,462.91 665.99,461.77 672.94,461.27 C679.88,460.77 684.18,460.62 691.06,459.63 C697.94,458.65 706.50,457.38 714.21,455.37 C721.93,453.36 729.65,450.22 737.37,447.60 C745.09,444.98 752.81,441.76 760.52,439.65 C768.24,437.54 775.96,437.40 783.68,434.93 C791.40,432.46 799.12,427.15 806.84,424.84 C814.55,422.53 822.27,423.21 829.99,421.07 C837.71,418.93 845.43,414.29 853.15,412.01 C860.86,409.73 868.58,408.89 876.30,407.40 C884.02,405.91 891.74,404.97 899.46,403.05 C907.18,401.13 914.89,397.93 922.61,395.90 C930.33,393.87 938.05,392.86 945.77,390.87 C953.49,388.88 961.20,386.28 968.92,383.95 C976.64,381.63 984.36,379.09 992.08,376.91 C999.80,374.73 1007.51,372.91 1015.23,370.89 C1022.95,368.86 1030.67,366.62 1038.39,364.77 C1046.11,362.91 1053.83,361.92 1061.54,359.76 C1069.26,357.60 1076.98,354.28 1084.70,351.83 C1092.42,349.37 1100.14,347.05 1107.85,345.04 C1115.57,343.03 1123.29,342.26 1131.01,339.76 C1138.73,337.27 1146.45,332.62 1154.17,330.06 C1161.88,327.50 1169.60,326.00 1177.32,324.42 C1185.04,322.84 1192.76,322.56 1200.48,320.57 C1208.19,318.59 1215.91,314.77 1223.63,312.52 C1231.35,310.27 1239.07,308.66 1246.79,307.08 C1254.50,305.49 1262.22,304.85 1269.94,303.01 C1277.66,301.17 1285.38,298.10 1293.10,296.05 C1300.82,294.01 1308.53,292.86 1316.25,290.75 C1323.97,288.65 1331.69,285.56 1339.41,283.41 C1347.13,281.26 1354.84,279.97 1362.56,277.85 C1370.28,275.73 1378.00,273.33 1385.72,270.70 C1393.44,268.06 1401.16,264.30 1408.87,262.03 C1416.59,259.76 1424.31,259.05 1432.03,257.07 C1439.75,255.09 1447.47,252.52 1455.18,250.15 C1462.90,247.78 1470.62,244.43 1478.34,242.86 C1486.06,241.29 1493.78,242.46 1501.49,240.72 C1509.21,238.99 1516.93,234.80 1524.65,232.45 C1532.37,230.11 1540.09,228.59 1547.81,226.64 C1555.52,224.69 1563.24,222.35 1570.96,220.73 C1578.68,219.11 1586.40,218.47 1594.12,216.91 C1601.83,215.35 1613.41,212.27 1617.27,211.34 " fill="none" stroke="#2f2417" stroke-width="0.70" opacity="0.081" stroke-linecap="round"/><path d="M96.41,569.29 C97.04,571.07 98.06,576.84 100.21,579.96 C102.36,583.09 105.28,585.52 109.32,588.04 C113.35,590.57 118.50,592.93 124.42,595.13 C130.35,597.33 137.57,600.32 144.85,601.22 C152.13,602.11 160.26,600.89 168.09,600.50 C175.93,600.11 183.98,600.26 191.85,598.88 C199.72,597.50 207.58,594.85 215.32,592.21 C223.07,589.56 230.72,585.38 238.33,583.03 C245.93,580.69 254.23,580.87 260.95,578.13 C267.68,575.38 272.09,569.58 278.70,566.55 C285.31,563.53 294.49,562.11 300.61,559.96 C306.73,557.81 309.58,556.60 315.43,553.66 C321.28,550.71 328.80,545.92 335.69,542.30 C342.58,538.67 349.62,534.59 356.77,531.91 C363.91,529.22 371.19,529.03 378.54,526.19 C385.89,523.34 393.34,517.62 400.85,514.84 C408.36,512.06 415.96,511.33 423.59,509.52 C431.22,507.71 438.92,506.62 446.62,503.98 C454.33,501.35 462.07,496.47 469.82,493.73 C477.56,491.00 485.34,489.30 493.10,487.55 C500.86,485.81 508.63,484.99 516.36,483.29 C524.09,481.58 531.81,479.06 539.50,477.33 C547.18,475.60 554.85,474.27 562.46,472.92 C570.07,471.58 578.28,470.57 585.16,469.26 C592.03,467.96 596.66,465.75 603.71,465.09 C610.76,464.43 619.54,465.23 627.45,465.28 C635.36,465.33 643.26,465.47 651.15,465.39 C659.04,465.31 667.88,464.42 674.80,464.78 C681.72,465.14 685.83,468.21 692.69,467.55 C699.54,466.89 708.18,463.09 715.93,460.81 C723.67,458.54 731.42,456.69 739.16,453.89 C746.91,451.09 754.65,446.24 762.40,444.01 C770.15,441.78 777.89,442.33 785.64,440.53 C793.38,438.72 801.13,435.71 808.88,433.17 C816.62,430.62 824.37,427.46 832.11,425.27 C839.86,423.09 847.60,422.13 855.35,420.06 C863.10,417.98 870.84,415.14 878.59,412.82 C886.33,410.50 894.08,408.26 901.83,406.13 C909.57,404.01 917.32,401.91 925.06,400.05 C932.81,398.20 940.55,396.94 948.30,395.00 C956.05,393.06 963.79,390.32 971.54,388.41 C979.28,386.51 987.03,385.16 994.78,383.57 C1002.52,381.98 1010.27,380.82 1018.01,378.87 C1025.76,376.92 1033.50,374.10 1041.25,371.88 C1049.00,369.66 1056.74,367.86 1064.49,365.54 C1072.23,363.23 1079.98,360.70 1087.73,357.98 C1095.47,355.26 1103.22,351.59 1110.96,349.24 C1118.71,346.89 1126.45,345.89 1134.20,343.88 C1141.95,341.86 1149.69,339.01 1157.44,337.16 C1165.18,335.30 1172.93,334.62 1180.68,332.76 C1188.42,330.90 1196.17,328.23 1203.91,326.00 C1211.66,323.77 1219.40,321.14 1227.15,319.36 C1234.90,317.57 1242.64,316.73 1250.39,315.29 C1258.13,313.86 1265.88,313.07 1273.63,310.75 C1281.37,308.43 1289.12,303.56 1296.86,301.36 C1304.61,299.17 1312.35,299.95 1320.10,297.56 C1327.85,295.18 1335.59,289.80 1343.34,287.05 C1351.08,284.30 1358.83,283.25 1366.58,281.08 C1374.32,278.91 1382.07,275.96 1389.81,274.01 C1397.56,272.07 1405.30,271.10 1413.05,269.40 C1420.80,267.70 1428.54,265.90 1436.29,263.82 C1444.03,261.74 1451.78,259.32 1459.53,256.91 C1467.27,254.51 1475.02,251.18 1482.76,249.39 C1490.51,247.59 1498.25,247.99 1506.00,246.13 C1513.75,244.27 1521.49,240.57 1529.24,238.23 C1536.98,235.90 1544.73,233.67 1552.48,232.12 C1560.22,230.56 1567.97,230.69 1575.71,228.89 C1583.46,227.09 1591.21,223.66 1598.95,221.33 C1606.70,218.99 1618.32,215.94 1622.19,214.86 " fill="none" stroke="#2f2417" stroke-width="0.99" opacity="0.077" stroke-linecap="round"/><path d="M96.41,573.06 C97.04,574.62 98.08,579.08 100.21,582.43 C102.34,585.79 105.19,590.17 109.19,593.21 C113.18,596.25 118.27,598.29 124.18,600.65 C130.09,603.01 137.34,606.32 144.64,607.38 C151.94,608.44 160.12,607.91 167.99,607.02 C175.86,606.13 183.95,603.95 191.85,602.02 C199.75,600.10 207.63,597.52 215.39,595.47 C223.15,593.42 230.82,592.38 238.43,589.71 C246.04,587.04 254.25,581.95 261.05,579.46 C267.85,576.97 272.56,577.56 279.23,574.78 C285.91,572.00 295.06,565.83 301.10,562.80 C307.14,559.77 309.71,559.40 315.46,556.62 C321.21,553.83 328.74,548.90 335.60,546.07 C342.45,543.24 349.47,542.63 356.59,539.63 C363.72,536.64 370.99,531.59 378.34,528.11 C385.68,524.63 393.14,521.72 400.66,518.75 C408.18,515.78 415.80,512.95 423.45,510.29 C431.09,507.64 438.82,504.79 446.55,502.81 C454.29,500.83 462.06,500.27 469.85,498.42 C477.63,496.57 485.45,493.74 493.25,491.70 C501.06,489.65 508.88,487.90 516.66,486.15 C524.45,484.40 532.23,483.22 539.97,481.20 C547.72,479.18 555.45,475.45 563.13,474.03 C570.81,472.60 579.03,473.17 586.05,472.63 C593.07,472.09 598.07,470.75 605.25,470.79 C612.42,470.82 621.16,472.40 629.10,472.83 C637.04,473.27 644.98,473.13 652.91,473.39 C660.84,473.65 669.76,474.93 676.67,474.41 C683.57,473.89 687.49,471.48 694.32,470.25 C701.15,469.02 709.86,468.68 717.64,467.02 C725.41,465.35 733.18,462.55 740.96,460.24 C748.73,457.94 756.50,456.16 764.28,453.20 C772.05,450.25 779.82,445.39 787.60,442.52 C795.37,439.65 803.14,438.24 810.92,435.99 C818.69,433.74 826.46,431.27 834.24,429.03 C842.01,426.80 849.78,424.04 857.56,422.58 C865.33,421.12 873.10,421.59 880.88,420.27 C888.65,418.94 896.42,416.61 904.19,414.64 C911.97,412.67 919.74,410.29 927.51,408.46 C935.29,406.64 943.06,405.60 950.83,403.68 C958.61,401.76 966.38,399.36 974.15,396.94 C981.93,394.51 989.70,391.69 997.47,389.13 C1005.25,386.57 1013.02,384.00 1020.79,381.56 C1028.57,379.12 1036.34,376.39 1044.11,374.47 C1051.89,372.55 1059.66,372.36 1067.43,370.06 C1075.21,367.75 1082.98,363.26 1090.75,360.64 C1098.53,358.02 1106.30,356.37 1114.07,354.33 C1121.85,352.29 1129.62,350.66 1137.39,348.39 C1145.16,346.13 1152.94,342.79 1160.71,340.75 C1168.48,338.71 1176.26,337.80 1184.03,336.15 C1191.80,334.49 1199.58,332.32 1207.35,330.83 C1215.12,329.33 1222.90,328.98 1230.67,327.18 C1238.44,325.37 1246.22,322.24 1253.99,319.99 C1261.76,317.75 1269.54,315.38 1277.31,313.69 C1285.08,311.99 1292.86,311.96 1300.63,309.84 C1308.40,307.72 1316.18,303.40 1323.95,300.98 C1331.72,298.55 1339.50,297.59 1347.27,295.29 C1355.04,292.98 1362.82,290.07 1370.59,287.13 C1378.36,284.20 1386.14,280.09 1393.91,277.68 C1401.68,275.27 1409.45,274.52 1417.23,272.67 C1425.00,270.81 1432.77,268.32 1440.55,266.58 C1448.32,264.84 1456.09,264.16 1463.87,262.22 C1471.64,260.27 1479.41,256.79 1487.19,254.92 C1494.96,253.05 1502.73,252.70 1510.51,251.01 C1518.28,249.31 1526.05,247.00 1533.83,244.75 C1541.60,242.50 1549.37,239.32 1557.15,237.52 C1564.92,235.72 1572.69,236.20 1580.47,233.94 C1588.24,231.68 1596.01,226.29 1603.79,223.96 C1611.56,221.64 1623.22,220.65 1627.11,219.98 " fill="none" stroke="#2f2417" stroke-width="0.50" opacity="0.057" stroke-linecap="round"/><path d="M96.41,573.24 C97.04,575.30 98.10,582.34 100.21,585.62 C102.31,588.90 105.10,589.66 109.05,592.91 C113.01,596.17 118.04,602.10 123.94,605.17 C129.83,608.24 137.10,610.00 144.42,611.35 C151.75,612.69 159.99,613.99 167.89,613.26 C175.80,612.53 183.93,608.80 191.85,606.96 C199.78,605.12 207.68,604.36 215.46,602.23 C223.24,600.10 230.91,596.51 238.52,594.18 C246.14,591.86 254.28,591.03 261.15,588.26 C268.02,585.48 273.02,580.34 279.76,577.53 C286.50,574.72 295.63,573.87 301.59,571.40 C307.55,568.93 309.85,566.12 315.50,562.70 C321.15,559.28 328.68,554.26 335.50,550.87 C342.32,547.47 349.32,545.50 356.42,542.31 C363.53,539.12 370.79,535.28 378.14,531.74 C385.48,528.20 392.94,523.88 400.47,521.08 C408.00,518.29 415.63,517.66 423.30,514.99 C430.97,512.31 438.72,507.36 446.49,505.03 C454.25,502.71 462.06,502.78 469.88,501.04 C477.70,499.30 485.56,496.48 493.41,494.59 C501.26,492.69 509.13,491.37 516.97,489.70 C524.81,488.02 532.64,486.21 540.45,484.53 C548.25,482.86 556.05,480.94 563.80,479.65 C571.55,478.35 579.78,477.38 586.95,476.78 C594.11,476.19 599.48,475.82 606.78,476.09 C614.08,476.35 622.77,478.46 630.75,478.37 C638.73,478.28 646.70,475.32 654.67,475.53 C662.63,475.74 671.65,479.67 678.53,479.64 C685.41,479.61 689.14,477.06 695.95,475.34 C702.75,473.63 711.55,471.47 719.35,469.35 C727.15,467.23 734.95,464.47 742.75,462.63 C750.55,460.80 758.35,460.46 766.15,458.32 C773.95,456.17 781.75,452.37 789.55,449.75 C797.36,447.13 805.16,444.49 812.96,442.61 C820.76,440.72 828.56,440.58 836.36,438.43 C844.16,436.28 851.96,431.96 859.76,429.71 C867.56,427.46 875.36,426.62 883.16,424.93 C890.96,423.24 898.76,421.26 906.56,419.57 C914.36,417.88 922.17,416.58 929.97,414.79 C937.77,413.00 945.57,410.95 953.37,408.84 C961.17,406.73 968.97,404.56 976.77,402.13 C984.57,399.71 992.37,396.75 1000.17,394.29 C1007.97,391.82 1015.77,389.78 1023.57,387.34 C1031.37,384.89 1039.17,381.59 1046.98,379.62 C1054.78,377.66 1062.58,377.48 1070.38,375.55 C1078.18,373.61 1085.98,370.28 1093.78,368.00 C1101.58,365.71 1109.38,364.29 1117.18,361.84 C1124.98,359.39 1132.78,355.49 1140.58,353.28 C1148.38,351.06 1156.18,350.05 1163.98,348.55 C1171.79,347.04 1179.59,346.06 1187.39,344.27 C1195.19,342.48 1202.99,340.16 1210.79,337.79 C1218.59,335.43 1226.39,332.14 1234.19,330.08 C1241.99,328.02 1249.79,326.97 1257.59,325.42 C1265.39,323.88 1273.19,323.14 1280.99,320.80 C1288.79,318.45 1296.60,314.12 1304.40,311.36 C1312.20,308.59 1320.00,306.50 1327.80,304.22 C1335.60,301.95 1343.40,299.64 1351.20,297.68 C1359.00,295.72 1366.80,294.35 1374.60,292.46 C1382.40,290.58 1390.20,288.94 1398.00,286.39 C1405.80,283.83 1413.60,279.68 1421.41,277.14 C1429.21,274.60 1437.01,273.03 1444.81,271.13 C1452.61,269.23 1460.41,267.53 1468.21,265.74 C1476.01,263.96 1483.81,262.12 1491.61,260.42 C1499.41,258.72 1507.21,257.59 1515.01,255.54 C1522.81,253.49 1530.61,250.27 1538.41,248.12 C1546.22,245.96 1554.02,244.71 1561.82,242.60 C1569.62,240.50 1577.42,237.25 1585.22,235.47 C1593.02,233.70 1600.82,233.87 1608.62,231.95 C1616.42,230.03 1628.12,225.26 1632.02,223.93 " fill="none" stroke="#2f2417" stroke-width="0.98" opacity="0.054" stroke-linecap="round"/><path d="M96.41,571.96 C97.04,574.56 98.12,582.95 100.20,587.54 C102.29,592.14 105.01,595.69 108.92,599.53 C112.84,603.36 117.82,607.79 123.70,610.57 C129.58,613.36 136.86,615.28 144.21,616.23 C151.56,617.17 159.85,616.52 167.79,616.23 C175.73,615.95 183.90,616.18 191.85,614.53 C199.81,612.87 207.73,608.84 215.52,606.30 C223.32,603.75 231.00,601.66 238.62,599.27 C246.24,596.87 254.30,594.85 261.25,591.95 C268.19,589.06 273.49,584.87 280.29,581.90 C287.10,578.93 296.21,576.18 302.08,574.13 C307.96,572.09 309.98,572.47 315.53,569.63 C321.09,566.78 328.62,561.16 335.41,557.06 C342.19,552.97 349.16,548.67 356.25,545.05 C363.34,541.43 370.60,538.65 377.94,535.33 C385.27,532.02 392.74,528.52 400.28,525.17 C407.82,521.82 415.47,517.85 423.16,515.24 C430.84,512.63 438.62,511.74 446.42,509.50 C454.21,507.27 462.05,503.83 469.91,501.83 C477.77,499.83 485.67,498.90 493.57,497.49 C501.46,496.08 509.38,495.05 517.27,493.37 C525.16,491.68 533.05,488.81 540.92,487.38 C548.79,485.95 556.65,485.51 564.47,484.78 C572.29,484.05 580.53,483.59 587.84,482.99 C595.15,482.38 600.89,481.56 608.32,481.17 C615.75,480.79 624.38,480.32 632.40,480.69 C640.41,481.06 648.42,482.71 656.42,483.41 C664.42,484.12 673.54,484.84 680.39,484.93 C687.25,485.02 690.80,485.29 697.58,483.93 C704.35,482.57 713.23,479.00 721.06,476.76 C728.89,474.51 736.72,472.77 744.54,470.45 C752.37,468.13 760.20,465.24 768.03,462.83 C775.86,460.42 783.68,458.31 791.51,455.97 C799.34,453.62 807.17,451.08 815.00,448.75 C822.82,446.43 830.65,443.91 838.48,442.03 C846.31,440.15 854.14,439.56 861.96,437.47 C869.79,435.38 877.62,431.54 885.45,429.47 C893.28,427.40 901.10,426.52 908.93,425.05 C916.76,423.58 924.59,422.46 932.42,420.64 C940.25,418.83 948.07,416.38 955.90,414.16 C963.73,411.94 971.56,409.85 979.39,407.32 C987.21,404.79 995.04,401.39 1002.87,398.97 C1010.70,396.55 1018.53,394.95 1026.35,392.78 C1034.18,390.62 1042.01,388.13 1049.84,385.97 C1057.67,383.82 1065.49,382.12 1073.32,379.85 C1081.15,377.58 1088.98,374.48 1096.81,372.37 C1104.63,370.26 1112.46,368.88 1120.29,367.19 C1128.12,365.51 1135.95,364.57 1143.77,362.25 C1151.60,359.93 1159.43,355.41 1167.26,353.29 C1175.09,351.17 1182.91,351.04 1190.74,349.52 C1198.57,348.01 1206.40,346.38 1214.23,344.21 C1222.05,342.05 1229.88,338.80 1237.71,336.54 C1245.54,334.28 1253.37,332.39 1261.19,330.64 C1269.02,328.90 1276.85,328.63 1284.68,326.07 C1292.51,323.51 1300.33,317.89 1308.16,315.29 C1315.99,312.69 1323.82,312.70 1331.65,310.47 C1339.47,308.25 1347.30,304.06 1355.13,301.96 C1362.96,299.85 1370.79,299.49 1378.61,297.84 C1386.44,296.18 1394.27,294.33 1402.10,292.04 C1409.93,289.75 1417.75,286.70 1425.58,284.10 C1433.41,281.50 1441.24,278.33 1449.07,276.42 C1456.89,274.52 1464.72,274.26 1472.55,272.65 C1480.38,271.03 1488.21,268.58 1496.03,266.74 C1503.86,264.89 1511.69,263.60 1519.52,261.57 C1527.35,259.54 1535.17,256.71 1543.00,254.56 C1550.83,252.40 1558.66,250.61 1566.49,248.64 C1574.32,246.67 1582.14,245.07 1589.97,242.72 C1597.80,240.36 1605.63,237.12 1613.46,234.52 C1621.28,231.92 1633.03,228.34 1636.94,227.11 " fill="none" stroke="#2f2417" stroke-width="0.61" opacity="0.088" stroke-linecap="round"/><path d="M96.41,572.89 C97.04,575.63 98.14,584.69 100.20,589.36 C102.26,594.02 104.91,596.32 108.79,600.89 C112.66,605.46 117.59,613.35 123.46,616.77 C129.32,620.19 136.63,620.69 144.00,621.42 C151.37,622.14 159.71,621.65 167.69,621.11 C175.66,620.57 183.87,619.63 191.86,618.18 C199.84,616.74 207.78,614.94 215.59,612.44 C223.40,609.95 231.09,605.81 238.72,603.21 C246.34,600.60 254.33,599.30 261.35,596.82 C268.36,594.34 273.95,591.09 280.82,588.34 C287.69,585.59 296.78,582.89 302.57,580.33 C308.36,577.76 310.11,576.29 315.57,572.93 C321.02,569.57 328.56,564.25 335.31,560.16 C342.06,556.07 349.01,551.78 356.08,548.37 C363.15,544.95 370.40,542.68 377.73,539.69 C385.07,536.69 392.54,533.77 400.09,530.39 C407.64,527.01 415.30,522.83 423.01,519.41 C430.72,516.00 438.52,512.28 446.35,509.92 C454.17,507.56 462.04,507.28 469.94,505.27 C477.84,503.26 485.79,499.96 493.72,497.86 C501.66,495.77 509.63,494.16 517.57,492.70 C525.52,491.23 533.47,489.61 541.40,489.08 C549.32,488.55 557.25,489.67 565.14,489.51 C573.03,489.34 581.28,488.41 588.74,488.08 C596.19,487.76 602.30,487.65 609.86,487.58 C617.41,487.50 625.99,487.42 634.04,487.63 C642.10,487.85 650.15,488.75 658.18,488.86 C666.22,488.97 675.42,487.99 682.26,488.28 C689.10,488.58 692.45,491.89 699.21,490.62 C705.96,489.35 714.92,483.34 722.77,480.65 C730.63,477.95 738.48,476.55 746.34,474.46 C754.19,472.37 762.05,470.28 769.90,468.10 C777.76,465.93 785.62,463.80 793.47,461.42 C801.33,459.03 809.18,456.14 817.04,453.80 C824.89,451.46 832.75,449.18 840.60,447.39 C848.46,445.60 856.31,444.98 864.17,443.07 C872.03,441.17 879.88,437.57 887.74,435.96 C895.59,434.35 903.45,435.17 911.30,433.42 C919.16,431.67 927.01,427.52 934.87,425.47 C942.72,423.42 950.58,423.40 958.43,421.11 C966.29,418.82 974.15,414.42 982.00,411.71 C989.86,409.01 997.71,407.34 1005.57,404.87 C1013.42,402.41 1021.28,399.35 1029.13,396.93 C1036.99,394.51 1044.84,392.78 1052.70,390.36 C1060.56,387.94 1068.41,384.93 1076.27,382.40 C1084.12,379.88 1091.98,376.87 1099.83,375.19 C1107.69,373.50 1115.54,373.99 1123.40,372.28 C1131.25,370.56 1139.11,367.04 1146.96,364.90 C1154.82,362.75 1162.68,361.19 1170.53,359.42 C1178.39,357.65 1186.24,355.95 1194.10,354.27 C1201.95,352.59 1209.81,351.22 1217.66,349.34 C1225.52,347.45 1233.37,345.00 1241.23,342.97 C1249.09,340.95 1256.94,339.32 1264.80,337.18 C1272.65,335.04 1280.51,332.76 1288.36,330.15 C1296.22,327.54 1304.07,323.79 1311.93,321.52 C1319.78,319.24 1327.64,318.58 1335.49,316.50 C1343.35,314.42 1351.21,311.95 1359.06,309.02 C1366.92,306.09 1374.77,301.10 1382.63,298.92 C1390.48,296.75 1398.34,297.35 1406.19,295.95 C1414.05,294.55 1421.90,292.43 1429.76,290.54 C1437.62,288.65 1445.47,286.94 1453.33,284.61 C1461.18,282.29 1469.04,278.35 1476.89,276.59 C1484.75,274.82 1492.60,275.55 1500.46,274.01 C1508.31,272.46 1516.17,269.92 1524.02,267.30 C1531.88,264.69 1539.74,260.97 1547.59,258.32 C1555.45,255.68 1563.30,253.13 1571.16,251.43 C1579.01,249.73 1586.87,250.12 1594.72,248.12 C1602.58,246.13 1610.43,242.40 1618.29,239.45 C1626.15,236.50 1637.93,231.92 1641.86,230.41 " fill="none" stroke="#2f2417" stroke-width="0.57" opacity="0.054" stroke-linecap="round"/><path d="M96.41,574.25 C97.04,576.66 98.16,583.82 100.20,588.69 C102.24,593.56 104.82,598.21 108.66,603.45 C112.49,608.69 117.36,616.03 123.21,620.13 C129.07,624.22 136.39,626.85 143.78,628.02 C151.18,629.19 159.57,627.34 167.59,627.15 C175.60,626.97 183.84,628.14 191.86,626.91 C199.87,625.68 207.83,622.11 215.66,619.79 C223.49,617.47 231.18,615.58 238.81,612.98 C246.44,610.38 254.36,606.99 261.45,604.18 C268.54,601.37 274.41,599.18 281.35,596.11 C288.29,593.05 297.35,588.57 303.06,585.78 C308.77,583.00 310.24,583.15 315.60,579.41 C320.96,575.67 328.50,567.75 335.22,563.36 C341.94,558.97 348.85,556.78 355.91,553.06 C362.96,549.33 370.20,544.60 377.53,541.02 C384.86,537.45 392.35,534.90 399.90,531.60 C407.46,528.30 415.14,523.93 422.87,521.20 C430.59,518.48 438.43,517.56 446.28,515.24 C454.13,512.91 462.04,509.65 469.97,507.26 C477.91,504.86 485.90,502.62 493.88,500.88 C501.86,499.13 509.88,498.03 517.88,496.79 C525.87,495.55 533.88,494.11 541.87,493.45 C549.86,492.78 557.85,493.47 565.81,492.82 C573.77,492.17 582.03,489.78 589.63,489.53 C597.23,489.28 603.72,491.15 611.39,491.32 C619.07,491.50 627.60,490.32 635.69,490.58 C643.78,490.85 651.87,492.34 659.94,492.91 C668.01,493.49 677.31,493.88 684.12,494.03 C690.94,494.19 694.11,494.85 700.84,493.86 C707.56,492.88 716.60,490.85 724.48,488.13 C732.37,485.42 740.25,479.86 748.13,477.56 C756.01,475.27 763.90,476.22 771.78,474.37 C779.66,472.52 787.55,468.70 795.43,466.44 C803.31,464.18 811.19,462.64 819.08,460.81 C826.96,458.98 834.84,457.18 842.73,455.46 C850.61,453.74 858.49,452.62 866.37,450.50 C874.26,448.39 882.14,445.03 890.02,442.78 C897.91,440.52 905.79,438.60 913.67,436.96 C921.55,435.31 929.44,435.32 937.32,432.91 C945.20,430.50 953.09,425.01 960.97,422.51 C968.85,420.01 976.73,419.87 984.62,417.93 C992.50,415.98 1000.38,413.62 1008.27,410.83 C1016.15,408.05 1024.03,403.56 1031.91,401.22 C1039.80,398.88 1047.68,398.58 1055.56,396.80 C1063.44,395.02 1071.33,392.45 1079.21,390.55 C1087.09,388.65 1094.98,387.65 1102.86,385.38 C1110.74,383.12 1118.62,378.85 1126.51,376.95 C1134.39,375.04 1142.27,375.74 1150.16,373.96 C1158.04,372.19 1165.92,368.55 1173.80,366.28 C1181.69,364.00 1189.57,362.04 1197.45,360.31 C1205.34,358.59 1213.22,358.33 1221.10,355.91 C1228.98,353.50 1236.87,348.14 1244.75,345.80 C1252.63,343.46 1260.52,343.76 1268.40,341.87 C1276.28,339.98 1284.16,337.07 1292.05,334.45 C1299.93,331.83 1307.81,328.33 1315.69,326.15 C1323.58,323.97 1331.46,323.63 1339.34,321.36 C1347.23,319.09 1355.11,314.99 1362.99,312.53 C1370.87,310.07 1378.76,308.55 1386.64,306.58 C1394.52,304.61 1402.41,302.50 1410.29,300.73 C1418.17,298.95 1426.05,298.09 1433.94,295.95 C1441.82,293.81 1449.70,290.04 1457.59,287.90 C1465.47,285.75 1473.35,284.90 1481.23,283.09 C1489.12,281.29 1497.00,279.03 1504.88,277.07 C1512.77,275.12 1520.65,273.21 1528.53,271.34 C1536.41,269.48 1544.30,268.30 1552.18,265.86 C1560.06,263.42 1567.94,259.03 1575.83,256.70 C1583.71,254.37 1591.59,254.15 1599.48,251.87 C1607.36,249.59 1615.24,245.57 1623.12,243.01 C1631.01,240.46 1642.83,237.61 1646.77,236.53 " fill="none" stroke="#2f2417" stroke-width="0.75" opacity="0.061" stroke-linecap="round"/><path d="M96.41,574.97 C97.04,578.02 98.18,587.77 100.20,593.27 C102.22,598.77 104.73,603.17 108.52,607.97 C112.32,612.78 117.13,618.31 122.97,622.09 C128.81,625.88 136.15,628.74 143.57,630.67 C150.99,632.60 159.44,633.68 167.48,633.66 C175.53,633.65 183.82,631.95 191.86,630.57 C199.90,629.19 207.89,627.98 215.73,625.37 C223.57,622.77 231.27,617.53 238.91,614.94 C246.55,612.34 254.38,612.00 261.54,609.79 C268.71,607.58 274.88,604.91 281.88,601.68 C288.88,598.46 297.93,593.77 303.55,590.45 C309.18,587.13 310.38,585.37 315.64,581.77 C320.90,578.18 328.44,573.43 335.12,568.87 C341.81,564.32 348.70,558.75 355.73,554.43 C362.77,550.10 370.00,546.19 377.33,542.92 C384.66,539.65 392.15,538.01 399.71,534.80 C407.28,531.60 414.97,526.87 422.72,523.69 C430.47,520.50 438.33,518.04 446.21,515.71 C454.09,513.39 462.03,511.42 470.00,509.72 C477.97,508.03 486.01,506.98 494.04,505.54 C502.07,504.11 510.13,502.18 518.18,501.11 C526.23,500.05 534.30,499.66 542.35,499.15 C550.40,498.64 558.45,498.29 566.48,498.06 C574.51,497.82 582.78,497.78 590.52,497.74 C598.27,497.69 605.13,497.59 612.93,497.76 C620.73,497.94 629.21,498.83 637.34,498.78 C645.47,498.73 653.59,497.25 661.70,497.48 C669.80,497.71 679.19,499.99 685.99,500.18 C692.78,500.37 695.76,499.92 702.46,498.61 C709.17,497.30 718.29,495.03 726.20,492.33 C734.11,489.62 742.02,485.08 749.93,482.39 C757.84,479.69 765.75,478.29 773.66,476.16 C781.57,474.03 789.48,471.10 797.39,469.62 C805.30,468.14 813.21,468.45 821.12,467.30 C829.03,466.15 836.94,464.54 844.85,462.73 C852.76,460.92 860.67,458.61 868.58,456.44 C876.49,454.27 884.40,451.52 892.31,449.70 C900.22,447.88 908.13,447.36 916.04,445.52 C923.95,443.67 931.86,441.16 939.77,438.64 C947.68,436.12 955.59,433.27 963.50,430.41 C971.41,427.55 979.32,424.23 987.23,421.50 C995.14,418.77 1003.05,416.41 1010.96,414.00 C1018.87,411.60 1026.78,409.47 1034.69,407.09 C1042.60,404.71 1050.51,401.93 1058.42,399.74 C1066.33,397.55 1074.24,395.70 1082.15,393.93 C1090.07,392.16 1097.98,390.60 1105.89,389.12 C1113.80,387.65 1121.71,387.23 1129.62,385.08 C1137.53,382.93 1145.44,378.24 1153.35,376.24 C1161.26,374.25 1169.17,374.95 1177.08,373.09 C1184.99,371.23 1192.90,367.45 1200.81,365.11 C1208.72,362.77 1216.63,360.76 1224.54,359.08 C1232.45,357.39 1240.36,357.09 1248.27,355.00 C1256.18,352.91 1264.09,349.00 1272.00,346.55 C1279.91,344.10 1287.82,342.94 1295.73,340.30 C1303.64,337.66 1311.55,333.82 1319.46,330.71 C1327.37,327.61 1335.28,324.02 1343.19,321.67 C1351.10,319.31 1359.01,318.29 1366.92,316.59 C1374.83,314.88 1382.74,312.97 1390.65,311.44 C1398.56,309.91 1406.47,308.91 1414.38,307.41 C1422.29,305.91 1430.20,304.46 1438.11,302.42 C1446.02,300.37 1453.93,297.29 1461.84,295.11 C1469.76,292.94 1477.67,291.55 1485.58,289.37 C1493.49,287.20 1501.40,284.00 1509.31,282.06 C1517.22,280.11 1525.13,279.93 1533.04,277.70 C1540.95,275.46 1548.86,271.47 1556.77,268.66 C1564.68,265.84 1572.59,263.49 1580.50,260.80 C1588.41,258.12 1596.32,255.17 1604.23,252.54 C1612.14,249.91 1620.05,246.96 1627.96,245.02 C1635.87,243.08 1647.73,241.58 1651.69,240.89 " fill="none" stroke="#2f2417" stroke-width="0.98" opacity="0.055" stroke-linecap="round"/><path d="M96.41,574.42 C97.04,577.13 98.20,584.93 100.19,590.64 C102.19,596.35 104.64,602.51 108.39,608.68 C112.15,614.85 116.90,623.14 122.73,627.68 C128.56,632.23 135.92,633.74 143.36,635.96 C150.80,638.17 159.30,640.97 167.38,640.99 C175.47,641.00 183.79,637.92 191.86,636.05 C199.93,634.18 207.94,631.59 215.80,629.78 C223.65,627.96 231.37,627.42 239.01,625.13 C246.65,622.84 254.41,619.11 261.64,616.04 C268.88,612.97 275.34,610.20 282.41,606.73 C289.47,603.27 298.50,598.86 304.04,595.26 C309.59,591.66 310.51,588.89 315.67,585.12 C320.84,581.34 328.38,576.92 335.03,572.63 C341.68,568.34 348.55,563.80 355.56,559.39 C362.58,554.97 369.80,549.81 377.13,546.13 C384.46,542.46 391.95,540.82 399.52,537.34 C407.09,533.87 414.81,528.07 422.58,525.30 C430.35,522.53 438.23,522.68 446.14,520.74 C454.05,518.79 462.02,516.04 470.03,513.62 C478.04,511.19 486.12,507.94 494.19,506.16 C502.27,504.38 510.38,503.39 518.48,502.92 C526.59,502.45 534.71,503.39 542.82,503.33 C550.93,503.27 559.05,503.33 567.15,502.54 C575.25,501.75 583.53,499.04 591.42,498.58 C599.30,498.12 606.54,499.17 614.46,499.80 C622.39,500.42 630.82,502.11 638.99,502.33 C647.15,502.56 655.31,500.58 663.45,501.14 C671.60,501.71 681.08,505.16 687.85,505.72 C694.62,506.27 697.42,506.10 704.09,504.45 C710.77,502.80 719.97,498.13 727.91,495.80 C735.84,493.48 743.78,492.29 751.72,490.50 C759.66,488.71 767.59,487.07 775.53,485.06 C783.47,483.05 791.41,480.36 799.35,478.44 C807.28,476.52 815.22,475.72 823.16,473.56 C831.10,471.39 839.03,467.35 846.97,465.46 C854.91,463.57 862.85,464.11 870.78,462.24 C878.72,460.36 886.66,456.43 894.60,454.21 C902.53,451.99 910.47,450.93 918.41,448.91 C926.35,446.89 934.28,444.53 942.22,442.08 C950.16,439.64 958.10,436.74 966.04,434.23 C973.97,431.73 981.91,429.14 989.85,427.07 C997.79,425.00 1005.72,423.69 1013.66,421.80 C1021.60,419.91 1029.54,417.92 1037.47,415.72 C1045.41,413.51 1053.35,410.94 1061.29,408.57 C1069.22,406.19 1077.16,403.83 1085.10,401.46 C1093.04,399.09 1100.97,396.67 1108.91,394.34 C1116.85,392.02 1124.79,388.99 1132.72,387.51 C1140.66,386.03 1148.60,387.01 1156.54,385.47 C1164.48,383.93 1172.41,380.44 1180.35,378.27 C1188.29,376.10 1196.23,374.89 1204.16,372.47 C1212.10,370.06 1220.04,366.18 1227.98,363.78 C1235.91,361.38 1243.85,359.93 1251.79,358.07 C1259.73,356.21 1267.66,354.80 1275.60,352.63 C1283.54,350.45 1291.48,347.58 1299.41,345.00 C1307.35,342.42 1315.29,339.77 1323.23,337.15 C1331.17,334.53 1339.10,331.56 1347.04,329.28 C1354.98,326.99 1362.92,325.10 1370.85,323.44 C1378.79,321.77 1386.73,321.32 1394.67,319.29 C1402.60,317.26 1410.54,313.34 1418.48,311.24 C1426.42,309.14 1434.35,308.49 1442.29,306.68 C1450.23,304.87 1458.17,302.26 1466.10,300.39 C1474.04,298.52 1481.98,297.42 1489.92,295.46 C1497.85,293.50 1505.79,291.27 1513.73,288.64 C1521.67,286.02 1529.61,282.55 1537.54,279.71 C1545.48,276.86 1553.42,273.92 1561.36,271.58 C1569.29,269.24 1577.23,267.69 1585.17,265.65 C1593.11,263.62 1601.04,261.42 1608.98,259.35 C1616.92,257.29 1624.86,255.20 1632.79,253.26 C1640.73,251.32 1652.64,248.64 1656.61,247.71 " fill="none" stroke="#2f2417" stroke-width="0.52" opacity="0.085" stroke-linecap="round"/><path d="M96.41,575.00 C97.04,578.46 98.22,589.26 100.19,595.75 C102.17,602.25 104.54,608.35 108.26,613.98 C111.98,619.61 116.68,624.73 122.49,629.53 C128.30,634.33 135.68,640.05 143.15,642.79 C150.61,645.53 159.16,645.90 167.28,645.97 C175.40,646.04 183.76,644.38 191.86,643.20 C199.96,642.02 207.99,641.22 215.86,638.89 C223.74,636.56 231.46,632.44 239.10,629.21 C246.75,625.98 254.44,622.47 261.74,619.54 C269.05,616.60 275.80,614.62 282.94,611.61 C290.07,608.59 299.07,604.84 304.53,601.42 C310.00,598.00 310.64,595.04 315.71,591.08 C320.77,587.12 328.32,582.21 334.93,577.66 C341.55,573.12 348.39,568.81 355.39,563.82 C362.39,558.83 369.61,552.06 376.93,547.72 C384.25,543.39 391.75,541.00 399.33,537.81 C406.91,534.61 414.64,531.50 422.43,528.56 C430.22,525.61 438.13,522.68 446.07,520.16 C454.01,517.64 462.02,515.13 470.06,513.42 C478.11,511.70 486.23,510.51 494.35,509.86 C502.47,509.22 510.63,509.82 518.79,509.56 C526.94,509.30 535.12,508.88 543.29,508.31 C551.47,507.73 559.65,506.80 567.82,506.11 C575.99,505.41 584.28,503.94 592.31,504.15 C600.34,504.37 607.95,506.80 616.00,507.41 C624.05,508.01 632.43,507.95 640.64,507.78 C648.84,507.61 657.03,506.13 665.21,506.37 C673.39,506.61 682.96,508.49 689.72,509.23 C696.47,509.96 699.07,511.69 705.72,510.78 C712.37,509.87 721.65,506.26 729.62,503.77 C737.58,501.28 745.55,498.17 753.51,495.84 C761.48,493.52 769.44,491.65 777.41,489.81 C785.37,487.98 793.34,486.84 801.30,484.85 C809.27,482.86 817.23,479.94 825.20,477.87 C833.16,475.81 841.13,474.34 849.09,472.46 C857.06,470.58 865.02,468.27 872.99,466.59 C880.95,464.92 888.92,464.51 896.88,462.42 C904.85,460.33 912.81,456.55 920.78,454.06 C928.74,451.58 936.71,449.99 944.67,447.52 C952.64,445.05 960.60,441.78 968.57,439.22 C976.53,436.66 984.50,434.78 992.46,432.14 C1000.43,429.50 1008.39,426.01 1016.36,423.35 C1024.32,420.69 1032.29,417.74 1040.25,416.19 C1048.22,414.64 1056.18,415.79 1064.15,414.06 C1072.11,412.32 1080.08,408.25 1088.04,405.79 C1096.01,403.34 1103.97,400.92 1111.94,399.32 C1119.90,397.73 1127.87,397.56 1135.83,396.22 C1143.80,394.89 1151.76,393.58 1159.73,391.31 C1167.69,389.04 1175.66,384.85 1183.62,382.61 C1191.59,380.37 1199.55,380.01 1207.52,377.85 C1215.48,375.69 1223.45,372.13 1231.41,369.63 C1239.38,367.13 1247.34,365.60 1255.31,362.84 C1263.27,360.09 1271.24,355.97 1279.20,353.12 C1287.17,350.26 1295.13,347.45 1303.10,345.72 C1311.06,343.98 1319.03,344.38 1326.99,342.71 C1334.96,341.05 1342.92,338.14 1350.89,335.72 C1358.85,333.30 1366.82,330.32 1374.78,328.21 C1382.75,326.10 1390.71,325.03 1398.68,323.07 C1406.64,321.12 1414.61,318.12 1422.57,316.49 C1430.54,314.86 1438.50,315.02 1446.47,313.28 C1454.43,311.54 1462.40,307.93 1470.36,306.04 C1478.33,304.15 1486.29,303.89 1494.26,301.94 C1502.22,299.99 1510.19,296.78 1518.15,294.33 C1526.12,291.87 1534.08,289.55 1542.05,287.20 C1550.01,284.85 1557.98,283.13 1565.94,280.21 C1573.91,277.28 1581.87,272.76 1589.84,269.63 C1597.80,266.50 1605.77,263.82 1613.73,261.43 C1621.70,259.04 1629.66,257.39 1637.63,255.32 C1645.59,253.25 1657.54,250.06 1661.52,249.01 " fill="none" stroke="#2f2417" stroke-width="0.53" opacity="0.053" stroke-linecap="round"/>
    <path d="M96.41,577.50 C97.05,575.16 97.85,567.26 100.24,563.45 C102.62,559.64 106.25,557.48 110.70,554.63 C115.15,551.77 120.89,549.33 126.95,546.33 C133.01,543.33 140.04,538.71 147.08,536.62 C154.11,534.54 161.70,535.10 169.16,533.80 C176.62,532.50 184.26,530.36 191.84,528.84 C199.41,527.32 207.04,525.14 214.62,524.67 C222.20,524.20 229.77,526.57 237.32,526.02 C244.87,525.47 253.95,522.23 259.92,521.39 C265.90,520.54 267.24,521.56 273.17,520.93 C279.10,520.31 288.50,518.59 295.48,517.62 C302.46,516.64 308.20,516.87 315.07,515.07 C321.93,513.27 329.43,509.68 336.68,506.84 C343.93,504.00 351.23,500.77 358.56,498.03 C365.89,495.28 373.26,493.15 380.64,490.37 C388.02,487.59 395.43,483.49 402.84,481.33 C410.25,479.18 417.69,479.17 425.11,477.42 C432.53,475.68 439.95,473.50 447.35,470.86 C454.75,468.21 462.14,464.17 469.49,461.54 C476.85,458.91 484.18,456.95 491.46,455.06 C498.75,453.17 506.01,452.02 513.19,450.20 C520.37,448.38 527.49,446.02 534.54,444.14 C541.58,442.26 548.57,441.28 555.44,438.91 C562.32,436.55 570.44,432.40 575.81,429.94 C581.18,427.47 581.92,426.53 587.65,424.12 C593.39,421.71 602.70,417.33 610.22,415.48 C617.74,413.62 625.26,414.36 632.78,412.98 C640.29,411.59 648.17,409.09 655.31,407.16 C662.46,405.24 668.53,403.27 675.66,401.43 C682.78,399.60 690.57,398.65 698.03,396.15 C705.49,393.65 712.95,388.82 720.41,386.43 C727.87,384.04 735.33,382.89 742.79,381.82 C750.25,380.74 757.71,380.86 765.17,379.97 C772.63,379.08 780.09,378.02 787.55,376.50 C795.01,374.99 802.47,372.94 809.93,370.88 C817.38,368.81 824.84,366.05 832.30,364.12 C839.76,362.19 847.22,361.15 854.68,359.32 C862.14,357.49 869.60,355.87 877.06,353.12 C884.52,350.37 891.98,345.68 899.44,342.81 C906.90,339.93 914.36,338.36 921.82,335.87 C929.28,333.39 936.74,330.50 944.20,327.89 C951.65,325.27 959.11,322.27 966.57,320.18 C974.03,318.09 981.49,317.29 988.95,315.36 C996.41,313.43 1003.87,310.47 1011.33,308.61 C1018.79,306.75 1026.25,305.72 1033.71,304.21 C1041.17,302.69 1048.63,300.64 1056.09,299.52 C1063.55,298.39 1071.01,299.06 1078.47,297.46 C1085.92,295.85 1093.38,291.58 1100.84,289.90 C1108.30,288.21 1115.76,289.20 1123.22,287.34 C1130.68,285.47 1138.14,281.47 1145.60,278.72 C1153.06,275.96 1160.52,272.80 1167.98,270.82 C1175.44,268.84 1182.90,269.30 1190.36,266.83 C1197.82,264.36 1205.28,258.57 1212.74,256.01 C1220.19,253.46 1227.65,253.44 1235.11,251.51 C1242.57,249.57 1250.03,246.57 1257.49,244.41 C1264.95,242.25 1272.41,240.92 1279.87,238.57 C1287.33,236.22 1294.79,232.24 1302.25,230.34 C1309.71,228.43 1317.17,228.64 1324.63,227.16 C1332.09,225.68 1339.55,222.56 1347.01,221.44 C1354.46,220.33 1361.92,221.55 1369.38,220.49 C1376.84,219.42 1384.30,217.10 1391.76,215.06 C1399.22,213.02 1406.68,210.64 1414.14,208.24 C1421.60,205.85 1429.06,203.29 1436.52,200.71 C1443.98,198.13 1451.44,195.04 1458.90,192.74 C1466.36,190.45 1473.82,189.44 1481.28,186.94 C1488.74,184.43 1496.19,180.37 1503.65,177.73 C1511.11,175.10 1518.57,173.64 1526.03,171.12 C1533.49,168.61 1540.95,164.92 1548.41,162.64 C1555.87,160.35 1567.06,158.29 1570.79,157.42 " fill="none" stroke="#2f2417" stroke-width="1.13" opacity="0.100" stroke-linecap="round"/><path d="M96.41,569.88 C97.05,569.16 97.96,565.90 100.22,565.61 C102.49,565.33 105.75,567.89 109.99,568.15 C114.23,568.42 119.67,566.99 125.66,567.20 C131.65,567.41 138.78,569.25 145.94,569.41 C153.10,569.57 160.96,568.64 168.61,568.16 C176.26,567.69 184.12,567.01 191.84,566.55 C199.57,566.10 207.31,566.79 214.98,565.43 C222.64,564.08 230.26,560.70 237.84,558.42 C245.41,556.14 254.09,553.79 260.45,551.75 C266.81,549.71 269.73,548.65 276.00,546.20 C282.28,543.74 291.56,539.27 298.11,537.01 C304.65,534.75 308.91,535.61 315.25,532.64 C321.60,529.68 329.11,522.33 336.18,519.23 C343.24,516.13 350.41,516.79 357.64,514.05 C364.87,511.32 372.20,505.11 379.57,502.80 C386.93,500.48 394.36,501.63 401.82,500.17 C409.29,498.70 416.81,496.16 424.33,494.01 C431.86,491.85 439.42,489.04 446.98,487.26 C454.53,485.49 462.11,485.08 469.66,483.36 C477.21,481.64 484.77,479.12 492.30,476.95 C499.82,474.77 507.35,472.71 514.81,470.29 C522.27,467.88 529.70,465.05 537.07,462.46 C544.44,459.87 551.78,457.06 559.03,454.74 C566.29,452.42 574.45,450.43 580.59,448.54 C586.73,446.66 589.46,444.91 595.87,443.41 C602.28,441.91 611.32,441.16 619.04,439.55 C626.76,437.93 634.47,434.75 642.18,433.74 C649.89,432.72 658.25,433.25 665.28,433.46 C672.32,433.67 677.39,436.05 684.37,435.02 C691.35,433.98 699.58,428.80 707.19,427.25 C714.79,425.70 722.40,427.09 730.01,425.72 C737.61,424.35 745.22,420.60 752.82,419.00 C760.43,417.40 768.04,418.40 775.64,416.12 C783.25,413.84 790.85,407.84 798.46,405.34 C806.07,402.84 813.67,403.49 821.28,401.12 C828.88,398.74 836.49,394.26 844.10,391.11 C851.70,387.96 859.31,385.05 866.91,382.19 C874.52,379.33 882.13,375.90 889.73,373.97 C897.34,372.04 904.94,372.37 912.55,370.62 C920.16,368.87 927.76,365.72 935.37,363.45 C942.97,361.19 950.58,358.65 958.19,357.03 C965.79,355.40 973.40,354.61 981.00,353.69 C988.61,352.76 996.22,353.08 1003.82,351.47 C1011.43,349.86 1019.03,345.88 1026.64,344.01 C1034.25,342.14 1041.85,342.21 1049.46,340.25 C1057.06,338.29 1064.67,334.74 1072.28,332.25 C1079.88,329.76 1087.49,327.35 1095.09,325.31 C1102.70,323.26 1110.31,322.26 1117.91,319.97 C1125.52,317.69 1133.12,314.69 1140.73,311.61 C1148.34,308.53 1155.94,304.49 1163.55,301.50 C1171.15,298.51 1178.76,296.05 1186.37,293.68 C1193.97,291.31 1201.58,288.89 1209.18,287.28 C1216.79,285.67 1224.40,285.41 1232.00,284.00 C1239.61,282.59 1247.21,280.57 1254.82,278.84 C1262.43,277.11 1270.03,275.28 1277.64,273.65 C1285.24,272.02 1292.85,270.34 1300.46,269.06 C1308.06,267.78 1315.67,267.36 1323.27,265.97 C1330.88,264.58 1338.49,262.63 1346.09,260.73 C1353.70,258.83 1361.30,257.00 1368.91,254.57 C1376.52,252.14 1384.12,249.15 1391.73,246.14 C1399.33,243.14 1406.94,239.58 1414.55,236.54 C1422.15,233.49 1429.76,230.13 1437.36,227.86 C1444.97,225.60 1452.58,225.16 1460.18,222.95 C1467.79,220.74 1475.39,216.79 1483.00,214.62 C1490.61,212.45 1498.21,212.03 1505.82,209.93 C1513.42,207.83 1521.03,203.56 1528.64,202.03 C1536.24,200.50 1543.85,202.01 1551.45,200.76 C1559.06,199.51 1566.67,195.96 1574.27,194.54 C1581.88,193.11 1593.29,192.59 1597.09,192.20 " fill="none" stroke="#2f2417" stroke-width="1.62" opacity="0.100" stroke-linecap="round"/><path d="M96.41,567.87 C97.04,569.90 98.05,576.81 100.21,580.03 C102.37,583.25 105.31,584.31 109.36,587.20 C113.40,590.08 118.57,595.24 124.49,597.37 C130.42,599.50 137.64,599.58 144.91,599.98 C152.18,600.37 160.30,600.02 168.12,599.74 C175.95,599.46 183.99,599.98 191.85,598.32 C199.71,596.66 207.56,592.68 215.30,589.76 C223.04,586.85 230.70,583.60 238.30,580.83 C245.91,578.06 254.22,575.71 260.93,573.17 C267.63,570.63 271.96,568.72 278.55,565.58 C285.14,562.45 294.32,556.76 300.47,554.34 C306.61,551.92 309.54,553.29 315.42,551.06 C321.29,548.83 328.82,544.01 335.72,540.95 C342.62,537.90 349.67,535.64 356.82,532.71 C363.96,529.79 371.25,525.75 378.60,523.40 C385.95,521.06 393.40,520.56 400.91,518.64 C408.41,516.72 416.01,514.21 423.63,511.90 C431.26,509.60 438.95,507.63 446.64,504.81 C454.34,502.00 462.07,497.61 469.81,495.02 C477.54,492.43 485.31,491.64 493.05,489.27 C500.80,486.90 508.55,483.04 516.27,480.80 C523.99,478.57 531.69,478.11 539.36,475.87 C547.02,473.63 554.67,468.97 562.26,467.37 C569.85,465.76 578.06,466.56 584.90,466.25 C591.73,465.93 596.25,465.87 603.26,465.49 C610.28,465.11 619.08,464.02 626.97,463.96 C634.87,463.90 642.76,464.69 650.64,465.11 C658.52,465.53 667.33,466.28 674.26,466.48 C681.19,466.68 685.35,467.70 692.21,466.29 C699.08,464.87 707.69,459.88 715.43,457.99 C723.17,456.11 730.90,457.30 738.64,455.00 C746.38,452.71 754.12,447.38 761.86,444.22 C769.59,441.05 777.33,438.78 785.07,436.04 C792.81,433.30 800.54,430.29 808.28,427.77 C816.02,425.26 823.76,422.80 831.50,420.95 C839.23,419.10 846.97,418.89 854.71,416.65 C862.45,414.42 870.19,409.85 877.92,407.53 C885.66,405.21 893.40,403.89 901.14,402.75 C908.87,401.61 916.61,402.14 924.35,400.68 C932.09,399.22 939.83,396.06 947.56,394.00 C955.30,391.94 963.04,389.79 970.78,388.31 C978.52,386.84 986.25,386.75 993.99,385.12 C1001.73,383.49 1009.47,380.88 1017.21,378.53 C1024.94,376.18 1032.68,373.44 1040.42,371.00 C1048.16,368.56 1055.89,366.84 1063.63,363.90 C1071.37,360.96 1079.11,355.87 1086.85,353.35 C1094.58,350.84 1102.32,350.87 1110.06,348.81 C1117.80,346.76 1125.54,343.85 1133.27,341.03 C1141.01,338.21 1148.75,334.28 1156.49,331.90 C1164.22,329.52 1171.96,328.17 1179.70,326.77 C1187.44,325.37 1195.18,324.80 1202.91,323.51 C1210.65,322.21 1218.39,320.69 1226.13,319.01 C1233.87,317.32 1241.60,315.31 1249.34,313.40 C1257.08,311.49 1264.82,309.31 1272.55,307.53 C1280.29,305.75 1288.03,304.85 1295.77,302.72 C1303.51,300.58 1311.24,297.00 1318.98,294.72 C1326.72,292.44 1334.46,291.14 1342.20,289.05 C1349.93,286.96 1357.67,285.17 1365.41,282.20 C1373.15,279.23 1380.88,274.02 1388.62,271.24 C1396.36,268.45 1404.10,267.46 1411.84,265.50 C1419.57,263.53 1427.31,261.84 1435.05,259.44 C1442.79,257.03 1450.53,252.85 1458.26,251.06 C1466.00,249.27 1473.74,249.79 1481.48,248.70 C1489.22,247.61 1496.95,246.36 1504.69,244.52 C1512.43,242.68 1520.17,239.60 1527.90,237.67 C1535.64,235.74 1543.38,234.36 1551.12,232.94 C1558.86,231.52 1566.59,231.08 1574.33,229.17 C1582.07,227.26 1589.81,224.05 1597.55,221.47 C1605.28,218.89 1616.89,215.01 1620.76,213.71 " fill="none" stroke="#2f2417" stroke-width="1.66" opacity="0.100" stroke-linecap="round"/><path d="M96.41,574.41 C97.04,577.01 98.15,584.90 100.20,590.03 C102.25,595.17 104.86,600.59 108.72,605.23 C112.57,609.87 117.47,614.26 123.33,617.89 C129.19,621.52 136.50,625.57 143.89,627.01 C151.27,628.44 159.64,627.25 167.63,626.48 C175.63,625.72 183.86,624.27 191.86,622.41 C199.85,620.55 207.81,617.76 215.63,615.33 C223.45,612.91 231.14,610.95 238.77,607.87 C246.40,604.79 254.34,599.67 261.40,596.85 C268.45,594.04 274.19,593.06 281.10,590.99 C288.00,588.93 297.08,586.42 302.83,584.44 C308.58,582.47 310.18,582.52 315.59,579.12 C320.99,575.73 328.53,568.41 335.26,564.05 C342.00,559.68 348.93,556.56 355.99,552.94 C363.05,549.32 370.29,546.13 377.63,542.33 C384.96,538.52 392.44,533.75 399.99,530.12 C407.54,526.48 415.21,523.96 422.93,520.52 C430.65,517.08 438.47,512.33 446.31,509.46 C454.15,506.59 462.04,505.26 469.96,503.32 C477.87,501.39 485.84,499.78 493.81,497.87 C501.77,495.97 509.76,493.19 517.73,491.89 C525.70,490.58 533.68,489.94 541.64,490.03 C549.60,490.11 557.56,492.19 565.49,492.39 C573.42,492.58 581.67,491.11 589.20,491.21 C596.73,491.30 603.04,492.69 610.66,492.96 C618.28,493.24 626.83,492.63 634.91,492.87 C642.98,493.10 651.05,494.03 659.10,494.40 C667.16,494.76 676.41,495.22 683.23,495.08 C690.06,494.93 693.32,495.78 700.06,493.53 C706.80,491.28 715.80,484.49 723.67,481.56 C731.54,478.63 739.41,478.39 747.28,475.93 C755.15,473.47 763.02,469.14 770.89,466.81 C778.76,464.48 786.63,463.97 794.50,461.94 C802.37,459.91 810.23,456.45 818.10,454.61 C825.97,452.77 833.84,452.00 841.71,450.92 C849.58,449.83 857.45,449.54 865.32,448.12 C873.19,446.69 881.06,444.42 888.93,442.37 C896.80,440.31 904.67,437.68 912.54,435.80 C920.41,433.91 928.28,433.05 936.15,431.05 C944.02,429.05 951.89,425.95 959.76,423.81 C967.63,421.68 975.50,421.02 983.37,418.24 C991.24,415.47 999.11,410.39 1006.98,407.16 C1014.85,403.93 1022.72,401.34 1030.59,398.87 C1038.46,396.41 1046.33,395.01 1054.20,392.36 C1062.07,389.71 1069.94,385.25 1077.81,382.99 C1085.68,380.73 1093.55,380.12 1101.42,378.81 C1109.29,377.49 1117.16,376.78 1125.03,375.09 C1132.89,373.39 1140.76,370.61 1148.63,368.64 C1156.50,366.66 1164.37,364.77 1172.24,363.23 C1180.11,361.69 1187.98,360.89 1195.85,359.41 C1203.72,357.92 1211.59,356.50 1219.46,354.33 C1227.33,352.17 1235.20,348.95 1243.07,346.40 C1250.94,343.85 1258.81,341.58 1266.68,339.02 C1274.55,336.45 1282.42,333.63 1290.29,331.01 C1298.16,328.40 1306.03,325.89 1313.90,323.32 C1321.77,320.74 1329.64,318.20 1337.51,315.55 C1345.38,312.90 1353.25,309.92 1361.12,307.41 C1368.99,304.90 1376.86,302.70 1384.73,300.48 C1392.60,298.26 1400.47,295.64 1408.34,294.08 C1416.21,292.51 1424.08,292.12 1431.95,291.09 C1439.82,290.06 1447.69,289.32 1455.55,287.89 C1463.42,286.46 1471.29,284.23 1479.16,282.49 C1487.03,280.74 1494.90,279.15 1502.77,277.40 C1510.64,275.65 1518.51,274.33 1526.38,271.99 C1534.25,269.65 1542.12,265.71 1549.99,263.35 C1557.86,261.00 1565.73,260.32 1573.60,257.85 C1581.47,255.38 1589.34,251.44 1597.21,248.56 C1605.08,245.67 1612.95,243.17 1620.82,240.54 C1628.69,237.91 1640.49,234.08 1644.43,232.78 " fill="none" stroke="#2f2417" stroke-width="1.38" opacity="0.100" stroke-linecap="round"/>
    <path d="M96.41,572.05 C97.05,570.82 97.91,566.85 100.23,564.70 C102.55,562.56 106.00,560.43 110.35,559.19 C114.69,557.94 120.28,558.05 126.30,557.24 C132.33,556.43 139.41,555.15 146.51,554.33 C153.61,553.50 161.33,553.62 168.89,552.30 C176.44,550.97 184.19,547.75 191.84,546.40 C199.49,545.05 207.17,544.85 214.80,544.19 C222.42,543.54 230.01,543.88 237.58,542.50 C245.14,541.11 254.02,537.49 260.19,535.89 C266.36,534.30 268.48,534.45 274.59,532.94 C280.69,531.43 290.03,528.84 296.79,526.84 C303.56,524.84 308.55,522.82 315.16,520.97 C321.77,519.12 329.27,518.43 336.43,515.76 C343.59,513.09 350.82,507.66 358.10,504.95 C365.38,502.25 372.73,502.02 380.11,499.53 C387.48,497.03 394.90,492.70 402.33,489.97 C409.77,487.25 417.25,484.74 424.72,483.16 C432.19,481.58 439.69,482.22 447.16,480.48 C454.64,478.74 462.12,475.28 469.58,472.72 C477.03,470.16 484.48,467.22 491.88,465.11 C499.29,463.00 506.68,462.06 514.00,460.08 C521.32,458.09 528.60,455.45 535.80,453.20 C543.01,450.95 550.17,449.57 557.24,446.59 C564.30,443.61 572.45,437.95 578.20,435.33 C583.95,432.71 585.69,431.76 591.76,430.85 C597.83,429.94 607.01,430.81 614.63,429.88 C622.25,428.95 629.87,426.98 637.48,425.27 C645.09,423.56 653.21,421.01 660.30,419.65 C667.39,418.29 672.96,418.48 680.01,417.12 C687.06,415.75 695.08,413.09 702.61,411.47 C710.14,409.85 717.68,409.00 725.21,407.39 C732.74,405.77 740.27,403.47 747.81,401.81 C755.34,400.14 762.87,399.08 770.41,397.38 C777.94,395.68 785.47,393.78 793.00,391.59 C800.54,389.41 808.07,386.42 815.60,384.29 C823.13,382.16 830.67,380.84 838.20,378.82 C845.73,376.79 853.27,374.37 860.80,372.12 C868.33,369.87 875.86,367.78 883.40,365.31 C890.93,362.83 898.46,359.49 905.99,357.26 C913.53,355.03 921.06,353.91 928.59,351.92 C936.13,349.92 943.66,347.24 951.19,345.29 C958.72,343.35 966.26,342.56 973.79,340.24 C981.32,337.92 988.85,333.20 996.39,331.35 C1003.92,329.49 1011.45,330.98 1018.99,329.11 C1026.52,327.23 1034.05,322.00 1041.58,320.12 C1049.12,318.24 1056.65,319.30 1064.18,317.82 C1071.71,316.34 1079.25,313.44 1086.78,311.25 C1094.31,309.06 1101.85,306.55 1109.38,304.69 C1116.91,302.83 1124.44,302.26 1131.98,300.09 C1139.51,297.91 1147.04,294.30 1154.57,291.63 C1162.11,288.97 1169.64,286.23 1177.17,284.10 C1184.70,281.97 1192.24,280.75 1199.77,278.85 C1207.30,276.96 1214.84,274.95 1222.37,272.72 C1229.90,270.49 1237.43,267.79 1244.97,265.46 C1252.50,263.13 1260.03,260.73 1267.56,258.74 C1275.10,256.76 1282.63,255.33 1290.16,253.58 C1297.70,251.84 1305.23,249.87 1312.76,248.27 C1320.29,246.67 1327.83,245.95 1335.36,244.00 C1342.89,242.05 1350.42,238.73 1357.96,236.57 C1365.49,234.40 1373.02,232.88 1380.56,231.00 C1388.09,229.13 1395.62,227.52 1403.15,225.34 C1410.69,223.16 1418.22,220.36 1425.75,217.94 C1433.28,215.51 1440.82,212.81 1448.35,210.81 C1455.88,208.80 1463.42,207.78 1470.95,205.90 C1478.48,204.01 1486.01,201.85 1493.55,199.48 C1501.08,197.10 1508.61,193.99 1516.14,191.65 C1523.68,189.31 1531.21,187.60 1538.74,185.45 C1546.28,183.29 1553.81,180.67 1561.34,178.74 C1568.87,176.80 1580.17,174.67 1583.94,173.85 " fill="none" stroke="#efdfbf" stroke-width="56" opacity="0.06" filter="url(#soft)" stroke-linecap="round"/>
  </g>
  <g fill="none" stroke="#241a11" stroke-width="2.4" stroke-linecap="round" stroke-linejoin="round">
    <path d="M96.41,573.34 C96.94,519.16 152.43,489.97 262.89,486.29 C398.33,478.13 505.64,446.05 578.75,390.82 L1539.23,130.19 C1690.72,91.52 1781.71,91.52 1812.49,130.19 C1865.35,191.20 1815.64,240.64 1670.73,289.56 L703.94,551.25 C525.10,520.74 391.23,548.88 307.07,634.09 C190.83,708.00 119.03,708.00 96.15,631.20 C82.21,558.88 101.14,512.59 156.11,502.86 Z"/><path d="M96.41,573.34 C96.94,519.16 152.43,489.97 262.89,486.29 C398.33,478.13 505.64,446.05 578.75,390.82 L1539.23,130.19 C1690.72,91.52 1781.71,91.52 1812.49,130.19 C1853.51,174.11 1807.75,219.87 1670.73,260.90 L703.94,523.11 C525.10,493.39 391.23,521.53 307.07,606.48 C177.41,685.90 105.62,675.65 96.41,571.50 Z"/>
  </g>
</g>`;

// Screw/pivot rendered separately so it always sits above inlay stripes.
const PIVOT_SVG_INNER = `<g id="pivot">
    <ellipse cx="1749.1" cy="159.5" rx="49.2" ry="35.6" fill="url(#brassHead)"/>
    <ellipse cx="1749.1" cy="159.5" rx="49.2" ry="35.6" fill="none" stroke="#241a11" stroke-width="2.2"/>
    <line x1="1723.6" y1="185.2" x2="1774.6" y2="134.1" stroke="#4a370c" stroke-width="3.2" opacity="0.85" stroke-linecap="round"/>
    <ellipse cx="1733.4" cy="146.7" rx="12.8" ry="9.3" fill="#fff7d8" opacity="0.7"/>
  </g>`;

// Inlay stripes run lengthwise down the paddle, parallel to its long axis, and
// are clipped to the paddle top (clipPath #topClip from the artwork). Endpoints
// overshoot the viewBox so the clip trims them to the paddle silhouette.
// Slope -0.27135 matches the straight far-blade edge exactly
// ((130.19-390.82)/(1539.23-578.75)), keeping stripes parallel to paddle lines.
// Screw ellipse cy=159.5 ry=35.6 → top y=123.9, bottom y=195.1 at x=1749.
const INLAY_STRIPES = [
  { x1: 137, y1: 551, x2: 2065, y2:  28 },  // y≈114 at screw x — above screw top (124)
  { x1: 137, y1: 648, x2: 2065, y2: 124 },  // y≈210 at screw x — below screw bot (195)
];

function BoxCallBuilder() {
  const [callType,     setCallType]     = useState('regular');
  const [bodyWood,     setBodyWood]     = useState('walnut');
  const [paddleWood,   setPaddleWood]   = useState('walnut');
  const [hasInlay,     setHasInlay]     = useState(false);
  const [inlayWood,    setInlayWood]    = useState('cherry');
  const [previewFlash, setPreviewFlash] = useState(false);

  // Skip the flash on initial mount so the preview doesn't pulse on page load.
  const isMounted = useRef(false);
  useEffect(() => {
    if (!isMounted.current) { isMounted.current = true; return; }
    setPreviewFlash(true);
    const t = setTimeout(() => setPreviewFlash(false), 150);
    return () => clearTimeout(t);
  }, [bodyWood, paddleWood, callType, hasInlay, inlayWood]);

  // Regular: scale down 15%, centered on the art's visual center (967, 475).
  // Long: stretch 10% wider from the horizontal center. The viewBox also widens
  // for "long" so the stretched ends aren't clipped at the SVG boundary.
  const contentTransform = callType === 'long'
    ? 'translate(1000,0) scale(1.10,1) translate(-1000,0)'
    : 'translate(967,475) scale(0.85) translate(-967,-475)';
  const svgViewBox = callType === 'long'
    ? '-100 50 2200 820'
    : '40 50 1920 820';

  // Drop the selected grain patterns into the artwork's wood faces.
  const artHtml = BOX_SVG_INNER
    .split('__BODY_FILL__').join(`url(#grain-${bodyWood})`)
    .split('__PADDLE_FILL__').join(`url(#grain-${paddleWood})`);

  return (
    <div className="max-w-[1100px] mx-auto bg-white rounded-lg shadow-md overflow-hidden">
      <div className="flex flex-col md:flex-row">

        {/* ── Left: Preview ── */}
        <div
          className="md:w-[55%] p-6 flex items-center justify-center bg-gray-50 transition duration-150"
          style={{
            boxShadow: previewFlash
              ? 'inset 0 0 0 2px rgba(96,165,250,0.5)'
              : 'inset 0 0 0 0 rgba(96,165,250,0)',
          }}
        >
          <svg
            viewBox={svgViewBox}
            xmlns="http://www.w3.org/2000/svg"
            className="w-full max-w-[640px]"
          >
            <defs>
              {woodGrainPatterns.walnut}
              {woodGrainPatterns.cherry}
              {woodGrainPatterns.poplar}
              {woodGrainPatterns.maple}
              {woodGrainPatterns.cypress}
              {woodGrainPatterns.cedar}
            </defs>

            {/* Hand-drawn artwork — the body/paddle faces are filled with the
                selected grain patterns; all other detail is baked into the SVG. */}
            <g transform={contentTransform} dangerouslySetInnerHTML={{ __html: artHtml }} />

            {/* Optional inlay stripes, clipped to the paddle's top face. */}
            {hasInlay && (
              <g transform={contentTransform}>
                <g clipPath="url(#topClip)">
                  {INLAY_STRIPES.map((s, i) => (
                    <React.Fragment key={i}>
                      <line x1={s.x1} y1={s.y1} x2={s.x2} y2={s.y2} stroke="#241a11" strokeWidth="30" strokeLinecap="butt" />
                      <line x1={s.x1} y1={s.y1} x2={s.x2} y2={s.y2} stroke={`url(#grain-${inlayWood})`} strokeWidth="24" strokeLinecap="butt" />
                    </React.Fragment>
                  ))}
                </g>
              </g>
            )}

            {/* Pivot/screw rendered last so it always sits above inlay stripes. */}
            <g transform={contentTransform} dangerouslySetInnerHTML={{ __html: PIVOT_SVG_INNER }} />
          </svg>
        </div>

        {/* ── Right: Configurator ── */}
        <div className="md:w-[45%] p-8 border-l border-gray-200 flex flex-col">

          {/* Product title */}
          <div className="mb-6">
            <h1
              style={{ fontFamily: "Georgia, 'Times New Roman', serif" }}
              className="text-2xl font-semibold text-gray-900 leading-tight"
            >
              Custom Box Call
            </h1>
            <p className="text-sm text-gray-500 mt-1">Green Swamp Turkey Calls</p>
          </div>

          <h2 className="text-base font-semibold text-gray-700 mb-5 uppercase tracking-wide text-xs">
            Configure Your Call
          </h2>

          <div className="space-y-5 flex-1">

            {/* 1. Box Call Type */}
            <div>
              <label className="block text-sm font-medium text-gray-700 mb-1.5">
                Box Call Type
              </label>
              <select
                value={callType}
                onChange={e => setCallType(e.target.value)}
                className={SELECT}
              >
                <option value="regular">Regular Box</option>
                <option value="long">Long Box</option>
              </select>
            </div>

            {/* 2. Body Wood Type */}
            <div>
              <label className="block text-sm font-medium text-gray-700 mb-1.5">
                Body Wood Type
              </label>
              <select
                value={bodyWood}
                onChange={e => setBodyWood(e.target.value)}
                className={SELECT}
              >
                {WOODS.map(w => <option key={w.value} value={w.value}>{w.label}</option>)}
              </select>
            </div>

            {/* 3. Paddle Wood Type */}
            <div>
              <label className="block text-sm font-medium text-gray-700 mb-1.5">
                Paddle Wood Type
              </label>
              <select
                value={paddleWood}
                onChange={e => setPaddleWood(e.target.value)}
                className={SELECT}
              >
                {WOODS.map(w => <option key={w.value} value={w.value}>{w.label}</option>)}
              </select>
            </div>

            {/* 4. Inlays toggle */}
            <div>
              <label className="block text-sm font-medium text-gray-700 mb-1.5">
                Inlays
              </label>
              <div className="flex rounded-lg overflow-hidden border border-gray-300">
                <button
                  type="button"
                  onClick={() => setHasInlay(true)}
                  style={hasInlay ? { backgroundColor: BRAND } : {}}
                  className={`flex-1 py-2.5 text-sm font-medium transition-colors ${
                    hasInlay ? 'text-white' : 'bg-white text-gray-700 hover:bg-gray-50'
                  }`}
                >
                  Yes
                </button>
                <button
                  type="button"
                  onClick={() => setHasInlay(false)}
                  style={!hasInlay ? { backgroundColor: BRAND } : {}}
                  className={`flex-1 py-2.5 text-sm font-medium border-l border-gray-300 transition-colors ${
                    !hasInlay ? 'text-white' : 'bg-white text-gray-700 hover:bg-gray-50'
                  }`}
                >
                  No
                </button>
              </div>
            </div>

            {/* 5. Inlay Wood Type — slides in/out with height + opacity transition */}
            <div
              className={`overflow-hidden transition-all duration-200 ease-in-out ${
                hasInlay ? 'max-h-28 opacity-100' : 'max-h-0 opacity-0 pointer-events-none'
              }`}
            >
              <label className="block text-sm font-medium text-gray-700 mb-1.5">
                Inlay Wood Type
              </label>
              <select
                value={inlayWood}
                onChange={e => setInlayWood(e.target.value)}
                className={SELECT}
              >
                {WOODS.map(w => <option key={w.value} value={w.value}>{w.label}</option>)}
              </select>
            </div>

            {/* Custom Wood Burning section */}
            <div className="border-t border-gray-200 pt-5 !mt-7">
              <h3 className="text-sm font-semibold text-gray-800 mb-1">
                Custom Wood Burning
              </h3>
              <p className="text-xs text-gray-500 leading-relaxed mb-4">
                Custom wood burned artwork can be added for an additional charge.
                Contact us to discuss your design and receive a quote.
              </p>
              <a
                href="contact.html"
                className="flex items-center justify-center w-full py-2.5 px-4 rounded-lg text-sm font-medium text-white transition-colors"
                style={{ backgroundColor: BRAND }}
                onMouseEnter={e => e.currentTarget.style.backgroundColor = '#4A2C14'}
                onMouseLeave={e => e.currentTarget.style.backgroundColor = BRAND}
              >
                Contact Us About Wood Burning
              </a>
            </div>

          </div>
        </div>

      </div>
    </div>
  );
}

// Self-mount into #box-call-builder when loaded as a standalone script (no bundler).
const _mountEl = document.getElementById('box-call-builder');
if (_mountEl) ReactDOM.createRoot(_mountEl).render(React.createElement(BoxCallBuilder));
