@charset "UTF-8";

@font-face {
  font-family: 'TTTravels';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Regular.eot');
  src: url('../fonts/TTTravels/TTTravels-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Regular.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Regular.ttf') format('truetype'),
    url('../fonts/TTTravels/TTTravels-Regular.svg#TTTravels') format('svg');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Medium.eot');
  src: url('../fonts/TTTravels/TTTravels-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Medium.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Medium.ttf') format('truetype'),
    url('../fonts/TTTravels/TTTravels-Medium.svg#TTTravels') format('svg');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-DemiBold.eot');
  src: url('../fonts/TTTravels/TTTravels-DemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-DemiBold.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-DemiBold.ttf') format('truetype'),
    url('../fonts/TTTravels/TTTravels-DemiBold.svg#TTTravels') format('svg');
}

@font-face {
  font-family: 'TTTravels';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/TTTravels/TTTravels-Bold.eot');
  src: url('../fonts/TTTravels/TTTravels-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/TTTravels/TTTravels-Bold.woff') format('woff'),
    url('../fonts/TTTravels/TTTravels-Bold.ttf') format('truetype'),
    url('../fonts/TTTravels/TTTravels-Bold.svg#TTTravels') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Montserrat/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat/Montserrat-Regular.svg#Montserrat') format('svg');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Montserrat/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat/Montserrat-Bold.svg#Montserrat') format('svg');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --container-width: 1145px;
  --transition: 0.3s ease;
  --tr: 0.3s ease 0s;
  --trd: 0.3s ease 0.3s;
  --default-font-family: 'TTTravels';
  --heading-font-family: 'TTTravels';
  --sp: 65px;
  --accent: #f60f1a;
  --accent-h: #c01018;
  --accent2: #3ec284;
  --accent2-h: #2e9464;
  --bg: #f4f2ef;
  --text-color: #000000;
  --fz-default: 18px;
  --white: #ffffff;
  --black: #212121;
  --h1: 80px;
  --h2: 50px;
  --h3: 40px;
  --h4: 30px;
  --l: 20px;
  --m: 18px;
  --s: 16px;
  --xs: 14px;
}

body {
  font: 400 var(--fz-default) / 1.4 var(--default-font-family), Helvetica, Arial, sans-serif;
  background: var(--bg);
  min-width: 360px;
  color: var(--text-color);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

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

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

[class*='__container'] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

form input.error {
  /* box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3); */
  border-bottom: 2px solid red !important;
}

form input.not_error {
  /* box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3); */
  border-bottom: 2px solid #99ff99 !important;
}

.simple-gallery {
  margin-top: 54px;
  display: flex;
  flex-wrap: nowrap !important;
  gap: 15px;
}

.simple-gallery__item {
  flex: 1 1 25%;
  aspect-ratio: 270/428;
  border-radius: 16px;
  background: center/cover no-repeat;
}

.ticker {
  padding: 15px 0;
  width: 200%;
}

.ticker_green {
  background: var(--accent2);
}

.ticker_gray {
  background: #3f3f3f;
}

.ticker .swiper-wrapper {
  transition-timing-function: linear !important;
}

.ticker__el {
  aspect-ratio: 151.06/24.89;
  width: 151.06px;
  background: center/contain no-repeat;
}

h1,
._h1 {
  font: 700 var(--h1) var(--heading-font-family);
}

h2,
._h2 {
  font: 700 var(--h2) var(--heading-font-family);
}

h3,
._h3 {
  font: 700 var(--h3) var(--heading-font-family);
}

h4,
._h4 {
  font: 700 var(--h4) var(--heading-font-family);
}

a {
  color: var(--text-color);
  text-decoration: none;
}

._semibold {
  font-weight: 600;
}

._bold {
  font-weight: 700;
}

._accent {
  color: var(--accent);
}

._accent2 {
  color: var(--accent2);
}

._s {
  font-size: var(--s);
  line-height: 140%;
}

._m {
  font-size: var(--m);
  line-height: 140%;
}

._l {
  font-size: var(--l);
  line-height: 140%;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 15px 40px 13px 40px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 8px;
  transition: var(--tr);
}

.btn_red {
  background: var(--accent);
  color: var(--white);
}

.btn_red:hover {
  background: var(--accent-h);
}

.btn_green {
  background: var(--accent2);
  color: var(--white);
}

.btn_green:hover {
  background: var(--accent2-h);
}

.btn_transparent {
  font-weight: 500;
  border: 2px solid var(--accent);
}

.btn_transparent:hover {
  background: var(--accent);
  color: var(--white);
}

.btn-decor-arrows {
  display: flex;
  gap: 59px;
}

.btn-decor-arrows.btn-decor-arrows--right {
  flex-direction: row-reverse;
}

.btn-decor-arrows span {
  display: block;
  flex-shrink: 0;
  background: url(../img/btn-decor-arrow.svg) center / contain no-repeat;
  aspect-ratio: 1 / 1;
  width: 18.3px;
  animation-name: btnArrows;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.btn-decor-arrows.btn-decor-arrows--right span {
  transform: rotate(180deg);
}

.btn-decor-arrows span:nth-child(1) {
  animation-delay: 0s;
}
.btn-decor-arrows span:nth-child(2) {
  animation-delay: 0.33s;
}
.btn-decor-arrows span:nth-child(3) {
  animation-delay: 0.66s;
}
.btn-decor-arrows span:nth-child(4) {
  animation-delay: 1s;
}
.btn-decor-arrows span:nth-child(5) {
  animation-delay: 1.33s;
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.form {
  position: relative;
}

.form:before {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form__inputs {
  display: flex;
  flex-flow: column;
  gap: 34px;
  margin-bottom: 34px;
}

.form .input {
  font: 400 var(--fz-default) var(--ff2);
  width: 100%;
  padding: 0 0 13px 14px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: none;
  color: #ffffff;
}

.form .input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form .intl-tel-input {
  width: 100%;
}

.form .flag-container {
  top: -15px;
}

.form .country-list .country-name {
  color: #333;
}

.form .btn {
  width: 100%;
}

.form__bottom-text {
  padding-top: 12px;
  font-size: 11px;
  font-weight: 400;
}

.form__bottom-text a {
  text-decoration: underline;
}

#sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: initial !important;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 35px 0 24px;
}

.header:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.header._filled {
  box-shadow: 0px 2px 15px -5px #333333;
}

.header._filled:before {
  background: var(--bg);
}

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

.header__logos {
  display: flex;
  align-items: center;
  gap: 27px;
  position: relative;
  z-index: 5;
}

.header__logos span {
  font-size: 24px;
}

.header__logo {
  background: center/contain no-repeat;
}

.header__logo._holders {
  aspect-ratio: 137/23;
  width: 137px;
}

.header__logo._bk {
  aspect-ratio: 159/35;
  width: 159px;
}

.header__menu {
  display: flex;
  gap: 38px;
  position: relative;
  z-index: 5;
}

.header__menu a {
  font-size: 18px;
  transition: var(--tr);
}

.header__menu a:hover {
  color: var(--accent);
}

.burger {
  display: none;
  height: 20px;
  width: 27px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.burger span {
  position: absolute;
  height: 2px;
  width: 100%;
  display: block;
  -webkit-backdrop-filter: invert(1);
  backdrop-filter: invert(1);
  left: 0%;
  transition: top var(--trd), bottom var(--trd), transform var(--tr), opacity var(--trd);
}

.burger span:nth-child(1) {
  top: 0%;
}

.burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.burger span:nth-child(3) {
  top: calc(100% - 2px);
}

.header._active .burger span {
  transition: top var(--tr), bottom var(--tr), transform var(--trd), opacity var(--tr);
}

.header._active .burger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.header._active .burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

.header._active .burger span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.footer {
  background: var(--black);
  position: relative;
  padding: 73px 0;
  border-top: 2px solid var(--accent2);
  overflow: hidden;
  color: var(--white);
}

.footer a,
.footer a:visited {
  color: inherit;
}

.footer__wrap {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.footer__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
  color: var(--accent2);
}

.footer__menu-links li {
  font-size: 16px;
}

.footer__menu-links li:not(:last-child) {
  margin-bottom: 16px;
}

.footer__menu-links li a {
  transition: var(--transition);
}

.footer__menu-links li a:hover {
  color: var(--accent2);
}

.footer__menu-social {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer__menu-social path {
  transition: var(--transition);
}

.footer__menu-social a:hover path {
  fill: var(--accent2);
}

.footer__ellipse-1,
.footer__ellipse-2 {
  position: absolute;
  opacity: 0.3;
  background: var(--accent2);
  filter: blur(150px);
}

.footer__ellipse-1 {
  left: 0;
  top: 0;
  width: 361.556px;
  height: 444.334px;
  transform: rotate(-22.939deg) translate3d(-135px, 0, 0);
  border-radius: 444.334px;
}

.footer__ellipse-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 378.317px;
  height: 464.933px;
  transform: rotate(-22.939deg) translate3d(17%, 91%, 0);
  border-radius: 464.933px;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: flex-start;
  justify-content: center;
  padding: 60px 0;
}

.modal-overlay .modal-content {
  position: relative;
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  top: 29px;
  right: 33px;
  cursor: pointer;
  aspect-ratio: 1/1;
  width: 30px;
  background: center/contain no-repeat url('../img/icons/close-white.svg');
  z-index: 100;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

#modal-video .video iframe {
  height: 80vh;
  width: 45vh;
}

#modal-video .close-button {
  top: -30px;
  right: 0;
}

#modal-speaker .speaker-modal {
  background: var(--accent2);
  display: flex;
  gap: 62px;
  width: 100%;
  max-width: 835px;
  padding: 70px 82px;
}

#modal-speaker .speaker-modal__photo {
  flex: 0 0 auto;
  width: 227px;
  height: 265px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#modal-speaker .speaker-modal__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#modal-speaker .speaker-modal__info > * {
  margin-bottom: 0.5em;
}

#modal-speaker .speaker-modal__info ._name {
  font-size: 32px;
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--white);
}

#modal-speaker .speaker-modal__info ._name ._end {
  font-size: 24px;
  line-height: 1.2;
}

#modal-speaker .speaker-modal__info ._position {
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
}

#modal-speaker .speaker-modal__info b {
  font-weight: 600;
}

.modal-packages {
  overflow-x: hidden;
}

.modal-packages .modal-content {
  border-radius: 0;
}

.modal-packages .close-button {
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M26.9168%209.08087L24.9193%207.08337L17.0002%2015.0025L9.081%207.08337L7.0835%209.08087L15.0027%2017L7.0835%2024.9192L9.081%2026.9167L17.0002%2018.9975L24.9193%2026.9167L26.9168%2024.9192L18.9977%2017L26.9168%209.08087Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.modal-packages .packages-slider {
  position: relative;
  max-width: 980px;
}

.modal-packages .packages-slider__slide {
  background: #ffffff;
  padding: 16px 42px 30px;
  transition: opacity var(--tr);
}

.modal-packages .packages-slider__slide.swiper-slide-active {
  opacity: 1;
}

.modal-packages .packages-slider__btn-prev,
.modal-packages .packages-slider__btn-next {
  position: absolute;
  top: 50%;
  left: 0;
  height: 40px;
  width: 40px;
  z-index: 5;
  transform: translate(-50%, -50%) rotate(180deg);
  background: #ffffff
    url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5053 0.158172L8.65557 2.00787L15.9756 9.34107L0.0105282 9.34107L0.010528 11.9647L15.9756 11.9648L8.64245 19.2848L10.5053 21.1476L21 10.6529L10.5053 0.158172Z' fill='%233EB27C'/%3E%3C/svg%3E%0A")
    center/75% no-repeat;
  cursor: pointer;
}

.modal-packages .packages-slider__btn-prev.swiper-button-disabled,
.modal-packages .packages-slider__btn-next.swiper-button-disabled {
  cursor: default;
  background: #ffffff
    url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5053 0.158172L8.65557 2.00787L15.9756 9.34107L0.0105282 9.34107L0.010528 11.9647L15.9756 11.9648L8.64245 19.2848L10.5053 21.1476L21 10.6529L10.5053 0.158172Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A")
    center/75% no-repeat;
}

.modal-packages .packages-slider__btn-next {
  transform: translate(50%, -50%) rotate(0deg);
  left: auto;
  right: 0;
}

.modal-packages .modal-package {
  height: auto;
}

.modal-packages .modal-package__title {
  font-size: 112px;
  font-weight: 600;
  text-transform: uppercase;
}

.modal-packages .modal-package__body {
  display: flex;
}

.modal-packages .modal-package__info {
  font-size: 14px;
  line-height: normal;
  padding-right: 34px;
}

.modal-packages .modal-package__info sup {
  font-size: smaller;
  vertical-align: super;
}

.modal-packages .modal-package__info ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}

.modal-packages .modal-package__info ul li:last-child {
  margin-bottom: 0;
}

.modal-packages .modal-package__info ul li:before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2219%22%20height%3D%2218%22%20viewBox%3D%220%200%2019%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.28677%209L3.86279%207.57436L5.6494%204.42565L8.07479%205.84883L8.07616%203H11.6494L11.6508%205.84883L14.0762%204.42565L15.8628%207.57436L13.4388%209L15.8628%2010.4256L14.0762%2013.5744L11.6508%2012.1512L11.6494%2015H8.07616L8.07479%2012.1512L5.6494%2013.5744L3.86279%2010.4256L6.28677%209Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  position: absolute;
  top: -1px;
  left: 0;
}

.modal-packages .modal-package__info ul li.off {
  color: #d9d9d9;
}

.modal-packages .modal-package__info ul li.off:before {
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2219%22%20height%3D%2218%22%20viewBox%3D%220%200%2019%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.28677%209L3.86279%207.57436L5.6494%204.42565L8.07479%205.84883L8.07616%203H11.6494L11.6508%205.84883L14.0762%204.42565L15.8628%207.57436L13.4388%209L15.8628%2010.4256L14.0762%2013.5744L11.6508%2012.1512L11.6494%2015H8.07616L8.07479%2012.1512L5.6494%2013.5744L3.86279%2010.4256L6.28677%209Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.modal-packages .modal-package__info ul li b {
  font-weight: 700;
}

.modal-packages .modal-package__price {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  font-size: 26px;
}

.modal-packages .modal-package__price-full {
  color: var(--accent2);
  font-weight: 700;
}

.modal-packages .modal-package__price-discount {
  position: relative;
  font-weight: 500;
}

.modal-packages .modal-package__price-discount::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(2.401deg);
  height: 1.5px;
  background: var(--bg);
}

.modal-packages .modal-package__timer {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
}

.modal-packages .modal-package__form {
  flex: 0 0 424px;
}

.modal-packages .modal-package__form-inner {
  padding: 34px 24px;
  background: var(--accent2);
  color: var(--text-color);
}

.modal-packages .modal-package__form-title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 33px;
}

#modal-discount .modal-content,
#modal-reg .modal-content,
#modal-booking .modal-content,
#modal-become-partner .modal-content {
  max-width: 518px;
  background: var(--bg);
  border-radius: 10px;
  padding: 30px 42px;
}

#modal-discount .close-button,
#modal-reg .close-button,
#modal-booking .close-button,
#modal-become-partner .close-button {
  top: 10px;
  right: 10px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M26.9168%209.08087L24.9193%207.08337L17.0002%2015.0025L9.081%207.08337L7.0835%209.08087L15.0027%2017L7.0835%2024.9192L9.081%2026.9167L17.0002%2018.9975L24.9193%2026.9167L26.9168%2024.9192L18.9977%2017L26.9168%209.08087Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

#modal-discount .title,
#modal-reg .title,
#modal-booking .title,
#modal-become-partner .title {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#modal-discount .form .input,
#modal-reg .form .input,
#modal-booking .form .input,
#modal-become-partner .form .input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  color: var(--text-color);
}

#modal-discount .form .input::-webkit-input-placeholder,
#modal-reg .form .input::-webkit-input-placeholder,
#modal-booking .form .input::-webkit-input-placeholder,
#modal-become-partner .form .input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input:-moz-placeholder,
#modal-reg .form .input:-moz-placeholder,
#modal-booking .form .input:-moz-placeholder,
#modal-become-partner .form .input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input::-moz-placeholder,
#modal-reg .form .input::-moz-placeholder,
#modal-booking .form .input::-moz-placeholder,
#modal-become-partner .form .input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input:-ms-input-placeholder,
#modal-reg .form .input:-ms-input-placeholder,
#modal-booking .form .input:-ms-input-placeholder,
#modal-become-partner .form .input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

#modal-discount .form .input.not_error,
#modal-reg .form .input.not_error,
#modal-booking .form .input.not_error,
#modal-become-partner .form .input.not_error {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6) !important;
}

#modal-discount .form__bottom-text,
#modal-reg .form__bottom-text,
#modal-booking .form__bottom-text,
#modal-become-partner .form__bottom-text {
  max-width: 370px;
  margin: 0 auto;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Gilroy, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.6em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  font-weight: 800;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: var(--white);
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  width: 20px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: var(--accent);
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.4em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.8em;
}

.countdownHolder .textdigit {
  font-size: 11px;
  letter-spacing: 0px;
  color: #000;
  margin-top: -5px;
}

.hero,
.hero1,
.hero2,
.hero3,
.hero4,
.hero5 {
  padding: 94px 0 35px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 389px;
  grid-template-areas: 'main main photo_1' 'photo_2 photo_3 actions';
  gap: 14px 17px;
}

.hero__main {
  grid-area: main;
  background: var(--white);
  border-radius: 18px;
  padding: 47px 35px;
  position: relative;
}

.hero ul.list {
  font-size: 30px;
  text-transform: uppercase;
}

.hero ul.list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.hero ul.list li:last-child {
  margin-bottom: 0;
}

.hero ul.list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  aspect-ratio: 1/1;
  width: 24px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.3132%208.53423L13.5774%2022.1146L3.93235%208.31836L18.3132%208.53423Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

/* .hero__main:before {
  content: '';
  display: block;
  aspect-ratio: 364/129;
  width: 364px;
  background: url('../img/hero__main-before.svg') center/contain no-repeat;
  position: absolute;
  bottom: -6px;
  right: -32px;
} */

.hero__title {
  font-size: 80px;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-bottom: 41px;
}

.hero__title span:nth-child(1) {
  font-size: 64px;
  font-weight: 400;
}

.hero__title span:nth-child(2) {
  color: var(--accent);
}

.hero__text {
  display: flex;
  gap: 87px;
  font-weight: 600;
  padding-left: 61px;
}

.hero__text p {
  font-size: 28px;
  max-width: 230px;
  line-height: 1.2;
}

.hero__text .list {
  margin-top: -100px;
}

.hero__image {
  background: center/cover no-repeat;
  border-radius: 18px;
}

.hero__image_mob {
  display: none;
}

.hero__image_1 {
  grid-area: photo_1;
}

.hero__image_2 {
  grid-area: photo_2;
}

.hero__image_3 {
  grid-area: photo_3;
}

.hero__actions {
  grid-area: actions;
}

.hero__actions .btn {
  width: 100%;
  margin-bottom: 7px;
}

.hero__actions .btn:last-child {
  margin-bottom: 0;
}

.hero__info {
  margin-bottom: 17px;
}

.hero1__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero1__header {
  display: flex;
  gap: 19px;
}

.hero1__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18%;
  color: var(--white);
  text-align: center;
  font-size: 54px;
  font-weight: 400;
  line-height: 102%;
  letter-spacing: -2.56px;
  text-transform: uppercase;
  max-width: 832px;
  width: 100%;
  z-index: 1;
}

.hero1__title ._accent {
  color: var(--accent);
  font-size: 70px;
  font-weight: 700;
  line-height: 102%;
  letter-spacing: -3.2px;
}

.hero1__title b {
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.2px;
}

.hero1__sub-title {
  padding: 16px 14px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: var(--white);
  font-size: 22px;
  font-weight: 600;
}

.hero1__info {
  display: flex;
  justify-content: center;
  padding: 16px 14px;
  width: 479px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 8px;
  color: var(--white);
  background: var(--black);
}

.hero1__video {
  position: relative;
  height: 380px;
  border-radius: 8px;
  object-fit: cover;
}

.hero1__video--mobile {
  display: none;
}

.hero1__footer {
  display: flex;
  gap: 19px;
}

.hero1__footer-text1 {
  padding: 12px 24px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  border-radius: 8px;
  background-color: var(--accent2);
  color: var(--white);
}

.hero1__footer-text2 {
  padding: 12px 38px;
  width: 383px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  background-color: var(--white);
  color: var(--black);
}

.hero1__footer-text2 b {
  font-weight: 700;
}

.hero1__btn {
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 59px;
  font-size: 20px;
  font-weight: 700;
}

.hero1__btn span {
  margin: 0 auto;
}

.hero2__content {
  position: relative;
  padding: 48px 49px 66px;
  color: var(--white);
  border-radius: 8px;
  background: url('../img/hero2-content-bg.webp') center / cover no-repeat #000;
}

.hero2__content::before {
  content: '';
  position: absolute;
  top: 5%;
  left: 26%;
  aspect-ratio: 529 / 134;
  width: 529px;
  background: url('../img/hero2-text-decor.png') center / contain no-repeat;
}

.hero2__content::after {
  content: '';
  position: absolute;
  top: 55%;
  left: 62%;
  aspect-ratio: 218 / 46;
  width: 218px;
  background: url('../img/hero2-decor.png') center / contain no-repeat;
}

.hero2__info {
  flex-direction: column;
  width: fit-content;
  gap: 5px;
  font-weight: 600;
  font-size: 18px;
}

.hero2__info > div {
  position: relative;
  padding-left: 13px;
}

.hero2__info > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 8/10;
  width: 8px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7%206L0.25%2011.1962L0.250001%200.803847L7%206Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.hero2__title {
  margin-top: 32px;
  font-size: 64px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 98%;
}

.hero2__title ._accent {
  color: #f60f1a;
  font-size: 80px;
  font-weight: 700;
  line-height: 98%;
}

.hero2__title b {
  font-weight: 700;
  line-height: 98%;
}

.hero2__list {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  width: 838px;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

.hero2__item {
  position: relative;
  padding-left: 30px;
  width: fit-content;
}

.hero2__item::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  aspect-ratio: 1 / 1;
  width: 24px;
  background: center / contain no-repeat
    url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.3132%208.53423L13.5774%2022.1146L3.93235%208.31836L18.3132%208.53423Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.hero2__btn {
  position: relative;
  margin-top: 22px;
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 59px;
  font-size: 20px;
  font-weight: 700;
}

.hero2__btn::after {
  content: 'Early Birds Price на квитки для рішучих';
  top: -38px;
  left: 16%;
  position: absolute;
  padding: 6px 12px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  transform: rotate(-2.178deg);
  text-transform: none;
}

.hero2__btn span {
  margin: 0 auto;
  font-size: 22px;
}

.hero3__content {
  display: grid;
  width: 102%;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(5, auto);
  grid-column-gap: 14px;
  grid-row-gap: 19px;
}

.hero3__title {
  grid-area: 1 / 1 / 2 / 4;
  padding: 24px 88px;
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: 102%;
  letter-spacing: -2.56px;
  text-transform: uppercase;
  border-radius: 18px;
  background: #fff;
  height: fit-content;
}

.hero3__title ._accent {
  color: var(--accent);
  font-size: 80px;
  font-weight: 700;
  line-height: 102%;
  letter-spacing: -3.2px;
}

.hero3__title b {
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.2px;
}

.hero3__image {
  grid-area: 2 / 1 / 6 / 2;
  padding: 34px;
  width: 634px;
  height: 100%;
  border-radius: 18px;
  background: url('../img/hero3__image.webp') center / cover no-repeat;
}

.hero3__image-text {
  margin: 0 auto;
  width: 341px;
  color: var(--white);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.hero3__find-out,
.hero3__receive {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 8px 9px 26px 7.999px;
  width: 232px;
  background-color: var(--black);
  border-radius: 18px;
}

.hero3__find-out-title,
.hero3__receive-title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 4px 11px;
  border-radius: 24px;
  background: var(--white);
}

.hero3__find-out-list,
.hero3__receive-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: var(--white);
  font-size: 16px;
}

.hero3__find-out-item,
.hero3__receive-item {
  position: relative;
  padding-left: 18px;
}

.hero3__find-out-item::before,
.hero3__receive-item::before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  aspect-ratio: 1 / 1;
  width: 24px;
  background: center / contain no-repeat
    url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.3132%208.53423L13.5774%2022.1146L3.93235%208.31836L18.3132%208.53423Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.hero3__find-out {
  grid-area: 2 / 2 / 3 / 3;
}

.hero3__receive {
  grid-area: 2 / 3 / 3 / 4;
}

.hero3__info {
  grid-area: 3 / 2 / 4 / 4;
  margin: 0 auto;
}

.hero3__btn-book {
  grid-area: 4 / 2 / 5 / 4;
}

.hero3__btn-become-partner {
  grid-area: 5 / 2 / 6 / 4;
}

.hero4__content {
  position: relative;
  display: flex;
  gap: 20px;
}

.hero4__content::before {
  content: '';
  position: absolute;
  left: 33%;
  top: 11%;
  aspect-ratio: 328 / 204;
  width: 328px;
  background: url('../img/hero4-text-decor.png') center / contain no-repeat;
}

.hero4__content::after {
  content: '';
  position: absolute;
  left: 52%;
  top: 61%;
  aspect-ratio: 218 / 46;
  width: 218px;
  background: url('../img/hero4-decor.png') center / contain no-repeat;
}

.hero4__title {
  font-size: 64px;
  font-weight: 400;
  text-align: start;
  line-height: 102%;
  text-transform: uppercase;
}

.hero4__title ._accent {
  font-size: 80px;
  line-height: 102%;
  font-weight: 700;
}

.hero4__title b {
  font-size: 80px;
  line-height: 102%;
  font-weight: 700;
}

.hero4__sub-title {
  margin-top: 32px;
  font-size: 22px;
  font-weight: 600;
}

.hero4__list {
  margin-top: 32px;
  display: grid;
  gap: 12px 20px;
  width: 547px;
  grid-template-columns: repeat(2, 1fr);
}

.hero4__item {
  position: relative;
  padding-left: 24px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}

.hero4__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  aspect-ratio: 1 / 1;
  width: 24px;
  background: center / contain no-repeat
    url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.3132%208.53423L13.5774%2022.1146L3.93235%208.31836L18.3132%208.53423Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.hero4__low-price {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  margin-top: 36px;
  padding: 12px 30px;
  text-align: center;
  border-radius: 8px;
  background-color: var(--black);
}

.hero4__footer {
  margin-top: 13px;
  display: flex;
  gap: 13px;
}

.hero4__timer-title {
  font-size: 14px;
  font-weight: 500;
  width: 104px;
  flex-shrink: 0;
}

.hero4__timer {
  display: flex;
  gap: 13px;
  align-items: center;
}

.hero4__btn-book {
  width: 342px;
  flex-shrink: 0;
}

.hero4__video {
  width: 288px;
  flex-shrink: 0;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}

.hero4__video--mobile {
  display: none;
}

.hero5__content {
  position: relative;
  display: flex;
  gap: 24px;
}

.hero5__content::before {
  content: '';
  position: absolute;
  top: 21%;
  left: 31%;
  aspect-ratio: 270/125;
  width: 270px;
  background: url('../img/hero5-text-decor.png') center / contain no-repeat;
}

.hero5__title {
  font-size: 64px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -2.56px;
  line-height: 102%;
}

.hero5__title ._accent {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3.2px;
  line-height: 102%;
}

.hero5__title b {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3.2px;
  line-height: 102%;
}

.hero5__left-part {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.hero5__left-part .images {
  margin-top: 22px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.hero5__left-part .image {
  width: 208px;
  height: 206px;
  border-radius: 15px;
  background: var(--black);
}

.hero5__left-part .image--1 {
  background: url('../img/hero5-image-left1.webp') center / cover no-repeat;
}

.hero5__left-part .image--2 {
  background: url('../img/hero5-image-left2.webp') center / cover no-repeat;
}

.hero5__left-part .image--3 {
  background: url('../img/hero5-image-left3.webp') center / cover no-repeat;
}

.hero5__low-price {
  margin-top: 22px;
  padding: 12px 30px;
  border-radius: 8px;
  background: var(--black);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.hero5__btn-book {
  margin-top: 22px;
  width: 100%;
}

.hero5__right-part {
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.hero5__info {
  margin-top: 21px;
  justify-content: center;
}

.hero5__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-weight: 500;
  transform: translateX(-8px);
}

.hero5__item {
  position: relative;
  padding-left: 28px;
}

.hero5__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1 / 1;
  width: 24px;
  background: center / contain no-repeat
    url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2226%22%20viewBox%3D%220%200%2024%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.3132%208.53423L13.5774%2022.1146L3.93235%208.31836L18.3132%208.53423Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}

.hero5__right-part .images {
  margin-top: 22px;
  display: flex;
  gap: 16px;
  height: 100%;
}

.hero5__right-part .image {
  display: flex;
  gap: 16px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: var(--black);
}

.hero5__right-part .image--1 {
  background: url('../img/hero5-image-right1.webp') center / cover no-repeat;
}

.hero5__right-part .image--2 {
  background: url('../img/hero5-image-right2.webp') center / cover no-repeat;
}

.hero5__right-part .image--3 {
  background: url('../img/hero5-image-right3.webp') center / cover no-repeat;
}

.info {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 600;
}

.info:before,
.info:after {
  content: '';
  display: block;
  aspect-ratio: 9/12;
  width: 9px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7%206L0.25%2011.1962L0.250001%200.803847L7%206Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.info:before {
  order: 2;
}

.info:after {
  order: 4;
}

.info__date {
  order: 1;
}

.info__city {
  order: 3;
}

.info__place {
  order: 5;
}

.speakers {
  padding: 54px 0 0;
  position: relative;
  margin-bottom: -1px;
}

.speakers:before {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
  background: bottom center/100% no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221366%22%20height%3D%2260%22%20viewBox%3D%220%200%201366%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_4309_40)%22%3E%0A%3Cpath%20d%3D%22M5.01729%2012.6938L1.07779%2015.9447L-1.08655%2018.1058L-8.1793%2022.6779L-5.53674%2027.5374L-7.67673%2030.1239L-5.15578%2033.2815L-0.332648%2036.1927C-0.332648%2036.1927%20-1.37021%2041.3172%20-2.75633%2041.3359C-4.14246%2041.3545%20-6.69594%2044.5868%20-6.69594%2044.5868L-6.54998%2046.7142L-10.0437%2049.7449L-9.67077%2055.2762L-9.41142%2059.1056L-9.24113%2061.6585L-4.45056%2064.1443L-2.35915%2067.7348L-4.50725%2070.1085L-8.46299%2073.1467C-8.46299%2073.1467%20-11.6243%2074.2552%20-11.5838%2074.8934C-11.5432%2075.5316%20-11.2434%2079.9993%20-11.2434%2079.9993L-11.057%2082.7649L-10.4651%2091.4837L-10.0031%2098.2915L-15.3774%20100.923C-15.3774%20100.923%20-19.3494%20103.748%20-19.7547%20104.603C-20.16%20105.461%20-19.4548%20109.071%20-19.4548%20109.071L-22.0001%20112.512L-19.0413%20115.236L-17.0715%20123.936L-13.4238%20130.057L-15.045%20133.488L-10.6192%20137.47L-5.77183%20140.807L-1.61345%20140.747L-2.99954%20144.173L-4.84774%20147.607L-11.1542%20150.04L-6.69593%20154.448L-1.93771%20159.916L1.62895%20161.357C1.62895%20161.357%202.66653%20163.044%202.24501%20163.69C1.8235%20164.335%20-1.4108%20167.788%20-1.4108%20167.788C-1.4108%20167.788%20-0.129983%20169.684%20-1.2405%20170.341C-2.35103%20170.994%20-0.940587%20174.808%20-0.940587%20174.808L1.23988%20176.268L6.56558%20179.81L3.49337%20182.195L5.94951%20184.288L7.61118%20188.308L12.029%20192.078L17.3546%20195.62L17.5735%20198.811L17.9059%20203.704L14.0474%20208.231L10.9265%20209.978L9.63769%20211.486L6.16829%20214.942L1.78302%20215.006L-2.93473%20216.988L-7.55511%20217.055L-11.7135%20217.114L-11.3973%20221.795L-8.91696%20224.314C-8.91696%20224.314%20-7.96046%20224.725%20-7.91993%20225.363C-7.8794%20226.001%20-7.58756%20230.256%20-7.58756%20230.256L-4.18298%20232.76L-2.61046%20235.504L-2.33489%20239.546L-2.86981%20245.301L-5.91768%20248.112C-5.91768%20248.112%20-8.87643%20252.199%20-10.2382%20252.643C-11.5919%20253.087%20-12.3862%20255.016%20-12.3862%20255.016L-9.50056%20256.677L-1.1838%20256.558L7.06004%20255.375L15.9117%20256.312L21.4563%20256.233L32.0102%20255.016L41.5672%20252.751L52.4049%20255.789L62.7563%20258.409L69.687%20258.308L75.8799%20260.988L83.2726%20260.884L91.1273%20260.772L100.149%20257.45L103.643%20254.419L108.782%20255.196L113.516%20256.83L127.158%20260.253L138.709%20260.089L144.716%20260.003L151.72%20260.966L160.32%20265.101C160.32%20265.101%20164.665%20267.807%20166.051%20267.789C167.437%20267.77%20173.444%20267.684%20173.444%20267.684L185.068%20268.584L194.146%20266.113L202.001%20266.001L212.239%20266.919L220.71%20269.14C220.71%20269.14%20226.741%20269.479%20228.565%20269.028C230.38%20268.576%20240.837%20265.87%20240.837%20265.87L254.901%20261.835L261.783%20261.1L270.975%20260.331L277.468%20260.663L287.122%20259.887L293.631%20260.432L302.969%20261.791L310.476%20263.388L314.658%20263.754L323.915%20263.836L328.536%20263.769L334.559%20263.896L345.947%20261.391L355.188%20261.261L364.843%20260.484L372.26%20260.805L378.825%20262.201L384.483%20263.825L386.94%20265.919L397.031%20264.709L406.605%20262.657L420.823%20260.962L429.22%20262.119C429.22%20262.119%20432.601%20264.198%20433.995%20264.392C435.397%20264.586%20439.742%20267.292%20439.742%20267.292L439.888%20269.42L445.967%20270.397C445.967%20270.397%20450.612%20270.756%20452.436%20270.304C454.252%20269.852%20462.698%20271.648%20462.698%20271.648L469.799%20274.1L475.806%20274.014L483.198%20273.91L491.864%20272.081L499.556%20269.629L504.525%20267.856L510.88%20266.06L518.719%20265.736L527.635%20267.736L530.408%20267.695L537.298%20266.96C537.298%20266.96%20540.954%20266.269%20542.34%20266.251C543.726%20266.232%20550.162%20265.713%20550.162%20265.713L556.647%20265.833L565.426%20265.706L571.975%20266.889L577.52%20266.811L585.836%20266.691L594.696%20267.841L601.765%20269.867L607.925%20272.122C607.925%20272.122%20610.795%20273.57%20612.659%20273.757C614.524%20273.943%20621.551%20275.332%20621.551%20275.332L626.172%20275.264L635.307%20273.645L643.511%20271.823L652.768%20271.905L658.272%20271.189L667.585%20272.122L679.12%20271.745L691.077%20270.722L702.539%20269.281L710.685%20270.229L721.101%20270.293L729.864%20269.953L737.329%20270.912L742.307%20269.352L747.276%20267.579L756.946%20267.016L761.072%20266.531L769.802%20265.766L784.109%20265.348L794.274%20265.202L804.52%20266.333L816.079%20266.381L825.782%20266.243L838.411%20268.404L848.114%20268.266L858.741%20268.113L867.982%20267.983L878.098%20267.199L891.522%20267.434L904.905%20267.031L910.895%20266.732L920.582%20266.381C920.582%20266.381%20929.012%20267.964%20930.86%20267.938C932.708%20267.912%20948.758%20265.978%20948.758%20265.978L960.698%20264.743L969.429%20263.978L984.327%20265.467L999.137%20265.68L1012.62%20266.766C1012.62%20266.766%201017.72%20267.12%201019.57%20267.091C1021.42%20267.064%201028.76%20266.109%201028.76%20266.109L1042.84%20269.315L1061.32%20269.05L1077.03%20268.826L1088.58%20268.662L1104.68%20267.367L1112.6%20268.318L1118.15%20268.24L1133.4%20268.024L1140.89%20269.408L1150.76%20271.823L1164.16%20271.633L1173.72%20269.367L1185.74%20269.408L1207.91%20269.091L1217.28%20270.871L1223.75%20270.778L1233.91%20270.632L1242.41%20273.279L1252.27%20275.481L1260.67%20276.638L1269.55%20278L1283.23%20275.249L1286.68%20271.58L1296.85%20271.435L1306.55%20271.297L1315.16%20268.621L1321.35%20264.485L1329.42%20260.749L1334.06%20254.083L1341.64%20249.929L1350.23%20247.04L1358.26%20242.666L1367.41%20241.259L1373.76%20239.464L1376.59%20233.462L1381.92%20230.192L1386.64%20224.803L1386.14%20217.357L1385.74%20211.4L1389.69%20208.362L1389.39%20203.894C1389.39%20203.894%201391.09%20201.741%201389.17%20200.49C1387.23%20199.24%201390.5%20196%201389.64%20195.373C1388.78%20194.746%201389.42%20190.268%201389.42%20190.268C1389.42%20190.268%201391.05%20187.263%201391.88%20185.975C1392.72%20184.688%201391.58%20181.508%201391.58%20181.508L1391.68%20176.824L1386.23%20170.729L1384.08%20166.287L1383.38%20162.678L1388.26%20159.629L1392.65%20156.161L1387.83%20153.25L1382.19%20151.839L1382.35%20147.364L1385.86%20144.546L1387.91%20140.683L1391.23%20135.1L1386.86%20131.968L1384.37%20129.236L1384.63%20126.25L1386.51%20119.838L1385.87%20117.293L1384.12%20111.784L1382.49%20108.19L1382.3%20105.424L1383.02%20102.434L1386.56%20100.042L1391.9%2096.985L1396.79%2094.1485L1396.66%2092.2338L1396.57%2090.9573L1396.48%2089.6808L1401%2088.1245L1400.78%2084.9333L1400.67%2083.2313L1394%2080.3462C1394%2080.3462%201393.03%2079.7229%201392.98%2078.872C1392.92%2078.021%201392.89%2077.5955%201392.82%2076.5318C1392.75%2075.4681%201390.8%2074.005%201389.42%2074.0274C1388.03%2074.046%201384.61%2071.3289%201384.61%2071.3289L1386.29%2068.7498L1380.91%2064.3569L1374.25%2061.6845L1368.48%2058.359L1358.59%2055.7314L1355.2%2053.4397L1351.6%2054.9812L1346.9%2053.7719L1340.84%2053.0068L1336.14%2051.7975L1329.94%2049.1177L1330.26%2046.9828L1326.26%2042.5674L1320.62%2041.1566L1311.89%2041.9217L1306.65%2039.6562L1303.22%2036.7263C1303.22%2036.7263%201297.17%2036.1739%201297.13%2035.5357C1297.09%2034.8975%201294.67%2033.4419%201294.67%2033.4419L1287.39%2035.0356L1284.02%2033.1694C1284.02%2033.1694%201284.79%2030.818%201283.37%2030.4112C1281.96%2030.0044%201276.01%2030.9412%201274.11%2030.1163C1272.2%2029.2915%201270.67%2027.1864%201269.28%2026.9924C1267.88%2026.7983%201257.17%2025.6748%201257.17%2025.6748L1247.27%2022.8345C1247.27%2022.8345%201242.06%2020.9945%201240.66%2020.8004C1239.26%2020.6063%201228.15%2020.3413%201228.15%2020.3413L1221.27%2021.2893L1215.15%2026.4848L1206.93%2027.8807C1206.93%2027.8807%201201.02%2029.4557%201199.64%2029.4744C1198.25%2029.493%201187.22%2030.5045%201187.22%2030.5045L1181.33%2032.2923L1171.18%2032.6506C1171.18%2032.6506%201164.21%2032.1131%201164.12%2030.8367C1164.03%2029.5602%201165.53%2031.2435%201164.03%2029.5602C1162.53%2027.8769%201154.13%2026.7199%201153.73%2027.5783C1153.32%2028.4368%201150.65%2029.9633%201149.27%2029.9857C1147.88%2030.0044%201140.04%2030.3291%201140.04%2030.3291L1132.96%2028.0897L1129.05%2024.9508C1129.05%2024.9508%201125.52%2020.5317%201123.17%2019.927C1120.82%2019.3224%201117.01%2017.6727%201116.96%2017.0345C1116.92%2016.3962%201106.27%2016.3365%201106.27%2016.3365C1106.27%2016.3365%201104.59%2018.7028%201100.84%2018.1169C1097.11%2017.5309%201086.37%2015.982%201084.95%2015.5751C1083.53%2015.1683%201075.28%2016.1387%201073.36%2015.1011C1071.43%2014.0635%201067.96%2010.4954%201065.59%209.67801C1063.22%208.86063%201056.12%206.4085%201056.12%206.4085L1047.34%206.53538L1040.04%207.91636L1036.69%206.25919C1036.69%206.25919%201033.9%206.0875%201032.05%205.90088C1030.18%205.71426%201023.23%205.38955%201023.23%205.38955L1015.68%203.15388L1011.51%203.00086L1003.81%205.45302L999.194%205.5202C999.194%205.5202%20990.415%205.6471%20989.872%204.37437C989.321%203.10537%20990.642%202.02299%20988.745%201.41088C986.856%200.798779%20979.893%200.474069%20977.575%200.294917C975.249%200.115764%20965.116%200.686804%20964.727%201.75426C964.338%202.82544%20960.731%204.15415%20958.883%204.18028C957.034%204.20641%20941.26%203.36663%20941.26%203.36663L933.405%203.4786L921.076%205.78519L909.323%209.78628L907.142%2011.7346L900.195%2011.6226L881.316%2012.746C881.316%2012.746%20872.667%2014.7839%20871.281%2014.8063C869.895%2014.825%20857.42%2015.0041%20857.42%2015.0041L850.043%2015.3213L837.584%2015.7133C837.584%2015.7133%20832.851%2014.0785%20830.986%2013.8919C829.122%2013.7052%20816.509%2011.757%20816.509%2011.757L813.177%2010.3125C813.177%2010.3125%20810.851%2010.1334%20808.038%209.53249C805.225%208.93531%20797.298%207.98356%20797.298%207.98356L784.247%206.46823L780.867%204.38931C780.867%204.38931%20777.073%202.95236%20775.687%202.97476C774.301%202.99342%20761.51%205.30748%20761.51%205.30748L754.903%203.27334L750.996%200.134449C750.996%200.134449%20747.332%200.612176%20745.954%200.843582C744.584%201.07499%20738.634%202.0118%20737.208%201.39596C735.781%200.776393%20730.253%201.07126%20728.834%200.664438C727.424%200.257612%20715.84%207.05462e-05%20715.84%207.05462e-05L714.6%202.14617L714.803%205.1246L713.125%207.70364L712.355%2010.055C712.355%2010.055%20707.775%2010.7604%20706.405%2010.9918C705.035%2011.2232%20702.709%2011.0441%20698.137%2011.7495C693.557%2012.4549%20683.903%2013.2313%20683.7%2013.6605C683.497%2014.0897%20666.013%2015.4035%20666.013%2015.4035L658.75%2017.4227C658.75%2017.4227%20654.648%2018.3334%20652.354%2018.5797C650.06%2018.826%20645.464%2019.315%20644.094%2019.5501C642.724%2019.7815%20637.237%2020.7109%20633.54%2020.7669C629.844%2020.8191%20617.896%2021.8418%20617.896%2021.8418C617.896%2021.8418%20607.658%2020.9236%20604.877%2020.7519C602.089%2020.5803%20590.084%2020.7519%20590.084%2020.7519C586.89%2021.435%20571.578%2020.5914%20569.227%2019.9868C566.876%2019.3822%20560.294%2017.7735%20554.75%2017.8519C549.205%2017.9303%20537.136%2017.251%20535.749%2017.2734C534.363%2017.2921%20527.522%2018.6693%20527.522%2018.6693L514.747%2021.1924L507.054%2023.6445L499.832%2026.3019L494.376%2027.6568L486.984%2027.7613C486.984%2027.7613%20482.42%2028.6794%20481.034%2028.6981C479.648%2028.7168%20473.698%2029.6536%20470.002%2029.7058C466.305%2029.7581%20459.796%2029.2132%20459.796%2029.2132L451.885%2028.4742L447.832%2030.0231L440.423%2029.9149C440.423%2029.9149%20437.61%2029.3177%20435.3%2029.3475C432.99%2029.3811%20426.464%2028.6235%20426.464%2028.6235C426.464%2028.6235%20425.483%2027.7874%20423.635%2027.8136C421.787%2027.8397%20407.132%2029.9671%20407.132%2029.9671C407.132%2029.9671%20406.264%2030.8293%20400.185%2029.8551C394.105%2028.8773%20387.612%2028.5451%20385.732%2028.1457C383.859%2027.7464%20374.618%2027.877%20374.618%2027.877L370.922%2027.9293L353.121%2024.5627C353.121%2024.5627%20353.437%2022.4278%20352.44%2021.379C351.443%2020.3302%20351.832%2019.259%20349.944%2018.6469C348.055%2018.0348%20337.501%2019.2516%20337.501%2019.2516C337.501%2019.2516%20330.603%2019.7741%20329.217%2019.7965C327.831%2019.8151%20316.15%2018.0684%20316.15%2018.0684C316.15%2018.0684%20313.669%2015.5491%20310.419%2015.3811C307.168%2015.2132%20301.616%2015.0825%20301.616%2015.0825L293.315%2015.4147L289.449%2012.914L279.259%2012.6341C279.259%2012.6341%20276.025%2012.6789%20273.253%2012.72C270.481%2012.761%20268.616%2012.5744%20262.107%2012.0295C255.598%2011.4846%20248.627%2010.9434%20246.3%2010.7642C243.974%2010.5851%20226.384%2010.1969%20226.384%2010.1969L223.409%2014.0711L220.264%2015.3923L211.137%2017.2249L201.523%2018.6395L195.46%2017.8743L191.001%2020.2817C191.001%2020.2817%20187.378%2021.3977%20184.606%2021.4387C181.833%2021.4798%20177.197%2021.3305%20177.197%2021.3305L170.955%2024.8277L165.467%2025.757L155.303%2025.9026L151.144%2025.9623L143.597%2023.7267L137.956%2022.3158L124.556%2022.5062L121.655%2020.6325L112.284%2018.8485C112.284%2018.8485%20107.737%2019.9794%20105.329%2018.5238L102.922%2017.0682L98.1876%2015.4334L94.9939%2016.1164L84.9749%2018.3894L77.5822%2018.4939L74.8261%2018.7477L67.782%2017.1465L64.8801%2015.2729L62.4807%2014.03L60.1543%2013.8509L54.0342%2012.2348C54.0342%2012.2348%2051.7078%2012.0556%2050.3136%2011.8615C48.9113%2011.6675%2043.2128%209.40939%2043.2128%209.40939C43.2128%209.40939%2038.6086%209.68931%2036.7604%209.71544C34.9122%209.74157%2029.4163%2010.4582%2029.4163%2010.4582L23.0612%2012.2534L15.5956%2011.2942L8.52715%209.26756L5.05776%2012.7237L5.01729%2012.6938Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_4309_40%22%3E%0A%3Crect%20width%3D%221366%22%20height%3D%2260%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A');
  position: absolute;
  bottom: -1px;
  left: 0;
}

.speakers__title,
.program__title {
  font-size: 84px;
  text-align: center;
  line-height: 1;
}

.speakers__title ._accent,
.program__title ._accent {
  color: var(--accent2);
}

.speakers__subtitle {
  font-size: 22px;
  margin-bottom: 85px;
  text-align: center;
  font-weight: 600;
  position: relative;
}

.speakers__subtitle:before {
  content: '';
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 438/112;
  width: 438px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22439%22%20height%3D%22113%22%20viewBox%3D%220%200%20439%20113%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M19.1453%2094.0368C17.3866%2094.1044%2015.8462%2093.6032%2014.5241%2092.5332C12.0429%2090.467%2010.607%2086.4392%2010.4564%2080.4406L10.4534%2080.3607C9.62643%2058.8565%2022.9674%2045.6141%2031.5672%2042.3212C32.9078%2041.7893%2035.6166%2041.445%2037.5044%2042.6533C38.3253%2043.1822%2039.2477%2044.2675%2039.3276%2046.346C39.6043%2053.5407%2032.1482%2059.5116%2031.8377%2059.7637C31.6809%2059.8498%2031.5241%2059.9359%2031.3642%2059.9421C30.9614%2059.8775%2030.5525%2059.653%2030.4541%2059.1765C30.2666%2058.4631%2030.7985%2057.7222%2033.7717%2055.9266C35.8471%2053.6852%2038.1131%2050.1555%2038.0486%2046.3952C38.0025%2045.1961%2037.5689%2044.3321%2036.748%2043.8033C35.4321%2042.8931%2033.1999%2043.1391%2032.0961%2043.5818C23.8099%2046.7026%2010.9331%2059.5268%2011.7324%2080.3115L11.7355%2080.3914C11.9507%2085.9873%2013.2143%2089.7015%2015.3635%2091.4602C16.6056%2092.5332%2018.1399%2092.8745%2020.0493%2092.5609C32.5446%2090.6394%2041.907%2080.1118%2043.5889%2078.0457L43.9732%2077.6306C44.2715%2077.0587%2045.0924%2075.506%2045.8149%2075.5583C46.1347%2075.546%2046.3807%2075.6967%2046.4698%2075.9334C46.6451%2076.327%2046.6574%2076.6467%2045.0493%2078.5499L44.665%2078.965C42.1376%2081.9443%2032.9136%2091.9061%2020.2614%2093.9138L19.1453%2094.0368ZM59.2645%2084.0878C59.1846%2084.0909%2059.0247%2084.097%2058.8617%2084.0232C57.4812%2083.5159%2056.6665%2078.9839%2057.6442%2073.182C55.9532%2075.0083%2054.6403%2076.2597%2052.9246%2077.4465C48.9521%2080.3213%2045.1734%2079.9062%2044.4724%2078.3319C43.7837%2077.0775%2044.2756%2075.2973%2045.607%2074.5255C45.9975%2074.2703%2046.4033%2074.4148%2046.5693%2074.5686C46.9875%2075.0329%2046.7784%2075.8415%2045.4717%2077.2527C45.5547%2077.3296%2045.5608%2077.4895%2045.6469%2077.6463C46.0927%2078.83%2049.1274%2078.6333%2052.1652%2076.4349C54.4251%2074.8269%2056.4267%2072.7485%2058.3299%2070.1934L58.4652%2069.5478C59.5321%2066.0642%2060.4238%2064.2686%2061.0572%2064.0841C61.2939%2063.995%2061.6167%2064.0626%2061.7858%2064.2963C61.955%2064.53%2062.287%2064.8374%2061.2662%2067.4386C60.9065%2068.4932%2060.2331%2069.72%2059.4737%2070.7899C57.8656%2076.8562%2058.5973%2081.3114%2059.203%2082.489C59.3598%2082.4029%2059.6027%2082.4736%2059.7657%2082.5474C60.1685%2082.612%2060.2638%2083.0086%2060.1162%2083.3345C59.8979%2083.9033%2059.5843%2084.0755%2059.2645%2084.0878ZM66.135%2064.2892C65.8153%2064.3015%2065.64%2063.9079%2065.7046%2063.5051L65.969%2062.0539C66.0336%2061.6511%2066.5009%2061.3129%2066.9068%2061.4574C67.3126%2061.6019%2067.6447%2061.9094%2067.5771%2062.2322L67.4541%2063.1977C67.3834%2063.4406%2066.6147%2064.2707%2066.135%2064.2892ZM65.7598%2081.5964L65.437%2081.5287C62.7682%2080.8307%2064.4378%2072.2002%2065.2557%2068.486C65.3233%2068.1632%2065.7138%2067.908%2066.0366%2067.9757C66.4394%2068.0402%2066.6147%2068.4338%2066.547%2068.7566C65.1849%2074.9736%2064.9789%2080.0252%2065.7875%2080.2343C66.51%2080.2866%2069.1204%2077.3841%2071.3957%2074.0943C71.6263%2073.8452%2072.0229%2073.7499%2072.3519%2073.9774C72.6778%2074.125%2072.6963%2074.6047%2072.5456%2074.8506C70.7223%2077.4026%2067.6784%2081.5226%2065.7598%2081.5964ZM74.6698%20107.513C74.1102%20107.535%2073.7013%20107.31%2073.4553%20107.16C71.8104%20106.022%2071.5921%20102.428%2072.8681%2098.1354C74.5623%2092.226%2077.0189%2087.408%2079.74%2083.2204C79.9707%2078.8082%2080.1121%2074.1594%2080.1152%2070.0762C78.5471%2073.0187%2075.9275%2077.7628%2073.6246%2080.3332C72.0104%2082.0765%2070.8481%2083.0819%2069.8673%2082.5592C69.0495%2082.1103%2069.0802%2080.8282%2069.9319%2077.9934C71.1987%2073.4614%2072.8683%2071.0754%2074.7776%2070.7618C76.0505%2070.5528%2077.1236%2071.3922%2077.6217%2071.8534C79.1191%2069.1538%2080.1552%2066.9524%2080.1522%2066.8724C80.3028%2066.6265%2080.6164%2066.4543%2080.9393%2066.5219C81.2621%2066.5896%2081.4343%2066.9032%2081.4466%2067.223C81.4988%2068.582%2081.4803%2074.3469%2081.179%2081.0835C82.5472%2079.1895%2084.7026%2076.945%2087.6112%2073.4707C87.9187%2073.1386%2088.2384%2073.1263%2088.5674%2073.3539C88.8964%2073.5814%2088.9118%2073.9811%2088.6843%2074.3101C85.4712%2078.1964%2083.156%2080.447%2081.0375%2083.6508C80.4656%2093.7603%2079.2141%20104.937%2076.1702%20106.975C75.626%20107.396%2075.0695%20107.498%2074.6698%20107.513ZM70.6176%2081.2494C70.9312%2081.0773%2071.4754%2080.656%2072.6284%2079.4108C74.0089%2077.8366%2075.5985%2075.4538%2076.8715%2073.1632L76.7884%2073.0863C76.7854%2073.0063%2076.109%2072.0716%2075.1497%2072.1085L74.9898%2072.1147C74.1934%2072.2254%2072.7115%2073.2431%2071.2264%2078.3439C70.6545%2080.1272%2070.6053%2080.9297%2070.6176%2081.2494ZM74.2147%20106.09C74.5406%20106.237%2074.9403%20106.222%2075.4077%20105.884C77.5907%20104.359%2078.8637%2095.8233%2079.5279%2086.0306C77.4248%2089.6341%2075.4969%2093.6311%2074.1625%2098.4859C72.9572%20102.535%2073.3077%20105.404%2074.2147%20106.09ZM107.434%2072.3882C107.683%2072.6188%20107.779%2073.0154%20107.548%2073.2645C103.972%2078.1254%2099.809%2082.2885%2095.4492%2081.3353C93.3492%2080.8557%2091.4737%2077.8855%2090.9049%2075.5857C90.3884%2076.7264%2089.878%2078.027%2089.5305%2079.4013C89.3922%2079.9671%2089.1616%2080.2161%2088.7618%2080.2315L88.6819%2080.2345C87.9563%2080.1023%2087.8456%2079.306%2087.8026%2078.1868C87.7964%2078.0269%2087.4276%2064.271%2089.4907%2063.7913C90.3639%2063.5976%2090.7205%2064.5446%2090.8127%2064.8613C90.988%2065.2549%2090.7635%2065.6638%2090.4469%2065.756C90.2101%2065.8452%2089.9672%2065.7745%2089.8043%2065.7007C89.3184%2067.6408%2089.0448%2073.0153%2089.097%2076.4558C91.7935%2069.5471%2097.1988%2064.3756%2099.1358%2064.7814C99.8645%2064.9936%20100.123%2065.464%20100.295%2065.7776C100.833%2067.2781%2099.1665%2069.7439%2098.8652%2070.2359C98.6377%2070.5648%2098.238%2070.5802%2097.909%2070.3527C97.5831%2070.2051%2097.5646%2069.7255%2097.7153%2069.4795C98.5516%2068.3265%2099.2127%2066.78%2099.0343%2066.3065C99.0313%2066.2265%2099.0282%2066.1466%2098.7884%2066.1558C97.9859%2066.1066%2094.4193%2069.1259%2091.7996%2073.87C91.9626%2073.9438%2092.1317%2074.1775%2092.1409%2074.4173C92.2209%2076.4958%2094.1825%2079.6227%2095.7198%2080.044C99.6031%2081.0955%20103.966%2075.884%20106.478%2072.505C106.706%2072.176%20107.105%2072.1606%20107.434%2072.3882ZM108.979%20105.633C108.819%20105.64%20108.579%20105.649%20108.413%20105.495C107.592%20104.966%20107.783%20103.678%20109.357%2098.8138C110.932%2093.9497%20114.498%2088.8489%20118.468%2083.8126C119.239%2076.8178%20118.904%2070.1858%20118.708%2067.1511C115.35%2071.4433%20109.456%2078.475%20107.178%2077.5218C106.04%2077.0852%20106.221%2075.5571%20106.2%2074.9975C106.658%2070.2564%20108.555%2067.5415%20110.056%2067.0035C110.529%2066.8251%20111.012%2066.8866%20111.347%2067.2741C111.676%2067.5016%20111.614%2067.9843%20111.384%2068.2333C111.153%2068.4824%20110.753%2068.4978%20110.504%2068.2672C109.948%2068.3686%20108.02%2070.2841%20107.568%2075.1851C107.522%2076.0675%20107.691%2076.3012%20107.691%2076.3012C108.743%2076.581%20113.828%2071.4218%20118.705%2064.9896C118.855%2064.7437%20119.172%2064.6514%20119.415%2064.7221C119.658%2064.7929%20119.827%2065.0265%20119.916%2065.2633C119.941%2065.9028%20120.783%2073.2359%20120.07%2081.7496L122.13%2079.1085C124.116%2076.6303%20126.025%2074.2352%20127.698%2071.9292C127.925%2071.6002%20128.325%2071.5848%20128.654%2071.8124C128.983%2072.0399%20128.998%2072.4396%20128.851%2072.7655C127.098%2075.0746%20125.189%2077.4697%20123.203%2079.9478L119.765%2084.2431C118.781%2091.9666%20116.451%20100.062%20110.941%20104.597C110.32%20105.101%20109.619%20105.609%20108.979%20105.633ZM109.32%20104.099L110.098%20103.509C114.68%2099.81%20116.909%2093.2395%20118.013%2086.5522C114.818%2090.9181%20112.02%2095.1888%20110.655%2099.2443C110.292%20100.219%20109.437%20102.974%20109.32%20104.099ZM134.702%2061.1721C134.462%2061.1813%20134.222%2061.1906%20133.979%2061.1198C131.891%2060.96%20130.403%2059.7362%20130.339%2058.0575C130.332%2057.8976%20130.406%2057.7346%20130.483%2057.6516C130.788%2057.2396%20131.184%2057.1443%20131.593%2057.3688C132.162%2057.5871%20132.11%2058.3096%20131.971%2058.8753C132.472%2059.4165%20133.284%2059.7055%20134.087%2059.7547C135.615%2059.9361%20137.432%2059.3058%20137.687%2057.6148C137.835%2057.2889%20138.145%2057.0367%20138.548%2057.1013C138.871%2057.169%20139.126%2057.5594%20139.058%2057.8823C138.582%2060.0622%20136.62%2061.0983%20134.702%2061.1721ZM139.092%2077.4955C138.369%2077.4432%20137.798%2077.1449%20137.293%2076.5239C136.116%2075.048%20136.226%2071.6813%20136.522%2068.9479C134.203%2073.2001%20131.771%2076.5761%20129.133%2076.6775C128.893%2076.6868%20128.248%2076.5515%20127.894%2075.6844C127.719%2075.2909%20127.617%2074.7343%20127.59%2074.0149C127.544%2072.8158%20128.205%2065.0246%20129.644%2064.9693C129.884%2064.9601%20130.289%2065.1046%20130.388%2065.5811L130.403%2065.9808C130.415%2066.3006%20130.188%2066.6296%20129.948%2066.6388C129.309%2068.7449%20128.488%2074.4607%20129.161%2075.3155C132.193%2075.0388%20135.977%2067.2876%20137.383%2064.2714C137.533%2064.0254%20137.847%2063.8532%20138.173%2064.0008C138.496%2064.0685%20138.748%2064.379%20138.603%2064.7849C138.053%2067.1277%20136.949%2073.8151%20138.382%2075.6814C138.554%2075.995%20138.797%2076.0658%20139.12%2076.1334C142.726%2076.2349%20146.779%2071.2755%20146.856%2071.1925C147.086%2070.9434%20147.483%2070.8481%20147.815%2071.1556C148.064%2071.3862%20148.079%2071.7859%20147.849%2072.035C147.698%2072.2809%20143.569%2077.3233%20139.412%2077.4832L139.092%2077.4955ZM147.525%2077.6515C147.202%2077.5839%20146.873%2077.3564%20146.858%2076.9567C146.689%2066.3153%20147.313%2065.891%20147.623%2065.6389C147.86%2065.5497%20148.097%2065.4606%20148.34%2065.5313C148.666%2065.6789%20148.841%2066.0724%20148.696%2066.4783L148.543%2066.6443C148.475%2066.9671%20148.275%2068.0156%20148.177%2071.7021C149.819%2066.5152%20153.056%2059.1053%20158.545%2058.1737C159.181%2058.0692%20159.59%2058.2936%20159.759%2058.5273C160.429%2059.3021%20159.919%2060.6027%20159.129%2062.9548C158.548%2064.4983%20157.899%2066.3646%20157.49%2068.2217C158.704%2066.4937%20160.389%2064.5075%20161.982%2064.2861C162.618%2064.1816%20162.95%2064.4891%20163.116%2064.6428C163.704%2065.3408%20163.276%2066.7182%20162.492%2069.2302C161.844%2071.0965%20160.986%2073.7714%20161.579%2074.6293C161.582%2074.7092%20161.665%2074.7861%20161.988%2074.8537C162.711%2074.906%20165.106%2072.6523%20166.781%2070.4263C167.009%2070.0973%20167.409%2070.0819%20167.738%2070.3094C167.987%2070.54%20168.082%2070.9367%20167.854%2071.2656C166.941%2072.5016%20163.728%2076.388%20161.797%2076.142C161.155%2076.0866%20160.663%2075.7853%20160.405%2075.3149C159.55%2073.9067%20160.411%2071.3117%20161.195%2068.7997C161.555%2067.7451%20162.059%2066.2847%20162.034%2065.6451C160.451%2066.1063%20158.179%2069.4761%20157.059%2071.6007C156.989%2071.8436%20156.675%2072.0158%20156.352%2071.9481C156.029%2071.8805%20155.777%2071.5699%20155.845%2071.2471C155.805%2068.1263%20156.961%2064.8795%20157.831%2062.5243C158.188%2061.3898%20158.698%2060.0892%20158.677%2059.5296C151.205%2060.9378%20148.297%2076.9013%20148.223%2077.0643C148.155%2077.3871%20147.925%2077.6362%20147.525%2077.6515ZM169.204%2077.2182L168.881%2077.1505C168.239%2077.0952%20167.421%2076.6463%20166.963%2075.1428C166.588%2073.7161%20166.612%2072.2741%20166.852%2070.1834C167.353%2066.5614%20168.986%2063.2162%20170.637%2062.4322C171.424%2062.0817%20172.316%2062.3676%20172.829%2063.2285C173.34%2064.0095%20173.453%2064.8858%20173.164%2065.6975C172.537%2068.1234%20169.17%2070.0942%20168.07%2070.6169C167.885%2072.065%20167.944%2073.5839%20168.31%2074.7707C168.497%2075.4841%20168.749%2075.7946%20169.072%2075.8622C170.44%2076.0498%20174.788%2072.5201%20176.457%2070.1342C176.685%2069.8052%20177.082%2069.7099%20177.407%2069.8575C177.736%2070.085%20177.832%2070.4817%20177.604%2070.8107C176.925%2071.8776%20171.842%2077.1167%20169.204%2077.2182ZM168.402%2068.8428C169.81%2067.9881%20171.519%2066.6414%20171.87%2065.347C172.011%2064.8612%20171.913%2064.3846%20171.735%2063.9111C171.643%2063.5944%20171.403%2063.6036%20171.323%2063.6067C170.219%2064.0495%20169.109%2066.4139%20168.402%2068.8428ZM203.698%20102.151C203.138%20102.173%20202.729%20101.948%20202.563%20101.794C201.081%20100.731%20201.189%2097.2839%20202.8%2093.3792C204.559%2089.1484%20208.427%2083.5557%20212.621%2078.1105C212.759%2075.4632%20212.741%2072.9021%20212.658%2070.7437C212.024%2070.9281%20210.687%2071.54%20209.9%2071.8905C207.541%2073.0219%20206.674%2073.3755%20206.019%2073.0004C205.773%2072.8497%20205.604%2072.6161%20205.592%2072.2963C205.42%2069.9011%20208.095%2066.5959%20210.081%2064.1178L211.228%2062.7127C209.86%2062.5251%20206.604%2063.2107%20203.95%2064.994C203.012%2065.5905%20202.004%2066.4298%20201.404%2067.4937L201.576%2067.8073C201.77%2068.6805%20201.97%2069.7136%20201.269%2070.2209C200.882%2070.556%20200.396%2070.4146%20200.07%2070.267C199.827%2070.1963%20199.738%2069.9595%20199.732%2069.7996C199.409%2067.6505%20200.608%2065.5228%20203.185%2063.8225C206.388%2061.7779%20210.911%2060.7234%20212.47%2061.7042C212.633%2061.778%20212.802%2062.0116%20212.808%2062.1715C212.91%2062.728%20212.528%2063.2231%20211.074%2064.9602C209.623%2066.7773%20207.255%2069.7505%20207.009%2071.6814C207.563%2071.5%20208.587%2071.0603%20209.294%2070.7129C211.809%2069.4953%20212.833%2069.0557%20213.571%2069.5076C213.817%2069.6583%20213.989%2069.9719%20214.001%2070.2917C214.069%2072.0504%20214.146%2074.0489%20214.072%2076.2934L220.172%2068.3731C220.399%2068.0442%20220.799%2068.0288%20221.128%2068.2563C221.457%2068.4838%20221.473%2068.8836%20221.245%2069.2125L213.921%2078.6209C213.435%2086.8056%20211.403%2096.4108%20205.269%20101.37C204.651%20101.954%20204.097%20102.136%20203.698%20102.151ZM203.323%20100.724C203.652%20100.952%20204.196%20100.531%20204.43%20100.362C209.709%2096.0757%20211.72%2087.9924%20212.396%2080.601C208.817%2085.382%20205.561%2090.2307%20204.021%2093.8926C202.486%2097.7144%20202.662%20100.189%20203.323%20100.724ZM231.915%2075.8474C231.596%2075.8597%20231.273%2075.7921%20230.95%2075.7244C230.055%2075.3585%20229.059%2074.4361%20229.034%2071.7151C229.019%2069.2338%20229.855%2065.9993%20230.563%2063.5703C227.42%2067.2138%20221.874%2072.8711%20220.155%2071.8964C219.174%2071.3737%20219.598%2069.9163%20220.186%2068.5327C222.525%2062.7586%20226.267%2060.1328%20228.684%2060.5203C229.49%2060.6494%20230.071%2061.1875%20230.338%2061.8977C230.95%2061.1537%20231.488%2060.5726%20231.789%2060.0806C232.02%2059.8316%20232.417%2059.7363%20232.663%2059.8869C232.989%2060.0345%20233.084%2060.4311%20233.013%2060.674C232.936%2060.757%20230.32%2067.6627%20230.393%2071.6628C230.372%2073.1848%20230.732%2074.2117%20231.38%2074.4269C231.946%2074.5653%20234.191%2074.6391%20239.845%2067.6166C240.076%2067.3676%20240.472%2067.2723%20240.724%2067.5828C241.053%2067.8103%20241.069%2068.2101%20240.838%2068.4591C236.942%2073.3324%20233.994%2075.7675%20231.915%2075.8474ZM220.908%2070.6666C222.252%2070.2146%20226.344%2066.2944%20229.265%2063.1399C229.182%2063.063%20229.133%2061.784%20228.094%2061.8239C226.415%2061.8885%20223.457%2064.0837%20221.406%2069.0462C221.04%2069.9409%20220.899%2070.4267%20220.908%2070.6666ZM266.843%2074.5043C266.364%2074.5227%20265.961%2074.4582%20265.472%2074.2368C261.887%2072.6133%20263.52%2067.1866%20263.59%2066.9437C263.735%2066.5378%20264.128%2066.3626%20264.454%2066.5102C264.857%2066.5748%20265.032%2066.9683%20264.885%2067.2942C264.888%2067.3742%20263.538%2071.8293%20266.065%2073.0131C266.72%2073.3882%20267.514%2073.1976%20268.049%2072.5365C268.51%2072.0384%20268.805%2071.3866%20268.928%2070.4212C265.992%2069.013%20264.009%2065.3264%20263.926%2063.168C263.858%2061.4093%20264.301%2060.4316%20265.171%2060.158C266.041%2059.8843%20267.191%2060.6407%20267.966%2062.052C269.761%2065.0252%20270.339%2067.5648%20270.336%2069.5664C272.276%2070.0522%20274.158%2069.0192%20275.981%2066.4672C276.209%2066.1382%20276.608%2066.1229%20276.934%2066.2704C277.183%2066.501%20277.282%2066.9776%20277.051%2067.2267C274.548%2070.8455%20272.003%2071.2636%20270.228%2070.9316C270.029%2071.98%20269.583%2072.8778%20269.045%2073.4589C268.43%2074.123%20267.643%2074.4735%20266.843%2074.5043ZM268.953%2068.9792C268.885%2067.2205%20268.242%2065.0836%20266.791%2062.7376C266.275%2061.7968%20265.703%2061.4985%20265.543%2061.5047C265.543%2061.5047%20265.232%2061.7568%20265.285%2063.1158C265.349%2064.7945%20266.899%2067.6171%20268.953%2068.9792ZM290.864%2065.5747C291.113%2065.8053%20291.208%2066.2019%20290.98%2066.5309C289.157%2069.0829%20285.87%2073.1321%20284.032%2073.2028C283.872%2073.209%20283.712%2073.2151%20283.629%2073.1383C281.925%2072.5633%20281.747%2070.0083%20282.039%2067.195C280.689%2067.487%20279.02%2067.7914%20277.51%2068.0897C277.882%2069.4364%20277.166%2071.6255%20276.954%2072.3542C276.883%2072.5971%20276.649%2072.7662%20276.33%2072.7785L276.17%2072.7846C275.847%2072.717%20275.678%2072.4833%20275.665%2072.1636L275.761%2068.3971C275.441%2068.4094%20275.192%2068.1788%20275.1%2067.8621C275.004%2067.4655%20275.232%2067.1365%20275.629%2067.0412L275.789%2067.035C275.881%2065.2702%20275.97%2063.4254%20276.096%2062.5399C276.29%2061.3316%20276.382%2059.5667%20277.015%2059.3822C277.332%2059.29%20277.652%2059.2777%20277.901%2059.5083C278.476%2059.8865%20278.261%2060.5352%20277.526%2062.2447C277.48%2063.1272%20277.243%2065.2979%20277.138%2066.743C278.648%2066.4447%20280.954%2066.0358%20282.221%2065.6669C282.756%2062.9243%20283.534%2060.2524%20283.896%2059.2778C283.961%2058.875%20284.355%2058.6997%20284.76%2058.8442C285.083%2058.9119%20285.258%2059.3054%20285.194%2059.7082C284.619%2061.4116%20284.127%2063.1918%20283.789%2064.806C283.872%2064.8828%20283.872%2064.8828%20283.952%2064.8798C284.358%2065.0243%20284.53%2065.3379%20284.465%2065.7407C284.401%2066.1435%20284.013%2066.4786%20283.463%2066.7399C283.088%2069.4764%20283.168%2071.5548%20284.062%2071.9207C285.261%2071.8746%20287.472%2068.9875%20289.907%2065.6915C290.135%2065.3625%20290.535%2065.3472%20290.864%2065.5747ZM292.996%2073.4986C292.516%2073.5171%20292.113%2073.4525%20291.625%2073.2311C288.04%2071.6077%20289.672%2066.1809%20289.743%2065.938C289.887%2065.5322%20290.281%2065.3569%20290.607%2065.5045C291.01%2065.5691%20291.185%2065.9626%20291.037%2066.2885C291.04%2066.3685%20289.691%2070.8236%20292.218%2072.0074C292.873%2072.3825%20293.666%2072.1919%20294.201%2071.5308C294.662%2071.0327%20294.957%2070.3809%20295.08%2069.4155C292.144%2068.0073%20290.161%2064.3208%20290.078%2062.1624C290.01%2060.4037%20290.453%2059.4259%20291.323%2059.1523C292.193%2058.8786%20293.343%2059.635%20294.118%2061.0463C295.914%2064.0195%20296.492%2066.5591%20296.489%2068.5607C298.429%2069.0466%20300.31%2068.0135%20302.134%2065.4615C302.361%2065.1326%20302.761%2065.1172%20303.087%2065.2648C303.336%2065.4954%20303.434%2065.9719%20303.204%2066.221C300.701%2069.8398%20298.155%2070.258%20296.381%2069.9259C296.181%2070.9743%20295.735%2071.8721%20295.197%2072.4532C294.582%2073.1174%20293.795%2073.4679%20292.996%2073.4986ZM295.105%2067.9735C295.037%2066.2148%20294.395%2064.0779%20292.944%2061.7319C292.427%2060.7911%20291.855%2060.4928%20291.695%2060.499C291.695%2060.499%20291.385%2060.7511%20291.437%2062.1101C291.502%2063.7889%20293.051%2066.6114%20295.105%2067.9735ZM302.943%2077.5193C300.766%2077.1227%20301.255%2073.181%20301.415%2071.0933C302.159%2061.2975%20305.92%2048.7437%20308.915%2043.3446C310.935%2039.6643%20312.718%2038.1547%20314.341%2038.7327C316.53%2039.4491%20316.7%2043.8459%20316.318%2046.4224C315.55%2051.4156%20303.918%2065.3929%20303.38%2065.974C303.383%2066.054%20303.303%2066.057%20303.226%2066.1401C302.974%2067.9111%20302.719%2069.6021%20302.624%2071.287C302.454%2073.1349%20302.405%2076.0189%20303.211%2076.148C304.099%2076.354%20306.525%2074.8998%20308.429%2072.3447C308.656%2072.0158%20308.96%2071.6038%20309.182%2071.1149C308.315%2071.4685%20307.515%2071.4992%20306.787%2071.287C305.815%2071.0042%20305.062%2070.1525%20304.933%2068.8765C304.511%2066.2508%20306.267%2064.0216%20308.004%2063.3944C309.191%2063.0286%20310.246%2063.3883%20310.765%2064.4091C311.451%2065.5836%20311.66%2066.8565%20311.552%2068.2217C312.641%2067.3792%20313.32%2066.3123%20314.621%2064.7412C314.931%2064.4891%20315.328%2064.3937%20315.58%2064.7043C315.915%2065.0917%20315.771%2065.4975%20315.694%2065.5806C313.935%2067.7297%20312.632%2069.2209%20311.07%2070.2417C310.787%2071.2133%20310.264%2072.1941%20309.498%2073.1042C307.752%2075.5731%20305.102%2077.4363%20303.423%2077.5009L302.943%2077.5193ZM303.764%2063.4774C306.894%2059.5142%20314.449%2049.8568%20315.03%2046.2318C315.47%2043.0926%20314.802%2040.3162%20313.908%2039.9503L313.668%2039.9595C313.268%2039.9749%20312.084%2040.4207%20310.141%2044.018C307.891%2047.9474%20305.302%2055.5725%20303.764%2063.4774ZM307.217%2069.9895C307.783%2070.1279%20308.739%2070.0111%20309.994%2069.3224C310.344%2068.0279%20310.366%2066.506%20309.591%2065.0947C309.505%2064.9379%20309.329%2064.5444%20308.85%2064.5628C308.69%2064.569%20308.613%2064.652%20308.453%2064.6581C307.346%2065.0209%20305.969%2066.6751%20306.289%2068.7443C306.393%2069.3808%20306.651%2069.8512%20307.217%2069.9895ZM328.519%2073.7338C328.439%2073.7369%20328.279%2073.743%20328.116%2073.6692C326.735%2073.1619%20325.921%2068.6298%20326.898%2062.828C325.207%2064.6543%20323.894%2065.9057%20322.179%2067.0925C318.206%2069.9673%20314.428%2069.5522%20313.726%2067.9779C313.038%2066.7235%20313.53%2064.9433%20314.861%2064.1715C315.252%2063.9163%20315.657%2064.0608%20315.823%2064.2146C316.242%2064.6789%20316.033%2065.4875%20314.726%2066.8987C314.809%2066.9756%20314.815%2067.1355%20314.901%2067.2923C315.347%2068.476%20318.382%2068.2793%20321.419%2066.0809C323.679%2064.4729%20325.681%2062.3945%20327.584%2059.8394L327.719%2059.1938C328.786%2055.7102%20329.678%2053.9146%20330.311%2053.7301C330.548%2053.641%20330.871%2053.7086%20331.04%2053.9423C331.209%2054.176%20331.541%2054.4834%20330.52%2057.0846C330.161%2058.1392%20329.487%2059.3659%20328.728%2060.4359C327.12%2066.5022%20327.851%2070.9574%20328.457%2072.135C328.614%2072.0489%20328.857%2072.1196%20329.02%2072.1934C329.423%2072.258%20329.518%2072.6546%20329.37%2072.9805C329.152%2073.5493%20328.838%2073.7215%20328.519%2073.7338ZM335.878%2070.8088L335.555%2070.7412C334.912%2070.6858%20334.095%2070.2369%20333.636%2068.7334C333.261%2067.3068%20333.286%2065.8648%20333.526%2063.774C334.027%2060.1521%20335.66%2056.8069%20337.311%2056.0229C338.098%2055.6723%20338.99%2055.9583%20339.503%2056.8192C340.013%2057.6002%20340.127%2058.4764%20339.838%2059.2881C339.211%2061.714%20335.844%2063.6849%20334.743%2064.2076C334.559%2065.6557%20334.617%2067.1746%20334.983%2068.3614C335.171%2069.0747%20335.423%2069.3853%20335.746%2069.4529C337.114%2069.6405%20341.461%2066.1108%20343.131%2063.7249C343.359%2063.3959%20343.755%2063.3006%20344.081%2063.4482C344.41%2063.6757%20344.505%2064.0723%20344.278%2064.4013C343.598%2065.4682%20338.516%2070.7074%20335.878%2070.8088ZM335.075%2062.4335C336.484%2061.5787%20338.193%2060.2321%20338.544%2058.9376C338.685%2058.4518%20338.587%2057.9753%20338.408%2057.5018C338.316%2057.1851%20338.076%2057.1943%20337.996%2057.1974C336.893%2057.6401%20335.783%2060.0045%20335.075%2062.4335ZM371.989%2062.4551C372.238%2062.6857%20372.334%2063.0823%20372.106%2063.4113C370.283%2065.9632%20366.996%2070.0125%20365.157%2070.0832C364.997%2070.0894%20364.837%2070.0955%20364.754%2070.0186C362.888%2069.3699%20362.839%2066.0093%20363.266%2062.5503C361.84%2062.9254%20360.087%2063.1529%20358.421%2063.5372C357.707%2065.8063%20357.809%2068.4444%20357.597%2069.1731C357.526%2069.416%20357.292%2069.5851%20356.973%2069.5974L356.813%2069.6035C356.49%2069.5359%20356.321%2069.3022%20356.308%2068.9824L356.502%2065.6925C354.83%2067.9985%20352.766%2070.5597%20351.248%2070.6181C351.088%2070.6242%20350.928%2070.6304%20350.845%2070.5535C349.141%2069.9786%20348.889%2067.5865%20349.111%2065.0161C347.924%2065.3819%20346.248%2065.5264%20344.406%2065.5172C344.529%2066.6333%20344.382%2069.0408%20344.17%2069.7694C344.099%2070.0123%20343.865%2070.1814%20343.546%2070.1937L343.386%2070.1999C343.063%2070.1322%20342.894%2069.8986%20342.881%2069.5788L342.977%2065.8124C342.657%2065.8247%20342.408%2065.5941%20342.316%2065.2774C342.22%2064.8807%20342.448%2064.5518%20342.845%2064.4564L343.004%2064.4503C343.097%2062.6854%20343.186%2060.8407%20343.312%2059.9552C343.506%2058.7468%20343.598%2056.982%20344.231%2056.7975C344.548%2056.7053%20344.868%2056.693%20345.117%2056.9236C345.692%2057.3017%20345.477%2057.9505%20344.742%2059.66C344.696%2060.5424%20344.459%2062.7131%20344.354%2064.1582C346.288%2064.4841%20348.115%2064.0937%20349.301%2063.7278C349.763%2061.1482%20350.47%2058.7192%20350.833%2057.7445C350.897%2057.3418%20351.291%2057.1665%20351.697%2057.311C352.019%2057.3787%20352.195%2057.7722%20352.13%2058.175C351.715%2059.8722%20351.291%2061.3296%20351.02%2062.6209C351.1%2062.6179%20351.183%2062.6947%20351.263%2062.6917C351.669%2062.8362%20351.672%2062.9161%20351.607%2063.3189C351.543%2063.7217%20351.238%2064.1337%20350.688%2064.395C350.239%2067.2944%20350.304%2068.9732%20351.278%2069.336C352.477%2069.2899%20354.061%2066.7471%20356.496%2063.4511L356.573%2063.3681C356.564%2063.1283%20356.631%2062.8055%20356.699%2062.4826C356.791%2060.7178%20356.88%2058.873%20357.006%2057.9875C357.2%2056.7791%20357.256%2056.1365%20357.889%2055.9521C358.206%2055.8598%20358.525%2055.8475%20358.774%2056.0781C358.79%2056.4778%20358.876%2056.6346%20358.436%2057.6923C358.39%2058.5747%20358.153%2060.7454%20358.049%2062.1905C359.638%2061.8892%20362.261%2061.3881%20363.448%2061.0222C363.9%2058.2028%20364.681%2055.6108%20364.967%2054.7192C365.031%2054.3164%20365.425%2054.1412%20365.831%2054.2857C366.154%2054.3533%20366.329%2054.7469%20366.264%2055.1496C365.766%2056.77%20365.277%2058.6301%20364.945%2060.4042C365.271%2060.5518%20365.44%2060.7855%20365.376%2061.1882C365.308%2061.5111%20365.077%2061.7601%20364.687%2062.0153C364.18%2065.4774%20364.213%2068.4383%20365.188%2068.8011C366.387%2068.755%20368.598%2065.8679%20371.033%2062.5719C371.26%2062.2429%20371.66%2062.2275%20371.989%2062.4551ZM384.804%2071.6494C384.645%2071.6555%20384.482%2071.5818%20384.399%2071.5049C383.098%2070.9945%20382.277%2066.3026%20383.418%2060.5745C381.73%2062.4808%20379.94%2063.8305%20378.538%2064.8452C373.945%2068.2242%20370.759%2066.5854%20370.249%2065.8044C369.4%2064.5561%20370.052%2062.7697%20371.384%2061.998C371.774%2061.7428%20372.1%2061.8904%20372.266%2062.0441C372.684%2062.5084%20372.549%2063.1541%20371.248%2064.7252C371.251%2064.8051%20371.338%2064.9619%20371.424%2065.1188C371.854%2065.9028%20375.212%2065.7737%20377.859%2063.8305C379.261%2062.8159%20380.654%2061.5614%20382.194%2059.9811C380.875%2061.0726%20379.845%2061.3524%20379.104%2060.8204C378.28%2060.2117%20378.465%2058.7635%20379.79%2055.7504C380.233%2054.7726%20381.53%2053.1215%20383.114%2052.6604C383.904%2052.3898%20384.629%2052.522%20385.201%2052.8202C385.447%2052.9709%20385.616%2053.2046%20385.702%2053.3614C386.376%2052.1346%20386.692%2052.0424%20386.852%2052.0362C387.092%2052.027%20387.335%2052.0977%20387.584%2052.3283C387.753%2052.562%20387.925%2052.8756%20386.729%2055.0832L386.274%2055.7412L385.619%2057.4476C383.627%2063.9289%20384.214%2068.79%20384.82%2069.9676C384.977%2069.8815%20385.14%2069.9553%20385.382%2070.026C385.628%2070.1767%20385.884%2070.5671%20385.656%2070.8961C385.435%2071.385%20385.121%2071.5572%20384.804%2071.6494ZM380.02%2059.6644C380.26%2059.6552%20380.734%2059.4768%20381.662%2058.6405C382.824%2057.6351%20384.051%2056.227%20384.82%2055.3968C384.875%2054.7542%20384.774%2054.1977%20384.528%2054.047C384.362%2053.8933%20384.119%2053.8226%20383.879%2053.8318C382.849%2054.1116%20381.601%2054.9602%20381.014%2056.3438C379.98%2058.6252%20379.931%2059.4276%20380.02%2059.6644ZM412.734%2070.4953C412.335%2070.5107%20412.012%2070.443%20411.68%2070.1356C410.269%2068.8288%20410.385%2063.5404%20410.945%2059.3558C409.186%2061.505%20406.948%2063.6726%20405.349%2063.7341C404.63%2063.7618%20404.058%2063.4635%20403.714%2062.8363C403.114%2061.8186%20402.905%2060.5457%20403.013%2059.1805C401.251%2061.2498%20399.237%2063.0084%20396.894%2064.5396C393.616%2066.7472%20391.24%2067.399%20389.687%2066.578C389.118%2066.3597%20388.78%2065.8924%20388.595%2065.259C388.506%2065.0223%20388.497%2064.7824%20388.488%2064.5426C388.445%2063.4234%20388.961%2062.2828%20389.902%2061.7662C390.293%2061.511%20390.619%2061.6586%20390.785%2061.8123C391.117%2062.1198%20391.366%2062.3504%20389.948%2065.0469C390.034%2065.2037%20390.12%2065.3605%20390.283%2065.4343C390.689%2065.5788%20392.227%2066%20396.211%2063.445C399.098%2061.4926%20401.567%2059.076%20403.461%2056.2811C404.359%2052.5639%20406.459%2048.8805%20406.917%2048.3024C407.302%2047.8874%20407.705%2047.9519%20407.867%2048.0257C408.113%2048.1764%20408.362%2048.407%20408.298%2048.8098C408.233%2049.2126%20408.089%2049.6184%20407.877%2050.3471L407.581%2050.9989C406.862%2053.1081%20405.897%2055.0667%20404.762%2056.7915C404.202%2058.8946%20404.119%2060.8993%20404.888%2062.1507C404.977%2062.3874%20405.137%2062.3813%20405.297%2062.3751C406.736%2062.3198%20409.804%2058.8393%20411.397%2056.5364C411.606%2055.7278%20411.818%2054.9991%20411.963%2054.5932C412.768%2052.6408%20413.076%2052.3088%20413.476%2052.2934C413.795%2052.2811%20414.041%2052.4318%20414.127%2052.5886C414.638%2053.3695%20413.451%2055.8169%20413.451%2055.8169C413.3%2056.0629%20413.079%2056.5518%20412.618%2057.0499C411.877%2060.681%20411.477%2066.941%20412.433%2068.9057C412.522%2069.1425%20412.605%2069.2193%20412.605%2069.2193L412.762%2069.1332C413.156%2068.958%20413.562%2069.1025%20413.734%2069.4161C413.906%2069.7297%20413.761%2070.1356%20413.448%2070.3078C413.214%2070.4769%20412.894%2070.4892%20412.734%2070.4953ZM428.487%2066.3669C427.765%2066.3147%20427.193%2066.0164%20426.689%2065.3953C425.511%2063.9195%20425.622%2060.5528%20425.917%2057.8194C423.599%2062.0716%20421.167%2065.4476%20418.529%2065.549C418.289%2065.5582%20417.643%2065.4229%20417.29%2064.5559C417.114%2064.1623%20417.013%2063.6058%20416.985%2062.8864C416.939%2061.6872%20417.6%2053.8961%20419.039%2053.8407C419.279%2053.8315%20419.685%2053.976%20419.783%2054.4526L419.799%2054.8523C419.811%2055.1721%20419.583%2055.5011%20419.344%2055.5103C418.704%2057.6164%20417.883%2063.3322%20418.556%2064.1869C421.588%2063.9102%20425.373%2056.1591%20426.778%2053.1429C426.929%2052.8969%20427.242%2052.7247%20427.568%2052.8723C427.891%2052.9399%20428.143%2053.2505%20427.999%2053.6563C427.448%2055.9992%20426.344%2062.6866%20427.777%2064.5529C427.949%2064.8665%20428.192%2064.9372%20428.515%2065.0049C432.122%2065.1064%20436.174%2060.147%20436.251%2060.064C436.482%2059.8149%20436.878%2059.7196%20437.21%2060.0271C437.459%2060.2577%20437.475%2060.6574%20437.244%2060.9064C437.093%2061.1524%20432.964%2066.1948%20428.807%2066.3546L428.487%2066.3669Z%22%20fill%3D%22%23F60F1A%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.speakers__list {
  margin-top: 74px;
  display: grid;
  gap: 58px;
  grid-template-columns: repeat(4, 1fr);
}

.speakers__list .item {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.speakers__list .item__image {
  width: 100%;
  aspect-ratio: 227/265;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.speakers__list .item__name {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.speakers__list .item__name span {
  display: block;
}

.speakers__list .item__name ._accent {
  color: var(--accent2);
}

.speakers__list .item__description {
  font-size: 14px;
  font-weight: 700;
}

.speakers__list .item__full-info {
  display: none;
}

.speakers__list .item__button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  line-height: 1;
  font-size: var(--s);
}

.speakers__list .item__button:before {
  content: '';
  display: block;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2217%22%20height%3D%2218%22%20viewBox%3D%220%200%2017%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.30054%2014.8384L0.585868%2015.5379L1.98479%2016.9672L2.69946%2016.2678L1.30054%2014.8384ZM16.6994%202.56574C17.0941%202.17944%2017.1009%201.54631%2016.7146%201.15161C16.3283%200.75691%2015.6951%200.750103%2015.3004%201.13641L16.6994%202.56574ZM2%2015.5531L2.69946%2016.2678L16.6994%202.56574L15.9999%201.85107L15.3004%201.13641L1.30054%2014.8384L2%2015.5531Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M16%202.14893V16.1488%22%20stroke%3D%22%233EC284%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3Cpath%20d%3D%22M16%201.85107L2.0001%201.85107%22%20stroke%3D%22%233EC284%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  aspect-ratio: 1/1;
  width: 16px;
}

.speakers .simple-gallery {
  padding-top: 74px;
}

.be-here {
  background: var(--white);
  padding: 57px 0;
}

.be-here__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.be-here__title span {
  color: var(--accent);
}

.be-here__indicators {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.be-here__indicators .item {
  flex: 1 1 33.33%;
  display: flex;
  align-items: center;
  gap: 14px;
}

.be-here__indicators .item__value {
  white-space: nowrap;
  font-size: 50px;
  font-weight: 500;
  color: var(--accent);
  line-height: 1;
  display: flex;
}

.be-here__indicators .item__value span.countup {
  display: inline-block;
  text-align: right;
  min-width: 40px;
}

.be-here__indicators .item:last-child .item__value span.countup {
  min-width: 120px;
}

.be-here__gallery {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  position: relative;
}

.be-here__gallery .image {
  position: relative;
  flex: 0 0 auto;
  background: center/cover no-repeat;
  aspect-ratio: 312/207;
  width: 312px;
  border-radius: 7px;
  margin: 0 -42px;
  z-index: 3;
}

.be-here__gallery .image:nth-child(1),
.be-here__gallery .image:nth-child(5) {
  transform: scale(0.68);
  z-index: 1;
}

.be-here__gallery .image:nth-child(2),
.be-here__gallery .image:nth-child(4) {
  transform: scale(0.8);
  z-index: 2;
}

.be-here__gallery:before {
  content: '';
  display: block;
  aspect-ratio: 311/86;
  width: 311px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22312%22%20height%3D%2287%22%20viewBox%3D%220%200%20312%2087%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M280.678%2065.26C280.739%2065.3305%20279.777%2065.2498%20277.968%2065.0425C277.897%2064.9715%20278.891%2065.0505%20280.678%2065.26ZM188.062%2056.3561C188.054%2056.3968%20188.066%2056.4401%20188.063%2056.4813C187.023%2056.3977%20185.942%2056.3089%20184.913%2056.2273C183.883%2056.1454%20182.66%2056.0641%20182.659%2056.0154C183.881%2056.112%20185.003%2056.2122%20185.818%2056.2366C186.638%2056.2613%20186.046%2056.1791%20188.062%2056.3561ZM189.85%2056.4076C190.453%2056.5089%20191.056%2056.6104%20191.659%2056.7121C193.159%2056.8143%20194.658%2056.9172%20196.16%2057.0213C195.661%2057.0848%20193.65%2056.9473%20190.765%2056.7016C190.463%2056.6038%20190.151%2056.5051%20189.85%2056.4076ZM199.812%2057.325C200.4%2057.3856%20200.984%2057.4459%20201.569%2057.5065C200.671%2057.4307%20199.766%2057.3545%20198.862%2057.2788C198.562%2057.2849%20198.266%2057.2914%20197.969%2057.2979C197.966%2057.2349%20197.963%2057.1717%20197.96%2057.1088C198.556%2057.1586%20199.165%2057.2095%20199.765%2057.26C199.78%2057.2815%20199.797%2057.3034%20199.812%2057.325ZM206.972%2057.9657C207.144%2058.0118%20206.377%2058.0169%20205.178%2057.9061C205.177%2057.8746%20205.17%2057.8426%20205.172%2057.8115C205.773%2057.8629%20206.365%2057.9135%20206.972%2057.9657ZM179.049%2055.6347C179.084%2055.6431%20179.061%2055.6465%20179.02%2055.6488C179.629%2055.7016%20180.24%2055.7552%20180.852%2055.8084C179.584%2055.7921%20176.902%2055.5603%20174.549%2055.3925C173.107%2055.2897%20172.799%2055.2674%20171.844%2055.1515C172.609%2055.206%20173.366%2055.2596%20174.128%2055.314C174.265%2055.3032%20174.406%2055.2928%20174.544%2055.2821C176.067%2055.3957%20176.725%2055.479%20177.698%2055.591C177.547%2055.5582%20177.392%2055.5252%20177.242%2055.4925C177.84%2055.5389%20178.436%2055.5878%20179.03%2055.6332C179.036%2055.6337%20179.043%2055.6342%20179.049%2055.6347ZM223.182%2059.4815C222.881%2059.4546%20222.577%2059.4273%20222.276%2059.4003C222.274%2059.3792%20222.271%2059.358%20222.273%2059.3372C222.574%2059.3641%20222.878%2059.3913%20223.179%2059.4184C223.182%2059.4395%20223.184%2059.4607%20223.182%2059.4815ZM113.25%2024.9008C115.315%2024.9521%20117.087%2024.9885%20118.657%2025.0674C119.859%2025.0011%20121.476%2025.0775%20122.866%2025.0916C126.662%2025.13%20130.585%2025.1828%20133.715%2025.2518C136.807%2025.3203%20136.38%2025.323%20139.513%2025.3629C141.79%2025.392%20145.067%2025.4684%20147.536%2025.5129C147.434%2025.5321%20147.25%2025.5505%20147.118%2025.5693C148.425%2025.5788%20149.854%2025.5947%20151.179%2025.6078C151.512%2025.611%20151.815%2025.6344%20152.04%2025.6359C153.975%2025.6491%20155.469%2025.6256%20157.5%2025.6637C158.836%2025.7267%20158.53%2025.7837%20160.691%2025.8068C160.388%2025.7708%20160.067%2025.7343%20159.769%2025.6984C161.17%2025.7222%20162.469%2025.7737%20163.83%2025.795C164.589%2025.8069%20165.254%2025.7919%20165.685%2025.797C167.175%2025.8149%20168.43%2025.8399%20169.473%2025.8703C171.114%2025.917%20172.319%2025.9757%20173.813%2026.0537C174.705%2026.0384%20175.588%2026.0227%20176.505%2026.0083C177.554%2026.0478%20178.622%2026.088%20179.679%2026.1284C179.083%2026.0861%20178.445%2026.0426%20177.847%2026.001C179.157%2026.0092%20179.861%2026.0575%20180.998%2026.0827C181.787%2026.1003%20181.966%2026.0771%20182.819%2026.0939C185.612%2026.1489%20188.559%2026.2129%20191.409%2026.2803C191.42%2026.3117%20191.423%2026.3431%20191.426%2026.3745C192.474%2026.3787%20193.524%2026.3839%20194.586%2026.3912C194.439%2026.4185%20194.287%2026.4459%20194.132%2026.473C195.21%2026.47%20196.231%2026.4669%20197.3%2026.4676C197.891%2026.5478%20198.549%2026.6312%20199.115%2026.7128C200.257%2026.7353%20199.276%2026.6112%20200.529%2026.6219C201.568%2026.6321%20201.699%2026.6737%20202.793%2026.7222C203.894%2026.7762%20203.914%2026.7187%20205.598%2026.8268C206.199%2026.8665%20207.082%2026.9444%20207.994%2027.0389C209.618%2027.2016%20211.498%2027.367%20212.646%2027.4751C214.522%2027.6515%20215.645%2027.784%20217.26%2027.946C217.54%2027.9755%20217.813%2027.9967%20218.205%2028.056C218.331%2028.0806%20218.407%2028.077%20218.7%2028.1787C218.753%2028.1992%20218.815%2028.2249%20218.894%2028.2682C218.933%2028.2901%20218.978%2028.3166%20219.028%2028.352C219.092%2028.4021%20219.087%2028.382%20219.247%2028.5446C219.372%2028.6801%20219.532%2028.9168%20219.581%2029.2449C219.636%2029.5688%20219.527%2029.9262%20219.415%2030.1053C219.277%2030.3356%20219.14%2030.4426%20219.041%2030.5177C218.939%2030.5911%20218.862%2030.6301%20218.797%2030.6613C218.761%2030.6783%20218.733%2030.69%20218.704%2030.7015C218.648%2030.7239%20218.599%2030.7405%20218.552%2030.7551C218.257%2030.8416%20218.118%2030.8592%20217.92%2030.8952C217.597%2030.9497%20217.276%2030.9923%20216.973%2031.0306C216.343%2031.1089%20215.813%2031.1653%20215.203%2031.2279C214.032%2031.3469%20212.863%2031.4535%20211.454%2031.5758C210.744%2031.6383%20208.595%2031.7664%20207.952%2031.7908C207.132%2031.9329%20204.382%2032.1243%20203.24%2032.239C202.043%2032.3585%20203.176%2032.3186%20201.66%2032.4539C201.45%2032.4511%20201.041%2032.4613%20200.811%2032.4594C200.116%2032.5221%20200.677%2032.4976%20199.59%2032.5823C198.461%2032.6708%20194.881%2032.9287%20193.789%2032.998C191.944%2033.1164%20192.318%2033.0408%20190.377%2033.1972C190.408%2033.2155%20190.371%2033.2389%20190.373%2033.2594C189.175%2033.35%20188.04%2033.4356%20186.808%2033.528C186.653%2033.5396%20186.498%2033.5513%20186.342%2033.563C186.34%2033.5422%20186.334%2033.5218%20186.329%2033.5013C181.954%2033.9593%20177.537%2034.3274%20172.812%2034.536C171.544%2034.6449%20170.519%2034.7561%20169.078%2034.8656C165.475%2035.1396%20161.018%2035.4086%20157.61%2035.6413C154.961%2035.8222%20153.327%2035.9415%20151.144%2036.1392C150.419%2036.1402%20149.634%2036.145%20148.885%2036.1476C148.896%2036.1883%20148.898%2036.2309%20148.913%2036.2704C147.56%2036.3866%20146.929%2036.3917%20145.748%2036.4746C144.563%2036.5576%20145.285%2036.5552%20143.594%2036.6851C142.962%2036.7337%20140.064%2036.9387%20138.482%2037.0556C135.654%2037.2644%20132.564%2037.4979%20129.34%2037.738C126.613%2037.941%20123.764%2038.09%20123.703%2037.9759C123.693%2037.9594%20124.863%2037.8975%20124.164%2037.9003C123.073%2037.9047%20120.621%2037.9949%20126.309%2037.5854C126.245%2037.5551%20126.267%2037.5257%20126.285%2037.4912C128.733%2037.3821%20131.381%2037.0988%20128.317%2037.2875C127.157%2037.3591%20122.954%2037.7483%20122.312%2037.8374C120.706%2038.0617%20123.475%2037.9386%20122.503%2038.1282C122.355%2038.1572%20117.77%2038.5651%20116.941%2038.6286C115.764%2038.7188%20115.696%2038.6971%20114.999%2038.7425C113.735%2038.8249%20113.638%2038.8717%20112.325%2038.9623C110.816%2039.0664%20109.182%2039.1369%20107.444%2039.2794C108.013%2039.1965%20108.623%2039.1116%20109.208%2039.0278C106.215%2039.2405%20106.285%2039.3445%20104.281%2039.5364C103.646%2039.5614%20103.003%2039.5868%20102.368%2039.6117C101.649%2039.6684%20100.928%2039.7253%20100.212%2039.7817C97.7958%2039.8773%2094.5981%2039.946%20101.072%2039.5779C101.191%2039.5074%20100.82%2039.4909%20101.207%2039.3967C101.472%2039.3328%20102.403%2039.2399%20100.552%2039.333C100.431%2039.3821%20100.262%2039.4366%20100.125%2039.4878C97.3825%2039.6939%2096.873%2039.8331%2096.0896%2039.9648C95.7663%2040.0189%2097.2623%2039.9511%2096.5%2040.0271C95.3161%2040.1451%2093.5571%2040.1875%2093.8828%2040.1224C93.5546%2040.1451%2093.2799%2040.1651%2092.9729%2040.1869C92.9662%2040.2082%2092.9757%2040.2278%2092.9608%2040.2501C91.1413%2040.3633%2089.6771%2040.5129%2088.0823%2040.6305C86.7559%2040.7282%2086.6099%2040.7043%2085.3012%2040.796C82.9001%2040.9642%2082.4808%2041.0458%2079.4611%2041.2721C78.1705%2041.3688%2073.0236%2041.6818%2070.8742%2041.8337C70.3216%2041.8728%2070.0723%2041.9207%2069.1175%2041.9789C66.9682%2042.1098%2064.6222%2042.2048%2065.0061%2042.0872C64.5278%2042.1419%2064.0966%2042.1936%2063.6438%2042.2467C64.7877%2042.205%2066.0083%2042.1427%2065.9378%2042.2088C63.6528%2042.3277%2061.6828%2042.5251%2059.2078%2042.6852C58.6354%2042.7222%2057.6173%2042.7262%2056.9174%2042.7898C56.8903%2042.8219%2056.98%2042.8484%2056.8903%2042.8848C56.1855%2042.9532%2054.1708%2043.0569%2053.9125%2043.075C52.0883%2043.2036%2050.5508%2043.2848%2049.3677%2043.3653C48.1337%2043.4494%2047.3531%2043.5657%2046.644%2043.6129C46.427%2043.6273%2046.2219%2043.6402%2046.027%2043.6519C44.2484%2043.7597%2043.3122%2043.7687%2042.0029%2043.8248C41.8745%2043.8543%2041.6965%2043.8881%2041.5487%2043.9194C40.6418%2043.9845%2039.8339%2044.0426%2038.895%2044.1101C38.8936%2044.0894%2038.8584%2044.0707%2038.8653%2044.0498C36.7978%2044.2496%2035.6476%2044.3507%2032.9039%2044.5412C31.3848%2044.6467%2030.6501%2044.668%2029.4276%2044.8231C28.8287%2044.8472%2028.1958%2044.8749%2027.6019%2044.8993C23.2358%2045.2819%2019.7872%2045.426%2015.464%2045.7414C15.4454%2045.7224%2015.4252%2045.7034%2015.4109%2045.6841C14.8094%2045.7369%2014.1982%2045.7916%2013.6263%2045.8442C14.2059%2045.8325%2014.841%2045.8184%2015.4348%2045.8073C14.0274%2045.9313%2012.6817%2046.0036%2011.4863%2046.1095C11.0025%2046.1528%2010.5949%2046.1937%2010.2063%2046.2411C10.001%2046.2663%209.82044%2046.2911%209.67331%2046.3174C9.61579%2046.3244%209.48593%2046.3653%209.62979%2046.3197C9.65746%2046.309%209.68817%2046.2976%209.75067%2046.2647C9.84754%2046.1956%2010.1002%2046.1232%2010.3205%2045.5996C10.4879%2045.2023%2010.3361%2044.6474%2010.1623%2044.4429C9.96747%2044.1948%209.93493%2044.2073%209.87063%2044.1527C9.75905%2044.0757%209.69629%2044.052%209.66708%2044.0387C9.56953%2043.9999%209.60507%2044.0162%209.63095%2044.021C10.1764%2044.1436%2011.0376%2044.2061%2011.933%2044.2768C11.9481%2044.2976%2011.979%2044.3205%2011.9987%2044.3421C13.3044%2044.4652%2014.6195%2044.562%2015.9525%2044.655C17.1595%2044.6774%2018.3627%2044.6932%2019.5652%2044.706C20.1919%2044.7545%2020.8396%2044.8029%2021.4667%2044.8498C22.0589%2044.8648%2022.5857%2044.8766%2023.18%2044.8907C23.0296%2044.9262%2022.8798%2044.962%2022.7326%2044.9976C24.3789%2044.9921%2026.0214%2044.9825%2027.6753%2044.971C28.2667%2045.0451%2028.9066%2045.1207%2029.4921%2045.1939C30.2437%2045.1793%2030.9966%2045.1641%2031.7476%2045.1486C31.9565%2045.1578%2032.1674%2045.1671%2032.3804%2045.1763C33.3365%2045.2185%2034.3529%2045.2621%2035.3216%2045.3038C35.3416%2045.3249%2035.3633%2045.346%2035.3833%2045.3671C36.1435%2045.3823%2036.8647%2045.3959%2037.6168%2045.4105C37.6161%2045.4313%2037.6321%2045.453%2037.6147%2045.4731C39.0435%2045.4856%2040.0985%2045.4856%2042.1282%2045.5646C43.2381%2045.6077%2047.3448%2045.7726%2048.1498%2045.7905C50.808%2045.8495%2050.637%2045.7923%2053.425%2045.9122C53.404%2045.931%2053.4734%2045.9535%2053.4891%2045.9739C55.4511%2046.0743%2057.3868%2046.175%2059.3182%2046.2771C59.29%2046.2552%2059.2656%2046.2333%2059.2374%2046.2115C58.808%2046.1855%2058.3802%2046.1599%2057.9563%2046.1342C59.6284%2046.1735%2061.3405%2046.2164%2063.0125%2046.2572C66.0832%2046.4248%2068.6197%2046.4737%2071.9866%2046.6402C73.435%2046.7119%2074.7719%2046.8404%2076.8893%2046.8945C76.9517%2046.8785%2076.9147%2046.855%2076.9525%2046.8363C79.1101%2046.9155%2082.2992%2047.1063%2084.1574%2047.2227C85.5202%2047.3077%2085.2327%2047.3234%2086.8531%2047.3584C87.2997%2047.4102%2087.781%2047.463%2088.2435%2047.5155C88.3904%2047.4806%2088.5415%2047.4457%2088.6887%2047.4108C90.8695%2047.5543%2092.0642%2047.6016%2093.6522%2047.6109C94.095%2047.6475%2094.5404%2047.6843%2094.9902%2047.7215C93.6917%2047.7037%2094.2078%2047.756%2095.4734%2047.8544C96.243%2047.8861%2095.9773%2047.8349%2096.3701%2047.8346C97.9263%2047.8345%2098.8342%2047.91%20100.823%2048.0146C104.082%2048.1865%20106.685%2048.3066%20109.896%2048.5005C110.504%2048.5373%20111.274%2048.6128%20112.15%2048.6499C112.186%2048.6839%20112.172%2048.7137%20112.186%2048.746C114.424%2048.8364%20115.902%2048.8522%20118.484%2049.0052C118.499%2049.0265%20118.523%2049.0486%20118.538%2049.07C119.723%2049.138%20120.9%2049.2065%20122.09%2049.2766C122.095%2049.2562%20122.105%2049.236%20122.11%2049.2156C122.87%2049.2808%20123.617%2049.3456%20124.37%2049.411C125.72%2049.4713%20127.085%2049.5341%20128.429%2049.5961C128.706%2049.7046%20126.706%2049.5336%20125.26%2049.4981C124.665%2049.4836%20124.431%2049.5152%20123.924%2049.5108C125.427%2049.6012%20126.944%2049.6923%20128.434%2049.7843C128.758%2049.7524%20128.989%2049.7139%20129.372%2049.6864C129.75%2049.7051%20130.346%2049.7447%20131%2049.7909C132.22%2049.877%20133.642%2049.9871%20134.165%2050.0205C140.457%2050.4223%20145.482%2050.7315%20151.648%2051.1969C152.489%2051.2606%20152.972%2051.2581%20154.291%2051.3553C155.987%2051.48%20158.898%2051.744%20160.504%2051.8996C161.44%2051.9489%20162.283%2051.9904%20163.182%2052.0373C164.419%2052.1593%20165.652%2052.2825%20166.893%2052.4057C168.647%2052.5337%20170.454%2052.6389%20172.207%2052.7809C174.35%2052.9551%20175.113%2053.057%20177.145%2053.1635C177.296%2053.1968%20177.448%2053.2293%20177.603%2053.2625C180.67%2053.4411%20183.701%2053.7199%20186.63%2054.0124C186.772%2053.9928%20186.944%2053.9744%20187.066%2053.9537C189.321%2054.1149%20189.964%2054.2353%20192.129%2054.4213C193.204%2054.5138%20194.002%2054.5283%20195.698%2054.6971C196.766%2054.8034%20197.443%2054.9116%20199.169%2055.0127C200.657%2055.1819%20200.159%2055.1973%20202.501%2055.3904C202.308%2055.1844%20206.427%2055.6719%20206.986%2055.7243C210.319%2056.0336%20211.431%2056.0988%20214.118%2056.3559C214.104%2056.3329%20214.087%2056.3115%20214.187%2056.3004C216.018%2056.4334%20219.314%2056.7793%20220.696%2056.9052C224.286%2057.2317%20227.683%2057.5386%20230.617%2057.7989C234.127%2058.1108%20235.145%2058.2506%20238.067%2058.5468C240.533%2058.7973%20242.61%2058.9657%20245.17%2059.2267C245.72%2059.2827%20246.571%2059.3973%20247.377%2059.4662C247.425%2059.4922%20247.415%2059.5109%20247.447%2059.5347C250.644%2059.7701%20253.166%2060.0338%20256.631%2060.4029C256.676%2060.4077%20256.722%2060.4126%20256.768%2060.4175C258.819%2060.6363%20260.4%2060.7949%20262.469%2061.0185C263.292%2061.1074%20263.856%2061.1274%20264.933%2061.2471C265.791%2061.3424%20266.921%2061.4954%20268.091%2061.6051C268.139%2061.6315%20268.149%2061.6523%20268.151%2061.6737C270.505%2061.8689%20271.425%2062.0061%20273.981%2062.2998C275.853%2062.5162%20276.187%2062.5313%20278.755%2062.8253C281.735%2063.1639%20287.487%2063.8723%20290.905%2064.3469C292.755%2064.5999%20294.87%2064.9555%20296.303%2065.1655C297.738%2065.3766%20297.301%2065.2683%20298.703%2065.491C297.947%2065.4624%20299.593%2065.7308%20300.293%2065.9056C302.097%2066.3563%20302.133%2066.5717%20302.27%2066.7702C302.302%2066.82%20301.098%2066.6399%20301.337%2066.7102C302.214%2066.8431%20303.111%2066.9843%20304.005%2067.1263C303.685%2067.1229%20304.743%2067.3427%20304.909%2067.4079C305.121%2067.491%20304.244%2067.3677%20304.107%2067.3823C304.099%2067.3811%20304.091%2067.3799%20304.083%2067.3787C303.879%2067.3987%20304.5%2067.5169%20304.055%2067.5024C303.955%2067.4989%20304.141%2067.5591%20303.898%2067.5338C302.32%2067.3687%20299.739%2066.9427%20299.498%2066.8106C298.757%2066.6995%20298.022%2066.5911%20297.282%2066.4839C297.279%2066.5045%20297.28%2066.5259%20297.281%2066.5471C295.936%2066.3314%20294.603%2066.1234%20293.262%2065.9199C293.847%2066.0257%20294.461%2066.1369%20295.043%2066.2445C294.604%2066.2095%20294.137%2066.1706%20293.698%2066.1375C292.253%2065.9108%20290.858%2065.7384%20289.294%2065.5169C287.729%2065.2964%20287.721%2065.2486%20285.716%2065.04C284.788%2064.9102%20283.799%2064.726%20283.007%2064.6225C280.482%2064.2954%20282.642%2064.692%20282.508%2064.7174C283.987%2064.8827%20285.511%2065.0562%20286.985%2065.2297C286.99%2065.2616%20286.996%2065.2939%20287.004%2065.3264C288.296%2065.4913%20290.628%2065.8514%20291.476%2065.9145C291.474%2065.8992%20291.467%2065.8832%20291.465%2065.868C291.768%2065.9082%20292.067%2065.948%20292.361%2065.9876C292.638%2066.0515%20292.939%2066.1189%20293.223%2066.1843C294.116%2066.3105%20295.03%2066.4423%20295.933%2066.5753C295.936%2066.6176%20295.938%2066.66%20295.94%2066.7023C297.571%2066.937%20298.901%2067.1871%20300.397%2067.3729C299.213%2067.1614%20298.034%2066.955%20296.854%2066.7532C296.676%2066.6267%20297.908%2066.7333%20299.96%2066.9745C301.197%2067.2083%20302.453%2067.4234%20302.09%2067.4435C301.954%2067.4495%20300.491%2067.2914%20300.577%2067.3352C300.743%2067.4176%20302.53%2067.7182%20302.164%2067.7239C300.413%2067.4623%20298.624%2067.2048%20296.855%2066.9609C296.095%2066.8827%20295.326%2066.8051%20294.599%2066.7351C294.001%2066.6086%20295.888%2066.8478%20296.34%2066.8859C296.9%2066.9325%20295.68%2066.7335%20295.936%2066.7336C294.069%2066.4623%20293.076%2066.3497%20291.915%2066.2435C290.636%2066.0435%20290.832%2066.0392%20290.544%2065.9547C290.337%2065.8941%20288.829%2065.7141%20288.344%2065.6212C287.811%2065.595%20289.124%2065.7812%20288.641%2065.7704C288.364%2065.7633%20286.592%2065.573%20286.992%2065.6716C284.128%2065.3205%20282.569%2065.0489%20279.812%2064.7179C280.725%2064.8494%20281.591%2064.9768%20282.509%2065.1117C280.863%2064.9011%20279.222%2064.6963%20277.573%2064.4945C275.727%2064.3568%20276.888%2064.554%20273.537%2064.171C274.104%2064.2747%20274.762%2064.39%20275.325%2064.4933C273.034%2064.264%20271.361%2064.0174%20269.459%2063.7996C266.214%2063.4291%20265.222%2063.3518%20263.706%2063.0814C264.581%2063.1146%20265.48%2063.1497%20266.355%2063.1836C265.456%2063.0962%20264.525%2063.0063%20263.637%2062.9215C263.418%2062.9882%20261.426%2062.7136%20260.507%2062.5824C260.81%2062.5818%20261.107%2062.5804%20261.407%2062.5795C258.925%2062.4025%20257.941%2062.3641%20258.246%2062.5109C257.67%2062.4538%20257.082%2062.3956%20256.491%2062.3373C256.48%2062.3673%20256.467%2062.3972%20256.451%2062.4267C256.444%2062.426%20256.436%2062.4253%20256.429%2062.4246C255.268%2062.3091%20254.044%2062.1881%20252.868%2062.0728C253.144%2062.0841%20253.402%2062.0936%20253.688%2062.1061C253.254%2062.0477%20252.844%2061.9917%20252.419%2061.9342C251.825%2061.8956%20251.226%2061.8568%20250.624%2061.8179C249.87%2061.7355%20249.132%2061.6546%20248.375%2061.5725C249.039%2061.7118%20248.362%2061.7146%20248.379%2061.7927C246.691%2061.6326%20245.064%2061.469%20243.407%2061.3156C242.298%2061.213%20241.933%2061.2113%20240.658%2061.0882C239.149%2060.9423%20237.531%2060.7443%20235.785%2060.6006C235.91%2060.5695%20237.085%2060.6746%20238.202%2060.7662C239.308%2060.8567%20239.626%2060.8878%20239.387%2060.8116C240.996%2060.9774%20242.259%2061.0969%20243.849%2061.2333C243.749%2061.2827%20243.966%2061.3127%20245.69%2061.4713C245.207%2061.3809%20246.286%2061.4577%20246.318%2061.4222C246.351%2061.3868%20245.308%2061.2763%20245.759%2061.275C245.96%2061.2749%20247.776%2061.4136%20247.454%2061.358C246.412%2061.2677%20245.356%2061.1769%20244.289%2061.0854C244.141%2061.1029%20243.994%2061.1203%20243.852%2061.1384C240.671%2060.8195%20239.146%2060.767%20236.226%2060.5158C235.927%2060.4669%20235.628%2060.4183%20235.327%2060.3693C235.178%2060.4078%20235.028%2060.4463%20234.879%2060.4848C232.084%2060.227%20229.061%2059.9778%20228.575%2059.8117C229.76%2059.93%20230.984%2060.0526%20232.177%2060.1727C232.476%2060.1584%20232.773%2060.1439%20233.071%2060.1296C236.084%2060.3967%20239.059%2060.6638%20242.068%2060.938C241.766%2060.8467%20241.461%2060.7551%20241.156%2060.6636C242.671%2060.796%20244.145%2060.9256%20245.66%2061.0601C245.666%2061.0919%20245.671%2061.1237%20245.676%2061.1556C248.507%2061.4466%20251.379%2061.7454%20254.212%2062.0448C254.965%2062.0886%20255.708%2062.1316%20256.44%2062.1739C255.273%2062.0421%20254.031%2061.9038%20252.851%2061.7723C253.89%2061.8299%20255.069%2061.9405%20256.464%2062.0806C256.75%2062.1094%20257.046%2062.1395%20257.353%2062.1708C256.142%2061.9745%20257.813%2062.0819%20256.483%2061.8842C256.353%2061.8645%20256.192%2061.8418%20255.994%2061.8154C256.144%2061.8722%20256.293%2061.929%20256.442%2061.9857C255.568%2061.8991%20254.676%2061.8112%20253.771%2061.7225C253.74%2061.7392%20253.711%2061.7563%20253.684%2061.7734C251.546%2061.5613%20251.869%2061.6294%20251.959%2061.7006C250.647%2061.5785%20249.918%2061.5051%20250.138%2061.4761C250.258%2061.4581%20251.219%2061.5293%20250.587%2061.4408C249.356%2061.3788%20248.521%2061.2371%20247.128%2061.1096C246.142%2061.0194%20246.046%2061.0542%20245.131%2060.9748C243.47%2060.8305%20241.889%2060.6833%20240.244%2060.5461C240.372%2060.5135%20239.828%2060.4262%20241.256%2060.5309C242.082%2060.5914%20243.087%2060.7261%20243.83%2060.7439C243.129%2060.6625%20242.349%2060.5734%20241.606%2060.4883C240.539%2060.4077%20239.513%2060.3314%20238.457%2060.2529C238.759%2060.3124%20239.062%2060.3724%20239.362%2060.4318C238.167%2060.3302%20236.944%2060.2265%20235.762%2060.1272C235.751%2060.0631%20236.161%2060.0418%20234.861%2059.8706C235.46%2059.9157%20236.06%2059.961%20236.652%2060.0056C234.263%2059.7675%20231.858%2059.5303%20229.45%2059.2951C231.265%2059.4973%20233.033%2059.6962%20234.858%2059.902C234.559%2059.9004%20234.26%2059.8989%20233.959%2059.8973C231.507%2059.6804%20232.974%2059.7506%20231.259%2059.5861C231.249%2059.6061%20231.239%2059.6262%20231.229%2059.6462C230.025%2059.5359%20228.854%2059.4289%20227.659%2059.3205C228.118%2059.383%20228.575%2059.4457%20229.031%2059.5081C232.052%2059.736%20233.187%2059.8708%20235.35%2060.1504C236.676%2060.2635%20238.026%2060.3792%20239.359%2060.4943C239.669%2060.5756%20239.942%2060.6538%20240.27%2060.7369C239.322%2060.6567%20238.86%2060.5539%20237.808%2060.4449C237.308%2060.3933%20235.635%2060.249%20234.881%2060.1705C235.001%2060.1618%20235.053%2060.129%20234.427%2060.067C233.608%2059.986%20232.306%2059.845%20231.81%2059.8013C230.334%2059.6714%20230.004%2059.6739%20228.559%2059.5275C228.259%2059.4008%20225.587%2059.1534%20223.606%2058.9234C223.351%2058.9279%20223.819%2059.0238%20224.549%2059.1008C225.58%2059.2094%20225.774%2059.198%20226.866%2059.3299C227.957%2059.4618%20228.799%2059.6277%20230.344%2059.7999C228.285%2059.6392%20226.148%2059.4705%20224.075%2059.3107C223.71%2059.1841%20221.719%2058.972%20219.223%2058.7814C217.395%2058.5786%20213.406%2058.2331%20212.463%2058.0785C212.321%2058.055%20213.158%2058.1283%20213.016%2058.0927C212.965%2058.0797%20212.431%2057.9524%20211.45%2057.8826C210.532%2057.8582%20209.66%2057.8423%20208.753%2057.8207C209.499%2057.9134%20210.196%2057.9063%20210.552%2057.9782C210.747%2058.0175%20210.097%2057.988%20210.639%2058.064C209.547%2057.9658%20208.813%2057.9054%20207.853%2057.8218C208.613%2057.9187%20209.357%2058.0141%20210.107%2058.1105C210.255%2058.1232%20210.411%2058.1368%20210.554%2058.1491C210.61%2058.1237%20210.445%2058.0748%20210.645%2058.0645C210.857%2058.0939%20213.156%2058.3254%20213.093%2058.3548C213.071%2058.3649%20212.42%2058.3087%20212.633%2058.348C212.993%2058.4141%20215.141%2058.6483%20212.756%2058.4648C211.874%2058.3969%20210.717%2058.2603%20210.573%2058.2139C211.153%2058.2533%20211.772%2058.2969%20212.365%2058.3378C207.986%2057.9617%20205.774%2057.6833%20202.901%2057.3363C201.974%2057.2832%20201.618%2057.2862%20201.109%2057.2791C200.415%2057.2694%20200.752%2057.3213%20198.861%2057.1523C198.872%2057.1196%20198.403%2057.0085%20199.336%2057.0695C200.634%2057.1545%20201.803%2057.2002%20202.808%2057.2743C203.816%2057.3487%20203.599%2057.3767%20204.624%2057.4489C205.452%2057.5074%20205.856%2057.517%20206.951%2057.6184C206.683%2057.5798%20206.41%2057.5409%20206.145%2057.5027C206.566%2057.5231%20206.997%2057.5442%20207.427%2057.5655C208.463%2057.6492%20209.526%2057.7359%20210.536%2057.8179C209.665%2057.7133%20207.578%2057.5389%20206.632%2057.4686C205.702%2057.3996%20205.143%2057.4105%20204.259%2057.3259C203.675%2057.2346%20205.001%2057.3139%20204.938%2057.2756C204.849%2057.221%20203.18%2057.081%20203.493%2057.0521C202.867%2057.0325%20202.302%2057.0172%20201.706%2056.9999C201.949%2057.057%20202.196%2057.1145%20202.438%2057.1716C201.54%2057.0747%20200.643%2056.978%20199.738%2056.8812C200.341%2056.9632%20200.943%2057.0452%20201.543%2057.1273C199.391%2056.9364%20197.343%2056.8029%20195.276%2056.6027C194.973%2056.6043%20194.673%2056.6063%20194.373%2056.6082C192.866%2056.5091%20191.353%2056.4102%20189.839%2056.3122C190.726%2056.3476%20191.616%2056.3834%20192.502%2056.4194C192.751%2056.359%20192.575%2056.362%20190.726%2056.1943C190.674%2056.1893%20190.691%2056.1657%20190.281%2056.1323C189.868%2056.0988%20189.895%2056.1255%20189.838%2056.1218C189.226%2056.0814%20188.638%2056.0229%20188.029%2055.9769C188.61%2056.0602%20189.194%2056.1448%20189.774%2056.2286C188.806%2056.1963%20189.153%2056.2617%20187.203%2056.1006C187.164%2056.1167%20187.125%2056.1328%20187.082%2056.1486C185.896%2056.0744%20184.72%2056.0015%20183.537%2055.9286C182.785%2055.8161%20182.028%2055.7034%20181.276%2055.5915C180.529%2055.5792%20179.779%2055.5669%20179.031%2055.555C179.633%2055.6286%20180.237%2055.7025%20180.835%2055.776C180.24%2055.7294%20179.645%2055.6803%20179.049%2055.6347C179.043%2055.6342%20179.036%2055.6337%20179.03%2055.6332C178.635%2055.5552%20178.311%2055.4959%20179.026%2055.5074C178.427%2055.4915%20177.827%2055.4758%20177.228%2055.4604C175.954%2055.3637%20175.254%2055.3148%20175.46%2055.2781C174.547%2055.2007%20173.632%2055.1238%20172.719%2055.0471C173.617%2055.1057%20174.518%2055.1649%20175.411%2055.2239C175.694%2055.1463%20177.061%2055.1938%20174.561%2054.9231C175.144%2054.9317%20175.728%2054.9407%20176.306%2054.9492C177.055%2055.0391%20177.809%2055.1296%20178.56%2055.2201C179.159%2055.2359%20179.759%2055.2519%20180.357%2055.268C181.623%2055.4111%20181.444%2055.4567%20183.507%2055.6132C183.36%2055.643%20183.217%2055.6734%20183.07%2055.7032C183.819%2055.7631%20184.571%2055.8235%20185.318%2055.8835C185.022%2055.8134%20184.725%2055.743%20184.429%2055.6729C185.618%2055.7259%20186.82%2055.7802%20188.013%2055.8345C186.516%2055.7389%20185.003%2055.6439%20183.52%2055.5505C183.589%2055.5201%20183.673%2055.4466%20182.075%2055.3154C181.465%2055.2654%20180.794%2055.2445%20179.929%2055.139C179.89%2055.169%20179.925%2055.2018%20179.911%2055.2325C179.018%2055.1617%20178.123%2055.0912%20177.229%2055.0211C177.222%2055.0058%20177.219%2054.9908%20177.216%2054.9757C176.612%2054.9327%20176.007%2054.8899%20175.402%2054.8473C175.849%2054.8403%20176.297%2054.8334%20176.748%2054.8269C177.349%2054.9053%20177.953%2054.984%20178.556%2055.0627C178.702%2055.0429%20178.854%2055.0234%20179.005%2055.0039C179.914%2055.086%20180.797%2055.1665%20181.717%2055.25C181.267%2055.1696%20182.257%2055.2231%20182.372%2055.193C182.448%2055.1731%20181.681%2055.1036%20181.669%2055.0736C181.656%2055.0289%20181.722%2054.9825%20181.689%2054.9344C180.186%2054.8041%20178.686%2054.6754%20177.183%2054.5472C177.032%2054.4795%20177.253%2054.4622%20178.562%2054.5299C179.43%2054.6084%20180.293%2054.6867%20181.159%2054.7657C181.932%2054.8063%20182.711%2054.8478%20183.49%2054.8896C183.786%2054.9758%20184.11%2055.0647%20184.393%2055.15C186.626%2055.3054%20186.105%2055.1905%20187.246%2055.2243C187.453%2055.2307%20189.193%2055.3828%20189.316%2055.3597C189.835%2055.4233%20190.228%2055.4759%20190.705%2055.5359C189.799%2055.4825%20188.908%2055.4311%20188.008%2055.379C189.061%2055.4748%20190.108%2055.5703%20191.165%2055.6671C191.62%2055.6735%20192.075%2055.6797%20192.529%2055.6862C194.917%2055.872%20197.319%2056.0611%20199.716%2056.2519C199.115%2056.2118%20198.511%2056.1716%20197.914%2056.1322C198.214%2056.1992%20198.519%2056.2664%20198.821%2056.3337C199.558%2056.3746%20200.351%2056.4199%20201.051%2056.4586C202.46%2056.5963%20201.678%2056.5717%20202.597%2056.6798C203.527%2056.7889%20205.875%2056.9869%20206.903%2057.1131C207.858%2057.1942%20208.722%2057.2692%20209.637%2057.3479C209.036%2057.2748%20208.438%2057.2021%20207.838%2057.1294C208.138%2057.1136%20208.429%2057.0971%20208.737%2057.0819C207.92%2057.0078%20207.04%2056.9794%20206.338%2056.9354C205.637%2056.8913%20204.036%2056.7954%20203.337%2056.6985C206.292%2056.8285%20208.978%2057.0393%20212.791%2057.4645C212.79%2057.433%20212.787%2057.4014%20212.786%2057.3699C213.544%2057.483%20214.291%2057.5954%20215.054%2057.7093C213.55%2057.6195%20212.059%2057.531%20210.541%2057.4422C211.656%2057.5612%20210.99%2057.581%20212.836%2057.7165C213.78%2057.7859%20215.338%2057.8209%20216.296%2057.9036C218.301%2058.0765%20219.543%2058.2098%20221.363%2058.3768C219.973%2058.2014%20218.604%2058.0269%20217.236%2057.8541C217.406%2057.8485%20217.571%2057.8427%20217.741%2057.8372C212.625%2057.3437%20216.526%2057.5563%20218.626%2057.7574C219.376%2057.8759%20220.155%2057.9977%20220.877%2058.1138C222.629%2058.2277%20221.907%2058.1483%20221.441%2058.0544C220.682%2057.902%20223.821%2058.2464%20224.913%2058.3502C224.943%2058.3844%20224.934%2058.4148%20224.943%2058.447C226.128%2058.5432%20227.348%2058.6431%20228.545%2058.7415C227.944%2058.6659%20227.343%2058.5905%20226.736%2058.5146C230.374%2058.8518%20232.9%2059.0192%20233.032%2058.9012C232.286%2058.8743%20231.542%2058.8479%20230.786%2058.8205C230.336%2058.7272%20229.878%2058.6332%20229.437%2058.5409C230.024%2058.5734%20230.634%2058.608%20231.232%2058.6416C230.323%2058.575%20229.424%2058.5094%20228.53%2058.4449C227.974%2058.4245%20227.41%2058.4039%20226.849%2058.3833C227.111%2058.4333%20227.372%2058.4833%20227.633%2058.5333C226.736%2058.4622%20225.844%2058.392%20224.957%2058.3225C224.943%2058.3006%20224.928%2058.2786%20224.913%2058.2566C222.813%2058.0777%20220.736%2057.9027%20218.629%2057.7264C218.632%2057.6953%20218.625%2057.6633%20218.624%2057.6316C219.224%2057.6953%20219.823%2057.759%20220.422%2057.8229C220.878%2057.8318%20221.328%2057.8406%20221.78%2057.8496C221.938%2057.8843%20222.095%2057.9193%20222.257%2057.9544C223.454%2058.0617%20224.655%2058.1696%20225.837%2058.2765C224.832%2058.0434%20222.279%2057.8278%20219.079%2057.6061C218.472%2057.5331%20217.885%2057.462%20217.282%2057.3896C216.237%2057.3177%20215.17%2057.2441%20214.127%2057.1731C214.284%2057.166%20214.441%2057.1588%20214.598%2057.1516C213.545%2057.049%20212.486%2056.9462%20211.421%2056.8434C211.719%2056.9109%20212.021%2056.9789%20212.322%2057.0467C211.746%2056.9976%20211.165%2056.9482%20210.588%2056.8991C210.558%2056.9161%20210.527%2056.9332%20210.492%2056.9498C208.539%2056.775%20207.584%2056.7288%20206.027%2056.6297C206.322%2056.6132%20206.617%2056.5965%20206.921%2056.5807C208.651%2056.7359%20209.276%2056.8234%20210.521%2056.8753C210.052%2056.8189%20209.584%2056.7628%20209.113%2056.7066C209.284%2056.69%20209.453%2056.673%20209.619%2056.6561C208.723%2056.5997%20207.818%2056.5426%20206.915%2056.4862C206.606%2056.4178%20206.311%2056.3508%20206.007%2056.2828C205.117%2056.207%20204.2%2056.1282%20203.316%2056.0541C203.268%2056.1009%20205.751%2056.2779%20205.065%2056.2787C204.379%2056.2794%20203.613%2056.1843%20202.46%2056.0759C202.421%2056.0924%20202.415%2056.113%20202.389%2056.1311C201.5%2056.0562%20200.607%2055.9814%20199.712%2055.9066C200.963%2056.0798%20202.271%2056.2129%20200.168%2056.102C199.089%2055.9753%20198.394%2055.8957%20197.884%2055.7984C197.762%2055.7753%20197.161%2055.6637%20197.223%2055.6534C197.416%2055.6224%20198.291%2055.6786%20197.898%2055.5976C197.597%2055.5936%20197.281%2055.5872%20196.971%2055.5825C195.802%2055.4817%20194.948%2055.4457%20193.873%2055.3591C193.068%2055.2943%20192.765%2055.2441%20192.041%2055.1838C191.318%2055.1238%20191.232%2055.1495%20190.302%2055.061C189.169%2054.953%20188.702%2054.8585%20187.099%2054.7414C187.684%2054.8345%20188.292%2054.9309%20188.888%2055.0257C188.591%2055.028%20188.292%2055.0301%20187.997%2055.0326C187.102%2054.9602%20186.195%2054.8871%20185.302%2054.8156C185.454%2054.8697%20185.607%2054.9238%20185.759%2054.9779C184.711%2054.8675%20183.656%2054.7563%20182.607%2054.6472C183.236%2054.6637%20183.935%2054.7%20184.206%2054.6784C184.59%2054.6478%20184.428%2054.5535%20183.494%2054.4209C184.087%2054.4672%20184.693%2054.5157%20185.289%2054.5629C185.291%2054.5321%20185.294%2054.5012%20185.296%2054.4704C184.097%2054.3635%20182.891%2054.2565%20181.688%2054.1504C181.992%2054.2374%20182.297%2054.3244%20182.601%2054.4114C180.872%2054.2364%20180.499%2054.2466%20178.997%2054.1571C178.99%2054.1357%20178.983%2054.1143%20178.977%2054.0929C178.231%2054.0445%20177.483%2053.9962%20176.739%2053.9485C176.877%2053.9383%20177.075%2053.9335%20177.171%2053.9197C175.917%2053.8354%20174.19%2053.6518%20173.254%2053.5854C171.383%2053.4527%20172.146%2053.5927%20171.753%2053.5869C171.361%2053.5811%20170.995%2053.5298%20170.542%2053.5028C167.351%2053.3142%20164.337%2053.147%20161.421%2053.0031C160.963%2052.9266%20160.53%2052.8549%20160.051%2052.7757C159.348%2052.7603%20158.131%2052.6367%20157.437%2052.6242C156.742%2052.6118%20157.078%2052.725%20155.098%2052.604C155.265%2052.5766%20155.398%2052.5423%20155.554%2052.5125C154.501%2052.4679%20153.452%2052.4244%20152.402%2052.3812C150.897%2052.2536%20149.388%2052.1269%20147.886%2052.0019C148.024%2052.032%20148.214%2052.0671%20148.32%2052.094C146.93%2052.0139%20146.028%2051.8889%20145.206%2051.822C143.401%2051.675%20142.114%2051.6475%20140.844%2051.5505C139.158%2051.422%20139.405%2051.3815%20137.493%2051.2697C137.528%2051.3027%20137.503%2051.333%20137.517%2051.3649C136.01%2051.2558%20134.509%2051.1485%20133.002%2051.0422C133.003%2051.0318%20133.004%2051.0214%20133.004%2051.011C132.405%2050.9727%20131.807%2050.9347%20131.211%2050.8971C131.206%2050.8447%20131.197%2050.7921%20131.188%2050.7395C131.105%2050.7401%20131.023%2050.7408%20130.94%2050.7414C130.723%2050.7429%20130.506%2050.7444%20130.29%2050.746C129.385%2050.6738%20128.478%2050.6023%20127.581%2050.5316C128.169%2050.5469%20128.791%2050.5636%20129.366%2050.5793C129.354%2050.5422%20127.993%2050.4918%20127.627%2050.4539C126.861%2050.3741%20128.39%2050.4172%20128.012%2050.3547C126.537%2050.2949%20124.994%2050.2332%20123.503%2050.1757C123.057%2050.1493%20122.61%2050.123%20122.158%2050.0963C122.152%2050.0648%20122.142%2050.0328%20122.136%2050.0013C120.931%2049.9198%20119.739%2049.84%20118.54%2049.7606C119.15%2049.8112%20119.746%2049.8617%20120.351%2049.9122C120.249%2049.9628%20119.717%2049.975%20119.447%2050.0178C119.316%2050.0381%20119.451%2050.0857%20118.082%2049.9836C117.541%2049.9433%20117.036%2049.8689%20116.296%2049.8274C115.128%2049.7623%20114.316%2049.7259%20113.169%2049.6445C113.141%2049.6233%20113.119%2049.6019%20113.095%2049.5809C112.185%2049.5254%20111.301%2049.4718%20110.383%2049.4169C110.091%2049.3745%20109.792%2049.3318%20109.501%2049.2896C108.603%2049.2518%20107.721%2049.2153%20106.82%2049.1785C106.809%2049.1572%20106.797%2049.1358%20106.782%2049.1143C104.576%2048.9911%20103.394%2048.9519%20103.178%2049.0202C100.769%2048.9075%2098.3656%2048.7984%2095.9762%2048.6933C96.2727%2048.6242%2096.5635%2048.555%2096.8557%2048.4858C95.9739%2048.4533%2095.0583%2048.4197%2094.1677%2048.3878C94.1662%2048.4188%2094.1606%2048.4498%2094.155%2048.4806C92.6403%2048.4139%2092.0152%2048.3517%2090.9877%2048.2704C89.9338%2048.2469%2088.8963%2048.2248%2087.8339%2048.202C88.7436%2048.2485%2089.6438%2048.2949%2090.5441%2048.3419C90.5509%2048.3733%2090.5606%2048.4052%2090.5673%2048.4366C91.9008%2048.5097%2093.2334%2048.5836%2094.5619%2048.6584C95.3378%2048.7472%2096.1252%2048.8367%2096.892%2048.9257C96.1505%2048.9%2095.3877%2048.8737%2094.6332%2048.8479C94.4783%2048.7987%2094.328%2048.7498%2094.1693%2048.7004C92.9839%2048.6441%2091.78%2048.5878%2090.5877%2048.5327C90.5786%2048.5529%2090.5692%2048.573%2090.56%2048.5932C89.9575%2048.5652%2089.3672%2048.538%2088.7608%2048.5102C88.7493%2048.4888%2088.7417%2048.4676%2088.7303%2048.4461C87.6783%2048.4085%2086.6332%2048.3717%2085.5948%2048.3358C85.1888%2048.2706%2084.789%2048.2056%2084.3858%2048.1408C84.6392%2048.1265%2084.8929%2048.1122%2085.1475%2048.098C85.7483%2048.1191%2086.3275%2048.1394%2086.9189%2048.1605C85.0985%2048.0007%2082.7511%2047.8947%2080.1432%2047.7537C78.1346%2047.7283%2079.7171%2047.8448%2079.6974%2047.9225C78.9818%2047.882%2078.244%2047.8407%2077.5183%2047.8002C76.8897%2047.7943%2076.2656%2047.7888%2075.6446%2047.7836C74.5781%2047.7085%2073.518%2047.635%2072.475%2047.5613C71.3941%2047.6738%2067.5463%2047.4666%2063.9576%2047.3615C62.5229%2047.3194%2062.0881%2047.3849%2060.298%2047.3142C59.8405%2047.2574%2059.3779%2047.1976%2058.9266%2047.14C60.8439%2047.2301%2062.414%2047.2725%2064.3328%2047.3389C64.3463%2047.3085%2064.3586%2047.278%2064.3721%2047.2477C64.9597%2047.2694%2065.5568%2047.2917%2066.1535%2047.314C66.7719%2047.2744%2064.0993%2047.1082%2062.5223%2047.0525C62.7929%2047.1385%2060.5923%2047.0972%2061.6348%2047.2074C60.4455%2047.1323%2059.2066%2047.056%2058.016%2046.982C57.1262%2047.0542%2056.218%2047.1263%2055.336%2047.1994C54.8955%2047.1314%2054.4358%2047.0628%2053.9882%2046.9947C52.164%2046.8898%2050.3452%2046.7863%2048.4976%2046.6825C48.4987%2046.6511%2048.5163%2046.6202%2048.5092%2046.5886C47.3376%2046.5912%2045.8493%2046.5729%2046.3261%2046.6552C46.7569%2046.7282%2048.8482%2046.7703%2049.7459%2046.8227C50.6001%2046.8736%2049.9925%2046.8951%2051.1209%2046.9545C51.1181%2046.9545%2051.1155%2046.9546%2051.1126%2046.9546C51.1184%2046.9549%2051.1235%2046.9554%2051.1292%2046.9557C50.536%2046.9583%2050.0349%2046.9621%2049.4662%2046.9649C48.5292%2046.8914%2047.6425%2046.8198%2046.7077%2046.7468C45.6534%2046.7216%2044.6285%2046.698%2043.5735%2046.6732C43.2701%2046.6215%2042.9712%2046.5696%2042.6683%2046.5178C43.2598%2046.5427%2043.8602%2046.568%2044.4696%2046.5935C44.4705%2046.5676%2044.4643%2046.5414%2044.461%2046.5152C42.4275%2046.4257%2041.0732%2046.3806%2039.0345%2046.3349C39.636%2046.4173%2040.2714%2046.501%2040.861%2046.583C39.6517%2046.5116%2038.4686%2046.4411%2037.2366%2046.3689C37.2427%2046.4316%2037.249%2046.4943%2037.2552%2046.5571C36.6365%2046.4792%2036.037%2046.402%2035.4064%2046.3237C35.4152%2046.3084%2035.4242%2046.2929%2035.433%2046.2777C38.0756%2046.3688%2037.391%2046.2951%2035.8502%2046.1975C34.6739%2046.1671%2033.4936%2046.136%2032.3478%2046.1054C32.1678%2046.1005%2031.9892%2046.0956%2031.812%2046.0908C31.9898%2046.1121%2032.1671%2046.1333%2032.3461%2046.1546C32.4699%2046.1699%2032.5945%2046.1852%2032.7208%2046.2006C32.5947%2046.1999%2032.4693%2046.1993%2032.3445%2046.1987C31.5416%2046.1932%2030.819%2046.1902%2030.0178%2046.1839C27.7902%2046.0532%2028.0296%2045.9647%2025.4999%2045.8288C25.2072%2045.8737%2028.1608%2046.038%2027.2233%2046.0476C26.6639%2046.0527%2025.3114%2045.9349%2024.6194%2045.9359C25.483%2045.9849%2025.0773%2046.025%2026.0555%2046.0679C27.7365%2046.141%2028.4502%2046.1441%2028.2197%2046.2124C26.3797%2046.1528%2025.8765%2046.0759%2024.6034%2045.9977C23.6718%2045.9407%2022.8775%2045.9526%2021.9068%2045.9032C22.4804%2045.9176%2023.118%2045.9325%2023.6999%2045.9456C23.3943%2045.8708%2023.0998%2045.7963%2022.7782%2045.7206C20.6766%2045.6449%2018.5525%2045.5627%2016.4753%2045.4665C16.1025%2045.4869%2017.1671%2045.551%2017.2546%2045.5886C17.4072%2045.6545%2016.0463%2045.6064%2017.395%2045.7316C16.1684%2045.6608%2014.9898%2045.588%2013.7745%2045.5023C14.045%2045.5036%2014.2717%2045.5017%2014.5423%2045.502C14.2737%2045.4712%2014.0485%2045.4426%2013.7803%2045.4107C14.3723%2045.4468%2014.9747%2045.4804%2015.5659%2045.5116C15.5675%2045.4806%2015.5678%2045.4495%2015.5655%2045.4184C14.665%2045.3694%2013.7615%2045.3169%2012.8715%2045.2559C12.8725%2045.2977%2012.8776%2045.3397%2012.8787%2045.3815C11.7018%2045.2835%2010.4723%2045.2233%209.38131%2044.979C9.34393%2044.969%209.31521%2044.9607%209.29212%2044.9523C9.28441%2044.9501%209.27315%2044.9426%209.29619%2044.9559C9.30727%2044.971%209.32765%2044.9485%209.39152%2045.0772C9.41959%2045.1362%209.40639%2045.2484%209.38428%2045.2844C9.36583%2045.3242%209.34385%2045.3485%209.32766%2045.364C9.22642%2045.436%209.29915%2045.3852%209.31261%2045.3886C9.33418%2045.3828%209.37634%2045.3736%209.40806%2045.3676C9.53973%2045.3424%209.69695%2045.3211%209.84341%2045.3027C10.16%2045.2636%2010.4467%2045.2351%2010.7534%2045.2056C10.5836%2045.2023%2010.4396%2045.1965%2010.2674%2045.1951C10.6831%2045.101%2010.7889%2045.0522%2010.5764%2045.0435C10.4812%2045.0383%2010.2681%2045.0475%2010.0026%2045.0689C9.85606%2045.0815%209.69266%2045.0974%209.52354%2045.1203C9.42093%2045.135%209.32817%2045.1491%209.2399%2045.1719C9.21252%2045.1793%209.18814%2045.1879%209.17705%2045.1936C9.1652%2045.1975%209.17211%2045.2068%209.17929%2045.1756C9.17343%2045.1334%209.16654%2045.1499%209.17517%2045.1511C9.21014%2045.1709%209.26595%2045.1865%209.32309%2045.2024C9.97344%2045.3707%2010.8819%2045.449%2011.9879%2045.5362C11.3924%2045.4581%2010.7831%2045.3752%2010.191%2045.2688C10.9278%2045.3509%2011.6836%2045.3992%2012.4299%2045.4439C13.6753%2045.5674%2013.9279%2045.6127%2013.7986%2045.6603C14.6991%2045.7161%2015.5937%2045.7652%2016.4937%2045.8116C16.5009%2045.8327%2016.5097%2045.8539%2016.5211%2045.8752C17.7214%2045.9472%2018.9174%2046.0133%2020.1129%2046.0767C18.3191%2046.0077%2016.5175%2045.9332%2014.7106%2045.8404C14.7088%2045.8716%2014.7097%2045.9031%2014.7079%2045.9344C13.0184%2045.8415%2012.8372%2045.8136%2012.8395%2045.7573C12.2489%2045.7156%2011.6782%2045.6719%2011.0863%2045.6162C11.386%2045.6234%2011.6885%2045.6279%2011.9966%2045.6311C11.0903%2045.5559%2010.1884%2045.5115%209.29488%2045.3106C9.25335%2045.2998%209.22381%2045.2922%209.17977%2045.2772C9.16261%2045.252%209.04363%2045.2954%209.08163%2045.1233C9.18703%2045.0411%209.23865%2045.0547%209.32946%2045.0295C9.46833%2045.001%209.62244%2044.9784%209.77475%2044.9576C10.0742%2044.9172%2010.3797%2044.8834%2010.6664%2044.853C10.4312%2044.8667%2010.1494%2044.8871%209.8284%2044.9199C9.68627%2044.9344%209.51896%2044.9527%209.35194%2044.9807C9.26911%2044.9981%209.1968%2044.9981%209.08075%2045.0582C9.05943%2045.0748%209.03283%2045.0851%209.01577%2045.1487C9.00099%2045.2332%209.0678%2045.2777%209.07168%2045.2814C9.10421%2045.3054%209.13368%2045.3159%209.15301%2045.3238C9.20161%2045.3422%209.23656%2045.3521%209.28077%2045.3648C10.2686%2045.6082%2011.1712%2045.6614%2011.1236%2045.714C13.8833%2045.9568%2015.1996%2045.9652%2016.9773%2045.9927C17.2589%2046.0069%2017.5688%2046.022%2017.8507%2046.0357C19.1804%2046.1408%2019.9822%2046.2293%2021.9406%2046.3117C21.6624%2046.2681%2021.2705%2046.222%2021.0704%2046.1801C23.0069%2046.2718%2026.1149%2046.2813%2027.5829%2046.3499C30.5708%2046.4895%2027.6814%2046.5035%2028.2975%2046.5894C30.8184%2046.7059%2031.2106%2046.646%2032.3291%2046.6403C32.5739%2046.6385%2032.8563%2046.6395%2033.2133%2046.6459C34.8204%2046.6749%2036.3321%2046.7533%2037.7129%2046.7935C38.7174%2046.8227%2038.8996%2046.8029%2039.6392%2046.8287C43.1145%2046.9499%2045.4934%2047.142%2049.0475%2047.2635C48.1263%2047.191%2047.2457%2047.1193%2046.3212%2047.0467C47.8232%2047.108%2049.3316%2047.1699%2050.8042%2047.2313C50.8282%2047.2521%2050.854%2047.2732%2050.8739%2047.2938C52.3872%2047.346%2053.8595%2047.3975%2055.3654%2047.4509C55.3665%2047.4196%2055.3635%2047.3883%2055.3605%2047.3569C55.662%2047.3883%2055.9656%2047.42%2056.266%2047.4515C57.8772%2047.4747%2058.751%2047.4678%2060.7831%2047.5516C59.8802%2047.4872%2058.9568%2047.4225%2058.0626%2047.3591C59.2387%2047.4123%2060.4612%2047.4676%2061.6397%2047.522C61.6718%2047.5426%2061.7074%2047.5636%2061.7396%2047.5842C63.0888%2047.666%2064.4116%2047.7478%2065.7618%2047.8312C65.9206%2047.8166%2066.0585%2047.8004%2066.2305%2047.7867C67.2006%2047.8123%2067.8329%2047.8698%2068.5506%2047.9034C69.7145%2047.9577%2070.0145%2047.9249%2071.0955%2047.9784C71.9037%2048.0187%2072.373%2048.0664%2073.3926%2048.1004C73.4204%2048.1218%2073.4324%2048.1432%2073.4644%2048.1634C74.4413%2048.2207%2074.9267%2048.1969%2075.6781%2048.2311C77.4873%2048.3137%2078.4629%2048.4159%2080.4654%2048.4893C80.2339%2048.5003%2079.9988%2048.5093%2079.7847%2048.5208C80.6515%2048.5528%2082.1113%2048.6419%2082.4622%2048.6155C82.817%2048.5895%2082.6516%2048.5758%2084.2216%2048.6483C84.2391%2048.6287%2084.2748%2048.611%2084.3046%2048.5919C86.0875%2048.6653%2087.5843%2048.7433%2089.2006%2048.8445C90.2107%2048.9082%2089.61%2048.925%2089.715%2048.9606C88.2069%2048.8915%2086.7014%2048.8229%2085.1989%2048.7563C85.1155%2048.8583%2088.0625%2049.0293%2087.9248%2049.1291C87.0172%2049.0827%2086.1279%2049.0374%2085.2218%2048.9919C85.542%2049.0323%2085.8041%2049.0699%2086.1506%2049.1116C86.8752%2049.1093%2088.8578%2049.191%2089.5826%2049.2035C90.311%2049.2161%2089.4984%2049.1498%2089.8058%2049.1396C89.9744%2049.134%2090.4652%2049.1472%2090.5402%2049.1354C90.7014%2049.1079%2089.6534%2049.0467%2089.8198%2049.0149C89.8943%2049.0006%2090.5873%2049.0135%2090.6384%2048.9869C90.7061%2048.9508%2090.5507%2048.8856%2090.598%2048.8455C91.8547%2048.8954%2092.5868%2048.97%2093.7639%2049.0259C94.9446%2049.0822%2095.6709%2049.077%2096.9225%2049.1464C96.3331%2049.1433%2095.7348%2049.141%2095.1328%2049.1381C95.7365%2049.1929%2096.3349%2049.2484%2096.9341%2049.303C96.9562%2049.2747%2096.5364%2049.2075%2097.3791%2049.2325C97.8767%2049.2473%2098.7458%2049.2716%2099.1233%2049.2922C100.59%2049.3724%20101.288%2049.4415%20102.799%2049.5024C103.089%2049.4967%20103.407%2049.4916%20103.7%2049.4858C104.141%2049.54%20104.628%2049.5957%20105.038%2049.6494C104.001%2049.5827%20101.232%2049.5044%20102.496%2049.6083C103.461%2049.6872%20105.201%2049.69%20106.411%2049.8099C107.821%2049.8533%20109.11%2049.8927%20110.474%2049.9377C110.803%2049.9816%20109.893%2049.9941%20109.521%2049.9901C108.259%2049.976%20106.704%2049.8795%20106.884%2049.9648C108.385%2050.0329%20109.888%2050.1033%20111.396%2050.1749C111.403%2050.2065%20111.407%2050.238%20111.413%2050.2695C112.31%2050.3184%20113.203%2050.3677%20114.117%2050.4186C114.042%2050.4348%20113.646%2050.4388%20113.142%2050.4269C113.062%2050.4248%20112.281%2050.3788%20112.311%2050.3965C112.347%2050.4159%20113.088%2050.4524%20113.138%2050.458C113.491%2050.4977%20113.093%2050.4976%20113.22%2050.5253C113.368%2050.5336%20113.517%2050.5418%20113.665%2050.5501C113.793%2050.536%20113.999%2050.5282%20114.076%2050.51C113.78%2050.4934%20113.483%2050.4769%20113.188%2050.4606C113.186%2050.4605%20113.184%2050.4604%20113.182%2050.4603C113.183%2050.4499%20113.183%2050.4395%20113.184%2050.4291C113.48%2050.4557%20113.781%2050.4826%20114.079%2050.5096C116.632%2050.6017%20113.896%2050.3724%20113.501%2050.3115C113.104%2050.2503%20114.168%2050.3099%20114.175%2050.2826C114.185%2050.2387%20112.539%2050.085%20113.33%2050.0961C113.922%2050.1041%20115.821%2050.2467%20115.443%2050.2772C115.068%2050.3079%20115.922%2050.4331%20117.696%2050.5566C118.023%2050.5235%20115.154%2050.3118%20116.849%2050.371C118.207%2050.4185%20119.787%2050.5656%20121.292%2050.64C121.349%2050.5824%20122.187%2050.5957%20124.01%2050.7072C122.562%2050.7177%20123.491%2050.872%20126.743%2051.0915C126.443%2051.1044%20126.137%2051.117%20125.833%2051.1299C127.53%2051.2495%20129.194%2051.3691%20130.893%2051.4926C131.304%2051.5225%20131.716%2051.5526%20132.129%2051.5829C132.44%2051.6232%20132.748%2051.6633%20133.06%2051.7039C133.358%2051.6915%20133.657%2051.6792%20133.956%2051.667C132.933%2051.5964%20131.912%2051.5266%20130.895%2051.4577C129.808%2051.3842%20128.726%2051.3117%20127.65%2051.2404C127.343%2051.1382%20127.041%2051.0364%20126.728%2050.934C127.324%2050.9598%20127.922%2050.9858%20128.519%2051.012C127.325%2050.9281%20126.1%2050.8428%20124.92%2050.7618C127.238%2050.871%20128.908%2050.9754%20130.915%2051.1384C131.001%2051.1454%20131.088%2051.1525%20131.175%2051.1597C133.276%2051.3345%20132.388%2051.2511%20134.477%2051.3864C135.597%2051.4593%20137.051%2051.5991%20138.433%2051.6756C138.583%2051.7777%20137.685%2051.7946%20136.659%2051.8103C137.403%2051.8694%20138.175%2051.9295%20138.91%2051.9896C139.99%2052.0316%20139.062%2051.9373%20139.554%2051.9192C139.645%2051.9159%20140.981%2051.9273%20141.626%2051.9505C142.804%2051.9921%20145.794%2052.1566%20147.451%2052.2853C147.482%2052.3083%20147.476%2052.3287%20147.499%2052.3512C149.099%2052.4244%20150.646%2052.5453%20152.445%2052.6676C153.589%2052.7454%20153.914%2052.735%20155.203%2052.8319C157.357%2052.9943%20158.809%2053.1511%20160.992%2053.2535C160.414%2053.2428%20159.798%2053.2284%20159.202%2053.2163C160.798%2053.3264%20161.919%2053.4187%20163.297%2053.548C163.601%2053.5766%20163.781%2053.5922%20164.102%2053.6185C164.264%2053.6068%20164.439%2053.5961%20164.609%2053.585C166.714%2053.7319%20168.815%2053.8806%20170.92%2054.0314C170.376%2054.0588%20168.57%2054.0055%20171.829%2054.2579C171.528%2054.193%20171.226%2054.128%20170.921%2054.0629C172.411%2054.1663%20173.903%2054.2708%20175.394%2054.3761C175.704%2054.3796%20176.015%2054.3832%20176.325%2054.3869C176.179%2054.4065%20175.989%2054.4241%20175.871%2054.4452C176.354%2054.5173%20177.505%2054.5862%20177.992%2054.6471C179.017%2054.7758%20178.515%2054.784%20180.863%2054.9646C179.857%2054.9231%20180.692%2054.9918%20180.623%2055.0232C180.555%2055.0544%20178.103%2054.9297%20177.261%2054.8207C177.815%2054.8378%20178.473%2054.8641%20179.031%2054.8811C178.058%2054.8099%20176.264%2054.6763%20175.518%2054.6363C175.677%2054.6469%20176.476%2054.6457%20177.07%2054.6832C176.697%2054.6559%20176.274%2054.6281%20175.89%2054.6011C175.586%2054.5685%20175.294%2054.5363%20174.982%2054.5032C173.69%2054.438%20172.75%2054.4521%20175.518%2054.6363C174.772%2054.5963%20174.974%2054.6518%20174.057%2054.5847C172.03%2054.4368%20171.063%2054.3098%20169.145%2054.2097C169.393%2054.2017%20168.278%2054.0363%20167.4%2053.9847C166.523%2053.9334%20166.289%2053.9449%20165.523%2053.9045C166.301%2054.0052%20167.034%2054.1017%20167.792%2054.2009C168.542%2054.2368%20169.295%2054.2732%20170.042%2054.3094C170.195%2054.3629%20170.346%2054.4162%20170.495%2054.4695C171.094%2054.4944%20171.697%2054.5197%20172.295%2054.5449C172.75%2054.5957%20173.184%2054.6445%20173.657%2054.6972C171.745%2054.6405%20175.706%2055.1329%20172.181%2054.9054C171.786%2054.8799%20170.571%2054.7459%20170.101%2054.7694C170.337%2054.8212%20170.721%2054.8889%20171.011%2054.9465C171.599%2054.9922%20172.184%2055.0378%20172.772%2055.0837C172.321%2055.0802%20171.873%2055.0769%20171.422%2055.0735C170.064%2054.8752%20168.709%2054.6777%20167.354%2054.4813C167.055%2054.4901%20166.755%2054.4989%20166.456%2054.5076C164.375%2054.3522%20162.985%2054.2058%20161.048%2054.1046C161.044%2054.0519%20161.039%2053.9995%20161.035%2053.9467C160.056%2053.8816%20159.612%2053.8267%20158.785%2053.7575C158.44%2053.7286%20158.192%2053.7346%20157.921%2053.7123C156.404%2053.5869%20155.338%2053.476%20154.274%2053.3617C154.131%2053.4034%20153.979%2053.4449%20153.836%2053.4868C152.931%2053.4014%20152.034%2053.3168%20151.126%2053.232C150.529%2053.2944%20149.939%2053.3577%20149.343%2053.4206C149.032%2053.3779%20148.719%2053.3351%20148.408%2053.2925C146.523%2053.2035%20145.362%2053.0446%20143.485%2052.954C142.782%2052.8768%20144.321%2052.9463%20144.771%2052.9632C145.467%2052.9893%20145.98%2053.0504%20146.555%2053.064C147.128%2053.0775%20147.17%2053.0192%20148.414%2053.0883C147.849%2053.0168%20147.291%2052.9483%20146.723%2052.8779C146.985%2052.8699%20147.247%2052.8616%20147.509%2052.8535C146.157%2052.7894%20145.347%2052.7087%20143.901%2052.606C144.061%2052.6758%20143.798%2052.7014%20142.103%2052.6098C141.543%2052.4831%20139.982%2052.3109%20140.28%2052.2378C139.321%2052.2278%20138.087%2052.2296%20137.187%2052.2177C136.286%2052.2058%20135.724%2052.1802%20134.891%2052.1666C135.5%2052.2047%20136.083%2052.2439%20136.684%2052.2829C136.843%2052.379%20136.035%2052.4062%20136.712%2052.5347C134.909%2052.3899%20135.334%2052.3402%20133.097%2052.2078C133.4%2052.2478%20133.709%2052.2883%20134.013%2052.3285C132.955%2052.279%20131.9%2052.2307%20130.849%2052.1832C130.701%2052.1765%20130.552%2052.1697%20130.404%2052.163C130.339%2052.1135%20130.147%2052.0702%20130.855%2052.1021C131.136%2052.1148%20131.562%2052.1395%20132.199%2052.1812C131.897%2052.131%20131.595%2052.0809%20131.294%2052.0308C132.041%2052.0679%20132.79%2052.1054%20133.545%2052.1437C134.294%2052.2119%20135.06%2052.2815%20135.8%2052.3498C135.476%2052.2434%20133.591%2052.0637%20134.076%2052.0052C134.191%2051.9915%20136.168%2052.0861%20135.77%2052.0345C132.365%2051.8085%20131.409%2051.8387%20131.283%2051.936C131.144%2051.9273%20131.005%2051.9186%20130.867%2051.9099C130.101%2051.8619%20129.339%2051.8145%20128.577%2051.7674C128.727%2051.756%20128.872%2051.7441%20129.025%2051.7331C129.884%2051.8225%20130.799%2051.8831%20130.36%2051.7989C130.199%2051.7681%20129.638%2051.6812%20129.408%2051.6521C128.637%2051.5552%20127.755%2051.4743%20126.308%2051.3775C126.76%2051.4162%20127.198%2051.4533%20127.64%2051.4914C128.315%2051.6589%20129.66%2051.7955%20124.966%2051.5161C124.968%2051.5475%20124.975%2051.5792%20124.977%2051.6107C125.875%2051.6437%20126.788%2051.6788%20127.679%2051.7118C128.071%2051.8561%20125.397%2051.6786%20123.586%2051.6579C123.337%2051.6554%20123.649%2051.7582%20123.183%2051.752C121.925%2051.6733%20121.013%2051.5453%20120.049%2051.4804C117.774%2051.3275%20116.329%2051.3015%20114.162%2051.172C113.977%2051.0722%20115.858%2051.2049%20117.766%2051.313C118.076%2051.258%20118.352%2051.2001%20118.683%2051.1474C119.645%2051.2017%20122.079%2051.3522%20122.093%2051.2946C122.096%2051.2631%20120.889%2051.158%20122.279%2051.2C121.016%2051.124%20119.863%2051.0582%20118.648%2050.9879C118.501%2051.0213%20118.352%2051.0544%20118.205%2051.0876C116.841%2050.9886%20115.504%2050.8923%20114.141%2050.7956C114.75%2050.8712%20115.353%2050.9468%20115.955%2051.0225C115.064%2050.9724%20114.159%2050.9221%20113.256%2050.8723C112.652%2050.8804%20112.052%2050.8891%20111.456%2050.8983C112.241%2050.8253%20113.881%2050.8384%20111.456%2050.6006C112.49%2050.6208%20113.532%2050.642%20114.583%2050.6645C116.226%2050.7981%20119.519%2051.0631%20119.537%2050.9448C117.717%2050.8787%20116.409%2050.7312%20114.62%2050.6345C111.581%2050.4716%20112.701%2050.519%20109.655%2050.3346C108.811%2050.2829%20104.823%2050.1299%20103.822%2049.9923C103.21%2049.983%20102.888%2049.9861%20102.388%2049.982C103.908%2050.0699%20105.376%2050.1565%20106.895%2050.247C106.905%2050.2789%20106.918%2050.3109%20106.929%2050.3427C107.383%2050.3575%20107.819%2050.3715%20108.268%2050.3862C108.718%2050.4401%20109.174%2050.4943%20109.627%2050.5487C107.959%2050.4671%20106.191%2050.3841%20104.545%2050.3067C102.913%2050.2299%20101.318%2050.1545%2099.725%2050.0821C100.69%2050.18%20102.317%2050.2643%20103.739%2050.3337C104.918%2050.391%20106.905%2050.3982%20107.695%2050.4827C108.848%2050.6044%20104.32%2050.4427%20106.063%2050.609C105.112%2050.561%20104.245%2050.5146%20103.335%2050.4683C103.624%2050.4623%20103.956%2050.4587%20104.212%2050.4509C102.536%2050.3611%2099.4767%2050.1925%2098.452%2050.0991C97.2956%2049.9927%2098.4953%2050.0472%2097.7196%2049.9489C97.0635%2049.8651%2094.8888%2049.6676%2093.8294%2049.5609C93.9508%2049.6064%2094.1295%2049.6584%2094.2759%2049.7064C93.6777%2049.6883%2093.0791%2049.6702%2092.4808%2049.6525C93.39%2049.6849%2094.2503%2049.7151%2095.2032%2049.7511C95.2214%2049.8077%2097.2446%2049.9772%2094.4868%2049.8704C93.7448%2049.8413%2090.2599%2049.6161%2088.9598%2049.5827C88.8112%2049.5543%2088.8997%2049.5392%2088.8428%2049.5159C87.3314%2049.4466%2085.8631%2049.38%2084.3502%2049.3132C84.0762%2049.2742%2085.7254%2049.3213%2085.9549%2049.3053C86.0478%2049.2991%2085.3378%2049.261%2085.4726%2049.2526C85.8846%2049.2278%2087.3389%2049.2842%2087.0313%2049.2139C86.1455%2049.2258%2085.2454%2049.2379%2084.3419%2049.2501C83.4296%2049.1889%2082.5463%2049.1294%2081.629%2049.069C81.9263%2049.1174%2082.2274%2049.166%2082.5183%2049.2142C82.2327%2049.2288%2081.9377%2049.243%2081.6459%2049.2574C80.7417%2049.2079%2079.8448%2049.1591%2078.9596%2049.1112C78.9424%2049.131%2078.9276%2049.1509%2078.9105%2049.1707C77.4946%2049.108%2076.0118%2049.0881%2074.8737%2049.0041C75.0261%2049.0357%2075.1743%2049.0671%2075.3272%2049.0987C73.341%2049.0801%2070.4682%2049.0564%2070.8148%2048.903C70.0615%2048.8939%2069.3254%2048.886%2068.5653%2048.8773C68.7164%2048.8415%2068.8658%2048.8055%2069.0132%2048.7696C68.0974%2048.7235%2067.1982%2048.6782%2066.2981%2048.6335C66.2356%2048.6745%2066.2984%2048.7178%2066.7665%2048.7766C67.4199%2048.8588%2068.9621%2048.9537%2069.0284%2049.0203C66.6121%2048.9297%2065.8204%2048.8053%2064.0165%2048.7083C62.7723%2048.6413%2061.9708%2048.6416%2060.8496%2048.5695C59.9162%2048.5098%2059.7246%2048.4454%2058.6219%2048.38C56.9666%2048.3261%2056.4326%2048.3393%2056.3735%2048.3925C56.3643%2048.3922%2056.355%2048.3919%2056.3458%2048.3916C56.3464%2048.3918%2056.348%2048.392%2056.3486%2048.3922C55.7512%2048.3694%2055.1798%2048.3517%2054.5771%2048.3298C54.5657%2048.2983%2054.5583%2048.2666%2054.5469%2048.2351C53.331%2048.1819%2052.1556%2048.1306%2050.9407%2048.0783C50.7553%2048.0129%2051.0479%2048.015%2052.7382%2048.0776C52.4388%2048.0154%2052.1325%2047.9531%2051.8236%2047.8906C50.6068%2047.8486%2049.4225%2047.808%2048.209%2047.7668C48.8031%2047.7452%2049.4204%2047.7244%2050.0103%2047.703C48.7925%2047.6818%2047.6277%2047.6645%2046.3928%2047.6426C46.4855%2047.5848%2046.7512%2047.5016%2045.0557%2047.4143C43.3348%2047.3262%2043.9052%2047.4037%2043.6394%2047.4244C42.767%2047.397%2041.8446%2047.3658%2040.9591%2047.3371C40.6818%2047.4016%2042.0366%2047.4793%2042.892%2047.57C42.8623%2047.6067%2042.8334%2047.6436%2042.8037%2047.6803C42.1956%2047.629%2041.559%2047.5768%2040.9501%2047.5255C40.3854%2047.5061%2039.7864%2047.4858%2039.2092%2047.4662C39.1937%2047.4346%2039.1836%2047.403%2039.1681%2047.3715C37.6944%2047.344%2036.1821%2047.3151%2034.6859%2047.2858C34.2428%2047.3331%2033.772%2047.3793%2033.3193%2047.426C33.1593%2047.3789%2033.0021%2047.3315%2032.8443%2047.2847C32.6614%2047.2771%2032.4831%2047.271%2032.3071%2047.2654C31.8796%2047.2518%2031.4653%2047.2407%2031.0388%2047.2191C30.9842%2047.2159%2031.007%2047.1918%2030.5999%2047.1776C30.1753%2047.1628%2030.2248%2047.1883%2030.1468%2047.1875C29.6823%2047.1813%2029.3565%2047.1541%2028.9016%2047.1482C27.4065%2047.127%2026.6972%2047.1383%2024.73%2047.0502C25.1662%2047.0374%2025.496%2047.0436%2026.5256%2047.088C26.2144%2047.0242%2025.9351%2046.9613%2025.6134%2046.8968C26.5063%2046.9416%2027.4275%2046.9866%2028.323%2047.0298C27.5528%2046.9586%2027.9246%2046.952%2028.3075%2046.9213C27.335%2046.8401%2026.3144%2046.7959%2024.7342%2046.7359C24.7107%2046.7149%2024.6908%2046.694%2024.6633%2046.6726C23.7636%2046.6371%2022.8674%2046.6009%2021.9838%2046.5638C21.9905%2046.5955%2021.9813%2046.626%2021.9961%2046.6584C24.6389%2046.7091%2026.8229%2046.8681%2024.204%2046.8081C23.126%2046.7826%2021.9092%2046.704%2020.6822%2046.6693C19.5964%2046.6375%2019.0062%2046.664%2017.494%2046.5821C17.7956%2046.6492%2018.0882%2046.7145%2018.402%2046.7812C19.2972%2046.8232%2020.2133%2046.864%2021.1104%2046.9023C21.1113%2046.8815%2021.0999%2046.8602%2021.1049%2046.8396C21.7136%2046.8671%2022.3028%2046.8894%2022.9177%2046.9152C22.3056%2046.9165%2021.726%2046.919%2021.1234%2046.9195C21.715%2046.9758%2022.2888%2047.0308%2022.8852%2047.0861C22.148%2047.0925%2021.4083%2047.0979%2020.6945%2047.1036C19.3307%2046.978%2017.6258%2046.9192%2015.6855%2046.787C15.4147%2046.7619%2015.1622%2046.7374%2014.886%2046.7112C15.1325%2046.7148%2015.3671%2046.717%2015.6024%2046.7192C14.6696%2046.6211%2013.6296%2046.5621%2012.0571%2046.4506C12.17%2046.3616%2012.7009%2046.3696%2015.3068%2046.4683C15.8727%2046.4908%2017.8232%2046.5807%2017.0117%2046.4951C15.8923%2046.4488%2014.6977%2046.395%2013.5383%2046.3313C13.0454%2046.2905%2012.5504%2046.2466%2012.0567%2046.2001C12.3429%2046.2509%2012.0321%2046.3728%2010.2128%2046.1163C10.0407%2046.0812%209.96445%2046.0478%209.15406%2045.851C9.08503%2045.8286%209.05337%2045.8329%208.87565%2045.7505C8.84696%2045.7356%208.81361%2045.717%208.77117%2045.6856C8.745%2045.6579%208.63615%2045.6132%208.5432%2045.3754C8.50165%2045.2609%208.49778%2045.1022%208.53966%2044.9796C8.57296%2044.8806%208.60838%2044.8295%208.64678%2044.7794C8.72348%2044.6849%208.78839%2044.6452%208.83846%2044.6151C8.95968%2044.5486%209.01757%2044.5389%209.06748%2044.5232C9.97396%2044.319%2010.638%2044.2694%2011.4035%2044.1687C11.5793%2044.1587%2011.7664%2044.1481%2011.966%2044.1368C12.1397%2044.1278%2012.3214%2044.1184%2012.5143%2044.1082C13.4045%2043.9855%2013.4926%2043.9497%2012.2854%2044.0111C13.0009%2043.953%2013.665%2043.9023%2014.3867%2043.8481C15.7953%2043.7148%2017.1771%2043.5886%2018.5813%2043.4621C17.078%2043.5763%2015.5828%2043.6915%2014.074%2043.814C14.6845%2043.7225%2015.2772%2043.6335%2015.8507%2043.5467C14.3571%2043.6956%2012.8527%2043.8463%2011.363%2044.015C11.9401%2043.914%2012.5644%2043.8129%2013.1289%2043.7183C14.0337%2043.6481%2014.9373%2043.5812%2015.8429%2043.5157C14.6285%2043.5691%2013.4183%2043.6238%2012.2048%2043.6874C14.0415%2043.5492%2015.8159%2043.4329%2017.6363%2043.3142C18.7075%2043.3054%2019.759%2043.2995%2020.8549%2043.2907C21.8733%2043.2043%2022.9471%2043.1143%2023.9818%2043.0278C24.2964%2043.057%2024.6307%2043.0846%2024.9241%2043.1155C23.4011%2043.2273%2021.9211%2043.3367%2020.4119%2043.4498C20.4681%2043.3829%2020.8148%2043.3161%2018.5837%2043.4933C20.0598%2043.4736%2018.2259%2043.6635%2016.8417%2043.8466C18.3601%2043.7084%2019.8068%2043.5785%2021.3326%2043.4438C21.3389%2043.4747%2021.3439%2043.5057%2021.3502%2043.5365C19.4795%2043.6861%2018.6219%2043.7807%2016.8468%2043.8776C16.8682%2043.8974%2016.8265%2043.9201%2016.8835%2043.9383C17.5875%2043.8663%2018.7004%2043.8257%2019.0341%2043.7992C20.599%2043.6745%2022.2286%2043.4687%2023.4572%2043.3835C26.4628%2043.1751%2023.7964%2043.5139%2024.1327%2043.5091C25.3264%2043.4903%2026.1066%2043.3357%2026.3065%2043.298C26.8269%2043.1967%2026.3629%2043.1902%2028.5725%2043.037C27.3393%2043.1061%2026.1437%2043.1723%2024.9493%2043.2392C27.0805%2043.0827%2029.1162%2042.9346%2031.2695%2042.7786C30.2372%2042.7858%2028.9338%2042.8479%2026.7491%2043.013C26.8895%2042.9234%2026.3401%2042.9009%2024.8874%2042.9457C25.7532%2042.8875%2026.702%2042.8235%2027.5655%2042.7659C27.4901%2042.8248%2027.5988%2042.8533%2028.9783%2042.7846C29.2724%2042.7543%2029.5754%2042.7233%2029.8782%2042.6926C30.0314%2042.702%2030.181%2042.7118%2030.3363%2042.721C31.5837%2042.5943%2032.6868%2042.4771%2033.9199%2042.3524C31.4728%2042.4722%2032.8953%2042.4916%2030.7662%2042.624C29.3949%2042.7095%2029.2596%2042.6541%2029.3839%2042.6029C29.9725%2042.5482%2030.5761%2042.495%2031.1984%2042.439C28.2533%2042.6183%2025.9726%2042.7849%2023.0744%2043.0327C23.0228%2042.9852%2024.6296%2042.8922%2025.334%2042.8019C25.997%2042.7185%2025.7849%2042.6709%2027.0606%2042.554C29.8254%2042.3274%2027.4376%2042.6034%2027.6582%2042.5954C29.3397%2042.5339%2031.5466%2042.3978%2033.443%2042.3086C33.4534%2042.2755%2033.43%2042.2466%2033.4278%2042.2152C34.0603%2042.1892%2034.5859%2042.1686%2035.2344%2042.143C36.2288%2042.0222%2037.0477%2042.0135%2037.8685%2041.9507C39.6941%2041.8112%2039.1974%2041.7504%2041.0768%2041.6028C41.2158%2041.6335%2041.3913%2041.6638%2041.5442%2041.6941C42.5927%2041.5992%2041.2077%2041.6529%2042.8988%2041.5508C43.7437%2041.5%2044.6214%2041.4479%2045.6012%2041.3723C45.6943%2041.4318%2045.3086%2041.5232%2045.8767%2041.5398C46.0858%2041.547%2046.4308%2041.5436%2047.0016%2041.5227C48.3385%2041.401%2049.7189%2041.2761%2051.0428%2041.1555C50.1421%2041.2199%2049.272%2041.2819%2048.3439%2041.3483C48.5801%2041.321%2048.8182%2041.2936%2049.0568%2041.2661C47.5268%2041.322%2047.217%2041.2982%2047.3847%2041.2133C48.5799%2041.1276%2049.7954%2041.0404%2050.9706%2040.9561C50.9855%2040.9348%2050.9748%2040.9144%2051.002%2040.8928C52.253%2040.786%2053.2408%2040.7534%2054.2039%2040.6911C55.5385%2040.6046%2055.9908%2040.5271%2057.3115%2040.4427C57.3891%2040.4994%2057.7668%2040.5088%2055.5591%2040.6625C55.2528%2040.7465%2054.946%2040.8304%2054.6469%2040.9139C57.0573%2040.7428%2060.8548%2040.4024%2060.9598%2040.3062C61.4081%2040.2842%2061.8553%2040.2624%2062.3023%2040.2404C62.8937%2040.1676%2063.4694%2040.0955%2064.0858%2040.0209C65.3413%2039.97%2065.7551%2039.9605%2063.9893%2040.1195C61.9768%2040.301%2060.4661%2040.397%2060.9962%2040.4606C64.7136%2040.1978%2064.8934%2040.035%2068.4743%2039.7762C71.2739%2039.5738%2071.5142%2039.5184%2074.2387%2039.3015C75.6176%2039.1913%2078.5016%2038.9778%2080.2662%2038.8733C82.052%2038.7674%2082.9644%2038.7651%2085.2684%2038.5739C85.9019%2038.582%2086.5027%2038.5902%2087.1275%2038.5978C86.5277%2038.6409%2085.9337%2038.6835%2085.3374%2038.7264C85.3404%2038.7677%2085.3433%2038.809%2085.3462%2038.8504C84.5958%2038.8845%2083.8472%2038.9185%2083.1028%2038.9523C81.4375%2039.1106%2079.9632%2039.1667%2078.1241%2039.3025C78.4629%2039.2164%2080.2739%2039.1182%2081.279%2039.0751C82.0211%2038.9917%2082.7796%2038.9072%2083.5148%2038.8243C81.2502%2038.9753%2079.0471%2039.1221%2076.7716%2039.2738C76.0155%2039.3798%2075.2692%2039.4852%2074.5258%2039.5903C75.8602%2039.495%2077.2089%2039.3987%2078.562%2039.3021C79.0248%2039.3006%2079.4849%2039.2992%2079.9505%2039.2975C78.1677%2039.4037%2076.317%2039.5146%2074.5307%2039.6211C74.5426%2039.6725%2074.5518%2039.7242%2074.5637%2039.7755C76.7307%2039.6216%2078.7258%2039.4558%2080.8692%2039.326C81.3104%2039.2424%2081.7528%2039.1587%2082.1923%2039.0752C85.3323%2038.8874%2084.2458%2039.0127%2082.6922%2039.1958C83.8641%2039.1269%2086.0735%2038.9158%2086.6884%2038.8514C87.2993%2038.7874%2086.8707%2038.7854%2087.2055%2038.7535C89.0348%2038.5783%2091.3233%2038.4448%2093.0138%2038.272C92.5775%2038.3558%2092.1341%2038.4392%2091.6922%2038.523C90.1804%2038.6361%2088.6928%2038.7474%2087.1879%2038.8599C87.3786%2038.9285%2089.9788%2038.716%2091.257%2038.5856C91.411%2038.5954%2091.557%2038.606%2091.7155%2038.6155C92.4489%2038.5638%2093.1127%2038.5267%2093.5003%2038.4719C93.6671%2038.4482%2094.2164%2038.3683%2094.1953%2038.3631C93.8947%2038.3118%2093.4703%2038.3369%2095.2533%2038.1563C94.9507%2038.1532%2094.6521%2038.149%2094.3543%2038.1454C95.2539%2038.0706%2096.1528%2037.9958%2097.0575%2037.9208C96.7619%2037.9732%2096.4663%2038.0258%2096.1754%2038.0779C97.3799%2037.9762%2098.5724%2037.8752%2099.7701%2037.7741C99.1696%2037.8221%2098.5737%2037.8699%2097.975%2037.9179C98.2577%2037.8351%2098.5443%2037.752%2098.8316%2037.6688C99.7328%2037.6203%20100.641%2037.5714%20101.546%2037.5223C100.945%2037.5755%20100.348%2037.6285%2099.7524%2037.6813C100.952%2037.6374%20102.164%2037.5927%20103.359%2037.5491C103.073%2037.5956%20102.786%2037.6424%20102.5%2037.6888C101.898%2037.7214%20101.293%2037.754%20100.687%2037.7869C100.689%2037.818%20100.701%2037.8485%20100.707%2037.8794C103.365%2037.7204%20105.282%2037.5841%20107.907%2037.3648C107.904%2037.3336%20107.902%2037.3025%20107.9%2037.2713C108.641%2037.2288%20109.385%2037.1862%20110.131%2037.1433C110.587%2037.095%20111.047%2037.0464%20111.502%2036.9981C110.9%2037.0307%20110.294%2037.0637%20109.692%2037.0963C111.041%2036.9737%20112.388%2036.8511%20113.736%2036.7285C113.893%2036.7381%20114.05%2036.7477%20114.212%2036.757C115.092%2036.6831%20115.971%2036.6093%20116.856%2036.5351C117.457%2036.4402%20118.072%2036.3444%20118.662%2036.2504C121.294%2036.0947%20119.082%2036.2853%20119.692%2036.3019C119.776%2036.3039%20121.656%2036.1705%20121.37%2036.1628C121.422%2036.1444%20121.368%2036.134%20121.383%2036.1183C121.982%2036.0754%20122.585%2036.0323%20123.186%2035.9892C123.2%2036.0088%20123.216%2036.0283%20123.229%2036.048C125.029%2035.9194%20126.813%2035.7917%20128.612%2035.6629C127.882%2035.6846%20127.106%2035.7101%20126.401%2035.7295C126.41%2035.7288%20126.419%2035.7281%20126.428%2035.7274C126.427%2035.7274%20126.426%2035.7274%20126.425%2035.7274C127.401%2035.6492%20129.028%2035.5139%20129.834%2035.4506C130.648%2035.3866%20130.641%2035.3948%20131.302%2035.3444C130.975%2035.394%20130.707%2035.4388%20130.404%2035.4864C131.612%2035.4458%20133.398%2035.3093%20133.134%2035.4012C134.091%2035.3255%20135.063%2035.2198%20135.821%2035.1454C135.973%2035.1445%20136.123%2035.1452%20136.279%2035.1433C136.677%2035.1172%20136.638%2035.0897%20136.709%2035.0832C139.006%2034.8742%20141.032%2034.7804%20143.469%2034.594C143.779%2034.5929%20144.094%2034.5912%20144.403%2034.59C144.244%2034.5598%20144.085%2034.5294%20143.926%2034.4992C144.83%2034.434%20145.717%2034.37%20146.627%2034.3043C146.4%2034.4165%20147.102%2034.4378%20148.492%2034.4203C147.292%2034.5175%20146.076%2034.6158%20144.887%2034.7119C145.193%2034.7212%20145.498%2034.7304%20145.803%2034.7397C147.013%2034.6628%20148.216%2034.5867%20149.437%2034.5089C149.586%2034.4614%20150.258%2034.3765%20150.288%2034.3372C150.316%2034.2981%20149.505%2034.3146%20148.923%2034.3269C147.911%2034.3486%20147.233%2034.4051%20148.914%2034.2329C150.258%2034.1779%20151.633%2034.1201%20152.994%2034.0634C153%2034.0319%20153.003%2034.0005%20153.009%2033.969C153.59%2033.9264%20154.164%2033.8842%20154.735%2033.8421C154.733%2033.8117%20154.759%2033.7776%20154.737%2033.7498C156.439%2033.6273%20155.917%2033.7275%20156.678%2033.6976C157.441%2033.6674%20158.592%2033.5565%20159.685%2033.4882C160.248%2033.453%20160.56%2033.4574%20161.655%2033.3719C163.312%2033.2428%20166.348%2032.918%20168.255%2032.7975C168.71%2032.8378%20166.45%2033.0725%20167.403%2033.0638C166.822%2033.1216%20166.227%2033.1808%20165.646%2033.2381C163.804%2033.3665%20165.217%2033.1919%20165.707%2033.1295C166.199%2033.0671%20167.498%2032.9446%20167.401%2032.9219C164.389%2033.1451%20161.805%2033.369%20162.029%2033.4705C160.828%2033.5475%20159.596%2033.6264%20158.412%2033.7018C158.723%2033.7315%20159.029%2033.7616%20159.343%2033.791C160.597%2033.6999%20161.534%2033.5933%20162.509%2033.5607C163.211%2033.4864%20161.141%2033.5703%20163.457%2033.4314C163.745%2033.4144%20165.537%2033.3426%20165.595%2033.3493C166.024%2033.396%20162.681%2033.6167%20163%2033.6817C164.402%2033.5837%20163.44%2033.6067%20164.409%2033.5171C165.747%2033.3935%20166.833%2033.2826%20168.349%2033.1655C168.346%2033.1242%20168.343%2033.0828%20168.34%2033.0415C168.952%2033.002%20169.561%2032.9627%20170.163%2032.9239C169.873%2032.9815%20169.581%2033.0393%20169.289%2033.097C169.87%2033.0555%20170.453%2033.0137%20171.021%2032.9731C171.071%2032.9893%20171.059%2033.0098%20171.146%2033.0235C173.069%2032.8821%20176.26%2032.6723%20177.264%2032.5273C178.221%2032.3858%20174.125%2032.7187%20173.236%2032.7494C172.462%2032.8046%20171.805%2032.8514%20171.087%2032.9025C170.779%2032.8992%20170.467%2032.8963%20170.152%2032.8934C170.446%2032.8354%20170.733%2032.7778%20171.025%2032.72C171.635%2032.7067%20172.219%2032.6954%20172.852%2032.6805C173.457%2032.6307%20174.057%2032.5811%20174.65%2032.5322C174.809%2032.5571%20174.966%2032.5824%20175.124%2032.6073C175.699%2032.5339%20176.312%2032.4567%20176.886%2032.3839C178.229%2032.3049%20177.647%2032.3884%20178.422%2032.3604C179.17%2032.3345%20181.724%2032.1558%20182.759%2032.0742C182.819%2032.0489%20182.81%2032.0303%20182.844%2032.0074C183.378%2031.9665%20183.978%2031.9206%20184.538%2031.8777C184.932%2031.7925%20184.99%2031.7246%20186.664%2031.5946C186.844%2031.5807%20187.04%2031.5661%20187.255%2031.5508C187.416%2031.5699%20187.575%2031.5894%20187.735%2031.6086C188.501%2031.5616%20189.227%2031.5176%20189.979%2031.4713C188.898%2031.5814%20187.812%2031.6924%20186.68%2031.8055C186.588%2031.8148%20186.495%2031.8242%20186.403%2031.8336C186.496%2031.8256%20186.589%2031.8176%20186.68%2031.8095C188.149%2031.6813%20189.298%2031.5518%20190.533%2031.4347C192.207%2031.275%20193.789%2031.1659%20193.606%2031.1023C195.018%2030.9793%20197.33%2030.8637%20198.582%2030.7775C199.834%2030.6914%20200.559%2030.6213%20201.713%2030.5369C200.337%2030.6896%20199.15%2030.8051%20197.248%2030.9495C197.225%2030.971%20197.197%2030.9927%20197.174%2031.0143C193.615%2031.312%20194.209%2031.3728%20197.699%2031.0994C198.441%2031.041%20198.363%2030.985%20199.008%2030.9205C199.906%2030.8445%20200.823%2030.7685%20201.728%2030.6916C201.953%2030.6192%20202.689%2030.5163%20202.596%2030.4668C203.642%2030.3881%20204.38%2030.3398%20205.319%2030.2796C205.321%2030.2484%20205.321%2030.2172%20205.323%2030.186C207.114%2030.0368%20207.952%2029.9381%20207.97%2029.8731C209.207%2029.7801%20210.347%2029.6934%20211.574%2029.5947C211.333%2029.6423%20211.09%2029.6898%20210.837%2029.738C211.749%2029.7467%20212.6%2029.7589%20213.484%2029.7639C215.124%2029.6112%20216.115%2029.5642%20217.481%2029.3212C217.62%2029.3206%20217.789%2029.3128%20217.921%2029.3053C218.005%2029.2973%20218.055%2029.2965%20218.123%2029.2842C218.14%2029.2953%20218.189%2029.2292%20218.1%2029.3518C218.057%2029.4184%20218.101%2029.5503%20218.134%2029.5688C218.159%2029.5907%20218.161%2029.587%20218.166%2029.5893C218.175%2029.5904%20218.158%2029.5805%20218.151%2029.5758C217.656%2029.4907%20217.258%2029.4925%20217.115%2029.4843C217.007%2029.4824%20217.007%2029.4904%20217.112%2029.5105C217.226%2029.5326%20217.451%2029.5638%20217.784%2029.6229C217.896%2029.6435%20218.011%2029.6663%20218.096%2029.6951C218.111%2029.6995%20218.137%2029.7145%20218.102%2029.6989C218.092%2029.6937%20218.08%2029.6873%20218.058%2029.6684C218.023%2029.6404%20217.944%2029.5383%20217.959%2029.4045C217.984%2029.2627%20218.023%2029.2503%20218.041%2029.2234C218.062%2029.2007%20218.077%2029.1904%20218.086%2029.184C218.128%2029.16%20218.035%2029.1933%20217.999%2029.1959C217.771%2029.2371%20217.497%2029.2632%20217.202%2029.2908C216.624%2029.3426%20215.942%2029.3922%20215.236%2029.4501C214.36%2029.5212%20214.05%2029.599%20213.414%2029.6296C213.732%2029.5744%20213.976%2029.5239%20214.295%2029.4667C215.047%2029.413%20215.832%2029.3528%20216.583%2029.2822C217.184%2029.2101%20217.769%2029.1283%20218.038%2029.0373C218.039%2029.0448%20218.046%2029.0033%20217.912%2029.1358C217.896%2029.1547%20217.879%2029.1761%20217.861%2029.2075C217.832%2029.2597%20217.804%2029.3357%20217.801%2029.42C217.793%2029.5968%20217.89%2029.7285%20217.942%2029.7763C218.011%2029.8392%20218.031%2029.8412%20218.049%2029.8514C218.091%2029.8684%20218.03%2029.849%20217.996%2029.8451C217.912%2029.831%20217.812%2029.8197%20217.71%2029.8096C217.506%2029.7899%20217.303%2029.7758%20217.088%2029.7602C216.511%2029.7188%20215.899%2029.675%20215.078%2029.6033C215.079%2029.589%20215.089%2029.5755%20215.09%2029.5612C214.182%2029.4746%20213.275%2029.3898%20212.366%2029.3036C212.667%2029.3614%20212.974%2029.4196%20213.276%2029.4772C212.375%2029.3987%20211.473%2029.3199%20210.568%2029.2379C210.585%2029.281%20210.555%2029.3211%20210.592%2029.3654C208.994%2029.2285%20210.244%2029.2584%20209.143%2029.1714C208.716%2029.1371%20208.259%2029.0972%20207.789%2029.0536C206.093%2028.8788%20204.248%2028.7766%20202.972%2028.772C201.649%2028.6529%20200.493%2028.6125%20198.533%2028.5356C196.992%2028.4748%20194.547%2028.3891%20193.118%2028.3531C188.544%2028.2377%20184.879%2028.1467%20180.342%2028.0489C177.457%2027.9869%20173.557%2027.9552%20171.896%2027.8193C170.879%2027.7345%20173.802%2027.8297%20173.568%2027.7702C171.824%2027.7239%20170.802%2027.6706%20169.443%2027.6248C168.59%2027.5951%20167.639%2027.5698%20166.328%2027.5549C167.39%2027.5811%20168.431%2027.6072%20169.442%2027.633C169.615%2027.6373%20169.787%2027.6416%20169.958%2027.6459C169.789%2027.6669%20169.614%2027.6878%20169.441%2027.7087C169.318%2027.7246%20169.196%2027.7404%20169.078%2027.7563C167.834%2027.7375%20167.152%2027.7039%20165.891%2027.6718C165.117%2027.652%20164.211%2027.6547%20163.227%2027.6258C162.102%2027.5926%20161.614%2027.529%20160.038%2027.5177C160.021%2027.5375%20160.029%2027.5591%20160.02%2027.5795C158.937%2027.5525%20157.95%2027.5265%20156.857%2027.5C156.429%2027.5111%20155.298%2027.5105%20156.017%2027.5481C157.703%2027.6359%20160.085%2027.557%20160.038%2027.6741C156.618%2027.6202%20153.106%2027.5669%20149.683%2027.5157C148.07%2027.4497%20148.176%2027.4022%20148.267%2027.3394C147.945%2027.3547%20147.691%2027.374%20147.341%2027.3871C144.851%2027.3948%20142.432%2027.2492%20140.72%2027.2089C138.997%2027.1686%20139.051%2027.2328%20137.409%2027.1811C137.752%2027.1469%20138.01%2027.1067%20138.315%2027.0701C137.446%2027.0835%20136.569%2027.0971%20135.691%2027.1106C135.964%2027.1406%20136.259%2027.171%20136.52%2027.2008C135.887%2027.1941%20134.927%2027.1762%20134.383%2027.167C132.234%2027.131%20131.554%2027.1033%20129.554%2027.0428C128.967%2027.025%20127.259%2026.9978%20126.591%2026.9677C126.749%2027.0466%20125.84%2027.0797%20123.882%2027.0863C123.879%2027.0446%20123.868%2027.0027%20123.865%2026.9608C122.051%2026.9566%20120.261%2026.9527%20118.447%2026.9485C119.044%2026.9357%20119.646%2026.9231%20120.241%2026.9103C119.783%2026.8625%20119.329%2026.8146%20118.874%2026.7669C119.031%2026.8003%20119.186%2026.8338%20119.339%2026.8673C116.932%2026.8342%20114.516%2026.801%20112.11%2026.7683C112.109%2026.7996%20112.119%2026.8311%20112.122%2026.8624C111.219%2026.8502%20110.312%2026.8377%20109.407%2026.8254C110.242%2026.79%20109.517%2026.752%20109.39%2026.7003C110.145%2026.72%20110.907%2026.7397%20111.662%2026.7595C112.405%2026.7445%20113.147%2026.7294%20113.893%2026.7145C113.292%2026.6802%20112.686%2026.646%20112.084%2026.6117C113.288%2026.6385%20114.499%2026.6653%20115.706%2026.6922C115.107%2026.6734%20114.505%2026.6546%20113.905%2026.6359C113.894%2026.6046%20113.881%2026.5733%20113.874%2026.5422C111.385%2026.5091%20109.344%2026.5517%20107.097%2026.4503C107.257%2026.515%20107.419%2026.5798%20107.579%2026.6444C105.345%2026.6242%20104.56%2026.5749%20103.037%2026.5049C101.952%2026.455%20101.123%2026.4172%20100.371%2026.4708C99.5524%2026.5291%20101.484%2026.4947%20102.148%2026.5239C101.013%2026.5405%20101.52%2026.5852%20100.781%2026.6168C99.9631%2026.6517%2099.0003%2026.6357%20100.83%2026.7099C102.459%2026.6903%20104.128%2026.6709%20105.772%2026.6514C105.862%2026.7153%20106.226%2026.756%20104.016%2026.7225C104.008%2026.7534%20103.999%2026.7844%20103.99%2026.8154C102.494%2026.7948%20101%2026.7744%2099.5027%2026.754C99.5029%2026.7336%2099.4494%2026.7117%2099.4786%2026.6921C97.5129%2026.6526%2097.9318%2026.713%2096.0853%2026.7046C95.125%2026.7002%2093.2529%2026.7047%2091.6868%2026.671C90.1049%2026.6371%2088.1371%2026.5308%2085.9268%2026.5425C86.4764%2026.5162%2087.124%2026.4955%2087.7012%2026.4713C86.6322%2026.4776%2085.5441%2026.4837%2084.4741%2026.49C83.4453%2026.4661%2082.4157%2026.4423%2081.3787%2026.4184C81.6844%2026.4433%2081.9904%2026.4682%2082.297%2026.4931C81.0856%2026.4769%2079.8806%2026.4608%2078.6836%2026.445C78.9753%2026.4072%2079.2706%2026.3694%2079.5632%2026.3316C79.1049%2026.3355%2078.6588%2026.3395%2078.1942%2026.3433C78.1945%2026.3229%2078.2032%2026.3028%2078.2034%2026.2824C76.8479%2026.264%2075.5006%2026.246%2074.1637%2026.2278C74.139%2026.2074%2074.1166%2026.187%2074.0919%2026.1666C73.3426%2026.1465%2072.5961%2026.1262%2071.8544%2026.1061C69.7454%2026.153%2066.9422%2026.1032%2064.183%2026.0961C64.6495%2026.1336%2065.124%2026.1713%2065.5948%2026.209C66.3454%2026.2086%2067.0682%2026.2077%2067.8098%2026.2071C67.8176%2026.2385%2067.8214%2026.2699%2067.825%2026.3013C67.0711%2026.3008%2066.3403%2026.3006%2065.5768%2026.3001C64.9643%2026.2726%2064.3594%2026.2451%2063.7581%2026.2177C62.125%2026.216%2060.4289%2026.2134%2058.7946%2026.2117C58.9419%2026.1928%2059.0864%2026.1739%2059.2343%2026.1551C58.7847%2026.1489%2058.3499%2026.1433%2057.8887%2026.1369C57.7337%2026.1559%2057.5762%2026.1749%2057.426%2026.1939C53.2999%2026.1464%2049.3852%2026.03%2045.6906%2026.0639C44.1256%2025.9951%2042.5119%2025.964%2040.8809%2025.941C39.4699%2025.921%2038.099%2025.9071%2036.4268%2025.8786C35.5471%2025.8634%2034.5446%2025.8825%2033.5346%2025.8344C33.4769%2025.8547%2033.4967%2025.8756%2033.4677%2025.8962C32.1587%2025.8575%2030.7543%2025.818%2029.4114%2025.778C26.8542%2025.836%2025.7723%2025.7755%2022.9964%2025.6867C21.3566%2025.6345%2020.3096%2025.5949%2018.4602%2025.553C17.6597%2025.5344%2018.4309%2025.6512%2016.3364%2025.5767C16.2818%2025.5363%2016.3162%2025.4934%2016.2957%2025.4519C14.8809%2025.4595%2014.1929%2025.4407%2013.5789%2025.3759C15.4047%2025.4102%2016.5148%2025.438%2016.2802%2025.3579C16.8838%2025.3672%2017.4399%2025.3755%2018.0561%2025.3849C18.3016%2025.33%2019.2241%2025.3225%2017.609%2025.2539C15.0491%2025.2341%2012.4986%2025.2131%209.94203%2025.1867C9.52636%2025.104%2012.98%2025.0958%2013.5226%2025.031C11.1933%2024.9867%2010.635%2024.9304%2010.7881%2024.8583C9.74244%2024.832%209.21764%2024.8374%208.56609%2024.8475C7.26692%2024.867%207.52886%2024.9306%205.38887%2024.8706C5.55905%2024.8439%205.69624%2024.8175%205.87871%2024.79C4.70141%2024.7213%205.9155%2024.7153%206.06895%2024.6874C6.20392%2024.6598%205.10534%2024.6328%204.88437%2024.6075C4.44724%2024.5588%204.42501%2024.5392%203.90676%2024.5106C3.7773%2024.5033%203.62261%2024.4957%203.4203%2024.4861C3.32064%2024.4814%203.2091%2024.4762%203.08633%2024.4701C3.02465%2024.467%202.96086%2024.4638%202.89346%2024.4599C2.8613%2024.458%202.82527%2024.4558%202.79208%2024.4535C2.77547%2024.4523%202.75917%2024.4511%202.74359%2024.4496C2.73659%2024.4489%202.72913%2024.4481%202.7266%2024.4478C2.72718%2024.4481%202.72108%2024.4461%202.74194%2024.4512C2.75113%2024.4546%202.74432%2024.4488%202.78844%2024.4694C2.79892%2024.4749%202.8122%2024.4824%202.82996%2024.4967C2.84184%2024.5154%202.88481%2024.5118%202.91781%2024.6555C2.93536%2024.7981%202.82864%2024.8782%202.82127%2024.8825C2.80496%2024.8946%202.79276%2024.901%202.78302%2024.9058C2.71439%2024.9337%202.73449%2024.9215%202.72446%2024.9253C2.71906%2024.9781%202.74509%2025.0274%202.76349%2025.078C2.75087%2025.0787%202.73725%2025.0796%202.73866%2025.0792C2.73964%2025.079%202.74162%2025.0788%202.75207%2025.0769C2.75756%2025.0758%202.7683%2025.0742%202.79081%2025.0676C2.80949%2025.0604%202.83585%2025.0587%202.90818%2025.0097C2.91031%2025.0064%202.98954%2024.9607%203.04081%2024.8449C3.10207%2024.7271%203.06437%2024.5307%203.00156%2024.4575C2.92563%2024.36%202.90162%2024.3604%202.87095%2024.3391C2.72446%2024.2736%202.77385%2024.3053%202.75495%2024.2968C2.74873%2024.2958%202.74804%2024.2958%202.74765%2024.2958C2.75204%2024.2971%202.78146%2024.3003%202.80355%2024.3025C2.85295%2024.3073%202.90491%2024.3116%202.95667%2024.3157C3.06026%2024.3239%203.16717%2024.3315%203.27314%2024.3389C3.48497%2024.3536%203.69723%2024.3675%203.91216%2024.3812C3.93687%2024.3829%203.96204%2024.3845%203.98783%2024.3861C3.96242%2024.3799%203.93741%2024.3736%203.91274%2024.3674C3.78391%2024.3361%203.65381%2024.3046%203.53199%2024.2734C3.65919%2024.2776%203.78654%2024.2817%203.91615%2024.2858C5.97803%2024.3448%208.1545%2024.367%2010.2721%2024.4102C10.9544%2024.4232%2011.679%2024.4566%2012.0374%2024.4649C15.3548%2024.5407%2016.1487%2024.5325%2019.6179%2024.5688C20.2769%2024.5755%2022.3754%2024.654%2023.8733%2024.6591C24.3692%2024.6604%2024.7222%2024.6217%2025.8911%2024.6321C27.3094%2024.6451%2030.1906%2024.726%2031.9814%2024.7502C33.4223%2024.7698%2035.0314%2024.7659%2036.4618%2024.7818C36.4739%2024.8024%2036.4737%2024.8238%2036.4775%2024.8445C37.9817%2024.8368%2039.3752%2024.8275%2040.8968%2024.8197C40.9302%2024.8195%2040.9637%2024.8193%2040.9971%2024.8191C42.9122%2024.8544%2044.8866%2024.8902%2046.8503%2024.9259C46.8668%2024.9468%2046.8878%2024.967%2046.9001%2024.9883C48.5083%2024.9831%2049.3352%2025.0233%2050.9675%2025.044C52.5356%2025.0639%2053.738%2025.0325%2055.4498%2025.0726C56.0597%2025.1114%2056.6676%2025.1516%2057.2834%2025.1909C57.1382%2025.1476%2056.9384%2025.1022%2056.8312%2025.0603C58.0948%2025.0564%2059.8189%2025.1229%2060.7881%2025.1354C63.7158%2025.1728%2065.9195%2025.1514%2068.554%2025.2328C69.6142%2025.2654%2070.8856%2025.3608%2071.6656%2025.3782C74.8995%2025.4503%2075.1474%2025.3682%2077.1371%2025.3657C78.2913%2025.3643%2078.2322%2025.401%2078.9425%2025.4092C82.6926%2025.4524%2086.13%2025.4296%2089.779%2025.4691C93.4454%2025.5089%2097.1611%2025.6505%20100.567%2025.7046C103.277%2025.7476%20104.098%2025.6966%20106.537%2025.7866C106.52%2025.7648%20106.544%2025.7451%20106.565%2025.7245C107.808%2025.7412%20109.421%2025.7601%20110.58%2025.7774C111.381%2025.7893%20111.859%2025.8198%20112.383%2025.8271C113.952%2025.8484%20115.346%2025.8023%20116.813%2025.8364C118.579%2025.8777%20118.826%2025.9428%20120.985%2025.9525C120.977%2025.9679%20121%2025.9817%20121.004%2025.9966C121.466%2025.999%20121.924%2026.0015%20122.384%2026.0038C122.679%2026.0282%20122.982%2026.0528%20123.28%2026.0774C123.728%2026.0522%20124.18%2026.0271%20124.627%2026.0021C123.723%2025.9792%20122.806%2025.9562%20121.908%2025.9334C123.092%2025.9442%20124.301%2025.9552%20125.49%2025.9661C126.393%2025.9848%20127.286%2026.0032%20128.197%2026.0221C128.222%2026.0425%20128.25%2026.0632%20128.274%2026.0836C129.161%2026.096%20130.049%2026.1084%20130.928%2026.1209C130.775%2026.0426%20131.822%2026.068%20133.667%2026.0973C134.273%2026.1267%20134.872%2026.1561%20135.474%2026.1854C135.167%2026.1498%20134.865%2026.1143%20134.562%2026.0787C135.454%2026.0703%20136.36%2026.0624%20137.267%2026.0544C138.334%2026.1114%20139.375%2026.168%20140.445%2026.2252C140.291%2026.1919%20140.129%2026.1577%20139.98%2026.1251C140.996%2026.128%20141.421%2026.1664%20142.209%2026.1798C142.995%2026.1931%20143.203%2026.1707%20144.046%2026.1823C145.329%2026.2%20146.793%2026.2236%20148.09%2026.2428C148.106%2026.2637%20148.112%2026.2845%20148.12%2026.3055C148.425%2026.31%20148.728%2026.3145%20149.031%2026.319C149.031%2026.2984%20149.058%2026.2781%20149.046%2026.2575C151.416%2026.2672%20153.181%2026.2825%20155.719%2026.3286C160.37%2026.4129%20164.936%2026.466%20169.461%2026.5532C171.862%2026.5994%20174.148%2026.653%20176.514%2026.7268C178.994%2026.725%20181.426%2026.7501%20184.278%2026.8132C183.686%2026.77%20183.024%2026.7254%20182.449%2026.6828C183.66%2026.717%20184.815%2026.7508%20186.058%2026.7874C186.527%2026.8284%20186.955%2026.8687%20187.435%2026.9102C187.89%2026.8576%20188.333%2026.8045%20188.766%2026.7517C191.486%2026.8611%20189.669%2026.8772%20189.708%2026.9606C191.858%2027.0092%20194.396%2027.0723%20196.444%2027.1302C197.277%2027.1539%20197.773%2027.1968%20198.224%2027.2093C200.347%2027.269%20201.748%2027.2475%20203.729%2027.3995C204.602%2027.4151%20205.534%2027.443%20206.423%2027.4905C207.043%2027.5611%20207.436%2027.6234%20207.928%2027.6915C208.157%2027.7233%20208.412%2027.7569%20208.72%2027.7943C209.868%2027.9329%20210.782%2027.9954%20210.521%2028.0394C211.723%2028.1594%20212.904%2028.2728%20214.096%2028.3876C214.103%2028.3571%20214.113%2028.3269%20214.124%2028.2968C214.699%2028.3464%20215.282%2028.3967%20215.859%2028.4475C215.87%2028.4174%20215.875%2028.3869%20215.886%2028.3568C216.326%2028.4012%20216.769%2028.4466%20217.208%2028.4932C217.441%2028.518%20217.675%2028.5422%20217.923%2028.5761C218.055%2028.5956%20218.166%2028.6084%20218.356%2028.6556C218.413%2028.6725%20218.43%2028.6709%20218.562%2028.7274C218.628%2028.7635%20218.668%2028.7637%20218.821%2028.9092C218.923%2029.0064%20219.071%2029.2622%20219.028%2029.5411C219.014%2029.6677%20218.944%2029.8065%20218.919%2029.8419C218.89%2029.8875%20218.861%2029.9241%20218.833%2029.9545C218.603%2030.1767%20218.525%2030.1584%20218.479%2030.1866C218.425%2030.207%20218.37%2030.2235%20218.324%2030.2359C218.016%2030.4371%20215.613%2030.7744%20215.533%2030.6605C216.127%2030.5921%20216.736%2030.5194%20217.348%2030.4294C216.738%2030.5085%20216.139%2030.5693%20215.546%2030.6271C215.531%2030.5975%20215.515%2030.5679%20215.504%2030.5379C213.684%2030.7077%20211.791%2030.9628%20211.922%2031.0073C211.17%2031.0542%20210.433%2031.098%20209.651%2031.1444C207.076%2031.4103%20206.223%2031.5127%20206.539%2031.5915C205.684%2031.6507%20204.72%2031.7176%20203.881%2031.7737C203.847%2031.757%20203.808%2031.7405%20203.77%2031.7241C202.711%2031.7872%20201.713%2031.8443%20200.642%2031.9067C200.178%2031.9744%20199.772%2032.0374%20199.324%2032.1035C199.904%2032.0591%20200.45%2032.0172%20201.056%2031.9703C201.556%2031.9612%20202.04%2031.9534%20202.514%2031.9461C204.489%2031.7897%20206.415%2031.6345%20208.354%2031.4723C207.501%2031.4515%20207.497%2031.4205%20209.653%2031.1743C209.826%2031.2223%20209.998%2031.2702%20210.165%2031.3186C211.159%2031.1911%20212.274%2031.0507%20213.276%2030.915C213.136%2030.9488%20212.991%2030.983%20212.846%2031.0172C214.069%2030.9059%20215.073%2030.8206%20216.076%2030.7153C216.554%2030.6646%20217.077%2030.6053%20217.595%2030.5253C217.733%2030.5037%20217.853%2030.4838%20218.007%2030.4539C218.076%2030.4402%20218.143%2030.4265%20218.235%2030.4044C218.317%2030.3835%20218.4%2030.3663%20218.552%2030.3064C218.587%2030.2906%20218.624%2030.2808%20218.74%2030.2098C218.793%2030.1754%20218.856%2030.1304%20218.932%2030.0486C218.97%2030.0075%20219.01%2029.9563%20219.048%2029.8904C219.111%2029.7868%20219.178%2029.6008%20219.17%2029.413C219.161%2029.0186%20218.886%2028.777%20218.836%2028.7397C218.771%2028.6872%20218.718%2028.6564%20218.673%2028.6324C218.588%2028.5877%20218.503%2028.5604%20218.481%2028.5535C218.334%2028.5096%20218.247%2028.498%20218.158%2028.4835C217.989%2028.4583%20217.844%2028.4447%20217.689%2028.4308C217.821%2028.3888%20217.768%2028.3343%20217.232%2028.2434C216.878%2028.1831%20216.302%2028.1049%20215.406%2028.0006C214.355%2027.9285%20213.307%2027.859%20212.258%2027.7875C213.157%2027.8771%20214.061%2027.9656%20214.962%2028.0553C214.964%2028.1286%20214.978%2028.2029%20214.976%2028.276C212.82%2028.0685%20210.442%2027.8689%20208.344%2027.6435C208.186%2027.6265%20208.051%2027.6106%20207.938%2027.596C207.515%2027.5422%20207.328%2027.5029%20206.922%2027.4569C205.418%2027.2921%20204.867%2027.2877%20205.033%2027.2288C204.13%2027.1811%20203.245%2027.1475%20202.346%2027.1183C202.435%2027.1925%20202.575%2027.2491%20200.538%2027.2016C200.523%2027.17%20200.51%2027.1384%20200.495%2027.1069C199.9%2027.0838%20199.354%2027.0639%20198.784%2027.0442C198.76%2027.0234%20198.738%2027.0026%20198.71%2026.9816C198.126%2026.9618%20197.566%2026.9438%20196.97%2026.9253C196.932%2026.9043%20196.898%2026.8833%20196.86%2026.8623C195.99%2026.8368%20195.105%2026.8122%20194.201%2026.7886C194.184%2026.8083%20194.162%2026.828%20194.14%2026.8476C193.12%2026.831%20192.079%2026.8154%20191.019%2026.8005C189.444%2026.7235%20189.154%2026.6291%20186.946%2026.5862C187.083%2026.5475%20187.222%2026.509%20187.371%2026.4706C186.348%2026.4589%20185.239%2026.4463%20184.225%2026.4363C183.725%2026.5277%20187.203%2026.6563%20186.961%2026.7431C184.81%2026.6556%20182.953%2026.6669%20180.627%2026.6157C181.245%2026.6119%20181.852%2026.6081%20182.439%2026.6038C181.681%2026.5633%20180.841%2026.5212%20180.084%2026.4812C179.378%2026.4729%20178.633%2026.464%20177.903%2026.4555C179.503%2026.4149%20180.519%2026.37%20178.329%2026.26C178.185%2026.3094%20178.029%2026.3587%20177.896%2026.4083C176.737%2026.3872%20175.458%2026.3644%20174.299%2026.3442C174.004%2026.3806%20173.708%2026.4171%20173.407%2026.4534C170.541%2026.3483%20172.123%2026.3589%20173.273%2026.3105C170.791%2026.1192%20174.438%2026.2674%20175.637%2026.336C176.291%2026.3491%20176.329%2026.3162%20176.067%2026.2977C174.83%2026.2102%20172.587%2026.1881%20170.662%2026.1562C170.965%2026.1927%20171.278%2026.2292%20171.579%2026.2655C170.891%2026.2659%20170.185%2026.2661%20169.466%2026.2662C169.267%2026.2664%20169.067%2026.2666%20168.867%2026.2668C168.867%2026.2773%20168.866%2026.2877%20168.866%2026.2981C169.067%2026.3102%20169.266%2026.3223%20169.465%2026.3344C169.879%2026.3586%20170.289%2026.3828%20170.694%2026.4069C170.289%2026.4001%20169.879%2026.3932%20169.464%2026.3863C168.112%2026.3637%20166.621%2026.3392%20165.264%2026.3174C164.65%2026.2443%20167.27%2026.2223%20168.859%2026.2511C168.793%2026.1695%20167.361%2026.1258%20165.232%2026.0979C165.236%2026.1292%20165.239%2026.1607%20165.247%2026.1921C162.793%2026.1291%20160.482%2026.1201%20158.021%2026.0783C156.988%2026.1353%20155.896%2026.1917%20154.876%2026.2492C153.827%2026.2021%20152.749%2026.1539%20151.694%2026.1072C152.525%2026.1116%20153.935%2026.1854%20154.396%2026.1618C154.861%2026.1382%20155.263%2026.1038%20155.3%2026.0677C152.748%2026.04%20151.146%2026.0664%20149.446%2026.1048C148.402%2026.0471%20147.202%2026.0067%20146.372%2025.9428C145.832%2025.9016%20146.121%2025.8843%20144.445%2025.8742C144.757%2025.9092%20145.065%2025.9458%20145.371%2025.9814C144.298%2025.9759%20143.243%2025.971%20142.184%2025.9659C142.345%2025.9891%20142.514%2026.0124%20142.674%2026.0356C141.774%2026.0225%20140.865%2026.009%20139.951%2025.9957C140.248%2025.9479%20140.545%2025.9002%20140.84%2025.8523C139.621%2025.8762%20138.455%2025.9012%20137.244%2025.9254C137.39%2025.8858%20137.536%2025.8461%20137.681%2025.8067C137.38%2025.8103%20137.077%2025.8139%20136.779%2025.8176C136.325%2025.7823%20135.854%2025.7465%20135.404%2025.7112C136.609%2025.7286%20137.827%2025.7461%20139.023%2025.7635C137.678%2025.713%20136.289%2025.6618%20134.94%2025.6114C133.763%2025.6424%20131.677%2025.6154%20131.729%2025.6877C131.157%2025.6805%20130.595%2025.6738%20130.03%2025.6667C130.021%2025.6976%20130.015%2025.7286%20130.007%2025.7594C129.405%2025.7457%20128.801%2025.7318%20128.196%2025.7181C128.491%2025.6754%20128.786%2025.6327%20129.08%2025.5898C127.704%2025.6219%20126.356%2025.6541%20124.974%2025.6864C123.61%2025.6666%20121.896%2025.6543%20120.63%2025.6244C119.821%2025.6054%20119.342%2025.5582%20118.775%2025.547C117.131%2025.5143%20117.39%2025.5127%20115.751%2025.4689C114.409%2025.433%20109.976%2025.3712%20109.21%2025.2978C109.76%2025.2638%20110.382%2025.2314%20110.973%2025.198C109.953%2025.1534%20109.373%2025.1085%20108.218%2025.0648C107.063%2025.0211%20106.119%2025.0267%20106.413%2024.9632C105.801%2024.9525%20105.223%2024.9465%20104.62%2024.9378C104.603%2024.9225%20104.587%2024.9079%20104.653%2024.8934C106.153%2024.8521%20107.117%2024.8387%20109.65%2024.8823C111.369%2024.9119%20111.864%2024.9462%20113.25%2024.9008ZM158.809%2054.0019C158.795%2054.0216%20158.782%2054.0416%20158.769%2054.0614C159.518%2054.111%20160.273%2054.161%20161.021%2054.2111C160.718%2054.1625%20160.42%2054.1145%20160.117%2054.0661C161.314%2054.1541%20162.512%2054.2427%20163.71%2054.3321C164.016%2054.3966%20164.322%2054.4615%20164.627%2054.5261C163.43%2054.4366%20162.227%2054.3469%20161.026%2054.2583C161.027%2054.2897%20161.024%2054.321%20161.021%2054.3522C159.681%2054.2535%20158.333%2054.1551%20156.989%2054.0577C156.83%2054.0251%20156.676%2053.9928%20156.517%2053.9602C156.224%2053.9538%20155.931%2053.9474%20155.637%2053.941C154.73%2053.8817%20153.823%2053.8229%20152.918%2053.7645C153.801%2053.7804%20154.689%2053.7969%20155.574%2053.8137C154.982%2053.745%20154.395%2053.6767%20153.805%2053.6085C155.641%2053.7391%20156.476%2053.7704%20156.505%2053.7086C157.275%2053.8061%20158.042%2053.904%20158.809%2054.0019ZM164.633%2054.6051C164.484%2054.5992%20164.33%2054.5927%20164.182%2054.5868C163.731%2054.5376%20163.279%2054.4882%20162.828%2054.439C162.981%2054.4451%20163.13%2054.4512%20163.279%2054.457C163.73%2054.5062%20164.181%2054.5556%20164.633%2054.6051ZM170.065%2055.0155C170.062%2054.9955%20170.915%2055.0604%20170.917%2055.0805C170.92%2055.1006%20170.066%2055.0352%20170.065%2055.0155ZM201.593%2057.5554C201.592%2057.5356%20202.441%2057.6074%20202.441%2057.6272C202.444%2057.6471%20201.591%2057.575%20201.593%2057.5554ZM209.674%2058.2613C209.076%2058.2094%20208.475%2058.1577%20207.873%2058.1058C207.874%2058.0955%20207.875%2058.0851%20207.876%2058.0748C208.477%2058.1267%20209.078%2058.1782%20209.677%2058.2301C209.676%2058.2405%20209.675%2058.2509%20209.674%2058.2613ZM225.898%2059.6787C225.892%2059.6585%20226.752%2059.7363%20226.752%2059.756C226.755%2059.776%20225.892%2059.698%20225.898%2059.6787ZM144.827%2053.1541C144.828%2053.1344%20145.68%2053.1928%20145.679%2053.2125C145.682%2053.2324%20144.826%2053.1737%20144.827%2053.1541ZM183.581%2056.0418C183.578%2056.0217%20184.432%2056.0901%20184.432%2056.1099C184.435%2056.13%20183.58%2056.0614%20183.581%2056.0418ZM103.317%2050.6548C102.711%2050.6236%20102.108%2050.5928%20101.507%2050.5623C101.673%2050.5308%20100.983%2050.4768%20100.6%2050.4226C101.498%2050.4679%20102.401%2050.5139%20103.31%2050.5606C103.313%2050.592%20103.318%2050.6236%20103.317%2050.6548ZM127.665%2051.8987C127.684%2051.9202%20127.703%2051.9417%20127.722%2051.9632C128.304%2051.9993%20128.885%2052.0359%20129.47%2052.0727C129.473%2052.0937%20129.473%2052.1146%20129.472%2052.1353C128.869%2052.0979%20128.268%2052.0608%20127.668%2052.0241C127.367%2051.9639%20127.062%2051.9034%20126.761%2051.8434C127.06%2051.8616%20127.36%2051.88%20127.66%2051.8984C127.661%2051.8985%20127.663%2051.8986%20127.665%2051.8987ZM253.768%2062.2707C254.903%2062.3398%20256.149%2062.4381%20256.42%2062.5119C256.477%2062.5269%20256.494%2062.5408%20256.461%2062.5531C256.446%2062.5513%20256.432%2062.5495%20256.417%2062.5477C255.993%2062.496%20255.561%2062.4438%20255.126%2062.3912C254.679%2062.3515%20254.223%2062.311%20253.768%2062.2707ZM169.133%2054.8031C169.307%2054.8476%20168.541%2054.8604%20167.336%2054.7606C167.334%2054.7293%20167.329%2054.6977%20167.332%2054.6665C167.932%2054.7119%20168.532%2054.7573%20169.133%2054.8031ZM90.6765%2050.0064C90.0749%2049.9784%2089.4793%2049.9511%2088.8799%2049.9234C88.8762%2049.9128%2088.878%2049.9024%2088.8785%2049.892C89.4788%2049.9196%2090.0757%2049.9471%2090.678%2049.9753C90.6775%2049.9857%2090.677%2049.996%2090.6765%2050.0064ZM219.593%2059.0092C220.391%2059.0478%20222.609%2059.3162%20222.252%2059.2989C221.47%2059.2608%20219.238%2058.9921%20219.593%2059.0092ZM106.915%2050.7481C106.918%2050.7692%20106.922%2050.7903%20106.92%2050.8111C106.315%2050.7791%20105.711%2050.7474%20105.109%2050.716C105.559%2050.7186%20106.01%2050.7213%20106.463%2050.7242C106.614%2050.7321%20106.764%2050.7401%20106.915%2050.7481ZM109.627%2050.9554C109.326%2050.9392%20109.024%2050.923%20108.724%2050.9069C108.721%2050.8753%20108.713%2050.8435%20108.715%2050.8123C109.015%2050.8283%20109.317%2050.8446%20109.618%2050.8609C109.621%2050.8924%20109.62%2050.9238%20109.627%2050.9554ZM251.981%2062.0797C251.384%2062.0213%20250.768%2061.9613%20250.17%2061.9032C250.169%2061.8717%20250.166%2061.8399%20250.169%2061.8088C250.764%2061.8667%20251.38%2061.9266%20251.976%2061.985C251.977%2062.0165%20251.984%2062.0486%20251.981%2062.0797ZM260.925%2062.8694C261.462%2062.9065%20260.599%2062.7489%20262.762%2063.0018C262.697%2063.0712%20259.682%2062.8559%20257.371%2062.6123C257.375%2062.5714%20257.368%2062.5274%20257.372%2062.4875C258.566%2062.6068%20259.678%2062.7837%20260.925%2062.8694ZM142.091%2052.9215C141.101%2052.8616%20140.311%2052.7957%20139.401%2052.7264C138.485%2052.6568%20137.526%2052.5956%20137.577%2052.559C138.784%2052.6382%20139.975%2052.7169%20141.173%2052.797C141.475%2052.7964%20141.783%2052.7962%20142.085%2052.7958C142.087%2052.8376%20142.093%2052.88%20142.091%2052.9215ZM79.831%2049.3677C79.1805%2049.3822%2078.7662%2049.3988%2078.9394%2049.4551C78.0312%2049.4166%2077.1265%2049.3786%2076.2303%2049.3413C76.2279%2049.2995%2076.2214%2049.2575%2076.219%2049.2157C77.4099%2049.2649%2078.6456%2049.3171%2079.831%2049.3677ZM94.2796%2050.1456C93.6751%2050.0958%2093.0785%2050.0466%2092.4783%2049.9973C93.0753%2050.0255%2093.6731%2050.0539%2094.2744%2050.0829C94.2775%2050.1039%2094.2806%2050.1249%2094.2796%2050.1456ZM110.553%2050.9584C110.553%2050.9386%20111.406%2050.9851%20111.403%2051.0047C111.407%2051.0247%20110.553%2050.9781%20110.553%2050.9584ZM223.174%2059.3238C223.095%2059.2108%20226.5%2059.5647%20228.575%2059.7488C227.81%2059.7105%20227.045%2059.6724%20226.271%2059.6335C225.24%2059.53%20224.215%2059.4274%20223.174%2059.3238ZM195.255%2056.7891C194.608%2056.778%20194.167%2056.7755%20194.357%2056.8404C194.056%2056.8154%20193.759%2056.791%20193.46%2056.7663C193.455%2056.724%20193.455%2056.6821%20193.454%2056.6403C194.051%2056.6895%20194.653%2056.7392%20195.255%2056.7891ZM86.1808%2049.7224C86.1771%2049.7025%2087.0276%2049.7409%2087.0313%2049.7608C87.0329%2049.7805%2086.1818%2049.7421%2086.1808%2049.7224ZM97.9139%2050.2733C97.9104%2050.2534%2098.7696%2050.2959%2098.769%2050.3156C98.7708%2050.3354%2097.9146%2050.293%2097.9139%2050.2733ZM39.1934%2047.9365C37.7065%2047.8661%2036.182%2047.7942%2034.671%2047.7221C36.1793%2047.7629%2037.701%2047.8032%2039.1855%2047.8424C39.1886%2047.8738%2039.1945%2047.9052%2039.1934%2047.9365ZM276.666%2064.1718C275.822%2064.0814%20276.548%2064.2059%20275.705%2064.1264C275.193%2064.0781%20274.529%2064.0237%20273.86%2063.9515C272.049%2063.7566%20271.457%2063.6355%20269.939%2063.5463C270.534%2063.6148%20271.132%2063.6849%20271.714%2063.7533C271.716%2063.8158%20271.712%2063.8777%20271.713%2063.9403C271.134%2063.8832%20270.54%2063.8249%20269.941%2063.7664C271.043%2063.9302%20270.58%2063.9236%20272.635%2064.1352C272.611%2064.1083%20271.617%2063.9866%20272.153%2064.0211C273.459%2064.105%20273.876%2064.1774%20274.711%2064.1873C275.455%2064.1919%20279.364%2064.5592%20276.666%2064.1718ZM53.6437%2048.4214C52.64%2048.3731%2052.1003%2048.3306%2050.9414%2048.296C50.9346%2048.2542%2050.9277%2048.2123%2050.9209%2048.1705C51.5182%2048.1911%2052.1419%2048.2127%2052.7273%2048.2331C53.0318%2048.2958%2053.3359%2048.3586%2053.6437%2048.4214ZM58.1663%2048.5816C57.8677%2048.5709%2057.5717%2048.5605%2057.2644%2048.5494C57.1989%2048.5028%2056.4795%2048.4407%2056.3486%2048.3922C56.3569%2048.3925%2056.3652%2048.3928%2056.3735%2048.3931C56.3735%2048.3929%2056.3735%2048.3927%2056.3735%2048.3925C56.9639%2048.4151%2057.5755%2048.4345%2058.1544%2048.4561C58.161%2048.498%2058.1637%2048.5399%2058.1663%2048.5816ZM214.194%2058.4817C214.19%2058.4615%20215.044%2058.5363%20215.043%2058.5561C215.045%2058.576%20214.191%2058.5012%20214.194%2058.4817ZM222.12%2059.1046C223.035%2059.214%20221.043%2059.1131%20220.62%2059.0634C219.698%2058.9538%20221.707%2059.0551%20222.12%2059.1046ZM269.052%2063.7189C269.131%2063.6643%20268.139%2063.5256%20266.357%2063.3408C267.229%2063.4633%20268.172%2063.594%20269.052%2063.7189ZM82.5463%2049.5164C81.9536%2049.4904%2081.3347%2049.4638%2080.7347%2049.4378C80.731%2049.4272%2080.73%2049.4167%2080.7305%2049.4063C81.3307%2049.4322%2081.9491%2049.459%2082.5421%2049.485C82.5457%2049.4956%2082.5467%2049.506%2082.5463%2049.5164ZM94.2987%2050.0371C94.2951%2050.0172%2095.1545%2050.0585%2095.154%2050.0783C95.1553%2050.0979%2094.2999%2050.0568%2094.2987%2050.0371ZM102.394%2050.4511C101.182%2050.3892%20100.002%2050.3299%2098.7824%2050.2694C98.7829%2050.2589%2098.7834%2050.2485%2098.784%2050.2381C100.003%2050.2986%20101.184%2050.358%20102.396%2050.4198C102.395%2050.4303%20102.395%2050.4407%20102.394%2050.4511ZM17.4966%2047.0503C15.9431%2046.9391%2015.1631%2046.9115%2013.5286%2046.8312C12.109%2046.7012%2010.7863%2046.6399%209.20557%2046.3224C11.8094%2046.6671%2013.9026%2046.7706%2016.5793%2046.8793C16.9004%2046.9375%2017.1762%2046.9928%2017.4966%2047.0503ZM22.9278%2047.2907C22.3109%2047.2655%2021.7242%2047.2411%2021.1134%2047.2147C21.1098%2047.2041%2021.1116%2047.1937%2021.112%2047.1833C21.7225%2047.2095%2022.3097%2047.234%2022.9263%2047.2593C22.9301%2047.2699%2022.9282%2047.2803%2022.9278%2047.2907ZM123.143%2051.5005C121.341%2051.3922%20120.36%2051.3681%20120.439%2051.4355C122.239%2051.5418%20123.225%2051.5684%20123.143%2051.5005ZM137.568%2052.2762C138.697%2052.3517%20138.966%2052.4172%20139.374%2052.4737C140.068%2052.57%20140.56%2052.6368%20140.289%2052.6753C140.287%2052.6752%20140.286%2052.675%20140.284%2052.6748C137.973%2052.5319%20138.782%2052.5523%20138.474%2052.4771C138.164%2052.4021%20137.294%2052.3143%20137.568%2052.2762ZM17.6732%2043.3117C18.8605%2043.1896%2020.0548%2043.0685%2021.2634%2042.9472C20.6872%2043.0318%2020.0524%2043.1212%2019.4912%2043.2054C18.8641%2043.242%2018.2911%2043.275%2017.6732%2043.3117ZM87.0742%2049.6689C87.0705%2049.649%2087.9293%2049.688%2087.9289%2049.7078C87.9306%2049.7275%2087.075%2049.6886%2087.0742%2049.6689ZM215.974%2058.5906C215.374%2058.5379%20214.762%2058.4842%20214.168%2058.4322C214.166%2058.4111%20214.164%2058.39%20214.165%2058.3693C214.759%2058.4211%20215.372%2058.4748%20215.971%2058.5277C215.974%2058.5488%20215.976%2058.5699%20215.974%2058.5906ZM27.4355%2047.3875C26.8294%2047.3805%2026.2283%2047.3735%2025.632%2047.3662C25.629%2047.3348%2025.6231%2047.3033%2025.6243%2047.2721C25.7791%2047.278%2025.9278%2047.2837%2026.0736%2047.2893C26.5154%2047.3217%2026.984%2047.3551%2027.4355%2047.3875ZM115.929%2051.1457C115.629%2051.1289%20115.329%2051.112%20115.03%2051.0951C115.027%2051.0741%20115.024%2051.0531%20115.025%2051.0323C115.324%2051.049%20115.624%2051.0658%20115.924%2051.0827C115.927%2051.1038%20115.93%2051.1249%20115.929%2051.1457ZM291.489%2066.2656C291.494%2066.2464%20292.337%2066.3588%20292.334%2066.3783C292.338%2066.3986%20291.489%2066.2853%20291.489%2066.2656ZM22.171%2042.9111C23.1042%2042.8732%2023.983%2042.8398%2024.9013%2042.8037C23.9897%2042.8706%2023.1149%2042.9351%2022.1891%2043.0037C22.1826%2042.9729%2022.1817%2042.9416%2022.171%2042.9111ZM185.32%2055.9617C185.322%2055.9421%20184.468%2055.8735%20184.469%2055.8933C184.468%2055.9129%20185.321%2055.9816%20185.32%2055.9617ZM91.5855%2049.8455C91.584%2049.8257%2092.4409%2049.8662%2092.4445%2049.8861C92.4453%2049.9058%2091.5841%2049.8651%2091.5855%2049.8455ZM97.9035%2050.1478C97.9013%2050.1279%2098.755%2050.1702%2098.7586%2050.1901C98.7597%2050.2098%2097.9021%2050.1674%2097.9035%2050.1478ZM108.709%2050.7181C108.409%2050.7021%20108.108%2050.6863%20107.809%2050.6703C107.806%2050.6492%20107.803%2050.6281%20107.804%2050.6073C108.104%2050.6231%20108.404%2050.6392%20108.704%2050.6553C108.707%2050.6763%20108.71%2050.6973%20108.709%2050.7181ZM34.6873%2047.6444C34.6839%2047.6247%2035.5404%2047.6537%2035.5418%2047.6734C35.5423%2047.6933%2034.6886%2047.6642%2034.6873%2047.6444ZM38.3075%2047.7662C38.3024%2047.7463%2039.152%2047.7747%2039.1539%2047.7944C39.1557%2047.8142%2038.3055%2047.7858%2038.3075%2047.7662ZM142.223%2052.6491C142.642%2052.6648%20144.658%2052.8791%20143.741%2052.8443C143.328%2052.8284%20141.296%2052.6142%20142.223%2052.6491ZM63.5682%2048.5922C63.5674%2048.613%2063.5708%2048.6339%2063.5741%2048.6549C64.1693%2048.6772%2064.7692%2048.6998%2065.3738%2048.7228C65.3746%2048.702%2065.3712%2048.681%2065.3678%2048.6601C64.7633%2048.6371%2064.1634%2048.6145%2063.5682%2048.5922ZM72.5815%2048.9888C72.5877%2048.9693%2071.7187%2048.9346%2071.7233%2048.9545C71.7239%2048.9741%2072.59%2049.0088%2072.5815%2048.9888ZM232.172%2059.905C232.924%2059.9601%20234.103%2060.0919%20234.872%2060.1699C234.866%2060.1903%20234.877%2060.2123%20234.875%2060.233C234.276%2060.1776%20233.656%2060.1204%20233.068%2060.0661C232.77%2060.0124%20232.471%2059.9587%20232.172%2059.905ZM110.664%2036.6794C110.812%2036.6637%20110.965%2036.6475%20111.113%2036.6319C111.563%2036.6155%20112.013%2036.5993%20112.466%2036.5827C112.318%2036.5983%20112.166%2036.6143%20112.018%2036.6302C111.568%2036.6466%20111.114%2036.6631%20110.664%2036.6794ZM86.1338%2049.4232C86.4357%2049.4628%2086.7351%2049.5023%2087.0385%2049.5421C86.5891%2049.5374%2086.141%2049.533%2085.6949%2049.5286C85.2438%2049.4824%2084.7801%2049.4357%2084.3274%2049.3897C84.9253%2049.4004%2085.5396%2049.4122%2086.1283%2049.4229C86.1301%2049.423%2086.132%2049.4231%2086.1338%2049.4232ZM32.8465%2047.5345C32.6629%2047.5233%2032.4802%2047.5122%2032.2989%2047.501C31.87%2047.4752%2031.4485%2047.4496%2031.0369%2047.4242C31.4504%2047.4243%2031.8719%2047.4245%2032.3015%2047.4249C32.3329%2047.4249%2032.3642%2047.4248%2032.3956%2047.4248C32.5407%2047.4297%2032.6919%2047.435%2032.8389%2047.4401C32.8419%2047.4716%2032.8476%2047.5031%2032.8465%2047.5345ZM96.2041%2037.7372C96.2053%2037.7568%2095.3511%2037.8174%2095.3499%2037.7978C95.3492%2037.7781%2096.2016%2037.7177%2096.2041%2037.7372ZM11.1105%2046.3247C10.1823%2046.2575%2010.4033%2046.2953%2011.1183%2046.387C12.469%2046.5535%2014.0508%2046.6335%2013.8664%2046.6975C12.3349%2046.5771%2010.9088%2046.5316%209.22619%2046.215C9.22788%2046.1622%209.22366%2046.108%209.22635%2046.0554C9.90831%2046.2082%2010.4921%2046.2584%2011.1105%2046.3247ZM278.92%2064.4264C279.532%2064.5485%20280.128%2064.6694%20280.75%2064.7938C282.52%2065.016%20284.317%2065.2464%20286.092%2065.4815C283.705%2065.0808%20283.471%2064.9393%20278.92%2064.4264ZM110.51%2050.7211C109.905%2050.6883%20109.301%2050.6559%20108.7%2050.6238C108.699%2050.6238%20108.699%2050.6238%20108.698%2050.6238C108.698%2050.6134%20108.699%2050.603%20108.699%2050.5925C109.3%2050.6245%20109.904%2050.6571%20110.509%2050.6897C110.512%2050.7004%20110.51%2050.7107%20110.51%2050.7211ZM31.9316%2047.3147C31.0231%2047.283%2030.1233%2047.251%2029.2269%2047.2186C29.1962%2047.2407%2030.0183%2047.2715%2029.9302%2047.2922C29.8341%2047.3127%2028.9138%2047.2987%2029.2224%2047.3428C27.8515%2047.3044%2026.5394%2047.266%2025.1828%2047.2243C24.434%2047.1586%2023.6487%2047.0906%2022.8963%2047.0232C22.7139%2046.9545%2023.4161%2047.0055%2024.6974%2047.0483C24.8467%2047.0647%2024.9966%2047.0809%2025.1489%2047.0973C26.2071%2047.1487%2027.2509%2047.1984%2028.2871%2047.2468C28.6021%2047.2374%2028.9088%2047.2283%2029.2269%2047.2186C29.2242%2047.2185%2029.2215%2047.2184%2029.2187%2047.2183C29.3267%2047.1964%2030.0652%2047.2123%2030.1159%2047.188C30.4248%2047.199%2030.7239%2047.2095%2031.0196%2047.2201C31.3205%2047.2515%2031.6221%2047.2831%2031.9316%2047.3147ZM162.811%2054.0771C162.81%2054.0875%20162.809%2054.0978%20162.808%2054.1081C163.409%2054.1528%20164.009%2054.1976%20164.61%2054.2425C164.611%2054.2321%20164.611%2054.2217%20164.612%2054.2113C164.012%2054.1664%20163.411%2054.1217%20162.811%2054.0771ZM55.422%2048.1713C55.4213%2048.1921%2055.4247%2048.2129%2055.428%2048.2338C56.3151%2048.271%2058.391%2048.3188%2058.1338%2048.2679C57.2436%2048.2359%2056.3123%2048.2027%2055.422%2048.1713ZM67.5594%2047.9308C66.9244%2047.9266%2066.8956%2047.9821%2066.12%2047.9646C65.3333%2047.9467%2064.0678%2047.822%2064.4266%2047.9185C64.4266%2047.9186%2064.4266%2047.9188%2064.4265%2047.9189C64.7795%2048.0151%2065.7225%2048.0116%2067.0262%2048.1037C67.6291%2048.1462%2066.7014%2048.1759%2068.0177%2048.2446C67.0986%2048.2269%2066.2484%2048.2086%2065.3358%2048.1903C65.0602%2048.237%2064.7907%2048.2841%2064.513%2048.3308C66.4369%2048.4717%2067.7759%2048.6%2070.767%2048.7127C70.6005%2048.7228%2069.6834%2048.716%2069.8756%2048.7401C71.0658%2048.7765%2072.2949%2048.815%2073.4804%2048.8525C73.4796%2048.8734%2073.4829%2048.8944%2073.4861%2048.9154C74.9927%2048.9764%2076.4936%2049.0382%2078.0023%2049.1015C78.0027%2049.0911%2078.0045%2049.0808%2078.0008%2049.0703C76.4922%2048.9966%2074.9869%2048.9239%2073.4804%2048.8525C73.4772%2048.8316%2073.4739%2048.8106%2073.4747%2048.7898C72.3172%2048.7368%2071.7884%2048.7409%2070.767%2048.7127C70.9804%2048.6666%2070.6384%2048.6181%2069.4066%2048.5341C68.651%2048.5096%2067.8902%2048.4853%2067.1444%2048.4618C68.6453%2048.5039%2070.1488%2048.547%2071.6544%2048.5914C71.0383%2048.5252%2070.4517%2048.4601%2069.8316%2048.3942C71.374%2048.4585%2070.7031%2048.5%2072.2212%2048.5811C73.0215%2048.6241%2074.7366%2048.6849%2075.7124%2048.7247C76.6673%2048.7636%2077.1726%2048.7938%2077.0713%2048.7496C74.1965%2048.6351%2075.6922%2048.585%2074.351%2048.4652C75.2568%2048.497%2076.1583%2048.5288%2077.0543%2048.561C76.7429%2048.5171%2076.4348%2048.4734%2076.1253%2048.4296C75.0864%2048.3767%2074.0182%2048.3233%2072.9783%2048.2715C71.8047%2048.2602%2070.676%2048.243%2070.7308%2048.3043C70.1265%2048.2752%2069.5431%2048.247%2068.9259%2048.2177C69.1484%2048.1677%2070.8269%2048.2143%2070.715%2048.1473C68.6629%2048.076%2068.8031%2048.0201%2067.5594%2047.9308ZM216.41%2058.3465C215.486%2058.2937%20214.895%2058.2624%20215.056%2058.3215C215.961%2058.4009%20216.864%2058.4805%20217.76%2058.5596C217.919%2058.5285%20217.337%2058.4566%20216.41%2058.3465ZM59.0276%2048.2378C59.0265%2048.2689%2059.0323%2048.3004%2059.0353%2048.3317C59.6337%2048.3534%2060.2591%2048.3761%2060.8478%2048.3978C60.8489%2048.3666%2060.8405%2048.3351%2060.8375%2048.3038C60.2487%2048.2823%2059.6255%2048.2593%2059.0276%2048.2378ZM165.507%2054.153C166.258%2054.2404%20167.013%2054.3284%20167.764%2054.4164C168.514%2054.463%20169.263%2054.5098%20170.017%2054.5573C169.266%2054.469%20168.51%2054.3806%20167.76%2054.2926C167.01%2054.246%20166.26%2054.1995%20165.507%2054.153ZM190.29%2056.1921C190.142%2056.1695%20189.988%2056.1466%20189.837%2056.1238C190.136%2056.148%20190.44%2056.1729%20190.74%2056.1976C190.591%2056.1959%20190.439%2056.1938%20190.29%2056.1921ZM218.657%2058.5447C218.655%2058.5655%20218.658%2058.5866%20218.66%2058.6077C220.403%2058.7674%20221.599%2058.8665%20222.258%2058.865C221.067%2058.7585%20219.867%2058.6518%20218.657%2058.5447ZM14.7425%2046.4675C14.7088%2046.5159%2015.0429%2046.5955%2015.6747%2046.6751C16.5691%2046.7285%2017.4871%2046.7791%2018.3744%2046.8262C17.1654%2046.7121%2015.9508%2046.5938%2014.7425%2046.4675ZM106.545%2037.1796C106.09%2037.1964%20105.634%2037.2132%20105.18%2037.2299C105.179%2037.2247%20105.179%2037.2195%20105.179%2037.2143C106.08%2037.1502%20106.989%2037.0854%20107.888%2037.0214C107.441%2037.0742%20106.996%2037.1267%20106.548%2037.1795C106.547%2037.1795%20106.546%2037.1795%20106.545%2037.1796ZM77.091%2048.9385C77.0901%2048.9593%2077.0934%2048.9802%2077.0967%2049.0012C77.6978%2049.0263%2078.3058%2049.0517%2078.9117%2049.0773C78.4569%2049.0372%2077.9989%2048.9971%2077.5417%2048.9572C77.3929%2048.951%2077.2393%2048.9445%2077.091%2048.9385ZM196.148%2056.6437C197.05%2056.7187%20197.942%2056.7933%20198.846%2056.869C198.847%2056.8638%20198.847%2056.8586%20198.847%2056.8535C198.393%2056.7997%20197.947%2056.7467%20197.496%2056.6934C197.048%2056.6769%20196.598%2056.6604%20196.148%2056.6437ZM132.239%2035.3081C132.843%2035.2649%20133.447%2035.2215%20134.048%2035.1782C134.053%2035.1883%20134.052%2035.1989%20134.053%2035.2093C133.452%2035.2524%20132.848%2035.2958%20132.244%2035.3392C132.239%2035.3291%20132.24%2035.3185%20132.239%2035.3081ZM39.1535%2047.5586C39.1573%2047.5692%2039.1556%2047.5798%2039.1552%2047.5902C37.9711%2047.5509%2036.7487%2047.5101%2035.5432%2047.4695C35.5439%2047.4486%2035.5404%2047.4275%2035.5369%2047.4065C36.7469%2047.4577%2037.9694%2047.5089%2039.1535%2047.5586ZM125.027%2035.8414C125.479%2035.8038%20125.928%2035.7663%20126.376%2035.7289C126.391%2035.7285%20126.41%2035.7279%20126.425%2035.7274C126.417%2035.7281%20126.409%2035.7288%20126.401%2035.7295C125.946%2035.7666%20125.487%2035.804%20125.032%2035.841C125.03%2035.8412%20125.028%2035.8413%20125.027%2035.8414ZM51.0962%2041.0889C51.0965%2041.1086%2051.9521%2041.0474%2051.9495%2041.0279C51.947%2041.0084%2051.0896%2041.0696%2051.0962%2041.0889ZM265.453%2062.9791C266.056%2063.0575%20266.649%2063.1352%20267.239%2063.2129C267.238%2063.1814%20267.238%2063.1499%20267.237%2063.1185C267.086%2063.1025%20266.943%2063.0875%20266.795%2063.072C266.353%2063.0414%20265.905%2063.0104%20265.453%2062.9791ZM149.257%2052.9899C149.256%2052.9701%20148.403%2052.9106%20148.405%2052.9306C148.404%2052.9502%20149.26%2053.0098%20149.257%2052.9899ZM57.202%2048.1876C57.1991%2048.1679%2056.3419%2048.1374%2056.3459%2048.1572C56.3443%2048.1769%2057.2045%2048.2074%2057.202%2048.1876ZM64.4439%2048.4062C64.4431%2048.427%2064.4465%2048.448%2064.4498%2048.4689C64.75%2048.4803%2065.0518%2048.4917%2065.3544%2048.5033C65.3552%2048.4824%2065.3518%2048.4614%2065.3484%2048.4404C65.0459%2048.4288%2064.7441%2048.4176%2064.4439%2048.4062ZM147.488%2052.506C146.841%2052.5089%20146.276%2052.515%20145.68%2052.5217C146.205%2052.5836%20147.048%2052.6864%20147.447%2052.7373C148.103%2052.8214%20147.593%2052.7928%20147.932%2052.8509C148.37%2052.839%20148.829%2052.8297%20149.28%2052.8193C150.473%2052.9026%20151.691%2052.9885%20152.873%2053.0724C153.306%2053.1869%20150.897%2052.9687%20151.161%2053.0617C151.251%2053.0933%20153.007%2053.2096%20153.322%2053.2609C153.812%2053.2339%20154.216%2053.1989%20154.69%2053.1713C156.253%2053.2672%20156.765%2053.3656%20157.85%2053.4574C159.536%2053.6002%20160.471%2053.6413%20161.899%2053.7276C161.857%2053.7962%20163.101%2053.9372%20161.902%2053.9155C162.803%2053.9821%20163.707%2054.0493%20164.608%2054.1168C163.467%2053.9284%20162.724%2053.774%20162.786%2053.6676C160.477%2053.4986%20159.907%2053.5066%20160.09%2053.594C157.692%2053.3858%20154.596%2053.0461%20151.967%2052.8827C151.83%2052.9041%20151.656%2052.9237%20151.538%2052.9462C149.866%2052.7983%20150.763%2052.8131%20150.017%2052.7165C149.663%2052.6708%20147.968%2052.5662%20147.488%2052.506ZM89.8361%2038.3579C89.8394%2038.3774%2088.9907%2038.438%2088.9853%2038.4186C88.9795%2038.3993%2089.8345%2038.3383%2089.8361%2038.3579ZM151.179%2033.9753C151.786%2033.9314%20152.391%2033.8875%20152.992%2033.844C152.544%2033.8972%20152.098%2033.9504%20151.648%2034.0038C151.647%2034.0039%20151.646%2034.004%20151.645%2034.0042C151.496%2034.015%20151.341%2034.0262%20151.192%2034.0369C151.19%2034.0162%20151.18%2033.996%20151.179%2033.9753ZM102.365%2050.0426C102.295%2050.1019%20103.293%2050.1847%20105.08%2050.2763C105.144%2050.2169%20104.18%2050.1337%20102.365%2050.0426ZM125.807%2051.4253C125.808%2051.4056%20124.951%2051.3539%20124.952%2051.3737C124.951%2051.3933%20125.809%2051.4451%20125.807%2051.4253ZM46.3978%2047.7413C47.2114%2047.7366%2049.4147%2047.881%2049.0764%2047.8841C48.2809%2047.8889%2046.0496%2047.7441%2046.3978%2047.7413ZM163.785%2033.1074C163.791%2033.1267%20162.943%2033.1884%20162.941%2033.1688C162.938%2033.1494%20163.783%2033.0878%20163.785%2033.1074ZM88.9721%2038.4666C90.1136%2038.3906%2090.6692%2038.3273%2091.6723%2038.2428C91.6738%2038.2635%2091.6836%2038.2837%2091.6851%2038.3043C90.7796%2038.3688%2089.8758%2038.4333%2088.977%2038.4974C88.9754%2038.4871%2088.9737%2038.4768%2088.9721%2038.4666ZM216.935%2028.9231C217.224%2028.8845%20217.511%2028.8443%20217.769%2028.7931C217.773%2028.8135%20217.783%2028.8328%20217.787%2028.8532C217.532%2028.9043%20217.238%2028.9461%20216.952%2028.9843C216.949%2028.9636%20216.938%2028.9438%20216.935%2028.9231ZM264.536%2062.6484C262.31%2062.4109%20262.717%2062.4924%20262.746%2062.5587C263.048%2062.5905%20263.35%2062.62%20263.648%2062.6513C263.946%2062.7239%20264.244%2062.7965%20264.538%2062.8688C264.537%2062.7954%20264.54%2062.7224%20264.536%2062.6484ZM261.823%2062.5744C261.825%2062.5547%20260.986%2062.4694%20260.986%2062.4891C260.985%2062.5088%20261.827%2062.5945%20261.823%2062.5744ZM135.87%2035.1415C136.259%2035.0889%20136.343%2035.0701%20136.77%2035.0767C136.468%2035.0984%20136.17%2035.1201%20135.87%2035.1415ZM142.038%2052.4321C142.039%2052.4124%20141.183%2052.3549%20141.184%2052.3748C141.183%2052.3944%20142.038%2052.4518%20142.038%2052.4321ZM50.0208%2047.8746C50.0166%2047.8548%2050.8689%2047.8841%2050.8693%2047.9038C50.869%2047.9234%2050.019%2047.8942%2050.0208%2047.8746ZM298.588%2066.9438C298.592%2066.9243%20297.748%2066.8004%20297.747%2066.8203C297.747%2066.8401%20298.59%2066.9639%20298.588%2066.9438ZM78.8965%2048.9203C78.8956%2048.9411%2078.8988%2048.9622%2078.902%2048.9832C79.4948%2048.9875%2080.096%2048.9921%2080.6955%2048.997C80.0928%2048.9711%2079.4924%2048.9456%2078.8965%2048.9203ZM191.613%2056.1593C191.615%2056.1397%20190.758%2056.0696%20190.76%2056.0895C190.761%2056.1093%20191.616%2056.1794%20191.613%2056.1593ZM194.333%2056.2892C193.436%2056.1993%20192.534%2056.1092%20191.633%2056.0196C192.229%2056.0792%20192.825%2056.1389%20193.416%2056.1983C193.43%2056.2307%20193.438%2056.2625%20193.452%2056.2949C194.192%2056.3655%20194.941%2056.4373%20195.689%2056.5091C197.041%2056.5961%20198.38%2056.6826%20199.737%2056.7712C199.139%2056.7111%20198.53%2056.6501%20197.937%2056.5907C197.936%2056.5989%20197.94%2056.6076%20197.943%2056.616C197.344%2056.5729%20196.745%2056.5296%20196.144%2056.4864C195.543%2056.3945%20194.939%2056.3027%20194.331%2056.2106C194.333%2056.237%20194.335%2056.2632%20194.333%2056.2892ZM206.924%2057.4439C206.924%2057.4241%20206.071%2057.351%20206.074%2057.3712C206.078%2057.3914%20206.925%2057.4638%20206.924%2057.4439ZM21.0775%2046.8376C20.4871%2046.8109%2019.8784%2046.7862%2019.2687%2046.7578C19.8756%2046.7646%2020.4841%2046.7703%2021.072%2046.7747C21.0711%2046.7956%2021.0784%2046.8168%2021.0775%2046.8376ZM70.0662%2039.8297C70.0695%2039.8491%2070.9178%2039.7885%2070.9128%2039.7692C70.9099%2039.7496%2070.0602%2039.8104%2070.0662%2039.8297ZM142.964%2052.4163C142.962%2052.437%20142.965%2052.4581%20142.968%2052.4791C143.572%2052.52%20144.169%2052.5605%20144.771%2052.6016C144.772%2052.5809%20144.769%2052.5598%20144.767%2052.5388C144.165%2052.4977%20143.568%2052.4572%20142.964%2052.4163ZM189.942%2031.2394C189.931%2031.26%20189.109%2031.3217%20189.102%2031.3025C189.1%2031.2829%20189.925%2031.221%20189.942%2031.2394ZM180.967%2031.8936C181.883%2031.8257%20182.748%2031.7614%20183.658%2031.6937C183.663%2031.7037%20183.662%2031.7143%20183.663%2031.7247C182.753%2031.7924%20181.888%2031.8565%20180.972%2031.9244C180.967%2031.9144%20180.968%2031.9039%20180.967%2031.8936ZM61.7051%2047.9915C58.8414%2047.8784%2058.0347%2047.9405%2055.4003%2047.8581C55.3765%2047.8369%2055.3782%2047.8168%2055.334%2047.7944C53.5875%2047.7226%2051.9698%2047.6181%2050.9442%2047.6576C50.0587%2047.6921%2052.6768%2047.7527%2053.4914%2047.7938C53.5328%2047.7963%2053.5743%2047.7987%2053.6157%2047.8011C53.8149%2047.8167%2053.4156%2047.8202%2053.6752%2047.8413C54.7261%2047.9272%2055.7051%2047.9902%2055.4155%2048.0463C58.1866%2048.1466%2059.9638%2048.1276%2062.6324%2048.2761C62.928%2048.2245%2063.2342%2048.1732%2063.523%2048.1214C62.6167%2048.0979%2061.7068%2048.0749%2060.8139%2048.0526C61.1091%2048.0321%2061.4074%2048.0118%2061.7051%2047.9915ZM39.403%2042.0668C39.1678%2042.1817%2042.9226%2041.8966%2043.8836%2041.7608C43.0369%2041.8117%2043.3193%2041.7274%2042.5618%2041.7808C39.8363%2041.9726%2042.4777%2041.9142%2039.403%2042.0668ZM108.797%2037.0975C108.802%2037.1168%20107.953%2037.1775%20107.947%2037.1582C107.943%2037.1388%20108.795%2037.0778%20108.797%2037.0975ZM171.048%2032.6241C171.049%2032.6449%20171.062%2032.6648%20171.063%2032.6856C170.467%2032.7291%20169.866%2032.7732%20169.26%2032.8175C169.857%2032.7531%20170.457%2032.6882%20171.048%2032.6241ZM77.2309%2039.3503C77.2354%2039.3697%2076.3766%2039.431%2076.3756%2039.4113C76.3709%2039.3919%2077.2249%2039.331%2077.2309%2039.3503ZM195.839%2030.8054C196.611%2030.7566%20197.341%2030.7108%20198.09%2030.6633C198.091%2030.6631%20198.093%2030.6629%20198.095%2030.6627C198.097%2030.6834%20198.107%2030.7035%20198.109%2030.7243C196.951%2030.8141%20195.659%2030.9136%20194.517%2031.0009C194.961%2030.9356%20195.371%2030.8728%20195.839%2030.8054ZM52.9402%2041.0989C53.5337%2041.0459%2054.1075%2040.9942%2054.704%2040.9409C53.511%2041.026%2052.549%2041.1303%2051.56%2041.1666C50.0601%2041.3064%2050.6564%2041.2732%2050.961%2041.2892C51.436%2041.3136%2050.1011%2041.435%2050.2565%2041.478C51.1176%2041.3535%2052.0318%2041.2264%2052.9402%2041.0989ZM259.143%2062.2242C260.363%2062.3575%20261.53%2062.4865%20262.748%2062.6217C262.754%2062.6015%20262.728%2062.5777%20262.746%2062.5587C262.305%2062.5125%20261.877%2062.471%20261.452%2062.4275C261.138%2062.3742%20260.819%2062.3208%20260.5%2062.2671C260.051%2062.2531%20259.586%2062.2375%20259.143%2062.2242ZM186.351%2031.54C186.357%2031.5593%20185.52%2031.6219%20185.513%2031.6026C185.51%2031.5832%20186.351%2031.5203%20186.351%2031.54ZM173.78%2032.549C173.597%2032.5312%20174.364%2032.4036%20175.552%2032.3247C175.563%2032.3552%20175.569%2032.3863%20175.576%2032.4171C174.984%2032.4607%20174.384%2032.5047%20173.78%2032.549ZM216.941%2029.0329C216.939%2029.0432%20216.74%2029.0744%20216.531%2029.0997C216.305%2029.1271%20216.112%2029.144%20216.107%2029.1346C216.107%2029.1246%20216.297%2029.0983%20216.524%2029.0708C216.733%2029.0455%20216.933%2029.0241%20216.941%2029.0329ZM139.55%2035.1901C138.943%2035.2025%20138.335%2035.215%20137.725%2035.2275C138.932%2035.1407%20140.133%2035.0543%20141.327%2034.9682C141.325%2034.9371%20141.316%2034.9064%20141.309%2034.8757C139.215%2035.0054%20137.085%2035.1381%20134.98%2035.268C135.163%2035.2922%20134.38%2035.3663%20134.576%2035.3914C134.575%2035.3915%20134.573%2035.3916%20134.571%2035.3917C134.876%2035.4305%20136.126%2035.4011%20135.942%2035.481C137.142%2035.3846%20138.349%2035.2869%20139.55%2035.1901ZM66.4515%2040.1813C65.5601%2040.2291%2064.6471%2040.2785%2063.7362%2040.3278C63.7369%2040.3382%2063.7391%2040.3486%2063.744%2040.3587C63.7421%2040.3588%2063.7403%2040.3589%2063.7384%2040.3591C64.4948%2040.3156%2065.2684%2040.2708%2066.0062%2040.2286C66.1525%2040.213%2066.3007%2040.1973%2066.4515%2040.1813ZM119.757%2036.8303C122.758%2036.5945%20122.685%2036.484%20126.042%2036.2544C125.431%2036.2565%20124.82%2036.2585%20124.208%2036.2605C126.151%2036.1445%20127.979%2035.996%20129.984%2035.8426C130.411%2035.81%20130.546%2035.777%20131.125%2035.7362C132.814%2035.6175%20134.315%2035.5777%20134.112%2035.4869C132.918%2035.573%20131.698%2035.6603%20130.506%2035.7459C130.494%2035.6946%20130.482%2035.6432%20130.47%2035.5919C129.333%2035.6955%20128.961%2035.7253%20127.809%2035.7832C127.777%2035.8056%20127.745%2035.8279%20127.714%2035.8503C127.144%2035.8923%20126.581%2035.9335%20126.014%2035.9752C125.996%2036.0072%20125.981%2036.0391%20125.963%2036.0712C125.395%2036.1129%20124.83%2036.1546%20124.261%2036.1964C124.242%2036.2178%20124.231%2036.2388%20124.208%2036.2605C123.611%2036.3037%20123.006%2036.3476%20122.404%2036.3912C122.681%2036.3864%20122.963%2036.3815%20123.245%2036.3766C122.821%2036.4227%20122.396%2036.4687%20121.968%2036.5149C121.215%2036.5583%20120.462%2036.602%20119.708%2036.6457C121.619%2036.592%20121.607%2036.6152%20119.749%2036.8309C119.751%2036.8307%20119.754%2036.8305%20119.757%2036.8303ZM246.145%2060.8561C245.779%2060.8131%20244.898%2060.7329%20244.839%2060.7303C244.153%2060.6995%20245.437%2060.8615%20246.112%2060.9459C246.859%2060.9964%20247.614%2061.0486%20248.359%2061.0993C248.358%2061.0991%20248.356%2061.099%20248.354%2061.0988C247.281%2061.0048%20246.838%2060.9374%20246.145%2060.8561ZM266.346%2062.8994C266.343%2062.9201%20266.345%2062.9414%20266.347%2062.9625C266.936%2063.0241%20267.541%2063.0874%20268.146%2063.1513C268.148%2063.1306%20268.146%2063.1095%20268.145%2063.0884C267.539%2063.0244%20266.935%2062.961%20266.346%2062.8994ZM59.0156%2048.1122C58.1161%2048.0796%2057.2126%2048.0473%2056.3039%2048.015C56.3002%2048.0045%2056.3019%2047.994%2056.3023%2047.9836C57.2104%2048.0159%2058.1123%2048.0482%2059.0112%2048.0807C59.015%2048.0913%2059.016%2048.1018%2059.0156%2048.1122ZM103.454%2037.6829C103.26%2037.6092%20104.483%2037.4632%20107.027%2037.2709C107.034%2037.3122%20107.042%2037.3532%20107.049%2037.3945C105.849%2037.4907%20104.65%2037.587%20103.454%2037.6829ZM288.804%2065.5064C288.806%2065.4867%20289.648%2065.5948%20289.649%2065.6148C289.653%2065.6351%20288.804%2065.5262%20288.804%2065.5064ZM145.814%2034.5506C145.813%2034.5402%20145.814%2034.5298%20145.809%2034.5197C144.919%2034.5996%20144.018%2034.6801%20143.12%2034.7605C143.273%2034.7547%20143.421%2034.7494%20143.574%2034.7436C144.323%2034.6792%20145.071%2034.6146%20145.814%2034.5506ZM216.097%2029.1831C216.557%2029.1323%20216.962%2029.0803%20217.286%2029.0285C217.471%2028.9989%20217.619%2028.9721%20217.767%2028.9393C217.822%2028.927%20217.922%2028.9024%20217.953%2028.8905C217.979%2028.8827%20217.998%2028.8701%20217.951%2028.891C217.931%2028.9012%20217.899%2028.917%20217.846%2028.9621C217.796%2029.0337%20217.71%2028.9937%20217.633%2029.3905C217.607%2029.769%20217.893%2029.9553%20217.882%2029.9488C217.929%2029.9835%20217.959%2029.9975%20217.978%2030.007C218.072%2030.0387%20217.945%2029.9975%20217.875%2029.9882C217.805%2029.9752%20217.709%2029.961%20217.625%2029.9495C217.445%2029.9248%20217.266%2029.9037%20217.077%2029.8816C216.1%2029.7678%20215.12%2029.6602%20214.138%2029.5526C215.121%2029.6385%20216.103%2029.7243%20217.083%2029.8166C217.359%2029.843%20217.644%2029.8688%20217.885%2029.9049C217.951%2029.9151%20218.002%2029.9246%20218.034%2029.933C218.039%2029.9295%20218.065%2029.9595%20217.94%2029.8808C217.93%2029.8662%20217.812%2029.8163%20217.739%2029.5872C217.707%2029.4772%20217.716%2029.3385%20217.755%2029.2426C217.803%2029.1295%20217.816%2029.1271%20217.842%2029.0908C217.938%2028.9805%20217.984%2028.9736%20218%2028.9631C218.028%2028.9557%20217.835%2029.0064%20217.74%2029.0218C217.22%2029.1158%20216.67%2029.1793%20216.117%2029.2437C216.111%2029.2234%20216.099%2029.2038%20216.097%2029.1831ZM189.076%2031.3983C189.083%2031.4175%20188.238%2031.481%20188.232%2031.4618C188.228%2031.4423%20189.077%2031.3785%20189.076%2031.3983ZM275.326%2063.7386C275.161%2063.8047%20275.238%2063.8767%20278.015%2064.1974C278.616%2064.2236%20279.228%2064.2516%20279.811%2064.2769C278.328%2064.0953%20276.806%2063.9132%20275.326%2063.7386ZM279.791%2064.3847C279.795%2064.3653%20278.947%2064.268%20278.947%2064.2879C278.949%2064.3078%20279.793%2064.4047%20279.791%2064.3847ZM38.4936%2042.1949C38.4929%2042.1846%2038.4935%2042.1741%2038.4886%2042.1641C37.8804%2042.2078%2037.2832%2042.2507%2036.6993%2042.2927C36.7001%2042.3031%2036.6995%2042.3135%2036.7042%2042.3236C37.2882%2042.2815%2037.8853%2042.2387%2038.4936%2042.1949ZM177.381%2032.2527C177.987%2032.208%20178.587%2032.1638%20179.179%2032.12C179.184%2032.1405%20179.19%2032.1609%20179.191%2032.1817C179.046%2032.1925%20178.894%2032.2037%20178.747%2032.2145C178.293%2032.2272%20177.839%2032.2398%20177.381%2032.2527ZM77.9822%2048.788C77.9817%2048.7984%2077.9799%2048.8088%2077.9836%2048.8194C79.2066%2048.8707%2080.3793%2048.9206%2081.597%2048.9732C81.5974%2048.9628%2081.5979%2048.9524%2081.5983%2048.942C80.3802%2048.8893%2079.2057%2048.8393%2077.9822%2048.788ZM83.3901%2048.9887C83.3892%2049.0095%2083.3965%2049.0306%2083.3956%2049.0514C83.6958%2049.0647%2083.9973%2049.0779%2084.2991%2049.0913C84.3%2049.0705%2084.2967%2049.0494%2084.2935%2049.0284C83.9918%2049.0149%2083.6903%2049.0018%2083.3901%2048.9887ZM121.302%2050.8908C121.657%2051.022%20124.104%2051.1529%20126.73%2051.309C126.732%2051.2778%20126.724%2051.246%20126.722%2051.2145C125.802%2051.153%20124.891%2051.0926%20123.979%2051.0326C123.094%2050.9853%20122.195%2050.9375%20121.302%2050.8908ZM56.546%2040.9348C56.5452%2040.9245%2056.543%2040.9142%2056.5381%2040.9042C55.9272%2040.9478%2055.3209%2040.9911%2054.7217%2041.0338C54.7224%2041.0441%2054.7246%2041.0544%2054.7294%2041.0644C55.3286%2041.0216%2055.935%2040.9783%2056.546%2040.9348ZM249.261%2061.1237C249.862%2061.2029%20250.443%2061.2802%20251.06%2061.3613C251.062%2061.3406%20251.06%2061.3194%20251.057%2061.2983C250.443%2061.2383%20249.86%2061.1818%20249.261%2061.1237ZM44.5636%2047.5501C43.9523%2047.5296%2043.3489%2047.5096%2042.7555%2047.4899C42.7562%2047.4691%2042.7487%2047.4479%2042.7494%2047.4271C43.3428%2047.4467%2043.9461%2047.4669%2044.5573%2047.4872C44.5608%2047.5082%2044.5643%2047.5293%2044.5636%2047.5501ZM18.9911%2025.6827C18.9873%2025.6618%2018.9779%2025.641%2018.9782%2025.6202C19.599%2025.6298%2020.1794%2025.6388%2020.7872%2025.6482C20.1834%2025.6597%2019.6083%2025.6715%2018.9911%2025.6827ZM196.993%2027.961C198.51%2028.0806%20197.11%2028.0488%20196.244%2028.0816C195.8%2028.098%20196.689%2028.1485%20196.002%2028.1484C195.289%2028.1474%20193.859%2028.098%20193.442%2028.1295C194%2028.1795%20194.689%2028.2348%20195.269%2028.287C195.704%2028.2893%20196.167%2028.2928%20196.59%2028.2955C198.268%2028.3867%20197.193%2028.3777%20197.061%2028.432C198.553%2028.445%20200.06%2028.4627%20201.55%2028.4918C201.551%2028.461%20201.544%2028.4297%20201.546%2028.3989C200.945%2028.3639%20200.337%2028.3305%20199.74%2028.2991C200.648%2028.3154%20201.529%2028.3334%20202.435%2028.3582C200.95%2028.266%20199.412%2028.1866%20197.91%2028.1136C199.405%2028.1447%20200.936%2028.182%20202.417%2028.2322C201.503%2028.1863%20200.622%2028.1475%20199.712%2028.1105C199.996%2028.0996%20200.317%2028.0902%20200.612%2028.0804C199.411%2028.0357%20198.186%2027.9958%20196.993%2027.961ZM14.1647%2044.0267C14.2973%2043.9904%2013.8776%2044.0186%2013.2035%2044.0728C13.545%2044.0553%2013.8351%2044.0425%2014.1647%2044.0267ZM183.518%2055.2366C183.949%2055.2812%20184.375%2055.3255%20184.805%2055.3702C184.979%2055.4159%20185.153%2055.4616%20185.323%2055.507C185.634%2055.501%20185.945%2055.4949%20186.257%2055.4891C186.847%2055.5363%20187.441%2055.5842%20188.029%2055.6315C188.031%2055.6107%20188.027%2055.5894%20188.02%2055.568C186.517%2055.4565%20185.019%2055.3462%20183.518%2055.2366ZM201.516%2056.8267C201.516%2056.807%20200.663%2056.735%20200.666%2056.7551C200.665%2056.7748%20201.519%2056.8468%20201.516%2056.8267ZM108.664%2050.121C108.666%2050.1629%20108.672%2050.2049%20108.674%2050.2466C109.274%2050.2787%20109.876%2050.311%20110.48%2050.3438C110.176%2050.2856%20109.867%2050.2272%20109.564%2050.1692C109.264%2050.1529%20108.963%2050.137%20108.664%2050.121ZM223.153%2058.3166C223.193%2058.3897%20224.514%2058.535%20223.881%2058.5575C223.452%2058.5713%20220.085%2058.3817%20220.472%2058.4852C222.683%2058.6156%20224.019%2058.7581%20226.749%2059.0183C226.845%2058.9795%20225.766%2058.9035%20224.927%2058.8059C223.683%2058.6612%20224.064%2058.6368%20224.048%2058.5862C224.65%2058.6711%20225.25%2058.757%20225.847%2058.8422C226.136%2058.8114%20226.431%2058.781%20226.726%2058.7509C225.531%2058.605%20224.326%2058.4603%20223.153%2058.3166ZM169.047%2027.8186C168.161%2027.804%20167.255%2027.7891%20166.33%2027.7741C166.326%2027.7637%20166.324%2027.7532%20166.325%2027.7427C167.25%2027.7577%20168.158%2027.7728%20169.045%2027.7875C169.049%2027.7979%20169.047%2027.8082%20169.047%2027.8186ZM122.396%2036.359C122.39%2036.3282%20122.385%2036.2972%20122.378%2036.2663C121.076%2036.354%20120.493%2036.4161%20119.684%2036.5062C120.514%2036.479%20121.103%2036.4572%20122.396%2036.359ZM123.311%2036.2151C123.317%2036.2344%20124.168%2036.1734%20124.164%2036.154C124.163%2036.1343%20123.305%2036.1958%20123.311%2036.2151ZM178.047%2027.9597C178.04%2027.9399%20177.208%2027.9247%20177.208%2027.9444C177.211%2027.9641%20178.045%2027.9793%20178.047%2027.9597ZM269.04%2063.1045C269.478%2063.1666%20269.938%2063.2313%20270.39%2063.2954C270.54%2063.3061%20270.694%2063.3176%20270.841%2063.3282C270.394%2063.2644%20269.931%2063.1992%20269.481%2063.1355C269.336%2063.1252%20269.191%2063.1152%20269.04%2063.1045ZM184.389%2027.9411C185.469%2028.0254%20183.987%2028.0548%20186.22%2028.1351C186.233%2028.0984%20186.243%2028.0614%20186.256%2028.0247C185.637%2027.9966%20184.989%2027.9683%20184.389%2027.9411ZM190.686%2028.0146C189.827%2028.0104%20188.902%2028.0051%20188.034%2028.0021C188.335%2028.0555%20188.64%2028.1091%20188.931%2028.1624C190.151%2028.2002%20191.354%2028.2389%20192.532%2028.2786C191.659%2028.2205%20190.711%2028.1615%20189.823%2028.1047C189.607%2028.0256%20191.208%2028.1018%20192.501%2028.1211C192.411%2028.0343%20193.971%2028.0217%20195.202%2027.9882C195.2%2027.9881%20195.198%2027.988%20195.196%2027.9879C193.665%2027.9305%20192.21%2027.8787%20190.675%2027.8271C190.677%2027.8896%20190.684%2027.9521%20190.686%2028.0146ZM72.5589%2048.5339C71.4769%2048.4917%2071.0527%2048.4211%2070.8355%2048.3847C70.6181%2048.3484%2070.7531%2048.3324%2070.7336%2048.3048C71.6391%2048.3408%2072.5541%2048.3774%2073.446%2048.4135C73.1482%2048.4535%2072.8588%2048.4941%2072.5589%2048.5339ZM12.9105%2046.0112C12.6529%2046.0223%2013.3218%2046.1746%2013.8697%2046.2211C15.2789%2046.3407%2015.878%2046.324%2015.6452%2046.3931C17.9482%2046.5426%2020.1533%2046.4858%2020.139%2046.4215C19.7006%2046.4232%2019.23%2046.4231%2018.7908%2046.4234C16.8249%2046.3013%2014.8701%2046.1711%2012.9105%2046.0112ZM153.978%2034.0389C153.979%2034.0585%20154.83%2033.9969%20154.825%2033.9776C154.819%2033.9582%20153.975%2034.0194%20153.978%2034.0389ZM11.1095%2046.0266C11.1076%2046.0473%2011.1145%2046.069%2011.1126%2046.0897C11.406%2046.1167%2011.7215%2046.1425%2012.0179%2046.1651C12.0195%2046.1444%2012.0129%2046.1228%2012.0145%2046.1021C11.7173%2046.0792%2011.4035%2046.0535%2011.1095%2046.0266ZM91.5061%2049.231C91.8189%2049.2765%2092.1297%2049.3223%2092.444%2049.3681C93.6357%2049.4349%2094.8298%2049.5026%2096.0394%2049.5719C96.1666%2049.4648%2094.4992%2049.3632%2091.5061%2049.231ZM97.8008%2049.3139C97.8693%2049.346%2097.3417%2049.3562%2097.3357%2049.3831C97.3258%2049.4158%2096.9025%2049.4772%2097.0044%2049.4995C97.0053%2049.4996%2097.0062%2049.4997%2097.0071%2049.4998C97.3651%2049.5782%2098.2109%2049.6218%2097.8335%2049.6601C98.7377%2049.6929%2099.6505%2049.7289%20100.542%2049.7628C100.244%2049.712%2099.9484%2049.6613%2099.6482%2049.6105C100.54%2049.6232%20101.432%2049.636%20102.327%2049.6496C101.723%2049.6195%20101.121%2049.5899%20100.522%2049.5605C99.625%2049.4784%2098.7106%2049.3952%2097.8008%2049.3139ZM150.058%2027.4288C150.058%2027.4496%20150.066%2027.4707%20150.065%2027.4915C150.366%2027.4961%20150.667%2027.5005%20150.966%2027.505C150.962%2027.4841%20150.963%2027.4631%20150.959%2027.4422C150.66%2027.4377%20150.359%2027.4333%20150.058%2027.4288ZM162.711%2027.6849C162.12%2027.6755%20161.521%2027.6661%20160.916%2027.6567C160.913%2027.6462%20160.914%2027.6357%20160.914%2027.6253C161.518%2027.6349%20162.115%2027.6444%20162.706%2027.6537C162.71%2027.6642%20162.711%2027.6746%20162.711%2027.6849ZM118.605%2050.7656C119.207%2050.8002%20119.802%2050.8345%20120.403%2050.8696C119.952%2050.8224%20119.5%2050.7754%20119.05%2050.7286C118.902%2050.72%20118.753%2050.7114%20118.603%2050.7027C118.602%2050.7235%20118.602%2050.7445%20118.605%2050.7656ZM237.552%2059.9481C237.55%2059.9689%20237.552%2059.9901%20237.554%2060.0113C237.857%2060.0396%20238.159%2060.0679%20238.46%2060.096C238.462%2060.0752%20238.46%2060.054%20238.458%2060.0328C238.157%2060.0046%20237.855%2059.9763%20237.552%2059.9481ZM251.058%2061.2353C251.209%2061.1865%20250.621%2061.1151%20248.75%2060.9493C247.047%2060.7982%20245.667%2060.7114%20245.671%2060.778C247.826%2060.9903%20248.614%2061.068%20248.356%2060.9585C249.271%2061.0515%20250.124%2061.1397%20251.058%2061.2353ZM164.555%2027.6988C164.553%2027.6791%20165.401%2027.6926%20165.405%2027.7123C165.41%2027.732%20164.558%2027.7185%20164.555%2027.6988ZM201.741%2030.5342C201.881%2030.5148%20201.777%2030.5033%20202.17%2030.4734C202.553%2030.4442%20202.578%2030.457%20202.63%2030.4637C202.311%2030.4886%20202.042%2030.5116%20201.741%2030.5342ZM45.7438%2041.8947C46.2731%2041.76%2042.7403%2042.0344%2041.4169%2042.1091C40.1352%2042.1807%2040.3693%2042.1434%2039.4033%2042.1924C40.0626%2042.1971%2040.6222%2042.209%2041.2597%2042.2154C42.7945%2042.1055%2044.2446%2042.0018%2045.7438%2041.8947ZM45.5985%2025.722C44.1935%2025.7418%2042.5149%2025.7129%2040.8845%2025.6884C40.4998%2025.6827%2040.1158%2025.6771%2039.7336%2025.6723C40.1369%2025.6931%2040.5146%2025.7156%2040.8838%2025.7388C41.9239%2025.8073%2042.9016%2025.8824%2044.2574%2025.9369C45.0798%2025.9707%2045.1116%2025.9453%2045.6591%2025.9428C45.7907%2025.964%2045.9502%2025.9875%2046.091%2026.0096C46.6932%2026.002%2047.324%2025.9946%2047.9009%2025.9865C47.589%2025.9202%2047.2778%2025.8539%2046.9509%2025.7874C46.4974%2025.7655%2046.0435%2025.7438%2045.5985%2025.722ZM98.9678%2037.9879C98.9691%2038.0076%2099.8235%2037.9465%2099.8198%2037.9271C99.8183%2037.9075%2098.9623%2037.9686%2098.9678%2037.9879ZM16.0115%2044.0996C16.2072%2043.9753%2013.7743%2044.1336%2011.4676%2044.2891C11.3479%2044.4073%2013.401%2044.261%2016.0115%2044.0996ZM68.7171%2026.2983C68.7127%2026.2784%2069.5762%2026.29%2069.577%2026.3097C69.5805%2026.3296%2068.718%2026.3179%2068.7171%2026.2983ZM104.129%2049.9299C104.125%2049.9099%20103.279%2049.8663%20103.278%2049.886C103.281%2049.9058%20104.128%2049.9494%20104.129%2049.9299ZM66.562%2040.6904C66.6334%2040.6218%2066.9705%2040.5612%2064.7466%2040.7254C65.5061%2040.6311%2066.2194%2040.5402%2066.9646%2040.4469C67.4047%2040.4244%2067.8481%2040.402%2068.2963%2040.3789C68.6337%2040.26%2070.937%2040.0748%2072.7975%2039.8854C70.7437%2039.9568%2068.9907%2040.1202%2066.4834%2040.3198C66.7883%2040.3294%2067.0927%2040.3391%2067.4036%2040.3482C65.5963%2040.4702%2064.6049%2040.5629%2063.3642%2040.6951C62.6083%2040.7398%2061.8546%2040.7845%2061.1127%2040.8283C61.4137%2040.8277%2061.7157%2040.827%2062.019%2040.8262C60.8518%2040.9252%2059.602%2041.0299%2058.4168%2041.1301C58.415%2041.1303%2058.4131%2041.1305%2058.4113%2041.1307C59.9585%2041.0806%2061.6931%2040.9437%2063.811%2040.7936C63.624%2040.8772%2065.0724%2040.77%2066.562%2040.6904ZM169.964%2027.7559C169.962%2027.7362%20170.829%2027.7506%20170.829%2027.7703C170.834%2027.79%20169.968%2027.7756%20169.964%2027.7559ZM32.5304%2025.6643C32.5301%2025.6852%2032.5366%2025.7062%2032.5403%2025.7271C33.4118%2025.7292%2034.3299%2025.7314%2035.2445%2025.7342C35.1841%2025.7549%2035.3416%2025.7815%2035.6576%2025.8027C36.4676%2025.8566%2036.5666%2025.826%2037.4978%2025.8384C38.4324%2025.8509%2038.7149%2025.8878%2039.7667%2025.8909C39.7588%2025.8602%2039.7522%2025.8282%2039.7485%2025.797C37.607%2025.8128%2036.4328%2025.7748%2036.1155%2025.6839C34.9611%2025.678%2033.6835%2025.6704%2032.5304%2025.6643ZM31.6015%2025.7607C31.5996%2025.741%2030.7432%2025.7287%2030.7469%2025.7483C30.7444%2025.768%2031.6025%2025.7804%2031.6015%2025.7607ZM159.157%2053.3846C159.158%2053.365%20158.303%2053.3025%20158.304%2053.3223C158.303%2053.3419%20159.158%2053.4044%20159.157%2053.3846ZM156.692%2034.0141C156.293%2034.0218%20155.983%2033.9797%20155.306%2034.0224C154.026%2034.1028%20153.249%2034.1653%20152.157%2034.2176C152.333%2034.2368%20152.492%2034.256%20152.659%2034.2755C154.009%2034.188%20155.34%2034.1027%20156.692%2034.0141ZM201.536%2056.7187C201.535%2056.7291%20201.535%2056.7395%20201.534%2056.7499C202.132%2056.8005%20202.732%2056.8513%20203.336%2056.9026C203.337%2056.8922%20203.338%2056.8818%20203.339%2056.8714C202.734%2056.8201%20202.135%2056.7693%20201.536%2056.7187ZM94.8676%2026.349C94.9333%2026.3919%2095.0469%2026.4344%2093.9774%2026.4464C93.1309%2026.4559%2093.4348%2026.43%2092.5733%2026.4207C91.981%2026.4144%2091.2211%2026.4348%2090.3811%2026.4135C90.8141%2026.472%2091.2988%2026.5301%2091.7513%2026.5886C91.5961%2026.5448%2091.439%2026.5011%2091.2822%2026.4572C93.3852%2026.4906%2095.5071%2026.5243%2097.6097%2026.5578C96.7025%2026.5195%2095.7964%2026.4813%2094.8857%2026.443C94.8829%2026.443%2094.8802%2026.443%2094.8774%2026.4429C96.0873%2026.4592%2097.2868%2026.4752%2098.493%2026.4915C97.2833%2026.444%2096.0769%2026.3961%2094.8676%2026.349ZM49.0373%2047.5597C49.0368%2047.54%2048.1788%2047.5108%2048.1812%2047.5306C48.1794%2047.5502%2049.0388%2047.5794%2049.0373%2047.5597ZM36.072%2025.2774C34.03%2025.2568%2034.7953%2025.343%2034.1402%2025.3683C33.4646%2025.3932%2032.0376%2025.3421%2031.5846%2025.3857C32.1673%2025.4288%2032.8024%2025.4757%2033.3908%2025.5201C31.9069%2025.4783%2030.4066%2025.4359%2028.8637%2025.3926C29.1694%2025.4283%2029.484%2025.4641%2029.7977%2025.5C28.8565%2025.4864%2028.0094%2025.4741%2027.0753%2025.4605C27.0868%2025.5336%2027.0999%2025.6066%2027.1115%2025.6797C28.0409%2025.6933%2028.8906%2025.7057%2029.8314%2025.7193C29.8234%2025.6882%2029.8166%2025.6572%2029.8044%2025.6261C29.1886%2025.6167%2028.5858%2025.6076%2028.0001%2025.5987C27.9992%2025.5988%2027.9983%2025.5989%2027.9974%2025.599C27.9976%2025.5834%2027.9964%2025.5678%2027.9927%2025.5522C28.8442%2025.5483%2029.8002%2025.5457%2030.6406%2025.5415C30.6653%2025.5217%2030.6877%2025.5019%2030.7125%2025.4821C31.4279%2025.5029%2032.2253%2025.5247%2032.9265%2025.545C34.4567%2025.5225%2034.7031%2025.4863%2033.4692%2025.4117C35.001%2025.3782%2036.2905%2025.3614%2036.072%2025.2774ZM181.664%2027.9341C181.663%2027.9144%20180.797%2027.8977%20180.798%2027.9175C180.8%2027.9372%20181.668%2027.9538%20181.664%2027.9341ZM111.583%2037.149C111.43%2037.1547%20111.281%2037.1601%20111.129%2037.1658C110.681%2037.2135%20110.232%2037.2612%20109.785%2037.3089C109.937%2037.3032%20110.086%2037.2977%20110.239%2037.292C110.686%2037.2444%20111.135%2037.1967%20111.583%2037.149ZM158.257%2053.1631C155.534%2052.908%20152.675%2052.6829%20150.159%2052.583C150.76%2052.6724%20151.368%2052.762%20151.969%2052.8516C152.267%2052.8517%20152.569%2052.8522%20152.867%2052.8526C154.37%2052.9803%20155.876%2053.1096%20157.378%2053.2395C157.365%2053.1963%20157.402%2053.1582%20157.352%2053.1116C157.947%2053.1672%20157.57%2053.1282%20158.396%2053.2059C159.222%2053.2837%20159.096%2053.2418%20158.257%2053.1631ZM250.614%2060.5346C249.167%2060.3722%20249.118%2060.4166%20248.799%2060.4187C248.399%2060.4213%20248.353%2060.4548%20247.434%2060.3977C248.353%2060.5123%20249.252%2060.6253%20250.141%2060.7378C247.608%2060.4978%20246.006%2060.3022%20245.645%2060.1788C245.343%2060.1707%20245.038%2060.1626%20244.737%2060.1548C243.523%2060.0285%20242.368%2059.9087%20241.155%2059.7838C241.145%2059.8037%20241.139%2059.8239%20241.124%2059.8433C239.643%2059.6926%20238.165%2059.543%20236.678%2059.3937C236.656%2059.3714%20236.634%2059.3492%20236.608%2059.3266C235.725%2059.2443%20234.835%2059.1615%20233.937%2059.0784C233.618%2059.1008%20233.308%2059.1241%20232.993%2059.1469C232.438%2059.0971%20231.874%2059.0465%20231.314%2058.9964C231.354%2059.0126%20231.383%2059.0277%20231.332%2059.0355C231.914%2059.081%20232.465%2059.123%20233.057%2059.1705C233.54%2059.1864%20234.715%2059.3409%20234.805%2059.3612C235.123%2059.4321%20234.73%2059.4262%20234.853%2059.4765C234.249%2059.4257%20233.639%2059.3752%20233.054%2059.3266C233.937%2059.4288%20234.878%2059.5369%20235.75%2059.6385C235.158%2059.6187%20233.662%2059.4892%20234.025%2059.5748C234.24%2059.6246%20235.476%2059.7649%20236.23%2059.792C237.185%2059.8259%20237.775%2059.8173%20237.547%2059.7277C239.591%2059.9036%20241.033%2060.0692%20242.947%2060.2672C242.947%2060.2673%20242.947%2060.2674%20242.947%2060.2675C242.951%2060.2679%20242.954%2060.2682%20242.958%2060.2686C243.081%2060.2993%20243.431%2060.3452%20243.764%2060.3919C243.202%2060.3645%20242.632%2060.3367%20242.061%2060.3088C245.481%2060.6289%20247.091%2060.7157%20247.445%2060.634C248.293%2060.7248%20248.746%2060.794%20249.676%2060.881C250.697%2060.9218%20251.797%2060.9711%20252.832%2061.0144C252.239%2060.9045%20251.641%2060.7943%20251.036%2060.6836C251.638%2060.7315%20252.25%2060.7816%20252.828%2060.8269C252.122%2060.74%20251.335%2060.6154%20250.614%2060.5346ZM35.8234%2042.5438C35.8226%2042.5334%2035.8204%2042.5232%2035.8155%2042.5132C34.6001%2042.6111%2033.4272%2042.7062%2032.2134%2042.8043C32.3701%2042.8138%2032.5192%2042.824%2032.6779%2042.8335C33.7616%2042.7343%2034.7518%2042.6419%2035.8234%2042.5438ZM205.136%2028.5833C205.733%2028.6442%20206.334%2028.7137%20206.923%2028.7923C206.921%2028.7712%20206.923%2028.7505%20206.921%2028.7294C206.329%2028.6716%20205.731%2028.6234%20205.136%2028.5833ZM205.143%2056.9934C205.142%2057.0038%20205.141%2057.0142%20205.14%2057.0246C205.741%2057.0758%20206.335%2057.1265%20206.939%2057.1783C206.94%2057.168%20206.941%2057.1576%20206.942%2057.1473C206.337%2057.0955%20205.743%2057.0446%20205.143%2056.9934ZM209.868%2029.9945C209.866%2029.9738%20209.856%2029.9536%20209.854%2029.9329C209.54%2029.9597%20209.25%2029.9847%20208.958%2030.0095C208.964%2030.0299%20208.97%2030.0503%20208.972%2030.071C209.263%2030.0464%20209.555%2030.0215%20209.868%2029.9945ZM142.272%2034.9784C142.274%2034.998%20143.134%2034.936%20143.128%2034.9167C143.122%2034.8974%20142.269%2034.9589%20142.272%2034.9784ZM140.468%2035.1083C140.474%2035.1276%20141.322%2035.0665%20141.316%2035.0472C141.315%2035.0276%20140.464%2035.0888%20140.468%2035.1083ZM118.588%2050.577C118.586%2050.6081%20118.594%2050.6399%20118.597%2050.6713C118.901%2050.6889%20119.197%2050.706%20119.497%2050.7234C119.495%2050.6919%20119.491%2050.6602%20119.489%2050.6288C119.189%2050.6113%20118.893%2050.5944%20118.588%2050.577ZM238.455%2059.9699C238.454%2059.9803%20238.453%2059.9907%20238.453%2060.0011C239.054%2060.0575%20239.653%2060.1134%20240.247%2060.1693C240.248%2060.159%20240.249%2060.1486%20240.25%2060.1383C239.656%2060.0823%20239.057%2060.0262%20238.455%2059.9699ZM262.77%2062.2455C262.994%2062.2354%20262.247%2062.0872%20260.946%2062.0033C260.673%2061.9857%20260.706%2062.0618%20259.593%2061.9541C258.983%2061.8642%20258.412%2061.7728%20257.799%2061.6812C257.377%2061.654%20256.913%2061.626%20256.511%2061.6052C256.119%2061.5858%20255.789%2061.5736%20255.624%2061.577C255.439%2061.5811%20255.869%2061.6297%20255.977%2061.6588C256.141%2061.6529%20256.286%2061.646%20256.441%2061.6397C256.463%2061.643%20256.485%2061.6463%20256.506%2061.6496C257.097%2061.7387%20257.681%2061.8272%20258.256%2061.9153C260.114%2062.1092%20261.106%2062.1863%20262.364%2062.2691C263.417%2062.387%20264.388%2062.4969%20265.445%2062.6169C265.746%2062.6169%20266.046%2062.6166%20266.342%2062.6162C265.147%2062.491%20263.968%2062.3694%20262.77%2062.2455ZM40.0011%2047.2265C40%2047.2068%2039.1356%2047.1782%2039.1408%2047.198C39.1387%2047.2176%2040.0008%2047.2462%2040.0011%2047.2265ZM178.05%2027.7565C178.048%2027.7565%20178.047%2027.7564%20178.045%2027.7564C178.233%2027.8005%20177.553%2027.8059%20177.172%2027.8342C178.039%2027.8499%20179.001%2027.8678%20179.883%2027.8844C180.047%2027.8564%20179.292%2027.7707%20178.05%2027.7565ZM268.116%2062.9122C268.115%2062.8923%20267.254%2062.8017%20267.254%2062.8216C267.254%2062.8414%20268.119%2062.9324%20268.116%2062.9122ZM280.71%2064.1922C281.863%2064.4679%20284.988%2064.8862%20285.191%2064.7251C283.709%2064.5445%20282.188%2064.3638%20280.71%2064.1922ZM98.0929%2038.2541C103.167%2037.8991%20101.074%2037.9187%2097.1605%2038.1953C97.475%2038.2146%2097.7816%2038.2346%2098.0929%2038.2541ZM210.966%2029.0806C210.518%2029.0368%20210.066%2028.992%20209.618%2028.9466C210.746%2029.0904%20211.497%2029.2003%20213.229%2029.3477C212.246%2029.2178%20213.167%2029.2901%20213.22%2029.2529C212.471%2029.1964%20211.72%2029.1395%20210.966%2029.0806ZM215.028%2029.4735C215.027%2029.4839%20215.025%2029.4942%20215.028%2029.505C215.717%2029.5656%20216.407%2029.6272%20217.095%2029.692C217.308%2029.7122%20217.513%2029.7315%20217.717%2029.7558C217.718%2029.7455%20217.718%2029.7349%20217.715%2029.7241C217.512%2029.6999%20217.309%2029.6808%20217.098%2029.6608C216.409%2029.5959%20215.718%2029.5343%20215.028%2029.4735ZM143.694%2027.148C143.694%2027.1793%20143.697%2027.2108%20143.701%2027.2422C143.108%2027.2282%20142.507%2027.2143%20141.908%2027.2002C142.817%2027.229%20143.699%2027.2573%20144.619%2027.2864C144.611%2027.2446%20144.609%2027.2028%20144.601%2027.161C144.298%2027.1565%20143.99%2027.1523%20143.694%2027.148ZM203.309%2056.8217C203.31%2056.802%20202.451%2056.7293%20202.455%2056.7494C202.452%2056.7689%20203.312%2056.8418%20203.309%2056.8217ZM153.63%2027.2643C153.729%2027.1375%20151.755%2027.2161%20150.572%2027.2058C148.941%2027.1913%20149.456%2027.1592%20148.235%2027.2033C147.915%2027.2145%20146.998%2027.2632%20147.334%2027.2941C148.82%2027.3275%20150.368%2027.36%20151.847%2027.3929C151.542%2027.3414%20151.237%2027.29%20150.935%2027.2386C151.809%2027.247%20152.768%2027.2543%20153.63%2027.2643ZM28.2666%2046.7453C28.2659%2046.7661%2028.2693%2046.7872%2028.2727%2046.8082C28.5736%2046.8194%2028.8927%2046.8307%2029.1808%2046.8411C29.1816%2046.8203%2029.1782%2046.7994%2029.175%2046.7784C28.8872%2046.7679%2028.5672%2046.7563%2028.2666%2046.7453ZM57.4911%2041.0868C57.4896%2041.066%2057.48%2041.0458%2057.4785%2041.0251C56.8991%2041.0664%2056.2639%2041.1118%2055.6638%2041.1545C56.1206%2041.1429%2056.5845%2041.1305%2057.0487%2041.1183C57.1942%2041.108%2057.345%2041.0973%2057.4911%2041.0868ZM53.8826%2041.3443C53.8812%2041.3235%2053.8715%2041.3032%2053.87%2041.2824C53.2901%2041.3447%2052.6806%2041.4092%2052.0735%2041.4734C52.6822%2041.4299%2053.2971%2041.3861%2053.8826%2041.3443ZM23.8642%2025.2563C23.1112%2025.2309%2022.8257%2025.1904%2022.0782%2025.2314C21.3294%2025.2724%2021.9214%2025.337%2021.5273%2025.3921C21.2083%2025.4319%2019.6332%2025.4505%2019.8859%2025.5088C20.7393%2025.5174%2021.6951%2025.526%2022.5752%2025.5343C22.564%2025.4561%2022.5484%2025.3777%2022.5371%2025.2995C24.0632%2025.3227%2025.5464%2025.3441%2027.0654%2025.3668C27.0636%2025.3668%2027.0617%2025.3668%2027.0598%2025.3667C26.3386%2025.2928%2025.4225%2025.3074%2023.8642%2025.2563ZM175.311%2027.7541C175.313%2027.7344%20174.474%2027.7197%20174.474%2027.7394C174.48%2027.7591%20175.316%2027.7739%20175.311%2027.7541ZM43.6933%2047.224C43.6942%2047.224%2043.6951%2047.2241%2043.696%2047.2242C44.7457%2047.2953%2045.7549%2047.365%2046.799%2047.4362C47.4193%2047.4273%2048.0985%2047.4549%2049.0344%2047.481C49.3376%2047.4393%2049.6523%2047.3979%2049.9457%2047.3559C47.5424%2047.3262%2046.897%2047.2341%2044.5184%2047.1418C44.2411%2047.169%2043.9669%2047.1966%2043.6933%2047.224ZM274.401%2063.5577C274.391%2063.5368%20273.552%2063.4447%20273.554%2063.4648C273.552%2063.4843%20274.396%2063.5769%20274.401%2063.5577ZM146.529%2052.3932C146.53%2052.3735%20145.675%2052.3146%20145.676%2052.3344C145.674%2052.354%20146.531%2052.413%20146.529%2052.3932ZM49.2352%2025.9259C49.533%2025.9208%2049.8362%2025.9157%2050.1413%2025.9108C50.6039%2025.9214%2051.0549%2025.9318%2051.5002%2025.9421C50.3954%2025.8883%2049.5823%2025.8343%2047.876%2025.8147C48.3269%2025.8517%2048.7807%2025.8889%2049.2352%2025.9259ZM80.6662%2048.714C81.9894%2048.747%2082.6706%2048.757%2083.8247%2048.8512C83.9733%2048.8525%2084.1272%2048.8542%2084.2762%2048.8555C83.1401%2048.7665%2082.4034%2048.6912%2080.6592%2048.6199C80.6619%2048.6513%2080.6675%2048.6828%2080.6662%2048.714ZM195.223%2056.065C195.221%2056.0857%20195.224%2056.1068%20195.226%2056.1279C195.527%2056.1529%20195.829%2056.178%20196.129%2056.2029C196.13%2056.1821%20196.128%2056.1609%20196.126%2056.1398C195.825%2056.1147%20195.524%2056.0898%20195.223%2056.065ZM144.991%2034.8451C144.993%2034.8646%20145.842%2034.8034%20145.839%2034.7839C145.834%2034.7646%20144.986%2034.8257%20144.991%2034.8451ZM104.119%2049.8041C104.117%2049.7843%20103.268%2049.7407%20103.268%2049.7604C103.271%2049.7803%20104.121%2049.8239%20104.119%2049.8041ZM142.288%2035.04C142.294%2035.0593%20143.147%2034.9978%20143.144%2034.9784C143.143%2034.9587%20142.283%2035.0207%20142.288%2035.04ZM238.453%2059.8755C239.057%2059.9529%20239.652%2060.0297%20240.247%2060.1066C240.249%2060.0859%20240.247%2060.0646%20240.245%2060.0435C239.652%2059.9875%20239.054%2059.9318%20238.453%2059.8755ZM191.888%2031.4363C191.892%2031.4558%20192.725%2031.3925%20192.721%2031.3731C192.715%2031.3538%20191.886%2031.4168%20191.888%2031.4363ZM113.513%2037.23C114.684%2037.0994%20115.843%2036.9693%20117.013%2036.8389C114.818%2036.9833%20115.537%2036.9834%20114.345%2037.109C113.853%2037.1609%20113.133%2037.2088%20112.553%2037.2528C111.951%2037.3367%20113.283%2037.2743%20113.2%2037.3139C113.028%2037.3943%20111.361%2037.5573%20114.387%2037.3405C114.074%2037.3049%20113.81%2037.2665%20113.513%2037.23ZM306.766%2067.8418C306.77%2067.8225%20307.612%2067.9578%20307.61%2067.9774C307.607%2067.9969%20306.763%2067.8612%20306.766%2067.8418ZM56.2538%2047.4817C56.8591%2047.5189%2057.4924%2047.5574%2058.0869%2047.5947C58.0852%2047.6414%2058.0835%2047.6881%2058.0818%2047.7348C56.9945%2047.6761%2055.8905%2047.6172%2054.8175%2047.56C53.478%2047.5066%2052.2001%2047.4557%2050.859%2047.4038C51.9732%2047.4739%2051.2826%2047.5035%2053.1465%2047.56C54.6103%2047.6046%2055.6072%2047.6231%2057.1328%2047.702C57.1571%2047.7229%2057.1664%2047.7441%2057.1864%2047.7651C59.4037%2047.853%2059.0719%2047.8022%2058.9795%2047.7356C59.2831%2047.7778%2059.5883%2047.8202%2059.8947%2047.8626C61.1065%2047.9067%2062.2941%2047.9505%2063.5113%2047.996C63.0458%2047.9118%2062.6146%2047.8562%2063.4987%2047.8244C63.0476%2047.7916%2062.5844%2047.7584%2062.1275%2047.7256C61.8292%2047.7355%2061.5313%2047.7453%2061.2313%2047.7551C60.7743%2047.7072%2060.3131%2047.6592%2059.8453%2047.6112C58.6392%2047.5672%2057.4617%2047.5248%2056.2538%2047.4817ZM182.869%2032.113C182.872%2032.1325%20183.716%2032.0695%20183.718%2032.0496C183.706%2032.0308%20182.86%2032.0939%20182.869%2032.113ZM298.621%2066.4903C297.379%2066.3421%20297.139%2066.2756%20295.942%2066.1026C295.938%2066.1335%20295.943%2066.1658%20295.943%2066.1973C296.833%2066.313%20297.735%2066.433%20298.62%2066.5532C298.623%2066.5327%20298.622%2066.5115%20298.621%2066.4903ZM20.5243%2043.7867C20.5227%2043.7659%2020.5128%2043.7456%2020.5112%2043.7248C19.615%2043.7855%2017.5935%2043.9664%2017.828%2043.9906C18.7123%2043.9229%2019.6307%2043.8536%2020.5243%2043.7867ZM182.606%2055.0072C182.604%2055.0279%20182.607%2055.049%20182.609%2055.0701C182.91%2055.0941%20183.211%2055.1182%20183.512%2055.1422C183.513%2055.1214%20183.511%2055.1002%20183.508%2055.0791C183.208%2055.055%20182.907%2055.0311%20182.606%2055.0072ZM86.3509%2039.0764C85.8957%2039.0932%2085.4421%2039.1098%2084.989%2039.1264C84.8413%2039.1422%2084.6929%2039.1581%2084.5413%2039.1739C84.5432%2039.1738%2084.545%2039.1737%2084.5468%2039.1736C84.9989%2039.157%2085.4525%2039.1402%2085.9067%2039.1234C86.0544%2039.1077%2086.203%2039.092%2086.3509%2039.0764ZM13.8009%2045.9422C11.7687%2045.8121%2011.458%2045.8045%2011.0947%2045.8371C10.567%2045.7817%209.8812%2045.7171%209.23138%2045.5543C9.18298%2045.5411%209.14466%2045.5313%209.0821%2045.5085C9.05701%2045.4979%209.01501%2045.4867%208.94759%2045.4369C8.94681%2045.4395%208.76906%2045.3017%208.82426%2045.0914C8.86961%2044.9484%208.93202%2044.9216%208.97211%2044.8901C9.16934%2044.7873%209.20646%2044.8067%209.29999%2044.7813C9.45703%2044.7505%209.58453%2044.7315%209.7159%2044.7105C9.55651%2044.7279%209.41153%2044.7445%209.25964%2044.7714C9.21179%2044.7804%209.16977%2044.7894%209.13042%2044.7997C9.10088%2044.8077%209.06898%2044.8176%209.03693%2044.8306C9.017%2044.8484%208.94167%2044.835%208.82895%2045.0121C8.809%2045.0389%208.77264%2045.1729%208.79991%2045.2556C8.82242%2045.3442%208.8675%2045.3963%208.90002%2045.4284C8.94118%2045.4673%208.96753%2045.4817%208.99319%2045.4964C9.04913%2045.5258%209.06389%2045.5295%209.09273%2045.5407C9.15085%2045.5614%209.17987%2045.5697%209.22404%2045.5825C9.87308%2045.7569%2010.473%2045.8197%2011.0976%2045.9001C11.1294%2045.882%2011.0158%2045.8506%2011.0947%2045.8371C12.9383%2045.9937%2013.8421%2046.0069%2013.8009%2045.9422ZM78.2381%2039.6077C78.5565%2039.6316%2078.8568%2039.6569%2079.1638%2039.6816C80.0595%2039.6233%2080.9657%2039.5642%2081.8715%2039.5052C80.6505%2039.5401%2079.4457%2039.5738%2078.2381%2039.6077ZM75.535%2039.8629C74.9287%2039.8853%2074.3353%2039.9066%2073.7294%2039.9288C73.7309%2039.9496%2073.7366%2039.97%2073.7422%2039.9905C74.3459%2039.9474%2074.9347%2039.9058%2075.535%2039.8629ZM18.3084%2046.1977C19.7495%2046.293%2018.619%2046.2826%2019.3771%2046.3542C19.6969%2046.3845%2021.2419%2046.4326%2021.4695%2046.4793C21.6803%2046.4822%2021.7888%2046.4822%2021.9495%2046.4836C20.8729%2046.3917%2019.842%2046.2999%2018.774%2046.2036C18.6255%2046.2021%2018.491%2046.2006%2018.3084%2046.1977ZM142.266%2035.0886C142.268%2035.0885%20142.27%2035.0883%20142.272%2035.0882C141.509%2035.1326%20140.764%2035.1758%20140.011%2035.2195C139.864%2035.2354%20139.715%2035.2514%20139.564%2035.2675C140.468%2035.2181%20141.359%2035.1694%20142.274%2035.1192C142.273%2035.1089%20142.271%2035.0986%20142.266%2035.0886ZM138.671%2035.3475C136.248%2035.5114%20133.862%2035.6724%20131.445%2035.8355C131.742%2035.8509%20132.047%2035.866%20132.347%2035.8811C133.947%2035.7827%20134.513%2035.7271%20135.191%2035.7356C135.514%2035.7396%20135.742%2035.7788%20136.909%2035.6935C137.5%2035.5782%20138.086%2035.4626%20138.671%2035.3475ZM34.5662%2046.951C34.5667%2046.9314%2033.7151%2046.9025%2033.7135%2046.9221C33.7156%2046.9419%2034.574%2046.971%2034.5662%2046.951ZM125.204%2036.4714C127.512%2036.2686%20129.636%2036.0817%20129.675%2035.9781C127.983%2036.0594%20129.547%2036.003%20128.516%2036.1074C127.478%2036.2123%20124.615%2036.4283%20125.204%2036.4714ZM16.2377%2025.3576C15.0479%2025.3489%2013.8225%2025.339%2012.6381%2025.329C12.6341%2025.3082%2012.6244%2025.2872%2012.6247%2025.2664C13.8095%2025.2763%2015.0348%2025.2859%2016.2274%2025.2948C16.2313%2025.3157%2016.2381%2025.3367%2016.2377%2025.3576ZM254.624%2061.444C254.627%2061.4244%20253.766%2061.3396%20253.767%2061.3595C253.768%2061.3793%20254.627%2061.464%20254.624%2061.444ZM187.969%2027.9382C187.974%2027.9185%20187.092%2027.8995%20187.099%2027.9193C187.099%2027.939%20187.977%2027.958%20187.969%2027.9382ZM127.426%2026.9171C127.426%2026.9275%20127.424%2026.9379%20127.428%2026.9484C128.034%2026.9568%20128.64%2026.9652%20129.243%2026.9737C129.243%2026.9632%20129.242%2026.9527%20129.238%2026.9423C128.635%2026.9339%20128.031%2026.9255%20127.426%2026.9171ZM57.8188%2025.9177C57.8186%2025.9385%2057.8281%2025.9595%2057.832%2025.9803C58.4467%2025.9886%2059.0263%2025.9963%2059.6299%2026.0045C59.1779%2025.9776%2058.7209%2025.9506%2058.2739%2025.9238C58.1284%2025.9218%2057.9685%2025.9196%2057.8188%2025.9177ZM87.8876%2048.9703C87.5858%2048.9566%2087.2838%2048.9429%2086.9834%2048.9292C86.9803%2048.9083%2086.977%2048.8873%2086.978%2048.8665C87.2783%2048.88%2087.5804%2048.8936%2087.8822%2048.9074C87.8854%2048.9284%2087.8886%2048.9495%2087.8876%2048.9703ZM155.815%2034.1723C155.813%2034.1724%20155.811%2034.1725%20155.809%2034.1727C155.808%2034.1519%20155.798%2034.1317%20155.796%2034.111C155.187%2034.176%20154.612%2034.2386%20154.016%2034.3027C154.618%2034.2591%20155.199%2034.2169%20155.815%2034.1723ZM190.694%2055.6761C190.694%2055.6563%20189.837%2055.5865%20189.841%2055.6065C189.839%2055.6261%20190.696%2055.6961%20190.694%2055.6761ZM92.398%2049.1006C92.3999%2049.1007%2092.4018%2049.1008%2092.4036%2049.1009C92.71%2049.1414%2093.0086%2049.1817%2093.3076%2049.2219C93.9028%2049.2293%2094.505%2049.2372%2095.1054%2049.2453C94.3488%2049.1985%2093.5963%2049.1522%2092.848%2049.1064C92.7002%2049.1047%2092.5532%2049.1027%2092.398%2049.1006ZM155.427%2027.2281C155.133%2027.2497%20154.839%2027.2714%20154.544%2027.2929C155.433%2027.322%20156.354%2027.3517%20157.262%2027.3813C157.264%2027.3813%20157.266%2027.3814%20157.268%2027.3814C156.958%2027.335%20156.649%2027.2885%20156.336%2027.242C156.033%2027.2373%20155.719%2027.2326%20155.427%2027.2281ZM25.5319%2046.5957C25.529%2046.5759%2024.6728%2046.5427%2024.6785%2046.5625C24.6741%2046.5821%2025.531%2046.6154%2025.5319%2046.5957ZM166.746%2027.5304C167.307%2027.5116%20165.466%2027.4283%20166.748%2027.4387C167.745%2027.4468%20168.607%2027.467%20169.445%2027.4921C169.905%2027.5055%20170.357%2027.5203%20170.816%2027.5353C170.558%2027.4897%20170.081%2027.4611%20169.446%2027.4408C168.007%2027.3933%20165.674%2027.3937%20163.564%2027.3231C164.647%2027.3922%20165.672%2027.4615%20166.746%2027.5304ZM171.726%2027.5667C172.171%2027.5899%20172.617%2027.6131%20173.086%2027.6369C173.237%2027.6343%20173.387%2027.6318%20173.54%2027.6292C173.089%2027.6058%20172.593%2027.5815%20172.163%2027.5584C172.018%2027.5611%20171.872%2027.564%20171.726%2027.5667ZM185.59%2032.0512C185.588%2032.02%20185.578%2031.9894%20185.567%2031.9589C184.972%2032.0034%20184.365%2032.0485%20183.75%2032.0943C183.757%2032.1251%20183.763%2032.156%20183.774%2032.1865C184.389%2032.1407%20184.995%2032.0956%20185.59%2032.0512ZM182.853%2032.1611C181.969%2032.2269%20181.064%2032.294%20180.142%2032.3623C180.144%2032.3621%20180.145%2032.362%20180.147%2032.3618C180.148%2032.367%20180.148%2032.3722%20180.148%2032.3774C180.612%2032.3587%20181.071%2032.3403%20181.526%2032.3222C181.974%2032.2682%20182.414%2032.2146%20182.853%2032.1611ZM115.672%2026.7238C115.672%2026.7342%20115.671%2026.7447%20115.675%2026.7551C116.278%2026.7634%20116.881%2026.7716%20117.483%2026.7798C117.483%2026.7694%20117.481%2026.7589%20117.478%2026.7484C116.876%2026.7402%20116.275%2026.732%20115.672%2026.7238ZM35.2099%2025.5148C35.1165%2025.5736%2036.3223%2025.6165%2037.4804%2025.6717C39.0231%2025.6495%2038.8955%2025.5998%2038.8024%2025.5338C37.6509%2025.5283%2036.361%2025.5207%2035.2099%2025.5148ZM178.383%2032.5078C178.39%2032.527%20179.233%2032.4648%20179.227%2032.4455C179.227%2032.4257%20178.38%2032.4883%20178.383%2032.5078ZM52.4308%2025.8074C51.2725%2025.7322%2051.2352%2025.6609%2048.7544%2025.7178C49.8073%2025.7673%2050.9097%2025.8197%2051.9452%2025.8697C52.6909%2025.8649%2053.4406%2025.8575%2054.1996%2025.8541C54.0429%2025.8085%2053.0465%2025.8472%2052.4308%2025.8074ZM131.934%2026.9332C131.474%2026.9111%20131.028%2026.8891%20130.575%2026.8671C130.427%2026.865%20130.274%2026.8628%20130.126%2026.8608C130.13%2026.8921%20130.137%2026.9235%20130.141%2026.9548C130.739%2026.9475%20131.324%2026.9402%20131.934%2026.9332ZM161.684%2033.809C161.83%2033.7671%20161.977%2033.7249%20162.127%2033.6828C161.231%2033.7584%20160.311%2033.8356%20159.417%2033.911C159.721%2033.9307%20160.037%2033.9495%20160.35%2033.9685C160.798%2033.915%20161.244%2033.8618%20161.684%2033.809ZM208.258%2028.675C208.107%2028.6647%20207.962%2028.6547%20207.831%2028.6458C207.164%2028.5996%20206.779%2028.5835%20206.914%2028.6343C207.217%2028.6636%20207.517%2028.6948%20207.823%2028.7257C208.119%2028.7557%20208.416%2028.785%20208.713%2028.8138C208.712%2028.7823%20208.706%2028.7504%20208.705%2028.7189C208.557%2028.7045%20208.407%2028.6896%20208.258%2028.675ZM210.513%2028.9191C210.512%2028.9399%20210.518%2028.9614%20210.516%2028.9821C210.816%2029.0094%20211.117%2029.0363%20211.418%2029.063C211.419%2029.0423%20211.413%2029.0207%20211.415%2028.9999C211.115%2028.9731%20210.814%2028.9464%20210.513%2028.9191ZM76.3129%2026.0701C75.2676%2026.0459%2074.2403%2026.0217%2073.1834%2025.9974C73.1665%2026.0174%2073.1479%2026.0376%2073.1269%2026.0576C72.5382%2026.0607%2071.9477%2026.0639%2071.3638%2026.0672C72.8544%2026.0873%2074.372%2026.1077%2075.8561%2026.1277C76.4695%2026.1564%2077.0855%2026.1851%2077.7033%2026.2138C77.3928%2026.1682%2077.0819%2026.1226%2076.7724%2026.0769C77.6731%2026.0731%2078.589%2026.0694%2079.4842%2026.0656C78.8837%2026.0419%2078.282%2026.0183%2077.673%2025.9946C77.2162%2026.0197%2076.7673%2026.045%2076.3129%2026.0701ZM145.911%2034.8727C145.914%2034.8923%20146.772%2034.8304%20146.766%2034.811C146.764%2034.7915%20145.905%2034.8535%20145.911%2034.8727ZM72.8846%2040.2089C73.7914%2040.1494%2074.6783%2040.0913%2075.5691%2040.0329C74.8079%2040.0402%2074.0694%2040.0458%2073.2929%2040.0541C73.2992%2040.085%2073.3071%2040.1158%2073.3134%2040.1466C72.5576%2040.2005%2071.8021%2040.2543%2071.0559%2040.3075C71.3481%2040.2449%2071.6365%2040.1825%2071.9261%2040.1201C67.2975%2040.501%2068.8212%2040.5369%2072.8724%2040.2722C72.8792%2040.251%2072.8819%2040.2299%2072.8846%2040.2089ZM87.6427%2026.3149C87.6426%2026.3252%2087.6451%2026.3356%2087.645%2026.346C88.2454%2026.354%2088.8483%2026.3621%2089.451%2026.3701C89.4512%2026.3598%2089.4526%2026.3494%2089.4487%2026.339C88.8459%2026.331%2088.2432%2026.3228%2087.6427%2026.3149ZM246.935%2060.5228C246.934%2060.5227%20246.932%2060.5225%20246.93%2060.5224C247.805%2060.6099%20247.483%2060.6159%20247.436%2060.6336C245.599%2060.4583%20244.793%2060.4414%20242.958%2060.2686C242.957%2060.2684%20242.956%2060.2682%20242.955%2060.2679C242.953%2060.2677%20242.95%2060.2674%20242.947%2060.2672C242.947%2060.2101%20244.06%2060.2949%20244.745%2060.3127C244.132%2060.2332%20243.542%2060.1561%20242.943%2060.0784C244.249%2060.2234%20245.626%2060.3759%20246.935%2060.5228ZM38.2042%2046.9635C38.2035%2046.9844%2038.2109%2047.0056%2038.2102%2047.0264C38.8004%2047.046%2039.4024%2047.066%2040.0142%2047.0863C40.0149%2047.0655%2040.0114%2047.0444%2040.0079%2047.0234C39.3962%2047.0032%2038.7943%2046.9831%2038.2042%2046.9635ZM130.761%2051.1821C130.308%2051.1746%20129.856%2051.1674%20129.405%2051.1603C129.905%2051.1913%20130.406%2051.2226%20130.908%2051.2541C131.009%2051.2604%20131.111%2051.2667%20131.212%2051.2731C131.213%2051.2523%20131.21%2051.2311%20131.208%2051.2101C131.11%2051.2039%20131.011%2051.1977%20130.912%2051.1915C130.861%2051.1883%20130.811%2051.1852%20130.761%2051.1821ZM174.441%2027.6292C175.025%2027.6239%20175.626%2027.6188%20176.236%2027.6142C175.78%2027.5904%20175.3%2027.5663%20174.867%2027.543C174.722%2027.5404%20174.572%2027.5375%20174.426%2027.535C174.429%2027.5664%20174.437%2027.5979%20174.441%2027.6292ZM187.403%2031.8684C187.406%2031.888%20188.27%2031.8231%20188.263%2031.8039C188.263%2031.7842%20187.4%2031.8489%20187.403%2031.8684ZM34.9647%2042.8252C34.9632%2042.8045%2034.9535%2042.7842%2034.952%2042.7634C34.653%2042.7848%2034.3567%2042.8065%2034.0644%2042.8276C34.0659%2042.8483%2034.0755%2042.8685%2034.077%2042.8893C34.3693%2042.8683%2034.6657%2042.8468%2034.9647%2042.8252ZM23.1167%2043.7184C24.0224%2043.6239%2021.9903%2043.6967%2021.5771%2043.74C20.6665%2043.8354%2022.7124%2043.7606%2023.1167%2043.7184ZM131.916%2026.808C133.144%2026.8654%20132.863%2026.9087%20132.842%2026.9617C133.447%2026.9703%20134.05%2026.9787%20134.65%2026.9872C133.795%2026.921%20133.765%2026.8615%20132.37%2026.7987C132.22%2026.8018%20132.07%2026.805%20131.916%2026.808ZM67.746%2026.0191C67.7459%2026.0295%2067.7444%2026.04%2067.7484%2026.0504C68.35%2026.0584%2068.9558%2026.0663%2069.5635%2026.0744C69.5637%2026.064%2069.5624%2026.0534%2069.5584%2026.043C68.9513%2026.035%2068.3471%2026.027%2067.746%2026.0191ZM235.775%2059.5473C235.777%2059.5277%20236.623%2059.6064%20236.621%2059.626C236.623%2059.6458%20235.776%2059.567%20235.775%2059.5473ZM56.613%2041.2434C55.7013%2041.3241%2054.7969%2041.4043%2053.9117%2041.4832C54.5104%2041.4561%2055.1137%2041.4287%2055.7204%2041.4011C56.0168%2041.3486%2056.3137%2041.296%2056.613%2041.2434ZM68.4855%2041.1172C70.1673%2041.0005%2071.4746%2040.9604%2072.9943%2040.8115C71.7765%2040.8826%2070.5824%2040.9522%2069.3809%2041.0222C69.3131%2040.9915%2070.6527%2040.8793%2070.2605%2040.8653C70.8558%2040.8229%2071.4543%2040.7802%2072.056%2040.7374C72.0556%2040.7322%2072.0552%2040.727%2072.0549%2040.7219C71.4519%2040.7491%2070.8484%2040.7764%2070.2479%2040.8036C70.2493%2040.8244%2070.2549%2040.8449%2070.2605%2040.8653C69.9608%2040.8866%2069.671%2040.9075%2069.3631%2040.9295C69.3567%2040.8986%2069.3488%2040.8678%2069.3424%2040.837C68.4297%2040.9072%2067.5278%2040.9767%2066.6313%2041.046C67.8763%2040.9168%2067.4164%2040.9031%2067.5025%2040.8425C68.2479%2040.7921%2068.9213%2040.7533%2069.2905%2040.6978C69.9874%2040.5925%2070.348%2040.5134%2070.1743%2040.4643C67.9804%2040.662%2067.7822%2040.7429%2067.5025%2040.8425C65.1002%2041.0072%2065.3272%2040.9308%2063.9087%2040.9911C60.9526%2041.1158%2059.8257%2041.2485%2059.3772%2041.3904C56.5859%2041.5132%2054.9339%2041.632%2052.1547%2041.906C52.5154%2041.8285%2050.8498%2041.9232%2050.4331%2041.9187C50.0173%2041.9143%2051.0671%2041.8296%2051.1166%2041.8048C51.1992%2041.7619%2050.3548%2041.8066%2050.3896%2041.7709C50.4079%2041.752%2051.1451%2041.6954%2051.0749%2041.6855C50.888%2041.6634%2049.4257%2041.7511%2048.462%2041.8258C49.2477%2041.8294%2047.2986%2042.0241%2047.7514%2042.0443C48.4781%2042.0773%2050.3426%2041.969%2049.4644%2042.1304C47.7782%2042.2152%2047.2587%2042.3077%2045.9376%2042.3945C45.7744%2042.4053%2045.6002%2042.416%2045.4122%2042.4266C45.4141%2042.4265%2045.4159%2042.4264%2045.4178%2042.4264C44.3403%2042.5274%2043.3342%2042.6232%2042.2813%2042.7226C42.9038%2042.6877%2043.4633%2042.6572%2044.0692%2042.6233C44.0805%2042.6081%2044.0892%2042.593%2044.0964%2042.5779C44.7004%2042.5309%2045.3151%2042.4833%2045.9404%2042.4349C47.089%2042.3455%2048.2735%2042.2537%2049.4828%2042.1601C49.5572%2042.2171%2050.6177%2042.1782%2052.2015%2042.091C52.2042%2042.0703%2052.207%2042.0495%2052.2139%2042.0285C53.139%2041.9621%2054.0038%2041.8997%2054.903%2041.8352C54.6144%2041.8404%2054.31%2041.8459%2054.0364%2041.8505C54.3151%2041.804%2054.5464%2041.8098%2054.8419%2041.7922C56.1491%2041.7142%2056.5058%2041.6767%2057.5945%2041.5809C57.0207%2041.674%2056.4093%2041.7698%2055.8148%2041.8645C56.8863%2041.7671%2057.9062%2041.6736%2058.9545%2041.5779C60.01%2041.5339%2061.1019%2041.4874%2062.1371%2041.4447C62.4%2041.3893%2062.6611%2041.3342%2062.9257%2041.2787C62.3483%2041.2939%2061.777%2041.3084%2061.2078%2041.3228C62.6827%2041.228%2064.2181%2041.1291%2065.7201%2041.0324C65.4349%2041.0945%2065.1431%2041.1572%2064.8435%2041.2204C66.0519%2041.1448%2067.2316%2041.071%2068.4433%2040.995C68.4587%2041.0356%2068.4701%2041.0767%2068.4855%2041.1172ZM42.1919%2042.3059C42.1912%2042.2955%2042.189%2042.2851%2042.184%2042.275C41.5691%2042.3192%2040.9653%2042.3624%2040.3726%2042.405C40.3733%2042.4153%2040.3727%2042.4259%2040.3775%2042.436C40.9709%2042.3934%2041.5763%2042.35%2042.1919%2042.3059ZM187.96%2027.8442C187.961%2027.8245%20187.081%2027.8054%20187.091%2027.8254C187.084%2027.8449%20187.967%2027.8639%20187.96%2027.8442ZM119.274%2026.7105C119.274%2026.7209%20119.28%2026.7315%20119.279%2026.7419C119.883%2026.7502%20120.488%2026.7584%20121.09%2026.7667C121.09%2026.7563%20121.089%2026.7458%20121.085%2026.7353C120.483%2026.727%20119.878%2026.7188%20119.274%2026.7105ZM166.403%2053.6718C166.4%2053.6518%20167.255%2053.7162%20167.255%2053.736C167.258%2053.7559%20166.402%2053.6914%20166.403%2053.6718ZM21.4618%2043.8734C21.0882%2043.8657%2020.3506%2043.903%2020.5373%2043.8485C19.9321%2043.9094%2019.3603%2043.9679%2018.7459%2044.0303C19.6063%2043.9974%2020.1554%2043.9765%2021.4618%2043.8734ZM92.1473%2026.2811C92.147%2026.3019%2092.1564%2026.323%2092.1602%2026.3439C92.7574%2026.3312%2093.3556%2026.3182%2093.9544%2026.3053C93.3515%2026.2973%2092.7485%2026.2891%2092.1473%2026.2811ZM233.018%2059.2609C233.021%2059.2413%20232.17%2059.163%20232.172%2059.1829C232.172%2059.2027%20233.021%2059.2809%20233.018%2059.2609ZM260.945%2061.9036C260.732%2061.9207%20262.736%2062.1605%20263.643%2062.2422C263.645%2062.2215%20263.643%2062.2002%20263.641%2062.179C262.744%2062.0866%20261.831%2061.9934%20260.945%2061.9036ZM42.4003%2025.6305C42.3971%2025.6108%2041.5471%2025.5992%2041.5524%2025.6189C41.5509%2025.6386%2042.4027%2025.6502%2042.4003%2025.6305ZM238.893%2059.6965C240.537%2059.8164%20240.741%2059.8343%20242.051%2060.0097C240.222%2059.8628%20238.458%2059.7235%20236.65%2059.5814C236.364%2059.489%20237.537%2059.5976%20238.893%2059.6965ZM196.439%2031.2769C196.447%2031.296%20197.293%2031.2307%20197.287%2031.2115C197.288%2031.1917%20196.436%2031.2574%20196.439%2031.2769ZM191.487%2031.7645C192.736%2031.6342%20192.949%2031.5838%20192.788%2031.5403C192.488%2031.5629%20192.202%2031.585%20191.904%2031.6075C191.619%2031.6657%20191.326%2031.7244%20191.031%2031.7833C191.184%2031.7769%20191.335%2031.7708%20191.487%2031.7645ZM254.623%2061.2867C254.624%2061.2671%20253.765%2061.1824%20253.766%2061.2022C253.765%2061.2219%20254.626%2061.3068%20254.623%2061.2867ZM181.633%2027.5425C181.608%2027.563%20181.686%2027.5852%20181.64%2027.6053C181.037%2027.5952%20180.412%2027.5808%20179.831%2027.5708C179.683%2027.627%20179.909%2027.6406%20181.653%2027.6682C181.678%2027.6477%20181.6%2027.6255%20181.646%2027.6054C182.256%2027.6156%20182.816%2027.6291%20183.449%2027.6408C183.62%2027.5854%20183.305%2027.569%20181.633%2027.5425ZM70.7132%2048.0538C70.7127%2048.0642%2070.711%2048.0745%2070.7147%2048.085C71.3155%2048.1087%2071.9248%2048.1331%2072.5303%2048.1573C72.5307%2048.1469%2072.5297%2048.1365%2072.5261%2048.126C71.9209%2048.1018%2071.3134%2048.0775%2070.7132%2048.0538ZM99.9352%2038.3417C99.9288%2038.3108%2099.9238%2038.2798%2099.9175%2038.2489C99.3164%2038.2919%2098.7148%2038.3349%2098.1154%2038.3777C97.9499%2038.4207%2098.7335%2038.4361%2099.9352%2038.3417ZM167.562%2033.4431C167.562%2033.4327%20167.559%2033.4224%20167.555%2033.4123C166.961%2033.4557%20166.362%2033.4994%20165.76%2033.5434C165.76%2033.5537%20165.76%2033.5642%20165.765%2033.5742C166.368%2033.5302%20166.968%2033.4865%20167.562%2033.4431ZM80.5349%2048.4835C80.5757%2048.4872%2080.614%2048.4906%2080.6507%2048.4942C80.5806%2048.4923%2080.5106%2048.49%2080.4406%2048.4877C80.472%2048.4863%2080.5034%2048.4849%2080.5349%2048.4835C80.534%2048.4835%2080.533%2048.4835%2080.5321%2048.4835C79.968%2048.43%2079.4026%2048.3767%2078.8388%2048.3235C79.734%2048.3613%2080.6308%2048.3996%2081.5394%2048.4389C81.2029%2048.4536%2080.8693%2048.4686%2080.5349%2048.4835ZM18.7758%2044.1691C18.458%2044.1514%2018.1794%2044.1309%2017.8546%2044.1138C16.9429%2044.1836%2016.0464%2044.253%2015.156%2044.3239C15.3358%2044.3502%2016.8448%2044.2734%2015.9705%2044.3836C15.747%2044.4115%2013.1949%2044.5916%2014.7603%2044.5126C16.0593%2044.3974%2017.4554%2044.2798%2018.7758%2044.1691ZM140.495%2026.7885C139.675%2026.8026%20141.047%2026.8332%20140.822%2026.8704C140.677%2026.8948%20139.597%2026.9244%20140.071%2026.9697C142.51%2026.9615%20142.434%2026.8796%20140.495%2026.7885ZM82.8133%2039.4851C82.8175%2039.5045%2083.6693%2039.4438%2083.6648%2039.4244C83.6641%2039.4047%2082.8107%2039.4655%2082.8133%2039.4851ZM142.321%2035.3041C142.319%2035.2833%20142.313%2035.2627%20142.308%2035.2422C142.006%2035.2638%20141.701%2035.286%20141.401%2035.3077C141.402%2035.3284%20141.408%2035.3489%20141.414%2035.3694C141.714%2035.3479%20142.019%2035.3258%20142.321%2035.3041ZM106.861%2049.728C106.86%2049.7081%20107.714%2049.7533%20107.714%2049.7729C107.718%2049.7928%20106.863%2049.7477%20106.861%2049.728ZM41.7936%2046.9575C39.9412%2046.8912%2038.4075%2046.8947%2036.8247%2046.7924C36.6774%2046.7927%2036.5315%2046.7931%2036.3816%2046.7932C38.1945%2046.9207%2040.5282%2047.0002%2041.7936%2046.9575ZM131.605%2036.5294C130.554%2036.5911%20129.496%2036.6533%20128.44%2036.7153C127.69%2036.7777%20126.935%2036.8403%20126.194%2036.9021C126.463%2036.8671%20126.738%2036.8316%20127.008%2036.7967C126.58%2036.8126%20126.153%2036.8281%20125.724%2036.8441C125.285%2036.8853%20124.852%2036.9261%20124.408%2036.9674C124.606%2036.8977%20123.227%2036.9862%20122.748%2036.9766C122.607%2036.9736%20123.319%2036.9183%20123.194%2036.9131C122.924%2036.9025%20122.326%2036.9324%20122.525%2036.8827C123.579%2036.8279%20124.64%2036.7725%20125.699%2036.7172C126.612%2036.6208%20127.529%2036.524%20128.447%2036.4272C129.186%2036.3845%20129.892%2036.3441%20130.653%2036.2997C130.141%2036.291%20131.283%2036.1853%20131.268%2036.1459C131.253%2036.1065%20130.095%2036.1656%20130.608%2036.0836C129.979%2036.1338%20129.403%2036.1804%20128.794%2036.2293C129.101%2036.2335%20129.407%2036.2376%20129.713%2036.2418C127.541%2036.3912%20126.16%2036.4994%20124.766%2036.6594C124.614%2036.6702%20124.467%2036.681%20124.319%2036.6916C124.436%2036.6391%20123.026%2036.6602%20121.584%2036.7621C121.932%2036.8341%20120.514%2037.0285%20121.646%2037.0397C119.244%2037.2118%20116.836%2037.3842%20114.432%2037.5562C114.43%2037.5565%20114.427%2037.5567%20114.424%2037.557C114.303%2037.6495%20116.598%2037.4902%20118.532%2037.3579C119.78%2037.2653%20120.766%2037.1495%20122.083%2037.0737C124.333%2036.9442%20122.538%2037.1633%20122.596%2037.2224C120.492%2037.3577%20117.227%2037.5226%20117.19%2037.6412C118.105%2037.5822%20119.024%2037.5227%20119.938%2037.4638C119.931%2037.4788%20119.921%2037.4939%20119.913%2037.5089C120.661%2037.4345%20121.404%2037.3602%20122.151%2037.2859C122.606%2037.2742%20123.062%2037.2623%20123.521%2037.2504C123.674%2037.199%20122.953%2037.2328%20122.599%2037.2224C123.193%2037.1817%20123.783%2037.1382%20124.375%2037.0946C124.386%2037.0731%20124.39%2037.0521%20124.401%2037.0307C127.433%2036.821%20127.182%2036.9434%20128.491%2036.9253C129.53%2036.7933%20130.571%2036.6611%20131.605%2036.5294ZM274.394%2063.3054C274.385%2063.2845%20273.549%2063.1926%20273.549%2063.2124C273.547%2063.2319%20274.387%2063.3242%20274.394%2063.3054ZM178.42%2032.6619C178.427%2032.6811%20179.27%2032.6187%20179.263%2032.5994C179.26%2032.58%20178.415%2032.6425%20178.42%2032.6619ZM53.7164%2025.7063C53.2575%2025.6949%2052.8051%2025.6835%2052.3526%2025.6722C52.8052%2025.6939%2053.2626%2025.7157%2053.7216%2025.7375C54.1769%2025.728%2054.6298%2025.7187%2055.0656%2025.7089C54.6269%2025.7083%2054.1747%2025.7072%2053.7164%2025.7063ZM159.033%2034.2209C159.476%2034.173%20159.919%2034.1251%20160.375%2034.0763C160.374%2034.0661%20160.365%2034.0563%20160.364%2034.0461C159.439%2034.0871%20158.564%2034.1245%20157.651%2034.1646C157.964%2034.1941%20158.276%2034.2237%20158.587%2034.2533C158.734%2034.2427%20158.886%2034.2317%20159.033%2034.2209ZM82.8127%2039.5946C80.9809%2039.6939%2079.209%2039.7888%2077.3777%2039.888C78.2959%2039.8435%2079.1895%2039.8009%2080.0937%2039.7573C79.4939%2039.8105%2078.9073%2039.8627%2078.3048%2039.916C78.7632%2039.9042%2079.2124%2039.8931%2079.666%2039.8816C80.7092%2039.7863%2081.7602%2039.6906%2082.8127%2039.5946ZM207.258%2030.5596C207.256%2030.5284%20207.245%2030.4979%20207.234%2030.4675C206.936%2030.4921%20206.629%2030.5174%20206.315%2030.5431C206.322%2030.5739%20206.329%2030.6047%20206.34%2030.6351C206.654%2030.6096%20206.96%2030.5843%20207.258%2030.5596ZM99.3505%2026.3415C99.7057%2026.3318%2097.4619%2026.2317%2096.6742%2026.253C96.3193%2026.2626%2098.5595%2026.3627%2099.3505%2026.3415ZM195.537%2031.409C195.542%2031.4283%20196.416%2031.3611%20196.407%2031.3419C196.407%2031.3223%20195.533%2031.3895%20195.537%2031.409ZM16.1966%2025.1067C16.1963%2025.1275%2016.203%2025.1485%2016.2069%2025.1694C18.0144%2025.2011%2018.9547%2025.1814%2018.9001%2025.1183C18.0199%2025.115%2017.0962%2025.1109%2016.1966%2025.1067ZM36.3401%2042.9457C38.2533%2042.8076%2039.1925%2042.735%2041.0132%2042.5806C42.0637%2042.492%2042.5858%2042.4601%2042.2036%2042.4302C40.6884%2042.5283%2039.2072%2042.6242%2037.6889%2042.7229C37.6912%2042.7541%2037.703%2042.7846%2037.7093%2042.8156C36.5553%2042.8881%2035.2657%2042.9706%2034.1177%2043.0429C33.8561%2043.134%2034.6793%2043.0655%2036.3401%2042.9457ZM202.419%2056.3853C200.929%2056.2801%20199.417%2056.1738%20197.92%2056.0696C197.918%2056.0381%20197.915%2056.0065%20197.914%2055.9751C199.413%2056.1107%20200.927%2056.2486%20202.419%2056.3853ZM177.104%2027.3638C177.104%2027.3846%20177.112%2027.4057%20177.111%2027.4265C177.687%2027.4375%20178.264%2027.4487%20178.864%2027.4603C178.884%2027.481%20178.905%2027.5018%20178.93%2027.5226C179.234%2027.5284%20179.535%2027.5339%20179.832%2027.5395C179.528%2027.4921%20179.222%2027.4444%20178.91%2027.3969C178.295%2027.3855%20177.695%2027.3746%20177.104%2027.3638ZM186.529%2032.1218C186.531%2032.1275%20186.603%2032.1262%20186.704%2032.1211C186.964%2032.1074%20187.398%2032.0708%20187.394%2032.0571C187.393%2032.0433%20186.96%2032.0716%20186.702%2032.0966C186.6%2032.1066%20186.528%2032.1161%20186.529%2032.1218ZM112.924%2026.4674C112.924%2026.4778%20112.923%2026.4882%20112.927%2026.4987C114.128%2026.5046%20115.337%2026.5107%20116.541%2026.5167C116.388%2026.4938%20116.234%2026.4708%20116.08%2026.4479C115.028%2026.4543%20113.974%2026.4608%20112.924%2026.4674ZM108.973%2037.8209C108.669%2037.8009%20108.361%2037.7815%20108.054%2037.7619C107.617%2037.8351%20107.18%2037.9082%20106.741%2037.9816C106.914%2037.974%20107.089%2037.9662%20107.267%2037.9583C107.834%2037.9126%20108.405%2037.8666%20108.973%2037.8209ZM121.042%2026.5941C121.036%2026.5744%20120.184%2026.5627%20120.188%2026.5825C120.189%2026.6022%20121.046%2026.6138%20121.042%2026.5941ZM130.095%2026.6728C130.095%2026.6937%20130.103%2026.7147%20130.103%2026.7356C130.105%2026.7356%20130.107%2026.7356%20130.108%2026.7357C130.409%2026.74%20130.71%2026.7441%20131.009%2026.7483C131.01%2026.7275%20131%2026.7064%20130.997%2026.6855C130.697%2026.6812%20130.396%2026.677%20130.095%2026.6728ZM190.693%2055.2841C192.392%2055.4085%20192.056%2055.4029%20192.605%2055.4817C193.39%2055.5946%20194.467%2055.693%20194.304%2055.738C193.407%2055.6597%20192.173%2055.5798%20191.648%2055.5013C190.989%2055.4026%20190.606%2055.3267%20190.693%2055.2841ZM134.618%2026.7366C134.618%2026.7574%20134.623%2026.7783%20134.623%2026.7991C135.518%2026.8117%20136.432%2026.8247%20137.339%2026.8376C137.339%2026.8324%20137.339%2026.8272%20137.339%2026.8221C136.51%2026.778%20135.906%2026.7493%20134.618%2026.7366ZM159.465%2027.1024C159.016%2027.1162%20158.58%2027.1303%20158.131%2027.1443C158.733%2027.1536%20159.312%2027.1626%20159.934%2027.1723C159.934%2027.1515%20159.928%2027.1304%20159.924%2027.1095C159.773%2027.1071%20159.617%2027.1046%20159.465%2027.1024ZM174.379%2027.3935C174.381%2027.3739%20173.523%2027.3589%20173.525%2027.3786C173.526%2027.3983%20174.383%2027.4132%20174.379%2027.3935ZM269.927%2062.7112C269.926%2062.7216%20269.925%2062.7319%20269.923%2062.7423C270.533%2062.8074%20271.133%2062.8716%20271.721%2062.9352C271.722%2062.9249%20271.723%2062.9145%20271.724%2062.9042C271.136%2062.8406%20270.536%2062.7763%20269.927%2062.7112ZM29.6024%2043.4013C29.6017%2043.3909%2029.5995%2043.3806%2029.5947%2043.3705C29.018%2043.4124%2028.3881%2043.4581%2027.7876%2043.502C27.7884%2043.5123%2027.7906%2043.5225%2027.7954%2043.5326C28.3963%2043.4888%2029.0254%2043.4433%2029.6024%2043.4013ZM203.273%2028.1158C203.265%2028.0952%20202.414%2028.0554%20202.419%2028.0758C202.417%2028.0949%20203.269%2028.1348%20203.273%2028.1158ZM64.0912%2025.7202C64.091%2025.741%2064.0976%2025.7619%2064.1014%2025.7827C64.4029%2025.7869%2064.7058%2025.7908%2065.0091%2025.7948C65.0052%2025.7739%2064.9999%2025.7531%2064.996%2025.7322C64.6935%2025.728%2064.3919%2025.7241%2064.0912%2025.7202ZM137.415%2035.9077C138.558%2035.8017%20138.596%2035.7371%20139.632%2035.6397C141.19%2035.493%20142.644%2035.4311%20142.333%2035.3656C140.841%2035.4952%20139.372%2035.6216%20137.882%2035.7503C137.724%2035.8027%20137.577%2035.8555%20137.415%2035.9077ZM164.431%2027.1961C164.428%2027.1763%20163.566%2027.1626%20163.569%2027.1823C163.57%2027.202%20164.434%2027.2158%20164.431%2027.1961ZM127.584%2050.7505C127.136%2050.7387%20126.687%2050.7269%20126.234%2050.7151C126.081%2050.7007%20125.926%2050.6859%20125.778%2050.6718C126.228%2050.6834%20126.685%2050.6956%20127.131%2050.7071C127.283%2050.7215%20127.432%2050.736%20127.584%2050.7505ZM192.852%2031.7078C192.86%2031.727%20193.729%2031.6608%20193.723%2031.6416C193.724%2031.6218%20192.85%2031.6883%20192.852%2031.7078ZM186.535%2032.231C186.533%2032.2103%20186.524%2032.1901%20186.522%2032.1694C186.23%2032.1911%20185.934%2032.2133%20185.637%2032.2355C185.639%2032.2563%20185.644%2032.2769%20185.65%2032.2974C185.947%2032.2753%20186.243%2032.2529%20186.535%2032.231ZM121.052%2026.4847C121.052%2026.5055%20121.06%2026.5265%20121.06%2026.5473C121.662%2026.5555%20122.261%2026.5639%20122.862%2026.5722C122.407%2026.5451%20121.955%2026.518%20121.5%2026.4909C121.352%2026.4888%20121.2%2026.4867%20121.052%2026.4847ZM178.987%2054.3909C178.537%2054.371%20178.086%2054.3514%20177.636%2054.3317C177.638%2054.3318%20177.639%2054.332%20177.641%2054.3321C177.34%2054.3086%20177.04%2054.285%20176.74%2054.2615C176.289%2054.2053%20175.834%2054.149%20175.383%2054.093C176.584%2054.1865%20177.785%2054.2805%20178.988%2054.3753C178.987%2054.3805%20178.987%2054.3857%20178.987%2054.3909ZM57.7468%2025.6508C57.7422%2025.6311%2056.8798%2025.6196%2056.8844%2025.6393C56.886%2025.659%2057.7497%2025.6705%2057.7468%2025.6508ZM144.176%2035.28C144.178%2035.2996%20145.03%2035.2381%20145.026%2035.2187C145.021%2035.1993%20144.17%2035.2607%20144.176%2035.28ZM101.149%2026.1831C100.915%2026.2218%20102.97%2026.2762%20103.87%2026.2823C103.681%2026.2393%20104.375%2026.2307%20104.76%2026.2007C103.559%2026.195%20102.353%2026.1888%20101.149%2026.1831ZM132.996%2051.104C132.846%2051.0944%20132.696%2051.0849%20132.546%2051.0753C132.095%2051.0258%20131.639%2050.9762%20131.19%2050.9271C131.788%2050.9648%20132.39%2051.0027%20132.991%2051.041C132.994%2051.062%20132.997%2051.0832%20132.996%2051.104ZM254.64%2061.1156C254.941%2061.1454%20255.242%2061.1752%20255.54%2061.2046C255.542%2061.1839%20255.54%2061.1628%20255.538%2061.1417C255.24%2061.1121%20254.939%2061.0822%20254.638%2061.0525C254.636%2061.0732%20254.638%2061.0945%20254.64%2061.1156ZM30.6204%2025.2464C30.6171%2025.2266%2029.7882%2025.2147%2029.776%2025.2341C29.7901%2025.254%2030.6194%2025.266%2030.6204%2025.2464ZM31.0292%2043.5495C32.018%2043.4787%2032.6255%2043.4047%2033.7156%2043.322C34.9076%2043.2313%2036.5054%2043.1248%2037.7524%2043.0319C37.9823%2042.9382%2036.8842%2043.0287%2035.036%2043.1649C35.3339%2043.1226%2035.6345%2043.0801%2035.9434%2043.0371C34.5705%2043.1154%2033.2366%2043.1896%2031.8746%2043.2685C31.2466%2043.318%2030.8228%2043.3958%2030.5554%2043.4234C29.0739%2043.5758%2027.7756%2043.6811%2027.8388%2043.7492C27.8379%2043.7493%2027.837%2043.7495%2027.8361%2043.7496C29.1583%2043.6463%2029.7615%2043.6403%2031.0292%2043.5495ZM168.664%2033.6126C169.096%2033.5936%20171.097%2033.3696%20170.168%2033.41C169.75%2033.4282%20167.717%2033.6542%20168.664%2033.6126ZM18.3975%2044.3535C19.6301%2044.271%2022.0791%2044.0997%2022.4116%2044.0224C20.6408%2044.1326%2018.789%2044.2503%2016.9944%2044.3685C17.4865%2044.3532%2017.5523%2044.4096%2018.3975%2044.3535ZM90.0408%2039.1731C90.04%2039.1628%2090.0406%2039.1523%2090.0358%2039.1423C89.4349%2039.1852%2088.8345%2039.2279%2088.2367%2039.2705C88.2375%2039.2809%2088.2396%2039.2913%2088.2444%2039.3014C88.8416%2039.2588%2089.4405%2039.216%2090.0408%2039.1731ZM164.956%2033.8974C165.285%2033.9034%20166.794%2033.7831%20167.61%2033.7213C167.213%2033.7139%20166.213%2033.7533%20165.373%2033.7917C164.135%2033.8485%20163.894%2033.8751%20163.09%2033.9726C163.092%2033.9725%20163.094%2033.9723%20163.095%2033.9722C164.28%2033.9138%20164.349%2033.8858%20164.956%2033.8974ZM179.806%2027.3512C179.805%2027.3721%20179.813%2027.3932%20179.813%2027.414C180.113%2027.4198%20180.392%2027.4248%20180.705%2027.4307C180.706%2027.4099%20180.698%2027.3889%20180.698%2027.3681C180.386%2027.3621%20180.106%2027.3569%20179.806%2027.3512ZM23.3823%2044.2642C23.8327%2044.1805%2024.486%2044.0923%2024.9032%2044.0085C25.3261%2043.9242%2025.6869%2043.8201%2025.983%2043.7454C26.1322%2043.7039%2024.4401%2043.8338%2024.2827%2043.8534C23.414%2043.9734%2023.8804%2043.9793%2021.5177%2044.1511C21.5306%2044.1608%2021.5193%2044.1721%2021.5281%2044.1819C22.1043%2044.1392%2022.7577%2044.091%2023.3228%2044.0494C23.3444%2044.1209%2023.3566%2044.1927%2023.3823%2044.2642ZM37.7506%2042.8911C37.7541%2042.9105%2038.6087%2042.8491%2038.6064%2042.8295C38.603%2042.81%2037.7436%2042.8718%2037.7506%2042.8911ZM306.671%2067.4242C305.778%2067.2812%20304.884%2067.1382%20303.991%2066.9971C303.993%2066.9867%20303.995%2066.9764%20303.996%2066.9661C304.889%2067.1071%20305.783%2067.2501%20306.676%2067.3933C306.674%2067.4036%20306.672%2067.4139%20306.671%2067.4242ZM199.678%2027.8277C199.678%2027.8485%20199.682%2027.8697%20199.681%2027.8905C199.968%2027.9006%20200.289%2027.9118%20200.585%2027.9229C200.586%2027.9021%20200.583%2027.8812%20200.579%2027.8602C200.282%2027.849%20199.965%2027.8377%20199.678%2027.8277ZM174.481%2054.0228C173.88%2053.9763%20173.276%2053.9296%20172.676%2053.8833C172.677%2053.8729%20172.678%2053.8625%20172.679%2053.8521C173.279%2053.8982%20173.882%2053.9449%20174.483%2053.9916C174.482%2054.002%20174.482%2054.0124%20174.481%2054.0228ZM56.3893%2025.5232C55.9389%2025.538%2055.496%2025.5529%2055.0512%2025.5677C55.6468%2025.5757%2056.2489%2025.5838%2056.8545%2025.592C56.8547%2025.5712%2056.8453%2025.5501%2056.8414%2025.5292C56.6921%2025.5272%2056.538%2025.5251%2056.3893%2025.5232ZM94.5666%2038.913C94.5651%2038.8923%2094.5595%2038.8718%2094.5539%2038.8513C94.2539%2038.8726%2093.9529%2038.8942%2093.6534%2038.9155C93.6549%2038.9363%2093.6646%2038.9565%2093.6661%2038.9772C93.9655%2038.956%2094.2666%2038.9344%2094.5666%2038.913ZM206.888%2028.1605C206.59%2028.1739%20206.293%2028.1895%20205.995%2028.2073C206.298%2028.2319%20206.593%2028.2579%20206.895%2028.2869C207.218%2028.295%20207.54%2028.3058%20207.864%2028.316C208.137%2028.3244%20208.411%2028.3324%20208.684%2028.3397C208.413%2028.3134%20208.14%2028.2864%20207.87%2028.2591C207.542%2028.2258%20207.216%2028.1918%20206.888%2028.1605ZM197.008%2055.8368C196.409%2055.7868%20195.809%2055.7369%20195.207%2055.687C195.208%2055.6766%20195.209%2055.6663%20195.21%2055.656C195.811%2055.7058%20196.412%2055.7556%20197.011%2055.8056C197.01%2055.816%20197.009%2055.8264%20197.008%2055.8368ZM20.1219%2045.9983C20.1144%2045.9784%2020.9826%2046.016%2020.9785%2046.0354C20.9912%2046.0558%2020.1179%2046.0179%2020.1219%2045.9983ZM200.545%2031.3185C201.841%2031.181%20202.029%2031.1319%20201.877%2031.0882C200.345%2031.1911%20198.792%2031.3812%20198.289%2031.463C198.287%2031.4631%20198.285%2031.4633%20198.283%2031.4634C199.064%2031.4132%20199.79%2031.3672%20200.545%2031.3185ZM28.2234%2046.3371C27.9211%2046.3259%2027.6233%2046.3149%2027.3302%2046.3039C27.331%2046.2831%2027.3233%2046.262%2027.324%2046.2412C27.618%2046.2523%2027.9151%2046.263%2028.2174%2046.2742C28.2166%2046.2951%2028.2241%2046.3163%2028.2234%2046.3371ZM191.063%2031.9218C190.773%2031.9856%20190.475%2032.0499%20190.179%2032.114C190.786%2032.0576%20191.386%2032.002%20191.968%2031.9472C192.558%2031.9339%20193.187%2031.9176%20193.81%2031.9015C192.864%2031.9108%20191.985%2031.9148%20191.063%2031.9218ZM173.457%2027.2524C173.455%2027.2326%20172.587%2027.2177%20172.586%2027.2373C172.592%2027.2571%20173.463%2027.2721%20173.457%2027.2524ZM42.7127%2046.8159C42.7105%2046.7963%2043.5579%2046.8243%2043.5594%2046.8441C43.5615%2046.864%2042.7107%2046.8356%2042.7127%2046.8159ZM30.522%2043.4284C31.1448%2043.3832%2031.7268%2043.3413%2032.3233%2043.2981C32.3288%2043.3186%2032.3345%2043.3391%2032.336%2043.3598C31.7391%2043.403%2031.1582%2043.445%2030.5349%2043.4902C30.5292%2043.4698%2030.5235%2043.4492%2030.522%2043.4284ZM104.507%2038.1877C104.513%2038.207%20105.363%2038.1463%20105.36%2038.1268C105.359%2038.1072%20104.502%2038.1684%20104.507%2038.1877ZM150.49%2034.9652C150.488%2034.9445%20150.482%2034.924%20150.477%2034.9036C149.881%2034.9466%20149.283%2034.9896%20148.683%2035.0329C149.137%2035.0211%20149.592%2035.0092%20150.043%2034.9975C150.19%2034.9869%20150.343%2034.976%20150.49%2034.9652ZM20.0856%2045.8873C20.0887%2045.9082%2020.0919%2045.9292%2020.091%2045.95C18.8859%2045.9071%2017.6878%2045.8619%2016.4826%2045.8105C16.5319%2045.7321%2017.954%2045.7873%2020.0856%2045.8873ZM204.241%2056.3989C204.24%2056.379%20205.095%2056.4518%20205.093%2056.4714C205.093%2056.4913%20204.24%2056.4185%20204.241%2056.3989ZM72.9428%2040.4394C72.9438%2040.4591%2073.8079%2040.3975%2073.8033%2040.3781C73.8015%2040.3585%2072.9382%2040.42%2072.9428%2040.4394ZM215.048%2057.3321C215.051%2057.3126%20215.905%2057.3876%20215.903%2057.4072C215.904%2057.427%20215.046%2057.3517%20215.048%2057.3321ZM70.2384%2040.6321C70.2409%2040.6517%2071.0906%2040.5909%2071.0857%2040.5716C71.0818%2040.5521%2070.2325%2040.6128%2070.2384%2040.6321ZM2.69914%2024.7538C2.69977%2024.755%202.69633%2024.7566%202.69512%2024.7579C2.69513%2024.7581%202.69493%2024.7586%202.69959%2024.7575C2.70828%2024.747%202.69358%2024.7863%202.74673%2024.7113C2.7242%2024.5578%202.70572%2024.6359%202.70218%2024.6151C2.6927%2024.6117%202.69912%2024.6132%202.70254%2024.613C2.71991%2024.6137%202.75409%2024.615%202.79252%2024.6165C2.871%2024.6195%202.97716%2024.624%203.0826%2024.6293C3.29506%2024.6399%203.50991%2024.654%203.51195%2024.664C3.51384%2024.674%203.30016%2024.6698%203.08656%2024.6592C2.9803%2024.6538%202.87381%2024.6469%202.79409%2024.6388C2.75482%2024.6348%202.72129%2024.6305%202.70195%2024.626C2.69836%2024.6251%202.69224%2024.6233%202.6968%2024.6239C2.698%2024.6247%202.69982%2024.6224%202.71638%2024.6339C2.71673%2024.6203%202.76394%2024.7081%202.72253%2024.7334C2.70704%2024.7473%202.7068%2024.7448%202.70242%2024.7474C2.69073%2024.7521%202.69481%2024.7504%202.69379%2024.7511C2.69513%2024.7519%202.69932%2024.7526%202.69914%2024.7538ZM244.738%2060.0607C245.343%2060.1184%20245.944%2060.1759%20246.539%2060.233C246.442%2060.1887%20246.645%2060.1869%20247.426%2060.2397C246.831%2060.1667%20246.237%2060.0941%20245.638%2060.021C245.338%2060.0341%20245.04%2060.0477%20244.738%2060.0607ZM8.01593%2024.7903C8.01297%2024.7707%207.15903%2024.7528%207.16493%2024.7727C7.16408%2024.7924%208.01686%2024.8102%208.01593%2024.7903ZM256.434%2061.1677C256.433%2061.178%20256.432%2061.1883%20256.431%2061.1987C256.471%2061.2026%20256.51%2061.2066%20256.55%2061.2106C257.122%2061.2675%20257.686%2061.3238%20258.243%2061.3796C258.244%2061.3692%20258.246%2061.3589%20258.247%2061.3485C257.689%2061.2927%20257.125%2061.2364%20256.553%2061.1796C256.514%2061.1756%20256.474%2061.1717%20256.434%2061.1677ZM43.1825%2042.564C43.1831%2042.5837%2044.0261%2042.5232%2044.0248%2042.5037C44.0218%2042.4841%2043.1755%2042.5448%2043.1825%2042.564ZM171.774%2053.7512C171.474%2053.7282%20171.172%2053.7052%20170.872%2053.6821C170.87%2053.661%20170.867%2053.6398%20170.869%2053.619C171.169%2053.642%20171.47%2053.6651%20171.771%2053.6883C171.773%2053.7094%20171.776%2053.7304%20171.774%2053.7512ZM20.6254%2044.2337C19.9418%2044.2421%2017.2928%2044.4783%2016.0887%2044.5612C15.9835%2044.5685%2015.5993%2044.5515%2014.7649%2044.6378C14.4328%2044.6728%2014.359%2044.6854%2014.3223%2044.7045C14.8757%2044.6532%2015.5686%2044.6095%2016.0887%2044.5612C16.1391%2044.5739%2016.111%2044.581%2016.1161%2044.5936C15.383%2044.6361%2015.3698%2044.6807%2015.2698%2044.6902C14.5922%2044.7537%2014.072%2044.7814%2013.4072%2044.8432C13.4263%2044.8428%2013.4456%2044.8424%2013.4649%2044.8421C13.5417%2044.845%2013.3916%2044.8731%2013.9101%2044.832C14.1249%2044.815%2014.5564%2044.78%2014.7748%2044.7618C15.4454%2044.7065%2014.9457%2044.7262%2015.2726%2044.6898C15.6309%2044.6508%2016.302%2044.6096%2016.1188%2044.5932C16.7555%2044.5424%2017.2988%2044.5015%2017.9323%2044.4529C17.3119%2044.5266%2016.7633%2044.5951%2016.1469%2044.6696C16.7762%2044.6465%2017.3303%2044.6297%2017.9643%2044.6071C18.8278%2044.4838%2019.7356%2044.3574%2020.6254%2044.2337ZM174.498%2053.9457C174.498%2053.926%20175.352%2053.9924%20175.35%2054.012C175.353%2054.0319%20174.496%2053.9653%20174.498%2053.9457ZM85.1364%2048.3459C86.8671%2048.4174%2088.0766%2048.4805%2088.758%2048.5719C87.0095%2048.4973%2085.821%2048.4366%2085.1364%2048.3459ZM191.604%2055.3272C191.003%2055.2779%20190.397%2055.2282%20189.798%2055.1794C189.796%2055.1583%20189.794%2055.1371%20189.795%2055.1163C190.394%2055.1651%20191%2055.2148%20191.601%2055.2641C191.603%2055.2852%20191.606%2055.3064%20191.604%2055.3272ZM87.3826%2039.4412C87.3855%2039.4607%2088.2413%2039.3997%2088.2362%2039.3804C88.2368%2039.3606%2087.378%2039.4218%2087.3826%2039.4412ZM192.526%2055.3874C192.524%2055.3674%20193.378%2055.4376%20193.377%2055.4573C193.38%2055.4774%20192.526%2055.4071%20192.526%2055.3874ZM141.805%2026.6982C141.8%2026.6785%20140.944%2026.6663%20140.948%2026.686C140.95%2026.7057%20141.809%2026.718%20141.805%2026.6982ZM126.7%2050.5711C126.701%2050.5514%20127.551%2050.6034%20127.55%2050.6231C127.55%2050.6428%20126.701%2050.5909%20126.7%2050.5711ZM143.805%2051.502C143.852%2051.5375%20143.735%2051.5762%20143.82%2051.6116C144%2051.6891%20144.972%2051.7303%20146.07%2051.8446C145.916%2051.7919%20145.764%2051.7399%20145.615%2051.6878C146.217%2051.7187%20146.82%2051.7498%20147.419%2051.7807C147.417%2051.7806%20147.415%2051.7805%20147.414%2051.7804C146.205%2051.6865%20145.008%2051.5934%20143.805%2051.502ZM271.694%2062.7278C271.692%2062.7078%20270.856%2062.6178%20270.852%2062.6372C270.851%2062.6569%20271.698%2062.748%20271.694%2062.7278ZM150.126%2052.032C150.124%2052.0528%20150.131%2052.0741%20150.13%2052.0949C150.882%2052.1581%20151.64%2052.2221%20152.386%2052.2854C152.535%2052.2907%20152.684%2052.2963%20152.837%2052.3019C152.534%2052.2543%20152.231%2052.2066%20151.933%2052.1593C151.331%2052.1167%20150.727%2052.0743%20150.126%2052.032ZM59.869%2047.3455C59.8654%2047.3257%2060.7303%2047.3572%2060.7266%2047.3767C60.7349%2047.3967%2059.8685%2047.3652%2059.869%2047.3455ZM103.662%2038.5767C103.351%2038.5573%20103.044%2038.5376%20102.733%2038.5181C102.288%2038.5707%20101.835%2038.624%20101.392%2038.6765C99.4165%2038.7444%2097.4607%2038.8109%2095.4821%2038.8789C95.4794%2038.8791%2095.4766%2038.8793%2095.4738%2038.8795C95.7982%2038.8977%2096.1238%2038.9157%2096.453%2038.9336C97.0391%2038.8925%2097.6232%2038.8513%2098.2042%2038.8105C98.0642%2038.8727%2097.9234%2038.9351%2097.7835%2038.9973C98.6916%2038.9526%2099.6037%2038.9077%20100.516%2038.8627C101.565%2038.7674%20102.617%2038.6717%20103.662%2038.5767ZM179.907%2054.3381C179.904%2054.3181%20180.758%2054.3856%20180.758%2054.4053C180.761%2054.4253%20179.905%2054.3577%20179.907%2054.3381ZM161.333%2034.2261C160.877%2034.2436%20160.417%2034.2615%20159.957%2034.2792C159.806%2034.2955%20159.657%2034.3114%20159.51%2034.3273C159.954%2034.3107%20160.427%2034.2921%20160.882%2034.2747C161.031%2034.2586%20161.18%2034.2424%20161.333%2034.2261ZM234.833%2059.0044C235.285%2059.0671%20235.736%2059.1299%20236.184%2059.1926C236.633%2059.2187%20237.068%2059.2435%20237.528%2059.2706C237.529%2059.2655%20237.529%2059.2603%20237.53%2059.2551C236.624%2059.1706%20235.739%2059.0884%20234.833%2059.0044ZM33.6636%2046.42C33.661%2046.4002%2034.5214%2046.4292%2034.5207%2046.4489C34.5303%2046.4691%2033.6651%2046.4397%2033.6636%2046.42ZM168.928%2027.0035C168.931%2027.0348%20168.939%2027.0662%20168.942%2027.0975C169.113%2027.1003%20169.282%2027.1032%20169.451%2027.106C169.894%2027.1134%20170.331%2027.1207%20170.762%2027.128C170.585%2027.0851%20171.279%2027.0779%20171.645%2027.0492C170.93%2027.0371%20170.199%2027.0247%20169.453%2027.0122C169.279%2027.0093%20169.104%2027.0064%20168.928%2027.0035ZM45.3784%2046.7642C45.3818%2046.7851%2045.3852%2046.8062%2045.3845%2046.827C44.4993%2046.7974%2043.5614%2046.7661%2042.68%2046.7368C42.6804%2046.7264%2042.6753%2046.7157%2042.6756%2046.7053C43.7994%2046.7481%2044.3935%2046.7443%2045.3784%2046.7642ZM133.884%2050.9725C133.883%2050.9829%20133.882%2050.9933%20133.882%2051.0037C134.484%2051.0423%20135.091%2051.0813%20135.689%2051.12C135.69%2051.1096%20135.69%2051.0992%20135.691%2051.0888C135.093%2051.05%20134.486%2051.011%20133.884%2050.9725ZM138.399%2051.2656C138.398%2051.276%20138.397%2051.2864%20138.397%2051.2968C139%2051.3366%20139.6%2051.3762%20140.199%2051.4161C140.2%2051.4057%20140.2%2051.3953%20140.201%2051.3849C139.602%2051.345%20139.002%2051.3054%20138.399%2051.2656ZM112.66%2037.9025C112.342%2037.8521%20112.023%2037.8018%20111.709%2037.7511C111.415%2037.8139%20111.126%2037.8765%20110.837%2037.939C109.264%2038.0211%20108.171%2038.0821%20106.781%2038.2288C106.351%2038.2439%20105.921%2038.259%20105.495%2038.2738C105.762%2038.2443%20106.033%2038.2144%20106.3%2038.1849C105.702%2038.2224%20105.105%2038.2599%20104.504%2038.2975C104.807%2038.3126%20105.104%2038.3283%20105.403%2038.3438C106.309%2038.2841%20107.221%2038.2242%20108.124%2038.1646C108.134%2038.195%20108.145%2038.2257%20108.155%2038.2561C109.656%2038.1384%20111.157%2038.0205%20112.66%2037.9025ZM107.24%2038.0864C107.242%2038.106%20108.093%2038.0451%20108.089%2038.0257C108.088%2038.0061%20107.235%2038.067%20107.24%2038.0864ZM13.4072%2044.8432C13.5025%2044.8222%2013.3063%2044.8297%2013.4245%2044.809C13.0661%2044.8454%2012.6722%2044.8695%2012.5648%2044.8981C12.488%2044.923%2013.1856%2044.8538%2013.4072%2044.8432ZM157.749%2034.4865C157.756%2034.5057%20158.605%2034.4439%20158.599%2034.4246C158.596%2034.4052%20157.744%2034.4671%20157.749%2034.4865ZM149.644%2035.2773C149.776%2035.2117%20148.393%2035.2888%20148.869%2035.1927C149.238%2035.1182%20150.502%2034.9861%20147.789%2035.192C147.577%2035.2533%20147.307%2035.3205%20147.078%2035.3836C147.933%2035.3483%20148.814%2035.3103%20149.644%2035.2773ZM73.8629%2040.5462C75.1564%2040.4596%2075.737%2040.3976%2076.5474%2040.3078C75.7158%2040.3348%2075.1302%2040.3561%2073.8451%2040.4533C73.8473%2040.4845%2073.8566%2040.5153%2073.8629%2040.5462ZM123.982%2050.3447C123.981%2050.3249%20124.835%2050.3761%20124.834%2050.3958C124.836%2050.4155%20123.981%2050.3643%20123.982%2050.3447ZM256.401%2061.0858C256.403%2061.0662%20255.563%2060.9829%20255.56%2061.0024C255.559%2061.0221%20256.404%2061.1059%20256.401%2061.0858ZM70.68%2047.7084C70.6808%2047.6876%2070.6775%2047.6666%2070.6742%2047.6456C71.2752%2047.6693%2071.8824%2047.6936%2072.4906%2047.7179C71.884%2047.7144%2071.2795%2047.7112%2070.68%2047.7084ZM164.949%2034.0412C164.948%2034.0205%20164.942%2034%20164.937%2033.9795C164.634%2034.0015%20164.324%2034.0241%20164.025%2034.0459C164.027%2034.0667%20164.036%2034.0868%20164.038%2034.1076C164.337%2034.0859%20164.647%2034.0633%20164.949%2034.0412ZM87.9305%2039.8879C88.8133%2039.8079%2088.3785%2039.792%2088.3517%2039.7639C88.8149%2039.7409%2089.5829%2039.7093%2090.1506%2039.667C90.7446%2039.5828%2091.341%2039.4984%2091.9336%2039.4143C90.7262%2039.5005%2089.5241%2039.5862%2088.3286%2039.6715C88.3185%2039.7036%2088.3767%2039.7308%2088.3462%2039.7643C86.7093%2039.8454%2086.3205%2039.8513%2086.5113%2039.7701C89.2855%2039.564%2089.1185%2039.5015%2090.0844%2039.3584C88.8813%2039.4337%2087.6922%2039.508%2086.4787%2039.584C86.3317%2039.6154%2086.1803%2039.6472%2086.0294%2039.6788C84.6527%2039.7532%2086.282%2039.5839%2083.7642%2039.7777C83.7661%2039.7776%2083.7679%2039.7774%2083.7697%2039.7773C84.6772%2039.7596%2085.5864%2039.7416%2086.5025%2039.7233C84.4145%2039.9489%2083.6701%2039.9211%2083.7824%2039.839C82.9067%2039.9171%2081.9582%2040.0005%2081.0973%2040.0775C81.9815%2040.0667%2084.1372%2039.9276%2085.1268%2039.8988C86.5841%2039.8562%2086.1842%2039.9596%2087.9305%2039.8879ZM99.587%2048.9951C99.2837%2048.9801%2098.9806%2048.9651%2098.6786%2048.9501C98.6755%2048.9291%2098.6724%2048.9079%2098.6734%2048.8871C98.9754%2048.902%2099.2785%2048.9171%2099.5817%2048.9323C99.5848%2048.9533%2099.588%2048.9743%2099.587%2048.9951ZM144.224%2035.4959C144.23%2035.5152%20145.079%2035.454%20145.075%2035.4346C145.069%2035.4152%20144.219%2035.4765%20144.224%2035.4959ZM19.2037%2045.8008C19.2018%2045.7812%2020.0611%2045.8195%2020.0575%2045.8389C20.0642%2045.859%2019.2069%2045.8207%2019.2037%2045.8008ZM135.201%2036.2237C134.295%2036.2576%20133.385%2036.2917%20132.473%2036.3258C132.48%2036.3567%20132.488%2036.3875%20132.494%2036.4183C133.399%2036.3533%20134.301%2036.2884%20135.201%2036.2237ZM122.152%2050.2049C122.002%2050.2014%20121.848%2050.1974%20121.699%2050.1939C121.246%2050.136%20120.797%2050.0784%20120.342%2050.0206C120.642%2050.038%20120.942%2050.0554%20121.242%2050.0731C121.546%2050.117%20121.847%2050.1608%20122.152%2050.2049ZM8.92785%2024.6363C8.92744%2024.6572%208.93433%2024.6782%208.93828%2024.6992C9.52144%2024.7105%2010.1308%2024.7217%2010.7423%2024.7328C10.7388%2024.7119%2010.7377%2024.6911%2010.7302%2024.6701C10.1177%2024.659%209.51178%2024.6477%208.92785%2024.6363ZM250.105%2060.4361C250.104%2060.4161%20249.265%2060.3347%20249.26%2060.354C249.259%2060.3737%20250.105%2060.4558%20250.105%2060.4361ZM173.435%2027.0956C173.433%2027.0758%20172.562%2027.0608%20172.564%2027.0805C172.565%2027.1002%20173.439%2027.1153%20173.435%2027.0956ZM51.2483%2046.9628C51.2087%2046.9605%2051.1688%2046.9581%2051.1292%2046.9557C51.1332%2046.9557%2051.1364%2046.9556%2051.1403%2046.9555C51.1338%2046.9552%2051.1274%2046.9548%2051.1209%2046.9545C51.5977%2046.9519%2052.0945%2046.95%2052.5643%2046.9473C52.1366%2046.9528%2051.6846%2046.9575%2051.2483%2046.9628ZM115.566%2026.2063C115.562%2026.1865%20114.706%2026.1748%20114.71%2026.1946C114.714%2026.2143%20115.568%2026.2259%20115.566%2026.2063ZM289.655%2064.7328C289.658%2064.7133%20288.809%2064.6044%20288.807%2064.6241C288.811%2064.6443%20289.659%2064.7531%20289.655%2064.7328ZM76.1235%2047.8814C76.1197%2047.8615%2076.9673%2047.8967%2076.9735%2047.9166C76.9763%2047.9364%2076.1221%2047.901%2076.1235%2047.8814ZM94.6207%2039.0503C94.6237%2039.0698%2095.4786%2039.0087%2095.4733%2038.9893C95.47%2038.9699%2094.615%2039.031%2094.6207%2039.0503ZM84.2106%2048.0232C83.4666%2048.0814%2083.9437%2048.2144%2080.6157%2048.086C81.7289%2048.0651%2082.2324%2048.0456%2081.5084%2047.9366C82.4235%2047.9656%2083.2998%2047.9934%2084.2051%2048.023C84.2069%2048.0231%2084.2088%2048.0231%2084.2106%2048.0232ZM157.17%2026.7228C157.17%2026.7332%20157.172%2026.7437%20157.172%2026.7541C157.765%2026.7635%20158.357%2026.773%20158.939%2026.7823C158.951%2026.8029%20158.966%2026.8237%20158.982%2026.8443C159.275%2026.8489%20159.582%2026.8537%20159.889%2026.8584C160.186%2026.8318%20160.492%2026.8053%20160.786%2026.7787C159.559%2026.7595%20158.38%2026.7413%20157.17%2026.7228ZM165.292%2026.9285C165.294%2026.9088%20164.438%2026.895%20164.441%2026.9148C164.442%2026.9345%20165.296%2026.9482%20165.292%2026.9285ZM142.416%2035.7044C140.765%2035.8309%20139.983%2035.8707%20138.789%2035.9191C137.989%2035.9516%20137.553%2036.0222%20137%2036.0786C138.066%2036.0282%20139.137%2035.9768%20140.198%2035.9263C140.935%2035.8525%20141.665%2035.7793%20142.416%2035.7044ZM141.075%2051.3647C141.076%2051.345%20140.22%2051.288%20140.223%2051.308C140.223%2051.3276%20141.078%2051.3846%20141.075%2051.3647ZM157.338%2052.4998C157.49%2052.5161%20157.637%2052.5321%20157.789%2052.5483C158.239%2052.5654%20158.689%2052.5825%20159.139%2052.5998C158.987%2052.5835%20158.84%2052.5674%20158.688%2052.5511C158.238%2052.5339%20157.788%2052.5168%20157.338%2052.4998ZM175.783%2033.3106C175.781%2033.2898%20175.772%2033.2697%20175.77%2033.2489C175.18%2033.2924%20174.583%2033.3362%20173.98%2033.3804C173.986%2033.4009%20173.992%2033.4215%20173.993%2033.4423C174.596%2033.398%20175.192%2033.3541%20175.783%2033.3106ZM32.3946%2043.6378C31.5064%2043.697%2030.5616%2043.7605%2029.6601%2043.821C28.8079%2043.8357%2027.8285%2043.8596%2026.9648%2043.8754C27.2736%2043.9153%2027.5876%2043.9549%2027.9066%2043.9941C28.5877%2043.9504%2029.4509%2043.8757%2030.0714%2043.837C31.1382%2043.7705%2030.0831%2043.8911%2031.0777%2043.8269C31.532%2043.763%2031.9491%2043.7012%2032.3946%2043.6378ZM164.986%2034.1952C167.781%2033.9859%20167.835%2033.9135%20167.652%2033.844C165.74%2034.0187%20164.745%2034.1346%20164.986%2034.1952ZM93.7146%2039.1932C93.9191%2039.1398%2091.8894%2039.249%2090.9924%2039.3249C90.998%2039.3453%2091.0036%2039.3658%2091.0051%2039.3865C91.9091%2039.322%2092.8187%2039.2571%2093.7146%2039.1932ZM79.7072%2048.0159C79.407%2048.0032%2079.1105%2047.9907%2078.8087%2047.9779C78.8055%2047.9569%2078.8022%2047.9358%2078.803%2047.9149C79.1051%2047.9277%2079.4014%2047.9403%2079.7016%2047.9531C79.7048%2047.9741%2079.708%2047.9951%2079.7072%2048.0159ZM159.536%2034.4506C159.535%2034.4455%20159.535%2034.4403%20159.535%2034.4351C158.346%2034.5215%20157.145%2034.6088%20155.931%2034.6966C155.78%2034.7525%20156.376%2034.7298%20157.314%2034.6902C158.063%2034.6098%20158.801%2034.5301%20159.536%2034.4506ZM108.149%2049.3108C108.604%2049.3559%20109.056%2049.4009%20109.509%2049.4461C108.906%2049.4137%20108.304%2049.3816%20107.706%2049.3499C107.703%2049.3289%20107.7%2049.3079%20107.701%2049.2871C107.85%2049.295%20108%2049.3029%20108.149%2049.3108ZM134.258%2050.778C133.062%2050.7015%20131.886%2050.6539%20130.948%2050.6236C130.703%2050.6157%20130.474%2050.6088%20130.265%2050.603C130.492%2050.6186%20130.719%2050.6342%20130.946%2050.6499C133.115%2050.8%20135.311%2050.9551%20137.484%2051.1115C136.404%2050.9993%20135.343%2050.8891%20134.258%2050.778ZM118.085%2037.4359C118.091%2037.4553%20118.944%2037.3942%20118.939%2037.3748C118.937%2037.3553%20118.082%2037.4165%20118.085%2037.4359ZM163.644%2052.9484C165.6%2053.0447%20166.483%2053.1721%20168.599%2053.3166C169.485%2053.3771%20171.391%2053.4468%20170.846%2053.3672C169.797%2053.3074%20168.748%2053.2479%20167.699%2053.189C166.344%2053.0448%20164.993%2052.9017%20163.636%2052.7592C163.636%2052.8222%20163.649%2052.8854%20163.644%2052.9484ZM210.474%2028.3503C210.473%2028.3607%20210.47%2028.3709%20210.474%2028.3816C211.073%2028.4361%20211.675%2028.4896%20212.275%2028.5423C212.276%2028.5319%20212.278%2028.5216%20212.275%2028.5108C211.675%2028.4581%20211.073%2028.4048%20210.474%2028.3503ZM150.995%2051.9835C150.995%2051.9637%20150.139%2051.9036%20150.142%2051.9236C150.141%2051.9432%20150.998%2052.0034%20150.995%2051.9835ZM32.4027%2043.5588C32.4017%2043.5786%2033.2637%2043.5162%2033.2616%2043.4967C33.2578%2043.4772%2032.3955%2043.5396%2032.4027%2043.5588ZM198.734%2027.4831C198.737%2027.5145%20198.744%2027.546%20198.747%2027.5773C199.346%2027.5969%20199.935%2027.6172%20200.555%2027.6403C200.552%2027.6089%20200.545%2027.5774%20200.542%2027.546C199.921%2027.523%20199.332%2027.5028%20198.734%2027.4831ZM179.422%2033.1675C179.246%2033.1384%20179.566%2032.9943%20177.586%2033.2146C177.482%2033.226%20177.572%2033.2792%20176.72%2033.3538C176.028%2033.4141%20174.733%2033.505%20174.935%2033.5295C176.088%2033.4559%20177.352%2033.3725%20178.541%2033.2954C178.837%2033.2526%20179.129%2033.2104%20179.422%2033.1675ZM210.508%2056.6386C210.507%2056.6593%20210.509%2056.6805%20210.511%2056.7017C211.108%2056.7324%20211.716%2056.7642%20212.313%2056.7953C211.714%2056.7431%20211.107%2056.6904%20210.508%2056.6386ZM63.9746%2041.3294C63.9753%2041.3491%2064.8405%2041.2874%2064.8356%2041.268C64.8335%2041.2484%2063.9702%2041.31%2063.9746%2041.3294ZM199.255%2031.6388C199.254%2031.618%20199.244%2031.5979%20199.242%2031.5771C198.942%2031.6004%20198.637%2031.6242%20198.328%2031.6481C198.33%2031.6689%20198.336%2031.6893%20198.342%2031.7097C198.65%2031.6858%20198.955%2031.6621%20199.255%2031.6388ZM165.277%2026.8343C165.279%2026.8146%20164.423%2026.8009%20164.426%2026.8206C164.427%2026.8403%20165.281%2026.854%20165.277%2026.8343ZM67.9276%2047.4286C67.9252%2047.4088%2067.0718%2047.3759%2067.0756%2047.3958C67.0742%2047.4154%2067.9303%2047.4483%2067.9276%2047.4286ZM163.189%2034.3574C163.183%2034.3265%20163.171%2034.296%20163.169%2034.2649C162.573%2034.3082%20161.974%2034.3519%20161.37%2034.3958C161.202%2034.4391%20161.997%2034.4528%20163.189%2034.3574ZM187.981%2054.7179C187.98%2054.7387%20187.982%2054.7597%20187.985%2054.7808C188.585%2054.8296%20189.187%2054.8785%20189.786%2054.9274C189.788%2054.9067%20189.785%2054.8856%20189.783%2054.8645C189.184%2054.8156%20188.582%2054.7666%20187.981%2054.7179ZM80.698%2040.2765C81.394%2040.2369%2082.2041%2040.1666%2082.9309%2040.1192C81.8651%2040.1531%2080.8002%2040.1873%2079.7398%2040.2213C79.6392%2040.2308%2079.5387%2040.2404%2079.4383%2040.25C78.0961%2040.3831%2079.2188%2040.3608%2080.698%2040.2765ZM21.8838%2045.7767C21.2614%2045.7507%2020.6812%2045.7257%2020.0692%2045.6987C20.0656%2045.6881%2020.0647%2045.6776%2020.0652%2045.6672C20.6767%2045.6941%2021.2574%2045.7191%2021.8794%2045.7452C21.8832%2045.7558%2021.8842%2045.7663%2021.8838%2045.7767ZM73.9126%2040.6523C73.918%2040.6717%2074.7634%2040.6114%2074.7591%2040.592C74.7559%2040.5725%2073.9137%2040.6326%2073.9126%2040.6523ZM104.114%2049.0525C104.111%2049.0326%20104.961%2049.0767%20104.964%2049.0966C104.965%2049.1162%20104.112%2049.0721%20104.114%2049.0525ZM136.118%2036.2518C136.118%2036.2414%20136.118%2036.2309%20136.113%2036.2208C135.215%2036.2854%20134.313%2036.3503%20133.409%2036.4152C133.41%2036.4256%20133.412%2036.436%20133.417%2036.4461C134.32%2036.3812%20135.221%2036.3164%20136.118%2036.2518ZM61.2613%2041.5386C60.3548%2041.6033%2059.435%2041.6689%2058.5396%2041.7329C58.5403%2041.7432%2058.5425%2041.7535%2058.5473%2041.7635C59.6816%2041.6771%2060.2594%2041.6598%2061.2738%2041.6005C61.2724%2041.5797%2061.2668%2041.5591%2061.2613%2041.5386ZM137.484%2050.9862C137.483%2050.9966%20137.483%2051.007%20137.482%2051.0174C138.688%2051.0859%20139.888%2051.1549%20141.09%2051.2248C141.091%2051.2143%20141.091%2051.2039%20141.092%2051.1935C139.89%2051.1237%20138.69%2051.0546%20137.484%2050.9862ZM55.2876%2046.7903C53.335%2046.7565%2052.3711%2046.7671%2052.5922%2046.8526C52.8946%2046.8425%2053.1992%2046.8324%2053.5008%2046.8222C54.4016%2046.8533%2055.3019%2046.8848%2056.1939%2046.9161C56.1957%2046.9163%2056.1975%2046.9164%2056.1994%2046.9165C55.8955%2046.8745%2055.5925%2046.8325%2055.2876%2046.7903ZM42.3484%2042.9058C42.3609%2042.9246%2043.1986%2042.8645%2043.1944%2042.8452C43.1938%2042.8254%2042.3537%2042.8857%2042.3484%2042.9058ZM148.307%2051.6857C148.909%2051.7484%20149.508%2051.811%20150.112%2051.8743C150.113%2051.8535%20150.111%2051.8325%20150.108%2051.8114C149.507%2051.7692%20148.907%2051.7274%20148.307%2051.6857ZM95.5247%2039.1268C95.5256%2039.1267%2095.5265%2039.1266%2095.5274%2039.1265C94.9262%2039.1694%2094.3261%2039.2123%2093.7273%2039.255C93.7288%2039.2758%2093.7344%2039.2963%2093.74%2039.3167C93.8872%2039.3063%2094.0385%2039.2956%2094.1859%2039.2851C94.6324%2039.2324%2095.0768%2039.1796%2095.5247%2039.1268ZM22.5141%2044.4851C22.5018%2044.4338%2022.4908%2044.3823%2022.4827%2044.3306C21.5686%2044.3984%2020.6677%2044.4655%2019.7781%2044.5326C19.874%2044.5317%2019.9708%2044.5308%2020.0684%2044.5298C20.6799%2044.5282%2020.8234%2044.5594%2020.7108%2044.6194C21.3437%2044.572%2021.8858%2044.5317%2022.5141%2044.4851ZM10.1586%2045.0276C10.1525%2045.0124%209.54708%2044.9196%209.40554%2044.886C9.38055%2044.8814%209.3691%2044.8805%209.36867%2044.8832C9.36812%2044.8857%209.37843%2044.891%209.40211%2044.8991C9.53901%2044.9575%2010.1505%2045.0466%2010.1586%2045.0276ZM112.181%2049.4502C112.182%2049.4305%20111.328%2049.3838%20111.331%2049.4037C111.334%2049.4235%20112.181%2049.4699%20112.181%2049.4502ZM165.287%2026.7251C165.287%2026.7459%20165.295%2026.7669%20165.295%2026.7877C165.888%2026.7972%20166.484%2026.807%20167.101%2026.817C167.101%2026.7962%20167.093%2026.7752%20167.093%2026.7544C166.477%2026.7444%20165.881%2026.7348%20165.287%2026.7251ZM169.808%2026.846C169.959%2026.8538%20170.115%2026.8615%20170.269%2026.8693C170.726%2026.8613%20171.178%2026.8536%20171.618%2026.8455C171.468%2026.8377%20171.318%2026.8298%20171.166%2026.822C170.717%2026.8301%20170.264%2026.8381%20169.808%2026.846ZM50.4429%2042.4048C50.4414%2042.3841%2050.4317%2042.3639%2050.4303%2042.3431C49.8397%2042.3854%2049.2448%2042.428%2048.6287%2042.4719C48.6302%2042.4926%2048.6359%2042.5131%2048.6416%2042.5336C49.258%2042.4895%2049.852%2042.447%2050.4429%2042.4048ZM215.492%2030.3504C215.49%2030.3297%20215.48%2030.3098%20215.477%2030.2891C215.169%2030.3216%20214.875%2030.3516%20214.576%2030.3814C214.578%2030.4022%20214.584%2030.4226%20214.59%2030.4429C214.888%2030.4134%20215.185%2030.3829%20215.492%2030.3504ZM99.5402%2048.7581C99.5397%2048.7384%2098.6784%2048.6957%2098.682%2048.7156C98.686%2048.7354%2099.543%2048.7779%2099.5402%2048.7581ZM109.564%2038.3749C111.313%2038.1704%20113.275%2038.055%20115.819%2037.8631C116.737%2037.7938%20116.33%2037.7649%20117.201%2037.6877C116.291%2037.7363%20115.392%2037.7857%20114.486%2037.8346C114.648%2037.8439%20114.808%2037.8534%20114.97%2037.8627C114.217%2037.927%20113.459%2037.9917%20112.707%2038.0559C112.689%2038.0365%20112.676%2038.0166%20112.658%2037.9971C111.773%2038.0603%20110.886%2038.1237%20109.997%2038.1872C109.866%2038.2691%20107.53%2038.4587%20109.564%2038.3749ZM180.352%2033.2242C180.954%2033.1378%20181.555%2033.0515%20182.14%2032.9663C181.253%2033.032%20180.301%2033.1028%20179.422%2033.1675C179.429%2033.209%20179.439%2033.25%20179.45%2033.2911C179.743%2033.2694%20180.043%2033.2471%20180.352%2033.2242ZM154.618%2052.0999C154.617%2052.1103%20154.616%2052.1207%20154.615%2052.1311C155.217%2052.1742%20155.821%2052.2177%20156.421%2052.261C156.422%2052.2506%20156.423%2052.2402%20156.424%2052.2298C155.823%2052.1864%20155.219%2052.1428%20154.618%2052.0999ZM169.493%2053.1693C168.492%2053.1313%20167.625%2053.0267%20166.345%2052.9309C167.095%2053.0082%20167.845%2053.0857%20168.594%2053.1635C169.044%2053.1818%20169.495%2053.2005%20169.945%2053.2192C169.793%2053.2025%20169.645%2053.186%20169.493%2053.1693ZM173.534%2053.5262C173.535%2053.5065%20172.679%2053.4406%20172.681%2053.4606C172.682%2053.4803%20173.536%2053.5461%20173.534%2053.5262ZM74.2885%2047.5561C75.1876%2047.6082%2076.0886%2047.6612%2076.9738%2047.7132C77.189%2047.6804%2076.7594%2047.6186%2076.5354%2047.5709C76.4937%2047.559%2076.452%2047.547%2076.4102%2047.5351C76.2998%2047.4992%2076.1661%2047.4629%2075.151%2047.4188C74.8701%2047.4651%2074.5719%2047.51%2074.2885%2047.5561ZM208.644%2028.0373C208.642%2028.0219%20208.128%2027.968%20207.901%2027.9534C207.836%2027.9493%20207.795%2027.9485%20207.795%2027.9529C207.795%2027.9572%20207.835%2027.9647%20207.899%2027.9736C208.125%2028.0054%20208.644%2028.053%20208.644%2028.0373ZM159.606%2034.7435C158.714%2034.7979%20157.81%2034.853%20156.904%2034.9083C156.903%2034.9083%20156.902%2034.9083%20156.901%2034.9083C156.593%2034.8993%20156.281%2034.8906%20155.975%2034.8814C155.982%2034.9227%20155.992%2034.9638%20156.004%2035.0048C157.217%2034.9168%20158.418%2034.8297%20159.606%2034.7435ZM151.495%2035.2216C151.501%2035.2409%20152.357%2035.179%20152.353%2035.1596C152.352%2035.1399%20151.49%2035.2022%20151.495%2035.2216ZM115.364%2049.517C114.919%2049.5129%20114.461%2049.5082%20114.01%2049.504C114.615%2049.5377%20115.219%2049.5714%20115.817%2049.6051C115.818%2049.5843%20115.815%2049.5632%20115.812%2049.5421C115.664%2049.5338%20115.512%2049.5252%20115.364%2049.517ZM65.8039%2041.4027C65.0642%2041.4241%2064.2756%2041.449%2063.5193%2041.4716C63.371%2041.4874%2063.2221%2041.5033%2063.0701%2041.5192C63.8913%2041.4835%2064.1058%2041.4879%2063.9917%2041.5319C64.5936%2041.4889%2065.2189%2041.4443%2065.8039%2041.4027ZM177.033%2026.9092C177.035%2026.9092%20177.037%2026.9093%20177.039%2026.9093C177.19%2026.9172%20177.336%2026.9251%20177.486%2026.933C177.919%2026.9252%20178.386%2026.9183%20178.838%2026.911C178.683%2026.9029%20178.53%2026.8949%20178.374%2026.8868C177.896%2026.8937%20177.487%2026.9019%20177.033%2026.9092ZM182.011%2027.018C182.151%2026.9685%20182.295%2026.9193%20182.434%2026.8698C181.557%2026.8474%20180.592%2026.8238%20179.726%2026.8023C180.46%2026.8734%20181.258%2026.946%20182.011%2027.018ZM150.11%2051.7802C151.979%2051.9145%20153.355%2052.0158%20154.615%2052.0527C154.166%2052.0244%20153.716%2051.9962%20153.268%2051.9682C152.684%2051.9175%20152.098%2051.8671%20151.513%2051.8167C151.045%2051.8045%20150.577%2051.7922%20150.11%2051.7802ZM116.911%2025.99C117.361%2025.9753%20117.807%2025.9604%20118.256%2025.9458C117.355%2025.9231%20116.447%2025.9003%20115.543%2025.8774C116.001%2025.915%20116.454%2025.9524%20116.911%2025.99ZM188.763%2027.0329C188.476%2027.0682%20188.18%2027.1034%20187.884%2027.1386C189.574%2027.1531%20189.857%2027.1173%20189.672%2027.0534C189.368%2027.0463%20189.049%2027.0392%20188.763%2027.0329ZM150.589%2035.3966C149.538%2035.4413%20148.483%2035.4863%20147.418%2035.5318C147.269%2035.5478%20147.116%2035.5642%20146.967%2035.5802C147.276%2035.5945%20147.59%2035.6082%20147.898%2035.6226C148.801%2035.5469%20149.696%2035.4717%20150.589%2035.3966ZM107.237%2049.0433C106.784%2049.0402%20106.331%2049.0373%20105.879%2049.0346C106.48%2049.066%20107.096%2049.0984%20107.69%2049.1299C107.691%2049.1091%20107.692%2049.0882%20107.685%2049.0669C107.538%2049.0591%20107.386%2049.051%20107.237%2049.0433ZM205.61%2031.2438C205.623%2031.2626%20206.437%2031.1962%20206.448%2031.1755C206.43%2031.1572%20205.614%2031.2239%20205.61%2031.2438ZM57.6859%2041.9818C57.6844%2041.961%2057.6788%2041.9404%2057.6733%2041.9199C57.3751%2041.941%2057.087%2041.9617%2056.7755%2041.9839C56.777%2042.0047%2056.7827%2042.0253%2056.7884%2042.0458C57.1001%2042.0237%2057.3875%2042.0031%2057.6859%2041.9818ZM55.8664%2042.0802C54.6409%2042.1573%2053.5045%2042.2279%2052.2561%2042.3067C52.2576%2042.3275%2052.2633%2042.3481%2052.2689%2042.3686C53.7181%2042.2588%2054.6291%2042.2083%2055.8792%2042.1421C55.8777%2042.1213%2055.872%2042.1007%2055.8664%2042.0802ZM141.08%2051.0046C141.082%2051.036%20141.082%2051.0674%20141.084%2051.0989C141.836%2051.1595%20142.589%2051.2208%20143.344%2051.2822C143.493%2051.2871%20143.646%2051.2925%20143.794%2051.2973C143.194%2051.22%20142.583%2051.1422%20141.98%2051.065C141.68%2051.0448%20141.38%2051.0246%20141.08%2051.0046ZM145.595%2051.3732C145.594%2051.3939%20145.596%2051.415%20145.599%2051.436C146.197%2051.4562%20146.8%2051.477%20147.4%2051.4975C146.798%2051.4558%20146.196%2051.4144%20145.595%2051.3732ZM176.109%2026.7841C174.449%2026.7452%20172.412%2026.7946%20174.779%2026.8497C175.546%2026.8678%20176.52%2026.812%20176.109%2026.7841ZM41.4381%2043.1121C41.4373%2043.1017%2041.4351%2043.0913%2041.4303%2043.0812C40.8252%2043.1247%2040.2312%2043.1672%2039.6481%2043.2091C39.6488%2043.2195%2039.6483%2043.23%2039.653%2043.2402C40.2367%2043.1982%2040.8323%2043.1555%2041.4381%2043.1121ZM58.896%2046.9192C58.8956%2046.9296%2058.8966%2046.9402%2058.9004%2046.9507C59.4995%2046.9723%2060.1168%2046.9948%2060.7153%2047.0166C60.7157%2047.0062%2060.7147%2046.9957%2060.711%2046.9852C60.1122%2046.9633%2059.4952%2046.9408%2058.896%2046.9192ZM158.221%2052.2973C158.22%2052.3077%20158.219%2052.3181%20158.219%2052.3286C158.82%2052.3724%20159.422%2052.4165%20160.024%2052.4607C160.025%2052.4503%20160.026%2052.4399%20160.026%2052.4295C159.425%2052.3853%20158.822%2052.3411%20158.221%2052.2973ZM163.663%2034.4483C164.099%2034.3957%20164.553%2034.3416%20165.004%2034.2879C164.393%2034.3324%20163.795%2034.376%20163.202%2034.4192C163.208%2034.4397%20163.216%2034.46%20163.217%2034.4807C163.364%2034.4701%20163.516%2034.4591%20163.663%2034.4483ZM95.1288%2039.3741C97.675%2039.1316%2099.9761%2039.0354%20102.796%2038.8268C102.044%2038.8507%20101.284%2038.8752%20100.53%2038.8992C98.575%2039.0478%2096.618%2039.1963%2094.6609%2039.3449C94.8146%2039.3547%2094.9708%2039.3645%2095.1288%2039.3741ZM74.8665%2025.3628C74.5666%2025.3589%2074.2696%2025.355%2073.9636%2025.3509C73.9597%2025.33%2073.953%2025.3091%2073.9533%2025.2883C74.2592%2025.2925%2074.5566%2025.2962%2074.8563%2025.3003C74.8601%2025.3212%2074.8668%2025.342%2074.8665%2025.3628ZM20.0428%2045.4314C21.2541%2045.4797%2022.4445%2045.524%2023.6492%2045.5671C23.3541%2045.597%2023.0656%2045.6272%2022.7584%2045.6564C23.9548%2045.6949%2025.1659%2045.7318%2026.3668%2045.7669C26.7267%2045.6375%2024.533%2045.5394%2020.9374%2045.3608C20.6506%2045.3849%2020.334%2045.4078%2020.0428%2045.4314ZM172.462%2026.6244C171.418%2026.6178%20170.485%2026.6053%20169.46%2026.5943C168.872%2026.5882%20168.252%2026.5827%20167.551%2026.5795C165.66%2026.5705%20164.879%2026.5785%20165.267%2026.6612C165.268%2026.6612%20165.27%2026.6613%20165.272%2026.6613C166.905%2026.6807%20167.744%2026.6229%20169.459%2026.6419C169.472%2026.6421%20169.484%2026.6422%20169.496%2026.6424C171.345%2026.6646%20172.344%2026.7316%20172.462%2026.6244ZM38.9914%2046.2233C38.9897%2046.2035%2038.1459%2046.1754%2038.1468%2046.1953C38.1491%2046.215%2038.9902%2046.243%2038.9914%2046.2233ZM192.956%2032.2485C192.642%2032.2723%20192.368%2032.2933%20192.069%2032.316C191.931%2032.3858%20192.122%2032.4149%20193.902%2032.302C193.903%2032.3018%20193.905%2032.3017%20193.907%2032.3015C193.593%2032.2837%20193.278%2032.2658%20192.956%2032.2485ZM118.142%2037.6826C118.143%2037.7023%20119%2037.6409%20118.995%2037.6216C118.994%2037.6019%20118.138%2037.6632%20118.142%2037.6826ZM50.7581%2046.5705C50.7574%2046.5913%2050.7608%2046.6123%2050.7642%2046.6332C51.3618%2046.6536%2051.9832%2046.6751%2052.5785%2046.6957C52.5793%2046.6749%2052.5759%2046.6539%2052.5725%2046.633C51.9767%2046.6124%2051.3557%2046.591%2050.7581%2046.5705ZM280.677%2063.3224C280.67%2063.3019%20279.821%2063.2037%20279.826%2063.2241C279.819%2063.243%20280.677%2063.3422%20280.677%2063.3224ZM16.2318%2044.9763C16.232%2044.9959%2017.102%2044.9284%2017.0872%2044.9099C17.0976%2044.8893%2016.224%2044.9571%2016.2318%2044.9763ZM78.9436%2040.6523C79.9217%2040.5965%2079.9907%2040.5516%2080.8794%2040.4887C82.4729%2040.3761%2083.8389%2040.2747%2082.5055%2040.3058C81.1592%2040.4231%2079.8059%2040.5402%2078.4749%2040.6562C79.3595%2040.5408%2080.2443%2040.4256%2081.1359%2040.3098C79.9327%2040.4165%2078.7593%2040.521%2077.5418%2040.6288C77.5361%2040.6081%2077.5305%2040.5877%2077.529%2040.567C77.5281%2040.567%2077.5271%2040.567%2077.5262%2040.567C76.9213%2040.6101%2076.318%2040.653%2075.7184%2040.6958C75.7199%2040.7166%2075.7214%2040.7375%2075.7311%2040.7577C76.3306%2040.7151%2076.9329%2040.6721%2077.5418%2040.6288C77.3734%2040.6863%2077.6263%2040.7275%2078.9436%2040.6523ZM146.08%2035.7224C146.079%2035.712%20146.077%2035.7018%20146.072%2035.6917C144.879%2035.7778%20143.678%2035.8643%20142.47%2035.9513C142.472%2035.972%20142.477%2035.9927%20142.483%2036.0131C143.69%2035.9156%20144.887%2035.8189%20146.08%2035.7224ZM137.981%2036.2796C137.632%2036.3193%20139.88%2036.2278%20140.658%2036.1396C141.01%2036.0998%20138.77%2036.1908%20137.981%2036.2796ZM30.4407%2045.9166C31.0738%2045.9303%2031.697%2045.9433%2032.353%2045.9572C32.4651%2045.9595%2032.5778%2045.9618%2032.691%2045.9641C32.6913%2045.9537%2032.6903%2045.9432%2032.6866%2045.9326C32.5754%2045.9278%2032.4646%2045.923%2032.3544%2045.9182C31.24%2045.87%2030.1524%2045.822%2029.0735%2045.7736C29.5197%2045.8211%2029.9736%2045.8687%2030.4407%2045.9166ZM45.0881%2043.0701C44.7601%2043.0628%2044.4383%2043.0548%2044.116%2043.0472C43.522%2043.0683%2042.9684%2043.0865%2042.3628%2043.1085C43.5584%2043.0395%2044.7295%2042.9722%2045.9735%2042.8998C46.2713%2042.8828%2046.5713%2042.8655%2046.8737%2042.8482C46.5852%2042.8525%2046.2824%2042.86%2045.9714%2042.8704C43.7698%2042.9474%2041.1288%2043.1553%2039.6897%2043.377C39.9836%2043.3825%2040.278%2043.3881%2040.5774%2043.3932C42.0866%2043.2849%2043.5731%2043.1785%2045.0881%2043.0701ZM173.17%2033.7691C173.172%2033.7887%20174.034%2033.7254%20174.029%2033.706C174.029%2033.6863%20173.166%2033.7497%20173.17%2033.7691ZM68.8321%2047.1977C68.8312%2047.2186%2068.8388%2047.2398%2068.838%2047.2606C69.4526%2047.2845%2070.0387%2047.3076%2070.6425%2047.3314C70.6433%2047.3106%2070.64%2047.2895%2070.6367%2047.2685C70.0331%2047.2447%2069.4465%2047.2216%2068.8321%2047.1977ZM169.564%2034.0333C169.566%2034.0529%20170.426%2033.9901%20170.419%2033.9708C170.418%2033.9511%20169.561%2034.0139%20169.564%2034.0333ZM73.3293%2047.423C73.3271%2047.4033%2072.4782%2047.3691%2072.482%2047.389C72.4806%2047.4086%2073.332%2047.4428%2073.3293%2047.423ZM80.578%2047.6778C80.5771%2047.6986%2080.5803%2047.7196%2080.5836%2047.7406C81.487%2047.7793%2082.4026%2047.8191%2083.2965%2047.8581C83.2947%2047.858%2083.2929%2047.8579%2083.291%2047.8579C83.2912%2047.8527%2083.2915%2047.8475%2083.2917%2047.8423C82.4712%2047.7743%2081.8803%2047.7281%2080.578%2047.6778ZM154.221%2035.1966C154.219%2035.1759%20154.21%2035.1557%20154.208%2035.1349C154.206%2035.1351%20154.205%2035.1352%20154.203%2035.1353C153.611%2035.1991%20153.015%2035.2631%20152.418%2035.3273C153.021%2035.2836%20153.623%2035.24%20154.221%2035.1966ZM96.3703%2048.3364C93.8241%2048.2206%2093.0691%2048.2124%2093.2354%2048.311C93.827%2048.3078%2094.4333%2048.3055%2095.0343%2048.3031C96.2518%2048.372%2097.4333%2048.4401%2098.6477%2048.5104C98.8139%2048.4497%2098.1982%2048.4198%2096.3703%2048.3364ZM98.6204%2048.556C98.6204%2048.5362%2097.7621%2048.494%2097.7657%2048.5139C97.7701%2048.5338%2098.6232%2048.5758%2098.6204%2048.556ZM137.093%2036.511C135.871%2036.5587%20136.146%2036.4915%20136.162%2036.4369C133.844%2036.6052%20133.293%2036.6937%20133.489%2036.7543C134.695%2036.6729%20135.89%2036.5924%20137.093%2036.511ZM198.404%2031.9558C197.771%2031.984%20197.212%2032.0063%20196.597%2032.0327C196.599%2032.0535%20196.609%2032.0738%20196.61%2032.0945C197.223%2032.0473%20197.772%2032.0048%20198.404%2031.9558ZM128.539%2037.1725C130.984%2036.9156%20128.412%2037.0422%20126.239%2037.1494C125.95%2037.2118%20125.65%2037.2755%20125.369%2037.337C126.041%2037.293%20126.923%2037.2189%20127.55%2037.1806C128.603%2037.1161%20127.556%2037.2351%20128.539%2037.1725ZM49.6119%2042.6054C49.6137%2042.625%2050.4545%2042.5647%2050.4501%2042.5453C50.4457%2042.5259%2049.6054%2042.5861%2049.6119%2042.6054ZM186.69%2032.7995C186.691%2032.8027%20186.715%2032.8037%20186.754%2032.803C186.962%2032.7983%20187.563%2032.7506%20187.557%2032.7346C187.554%2032.7185%20186.958%2032.7603%20186.753%2032.7864C186.713%2032.7916%20186.69%2032.7962%20186.69%2032.7995ZM37.8622%2043.5256C37.8558%2043.4947%2037.8481%2043.4639%2037.8417%2043.4331C37.5433%2043.4544%2037.2479%2043.4759%2036.9555%2043.497C36.9618%2043.5279%2036.9667%2043.5589%2036.973%2043.5897C37.2662%2043.5688%2037.5629%2043.5471%2037.8622%2043.5256ZM153.684%2051.892C153.685%2051.8723%20152.829%2051.8115%20152.831%2051.8314C152.832%2051.8511%20153.686%2051.9119%20153.684%2051.892ZM158.193%2052.2171C158.195%2052.1974%20157.338%2052.1353%20157.341%2052.1553C157.342%2052.175%20158.196%2052.237%20158.193%2052.2171ZM119.41%2049.5595C119.571%2049.6084%20118.895%2049.589%20118.516%2049.602C119.124%2049.6369%20119.717%2049.6709%20120.319%2049.706C120.317%2049.6746%20120.313%2049.643%20120.311%2049.6116C120.01%2049.5941%20119.71%2049.5768%20119.41%2049.5595ZM50.7503%2046.4765C51.3507%2046.5179%2051.9692%2046.56%2052.5682%2046.6015C52.5648%2046.5805%2052.5696%2046.5599%2052.5622%2046.5388C51.966%2046.5182%2051.3474%2046.4969%2050.7503%2046.4765ZM61.5909%2046.8298C61.5897%2046.861%2061.5955%2046.8925%2061.5984%2046.9239C62.8034%2046.9769%2063.589%2046.9352%2063.4078%2046.8971C62.799%2046.8744%2062.1911%2046.8518%2061.5909%2046.8298ZM159.996%2052.3176C159.997%2052.2979%20159.145%2052.2355%20159.145%2052.2552C159.144%2052.2749%20159.998%2052.3375%20159.996%2052.3176ZM171.379%2033.9631C171.386%2033.9824%20172.226%2033.9208%20172.22%2033.9015C172.215%2033.8821%20171.376%2033.9437%20171.379%2033.9631ZM28.8667%2044.1758C28.2386%2044.2006%2027.6329%2044.2238%2027.0429%2044.2459C27.0444%2044.2667%2027.0539%2044.287%2027.0554%2044.3078C27.64%2044.265%2028.2443%2044.2209%2028.8667%2044.1758ZM18.7987%2044.9507C19.711%2044.8539%2017.6924%2044.9295%2017.2662%2044.9752C16.3553%2045.0729%2018.4059%2044.9925%2018.7987%2044.9507ZM145.219%2035.9412C146.414%2035.8636%20147.186%2035.7366%20146.999%2035.7186C146.083%2035.7848%20145.2%2035.8485%20144.296%2035.9137C144.697%2035.9203%20145.391%2035.8881%20145.219%2035.9412ZM54.975%2042.4197C56.451%2042.3647%2057.0314%2042.2512%2056.8608%2042.2305C57.7448%2042.1657%2058.6223%2042.1033%2059.5178%2042.0387C59.6604%2041.9974%2059.8082%2041.9556%2059.9555%2041.9139C59.2009%2041.9838%2058.4537%2042.0534%2057.715%2042.1221C56.4384%2042.1536%2054.9934%2042.2995%2053.2235%2042.4273C54.0464%2042.3816%2054.7072%2042.4297%2054.975%2042.4197ZM55.2516%2046.6484C55.2563%2046.6288%2054.3915%2046.5985%2054.3945%2046.6183C54.396%2046.638%2055.2596%2046.6683%2055.2516%2046.6484ZM15.3456%2045.2185C15.344%2045.1977%2015.3381%2045.1772%2015.3322%2045.1567C15.0194%2045.1814%2014.7459%2045.2036%2014.4365%2045.2286C14.4382%2045.2493%2014.4442%2045.2697%2014.4502%2045.2901C14.7578%2045.2654%2015.0329%2045.2433%2015.3456%2045.2185ZM110.355%2049.0689C110.355%2049.0492%20109.495%2049.003%20109.498%2049.0229C109.499%2049.0425%20110.357%2049.0888%20110.355%2049.0689ZM64.9393%2041.6211C64.9386%2041.6107%2064.9392%2041.6002%2064.9343%2041.5901C64.3249%2041.6336%2063.7186%2041.6768%2063.1176%2041.7196C63.1184%2041.73%2063.1177%2041.7405%2063.1226%2041.7506C63.7235%2041.7077%2064.33%2041.6645%2064.9393%2041.6211ZM191.226%2032.5993C191.224%2032.5785%20191.214%2032.5584%20191.213%2032.5377C190.912%2032.5603%20190.606%2032.5835%20190.298%2032.6067C190.3%2032.6275%20190.306%2032.6481%20190.311%2032.6685C190.619%2032.6455%20190.925%2032.6221%20191.226%2032.5993ZM113.65%2038.2083C115.186%2038.2729%20118.938%2037.8993%20115.891%2037.9848C115.559%2038.03%20115.221%2038.0759%20114.889%2038.1211C114.477%2038.1501%20114.061%2038.1793%20113.65%2038.2083ZM100.138%2039.1685C100.938%2039.1435%20103.157%2038.9149%20102.795%2038.9262C101.995%2038.9512%2099.7745%2039.18%20100.138%2039.1685ZM54.3381%2046.5536C54.3366%2046.5339%2053.4792%2046.504%2053.4836%2046.524C53.4842%2046.5437%2054.3406%2046.5735%2054.3381%2046.5536ZM160.625%2035.171C163.206%2034.9819%20163.087%2034.9032%20165.108%2034.7193C165.268%2034.739%20165.422%2034.7592%20165.582%2034.7789C166.484%2034.704%20167.382%2034.6292%20168.264%2034.5557C169.333%2034.4972%20170.402%2034.4385%20171.445%2034.3817C171.142%2034.3726%20170.837%2034.3635%20170.53%2034.3546C173.805%2034.1044%20177.159%2033.8472%20180.428%2033.5946C180.727%2033.5361%20181.024%2033.4778%20181.32%2033.4195C178.75%2033.5215%20176.95%2033.7398%20174.112%2033.9666C173.805%2033.9628%20173.494%2033.9591%20173.184%2033.9556C172.257%2034.0289%20171.402%2034.0969%20170.5%2034.1683C170.338%2034.1593%20170.18%2034.1502%20170.018%2034.1413C166.599%2034.3808%20168.964%2034.3142%20165.981%2034.5304C165.674%2034.5266%20165.365%2034.5229%20165.06%2034.519C164.603%2034.547%20164.135%2034.5761%20163.693%2034.6031C162.508%2034.7303%20161.335%2034.8564%20160.104%2034.9868C158.018%2035.0917%20155.125%2035.3215%20152.957%2035.477C150.989%2035.6181%20150.273%2035.6667%20148.339%2035.8112C148.342%2035.8109%20148.345%2035.8107%20148.347%2035.8104C147.327%2035.8867%20145.509%2036.0137%20144.35%2036.0969C144.053%2036.1574%20143.719%2036.1606%20143.459%2036.2324C143.198%2036.3044%20144.468%2036.2155%20146.225%2036.1051C146.947%2036.0597%20147.694%2036.0624%20148.44%2036.0215C148.899%2035.9483%20149.333%2035.874%20149.781%2035.8006C153.576%2035.5175%20155.815%2035.278%20156.102%2035.4366C157.297%2035.3391%20158.481%2035.2422%20159.652%2035.1461C160.26%2035.0816%20160.885%2035.0157%20161.497%2034.9508C161.207%2035.0241%20160.916%2035.0975%20160.625%2035.171ZM76.9468%2047.3681C77.5511%2047.414%2078.1558%2047.4603%2078.7673%2047.5069C78.7682%2047.4861%2078.7648%2047.465%2078.7616%2047.444C78.1534%2047.4184%2077.5478%2047.393%2076.9468%2047.3681ZM139.374%2036.4565C139.822%2036.4086%20140.269%2036.3606%20140.714%2036.3129C140.115%2036.3403%20139.509%2036.3683%20138.907%2036.3959C138.913%2036.4268%20138.921%2036.4577%20138.927%2036.4886C139.075%2036.4781%20139.227%2036.4672%20139.374%2036.4565ZM193.981%2032.6094C193.673%2032.612%20193.359%2032.615%20193.044%2032.6181C194.58%2032.4908%20196.063%2032.3668%20197.557%2032.2409C197.103%2032.2342%20196.645%2032.2278%20196.168%2032.2227C193.354%2032.4599%20190.421%2032.7028%20187.637%2032.9322C187.613%2032.9409%20187.589%2032.9495%20187.566%2032.9581C187.468%2033.006%20187.883%2032.9668%20188.964%2032.8948C190.159%2032.8158%20190.924%2032.7782%20192.122%2032.6897C192.124%2032.7102%20192.156%2032.728%20192.17%2032.7474C192.743%2032.7039%20193.379%2032.6555%20193.981%2032.6094ZM89.323%2040.1014C89.3137%2040.0871%2089.3043%2040.0726%2089.295%2040.0583C88.3993%2040.0851%2087.4991%2040.1124%2086.5932%2040.14C86.9081%2040.1906%2087.2261%2040.241%2087.5461%2040.2913C88.1437%2040.2276%2088.7279%2040.1649%2089.323%2040.1014ZM12.687%2045.4836C12.7099%2045.5011%2013.5254%2045.4322%2013.5381%2045.4116C13.5154%2045.3936%2012.7019%2045.4623%2012.687%2045.4836ZM127.181%2037.2702C127.182%2037.2701%20127.183%2037.27%20127.183%2037.2699C126.582%2037.313%20125.982%2037.3561%20125.381%2037.3992C125.383%2037.42%20125.389%2037.4404%20125.394%2037.4609C125.542%2037.4504%20125.695%2037.4394%20125.843%2037.4289C126.29%2037.376%20126.733%2037.3232%20127.181%2037.2702ZM189.471%2033.1081C190.082%2033.0147%20190.685%2032.9226%20191.282%2032.8301C190.374%2032.9038%20189.479%2032.9765%20188.602%2033.0475C188.58%2033.0289%20188.558%2033.0104%20188.531%2032.992C187.957%2033.031%20187.372%2033.0706%20186.777%2033.111C185.889%2033.1708%20184.977%2033.2322%20184.04%2033.2952C184.339%2033.2312%20184.631%2033.1676%20184.922%2033.1042C184.015%2033.1719%20183.092%2033.2399%20182.218%2033.3056C181.847%2033.3915%20182.712%2033.3529%20183.571%2033.3277C184.16%2033.3094%20183.563%2033.3721%20184.191%2033.3434C184.814%2033.315%20185.746%2033.2299%20186.354%2033.2156C186.915%2033.2024%20186.362%2033.2739%20186.789%2033.2699C186.827%2033.2694%20186.871%2033.2683%20186.924%2033.2666C187.268%2033.2552%20189.017%2033.1193%20189.471%2033.1081ZM58.8704%2046.6367C58.87%2046.6471%2058.871%2046.6576%2058.8747%2046.6682C59.4736%2046.6897%2060.0874%2046.7121%2060.6874%2046.734C60.6878%2046.7236%2060.6895%2046.7132%2060.6858%2046.7026C60.0851%2046.6807%2059.4698%2046.6583%2058.8704%2046.6367ZM123.602%2037.6207C123.601%2037.5999%20123.591%2037.5797%20123.59%2037.559C122.994%2037.6226%20122.394%2037.6865%20121.796%2037.7502C122.396%2037.7072%20123.001%2037.6638%20123.602%2037.6207ZM104.665%2039.0069C104.663%2038.9758%20104.651%2038.9453%20104.645%2038.9144C103.743%2038.9789%20102.847%2039.0428%20101.942%2039.1073C101.949%2039.1382%20101.954%2039.1692%20101.96%2039.2001C102.865%2039.1354%20103.762%2039.0713%20104.665%2039.0069ZM79.4145%2040.8086C79.4123%2040.7774%2079.3991%2040.7468%2079.3969%2040.7157C78.211%2040.7917%2077.4275%2040.9184%2077.611%2040.9369C78.2169%2040.8937%2078.8203%2040.851%2079.4145%2040.8086ZM49.8319%2046.2262C47.5766%2046.1477%2045.505%2046.062%2044.4104%2046.106C46.305%2046.1589%2047.8458%2046.1811%2049.8362%2046.2576C49.8366%2046.2472%2049.837%2046.2368%2049.8373%2046.2264C49.8355%2046.2263%2049.8337%2046.2262%2049.8319%2046.2262ZM118.195%2038.0394C118.194%2038.0186%20118.188%2037.9982%20118.182%2037.9777C117.882%2037.9991%20117.58%2038.0208%20117.279%2038.0423C117.281%2038.0631%20117.286%2038.0835%20117.292%2038.104C117.593%2038.0826%20117.894%2038.0609%20118.195%2038.0394ZM108.281%2038.7799C109.783%2038.683%20111.292%2038.5856%20112.796%2038.4885C112.785%2038.4475%20112.779%2038.4061%20112.768%2038.3651C110.669%2038.5362%20108.574%2038.7067%20106.471%2038.8778C106.784%2038.9077%20107.095%2038.9377%20107.408%2038.9677C107.697%2038.9052%20107.992%2038.8424%20108.281%2038.7799ZM195.082%2026.9213C195.074%2026.9013%20195.933%2026.925%20195.936%2026.9448C195.936%2026.9644%20195.076%2026.9407%20195.082%2026.9213ZM165.087%2034.6268C165.39%2034.6047%20165.693%2034.5825%20165.995%2034.5607C165.996%2034.5814%20166.006%2034.6016%20166.007%2034.6223C165.706%2034.6443%20165.403%2034.6665%20165.1%2034.6885C165.094%2034.668%20165.089%2034.6475%20165.087%2034.6268ZM95.6584%2039.6031C95.6643%2039.6224%2096.5159%2039.5615%2096.5128%2039.5421C96.5113%2039.5225%2095.6527%2039.5837%2095.6584%2039.6031ZM118.231%2025.6103C118.225%2025.5906%20119.086%2025.6025%20119.087%2025.6221C119.092%2025.6419%20118.229%2025.63%20118.231%2025.6103ZM210.413%2027.7954C210.415%2027.7761%20209.562%2027.6972%20209.564%2027.7169C209.563%2027.7368%20210.414%2027.8154%20210.413%2027.7954ZM146.146%2036.0311C146.897%2035.9666%20147.654%2035.9014%20148.402%2035.837C148.555%2035.8312%20148.704%2035.8256%20148.856%2035.8198C147.961%2035.9001%20147.054%2035.9814%20146.153%2036.062C146.149%2036.0519%20146.147%2036.0415%20146.146%2036.0311ZM136.259%2036.8688C139.589%2036.6403%20141.762%2036.4276%20142.54%2036.26C138.769%2036.521%20136.442%2036.7084%20134.453%2036.9672C135.655%2036.8703%20136.841%2036.7748%20138.052%2036.6772C137.456%2036.7409%20136.852%2036.8053%20136.259%2036.8688ZM68.5981%2041.6423C68.591%2041.601%2068.5797%2041.56%2068.5726%2041.5187C68.2697%2041.5402%2067.9672%2041.5619%2067.6661%2041.5834C67.6773%2041.6243%2067.6844%2041.6656%2067.6915%2041.7069C67.9926%2041.6856%2068.2952%2041.6639%2068.5981%2041.6423ZM176.98%2026.5172C176.385%2026.5065%20175.755%2026.4951%20175.156%2026.4846C175.157%2026.4637%20175.149%2026.4427%20175.149%2026.4218C175.747%2026.4324%20176.378%2026.4437%20176.973%2026.4545C176.977%2026.4754%20176.98%2026.4964%20176.98%2026.5172ZM101.058%2039.2644C101.058%2039.2541%20101.055%2039.2438%20101.051%2039.2338C100.448%2039.2768%2099.8458%2039.3197%2099.2453%2039.3626C99.2461%2039.373%2099.2482%2039.3833%2099.2531%2039.3934C99.8535%2039.3505%20100.456%2039.3074%20101.058%2039.2644ZM115.517%2025.5414C115.514%2025.5217%20116.37%2025.5335%20116.372%2025.5531C116.376%2025.5729%20115.517%2025.5611%20115.517%2025.5414ZM132.663%2025.7351C132.667%2025.756%20132.673%2025.7769%20132.673%2025.7977C132.069%2025.7891%20131.457%2025.7805%20130.861%2025.772C131.308%2025.7575%20131.761%2025.743%20132.21%2025.7286C132.361%2025.7308%20132.512%2025.7329%20132.663%2025.7351ZM20.9017%2045.1872C20.9114%2045.168%2020.0349%2045.1298%2020.0444%2045.1497C20.0352%2045.1692%2020.9183%2045.2077%2020.9017%2045.1872ZM64.9906%2041.8682C64.9891%2041.8474%2064.9792%2041.8272%2064.9778%2041.8064C64.0638%2041.8716%2063.1592%2041.9359%2062.2645%2041.9998C62.266%2042.0206%2062.2757%2042.0409%2062.2772%2042.0617C63.1719%2041.9978%2064.0766%2041.9334%2064.9906%2041.8682ZM46.0664%2043.2351C46.0434%2043.2347%2046.0203%2043.2343%2045.9973%2043.234C45.7054%2043.2307%2045.4144%2043.2275%2045.1272%2043.2239C44.5176%2043.2676%2043.9181%2043.3106%2043.3285%2043.3527C44.0743%2043.3306%2044.8315%2043.3077%2045.6093%2043.2834C45.7372%2043.2698%2045.8663%2043.2561%2045.9979%2043.2424C46.0206%2043.2399%2046.0435%2043.2375%2046.0664%2043.2351ZM150.056%2051.3221C150.054%2051.3021%20149.201%2051.2426%20149.204%2051.2625C149.205%2051.2822%20150.059%2051.342%20150.056%2051.3221ZM197.792%2026.8587C198.081%2026.8989%20198.415%2026.9408%20198.71%2026.9816C199.611%2026.9954%20200.512%2027.0114%20201.418%2027.0319C200.372%2026.946%20199.389%2026.9031%20197.792%2026.8587ZM210.409%2027.6902C209.827%2027.6142%20208.48%2027.518%20207.949%2027.4874C207.756%2027.4765%20207.67%2027.4755%20207.765%2027.4891C207.819%2027.4968%20207.88%2027.5047%20207.946%2027.5127C208.844%2027.6232%20210.745%2027.7345%20210.409%2027.6902ZM83.9473%2040.6107C83.9403%2040.5695%2083.9291%2040.5284%2083.922%2040.4872C83.333%2040.5449%2082.7253%2040.604%2082.1263%2040.6623C82.127%2040.6727%2082.1292%2040.6831%2082.134%2040.6932C82.5882%2040.6764%2083.0528%2040.6589%2083.5005%2040.6426C83.6476%2040.6322%2083.7999%2040.6213%2083.9473%2040.6107ZM162.52%2026.1961C162.512%2026.1763%20163.37%2026.1899%20163.377%2026.2097C163.377%2026.2294%20162.519%2026.2158%20162.52%2026.1961ZM131.754%2037.1142C131.754%2037.134%20132.613%2037.0722%20132.609%2037.0528C132.608%2037.0331%20131.747%2037.095%20131.754%2037.1142ZM55.9742%2042.5742C55.9719%2042.5431%2055.96%2042.5126%2055.9536%2042.4817C55.3529%2042.5402%2054.7538%2042.5987%2054.1649%2042.6564C54.6139%2042.6399%2055.0657%2042.6234%2055.5214%2042.6065C55.6703%2042.596%2055.8246%2042.585%2055.9742%2042.5742ZM116.428%2038.3226C116.722%2038.2598%20117.009%2038.1974%20117.302%2038.1346C116.701%2038.1777%20116.096%2038.2211%20115.495%2038.2641C115.502%2038.3054%20115.515%2038.3463%20115.526%2038.3873C115.826%2038.3659%20116.128%2038.3441%20116.428%2038.3226ZM34.3462%2044.1551C35.7338%2044.0628%2038.1%2043.8475%2038.8329%2043.7538C37.7618%2043.7862%2036.8452%2043.8444%2035.2125%2043.9671C34.9233%2044.0298%2034.6329%2044.0926%2034.3462%2044.1551ZM104.706%2039.192C104.995%2039.1192%20105.284%2039.0462%20105.573%2038.9734C103.639%2039.1466%20102.671%2039.2592%20102.906%2039.3205C103.506%2039.2777%20104.105%2039.2348%20104.706%2039.192ZM166.895%2034.6044C166.902%2034.6237%20166.052%2034.6858%20166.044%2034.6667C166.039%2034.6473%20166.892%2034.5849%20166.895%2034.6044ZM123.608%2025.5134C123.607%2025.5447%20123.619%2025.5761%20123.623%2025.6074C123.925%2025.6117%20124.228%2025.6158%20124.53%2025.62C124.526%2025.5887%20124.522%2025.5574%20124.514%2025.526C124.213%2025.5217%20123.91%2025.5176%20123.608%2025.5134ZM187.029%2054.0918C187.029%2054.0721%20186.173%2054.0031%20186.175%2054.023C186.179%2054.043%20187.032%2054.1118%20187.029%2054.0918ZM154.74%2035.628C156.105%2035.5648%20156.487%2035.5002%20157.931%2035.398C157.933%2035.3979%20157.935%2035.3978%20157.937%2035.3976C156.361%2035.4274%20153.855%2035.6571%20154.285%2035.5054C153.697%2035.5742%20153.094%2035.6435%20152.509%2035.7124C153.213%2035.683%20154.061%2035.6594%20154.74%2035.628ZM74.9249%2041.2227C74.9235%2041.2019%2074.9138%2041.1816%2074.9123%2041.1608C74.6137%2041.1819%2074.3159%2041.2034%2074.0177%2041.2247C74.0192%2041.2455%2074.0248%2041.2659%2074.0305%2041.2864C74.3283%2041.2653%2074.6264%2041.244%2074.9249%2041.2227ZM213.827%2031.0511C213.825%2031.0304%20213.815%2031.0104%20213.813%2030.9897C213.183%2031.0499%20212.619%2031.1015%20212.002%2031.1569C212.452%2031.1375%20212.928%2031.1148%20213.366%2031.0947C213.523%2031.0801%20213.68%2031.0653%20213.827%2031.0511ZM59.5771%2042.2858C59.5764%2042.2754%2059.577%2042.2648%2059.5721%2042.2548C58.6634%2042.3196%2057.7795%2042.3826%2056.879%2042.4469C56.8797%2042.4573%2056.8819%2042.4676%2056.8868%2042.4777C57.7865%2042.4135%2058.6689%2042.3506%2059.5771%2042.2858ZM39.8733%2045.7676C41.3793%2045.8384%2042.8844%2045.9091%2044.3978%2045.9805C44.3989%2045.9492%2044.3929%2045.9177%2044.3898%2045.8864C42.8795%2045.8464%2041.3766%2045.8071%2039.8733%2045.7676ZM48.002%2046.0077C48.0009%2046.0389%2048.0095%2046.0705%2048.0125%2046.1018C49.3105%2046.1513%2049.9128%2046.1514%2050.7148%2046.1467C49.9032%2046.0868%2049.2959%2046.0457%2048.002%2046.0077ZM49.6898%2042.976C49.6901%2042.9957%2050.5324%2042.9355%2050.5286%2042.916C50.526%2042.8965%2049.6845%2042.9567%2049.6898%2042.976ZM42.462%2043.5402C41.8385%2043.564%2041.2295%2043.5869%2040.6285%2043.6091C40.63%2043.6298%2040.6356%2043.6503%2040.6411%2043.6708C41.2366%2043.628%2041.8442%2043.5844%2042.462%2043.5402ZM190.514%2026.6506C190.939%2026.676%20191.436%2026.7034%20191.879%2026.7297C192.026%2026.7281%20192.173%2026.7266%20192.322%2026.7251C191.881%2026.6987%20191.424%2026.672%20190.954%2026.6453C190.8%2026.6469%20190.665%2026.649%20190.514%2026.6506ZM81.4438%2047.3081C81.4429%2047.3289%2081.4462%2047.3499%2081.4494%2047.3709C82.055%2047.3762%2082.6552%2047.3814%2083.2511%2047.3867C82.652%2047.3604%2082.0525%2047.3344%2081.4438%2047.3081ZM91.1688%2040.127C94.8469%2039.8679%2092.1554%2039.9615%2091.1511%2040.0343C91.1574%2040.0651%2091.1625%2040.0961%2091.1688%2040.127ZM126.302%2025.598C126.3%2025.5783%20125.448%2025.5664%20125.451%2025.5862C125.451%2025.6059%20126.306%2025.6177%20126.302%2025.598ZM150.704%2035.8117C150.707%2035.8312%20151.567%2035.7689%20151.561%2035.7496C151.558%2035.7301%20150.694%2035.7927%20150.704%2035.8117ZM65.926%2041.8486C65.9281%2041.8681%2066.7772%2041.8074%2066.7723%2041.788C66.768%2041.7687%2065.92%2041.8293%2065.926%2041.8486ZM194.91%2032.5855C194.917%2032.6047%20195.745%2032.5413%20195.753%2032.5209C195.732%2032.5028%20194.909%2032.5659%20194.91%2032.5855ZM46.9755%2043.2014C46.9797%2043.2209%2047.8273%2043.1604%2047.8238%2043.1407C47.8211%2043.1212%2046.9698%2043.1821%2046.9755%2043.2014ZM54.3302%2046.225C54.3294%2046.2458%2054.3329%2046.2668%2054.3363%2046.2877C54.6387%2046.2984%2054.9508%2046.3093%2055.2441%2046.3198C55.2449%2046.2989%2055.2415%2046.2779%2055.2381%2046.2569C54.9449%2046.2465%2054.6324%2046.2357%2054.3302%2046.225ZM57.9276%2046.3994C57.9338%2046.3799%2057.0663%2046.3488%2057.0692%2046.3686C57.0721%2046.3884%2057.9346%2046.4193%2057.9276%2046.3994ZM116.826%2025.3259C115.437%2025.3158%20114.088%2025.3078%20112.767%2025.3007C113.278%2025.3599%20116.656%2025.4789%20118.062%2025.4635C119.128%2025.4519%20117.614%2025.3495%20116.826%2025.3259ZM208.634%2027.4552C208.633%2027.4656%20208.633%2027.4762%20208.636%2027.4869C209.234%2027.5452%20209.831%2027.6009%20210.429%2027.6554C210.43%2027.6451%20210.432%2027.6348%20210.429%2027.624C209.831%2027.5694%20209.232%2027.5136%20208.634%2027.4552ZM10.9467%2045.9409C10.9446%2045.9202%2010.9381%2045.8999%2010.9317%2045.8796C10.6197%2045.9109%2010.3391%2045.9403%2010.0515%2045.9756C9.9131%2045.9927%209.76369%2046.0128%209.64842%2046.0318C9.57864%2046.0433%209.5306%2046.0526%209.49919%2046.0603C9.49257%2046.0602%209.47719%2046.0722%209.57207%2046.0315C9.59029%2046.0211%209.63446%2046.0096%209.7501%2045.9205C9.80503%2045.8759%209.87545%2045.8118%209.94771%2045.703C9.98345%2045.6487%2010.0185%2045.5837%2010.0473%2045.5054C10.0905%2045.3898%2010.114%2045.2468%2010.1045%2045.1099C10.0861%2044.8276%209.95257%2044.6302%209.8628%2044.5306C9.75574%2044.4181%209.75316%2044.4276%209.70975%2044.3932C9.64102%2044.3449%209.6004%2044.3266%209.57289%2044.3135C9.62442%2044.3465%209.65395%2044.3179%209.86899%2044.5346C9.93892%2044.6144%2010.0285%2044.7405%2010.0781%2044.9291C10.1306%2045.1132%2010.1111%2045.3593%2010.0455%2045.5186C9.95374%2045.7513%209.82609%2045.8628%209.74699%2045.928C9.56513%2046.0584%209.57882%2046.0296%209.54235%2046.0507C9.51688%2046.0617%209.50417%2046.066%209.49904%2046.0683C9.48398%2046.0748%209.5343%2046.0652%209.5642%2046.0625C9.64766%2046.0521%209.73998%2046.0433%209.8542%2046.0328C10.0551%2046.0159%2010.2714%2046.0013%2010.5096%2045.9861C10.645%2045.9715%2010.7884%2045.9567%2010.9467%2045.9409ZM150.724%2025.8737C150.724%2025.8945%20150.732%2025.9156%20150.732%2025.9364C151.032%2025.941%20151.331%2025.9454%20151.628%2025.9498C151.629%2025.929%20151.625%2025.9081%20151.621%2025.8873C151.324%2025.8827%20151.024%2025.8783%20150.724%2025.8737ZM133.587%2037.0766C133.595%2037.0957%20134.446%2037.0344%20134.44%2037.0151C134.438%2036.9956%20133.581%2037.0573%20133.587%2037.0766ZM131.777%2037.2065C131.777%2037.2263%20132.637%2037.1645%20132.632%2037.1451C132.631%2037.1255%20131.771%2037.1873%20131.777%2037.2065ZM49.6894%2043.0856C49.688%2043.0648%2049.6784%2043.0447%2049.6769%2043.0239C49.3855%2043.0446%2049.0673%2043.0674%2048.7655%2043.089C48.767%2043.1098%2048.7727%2043.1304%2048.7783%2043.1509C49.08%2043.1295%2049.3989%2043.1064%2049.6894%2043.0856ZM204.998%2027.1014C204.997%2027.1118%20204.995%2027.122%20204.999%2027.1326C205.606%2027.1718%20206.223%2027.2189%20206.828%2027.2756C206.829%2027.2653%20206.828%2027.2547%20206.825%2027.2439C206.221%2027.1873%20205.605%2027.1405%20204.998%2027.1014ZM78.5516%2041.0268C78.5508%2041.0165%2078.5487%2041.0061%2078.5438%2040.996C77.9368%2041.0393%2077.3323%2041.0825%2076.7304%2041.1254C76.7311%2041.1358%2076.7305%2041.1462%2076.7353%2041.1563C77.3378%2041.1133%2077.944%2041.0702%2078.5516%2041.0268ZM148.005%2025.8335C148.005%2025.8438%20148.01%2025.8543%20148.01%2025.8647C148.618%2025.8736%20149.227%2025.8827%20149.829%2025.8917C149.83%2025.8813%20149.831%2025.8709%20149.827%2025.8605C149.224%2025.8516%20148.614%2025.8424%20148.005%2025.8335ZM60.6564%2046.3886C60.6556%2046.4094%2060.659%2046.4305%2060.6623%2046.4514C60.9597%2046.4624%2061.2596%2046.4732%2061.5596%2046.4843C61.5603%2046.4635%2061.5569%2046.4426%2061.5536%2046.4216C61.2537%2046.4105%2060.9538%2046.3995%2060.6564%2046.3886ZM203.169%2026.9369C203.168%2026.9576%20203.175%2026.9788%20203.174%2026.9996C203.49%2027.0151%20203.767%2027.0292%20204.088%2027.0469C204.09%2027.0262%20204.082%2027.0049%20204.083%2026.9841C203.761%2026.9662%20203.484%2026.9522%20203.169%2026.9369ZM129.907%2025.5553C129.908%2025.5356%20129.051%2025.5235%20129.053%2025.5431C129.053%2025.5628%20129.91%2025.575%20129.907%2025.5553ZM130.872%2037.3499C129.972%2037.4041%20129.065%2037.4587%20128.16%2037.513C128.162%2037.5338%20128.167%2037.5544%20128.173%2037.5749C129.077%2037.5204%20129.985%2037.4656%20130.885%2037.4115C130.884%2037.3908%20130.878%2037.3703%20130.872%2037.3499ZM38.0665%2045.6451C38.6668%2045.6651%2039.256%2045.6847%2039.867%2045.7049C39.4086%2045.6688%2038.9517%2045.6328%2038.5057%2045.5973C38.3594%2045.5923%2038.2138%2045.5873%2038.0602%2045.5823C38.0595%2045.6031%2038.0672%2045.6243%2038.0665%2045.6451ZM116.441%2038.3844C116.44%2038.374%20116.438%2038.3637%20116.433%2038.3536C115.832%2038.3966%20115.23%2038.4398%20114.629%2038.4828C114.629%2038.4932%20114.632%2038.5034%20114.636%2038.5135C115.238%2038.4705%20115.84%2038.4275%20116.441%2038.3844ZM160.653%2035.2941C162.819%2035.1428%20164.2%2035.0229%20164.231%2034.9398C162.114%2035.0879%20160.68%2035.2113%20160.653%2035.2941ZM210.416%2027.4972C210.414%2027.518%20210.42%2027.5396%20210.418%2027.5603C211.015%2027.5938%20211.611%2027.6262%20212.209%2027.6578C211.61%2027.6051%20211.013%2027.5518%20210.416%2027.4972ZM85.7758%2040.6058C85.7743%2040.5851%2085.7687%2040.5646%2085.7631%2040.5441C85.1614%2040.587%2084.5606%2040.6298%2083.9628%2040.6724C84.4185%2040.6607%2084.8681%2040.6496%2085.326%2040.6379C85.4741%2040.6274%2085.6274%2040.6165%2085.7758%2040.6058ZM18.1928%2044.8301C18.1923%2044.8405%2018.1932%2044.8511%2018.1968%2044.8617C18.8136%2044.8909%2019.4032%2044.9177%2020.0018%2044.9444C20.0022%2044.934%2020.0013%2044.9234%2019.9977%2044.9129C19.3988%2044.8863%2018.8092%2044.8595%2018.1928%2044.8301ZM142.622%2036.5205C142.629%2036.5397%20143.481%2036.4782%20143.478%2036.4588C143.476%2036.4392%20142.617%2036.5011%20142.622%2036.5205ZM180.533%2026.2705C180.532%2026.2913%20180.54%2026.3123%20180.539%2026.3331C181.488%2026.357%20183.48%2026.3695%20183.253%2026.3234C182.342%2026.3053%20181.47%2026.2883%20180.533%2026.2705ZM40.6664%2043.7943C40.6657%2043.784%2040.6663%2043.7734%2040.6615%2043.7633C40.0647%2043.8062%2039.4884%2043.8475%2038.8626%2043.8925C38.8633%2043.9029%2038.8655%2043.9132%2038.8704%2043.9233C39.4959%2043.8783%2040.07%2043.8372%2040.6664%2043.7943ZM23.5584%2045.0973C23.5569%2045.0765%2023.5512%2045.0559%2023.5456%2045.0354C22.4356%2045.1234%2021.8405%2045.1436%2020.8425%2045.205C20.8491%2045.2359%2020.8571%2045.2666%2020.8637%2045.2975C21.7462%2045.2314%2022.7016%2045.1606%2023.5584%2045.0973ZM89.3836%2040.3327C89.2316%2040.3383%2089.0833%2040.3437%2088.9314%2040.3493C88.4839%2040.3969%2088.0454%2040.4439%2087.591%2040.492C87.7441%2040.4863%2087.8959%2040.4807%2088.0465%2040.4752C88.4912%2040.4278%2088.9371%2040.3802%2089.3836%2040.3327ZM126.276%2025.4414C126.277%2025.4218%20125.422%2025.4097%20125.423%2025.4294C125.423%2025.4491%20126.279%2025.4611%20126.276%2025.4414ZM106.73%2048.3592C106.729%2048.38%20106.732%2048.401%20106.735%2048.422C107.344%2048.4541%20107.936%2048.4854%20108.537%2048.5175C108.086%2048.4726%20107.639%2048.428%20107.183%2048.3831C107.034%2048.3751%20106.879%2048.367%20106.73%2048.3592ZM200.36%2032.3379C200.966%2032.29%20201.562%2032.2424%20202.135%2032.1965C202.135%2032.1862%20202.132%2032.1758%20202.128%2032.1658C201.252%2032.2351%20200.302%2032.3098%20199.434%2032.3773C199.29%2032.4302%20199.149%2032.4831%20199.007%2032.5358C199.47%2032.469%20199.922%2032.403%20200.36%2032.3379ZM31.6986%2045.3508C31.6967%2045.3311%2030.8452%2045.301%2030.8504%2045.321C30.8471%2045.3406%2031.6984%2045.3705%2031.6986%2045.3508ZM166.965%2026.0485C166.967%2026.0289%20166.087%2026.0146%20166.1%2026.0345C166.088%2026.0539%20166.971%2026.0683%20166.965%2026.0485ZM170.612%2026.109C170.766%2026.1168%20170.915%2026.1245%20171.067%2026.1323C171.517%2026.1242%20171.962%2026.1163%20172.396%2026.1081C172.252%2026.1004%20172.1%2026.0926%20171.95%2026.0849C171.509%2026.093%20171.062%2026.1011%20170.612%2026.109ZM114.665%2038.6369C116.006%2038.5189%20116.646%2038.43%20118.262%2038.3166C118.261%2038.3062%20118.259%2038.2958%20118.254%2038.2857C118.253%2038.2859%20118.252%2038.286%20118.251%2038.2861C117.047%2038.3724%20115.844%2038.4583%20114.641%2038.5444C114.648%2038.5752%20114.654%2038.6063%20114.665%2038.6369ZM46.9954%2043.4038C46.9939%2043.383%2046.9843%2043.3627%2046.9828%2043.3419C46.6572%2043.3768%2046.3338%2043.4114%2046.0124%2043.446C45.7372%2043.475%2045.4636%2043.5038%2045.1914%2043.5327C45.4636%2043.5132%2045.7379%2043.4936%2046.0143%2043.4739C46.3388%2043.4507%2046.666%2043.4274%2046.9954%2043.4038ZM131.693%2025.4868C131.69%2025.4671%20130.84%2025.455%20130.843%2025.4747C130.848%2025.4944%20131.691%2025.5064%20131.693%2025.4868ZM72.2744%2041.5839C72.2794%2041.6033%2073.1363%2041.5422%2073.1313%2041.5228C73.1295%2041.5032%2072.2701%2041.5645%2072.2744%2041.5839ZM40.7345%2045.6241C40.7393%2045.6046%2039.878%2045.5759%2039.8791%2045.5958C39.8813%2045.6155%2040.7398%2045.6441%2040.7345%2045.6241ZM52.4154%2043.0478C52.414%2043.027%2052.4083%2043.0064%2052.4026%2042.986C52.0988%2043.0075%2051.7967%2043.0292%2051.4963%2043.0507C51.4978%2043.0715%2051.5034%2043.0921%2051.509%2043.1126C51.8094%2043.0912%2052.1116%2043.0695%2052.4154%2043.0478ZM202.253%2026.801C202.253%2026.8114%20202.254%2026.8219%20202.257%2026.8325C202.855%2026.8585%20203.469%2026.8876%20204.073%2026.9208C204.073%2026.9104%20204.075%2026.9%20204.072%2026.8894C203.467%2026.8562%20202.851%2026.827%20202.253%2026.801ZM84.8857%2040.7162C84.7375%2040.7216%2084.5856%2040.7271%2084.4335%2040.7327C83.9868%2040.7802%2083.5452%2040.8275%2083.0964%2040.8752C83.2516%2040.8693%2083.3969%2040.8641%2083.5488%2040.8585C83.9931%2040.8112%2084.4393%2040.7638%2084.8857%2040.7162ZM79.4959%2041.1789C80.5062%2041.0933%2081.0154%2041.0328%2082.1944%2040.9552C81.7379%2040.9668%2081.2775%2040.9788%2080.8234%2040.9903C79.9075%2041.084%2079.3252%2041.1458%2079.4959%2041.1789ZM196.771%2032.6622C196.779%2032.6813%20197.62%2032.6164%20197.614%2032.5971C197.611%2032.5776%20196.767%2032.6427%20196.771%2032.6622ZM182.328%2033.7987C181.727%2033.8224%20181.116%2033.8468%20180.502%2033.8714C180.503%2033.8922%20180.509%2033.9127%20180.515%2033.9332C181.127%2033.8879%20181.733%2033.8429%20182.328%2033.7987ZM192.266%2026.4735C192.271%2026.4539%20191.416%2026.4332%20191.416%2026.453C191.423%2026.4728%20192.272%2026.4933%20192.266%2026.4735ZM171.512%2034.549C171.519%2034.5683%20172.357%2034.5068%20172.353%2034.4874C172.352%2034.4677%20171.508%2034.5296%20171.512%2034.549ZM205.896%2026.9922C206.053%2027.0095%20206.198%2027.0265%20206.356%2027.0451C206.814%2027.0681%20207.272%2027.0978%20207.721%2027.1281C207.571%2027.1076%20207.421%2027.0871%20207.269%2027.0668C206.815%2027.0372%20206.352%2027.0116%20205.896%2026.9922ZM123.552%2025.3094C123.553%2025.2897%20122.69%2025.2776%20122.695%2025.2973C122.693%2025.317%20123.554%2025.329%20123.552%2025.3094ZM56.0203%2042.7903C55.4159%2042.8335%2054.8173%2042.8763%2054.2246%2042.9185C54.2261%2042.9392%2054.2317%2042.9597%2054.2373%2042.9802C54.3834%2042.9698%2054.534%2042.9592%2054.6809%2042.9487C55.1254%2042.8961%2055.5692%2042.8433%2056.0203%2042.7903ZM48.841%2043.3188C48.8441%2043.3383%2049.718%2043.2758%2049.7016%2043.2573C49.7123%2043.2368%2048.8335%2043.2996%2048.841%2043.3188ZM104.575%2024.9376C104.645%2024.9745%20105.072%2025.006%20105.493%2025.0439C104.891%2025.0357%20104.288%2025.0275%20103.686%2025.0193C103.698%2025.0051%20103.71%2024.9906%20103.722%2024.9764C103.099%2024.951%20102.48%2024.9258%20101.861%2024.9005C102.765%2024.9135%20103.671%2024.924%20104.575%2024.9376ZM116.317%2025.1773C116.317%2025.1576%20115.459%2025.1457%20115.462%2025.1654C115.461%2025.1851%20116.319%2025.197%20116.317%2025.1773ZM214.904%2027.7676C214.903%2027.778%20214.907%2027.7889%20214.907%2027.7993C215.508%2027.852%20216.11%2027.9053%20216.714%2027.9606C216.715%2027.9503%20216.714%2027.9398%20216.711%2027.9291C216.107%2027.8738%20215.505%2027.8203%20214.904%2027.7676ZM130.915%2037.5661C130.914%2037.5454%20130.908%2037.5249%20130.903%2037.5045C130.603%2037.5258%20130.302%2037.5475%20130.002%2037.5691C130.007%2037.5896%20130.009%2037.6103%20130.014%2037.6308C130.315%2037.6094%20130.616%2037.5877%20130.915%2037.5661ZM115.601%2038.6169C115.607%2038.6362%20116.459%2038.5751%20116.453%2038.5558C116.45%2038.5364%20115.595%2038.5976%20115.601%2038.6169ZM87.6415%2040.6138C87.6516%2040.6328%2088.4991%2040.5722%2088.4931%2040.5529C88.4909%2040.5334%2087.6384%2040.5943%2087.6415%2040.6138ZM204.873%2032.1348C205.501%2032.0841%20206.061%2032.0385%20206.678%2031.9878C206.679%2031.9982%20206.685%2032.0081%20206.686%2032.0185C206.068%2032.0693%20205.509%2032.1147%20204.882%2032.1654C204.877%2032.1554%20204.874%2032.1451%20204.873%2032.1348ZM110.876%2025.0084C110.875%2024.9887%20110.016%2024.977%20110.02%2024.9968C110.022%2025.0164%20110.879%2025.0281%20110.876%2025.0084ZM207.597%2031.9434C208.491%2031.8693%20209.365%2031.7957%20210.305%2031.7145C210.306%2031.7249%20210.312%2031.7349%20210.313%2031.7453C209.373%2031.8263%20208.497%2031.9001%20207.603%2031.9744C207.598%2031.9643%20207.598%2031.9538%20207.597%2031.9434ZM113.583%2025.0144C113.583%2024.9947%20112.727%2024.9829%20112.729%2025.0026C112.729%2025.0223%20113.585%2025.0341%20113.583%2025.0144ZM117.2%2025.0643C117.199%2025.0447%20116.342%2025.0329%20116.346%2025.0526C116.347%2025.0723%20117.204%2025.0841%20117.2%2025.0643ZM46.14%2043.7C46.1412%2043.7044%2046.0984%2043.7109%2046.0317%2043.7182C45.793%2043.7435%2045.2733%2043.7772%2045.2726%2043.762C45.2691%2043.7471%2045.7899%2043.7063%2046.0303%2043.6974C46.0966%2043.6951%2046.1397%2043.6955%2046.14%2043.7ZM48.8582%2043.5214C49.16%2043.4998%2049.4844%2043.4767%2049.7701%2043.4564C49.7756%2043.4769%2049.7811%2043.4975%2049.7826%2043.5183C49.4971%2043.5388%2049.173%2043.5619%2048.8711%2043.5834C48.8654%2043.5628%2048.8597%2043.5421%2048.8582%2043.5214Z%22%20fill%3D%22%23F60F1A%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  position: absolute;
  bottom: -47px;
  right: -45px;
  z-index: 4;
}

.be-here__bottom {
  display: flex;
  justify-content: space-between;
}

.be-here__bottom .item {
  flex: 0 0 33.33%;
  max-width: 347px;
  position: relative;
  padding-left: 35px;
}

.be-here__bottom .item:before {
  content: '';
  display: block;
  aspect-ratio: 1/1;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.82975%2011.9549L0%209.11435L3.5598%202.84059L8.39236%205.67625L8.39509%200H15.5148L15.5175%205.67625L20.35%202.84059L23.9099%209.11435L19.0801%2011.9549L23.9099%2014.7955L20.35%2021.0693L15.5175%2018.2336L15.5148%2023.9099H8.39509L8.39236%2018.2336L3.5598%2021.0693L0%2014.7955L4.82975%2011.9549Z%22%20fill%3D%22%233EC284%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.be-here__bottom .item h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.urs {
  background: var(--white);
  position: relative;
}

.urs__inner-lay {
  background: #212121;
  mask-image: url(../img/urs-mask.png);
  -webkit-mask-image: url(../img/urs-mask.png);
  -webkit-mask-size: contain;
  mask-size: contain;
}

.urs__container {
  position: relative;
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.urs__bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: top right/contain no-repeat;
}

.urs__inner {
  position: relative;
  padding-left: 40px;
}

.urs__title {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 113px;
  position: relative;
  max-width: 598px;
}

.urs__title span {
  display: block;
  font-size: 68px;
}

.urs__title span:nth-child(1) {
  font-weight: 400;
  font-size: 55px;
}

.urs__title span:nth-child(2) {
  color: var(--accent);
}

.urs__title:before {
  content: '';
  position: absolute;
  bottom: -110px;
  left: 50%;
  aspect-ratio: 251/245;
  width: 251px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22254%22%20height%3D%22246%22%20viewBox%3D%220%200%20254%20246%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M171.173%20188.257C171.239%20188.314%20170.354%20188.389%20168.699%20188.343C168.63%20188.275%20169.54%20188.288%20171.173%20188.257ZM166.224%20151.671C166.231%20151.712%20166.254%20151.75%20166.264%20151.79C165.363%20152.014%20164.453%20152.24%20163.555%20152.467C162.679%20152.689%20161.626%20152.973%20161.61%20152.927C162.67%20152.657%20163.617%20152.428%20164.319%20152.21C165.012%20151.994%20164.488%20152.089%20166.224%20151.671ZM167.734%20151.203C168.265%20151.126%20168.81%20151.047%20169.341%20150.972C170.618%20150.641%20171.899%20150.315%20173.199%20149.993C172.8%20150.193%20171.064%20150.626%20168.591%20151.218C168.308%20151.212%20168.009%20151.21%20167.734%20151.203ZM176.344%20149.278C176.862%20149.175%20177.359%20149.079%20177.865%20148.982C177.106%20149.144%20176.299%20149.321%20175.536%20149.492C175.291%20149.579%20175.046%20149.666%20174.796%20149.755C174.775%20149.695%20174.754%20149.636%20174.733%20149.576C175.259%20149.457%20175.75%20149.347%20176.285%20149.229C176.304%20149.246%20176.325%20149.262%20176.344%20149.278ZM182.531%20148.055C182.682%20148.06%20182.068%20148.238%20181.005%20148.435C180.995%20148.405%20180.981%20148.376%20180.975%20148.346C181.497%20148.245%20182.031%20148.145%20182.531%20148.055ZM158.481%20153.63C158.513%20153.627%20158.495%20153.637%20158.462%20153.651C158.98%20153.523%20159.514%20153.392%20160.041%20153.262C158.966%20153.623%20156.673%20154.192%20154.653%20154.733C153.419%20155.063%20153.157%20155.132%20152.321%20155.307C152.979%20155.131%20153.627%20154.957%20154.275%20154.784C154.386%20154.733%20154.502%20154.681%20154.613%20154.63C155.926%20154.284%20156.488%20154.171%20157.342%20153.988C157.206%20154.001%20157.066%20154.016%20156.93%20154.029C157.446%20153.896%20157.957%20153.766%20158.465%20153.634C158.47%20153.632%20158.476%20153.631%20158.481%20153.63ZM183.291%20152.12C183.466%20151.921%20183.631%20151.732%20183.803%20151.533C183.822%20151.544%20183.84%20151.555%20183.856%20151.568C183.682%20151.769%20183.518%20151.957%20183.343%20152.156C183.325%20152.144%20183.307%20152.133%20183.291%20152.12ZM97.0636%20123.366C98.8483%20123.101%20100.441%20122.857%20101.799%20122.697C102.822%20122.449%20104.264%20122.273%20105.475%20122.075C108.766%20121.535%20112.226%20120.985%20114.946%20120.582C117.662%20120.179%20117.281%20120.248%20120.021%20119.814C122.006%20119.499%20124.863%20119.083%20127.042%20118.753C126.955%20118.788%20126.795%20118.834%20126.683%20118.872C127.852%20118.681%20129.05%20118.49%20130.227%20118.301C130.52%20118.254%20130.795%20118.23%20130.99%20118.198C132.654%20117.925%20133.989%20117.672%20135.741%20117.41C136.913%20117.273%20136.694%20117.369%20138.546%20117.074C138.278%20117.083%20137.995%20117.095%20137.734%20117.103C138.928%20116.922%20140.128%20116.77%20141.284%20116.593C141.94%20116.492%20142.522%20116.377%20142.904%20116.317C146.136%20115.808%20147.88%20115.592%20150.022%20115.356C150.796%20115.207%20151.585%20115.056%20152.363%20114.907C153.291%20114.788%20154.223%20114.668%20155.149%20114.549C154.614%20114.598%20154.075%20114.648%20153.544%20114.697C154.664%20114.512%20155.31%20114.45%20156.298%20114.304C156.978%20114.205%20157.13%20114.155%20157.895%20114.04C160.323%20113.674%20162.925%20113.287%20165.396%20112.917C165.411%20112.946%20165.418%20112.977%20165.426%20113.007C166.347%20112.849%20167.264%20112.691%20168.18%20112.534C168.058%20112.583%20167.935%20112.633%20167.809%20112.684C168.72%20112.516%20169.631%20112.349%20170.552%20112.181C171.093%20112.164%20171.655%20112.144%20172.18%20112.129C173.151%20111.968%20172.311%20112.002%20173.379%20111.809C174.281%20111.647%20174.401%20111.666%20175.358%20111.524C176.317%20111.382%20176.33%20111.33%20177.776%20111.111C179.23%20110.891%20182.37%20110.425%20183.959%20110.204C185.903%20109.934%20186.901%20109.839%20188.779%20109.566C191.073%20109.233%20192.761%20108.989%20195.225%20108.639C195.813%20108.556%20197.769%20108.33%20198.3%20108.283C199.036%20108.104%20201.418%20107.796%20202.443%20107.625C203.464%20107.455%20202.479%20107.545%20203.816%20107.339C203.997%20107.333%20204.363%20107.303%20204.562%20107.295C205.158%20107.202%20204.674%20107.251%20205.647%20107.114C206.611%20106.977%20209.786%20106.547%20210.743%20106.427C212.288%20106.232%20212.077%20106.309%20213.741%20106.067C213.713%20106.05%20213.742%20106.026%20213.74%20106.005C214.911%20105.842%20216.098%20105.677%20217.282%20105.513C217.285%20105.534%20217.292%20105.554%20217.298%20105.574C221.139%20104.912%20224.981%20104.346%20229.171%20103.932C229.969%20103.815%20230.657%20103.704%20231.412%20103.592C231.747%20103.543%20232.095%20103.494%20232.464%20103.445C235.65%20103.022%20239.557%20102.591%20242.577%20102.275C244.906%20102.033%20246.401%20101.882%20248.338%20101.708C248.643%20101.714%20249.011%20101.717%20249.359%20101.727C249.687%20101.738%20250.069%20101.75%20250.41%20101.772C250.402%20101.731%20250.402%20101.688%20250.391%20101.648C251.01%20101.633%20251.525%20101.648%20252.045%20101.736C252.204%20101.763%20252.388%20101.803%20252.57%20101.867C252.639%20101.892%20252.816%20101.955%20252.999%20102.075C253.091%20102.136%20253.191%20102.213%20253.291%20102.319C253.343%20102.376%20253.382%20102.421%20253.445%20102.513C253.51%20102.609%20253.568%20102.722%20253.61%20102.845C253.697%20103.091%20253.707%20103.373%20253.66%20103.598C253.602%20103.855%20253.557%20103.921%20253.499%20104.035C253.385%20104.239%20253.263%20104.372%20253.144%20104.486C252.99%20104.632%20252.833%20104.746%20252.657%20104.86C252.401%20105.025%20252.21%20105.126%20252.098%20105.191C251.998%20105.248%20251.937%20105.286%20251.862%20105.33C251.786%20105.375%20251.697%20105.427%20251.519%20105.516C251.361%20105.595%20251.156%20105.695%20250.767%20105.862C250.261%20106.099%20247.766%20107.043%20246.459%20107.498C244.082%20108.344%20241.499%20109.219%20238.772%20110.128C236.478%20110.892%20234.061%20111.62%20233.972%20111.525C233.962%20111.51%20234.959%20111.208%20234.354%20111.356C234.109%20111.415%20233.78%20111.501%20233.515%20111.568C233.077%20111.676%20232.826%20111.725%20233.489%20111.489C233.938%20111.33%20234.739%20111.062%20236.12%20110.61C236.057%20110.594%20236.069%20110.561%20236.077%20110.523C238.132%20109.921%20240.386%20109.078%20237.766%20109.909C237.025%20110.143%20234.723%20110.95%20233.462%20111.406C233.121%20111.53%20232.86%20111.627%20232.745%20111.674C231.425%20112.218%20233.762%20111.537%20232.98%20111.917C232.871%20111.973%20229.002%20113.313%20228.313%20113.54C227.328%20113.865%20227.259%20113.859%20226.664%20114.047C225.594%20114.385%20225.537%20114.445%20224.418%20114.804C223.142%20115.212%20221.747%20115.614%20220.293%20116.103C220.759%20115.908%20221.26%20115.703%20221.751%20115.501C219.226%20116.315%20219.303%20116.404%20217.633%20116.994C217.096%20117.146%20216.545%20117.302%20216%20117.457C215.384%20117.661%20214.797%20117.857%20214.192%20118.057C212.117%20118.646%20209.388%20119.36%20214.879%20117.687C214.963%20117.594%20214.642%20117.653%20214.948%20117.484C215.158%20117.369%20215.931%20117.092%20214.373%20117.554C214.282%20117.626%20214.15%20117.713%20214.044%20117.79C211.712%20118.554%20211.333%20118.784%20210.686%20119.072C210.421%20119.19%20211.69%20118.822%20211.054%20119.049C210.063%20119.404%20208.556%20119.804%20208.821%20119.674C208.545%20119.763%20208.313%20119.838%20208.053%20119.922C208.052%20119.944%20208.065%20119.961%20208.058%20119.986C206.514%20120.466%20205.309%20120.903%20203.946%20121.347C202.826%20121.712%20202.709%20121.714%20201.602%20122.071C199.549%20122.731%20199.249%20122.882%20196.685%20123.723C195.602%20124.079%20191.246%20125.434%20189.437%20126.021C188.972%20126.171%20188.751%20126.274%20187.956%20126.523C186.162%20127.082%20184.128%20127.669%20184.442%20127.472C184.049%20127.622%20183.695%20127.759%20183.32%20127.903C184.285%20127.63%20185.319%20127.32%20185.278%20127.397C183.357%20127.976%20181.669%20128.586%20179.614%20129.24C179.134%20129.393%20178.242%20129.612%20177.657%20129.818C177.642%20129.855%20177.725%20129.862%20177.658%20129.915C177.084%20130.122%20175.375%20130.64%20175.15%20130.713C173.611%20131.216%20172.322%20131.609%20171.308%20131.938C170.291%20132.268%20169.641%20132.546%20169.035%20132.742C167.259%20133.315%20166.301%20133.561%20165.101%20133.914C165%20133.968%20164.858%20134.037%20164.741%20134.098C163.996%20134.344%20163.247%20134.593%20162.501%20134.84C162.494%20134.821%20162.46%20134.81%20162.46%20134.788C160.747%20135.411%20159.767%20135.756%20157.466%20136.515C156.164%20136.945%20155.582%20137.107%20154.546%20137.524C154.004%20137.685%20153.517%20137.829%20153%20137.983C149.324%20139.285%20146.432%20140.152%20142.784%20141.376C142.764%20141.361%20142.742%20141.347%20142.725%20141.331C142.217%20141.511%20141.714%20141.689%20141.217%20141.866C141.73%20141.727%20142.266%20141.582%20142.777%20141.445C141.574%20141.87%20140.487%20142.205%20139.432%20142.564C138.673%20142.822%20138.051%20143.043%20137.457%20143.257C136.734%20143.516%20136.051%20143.766%20135.239%20144.055C135.219%20144.041%20135.186%20144.031%20135.162%20144.018C134.042%20144.388%20132.924%20144.758%20131.808%20145.131C130.801%20145.531%20129.846%20145.915%20128.833%20146.322C128.291%20146.494%20127.767%20146.661%20127.23%20146.833C126.753%20147.016%20126.283%20147.196%20125.816%20147.376C125.921%20147.294%20126.027%20147.211%20126.133%20147.129C124.808%20147.686%20123.456%20148.256%20122.112%20148.829C121.584%20148.968%20121.073%20149.101%20120.551%20149.24C119.934%20149.513%20119.327%20149.784%20118.731%20150.052C117.722%20150.418%20116.763%20150.768%20115.757%20151.139C115.733%20151.127%20115.707%20151.114%20115.683%20151.102C115.076%20151.344%20114.468%20151.588%20113.854%20151.835C113.847%20151.815%20113.826%20151.801%20113.832%20151.776C112.683%20152.256%20111.824%20152.625%20110.145%20153.273C109.222%20153.626%20105.882%20154.935%20105.204%20155.227C103.064%20156.138%20103.21%20156.132%20100.936%20157.065C100.944%20157.04%20100.88%20157.046%20100.859%20157.033C99.2684%20157.672%2097.6846%20158.324%2096.1074%20158.99C96.1391%20158.998%2096.1679%20159.009%2096.1996%20159.017C96.5519%20158.872%2096.9029%20158.728%2097.25%20158.587C95.9008%20159.202%2094.5386%20159.836%2093.2187%20160.466C91.0286%20161.423%2089.241%20162.311%2087.0187%20163.39C86.7088%20163.541%2086.4043%20163.689%2086.0808%20163.846C84.9298%20164.407%2083.857%20164.858%2082.2306%20165.768C82.1924%20165.81%2082.2318%20165.814%2082.2132%20165.847C81.3981%20166.293%2080.3703%20166.851%2079.4435%20167.422C78.9834%20167.705%2078.5354%20168.002%2078.1833%20168.276C78.001%20168.418%2077.8533%20168.547%2077.7466%20168.656C77.6435%20168.754%2077.5937%20168.862%2077.6316%20168.761C77.6594%20168.698%2077.6732%20168.434%2077.584%20168.267C77.5038%20168.103%2077.4267%20168.055%2077.4006%20168.035C77.3476%20168.005%2077.3911%20168.042%2077.4455%20168.062C77.5657%20168.108%2077.7674%20168.176%2078.4004%20168.217C78.4643%20168.229%2078.5319%20168.24%2078.603%20168.251C78.8896%20168.297%2079.212%20168.333%2079.5388%20168.361C79.6557%20168.321%2079.7777%20168.279%2079.9007%20168.237C81.7607%20168.249%2082.7894%20168.132%2084.1649%20167.935C84.5596%20167.91%2084.9374%20167.885%2085.3345%20167.855C84.2216%20168.023%2084.661%20168.006%2085.771%20167.914C86.4301%20167.829%2086.1939%20167.819%2086.5396%20167.756C87.8885%20167.506%2088.6606%20167.431%2090.4002%20167.169C93.2445%20166.734%2095.4736%20166.321%2098.2753%20165.811C98.7877%20165.717%2099.4846%20165.617%20100.229%20165.459C100.267%20165.484%20100.262%20165.516%20100.283%20165.544C102.214%20165.128%20103.479%20164.8%20105.7%20164.333C105.718%20164.35%20105.744%20164.366%20105.763%20164.383C106.794%20164.163%20107.815%20163.94%20108.829%20163.716C108.828%20163.695%20108.831%20163.673%20108.83%20163.652C109.48%20163.529%20110.152%20163.4%20110.796%20163.276C111.962%20162.991%20113.111%20162.707%20114.278%20162.414C114.549%20162.444%20112.795%20162.804%20111.573%20163.134C111.064%20163.271%20110.875%20163.361%20110.448%20163.483C111.744%20163.193%20113.036%20162.895%20114.334%20162.593C114.597%20162.479%20114.779%20162.382%20115.094%20162.255C116.04%20162.021%20118.543%20161.469%20119.221%20161.303C119.609%20161.208%20119.995%20161.114%20120.378%20161.02C125.242%20159.821%20129.306%20158.752%20134.223%20157.505C134.943%20157.323%20135.346%20157.18%20136.479%20156.887C137.93%20156.513%20140.447%20155.908%20141.834%20155.582C142.63%20155.353%20143.346%20155.144%20144.111%20154.923C145.183%20154.672%20146.246%20154.425%20147.322%20154.173C148.825%20153.775%20150.365%20153.338%20151.872%20152.952C153.715%20152.481%20154.388%20152.35%20156.111%20151.851C156.248%20151.837%20156.387%20151.823%20156.527%20151.808C159.133%20151.072%20161.763%20150.438%20164.305%20149.861C164.418%20149.801%20164.555%20149.733%20164.649%20149.678C166.587%20149.174%20167.164%20149.102%20169.035%20148.657C169.954%20148.44%20170.648%20148.221%20172.119%20147.905C173.049%20147.706%20173.657%20147.617%20175.137%20147.241C176.445%20146.997%20176.017%20147.144%20178.072%20146.703C177.843%20146.55%20181.492%20145.954%20181.984%20145.883C184.473%20145.461%20185.585%20145.278%20187.365%20145.124C187.591%20145.107%20187.814%20145.105%20188.044%20145.134C188.254%20145.159%20188.673%20145.247%20188.996%20145.517C188.977%20145.478%20188.955%20145.418%20189.157%20145.58C189.37%20145.782%20189.533%20146.115%20189.579%20146.356C189.635%20146.603%20189.631%20146.851%20189.598%20147.073C189.554%20147.407%20189.405%20147.805%20189.293%20148.046C189.165%20148.327%20189.002%20148.618%20188.857%20148.856C188.703%20149.109%20188.524%20149.378%20188.37%20149.596C187.695%20150.555%20187.031%20151.337%20186.627%20151.827C184.549%20154.313%20182.474%20156.511%20180.697%20158.429C178.572%20160.709%20177.906%20161.34%20176.114%20163.212C174.603%20164.793%20173.363%20166.16%20171.828%20167.821C171.497%20168.179%20170.969%20168.713%20170.491%20169.261C170.446%20169.279%20170.436%20169.261%20170.401%20169.269C168.568%20171.442%20167.062%20173.136%20165.143%20175.575C164.051%20176.988%20163.235%20178.114%20162.326%20179.654C162.199%20179.872%20162.098%20180.065%20162.004%20180.256C161.816%20180.64%20161.674%20180.957%20161.489%20181.487C161.278%20182.077%20161.094%20182.984%20161.4%20183.614C161.393%20183.65%20161.378%20183.665%20161.36%20183.676C162.175%20184.937%20163.073%20185.235%20165.128%20185.711C166.682%20185.974%20166.983%20185.991%20169.221%20186.063C171.82%20186.157%20176.905%20185.773%20179.948%20185.53C181.641%20185.435%20183.429%20185.239%20185.006%20185.539C185.114%20185.568%20185.213%20185.603%20185.305%20185.647C185.412%20185.696%20185.573%20185.795%20185.683%20185.929C185.797%20186.06%20185.883%20186.26%20185.892%20186.443C185.904%20186.626%20185.862%20186.773%20185.815%20186.886C185.804%20186.912%20185.765%20186.982%20185.75%20187.005C185.427%20187.466%20185.455%20187.495%20184.772%20188.234C185.182%20187.668%20184.123%20188.781%20183.613%20189.162C182.308%20190.175%20182.13%20190.067%20181.9%20190.046C181.841%20190.038%20182.614%20189.282%20182.434%20189.411C182.096%20189.738%20181.754%20190.068%20181.422%20190.413C181.197%20190.648%20180.977%20190.888%20180.764%20191.136C180.911%20190.889%20180.25%20191.594%20180.129%20191.7C179.966%20191.827%20180.448%20191.19%20180.502%20191.079C180.507%20191.073%20180.512%20191.067%20180.516%20191.061C180.593%20190.89%20180.209%20191.316%20180.425%20190.974C180.474%20190.897%20180.336%20191.011%20180.471%20190.834C180.648%20190.602%20180.86%20190.349%20181.093%20190.096C182.021%20189.102%20183.14%20188.117%20183.312%20188.037C183.773%20187.574%20184.215%20187.107%20184.592%20186.612C184.575%20186.599%20184.556%20186.589%20184.538%20186.579C184.608%20186.491%20184.676%20186.401%20184.74%20186.311L184.687%20186.408C184.679%20186.42%20184.654%20186.533%20184.7%20186.632C184.741%20186.723%20184.796%20186.752%20184.793%20186.749C184.788%20186.741%20184.698%20186.704%20184.583%20186.682C184.401%20186.642%20184.112%20186.618%20183.873%20186.607C183.345%20186.585%20182.82%20186.597%20182.29%20186.616C182.814%20186.614%20183.339%20186.619%20183.857%20186.657C183.451%20186.674%20183.088%20186.71%20182.699%20186.753C181.441%20186.78%20180.179%20186.904%20178.785%20186.998C177.403%20187.091%20177.384%20187.052%20175.592%20187.223C174.754%20187.267%20173.879%20187.256%20173.15%20187.282C170.899%20187.348%20172.838%20187.41%20172.726%20187.455C174.073%20187.387%20175.406%20187.284%20176.736%20187.17C176.745%20187.201%20176.757%20187.231%20176.77%20187.261C177.919%20187.178%20179.992%20187.057%20180.754%20186.951C180.749%20186.937%20180.741%20186.922%20180.736%20186.908C180.99%20186.888%20181.266%20186.868%20181.531%20186.85C181.791%20186.859%20182.028%20186.871%20182.302%20186.882C183.053%20186.85%20183.946%20186.815%20184.536%20186.917C184.533%20186.958%20184.529%20187%20184.525%20187.042C184.621%20187.057%20184.681%20187.095%20184.602%20187.053C184.556%20187.024%20184.434%20186.936%20184.361%20186.746C184.281%20186.546%20184.327%20186.336%20184.359%20186.268L184.447%20186.109C183.875%20186.902%20183.154%20187.56%20182.41%20188.329C183.184%20187.623%20183.947%20186.919%20184.51%20186.167C184.516%20186.164%20184.521%20186.163%20184.525%20186.163L184.447%20186.306C184.45%20186.314%20184.457%20186.317%20184.465%20186.314L184.542%20186.174C184.581%20186.275%20184.074%20187.102%20182.948%20188.265C182.123%20188.996%20181.284%20189.783%20181.461%20189.506C181.526%20189.399%20182.426%20188.445%20182.345%20188.481C182.198%20188.539%20181.009%20189.659%20181.199%20189.391C182.327%20188.257%20183.543%20187.195%20184.328%20186.069C184.334%20186.059%20184.34%20186.049%20184.346%20186.04L184.246%20186.221C184.178%20186.316%20184.151%20186.734%20184.313%20186.951C184.456%20187.168%20184.584%20187.203%20184.578%20187.209C184.61%20187.226%20184.479%20187.197%20184.378%20187.194C184.112%20187.177%20183.847%20187.186%20183.531%20187.201C183.294%20187.182%20183.541%20187.157%20183.922%20187.154C184.255%20187.133%20184.732%20187.238%20184.559%20187.171C184.446%20187.099%20184.366%20186.975%20184.429%20187.038C184.482%20187.091%20184.617%20187.161%20184.607%20187.144C184.632%20187.131%20184.437%20187.075%20184.519%20187.073C183.189%20186.923%20182.173%20187.086%20181.185%20187.188C180.083%20187.24%20180.202%20187.203%20179.949%20187.177C179.778%20187.157%20178.419%20187.285%20177.991%20187.289C177.516%20187.369%20178.697%20187.291%20178.276%20187.376C178.03%20187.426%20176.457%20187.583%20176.824%20187.602C174.252%20187.8%20172.841%20187.812%20170.336%20187.83C171.155%20187.851%20171.972%20187.853%20172.785%20187.844C171.297%20187.893%20169.798%20187.905%20168.291%20187.828C166.605%20187.775%20167.69%20188.055%20164.549%20187.543C165.122%20187.7%20165.671%20187.822%20166.224%20187.925C164.096%20187.668%20162.417%20187.341%20160.692%20185.97C159.168%20184.675%20159.133%20182.95%20159.259%20182.121C159.396%20181.183%20159.666%20180.563%20160.018%20179.914C159.724%20180.695%20159.47%20181.589%20159.485%20182.564C159.524%20181.552%20159.84%20180.675%20160.191%20179.901C160.194%20179.838%20160.263%20179.659%20160.39%20179.409C160.668%20178.838%20161.303%20177.874%20161.67%20177.373C161.542%20177.625%20161.424%20177.87%20161.31%20178.114C162.449%20176.168%20162.981%20175.443%20162.706%20175.602C163.006%20175.189%20163.339%20174.743%20163.65%20174.337C163.63%20174.313%20163.611%20174.287%20163.593%20174.259C164.251%20173.404%20164.925%20172.569%20165.622%20171.732C165.479%20171.929%20165.329%20172.134%20165.185%20172.335C165.443%20172.045%20165.703%20171.756%20165.957%20171.477C166.281%20171.061%20166.624%20170.627%20166.949%20170.221C167.389%20169.723%20167.856%20169.203%20168.3%20168.715C167.85%20169.111%20168.192%20168.62%20168.121%20168.586C169.103%20167.47%20170.111%20166.37%20171.098%20165.291C171.772%20164.554%20171.967%20164.295%20172.736%20163.473C173.67%20162.476%20174.67%20161.479%20175.734%20160.324C175.69%20160.432%20174.972%20161.2%20174.307%20161.927C173.647%20162.649%20173.448%20162.861%20173.637%20162.737C172.628%20163.795%20171.893%20164.585%20170.926%20165.661C170.937%20165.564%20170.809%20165.683%20169.775%20166.832C170.101%20166.537%20169.474%20167.27%20169.486%20167.315C169.496%20167.359%20170.131%20166.674%20169.895%20167C169.791%20167.142%20168.726%20168.383%20168.942%20168.18C169.559%20167.473%20170.186%20166.764%20170.814%20166.063C170.877%20165.948%20170.938%20165.834%20170.999%20165.721C172.946%20163.627%20173.798%20162.594%20175.562%20160.689C175.76%20160.509%20175.962%20160.325%20176.163%20160.143C176.213%20160.014%20176.263%20159.884%20176.313%20159.755C178.018%20157.948%20179.817%20155.989%20180.216%20155.735C179.477%20156.515%20178.746%20157.278%20178.006%20158.049C177.858%20158.268%20177.709%20158.487%20177.559%20158.707C175.741%20160.652%20173.916%20162.596%20172.109%20164.563C172.341%20164.404%20172.575%20164.244%20172.807%20164.086C171.905%20165.071%20171.011%20166.057%20170.118%20167.059C170.09%20167.044%20170.062%20167.028%20170.034%20167.013C168.314%20168.884%20166.613%20170.786%20164.984%20172.759C164.596%20173.284%20164.187%20173.848%20163.811%20174.387C164.481%20173.543%20165.17%20172.715%20165.877%20171.891C165.186%20172.806%20164.409%20173.748%20163.398%20175.086C164.194%20174.173%20163.082%20175.73%20164.322%20174.237C164.204%20174.322%20164.086%20174.406%20163.968%20174.49C164.452%20173.862%20164.958%20173.227%20165.461%20172.613C165.462%20172.58%20165.462%20172.549%20165.461%20172.52C166.696%20171.03%20166.48%20171.249%20166.377%20171.271C167.139%20170.361%20167.555%20169.893%20167.47%20170.065C167.417%20170.171%20166.891%20170.817%20167.272%20170.415C167.948%20169.544%20168.493%20169.016%20169.309%20168.093C169.901%20167.426%20169.92%20167.341%20170.463%20166.731C171.43%20165.645%20172.411%20164.582%20173.383%20163.514C173.343%20163.622%20173.691%20163.3%20172.859%20164.238C172.376%20164.782%20171.735%20165.419%20171.324%20165.945C171.762%20165.489%20172.249%20164.984%20172.707%20164.512C173.326%20163.815%20173.951%20163.117%20174.573%20162.425C174.365%20162.601%20174.156%20162.778%20173.949%20162.954C174.669%20162.169%20175.397%20161.381%20176.116%20160.602C176.171%20160.636%20175.97%20160.935%20176.802%20160.126C176.447%20160.518%20176.084%20160.918%20175.731%20161.308C177.206%20159.764%20178.686%20158.223%20180.148%20156.679C179.036%20157.818%20177.901%20158.967%20176.779%20160.104C176.94%20159.895%20177.1%20159.687%20177.26%20159.48C178.756%20157.879%20177.905%20158.877%20178.957%20157.768C178.947%20157.748%20178.937%20157.729%20178.927%20157.709C179.649%20156.94%20180.376%20156.162%20181.082%20155.398C180.792%20155.682%20180.505%20155.96%20180.209%20156.247C178.426%20158.227%20177.683%20158.964%20176.321%20160.296C175.512%20161.168%20174.705%20162.04%20173.901%20162.913C173.671%20163.083%20173.462%20163.23%20173.219%20163.414C173.796%20162.784%20174.122%20162.522%20174.769%20161.849C175.069%20161.536%20176.092%20160.433%20176.557%20159.952C176.499%20160.043%20176.498%20160.099%20176.88%20159.7C177.369%20159.189%20178.201%20158.336%20178.492%20158.024C179.395%20157.054%20179.546%20156.847%20180.447%20155.9C180.697%20155.777%20182.324%20154.033%20183.52%20152.758C183.652%20152.567%20183.316%20152.868%20182.892%20153.323C182.276%20153.984%20182.16%20154.154%20181.498%20154.828C180.811%20155.526%20180.238%20156.012%20179.278%20156.993C180.514%20155.632%20181.766%20154.247%20182.964%20152.865C183.263%20152.662%20184.466%20151.404%20185.788%20149.682C186.24%20149.13%20186.916%20148.268%20187.365%20147.44C187.48%20147.224%20187.557%20147.052%20187.607%20146.889C187.66%20146.752%20187.603%20146.677%20187.682%20146.866C187.805%20147.068%20187.927%20147.041%20187.833%20147.025C187.776%20147.009%20187.651%20147%20187.517%20147.005C187.388%20147.01%20187.278%20147.013%20187.194%20147.013C187.119%20147.013%20187.357%20146.988%20187.515%20146.97C187.612%20146.958%20187.665%20146.953%20187.629%20146.945C187.619%20146.943%20187.585%20146.935%20187.511%20146.931C187.327%20146.92%20186.91%20146.917%20186.297%20147.001C185.532%20147.148%20184.789%20147.317%20183.992%20147.503C184.681%20147.42%20185.213%20147.276%20185.563%20147.269C185.741%20147.268%20185.167%20147.373%20185.656%20147.335C184.711%20147.46%20184.056%20147.57%20183.246%20147.707C183.892%20147.628%20184.577%20147.55%20185.207%20147.491C185.324%20147.474%20185.476%20147.453%20185.601%20147.436C185.644%20147.4%20185.491%20147.386%20185.661%20147.335C185.803%20147.321%20187.057%20147.189%20187.532%20147.183C187.654%20147.18%20187.696%20147.191%20187.691%20147.198C187.687%20147.203%20187.624%20147.206%20187.535%20147.216C187.405%20147.232%20187.274%20147.249%20187.376%20147.252C187.412%20147.253%20187.469%20147.252%20187.537%20147.251C187.781%20147.239%20187.877%20147.326%20187.704%20147.262C187.646%20147.235%20187.642%20147.246%20187.721%20147.297C187.8%20147.353%20187.874%20147.317%20187.545%20147.343C187.527%20147.344%20187.51%20147.346%20187.492%20147.348C186.77%20147.414%20185.764%20147.51%20185.631%20147.495C186.133%20147.416%20186.645%20147.344%20187.156%20147.285C183.418%20147.706%20181.439%20148.077%20178.945%20148.467C178.166%20148.655%20177.828%20148.761%20177.418%20148.886C176.841%20149.061%20177.128%20149.019%20175.499%20149.371C175.498%20149.337%20175.081%20149.357%20175.866%20149.164C176.997%20148.888%20177.979%20148.624%20178.852%20148.431C179.696%20148.246%20179.548%20148.323%20180.425%20148.133C181.114%20147.985%20181.506%20147.883%20182.428%20147.723C182.2%20147.749%20181.962%20147.777%20181.727%20147.805C182.098%20147.72%20182.428%20147.644%20182.819%20147.559C183.72%20147.395%20184.642%20147.241%20185.515%20147.116C184.759%20147.184%20182.935%20147.491%20182.128%20147.654C181.327%20147.812%20180.845%20147.965%20180.086%20148.107C179.566%20148.168%20180.708%20147.906%20180.642%20147.887C180.562%20147.853%20179.096%20148.15%20179.355%20148.042C178.838%20148.182%20178.36%20148.315%20177.841%20148.459C178.066%20148.449%20178.293%20148.438%20178.514%20148.429C177.71%20148.576%20176.955%20148.718%20176.153%20148.874C176.691%20148.787%20177.216%20148.705%20177.736%20148.626C175.888%20149.011%20174.117%20149.453%20172.33%20149.842C172.07%20149.93%20171.827%20150.015%20171.58%20150.101C170.285%20150.433%20168.997%20150.77%20167.695%20151.115C168.447%20150.893%20169.21%20150.669%20169.95%20150.454C170.135%20150.327%20170.002%20150.375%20168.403%20150.747C168.357%20150.758%20168.364%20150.73%20168.008%20150.817C167.652%20150.904%20167.686%20150.921%20167.636%20150.934C167.116%20151.072%20166.607%20151.186%20166.079%20151.321C166.595%20151.23%20167.109%20151.141%20167.616%20151.054C166.802%20151.302%20167.108%20151.264%20165.428%20151.678C165.401%20151.705%20165.373%20151.731%20165.343%20151.759C164.34%20152.031%20163.321%20152.309%20162.318%20152.586C161.652%20152.701%20160.987%20152.816%20160.328%20152.931C159.702%20153.139%20159.061%20153.352%20158.441%20153.56C158.961%20153.453%20159.495%20153.343%20160.017%20153.236C159.506%20153.367%20158.987%20153.498%20158.481%20153.63C158.476%20153.631%20158.47%20153.632%20158.465%20153.634C158.112%20153.676%20157.824%20153.716%20158.422%20153.516C157.92%20153.677%20157.415%20153.84%20156.908%20154.003C155.815%20154.289%20155.218%20154.45%20155.377%20154.354C154.589%20154.552%20153.805%20154.75%20153.02%20154.948C153.787%20154.737%20154.553%20154.527%20155.32%20154.317C155.531%20154.16%20156.687%20153.799%20154.513%20154.284C155.004%20154.119%20155.495%20153.954%20155.978%20153.791C156.626%20153.656%20157.292%20153.516%20157.944%20153.381C158.449%20153.219%20158.947%20153.058%20159.457%20152.895C160.567%20152.656%20160.412%20152.756%20162.194%20152.295C162.08%20152.367%20161.97%20152.438%20161.856%20152.51C162.505%20152.345%20163.141%20152.184%20163.788%20152.022C163.513%20152.043%20163.249%20152.062%20162.981%20152.082C163.988%20151.784%20165.011%20151.484%20166.022%20151.19C164.749%20151.532%20163.445%20151.887%20162.186%20152.232C162.234%20152.183%20162.279%20152.089%20160.905%20152.434C160.385%20152.565%20159.817%20152.743%20159.057%20152.9C159.033%20152.94%20159.074%20152.961%20159.071%20152.994C158.305%20153.19%20157.542%20153.387%20156.77%20153.586C156.759%20153.574%20156.752%20153.561%20156.744%20153.547C156.225%20153.686%20155.712%20153.823%20155.192%20153.963C155.564%20153.823%20155.934%20153.684%20156.307%20153.545C156.832%20153.441%20157.366%20153.336%20157.891%20153.233C158.007%20153.171%20158.127%20153.107%20158.246%20153.045C159.02%20152.856%20159.798%20152.668%20160.587%20152.477C160.189%20152.533%20161.027%20152.293%20161.111%20152.232C161.168%20152.19%20160.511%20152.349%20160.492%20152.324C160.468%20152.285%20160.508%20152.222%20160.465%20152.186C159.167%20152.506%20157.881%20152.826%20156.581%20153.151C156.431%20153.132%20156.616%20153.049%20157.728%20152.726C158.473%20152.544%20159.22%20152.363%20159.97%20152.182C160.629%20151.992%20161.285%20151.804%20161.953%20151.614C162.228%20151.609%20162.526%20151.598%20162.788%20151.596C164.701%20151.09%20164.236%20151.132%20165.192%20150.833C165.356%20150.781%20166.878%20150.416%20166.968%20150.36C167.421%20150.27%20167.76%20150.208%20168.183%20150.127C167.4%20150.339%20166.655%20150.544%20165.877%20150.759C166.798%20150.541%20167.684%20150.333%20168.609%20150.119C168.993%20149.994%20169.373%20149.871%20169.75%20149.748C171.823%20149.239%20173.889%20148.745%20175.953%20148.278C175.428%20148.404%20174.933%20148.526%20174.409%20148.656C174.683%20148.636%20174.96%20148.617%20175.23%20148.599C175.837%20148.441%20176.552%20148.262%20177.139%20148.115C178.358%20147.872%20177.705%20148.054%20178.511%20147.915C179.288%20147.78%20181.377%20147.363%20182.263%20147.246C183.104%20147.093%20183.827%20146.971%20184.649%20146.846C184.112%20146.906%20183.589%20146.97%20183.065%20147.039C183.317%20146.954%20183.557%20146.871%20183.807%20146.789C183.121%20146.896%20182.333%20147.084%20181.745%20147.21C181.118%20147.341%20179.759%20147.65%20179.131%20147.742C181.654%20147.118%20184.016%20146.591%20187.365%20146.355C187.359%20146.324%20187.352%20146.294%20187.346%20146.263C187.383%20146.262%20187.42%20146.262%20187.457%20146.262C187.636%20146.258%20187.787%20146.271%20187.906%20146.298C188.025%20146.32%20188.177%20146.382%20188.227%20146.439C188.295%20146.503%20188.318%20146.582%20188.318%20146.678C188.32%20146.78%20188.288%20146.92%20188.245%20147.037C188.273%20146.916%20188.287%20146.774%20188.27%20146.683C188.254%20146.596%20188.224%20146.551%20188.169%20146.516C188.128%20146.486%20187.998%20146.446%20187.888%20146.441C187.779%20146.432%20187.64%20146.435%20187.473%20146.453C186.824%20146.528%20186.126%20146.632%20185.439%20146.748C186.427%20146.645%20185.849%20146.775%20187.44%20146.597C187.455%20146.596%20187.469%20146.594%20187.484%20146.593C187.704%20146.573%20187.86%20146.566%20188.012%20146.599C188.134%20146.648%20188.115%20146.587%20188.151%20146.735C188.167%20146.906%20188.113%20147.124%20188.031%20147.345C187.963%20147.537%20187.842%20147.783%20187.753%20147.938C186.88%20149.399%20186.123%20150.234%20185.095%20151.468C185.939%20150.543%20186.712%20149.68%20187.442%20148.69C187.382%20148.816%20187.319%20148.944%20187.25%20149.078C189.438%20145.27%20188.149%20148.309%20186.919%20149.798C186.472%20150.304%20186.015%20150.788%20185.543%20151.273C184.591%20152.468%20185.004%20151.999%20185.317%20151.713C185.827%20151.249%20183.956%20153.334%20183.299%20154.038C183.256%20154.038%20183.237%20154.013%20183.207%20154C182.492%20154.809%20181.783%20155.594%20181.07%20156.377C181.444%20156.006%20181.831%20155.618%20182.207%20155.238C180.011%20157.613%20178.519%20159.273%20178.539%20159.445C178.963%20158.934%20179.382%20158.427%20179.809%20157.911C180.124%20157.652%20180.426%20157.404%20180.747%20157.136C180.393%20157.547%20180.062%20157.931%20179.71%20158.337C180.246%20157.741%20180.78%20157.146%20181.311%20156.551C181.618%20156.176%20181.941%20155.782%20182.252%20155.398C182.075%20155.552%20181.896%20155.707%20181.716%20155.864C182.257%20155.263%20182.766%20154.691%20183.298%20154.086C183.323%20154.089%20183.348%20154.092%20183.373%20154.095C184.608%20152.704%20185.833%20151.298%20186.944%20149.817C186.969%20149.836%20186.999%20149.848%20187.026%20149.864C186.701%20150.279%20186.357%20150.693%20186.013%20151.097C185.77%20151.442%20185.551%20151.751%20185.313%20152.079C185.204%20152.175%20185.094%20152.271%20184.98%20152.372C184.293%20153.167%20183.588%20153.956%20182.864%20154.751C183.588%20154.152%20185.121%20152.505%20186.838%20150.219C187.175%20149.815%20187.524%20149.373%20187.827%20148.953C188.092%20148.534%20188.316%20148.156%20188.518%20147.693C188.599%20147.505%20188.703%20147.214%20188.734%20146.996C188.772%20146.734%20188.769%20146.443%20188.55%20146.21C188.69%20146.326%20188.771%20146.507%20188.801%20146.664C188.792%20146.522%20188.751%20146.358%20188.643%20146.218C188.53%20146.073%20188.404%20146.001%20188.26%20145.946C188.104%20145.889%20187.969%20145.872%20187.846%20145.862C187.718%20145.852%20187.578%20145.852%20187.425%20145.864C187.006%20145.892%20186.502%20145.94%20186.074%20145.988C186.324%20145.999%20186.628%20146.007%20186.899%20146.021C186.365%20146.076%20185.893%20146.135%20185.365%20146.208C185.342%20146.231%20185.318%20146.254%20185.29%20146.278C183.577%20146.517%20182.727%20146.711%20181.399%20146.992C181.649%20146.902%20181.899%20146.814%20182.144%20146.727C183.664%20146.462%20184.224%20146.408%20185.3%20146.199C184.873%20146.242%20184.483%20146.285%20184.048%20146.338C184.196%20146.283%20184.339%20146.229%20184.479%20146.176C183.664%20146.322%20182.91%20146.472%20182.116%20146.637C181.845%20146.643%20181.573%20146.652%20181.292%20146.662C180.49%20146.814%20179.717%20146.967%20178.939%20147.128C178.899%20147.184%20181.071%20146.718%20180.485%20146.894C179.915%20147.066%20179.215%20147.175%20178.228%20147.372C178.2%20147.398%20178.2%20147.419%20178.182%20147.443C177.383%20147.612%20176.645%20147.772%20175.85%20147.949C176.97%20147.771%20178.091%20147.553%20176.295%20148.011C175.326%20148.187%20174.758%20148.294%20174.285%20148.346C174.175%20148.357%20173.624%20148.42%20173.679%20148.392C173.831%20148.309%20174.597%20148.117%20174.238%20148.15C173.981%20148.23%20173.703%20148.314%20173.449%20148.394C172.448%20148.621%20171.704%20148.831%20170.787%20149.052C170.092%20149.219%20169.807%20149.261%20169.193%20149.408C168.572%20149.558%20168.51%20149.607%20167.697%20149.792C166.726%20150.014%20166.291%20150.063%20164.921%20150.417C165.43%20150.337%20165.98%20150.249%20166.508%20150.166C166.259%20150.255%20166.008%20150.344%20165.76%20150.433C164.986%20150.625%20164.221%20150.816%20163.44%20151.013C163.586%20151.019%20163.732%20151.026%20163.877%20151.032C162.953%20151.237%20162.057%20151.436%20161.136%20151.644C161.671%20151.474%20162.267%20151.303%20162.485%20151.203C162.794%20151.062%20162.633%20151.019%20161.81%20151.168C162.322%20151.037%20162.837%20150.907%20163.35%20150.777C163.343%20150.747%20163.335%20150.717%20163.328%20150.687C162.301%20150.934%20161.242%20151.192%20160.218%20151.443C160.498%20151.436%20160.775%20151.429%20161.057%20151.422C159.573%20151.762%20159.243%20151.888%20157.972%20152.244C157.96%20152.226%20157.948%20152.207%20157.935%20152.189C157.301%20152.363%20156.656%20152.54%20156.022%20152.715C156.133%20152.664%20156.295%20152.602%20156.372%20152.56C155.305%20152.85%20153.797%20153.191%20153.002%20153.404C151.398%20153.834%20152.078%20153.74%20151.749%20153.851C151.417%20153.963%20151.1%20154.022%20150.713%20154.131C147.991%20154.899%20145.427%20155.634%20142.947%20156.358C142.541%20156.421%20142.156%20156.481%20141.732%20156.547C141.141%20156.739%20140.087%20156.98%20139.504%20157.171C138.92%20157.363%20139.232%20157.374%20137.543%20157.837C137.674%20157.763%20137.774%20157.691%20137.895%20157.617C137.005%20157.882%20136.11%20158.148%20135.22%20158.412C133.921%20158.728%20132.628%20159.042%20131.324%20159.357C131.449%20159.345%20131.62%20159.324%20131.717%20159.319C130.521%20159.645%20129.743%20159.779%20129.027%20159.952C127.469%20160.326%20126.376%20160.663%20125.289%20160.925C123.826%20161.275%20124.027%20161.167%20122.388%20161.588C122.428%20161.61%20122.416%20161.646%20122.437%20161.672C121.833%20161.817%20121.234%20161.96%20120.641%20162.1C119.934%20162.267%20119.235%20162.431%20118.545%20162.591C118.543%20162.581%20118.541%20162.571%20118.538%20162.561C118.019%20162.686%20117.497%20162.811%20116.984%20162.932C116.965%20162.884%20116.943%20162.836%20116.92%20162.788C116.67%20162.869%20116.426%20162.948%20116.17%20163.03C115.375%20163.202%20114.611%20163.365%20113.818%20163.532C114.333%20163.392%20114.848%20163.249%20115.34%20163.113C115.315%20163.082%20114.17%20163.385%20113.836%20163.446C113.159%20163.569%20114.48%20163.211%20114.138%20163.25C112.852%20163.58%20111.55%20163.91%20110.273%20164.228C109.879%20164.317%20109.491%20164.403%20109.105%20164.489C109.091%20164.46%20109.075%20164.432%20109.061%20164.403C108.032%20164.62%20106.989%20164.836%20105.943%20165.049C106.478%20164.951%20106.996%20164.855%20107.524%20164.756C107.45%20164.83%20107.002%20164.971%20106.785%20165.078C106.683%20165.128%20106.798%20165.145%20105.611%20165.374C105.145%20165.464%20104.7%20165.512%20104.052%20165.647C103.046%20165.857%20102.329%20166.013%20101.345%20166.192C101.316%20166.178%20101.291%20166.163%20101.265%20166.148C100.466%20166.302%2099.6971%20166.448%2098.9009%20166.596C98.6411%20166.619%2098.3856%20166.641%2098.1229%20166.663C97.3362%20166.823%2096.5731%20166.975%2095.7921%20167.127C95.7777%20167.109%2095.7631%20167.09%2095.7452%20167.073C93.8354%20167.409%2092.7863%20167.6%2092.6309%20167.708C90.5321%20168.067%2088.4467%20168.393%2086.3369%20168.665C86.5843%20168.551%2086.8288%20168.436%2087.0669%20168.32C86.2947%20168.432%2085.4976%20168.539%2084.7302%20168.631C84.7335%20168.662%2084.7333%20168.694%2084.7331%20168.725C83.402%20168.87%2082.8422%20168.881%2081.9468%20168.909C81.0311%20168.993%2080.1107%20169.057%2079.2009%20169.06C79.9823%20169.084%2080.7743%20169.063%2081.5691%20169.024C81.578%20169.055%2081.5893%20169.085%2081.5981%20169.116C82.7648%20169.06%2083.9378%20168.962%2085.1074%20168.843C85.8047%20168.817%2086.4934%20168.785%2087.174%20168.748C86.5268%20168.843%2085.8719%20168.934%2085.198%20169.02C85.0559%20168.994%2084.9195%20168.967%2084.7775%20168.94C83.726%20169.053%2082.6727%20169.149%2081.625%20169.21C81.619%20169.231%2081.613%20169.252%2081.607%20169.273C81.0754%20169.303%2080.5417%20169.324%2080.018%20169.33C80.0066%20169.31%2079.9987%20169.289%2079.9874%20169.268C79.5044%20169.279%2079.0058%20169.277%2078.5323%20169.249C78.0982%20169.222%2077.6746%20169.18%2077.2754%20169.075C76.9656%20168.954%2076.6771%20168.695%2076.7527%20168.588C76.7797%20168.645%2076.8623%20168.699%2077.028%20168.753C77.3898%20168.919%2077.924%20168.983%2078.4159%20169.02C77.7122%20168.956%2076.4921%20168.612%2076.9972%20168.391C77.4586%20167.76%2078.4508%20167.129%2079.39%20166.559C80.8748%20165.599%2079.6487%20166.273%2079.6207%20166.199C80.174%20165.879%2080.7345%20165.573%2081.298%20165.275C81.7782%20164.988%2082.248%20164.714%2082.7314%20164.438C83.5705%20164.033%2084.4181%20163.635%2085.2677%20163.245C85.5041%20163.073%2085.9603%20162.813%2086.5756%20162.491C87.9236%20161.784%2090.0058%20160.798%2091.9841%20159.86C93.1276%20159.318%2093.4369%20159.085%2094.8881%20158.438C95.2803%20158.306%2095.6537%20158.187%2096.0432%20158.059C94.4986%20158.722%2093.2341%20159.312%2091.6945%20160.035C91.6975%20160.067%2091.7016%20160.1%2091.7046%20160.132C91.2335%20160.352%2090.7547%20160.577%2090.2873%20160.799C89.8187%20161.09%2091.9866%20160.135%2093.2466%20159.559C92.9868%20159.593%2094.7557%20158.745%2093.8744%20159.067C94.8552%20158.655%2095.8503%20158.245%2096.8368%20157.846C97.5212%20157.431%2098.1887%20157.027%2098.8777%20156.617C99.262%20156.509%2099.6456%20156.402%20100.038%20156.292C101.54%20155.698%20103.044%20155.115%20104.565%20154.538C104.577%20154.567%20104.575%20154.601%20104.594%20154.628C105.54%20154.194%20106.736%20153.678%20106.322%20153.774C105.97%20153.852%20104.241%20154.586%20103.509%20154.866C102.794%20155.138%20103.29%20154.886%20102.344%20155.257C102.347%20155.256%20102.349%20155.255%20102.351%20155.254C102.346%20155.256%20102.342%20155.257%20102.337%20155.259C102.82%20155.033%20103.219%20154.845%20103.674%20154.634C104.459%20154.356%20105.204%20154.097%20105.983%20153.826C106.826%20153.474%20107.684%20153.119%20108.537%20152.769C108.805%20152.707%20109.077%20152.645%20109.34%20152.586C108.853%20152.772%20108.337%20152.972%20107.849%20153.161C107.859%20153.185%20107.874%20153.207%20107.887%20153.23C109.574%20152.581%20110.686%20152.145%20112.35%20151.476C111.817%20151.615%20111.293%20151.752%20110.777%20151.887C111.767%20151.533%20112.789%20151.171%20113.793%20150.819C113.764%20150.763%20113.734%20150.707%20113.705%20150.652C114.246%20150.505%20114.766%20150.368%20115.298%20150.226C115.296%20150.243%20115.295%20150.261%20115.294%20150.278C113.12%20151.105%20113.699%20150.939%20114.99%20150.494C116.102%20150.059%20117.193%20149.636%20118.323%20149.201C118.057%20149.273%20117.797%20149.343%20117.534%20149.414C118.284%20149.104%20118.998%20148.809%20119.743%20148.505C121.618%20147.862%20121.459%20148.025%20123.563%20147.296C123.794%20147.152%20121.323%20148.003%20122.082%20147.676C122.542%20147.479%20123.662%20147.139%20124.248%20146.896C123.508%20147.149%20123.834%20146.971%20123.025%20147.261C121.635%20147.761%20121.028%20148.01%20121.197%20147.866C122.746%20147.286%20123.147%20147.201%20124.239%20146.833C125.029%20146.567%20125.64%20146.298%20126.479%20146.005C125.98%20146.195%20125.484%20146.387%20124.993%20146.576C125.268%20146.542%20125.544%20146.509%20125.826%20146.473C127.588%20145.825%20129.344%20145.184%20131.068%20144.562C131.364%20144.415%20130.475%20144.72%20130.386%20144.716C130.232%20144.709%20131.38%20144.281%20130.219%20144.632C131.241%20144.279%20132.247%20143.935%20133.255%20143.591C133.047%20143.681%20132.843%20143.769%20132.636%20143.858C132.853%20143.798%20133.067%20143.738%20133.286%20143.677C132.785%20143.854%20132.298%20144.027%20131.801%20144.204C131.812%20144.233%20131.823%20144.262%20131.837%20144.29C132.584%20144.026%20133.329%20143.763%20134.093%20143.495C134.076%20143.457%20134.055%20143.42%20134.037%20143.382C135.073%20143.026%20136.08%20142.681%20137.133%20142.323C137.611%20142.161%20138.092%20141.997%20138.577%20141.833C138.436%20141.86%20138.29%20141.888%20138.153%20141.914C138.807%20141.588%20138.512%20141.625%20137.058%20142.106C136.458%20142.304%20135.671%20142.575%20134.698%20142.918C135.208%20142.773%20135.724%20142.626%20136.243%20142.478C135.615%20142.708%20134.997%20142.935%20134.381%20143.162C133.304%20143.502%20133.092%20143.54%20133.176%20143.453C132.425%20143.718%20131.689%20143.977%20130.923%20144.249C130.91%20144.232%20130.894%20144.215%20130.877%20144.199C129.873%20144.544%20128.872%20144.89%20127.869%20145.239C129.379%20144.686%20130.866%20144.146%20132.369%20143.604C132.359%20143.575%20132.346%20143.546%20132.335%20143.517C133.732%20143.018%20133.904%20142.968%20133.924%20143.021C134.428%20142.846%20134.893%20142.684%20135.384%20142.513C135.141%20142.62%20134.898%20142.727%20134.654%20142.834C135.43%20142.559%20136.219%20142.28%20137.02%20141.998C137.482%20141.836%20137.948%20141.672%20138.418%20141.507C138.034%20141.619%20137.508%20141.787%20137.003%20141.948C136.112%20142.233%20135.289%20142.497%20135.317%20142.438C133.007%20143.233%20131.931%20143.653%20130.462%20144.246C130.219%20144.333%20129.98%20144.418%20129.738%20144.504C128.618%20144.859%20127.928%20145.05%20126.297%20145.638C126.538%20145.585%20126.881%20145.493%20127.057%20145.465C125.42%20146.045%20122.901%20147.081%20121.67%20147.52C119.199%20148.401%20121.52%20147.416%20120.992%20147.543C118.408%20148.468%20118.546%20148.543%20116.96%20149.173C115.664%20149.689%20114.389%20150.145%20113.244%20150.592C112.434%20150.909%20112.272%20150.999%20111.664%20151.234C108.8%20152.343%20106.798%20153.016%20103.888%20154.208C104.644%20153.942%20105.422%20153.67%20106.169%20153.414C104.943%20153.897%20103.703%20154.392%20102.487%20154.886C102.459%20154.876%20102.429%20154.867%20102.405%20154.855C101.183%20155.363%2099.9618%20155.879%2098.7479%20156.401C98.7602%20156.43%2098.7759%20156.457%2098.7915%20156.484C98.5407%20156.569%2098.2732%20156.662%2098.0219%20156.748C96.7484%20157.339%2096.0278%20157.696%2094.3976%20158.418C95.1489%20158.114%2095.8933%20157.817%2096.637%20157.524C95.6691%20157.937%2094.6955%20158.361%2093.7311%20158.786C93.6962%20158.781%2093.6586%20158.777%2093.6238%20158.771C92.5381%20159.229%2091.4376%20159.703%2090.3526%20160.18C90.2359%20160.258%2090.1371%20160.329%2090.0122%20160.41C89.2313%20160.793%2088.7095%20161.008%2088.1431%20161.276C87.3288%20161.662%2087.0493%20161.837%2086.409%20162.153C86.322%20162.196%2086.2288%20162.242%2086.1277%20162.29C85.4852%20162.599%2085.1123%20162.752%2084.2954%20163.173C84.2637%20163.167%2084.2441%20163.153%2084.2098%20163.149C83.4246%20163.528%2083.0689%20163.761%2082.4828%20164.065C81.0463%20164.82%2080.2701%20165.154%2078.7467%20166.11C78.9023%20165.987%2079.0822%20165.854%2079.2298%20165.741C78.566%20166.135%2077.4742%20166.854%2077.2571%20167.104C77.1433%20167.224%2077.1135%20167.264%2076.9869%20167.385C76.9144%20167.456%2076.8307%20167.533%2076.6909%20167.685C76.573%20167.833%2076.3466%20168.016%2076.2469%20168.458C76.2637%20168.481%2076.2781%20168.525%2076.298%20168.558C76.2841%20168.848%2076.5098%20169.073%2076.7019%20169.178C76.9086%20169.296%2077.1037%20169.354%2077.3129%20169.408C77.718%20169.506%2078.1054%20169.549%2078.5088%20169.582C79.1559%20169.631%2079.7782%20169.64%2080.4222%20169.637C81.336%20169.625%2080.7941%20169.686%2080.893%20169.714C80.0931%20169.744%2079.2953%20169.755%2078.5004%20169.7C77.946%20169.655%2077.3837%20169.61%2076.8118%20169.375C76.7341%20169.451%2077.7362%20169.783%2078.4898%20169.849C78.96%20169.91%2079.3488%20169.943%2079.2974%20169.985C79.0328%20169.978%2078.743%20169.965%2078.483%20169.945C77.9233%20169.894%2077.3715%20169.851%2076.7504%20169.604C77.0768%20169.763%2077.3138%20169.838%2077.6557%20169.922C77.8515%20169.943%2078.1405%20169.971%2078.48%20169.988C79.2872%20170.031%2080.3169%20170%2080.7969%20169.966C81.438%20169.92%2080.7172%20169.92%2080.987%20169.885C81.1322%20169.866%2081.5862%20169.833%2081.6426%20169.814C81.7886%20169.772%2080.8401%20169.807%2080.9891%20169.759C81.0507%20169.74%2081.6783%20169.689%2081.7137%20169.657C81.7691%20169.614%2081.6272%20169.564%2081.6645%20169.52C82.7754%20169.444%2083.4248%20169.425%2084.4654%20169.32C85.5104%20169.21%2086.1294%20169.096%2087.2386%20168.96C86.7335%20169.052%2086.1939%20169.146%2085.6831%20169.232C86.2036%20169.197%2086.7521%20169.156%2087.2758%20169.113C87.2912%20169.081%2086.9084%20169.085%2087.6554%20168.969C88.09%20168.902%2088.8561%20168.775%2089.1791%20168.729C90.4647%20168.547%2091.0945%20168.483%2092.4029%20168.253C92.6604%20168.19%2092.9164%20168.126%2093.1726%20168.061C93.563%20168.027%2094.0123%20167.981%2094.3671%20167.952C93.4493%20168.104%2091.0514%20168.556%2092.1616%20168.415C93.0091%20168.308%2094.5152%20167.963%2095.5857%20167.827C96.7913%20167.58%2097.9432%20167.334%2099.1012%20167.082C99.3907%20167.053%2098.6209%20167.264%2098.3041%20167.34C97.2078%20167.604%2095.8443%20167.836%2096.022%20167.88C97.3476%20167.629%2098.6288%20167.377%2099.9536%20167.107C99.9667%20167.136%2099.9775%20167.166%2099.9905%20167.195C100.759%20167.044%20101.56%20166.885%20102.338%20166.727C102.277%20166.76%20101.945%20166.854%20101.513%20166.957C101.442%20166.974%20100.757%20167.107%20100.787%20167.117C100.822%20167.128%20101.472%20166.994%20101.517%20166.988C101.83%20166.946%20101.489%20167.036%20101.605%20167.034C101.732%20167.009%20101.859%20166.983%20101.987%20166.957C102.092%20166.915%20102.264%20166.86%20102.326%20166.825C102.069%20166.877%20101.816%20166.928%20101.561%20166.979C101.559%20166.979%20101.558%20166.98%20101.556%20166.98C101.554%20166.97%20101.552%20166.96%20101.55%20166.949C101.808%20166.908%20102.068%20166.866%20102.328%20166.824C104.546%20166.319%20102.128%20166.737%20101.79%20166.764C101.439%20166.794%20102.353%20166.61%20102.354%20166.582C102.351%20166.538%20100.916%20166.763%20101.593%20166.593C102.086%20166.47%20103.759%20166.164%20103.438%20166.282C103.126%20166.398%20103.888%20166.324%20105.432%20166.02C105.711%20165.91%20103.193%20166.387%20104.666%20166.041C105.828%20165.767%20107.21%20165.528%20108.522%20165.225C108.558%20165.155%20109.249%20164.969%20110.843%20164.613C109.619%20164.985%20110.451%20164.909%20113.259%20164.287C113.011%20164.377%20112.758%20164.467%20112.508%20164.556C114.316%20164.164%20116.155%20163.755%20117.958%20163.344C118.233%20163.3%20118.514%20163.253%20118.784%20163.209C119.029%20163.118%20119.275%20163.026%20119.523%20162.934C117.717%20163.361%20115.884%20163.786%20114.075%20164.195C113.783%20164.177%20113.495%20164.158%20113.203%20164.14C113.711%20164.012%20114.248%20163.877%20114.748%20163.749C113.707%20163.982%20112.665%20164.211%20111.629%20164.436C113.698%20163.933%20115.199%20163.585%20117.029%20163.194C118.857%20162.8%20118.089%20162.957%20119.88%20162.525C120.133%20162.464%20120.408%20162.4%20120.699%20162.333C121.496%20162.151%20122.431%20161.943%20123.298%20161.716C123.456%20161.772%20122.707%20162.037%20121.844%20162.334C122.489%20162.186%20123.162%20162.029%20123.789%20161.884C124.709%20161.624%20123.901%20161.792%20124.31%20161.638C124.386%20161.61%20125.52%20161.245%20126.063%20161.087C127.06%20160.798%20129.633%20160.102%20131.046%20159.751C131.08%20159.764%20131.08%20159.785%20131.107%20159.8C132.479%20159.408%20133.802%20159.078%20135.345%20158.671C136.324%20158.413%20136.599%20158.307%20137.702%20158.023C139.552%20157.547%20140.815%20157.269%20142.668%20156.722C142.182%20156.883%20141.664%20157.051%20141.163%20157.214C142.529%20156.849%20143.495%20156.605%20144.685%20156.321C144.948%20156.258%20145.104%20156.219%20145.379%20156.15C145.511%20156.09%20145.653%20156.029%20145.792%20155.968C147.593%20155.484%20149.395%20155.001%20151.196%20154.519C150.752%20154.707%20149.23%20155.192%20152.026%20154.464C151.752%20154.493%20151.481%20154.52%20151.206%20154.549C152.485%20154.204%20153.752%20153.863%20155.037%20153.518C155.297%20153.43%20155.557%20153.341%20155.816%20153.253C155.701%20153.315%20155.548%20153.387%20155.457%20153.442C155.881%20153.368%20156.863%20153.092%20157.289%20153.006C158.189%20152.824%20157.759%20152.983%20159.786%20152.458C158.93%20152.716%20159.65%20152.535%20159.603%20152.585C159.55%20152.635%20157.476%20153.239%20156.733%20153.387C157.203%20153.238%20157.76%20153.069%20158.229%20152.92C157.399%20153.139%20155.855%20153.545%20155.223%20153.728C155.359%20153.691%20156.024%20153.453%20156.529%20153.313C156.21%20153.398%20155.85%20153.496%20155.521%20153.585C155.258%20153.644%20155.004%20153.7%20154.733%20153.761C153.632%20154.083%20152.852%20154.376%20155.223%20153.728C154.588%20153.911%20154.772%20153.905%20153.986%20154.113C152.255%20154.573%20151.403%20154.741%20149.772%20155.215C149.977%20155.134%20148.994%20155.308%20148.247%20155.519C147.499%20155.731%20147.306%20155.811%20146.654%20156C147.335%20155.865%20147.979%20155.739%20148.641%20155.608C149.277%20155.42%20149.919%20155.231%20150.552%20155.043C150.697%20155.049%20150.84%20155.054%20150.981%20155.061C151.487%20154.907%20151.998%20154.752%20152.506%20154.598C152.903%20154.511%20153.28%20154.428%20153.689%20154.338C152.081%20154.851%20155.534%20154.144%20152.526%20154.973C152.185%20155.067%20151.132%20155.3%20150.748%20155.462C150.961%20155.441%20151.302%20155.391%20151.561%20155.36C152.063%20155.229%20152.571%20155.097%20153.075%20154.967C152.698%20155.097%20152.323%20155.227%20151.944%20155.358C150.753%20155.572%20149.555%20155.789%20148.366%20156.004C148.12%20156.101%20147.872%20156.198%20147.625%20156.295C145.839%20156.765%20144.633%20157.037%20142.984%20157.513C142.964%20157.464%20142.944%20157.416%20142.923%20157.367C142.085%20157.594%20141.698%20157.673%20140.986%20157.85C140.688%20157.924%20140.483%20158.003%20140.249%20158.062C138.943%20158.388%20138.016%20158.595%20137.094%20158.797C136.986%20158.878%20136.872%20158.962%20136.765%20159.044C135.979%20159.227%20135.204%20159.407%20134.419%20159.59C133.938%20159.822%20133.463%20160.054%20132.985%20160.285C132.711%20160.334%20132.438%20160.383%20132.161%20160.433C130.549%20160.892%20129.531%20161.072%20127.928%20161.518C127.317%20161.643%20128.625%20161.275%20129.009%20161.162C129.602%20160.988%20130.057%20160.898%20130.538%20160.748C131.021%20160.597%20131.033%20160.531%20132.103%20160.237C131.605%20160.333%20131.116%20160.428%20130.621%20160.523C130.837%20160.441%20131.053%20160.358%20131.269%20160.275C130.124%20160.6%20129.414%20160.757%20128.171%20161.069C128.324%20161.09%20128.118%20161.189%20126.662%20161.581C126.153%20161.619%20124.794%20161.891%20125.02%20161.738C124.196%20162%20123.187%20162.338%20122.41%20162.578C121.8%20162.767%20121.372%20162.887%20120.87%20163.035C120.739%20163.074%20120.602%20163.114%20120.457%20163.158C120.597%20163.124%20120.736%20163.09%20120.875%20163.056C121.251%20162.964%20121.623%20162.873%20122.004%20162.779C122.167%20162.827%20121.493%20163.075%20122.102%20163.012C121.509%20163.147%20121.193%20163.206%20120.924%20163.255C120.473%20163.336%20120.145%20163.389%20118.96%20163.682C119.225%20163.639%20119.496%20163.595%20119.763%20163.551C118.744%20163.82%20117.686%20164.095%20116.669%20164.358C116.574%20164.314%20116.263%20164.354%20118.189%20163.898C117.918%20163.932%20117.647%20163.964%20117.378%20163.997C118.018%20163.834%20118.681%20163.665%20119.316%20163.501C119.837%20163.392%20120.37%20163.279%20120.902%20163.165C121.028%20163.138%20121.154%20163.112%20121.28%20163.085C121.208%20163.082%20121.064%20163.098%20120.891%20163.122C120.311%20163.205%20119.423%20163.368%20119.722%20163.225C119.776%20163.199%20120.41%20163.028%20120.838%20162.905C121.116%20162.826%20121.302%20162.768%20121.163%20162.792C121.049%20162.819%20120.938%20162.846%20120.83%20162.873C118.161%20163.526%20117.417%20163.786%20117.342%20163.909C116.576%20164.091%20115.779%20164.279%20115.008%20164.459C115.131%20164.409%20115.25%20164.36%20115.377%20164.309C116.127%20164.171%20116.925%20163.984%20116.528%20164.02C116.382%20164.034%20115.88%20164.099%20115.677%20164.132C115.002%20164.24%20114.223%20164.395%20112.973%20164.673C113.361%20164.596%20113.746%20164.518%20114.137%20164.438C114.766%20164.418%20115.928%20164.215%20111.874%20165.149C111.885%20165.179%20111.899%20165.208%20111.909%20165.237C112.699%20165.037%20113.448%20164.844%20114.232%20164.64C114.599%20164.678%20112.286%20165.201%20110.742%20165.635C110.531%20165.695%20110.827%20165.714%20110.422%20165.827C109.317%20166.07%20108.527%20166.167%20107.678%20166.343C105.689%20166.752%20104.458%20167.069%20102.562%20167.447C102.376%20167.393%20104.03%20167.087%20105.685%20166.734C105.934%20166.607%20106.153%20166.485%20106.423%20166.354C107.264%20166.175%20109.379%20165.718%20109.369%20165.66C109.363%20165.629%20108.319%20165.825%20109.501%20165.523C108.427%20165.759%20107.409%20165.983%20106.351%20166.209C106.234%20166.276%20106.116%20166.344%20106%20166.411C104.829%20166.64%20103.647%20166.865%20102.451%20167.087C102.988%20167.02%20103.532%20166.951%20104.062%20166.883C103.296%20167.043%20102.489%20167.208%20101.72%20167.362C101.198%20167.51%20100.681%20167.654%20100.177%20167.796C100.828%20167.55%20102.242%20167.191%20100.105%20167.507C100.991%20167.297%20101.899%20167.078%20102.796%20166.858C104.24%20166.609%20107.116%20166.072%20107.102%20165.951C105.524%20166.331%20104.382%20166.497%20102.821%20166.82C100.195%20167.356%20101.147%20167.154%2098.4993%20167.646C97.7492%20167.789%2094.296%20168.473%2093.3857%20168.532C92.8516%20168.644%2092.5826%20168.709%2092.1447%20168.802C93.4671%20168.597%2094.7802%20168.38%2096.0936%20168.153C96.11%20168.182%2096.1277%20168.211%2096.144%20168.239C96.5318%20168.16%2096.934%20168.076%2097.3135%20167.997C97.7103%20167.953%2098.1203%20167.906%2098.5253%20167.86C97.0609%20168.147%2095.5229%20168.438%2094.087%20168.693C92.6384%20168.95%2091.2623%20169.179%2089.8461%20169.398C90.7149%20169.319%2092.1456%20169.096%2093.3851%20168.882C94.4432%20168.702%2096.1229%20168.303%2096.8425%20168.213C97.8661%20168.09%2093.916%20168.88%2095.4648%20168.678C94.6239%20168.829%2093.8653%20168.959%2093.0643%20169.093C93.3106%20169.031%2093.6009%20168.961%2093.824%20168.901C92.36%20169.154%2089.6432%20169.561%2088.7451%20169.639C87.7162%20169.733%2088.7698%20169.582%2088.0806%20169.617C87.4805%20169.651%2085.5516%20169.802%2084.6017%20169.839C84.7173%20169.867%2084.8871%20169.893%2085.0182%20169.92C84.4841%20169.989%2083.9603%20170.051%2083.4152%20170.11C84.2444%20170.026%2084.9872%20169.937%2085.8427%20169.827C85.8575%20169.88%2087.6607%20169.741%2085.2264%20170.052C84.5603%20170.145%2081.4684%20170.366%2080.2547%20170.389C80.123%20170.37%2080.1995%20170.349%2080.1488%20170.33C79.5821%20170.338%2079.03%20170.333%2078.4584%20170.293C78.0258%20170.261%2077.6105%20170.218%2077.1462%20170.108C76.9032%20170.046%2076.6696%20169.98%2076.3775%20169.822C76.1219%20169.683%2075.66%20169.343%2075.5881%20168.727C75.5882%20168.562%2075.5705%20168.684%2075.6633%20168.978C75.7542%20169.278%2076.0611%20169.605%2076.3241%20169.745C76.8527%20170.037%2077.313%20170.07%2077.4337%20170.089C77.534%20170.108%2076.797%20169.92%2076.9418%20169.937C77.3148%20170.036%2078.2322%20170.127%2078.4717%20170.104C78.5293%20170.1%2078.541%20170.091%2078.484%20170.075C78.4806%20170.075%2078.4772%20170.075%2078.4738%20170.075C78.0488%20170.07%2077.6376%20170.054%2077.1779%20169.971C76.9378%20169.923%2076.7072%20169.872%2076.419%20169.729C76.1655%20169.606%2075.7157%20169.281%2075.6476%20168.694C75.6218%20168.127%2075.8477%20167.843%2076.0025%20167.612C76.1784%20167.376%2076.3462%20167.214%2076.5159%20167.059C76.8586%20166.752%2077.2099%20166.5%2077.5594%20166.264C77.31%20166.397%2077.0627%20166.538%2076.819%20166.692C77.0165%20166.495%2077.2234%20166.306%2077.4315%20166.125C78.1302%20165.644%2078.8272%20165.234%2079.5323%20164.836C79.5348%20164.811%2079.5355%20164.787%2079.5381%20164.762C80.6417%20164.126%2081.8011%20163.467%2082.7136%20163.036C82.5804%20163.077%2082.4521%20163.115%2082.3215%20163.154C83.8541%20162.279%2086.103%20161.074%2085.9089%20161.355C85.9371%20161.34%2085.9654%20161.325%2085.9937%20161.31C86.5494%20161.014%2087.1122%20160.717%2087.6781%20160.42C87.5766%20160.516%2087.4758%20160.611%2087.3784%20160.705C88.1109%20160.36%2088.8285%20160.027%2089.5724%20159.685C89.6029%20159.623%2089.5331%20159.61%2089.1318%20159.756C88.5794%20159.955%2087.3321%20160.52%2087.2492%20160.49C89.1789%20159.55%2089.8599%20159.336%2091.3284%20158.683C92.3471%20158.232%2092.9652%20157.917%2093.8964%20157.531C94.6762%20157.208%2094.8305%20157.201%2095.7507%20156.821C97.1037%20156.218%2097.5073%20156.012%2097.5351%20155.938C97.5426%20155.935%2097.55%20155.932%2097.5575%20155.929C97.557%20155.929%2097.5556%20155.929%2097.5551%20155.929C98.042%20155.72%2098.5204%20155.511%2099.0045%20155.305C99.0268%20155.329%2099.046%20155.355%2099.0684%20155.379C100.058%20154.967%20101.038%20154.566%20102.027%20154.166C102.203%20154.157%20101.968%20154.26%20100.585%20154.838C100.858%20154.779%20101.133%20154.72%20101.398%20154.665C102.384%20154.252%20103.37%20153.845%20104.355%20153.442C103.893%20153.676%20103.401%20153.923%20102.934%20154.161C103.916%20153.733%20104.885%20153.314%20105.873%20152.894C105.829%20152.977%20105.621%20153.158%20107.055%20152.616C108.461%20152.087%20107.981%20152.217%20108.186%20152.103C108.933%20151.805%20109.647%20151.524%20110.401%20151.228C110.601%20151.071%20109.461%20151.482%20108.744%20151.699C108.753%20151.655%20108.762%20151.61%20108.772%20151.566C109.285%20151.397%20109.804%20151.226%20110.335%20151.051C110.806%20150.868%20111.283%20150.682%20111.766%20150.496C111.791%20150.519%20111.812%20150.545%20111.837%20150.568C113.059%20150.071%20114.288%20149.577%20115.52%20149.087C115.883%20148.883%20116.227%20148.686%20116.577%20148.488C116.724%20148.477%20116.871%20148.466%20117.019%20148.455C117.528%20148.268%20118.011%20148.075%20118.518%20147.895C118.565%20147.879%20118.553%20147.911%20118.898%20147.782C119.246%20147.652%20119.195%20147.645%20119.259%20147.619C119.636%20147.468%20119.928%20147.376%20120.301%20147.227C121.498%20146.749%20122.11%20146.483%20123.737%20145.902C123.371%20146.067%20123.125%20146.163%20122.258%20146.476C122.529%20146.432%20122.798%20146.389%20123.073%20146.344C122.329%20146.605%20121.556%20146.877%20120.806%20147.144C121.46%20146.948%20121.158%20147.081%20120.859%20147.239C121.688%20146.981%20122.549%20146.671%20123.851%20146.194C123.879%20146.206%20123.903%20146.218%20123.935%20146.228C124.699%20145.95%20125.408%20145.693%20126.166%20145.42C126.148%20145.393%20126.145%20145.361%20126.12%20145.336C123.949%20146.183%20122.076%20146.788%20124.264%20145.945C125.142%20145.607%20126.175%20145.264%20127.193%20144.879C128.062%20144.55%20128.585%20144.307%20129.821%20143.876C129.561%20143.914%20129.284%20143.958%20129.014%20143.999C128.248%20144.272%20127.495%20144.542%20126.754%20144.809C126.761%20144.829%20126.779%20144.844%20126.782%20144.865C126.278%20145.045%20125.767%20145.232%20125.268%20145.412C125.754%20145.208%20126.249%20145.001%20126.737%20144.797C126.236%20144.945%20125.726%20145.096%20125.23%20145.243C125.819%20144.991%20126.443%20144.727%20127.021%20144.48C128.179%20144.134%20129.576%20143.617%20131.22%20143.065C131.453%20142.994%20131.671%20142.928%20131.896%20142.86C131.701%20142.94%20131.512%20143.018%20131.314%20143.099C132.105%20142.869%20132.969%20142.569%20134.283%20142.103C134.249%20142.216%20133.775%20142.429%20131.654%20143.227C131.183%20143.404%20129.545%20143.994%20130.244%20143.793C131.179%20143.451%20132.171%20143.089%20133.129%20142.743C133.544%20142.607%20133.975%20142.466%20134.381%20142.334C134.134%20142.382%20134.34%20142.189%20135.863%20141.722C136.006%20141.679%20136.123%20141.709%20136.838%20141.473C136.895%20141.454%20136.957%20141.433%20137.023%20141.411C137.647%20141.175%20138.256%20140.939%20138.883%20140.701C139.198%20140.606%20139.523%20140.507%20139.83%20140.415C140.564%20140.112%20140.622%20140.063%20139.613%20140.366C140.191%20140.171%20140.774%20139.975%20141.362%20139.778C142.553%20139.348%20143.693%20138.937%20144.881%20138.512C143.605%20138.946%20142.368%20139.369%20141.092%20139.808C141.578%20139.597%20142.077%20139.381%20142.556%20139.173C141.295%20139.638%20140.068%20140.093%20138.808%20140.561C139.3%20140.341%20139.776%20140.127%20140.257%20139.912C141.009%20139.659%20141.78%20139.4%20142.541%20139.145C141.512%20139.453%20140.473%20139.766%20139.463%20140.07C140.965%20139.574%20142.509%20139.067%20144.023%20138.573C144.95%20138.334%20145.859%20138.102%20146.777%20137.867C147.654%20137.559%20148.537%20137.249%20149.406%20136.945C149.682%20136.907%20149.956%20136.869%20150.233%20136.831C148.97%20137.257%20147.711%20137.682%20146.447%20138.112C146.478%20138.035%20146.753%20137.899%20144.891%20138.542C146.158%20138.207%20144.606%20138.79%20143.473%20139.257C144.725%20138.807%20145.977%20138.359%20147.232%20137.912C147.246%20137.94%20147.258%20137.969%20147.271%20137.997C145.723%20138.533%20144.968%20138.821%20143.486%20139.286C143.51%20139.3%20143.478%20139.331%20143.534%20139.336C144.13%20139.114%20145.078%20138.837%20145.358%20138.741C146.665%20138.289%20148.011%20137.744%20149.05%20137.399C151.552%20136.568%20149.369%20137.454%20149.658%20137.378C150.664%20137.111%20151.328%20136.785%20151.474%20136.711C151.871%20136.512%20151.512%20136.589%20153.348%20135.981C152.32%20136.304%20151.318%20136.619%20150.287%20136.945C152.061%20136.347%20153.832%20135.752%20155.593%20135.163C154.744%20135.376%20153.616%20135.719%20151.772%20136.345C151.856%20136.234%20151.428%20136.312%20150.157%20136.675C150.918%20136.424%20151.669%20136.177%20152.422%20135.93C152.37%20136.003%20152.48%20136.005%20153.629%20135.652C153.883%20135.558%20154.143%20135.461%20154.397%20135.367C154.531%20135.344%20154.661%20135.322%20154.795%20135.299C155.781%20134.93%20156.779%20134.557%20157.769%20134.19C155.725%20134.812%20156.923%20134.54%20155.132%20135.116C154.002%20135.48%20153.839%20135.466%20153.942%20135.387C154.451%20135.204%20154.942%20135.03%20155.445%20134.85C152.972%20135.641%20151.056%20136.286%20148.627%20137.143C148.589%20137.101%20149.89%20136.688%20150.513%20136.438C151.072%20136.213%20150.858%20136.219%20151.929%20135.834C154.245%20135.029%20152.272%20135.799%20152.458%20135.745C153.858%20135.339%20155.761%20134.727%20157.353%20134.246C157.353%20134.212%20157.326%20134.189%20157.316%20134.159C157.834%20134.007%20158.315%20133.865%20158.858%20133.707C159.665%20133.386%20160.388%20133.199%20161.077%20132.966C162.593%20132.454%20162.155%20132.498%20163.751%20131.956C163.878%20131.957%20164.034%20131.95%20164.172%20131.948C165.037%20131.641%20163.865%20131.981%20165.289%20131.53C166.019%20131.299%20166.769%20131.063%20167.568%20130.794C167.697%20130.847%20167.069%20131.146%20168.821%20130.644C169.952%20130.244%20171.078%20129.846%20172.207%20129.448C171.447%20129.698%20170.693%20129.945%20169.932%20130.196C170.126%20130.121%20170.322%20130.046%20170.516%20129.971C169.235%20130.336%20168.949%20130.382%20169.075%20130.264C170.083%20129.932%20171.088%20129.601%20172.095%20129.27C172.102%20129.247%20172.088%20129.229%20172.106%20129.203C173.159%20128.839%20173.973%20128.612%20174.807%20128.345C175.944%20127.982%20176.294%20127.82%20177.411%20127.465C177.499%20127.501%20177.801%20127.44%20175.968%20128.036C175.727%20128.181%20175.484%20128.325%20175.246%20128.468C177.25%20127.812%20180.47%20126.689%20180.512%20126.582C180.897%20126.467%20181.283%20126.351%20181.664%20126.237C182.158%20126.044%20182.635%20125.856%20183.143%20125.659C184.2%20125.355%20184.55%20125.262%20183.085%20125.774C181.411%20126.359%20180.102%20126.774%20180.582%20126.724C183.748%20125.693%20183.838%20125.507%20186.858%20124.521C189.213%20123.753%20189.42%20123.646%20191.7%20122.882C192.875%20122.488%20195.279%20121.701%20196.789%20121.235C198.312%20120.765%20199.065%20120.587%20201.025%20119.925C201.573%20119.804%20202.09%20119.69%20202.624%20119.572C202.124%20119.734%20201.625%20119.896%20201.122%20120.059C201.135%20120.098%20201.148%20120.137%20201.16%20120.177C200.524%20120.362%20199.874%20120.552%20199.242%20120.736C197.869%20121.222%20196.593%20121.583%20195.046%20122.089C195.309%20121.939%20196.859%20121.47%20197.713%20121.223C198.333%20120.991%20198.951%20120.759%20199.567%20120.528C197.679%20121.127%20195.776%20121.732%20193.88%20122.336C193.253%20122.594%20192.64%20122.847%20192.02%20123.103C193.151%20122.736%20194.291%20122.366%20195.421%20122C195.822%20121.903%20196.218%20121.808%20196.62%20121.711C195.097%20122.182%20193.555%20122.659%20192.032%20123.131C192.055%20123.179%20192.076%20123.227%20192.099%20123.274C193.937%20122.679%20195.594%20122.117%20197.422%20121.55C197.782%20121.379%20198.141%20121.208%20198.497%20121.038C201.145%20120.219%20200.242%20120.562%20198.953%20121.054C199.935%20120.752%20201.812%20120.089%20202.312%20119.906C202.817%20119.721%20202.451%20119.805%20202.729%20119.708C204.273%20119.162%20206.2%20118.571%20207.617%20118.059C207.258%20118.23%20206.901%20118.399%20206.54%20118.57C205.268%20118.987%20204.012%20119.398%20202.74%20119.814C202.911%20119.845%20205.125%20119.101%20206.179%20118.72C206.315%20118.698%20206.444%20118.678%20206.583%20118.655C207.201%20118.456%20207.765%20118.285%20208.086%20118.153C208.224%20118.096%20208.675%20117.908%20208.656%20117.907C208.387%20117.917%20208.021%20118.03%20209.518%20117.491C209.256%20117.55%20208.991%20117.608%20208.738%20117.664C209.495%20117.409%20210.259%20117.151%20211.012%20116.897C210.773%20117.007%20210.532%20117.118%20210.295%20117.227C211.3%20116.886%20212.304%20116.546%20213.317%20116.203C212.812%20116.371%20212.301%20116.541%20211.797%20116.709C212.017%20116.573%20212.251%20116.432%20212.479%20116.292C213.25%20116.06%20214.018%20115.829%20214.775%20115.601C214.277%20115.773%20213.779%20115.944%20213.279%20116.116C214.3%20115.831%20215.323%20115.544%20216.351%20115.256C216.116%20115.359%20215.879%20115.463%20215.642%20115.567C215.126%20115.723%20214.616%20115.876%20214.107%20116.029C214.117%20116.059%20214.134%20116.086%20214.148%20116.115C216.39%20115.424%20218.023%20114.897%20220.216%20114.156C220.206%20114.126%20220.197%20114.096%20220.187%20114.067C220.807%20113.877%20221.457%20113.679%20222.084%20113.487C222.464%20113.348%20222.842%20113.209%20223.218%20113.071C222.715%20113.223%20222.206%20113.376%20221.695%20113.531C222.817%20113.14%20223.959%20112.744%20225.083%20112.353C225.22%20112.33%20225.356%20112.308%20225.496%20112.285C226.231%20112.035%20226.99%20111.778%20227.721%20111.53C228.201%20111.32%20228.724%20111.096%20229.208%20110.885C231.423%20110.2%20229.579%20110.833%20230.104%20110.725C230.165%20110.714%20231.77%20110.194%20231.519%20110.246C231.559%20110.218%20231.51%20110.218%20231.519%20110.2C231.994%20110.046%20232.462%20109.894%20232.922%20109.744C232.957%20109.732%20232.992%20109.721%20233.027%20109.71C233.044%20109.726%20233.063%20109.741%20233.08%20109.757C234.615%20109.258%20236.113%20108.769%20237.618%20108.274C236.967%20108.456%20236.36%20108.623%20235.739%20108.794C235.746%20108.791%20235.754%20108.789%20235.762%20108.786C235.761%20108.786%20235.76%20108.786%20235.76%20108.787C236.58%20108.51%20237.946%20108.041%20238.615%20107.814C239.276%20107.59%20239.3%20107.59%20239.855%20107.402C239.585%20107.52%20239.361%20107.621%20239.104%20107.733C240.171%20107.429%20241.626%20106.932%20241.437%20107.072C242.239%20106.796%20243.045%20106.485%20243.675%20106.248C243.803%20106.214%20243.929%20106.183%20244.058%20106.148C244.387%20106.038%20244.358%20106.016%20244.415%20105.994C246.294%20105.293%20248.067%20104.733%20249.971%20103.925C250.248%20103.83%20250.475%20103.752%20250.727%20103.657C250.57%20103.685%20250.462%20103.688%20250.32%20103.706C250.489%20103.631%20250.659%20103.553%20250.839%20103.465C251.012%20103.381%20251.153%20103.309%20251.323%20103.213C251.4%20103.169%20251.464%20103.13%20251.522%20103.092C251.598%20103.042%20251.651%20103.001%20251.676%20102.979C251.709%20102.961%20251.687%20102.92%20251.607%20103.131C251.549%20103.271%20251.596%20103.584%20251.711%20103.713C251.789%20103.816%20251.855%20103.851%20251.878%20103.864C251.811%20103.777%20252.031%20103.823%20251.85%20103.724C251.665%20103.64%20251.272%20103.563%20250.644%20103.522C250.926%20103.52%20251.16%20103.523%20251.409%20103.538C251.543%20103.547%20251.658%20103.558%20251.751%20103.572C251.873%20103.589%20251.97%20103.615%20251.999%20103.627C252.015%20103.631%20251.978%20103.633%20251.908%20103.527C251.804%20103.385%20251.877%20103.145%20251.887%20103.155C251.925%20103.105%20251.849%20103.199%20251.772%20103.252C251.674%20103.324%20251.593%20103.375%20251.489%20103.437C251.388%20103.498%20251.253%20103.571%20251.16%20103.62C251.262%20103.585%20251.407%20103.526%20251.519%20103.479C251.632%20103.43%20251.728%20103.39%20251.839%20103.328C251.921%20103.275%20252.005%20103.178%20251.982%20103.21C251.97%20103.199%20251.938%20103.41%20252.016%20103.485C252.059%20103.54%20252.075%20103.532%20252.04%20103.518C251.996%20103.496%20251.88%20103.465%20251.759%20103.446C251.661%20103.43%20251.541%20103.416%20251.402%20103.404C251.156%20103.384%20250.905%20103.376%20250.627%20103.374C250.39%20103.371%20250.114%20103.374%20249.829%20103.381C249.716%20103.421%20249.125%20103.485%20249.09%20103.525C249.076%20103.544%20249.26%20103.554%20249.494%20103.562C249.611%20103.566%20249.74%20103.57%20249.865%20103.574C250.016%20103.578%20250.161%20103.582%20250.287%20103.588C251.138%20103.632%20251.721%20103.637%20250.291%20103.682C249.142%20103.663%20247.884%20103.718%20246.726%20103.776C246.722%20103.807%20246.719%20103.839%20246.714%20103.87C246.159%20103.92%20245.728%20103.961%20245.192%20104.014C245.195%20104.045%20245.172%20104.079%20245.193%20104.107C243.691%20104.257%20244.174%20104.147%20243.49%20104.194C242.801%20104.242%20241.815%20104.379%20240.833%20104.482C240.352%20104.532%20240.098%20104.534%20239.099%20104.66C237.687%20104.837%20234.986%20105.279%20233.315%20105.476C232.915%20105.453%20234.875%20105.132%20234.046%20105.177C234.539%20105.098%20235.107%20105.01%20235.607%20104.932C237.192%20104.74%20235.989%20104.962%20235.559%20105.043C235.135%20105.123%20233.954%20105.301%20234.057%20105.318C236.735%20104.972%20238.987%20104.665%20238.776%20104.572C239.861%20104.452%20240.852%20104.346%20241.966%20104.231C241.688%20104.21%20241.398%20104.19%20241.113%20104.17C240.064%20104.291%20239.167%20104.437%20238.355%20104.498C237.74%20104.596%20239.567%20104.44%20237.518%20104.66C237.224%20104.692%20235.706%20104.823%20235.645%20104.82C235.261%20104.788%20238.189%20104.447%20237.915%20104.394C236.66%20104.544%20237.507%20104.487%20236.653%20104.612C235.549%20104.775%20234.505%20104.939%20233.21%20105.112C233.215%20105.153%20233.22%20105.195%20233.225%20105.236C232.711%20105.297%20232.185%20105.36%20231.649%20105.424C231.638%20105.426%20231.626%20105.427%20231.615%20105.428C231.626%20105.425%20231.637%20105.422%20231.649%20105.419C231.898%20105.352%20232.146%20105.284%20232.39%20105.218C232.142%20105.25%20231.889%20105.282%20231.635%20105.315C231.381%20105.347%20231.125%20105.38%20230.868%20105.413C230.823%20105.399%20230.833%20105.378%20230.755%20105.368C229.048%20105.591%20226.227%20105.943%20225.373%20106.13C224.518%20106.316%20228.175%20105.794%20228.91%20105.732C229.594%20105.644%20230.186%20105.567%20230.815%20105.486C231.085%20105.477%20231.356%20105.467%20231.626%20105.458C231.378%20105.527%20231.134%20105.596%20230.882%20105.666C230.35%20105.704%20229.809%20105.743%20229.258%20105.784C228.707%20105.862%20228.221%20105.932%20227.695%20106.008C227.554%20105.99%20227.413%20105.972%20227.27%20105.954C226.762%20106.053%20226.203%20106.16%20225.706%20106.257C224.56%20106.391%20225.053%20106.284%20224.375%20106.346C223.688%20106.409%20221.488%20106.698%20220.555%20106.83C220.503%20106.858%20220.513%20106.877%20220.483%20106.901C219.991%20106.97%20219.476%20107.042%20218.991%20107.11C218.615%20107.223%20218.639%20107.291%20216.617%20107.562C216.474%20107.55%20216.333%20107.538%20216.19%20107.526C215.502%20107.611%20214.875%20107.688%20214.209%20107.77C215.239%20107.595%20216.305%20107.415%20217.347%20107.24C215.993%20107.443%20214.846%20107.65%20213.734%20107.831C212.259%20108.07%20210.867%20108.254%20211.04%20108.308C209.809%20108.496%20207.738%20108.725%20206.665%20108.866C205.578%20109.008%20204.908%20109.117%20203.906%20109.253C205.095%20109.039%20206.176%20108.863%20207.823%20108.633C207.842%20108.61%20207.866%20108.587%20207.884%20108.565C211.002%20108.101%20210.477%20108.068%20207.409%20108.505C206.753%20108.599%20206.847%20108.648%20206.282%20108.743C205.488%20108.861%20204.669%20108.982%20203.882%20109.099C203.69%20109.181%20203.032%20109.32%20203.126%20109.364C202.248%20109.484%20201.539%20109.574%20200.738%20109.673C200.738%20109.704%20200.74%20109.735%20200.741%20109.767C199.147%20109.998%20198.433%20110.129%20198.413%20110.196C197.366%20110.336%20196.284%20110.481%20195.25%20110.619C195.461%20110.562%20195.668%20110.506%20195.875%20110.45C195.104%20110.472%20194.328%20110.495%20193.548%20110.518C192.096%20110.721%20191.226%20110.806%20190.008%20111.029C189.732%20111.027%20189.465%20111.025%20189.184%20111.024C187.947%20111.25%20187.848%20111.268%20188.855%20111.183C189.678%20111.113%20190.724%20111.036%20192.001%20110.883C192.785%20110.789%20193.054%20110.701%20193.616%20110.65C193.352%20110.714%20193.101%20110.777%20192.84%20110.841C192.158%20110.919%20191.486%20110.996%20190.815%20111.072C188.963%20111.333%20188.278%20111.501%20186.517%20111.76C186.515%20111.745%20186.52%20111.73%20186.518%20111.716C185.723%20111.825%20184.923%20111.936%20184.121%20112.046C184.394%20112.038%20184.671%20112.029%20184.943%20112.021C184.153%20112.136%20183.345%20112.255%20182.562%20112.37C182.586%20112.408%20182.569%20112.453%20182.611%20112.488C181.217%20112.702%20182.291%20112.459%20181.331%20112.616C179.594%20112.9%20177.308%20113.227%20175.898%20113.506C174.711%20113.623%20173.717%20113.775%20171.985%20114.019C170.627%20114.21%20168.494%20114.508%20167.235%20114.696C163.225%20115.292%20160.011%20115.757%20156.057%20116.342C153.553%20116.712%20150.097%20117.272%20148.649%20117.383C147.744%20117.452%20150.313%20117.108%20150.093%20117.085C147.617%20117.434%20146.55%20117.512%20143.762%20117.953C144.817%20117.803%20145.877%20117.652%20146.933%20117.502C146.686%20117.581%20146.426%20117.663%20146.187%20117.742C145.076%20117.913%20144.501%20117.978%20143.396%20118.135C142.705%20118.233%20141.915%20118.371%20141.067%20118.487C140.086%20118.622%20139.622%20118.636%20138.265%20118.858C138.254%20118.88%20138.264%20118.9%20138.26%20118.922C137.336%20119.053%20136.431%20119.181%20135.486%20119.317C135.116%20119.392%20134.147%20119.558%20134.77%20119.489C136.228%20119.327%20138.332%20118.887%20138.291%20119.012C135.282%20119.473%20132.254%20119.94%20129.236%20120.407C127.828%20120.583%20127.919%20120.519%20127.984%20120.444C127.715%20120.506%20127.486%20120.565%20127.181%20120.631C124.995%20121.015%20122.881%20121.233%20121.379%20121.452C119.883%20121.67%20119.921%20121.729%20118.493%20121.924C118.784%20121.839%20119.001%20121.76%20119.26%20121.678C118.51%20121.822%20117.743%20121.969%20116.986%20122.114C117.228%20122.102%20117.488%20122.088%20117.72%20122.078C117.173%20122.166%20116.324%20122.296%20115.849%20122.369C113.975%20122.658%20113.382%20122.734%20111.62%20122.979C111.099%20123.052%20109.641%20123.28%20109.035%20123.355C109.189%20123.408%20108.386%20123.582%20106.69%20123.887C106.68%20123.846%20106.664%20123.806%20106.653%20123.766C105.101%20124.034%20103.496%20124.312%20101.938%20124.583C102.45%20124.479%20102.971%20124.375%20103.488%20124.271C103.08%20124.294%20102.677%20124.316%20102.276%20124.339C102.417%20124.348%20102.557%20124.357%20102.695%20124.367C100.747%20124.679%2098.7242%20125.005%2096.7783%20125.32C96.6493%20125.341%2096.5205%20125.362%2096.3918%20125.383C96.3968%20125.413%2096.4104%20125.443%2096.419%20125.473C95.6217%20125.603%2094.829%20125.731%2094.0436%20125.859C94.7612%20125.695%2094.1261%20125.77%2094.0067%20125.738C94.6643%20125.641%2095.3308%20125.542%2095.9967%20125.444C96.2548%20125.392%2096.5135%20125.34%2096.773%20125.288C97.157%20125.21%2097.5428%20125.132%2097.9313%20125.054C97.5396%20125.098%2097.1469%20125.142%2096.7566%20125.186C96.6182%20125.201%2096.4801%20125.217%2096.3425%20125.232C96.4794%20125.212%2096.6166%20125.191%2096.754%20125.17C97.6622%20125.032%2098.5805%20124.893%2099.5021%20124.753C98.9759%20124.827%2098.45%20124.901%2097.9284%20124.975C97.9127%20124.946%2097.8969%20124.917%2097.8848%20124.888C97.4893%20124.952%2097.1088%20125.016%2096.7394%20125.079C95.0401%20125.37%2093.5961%20125.642%2091.972%20125.848C92.1237%20125.887%2092.2766%20125.925%2092.4287%20125.964C90.4613%20126.295%2089.7877%20126.366%2088.4527%20126.536C87.4898%20126.658%2086.7612%20126.751%2086.1188%20126.922C85.4203%20127.107%2087.0869%20126.771%2087.6765%20126.694C86.6874%20126.89%2087.1375%20126.854%2086.5001%20127.001C85.7966%20127.164%2084.962%20127.298%2086.5584%20127.085C87.977%20126.809%2089.4267%20126.529%2090.8481%20126.254C90.9395%20126.302%2091.2547%20126.287%2089.3393%20126.597C89.3371%20126.629%2089.3349%20126.661%2089.3328%20126.693C88.0383%20126.905%2086.7056%20127.124%2085.4188%20127.336C85.4155%20127.316%2085.3656%20127.303%2085.3873%20127.279C83.6762%20127.549%2084.0362%20127.545%2082.4311%20127.828C81.6103%20127.973%2079.9668%20128.277%2078.6005%20128.493C77.2528%20128.705%2075.4699%20128.924%2073.5799%20129.285C74.0598%20129.17%2074.5981%20129.049%2075.1006%20128.932C74.1774%20129.109%2073.2363%20129.289%2072.3011%20129.468C71.3943%20129.612%2070.5203%20129.751%2069.6016%20129.897C69.8724%20129.872%2070.1467%20129.846%2070.4161%20129.822C69.3563%20130.002%2068.3022%20130.182%2067.2625%20130.361C67.5085%20130.276%2067.7579%20130.191%2068.0052%20130.106C67.6085%20130.184%2067.2195%20130.261%2066.8224%20130.34C66.819%20130.319%2066.8228%20130.298%2066.8194%20130.278C65.632%20130.482%2064.4653%20130.683%2063.2961%20130.885C63.2709%20130.869%2063.2477%20130.852%2063.2226%20130.836C62.5677%20130.939%2061.9166%20131.042%2061.2705%20131.144C59.4389%20131.538%2056.9894%20131.954%2054.6107%20132.404C55.0196%20132.363%2055.4354%20132.322%2055.8478%20132.281C56.4893%20132.158%2057.1474%20132.031%2057.779%20131.91C57.7915%20131.94%2057.8006%20131.97%2057.8095%20132C57.1672%20132.122%2056.5014%20132.249%2055.8491%20132.374C55.3165%20132.448%2054.7903%20132.521%2054.2671%20132.594C52.8164%20132.87%2051.403%20133.142%2049.9487%20133.422C50.0748%20133.378%2050.1983%20133.335%2050.3248%20133.291C49.9312%20133.361%2049.5356%20133.432%2049.1452%20133.501C49.0164%20133.546%2048.8853%20133.591%2048.7604%20133.634C45.1472%20134.289%2041.7643%20134.838%2038.5658%20135.509C36.0483%20135.884%2033.67%20136.363%2030.5029%20136.942C29.7222%20137.084%2028.8763%20137.276%2027.9884%20137.408C27.9419%20137.438%2027.9634%20137.455%2027.942%20137.481C26.758%20137.682%2025.5827%20137.883%2024.3993%20138.085C22.1757%20138.602%2021.2633%20138.729%2018.8268%20139.145C17.4059%20139.387%2016.4606%20139.544%2014.8747%20139.834C14.1492%20139.967%2014.8879%20139.931%2013.0396%20140.244C12.9855%20140.214%2013.0058%20140.166%2012.9801%20140.129C11.7538%20140.395%2011.1572%20140.502%2010.6157%20140.551C12.201%20140.25%2013.1701%20140.075%2012.9481%20140.039C13.4627%20139.94%2013.9718%20139.842%2014.4815%20139.744C14.6966%20139.643%2015.4841%20139.47%2014.0789%20139.695C11.8642%20140.141%209.64501%20140.588%207.43059%20141.036C7.06791%20141.029%2010.015%20140.39%2010.498%20140.223C8.47671%20140.607%207.97684%20140.657%208.09417%20140.558C7.19538%20140.724%206.72059%20140.831%206.17344%20140.96C5.05462%20141.222%205.28888%20141.233%203.4295%20141.584C3.57386%20141.525%203.68166%20141.473%203.83669%20141.411C2.80015%20141.572%203.85894%20141.329%203.97484%20141.275C4.08983%20141.221%203.13536%20141.406%202.938%20141.426C2.35822%20141.485%202.58715%20141.423%200.997145%20141.734C0.973067%20141.686%200.948665%20141.638%200.924553%20141.59C1.32033%20141.524%201.71604%20141.458%202.11188%20141.392C1.9734%20141.387%201.82805%20141.384%201.69316%20141.378C3.60306%20140.986%205.60215%20140.59%207.55926%20140.214C8.1485%20140.101%208.7716%20140.002%209.09814%20139.942C11.9748%20139.408%2012.683%20139.251%2015.6736%20138.661C16.2596%20138.545%2018.0915%20138.243%2019.3814%20137.98C19.823%20137.89%2020.102%20137.792%2021.1237%20137.591C22.3504%20137.35%2024.8702%20136.914%2026.4219%20136.621C27.6874%20136.383%2029.0438%20136.102%2030.3191%20135.86C30.3336%20135.878%2030.3376%20135.899%2030.345%20135.918C31.6442%20135.646%2032.9432%20135.375%2034.2422%20135.105C35.9419%20134.8%2037.6394%20134.497%2039.3481%20134.193C39.3661%20134.211%2039.3877%20134.227%2039.4022%20134.246C40.78%20133.967%2041.5524%20133.856%2042.9319%20133.604C44.3295%20133.35%2045.3166%20133.123%2046.8362%20132.867C47.3792%20132.801%2047.9193%20132.737%2048.4503%20132.673C48.318%20132.655%2048.1384%20132.643%2048.0386%20132.62C49.0975%20132.409%2050.6668%20132.174%2051.4835%20132.028C54.0282%20131.574%2055.9407%20131.186%2058.2431%20130.83C59.1591%20130.688%2060.3018%20130.569%2060.9739%20130.459C63.7902%20129.999%2063.9961%20129.878%2065.7243%20129.551C66.7308%20129.361%2066.6817%20129.407%2067.3001%20129.3C70.5806%20128.731%2073.5395%20128.159%2076.7366%20127.613C79.9131%20127.069%2083.1965%20126.616%2086.1551%20126.137C88.5302%20125.752%2089.223%20125.575%2091.3659%20125.282C91.348%20125.263%2091.3654%20125.24%2091.3801%20125.217C92.4839%20125.036%2093.8661%20124.808%2094.8813%20124.645C95.582%20124.532%2096.0079%20124.487%2096.4707%20124.413C96.5232%20124.404%2096.5755%20124.396%2096.6277%20124.387C97.9212%20124.173%2099.0794%20123.925%20100.327%20123.738C101.88%20123.506%20102.083%20123.536%20103.975%20123.213C103.97%20123.229%20103.993%20123.239%20103.999%20123.253C104.403%20123.184%20104.81%20123.115%20105.212%20123.047C105.472%20123.026%20105.737%20123.005%20105.999%20122.984C106.381%20122.891%20106.768%20122.797%20107.153%20122.705C106.36%20122.82%20105.577%20122.935%20104.782%20123.051C105.824%20122.879%20106.854%20122.709%20107.9%20122.537C108.692%20122.417%20109.49%20122.297%20110.271%20122.179C110.296%20122.195%20110.324%20122.212%20110.348%20122.228C111.116%20122.106%20111.892%20121.983%20112.667%20121.861C112.518%20121.808%20113.45%20121.671%20115.046%20121.423C115.577%20121.36%20116.106%20121.298%20116.64%20121.235C116.364%20121.247%20116.094%20121.258%20115.822%20121.269C116.604%20121.125%20117.389%20120.98%20118.18%20120.835C119.111%20120.731%20120.041%20120.628%20120.976%20120.524C120.838%20120.514%20120.692%20120.504%20120.558%20120.494C121.435%20120.345%20121.813%20120.319%20122.504%20120.213C123.198%20120.107%20123.371%20120.054%20124.113%20119.938C125.217%20119.765%20126.502%20119.567%20127.651%20119.389C127.668%20119.407%20127.677%20119.427%20127.687%20119.446C127.949%20119.406%20128.211%20119.365%20128.473%20119.324C128.47%20119.304%20128.489%20119.28%20128.476%20119.262C130.541%20118.916%20132.068%20118.668%20134.312%20118.33C140.483%20117.4%20146.472%20116.432%20152.49%20115.615C154.673%20115.237%20156.774%20114.9%20159.271%20114.531C158.737%20114.579%20158.201%20114.628%20157.661%20114.678C158.715%20114.53%20159.762%20114.383%20160.818%20114.235C161.227%20114.205%20161.638%20114.175%20162.048%20114.146C162.425%20114.026%20162.802%20113.906%20163.179%20113.787C165.55%20113.48%20163.98%20113.773%20164.028%20113.849C165.912%20113.567%20168.127%20113.238%20169.922%20112.97C170.653%20112.86%20171.105%20112.821%20171.488%20112.763C173.338%20112.479%20174.551%20112.229%20176.296%20112.023C177.058%20111.88%20177.856%20111.732%20178.614%20111.591C179.413%20111.497%20179.791%20111.474%20180.654%20111.37C181.674%20111.248%20182.467%20111.114%20182.255%20111.212C183.3%20111.07%20184.364%20110.926%20185.408%20110.784C185.408%20110.753%20185.409%20110.721%20185.412%20110.69C185.917%20110.615%20186.427%20110.54%20186.929%20110.466C186.932%20110.435%20186.93%20110.404%20186.932%20110.372C187.715%20110.268%20188.526%20110.161%20189.316%20110.057C189.485%20109.958%20191.601%20109.573%20191.677%20109.682C191.155%20109.763%20190.631%20109.845%20190.105%20109.926C190.629%20109.856%20191.147%20109.786%20191.667%20109.716C191.682%20109.745%20191.698%20109.774%20191.709%20109.804C193.308%20109.594%20194.949%20109.265%20194.848%20109.224C195.508%20109.15%20196.166%20109.075%20196.839%20108.999C199.096%20108.627%20199.84%20108.485%20199.556%20108.421C200.322%20108.322%20201.132%20108.218%20201.911%20108.118C201.942%20108.133%20201.978%20108.148%20202.014%20108.162C202.934%20108.053%20203.815%20107.949%20204.749%20107.838C205.139%20107.752%20205.531%20107.665%20205.918%20107.578C205.408%20107.65%20204.898%20107.721%20204.383%20107.794C203.939%20107.826%20203.522%20107.855%20203.088%20107.886C201.393%20108.127%20199.665%20108.374%20197.972%20108.617C198.709%20108.603%20198.754%20108.63%20196.835%20108.97C196.684%20108.928%20196.532%20108.887%20196.381%20108.845C195.46%20109.02%20194.568%20109.191%20193.652%20109.365C193.779%20109.326%20193.911%20109.286%20194.038%20109.247C191.886%20109.554%20190.483%20109.712%20188.487%20110.051C188.644%20109.932%20188.403%20109.905%20186.445%20110.128C185.531%20110.282%20184.616%20110.436%20183.692%20110.592C184.489%20110.486%20185.287%20110.38%20186.077%20110.276C186.095%20110.347%20186.123%20110.416%20186.138%20110.488C184.246%20110.745%20182.148%20111.054%20180.296%20111.308C179.637%20111.399%20179.486%20111.392%20179.032%20111.45C177.716%20111.617%20177.25%20111.7%20177.379%20111.614C176.61%20111.738%20175.826%20111.865%20175.045%20111.991C175.136%20112.047%20175.275%20112.083%20173.49%20112.378C173.471%20112.35%20173.454%20112.321%20173.436%20112.292C172.939%20112.365%20172.443%20112.437%20171.945%20112.51C171.921%20112.493%20171.897%20112.477%20171.869%20112.46C171.363%20112.535%20170.859%20112.609%20170.349%20112.684C170.313%20112.669%20170.281%20112.653%20170.245%20112.638C169.463%20112.755%20168.696%20112.869%20167.921%20112.984C167.909%20113.006%20167.894%20113.029%20167.879%20113.052C166.972%20113.197%20166.062%20113.343%20165.151%20113.489C163.747%20113.658%20163.486%20113.609%20161.568%20113.901C161.685%20113.841%20161.803%20113.781%20161.92%20113.722C161.001%20113.87%20160.078%20114.019%20159.162%20114.167C158.747%20114.332%20161.788%20113.933%20161.608%20114.053C159.717%20114.294%20158.084%20114.588%20156.071%20114.885C156.593%20114.79%20157.119%20114.695%20157.64%20114.601C156.95%20114.679%20156.26%20114.757%20155.565%20114.835C154.934%20114.936%20154.301%20115.036%20153.67%20115.136C155.034%20114.86%20155.911%20114.663%20154.005%20114.88C153.89%20114.95%20153.77%20115.021%20153.655%20115.091C152.602%20115.25%20151.549%20115.41%20150.495%20115.569C150.242%20115.65%20149.991%20115.73%20149.737%20115.81C147.225%20116.135%20148.633%20115.905%20149.598%20115.689C147.443%20115.866%20150.579%20115.477%20151.671%20115.359C152.231%20115.276%20152.262%20115.237%20152.032%20115.258C150.945%20115.356%20148.997%20115.669%20147.293%20115.928C147.561%20115.919%20147.841%20115.908%20148.113%20115.899C147.328%20116.034%20146.539%20116.17%20145.754%20116.305C145.755%20116.315%20145.757%20116.326%20145.758%20116.336C146.293%20116.281%20146.827%20116.226%20147.362%20116.171C145.781%20116.411%20144.198%20116.652%20142.618%20116.894C142.076%20116.913%20144.339%20116.502%20145.744%20116.291C145.66%20116.222%20144.433%20116.389%20142.554%20116.682C142.562%20116.712%20142.571%20116.743%20142.583%20116.773C140.443%20117.076%20138.43%20117.412%20136.266%20117.741C135.362%20117.953%20134.46%20118.166%20133.555%20118.379C132.625%20118.491%20131.692%20118.603%20130.765%20118.715C131.491%20118.595%20132.718%20118.458%20133.121%20118.365C133.523%20118.272%20133.872%20118.178%20133.899%20118.136C131.659%20118.493%20130.273%20118.758%20128.796%20119.051C127.891%20119.149%20126.829%20119.291%20126.09%20119.353C125.612%20119.394%20125.855%20119.334%20124.405%20119.575C124.68%20119.563%20124.952%20119.553%20125.224%20119.542C124.297%20119.697%20123.376%20119.851%20122.447%20120.006C122.592%20120.004%20122.745%20120.002%20122.889%20120C122.095%20120.124%20121.301%20120.248%20120.511%20120.371C120.759%20120.28%20121.008%20120.188%20121.257%20120.097C120.214%20120.301%20119.179%20120.506%20118.139%20120.711C118.26%20120.65%20118.379%20120.589%20118.498%20120.528C118.24%20120.577%20117.973%20120.627%20117.715%20120.675C117.311%20120.709%20116.904%20120.744%20116.498%20120.778C117.554%20120.613%20118.612%20120.447%20119.659%20120.283C118.476%20120.437%20117.27%20120.594%20116.075%20120.751C115.046%20120.961%20113.246%20121.247%20113.297%20121.312C112.797%20121.391%20112.298%20121.472%20111.804%20121.551C111.801%20121.582%20111.801%20121.614%20111.799%20121.646C111.271%20121.724%20110.744%20121.802%20110.219%20121.879C110.467%20121.793%20110.715%20121.706%20110.963%20121.619C109.781%20121.858%20108.605%20122.097%20107.402%20122.34C106.21%20122.529%20104.73%20122.777%20103.609%20122.944C102.899%20123.05%20102.475%20123.076%20101.982%20123.152C100.556%20123.371%20100.775%20123.33%2099.3323%20123.541C98.7872%20123.621%2097.6631%20123.797%2096.5598%20123.967C95.2495%20124.168%2093.9704%20124.36%2093.6096%20124.385C94.0796%20124.266%2094.6137%20124.138%2095.1246%20124.013C94.2267%20124.128%2093.7157%20124.173%2092.7122%20124.308C91.699%20124.445%2090.8676%20124.6%2091.1149%20124.491C90.5788%20124.576%2090.0742%20124.661%2089.5509%20124.746C89.5341%20124.733%2089.5177%20124.721%2089.5725%20124.697C90.8557%20124.424%2091.7355%20124.253%2093.9196%20123.907C95.1456%20123.713%2095.6667%20123.648%2096.4825%20123.487C96.6583%20123.452%2096.8484%20123.413%2097.0636%20123.366ZM141.082%20158.075C141.077%20158.098%20141.073%20158.121%20141.067%20158.143C141.709%20157.97%20142.354%20157.795%20142.995%20157.622C142.727%20157.665%20142.462%20157.708%20142.194%20157.751C143.222%20157.481%20144.25%20157.212%20145.278%20156.942C145.554%20156.913%20145.83%20156.883%20146.105%20156.854C145.078%20157.124%20144.045%20157.395%20143.014%20157.665C143.026%20157.694%20143.032%20157.725%20143.04%20157.755C141.89%20158.057%20140.734%20158.361%20139.58%20158.663C139.437%20158.679%20139.297%20158.693%20139.154%20158.709C138.906%20158.789%20138.659%20158.869%20138.412%20158.949C137.637%20159.158%20136.86%20159.367%20136.083%20159.575C136.828%20159.333%20137.576%20159.089%20138.319%20158.846C137.804%20158.954%20137.295%20159.06%20136.777%20159.168C138.354%20158.756%20139.059%20158.541%20139.064%20158.474C139.741%20158.34%20140.411%20158.208%20141.082%20158.075ZM146.134%20156.928C146.009%20156.966%20145.878%20157.005%20145.753%20157.044C145.361%20157.131%20144.968%20157.217%20144.576%20157.304C144.705%20157.265%20144.832%20157.226%20144.958%20157.188C145.35%20157.101%20145.742%20157.014%20146.134%20156.928ZM150.796%20155.706C150.788%20155.687%20151.518%20155.496%20151.526%20155.515C151.535%20155.533%20150.803%20155.724%20150.796%20155.706ZM177.9%20149.023C177.895%20149.003%20178.639%20148.846%20178.643%20148.865C178.652%20148.883%20177.906%20149.041%20177.9%20149.023ZM184.883%20147.728C184.369%20147.805%20183.84%20147.891%20183.332%20147.977C183.33%20147.967%20183.328%20147.957%20183.326%20147.947C183.835%20147.86%20184.364%20147.774%20184.878%20147.697C184.88%20147.707%20184.881%20147.718%20184.883%20147.728ZM181.723%20153.937C181.742%20153.947%20181.239%20154.496%20181.222%20154.485C181.207%20154.473%20181.711%20153.923%20181.723%20153.937ZM129.115%20161.327C129.109%20161.309%20129.845%20161.121%20129.85%20161.139C129.858%20161.158%20129.12%20161.347%20129.115%20161.327ZM162.39%20152.68C162.382%20152.662%20163.114%20152.477%20163.12%20152.496C163.129%20152.514%20162.396%20152.699%20162.39%20152.68ZM93.0879%20169.279C92.5658%20169.366%2092.0218%20169.455%2091.5044%20169.537C91.6457%20169.474%2091.0211%20169.554%2090.6792%20169.571C91.4788%20169.448%2092.2662%20169.321%2093.0629%20169.188C93.0716%20169.218%2093.0827%20169.248%2093.0879%20169.279ZM114.272%20164.823C114.294%20164.838%20114.316%20164.854%20114.338%20164.87C114.85%20164.751%20115.339%20164.638%20115.849%20164.518C115.857%20164.538%20115.863%20164.558%20115.868%20164.578C115.343%20164.701%20114.838%20164.82%20114.309%20164.942C114.034%20164.963%20113.755%20164.985%20113.482%20165.005C113.742%20164.945%20114.004%20164.885%20114.267%20164.824C114.268%20164.824%20114.27%20164.823%20114.272%20164.823ZM165.01%20172.302C164.296%20173.249%20163.448%20174.394%20163.482%20174.199C163.733%20173.889%20163.993%20173.572%20164.26%20173.252C164.512%20172.929%20164.756%20172.62%20165.01%20172.302ZM149.951%20155.781C150.111%20155.771%20149.474%20156.011%20148.439%20156.274C148.428%20156.245%20148.414%20156.216%20148.406%20156.186C148.921%20156.051%20149.433%20155.917%20149.951%20155.781ZM81.8502%20170.667C81.3161%20170.699%2080.7504%20170.725%2080.2043%20170.734C80.2005%20170.724%2080.2015%20170.713%2080.2013%20170.703C80.7472%20170.693%2081.314%20170.668%2081.8484%20170.636C81.849%20170.646%2081.8496%20170.657%2081.8502%20170.667ZM185.428%20149.825C185.046%20150.37%20183.709%20151.82%20183.898%20151.575C184.348%20151.02%20185.616%20149.575%20185.428%20149.825ZM96.2234%20168.637C96.2308%20168.657%2096.2381%20168.677%2096.2418%20168.697C95.722%20168.792%2095.1845%20168.887%2094.6593%20168.979C95.0439%20168.891%2095.4534%20168.797%2095.832%20168.708C95.9618%20168.684%2096.0923%20168.661%2096.2234%20168.637ZM98.6201%20168.255C98.3575%20168.305%2098.0872%20168.356%2097.8248%20168.405C97.8154%20168.375%2097.8012%20168.346%2097.7955%20168.315C98.0577%20168.266%2098.3274%20168.215%2098.5907%20168.165C98.6001%20168.195%2098.6071%20168.226%2098.6201%20168.255ZM166.057%20171.068C166.405%20170.655%20166.759%20170.242%20167.108%20169.839C167.134%20169.857%20167.162%20169.873%20167.185%20169.893C166.837%20170.295%20166.485%20170.707%20166.136%20171.119C166.11%20171.102%20166.081%20171.088%20166.057%20171.068ZM161.242%20177.587C160.998%20178.028%20161.459%20177.33%20160.42%20179.082C160.349%20178.995%20161.705%20176.535%20163.014%20174.868C163.047%20174.892%20163.088%20174.91%20163.12%20174.934C162.477%20175.796%20161.832%20176.587%20161.242%20177.587ZM126.745%20161.882C125.897%20162.103%20125.217%20162.261%20124.422%20162.45C123.63%20162.64%20122.814%20162.844%20122.842%20162.796C123.875%20162.54%20124.911%20162.28%20125.938%20162.021C126.191%20161.936%20126.449%20161.849%20126.703%20161.763C126.717%20161.803%20126.735%20161.841%20126.745%20161.882ZM78.7305%20165.056C79.2144%20164.714%2079.5281%20164.498%2079.364%20164.536C80.0744%20164.124%2080.7847%20163.736%2081.5028%20163.354C81.5256%20163.389%2081.5516%20163.422%2081.5744%20163.457C80.6243%20163.963%2079.6643%20164.491%2078.7305%20165.056ZM85.0873%20170.353C84.5414%20170.392%2084.0124%20170.424%2083.4577%20170.452C84.0068%20170.404%2084.5333%20170.351%2085.0733%20170.292C85.0792%20170.312%2085.0851%20170.333%2085.0873%20170.353ZM99.4088%20168.056C99.4012%20168.038%20100.156%20167.891%20100.157%20167.911C100.167%20167.929%2099.4104%20168.076%2099.4088%20168.056ZM183.421%20152.208C183.555%20152.226%20181.518%20154.431%20180.265%20155.774C180.694%20155.267%20181.142%20154.736%20181.567%20154.225C182.195%20153.554%20182.798%20152.902%20183.421%20152.208ZM172.368%20150.026C171.814%20150.199%20171.462%20150.317%20171.636%20150.327C171.38%20150.387%20171.123%20150.448%20170.864%20150.51C170.847%20150.471%20170.834%20150.431%20170.821%20150.391C171.343%20150.267%20171.84%20150.149%20172.368%20150.026ZM77.6175%20170.532C77.6192%20170.52%2078.2694%20170.594%2078.4357%20170.613C78.4564%20170.616%2078.4684%20170.619%2078.4687%20170.622C78.4689%20170.624%2078.4565%20170.626%2078.4348%20170.626C78.2674%20170.633%2077.6194%20170.555%2077.6175%20170.532ZM88.3064%20169.903C88.2973%20169.885%2089.0604%20169.777%2089.0661%20169.796C89.069%20169.816%2088.308%20169.923%2088.3064%20169.903ZM111.596%20150.057C112.85%20149.593%20114.104%20149.135%20115.365%20148.679C114.118%20149.163%20112.878%20149.649%20111.64%20150.141C111.625%20150.113%20111.608%20150.086%20111.596%20150.057ZM167.456%20187.564C166.685%20187.51%20167.358%20187.609%20166.574%20187.553C166.113%20187.517%20165.49%20187.46%20164.88%20187.348C163.192%20186.994%20162.643%20186.807%20161.273%20186.036C161.775%20186.391%20162.327%20186.656%20162.889%20186.864C162.876%20186.926%20162.858%20186.985%20162.845%20187.046C162.27%20186.845%20161.705%20186.592%20161.17%20186.231C162.149%20186.858%20161.744%20186.81%20163.689%20187.406C163.66%20187.383%20162.746%20187.082%20163.244%20187.214C164.479%20187.516%20164.902%20187.581%20165.65%20187.615C166.364%20187.69%20169.91%20187.772%20167.456%20187.564ZM99.7128%20154.868C100.535%20154.534%20100.995%20154.366%20101.937%20153.968C101.959%20154.003%20101.982%20154.039%20102.005%20154.074C101.503%20154.283%20101.036%20154.479%20100.529%20154.692C100.254%20154.752%2099.9828%20154.81%2099.7128%20154.868ZM96.0265%20156.462C96.2688%20156.355%2096.5148%20156.247%2096.763%20156.138C96.8399%20156.153%2097.4278%20155.936%2097.5551%20155.929C97.5483%20155.932%2097.5416%20155.935%2097.5348%20155.938C97.5349%20155.938%2097.535%20155.938%2097.5351%20155.938C97.0601%20156.143%2096.5665%20156.361%2096.0902%20156.57C96.0668%20156.535%2096.0466%20156.498%2096.0265%20156.462ZM187.494%20146.938C187.493%20146.933%20187.447%20146.735%20187.459%20146.744C187.461%20146.752%20187.432%20146.853%20187.421%20146.849C187.413%20146.848%20187.432%20146.746%20187.429%20146.743C187.417%20146.738%20187.474%20146.941%20187.494%20146.938ZM184.123%20151.592C183.561%20152.201%20184.668%20150.803%20184.898%20150.534C185.438%20149.925%20184.388%20151.314%20184.123%20151.592ZM160.362%20185.607C160.557%20185.641%20159.278%20184.733%20159.329%20182.579C159.239%20183.603%20159.607%20184.802%20160.362%20185.607ZM76.5941%20166.488C77.0678%20166.096%2077.5332%20165.779%2078.0029%20165.474C78.0118%20165.481%2078.0185%20165.489%2078.0242%20165.498C77.5551%20165.802%2077.0907%20166.118%2076.6185%20166.509C76.6086%20166.503%2076.6008%20166.496%2076.5941%20166.488ZM85.0876%20170.243C85.0781%20170.225%2085.8459%20170.139%2085.852%20170.157C85.853%20170.177%2085.0882%20170.264%2085.0876%20170.243ZM92.2465%20169.26C91.2047%20169.429%2090.1159%20169.598%2089.0694%20169.748C89.0679%20169.738%2089.0664%20169.727%2089.0649%20169.717C90.1112%20169.567%2091.1999%20169.398%2092.2415%20169.229C92.2432%20169.239%2092.2448%20169.249%2092.2465%20169.26ZM129.644%20143.443C130.939%20143.019%20131.607%20142.77%20132.945%20142.278C134.142%20141.884%20135.281%20141.513%20136.479%20141.123C134.52%20141.887%20132.646%20142.454%20130.453%20143.289C130.18%20143.341%20129.915%20143.391%20129.644%20143.443ZM125.12%20145.067C125.619%20144.886%20126.13%20144.702%20126.635%20144.52C126.642%20144.529%20126.645%20144.539%20126.648%20144.549C126.143%20144.731%20125.632%20144.915%20125.133%20145.096C125.126%20145.087%20125.124%20145.077%20125.12%20145.067ZM110.319%20165.595C108.754%20165.944%20107.917%20166.157%20107.999%20166.204C109.569%20165.862%20110.4%20165.641%20110.319%20165.595ZM122.751%20162.528C123.726%20162.288%20123.96%20162.278%20124.324%20162.217C124.939%20162.115%20125.379%20162.039%20125.16%20162.152C125.158%20162.153%20125.156%20162.153%20125.155%20162.153C123.154%20162.666%20123.855%20162.455%20123.571%20162.47C123.293%20162.483%20122.529%20162.641%20122.751%20162.528ZM144.053%20138.563C145.061%20138.186%20146.043%20137.819%20147.044%20137.447C146.554%20137.657%20146.07%20137.866%20145.586%20138.074C145.088%20138.232%20144.56%20138.401%20144.053%20138.563ZM78.5107%20170.531C78.5044%20170.515%2079.3174%20170.547%2079.3148%20170.563C79.3199%20170.587%2078.5076%20170.555%2078.5107%20170.531ZM187.229%20147.413C187.342%20147.196%20187.411%20147.042%20187.463%20146.873C187.521%20146.738%20187.434%20146.657%20187.55%20146.944C187.57%20146.937%20187.59%20146.93%20187.608%20146.92C187.5%20146.659%20187.583%20146.747%20187.525%20146.886C187.472%20147.06%20187.401%20147.218%20187.287%20147.437C187.267%20147.43%20187.247%20147.423%20187.229%20147.413ZM121.402%20146.508C121.904%20146.307%20122.392%20146.111%20122.882%20145.915C122.896%20145.943%20122.913%20145.97%20122.923%20146C122.8%20146.045%20122.673%20146.091%20122.551%20146.136C122.175%20146.257%20121.789%20146.382%20121.402%20146.508ZM104.07%20167.009C103.809%20167.063%20103.553%20167.116%20103.29%20167.17C103.282%20167.15%20103.275%20167.131%20103.27%20167.11C103.533%20167.056%20103.789%20167.003%20104.05%20166.949C104.058%20166.969%20104.066%20166.988%20104.07%20167.009ZM180.83%20187.293C180.821%20187.273%20181.579%20187.218%20181.579%20187.239C181.587%20187.257%20180.823%20187.312%20180.83%20187.293ZM147.823%20137.216C148.598%20136.987%20149.358%20136.763%20150.134%20136.535C149.371%20136.791%20148.624%20137.044%20147.862%20137.302C147.849%20137.273%20147.84%20137.243%20147.823%20137.216ZM163.814%20152.095C163.806%20152.077%20163.075%20152.261%20163.083%20152.279C163.088%20152.299%20163.818%20152.115%20163.814%20152.095ZM82.6471%20170.409C82.6435%20170.391%2083.4124%20170.328%2083.4136%20170.346C83.4214%20170.366%2082.6482%20170.43%2082.6471%20170.409ZM88.2748%20169.781C88.2669%20169.763%2089.024%20169.656%2089.0334%20169.674C89.0356%20169.694%2088.2746%20169.802%2088.2748%20169.781ZM97.7686%20168.225C97.5053%20168.274%2097.2454%20168.323%2096.9858%20168.371C96.9783%20168.351%2096.9708%20168.331%2096.9671%20168.31C97.2271%20168.262%2097.4866%20168.214%2097.7498%20168.165C97.7573%20168.185%2097.7647%20168.205%2097.7686%20168.225ZM115.382%20148.756C115.389%20148.774%20114.677%20149.045%20114.671%20149.026C114.66%20149.009%20115.37%20148.74%20115.382%20148.756ZM112.391%20149.9C112.403%20149.916%20111.694%20150.191%20111.684%20150.174C111.676%20150.155%20112.386%20149.881%20112.391%20149.9ZM126.774%20161.585C127.133%20161.482%20128.888%20161.115%20128.109%20161.341C127.762%20161.443%20125.984%20161.813%20126.774%20161.585ZM91.7357%20158.603C91.727%20158.584%2091.7149%20158.567%2091.7029%20158.55C91.2223%20158.772%2090.7331%20159%2090.25%20159.227C90.2588%20159.246%2090.2711%20159.263%2090.2833%20159.281C90.7658%20159.054%2091.2557%20158.825%2091.7357%20158.603ZM84.5007%20162.039C84.507%20162.057%2085.1912%20161.715%2085.1815%20161.699C85.1684%20161.683%2084.4862%20162.024%2084.5007%20162.039ZM178.218%20158.212C177.773%20158.706%20177.029%20159.461%20176.562%20159.947C176.55%20159.93%20176.527%20159.924%20176.512%20159.909C176.877%20159.522%20177.241%20159.136%20177.61%20158.745C177.814%20158.566%20178.017%20158.389%20178.218%20158.212ZM222.426%20112.93C222.548%20112.885%20222.675%20112.839%20222.796%20112.794C223.168%20112.691%20223.569%20112.578%20223.955%20112.469C223.831%20112.515%20223.702%20112.562%20223.577%20112.608C223.186%20112.718%20222.805%20112.824%20222.426%20112.93ZM77.604%20170.23C77.8865%20170.3%2078.1602%20170.353%2078.4509%20170.398C78.4609%20170.4%2078.471%20170.402%2078.4812%20170.403C78.4709%20170.403%2078.4608%20170.403%2078.4506%20170.402C78.0182%20170.386%2077.6027%20170.359%2077.1283%20170.263C76.8727%20170.186%2076.6298%20170.106%2076.3194%20169.923C76.175%20169.835%2075.9918%20169.704%2075.8329%20169.509C75.6585%20169.303%2075.5199%20168.991%2075.5063%20168.686C75.5312%20169.092%2075.7997%20169.478%2076.0132%20169.647C76.2478%20169.844%2076.4535%20169.931%2076.6223%20169.998C76.9932%20170.136%2077.2858%20170.184%2077.5988%20170.229C77.6005%20170.229%2077.6023%20170.229%2077.604%20170.23ZM116.922%20148.225C117.428%20148.051%20117.947%20147.873%20118.442%20147.705C118.079%20147.858%20117.714%20148.011%20117.34%20148.168C117.216%20148.215%20117.088%20148.263%20116.964%20148.309C116.95%20148.281%20116.933%20148.254%20116.922%20148.225ZM210.235%20116.891C210.242%20116.91%20209.52%20117.143%20209.513%20117.124C209.509%20117.105%20210.229%20116.873%20210.235%20116.891ZM135.081%20141.874C135.827%20141.589%20135.642%20141.638%20135.05%20141.82C133.937%20142.162%20132.586%20142.646%20132.728%20142.518C134.006%20142.079%20135.233%20141.661%20136.517%20141.226C136.541%20141.272%20136.57%20141.317%20136.594%20141.364C136.085%20141.535%20135.581%20141.706%20135.081%20141.874ZM169.501%20187.64C170.067%20187.698%20170.614%20187.746%20171.178%20187.786C172.794%20187.768%20174.402%20187.688%20175.998%20187.587C173.83%20187.61%20173.631%20187.608%20169.501%20187.64ZM99.3161%20167.835C98.7932%20167.936%2098.2689%20168.036%2097.7393%20168.135C97.7385%20168.135%2097.7377%20168.136%2097.7369%20168.136C97.735%20168.125%2097.7331%20168.115%2097.7311%20168.105C98.2607%20168.006%2098.7849%20167.906%2099.3078%20167.805C99.3134%20167.814%2099.3142%20167.825%2099.3161%20167.835ZM117.761%20148.11C118.503%20147.832%20119.245%20147.555%20120.007%20147.273C120.024%20147.242%20119.328%20147.499%20119.395%20147.449C119.463%20147.398%20120.236%20147.091%20119.963%20147.157C121.069%20146.735%20122.191%20146.311%20123.297%20145.896C123.949%20145.697%20124.604%20145.498%20125.245%20145.305C125.418%20145.307%20124.835%20145.494%20123.765%20145.892C123.633%20145.929%20123.503%20145.965%20123.372%20146.002C122.504%20146.308%20121.625%20146.62%20120.753%20146.931C120.502%20147.046%20120.268%20147.154%20120.007%20147.273C120.009%20147.272%20120.011%20147.272%20120.013%20147.271C119.931%20147.329%20119.312%20147.57%20119.284%20147.608C119.032%20147.702%20118.782%20147.795%20118.534%20147.888C118.273%20147.963%20118.026%20148.033%20117.761%20148.11ZM144.447%20156.966C144.45%20156.976%20144.452%20156.986%20144.455%20156.996C144.97%20156.861%20145.486%20156.726%20146.001%20156.591C145.998%20156.581%20145.995%20156.57%20145.993%20156.56C145.478%20156.695%20144.962%20156.831%20144.447%20156.966ZM98.3979%20155.77C98.3896%20155.751%2098.3781%20155.733%2098.3666%20155.715C97.6205%20156.028%2095.9672%20156.783%2096.1879%20156.732C96.9234%20156.408%2097.6517%20156.091%2098.3979%20155.77ZM88.9018%20160.837C89.3944%20160.578%2089.4014%20160.512%2090.0152%20160.207C90.6301%20159.902%2091.684%20159.496%2091.358%20159.556C91.3579%20159.556%2091.3579%20159.556%2091.3578%20159.556C91.0316%20159.617%2090.3133%20159.995%2089.2372%20160.462C88.7452%20160.676%2089.4619%20160.259%2088.3955%20160.752C89.1238%20160.381%2089.8044%20160.041%2090.5228%20159.686C90.7227%20159.528%2090.9032%20159.381%2091.103%20159.224C89.5426%20159.881%2088.4327%20160.318%2086.0782%20161.482C86.0644%20161.488%2086.0506%20161.495%2086.0368%20161.502C86.0466%20161.496%2086.06%20161.488%2086.0764%20161.478C86.2629%20161.367%2086.8689%20161.04%2086.7191%20161.097C86.4943%20161.21%2086.2727%20161.322%2086.0538%20161.432C85.3159%20161.805%2084.597%20162.172%2083.8643%20162.553C83.8548%20162.534%2083.8421%20162.517%2083.8294%20162.501C82.6387%20163.105%2081.4415%20163.728%2080.2623%20164.386C80.2674%20164.395%2080.2714%20164.404%2080.2797%20164.412C81.4634%20163.763%2082.6694%20163.148%2083.8643%20162.553C83.8769%20162.57%2083.8896%20162.587%2083.899%20162.605C84.8368%20162.138%2085.2221%20161.919%2086.0368%20161.502C85.9758%20161.558%2085.991%20161.572%2086.1046%20161.535C86.2561%20161.488%2086.6%20161.34%2087.1844%20161.078C87.7807%20160.781%2088.3825%20160.485%2088.9793%20160.194C88.0292%20160.662%2087.0843%20161.135%2086.1431%20161.613C85.8937%20161.74%2085.6482%20161.865%2085.4067%20161.989C85.6622%20161.885%2085.9164%20161.783%2086.1756%20161.679C86.4164%20161.583%2086.6614%20161.486%2086.917%20161.383C86.5527%20161.56%2086.3435%20161.656%2086.1952%20161.719C85.8244%20161.877%2085.8335%20161.829%2084.9733%20162.242C84.3311%20162.549%2082.9692%20163.25%2082.2102%20163.652C81.4553%20164.05%2081.0532%20164.262%2081.1545%20164.252C83.425%20163.035%2082.2882%20163.77%2083.3794%20163.275C82.6687%20163.645%2081.9639%20164.02%2081.263%20164.406C81.5153%20164.305%2081.7841%20164.196%2082.0391%20164.096C82.8664%20163.668%2083.7007%20163.251%2084.5347%20162.842C85.4015%20162.367%2086.2301%20161.93%2086.262%20161.855C86.2636%20161.851%2086.2626%20161.848%2086.259%20161.846C86.7333%20161.618%2087.22%20161.385%2087.7043%20161.156C87.5636%20161.288%2086.2191%20161.969%2086.3453%20161.978C87.9847%20161.161%2087.8821%20161.283%2088.9018%20160.837ZM187.32%20147.826C187.689%20147.146%20187.71%20146.831%20187.648%20146.91C187.504%20147.408%20187.032%20148.145%20186.622%20148.723C186.583%20148.846%20186.888%20148.492%20187.32%20147.826ZM95.4854%20157.11C95.4727%20157.082%2095.4544%20157.056%2095.4384%20157.029C94.9504%20157.245%2094.4611%20157.464%2093.9735%20157.684C93.9864%20157.713%2094.0069%20157.738%2094.0231%20157.765C94.5103%20157.545%2094.9976%20157.327%2095.4854%20157.11ZM146.72%20156.24C147.374%20156.101%20148.034%20155.96%20148.687%20155.821C149.325%20155.643%20149.967%20155.464%20150.611%20155.286C149.957%20155.425%20149.296%20155.566%20148.644%20155.705C148.005%20155.882%20147.363%20156.061%20146.72%20156.24ZM168.034%20150.871C167.901%20150.893%20167.769%20150.915%20167.637%20150.936C167.889%20150.875%20168.156%20150.809%20168.415%20150.746C168.289%20150.788%20168.161%20150.83%20168.034%20150.871ZM186.244%20149.395C186.228%20149.382%20186.209%20149.373%20186.19%20149.363C185.272%20150.554%20184.588%20151.342%20184.245%20151.836C184.95%20151.019%20185.598%20150.244%20186.244%20149.395ZM132.104%20143.036C132.106%20142.982%20131.834%20143.014%20131.271%20143.165C130.508%20143.429%20129.76%20143.69%20129.02%20143.948C130.028%20143.649%20131.086%20143.334%20132.104%20143.036ZM219.004%20114.251C218.617%20114.36%20218.226%20114.469%20217.834%20114.579C217.833%20114.574%20217.831%20114.569%20217.829%20114.564C218.6%20114.316%20219.363%20114.07%20220.115%20113.827C219.747%20113.968%20219.379%20114.108%20219.006%20114.25C219.006%20114.251%20219.005%20114.251%20219.004%20114.251ZM81.0432%20164.098C81.0333%20164.08%2081.02%20164.064%2081.0067%20164.047C80.525%20164.309%2080.063%20164.566%2079.587%20164.841C79.9589%20164.65%2080.3212%20164.471%2080.6862%20164.294C80.802%20164.23%2080.9237%20164.163%2081.0432%20164.098ZM173.076%20149.636C173.841%20149.458%20174.636%20149.277%20175.405%20149.104C175.404%20149.099%20175.403%20149.094%20175.402%20149.089C175.012%20149.16%20174.617%20149.234%20174.217%20149.309C173.824%20149.42%20173.461%20149.525%20173.076%20149.636ZM240.643%20107.173C241.133%20107.009%20241.673%20106.828%20242.161%20106.663C242.168%20106.672%20242.17%20106.682%20242.173%20106.692C241.685%20106.857%20241.146%20107.038%20240.655%20107.201C240.648%20107.193%20240.646%20107.182%20240.643%20107.173ZM111.776%20150.391C111.769%20150.382%20111.766%20150.372%20111.762%20150.362C112.751%20149.979%20113.77%20149.587%20114.748%20149.215C114.756%20149.235%20114.767%20149.253%20114.777%20149.271C113.792%20149.635%20112.769%20150.017%20111.776%20150.391ZM234.581%20109.186C234.951%20109.06%20235.334%20108.929%20235.717%20108.799C235.73%20108.795%20235.746%20108.79%20235.76%20108.787C235.753%20108.789%20235.746%20108.792%20235.739%20108.794C235.35%20108.926%20234.957%20109.059%20234.586%20109.185C234.584%20109.185%20234.583%20109.186%20234.581%20109.186ZM172.236%20129.373C172.242%20129.391%20172.961%20129.156%20172.953%20129.138C172.947%20129.119%20172.227%20129.355%20172.236%20129.373ZM159.722%20181.619C159.573%20182.225%20159.504%20182.868%20159.622%20183.548C159.652%20183.538%20159.682%20183.528%20159.712%20183.518C159.681%20183.359%20159.66%20183.196%20159.648%20183.029C159.6%20182.536%20159.638%20182.073%20159.722%20181.619ZM132.78%20159.9C132.774%20159.882%20132.04%20160.071%20132.048%20160.09C132.054%20160.108%20132.789%20159.918%20132.78%20159.9ZM96.9683%20156.441C96.9847%20156.455%2097.6656%20156.158%2097.6574%20156.141C97.6469%20156.123%2096.9633%20156.421%2096.9683%20156.441ZM91.1235%20159.129C91.1147%20159.11%2091.1026%20159.093%2091.0905%20159.075C90.8456%20159.189%2090.6142%20159.298%2090.3654%20159.415C90.3743%20159.434%2090.3866%20159.451%2090.3988%20159.468C90.6471%20159.352%2090.8787%20159.243%2091.1235%20159.129ZM131.145%20159.95C130.604%20160.139%20130.141%20160.304%20129.639%20160.482C130.103%20160.39%20130.832%20160.248%20131.182%20160.182C131.758%20160.074%20131.322%20160.193%20131.625%20160.151C131.989%20160.013%20132.374%20159.871%20132.746%20159.732C133.768%20159.467%20134.815%20159.195%20135.829%20158.931C136.226%20158.914%20134.146%20159.406%20134.394%20159.418C134.482%20159.422%20135.983%20159.023%20136.264%20158.979C136.666%20158.811%20136.995%20158.659%20137.381%20158.495C138.712%20158.13%20139.177%20158.071%20140.111%20157.84C141.563%20157.481%20142.356%20157.244%20143.576%20156.904C143.562%20156.982%20144.645%20156.748%20143.638%20157.081C144.411%20156.878%20145.186%20156.675%20145.959%20156.472C144.948%20156.631%20144.278%20156.704%20144.297%20156.585C142.316%20157.107%20141.842%20157.282%20142.024%20157.311C139.956%20157.821%20137.266%20158.405%20135.013%20159.014C134.904%20159.075%20134.767%20159.143%20134.675%20159.199C133.228%20159.544%20133.984%20159.297%20133.33%20159.422C133.022%20159.48%20131.568%20159.87%20131.145%20159.95ZM204.904%20118.787C204.912%20118.805%20204.196%20119.036%20204.186%20119.019C204.176%20119.001%20204.898%20118.768%20204.904%20118.787ZM248.317%20103.87C247.764%20103.908%20247.279%20103.948%20246.733%20103.995C247.145%20103.938%20247.488%20103.889%20247.899%20103.838C247.9%20103.838%20247.901%20103.837%20247.902%20103.837C248.038%20103.827%20248.176%20103.817%20248.306%20103.808C248.307%20103.829%20248.316%20103.849%20248.317%20103.87ZM92.1376%20168.865C92.091%20168.936%2092.9628%20168.831%2094.5386%20168.556C94.5883%20168.482%2093.7176%20168.606%2092.1376%20168.865ZM112.567%20164.846C112.566%20164.827%20111.816%20164.998%20111.824%20165.016C111.826%20165.036%20112.578%20164.864%20112.567%20164.846ZM105.829%20152.805C105.196%20153.093%20103.335%20153.78%20103.612%20153.652C104.241%20153.357%20106.117%20152.672%20105.829%20152.805ZM237.237%20104.997C237.233%20104.977%20237.997%20104.883%20237.997%20104.903C238.003%20104.922%20237.243%20105.016%20237.237%20104.997ZM204.186%20119.068C205.157%20118.76%20205.602%20118.592%20206.454%20118.303C206.46%20118.323%20206.473%20118.34%20206.48%20118.36C205.707%20118.61%20204.963%20118.85%20204.198%20119.097C204.194%20119.087%20204.19%20119.078%20204.186%20119.068ZM190.508%20111.432C190.245%20111.47%20189.981%20111.509%20189.717%20111.547C189.714%20111.526%20189.704%20111.506%20189.701%20111.486C189.965%20111.448%20190.229%20111.409%20190.491%20111.371C190.494%20111.392%20190.505%20111.412%20190.508%20111.432ZM160.21%20180.799C160.426%20180.222%20160.621%20179.846%20160.744%20179.595C160.996%20179.096%20160.881%20179.248%20160.831%20179.244C160.774%20179.348%20160.719%20179.451%20160.665%20179.554C160.586%20179.705%20160.512%20179.855%20160.442%20180.001C160.278%20180.253%20160.136%20180.482%20159.995%20180.748C160.067%20180.765%20160.137%20180.786%20160.21%20180.799ZM161.154%20178.461C161.176%20178.458%20161.568%20177.823%20161.555%20177.811C161.534%20177.804%20161.139%20178.443%20161.154%20178.461ZM243.715%20106.233C244.03%20106.099%20244.084%20106.068%20244.467%20105.974C244.202%20106.066%20243.963%20106.149%20243.715%20106.233ZM126.553%20161.43C126.548%20161.412%20125.813%20161.597%20125.821%20161.615C125.825%20161.635%20126.559%20161.449%20126.553%20161.43ZM102.855%20154.008C102.866%20154.025%20102.168%20154.314%20102.157%20154.298C102.152%20154.279%20102.848%20153.99%20102.855%20154.008ZM183.647%20187.309C183.666%20187.324%20184.144%20186.786%20184.121%20186.774C184.111%20186.764%20183.635%20187.299%20183.647%20187.309ZM79.6823%20164.967C79.6719%20164.949%2079.6582%20164.932%2079.6446%20164.916C79.194%20165.201%2078.7311%20165.502%2078.2858%20165.814C78.7455%20165.518%2079.219%20165.234%2079.6823%20164.967ZM169.134%20150.459C169.13%20150.439%20168.392%20150.619%20168.399%20150.638C168.407%20150.656%20169.143%20150.477%20169.134%20150.459ZM171.451%20149.808C170.679%20149.974%20169.875%20150.151%20169.108%20150.32C169.621%20150.207%20170.136%20150.094%20170.655%20149.981C170.676%20150.008%20170.693%20150.036%20170.715%20150.063C171.364%20149.918%20171.989%20149.781%20172.651%20149.636C173.802%20149.342%20174.97%20149.049%20176.12%20148.769C175.589%20148.876%20175.089%20148.978%20174.562%20149.088C174.564%20149.096%20174.569%20149.103%20174.575%20149.11C174.047%20149.237%20173.542%20149.36%20173.026%20149.487C172.498%20149.567%20171.948%20149.653%20171.426%20149.733C171.435%20149.758%20171.445%20149.782%20171.451%20149.808ZM182.363%20147.561C182.362%20147.54%20181.627%20147.676%20181.632%20147.696C181.644%20147.713%20182.372%20147.579%20182.363%20147.561ZM126.805%20144.858C127.3%20144.681%20127.8%20144.5%20128.305%20144.319C127.81%20144.519%20127.317%20144.718%20126.833%20144.914C126.826%20144.895%20126.812%20144.877%20126.805%20144.858ZM188.24%20124.247C188.248%20124.265%20188.968%20124.031%20188.959%20124.014C188.952%20123.995%20188.23%20124.23%20188.24%20124.247ZM127.327%20161.154C127.332%20161.174%20127.341%20161.193%20127.35%20161.212C127.871%20161.08%20128.38%20160.95%20128.899%20160.818C128.893%20160.798%20128.885%20160.778%20128.876%20160.759C128.358%20160.892%20127.848%20161.021%20127.327%20161.154ZM214.258%20107.999C214.253%20107.98%20214.997%20107.877%20215.001%20107.896C215.008%20107.915%20214.261%20108.019%20214.258%20107.999ZM222.148%20106.929C221.37%20107.035%20220.579%20107.143%20219.775%20107.253C219.77%20107.243%20219.77%20107.233%20219.768%20107.222C220.572%20107.112%20221.363%20107.004%20222.141%20106.898C222.146%20106.908%20222.146%20106.918%20222.148%20106.929ZM93.4707%20158.392C95.7986%20157.348%2096.4084%20156.982%2098.5478%20156.045C98.5757%20156.055%2098.5828%20156.074%2098.6274%20156.078C100.048%20155.477%20101.396%20154.964%20102.198%20154.55C102.893%20154.19%20100.778%20155.103%20100.096%20155.381C100.062%20155.394%20100.028%20155.407%2099.9946%20155.421C99.8305%20155.481%20100.145%20155.329%2099.9307%20155.406C99.0529%20155.726%2098.2498%20156.042%2098.456%20155.881C96.1985%20156.852%2094.7872%20157.569%2092.6169%20158.507C92.4029%20158.674%2092.191%20158.84%2091.9832%20159.005C92.7082%20158.659%2093.4318%20158.317%2094.1525%20157.981C93.9268%20158.117%2093.7019%20158.253%2093.4707%20158.392ZM162.405%20132.763C162.261%20132.914%20165.368%20131.868%20166.202%20131.523C165.479%20131.752%20165.704%20131.61%20165.049%20131.826C162.792%20132.569%20165.051%20131.958%20162.405%20132.763ZM220.919%20113.715C220.927%20113.733%20220.205%20113.966%20220.2%20113.948C220.188%20113.931%20220.912%20113.697%20220.919%20113.715ZM230.868%20105.762C230.865%20105.742%20230.853%20105.722%20230.85%20105.702C231.126%20105.665%20231.4%20105.63%20231.671%20105.594C231.928%20105.561%20232.182%20105.528%20232.434%20105.495C232.185%20105.538%20231.931%20105.58%20231.675%20105.624C231.409%20105.669%20231.139%20105.716%20230.868%20105.762ZM194.294%20122.316C194.303%20122.334%20193.579%20122.569%20193.572%20122.55C193.564%20122.532%20194.284%20122.299%20194.294%20122.316ZM209.079%20108.71C208.407%20108.794%20207.754%20108.876%20207.096%20108.958C207.094%20108.959%20207.093%20108.959%20207.091%20108.959C207.088%20108.939%20207.078%20108.919%20207.075%20108.898C208.111%20108.752%20209.193%20108.599%20210.246%20108.451C209.857%20108.537%20209.469%20108.624%20209.079%20108.71ZM173.811%20129.005C174.307%20128.831%20174.803%20128.657%20175.302%20128.482C174.286%20128.815%20173.489%20129.114%20172.654%20129.352C171.398%20129.799%20171.902%20129.643%20172.17%20129.595C172.587%20129.519%20171.462%20129.916%20171.606%20129.925C172.325%20129.623%20173.078%20129.311%20173.811%20129.005ZM162.551%20176.465C161.927%20177.338%20161.322%20178.243%20160.773%20179.22C160.79%20179.234%20160.82%20179.221%20160.831%20179.244C161.016%20178.909%20161.234%20178.533%20161.428%20178.219C161.595%20177.988%20161.77%20177.752%20161.951%20177.514C162.157%20177.144%20162.339%20176.822%20162.551%20176.465ZM217.414%20107.53C217.41%20107.511%20218.155%20107.408%20218.16%20107.428C218.167%20107.447%20217.418%20107.55%20217.414%20107.53ZM228.452%20105.955C228.608%20105.965%20227.972%20106.121%20226.904%20106.255C226.893%20106.225%20226.885%20106.195%20226.877%20106.164C227.409%20106.093%20227.935%20106.023%20228.452%20105.955ZM190.499%20111.323C190.493%20111.304%20191.24%20111.195%20191.244%20111.215C191.25%20111.234%20190.503%20111.342%20190.499%20111.323ZM246.858%20105.461C246.376%20105.602%20245.803%20105.773%20245.321%20105.909C246.325%20105.557%20247.335%20105.194%20248.311%20104.823C248.3%20104.794%20248.283%20104.767%20248.269%20104.739C246.507%20105.384%20244.756%20105.967%20242.983%20106.55C243.151%20106.532%20242.478%20106.779%20242.657%20106.759C242.656%20106.76%20242.654%20106.76%20242.653%20106.761C242.943%20106.727%20244.004%20106.428%20243.865%20106.545C244.869%20106.19%20245.878%20105.826%20246.858%20105.461ZM185.22%20125.327C184.456%20125.56%20183.684%20125.795%20182.92%20126.027C182.924%20126.037%20182.928%20126.046%20182.935%20126.055C182.933%20126.056%20182.932%20126.056%20182.93%20126.057C183.567%20125.86%20184.208%20125.662%20184.846%20125.466C184.969%20125.42%20185.094%20125.374%20185.22%20125.327ZM230.291%20111.224C231.727%20110.745%20232.336%20110.502%20233.079%20110.226C233.674%20110.006%20234.343%20109.769%20235.556%20109.378C235.011%20109.512%20234.519%20109.629%20233.985%20109.759C235.596%20109.258%20237.165%20108.726%20238.842%20108.162C239.188%20108.046%20239.306%20107.982%20239.801%20107.819C241.204%20107.356%20242.502%20106.988%20242.295%20106.947C241.294%20107.286%20240.294%20107.619%20239.26%20107.962C239.236%20107.915%20239.213%20107.868%20239.189%20107.821C238.26%20108.151%20237.931%20108.263%20236.956%20108.557C236.935%20108.585%20236.913%20108.613%20236.892%20108.641C236.424%20108.796%20235.949%20108.953%20235.461%20109.113C235.453%20109.148%20235.448%20109.182%20235.44%20109.217C234.949%20109.379%20234.499%20109.527%20234.015%20109.686C234.004%20109.711%20233.999%20109.733%20233.985%20109.759C233.671%20109.861%20233.352%20109.966%20233.028%20110.071C232.841%20110.133%20232.652%20110.194%20232.463%20110.256C232.655%20110.207%20232.848%20110.157%20233.04%20110.107C233.085%20110.096%20233.13%20110.084%20233.174%20110.072C233.131%20110.089%20233.088%20110.105%20233.044%20110.121C232.742%20110.234%20232.434%20110.348%20232.122%20110.464C231.492%20110.658%20230.82%20110.866%20230.203%20111.055C231.831%20110.613%20231.828%20110.638%20230.284%20111.226C230.287%20111.225%20230.289%20111.224%20230.291%20111.224ZM170.026%20167.532C170.252%20167.293%20170.777%20166.71%20170.809%20166.67C171.192%20166.199%20170.393%20167.016%20169.972%20167.454C169.543%20167.96%20169.103%20168.483%20168.687%20168.985C168.688%20168.984%20168.689%20168.983%20168.69%20168.982C169.308%20168.27%20169.602%20167.98%20170.026%20167.532ZM159.769%20182.536C159.748%20182.535%20159.727%20182.538%20159.706%20182.542C159.674%20183.159%20159.785%20183.839%20160.093%20184.431C160.111%20184.422%20160.128%20184.408%20160.144%20184.395C159.844%20183.812%20159.737%20183.144%20159.769%20182.536ZM95.5496%20157.219C96.2848%20156.893%2097.0269%20156.567%2097.7515%20156.253C97.759%20156.261%2097.7621%20156.271%2097.7662%20156.281C97.0419%20156.595%2096.3014%20156.92%2095.5668%20157.245C95.5592%20157.237%2095.5538%20157.228%2095.5496%20157.219ZM216.466%20115.366C216.284%20115.333%20217.287%20114.948%20219.44%20114.242C219.456%20114.281%20219.474%20114.319%20219.49%20114.357C218.485%20114.693%20217.465%20115.033%20216.466%20115.366ZM178.365%20187.085C178.362%20187.066%20179.102%20187.004%20179.117%20187.023C179.115%20187.043%20178.368%20187.105%20178.365%20187.085ZM251.74%20103.167C251.734%20103.159%20251.728%20103.15%20251.72%20103.144C251.207%20103.523%20250.459%20103.854%20249.745%20104.172C249.866%20104.128%20249.975%20104.088%20250.112%20104.035C250.69%20103.773%20251.332%20103.475%20251.74%20103.167ZM191.251%20111.166C190.418%20111.284%20189.887%20111.369%20189.289%20111.479C188.086%20111.624%20186.893%20111.767%20185.701%20111.91C187.527%20111.644%20189.4%20111.371%20191.23%20111.106C191.237%20111.126%20191.248%20111.145%20191.251%20111.166ZM215.017%20107.8C215.012%20107.78%20215.746%20107.679%20215.756%20107.697C215.757%20107.717%20215.021%20107.819%20215.017%20107.8ZM166.234%20187.171C166.079%20187.218%20166.152%20187.383%20168.681%20187.497C169.21%20187.472%20169.762%20187.436%20170.287%20187.392C168.937%20187.387%20167.58%20187.335%20166.234%20187.171ZM170.28%20187.501C170.281%20187.483%20169.509%20187.481%20169.512%20187.499C169.515%20187.52%20170.284%20187.522%20170.28%20187.501ZM161.673%20133.072C161.67%20133.062%20161.668%20133.052%20161.661%20133.043C161.156%20133.211%20160.653%20133.378%20160.143%20133.547C160.146%20133.557%20160.148%20133.568%20160.155%20133.576C160.665%20133.407%20161.168%20133.24%20161.673%20133.072ZM225.292%20106.408C224.773%20106.478%20224.247%20106.549%20223.715%20106.621C223.709%20106.601%20223.702%20106.581%20223.699%20106.56C223.831%20106.542%20223.966%20106.524%20224.096%20106.507C224.501%20106.473%20224.898%20106.44%20225.292%20106.408ZM80.4409%20164.644C80.4358%20164.635%2080.4318%20164.625%2080.4234%20164.618C79.4812%20165.146%2078.5458%20165.689%2077.642%20166.321C77.648%20166.33%2077.654%20166.338%2077.66%20166.347C78.5625%20165.715%2079.4987%20165.172%2080.4409%20164.644ZM76.3621%20167.487C76.3465%20167.473%2076.3251%20167.466%2076.3095%20167.452C76.1105%20167.706%2075.8321%20167.962%2075.7987%20168.579C75.8196%20168.579%2075.8404%20168.571%2075.8614%20168.563C75.8998%20167.985%2076.1655%20167.735%2076.3621%20167.487ZM108.597%20165.465C108.916%20165.508%20111.053%20165.024%20113.308%20164.5C113.301%20164.469%20113.286%20164.441%20113.275%20164.411C112.495%20164.585%20111.689%20164.763%20110.905%20164.934C110.146%20165.111%20109.352%20165.293%20108.597%20165.465ZM176.877%20128.099C176.873%20128.089%20176.869%20128.079%20176.862%20128.071C176.355%20128.237%20175.848%20128.403%20175.341%20128.569C175.344%20128.578%20175.349%20128.588%20175.355%20128.597C175.862%20128.431%20176.37%20128.264%20176.877%20128.099ZM168.207%20169.624C167.833%20170.02%20167.467%20170.411%20167.105%20170.801C167.121%20170.815%20167.139%20170.825%20167.157%20170.836C167.501%20170.435%20167.852%20170.031%20168.207%20169.624ZM107.395%20152.316C107.883%20152.121%20108.393%20151.919%20108.886%20151.724C108.893%20151.743%20108.908%20151.76%20108.915%20151.779C108.423%20151.974%20107.913%20152.177%20107.425%20152.372C107.414%20152.354%20107.403%20152.335%20107.395%20152.316ZM15.3643%20139.864C15.3568%20139.844%2015.3445%20139.825%2015.3406%20139.805C15.8675%20139.704%2016.3863%20139.605%2016.9105%20139.505C16.3942%20139.625%2015.8834%20139.743%2015.3643%20139.864ZM170.546%20113.7C171.885%20113.576%20170.673%20113.767%20169.909%20113.939C169.522%20114.026%20170.311%20113.934%20169.708%20114.043C169.106%20114.152%20167.853%20114.327%20167.48%20114.425C167.997%20114.384%20168.568%20114.337%20169.102%20114.294C169.485%20114.227%20169.868%20114.161%20170.255%20114.093C171.722%20113.917%20170.789%20114.079%20170.685%20114.153C171.996%20113.927%20173.293%20113.703%20174.604%20113.477C174.599%20113.447%20174.587%20113.417%20174.583%20113.387C174.049%20113.455%20173.524%20113.522%20172.996%20113.589C173.778%20113.458%20174.567%20113.325%20175.356%20113.193C174.019%20113.364%20172.709%20113.532%20171.379%20113.703C172.695%20113.491%20173.992%20113.284%20175.316%20113.072C174.52%20113.185%20173.726%20113.297%20172.937%20113.408C173.197%20113.349%20173.452%20113.29%20173.712%20113.23C172.659%20113.387%20171.611%20113.541%20170.546%20113.7ZM141.223%20139.995C141.332%20139.93%20140.961%20140.052%20140.411%20140.239C140.679%20140.158%20140.953%20140.076%20141.223%20139.995ZM162.085%20151.935C162.459%20151.85%20162.828%20151.768%20163.199%20151.685C163.357%20151.678%20163.516%20151.67%20163.675%20151.663C163.935%20151.566%20164.195%20151.468%20164.453%20151.372C164.962%20151.244%20165.457%20151.121%20165.973%20150.992C165.968%20150.972%20165.958%20150.953%20165.946%20150.935C164.662%20151.263%20163.366%20151.599%20162.085%20151.935ZM177.627%20148.345C177.623%20148.325%20176.895%20148.482%20176.901%20148.502C176.907%20148.52%20177.637%20148.363%20177.627%20148.345ZM97.592%20167.654C97.6032%20167.694%2097.6181%20167.734%2097.6294%20167.774C98.1564%20167.675%2098.6813%20167.575%2099.2018%20167.475C98.928%20167.486%2098.6537%20167.496%2098.3836%20167.505C98.1172%20167.555%2097.8534%20167.605%2097.592%20167.654ZM184.237%20152.797C184.165%20152.777%20183.35%20153.654%20183.667%20153.178C183.898%20152.859%20185.715%20150.555%20185.445%20150.755C184.247%20152.301%20183.453%20153.152%20181.804%20154.937C181.785%20155.028%20182.405%20154.321%20182.93%20153.771C183.682%20152.982%20183.509%20153.26%20183.556%20153.283C183.182%20153.656%20182.805%20154.026%20182.411%20154.413C182.282%20154.638%20182.158%20154.859%20182.027%20155.085C182.76%20154.342%20183.514%20153.562%20184.237%20152.797ZM146.17%20117.808C145.38%20117.928%20144.589%20118.049%20143.8%20118.169C143.794%20118.16%20143.792%20118.149%20143.79%20118.139C144.58%20118.018%20145.372%20117.898%20146.163%20117.778C146.168%20117.787%20146.168%20117.798%20146.17%20117.808ZM232.448%20110.227C232.435%20110.198%20232.423%20110.169%20232.41%20110.14C231.327%20110.487%20230.799%20110.68%20230.149%20110.925C230.832%20110.737%20231.376%20110.581%20232.448%20110.227ZM233.192%20109.902C233.204%20109.919%20233.93%20109.683%20233.92%20109.665C233.916%20109.646%20233.184%20109.884%20233.192%20109.902ZM154.045%20116.598C154.039%20116.579%20153.292%20116.692%20153.298%20116.711C153.301%20116.73%20154.05%20116.617%20154.045%20116.598ZM160.749%20185.128C161.044%20185.476%20161.421%20185.78%20161.787%20186.012C161.916%20186.082%20162.054%20186.15%20162.19%20186.212C161.783%20185.991%20161.432%20185.756%20161.084%20185.433C160.967%20185.338%20160.859%20185.24%20160.749%20185.128ZM159.556%20115.626C160.518%20115.544%20159.251%20115.795%20161.184%20115.54C161.189%20115.501%20161.191%20115.463%20161.196%20115.425C160.647%20115.492%20160.102%20115.559%20159.556%20115.626ZM165.063%20114.737C164.291%20114.869%20163.518%20115%20162.744%20115.132C163.015%20115.139%20163.293%20115.145%20163.563%20115.151C164.612%20115.005%20165.665%20114.858%20166.723%20114.712C165.924%20114.794%20165.114%20114.878%20164.319%20114.96C164.12%20114.914%20165.511%20114.747%20166.671%20114.561C166.565%20114.491%20167.932%20114.236%20168.991%20114.01C168.989%20114.01%20168.988%20114.011%20168.986%20114.011C167.67%20114.191%20166.346%20114.372%20165.021%20114.554C165.034%20114.615%20165.051%20114.676%20165.063%20114.737ZM84.7365%20162.428C85.5917%20161.998%2085.948%20161.884%2086.1384%20161.821C86.1861%20161.805%2086.2155%20161.798%2086.2331%20161.796C86.2709%20161.793%2086.2537%20161.816%2086.2513%20161.833C86.2504%20161.839%2086.2512%20161.844%2086.2566%20161.847C85.5271%20162.206%2084.8243%20162.557%2084.1031%20162.922C84.3107%20162.759%2084.5251%20162.592%2084.7365%20162.428ZM133.765%20142.814C133.975%20142.71%20133.361%20142.813%20132.906%20142.959C131.716%20143.342%20131.24%20143.559%20131.402%20143.416C129.455%20144.077%20127.694%20144.868%20127.719%20144.928C128.085%20144.774%20128.454%20144.62%20128.827%20144.465C130.462%20143.913%20132.114%20143.363%20133.765%20142.814ZM245.861%20103.808C245.864%20103.787%20245.105%20103.86%20245.105%20103.881C245.116%20103.899%20245.87%20103.826%20245.861%20103.808ZM135.202%20142.146C135.195%20142.127%20135.181%20142.109%20135.175%20142.09C134.924%20142.177%20134.674%20142.265%20134.426%20142.352C134.433%20142.371%20134.447%20142.389%20134.453%20142.408C134.702%20142.322%20134.952%20142.234%20135.202%20142.146ZM82.506%20169.808C82.7828%20169.818%2083.0753%20169.825%2083.3466%20169.833C84.4125%20169.75%2085.4873%20169.641%2086.5375%20169.522C86.6278%20169.388%2085.1667%20169.59%2082.506%20169.808ZM88.0371%20168.978C88.1033%20168.998%2087.647%20169.097%2087.6436%20169.125C87.6399%20169.159%2087.2778%20169.289%2087.3714%20169.294C87.3722%20169.294%2087.373%20169.294%2087.3739%20169.294C87.7086%20169.312%2088.4457%20169.212%2088.127%20169.314C88.9227%20169.192%2089.7102%20169.067%2090.5002%20168.935C90.2378%20168.939%2089.9599%20168.945%2089.6895%20168.949C90.4772%20168.8%2091.2614%20168.645%2092.0241%20168.488C91.5052%20168.573%2090.9647%20168.66%2090.4434%20168.74C89.6387%20168.826%2088.8427%20168.905%2088.0371%20168.978ZM129.548%20120.265C129.551%20120.286%20129.561%20120.306%20129.565%20120.326C129.828%20120.286%20130.092%20120.245%20130.355%20120.204C130.348%20120.184%20130.345%20120.163%20130.338%20120.143C130.075%20120.184%20129.811%20120.225%20129.548%20120.265ZM140.63%20118.622C140.102%20118.703%20139.574%20118.784%20139.048%20118.865C139.042%20118.855%20139.042%20118.844%20139.041%20118.834C139.567%20118.753%20140.093%20118.673%20140.62%20118.592C140.625%20118.602%20140.628%20118.612%20140.63%20118.622ZM106.257%20166.004C106.79%20165.89%20107.296%20165.781%20107.82%20165.667C107.42%20165.733%20107.03%20165.796%20106.631%20165.86C106.5%20165.888%20106.37%20165.916%20106.239%20165.944C106.244%20165.964%20106.249%20165.985%20106.257%20166.004ZM175.293%20161.978C175.278%20161.964%20175.26%20161.953%20175.243%20161.941C175.06%20162.135%20174.875%20162.332%20174.693%20162.525C174.709%20162.54%20174.726%20162.551%20174.744%20162.563C174.926%20162.37%20175.11%20162.173%20175.293%20161.978ZM167.208%20170.873C167.176%20171.01%20167.506%20170.633%20168.609%20169.356C169.585%20168.228%20170.396%20167.271%20170.337%20167.237C169.033%20168.67%20168.586%20169.187%20168.801%20169.067C168.273%20169.657%20167.73%20170.271%20167.208%20170.873ZM142.226%20118.362C142.22%20118.343%20142.965%20118.229%20142.973%20118.248C142.98%20118.267%20142.231%20118.381%20142.226%20118.362ZM203.882%20109.257C203.759%20109.283%20203.854%20109.289%20203.502%20109.338C203.152%20109.386%20203.145%20109.372%20203.097%20109.368C203.359%20109.331%20203.621%20109.292%20203.882%20109.257ZM167.82%20131.27C168.264%20131.022%20165.245%20132.04%20164.169%20132.375C163.088%20132.712%20163.273%20132.629%20162.438%20132.885C163.019%20132.747%20163.515%20132.637%20164.062%20132.511C165.3%20132.101%20166.609%20131.669%20167.82%20131.27ZM38.4201%20135.19C36.9015%20135.517%2035.139%20135.821%2033.3285%20136.16C34.7258%20135.962%2035.7253%20135.873%2037.2862%20135.635C38.0167%20135.524%2038.0383%20135.494%2038.5151%20135.396C38.6338%20135.394%2038.7769%20135.39%2038.9032%20135.387C39.4325%20135.274%2039.9391%20135.165%2040.4578%20135.054C40.1708%20135.044%2039.8836%20135.033%2039.598%20135.022C39.2141%20135.076%2038.8102%20135.134%2038.4201%20135.19ZM212.675%20116.574C212.682%20116.592%20213.406%20116.359%20213.397%20116.341C213.392%20116.322%20212.667%20116.556%20212.675%20116.574ZM142.837%20139.673C142.966%20139.512%20140.922%20140.187%20138.97%20140.804C138.911%20140.939%20140.615%20140.391%20142.837%20139.673ZM58.5798%20131.85C58.5723%20131.831%2059.321%20131.701%2059.3254%20131.72C59.3319%20131.739%2058.5842%20131.869%2058.5798%20131.85ZM93.6397%20168.409C93.6308%20168.391%2092.8867%20168.517%2092.8951%20168.535C92.8964%20168.555%2093.6423%20168.429%2093.6397%20168.409ZM185.442%20125.797C185.489%20125.716%20185.759%20125.589%20183.882%20126.207C184.498%20125.964%20185.114%20125.721%20185.73%20125.479C186.104%20125.366%20186.479%20125.254%20186.856%20125.141C187.106%20124.96%20189.063%20124.302%20190.608%20123.741C188.865%20124.228%20187.385%20124.749%20185.282%20125.455C185.549%20125.401%20185.814%20125.348%20186.083%20125.293C184.552%20125.784%20183.719%20126.078%20182.693%20126.458C182.055%20126.657%20181.413%20126.857%20180.775%20127.055C181.038%20126.991%20181.301%20126.927%20181.564%20126.863C180.556%20127.209%20179.551%20127.553%20178.543%20127.899C178.542%20127.899%20178.54%20127.9%20178.539%20127.901C179.858%20127.533%20181.314%20127.044%20183.101%20126.462C182.966%20126.58%20184.157%20126.188%20185.442%20125.797ZM146.956%20117.609C146.95%20117.59%20147.699%20117.476%20147.704%20117.496C147.71%20117.514%20146.961%20117.629%20146.956%20117.609ZM27.0688%20137.422C27.0727%20137.442%2027.0825%20137.462%2027.09%20137.482C27.8698%20137.325%2028.6565%20137.167%2029.4352%20137.011C29.3855%20137.042%2029.5313%20137.04%2029.8142%20137.004C30.5351%20136.913%2030.622%20136.864%2031.4153%20136.716C32.2077%20136.568%2032.4937%20136.548%2033.3996%20136.368C33.3868%20136.34%2033.3749%20136.309%2033.3656%20136.279C31.4846%20136.674%2030.4999%20136.837%2030.1932%20136.806C29.1506%20137.011%2028.1131%20137.215%2027.0688%20137.422ZM26.2978%20137.678C26.2949%20137.659%2025.5516%20137.799%2025.5556%20137.818C25.5604%20137.837%2026.3052%20137.697%2026.2978%20137.678ZM141.178%20157.387C141.173%20157.368%20140.44%20157.561%20140.447%20157.579C140.452%20157.598%20141.185%20157.406%20141.178%20157.387ZM243.464%20103.878C243.822%20103.861%20244.101%20103.896%20244.668%20103.845C245.838%20103.739%20246.503%20103.672%20247.453%20103.621C247.306%20103.601%20247.168%20103.582%20247.021%20103.563C245.81%20103.655%20244.646%20103.761%20243.464%20103.878ZM177.614%20148.236C177.616%20148.246%20177.619%20148.256%20177.621%20148.266C178.154%20148.152%20178.677%20148.043%20179.186%20147.938C179.184%20147.928%20179.182%20147.918%20179.18%20147.908C178.671%20148.012%20178.148%20148.122%20177.614%20148.236ZM81.3193%20127.669C81.3794%20127.701%2081.5013%20127.723%2080.5602%20127.906C79.8201%20128.051%2080.0814%20127.977%2079.3278%20128.105C78.8094%20128.193%2078.155%20128.334%2077.4319%20128.445C77.8139%20128.434%2078.2392%20128.415%2078.6421%20128.401C78.499%20128.383%2078.3563%20128.365%2078.2137%20128.346C80.0472%20128.044%2081.8932%20127.742%2083.734%20127.442C82.9337%20127.548%2082.1394%20127.654%2081.3514%20127.759C81.349%20127.759%2081.3466%20127.759%2081.3442%20127.76C82.3841%20127.587%2083.435%20127.412%2084.4969%20127.236C83.4264%20127.382%2082.3641%20127.526%2081.3193%20127.669ZM103.775%20153.933C103.788%20153.949%20104.482%20153.665%20104.473%20153.648C104.466%20153.629%20103.77%20153.914%20103.775%20153.933ZM30.0755%20136.415C28.2674%20136.761%2028.9877%20136.703%2028.4232%20136.844C27.8469%20136.987%2026.5708%20137.195%2026.2096%20137.314C26.7086%20137.255%2027.2722%20137.188%2027.8007%20137.126C26.486%20137.351%2025.1696%20137.577%2023.8546%20137.804C24.1249%20137.785%2024.4%20137.765%2024.6713%20137.746C23.8855%20137.894%2023.1035%20138.041%2022.3141%20138.191C22.3384%20138.261%2022.3641%20138.33%2022.3884%20138.4C23.1777%20138.25%2023.9573%20138.103%2024.743%20137.955C24.7301%20137.926%2024.7183%20137.897%2024.7018%20137.868C24.1807%20137.966%2023.6629%20138.063%2023.1424%20138.161C23.1416%20138.161%2023.1408%20138.162%2023.1401%20138.162C23.1372%20138.147%2023.133%20138.132%2023.1266%20138.117C23.8899%20137.956%2024.6527%20137.796%2025.4211%20137.634C25.439%20137.61%2025.4548%20137.587%2025.4727%20137.563C26.1177%20137.452%2026.7541%20137.343%2027.3969%20137.233C28.7371%20136.937%2028.9338%20136.86%2027.8481%20137.005C29.1578%20136.704%2030.2821%20136.459%2030.0755%20136.415ZM157.179%20116.031C157.172%20116.012%20156.424%20116.125%20156.431%20116.143C156.434%20116.163%20157.184%20116.05%20157.179%20116.031ZM223.326%20113.2C223.192%20113.238%20223.071%20113.272%20222.942%20113.308C222.573%20113.444%20222.201%20113.58%20221.827%20113.718C221.957%20113.681%20222.084%20113.646%20222.213%20113.609C222.586%20113.472%20222.952%20113.337%20223.326%20113.2ZM140.358%20157.442C138%20158.001%20135.544%20158.621%20133.407%20159.254C133.937%20159.165%20134.477%20159.073%20135.005%20158.984C135.254%20158.898%20135.506%20158.81%20135.755%20158.724C137.057%20158.407%20138.347%20158.091%20139.648%20157.772C139.623%20157.735%20139.642%20157.688%20139.586%20157.659C140.1%20157.537%20139.773%20157.611%20140.487%20157.442C141.201%20157.273%20141.082%20157.27%20140.358%20157.442ZM167.992%20170.965C168.854%20170.002%20168.854%20169.935%20169.01%20169.706C169.21%20169.418%20169.206%20169.364%20169.719%20168.742C169.16%20169.329%20168.615%20169.907%20168.066%20170.501C169.55%20168.785%20170.539%20167.77%20170.826%20167.582C170.99%20167.37%20171.156%20167.157%20171.318%20166.948C172.039%20166.173%20172.768%20165.398%20173.498%20164.629C173.488%20164.609%20173.475%20164.592%20173.468%20164.57C174.374%20163.612%20175.282%20162.661%20176.195%20161.708C176.224%20161.706%20176.253%20161.704%20176.285%20161.699C176.823%20161.128%20177.375%20160.544%20177.91%20159.976C178.062%20159.74%20178.215%20159.502%20178.368%20159.264C178.71%20158.9%20179.043%20158.544%20179.389%20158.174C179.355%20158.192%20179.327%20158.203%20179.348%20158.162C178.994%20158.551%20178.676%20158.902%20178.315%20159.295C178.032%20159.637%20177.295%20160.352%20177.229%20160.405C177.004%20160.583%20177.219%20160.311%20177.114%20160.366C177.477%20159.973%20177.833%20159.587%20178.195%20159.195C177.627%20159.768%20177.06%20160.338%20176.504%20160.898C176.844%20160.487%20177.736%20159.528%20177.477%20159.727C177.327%20159.843%20176.556%20160.623%20176.125%20161.143C175.581%20161.8%20175.278%20162.216%20175.468%20162.112C174.244%20163.437%20173.336%20164.363%20172.171%20165.602C172.171%20165.602%20172.171%20165.602%20172.171%20165.602C172.169%20165.604%20172.166%20165.606%20172.164%20165.609C172.074%20165.678%20171.852%20165.901%20171.637%20166.113C171.958%20165.724%20172.285%20165.331%20172.608%20164.945C170.533%20167.192%20169.652%20168.295%20169.525%20168.608C169.018%20169.163%20168.743%20169.434%20168.189%20170.074C167.623%20170.81%20167.054%20171.564%20166.507%20172.309C166.886%20171.936%20167.275%20171.557%20167.666%20171.18C167.327%20171.591%20166.981%20172.015%20166.663%20172.414C167.075%20171.947%20167.581%20171.426%20167.992%20170.965ZM159.462%20133.972C159.459%20133.962%20159.454%20133.952%20159.448%20133.944C158.438%20134.29%20157.442%20134.633%20156.428%20134.983C156.566%20134.959%20156.698%20134.937%20156.836%20134.913C157.722%20134.595%20158.582%20134.286%20159.462%20133.972ZM177.743%20112.92C178.275%20112.862%20178.804%20112.806%20179.339%20112.748C179.332%20112.728%20179.329%20112.707%20179.322%20112.687C178.79%20112.766%20178.269%20112.842%20177.743%20112.92ZM180.737%20147.564C180.739%20147.574%20180.741%20147.585%20180.743%20147.595C181.257%20147.495%20181.805%20147.392%20182.309%20147.301C182.307%20147.29%20182.305%20147.28%20182.303%20147.27C181.799%20147.361%20181.251%20147.464%20180.737%20147.564ZM196.73%20110.154C196.733%20110.174%20196.743%20110.194%20196.746%20110.214C197.012%20110.176%20197.277%20110.138%20197.541%20110.1C197.534%20110.08%20197.528%20110.06%20197.525%20110.039C197.26%20110.077%20196.996%20110.115%20196.73%20110.154ZM249.1%20104.602C249.103%20104.623%20249.827%20104.331%20249.803%20104.318C249.805%20104.297%20249.087%20104.588%20249.1%20104.602ZM247.627%20105.163C247.643%20105.179%20248.319%20104.926%20248.325%20104.902C248.302%20104.89%20247.624%20105.144%20247.627%20105.163ZM106.194%20165.826C106.201%20165.857%20106.216%20165.885%20106.226%20165.915C106.487%20165.859%20106.757%20165.801%20107.011%20165.747C107.001%20165.717%20106.99%20165.687%20106.979%20165.657C106.725%20165.712%20106.455%20165.77%20106.194%20165.826ZM174.795%20162.6C174.787%20162.593%20174.779%20162.586%20174.772%20162.579C174.408%20162.967%20174.042%20163.357%20173.678%20163.748C173.685%20163.755%20173.693%20163.762%20173.7%20163.769C174.065%20163.379%20174.431%20162.988%20174.795%20162.6ZM161.11%20179.389C161.043%20179.587%20161.425%20178.994%20162.003%20178.001C162.123%20177.798%20162.06%20177.745%20162.593%20176.954C162.925%20176.521%20163.269%20176.1%20163.613%20175.686C164.046%20175.048%20164.545%20174.34%20164.699%20174.083C164.784%20173.938%20164.537%20174.242%20164.462%20174.309C164.389%20174.438%20164.327%20174.553%20164.26%20174.675C163.919%20175.066%20163.546%20175.51%20163.212%20175.916C162.206%20177.298%20161.773%20178.017%20161.227%20179.048C161.104%20179.257%20160.988%20179.463%20160.879%20179.666C160.525%20180.331%20160.256%20180.952%20160.082%20181.658C160.054%20181.912%20160.033%20182.25%20160.051%20182.519C160.124%20181.463%20160.474%20180.612%20160.943%20179.7C160.997%20179.597%20161.053%20179.493%20161.11%20179.389ZM111.219%20150.993C111.225%20151.012%20111.936%20150.736%20111.927%20150.718C111.918%20150.7%20111.209%20150.976%20111.219%20150.993ZM154.015%20116.397C154.014%20116.397%20154.012%20116.398%20154.01%20116.398C154.186%20116.412%20153.579%20116.522%20153.248%20116.608C154.039%20116.488%20154.83%20116.369%20155.619%20116.25C155.762%20116.197%20155.067%20116.23%20154.015%20116.397ZM160.276%20184.274C160.266%20184.273%20159.992%20183.437%20160.001%20183.447C159.953%20183.447%20160.235%20184.301%20160.276%20184.274ZM171.069%20187.195C172.14%20187.332%20174.921%20187.213%20175.08%20187.009C173.749%20187.099%20172.408%20187.169%20171.069%20187.195ZM211.981%20117.011C216.278%20115.632%20214.478%20116.077%20211.168%20117.142C211.44%20117.098%20211.71%20117.055%20211.981%20117.011ZM182.866%20112.13C182.475%20112.184%20182.079%20112.238%20181.686%20112.292C182.681%20112.186%20183.346%20112.132%20184.874%20111.905C183.999%20111.988%20184.808%20111.862%20184.846%20111.814C184.19%20111.919%20183.521%20112.026%20182.866%20112.13ZM186.446%20111.644C186.447%20111.654%20186.448%20111.665%20186.453%20111.674C187.238%20111.56%20188.032%20111.444%20188.828%20111.328C188.827%20111.318%20188.824%20111.308%20188.819%20111.298C188.023%20111.414%20187.231%20111.529%20186.446%20111.644ZM123.965%20120.943C123.97%20120.974%20123.979%20121.005%20123.987%20121.035C123.465%20121.111%20122.94%20121.188%20122.412%20121.265C123.212%20121.156%20123.997%20121.049%20124.79%20120.941C124.777%20120.901%20124.768%20120.86%20124.754%20120.82C124.491%20120.861%20124.228%20120.902%20123.965%20120.943ZM179.142%20147.867C179.139%20147.848%20178.405%20148%20178.411%20148.019C178.417%20148.038%20179.152%20147.885%20179.142%20147.867ZM132.636%20119.567C132.698%20119.428%20131.011%20119.798%20129.96%20119.968C128.535%20120.199%20128.979%20120.09%20127.935%20120.315C127.666%20120.372%20126.856%20120.561%20127.16%20120.54C128.473%20120.348%20129.791%20120.153%20131.113%20119.96C130.835%20119.955%20130.557%20119.951%20130.283%20119.946C131.061%20119.821%20131.885%20119.686%20132.636%20119.567ZM120.958%20147.388C120.951%20147.369%20120.94%20147.35%20120.93%20147.332C120.68%20147.424%20120.433%20147.516%20120.187%20147.607C120.194%20147.627%20120.204%20147.645%20120.215%20147.663C120.461%20147.572%20120.709%20147.48%20120.958%20147.388ZM177.728%20128.05C177.722%20128.031%20177.708%20128.013%20177.702%20127.993C177.195%20128.159%20176.688%20128.325%20176.181%20128.491C176.569%20128.386%20176.958%20128.28%20177.349%20128.174C177.474%20128.134%20177.603%20128.091%20177.728%20128.05ZM174.691%20129.045C174.685%20129.025%20174.671%20129.007%20174.665%20128.987C174.168%20129.172%20173.672%20129.357%20173.171%20129.543C173.678%20129.376%20174.185%20129.211%20174.691%20129.045ZM19.4927%20138.567C18.8047%20138.683%2018.6002%20138.685%2017.9454%20138.863C17.2901%20139.042%2017.8287%20138.995%2017.4879%20139.123C17.2358%20139.216%2015.8669%20139.521%2016.0955%20139.533C16.8554%20139.383%2017.6606%20139.223%2018.4379%20139.07C18.4126%20138.996%2018.3836%20138.922%2018.3583%20138.847C19.6617%20138.599%2020.9736%20138.349%2022.2871%20138.101C22.2855%20138.101%2022.2839%20138.102%2022.2823%20138.102C21.652%20138.157%2020.8538%20138.336%2019.4927%20138.567ZM151.627%20116.806C151.624%20116.786%20150.874%20116.9%20150.879%20116.919C150.886%20116.938%20151.634%20116.825%20151.627%20116.806ZM108.221%20152.306C108.221%20152.307%20108.22%20152.307%20108.219%20152.307C107.359%20152.61%20106.481%20152.923%20105.635%20153.227C105.146%20153.457%20104.563%20153.689%20103.81%20154.004C103.58%20154.155%20103.354%20154.304%20103.129%20154.454C105.071%20153.597%20105.619%20153.452%20107.593%20152.675C107.801%20152.553%20108.01%20152.43%20108.221%20152.306ZM165.4%20186.98C165.405%20186.965%20164.632%20186.826%20164.634%20186.842C164.628%20186.865%20165.408%20187.005%20165.4%20186.98ZM130.311%20160.117C130.306%20160.098%20129.573%20160.286%20129.578%20160.305C129.585%20160.324%20130.319%20160.135%20130.311%20160.117ZM41.6129%20134.764C41.8706%20134.708%2042.1355%20134.65%2042.3917%20134.595C42.7841%20134.528%2043.1756%20134.461%2043.571%20134.394C42.58%20134.534%2041.9153%20134.611%2040.4031%20134.89C40.8063%20134.848%2041.2102%20134.806%2041.6129%20134.764ZM78.4698%20166.03C77.5027%20166.721%2076.9703%20166.99%2076.2078%20167.956C76.1254%20168.108%2076.0441%20168.287%2076.0345%20168.525C76.2111%20167.696%2076.6439%20167.519%2077.0168%20167.167C77.4138%20166.848%2077.8751%20166.526%2078.5289%20166.104C78.5089%20166.079%2078.4867%20166.056%2078.4698%20166.03ZM172.124%20149.344C172.129%20149.364%20172.137%20149.384%20172.146%20149.403C172.408%20149.342%20172.67%20149.281%20172.929%20149.22C172.925%20149.2%20172.916%20149.18%20172.908%20149.161C172.649%20149.221%20172.387%20149.282%20172.124%20149.344ZM251.289%20103.711C251.282%20103.726%20251.473%20103.633%20251.618%20103.546C251.75%20103.47%20251.901%20103.354%20251.886%20103.351C251.887%20103.34%20251.732%20103.446%20251.6%20103.522C251.456%20103.608%20251.271%20103.709%20251.289%20103.711ZM93.6041%20168.289C93.5971%20168.27%2092.8516%20168.396%2092.8603%20168.414C92.8619%20168.434%2093.6091%20168.308%2093.6041%20168.289ZM249.131%20104.657C249.141%20104.676%20249.857%20104.386%20249.836%20104.372C249.841%20104.35%20249.119%20104.642%20249.131%20104.657ZM174.87%20162.657C174.488%20163.033%20174.109%20163.408%20173.727%20163.787C173.742%20163.801%20173.76%20163.813%20173.777%20163.825C174.142%20163.434%20174.506%20163.045%20174.87%20162.657ZM212.529%20107.894C212.526%20107.875%20211.764%20107.981%20211.775%20108C211.776%20108.02%20212.534%20107.913%20212.529%20107.894ZM225.017%20112.883C225.969%20112.526%20226.974%20112.151%20227.93%20111.792C226.089%20112.376%20226.69%20112.235%20225.696%20112.599C225.291%20112.747%20224.687%20112.939%20224.195%20113.101C223.695%20113.306%20224.832%20112.972%20224.769%20113.028C224.638%20113.142%20223.255%20113.635%20225.788%20112.815C225.514%20112.843%20225.28%20112.859%20225.017%20112.883ZM179.033%20193.013C179.047%20193.025%20178.634%20193.66%20178.618%20193.65C178.601%20193.64%20179.015%20193.003%20179.033%20193.013ZM98.0188%20156.716C97.5213%20156.915%2097.0145%20157.119%2096.5159%20157.321C96.4971%20157.278%2096.4783%20157.235%2096.4595%20157.192C97.3558%20156.819%2098.2545%20156.451%2099.1389%20156.093C100.226%20155.634%20101.279%20155.197%20102.372%20154.75C101.434%20155.106%20102.017%20154.802%20100.47%20155.463C99.291%20155.969%2098.4627%20156.343%2097.2321%20156.852C97.2037%20156.843%2097.1871%20156.827%2097.162%20156.816C95.3578%20157.598%2095.6374%20157.522%2095.7421%20157.544C95.4808%20157.625%2095.2223%20157.706%2094.967%20157.786C93.981%20158.227%2093.0284%20158.66%2092.0488%20159.113C92.4538%20158.999%2092.8157%20158.876%2092.1359%20159.261C92.5051%20159.108%2092.8849%20158.951%2093.2544%20158.8C93.483%20158.672%2093.721%20158.542%2093.954%20158.413C94.3324%20158.276%2094.7285%20158.132%2095.1149%20157.993C96.0728%20157.565%2097.0593%20157.132%2098.0188%20156.716ZM220.454%20106.797C220.447%20106.778%20219.691%20106.882%20219.697%20106.901C219.702%20106.92%20220.461%20106.816%20220.454%20106.797ZM183.998%20187.597C184.47%20187.052%20184.678%20186.795%20184.934%20186.444L184.903%20186.499C184.896%20186.451%20184.952%20186.609%20184.919%20186.552C184.874%20186.519%20184.738%20186.474%20184.58%20186.448C184.575%20186.479%20184.577%20186.511%20184.574%20186.542C184.687%20186.558%20184.824%20186.596%20184.861%20186.616C184.892%20186.631%20184.87%20186.629%20184.847%20186.58C184.819%20186.526%20184.838%20186.455%20184.835%20186.471L184.873%20186.402C184.605%20186.804%20184.285%20187.187%20183.948%20187.56C183.963%20187.574%20183.981%20187.586%20183.998%20187.597ZM146.629%20138.414C146.622%20138.394%20146.609%20138.376%20146.602%20138.357C145.85%20138.605%20144.134%20139.219%20144.359%20139.186C145.122%20138.926%20145.875%20138.67%20146.629%20138.414ZM161.249%20151.986C161.254%20152.006%20161.263%20152.025%20161.271%20152.045C161.532%20151.979%20161.792%20151.913%20162.05%20151.847C162.045%20151.827%20162.037%20151.807%20162.028%20151.788C161.769%20151.854%20161.509%20151.92%20161.249%20151.986ZM202.079%20120.192C201.694%20120.3%20201.308%20120.408%20200.92%20120.517C200.796%20120.563%20200.672%20120.609%20200.544%20120.655C200.546%20120.655%20200.548%20120.654%20200.549%20120.654C200.937%20120.545%20201.324%20120.436%20201.71%20120.327C201.833%20120.282%20201.956%20120.237%20202.079%20120.192ZM133.066%20143.194C134.78%20142.592%20135.007%20142.48%20135.289%20142.314C135.748%20142.156%20136.392%20141.948%20136.938%20141.761C137.174%20141.681%20137.391%20141.605%20137.562%20141.54C137.351%20141.605%20137.14%20141.671%20136.929%20141.736C136.369%20141.911%20135.812%20142.085%20135.262%20142.258C135.245%20142.286%20135.344%20142.273%20135.289%20142.314C133.787%20142.844%20132.991%20143.15%20133.066%20143.194ZM195.219%20122.362C195.493%20122.322%20195.765%20122.283%20196.036%20122.244C196.791%20122.005%20197.568%20121.76%20198.328%20121.519C197.291%20121.8%20196.249%20122.083%20195.219%20122.362ZM192.96%20123.159C192.445%20123.304%20191.929%20123.45%20191.416%20123.594C191.422%20123.614%20191.432%20123.633%20191.442%20123.651C191.949%20123.487%20192.455%20123.323%20192.96%20123.159ZM129.307%20144.509C128.083%20144.916%20129.015%20144.538%20128.369%20144.73C128.094%20144.812%20126.826%20145.288%20126.618%20145.323C126.443%20145.393%20126.361%20145.427%20126.225%20145.482C127.143%20145.201%20128.007%20144.94%20128.924%20144.662C129.053%20144.61%20129.16%20144.567%20129.307%20144.509ZM249.129%20104.708C249.131%20104.707%20249.132%20104.707%20249.133%20104.706C248.539%20104.93%20247.898%20105.159%20247.265%20105.38C247.141%20105.43%20247.005%20105.486%20246.891%20105.532C247.662%20105.27%20248.423%20105.003%20249.145%20104.735C249.141%20104.726%20249.136%20104.716%20249.129%20104.708ZM246.161%20105.811C244.147%20106.515%20242.127%20107.184%20240.103%20107.847C240.365%20107.799%20240.626%20107.75%20240.88%20107.704C242.253%20107.262%20242.671%20107.104%20243.288%20106.954C243.576%20106.884%20243.759%20106.882%20244.751%20106.537C245.243%20106.29%20245.662%20106.066%20246.161%20105.811ZM115.748%20149.354C115.763%20149.369%20116.462%20149.105%20116.452%20149.088C116.447%20149.068%20115.741%20149.336%20115.748%20149.354ZM234.89%20109.76C236.843%20109.083%20238.606%20108.465%20238.614%20108.357C237.18%20108.787%20238.516%20108.406%20237.646%20108.724C236.795%20109.037%20234.363%20109.842%20234.89%20109.76ZM12.912%20140.047C11.8681%20140.258%2010.8325%20140.467%209.78507%20140.679C9.77756%20140.659%209.76522%20140.64%209.76128%20140.62C10.8089%20140.408%2011.8428%20140.199%2012.8906%20139.987C12.8981%20140.007%2012.9081%20140.026%2012.912%20140.047ZM165.286%20173.4C165.3%20173.413%20165.778%20172.825%20165.762%20172.815C165.744%20172.804%20165.267%20173.391%20165.286%20173.4ZM162.677%20115.079C162.674%20115.059%20161.924%20115.172%20161.929%20115.191C161.936%20115.21%20162.683%20115.098%20162.677%20115.079ZM109.757%20123.177C109.759%20123.188%20109.759%20123.198%20109.765%20123.208C110.287%20123.125%20110.812%20123.042%20111.338%20122.959C111.336%20122.948%20111.333%20122.938%20111.328%20122.928C110.803%20123.012%20110.279%20123.095%20109.757%20123.177ZM49.0444%20133.298C49.0481%20133.318%2049.0602%20133.337%2049.0674%20133.357C49.5902%20133.264%2050.1157%20133.17%2050.6442%20133.076C50.2422%20133.126%2049.8352%20133.178%2049.4364%20133.228C49.307%20133.251%2049.1734%20133.275%2049.0444%20133.298ZM79.2604%20169.827C79.0141%20169.822%2078.7365%20169.81%2078.4938%20169.793C78.478%20169.792%2078.4623%20169.791%2078.4467%20169.79C78.4443%20169.769%2078.4419%20169.748%2078.4435%20169.727C78.4616%20169.728%2078.4798%20169.729%2078.4982%20169.731C78.7372%20169.748%2079.0118%20169.759%2079.2543%20169.764C79.2576%20169.785%2079.2609%20169.806%2079.2604%20169.827ZM244.23%20103.702C244.232%20103.702%20244.234%20103.702%20244.235%20103.702C244.237%20103.722%20244.247%20103.742%20244.249%20103.763C244.737%20103.692%20245.312%20103.613%20245.819%20103.545C245.306%20103.593%20244.725%20103.651%20244.23%20103.702ZM168.217%20150.263C168.21%20150.245%20167.469%20150.426%20167.481%20150.443C167.483%20150.463%20168.224%20150.282%20168.217%20150.263ZM83.2727%20169.573C83.2743%20169.573%2083.2759%20169.573%2083.2775%20169.573C83.5425%20169.576%2083.8379%20169.575%2084.093%20169.576C84.6187%20169.503%2085.1415%20169.425%2085.6756%20169.342C84.9999%20169.41%2084.3388%20169.47%2083.6707%20169.522C83.5377%20169.539%2083.4055%20169.556%2083.2727%20169.573ZM134.203%20119.261C133.947%20119.327%20133.692%20119.393%20133.437%20119.459C134.228%20119.352%20135.025%20119.246%20135.818%20119.139C135.82%20119.139%20135.822%20119.139%20135.823%20119.139C135.546%20119.139%20135.271%20119.139%20134.993%20119.14C134.73%20119.18%20134.466%20119.221%20134.203%20119.261ZM123.25%20146.596C123.256%20146.615%20123.971%20146.354%20123.963%20146.336C123.955%20146.318%20123.24%20146.579%20123.25%20146.596ZM144.115%20117.868C144.591%20117.767%20143.006%20117.955%20144.101%20117.777C145.402%20117.566%20146.482%20117.422%20147.654%20117.266C146.868%20117.243%20143.925%20117.791%20141.306%20118.139C142.242%20118.048%20143.183%20117.958%20144.115%20117.868ZM148.457%20117.16C148.856%20117.115%20149.257%20117.07%20149.656%20117.025C149.785%20117%20149.914%20116.976%20150.046%20116.95C149.646%20116.995%20149.243%20117.04%20148.844%20117.085C148.715%20117.11%20148.586%20117.135%20148.457%20117.16ZM218.06%20106.984C218.064%20107.015%20218.076%20107.045%20218.087%20107.075C218.614%20107.002%20219.118%20106.933%20219.666%20106.858C219.658%20106.827%20219.65%20106.797%20219.638%20106.767C219.09%20106.842%20218.587%20106.911%20218.06%20106.984ZM220.464%20106.748C221.265%20106.639%20222.029%20106.534%20222.83%20106.426C222.828%20106.426%20222.827%20106.426%20222.825%20106.426C222.824%20106.421%20222.824%20106.416%20222.823%20106.411C222.404%20106.452%20222.033%20106.487%20221.633%20106.526C221.246%20106.599%20220.858%20106.673%20220.464%20106.748ZM99.4781%20124.79C99.4798%20124.8%2099.4803%20124.81%2099.4855%20124.82C100.013%20124.735%20100.548%20124.649%20101.074%20124.564C101.073%20124.554%20101.07%20124.544%20101.065%20124.534C100.539%20124.619%20100.005%20124.705%2099.4781%20124.79ZM29.3616%20136.802C29.2889%20136.877%2030.3766%20136.7%2031.3682%20136.555C32.6921%20136.264%2032.5894%20136.235%2032.4906%20136.187C31.4484%20136.392%2030.4024%20136.597%2029.3616%20136.802ZM224.4%20106.197C224.394%20106.178%20223.645%20106.28%20223.649%20106.299C223.653%20106.318%20224.406%20106.216%20224.4%20106.197ZM44.3605%20134.101C43.3295%20134.227%2043.291%20134.162%2041.154%20134.643C42.0934%20134.507%2043.0139%20134.378%2043.9475%20134.246C44.6012%20134.113%2045.2493%20133.978%2045.8915%20133.848C45.7489%20133.83%2044.9127%20134.034%2044.3605%20134.101ZM113.685%20122.508C113.283%20122.556%20112.883%20122.603%20112.483%20122.651C112.353%20122.671%20112.219%20122.692%20112.089%20122.713C112.097%20122.743%20112.109%20122.773%20112.118%20122.803C112.637%20122.705%20113.159%20122.607%20113.685%20122.508ZM239.05%20104.224C238.928%20104.271%20238.806%20104.317%20238.679%20104.364C239.447%20104.26%20240.294%20104.149%20241.043%20104.053C240.779%20104.041%20240.51%20104.031%20240.236%20104.021C239.849%20104.087%20239.452%20104.155%20239.05%20104.224ZM180.461%20112.33C179.658%20112.477%20179.139%20112.574%20179.294%20112.597C179.824%20112.519%20180.354%20112.441%20180.881%20112.363C180.873%20112.333%20180.861%20112.303%20180.853%20112.273C180.724%20112.292%20180.591%20112.311%20180.461%20112.33ZM182.444%20112.071C182.447%20112.091%20182.457%20112.111%20182.46%20112.132C182.723%20112.093%20182.984%20112.055%20183.248%20112.016C183.245%20111.996%20183.235%20111.976%20183.232%20111.955C182.968%20111.994%20182.707%20112.032%20182.444%20112.071ZM65.1351%20130.378C64.2244%20130.525%2063.3239%20130.669%2062.4028%20130.819C62.3918%20130.841%2062.3793%20130.864%2062.3648%20130.887C61.8545%20130.987%2061.3434%20131.087%2060.8386%20131.186C62.1299%20130.961%2063.4616%20130.731%2064.7489%20130.509C65.2865%20130.437%2065.8273%20130.365%2066.3709%20130.292C66.092%20130.298%2065.8131%20130.304%2065.5358%20130.31C66.3203%20130.159%2067.112%20130.007%2067.8886%20129.858C67.3609%20129.932%2066.8431%20130.005%2066.3048%20130.082C65.9113%20130.181%2065.5253%20130.279%2065.1351%20130.378ZM251.981%20103.396C251.984%20103.4%20252.017%20103.378%20252.05%20103.351C252.1%20103.311%20252.128%20103.252%20252.113%20103.29C252.103%20103.315%20252.122%20103.386%20252.137%20103.399C252.147%20103.413%20252.146%20103.41%20252.134%20103.404C252.107%20103.391%20252.065%20103.38%20252.068%20103.386C252.062%20103.389%20252.103%20103.408%20252.123%20103.423C252.132%20103.43%20252.129%20103.433%20252.114%20103.414C252.092%20103.394%20252.073%20103.312%20252.085%20103.282C252.103%20103.236%20252.078%20103.295%20252.033%20103.336C252.005%20103.366%20251.977%20103.393%20251.981%20103.396ZM190.763%20124.037C191.52%20123.796%20192.279%20123.556%20193.032%20123.317C192.38%20123.479%20191.728%20123.641%20191.074%20123.804C191.087%20123.832%20191.102%20123.861%20191.115%20123.889C190.481%20124.095%20189.846%20124.301%20189.216%20124.505C189.452%20124.385%20189.685%20124.265%20189.918%20124.146C186.002%20125.471%20187.352%20125.184%20190.768%20124.1C190.769%20124.078%20190.766%20124.057%20190.763%20124.037ZM75.0219%20128.788C75.0237%20128.798%2075.0277%20128.808%2075.0295%20128.818C75.5528%20128.73%2076.0801%20128.641%2076.6091%20128.552C76.6074%20128.542%2076.6069%20128.531%2076.6016%20128.522C76.0725%20128.611%2075.5453%20128.699%2075.0219%20128.788ZM169.88%20168.303C169.881%20168.302%20169.882%20168.301%20169.883%20168.3C169.353%20168.887%20169.522%20168.644%20169.529%20168.602C170.633%20167.367%20171.047%20166.825%20172.164%20165.609C172.165%20165.608%20172.165%20165.608%20172.166%20165.607C172.168%20165.605%20172.169%20165.604%20172.171%20165.602C172.218%20165.635%20171.55%20166.39%20171.19%20166.857C171.565%20166.476%20171.942%20166.096%20172.322%20165.715C171.502%20166.573%20170.684%20167.438%20169.88%20168.303ZM112.786%20150.604C112.779%20150.584%20112.765%20150.567%20112.757%20150.548C112.273%20150.735%20111.755%20150.935%20111.263%20151.127C111.27%20151.147%20111.281%20151.165%20111.292%20151.183C111.785%20150.991%20112.302%20150.791%20112.786%20150.604ZM116.688%20163.324C116.314%20163.434%20115.917%20163.55%20115.536%20163.66C116.056%20163.538%20116.581%20163.414%20117.092%20163.292C117.088%20163.272%20117.079%20163.253%20117.071%20163.233C116.944%20163.263%20116.814%20163.294%20116.688%20163.324ZM150.832%20116.815C151.351%20116.721%20151.875%20116.626%20152.395%20116.531C151.996%20116.576%20151.595%20116.621%20151.195%20116.666C151.065%20116.685%20150.932%20116.705%20150.803%20116.725C150.811%20116.755%20150.823%20116.785%20150.832%20116.815ZM216.464%20107.252C216.462%20107.232%20215.699%20107.338%20215.704%20107.357C215.708%20107.377%20216.47%20107.271%20216.464%20107.252ZM158.8%20134.423C158.793%20134.403%20158.78%20134.385%20158.773%20134.366C158.521%20134.45%20158.268%20134.534%20158.017%20134.618C158.023%20134.638%20158.037%20134.655%20158.043%20134.675C158.295%20134.591%20158.548%20134.507%20158.8%20134.423ZM148.84%20137.796C149.597%20137.511%20147.875%20138.011%20147.523%20138.144C146.755%20138.433%20148.505%20137.922%20148.84%20137.796ZM113.649%20122.388C114.723%20122.259%20114.485%20122.344%20114.476%20122.399C115%20122.317%20115.526%20122.234%20116.052%20122.151C115.295%20122.216%20115.256%20122.162%20114.041%20122.31C113.914%20122.335%20113.782%20122.361%20113.649%20122.388ZM57.6893%20131.736C57.6911%20131.746%2057.6917%20131.757%2057.6971%20131.766C58.2184%20131.675%2058.7434%20131.583%2059.2705%20131.491C59.2688%20131.481%2059.2657%20131.47%2059.2603%20131.461C58.7337%20131.553%2058.2101%20131.644%2057.6893%20131.736ZM176.562%20160.973C176.575%20160.988%20176.059%20161.536%20176.044%20161.522C176.028%20161.511%20176.545%20160.962%20176.562%20160.973ZM177.011%20128.384C176.259%20128.646%20175.502%20128.91%20174.751%20129.173C175.266%20129.021%20175.779%20128.869%20176.291%20128.718C176.531%20128.606%20176.771%20128.495%20177.011%20128.384ZM187.201%20125.817C188.599%20125.366%20189.749%20125.048%20191.007%20124.598C189.98%20124.914%20188.967%20125.227%20187.942%20125.543C187.869%20125.53%20189.011%20125.142%20188.665%20125.21C189.172%20125.045%20189.677%20124.881%20190.183%20124.717C190.181%20124.712%20190.179%20124.707%20190.178%20124.702C189.668%20124.851%20189.154%20125.002%20188.639%20125.153C188.645%20125.173%20188.655%20125.191%20188.665%20125.21C188.412%20125.292%20188.158%20125.375%20187.904%20125.457C187.891%20125.429%20187.876%20125.401%20187.863%20125.372C187.102%20125.625%20186.349%20125.875%20185.591%20126.127C186.633%20125.746%20186.231%20125.828%20186.291%20125.751C186.918%20125.55%20187.484%20125.376%20187.784%20125.248C188.355%20125.004%20188.656%20124.85%20188.491%20124.839C186.647%20125.482%20186.509%20125.597%20186.291%20125.751C184.26%20126.405%20184.425%20126.289%20183.233%20126.634C180.716%20127.364%20179.783%20127.724%20179.436%20127.952C177.042%20128.654%20175.673%20129.103%20173.349%20129.945C173.638%20129.795%20172.238%20130.23%20171.87%20130.314C171.508%20130.397%20172.398%20130.095%20172.434%20130.061C172.495%20130.002%20171.775%20130.222%20171.796%20130.181C171.807%20130.158%20172.431%20129.949%20172.368%20129.954C172.209%20129.969%20170.932%20130.371%20170.153%20130.633C170.824%20130.475%20169.208%20131.065%20169.6%20130.992C170.232%20130.872%20171.794%20130.385%20171.077%20130.725C169.514%20131.197%20169.159%20131.391%20167.677%20131.851C167.679%20131.85%20167.68%20131.85%20167.682%20131.849C166.806%20132.163%20165.928%20132.478%20165.055%20132.792C165.562%20132.634%20166.071%20132.476%20166.58%20132.318C166.586%20132.301%20166.59%20132.285%20166.592%20132.269C168.096%20131.761%20169.597%20131.255%20171.1%20130.75C171.179%20130.789%20172.108%20130.522%20173.435%20130.114C173.432%20130.094%20173.429%20130.073%20173.43%20130.051C174.188%20129.802%20174.941%20129.555%20175.698%20129.306C175.451%20129.371%20175.188%20129.44%20174.951%20129.502C175.182%20129.399%20175.384%20129.356%20175.635%20129.277C176.746%20128.93%20177.011%20128.83%20177.942%20128.507C177.455%20128.721%20176.975%20128.933%20176.488%20129.147C177.367%20128.837%20178.241%20128.53%20179.119%20128.221C180.02%20127.959%20180.919%20127.699%20181.821%20127.438C182.035%20127.329%20182.247%20127.222%20182.461%20127.113C181.967%20127.247%20181.475%20127.38%20180.981%20127.514C182.252%20127.11%20183.523%20126.707%20184.796%20126.303C184.563%20126.423%20184.325%20126.545%20184.088%20126.666C185.106%20126.345%20186.123%20126.025%20187.135%20125.707C187.158%20125.743%20187.178%20125.781%20187.201%20125.817ZM164.874%20132.407C164.87%20132.398%20164.866%20132.388%20164.859%20132.379C164.355%20132.546%20163.851%20132.713%20163.342%20132.881C163.346%20132.891%20163.348%20132.901%20163.355%20132.91C163.863%20132.742%20164.369%20132.574%20164.874%20132.407ZM162.653%20114.988C162.647%20114.969%20161.899%20115.081%20161.906%20115.1C161.908%20115.119%20162.659%20115.007%20162.653%20114.988ZM102.613%20124.222C102.615%20124.232%20102.621%20124.242%20102.623%20124.252C103.148%20124.168%20103.676%20124.083%20104.205%20123.999C104.203%20123.988%20104.2%20123.978%20104.195%20123.969C103.666%20124.053%20103.138%20124.138%20102.613%20124.222ZM147.315%20155.519C147.307%20155.5%20148.04%20155.308%20148.047%20155.327C148.056%20155.345%20147.32%20155.538%20147.315%20155.519ZM147.456%20138.298C147.108%20138.379%20146.518%20138.56%20146.656%20138.471C146.159%20138.656%20145.672%20138.838%20145.17%20139.025C145.88%20138.817%20146.364%20138.674%20147.456%20138.298ZM78.9321%20128.035C78.9355%20128.056%2078.9474%20128.075%2078.9544%20128.095C79.4719%20127.988%2079.9922%20127.879%2080.5152%20127.771C79.985%20127.859%2079.4567%20127.948%2078.9321%20128.035ZM178.265%20159.211C178.28%20159.224%20178.799%20158.673%20178.782%20158.663C178.768%20158.649%20178.249%20159.2%20178.265%20159.211ZM162.091%20178.046C162.152%20177.888%20161.415%20178.977%20161.023%20179.742C160.945%20179.889%20160.88%20180.023%20160.829%20180.135C160.848%20180.144%20160.868%20180.149%20160.889%20180.155C160.949%20180.029%20161.013%20179.902%20161.081%20179.772C161.376%20179.207%20161.74%20178.595%20162.091%20178.046ZM35.6309%20135.654C35.6251%20135.635%2034.8796%20135.773%2034.8871%20135.791C34.8905%20135.811%2035.6376%20135.673%2035.6309%20135.654ZM174.776%20163.078C173.8%20164.17%20173.676%20164.306%20172.849%20165.121C173.917%20163.93%20174.99%20162.749%20176.063%20161.571C176.289%20161.427%20175.573%20162.186%20174.776%20163.078ZM208.518%20108.268C208.507%20108.25%20207.763%20108.355%20207.77%20108.374C207.77%20108.393%20208.52%20108.288%20208.518%20108.268ZM212.868%20107.547C211.741%20107.741%20211.566%20107.8%20211.706%20107.836C211.962%20107.8%20212.236%20107.762%20212.503%20107.724C212.758%20107.652%20213.016%20107.579%20213.273%20107.506C213.137%20107.52%20213.003%20107.533%20212.868%20107.547ZM165.417%20173.487C165.432%20173.499%20165.908%20172.913%20165.892%20172.903C165.875%20172.891%20165.398%20173.478%20165.417%20173.487ZM157.087%20115.649C157.068%20115.673%20157.14%20115.683%20157.104%20115.71C156.577%20115.791%20156.049%20115.868%20155.522%20115.948C155.39%20116.028%20155.637%20116%20157.125%20115.77C157.144%20115.746%20157.072%20115.736%20157.108%20115.709C157.636%20115.628%20158.164%20115.551%20158.691%20115.471C158.822%20115.392%20158.574%20115.419%20157.087%20115.649ZM86.3909%20162.059C86.3863%20162.05%2086.3828%20162.04%2086.375%20162.032C86.3682%20162.036%2086.3613%20162.039%2086.3545%20162.042C85.8763%20162.278%2085.409%20162.51%2084.9392%20162.746C84.9439%20162.755%2084.9496%20162.764%2084.9575%20162.772C85.4261%20162.537%2085.8913%20162.306%2086.3683%20162.07C86.3758%20162.067%2086.3834%20162.063%2086.3909%20162.059ZM213.599%20116.719C213.586%20116.69%20213.574%20116.661%20213.561%20116.633C213.054%20116.796%20212.541%20116.962%20212.03%20117.126C211.894%20117.203%20212.587%20117.054%20213.599%20116.719ZM233.884%20104.804C233.885%20104.815%20233.887%20104.825%20233.892%20104.835C234.384%20104.772%20234.969%20104.698%20235.488%20104.632C235.487%20104.622%20235.487%20104.611%20235.482%20104.602C234.962%20104.667%20234.376%20104.741%20233.884%20104.804ZM78.6997%20166.15C78.6668%20166.168%2078.6363%20166.186%2078.607%20166.202C78.6596%20166.167%2078.7159%20166.131%2078.7653%20166.099C78.7433%20166.116%2078.7237%20166.132%2078.6997%20166.15C78.7004%20166.149%2078.7011%20166.149%2078.7018%20166.148C79.1343%20165.909%2079.6006%20165.665%2080.0433%20165.444C79.3502%20165.844%2078.6619%20166.259%2078.0058%20166.715C78.2289%20166.524%2078.4582%20166.338%2078.6997%20166.15ZM145.232%20139.153C144.957%20139.202%20144.683%20139.252%20144.413%20139.3C143.658%20139.557%20142.905%20139.814%20142.157%20140.071C142.304%20140.064%20143.6%20139.664%20142.874%20139.956C142.677%20140.035%20140.532%20140.745%20141.861%20140.338C142.962%20139.949%20144.099%20139.55%20145.232%20139.153ZM121.114%20121.071C120.407%20121.208%20121.599%20121.033%20121.411%20121.103C121.288%20121.149%20120.361%20121.34%20120.777%20121.314C122.89%20120.939%20122.815%20120.87%20121.114%20121.071ZM199.128%20121.31C199.134%20121.329%20199.852%20121.097%20199.844%20121.079C199.838%20121.06%20199.119%20121.292%20199.128%20121.31ZM249.239%20104.9C249.232%20104.88%20249.221%20104.862%20249.21%20104.844C248.978%20104.936%20248.733%20105.031%20248.476%20105.129C248.483%20105.148%20248.494%20105.166%20248.505%20105.184C248.762%20105.086%20249.007%20104.991%20249.239%20104.9ZM95.9489%20167.654C95.9402%20167.636%2096.6908%20167.499%2096.6972%20167.518C96.7027%20167.537%2095.9516%20167.674%2095.9489%20167.654ZM109.866%20151.875C111.411%20151.273%20112.643%20150.739%20113.969%20150.283C114.09%20150.231%20114.215%20150.177%20114.335%20150.126C112.79%20150.645%20110.895%20151.379%20109.866%20151.875ZM240.418%20108.484C239.505%20108.773%20238.648%20109.042%20237.731%20109.329C237.096%20109.546%20236.491%20109.754%20235.85%20109.973C236.078%20109.882%20236.308%20109.79%20236.531%20109.7C236.166%20109.804%20235.797%20109.909%20235.421%20110.016C235.063%20110.144%20234.705%20110.271%20234.333%20110.402C234.455%20110.316%20233.743%20110.532%20233.224%20110.673C233.097%20110.707%20232.984%20110.736%20232.901%20110.754C232.816%20110.772%20233.084%20110.679%20233.21%20110.631C233.265%20110.61%20233.295%20110.597%20233.262%20110.603C233.245%20110.606%20233.225%20110.61%20233.205%20110.615C232.962%20110.667%20232.543%20110.789%20232.688%20110.708C232.855%20110.657%20233.021%20110.607%20233.186%20110.558C233.93%20110.333%20234.659%20110.113%20235.368%20109.899C236.158%20109.608%20236.898%20109.333%20237.665%20109.048C238.307%20108.848%20238.885%20108.668%20239.53%20108.465C239.074%20108.569%20240.056%20108.218%20240.029%20108.184C240.01%20108.148%20239.002%20108.457%20239.435%20108.266C238.905%20108.447%20238.44%20108.606%20237.919%20108.783C238.187%20108.722%20238.452%20108.663%20238.713%20108.604C236.865%20109.207%20235.706%20109.594%20234.564%20110.031C234.437%20110.072%20234.312%20110.113%20234.188%20110.153C234.242%20110.107%20233.793%20110.209%20233.134%20110.395C232.758%20110.5%20232.31%20110.634%20231.853%20110.782C232.172%20110.78%20230.99%20111.261%20231.975%20111.038C229.931%20111.703%20227.933%20112.35%20225.881%20113.015C225.878%20113.015%20225.876%20113.016%20225.874%20113.017C225.79%20113.132%20227.733%20112.508%20229.37%20111.984C230.423%20111.639%20231.237%20111.327%20232.359%20110.982C232.871%20110.824%20233.13%20110.753%20233.243%20110.733C233.353%20110.712%20233.332%20110.736%20233.258%20110.778C233.124%20110.857%20232.803%20111%20232.833%20111.022C231.055%20111.585%20228.274%20112.414%20228.279%20112.534C229.044%20112.293%20229.846%20112.039%20230.603%20111.801C230.6%20111.816%20230.595%20111.833%20230.593%20111.849C231.196%20111.632%20231.856%20111.395%20232.47%20111.173C232.753%20111.097%20233.034%20111.022%20233.313%20110.947C233.42%20110.918%20233.526%20110.889%20233.633%20110.86C233.703%20110.813%20233.526%20110.854%20233.301%20110.911C233.145%20110.949%20232.964%20110.996%20232.836%20111.021C232.988%20110.972%20233.139%20110.923%20233.29%20110.875C233.643%20110.76%20233.991%20110.645%20234.337%20110.532C234.341%20110.509%20234.339%20110.488%20234.343%20110.465C236.888%20109.642%20236.716%20109.807%20237.829%20109.521C238.711%20109.17%20239.538%20108.837%20240.418%20108.484ZM165.41%20186.728C165.417%20186.714%20164.654%20186.575%20164.655%20186.59C164.648%20186.614%20165.416%20186.753%20165.41%20186.728ZM224.357%20106.045C224.351%20106.026%20223.601%20106.128%20223.606%20106.147C223.612%20106.166%20224.364%20106.064%20224.357%20106.045ZM45.4522%20133.784C45.0611%20133.849%2044.6646%20133.915%2044.2666%20133.982C44.6667%20133.926%2045.0694%20133.869%2045.4625%20133.814C45.8472%20133.728%2046.2345%20133.643%2046.6187%20133.558C46.2299%20133.633%2045.8415%20133.708%2045.4522%20133.784ZM241.376%20103.731C240.955%20103.795%20240.608%20103.851%20240.209%20103.914C240.21%20103.924%20240.218%20103.934%20240.22%20103.944C240.989%20103.88%20241.835%20103.809%20242.612%20103.75C242.342%20103.727%20242.065%20103.706%20241.783%20103.685C241.65%20103.7%20241.512%20103.716%20241.376%20103.731ZM199.155%20121.416C197.624%20121.879%20196.085%20122.343%20194.553%20122.807C195.325%20122.579%20196.087%20122.354%20196.857%20122.127C196.353%20122.301%20195.856%20122.473%20195.352%20122.647C195.74%20122.543%20196.132%20122.438%20196.518%20122.335C197.398%20122.028%20198.283%20121.72%20199.155%20121.416ZM199.008%20109.479C199.012%20109.51%20199.024%20109.54%20199.036%20109.57C199.298%20109.532%20199.56%20109.495%20199.821%20109.457C199.813%20109.427%20199.805%20109.396%20199.794%20109.366C199.533%20109.404%20199.27%20109.441%20199.008%20109.479ZM85.2159%20126.954C85.5299%20126.887%2083.5454%20127.144%2082.8641%20127.29C82.552%20127.356%2084.5389%20127.098%2085.2159%20126.954ZM209.297%20108.095C209.293%20108.076%20208.535%20108.183%20208.541%20108.202C208.546%20108.221%20209.304%20108.114%20209.297%20108.095ZM12.8265%20139.808C12.8304%20139.829%2012.8403%20139.848%2012.8479%20139.868C14.4242%20139.568%2015.2301%20139.38%2015.1721%20139.327C14.3865%20139.488%2013.6113%20139.647%2012.8265%20139.808ZM160%20134.254C161.656%20133.703%20162.369%20133.461%20163.943%20132.915C164.821%20132.611%20165.241%20132.478%20164.915%20132.525C163.675%20132.924%20162.372%20133.345%20161.119%20133.75C161.129%20133.78%20161.147%20133.807%20161.16%20133.835C160.149%20134.16%20159.117%20134.493%20158.118%20134.815C157.907%20134.961%20158.636%20134.708%20160%20134.254ZM178.28%20147.679C176.97%20147.976%20175.684%20148.281%20174.395%20148.595C174.384%20148.565%20174.372%20148.536%20174.362%20148.506C175.662%20148.221%20176.96%20147.946%20178.28%20147.679ZM153.11%20116.154C153.113%20116.175%20153.124%20116.194%20153.127%20116.215C153.639%20116.138%20154.148%20116.062%20154.66%20115.985C154.681%20116.002%20154.703%20116.02%20154.727%20116.037C154.991%20115.997%20155.254%20115.957%20155.517%20115.917C155.241%20115.917%20154.966%20115.916%20154.689%20115.916C154.163%20115.995%20153.637%20116.075%20153.11%20116.154ZM217.212%20106.959C217.206%20106.94%20216.453%20107.044%20216.458%20107.064C216.462%20107.083%20217.218%20106.978%20217.212%20106.959ZM97.0505%20124.96C97.0521%20124.97%2097.0526%20124.981%2097.0578%20124.99C98.098%20124.811%2099.1448%20124.632%20100.204%20124.451C100.065%20124.452%2099.9262%20124.453%2099.7877%20124.455C98.8671%20124.624%2097.9568%20124.792%2097.0505%20124.96ZM221.25%20114.38C220.983%20114.423%20220.702%20114.47%20220.44%20114.511C220.085%20114.669%20219.729%20114.828%20219.37%20114.988C219.517%20114.946%20219.665%20114.903%20219.816%20114.859C220.291%20114.7%20220.762%20114.543%20221.25%20114.38ZM104.134%20123.836C104.125%20123.818%20103.378%20123.937%20103.385%20123.956C103.389%20123.975%20104.141%20123.855%20104.134%20123.836ZM112.031%20122.532C112.034%20122.553%20112.044%20122.572%20112.048%20122.593C112.049%20122.593%20112.051%20122.592%20112.052%20122.592C112.316%20122.551%20112.58%20122.509%20112.844%20122.467C112.841%20122.446%20112.829%20122.427%20112.823%20122.407C112.559%20122.449%20112.294%20122.491%20112.031%20122.532ZM168.096%20149.891C169.56%20149.52%20169.271%20149.613%20169.751%20149.532C170.455%20149.412%20171.386%20149.201%20171.262%20149.291C170.488%20149.469%20169.417%20149.749%20168.963%20149.823C168.383%20149.918%20168.035%20149.957%20168.096%20149.891ZM115.982%20121.909C115.985%20121.929%20115.993%20121.949%20115.997%20121.97C116.786%20121.846%20117.579%20121.721%20118.374%20121.596C118.373%20121.591%20118.373%20121.586%20118.372%20121.581C117.638%20121.663%20117.116%20121.725%20115.982%20121.909ZM137.706%20118.533C137.316%20118.614%20136.93%20118.694%20136.538%20118.775C137.067%20118.694%20137.592%20118.613%20138.119%20118.533C138.116%20118.512%20138.106%20118.492%20138.1%20118.472C137.97%20118.492%20137.836%20118.513%20137.706%20118.533ZM150.738%20116.592C150.736%20116.573%20149.985%20116.687%20149.991%20116.706C149.994%20116.725%20150.744%20116.611%20150.738%20116.592ZM161.675%20185.304C161.668%20185.313%20161.662%20185.321%20161.656%20185.329C162.087%20185.642%20162.583%20185.883%20163.094%20186.072C163.097%20186.063%20163.101%20186.053%20163.104%20186.043C162.595%20185.854%20162.102%20185.615%20161.675%20185.304ZM154.338%20136.111C154.334%20136.101%20154.33%20136.092%20154.323%20136.083C153.814%20136.254%20153.306%20136.424%20152.802%20136.593C152.805%20136.603%20152.81%20136.613%20152.816%20136.621C153.321%20136.452%20153.829%20136.282%20154.338%20136.111ZM176.038%20112.808C176.032%20112.789%20175.282%20112.899%20175.288%20112.918C175.292%20112.938%20176.043%20112.827%20176.038%20112.808ZM54.4619%20132.049C54.4656%20132.07%2054.4752%20132.089%2054.4823%20132.109C54.743%20132.063%2055.0047%20132.017%2055.2667%20131.971C55.2595%20131.951%2055.251%20131.931%2055.2439%20131.912C54.9825%20131.957%2054.7219%20132.004%2054.4619%20132.049ZM245.244%20106.631C246.153%20106.287%20246.231%20106.194%20247.052%20105.874C248.37%20105.363%20249.551%20104.938%20249.269%20104.955C248.054%20105.458%20246.846%20105.914%20245.594%20106.377C245.477%20106.462%20245.368%20106.545%20245.244%20106.631ZM142.035%20117.885C142.028%20117.866%20141.281%20117.98%20141.288%20117.999C141.291%20118.019%20142.04%20117.904%20142.035%20117.885ZM113.882%20163.742C113.495%20163.847%20113.11%20163.952%20112.729%20164.056C112.598%20164.08%20112.464%20164.106%20112.337%20164.129C112.716%20164.027%20113.098%20163.923%20113.483%20163.818C113.616%20163.793%20113.748%20163.767%20113.882%20163.742ZM211.64%20107.672C211.634%20107.653%20210.895%20107.756%20210.899%20107.775C210.903%20107.795%20211.646%20107.691%20211.64%20107.672ZM217.199%20106.851C217.202%20106.871%20217.212%20106.891%20217.215%20106.912C217.48%20106.875%20217.744%20106.839%20218.006%20106.802C218.003%20106.782%20217.996%20106.762%20217.99%20106.741C217.728%20106.777%20217.464%20106.814%20217.199%20106.851ZM104.124%20123.727C104.128%20123.747%20104.138%20123.767%20104.141%20123.787C104.669%20123.703%20105.204%20123.617%20105.722%20123.535C105.325%20123.577%20104.923%20123.62%20104.518%20123.664C104.388%20123.684%20104.254%20123.706%20104.124%20123.727ZM158.037%20152.469C157.657%20152.582%20157.275%20152.697%20156.892%20152.812C156.894%20152.812%20156.895%20152.811%20156.897%20152.811C156.638%20152.878%20156.376%20152.945%20156.121%20153.011C155.729%20153.091%20155.332%20153.173%20154.938%20153.253C155.968%20152.986%20157.003%20152.719%20158.033%20152.453C158.035%20152.459%20158.036%20152.464%20158.037%20152.469ZM48.9329%20133.048C48.9254%20133.029%2048.1855%20133.161%2048.1929%20133.18C48.1982%20133.199%2048.9393%20133.066%2048.9329%20133.048ZM250.794%20104.367C250.779%20104.399%20251.505%20104.05%20251.468%20104.041C251.482%20104.018%20250.76%20104.365%20250.794%20104.367ZM86.7448%20126.516C86.5423%20126.592%2088.3621%20126.319%2089.137%20126.186C88.9668%20126.173%2089.5628%20126.057%2089.8911%20125.968C88.8598%20126.147%2087.7935%20126.333%2086.7448%20126.516ZM118.558%20162.652C118.431%20162.683%20118.297%20162.715%20118.167%20162.746C117.768%20162.82%20117.368%20162.895%20116.975%20162.967C117.49%20162.844%20118.014%20162.719%20118.536%20162.593C118.544%20162.612%20118.553%20162.632%20118.558%20162.652ZM165.551%20173.595C165.387%20173.798%20165.218%20174.009%20165.05%20174.222C165.067%20174.235%20165.085%20174.245%20165.104%20174.255C165.272%20174.042%20165.441%20173.832%20165.604%20173.629C165.588%20173.616%20165.569%20173.605%20165.551%20173.595ZM25.3449%20137.349C25.341%20137.329%2024.5945%20137.47%2024.6005%20137.489C24.6039%20137.508%2025.3508%20137.368%2025.3449%20137.349ZM155.59%20135.957C156.419%20135.68%20156.952%20135.471%20157.841%20135.17C158.875%20134.82%20160.161%20134.401%20161.252%20134.035C161.438%20133.893%20160.47%20134.226%20158.948%20134.736C159.194%20134.632%20159.439%20134.528%20159.69%20134.423C158.539%20134.785%20157.411%20135.137%20156.251%20135.505C155.701%20135.692%20155.382%20135.849%20155.16%20135.932C153.926%20136.392%20152.835%20136.77%20152.909%20136.821C152.908%20136.822%20152.908%20136.822%20152.907%20136.822C153.979%20136.455%20154.567%20136.298%20155.59%20135.957ZM232.908%20104.678C232.688%20104.699%20231.961%20104.818%20231.581%20104.895C231.343%20104.944%20231.259%20104.974%20231.578%20104.944C231.581%20104.944%20231.584%20104.943%20231.587%20104.943C232.002%20104.9%20233.723%20104.601%20232.908%20104.678ZM144.948%20139.413C145.961%20139.08%20148.061%20138.38%20148.315%20138.239C146.78%20138.736%20145.273%20139.226%20143.742%20139.727C144.176%20139.603%20144.216%20139.654%20144.948%20139.413ZM205.281%20119.535C205.278%20119.525%20205.276%20119.515%20205.269%20119.506C204.764%20119.669%20204.256%20119.833%20203.746%20119.998C203.749%20120.008%20203.754%20120.017%20203.761%20120.026C204.269%20119.862%20204.776%20119.698%20205.281%20119.535ZM236.165%20104.25C235.902%20104.253%20234.529%20104.436%20233.824%20104.529C234.147%20104.524%20235.092%20104.437%20235.811%20104.37C236.86%20104.272%20237.104%20104.234%20237.818%20104.107C237.817%20104.107%20237.815%20104.107%20237.813%20104.107C236.743%20104.211%20236.679%20104.242%20236.165%20104.25ZM155.463%20115.736C155.466%20115.756%20155.476%20115.776%20155.48%20115.797C155.743%20115.757%20156.008%20115.717%20156.271%20115.677C156.268%20115.657%20156.258%20115.637%20156.255%20115.616C155.991%20115.656%20155.726%20115.696%20155.463%20115.736ZM149.211%20138.266C149.587%20138.085%20150.092%20137.873%20150.443%20137.698C150.796%20137.523%20151.082%20137.345%20151.316%20137.211C151.448%20137.134%20149.972%20137.637%20149.873%20137.679C149.179%20137.973%20149.541%20137.893%20147.577%20138.554C147.59%20138.561%20147.583%20138.574%20147.594%20138.582C148.097%20138.411%20148.606%20138.239%20149.104%20138.071C149.141%20138.135%20149.171%20138.202%20149.211%20138.266ZM161.215%20133.9C161.224%20133.917%20161.939%20133.68%20161.93%20133.662C161.924%20133.644%20161.205%20133.882%20161.215%20133.9ZM179.442%20193.114C179.884%20192.448%20180.357%20191.8%20180.879%20191.195C180.887%20191.202%20180.895%20191.209%20180.903%20191.216C180.381%20191.82%20179.91%20192.466%20179.469%20193.131C179.46%20193.126%20179.451%20193.12%20179.442%20193.114ZM172.857%20113.136C172.86%20113.156%20172.868%20113.176%20172.871%20113.197C173.134%20113.158%20173.398%20113.119%20173.66%20113.08C173.657%20113.059%20173.65%20113.039%20173.644%20113.019C173.382%20113.058%20173.12%20113.097%20172.857%20113.136ZM154.161%20153.455C153.645%20153.589%20153.132%20153.723%20152.615%20153.857C152.612%20153.847%20152.61%20153.837%20152.607%20153.827C153.124%20153.692%20153.637%20153.559%20154.153%20153.425C154.156%20153.435%20154.158%20153.445%20154.161%20153.455ZM47.7445%20133.149C47.3531%20133.241%2046.9676%20133.331%2046.5794%20133.422C47.1025%20133.328%2047.6401%20133.231%2048.1584%20133.139C48.1547%20133.118%2048.1427%20133.099%2048.1354%20133.079C48.0066%20133.102%2047.8764%20133.126%2047.7445%20133.149ZM209.109%20118.365C209.103%20118.345%20209.093%20118.326%20209.083%20118.308C208.832%20118.389%20208.579%20118.47%20208.327%20118.552C208.333%20118.572%20208.346%20118.589%20208.353%20118.609C208.605%20118.528%20208.858%20118.446%20209.109%20118.365ZM179.163%20112.142C178.911%20112.221%20178.652%20112.301%20178.405%20112.38C178.665%20112.341%20178.933%20112.302%20179.198%20112.263C179.715%20112.145%20180.234%20112.026%20180.748%20111.909C180.221%20111.986%20179.693%20112.064%20179.163%20112.142ZM173.555%20148.627C173.043%20148.744%20172.524%20148.865%20171.997%20148.988C171.995%20148.978%20171.993%20148.968%20171.99%20148.958C172.517%20148.834%20173.036%20148.714%20173.548%20148.596C173.55%20148.606%20173.552%20148.616%20173.555%20148.627ZM127.891%20145.314C127.9%20145.332%20127.197%20145.585%20127.186%20145.568C127.175%20145.551%20127.883%20145.296%20127.891%20145.314ZM204.876%20108.42C203.748%20108.617%20203.584%20108.674%20203.722%20108.711C205.049%20108.54%20206.461%20108.27%20206.867%20108.17C206.868%20108.17%20206.87%20108.17%20206.872%20108.169C206.212%20108.252%20205.546%20108.336%20204.876%20108.42ZM121.147%20147.752C121.396%20147.66%20121.648%20147.567%20121.9%20147.474C121.907%20147.494%20121.921%20147.511%20121.928%20147.53C121.676%20147.623%20121.424%20147.716%20121.175%20147.808C121.168%20147.788%20121.154%20147.771%20121.147%20147.752ZM213.234%20107.37C213.486%20107.293%20213.74%20107.215%20213.991%20107.138C213.473%20107.221%20212.947%20107.305%20212.421%20107.389C211.865%20107.435%20211.347%20107.476%20210.805%20107.52C211.6%20107.472%20212.418%20107.421%20213.234%20107.37ZM149.912%20116.591C149.905%20116.572%20149.161%20116.685%20149.165%20116.704C149.171%20116.723%20149.919%20116.61%20149.912%20116.591ZM109.186%20152.328C109.199%20152.344%20108.489%20152.625%20108.481%20152.607C108.47%20152.59%20109.184%20152.307%20109.186%20152.328ZM155.134%20135.943C155.637%20135.775%20156.143%20135.606%20156.649%20135.437C156.659%20135.455%20156.669%20135.474%20156.676%20135.494C156.169%20135.663%20155.663%20135.832%20155.16%20136C155.15%20135.982%20155.14%20135.963%20155.134%20135.943ZM217.494%20115.643C217.503%20115.66%20218.215%20115.43%20218.212%20115.411C218.202%20115.393%20217.484%20115.625%20217.494%20115.643ZM248.907%20102.893C248.908%20102.914%20248.914%20102.935%20248.919%20102.955C249.483%20102.923%20249.994%20102.902%20250.525%20102.898C250.335%20102.888%20250.131%20102.882%20249.912%20102.879C249.704%20102.875%20249.529%20102.872%20249.322%20102.871C249.19%20102.877%20249.048%20102.885%20248.907%20102.893ZM127.962%20145.405C127.952%20145.387%20127.941%20145.368%20127.934%20145.349C128.938%20144.978%20129.931%20144.612%20130.933%20144.246C130.921%20144.336%20129.774%20144.762%20127.962%20145.405ZM179.821%20147.219C179.816%20147.2%20180.557%20147.053%20180.559%20147.073C180.566%20147.092%20179.827%20147.238%20179.821%20147.219ZM190.87%20124.248C190.876%20124.266%20191.599%20124.032%20191.59%20124.014C191.584%20123.995%20190.862%20124.23%20190.87%20124.248ZM188.617%20147.098C188.628%20147.098%20188.584%20147.294%20188.505%20147.485C188.442%20147.645%20188.349%20147.819%20188.34%20147.815C188.331%20147.812%20188.414%20147.633%20188.478%20147.474C188.556%20147.285%20188.609%20147.093%20188.617%20147.098ZM188.588%20124.989C188.596%20125.007%20189.316%20124.773%20189.307%20124.755C189.299%20124.737%20188.579%20124.971%20188.588%20124.989ZM1.02274%20141.906C1.01544%20141.887%201.75585%20141.744%201.76474%20141.763C1.77206%20141.781%201.02689%20141.925%201.02274%20141.906ZM171.393%20167.005C171.031%20167.401%20170.672%20167.797%20170.317%20168.192C170.402%20168.149%20170.301%20168.292%20169.849%20168.831C170.22%20168.439%20170.584%20168.058%20170.955%20167.672C171.101%20167.45%20171.246%20167.228%20171.393%20167.005ZM5.68463%20141.007C5.68033%20140.988%204.93704%20141.131%204.94444%20141.15C4.94962%20141.169%205.69187%20141.025%205.68463%20141.007ZM164.661%20174.923C164.653%20174.917%20164.645%20174.91%20164.636%20174.904C164.325%20175.308%20163.981%20175.764%20163.676%20176.182C163.684%20176.188%20163.693%20176.194%20163.701%20176.201C164.006%20175.782%20164.349%20175.327%20164.661%20174.923ZM165.793%20132.449C165.8%20132.468%20166.519%20132.23%20166.512%20132.212C166.506%20132.193%20165.784%20132.432%20165.793%20132.449ZM151.818%20154.001C151.559%20154.068%20151.303%20154.135%20151.045%20154.203C151.036%20154.183%20151.027%20154.164%20151.022%20154.144C151.28%20154.077%20151.536%20154.01%20151.796%20153.942C151.804%20153.961%20151.813%20153.98%20151.818%20154.001ZM146.83%20138.824C146.247%20138.977%20144.025%20139.771%20143.022%20140.103C142.933%20140.132%20142.599%20140.197%20141.897%20140.458C141.601%20140.569%20141.56%20140.59%20141.53%20140.617C141.999%20140.449%20142.576%20140.263%20143.022%20140.103C143.068%20140.104%20143.046%20140.117%20143.054%20140.128C142.424%20140.328%20142.432%20140.371%20142.349%20140.401C141.774%20140.608%20141.339%20140.742%20140.779%20140.942C140.794%20140.938%20140.81%20140.934%20140.826%20140.93C140.895%20140.916%20140.756%20140.98%20141.211%20140.826C141.401%20140.761%20141.732%20140.647%20141.937%20140.576C142.51%20140.378%20142.079%20140.504%20142.351%20140.4C142.628%20140.294%20143.225%20140.101%20143.056%20140.127C143.565%20139.952%20144.057%20139.785%20144.566%20139.611C144.075%20139.806%20143.584%20140.001%20143.1%20140.195C143.607%20140.049%20144.118%20139.901%20144.633%20139.753C145.371%20139.441%20146.097%20139.133%20146.83%20138.824ZM154.151%20153.377C154.145%20153.358%20154.88%20153.167%20154.885%20153.186C154.893%20153.204%20154.156%20153.396%20154.151%20153.377ZM76.9182%20168.975C77.4653%20169.217%2078.0546%20169.251%2078.5289%20169.297C79.1789%20169.348%2079.6676%20169.36%2080.0187%20169.392C79.4611%20169.401%2078.9469%20169.389%2078.5248%20169.355C77.7689%20169.297%2077.2129%20169.165%2076.9182%20168.975ZM168.873%20149.67C168.359%20149.794%20167.821%20149.925%20167.315%20150.049C167.306%20150.03%20167.298%20150.011%20167.293%20149.99C167.799%20149.866%20168.337%20149.735%20168.851%20149.61C168.86%20149.63%20168.868%20149.649%20168.873%20149.67ZM203.049%20120.338C203.056%20120.357%20203.781%20120.122%20203.773%20120.104C203.767%20120.085%20203.04%20120.32%20203.049%20120.338ZM169.657%20149.464C169.643%20149.447%20170.395%20149.267%20170.398%20149.287C170.409%20149.304%20169.657%20149.485%20169.657%20149.464ZM122.238%20120.785C122.23%20120.767%20121.482%20120.884%20121.489%20120.902C121.493%20120.922%20122.244%20120.804%20122.238%20120.785ZM113.079%20163.799C113.071%20163.78%20113.812%20163.609%20113.818%20163.628C113.823%20163.647%20113.083%20163.818%20113.079%20163.799ZM127.754%20160.045C127.805%20160.066%20127.719%20160.135%20127.8%20160.145C127.974%20160.168%20128.8%20159.932%20129.761%20159.726C129.615%20159.72%20129.471%20159.714%20129.329%20159.707C129.849%20159.563%20130.353%20159.423%20130.865%20159.281C130.863%20159.281%20130.861%20159.281%20130.86%20159.282C129.828%20159.537%20128.787%20159.792%20127.754%20160.045ZM163.122%20185.866C163.113%20185.851%20162.453%20185.563%20162.444%20185.57C162.434%20185.598%20163.108%20185.891%20163.122%20185.866ZM133.209%20158.74C133.214%20158.76%20133.226%20158.778%20133.231%20158.798C133.88%20158.641%20134.535%20158.482%20135.177%20158.325C135.303%20158.287%20135.429%20158.249%20135.559%20158.21C135.291%20158.253%20135.023%20158.296%20134.759%20158.337C134.245%20158.471%20133.724%20158.606%20133.209%20158.74ZM95.2125%20158.241C95.2288%20158.255%2094.5263%20158.571%2094.5196%20158.552C94.5052%20158.537%2095.2091%20158.221%2095.2125%20158.241ZM216.865%20116.19C216.592%20116.234%20216.323%20116.278%20216.048%20116.323C215.676%20116.465%20215.29%20116.611%20214.928%20116.75C213.262%20117.211%20211.574%20117.679%20209.894%20118.144C209.892%20118.145%20209.889%20118.146%20209.887%20118.147C210.172%20118.098%20210.457%20118.049%20210.744%20118C211.237%20117.841%20211.725%20117.685%20212.213%20117.528C212.109%20117.616%20212.004%20117.705%20211.899%20117.793C212.666%20117.567%20213.458%20117.333%20214.226%20117.106C215.094%20116.804%20215.989%20116.494%20216.865%20116.19ZM158.785%20152.147C158.777%20152.129%20159.515%20151.94%20159.521%20151.959C159.53%20151.977%20158.791%20152.166%20158.785%20152.147ZM239.349%20103.795C239.762%20103.762%20240.166%20103.73%20240.558%20103.7C240.685%20103.68%20240.816%20103.659%20240.941%20103.64C240.555%20103.668%20240.158%20103.699%20239.752%20103.732C239.62%20103.752%20239.487%20103.774%20239.349%20103.795ZM177.493%20160.647C177.203%20160.924%20176.909%20161.206%20176.618%20161.484C176.358%20161.782%20176.096%20162.083%20175.835%20162.384C175.839%20162.387%20175.843%20162.391%20175.846%20162.394C176.394%20161.812%20176.943%20161.229%20177.493%20160.647ZM116.683%20149.535C116.694%20149.552%20115.996%20149.816%20115.979%20149.802C115.973%20149.783%20116.676%20149.517%20116.683%20149.535ZM145.929%20117.022C145.938%20117.052%20145.95%20117.082%20145.958%20117.113C146.485%20117.032%20147.013%20116.952%20147.54%20116.872C147.379%20116.856%20147.98%20116.746%20148.3%20116.662C147.51%20116.782%20146.72%20116.902%20145.929%20117.022ZM107.047%20153.331C107.036%20153.313%20107.025%20153.295%20107.017%20153.275C107.761%20152.977%20108.5%20152.683%20109.244%20152.389C109.248%20152.399%20109.256%20152.407%20109.26%20152.416C108.312%20152.785%20107.867%20152.988%20107.047%20153.331ZM119.261%20162.289C119.264%20162.299%20119.266%20162.309%20119.269%20162.319C119.714%20162.212%20120.163%20162.102%20120.615%20161.992C120.686%20161.974%20120.756%20161.957%20120.827%20161.94C120.825%20161.93%20120.822%20161.919%20120.82%20161.909C120.749%20161.927%20120.678%20161.944%20120.608%20161.961C120.155%20162.072%20119.706%20162.181%20119.261%20162.289ZM123.148%20161.334C123.151%20161.344%20123.153%20161.354%20123.156%20161.365C123.669%20161.237%20124.185%20161.108%20124.705%20160.977C124.702%20160.967%20124.7%20160.957%20124.697%20160.947C124.177%20161.077%20123.661%20161.207%20123.148%20161.334ZM224.448%20113.708C224.16%20113.725%20223.871%20113.741%20223.584%20113.758C223.34%20113.88%20223.118%20113.996%20222.884%20114.115C221.563%20114.511%20220.612%20114.8%20219.465%20115.22C219.099%20115.321%20218.732%20115.424%20218.365%20115.526C218.59%20115.442%20218.817%20115.358%20219.04%20115.275C218.536%20115.432%20218.015%20115.595%20217.518%20115.75C217.781%20115.703%20218.036%20115.66%20218.302%20115.612C219.077%20115.368%20219.843%20115.126%20220.599%20114.887C220.615%20114.914%20220.632%20114.942%20220.648%20114.969C221.935%20114.543%20223.154%20114.138%20224.448%20113.708ZM219.824%20114.989C219.831%20115.007%20220.544%20114.777%20220.535%20114.759C220.529%20114.74%20219.815%20114.971%20219.824%20114.989ZM140.779%20140.942C140.852%20140.903%20140.692%20140.949%20140.784%20140.906C140.501%20141.01%20140.142%20141.124%20140.073%20141.168C140.006%20141.211%20140.602%20140.995%20140.779%20140.942ZM242.512%20103.431C242.509%20103.411%20241.761%20103.495%20241.764%20103.514C241.771%20103.533%20242.521%20103.449%20242.512%20103.431ZM249.675%20102.605C249.531%20102.661%20250.812%20102.656%20250.374%20102.726C250.023%20102.793%20248.925%20102.806%20251.321%20102.82C251.538%20102.787%20251.763%20102.756%20252.01%20102.757C251.166%20102.592%20250.458%20102.611%20249.675%20102.605ZM191.683%20124.165C192.783%20123.814%20193.265%20123.636%20193.943%20123.383C193.231%20123.58%20192.735%20123.719%20191.645%20124.079C191.654%20124.108%20191.67%20124.136%20191.683%20124.165ZM110.722%20164.271C110.715%20164.253%20111.451%20164.087%20111.456%20164.105C111.462%20164.124%20110.725%20164.291%20110.722%20164.271ZM164.745%20174.942C164.759%20174.955%20165.223%20174.361%20165.21%20174.348C165.192%20174.337%20164.725%20174.934%20164.745%20174.942ZM86.5797%20162.35C86.5889%20162.368%2086.6013%20162.385%2086.6137%20162.402C86.5918%20162.413%2086.5698%20162.424%2086.5479%20162.435C86.0854%20162.663%2085.6356%20162.886%2085.1806%20163.114C85.627%20162.868%2086.0675%20162.627%2086.5214%20162.381C86.5408%20162.371%2086.5602%20162.36%2086.5797%20162.35ZM236.162%20104.107C236.165%20104.127%20236.171%20104.147%20236.177%20104.168C236.439%20104.135%20236.679%20104.105%20236.963%20104.07C236.961%20104.049%20236.95%20104.029%20236.948%20104.009C236.664%20104.044%20236.424%20104.074%20236.162%20104.107ZM203.631%20120.659C204.38%20120.399%20203.998%20120.474%20203.968%20120.452C204.365%20120.334%20205.021%20120.147%20205.497%20119.991C205.985%20119.79%20206.476%20119.587%20206.967%20119.385C205.94%20119.716%20204.947%20120.037%20203.925%20120.367C203.924%20120.4%20203.981%20120.415%20203.963%20120.454C202.563%20120.869%20202.249%20120.947%20202.388%20120.831C204.71%20120.072%20204.575%20120.038%20205.364%20119.705C204.354%20120.021%20203.319%20120.344%20202.314%20120.658C202.196%20120.718%20202.074%20120.779%20201.952%20120.84C200.784%20121.193%20202.155%20120.694%20200.018%20121.4C200.019%20121.4%20200.021%20121.399%20200.022%20121.399C200.809%20121.194%20201.59%20120.99%20202.369%20120.788C200.636%20121.428%20199.969%20121.559%20200.049%20121.456C199.306%20121.712%20198.531%20121.98%20197.804%20122.231C198.563%20122.04%20200.373%20121.47%20201.23%20121.237C202.476%20120.899%20202.152%20121.082%20203.631%20120.659ZM89.5198%20168.356C89.2534%20168.395%2089.0054%20168.432%2088.7324%20168.47C88.7258%20168.45%2088.7192%20168.43%2088.7162%20168.41C88.9897%20168.37%2089.2371%20168.334%2089.5034%20168.295C89.51%20168.315%2089.5167%20168.335%2089.5198%20168.356ZM250.909%20104.554C250.911%20104.564%20251.088%20104.49%20251.271%20104.401C251.449%20104.315%20251.598%20104.231%20251.593%20104.222C251.587%20104.215%20251.432%20104.291%20251.254%20104.376C251.07%20104.465%20250.9%20104.548%20250.909%20104.554ZM128.717%20145.185C128.726%20145.202%20128.01%20145.459%20128.003%20145.44C127.993%20145.423%20128.707%20145.167%20128.717%20145.185ZM243.424%20107.423C242.625%20107.662%20241.898%20107.874%20241.1%20108.108C241.114%20108.136%20241.128%20108.164%20241.141%20108.193C241.927%20107.93%20242.638%20107.691%20243.424%20107.423ZM109.128%20164.595C109.002%20164.629%20108.871%20164.663%20108.745%20164.696C108.358%20164.749%20107.944%20164.808%20107.545%20164.863C107.804%20164.806%20108.066%20164.749%20108.329%20164.691C108.6%20164.659%20108.859%20164.628%20109.128%20164.595ZM6.43457%20140.687C6.43851%20140.707%206.44849%20140.727%206.456%20140.747C6.97894%20140.646%207.50321%20140.545%208.02733%20140.444C8.01983%20140.424%208.01461%20140.404%208.00352%20140.385C7.47992%20140.486%206.95698%20140.586%206.43457%20140.687ZM168.328%20170.651C168.345%20170.662%20168.84%20170.094%20168.827%20170.079C168.812%20170.067%20168.312%20170.64%20168.328%20170.651ZM149.867%20116.44C149.861%20116.421%20149.113%20116.534%20149.12%20116.553C149.123%20116.572%20149.872%20116.459%20149.867%20116.44ZM102.239%20155.297C102.271%20155.284%20102.304%20155.271%20102.337%20155.259C102.334%20155.26%20102.332%20155.262%20102.328%20155.263C102.334%20155.261%20102.339%20155.259%20102.344%20155.257C101.956%20155.439%20101.589%20155.614%20101.199%20155.799C101.555%20155.626%20101.885%20155.466%20102.239%20155.297ZM99.2969%20124.296C99.2898%20124.277%2098.5428%20124.398%2098.5499%20124.417C98.5563%20124.435%2099.3017%20124.315%2099.2969%20124.296ZM178.947%20186.158C178.933%20186.14%20178.198%20186.201%20178.198%20186.221C178.207%20186.24%20178.943%20186.178%20178.947%20186.158ZM82.3147%20164.569C82.3315%20164.582%2081.6601%20164.941%2081.6503%20164.925C81.6331%20164.911%2082.3101%20164.549%2082.3147%20164.569ZM209.189%20118.487C209.195%20118.506%20209.924%20118.27%20209.913%20118.253C209.907%20118.235%20209.178%20118.47%20209.189%20118.487ZM76.8655%20168.543C76.9886%20168.222%2076.4737%20168.134%2078.8657%20166.519C78.0794%20167.106%2077.7774%20167.402%2078.3281%20167.101C77.7288%20167.531%2076.9877%20168.114%2076.8658%20168.542C76.8657%20168.542%2076.8656%20168.543%2076.8655%20168.543ZM135.629%20118.504C135.631%20118.514%20135.635%20118.524%20135.636%20118.534C136.152%20118.455%20136.676%20118.375%20137.19%20118.296C137.204%20118.315%20137.221%20118.333%20137.238%20118.351C137.501%20118.311%20137.765%20118.27%20138.028%20118.23C138.279%20118.16%20138.538%20118.088%20138.79%20118.018C137.736%20118.18%20136.686%20118.341%20135.629%20118.504ZM142.744%20117.492C142.741%20117.473%20141.991%20117.587%20141.997%20117.606C142%20117.626%20142.749%20117.511%20142.744%20117.492ZM249.443%20105.256C248.105%20105.789%20247.398%20106.021%20246.42%20106.333C245.708%20106.559%20245.408%20106.705%20244.934%20106.888C245.826%20106.605%20246.727%20106.315%20247.627%20106.012C248.231%20105.768%20248.866%20105.507%20249.443%20105.256ZM125.426%20160.683C125.422%20160.664%20124.686%20160.849%20124.693%20160.868C124.7%20160.886%20125.436%20160.701%20125.426%20160.683ZM139.382%20157.082C139.514%20157.053%20139.642%20157.025%20139.774%20156.996C140.154%20156.88%20140.535%20156.764%20140.916%20156.648C140.784%20156.677%20140.656%20156.706%20140.524%20156.735C140.143%20156.851%20139.762%20156.967%20139.382%20157.082ZM226.63%20105.283C226.633%20105.303%20226.643%20105.323%20226.646%20105.344C227.179%20105.272%20227.705%20105.202%20228.222%20105.134C228.216%20105.114%20228.21%20105.093%20228.207%20105.073C227.689%20105.141%20227.164%20105.211%20226.63%20105.283ZM156.797%20135.75C156.025%20136.003%20155.265%20136.252%20154.495%20136.504C153.721%20136.714%20152.951%20136.923%20152.182%20137.131C152.464%20137.102%20152.747%20137.073%20153.03%20137.044C153.591%20136.862%20154.327%20136.602%20154.856%20136.432C155.744%20136.146%20154.884%20136.48%20155.702%20136.215C156.061%20136.062%20156.433%20135.904%20156.797%20135.75ZM236.121%20103.954C233.671%20104.268%20233.61%20104.347%20233.78%20104.408C235.488%20104.154%20236.334%20104.006%20236.121%20103.954ZM208.448%20118.808C208.611%20118.715%20206.89%20119.233%20206.133%20119.49C206.143%20119.509%20206.153%20119.527%20206.159%20119.547C206.925%20119.3%20207.69%20119.053%20208.448%20118.808ZM79.5626%20166.125C79.7905%20165.989%2080.0178%20165.855%2080.249%20165.722C80.2626%20165.739%2080.2762%20165.755%2080.2866%20165.773C80.0553%20165.906%2079.8289%20166.039%2079.6009%20166.175C79.5871%20166.159%2079.5733%20166.143%2079.5626%20166.125ZM240.913%20103.517C240.913%20103.522%20240.914%20103.528%20240.914%20103.533C242.008%20103.406%20243.022%20103.293%20244.109%20103.181C244.237%20103.122%20243.726%20103.154%20242.875%20103.218C242.251%20103.312%20241.568%20103.415%20240.913%20103.517ZM96.9668%20166.975C97.3632%20166.923%2097.7621%20166.869%2098.1665%20166.814C97.6328%20166.915%2097.1194%20167.011%2096.5942%20167.108C96.5868%20167.088%2096.5793%20167.068%2096.5756%20167.047C96.7093%20167.023%2096.8385%20166.999%2096.9668%20166.975ZM119.519%20162.002C118.242%20162.313%20116.964%20162.661%20116.108%20162.899C117.592%20162.56%20119.079%20162.214%20120.582%20161.857C121.161%20161.72%20121.745%20161.581%20122.334%20161.44C121.739%20161.56%20121.15%20161.678%20120.567%20161.794C120.215%20161.864%20119.866%20161.934%20119.519%20162.002ZM229.001%20112.152C229.012%20112.169%20229.736%20111.934%20229.726%20111.917C229.72%20111.898%20228.995%20112.133%20229.001%20112.152ZM144.785%20155.65C146.445%20155.163%20147.226%20155.021%20149.033%20154.531C149.794%20154.325%20151.403%20153.826%20150.924%20153.912C150.033%20154.166%20149.134%20154.422%20148.243%20154.677C147.067%20154.942%20145.895%20155.207%20144.718%20155.473C144.738%20155.533%20144.769%20155.589%20144.785%20155.65ZM182.283%20111.525C182.285%20111.536%20182.285%20111.546%20182.29%20111.556C182.814%20111.479%20183.342%20111.402%20183.874%20111.324C183.872%20111.314%20183.872%20111.303%20183.867%20111.293C183.335%20111.371%20182.807%20111.449%20182.283%20111.525ZM133.921%20158.442C133.914%20158.423%20133.18%20158.614%20133.188%20158.632C133.194%20158.651%20133.929%20158.46%20133.921%20158.442ZM156.784%20135.672C156.79%20135.691%20157.512%20135.449%20157.504%20135.431C157.498%20135.413%20156.775%20135.654%20156.784%20135.672ZM171.978%20112.95C171.986%20112.98%20171.998%20113.01%20172.006%20113.041C172.533%20112.963%20173.058%20112.885%20173.583%20112.807C173.575%20112.777%20173.563%20112.747%20173.555%20112.717C173.03%20112.794%20172.505%20112.872%20171.978%20112.95ZM223.424%20105.588C223.578%20105.61%20223.333%20105.764%20225.048%20105.458C225.138%20105.442%20225.051%20105.393%20225.786%20105.283C226.39%20105.192%20227.567%20105.04%20227.376%20105.026C226.335%20105.153%20225.244%20105.29%20224.206%20105.419C223.946%20105.475%20223.687%20105.531%20223.424%20105.588ZM185.238%20145.971C185.24%20145.991%20185.247%20146.012%20185.254%20146.032C185.805%20145.934%20186.288%20145.853%20186.847%20145.776C186.282%20145.833%20185.796%20145.893%20185.238%20145.971ZM183.374%20126.948C183.38%20126.966%20184.102%20126.731%20184.093%20126.714C184.086%20126.695%20183.366%20126.93%20183.374%20126.948ZM206.012%20108.038C206.015%20108.059%20206.025%20108.078%20206.028%20108.099C206.292%20108.062%20206.556%20108.024%20206.819%20107.987C206.816%20107.967%20206.809%20107.947%20206.803%20107.926C206.54%20107.964%20206.276%20108.001%20206.012%20108.038ZM142.715%20117.401C142.712%20117.382%20141.962%20117.497%20141.969%20117.516C141.972%20117.535%20142.721%20117.42%20142.715%20117.401ZM88.8449%20161.437C88.8568%20161.453%2089.5374%20161.126%2089.5251%20161.111C89.5173%20161.092%2088.8344%20161.42%2088.8449%20161.437ZM237.707%20103.726C237.715%20103.757%20237.727%20103.787%20237.731%20103.818C238.271%20103.752%20238.748%20103.694%20239.306%20103.627C239.447%20103.579%20238.757%20103.589%20237.707%20103.726ZM165.649%20150.138C165.654%20150.159%20165.663%20150.178%20165.671%20150.197C166.194%20150.067%20166.714%20149.939%20167.227%20149.813C167.222%20149.793%20167.213%20149.774%20167.205%20149.755C166.692%20149.881%20166.172%20150.009%20165.649%20150.138ZM197.509%20122.506C198.101%20122.324%20198.778%20122.092%20199.385%20121.9C198.487%20122.147%20197.577%20122.398%20196.666%20122.649C196.582%20122.679%20196.497%20122.708%20196.413%20122.738C195.286%20123.142%20196.249%20122.891%20197.509%20122.506ZM126.545%20146.115C127.059%20145.929%20127.544%20145.755%20128.046%20145.574C128.053%20145.583%20128.058%20145.592%20128.061%20145.602C127.559%20145.782%20127.074%20145.957%20126.56%20146.142C126.553%20146.134%20126.548%20146.124%20126.545%20146.115ZM191.751%20124.258C191.758%20124.276%20192.48%20124.042%20192.47%20124.025C192.464%20124.006%20191.744%20124.239%20191.751%20124.258ZM93.4396%20167.556C93.4332%20167.537%2094.1827%20167.408%2094.1852%20167.427C94.1943%20167.446%2093.443%20167.575%2093.4396%20167.556ZM244.218%20107.25C244.215%20107.241%20244.213%20107.23%20244.206%20107.222C243.462%20107.477%20242.686%20107.74%20241.936%20107.992C241.939%20108.002%20241.944%20108.012%20241.951%20108.021C242.7%20107.769%20243.475%20107.506%20244.218%20107.25ZM181.081%20127.712C180.321%20127.96%20179.56%20128.208%20178.8%20128.457C178.803%20128.467%20178.808%20128.476%20178.814%20128.485C179.774%20128.165%20180.253%20128.034%20181.108%20127.769C181.101%20127.749%20181.091%20127.73%20181.081%20127.712ZM122.297%20161.32C122.299%20161.33%20122.302%20161.34%20122.304%20161.35C123.34%20161.083%20124.363%20160.817%20125.396%20160.545C125.394%20160.535%20125.391%20160.525%20125.389%20160.515C124.356%20160.786%20123.332%20161.053%20122.297%20161.32ZM99.0893%20156.97C100.657%20156.259%20101.426%20155.892%20101.215%20155.895C100.971%20156.02%20100.73%20156.145%20100.495%20156.267C99.7651%20156.577%2099.0483%20156.884%2098.3076%20157.205C98.3061%20157.205%2098.3045%20157.206%2098.303%20157.207C98.5619%20157.128%2098.8338%20157.045%2099.0893%20156.97ZM165.157%20132.956C165.164%20132.974%20165.882%20132.737%20165.874%20132.719C165.868%20132.7%20165.148%20132.938%20165.157%20132.956ZM131.58%20158.935C132.109%20158.82%20132.623%20158.708%20133.148%20158.594C133.143%20158.574%20133.134%20158.554%20133.125%20158.535C132.61%20158.669%20132.1%20158.801%20131.58%20158.935ZM209.992%20118.376C209.992%20118.375%20209.993%20118.375%20209.994%20118.375C209.482%20118.54%20208.977%20118.703%20208.474%20118.866C208.48%20118.885%20208.49%20118.904%20208.5%20118.923C208.624%20118.883%20208.751%20118.842%20208.875%20118.802C209.242%20118.662%20209.618%20118.518%20209.992%20118.376ZM148.521%20138.664C148.497%20138.617%20148.475%20138.569%20148.454%20138.521C147.69%20138.78%20146.931%20139.037%20146.179%20139.293C146.263%20139.271%20146.347%20139.249%20146.431%20139.227C146.958%20139.095%20147.079%20139.098%20147.002%20139.179C147.506%20139.008%20148.012%20138.836%20148.521%20138.664ZM136.376%20142.68C136.382%20142.699%20137.107%20142.447%20137.098%20142.429C137.091%20142.411%20136.367%20142.662%20136.376%20142.68ZM100.447%20166.228C100.441%20166.21%2099.7102%20166.353%2099.712%20166.373C99.7243%20166.391%20100.45%20166.248%20100.447%20166.228ZM142.706%20117.292C142.709%20117.313%20142.72%20117.332%20142.723%20117.353C143.249%20117.272%20143.776%20117.192%20144.302%20117.112C144.299%20117.091%20144.289%20117.072%20144.285%20117.051C143.759%20117.132%20143.232%20117.212%20142.706%20117.292ZM146.673%20116.735C146.803%20116.72%20146.938%20116.705%20147.072%20116.69C147.463%20116.615%20147.855%20116.539%20148.243%20116.465C148.109%20116.48%20147.976%20116.495%20147.841%20116.51C147.451%20116.585%20147.06%20116.66%20146.673%20116.735ZM172.001%20130.783C171.994%20130.763%20171.981%20130.745%20171.974%20130.726C171.468%20130.892%20170.965%20131.057%20170.458%20131.224C170.465%20131.244%20170.475%20131.262%20170.484%20131.281C170.991%20131.114%20171.495%20130.949%20172.001%20130.783ZM191.729%20109.991C191.732%20110.012%20191.742%20110.031%20191.745%20110.052C192.01%20110.013%20192.278%20109.975%20192.543%20109.936C192.54%20109.916%20192.533%20109.895%20192.527%20109.875C192.261%20109.914%20191.993%20109.953%20191.729%20109.991ZM89.4348%20168.131C89.4283%20168.113%2088.693%20168.22%2088.692%20168.239C88.7071%20168.258%2089.4385%20168.151%2089.4348%20168.131ZM221.899%20114.795C223.349%20114.243%20225.009%20113.733%20227.16%20113.026C227.933%20112.772%20227.577%20112.826%20228.301%20112.576C227.541%20112.805%20226.771%20113.039%20225.995%20113.274C226.132%20113.251%20226.279%20113.225%20226.422%20113.201C225.781%20113.419%20225.165%20113.63%20224.527%20113.847C224.506%20113.832%20224.49%20113.815%20224.47%20113.8C223.712%20114.045%20222.975%20114.283%20222.226%20114.525C222.138%20114.63%20220.153%20115.295%20221.899%20114.795ZM222.584%20105.576C222.064%20105.689%20221.563%20105.799%20221.047%20105.911C221.835%20105.804%20222.612%20105.698%20223.424%20105.588C223.415%20105.547%20223.403%20105.507%20223.39%20105.466C223.123%20105.503%20222.854%20105.539%20222.584%20105.576ZM136.985%20157.499C136.988%20157.509%20136.991%20157.519%20136.993%20157.529C137.508%20157.395%20138.024%20157.26%20138.54%20157.125C138.537%20157.115%20138.535%20157.105%20138.532%20157.095C138.016%20157.23%20137.5%20157.364%20136.985%20157.499ZM149.733%20154.126C148.883%20154.388%20148.132%20154.545%20147.032%20154.834C147.683%20154.684%20148.333%20154.535%20148.981%20154.387C149.361%20154.271%20149.745%20154.155%20150.126%20154.039C149.994%20154.068%20149.865%20154.097%20149.733%20154.126ZM153.216%20153.265C153.211%20153.246%20152.477%20153.437%20152.485%20153.455C152.492%20153.474%20153.225%20153.283%20153.216%20153.265ZM83.8704%20164.041C83.1581%20164.389%2082.4562%20164.738%2081.7533%20165.1C81.6105%20165.225%2081.959%20165.086%2082.1564%20165.024C82.1945%20165.016%2082.2327%20165.007%2082.271%20164.998C82.3737%20164.979%2082.4961%20164.945%2083.2824%20164.538C83.4706%20164.375%2083.6808%20164.203%2083.8704%20164.041ZM180.645%20111.624C180.638%20111.605%20179.889%20111.715%20179.895%20111.734C179.898%20111.753%20180.65%20111.643%20180.645%20111.624ZM240.836%20103.227C241.645%20103.144%20242.438%20103.065%20243.234%20102.99C243.235%20102.99%20243.236%20102.99%20243.237%20102.99C243.519%20102.991%20243.798%20102.993%20244.063%20102.997C244.055%20102.956%20244.045%20102.915%20244.033%20102.874C242.941%20102.988%20241.927%20103.101%20240.836%20103.227ZM248.029%20102.621C248.027%20102.612%20247.832%20102.621%20247.629%20102.636C247.448%20102.65%20247.269%20102.67%20247.27%20102.68C247.271%20102.689%20247.452%20102.679%20247.635%20102.666C247.839%20102.65%20248.032%20102.631%20248.029%20102.621ZM103.182%20165.564C102.799%20165.665%20102.404%20165.767%20102.022%20165.865C102.54%20165.76%20103.077%20165.65%20103.588%20165.544C103.584%20165.524%20103.576%20165.504%20103.568%20165.485C103.44%20165.511%20103.309%20165.538%20103.182%20165.564ZM184.961%20126.645C184.312%20126.823%20183.667%20127%20183.02%20127.178C182.896%20127.224%20182.772%20127.27%20182.646%20127.317C183.343%20127.113%20183.525%20127.075%20183.439%20127.14C183.945%20126.975%20184.454%20126.809%20184.961%20126.645ZM152.973%20115.717C152.974%20115.716%20152.976%20115.716%20152.978%20115.716C153.112%20115.701%20153.242%20115.686%20153.377%20115.671C153.768%20115.596%20154.16%20115.521%20154.547%20115.447C154.413%20115.462%20154.28%20115.477%20154.146%20115.492C153.755%20115.567%20153.364%20115.642%20152.973%20115.717ZM157.33%20115.075C157.445%20115.005%20157.565%20114.934%20157.68%20114.864C156.888%20114.978%20156.093%20115.093%20155.302%20115.207C155.977%20115.163%20156.655%20115.119%20157.33%20115.075ZM133.118%20158.505C134.724%20158.092%20135.901%20157.788%20136.969%20157.455C136.585%20157.559%20136.199%20157.664%20135.815%20157.768C135.311%20157.89%20134.806%20158.012%20134.302%20158.133C133.907%20158.258%20133.511%20158.381%20133.118%20158.505ZM100.438%20123.875C100.836%20123.79%20101.214%20123.708%20101.602%20123.624C100.824%20123.739%20100.012%20123.859%2099.2206%20123.976C99.6266%20123.942%20100.03%20123.909%20100.438%20123.875ZM163.223%20114.064C162.973%20114.144%20162.72%20114.224%20162.47%20114.303C163.967%20114.057%20164.176%20113.982%20164.013%20113.946C163.75%20113.985%20163.486%20114.025%20163.223%20114.064ZM248.816%20102.46C249.802%20102.441%20250.717%20102.413%20251.726%20102.54C251.795%20102.545%20251.863%20102.552%20251.928%20102.559C252.016%20102.571%20252.106%20102.587%20252.187%20102.606C252.108%20102.575%20252.016%20102.547%20251.93%20102.524C251.865%20102.504%20251.797%20102.486%20251.724%20102.469C251.589%20102.435%20251.389%20102.403%20251.28%20102.38C250.401%20102.355%20249.677%20102.402%20248.816%20102.46ZM96.1169%20166.909C95.7254%20167.001%2095.3571%20167.089%2094.9571%20167.181C95.4927%20167.086%2095.9954%20166.995%2096.5303%20166.897C96.5265%20166.876%2096.5227%20166.856%2096.5117%20166.837C96.3809%20166.861%2096.2463%20166.885%2096.1169%20166.909ZM200.41%20108.725C200.4%20108.707%20199.657%20108.813%20199.664%20108.832C199.666%20108.852%20200.411%20108.745%20200.41%20108.725ZM178.121%20128.876C178.115%20128.856%20178.105%20128.837%20178.095%20128.819C177.842%20128.901%20177.588%20128.984%20177.335%20129.067C177.341%20129.087%20177.351%20129.106%20177.361%20129.124C177.614%20129.042%20177.868%20128.959%20178.121%20128.876ZM176.586%20129.345C175.569%20129.667%20174.552%20129.989%20173.536%20130.312C173.542%20130.331%20173.552%20130.35%20173.562%20130.369C174.747%20129.974%20175.571%20129.719%20176.612%20129.402C176.606%20129.382%20176.596%20129.364%20176.586%20129.345ZM125.322%20160.338C125.333%20160.368%20125.343%20160.398%20125.354%20160.427C125.999%20160.275%20126.649%20160.122%20127.303%20159.966C127.428%20159.929%20127.558%20159.891%20127.683%20159.853C127.161%20159.949%20126.619%20160.049%20126.092%20160.144C125.834%20160.209%20125.578%20160.274%20125.322%20160.338ZM129.216%20159.413C129.221%20159.434%20129.23%20159.453%20129.238%20159.472C129.752%20159.319%20130.253%20159.169%20130.761%20159.017C130.245%20159.15%20129.738%20159.28%20129.216%20159.413ZM152.148%20115.732C150.709%20115.94%20148.912%20116.298%20151.002%20115.995C151.707%20115.893%20152.498%20115.699%20152.148%20115.732ZM164.442%20133.34C164.438%20133.331%20164.434%20133.321%20164.427%20133.312C163.923%20133.479%20163.413%20133.648%20162.908%20133.815C162.911%20133.825%20162.914%20133.836%20162.92%20133.844C163.426%20133.677%20163.937%20133.508%20164.442%20133.34ZM96.1636%20158.246C96.1594%20158.236%2096.154%20158.227%2096.1464%20158.219C95.6553%20158.437%2095.1777%20158.65%2094.6871%20158.871C94.6914%20158.881%2094.6968%20158.89%2094.7044%20158.898C95.195%20158.677%2095.6724%20158.464%2096.1636%20158.246ZM140.055%20156.631C140.057%20156.641%20140.06%20156.651%20140.063%20156.662C140.578%20156.527%20141.095%20156.391%20141.611%20156.256C141.608%20156.246%20141.605%20156.236%20141.603%20156.226C141.087%20156.361%20140.57%20156.496%20140.055%20156.631ZM237.274%20103.654C236.868%20103.725%20236.479%20103.794%20236.1%20103.862C236.602%20103.8%20237.163%20103.73%20237.693%20103.665C237.686%20103.645%20237.678%20103.625%20237.675%20103.604C237.544%20103.62%20237.407%20103.637%20237.274%20103.654ZM209.71%20118.696C211.843%20117.944%20213.805%20117.383%20216.179%20116.609C215.529%20116.787%20214.886%20116.963%20214.247%20117.138C212.593%20117.682%20210.96%20118.218%20209.296%20118.764C209.431%20118.742%20209.57%20118.719%20209.71%20118.696ZM63.7517%20129.919C63.4933%20129.963%2063.2276%20130.009%2062.9625%20130.055C62.9554%20130.035%2062.9458%20130.016%2062.9422%20129.995C63.2071%20129.95%2063.4732%20129.903%2063.7316%20129.859C63.7387%20129.879%2063.7482%20129.898%2063.7517%20129.919ZM128.168%20145.813C127.184%20146.172%20126.159%20146.547%20125.176%20146.91C125.405%20146.782%20125.633%20146.655%20125.866%20146.526C124.886%20146.892%20123.863%20147.276%20122.882%20147.647C122.639%20147.888%20124.461%20147.236%20127.472%20146.179C127.704%20146.057%20127.934%20145.936%20128.168%20145.813ZM148.957%20116.118C147.451%20116.365%20146.263%20116.543%20144.652%20116.811C143.042%20117.079%20142.312%20117.211%20142.677%20117.232C142.679%20117.232%20142.681%20117.232%20142.682%20117.232C144.156%20116.999%20144.806%20116.827%20146.375%20116.58C147.947%20116.332%20148.872%20116.242%20148.957%20116.118ZM112.429%20151.563C112.442%20151.579%20113.139%20151.31%20113.13%20151.292C113.121%20151.275%20112.427%20151.543%20112.429%20151.563ZM211.512%20107.137C211.769%20107.101%20212.035%20107.064%20212.303%20107.026C212.441%20106.947%20212.191%20106.938%20210.696%20107.125C210.694%20107.126%20210.692%20107.126%20210.691%20107.126C210.966%20107.129%20211.238%20107.133%20211.512%20107.137ZM229.111%20112.379C229.118%20112.397%20229.846%20112.162%20229.835%20112.144C229.83%20112.125%20229.104%20112.361%20229.111%20112.379ZM102.797%20155.471C102.789%20155.451%20102.778%20155.434%20102.766%20155.416C102.265%20155.624%20101.788%20155.824%20101.292%20156.033C101.3%20156.052%20101.311%20156.07%20101.323%20156.087C101.818%20155.879%20102.296%20155.679%20102.797%20155.471ZM170.936%20186.337C170.929%20186.319%20170.184%20186.326%20170.188%20186.345C170.187%20186.366%20170.939%20186.358%20170.936%20186.337ZM143.251%20140.473C143.257%20140.492%20143.97%20140.248%20143.962%20140.23C143.956%20140.212%20143.241%20140.456%20143.251%20140.473ZM196.085%20123.229C196.916%20122.975%20196.965%20122.917%20197.718%20122.674C199.066%20122.239%20200.195%20121.869%20199.069%20122.167C197.95%20122.551%20196.801%20122.945%20195.681%20123.329C196.417%20123.036%20197.154%20122.743%20197.895%20122.448C196.884%20122.797%20195.884%20123.143%20194.877%20123.491C194.867%20123.472%20194.857%20123.454%20194.851%20123.434C194.85%20123.434%20194.849%20123.434%20194.848%20123.434C194.342%20123.599%20193.828%20123.765%20193.324%20123.928C193.331%20123.948%20193.337%20123.968%20193.35%20123.986C193.854%20123.822%20194.367%20123.656%20194.877%20123.491C194.748%20123.581%20194.97%20123.571%20196.085%20123.229ZM252.611%20103.987C252.604%20103.98%20252.596%20103.973%20252.586%20103.968C251.533%20104.76%20250.581%20105.044%20249.567%20105.476C249.575%20105.495%20249.586%20105.513%20249.598%20105.531C250.608%20105.089%20251.555%20104.799%20252.611%20103.987ZM245.82%20106.865C245.524%20106.986%20247.416%20106.392%20248.084%20106.105C248.376%20105.984%20246.484%20106.602%20245.82%20106.865ZM119.503%20148.895C118.883%20149.137%20118.278%20149.375%20117.649%20149.622C117.653%20149.632%20117.657%20149.641%20117.664%20149.65C118.686%20149.277%20119.661%20148.924%20120.677%20148.559C120.295%20148.667%20119.891%20148.784%20119.503%20148.895ZM167.567%20132.539C167.286%20132.599%20167.008%20132.658%20166.728%20132.718C166.225%20132.862%20165.722%20133.005%20165.221%20133.149C166.494%20132.75%20167.771%20132.35%20169.043%20131.953C167.111%20132.457%20164.382%20133.363%20162.987%20133.969C163.249%20133.91%20163.509%20133.852%20163.771%20133.793C165.038%20133.373%20166.296%20132.958%20167.567%20132.539ZM228.902%20104.713C228.89%20104.694%20228.152%20104.792%20228.158%20104.811C228.16%20104.831%20228.899%20104.733%20228.902%20104.713ZM88.2541%20162.018C88.245%20161.999%2088.2292%20161.983%2088.2201%20161.965C87.7394%20162.198%2087.2605%20162.432%2086.7865%20162.666C86.7957%20162.685%2086.8083%20162.702%2086.8207%20162.719C87.2948%20162.485%2087.7733%20162.251%2088.2541%20162.018ZM232.085%20104.296C232.084%20104.282%20231.741%20104.323%20231.511%20104.357C231.403%20104.373%20231.323%20104.388%20231.325%20104.394C231.326%20104.401%20231.407%20104.395%20231.514%20104.383C231.746%20104.357%20232.088%20104.308%20232.085%20104.296ZM84.6713%20163.739C84.6805%20163.755%2085.3596%20163.414%2085.3449%20163.399C85.3389%20163.38%2084.6575%20163.723%2084.6713%20163.739ZM79.1254%20166.835C79.1142%20166.818%2079.0999%20166.802%2079.0857%20166.787C78.4273%20167.209%2077.7642%20167.655%2077.2796%20168.151C77.2807%20168.15%2077.2817%20168.149%2077.2827%20168.148C77.2864%20168.151%2077.2902%20168.155%2077.2939%20168.159C77.7644%20167.736%2078.1845%20167.448%2079.1254%20166.835ZM245.612%20102.654C245.614%20102.674%20245.623%20102.694%20245.625%20102.715C245.627%20102.715%20245.628%20102.715%20245.63%20102.715C246.128%20102.646%20246.697%20102.574%20247.21%20102.512C246.691%20102.554%20246.117%20102.606%20245.612%20102.654ZM86.6245%20168.251C84.4012%20168.535%2083.7462%20168.603%2083.9052%20168.683C84.4134%20168.603%2084.9423%20168.515%2085.464%20168.423C86.5094%20168.313%2087.5754%20168.183%2088.6242%20168.044C88.7528%20167.954%2088.2286%20168.039%2086.6245%20168.251ZM88.6087%20168.093C88.6025%20168.075%2087.856%20168.179%2087.865%20168.197C87.8698%20168.217%2088.6124%20168.113%2088.6087%20168.093ZM245.129%20107.283C244.064%20107.61%20244.313%20107.472%20244.304%20107.419C242.328%20108.098%20241.919%20108.281%20242.092%20108.303C243.09%20107.973%20244.11%20107.632%20245.129%20107.283ZM206.732%20107.684C207.263%20107.63%20207.784%20107.577%20208.323%20107.522C208.32%20107.502%20208.309%20107.482%20208.306%20107.461C207.771%20107.537%20207.26%20107.609%20206.732%20107.684ZM237.933%20109.75C239.991%20108.986%20237.782%20109.655%20235.951%20110.202C235.712%20110.324%20235.464%20110.45%20235.245%20110.564C235.797%20110.389%20236.578%20110.122%20237.089%20109.961C237.965%20109.685%20237.094%20110.017%20237.933%20109.75ZM171.325%20131.153C171.332%20131.171%20172.052%20130.935%20172.042%20130.917C172.035%20130.899%20171.315%20131.135%20171.325%20131.153ZM217.018%20106.292C217.013%20106.273%20216.261%20106.377%20216.266%20106.396C216.273%20106.415%20217.024%20106.311%20217.018%20106.292ZM161.472%20134.49C161.459%20134.461%20161.444%20134.433%20161.431%20134.404C161.18%20134.488%20160.928%20134.572%20160.674%20134.656C160.687%20134.685%20160.7%20134.713%20160.713%20134.742C160.967%20134.658%20161.221%20134.573%20161.472%20134.49ZM136.139%20157.574C136.134%20157.555%20135.399%20157.747%20135.407%20157.765C135.414%20157.783%20136.147%20157.592%20136.139%20157.574ZM140.007%20156.563C140.001%20156.544%20139.268%20156.737%20139.276%20156.755C139.283%20156.773%20140.015%20156.581%20140.007%20156.563ZM106.635%20164.644C106.787%20164.652%20106.197%20164.799%20105.881%20164.902C106.409%20164.789%20106.923%20164.678%20107.442%20164.565C107.432%20164.535%20107.421%20164.506%20107.41%20164.476C107.151%20164.533%20106.892%20164.589%20106.635%20164.644ZM102.842%20155.554C102.33%20155.744%20101.845%20155.924%20101.339%20156.114C101.351%20156.132%20101.356%20156.153%20101.37%20156.169C101.865%20155.961%20102.341%20155.762%20102.842%20155.554ZM94.0768%20159.387C94.0639%20159.359%2094.0453%20159.333%2094.0291%20159.306C93.054%20159.739%2092.4687%20160.09%2092.6243%20160.052C93.1119%20159.827%2093.5868%20159.61%2094.0768%20159.387ZM141.542%20156.129C141.537%20156.11%20140.806%20156.301%20140.813%20156.32C140.817%20156.339%20141.55%20156.147%20141.542%20156.129ZM230.488%20104.441C230.483%20104.421%20229.734%20104.52%20229.738%20104.539C229.746%20104.558%20230.494%20104.46%20230.488%20104.441ZM153.888%20137.021C153.371%20137.172%20152.858%20137.322%20152.346%20137.472C152.352%20137.492%20152.366%20137.51%20152.372%20137.529C152.875%20137.36%20153.381%20137.19%20153.888%20137.021ZM145.453%20139.902C146.22%20139.612%20144.477%20140.124%20144.136%20140.254C143.376%20140.543%20145.102%20140.035%20145.453%20139.902ZM251.929%20104.628C252.071%20104.552%20252.194%20104.48%20252.3%20104.412C252.405%20104.345%20252.558%20104.235%20252.656%20104.147C252.73%20104.081%20252.929%20103.895%20253.018%20103.673C253.065%20103.58%20253.129%20103.288%20253.054%20103.081C253.023%20102.976%20252.964%20102.876%20252.916%20102.814C252.875%20102.762%20252.832%20102.72%20252.791%20102.685C252.432%20102.423%20252.327%20102.471%20252.244%20102.445C252.164%20102.436%20252.146%20102.443%20252.197%20102.463C252.328%20102.502%20252.445%20102.515%20252.683%20102.677C252.784%20102.758%20252.915%20102.853%20252.995%20103.128C253.064%20103.386%20252.961%20103.63%20252.916%20103.707C252.798%20103.921%20252.645%20104.041%20252.564%20104.11C252.472%20104.187%20252.334%20104.28%20252.253%20104.331C251.878%20104.565%20251.508%20104.743%20251.116%20104.924C251.484%20104.8%20252.048%20104.519%20251.929%20104.628ZM175.906%20129.857C177.162%20129.499%20177.616%20129.275%20177.469%20129.288C178.213%20129.043%20178.969%20128.796%20179.718%20128.551C179.83%20128.482%20179.946%20128.411%20180.061%20128.341C179.435%20128.562%20178.808%20128.784%20178.181%20129.006C177.074%20129.305%20175.913%20129.73%20174.385%20130.232C175.096%20130.013%20175.678%20129.922%20175.906%20129.857ZM99.178%20157.085C99.1846%20157.103%2099.8797%20156.805%2099.8703%20156.788C99.8595%20156.771%2099.1652%20157.068%2099.178%20157.085ZM142.549%20140.895C142.542%20140.876%20142.532%20140.857%20142.522%20140.839C142.267%20140.926%20142.013%20141.013%20141.761%20141.1C141.767%20141.12%20141.778%20141.138%20141.788%20141.157C142.04%20141.07%20142.295%20140.983%20142.549%20140.895ZM98.795%20166.264C98.7883%20166.245%2098.0586%20166.385%2098.0587%20166.405C98.0712%20166.423%2098.7997%20166.283%2098.795%20166.264ZM184.269%20127.034C184.266%20127.024%20184.264%20127.014%20184.257%20127.005C183.749%20127.171%20183.243%20127.336%20182.736%20127.501C182.74%20127.511%20182.742%20127.521%20182.748%20127.53C183.255%20127.365%20183.761%20127.2%20184.269%20127.034ZM213.041%20106.702C213.044%20106.723%20213.054%20106.742%20213.057%20106.763C213.323%20106.726%20213.588%20106.689%20213.852%20106.652C213.849%20106.632%20213.842%20106.611%20213.836%20106.591C213.572%20106.628%20213.307%20106.665%20213.041%20106.702ZM225.375%20113.803C226.706%20113.556%20229.849%20112.427%20227.252%20113.129C226.977%20113.241%20226.694%20113.355%20226.414%20113.468C226.058%20113.583%20225.723%20113.691%20225.375%20113.803ZM213.977%20117.479C214.655%20117.294%20216.509%20116.621%20216.202%20116.705C215.505%20116.897%20213.672%20117.562%20213.977%20117.479ZM99.9425%20156.825C99.9541%20156.841%20100.645%20156.547%20100.633%20156.531C100.625%20156.513%2099.9341%20156.807%2099.9425%20156.825ZM239.932%20102.829C237.649%20103.102%20237.733%20103.181%20235.984%20103.436C235.845%20103.421%20235.71%20103.407%20235.569%20103.393C234.784%20103.501%20233.956%20103.616%20233.195%20103.722C232.629%20103.783%20232.048%20103.846%20231.453%20103.912C231.107%20103.949%20230.756%20103.987%20230.402%20104.026C230.672%20104.022%20230.939%20104.019%20231.204%20104.016C228.3%20104.405%20225.423%20104.801%20222.492%20105.21C222.229%20105.282%20221.988%20105.352%20221.734%20105.423C223.992%20105.205%20225.547%20104.908%20228.068%20104.555C228.337%20104.546%20228.592%20104.539%20228.878%20104.527C229.687%20104.415%20230.474%20104.306%20231.242%20104.201C231.326%20104.202%20231.409%20104.204%20231.491%20104.206C231.55%20104.206%20231.609%20104.207%20231.668%20104.208C234.693%20103.827%20232.557%20103.995%20235.232%20103.656C235.505%20103.648%20235.775%20103.64%20236.038%20103.634C236.425%20103.591%20236.823%20103.546%20237.237%20103.5C238.304%20103.328%20239.321%20103.164%20240.394%20102.998C242.268%20102.825%20244.78%20102.528%20246.731%20102.363C248.472%20102.227%20249.081%20102.158%20250.892%20102.148C250.89%20102.148%20250.887%20102.148%20250.884%20102.148C251.144%20102.152%20251.382%20102.156%20251.752%20102.195C251.837%20102.204%20251.912%20102.214%20252%20102.229C252.116%20102.249%20252.226%20102.272%20252.337%20102.305C252.395%20102.323%20252.44%20102.338%20252.511%20102.367C252.604%20102.405%20252.7%20102.453%20252.802%20102.529C252.909%20102.619%20252.99%20102.665%20253.12%20102.918C253.23%20103.145%20253.225%20103.435%20253.156%20103.626C253.062%20103.895%20252.924%20104.033%20252.804%20104.151C252.721%20104.229%20252.635%20104.297%20252.543%20104.363C252.327%20104.513%20252.236%20104.563%20252.063%20104.661C251.738%20104.84%20251.494%20104.955%20251.226%20105.079C251.013%20105.22%20250.71%20105.329%20250.5%20105.474C250.399%20105.545%20250.628%20105.468%20251.057%20105.288C251.248%20105.207%20251.555%20105.071%20251.848%20104.925C252.177%20104.737%20252.486%20104.666%20253.038%20104.109C253.106%20104.03%20253.174%20103.936%20253.235%20103.812C253.28%20103.729%20253.391%20103.432%20253.339%20103.142C253.168%20102.463%20252.872%20102.406%20252.672%20102.271C252.443%20102.162%20252.392%20102.154%20252.254%20102.113C252.134%20102.08%20251.993%20102.053%20251.918%20102.038C251.744%20102.005%20251.512%20101.978%20251.342%20101.962C251.178%20101.946%20251%20101.935%20250.809%20101.93C250.567%20101.948%20250.404%20101.97%20250.186%20101.995C249.976%20102.021%20249.754%20102.049%20249.569%20102.077C246.161%20102.265%20244.154%20102.615%20243.93%20102.445C242.846%20102.569%20241.851%20102.691%20240.776%20102.826C240.256%20102.907%20239.719%20102.991%20239.162%20103.078C239.422%20102.994%20239.679%20102.911%20239.932%20102.829ZM81.9482%20165.386C81.47%20165.62%2080.9959%20165.859%2080.5292%20166.102C80.5395%20166.12%2080.5531%20166.137%2080.5667%20166.153C81.0191%20165.893%2081.4831%20165.637%2081.9482%20165.386ZM247.068%20106.715C247.411%20106.575%20247.825%20106.407%20248.182%20106.257C247.676%20106.429%20247.155%20106.601%20246.653%20106.764C246.667%20106.792%20246.682%20106.82%20246.696%20106.848C246.821%20106.804%20246.947%20106.758%20247.068%20106.715ZM210.604%20106.823C210.873%20106.806%20211.143%20106.789%20211.409%20106.773C210.115%20106.965%20208.763%20107.165%20207.456%20107.361C207.86%20107.345%20208.268%20107.33%20208.688%20107.313C211.194%20106.939%20213.703%20106.567%20216.182%20106.202C216.202%20106.193%20216.223%20106.183%20216.243%20106.173C216.329%20106.121%20215.953%20106.181%20215.009%20106.302C213.926%20106.442%20213.324%20106.506%20212.229%20106.656C212.226%20106.636%20212.195%20106.62%20212.181%20106.601C211.636%20106.678%20211.133%20106.748%20210.604%20106.823ZM204.892%20120.58C204.881%20120.568%20204.869%20120.556%20204.857%20120.544C204.09%20120.753%20203.31%20120.966%20202.549%20121.173C202.831%20121.159%20203.113%20121.144%20203.4%20121.128C203.897%20120.946%20204.396%20120.762%20204.892%20120.58ZM140.324%20141.71C140.331%20141.728%20141.042%20141.483%20141.033%20141.465C141.024%20141.448%20140.313%20141.692%20140.324%20141.71ZM236.798%20110.123C236.799%20110.123%20236.799%20110.122%20236.8%20110.122C236.302%20110.285%20235.76%20110.462%20235.272%20110.622C235.278%20110.642%20235.288%20110.66%20235.298%20110.679C235.422%20110.639%20235.543%20110.599%20235.672%20110.557C236.054%20110.41%20236.428%20110.266%20236.798%20110.123ZM214.544%20106.114C213.984%20106.24%20213.507%20106.353%20212.975%20106.475C213.768%20106.359%20214.546%20106.246%20215.316%20106.133C215.337%20106.151%20215.358%20106.168%20215.382%20106.186C216.721%20106.011%20218.015%20105.843%20219.325%20105.674C219.063%20105.752%20218.817%20105.828%20218.571%20105.904C219.34%20105.798%20220.179%20105.684%20220.955%20105.577C221.278%20105.474%20220.514%20105.552%20219.735%20105.62C219.221%20105.665%20219.74%20105.575%20219.189%20105.633C218.646%20105.689%20217.849%20105.815%20217.295%20105.86C216.745%20105.905%20217.375%20105.785%20216.78%20105.837C216.491%20105.862%20214.946%20106.081%20214.544%20106.114ZM96.3068%20158.49C96.3026%20158.481%2096.2972%20158.472%2096.2896%20158.464C95.7984%20158.681%2095.3244%20158.893%2094.8337%20159.114C94.838%20159.123%2094.8412%20159.133%2094.8488%20159.141C95.34%20158.92%2095.815%20158.708%2096.3068%20158.49ZM233.796%20111.202C233.79%20111.182%20233.776%20111.165%20233.77%20111.145C233.654%20111.188%20233.537%20111.231%20233.419%20111.274C233.046%20111.413%20232.666%20111.553%20232.281%20111.695C232.67%20111.569%20233.055%20111.443%20233.434%20111.32C233.555%20111.28%20233.676%20111.241%20233.796%20111.202ZM217.831%20116.404C217.821%20116.375%20217.804%20116.347%20217.791%20116.319C217.037%20116.562%20216.276%20116.808%20215.507%20117.056C215.52%20117.084%20215.532%20117.113%20215.545%20117.142C216.314%20116.894%20217.077%20116.647%20217.831%20116.404ZM196.531%20123.284C196.521%20123.254%20196.502%20123.227%20196.492%20123.198C195.479%20123.517%20194.855%20123.793%20195.013%20123.775C195.52%20123.611%20196.026%20123.447%20196.531%20123.284ZM103.684%20155.442C105.508%20154.69%20107.23%20154.016%20108.089%20153.587C106.533%20154.22%20105.286%20154.757%20103.667%20155.415C103.671%20155.424%20103.675%20155.434%20103.679%20155.444C103.681%20155.443%20103.682%20155.442%20103.684%20155.442ZM229.246%20112.714C229.239%20112.694%20229.229%20112.675%20229.219%20112.656C228.963%20112.739%20228.7%20112.825%20228.455%20112.904C228.461%20112.924%20228.471%20112.943%20228.481%20112.961C228.726%20112.882%20228.99%20112.797%20229.246%20112.714ZM220.885%20115.451C222.18%20115.044%20223.412%20114.657%20224.71%20114.248C224.69%20114.211%20224.675%20114.172%20224.655%20114.134C222.88%20114.73%20221.115%20115.322%20219.359%20115.911C219.636%20115.876%20219.91%20115.842%20220.185%20115.808C220.418%20115.69%20220.654%20115.569%20220.885%20115.451ZM168.702%20112.978C168.697%20112.959%20169.442%20112.848%20169.445%20112.868C169.451%20112.887%20168.705%20112.998%20168.702%20112.978ZM236.008%20103.527C235.748%20103.56%20235.484%20103.593%20235.218%20103.626C235.216%20103.606%20235.206%20103.586%20235.203%20103.565C235.469%20103.532%20235.733%20103.498%20235.993%20103.466C235.999%20103.486%20236.005%20103.507%20236.008%20103.527ZM210.224%20118.81C210.235%20118.827%20210.954%20118.595%20210.946%20118.577C210.94%20118.558%20210.215%20118.792%20210.224%20118.81ZM101.523%20123.297C101.516%20123.279%20102.261%20123.159%20102.266%20123.178C102.272%20123.197%20101.526%20123.317%20101.523%20123.297ZM182.108%20110.998C182.105%20110.979%20181.356%20111.089%20181.362%20111.108C181.366%20111.127%20182.113%20111.017%20182.108%20110.998ZM252.87%20104.173C253.006%20104.02%20253.139%20103.932%20253.245%20103.514C253.3%20103.273%20253.233%20102.944%20253.083%20102.742C252.971%20102.582%20252.857%20102.496%20252.748%20102.428C252.503%20102.286%20252.411%20102.277%20252.286%20102.24C252.173%20102.21%20252.013%20102.183%20251.937%20102.173C251.762%20102.149%20251.546%20102.133%20251.36%20102.126C251.197%20102.119%20251.021%20102.116%20250.832%20102.117C250.664%20102.11%20250.557%20102.105%20250.418%20102.101C250.606%20102.095%20250.831%20102.092%20251.05%20102.094C251.261%20102.096%20251.461%20102.1%20251.712%20102.122C251.835%20102.133%20251.916%20102.14%20252.064%20102.164C252.216%20102.191%20252.359%20102.223%20252.509%20102.279C252.611%20102.317%20252.752%20102.381%20252.888%20102.49C252.957%20102.545%20253.028%20102.615%20253.093%20102.704C253.182%20102.824%20253.258%20102.991%20253.283%20103.163C253.309%20103.335%20253.287%20103.503%20253.246%20103.636C253.21%20103.748%20253.179%20103.808%20253.14%20103.877C253.064%20104.009%20252.982%20104.104%20252.9%20104.188C252.886%20104.186%20252.877%20104.181%20252.87%20104.173ZM244.5%20107.815C247.289%20106.871%20249.145%20106.104%20249.724%20105.75C246.556%20106.971%20244.634%20107.608%20242.967%20108.304C243.99%20107.947%20244.995%20107.592%20245.987%20107.232C245.516%20107.42%20244.985%20107.626%20244.5%20107.815ZM187.428%20126.302C187.412%20126.264%20187.392%20126.226%20187.376%20126.188C187.122%20126.27%20186.869%20126.353%20186.616%20126.435C186.636%20126.472%20186.652%20126.511%20186.668%20126.549C186.922%20126.467%20187.174%20126.385%20187.428%20126.302ZM152.861%20115.338C152.334%20115.418%20151.806%20115.498%20151.278%20115.577C151.275%20115.557%20151.265%20115.537%20151.262%20115.517C151.789%20115.437%20152.318%20115.357%20152.845%20115.277C152.851%20115.297%20152.858%20115.317%20152.861%20115.338ZM214.789%20117.386C214.786%20117.376%20214.782%20117.366%20214.775%20117.358C214.272%20117.52%20213.764%20117.684%20213.254%20117.848C213.257%20117.858%20213.262%20117.868%20213.268%20117.877C213.778%20117.712%20214.286%20117.548%20214.789%20117.386ZM99.1407%20123.649C99.1338%20123.63%2099.885%20123.509%2099.8907%20123.528C99.8971%20123.547%2099.1435%20123.668%2099.1407%20123.649ZM114.116%20121.217C114.123%20121.237%20114.132%20121.257%20114.135%20121.277C113.615%20121.359%20113.076%20121.444%20112.55%20121.527C112.941%20121.444%20113.334%20121.361%20113.723%20121.279C113.856%20121.258%20113.985%20121.238%20114.116%20121.217ZM127.567%20146.328C127.576%20146.346%20128.28%20146.093%20128.272%20146.075C128.265%20146.056%20127.556%20146.311%20127.567%20146.328ZM184.374%20127.263C184.368%20127.243%20184.355%20127.226%20184.348%20127.206C183.587%20127.454%20182.829%20127.7%20182.069%20127.948C182.076%20127.968%20182.089%20127.986%20182.096%20128.006C182.856%20127.758%20183.614%20127.511%20184.374%20127.263ZM168.433%20132.5C168.169%20132.559%20167.903%20132.62%20167.639%20132.679C167.132%20132.847%20166.625%20133.014%20166.12%20133.181C166.766%20133%20167.416%20132.819%20168.06%20132.639C168.183%20132.593%20168.306%20132.547%20168.433%20132.5ZM132.931%20158.085C132.922%20158.067%20132.192%20158.256%20132.201%20158.274C132.208%20158.293%20132.939%20158.103%20132.931%20158.085ZM171.053%20112.487C171.325%20112.478%20171.597%20112.469%20171.869%20112.46C172.653%20112.328%20173.437%20112.196%20174.221%20112.064C173.298%20112.156%20172.452%20112.274%20171.053%20112.487ZM182.081%20110.897C181.38%20110.967%20179.441%20111.323%20179.761%20111.29C180.471%20111.218%20182.4%20110.864%20182.081%20110.897ZM200.382%20122.169C200.366%20122.131%20200.346%20122.093%20200.33%20122.055C199.83%20122.233%20199.332%20122.411%20198.833%20122.588C198.836%20122.598%20198.84%20122.608%20198.847%20122.617C199.233%20122.508%20199.619%20122.4%20200.003%20122.292C200.127%20122.252%20200.256%20122.21%20200.382%20122.169ZM140.214%20117.183C140.208%20117.164%20140.956%20117.05%20140.962%20117.068C140.968%20117.087%20140.221%20117.202%20140.214%20117.183ZM240.696%20109.017C240.704%20109.035%20241.411%20108.799%20241.401%20108.782C241.397%20108.763%20240.688%20108.999%20240.696%20109.017ZM176.802%20129.801C176.792%20129.771%20176.774%20129.744%20176.761%20129.716C176.263%20129.895%20175.762%20130.076%20175.265%20130.255C175.651%20130.145%20176.036%20130.035%20176.423%20129.925C176.548%20129.884%20176.677%20129.842%20176.802%20129.801ZM227.798%20113.347C228.035%20113.227%20228.264%20113.108%20228.498%20112.989C227.998%20113.151%20227.49%20113.316%20226.978%20113.481C226.995%20113.52%20227.016%20113.557%20227.035%20113.594C227.291%20113.512%20227.546%20113.429%20227.798%20113.347ZM158.601%20135.84C159.778%20135.456%20161.766%20134.748%20162.357%20134.509C161.471%20134.756%20160.642%20135.023%20159.304%20135.474C159.072%20135.595%20158.836%20135.718%20158.601%20135.84ZM217.911%20116.575C218.138%20116.447%20218.371%20116.318%20218.605%20116.187C216.986%20116.747%20216.178%20117.053%20216.396%20117.065C216.904%20116.9%20217.41%20116.737%20217.911%20116.575ZM234.403%20103.62C234.399%20103.6%20235.163%20103.503%20235.168%20103.522C235.176%20103.541%20234.409%20103.638%20234.403%20103.62ZM106.186%20122.378C106.191%20122.409%20106.207%20122.438%20106.215%20122.468C106.477%20122.427%20106.741%20122.385%20107.004%20122.343C106.995%20122.313%20106.986%20122.282%20106.974%20122.253C106.711%20122.294%20106.448%20122.336%20106.186%20122.378ZM164.662%20149.82C164.657%20149.801%20163.921%20149.985%20163.929%20150.003C163.938%20150.021%20164.671%20149.838%20164.662%20149.82ZM245.131%20102.23C243.896%20102.317%20243.57%20102.389%20242.311%20102.525C242.309%20102.525%20242.308%20102.525%20242.306%20102.525C243.694%20102.452%20245.925%20102.188%20245.546%20102.346C246.047%20102.272%20246.613%20102.195%20247.124%20102.127C246.493%20102.157%20245.746%20102.188%20245.131%20102.23ZM192.77%20124.601C192.763%20124.581%20192.75%20124.564%20192.744%20124.544C192.491%20124.626%20192.237%20124.708%20191.983%20124.791C191.99%20124.81%20191.999%20124.829%20192.009%20124.848C192.263%20124.766%20192.517%20124.683%20192.77%20124.601ZM193.169%20109.246C193.172%20109.266%20193.182%20109.286%20193.185%20109.306C193.714%20109.23%20194.241%20109.154%20194.765%20109.078C194.367%20109.114%20193.965%20109.152%20193.565%20109.188C193.434%20109.207%20193.299%20109.227%20193.169%20109.246ZM179.831%20128.778C179.828%20128.768%20179.826%20128.758%20179.819%20128.749C179.059%20128.997%20178.298%20129.246%20177.538%20129.494C177.542%20129.504%20177.546%20129.514%20177.553%20129.522C178.312%20129.274%20179.071%20129.026%20179.831%20128.778ZM111.889%20152.293C110.655%20152.75%20109.398%20153.222%20108.149%20153.698C108.161%20153.727%20108.178%20153.754%20108.193%20153.782C109.427%20153.278%20110.669%20152.778%20111.889%20152.293ZM105.235%20154.974C105.223%20154.945%20105.203%20154.92%20105.188%20154.892C104.138%20155.315%20103.645%20155.541%20103.007%20155.841C103.679%20155.597%20104.193%20155.406%20105.235%20154.974ZM171.486%20131.495C171.492%20131.514%20172.213%20131.277%20172.203%20131.259C172.197%20131.241%20171.477%20131.477%20171.486%20131.495ZM165.414%20133.546C164.898%20133.694%20164.389%20133.841%20163.87%20133.991C163.876%20134.011%20163.886%20134.029%20163.896%20134.048C164.406%20133.879%20164.908%20133.713%20165.414%20133.546ZM164.679%20113.42C165.078%20113.376%20165.48%20113.332%20165.88%20113.288C166.009%20113.263%20166.14%20113.239%20166.273%20113.214C165.873%20113.258%20165.471%20113.302%20165.07%20113.346C164.941%20113.37%20164.811%20113.395%20164.679%20113.42ZM78.7455%20167.572C78.7337%20167.555%2078.7191%20167.54%2078.7045%20167.525C78.3077%20167.823%2077.9136%20168.146%2077.6494%20168.443C77.9303%20168.159%2078.3355%20167.854%2078.7455%20167.572ZM206.482%20120.231C209.588%20119.232%20207.296%20119.869%20206.444%20120.145C206.457%20120.174%20206.469%20120.203%20206.482%20120.231ZM108.549%20122.05C108.543%20122.031%20107.795%20122.15%20107.802%20122.169C107.804%20122.188%20108.555%20122.069%20108.549%20122.05ZM248.717%20102.043C248.719%20102.022%20247.969%20102.072%20247.966%20102.093C247.978%20102.111%20248.73%20102.061%20248.717%20102.043ZM185.178%20127.051C185.185%20127.069%20185.906%20126.834%20185.897%20126.817C185.889%20126.799%20185.169%20127.033%20185.178%20127.051ZM209.78%20106.891C209.775%20106.872%20209.022%20106.978%20209.028%20106.997C209.036%20107.015%20209.785%20106.91%20209.78%20106.891ZM169.22%20132.273C169.23%20132.291%20169.947%20132.055%20169.939%20132.037C169.932%20132.018%20169.212%20132.256%20169.22%20132.273ZM100.087%20157.12C100.079%20157.101%20100.067%20157.083%20100.056%20157.066C99.8088%20157.171%2099.5643%20157.276%2099.323%20157.379C99.3312%20157.399%2099.3428%20157.416%2099.3543%20157.434C99.5956%20157.33%2099.8401%20157.226%20100.087%20157.12ZM97.1586%20158.337C97.1643%20158.355%2097.8645%20158.049%2097.8537%20158.033C97.8429%20158.016%2097.1467%20158.32%2097.1586%20158.337ZM100.251%20123.233C99.0262%20123.439%2097.8574%20123.639%2096.7144%20123.835C97.1586%20123.815%20100.127%20123.41%20101.351%20123.179C102.271%20123.004%20100.952%20123.133%20100.251%20123.233ZM180.503%20111.06C180.504%20111.07%20180.507%20111.08%20180.512%20111.09C181.039%20111.013%20181.565%20110.935%20182.09%20110.859C182.088%20110.848%20182.088%20110.838%20182.083%20110.828C181.558%20110.905%20181.031%20110.982%20180.503%20111.06ZM138.917%20142.51C138.91%20142.49%20138.9%20142.472%20138.89%20142.453C138.386%20142.627%20137.886%20142.8%20137.391%20142.973C137.772%20142.863%20138.154%20142.752%20138.543%20142.639C138.666%20142.597%20138.793%20142.553%20138.917%20142.51ZM129.872%20118.632C129.875%20118.652%20129.886%20118.672%20129.889%20118.692C130.153%20118.652%20130.417%20118.611%20130.68%20118.57C130.677%20118.549%20130.67%20118.529%20130.664%20118.509C130.4%20118.55%20130.136%20118.591%20129.872%20118.632ZM242.26%20108.593C242.274%20108.609%20242.981%20108.37%20242.969%20108.353C242.965%20108.334%20242.253%20108.575%20242.26%20108.593ZM240.739%20109.102C240.748%20109.12%20241.455%20108.884%20241.444%20108.867C241.44%20108.847%20240.733%20109.083%20240.739%20109.102ZM171.513%20131.601C171.507%20131.581%20171.493%20131.564%20171.487%20131.544C171.234%20131.627%20170.984%20131.709%20170.73%20131.793C170.737%20131.813%20170.747%20131.831%20170.757%20131.85C171.01%20131.767%20171.261%20131.684%20171.513%20131.601ZM177.325%20111.496C177.326%20111.506%20177.327%20111.517%20177.332%20111.526C177.859%20111.449%20178.377%20111.373%20178.912%20111.294C178.91%20111.284%20178.907%20111.273%20178.902%20111.264C178.369%20111.342%20177.852%20111.418%20177.325%20111.496ZM195.838%20123.673C195.835%20123.663%20195.83%20123.653%20195.824%20123.644C195.318%20123.808%20194.811%20123.973%20194.303%20124.137C194.306%20124.147%20194.308%20124.157%20194.315%20124.166C194.823%20124.001%20195.332%20123.837%20195.838%20123.673ZM127.509%20118.998C127.511%20119.008%20127.517%20119.018%20127.519%20119.028C128.043%20118.947%20128.568%20118.865%20129.094%20118.784C129.092%20118.774%20129.092%20118.763%20129.087%20118.753C128.56%20118.835%20128.034%20118.916%20127.509%20118.998ZM95.0104%20159.412C95.0018%20159.393%2094.9899%20159.375%2094.978%20159.358C94.7341%20159.467%2094.5018%20159.572%2094.2548%20159.684C94.2634%20159.703%2094.2754%20159.721%2094.2873%20159.738C94.5338%20159.626%2094.7665%20159.521%2095.0104%20159.412ZM175.727%20111.668C175.73%20111.689%20175.74%20111.709%20175.743%20111.729C176.007%20111.69%20176.271%20111.651%20176.535%20111.612C176.532%20111.592%20176.521%20111.572%20176.518%20111.552C176.255%20111.59%20175.991%20111.629%20175.727%20111.668ZM111.678%20121.459C111.675%20121.44%20110.927%20121.558%20110.932%20121.577C110.935%20121.597%20111.684%20121.478%20111.678%20121.459ZM239.987%20109.434C239.217%20109.678%20238.475%20109.912%20237.687%20110.16C237.693%20110.179%20237.703%20110.198%20237.713%20110.217C238.502%20109.969%20239.243%20109.735%20240.014%20109.491C240.008%20109.471%20239.997%20109.452%20239.987%20109.434ZM113.405%20151.772C112.919%20151.96%20112.414%20152.156%20111.918%20152.348C112.296%20152.224%20112.699%20152.09%20113.069%20151.969C113.189%20151.923%20113.314%20151.875%20113.435%20151.828C113.427%20151.809%20113.413%20151.792%20113.405%20151.772ZM227.825%20113.404C227.821%20113.394%20227.817%20113.385%20227.81%20113.376C227.305%20113.54%20226.791%20113.706%20226.277%20113.873C226.28%20113.882%20226.284%20113.892%20226.291%20113.901C226.806%20113.734%20227.32%20113.568%20227.825%20113.404ZM239.9%20102.707C237.974%20102.928%20236.765%20103.1%20236.724%20103.186C238.654%20102.953%20239.87%20102.792%20239.9%20102.707ZM182.043%20110.707C182.046%20110.728%20182.057%20110.748%20182.06%20110.768C182.578%20110.671%20183.095%20110.575%20183.621%20110.476C183.089%20110.554%20182.567%20110.631%20182.043%20110.707ZM201.963%20121.79C201.957%20121.77%20201.947%20121.751%20201.937%20121.732C201.43%20121.896%20200.921%20122.061%20200.411%20122.226C200.805%20122.12%20201.192%20122.017%20201.584%20121.912C201.709%20121.872%20201.838%20121.83%20201.963%20121.79ZM129.911%20145.738C129.907%20145.728%20129.903%20145.719%20129.896%20145.71C129.399%20145.887%20128.882%20146.072%20128.384%20146.25C128.388%20146.26%20128.393%20146.27%20128.4%20146.278C128.897%20146.1%20129.415%20145.915%20129.911%20145.738ZM249.879%20105.975C249.9%20105.989%20250.609%20105.698%20250.591%20105.683C250.593%20105.663%20249.878%20105.955%20249.879%20105.975ZM155.932%20114.558C155.936%20114.579%20155.946%20114.598%20155.949%20114.619C156.742%20114.506%20158.531%20114.209%20158.305%20114.201C157.515%20114.32%20156.724%20114.439%20155.932%20114.558ZM163.95%20134.162C163.946%20134.152%20163.944%20134.142%20163.937%20134.133C163.43%20134.301%20162.923%20134.469%20162.418%20134.637C162.421%20134.647%20162.425%20134.656%20162.432%20134.665C162.937%20134.498%20163.443%20134.33%20163.95%20134.162ZM149.578%20139.032C149.571%20139.013%20149.561%20138.994%20149.551%20138.975C148.601%20139.303%20148.115%20139.442%20147.264%20139.717C147.278%20139.745%20147.293%20139.773%20147.306%20139.802C148.06%20139.546%20148.832%20139.284%20149.578%20139.032ZM205.001%20120.791C204.872%20120.828%20204.745%20120.863%20204.615%20120.9C204.24%20121.037%20203.865%20121.175%20203.488%20121.313C203.619%20121.277%20203.746%20121.241%20203.877%20121.204C204.253%20121.066%20204.628%20120.929%20205.001%20120.791ZM108.5%20121.899C108.497%20121.88%20107.745%20121.999%20107.751%20122.018C107.753%20122.038%20108.506%20121.918%20108.5%20121.899ZM95.5336%20166.347C95.5373%20166.368%2095.5446%20166.388%2095.5518%20166.408C96.0664%20166.315%2096.6062%20166.216%2097.1155%20166.121C96.7255%20166.172%2096.3241%20166.225%2095.9226%20166.277C95.7938%20166.3%2095.6611%20166.324%2095.5336%20166.347ZM204.963%20107.396C204.441%20107.471%20203.921%20107.545%20203.413%20107.618C203.414%20107.628%20203.417%20107.639%20203.422%20107.648C204.194%20107.539%20205.012%20107.422%20205.801%20107.311C205.925%20107.251%20206.046%20107.192%20206.166%20107.133C205.766%20107.22%20205.363%20107.308%20204.963%20107.396ZM118.693%20149.848C118.699%20149.867%20119.402%20149.605%20119.393%20149.587C119.385%20149.569%20118.683%20149.831%20118.693%20149.848ZM144.059%20116.374C144.055%20116.355%20143.307%20116.469%20143.311%20116.488C143.314%20116.507%20144.065%20116.393%20144.059%20116.374ZM147.243%20115.889C147.377%20115.874%20147.508%20115.859%20147.642%20115.844C148.033%20115.769%20148.425%20115.694%20148.813%20115.619C148.682%20115.634%20148.546%20115.649%20148.411%20115.664C148.02%20115.739%20147.63%20115.815%20147.243%20115.889ZM226.345%20114.015C227.496%20113.619%20227.999%20113.411%20229.372%20112.968C229.369%20112.958%20229.365%20112.949%20229.358%20112.94C229.357%20112.94%20229.356%20112.941%20229.356%20112.941C228.326%20113.275%20227.342%20113.593%20226.303%20113.93C226.316%20113.958%20226.329%20113.987%20226.345%20114.015ZM169.288%20132.465C169.282%20132.445%20169.268%20132.428%20169.262%20132.408C168.766%20132.593%20168.27%20132.778%20167.772%20132.965C168.276%20132.798%20168.782%20132.632%20169.288%20132.465ZM113.232%20121.119C113.229%20121.1%20112.478%20121.218%20112.484%20121.237C112.491%20121.256%20113.236%20121.138%20113.232%20121.119ZM190.58%20125.492C190.589%20125.51%20191.31%20125.276%20191.301%20125.258C191.295%20125.24%20190.571%20125.474%20190.58%20125.492ZM111.254%20152.725C111.259%20152.744%20111.96%20152.471%20111.951%20152.453C111.942%20152.435%20111.244%20152.708%20111.254%20152.725ZM173.858%20130.996C173.851%20130.976%20173.841%20130.957%20173.831%20130.939C173.579%20131.022%20173.326%20131.105%20173.073%20131.188C173.08%20131.207%20173.09%20131.226%20173.1%20131.245C173.352%20131.162%20173.605%20131.079%20173.858%20130.996ZM174.905%20111.695C174.906%20111.705%20174.909%20111.716%20174.914%20111.725C175.443%20111.647%20175.971%20111.569%20176.497%20111.491C176.496%20111.481%20176.495%20111.471%20176.49%20111.461C175.963%20111.539%20175.434%20111.617%20174.905%20111.695ZM201.223%20122.078C201.096%20122.114%20200.966%20122.15%20200.835%20122.187C200.459%20122.325%20200.085%20122.463%20199.713%20122.599C199.843%20122.563%20199.969%20122.527%20200.098%20122.491C200.47%20122.355%20200.849%20122.216%20201.223%20122.078ZM196.692%20123.626C197.542%20123.337%20197.974%20123.172%20198.964%20122.858C198.576%20122.962%20198.183%20123.067%20197.794%20123.171C197.023%20123.45%20196.537%20123.629%20196.692%20123.626ZM208.123%20106.903C208.109%20106.885%20207.377%20106.989%20207.38%20107.008C207.387%20107.027%20208.122%20106.923%20208.123%20106.903ZM220.822%20105.09C221.357%20105.038%20221.879%20104.988%20222.407%20104.938C222.404%20104.917%20222.397%20104.897%20222.391%20104.876C221.867%20104.948%20221.35%20105.018%20220.822%20105.09ZM166.18%20112.975C166.177%20112.955%20165.425%20113.067%20165.431%20113.086C165.437%20113.105%20166.186%20112.994%20166.18%20112.975ZM230.331%20103.862C230.327%20103.843%20229.577%20103.941%20229.58%20103.961C229.584%20103.98%20230.339%20103.881%20230.331%20103.862ZM178.062%20111.214C178.195%20111.199%20178.325%20111.185%20178.459%20111.171C178.852%20111.097%20179.246%20111.023%20179.639%20110.95C179.504%20110.964%20179.373%20110.978%20179.238%20110.993C178.845%20111.066%20178.449%20111.141%20178.062%20111.214ZM106.104%20122.185C106.1%20122.166%20105.355%20122.285%20105.361%20122.304C105.364%20122.323%20106.108%20122.205%20106.104%20122.185ZM176.895%20130.001C176.391%20130.166%20175.886%20130.331%20175.382%20130.496C175.389%20130.516%20175.399%20130.534%20175.408%20130.553C175.533%20130.512%20175.661%20130.471%20175.785%20130.43C176.156%20130.287%20176.524%20130.144%20176.895%20130.001ZM170.852%20132C170.863%20132.017%20171.575%20131.783%20171.567%20131.765C171.561%20131.746%20170.844%20131.982%20170.852%20132ZM89.5126%20124.752C89.5792%20124.778%2089.9543%20124.742%2090.3267%20124.714C89.8015%20124.8%2089.279%20124.886%2088.759%20124.971C88.7674%20124.955%2088.7747%20124.939%2088.7831%20124.923C88.2454%20124.994%2087.6851%20125.069%2087.1426%20125.141C87.9366%20125.011%2088.7328%20124.879%2089.5126%20124.752ZM99.7778%20123.166C99.7743%20123.147%2099.0221%20123.268%2099.0279%20123.287C99.0306%20123.306%2099.7828%20123.185%2099.7778%20123.166ZM185.964%20110.008C185.966%20110.018%20185.972%20110.028%20185.974%20110.038C186.501%20109.961%20187.021%20109.885%20187.551%20109.808C187.549%20109.798%20187.546%20109.788%20187.541%20109.778C187.011%20109.855%20186.491%20109.931%20185.964%20110.008ZM240.08%20109.634C240.073%20109.614%20240.063%20109.595%20240.053%20109.577C239.789%20109.664%20239.544%20109.745%20239.295%20109.828C239.305%20109.846%20239.311%20109.866%20239.321%20109.885C239.57%20109.803%20239.816%20109.721%20240.08%20109.634ZM227.157%20113.801C227.168%20113.818%20227.888%20113.585%20227.877%20113.568C227.87%20113.549%20227.148%20113.783%20227.157%20113.801ZM203.562%20121.421C203.573%20121.438%20204.294%20121.205%20204.285%20121.187C204.278%20121.169%20203.552%20121.403%20203.562%20121.421ZM200.998%20107.804C200.466%20107.88%20199.928%20107.957%20199.41%20108.032C199.408%20108.021%20199.402%20108.012%20199.401%20108.001C199.919%20107.927%20200.457%20107.85%20200.988%20107.774C200.993%20107.784%20200.996%20107.794%20200.998%20107.804ZM95.0073%20123.841C95.0032%20123.822%2094.2529%20123.944%2094.2601%20123.963C94.2644%20123.982%2095.0136%20123.86%2095.0073%20123.841ZM198.611%20108.114C197.823%20108.227%20197.029%20108.341%20196.23%20108.456C196.228%20108.446%20196.222%20108.436%20196.221%20108.426C197.02%20108.311%20197.816%20108.197%20198.604%20108.084C198.609%20108.094%20198.61%20108.104%20198.611%20108.114ZM97.3711%20123.427C97.3676%20123.408%2096.6253%20123.528%2096.6312%20123.547C96.6339%20123.566%2097.376%20123.446%2097.3711%20123.427ZM100.535%20122.918C100.531%20122.898%2099.7752%20123.02%2099.7823%20123.039C99.7859%20123.058%20100.542%20122.936%20100.535%20122.918ZM168.614%20132.934C168.624%20132.951%20167.904%20133.189%20167.898%20133.17C167.89%20133.152%20168.608%20132.915%20168.614%20132.934ZM170.918%20132.192C171.171%20132.109%20171.424%20132.026%20171.677%20131.943C171.687%20131.961%20171.697%20131.98%20171.703%20132C171.45%20132.083%20171.198%20132.166%20170.944%20132.249C170.934%20132.231%20170.924%20132.212%20170.918%20132.192Z%22%20fill%3D%22%23F60F1A%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  transform: translateX(-50%);
}

.urs__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.urs__text {
  flex: 0 0 auto;
  max-width: 331px;
  font-size: var(--l);
}

.urs__buttons {
  display: flex;
  gap: 11px;
}

.urs__buttons .btn {
  flex: 0 0 auto;
}

.urs__buttons .btn_transparent {
  color: inherit;
}

.program {
  background: center/contain no-repeat;
  padding: 146px 0 0px;
  position: relative;
}

.program::before {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
  background: bottom center/100% no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221366%22%20height%3D%2260%22%20viewBox%3D%220%200%201366%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M-3.13454%209.22348L-7.0519%2011.5856L-9.20412%2013.1559L-16.257%2016.4781L-13.6293%2020.0091L-15.7572%2021.8885L-13.2505%2024.1828L-8.45448%2026.2982C-8.45448%2026.2982%20-9.48622%2030.0218%20-10.8645%2030.0353C-12.2428%2030.0489%20-14.782%2032.3975%20-14.782%2032.3975L-14.6369%2033.9433L-18.111%2036.1454L-17.7401%2040.1646L-17.4822%2042.9471L-17.3129%2044.8021L-12.5492%2046.6083L-10.4696%2049.2173L-12.6056%2050.9421L-16.5391%2053.1497C-16.5391%2053.1497%20-19.6826%2053.9551%20-19.6423%2054.4189C-19.6021%2054.8826%20-19.3038%2058.1289%20-19.3038%2058.1289L-19.1184%2060.1384L-18.53%2066.4737L-18.0706%2071.4203L-23.4147%2073.3323C-23.4147%2073.3323%20-27.3643%2075.3853%20-27.7673%2076.0063C-28.1703%2076.6301%20-27.4691%2079.2526%20-27.4691%2079.2526L-30%2081.753L-27.058%2083.7328L-25.0993%2090.0545L-21.4721%2094.5021L-23.0841%2096.9944L-18.6832%2099.8881L-13.863%20102.313L-9.72804%20102.269L-11.1063%20104.759L-12.9441%20107.254L-19.2152%20109.022L-14.782%20112.225L-10.0505%20116.198L-6.50391%20117.245C-6.50391%20117.245%20-5.47218%20118.471%20-5.89124%20118.94C-6.31043%20119.409%20-9.5265%20121.918%20-9.5265%20121.918C-9.5265%20121.918%20-8.25294%20123.295%20-9.35718%20123.773C-10.4614%20124.247%20-9.05897%20127.019%20-9.05897%20127.019L-6.89075%20128.079L-1.59498%20130.653L-4.64991%20132.386L-2.20765%20133.907L-0.555304%20136.828L3.83776%20139.567L9.13342%20142.141L9.35107%20144.46L9.68151%20148.015L5.84472%20151.305L2.74145%20152.574L1.45983%20153.67L-1.99012%20156.181L-6.35071%20156.227L-11.0419%20157.667L-15.6364%20157.716L-19.7714%20157.759L-19.4569%20161.16L-16.9905%20162.991C-16.9905%20162.991%20-16.0394%20163.289%20-15.9991%20163.753C-15.9587%20164.217%20-15.6686%20167.308%20-15.6686%20167.308L-12.2832%20169.128L-10.7195%20171.121L-10.4454%20174.058L-10.9774%20178.24L-14.0081%20180.282C-14.0081%20180.282%20-16.9502%20183.252%20-18.3043%20183.575C-19.6504%20183.898%20-20.4403%20185.3%20-20.4403%20185.3L-17.5708%20186.507L-9.30078%20186.42L-1.1034%20185.56L7.69861%20186.241L13.212%20186.184L23.7065%20185.3L33.2098%20183.653L43.9867%20185.861L54.2798%20187.765L61.1715%20187.692L67.3296%20189.639L74.6807%20189.563L82.4913%20189.482L91.4626%20187.068L94.9365%20184.866L100.047%20185.43L104.754%20186.618L118.32%20189.105L129.806%20188.985L135.779%20188.923L142.743%20189.623L151.295%20192.627C151.295%20192.627%20155.616%20194.594%20156.994%20194.58C158.372%20194.567%20164.345%20194.504%20164.345%20194.504L175.904%20195.158L184.931%20193.362L192.742%20193.281L202.922%20193.948L211.345%20195.562C211.345%20195.562%20217.342%20195.809%20219.156%20195.48C220.961%20195.152%20231.359%20193.186%20231.359%20193.186L245.344%20190.254L252.187%20189.72L261.328%20189.162L267.784%20189.403L277.384%20188.839L283.857%20189.235L293.142%20190.222L300.606%20191.383L304.766%20191.648L313.971%20191.708L318.565%20191.659L324.554%20191.751L335.879%20189.932L345.068%20189.837L354.668%20189.273L362.043%20189.506L368.572%20190.52L374.198%20191.7L376.641%20193.221L386.676%20192.343L396.195%20190.851L410.333%20189.62L418.684%20190.461C418.684%20190.461%20422.045%20191.971%20423.431%20192.112C424.826%20192.253%20429.146%20194.219%20429.146%20194.219L429.291%20195.765L435.337%20196.476C435.337%20196.476%20439.955%20196.736%20441.769%20196.408C443.574%20196.08%20451.973%20197.384%20451.973%20197.384L459.034%20199.166L465.007%20199.104L472.358%20199.028L480.975%20197.699L488.624%20195.917L493.565%20194.629L499.884%20193.324L507.679%20193.088L516.545%20194.542L519.302%20194.512L526.153%20193.978C526.153%20193.978%20529.789%20193.476%20531.167%20193.463C532.545%20193.449%20538.945%20193.072%20538.945%20193.072L545.394%20193.159L554.123%20193.067L560.636%20193.926L566.149%20193.87L574.419%20193.783L583.229%20194.618L590.258%20196.091L596.384%20197.729C596.384%20197.729%20599.237%20198.781%20601.091%20198.917C602.945%20199.052%20609.933%20200.061%20609.933%20200.061L614.528%20200.012L623.612%20198.835L631.769%20197.512L640.974%20197.571L646.447%20197.051L655.709%20197.729L667.179%20197.455L679.068%20196.712L690.465%20195.665L698.566%20196.354L708.924%20196.4L717.637%20196.153L725.061%20196.85L730.01%20195.716L734.951%20194.428L744.567%20194.019L748.67%20193.666L757.351%20193.11L771.577%20192.806L781.685%20192.701L791.873%20193.522L803.368%20193.558L813.016%20193.457L825.574%20195.028L835.222%20194.927L845.79%20194.816L854.979%20194.721L865.038%20194.152L878.386%20194.322L891.694%20194.029L897.65%20193.813L907.283%20193.558C907.283%20193.558%20915.665%20194.707%20917.503%20194.689C919.341%20194.67%20935.301%20193.265%20935.301%20193.265L947.174%20192.367L955.855%20191.811L970.67%20192.893L985.396%20193.048L998.801%20193.837C998.801%20193.837%201003.88%20194.095%201005.72%20194.073C1007.55%20194.054%201014.85%20193.36%201014.85%20193.36L1028.86%20195.689L1047.23%20195.497L1062.85%20195.334L1074.34%20195.215L1090.34%20194.274L1098.23%20194.965L1103.74%20194.908L1118.9%20194.751L1126.35%20195.757L1136.17%20197.512L1149.49%20197.373L1158.99%20195.727L1170.95%20195.757L1192.99%20195.526L1202.31%20196.82L1208.74%20196.752L1218.85%20196.647L1227.31%20198.569L1237.11%20200.169L1245.46%20201.01L1254.28%20202L1267.89%20200.001L1271.32%20197.335L1281.43%20197.23L1291.08%20197.129L1299.64%20195.185L1305.8%20192.18L1313.83%20189.465L1318.44%20184.622L1325.97%20181.603L1334.52%20179.504L1342.5%20176.326L1351.6%20175.303L1357.92%20173.999L1360.73%20169.638L1366.03%20167.262L1370.72%20163.346L1370.23%20157.936L1369.82%20153.607L1373.76%20151.4L1373.46%20148.153C1373.46%20148.153%201375.15%20146.589%201373.23%20145.68C1371.31%20144.772%201374.56%20142.418%201373.71%20141.962C1372.84%20141.506%201373.49%20138.252%201373.49%20138.252C1373.49%20138.252%201375.1%20136.069%201375.93%20135.133C1376.76%20134.197%201375.63%20131.887%201375.63%20131.887L1375.73%20128.483L1370.31%20124.055L1368.18%20120.827L1367.48%20118.205L1372.33%20115.989L1376.7%20113.47L1371.9%20111.354L1366.29%20110.329L1366.45%20107.078L1369.94%20105.03L1371.98%20102.223L1375.29%2098.1659L1370.94%2095.8905L1368.46%2093.9054L1368.72%2091.7358L1370.59%2087.0766L1369.96%2085.227L1368.21%2081.2241L1366.59%2078.6124L1366.4%2076.6028L1367.12%2074.4305L1370.64%2072.6922L1375.95%2070.471L1380.82%2068.4099L1380.69%2067.0186L1380.6%2066.0912L1380.51%2065.1637L1385%2064.0328L1384.78%2061.714L1384.67%2060.4773L1378.04%2058.381C1378.04%2058.381%201377.08%2057.9281%201377.02%2057.3097C1376.96%2056.6914%201376.93%2056.3822%201376.87%2055.6093C1376.79%2054.8364%201374.86%2053.7733%201373.48%2053.7896C1372.1%2053.8031%201368.7%2051.8288%201368.7%2051.8288L1370.37%2049.9548L1365.02%2046.7628L1358.4%2044.821L1352.66%2042.4046L1342.83%2040.4954L1339.46%2038.8302L1335.88%2039.9502L1331.2%2039.0716L1325.18%2038.5156L1320.5%2037.6369L1314.34%2035.6897L1314.66%2034.1384L1310.68%2030.9302L1305.07%2029.905L1296.39%2030.461L1291.18%2028.8148L1287.77%2026.6859C1287.77%2026.6859%201281.75%2026.2845%201281.71%2025.8208C1281.67%2025.357%201279.27%2024.2994%201279.27%2024.2994L1272.03%2025.4574L1268.68%2024.1014C1268.68%2024.1014%201269.45%2022.3928%201268.04%2022.0972C1266.62%2021.8016%201260.72%2022.4823%201258.82%2021.883C1256.93%2021.2836%201255.4%2019.754%201254.02%2019.613C1252.62%2019.472%201241.98%2018.6557%201241.98%2018.6557L1232.13%2016.5919C1232.13%2016.5919%201226.95%2015.2549%201225.56%2015.1138C1224.17%2014.9728%201213.12%2014.7803%201213.12%2014.7803L1206.28%2015.4691L1200.2%2019.2442L1192.02%2020.2585C1192.02%2020.2585%201186.15%2021.403%201184.77%2021.4165C1183.39%2021.4301%201172.42%2022.165%201172.42%2022.165L1166.56%2023.4641L1156.47%2023.7244C1156.47%2023.7244%201149.54%2023.3339%201149.45%2022.4064C1149.36%2021.4789%201150.85%2022.702%201149.36%2021.4789C1147.87%2020.2558%201139.52%2019.4151%201139.12%2020.0388C1138.71%2020.6626%201136.06%2021.7718%201134.68%2021.7881C1133.31%2021.8016%201125.51%2022.0376%201125.51%2022.0376L1118.47%2020.4104L1114.58%2018.1296C1114.58%2018.1296%201111.07%2014.9186%201108.73%2014.4792C1106.39%2014.0399%201102.6%2012.8412%201102.55%2012.3774C1102.51%2011.9137%201091.93%2011.8703%201091.93%2011.8703C1091.93%2011.8703%201090.25%2013.5897%201086.53%2013.1639C1082.81%2012.7381%201072.13%2011.6127%201070.72%2011.3171C1069.31%2011.0215%201061.11%2011.7266%201059.2%2010.9726C1057.29%2010.2187%201053.83%207.62602%201051.48%207.0321C1049.12%206.43817%201042.06%204.6564%201042.06%204.6564L1033.33%204.74861L1026.07%205.75205L1022.74%204.54793C1022.74%204.54793%201019.97%204.42316%201018.12%204.28757C1016.27%204.15196%201009.35%203.91602%201009.35%203.91602L1001.85%202.29154L997.696%202.18036L990.047%203.96215L985.453%204.01096C985.453%204.01096%20976.723%204.10317%20976.183%203.17837C975.635%202.25629%20976.949%201.46982%20975.063%201.02504C973.185%200.580282%20966.261%200.344336%20963.956%200.214163C961.642%200.0839908%20951.567%200.498924%20951.18%201.27454C950.793%202.05289%20947.206%203.01836%20945.368%203.03735C943.53%203.05633%20927.845%202.44613%20927.845%202.44613L920.034%202.52749L907.774%204.2035L896.087%207.11078L893.918%208.52643L887.011%208.44507L868.238%209.26138C868.238%209.26138%20859.637%2010.7421%20858.259%2010.7584C856.881%2010.772%20844.476%2010.9021%20844.476%2010.9021L837.141%2011.1326L824.752%2011.4174C824.752%2011.4174%20820.045%2010.2296%20818.191%2010.094C816.337%209.95838%20803.795%208.5427%20803.795%208.5427L800.482%207.49317C800.482%207.49317%20798.169%207.363%20795.372%206.92637C792.575%206.49245%20784.692%205.80088%20784.692%205.80088L771.714%204.69982L768.353%203.18923C768.353%203.18923%20764.581%202.14512%20763.202%202.1614C761.824%202.17495%20749.105%203.85639%20749.105%203.85639L742.536%202.37835L738.65%200.0975754C738.65%200.0975754%20735.007%200.444698%20733.637%200.612835C732.275%200.780987%20726.358%201.4617%20724.94%201.01422C723.521%200.564023%20718.024%200.778287%20716.613%200.482679C715.211%200.18707%20703.692%20-6.25733e-05%20703.692%20-6.25733e-05L702.459%201.55932L702.661%203.72351L700.992%205.59749L700.226%207.30604C700.226%207.30604%20695.672%207.81862%20694.31%207.98675C692.948%208.15491%20690.634%208.02473%20686.088%208.53729C681.534%209.04987%20671.934%209.61395%20671.733%209.92584C671.531%2010.2377%20654.145%2011.1923%20654.145%2011.1923L646.923%2012.6595C646.923%2012.6595%20642.844%2013.3213%20640.563%2013.5002C638.282%2013.6792%20633.712%2014.0345%20632.35%2014.2054C630.987%2014.3735%20625.53%2015.0488%20621.855%2015.0895C618.179%2015.1274%20606.298%2015.8705%20606.298%2015.8705C606.298%2015.8705%20596.118%2015.2034%20593.353%2015.0786C590.58%2014.9539%20578.643%2015.0786%20578.643%2015.0786C575.467%2015.5749%20560.241%2014.962%20557.903%2014.5227C555.566%2014.0833%20549.021%2012.9145%20543.507%2012.9714C537.994%2013.0284%20525.992%2012.5348%20524.614%2012.5511C523.235%2012.5646%20516.432%2013.5653%20516.432%2013.5653L503.729%2015.3987L496.08%2017.1804L488.898%2019.1114L483.473%2020.0958L476.122%2020.1718C476.122%2020.1718%20471.584%2020.8389%20470.206%2020.8525C468.828%2020.866%20462.911%2021.5467%20459.236%2021.5847C455.56%2021.6227%20449.088%2021.2267%20449.088%2021.2267L441.221%2020.6898L437.19%2021.8152L429.823%2021.7366C429.823%2021.7366%20427.026%2021.3027%20424.729%2021.3244C422.432%2021.3488%20415.943%2020.7982%20415.943%2020.7982C415.943%2020.7982%20414.968%2020.1908%20413.13%2020.2097C411.292%2020.2287%20396.719%2021.7746%20396.719%2021.7746C396.719%2021.7746%20395.857%2022.401%20389.811%2021.6932C383.766%2020.9826%20377.309%2020.7413%20375.439%2020.4511C373.577%2020.1609%20364.389%2020.2558%20364.389%2020.2558L360.713%2020.2938L343.012%2017.8476C343.012%2017.8476%20343.327%2016.2963%20342.335%2015.5343C341.344%2014.7722%20341.731%2013.9939%20339.853%2013.5491C337.975%2013.1043%20327.48%2013.9884%20327.48%2013.9884C327.48%2013.9884%20320.62%2014.3681%20319.242%2014.3844C317.864%2014.398%20306.249%2013.1287%20306.249%2013.1287C306.249%2013.1287%20303.782%2011.2981%20300.55%2011.1761C297.318%2011.0541%20291.796%2010.9591%20291.796%2010.9591L283.543%2011.2005L279.698%209.38347L269.566%209.18007C269.566%209.18007%20266.35%209.21262%20263.593%209.24245C260.836%209.27228%20258.983%209.1367%20252.51%208.74073C246.037%208.34478%20239.105%207.95155%20236.792%207.82137C234.479%207.69119%20216.988%207.40914%20216.988%207.40914L214.029%2010.2242L210.902%2011.1842L201.826%2012.5158L192.266%2013.5437L186.237%2012.9877L181.804%2014.737C181.804%2014.737%20178.201%2015.5478%20175.444%2015.5777C172.687%2015.6075%20168.077%2015.499%20168.077%2015.499L161.87%2018.0402L156.413%2018.7155L146.306%2018.8212L142.171%2018.8646L134.666%2017.2401L129.056%2016.215L115.733%2016.3533L112.847%2014.9919L103.529%2013.6955C103.529%2013.6955%2099.0072%2014.5173%2096.6131%2013.4596L94.2192%2012.4019L89.5119%2011.2141L86.3362%2011.7104L76.3735%2013.362L69.0223%2013.4379L66.2818%2013.6223L59.2772%2012.4589L56.3916%2011.0975L54.0058%2010.1944L51.6925%2010.0642L45.6068%208.88992C45.6068%208.88992%2043.2934%208.75973%2041.9071%208.61871C40.5127%208.47769%2034.8462%206.83693%2034.8462%206.83693C34.8462%206.83693%2030.2678%207.04034%2028.43%207.05932C26.5923%207.0783%2021.1273%207.599%2021.1273%207.599L14.808%208.90347L7.38426%208.20648L0.355574%206.73387L-3.09438%209.24519L-3.13454%209.22348Z%22%20fill%3D%22%23212121%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
}

.program .ticker {
  position: absolute;
  top: 50px;
  transform: rotate(-1.41deg);
}

.program .ticker__el {
  aspect-ratio: 530/26;
  width: 530px;
}

.program__container {
  position: relative;
}

.program__title {
  margin: 32px auto 0;
  width: fit-content;
  position: relative;
  text-transform: uppercase;
  font-size: 74px;
  text-align: center;
}

.program__title:before {
  content: '';
  display: block;
  position: absolute;
  right: -50px;
  bottom: -20px;
  aspect-ratio: 132/57;
  width: 132px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22135%22%20height%3D%2259%22%20viewBox%3D%220%200%20135%2059%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M102.379%2056.1814C102.385%2056.2358%20101.992%2056.1091%20101.333%2055.5029C101.256%2055.4292%20101.177%2055.3489%20101.097%2055.2607C101.105%2055.2251%20101.199%2055.2999%20101.38%2055.4545C101.594%2055.6388%20101.935%2055.9141%20102.379%2056.1814ZM105.188%2036.8816C105.2%2036.9209%20105.22%2036.9586%20105.234%2036.9977C104.815%2037.1458%20104.377%2037.299%20103.961%2037.4476C103.538%2037.5983%20103.057%2037.7865%20103.037%2037.7424C103.529%2037.5661%20103.99%2037.4138%20104.304%2037.2589C104.616%2037.1049%20104.37%2037.1553%20105.188%2036.8816ZM105.88%2036.5391C106.139%2036.5033%20106.405%2036.4652%20106.668%2036.4288C107.261%2036.1999%20107.871%2035.9667%20108.466%2035.7412C108.308%2035.906%20107.495%2036.2159%20106.327%2036.614C106.175%2036.59%20106.029%2036.564%20105.88%2036.5391ZM109.943%2035.2393C110.176%2035.1727%20110.405%2035.1077%20110.625%2035.0461C110.639%2035.0422%20110.653%2035.0383%20110.667%2035.0343C110.653%2035.0388%20110.64%2035.0434%20110.626%2035.0479C110.286%2035.1599%20109.921%2035.2816%20109.575%2035.3982C109.465%2035.4679%20109.349%2035.54%20109.244%2035.6087C109.22%2035.5506%20109.197%2035.4923%20109.174%2035.4342C109.416%2035.3522%20109.667%2035.2675%20109.903%2035.1885C109.916%2035.2056%20109.93%2035.2222%20109.943%2035.2393ZM112.848%2034.3457C112.925%2034.3558%20112.646%2034.5107%20112.159%2034.6532C112.148%2034.6239%20112.135%2034.5953%20112.126%2034.5654C112.357%2034.4935%20112.616%2034.4145%20112.848%2034.3457ZM101.541%2038.175C101.558%2038.1753%20101.55%2038.1834%20101.536%2038.1944C101.781%2038.1119%20102.034%2038.0273%20102.283%2037.9436C101.795%2038.2066%20100.711%2038.5724%2099.7613%2038.9281C99.1833%2039.1447%2099.0559%2039.1918%2098.6556%2039.2905C98.9622%2039.1759%2099.2688%2039.0609%2099.5745%2038.9464C99.6221%2038.9067%2099.6712%2038.8665%2099.7188%2038.8268C100.333%2038.6016%20100.611%2038.5359%20101.018%2038.4284C100.949%2038.4308%20100.878%2038.4342%20100.81%2038.4362C101.052%2038.3491%20101.295%2038.2646%20101.534%2038.1778C101.536%2038.1769%20101.539%2038.176%20101.541%2038.175ZM113.069%2034.4924C113.154%2034.3956%20113.24%2034.298%20113.326%2034.2001C113.343%2034.2125%20113.36%2034.225%20113.376%2034.2387C113.29%2034.3368%20113.204%2034.4344%20113.119%2034.5311C113.102%2034.5187%20113.085%2034.5062%20113.069%2034.4924ZM45.2252%2041.611C46.0683%2041.3334%2046.7779%2041.0914%2047.4359%2040.9157C47.8919%2040.6638%2048.5589%2040.4812%2049.1192%2040.2737C50.6408%2039.7103%2052.2259%2039.1342%2053.4873%2038.7024C54.751%2038.2692%2054.5598%2038.3482%2055.8321%2037.8792C56.7392%2037.5445%2058.0711%2037.0877%2059.0658%2036.7308C59.0314%2036.7656%2058.963%2036.8131%2058.9179%2036.8519C59.4526%2036.6452%2060.0076%2036.4353%2060.543%2036.2308C60.6762%2036.1799%2060.8067%2036.1518%2060.8954%2036.1171C61.6584%2035.8188%2062.2573%2035.5481%2063.0631%2035.2565C63.6127%2035.0977%2063.5316%2035.1941%2064.376%2034.8685C64.2449%2034.884%2064.1067%2034.9019%2063.9785%2034.9162C64.5232%2034.7158%2065.0863%2034.5391%2065.6152%2034.341C65.9161%2034.2283%2066.1743%2034.1043%2066.3478%2034.0373C67.1436%2033.7306%2067.7452%2033.5153%2068.2829%2033.3392C68.7548%2033.1842%2069.1798%2033.0581%2069.6434%2032.9259C69.9856%2032.7634%2070.3395%2032.5959%2070.6878%2032.4306C71.1197%2032.2885%2071.546%2032.1483%2071.9768%2032.0059C71.7202%2032.0706%2071.4702%2032.1319%2071.2184%2032.195C71.7222%2031.9862%2072.0309%2031.906%2072.4837%2031.7367C72.7949%2031.6203%2072.8565%2031.5682%2073.204%2031.4351C74.3169%2031.0085%2075.5022%2030.5536%2076.6255%2030.1165C76.6416%2030.1436%2076.6541%2030.1725%2076.667%2030.201C77.0763%2030.0196%2077.4947%2029.8342%2077.904%2029.6519C77.8579%2029.7034%2077.8109%2029.7554%2077.7631%2029.8075C78.1688%2029.6157%2078.5721%2029.4244%2078.9834%2029.2294C79.2485%2029.1925%2079.5223%2029.1522%2079.7788%2029.1186C80.2145%2028.9291%2079.8018%2028.9956%2080.2827%2028.769C80.6893%2028.5772%2080.7508%2028.5927%2081.184%2028.4205C81.615%2028.249%2081.608%2028.199%2082.2668%2027.9308C82.9213%2027.6649%2084.3468%2027.0885%2085.0692%2026.8088C85.9464%2026.4698%2086.4322%2026.3266%2087.2681%2025.986C88.3091%2025.5611%2089.0675%2025.2509%2090.1815%2024.7954C90.4571%2024.6829%2091.3432%2024.3736%2091.5911%2024.3006C91.9096%2024.0891%2092.9764%2023.6763%2093.4367%2023.4551C93.8896%2023.2371%2093.429%2023.3781%2094.027%2023.1081C94.1162%2023.0913%2094.2845%2023.0436%2094.3807%2023.0244C94.6442%2022.9033%2094.4215%2022.9773%2094.8566%2022.7921C95.2886%2022.6089%2096.7089%2022.0177%2097.1504%2021.8404C97.8612%2021.556%2097.7641%2021.6498%2098.5087%2021.3141C98.4893%2021.3002%2098.4955%2021.2749%2098.4873%2021.2561C99.0109%2021.0269%2099.5444%2020.792%20100.065%2020.5614C100.073%2020.5804%20100.083%2020.5987%20100.093%2020.6171C101.755%2019.739%20103.457%2018.9261%20105.349%2018.2024C105.83%2017.9622%20106.228%2017.7371%20106.775%2017.476C107.897%2016.9407%20109.228%2016.3428%20110.392%2015.7984C110.682%2015.6628%20110.958%2015.5322%20111.217%2015.4081C112.228%2014.9219%20112.865%2014.6015%20113.669%2014.1484C113.964%2014.0562%20114.294%2013.9454%20114.597%2013.8477C114.575%2013.8125%20114.556%2013.7743%20114.533%2013.7406C115.043%2013.4569%20115.284%2013.3773%20115.74%2013.1413C116.191%2012.9075%20115.893%2013.0091%20116.531%2012.6627C116.76%2012.5387%20117.86%2011.9542%20118.445%2011.6288C119.498%2011.0465%20120.635%2010.3951%20121.816%209.69324C122.806%209.10748%20123.868%208.51911%20123.949%208.60772C123.962%208.62003%20123.523%208.86294%20123.802%208.74731C124.23%208.56812%20125.169%208.10098%20123.102%209.36018C123.142%209.3765%20123.147%209.40568%20123.157%209.43857C122.232%209.91663%20121.301%2010.5636%20122.442%209.93162C122.872%209.696%20124.363%208.68693%20124.569%208.50311C125.09%208.04936%20124.058%208.60444%20124.348%208.28303C124.391%208.24032%20125.992%207.12681%20126.275%206.92682C126.688%206.6461%20126.721%206.65449%20126.97%206.4924C127.413%206.20071%20127.428%206.14255%20127.88%205.83078C128.199%205.61048%20128.536%205.39125%20128.88%205.15175C129.107%204.99377%20129.33%204.83167%20129.552%204.65392C129.388%204.83135%20129.208%205.01734%20129.033%205.19737C130.04%204.44999%20129.948%204.37773%20130.544%203.82617C130.749%203.68041%20130.956%203.52667%20131.146%203.37688C131.341%203.18699%20131.524%202.99379%20131.668%202.81473C131.808%202.68011%20131.928%202.54369%20131.982%202.48503C132.037%202.41999%20132.04%202.46716%20132.06%202.49116C132.076%202.52316%20132.096%202.45831%20132.097%202.47424C132.099%202.4899%20132%202.7215%20131.574%203.13126C131.588%203.20647%20131.712%203.13857%20131.661%203.2885C131.619%203.39237%20131.399%203.66689%20131.904%203.18885C131.903%203.12981%20131.913%203.05324%20131.911%202.99075C132.213%202.62393%20132.201%202.44579%20132.155%202.49327C132.106%202.538%20132.097%202.6925%20132.105%202.76491C132.108%202.79526%20132.065%202.77289%20132.022%202.70992C131.983%202.65006%20131.952%202.59058%20131.979%202.71442C132.069%202.95078%20132.102%202.86839%20131.988%202.78838C131.915%202.72406%20131.843%202.66622%20131.891%202.66561C131.808%202.62847%20131.728%202.59941%20131.635%202.56849C131.626%202.58745%20131.622%202.60739%20131.611%202.62595C131.055%202.43221%20130.474%202.40137%20129.861%202.3602C129.35%202.33281%20129.293%202.29792%20128.774%202.29646C127.812%202.31627%20127.653%202.37067%20126.438%202.52692C125.92%202.57667%20123.851%202.92405%20123.004%203.18229C122.888%203.21444%20122.805%203.24686%20122.695%203.28529C122.602%203.31823%20122.489%203.3555%20122.315%203.40357C121.477%203.63289%20120.522%203.9104%20120.65%203.76753C120.472%203.85414%20120.311%203.93629%20120.143%204.0226C120.597%203.89142%20121.08%203.7483%20121.073%203.81549C120.174%204.0859%20119.412%204.44703%20118.471%204.83305C118.252%204.92274%20117.829%205.03452%20117.567%205.16911C117.568%205.20151%20117.614%205.2165%20117.592%205.25944C117.339%205.39217%20116.556%205.71703%20116.456%205.76641C115.764%206.09765%20115.181%206.36216%20114.728%206.59194C114.275%206.82253%20114.008%207.03337%20113.739%207.17408C112.95%207.58817%20112.512%207.75804%20111.969%208.01792C111.933%208.06223%20111.878%208.11757%20111.834%208.16653C111.509%208.3529%20111.185%208.54115%20110.86%208.73249C110.85%208.71466%20110.827%208.7035%20110.819%208.68415C110.091%209.17438%20109.68%209.44212%20108.689%2010.0485C108.132%2010.391%20107.866%2010.5227%20107.454%2010.8651C107.236%2010.9835%20107.038%2011.0913%20106.831%2011.2051C106.813%2011.2154%20106.794%2011.2257%20106.775%2011.2361C105.245%2012.3091%20103.988%2013.0378%20102.463%2014.0876C102.445%2014.075%20102.427%2014.0627%20102.411%2014.0491C102.206%2014.2012%20102%2014.3547%20101.797%2014.5069C102.025%2014.3873%20102.263%2014.2629%20102.488%2014.1475C102.003%2014.5062%20101.523%2014.8061%20101.095%2015.11C100.416%2015.5941%20100.008%2015.9365%2099.3913%2016.4059C99.3739%2016.3944%2099.3508%2016.3863%2099.3318%2016.3756C98.8652%2016.6983%2098.4003%2017.0238%2097.9375%2017.3511C97.5549%2017.6966%2097.1763%2018.0421%2096.7957%2018.392C96.5701%2018.5425%2096.3437%2018.6947%2096.1185%2018.8467C95.9336%2019.0054%2095.7524%2019.1618%2095.5682%2019.3214C95.5904%2019.2505%2095.6129%2019.1792%2095.6353%2019.1082C95.1323%2019.6011%2094.632%2020.0973%2094.1354%2020.596C93.9006%2020.7202%2093.6695%2020.8418%2093.4346%2020.9676C93.2146%2021.2026%2092.9943%2021.4392%2092.7758%2021.6752C92.5291%2021.8716%2092.2824%2022.0691%2092.0382%2022.2657C91.8876%2022.387%2091.7382%2022.5079%2091.5898%2022.6284C91.57%2022.6185%2091.5496%2022.6091%2091.5298%2022.5992C91.2992%2022.8087%2091.0612%2023.0263%2090.8315%2023.2384C90.8179%2023.2226%2090.7988%2023.2112%2090.7906%2023.191C90.357%2023.6124%2090.0404%2023.9337%2089.3927%2024.4953C89.029%2024.806%2087.7353%2025.9526%2087.4914%2026.1992C86.7013%2026.9857%2086.7809%2026.9794%2085.9201%2027.7839C85.9126%2027.7638%2085.8773%2027.7704%2085.8584%2027.7612C85.2483%2028.3133%2084.6438%2028.8748%2084.0484%2029.4425C84.0718%2029.4483%2084.0943%2029.4552%2084.1178%2029.461C84.2522%2029.3374%2084.3866%2029.2144%2084.5206%2029.0928C84.0362%2029.6154%2083.5519%2030.1486%2083.0862%2030.6767C82.159%2031.5909%2081.4822%2032.4129%2080.5281%2033.4724C80.1203%2033.9272%2079.6986%2034.3094%2079.1554%2035.0266C79.1532%2035.0585%2079.1804%2035.06%2079.1862%2035.0849C78.6201%2035.7905%2077.7444%2036.8193%2077.2407%2037.4291C76.8732%2037.8736%2076.9262%2037.7546%2076.5438%2038.3319C76.5002%2038.374%2076.4559%2038.4172%2076.4113%2038.461C76.316%2038.554%2076.2186%2038.6514%2076.1247%2038.745C76.1235%2038.818%2076.1215%2038.8923%2076.1207%2038.9652C75.5604%2039.6814%2075.3026%2040.095%2075.0089%2040.6879C74.899%2040.8352%2074.7906%2040.9834%2074.6828%2041.1341C74.9199%2040.6556%2074.7834%2040.8217%2074.487%2041.2505C74.334%2041.5246%2074.4227%2041.4487%2074.3596%2041.5983C74.1155%2042.1926%2073.912%2042.4964%2073.5866%2043.2108C73.2606%2043.9219%2073.051%2044.7027%2073.0894%2044.9701C73.1009%2045.0236%2073.0715%2044.8792%2072.9685%2044.7984C72.8704%2044.7231%2072.8856%2044.7672%2073.0077%2044.7852C73.1281%2044.8084%2073.3733%2044.8496%2073.6892%2044.8089C73.7057%2044.8395%2073.7041%2044.8703%2073.7131%2044.901C74.5408%2044.7779%2075.125%2044.574%2076.1583%2044.3157C76.1699%2044.3338%2076.1851%2044.3512%2076.1968%2044.3692C76.6777%2044.2432%2077.151%2044.1095%2077.632%2043.9682C77.6278%2043.9478%2077.6253%2043.927%2077.6211%2043.9067C77.9346%2043.8356%2078.2388%2043.765%2078.5586%2043.6879C79.0906%2043.5028%2079.647%2043.3048%2080.1785%2043.1105C80.3208%2043.1604%2079.4924%2043.3794%2078.9263%2043.609C78.6908%2043.7047%2078.6182%2043.7747%2078.4143%2043.8642C79.0223%2043.6792%2079.6434%2043.4811%2080.243%2043.2867C80.3583%2043.1949%2080.4377%2043.1136%2080.5714%2043.0161C80.8316%2042.9226%2081.3575%2042.7628%2081.8196%2042.6202C82.1177%2042.5286%2082.3908%2042.444%2082.5229%2042.3991C85.0639%2041.5336%2087.0869%2040.7846%2089.5891%2039.9284C89.928%2039.8124%2090.1141%2039.7073%2090.6463%2039.5206C91.3324%2039.2798%2092.5288%2038.9076%2093.1907%2038.7097C93.5623%2038.5559%2093.8947%2038.4147%2094.2513%2038.2657C94.7621%2038.1142%2095.2716%2037.9641%2095.7843%2037.8114C96.4913%2037.5531%2097.2103%2037.2606%2097.9221%2037.013C98.7932%2036.7102%2099.1165%2036.6394%2099.9199%2036.2967C99.9887%2036.2949%20100.057%2036.292%20100.128%2036.2891C101.345%2035.7885%20102.587%2035.3856%20103.797%2035.0176C103.844%2034.968%20103.902%2034.9135%20103.941%2034.8675C104.846%2034.5255%20105.131%2034.4974%20106.018%2034.1969C106.453%2034.0499%20106.762%2033.8884%20107.466%2033.6758C107.9%2033.5455%20108.202%2033.4966%20108.895%2033.2173C109.419%2033.0811%20109.378%2033.1447%20109.943%2032.9685C110.043%2032.9374%20110.16%2032.8996%20110.298%2032.8539C110.143%2032.7028%20111.901%2032.2863%20112.139%2032.2254C113.574%2031.8505%20113.931%2031.6374%20115.385%2031.5324C115.374%2031.511%20115.361%2031.491%20115.425%2031.4705C115.574%2031.4696%20115.734%2031.4614%20116.023%2031.5346C116.153%2031.572%20116.351%2031.6333%20116.574%2031.8202C116.799%2031.9954%20116.992%2032.3744%20117.009%2032.6399C117.045%2033.1885%20116.895%2033.384%20116.809%2033.5867C116.716%2033.7696%20116.616%2033.9191%20116.527%2034.0457C116.156%2034.5574%20115.806%2034.9237%20115.606%2035.1567C115.537%2035.2359%20115.468%2035.3145%20115.396%2035.3952C114.433%2036.4814%20113.568%2037.4696%20112.788%2038.3752C111.804%2039.5194%20111.483%2039.8196%20110.645%2040.7529C109.947%2041.531%20109.372%2042.243%20108.657%2043.0574C108.498%2043.2395%20108.237%2043.4955%20108.021%2043.7652C107.991%2043.7681%20107.978%2043.7528%20107.953%2043.7505C107.12%2044.8522%20106.398%2045.6847%20105.436%2046.8418C104.885%2047.5075%20104.469%2048.0371%20103.931%2048.741C103.725%2049.0123%20103.618%2049.2217%20103.35%2049.5938C103.15%2049.8733%20102.85%2050.2602%20102.64%2050.6593C102.612%2050.6656%20102.593%2050.6603%20102.574%2050.6513C102.311%2051.1978%20102.186%2051.5009%20102.11%2051.841C102.076%2052.0049%20102.059%2052.2085%20102.114%2052.4871C102.273%2053.0516%20102.32%2053.1937%20102.915%2053.8451C102.919%2053.8491%20102.923%2053.853%20102.927%2053.857C103.491%2054.5022%20105.407%2055.1602%20106.806%2055.54C106.992%2055.5927%20107.171%2055.6424%20107.336%2055.6874C108.097%2055.8969%20108.971%2056.1724%20109.57%2056.3178C110.168%2056.4627%20109.994%2056.3768%20110.581%2056.5282C110.248%2056.5365%20110.938%2056.7201%20111.221%2056.8524C111.955%2057.1957%20111.941%2057.4015%20111.972%2057.5883C111.98%2057.6358%20111.468%2057.5276%20111.564%2057.5828C111.937%2057.6642%20112.315%2057.7489%20112.695%2057.8332C112.552%2057.8495%20112.993%2057.9994%20113.058%2058.0526C113.141%2058.1208%20112.766%2058.0548%20112.703%2058.0774C112.699%2058.0767%20112.696%2058.0761%20112.692%2058.0754C112.598%2058.1076%20112.858%2058.1849%20112.661%2058.1982C112.617%2058.2009%20112.692%2058.2484%20112.587%2058.2386C111.905%2058.1763%20110.813%2057.8982%20110.727%2057.7796C110.412%2057.7086%20110.101%2057.6375%20109.788%2057.5655C109.783%2057.5858%20109.78%2057.6066%20109.777%2057.6273C109.213%2057.4759%20108.649%2057.3217%20108.086%2057.1624C108.332%2057.2494%20108.581%2057.3363%20108.827%2057.4215C108.632%2057.4021%20108.437%2057.3814%20108.243%2057.3619C107.66%2057.1917%20107.078%2057.0573%20106.447%2056.8688C106.427%2056.8628%20106.406%2056.8566%20106.386%2056.8504C105.733%2056.6477%20105.743%2056.6113%20104.88%2056.3778C104.49%2056.2339%20104.101%2056.0232%20103.765%2055.8689C102.735%2055.3609%20103.567%2055.9071%20103.501%2055.9198C104.142%2056.1991%20104.776%2056.3967%20105.411%2056.5781C105.405%2056.609%20105.4%2056.6402%20105.397%2056.6716C105.672%2056.7572%20106.054%2056.8824%20106.415%2056.9889C106.769%2057.0938%20107.103%2057.1815%20107.288%2057.2029C107.29%2057.1881%20107.29%2057.1727%20107.292%2057.1579C107.419%2057.19%20107.545%2057.2218%20107.672%2057.2535C107.787%2057.3096%20107.905%2057.3659%20108.021%2057.4216C108.405%2057.5205%20108.787%2057.6165%20109.169%2057.7109C109.163%2057.7521%20109.157%2057.7935%20109.151%2057.8348C109.843%2057.9999%20110.4%2058.1806%20111.042%2058.2831C110.546%2058.1396%20110.048%2057.9945%20109.551%2057.8472C109.491%2057.7298%20110.031%2057.7879%20110.908%2057.9162C111.427%2058.081%20111.956%2058.2169%20111.79%2058.2579C111.73%2058.2726%20111.098%2058.1991%20111.129%2058.2366C111.19%2058.3091%20111.947%2058.5019%20111.781%2058.5281C111.037%2058.3738%20110.272%2058.2139%20109.518%2058.0503C109.194%2058.007%20108.86%2057.9603%20108.542%2057.9162C108.296%2057.8136%20109.1%2057.9809%20109.301%2057.9987C109.543%2058.0211%20109.029%2057.8759%20109.143%2057.8656C108.349%2057.6721%20107.929%2057.5902%20107.422%2057.5136C106.891%2057.3484%20106.971%2057.3357%20106.86%2057.2595C106.818%2057.2298%20106.6%2057.1693%20106.383%2057.1055C106.204%2057.0531%20106.026%2056.9987%20105.939%2056.9591C105.701%2056.9356%20106.255%2057.1099%20106.039%2057.1022C105.918%2057.1006%20105.149%2056.9081%20105.311%2057.005C104.077%2056.6133%20103.403%2056.357%20102.209%2055.544C102.582%2055.8458%20102.975%2056.0824%20103.359%2056.2854C102.792%2056.0133%20102.198%2055.6729%20101.674%2055.151C101.543%2055.02%20101.419%2054.8816%20101.303%2054.7363C100.966%2054.3692%20100.898%2054.2952%20100.773%2054.1376C100.668%2053.9675%20100.429%2053.7412%20100.222%2052.7551C100.245%2053.1172%20100.323%2053.4866%20100.429%2053.8126C100.068%2053.0581%2099.9583%2052.2644%20100.114%2051.4871C100.203%2051.0619%20100.35%2050.6974%20100.505%2050.365C101.262%2048.8954%20101.526%2048.6308%20102.011%2048.1068C101.828%2048.4612%20101.655%2048.8149%20101.487%2049.1827C101.704%2048.8321%20101.93%2048.4917%20102.156%2048.1645C102.143%2048.0255%20102.711%2047.371%20102.995%2047.0673C102.945%2047.1837%20102.884%2047.3157%20102.832%2047.4373C103.425%2046.531%20103.653%2046.1606%20103.475%2046.1971C103.633%2045.9948%20103.783%2045.8054%20103.948%2045.5998C103.926%2045.5776%20103.904%2045.5547%20103.884%2045.531C104.203%2045.1328%20104.533%2044.728%20104.868%2044.3221C104.808%2044.4188%20104.739%2044.5279%20104.676%2044.6296C104.808%2044.4931%20104.938%2044.3599%20105.065%2044.23C105.212%2044.0225%20105.372%2043.7988%20105.513%2043.5984C105.725%2043.3587%20105.952%2043.1018%20106.161%2042.8669C105.92%2043.0377%20106.052%2042.7752%20105.987%2042.7341C106.453%2042.175%20106.925%2041.6314%20107.376%2041.0971C107.694%2040.7204%20107.763%2040.59%20108.122%2040.1761C108.559%2039.6737%20109.047%2039.1782%20109.522%2038.6018C109.519%2038.671%20109.196%2039.0494%20108.887%2039.4275C108.586%2039.7964%20108.499%2039.8959%20108.607%2039.8526C108.129%2040.3845%20107.797%2040.7712%20107.348%2041.3202C107.326%2041.2566%20107.274%2041.3014%20106.787%2041.8843C106.958%2041.7508%20106.675%2042.125%20106.697%2042.1583C106.718%2042.1935%20107.019%2041.8547%20106.927%2042.0315C106.885%2042.1101%20106.407%2042.7303%20106.516%2042.6398C106.799%2042.2896%20107.092%2041.9276%20107.376%2041.5788C107.392%2041.5119%20107.407%2041.4459%20107.422%2041.38C108.335%2040.3359%20108.686%2039.7909%20109.496%2038.824C109.596%2038.7397%20109.697%2038.6554%20109.799%2038.5694C109.801%2038.4881%20109.803%2038.4062%20109.805%2038.3245C110.589%2037.4184%20111.424%2036.4236%20111.663%2036.334C111.305%2036.7282%20110.978%2037.0869%20110.617%2037.486C110.563%2037.6105%20110.511%2037.734%20110.459%2037.857C109.617%2038.8415%20108.793%2039.8103%20107.952%2040.8072C108.084%2040.7491%20108.218%2040.6897%20108.351%2040.6296C107.947%2041.1172%20107.53%2041.6206%20107.116%2042.1247C107.09%2042.1072%20107.064%2042.0898%20107.038%2042.0723C106.228%2042.9956%20105.419%2043.9289%20104.624%2044.8709C104.453%2045.1283%20104.257%2045.4172%20104.089%2045.6761C104.42%2045.288%20104.764%2044.8904%20105.11%2044.496C104.797%2044.9588%20104.425%2045.4086%20103.916%2046.0414C104.342%2045.6411%20103.814%2046.4015%20104.461%2045.7123C104.386%2045.738%20104.313%2045.7632%20104.239%2045.7881C104.473%2045.4963%20104.724%2045.186%20104.965%2044.8917C104.958%2044.8696%20104.95%2044.8481%20104.941%2044.8273C105.536%2044.1076%20105.417%2044.1984%20105.342%2044.1901C105.706%2043.7408%20105.898%2043.517%20105.88%2043.6162C105.866%2043.6785%20105.628%2044%20105.818%2043.813C106.119%2043.3624%20106.392%2043.1322%20106.779%2042.6629C107.049%2042.3372%20107.04%2042.2798%20107.293%2041.9697C107.734%2041.4291%20108.187%2040.8954%20108.634%2040.3492C108.634%2040.4169%20108.81%2040.2675%20108.435%2040.7497C108.223%2041.0236%20107.905%2041.3348%20107.736%2041.6138C107.944%2041.3924%20108.185%2041.134%20108.397%2040.9098C108.674%2040.5559%20108.958%2040.1943%20109.234%2039.8438C109.125%2039.9228%20109.016%2040.0013%20108.908%2040.0785C109.231%2039.6873%20109.573%2039.2762%20109.896%2038.8879C109.948%2038.923%20109.877%2039.0955%20110.287%2038.6999C110.123%2038.9038%20109.962%2039.1062%20109.804%2039.3038C110.489%2038.5365%20111.195%2037.7494%20111.874%2036.996C111.342%2037.5495%20110.796%2038.1206%20110.263%2038.6793C110.328%2038.5645%20110.395%2038.4477%20110.455%2038.3382C111.136%2037.5421%20110.774%2038.0561%20111.271%2037.4965C111.257%2037.4802%20111.244%2037.4637%20111.231%2037.4474C111.557%2037.0728%20111.905%2036.6752%20112.24%2036.2924C112.099%2036.4216%20111.946%2036.5646%20111.799%2036.7008C110.988%2037.7015%20110.636%2038.0612%20109.965%2038.7146C109.598%2039.1529%20109.223%2039.6019%20108.86%2040.0386C108.733%2040.1056%20108.616%2040.1619%20108.479%2040.2416C108.747%2039.916%20108.912%2039.8159%20109.22%2039.4747C109.37%2039.3083%20109.824%2038.7672%20110.049%2038.5208C110.03%2038.5728%20110.044%2038.614%20110.227%2038.4091C110.455%2038.1543%20110.842%2037.7416%20110.985%2037.5754C111.402%2037.0878%20111.455%2036.9784%20111.887%2036.5058C112.053%2036.4657%20112.811%2035.6067%20113.411%2035.0032C113.461%2034.9045%20113.288%2035.0208%20113.076%2035.2452C112.77%2035.5696%20112.727%2035.6625%20112.398%2035.9888C112.073%2036.3098%20111.75%2036.5431%20111.293%2037.0197C111.861%2036.3279%20112.438%2035.6304%20113.013%2034.9357C113.136%2034.8955%20113.465%2034.5749%20113.905%2034.0819C114.079%2033.8866%20114.262%2033.6705%20114.441%2033.4407C114.567%2033.3035%20114.722%2033.1226%20114.857%2032.9409C114.922%2032.8534%20114.984%2032.7594%20115.016%2032.7018C115.065%2032.6596%20114.985%2032.5775%20115.047%2032.9719C115.092%2033.1789%20115.308%2033.3796%20115.395%2033.4115C115.498%2033.461%20115.513%2033.4506%20115.512%2033.4506C115.502%2033.4439%20115.414%2033.4369%20115.339%2033.4375C115.174%2033.4382%20115.01%2033.4521%20114.917%2033.4495C114.866%2033.4457%20115.167%2033.3994%20115.114%2033.3848C115.091%2033.3799%20114.89%2033.3219%20114.503%2033.4215C114.154%2033.5543%20113.823%2033.7019%20113.473%2033.8567C113.78%2033.8009%20114.041%2033.6652%20114.195%2033.67C114.278%2033.673%20114.03%2033.7608%20114.25%2033.737C113.812%2033.84%20113.526%2033.9231%20113.134%2034.034C113.452%2033.9753%20113.761%2033.9223%20114.063%2033.8781C114.124%2033.8628%20114.186%2033.8473%20114.242%2033.8337C114.255%2033.7995%20114.182%2033.7817%20114.252%2033.7365C114.349%2033.7155%20115.218%2033.5795%20115.182%2033.6324C115.175%2033.6441%20114.952%2033.679%20115.03%2033.6879C115.194%2033.6903%20115.784%2033.6899%20115.091%2033.7853C114.797%2033.8369%20114.321%2033.9136%20114.266%2033.8927C114.485%2033.8283%20114.727%2033.7646%20114.934%2033.7173C113.28%2034.0648%20112.301%2034.3297%20111.11%2034.5934C110.847%2034.6982%20110.698%2034.7711%20110.559%2034.8434C110.513%2034.8679%20110.467%2034.8925%20110.417%2034.9187C110.159%2035.0557%20110.286%2035.0372%20109.53%2035.2803C109.522%2035.2476%20109.308%2035.244%20109.678%2035.1015C109.972%2034.9881%20110.277%2034.8611%20110.53%2034.757C110.72%2034.6801%20110.894%2034.6111%20111.055%2034.5543C111.462%2034.4116%20111.389%2034.4833%20111.797%2034.3386C112.131%2034.2211%20112.293%2034.1445%20112.729%2034.0219C112.62%2034.0382%20112.506%2034.0563%20112.392%2034.0749C112.561%2034.007%20112.721%2033.9428%20112.896%2033.8753C113.307%2033.7495%20113.742%2033.6233%20114.146%2033.5191C113.788%2033.5729%20112.945%2033.8161%20112.565%2033.9437C112.187%2034.0687%20111.985%2034.1928%20111.618%2034.299C111.369%2034.3342%20111.894%2034.1331%20111.86%2034.1098C111.802%2034.0783%20111.134%2034.2931%20111.239%2034.2016C110.984%2034.3186%20110.787%2034.4168%20110.545%2034.5309C110.659%2034.5318%20110.773%2034.5329%20110.884%2034.5352C110.756%2034.5693%20110.625%2034.6045%20110.492%2034.6407C110.257%2034.704%20110.006%2034.7727%20109.761%2034.8403C110.011%2034.7889%20110.267%2034.736%20110.508%2034.6889C110.514%2034.6877%20110.52%2034.6865%20110.526%2034.6853C110.52%2034.6871%20110.514%2034.6889%20110.509%2034.6908C109.637%2034.969%20108.829%2035.2826%20107.987%2035.5419C107.874%2035.6088%20107.757%2035.6775%20107.648%2035.7432C107.05%2035.9765%20106.44%2036.2158%20105.841%2036.453C106.179%2036.2953%20106.538%2036.1309%20106.876%2035.9744C106.944%2035.8654%20106.889%2035.9027%20106.129%2036.151C106.107%2036.158%20106.104%2036.1328%20105.94%2036.1901C105.775%2036.248%20105.794%2036.2673%20105.771%2036.2763C105.529%2036.3715%20105.278%2036.4483%20105.038%2036.5364C105.281%2036.489%20105.54%2036.4374%20105.786%2036.3895C105.411%2036.5702%20105.559%2036.5574%20104.773%2036.8311C104.765%2036.8545%20104.756%2036.878%20104.746%2036.902C104.272%2037.0921%20103.803%2037.281%20103.334%2037.4705C103.013%2037.5293%20102.683%2037.5912%20102.363%2037.6499C102.079%2037.8008%20101.787%2037.9546%20101.505%2038.1051C101.756%2038.0431%20102.013%2037.9792%20102.265%2037.9172C102.024%2038.0035%20101.78%2038.0886%20101.541%2038.175C101.539%2038.176%20101.536%2038.1769%20101.534%2038.1778C101.357%2038.1912%20101.214%2038.2066%20101.486%2038.062C101.256%2038.1772%20101.024%2038.2935%20100.793%2038.4095C100.281%2038.5959%2099.9972%2038.7033%20100.062%2038.6243C99.6888%2038.7512%2099.3199%2038.877%2098.9462%2039.0043C99.3075%2038.8635%2099.6649%2038.7242%20100.023%2038.5847C100.102%2038.4509%20100.633%2038.1985%2099.5934%2038.4901C99.8138%2038.3724%20100.04%2038.2528%20100.26%2038.1353C100.574%2038.0562%20100.891%2037.976%20101.206%2037.8966C101.437%2037.781%20101.665%2037.6664%20101.899%2037.5501C102.429%2037.4065%20102.375%2037.4892%20103.208%2037.1843C103.164%2037.244%20103.121%2037.3032%20103.077%2037.363C103.379%2037.2558%20103.684%2037.1478%20103.988%2037.0401C103.851%2037.0396%20103.713%2037.0393%20103.575%2037.0392C104.045%2036.8275%20104.513%2036.6171%20104.98%2036.4076C104.384%2036.645%20103.78%2036.887%20103.19%2037.1232C103.204%2037.0803%20103.212%2036.9928%20102.56%2037.2202C102.315%2037.3062%20102.056%2037.4326%20101.69%2037.524C101.686%2037.5604%20101.711%2037.583%20101.717%2037.6148C101.356%2037.7431%20100.995%2037.8722%20100.632%2038.0017C100.624%2037.9891%20100.618%2037.9758%20100.611%2037.9624C100.369%2038.0535%20100.126%2038.1453%2099.8816%2038.2374C100.048%2038.1335%20100.214%2038.0298%20100.381%2037.9258C100.634%2037.8684%20100.892%2037.8095%20101.147%2037.7515C101.195%2037.7013%20101.244%2037.6502%20101.294%2037.5995C101.661%2037.4794%20102.03%2037.3591%20102.403%2037.2374C102.206%2037.2603%20102.594%2037.0953%20102.628%2037.0419C102.649%2037.0069%20102.335%2037.1097%20102.321%2037.0839C102.299%2037.0453%20102.307%2036.9879%20102.277%2036.9506C101.665%2037.1569%20101.054%2037.364%20100.441%2037.572C100.36%2037.542%20100.436%2037.4782%20100.954%2037.256C101.308%2037.1404%20101.662%2037.0246%20102.017%2036.9092C102.32%2036.7792%20102.631%2036.647%20102.937%2036.5163C103.08%2036.532%20103.232%2036.5446%20103.37%2036.5617C104.272%2036.2167%20104.025%2036.2271%20104.471%2036.0079C104.552%2035.9682%20105.258%2035.7314%20105.299%2035.6821C105.518%2035.6275%20105.684%2035.5912%20105.883%2035.5439C105.531%2035.6889%20105.164%2035.8398%20104.813%2035.9856C105.241%2035.8457%20105.672%2035.7053%20106.104%2035.5652C106.279%2035.4714%20106.452%2035.3786%20106.623%2035.2865C107.592%2034.9383%20108.563%2034.5933%20109.534%2034.2572C109.299%2034.3466%20109.048%2034.4424%20108.812%2034.5331C108.945%2034.5321%20109.089%2034.5274%20109.227%2034.525C109.518%2034.4052%20109.834%2034.277%20110.112%2034.1638C110.199%2034.1379%20110.265%2034.1196%20110.317%2034.1067C110.62%2034.0292%20110.449%2034.1207%20110.775%2034.0413C111.162%2033.946%20112.119%2033.6415%20112.551%2033.5541C112.948%2033.4349%20113.289%2033.3378%20113.671%2033.2367C113.411%2033.2835%20113.166%2033.3299%20112.914%2033.3809C113.016%2033.3083%20113.134%2033.2316%20113.245%2033.1576C112.899%2033.25%20112.56%2033.3994%20112.282%2033.5004C111.989%2033.6051%20111.361%2033.8448%20111.059%2033.9032C112.222%2033.4162%20113.326%2033.0017%20114.921%2032.8001C114.915%2032.7695%20114.908%2032.7389%20114.901%2032.7083C115.203%2032.7045%20115.606%2032.7295%20115.703%2032.8338C115.362%2032.766%20114.608%2032.98%20114.046%2033.1577C114.502%2033.0767%20114.26%2033.1939%20114.984%2033.0406C115.166%2033.0065%20115.418%2032.9494%20115.583%2032.945C115.675%2032.9395%20115.647%2032.9655%20115.593%2032.8477C115.579%2032.7458%20115.606%2032.8236%20115.575%2032.8825C115.274%2033.4879%20114.828%2033.9041%20114.341%2034.4666C114.334%2034.4745%20114.327%2034.4824%20114.32%2034.4903C114.328%2034.483%20114.336%2034.4756%20114.343%2034.4682C114.77%2034.0557%20115.184%2033.6689%20115.532%2033.2365C115.512%2033.3052%20115.493%2033.3688%20115.466%2033.4411C115.798%2033.015%20115.846%2032.7514%20115.823%2032.7394C115.805%2032.6929%20115.819%2032.6683%20115.876%2032.72C116.032%2032.8568%20115.65%2033.5062%20115.37%2033.8304C115.13%2034.0497%20114.873%2034.2684%20114.629%2034.4696C114.586%2034.5256%20114.547%2034.5752%20114.514%2034.6185C114.196%2035.0316%20114.393%2034.8336%20114.552%2034.7236C114.835%2034.529%20113.882%2035.5169%20113.579%2035.8544C113.546%2035.8445%20113.525%2035.8218%20113.498%2035.8053C113.156%2036.2103%20112.833%2036.5958%20112.5%2036.9923C112.693%2036.8035%20112.868%2036.6346%20113.056%2036.4515C112.021%2037.6221%20111.36%2038.4824%20111.422%2038.609C111.598%2038.3426%20111.791%2038.0575%20111.961%2037.7988C112.126%2037.6888%20112.294%2037.5758%20112.462%2037.4627C112.308%2037.6707%20112.157%2037.8749%20112.009%2038.0775C112.245%2037.7817%20112.487%2037.4793%20112.733%2037.1723C112.873%2036.9668%20112.999%2036.7767%20113.134%2036.5764C113.04%2036.6438%20112.947%2036.7103%20112.854%2036.7768C113.095%2036.4861%20113.34%2036.1909%20113.591%2035.8888C113.611%2035.8969%20113.632%2035.905%20113.652%2035.9131C113.979%2035.5307%20114.312%2035.1427%20114.656%2034.7434C114.908%2034.45%20115.157%2034.1561%20115.394%2033.8497C115.418%2033.869%20115.446%2033.8851%20115.471%2033.9032C115.304%2034.0976%20115.126%2034.2933%20114.952%2034.4786C114.879%2034.5958%20114.814%2034.7017%20114.74%2034.8178C114.705%2034.8732%20114.67%2034.9284%20114.635%2034.9836C114.573%2035.0228%20114.512%2035.0615%20114.449%2035.1017C114.103%2035.4951%20113.784%2035.8584%20113.433%2036.2584C113.743%2036.0663%20114.195%2035.579%20114.792%2034.8637C114.989%2034.6286%20115.194%2034.3738%20115.402%2034.0952C115.581%2033.9044%20115.756%2033.712%20115.922%2033.4921C116.033%2033.2812%20116.185%2033.0846%20116.164%2032.7382C116.147%2032.5468%20115.953%2032.4043%20115.82%2032.3778C115.677%2032.3395%20115.558%2032.3411%20115.438%2032.3452C115.511%2032.3244%20115.583%2032.3061%20115.667%2032.2962C115.141%2032.2378%20114.692%2032.3405%20114.235%2032.4231C114.364%2032.4368%20114.516%2032.448%20114.646%2032.4661C114.405%2032.5117%20114.151%2032.57%20113.917%2032.6281C113.91%2032.65%20113.902%2032.6721%20113.893%2032.6945C113.062%2032.8988%20112.691%2033.0513%20112.061%2033.277C112.172%2033.1996%20112.282%2033.1227%20112.388%2033.0475C113.101%2032.8436%20113.377%2032.8024%20113.884%2032.6177C113.672%2032.6538%20113.486%2032.6866%20113.276%2032.7278C113.337%2032.6788%20113.403%2032.6284%20113.464%2032.5801C113.088%2032.7013%20112.729%2032.8263%20112.356%2032.9593C112.22%2032.9562%20112.083%2032.9543%20111.94%2032.9545C111.575%2033.0664%20111.198%2033.185%20110.832%2033.3036C110.834%2033.355%20111.84%2033.0015%20111.578%2033.1459C111.305%2033.2933%20110.988%2033.3627%20110.517%2033.5047C110.508%2033.5283%20110.512%2033.549%20110.509%2033.5715C110.4%2033.607%20110.289%2033.6434%20110.177%2033.6805C109.93%2033.762%20109.664%2033.8509%20109.411%2033.9356C109.949%2033.8272%20110.49%2033.6728%20109.652%2034.0203C109.206%2034.1312%20108.904%2034.2112%20108.683%2034.2283C108.63%2034.2327%20108.363%2034.2589%20108.383%2034.2359C108.446%2034.1647%20108.793%2034.0293%20108.618%2034.0381C108.504%2034.099%20108.382%2034.1614%20108.262%2034.2247C107.784%2034.384%20107.443%2034.5381%20107.014%2034.6887C106.688%2034.8033%20106.549%2034.8251%20106.26%2034.925C105.968%2035.0258%20105.939%2035.0707%20105.561%2035.1897C105.098%2035.3355%20104.883%2035.3515%20104.24%2035.5916C104.496%2035.5496%20104.754%2035.5085%20105.015%2035.4656C104.901%2035.5338%20104.793%2035.5997%20104.683%2035.6661C104.321%2035.7938%20103.953%2035.9242%20103.592%2036.0523C103.669%2036.0692%20103.746%2036.0861%20103.823%2036.1031C103.388%2036.2298%20102.951%2036.3565%20102.517%2036.484C102.76%2036.3619%20103.035%2036.2435%20103.128%2036.1647C103.261%2036.0526%20103.165%2036.0006%20102.768%2036.0804C103.006%2035.9948%20103.253%2035.9071%20103.495%2035.8206C103.485%2035.7914%20103.474%2035.7622%20103.464%2035.733C102.968%2035.8975%20102.482%2036.0591%20101.99%2036.2233C102.134%2036.2382%20102.282%2036.2522%20102.428%2036.2665C101.716%2036.4803%20101.575%2036.573%20100.981%2036.8156C100.97%2036.7971%20100.96%2036.7788%20100.95%2036.7603C100.653%2036.8773%20100.351%2036.9961%20100.056%2037.1128C100.103%2037.0736%20100.176%2037.0261%20100.207%2036.9925C99.7052%2037.1867%2098.9881%2037.3912%2098.6115%2037.5323C97.8582%2037.8148%2098.1973%2037.7791%2098.0475%2037.8586C97.8976%2037.9382%2097.7411%2037.9697%2097.5601%2038.0428C96.2903%2038.5571%2095.0936%2039.0496%2093.9402%2039.5386C93.7397%2039.5653%2093.5495%2039.5913%2093.3397%2039.6198C93.0685%2039.7554%2092.5653%2039.8987%2092.2972%2040.0346C92.0295%2040.1705%2092.1992%2040.2045%2091.405%2040.5111C91.4585%2040.4502%2091.4965%2040.3902%2091.5445%2040.3295C91.1292%2040.5109%2090.7185%2040.6908%2090.3028%2040.8719C89.6883%2041.0686%2089.073%2041.2651%2088.4522%2041.4627C88.5157%2041.4619%2088.6008%2041.455%2088.6508%2041.458C88.0932%2041.6728%2087.7063%2041.7425%2087.3699%2041.8496C86.6285%2042.0856%2086.1307%2042.3222%2085.6102%2042.4906C84.9216%2042.7128%2085.0008%2042.6258%2084.23%2042.906C84.2551%2042.9299%2084.256%2042.9631%2084.2727%2042.9901C83.659%2043.1903%2083.0481%2043.3878%2082.4269%2043.5859C82.4236%2043.576%2082.4203%2043.5661%2082.417%2043.5562C82.3311%2043.585%2082.2458%2043.6136%2082.1612%2043.6419C82.0003%2043.6957%2081.8416%2043.7486%2081.6853%2043.8004C81.6656%2043.7522%2081.6442%2043.7046%2081.6228%2043.6569C81.5094%2043.7166%2081.399%2043.7753%2081.2806%2043.8362C80.9058%2043.9434%2080.5312%2044.0495%2080.1613%2044.152C80.3885%2044.0572%2080.6504%2043.9494%2080.8682%2043.857C80.8559%2043.8233%2080.3038%2044.0384%2080.1534%2044.0701C79.8342%2044.1383%2080.4343%2043.892%2080.2685%2043.9042C79.6732%2044.1288%2079.0659%2044.3538%2078.4588%2044.5705C78.2792%2044.6252%2078.0916%2044.6816%2077.9084%2044.7356C77.8962%2044.7068%2077.8829%2044.678%2077.8708%2044.6492C77.3765%2044.7839%2076.8859%2044.9119%2076.3878%2045.0318C76.6433%2044.9809%2076.8889%2044.9304%2077.1482%2044.8735C77.1212%2044.9398%2076.9121%2045.0427%2076.8199%2045.1281C76.7776%2045.1677%2076.8324%2045.1975%2076.2707%2045.3194C76.0397%2045.3689%2075.8227%2045.3764%2075.5172%2045.4472C75.0299%2045.5584%2074.695%2045.6363%2074.2171%2045.6892C74.2025%2045.6715%2074.1899%2045.653%2074.1772%2045.6349C73.8019%2045.6817%2073.4338%2045.711%2073.078%2045.6849C72.9686%2045.6516%2072.8615%2045.6115%2072.7694%2045.5637C72.4605%2045.499%2072.3209%2045.4061%2072.2548%2045.144C72.2744%2045.1365%2072.2941%2045.129%2072.3136%2045.1208C72.3101%2045.1004%2072.3072%2045.0789%2072.3049%2045.0565C72.2766%2044.3684%2072.4871%2043.8714%2072.4199%2043.782C72.7171%2042.8415%2073.177%2041.924%2073.6705%2041.0365C73.6815%2041.1851%2073.6941%2041.3321%2073.7079%2041.4794C73.8802%2041.1464%2074.0611%2040.8162%2074.2488%2040.489C74.2223%2040.4728%2074.1965%2040.455%2074.1709%2040.4372C74.5038%2039.8858%2074.6774%2039.6844%2074.9456%2039.3415C75.172%2038.958%2075.4052%2038.5795%2075.6468%2038.2038C75.4175%2038.5105%2075.1927%2038.8216%2074.9734%2039.1358C74.9457%2039.1212%2074.9171%2039.1075%2074.8894%2039.0929C74.5627%2039.5553%2074.2464%2040.0265%2073.9447%2040.5051C73.7298%2040.7618%2073.5191%2041.0226%2073.3132%2041.2888C73.4588%2041.0035%2073.6109%2040.7197%2073.7679%2040.4384C73.8384%2040.4021%2073.9075%2040.3687%2073.9788%2040.332C74.2432%2039.8985%2074.5202%2039.4692%2074.8048%2039.0483C74.7898%2039.0338%2074.7748%2039.0193%2074.7597%2039.0049C74.9039%2038.7922%2075.0505%2038.5809%2075.1992%2038.3715C75.2192%2038.3793%2075.2383%2038.3885%2075.2584%2038.3963C75.3766%2038.2214%2075.4967%2038.0472%2075.6179%2037.8745C75.7523%2037.6832%2075.8898%2037.4892%2076.0262%2037.298C76.1672%2037.1884%2076.3083%2037.0795%2076.4499%2036.9704C76.4056%2037.071%2076.3605%2037.1731%2076.3163%2037.2741C76.1698%2037.4782%2076.0218%2037.6859%2075.8767%2037.8911C76.405%2037.3079%2077.0102%2036.5106%2077.7206%2035.6602C78.2084%2034.9497%2077.7469%2035.451%2077.6898%2035.3968C77.8912%2035.1594%2078.0919%2034.9257%2078.2962%2034.6899C78.448%2034.4707%2078.6034%2034.2488%2078.7575%2034.0307C79.069%2033.703%2079.3845%2033.375%2079.7007%2033.0536C79.8727%2032.6091%2080.9994%2031.3907%2082.0199%2030.2539C82.4319%2029.7946%2082.4913%2029.6112%2083.0315%2029.0548C83.194%2028.9436%2083.3617%2028.8319%2083.527%2028.7212C82.9472%2029.288%2082.4906%2029.791%2081.9373%2030.397C81.9563%2030.4218%2081.9758%2030.4464%2081.9948%2030.4712C81.8245%2030.6559%2081.6529%2030.8435%2081.4838%2031.0303C81.3526%2031.2677%2082.1688%2030.4654%2082.6266%2029.9785C82.4905%2030.0111%2083.1076%2029.3024%2082.7484%2029.5767C83.126%2029.2242%2083.508%2028.8735%2083.891%2028.5279C84.0835%2028.1831%2084.2753%2027.842%2084.4736%2027.4978C84.6493%2027.397%2084.8196%2027.3023%2084.994%2027.2043C85.5807%2026.6852%2086.1754%2026.1711%2086.7723%2025.6673C86.7938%2025.6902%2086.8102%2025.7181%2086.8342%2025.7386C87.1746%2025.3603%2087.6138%2024.9136%2087.4202%2025.0019C87.2485%2025.0794%2086.6041%2025.7187%2086.3205%2025.9593C86.0361%2026.1997%2086.1954%2025.9891%2085.8319%2026.3082C85.8327%2026.3073%2085.8334%2026.3064%2085.8342%2026.3055C85.8324%2026.3071%2085.8306%2026.3084%2085.8287%2026.31C85.9935%2026.1201%2086.1414%2025.9504%2086.3%2025.7697C86.613%2025.5309%2086.9308%2025.2906%2087.2467%2025.055C87.57%2024.7418%2087.8891%2024.436%2088.2141%2024.1287C88.3385%2024.0725%2088.4628%2024.0171%2088.5894%2023.9596C88.393%2024.1286%2088.2027%2024.2933%2088.0063%2024.4647C88.0237%2024.4839%2088.0434%2024.5012%2088.0622%2024.5193C88.7162%2023.9552%2089.1584%2023.5622%2089.7914%2022.9801C89.5541%2023.1043%2089.3182%2023.2281%2089.08%2023.3553C89.4895%2023.0351%2089.8999%2022.7186%2090.3096%2022.407C90.2662%2022.3619%2090.2227%2022.3168%2090.1793%2022.2717C90.4167%2022.1428%2090.6576%2022.0119%2090.894%2021.8859C90.9014%2021.9%2090.9088%2021.9143%2090.9162%2021.9285C90.0562%2022.6598%2090.3097%2022.5102%2090.8447%2022.1129C91.0469%2021.9341%2091.2512%2021.7546%2091.4578%2021.5745C91.6848%2021.3764%2091.9145%2021.177%2092.1438%2020.979C92.0266%2021.0427%2091.9117%2021.1046%2091.7954%2021.1678C92.0727%2020.9021%2092.3531%2020.6352%2092.6335%2020.3702C93.4071%2019.7991%2093.3849%2019.9429%2094.2533%2019.2912C94.3179%2019.1666%2093.3018%2019.9227%2093.5833%2019.6366C93.748%2019.4689%2094.2423%2019.1543%2094.4578%2018.9455C94.1558%2019.1685%2094.2589%2019.0139%2093.9298%2019.2727C93.3651%2019.7177%2093.1398%2019.9325%2093.1678%2019.8104C93.7767%2019.3026%2093.9767%2019.2156%2094.4234%2018.8931C94.7454%2018.661%2094.9816%2018.4165%2095.3186%2018.161C95.1242%2018.327%2094.9285%2018.4969%2094.734%2018.6653C94.8761%2018.6317%2095.0184%2018.5983%2095.1625%2018.5636C95.8591%2017.9965%2096.5693%2017.4277%2097.2682%2016.8775C97.3696%2016.75%2097.0043%2017.0185%2096.9521%2017.0167C96.862%2017.0127%2097.3194%2016.6351%2096.8194%2016.9474C97.2401%2016.6356%2097.6534%2016.333%2098.0728%2016.0285C97.9948%2016.107%2097.9185%2016.1843%2097.8409%2016.2627C97.9369%2016.2087%2098.0317%2016.1556%2098.1281%2016.1017C97.9247%2016.2567%2097.7223%2016.4117%2097.5197%2016.5678C97.5385%2016.5924%2097.5578%2016.6167%2097.578%2016.6403C97.8849%2016.4056%2098.1923%2016.172%2098.5008%2015.9398C98.4744%2015.9076%2098.4465%2015.8764%2098.4201%2015.8442C99.044%2015.3872%2099.6731%2014.9334%20100.304%2014.486C100.236%2014.5099%20100.167%2014.5352%20100.1%2014.5584C100.42%2014.1636%20100%2014.3769%2098.5889%2015.4436C98.8152%2015.3129%2099.0426%2015.1825%2099.2695%2015.053C99.0172%2015.2531%2098.7665%2015.4534%2098.515%2015.6555C98.0639%2015.9504%2097.9576%2015.9882%2097.9673%2015.9125C97.6606%2016.1447%2097.3542%2016.3782%2097.0468%2016.6142C97.0314%2016.6%2097.0155%2016.5861%2096.9987%2016.5729C96.5851%2016.8776%2096.1709%2017.186%2095.7615%2017.4934C96.3634%2017.0084%2096.9686%2016.5274%2097.5773%2016.0509C97.5584%2016.026%2097.5385%2016.0017%2097.5196%2015.9768C98.0915%2015.5346%2098.1621%2015.4939%2098.1979%2015.5389C98.3989%2015.3887%2098.5996%2015.2397%2098.8013%2015.0905C98.7099%2015.1842%2098.6196%2015.2775%2098.5269%2015.3727C99.04%2014.9814%2099.5562%2014.593%20100.075%2014.2079C99.6196%2014.473%2098.7468%2015.1073%2098.73%2015.0264C97.7728%2015.7271%2097.3456%2016.1011%2096.7854%2016.6181C96.6864%2016.6943%2096.588%2016.7704%2096.4887%2016.8472C96.0122%2017.1638%2095.7081%2017.3346%2095.0488%2017.8558C95.1614%2017.8074%2095.3103%2017.7273%2095.3999%2017.6992C94.7415%2018.2065%2093.7722%2019.1275%2093.2775%2019.5132C92.2718%2020.2969%2093.1442%2019.4284%2092.901%2019.5455C91.8547%2020.3649%2091.9618%2020.4308%2091.3523%2020.9804C91.2772%2021.0485%2091.202%2021.1152%2091.127%2021.1805C90.6921%2021.5597%2090.2616%2021.9017%2089.8858%2022.233C89.5683%2022.5132%2089.5161%2022.5933%2089.281%2022.7974C88.1621%2023.7729%2087.3221%2024.3804%2086.2109%2025.424C86.5243%2025.185%2086.8373%2024.9506%2087.1524%2024.7163C86.6737%2025.1431%2086.2008%2025.5724%2085.7278%2026.0098C85.7063%2026.0026%2085.6842%2025.9959%2085.6641%2025.9876C85.2002%2026.4314%2084.7399%2026.88%2084.2854%2027.332C84.3074%2027.3542%2084.3307%2027.3751%2084.354%2027.396C84.246%2027.4741%2084.1383%2027.5521%2084.0325%2027.6287C83.5751%2028.1373%2083.3309%2028.4393%2082.7257%2029.0566C83.0182%2028.7961%2083.3114%2028.5383%2083.6053%2028.2834C83.2401%2028.64%2082.8762%2029.0015%2082.5158%2029.3653C82.492%2029.3622%2082.4671%2029.3599%2082.4434%2029.3567C82.0233%2029.7533%2081.609%2030.1514%2081.1969%2030.5555C81.1667%2030.6193%2081.1433%2030.6768%2081.1095%2030.744C80.8376%2031.0607%2080.6291%2031.2444%2080.4223%2031.4686C80.0882%2031.8323%2080.0314%2031.9649%2079.7205%2032.307C79.4882%2032.5634%2079.3374%2032.6942%2079.0568%2033.0366C79.0333%2033.033%2079.0137%2033.0237%2078.9902%2033.0223C78.7049%2033.3327%2078.6062%2033.5196%2078.4%2033.7636C77.8933%2034.366%2077.5902%2034.6426%2077.0611%2035.3317C77.1066%2035.2402%2077.1534%2035.1503%2077.1946%2035.0652C76.9647%2035.3617%2076.5626%2035.836%2076.5024%2035.9829C76.4424%2036.1292%2076.4885%2036.0763%2076.0768%2036.6113C76.0888%2036.6293%2076.0951%2036.6528%2076.1039%2036.675C75.8382%2037.0305%2075.5911%2037.3575%2075.3473%2037.6745C75.1745%2037.8993%2075.0037%2038.1223%2074.8309%2038.3492C74.5657%2038.6993%2074.678%2038.4609%2074.6263%2038.4813C74.8315%2038.1845%2075.04%2037.8929%2075.2528%2037.6046C75.4238%2037.3729%2075.5984%2037.1386%2075.7723%2036.9071C75.7323%2036.8448%2075.3763%2037.2516%2075.125%2037.5102C74.9907%2037.6483%2074.8848%2037.7465%2074.8676%2037.7079C74.9298%2037.6242%2074.9923%2037.5411%2075.055%2037.4585C75.2269%2037.232%2075.4024%2037.0028%2075.5765%2036.7775C75.4735%2036.8712%2075.3846%2036.9467%2075.2728%2037.0529C75.2185%2037.1451%2075.1268%2037.2829%2075.0234%2037.4351C74.8141%2037.7418%2074.5615%2038.1131%2074.452%2038.296C74.2883%2038.5696%2074.5143%2038.2933%2074.4582%2038.4172C74.4273%2038.4851%2074.3148%2038.6669%2074.3095%2038.7021C74.299%2038.7789%2074.5669%2038.4098%2074.5591%2038.4914C74.5551%2038.5278%2074.4016%2038.7866%2074.4139%2038.8206C74.4305%2038.8661%2074.5166%2038.8421%2074.5406%2038.882C74.2455%2039.3353%2074.043%2039.5745%2073.7731%2040.0089C73.5048%2040.4454%2073.3851%2040.7256%2073.1129%2041.1984C73.2145%2040.9612%2073.3179%2040.727%2073.4273%2040.4906C73.2724%2040.7021%2073.122%2040.9115%2072.9725%2041.1304C72.9942%2041.1524%2073.1222%2041.0144%2072.9617%2041.3425C72.8671%2041.5359%2072.7116%2041.8787%2072.6395%2042.0229C72.3581%2042.5885%2072.196%2042.8588%2071.9916%2043.4828C71.9699%2043.6091%2071.9488%2043.746%2071.9342%2043.8741C71.8499%2044.0538%2071.7713%2044.2575%2071.7107%2044.4355C71.7707%2043.9634%2072.1522%2042.8115%2071.9202%2043.3199C71.7491%2043.7102%2071.5926%2044.4748%2071.5891%2045.0792C71.5914%2045.0978%2071.594%2045.1163%2071.5969%2045.1345C71.6367%2045.4763%2071.858%2045.8586%2072.1789%2046.0143C72.4903%2046.1762%2072.8026%2046.1991%2073.1006%2046.202C73.2527%2046.2347%2072.8315%2046.2823%2072.6452%2046.2514C72.3399%2046.2245%2071.937%2046.0409%2071.7463%2045.7603C71.5556%2045.4914%2071.5318%2045.2899%2071.5005%2045.3542C71.5795%2045.8001%2072.0436%2046.2118%2072.4295%2046.2976C72.8253%2046.4109%2073.1792%2046.4055%2073.5251%2046.3875C73.5304%2046.4186%2073.5344%2046.4496%2073.5398%2046.4805C73.9608%2046.4597%2074.3567%2046.4022%2074.753%2046.3319C74.7218%2046.358%2074.5621%2046.4138%2074.3355%2046.4629C74.3048%2046.4714%2073.9462%2046.5126%2073.964%2046.5253C73.9802%2046.5426%2074.3203%2046.4953%2074.3388%2046.4941C74.4999%2046.4906%2074.3258%2046.5385%2074.386%2046.5505C74.4515%2046.5409%2074.5237%2046.5296%2074.5865%2046.5192C74.6375%2046.4895%2074.7237%2046.4551%2074.7535%2046.4268C74.6232%2046.4499%2074.4949%2046.471%2074.3608%2046.4907C74.36%2046.4908%2074.3592%2046.491%2074.3584%2046.4911C74.3569%2046.4808%2074.3554%2046.4704%2074.3539%2046.4601C74.4896%2046.4506%2074.6219%2046.4392%2074.7546%2046.4261C75.8565%2046.1604%2074.648%2046.3251%2074.472%2046.3057C74.2911%2046.2952%2074.7524%2046.2208%2074.7505%2046.1912C74.7447%2046.1516%2074.0237%2046.1987%2074.3597%2046.1149C74.6102%2046.0588%2075.4268%2045.9267%2075.2762%2046.0096C75.128%2046.0918%2075.5144%2046.0996%2076.268%2045.9331C76.3926%2045.8529%2075.1702%2046.0929%2075.8766%2045.8881C76.4392%2045.7235%2077.1158%2045.5982%2077.734%2045.4049C77.7434%2045.3382%2078.0728%2045.2092%2078.8265%2044.9816C78.2547%2045.2542%2078.681%2045.2392%2080.0169%2044.8386C79.9037%2044.9074%2079.7896%2044.9763%2079.678%2045.0441C80.5464%2044.7924%2081.417%2044.5293%2082.2769%2044.2637C82.306%2044.2586%2082.335%2044.2535%2082.364%2044.2484C82.4673%2044.2309%2082.5709%2044.2131%2082.6762%2044.1948C82.7867%2044.1246%2082.8981%2044.054%2083.0109%2043.9828C82.7858%2044.0561%2082.5644%2044.1278%2082.3471%2044.1978C81.6973%2044.4073%2081.072%2044.6055%2080.422%2044.8068C80.2717%2044.7678%2080.1155%2044.7306%2079.9593%2044.6931C80.2083%2044.6027%2080.4392%2044.5171%2080.6849%2044.4262C80.1899%2044.5762%2079.6943%2044.7232%2079.1996%2044.8665C80.1763%2044.5289%2080.8863%2044.2995%2081.7607%2044.054C81.9977%2043.9873%2082.1464%2043.9442%2082.2517%2043.9123C82.5209%2043.8308%2082.4938%2043.8258%2083.1138%2043.6171C83.5649%2043.465%2084.1767%2043.3035%2084.7331%2043.0958C84.8282%2043.1602%2084.4867%2043.3589%2084.0998%2043.5786C84.4035%2043.4857%2084.7276%2043.384%2085.0243%2043.2935C85.453%2043.1139%2085.0638%2043.2139%2085.2468%2043.097C85.2831%2043.0748%2085.7953%2042.815%2086.051%2042.7043C86.515%2042.5037%2087.7151%2042.0411%2088.3889%2041.8168C88.4091%2041.8317%2088.414%2041.8521%2088.4309%2041.8683C89.0686%2041.6029%2089.699%2041.3925%2090.4231%2041.129C90.8866%2040.9604%2091.0047%2040.8827%2091.5279%2040.7005C92.402%2040.3961%2093.0079%2040.2334%2093.87%2039.8626C93.6478%2039.976%2093.4093%2040.0942%2093.1805%2040.2095C93.8231%2039.9723%2094.2804%2039.8183%2094.8477%2039.6432C94.9726%2039.6047%2095.0465%2039.5805%2095.1769%2039.5363C95.2338%2039.4906%2095.2957%2039.4432%2095.3559%2039.3963C96.2033%2039.0812%2097.0499%2038.7662%2097.8969%2038.4513C97.701%2038.5946%2097.0019%2038.9355%2098.3223%2038.4647C98.1852%2038.4696%2098.0476%2038.4747%2097.9085%2038.4803C98.5074%2038.2541%2099.1079%2038.0275%2099.7059%2037.802C99.8243%2037.7377%2099.9428%2037.6735%20100.061%2037.6095C100.013%2037.6595%2099.9478%2037.7171%2099.9113%2037.7622C100.121%2037.7238%20100.575%2037.5388%20100.782%2037.4888C101.217%2037.3845%20101.025%2037.5036%20101.978%2037.1581C101.584%2037.3391%20101.924%2037.2209%20101.909%2037.2649C101.893%2037.3095%20100.929%2037.7264%20100.571%2037.8088C100.785%2037.7043%20101.044%2037.585%20101.259%2037.4798C100.867%2037.6254%20100.145%2037.8912%2099.8481%2038.0164C99.9122%2037.9915%20100.213%2037.8166%20100.449%2037.7227C100.299%2037.7783%20100.13%2037.8444%2099.9754%2037.9029C99.8491%2037.9386%2099.7264%2037.9725%2099.5971%2038.0094C99.0896%2038.2283%2098.7403%2038.4459%2099.8481%2038.0164C99.5512%2038.1418%2099.6497%2038.1486%2099.2803%2038.2853C98.4622%2038.588%2098.0521%2038.6792%2097.2941%2039.0001C97.3851%2038.9388%2096.9035%2039.0265%2096.5544%2039.1674C96.2051%2039.3086%2096.1213%2039.3695%2095.8174%2039.4967C96.1478%2039.4229%2096.4596%2039.3547%2096.7809%2039.2837C97.0771%2039.1553%2097.3743%2039.0265%2097.6679%2038.8991C97.7451%2038.9157%2097.8215%2038.9325%2097.8974%2038.9495C98.1324%2038.8431%2098.3689%2038.7361%2098.6027%2038.6302C98.7915%2038.5791%2098.9745%2038.5297%2099.1711%2038.4764C98.4306%2038.8382%20100.103%2038.4364%2098.6922%2038.9892C98.5349%2039.0508%2098.0271%2039.1898%2097.8589%2039.313C97.9662%2039.3104%2098.1368%2039.2896%2098.2669%2039.2805C98.5054%2039.1956%2098.7417%2039.1114%2098.9795%2039.0268C98.8087%2039.1211%2098.6396%2039.2148%2098.4686%2039.3092C97.8829%2039.4197%2097.3023%2039.5283%2096.7192%2039.638C96.6099%2039.7104%2096.4999%2039.7833%2096.3906%2039.8556C95.5485%2040.1592%2094.9709%2040.3212%2094.2024%2040.6408C94.1815%2040.5928%2094.1606%2040.5451%2094.1397%2040.497C93.746%2040.6455%2093.5577%2040.6893%2093.2207%2040.8006C93.08%2040.8471%2092.9883%2040.9055%2092.8773%2040.9425C92.2568%2041.1485%2091.8133%2041.2706%2091.3691%2041.3888C91.33%2041.4578%2091.2878%2041.5282%2091.2488%2041.5974C90.8749%2041.7088%2090.5009%2041.8199%2090.1287%2041.9301C89.9236%2042.1137%2089.722%2042.2962%2089.5192%2042.4788C89.3865%2042.5037%2089.2513%2042.5294%2089.1166%2042.5549C88.3658%2042.8652%2087.8716%2042.9558%2087.117%2043.2596C86.8188%2043.333%2087.4383%2043.0788%2087.6134%2043.0024C87.8866%2042.8836%2088.1048%2042.834%2088.3302%2042.7269C88.5533%2042.6206%2088.544%2042.5594%2089.0452%2042.3636C88.8032%2042.4152%2088.5663%2042.4675%2088.3276%2042.5188C88.4232%2042.4574%2088.519%2042.3957%2088.6152%2042.3339C88.0831%2042.553%2087.7419%2042.6469%2087.1526%2042.8492C87.2399%2042.8808%2087.1434%2042.9614%2086.4692%2043.2212C86.2062%2043.2194%2085.5522%2043.3749%2085.6398%2043.2462C85.2616%2043.4346%2084.8013%2043.6817%2084.4445%2043.8538C84.0963%2044.023%2083.8677%2044.1126%2083.5413%2044.2659C83.7876%2044.181%2084.0349%2044.0979%2084.2744%2044.0156C84.3686%2044.0737%2084.0697%2044.2604%2084.373%2044.2455C83.627%2044.4715%2083.7781%2044.3397%2082.8638%2044.6599C82.9946%2044.6376%2083.1288%2044.6141%2083.2622%2044.5907C83.0262%2044.6812%2082.7945%2044.7699%2082.5674%2044.8566C82.3073%2044.9553%2082.057%2045.0501%2081.805%2045.145C81.7463%2045.0969%2081.5903%2045.1127%2082.5096%2044.8108C82.3725%2044.824%2082.2369%2044.8366%2082.1028%2044.8485C82.2381%2044.7988%2082.3752%2044.7484%2082.5141%2044.6971C82.6785%2044.6363%2082.8454%2044.5743%2083.0152%2044.5112C83.3371%2044.4239%2083.6406%2044.3421%2083.9579%2044.2551C83.7891%2044.2233%2083.0115%2044.4254%2083.1748%2044.2755C83.2117%2044.2414%2084.007%2043.9355%2083.8365%2043.9661C83.1477%2044.1983%2082.7047%2044.3685%2082.4453%2044.4914C82.1684%2044.6205%2082.0746%2044.7029%2082.0665%2044.7616C81.7062%2044.8815%2081.3265%2045.0067%2080.9601%2045.1257C81.0157%2045.086%2081.0701%2045.0464%2081.1241%2045.0071C81.4812%2044.9287%2081.8671%2044.8041%2081.6643%2044.8115C81.5902%2044.8144%2081.3416%2044.8417%2081.2436%2044.8581C80.9179%2044.9131%2080.5448%2045.0076%2079.9408%2045.1901C80.1264%2045.1431%2080.3218%2045.0915%2080.5011%2045.0452C80.8169%2045.0727%2081.3984%2044.9534%2079.4595%2045.5713C79.4705%2045.6006%2079.4832%2045.6294%2079.4941%2045.6587C79.8674%2045.5205%2080.2267%2045.3849%2080.5889%2045.2455C80.7923%2045.3063%2079.6858%2045.6496%2078.9571%2045.9604C78.8571%2046.0036%2079.0134%2046.0441%2078.8265%2046.1231C78.297%2046.2787%2077.8951%2046.3176%2077.4848%2046.4231C76.5073%2046.67%2075.9109%2046.8853%2074.9245%2047.0629C74.8269%2046.9914%2075.6835%2046.8629%2076.5004%2046.6491C76.6191%2046.5441%2076.7086%2046.4448%2076.8298%2046.3386C77.2409%2046.2325%2078.2696%2045.9428%2078.2494%2045.8862C78.2405%2045.8559%2077.7362%2045.9686%2078.2943%2045.763C77.7746%2045.9152%2077.2867%2046.0555%2076.7709%2046.1917C76.7205%2046.2482%2076.6701%2046.3044%2076.6206%2046.3602C76.0363%2046.4897%2075.4531%2046.6073%2074.839%2046.6976C75.1172%2046.6897%2075.392%2046.6753%2075.6688%2046.656C75.2785%2046.7436%2074.8761%2046.8248%2074.4618%2046.8874C74.1976%2046.969%2073.9072%2047.0458%2073.6093%2047.1033C74.0087%2046.9632%2074.7497%2046.8048%2073.5854%2046.807C74.094%2046.7426%2074.5478%2046.6321%2075.0012%2046.5092C75.746%2046.4183%2077.1457%2046.1193%2077.1206%2045.9999C76.3668%2046.2446%2075.7945%2046.3161%2075.0107%2046.4747C73.6539%2046.6802%2074.2118%2046.7133%2072.6617%2046.5974C72.5334%2046.568%2072.2755%2046.5434%2071.9203%2046.3283C71.5524%2046.1277%2071.2515%2045.5766%2071.2315%2045.1748C71.1711%2044.5012%2071.3457%2044.0115%2071.4346%2043.8058C71.4913%2043.5198%2071.5208%2043.3756%2071.5778%2043.1535C71.3638%2043.7527%2071.1343%2044.3468%2071.1885%2045.1795C71.1972%2045.2648%2071.2097%2045.3456%2071.2309%2045.436C71.2027%2045.452%2071.1748%2045.4696%2071.147%2045.4864C71.2324%2045.8043%2071.4664%2046.1686%2071.7708%2046.3715C72.0511%2046.6127%2072.3513%2046.729%2072.6149%2046.8078C72.3161%2046.7543%2071.9371%2046.6551%2071.5811%2046.3425C71.2182%2046.0293%2071.0486%2045.5457%2071.0145%2045.1987C70.967%2044.7679%2071.0194%2044.4126%2071.0805%2044.0932C71.2522%2043.2727%2071.5317%2042.6117%2071.834%2041.9453C71.5989%2042.3259%2071.2952%2043.0021%2071.1104%2043.6824C71.0126%2044.0538%2070.9178%2044.604%2070.9969%2045.2006C71.037%2045.5348%2071.1849%2045.8946%2071.3327%2046.1105C71.5002%2046.3414%2071.4239%2046.2917%2071.2543%2046.0899C71.0814%2045.8841%2070.9281%2045.4954%2070.8855%2045.2129C70.8116%2044.7475%2070.8218%2044.4328%2070.7661%2044.937C70.7673%2044.317%2070.8885%2043.8892%2071.0169%2043.4496C70.9949%2043.5917%2070.9697%2043.7616%2070.9598%2043.8945C71.1501%2043.039%2071.7623%2041.7823%2072.0142%2041.3981C72.2975%2040.959%2072.0528%2041.4383%2072.268%2041.1576C72.449%2040.9163%2073.0042%2040.1275%2073.3004%2039.7633C73.238%2039.7887%2073.1595%2039.8339%2073.0906%2039.8683C73.2184%2039.6378%2073.3503%2039.4076%2073.4844%2039.1794C73.2757%2039.5239%2073.085%2039.8527%2072.881%2040.2183C72.8288%2040.1979%2072.3129%2040.9332%2072.9093%2039.8709C73.0677%2039.5776%2073.9512%2038.3253%2074.2711%2037.8441C74.3263%2037.8033%2074.3199%2037.8456%2074.3513%2037.837C74.4903%2037.6407%2074.6318%2037.445%2074.7748%2037.2514C75.0177%2036.9226%2075.264%2036.5935%2075.5116%2036.2668C75.6039%2036.1888%2075.199%2036.7683%2075.1594%2036.8666C75.1439%2036.9046%2075.3337%2036.6617%2075.3101%2036.7172C75.2376%2036.8845%2074.8686%2037.3979%2074.9945%2037.3229C75.1798%2036.9848%2075.3716%2036.6414%2075.5644%2036.3009C75.8176%2036.0014%2076.0723%2035.7041%2076.3304%2035.4064C76.2235%2035.4858%2076.1158%2035.5669%2076.0093%2035.6467C76.0642%2035.5315%2076.1203%2035.415%2076.176%2035.2995C76.4225%2034.9998%2076.6719%2034.7005%2076.9228%2034.4035C76.9112%2034.3851%2076.8991%2034.3675%2076.8876%2034.3491C77.2668%2033.879%2077.6509%2033.3446%2077.9916%2032.9947C77.9297%2033.0294%2077.8691%2033.0626%2077.8074%2033.0974C78.3024%2032.3973%2079.0546%2031.3918%2079.083%2031.6149C79.2815%2031.3546%2079.4798%2031.0968%2079.6803%2030.8394C79.6684%2030.9155%2079.6574%2030.991%2079.6471%2031.0655C79.9168%2030.7759%2080.1839%2030.4934%2080.4566%2030.2082C80.4426%2030.1592%2080.3929%2030.1529%2080.2255%2030.2771C79.9878%2030.4539%2079.5202%2030.9276%2079.4528%2030.908C80.1432%2030.1241%2080.4517%2029.9285%2081.0032%2029.3742C81.3904%2028.987%2081.5992%2028.7223%2081.9614%2028.3875C82.2656%2028.1069%2082.355%2028.0964%2082.7108%2027.7676C83.2128%2027.2458%2083.3475%2027.0684%2083.3267%2027.0101C83.3295%2027.0073%2083.3323%2027.0045%2083.3352%2027.0017C83.3348%2027.0017%2083.3342%2027.0021%2083.3339%2027.0021C83.5154%2026.8222%2083.6981%2026.6366%2083.8795%2026.4584C83.9052%2026.4768%2083.9297%2026.4965%2083.9554%2026.5149C84.3328%2026.1568%2084.7127%2025.8019%2085.0946%2025.4506C85.1933%2025.4385%2085.1095%2025.5263%2084.5808%2026.0339C84.7112%2025.9793%2084.8434%2025.9231%2084.9746%2025.8684C85.3482%2025.5078%2085.7244%2025.1505%2086.1042%2024.795C85.9428%2025.0031%2085.7878%2025.2068%2085.6279%2025.4162C85.9897%2025.0441%2086.3506%2024.6759%2086.7216%2024.3068C86.7347%2024.3781%2086.7118%2024.522%2087.2735%2024.0491C87.8408%2023.5739%2087.6196%2023.6973%2087.684%2023.5988C87.9636%2023.344%2088.2578%2023.0818%2088.5433%2022.8283C88.5812%2022.6963%2088.129%2023.0527%2087.8087%2023.2573C87.7928%2023.2209%2087.7766%2023.1847%2087.7607%2023.1483C87.9816%2022.9918%2088.1989%2022.8398%2088.4193%2022.6861C88.6069%2022.521%2088.7966%2022.3548%2088.9837%2022.1921C89.0094%2022.2107%2089.0336%2022.2311%2089.0593%2022.2498C89.5326%2021.808%2090.0059%2021.3733%2090.4823%2020.9423C90.5456%2020.8417%2090.6094%2020.7409%2090.6733%2020.6402C90.719%2020.5674%2090.7648%2020.4947%2090.8105%2020.422C90.8903%2020.4094%2090.9699%2020.3974%2091.0498%2020.3845C91.2534%2020.2198%2091.4387%2020.0511%2091.6484%2019.8893C91.6678%2019.8751%2091.6754%2019.901%2091.8136%2019.7863C91.953%2019.6707%2091.9207%2019.6666%2091.945%2019.644C92.0897%2019.5111%2092.2093%2019.4327%2092.3578%2019.2971C92.8257%2018.8708%2093.048%2018.6411%2093.7115%2018.1223C93.5802%2018.2661%2093.4844%2018.3514%2093.1291%2018.6322C93.2652%2018.589%2093.3995%2018.5475%2093.536%2018.5043C93.2271%2018.74%2092.9178%2018.9778%2092.6096%2019.2166C92.894%2019.0395%2092.7824%2019.1567%2092.6842%2019.2949C93.0391%2019.0634%2093.3876%2018.7878%2093.9108%2018.3653C93.9317%2018.3743%2093.9513%2018.3843%2093.9736%2018.3924C94.2744%2018.1512%2094.5741%2017.9123%2094.8751%2017.6743C94.8529%2017.6518%2094.8365%2017.6254%2094.8113%2017.605C93.9548%2018.3587%2093.1775%2018.8899%2094.03%2018.1505C94.3805%2017.8478%2094.8066%2017.546%2095.2135%2017.2027C95.566%2016.9059%2095.7388%2016.7044%2096.2564%2016.3149C96.1245%2016.3507%2095.9852%2016.3939%2095.8499%2016.4333C95.5423%2016.6722%2095.2358%2016.9119%2094.9307%2017.1525C94.9436%2017.1688%2094.9606%2017.1819%2094.9721%2017.1993C94.7671%2017.359%2094.5655%2017.5214%2094.3616%2017.6828C94.5473%2017.5014%2094.7306%2017.3225%2094.9157%2017.143C94.698%2017.2753%2094.4803%2017.408%2094.263%2017.5413C94.4865%2017.317%2094.7116%2017.0925%2094.9356%2016.8699C95.4409%2016.5567%2096.0038%2016.0963%2096.6865%2015.6097C96.7844%2015.548%2096.8811%2015.4876%2096.9795%2015.426C96.9036%2015.4968%2096.8282%2015.5677%2096.7542%2015.6375C97.1013%2015.4306%2097.4632%2015.1612%2097.9972%2014.7544C98.0214%2014.8552%2097.8619%2015.029%2097.0032%2015.7423C96.8189%2015.895%2096.1527%2016.4175%2096.4598%2016.2377C96.8348%2015.9365%2097.2387%2015.6153%2097.6277%2015.3092C97.804%2015.1879%2097.9788%2015.0691%2098.1535%2014.9493C98.0326%2014.9952%2098.0706%2014.8234%2098.7277%2014.4111C98.7942%2014.3698%2098.8818%2014.4017%2099.2443%2014.1369C99.4978%2013.9284%2099.741%2013.7207%2099.9907%2013.5146C100.128%2013.4306%20100.264%2013.3481%20100.401%2013.265C100.689%2012.9995%20100.701%2012.9564%20100.257%2013.2248C100.503%2013.0522%20100.75%2012.8801%20100.997%2012.7089C101.479%2012.3413%20101.964%2011.9757%20102.45%2011.6142C101.917%2011.984%20101.386%2012.3583%20100.858%2012.7355C101.044%2012.5513%20101.229%2012.3687%20101.414%2012.1864C100.903%2012.5856%20100.394%2012.989%2099.889%2013.3947C100.07%2013.2046%20100.248%2013.018%20100.431%2012.8287C100.75%2012.6058%20101.071%2012.3837%20101.394%2012.1621C100.944%2012.4289%20100.494%2012.699%20100.046%2012.9709C100.692%2012.5299%20101.341%2012.0947%20101.994%2011.6643C102.414%2011.4603%20102.834%2011.2593%20103.255%2011.0596C103.622%2010.7963%20103.993%2010.5337%20104.363%2010.2742C104.502%2010.2435%20104.642%2010.2134%20104.782%2010.1833C104.241%2010.5421%20103.704%2010.9042%20103.169%2011.271C103.156%2011.2045%20103.253%2011.0867%20102.468%2011.6399C103.039%2011.3561%20102.412%2011.8516%20101.967%2012.2567C102.484%2011.8683%20103.004%2011.4832%20103.528%2011.1011C103.548%2011.126%20103.566%2011.1511%20103.585%2011.176C102.932%2011.6332%20102.627%2011.8814%20101.986%2012.2817C102.006%2012.2941%20102.001%2012.3211%20102.034%2012.3254C102.279%2012.1322%20102.694%2011.8969%20102.811%2011.815C103.367%2011.4223%20103.89%2010.9644%20104.342%2010.6683C105.417%209.96665%20104.544%2010.7198%20104.675%2010.6558C105.134%2010.4326%20105.374%2010.159%20105.428%2010.0958C105.547%209.95597%20105.454%209.97276%20105.857%209.70214C105.944%209.64351%20106.055%209.57147%20106.197%209.48181C106.08%209.55058%20105.964%209.61943%20105.848%209.68839C105.516%209.88559%20105.186%2010.0836%20104.857%2010.2838C105.178%2010.0709%20105.5%209.85946%20105.823%209.64951C106.261%209.36478%20106.7%209.08316%20107.143%208.80411C106.8%208.95182%20106.386%209.17665%20105.772%209.57046C105.671%209.63495%20105.565%209.70399%20105.453%209.77798C105.458%209.68079%20105.245%209.74424%20104.678%2010.0458C105.004%209.83585%20105.33%209.62831%20105.658%209.42129C105.658%209.44376%20105.665%209.45863%20105.697%209.45589C105.756%209.4509%20105.898%209.38509%20106.228%209.19747C106.334%209.11881%20106.441%209.03906%20106.548%208.96087C106.614%208.94271%20106.679%208.92578%20106.746%208.90777C107.162%208.60023%20107.578%208.29516%20107.998%207.99441C107.084%208.49469%20107.655%208.28199%20106.867%208.75316C106.367%209.05383%20106.275%209.03698%20106.301%208.96973C106.514%208.81931%20106.728%208.67224%20106.942%208.52398C106.463%208.80866%20106.037%209.07241%20105.622%209.34006C105.091%209.68276%20104.578%2010.0313%20104.002%2010.4413C103.965%2010.4045%20104.534%2010.0534%20104.784%209.84271C105.009%209.65283%20104.888%209.65618%20105.344%209.32995C105.416%209.28063%20105.479%209.23842%20105.533%209.20252C106.223%208.74733%20105.53%209.30082%20105.607%209.25955C106.234%208.92475%20107.075%208.41753%20107.785%208.03422C107.773%208.00397%20107.749%207.98273%20107.733%207.9559C107.968%207.83335%20108.186%207.71964%20108.433%207.59349C108.77%207.33078%20109.104%207.18867%20109.41%207.00231C110.08%206.59655%20109.85%206.61918%20110.556%206.19659C110.628%206.20237%20110.714%206.20256%20110.79%206.20645C111.171%205.96682%20110.628%206.2219%20111.275%205.87789C111.607%205.70224%20111.946%205.52656%20112.308%205.32304C112.398%205.37924%20112.141%205.61486%20112.96%205.25535C113.464%204.95623%20113.969%204.66396%20114.482%204.37633C114.132%204.55271%20113.785%204.7311%20113.439%204.91285C113.524%204.85639%20113.61%204.80026%20113.695%204.74384C113.094%204.99698%20112.949%205.02526%20112.983%204.92437C113.442%204.67962%20113.902%204.44066%20114.368%204.2054C114.365%204.18412%20114.352%204.16709%20114.355%204.14391C114.836%203.88218%20115.227%203.73371%20115.618%203.55404C116.154%203.30945%20116.305%203.18985%20116.837%202.96064C116.896%203.00357%20117.044%202.97075%20116.181%203.36396C116.084%203.47727%20115.989%203.59031%20115.896%203.70318C116.825%203.25546%20118.345%202.53767%20118.348%202.44586C118.536%202.37966%20118.723%202.31507%20118.91%202.25177C119.141%202.12766%20119.369%202.00686%20119.61%201.88438C120.137%201.73124%20120.31%201.68884%20119.6%201.98576C118.791%202.32929%20118.165%202.58262%20118.418%202.58664C119.942%201.98126%20119.954%201.81412%20121.46%201.32026C121.702%201.24408%20121.904%201.18201%20122.073%201.12957C122.731%200.930874%20122.988%200.828492%20123.913%200.601394C124.52%200.449512%20125.77%200.219681%20126.569%200.158163C127.369%200.0958631%20127.769%200.118691%20128.815%200.077349C129.101%200.129061%20129.366%200.184747%20129.646%200.249293C129.374%200.237458%20129.11%200.232896%20128.842%200.234174C128.842%200.275616%20128.842%200.317058%20128.842%200.3585C128.509%200.340427%20128.172%200.331883%20127.84%200.331188C127.107%200.413506%20126.456%200.432104%20125.648%200.559048C125.786%200.472807%20126.594%200.393342%20127.037%200.384371C127.36%200.323522%20127.693%200.269143%20128.022%200.223352C127.019%200.260368%20126.027%200.369475%20125.046%200.532132C124.722%200.642083%20124.408%200.75703%20124.095%200.877529C124.674%200.752762%20125.256%200.646565%20125.843%200.56113C126.05%200.562785%20126.257%200.566876%20126.462%200.573918C125.671%200.647727%20124.884%200.760858%20124.102%200.907711C124.117%200.957895%20124.13%201.00839%20124.145%201.05859C125.078%200.859901%20125.927%200.697603%20126.871%200.622846C127.062%200.551106%20127.249%200.482148%20127.442%200.415353C128.831%200.370541%20128.347%200.447322%20127.666%200.555853C128.18%200.529788%20129.16%200.468198%20129.433%200.463056C129.707%200.4525%20129.519%200.412908%20129.668%200.411264C130.491%200.40299%20131.514%200.558537%20132.316%200.785444C132.088%200.762203%20131.88%200.758018%20131.664%200.76014C130.988%200.606727%20130.318%200.542125%20129.652%200.515544C129.726%200.593594%20130.884%200.64841%20131.463%200.74734C131.527%200.782218%20131.586%200.816878%20131.65%200.853287C131.974%200.930265%20132.263%201.0381%20132.448%201.08487C132.527%201.10069%20132.793%201.18262%20132.788%201.1748C132.709%201.0735%20132.572%200.984546%20132.906%201.12382C133.009%201.17285%20133.149%201.23608%20133.354%201.39413C133.225%201.2503%20133.099%201.13911%20132.965%201.03625C133.183%201.15263%20133.418%201.29949%20133.635%201.55258C133.854%201.79709%20134.019%202.20555%20134.004%202.56935C133.982%202.33216%20133.894%202.07938%20133.763%201.89093C133.997%202.32074%20133.932%202.84656%20133.799%203.17696C133.669%203.51773%20133.491%203.77851%20133.313%204.01594C133.494%203.77929%20133.673%203.52124%20133.806%203.17987C133.8%203.36453%20133.769%203.55142%20133.737%203.72015C133.45%204.13825%20133.139%204.44331%20132.831%204.72916C133.023%204.52448%20133.21%204.31124%20133.39%204.07015C132.981%204.51029%20132.55%204.85123%20132.123%205.17088C132.2%205.06911%20132.284%204.95888%20132.359%204.85494C132.567%204.67839%20132.769%204.49629%20132.969%204.29561C132.946%204.27441%20132.92%204.25656%20132.896%204.23675C132.035%205.09092%20131.367%205.58758%20130.479%206.30532C130.498%206.33033%20130.517%206.35535%20130.535%206.38036C130.366%206.49881%20130.203%206.61139%20130.031%206.72894C129.935%206.79493%20129.836%206.86178%20129.736%206.9295C129.586%207.05683%20129.429%207.18866%20129.279%207.31392C129.497%207.17215%20129.715%207.02844%20129.935%206.88195C129.476%207.24793%20129.013%207.60628%20128.544%207.95957C128.476%207.98066%20128.409%208.00186%20128.339%208.0243C128.032%208.24711%20127.72%208.4696%20127.405%208.69021C127.216%208.87741%20127.019%209.06726%20126.831%209.25071C125.854%209.83955%20126.645%209.29353%20126.392%209.38471C126.356%209.39938%20125.669%209.83221%20125.786%209.79091C125.774%209.81567%20125.802%209.81547%20125.803%209.83153C125.584%209.96922%20125.361%2010.108%20125.141%2010.2438C125.126%2010.2291%20125.11%2010.2148%20125.095%2010.1999C124.434%2010.6074%20123.767%2011.0084%20123.1%2011.4C123.391%2011.2646%20123.686%2011.1244%20123.967%2010.992C123.964%2010.9941%20123.96%2010.9961%20123.957%2010.9982C123.958%2010.9981%20123.958%2010.9979%20123.958%2010.9978C123.595%2011.2254%20123.006%2011.5946%20122.705%2011.7755C122.399%2011.9599%20122.403%2011.9481%20122.155%2012.0948C122.266%2012.0008%20122.354%2011.9204%20122.454%2011.8327C121.981%2012.0546%20121.316%2012.4414%20121.381%2012.321C121.026%2012.5304%20120.671%2012.7702%20120.398%2012.9451C120.336%2012.9682%20120.274%2012.9895%20120.211%2013.0142C120.058%2013.0959%20120.086%2013.1149%20120.06%2013.1308C119.22%2013.6454%20118.416%2014.0215%20117.5%2014.5194C117.373%2014.5629%20117.243%2014.6079%20117.114%2014.652C117.194%2014.657%20117.274%2014.6622%20117.353%2014.6672C117.005%2014.8513%20116.666%2015.0288%20116.318%2015.2104C116.36%2015.0803%20116.071%2015.1508%20115.498%2015.3533C115.958%2015.1044%20116.409%2014.858%20116.862%2014.6082C116.732%2014.6411%20116.602%2014.6743%20116.471%2014.7076C116.003%2014.9407%20115.54%2015.1679%20115.071%2015.397C115.029%2015.4593%20114.785%2015.6252%20114.788%2015.6647C114.793%2015.7038%20115.127%2015.5806%20115.361%2015.4938C115.769%2015.341%20116.028%2015.1992%20115.405%2015.5773C114.869%2015.8055%20114.327%2016.0343%20113.784%2016.2609C113.795%2016.2901%20113.807%2016.319%20113.817%2016.3482C113.597%2016.46%20113.375%2016.5718%20113.151%2016.6843C113.165%2016.7116%20113.168%2016.7459%20113.189%2016.7682C112.531%2017.0948%20112.711%2016.9354%20112.406%2017.0583C112.105%2017.1799%20111.699%2017.4075%20111.271%2017.6065C111.258%2017.6124%20111.246%2017.6182%20111.233%2017.624C111.016%2017.7235%20110.89%2017.7552%20110.465%2017.9668C109.824%2018.287%20108.693%2018.941%20107.933%2019.2773C107.725%2019.2943%20108.584%2018.8122%20108.187%2018.9325C108.405%2018.8125%20108.637%2018.6854%20108.855%2018.5653C109.564%2018.2339%20109.052%2018.557%20108.873%2018.6718C108.693%2018.7866%20108.193%2019.0534%20108.244%2019.0622C109.42%2018.5042%20110.404%2017.9872%20110.269%2017.9224C110.586%2017.777%20110.902%2017.6316%20111.213%2017.4877C111.371%2017.4146%20111.528%2017.3419%20111.683%2017.2696C111.541%2017.2813%20111.4%2017.2923%20111.255%2017.3051C111.219%2017.3225%20111.184%2017.3398%20111.15%2017.3569C110.723%2017.5701%20110.397%2017.7616%20110.033%2017.8975C109.77%2018.0498%20110.602%2017.7236%20109.688%2018.1302C109.566%2018.1846%20108.86%2018.4564%20108.832%2018.4576C108.634%2018.4664%20109.936%2017.8694%20109.779%2017.8461C109.23%2018.1054%20109.621%2017.9697%20109.253%2018.167C108.757%2018.4326%20108.339%2018.6659%20107.748%2018.951C107.766%2018.9885%20107.783%2019.026%20107.801%2019.0635C107.564%2019.169%20107.325%2019.2757%20107.091%2019.379C107.189%2019.293%20107.285%2019.2079%20107.385%2019.1211C107.16%2019.2254%20106.936%2019.3292%20106.712%2019.4326C106.684%2019.4236%20106.681%2019.4033%20106.639%2019.4008C105.887%2019.7524%20104.621%2020.3055%20104.266%2020.5443C103.918%2020.7812%20105.513%2020.019%20105.871%2019.8898C106.167%2019.7551%20106.426%2019.6363%20106.711%2019.5051C106.843%2019.4723%20106.975%2019.439%20107.107%2019.4058C107.008%2019.4925%20106.91%2019.5783%20106.809%2019.6653C106.557%2019.748%20106.306%2019.8301%20106.057%2019.9107C105.827%2020.023%20105.595%2020.1359%20105.361%2020.2491C105.285%2020.2439%20105.21%2020.2381%20105.134%2020.2328C104.92%2020.3651%20104.688%2020.5064%20104.48%2020.6348C103.949%2020.8545%20104.162%2020.7129%20103.847%2020.8239C103.531%2020.936%20102.55%2021.3668%20102.128%2021.5598C102.112%2021.5898%20102.123%2021.6061%20102.117%2021.6311C101.898%2021.7301%20101.68%2021.829%20101.46%2021.9281C101.313%2022.0601%20101.332%2022.1305%20100.434%2022.5173C100.36%2022.5159%20100.287%2022.514%20100.213%2022.5127C99.9097%2022.6347%2099.6104%2022.7547%2099.3106%2022.8744C99.7634%2022.6425%20100.234%2022.4007%20100.684%2022.1683C100.092%2022.4472%2099.5848%2022.7213%2099.0955%2022.9628C98.444%2023.2838%2097.8199%2023.5412%2097.9205%2023.5818C97.3593%2023.842%2096.4277%2024.1752%2095.9305%2024.3751C95.4385%2024.5732%2095.143%2024.7134%2094.6896%2024.8984C95.2125%2024.6289%2095.6811%2024.4051%2096.4339%2024.0852C96.4359%2024.0629%2096.4405%2024.0398%2096.4425%2024.0174C97.8246%2023.3966%2097.5656%2023.3939%2096.1836%2023.992C95.8851%2024.1209%2095.9504%2024.1602%2095.701%2024.2822C95.3465%2024.4402%2094.9812%2024.6002%2094.628%2024.7557C94.5588%2024.8443%2094.2749%2025.0126%2094.336%2025.0484C93.9373%2025.2122%2093.6088%2025.3386%2093.2498%2025.4724C93.2602%2025.5016%2093.2711%2025.5307%2093.2814%2025.56C92.5657%2025.8646%2092.2392%2026.0304%2092.2548%2026.0928C91.7805%2026.2796%2091.2935%2026.4706%2090.8157%2026.6571C90.9035%2026.5927%2090.9874%2026.5299%2091.0756%2026.4651C90.6954%2026.5273%2090.3187%2026.5873%2089.9365%2026.6495C89.2736%2026.9153%2088.8762%2027.0337%2088.331%2027.3062C88.1919%2027.3185%2088.0566%2027.3296%2087.9183%2027.3412C87.3775%2027.6119%2087.3337%2027.6335%2087.805%2027.5065C88.185%2027.4047%2088.6958%2027.2763%2089.2838%2027.0693C89.6373%2026.945%2089.7483%2026.8465%2090.0119%2026.7701C89.9%2026.8434%2089.7946%2026.9159%2089.684%2026.9894C89.3714%2027.0959%2089.0628%2027.2007%2088.7493%2027.307C87.8921%2027.6492%2087.6324%2027.828%2086.8156%2028.1613C86.8102%2028.1479%2086.8082%2028.1334%2086.8028%2028.12C86.4394%2028.2603%2086.0774%2028.3998%2085.7105%2028.5407C85.8441%2028.5205%2085.9793%2028.4996%2086.1123%2028.4796C85.755%2028.624%2085.3857%2028.7728%2085.0307%2028.9155C85.0542%2028.9507%2085.0598%2028.9944%2085.0913%2029.0256C84.4601%2029.289%2084.9228%2029.0118%2084.4903%2029.2024C83.7027%2029.5492%2082.665%2029.9524%2082.0426%2030.2737C81.4928%2030.4304%2081.0256%2030.6202%2080.2401%2030.9153C79.6185%2031.149%2078.6401%2031.5117%2078.0633%2031.7357C76.2379%2032.4449%2074.747%2033.0014%2072.9427%2033.6792C71.7934%2034.1111%2070.2208%2034.746%2069.5256%2034.893C69.0906%2034.9852%2070.2834%2034.5829%2070.1657%2034.5679C69.6648%2034.7447%2069.2821%2034.8649%2068.9016%2034.9865C68.4241%2035.1387%2067.951%2035.293%2067.2323%2035.5719C67.7227%2035.3992%2068.2121%2035.2266%2068.6962%2035.0554C68.5958%2035.1377%2068.4887%2035.2226%2068.3911%2035.3038C67.883%2035.4966%2067.612%2035.5745%2067.0982%2035.7545C66.7815%2035.8653%2066.4238%2036.0175%2066.0308%2036.1501C65.5761%2036.3034%2065.3428%2036.3308%2064.7269%2036.5742C64.7273%2036.5955%2064.738%2036.6143%2064.7418%2036.6348C64.315%2036.7828%2063.8956%2036.9271%2063.4564%2037.0795C63.291%2037.1596%2062.8528%2037.3397%2063.1452%2037.2599C63.8312%2037.0721%2064.7696%2036.5996%2064.7824%2036.7204C63.3989%2037.2344%2062.0008%2037.7513%2060.6182%2038.2599C59.9574%2038.4582%2059.9843%2038.3958%2059.9975%2038.3227C59.8778%2038.3881%2059.7786%2038.4491%2059.6429%2038.5183C58.6604%2038.9265%2057.6376%2039.183%2056.9523%2039.4167C56.2601%2039.6528%2056.2944%2039.7078%2055.6225%2039.9226C55.7474%2039.8355%2055.8366%2039.7563%2055.9459%2039.6728C55.601%2039.8261%2055.2627%2039.977%2054.9209%2040.1291C55.0393%2040.1138%2055.1655%2040.0957%2055.2787%2040.0822C55.0294%2040.1754%2054.6375%2040.3134%2054.4173%2040.3918C53.5439%2040.7033%2053.2743%2040.7817%2052.4527%2041.0448C52.2117%2041.122%2051.5242%2041.3671%2051.2475%2041.4449C51.3379%2041.4938%2050.9866%2041.6695%2050.2096%2041.9859C50.1938%2041.9472%2050.1752%2041.9096%2050.1594%2041.8708C49.4338%2042.1548%2048.7216%2042.4334%2047.9977%2042.7157C48.2309%2042.6095%2048.4663%2042.5026%2048.6987%2042.3966C48.5002%2042.424%2048.3028%2042.4507%2048.1054%2042.4777C48.1793%2042.4843%2048.2526%2042.4913%2048.3248%2042.4986C47.3489%2042.8498%2046.3857%2043.1953%2045.4076%2043.5457C45.4181%2043.5751%2045.4326%2043.6033%2045.4447%2043.6322C45.0816%2043.7623%2044.7169%2043.8927%2044.3521%2044.0232C44.6727%2043.8589%2044.3709%2043.9369%2044.3023%2043.9084C44.6103%2043.8083%2044.9198%2043.7074%2045.2266%2043.6076C45.5157%2043.4774%2045.8102%2043.3451%2046.1029%2043.2135C45.8509%2043.2762%2045.5962%2043.3399%2045.344%2043.4026C45.8352%2043.2377%2046.328%2043.0719%2046.8166%2042.9075C46.572%2042.984%2046.3262%2043.061%2046.0809%2043.1378C46.0654%2043.1103%2046.0499%2043.0828%2046.0361%2043.0548C45.0254%2043.418%2044.2374%2043.7746%2043.3006%2044.034C43.3868%2044.0695%2043.4734%2044.1051%2043.5596%2044.1406C42.6615%2044.4721%2042.334%2044.5478%2041.7012%2044.721C41.2498%2044.8444%2040.9067%2044.9383%2040.6255%2045.1061C40.3199%2045.2885%2041.0758%2044.9553%2041.3523%2044.8782C40.9039%2045.0718%2041.1223%2045.0342%2040.8385%2045.1793C40.5247%2045.3398%2040.136%2045.475%2040.8895%2045.2594C41.5314%2044.9867%2042.1953%2044.7055%2042.8418%2044.4304C42.8991%2044.4765%2043.0588%2044.4576%2042.1665%2044.7721C42.1735%2044.8024%2042.1805%2044.8329%2042.1876%2044.8634C41.5835%2045.0786%2040.9783%2045.2939%2040.3762%2045.5078C40.3693%2045.4886%2040.3406%2045.4763%2040.3455%2045.4534C39.5482%2045.7232%2039.7349%2045.715%2038.9932%2045.9959C38.6107%2046.1409%2037.867%2046.4364%2037.226%2046.6502C36.5858%2046.8637%2035.7617%2047.0708%2034.8834%2047.4253C35.0946%2047.3149%2035.3437%2047.1956%2035.5683%2047.0823C35.1415%2047.2552%2034.7117%2047.4291%2034.2868%2047.6012C33.8673%2047.7388%2033.447%2047.8767%2033.0261%2048.0146C33.1565%2047.9906%2033.2869%2047.9666%2033.4172%2047.9427C32.9297%2048.1149%2032.442%2048.2871%2031.9564%2048.4586C32.0608%2048.3775%2032.1665%2048.296%2032.2708%2048.215C32.0894%2048.2896%2031.9088%2048.3638%2031.7271%2048.4385C31.7203%2048.4193%2031.717%2048.399%2031.7102%2048.3798C31.1674%2048.571%2030.6184%2048.7645%2030.0762%2048.9551C30.0596%2048.9397%2030.0439%2048.924%2030.0272%2048.9085C29.7242%2049.0045%2029.4205%2049.1006%2029.1168%2049.1967C28.2801%2049.5708%2027.1481%2049.9558%2026.047%2050.3741C26.2463%2050.3373%2026.4479%2050.2997%2026.647%2050.263C26.9425%2050.1481%2027.2396%2050.0325%2027.5345%2049.9177C27.5481%2049.946%2027.5602%2049.9751%2027.5723%2050.004C27.2721%2050.1197%2026.9712%2050.2356%2026.6705%2050.3516C26.4188%2050.4196%2026.1677%2050.4871%2025.918%2050.5544C25.2569%2050.8079%2024.5935%2051.0621%2023.9297%2051.3163C23.983%2051.2756%2024.035%2051.2352%2024.0883%2051.1945C23.9061%2051.2582%2023.7226%2051.3229%2023.5412%2051.3863C23.4866%2051.4278%2023.4308%2051.4697%2023.3778%2051.5106C21.7022%2052.1066%2020.1132%2052.5956%2018.6459%2053.1982C17.4489%2053.5262%2016.3608%2053.9487%2014.8798%2054.454C14.5183%2054.5773%2014.1274%2054.749%2013.7089%2054.8593C13.6924%2054.8874%2013.7074%2054.9041%2013.7027%2054.9279C13.1485%2055.1001%2012.5927%2055.2736%2012.039%2055.445C11.0257%2055.8993%2010.589%2056.0043%209.44409%2056.3536C8.77583%2056.5576%208.32767%2056.6888%207.58767%2056.9331C7.24845%2057.045%207.61794%2057.0268%206.74612%2057.2873C6.71142%2057.2575%206.71037%2057.2118%206.68854%2057.1759C6.12585%2057.4042%205.8441%2057.4948%205.57912%2057.5294C6.32006%2057.275%206.77259%2057.1281%206.65102%2057.0896C6.88972%2057.006%207.12864%2056.9222%207.36558%2056.8391C7.45154%2056.747%207.81301%2056.5976%207.1481%2056.7837C6.12132%2057.1637%205.09229%2057.5444%204.06545%2057.9243C3.8779%2057.9096%205.23532%2057.3625%205.44154%2057.2131C4.50009%2057.5362%204.25451%2057.5738%204.29162%2057.4814C3.87166%2057.6199%203.65391%2057.7122%203.40416%2057.8234C2.89371%2058.0504%203.01677%2058.065%202.1482%2058.3607C2.20798%2058.3067%202.25107%2058.2601%202.31565%2058.2036C1.82319%2058.3348%202.30778%2058.1258%202.35428%2058.0766C2.4004%2058.0275%201.95556%2058.1832%201.85952%2058.198C1.57691%2058.2414%201.67943%2058.1871%200.9395%2058.4497C0.915874%2058.4033%200.892029%2058.3566%200.868356%2058.31C1.05527%2058.2558%201.24216%2058.2015%201.42907%2058.1473C1.35709%2058.1395%201.28184%2058.1326%201.21153%2058.1242C2.09571%2057.7912%203.02452%2057.4567%203.93714%2057.1404C4.21114%2057.0454%204.50721%2056.9641%204.65981%2056.9131C6.0028%2056.4651%206.33108%2056.3289%207.71702%2055.8266C7.99163%2055.7272%208.85257%2055.4761%209.45105%2055.2491C9.65586%2055.1712%209.77112%2055.0844%2010.248%2054.9108C10.8189%2054.7032%2011.9981%2054.3332%2012.7216%2054.0792C13.3109%2053.8724%2013.9358%2053.626%2014.5265%2053.4152C14.5383%2053.4328%2014.5453%2053.4529%2014.5538%2053.4719C15.1508%2053.232%2015.7477%2052.9925%2016.3451%2052.7524C17.1369%2052.485%2017.9328%2052.216%2018.7239%2051.9486C18.7374%2051.9658%2018.7524%2051.9817%2018.7644%2051.9998C19.4043%2051.7473%2019.759%2051.6538%2020.407%2051.4254C21.0549%2051.1971%2021.5026%2050.9898%2022.2128%2050.759C22.4716%2050.7007%2022.7278%2050.6448%2022.9847%2050.5876C22.9128%2050.5691%2022.8182%2050.5569%2022.7615%2050.5339C23.2541%2050.3391%2023.9809%2050.1301%2024.368%2049.9937C25.5473%2049.5779%2026.4206%2049.2172%2027.5035%2048.8854C27.933%2048.7538%2028.477%2048.6455%2028.7959%2048.5407C30.1076%2048.1095%2030.1838%2047.992%2030.9772%2047.6816C31.4369%2047.5015%2031.4215%2047.5467%2031.7107%2047.4433C33.2276%2046.9008%2034.5842%2046.3483%2036.0594%2045.8157C37.5346%2045.2832%2039.0684%2044.8357%2040.443%2044.3551C41.5373%2043.9723%2041.8515%2043.7942%2042.8511%2043.4979C42.8372%2043.4799%2042.84%2043.4577%2042.8413%2043.4351C43.3421%2043.256%2043.9955%2043.0194%2044.4608%2042.8544C44.7837%2042.74%2044.983%2042.694%2045.195%2042.6182C45.8315%2042.3901%2046.3688%2042.1282%2046.9636%2041.9294C47.6825%2041.6892%2047.8041%2041.7112%2048.6658%2041.3797C48.6677%2041.3955%2048.6817%2041.4048%2048.6884%2041.4181C48.8729%2041.3475%2049.0558%2041.2775%2049.2398%2041.2069C49.3666%2041.1829%2049.496%2041.1579%2049.6229%2041.1338C49.7925%2041.0393%2049.9636%2040.9443%2050.1327%2040.8501C49.7655%2040.9716%2049.3918%2041.0954%2049.0262%2041.2161C49.5035%2041.0381%2049.9866%2040.8579%2050.4641%2040.6794C50.8308%2040.5535%2051.1902%2040.43%2051.5599%2040.3027C51.5767%2040.318%2051.5949%2040.333%2051.6117%2040.3483C51.9687%2040.2191%2052.3269%2040.0894%2052.682%2039.9608C52.5964%2039.9108%2053.0138%2039.771%2053.7608%2039.5032C54.0127%2039.4338%2054.2623%2039.3654%2054.5132%2039.2962C54.3781%2039.3121%2054.2453%2039.3271%2054.1116%2039.3425C54.4668%2039.191%2054.821%2039.04%2055.1756%2038.8886C55.6174%2038.7721%2056.0614%2038.6546%2056.5016%2038.5383C56.4297%2038.5315%2056.3541%2038.5251%2056.284%2038.5183C56.6845%2038.3597%2056.8658%2038.3278%2057.1816%2038.2144C57.4995%2038.1001%2057.5764%2038.045%2057.9187%2037.919C58.4303%2037.7305%2059.0118%2037.5196%2059.5441%2037.3239C59.5578%2037.3409%2059.5673%2037.3595%2059.5778%2037.3779C59.6991%2037.3333%2059.8202%2037.2888%2059.9412%2037.2442C59.9341%2037.2249%2059.9376%2037.2016%2059.9255%2037.1843C60.8688%2036.8101%2061.5667%2036.5408%2062.5994%2036.1665C64.6113%2035.4368%2066.5659%2034.6834%2068.5187%2033.967C69.3374%2033.6665%2070.1282%2033.3828%2070.951%2033.0988C71.9342%2032.6755%2072.8929%2032.2881%2074.0328%2031.8561C73.776%2031.9213%2073.525%2031.9841%2073.2705%2032.0479C73.7479%2031.8763%2074.2413%2031.6981%2074.7226%2031.5239C74.9182%2031.482%2075.1138%2031.4401%2075.3082%2031.3984C75.4588%2031.2733%2075.6175%2031.1448%2075.7714%2031.0183C76.8711%2030.6439%2076.1688%2030.977%2076.2154%2031.0477C77.0697%2030.7166%2078.0859%2030.321%2078.9003%2030.0004C79.2343%2029.8691%2079.448%2029.8147%2079.6214%2029.7447C80.4529%2029.408%2080.9992%2029.1172%2081.7971%2028.8557C82.1362%2028.6887%2082.4941%2028.5145%2082.8295%2028.3487C83.1957%2028.2286%2083.3745%2028.191%2083.7762%2028.0551C84.2491%2027.8953%2084.6028%2027.7334%2084.5271%2027.836C85.0042%2027.6559%2085.4912%2027.4715%2085.9658%2027.2912C85.9559%2027.2618%2085.947%2027.232%2085.9387%2027.202C86.1661%2027.1093%2086.3967%2027.0152%2086.6278%2026.9206C86.6195%2026.8906%2086.609%2026.8614%2086.6007%2026.8314C86.9647%2026.6948%2087.326%2026.559%2087.6844%2026.4238C87.7387%2026.3231%2088.678%2025.8544%2088.7493%2025.9539C88.5139%2026.0561%2088.277%2026.159%2088.039%2026.2619C88.2793%2026.1695%2088.5171%2026.0778%2088.7548%2025.986C88.7715%2026.0128%2088.7882%2026.0395%2088.8032%2026.0669C89.5227%2025.7948%2090.2432%2025.3972%2090.1778%2025.3648C90.4797%2025.262%2090.7918%2025.1545%2091.0975%2025.0495C92.0888%2024.5859%2092.4294%2024.4033%2092.2638%2024.3606C92.6221%2024.2223%2092.9689%2024.0884%2093.33%2023.9482C93.3505%2023.9605%2093.3731%2023.9722%2093.3953%2023.9839C93.8173%2023.8292%2094.2272%2023.6793%2094.6491%2023.5233C94.8135%2023.4195%2094.9789%2023.3152%2095.1416%2023.2119C94.9131%2023.3086%2094.6849%2023.4049%2094.4538%2023.5023C94.2477%2023.557%2094.0467%2023.6093%2093.8415%2023.6633C93.0705%2023.9893%2092.3074%2024.3096%2091.5356%2024.6313C91.8945%2024.5804%2091.926%2024.6037%2091.086%2025.0218C90.9984%2024.9905%2090.9102%2024.9595%2090.8225%2024.9282C90.4193%2025.1409%2090.028%2025.3479%2089.6277%2025.5583C89.6787%2025.5149%2089.7317%2025.4707%2089.7825%2025.4272C88.8081%2025.8259%2088.1584%2026.0432%2087.2738%2026.4561C87.3118%2026.3378%2087.1975%2026.3195%2086.2805%2026.6244C85.8707%2026.8129%2085.4675%2026.9982%2085.0547%2027.1869C85.4191%2027.0513%2085.7826%2026.9156%2086.1415%2026.7815C86.1721%2026.8478%2086.2075%2026.9119%2086.2365%2026.9789C85.3787%2027.3071%2084.4277%2027.6915%2083.5785%2028.0122C83.2748%2028.1269%2083.2002%2028.1257%2082.993%2028.1987C82.3927%2028.4102%2082.1783%2028.5103%2082.2185%2028.4233C81.8683%2028.5742%2081.5173%2028.7244%2081.1678%2028.8741C81.2284%2028.9241%2081.3144%2028.9514%2080.5067%2029.303C80.4888%2029.2768%2080.4718%2029.2501%2080.4538%2029.2238C80.2232%2029.3136%2080.0012%2029.3999%2079.7743%2029.4879C79.7572%2029.4732%2079.7405%2029.4583%2079.7217%2029.4441C79.4922%2029.5334%2079.2628%2029.6227%2079.0297%2029.7132C79.0076%2029.7005%2078.9869%2029.6871%2078.9648%2029.6745C78.6066%2029.8149%2078.2604%2029.9501%2077.9065%2030.0883C77.9073%2030.1096%2077.9063%2030.1318%2077.9054%2030.1538C77.4965%2030.3242%2077.0757%2030.4988%2076.6709%2030.6668C76.0231%2030.8748%2075.8689%2030.841%2074.9992%2031.1816C75.04%2031.1213%2075.0816%2031.0608%2075.1223%2031.0005C74.7092%2031.1711%2074.2932%2031.3425%2073.8739%2031.5147C73.7152%2031.6851%2075.1205%2031.2051%2075.0631%2031.3248C74.1944%2031.6151%2073.4543%2031.9512%2072.5352%2032.2951C72.7698%2032.1888%2073.0055%2032.082%2073.238%2031.9761C72.9168%2032.0716%2072.5939%2032.1674%2072.2677%2032.2643C71.9769%2032.3807%2071.6923%2032.4946%2071.4057%2032.6088C72.0062%2032.3053%2072.3873%2032.0913%2071.4999%2032.3554C71.4626%2032.4253%2071.4232%2032.4961%2071.3857%2032.566C70.9068%2032.7484%2070.4171%2032.9344%2069.9389%2033.1156C69.8355%2033.1991%2069.7331%2033.2824%2069.6292%2033.3661C68.4626%2033.7473%2069.104%2033.4873%2069.5255%2033.2551C68.4986%2033.4843%2069.9535%2033.0264%2070.4681%2032.881C70.726%2032.7846%2070.7302%2032.7471%2070.6209%2032.7738C70.0964%2032.9031%2069.2259%2033.2511%2068.4359%2033.5491C68.5686%2033.5326%2068.7064%2033.514%2068.8402%2033.4969C68.6976%2033.5574%2068.5542%2033.6181%2068.4105%2033.6789C68.1986%2033.7687%2067.9859%2033.8588%2067.7734%2033.9487C67.777%2033.9585%2067.7807%2033.9682%2067.7844%2033.978C68.0089%2033.9185%2068.2327%2033.8591%2068.4559%2033.7998C68.4834%2033.7925%2068.5109%2033.7851%2068.5384%2033.7778C68.5119%2033.7878%2068.4854%2033.7978%2068.4589%2033.8078C67.7678%2034.068%2067.0621%2034.3328%2066.3657%2034.5935C66.0983%2034.6262%2067.1214%2034.1748%2067.7646%2033.9354C67.7045%2033.8719%2067.1337%2034.0655%2066.2748%2034.3937C66.2874%2034.4224%2066.3001%2034.4512%2066.3143%2034.4792C65.3298%2034.8226%2064.4122%2035.1936%2063.417%2035.5588C63.0201%2035.7839%2062.6291%2036.0068%2062.234%2036.2307C61.7984%2036.3587%2061.3572%2036.4875%2060.9238%2036.6144C61.2537%2036.4842%2061.8359%2036.3252%2062.0121%2036.2274C62.1888%2036.1294%2062.3375%2036.0312%2062.3397%2035.9913C61.3116%2036.3835%2060.6916%2036.6655%2060.03%2036.9768C59.6015%2037.0896%2059.1015%2037.2491%2058.7524%2037.3221C58.5246%2037.3701%2058.6315%2037.3082%2057.9681%2037.5667C58.103%2037.5496%2058.2372%2037.5346%2058.3704%2037.5189C57.9484%2037.6845%2057.5213%2037.8519%2057.0974%2038.0178C57.1686%2038.014%2057.2449%2038.0084%2057.3171%2038.0042C56.9529%2038.1373%2056.5918%2038.2688%2056.2277%2038.4016C56.3277%2038.3096%2056.4279%2038.2177%2056.5276%2038.1258C56.0618%2038.3401%2055.5917%2038.5559%2055.1217%2038.7712C55.1653%2038.7111%2055.2093%2038.6505%2055.2538%2038.5902C55.1342%2038.6421%2055.0176%2038.693%2054.9011%2038.744C54.7092%2038.7831%2054.5148%2038.8229%2054.3208%2038.8627C54.805%2038.6869%2055.2879%2038.5112%2055.7753%2038.3337C55.215%2038.5048%2054.6599%2038.6735%2054.101%2038.8435C53.6403%2039.0618%2052.8033%2039.368%2052.8508%2039.4268C52.6228%2039.5105%2052.3943%2039.5945%2052.1671%2039.6778C52.1742%2039.7081%2052.1825%2039.7382%2052.1897%2039.7685C51.9453%2039.8514%2051.6999%2039.9344%2051.4545%2040.0176C51.5571%2039.9307%2051.6597%2039.8438%2051.762%2039.7568C51.2247%2040.0059%2050.702%2040.2491%2050.1625%2040.4986C49.6132%2040.696%2048.9245%2040.9563%2048.412%2041.1277C48.0837%2041.2374%2047.8768%2041.2687%2047.6474%2041.3476C46.9798%2041.5768%2047.0816%2041.5348%2046.4155%2041.7512C45.8713%2041.9283%2044.0805%2042.5681%2043.7519%2042.6185C43.9595%2042.5003%2044.1955%2042.3724%2044.419%2042.2484C43.9985%2042.3663%2043.7524%2042.4149%2043.276%2042.5554C42.7988%2042.6963%2042.4262%2042.8488%2042.521%2042.7433C42.2746%2042.8287%2042.0422%2042.9136%2041.799%2042.9998C41.7873%2042.9879%2041.7759%2042.9767%2041.7974%2042.9527C42.3803%2042.6793%2042.759%2042.5162%2043.7855%2042.1588C44.4799%2041.9171%2044.6847%2041.873%2045.2252%2041.611ZM93.3188%2041.0226C93.3208%2041.0439%2093.3233%2041.0651%2093.3253%2041.0864C93.626%2040.9734%2093.9301%2040.8587%2094.2311%2040.7455C94.0993%2040.7649%2093.9683%2040.7842%2093.8362%2040.8038C94.3214%2040.6301%2094.8058%2040.4563%2095.2905%2040.2825C95.4294%2040.2769%2095.5687%2040.2714%2095.7076%2040.2658C95.2234%2040.4396%2094.736%2040.6141%2094.2501%2040.7882C94.2623%2040.8171%2094.2724%2040.8469%2094.2829%2040.8763C93.7393%2041.0713%2093.1962%2041.2659%2092.6502%2041.4612C92.5782%2041.4647%2092.508%2041.4674%2092.436%2041.4708C92.3227%2041.527%2092.2103%2041.5828%2092.096%2041.6393C91.7291%2041.7767%2091.3686%2041.9118%2091.0009%2042.0492C91.3449%2041.8769%2091.6827%2041.7065%2092.0257%2041.5343C91.7762%2041.5958%2091.5291%2041.6562%2091.2813%2041.717C92.023%2041.4518%2092.3519%2041.3028%2092.3397%2041.2396C92.666%2041.1673%2092.9945%2041.0944%2093.3188%2041.0226ZM95.7385%2040.3379C95.6804%2040.3644%2095.6199%2040.3913%2095.5618%2040.4177C95.3736%2040.4688%2095.1855%2040.5196%2094.997%2040.5706C95.0569%2040.5435%2095.1157%2040.5172%2095.1738%2040.4908C95.3619%2040.4397%2095.5502%2040.3889%2095.7385%2040.3379ZM97.9358%2039.549C97.9271%2039.5312%2098.2725%2039.407%2098.2808%2039.4251C98.2892%2039.4431%2097.943%2039.5673%2097.9358%2039.549ZM110.693%2035.0749C110.687%2035.0561%20111.035%2034.9424%20111.041%2034.9614C111.05%2034.9789%20110.701%2035.093%20110.693%2035.0749ZM113.947%2034.1018C113.707%2034.1644%20113.474%2034.2292%20113.229%2034.2994C113.226%2034.2894%20113.223%2034.2795%20113.22%2034.2695C113.465%2034.1993%20113.699%2034.1342%20113.939%2034.0715C113.941%2034.0816%20113.944%2034.0917%20113.947%2034.1018ZM112.334%2035.4022C112.349%2035.4145%20112.107%2035.691%20112.092%2035.6783C112.076%2035.667%20112.319%2035.3896%20112.334%2035.4022ZM87.703%2043.1687C87.6962%2043.1503%2088.0411%2043.0289%2088.0482%2043.0472C88.0561%2043.0654%2087.7094%2043.1874%2087.703%2043.1687ZM103.392%2037.566C103.384%2037.5479%20103.727%2037.4262%20103.736%2037.4439C103.743%2037.4626%20103.399%2037.5844%20103.392%2037.566ZM70.8393%2043.3906C70.9291%2043.0988%2071.0306%2042.8237%2071.1388%2042.5562C71.146%2042.6441%2071.288%2042.3448%2071.3933%2042.1962C71.2228%2042.5828%2071.0653%2042.9775%2070.9305%2043.4129C70.9001%2043.4056%2070.8691%2043.3998%2070.8393%2043.3906ZM80.6452%2045.4243C80.6598%2045.4409%2080.674%2045.4577%2080.6886%2045.4742C80.9268%2045.3979%2081.1745%2045.318%2081.4089%2045.2416C81.4171%2045.2608%2081.4241%2045.2804%2081.4306%2045.3002C81.1895%2045.3792%2080.9325%2045.463%2080.688%2045.5418C80.5521%2045.5419%2080.411%2045.5432%2080.2705%2045.5444C80.3966%2045.5041%2080.5217%2045.464%2080.643%2045.4251C80.6437%2045.4248%2080.6445%2045.4246%2080.6452%2045.4243ZM104.529%2044.5624C104.209%2045.0322%20103.799%2045.5858%20103.78%2045.4606C103.907%2045.3186%20104.036%2045.1735%20104.171%2045.0236C104.297%2044.8612%20104.407%2044.719%20104.529%2044.5624ZM97.5073%2039.5531C97.5895%2039.5567%2097.3051%2039.7343%2096.8147%2039.9011C96.8025%2039.8725%2096.7892%2039.8441%2096.7787%2039.8146C97.0209%2039.7277%2097.2646%2039.6401%2097.5073%2039.5531ZM73.5508%2038.2822C73.7003%2038.0606%2073.852%2037.8406%2074.0064%2037.6225C74.016%2037.6271%2074.0242%2037.6336%2074.0327%2037.6396C73.8783%2037.8579%2073.7263%2038.078%2073.5766%2038.2996C73.568%2038.2938%2073.5594%2038.288%2073.5508%2038.2822ZM114.193%2033.435C114.106%2033.5611%20113.923%2033.763%20113.747%2033.9429C113.537%2034.1574%20113.361%2034.3222%20113.41%2034.2546C113.473%2034.1674%20113.585%2034.0399%20113.708%2033.9086C113.965%2033.6342%20114.249%2033.3525%20114.193%2033.435ZM70.7567%2045.5968C70.7376%2045.6058%2070.7183%2045.615%2070.6982%2045.6204C70.6613%2045.4826%2070.6411%2045.3641%2070.6273%2045.2414C70.5904%2044.8926%2070.6149%2044.606%2070.6512%2044.3431C70.6358%2044.6061%2070.6333%2044.8902%2070.6886%2045.2246C70.6889%2045.2279%2070.6893%2045.2312%2070.6896%2045.2345C70.7029%2045.3523%2070.7219%2045.465%2070.7567%2045.5968ZM72.5576%2047.2101C72.3506%2047.1733%2072.131%2047.1189%2071.8823%2047.0071C71.8918%2046.9769%2071.897%2046.9449%2071.9101%2046.9165C72.1505%2047.0258%2072.3624%2047.0793%2072.5651%2047.116C72.5622%2047.1474%2072.5576%2047.1784%2072.5576%2047.2101ZM105.037%2043.9702C105.207%2043.7655%20105.37%2043.5687%20105.536%2043.3704C105.561%2043.389%20105.587%2043.4068%20105.611%2043.4268C105.445%2043.6252%20105.283%2043.8208%20105.113%2044.0253C105.088%2044.0068%20105.061%2043.9901%20105.037%2043.9702ZM102.684%2047.0738C102.554%2047.2763%20102.835%2047.0091%20102.242%2047.7572C102.19%2047.6938%20102.913%2046.5701%20103.558%2045.7892C103.59%2045.8148%20103.627%2045.838%20103.658%2045.863C103.339%2046.2639%20102.976%2046.6218%20102.684%2047.0738ZM86.5752%2043.5144C86.1696%2043.6632%2085.855%2043.7588%2085.4728%2043.8818C85.0962%2044.0031%2084.71%2044.1378%2084.7151%2044.0939C85.2045%2043.9254%2085.6958%2043.7548%2086.1779%2043.5867C86.2933%2043.5245%2086.4117%2043.4611%2086.5284%2043.3983C86.5438%2043.4371%2086.5616%2043.4752%2086.5752%2043.5144ZM76.5113%2034.5682C76.6537%2034.3207%2076.7422%2034.1563%2076.6555%2034.1863C76.8999%2033.8807%2077.1468%2033.5764%2077.3965%2033.2728C77.4298%2033.2979%2077.4643%2033.3216%2077.4976%2033.3467C77.1652%2033.7511%2076.8372%2034.1573%2076.5113%2034.5682ZM72.7103%2039.6497C72.8685%2039.4293%2073.0285%2039.2131%2073.1912%2038.9982C73.047%2039.2228%2072.9049%2039.4499%2072.7655%2039.679C72.7468%2039.6698%2072.728%2039.6605%2072.7103%2039.6497ZM73.1286%2047.2188C73.1308%2047.2038%2073.5919%2047.1978%2073.59%2047.2136C73.5962%2047.2371%2073.1302%2047.2433%2073.1286%2047.2188ZM113.193%2034.5886C113.302%2034.6241%20112.288%2035.706%20111.712%2036.3734C111.913%2036.096%20112.092%2035.8446%20112.288%2035.5733C112.593%2035.241%20112.894%2034.9133%20113.193%2034.5886ZM108.045%2035.7201C107.796%2035.8507%20107.632%2035.9433%20107.725%2035.9628C107.606%2036.0039%20107.485%2036.0457%20107.364%2036.0877C107.347%2036.0495%20107.332%2036.0107%20107.316%2035.9719C107.56%2035.8875%20107.798%2035.8051%20108.045%2035.7201ZM74.7698%2036.709C74.7863%2036.7195%2074.5656%2037.0168%2074.549%2037.0064C74.5321%2036.9959%2074.7532%2036.6982%2074.7698%2036.709ZM71.946%2041.0939C71.9633%2041.1017%2071.7856%2041.4471%2071.7683%2041.4397C71.7498%2041.4309%2071.9272%2041.0857%2071.946%2041.0939ZM88.6744%2021.8374C89.1828%2021.4211%2089.69%2021.0132%2090.2008%2020.6087C89.7114%2021.0361%2089.226%2021.4666%2088.7396%2021.9049C88.7177%2021.8825%2088.6949%2021.861%2088.6744%2021.8374ZM101.185%2054.2088C100.95%2053.8403%20101.109%2054.1976%20100.878%2053.806C100.743%2053.5629%20100.59%2053.2415%20100.505%2052.8752C100.379%2052.3122%20100.415%2051.9226%20100.479%2051.5518C100.53%2051.2782%20100.597%2051.0211%20100.693%2050.6945C100.587%2050.9469%20100.487%2051.2344%20100.428%2051.5428C100.422%2051.5725%20100.417%2051.6022%20100.412%2051.632C100.35%2051.628%20100.288%2051.6209%20100.226%2051.6174C100.231%2051.5815%20100.236%2051.5457%20100.242%2051.5098C100.293%2051.1897%20100.385%2050.8897%20100.485%2050.6254C100.296%2051.0375%20100.263%2051.0026%20100.151%2051.4937C100.118%2051.6646%20100.088%2051.8954%20100.1%2052.2062C100.112%2052.1885%20100.164%2051.5561%20100.165%2051.8969C100.205%2052.7096%20100.291%2052.9685%20100.507%2053.3804C100.642%2053.8319%20101.972%2055.3886%20101.185%2054.2088ZM84.0778%2026.0888C84.3992%2025.7928%2084.5861%2025.6442%2084.9417%2025.2959C84.973%2025.3234%2085.0044%2025.351%2085.0356%2025.3785C84.8495%2025.5568%2084.6597%2025.7398%2084.4739%2025.9205C84.3419%2025.9763%2084.211%2026.0312%2084.0778%2026.0888ZM82.6912%2027.4758C82.7822%2027.3829%2082.874%2027.2894%2082.9662%2027.1962C83.0178%2027.2066%2083.2626%2027.0114%2083.3339%2027.0021C83.3314%2027.0046%2083.3289%2027.0072%2083.3263%2027.0097C83.3265%2027.0099%2083.3266%2027.01%2083.3267%2027.0101C83.1465%2027.1889%2082.9643%2027.3768%2082.7855%2027.5583C82.7533%2027.5317%2082.7222%2027.5037%2082.6912%2027.4758ZM115.47%2033.6433C115.467%2033.6327%20115.507%2033.6324%20115.475%2033.6275C115.455%2033.6319%20115.275%2033.5568%20115.266%2033.5564C115.261%2033.5715%20115.444%2033.6602%20115.469%2033.6564C115.505%2033.662%20115.467%2033.6523%20115.47%2033.6433ZM113.589%2034.3261C113.381%2034.5322%20113.597%2034.2171%20113.784%2033.9757C113.852%2033.8871%20113.913%2033.8126%20113.946%2033.7793C114.117%2033.6079%20113.992%2033.81%20113.836%2034.0213C113.74%2034.1498%20113.638%2034.278%20113.589%2034.3261ZM100.629%2050.1861C100.672%2050.2444%20100.912%2049.7929%20101.351%2049.1062C101.102%2049.4394%20100.858%2049.7874%20100.629%2050.1861ZM75.7605%2035.4771C75.9205%2035.27%2076.0811%2035.0634%2076.2428%2034.8578C76.2521%2034.8628%2076.2607%2034.8688%2076.2689%2034.8753C76.1072%2035.0809%2075.9466%2035.2872%2075.7866%2035.4942C75.7773%2035.4893%2075.7687%2035.4834%2075.7605%2035.4771ZM72.8005%2039.7118C72.8181%2039.7196%2072.6213%2040.0482%2072.605%2040.0382C72.5868%2040.0294%2072.783%2039.7017%2072.8005%2039.7118ZM71.1329%2043.0068C71.3319%2042.4602%2071.5627%2041.9552%2071.8079%2041.4652C71.8172%2041.4699%2071.8266%2041.4746%2071.8359%2041.4793C71.5911%2041.9685%2071.3607%2042.4725%2071.1623%2043.0175C71.1525%2043.014%2071.1427%2043.0104%2071.1329%2043.0068ZM95.9623%2015.9514C96.5098%2015.5718%2096.7756%2015.3539%2097.3191%2014.9163C97.8144%2014.5739%2098.3144%2014.2318%2098.8133%2013.8955C98.0428%2014.561%2097.2231%2015.0721%2096.3531%2015.8082C96.2217%2015.8565%2096.0942%2015.9023%2095.9623%2015.9514ZM94.1201%2017.396C94.3242%2017.2337%2094.5274%2017.0728%2094.7322%2016.9116C94.74%2016.9187%2094.746%2016.9273%2094.7525%2016.9355C94.5479%2017.0967%2094.3446%2017.2576%2094.1405%2017.4197C94.1326%2017.4127%2094.1266%2017.4041%2094.1201%2017.396ZM78.7322%2045.8919C77.9811%2046.1169%2077.5777%2046.2613%2077.6311%2046.312C78.3913%2046.0977%2078.7859%2045.9405%2078.7322%2045.8919ZM84.6123%2043.8314C85.0764%2043.6731%2085.1937%2043.6823%2085.3729%2043.6515C85.677%2043.5992%2085.8876%2043.5618%2085.7981%2043.6527C85.7974%2043.6529%2085.7966%2043.6531%2085.7959%2043.6533C84.8513%2043.9923%2085.1763%2043.8436%2085.0306%2043.8364C84.8898%2043.8275%2084.5185%2043.9229%2084.6123%2043.8314ZM102.007%2011.6558C102.414%2011.3336%20102.824%2011.013%20103.235%2010.6953C103.045%2010.8752%20102.857%2011.0551%20102.668%2011.2361C102.448%2011.3747%20102.226%2011.5158%20102.007%2011.6558ZM74.6144%2037.0756C74.6181%2037.0779%2074.6102%2037.0945%2074.5953%2037.1186C74.5421%2037.2046%2074.4043%2037.3882%2074.392%2037.3793C74.3788%2037.3711%2074.5119%2037.1826%2074.579%2037.1066C74.5975%2037.0856%2074.6108%2037.0732%2074.6144%2037.0756ZM114.903%2032.649C114.897%2032.6851%20114.865%2032.7731%20114.907%2032.9777C114.942%2033.1817%20115.139%2033.4314%20115.273%2033.5051C115.537%2033.6492%20115.506%2033.585%20115.467%2033.5961C115.467%2033.5753%20115.467%2033.5545%20115.468%2033.5337C115.512%2033.5238%20115.551%2033.5831%20115.313%2033.4566C115.194%2033.3929%20115.006%2033.1667%20114.97%2032.9736C114.928%2032.7822%20114.958%2032.6984%20114.964%2032.6662C114.944%2032.6602%20114.924%2032.6542%20114.903%2032.649ZM92.6567%2018.6745C92.8466%2018.4997%2093.0393%2018.3233%2093.2302%2018.1492C93.2511%2018.1725%2093.2731%2018.1949%2093.2927%2018.2193C93.2428%2018.2596%2093.1913%2018.3012%2093.1416%2018.3413C92.9808%2018.4513%2092.8175%2018.5636%2092.6567%2018.6745ZM75.6873%2046.7795C75.5508%2046.8101%2075.4255%2046.837%2075.2883%2046.865C75.2822%2046.845%2075.2762%2046.825%2075.272%2046.8046C75.4093%2046.7765%2075.5338%2046.7496%2075.67%2046.7192C75.6763%2046.7391%2075.6828%2046.7591%2075.6873%2046.7795ZM107.227%2057.5448C107.232%2057.5261%20107.591%2057.6162%20107.588%2057.6354C107.584%2057.655%20107.222%2057.5641%20107.227%2057.5448ZM103.579%2010.4997C103.922%2010.3058%20104.265%2010.1133%20104.609%209.92265C104.284%2010.1384%20103.959%2010.356%20103.636%2010.5747C103.617%2010.5498%20103.6%2010.5236%20103.579%2010.4997ZM104.017%2037.1123C104.011%2037.0936%20103.663%2037.2166%20103.671%2037.2349C103.678%2037.2533%20104.025%2037.1305%20104.017%2037.1123ZM73.499%2038.7263C73.5153%2038.7363%2073.31%2039.0515%2073.2926%2039.043C73.2754%2039.0326%2073.482%2038.7153%2073.499%2038.7263ZM72.0601%2041.1454C72.0769%2041.1538%2071.9015%2041.4947%2071.8833%2041.489C71.8649%2041.4799%2072.0416%2041.1365%2072.0601%2041.1454ZM71.9409%2046.8274C71.7167%2046.7247%2071.462%2046.5536%2071.2646%2046.3171C71.2778%2046.3004%2071.2912%2046.2838%2071.3072%2046.2705C71.4972%2046.5%2071.7426%2046.6668%2071.9611%2046.768C71.9553%2046.7882%2071.9496%2046.8086%2071.9409%2046.8274ZM90.2466%2020.6723C90.2596%2020.6869%2089.9778%2020.9259%2089.9653%2020.9108C89.9512%2020.8967%2090.2323%2020.6585%2090.2466%2020.6723ZM89.0606%2021.6878C89.0745%2021.7016%2088.7941%2021.9455%2088.7812%2021.9308C88.7666%2021.9173%2089.0473%2021.6731%2089.0606%2021.6878ZM86.5293%2043.2332C86.6907%2043.1639%2087.5409%2042.9474%2087.1763%2043.1044C87.0104%2043.1758%2086.1625%2043.3904%2086.5293%2043.2332ZM81.2112%2029.2962C81.1959%2029.282%2081.1795%2029.2691%2081.163%2029.2562C80.9836%2029.4488%2080.808%2029.639%2080.6315%2029.8317C80.6468%2029.8458%2080.6634%2029.8585%2080.6799%2029.8713C80.8563%2029.6787%2081.0318%2029.4886%2081.2112%2029.2962ZM78.5735%2032.1839C78.5881%2032.1968%2078.8303%2031.9138%2078.8146%2031.9022C78.7987%2031.8903%2078.5571%2032.1725%2078.5735%2032.1839ZM110.826%2037.6508C110.616%2037.9125%20110.282%2038.262%20110.051%2038.5179C110.037%2038.5029%20110.017%2038.4932%20110.002%2038.4796C110.178%2038.2764%20110.339%2038.0909%20110.509%2037.8957C110.614%2037.8148%20110.719%2037.7332%20110.826%2037.6508ZM129.785%207.41694C129.736%207.45866%20129.684%207.50215%20129.633%207.54433C129.467%207.64322%20129.294%207.74578%20129.126%207.84391C129.176%207.80303%20129.226%207.76145%20129.277%207.71914C129.448%207.61828%20129.615%207.51932%20129.785%207.41694ZM75.0235%2036.8653C74.9234%2036.9559%2074.8247%2037.0453%2074.7256%2037.1356C74.8282%2036.9706%2074.9325%2036.804%2075.0367%2036.6388C75.1747%2036.4978%2075.3157%2036.3541%2075.455%2036.2133C75.3107%2036.4295%2075.1672%2036.6463%2075.0249%2036.8634C75.0244%2036.864%2075.0239%2036.8647%2075.0235%2036.8653ZM90.8861%2020.196C91.0947%2020.0421%2091.3074%2019.8854%2091.5159%2019.7329C91.3777%2019.8678%2091.237%2020.0051%2091.099%2020.1408C91.05%2020.1818%2090.9998%2020.2237%2090.9501%2020.2652C90.9286%2020.2422%2090.9063%2020.2201%2090.8861%2020.196ZM134.088%201.78658C134.079%201.79015%20133.987%201.60346%20133.873%201.45807C133.76%201.30819%20133.645%201.19896%20133.651%201.19033C133.659%201.1846%20133.782%201.28801%20133.896%201.44026C134.012%201.58807%20134.097%201.78211%20134.088%201.78658ZM98.3517%2014.5484C98.65%2014.2972%2098.5667%2014.3407%2098.3103%2014.5027C97.8204%2014.8123%2097.2809%2015.2312%2097.3018%2015.1231C97.8258%2014.7396%2098.3509%2014.3596%2098.8791%2013.9828C98.9128%2014.0225%2098.9484%2014.0607%2098.982%2014.1003C98.7714%2014.2491%2098.5619%2014.3986%2098.3517%2014.5484ZM101.947%2055.0918C102.155%2055.3481%20102.388%2055.5768%20102.63%2055.7821C103.403%2056.2589%20104.18%2056.5474%20104.94%2056.8092C103.947%2056.297%20103.839%2056.4583%20101.947%2055.0918ZM73.1071%2046.9833C72.7784%2046.9667%2072.4137%2046.9391%2071.9703%2046.7377C71.9697%2046.7375%2071.969%2046.7372%2071.9683%2046.7369C71.9727%2046.7275%2071.9772%2046.7181%2071.9816%2046.7086C72.4185%2046.9076%2072.7803%2046.9356%2073.1068%2046.952C73.1086%2046.9625%2073.1075%2046.9729%2073.1071%2046.9833ZM91.3117%2020.0857C91.6105%2019.8368%2091.9089%2019.59%2092.2092%2019.3433C92.2035%2019.3179%2091.9286%2019.5426%2091.9431%2019.4999C91.9576%2019.4568%2092.2559%2019.1867%2092.1304%2019.2472C92.5761%2018.8665%2093.0124%2018.4982%2093.459%2018.1247C93.7373%2017.9478%2094.0195%2017.7691%2094.2996%2017.5931C94.4013%2017.5904%2094.1462%2017.7647%2093.723%2018.1138C93.6653%2018.1467%2093.6081%2018.1794%2093.5507%2018.2122C93.1928%2018.4869%2092.8362%2018.7628%2092.4808%2019.04C92.3894%2019.1418%2092.3061%2019.2362%2092.2092%2019.3433C92.2101%2019.3426%2092.2111%2019.3418%2092.212%2019.3411C92.1909%2019.3916%2091.9527%2019.6016%2091.954%2019.6344C91.8544%2019.7167%2091.7534%2019.8004%2091.6538%2019.8828C91.5397%2019.9504%2091.4264%2020.0172%2091.3117%2020.0857ZM94.8579%2040.2384C94.8614%2040.2481%2094.8649%2040.2579%2094.8684%2040.2677C95.1115%2040.1805%2095.3542%2040.0935%2095.5971%2040.0064C95.5936%2039.9966%2095.59%2039.9868%2095.5865%2039.9769C95.3436%2040.0641%2095.101%2040.1512%2094.8579%2040.2384ZM83.7538%2026.8481C83.7391%2026.8334%2083.7232%2026.82%2083.7073%2026.8065C83.4261%2027.0763%2082.8211%2027.7291%2082.9275%2027.681C83.2008%2027.4022%2083.4762%2027.1245%2083.7538%2026.8481ZM80.6549%2031.1091C80.8223%2030.8923%2080.7903%2030.8432%2081.0045%2030.5891C81.2205%2030.3327%2081.6476%2029.9843%2081.4811%2030.0423C81.481%2030.0422%2081.4809%2030.0422%2081.4808%2030.0421C81.3148%2030.0998%2081.0738%2030.4178%2080.6634%2030.8104C80.4742%2030.9922%2080.6918%2030.6511%2080.3%2031.0621C80.5492%2030.756%2080.7887%2030.47%2081.0396%2030.1718C81.0774%2030.046%2081.1121%2029.9237%2081.1512%2029.7971C80.5405%2030.361%2080.0897%2030.7379%2079.2407%2031.7204C79.2745%2031.6557%2079.5165%2031.3342%2079.4484%2031.3872C79.1112%2031.7879%2078.7817%2032.187%2078.4528%2032.5925C78.4368%2032.579%2078.4197%2032.5668%2078.4026%2032.5547C77.9827%2033.0519%2077.5658%2033.5566%2077.1565%2034.0637C77.1646%2034.0703%2077.1723%2034.0772%2077.1814%2034.0824C77.5988%2033.5819%2078.025%2033.0826%2078.4528%2032.5925C78.4698%2032.6045%2078.4868%2032.6166%2078.5027%2032.63C78.8348%2032.2475%2078.9618%2032.0611%2079.2407%2031.7204C79.2223%2031.8254%2079.3445%2031.7353%2079.7259%2031.3553C79.9365%2031.1082%2080.149%2030.8617%2080.3626%2030.6166C79.9413%2031.108%2079.5209%2031.6094%2079.1108%2032.1099C79.3154%2031.9359%2079.5132%2031.7721%2079.7233%2031.5952C79.2794%2032.0987%2079.4199%2031.8327%2078.9775%2032.3157C78.7444%2032.5701%2078.2698%2033.147%2078.006%2033.4683C77.741%2033.7901%2077.5973%2033.9534%2077.6561%2033.9442C78.446%2032.9747%2078.1175%2033.5515%2078.5385%2033.1465C78.2928%2033.4478%2078.0492%2033.7509%2077.8083%2034.0546C77.9172%2033.9698%2078.026%2033.8859%2078.1359%2033.801C78.4295%2033.4598%2078.7261%2033.1203%2079.0278%2032.7804C79.3273%2032.3719%2079.6224%2031.9913%2079.5625%2031.9702C79.7371%2031.7771%2079.9113%2031.5863%2080.0884%2031.3939C80.0723%2031.4992%2079.6052%2032.0628%2079.6865%2032.0655C80.2645%2031.3888%2080.2684%2031.4807%2080.6549%2031.1091ZM115.165%2032.745C115.177%2032.7057%20115.164%2032.6881%20115.149%2032.7625C115.13%2032.826%20115.156%2033.0239%20115.241%2033.1444C115.411%2033.3715%20115.449%2033.3514%20115.394%2033.3591C115.329%2033.3221%20115.215%2033.2278%20115.148%2033.0942C115.079%2032.9602%20115.072%2032.8405%20115.074%2032.7795C115.085%2032.6536%20115.096%2032.6796%20115.079%2032.7076C115.048%2032.778%20114.962%2032.9144%20114.865%2033.0469C114.858%2033.1304%20115.05%2032.9207%20115.165%2032.745ZM82.7014%2028.0019C82.6791%2027.9802%2082.6546%2027.9605%2082.631%2027.9401C82.4485%2028.1278%2082.2695%2028.3135%2082.0878%2028.5035C82.1104%2028.5251%2082.1358%2028.5436%2082.1596%2028.5639C82.3408%2028.3742%2082.5193%2028.1894%2082.7014%2028.0019ZM95.9025%2039.7307C96.2178%2039.6504%2096.5349%2039.5695%2096.8496%2039.4895C97.1493%2039.3712%2097.4491%2039.2528%2097.7497%2039.1343C97.4353%2039.2143%2097.1178%2039.2955%2096.8026%2039.3757C96.5035%2039.4937%2096.2038%2039.6119%2095.9025%2039.7307ZM105.965%2036.2436C105.903%2036.2545%20105.837%2036.2666%20105.772%2036.2782C105.894%2036.2355%20106.012%2036.1942%20106.135%2036.1511C106.077%2036.1827%20106.022%2036.2129%20105.965%2036.2436ZM114.731%2033.3774C114.715%2033.3645%20114.698%2033.3528%20114.68%2033.3412C114.414%2033.6684%20114.173%2033.9437%20114%2034.1657C113.885%2034.3104%20113.8%2034.431%20113.744%2034.5296C113.841%2034.4197%20113.938%2034.3091%20114.036%2034.1977C114.278%2033.922%20114.515%2033.6488%20114.731%2033.3774ZM97.1759%2015.5719C97.154%2015.5253%2097.0086%2015.5607%2096.7597%2015.6937C96.4483%2015.9251%2096.1392%2016.1569%2095.8299%2016.3902C96.2779%2016.1147%2096.7257%2015.8428%2097.1759%2015.5719ZM131.115%206.17516C131.283%206.0652%20131.451%205.95254%20131.615%205.84063C131.619%205.84468%20131.622%205.84872%20131.625%205.85276C131.313%206.10421%20131%206.3448%20130.683%206.58203C130.825%206.44991%20130.972%206.31204%20131.114%206.17577C131.115%206.17557%20131.115%206.17536%20131.115%206.17516ZM77.5031%2033.8346C77.4869%2033.8214%2077.4697%2033.8097%2077.4524%2033.7979C77.2884%2033.9991%2077.1229%2034.2042%2076.9612%2034.4065C77.0997%2034.2668%2077.2388%2034.1272%2077.3803%2033.9856C77.4213%2033.9351%2077.4626%2033.8844%2077.5031%2033.8346ZM108.327%2035.3922C108.697%2035.2655%20109.049%2035.1457%20109.425%2035.0191C109.423%2035.0142%20109.421%2035.0093%20109.42%2035.0044C109.228%2035.0523%20109.041%2035.0994%20108.854%2035.1462C108.682%2035.227%20108.497%2035.312%20108.327%2035.3922ZM121.788%2012.2693C121.566%2012.3965%20121.332%2012.5291%20121.11%2012.6541C121.104%2012.6459%20121.099%2012.6365%20121.094%2012.6274C121.316%2012.5025%20121.549%2012.3699%20121.772%2012.2427C121.779%2012.2509%20121.783%2012.2603%20121.788%2012.2693ZM88.9388%2022.1061C88.9306%2022.0994%2088.924%2022.091%2088.9172%2022.0832C89.3107%2021.7395%2089.7026%2021.4019%2090.0991%2021.0646C90.1127%2021.0806%2090.1276%2021.0954%2090.1424%2021.1101C89.738%2021.4406%2089.3392%2021.7703%2088.9388%2022.1061ZM124.471%2010.6728C124.305%2010.7795%20124.14%2010.8848%20123.978%2010.9885C123.972%2010.9913%20123.964%2010.9949%20123.958%2010.9978C123.961%2010.9959%20123.964%2010.9939%20123.967%2010.992C124.133%2010.8874%20124.301%2010.7807%20124.469%2010.6741C124.469%2010.6736%20124.47%2010.6732%20124.471%2010.6728ZM114.477%204.30909C114.485%204.32661%20114.817%204.16074%20114.807%204.14377C114.798%204.12592%20114.466%204.29224%20114.477%204.30909ZM101.805%2048.8982C101.645%2049.1094%20101.486%2049.3269%20101.327%2049.5611C101.354%2049.5758%20101.382%2049.5905%20101.41%2049.6052C101.445%2049.5472%20101.481%2049.4882%20101.518%2049.428C101.607%2049.255%20101.709%2049.0699%20101.805%2048.8982ZM89.3312%2042.0959C89.3247%2042.0774%2088.9771%2042.2006%2088.9852%2042.2186C88.992%2042.2371%2089.3403%2042.1136%2089.3312%2042.0959ZM83.2443%2027.4258C83.2594%2027.4383%2083.5187%2027.1769%2083.5035%2027.1645C83.4897%2027.1502%2083.2294%2027.4127%2083.2443%2027.4258ZM81.1134%2029.7231C81.0981%2029.709%2081.0816%2029.6962%2081.0651%2029.6834C80.9764%2029.7792%2080.8896%2029.8737%2080.8007%2029.9706C80.8161%2029.9847%2080.8328%2029.9975%2080.8493%2030.0103C80.9381%2029.9135%2081.0248%2029.8189%2081.1134%2029.7231ZM88.4825%2042.0145C88.2402%2042.1507%2088.0256%2042.2741%2087.8006%2042.4038C88.0235%2042.3526%2088.382%2042.2732%2088.5502%2042.2384C88.8296%2042.1805%2088.6256%2042.2598%2088.7756%2042.2433C88.9378%2042.1411%2089.1132%2042.0353%2089.2783%2041.9324C89.76%2041.7615%2090.2531%2041.5863%2090.7326%2041.4152C90.9376%2041.4311%2089.9466%2041.7335%2090.0801%2041.7645C90.1252%2041.7754%2090.8326%2041.515%2090.9722%2041.4956C91.1493%2041.3669%2091.2875%2041.2499%2091.4572%2041.1242C92.0847%2040.8829%2092.3127%2040.8661%2092.7576%2040.7206C93.447%2040.4952%2093.8154%2040.3339%2094.3859%2040.109C94.395%2040.1817%2094.9161%2040.0466%2094.4557%2040.2828C94.8205%2040.1519%2095.1858%2040.0208%2095.5504%2039.8901C95.0513%2039.96%2094.7143%2039.9755%2094.6986%2039.8637C93.7653%2040.2007%2093.5522%2040.329%2093.6537%2040.3711C92.6728%2040.6888%2091.3783%2041.0289%2090.3199%2041.4293C90.2754%2041.4782%2090.2171%2041.5327%2090.1809%2041.5782C89.493%2041.791%2089.838%2041.6171%2089.52%2041.6833C89.371%2041.7142%2088.6863%2041.9713%2088.4825%2042.0145ZM130.886%200.314046C130.884%200.332092%20130.495%200.28411%20130.495%200.265898C130.495%200.244522%20130.889%200.293005%20130.886%200.314046ZM114.573%2016.1076C114.344%2016.2239%20114.108%2016.343%20113.877%2016.4592C114.039%2016.3544%20114.205%2016.2471%20114.368%2016.1415C114.368%2016.1413%20114.369%2016.1411%20114.369%2016.1408C114.426%2016.1119%20114.485%2016.0822%20114.541%2016.0535C114.551%2016.072%20114.563%2016.089%20114.573%2016.1076ZM71.5229%2043.1239C71.4844%2043.082%2071.2486%2043.4582%2071.0885%2044.3771C71.1479%2044.4207%2071.2359%2043.9025%2071.5229%2043.1239ZM79.7636%2045.328C79.7606%2045.3084%2079.4%2045.4214%2079.4084%2045.4391C79.4124%2045.4587%2079.7739%2045.3455%2079.7636%2045.328ZM86.6522%2024.2368C86.4233%2024.4897%2085.6707%2025.1014%2085.7708%2024.9878C85.9959%2024.7296%2086.7533%2024.1229%2086.6522%2024.2368ZM109.679%2018.4662C109.669%2018.4491%20110.003%2018.2893%20110.011%2018.3071C110.02%2018.3244%20109.688%2018.4838%20109.679%2018.4662ZM130.483%200.311691C131.003%200.376017%20131.263%200.393803%20131.729%200.486918C131.724%200.507037%20131.723%200.52826%20131.719%200.548388C131.304%200.449842%20130.89%200.386424%20130.481%200.342777C130.481%200.332415%20130.482%200.322053%20130.483%200.311691ZM88.7065%2027.6616C88.5864%2027.7108%2088.4657%2027.7601%2088.3449%2027.8093C88.337%2027.79%2088.3258%2027.7719%2088.3179%2027.7526C88.4388%2027.7034%2088.5593%2027.6539%2088.6795%2027.6048C88.6873%2027.6241%2088.6986%2027.6423%2088.7065%2027.6616ZM102.232%2048.6889C102.812%2047.8819%20102.671%2048.0263%20102.612%2047.9955C102.537%2048.097%20102.457%2048.2087%20102.38%2048.3156C102.269%2048.3994%20102.159%2048.4827%20102.046%2048.5729C102.108%2048.6116%20102.168%2048.6517%20102.232%2048.6889ZM102.761%2047.61C102.776%2047.6225%20102.999%2047.3269%20102.984%2047.3144C102.967%2047.3041%20102.743%2047.6012%20102.761%2047.61ZM120.38%2012.9558C120.244%2013.0592%20120.217%2013.0886%20120.038%2013.1455C120.153%2013.0821%20120.267%2013.0185%20120.38%2012.9558ZM86.3805%2043.069C86.3736%2043.0506%2086.0244%2043.1724%2086.0325%2043.1904C86.0385%2043.2092%2086.3875%2043.0874%2086.3805%2043.069ZM85.5048%2025.2969C85.5192%2025.3102%2085.2509%2025.5661%2085.2376%2025.5518C85.2232%2025.5382%2085.491%2025.2828%2085.5048%2025.2969ZM110.3%2057.9553C110.304%2057.9363%20109.944%2057.8541%20109.941%2057.8736C109.937%2057.893%20110.297%2057.9751%20110.3%2057.9553ZM77.0891%2034.4967C77.0728%2034.4837%2077.0553%2034.472%2077.0379%2034.4604C76.8912%2034.677%2076.7477%2034.8917%2076.6032%2035.1093C76.7652%2034.9032%2076.9251%2034.7016%2077.0891%2034.4967ZM106.451%2035.9249C106.445%2035.906%20106.096%2036.0281%20106.104%2036.0464C106.112%2036.0643%20106.46%2035.9428%20106.451%2035.9249ZM107.519%2035.4548C107.155%2035.5642%20106.774%2035.6799%20106.408%2035.7907C106.653%2035.7166%20106.896%2035.6433%20107.143%2035.5691C107.16%2035.5962%20107.175%2035.6239%20107.192%2035.651C107.495%2035.5559%20107.801%2035.4606%20108.109%2035.3653C108.642%2035.1557%20109.189%2034.943%20109.722%2034.7379C109.483%2034.8076%20109.225%2034.8841%20108.983%2034.9559C108.985%2034.9638%20108.99%2034.9711%20108.994%2034.9782C108.758%2035.0653%20108.507%2035.1578%20108.27%2035.2463C108.016%2035.2892%20107.749%2035.3368%20107.491%2035.3821C107.501%2035.4062%20107.511%2035.4302%20107.519%2035.4548ZM112.664%2033.8624C112.66%2033.8426%20112.316%2033.9464%20112.321%2033.9658C112.332%2033.9829%20112.673%2033.88%20112.664%2033.8624ZM94.9819%2017.1926C95.1859%2017.0337%2095.3901%2016.871%2095.5944%2016.7124C95.4046%2016.8868%2095.2122%2017.0644%2095.0234%2017.2396C95.0105%2017.2232%2094.9948%2017.2089%2094.9819%2017.1926ZM122.174%201.27998C122.181%201.29782%20122.543%201.19611%20122.536%201.17828C122.53%201.15872%20122.167%201.26088%20122.174%201.27998ZM86.7267%2042.8652C86.7335%2042.8848%2086.7421%2042.9039%2086.7506%2042.923C86.9926%2042.8382%2087.2425%2042.7505%2087.4839%2042.6656C87.477%2042.6459%2087.4685%2042.6269%2087.4599%2042.6078C87.2184%2042.6927%2086.9687%2042.7805%2086.7267%2042.8652ZM99.4118%2023.0856C99.4031%2023.068%2099.7377%2022.9217%2099.7462%2022.9393C99.756%2022.9566%2099.4199%2023.1036%2099.4118%2023.0856ZM102.955%2021.5318C102.604%2021.6896%20102.241%2021.8522%20101.893%2022.0076C101.887%2021.9988%20101.883%2021.989%20101.879%2021.9795C102.227%2021.8241%20102.591%2021.6617%20102.941%2021.5039C102.947%2021.5126%20102.951%2021.5223%20102.955%2021.5318ZM82.153%2029.0696C83.0115%2028.1803%2083.1886%2027.871%2083.9841%2027.0594C84.0061%2027.0663%2084.0199%2027.0809%2084.0485%2027.0818C84.5847%2026.5624%2085.1269%2026.1053%2085.3888%2025.7512C85.6172%2025.442%2084.8285%2026.2391%2084.5668%2026.4804C84.5532%2026.4922%2084.5397%2026.5041%2084.5262%2026.516C84.4585%2026.5703%2084.5696%2026.437%2084.4807%2026.5072C84.1241%2026.7878%2083.8038%2027.068%2083.8451%2026.9332C82.9967%2027.777%2082.5233%2028.384%2081.6941%2029.1914C81.6529%2029.3265%2081.6123%2029.4615%2081.5725%2029.596C81.8287%2029.3059%2082.0891%2029.0146%2082.3501%2028.7265C82.284%2028.841%2082.2179%2028.9556%2082.153%2029.0696ZM110.082%206.86793C110.053%206.99567%20111.429%206.18306%20111.782%205.9147C111.454%206.08687%20111.533%205.96914%20111.239%206.13377C110.228%206.70696%20111.281%206.2512%20110.082%206.86793ZM130.284%206.70348C130.271%206.68928%20130.569%206.46814%20130.582%206.48242C130.595%206.49782%20130.296%206.72007%20130.284%206.70348ZM106.837%2019.756C106.828%2019.7371%20106.815%2019.7202%20106.806%2019.7014C107.042%2019.5918%20107.273%2019.4838%20107.507%2019.3741C107.285%2019.5012%20107.062%2019.6282%20106.837%2019.756ZM125.259%200.60578C125.265%200.624188%20124.893%200.689714%20124.889%200.671118C124.885%200.65127%20125.255%200.585901%20125.259%200.60578ZM97.0809%2024.0813C96.7822%2024.1985%2096.4768%2024.3181%2096.1742%2024.4362C96.1735%2024.4366%2096.1728%2024.4369%2096.1721%2024.4373C96.164%2024.4182%2096.1526%2024.4004%2096.1444%2024.3813C96.6229%2024.1765%2097.0971%2023.9724%2097.5707%2023.7678C97.4029%2023.8743%2097.2445%2023.9767%2097.0809%2024.0813ZM115.246%204.08544C115.474%203.96246%20115.699%203.84204%20115.93%203.72092C115.455%203.94558%20115.098%204.16044%20114.703%204.31946C114.135%204.64095%20114.37%204.53429%20114.504%204.50808C114.713%204.46747%20114.205%204.75381%20114.288%204.77262C114.598%204.54383%20114.925%204.31144%20115.246%204.08544ZM103.535%2046.7271C103.203%2047.1366%20102.883%2047.5375%20102.559%2047.9615C102.575%2047.9752%20102.599%2047.9777%20102.612%2047.9955C102.724%2047.8445%20102.837%2047.6885%20102.948%2047.5416C103.048%2047.4447%20103.157%2047.3357%20103.253%2047.2446C103.342%2047.077%20103.446%2046.8915%20103.535%2046.7271ZM100.815%2022.4345C100.806%2022.4171%20101.139%2022.2696%20101.15%2022.2863C101.158%2022.3042%20100.823%2022.4527%20100.815%2022.4345ZM105.722%2020.1347C105.807%2020.1299%20105.532%2020.3356%20105.062%2020.5413C105.046%2020.5144%20105.031%2020.4865%20105.016%2020.4588C105.25%2020.3518%20105.485%2020.2438%20105.722%2020.1347ZM88.6684%2027.5587C88.6595%2027.5411%2089.0003%2027.4014%2089.0081%2027.4196C89.0174%2027.4371%2088.6763%2027.5768%2088.6684%2027.5587ZM118.849%2013.4406C119.09%2013.3451%20119.337%2013.2457%20119.58%2013.1478C119.124%2013.3988%20118.669%2013.6457%20118.215%2013.8897C118.229%2013.9173%20118.247%2013.9434%20118.263%2013.97C119.076%2013.5573%20119.878%2013.1413%20120.686%2012.7131C120.6%2012.7189%20120.888%2012.5367%20120.796%2012.5436C120.797%2012.5433%20120.797%2012.5429%20120.798%2012.5426C120.654%2012.5546%20120.156%2012.7628%20120.195%2012.6651C119.742%2012.9287%20119.298%2013.185%20118.849%2013.4406ZM120.689%201.84692C120.312%201.95937%20119.932%202.07966%20119.559%202.20416C119.562%202.21391%20119.566%202.22349%20119.572%202.23261C119.571%202.2329%20119.57%202.23318%20119.57%202.23346C119.88%202.12723%20120.193%202.0245%20120.508%201.92562C120.568%201.89943%20120.628%201.87327%20120.689%201.84692ZM126.096%208.94291C125.011%209.65557%20125.102%209.73605%20123.857%2010.4776C124.102%2010.379%20124.351%2010.2767%20124.594%2010.1767C123.866%2010.5944%20123.2%2011.0117%20122.457%2011.4546C122.296%2011.5508%20122.261%2011.5981%20122.043%2011.7227C121.409%2012.0857%20120.817%2012.34%20120.942%2012.3905C121.389%2012.1384%20121.845%2011.8779%20122.29%2011.6201C122.319%2011.6634%20122.348%2011.7067%20122.377%2011.75C122.796%2011.4819%20122.927%2011.4015%20123.37%2011.1684C123.372%2011.1439%20123.374%2011.1193%20123.376%2011.0948C123.582%2010.9713%20123.797%2010.8418%20124.004%2010.7163C123.996%2010.6855%20123.986%2010.6554%20123.978%2010.6246C124.187%2010.4978%20124.398%2010.3682%20124.604%2010.2412C124.601%2010.2195%20124.595%2010.1994%20124.594%2010.1767C124.818%2010.0395%20125.032%209.90662%20125.256%209.76656C125.147%209.81677%20125.034%209.86887%20124.925%209.91807C125.069%209.81114%20125.223%209.69723%20125.369%209.5876C125.65%209.42454%20125.926%209.26176%20126.21%209.09278C125.471%209.46419%20125.465%209.44147%20126.099%208.94099C126.098%208.94163%20126.097%208.94227%20126.096%208.94291ZM107.177%2042.4385C107.285%2042.3232%20107.532%2042.0265%20107.547%2042.0045C107.708%2041.7614%20107.319%2042.1581%20107.113%2042.3704C106.924%2042.6263%20106.725%2042.8934%20106.537%2043.1493C106.538%2043.1487%20106.538%2043.1481%20106.539%2043.1475C106.827%2042.7901%20106.974%2042.655%20107.177%2042.4385ZM101.734%2049.3198C101.717%2049.3086%20101.698%2049.2989%20101.679%2049.2892C101.539%2049.5079%20101.392%2049.7509%20101.26%2049.9894C101.278%2049.9995%20101.297%2050.008%20101.316%2050.0165C101.448%2049.7789%20101.594%2049.5381%20101.734%2049.3198ZM82.796%2028.084C83.0686%2027.8036%2083.3429%2027.5249%2083.6173%2027.2495C83.6259%2027.2556%2083.633%2027.2634%2083.6403%2027.2708C83.3662%2027.5459%2083.0924%2027.824%2082.8201%2028.1041C82.8114%2028.0981%2082.8035%2028.0912%2082.796%2028.084ZM132.002%205.08988C132.121%205.09843%20131.752%205.51819%20130.875%206.20138C130.849%206.16936%20130.822%206.13778%20130.795%206.10574C131.204%205.77991%20131.606%205.44692%20132.002%205.08988ZM106.168%2056.8447C106.171%2056.832%20106.331%2056.8714%20106.437%2056.9046C106.489%2056.9208%20106.527%2056.9356%20106.527%2056.9421C106.525%2056.9486%20106.484%2056.9421%20106.431%2056.9299C106.322%2056.9052%20106.165%2056.8575%20106.168%2056.8447ZM116.548%2014.8791C116.553%2014.8883%20116.557%2014.8978%20116.564%2014.9061C116.899%2014.7131%20117.237%2014.5176%20117.571%2014.3225C117.511%2014.3485%20117.452%2014.3737%20117.391%2014.3998C117.108%2014.5615%20116.831%2014.7197%20116.548%2014.8791ZM88.9969%2027.3733C88.6167%2027.5258%2088.3726%2027.6343%2088.1113%2027.7656C87.5657%2027.9559%2087.0026%2028.1522%2086.4555%2028.3411C87.2936%2028.002%2088.1256%2027.6632%2088.9678%2027.3178C88.9773%2027.3364%2088.989%2027.3541%2088.9969%2027.3733ZM99.7217%2022.8479C99.7111%2022.8311%20100.049%2022.6828%20100.058%2022.7001C100.067%2022.7176%2099.7283%2022.8665%2099.7217%2022.8479ZM101.094%2053.4625C101.018%2053.3992%20100.824%2053.5768%20101.704%2054.6726C101.785%2054.74%20101.867%2054.804%20101.951%2054.8651C102.112%2054.9834%20102.279%2055.0856%20102.446%2055.1744C102.296%2055.0612%20102.15%2054.937%20102.013%2054.8007C101.63%2054.4185%20101.311%2053.9673%20101.094%2053.4625ZM102.378%2055.2603C102.388%2055.249%20102.054%2054.9797%20102.045%2054.991C102.03%2055.0108%20102.366%2055.282%20102.378%2055.2603ZM109.781%207.11783C109.776%207.1089%20109.771%207.09967%20109.764%207.09162C109.54%207.22391%20109.317%207.3571%20109.094%207.49105C109.099%207.49995%20109.104%207.50914%20109.111%207.51713C109.334%207.38319%20109.557%207.2501%20109.781%207.11783ZM104.323%2020.8101C104.09%2020.9162%20103.855%2021.0228%20103.618%2021.1298C103.608%2021.1115%20103.598%2021.0933%20103.589%2021.0743C103.647%2021.0479%20103.708%2021.0206%20103.766%2020.9944C103.953%2020.9322%20104.139%2020.871%20104.323%2020.8101ZM77.4084%2034.249C77.4003%2034.2425%2077.3925%2034.2354%2077.3833%2034.2302C77.058%2034.6331%2076.7328%2035.0432%2076.4143%2035.4522C76.4225%2035.4586%2076.4307%2035.465%2076.439%2035.4715C76.7575%2035.0625%2077.0831%2034.6518%2077.4084%2034.249ZM75.9904%2036.1036C75.9739%2036.0909%2075.9552%2036.0811%2075.9386%2036.0685C75.8593%2036.172%2075.7805%2036.2756%2075.7022%2036.3787C75.7188%2036.3913%2075.7365%2036.4025%2075.7542%2036.4137C75.8325%2036.3107%2075.9112%2036.2071%2075.9904%2036.1036ZM77.8137%2045.6419C77.9918%2045.7062%2079.0109%2045.3941%2080.0829%2045.0463C80.0735%2045.0165%2080.06%2044.988%2080.0488%2044.9588C79.6744%2045.0723%2079.2947%2045.1856%2078.9173%2045.2954C78.5503%2045.4136%2078.1815%2045.5296%2077.8137%2045.6419ZM116.7%203.50133C116.696%203.49188%20116.691%203.48269%20116.685%203.47398C116.449%203.58193%20116.21%203.69278%20115.975%203.80383C115.979%203.81322%20115.984%203.82234%20115.99%203.83097C116.225%203.71988%20116.464%203.60904%20116.7%203.50133ZM106.341%2043.4801C106.152%2043.6728%20105.97%2043.859%20105.791%2044.041C105.807%2044.0543%20105.824%2044.0662%20105.841%2044.0782C106.003%2043.8844%20106.169%2043.6847%20106.341%2043.4801ZM87.3262%2023.7952C87.5204%2023.6186%2087.7103%2023.447%2087.9044%2023.2728C87.9183%2023.2883%2087.9349%2023.3015%2087.9488%2023.3171C87.7548%2023.4912%2087.565%2023.6626%2087.3709%2023.8391C87.3556%2023.8249%2087.3402%2023.8106%2087.3262%2023.7952ZM7.84455%2056.972C7.83604%2056.953%207.82535%2056.9348%207.8185%2056.9152C8.06201%2056.8302%208.30666%2056.7449%208.5505%2056.6599C8.31535%2056.764%208.07942%2056.8681%207.84455%2056.972ZM79.4274%2030.6685C80.0599%2030.4994%2079.5113%2030.727%2079.1782%2030.9189C79.0094%2031.0163%2079.3786%2030.8988%2079.1081%2031.0255C78.8403%2031.1514%2078.2658%2031.3632%2078.1069%2031.4701C78.3543%2031.412%2078.6257%2031.3459%2078.8794%2031.2857C79.0505%2031.2084%2079.2225%2031.1309%2079.3969%2031.0523C80.0798%2030.829%2079.6602%2031.0181%2079.6302%2031.0925C80.2197%2030.8275%2080.798%2030.5659%2081.3906%2030.2979C81.3793%2030.2692%2081.3646%2030.2417%2081.3533%2030.213C81.1094%2030.2981%2080.8603%2030.3849%2080.6161%2030.4697C80.9707%2030.3133%2081.3289%2030.1551%2081.6803%2029.9992C81.0698%2030.2128%2080.4534%2030.4277%2079.8444%2030.6388C80.4348%2030.3902%2081.0327%2030.1378%2081.6245%2029.8868C81.2639%2030.0239%2080.8965%2030.1632%2080.5333%2030.3008C80.6442%2030.2347%2080.7577%2030.1675%2080.8704%2030.1006C80.3832%2030.2931%2079.9152%2030.4766%2079.4274%2030.6685ZM101.01%2012.8961C101.044%2012.8404%20100.887%2012.9458%20100.656%2013.1097C100.773%2013.0388%20100.893%2012.9667%20101.01%2012.8961ZM103.074%2036.8324C103.252%2036.7801%20103.427%2036.7288%20103.607%2036.6757C103.689%2036.68%20103.772%2036.6844%20103.852%2036.6894C103.967%2036.616%20104.081%2036.5427%20104.195%2036.4699C104.433%2036.3853%20104.677%2036.2991%20104.913%2036.2155C104.906%2036.1959%20104.897%2036.1769%20104.886%2036.1584C104.282%2036.3825%20103.678%2036.6072%20103.074%2036.8324ZM110.411%2034.4101C110.406%2034.3911%20110.063%2034.5044%20110.07%2034.5232C110.077%2034.5412%20110.42%2034.4279%20110.411%2034.4101ZM72.1487%2046.2684C72.1322%2046.3068%2072.1183%2046.3464%2072.1024%2046.3849C72.4648%2046.5586%2072.7958%2046.5913%2073.0958%2046.6074C72.9404%2046.5589%2072.787%2046.5017%2072.6371%2046.4299C72.4781%2046.3978%2072.3199%2046.3534%2072.1487%2046.2684ZM113.976%2035.2142C113.911%2035.1839%20113.52%2035.5887%20113.636%2035.3368C113.683%2035.2332%20114.038%2034.7461%20114.269%2034.4026C114.406%2034.1973%20114.486%2034.055%20114.426%2034.0852C114.354%2034.1814%20114.287%2034.2682%20114.217%2034.3568C113.728%2034.973%20113.363%2035.3592%20112.664%2036.1402C112.673%2036.2016%20112.96%2035.8405%20113.223%2035.574C113.598%2035.1958%20113.536%2035.3559%20113.579%2035.3814C113.389%2035.5509%20113.19%2035.73%20112.993%2035.9073C112.953%2036.0386%20112.914%2036.1692%20112.875%2036.2993C113.242%2035.9375%20113.62%2035.5614%20113.976%2035.2142ZM68.401%2035.3672C68.0395%2035.5031%2067.6762%2035.6395%2067.3112%2035.7764C67.3059%2035.7672%2067.3017%2035.7576%2067.298%2035.7479C67.6632%2035.611%2068.0273%2035.4745%2068.3889%2035.3384C68.3942%2035.3475%2068.3973%2035.3574%2068.401%2035.3672ZM125.276%209.79299C125.294%209.81858%20125.311%209.84452%20125.329%209.87011C125.807%209.57899%20126.009%209.42611%20126.29%209.20825C125.968%209.37568%20125.743%209.49489%20125.276%209.79299ZM124.979%2010.0686C124.968%2010.0526%20124.654%2010.2453%20124.665%2010.2619C124.676%2010.2784%20124.992%2010.0841%20124.979%2010.0686ZM72.0079%2033.986C71.9994%2033.9682%2071.6578%2034.0981%2071.6662%2034.116C71.6735%2034.1343%2072.0158%2034.004%2072.0079%2033.986ZM101.194%2050.4195C101.089%2050.596%20100.985%2050.7952%20100.897%2050.9955C100.877%2051.0691%20100.858%2051.143%20100.842%2051.214C100.921%2051.0021%20101.017%2050.8017%20101.119%2050.614C101.144%2050.5459%20101.166%2050.4871%20101.194%2050.4195ZM74.4899%2032.8861C74.9497%2032.7761%2074.3884%2033.0565%2075.2807%2032.7493C75.2724%2032.7128%2075.2624%2032.6768%2075.2541%2032.6404C75%2032.7221%2074.7461%2032.8039%2074.4899%2032.8861ZM76.9908%2031.8529C76.6433%2032.0048%2076.293%2032.1572%2075.9409%2032.3103C76.0792%2032.307%2076.2208%2032.3025%2076.3587%2032.2993C76.8462%2032.1219%2077.3206%2031.9492%2077.8107%2031.7699C77.4286%2031.8795%2077.0607%2031.9831%2076.683%2032.0903C76.5721%2032.0537%2077.213%2031.8482%2077.7407%2031.629C77.6671%2031.5669%2078.2797%2031.2738%2078.7409%2031.0211C78.7402%2031.0214%2078.7394%2031.0216%2078.7387%2031.0218C78.138%2031.2398%2077.5153%2031.4654%2076.9167%2031.681C76.9408%2031.7385%2076.9666%2031.7954%2076.9908%2031.8529ZM78.93%2032.4648C79.2306%2032.1109%2079.3921%2032.0081%2079.4745%2031.9552C79.5571%2031.9022%2079.5353%2031.9599%2079.5614%2031.9708C79.3062%2032.2643%2079.0526%2032.5602%2078.8012%2032.8576C78.8444%2032.7259%2078.8855%2032.5968%2078.93%2032.4648ZM98.0173%2015.3638C98.089%2015.274%2097.7908%2015.366%2097.5973%2015.496C97.0905%2015.8372%2096.9163%2016.0283%2096.9448%2015.9046C96.1411%2016.4866%2095.4946%2017.1849%2095.5359%2017.2341C95.6752%2017.0982%2095.8139%2016.9632%2095.9543%2016.8277C96.6379%2016.3341%2097.3279%2015.8478%2098.0173%2015.3638ZM113.387%2016.4081C113.379%2016.3903%20113.047%2016.5561%20113.057%2016.5731C113.068%2016.5897%20113.397%2016.4251%20113.387%2016.4081ZM98.5385%2014.7793C98.5261%2014.7626%2098.5107%2014.7479%2098.4983%2014.7312C98.3942%2014.8087%2098.2911%2014.886%2098.187%2014.9641C98.1994%2014.9808%2098.2148%2014.9954%2098.2273%2015.0121C98.3315%2014.9341%2098.4346%2014.8569%2098.5385%2014.7793ZM74.0341%2039.0231C73.9332%2039.1197%2073.8335%2039.2157%2073.7336%2039.3139C73.4413%2039.7487%2073.1601%2040.1886%2072.8893%2040.641C72.9643%2040.7449%2073.3251%2040.1144%2074.0341%2039.0231ZM72.8215%2041.4762C72.7817%2041.4897%2072.8574%2041.2711%2072.8351%2041.2561C72.8077%2041.2366%2072.8234%2041.037%2072.7868%2041.0679C72.7866%2041.0682%2072.7863%2041.0685%2072.7861%2041.0688C72.6557%2041.178%2072.4806%2041.5064%2072.5072%2041.3341C72.3311%2041.6928%2072.1638%2042.0521%2072.0098%2042.4244C72.097%2042.3164%2072.1859%2042.2097%2072.2748%2042.1061C72.1343%2042.4754%2072.0058%2042.8503%2071.8986%2043.2337C71.9901%2042.9831%2072.0921%2042.7349%2072.1989%2042.494C72.3963%2042.1429%2072.6036%2041.8099%2072.8215%2041.4762ZM60.7364%2038.1178C60.7436%2038.1374%2060.7542%2038.1558%2060.7614%2038.1754C60.8824%2038.131%2061.0036%2038.0862%2061.1242%2038.0417C61.1154%2038.0228%2061.1082%2038.0031%2061.0993%2037.9842C60.9786%2038.0285%2060.8574%2038.0733%2060.7364%2038.1178ZM65.8483%2036.2901C65.6064%2036.3802%2065.3587%2036.4726%2065.12%2036.5615C65.1148%2036.5523%2065.1117%2036.5423%2065.108%2036.5325C65.3465%2036.4439%2065.5936%2036.3519%2065.8352%2036.2617C65.8405%2036.2708%2065.8447%2036.2803%2065.8483%2036.2901ZM76.6917%2045.9855C76.9507%2045.9172%2077.1922%2045.8508%2077.4504%2045.7781C77.2508%2045.8128%2077.059%2045.8441%2076.8632%2045.8752C76.7992%2045.8923%2076.736%2045.9091%2076.6735%2045.9255C76.6788%2045.9457%2076.6847%2045.9658%2076.6917%2045.9855ZM109.662%2039.684C109.646%2039.6704%20109.629%2039.6581%20109.612%2039.6458C109.526%2039.7455%20109.44%2039.8445%20109.356%2039.9426C109.371%2039.9562%20109.388%2039.9685%20109.405%2039.9808C109.49%2039.8828%20109.576%2039.7838%20109.662%2039.684ZM105.891%2044.1166C105.901%2044.204%20106.065%2044.0254%20106.578%2043.3911C107.035%2042.8256%20107.389%2042.3411%20107.336%2042.3017C106.733%2043.0026%20106.509%2043.2695%20106.649%2043.234C106.403%2043.5193%20106.138%2043.8271%20105.891%2044.1166ZM66.5771%2036.0013C66.5687%2035.9834%2066.9097%2035.8557%2066.9187%2035.8733C66.9273%2035.8911%2066.5849%2036.0193%2066.5771%2036.0013ZM94.679%2024.9035C94.6255%2024.9351%2094.675%2024.9355%2094.5155%2025.0018C94.3561%2025.068%2094.3483%2025.0553%2094.323%2025.0542C94.4421%2025.0043%2094.5603%2024.9525%2094.679%2024.9035ZM112.6%205.76875C112.766%205.5664%20111.419%206.33086%20110.932%206.59115C110.444%206.8485%20110.52%206.78114%20110.143%206.97788C110.419%206.87615%20110.657%206.79874%20110.918%206.70835C111.472%206.39097%20112.053%206.06615%20112.6%205.76875ZM18.4945%2052.8903C17.7999%2053.1838%2016.9755%2053.4516%2016.1331%2053.7488C16.7984%2053.5803%2017.2838%2053.51%2018.0245%2053.3018C18.3708%2053.2045%2018.3741%2053.176%2018.5927%2053.089C18.6525%2053.0886%2018.7239%2053.0863%2018.7872%2053.0855C19.0256%2052.9853%2019.2619%2052.8857%2019.4994%2052.7857C19.3502%2052.7722%2019.2008%2052.7587%2019.0521%2052.745C18.8669%2052.7931%2018.6799%2052.8421%2018.4945%2052.8903ZM133.428%203.59446C133.414%203.58964%20133.168%203.92369%20133.18%203.93306C133.198%203.94819%20133.448%203.60911%20133.428%203.59446ZM101.781%2012.6177C101.782%2012.4816%20100.923%2013.0591%20100.084%2013.6024C100.105%2013.7213%20100.838%2013.2343%20101.781%2012.6177ZM27.9269%2049.8635C27.9187%2049.8453%2028.2646%2049.7237%2028.2718%2049.7421C28.2796%2049.7603%2027.9341%2049.8817%2027.9269%2049.8635ZM71.4741%2043.9635C71.4908%2043.9659%2071.5986%2043.5851%2071.5818%2043.5815C71.5607%2043.5745%2071.4519%2043.9593%2071.4741%2043.9635ZM120.885%202.32464C120.897%202.25576%20121.02%202.16563%20120.116%202.49673C120.403%202.349%20120.695%202.20423%20120.989%202.06324C121.174%202.01085%20121.358%201.96036%20121.545%201.91052C121.598%201.84457%20121.864%201.72998%20122.211%201.60467C122.565%201.47627%20123%201.3394%20123.391%201.21503C122.967%201.28187%20122.583%201.37429%20122.178%201.49294C121.739%201.62224%20121.281%201.78157%20120.743%201.97676C120.879%201.96326%20121.015%201.95076%20121.151%201.93868C120.4%202.18034%20120.002%202.35287%20119.518%202.58297C119.21%202.6912%20118.901%202.8042%20118.596%202.91882C118.726%202.88802%20118.854%202.85874%20118.986%202.82879C118.51%203.03541%20118.036%203.25109%20117.568%203.47275C117.568%203.47312%20117.567%203.47349%20117.566%203.47387C118.201%203.26234%20118.884%202.9606%20119.741%202.63757C119.691%202.73174%20120.258%202.50981%20120.885%202.32464ZM68.7382%2035.157C68.7334%2035.147%2068.8379%2035.1024%2068.9322%2035.0682C69.0081%2035.0407%2069.0774%2035.0197%2069.0808%2035.0277C69.0846%2035.0357%2069.0182%2035.0659%2068.9425%2035.0955C68.8496%2035.1318%2068.7424%2035.167%2068.7382%2035.157ZM13.2436%2054.8567C13.2504%2054.8764%2013.2601%2054.8952%2013.2686%2054.9143C13.6294%2054.7775%2013.9904%2054.64%2014.3524%2054.5028C14.3345%2054.5319%2014.4085%2054.5319%2014.5441%2054.5023C14.8897%2054.4266%2014.9202%2054.3821%2015.2905%2054.2521C15.6612%2054.122%2015.8027%2054.1074%2016.2194%2053.9496C16.206%2053.9219%2016.1927%2053.8928%2016.1808%2053.864C15.3195%2054.2131%2014.8514%2054.3539%2014.6896%2054.3188C14.2079%2054.498%2013.7259%2054.6774%2013.2436%2054.8567ZM12.9102%2055.0892C12.9037%2055.0706%2012.557%2055.1916%2012.5641%2055.2099C12.5706%2055.2285%2012.9181%2055.1073%2012.9102%2055.0892ZM93.2247%2040.3755C93.2179%2040.357%2092.8728%2040.4806%2092.8803%2040.4987C92.887%2040.5172%2093.2323%2040.3937%2093.2247%2040.3755ZM112.269%2016.7726C112.432%2016.7158%20112.577%2016.7156%20112.837%2016.5938C113.343%2016.3553%20113.633%2016.2029%20114.067%2016.0136C113.986%2016.0188%20113.912%2016.0221%20113.834%2016.0262C113.317%2016.2751%20112.786%2016.5278%20112.269%2016.7726ZM110.382%2034.3048C110.385%2034.3147%20110.388%2034.3246%20110.391%2034.3345C110.391%2034.3345%20110.391%2034.3345%20110.392%2034.3345C110.647%2034.2505%20110.878%2034.1752%20111.128%2034.0947C111.125%2034.0847%20111.122%2034.0748%20111.119%2034.0649C110.868%2034.1454%20110.637%2034.2207%20110.382%2034.3047C110.382%2034.3047%20110.382%2034.3048%20110.382%2034.3048ZM38.3886%2045.8507C38.4292%2045.8809%2038.4892%2045.903%2038.0669%2046.081C37.7321%2046.2219%2037.8448%2046.15%2037.4968%2046.2759C37.2574%2046.3626%2036.9585%2046.501%2036.6188%2046.6108C36.8108%2046.5986%2037.0224%2046.5784%2037.224%2046.5625C37.1466%2046.5457%2037.0693%2046.529%2036.9919%2046.5121C37.8493%2046.2137%2038.6974%2045.9181%2039.5536%2045.6192C39.1768%2045.7255%2038.8023%2045.8309%2038.4277%2045.9364C38.4266%2045.9367%2038.4255%2045.9371%2038.4243%2045.9375C38.9092%2045.7654%2039.3972%2045.5918%2039.8842%2045.4187C39.3852%2045.5631%2038.8837%2045.7077%2038.3886%2045.8507ZM86.0077%2025.2081C86.0208%2025.2226%2086.2898%2024.9699%2086.2761%2024.9561C86.2623%2024.9418%2085.9928%2025.1949%2086.0077%2025.2081ZM14.5359%2053.9427C13.6971%2054.2442%2014.0496%2054.2011%2013.7944%2054.3267C13.537%2054.4531%2012.9354%2054.6305%2012.778%2054.7385C13.0199%2054.6908%2013.2918%2054.636%2013.5457%2054.5855C12.9295%2054.7787%2012.3108%2054.9725%2011.6934%2055.1659C11.8272%2055.1522%2011.9629%2055.138%2012.0967%2055.1245C11.7313%2055.2521%2011.365%2055.3798%2010.9993%2055.5076C11.0283%2055.5747%2011.0578%2055.6415%2011.0868%2055.7086C11.4524%2055.581%2011.8179%2055.4536%2012.1832%2055.3261C12.1697%2055.298%2012.1567%2055.2698%2012.1415%2055.2423C11.8994%2055.3263%2011.6563%2055.4108%2011.414%2055.4948C11.4137%2055.4951%2011.4133%2055.4953%2011.413%2055.4956C11.4079%2055.4809%2011.4022%2055.4664%2011.3954%2055.4523C11.7474%2055.3122%2012.1002%2055.1717%2012.4518%2055.0317C12.4552%2055.0092%2012.4576%2054.987%2012.4611%2054.9645C12.762%2054.8705%2013.0652%2054.7757%2013.3659%2054.6817C13.9772%2054.4215%2014.0572%2054.3515%2013.541%2054.4712C14.1356%2054.2051%2014.6525%2053.9876%2014.5359%2053.9427ZM73.4165%2033.3481C73.408%2033.3303%2073.0656%2033.4612%2073.0741%2033.479C73.0813%2033.4973%2073.4245%2033.3661%2073.4165%2033.3481ZM129.164%207.20346C129.221%207.16962%20129.274%207.13832%20129.332%207.10351C129.484%206.9762%20129.629%206.85301%20129.779%206.72458C129.723%206.75902%20129.667%206.79283%20129.61%206.82773C129.465%206.95125%20129.31%207.08128%20129.164%207.20346ZM92.8045%2040.3607C91.6815%2040.7027%2090.5159%2041.0967%2089.5258%2041.5293C89.7863%2041.4868%2090.0508%2041.4422%2090.3095%2041.4C90.4222%2041.3377%2090.5371%2041.2746%2090.6504%2041.2122C91.2682%2041.0143%2091.8837%2040.8167%2092.4994%2040.6186C92.4785%2040.5814%2092.4786%2040.5381%2092.4426%2040.5055C92.6881%2040.4307%2092.5312%2040.4746%2092.8725%2040.3711C93.2122%2040.268%2093.1497%2040.2558%2092.8045%2040.3607ZM106.529%2044.3727C106.95%2043.9026%20106.927%2043.8554%20106.987%2043.7331C107.063%2043.578%20107.045%2043.5413%20107.276%2043.2184C106.996%2043.5095%20106.741%2043.7727%20106.463%2044.0649C107.162%2043.2194%20107.639%2042.726%20107.811%2042.6589C107.879%2042.547%20107.953%2042.428%20108.017%2042.3205C108.349%2041.9468%20108.703%2041.5487%20109.039%2041.1734C109.025%2041.1572%20109.011%2041.1424%20108.999%2041.1248C109.434%2040.6347%20109.846%2040.1742%20110.275%2039.6947C110.297%2039.7%20110.319%2039.7056%20110.342%2039.7094C110.587%2039.4272%20110.85%2039.1241%20111.096%2038.8413C111.142%2038.7093%20111.19%2038.5755%20111.239%2038.4406C111.395%2038.2589%20111.557%2038.0715%20111.717%2037.8858C111.696%2037.8905%20111.679%2037.8923%20111.683%2037.8683C111.521%2038.0658%20111.369%2038.2531%20111.207%2038.4504C111.089%2038.6292%20110.735%2038.9674%20110.695%2038.9955C110.572%2039.0744%20110.66%2038.9257%20110.595%2038.9422C110.769%2038.7333%20110.921%2038.55%20111.087%2038.3516C110.822%2038.6245%20110.544%2038.9125%20110.278%2039.1872C110.419%2038.9711%20110.836%2038.4776%20110.692%2038.5643C110.616%2038.6063%20110.234%2039.0071%20110.058%2039.2759C109.834%2039.6178%20109.717%2039.8513%20109.834%2039.8191C109.27%2040.4949%20108.84%2040.9494%20108.294%2041.562C108.294%2041.5619%20108.294%2041.5618%20108.294%2041.5618C108.293%2041.563%20108.292%2041.5642%20108.291%2041.5654C108.241%2041.595%20108.131%2041.7041%20108.025%2041.805C108.161%2041.6053%20108.313%2041.3874%20108.445%2041.1933C107.482%2042.3238%20107.101%2042.8857%20107.088%2043.0784C106.842%2043.3562%20106.707%2043.4763%20106.446%2043.7936C106.199%2044.1786%20105.955%2044.5627%20105.715%2044.9443C105.915%2044.7826%20106.129%2044.6057%20106.331%2044.4426C106.179%2044.6424%20106.01%2044.8611%20105.865%2045.0556C106.068%2044.8368%20106.334%2044.5908%20106.529%2044.3727ZM108.866%207.84752C108.861%207.83865%20108.855%207.83009%20108.848%207.82212C108.41%208.10003%20107.976%208.37988%20107.542%208.66372C107.61%208.64549%20107.675%208.62947%20107.744%208.61153C108.116%208.35453%20108.49%208.10025%20108.866%207.84752ZM82.7914%2029.6425C83.0412%2029.5656%2083.2899%2029.4888%2083.5358%2029.4133C83.5265%2029.3946%2083.5187%2029.3752%2083.5094%2029.3565C83.2713%2029.4516%2083.032%2029.547%2082.7914%2029.6425ZM111.845%2033.8019C111.848%2033.8118%20111.851%2033.8218%20111.854%2033.8318C112.09%2033.758%20112.351%2033.6782%20112.585%2033.6085C112.582%2033.5986%20112.579%2033.5886%20112.576%2033.5787C112.342%2033.6484%20112.081%2033.7281%20111.845%2033.8019ZM91.4087%2026.1407C91.4166%2026.16%2091.428%2026.178%2091.4359%2026.1972C91.5553%2026.1477%2091.6742%2026.0979%2091.7929%2026.0485C91.7833%2026.0299%2091.7736%2026.0114%2091.7657%2025.9922C91.6469%2026.0415%2091.528%2026.0911%2091.4087%2026.1407ZM117.822%2014.0116C117.811%2013.9952%20117.488%2014.1673%20117.498%2014.1838C117.509%2014.2003%20117.83%2014.0295%20117.822%2014.0116ZM118.506%2013.6442C118.493%2013.629%20118.174%2013.8008%20118.184%2013.8176C118.194%2013.8347%20118.514%2013.6622%20118.506%2013.6442ZM76.6325%2045.8074C76.6405%2045.8376%2076.6525%2045.8668%2076.6621%2045.8965C76.7871%2045.8637%2076.9208%2045.8278%2077.0413%2045.7948C77.0314%2045.7651%2077.0208%2045.7354%2077.0109%2045.7057C76.8908%2045.7384%2076.757%2045.7745%2076.6325%2045.8074ZM109.455%2040.0189C109.447%2040.0121%20109.439%2040.0053%20109.431%2039.9984C109.26%2040.1966%20109.102%2040.38%20108.928%2040.5831C108.936%2040.5899%20108.943%2040.5966%20108.951%2040.6034C109.126%2040.4004%20109.284%2040.2171%20109.455%2040.0189ZM102.867%2048.1784C102.839%2048.2742%20103.082%2048.0572%20103.389%2047.5733C103.457%2047.4688%20103.379%2047.4486%20103.673%2047.0617C103.852%2046.8761%20104.043%2046.6884%20104.228%2046.503C104.429%2046.2016%20104.666%2045.8386%20104.723%2045.7066C104.756%2045.6302%20104.633%2045.773%20104.59%2045.7981C104.563%2045.8666%20104.541%2045.9276%20104.517%2045.9921C104.325%2046.1814%20104.141%2046.3614%20103.954%2046.5476C103.447%2047.1801%20103.207%2047.5347%20102.917%2048.002C102.65%2048.346%20102.371%2048.7172%20102.114%2049.0821C102.067%2049.2095%20102.026%2049.3279%20101.979%2049.4592C102.262%2049.0184%20102.56%2048.596%20102.867%2048.1784ZM88.908%2022.6117C88.9207%2022.6266%2089.1973%2022.3842%2089.1834%2022.3704C89.17%2022.3558%2088.8941%2022.5976%2088.908%2022.6117ZM71.9358%2033.796C71.9351%2033.7962%2071.9343%2033.7965%2071.9336%2033.7968C72.0254%2033.8053%2071.7533%2033.928%2071.6119%2034.0195C71.9755%2033.8812%2072.3295%2033.7465%2072.6968%2033.6063C72.7542%2033.5511%2072.411%2033.6059%2071.9358%2033.796ZM101.477%2050.082C101.492%2050.091%20101.685%2049.7583%20101.667%2049.7531C101.651%2049.7394%20101.456%2050.0755%20101.477%2050.082ZM102.893%2055.2483C103.281%2055.6908%20104.589%2056.2249%20104.727%2056.0645C104.105%2055.8502%20103.482%2055.6065%20102.893%2055.2483ZM133.469%203.09583C133.191%203.67932%20132.919%203.92464%20132.795%204.09288C132.662%204.25334%20132.644%204.29087%20132.714%204.24185C132.781%204.19372%20132.945%204.05044%20133.149%203.81157C133.34%203.56423%20133.645%203.24848%20133.72%202.61499C133.663%202.81383%20133.57%202.965%20133.469%203.09583ZM85.1098%2028.6763C84.9311%2028.7443%2084.7502%2028.813%2084.5702%2028.8813C85.0346%2028.7369%2085.351%2028.6563%2086.0426%2028.3731C85.6323%2028.4913%2085.9966%2028.3356%2086.001%2028.2888C85.7066%2028.4172%2085.4052%2028.5482%2085.1098%2028.6763ZM86.7444%2028.0554C86.7483%2028.065%2086.7517%2028.0749%2086.7572%2028.0839C87.1198%2027.9369%2087.4801%2027.7904%2087.8371%2027.6448C87.8331%2027.6352%2087.8286%2027.6257%2087.8231%2027.6167C87.4663%2027.7622%2087.1067%2027.9084%2086.7444%2028.0554ZM58.1144%2038.881C58.1251%2038.9105%2058.1376%2038.9393%2058.15%2038.9682C57.9074%2039.0513%2057.6583%2039.1369%2057.4184%2039.2188C57.7855%2039.1013%2058.1612%2038.9803%2058.5296%2038.862C58.5119%2038.8241%2058.4965%2038.7853%2058.4788%2038.7474C58.3575%2038.7917%2058.236%2038.8365%2058.1144%2038.881ZM111.091%2034.0245C111.08%2034.0073%20110.739%2034.1178%20110.746%2034.1363C110.753%2034.1546%20111.094%2034.044%20111.091%2034.0245ZM62.0958%2037.384C62.0885%2037.2501%2061.3403%2037.642%2060.8623%2037.8256C60.21%2038.0763%2060.4034%2037.9627%2059.9374%2038.2003C59.8165%2038.2618%2059.4606%2038.4587%2059.6077%2038.4324C60.218%2038.2205%2060.8305%2038.0051%2061.4363%2037.7932C61.2965%2037.7947%2061.1566%2037.7964%2061.0181%2037.7975C61.372%2037.6621%2061.7495%2037.5152%2062.0958%2037.384ZM92.8101%2019.4171C92.7969%2019.401%2092.7823%2019.3859%2092.7677%2019.3709C92.6672%2019.453%2092.5682%2019.5344%2092.4677%2019.6171C92.4809%2019.6332%2092.4954%2019.6481%2092.51%2019.6631C92.6105%2019.5807%2092.7097%2019.4993%2092.8101%2019.4171ZM117.158%203.53492C117.149%203.51591%20117.138%203.49835%20117.129%203.47935C116.891%203.58587%20116.655%203.69359%20116.418%203.80338C116.606%203.73936%20116.79%203.67749%20116.98%203.61468C117.039%203.58829%20117.099%203.56113%20117.158%203.53492ZM115.744%204.19058C115.735%204.17178%20115.723%204.15444%20115.714%204.13565C115.491%204.26603%20115.267%204.39863%20115.044%204.53242C115.276%204.41731%20115.511%204.3028%20115.744%204.19058ZM9.64737%2055.8131C9.32391%2055.9111%209.21817%2055.9096%208.92643%2056.0667C8.63479%2056.2238%208.89838%2056.1908%208.7548%2056.3056C8.6488%2056.3898%208.02007%2056.6543%208.13982%2056.6702C8.49421%2056.5418%208.86644%2056.4057%209.22714%2056.2746C9.19647%2056.2026%209.16405%2056.1313%209.13338%2056.0593C9.74284%2055.8469%2010.3506%2055.6343%2010.964%2055.4208C10.9633%2055.421%2010.9625%2055.4213%2010.9618%2055.4215C10.654%2055.4619%2010.2849%2055.6202%209.64737%2055.8131ZM70.8534%2034.2575C70.8457%2034.2394%2070.5023%2034.3696%2070.5109%2034.3873C70.5188%2034.4054%2070.8612%2034.2756%2070.8534%2034.2575ZM87.8045%2023.7624C87.8041%2023.7626%2087.8038%2023.7628%2087.8035%2023.7631C87.4479%2024.0358%2087.0979%2024.3071%2086.7455%2024.5843C86.576%2024.7818%2086.3487%2024.9868%2086.0632%2025.2637C86.0046%2025.3905%2085.9487%2025.5151%2085.8894%2025.6431C86.5978%2024.9012%2086.8538%2024.7597%2087.618%2024.0793C87.6803%2023.9734%2087.743%2023.867%2087.8045%2023.7624ZM101.006%2053.0071C101.019%2053.0009%20100.922%2052.5968%20100.909%2052.5997C100.883%2052.6048%20100.983%2053.0175%20101.006%2053.0071ZM88.0792%2042.1077C88.0724%2042.0893%2087.7243%2042.212%2087.732%2042.2301C87.7382%2042.2488%2088.0867%2042.126%2088.0792%2042.1077ZM20.0165%2052.5213C20.1336%2052.4706%2020.2523%2052.4193%2020.3711%2052.3682C20.556%2052.308%2020.7396%2052.2483%2020.9243%2052.1881C20.4531%2052.3119%2020.1336%2052.3783%2019.4317%2052.6278C19.6274%2052.592%2019.8226%2052.5565%2020.0165%2052.5213ZM76.8354%2035.2693C76.5043%2035.7297%2076.3406%2035.9743%2076.0023%2036.3456C75.9677%2036.3997%2075.9319%2036.4553%2075.8975%2036.5092C76.2237%2036.1447%2076.4557%2035.911%2076.912%2035.3236C76.8864%2035.3056%2076.86%2035.2886%2076.8354%2035.2693ZM107.775%2035.0527C107.782%2035.0724%20107.79%2035.0915%20107.799%2035.1106C107.921%2035.0685%20108.043%2035.0267%20108.163%2034.9855C108.157%2034.9657%20108.148%2034.9465%20108.14%2034.9273C108.019%2034.9684%20107.898%2035.0104%20107.775%2035.0527ZM116.761%2014.5026C116.752%2014.4852%20116.427%2014.6556%20116.436%2014.6728C116.448%2014.6893%20116.772%2014.5191%20116.761%2014.5026ZM71.5973%2043.9865C71.6137%2043.99%2071.72%2043.6154%2071.7033%2043.6116C71.682%2043.6051%2071.5748%2043.9835%2071.5973%2043.9865ZM117.788%2013.9586C117.775%2013.9432%20117.455%2014.1137%20117.465%2014.1307C117.474%2014.1481%20117.797%2013.9761%20117.788%2013.9586ZM109.529%2040.0766C109.341%2040.2623%20109.168%2040.4315%20108.977%2040.622C108.992%2040.6356%20109.01%2040.6479%20109.026%2040.6601C109.201%2040.4578%20109.358%2040.2745%20109.529%2040.0766ZM98.5209%2023.1001C98.5133%2023.0819%2098.178%2023.2276%2098.187%2023.2452C98.1966%2023.2625%2098.5301%2023.1175%2098.5209%2023.1001ZM128.361%207.49762C127.968%207.8249%20127.583%208.14112%20127.184%208.45973C127.98%207.94694%20127.696%208.07239%20128.097%207.75278C128.267%207.61686%20128.522%207.4459%20128.727%207.29988C128.916%207.11802%20128.429%207.41766%20128.438%207.36984C128.464%207.26855%20129.031%206.82614%20127.957%207.56532C128.1%207.53749%20128.226%207.521%20128.361%207.49762ZM113.825%2058.3591C113.83%2058.34%20114.187%2058.4182%20114.183%2058.4375C114.179%2058.4567%20113.821%2058.3783%20113.825%2058.3591ZM84.0142%2027.6038C83.8199%2027.7764%2083.6218%2027.9542%2083.428%2028.1291C83.3946%2028.0964%2083.3613%2028.0636%2083.3279%2028.0308C83.6714%2027.7086%2084.0148%2027.3915%2084.3619%2027.0752C84.7681%2026.6818%2085.1763%2026.2936%2085.5912%2025.9045C85.2248%2026.2127%2085.4036%2025.964%2084.8307%2026.5324C84.3847%2026.9772%2084.0897%2027.2933%2083.6136%2027.7392C83.5918%2027.7327%2083.574%2027.7211%2083.5533%2027.7131C82.8773%2028.3877%2083.006%2028.3166%2083.0797%2028.3302C82.9656%2028.4028%2082.8518%2028.4753%2082.7386%2028.5477C82.3785%2028.9211%2082.0208%2029.2983%2081.6687%2029.676C81.8548%2029.5744%2082.0085%2029.468%2081.7993%2029.7867C81.943%2029.6558%2082.088%2029.5246%2082.2354%2029.3918C82.3088%2029.2836%2082.3801%2029.1783%2082.4544%2029.07C82.6133%2028.9483%2082.7768%2028.8227%2082.9352%2028.7031C83.2918%2028.3337%2083.6521%2027.9666%2084.0142%2027.6038ZM102.067%2021.5362C102.055%2021.5197%20101.725%2021.6675%20101.734%2021.6849C101.743%2021.7023%20102.075%2021.5541%20102.067%2021.5362ZM110.386%2057.51C109.852%2057.4234%20109.759%2057.3694%20109.251%2057.2483C109.244%2057.2787%20109.241%2057.3101%20109.236%2057.3409C109.616%2057.4194%20109.996%2057.496%20110.376%2057.5716C110.381%2057.5513%20110.383%2057.5306%20110.386%2057.51ZM103.394%2011.5343C103.382%2011.5171%20103.367%2011.5019%20103.355%2011.4846C103.03%2011.6988%20102.323%2012.2238%20102.436%2012.1964C102.754%2011.9744%20103.073%2011.7538%20103.394%2011.5343ZM102.648%2036.8182C102.655%2036.8378%20102.664%2036.8568%20102.672%2036.8759C102.794%2036.8325%20102.917%2036.7892%20103.038%2036.7461C103.031%2036.7265%20103.022%2036.7074%20103.013%2036.6883C102.892%2036.7312%20102.77%2036.7747%20102.648%2036.8182ZM129.274%200.659211C129.073%200.639215%20128.877%200.622865%20128.678%200.60985C128.613%200.615913%20128.548%200.622376%20128.481%200.629059C128.481%200.62904%20128.482%200.629021%20128.483%200.629003C128.682%200.639857%20128.882%200.653897%20129.078%200.671456C129.143%200.666898%20129.209%200.662849%20129.274%200.659211ZM97.7911%2015.6931C98.4866%2015.1691%2098.5752%2015.0645%2098.6609%2014.9217C98.9373%2014.7191%2099.3821%2014.4274%2099.6057%2014.242C99.278%2014.4503%2098.9493%2014.6611%2098.6207%2014.8738C98.6234%2014.8979%2098.6739%2014.8861%2098.6609%2014.9217C98.0326%2015.3955%2097.7332%2015.6547%2097.7911%2015.6931ZM125.734%200.862149C125.876%200.887736%20126.014%200.91497%20126.15%200.943556C126.54%200.896489%20126.931%200.858995%20127.321%200.832356C126.793%200.823733%20126.263%200.834653%20125.734%200.862149ZM124.588%201.1264C124.326%201.15717%20124.063%201.19212%20123.805%201.2297C123.81%201.24999%20123.816%201.26988%20123.823%201.28978C124.075%201.23196%20124.332%201.17723%20124.588%201.1264ZM96.2446%2016.8592C95.7384%2017.217%2096.0937%2016.8875%2095.8153%2017.0577C95.6994%2017.1282%2095.1862%2017.5558%2095.0867%2017.5871C95.0196%2017.6478%2094.9891%2017.6777%2094.937%2017.7257C95.3237%2017.4793%2095.7096%2017.236%2096.0979%2016.9932C96.148%2016.9474%2096.1867%2016.9113%2096.2446%2016.8592ZM117.776%2013.9122C117.775%2013.9126%20117.774%2013.9129%20117.773%2013.9133C118.068%2013.7677%20118.351%2013.6278%20118.646%2013.4798C118.7%2013.4447%20118.754%2013.4094%20118.809%2013.3736C118.458%2013.5462%20118.111%2013.7153%20117.759%2013.8858C117.764%2013.895%20117.769%2013.9039%20117.776%2013.9122ZM119.138%2013.1765C120.051%2012.6895%20120.962%2012.192%20121.866%2011.6843C121.736%2011.7168%20121.604%2011.7495%20121.477%2011.7802C120.871%2012.107%20120.67%2012.2357%20120.384%2012.3303C120.25%2012.3744%20120.143%2012.371%20119.7%2012.6179C119.513%2012.8043%20119.328%2012.9895%20119.138%2013.1765ZM90.7393%2021.1579C90.749%2021.1673%2090.8834%2021.0593%2090.9633%2020.9856C90.9994%2020.9522%2091.0241%2020.9259%2091.02%2020.9214C91.016%2020.9166%2090.986%2020.9364%2090.947%2020.9661C90.8599%2021.0327%2090.7295%2021.1484%2090.7393%2021.1579ZM124.09%2010.154C123.255%2010.7039%20122.487%2011.1899%20122.519%2011.2877C123.165%2010.9562%20122.558%2011.2472%20122.927%2010.9956C123.296%2010.7453%20124.349%2010.0972%20124.09%2010.154ZM6.63435%2057.0958C6.15197%2057.2751%205.6691%2057.4544%205.18524%2057.634C5.17674%2057.6149%205.16598%2057.5966%205.15914%2057.5769C5.64312%2057.3973%206.12507%2057.218%206.6093%2057.0382C6.61782%2057.0573%206.62751%2057.0761%206.63435%2057.0958ZM105.025%2045.389C105.039%2045.4025%20105.27%2045.1197%20105.255%2045.1076C105.238%2045.0966%20105.008%2045.3789%20105.025%2045.389ZM75.8917%2032.2623C75.883%2032.2446%2075.5432%2032.3758%2075.5513%2032.3938C75.5601%2032.4115%2075.8986%2032.2808%2075.8917%2032.2623ZM51.5617%2041.2652C51.5652%2041.275%2051.5682%2041.285%2051.5734%2041.2942C51.8171%2041.2061%2052.0614%2041.1176%2052.3046%2041.0295C52.301%2041.0197%2052.2969%2041.0101%2052.2917%2041.0009C52.0488%2041.0889%2051.8051%2041.1771%2051.5617%2041.2652ZM23.4401%2051.1904C23.447%2051.2101%2023.4578%2051.2284%2023.4663%2051.2474C23.709%2051.1624%2023.9532%2051.0766%2024.1969%2050.9912C24.0064%2051.0359%2023.8121%2051.082%2023.6221%2051.1266C23.5621%2051.1476%2023.5001%2051.1693%2023.4401%2051.1904ZM75.0058%2037.7845C75.0629%2037.7057%2075.1204%2037.6273%2075.178%2037.5493C75.1976%2037.5228%2075.2172%2037.4963%2075.2368%2037.4698C75.2546%2037.4808%2075.2724%2037.4917%2075.2891%2037.5041C75.2688%2037.5316%2075.2485%2037.5591%2075.2283%2037.5865C75.1716%2037.6634%2075.115%2037.7408%2075.0586%2037.8184C75.0407%2037.8076%2075.0227%2037.7968%2075.0058%2037.7845ZM112.566%2016.5204C112.567%2016.52%20112.568%2016.5197%20112.568%2016.5193C112.577%2016.538%20112.59%2016.5551%20112.599%2016.5737C112.817%2016.4421%20113.04%2016.3078%20113.261%2016.1739C113.029%2016.29%20112.795%2016.4066%20112.566%2016.5204ZM105.929%2035.6766C105.921%2035.6586%20105.579%2035.7785%20105.586%2035.7968C105.594%2035.815%20105.936%2035.6951%20105.929%2035.6766ZM73.9699%2039.4363C73.9695%2039.4369%2073.9691%2039.4376%2073.9686%2039.4383C73.875%2039.5355%2073.7824%2039.6325%2073.6908%2039.7298C73.5712%2039.9597%2073.4524%2040.1944%2073.3388%2040.4272C73.5143%2040.151%2073.6939%2039.8787%2073.8779%2039.6087C73.9078%2039.5519%2073.9385%2039.4947%2073.9699%2039.4363ZM62.7994%2037.0563C62.6894%2037.1247%2062.5796%2037.1933%2062.4692%2037.2618C62.8388%2037.1418%2063.2031%2037.0235%2063.5752%2036.9022C63.576%2036.902%2063.5767%2036.9017%2063.5774%2036.9014C63.4379%2036.9087%2063.2989%2036.9157%2063.1613%2036.9223C63.041%2036.9667%2062.92%2037.0116%2062.7994%2037.0563ZM93.7533%2018.7116C93.766%2018.7266%2094.0523%2018.4961%2094.0391%2018.4816C94.0267%2018.4662%2093.7401%2018.6968%2093.7533%2018.7116ZM67.3865%2035.4806C67.5983%2035.3714%2066.8516%2035.5943%2067.3544%2035.3947C67.9003%2035.1779%2068.3647%2035.0205%2068.8529%2034.857C68.8989%2034.8416%2068.945%2034.8261%2068.9915%2034.8105C68.9509%2034.8107%2068.9008%2034.8171%2068.8423%2034.8288C68.3327%2034.9288%2067.1427%2035.4566%2066.0544%2035.8124C66.5001%2035.7013%2066.9386%2035.5936%2067.3865%2035.4806ZM69.3664%2034.6862C69.5547%2034.6318%2069.743%2034.5773%2069.9303%2034.5234C69.9877%2034.4961%2070.0451%2034.4689%2070.104%2034.441C69.9171%2034.4951%2069.7279%2034.5497%2069.5399%2034.6039C69.4822%2034.6312%2069.4243%2034.6588%2069.3664%2034.6862ZM100.949%2021.8797C100.962%2021.9083%20100.978%2021.9355%20100.994%2021.9626C101.232%2021.8569%20101.469%2021.7517%20101.704%2021.6469C101.69%2021.6191%20101.675%2021.5912%20101.66%2021.5641C101.425%2021.6689%20101.188%2021.7741%20100.949%2021.8797ZM102.055%2021.49C102.412%2021.3302%20102.767%2021.1712%20103.116%2021.0134C103.116%2021.0138%20103.115%2021.0141%20103.114%2021.0144C103.112%2021.0097%20103.11%2021.0049%20103.108%2021.0002C102.926%2021.0651%20102.743%2021.1304%20102.559%2021.1958C102.392%2021.2937%20102.225%2021.3915%20102.055%2021.49ZM46.814%2042.9425C46.8176%2042.9523%2046.8205%2042.9624%2046.8257%2042.9716C47.0686%2042.8844%2047.3103%2042.7975%2047.5535%2042.7101C47.55%2042.7003%2047.5458%2042.6906%2047.5407%2042.6814C47.2978%2042.7687%2047.0567%2042.8554%2046.814%2042.9425ZM14.2648%2054.3016C14.2463%2054.3717%2014.7568%2054.2209%2015.2279%2054.0977C15.8365%2053.8387%2015.775%2053.8094%2015.7137%2053.7623C15.2299%2053.9425%2014.7462%2054.1226%2014.2648%2054.3016ZM103.807%2020.6838C103.798%2020.6665%20103.464%2020.8177%20103.473%2020.8351C103.482%2020.853%20103.817%2020.7011%20103.807%2020.6838ZM21.2534%2051.9168C20.7635%2052.0254%2020.7214%2051.965%2019.7541%2052.3996C20.1951%2052.2825%2020.6391%2052.1668%2021.0795%2052.0507C21.3776%2051.9305%2021.6737%2051.8082%2021.9715%2051.6895C21.8952%2051.6701%2021.513%2051.8593%2021.2534%2051.9168ZM53.362%2040.5631C53.1746%2040.6144%2052.9872%2040.6657%2052.7993%2040.7172C52.7395%2040.7388%2052.6776%2040.7612%2052.6178%2040.7829C52.6301%2040.8117%2052.644%2040.8399%2052.6563%2040.8687C52.8913%2040.7669%2053.1263%2040.6652%2053.362%2040.5631ZM110.276%2017.5717C110.232%2017.6276%20110.186%2017.6846%20110.142%2017.7406C110.463%2017.5753%20110.782%2017.4099%20111.096%2017.246C111.122%2017.2324%20111.148%2017.2188%20111.174%2017.2052C111.144%2017.2099%20111.113%2017.2145%20111.083%2017.2192C110.977%2017.2346%20110.871%2017.2502%20110.765%2017.2658C110.603%2017.3677%20110.439%2017.47%20110.276%2017.5717ZM83.9685%2028.9708C83.6077%2029.1456%2083.3857%2029.2563%2083.4681%2029.2719C83.7046%2029.1775%2083.9488%2029.0798%2084.1892%2028.9837C84.176%2028.9554%2084.161%2028.9276%2084.1478%2028.8993C84.0887%2028.9229%2084.0278%2028.947%2083.9685%2028.9708ZM84.8816%2028.6386C84.8893%2028.6579%2084.9004%2028.6759%2084.9081%2028.6952C85.0276%2028.6473%2085.1454%2028.5999%2085.2659%2028.5513C85.2581%2028.532%2085.247%2028.5139%2085.2393%2028.4946C85.1188%2028.5429%2085.001%2028.5906%2084.8816%2028.6386ZM30.8856%2048.4723C30.4593%2048.6118%2030.0348%2048.7502%2029.6101%2048.8889C29.6102%2048.9104%2029.6096%2048.9323%2029.608%2048.9543C29.3751%2049.0479%2029.1402%2049.1423%2028.9069%2049.2362C29.5137%2049.0229%2030.1143%2048.8115%2030.722%2048.5975C30.9777%2048.5291%2031.2333%2048.4607%2031.4886%2048.3924C31.3497%2048.3974%2031.2105%2048.4025%2031.0716%2048.4075C31.4303%2048.2642%2031.7901%2048.1204%2032.1494%2047.9768C31.9007%2048.0481%2031.6517%2048.1194%2031.4025%2048.1907C31.2295%2048.2849%2031.059%2048.3782%2030.8856%2048.4723ZM116.368%2014.6029C116.357%2014.5862%20116.029%2014.7572%20116.042%2014.773C116.049%2014.7912%20116.378%2014.6199%20116.368%2014.6029ZM123.495%201.52816C123.871%201.44208%20124.252%201.36315%20124.631%201.29321C124.301%201.31092%20123.972%201.33444%20123.64%201.36457C123.649%201.39458%20123.658%201.42446%20123.667%201.45446C123.353%201.52851%20123.037%201.60873%20122.723%201.69428C122.837%201.62018%20122.949%201.54734%20123.06%201.47543C122.703%201.57743%20122.438%201.66551%20122.248%201.73523C121.724%201.93167%20121.811%201.96219%20122.285%201.86387C122.57%201.80609%20122.986%201.70863%20123.503%201.59035C123.502%201.56941%20123.498%201.54868%20123.495%201.52816ZM35.4919%2046.9442C35.4954%2046.954%2035.4999%2046.9634%2035.5034%2046.9731C35.747%2046.8868%2035.9908%2046.8005%2036.2339%2046.7144C36.2304%2046.7046%2036.2275%2046.6946%2036.2224%2046.6854C35.9793%2046.7716%2035.7355%2046.8579%2035.4919%2046.9442ZM107.28%2042.9472C107.28%2042.9465%20107.281%2042.9459%20107.281%2042.9453C107.033%2043.2339%20107.094%2043.1044%20107.09%2043.0753C107.602%2042.4678%20107.772%2042.1751%20108.291%2041.5654C108.291%2041.5652%20108.292%2041.565%20108.292%2041.5648C108.293%2041.5638%20108.294%2041.5629%20108.294%2041.562C108.339%2041.5968%20108.035%2041.9846%20107.892%2042.226C108.072%2042.0467%20108.255%2041.8643%20108.443%2041.6766C108.051%2042.1026%20107.661%2042.5289%20107.28%2042.9472ZM89.6269%2022.2539C89.6133%2022.2381%2089.5969%2022.2247%2089.5833%2022.2089C89.3863%2022.3797%2089.191%2022.5501%2088.9981%2022.7197C89.0118%2022.7354%2089.027%2022.75%2089.042%2022.7645C89.2349%2022.5949%2089.4301%2022.4246%2089.6269%2022.2539ZM81.6102%2044.1547C81.4356%2044.2345%2081.2519%2044.3171%2081.0777%2044.3961C81.3201%2044.3167%2081.5747%2044.2327%2081.8134%2044.1532C81.8069%2044.1334%2081.7986%2044.1141%2081.7904%2044.0948C81.7305%2044.1147%2081.6694%2044.135%2081.6102%2044.1547ZM70.4579%2034.2903C70.6875%2034.1866%2070.9289%2034.0783%2071.1625%2033.9729C70.9745%2034.0276%2070.7849%2034.083%2070.5963%2034.1376C70.5375%2034.1598%2070.477%2034.1825%2070.4181%2034.2049C70.4308%2034.2335%2070.4452%2034.2616%2070.4579%2034.2903ZM100.255%2022.2383C100.247%2022.2202%2099.9087%2022.3691%2099.9179%2022.3865C99.9261%2022.4045%20100.264%2022.2558%20100.255%2022.2383ZM108.66%208.22954C108.649%208.21175%20108.635%208.19573%20108.624%208.17794C108.514%208.2454%20108.404%208.31334%20108.293%208.3813C108.304%208.39903%20108.318%208.41489%20108.329%208.43262C108.439%208.36482%20108.55%208.29709%20108.66%208.22954ZM104.382%2011.0137C104.694%2010.7709%20103.926%2011.194%20103.785%2011.3056C103.474%2011.5505%20104.24%2011.1232%20104.382%2011.0137ZM53.3118%2040.4484C53.815%2040.3085%2053.7223%2040.3923%2053.7313%2040.4458C53.9752%2040.3573%2054.219%2040.2687%2054.4618%2040.1803C54.0974%2040.2553%2054.0636%2040.2048%2053.4872%2040.3681C53.4294%2040.3946%2053.3712%2040.4213%2053.3118%2040.4484ZM27.4457%2049.7505C27.4492%2049.7603%2027.4521%2049.7704%2027.4572%2049.7797C27.7006%2049.694%2027.9439%2049.6083%2028.1872%2049.5226C28.1838%2049.5128%2028.1797%2049.5031%2028.1746%2049.4938C27.9316%2049.5794%2027.6889%2049.6649%2027.4457%2049.7505ZM110.344%2039.2536C110.359%2039.267%20110.121%2039.5417%20110.106%2039.5283C110.09%2039.5169%20110.328%2039.2419%20110.344%2039.2536ZM116.847%203.778C116.502%203.95251%20116.155%204.13209%20115.812%204.31381C116.055%204.21498%20116.296%204.11808%20116.538%204.02317C116.641%203.94088%20116.744%203.85918%20116.847%203.778ZM121.825%202.60862C122.041%202.54205%20122.251%202.4852%20122.45%202.43463C122.868%202.32803%20123.254%202.24121%20123.665%202.11339C123.253%202.19986%20122.849%202.29428%20122.44%202.39933C122.352%202.42181%20122.264%202.44484%20122.176%202.46841C122.154%202.45473%20122.309%202.39389%20122.424%202.3446C122.521%202.30342%20122.591%202.26943%20122.512%202.27204C122.758%202.20182%20123.005%202.13478%20123.251%202.07171C123.25%202.06668%20123.248%202.06166%20123.247%202.05663C122.997%202.10469%20122.744%202.15699%20122.492%202.21296C122.497%202.233%20122.505%202.25248%20122.512%202.27204C122.479%202.28159%20122.445%202.29126%20122.411%202.30103C122.323%202.32674%20122.234%202.35316%20122.145%202.37993C122.134%202.3505%20122.123%202.32124%20122.112%202.29181C121.744%202.40767%20121.383%202.52942%20121.019%202.659C121.514%202.44988%20121.313%202.46979%20121.333%202.40543C121.638%202.30826%20121.911%202.23389%20122.054%202.16043C122.173%202.09931%20122.266%202.04717%20122.326%202.00444C122.404%201.94944%20122.427%201.90986%20122.377%201.88831C122.351%201.89712%20122.325%201.9058%20122.3%201.91435C121.476%202.20054%20121.422%202.29719%20121.333%202.40543C120.353%202.72714%20120.425%202.64638%20119.846%202.81601C118.627%203.18783%20118.206%203.43868%20118.068%203.61366C116.932%204.02132%20116.295%204.32014%20115.257%204.91494C115.373%204.79916%20114.727%205.09342%20114.549%205.14693C114.374%205.19811%20114.777%204.98246%20114.786%204.95441C114.803%204.90446%20114.47%205.05555%20114.469%205.01921C114.469%204.9993%20114.752%204.85139%20114.719%204.85184C114.636%204.85339%20114.046%205.13428%20113.696%205.32571C114.018%205.22381%20113.306%205.66044%20113.5%205.61777C113.812%205.54717%20114.528%205.20599%20114.234%205.4685C113.515%205.79743%20113.381%205.95276%20112.707%206.28783C112.708%206.28751%20112.709%206.28718%20112.709%206.28686C112.325%206.52411%20111.945%206.76282%20111.566%207.00573C111.794%206.88691%20112.023%206.76951%20112.253%206.65265C112.251%206.63749%20112.247%206.62283%20112.243%206.60839C112.908%206.22705%20113.579%205.85403%20114.254%205.49275C114.31%205.53446%20114.741%205.35088%20115.353%205.0771C115.345%205.05793%20115.338%205.03874%20115.332%205.01879C115.675%204.84849%20116.021%204.68047%20116.369%204.5159C116.251%204.55445%20116.125%204.59651%20116.013%204.63388C116.111%204.55762%20116.211%204.53468%20116.327%204.48371C116.842%204.25849%20116.961%204.19168%20117.389%203.97982C117.176%204.13159%20116.968%204.2832%20116.759%204.43785C117.157%204.2305%20117.556%204.02862%20117.96%203.83102C118.388%203.68011%20118.816%203.53585%20119.246%203.3981C119.339%203.32181%20119.431%203.24659%20119.524%203.1713C119.286%203.23574%20119.046%203.30332%20118.809%203.37202C119.409%203.13822%20120.016%202.91683%20120.625%202.7126C120.52%202.79395%20120.416%202.87567%20120.312%202.95822C120.797%202.7925%20121.284%202.63677%20121.774%202.49363C121.792%202.53171%20121.808%202.57053%20121.825%202.60862ZM111.336%206.6508C111.331%206.64174%20111.325%206.63291%20111.318%206.62473C111.093%206.75267%20110.869%206.88113%20110.645%207.01104C110.65%207.02006%20110.655%207.02942%20110.662%207.03755C110.886%206.90755%20111.11%206.77882%20111.336%206.6508ZM75.8536%2032.1765C75.8431%2032.1595%2075.5048%2032.2901%2075.5132%2032.308C75.5205%2032.3263%2075.86%2032.1951%2075.8536%2032.1765ZM48.2454%2042.3616C48.2489%2042.3714%2048.2547%2042.3804%2048.2582%2042.3902C48.5014%2042.3027%2048.7447%2042.2151%2048.987%2042.1278C48.9835%2042.118%2048.9794%2042.1083%2048.9742%2042.0991C48.7319%2042.1864%2048.4886%2042.2741%2048.2454%2042.3616ZM96.064%2039.0916C96.0557%2039.0736%2096.4011%2038.9496%2096.4086%2038.9677C96.417%2038.9857%2096.0707%2039.1101%2096.064%2039.0916ZM103.81%2011.4394C103.648%2011.5066%20103.391%2011.6612%20103.432%2011.584C103.229%2011.742%20103.025%2011.9012%20102.823%2012.0604C103.134%2011.8842%20103.352%2011.7579%20103.81%2011.4394ZM37.2787%2046.2113C37.2856%2046.2309%2037.2966%2046.2492%2037.3052%2046.2683C37.5404%2046.1629%2037.7752%2046.0572%2038.0098%2045.9518C37.7666%2046.0382%2037.5226%2046.1247%2037.2787%2046.2113ZM111.145%2038.3792C111.16%2038.3926%20111.402%2038.1137%20111.387%2038.1016C111.371%2038.0896%20111.129%2038.368%20111.145%2038.3792ZM103.471%2047.6294C103.492%2047.5369%20102.939%2048.2081%20102.722%2048.5358C102.739%2048.5479%20102.757%2048.5587%20102.775%2048.5693C103.005%2048.2485%20103.232%2047.9447%20103.471%2047.6294ZM17.1852%2053.2977C17.1779%2053.2794%2016.8311%2053.4007%2016.8395%2053.4187C16.8458%2053.4373%2017.1934%2053.3157%2017.1852%2053.2977ZM109.578%2040.356C109.154%2040.8996%20109.077%2040.9915%20108.681%2041.3742C109.163%2040.7724%20109.649%2040.169%20110.135%2039.567C110.267%2039.5146%20109.936%2039.8969%20109.578%2040.356ZM96.6599%2023.7006C96.6506%2023.6833%2096.3141%2023.8277%2096.3223%2023.8455C96.3303%2023.8636%2096.6695%2023.7179%2096.6599%2023.7006ZM98.5718%2022.754C98.0868%2023.0041%2098.015%2023.0719%2098.0981%2023.0965C98.2162%2023.0454%2098.3341%2022.9939%2098.4513%2022.9428C98.5513%2022.8596%2098.6561%2022.7741%2098.7585%2022.6897C98.6962%2022.7113%2098.6343%2022.7324%2098.5718%2022.754ZM105.15%2045.4825C105.165%2045.4953%20105.395%2045.2135%20105.38%2045.2012C105.364%2045.1897%20105.133%2045.4724%20105.15%2045.4825ZM73.2617%2032.9887C73.2593%2033.0121%2073.2979%2033.0195%2073.2873%2033.046C73.0472%2033.1396%2072.8046%2033.2296%2072.5622%2033.3231C72.5178%2033.403%2072.6365%2033.3684%2073.3152%2033.1024C73.3176%2033.079%2073.279%2033.0716%2073.2895%2033.0451C73.5299%2032.9514%2073.7712%2032.8617%2074.0098%2032.7692C74.0522%2032.6898%2073.9387%2032.7232%2073.2617%2032.9887ZM79.7585%2032.125C79.7507%2032.1182%2079.7432%2032.111%2079.7343%2032.1055C79.5652%2032.3001%2079.3951%2032.4976%2079.2275%2032.6941C79.2354%2032.7009%2079.2437%2032.7071%2079.2527%2032.7125C79.4202%2032.5162%2079.5897%2032.3194%2079.7585%2032.125ZM132.828%203.69698C132.853%203.71544%20132.878%203.73433%20132.904%203.75274C133.073%203.54447%20133.235%203.31834%20133.352%203.05256C133.352%202.96687%20133.16%203.29015%20132.828%203.69698ZM107.97%2018.6039C107.974%2018.6133%20107.979%2018.6226%20107.985%2018.6312C108.215%2018.5226%20108.453%2018.4101%20108.686%2018.2994C108.681%2018.2901%20108.677%2018.2804%20108.671%2018.2718C108.438%2018.3826%20108.2%2018.4952%20107.97%2018.6039ZM77.0495%2035.3606C77.037%2035.3732%2077.0255%2035.3851%2077.0141%2035.3964C77.0319%2035.3719%2077.05%2035.3478%2077.0682%2035.3236C77.062%2035.3359%2077.0557%2035.3483%2077.0495%2035.3606C77.0497%2035.3602%2077.0499%2035.3599%2077.0501%2035.3595C77.2236%2035.1866%2077.3982%2035.0138%2077.5746%2034.8404C77.3314%2035.144%2077.0922%2035.4468%2076.8543%2035.752C76.9188%2035.6217%2076.9835%2035.4916%2077.0495%2035.3606ZM102.91%2012.1713C102.777%2012.2127%20102.644%2012.2542%20102.513%2012.2948C102.198%2012.5148%20101.875%2012.742%20101.566%2012.9617C101.641%2012.9576%20102.208%2012.6076%20101.92%2012.8623C101.839%2012.9325%20100.941%2013.5418%20101.513%2013.1916C101.96%2012.8598%20102.445%2012.5065%20102.91%2012.1713ZM56.7174%2039.0583C56.3994%2039.202%2056.9504%2039.0124%2056.8749%2039.083C56.8261%2039.129%2056.4114%2039.3285%2056.6135%2039.2957C57.5717%2038.8996%2057.5138%2038.8347%2056.7174%2039.0583ZM127.728%200.849703C127.73%200.868456%20128.098%200.848599%20128.097%200.829802C128.096%200.809327%20127.726%200.829276%20127.728%200.849703ZM117.658%2013.7269C117.668%2013.7453%20117.679%2013.763%20117.69%2013.7805C117.806%2013.7192%20117.92%2013.6576%20118.034%2013.5967C118.024%2013.5783%20118.012%2013.5608%20118.001%2013.5433C117.887%2013.6041%20117.773%2013.6655%20117.658%2013.7269ZM71.7254%2045.2823C71.7266%2045.2814%2071.8931%2045.6783%2071.8994%2045.6831C71.8635%2045.7062%2071.6868%2045.2895%2071.7254%2045.2823ZM88.55%2023.3667C89.1496%2022.8395%2089.6134%2022.3637%2090.1542%2021.9641C90.1992%2021.9187%2090.2439%2021.8733%2090.2905%2021.8268C89.6544%2022.2821%2088.8989%2022.9415%2088.55%2023.3667ZM121.474%2011.0978C121.873%2010.8845%20122.271%2010.6686%20122.667%2010.4514C122.94%2010.2804%20123.212%2010.1089%20123.481%209.93736C123.39%2010.0102%20123.296%2010.0847%20123.203%2010.1582C123.37%2010.0758%20123.533%209.99555%20123.697%209.91397C123.855%209.80681%20124.009%209.70208%20124.165%209.59603C124.119%209.68882%20124.63%209.38807%20124.825%209.31807C124.883%209.29768%20124.626%209.46187%20124.679%209.44577C124.789%209.41283%20125.018%209.28571%20124.962%209.36211C124.567%209.58334%20124.172%209.80122%20123.769%2010.0202C123.451%2010.2484%20123.126%2010.4778%20122.802%2010.7048C122.523%2010.857%20122.257%2011.0008%20121.969%2011.1557C122.18%2011.086%20121.769%2011.3512%20121.792%2011.384C121.818%2011.416%20122.258%2011.1892%20122.089%2011.3387C122.319%2011.1996%20122.536%2011.0673%20122.755%2010.9325C122.631%2010.9754%20122.505%2011.0187%20122.379%2011.0623C123.188%2010.5969%20123.687%2010.286%20124.174%209.92022C124.229%209.88653%20124.282%209.85399%20124.336%209.82099C124.316%209.88472%20124.874%209.63832%20125.397%209.31117C125.221%209.30805%20125.695%208.90046%20125.233%209.08217C126.11%208.53228%20126.973%207.97063%20127.824%207.39185C127.824%207.39115%20127.825%207.39044%20127.826%207.38974C127.827%207.28859%20127.01%207.83884%20126.312%208.28192C125.864%208.57546%20125.532%208.84058%20125.043%209.12446C124.207%209.60641%20124.815%209.1226%20124.763%209.08055C125.539%208.62041%20126.74%207.91934%20126.695%207.80847C126.362%208.01993%20126.032%208.22627%20125.7%208.43063C125.695%208.41656%20125.691%208.40187%20125.687%208.38781C125.427%208.57844%20125.167%208.7672%20124.909%208.95258C124.735%209.0369%20124.556%209.12343%20124.381%209.20656C124.347%209.2752%20124.613%209.13187%20124.762%209.08102C124.542%209.21572%20124.335%209.34451%20124.115%209.48062C124.121%209.50101%20124.13%209.51986%20124.136%209.54013C123.024%2010.2065%20123.062%2010.0566%20122.545%2010.2756C122.191%2010.5507%20121.833%2010.8255%20121.474%2011.0978ZM101.241%2052.9198C101.254%2052.9135%20101.167%2052.5402%20101.153%2052.5424C101.128%2052.5469%20101.217%2052.9282%20101.241%2052.9198ZM103.733%2020.5457C103.723%2020.5286%20103.39%2020.6798%20103.399%2020.6971C103.409%2020.7145%20103.743%2020.5628%20103.733%2020.5457ZM21.7312%2051.6239C21.5457%2051.6835%2021.3615%2051.7423%2021.1768%2051.8016C21.3651%2051.7521%2021.5547%2051.7023%2021.7437%2051.6525C21.92%2051.5742%2022.0968%2051.496%2022.2712%2051.4183C22.0921%2051.4866%2021.9122%2051.555%2021.7312%2051.6239ZM111.21%2016.8748C111.134%2016.9198%20111.058%2016.965%20110.981%2017.0102C110.891%2017.0635%20110.801%2017.117%20110.71%2017.1705C110.715%2017.1797%20110.723%2017.1876%20110.727%2017.1968C110.823%2017.1577%20110.919%2017.1188%20111.015%2017.0799C111.282%2016.9708%20111.547%2016.8626%20111.809%2016.755C111.668%2016.7664%20111.526%2016.7779%20111.384%2016.7896C111.327%2016.8176%20111.267%2016.8466%20111.21%2016.8748ZM127.731%200.958846C126.953%200.976973%20126.173%201.0391%20125.396%201.13727C125.786%201.09316%20126.175%201.05876%20126.564%201.03388C126.31%201.07435%20126.056%201.11896%20125.8%201.16802C125.998%201.1592%20126.192%201.15332%20126.39%201.14934C126.835%201.07237%20127.283%201.00823%20127.731%200.958846ZM92.3245%2025.3861C92.3365%2025.4149%2092.3519%2025.4424%2092.3672%2025.4699C92.4872%2025.4198%2092.607%2025.3695%2092.7263%2025.3195C92.7126%2025.2914%2092.6989%2025.2632%2092.6836%2025.2358C92.5643%2025.2856%2092.4445%2025.3359%2092.3245%2025.3861ZM40.1753%2045.1437C40.3139%2045.0791%2039.3847%2045.3354%2039.0753%2045.4791C38.9366%2045.5437%2039.868%2045.2869%2040.1753%2045.1437ZM96.9849%2023.4926C96.9767%2023.4748%2096.6404%2023.6197%2096.6495%2023.6371C96.6582%2023.6548%2096.9945%2023.5099%2096.9849%2023.4926ZM6.53427%2056.8658C6.54111%2056.8855%206.55075%2056.9042%206.55926%2056.9232C7.29498%2056.6696%207.66147%2056.5057%207.61933%2056.4544C7.25727%2056.5917%206.89657%2056.7286%206.53427%2056.8658ZM109.267%208.11683C109.988%207.68262%20110.306%207.48921%20110.99%207.06714C111.374%206.83099%20111.564%206.73085%20111.398%206.75886C110.841%207.06351%20110.267%207.38527%20109.71%207.70547C109.725%207.73234%20109.745%207.75709%20109.763%207.78318C109.316%208.03722%20108.863%208.29974%20108.422%208.55883C108.357%208.68362%20108.673%208.47634%20109.267%208.11683ZM110.608%2033.8029C110.493%2033.8442%20110.377%2033.8865%20110.259%2033.9297C109.778%2034.1056%20109.282%2034.2898%20108.792%2034.4736C108.781%2034.4446%20108.768%2034.4158%20108.757%2034.3867C109.256%2034.2263%20109.763%2034.0653%20110.253%2033.9128C110.373%2033.8752%20110.492%2033.8386%20110.608%2033.8029ZM71.4146%2033.5926C71.422%2033.6121%2071.4327%2033.6304%2071.4401%2033.6499C71.675%2033.5612%2071.9073%2033.4734%2072.1403%2033.3851C72.1557%2033.401%2072.1713%2033.4169%2072.1883%2033.4321C72.3073%2033.3869%2072.4297%2033.3401%2072.5511%2033.2938C72.4115%2033.3025%2072.2721%2033.3107%2072.1351%2033.3184C71.8959%2033.4096%2071.6558%2033.501%2071.4146%2033.5926ZM100.522%2021.9153C100.513%2021.8979%20100.179%2022.0454%20100.188%2022.0629C100.196%2022.0808%20100.531%2021.9327%20100.522%2021.9153ZM45.6306%2043.1344C45.6341%2043.1442%2045.6371%2043.1542%2045.6423%2043.1634C46.1264%2042.9788%2046.6076%2042.7951%2047.0886%2042.6113C47.0196%2042.6139%2046.9507%2042.6165%2046.8818%2042.6192C46.4654%2042.7907%2046.0494%2042.9622%2045.6306%2043.1344ZM129.806%206.1439C129.935%206.10074%20130.063%206.05693%20130.195%206.0105C130.319%205.86488%20130.449%205.71391%20130.57%205.56776C130.509%205.60864%20130.448%205.64974%20130.384%205.69224C130.192%205.84503%20129.998%205.99638%20129.806%206.1439ZM48.9089%2041.9732C48.8997%2041.9556%2048.5567%2042.0793%2048.5649%2042.0972C48.572%2042.1155%2048.9173%2041.9911%2048.9089%2041.9732ZM52.5407%2040.6114C52.5478%2040.631%2052.5583%2040.6495%2052.5653%2040.6691C52.5661%2040.6688%2052.5668%2040.6686%2052.5676%2040.6683C52.6889%2040.6245%2052.8104%2040.5803%2052.9315%2040.5364C52.9244%2040.5168%2052.9134%2040.4986%2052.9047%2040.4796C52.7836%2040.5233%2052.662%2040.5675%2052.5407%2040.6114ZM105.787%2035.3127C106.477%2035.056%20106.344%2035.1258%20106.577%2035.08C106.919%2035.0122%20107.357%2034.8706%20107.311%2034.948C106.949%2035.0689%20106.45%2035.2653%20106.227%2035.3056C105.943%2035.3574%20105.769%2035.3714%20105.787%2035.3127ZM54.3622%2039.9504C54.3692%2039.97%2054.3786%2039.9888%2054.3856%2040.0083C54.75%2039.8759%2055.1137%2039.7435%2055.4757%2039.6116C55.474%2039.6067%2055.4722%2039.6019%2055.4704%2039.597C55.1272%2039.6877%2054.8837%2039.7549%2054.3622%2039.9504ZM64.3573%2036.2781C64.184%2036.3647%2064.0116%2036.451%2063.8376%2036.5379C64.0803%2036.4478%2064.3229%2036.3577%2064.5642%2036.2679C64.5569%2036.2484%2064.5469%2036.2298%2064.538%2036.2109C64.4784%2036.233%2064.4168%2036.2558%2064.3573%2036.2781ZM70.3486%2034.0808C70.3418%2034.0623%2069.9996%2034.1919%2070.0079%2034.2098C70.015%2034.2281%2070.3568%2034.0987%2070.3486%2034.0808ZM101.479%2050.9644C101.469%2050.9604%20101.459%2050.9564%20101.45%2050.9524C101.352%2051.1876%20101.273%2051.432%20101.228%2051.6847C101.226%2051.6943%20101.225%2051.7039%20101.223%2051.7136C101.234%2051.7152%20101.244%2051.7169%20101.254%2051.7186C101.256%2051.7091%20101.257%2051.6996%20101.259%2051.6901C101.303%2051.4403%20101.382%2051.1981%20101.479%2050.9644ZM106.798%209.61619C106.792%209.60741%20106.786%209.5989%20106.779%209.59107C106.561%209.73053%20106.344%209.87049%20106.127%2010.0113C106.133%2010.02%20106.139%2010.0284%20106.146%2010.0361C106.363%209.89536%20106.58%209.75561%20106.798%209.61619ZM81.9037%2029.608C81.895%2029.5903%2081.5563%2029.7245%2081.5649%2029.7422C81.5723%2029.7605%2081.9121%2029.6259%2081.9037%2029.608ZM25.8839%2050.0343C25.8908%2050.054%2025.9005%2050.0726%2025.909%2050.0917C26.0311%2050.0489%2026.1533%2050.0058%2026.2753%2049.9629C26.2667%2049.9439%2026.2576%2049.925%2026.249%2049.906C26.1273%2049.9486%2026.0057%2049.9915%2025.8839%2050.0343ZM119.398%2012.4993C118.983%2012.7543%20118.99%2012.8207%20118.614%2013.0514C118.034%2013.4058%20117.471%2013.6566%20117.625%2013.6737C118.18%2013.3527%20118.728%2013.0329%20119.28%2012.7052C119.32%2012.6362%20119.356%2012.5684%20119.398%2012.4993ZM66.3491%2035.552C66.3407%2035.5341%2065.998%2035.6622%2066.0064%2035.6801C66.0135%2035.6984%2066.3568%2035.5701%2066.3491%2035.552ZM80.2347%2044.3577C80.0621%2044.4296%2079.8721%2044.5066%2079.6968%2044.5786C79.6334%2044.5932%2079.5695%2044.6078%2079.5087%2044.6215C79.6834%2044.5502%2079.8621%2044.4771%2080.0445%2044.4022C80.1109%2044.3864%2080.1716%2044.3725%2080.2347%2044.3577ZM98.0103%2022.9472C98.0011%2022.9297%2097.6657%2023.0752%2097.6744%2023.0928C97.6824%2023.1108%2098.0198%2022.9646%2098.0103%2022.9472ZM100.479%2021.8148C100.487%2021.8338%20100.499%2021.8515%20100.507%2021.8705C100.625%2021.8185%20100.74%2021.7676%20100.861%2021.7142C100.852%2021.6952%20100.842%2021.6767%20100.832%2021.6584C100.712%2021.7116%20100.597%2021.7626%20100.479%2021.8148ZM48.8753%2041.8689C48.8823%2041.8885%2048.8927%2041.9069%2048.8997%2041.9265C49.1424%2041.839%2049.3818%2041.7529%2049.6266%2041.6646C49.4344%2041.7118%2049.2458%2041.7576%2049.0554%2041.804C48.9959%2041.8254%2048.9348%2041.8474%2048.8753%2041.8689ZM101.062%2037.0347C100.887%2037.114%20100.71%2037.1938%20100.532%2037.2737C100.533%2037.2735%20100.534%2037.2732%20100.535%2037.2729C100.412%2037.3168%20100.292%2037.3597%20100.171%2037.4031C99.9808%2037.4489%2099.7887%2037.4955%2099.5977%2037.5418C100.086%2037.3671%20100.57%2037.1938%20101.057%2037.02C101.059%2037.0249%20101.061%2037.0298%20101.062%2037.0347ZM23.3222%2050.95C23.314%2050.932%2022.9689%2051.0531%2022.977%2051.0712C22.9846%2051.0893%2023.3303%2050.968%2023.3222%2050.95ZM116.908%2014.0015C116.897%2013.9848%20116.574%2014.1552%20116.584%2014.1719C116.594%2014.1889%20116.917%2014.0187%20116.908%2014.0015ZM40.8376%2044.7141C40.7564%2044.7875%2041.597%2044.5164%2041.9582%2044.3811C41.8682%2044.3702%2042.1421%2044.2535%2042.2852%2044.1651C41.8054%2044.3474%2041.3187%2044.5317%2040.8376%2044.7141ZM82.4456%2043.6451C82.3849%2043.6655%2082.3246%2043.6857%2082.2646%2043.7058C82.2391%2043.7114%2082.2136%2043.7169%2082.1882%2043.7225C82.019%2043.7602%2081.8512%2043.7972%2081.6873%2043.8327C81.846%2043.78%2082.0074%2043.7261%2082.1711%2043.6712C82.2542%2043.6433%2082.338%2043.6152%2082.4223%2043.5869C82.4306%2043.6061%2082.4389%2043.6253%2082.4456%2043.6451ZM105.284%2045.5912C105.206%2045.6857%20105.119%2045.7934%20105.038%2045.8937C105.054%2045.9069%20105.071%2045.9186%20105.089%2045.9303C105.17%2045.83%20105.257%2045.7228%20105.334%2045.6281C105.318%2045.6149%20105.301%2045.603%20105.284%2045.5912ZM12.3448%2054.7568C12.3384%2054.7382%2011.9919%2054.8591%2011.9993%2054.8773C12.0058%2054.8959%2012.3525%2054.7749%2012.3448%2054.7568ZM107.439%209.50573C107.798%209.28013%20108.015%209.10835%20108.397%208.86705C108.847%208.58347%20109.409%208.25198%20109.885%207.96523C109.937%207.84519%20109.518%208.10516%20108.856%208.51262C108.956%208.42762%20109.055%208.34289%20109.156%208.25746C108.646%208.5424%20108.146%208.82533%20107.638%209.12133C107.402%209.27425%20107.282%209.40598%20107.189%209.47452C106.673%209.85526%20106.215%2010.1663%20106.275%2010.2137C106.275%2010.2139%20106.274%2010.2142%20106.274%2010.2145C106.731%209.90993%20106.994%209.78645%20107.439%209.50573ZM107.442%2018.577C107.27%2018.6444%20106.528%2019.0762%20106.898%2018.9337C107.063%2018.8708%20107.817%2018.4311%20107.442%2018.577ZM102.859%2012.3957C103.285%2012.1116%20104.183%2011.513%20104.264%2011.3958C103.611%2011.8117%20102.96%2012.2347%20102.313%2012.6639C102.506%2012.5566%20102.55%2012.6006%20102.859%2012.3957ZM130.831%201.14233C130.832%201.13207%20130.834%201.12188%20130.834%201.11137C130.58%201.07411%20130.32%201.04594%20130.063%201.02596C130.062%201.03634%20130.062%201.04684%20130.063%201.05737C130.319%201.07731%20130.578%201.10522%20130.831%201.14233ZM108.876%2017.8824C108.742%2017.9133%20108.155%2018.2039%20107.839%2018.3548C108.007%2018.3159%20108.415%2018.1598%20108.747%2018.0273C109.23%2017.8338%20109.327%2017.7774%20109.624%2017.5914C109.624%2017.5917%20109.623%2017.5921%20109.622%2017.5924C109.147%2017.7899%20109.128%2017.8237%20108.876%2017.8824ZM72.4721%2033.123C72.4795%2033.1425%2072.4903%2033.1608%2072.4977%2033.1803C72.6191%2033.1341%2072.7405%2033.0874%2072.8614%2033.0412C72.854%2033.0218%2072.8433%2033.0036%2072.8359%2032.9841C72.7149%2033.0302%2072.5934%2033.0767%2072.4721%2033.123ZM104.778%2011.4272C104.916%2011.2734%20105.114%2011.0933%20105.241%2010.9456C105.369%2010.797%20105.458%2010.6455%20105.535%2010.5313C105.579%2010.4657%20104.955%2010.8852%20104.915%2010.9218C104.645%2011.17%20104.808%2011.107%20103.981%2011.6632C103.991%2011.669%20103.993%2011.6806%20104.001%2011.6873C104.213%2011.5432%20104.426%2011.4%20104.64%2011.2561C104.687%2011.3128%20104.73%2011.3713%20104.778%2011.4272ZM109.816%207.84251C109.827%207.85833%20110.142%207.67181%20110.131%207.65567C110.121%207.63849%20109.804%207.8262%20109.816%207.84251ZM113.843%2057.9564C113.465%2057.8737%20113.086%2057.7907%20112.708%2057.7074C112.71%2057.6972%20112.712%2057.687%20112.715%2057.6769C113.093%2057.76%20113.472%2057.843%20113.85%2057.9258C113.848%2057.936%20113.846%2057.9462%20113.843%2057.9564ZM80.413%2030.0457C80.4206%2030.0651%2080.4304%2030.0838%2080.438%2030.1032C80.5559%2030.0569%2080.6797%2030.0078%2080.7999%2029.9604C80.7923%2029.941%2080.783%2029.9223%2080.7737%2029.9036C80.6537%2029.9508%2080.5305%2029.9994%2080.413%2030.0457ZM99.2332%2037.6723C98.9908%2037.7592%2098.7465%2037.8467%2098.5029%2037.9341C98.4994%2037.9242%2098.4959%2037.9144%2098.4924%2037.9046C98.7359%2037.8171%2098.9802%2037.7296%2099.2227%2037.6428C99.2262%2037.6526%2099.2297%2037.6624%2099.2332%2037.6723ZM22.7408%2051.038C22.566%2051.1213%2022.393%2051.2041%2022.218%2051.2875C22.4617%2051.202%2022.7058%2051.1165%2022.9493%2051.0312C22.9424%2051.0115%2022.9316%2050.9931%2022.923%2050.9741C22.863%2050.9951%2022.8009%2051.0168%2022.7408%2051.038ZM132.644%201.752C132.655%201.73411%20132.664%201.71531%20132.673%201.6965C132.652%201.68443%20132.631%201.67246%20132.61%201.66061C132.52%201.61131%20132.424%201.56598%20132.326%201.52492C132.318%201.54411%20132.314%201.56469%20132.305%201.58387C132.4%201.62386%20132.493%201.66794%20132.58%201.71535C132.602%201.72748%20132.623%201.73969%20132.644%201.752ZM83.2663%2028.8473C83.1658%2028.9323%2083.0626%2029.0183%2082.9616%2029.1034C83.0813%2029.0558%2083.201%2029.008%2083.3201%2028.9605C83.5382%2028.8286%2083.7636%2028.6935%2083.9854%2028.5599C83.745%2028.6562%2083.5028%2028.7529%2083.2663%2028.8473ZM108.366%2034.4535C108.114%2034.5395%20107.882%2034.619%20107.634%2034.7043C107.63%2034.6945%20107.627%2034.6846%20107.624%2034.6748C107.872%2034.5896%20108.104%2034.5099%20108.356%2034.4239C108.359%2034.4338%20108.363%2034.4437%20108.366%2034.4535ZM95.8082%2017.5569C95.8215%2017.5714%2095.5344%2017.7971%2095.5203%2017.7834C95.5065%2017.7691%2095.7955%2017.5417%2095.8082%2017.5569ZM94.9007%2024.0618C94.4095%2024.3093%2094.3411%2024.3747%2094.4229%2024.4005C95.0264%2024.1646%2095.6351%2023.8293%2095.8035%2023.7109C95.8042%2023.7106%2095.8049%2023.7103%2095.8056%2023.71C95.5066%2023.8267%2095.2044%2023.944%2094.9007%2024.0618ZM93.0863%2019.7162C93.1866%2019.6343%2093.2869%2019.5525%2093.3867%2019.4714C93.3998%2019.4875%2093.4157%2019.5015%2093.4288%2019.5176C93.329%2019.5987%2093.2289%2019.6806%2093.1287%2019.7624C93.1155%2019.7463%2093.0995%2019.7323%2093.0863%2019.7162ZM98.6937%2022.5646C98.7927%2022.476%2098.8927%2022.3868%2098.9908%2022.2984C98.7627%2022.4097%2098.5285%2022.523%2098.2995%2022.6342C98.0495%2022.7088%2097.7975%2022.7839%2097.5429%2022.8602C97.9288%2022.7612%2098.3047%2022.6661%2098.6937%2022.5646ZM69.9361%2034.1032C69.9274%2034.0855%2069.5867%2034.2143%2069.5941%2034.2325C69.6029%2034.2502%2069.9449%2034.1209%2069.9361%2034.1032ZM88.374%2023.7545C88.3872%2023.7688%2088.1152%2024.0136%2088.1021%2023.9992C88.0872%2023.9857%2088.3605%2023.74%2088.374%2023.7545ZM107.179%209.48429C107.397%209.34568%20107.615%209.20823%20107.834%209.07115C107.847%209.08786%20107.859%209.10457%20107.87%209.12222C107.652%209.25923%20107.433%209.39675%20107.215%209.53528C107.203%209.51862%20107.19%209.50189%20107.179%209.48429ZM131.291%204.9338C131.28%204.91861%20130.994%205.15146%20131.009%205.16402C131.019%205.18183%20131.308%204.94643%20131.291%204.9338ZM114.437%2015.1244C114.446%2015.143%20114.458%2015.1607%20114.469%2015.1785C114.701%2015.0602%20114.93%2014.9428%20115.157%2014.8262C114.976%2014.8955%20114.794%2014.9658%20114.61%2015.036C114.553%2015.0651%20114.494%2015.0952%20114.437%2015.1244ZM95.8896%2017.632C95.8754%2017.6167%2095.8611%2017.6014%2095.8483%2017.585C96.2473%2017.2591%2096.6488%2016.934%2097.0509%2016.6118C97.0873%2016.6859%2096.6183%2017.0688%2095.8896%2017.632ZM111.301%2033.432C111.29%2033.4149%20111.648%2033.302%20111.653%2033.3214C111.661%2033.3394%20111.303%2033.452%20111.301%2033.432ZM123.567%201.75147C123.571%201.77024%20123.929%201.68605%20123.923%201.66781C123.919%201.64798%20123.561%201.7323%20123.567%201.75147ZM115.857%2032.4915C115.858%2032.4833%20115.974%2032.5178%20116.035%2032.6323C116.094%2032.7466%20116.063%2032.8584%20116.056%2032.8552C116.044%2032.8557%20116.063%2032.7484%20116.009%2032.6463C115.955%2032.5435%20115.851%2032.5013%20115.857%2032.4915ZM122.446%202.04745C122.452%202.06546%20122.804%201.96717%20122.797%201.94929C122.792%201.92987%20122.439%202.02835%20122.446%202.04745ZM0.99309%2058.6146C0.984959%2058.5966%201.32997%2058.4762%201.33886%2058.494C1.34704%2058.5122%200.999756%2058.6332%200.99309%2058.6146ZM108.091%2042.3787C107.923%2042.5755%20107.75%2042.779%20107.587%2042.9724C107.64%2042.963%20107.604%2043.038%20107.402%2043.312C107.583%2043.1215%20107.755%2042.9432%20107.937%2042.7529C107.987%2042.6289%20108.043%2042.4993%20108.091%2042.3787ZM3.16518%2057.8578C3.15848%2057.8393%202.81241%2057.9599%202.82059%2057.978C2.82776%2057.9963%203.17332%2057.8758%203.16518%2057.8578ZM104.897%2046.2681C104.888%2046.2616%20104.88%2046.2551%20104.872%2046.2486C104.708%2046.4523%20104.547%2046.6545%20104.39%2046.8543C104.398%2046.8607%20104.406%2046.8672%20104.414%2046.8737C104.572%2046.6739%20104.733%2046.472%20104.897%2046.2681ZM111.861%206.73157C111.87%206.74862%20112.19%206.56954%20112.18%206.55298C112.171%206.53547%20111.849%206.71534%20111.861%206.73157ZM98.1155%2038.0066C97.9942%2038.0502%2097.8722%2038.0941%2097.7505%2038.1376C97.7418%2038.1186%2097.7331%2038.0995%2097.7261%2038.0799C97.8477%2038.0362%2097.9698%2037.9924%2098.0912%2037.949C98.0998%2037.968%2098.1085%2037.987%2098.1155%2038.0066ZM103.673%2011.8926C103.404%2012.0238%20102.493%2012.699%20102.064%2012.9886C102.026%2013.0143%20101.864%2013.0715%20101.583%2013.2951C101.464%2013.3901%20101.45%2013.4084%20101.445%2013.4318C101.638%2013.2855%20101.876%2013.1306%20102.064%2012.9886C102.091%2012.9899%20102.084%2013.001%20102.093%2013.0106C101.819%2013.1858%20101.846%2013.2198%20101.811%2013.2464C101.578%2013.4234%20101.391%2013.5399%20101.16%2013.7134C101.167%2013.7098%20101.174%2013.7062%20101.181%2013.7026C101.214%2013.6905%20101.164%2013.7462%20101.354%2013.612C101.433%2013.556%20101.571%2013.4575%20101.655%2013.3965C101.891%2013.2264%20101.704%2013.3347%20101.812%2013.2455C101.919%2013.1563%20102.179%2012.9868%20102.093%2013.0097C102.307%2012.8577%20102.515%2012.7133%20102.727%2012.565C102.534%2012.7318%20102.338%2012.9006%20102.146%2013.0684C102.371%2012.9413%20102.597%2012.8144%20102.823%2012.6885C103.105%2012.4226%20103.387%2012.1573%20103.673%2011.8926ZM99.2114%2037.597C99.2043%2037.5787%2099.5482%2037.4555%2099.5557%2037.4738C99.563%2037.4921%2099.2181%2037.6155%2099.2114%2037.597ZM76.1182%2037.1247C75.9106%2037.4049%2075.7296%2037.6479%2075.576%2037.8435C75.4036%2038.0631%2075.2634%2038.2295%2075.1489%2038.3358C75.2865%2038.139%2075.4138%2037.9633%2075.5301%2037.8096C75.7731%2037.4886%2075.9684%2037.2562%2076.1182%2037.1247ZM106.148%2035.1533C105.902%2035.2388%20105.657%2035.3244%20105.415%2035.4092C105.407%2035.3901%20105.398%2035.3709%20105.391%2035.3512C105.633%2035.2665%20105.878%2035.1809%20106.124%2035.0953C106.132%2035.1144%20106.141%2035.1336%20106.148%2035.1533ZM129.688%201.11166C129.688%201.13022%20130.049%201.15318%20130.051%201.13484C130.052%201.11393%20129.688%201.09081%20129.688%201.11166ZM106.514%2035.0092C106.503%2034.9922%20106.856%2034.8693%20106.862%2034.8881C106.871%2034.9059%20106.518%2035.0287%20106.514%2035.0092ZM57.2027%2038.7648C57.1938%2038.7472%2056.8518%2038.8723%2056.8601%2038.8902C56.8676%2038.9084%2057.2112%2038.7827%2057.2027%2038.7648ZM79.8296%2044.356C79.8216%2044.338%2080.1771%2044.2243%2080.1798%2044.244C80.19%2044.2614%2079.8349%2044.3751%2079.8296%2044.356ZM86.721%2041.8402C86.7518%2041.8636%2086.7209%2041.9238%2086.7658%2041.9394C86.8641%2041.9739%2087.2477%2041.813%2087.7066%2041.6923C87.629%2041.6751%2087.5525%2041.6581%2087.4769%2041.6404C87.7166%2041.545%2087.96%2041.4481%2088.1955%2041.3537C88.1948%2041.3539%2088.194%2041.3542%2088.1933%2041.3545C87.703%2041.5169%2087.2158%2041.677%2086.721%2041.8402ZM101.427%2051.7265C101.429%2051.7266%20101.43%2051.7246%20101.432%2051.7209C101.451%2051.6785%20101.524%2051.3894%20101.51%2051.3846C101.489%2051.3778%20101.412%2051.6717%20101.424%2051.7194C101.424%2051.7238%20101.426%2051.7263%20101.427%2051.7265ZM89.3141%2041.0237C89.321%2041.0433%2089.3313%2041.0618%2089.3383%2041.0814C89.6471%2040.9827%2089.9566%2040.8839%2090.2622%2040.786C90.3204%2040.7598%2090.3792%2040.7336%2090.4392%2040.7067C90.307%2040.7261%2090.1747%2040.7454%2090.0448%2040.764C89.8036%2040.8498%2089.557%2040.9375%2089.3141%2041.0237ZM83.1227%2028.8925C83.1383%2028.9044%2082.8841%2029.1689%2082.8693%2029.1563C82.8539%2029.1436%2083.1087%2028.8784%2083.1227%2028.8925ZM131.363%204.44449C131.489%204.39059%20131.611%204.33806%20131.736%204.28116C131.861%204.1397%20131.986%203.99232%20132.098%203.8495C132.667%203.34913%20133.472%202.63746%20132.922%201.9977C132.921%201.99693%20132.92%201.99617%20132.919%201.99541C132.981%202.11243%20133.013%202.2338%20133.007%202.33931C133.066%202.50184%20133.032%202.69977%20132.941%202.89782C132.916%202.82838%20132.885%202.76075%20132.848%202.705C132.746%202.96476%20132.509%203.24844%20132.256%203.50258C131.991%203.82943%20131.684%204.14033%20131.363%204.44449ZM101.388%2036.7859C101.38%2036.7678%20101.727%2036.6439%20101.734%2036.6622C101.743%2036.6801%20101.395%2036.8043%20101.388%2036.7859ZM110.254%2017.1488C110.436%2017.0778%20110.618%2017.0067%20110.798%2016.9363C110.836%2016.9141%20110.874%2016.8914%20110.912%2016.8689C110.93%2016.8585%20110.947%2016.8482%20110.965%2016.838C110.946%2016.8454%20110.927%2016.8528%20110.908%2016.8602C110.747%2016.9233%20110.584%2016.9867%20110.421%2017.0502C110.366%2017.0827%20110.311%2017.1155%20110.254%2017.1488ZM110.967%2039.2283C110.821%2039.3643%20110.677%2039.499%20110.534%2039.6312C110.42%2039.7877%20110.314%2039.9335%20110.195%2040.0956C110.199%2040.099%20110.203%2040.1023%20110.206%2040.1057C110.461%2039.8116%20110.706%2039.5279%20110.967%2039.2283ZM91.363%2021.2863C91.3683%2021.2915%2091.3328%2021.3274%2091.2857%2021.3695C91.2053%2021.4413%2091.0919%2021.5311%2091.0827%2021.5227C91.0737%2021.5139%2091.1826%2021.4159%2091.2679%2021.3483C91.3171%2021.3094%2091.3583%2021.2808%2091.363%2021.2863ZM68.0614%2034.6262C68.074%2034.6549%2068.0883%2034.6829%2068.1009%2034.7115C68.305%2034.6348%2068.5089%2034.5581%2068.7119%2034.4816C68.7493%2034.4676%2068.7867%2034.4535%2068.824%2034.4394C68.7384%2034.4291%2069.0108%2034.3062%2069.148%2034.2171C68.992%2034.2759%2068.8357%2034.3348%2068.679%2034.3939C68.4737%2034.4712%2068.2678%2034.5486%2068.0614%2034.6262ZM87.6226%2024.6249C87.6073%2024.6107%2087.5918%2024.5964%2087.5778%2024.581C87.8627%2024.3202%2088.1495%2024.0605%2088.4375%2023.8024C88.4445%2023.8101%2088.4532%2023.8164%2088.4602%2023.8241C88.0914%2024.1478%2087.93%2024.3262%2087.6226%2024.6249ZM82.7427%2043.3466C82.7461%2043.3565%2082.7494%2043.3664%2082.7528%2043.3763C83.0025%2043.2919%2083.2374%2043.2119%2083.4859%2043.1271C83.4825%2043.1172%2083.4792%2043.1073%2083.4758%2043.0975C83.2273%2043.1823%2082.9925%2043.2622%2082.7427%2043.3466ZM84.5761%2042.7196C84.5795%2042.7295%2084.5829%2042.7393%2084.5863%2042.7492C84.8273%2042.666%2085.0714%2042.5814%2085.3186%2042.4955C85.3152%2042.4857%2085.3117%2042.4758%2085.3083%2042.4659C85.0612%2042.5518%2084.8171%2042.6364%2084.5761%2042.7196ZM128.331%206.7765C128.48%206.76113%20128.634%206.74242%20128.784%206.7258C128.863%206.61895%20128.941%206.5126%20129.019%206.40533C129.209%206.28222%20129.384%206.16579%20129.541%206.05747C129.853%205.84147%20130.121%205.63816%20130.411%205.37587C130.568%205.27431%20130.718%205.17667%20130.87%205.07484C130.788%205.15372%20130.702%205.23526%20130.62%205.31242C130.822%205.16147%20131.028%205.00345%20131.225%204.84662C131.106%204.89743%20130.981%204.95193%20130.862%204.99992C130.558%205.23749%20130.249%205.46839%20129.937%205.69528C129.916%205.67245%20129.894%205.64948%20129.873%205.62664C129.732%205.73556%20129.6%205.83596%20129.458%205.94361C129.086%206.22516%20128.711%206.50207%20128.331%206.7765ZM130.32%205.58275C130.308%205.568%20130.018%205.78684%20130.03%205.80189C130.042%205.81779%20130.333%205.59824%20130.32%205.58275ZM101.16%2013.7134C101.185%2013.6796%20101.114%2013.7196%20101.148%2013.6821C101.032%2013.773%20100.878%2013.873%20100.857%2013.9113C100.837%2013.9484%20101.083%2013.7593%20101.16%2013.7134ZM111.636%2016.4744C111.626%2016.4576%20111.299%2016.6183%20111.309%2016.6353C111.318%2016.6523%20111.646%2016.4912%20111.636%2016.4744ZM114.657%2014.7309C114.632%2014.807%20115.166%2014.5579%20115.012%2014.7063C114.893%2014.8207%20114.427%2015.1072%20115.459%2014.5643C115.519%2014.4812%20115.601%2014.3852%20115.667%2014.2986C115.334%2014.4419%20114.984%2014.5938%20114.657%2014.7309ZM123.981%201.83106C124.522%201.71499%20124.763%201.64883%20125.097%201.55444C124.745%201.58687%20124.493%201.61378%20123.955%201.74049C123.962%201.77097%20123.972%201.80096%20123.981%201.83106ZM78.7005%2044.6434C78.6963%2044.6244%2079.0435%2044.5174%2079.0491%2044.5361C79.0565%2044.5545%2078.7087%2044.6617%2078.7005%2044.6434ZM104.968%2046.3037C104.983%2046.3167%20105.21%2046.0352%20105.196%2046.0217C105.179%2046.0104%20104.951%2046.2938%20104.968%2046.3037ZM80.0311%2032.3356C80.0468%2032.3493%2080.0637%2032.3616%2080.0805%2032.3739C79.9121%2032.5678%2079.7432%2032.7638%2079.5761%2032.9595C79.7267%2032.7511%2079.8789%2032.5424%2080.0311%2032.3356ZM108.821%2017.7503C108.83%2017.769%20108.841%2017.7871%20108.851%2017.8051C108.967%2017.7502%20109.083%2017.6946%20109.201%2017.6383C109.192%2017.6195%20109.179%2017.6022%20109.17%2017.5835C109.053%2017.6397%20108.937%2017.6952%20108.821%2017.7503ZM129.873%201.60783C130.239%201.61748%20130.066%201.55859%20130.057%201.52732C130.247%201.55189%20130.562%201.60867%20130.788%201.64193C131.034%201.63674%20131.282%201.6415%20131.524%201.65886C131.052%201.54173%20130.557%201.47355%20130.058%201.43332C130.05%201.46405%20130.071%201.49711%20130.055%201.52714C129.382%201.44278%20129.221%201.43205%20129.304%201.36345C130.457%201.40153%20130.402%201.35539%20130.816%201.33008C130.32%201.24598%20129.808%201.19846%20129.301%201.17544C129.238%201.19478%20129.172%201.21444%20129.107%201.23452C128.525%201.21248%20129.22%201.14301%20128.145%201.18753C128.145%201.18749%20128.146%201.18746%20128.147%201.18743C128.534%201.21784%20128.921%201.25979%20129.303%201.31617C128.422%201.37678%20128.108%201.32962%20128.153%201.24966C127.778%201.28111%20127.386%201.32563%20127.021%201.37743C127.396%201.38771%20128.306%201.3467%20128.722%201.38961C129.33%201.45139%20129.164%201.51768%20129.873%201.60783ZM72.8434%2042.3347C72.8988%2042.2189%2072.9549%2042.1051%2073.0131%2041.9902C73.0325%2041.998%2073.052%2042.0059%2073.0706%2042.0154C73.0126%2042.13%2072.9566%2042.2432%2072.9012%2042.3586C72.8817%2042.3511%2072.8621%2042.3437%2072.8434%2042.3347ZM116.793%2013.8146C116.781%2013.7987%20116.46%2013.968%20116.47%2013.9847C116.48%2014.0015%20116.802%2013.832%20116.793%2013.8146ZM96.2166%2017.4358C96.2298%2017.4504%2095.9415%2017.676%2095.9289%2017.661C95.9155%2017.6464%2096.2034%2017.4211%2096.2166%2017.4358ZM120.156%2011.8993C120.514%2011.7348%20120.864%2011.5728%20121.218%2011.4068C121.201%2011.3805%20121.184%2011.3545%20121.167%2011.3282C120.83%2011.5204%20120.497%2011.7084%20120.156%2011.8993ZM77.9391%2044.84C77.8801%2044.8628%2077.8194%2044.886%2077.7615%2044.9084C77.5636%2044.9336%2077.3692%2044.9568%2077.1764%2044.9785C77.2988%2044.9441%2077.4187%2044.9098%2077.5436%2044.8738C77.6792%2044.8618%2077.8077%2044.8515%2077.9391%2044.84ZM3.47354%2057.5682C3.48038%2057.5879%203.49007%2057.6067%203.49858%2057.6258C3.74246%2057.5408%203.98667%2057.4556%204.23051%2057.3706C4.22201%2057.3516%204.21458%2057.3321%204.20441%2057.3136C3.96081%2057.3985%203.71717%2057.4833%203.47354%2057.5682ZM106.709%2044.2334C106.724%2044.2459%20106.964%2043.96%20106.948%2043.9485C106.934%2043.9342%20106.693%2044.2225%20106.709%2044.2334ZM69.871%2033.9606C69.8626%2033.9428%2069.5207%2034.072%2069.529%2034.0899C69.5361%2034.1083%2069.8792%2033.9786%2069.871%2033.9606ZM85.7902%2026.3429C85.8029%2026.3319%2085.8159%2026.3209%2085.8287%2026.31C85.8276%2026.3113%2085.8268%2026.3124%2085.8257%2026.3137C85.8278%2026.3118%2085.8299%2026.31%2085.8319%2026.3082C85.6993%2026.4618%2085.5624%2026.6203%2085.4296%2026.7757C85.5489%2026.6315%2085.6706%2026.4858%2085.7902%2026.3429ZM46.5945%2042.473C46.5863%2042.455%2046.2419%2042.5786%2046.2501%2042.5966C46.2585%2042.6145%2046.6022%2042.4911%2046.5945%2042.473ZM106.709%2056.0845C106.71%2056.0801%20106.693%2056.0718%20106.665%2056.0619C106.57%2056.0279%20106.36%2055.9737%20106.357%2055.9885C106.355%2056.0036%20106.561%2056.064%20106.66%2056.0821C106.689%2056.0874%20106.708%2056.089%20106.709%2056.0845ZM78.5653%2034.141C78.5813%2034.1524%2078.3501%2034.4344%2078.3335%2034.424C78.3168%2034.4131%2078.5498%2034.1286%2078.5653%2034.141ZM132.587%201.88187C132.582%201.89381%20132.837%202.08183%20132.841%202.07183C132.864%202.05278%20132.599%201.85768%20132.587%201.88187ZM76.5835%2036.9759C76.7025%2036.673%2076.4864%2036.7559%2077.3472%2035.6301C77.1075%2036.0461%2077.0129%2036.2371%2077.2625%2036.0424C77.0344%2036.3519%2076.8088%2036.6622%2076.5849%2036.9741C76.5844%2036.9747%2076.584%2036.9753%2076.5835%2036.9759ZM63.306%2036.3013C63.3096%2036.3111%2063.3144%2036.3205%2063.318%2036.3303C63.5565%2036.2421%2063.7964%2036.1535%2064.0336%2036.0657C64.0456%2036.0829%2064.0589%2036.0999%2064.0726%2036.1166C64.1936%2036.0717%2064.3148%2036.0266%2064.4354%2035.9818C64.5418%2035.9088%2064.6517%2035.8346%2064.7578%2035.7618C64.2766%2035.9409%2063.7927%2036.1208%2063.306%2036.3013ZM66.5946%2035.1597C66.5878%2035.1412%2066.2447%2035.2696%2066.253%2035.2875C66.26%2035.3059%2066.6025%2035.1777%2066.5946%2035.1597ZM117.442%2013.382C118.06%2013.0431%20118.371%2012.8931%20118.831%2012.6845C119.147%2012.5405%20119.29%2012.4171%20119.487%2012.2891C119.082%2012.4833%20118.665%2012.682%20118.253%2012.8755C117.979%2013.0476%20117.718%2013.2107%20117.442%2013.382ZM85.6324%2042.2703C85.6253%2042.2519%2085.281%2042.3719%2085.2895%2042.3897C85.2962%2042.4082%2085.6401%2042.2885%2085.6324%2042.2703ZM92.2144%2039.9402C92.2777%2039.923%2092.3394%2039.9066%2092.4028%2039.8894C92.5796%2039.8096%2092.7557%2039.7299%2092.9316%2039.6504C92.8683%2039.6675%2092.8068%2039.6839%2092.7436%2039.701C92.5683%2039.7803%2092.3904%2039.8607%2092.2144%2039.9402ZM104.584%2019.6601C104.593%2019.679%20104.605%2019.6965%20104.613%2019.7154C104.847%2019.6084%20105.079%2019.502%20105.316%2019.3929C105.305%2019.3747%20105.295%2019.3565%20105.286%2019.3375C105.049%2019.4466%20104.818%2019.5531%20104.584%2019.6601ZM108.034%209.35218C107.699%209.55542%20107.368%209.75952%20107.035%209.96614C106.78%2010.0888%20106.525%2010.2121%20106.269%2010.3372C106.175%2010.3828%20106.082%2010.4285%20105.989%2010.4745C106.101%2010.4581%20106.214%2010.4419%20106.326%2010.4258C106.36%2010.4209%20106.394%2010.4161%20106.428%2010.4113C106.671%2010.2607%20106.979%2010.0486%20107.208%209.90999C107.596%209.67626%20107.242%209.95284%20107.599%209.73631C107.741%209.60943%20107.889%209.47968%20108.034%209.35218ZM108.745%2017.6137C107.669%2018.1314%20107.667%2018.2056%20107.773%2018.2473C108.509%2017.8616%20108.868%2017.6412%20108.745%2017.6137ZM132.233%201.79071C132.336%201.77661%20131.563%201.46511%20131.186%201.4245C131.183%201.44526%20131.181%201.46602%20131.177%201.48645C131.542%201.55719%20131.906%201.65246%20132.233%201.79071ZM77.6134%2035.3437C77.6933%2035.243%2077.7743%2035.1412%2077.8548%2035.041C77.8721%2035.0527%2077.8896%2035.0644%2077.9058%2035.0774C77.8256%2035.1776%2077.7444%2035.2793%2077.6645%2035.3798C77.6471%2035.3682%2077.6297%2035.3566%2077.6134%2035.3437ZM110.904%2016.7288C110.906%2016.7335%20110.908%2016.7382%20110.91%2016.7428C111.379%2016.5141%20111.836%2016.2892%20112.301%2016.0588C112.339%2015.9898%20112.107%2016.0824%20111.731%2016.2362C111.457%2016.4002%20111.183%2016.5637%20110.904%2016.7288ZM72.3662%2045.4815C72.4434%2045.5792%2072.5808%2045.6613%2072.7414%2045.7171C72.5208%2045.6696%2072.3363%2045.5768%2072.2374%2045.4301C72.2538%2045.4172%2072.2704%2045.4045%2072.2876%2045.3928C72.3098%2045.4253%2072.3363%2045.4551%2072.3662%2045.4815ZM82.821%2043.09C82.5567%2043.1797%2082.3015%2043.2739%2082.0684%2043.3642C81.7373%2043.4915%2081.4595%2043.6074%2081.2228%2043.7066C81.5161%2043.6146%2081.7938%2043.527%2082.0911%2043.4322C82.7764%2043.2142%2083.4865%2042.9839%2084.171%2042.76C83.7224%2042.8706%2083.2643%2042.9835%2082.821%2043.09ZM126.448%208.13878C126.436%208.12286%20126.13%208.32176%20126.141%208.33773C126.153%208.35378%20126.46%208.15444%20126.448%208.13878ZM94.759%2039.0124C95.5311%2038.6829%2095.9111%2038.6111%2096.7611%2038.2891C97.1171%2038.1543%2097.8593%2037.8073%2097.6252%2037.8511C97.2081%2038.0224%2096.7921%2038.1934%2096.3751%2038.3648C95.8121%2038.5227%2095.2498%2038.6805%2094.6867%2038.8385C94.7095%2038.8971%2094.7377%2038.9529%2094.759%2039.0124ZM84.6362%2028.1305C84.64%2028.1402%2084.6434%2028.15%2084.6488%2028.159C84.8861%2028.0636%2085.1265%2027.967%2085.3677%2027.8698C85.3638%2027.8601%2085.3604%2027.8502%2085.3549%2027.8412C85.1137%2027.9384%2084.8735%2028.0352%2084.6362%2028.1305ZM89.6267%2040.7965C89.6194%2040.7783%2089.2725%2040.9016%2089.2809%2040.9195C89.2877%2040.938%2089.6348%2040.8146%2089.6267%2040.7965ZM107.997%209.28272C108.008%209.29926%20108.318%209.1055%20108.307%209.08961C108.297%209.0727%20107.985%209.26667%20107.997%209.28272ZM79.9208%2029.9035C79.9339%2029.9319%2079.9486%2029.9597%2079.9616%2029.9882C80.2009%2029.894%2080.437%2029.801%2080.6803%2029.7052C80.6672%2029.6768%2080.6524%2029.649%2080.6393%2029.6206C80.396%2029.7165%2080.1602%2029.8095%2079.9208%2029.9035ZM103.115%2020.191C103.199%2020.1991%20103.13%2020.3634%20103.869%2019.9462C103.907%2019.9245%20103.85%2019.8851%20104.175%2019.7238C104.434%2019.5957%20104.954%2019.362%20104.856%2019.3635C104.397%2019.5623%20103.907%2019.7753%20103.44%2019.9751C103.332%2020.0472%20103.224%2020.1185%20103.115%2020.191ZM113.814%2032.3932C113.819%2032.4135%20113.826%2032.4334%20113.833%2032.4532C114.07%2032.3732%20114.333%2032.2915%20114.588%2032.2229C114.327%2032.2714%20114.059%2032.3328%20113.814%2032.3932ZM119.982%203.13009C119.988%203.14842%20120.332%203.02132%20120.323%203.00388C120.317%202.9849%20119.974%203.11195%20119.982%203.13009ZM95.3381%2023.6377C95.3463%2023.6568%2095.3577%2023.6746%2095.3658%2023.6937C95.4842%2023.6434%2095.6025%2023.5928%2095.7201%2023.5424C95.7119%2023.5233%2095.7021%2023.5048%2095.6924%2023.4864C95.5748%2023.5367%2095.4565%2023.5872%2095.3381%2023.6377ZM66.5551%2035.0742C66.5483%2035.0557%2066.2053%2035.184%2066.2135%2035.2019C66.2205%2035.2204%2066.5632%2035.0922%2066.5551%2035.0742ZM80.9398%2031.5646C80.9548%2031.577%2081.199%2031.3048%2081.1836%2031.2928C81.1686%2031.2797%2080.9236%2031.5529%2080.9398%2031.5646ZM109.428%2017.2521C109.443%2017.2795%20109.46%2017.306%20109.474%2017.3341C109.706%2017.2226%20109.935%2017.1122%20110.169%2016.9986C110.222%2016.9387%20109.886%2017.0227%20109.428%2017.2521ZM104.563%2035.3773C104.57%2035.3969%20104.579%2035.416%20104.587%2035.435C104.827%2035.3506%20105.077%2035.2629%20105.319%2035.1778C105.313%2035.1581%20105.304%2035.1391%20105.296%2035.12C105.053%2035.2052%20104.803%2035.2929%20104.563%2035.3773ZM126.867%201.56433C127.158%201.54308%20127.497%201.50128%20127.798%201.48746C127.354%201.47276%20126.905%201.47363%20126.454%201.48814C126.411%201.49583%20126.369%201.50365%20126.327%201.51161C125.764%201.6282%20126.246%201.61044%20126.867%201.56433ZM95.4056%2018.2521C95.6086%2018.0914%2095.8099%2017.933%2096.0136%2017.7733C96.0214%2017.7804%2096.0284%2017.7883%2096.0348%2017.7965C95.8311%2017.9562%2095.6298%2018.1145%2095.4269%2018.2752C95.419%2018.2681%2095.4121%2018.2602%2095.4056%2018.2521ZM124.022%201.93381C124.026%201.95254%20124.38%201.87466%20124.375%201.85626C124.37%201.83657%20124.016%201.91437%20124.022%201.93381ZM72.3294%2044.1521C72.3459%2044.1551%2072.2744%2044.4862%2072.2584%2044.4831C72.2351%2044.4823%2072.3075%2044.1463%2072.3294%2044.1521ZM119.77%2012.007C119.776%2012.0161%20119.78%2012.0256%20119.787%2012.0338C120.12%2011.8485%20120.463%2011.6557%20120.797%2011.4667C120.792%2011.4577%20120.786%2011.4488%20120.779%2011.4407C120.446%2011.6294%20120.104%2011.8218%20119.77%2012.007ZM118.907%203.56864C118.55%203.71448%20118.196%203.86429%20117.844%204.01807C117.848%204.02759%20117.853%204.03686%20117.858%204.04567C118.301%203.8471%20118.53%203.77658%20118.934%203.62532C118.926%203.60601%20118.916%203.58728%20118.907%203.56864ZM84.1271%2042.6429C84.1304%2042.6527%2084.1338%2042.6626%2084.1372%2042.6725C84.6241%2042.4939%2085.11%2042.3145%2085.5884%2042.1367C85.585%2042.1268%2085.5816%2042.117%2085.5781%2042.1071C85.0997%2042.2849%2084.6138%2042.4643%2084.1271%2042.6429ZM84.7798%2027.7674C85.3405%2027.1614%2085.6128%2026.8404%2085.4885%2026.8518C85.4092%2026.9576%2085.3317%2027.0618%2085.2534%2027.1675C84.9778%2027.4377%2084.7084%2027.7048%2084.4368%2027.9774C84.4362%2027.978%2084.4356%2027.9785%2084.435%2027.979C84.5489%2027.909%2084.6636%2027.8388%2084.7798%2027.7674ZM111.677%207.15783C111.687%207.17468%20112.005%206.9951%20111.995%206.97865C111.985%206.96122%20111.666%207.14133%20111.677%207.15783ZM88.4986%2041.0807C88.7524%2041.013%2089.0002%2040.9471%2089.2518%2040.8799C89.2448%2040.8603%2089.2362%2040.8413%2089.2276%2040.8222C88.9847%2040.9084%2088.7438%2040.9939%2088.4986%2041.0807ZM132.752%202.18191C132.752%202.18206%20132.753%202.18221%20132.753%202.18237C132.673%202.10304%20132.565%202.02845%20132.444%201.96177C132.372%201.92244%20132.293%201.88422%20132.211%201.84959C132.203%201.86873%20132.196%201.8885%20132.19%201.90825C132.242%201.93084%20132.291%201.95317%20132.341%201.97839C132.368%201.98794%20132.394%201.99758%20132.419%202.00727C132.546%202.05724%20132.66%202.11496%20132.752%202.18191ZM104.55%2011.7687C104.518%2011.7274%20104.486%2011.6859%20104.456%2011.6437C104.136%2011.8599%20103.816%2012.0777%20103.498%2012.2971C103.536%2012.2784%20103.575%2012.2597%20103.613%2012.241C103.855%2012.1286%20103.923%2012.1327%20103.913%2012.2021C104.125%2012.0571%20104.338%2011.9124%20104.55%2011.7687ZM99.4321%2015.2249C99.4436%2015.2408%2099.7387%2015.0224%2099.7258%2015.0076C99.7139%2014.9918%2099.4195%2015.2097%2099.4321%2015.2249ZM73.7923%2045.6001C73.7866%2045.5831%2073.4461%2045.6065%2073.4479%2045.6236C73.4503%2045.6457%2073.7915%2045.6221%2073.7923%2045.6001ZM66.5202%2034.9705C66.5275%2034.99%2066.5381%2035.0083%2066.5453%2035.0278C66.7842%2034.9384%2067.0285%2034.8469%2067.2707%2034.7561C67.2634%2034.7366%2067.2528%2034.7183%2067.2455%2034.6988C67.0033%2034.7897%2066.7591%2034.8812%2066.5202%2034.9705ZM68.3522%2034.333C68.4131%2034.3156%2068.4758%2034.2975%2068.5383%2034.2795C68.566%2034.2664%2068.5936%2034.2534%2068.6213%2034.2403C68.7698%2034.1704%2068.918%2034.1007%2069.0642%2034.0315C69.0009%2034.0498%2068.9382%2034.0677%2068.8747%2034.086C68.7866%2034.1277%2068.6984%2034.1693%2068.6103%2034.2109C68.5241%2034.2517%2068.438%2034.2924%2068.3522%2034.333ZM114.76%205.58469C114.75%205.56614%20114.738%205.54918%20114.728%205.53063C114.5%205.64711%20114.272%205.76491%20114.045%205.8838C114.054%205.90225%20114.065%205.91988%20114.077%205.93752C114.304%205.81859%20114.531%205.70095%20114.76%205.58469ZM88.8711%2026.2419C88.879%2026.2612%2088.8901%2026.2791%2088.898%2026.2984C89.0169%2026.2497%2089.135%2026.201%2089.2538%2026.1522C89.2459%2026.1329%2089.2363%2026.1142%2089.2267%2026.0956C89.108%2026.1443%2088.9899%2026.1931%2088.8711%2026.2419ZM73.0652%2042.4143C73.0825%2042.4217%2073.2409%2042.1009%2073.2237%2042.0931C73.2041%2042.0865%2073.046%2042.4067%2073.0652%2042.4143ZM129.265%205.80285C128.71%206.30556%20128.013%206.7678%20127.117%207.37999C126.795%207.59947%20126.966%207.5554%20126.666%207.77093C126.997%207.57294%20127.328%207.36946%20127.654%207.16689C127.586%207.18762%20127.519%207.20824%20127.45%207.2293C127.708%207.04276%20127.97%206.85016%20128.229%206.65683C128.247%206.66982%20128.262%206.6841%20128.28%206.69708C128.589%206.48145%20128.898%206.26249%20129.205%206.04031C129.206%206.00967%20129.294%205.9232%20129.382%205.83895C129.558%205.67089%20129.74%205.50831%20129.327%205.76439C129.308%205.77623%20129.287%205.78903%20129.265%205.80285ZM102.702%2020.2404C102.489%2020.3819%20102.272%2020.5251%20102.056%2020.6675C102.412%2020.5081%20102.757%2020.3527%20103.115%2020.191C103.096%2020.1536%20103.076%2020.1169%20103.056%2020.0803C102.939%2020.1334%20102.818%2020.188%20102.702%2020.2404ZM91.0402%2040.1438C91.0437%2040.1536%2091.0472%2040.1635%2091.0507%2040.1733C91.2931%2040.0868%2091.5394%2039.9989%2091.7809%2039.9124C91.7774%2039.9026%2091.7739%2039.8928%2091.7704%2039.883C91.5288%2039.9693%2091.2825%2040.0572%2091.0402%2040.1438ZM97.0436%2037.9596C96.653%2038.1402%2096.2875%2038.2304%2095.7706%2038.4165C96.0817%2038.327%2096.3914%2038.2378%2096.703%2038.1481C96.8792%2038.0682%2097.0558%2037.9882%2097.2316%2037.9086C97.1684%2037.9258%2097.1068%2037.9424%2097.0436%2037.9596ZM98.6951%2037.4168C98.6887%2037.3982%2098.3407%2037.5231%2098.3497%2037.5408C98.3565%2037.5592%2098.7037%2037.4347%2098.6951%2037.4168ZM79.2596%2033.6964C79.002%2033.9795%2078.7456%2034.2645%2078.4931%2034.5499C78.4679%2034.6468%2078.618%2034.5322%2078.7091%2034.4816C78.7284%2034.4741%2078.7478%2034.4666%2078.7671%2034.4591C78.8211%2034.443%2078.8846%2034.4126%2079.1591%2034.0857C79.1898%2033.9584%2079.2277%2033.824%2079.2596%2033.6964ZM83.8477%2028.2951C83.8389%2028.2775%2083.4971%2028.4142%2083.5057%2028.4319C83.5131%2028.4502%2083.8563%2028.3129%2083.8477%2028.2951ZM110.754%2016.471C111.111%2016.3084%20111.457%2016.1502%20111.812%2015.9868C111.812%2015.9867%20111.812%2015.9866%20111.813%2015.9865C111.945%2015.9563%20112.077%2015.9256%20112.206%2015.8965C112.186%2015.86%20112.165%2015.8239%20112.143%2015.7881C111.679%2016.0185%20111.223%2016.2425%20110.754%2016.471ZM113.916%2015.0214C113.905%2015.0046%20113.58%2015.1694%20113.589%2015.1867C113.598%2015.2041%20113.926%2015.0381%20113.916%2015.0214ZM75.0709%2045.2818C74.8871%2045.3417%2074.7148%2045.3967%2074.5289%2045.4503C74.7804%2045.4065%2075.0254%2045.3567%2075.2704%2045.3029C75.2659%2045.2825%2075.2597%2045.2624%2075.2535%2045.2424C75.1922%2045.2559%2075.13%2045.2693%2075.0709%2045.2818ZM120.773%203.05851C120.46%203.13562%20120.149%203.21672%20119.838%203.30185C119.781%203.3292%20119.723%203.35692%20119.665%203.38514C119.999%203.28056%20120.088%203.26978%20120.055%203.32002C120.293%203.23036%20120.532%203.14334%20120.773%203.05851ZM71.2219%2033.181C71.2226%2033.1807%2071.2233%2033.1804%2071.2241%2033.1802C71.287%2033.1618%2071.3483%2033.1441%2071.411%2033.1257C71.5853%2033.0427%2071.7596%2032.9597%2071.9311%2032.8776C71.8686%2032.8959%2071.8067%2032.9139%2071.7441%2032.9322C71.5707%2033.015%2071.3964%2033.0981%2071.2219%2033.181ZM73.219%2032.4357C73.2564%2032.3655%2073.2957%2032.2947%2073.333%2032.2246C72.9713%2032.3576%2072.6068%2032.4914%2072.2406%2032.6255C72.5683%2032.5619%2072.8944%2032.4986%2073.219%2032.4357ZM89.2171%2040.7927C89.9752%2040.5269%2090.5342%2040.3311%2091.0222%2040.1004C90.842%2040.1688%2090.6637%2040.2366%2090.4819%2040.3055C90.2417%2040.3816%2090.0006%2040.458%2089.7625%2040.5331C89.5818%2040.6193%2089.398%2040.7066%2089.2171%2040.7927ZM47.0549%2042.0583C47.2278%2041.9741%2047.4029%2041.8889%2047.5776%2041.804C47.2072%2041.9261%2046.8405%2042.0469%2046.4728%2042.1677C46.6677%2042.131%2046.8605%2042.0949%2047.0549%2042.0583ZM75.8737%2031.2802C75.7711%2031.3646%2075.6669%2031.4496%2075.5638%2031.5341C76.2464%2031.2461%2076.3275%2031.1684%2076.2358%2031.1401C76.1154%2031.1866%2075.9946%2031.2335%2075.8737%2031.2802ZM114.212%2014.748C114.635%2014.5677%20115.045%2014.392%20115.465%2014.2096C115.518%2014.1758%20115.574%2014.141%20115.628%2014.1073C115.496%2014.1346%20115.362%2014.1633%20115.229%2014.1909C114.884%2014.3807%20114.557%2014.5604%20114.212%2014.748ZM72.4325%2045.1991C72.408%2045.1632%2072.3853%2045.113%2072.3679%2045.0496C72.3501%2044.9853%2072.3374%2044.9107%2072.3301%2044.8299C72.3268%2044.9102%2072.3289%2044.9857%2072.3364%2045.0531C72.3486%2045.1646%2072.3775%2045.247%2072.4146%2045.3016C72.432%2045.29%2072.4493%2045.2783%2072.466%2045.2658C72.454%2045.2476%2072.4427%2045.226%2072.4325%2045.1991ZM92.7856%2024.5994C92.7766%2024.5819%2092.4395%2024.7233%2092.4484%2024.7409C92.4562%2024.759%2092.7943%2024.6171%2092.7856%2024.5994ZM117.578%204.34008C117.57%204.32104%20117.56%204.30262%20117.55%204.28429C117.433%204.33609%20117.316%204.38904%20117.199%204.44215C117.207%204.46114%20117.218%204.47948%20117.228%204.49774C117.345%204.4448%20117.462%204.39195%20117.578%204.34008ZM116.864%204.63007C116.396%204.83539%20115.928%205.04853%20115.464%205.26617C115.473%205.28486%20115.484%205.30285%20115.495%205.32076C116.03%205.04997%20116.411%204.88398%20116.894%204.68544C116.885%204.66652%20116.875%204.64825%20116.864%204.63007ZM85.5065%2041.9333C85.5184%2041.9622%2085.5298%2041.9914%2085.5417%2042.0203C85.8495%2041.924%2086.1608%2041.8265%2086.4664%2041.7303C86.5246%2041.7044%2086.5853%2041.6778%2086.6437%2041.6518C86.3844%2041.7042%2086.1333%2041.7534%2085.8719%2041.806C85.7494%2041.8486%2085.6276%2041.8911%2085.5065%2041.9333ZM87.3565%2041.3515C87.3634%2041.3711%2087.372%2041.3901%2087.3806%2041.4092C87.6147%2041.3047%2087.8548%2041.198%2088.0864%2041.0939C87.8462%2041.1788%2087.5992%2041.266%2087.3565%2041.3515ZM70.8128%2033.2204C70.1432%2033.4647%2069.3579%2033.8522%2070.3112%2033.506C70.6363%2033.3878%2070.9796%2033.1789%2070.8128%2033.2204ZM111.411%207.47161C111.406%207.46257%20111.4%207.45376%20111.393%207.44559C111.171%207.57325%20110.949%207.70169%20110.727%207.83121C110.732%207.8402%20110.737%207.84955%20110.744%207.85766C110.966%207.72807%20111.188%207.59933%20111.411%207.47161ZM83.6958%2028.8626C83.6883%2028.8553%2083.6804%2028.8484%2083.6717%2028.8424C83.4911%2029.028%2083.3156%2029.2097%2083.1361%2029.3974C83.1436%2029.4046%2083.1516%2029.4114%2083.1603%2029.4173C83.3398%2029.2298%2083.5152%2029.0481%2083.6958%2028.8626ZM92.4747%2039.5645C92.4782%2039.5743%2092.4817%2039.5842%2092.4853%2039.594C92.7285%2039.507%2092.9711%2039.4202%2093.2145%2039.333C93.211%2039.3232%2093.2075%2039.3133%2093.204%2039.3035C92.9606%2039.3907%2092.718%2039.4775%2092.4747%2039.5645ZM109.192%2017.2264C109.027%2017.3285%20108.862%2017.4307%20108.7%2017.5311C108.928%2017.4222%20109.167%2017.3082%20109.398%2017.1972C109.387%2017.1792%20109.375%2017.1617%20109.366%2017.1429C109.309%2017.1704%20109.25%2017.1988%20109.192%2017.2264ZM132.52%202.26922C133.08%202.41692%20132.349%203.32703%20131.514%204.06095C131.763%203.8752%20132.005%203.68289%20132.225%203.48089C132.477%203.19455%20132.704%202.86646%20132.754%202.62519C132.777%202.50601%20132.765%202.45356%20132.724%202.38401C132.682%202.31351%20132.578%202.21964%20132.439%202.13896C132.469%202.18146%20132.499%202.22746%20132.52%202.26922ZM30.0663%2048.0317C29.9449%2048.0745%2029.8231%2048.1175%2029.7016%2048.1602C29.6931%2048.1412%2029.6834%2048.1225%2029.6765%2048.1029C29.798%2048.0602%2029.9197%2048.017%2030.0411%2047.9744C30.0497%2047.9934%2030.0594%2048.012%2030.0663%2048.0317ZM96.1905%2017.9724C95.7879%2018.2945%2095.39%2018.6161%2094.9905%2018.9417C95.0634%2018.8301%2095.1355%2018.7192%2095.2093%2018.6073C94.8138%2018.9351%2094.4187%2019.2655%2094.0253%2019.5976C93.9986%2019.803%2094.7365%2019.2246%2095.9597%2018.2929C96.0367%2018.186%2096.1127%2018.0797%2096.1905%2017.9724ZM69.3256%2033.6811C69.0456%2033.7948%2068.7878%2033.8963%2068.53%2033.9972C68.1631%2034.1409%2067.7968%2034.2833%2067.3629%2034.46C66.626%2034.7599%2066.3016%2034.9027%2066.4892%2034.9143C66.4899%2034.914%2066.4906%2034.9137%2066.4914%2034.9135C67.1629%2034.6546%2067.4477%2034.4704%2068.16%2034.1933C68.301%2034.1384%2068.4309%2034.0901%2068.5487%2034.047C69.036%2033.8685%2069.3191%2033.7772%2069.3256%2033.6811ZM89.8788%2023.0499C89.8915%2023.0649%2090.1691%2022.8237%2090.1551%2022.8097C90.1418%2022.7951%2089.865%2023.0356%2089.8788%2023.0499ZM97.7692%2022.4555C97.887%2022.4046%2098.0041%2022.3534%2098.121%2022.3025C98.1593%2022.2212%2098.0466%2022.2238%2097.3579%2022.4975C97.3571%2022.4978%2097.3564%2022.4981%2097.3557%2022.4984C97.4942%2022.4839%2097.6315%2022.4699%2097.7692%2022.4555ZM126.298%207.938C126.288%207.92112%20125.98%208.12043%20125.991%208.13649C126.003%208.15268%20126.31%207.95347%20126.298%207.938ZM86.2041%2026.4658C86.1898%2026.4508%2086.1741%2026.4369%2086.1585%2026.4231C85.974%2026.5997%2085.7874%2026.7794%2085.6033%2026.9583C85.6178%2026.9732%2085.6335%2026.9869%2085.6493%2027.0006C85.8333%2026.8218%2086.0197%2026.6423%2086.2041%2026.4658ZM103.299%2054.4882C103.305%2054.4722%20103.041%2054.2913%20103.033%2054.3055C103.018%2054.3231%20103.288%2054.5081%20103.299%2054.4882ZM102.347%2013.3088C102.359%2013.3246%20102.657%2013.1147%20102.646%2013.099C102.634%2013.0829%20102.334%2013.2937%20102.347%2013.3088ZM126.157%201.90404C126.566%201.86248%20126.59%201.81982%20126.959%201.78046C127.617%201.71322%20128.179%201.68575%20127.628%201.65489C127.073%201.71541%20126.511%201.79956%20125.959%201.9029C126.32%201.79647%20126.687%201.69818%20127.054%201.60978C126.555%201.67979%20126.057%201.76742%20125.565%201.87006C125.56%201.84953%20125.555%201.82937%20125.551%201.80884C125.551%201.80884%20125.551%201.80884%20125.55%201.80884C125.301%201.85002%20125.051%201.89534%20124.803%201.94401C124.807%201.96447%20124.811%201.98501%20124.819%202.0048C125.065%201.95645%20125.315%201.91123%20125.565%201.87006C125.502%201.92756%20125.611%201.96381%20126.157%201.90404ZM115.929%2013.8622C115.934%2013.8714%20115.939%2013.8803%20115.946%2013.8887C116.402%2013.6504%20116.86%2013.4089%20117.31%2013.1685C117.301%2013.1501%20117.289%2013.1324%20117.278%2013.1149C116.832%2013.3645%20116.381%2013.6146%20115.929%2013.8622ZM119%2012.2485C119.123%2012.1645%20118.253%2012.561%20117.968%2012.7504C117.844%2012.8342%20118.716%2012.4418%20119%2012.2485ZM92.6791%2020.6985C92.4379%2020.9113%2092.1973%2021.125%2091.9588%2021.338C91.9655%2021.3459%2091.9726%2021.3536%2091.9807%2021.3605C92.3818%2021.0388%2092.7861%2020.7175%2093.1911%2020.3984C93.0191%2020.4991%2092.8499%2020.5979%2092.6791%2020.6985ZM112.868%206.90505C112.733%206.94424%20112.6%206.9822%20112.466%207.02188C112.236%207.12522%20112.007%207.22925%20111.778%207.33471C112.347%207.03591%20112.918%206.74366%20113.494%206.45865C112.587%206.79924%20111.381%207.48722%20110.824%207.97195C110.948%207.93017%20111.071%207.8893%20111.195%207.84829C111.75%207.52746%20112.308%207.21275%20112.868%206.90505ZM105.501%2018.9458C105.493%2018.9278%20105.16%2019.0816%20105.169%2019.0991C105.177%2019.1169%20105.511%2018.9629%20105.501%2018.9458ZM80.8861%2032.0249C80.8705%2032.0111%2080.8524%2031.9998%2080.8369%2031.986C80.6662%2032.1789%2080.4981%2032.3703%2080.3288%2032.5651C80.3445%2032.5788%2080.3614%2032.5912%2080.3783%2032.6036C80.5476%2032.4089%2080.7155%2032.2177%2080.8861%2032.0249ZM106.902%2018.2943C106.894%2018.2764%20106.563%2018.4308%20106.573%2018.448C106.581%2018.4657%20106.911%2018.3117%20106.902%2018.2943ZM79.5963%2033.4427C79.6123%2033.4539%2079.8476%2033.1772%2079.8318%2033.1657C79.8166%2033.1528%2079.5805%2033.4307%2079.5963%2033.4427ZM77.6808%2035.8629C77.6645%2035.85%2077.647%2035.8385%2077.6296%2035.827C77.3912%2036.1298%2077.1545%2036.4345%2076.9209%2036.7394C76.9214%2036.7388%2076.9219%2036.7382%2076.9224%2036.7376C76.9265%2036.7407%2076.9306%2036.7439%2076.9347%2036.747C77.1748%2036.4872%2077.3433%2036.3013%2077.6808%2035.8629ZM112.802%2015.39C112.811%2015.4087%20112.824%2015.4257%20112.833%2015.4443C112.834%2015.444%20112.834%2015.4436%20112.835%2015.4433C113.056%2015.3093%20113.268%2015.1795%20113.492%2015.0433C113.257%2015.1618%20113.034%2015.2739%20112.802%2015.39ZM73.9184%2041.3602C74.4374%2040.4386%2074.6034%2040.1588%2074.4844%2040.1704C74.3776%2040.3987%2074.2713%2040.6319%2074.1703%2040.8635C73.9042%2041.2913%2073.6493%2041.7268%2073.4134%2042.1686C73.4472%2042.2593%2073.5477%2042.0326%2073.9184%2041.3602ZM73.3763%2042.138C73.3929%2042.1471%2073.5582%2041.8292%2073.5403%2041.8224C73.5216%2041.8142%2073.3569%2042.1311%2073.3763%2042.138ZM119.253%2011.9183C119.732%2011.6989%20119.649%2011.7984%20119.668%2011.8492C120.537%2011.3632%20120.712%2011.204%20120.607%2011.1792C120.159%2011.4266%20119.71%2011.672%20119.253%2011.9183ZM95.5781%2023.2632C95.8199%2023.1824%2096.0748%2023.0959%2096.3191%2023.0136C96.3109%2022.9944%2096.2994%2022.9766%2096.2912%2022.9574C96.0551%2023.0589%2095.8118%2023.1633%2095.5781%2023.2632ZM122.407%2010.0667C121.548%2010.6637%20122.523%2010.1653%20123.342%209.72902C123.426%209.62985%20123.516%209.52658%20123.6%209.42786C123.349%209.57461%20123.033%209.77701%20122.8%209.9073C122.41%2010.1254%20122.773%209.86002%20122.407%2010.0667ZM114.5%205.87633C114.509%205.8932%20114.832%205.7274%20114.823%205.71059C114.812%205.69351%20114.489%205.85936%20114.5%205.87633ZM100.2%2021.3055C100.191%2021.2881%2099.8584%2021.4349%2099.8676%2021.4524C99.8774%2021.4696%20100.21%2021.3229%20100.2%2021.3055ZM110.167%208.37903C110.15%208.35307%20110.132%208.32739%20110.115%208.30143C110.004%208.36684%20109.895%208.43258%20109.785%208.49855C109.803%208.52444%20109.82%208.55066%20109.837%208.57655C109.947%208.5106%20110.057%208.44468%20110.167%208.37903ZM90.6125%2040.1469C90.6058%2040.1284%2090.258%2040.2525%2090.2665%2040.2704C90.2738%2040.2886%2090.6207%2040.1649%2090.6125%2040.1469ZM92.4351%2039.4958C92.4283%2039.4773%2092.0815%2039.6016%2092.0898%2039.6195C92.0973%2039.6377%2092.4432%2039.5138%2092.4351%2039.4958ZM76.6751%2044.6955C76.754%2044.7151%2076.4759%2044.811%2076.3347%2044.8835C76.5826%2044.8186%2076.8232%2044.7528%2077.0746%2044.6822C77.0645%2044.6526%2077.0537%2044.6232%2077.0436%2044.5936C76.918%2044.6287%2076.795%2044.6628%2076.6751%2044.6955ZM86.2723%2026.5304C86.0724%2026.6926%2085.8723%2026.8566%2085.6728%2027.0215C85.6885%2027.0352%2085.7018%2027.0514%2085.7188%2027.0639C85.9025%2026.8853%2086.0881%2026.7066%2086.2723%2026.5304ZM83.0377%2029.8178C83.015%2029.7962%2082.9903%2029.7768%2082.9665%2029.7565C82.6055%2030.1244%2082.4366%2030.4113%2082.5107%2030.3775C82.684%2030.1918%2082.8627%2030.0021%2083.0377%2029.8178ZM93.1516%2039.2062C93.1449%2039.1877%2092.8007%2039.311%2092.808%2039.3292C92.8146%2039.3477%2093.1596%2039.2242%2093.1516%2039.2062ZM106.173%2018.5653C106.164%2018.548%20105.828%2018.7037%20105.84%2018.72C105.848%2018.7381%20106.183%2018.5824%20106.173%2018.5653ZM106.896%2010.4075C106.752%2010.4847%20106.609%2010.562%20106.465%2010.6397C106.381%2010.6851%20106.297%2010.7307%20106.212%2010.7765C106.224%2010.7939%20106.238%2010.8096%20106.25%2010.827C106.328%2010.7755%20106.407%2010.7241%20106.486%2010.6727C106.623%2010.584%20106.76%2010.4955%20106.896%2010.4075ZM103.341%2012.8224C103.648%2012.5765%20102.891%2013.0073%20102.753%2013.1202C102.447%2013.3678%20103.202%2012.9332%20103.341%2012.8224ZM116.19%2013.5492C115.729%2013.7815%20115.471%2013.995%20115.555%2013.987C115.896%2013.8097%20116.24%2013.6292%20116.581%2013.4496C116.41%2013.4997%20116.143%2013.6195%20116.19%2013.5492ZM116.631%205.04264C117.217%204.82284%20117.405%204.66215%20117.328%204.66004C117.67%204.5031%20118.018%204.35013%20118.363%204.20193C118.407%204.14931%20118.453%204.0959%20118.499%204.0427C118.211%204.18169%20117.927%204.3228%20117.644%204.46661C117.118%204.63606%20116.599%204.9216%20115.906%205.26023C116.233%205.11565%20116.525%205.08272%20116.631%205.04264ZM84.8915%2027.8547C84.9065%2027.8673%2085.1637%2027.6125%2085.1492%2027.5994C85.1344%2027.5862%2084.8773%2027.8408%2084.8915%2027.8547ZM102.13%2013.6729C102.118%2013.6559%20102.105%2013.6398%20102.091%2013.6238C101.987%2013.698%20101.882%2013.7728%20101.777%2013.8476C101.789%2013.8646%20101.803%2013.8805%20101.816%2013.8964C101.921%2013.8218%20102.026%2013.7472%20102.13%2013.6729ZM73.0839%2045.3386C73.0793%2045.3227%2072.8199%2045.2875%2072.8232%2045.303C72.8119%2045.3262%2073.0795%2045.3622%2073.0839%2045.3386ZM120.477%203.33071C120.473%203.32092%20120.47%203.31088%20120.465%203.30168C120.226%203.38885%20119.989%203.47764%20119.751%203.56971C119.755%203.57943%20119.758%203.58941%20119.763%203.5985C120.001%203.50639%20120.238%203.41765%20120.477%203.33071ZM98.3757%2021.9529C98.384%2021.972%2098.3956%2021.9897%2098.4039%2022.0088C98.5227%2021.9571%2098.6414%2021.9051%2098.7594%2021.8535C98.7511%2021.8344%2098.7411%2021.816%2098.7312%2021.7976C98.6131%2021.849%2098.4945%2021.9011%2098.3757%2021.9529ZM127.78%206.70129C127.152%206.92676%20125.874%207.89362%20127.025%207.28968C127.128%207.19444%20127.239%207.09375%20127.344%206.99685C127.487%206.90061%20127.637%206.79919%20127.78%206.70129ZM132.146%203.20451C131.949%203.41296%20131.335%204.07441%20131.45%203.98518C131.729%203.79484%20132.258%203.10954%20132.146%203.20451ZM85.2107%2027.6267C85.2246%2027.6404%2085.4845%2027.3849%2085.4698%2027.3719C85.455%2027.3586%2085.1952%2027.6139%2085.2107%2027.6267ZM110.162%2016.2031C109.172%2016.684%20109.242%2016.7463%20108.484%2017.1488C108.411%2017.1492%20108.34%2017.1485%20108.266%2017.1489C107.923%2017.3223%20107.576%2017.4965%20107.234%2017.6676C106.814%2017.8433%20106.4%2018.0155%20105.981%2018.1888C106.113%2018.1619%20106.245%2018.1352%20106.376%2018.1086C105.099%2018.716%20103.817%2019.315%20102.53%2019.9065C102.43%2019.9913%20102.33%2020.0761%20102.229%2020.1611C103.258%2019.7949%20103.924%2019.399%20105.033%2018.8689C105.163%2018.8379%20105.294%2018.8067%20105.423%2018.776C105.767%2018.6113%20106.116%2018.443%20106.461%2018.2761C106.532%2018.2659%20106.601%2018.2563%20106.672%2018.2462C107.989%2017.6398%20107.042%2017.9687%20108.199%2017.4227C108.329%2017.3902%20108.458%2017.3578%20108.584%2017.3263C108.76%2017.2486%20108.939%2017.1683%20109.117%2017.0888C109.563%2016.8297%20110.001%2016.5732%20110.45%2016.3094C110.501%2016.2875%20110.554%2016.2648%20110.607%2016.2415C111.42%2015.8859%20112.424%2015.3691%20113.205%2014.9769C113.957%2014.5989%20114.234%2014.4616%20114.965%2014.0794C114.964%2014.08%20114.963%2014.0806%20114.962%2014.0812C115.35%2013.8787%20116.039%2013.5242%20116.478%2013.2928C116.574%2013.1978%20116.71%2013.1495%20116.785%2013.0501C116.86%2012.9499%20116.381%2013.2025%20115.703%2013.538C115.426%2013.6752%20115.126%2013.7669%20114.833%2013.9034C114.675%2014.0301%20114.532%2014.1516%20114.377%2014.2767C112.941%2015.0212%20112.098%2015.5206%20111.924%2015.4082C111.471%2015.6449%20111.028%2015.875%20110.571%2016.1101C110.564%2016.1142%20110.557%2016.1184%20110.549%2016.1225C110.332%2016.2505%20110.113%2016.3787%20109.892%2016.5079C109.982%2016.4061%20110.072%2016.3045%20110.162%2016.2031ZM78.7703%2034.7538C78.5925%2034.9388%2078.4129%2035.1274%2078.2365%2035.3143C78.2527%2035.3273%2078.2701%2035.3391%2078.2875%2035.3508C78.4465%2035.1523%2078.6097%2034.9506%2078.7703%2034.7538ZM118.352%2012.2874C118.193%2012.3921%20118.031%2012.4978%20117.867%2012.6038C118.104%2012.494%20118.338%2012.3843%20118.568%2012.2766C118.552%2012.25%20118.535%2012.2235%20118.518%2012.1969C118.464%2012.2267%20118.407%2012.2574%20118.352%2012.2874ZM97.2122%2022.2199C97.3408%2022.187%2097.4697%2022.1538%2097.5975%2022.1211C97.0085%2022.388%2096.4257%2022.6506%2095.834%2022.9156C96.0332%2022.8755%2096.2299%2022.8363%2096.4291%2022.7959C97.5407%2022.2951%2098.6575%2021.7862%2099.7609%2021.2774C99.7676%2021.267%2099.7742%2021.2567%2099.7809%2021.2463C99.8027%2021.1924%2099.65%2021.2689%2099.2149%2021.4497C98.7258%2021.6525%2098.4471%2021.7524%2097.9615%2021.9612C97.9533%2021.9423%2097.9329%2021.9292%2097.9199%2021.9125C97.6857%2022.0145%2097.4495%2022.1171%2097.2122%2022.2199ZM130.399%201.96818C130.397%201.95294%20130.396%201.93756%20130.394%201.92232C130.044%201.84535%20129.683%201.78538%20129.317%201.73874C129.439%201.81486%20129.565%201.89279%20129.684%201.97217C129.925%201.96406%20130.16%201.96193%20130.399%201.96818ZM101.228%2014.3759C101.24%2014.3915%20101.537%2014.1775%20101.524%2014.1628C101.512%2014.1471%20101.215%2014.361%20101.228%2014.3759ZM122.904%209.77214C122.904%209.7724%20122.903%209.77265%20122.903%209.77291C123.128%209.63899%20123.34%209.51162%20123.564%209.37579C123.553%209.35798%20123.541%209.34108%20123.529%209.32418C123.474%209.357%20123.418%209.39119%20123.363%209.42413C123.212%209.53931%20123.06%209.65504%20122.904%209.77214ZM98.9211%2021.3048C98.6864%2021.4593%2098.489%2021.5964%2098.267%2021.7446C98.6205%2021.585%2098.9636%2021.4291%2099.3126%2021.2702C99.3289%2021.2852%2099.3453%2021.3%2099.3631%2021.3142C99.9578%2021.0647%20100.542%2020.8183%20101.132%2020.5669C101.034%2020.6565%20100.936%2020.7454%20100.839%2020.8345C101.192%2020.6772%20101.541%2020.5222%20101.895%2020.3626C102.022%2020.2422%20101.663%2020.3751%20101.312%2020.4896C101.079%2020.5657%20101.299%2020.4476%20101.052%2020.5377C100.809%2020.6268%20100.442%2020.8065%20100.189%2020.8841C99.935%2020.9626%20100.202%2020.8087%2099.9291%2020.897C99.7989%2020.9391%2099.11%2021.2473%2098.9211%2021.3048ZM83.908%2029.0481C83.9005%2029.0408%2083.8926%2029.0339%2083.8839%2029.0279C83.704%2029.2128%2083.5292%2029.3937%2083.3506%2029.5802C83.3581%2029.5875%2083.3653%2029.5951%2083.374%2029.6011C83.5527%2029.4144%2083.7279%2029.2331%2083.908%2029.0481ZM124.165%208.89918C124.176%208.91692%20124.19%208.93281%20124.2%208.95054C124.403%208.8016%20124.614%208.64579%20124.816%208.49446C124.603%208.62813%20124.379%208.76714%20124.165%208.89918ZM130.732%204.32087C130.752%204.34499%20130.775%204.36663%20130.796%204.38967C131.084%204.15171%20131.363%203.90984%20131.621%203.66154C131.598%203.64018%20131.576%203.61843%20131.553%203.59705C131.297%203.84282%20131.019%204.08408%20130.732%204.32087ZM126.372%202.06595C126.368%202.03495%20126.359%202.00441%20126.355%201.97341C125.859%202.03073%20125.558%202.15655%20125.635%202.17497C125.88%202.13461%20126.127%202.09829%20126.372%202.06595ZM86.7117%2026.414C87.4013%2025.7613%2088.0664%2025.1741%2088.356%2024.8026C87.7667%2025.3524%2087.301%2025.8242%2086.6885%2026.3928C86.6956%2026.4004%2086.7028%2026.408%2086.71%2026.4156C86.7106%2026.415%2086.7111%2026.4145%2086.7117%2026.414ZM126.092%207.64281C126.103%207.66026%20126.116%207.67675%20126.129%207.69326C126.234%207.62518%20126.344%207.55288%20126.45%207.4829C126.439%207.4655%20126.426%207.44907%20126.413%207.43263C126.307%207.50248%20126.197%207.57461%20126.092%207.64281ZM129.525%205.22309C129.393%205.31797%20129.269%205.40653%20129.135%205.50117C128.747%205.77555%20128.355%206.04532%20127.959%206.31136C127.986%206.34359%20128.01%206.37716%20128.037%206.40939C128.421%206.12855%20128.8%205.84476%20129.175%205.5563C129.506%205.30282%20129.83%205.04778%20130.148%204.78864C130.012%204.82824%20129.881%204.86286%20129.746%204.90019C129.671%205.00966%20129.6%205.11474%20129.525%205.22309ZM78.2945%2030.0539C78.2864%2030.036%2078.6245%2029.9038%2078.6315%2029.9221C78.6403%2029.9399%2078.3018%2030.0723%2078.2945%2030.0539ZM108.53%2017.231C108.415%2017.286%20108.298%2017.3414%20108.182%2017.3966C108.173%2017.3778%20108.161%2017.3605%20108.152%2017.3417C108.268%2017.2864%20108.384%2017.231%20108.5%2017.1761C108.511%2017.1941%20108.521%2017.2122%20108.53%2017.231ZM132.418%202.53342C132.418%202.56288%20132.416%202.56019%20132.43%202.54293C132.455%202.54988%20132.445%202.53209%20132.418%202.53342ZM47.4522%2041.493C47.444%2041.4751%2047.7902%2041.3506%2047.7975%2041.3689C47.8058%2041.3868%2047.4592%2041.5114%2047.4522%2041.493ZM84.389%2027.6402C84.3819%2027.6218%2084.0417%2027.7583%2084.0504%2027.776C84.058%2027.7942%2084.3973%2027.658%2084.389%2027.6402ZM115.768%2013.5936C115.485%2013.7531%20115.213%2013.9063%20114.928%2014.0645C114.867%2014.0901%20114.808%2014.1147%20114.749%2014.1394C115.085%2013.9487%20115.417%2013.7594%20115.751%2013.5669C115.758%2013.5754%20115.763%2013.5844%20115.768%2013.5936ZM119.431%2011.48C118.187%2012.1581%20117.388%2012.6457%20117.146%2012.9018C118.577%2012.149%20119.429%2011.6512%20120.119%2011.1312C119.674%2011.3939%20119.232%2011.6508%20118.791%2011.9048C119.004%2011.7643%20119.216%2011.6234%20119.431%2011.48ZM122.013%203.10691C121.999%203.06763%20121.984%203.02883%20121.969%202.98956C121.85%203.02677%20121.729%203.06565%20121.61%203.10457C121.626%203.14315%20121.64%203.18227%20121.655%203.22138C121.774%203.18272%20121.894%203.14407%20122.013%203.10691ZM71.059%2032.8247C70.8177%2032.9164%2070.575%2033.0084%2070.3318%2033.1007C70.3245%2033.0812%2070.3137%2033.0628%2070.3064%2033.0433C70.5495%2032.9511%2070.7922%2032.8591%2071.0334%2032.7674C71.0425%2032.7862%2071.0516%2032.8052%2071.059%2032.8247ZM131.799%203.34991C131.807%203.35707%20131.815%203.36385%20131.823%203.3699C131.981%203.20407%20132.125%203.03517%20132.234%202.87773C132.225%202.8718%20132.216%202.86621%20132.207%202.86133C132.1%203.01687%20131.956%203.18488%20131.799%203.34991ZM46.3474%2041.8561C46.3393%2041.8381%2046.6837%2041.7145%2046.6913%2041.7327C46.6996%2041.7506%2046.3541%2041.8746%2046.3474%2041.8561ZM53.2354%2039.3237C53.2442%2039.3427%2053.2541%2039.3613%2053.2612%2039.3808C53.0185%2039.4688%2052.7773%2039.5563%2052.5349%2039.644C52.7086%2039.5589%2052.8827%2039.4736%2053.0542%2039.3893C53.1145%2039.3675%2053.1743%2039.3459%2053.2354%2039.3237ZM96.0808%2018.4165C96.0941%2018.4309%2096.3802%2018.2062%2096.3676%2018.1912C96.3552%2018.1758%2096.067%2018.4021%2096.0808%2018.4165ZM120.575%203.56112C120.568%203.54152%20120.558%203.52302%20120.55%203.50342C120.194%203.63323%20119.841%203.76769%20119.489%203.90741C119.496%203.92679%20119.507%203.94498%20119.515%203.96436C119.866%203.82491%20120.219%203.69064%20120.575%203.56112ZM113.332%206.9189C113.206%206.95741%20113.08%206.99691%20112.954%207.0364C112.729%207.15952%20112.507%207.28285%20112.284%207.40804C112.581%207.2774%20112.875%207.15033%20113.172%207.02361C113.225%206.98892%20113.278%206.9541%20113.332%206.9189ZM89.0313%2040.3778C89.0228%2040.3599%2088.6794%2040.4818%2088.6878%2040.4997C88.6952%2040.5179%2089.0392%2040.3959%2089.0313%2040.3778ZM79.3234%2029.4998C79.4565%2029.4811%2079.5891%2029.4626%2079.7217%2029.4441C80.0708%2029.29%2080.4274%2029.1327%2080.7806%2028.9762C80.3445%2029.1007%2079.9563%2029.2457%2079.3234%2029.4998ZM84.3447%2027.5455C84.018%2027.6424%2083.1547%2028.0632%2083.3049%2028.0186C83.6399%2027.9194%2084.4943%2027.501%2084.3447%2027.5455ZM128.231%202.02866C128.227%201.98709%20128.222%201.94552%20128.219%201.90396C127.975%201.92957%20127.73%201.96014%20127.487%201.99507C127.487%202.00545%20127.489%202.01586%20127.491%202.02611C127.678%202.02699%20127.863%202.03054%20128.048%202.0369C128.107%202.03399%20128.17%202.03116%20128.231%202.02866ZM65.2424%2034.9305C65.2342%2034.9125%2065.5776%2034.7844%2065.586%2034.8022C65.5941%2034.8202%2065.251%2034.9483%2065.2424%2034.9305ZM121.139%2010.6055C121.127%2010.5896%20120.814%2010.769%20120.824%2010.7856C120.834%2010.8027%20121.148%2010.6228%20121.139%2010.6055ZM117.102%205.0717C117.088%205.04332%20117.072%205.01665%20117.057%204.989C116.833%205.10959%20116.613%205.23087%20116.391%205.35434C116.57%205.28562%20116.75%205.21803%20116.929%205.15185C116.986%205.12538%20117.045%205.09804%20117.102%205.0717ZM126.636%207.09774C126.552%207.20364%20126.476%207.30406%20126.393%207.40839C126.603%207.26988%20126.822%207.12456%20127.03%206.98445C127.006%206.95084%20126.979%206.91852%20126.953%206.88588C126.848%206.95597%20126.743%207.02658%20126.636%207.09774ZM109.067%209.48405C109.579%209.17656%20110.419%208.62095%20110.665%208.43004C110.261%208.61689%20109.899%208.8231%20109.323%209.18029C109.238%209.28092%20109.152%209.38242%20109.067%209.48405ZM130.605%204.18318C130.547%204.29812%20130.483%204.41748%20130.423%204.53217C131.029%204.00276%20131.275%203.70465%20131.157%203.70942C130.978%203.86983%20130.795%204.0261%20130.605%204.18318ZM107.787%2017.4628C107.778%2017.4457%20108.109%2017.2886%20108.119%2017.3054C108.129%2017.3224%20107.797%2017.4801%20107.787%2017.4628ZM49.5592%2040.5526C49.5697%2040.582%2049.5854%2040.6096%2049.5976%2040.6384C49.7193%2040.5946%2049.8411%2040.5506%2049.9626%2040.5067C49.9504%2040.4779%2049.9381%2040.4491%2049.9242%2040.4209C49.8027%2040.4646%2049.6809%2040.5087%2049.5592%2040.5526ZM103.977%2035.0037C103.97%2034.9855%20103.622%2035.1085%20103.631%2035.1261C103.638%2035.1444%20103.985%2035.0218%20103.977%2035.0037ZM112.405%2015.0654C111.863%2015.296%20111.742%2015.3972%20111.185%2015.6681C111.185%2015.6684%20111.184%2015.6687%20111.183%2015.6691C111.822%2015.4498%20112.759%2014.9278%20112.646%2015.1183C112.863%2014.9805%20113.076%2014.8451%20113.291%2014.7066C113.011%2014.8239%20112.678%2014.9491%20112.405%2015.0654ZM124.557%202.47291C124.553%202.45251%20124.545%202.43272%20124.541%202.41232C124.419%202.43783%20124.295%202.4651%20124.175%202.49228C124.179%202.51259%20124.186%202.53252%20124.192%202.55246C124.312%202.5255%20124.435%202.49847%20124.557%202.47291ZM89.3501%2025.4701C89.358%2025.4894%2089.3692%2025.5073%2089.3771%2025.5265C89.6163%2025.4279%2089.8545%2025.3296%2090.091%2025.2317C89.9049%2025.2862%2089.7166%2025.3415%2089.529%2025.3963C89.4701%2025.4206%2089.4091%2025.4457%2089.3501%2025.4701ZM118.477%204.42571C118.473%204.41613%20118.47%204.40626%20118.464%204.39735C118.115%204.54629%20117.767%204.69958%20117.419%204.8574C117.423%204.86689%20117.428%204.87619%20117.434%204.88496C117.781%204.72734%20118.129%204.57447%20118.477%204.42571ZM89.9219%2023.6562C89.4245%2024.065%2088.9335%2024.4752%2088.4452%2024.8905C88.4662%2024.9137%2088.4894%2024.9349%2088.5117%2024.9568C88.9774%2024.5198%2089.4463%2024.0874%2089.9219%2023.6562ZM87.3838%2025.9958C87.3624%2025.973%2087.3381%2025.9529%2087.3155%2025.9313C86.9056%2026.3073%2086.7419%2026.4917%2086.5134%2026.7541C86.79%2026.5345%2086.983%2026.3786%2087.3838%2025.9958ZM114.691%206.19975C114.7%206.21701%20115.022%206.05202%20115.012%206.03515C115.003%206.01759%20114.681%206.18259%20114.691%206.19975ZM112.018%207.70171C111.783%207.81082%20111.552%207.91917%20111.318%208.03031C111.328%208.04834%20111.34%208.06548%20111.352%208.08263C111.574%207.95428%20111.795%207.82798%20112.018%207.70171ZM76.4166%2030.6173C76.6026%2030.5619%2076.7882%2030.5065%2076.973%2030.4514C77.0304%2030.4235%2077.0892%2030.3952%2077.1486%2030.3666C76.9588%2030.4237%2076.7754%2030.4781%2076.5891%2030.5337C76.5321%2030.5614%2076.4754%2030.5891%2076.4166%2030.6173ZM77.7788%2036.3969C77.7624%2036.3841%2077.7449%2036.3726%2077.7275%2036.3612C77.5884%2036.5731%2077.4471%2036.7897%2077.3101%2037.0026C77.4647%2036.8011%2077.6224%2036.5972%2077.7788%2036.3969ZM131.074%202.23075C132.342%202.56276%20131.473%202.21023%20131.089%202.13802C131.084%202.16897%20131.079%202.19981%20131.074%202.23075ZM50.6603%2040.2052C50.6527%2040.1871%2050.3096%2040.311%2050.3178%2040.3289C50.3245%2040.3474%2050.6687%2040.2231%2050.6603%2040.2052ZM113.988%2014.3884C113.976%2014.3723%20113.655%2014.5356%20113.665%2014.5526C113.675%2014.5696%20113.998%2014.4055%20113.988%2014.3884ZM120.959%203.47365C120.967%203.49136%20121.302%203.37553%20121.295%203.35746C121.287%203.33911%20120.952%203.45502%20120.959%203.47365ZM96.8242%2022.3365C96.8146%2022.3192%2096.482%2022.4627%2096.4911%2022.4802C96.501%2022.4973%2096.8324%2022.3544%2096.8242%2022.3365ZM113.692%206.76029C113.703%206.77661%20114.021%206.60727%20114.011%206.59042C114.002%206.573%20113.682%206.74335%20113.692%206.76029ZM85.4468%2027.8548C85.4322%2027.8399%2085.4163%2027.8263%2085.4005%2027.8127C85.3093%2027.9025%2085.2195%2027.9914%2085.1285%2028.0818C85.1431%2028.0966%2085.1591%2028.1102%2085.1751%2028.1237C85.266%2028.0335%2085.3556%2027.9444%2085.4468%2027.8548ZM84.3367%2028.9004C84.3504%2028.9143%2084.6063%2028.6549%2084.5918%2028.6419C84.5762%2028.6294%2084.3217%2028.8874%2084.3367%2028.9004ZM46.7937%2041.4478C46.2381%2041.6569%2045.7008%2041.8608%2045.1684%2042.0631C45.3967%2042.037%2046.7758%2041.6196%2047.3341%2041.3819C47.7575%2041.2018%2047.1137%2041.3466%2046.7937%2041.4478ZM83.6068%2027.7685C83.6106%2027.7782%2083.6151%2027.7877%2083.6206%2027.7967C83.8608%2027.7005%2084.0999%2027.6046%2084.3378%2027.509C84.3339%2027.4993%2084.3305%2027.4894%2084.325%2027.4804C84.0869%2027.576%2083.8473%2027.6722%2083.6068%2027.7685ZM100.785%2015.0646C100.773%2015.0478%20100.759%2015.032%20100.745%2015.0162C100.539%2015.167%20100.331%2015.3188%20100.125%2015.4706C100.293%2015.3728%20100.461%2015.2755%20100.631%2015.177C100.682%2015.1397%20100.734%2015.1018%20100.785%2015.0646ZM60.4555%2036.5536C60.4627%2036.5732%2060.4732%2036.5916%2060.4804%2036.6112C60.6012%2036.5668%2060.7219%2036.5222%2060.8422%2036.4778C60.8351%2036.4583%2060.8262%2036.4394%2060.8174%2036.4204C60.697%2036.4647%2060.5762%2036.5093%2060.4555%2036.5536ZM120.417%2010.909C120.404%2010.8941%20120.092%2011.0702%20120.102%2011.0869C120.113%2011.1035%20120.427%2010.9261%20120.417%2010.909ZM121.086%2010.5277C121.074%2010.5118%20120.761%2010.6911%20120.771%2010.7076C120.782%2010.7246%20121.095%2010.5453%20121.086%2010.5277ZM114.738%206.29855C114.729%206.28005%20114.716%206.26314%20114.706%206.24463C114.594%206.30262%20114.48%206.36163%20114.368%206.42031C114.378%206.43879%20114.389%206.45655%20114.4%206.47422C114.512%206.4157%20114.626%206.3566%20114.738%206.29855ZM82.156%2028.3138C82.1598%2028.3235%2082.1631%2028.3333%2082.1685%2028.3423C82.409%2028.2467%2082.6488%2028.1513%2082.887%2028.0563C82.8831%2028.0466%2082.8787%2028.0371%2082.8732%2028.028C82.6353%2028.123%2082.3962%2028.2183%2082.156%2028.3138ZM126.034%202.27105C126.033%202.26075%20126.031%202.25046%20126.028%202.2404C125.784%202.27654%20125.538%202.31691%20125.295%202.36065C125.297%202.37086%20125.298%202.38117%20125.302%202.39109C125.545%202.34737%20125.79%202.30716%20126.034%202.27105ZM59.3669%2036.9544C59.3704%2036.9641%2059.3762%2036.973%2059.3798%2036.9828C59.6228%2036.8935%2059.8652%2036.8044%2060.1069%2036.7154C60.1033%2036.7056%2060.1003%2036.6957%2060.0951%2036.6866C59.8531%2036.7757%2059.6101%2036.865%2059.3669%2036.9544ZM83.6119%2029.8048C83.5969%2029.7904%2083.5806%2029.7772%2083.5643%2029.764C83.4756%2029.8564%2083.3874%2029.9493%2083.2998%2030.0413C83.3149%2030.0557%2083.3312%2030.0688%2083.3475%2030.0819C83.435%2029.9899%2083.5233%2029.8972%2083.6119%2029.8048ZM81.4094%2028.5427C81.417%2028.5621%2081.428%2028.5801%2081.4356%2028.5995C81.5552%2028.5522%2081.672%2028.5058%2081.7941%2028.4574C81.7864%2028.438%2081.7754%2028.42%2081.7678%2028.4006C81.6456%2028.449%2081.529%2028.4953%2081.4094%2028.5427ZM52.0797%2039.5927C52.0731%2039.5742%2051.7277%2039.6991%2051.7351%2039.7173C51.7419%2039.7358%2052.0877%2039.6107%2052.0797%2039.5927ZM121.385%2010.2654C121.722%2010.0824%20122.056%209.89906%20122.396%209.71026C122.386%209.6923%20122.374%209.67517%20122.362%209.65811C122.022%209.84693%20121.687%2010.0304%20121.35%2010.213C121.361%2010.2311%20121.373%2010.2482%20121.385%2010.2654ZM90.5442%2023.1965C90.3497%2023.3651%2090.1565%2023.5334%2089.9657%2023.7009C90.1234%2023.5903%2090.2836%2023.4781%2090.4433%2023.3668C90.4909%2023.3255%2090.5404%2023.2828%2090.5878%2023.2416C90.5742%2023.2259%2090.5579%2023.2123%2090.5442%2023.1965ZM126.598%207.0475C126.604%207.05619%20126.611%207.06458%20126.618%207.07229C126.83%206.93098%20127.042%206.78829%20127.251%206.64619C127.246%206.63761%20127.239%206.62936%20127.232%206.62173C127.023%206.76379%20126.811%206.90622%20126.598%207.0475ZM110.1%2016.0943C109.266%2016.4923%20108.737%2016.7658%20108.755%2016.8464C109.588%2016.4551%20110.123%2016.1728%20110.1%2016.0943ZM84.2687%2027.3682C84.2764%2027.3876%2084.2875%2027.4057%2084.2953%2027.425C84.5236%2027.3109%2084.7518%2027.1968%2084.9839%2027.0807C84.7429%2027.1779%2084.506%2027.2731%2084.2687%2027.3682ZM128.969%202.14003C128.969%202.11922%20128.967%202.09839%20128.966%202.07757C128.722%202.07672%20128.48%202.08138%20128.238%202.09105C128.422%202.10445%20128.606%202.12085%20128.788%202.14036C128.848%202.13996%20128.91%202.13988%20128.969%202.14003ZM97.1384%2017.8878C97.132%2017.8795%2097.1251%2017.8716%2097.1173%2017.8645C96.9157%2018.0209%2096.7114%2018.1803%2096.5104%2018.3376C96.5168%2018.3458%2096.5238%2018.3537%2096.5315%2018.3608C96.7324%2018.2034%2096.9366%2018.0441%2097.1384%2017.8878ZM116.997%2012.6801C116.985%2012.664%20116.668%2012.8326%20116.677%2012.8498C116.687%2012.867%20117.007%2012.697%20116.997%2012.6801ZM72.373%2031.9895C72.3805%2032.009%2072.3912%2032.0271%2072.3986%2032.0466C72.7644%2031.9135%2073.5691%2031.5764%2073.454%2031.5758C73.0961%2031.7131%2072.7354%2031.851%2072.373%2031.9895ZM111.421%208.18743C111.416%208.17842%20111.411%208.16904%20111.404%208.1609C111.184%208.28831%20110.962%208.41757%20110.743%208.54695C110.748%208.55593%20110.754%208.56465%20110.761%208.57275C110.98%208.44354%20111.201%208.31468%20111.421%208.18743ZM105.288%2012.1007C105.277%2012.0834%20105.263%2012.067%20105.25%2012.0507C104.848%2012.3284%20104.641%2012.4394%20104.278%2012.6719C104.297%2012.6967%20104.316%2012.7212%20104.335%2012.746C104.652%2012.5295%20104.97%2012.3145%20105.288%2012.1007ZM130.389%202.2035C130.332%202.19163%20130.275%202.18029%20130.215%202.16917C130.041%202.1676%20129.864%202.17002%20129.685%202.17596C129.746%202.18446%20129.804%202.19322%20129.862%202.20245C130.039%202.1989%20130.215%202.19905%20130.389%202.2035ZM50.5963%2040.0622C50.5897%2040.0437%2050.2452%2040.168%2050.2526%2040.1862C50.2593%2040.2047%2050.6043%2040.0803%2050.5963%2040.0622ZM73.0522%2044.9831C73.0316%2044.9862%2073.0111%2044.9895%2072.9906%2044.9929C73.0156%2045.0489%2072.929%2044.8641%2072.8728%2044.8485C72.9158%2044.8411%2073.027%2044.9471%2073.0501%2044.9771C73.0539%2044.9886%2073.0535%2044.9907%2073.0522%2044.9831ZM94.6113%2023.0962C94.3776%2023.1962%2094.1468%2023.2949%2093.9166%2023.3929C93.9207%2023.4025%2093.9253%2023.4119%2093.931%2023.4208C94.2816%2023.2723%2094.6429%2023.1185%2094.9967%2022.9677C95.0387%2022.9046%2095.0788%2022.8421%2095.119%2022.7797C94.9503%2022.8852%2094.7802%2022.9909%2094.6113%2023.0962ZM92.6593%2021.507C92.6726%2021.5215%2092.9522%2021.2896%2092.9389%2021.2749C92.9259%2021.26%2092.6464%2021.492%2092.6593%2021.507ZM66.9433%2034.0606C66.9364%2034.0422%2066.5914%2034.1716%2066.5988%2034.1897C66.6058%2034.2081%2066.952%2034.0784%2066.9433%2034.0606ZM68.3995%2033.5133C68.463%2033.495%2068.5248%2033.4772%2068.5881%2033.4589C68.764%2033.3759%2068.9399%2033.2929%2069.1131%2033.2107C69.0517%2033.2284%2068.9877%2033.247%2068.9245%2033.2653C68.7495%2033.3481%2068.574%2033.431%2068.3995%2033.5133ZM127.155%206.52275C126.695%206.86088%20126.498%207.04485%20125.922%207.41771C125.928%207.42645%20125.934%207.43491%20125.941%207.4427C125.941%207.44244%20125.942%207.44218%20125.942%207.44192C126.371%207.16284%20126.791%206.88425%20127.214%206.59661C127.195%206.57171%20127.176%206.5467%20127.155%206.52275ZM113.79%206.93843C113.78%206.92005%20113.767%206.90323%20113.758%206.88485C113.545%207.02273%20113.332%207.16136%20113.119%207.30213C113.342%207.17964%20113.566%207.05863%20113.79%206.93843ZM52.7671%2039.2441C52.7605%2039.2255%2052.4169%2039.3499%2052.425%2039.3679C52.4334%2039.3858%2052.7745%2039.2623%2052.7671%2039.2441ZM123.526%202.88889C123.533%202.90687%20123.874%202.8226%20123.868%202.80448C123.864%202.78466%20123.521%202.86942%20123.526%202.88889ZM89.7626%2024.0256C89.7753%2024.0404%2090.0504%2023.7984%2090.0352%2023.7856C90.023%2023.77%2089.7486%2024.0114%2089.7626%2024.0256ZM115.836%205.91971C115.827%205.90101%20115.816%205.883%20115.805%205.86508C115.692%205.92085%20115.578%205.97764%20115.465%206.03429C115.474%206.05293%20115.485%206.07088%20115.496%206.08875C115.609%206.03226%20115.723%205.97555%20115.836%205.91971ZM81.0101%2028.6C81.0139%2028.6096%2081.0183%2028.6192%2081.0238%2028.6282C81.2634%2028.5334%2081.4988%2028.44%2081.7392%2028.3446C81.7354%2028.3349%2081.732%2028.3249%2081.7266%2028.3159C81.486%2028.4114%2081.2499%2028.505%2081.0101%2028.6ZM128.611%202.18953C128.552%202.18541%20128.489%202.18155%20128.428%202.17811C128.25%202.19896%20128.069%202.2228%20127.889%202.24914C127.951%202.25067%20128.011%202.25261%20128.072%202.25481C128.252%202.23025%20128.429%202.20853%20128.611%202.18953ZM126.443%202.43504C126.849%202.36971%20127.056%202.32178%20127.529%202.28968C127.345%202.28309%20127.156%202.27954%20126.973%202.27805C126.602%202.34586%20126.37%202.39961%20126.443%202.43504ZM96.0177%2022.4455C96.0084%2022.4281%2095.6724%2022.5723%2095.6806%2022.5901C95.6903%2022.6075%2096.0274%2022.4628%2096.0177%2022.4455ZM101.662%2019.9193C101.908%2019.8319%20102.153%2019.7448%20102.394%2019.6589C102.386%2019.6399%20102.375%2019.6216%20102.365%2019.6033C102.133%2019.7081%20101.898%2019.8136%20101.662%2019.9193ZM77.0325%2030.1434C77.0244%2030.1254%2076.6832%2030.2581%2076.6922%2030.2757C76.7005%2030.2936%2077.0397%2030.1617%2077.0325%2030.1434ZM105.888%2018.043C105.878%2018.0258%20105.545%2018.1805%20105.556%2018.1971C105.562%2018.2158%20105.898%2018.0601%20105.888%2018.043ZM82.4404%2028.0154C82.5029%2027.9961%2082.5637%2027.9775%2082.6261%2027.9582C82.7985%2027.8726%2082.9703%2027.7872%2083.1415%2027.7019C83.0796%2027.721%2083.0191%2027.7396%2082.9571%2027.7588C82.7855%2027.8441%2082.6133%2027.9297%2082.4404%2028.0154ZM49.4669%2040.3697C49.4603%2040.3512%2049.1133%2040.4761%2049.1214%2040.4941C49.1281%2040.5126%2049.4743%2040.388%2049.4669%2040.3697ZM117.205%205.26506C116.975%205.37132%20116.75%205.47735%20116.521%205.58664C116.53%205.60542%20116.54%205.62345%20116.551%205.6415C116.607%205.61471%20116.665%205.58736%20116.721%205.56067C116.883%205.46097%20117.042%205.36337%20117.205%205.26506ZM114.498%206.61702C114.508%206.63362%20114.827%206.46818%20114.817%206.45161C114.808%206.43375%20114.487%206.60021%20114.498%206.61702ZM41.7813%2043.0065C41.8217%2043.0303%2042.0026%2042.993%2042.1828%2042.9629C41.9404%2043.0494%2041.6976%2043.136%2041.4545%2043.2226C41.4546%2043.2072%2041.4543%2043.1919%2041.4545%2043.1765C41.1972%2043.2503%2040.9411%2043.3237%2040.6848%2043.397C41.0511%2043.2673%2041.4164%2043.1352%2041.7813%2043.0065ZM46.5404%2041.3884C46.5339%2041.3698%2046.189%2041.4935%2046.1966%2041.5116C46.2033%2041.5301%2046.5482%2041.4065%2046.5404%2041.3884ZM86.0035%2026.5337C86.0074%2026.5434%2086.0135%2026.5522%2086.0174%2026.5619C86.2557%2026.4653%2086.4984%2026.3667%2086.7368%2026.2697C86.7329%2026.2601%2086.7284%2026.2507%2086.7229%2026.2418C86.4845%2026.3387%2086.2417%2026.4372%2086.0035%2026.5337ZM121.265%2010.0817C121.276%2010.0997%20121.288%2010.1168%20121.299%2010.134C121.409%2010.0708%20121.519%2010.0067%20121.631%209.94158C121.619%209.92447%20121.609%209.90649%20121.597%209.88937C121.485%209.95436%20121.375%2010.0183%20121.265%2010.0817ZM126.802%206.70484C126.79%206.68933%20126.492%206.88851%20126.504%206.90437C126.516%206.91977%20126.815%206.7198%20126.802%206.70484ZM129.695%202.30175C129.698%202.32054%20130.025%202.34309%20130.026%202.32448C130.026%202.30372%20129.696%202.28105%20129.695%202.30175ZM92.7776%2023.704C92.5421%2023.8031%2092.3049%2023.9028%2092.0667%2024.0026C92.0627%2023.993%2092.0564%2023.9843%2092.0524%2023.9746C92.2906%2023.8748%2092.528%2023.7753%2092.7634%2023.6762C92.769%2023.6851%2092.7736%2023.6944%2092.7776%2023.704ZM44.3157%2042.0854C44.3089%2042.0669%2043.9634%2042.1905%2043.9716%2042.2085C43.979%2042.2267%2044.3241%2042.1033%2044.3157%2042.0854ZM91.6927%2024.1252C91.3363%2024.2741%2090.9841%2024.4208%2090.6252%2024.57C90.6212%2024.5604%2090.615%2024.5516%2090.611%2024.542C90.9701%2024.3929%2091.3231%2024.2458%2091.6796%2024.0967C91.6852%2024.1056%2091.6887%2024.1155%2091.6927%2024.1252ZM45.3971%2041.6652C45.3905%2041.6467%2045.0439%2041.7707%2045.0516%2041.7888C45.0582%2041.8074%2045.4048%2041.6833%2045.3971%2041.6652ZM46.8526%2041.1434C46.8455%2041.125%2046.5012%2041.2487%2046.5094%2041.2666C46.5165%2041.285%2046.861%2041.1613%2046.8526%2041.1434ZM113.571%207.32303C113.582%207.33931%20113.265%207.51203%20113.255%207.49502C113.245%207.47804%20113.561%207.30544%20113.571%207.32303ZM114.593%206.79674C114.705%206.73815%20114.818%206.67961%20114.93%206.62189C114.942%206.63962%20114.953%206.65748%20114.962%206.676C114.85%206.73391%20114.737%206.7924%20114.625%206.85084C114.614%206.83303%20114.603%206.81522%20114.593%206.79674Z%22%20fill%3D%22%23F60F1A%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.program__block {
  overflow: hidden;
  /* max-height: 450px; */
  position: relative;
  max-width: 760px;
  margin: 36px auto 0 auto;
  /* border-top: 2px solid #3ec284; */
}

.program__block_text {
  width: 100%;
}

.program__block_active {
  max-height: 100% !important;
  height: auto;
}

.program__block_active::after {
  display: none;
}

/* .program__block::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
} */

.program__item {
  display: flex;
  column-gap: 10px;
  padding: 23px 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='756' height='2' viewBox='0 0 756 2' fill='none'%3E%3Cpath d='M0 1H756' stroke='%23000' stroke-width='0.5' stroke-dasharray='10 10'/%3E%3C/svg%3E")
    center bottom/contain no-repeat;
}

.program__block_time {
  display: block;
  width: 100%; 
  max-width: 106px;
  font-size: 16px;
  font-weight: 500;
  color: var(--accent);
}

.program .speaker__title {
  text-transform: uppercase;
  margin-left: 125px;
}

.program__block_title {
  font-size: 18px;
  font-weight: 700;
}

.program__block_title span {
  color: #fff;
}

.theme .program__block_title {
  color: #000;
  font-weight: 400;
}

.theme .program__block_title b {
  font-weight: 700;
}

.program__block_descr {
  font-size: 16px;
  font-weight: 400;
  /* margin-top: 6px; */
}

.program__item.coffee-break {
  padding: 23px 0;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

.program__item.coffee-break .program__block_descr {
  margin-top: 0;
}

.program__item_btn {
  display: flex;
  justify-content: center;
}

.program__btn {
  position: relative;
  display: inline-block;
  padding: 10px 14px 10px 38px;
  background: #3ec284;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  z-index: 10;
}

.program__btn::before {
  content: '';
  position: absolute;
  left: 14px;
  display: block;
  width: 16px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M15.8045 4.9846C15.5438 4.74024 15.1225 4.74024 14.8619 4.9846L7.99998 11.4176L1.13812 4.9846C0.877473 4.74024 0.456139 4.74024 0.195488 4.9846C-0.0651627 5.22896 -0.0651627 5.62396 0.195488 5.86832L7.52867 12.7432C7.65867 12.8651 7.82932 12.9263 8.00001 12.9263C8.17069 12.9263 8.34134 12.8651 8.47134 12.7432L15.8045 5.86832C16.0651 5.62396 16.0651 5.22896 15.8045 4.9846Z' fill='white'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.discount {
  background: #212121;
  position: relative;
  padding: 207px 0 81px;
  overflow: hidden;
}

.discount:before {
  background: linear-gradient(0deg, var(--black), transparent);
  content: '';
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.discount .ticker_gray {
  padding: 5px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  transform: translateX(-50%) rotate(1.74deg);
  z-index: 2;
}

.discount .ticker_gray .ticker__el {
  aspect-ratio: 412/37;
  width: 412px;
}

.discount .ticker_green {
  padding: 4px 0;
  position: absolute;
  top: 0px;
  right: 0;
  width: 200%;
  transform: translateX(50%) rotate(-3.93deg);
  z-index: 1;
}

.discount .ticker_green .ticker__el {
  aspect-ratio: 107/46;
  width: 107px;
  width: fit-content !important;
  aspect-ratio: auto !important;
  padding: 0 30px;
  font-size: var(--h4);
  color: var(--white);
  font-weight: 700;
}

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

.discount__title {
  line-height: 1.02;
  font-size: 68px;
  position: relative;
  z-index: 4;
  text-transform: uppercase;
  color: var(--white);
}

.discount__title span {
  color: var(--accent2);
}

.discount__mockup {
  position: relative;
  padding: 0 82px;
}

.discount__mockup-blur {
  background: var(--accent2);
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: absolute;
  filter: blur(50px);
}

.discount__mockup-blur._1 {
  width: 150px;
  top: 50%;
  left: 0px;
  transform: translate3d(0, -50%, 0);
}

.discount__mockup-blur._2 {
  width: 150px;
  left: 100px;
  top: 0;
  transform: translate3d(0, -50%, 0);
}

.discount__mockup-blur._3 {
  width: 150px;
  top: 50%;
  right: 0px;
  transform: translate3d(0, -50%, 0);
}

.discount__mockup-blur._4 {
  width: 150px;
  right: 100px;
  top: 0;
  transform: translate3d(0, -50%, 0);
}

.discount__mockup-image {
  aspect-ratio: 668/1349;
  width: 335px;
  position: absolute;
  top: -165px;
  left: 50%;
  transform: translateX(-50%);
  background: center/contain no-repeat;
  z-index: 2;
}

.discount__mockup-text {
  background: rgba(255, 255, 255, 0.8);
  width: 420px;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border-radius: 14px;
  position: relative;
  z-index: 4;
  color: var(--black);
}

.discount__mockup-text-main {
  padding: 28px 24px 20px;
  border-bottom: 1px solid rgba(60, 60, 67, 0.36);
  font-size: 22px;
}

.discount__mockup-text-main > * {
  margin-bottom: 0.5em;
}

.discount__mockup-text-main mark {
  background: var(--accent2);
  font-weight: 700;
  color: var(--white);
  padding: 0 2px;
}

.discount__mockup-text-main b {
  font-weight: 600;
}

.discount__mockup-text-main h1,
.discount__mockup-text-main h2,
.discount__mockup-text-main h3,
.discount__mockup-text-main h4,
.discount__mockup-text-main h5,
.discount__mockup-text-main h6 {
  margin-bottom: 12px;
  font-size: 30px;
  text-transform: uppercase;
}

.discount__mockup-text-bottom {
  padding: 12px 24px;
  text-align: center;
}

.discount__mockup-text-bottom a,
.discount__mockup-text-bottom a:visited {
  color: var(--accent2);
  font-size: 22px;
  font-weight: 700;
}

.packages {
  background: var(--black);
  padding: var(--sp) 0 0px;
  position: relative;
  margin-bottom: -1px;
}

.packages__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask: linear-gradient(0deg, transparent 0px, black 150px, black calc(100% - 150px), transparent 100%);
  mask: linear-gradient(0deg, transparent 0px, black 150px, black calc(100% - 150px), transparent 100%);
  background: center/cover no-repeat url('../img/packages/packages-bg.webp');
}

.packages__container {
  position: relative;
  z-index: 1;
}

.packages__container:before,
.packages__container:after {
  background: var(--accent2);
  content: '';
  top: 50%;
  left: 0%;
  position: absolute;
  aspect-ratio: 1/1;
  width: 400px;
  transform: translateX(-50%);
  filter: blur(150px);
  opacity: 0.5;
}

.packages__container:after {
  background: var(--accent);
  top: 25%;
  left: 100%;
  opacity: 0.25;
  z-index: 0;
}

.packages__title {
  font-size: 76px;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
}

.packages__list {
  position: relative;
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  z-index: 1;
}

.packages .package {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.packages .package:hover .btn_green {
  background-color: var(--accent2-h);
}

.packages .package__image {
  aspect-ratio: 628/384;
  width: 628px;
  background: center/contain no-repeat;
}

.packages .package__btn {
  position: absolute;
  right: 0;
  bottom: -21px;
}

.packages .simple-gallery {
  position: relative;
  margin-top: 80px;
}

.brunch {
  background: var(--black);
  padding: 112px 0 30px;
  position: relative;
  color: #fff;
  background: var(--black) url(../img/brunch/bg.webp) center top/cover no-repeat;
}

.brunch::before {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
  background: bottom center / auto 60px repeat-x
    url(data:image/svg+xml;utf8,%3Csvg%20width%3D%221366%22%20height%3D%2260%22%20viewBox%3D%220%200%201366%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M-3.13454%209.22348L-7.0519%2011.5856L-9.20412%2013.1559L-16.257%2016.4781L-13.6293%2020.0091L-15.7572%2021.8885L-13.2505%2024.1828L-8.45448%2026.2982C-8.45448%2026.2982%20-9.48622%2030.0218%20-10.8645%2030.0353C-12.2428%2030.0489%20-14.782%2032.3975%20-14.782%2032.3975L-14.6369%2033.9433L-18.111%2036.1454L-17.7401%2040.1646L-17.4822%2042.9471L-17.3129%2044.8021L-12.5492%2046.6083L-10.4696%2049.2173L-12.6056%2050.9421L-16.5391%2053.1497C-16.5391%2053.1497%20-19.6826%2053.9551%20-19.6423%2054.4189C-19.6021%2054.8826%20-19.3038%2058.1289%20-19.3038%2058.1289L-19.1184%2060.1384L-18.53%2066.4737L-18.0706%2071.4203L-23.4147%2073.3323C-23.4147%2073.3323%20-27.3643%2075.3853%20-27.7673%2076.0063C-28.1703%2076.6301%20-27.4691%2079.2526%20-27.4691%2079.2526L-30%2081.753L-27.058%2083.7328L-25.0993%2090.0545L-21.4721%2094.5021L-23.0841%2096.9944L-18.6832%2099.8881L-13.863%20102.313L-9.72804%20102.269L-11.1063%20104.759L-12.9441%20107.254L-19.2152%20109.022L-14.782%20112.225L-10.0505%20116.198L-6.50391%20117.245C-6.50391%20117.245%20-5.47218%20118.471%20-5.89124%20118.94C-6.31043%20119.409%20-9.5265%20121.918%20-9.5265%20121.918C-9.5265%20121.918%20-8.25294%20123.295%20-9.35718%20123.773C-10.4614%20124.247%20-9.05897%20127.019%20-9.05897%20127.019L-6.89075%20128.079L-1.59498%20130.653L-4.64991%20132.386L-2.20765%20133.907L-0.555304%20136.828L3.83776%20139.567L9.13342%20142.141L9.35107%20144.46L9.68151%20148.015L5.84472%20151.305L2.74145%20152.574L1.45983%20153.67L-1.99012%20156.181L-6.35071%20156.227L-11.0419%20157.667L-15.6364%20157.716L-19.7714%20157.759L-19.4569%20161.16L-16.9905%20162.991C-16.9905%20162.991%20-16.0394%20163.289%20-15.9991%20163.753C-15.9587%20164.217%20-15.6686%20167.308%20-15.6686%20167.308L-12.2832%20169.128L-10.7195%20171.121L-10.4454%20174.058L-10.9774%20178.24L-14.0081%20180.282C-14.0081%20180.282%20-16.9502%20183.252%20-18.3043%20183.575C-19.6504%20183.898%20-20.4403%20185.3%20-20.4403%20185.3L-17.5708%20186.507L-9.30078%20186.42L-1.1034%20185.56L7.69861%20186.241L13.212%20186.184L23.7065%20185.3L33.2098%20183.653L43.9867%20185.861L54.2798%20187.765L61.1715%20187.692L67.3296%20189.639L74.6807%20189.563L82.4913%20189.482L91.4626%20187.068L94.9365%20184.866L100.047%20185.43L104.754%20186.618L118.32%20189.105L129.806%20188.985L135.779%20188.923L142.743%20189.623L151.295%20192.627C151.295%20192.627%20155.616%20194.594%20156.994%20194.58C158.372%20194.567%20164.345%20194.504%20164.345%20194.504L175.904%20195.158L184.931%20193.362L192.742%20193.281L202.922%20193.948L211.345%20195.562C211.345%20195.562%20217.342%20195.809%20219.156%20195.48C220.961%20195.152%20231.359%20193.186%20231.359%20193.186L245.344%20190.254L252.187%20189.72L261.328%20189.162L267.784%20189.403L277.384%20188.839L283.857%20189.235L293.142%20190.222L300.606%20191.383L304.766%20191.648L313.971%20191.708L318.565%20191.659L324.554%20191.751L335.879%20189.932L345.068%20189.837L354.668%20189.273L362.043%20189.506L368.572%20190.52L374.198%20191.7L376.641%20193.221L386.676%20192.343L396.195%20190.851L410.333%20189.62L418.684%20190.461C418.684%20190.461%20422.045%20191.971%20423.431%20192.112C424.826%20192.253%20429.146%20194.219%20429.146%20194.219L429.291%20195.765L435.337%20196.476C435.337%20196.476%20439.955%20196.736%20441.769%20196.408C443.574%20196.08%20451.973%20197.384%20451.973%20197.384L459.034%20199.166L465.007%20199.104L472.358%20199.028L480.975%20197.699L488.624%20195.917L493.565%20194.629L499.884%20193.324L507.679%20193.088L516.545%20194.542L519.302%20194.512L526.153%20193.978C526.153%20193.978%20529.789%20193.476%20531.167%20193.463C532.545%20193.449%20538.945%20193.072%20538.945%20193.072L545.394%20193.159L554.123%20193.067L560.636%20193.926L566.149%20193.87L574.419%20193.783L583.229%20194.618L590.258%20196.091L596.384%20197.729C596.384%20197.729%20599.237%20198.781%20601.091%20198.917C602.945%20199.052%20609.933%20200.061%20609.933%20200.061L614.528%20200.012L623.612%20198.835L631.769%20197.512L640.974%20197.571L646.447%20197.051L655.709%20197.729L667.179%20197.455L679.068%20196.712L690.465%20195.665L698.566%20196.354L708.924%20196.4L717.637%20196.153L725.061%20196.85L730.01%20195.716L734.951%20194.428L744.567%20194.019L748.67%20193.666L757.351%20193.11L771.577%20192.806L781.685%20192.701L791.873%20193.522L803.368%20193.558L813.016%20193.457L825.574%20195.028L835.222%20194.927L845.79%20194.816L854.979%20194.721L865.038%20194.152L878.386%20194.322L891.694%20194.029L897.65%20193.813L907.283%20193.558C907.283%20193.558%20915.665%20194.707%20917.503%20194.689C919.341%20194.67%20935.301%20193.265%20935.301%20193.265L947.174%20192.367L955.855%20191.811L970.67%20192.893L985.396%20193.048L998.801%20193.837C998.801%20193.837%201003.88%20194.095%201005.72%20194.073C1007.55%20194.054%201014.85%20193.36%201014.85%20193.36L1028.86%20195.689L1047.23%20195.497L1062.85%20195.334L1074.34%20195.215L1090.34%20194.274L1098.23%20194.965L1103.74%20194.908L1118.9%20194.751L1126.35%20195.757L1136.17%20197.512L1149.49%20197.373L1158.99%20195.727L1170.95%20195.757L1192.99%20195.526L1202.31%20196.82L1208.74%20196.752L1218.85%20196.647L1227.31%20198.569L1237.11%20200.169L1245.46%20201.01L1254.28%20202L1267.89%20200.001L1271.32%20197.335L1281.43%20197.23L1291.08%20197.129L1299.64%20195.185L1305.8%20192.18L1313.83%20189.465L1318.44%20184.622L1325.97%20181.603L1334.52%20179.504L1342.5%20176.326L1351.6%20175.303L1357.92%20173.999L1360.73%20169.638L1366.03%20167.262L1370.72%20163.346L1370.23%20157.936L1369.82%20153.607L1373.76%20151.4L1373.46%20148.153C1373.46%20148.153%201375.15%20146.589%201373.23%20145.68C1371.31%20144.772%201374.56%20142.418%201373.71%20141.962C1372.84%20141.506%201373.49%20138.252%201373.49%20138.252C1373.49%20138.252%201375.1%20136.069%201375.93%20135.133C1376.76%20134.197%201375.63%20131.887%201375.63%20131.887L1375.73%20128.483L1370.31%20124.055L1368.18%20120.827L1367.48%20118.205L1372.33%20115.989L1376.7%20113.47L1371.9%20111.354L1366.29%20110.329L1366.45%20107.078L1369.94%20105.03L1371.98%20102.223L1375.29%2098.1659L1370.94%2095.8905L1368.46%2093.9054L1368.72%2091.7358L1370.59%2087.0766L1369.96%2085.227L1368.21%2081.2241L1366.59%2078.6124L1366.4%2076.6028L1367.12%2074.4305L1370.64%2072.6922L1375.95%2070.471L1380.82%2068.4099L1380.69%2067.0186L1380.6%2066.0912L1380.51%2065.1637L1385%2064.0328L1384.78%2061.714L1384.67%2060.4773L1378.04%2058.381C1378.04%2058.381%201377.08%2057.9281%201377.02%2057.3097C1376.96%2056.6914%201376.93%2056.3822%201376.87%2055.6093C1376.79%2054.8364%201374.86%2053.7733%201373.48%2053.7896C1372.1%2053.8031%201368.7%2051.8288%201368.7%2051.8288L1370.37%2049.9548L1365.02%2046.7628L1358.4%2044.821L1352.66%2042.4046L1342.83%2040.4954L1339.46%2038.8302L1335.88%2039.9502L1331.2%2039.0716L1325.18%2038.5156L1320.5%2037.6369L1314.34%2035.6897L1314.66%2034.1384L1310.68%2030.9302L1305.07%2029.905L1296.39%2030.461L1291.18%2028.8148L1287.77%2026.6859C1287.77%2026.6859%201281.75%2026.2845%201281.71%2025.8208C1281.67%2025.357%201279.27%2024.2994%201279.27%2024.2994L1272.03%2025.4574L1268.68%2024.1014C1268.68%2024.1014%201269.45%2022.3928%201268.04%2022.0972C1266.62%2021.8016%201260.72%2022.4823%201258.82%2021.883C1256.93%2021.2836%201255.4%2019.754%201254.02%2019.613C1252.62%2019.472%201241.98%2018.6557%201241.98%2018.6557L1232.13%2016.5919C1232.13%2016.5919%201226.95%2015.2549%201225.56%2015.1138C1224.17%2014.9728%201213.12%2014.7803%201213.12%2014.7803L1206.28%2015.4691L1200.2%2019.2442L1192.02%2020.2585C1192.02%2020.2585%201186.15%2021.403%201184.77%2021.4165C1183.39%2021.4301%201172.42%2022.165%201172.42%2022.165L1166.56%2023.4641L1156.47%2023.7244C1156.47%2023.7244%201149.54%2023.3339%201149.45%2022.4064C1149.36%2021.4789%201150.85%2022.702%201149.36%2021.4789C1147.87%2020.2558%201139.52%2019.4151%201139.12%2020.0388C1138.71%2020.6626%201136.06%2021.7718%201134.68%2021.7881C1133.31%2021.8016%201125.51%2022.0376%201125.51%2022.0376L1118.47%2020.4104L1114.58%2018.1296C1114.58%2018.1296%201111.07%2014.9186%201108.73%2014.4792C1106.39%2014.0399%201102.6%2012.8412%201102.55%2012.3774C1102.51%2011.9137%201091.93%2011.8703%201091.93%2011.8703C1091.93%2011.8703%201090.25%2013.5897%201086.53%2013.1639C1082.81%2012.7381%201072.13%2011.6127%201070.72%2011.3171C1069.31%2011.0215%201061.11%2011.7266%201059.2%2010.9726C1057.29%2010.2187%201053.83%207.62602%201051.48%207.0321C1049.12%206.43817%201042.06%204.6564%201042.06%204.6564L1033.33%204.74861L1026.07%205.75205L1022.74%204.54793C1022.74%204.54793%201019.97%204.42316%201018.12%204.28757C1016.27%204.15196%201009.35%203.91602%201009.35%203.91602L1001.85%202.29154L997.696%202.18036L990.047%203.96215L985.453%204.01096C985.453%204.01096%20976.723%204.10317%20976.183%203.17837C975.635%202.25629%20976.949%201.46982%20975.063%201.02504C973.185%200.580282%20966.261%200.344336%20963.956%200.214163C961.642%200.0839908%20951.567%200.498924%20951.18%201.27454C950.793%202.05289%20947.206%203.01836%20945.368%203.03735C943.53%203.05633%20927.845%202.44613%20927.845%202.44613L920.034%202.52749L907.774%204.2035L896.087%207.11078L893.918%208.52643L887.011%208.44507L868.238%209.26138C868.238%209.26138%20859.637%2010.7421%20858.259%2010.7584C856.881%2010.772%20844.476%2010.9021%20844.476%2010.9021L837.141%2011.1326L824.752%2011.4174C824.752%2011.4174%20820.045%2010.2296%20818.191%2010.094C816.337%209.95838%20803.795%208.5427%20803.795%208.5427L800.482%207.49317C800.482%207.49317%20798.169%207.363%20795.372%206.92637C792.575%206.49245%20784.692%205.80088%20784.692%205.80088L771.714%204.69982L768.353%203.18923C768.353%203.18923%20764.581%202.14512%20763.202%202.1614C761.824%202.17495%20749.105%203.85639%20749.105%203.85639L742.536%202.37835L738.65%200.0975754C738.65%200.0975754%20735.007%200.444698%20733.637%200.612835C732.275%200.780987%20726.358%201.4617%20724.94%201.01422C723.521%200.564023%20718.024%200.778287%20716.613%200.482679C715.211%200.18707%20703.692%20-6.25733e-05%20703.692%20-6.25733e-05L702.459%201.55932L702.661%203.72351L700.992%205.59749L700.226%207.30604C700.226%207.30604%20695.672%207.81862%20694.31%207.98675C692.948%208.15491%20690.634%208.02473%20686.088%208.53729C681.534%209.04987%20671.934%209.61395%20671.733%209.92584C671.531%2010.2377%20654.145%2011.1923%20654.145%2011.1923L646.923%2012.6595C646.923%2012.6595%20642.844%2013.3213%20640.563%2013.5002C638.282%2013.6792%20633.712%2014.0345%20632.35%2014.2054C630.987%2014.3735%20625.53%2015.0488%20621.855%2015.0895C618.179%2015.1274%20606.298%2015.8705%20606.298%2015.8705C606.298%2015.8705%20596.118%2015.2034%20593.353%2015.0786C590.58%2014.9539%20578.643%2015.0786%20578.643%2015.0786C575.467%2015.5749%20560.241%2014.962%20557.903%2014.5227C555.566%2014.0833%20549.021%2012.9145%20543.507%2012.9714C537.994%2013.0284%20525.992%2012.5348%20524.614%2012.5511C523.235%2012.5646%20516.432%2013.5653%20516.432%2013.5653L503.729%2015.3987L496.08%2017.1804L488.898%2019.1114L483.473%2020.0958L476.122%2020.1718C476.122%2020.1718%20471.584%2020.8389%20470.206%2020.8525C468.828%2020.866%20462.911%2021.5467%20459.236%2021.5847C455.56%2021.6227%20449.088%2021.2267%20449.088%2021.2267L441.221%2020.6898L437.19%2021.8152L429.823%2021.7366C429.823%2021.7366%20427.026%2021.3027%20424.729%2021.3244C422.432%2021.3488%20415.943%2020.7982%20415.943%2020.7982C415.943%2020.7982%20414.968%2020.1908%20413.13%2020.2097C411.292%2020.2287%20396.719%2021.7746%20396.719%2021.7746C396.719%2021.7746%20395.857%2022.401%20389.811%2021.6932C383.766%2020.9826%20377.309%2020.7413%20375.439%2020.4511C373.577%2020.1609%20364.389%2020.2558%20364.389%2020.2558L360.713%2020.2938L343.012%2017.8476C343.012%2017.8476%20343.327%2016.2963%20342.335%2015.5343C341.344%2014.7722%20341.731%2013.9939%20339.853%2013.5491C337.975%2013.1043%20327.48%2013.9884%20327.48%2013.9884C327.48%2013.9884%20320.62%2014.3681%20319.242%2014.3844C317.864%2014.398%20306.249%2013.1287%20306.249%2013.1287C306.249%2013.1287%20303.782%2011.2981%20300.55%2011.1761C297.318%2011.0541%20291.796%2010.9591%20291.796%2010.9591L283.543%2011.2005L279.698%209.38347L269.566%209.18007C269.566%209.18007%20266.35%209.21262%20263.593%209.24245C260.836%209.27228%20258.983%209.1367%20252.51%208.74073C246.037%208.34478%20239.105%207.95155%20236.792%207.82137C234.479%207.69119%20216.988%207.40914%20216.988%207.40914L214.029%2010.2242L210.902%2011.1842L201.826%2012.5158L192.266%2013.5437L186.237%2012.9877L181.804%2014.737C181.804%2014.737%20178.201%2015.5478%20175.444%2015.5777C172.687%2015.6075%20168.077%2015.499%20168.077%2015.499L161.87%2018.0402L156.413%2018.7155L146.306%2018.8212L142.171%2018.8646L134.666%2017.2401L129.056%2016.215L115.733%2016.3533L112.847%2014.9919L103.529%2013.6955C103.529%2013.6955%2099.0072%2014.5173%2096.6131%2013.4596L94.2192%2012.4019L89.5119%2011.2141L86.3362%2011.7104L76.3735%2013.362L69.0223%2013.4379L66.2818%2013.6223L59.2772%2012.4589L56.3916%2011.0975L54.0058%2010.1944L51.6925%2010.0642L45.6068%208.88992C45.6068%208.88992%2043.2934%208.75973%2041.9071%208.61871C40.5127%208.47769%2034.8462%206.83693%2034.8462%206.83693C34.8462%206.83693%2030.2678%207.04034%2028.43%207.05932C26.5923%207.0783%2021.1273%207.599%2021.1273%207.599L14.808%208.90347L7.38426%208.20648L0.355574%206.73387L-3.09438%209.24519L-3.13454%209.22348Z%22%20fill%3D%22%23F4F2EF%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.brunch__title {
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 64px;
  text-transform: uppercase;
}

.brunch__title::before {
  content: '';
  position: absolute;
  width: 173px;
  height: 155px;
  top: -58px;
  right: 1%;
  background: url('../img/brunch/decor-2.webp') center/contain no-repeat;
}

.brunch__content {
  position: relative;
  margin-top: 24px;
  margin-left: auto;
  width: 690px;
}

.brunch__content::before {
  content: '';
  position: absolute;
  aspect-ratio: 466/576;
  width: 466px;
  left: -61%;
  top: -131px;
  background: url('../img/brunch/photo.webp') center/contain no-repeat;
}

.brunch__sub-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}

.brunch__sub-title-name {
  font-size: 48px;
  line-height: 60px;
}

.brunch__sub-title-co-owner {
  font-size: 30px;
  line-height: 60px;
}

.brunch__sub-title-company {
  font-size: 72px;
  line-height: 72px;
}

.brunch__content-top {
  font-size: 20px;
  font-weight: 400;
  max-width: 609px;
}

.brunch__content-middle {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.brunch__content-left {
  padding: 20px 22px 20px 24px;
  color: #000;
  width: 201px;
  flex-shrink: 0;
  box-sizing: content-box;
  font-size: 16px;
  font-weight: 700;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22247%22%20height%3D%2297%22%20viewBox%3D%220%200%20247%2097%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4.6896%204.4291L4.00579%205.5634L3.6301%206.31743L2.39896%207.91273L2.85766%209.60832L2.4862%2010.5108L2.92377%2011.6126L3.76096%2012.6283C3.76096%2012.6283%203.58086%2014.4164%203.34026%2014.4229C3.09966%2014.4294%202.65644%2015.5572%202.65644%2015.5572L2.68179%2016.2995L2.07534%2017.357L2.14008%2019.287L2.1851%2020.6231L2.21465%2021.5139L3.0462%2022.3812L3.40922%2023.634L3.03636%2024.4623L2.34973%2025.5223C2.34973%2025.5223%201.80099%2025.9091%201.80802%2026.1318C1.81506%2026.3545%201.86712%2027.9134%201.86712%2027.9134L1.89947%2028.8784L2.00219%2031.9205L2.08239%2034.2959L1.14955%2035.214C1.14955%2035.214%200.460093%2036.1998%200.38975%2036.4981C0.319392%2036.7976%200.441813%2038.0569%200.441813%2038.0569L1.01973e-05%2039.2576L0.51356%2040.2083L0.855479%2043.244L1.48864%2045.3797L1.20724%2046.5765L1.97546%2047.9661L2.81684%2049.1303L3.53865%2049.1095L3.29806%2050.305L2.97725%2051.5031L1.88259%2052.3522L2.65644%2053.8902L3.48237%2055.7981L4.10145%2056.3007C4.10145%2056.3007%204.28155%2056.8894%204.20839%2057.1147C4.13522%2057.34%203.57382%2058.5446%203.57382%2058.5446C3.57382%2058.5446%203.79614%2059.2062%203.60339%2059.4354C3.41063%2059.6633%203.65544%2060.9942%203.65544%2060.9942L4.03392%2061.5034L4.95834%2062.7393L4.42508%2063.5715L4.85141%2064.302L5.13983%2065.7046L5.90666%2067.0199L6.83107%2068.2558L6.86906%2069.3693L6.92676%2071.0766L6.25702%2072.6563L5.7153%2073.2657L5.49159%2073.7919L4.88939%2074.9978L4.1282%2075.0199L3.30931%2075.7114L2.50732%2075.7349L1.78552%2075.7557L1.84039%2077.3888L2.27093%2078.2678C2.27093%2078.2678%202.43695%2078.4111%202.44398%2078.6338C2.45102%2078.8565%202.50168%2080.3411%202.50168%2080.3411L3.09263%2081.2149L3.36558%2082.1721L3.41342%2083.5825L3.32057%2085.5906L2.79153%2086.5713C2.79153%2086.5713%202.27797%2087.9973%202.04158%2088.1522C1.80661%2088.3072%201.66875%2088.9805%201.66875%2088.9805L2.16963%2089.56L3.61323%2089.5183L5.04417%2089.1055L6.58061%2089.4324L7.54303%2089.405L9.37494%2088.9805L11.0338%2088.19L12.915%2089.2501L14.7118%2090.1643L15.9148%2090.1291L16.9897%2091.0642L18.2729%2091.0277L19.6363%2090.9886L21.2023%2089.8296L21.8087%2088.7721L22.7008%2089.043L23.5225%2089.6134L25.8905%2090.8076L27.8955%2090.7503L28.9381%2090.7204L30.1537%2091.0564L31.6466%2092.4993C31.6466%2092.4993%2032.4008%2093.4435%2032.6414%2093.4369C32.882%2093.4304%2033.9245%2093.4005%2033.9245%2093.4005L35.9422%2093.7143L37.5181%2092.8522L38.8815%2092.8131L40.6585%2093.1335L42.1288%2093.9084C42.1288%2093.9084%2043.1757%2094.0269%2043.4922%2093.8693C43.8074%2093.7117%2045.6225%2092.7676%2045.6225%2092.7676L48.0636%2091.3598L49.2582%2091.1032L50.8537%2090.835L51.9808%2090.9509L53.6565%2090.68L54.7863%2090.8701L56.4072%2091.3442L57.7101%2091.9015L58.4361%2092.0292L60.043%2092.0578L60.845%2092.0344L61.8903%2092.0786L63.8672%2091.2048L65.4712%2091.1592L67.147%2090.8884L68.4344%2091.0004L69.5741%2091.4874L70.5562%2092.0539L70.9825%2092.7845L72.7342%2092.3625L74.3959%2091.6463L76.8638%2091.055L78.3215%2091.4588C78.3215%2091.4588%2078.9082%2092.1841%2079.1502%2092.2519C79.3936%2092.3196%2080.1478%2093.2637%2080.1478%2093.2637L80.1731%2094.006L81.2284%2094.3472C81.2284%2094.3472%2082.0346%2094.4723%2082.3512%2094.3147C82.6663%2094.1571%2084.1324%2094.7835%2084.1324%2094.7835L85.365%2095.6391L86.4076%2095.6092L87.6908%2095.5727L89.1949%2094.9346L90.5301%2094.079L91.3926%2093.4604L92.4957%2092.834L93.8563%2092.7207L95.404%2093.4187L95.8852%2093.4044L97.0812%2093.1478C97.0812%2093.1478%2097.7158%2092.9069%2097.9564%2092.9004C98.197%2092.8939%2099.3141%2092.7129%2099.3141%2092.7129L100.44%2092.7545L101.964%2092.7103L103.1%2093.1231L104.063%2093.0957L105.506%2093.0541L107.044%2093.4552L108.271%2094.1623L109.341%2094.9489C109.341%2094.9489%20109.839%2095.4542%20110.162%2095.5193C110.486%2095.5844%20111.706%2096.0689%20111.706%2096.0689L112.508%2096.0454L114.093%2095.4802L115.517%2094.8447L117.124%2094.8734L118.079%2094.6233L119.696%2094.9489L121.698%2094.8174L123.774%2094.4605L125.763%2093.9579L127.177%2094.2886L128.985%2094.3108L130.506%2094.1923L131.802%2094.527L132.666%2093.9826L133.529%2093.364L135.207%2093.1674L135.923%2092.9981L137.439%2092.7311L139.922%2092.5852L141.686%2092.5344L143.465%2092.929L145.471%2092.946L147.155%2092.8978L149.348%2093.6518L151.032%2093.6036L152.876%2093.5502L154.48%2093.5047L156.236%2093.2312L158.566%2093.3132L160.889%2093.1726L161.929%2093.0684L163.61%2092.946C163.61%2092.946%20165.074%2093.4981%20165.395%2093.489C165.715%2093.4799%20168.501%2092.8053%20168.501%2092.8053L170.574%2092.3743L172.089%2092.1073L174.675%2092.6269L177.246%2092.7011L179.586%2093.0801C179.586%2093.0801%20180.472%2093.2038%20180.793%2093.1934C181.114%2093.1843%20182.387%2092.8509%20182.387%2092.8509L184.832%2093.9696L188.039%2093.8771L190.766%2093.799L192.771%2093.7417L195.565%2093.2898L196.941%2093.6219L197.904%2093.5945L200.55%2093.519L201.85%2094.0021L203.564%2094.8447L205.89%2094.7783L207.549%2093.9878L209.635%2094.0021L213.484%2093.8914L215.11%2094.5126L216.233%2094.4801L217.997%2094.4293L219.473%2095.3526L221.184%2096.121L222.642%2096.5247L224.182%2097L226.557%2096.0402L227.157%2094.7601L228.921%2094.7093L230.605%2094.6611L232.1%2093.7273L233.175%2092.2844L234.576%2090.9808L235.381%2088.6549L236.696%2087.2055L238.188%2086.1975L239.581%2084.6712L241.169%2084.1802L242.272%2083.5538L242.763%2081.4597L243.688%2080.3189L244.508%2078.4384L244.421%2075.8403L244.351%2073.7619L245.037%2072.7018L244.985%2071.143C244.985%2071.143%20245.281%2070.3915%20244.946%2069.9553C244.609%2069.519%20245.178%2068.3886%20245.029%2068.1698C244.878%2067.951%20244.991%2066.3883%20244.991%2066.3883C244.991%2066.3883%20245.272%2065.3399%20245.417%2064.8907C245.562%2064.4414%20245.365%2063.3318%20245.365%2063.3318L245.382%2061.6974L244.436%2059.5708L244.064%2058.0211L243.941%2056.7617L244.788%2055.6978L245.551%2054.4879L244.714%2053.4721L243.734%2052.9799L243.762%2051.4184L244.372%2050.4352L244.728%2049.0873L245.305%2047.1391L244.546%2046.0465L244.113%2045.0932L244.158%2044.0514L244.484%2041.814L244.375%2040.9259L244.069%2039.0037L243.786%2037.7496L243.754%2036.7846L243.879%2035.7414L244.493%2034.9067L245.42%2033.8401L246.27%2032.8503L246.247%2032.1823L246.232%2031.7369L246.216%2031.2915L247%2030.7484L246.962%2029.635L246.942%2029.0411L245.784%2028.0344C245.784%2028.0344%20245.617%2027.817%20245.607%2027.52C245.597%2027.2231%20245.592%2027.0747%20245.58%2026.7035C245.568%2026.3323%20245.23%2025.8219%20244.989%2025.8297C244.749%2025.8362%20244.155%2024.8881%20244.155%2024.8881L244.446%2023.9882L243.512%2022.4554L242.357%2021.523L241.355%2020.3626L239.638%2019.4458L239.05%2018.6462L238.426%2019.1841L237.61%2018.7621L236.557%2018.4951L235.741%2018.0732L234.666%2017.1382L234.721%2016.3932L234.027%2014.8526L233.048%2014.3604L231.533%2014.6273L230.624%2013.8368L230.027%2012.8145C230.027%2012.8145%20228.978%2012.6218%20228.971%2012.3991C228.963%2012.1764%20228.544%2011.6685%20228.544%2011.6685L227.279%2012.2246L226.695%2011.5735C226.695%2011.5735%20226.829%2010.753%20226.583%2010.6111C226.337%2010.4691%20225.305%2010.796%20224.975%2010.5082C224.644%2010.2204%20224.378%209.48588%20224.136%209.41816C223.893%209.35044%20222.034%208.95846%20222.034%208.95846L220.316%207.96741C220.316%207.96741%20219.411%207.32538%20219.169%207.25766C218.926%207.18994%20216.997%207.09748%20216.997%207.09748L215.804%207.42826L214.741%209.24105L213.313%209.72811C213.313%209.72811%20212.289%2010.2777%20212.048%2010.2842C211.808%2010.2907%20209.893%2010.6436%20209.893%2010.6436L208.87%2011.2674L207.108%2011.3924C207.108%2011.3924%20205.898%2011.2049%20205.883%2010.7595C205.867%2010.3141%20206.128%2010.9015%20205.867%2010.3141C205.607%209.72681%20204.149%209.3231%20204.079%209.62262C204.009%209.92215%20203.546%2010.4548%20203.305%2010.4626C203.065%2010.4691%20201.704%2010.5824%20201.704%2010.5824L200.474%209.80104L199.796%208.70581C199.796%208.70581%20199.183%207.1639%20198.775%206.95292C198.367%206.74196%20197.705%206.16634%20197.697%205.94365C197.69%205.72096%20195.842%205.70012%20195.842%205.70012C195.842%205.70012%20195.55%206.52578%20194.9%206.32132C194.251%206.11686%20192.387%205.57641%20192.14%205.43445C191.894%205.29251%20190.462%205.6311%20190.128%205.26906C189.795%204.90703%20189.191%203.66203%20188.781%203.37683C188.37%203.09163%20187.137%202.23602%20187.137%202.23602L185.613%202.2803L184.346%202.76215L183.765%202.18393C183.765%202.18393%20183.281%202.12402%20182.958%202.0589C182.635%201.9938%20181.427%201.88049%20181.427%201.88049L180.118%201.10042L179.393%201.04703L178.058%201.90264L177.256%201.92608C177.256%201.92608%20175.732%201.97036%20175.638%201.52627C175.542%201.08349%20175.771%200.705832%20175.442%200.492255C175.114%200.278678%20173.906%200.165381%20173.503%200.102866C173.099%200.0403583%20171.341%200.239608%20171.273%200.61206C171.206%200.985824%20170.579%201.44944%20170.259%201.45856C169.938%201.46767%20167.2%201.17465%20167.2%201.17465L165.836%201.21372L163.696%202.01854L161.656%203.4146L161.278%204.09439L160.072%204.05533L156.795%204.44732C156.795%204.44732%20155.294%205.15837%20155.053%205.16618C154.812%205.1727%20152.647%205.23521%20152.647%205.23521L151.367%205.34589L149.204%205.48264C149.204%205.48264%20148.382%204.91224%20148.059%204.84712C147.735%204.78201%20145.546%204.10221%20145.546%204.10221L144.968%203.59822C144.968%203.59822%20144.564%203.53571%20144.075%203.32604C143.587%203.11768%20142.211%202.78559%20142.211%202.78559L139.946%202.25686L139.359%201.53148C139.359%201.53148%20138.701%201.0301%20138.46%201.03792C138.219%201.04443%20135.999%201.85185%20135.999%201.85185L134.853%201.1421L134.174%200.0468772C134.174%200.0468772%20133.538%200.213564%20133.299%200.294306C133.061%200.375048%20132.029%200.701922%20131.781%200.48704C131.533%200.270861%20130.574%200.373751%20130.328%200.231799C130.083%200.0898463%20128.072%20-1.25189e-05%20128.072%20-1.25189e-05L127.857%200.748805L127.892%201.78804L127.601%202.68792L127.467%203.50836C127.467%203.50836%20126.672%203.7545%20126.434%203.83524C126.197%203.91598%20125.793%203.85348%20124.999%204.09961C124.204%204.34574%20122.528%204.61662%20122.493%204.76638C122.458%204.91615%20119.423%205.37455%20119.423%205.37455L118.162%206.07909C118.162%206.07909%20117.451%206.39685%20117.052%206.48281C116.654%206.56876%20115.856%206.73935%20115.619%206.8214C115.381%206.90214%20114.428%207.22641%20113.787%207.24595C113.145%207.26418%20111.071%207.62101%20111.071%207.62101C111.071%207.62101%20109.294%207.30065%20108.811%207.24074C108.327%207.18084%20106.244%207.24074%20106.244%207.24074C105.689%207.47906%20103.031%207.18474%20102.623%206.97377C102.215%206.7628%20101.073%206.20151%20100.11%206.22886C99.1481%206.25621%2097.053%206.01919%2096.8124%206.02701C96.5718%206.03352%2095.3843%206.51407%2095.3843%206.51407L93.1669%207.39441L91.8316%208.25002L90.578%209.17725L89.6311%209.64998L88.3478%209.68645C88.3478%209.68645%2087.5557%2010.0068%2087.3151%2010.0133C87.0745%2010.0198%2086.0418%2010.3467%2085.4002%2010.3649C84.7586%2010.3832%2083.6287%2010.193%2083.6287%2010.193L82.2555%209.9352L81.552%2010.4756L80.266%2010.4379C80.266%2010.4379%2079.7777%2010.2295%2079.3767%2010.2399C78.9757%2010.2516%2077.8431%209.98728%2077.8431%209.98728C77.8431%209.98728%2077.6728%209.69556%2077.352%209.70468C77.0312%209.7138%2074.4873%2010.4561%2074.4873%2010.4561C74.4873%2010.4561%2074.3368%2010.7569%2073.2815%2010.417C72.2263%2010.0758%2071.0993%209.95994%2070.7728%209.82059C70.4478%209.68124%2068.8438%209.72682%2068.8438%209.72682L68.2022%209.74506L65.1124%208.57038C65.1124%208.57038%2065.1673%207.82548%2064.9942%207.45953C64.8212%207.09359%2064.8887%206.71983%2064.5609%206.50625C64.233%206.29268%2062.4011%206.71722%2062.4011%206.71722C62.4011%206.71722%2061.2037%206.89954%2060.9631%206.90736C60.7225%206.91387%2058.695%206.3044%2058.695%206.3044C58.695%206.3044%2058.2645%205.42535%2057.7003%205.36675C57.1361%205.30814%2056.1722%205.26257%2056.1722%205.26257L54.7315%205.37847L54.0603%204.50593L52.2917%204.40826C52.2917%204.40826%2051.7303%204.42388%2051.2491%204.43821C50.7679%204.45254%2050.4443%204.38742%2049.3145%204.19729C48.1846%204.00716%2046.9746%203.81832%2046.5708%203.75581C46.167%203.6933%2043.1137%203.55786%2043.1137%203.55786L42.5974%204.90964L42.0514%205.37065L40.4672%206.01008L38.7984%206.50365L37.746%206.23668L36.9721%207.07666C36.9721%207.07666%2036.3432%207.46604%2035.862%207.48037C35.3808%207.49469%2034.576%207.44261%2034.576%207.44261L33.4926%208.66285L32.54%208.98713L30.7756%209.03791L30.0538%209.05875L28.7439%208.27868L27.7646%207.78641L25.4388%207.85283L24.9351%207.19908L23.3086%206.57658C23.3086%206.57658%2022.5193%206.97117%2022.1014%206.46328L21.6835%205.95539L20.8618%205.38498L20.3075%205.6233L18.5684%206.41639L17.2852%206.45286L16.8068%206.54142L15.5841%205.98273L15.0804%205.32898L14.6639%204.89532L14.2601%204.83281L13.1978%204.26892C13.1978%204.26892%2012.794%204.20641%2012.552%204.13868C12.3086%204.07097%2011.3194%203.28308%2011.3194%203.28308C11.3194%203.28308%2010.5203%203.38075%2010.1995%203.38987C9.87867%203.39898%208.9247%203.64902%208.9247%203.64902L7.8216%204.27543L6.52573%203.94074L5.29882%203.23359L4.69662%204.43952L4.6896%204.4291Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    center/contain no-repeat;
}

.brunch__content-right {
  font-size: 18px;
  font-weight: 700;
}

.brunch__content-right br {
  display: none;
}

.brunch__content-right span {
  text-transform: uppercase;
  color: var(--accent2);
}

.brunch__btn {
  background: var(--accent);
  margin-top: 10px;
  width: 100%;
  color: #fff;
}

.brunch__btn:hover {
  background: var(--accent-h);
}

.brunch .simple-gallery {
  position: relative;
  margin-top: 58px;
}

.history {
  background: var(--bg);
  padding: var(--sp) 0;
}

.history__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.history__title span {
  display: block;
}

.history__title span:nth-child(1) {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 0.92;
}

.history__title span:nth-child(2) {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: -22px;
}

.history__title span:nth-child(3) {
  font-size: 78px;
  color: var(--accent);
  margin-bottom: -10px;
}

.history__title span:nth-child(4) {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 20px;
}

.history__title span:nth-child(5) {
  font-size: 32px;
  font-weight: 600;
}

.history__indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 20px;
}

.history__indicator > span:first-child {
  font-size: 72px;
  color: var(--accent2);
  font-weight: 500;
  display: flex;
  line-height: 0.8;
}

.history__indicator > span:last-child {
  font-size: 20px;
}

.history__gallery {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 34px;
}

.history__gallery img {
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.history__gallery_1 {
  width: 100%;
}

.history__gallery_1 img {
  height: 120.8px;
}

.history__gallery_2 img {
  height: 167px;
  max-width: 100%;
}

.history__gallery_3 img {
  height: 161.85px;
  max-width: 100%;
}

.history__partners {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  font-size: 22px;
  margin-bottom: 102px;
  position: relative;
}

.history__partners span:first-child {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  color: var(--accent2);
}

.history__partners-decor {
  aspect-ratio: 387/96;
  width: 387px;
  background: center/contain no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0px);
}

@keyframes videoArrows {
  0% {
    opacity: 1;
  }

  33% {
    opacity: 0;
  }

  66% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes btnArrows {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.video-gallery {
  display: flex;
  justify-content: space-between;
}

.video-gallery__arrows {
  display: flex;
  gap: 60px;
}

.video-gallery__arrows span {
  aspect-ratio: 1/1;
  width: 63px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M24.3026%2056.0741L47.8982%2032.4785L24.3026%208.88296L31.5215%201.66412L62.3359%2032.4785L31.5215%2063.2929L24.3026%2056.0741Z%22%20stroke%3D%22%23F60F1A%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  animation-name: videoArrows;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.video-gallery__arrows span:nth-child(1) {
  animation-delay: 0s;
}

.video-gallery__arrows span:nth-child(2) {
  animation-delay: 0.25s;
}

.video-gallery__arrows span:nth-child(3) {
  animation-delay: 0.5s;
}

.video-gallery__arrows_to-left {
  flex-direction: row-reverse;
}

.video-gallery__arrows_to-left span {
  transform: rotate(180deg);
}

.video-gallery__list {
  display: flex;
  gap: 18px;
}

.video-gallery__video {
  aspect-ratio: 162/331;
  width: 162px;
  position: relative;
  overflow: hidden;
}

.video-gallery__video:hover::after {
  transform: translate(-50%, -50%) scale(1.2);
}

.video-gallery__video-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 98%;
  width: 98%;
  transform: translate(-50%, -50%);
  background: center/cover no-repeat;
  border-radius: 30px;
}

.video-gallery__video-mockup {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: center/cover no-repeat;
}

.video-gallery__video:after {
  content: '';
  display: block;
  aspect-ratio: 66/66;
  width: 66px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2267%22%20height%3D%2267%22%20viewBox%3D%220%200%2067%2067%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%229.55664%22%20y%3D%229.55371%22%20width%3D%2247.7728%22%20height%3D%2247.7728%22%20rx%3D%2223.8864%22%20fill%3D%22%233EC284%22%2F%3E%0A%3Cpath%20d%3D%22M42.5176%2033.4411L28.9023%2041.3018L28.9023%2025.5803L42.5176%2033.4411Z%22%20fill%3D%22white%22%2F%3E%0A%3Ccircle%20cx%3D%2233.4409%22%20cy%3D%2233.4409%22%20r%3D%2233.2021%22%20stroke%3D%22%233EC284%22%20stroke-width%3D%220.477728%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform var(--tr);
}

.goal {
  padding: var(--sp) 0 24px;
}

.goal__title {
  font-size: 72px;
  text-align: center;
  max-width: 787px;
  margin: 0 auto 32px;
}

.goal__items {
  display: flex;
  padding: 0 28px;
  gap: 10px;
}

.goal .item {
  flex: 1 1 50%;
  background: center/100% 100% no-repeat;
  padding: 64px 21px 36px 26px;
  position: relative;
}

.goal .item__tag {
  background: var(--accent);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 5px 10px 2px 10px;
  border-radius: 100px;
  min-width: 216px;
  font-size: 22px;
  text-align: center;
  color: var(--white);
}

.goal .item__text > * {
  margin: 1em 0;
}

.goal .item__text > *:first-child {
  margin-top: 0;
}

.goal .item__text > *:last-child {
  margin-bottom: 0;
}

.goal .item__text b {
  font-weight: 700;
}

.goal .item__text ._accent {
  color: var(--accent2);
}

.partners {
  color: var(--white);
}

.partners:before {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: top left/cover repeat-x
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221365%22%20height%3D%2246%22%20viewBox%3D%220%200%201366%2046%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1350.99%200C1356.52%200%201361%204.48092%201361%2010.0078H1366V45.0332L0%2045.0332L0%2010.0078L7.50586%2010.0078C7.50586%204.48108%2011.986%200.000263364%2017.5127%200C23.0396%200%2027.5205%204.48092%2027.5205%2010.0078L40.0303%2010.0078C40.0303%204.48108%2044.5104%200.000263364%2050.0371%200C55.564%200%2060.0449%204.48092%2060.0449%2010.0078L72.5527%2010.0078C72.5527%204.48092%2077.0337%200%2082.5605%200C88.0873%200.000181931%2092.5674%204.48103%2092.5674%2010.0078L105.077%2010.0078C105.077%204.48092%20109.558%200%20115.085%200C120.612%200.000181931%20125.092%204.48103%20125.092%2010.0078H137.601C137.601%204.48108%20142.081%200.000263363%20147.607%200C153.134%200%20157.615%204.48092%20157.615%2010.0078L170.125%2010.0078C170.125%204.48108%20174.605%200.000263363%20180.132%200C185.659%200%20190.14%204.48092%20190.14%2010.0078L202.648%2010.0078C202.648%204.48108%20207.129%200.000255117%20212.655%200C218.182%200%20222.663%204.48092%20222.663%2010.0078L235.172%2010.0078C235.172%204.48108%20239.652%200.000263363%20245.179%200C250.706%200%20255.187%204.48092%20255.187%2010.0078H267.696C267.696%204.48108%20272.176%200.000263363%20277.703%200C283.23%200%20287.711%204.48092%20287.711%2010.0078L300.22%2010.0078C300.22%204.48102%20304.7%200.000164412%20310.227%200C315.753%200%20320.234%204.48092%20320.234%2010.0078L332.743%2010.0078C332.743%204.48092%20337.224%200%20342.751%200C348.278%200.000214914%20352.758%204.48105%20352.758%2010.0078L365.268%2010.0078C365.268%204.48092%20369.748%200%20375.275%200C380.802%200.000214914%20385.282%204.48105%20385.282%2010.0078H397.792C397.792%204.48092%20402.273%200%20407.8%200C413.327%200.000214914%20417.807%204.48105%20417.807%2010.0078L430.314%2010.0078C430.314%204.48106%20434.795%200.000230379%20440.321%200C445.848%200%20450.329%204.48092%20450.329%2010.0078L462.839%2010.0078C462.839%204.48106%20467.319%200.000230379%20472.846%200C478.373%200%20482.854%204.48092%20482.854%2010.0078L495.363%2010.0078C495.363%204.48106%20499.843%200.000230379%20505.37%200C510.897%200%20515.378%204.48092%20515.378%2010.0078H527.888C527.888%204.48106%20532.368%200.000230379%20537.895%200C543.421%200%20547.902%204.48092%20547.902%2010.0078L560.41%2010.0078C560.41%204.48108%20564.89%200.000263362%20570.417%200C575.944%200%20580.425%204.48092%20580.425%2010.0078L592.935%2010.0078C592.935%204.48108%20597.415%200.000263362%20602.941%200C608.468%200%20612.949%204.48092%20612.949%2010.0078L625.459%2010.0078C625.459%204.48108%20629.939%200.000263362%20635.466%200C640.993%200%20645.474%204.48092%20645.474%2010.0078L657.981%2010.0078C657.981%204.48108%20662.462%200.000263362%20667.988%200C673.515%200%20677.996%204.48092%20677.996%2010.0078L690.506%2010.0078C690.506%204.48108%20694.986%200.000263362%20700.513%200C706.04%200%20710.521%204.48092%20710.521%2010.0078L723.03%2010.0078C723.03%204.48108%20727.51%200.000263362%20733.037%200C738.564%200%20743.045%204.48092%20743.045%2010.0078L755.552%2010.0078C755.552%204.48108%20760.032%200.000263362%20765.559%200C771.085%200%20775.566%204.48092%20775.566%2010.0078L788.076%2010.0078C788.076%204.48108%20792.556%200.000263362%20798.083%200C803.61%200%20808.091%204.48092%20808.091%2010.0078L820.601%2010.0078C820.601%204.48108%20825.081%200.000263362%20830.607%200C836.134%200%20840.615%204.48092%20840.615%2010.0078L853.125%2010.0078C853.125%204.48108%20857.605%200.000263362%20863.132%200C868.659%200%20873.14%204.48092%20873.14%2010.0078L885.647%2010.0078C885.647%204.48108%20890.128%200.000263362%20895.654%200C901.181%200%20905.662%204.48092%20905.662%2010.0078L918.172%2010.0078C918.172%204.48108%20922.652%200.000263362%20928.179%200C933.706%200%20938.187%204.48092%20938.187%2010.0078L950.696%2010.0078C950.696%204.48108%20955.176%200.000263362%20960.703%200C966.23%200%20970.711%204.48092%20970.711%2010.0078L983.219%2010.0078C983.219%204.48092%20987.7%200%20993.227%200C998.753%200.000198421%201003.23%204.48104%201003.23%2010.0078L1015.74%2010.0078C1015.74%204.48092%201020.22%200%201025.75%200C1031.28%200.000198421%201035.76%204.48104%201035.76%2010.0078L1048.27%2010.0078C1048.27%204.48092%201052.75%200%201058.28%200C1063.8%200.000198421%201068.28%204.48104%201068.28%2010.0078L1080.79%2010.0078C1080.79%204.48092%201085.27%200%201090.8%200C1096.33%206.6485e-05%201100.81%204.48096%201100.81%2010.0078L1113.31%2010.0078C1113.31%204.48108%201117.79%200.000263361%201123.32%200C1128.85%200%201133.33%204.48092%201133.33%2010.0078L1145.84%2010.0078C1145.84%204.48104%201150.32%200.000197394%201155.85%200C1161.37%200%201165.85%204.48092%201165.85%2010.0078L1178.36%2010.0078C1178.36%204.48092%201182.84%200%201188.37%200C1193.9%200.000132453%201198.38%204.481%201198.38%2010.0078H1210.89C1210.89%204.48092%201215.37%200%201220.89%200C1226.42%200.000132453%201230.9%204.481%201230.9%2010.0078L1243.41%2010.0078C1243.41%204.481%201247.89%200.000131426%201253.42%200C1258.94%200%201263.42%204.48092%201263.42%2010.0078L1275.93%2010.0078C1275.93%204.481%201280.41%200.000131426%201285.94%200C1291.47%200%201295.95%204.48092%201295.95%2010.0078L1308.46%2010.0078C1308.46%204.48108%201312.94%200.00026336%201318.46%200C1323.99%200%201328.47%204.48092%201328.47%2010.0078H1340.98C1340.98%204.48096%201345.46%206.54561e-05%201350.99%200Z%22%20fill%3D%22%23212121%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  margin-bottom: -5px;
}

.partners__inner {
  background: var(--black);
  margin-bottom: -1px;
  padding: var(--sp) 0;
}

.partners__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.partners__title {
  max-width: 457px;
  text-transform: uppercase;
  font-size: 44px;
  position: relative;
}

.partners__title:before {
  content: '';
  display: block;
  aspect-ratio: 235/230;
  width: 235px;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22239%22%20height%3D%22231%22%20viewBox%3D%220%200%20239%20231%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M160.602%20176.649C160.664%20176.706%20159.833%20176.778%20158.277%20176.735C158.212%20176.667%20159.069%20176.678%20160.602%20176.649ZM155.978%20142.323C155.984%20142.364%20156.007%20142.402%20156.017%20142.442C155.172%20142.652%20154.318%20142.864%20153.476%20143.077C152.654%20143.285%20151.668%20143.552%20151.651%20143.506C152.645%20143.253%20153.534%20143.039%20154.192%20142.832C154.841%20142.627%20154.349%20142.714%20155.978%20142.323ZM157.392%20141.878C157.891%20141.809%20158.403%20141.738%20158.901%20141.671C160.098%20141.36%20161.299%20141.053%20162.517%20140.749C162.145%20140.942%20160.518%20141.35%20158.199%20141.906C157.933%20141.895%20157.651%20141.889%20157.392%20141.878ZM165.466%20140.079C165.953%20139.983%20166.419%20139.893%20166.893%20139.803C166.181%20139.955%20165.425%20140.121%20164.709%20140.281C164.48%20140.365%20164.251%20140.448%20164.017%20140.533C163.997%20140.474%20163.976%20140.414%20163.955%20140.355C164.449%20140.243%20164.909%20140.139%20165.41%20140.029C165.428%20140.046%20165.449%20140.062%20165.466%20140.079ZM171.266%20138.934C171.408%20138.941%20170.834%20139.112%20169.837%20139.296C169.828%20139.266%20169.815%20139.237%20169.809%20139.206C170.297%20139.112%20170.798%20139.018%20171.266%20138.934ZM148.716%20144.16C148.746%20144.158%20148.73%20144.167%20148.698%20144.181C149.184%20144.061%20149.685%20143.938%20150.18%20143.816C149.172%20144.16%20147.022%20144.693%20145.127%20145.201C143.97%20145.511%20143.725%20145.576%20142.94%20145.737C143.557%20145.572%20144.165%20145.409%20144.773%20145.246C144.876%20145.197%20144.984%20145.147%20145.089%20145.097C146.319%20144.773%20146.847%20144.669%20147.649%20144.499C147.521%20144.51%20147.39%20144.523%20147.261%20144.535C147.745%20144.409%20148.225%20144.287%20148.701%20144.164C148.706%20144.162%20148.711%20144.161%20148.716%20144.16ZM171.903%20142.613C172.066%20142.427%20172.221%20142.25%20172.382%20142.064C172.401%20142.075%20172.419%20142.086%20172.434%20142.099C172.272%20142.287%20172.118%20142.463%20171.954%20142.649C171.936%20142.638%20171.918%20142.627%20171.903%20142.613ZM91.0806%20115.611C92.7546%20115.364%2094.2482%20115.136%2095.5224%20114.989C96.4813%20114.751%2097.834%20114.59%2098.9701%20114.403C102.057%20113.896%20105.301%20113.38%20107.853%20113.003C110.4%20112.627%20110.043%20112.692%20112.613%20112.285C114.475%20111.989%20117.154%20111.601%20119.198%20111.291C119.116%20111.325%20118.967%20111.37%20118.862%20111.407C119.958%20111.227%20121.081%20111.047%20122.186%20110.87C122.46%20110.825%20122.719%20110.804%20122.902%20110.774C124.462%20110.517%20125.714%20110.277%20127.357%20110.031C128.456%20109.905%20128.251%20109.999%20129.989%20109.722C129.737%20109.729%20129.471%20109.738%20129.226%20109.744C130.346%20109.574%20131.471%20109.433%20132.555%20109.267C133.171%20109.172%20133.716%20109.063%20134.075%20109.006C137.106%20108.528%20138.742%20108.329%20140.752%20108.112C141.478%20107.971%20142.217%20107.828%20142.947%20107.686C143.817%20107.575%20144.691%20107.464%20145.56%20107.354C145.058%20107.398%20144.552%20107.442%20144.054%20107.486C145.105%20107.312%20145.71%20107.256%20146.637%20107.12C147.275%20107.026%20147.417%20106.978%20148.134%20106.87C150.412%20106.527%20152.852%20106.164%20155.169%20105.817C155.184%20105.846%20155.191%20105.877%20155.199%20105.907C156.062%20105.758%20156.922%20105.608%20157.781%20105.459C157.667%20105.508%20157.551%20105.557%20157.434%20105.605C158.288%20105.447%20159.142%20105.288%20160.006%20105.128C160.514%20105.116%20161.042%20105.101%20161.535%20105.091C162.445%20104.939%20161.656%20104.966%20162.657%20104.783C163.503%20104.628%20163.616%20104.649%20164.514%20104.515C165.412%20104.382%20165.424%20104.33%20166.781%20104.125C168.144%20103.918%20171.089%20103.48%20172.58%20103.274C174.403%20103.022%20175.34%20102.935%20177.101%20102.679C179.252%20102.366%20180.836%20102.138%20183.147%20101.81C183.698%20101.732%20185.533%20101.524%20186.031%20101.481C186.721%20101.308%20188.955%20101.021%20189.917%20100.86C190.874%20100.699%20189.95%20100.78%20191.203%20100.586C191.374%20100.582%20191.717%20100.555%20191.904%20100.549C192.462%20100.461%20192.008%20100.506%20192.921%20100.377C193.825%20100.248%20196.803%2099.846%20197.7%2099.7341C199.15%2099.553%20198.953%2099.6281%20200.513%2099.4006C200.486%2099.3836%20200.514%2099.3589%20200.511%2099.3386C201.61%2099.1852%20202.723%2099.0304%20203.834%2098.8768C203.837%2098.8974%20203.843%2098.9175%20203.849%2098.9377C207.451%2098.3088%20211.053%2097.7757%20214.984%2097.3954C215.733%2097.2853%20216.378%2097.1792%20217.086%2097.0739C217.401%2097.0275%20217.726%2096.9812%20218.073%2096.9352C221.061%2096.5378%20224.726%2096.1361%20227.56%2095.8405C229.744%2095.6148%20231.147%2095.4727%20232.966%2095.3068C233.253%2095.3135%20233.598%2095.3187%20233.926%2095.3294C234.234%2095.3408%20234.593%2095.3543%20234.913%2095.3765C234.906%2095.3352%20234.906%2095.2926%20234.895%2095.2522C235.478%2095.2379%20235.964%2095.2519%20236.461%2095.3354C236.613%2095.3616%20236.789%2095.3999%20236.966%2095.4626C237.033%2095.487%20237.205%2095.5484%20237.386%2095.6664C237.477%2095.726%20237.575%2095.8021%20237.674%2095.9075C237.726%2095.9639%20237.765%2096.0079%20237.827%2096.0995C237.891%2096.1951%20237.949%2096.3069%20237.991%2096.4291C238.078%2096.6738%20238.088%2096.9543%20238.041%2097.177C237.983%2097.4315%20237.938%2097.4975%20237.882%2097.6096C237.769%2097.8106%20237.649%2097.941%20237.534%2098.0522C237.384%2098.1935%20237.233%2098.3033%20237.065%2098.4122C236.821%2098.5686%20236.64%2098.6647%20236.534%2098.7263C236.44%2098.7807%20236.383%2098.8163%20236.312%2098.8588C236.241%2098.9013%20236.157%2098.9504%20235.99%2099.0346C235.84%2099.11%20235.647%2099.2038%20235.282%2099.3615C234.805%2099.5844%20232.463%20100.47%20231.237%20100.898C229.006%20101.692%20226.584%20102.513%20224.026%20103.366C221.875%20104.083%20219.606%20104.763%20219.521%20104.667C219.511%20104.652%20220.446%20104.37%20219.879%20104.506C219.648%20104.561%20219.34%20104.64%20219.09%20104.701C218.679%20104.801%20218.443%20104.845%20219.065%20104.623C219.486%20104.473%20220.236%20104.221%20221.532%20103.797C221.472%20103.78%20221.483%20103.747%20221.489%20103.71C223.418%20103.149%20225.531%20102.353%20223.072%20103.13C222.377%20103.35%20220.219%20104.11%20219.037%20104.539C218.718%20104.657%20218.474%20104.748%20218.366%20104.793C217.129%20105.31%20219.323%20104.675%20218.591%20105.039C218.49%20105.092%20214.862%20106.354%20214.216%20106.567C213.293%20106.872%20213.228%20106.865%20212.67%20107.042C211.666%20107.358%20211.614%20107.417%20210.564%20107.753C209.367%20108.136%20208.058%20108.51%20206.694%20108.97C207.131%20108.785%20207.599%20108.59%20208.06%20108.397C205.692%20109.161%20205.766%20109.251%20204.201%20109.807C203.696%20109.949%20203.179%20110.094%20202.667%20110.238C202.09%20110.43%20201.539%20110.613%20200.972%20110.802C199.024%20111.35%20196.462%20112.01%20201.613%20110.446C201.691%20110.356%20201.389%20110.408%20201.676%20110.246C201.871%20110.135%20202.596%20109.874%20201.134%20110.305C201.049%20110.375%20200.926%20110.459%20200.828%20110.534C198.641%20111.251%20198.287%20111.472%20197.682%20111.747C197.434%20111.86%20198.625%20111.516%20198.029%20111.731C197.1%20112.066%20195.685%20112.436%20195.933%20112.312C195.674%20112.395%20195.456%20112.465%20195.212%20112.544C195.212%20112.566%20195.225%20112.583%20195.218%20112.608C193.77%20113.058%20192.64%20113.47%20191.363%20113.887C190.313%20114.229%20190.201%20114.229%20189.163%20114.563C187.238%20115.182%20186.958%20115.327%20184.554%20116.117C183.537%20116.451%20179.452%20117.719%20177.755%20118.269C177.319%20118.41%20177.112%20118.509%20176.366%20118.741C174.683%20119.264%20172.774%20119.81%20173.067%20119.62C172.699%20119.762%20172.367%20119.892%20172.016%20120.028C172.921%20119.775%20173.892%20119.485%20173.854%20119.561C172.052%20120.102%20170.471%20120.677%20168.542%20121.29C168.092%20121.433%20167.255%20121.634%20166.706%20121.828C166.693%20121.864%20166.771%20121.873%20166.709%20121.925C166.171%20122.12%20164.567%20122.603%20164.356%20122.672C162.913%20123.143%20161.704%20123.51%20160.752%20123.819C159.799%20124.128%20159.19%20124.392%20158.621%20124.576C156.956%20125.113%20156.057%20125.34%20154.93%20125.668C154.836%20125.72%20154.703%20125.786%20154.593%20125.844C153.895%20126.076%20153.193%20126.308%20152.492%20126.541C152.486%20126.521%20152.453%20126.51%20152.453%20126.488C150.848%20127.075%20149.929%20127.4%20147.771%20128.111C146.55%20128.515%20146.003%20128.664%20145.033%20129.059C144.524%20129.209%20144.067%20129.343%20143.582%20129.486C140.136%20130.711%20137.422%20131.518%20134%20132.665C133.98%20132.65%20133.959%20132.635%20133.943%20132.619C133.467%20132.788%20132.995%20132.956%20132.529%20133.122C133.012%20132.994%20133.515%20132.86%20133.994%20132.734C132.867%20133.133%20131.846%20133.445%20130.857%20133.781C130.145%20134.023%20129.562%20134.23%20129.005%20134.431C128.328%20134.675%20127.687%20134.91%20126.925%20135.181C126.906%20135.167%20126.875%20135.156%20126.852%20135.143C125.801%20135.488%20124.753%20135.835%20123.706%20136.183C122.762%20136.561%20121.867%20136.924%20120.918%20137.307C120.41%20137.468%20119.917%20137.623%20119.413%20137.783C118.966%20137.955%20118.526%20138.125%20118.088%20138.294C118.186%20138.215%20118.284%20138.135%20118.383%20138.055C117.142%20138.581%20115.875%20139.121%20114.617%20139.662C114.12%20139.79%20113.641%20139.912%20113.149%20140.038C112.571%20140.297%20112.003%20140.554%20111.445%20140.807C110.499%20141.15%20109.599%20141.478%20108.656%20141.825C108.633%20141.812%20108.608%20141.8%20108.585%20141.787C108.017%20142.014%20107.446%20142.243%20106.871%20142.476C106.864%20142.456%20106.844%20142.441%20106.849%20142.417C105.773%20142.869%20104.968%20143.218%20103.393%20143.825C102.527%20144.154%2099.395%20145.381%2098.7591%20145.655C96.7531%20146.512%2096.8917%20146.508%2094.7584%20147.382C94.7662%20147.358%2094.7053%20147.362%2094.6852%20147.349C93.193%20147.946%2091.7072%20148.555%2090.2277%20149.178C90.2579%20149.187%2090.2854%20149.198%2090.3157%20149.207C90.6463%20149.072%2090.9756%20148.937%2091.3013%20148.806C90.0369%20149.384%2088.7602%20149.979%2087.5233%20150.571C85.4688%20151.466%2083.7938%20152.3%2081.7098%20153.311C81.4192%20153.452%2081.1337%20153.591%2080.8303%20153.738C79.7509%20154.263%2078.7429%20154.682%2077.22%20155.537C77.1848%20155.577%2077.2223%20155.582%2077.2056%20155.614C76.4421%20156.032%2075.479%20156.554%2074.6123%20157.087C74.1819%20157.351%2073.7634%20157.627%2073.4366%20157.881C73.2675%20158.012%2073.1312%20158.131%2073.0346%20158.23C72.9412%20158.317%2072.9004%20158.413%2072.9423%20158.3C72.973%20158.228%2072.9864%20157.955%2072.8942%20157.782C72.8113%20157.613%2072.7298%20157.559%2072.6997%20157.537C72.6384%20157.5%2072.6746%20157.534%2072.7213%20157.552C72.8261%20157.592%2073.0097%20157.655%2073.5982%20157.692C73.6576%20157.703%2073.7205%20157.714%2073.7867%20157.724C74.0534%20157.769%2074.3544%20157.804%2074.6597%20157.833C74.769%20157.792%2074.883%20157.75%2074.998%20157.708C76.7373%20157.722%2077.7019%20157.612%2078.99%20157.423C79.3598%20157.401%2079.7139%20157.378%2080.0861%20157.351C79.0437%20157.511%2079.4555%20157.498%2080.4961%20157.414C81.1137%20157.333%2080.8921%20157.321%2081.2159%20157.262C82.4796%20157.023%2083.2034%20156.954%2084.8342%20156.709C87.5006%20156.301%2089.5905%20155.913%2092.2176%20155.436C92.698%20155.348%2093.3519%20155.256%2094.0495%20155.107C94.0857%20155.133%2094.0818%20155.165%2094.1012%20155.193C95.9121%20154.801%2097.0975%20154.49%2099.1796%20154.052C99.1973%20154.069%2099.2219%20154.085%2099.2396%20154.102C100.206%20153.896%20101.164%20153.687%20102.115%20153.477C102.114%20153.456%20102.116%20153.434%20102.115%20153.413C102.724%20153.299%20103.355%20153.179%20103.959%20153.064C105.052%20152.796%20106.129%20152.528%20107.223%20152.251C107.479%20152.286%20105.834%20152.62%20104.688%20152.933C104.211%20153.063%20104.035%20153.149%20103.634%20153.266C104.85%20152.993%20106.062%20152.715%20107.279%20152.431C107.524%20152.321%20107.695%20152.227%20107.989%20152.105C108.876%20151.885%20111.224%20151.37%20111.859%20151.214C112.224%20151.125%20112.585%20151.037%20112.944%20150.948C117.505%20149.824%20121.316%20148.819%20125.928%20147.652C126.603%20147.481%20126.981%20147.345%20128.044%20147.071C129.404%20146.72%20131.766%20146.155%20133.067%20145.852C133.814%20145.636%20134.485%20145.439%20135.202%20145.23C136.208%20144.997%20137.205%20144.767%20138.215%20144.532C139.624%20144.159%20141.069%20143.747%20142.482%20143.385C144.21%20142.944%20144.843%20142.824%20146.457%20142.352C146.586%20142.341%20146.717%20142.328%20146.848%20142.316C149.291%20141.621%20151.759%20141.03%20154.144%20140.491C154.25%20140.433%20154.377%20140.368%20154.466%20140.314C156.283%20139.84%20156.825%20139.776%20158.58%20139.36C159.443%20139.156%20160.093%20138.947%20161.472%20138.653C162.346%20138.468%20162.917%20138.387%20164.304%20138.032C165.532%20137.805%20165.131%20137.947%20167.059%20137.532C166.841%20137.378%20170.267%20136.827%20170.729%20136.76C173.065%20136.366%20174.109%20136.192%20175.781%20136.048C175.996%20136.032%20176.209%20136.03%20176.43%20136.058C176.632%20136.082%20177.038%20136.166%20177.353%20136.43C177.335%20136.391%20177.314%20136.333%20177.512%20136.491C177.721%20136.688%20177.88%20137.015%20177.925%20137.25C177.979%20137.491%20177.975%20137.731%20177.944%20137.945C177.901%20138.266%20177.758%20138.646%20177.652%20138.874C177.531%20139.141%20177.377%20139.416%20177.24%20139.64C177.094%20139.88%20176.926%20140.132%20176.781%20140.337C176.145%20141.239%20175.521%20141.973%20175.142%20142.434C173.191%20144.767%20171.244%20146.829%20169.578%20148.628C167.585%20150.767%20166.958%20151.357%20165.277%20153.112C163.859%20154.593%20162.698%20155.877%20161.258%20157.433C160.947%20157.769%20160.451%20158.268%20160.003%20158.782C159.96%20158.799%20159.949%20158.781%20159.916%20158.787C158.201%20160.828%20156.787%20162.415%20154.988%20164.7C153.964%20166.023%20153.2%20167.079%20152.348%20168.518C152.23%20168.723%20152.136%20168.903%20152.047%20169.082C151.873%20169.44%20151.742%20169.736%20151.569%20170.229C151.372%20170.777%20151.203%20171.614%20151.483%20172.185C151.474%20172.219%20151.46%20172.234%20151.441%20172.245C152.188%20173.393%20153.02%20173.681%20154.939%20174.125C156.393%20174.372%20156.674%20174.386%20158.77%20174.454C161.205%20174.542%20165.971%20174.183%20168.827%20173.957C170.416%20173.869%20172.086%20173.687%20173.584%20173.972C173.688%20174%20173.783%20174.033%20173.872%20174.075C173.976%20174.123%20174.132%20174.219%20174.241%20174.351C174.352%20174.479%20174.437%20174.677%20174.447%20174.857C174.458%20175.037%20174.417%20175.182%20174.371%20175.292C174.36%20175.317%20174.322%20175.387%20174.306%20175.41C174.002%20175.846%20174.029%20175.874%20173.386%20176.569C173.768%20176.033%20172.771%20177.078%20172.29%20177.432C171.058%20178.375%20170.883%20178.264%20170.66%20178.237C170.602%20178.228%20171.327%20177.519%20171.157%20177.638C170.84%20177.945%20170.519%20178.254%20170.208%20178.578C169.996%20178.798%20169.79%20179.023%20169.59%20179.256C169.726%20179.022%20169.103%20179.682%20168.988%20179.78C168.832%20179.898%20169.284%20179.299%20169.333%20179.193C169.337%20179.188%20169.342%20179.182%20169.346%20179.177C169.416%20179.014%20169.054%20179.414%20169.254%20179.089C169.3%20179.017%20169.169%20179.123%20169.295%20178.956C169.461%20178.737%20169.66%20178.499%20169.878%20178.261C170.749%20177.325%20171.799%20176.404%20171.963%20176.333C172.395%20175.899%20172.809%20175.462%20173.161%20174.999C173.144%20174.987%20173.126%20174.976%20173.107%20174.966C173.173%20174.884%20173.236%20174.8%20173.296%20174.716L173.243%20174.813C173.233%20174.83%20173.208%20174.947%20173.256%20175.05C173.298%20175.144%20173.356%20175.176%20173.357%20175.176C173.359%20175.172%20173.277%20175.137%20173.171%20175.117C173.003%20175.08%20172.733%20175.056%20172.51%20175.046C172.016%20175.025%20171.525%20175.036%20171.028%20175.052C171.519%20175.053%20172.012%20175.059%20172.496%20175.096C172.116%20175.114%20171.776%20175.149%20171.411%20175.191C170.233%20175.214%20169.05%20175.331%20167.743%20175.419C166.446%20175.505%20166.428%20175.465%20164.747%20175.628C163.961%20175.668%20163.14%20175.654%20162.456%20175.678C160.344%20175.738%20162.163%20175.804%20162.058%20175.849C163.323%20175.784%20164.573%20175.688%20165.82%20175.58C165.83%20175.611%20165.84%20175.641%20165.853%20175.671C166.931%20175.593%20168.876%20175.484%20169.589%20175.381C169.585%20175.367%20169.577%20175.352%20169.572%20175.338C169.81%20175.32%20170.069%20175.301%20170.318%20175.284C170.562%20175.294%20170.784%20175.306%20171.04%20175.319C171.743%20175.289%20172.583%20175.257%20173.124%20175.352C173.121%20175.393%20173.117%20175.435%20173.112%20175.476C173.198%20175.489%20173.252%20175.526%20173.165%20175.479C173.115%20175.448%20172.991%20175.357%20172.916%20175.163C172.835%20174.96%20172.881%20174.746%20172.915%20174.674L173.003%20174.514C172.471%20175.25%20171.796%20175.866%20171.1%20176.587C171.827%20175.927%20172.542%20175.27%20173.066%20174.572C173.072%20174.569%20173.077%20174.568%20173.081%20174.568L173.003%20174.711C173.006%20174.72%20173.013%20174.722%20173.021%20174.719L173.098%20174.58C173.139%20174.676%20172.671%20175.449%20171.618%20176.542C170.844%20177.225%20170.054%20177.963%20170.217%20177.7C170.277%20177.598%20171.119%20176.701%20171.041%20176.733C170.902%20176.784%20169.784%20177.835%20169.96%20177.581C171.019%20176.515%20172.158%20175.519%20172.885%20174.472C172.891%20174.463%20172.896%20174.454%20172.902%20174.445L172.802%20174.626C172.732%20174.727%20172.705%20175.15%20172.87%20175.371C173.014%20175.592%20173.149%20175.631%20173.147%20175.638C173.187%20175.659%20173.068%20175.632%20172.976%20175.631C172.733%20175.616%20172.485%20175.625%20172.19%20175.64C171.969%20175.621%20172.201%20175.597%20172.555%20175.593C172.865%20175.572%20173.306%20175.671%20173.124%20175.598C173.003%20175.522%20172.923%20175.396%20172.988%20175.461C173.041%20175.515%20173.182%20175.589%20173.177%20175.573C173.211%20175.564%20173.032%20175.51%20173.107%20175.507C171.88%20175.369%20170.918%20175.521%20169.995%20175.62C168.961%20175.667%20169.073%20175.631%20168.836%20175.603C168.675%20175.583%20167.4%20175.704%20166.999%20175.705C166.554%20175.783%20167.661%20175.711%20167.267%20175.794C167.037%20175.842%20165.561%20175.992%20165.905%20176.012C163.492%20176.199%20162.168%20176.205%20159.815%20176.22C160.585%20176.242%20161.352%20176.246%20162.115%20176.238C160.718%20176.284%20159.311%20176.294%20157.895%20176.221C156.31%20176.175%20157.331%20176.442%20154.374%20175.96C154.913%20176.11%20155.43%20176.228%20155.95%20176.327C153.947%20176.085%20152.364%20175.777%20150.722%20174.472C149.268%20173.237%20149.234%20171.584%20149.354%20170.797C149.486%20169.906%20149.743%20169.32%20150.077%20168.708C149.803%20169.447%20149.565%20170.294%20149.583%20171.219C149.619%20170.258%20149.918%20169.43%20150.249%20168.7C150.25%20168.64%20150.315%20168.471%20150.434%20168.235C150.695%20167.697%20151.294%20166.792%20151.64%20166.322C151.522%20166.56%20151.412%20166.791%20151.307%20167.022C152.373%20165.19%20152.87%20164.508%20152.606%20164.653C152.887%20164.265%20153.2%20163.847%20153.493%20163.466C153.472%20163.441%20153.453%20163.416%20153.434%20163.389C154.052%20162.586%20154.685%20161.802%20155.339%20161.016C155.205%20161.202%20155.066%20161.395%20154.931%20161.584C155.174%20161.313%20155.418%20161.042%20155.658%20160.781C155.961%20160.389%20156.282%20159.982%20156.586%20159.599C156.999%20159.133%20157.437%20158.645%20157.854%20158.187C157.429%20158.556%20157.747%20158.093%20157.677%20158.058C158.598%20157.011%20159.544%20155.979%20160.469%20154.966C161.102%20154.275%20161.284%20154.03%20162.005%20153.26C162.881%20152.324%20163.822%20151.391%20164.818%20150.307C164.779%20150.41%20164.105%20151.131%20163.482%20151.814C162.864%20152.491%20162.678%20152.69%20162.857%20152.575C161.91%20153.567%20161.221%20154.308%20160.314%20155.318C160.321%20155.225%20160.201%20155.337%20159.232%20156.414C159.539%20156.14%20158.952%20156.828%20158.965%20156.872C158.977%20156.916%20159.572%20156.273%20159.354%20156.581C159.256%20156.714%20158.259%20157.881%20158.463%20157.691C159.042%20157.027%20159.629%20156.362%20160.218%20155.704C160.275%20155.594%20160.331%20155.486%20160.387%20155.379C162.214%20153.415%20163.009%20152.442%20164.662%20150.655C164.849%20150.487%20165.04%20150.315%20165.229%20150.145C165.273%20150.022%20165.318%20149.898%20165.363%20149.775C166.962%20148.08%20168.647%20146.242%20169.027%20146.009C168.333%20146.74%20167.648%20147.455%20166.954%20148.178C166.816%20148.384%20166.679%20148.591%20166.539%20148.8C164.835%20150.624%20163.124%20152.448%20161.43%20154.293C161.65%20154.147%20161.872%20154%20162.093%20153.854C161.247%20154.779%20160.409%20155.704%20159.572%20156.645C159.544%20156.629%20159.516%20156.613%20159.488%20156.597C157.874%20158.352%20156.277%20160.136%20154.747%20161.987C154.385%20162.481%20154.003%20163.011%20153.651%20163.518C154.281%20162.726%20154.928%20161.95%20155.592%20161.177C154.946%20162.038%20154.217%20162.922%20153.267%20164.178C154.019%20163.323%20152.979%20164.788%20154.146%20163.389C154.033%20163.467%20153.92%20163.544%20153.808%20163.622C154.261%20163.032%20154.737%20162.437%20155.208%20161.86C155.209%20161.829%20155.207%20161.799%20155.205%20161.771C156.365%20160.373%20156.16%20160.577%20156.06%20160.595C156.775%20159.741%20157.165%20159.302%20157.088%20159.466C157.04%20159.566%20156.547%20160.173%20156.906%20159.797C157.538%20158.977%20158.052%20158.484%20158.817%20157.619C159.372%20156.992%20159.388%20156.91%20159.897%20156.338C160.803%20155.319%20161.723%20154.321%20162.635%20153.319C162.599%20153.422%20162.927%20153.122%20162.148%20154.003C161.696%20154.514%20161.093%20155.11%20160.709%20155.606C161.121%20155.178%20161.579%20154.705%20162.009%20154.263C162.589%20153.609%20163.174%20152.953%20163.756%20152.303C163.56%20152.467%20163.363%20152.631%20163.166%20152.795C163.841%20152.059%20164.524%20151.319%20165.198%20150.588C165.252%20150.622%20165.066%20150.905%20165.849%20150.149C165.516%20150.517%20165.176%20150.892%20164.846%20151.258C166.23%20149.811%20167.619%20148.367%20168.991%20146.919C167.946%20147.985%20166.88%20149.062%20165.826%20150.127C165.976%20149.93%20166.125%20149.734%20166.274%20149.538C167.676%20148.036%20166.881%20148.975%20167.868%20147.935C167.858%20147.916%20167.847%20147.897%20167.837%20147.877C168.514%20147.156%20169.196%20146.426%20169.858%20145.71C169.584%20145.975%20169.314%20146.235%20169.036%20146.504C167.366%20148.362%20166.668%20149.053%20165.387%20150.298C164.629%20151.116%20163.872%20151.935%20163.119%20152.754C162.901%20152.912%20162.703%20153.047%20162.472%20153.218C163.012%20152.626%20163.322%20152.383%20163.928%20151.752C164.211%20151.458%20165.169%20150.424%20165.606%20149.973C165.553%20150.059%20165.553%20150.113%20165.911%20149.739C166.37%20149.26%20167.151%20148.461%20167.424%20148.168C168.271%20147.259%20168.411%20147.063%20169.256%20146.176C169.495%20146.064%20171.021%20144.43%20172.145%20143.236C172.268%20143.055%20171.95%20143.335%20171.552%20143.762C170.974%20144.381%20170.866%20144.542%20170.244%20145.172C169.598%20145.825%20169.057%20146.277%20168.156%20147.195C169.313%20145.919%20170.486%20144.618%20171.608%20143.322C171.893%20143.136%20173.022%20141.957%20174.258%20140.344C174.682%20139.828%20175.316%20139.021%20175.733%20138.252C175.839%20138.052%20175.911%20137.893%20175.956%20137.747C176.004%20137.624%20175.945%20137.568%20176.031%20137.769C176.161%20137.985%20176.297%20137.962%20176.216%20137.948C176.169%20137.934%20176.056%20137.925%20175.934%20137.929C175.813%20137.933%20175.71%20137.936%20175.631%20137.936C175.561%20137.935%20175.784%20137.912%20175.931%20137.894C176.02%20137.882%20176.069%20137.878%20176.036%20137.869C176.027%20137.867%20175.995%20137.86%20175.928%20137.855C175.755%20137.843%20175.365%20137.838%20174.791%20137.917C174.074%20138.059%20173.379%20138.22%20172.633%20138.398C173.279%20138.322%20173.777%20138.183%20174.104%20138.179C174.272%20138.179%20173.734%20138.279%20174.192%20138.246C173.307%20138.363%20172.693%20138.466%20171.934%20138.594C172.54%20138.522%20173.182%20138.451%20173.773%20138.398C173.882%20138.382%20174.024%20138.362%20174.141%20138.346C174.181%20138.31%20174.037%20138.295%20174.197%20138.246C174.33%20138.233%20175.505%20138.111%20175.948%20138.107C176.06%20138.105%20176.096%20138.116%20176.092%20138.123C176.088%20138.128%20176.032%20138.13%20175.951%20138.14C175.83%20138.155%20175.707%20138.171%20175.803%20138.175C175.837%20138.176%20175.89%20138.176%20175.954%20138.175C176.177%20138.165%20176.248%20138.248%20176.067%20138.178C176.005%20138.149%20176.001%20138.16%20176.086%20138.215C176.173%20138.275%20176.26%20138.243%20175.961%20138.267C175.945%20138.268%20175.929%20138.27%20175.912%20138.271C175.237%20138.334%20174.295%20138.422%20174.17%20138.406C174.64%20138.331%20175.119%20138.263%20175.597%20138.207C172.099%20138.601%20170.241%20138.944%20167.902%20139.303C167.172%20139.48%20166.855%20139.582%20166.472%20139.701C165.931%20139.869%20166.201%20139.831%20164.673%20140.16C164.672%20140.126%20164.28%20140.14%20165.015%20139.959C166.075%20139.699%20166.996%20139.447%20167.814%20139.266C168.605%20139.091%20168.467%20139.166%20169.289%20138.987C169.935%20138.848%20170.301%20138.751%20171.166%20138.602C170.953%20138.625%20170.729%20138.65%20170.508%20138.676C170.856%20138.595%20171.165%20138.522%20171.532%20138.442C172.376%20138.288%20173.24%20138.143%20174.058%20138.026C173.35%20138.087%20171.64%20138.376%20170.884%20138.529C170.133%20138.678%20169.682%20138.825%20168.97%20138.957C168.482%20139.012%20169.552%20138.765%20169.49%20138.745C169.414%20138.71%20168.04%20138.989%20168.282%20138.884C167.798%20139.017%20167.35%20139.144%20166.863%20139.281C167.075%20139.274%20167.289%20139.266%20167.496%20139.259C166.742%20139.396%20166.034%20139.528%20165.282%20139.673C165.787%20139.593%20166.279%20139.518%20166.767%20139.446C165.034%20139.807%20163.374%20140.223%20161.698%20140.587C161.455%20140.671%20161.227%20140.752%20160.996%20140.834C159.782%20141.147%20158.574%20141.465%20157.354%20141.79C158.058%20141.58%20158.774%20141.368%20159.466%20141.163C159.639%20141.039%20159.515%20141.085%20158.015%20141.433C157.972%20141.443%20157.979%20141.416%20157.645%20141.497C157.31%20141.579%20157.342%20141.597%20157.296%20141.609C156.809%20141.738%20156.331%20141.845%20155.836%20141.971C156.32%20141.889%20156.803%20141.807%20157.278%20141.728C156.516%20141.964%20156.803%20141.93%20155.228%20142.318C155.203%20142.344%20155.177%20142.37%20155.149%20142.397C154.209%20142.654%20153.254%20142.916%20152.314%20143.177C151.688%20143.281%20151.064%20143.386%20150.444%20143.491C149.859%20143.689%20149.258%20143.891%20148.677%20144.089C149.166%20143.99%20149.666%20143.889%20150.157%20143.79C149.677%20143.914%20149.191%20144.036%20148.716%20144.16C148.711%20144.161%20148.706%20144.162%20148.701%20144.164C148.37%20144.201%20148.099%20144.235%20148.659%20144.045C148.188%20144.199%20147.715%20144.353%20147.24%20144.508C146.216%20144.776%20145.655%20144.927%20145.804%20144.834C145.065%20145.02%20144.329%20145.205%20143.593%20145.39C144.312%20145.192%20145.031%20144.994%20145.749%20144.797C145.946%20144.643%20147.03%20144.301%20144.989%20144.752C145.449%20144.595%20145.909%20144.438%20146.362%20144.283C146.969%20144.158%20147.595%20144.029%20148.207%20143.904C148.679%20143.75%20149.146%20143.598%20149.624%20143.443C150.666%20143.22%20150.521%20143.318%20152.193%20142.886C152.087%20142.955%20151.984%20143.024%20151.878%20143.094C152.485%20142.94%20153.082%20142.789%20153.689%20142.637C153.431%20142.654%20153.183%20142.669%20152.93%20142.685C153.873%20142.403%20154.833%20142.119%20155.78%20141.84C154.586%20142.163%20153.364%20142.497%20152.184%20142.822C152.228%20142.774%20152.269%20142.681%20150.98%20143.005C150.493%20143.128%20149.961%20143.297%20149.247%20143.441C149.226%20143.481%20149.264%20143.502%20149.262%20143.535C148.544%20143.719%20147.828%20143.904%20147.104%20144.091C147.093%20144.078%20147.086%20144.065%20147.079%20144.051C146.592%20144.182%20146.111%20144.311%20145.624%20144.442C145.972%20144.309%20146.319%20144.176%20146.667%20144.042C147.16%20143.947%20147.661%20143.85%20148.155%20143.755C148.263%20143.695%20148.375%20143.634%20148.486%20143.573C149.212%20143.397%20149.942%20143.221%20150.682%20143.043C150.308%20143.092%20151.093%20142.866%20151.172%20142.806C151.225%20142.766%20150.609%20142.914%20150.591%20142.889C150.567%20142.85%20150.603%20142.787%20150.563%20142.751C149.345%20143.05%20148.139%20143.35%20146.92%20143.654C146.778%20143.633%20146.951%20143.553%20147.993%20143.248C148.692%20143.078%20149.393%20142.909%20150.097%20142.74C150.714%20142.561%20151.329%20142.383%20151.956%20142.203C152.214%20142.202%20152.495%20142.195%20152.741%20142.198C154.535%20141.721%20154.098%20141.757%20154.994%20141.473C155.147%20141.424%20156.575%20141.081%20156.659%20141.027C157.084%20140.944%20157.402%20140.887%20157.799%20140.812C157.065%20141.012%20156.367%20141.206%20155.637%20141.409C156.501%20141.205%20157.333%20141.011%20158.2%20140.811C158.56%20140.691%20158.915%20140.574%20159.269%20140.457C161.213%20139.979%20163.15%20139.515%20165.086%20139.076C164.594%20139.195%20164.13%20139.31%20163.638%20139.433C163.896%20139.417%20164.156%20139.401%20164.41%20139.387C164.979%20139.238%20165.649%20139.068%20166.199%20138.929C167.343%20138.702%20166.731%20138.876%20167.487%20138.747C168.216%20138.623%20170.174%20138.231%20171.006%20138.124C171.795%20137.98%20172.472%20137.866%20173.243%20137.749C172.74%20137.803%20172.249%20137.862%20171.757%20137.926C171.993%20137.843%20172.218%20137.763%20172.452%20137.683C171.808%20137.784%20171.07%20137.963%20170.519%20138.082C169.931%20138.206%20168.658%20138.498%20168.068%20138.582C170.432%20137.99%20172.647%20137.494%20175.788%20137.279C175.782%20137.248%20175.775%20137.217%20175.769%20137.186C175.804%20137.186%20175.839%20137.186%20175.874%20137.186C176.041%20137.183%20176.181%20137.196%20176.293%20137.221C176.403%20137.243%20176.543%20137.302%20176.585%20137.353C176.646%20137.412%20176.663%20137.48%20176.663%20137.567C176.664%20137.659%20176.634%20137.789%20176.594%20137.897C176.618%20137.785%20176.631%20137.653%20176.615%20137.572C176.6%20137.494%20176.575%20137.46%20176.528%20137.43C176.493%20137.405%20176.375%20137.369%20176.274%20137.364C176.174%20137.357%20176.045%20137.36%20175.889%20137.377C175.282%20137.449%20174.628%20137.547%20173.984%20137.658C174.909%20137.563%20174.369%20137.69%20175.86%20137.521C175.873%20137.519%20175.887%20137.518%20175.9%20137.517C176.104%20137.497%20176.249%20137.492%20176.383%20137.52C176.49%20137.565%20176.459%20137.487%20176.496%20137.62C176.512%20137.771%20176.463%20137.975%20176.388%20138.181C176.325%20138.36%20176.212%20138.59%20176.129%20138.735C175.313%20140.102%20174.602%20140.884%20173.637%20142.041C174.431%20141.176%20175.158%20140.368%20175.845%20139.443C175.79%20139.562%20175.732%20139.683%20175.668%20139.809C177.719%20136.244%20176.521%20139.092%20175.366%20140.49C174.944%20140.963%20174.513%20141.414%20174.068%20141.867C173.177%20142.989%20173.565%20142.55%20173.861%20142.283C174.344%20141.852%20172.586%20143.805%20171.97%20144.465C171.928%20144.464%20171.909%20144.439%20171.879%20144.425C171.209%20145.184%20170.545%20145.921%20169.877%20146.656C170.228%20146.309%20170.592%20145.946%20170.946%20145.59C168.886%20147.818%20167.49%20149.377%20167.514%20149.544C167.91%20149.063%20168.301%20148.586%20168.7%20148.1C168.997%20147.859%20169.283%20147.629%20169.586%20147.38C169.255%20147.766%20168.946%20148.127%20168.617%20148.509C169.119%20147.949%20169.619%20147.39%20170.115%20146.831C170.402%20146.478%20170.704%20146.107%20170.994%20145.746C170.827%20145.89%20170.658%20146.034%20170.488%20146.18C170.995%20145.616%20171.472%20145.079%20171.97%20144.511C171.994%20144.515%20172.019%20144.518%20172.043%20144.522C173.201%20143.217%20174.35%20141.898%20175.391%20140.509C175.416%20140.528%20175.445%20140.54%20175.472%20140.557C175.167%20140.945%20174.844%20141.333%20174.521%20141.711C174.295%20142.036%20174.091%20142.328%20173.868%20142.637C173.765%20142.726%20173.661%20142.815%20173.554%20142.908C172.909%20143.654%20172.247%20144.394%20171.569%20145.14C172.254%20144.584%20173.692%20143.039%20175.299%20140.892C175.616%20140.513%20175.945%20140.099%20176.231%20139.706C176.479%20139.313%20176.688%20138.957%20176.878%20138.521C176.954%20138.344%20177.051%20138.071%20177.08%20137.865C177.116%20137.618%20177.113%20137.341%20176.904%20137.12C177.038%20137.229%20177.116%20137.402%20177.146%20137.551C177.138%20137.416%20177.098%20137.259%20176.996%20137.125C176.887%20136.987%20176.767%20136.918%20176.63%20136.866C176.482%20136.812%20176.354%20136.796%20176.239%20136.786C176.117%20136.776%20175.985%20136.777%20175.841%20136.788C175.448%20136.814%20174.975%20136.859%20174.573%20136.903C174.809%20136.916%20175.094%20136.926%20175.348%20136.942C174.848%20136.994%20174.404%20137.049%20173.91%20137.118C173.888%20137.14%20173.866%20137.163%20173.84%20137.187C172.233%20137.41%20171.436%20137.595%20170.192%20137.86C170.425%20137.774%20170.659%20137.688%20170.889%20137.604C172.315%20137.356%20172.84%20137.308%20173.849%20137.108C173.447%20137.148%20173.082%20137.187%20172.674%20137.236C172.812%20137.182%20172.946%20137.13%20173.077%20137.078C172.313%20137.216%20171.605%20137.358%20170.861%20137.514C170.606%20137.518%20170.351%20137.523%20170.087%20137.53C169.335%20137.672%20168.609%20137.816%20167.88%20137.967C167.843%20138.023%20169.88%20137.583%20169.33%20137.753C168.796%20137.917%20168.14%20138.018%20167.214%20138.201C167.188%20138.227%20167.188%20138.248%20167.172%20138.272C166.422%20138.431%20165.73%20138.581%20164.984%20138.746C166.036%20138.584%20167.087%20138.381%20165.404%20138.814C164.495%20138.977%20163.962%20139.077%20163.517%20139.122C163.414%20139.132%20162.896%20139.187%20162.947%20139.16C163.09%20139.079%20163.808%20138.898%20163.47%20138.926C163.229%20139.002%20162.97%20139.082%20162.731%20139.158C161.792%20139.371%20161.095%20139.571%20160.235%20139.777C159.583%20139.934%20159.315%20139.973%20158.74%20140.111C158.158%20140.251%20158.099%20140.298%20157.337%20140.472C156.426%20140.679%20156.017%20140.721%20154.732%20141.054C155.211%20140.982%20155.727%20140.902%20156.223%20140.827C155.99%20140.912%20155.755%20140.997%20155.523%20141.082C154.796%20141.262%20154.08%20141.442%20153.347%20141.626C153.484%20141.635%20153.622%20141.643%20153.759%20141.652C152.891%20141.843%20152.051%20142.028%20151.187%20142.221C151.688%20142.059%20152.246%20141.898%20152.45%20141.802C152.739%20141.666%20152.587%20141.62%20151.814%20141.756C152.294%20141.634%20152.777%20141.512%20153.259%20141.39C153.251%20141.36%20153.244%20141.33%20153.236%20141.3C152.273%20141.531%20151.28%20141.772%20150.319%20142.007C150.583%20142.004%20150.844%20142.002%20151.109%20141.999C149.716%20142.315%20149.408%20142.436%20148.216%20142.772C148.204%20142.753%20148.192%20142.735%20148.181%20142.716C147.586%20142.88%20146.981%20143.047%20146.387%20143.211C146.491%20143.163%20146.642%20143.103%20146.714%20143.062C145.714%20143.335%20144.298%20143.652%20143.553%20143.852C142.049%20144.256%20142.688%20144.173%20142.379%20144.279C142.069%20144.385%20141.771%20144.439%20141.408%20144.541C138.856%20145.266%20136.452%20145.959%20134.128%20146.642C133.746%20146.698%20133.385%20146.752%20132.986%20146.811C132.432%20146.994%20131.443%20147.217%20130.897%20147.399C130.35%20147.581%20130.644%20147.597%20129.06%20148.033C129.182%20147.96%20129.276%20147.891%20129.388%20147.819C128.554%20148.069%20127.716%20148.32%20126.881%20148.57C125.663%20148.865%20124.45%20149.158%20123.226%20149.452C123.344%20149.443%20123.504%20149.424%20123.596%20149.421C122.474%20149.727%20121.744%20149.849%20121.071%20150.011C119.61%20150.36%20118.587%20150.68%20117.566%20150.925C116.194%20151.253%20116.382%20151.148%20114.845%20151.544C114.883%20151.566%20114.872%20151.601%20114.892%20151.628C114.325%20151.764%20113.764%20151.897%20113.208%20152.028C112.544%20152.185%20111.889%20152.338%20111.242%20152.488C111.24%20152.478%20111.237%20152.468%20111.235%20152.458C110.748%20152.575%20110.259%20152.692%20109.778%20152.806C109.759%20152.757%20109.737%20152.709%20109.715%20152.661C109.48%20152.738%20109.252%20152.814%20109.012%20152.892C108.267%20153.052%20107.55%20153.204%20106.806%20153.361C107.289%20153.227%20107.771%20153.093%20108.232%20152.964C108.209%20152.932%20107.135%20153.218%20106.822%20153.274C106.186%20153.388%20107.424%20153.049%20107.103%20153.083C105.898%20153.395%20104.676%20153.707%20103.48%20154.007C103.11%20154.09%20102.747%20154.171%20102.384%20154.251C102.371%20154.222%20102.355%20154.194%20102.342%20154.165C101.376%20154.368%20100.399%20154.57%2099.4171%20154.769C99.9197%20154.678%20100.405%20154.589%20100.9%20154.497C100.832%20154.57%20100.412%20154.705%20100.21%20154.808C100.114%20154.857%20100.223%20154.876%2099.1097%20155.089C98.6719%20155.173%2098.254%20155.214%2097.6468%20155.341C96.7027%20155.539%2096.0311%20155.685%2095.1078%20155.852C95.0802%20155.838%2095.0566%20155.822%2095.0323%20155.807C94.2828%20155.952%2093.5613%20156.088%2092.8146%20156.226C92.5706%20156.246%2092.3308%20156.265%2092.0841%20156.285C91.3465%20156.435%2090.6309%20156.579%2089.8986%20156.722C89.8849%20156.703%2089.871%20156.685%2089.854%20156.667C88.063%20156.982%2087.0794%20157.163%2086.9345%20157.268C84.9664%20157.605%2083.0109%20157.912%2081.0326%20158.168C81.264%20158.055%2081.4926%20157.942%2081.7152%20157.829C80.9913%20157.934%2080.244%20158.035%2079.5246%20158.123C79.5279%20158.154%2079.5279%20158.185%2079.5279%20158.216C78.28%20158.353%2077.755%20158.361%2076.9156%20158.385C76.0575%20158.466%2075.195%20158.527%2074.3429%20158.532C75.0747%20158.555%2075.8169%20158.535%2076.562%20158.499C76.5704%20158.529%2076.5811%20158.56%2076.5895%20158.591C77.6833%20158.539%2078.7832%20158.447%2079.88%20158.337C80.5342%20158.316%2081.1805%20158.289%2081.8191%20158.257C81.2122%20158.347%2080.5982%20158.433%2079.9662%20158.514C79.8327%20158.487%2079.7045%20158.459%2079.5711%20158.432C78.5851%20158.538%2077.5973%20158.627%2076.615%20158.685C76.6095%20158.706%2076.6039%20158.726%2076.5984%20158.747C76.0999%20158.776%2075.5995%20158.796%2075.1085%20158.802C75.0978%20158.781%2075.0904%20158.76%2075.0797%20158.739C74.627%20158.75%2074.1597%20158.748%2073.716%20158.723C73.3093%20158.698%2072.9124%20158.659%2072.5392%20158.561C72.2496%20158.446%2071.9868%20158.195%2072.0653%20158.112C72.0913%20158.155%2072.1613%20158.199%2072.315%20158.247C72.6476%20158.4%2073.1481%20158.461%2073.608%20158.494C72.9417%20158.436%2071.8351%20158.091%2072.3004%20157.945C72.7249%20157.365%2073.6564%20156.77%2074.5362%20156.238C75.9256%20155.335%2074.7752%20155.964%2074.7463%20155.89C75.2652%20155.591%2075.791%20155.305%2076.3196%20155.026C76.7692%20154.756%2077.2092%20154.498%2077.6618%20154.237C78.4495%20153.859%2079.2452%20153.488%2080.0428%20153.124C80.2631%20152.96%2080.6902%20152.715%2081.2667%20152.412C82.5299%20151.746%2084.4831%20150.823%2086.3378%20149.942C87.4099%20149.433%2087.6978%20149.211%2089.059%20148.604C89.4278%20148.482%2089.779%20148.373%2090.1453%20148.255C88.6963%20148.876%2087.5109%20149.43%2086.0672%20150.108C86.0708%20150.141%2086.0754%20150.173%2086.0791%20150.205C85.6373%20150.411%2085.1883%20150.622%2084.75%20150.831C84.3123%20151.107%2086.3469%20150.214%2087.5284%20149.674C87.2828%20149.702%2088.9406%20148.905%2088.1122%20149.202C89.0328%20148.818%2089.9668%20148.435%2090.8928%20148.062C91.5319%20147.667%2092.1553%20147.283%2092.7989%20146.893C93.1606%20146.794%2093.5217%20146.697%2093.8914%20146.596C95.3005%20146.041%2096.7121%20145.497%2098.139%20144.958C98.1509%20144.987%2098.1503%20145.021%2098.1684%20145.048C99.0545%20144.639%20100.176%20144.153%2099.7861%20144.239C99.4546%20144.309%2097.8337%20144.999%2097.1471%20145.26C96.4755%20145.514%2096.9398%20145.276%2096.0526%20145.622C96.0547%20145.621%2096.0567%20145.62%2096.0588%20145.619C96.0544%20145.621%2096.0503%20145.622%2096.0458%20145.624C96.4981%20145.411%2096.8717%20145.233%2097.2974%20145.034C98.0348%20144.775%2098.7344%20144.535%2099.4665%20144.283C100.256%20143.953%20101.061%20143.619%20101.861%20143.29C102.113%20143.235%20102.369%20143.179%20102.617%20143.126C102.16%20143.3%20101.676%20143.487%20101.218%20143.664C101.228%20143.688%20101.243%20143.71%20101.255%20143.733C102.838%20143.126%20103.881%20142.717%20105.441%20142.088C104.94%20142.215%20104.447%20142.34%20103.961%20142.463C104.891%20142.133%20105.849%20141.795%20106.792%20141.466C106.763%20141.411%20106.734%20141.355%20106.705%20141.299C107.214%20141.165%20107.703%20141.039%20108.203%20140.91C108.202%20140.927%20108.201%20140.944%20108.2%20140.961C106.162%20141.737%20106.706%20141.583%20107.918%20141.169C108.96%20140.761%20109.983%20140.363%20111.042%20139.955C110.792%20140.021%20110.548%20140.085%20110.301%20140.15C111.004%20139.858%20111.673%20139.58%20112.371%20139.292C114.13%20138.693%20113.984%20138.851%20115.957%20138.17C116.173%20138.031%20113.854%20138.826%20114.565%20138.517C114.996%20138.331%20116.047%20138.016%20116.597%20137.786C115.903%20138.023%20116.207%20137.852%20115.448%20138.125C114.144%20138.593%20113.576%20138.828%20113.732%20138.688C115.185%20138.143%20115.563%20138.067%20116.587%20137.724C117.328%20137.475%20117.9%20137.221%20118.688%20136.946C118.22%20137.125%20117.754%20137.305%20117.295%20137.483C117.554%20137.456%20117.814%20137.428%20118.08%20137.398C119.732%20136.789%20121.379%20136.188%20122.995%20135.603C123.272%20135.464%20122.438%20135.749%20122.354%20135.744C122.208%20135.734%20123.284%20135.33%20122.194%20135.656C123.153%20135.326%20124.097%20135.004%20125.043%20134.682C124.847%20134.767%20124.656%20134.851%20124.463%20134.935C124.666%20134.879%20124.868%20134.824%20125.073%20134.768C124.603%20134.934%20124.147%20135.096%20123.681%20135.262C123.691%20135.291%20123.703%20135.32%20123.716%20135.348C124.416%20135.101%20125.116%20134.854%20125.832%20134.603C125.815%20134.565%20125.794%20134.528%20125.777%20134.489C126.749%20134.156%20127.694%20133.833%20128.681%20133.498C129.129%20133.345%20129.581%20133.192%20130.035%20133.038C129.902%20133.063%20129.766%20133.088%20129.636%20133.111C130.248%20132.8%20129.97%20132.831%20128.606%20133.28C128.043%20133.466%20127.305%20133.719%20126.393%20134.042C126.872%20133.907%20127.356%20133.771%20127.844%20133.634C127.255%20133.85%20126.675%20134.064%20126.098%20134.278C125.087%20134.595%20124.887%20134.629%20124.965%20134.544C124.26%20134.791%20123.57%20135.035%20122.852%20135.29C122.839%20135.272%20122.824%20135.256%20122.808%20135.239C121.866%20135.563%20120.927%20135.886%20119.986%20136.213C121.402%20135.694%20122.796%20135.186%20124.206%20134.678C124.195%20134.649%20124.183%20134.62%20124.172%20134.59C125.482%20134.122%20125.643%20134.075%20125.663%20134.129C126.136%20133.964%20126.572%20133.813%20127.033%20133.653C126.805%20133.754%20126.578%20133.856%20126.349%20133.958C127.077%20133.699%20127.817%20133.437%20128.568%20133.173C129.002%20133.02%20129.439%20132.866%20129.879%20132.712C129.519%20132.816%20129.025%20132.972%20128.551%20133.123C127.715%20133.389%20126.943%20133.635%20126.967%20133.576C124.801%20134.321%20123.793%20134.718%20122.417%20135.278C122.188%20135.359%20121.964%20135.439%20121.738%20135.52C120.686%20135.85%20120.037%20136.027%20118.508%20136.578C118.735%20136.53%20119.057%20136.446%20119.223%20136.421C117.688%20136.965%20115.327%20137.943%20114.172%20138.354C111.855%20139.178%20114.028%20138.247%20113.532%20138.363C111.108%20139.229%20111.24%20139.307%20109.753%20139.899C108.538%20140.385%20107.342%20140.811%20106.268%20141.23C105.508%20141.527%20105.357%20141.614%20104.787%20141.834C102.101%20142.874%20100.221%20143.499%2097.4912%20144.616C98.2009%20144.369%2098.9319%20144.117%2099.6334%20143.879C98.4829%20144.331%2097.3204%20144.795%2096.1797%20145.258C96.1528%20145.247%2096.1245%20145.237%2096.1008%20145.225C94.9545%20145.702%2093.8096%20146.185%2092.671%20146.675C92.6834%20146.704%2092.6988%20146.731%2092.7143%20146.759C92.4785%20146.837%2092.2271%20146.923%2091.9909%20147.003C90.7973%20147.559%2090.1225%20147.895%2088.5933%20148.572C89.2988%20148.289%2089.9977%20148.012%2090.6959%20147.739C89.7879%20148.126%2088.8746%20148.523%2087.9698%20148.922C87.9366%20148.915%2087.9008%20148.91%2087.8677%20148.904C86.8486%20149.332%2085.8156%20149.775%2084.7971%20150.22C84.6882%20150.294%2084.5961%20150.362%2084.4795%20150.439C83.7475%20150.799%2083.2571%20150.999%2082.7258%20151.25C81.9618%20151.611%2081.7006%20151.777%2081.1001%20152.074C81.0185%20152.114%2080.9311%20152.157%2080.8363%20152.202C80.2335%20152.492%2079.8829%20152.634%2079.117%20153.029C79.0866%20153.022%2079.0677%20153.008%2079.035%20153.003C78.298%20153.358%2077.9656%20153.579%2077.4158%20153.863C76.0682%20154.571%2075.3384%20154.881%2073.9093%20155.779C74.0546%20155.662%2074.2229%20155.536%2074.3607%20155.429C73.738%20155.799%2072.7121%20156.473%2072.5095%20156.71C72.4033%20156.823%2072.3758%20156.862%2072.257%20156.976C72.189%20157.043%2072.1104%20157.115%2071.9788%20157.258C71.8679%20157.398%2071.6545%20157.569%2071.5592%20157.99C71.5762%20158.012%2071.5908%20158.054%2071.6107%20158.085C71.5975%20158.362%2071.8128%20158.576%2071.994%20158.675C72.1892%20158.786%2072.3727%20158.841%2072.5694%20158.891C72.9502%20158.984%2073.3139%20159.024%2073.6925%20159.055C74.2999%20159.102%2074.8837%20159.111%2075.4879%20159.108C76.3453%20159.098%2075.837%20159.158%2075.9298%20159.186C75.1793%20159.215%2074.4306%20159.225%2073.6841%20159.174C73.1632%20159.131%2072.6356%20159.089%2072.0948%20158.867C72.0206%20158.942%2072.9661%20159.258%2073.6736%20159.322C74.1153%20159.382%2074.4805%20159.415%2074.4322%20159.456C74.1836%20159.45%2073.9112%20159.437%2073.6668%20159.418C73.1402%20159.37%2072.6219%20159.331%2072.0318%20159.095C72.3416%20159.248%2072.565%20159.32%2072.8873%20159.401C73.0721%20159.42%2073.3444%20159.446%2073.6637%20159.461C74.423%20159.501%2075.3897%20159.471%2075.8402%20159.439C76.442%20159.393%2075.7653%20159.392%2076.0185%20159.358C76.1548%20159.339%2076.5808%20159.308%2076.6337%20159.289C76.7706%20159.248%2075.8804%20159.279%2076.0202%20159.232C76.0779%20159.213%2076.6667%20159.164%2076.6998%20159.132C76.7516%20159.089%2076.6184%20159.039%2076.6532%20158.995C77.6952%20158.923%2078.3046%20158.907%2079.2806%20158.809C80.2608%20158.706%2080.8411%20158.596%2081.8814%20158.47C81.408%20158.558%2080.902%20158.648%2080.4231%20158.73C80.9115%20158.699%2081.4262%20158.661%2081.9176%20158.622C81.9319%20158.59%2081.5723%20158.592%2082.2729%20158.482C82.6805%20158.418%2083.3989%20158.298%2083.7018%20158.255C84.9077%20158.085%2085.4987%20158.027%2086.7257%20157.81C86.9671%20157.75%2087.2069%20157.688%2087.447%20157.626C87.8134%20157.597%2088.2352%20157.555%2088.5683%20157.53C87.7074%20157.671%2085.4589%20158.099%2086.5006%20157.97C87.2958%20157.871%2088.7076%20157.542%2089.7123%20157.418C90.8427%20157.184%2091.9228%20156.952%2093.0085%20156.713C93.2803%20156.688%2092.559%20156.89%2092.2622%20156.962C91.2345%20157.213%2089.9554%20157.429%2090.1229%20157.476C91.3661%20157.239%2092.5678%20157.002%2093.8102%20156.748C93.8228%20156.778%2093.8333%20156.807%2093.8459%20156.837C94.5669%20156.695%2095.3185%20156.546%2096.048%20156.397C95.9909%20156.43%2095.6798%20156.52%2095.2751%20156.617C95.2081%20156.633%2094.5654%20156.758%2094.5943%20156.768C94.6269%20156.78%2095.2364%20156.654%2095.279%20156.648C95.5729%20156.61%2095.2535%20156.696%2095.3623%20156.695C95.4815%20156.671%2095.6007%20156.648%2095.7205%20156.623C95.8186%20156.582%2095.98%20156.53%2096.0373%20156.495C95.7965%20156.544%2095.5594%20156.592%2095.3202%20156.64C95.3186%20156.64%2095.3171%20156.64%2095.3156%20156.641C95.3135%20156.63%2095.3115%20156.62%2095.3094%20156.61C95.552%20156.572%2095.7953%20156.533%2096.0395%20156.494C98.1197%20156.017%2095.8504%20156.405%2095.5327%20156.428C95.2034%20156.454%2096.0608%20156.282%2096.0609%20156.253C96.0575%20156.209%2094.7108%20156.416%2095.3457%20156.255C95.8079%20156.139%2097.377%20155.853%2097.0771%20155.967C96.785%20156.08%2097.5004%20156.014%2098.9491%20155.73C99.2098%20155.624%2096.8478%20156.069%2098.2283%20155.742C99.3185%20155.483%20100.615%20155.263%20101.846%20154.978C101.879%20154.908%20102.527%20154.731%20104.021%20154.398C102.875%20154.752%20103.656%20154.687%20106.291%20154.106C106.058%20154.191%20105.821%20154.277%20105.587%20154.363C107.283%20153.997%20109.008%20153.614%20110.7%20153.23C110.958%20153.19%20111.222%20153.147%20111.475%20153.107C111.705%20153.02%20111.935%20152.932%20112.167%20152.844C110.473%20153.244%20108.754%20153.641%20107.057%20154.024C106.782%20154.002%20106.511%20153.98%20106.235%20153.958C106.712%20153.837%20107.215%20153.71%20107.684%20153.589C106.707%20153.807%20105.73%20154.021%20104.758%20154.231C106.699%20153.758%20108.107%20153.432%20109.823%20153.067C111.538%20152.701%20110.817%20152.846%20112.497%20152.441C112.734%20152.384%20112.992%20152.324%20113.265%20152.262C114.013%20152.092%20114.891%20151.898%20115.704%20151.684C115.853%20151.742%20115.152%20151.995%20114.344%20152.279C114.949%20152.141%20115.58%20151.994%20116.169%20151.859C117.031%20151.613%20116.272%20151.769%20116.655%20151.621C116.726%20151.594%20117.789%20151.247%20118.297%20151.098C119.233%20150.825%20121.645%20150.169%20122.97%20149.841C123.002%20149.854%20123.003%20149.876%20123.028%20149.891C124.315%20149.521%20125.555%20149.212%20127.003%20148.83C127.921%20148.588%20128.178%20148.486%20129.213%20148.22C130.948%20147.774%20132.133%20147.516%20133.871%20147C133.415%20147.153%20132.929%20147.312%20132.46%20147.467C133.741%20147.125%20134.647%20146.896%20135.764%20146.631C136.01%20146.573%20136.156%20146.536%20136.415%20146.471C136.538%20146.414%20136.671%20146.355%20136.801%20146.296C138.49%20145.842%20140.18%20145.388%20141.869%20144.936C141.453%20145.116%20140.027%20145.576%20142.649%20144.894C142.392%20144.918%20142.137%20144.941%20141.879%20144.966C143.078%20144.641%20144.266%20144.321%20145.471%20143.997C145.715%20143.912%20145.958%20143.828%20146.201%20143.744C146.093%20143.804%20145.95%20143.874%20145.865%20143.928C146.264%20143.86%20147.185%20143.6%20147.584%20143.52C148.429%20143.352%20148.026%20143.504%20149.927%20143.012C149.125%20143.256%20149.801%20143.086%20149.757%20143.135C149.708%20143.185%20147.763%20143.756%20147.067%20143.891C147.507%20143.751%20148.029%20143.59%20148.468%20143.449C147.69%20143.655%20146.242%20144.036%20145.649%20144.209C145.777%20144.174%20146.399%20143.947%20146.873%20143.815C146.574%20143.895%20146.237%20143.987%20145.928%20144.07C145.681%20144.125%20145.443%20144.177%20145.188%20144.234C144.156%20144.538%20143.426%20144.818%20145.649%20144.209C145.054%20144.382%20145.227%20144.378%20144.49%20144.574C142.867%20145.005%20142.067%20145.16%20140.538%20145.607C140.73%20145.529%20139.807%20145.688%20139.106%20145.887C138.405%20146.086%20138.225%20146.164%20137.614%20146.342C138.253%20146.217%20138.857%20146.101%20139.479%20145.982C140.075%20145.804%20140.676%20145.625%20141.271%20145.448C141.407%20145.456%20141.542%20145.463%20141.675%20145.472C142.149%20145.326%20142.627%20145.18%20143.104%20145.034C143.476%20144.953%20143.83%20144.876%20144.214%20144.793C142.707%20145.279%20145.949%20144.627%20143.128%20145.408C142.809%20145.496%20141.82%20145.712%20141.461%20145.868C141.661%20145.85%20141.982%20145.806%20142.226%20145.779C142.696%20145.656%20143.173%20145.532%20143.646%20145.41C143.292%20145.534%20142.941%20145.658%20142.586%20145.783C141.468%20145.978%20140.342%20146.175%20139.226%20146.371C138.995%20146.464%20138.763%20146.557%20138.532%20146.65C136.857%20147.091%20135.726%20147.344%20134.18%20147.792C134.16%20147.744%20134.14%20147.695%20134.12%20147.646C133.335%20147.86%20132.971%20147.932%20132.303%20148.098C132.024%20148.167%20131.831%20148.243%20131.613%20148.297C130.387%20148.603%20129.517%20148.795%20128.651%20148.982C128.551%20149.061%20128.445%20149.143%20128.346%20149.223C127.609%20149.393%20126.881%20149.561%20126.144%20149.731C125.695%20149.956%20125.251%20150.179%20124.804%20150.402C124.547%20150.447%20124.291%20150.492%20124.031%20150.537C122.519%20150.97%20121.563%20151.134%20120.06%20151.555C119.486%20151.671%20120.713%20151.323%20121.073%20151.216C121.628%20151.052%20122.056%20150.969%20122.506%20150.826C122.96%20150.683%20122.97%20150.618%20123.973%20150.341C123.505%20150.429%20123.046%20150.516%20122.582%20150.604C122.784%20150.525%20122.986%20150.446%20123.188%20150.366C122.115%20150.673%20121.448%20150.818%20120.282%20151.111C120.427%20151.135%20120.234%20151.23%20118.869%20151.599C118.391%20151.629%20117.115%20151.88%20117.325%20151.731C116.554%20151.981%20115.608%20152.302%20114.88%20152.53C114.308%20152.71%20113.907%20152.823%20113.437%20152.964C113.313%20153%20113.186%20153.039%20113.05%20153.08C113.181%20153.048%20113.312%20153.016%20113.442%20152.984C113.794%20152.898%20114.143%20152.813%20114.501%20152.725C114.654%20152.775%20114.024%20153.012%20114.596%20152.958C114.039%20153.084%20113.743%20153.139%20113.49%20153.183C113.067%20153.257%20112.759%20153.306%20111.647%20153.581C111.896%20153.542%20112.151%20153.502%20112.402%20153.462C111.446%20153.716%20110.454%20153.975%20109.501%20154.222C109.41%20154.178%20109.118%20154.213%20110.925%20153.786C110.67%20153.815%20110.416%20153.844%20110.163%20153.872C110.763%20153.719%20111.384%20153.56%20111.98%20153.405C112.469%20153.304%20112.969%20153.199%20113.468%20153.094C113.587%20153.069%20113.705%20153.044%20113.823%20153.019C113.756%20153.015%20113.62%20153.029%20113.458%20153.051C112.913%20153.125%20112.079%20153.275%20112.358%20153.137C112.409%20153.111%20113.004%20152.95%20113.405%20152.834C113.665%20152.758%20113.84%20152.704%20113.709%20152.725C113.602%20152.751%20113.498%20152.776%20113.397%20152.801C110.893%20153.414%20110.196%20153.663%20110.127%20153.784C109.409%20153.955%20108.662%20154.132%20107.939%20154.301C108.054%20154.253%20108.165%20154.205%20108.283%20154.156C108.988%20154.028%20109.737%20153.854%20109.364%20153.884C109.226%20153.896%20108.754%20153.954%20108.564%20153.983C107.93%20154.082%20107.199%20154.226%20106.026%20154.486C106.39%20154.414%20106.752%20154.342%20107.118%20154.268C107.711%20154.257%20108.801%20154.07%20104.999%20154.946C105.009%20154.976%20105.023%20155.005%20105.033%20155.034C105.773%20154.845%20106.475%20154.663%20107.21%20154.47C107.557%20154.513%20105.386%20155.003%20103.94%20155.415C103.741%20155.472%20104.021%20155.496%20103.641%20155.603C102.605%20155.83%20101.862%20155.917%20101.066%20156.081C99.1995%20156.464%2098.0458%20156.764%2096.2669%20157.118C96.0917%20157.062%2097.6437%20156.777%2099.1962%20156.446C99.4283%20156.322%2099.6332%20156.204%2099.8854%20156.076C100.674%20155.908%20102.659%20155.48%20102.648%20155.422C102.642%20155.391%20101.662%20155.573%20102.77%20155.287C101.763%20155.509%20100.808%20155.718%2099.8163%20155.93C99.7068%20155.996%2099.5966%20156.063%2099.4878%20156.128C98.3892%20156.341%2097.2809%20156.551%2096.1586%20156.758C96.6624%20156.698%2097.1738%20156.635%2097.671%20156.575C96.9525%20156.724%2096.1957%20156.879%2095.4745%20157.024C94.9851%20157.165%2094.5009%20157.303%2094.028%20157.438C94.6376%20157.201%2095.9635%20156.86%2093.9577%20157.149C94.7878%20156.95%2095.6393%20156.742%2096.4802%20156.534C97.8355%20156.303%20100.534%20155.803%20100.519%20155.683C99.0394%20156.042%2097.9669%20156.193%2096.5033%20156.496C94.0405%20156.999%2094.9324%20156.81%2092.4491%20157.269C91.7455%20157.403%2088.5069%20158.049%2087.6521%20158.098C87.1513%20158.205%2086.8991%20158.267%2086.4885%20158.356C87.7292%20158.164%2088.9611%20157.961%2090.1932%20157.749C90.2089%20157.778%2090.2258%20157.807%2090.2415%20157.835C90.6052%20157.76%2090.9824%20157.682%2091.3382%20157.606C91.7108%20157.567%2092.0957%20157.525%2092.476%20157.483C91.1024%20157.753%2089.6597%20158.027%2088.3128%20158.266C86.9539%20158.508%2085.663%20158.723%2084.3344%20158.929C85.15%20158.859%2086.4922%20158.649%2087.655%20158.448C88.6476%20158.279%2090.2223%20157.899%2090.8978%20157.816C91.8588%20157.705%2088.154%20158.451%2089.6077%20158.266C88.8188%20158.408%2088.1072%20158.53%2087.3556%20158.656C87.5865%20158.596%2087.8586%20158.529%2088.0678%20158.472C86.6942%20158.709%2084.1451%20159.09%2083.302%20159.16C82.3363%20159.246%2083.3247%20159.103%2082.6776%20159.132C82.1141%20159.161%2080.3035%20159.298%2079.4118%20159.329C79.5206%20159.358%2079.6802%20159.385%2079.8035%20159.412C79.3023%20159.477%2078.8108%20159.537%2078.2992%20159.593C79.0774%20159.513%2079.7745%20159.429%2080.5771%20159.325C80.5914%20159.379%2082.2842%20159.252%2079.9999%20159.545C79.3749%20159.633%2076.4725%20159.837%2075.3317%20159.861C75.2079%20159.841%2075.2798%20159.821%2075.2321%20159.801C74.6995%20159.809%2074.1805%20159.804%2073.6421%20159.767C73.2346%20159.736%2072.8431%20159.696%2072.4025%20159.591C72.1717%20159.533%2071.9493%20159.47%2071.6681%20159.318C71.4228%20159.185%2070.9712%20158.854%2070.9006%20158.25C70.9009%20158.089%2070.8837%20158.208%2070.9746%20158.496C71.0638%20158.79%2071.364%20159.109%2071.6175%20159.243C72.1271%20159.523%2072.5611%20159.552%2072.6758%20159.569C72.7712%20159.587%2072.0724%20159.408%2072.2097%20159.424C72.5657%20159.516%2073.4302%20159.601%2073.6554%20159.578C73.7096%20159.573%2073.7207%20159.564%2073.6671%20159.549C73.6639%20159.549%2073.6607%20159.549%2073.6575%20159.549C73.2574%20159.545%2072.8701%20159.532%2072.4343%20159.454C72.2065%20159.41%2071.9872%20159.362%2071.71%20159.225C71.4669%20159.108%2071.0272%20158.792%2070.9602%20158.218C70.9354%20157.664%2071.155%20157.391%2071.3028%20157.17C71.4711%20156.945%2071.6305%20156.792%2071.7912%20156.645C72.1159%20156.355%2072.447%20156.118%2072.7763%20155.897C72.5403%20156.021%2072.3062%20156.151%2072.0749%20156.296C72.2604%20156.108%2072.4545%20155.929%2072.6495%20155.757C73.3076%20155.305%2073.9627%20154.92%2074.6251%20154.547C74.6269%20154.522%2074.6269%20154.499%2074.6287%20154.474C75.6652%20153.877%2076.752%20153.256%2077.6093%20152.854C77.4837%20152.891%2077.3625%20152.925%2077.2392%20152.961C78.6756%20152.136%2080.7829%20151%2080.6054%20151.274C80.6318%20151.259%2080.6583%20151.245%2080.6848%20151.231C81.2056%20150.952%2081.733%20150.672%2082.2633%20150.393C82.1692%20150.485%2082.0758%20150.577%2081.9856%20150.667C82.6731%20150.344%2083.3465%20150.032%2084.0446%20149.712C84.0721%20149.651%2084.0055%20149.637%2083.628%20149.772C83.1082%20149.955%2081.9371%20150.483%2081.8577%20150.451C83.6679%20149.569%2084.3093%20149.373%2085.6877%20148.762C86.6439%20148.341%2087.223%20148.044%2088.0974%20147.683C88.8295%20147.381%2088.9757%20147.378%2089.8396%20147.024C91.1087%20146.457%2091.4865%20146.262%2091.5112%20146.19C91.5182%20146.187%2091.5252%20146.184%2091.5323%20146.181C91.5318%20146.181%2091.5305%20146.181%2091.53%20146.181C91.9868%20145.985%2092.4355%20145.789%2092.8896%20145.595C92.9113%20145.62%2092.9301%20145.646%2092.9518%20145.671C93.8808%20145.285%2094.8%20144.909%2095.7279%20144.534C95.8947%20144.529%2095.6741%20144.626%2094.3767%20145.168C94.6338%20145.116%2094.8929%20145.063%2095.143%20145.014C96.0676%20144.627%2096.9924%20144.245%2097.9169%20143.868C97.4844%20144.089%2097.0242%20144.323%2096.5869%20144.549C97.5075%20144.147%2098.4154%20143.752%2099.3419%20143.357C99.3022%20143.439%2099.1095%20143.614%20100.455%20143.107C101.774%20142.612%20101.323%20142.731%20101.514%20142.623C102.215%20142.343%20102.884%20142.079%20103.592%20141.801C103.778%20141.65%20102.707%20142.033%20102.034%20142.233C102.042%20142.19%20102.049%20142.146%20102.057%20142.102C102.539%20141.945%20103.027%20141.787%20103.526%20141.625C103.967%20141.453%20104.415%20141.279%20104.868%20141.104C104.892%20141.127%20104.912%20141.153%20104.937%20141.177C106.082%20140.71%20107.235%20140.245%20108.39%20139.784C108.729%20139.589%20109.05%20139.401%20109.377%20139.211C109.516%20139.203%20109.654%20139.196%20109.794%20139.187C110.272%20139.012%20110.725%20138.831%20111.201%20138.663C111.244%20138.648%20111.234%20138.679%20111.557%20138.558C111.883%20138.436%20111.836%20138.428%20111.895%20138.404C112.248%20138.262%20112.523%20138.176%20112.872%20138.035C113.994%20137.585%20114.567%20137.334%20116.094%20136.789C115.752%20136.946%20115.521%20137.037%20114.708%20137.329C114.963%20137.291%20115.216%20137.254%20115.475%20137.215C114.777%20137.459%20114.052%20137.714%20113.348%20137.963C113.962%20137.782%20113.679%20137.908%20113.4%20138.059C114.179%20137.82%20114.987%20137.529%20116.208%20137.082C116.234%20137.094%20116.258%20137.107%20116.287%20137.117C117.005%20136.856%20117.669%20136.615%20118.38%20136.359C118.363%20136.332%20118.359%20136.3%20118.335%20136.275C116.3%20137.073%20114.541%20137.636%20116.593%20136.843C117.416%20136.525%20118.386%20136.205%20119.34%20135.842C120.155%20135.533%20120.644%20135.302%20121.804%20134.898C121.559%20134.93%20121.298%20134.969%20121.044%20135.004C120.325%20135.261%20119.619%20135.514%20118.924%20135.764C118.931%20135.784%20118.948%20135.8%20118.951%20135.82C118.479%20135.989%20117.999%20136.165%20117.532%20136.333C117.987%20136.14%20118.45%20135.945%20118.908%20135.752C118.437%20135.889%20117.958%20136.029%20117.492%20136.164C118.043%20135.926%20118.628%20135.676%20119.17%20135.443C120.257%20135.122%20121.567%20134.636%20123.109%20134.12C123.328%20134.054%20123.533%20133.993%20123.744%20133.93C123.562%20134.005%20123.385%20134.079%20123.199%20134.156C123.942%20133.942%20124.752%20133.661%20125.984%20133.224C125.954%20133.335%20125.511%20133.538%20123.523%20134.29C123.081%20134.456%20121.545%20135.01%20122.202%20134.824C123.079%20134.502%20124.009%20134.163%20124.907%20133.837C125.296%20133.71%20125.701%20133.579%20126.082%20133.455C125.849%20133.498%20126.04%20133.311%20127.47%20132.877C127.604%20132.836%20127.715%20132.868%20128.386%20132.648C128.44%20132.63%20128.498%20132.61%20128.559%20132.589C129.145%20132.367%20129.716%20132.144%20130.302%20131.92C130.598%20131.831%20130.903%20131.74%20131.191%20131.654C131.879%20131.367%20131.933%20131.32%20130.986%20131.601C131.528%20131.419%20132.075%20131.235%20132.626%20131.05C133.743%20130.646%20134.812%20130.259%20135.926%20129.859C134.729%20130.267%20133.569%20130.663%20132.372%20131.075C132.827%20130.874%20133.294%20130.67%20133.742%20130.472C132.561%20130.91%20131.41%20131.338%20130.23%20131.779C130.69%20131.571%20131.136%20131.367%20131.586%20131.162C132.291%20130.925%20133.014%20130.683%20133.728%20130.444C132.762%20130.73%20131.787%20131.021%20130.838%20131.304C132.247%20130.84%20133.696%20130.366%20135.117%20129.903C135.987%20129.683%20136.841%20129.47%20137.704%20129.254C138.526%20128.965%20139.354%20128.673%20140.169%20128.387C140.429%20128.355%20140.687%20128.323%20140.948%20128.29C139.763%20128.689%20138.583%20129.089%20137.397%20129.491C137.425%20129.416%20137.682%20129.286%20135.936%20129.889C137.126%20129.581%20135.671%20130.13%20134.61%20130.573C135.784%20130.15%20136.958%20129.728%20138.135%20129.307C138.148%20129.336%20138.16%20129.365%20138.173%20129.393C136.722%20129.896%20136.014%20130.168%20134.623%20130.602C134.646%20130.616%20134.617%20130.647%20134.669%20130.653C135.228%20130.443%20136.118%20130.186%20136.381%20130.096C137.606%20129.672%20138.867%20129.155%20139.841%20128.832C142.188%20128.053%20140.144%20128.893%20140.415%20128.823C141.36%20128.576%20141.981%20128.265%20142.118%20128.194C142.488%20128.003%20142.151%20128.074%20143.873%20127.504C142.909%20127.806%20141.968%20128.1%20141.001%20128.404C142.665%20127.843%20144.326%20127.285%20145.977%20126.733C145.18%20126.929%20144.121%20127.249%20142.392%20127.836C142.469%20127.727%20142.066%20127.796%20140.874%20128.133C141.587%20127.898%20142.291%20127.667%20142.998%20127.435C142.95%20127.507%20143.054%20127.511%20144.132%20127.182C144.37%20127.093%20144.614%20127.002%20144.852%20126.913C144.978%20126.893%20145.1%20126.873%20145.226%20126.853C146.151%20126.505%20147.086%20126.153%20148.014%20125.806C146.095%20126.387%20147.221%20126.139%20145.541%20126.678C144.481%20127.018%20144.327%20127.001%20144.423%20126.925C144.9%20126.752%20145.36%20126.588%20145.831%20126.419C143.512%20127.159%20141.715%20127.764%20139.437%20128.569C139.401%20128.528%20140.622%20128.142%20141.205%20127.905C141.728%20127.692%20141.526%20127.693%20142.531%20127.331C144.702%20126.575%20142.854%20127.303%20143.028%20127.253C144.342%20126.876%20146.128%20126.303%20147.622%20125.855C147.622%20125.821%20147.596%20125.797%20147.586%20125.767C148.072%20125.626%20148.523%20125.494%20149.033%20125.346C149.789%20125.043%20150.468%20124.87%20151.114%20124.651C152.536%20124.171%20152.122%20124.206%20153.619%20123.697C153.739%20123.7%20153.887%20123.697%20154.016%20123.697C154.828%20123.408%20153.727%20123.724%20155.064%20123.302C155.748%20123.086%20156.452%20122.865%20157.201%20122.612C157.324%20122.668%20156.737%20122.954%20158.381%20122.487C159.441%20122.11%20160.496%20121.736%20161.555%20121.361C160.842%20121.595%20160.136%20121.827%20159.422%20122.062C159.604%20121.991%20159.787%20121.92%20159.968%20121.849C158.766%20122.188%20158.497%20122.229%20158.614%20122.114C159.559%20121.802%20160.502%20121.492%20161.446%20121.182C161.452%20121.158%20161.439%20121.141%20161.455%20121.115C162.443%20120.772%20163.207%20120.561%20163.989%20120.312C165.056%20119.971%20165.383%20119.817%20166.431%20119.485C166.515%20119.522%20166.799%20119.467%20165.079%20120.026C164.854%20120.165%20164.628%20120.304%20164.406%20120.442C166.286%20119.827%20169.303%20118.769%20169.342%20118.663C169.703%20118.556%20170.065%20118.449%20170.423%20118.342C170.885%20118.159%20171.332%20117.981%20171.807%20117.794C172.8%20117.511%20173.128%20117.425%20171.755%20117.907C170.186%20118.459%20168.958%20118.847%20169.41%20118.806C172.38%20117.84%20172.461%20117.656%20175.293%20116.731C177.502%20116.01%20177.695%20115.908%20179.833%20115.19C180.936%20114.82%20183.19%20114.081%20184.606%20113.645C186.035%20113.205%20186.743%20113.042%20188.58%20112.42C189.095%20112.309%20189.581%20112.206%20190.082%20112.098C189.614%20112.25%20189.146%20112.401%20188.674%20112.554C188.687%20112.594%20188.7%20112.633%20188.712%20112.673C188.115%20112.845%20187.505%20113.022%20186.912%20113.194C185.625%20113.652%20184.428%20113.988%20182.977%20114.463C183.222%20114.318%20184.677%20113.88%20185.478%20113.65C186.059%20113.43%20186.638%20113.211%20187.215%20112.993C185.445%20113.554%20183.659%20114.121%20181.881%20114.687C181.294%20114.931%20180.72%20115.172%20180.14%20115.415C181.2%20115.071%20182.269%20114.724%20183.329%20114.381C183.706%20114.292%20184.078%20114.204%20184.455%20114.115C183.027%20114.556%20181.58%20115.002%20180.151%20115.444C180.174%20115.491%20180.194%20115.54%20180.217%20115.587C181.941%20115.029%20183.494%20114.501%20185.209%20113.97C185.546%20113.806%20185.882%20113.643%20186.214%20113.48C188.699%20112.715%20187.853%20113.038%20186.645%20113.505C187.566%20113.222%20189.325%20112.597%20189.794%20112.424C190.268%20112.25%20189.924%20112.327%20190.184%20112.234C191.631%20111.72%20193.439%20111.167%20194.767%20110.684C194.432%20110.847%20194.098%20111.009%20193.76%20111.173C192.567%20111.564%20191.39%20111.95%20190.197%20112.341C190.359%20112.374%20192.434%20111.675%20193.422%20111.315C193.55%20111.296%20193.671%20111.279%20193.802%20111.258C194.382%20111.072%20194.911%20110.912%20195.211%20110.786C195.34%20110.732%20195.763%20110.553%20195.745%20110.552C195.492%20110.557%20195.148%20110.663%20196.551%20110.154C196.305%20110.208%20196.056%20110.261%20195.818%20110.312C196.528%20110.072%20197.244%20109.829%20197.95%20109.591C197.726%20109.696%20197.501%20109.801%20197.279%20109.906C198.222%20109.585%20199.163%20109.265%20200.113%20108.942C199.639%20109.1%20199.161%20109.26%20198.687%20109.418C198.892%20109.287%20199.111%20109.15%20199.323%20109.016C200.047%20108.799%20200.767%20108.583%20201.477%20108.371C201.011%20108.532%20200.544%20108.693%20200.075%20108.856C201.033%20108.59%20201.994%20108.324%20202.959%20108.056C202.739%20108.155%20202.517%20108.254%20202.295%20108.352C201.811%20108.498%20201.333%20108.641%20200.855%20108.784C200.865%20108.814%20200.882%20108.841%20200.895%20108.87C202.998%20108.223%20204.531%20107.73%20206.586%20107.032C206.577%20107.003%20206.567%20106.973%20206.557%20106.943C207.139%20106.766%20207.749%20106.58%20208.337%20106.401C208.693%20106.27%20209.048%20106.139%20209.4%20106.008C208.927%20106.15%20208.45%20106.293%20207.97%20106.438C209.023%20106.07%20210.093%20105.696%20211.147%20105.328C211.276%20105.308%20211.404%20105.289%20211.535%20105.268C212.224%20105.034%20212.936%20104.792%20213.621%20104.558C214.071%20104.358%20214.56%20104.145%20215.013%20103.944C217.091%20103.304%20215.362%20103.899%20215.856%20103.802C215.913%20103.792%20217.418%20103.304%20217.182%20103.351C217.22%20103.323%20217.173%20103.324%20217.182%20103.306C217.627%20103.161%20218.066%20103.018%20218.497%20102.878C218.53%20102.867%20218.563%20102.856%20218.596%20102.845C218.612%20102.862%20218.63%20102.877%20218.646%20102.894C220.086%20102.425%20221.491%20101.966%20222.903%20101.502C222.292%20101.671%20221.721%20101.827%20221.138%20101.985C221.146%20101.982%20221.153%20101.98%20221.16%20101.977C221.159%20101.978%20221.159%20101.978%20221.158%20101.978C221.927%20101.718%20223.208%20101.277%20223.835%20101.064C224.455%20100.853%20224.477%20100.854%20224.998%20100.678C224.745%20100.789%20224.535%20100.886%20224.295%20100.992C225.297%20100.71%20226.661%20100.243%20226.485%20100.379C227.237%20100.119%20227.992%2099.8258%20228.582%2099.6022C228.703%2099.5713%20228.821%2099.5429%20228.943%2099.5109C229.251%2099.4071%20229.223%2099.3846%20229.277%2099.3647C231.037%2098.7043%20232.701%2098.1825%20234.484%2097.4246C234.744%2097.3368%20234.957%2097.2654%20235.194%2097.1777C235.045%2097.2013%20234.943%2097.2018%20234.809%2097.216C234.967%2097.1457%20235.127%2097.0727%20235.294%2096.9912C235.456%2096.9123%20235.587%2096.8454%20235.745%2096.7559C235.817%2096.715%20235.876%2096.6788%20235.929%2096.6442C235.999%2096.5986%20236.047%2096.5611%20236.068%2096.5423C236.097%2096.528%20236.069%2096.4937%20235.988%2096.7087C235.929%2096.8527%20235.976%2097.1687%20236.093%2097.3C236.173%2097.4053%20236.241%2097.4414%20236.267%2097.4563C236.194%2097.365%20236.421%2097.4181%20236.256%2097.3224C236.088%2097.2423%20235.722%2097.1671%20235.134%2097.1263C235.397%2097.1241%20235.616%2097.1266%20235.848%2097.1406C235.974%2097.1485%20236.081%2097.1592%20236.167%2097.1714C236.279%2097.1872%20236.368%2097.2116%20236.39%2097.2209C236.402%2097.2221%20236.362%2097.2222%20236.29%2097.1138C236.184%2096.9684%20236.258%2096.7218%20236.27%2096.7294C236.312%2096.6729%20236.243%2096.7614%20236.172%2096.8091C236.082%2096.8759%20236.007%2096.9234%20235.909%2096.9815C235.815%2097.038%20235.69%2097.1061%20235.602%2097.1521C235.698%2097.1208%20235.834%2097.0661%20235.939%2097.0232C236.045%2096.979%20236.135%2096.9422%20236.238%2096.886C236.314%2096.8373%20236.391%2096.7466%20236.364%2096.7857C236.351%2096.7769%20236.318%2096.9934%20236.398%2097.0718C236.444%2097.1296%20236.463%2097.1236%20236.433%2097.1118C236.395%2097.0931%20236.287%2097.0641%20236.176%2097.0464C236.084%2097.031%20235.973%2097.0176%20235.843%2097.007C235.613%2096.9883%20235.378%2096.9804%20235.118%2096.9777C234.896%2096.9752%20234.637%2096.9778%20234.37%2096.9846C234.265%2097.0236%20233.711%2097.0863%20233.678%2097.126C233.665%2097.1453%20233.838%2097.1552%20234.057%2097.1642C234.167%2097.1687%20234.287%2097.173%20234.405%2097.1777C234.546%2097.1815%20234.682%2097.1862%20234.8%2097.1915C235.596%2097.2367%20236.141%2097.2405%20234.803%2097.286C233.728%2097.2653%20232.548%2097.3145%20231.463%2097.3663C231.459%2097.3978%20231.457%2097.4291%20231.452%2097.4606C230.932%2097.5068%20230.528%2097.5457%20230.025%2097.5958C230.028%2097.6261%20230.007%2097.6604%20230.027%2097.6879C228.618%2097.8288%20229.071%2097.7219%20228.429%2097.7641C227.783%2097.8078%20226.858%2097.9381%20225.938%2098.0339C225.486%2098.0809%20225.248%2098.0811%20224.312%2098.199C222.987%2098.3656%20220.455%2098.7866%20218.888%2098.9704C218.512%2098.9444%20220.349%2098.6392%20219.572%2098.6774C220.034%2098.6028%20220.566%2098.5194%20221.035%2098.4453C222.521%2098.2648%20221.394%2098.4779%20220.991%2098.5555C220.593%2098.6321%20219.486%2098.8011%20219.583%2098.8188C222.094%2098.4936%20224.206%2098.2037%20224.007%2098.1094C225.025%2097.9971%20225.955%2097.8981%20226.999%2097.7909C226.738%2097.7679%20226.466%2097.7463%20226.198%2097.7248C225.215%2097.8382%20224.374%2097.9776%20223.612%2098.0317C223.035%2098.1253%20224.749%2097.9832%20222.827%2098.1881C222.552%2098.2176%20221.127%2098.3364%20221.07%2098.3329C220.709%2098.2989%20223.456%2097.9804%20223.198%2097.9246C222.021%2098.0651%20222.815%2098.0145%20222.015%2098.1328C220.98%2098.288%20220%2098.4438%20218.786%2098.6065C218.791%2098.6476%20218.796%2098.6887%20218.802%2098.7298C218.32%2098.7867%20217.826%2098.8455%20217.323%2098.9058C217.313%2098.9071%20217.302%2098.9084%20217.291%2098.9096C217.302%2098.9066%20217.312%2098.9035%20217.323%2098.9004C217.556%2098.8351%20217.788%2098.77%20218.018%2098.7054C217.784%2098.7352%20217.548%2098.7655%20217.309%2098.7961C217.071%2098.8267%20216.83%2098.8576%20216.59%2098.8885C216.547%2098.8741%20216.556%2098.8532%20216.484%2098.8426C214.882%2099.0521%20212.236%2099.3806%20211.436%2099.56C210.635%2099.7388%20214.064%2099.2474%20214.754%2099.1918C215.396%2099.1085%20215.95%2099.0369%20216.54%2098.9611C216.794%2098.9539%20217.049%2098.9466%20217.302%2098.9397C217.07%2099.0066%20216.841%2099.0733%20216.605%2099.1409C216.105%2099.1746%20215.598%2099.2096%20215.081%2099.2462C214.564%2099.32%20214.109%2099.386%20213.616%2099.457C213.483%2099.4378%20213.35%2099.4185%20213.216%2099.3995C212.739%2099.4944%20212.215%2099.5969%20211.75%2099.6902C210.675%2099.8146%20211.137%2099.7115%20210.501%2099.7679C209.856%2099.8254%20207.793%20100.095%20206.918%20100.22C206.869%20100.248%20206.879%20100.266%20206.851%20100.29C206.39%20100.354%20205.907%20100.422%20205.451%20100.486C205.099%20100.596%20205.122%20100.664%20203.226%20100.918C203.092%20100.905%20202.96%20100.892%20202.825%20100.879C202.18%20100.958%20201.592%20101.029%20200.967%20101.105C201.933%20100.939%20202.932%20100.769%20203.909%20100.603C202.639%20100.794%20201.564%20100.991%20200.521%20101.162C199.139%20101.388%20197.833%20101.56%20197.995%20101.615C196.841%20101.793%20194.899%20102.004%20193.892%20102.136C192.872%20102.269%20192.244%20102.371%20191.305%20102.498C192.419%20102.295%20193.433%20102.129%20194.978%20101.913C194.995%20101.891%20195.017%20101.868%20195.034%20101.845C197.958%20101.409%20197.465%20101.371%20194.588%20101.782C193.973%20101.87%20194.061%20101.92%20193.532%20102.009C192.787%20102.121%20192.019%20102.234%20191.281%20102.344C191.101%20102.425%20190.484%20102.558%20190.573%20102.602C189.75%20102.715%20189.084%20102.799%20188.333%20102.891C188.333%20102.922%20188.336%20102.953%20188.337%20102.984C186.842%20103.201%20186.172%20103.326%20186.154%20103.392C185.172%20103.523%20184.157%20103.658%20183.187%20103.788C183.385%20103.733%20183.579%20103.679%20183.773%20103.624C183.049%20103.64%20182.321%20103.655%20181.588%20103.672C180.226%20103.862%20179.41%20103.939%20178.268%20104.151C178.008%20104.147%20177.758%20104.142%20177.494%20104.138C176.334%20104.354%20176.241%20104.371%20177.186%20104.294C177.959%20104.232%20178.94%20104.164%20180.139%20104.023C180.874%20103.936%20181.126%20103.85%20181.654%20103.804C181.406%20103.865%20181.171%20103.927%20180.926%20103.988C180.286%20104.06%20179.655%20104.131%20179.026%20104.201C177.289%20104.446%20176.647%20104.607%20174.996%20104.85C174.994%20104.836%20174.999%20104.82%20174.996%20104.806C174.25%20104.908%20173.501%20105.011%20172.748%20105.115C173.004%20105.109%20173.264%20105.103%20173.52%20105.097C172.779%20105.205%20172.021%20105.316%20171.287%20105.424C171.309%20105.462%20171.294%20105.508%20171.334%20105.543C170.027%20105.744%20171.033%20105.511%20170.133%20105.659C168.504%20105.927%20166.36%20106.233%20165.038%20106.499C163.925%20106.606%20162.993%20106.749%20161.368%20106.977C160.095%20107.155%20158.094%20107.434%20156.913%20107.61C153.152%20108.169%20150.138%20108.604%20146.429%20109.152C144.08%20109.499%20140.84%20110.027%20139.481%20110.124C138.632%20110.185%20141.041%20109.865%20140.835%20109.84C138.512%20110.165%20137.51%20110.234%20134.896%20110.649C135.885%20110.508%20136.88%20110.367%20137.87%20110.227C137.639%20110.304%20137.396%20110.383%20137.172%20110.46C136.129%20110.62%20135.59%20110.68%20134.554%20110.826C133.906%20110.918%20133.165%20111.048%20132.37%20111.157C131.449%20111.282%20131.014%20111.292%20129.741%20111.501C129.731%20111.523%20129.74%20111.543%20129.737%20111.564C128.87%20111.687%20128.021%20111.807%20127.135%20111.933C126.788%20112.004%20125.879%20112.161%20126.464%20112.098C127.832%20111.95%20129.804%20111.53%20129.767%20111.655C126.945%20112.088%20124.105%20112.525%20121.274%20112.964C119.954%20113.126%20120.038%20113.063%20120.099%20112.989C119.847%20113.048%20119.632%20113.105%20119.346%20113.168C117.297%20113.531%20115.313%20113.729%20113.904%20113.933C112.501%20114.137%20112.537%20114.195%20111.197%20114.377C111.47%20114.295%20111.673%20114.218%20111.916%20114.139C111.212%20114.275%20110.494%20114.415%20109.783%20114.553C110.011%20114.543%20110.255%20114.531%20110.473%20114.524C109.96%20114.606%20109.164%20114.727%20108.718%20114.796C106.961%20115.067%20106.404%20115.137%20104.752%20115.365C104.262%20115.433%20102.895%20115.647%20102.327%20115.716C102.472%20115.77%20101.719%20115.936%20100.129%20116.224C100.119%20116.183%20100.103%20116.143%20100.093%20116.103C98.6377%20116.356%2097.1323%20116.618%2095.6713%20116.873C96.152%20116.775%2096.6398%20116.675%2097.1243%20116.577C96.7418%20116.596%2096.3636%20116.614%2095.9866%20116.633C96.1195%20116.643%2096.2511%20116.654%2096.3809%20116.665C94.5534%20116.958%2092.6566%20117.263%2090.8316%20117.559C90.7106%20117.578%2090.5898%20117.598%2090.4691%20117.618C90.4741%20117.648%2090.4871%20117.678%2090.4956%20117.709C89.7478%20117.83%2089.0044%20117.95%2088.2677%20118.07C88.9403%20117.913%2088.3444%20117.982%2088.232%20117.949C88.8488%20117.859%2089.4739%20117.767%2090.0985%20117.675C90.3405%20117.626%2090.583%20117.576%2090.8264%20117.527C91.1863%20117.453%2091.548%20117.379%2091.9122%20117.305C91.5446%20117.345%2091.1761%20117.385%2090.8099%20117.425C90.68%20117.439%2090.5505%20117.453%2090.4213%20117.467C90.5498%20117.448%2090.6785%20117.428%2090.8073%20117.409C91.6592%20117.28%2092.5205%20117.15%2093.385%20117.02C92.8913%20117.088%2092.398%20117.157%2091.9087%20117.226C91.8937%20117.197%2091.8785%20117.168%2091.8668%20117.138C91.496%20117.198%2091.1392%20117.258%2090.7927%20117.318C89.1991%20117.592%2087.8452%20117.849%2086.3215%20118.039C86.4644%20118.079%2086.6084%20118.119%2086.7516%20118.159C84.9067%20118.47%2084.2745%20118.535%2083.022%20118.691C82.1186%20118.803%2081.4349%20118.889%2080.8331%20119.053C80.1786%20119.231%2081.7412%20118.912%2082.2943%20118.842C81.3669%20119.027%2081.7895%20118.995%2081.1921%20119.136C80.5328%20119.291%2079.75%20119.418%2081.2477%20119.221C82.5778%20118.959%2083.9369%20118.693%2085.2696%20118.433C85.3559%20118.482%2085.6519%20118.47%2083.8555%20118.761C83.8538%20118.792%2083.852%20118.824%2083.8503%20118.856C82.6363%20119.055%2081.3864%20119.26%2080.1796%20119.46C80.1762%20119.44%2080.1293%20119.426%2080.1494%20119.402C78.5445%20119.655%2078.8826%20119.654%2077.3775%20119.921C76.6078%20120.057%2075.0668%20120.344%2073.7852%20120.546C72.5211%20120.745%2070.8482%20120.945%2069.0761%20121.286C69.5258%20121.176%2070.0303%20121.061%2070.5013%20120.949C69.6357%20121.116%2068.7532%20121.286%2067.8764%20121.456C67.0258%20121.59%2066.2061%20121.719%2065.3444%20121.856C65.5985%20121.834%2065.856%20121.811%2066.1089%20121.789C65.1149%20121.958%2064.1263%20122.128%2063.1513%20122.295C63.3816%20122.213%2063.615%20122.131%2063.8465%20122.049C63.4746%20122.123%2063.1098%20122.195%2062.7375%20122.269C62.7341%20122.249%2062.7375%20122.228%2062.7341%20122.208C61.6204%20122.399%2060.5263%20122.587%2059.4297%20122.777C59.4058%20122.761%2059.3839%20122.744%2059.3601%20122.728C58.7458%20122.824%2058.135%20122.919%2057.529%20123.014C55.812%20123.389%2053.5146%20123.778%2051.284%20124.202C51.6679%20124.166%2052.0581%20124.129%2052.4453%20124.093C53.0468%20123.976%2053.6639%20123.857%2054.2561%20123.743C54.2682%20123.772%2054.277%20123.803%2054.2857%20123.833C53.6834%20123.948%2053.0591%20124.067%2052.4475%20124.185C51.9478%20124.253%2051.4541%20124.321%2050.9631%20124.388C49.6028%20124.648%2048.2775%20124.904%2046.9138%20125.168C47.0318%20125.126%2047.1474%20125.084%2047.2658%20125.042C46.8966%20125.107%2046.5257%20125.174%2046.1595%20125.239C46.039%20125.282%2045.9163%20125.325%2045.7994%20125.368C42.4108%20125.982%2039.2374%20126.493%2036.2386%20127.128C33.8766%20127.474%2031.6466%20127.926%2028.6761%20128.468C27.944%20128.602%2027.151%20128.784%2026.3179%20128.905C26.2745%20128.935%2026.2949%20128.952%2026.2751%20128.977C25.1644%20129.165%2024.0619%20129.352%2022.9519%20129.541C20.8676%20130.031%2020.0113%20130.148%2017.7256%20130.535C16.3928%20130.761%2015.5059%20130.906%2014.0185%20131.177C13.338%20131.301%2014.0319%20131.275%2012.298%20131.565C12.2468%20131.535%2012.2653%20131.487%2012.2408%20131.45C11.091%20131.701%2010.5314%20131.801%2010.0229%20131.844C11.5097%20131.562%2012.4187%20131.398%2012.2096%20131.36C12.6923%20131.267%2013.1697%20131.175%2013.6477%20131.083C13.8488%20130.985%2014.5871%20130.821%2013.2687%20131.03C11.1919%20131.449%209.11083%20131.87%207.03425%20132.291C6.69321%20132.28%209.45633%20131.677%209.90851%20131.515C8.01274%20131.875%207.54339%20131.919%207.65256%20131.822C6.80953%20131.977%206.36441%20132.078%205.85153%20132.2C4.80276%20132.45%205.0231%20132.463%203.27919%20132.792C3.41421%20132.734%203.51495%20132.684%203.65997%20132.624C2.68739%20132.773%203.67995%20132.542%203.78828%20132.49C3.89576%20132.437%203.0006%20132.611%202.8153%20132.628C2.27093%20132.681%202.48543%20132.621%200.994273%20132.914C0.971074%20132.865%200.94758%20132.817%200.924365%20132.769C1.29567%20132.708%201.66691%20132.647%202.03828%20132.585C1.90803%20132.579%201.77135%20132.573%201.64448%20132.566C3.43543%20132.197%205.31021%20131.825%207.14574%20131.473C7.69837%20131.367%208.28301%20131.275%208.58928%20131.219C11.2874%20130.719%2011.9514%20130.57%2014.756%20130.016C15.3056%20129.907%2017.0242%20129.626%2018.2337%20129.379C18.6478%20129.294%2018.909%20129.199%2019.8672%20129.011C21.0175%20128.784%2023.3813%20128.377%2024.8366%20128.103C26.0235%20127.879%2027.2953%20127.614%2028.4913%20127.386C28.5052%20127.405%2028.5091%20127.426%2028.5163%20127.445C29.7345%20127.188%2030.9525%20126.932%2032.1704%20126.677C33.7646%20126.391%2035.3567%20126.107%2036.9595%20125.823C36.9765%20125.841%2036.9971%20125.858%2037.0109%20125.877C38.3028%20125.613%2039.0275%20125.511%2040.3213%20125.275C41.6321%20125.036%2042.5573%20124.82%2043.9827%20124.581C44.4923%20124.521%2044.9992%20124.462%2045.4976%20124.405C45.373%20124.385%2045.2041%20124.372%2045.1101%20124.348C46.103%20124.149%2047.5752%20123.93%2048.3413%20123.794C50.7279%20123.368%2052.521%20123%2054.6808%20122.669C55.5402%20122.537%2056.6127%20122.43%2057.2431%20122.328C59.8848%20121.898%2060.077%20121.779%2061.6975%20121.471C62.6413%20121.291%2062.5956%20121.337%2063.1756%20121.236C66.2523%20120.702%2069.0267%20120.162%2072.0251%20119.648C75.0042%20119.138%2078.0845%20118.719%2080.8594%20118.269C83.0869%20117.909%2083.7361%20117.739%2085.7465%20117.468C85.7294%20117.449%2085.7456%20117.426%2085.7592%20117.403C86.7944%20117.234%2088.0907%20117.019%2089.0429%20116.866C89.7%20116.761%2090.0997%20116.72%2090.5337%20116.65C90.583%20116.642%2090.6321%20116.634%2090.681%20116.626C91.8941%20116.425%2092.9797%20116.189%2094.1496%20116.014C95.6071%20115.797%2095.7981%20115.829%2097.572%20115.525C97.5676%20115.541%2097.589%20115.551%2097.5948%20115.565C97.9738%20115.501%2098.3556%20115.436%2098.7322%20115.372C98.9767%20115.353%2099.2256%20115.334%2099.4709%20115.316C99.8293%20115.227%20100.192%20115.137%20100.552%20115.048C99.8085%20115.156%2099.0739%20115.263%2098.3289%20115.371C99.3057%20115.21%20100.272%20115.05%20101.252%20114.888C101.995%20114.776%20102.744%20114.663%20103.477%20114.553C103.5%20114.57%20103.526%20114.586%20103.549%20114.603C104.27%20114.489%20104.998%20114.373%20105.724%20114.259C105.584%20114.204%20106.458%20114.076%20107.954%20113.844C108.453%20113.786%20108.949%20113.729%20109.45%20113.672C109.191%20113.681%20108.937%20113.689%20108.683%20113.697C109.416%20113.561%20110.152%20113.424%20110.894%20113.286C111.767%20113.192%20112.64%20113.097%20113.517%20113.002C113.387%20112.991%20113.25%20112.98%20113.124%20112.969C113.947%20112.829%20114.301%20112.806%20114.95%20112.707C115.6%20112.607%20115.762%20112.556%20116.458%20112.447C117.493%20112.284%20118.698%20112.099%20119.776%20111.932C119.793%20111.95%20119.801%20111.97%20119.81%20111.99C120.056%20111.952%20120.302%20111.913%20120.548%20111.875C120.544%20111.855%20120.563%20111.831%20120.549%20111.813C122.487%20111.487%20123.919%20111.254%20126.023%20110.937C131.811%20110.066%20137.427%20109.155%20143.072%20108.393C145.119%20108.037%20147.09%20107.719%20149.432%20107.373C148.93%20107.416%20148.427%20107.46%20147.921%20107.505C148.909%20107.367%20149.891%20107.23%20150.881%20107.092C151.266%20107.066%20151.652%20107.039%20152.036%20107.013C152.389%20106.897%20152.742%20106.781%20153.095%20106.665C155.319%20106.381%20153.847%20106.659%20153.893%20106.735C155.66%20106.471%20157.737%20106.162%20159.421%20105.91C160.107%20105.808%20160.531%20105.773%20160.89%20105.718C162.624%20105.451%20163.762%20105.212%20165.399%20105.022C166.113%20104.886%20166.862%20104.746%20167.572%20104.611C168.322%20104.525%20168.677%20104.505%20169.487%20104.409C170.443%20104.296%20171.187%20104.169%20170.988%20104.265C171.969%20104.133%20172.966%20103.998%20173.946%20103.866C173.945%20103.835%20173.946%20103.803%20173.949%20103.771C174.423%20103.702%20174.9%20103.631%20175.371%20103.562C175.374%20103.53%20175.372%20103.499%20175.374%20103.468C176.108%20103.371%20176.868%20103.271%20177.609%20103.174C177.768%20103.077%20179.751%20102.711%20179.824%20102.821C179.334%20102.897%20178.842%20102.974%20178.349%20103.05C178.84%20102.985%20179.327%20102.919%20179.815%20102.854C179.829%20102.884%20179.844%20102.913%20179.855%20102.943C181.355%20102.747%20182.893%20102.433%20182.797%20102.391C183.416%20102.322%20184.034%20102.254%20184.665%20102.184C186.782%20101.832%20187.479%20101.696%20187.212%20101.63C187.931%20101.538%20188.69%20101.441%20189.421%20101.348C189.451%20101.363%20189.485%20101.378%20189.518%20101.393C190.381%20101.291%20191.207%20101.196%20192.084%20101.093C192.449%20101.01%20192.817%20100.926%20193.179%20100.843C192.701%20100.91%20192.223%20100.977%20191.739%20101.045C191.323%20101.074%20190.932%20101.099%20190.524%20101.126C188.934%20101.352%20187.314%20101.584%20185.727%20101.811C186.418%20101.805%20186.461%20101.832%20184.661%20102.154C184.519%20102.111%20184.376%20102.069%20184.234%20102.026C183.371%20102.192%20182.534%20102.355%20181.675%20102.521C181.795%20102.483%20181.918%20102.444%20182.037%20102.406C180.019%20102.694%20178.702%20102.84%20176.831%20103.16C176.978%20103.043%20176.751%20103.014%20174.913%20103.219C174.057%20103.365%20173.198%20103.511%20172.333%20103.659C173.08%20103.56%20173.829%20103.461%20174.57%20103.364C174.587%20103.435%20174.614%20103.505%20174.628%20103.576C172.854%20103.817%20170.887%20104.106%20169.15%20104.344C168.531%20104.428%20168.39%20104.42%20167.963%20104.474C166.729%20104.629%20166.292%20104.708%20166.413%20104.624C165.691%20104.741%20164.957%20104.86%20164.224%20104.979C164.31%20105.035%20164.441%20105.073%20162.767%20105.352C162.749%20105.323%20162.733%20105.294%20162.715%20105.265C162.249%20105.333%20161.784%20105.401%20161.317%20105.469C161.294%20105.452%20161.271%20105.436%20161.245%20105.419C160.771%20105.489%20160.298%20105.558%20159.819%20105.628C159.786%20105.613%20159.755%20105.598%20159.722%20105.582C158.988%20105.691%20158.269%20105.798%20157.541%20105.907C157.531%20105.929%20157.517%20105.951%20157.503%20105.974C156.652%20106.111%20155.799%20106.248%20154.944%20106.386C153.627%20106.542%20153.382%20106.49%20151.583%20106.764C151.692%20106.706%20151.803%20106.647%20151.912%20106.589C151.05%20106.729%20150.185%20106.869%20149.326%20107.008C148.938%20107.17%20151.79%20106.799%20151.622%20106.917C149.848%20107.141%20148.317%20107.42%20146.429%20107.697C146.918%20107.608%20147.411%20107.518%20147.9%20107.428C147.253%20107.5%20146.605%20107.571%20145.953%20107.643C145.362%20107.737%20144.767%20107.832%20144.176%20107.927C145.455%20107.663%20146.277%20107.474%20144.488%20107.674C144.381%20107.743%20144.269%20107.812%20144.162%20107.881C143.174%20108.03%20142.187%20108.18%20141.198%20108.33C140.961%20108.408%20140.726%20108.486%20140.489%20108.564C138.132%20108.865%20139.453%20108.648%20140.356%20108.442C138.334%20108.598%20141.276%20108.238%20142.301%20108.131C142.826%20108.053%20142.855%20108.014%20142.639%20108.033C141.619%20108.121%20139.792%20108.416%20138.194%20108.659C138.446%20108.652%20138.708%20108.644%20138.963%20108.637C138.228%20108.764%20137.487%20108.893%20136.751%20109.021C136.753%20109.031%20136.755%20109.041%20136.756%20109.052C137.258%20109.002%20137.759%20108.952%20138.261%20108.902C136.778%20109.127%20135.294%20109.353%20133.812%20109.58C133.303%20109.594%20135.424%20109.205%20136.742%20109.006C136.663%20108.937%20135.511%20109.092%20133.749%20109.368C133.757%20109.398%20133.766%20109.429%20133.777%20109.459C131.771%20109.741%20129.882%20110.058%20127.853%20110.366C127.006%20110.57%20126.16%20110.775%20125.313%20110.979C124.44%20111.082%20123.565%20111.185%20122.695%20111.288C123.375%20111.175%20124.527%20111.05%20124.904%20110.961C125.281%20110.872%20125.608%20110.781%20125.633%20110.74C123.533%20111.075%20122.233%20111.327%20120.849%20111.606C119.999%20111.695%20119.003%20111.826%20118.309%20111.882C117.861%20111.918%20118.089%20111.861%20116.729%20112.087C116.987%20112.078%20117.243%20112.07%20117.498%20112.062C116.628%20112.208%20115.765%20112.353%20114.894%20112.499C115.03%20112.499%20115.174%20112.498%20115.309%20112.498C114.565%20112.614%20113.82%20112.73%20113.079%20112.846C113.311%20112.757%20113.544%20112.668%20113.776%20112.578C112.799%20112.773%20111.829%20112.967%20110.853%20113.163C110.966%20113.103%20111.078%20113.043%20111.189%20112.983C110.947%20113.029%20110.697%20113.077%20110.455%20113.123C110.076%20113.153%20109.694%20113.184%20109.313%20113.214C110.303%20113.059%20111.295%20112.903%20112.278%20112.75C111.167%20112.892%20110.036%20113.038%20108.915%20113.182C107.95%20113.382%20106.262%20113.651%20106.311%20113.716C105.842%20113.791%20105.374%20113.866%20104.91%20113.94C104.908%20113.972%20104.909%20114.004%20104.907%20114.035C104.412%20114.108%20103.917%20114.181%20103.425%20114.254C103.657%20114.17%20103.889%20114.085%20104.121%20114.001C103.014%20114.228%20101.91%20114.455%20100.783%20114.687C99.6648%20114.864%2098.2772%20115.097%2097.2252%20115.253C96.5592%20115.352%2096.1613%20115.374%2095.6994%20115.445C94.3615%20115.65%2094.5666%20115.611%2093.2136%20115.808C92.7023%20115.882%2091.648%20116.047%2090.6132%20116.206C89.3841%20116.394%2088.1842%20116.573%2087.8456%20116.594C88.2859%20116.48%2088.7865%20116.358%2089.2652%20116.238C88.4228%20116.344%2087.9431%20116.384%2087.0017%20116.509C86.0511%20116.636%2085.2716%20116.782%2085.5029%20116.676C85.0001%20116.755%2084.5268%20116.835%2084.036%20116.915C84.0201%20116.902%2084.0045%20116.89%2084.0558%20116.866C85.2586%20116.606%2086.0836%20116.444%2088.1322%20116.12C89.2821%20115.939%2089.7709%20115.879%2090.5358%20115.726C90.7006%20115.693%2090.8788%20115.656%2091.0806%20115.611ZM132.397%20148.323C132.393%20148.346%20132.389%20148.369%20132.384%20148.391C132.986%20148.228%20133.591%20148.064%20134.192%20147.901C133.94%20147.94%20133.691%20147.978%20133.44%20148.018C134.404%20147.765%20135.367%20147.512%20136.332%20147.259C136.591%20147.234%20136.85%20147.209%20137.109%20147.184C136.146%20147.437%20135.177%20147.691%20134.21%20147.945C134.222%20147.974%20134.229%20148.005%20134.237%20148.035C133.158%20148.318%20132.073%20148.603%20130.991%20148.886C130.856%20148.899%20130.725%20148.912%20130.59%20148.926C130.359%20149.001%20130.127%20149.077%20129.895%20149.153C129.169%20149.349%20128.44%20149.546%20127.711%20149.742C128.409%20149.512%20129.111%20149.28%20129.806%20149.05C129.323%20149.149%20128.845%20149.247%20128.359%20149.347C129.838%20148.96%20130.498%20148.757%20130.503%20148.69C131.138%20148.567%20131.767%20148.446%20132.397%20148.323ZM137.138%20147.257C137.02%20147.294%20136.898%20147.331%20136.78%20147.367C136.412%20147.448%20136.044%20147.528%20135.676%20147.609C135.797%20147.571%20135.916%20147.535%20136.034%20147.499C136.402%20147.418%20136.77%20147.338%20137.138%20147.257ZM141.51%20146.111C141.502%20146.093%20142.187%20145.914%20142.195%20145.932C142.203%20145.95%20141.517%20146.13%20141.51%20146.111ZM166.926%20139.844C166.921%20139.824%20167.619%20139.677%20167.623%20139.697C167.632%20139.714%20166.932%20139.862%20166.926%20139.844ZM173.471%20138.631C172.989%20138.703%20172.494%20138.784%20172.018%20138.865C172.016%20138.855%20172.014%20138.845%20172.012%20138.834C172.489%20138.753%20172.984%20138.672%20173.466%20138.6C173.468%20138.611%20173.469%20138.621%20173.471%20138.631ZM170.435%20144.319C170.453%20144.329%20169.982%20144.843%20169.965%20144.832C169.95%20144.82%20170.422%20144.304%20170.435%20144.319ZM121.175%20151.383C121.17%20151.364%20121.859%20151.187%20121.865%20151.206C121.873%20151.224%20121.18%20151.402%20121.175%20151.383ZM152.383%20143.272C152.375%20143.254%20153.062%20143.08%20153.067%20143.099C153.076%20143.117%20152.388%20143.291%20152.383%20143.272ZM87.3797%20158.841C86.8898%20158.923%2086.3795%20159.006%2085.8939%20159.083C86.0261%20159.022%2085.4399%20159.096%2085.1187%20159.11C85.869%20158.994%2086.6078%20158.875%2087.3553%20158.75C87.3638%20158.781%2087.3745%20158.811%2087.3797%20158.841ZM107.25%20154.653C107.272%20154.669%20107.292%20154.685%20107.314%20154.701C107.794%20154.59%20108.253%20154.483%20108.731%20154.371C108.739%20154.391%20108.745%20154.411%20108.749%20154.431C108.257%20154.547%20107.783%20154.657%20107.288%20154.772C107.028%20154.79%20106.766%20154.808%20106.51%20154.824C106.754%20154.768%20107%20154.711%20107.246%20154.654C107.247%20154.654%20107.249%20154.653%20107.25%20154.653ZM154.76%20161.547C154.091%20162.438%20153.296%20163.515%20153.324%20163.327C153.56%20163.037%20153.805%20162.739%20154.056%20162.44C154.292%20162.136%20154.521%20161.846%20154.76%20161.547ZM140.715%20146.174C140.865%20146.167%20140.27%20146.396%20139.299%20146.641C139.288%20146.612%20139.274%20146.583%20139.266%20146.553C139.75%20146.427%20140.229%20146.301%20140.715%20146.174ZM76.8317%20160.142C76.3299%20160.173%2075.7983%20160.197%2075.2847%20160.205C75.281%20160.195%2075.282%20160.185%2075.2818%20160.174C75.7952%20160.165%2076.3278%20160.142%2076.8298%20160.111C76.8305%20160.122%2076.8311%20160.132%2076.8317%20160.142ZM173.911%20140.47C173.556%20140.981%20172.299%20142.337%20172.476%20142.107C172.896%20141.586%20174.087%20140.236%20173.911%20140.47ZM90.3205%20158.233C90.3276%20158.253%2090.3347%20158.273%2090.3384%20158.294C89.8507%20158.382%2089.3465%20158.472%2088.8537%20158.558C89.2143%20158.474%2089.5983%20158.384%2089.9532%20158.299C90.075%20158.278%2090.1974%20158.255%2090.3205%20158.233ZM92.5696%20157.879C92.3232%20157.926%2092.0697%20157.974%2091.8235%20158.02C91.8144%20157.989%2091.8007%20157.96%2091.7949%20157.929C92.0409%20157.883%2092.2939%20157.836%2092.5409%20157.789C92.5501%20157.819%2092.5571%20157.849%2092.5696%20157.879ZM155.742%20160.39C156.07%20160.002%20156.402%20159.614%20156.729%20159.236C156.755%20159.254%20156.782%20159.27%20156.806%20159.291C156.479%20159.668%20156.149%20160.054%20155.822%20160.441C155.795%20160.424%20155.766%20160.41%20155.742%20160.39ZM151.226%20166.516C150.997%20166.931%20151.435%20166.276%20150.455%20167.923C150.385%20167.839%20151.656%20165.522%20152.886%20163.957C152.919%20163.982%20152.959%20164%20152.991%20164.024C152.387%20164.833%20151.779%20165.574%20151.226%20166.516ZM118.952%20151.9C118.157%20152.108%20117.518%20152.255%20116.773%20152.432C116.029%20152.609%20115.264%20152.801%20115.29%20152.753C116.259%20152.513%20117.231%20152.27%20118.194%20152.027C118.43%20151.945%20118.672%20151.863%20118.91%20151.781C118.924%20151.821%20118.942%20151.859%20118.952%20151.9ZM73.8652%20154.742C74.3186%20154.419%2074.6122%20154.214%2074.4566%20154.247C75.124%20153.86%2075.7909%20153.495%2076.465%20153.137C76.4875%20153.172%2076.5132%20153.206%2076.5357%20153.241C75.644%20153.716%2074.7428%20154.211%2073.8652%20154.742ZM79.8713%20159.846C79.3586%20159.881%2078.8619%20159.91%2078.3409%20159.935C78.8565%20159.889%2079.3508%20159.84%2079.8577%20159.785C79.8633%20159.805%2079.869%20159.825%2079.8713%20159.846ZM93.309%20157.689C93.3016%20157.671%2094.0098%20157.533%2094.0111%20157.553C94.0202%20157.571%2093.3107%20157.709%2093.309%20157.689ZM172.032%20142.703C172.162%20142.724%20170.25%20144.788%20169.076%20146.049C169.477%20145.571%20169.895%20145.073%20170.293%20144.592C170.881%20143.963%20171.447%20143.352%20172.032%20142.703ZM161.736%20140.77C161.218%20140.935%20160.888%20141.048%20161.051%20141.06C160.812%20141.116%20160.571%20141.174%20160.328%20141.232C160.312%20141.193%20160.298%20141.153%20160.285%20141.113C160.775%20140.996%20161.241%20140.886%20161.736%20140.77ZM72.8461%20160.01C72.8482%20159.998%2073.4629%20160.068%2073.6194%20160.087C73.6389%20160.09%2073.6503%20160.093%2073.6505%20160.095C73.6507%20160.098%2073.639%20160.099%2073.6185%20160.099C73.4608%20160.106%2072.8481%20160.033%2072.8461%20160.01ZM82.8921%20159.42C82.8834%20159.402%2083.5995%20159.301%2083.605%20159.32C83.6079%20159.34%2082.8938%20159.44%2082.8921%20159.42ZM104.698%20140.665C105.875%20140.231%20107.052%20139.803%20108.235%20139.376C107.066%20139.831%20105.902%20140.288%20104.741%20140.749C104.726%20140.721%20104.71%20140.694%20104.698%20140.665ZM157.111%20175.959C156.387%20175.909%20157.018%20176.005%20156.282%20175.953C155.848%20175.919%20155.262%20175.867%20154.689%20175.762C153.099%20175.429%20152.584%20175.251%20151.284%20174.523C151.76%20174.86%20152.282%20175.111%20152.812%20175.308C152.799%20175.369%20152.78%20175.428%20152.767%20175.489C152.224%20175.3%20151.688%20175.06%20151.18%20174.717C152.107%20175.315%20151.725%20175.272%20153.562%20175.835C153.535%20175.811%20152.672%20175.526%20153.143%20175.65C154.31%20175.932%20154.707%20175.994%20155.412%20176.021C156.085%20176.087%20159.416%20176.16%20157.111%20175.959ZM93.5511%20145.178C94.3224%20144.866%2094.7549%20144.709%2095.6379%20144.336C95.6603%20144.371%2095.6828%20144.407%2095.7051%20144.443C95.234%20144.639%2094.7957%20144.822%2094.3204%20145.023C94.0609%20145.076%2093.8056%20145.127%2093.5511%20145.178ZM90.0929%20146.674C90.3202%20146.573%2090.551%20146.472%2090.7838%20146.37C90.8571%20146.386%2091.4095%20146.185%2091.53%20146.181C91.5236%20146.184%2091.5173%20146.187%2091.511%20146.189C91.5111%20146.19%2091.5111%20146.19%2091.5112%20146.19C91.0656%20146.381%2090.6026%20146.587%2090.1558%20146.782C90.1328%20146.747%2090.1128%20146.71%2090.0929%20146.674ZM175.843%20137.84C175.841%20137.835%20175.79%20137.627%20175.804%20137.624C175.807%20137.618%20175.781%20137.71%20175.77%20137.706C175.762%20137.705%20175.778%20137.612%20175.774%20137.622C175.761%20137.629%20175.822%20137.842%20175.843%20137.84ZM172.695%20142.131C172.168%20142.7%20173.201%20141.386%20173.417%20141.135C173.924%20140.566%20172.944%20141.87%20172.695%20142.131ZM150.409%20174.125C150.597%20174.157%20149.377%20173.285%20149.426%20171.233C149.339%20172.207%20149.689%20173.357%20150.409%20174.125ZM71.8519%20156.09C72.3%20155.719%2072.7381%20155.421%2073.18%20155.134C73.1887%20155.141%2073.1954%20155.149%2073.2011%20155.157C72.7598%20155.444%2072.3225%20155.741%2071.876%20156.11C71.8663%20156.105%2071.8585%20156.098%2071.8519%20156.09ZM79.8708%20159.736C79.8618%20159.718%2080.5824%20159.636%2080.5883%20159.655C80.5894%20159.675%2079.8715%20159.756%2079.8708%20159.736ZM86.5887%20158.814C85.6113%20158.973%2084.5896%20159.131%2083.6077%20159.272C83.6062%20159.262%2083.6047%20159.251%2083.6032%20159.241C84.585%20159.1%2085.6064%20158.942%2086.5837%20158.783C86.5853%20158.793%2086.587%20158.803%2086.5887%20158.814ZM121.628%20134.465C122.843%20134.069%20123.47%20133.835%20124.724%20133.372C125.847%20133.004%20126.916%20132.657%20128.04%20132.293C126.204%20133.014%20124.445%20133.541%20122.389%20134.327C122.132%20134.374%20121.882%20134.419%20121.628%20134.465ZM117.385%20135.988C117.853%20135.818%20118.332%20135.645%20118.806%20135.475C118.812%20135.484%20118.815%20135.494%20118.818%20135.504C118.345%20135.674%20117.865%20135.847%20117.397%20136.016C117.391%20136.008%20117.388%20135.998%20117.385%20135.988ZM103.541%20155.37C102.073%20155.697%20101.288%20155.899%20101.366%20155.947C102.839%20155.626%20103.618%20155.417%20103.541%20155.37ZM115.2%20152.485C116.115%20152.26%20116.335%20152.253%20116.676%20152.198C117.255%20152.105%20117.667%20152.036%20117.463%20152.146C117.461%20152.146%20117.46%20152.147%20117.458%20152.147C115.582%20152.628%20116.238%20152.428%20115.971%20152.439C115.71%20152.448%20114.993%20152.594%20115.2%20152.485ZM135.145%20129.894C136.089%20129.539%20137.01%20129.193%20137.948%20128.842C137.489%20129.041%20137.036%20129.239%20136.583%20129.438C136.116%20129.585%20135.621%20129.743%20135.145%20129.894ZM73.6905%20160.004C73.6848%20159.988%2074.4505%20160.018%2074.4479%20160.034C74.4528%20160.058%2073.6876%20160.028%2073.6905%20160.004ZM175.598%20138.223C175.703%20138.021%20175.766%20137.879%20175.813%20137.728C175.866%20137.608%20175.776%20137.546%20175.899%20137.847C175.919%20137.841%20175.939%20137.834%20175.958%20137.824C175.842%20137.548%20175.928%20137.617%20175.874%20137.742C175.827%20137.897%20175.761%20138.044%20175.656%20138.246C175.636%20138.239%20175.616%20138.232%20175.598%20138.223ZM113.899%20137.344C114.369%20137.154%20114.827%20136.97%20115.286%20136.785C115.3%20136.813%20115.316%20136.841%20115.327%20136.87C115.211%20136.912%20115.092%20136.956%20114.978%20136.998C114.625%20137.11%20114.262%20137.227%20113.899%20137.344ZM97.6805%20156.7C97.4351%20156.751%2097.1951%20156.8%2096.9487%20156.851C96.9411%20156.831%2096.9335%20156.812%2096.9293%20156.791C97.1761%20156.74%2097.4157%20156.691%2097.6611%20156.64C97.6687%20156.66%2097.6763%20156.679%2097.6805%20156.7ZM169.662%20175.723C169.653%20175.704%20170.365%20175.652%20170.364%20175.673C170.372%20175.691%20169.656%20175.743%20169.662%20175.723ZM138.679%20128.627C139.407%20128.414%20140.121%20128.206%20140.848%20127.994C140.134%20128.234%20139.432%20128.471%20138.718%20128.713C138.705%20128.685%20138.696%20128.655%20138.679%20128.627ZM153.714%20142.71C153.707%20142.692%20153.022%20142.864%20153.029%20142.883C153.034%20142.902%20153.718%20142.73%20153.714%20142.71ZM77.5793%20159.888C77.5759%20159.869%2078.2978%20159.81%2078.299%20159.829C78.3064%20159.849%2077.5805%20159.908%2077.5793%20159.888ZM82.8614%20159.298C82.8538%20159.28%2083.5643%20159.18%2083.5732%20159.198C83.5755%20159.218%2082.8614%20159.319%2082.8614%20159.298ZM91.7686%20157.839C91.5216%20157.885%2091.2778%20157.931%2091.0343%20157.976C91.027%20157.956%2091.0198%20157.936%2091.016%20157.915C91.26%20157.87%2091.5033%20157.825%2091.7503%20157.779C91.7575%20157.799%2091.7648%20157.819%2091.7686%20157.839ZM108.252%20139.453C108.259%20139.471%20107.592%20139.725%20107.586%20139.706C107.575%20139.689%20108.241%20139.436%20108.252%20139.453ZM105.446%20140.526C105.459%20140.542%20104.794%20140.8%20104.784%20140.783C104.776%20140.764%20105.441%20140.507%20105.446%20140.526ZM118.975%20151.604C119.311%20151.507%20120.958%20151.167%20120.228%20151.381C119.903%20151.477%20118.234%20151.82%20118.975%20151.604ZM86.0724%20148.693C86.0637%20148.675%2086.0518%20148.657%2086.04%20148.64C85.5891%20148.848%2085.1302%20149.062%2084.6769%20149.275C84.6858%20149.294%2084.6978%20149.312%2084.7098%20149.329C85.1625%20149.116%2085.6221%20148.902%2086.0724%20148.693ZM79.2838%20151.914C79.2903%20151.932%2079.9322%20151.612%2079.9226%20151.595C79.9097%20151.579%2079.2698%20151.899%2079.2838%20151.914ZM167.165%20148.342C166.747%20148.806%20166.049%20149.513%20165.611%20149.968C165.598%20149.951%20165.576%20149.945%20165.56%20149.93C165.903%20149.567%20166.244%20149.205%20166.59%20148.838C166.782%20148.672%20166.974%20148.506%20167.165%20148.342ZM208.649%20105.854C208.764%20105.812%20208.883%20105.768%20208.997%20105.726C209.345%20105.629%20209.722%20105.524%20210.084%20105.424C209.968%20105.467%20209.847%20105.511%20209.73%20105.554C209.363%20105.657%20209.006%20105.756%20208.649%20105.854ZM72.8358%20159.708C73.1027%20159.776%2073.3607%20159.827%2073.6346%20159.872C73.6441%20159.874%2073.6536%20159.875%2073.6631%20159.877C73.6535%20159.876%2073.6439%20159.876%2073.6343%20159.876C73.2267%20159.861%2072.8346%20159.837%2072.3836%20159.747C72.1407%20159.672%2071.9093%20159.596%2071.6101%20159.419C71.4709%20159.334%2071.2933%20159.207%2071.1383%20159.017C70.9681%20158.815%2070.832%20158.509%2070.819%20158.21C70.8433%20158.608%2071.1069%20158.987%2071.3144%20159.151C71.5426%20159.342%2071.7406%20159.425%2071.9023%20159.489C72.2576%20159.621%2072.5347%20159.666%2072.8309%20159.708C72.8325%20159.708%2072.8342%20159.708%2072.8358%20159.708ZM109.698%20138.957C110.173%20138.795%20110.66%20138.629%20111.125%20138.472C110.784%20138.616%20110.442%20138.761%20110.092%20138.909C109.975%20138.953%20109.855%20138.998%20109.739%20139.042C109.725%20139.014%20109.709%20138.986%20109.698%20138.957ZM197.217%20109.571C197.224%20109.59%20196.546%20109.808%20196.54%20109.789C196.535%20109.77%20197.211%20109.552%20197.217%20109.571ZM126.734%20133.012C127.433%20132.744%20127.259%20132.789%20126.703%20132.958C125.659%20133.276%20124.392%20133.73%20124.523%20133.606C125.723%20133.195%20126.874%20132.803%20128.078%20132.396C128.102%20132.442%20128.13%20132.488%20128.154%20132.534C127.676%20132.695%20127.203%20132.854%20126.734%20133.012ZM159.031%20176.03C159.563%20176.088%20160.077%20176.136%20160.606%20176.177C162.123%20176.162%20163.632%20176.088%20165.13%20175.993C163.095%20176.009%20162.909%20176%20159.031%20176.03ZM93.2193%20157.468C92.7287%20157.562%2092.2368%20157.656%2091.74%20157.749C91.7393%20157.749%2091.7386%20157.749%2091.7378%20157.75C91.7359%20157.739%2091.734%20157.729%2091.7321%20157.719C92.2288%20157.626%2092.7206%20157.532%2093.2111%20157.437C93.2164%20157.447%2093.2173%20157.457%2093.2193%20157.468ZM110.488%20138.861C111.184%20138.6%20111.881%20138.34%20112.595%20138.076C112.611%20138.045%20111.958%20138.286%20112.021%20138.237C112.084%20138.188%20112.808%20137.899%20112.552%20137.959C113.589%20137.563%20114.641%20137.165%20115.678%20136.774C116.29%20136.59%20116.905%20136.406%20117.507%20136.226C117.671%20136.232%20117.124%20136.406%20116.12%20136.78C115.997%20136.814%20115.874%20136.848%20115.751%20136.881C114.936%20137.168%20114.112%20137.459%20113.294%20137.75C113.058%20137.86%20112.84%20137.962%20112.595%20138.076C112.597%20138.075%20112.599%20138.074%20112.601%20138.073C112.525%20138.129%20111.945%20138.356%20111.918%20138.394C111.683%20138.481%20111.448%20138.569%20111.215%20138.656C110.97%20138.725%20110.738%20138.79%20110.488%20138.861ZM135.549%20147.27C135.552%20147.28%20135.555%20147.29%20135.557%20147.3C136.041%20147.173%20136.524%20147.047%20137.007%20146.92C137.004%20146.91%20137.002%20146.9%20136.999%20146.89C136.516%20147.016%20136.033%20147.143%20135.549%20147.27ZM92.3251%20146.042C92.3169%20146.023%2092.3056%20146.006%2092.2943%20145.988C91.5942%20146.281%2090.044%20146.99%2090.2521%20146.945C90.942%20146.641%2091.6252%20146.344%2092.3251%20146.042ZM83.4356%20150.834C83.8971%20150.591%2083.9021%20150.525%2084.4775%20150.239C85.054%20149.952%2086.0445%20149.575%2085.7365%20149.627C85.7364%20149.627%2085.7364%20149.627%2085.7363%20149.627C85.4282%20149.679%2084.7554%20150.036%2083.745%20150.472C83.283%20150.672%2083.9535%20150.277%2082.9528%20150.738C83.6354%20150.389%2084.2735%20150.07%2084.9469%20149.735C85.1328%20149.584%2085.3007%20149.443%2085.4866%20149.293C84.0211%20149.905%2082.9778%20150.311%2080.7693%20151.402C80.7564%20151.409%2080.7435%20151.415%2080.7305%20151.422C80.7396%20151.416%2080.7522%20151.408%2080.7675%20151.399C80.942%20151.294%2081.5098%20150.986%2081.3689%20151.038C81.1581%20151.144%2080.9502%20151.249%2080.7449%20151.353C80.053%20151.703%2079.3788%20152.048%2078.6916%20152.406C78.6821%20152.387%2078.6696%20152.37%2078.6572%20152.353C77.54%20152.921%2076.4167%20153.505%2075.3097%20154.122C75.3147%20154.132%2075.3188%20154.141%2075.3269%20154.148C76.4384%20153.54%2077.5703%20152.964%2078.6916%20152.406C78.704%20152.423%2078.7165%20152.44%2078.7259%20152.459C79.6059%20152.02%2079.9666%20151.813%2080.7305%20151.422C80.6739%20151.475%2080.6887%20151.489%2080.7957%20151.456C80.9385%20151.413%2081.2616%20151.276%2081.8104%20151.031C82.3696%20150.752%2082.934%20150.474%2083.4937%20150.2C82.6028%20150.64%2081.7167%20151.085%2080.8342%20151.534C80.6004%20151.653%2080.3701%20151.771%2080.1437%20151.887C80.384%20151.791%2080.623%20151.697%2080.8667%20151.6C81.0932%20151.511%2081.3235%20151.421%2081.5638%20151.326C81.2221%20151.492%2081.0257%20151.582%2080.8863%20151.64C80.538%20151.787%2080.5454%20151.739%2079.7381%20152.126C79.1354%20152.414%2077.858%20153.072%2077.1459%20153.449C76.4377%20153.823%2076.0601%20154.021%2076.1563%20154.013C78.2865%20152.871%2077.223%20153.567%2078.2486%20153.106C77.5821%20153.454%2076.921%20153.806%2076.2636%20154.169C76.5012%20154.075%2076.7543%20153.975%2076.9944%20153.882C77.7708%20153.482%2078.5536%20153.091%2079.3361%20152.708C80.1482%20152.26%2080.9245%20151.849%2080.9532%20151.776C80.9545%20151.772%2080.9536%20151.769%2080.95%20151.767C81.3951%20151.553%2081.8517%20151.335%2082.3061%20151.12C82.1757%20151.248%2080.9152%20151.888%2081.0353%20151.899C82.5727%20151.133%2082.4781%20151.25%2083.4356%20150.834ZM175.7%20138.616C176.043%20137.98%20176.056%20137.697%20175.997%20137.767C175.867%20138.219%20175.426%20138.911%20175.043%20139.45C175.009%20139.567%20175.296%20139.236%20175.7%20138.616ZM89.5946%20147.304C89.582%20147.275%2089.564%20147.249%2089.5483%20147.222C89.0904%20147.425%2088.6315%20147.63%2088.1741%20147.836C88.1869%20147.865%2088.207%20147.89%2088.223%20147.917C88.68%20147.711%2089.1371%20147.507%2089.5946%20147.304ZM137.679%20146.582C138.293%20146.453%20138.912%20146.322%20139.525%20146.194C140.123%20146.027%20140.726%20145.858%20141.329%20145.69C140.715%20145.819%20140.095%20145.949%20139.483%20146.078C138.884%20146.245%20138.282%20146.413%20137.679%20146.582ZM157.67%20141.552C157.545%20141.572%20157.42%20141.591%20157.296%20141.611C157.533%20141.553%20157.783%20141.492%20158.027%20141.433C157.909%20141.472%20157.788%20141.512%20157.67%20141.552ZM174.694%20140.082C174.678%20140.07%20174.659%20140.06%20174.641%20140.05C173.781%20141.165%20173.14%20141.904%20172.821%20142.369C173.482%20141.603%20174.09%20140.877%20174.694%20140.082ZM123.944%20134.108C123.945%20134.055%20123.689%20134.081%20123.16%20134.22C122.444%20134.468%20121.742%20134.712%20121.048%20134.954C121.995%20134.676%20122.988%20134.385%20123.944%20134.108ZM205.444%20107.105C205.081%20107.206%20204.714%20107.308%20204.346%20107.41C204.345%20107.405%20204.343%20107.4%20204.342%20107.395C205.064%20107.162%20205.78%20106.931%20206.485%20106.704C206.14%20106.837%20205.796%20106.97%20205.447%20107.105C205.446%20107.105%20205.445%20107.105%20205.444%20107.105ZM76.0463%20153.859C76.0364%20153.841%2076.0233%20153.824%2076.0103%20153.808C75.5581%20154.054%2075.1245%20154.295%2074.6775%20154.553C75.0273%20154.375%2075.3681%20154.208%2075.7113%20154.043C75.82%20153.983%2075.9342%20153.92%2076.0463%20153.859ZM162.397%20140.391C163.114%20140.225%20163.86%20140.054%20164.581%20139.893C164.58%20139.888%20164.579%20139.883%20164.578%20139.878C164.212%20139.944%20163.842%20140.011%20163.467%20140.081C163.098%20140.187%20162.757%20140.286%20162.397%20140.391ZM225.738%20100.464C226.197%20100.311%20226.703%20100.141%20227.161%2099.986C227.168%2099.9948%20227.17%20100.005%20227.173%20100.015C226.715%20100.17%20226.21%20100.339%20225.75%20100.493C225.743%20100.484%20225.741%20100.474%20225.738%20100.464ZM104.875%20141C104.868%20140.991%20104.866%20140.981%20104.862%20140.971C105.789%20140.612%20106.745%20140.245%20107.662%20139.895C107.67%20139.915%20107.681%20139.933%20107.691%20139.951C106.767%20140.292%20105.807%20140.65%20104.875%20141ZM220.053%20102.354C220.399%20102.235%20220.759%20102.112%20221.118%20101.989C221.13%20101.986%20221.145%20101.981%20221.158%20101.978C221.151%20101.98%20221.145%20101.983%20221.138%20101.985C220.774%20102.109%20220.406%20102.234%20220.057%20102.352C220.056%20102.353%20220.054%20102.353%20220.053%20102.354ZM161.581%20121.286C161.588%20121.305%20162.261%20121.084%20162.253%20121.065C162.247%20121.047%20161.572%20121.268%20161.581%20121.286ZM149.813%20170.325C149.67%20170.898%20149.604%20171.508%20149.716%20172.155C149.746%20172.145%20149.776%20172.135%20149.806%20172.125C149.776%20171.974%20149.756%20171.819%20149.745%20171.661C149.699%20171.193%20149.734%20170.755%20149.813%20170.325ZM124.605%20150.016C124.599%20149.997%20123.911%20150.175%20123.918%20150.193C123.925%20150.212%20124.614%20150.034%20124.605%20150.016ZM90.9853%20146.674C91.0012%20146.689%2091.6399%20146.411%2091.6317%20146.393C91.6214%20146.376%2090.9802%20146.655%2090.9853%20146.674ZM85.5038%20149.199C85.495%20149.18%2085.4831%20149.162%2085.4712%20149.145C85.2415%20149.252%2085.0244%20149.354%2084.791%20149.463C84.7999%20149.482%2084.812%20149.5%2084.824%20149.517C85.0569%20149.408%2085.2742%20149.306%2085.5038%20149.199ZM123.067%20150.041C122.56%20150.221%20122.126%20150.379%20121.656%20150.548C122.091%20150.463%20122.776%20150.333%20123.105%20150.272C123.646%20150.173%20123.237%20150.285%20123.521%20150.248C123.863%20150.116%20124.223%20149.98%20124.571%20149.847C125.529%20149.599%20126.512%20149.344%20127.463%20149.096C127.836%20149.086%20125.885%20149.544%20126.119%20149.56C126.201%20149.565%20127.609%20149.19%20127.873%20149.151C128.249%20148.989%20128.557%20148.843%20128.918%20148.685C130.166%20148.342%20130.603%20148.291%20131.479%20148.075C132.841%20147.739%20133.584%20147.515%20134.728%20147.195C134.716%20147.272%20135.732%20147.056%20134.789%20147.373C135.514%20147.182%20136.241%20146.991%20136.966%20146.801C136.017%20146.944%20135.387%20147.007%20135.402%20146.889C133.545%20147.378%20133.101%20147.545%20133.272%20147.577C131.332%20148.053%20128.807%20148.594%20126.695%20149.167C126.594%20149.225%20126.465%20149.292%20126.38%20149.345C125.022%20149.667%20125.73%20149.433%20125.116%20149.547C124.827%20149.601%20123.463%20149.967%20123.067%20150.041ZM192.22%20111.359C192.228%20111.377%20191.556%20111.594%20191.546%20111.576C191.537%20111.558%20192.215%20111.34%20192.22%20111.359ZM232.955%2097.4682C232.437%2097.5041%20231.982%2097.541%20231.47%2097.5855C231.857%2097.531%20232.177%2097.4837%20232.563%2097.4339C232.564%2097.4338%20232.565%2097.4337%20232.566%2097.4336C232.693%2097.4239%20232.822%2097.4147%20232.944%2097.4064C232.945%2097.4272%20232.954%2097.4475%20232.955%2097.4682ZM86.4825%20158.419C86.4394%20158.489%2087.2576%20158.393%2088.7358%20158.134C88.7817%20158.061%2087.9647%20158.175%2086.4825%20158.419ZM105.647%20154.653C105.646%20154.634%20104.942%20154.794%20104.949%20154.812C104.952%20154.832%20105.657%20154.671%20105.647%20154.653ZM99.2988%20143.268C98.7056%20143.54%2096.9584%20144.181%2097.2173%20144.059C97.8071%20143.781%2099.5684%20143.143%2099.2988%20143.268ZM222.566%2098.522C222.562%2098.5024%20223.278%2098.4145%20223.278%2098.4344C223.284%2098.4533%20222.571%2098.541%20222.566%2098.522ZM191.548%20111.625C192.458%20111.337%20192.875%20111.177%20193.674%20110.906C193.68%20110.926%20193.693%20110.943%20193.699%20110.963C192.975%20111.197%20192.277%20111.422%20191.559%20111.654C191.555%20111.644%20191.552%20111.635%20191.548%20111.625ZM178.741%20104.558C178.494%20104.594%20178.247%20104.63%20177.999%20104.666C177.996%20104.645%20177.987%20104.625%20177.984%20104.605C178.231%20104.569%20178.479%20104.533%20178.725%20104.497C178.728%20104.518%20178.738%20104.537%20178.741%20104.558ZM150.285%20169.554C150.489%20169.011%20150.672%20168.657%20150.788%20168.421C151.024%20167.952%20150.914%20168.094%20150.865%20168.088C150.812%20168.186%20150.759%20168.283%20150.709%20168.38C150.634%20168.522%20150.565%20168.663%20150.499%20168.801C150.343%20169.037%20150.207%20169.251%20150.071%20169.502C150.143%20169.519%20150.213%20169.54%20150.285%20169.554ZM151.163%20167.349C151.185%20167.347%20151.553%20166.75%20151.54%20166.738C151.519%20166.731%20151.148%20167.332%20151.163%20167.349ZM228.621%2099.5887C228.915%2099.4614%20228.965%2099.431%20229.325%2099.3457C229.076%2099.4319%20228.853%2099.5092%20228.621%2099.5887ZM118.764%20151.447C118.759%20151.428%20118.07%20151.602%20118.078%20151.621C118.082%20151.64%20118.77%20151.466%20118.764%20151.447ZM96.5089%20144.396C96.5198%20144.413%2095.8651%20144.684%2095.854%20144.668C95.8488%20144.649%2096.5019%20144.378%2096.5089%20144.396ZM172.265%20175.639C172.283%20175.654%20172.73%20175.152%20172.708%20175.14C172.697%20175.13%20172.252%20175.629%20172.265%20175.639ZM74.7718%20154.679C74.7614%20154.661%2074.7478%20154.645%2074.7344%20154.629C74.3121%20154.897%2073.878%20155.182%2073.4602%20155.475C73.8922%20155.197%2074.3368%20154.931%2074.7718%20154.679ZM158.699%20141.157C158.695%20141.137%20158.003%20141.306%20158.01%20141.324C158.017%20141.342%20158.708%20141.175%20158.699%20141.157ZM160.87%20140.54C160.146%20140.695%20159.392%20140.86%20158.673%20141.018C159.154%20140.913%20159.636%20140.807%20160.124%20140.702C160.144%20140.729%20160.161%20140.757%20160.181%20140.784C160.79%20140.649%20161.376%20140.521%20161.997%20140.385C163.076%20140.108%20164.171%20139.832%20165.249%20139.568C164.751%20139.668%20164.282%20139.763%20163.788%20139.865C163.79%20139.873%20163.795%20139.881%20163.8%20139.888C163.305%20140.007%20162.832%20140.123%20162.348%20140.242C161.852%20140.314%20161.336%20140.393%20160.846%20140.466C160.855%20140.49%20160.864%20140.515%20160.87%20140.54ZM171.103%20138.439C171.102%20138.419%20170.413%20138.546%20170.418%20138.565C170.43%20138.583%20171.112%20138.457%20171.103%20138.439ZM118.973%20135.814C119.437%20135.648%20119.906%20135.478%20120.38%20135.309C119.916%20135.497%20119.454%20135.685%20119.001%20135.87C118.994%20135.851%20118.98%20135.833%20118.973%20135.814ZM176.593%20116.484C176.601%20116.502%20177.276%20116.283%20177.267%20116.265C177.26%20116.246%20176.583%20116.466%20176.593%20116.484ZM119.489%20151.183C119.494%20151.203%20119.502%20151.222%20119.511%20151.242C120%20151.118%20120.478%20150.996%20120.964%20150.872C120.959%20150.851%20120.95%20150.832%20120.942%20150.813C120.455%20150.937%20119.978%20151.059%20119.489%20151.183ZM201.015%20101.335C201.01%20101.316%20201.707%20101.219%20201.711%20101.238C201.718%20101.257%20201.018%20101.354%20201.015%20101.335ZM208.414%20100.331C207.685%20100.431%20206.943%20100.532%20206.189%20100.636C206.184%20100.626%20206.184%20100.615%20206.182%20100.605C206.936%20100.502%20207.678%20100.4%20208.408%20100.301C208.412%20100.311%20208.413%20100.321%20208.414%20100.331ZM87.7136%20148.525C89.8973%20147.546%2090.467%20147.198%2092.4734%20146.318C92.5001%20146.329%2092.5072%20146.348%2092.5496%20146.352C93.8827%20145.79%2095.1483%20145.312%2095.8979%20144.919C96.5489%20144.577%2094.5651%20145.435%2093.9257%20145.695C93.8939%20145.707%2093.8621%20145.72%2093.8303%20145.732C93.6763%20145.788%2093.9707%20145.644%2093.7695%20145.717C92.945%20146.013%2092.191%20146.308%2092.3827%20146.153C90.2651%20147.065%2088.9434%20147.742%2086.9063%20148.619C86.7072%20148.779%2086.5101%20148.939%2086.3167%20149.097C86.9965%20148.771%2087.6749%20148.45%2088.3507%20148.134C88.1398%20148.263%2087.9296%20148.393%2087.7136%20148.525ZM152.364%20124.475C152.23%20124.622%20155.145%20123.64%20155.925%20123.312C155.246%20123.526%20155.457%20123.389%20154.843%20123.591C152.726%20124.288%20154.847%20123.724%20152.364%20124.475ZM207.242%20106.607C207.25%20106.625%20206.573%20106.844%20206.567%20106.825C206.555%20106.808%20207.235%20106.589%20207.242%20106.607ZM216.592%2099.2372C216.589%2099.2166%20216.578%2099.1972%20216.575%2099.1765C216.834%2099.1426%20217.091%2099.1091%20217.345%2099.076C217.586%2099.0446%20217.824%2099.0137%20218.06%2098.9831C217.827%2099.0232%20217.59%2099.064%20217.349%2099.1052C217.099%2099.1488%20216.846%2099.1929%20216.592%2099.2372ZM182.271%20114.675C182.28%20114.692%20181.601%20114.913%20181.595%20114.894C181.586%20114.876%20182.262%20114.657%20182.271%20114.675ZM196.158%20102.001C195.527%20102.079%20194.915%20102.155%20194.297%20102.232C194.296%20102.232%20194.294%20102.232%20194.293%20102.232C194.29%20102.212%20194.28%20102.192%20194.277%20102.172C195.249%20102.034%20196.264%20101.891%20197.251%20101.752C196.886%20101.835%20196.523%20101.918%20196.158%20102.001ZM163.061%20120.949C163.526%20120.786%20163.991%20120.622%20164.459%20120.457C163.506%20120.77%20162.759%20121.052%20161.976%20121.273C160.798%20121.694%20161.271%20121.549%20161.523%20121.505C161.915%20121.438%20160.861%20121.812%20160.997%20121.824C161.67%20121.536%20162.374%20121.24%20163.061%20120.949ZM152.479%20165.477C151.893%20166.296%20151.324%20167.146%20150.807%20168.064C150.824%20168.077%20150.854%20168.066%20150.865%20168.088C151.039%20167.773%20151.244%20167.42%20151.426%20167.125C151.584%20166.909%20151.75%20166.688%20151.921%20166.465C152.112%20166.117%20152.281%20165.813%20152.479%20165.477ZM203.975%20100.893C203.97%20100.874%20204.669%20100.777%20204.674%20100.797C204.681%20100.816%20203.978%20100.912%20203.975%20100.893ZM214.325%2099.41C214.472%2099.422%20213.876%2099.5726%20212.875%2099.6978C212.864%2099.6677%20212.856%2099.6371%20212.849%2099.6065C213.348%2099.5398%20213.841%2099.4742%20214.325%2099.41ZM178.732%20104.449C178.726%20104.43%20179.426%20104.328%20179.43%20104.347C179.436%20104.366%20178.736%20104.468%20178.732%20104.449ZM231.574%2098.8828C231.122%2099.0134%20230.583%2099.1716%20230.13%2099.297C231.072%2098.9668%20232.019%2098.6268%20232.934%2098.2793C232.923%2098.2501%20232.907%2098.223%20232.892%2098.1952C231.24%2098.798%20229.598%2099.3443%20227.935%2099.889C228.093%2099.8745%20227.462%20100.107%20227.632%20100.091C227.63%20100.092%20227.629%20100.092%20227.627%20100.093C227.9%20100.065%20228.897%2099.7874%20228.768%2099.9015C229.709%2099.5678%20230.655%2099.226%20231.574%2098.8828ZM173.762%20117.503C173.045%20117.72%20172.321%20117.939%20171.604%20118.156C171.608%20118.166%20171.612%20118.176%20171.619%20118.184C171.617%20118.185%20171.616%20118.185%20171.614%20118.186C172.212%20118.002%20172.813%20117.817%20173.411%20117.633C173.527%20117.59%20173.644%20117.547%20173.762%20117.503ZM216.041%20104.301C217.388%20103.851%20217.958%20103.62%20218.654%20103.36C219.212%20103.152%20219.839%20102.929%20220.976%20102.562C220.465%20102.685%20220.002%20102.792%20219.5%20102.912C221.013%20102.443%20222.483%20101.944%20224.055%20101.414C224.381%20101.305%20224.491%20101.244%20224.955%20101.091C226.27%20100.657%20227.489%20100.316%20227.293%20100.271C226.354%20100.589%20225.416%20100.901%20224.446%20101.223C224.423%20101.175%20224.4%20101.128%20224.377%20101.081C223.506%20101.392%20223.198%20101.497%20222.283%20101.772C222.263%20101.799%20222.244%20101.827%20222.225%20101.854C221.785%20102%20221.34%20102.147%20220.883%20102.297C220.876%20102.332%20220.871%20102.365%20220.864%20102.4C220.403%20102.552%20219.982%20102.691%20219.528%20102.84C219.518%20102.864%20219.514%20102.887%20219.5%20102.912C219.207%20103.008%20218.907%20103.106%20218.604%20103.205C218.428%20103.263%20218.251%20103.32%20218.073%20103.378C218.253%20103.333%20218.435%20103.287%20218.615%20103.241C218.657%20103.23%20218.699%20103.22%20218.741%20103.209C218.701%20103.224%20218.66%20103.239%20218.62%20103.254C218.336%20103.361%20218.048%20103.469%20217.756%20103.579C217.164%20103.76%20216.534%20103.954%20215.956%20104.131C217.484%20103.722%20217.481%20103.746%20216.035%20104.303C216.037%20104.302%20216.039%20104.301%20216.041%20104.301ZM159.497%20157.099C159.709%20156.875%20160.201%20156.328%20160.232%20156.29C160.589%20155.847%20159.838%20156.611%20159.442%20157.021C159.041%20157.497%20158.629%20157.989%20158.239%20158.461C158.24%20158.46%20158.241%20158.458%20158.242%20158.457C158.821%20157.789%20159.099%20157.519%20159.497%20157.099ZM149.866%20171.194C149.845%20171.193%20149.824%20171.196%20149.803%20171.199C149.773%20171.784%20149.878%20172.429%20150.17%20172.992C150.189%20172.983%20150.205%20172.969%20150.222%20172.956C149.937%20172.403%20149.836%20171.769%20149.866%20171.194ZM89.658%20147.412C90.3477%20147.106%2091.0437%20146.801%2091.7234%20146.506C91.7307%20146.515%2091.7339%20146.525%2091.738%20146.534C91.0586%20146.829%2090.3641%20147.133%2089.6749%20147.439C89.6675%20147.431%2089.6622%20147.422%2089.658%20147.412ZM203.07%20108.168C202.897%20108.132%20203.836%20107.767%20205.856%20107.104C205.872%20107.143%20205.889%20107.181%20205.905%20107.219C204.962%20107.535%20204.006%20107.855%20203.07%20108.168ZM167.349%20175.503C167.346%20175.484%20168.04%20175.426%20168.054%20175.445C168.052%20175.465%20167.352%20175.523%20167.349%20175.503ZM236.138%2096.7263C236.132%2096.718%20236.126%2096.7093%20236.118%2096.7024C235.647%2097.0529%20234.944%2097.3665%20234.276%2097.6648C234.389%2097.6236%20234.491%2097.5865%20234.62%2097.5369C235.161%2097.2911%20235.764%2097.0099%20236.138%2096.7263ZM179.437%20104.299C178.655%20104.409%20178.157%20104.489%20177.597%20104.594C176.468%20104.728%20175.349%20104.86%20174.231%20104.993C175.943%20104.743%20177.7%20104.488%20179.417%20104.239C179.423%20104.259%20179.434%20104.278%20179.437%20104.299ZM201.725%20101.142C201.721%20101.122%20202.409%20101.027%20202.419%20101.045C202.42%20101.065%20201.73%20101.161%20201.725%20101.142ZM155.964%20175.574C155.819%20175.622%20155.887%20175.781%20158.262%20175.889C158.759%20175.863%20159.277%20175.827%20159.769%20175.783C158.502%20175.777%20157.229%20175.728%20155.964%20175.574ZM159.763%20175.892C159.764%20175.874%20159.04%20175.872%20159.042%20175.89C159.045%20175.911%20159.767%20175.913%20159.763%20175.892ZM151.678%20124.768C151.675%20124.758%20151.673%20124.748%20151.666%20124.739C151.192%20124.896%20150.721%20125.053%20150.243%20125.212C150.246%20125.222%20150.248%20125.232%20150.255%20125.241C150.733%20125.082%20151.204%20124.925%20151.678%20124.768ZM211.362%2099.8376C210.876%2099.9031%20210.382%2099.9696%20209.883%20100.037C209.877%20100.017%20209.871%2099.9969%20209.868%2099.9762C209.991%2099.9595%20210.118%2099.9424%20210.24%2099.9259C210.62%2099.8955%20210.993%2099.8662%20211.362%2099.8376ZM75.4866%20154.381C75.4815%20154.372%2075.4774%20154.363%2075.4693%20154.355C74.5849%20154.851%2073.707%20155.361%2072.8572%20155.955C72.8632%20155.964%2072.8692%20155.972%2072.8752%20155.981C73.7237%20155.387%2074.6023%20154.877%2075.4866%20154.381ZM71.6527%20157.057C71.6371%20157.044%2071.616%20157.036%2071.6004%20157.022C71.412%20157.264%2071.1445%20157.506%2071.1114%20158.106C71.1323%20158.106%2071.1532%20158.097%2071.1741%20158.09C71.2119%20157.529%2071.4667%20157.293%2071.6527%20157.057ZM101.92%20155.217C102.22%20155.264%20104.224%20154.81%20106.339%20154.318C106.332%20154.287%20106.318%20154.259%20106.307%20154.229C105.575%20154.392%20104.82%20154.559%20104.084%20154.719C103.372%20154.885%20102.627%20155.056%20101.92%20155.217ZM165.938%20120.105C165.935%20120.095%20165.93%20120.085%20165.924%20120.077C165.449%20120.232%20164.972%20120.388%20164.497%20120.544C164.5%20120.554%20164.505%20120.563%20164.511%20120.572C164.986%20120.416%20165.463%20120.26%20165.938%20120.105ZM157.792%20159.063C157.441%20159.433%20157.096%20159.799%20156.755%20160.164C156.771%20160.178%20156.789%20160.189%20156.807%20160.199C157.13%20159.824%20157.459%20159.444%20157.792%20159.063ZM100.77%20142.817C101.228%20142.634%20101.706%20142.444%20102.168%20142.261C102.176%20142.281%20102.19%20142.298%20102.198%20142.317C101.736%20142.5%20101.257%20142.69%20100.8%20142.872C100.789%20142.854%20100.778%20142.836%20100.77%20142.817ZM14.479%20131.213C14.4718%20131.193%2014.46%20131.174%2014.4561%20131.154C14.9502%20131.059%2015.4368%20130.966%2015.9284%20130.872C15.4444%20130.986%2014.9656%20131.098%2014.479%20131.213ZM160.014%20106.645C161.27%20106.533%20160.134%20106.713%20159.417%20106.878C159.054%20106.961%20159.795%20106.877%20159.23%20106.98C158.665%20107.084%20157.49%20107.247%20157.14%20107.342C157.626%20107.305%20158.162%20107.263%20158.663%20107.225C159.022%20107.162%20159.381%20107.099%20159.744%20107.036C161.12%20106.873%20160.245%20107.026%20160.148%20107.099C161.378%20106.885%20162.594%20106.673%20163.823%20106.459C163.818%20106.429%20163.807%20106.399%20163.802%20106.368C163.301%20106.432%20162.809%20106.494%20162.314%20106.557C163.047%20106.432%20163.787%20106.307%20164.527%20106.182C163.272%20106.341%20162.044%20106.496%20160.796%20106.655C162.031%20106.456%20163.247%20106.26%20164.488%20106.061C163.742%20106.166%20162.996%20106.271%20162.257%20106.376C162.5%20106.318%20162.74%20106.262%20162.983%20106.205C161.995%20106.351%20161.012%20106.496%20160.014%20106.645ZM132.5%20131.263C132.601%20131.201%20132.253%20131.315%20131.737%20131.49C131.989%20131.415%20132.246%20131.338%20132.5%20131.263ZM152.085%20142.525C152.436%20142.446%20152.782%20142.369%20153.129%20142.292C153.278%20142.287%20153.428%20142.282%20153.577%20142.277C153.821%20142.184%20154.064%20142.091%20154.306%20141.999C154.783%20141.879%20155.247%20141.763%20155.731%20141.643C155.726%20141.623%20155.716%20141.603%20155.704%20141.585C154.501%20141.894%20153.286%20142.21%20152.085%20142.525ZM166.661%20139.164C166.657%20139.145%20165.974%20139.292%20165.98%20139.312C165.987%20139.33%20166.67%20139.183%20166.661%20139.164ZM91.5962%20157.267C91.6072%20157.308%2091.6217%20157.347%2091.6327%20157.387C92.1271%20157.295%2092.6194%20157.201%2093.1076%20157.107C92.8503%20157.114%2092.5925%20157.121%2092.3387%20157.127C92.0889%20157.174%2091.8414%20157.221%2091.5962%20157.267ZM172.844%20143.296C172.772%20143.274%20172.007%20144.096%20172.301%20143.646C172.516%20143.344%20174.214%20141.181%20173.957%20141.365C172.837%20142.816%20172.092%20143.614%20170.545%20145.287C170.529%20145.375%20171.11%20144.711%20171.603%20144.195C172.31%20143.457%20172.15%20143.721%20172.196%20143.744C171.844%20144.092%20171.489%20144.438%20171.118%20144.8C171%20145.013%20170.886%20145.223%20170.766%20145.437C171.455%20144.742%20172.164%20144.012%20172.844%20143.296ZM137.156%20110.526C136.415%20110.638%20135.674%20110.751%20134.933%20110.865C134.928%20110.855%20134.925%20110.845%20134.924%20110.834C135.665%20110.721%20136.408%20110.608%20137.149%20110.495C137.154%20110.505%20137.155%20110.515%20137.156%20110.526ZM218.059%20103.349C218.046%20103.32%20218.034%20103.291%20218.021%20103.262C217.005%20103.587%20216.51%20103.769%20215.901%20104.001C216.543%20103.826%20217.054%20103.682%20218.059%20103.349ZM218.756%20103.04C218.767%20103.057%20219.447%20102.835%20219.438%20102.817C219.434%20102.798%20218.748%20103.022%20218.756%20103.04ZM144.542%20109.39C144.536%20109.371%20143.835%20109.477%20143.841%20109.496C143.845%20109.515%20144.547%20109.409%20144.542%20109.39ZM150.799%20173.65C151.077%20173.979%20151.434%20174.267%20151.779%20174.487C151.901%20174.553%20152.031%20174.617%20152.16%20174.675C151.776%20174.466%20151.445%20174.243%20151.116%20173.937C151.006%20173.847%20150.903%20173.756%20150.799%20173.65ZM149.709%20108.469C150.612%20108.396%20149.424%20108.635%20151.237%20108.398C151.242%20108.36%20151.243%20108.322%20151.248%20108.284C150.733%20108.346%20150.221%20108.407%20149.709%20108.469ZM154.874%20107.632C154.15%20107.756%20153.425%20107.88%20152.699%20108.005C152.953%20108.014%20153.214%20108.022%20153.468%20108.032C154.452%20107.895%20155.44%20107.758%20156.432%20107.621C155.682%20107.696%20154.922%20107.772%20154.177%20107.847C153.989%20107.8%20155.294%20107.645%20156.382%20107.47C156.281%20107.399%20157.563%20107.157%20158.556%20106.941C158.554%20106.941%20158.553%20106.941%20158.551%20106.942C157.317%20107.109%20156.075%20107.279%20154.832%20107.448C154.845%20107.51%20154.861%20107.57%20154.874%20107.632ZM79.5176%20152.304C80.3199%20151.901%2080.6555%20151.797%2080.8348%20151.739C80.8798%20151.724%2080.9075%20151.718%2080.9242%20151.717C80.9601%20151.715%2080.9443%20151.737%2080.9424%20151.754C80.9417%20151.759%2080.9426%20151.764%2080.9478%20151.768C80.2636%20152.105%2079.6043%20152.434%2078.9278%20152.776C79.1211%20152.62%2079.3208%20152.461%2079.5176%20152.304ZM125.509%20133.92C125.705%20133.821%20125.127%20133.912%20124.7%20134.048C123.584%20134.405%20123.138%20134.611%20123.288%20134.472C121.462%20135.09%20119.813%20135.842%20119.838%20135.901C120.181%20135.756%20120.527%20135.61%20120.876%20135.463C122.41%20134.947%20123.96%20134.434%20125.509%20133.92ZM230.651%2097.3932C230.654%2097.3727%20229.942%2097.4415%20229.943%2097.4616C229.953%2097.4799%20230.659%2097.4117%20230.651%2097.3932ZM126.854%20133.285C126.847%20133.265%20126.833%20133.248%20126.827%20133.228C126.592%20133.31%20126.357%20133.392%20126.124%20133.474C126.131%20133.493%20126.145%20133.511%20126.152%20133.531C126.384%20133.449%20126.619%20133.367%20126.854%20133.285ZM77.4441%20159.286C77.704%20159.298%2077.9785%20159.306%2078.2333%20159.315C79.2336%20159.238%2080.2421%20159.137%2081.2275%20159.025C81.3113%20158.893%2079.9406%20159.081%2077.4441%20159.286ZM82.6315%20158.494C82.6938%20158.515%2082.2661%20158.61%2082.2631%20158.637C82.2599%20158.671%2081.9209%20158.799%2082.0088%20158.805C82.0096%20158.805%2082.0104%20158.805%2082.0111%20158.805C82.3256%20158.825%2083.0172%20158.731%2082.7187%20158.83C83.4651%20158.715%2084.2037%20158.598%2084.9447%20158.473C84.6982%20158.475%2084.4372%20158.478%2084.1832%20158.479C84.9218%20158.337%2085.6571%20158.19%2086.3722%20158.041C85.8854%20158.121%2085.3785%20158.202%2084.8895%20158.278C84.1343%20158.356%2083.3874%20158.428%2082.6315%20158.494ZM121.566%20112.825C121.569%20112.846%20121.579%20112.865%20121.582%20112.886C121.829%20112.848%20122.077%20112.809%20122.324%20112.771C122.317%20112.751%20122.314%20112.73%20122.307%20112.71C122.06%20112.748%20121.813%20112.787%20121.566%20112.825ZM131.96%20111.288C131.465%20111.363%20130.97%20111.439%20130.476%20111.515C130.471%20111.505%20130.471%20111.495%20130.469%20111.484C130.963%20111.409%20131.457%20111.333%20131.951%20111.257C131.955%20111.267%20131.958%20111.277%20131.96%20111.288ZM99.7251%20155.725C100.224%20155.619%20100.699%20155.516%20101.19%20155.409C100.815%20155.469%20100.449%20155.527%20100.075%20155.586C99.9522%20155.613%2099.8296%20155.639%2099.7075%20155.665C99.7119%20155.685%2099.7174%20155.706%2099.7251%20155.725ZM164.442%20151.893C164.426%20151.879%20164.409%20151.867%20164.391%20151.856C164.22%20152.038%20164.046%20152.222%20163.876%20152.404C163.892%20152.418%20163.909%20152.43%20163.927%20152.442C164.097%20152.26%20164.27%20152.076%20164.442%20151.893ZM156.858%20160.237C156.831%20160.368%20157.141%20160.015%20158.175%20158.816C159.09%20157.757%20159.849%20156.857%20159.79%20156.824C158.567%20158.167%20158.147%20158.652%20158.353%20158.543C157.857%20159.097%20157.348%20159.672%20156.858%20160.237ZM133.457%20111.043C133.451%20111.024%20134.15%20110.917%20134.157%20110.936C134.164%20110.954%20133.462%20111.062%20133.457%20111.043ZM191.282%20102.502C191.166%20102.527%20191.255%20102.534%20190.926%20102.579C190.597%20102.625%20190.591%20102.611%20190.546%20102.607C190.792%20102.572%20191.037%20102.535%20191.282%20102.502ZM157.448%20123.09C157.862%20122.852%20155.031%20123.809%20154.022%20124.122C153.007%20124.436%20153.18%20124.357%20152.397%20124.596C152.943%20124.469%20153.409%20124.37%20153.924%20124.254C155.085%20123.87%20156.312%20123.465%20157.448%20123.09ZM36.0981%20126.808C34.6745%20127.117%2033.0213%20127.402%2031.3233%20127.719C32.6344%20127.538%2033.5729%20127.46%2035.0374%20127.239C35.7227%20127.136%2035.7426%20127.107%2036.1898%20127.014C36.3013%20127.014%2036.4357%20127.011%2036.5544%20127.01C37.0506%20126.903%2037.5256%20126.8%2038.0118%20126.695C37.7419%20126.681%2037.472%20126.667%2037.2034%20126.653C36.8432%20126.703%2036.4642%20126.757%2036.0981%20126.808ZM199.514%20109.299C199.521%20109.318%20200.199%20109.099%20200.191%20109.081C200.185%20109.062%20199.505%20109.281%20199.514%20109.299ZM134.017%20130.974C134.136%20130.817%20132.219%20131.448%20130.387%20132.024C130.334%20132.157%20131.933%20131.645%20134.017%20130.974ZM55.008%20123.691C55.0008%20123.672%2055.7029%20123.55%2055.7073%20123.569C55.7136%20123.588%2055.0123%20123.71%2055.008%20123.691ZM87.8895%20157.979C87.8809%20157.961%2087.183%20158.078%2087.1911%20158.097C87.1924%20158.117%2087.8921%20157.999%2087.8895%20157.979ZM173.981%20117.974C174.023%20117.894%20174.276%20117.773%20172.515%20118.352C173.093%20118.122%20173.669%20117.892%20174.246%20117.662C174.597%20117.558%20174.949%20117.453%20175.302%20117.347C175.535%20117.172%20177.37%20116.553%20178.818%20116.024C177.182%20116.476%20175.795%20116.967%20173.823%20117.631C174.074%20117.582%20174.323%20117.534%20174.576%20117.484C173.14%20117.944%20172.359%20118.222%20171.398%20118.581C170.799%20118.766%20170.197%20118.953%20169.598%20119.139C169.846%20119.08%20170.093%20119.021%20170.34%20118.963C169.394%20119.288%20168.452%20119.611%20167.508%20119.937C167.506%20119.937%20167.505%20119.938%20167.503%20119.938C168.742%20119.597%20170.107%20119.137%20171.783%20118.592C171.658%20118.707%20172.774%20118.339%20173.981%20117.974ZM137.893%20110.334C137.887%20110.316%20138.59%20110.208%20138.594%20110.228C138.6%20110.247%20137.898%20110.354%20137.893%20110.334ZM25.4537%20128.909C25.4575%20128.929%2025.467%20128.949%2025.4742%20128.969C26.2054%20128.821%2026.9431%20128.672%2027.6734%20128.525C27.627%20128.556%2027.764%20128.555%2028.0295%20128.522C28.7061%20128.439%2028.7872%20128.392%2029.5312%20128.253C30.2744%20128.114%2030.543%20128.097%2031.3924%20127.928C31.3801%20127.899%2031.3686%20127.869%2031.3595%20127.839C29.5959%20128.212%2028.6721%20128.363%2028.3835%20128.329C27.4058%20128.522%2026.433%20128.715%2025.4537%20128.909ZM24.7318%20129.156C24.7289%20129.137%2024.0318%20129.268%2024.0357%20129.287C24.0405%20129.306%2024.739%20129.175%2024.7318%20129.156ZM132.477%20147.64C132.472%20147.621%20131.784%20147.801%20131.791%20147.82C131.796%20147.839%20132.484%20147.658%20132.477%20147.64ZM228.402%2097.4483C228.739%2097.4337%20229%2097.4705%20229.532%2097.4229C230.63%2097.3248%20231.253%2097.2611%20232.144%2097.2156C232.005%2097.1947%20231.876%2097.1746%20231.738%2097.1547C230.603%2097.2405%20229.511%2097.3393%20228.402%2097.4483ZM166.648%20139.056C166.65%20139.066%20166.652%20139.076%20166.654%20139.086C167.155%20138.979%20167.645%20138.876%20168.122%20138.779C168.12%20138.768%20168.118%20138.758%20168.115%20138.748C167.638%20138.846%20167.148%20138.949%20166.648%20139.056ZM76.3314%20119.751C76.3881%20119.784%2076.5029%20119.806%2075.6205%20119.98C74.9266%20120.117%2075.1714%20120.046%2074.4646%20120.166C73.9785%20120.249%2073.3651%20120.383%2072.6868%20120.487C73.0456%20120.48%2073.445%20120.465%2073.8233%20120.455C73.6887%20120.435%2073.5545%20120.416%2073.4203%20120.396C75.1399%20120.113%2076.8713%20119.829%2078.5978%20119.548C77.8468%20119.647%2077.1017%20119.744%2076.3624%20119.841C76.3601%20119.841%2076.3579%20119.841%2076.3557%20119.842C77.3309%20119.679%2078.3165%20119.516%2079.3124%20119.351C78.3081%20119.486%2077.3115%20119.619%2076.3314%20119.751ZM97.3786%20144.342C97.3906%20144.358%2098.0417%20144.092%2098.0332%20144.074C98.0254%20144.056%2097.3731%20144.323%2097.3786%20144.342ZM28.2686%20127.938C26.5729%20128.262%2027.2493%20128.213%2026.7203%20128.347C26.1802%20128.483%2024.983%20128.677%2024.6448%20128.791C25.1132%20128.738%2025.6422%20128.678%2026.1383%20128.621C24.9051%20128.831%2023.6702%20129.042%2022.4367%20129.254C22.6906%20129.238%2022.9489%20129.221%2023.2037%20129.205C22.4667%20129.344%2021.7333%20129.482%2020.993%20129.623C21.0166%20129.692%2021.0415%20129.762%2021.0652%20129.831C21.8054%20129.691%2022.5366%20129.553%2023.2734%20129.414C23.261%20129.385%2023.2496%20129.356%2023.2337%20129.327C22.7451%20129.419%2022.2594%20129.51%2021.7712%20129.602C21.7705%20129.602%2021.7698%20129.603%2021.769%20129.603C21.7662%20129.588%2021.7621%20129.573%2021.7559%20129.558C22.4716%20129.406%2023.1868%20129.254%2023.9072%20129.102C23.9238%20129.079%2023.9384%20129.055%2023.9549%20129.032C24.56%20128.929%2025.1569%20128.827%2025.7599%20128.724C27.0163%20128.444%2027.2003%20128.369%2026.1815%20128.502C27.4091%20128.216%2028.4632%20127.984%2028.2686%20127.938ZM147.48%20108.852C147.474%20108.833%20146.772%20108.938%20146.778%20108.957C146.782%20108.977%20147.485%20108.871%20147.48%20108.852ZM209.504%20106.139C209.378%20106.174%20209.265%20106.205%20209.143%20106.239C208.798%20106.367%20208.449%20106.496%20208.099%20106.626C208.221%20106.592%20208.34%20106.559%20208.461%20106.525C208.811%20106.396%20209.154%20106.268%20209.504%20106.139ZM131.705%20147.682C129.493%20148.203%20127.189%20148.783%20125.187%20149.381C125.684%20149.301%20126.191%20149.217%20126.687%20149.137C126.92%20149.055%20127.157%20148.971%20127.39%20148.889C128.611%20148.593%20129.822%20148.298%20131.042%20148C131.018%20147.963%20131.035%20147.916%20130.981%20147.886C131.463%20147.772%20131.157%20147.841%20131.827%20147.683C132.496%20147.526%20132.385%20147.521%20131.705%20147.682ZM157.624%20160.35C158.434%20159.447%20158.432%20159.382%20158.576%20159.167C158.762%20158.895%20158.756%20158.842%20159.236%20158.257C158.71%20158.807%20158.198%20159.348%20157.681%20159.904C159.073%20158.294%20160.003%20157.344%20160.276%20157.171C160.429%20156.972%20160.583%20156.771%20160.735%20156.574C161.411%20155.848%20162.096%20155.122%20162.781%20154.4C162.77%20154.381%20162.758%20154.365%20162.749%20154.343C163.6%20153.444%20164.452%20152.553%20165.308%20151.66C165.337%20151.658%20165.365%20151.658%20165.396%20151.654C165.901%20151.119%20166.418%20150.571%20166.92%20150.038C167.06%20149.815%20167.202%20149.589%20167.342%20149.364C167.663%20149.022%20167.975%20148.689%20168.3%20148.341C168.267%20148.357%20168.241%20148.368%20168.26%20148.329C167.928%20148.694%20167.63%20149.023%20167.292%20149.392C167.028%20149.714%20166.335%20150.382%20166.272%20150.431C166.059%20150.597%20166.259%20150.34%20166.159%20150.391C166.499%20150.022%20166.833%20149.66%20167.172%20149.292C166.639%20149.828%20166.106%20150.362%20165.584%20150.886C165.901%20150.499%20166.737%20149.599%20166.491%20149.784C166.349%20149.891%20165.625%20150.622%20165.223%20151.111C164.716%20151.729%20164.434%20152.122%20164.615%20152.028C163.468%20153.271%20162.615%20154.139%20161.522%20155.3C161.522%20155.3%20161.522%20155.3%20161.522%20155.3C161.519%20155.302%20161.517%20155.304%20161.515%20155.306C161.43%20155.371%20161.221%20155.58%20161.019%20155.778C161.319%20155.412%20161.625%20155.042%20161.926%20154.678C159.98%20156.786%20159.157%20157.824%20159.043%20158.122C158.567%20158.642%20158.308%20158.896%20157.788%20159.496C157.26%20160.189%20156.729%20160.898%20156.219%20161.599C156.577%20161.251%20156.944%20160.898%20157.313%20160.546C156.996%20160.933%20156.672%20161.331%20156.374%20161.705C156.761%20161.268%20157.238%20160.781%20157.624%20160.35ZM149.608%20125.621C149.605%20125.611%20149.6%20125.601%20149.594%20125.593C148.647%20125.919%20147.713%20126.241%20146.762%20126.569C146.892%20126.548%20147.016%20126.529%20147.147%20126.507C147.977%20126.208%20148.783%20125.917%20149.608%20125.621ZM166.766%20105.93C167.265%20105.878%20167.761%20105.826%20168.263%20105.773C168.257%20105.753%20168.254%20105.733%20168.247%20105.712C167.748%20105.786%20167.259%20105.858%20166.766%20105.93ZM169.575%20138.424C169.577%20138.434%20169.579%20138.444%20169.581%20138.455C170.063%20138.361%20170.577%20138.264%20171.049%20138.179C171.048%20138.168%20171.046%20138.158%20171.044%20138.148C170.572%20138.233%20170.058%20138.33%20169.575%20138.424ZM184.573%20103.336C184.576%20103.356%20184.586%20103.376%20184.589%20103.397C184.838%20103.361%20185.086%20103.325%20185.334%20103.289C185.328%20103.269%20185.321%20103.249%20185.318%20103.228C185.071%20103.264%20184.822%20103.3%20184.573%20103.336ZM233.675%2098.0764C233.678%2098.0977%20234.357%2097.8236%20234.334%2097.8101C234.336%2097.7899%20233.662%2098.0617%20233.675%2098.0764ZM232.295%2098.6024C232.31%2098.6185%20232.944%2098.381%20232.949%2098.3573C232.926%2098.3455%20232.291%2098.5834%20232.295%2098.6024ZM99.6634%20155.547C99.6699%20155.578%2099.6844%20155.606%2099.6943%20155.636C99.9395%20155.584%20100.193%20155.529%20100.431%20155.478C100.421%20155.448%20100.41%20155.418%20100.4%20155.389C100.162%20155.44%2099.9085%20155.494%2099.6634%20155.547ZM163.977%20152.479C163.969%20152.472%20163.962%20152.465%20163.954%20152.458C163.612%20152.822%20163.27%20153.188%20162.928%20153.555C162.935%20153.562%20162.943%20153.569%20162.951%20153.576C163.293%20153.21%20163.635%20152.843%20163.977%20152.479ZM151.144%20168.233C151.083%20168.42%20151.445%20167.866%20151.985%20166.933C152.097%20166.742%20152.034%20166.69%20152.534%20165.947C152.847%20165.542%20153.172%20165.148%20153.496%20164.761C153.901%20164.161%20154.366%20163.495%20154.509%20163.252C154.588%20163.116%20154.356%20163.401%20154.285%20163.462C154.217%20163.585%20154.16%20163.693%20154.099%20163.808C153.777%20164.174%20153.425%20164.589%20153.11%20164.969C152.166%20166.266%20151.761%20166.942%20151.25%20167.912C151.135%20168.108%20151.026%20168.301%20150.923%20168.492C150.59%20169.116%20150.336%20169.7%20150.172%20170.366C150.148%20170.605%20150.129%20170.924%20150.148%20171.178C150.217%20170.183%20150.546%20169.383%20150.987%20168.525C151.038%20168.429%20151.09%20168.331%20151.144%20168.233ZM104.361%20141.586C104.366%20141.605%20105.034%20141.345%20105.025%20141.328C105.016%20141.31%20104.351%20141.569%20104.361%20141.586ZM144.512%20109.189C144.51%20109.189%20144.509%20109.189%20144.507%20109.189C144.672%20109.205%20144.103%20109.31%20143.793%20109.392C144.535%20109.28%20145.277%20109.168%20146.017%20109.056C146.151%20109.005%20145.498%20109.031%20144.512%20109.189ZM150.355%20172.838C150.347%20172.837%20150.087%20172.045%20150.095%20172.055C150.048%20172.055%20150.316%20172.864%20150.355%20172.838ZM160.504%20175.586C161.509%20175.723%20164.117%20175.614%20164.266%20175.412C163.018%20175.496%20161.76%20175.562%20160.504%20175.586ZM198.866%20109.722C202.897%20108.429%20201.207%20108.838%20198.102%20109.837C198.358%20109.798%20198.612%20109.76%20198.866%20109.722ZM171.57%20105.188C171.203%20105.238%20170.832%20105.289%20170.464%20105.339C171.397%20105.242%20172.021%20105.194%20173.454%20104.98C172.633%20105.056%20173.392%20104.937%20173.427%20104.89C172.812%20104.988%20172.185%20105.089%20171.57%20105.188ZM174.928%20104.733C174.93%20104.744%20174.93%20104.754%20174.935%20104.764C175.671%20104.657%20176.416%20104.548%20177.163%20104.439C177.161%20104.429%20177.159%20104.419%20177.154%20104.409C176.407%20104.518%20175.664%20104.626%20174.928%20104.733ZM116.329%20113.449C116.334%20113.48%20116.342%20113.511%20116.35%20113.541C115.86%20113.612%20115.368%20113.684%20114.873%20113.756C115.623%20113.654%20116.36%20113.555%20117.104%20113.455C117.09%20113.415%20117.082%20113.374%20117.069%20113.334C116.822%20113.372%20116.575%20113.411%20116.329%20113.449ZM168.08%20138.707C168.076%20138.688%20167.389%20138.83%20167.394%20138.85C167.4%20138.868%20168.089%20138.725%20168.08%20138.707ZM124.46%20112.157C124.517%20112.018%20122.936%20112.372%20121.95%20112.532C120.614%20112.749%20121.03%20112.644%20120.051%20112.859C119.8%20112.914%20119.04%20113.095%20119.325%20113.077C120.557%20112.897%20121.793%20112.715%20123.033%20112.535C122.772%20112.527%20122.511%20112.52%20122.254%20112.513C122.983%20112.395%20123.756%20112.269%20124.46%20112.157ZM113.497%20138.209C113.49%20138.189%20113.479%20138.171%20113.469%20138.153C113.235%20138.239%20113.003%20138.325%20112.772%20138.411C112.779%20138.43%20112.79%20138.448%20112.8%20138.467C113.031%20138.381%20113.263%20138.295%20113.497%20138.209ZM166.741%20120.072C166.734%20120.053%20166.721%20120.035%20166.715%20120.015C166.24%20120.171%20165.764%20120.326%20165.288%20120.482C165.653%20120.385%20166.018%20120.287%20166.385%20120.189C166.503%20120.15%20166.624%20120.111%20166.741%20120.072ZM163.893%20121.005C163.886%20120.985%20163.873%20120.967%20163.867%20120.948C163.401%20121.122%20162.936%20121.296%20162.467%20121.472C162.943%20121.316%20163.418%20121.161%20163.893%20121.005ZM18.3451%20129.965C17.6996%20130.074%2017.5074%20130.074%2016.8939%20130.244C16.28%20130.414%2016.7857%20130.374%2016.4668%20130.497C16.2309%20130.588%2014.9476%20130.876%2015.1626%20130.891C15.8752%20130.75%2016.6303%20130.6%2017.3593%20130.456C17.3346%20130.381%2017.3065%20130.307%2017.2819%20130.232C18.5043%20129.999%2019.7347%20129.765%2020.9666%20129.532C20.9651%20129.533%2020.9636%20129.533%2020.9621%20129.533C20.3702%20129.581%2019.6219%20129.751%2018.3451%20129.965ZM142.273%20109.575C142.27%20109.555%20141.566%20109.662%20141.571%20109.681C141.577%20109.7%20142.279%20109.594%20142.273%20109.575ZM101.552%20142.825C101.552%20142.825%20101.551%20142.825%20101.55%20142.826C100.743%20143.107%2099.9185%20143.399%2099.1236%20143.682C98.6657%20143.9%2098.1192%20144.117%2097.4128%20144.413C97.198%20144.557%2096.9874%20144.7%2096.7775%20144.843C98.5978%20144.037%2099.1134%20143.905%20100.965%20143.177C101.159%20143.06%20101.354%20142.943%20101.552%20142.825ZM155.182%20175.389C155.187%20175.374%20154.461%20175.243%20154.462%20175.259C154.457%20175.283%20155.189%20175.414%20155.182%20175.389ZM122.283%20150.195C122.279%20150.176%20121.591%20150.352%20121.596%20150.371C121.603%20150.39%20122.291%20150.213%20122.283%20150.195ZM39.0943%20126.418C39.3359%20126.364%2039.5842%20126.31%2039.8244%20126.257C40.1925%20126.195%2040.5596%20126.132%2040.9306%20126.069C40.0007%20126.198%2039.3768%20126.268%2037.9586%20126.53C38.3372%20126.492%2038.7163%20126.455%2039.0943%20126.418ZM73.6423%20155.693C72.7343%20156.344%2072.2375%20156.593%2071.5125%20157.508C71.4342%20157.652%2071.3564%20157.823%2071.3472%20158.054C71.5187%20157.256%2071.9281%20157.097%2072.2795%20156.764C72.6537%20156.465%2073.0872%20156.163%2073.7009%20155.766C73.681%20155.742%2073.6592%20155.719%2073.6423%20155.693ZM161.497%20140.087C161.502%20140.108%20161.51%20140.127%20161.519%20140.147C161.765%20140.089%20162.011%20140.032%20162.254%20139.975C162.249%20139.955%20162.241%20139.935%20162.233%20139.916C161.99%20139.972%20161.744%20140.03%20161.497%20140.087ZM235.727%2097.2455C235.721%2097.2599%20235.9%2097.1729%20236.035%2097.0923C236.158%2097.021%20236.298%2096.9135%20236.284%2096.9101C236.284%2096.8995%20236.141%2096.9973%20236.017%2097.0684C235.883%2097.1486%20235.71%2097.2431%20235.727%2097.2455ZM87.8548%20157.858C87.848%20157.839%2087.1488%20157.957%2087.1572%20157.976C87.1588%20157.996%2087.8597%20157.877%2087.8548%20157.858ZM233.706%2098.1315C233.716%2098.1502%20234.387%2097.879%20234.366%2097.8646C234.371%2097.8432%20233.694%2098.1165%20233.706%2098.1315ZM164.052%20152.537C163.693%20152.889%20163.336%20153.24%20162.977%20153.594C162.992%20153.608%20163.009%20153.62%20163.027%20153.632C163.369%20153.266%20163.71%20152.9%20164.052%20152.537ZM199.39%20101.215C199.387%20101.196%20198.672%20101.296%20198.684%20101.314C198.684%20101.334%20199.395%20101.234%20199.39%20101.215ZM211.094%20105.854C211.986%20105.517%20212.928%20105.162%20213.824%20104.823C212.096%20105.369%20212.662%20105.24%20211.73%20105.584C211.35%20105.724%20210.784%20105.904%20210.322%20106.056C209.854%20106.25%20210.921%20105.94%20210.863%20105.994C210.741%20106.104%20209.444%20106.57%20211.821%20105.8C211.563%20105.823%20211.342%20105.835%20211.094%20105.854ZM167.951%20181.009C167.966%20181.02%20167.579%20181.616%20167.563%20181.606C167.545%20181.595%20167.934%20180.998%20167.951%20181.009ZM91.9872%20146.971C91.5203%20147.156%2091.0445%20147.347%2090.5765%20147.535C90.5577%20147.492%2090.5389%20147.45%2090.5201%20147.407C91.3613%20147.058%2092.2046%20146.714%2093.0346%20146.379C94.0547%20145.949%2095.0426%20145.54%2096.067%20145.12C95.1873%20145.453%2095.7325%20145.165%2094.2815%20145.785C93.176%20146.26%2092.3996%20146.611%2091.2447%20147.088C91.2176%20147.078%2091.2016%20147.062%2091.1775%20147.051C89.485%20147.783%2089.7482%20147.715%2089.848%20147.738C89.6021%20147.813%2089.3589%20147.887%2089.1187%20147.96C88.1938%20148.374%2087.3003%20148.78%2086.3815%20149.205C86.7631%20149.102%2087.1036%20148.989%2086.4677%20149.353C86.8143%20149.21%2087.171%20149.064%2087.5179%20148.923C87.7318%20148.803%2087.9545%20148.679%2088.1725%20148.557C88.5282%20148.431%2088.9005%20148.297%2089.2637%20148.169C90.1621%20147.767%2091.0874%20147.361%2091.9872%20146.971ZM206.822%20100.186C206.816%20100.167%20206.107%20100.264%20206.113%20100.283C206.118%20100.302%20206.829%20100.205%20206.822%20100.186ZM172.615%20175.929C173.055%20175.418%20173.25%20175.178%20173.49%20174.849L173.459%20174.905C173.448%20174.865%20173.507%20175.03%20173.482%20174.978C173.444%20174.949%20173.318%20174.907%20173.171%20174.883C173.166%20174.914%20173.167%20174.946%20173.165%20174.977C173.269%20174.992%20173.396%20175.027%20173.426%20175.044C173.453%20175.057%20173.428%20175.051%20173.403%20174.998C173.373%20174.94%20173.392%20174.865%20173.392%20174.876L173.429%20174.808C173.179%20175.183%20172.88%20175.542%20172.564%20175.891C172.58%20175.906%20172.597%20175.917%20172.615%20175.929ZM137.575%20129.795C137.568%20129.775%20137.555%20129.757%20137.548%20129.737C136.843%20129.97%20135.233%20130.547%20135.446%20130.519C136.161%20130.275%20136.868%20130.035%20137.575%20129.795ZM151.298%20142.563C151.303%20142.584%20151.311%20142.603%20151.32%20142.622C151.564%20142.56%20151.808%20142.498%20152.051%20142.437C152.045%20142.417%20152.037%20142.397%20152.029%20142.378C151.786%20142.439%20151.542%20142.501%20151.298%20142.563ZM189.58%20112.704C189.218%20112.805%20188.856%20112.905%20188.492%20113.007C188.376%20113.05%20188.259%20113.093%20188.14%20113.137C188.141%20113.136%20188.143%20113.136%20188.144%20113.135C188.508%20113.034%20188.872%20112.933%20189.234%20112.832C189.349%20112.79%20189.465%20112.747%20189.58%20112.704ZM124.856%20134.284C126.464%20133.72%20126.676%20133.612%20126.939%20133.453C127.369%20133.305%20127.974%20133.111%20128.486%20132.936C128.708%20132.861%20128.911%20132.789%20129.071%20132.728C128.873%20132.789%20128.675%20132.85%20128.477%20132.911C127.951%20133.074%20127.429%20133.236%20126.912%20133.397C126.897%20133.424%20126.99%20133.414%20126.939%20133.453C125.53%20133.95%20124.784%20134.239%20124.856%20134.284ZM183.145%20114.737C183.403%20114.702%20183.659%20114.668%20183.913%20114.635C184.622%20114.411%20185.351%20114.181%20186.064%20113.956C185.09%20114.216%20184.112%20114.478%20183.145%20114.737ZM181.028%20115.488C180.544%20115.623%20180.06%20115.758%20179.578%20115.893C179.584%20115.912%20179.594%20115.931%20179.604%20115.95C180.079%20115.796%20180.554%20115.642%20181.028%20115.488ZM121.33%20135.516C120.182%20135.896%20121.055%20135.54%20120.448%20135.718C120.19%20135.794%20119.002%20136.241%20118.805%20136.272C118.641%20136.338%20118.565%20136.37%20118.437%20136.422C119.299%20136.161%20120.11%20135.919%20120.971%20135.661C121.093%20135.612%20121.192%20135.571%20121.33%20135.516ZM233.705%2098.1822C233.707%2098.1816%20233.708%2098.1811%20233.709%2098.1806C233.152%2098.3893%20232.55%2098.6041%20231.957%2098.81C231.841%2098.8579%20231.713%2098.91%20231.607%2098.9541C232.33%2098.7088%20233.043%2098.4598%20233.721%2098.2096C233.717%2098.1999%20233.712%2098.1907%20233.705%2098.1822ZM230.922%2099.2163C229.033%2099.8764%20227.139%20100.503%20225.241%20101.124C225.486%20101.081%20225.733%20101.038%20225.972%20100.996C227.259%20100.583%20227.651%20100.434%20228.231%20100.297C228.501%20100.233%20228.674%20100.234%20229.605%2099.9104C230.064%2099.6742%20230.455%2099.4596%20230.922%2099.2163ZM108.611%20140.054C108.625%20140.069%20109.281%20139.821%20109.271%20139.804C109.266%20139.785%20108.604%20140.035%20108.611%20140.054ZM220.355%20102.93C222.186%20102.293%20223.839%20101.711%20223.844%20101.603C222.499%20102.005%20223.752%20101.65%20222.937%20101.951C222.139%20102.246%20219.859%20103.002%20220.355%20102.93ZM12.1758%20131.367C11.1969%20131.565%2010.2257%20131.763%209.24353%20131.962C9.23624%20131.942%209.22443%20131.923%209.22049%20131.903C10.2029%20131.703%2011.1725%20131.506%2012.155%20131.307C12.1623%20131.327%2012.1719%20131.347%2012.1758%20131.367ZM155.062%20162.613C155.075%20162.626%20155.524%20162.075%20155.508%20162.064C155.491%20162.053%20155.043%20162.604%20155.062%20162.613ZM152.635%20107.951C152.633%20107.932%20151.929%20108.037%20151.934%20108.056C151.94%20108.075%20152.641%20107.97%20152.635%20107.951ZM103.003%20115.545C103.005%20115.556%20103.006%20115.566%20103.011%20115.576C103.501%20115.498%20103.993%20115.42%20104.486%20115.342C104.484%20115.332%20104.482%20115.321%20104.477%20115.312C103.984%20115.39%20103.493%20115.468%20103.003%20115.545ZM46.0626%20125.035C46.0663%20125.055%2046.0778%20125.074%2046.0849%20125.094C46.5752%20125.007%2047.0681%20124.919%2047.5637%20124.83C47.1864%20124.876%2046.8045%20124.923%2046.4303%20124.969C46.3089%20124.991%2046.1836%20125.013%2046.0626%20125.035ZM74.3976%20159.298C74.1663%20159.294%2073.9056%20159.283%2073.6775%20159.267C73.6626%20159.265%2073.6479%20159.264%2073.6332%20159.263C73.6311%20159.242%2073.6289%20159.221%2073.6305%20159.201C73.6475%20159.202%2073.6646%20159.203%2073.6819%20159.204C73.9064%20159.22%2074.1642%20159.231%2074.392%20159.236C74.395%20159.256%2074.3981%20159.277%2074.3976%20159.298ZM229.121%2097.2778C229.122%2097.2777%20229.124%2097.2775%20229.125%2097.2774C229.127%2097.2981%20229.136%2097.3181%20229.138%2097.3388C229.596%2097.2704%20230.135%2097.1957%20230.611%2097.13C230.129%2097.1753%20229.585%2097.2297%20229.121%2097.2778ZM157.833%20140.949C157.826%20140.93%20157.132%20141.1%20157.143%20141.118C157.145%20141.137%20157.84%20140.967%20157.833%20140.949ZM78.1626%20159.055C78.1641%20159.055%2078.1656%20159.055%2078.1671%20159.055C78.4158%20159.06%2078.6931%20159.06%2078.9326%20159.062C79.4256%20158.993%2079.9159%20158.919%2080.4168%20158.84C79.7829%20158.903%2079.1626%20158.959%2078.5358%20159.006C78.4111%20159.023%2078.2872%20159.039%2078.1626%20159.055ZM125.929%20111.866C125.69%20111.929%20125.451%20111.993%20125.212%20112.056C125.954%20111.957%20126.701%20111.858%20127.445%20111.759C127.447%20111.759%20127.448%20111.759%20127.45%20111.758C127.19%20111.756%20126.931%20111.754%20126.671%20111.752C126.424%20111.79%20126.176%20111.828%20125.929%20111.866ZM115.648%20137.469C115.654%20137.487%20116.324%20137.242%20116.316%20137.224C116.309%20137.206%20115.637%20137.451%20115.648%20137.469ZM135.227%20110.566C135.673%20110.47%20134.185%20110.643%20135.213%20110.476C136.433%20110.277%20137.445%20110.143%20138.545%20109.998C137.807%20109.968%20135.048%20110.488%20132.591%20110.811C133.469%20110.729%20134.352%20110.648%20135.227%20110.566ZM139.298%20109.899C139.673%20109.858%20140.049%20109.817%20140.424%20109.776C140.544%20109.752%20140.665%20109.729%20140.789%20109.705C140.414%20109.746%20140.036%20109.787%20139.661%20109.828C139.54%20109.852%20139.419%20109.876%20139.298%20109.899ZM204.576%20100.353C204.581%20100.384%20204.592%20100.414%20204.603%20100.444C205.097%20100.376%20205.57%20100.311%20206.083%20100.24C206.075%20100.21%20206.068%20100.179%20206.057%20100.149C205.543%20100.22%20205.071%20100.284%20204.576%20100.353ZM206.832%20100.137C207.583%20100.034%20208.3%2099.9367%20209.051%2099.8346C209.049%2099.8348%20209.048%2099.835%20209.046%2099.8352C209.046%2099.8301%20209.045%2099.825%20209.044%2099.8198C208.651%2099.8574%20208.303%2099.8892%20207.928%2099.9246C207.565%2099.9951%20207.201%20100.066%20206.832%20100.137ZM93.3628%20117.056C93.3644%20117.066%2093.365%20117.076%2093.37%20117.086C93.8643%20117.006%2094.3664%20116.926%2094.8601%20116.846C94.8584%20116.836%2094.8556%20116.826%2094.8506%20116.816C94.3573%20116.895%2093.8566%20116.976%2093.3628%20117.056ZM27.6018%20128.316C27.5344%20128.39%2028.5547%20128.225%2029.4852%20128.092C30.7263%20127.816%2030.6295%20127.786%2030.536%20127.738C29.5587%20127.93%2028.5779%20128.123%2027.6018%20128.316ZM210.523%2099.6196C210.518%2099.6004%20209.815%2099.6955%20209.819%2099.7148C209.823%2099.7341%20210.529%2099.6386%20210.523%2099.6196ZM41.6694%20125.786C40.7018%20125.901%2040.6649%20125.835%2038.6617%20126.291C39.5431%20126.167%2040.4068%20126.048%2041.2828%20125.926C41.8957%20125.8%2042.5034%20125.673%2043.1055%20125.55C42.9712%20125.53%2042.1876%20125.725%2041.6694%20125.786ZM106.687%20114.915C106.31%20114.958%20105.934%20115.002%20105.559%20115.045C105.437%20115.064%20105.311%20115.084%20105.189%20115.104C105.197%20115.134%20105.209%20115.164%20105.217%20115.194C105.704%20115.101%20106.194%20115.008%20106.687%20114.915ZM224.262%2097.7639C224.148%2097.809%20224.033%2097.8544%20223.915%2097.9002C224.635%2097.8025%20225.43%2097.698%20226.131%2097.6066C225.883%2097.5932%20225.631%2097.5807%20225.374%2097.569C225.011%2097.6326%20224.639%2097.6977%20224.262%2097.7639ZM169.313%20105.366C168.561%20105.505%20168.074%20105.598%20168.22%20105.622C168.717%20105.548%20169.214%20105.475%20169.708%20105.403C169.701%20105.372%20169.689%20105.342%20169.681%20105.312C169.56%20105.33%20169.435%20105.348%20169.313%20105.366ZM171.174%20105.125C171.177%20105.145%20171.186%20105.165%20171.189%20105.185C171.436%20105.149%20171.681%20105.113%20171.928%20105.077C171.925%20105.057%20171.915%20105.037%20171.912%20105.016C171.665%20105.052%20171.42%20105.088%20171.174%20105.125ZM61.1525%20122.29C60.2983%20122.427%2059.4536%20122.562%2058.5896%20122.702C58.5795%20122.724%2058.568%20122.747%2058.5546%20122.77C58.0761%20122.864%2057.5969%20122.958%2057.1236%20123.052C58.3346%20122.841%2059.5836%20122.625%2060.7909%20122.417C61.2953%20122.351%2061.8028%20122.284%2062.3128%20122.218C62.0508%20122.221%2061.7888%20122.223%2061.5282%20122.226C62.2638%20122.084%2063.0062%20121.94%2063.7344%20121.799C63.2393%20121.868%2062.7535%20121.936%2062.2485%20122.007C61.8798%20122.102%2061.5181%20122.196%2061.1525%20122.29ZM236.375%2096.9575C236.379%2096.9612%20236.409%2096.9414%20236.439%2096.9164C236.486%2096.8806%20236.51%2096.8261%20236.494%2096.869C236.484%2096.8971%20236.503%2096.9706%20236.519%2096.9861C236.531%2097.0019%20236.532%2096.9999%20236.522%2096.9957C236.499%2096.9847%20236.46%2096.9749%20236.463%2096.9811C236.457%2096.9841%20236.495%2097.002%20236.511%2097.015C236.518%2097.0202%20236.513%2097.0215%20236.496%2097.0015C236.473%2096.9792%20236.453%2096.8935%20236.466%2096.8603C236.485%2096.8091%20236.464%2096.8645%20236.423%2096.9014C236.397%2096.9291%20236.372%2096.9541%20236.375%2096.9575ZM178.97%20116.321C179.68%20116.096%20180.392%20115.87%20181.098%20115.646C180.486%20115.795%20179.874%20115.945%20179.259%20116.095C179.272%20116.123%20179.286%20116.152%20179.299%20116.18C178.705%20116.373%20178.109%20116.567%20177.518%20116.758C177.739%20116.643%20177.957%20116.528%20178.174%20116.414C174.503%20117.66%20175.772%20117.399%20178.976%20116.384C178.976%20116.362%20178.973%20116.341%20178.97%20116.321ZM70.4259%20120.804C70.4276%20120.814%2070.4316%20120.824%2070.4333%20120.835C70.9241%20120.752%2071.4187%20120.668%2071.9148%20120.585C71.9131%20120.575%2071.9125%20120.564%2071.9074%20120.555C71.4112%20120.638%2070.9168%20120.721%2070.4259%20120.804ZM159.379%20157.839C159.38%20157.838%20159.381%20157.837%20159.382%20157.836C158.884%20158.386%20159.041%20158.157%20159.047%20158.116C160.082%20156.958%20160.467%20156.448%20161.515%20155.306C161.516%20155.306%20161.517%20155.306%20161.517%20155.305C161.519%20155.303%20161.52%20155.302%20161.522%20155.3C161.568%20155.333%20160.943%20156.042%20160.607%20156.482C160.961%20156.126%20161.315%20155.77%20161.672%20155.414C160.902%20156.218%20160.134%20157.029%20159.379%20157.839ZM105.835%20141.232C105.828%20141.213%20105.814%20141.196%20105.807%20141.176C105.353%20141.351%20104.867%20141.54%20104.405%20141.72C104.413%20141.739%20104.423%20141.757%20104.434%20141.775C104.896%20141.595%20105.382%20141.408%20105.835%20141.232ZM109.504%20153.192C109.154%20153.297%20108.782%20153.406%20108.425%20153.512C108.912%20153.397%20109.405%20153.281%20109.884%20153.166C109.879%20153.146%20109.871%20153.127%20109.863%20153.107C109.744%20153.135%20109.622%20153.164%20109.504%20153.192ZM141.525%20109.577C142.013%20109.488%20142.504%20109.397%20142.992%20109.308C142.617%20109.349%20142.241%20109.39%20141.865%20109.431C141.744%20109.449%20141.619%20109.468%20141.498%20109.486C141.506%20109.517%20141.517%20109.547%20141.525%20109.577ZM203.08%20100.607C203.078%20100.587%20202.362%20100.687%20202.367%20100.706C202.371%20100.725%20203.086%20100.626%20203.08%20100.607ZM148.991%20126.057C148.985%20126.037%20148.972%20126.019%20148.965%20126C148.728%20126.078%20148.491%20126.158%20148.255%20126.236C148.262%20126.256%20148.275%20126.274%20148.282%20126.293C148.518%20126.215%20148.755%20126.136%20148.991%20126.057ZM139.65%20129.223C140.36%20128.954%20138.744%20129.419%20138.414%20129.544C137.694%20129.817%20139.337%20129.341%20139.65%20129.223ZM106.651%20114.794C107.66%20114.675%20107.437%20114.758%20107.429%20114.813C107.92%20114.736%20108.413%20114.658%20108.907%20114.58C108.196%20114.638%20108.159%20114.584%20107.02%20114.72C106.9%20114.744%20106.776%20114.769%20106.651%20114.794ZM54.17%20123.568C54.1718%20123.578%2054.1725%20123.588%2054.1776%20123.598C54.6666%20123.512%2055.1589%20123.426%2055.6533%20123.34C55.6515%20123.329%2055.6486%20123.319%2055.6434%20123.31C55.1495%20123.396%2054.6584%20123.482%2054.17%20123.568ZM165.642%20150.96C165.655%20150.975%20165.171%20151.489%20165.156%20151.476C165.14%20151.464%20165.625%20150.949%20165.642%20150.96ZM166.07%20120.391C165.365%20120.638%20164.656%20120.886%20163.952%20121.134C164.435%20120.992%20164.916%20120.85%20165.397%20120.71C165.621%20120.603%20165.845%20120.497%20166.07%20120.391ZM175.641%20118.026C176.952%20117.603%20178.031%20117.308%20179.21%20116.883C178.247%20117.179%20177.297%20117.471%20176.335%20117.767C176.266%20117.752%20177.337%20117.387%20177.012%20117.449C177.486%20117.294%20177.961%20117.14%20178.435%20116.987C178.433%20116.982%20178.431%20116.977%20178.43%20116.972C177.951%20117.111%20177.469%20117.251%20176.986%20117.391C176.992%20117.411%20177.002%20117.43%20177.012%20117.449C176.774%20117.526%20176.535%20117.603%20176.298%20117.681C176.285%20117.652%20176.271%20117.624%20176.258%20117.595C175.544%20117.833%20174.838%20118.068%20174.127%20118.305C175.103%20117.944%20174.726%20118.019%20174.781%20117.944C175.369%20117.755%20175.9%20117.592%20176.181%20117.47C176.715%20117.238%20176.996%20117.091%20176.84%20117.077C175.112%20117.682%20174.984%20117.794%20174.781%20117.944C172.876%20118.556%20173.029%20118.444%20171.911%20118.765C169.549%20119.445%20168.674%20119.785%20168.351%20120.006C166.105%20120.66%20164.821%20121.081%20162.642%20121.875C162.912%20121.732%20161.599%20122.138%20161.254%20122.215C160.913%20122.291%20161.748%20122.007%20161.78%20121.974C161.837%20121.916%20161.162%20122.122%20161.18%20122.081C161.191%20122.059%20161.776%20121.863%20161.716%20121.867C161.567%20121.878%20160.369%20122.254%20159.638%20122.501C160.269%20122.356%20158.755%20122.912%20159.123%20122.847C159.718%20122.74%20161.182%20122.284%20160.512%20122.609C159.046%20123.049%20158.714%20123.236%20157.324%20123.665C157.325%20123.665%20157.326%20123.664%20157.328%20123.664C156.507%20123.96%20155.685%20124.256%20154.865%20124.552C155.342%20124.405%20155.819%20124.257%20156.297%20124.109C156.302%20124.093%20156.306%20124.076%20156.307%20124.06C157.718%20123.583%20159.125%20123.109%20160.534%20122.634C160.609%20122.675%20161.482%20122.426%20162.727%20122.045C162.724%20122.025%20162.721%20122.004%20162.721%20121.982C163.431%20121.749%20164.138%20121.516%20164.848%20121.284C164.615%20121.344%20164.369%20121.407%20164.147%20121.464C164.363%20121.366%20164.552%20121.327%20164.787%20121.254C165.83%20120.928%20166.078%20120.835%20166.951%20120.53C166.495%20120.734%20166.046%20120.936%20165.59%20121.14C166.414%20120.848%20167.234%20120.558%20168.057%20120.267C168.903%20120.024%20169.746%20119.781%20170.592%20119.538C170.793%20119.434%20170.991%20119.331%20171.191%20119.228C170.727%20119.352%20170.265%20119.475%20169.801%20119.599C170.994%20119.221%20172.186%20118.843%20173.38%20118.465C173.162%20118.58%20172.94%20118.696%20172.718%20118.813C173.673%20118.513%20174.627%20118.213%20175.576%20117.915C175.599%20117.952%20175.618%20117.989%20175.641%20118.026ZM154.687%20124.167C154.684%20124.157%20154.68%20124.147%20154.673%20124.138C154.2%20124.295%20153.727%20124.451%20153.251%20124.609C153.254%20124.619%20153.256%20124.629%20153.263%20124.638C153.74%20124.48%20154.214%20124.323%20154.687%20124.167ZM152.612%20107.86C152.606%20107.841%20151.905%20107.946%20151.911%20107.965C151.914%20107.984%20152.617%20107.879%20152.612%20107.86ZM96.3021%20116.52C96.3037%20116.53%2096.3099%20116.539%2096.3115%20116.55C96.804%20116.471%2097.2994%20116.391%2097.7956%20116.312C97.7939%20116.302%2097.7911%20116.291%2097.7861%20116.282C97.2899%20116.361%2096.7946%20116.441%2096.3021%20116.52ZM138.229%20145.872C138.221%20145.854%20138.908%20145.673%20138.915%20145.692C138.924%20145.71%20138.234%20145.891%20138.229%20145.872ZM138.354%20129.695C138.026%20129.769%20137.473%20129.938%20137.601%20129.852C137.136%20130.026%20136.679%20130.198%20136.209%20130.375C136.875%20130.182%20137.329%20130.049%20138.354%20129.695ZM74.0921%20120.093C74.0955%20120.113%2074.1069%20120.133%2074.1137%20120.153C74.5988%20120.051%2075.0865%20119.948%2075.5769%20119.845C75.0796%20119.928%2074.5841%20120.01%2074.0921%20120.093ZM167.241%20149.31C167.256%20149.323%20167.743%20148.805%20167.726%20148.795C167.711%20148.782%20167.225%20149.298%20167.241%20149.31ZM152.073%20166.978C152.128%20166.829%20151.435%20167.85%20151.067%20168.567C150.994%20168.706%20150.933%20168.832%20150.885%20168.937C150.904%20168.946%20150.924%20168.952%20150.944%20168.957C151.001%20168.839%20151.061%20168.719%20151.125%20168.598C151.402%20168.067%20151.743%20167.493%20152.073%20166.978ZM33.4817%20127.24C33.4761%20127.221%2032.7769%20127.35%2032.7842%20127.369C32.7876%20127.388%2033.4883%20127.259%2033.4817%20127.24ZM163.973%20152.941C163.06%20153.966%20162.943%20154.094%20162.166%20154.856C163.166%20153.738%20164.171%20152.629%20165.177%20151.523C165.391%20151.391%20164.72%20152.103%20163.973%20152.941ZM195.626%20101.554C195.617%20101.536%20194.919%20101.634%20194.925%20101.653C194.926%20101.673%20195.629%20101.574%20195.626%20101.554ZM199.705%20100.871C198.649%20101.055%20198.485%20101.112%20198.617%20101.15C198.857%20101.116%20199.114%20101.08%20199.364%20101.045C199.603%20100.975%20199.845%20100.904%20200.085%20100.834C199.958%20100.847%20199.833%20100.859%20199.705%20100.871ZM155.192%20162.701C155.207%20162.713%20155.653%20162.163%20155.638%20162.152C155.621%20162.141%20155.173%20162.692%20155.192%20162.701ZM147.39%20108.47C147.373%20108.494%20147.44%20108.505%20147.406%20108.531C146.913%20108.607%20146.417%20108.679%20145.923%20108.754C145.8%20108.833%20146.031%20108.807%20147.427%20108.591C147.444%20108.567%20147.377%20108.556%20147.411%20108.53C147.905%20108.454%20148.401%20108.382%20148.895%20108.307C149.018%20108.229%20148.785%20108.254%20147.39%20108.47ZM81.0807%20151.981C81.0761%20151.971%2081.0725%20151.962%2081.0649%20151.954C81.0585%20151.957%2081.052%20151.96%2081.0456%20151.963C80.5971%20152.185%2080.1588%20152.402%2079.7182%20152.623C79.7229%20152.633%2079.7286%20152.641%2079.7362%20152.649C80.1758%20152.429%2080.6121%20152.212%2081.0594%20151.991C81.0665%20151.988%2081.0736%20151.984%2081.0807%20151.981ZM200.388%20109.46C200.375%20109.432%20200.363%20109.403%20200.351%20109.374C199.875%20109.527%20199.394%20109.683%20198.915%20109.837C198.788%20109.911%20199.439%20109.776%20200.388%20109.46ZM219.416%2098.3042C219.417%2098.3145%20219.42%2098.3248%20219.425%2098.3347C219.885%2098.2756%20220.434%2098.2058%20220.921%2098.1444C220.92%2098.1341%20220.92%2098.1237%20220.915%2098.1138C220.428%2098.1753%20219.878%2098.2451%20219.416%2098.3042ZM73.8655%20155.817C73.8346%20155.834%2073.8059%20155.85%2073.7783%20155.866C73.8276%20155.833%2073.8805%20155.798%2073.9268%20155.768C73.9063%20155.785%2073.8879%20155.799%2073.8655%20155.817C73.8662%20155.816%2073.8668%20155.816%2073.8675%20155.815C74.2742%20155.592%2074.7126%20155.365%2075.1288%20155.159C74.4787%20155.534%2073.833%20155.924%2073.2174%20156.352C73.4257%20156.171%2073.6399%20155.995%2073.8655%20155.817ZM136.269%20130.502C136.011%20130.547%20135.753%20130.59%20135.499%20130.633C134.79%20130.875%20134.085%20131.116%20133.383%20131.357C133.521%20131.352%20134.738%20130.979%20134.058%20131.256C133.874%20131.331%20131.861%20131.995%20133.108%20131.617C134.141%20131.25%20135.207%20130.875%20136.269%20130.502ZM113.651%20113.55C112.988%20113.68%20114.107%20113.516%20113.931%20113.585C113.816%20113.63%20112.947%20113.811%20113.338%20113.789C115.319%20113.435%20115.247%20113.365%20113.651%20113.55ZM186.815%20113.762C186.821%20113.781%20187.495%20113.563%20187.487%20113.545C187.481%20113.526%20186.806%20113.744%20186.815%20113.762ZM233.813%2098.3747C233.806%2098.3553%20233.795%2098.337%20233.784%2098.3188C233.567%2098.4046%20233.337%2098.4938%20233.096%2098.5856C233.104%2098.6051%20233.114%2098.6232%20233.125%2098.6414C233.366%2098.5498%20233.596%2098.4607%20233.813%2098.3747ZM90.0518%20157.249C90.0434%20157.231%2090.7473%20157.103%2090.7536%20157.121C90.759%20157.141%2090.0545%20157.269%2090.0518%20157.249ZM103.099%20142.432C104.548%20141.868%20105.702%20141.363%20106.947%20140.939C107.061%20140.89%20107.178%20140.839%20107.291%20140.791C105.84%20141.273%20104.063%20141.961%20103.099%20142.432ZM225.55%20101.763C224.693%20102.033%20223.889%20102.285%20223.029%20102.553C222.433%20102.758%20221.866%20102.953%20221.265%20103.158C221.478%20103.072%20221.694%20102.985%20221.903%20102.9C221.561%20102.997%20221.214%20103.094%20220.861%20103.194C220.525%20103.314%20220.19%20103.434%20219.841%20103.558C219.955%20103.474%20219.287%20103.676%20218.799%20103.807C218.68%20103.838%20218.574%20103.865%20218.496%20103.881C218.416%20103.897%20218.668%20103.81%20218.785%20103.764C218.837%20103.744%20218.865%20103.732%20218.834%20103.738C218.818%20103.741%20218.799%20103.744%20218.78%20103.748C218.552%20103.796%20218.159%20103.91%20218.294%20103.831C218.451%20103.784%20218.607%20103.738%20218.762%20103.691C219.46%20103.482%20220.144%20103.276%20220.809%20103.076C221.549%20102.802%20222.243%20102.542%20222.962%20102.273C223.564%20102.086%20224.106%20101.918%20224.71%20101.728C224.283%20101.822%20225.203%20101.492%20225.177%20101.458C225.158%20101.422%20224.212%20101.71%20224.617%20101.529C224.121%20101.698%20223.685%20101.848%20223.196%20102.014C223.448%20101.959%20223.697%20101.904%20223.942%20101.851C222.209%20102.416%20221.123%20102.78%20220.052%20103.193C219.933%20103.231%20219.816%20103.27%20219.7%20103.308C219.75%20103.262%20219.328%20103.356%20218.709%20103.529C218.356%20103.626%20217.936%20103.751%20217.507%20103.89C217.809%20103.894%20216.702%20104.351%20217.627%20104.147C215.71%20104.77%20213.837%20105.378%20211.912%20106.001C211.909%20106.001%20211.907%20106.002%20211.905%20106.003C211.828%20106.116%20213.651%20105.531%20215.186%20105.039C216.174%20104.716%20216.936%20104.421%20217.989%20104.098C218.469%20103.951%20218.712%20103.885%20218.819%20103.866C218.922%20103.848%20218.902%20103.871%20218.834%20103.912C218.709%20103.988%20218.408%20104.124%20218.437%20104.146C216.769%20104.673%20214.159%20105.447%20214.167%20105.566C214.883%20105.341%20215.636%20105.103%20216.346%20104.88C216.344%20104.895%20216.34%20104.912%20216.338%20104.928C216.902%20104.722%20217.521%20104.499%20218.097%20104.29C218.363%20104.22%20218.626%20104.15%20218.888%20104.081C218.989%20104.054%20219.089%20104.027%20219.189%20104C219.254%20103.955%20219.087%20103.992%20218.877%20104.044C218.729%20104.08%20218.559%20104.123%20218.439%20104.146C218.582%20104.1%20218.724%20104.054%20218.865%20104.008C219.196%20103.901%20219.523%20103.793%20219.847%20103.687C219.85%20103.664%20219.848%20103.643%20219.852%20103.62C222.239%20102.849%20222.079%20103.009%20223.124%20102.746C223.951%20102.414%20224.726%20102.097%20225.55%20101.763ZM155.194%20175.138C155.2%20175.123%20154.484%20174.992%20154.485%20175.008C154.478%20175.031%20155.199%20175.162%20155.194%20175.138ZM210.481%2099.4674C210.476%2099.4483%20209.772%2099.5436%20209.777%2099.5628C209.783%2099.5818%20210.488%2099.4863%20210.481%2099.4674ZM42.6919%20125.481C42.3251%20125.542%2041.9531%20125.604%2041.5798%20125.666C41.9552%20125.614%2042.3331%20125.562%2042.7019%20125.511C43.0625%20125.43%2043.4256%20125.349%2043.7858%20125.269C43.4212%20125.339%2043.0569%20125.41%2042.6919%20125.481ZM226.442%2097.2878C226.048%2097.3486%20225.722%2097.4023%20225.347%2097.462C225.349%2097.4722%20225.357%2097.4817%20225.358%2097.4919C226.08%2097.4334%20226.873%2097.3688%20227.602%2097.3146C227.348%2097.2903%20227.088%2097.2669%20226.823%2097.2444C226.699%2097.2584%20226.569%2097.2732%20226.442%2097.2878ZM186.842%20113.868C185.406%20114.3%20183.962%20114.734%20182.524%20115.167C183.249%20114.955%20183.964%20114.745%20184.687%20114.533C184.214%20114.697%20183.748%20114.859%20183.276%20115.022C183.64%20114.926%20184.008%20114.829%20184.371%20114.734C185.196%20114.445%20186.025%20114.155%20186.842%20113.868ZM186.706%20102.682C186.711%20102.713%20186.722%20102.743%20186.733%20102.773C186.979%20102.737%20187.225%20102.702%20187.47%20102.667C187.463%20102.636%20187.455%20102.606%20187.444%20102.576C187.199%20102.611%20186.953%20102.646%20186.706%20102.682ZM79.9851%20119.076C80.2795%20119.012%2078.4175%20119.25%2077.7789%20119.388C77.4863%20119.451%2079.3505%20119.213%2079.9851%20119.076ZM196.357%20101.388C196.353%20101.369%20195.642%20101.469%20195.648%20101.488C195.653%20101.508%20196.364%20101.407%20196.357%20101.388ZM12.0927%20131.128C12.0966%20131.149%2012.1062%20131.168%2012.1134%20131.188C13.5919%20130.907%2014.3474%20130.728%2014.2922%20130.675C13.5555%20130.827%2012.8286%20130.977%2012.0927%20131.128ZM150.121%20125.912C151.674%20125.395%20152.343%20125.168%20153.819%20124.654C154.642%20124.367%20155.035%20124.243%20154.729%20124.284C153.565%20124.658%20152.343%20125.052%20151.168%20125.431C151.178%20125.461%20151.195%20125.488%20151.208%20125.517C150.26%20125.821%20149.291%20126.132%20148.355%20126.434C148.158%20126.575%20148.841%20126.337%20150.121%20125.912ZM167.266%20138.509C166.038%20138.788%20164.833%20139.075%20163.624%20139.371C163.614%20139.342%20163.602%20139.312%20163.592%20139.283C164.812%20139.016%20166.029%20138.758%20167.266%20138.509ZM143.66%20108.938C143.663%20108.958%20143.673%20108.978%20143.676%20108.999C144.157%20108.926%20144.634%20108.855%20145.114%20108.783C145.134%20108.801%20145.154%20108.818%20145.178%20108.835C145.424%20108.798%20145.672%20108.761%20145.919%20108.723C145.659%20108.72%20145.401%20108.717%20145.141%20108.714C144.647%20108.789%20144.154%20108.863%20143.66%20108.938ZM203.78%20100.321C203.774%20100.302%20203.068%20100.399%20203.073%20100.419C203.076%20100.438%20203.786%20100.34%20203.78%20100.321ZM91.0838%20117.202C91.0854%20117.212%2091.086%20117.223%2091.091%20117.233C92.0664%20117.064%2093.048%20116.895%2094.0409%20116.725C93.9106%20116.724%2093.7804%20116.724%2093.6503%20116.724C92.7871%20116.884%2091.9336%20117.043%2091.0838%20117.202ZM207.566%20107.274C207.315%20107.311%20207.051%20107.353%20206.804%20107.389C206.472%20107.54%20206.139%20107.692%20205.803%20107.844C205.941%20107.805%20206.08%20107.765%20206.221%20107.725C206.667%20107.575%20207.109%20107.427%20207.566%20107.274ZM97.7275%20116.149C97.7187%20116.13%2097.0183%20116.242%2097.0251%20116.261C97.0287%20116.281%2097.7337%20116.168%2097.7275%20116.149ZM105.133%20114.923C105.136%20114.943%20105.146%20114.963%20105.149%20114.984C105.151%20114.983%20105.152%20114.983%20105.154%20114.983C105.401%20114.944%20105.649%20114.905%20105.897%20114.865C105.894%20114.845%20105.882%20114.825%20105.876%20114.805C105.628%20114.844%20105.38%20114.884%20105.133%20114.923ZM157.713%20140.576C159.087%20140.227%20158.816%20140.316%20159.266%20140.242C159.927%20140.132%20160.801%20139.935%20160.685%20140.022C159.96%20140.189%20158.956%20140.453%20158.529%20140.52C157.984%20140.606%20157.658%20140.64%20157.713%20140.576ZM108.839%20114.338C108.842%20114.359%20108.85%20114.378%20108.853%20114.399C109.593%20114.282%20110.337%20114.165%20111.083%20114.048C111.082%20114.043%20111.081%20114.038%20111.08%20114.033C110.392%20114.109%20109.902%20114.165%20108.839%20114.338ZM129.213%20111.171C128.847%20111.248%20128.486%20111.325%20128.118%20111.402C128.614%20111.326%20129.107%20111.251%20129.601%20111.175C129.598%20111.154%20129.589%20111.134%20129.582%20111.114C129.46%20111.133%20129.335%20111.152%20129.213%20111.171ZM141.436%20109.354C141.433%20109.334%20140.729%20109.441%20140.735%20109.46C140.738%20109.479%20141.441%20109.373%20141.436%20109.354ZM151.69%20173.795C151.684%20173.803%20151.677%20173.812%20151.671%20173.82C152.076%20174.114%20152.541%20174.339%20153.021%20174.517C153.024%20174.508%20153.028%20174.498%20153.032%20174.488C152.554%20174.311%20152.091%20174.086%20151.69%20173.795ZM144.81%20127.652C144.806%20127.642%20144.802%20127.632%20144.795%20127.623C144.318%20127.783%20143.842%20127.943%20143.369%20128.102C143.372%20128.112%20143.377%20128.121%20143.383%20128.13C143.856%20127.971%20144.333%20127.812%20144.81%20127.652ZM165.163%20105.803C165.157%20105.784%20164.455%20105.888%20164.461%20105.907C164.464%20105.927%20165.168%20105.822%20165.163%20105.803ZM51.1405%20123.847C51.1441%20123.867%2051.1533%20123.887%2051.1603%20123.907C51.4047%20123.864%2051.6502%20123.82%2051.8959%20123.777C51.8889%20123.757%2051.8808%20123.737%2051.8738%20123.717C51.6287%20123.76%2051.3843%20123.804%2051.1405%20123.847ZM230.071%20100.013C230.924%2099.6892%20230.996%2099.5982%20231.765%2099.2966C233.001%2098.8156%20234.109%2098.4188%20233.842%2098.4302C232.704%2098.9027%20231.571%2099.3321%20230.397%2099.768C230.288%2099.8496%20230.187%2099.9297%20230.071%20100.013ZM133.273%20110.564C133.267%20110.545%20132.566%20110.653%20132.572%20110.672C132.576%20110.691%20133.278%20110.584%20133.273%20110.564ZM106.869%20153.57C106.506%20153.67%20106.146%20153.769%20105.788%20153.867C105.665%20153.89%20105.54%20153.913%20105.42%20153.935C105.775%20153.838%20106.134%20153.74%20106.494%20153.641C106.619%20153.617%20106.743%20153.594%20106.869%20153.57ZM198.553%20100.985C198.548%20100.966%20197.854%20101.063%20197.859%20101.083C197.862%20101.102%20198.559%20101.004%20198.553%20100.985ZM203.767%20100.212C203.77%20100.233%20203.78%20100.253%20203.783%20100.273C204.031%20100.239%20204.278%20100.205%20204.524%20100.171C204.521%20100.15%20204.515%20100.13%20204.508%20100.11C204.263%20100.144%20204.015%20100.178%20203.767%20100.212ZM97.7171%20116.039C97.7204%20116.06%2097.7305%20116.079%2097.7338%20116.1C98.2288%20116.021%2098.7303%20115.941%2099.2162%20115.863C98.8439%20115.901%2098.4662%20115.941%2098.0864%20115.98C97.9643%20116%2097.839%20116.02%2097.7171%20116.039ZM148.281%20142.996C147.925%20143.104%20147.566%20143.213%20147.208%20143.321C147.209%20143.321%20147.211%20143.321%20147.212%20143.32C146.97%20143.383%20146.724%20143.446%20146.485%20143.508C146.117%20143.582%20145.744%20143.657%20145.374%20143.731C146.339%20143.481%20147.31%20143.23%20148.277%20142.981C148.278%20142.986%20148.28%20142.991%20148.281%20142.996ZM45.9551%20124.784C45.9479%20124.765%2045.2539%20124.889%2045.2611%20124.908C45.2663%20124.927%2045.9613%20124.803%2045.9551%20124.784ZM235.274%2097.8809C235.261%2097.9127%20235.942%2097.5854%20235.906%2097.5755C235.919%2097.553%20235.242%2097.878%20235.274%2097.8809ZM81.4172%20118.654C81.2277%20118.728%2082.9346%20118.474%2083.6614%20118.349C83.5014%20118.334%2084.0601%20118.224%2084.3677%20118.138C83.4006%20118.307%2082.4006%20118.482%2081.4172%20118.654ZM111.254%20152.549C111.135%20152.578%20111.01%20152.608%20110.888%20152.637C110.514%20152.706%20110.138%20152.774%20109.769%20152.84C110.252%20152.725%20110.744%20152.608%20111.233%20152.49C111.241%20152.509%20111.249%20152.529%20111.254%20152.549ZM155.326%20162.809C155.172%20162.999%20155.014%20163.197%20154.856%20163.396C154.873%20163.409%20154.891%20163.419%20154.91%20163.43C155.067%20163.23%20155.225%20163.033%20155.379%20162.843C155.363%20162.83%20155.344%20162.819%20155.326%20162.809ZM23.8324%20128.816C23.8285%20128.797%2023.1284%20128.929%2023.1343%20128.948C23.1376%20128.967%2023.8381%20128.835%2023.8324%20128.816ZM145.99%20127.521C146.767%20127.262%20147.266%20127.064%20148.1%20126.781C149.069%20126.453%20150.276%20126.061%20151.299%20125.718C151.471%20125.579%20150.564%20125.892%20149.137%20126.371C149.367%20126.272%20149.597%20126.174%20149.831%20126.074C148.752%20126.412%20147.693%20126.741%20146.605%20127.085C146.089%20127.261%20145.791%20127.41%20145.583%20127.489C144.426%20127.923%20143.404%20128.278%20143.475%20128.331C143.474%20128.331%20143.473%20128.331%20143.472%20128.332C144.478%20127.987%20145.03%20127.841%20145.99%20127.521ZM218.499%2098.1706C218.293%2098.1897%20217.611%2098.3028%20217.255%2098.3764C217.032%2098.4236%20216.954%2098.4532%20217.253%2098.4253C217.255%2098.4251%20217.258%2098.4248%20217.261%2098.4245C217.651%2098.3845%20219.263%2098.0996%20218.499%2098.1706ZM136.006%20130.756C136.956%20130.444%20138.926%20129.788%20139.163%20129.653C137.723%20130.118%20136.309%20130.576%20134.873%20131.045C135.281%20130.93%20135.32%20130.981%20136.006%20130.756ZM192.59%20112.109C192.586%20112.099%20192.584%20112.089%20192.578%20112.08C192.104%20112.233%20191.627%20112.387%20191.15%20112.542C191.153%20112.551%20191.157%20112.561%20191.164%20112.57C191.641%20112.416%20192.116%20112.262%20192.59%20112.109ZM221.554%2097.768C221.307%2097.7686%20220.019%2097.9413%20219.358%2098.0284C219.661%2098.0261%20220.548%2097.9469%20221.223%2097.8852C222.206%2097.7956%20222.435%2097.7585%20223.105%2097.6371C223.103%2097.6373%20223.102%2097.6375%20223.1%2097.6377C222.096%2097.7329%20222.036%2097.764%20221.554%2097.768ZM145.866%20108.542C145.869%20108.562%20145.879%20108.582%20145.882%20108.602C146.128%20108.565%20146.377%20108.528%20146.625%20108.49C146.621%20108.47%20146.612%20108.45%20146.608%20108.43C146.361%20108.467%20146.112%20108.504%20145.866%20108.542ZM140.01%20129.696C140.361%20129.524%20140.834%20129.322%20141.162%20129.156C141.493%20128.988%20141.759%20128.817%20141.978%20128.687C142.101%20128.614%20140.717%20129.086%20140.624%20129.126C139.974%20129.405%20140.315%20129.332%20138.472%20129.952C138.485%20129.959%20138.479%20129.972%20138.489%20129.98C138.961%20129.82%20139.438%20129.659%20139.905%20129.501C139.942%20129.565%20139.97%20129.632%20140.01%20129.696ZM151.261%20125.582C151.27%20125.6%20151.94%20125.377%20151.932%20125.359C151.926%20125.341%20151.252%20125.564%20151.261%20125.582ZM168.356%20181.117C168.771%20180.492%20169.214%20179.884%20169.704%20179.317C169.711%20179.324%20169.719%20179.33%20169.727%20179.337C169.238%20179.904%20168.796%20180.51%20168.382%20181.134C168.374%20181.128%20168.365%20181.122%20168.356%20181.117ZM162.179%20106.102C162.182%20106.123%20162.19%20106.143%20162.193%20106.164C162.44%20106.127%20162.687%20106.09%20162.933%20106.054C162.93%20106.033%20162.923%20106.013%20162.917%20105.993C162.671%20106.03%20162.426%20106.066%20162.179%20106.102ZM144.645%20143.921C144.161%20144.047%20143.68%20144.172%20143.195%20144.298C143.192%20144.288%20143.19%20144.278%20143.187%20144.268C143.672%20144.141%20144.153%20144.016%20144.637%20143.89C144.64%20143.9%20144.642%20143.91%20144.645%20143.921ZM44.8394%20124.873C44.4726%20124.959%2044.1112%20125.046%2043.7473%20125.132C44.2379%20125.044%2044.7421%20124.953%2045.2283%20124.866C45.2246%20124.846%2045.213%20124.827%2045.206%20124.807C45.0852%20124.828%2044.9631%20124.85%2044.8394%20124.873ZM196.181%20111.015C196.175%20110.996%20196.165%20110.977%20196.155%20110.958C195.92%20111.034%20195.683%20111.111%20195.446%20111.187C195.452%20111.207%20195.465%20111.225%20195.472%20111.244C195.708%20111.168%20195.945%20111.091%20196.181%20111.015ZM168.092%20105.166C167.857%20105.243%20167.614%20105.321%20167.383%20105.397C167.627%20105.361%20167.878%20105.324%20168.127%20105.287C168.611%20105.174%20169.097%20105.06%20169.579%20104.948C169.085%20105.02%20168.589%20105.093%20168.092%20105.166ZM162.834%20139.392C162.354%20139.502%20161.867%20139.615%20161.373%20139.731C161.371%20139.721%20161.369%20139.711%20161.366%20139.701C161.86%20139.585%20162.347%20139.472%20162.827%20139.361C162.829%20139.371%20162.831%20139.382%20162.834%20139.392ZM120.008%20136.288C120.017%20136.306%20119.358%20136.543%20119.347%20136.526C119.336%20136.509%20120%20136.27%20120.008%20136.288ZM192.208%20101.675C191.15%20101.861%20190.997%20101.918%20191.127%20101.955C192.371%20101.796%20193.695%20101.539%20194.075%20101.442C194.077%20101.442%20194.078%20101.442%20194.08%20101.442C193.461%20101.519%20192.836%20101.597%20192.208%20101.675ZM113.683%20138.574C113.916%20138.487%20114.152%20138.4%20114.389%20138.313C114.396%20138.333%20114.41%20138.35%20114.417%20138.37C114.18%20138.457%20113.944%20138.544%20113.711%20138.63C113.704%20138.61%20113.69%20138.593%20113.683%20138.574ZM200.048%20100.697C200.284%20100.622%20200.522%20100.547%20200.756%20100.472C200.271%20100.551%20199.778%20100.63%20199.284%20100.71C198.763%20100.751%20198.276%20100.787%20197.768%20100.827C198.515%20100.785%20199.282%20100.741%20200.048%20100.697ZM140.66%20109.345C140.653%20109.326%20139.955%20109.432%20139.959%20109.451C139.965%20109.47%20140.666%20109.364%20140.66%20109.345ZM102.466%20142.867C102.478%20142.882%20101.812%20143.146%20101.804%20143.128C101.794%20143.111%20102.463%20142.846%20102.466%20142.867ZM145.558%20127.5C146.03%20127.342%20146.504%20127.183%20146.979%20127.025C146.989%20127.043%20146.999%20127.062%20147.006%20127.082C146.531%20127.24%20146.056%20127.399%20145.584%20127.557C145.575%20127.538%20145.565%20127.519%20145.558%20127.5ZM204.044%20108.461C204.053%20108.479%20204.721%20108.263%20204.717%20108.244C204.708%20108.226%20204.034%20108.444%20204.044%20108.461ZM233.505%2096.4938C233.506%2096.5146%20233.511%2096.5351%20233.516%2096.5557C234.045%2096.5257%20234.524%2096.5055%20235.022%2096.5019C234.845%2096.4925%20234.653%2096.4859%20234.447%2096.482C234.252%2096.4778%20234.087%2096.4742%20233.894%2096.4731C233.77%2096.4791%20233.637%2096.4861%20233.505%2096.4938ZM120.077%20136.38C120.067%20136.361%20120.057%20136.343%20120.05%20136.323C120.991%20135.975%20121.922%20135.631%20122.861%20135.287C122.852%20135.376%20121.776%20135.777%20120.077%20136.38ZM168.71%20138.069C168.706%20138.049%20169.401%20137.912%20169.402%20137.932C169.41%20137.95%20168.716%20138.087%20168.71%20138.069ZM179.075%20116.532C179.081%20116.551%20179.759%20116.331%20179.75%20116.313C179.744%20116.295%20179.067%20116.514%20179.075%20116.532ZM176.964%20137.96C176.975%20137.96%20176.934%20138.145%20176.86%20138.324C176.801%20138.474%20176.713%20138.638%20176.705%20138.633C176.695%20138.63%20176.774%20138.463%20176.833%20138.313C176.906%20138.135%20176.956%20137.955%20176.964%20137.96ZM176.935%20117.227C176.942%20117.246%20177.618%20117.026%20177.609%20117.008C177.601%20116.99%20176.926%20117.21%20176.935%20117.227ZM1.02031%20133.085C1.01323%20133.066%201.70763%20132.932%201.7162%20132.951C1.72331%20132.97%201.02443%20133.104%201.02031%20133.085ZM160.809%20156.632C160.47%20157.003%20160.133%20157.375%20159.8%20157.745C159.882%20157.707%20159.788%20157.841%20159.365%20158.348C159.714%20157.981%20160.056%20157.624%20160.404%20157.263C160.539%20157.052%20160.673%20156.843%20160.809%20156.632ZM5.39255%20132.242C5.38828%20132.223%204.69117%20132.357%204.69835%20132.376C4.70344%20132.395%205.39957%20132.26%205.39255%20132.242ZM154.497%20164.059C154.489%20164.053%20154.481%20164.046%20154.473%20164.04C154.18%20164.418%20153.858%20164.846%20153.572%20165.239C153.58%20165.245%20153.589%20165.251%20153.597%20165.257C153.883%20164.865%20154.205%20164.437%20154.497%20164.059ZM155.556%20124.225C155.563%20124.244%20156.238%20124.021%20156.23%20124.003C156.224%20123.984%20155.547%20124.207%20155.556%20124.225ZM142.447%20144.429C142.204%20144.492%20141.963%20144.555%20141.722%20144.618C141.713%20144.599%20141.705%20144.579%20141.699%20144.559C141.941%20144.496%20142.181%20144.433%20142.425%20144.37C142.433%20144.389%20142.442%20144.408%20142.447%20144.429ZM137.772%20130.206C137.225%20130.347%20135.141%20131.094%20134.2%20131.404C134.117%20131.432%20133.802%20131.49%20133.144%20131.737C132.867%20131.84%20132.829%20131.861%20132.801%20131.887C133.241%20131.729%20133.782%20131.555%20134.2%20131.404C134.244%20131.407%20134.223%20131.419%20134.231%20131.43C133.64%20131.617%20133.649%20131.659%20133.57%20131.688C133.031%20131.883%20132.624%20132.008%20132.098%20132.196C132.113%20132.192%20132.127%20132.188%20132.142%20132.184C132.207%20132.172%20132.077%20132.233%20132.504%20132.088C132.682%20132.028%20132.993%20131.921%20133.185%20131.854C133.722%20131.668%20133.318%20131.785%20133.572%20131.687C133.832%20131.587%20134.392%20131.407%20134.233%20131.429C134.71%20131.265%20135.172%20131.108%20135.649%20130.945C135.189%20131.13%20134.729%20131.315%20134.275%20131.498C134.752%20131.362%20135.232%20131.225%20135.715%20131.088C136.406%20130.792%20137.086%20130.499%20137.772%20130.206ZM144.634%20143.843C144.629%20143.824%20145.318%20143.645%20145.323%20143.664C145.331%20143.682%20144.64%20143.862%20144.634%20143.843ZM72.2051%20158.47C72.7155%20158.695%2073.2683%20158.727%2073.7126%20158.771C74.3217%20158.819%2074.78%20158.831%2075.1092%20158.863C74.5863%20158.872%2074.1042%20158.86%2073.7085%20158.829C73%20158.774%2072.4786%20158.649%2072.2051%20158.47ZM158.442%20140.366C157.96%20140.483%20157.456%20140.606%20156.981%20140.723C156.972%20140.703%20156.964%20140.684%20156.959%20140.663C157.434%20140.547%20157.939%20140.424%20158.421%20140.307C158.429%20140.327%20158.437%20140.346%20158.442%20140.366ZM190.498%20112.867C190.504%20112.886%20191.184%20112.666%20191.177%20112.648C191.171%20112.629%20190.489%20112.849%20190.498%20112.867ZM159.178%20140.173C159.164%20140.156%20159.869%20139.987%20159.872%20140.006C159.882%20140.024%20159.177%20140.193%20159.178%20140.173ZM114.705%20113.275C114.697%20113.257%20113.996%20113.366%20114.002%20113.385C114.007%20113.404%20114.711%20113.294%20114.705%20113.275ZM106.115%20153.616C106.107%20153.598%20106.801%20153.437%20106.807%20153.456C106.812%20153.475%20106.118%20153.635%20106.115%20153.616ZM119.875%20150.085C119.923%20150.106%20119.843%20150.174%20119.919%20150.185C120.084%20150.211%20120.858%20149.988%20121.759%20149.797C121.622%20149.789%20121.486%20149.78%20121.353%20149.772C121.84%20149.636%20122.313%20149.504%20122.792%20149.37C122.791%20149.37%20122.789%20149.37%20122.788%20149.371C121.82%20149.609%20120.843%20149.848%20119.875%20150.085ZM153.052%20174.312C153.044%20174.297%20152.426%20174.027%20152.417%20174.035C152.407%20174.062%20153.039%20174.337%20153.052%20174.312ZM124.992%20148.866C124.997%20148.886%20125.009%20148.905%20125.014%20148.925C125.622%20148.778%20126.237%20148.629%20126.839%20148.483C126.957%20148.447%20127.076%20148.411%20127.197%20148.374C126.945%20148.413%20126.693%20148.451%20126.446%20148.489C125.963%20148.614%20125.475%20148.741%20124.992%20148.866ZM89.362%20148.417C89.3778%20148.431%2088.7189%20148.726%2088.7122%20148.708C88.6981%20148.693%2089.3583%20148.396%2089.362%20148.417ZM203.461%20108.994C203.204%20109.033%20202.951%20109.071%20202.692%20109.111C202.344%20109.245%20201.982%20109.384%20201.643%20109.515C200.079%20109.943%20198.495%20110.378%20196.918%20110.81C196.915%20110.811%20196.913%20110.812%20196.911%20110.812C197.179%20110.769%20197.447%20110.726%20197.717%20110.682C198.18%20110.534%20198.637%20110.386%20199.095%20110.239C198.998%20110.325%20198.901%20110.412%20198.803%20110.498C199.523%20110.287%20200.266%20110.068%20200.987%20109.857C201.801%20109.573%20202.639%20109.28%20203.461%20108.994ZM148.98%20142.688C148.973%20142.669%20149.665%20142.492%20149.671%20142.51C149.679%20142.529%20148.986%20142.706%20148.98%20142.688ZM224.54%2097.3373C224.927%2097.3068%20225.306%2097.2777%20225.674%2097.2505C225.793%2097.2314%20225.916%2097.212%20226.033%2097.1932C225.671%2097.2193%20225.298%2097.2471%20224.917%2097.2765C224.794%2097.2964%20224.669%2097.3166%20224.54%2097.3373ZM166.536%20150.674C166.263%20150.933%20165.986%20151.196%20165.712%20151.456C165.469%20151.737%20165.225%20152.019%20164.98%20152.302C164.984%20152.306%20164.988%20152.309%20164.991%20152.313C165.505%20151.766%20166.02%20151.22%20166.536%20150.674ZM109.499%20140.252C109.509%20140.269%20108.854%20140.517%20108.838%20140.503C108.832%20140.484%20109.491%20140.234%20109.499%20140.252ZM136.923%20109.739C136.931%20109.769%20136.943%20109.799%20136.951%20109.829C137.445%20109.754%20137.94%20109.679%20138.434%20109.604C138.283%20109.586%20138.847%20109.481%20139.146%20109.401C138.405%20109.513%20137.664%20109.626%20136.923%20109.739ZM100.463%20143.815C100.452%20143.797%20100.441%20143.779%20100.433%20143.76C101.13%20143.48%20101.824%20143.204%20102.522%20142.928C102.526%20142.938%20102.534%20142.946%20102.537%20142.956C101.648%20143.302%20101.231%20143.493%20100.463%20143.815ZM111.912%20152.197C111.914%20152.207%20111.917%20152.217%20111.919%20152.227C112.336%20152.126%20112.758%20152.024%20113.182%20151.92C113.248%20151.904%20113.314%20151.888%20113.381%20151.871C113.378%20151.861%20113.376%20151.851%20113.373%20151.841C113.307%20151.857%20113.24%20151.873%20113.174%20151.89C112.75%20151.993%20112.329%20152.096%20111.912%20152.197ZM115.557%20151.301C115.559%20151.312%20115.562%20151.322%20115.565%20151.332C116.045%20151.212%20116.53%20151.091%20117.017%20150.969C117.015%20150.959%20117.012%20150.948%20117.01%20150.938C116.522%20151.061%20116.038%20151.182%20115.557%20151.301ZM210.572%20106.664C210.301%20106.675%20210.028%20106.687%20209.757%20106.698C209.529%20106.815%20209.322%20106.926%20209.104%20107.04C207.864%20107.41%20206.972%20107.68%20205.897%20108.076C205.554%20108.171%20205.209%20108.266%20204.865%20108.36C205.075%20108.282%20205.288%20108.202%20205.497%20108.123C205.024%20108.271%20204.535%20108.423%20204.069%20108.568C204.316%20108.527%20204.556%20108.488%20204.807%20108.446C205.533%20108.216%20206.252%20107.99%20206.961%20107.766C206.977%20107.794%20206.993%20107.821%20207.009%20107.849C208.216%20107.448%20209.359%20107.068%20210.572%20106.664ZM206.232%20107.853C206.238%20107.872%20206.907%20107.656%20206.898%20107.638C206.893%20107.619%20206.223%20107.835%20206.232%20107.853ZM132.098%20132.196C132.166%20132.158%20132.016%20132.201%20132.102%20132.16C131.837%20132.258%20131.5%20132.364%20131.436%20132.407C131.373%20132.448%20131.932%20132.245%20132.098%20132.196ZM227.506%2096.9951C227.503%2096.9754%20226.802%2097.054%20226.804%2097.0738C226.812%2097.0925%20227.515%2097.0137%20227.506%2096.9951ZM234.224%2096.2081C234.089%2096.2642%20235.292%2096.2608%20234.881%2096.3305C234.551%2096.3961%20233.521%2096.4103%20235.77%2096.4229C235.973%2096.3889%20236.185%2096.3574%20236.419%2096.356C235.623%2096.1983%20234.959%2096.2154%20234.224%2096.2081ZM179.84%20116.465C180.873%20116.136%20181.324%20115.968%20181.959%20115.729C181.291%20115.911%20180.825%20116.041%20179.803%20116.378C179.812%20116.408%20179.828%20116.436%20179.84%20116.465ZM103.902%20154.055C103.896%20154.037%20104.586%20153.881%20104.591%20153.9C104.597%20153.919%20103.906%20154.075%20103.902%20154.055ZM154.58%20164.08C154.594%20164.092%20155.029%20163.536%20155.016%20163.522C154.999%20163.511%20154.561%20164.072%20154.58%20164.08ZM81.2671%20152.272C81.2763%20152.291%2081.2886%20152.308%2081.3008%20152.325C81.2802%20152.335%2081.2596%20152.346%2081.239%20152.356C80.8053%20152.57%2080.3835%20152.779%2079.9568%20152.993C80.3748%20152.761%2080.7874%20152.534%2081.2125%20152.302C81.2307%20152.292%2081.2489%20152.282%2081.2671%20152.272ZM221.55%2097.6245C221.552%2097.6451%20221.558%2097.6654%20221.564%2097.6856C221.81%2097.655%20222.035%2097.6268%20222.302%2097.5939C222.299%2097.5732%20222.29%2097.5534%20222.287%2097.5328C222.02%2097.5657%20221.796%2097.5937%20221.55%2097.6245ZM191.053%20113.197C191.755%20112.952%20191.395%20113.019%20191.367%20112.997C191.739%20112.887%20192.355%20112.713%20192.802%20112.566C193.259%20112.375%20193.718%20112.183%20194.178%20111.99C193.215%20112.302%20192.283%20112.602%20191.325%20112.912C191.325%20112.945%20191.379%20112.96%20191.362%20112.999C190.048%20113.386%20189.754%20113.458%20189.883%20113.346C192.06%20112.633%20191.932%20112.597%20192.671%20112.28C191.724%20112.575%20190.753%20112.878%20189.81%20113.172C189.7%20113.229%20189.586%20113.288%20189.472%20113.347C188.376%20113.676%20189.66%20113.205%20187.656%20113.868C187.658%20113.867%20187.659%20113.867%20187.661%20113.867C188.399%20113.677%20189.132%20113.489%20189.864%20113.302C188.24%20113.907%20187.613%20114.025%20187.686%20113.924C186.99%20114.165%20186.264%20114.417%20185.582%20114.654C186.295%20114.478%20187.993%20113.944%20188.797%20113.728C189.967%20113.414%20189.664%20113.59%20191.053%20113.197ZM84.0185%20157.885C83.7686%20157.923%2083.5361%20157.957%2083.2801%20157.993C83.2737%20157.973%2083.2673%20157.953%2083.2643%20157.932C83.5208%20157.895%2083.7528%20157.862%2084.0025%20157.825C84.0089%20157.845%2084.0154%20157.865%2084.0185%20157.885ZM235.388%2098.0694C235.389%2098.0793%20235.556%2098.0095%20235.728%2097.9261C235.895%2097.8455%20236.035%2097.766%20236.029%2097.7578C236.044%2097.7345%20235.353%2098.0681%20235.388%2098.0694ZM120.786%20136.176C120.795%20136.193%20120.123%20136.434%20120.117%20136.416C120.106%20136.398%20120.776%20136.158%20120.786%20136.176ZM228.368%20100.765C227.618%20100.988%20226.935%20101.184%20226.187%20101.402C226.2%20101.43%20226.214%20101.459%20226.227%20101.487C226.964%20101.241%20227.631%20101.016%20228.368%20100.765ZM102.408%20154.357C102.289%20154.389%20102.166%20154.421%20102.049%20154.453C101.685%20154.501%20101.296%20154.554%20100.921%20154.604C101.165%20154.551%20101.41%20154.497%20101.657%20154.443C101.911%20154.414%20102.155%20154.387%20102.408%20154.357ZM6.09388%20131.931C6.09781%20131.952%206.10742%20131.971%206.11471%20131.991C6.60515%20131.897%207.09685%20131.802%207.58841%20131.707C7.58113%20131.687%207.57599%20131.667%207.56535%20131.648C7.07428%20131.743%206.58383%20131.837%206.09388%20131.931ZM157.942%20160.057C157.958%20160.068%20158.423%20159.535%20158.41%20159.521C158.394%20159.508%20157.925%20160.046%20157.942%20160.057ZM140.616%20109.193C140.61%20109.174%20139.909%20109.281%20139.915%20109.3C139.918%20109.319%20140.621%20109.212%20140.616%20109.193ZM95.9532%20145.659C95.9839%20145.647%2096.015%20145.636%2096.0458%20145.624C96.0429%20145.625%2096.0405%20145.627%2096.0375%20145.628C96.0426%20145.626%2096.0476%20145.624%2096.0526%20145.622C95.6887%20145.794%2095.3446%20145.959%2094.9793%20146.133C95.3133%20145.971%2095.6225%20145.819%2095.9532%20145.659ZM93.1877%20116.561C93.1809%20116.542%2092.4803%20116.655%2092.4871%20116.674C92.4933%20116.693%2093.1924%20116.58%2093.1877%20116.561ZM167.89%20174.58C167.877%20174.561%20167.187%20174.619%20167.187%20174.638C167.197%20174.657%20167.886%20174.6%20167.89%20174.58ZM77.2688%20154.357C77.2852%20154.369%2076.6555%20154.706%2076.6458%20154.69C76.6291%20154.676%2077.2639%20154.336%2077.2688%20154.357ZM196.259%20111.138C196.265%20111.157%20196.948%20110.936%20196.938%20110.919C196.931%20110.9%20196.248%20111.121%20196.259%20111.138ZM72.1774%20158.077C72.282%20157.789%2071.7931%20157.697%2074.0345%20156.184C73.2998%20156.738%2073.019%20157.017%2073.5374%20156.739C72.9771%20157.14%2072.2821%20157.696%2072.1777%20158.076C72.1776%20158.076%2072.1775%20158.077%2072.1774%20158.077ZM127.262%20111.123C127.263%20111.133%20127.267%20111.143%20127.269%20111.153C127.753%20111.079%20128.244%20111.004%20128.726%20110.93C128.74%20110.949%20128.755%20110.967%20128.772%20110.985C129.018%20110.947%20129.266%20110.909%20129.513%20110.871C129.748%20110.804%20129.991%20110.735%20130.226%20110.667C129.238%20110.819%20128.253%20110.97%20127.262%20111.123ZM133.935%20110.178C133.932%20110.159%20133.229%20110.267%20133.235%20110.286C133.238%20110.305%20133.94%20110.198%20133.935%20110.178ZM234.014%2098.7321C232.759%2099.2329%20232.095%2099.4498%20231.177%2099.7397C230.509%2099.9509%20230.228%20100.09%20229.784%20100.262C230.621%2099.9989%20231.467%2099.7274%20232.312%2099.445C232.878%2099.2154%20233.473%2098.9691%20234.014%2098.7321ZM117.692%20150.686C117.688%20150.667%20116.997%20150.841%20117.004%20150.859C117.012%20150.878%20117.701%20150.704%20117.692%20150.686ZM130.781%20147.309C130.904%20147.282%20131.024%20147.256%20131.148%20147.229C131.505%20147.119%20131.862%20147.009%20132.219%20146.9C132.095%20146.927%20131.975%20146.953%20131.851%20146.98C131.494%20147.09%20131.137%20147.199%20130.781%20147.309ZM212.61%2098.7242C212.612%2098.7448%20212.622%2098.7645%20212.625%2098.7851C213.125%2098.7182%20213.618%2098.6527%20214.103%2098.5882C214.097%2098.568%20214.091%2098.5477%20214.088%2098.527C213.603%2098.5915%20213.11%2098.6572%20212.61%2098.7242ZM147.125%20127.338C146.401%20127.575%20145.688%20127.808%20144.966%20128.045C144.239%20128.239%20143.516%20128.432%20142.794%20128.625C143.06%20128.601%20143.326%20128.578%20143.593%20128.554C144.119%20128.383%20144.809%20128.139%20145.305%20127.98C146.138%20127.712%20145.333%20128.028%20146.1%20127.78C146.436%20127.635%20146.784%20127.485%20147.125%20127.338ZM221.51%2097.472C219.212%2097.7664%20219.156%2097.8451%20219.316%2097.9074C220.917%2097.6672%20221.71%2097.5258%20221.51%2097.472ZM195.565%20111.444C195.717%20111.354%20194.102%20111.838%20193.393%20112.08C193.402%20112.099%20193.412%20112.117%20193.418%20112.137C194.137%20111.905%20194.854%20111.674%20195.565%20111.444ZM74.6888%20155.817C74.9025%20155.688%2075.1155%20155.563%2075.3324%20155.439C75.3457%20155.455%2075.3592%20155.472%2075.3696%20155.49C75.1527%20155.614%2074.9405%20155.738%2074.7268%20155.867C74.7132%20155.851%2074.6996%20155.834%2074.6888%20155.817ZM226.005%2097.0707C226.006%2097.0758%20226.006%2097.081%20226.007%2097.0861C227.033%2096.9677%20227.984%2096.8617%20229.003%2096.7558C229.123%2096.6984%20228.644%2096.7265%20227.845%2096.7851C227.26%2096.8751%20226.62%2096.9734%20226.005%2097.0707ZM91.001%20156.583C91.373%20156.535%2091.7473%20156.486%2092.1268%20156.435C91.6263%20156.53%2091.1448%20156.62%2090.6522%20156.711C90.645%20156.691%2090.6378%20156.671%2090.6341%20156.651C90.7595%20156.628%2090.8806%20156.605%2091.001%20156.583ZM112.15%20151.915C110.952%20152.206%20109.754%20152.536%20108.953%20152.761C110.344%20152.443%20111.739%20152.119%20113.149%20151.786C113.692%20151.657%20114.24%20151.527%20114.792%20151.395C114.234%20151.506%20113.681%20151.615%20113.133%20151.723C112.804%20151.787%20112.476%20151.852%20112.15%20151.915ZM214.841%20105.2C214.851%20105.217%20215.531%20104.997%20215.52%20104.979C215.515%20104.96%20214.834%20105.181%20214.841%20105.2ZM135.848%20145.964C137.404%20145.505%20138.137%20145.375%20139.832%20144.914C140.545%20144.721%20142.053%20144.248%20141.603%20144.327C140.768%20144.566%20139.925%20144.808%20139.09%20145.048C137.986%20145.294%20136.886%20145.54%20135.782%20145.787C135.802%20145.847%20135.832%20145.903%20135.848%20145.964ZM171.018%20104.578C171.019%20104.589%20171.02%20104.599%20171.025%20104.609C171.516%20104.537%20172.011%20104.464%20172.51%20104.392C172.508%20104.381%20172.508%20104.371%20172.503%20104.361C172.004%20104.434%20171.509%20104.506%20171.018%20104.578ZM125.658%20148.58C125.652%20148.562%20124.962%20148.74%20124.971%20148.758C124.976%20148.777%20125.666%20148.599%20125.658%20148.58ZM147.112%20127.261C147.118%20127.279%20147.795%20127.053%20147.787%20127.035C147.78%20127.017%20147.102%20127.243%20147.112%20127.261ZM161.352%20105.909C161.36%20105.94%20161.371%20105.969%20161.379%20106C161.873%20105.927%20162.366%20105.854%20162.858%20105.781C162.85%20105.75%20162.839%20105.72%20162.831%20105.69C162.339%20105.763%20161.846%20105.836%20161.352%20105.909ZM209.601%2099.0031C209.746%2099.0259%20209.518%2099.1778%20211.126%2098.8863C211.21%2098.8711%20211.128%2098.8219%20211.817%2098.7175C212.383%2098.632%20213.487%2098.4892%20213.308%2098.4734C212.332%2098.5923%20211.308%2098.72%20210.335%2098.8407C210.091%2098.8946%20209.848%2098.9483%20209.601%2099.0031ZM173.788%20136.879C173.791%20136.9%20173.797%20136.92%20173.804%20136.941C174.321%20136.848%20174.774%20136.77%20175.298%20136.696C174.768%20136.75%20174.312%20136.807%20173.788%20136.879ZM172.05%20119.08C172.056%20119.098%20172.733%20118.878%20172.724%20118.86C172.717%20118.841%20172.042%20119.061%20172.05%20119.08ZM193.272%20101.303C193.275%20101.324%20193.285%20101.344%20193.288%20101.364C193.535%20101.329%20193.783%20101.294%20194.029%20101.259C194.026%20101.239%20194.02%20101.219%20194.013%20101.198C193.767%20101.233%20193.52%20101.268%20193.272%20101.303ZM133.908%20110.088C133.905%20110.068%20133.201%20110.176%20133.207%20110.195C133.21%20110.214%20133.913%20110.107%20133.908%20110.088ZM83.3961%20151.426C83.4078%20151.442%2084.046%20151.136%2084.034%20151.12C84.0262%20151.101%2083.3857%20151.409%2083.3961%20151.426ZM222.998%2097.2563C223.005%2097.2869%20223.017%2097.317%20223.021%2097.348C223.528%2097.2859%20223.974%2097.2316%20224.498%2097.1691C224.63%2097.1222%20223.983%2097.127%20222.998%2097.2563ZM155.414%20140.787C155.419%20140.807%20155.427%20140.827%20155.436%20140.846C155.926%20140.724%20156.413%20140.604%20156.894%20140.486C156.89%20140.466%20156.881%20140.447%20156.873%20140.427C156.392%20140.545%20155.904%20140.665%20155.414%20140.787ZM185.309%20114.921C185.864%20114.752%20186.499%20114.533%20187.069%20114.354C186.225%20114.582%20185.371%20114.815%20184.516%20115.048C184.437%20115.076%20184.358%20115.105%20184.279%20115.133C183.222%20115.514%20184.127%20115.282%20185.309%20114.921ZM118.752%20137.056C119.234%20136.882%20119.689%20136.718%20120.16%20136.55C120.167%20136.558%20120.171%20136.568%20120.175%20136.577C119.704%20136.746%20119.249%20136.91%20118.767%20137.084C118.76%20137.075%20118.755%20137.066%20118.752%20137.056ZM179.907%20116.558C179.913%20116.577%20180.591%20116.357%20180.581%20116.34C180.575%20116.321%20179.9%20116.54%20179.907%20116.558ZM87.6927%20157.124C87.6865%20157.106%2088.3894%20156.985%2088.3919%20157.004C88.4007%20157.023%2087.6961%20157.144%2087.6927%20157.124ZM229.115%20100.609C229.112%20100.599%20229.109%20100.589%20229.103%20100.58C228.405%20100.82%20227.677%20101.066%20226.974%20101.303C226.977%20101.313%20226.981%20101.322%20226.988%20101.331C227.691%20101.095%20228.418%20100.848%20229.115%20100.609ZM169.9%20119.797C169.186%20120.03%20168.473%20120.263%20167.76%20120.496C167.763%20120.506%20167.768%20120.515%20167.774%20120.524C168.674%20120.224%20169.123%20120.103%20169.925%20119.855C169.919%20119.835%20169.909%20119.816%20169.9%20119.797ZM114.755%20151.275C114.758%20151.285%20114.76%20151.295%20114.763%20151.305C115.734%20151.054%20116.693%20150.803%20117.662%20150.549C117.659%20150.538%20117.657%20150.528%20117.654%20150.518C116.686%20150.773%20115.726%20151.024%20114.755%20151.275ZM93.0074%20147.246C94.4763%20146.577%2095.1971%20146.231%2094.9971%20146.23C94.769%20146.348%2094.5431%20146.466%2094.3234%20146.582C93.6388%20146.872%2092.9666%20147.16%2092.272%20147.461C92.2706%20147.462%2092.2691%20147.462%2092.2677%20147.463C92.5113%20147.391%2092.767%20147.315%2093.0074%20147.246ZM154.966%20124.717C154.972%20124.735%20155.646%20124.512%20155.638%20124.494C155.632%20124.476%20154.956%20124.699%20154.966%20124.717ZM123.461%20149.036C123.957%20148.929%20124.44%20148.826%20124.933%20148.72C124.927%20148.7%20124.919%20148.68%20124.91%20148.661C124.426%20148.786%20123.949%20148.91%20123.461%20149.036ZM197.014%20111.042C197.015%20111.042%20197.015%20111.042%20197.016%20111.041C196.536%20111.196%20196.063%20111.349%20195.591%20111.502C195.597%20111.521%20195.607%20111.54%20195.616%20111.559C195.733%20111.521%20195.852%20111.483%20195.968%20111.446C196.312%20111.313%20196.664%20111.177%20197.014%20111.042ZM139.366%20130.079C139.342%20130.032%20139.32%20129.984%20139.3%20129.936C138.584%20130.179%20137.871%20130.42%20137.166%20130.66C137.245%20130.64%20137.324%20130.62%20137.403%20130.599C137.898%20130.478%20138.013%20130.483%20137.941%20130.562C138.414%20130.401%20138.888%20130.241%20139.366%20130.079ZM127.973%20133.838C127.979%20133.857%20128.659%20133.62%20128.65%20133.602C128.643%20133.584%20127.964%20133.82%20127.973%20133.838ZM94.2642%20155.878C94.2581%20155.859%2093.5726%20155.994%2093.5745%20156.013C93.5862%20156.031%2094.2672%20155.897%2094.2642%20155.878ZM133.898%20109.979C133.901%20109.999%20133.911%20110.019%20133.914%20110.039C134.408%20109.964%20134.901%20109.889%20135.395%20109.813C135.392%20109.793%20135.382%20109.773%20135.379%20109.753C134.885%20109.828%20134.392%20109.903%20133.898%20109.979ZM137.619%20109.459C137.741%20109.445%20137.867%20109.431%20137.993%20109.417C138.36%20109.346%20138.728%20109.274%20139.091%20109.203C138.965%20109.217%20138.84%20109.231%20138.714%20109.245C138.348%20109.316%20137.982%20109.388%20137.619%20109.459ZM161.385%20122.683C161.379%20122.663%20161.366%20122.646%20161.359%20122.626C160.885%20122.782%20160.413%20122.937%20159.937%20123.093C159.944%20123.113%20159.953%20123.132%20159.963%20123.151C160.438%20122.994%20160.911%20122.839%20161.385%20122.683ZM179.875%20103.129C179.878%20103.15%20179.888%20103.17%20179.891%20103.19C180.139%20103.154%20180.39%20103.118%20180.639%20103.082C180.636%20103.061%20180.63%20103.041%20180.623%20103.021C180.374%20103.057%20180.123%20103.093%20179.875%20103.129ZM83.9366%20157.661C83.9304%20157.642%2083.2409%20157.742%2083.2401%20157.762C83.2544%20157.78%2083.9403%20157.68%2083.9366%20157.661ZM208.186%20107.699C209.544%20107.176%20211.102%20106.699%20213.119%20106.036C213.844%20105.797%20213.509%20105.844%20214.188%20105.609C213.475%20105.823%20212.752%20106.041%20212.024%20106.26C212.153%20106.24%20212.291%20106.217%20212.426%20106.196C211.825%20106.401%20211.248%20106.599%20210.649%20106.804C210.629%20106.788%20210.614%20106.771%20210.595%20106.756C209.884%20106.986%20209.193%20107.209%20208.49%20107.436C208.408%20107.538%20206.547%20108.163%20208.186%20107.699ZM208.813%2098.9838C208.326%2099.0921%20207.856%2099.1982%20207.372%2099.3063C208.112%2099.2054%20208.84%2099.106%20209.601%2099.0031C209.592%2098.962%20209.581%2098.9216%20209.569%2098.8811C209.319%2098.915%20209.066%2098.9494%20208.813%2098.9838ZM128.53%20147.687C128.532%20147.697%20128.535%20147.707%20128.538%20147.717C129.02%20147.592%20129.504%20147.465%20129.988%20147.338C129.986%20147.328%20129.983%20147.318%20129.98%20147.308C129.496%20147.435%20129.012%20147.561%20128.53%20147.687ZM140.485%20144.522C139.688%20144.77%20138.983%20144.914%20137.952%20145.185C138.562%20145.047%20139.172%20144.908%20139.78%20144.771C140.137%20144.661%20140.497%20144.551%20140.853%20144.441C140.73%20144.468%20140.609%20144.495%20140.485%20144.522ZM143.752%20143.717C143.747%20143.698%20143.058%20143.877%20143.066%20143.896C143.073%20143.914%20143.761%20143.735%20143.752%20143.717ZM78.7347%20153.875C78.0664%20154.2%2077.4079%20154.526%2076.7484%20154.866C76.6157%20154.985%2076.9438%20154.857%2077.13%20154.801C77.166%20154.794%2077.2021%20154.786%2077.2383%20154.778C77.3356%20154.762%2077.4511%20154.732%2078.1884%20154.351C78.3631%20154.195%2078.5586%20154.03%2078.7347%20153.875ZM169.479%20104.662C169.473%20104.643%20168.771%20104.746%20168.777%20104.765C168.78%20104.785%20169.485%20104.681%20169.479%20104.662ZM225.932%2096.78C226.69%2096.7028%20227.434%2096.6297%20228.181%2096.5597C228.182%2096.5597%20228.182%2096.5597%20228.183%2096.5597C228.449%2096.5625%20228.71%2096.5663%20228.959%2096.5718C228.952%2096.5307%20228.942%2096.4898%20228.931%2096.4491C227.906%2096.5559%20226.955%2096.6619%20225.932%2096.78ZM232.68%2096.2186C232.677%2096.2089%20232.494%2096.217%20232.304%2096.2317C232.134%2096.2448%20231.966%2096.2634%20231.967%2096.2731C231.969%2096.2829%20232.138%2096.274%20232.309%2096.2609C232.501%2096.2461%20232.682%2096.2283%20232.68%2096.2186ZM96.8274%20155.248C96.4682%20155.344%2096.0983%20155.44%2095.7402%20155.534C96.2256%20155.436%2096.7301%20155.332%2097.2087%20155.233C97.2045%20155.213%2097.1969%20155.193%2097.1893%20155.173C97.0696%20155.198%2096.9462%20155.224%2096.8274%20155.248ZM173.542%20118.807C172.933%20118.973%20172.327%20119.137%20171.719%20119.302C171.604%20119.345%20171.488%20119.389%20171.369%20119.433C172.023%20119.244%20172.195%20119.208%20172.115%20119.272C172.589%20119.118%20173.067%20118.962%20173.542%20118.807ZM143.527%20108.5C143.528%20108.499%20143.53%20108.499%20143.531%20108.499C143.657%20108.485%20143.78%20108.472%20143.905%20108.458C144.272%20108.387%20144.64%20108.315%20145.003%20108.245C144.877%20108.259%20144.753%20108.272%20144.627%20108.286C144.26%20108.357%20143.893%20108.428%20143.527%20108.5ZM147.613%20107.899C147.721%20107.83%20147.832%20107.76%20147.94%20107.691C147.197%20107.798%20146.452%20107.905%20145.71%20108.012C146.343%20107.974%20146.979%20107.936%20147.613%20107.899ZM124.902%20148.631C126.409%20148.244%20127.513%20147.959%20128.513%20147.643C128.154%20147.741%20127.791%20147.84%20127.432%20147.937C126.959%20148.051%20126.485%20148.165%20126.012%20148.279C125.642%20148.396%20125.271%20148.514%20124.902%20148.631ZM94.256%20116.151C94.6284%20116.07%2094.9827%20115.992%2095.3466%20115.913C94.6165%20116.019%2093.8552%20116.131%2093.1129%20116.24C93.494%20116.211%2093.8725%20116.181%2094.256%20116.151ZM153.139%20106.943C152.905%20107.02%20152.668%20107.098%20152.434%20107.175C153.838%20106.942%20154.033%20106.869%20153.88%20106.832C153.633%20106.869%20153.386%20106.906%20153.139%20106.943ZM233.417%2096.0607C234.343%2096.0441%20235.201%2096.02%20236.151%2096.141C236.217%2096.1459%20236.281%2096.1519%20236.342%2096.1592C236.426%2096.1701%20236.512%2096.1848%20236.588%2096.2025C236.513%2096.173%20236.426%2096.1461%20236.345%2096.1238C236.284%2096.1047%20236.219%2096.0869%20236.151%2096.0701C236.023%2096.0368%20235.835%2096.0059%20235.732%2095.983C234.905%2095.9602%20234.226%2096.0057%20233.417%2096.0607ZM90.2015%20156.507C89.8346%20156.595%2089.4895%20156.679%2089.1146%20156.766C89.6168%20156.677%2090.0883%20156.592%2090.5899%20156.5C90.5861%20156.479%2090.5823%20156.459%2090.5717%20156.439C90.4491%20156.462%2090.3229%20156.485%2090.2015%20156.507ZM188.017%20101.941C188.007%20101.923%20187.31%20102.022%20187.317%20102.041C187.319%20102.061%20188.018%20101.961%20188.017%20101.941ZM167.127%20120.9C167.12%20120.88%20167.111%20120.861%20167.101%20120.843C166.864%20120.92%20166.625%20120.998%20166.388%20121.076C166.394%20121.096%20166.404%20121.115%20166.414%20121.133C166.651%20121.056%20166.89%20120.978%20167.127%20120.9ZM165.687%20121.338C164.733%20121.64%20163.779%20121.941%20162.825%20122.243C162.832%20122.263%20162.842%20122.282%20162.851%20122.301C163.962%20121.93%20164.736%20121.691%20165.713%20121.396C165.706%20121.376%20165.696%20121.357%20165.687%20121.338ZM117.589%20150.341C117.6%20150.371%20117.609%20150.4%20117.62%20150.43C118.225%20150.288%20118.835%20150.145%20119.449%20149.999C119.566%20149.964%20119.688%20149.928%20119.805%20149.893C119.315%20149.98%20118.805%20150.072%20118.311%20150.159C118.069%20150.22%20117.829%20150.281%20117.589%20150.341ZM121.242%20149.477C121.247%20149.498%20121.255%20149.517%20121.264%20149.536C121.745%20149.392%20122.215%20149.249%20122.691%20149.105C122.207%20149.23%20121.731%20149.352%20121.242%20149.477ZM142.752%20108.507C141.402%20108.702%20139.717%20109.043%20141.678%20108.76C142.34%20108.664%20143.081%20108.478%20142.752%20108.507ZM154.297%20125.086C154.294%20125.076%20154.289%20125.066%20154.283%20125.058C153.81%20125.214%20153.332%20125.372%20152.858%20125.53C152.861%20125.539%20152.864%20125.55%20152.87%20125.559C153.344%20125.401%20153.823%20125.243%20154.297%20125.086ZM90.2638%20148.443C90.2596%20148.434%2090.2542%20148.424%2090.2469%20148.416C89.7864%20148.62%2089.3384%20148.82%2088.8784%20149.028C88.8827%20149.037%2088.8881%20149.046%2088.8954%20149.054C89.3555%20148.847%2089.8032%20148.647%2090.2638%20148.443ZM131.407%20146.87C131.41%20146.88%20131.413%20146.89%20131.415%20146.9C131.899%20146.773%20132.383%20146.646%20132.867%20146.52C132.864%20146.509%20132.862%20146.499%20132.859%20146.489C132.375%20146.616%20131.891%20146.743%20131.407%20146.87ZM222.59%2097.1804C222.21%2097.2482%20221.845%2097.3147%20221.49%2097.3801C221.96%2097.3212%20222.487%2097.2559%20222.983%2097.195C222.978%2097.1747%20222.969%2097.1548%20222.967%2097.1341C222.844%2097.1492%20222.715%2097.1649%20222.59%2097.1804ZM196.754%20111.356C198.753%20110.647%20200.594%20110.124%20202.821%20109.398C202.211%20109.563%20201.608%20109.727%20201.007%20109.889C199.457%20110.399%20197.925%20110.903%20196.365%20111.416C196.492%20111.397%20196.623%20111.376%20196.754%20111.356ZM59.8478%20121.817C59.6054%20121.859%2059.3562%20121.902%2059.1076%20121.945C59.1007%20121.925%2059.0914%20121.906%2059.0879%20121.885C59.3363%20121.842%2059.5859%20121.799%2059.8282%20121.757C59.8351%20121.777%2059.8442%20121.797%2059.8478%20121.817ZM120.28%20136.789C119.357%20137.125%20118.396%20137.478%20117.474%20137.818C117.688%20137.696%20117.901%20137.574%20118.118%20137.451C117.2%20137.795%20116.241%20138.156%20115.321%20138.504C115.095%20138.739%20116.805%20138.129%20119.63%20137.139C119.846%20137.022%20120.061%20136.906%20120.28%20136.789ZM139.759%20108.864C138.346%20109.097%20137.232%20109.263%20135.721%20109.516C134.211%20109.768%20133.527%20109.894%20133.87%20109.919C133.872%20109.918%20133.873%20109.918%20133.875%20109.918C135.257%20109.7%20135.866%20109.533%20137.337%20109.301C138.812%20109.068%20139.68%20108.986%20139.759%20108.864ZM105.518%20142.176C105.53%20142.192%20106.184%20141.94%20106.174%20141.923C106.166%20141.905%20105.515%20142.156%20105.518%20142.176ZM198.428%20100.45C198.67%20100.417%20198.919%20100.382%20199.17%20100.346C199.3%20100.269%20199.065%20100.258%20197.662%20100.432C197.66%20100.432%20197.659%20100.432%20197.657%20100.432C197.916%20100.438%20198.172%20100.444%20198.428%20100.45ZM214.949%20105.428C214.956%20105.446%20215.638%20105.225%20215.628%20105.207C215.623%20105.188%20214.942%20105.409%20214.949%20105.428ZM96.486%20145.844C96.478%20145.825%2096.4668%20145.807%2096.4556%20145.789C95.9852%20145.984%2095.5377%20146.172%2095.0727%20146.367C95.0808%20146.387%2095.092%20146.404%2095.1033%20146.422C95.5679%20146.227%2096.0157%20146.039%2096.486%20145.844ZM160.378%20174.728C160.371%20174.71%20159.673%20174.717%20159.676%20174.735C159.675%20174.756%20160.381%20174.749%20160.378%20174.728ZM134.424%20131.777C134.43%20131.796%20135.098%20131.567%20135.091%20131.549C135.084%20131.53%20134.414%20131.76%20134.424%20131.777ZM183.978%20115.615C184.758%20115.377%20184.803%20115.321%20185.509%20115.092C186.773%20114.684%20187.832%20114.338%20186.775%20114.613C185.725%20114.974%20184.648%20115.345%20183.598%20115.707C184.288%20115.429%20184.978%20115.151%20185.672%20114.871C184.724%20115.2%20183.786%20115.525%20182.843%20115.853C182.833%20115.834%20182.823%20115.816%20182.817%20115.796C182.816%20115.796%20182.815%20115.796%20182.815%20115.796C182.339%20115.95%20181.858%20116.106%20181.385%20116.259C181.392%20116.279%20181.398%20116.299%20181.411%20116.317C181.883%20116.164%20182.364%20116.008%20182.843%20115.853C182.723%20115.94%20182.932%20115.934%20183.978%20115.615ZM237.002%2097.5519C236.995%2097.5442%20236.987%2097.5376%20236.977%2097.5327C235.977%2098.2847%20235.089%2098.5469%20234.136%2098.9528C234.144%2098.9722%20234.155%2098.9903%20234.166%2099.0083C235.115%2098.5916%20235.998%2098.3235%20237.002%2097.5519ZM230.62%20100.257C230.343%20100.371%20232.119%2099.8176%20232.746%2099.5467C233.019%2099.4325%20231.242%20100.008%20230.62%20100.257ZM112.151%20139.675C111.57%20139.903%20111.003%20140.126%20110.414%20140.359C110.417%20140.369%20110.422%20140.378%20110.429%20140.387C111.387%20140.037%20112.302%20139.707%20113.255%20139.365C112.896%20139.465%20112.516%20139.572%20112.151%20139.675ZM157.232%20124.347C156.969%20124.401%20156.707%20124.455%20156.444%20124.51C155.971%20124.643%20155.5%20124.777%20155.029%20124.91C156.223%20124.537%20157.421%20124.163%20158.615%20123.792C156.8%20124.257%20154.241%20125.108%20152.936%20125.683C153.181%20125.63%20153.426%20125.577%20153.672%20125.523C154.861%20125.13%20156.04%20124.74%20157.232%20124.347ZM214.739%2098.1729C214.727%2098.1545%20214.035%2098.2462%20214.04%2098.2654C214.042%2098.285%20214.736%2098.1931%20214.739%2098.1729ZM82.8493%20151.985C82.8402%20151.967%2082.8248%20151.951%2082.8157%20151.932C82.365%20152.151%2081.9159%20152.371%2081.4714%20152.59C81.4806%20152.609%2081.4929%20152.626%2081.5052%20152.643C81.9498%20152.424%2082.3985%20152.204%2082.8493%20151.985ZM217.724%2097.7817C217.722%2097.7686%20217.401%2097.8059%20217.185%2097.8384C217.084%2097.8538%20217.009%2097.868%20217.011%2097.8744C217.012%2097.8808%20217.088%2097.8753%20217.188%2097.8644C217.406%2097.8405%20217.727%2097.7945%20217.724%2097.7817ZM79.4884%20153.597C79.4975%20153.614%2080.1344%20153.293%2080.12%20153.278C80.1139%20153.259%2079.4749%20153.581%2079.4884%20153.597ZM74.2916%20156.502C74.2804%20156.484%2074.2663%20156.469%2074.2523%20156.453C73.6359%20156.848%2073.0146%20157.267%2072.5648%20157.727C72.5657%20157.726%2072.5667%20157.726%2072.5676%20157.725C72.5714%20157.728%2072.5751%20157.732%2072.5789%20157.735C73.0172%20157.344%2073.4109%20157.076%2074.2916%20156.502ZM230.411%2096.2384C230.413%2096.2591%20230.422%2096.2792%20230.424%2096.2999C230.425%2096.2998%20230.427%2096.2996%20230.428%2096.2995C230.895%2096.2341%20231.429%2096.1653%20231.911%2096.1052C231.423%2096.1448%20230.885%2096.1933%20230.411%2096.2384ZM81.2994%20157.756C79.2151%20158.023%2078.6015%20158.088%2078.751%20158.169C79.2272%20158.092%2079.7228%20158.007%2080.2117%20157.919C81.1918%20157.817%2082.1913%20157.696%2083.1747%20157.566C83.2947%20157.478%2082.8032%20157.557%2081.2994%20157.756ZM83.1607%20157.615C83.1547%20157.597%2082.4547%20157.695%2082.4633%20157.713C82.4679%20157.732%2083.1643%20157.635%2083.1607%20157.615ZM229.975%20100.659C228.976%20100.963%20229.209%20100.831%20229.199%20100.778C227.346%20101.415%20226.963%20101.59%20227.127%20101.614C228.063%20101.305%20229.02%20100.985%20229.975%20100.659ZM193.945%20100.956C194.443%20100.906%20194.932%20100.858%20195.437%20100.808C195.434%20100.787%20195.424%20100.767%20195.421%20100.747C194.92%20100.818%20194.44%20100.885%20193.945%20100.956ZM223.227%20102.975C225.156%20102.254%20223.083%20102.878%20221.364%20103.389C221.141%20103.505%20220.909%20103.625%20220.705%20103.736C221.222%20103.571%20221.955%20103.32%20222.435%20103.17C223.256%20102.911%20222.44%20103.226%20223.227%20102.975ZM160.754%20123.039C160.761%20123.057%20161.436%20122.835%20161.427%20122.817C161.419%20122.799%20160.745%20123.021%20160.754%20123.039ZM203.593%2099.6524C203.587%2099.6333%20202.882%2099.7309%20202.887%2099.75C202.894%2099.7689%20203.598%2099.6715%20203.593%2099.6524ZM151.515%20126.173C151.502%20126.144%20151.488%20126.116%20151.475%20126.088C151.239%20126.166%20151.003%20126.244%20150.765%20126.324C150.778%20126.352%20150.79%20126.381%20150.803%20126.41C151.042%20126.33%20151.279%20126.251%20151.515%20126.173ZM127.734%20147.749C127.729%20147.73%20127.039%20147.91%20127.048%20147.928C127.054%20147.947%20127.742%20147.768%20127.734%20147.749ZM131.361%20146.801C131.356%20146.782%20130.668%20146.963%20130.676%20146.981C130.683%20146.999%20131.369%20146.819%20131.361%20146.801ZM100.063%20154.374C100.206%20154.383%2099.6531%20154.523%2099.3574%20154.621C99.8524%20154.516%20100.334%20154.411%20100.821%20154.305C100.811%20154.276%20100.8%20154.246%20100.79%20154.216C100.546%20154.269%20100.304%20154.322%20100.063%20154.374ZM96.5305%20145.927C96.0495%20146.104%2095.5946%20146.272%2095.1197%20146.449C95.131%20146.467%2095.1359%20146.488%2095.1503%20146.504C95.6136%20146.309%2096.0608%20146.122%2096.5305%20145.927ZM88.3117%20149.524C88.2988%20149.496%2088.2806%20149.469%2088.2646%20149.442C87.35%20149.848%2086.803%20150.181%2086.9498%20150.147C87.407%20149.936%2087.8523%20149.733%2088.3117%20149.524ZM132.8%20146.392C132.795%20146.373%20132.11%20146.552%20132.116%20146.571C132.121%20146.59%20132.808%20146.41%20132.8%20146.392ZM216.225%2097.9141C216.221%2097.8948%20215.518%2097.987%20215.522%2098.0064C215.529%2098.0252%20216.231%2097.933%20216.225%2097.9141ZM144.402%20128.547C143.917%20128.688%20143.436%20128.827%20142.955%20128.967C142.961%20128.987%20142.974%20129.004%20142.981%20129.024C143.452%20128.866%20143.927%20128.706%20144.402%20128.547ZM136.492%20131.252C137.211%20130.978%20135.575%20131.454%20135.255%20131.576C134.543%20131.848%20136.163%20131.377%20136.492%20131.252ZM236.36%2098.1658C236.494%2098.0945%20236.61%2098.027%20236.71%2097.9621C236.81%2097.8984%20236.956%2097.7946%20237.049%2097.7097C237.12%2097.6469%20237.312%2097.4675%20237.399%2097.2489C237.446%2097.1585%20237.509%2096.8697%20237.435%2096.6652C237.404%2096.5608%20237.346%2096.462%20237.298%2096.4015C237.258%2096.3497%20237.216%2096.3082%20237.176%2096.2739C236.824%2096.0182%20236.725%2096.0673%20236.645%2096.0421C236.569%2096.0333%20236.551%2096.0405%20236.6%2096.0604C236.725%2096.098%20236.837%2096.1092%20237.069%2096.2668C237.167%2096.3463%20237.296%2096.4396%20237.376%2096.7115C237.444%2096.9664%20237.342%2097.2072%20237.299%2097.282C237.183%2097.4915%20237.036%2097.6056%20236.959%2097.6715C236.87%2097.7446%20236.74%2097.8331%20236.663%2097.8812C236.309%2098.1026%20235.961%2098.2697%20235.593%2098.4396C235.939%2098.3253%20236.471%2098.0615%20236.36%2098.1658ZM165.055%20121.835C166.234%20121.502%20166.658%20121.287%20166.519%20121.298C167.217%20121.068%20167.926%20120.837%20168.628%20120.606C168.733%20120.54%20168.841%20120.472%20168.948%20120.404C168.361%20120.612%20167.773%20120.821%20167.186%20121.03C166.147%20121.307%20165.058%20121.709%20163.626%20122.18C164.293%20121.975%20164.84%20121.895%20165.055%20121.835ZM93.094%20147.362C93.1007%20147.38%2093.7525%20147.101%2093.7432%20147.084C93.7326%20147.067%2093.0815%20147.346%2093.094%20147.362ZM133.769%20132.183C133.762%20132.163%20133.752%20132.145%20133.742%20132.126C133.503%20132.208%20133.265%20132.29%20133.028%20132.371C133.035%20132.391%20133.045%20132.409%20133.055%20132.428C133.292%20132.347%20133.53%20132.265%20133.769%20132.183ZM92.7113%20155.894C92.7047%20155.875%2092.0205%20156.006%2092.0209%20156.026C92.0328%20156.044%2092.7159%20155.913%2092.7113%20155.894ZM172.896%20119.182C172.893%20119.172%20172.891%20119.162%20172.884%20119.153C172.408%20119.308%20171.933%20119.463%20171.458%20119.618C171.461%20119.628%20171.463%20119.638%20171.47%20119.647C171.945%20119.492%20172.42%20119.337%20172.896%20119.182ZM199.861%20100.029C199.864%20100.05%20199.874%20100.069%20199.877%20100.09C200.126%20100.055%20200.375%20100.02%20200.622%2099.9859C200.619%2099.9653%20200.613%2099.945%20200.606%2099.9248C200.359%2099.9592%20200.11%2099.9942%20199.861%20100.029ZM211.449%20106.775C212.7%20106.554%20215.646%20105.489%20213.208%20106.14C212.95%20106.246%20212.685%20106.354%20212.423%20106.461C212.089%20106.569%20211.775%20106.67%20211.449%20106.775ZM200.759%20110.223C201.395%20110.051%20203.133%20109.416%20202.845%20109.494C202.19%20109.672%20200.473%20110.3%20200.759%20110.223ZM93.8124%20147.122C93.8238%20147.139%2094.4721%20146.863%2094.4602%20146.846C94.4519%20146.829%2093.8041%20147.104%2093.8124%20147.122ZM225.08%2096.376C222.939%2096.6321%20223.018%2096.7122%20221.378%2096.9529C221.247%2096.9377%20221.12%2096.922%20220.988%2096.9071C220.252%2097.0089%20219.475%2097.117%20218.762%2097.2179C218.23%2097.2741%20217.685%2097.3326%20217.127%2097.3931C216.802%2097.4278%20216.473%2097.4632%20216.141%2097.4992C216.394%2097.4975%20216.645%2097.4963%20216.894%2097.4953C214.17%2097.8613%20211.472%2098.2334%20208.723%2098.6176C208.477%2098.6876%20208.251%2098.7548%20208.014%2098.8238C210.132%2098.6245%20211.59%2098.3413%20213.954%2098.0086C214.206%2098.0016%20214.445%2097.9966%20214.714%2097.9875C215.473%2097.8818%20216.211%2097.7794%20216.931%2097.6801C217.01%2097.6824%20217.088%2097.6847%20217.165%2097.6872C217.221%2097.6883%20217.276%2097.6895%20217.332%2097.6906C220.168%2097.3346%20218.165%2097.4849%20220.673%2097.1673C220.929%2097.1612%20221.183%2097.1557%20221.43%2097.1512C221.793%2097.111%20222.166%2097.0697%20222.555%2097.027C223.555%2096.8626%20224.509%2096.7065%20225.515%2096.5478C227.273%2096.389%20229.629%2096.1089%20231.459%2095.9541C233.094%2095.8266%20233.664%2095.7622%20235.368%2095.7518C235.365%2095.7518%20235.363%2095.7519%20235.36%2095.7519C235.605%2095.7562%20235.828%2095.7595%20236.179%2095.7962C236.259%2095.8053%20236.33%2095.8147%20236.414%2095.8288C236.524%2095.8473%20236.629%2095.8699%20236.736%2095.9015C236.791%2095.9184%20236.835%2095.9327%20236.904%2095.9608C236.994%2095.998%20237.088%2096.045%20237.188%2096.1196C237.293%2096.208%20237.373%2096.2526%20237.501%2096.5026C237.61%2096.7272%20237.605%2097.0154%20237.537%2097.2035C237.444%2097.4683%20237.309%2097.6025%20237.194%2097.7161C237.114%2097.7912%20237.032%2097.8564%20236.944%2097.9192C236.738%2098.0626%20236.652%2098.1094%20236.489%2098.2021C236.183%2098.3706%20235.952%2098.4788%20235.7%2098.5954C235.501%2098.7305%20235.216%2098.8317%20235.02%2098.9713C234.926%2099.039%20235.141%2098.9677%20235.544%2098.7988C235.725%2098.7234%20236.013%2098.5957%20236.289%2098.4576C236.601%2098.279%20236.888%2098.2185%20237.424%2097.6787C237.49%2097.6013%20237.557%2097.5102%20237.617%2097.3879C237.661%2097.3058%20237.771%2097.0124%20237.719%2096.7241C237.55%2096.0508%20237.257%2095.9958%20237.062%2095.8636C236.84%2095.7578%20236.791%2095.7507%20236.658%2095.7108C236.543%2095.6788%20236.408%2095.6528%20236.337%2095.6388C236.172%2095.6065%20235.953%2095.5803%20235.792%2095.565C235.637%2095.5496%20235.47%2095.5388%20235.289%2095.5338C235.061%2095.5518%20234.908%2095.5744%20234.704%2095.5992C234.506%2095.6242%20234.297%2095.6522%20234.124%2095.6799C230.923%2095.8565%20229.042%2096.1896%20228.831%2096.0192C227.813%2096.1365%20226.881%2096.2517%20225.872%2096.3793C225.384%2096.4562%20224.881%2096.5361%20224.359%2096.619C224.603%2096.5373%20224.843%2096.4563%20225.08%2096.376ZM76.9413%20155.152C76.4925%20155.371%2076.0475%20155.593%2075.6096%20155.82C75.6199%20155.838%2075.6334%20155.855%2075.6467%20155.871C76.0705%20155.628%2076.5054%20155.388%2076.9413%20155.152ZM231.797%20100.132C232.118%2099.9994%20232.507%2099.8411%20232.842%2099.6999C232.366%2099.86%20231.877%20100.021%20231.405%20100.172C231.419%20100.2%20231.434%20100.229%20231.448%20100.257C231.565%20100.215%20231.683%20100.173%20231.797%20100.132ZM197.574%20100.128C197.826%20100.114%20198.079%20100.1%20198.329%20100.085C197.116%20100.266%20195.847%20100.455%20194.622%20100.639C195.001%20100.627%20195.384%20100.615%20195.779%20100.602C198.129%20100.249%20200.481%2099.8991%20202.806%2099.5562C202.825%2099.5467%20202.844%2099.5371%20202.863%2099.5276C202.944%2099.4757%20202.591%2099.5326%20201.706%2099.6462C200.689%2099.7766%20200.125%2099.835%20199.098%2099.9763C199.095%2099.9559%20199.066%2099.9396%20199.052%2099.9208C198.542%2099.9923%20198.07%20100.059%20197.574%20100.128ZM192.241%20113.141C192.23%20113.129%20192.219%20113.117%20192.208%20113.104C191.488%20113.298%20190.755%20113.496%20190.041%20113.688C190.307%20113.679%20190.573%20113.67%20190.843%20113.659C191.309%20113.486%20191.776%20113.313%20192.241%20113.141ZM131.683%20132.95C131.69%20132.968%20132.357%20132.738%20132.348%20132.72C132.339%20132.703%20131.673%20132.932%20131.683%20132.95ZM222.162%20103.325C222.163%20103.325%20222.164%20103.325%20222.165%20103.324C221.697%20103.478%20221.189%20103.644%20220.731%20103.793C220.738%20103.813%20220.747%20103.832%20220.757%20103.851C220.873%20103.813%20220.986%20103.776%20221.108%20103.736C221.466%20103.597%20221.816%20103.461%20222.162%20103.325ZM201.267%2099.4541C200.742%2099.5748%20200.296%2099.684%20199.797%2099.8013C200.541%2099.6923%20201.27%2099.5855%20201.993%2099.48C202.012%2099.4978%20202.032%2099.5154%20202.055%2099.5327C203.311%2099.3692%20204.525%2099.2126%20205.754%2099.0547C205.508%2099.1306%20205.278%2099.2043%20205.047%2099.2781C205.769%2099.1786%20206.555%2099.0714%20207.283%2098.9712C207.585%2098.8711%20206.869%2098.9432%20206.138%2099.0045C205.655%2099.045%20206.142%2098.9597%20205.625%2099.0126C205.116%2099.0645%20204.369%2099.1831%20203.849%2099.2234C203.332%2099.2634%20203.923%2099.1489%20203.365%2099.1961C203.094%2099.219%20201.645%2099.4246%20201.267%2099.4541ZM90.4051%20148.688C90.4009%20148.679%2090.3956%20148.67%2090.3882%20148.661C89.9276%20148.866%2089.4832%20149.064%2089.0231%20149.271C89.0273%20149.281%2089.0306%20149.291%2089.038%20149.299C89.4986%20149.091%2089.944%20148.893%2090.4051%20148.688ZM219.349%20104.343C219.343%20104.323%20219.33%20104.305%20219.323%20104.286C219.214%20104.326%20219.105%20104.367%20218.995%20104.408C218.645%20104.539%20218.289%20104.671%20217.928%20104.806C218.293%20104.687%20218.654%20104.569%20219.01%20104.453C219.123%20104.416%20219.236%20104.38%20219.349%20104.343ZM204.376%20109.224C204.367%20109.195%20204.349%20109.167%20204.337%20109.139C203.63%20109.367%20202.916%20109.597%20202.195%20109.83C202.208%20109.859%20202.22%20109.888%20202.233%20109.916C202.954%20109.683%20203.67%20109.452%20204.376%20109.224ZM184.4%20115.677C184.39%20115.648%20184.372%20115.621%20184.362%20115.591C183.411%20115.89%20182.827%20116.153%20182.976%20116.138C183.452%20115.984%20183.926%20115.831%20184.4%20115.677ZM97.3247%20145.835C99.0351%20145.13%20100.651%20144.499%20101.455%20144.092C99.9957%20144.686%2098.8264%20145.191%2097.3086%20145.808C97.3125%20145.817%2097.3165%20145.827%2097.3205%20145.837C97.3219%20145.836%2097.3233%20145.835%2097.3247%20145.835ZM215.082%20105.763C215.075%20105.743%20215.066%20105.724%20215.056%20105.705C214.816%20105.783%20214.569%20105.863%20214.339%20105.938C214.345%20105.958%20214.355%20105.976%20214.365%20105.995C214.595%20105.921%20214.842%20105.841%20215.082%20105.763ZM207.241%20108.332C208.456%20107.951%20209.611%20107.589%20210.829%20107.205C210.81%20107.168%20210.795%20107.129%20210.775%20107.091C209.111%20107.652%20207.456%20108.208%20205.809%20108.762C206.07%20108.732%20206.329%20108.704%20206.587%20108.675C206.805%20108.561%20207.026%20108.446%20207.241%20108.332ZM158.275%20105.908C158.27%20105.889%20158.969%20105.785%20158.972%20105.804C158.978%20105.823%20158.278%20105.927%20158.275%20105.908ZM221.401%2097.0445C221.157%2097.075%20220.91%2097.1061%20220.66%2097.1375C220.657%2097.1169%20220.648%2097.0971%20220.645%2097.0764C220.895%2097.0449%20221.142%2097.0137%20221.386%2096.9834C221.392%2097.0036%20221.398%2097.0238%20221.401%2097.0445ZM197.242%20111.478C197.252%20111.495%20197.926%20111.278%20197.918%20111.26C197.912%20111.241%20197.233%20111.46%20197.242%20111.478ZM95.2689%20115.586C95.2622%20115.567%2095.961%20115.455%2095.9657%20115.474C95.9719%20115.493%2095.2723%20115.605%2095.2689%20115.586ZM170.848%20104.05C170.846%20104.031%20170.143%20104.134%20170.149%20104.153C170.152%20104.172%20170.853%20104.069%20170.848%20104.05ZM237.259%2097.7394C237.39%2097.5904%20237.521%2097.5061%20237.626%2097.0929C237.68%2096.8551%20237.614%2096.5283%20237.466%2096.3282C237.354%2096.1709%20237.242%2096.0861%20237.135%2096.0189C236.896%2095.8808%20236.808%2095.8722%20236.687%2095.8366C236.579%2095.8083%20236.426%2095.7823%20236.354%2095.7734C236.188%2095.7508%20235.984%2095.7356%20235.808%2095.7287C235.654%2095.7228%20235.489%2095.7203%20235.311%2095.7208C235.152%2095.714%20235.053%2095.7093%20234.921%2095.7054C235.098%2095.6995%20235.31%2095.6957%20235.516%2095.6974C235.715%2095.6992%20235.903%2095.7032%20236.141%2095.7232C236.258%2095.7337%20236.335%2095.7408%20236.475%2095.7637C236.62%2095.7885%20236.758%2095.8196%20236.903%2095.8732C237.001%2095.9106%20237.139%2095.9729%20237.273%2096.08C237.341%2096.1343%20237.411%2096.2028%20237.476%2096.2908C237.564%2096.4099%20237.638%2096.5746%20237.663%2096.7451C237.689%2096.9159%20237.668%2097.0823%20237.627%2097.2139C237.592%2097.3244%20237.561%2097.3832%20237.523%2097.4515C237.448%2097.5806%20237.368%2097.673%20237.289%2097.754C237.275%2097.7524%20237.266%2097.7469%20237.259%2097.7394ZM229.392%20101.175C232.008%20100.29%20233.749%2099.5671%20234.291%2099.2281C231.316%20100.374%20229.515%20100.973%20227.953%20101.632C228.913%20101.297%20229.855%20100.963%20230.785%20100.624C230.344%20100.802%20229.846%20100.997%20229.392%20101.175ZM175.864%20118.512C175.848%20118.474%20175.829%20118.436%20175.812%20118.397C175.574%20118.475%20175.337%20118.552%20175.1%20118.629C175.119%20118.667%20175.135%20118.705%20175.151%20118.744C175.389%20118.667%20175.626%20118.59%20175.864%20118.512ZM143.418%20108.12C142.924%20108.195%20142.428%20108.27%20141.934%20108.345C141.931%20108.324%20141.921%20108.305%20141.918%20108.284C142.412%20108.209%20142.908%20108.134%20143.402%20108.06C143.409%20108.08%20143.415%20108.1%20143.418%20108.12ZM201.524%20110.145C201.52%20110.135%20201.516%20110.126%20201.51%20110.117C201.038%20110.269%20200.561%20110.423%20200.083%20110.577C200.086%20110.587%20200.091%20110.597%20200.097%20110.605C200.575%20110.451%20201.051%20110.297%20201.524%20110.145ZM93.0347%20115.913C93.028%20115.894%2093.7326%20115.781%2093.7381%20115.8C93.7442%20115.819%2093.0374%20115.933%2093.0347%20115.913ZM107.079%20113.63C107.086%20113.65%20107.095%20113.669%20107.098%20113.69C106.61%20113.767%20106.105%20113.846%20105.611%20113.924C105.978%20113.845%20106.346%20113.766%20106.711%20113.687C106.835%20113.668%20106.956%20113.649%20107.079%20113.63ZM119.722%20137.289C119.731%20137.306%20120.391%20137.069%20120.383%20137.051C120.376%20137.033%20119.711%20137.271%20119.722%20137.289ZM172.999%20119.411C172.993%20119.392%20172.98%20119.374%20172.974%20119.354C172.26%20119.586%20171.549%20119.818%20170.836%20120.05C170.843%20120.07%20170.856%20120.088%20170.862%20120.108C171.575%20119.875%20172.286%20119.644%20172.999%20119.411ZM158.049%20124.324C157.801%20124.379%20157.551%20124.434%20157.303%20124.488C156.828%20124.645%20156.352%20124.802%20155.878%20124.958C156.485%20124.791%20157.095%20124.622%20157.7%20124.456C157.815%20124.412%20157.931%20124.369%20158.049%20124.324ZM124.72%20148.21C124.712%20148.192%20124.027%20148.369%20124.036%20148.387C124.043%20148.406%20124.728%20148.228%20124.72%20148.21ZM160.479%20105.438C160.735%20105.432%20160.99%20105.425%20161.245%20105.419C161.98%20105.294%20162.715%20105.17%20163.451%20105.045C162.585%20105.128%20161.791%20105.238%20160.479%20105.438ZM170.822%20103.949C170.164%20104.013%20168.346%20104.351%20168.646%20104.321C169.313%20104.255%20171.121%20103.919%20170.822%20103.949ZM188.014%20114.639C187.998%20114.601%20187.979%20114.563%20187.963%20114.524C187.494%20114.692%20187.027%20114.86%20186.56%20115.028C186.563%20115.038%20186.567%20115.047%20186.574%20115.056C186.936%20114.955%20187.298%20114.854%20187.659%20114.754C187.775%20114.717%20187.896%20114.677%20188.014%20114.639ZM131.556%20109.846C131.55%20109.827%20132.252%20109.72%20132.258%20109.739C132.263%20109.758%20131.563%20109.865%20131.556%20109.846ZM225.822%20102.298C225.83%20102.316%20226.493%20102.095%20226.483%20102.078C226.479%20102.058%20225.814%20102.28%20225.822%20102.298ZM165.899%20121.795C165.889%20121.766%20165.872%20121.739%20165.859%20121.71C165.392%20121.879%20164.922%20122.049%20164.456%20122.219C164.819%20122.116%20165.181%20122.014%20165.543%20121.912C165.66%20121.874%20165.782%20121.834%20165.899%20121.795ZM213.727%20106.366C213.948%20106.251%20214.163%20106.137%20214.381%20106.023C213.913%20106.175%20213.436%20106.329%20212.956%20106.485C212.972%20106.523%20212.993%20106.56%20213.012%20106.598C213.252%20106.52%20213.491%20106.443%20213.727%20106.366ZM148.829%20127.462C149.933%20127.102%20151.797%20126.435%20152.351%20126.209C151.519%20126.438%20150.741%20126.688%20149.487%20127.111C149.269%20127.227%20149.049%20127.345%20148.829%20127.462ZM204.455%20109.396C204.667%20109.273%20204.884%20109.148%20205.102%20109.023C203.585%20109.549%20202.828%20109.839%20203.034%20109.855C203.511%20109.701%20203.985%20109.548%20204.455%20109.396ZM219.894%2097.1245C219.89%2097.1051%20220.607%2097.0141%20220.612%2097.0334C220.62%2097.0522%20219.901%2097.1434%20219.894%2097.1245ZM99.641%20114.713C99.646%20114.744%2099.661%20114.773%2099.6693%20114.803C99.9151%20114.764%20100.162%20114.725%20100.409%20114.685C100.4%20114.655%20100.392%20114.625%20100.38%20114.595C100.134%20114.634%2099.8869%20114.674%2099.641%20114.713ZM154.48%20140.456C154.474%20140.437%20153.785%20140.609%20153.792%20140.628C153.801%20140.646%20154.489%20140.474%20154.48%20140.456ZM229.957%2095.8123C228.798%2095.8915%20228.493%2095.9616%20227.311%2096.0887C227.31%2096.0889%20227.308%2096.089%20227.307%2096.0892C228.609%2096.0258%20230.702%2095.7743%20230.348%2095.9304C230.817%2095.8594%20231.348%2095.7858%20231.827%2095.7199C231.235%2095.7468%20230.534%2095.7735%20229.957%2095.8123ZM180.874%20116.918C180.868%20116.898%20180.855%20116.881%20180.849%20116.861C180.611%20116.938%20180.373%20117.015%20180.135%20117.092C180.142%20117.112%20180.151%20117.131%20180.161%20117.15C180.399%20117.073%20180.637%20116.995%20180.874%20116.918ZM181.221%20102.398C181.224%20102.418%20181.234%20102.438%20181.237%20102.458C181.732%20102.387%20182.227%20102.315%20182.719%20102.244C182.345%20102.277%20181.968%20102.311%20181.592%20102.344C181.47%20102.362%20181.343%20102.38%20181.221%20102.398ZM168.739%20120.834C168.736%20120.824%20168.733%20120.814%20168.727%20120.805C168.014%20121.038%20167.301%20121.271%20166.588%20121.504C166.591%20121.514%20166.596%20121.523%20166.602%20121.532C167.314%20121.299%20168.027%20121.067%20168.739%20120.834ZM105.022%20142.889C103.864%20143.317%20102.685%20143.758%20101.514%20144.203C101.525%20144.232%20101.542%20144.259%20101.557%20144.287C102.714%20143.814%20103.878%20143.345%20105.022%20142.889ZM98.7829%20145.405C98.7711%20145.376%2098.7519%20145.351%2098.737%20145.323C97.7518%20145.719%2097.2902%20145.932%2096.6928%20146.215C97.3237%20145.988%2097.8059%20145.81%2098.7829%20145.405ZM160.912%20123.382C160.919%20123.4%20161.594%20123.178%20161.585%20123.161C161.579%20123.142%20160.904%20123.364%20160.912%20123.382ZM155.219%20125.308C154.735%20125.446%20154.257%20125.582%20153.769%20125.722C153.776%20125.742%20153.786%20125.76%20153.795%20125.779C154.273%20125.621%20154.744%20125.465%20155.219%20125.308ZM154.501%20106.312C154.875%20106.272%20155.252%20106.232%20155.627%20106.192C155.749%20106.168%20155.871%20106.145%20155.996%20106.121C155.62%20106.161%20155.243%20106.202%20154.867%20106.242C154.746%20106.265%20154.625%20106.289%20154.501%20106.312ZM73.9507%20157.213C73.939%20157.196%2073.9245%20157.181%2073.9101%20157.165C73.5403%20157.445%2073.1732%20157.748%2072.932%20158.022C73.1898%20157.761%2073.5679%20157.476%2073.9507%20157.213ZM193.736%20112.823C196.649%20111.886%20194.497%20112.478%20193.698%20112.737C193.711%20112.765%20193.723%20112.794%20193.736%20112.823ZM101.858%20114.408C101.852%20114.389%20101.15%20114.5%20101.157%20114.519C101.16%20114.539%20101.864%20114.427%20101.858%20114.408ZM233.323%2095.6432C233.325%2095.6224%20232.621%2095.6694%20232.618%2095.6902C232.629%2095.7082%20233.335%2095.6612%20233.323%2095.6432ZM173.754%20119.215C173.761%20119.233%20174.438%20119.013%20174.428%20118.995C174.42%20118.977%20173.745%20119.197%20173.754%20119.215ZM196.801%20100.19C196.795%20100.17%20196.09%20100.27%20196.095%20100.289C196.103%20100.308%20196.805%20100.209%20196.801%20100.19ZM158.788%20124.114C158.797%20124.131%20159.47%20123.91%20159.462%20123.892C159.455%20123.873%20158.779%20124.096%20158.788%20124.114ZM93.9559%20147.418C93.9478%20147.399%2093.9364%20147.381%2093.9251%20147.363C93.6936%20147.462%2093.4643%20147.56%2093.238%20147.657C93.2462%20147.676%2093.2576%20147.694%2093.2689%20147.712C93.4952%20147.615%2093.7244%20147.516%2093.9559%20147.418ZM91.209%20148.556C91.2148%20148.574%2091.8714%20148.287%2091.8607%20148.271C91.8502%20148.253%2091.1973%20148.539%2091.209%20148.556ZM94.0733%20115.509C92.9251%20115.703%2091.829%20115.891%2090.7571%20116.075C91.1742%20116.06%2093.9593%20115.685%2095.1066%20115.465C95.9687%20115.3%2094.7315%20115.416%2094.0733%20115.509ZM169.341%20104.098C169.343%20104.108%20169.345%20104.118%20169.35%20104.128C169.845%20104.055%20170.338%20103.983%20170.83%20103.911C170.829%20103.9%20170.828%20103.89%20170.823%20103.88C170.331%20103.952%20169.836%20104.025%20169.341%20104.098ZM130.37%20133.717C130.363%20133.698%20130.353%20133.679%20130.343%20133.661C129.87%20133.824%20129.402%20133.986%20128.937%20134.148C129.295%20134.046%20129.654%20133.943%20130.019%20133.839C130.134%20133.799%20130.254%20133.758%20130.37%20133.717ZM121.855%20111.197C121.859%20111.217%20121.869%20111.237%20121.872%20111.257C122.119%20111.219%20122.367%20111.181%20122.614%20111.143C122.611%20111.122%20122.604%20111.102%20122.598%20111.082C122.35%20111.12%20122.103%20111.158%20121.855%20111.197ZM227.291%20101.906C227.305%20101.922%20227.968%20101.698%20227.956%20101.681C227.951%20101.662%20227.284%20101.887%20227.291%20101.906ZM225.864%20102.383C225.873%20102.401%20226.536%20102.18%20226.525%20102.162C226.521%20102.143%20225.858%20102.364%20225.864%20102.383ZM160.94%20123.488C160.934%20123.468%20160.921%20123.45%20160.914%20123.43C160.677%20123.508%20160.442%20123.586%20160.204%20123.664C160.211%20123.684%20160.221%20123.702%20160.23%20123.721C160.468%20123.643%20160.703%20123.565%20160.94%20123.488ZM166.36%20104.505C166.362%20104.515%20166.362%20104.526%20166.367%20104.535C166.862%20104.462%20167.348%20104.391%20167.849%20104.317C167.848%20104.307%20167.845%20104.297%20167.84%20104.287C167.339%20104.361%20166.855%20104.432%20166.36%20104.505ZM183.753%20116.051C183.75%20116.041%20183.746%20116.032%20183.739%20116.023C183.265%20116.176%20182.789%20116.331%20182.313%20116.485C182.316%20116.495%20182.318%20116.505%20182.324%20116.514C182.801%20116.359%20183.278%20116.205%20183.753%20116.051ZM119.639%20111.54C119.641%20111.551%20119.647%20111.56%20119.648%20111.57C120.14%20111.494%20120.633%20111.418%20121.126%20111.341C121.124%20111.331%20121.124%20111.321%20121.119%20111.311C120.625%20111.387%20120.131%20111.464%20119.639%20111.54ZM89.1975%20149.57C89.1889%20149.551%2089.1772%20149.533%2089.1656%20149.516C88.9369%20149.618%2088.7191%20149.717%2088.4875%20149.822C88.4961%20149.841%2088.5078%20149.859%2088.5196%20149.876C88.7507%20149.771%2088.9689%20149.673%2089.1975%20149.57ZM164.861%20104.663C164.864%20104.683%20164.874%20104.703%20164.877%20104.724C165.125%20104.687%20165.372%20104.65%20165.619%20104.614C165.616%20104.593%20165.607%20104.574%20165.604%20104.553C165.356%20104.59%20165.109%20104.626%20164.861%20104.663ZM104.791%20113.848C104.788%20113.829%20104.086%20113.94%20104.091%20113.959C104.094%20113.978%20104.797%20113.867%20104.791%20113.848ZM225.161%20102.699C224.438%20102.928%20223.741%20103.146%20223.002%20103.378C223.009%20103.398%20223.019%20103.417%20223.028%20103.436C223.768%20103.203%20224.463%20102.985%20225.187%20102.756C225.18%20102.736%20225.171%20102.718%20225.161%20102.699ZM106.445%20142.404C105.989%20142.581%20105.515%20142.764%20105.051%20142.945C105.406%20142.829%20105.783%20142.705%20106.132%20142.593C106.244%20142.549%20106.361%20142.504%20106.474%20142.46C106.467%20142.441%20106.453%20142.424%20106.445%20142.404ZM213.753%20106.423C213.75%20106.413%20213.746%20106.404%20213.739%20106.395C213.266%20106.548%20212.784%20106.705%20212.301%20106.861C212.304%20106.871%20212.308%20106.88%20212.315%20106.889C212.798%20106.733%20213.28%20106.577%20213.753%20106.423ZM225.049%2096.2538C223.242%2096.4611%20222.109%2096.6236%20222.07%2096.7092C223.881%2096.4908%20225.021%2096.3385%20225.049%2096.2538ZM170.785%20103.759C170.788%20103.78%20170.798%20103.8%20170.801%20103.82C171.287%20103.728%20171.771%20103.636%20172.265%20103.543C171.766%20103.616%20171.276%20103.687%20170.785%20103.759ZM189.5%20114.29C189.493%20114.271%20189.483%20114.252%20189.474%20114.233C188.998%20114.387%20188.521%20114.541%20188.042%20114.696C188.412%20114.598%20188.775%20114.503%20189.144%20114.405C189.261%20114.368%20189.382%20114.328%20189.5%20114.29ZM121.925%20136.749C121.922%20136.739%20121.917%20136.729%20121.91%20136.721C121.445%20136.887%20120.96%20137.06%20120.493%20137.228C120.496%20137.237%20120.501%20137.247%20120.508%20137.255C120.974%20137.088%20121.46%20136.914%20121.925%20136.749ZM234.442%2099.4539C234.462%2099.4685%20235.128%2099.1954%20235.11%2099.1799C235.112%2099.1597%20234.44%2099.4348%20234.442%2099.4539ZM146.296%20107.37C146.299%20107.391%20146.309%20107.41%20146.312%20107.431C147.055%20107.325%20148.734%20107.045%20148.521%20107.035C147.781%20107.146%20147.038%20107.258%20146.296%20107.37ZM153.848%20125.893C153.844%20125.884%20153.842%20125.873%20153.836%20125.864C153.36%20126.022%20152.884%20126.18%20152.41%20126.337C152.414%20126.347%20152.418%20126.356%20152.425%20126.365C152.898%20126.208%20153.372%20126.051%20153.848%20125.893ZM140.371%20130.465C140.364%20130.445%20140.354%20130.426%20140.344%20130.408C139.453%20130.715%20138.998%20130.844%20138.199%20131.101C138.212%20131.13%20138.227%20131.158%20138.24%20131.187C138.947%20130.947%20139.671%20130.701%20140.371%20130.465ZM192.348%20113.353C192.227%20113.387%20192.107%20113.42%20191.985%20113.454C191.635%20113.584%20191.283%20113.714%20190.93%20113.845C191.053%20113.81%20191.172%20113.777%20191.295%20113.743C191.647%20113.613%20191.998%20113.483%20192.348%20113.353ZM101.81%20114.257C101.807%20114.238%20101.102%20114.35%20101.107%20114.369C101.11%20114.388%20101.816%20114.276%20101.81%20114.257ZM89.6473%20155.941C89.651%20155.961%2089.658%20155.981%2089.665%20156.001C90.1475%20155.914%2090.6537%20155.821%2091.1312%20155.732C90.7653%20155.779%2090.3886%20155.827%2090.0121%20155.874C89.8913%20155.896%2089.7668%20155.919%2089.6473%20155.941ZM192.281%20100.653C191.792%20100.723%20191.304%20100.793%20190.827%20100.861C190.829%20100.872%20190.831%20100.882%20190.836%20100.892C191.56%20100.789%20192.328%20100.679%20193.067%20100.575C193.183%20100.516%20193.296%20100.458%20193.409%20100.4C193.034%20100.484%20192.656%20100.569%20192.281%20100.653ZM111.406%20140.605C111.411%20140.623%20112.07%20140.377%20112.062%20140.359C112.054%20140.341%20111.395%20140.587%20111.406%20140.605ZM135.16%20109.074C135.156%20109.055%20134.455%20109.162%20134.459%20109.181C134.462%20109.201%20135.166%20109.093%20135.16%20109.074ZM138.146%20108.619C138.272%20108.606%20138.395%20108.592%20138.52%20108.578C138.887%20108.507%20139.255%20108.435%20139.618%20108.364C139.496%20108.377%20139.368%20108.392%20139.242%20108.406C138.875%20108.477%20138.509%20108.549%20138.146%20108.619ZM212.368%20107.003C213.447%20106.631%20213.918%20106.433%20215.206%20106.018C215.203%20106.008%20215.198%20105.999%20215.192%20105.99C215.191%20105.99%20215.19%20105.99%20215.19%20105.991C214.224%20106.304%20213.301%20106.602%20212.326%20106.918C212.339%20106.947%20212.352%20106.976%20212.368%20107.003ZM158.856%20124.305C158.849%20124.285%20158.836%20124.268%20158.83%20124.248C158.365%20124.423%20157.9%20124.598%20157.433%20124.774C157.907%20124.618%20158.381%20124.462%20158.856%20124.305ZM106.248%20113.523C106.245%20113.504%20105.54%20113.615%20105.547%20113.634C105.553%20113.653%20106.252%20113.542%20106.248%20113.523ZM178.824%20117.764C178.833%20117.782%20179.509%20117.563%20179.5%20117.545C179.494%20117.526%20178.815%20117.746%20178.824%20117.764ZM104.43%20143.304C104.436%20143.323%20105.093%20143.067%20105.084%20143.049C105.075%20143.031%20104.42%20143.287%20104.43%20143.304ZM163.142%20122.929C163.136%20122.909%20163.126%20122.891%20163.116%20122.872C162.879%20122.95%20162.642%20123.027%20162.405%20123.105C162.411%20123.125%20162.421%20123.144%20162.431%20123.163C162.668%20123.085%20162.905%20123.007%20163.142%20122.929ZM164.089%20104.682C164.091%20104.692%20164.094%20104.703%20164.099%20104.712C164.594%20104.639%20165.089%20104.566%20165.583%20104.493C165.582%20104.483%20165.581%20104.472%20165.576%20104.462C165.082%20104.535%20164.586%20104.609%20164.089%20104.682ZM188.806%20114.564C188.687%20114.597%20188.565%20114.631%20188.442%20114.665C188.089%20114.795%20187.739%20114.925%20187.391%20115.054C187.512%20115.021%20187.631%20114.988%20187.752%20114.954C188.1%20114.825%20188.456%20114.694%20188.806%20114.564ZM184.558%20116.02C185.355%20115.748%20185.76%20115.592%20186.688%20115.298C186.324%20115.394%20185.955%20115.492%20185.589%20115.588C184.867%20115.852%20184.412%20116.02%20184.558%20116.02ZM195.244%20100.188C195.231%20100.17%20194.544%20100.267%20194.547%20100.286C194.554%20100.305%20195.244%20100.208%20195.244%20100.188ZM207.154%2098.4842C207.656%2098.4367%20208.146%2098.3909%20208.641%2098.3447C208.638%2098.324%20208.632%2098.3037%20208.626%2098.2836C208.134%2098.3503%20207.65%2098.4165%20207.154%2098.4842ZM155.907%20105.881C155.904%20105.862%20155.198%20105.967%20155.204%20105.986C155.21%20106.005%20155.912%20105.9%20155.907%20105.881ZM216.074%2097.3348C216.069%2097.3155%20215.366%2097.408%20215.369%2097.4274C215.373%2097.4467%20216.081%2097.3537%20216.074%2097.3348ZM167.05%20104.229C167.175%20104.216%20167.297%20104.203%20167.422%20104.19C167.791%20104.12%20168.161%20104.05%20168.529%20103.98C168.403%20103.993%20168.279%20104.006%20168.153%20104.019C167.784%20104.09%20167.413%20104.16%20167.05%20104.229ZM99.5617%20114.52C99.5584%20114.5%2098.8592%20114.612%2098.8655%20114.631C98.8684%20114.65%2099.5659%20114.539%2099.5617%20114.52ZM165.991%20121.996C165.517%20122.151%20165.044%20122.306%20164.571%20122.46C164.578%20122.48%20164.588%20122.499%20164.597%20122.518C164.714%20122.479%20164.834%20122.44%20164.95%20122.402C165.298%20122.266%20165.643%20122.131%20165.991%20121.996ZM160.323%20123.872C160.334%20123.889%20161.002%20123.669%20160.994%20123.651C160.987%20123.633%20160.315%20123.853%20160.323%20123.872ZM84%20116.921C84.0629%20116.947%2084.415%20116.915%2084.7646%20116.891C84.272%20116.971%2083.7819%20117.052%2083.2942%20117.132C83.3019%20117.116%2083.3087%20117.1%2083.3163%20117.084C82.8119%20117.15%2082.2863%20117.219%2081.7772%20117.286C82.522%20117.164%2083.2687%20117.039%2084%20116.921ZM93.6284%20115.438C93.625%20115.418%2092.9195%20115.532%2092.9251%20115.551C92.9279%20115.57%2093.6334%20115.457%2093.6284%20115.438ZM174.461%20103.095C174.463%20103.106%20174.469%20103.115%20174.47%20103.126C174.965%20103.053%20175.452%20102.982%20175.949%20102.91C175.948%20102.899%20175.945%20102.889%20175.94%20102.88C175.443%20102.952%20174.956%20103.023%20174.461%20103.095ZM225.252%20102.899C225.245%20102.88%20225.235%20102.861%20225.225%20102.842C224.978%20102.924%20224.747%20103.001%20224.514%20103.078C224.524%20103.096%20224.53%20103.116%20224.54%20103.135C224.773%20103.058%20225.004%20102.981%20225.252%20102.899ZM213.13%20106.806C213.141%20106.823%20213.816%20106.604%20213.806%20106.587C213.799%20106.568%20213.122%20106.788%20213.13%20106.806ZM191.001%20113.953C191.012%20113.97%20191.689%20113.751%20191.679%20113.734C191.672%20113.715%20190.992%20113.935%20191.001%20113.953ZM188.56%20101.026C188.062%20101.098%20187.558%20101.17%20187.071%20101.24C187.07%20101.229%20187.064%20101.22%20187.063%20101.209C187.549%20101.14%20188.053%20101.067%20188.551%20100.996C188.556%20101.006%20188.559%20101.016%20188.56%20101.026ZM89.1533%20116.065C89.1493%20116.046%2088.4456%20116.16%2088.4525%20116.179C88.4567%20116.198%2089.1595%20116.084%2089.1533%20116.065ZM186.322%20101.315C185.583%20101.421%20184.838%20101.528%20184.089%20101.636C184.087%20101.626%20184.081%20101.616%20184.08%20101.606C184.83%20101.498%20185.576%20101.391%20186.315%20101.285C186.32%20101.294%20186.321%20101.305%20186.322%20101.315ZM91.37%20115.675C91.3665%20115.655%2090.6704%20115.768%2090.6761%20115.787C90.6788%20115.806%2091.3748%20115.694%2091.37%20115.675ZM94.3377%20115.197C94.3331%20115.178%2093.6246%20115.292%2093.6314%20115.31C93.6351%20115.33%2094.3439%20115.216%2094.3377%20115.197ZM158.228%20124.759C158.237%20124.777%20157.563%20124.999%20157.557%20124.98C157.548%20124.962%20158.222%20124.74%20158.228%20124.759ZM160.389%20124.064C160.627%20123.986%20160.863%20123.908%20161.101%20123.83C161.11%20123.849%20161.12%20123.868%20161.127%20123.888C160.89%20123.966%20160.653%20124.043%20160.415%20124.122C160.405%20124.103%20160.395%20124.084%20160.389%20124.064Z%22%20fill%3D%22%23F60F1A%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(35%, 15%);
}

.partners__title ._accent {
  color: var(--accent2);
}

.partners__head-right {
  width: 603px;
  position: relative;
}

.partners__image {
  position: absolute;
  aspect-ratio: 506/296;
  width: 506px;
  top: -44px;
  right: 0;
  background: center/contain no-repeat;
}

.partners__image_mob {
  display: none;
}

.partners__head-text {
  background: rgba(0, 0, 0, 0.4);
  max-width: 310px;
  padding: 16px 27px 14px;
  border: 1px solid oklch(100% 0.00011 271.152/0.302);
  border-radius: 5px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-size: var(--l);
  font-weight: 500;
  line-height: 1.25;
  margin-top: 15px;
}

.partners__head-text ._accent {
  font-weight: 700;
}

.partners__indicators {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 63px;
}

.partners__indicators .item {
  max-width: 165px;
}

.partners__indicators .item p:first-child {
  display: flex;
  font-size: 48px;
  color: var(--accent2);
}

.partners__indicators .item p:last-child {
  font-size: var(--s);
}

.partners__indicators .item p:last-child b {
  font-weight: 700;
}

.partners__indicators .item:nth-child(3) {
  max-width: 219px;
}

.partners__indicators-image {
  display: none;
}

.partners__bottom-title {
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.partners__bottom-title ._accent {
  color: var(--accent2);
}

.partners__bottom-items {
  display: flex;
  gap: 26px;
}

.partners__bottom-items .item {
  flex: 1 1 33.33%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.partners__bottom-items .item__icon {
  flex: 0 0 auto;
  background: center/contain no-repeat;
  aspect-ratio: 1/1;
  width: 26px;
}

.partners__bottom-items .item__text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.partners__bottom-items .item__text b {
  display: block;
  font-weight: 700;
  color: var(--white);
}

.partners-packages-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  background: top left/cover repeat-x
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221365%22%20height%3D%2246%22%20viewBox%3D%220%200%201366%2046%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M1350.99%200C1356.52%200%201361%204.48092%201361%2010.0078H1366V45.0332L0%2045.0332L0%2010.0078L7.50586%2010.0078C7.50586%204.48108%2011.986%200.000263364%2017.5127%200C23.0396%200%2027.5205%204.48092%2027.5205%2010.0078L40.0303%2010.0078C40.0303%204.48108%2044.5104%200.000263364%2050.0371%200C55.564%200%2060.0449%204.48092%2060.0449%2010.0078L72.5527%2010.0078C72.5527%204.48092%2077.0337%200%2082.5605%200C88.0873%200.000181931%2092.5674%204.48103%2092.5674%2010.0078L105.077%2010.0078C105.077%204.48092%20109.558%200%20115.085%200C120.612%200.000181931%20125.092%204.48103%20125.092%2010.0078H137.601C137.601%204.48108%20142.081%200.000263363%20147.607%200C153.134%200%20157.615%204.48092%20157.615%2010.0078L170.125%2010.0078C170.125%204.48108%20174.605%200.000263363%20180.132%200C185.659%200%20190.14%204.48092%20190.14%2010.0078L202.648%2010.0078C202.648%204.48108%20207.129%200.000255117%20212.655%200C218.182%200%20222.663%204.48092%20222.663%2010.0078L235.172%2010.0078C235.172%204.48108%20239.652%200.000263363%20245.179%200C250.706%200%20255.187%204.48092%20255.187%2010.0078H267.696C267.696%204.48108%20272.176%200.000263363%20277.703%200C283.23%200%20287.711%204.48092%20287.711%2010.0078L300.22%2010.0078C300.22%204.48102%20304.7%200.000164412%20310.227%200C315.753%200%20320.234%204.48092%20320.234%2010.0078L332.743%2010.0078C332.743%204.48092%20337.224%200%20342.751%200C348.278%200.000214914%20352.758%204.48105%20352.758%2010.0078L365.268%2010.0078C365.268%204.48092%20369.748%200%20375.275%200C380.802%200.000214914%20385.282%204.48105%20385.282%2010.0078H397.792C397.792%204.48092%20402.273%200%20407.8%200C413.327%200.000214914%20417.807%204.48105%20417.807%2010.0078L430.314%2010.0078C430.314%204.48106%20434.795%200.000230379%20440.321%200C445.848%200%20450.329%204.48092%20450.329%2010.0078L462.839%2010.0078C462.839%204.48106%20467.319%200.000230379%20472.846%200C478.373%200%20482.854%204.48092%20482.854%2010.0078L495.363%2010.0078C495.363%204.48106%20499.843%200.000230379%20505.37%200C510.897%200%20515.378%204.48092%20515.378%2010.0078H527.888C527.888%204.48106%20532.368%200.000230379%20537.895%200C543.421%200%20547.902%204.48092%20547.902%2010.0078L560.41%2010.0078C560.41%204.48108%20564.89%200.000263362%20570.417%200C575.944%200%20580.425%204.48092%20580.425%2010.0078L592.935%2010.0078C592.935%204.48108%20597.415%200.000263362%20602.941%200C608.468%200%20612.949%204.48092%20612.949%2010.0078L625.459%2010.0078C625.459%204.48108%20629.939%200.000263362%20635.466%200C640.993%200%20645.474%204.48092%20645.474%2010.0078L657.981%2010.0078C657.981%204.48108%20662.462%200.000263362%20667.988%200C673.515%200%20677.996%204.48092%20677.996%2010.0078L690.506%2010.0078C690.506%204.48108%20694.986%200.000263362%20700.513%200C706.04%200%20710.521%204.48092%20710.521%2010.0078L723.03%2010.0078C723.03%204.48108%20727.51%200.000263362%20733.037%200C738.564%200%20743.045%204.48092%20743.045%2010.0078L755.552%2010.0078C755.552%204.48108%20760.032%200.000263362%20765.559%200C771.085%200%20775.566%204.48092%20775.566%2010.0078L788.076%2010.0078C788.076%204.48108%20792.556%200.000263362%20798.083%200C803.61%200%20808.091%204.48092%20808.091%2010.0078L820.601%2010.0078C820.601%204.48108%20825.081%200.000263362%20830.607%200C836.134%200%20840.615%204.48092%20840.615%2010.0078L853.125%2010.0078C853.125%204.48108%20857.605%200.000263362%20863.132%200C868.659%200%20873.14%204.48092%20873.14%2010.0078L885.647%2010.0078C885.647%204.48108%20890.128%200.000263362%20895.654%200C901.181%200%20905.662%204.48092%20905.662%2010.0078L918.172%2010.0078C918.172%204.48108%20922.652%200.000263362%20928.179%200C933.706%200%20938.187%204.48092%20938.187%2010.0078L950.696%2010.0078C950.696%204.48108%20955.176%200.000263362%20960.703%200C966.23%200%20970.711%204.48092%20970.711%2010.0078L983.219%2010.0078C983.219%204.48092%20987.7%200%20993.227%200C998.753%200.000198421%201003.23%204.48104%201003.23%2010.0078L1015.74%2010.0078C1015.74%204.48092%201020.22%200%201025.75%200C1031.28%200.000198421%201035.76%204.48104%201035.76%2010.0078L1048.27%2010.0078C1048.27%204.48092%201052.75%200%201058.28%200C1063.8%200.000198421%201068.28%204.48104%201068.28%2010.0078L1080.79%2010.0078C1080.79%204.48092%201085.27%200%201090.8%200C1096.33%206.6485e-05%201100.81%204.48096%201100.81%2010.0078L1113.31%2010.0078C1113.31%204.48108%201117.79%200.000263361%201123.32%200C1128.85%200%201133.33%204.48092%201133.33%2010.0078L1145.84%2010.0078C1145.84%204.48104%201150.32%200.000197394%201155.85%200C1161.37%200%201165.85%204.48092%201165.85%2010.0078L1178.36%2010.0078C1178.36%204.48092%201182.84%200%201188.37%200C1193.9%200.000132453%201198.38%204.481%201198.38%2010.0078H1210.89C1210.89%204.48092%201215.37%200%201220.89%200C1226.42%200.000132453%201230.9%204.481%201230.9%2010.0078L1243.41%2010.0078C1243.41%204.481%201247.89%200.000131426%201253.42%200C1258.94%200%201263.42%204.48092%201263.42%2010.0078L1275.93%2010.0078C1275.93%204.481%201280.41%200.000131426%201285.94%200C1291.47%200%201295.95%204.48092%201295.95%2010.0078L1308.46%2010.0078C1308.46%204.48108%201312.94%200.00026336%201318.46%200C1323.99%200%201328.47%204.48092%201328.47%2010.0078H1340.98C1340.98%204.48096%201345.46%206.54561e-05%201350.99%200Z%22%20fill%3D%22%23212121%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  margin-top: -5px;
  transform: rotate(180deg);
}

.partners-packages-wrapper__inner {
  background: var(--black) center/contain no-repeat;
}

.partners-packages {
  padding: var(--sp) 0;
}

.partners-packages__title {
  color: #fff;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.partners-packages__title:before {
  content: '';
  display: block;
  background: center/contain no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22498%22%20height%3D%2221%22%20viewBox%3D%220%200%20498%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M470.627%2019.4178C470.703%2019.48%20469.706%2019.5203%20467.881%2019.5333C467.806%2019.4711%20468.801%2019.4308%20470.627%2019.4178ZM376.549%2019.9269C376.545%2019.968%20376.561%2020.0101%20376.561%2020.0515C375.505%2020.0588%20374.417%2020.0641%20373.374%2020.0715C372.331%2020.0789%20371.101%2020.1026%20371.096%2020.0542C372.326%2020.0458%20373.461%2020.0489%20374.285%2020.0026C375.109%2019.9562%20374.505%2019.9259%20376.549%2019.9269ZM378.36%2019.8216C378.978%2019.8697%20379.594%2019.9178%20380.213%2019.9658C381.745%2019.9353%20383.261%2019.9046%20384.771%2019.874C384.275%2019.9818%20382.257%2020.025%20379.309%2020.0341C378.995%2019.9633%20378.674%2019.8925%20378.36%2019.8216ZM388.467%2019.8479C389.063%2019.8551%20389.657%2019.8623%20390.255%2019.8694C389.34%2019.8756%20388.421%2019.8816%20387.509%2019.8878C387.209%2019.9209%20386.913%2019.9541%20386.613%2019.9872C386.605%2019.9248%20386.596%2019.8621%20386.587%2019.7997C387.195%2019.7957%20387.804%2019.7915%20388.413%2019.7875C388.43%2019.8076%20388.45%2019.8278%20388.467%2019.8479ZM395.749%2019.8314C395.923%2019.8614%20395.17%2019.9374%20393.938%2019.9373C393.933%2019.9061%20393.923%2019.8749%20393.923%2019.8436C394.538%2019.8396%20395.143%2019.8354%20395.749%2019.8314ZM367.418%2019.982C367.454%2019.9874%20367.431%2019.9927%20367.39%2019.9984C368.01%2019.9996%20368.634%2020.0011%20369.26%2020.0021C367.97%2020.094%20365.239%2020.0898%20362.858%2020.118C361.401%2020.1353%20361.09%2020.1384%20360.123%2020.1015C360.894%2020.0929%20361.659%2020.0837%20362.428%2020.0747C362.565%2020.0526%20362.706%2020.0305%20362.844%2020.0084C364.385%2019.9949%20365.058%2020.0226%20366.049%2020.0524C365.894%2020.0325%20365.736%2020.0126%20365.581%2019.9926C366.188%2019.9885%20366.793%2019.9871%20367.398%2019.9821C367.405%2019.982%20367.411%2019.982%20367.418%2019.982ZM412.191%2019.8085C411.887%2019.8108%20411.583%2019.813%20411.279%2019.8151C411.274%2019.7943%20411.27%2019.7734%20411.27%2019.7525C411.574%2019.7502%20411.878%2019.7481%20412.183%2019.7459C412.187%2019.7667%20412.191%2019.7876%20412.191%2019.8085ZM111.76%200.52124C113.878%200.543508%20115.629%200.55484%20117.222%200.61151C118.429%200.528162%20120.07%200.581635%20121.494%200.575804C125.274%200.560104%20129.331%200.556244%20132.438%200.57965C135.578%200.602914%20135.115%200.611926%20138.313%200.60565C140.589%200.601083%20143.899%200.6285%20146.42%200.635496C146.315%200.656337%20146.127%200.67746%20145.993%200.6983C147.342%200.688026%20148.73%200.68214%20150.09%200.674863C150.428%200.673007%20150.742%200.691693%20150.968%200.689694C152.885%200.673133%20154.464%200.626398%20156.473%200.632383C157.815%200.674207%20157.553%200.736229%20159.697%200.724667C159.393%200.693549%20159.071%200.66222%20158.775%200.631101C160.155%200.63253%20161.536%200.663025%20162.873%200.662046C163.634%200.661475%20164.309%200.635484%20164.751%200.633482C168.487%200.61664%20170.495%200.664322%20172.956%200.750668C173.858%200.71942%20174.772%200.687801%20175.677%200.656553C176.745%200.676676%20177.818%200.696854%20178.885%200.716977C178.273%200.686164%20177.655%200.654712%20177.047%200.624327C178.344%200.607913%20179.086%200.642743%20180.223%200.64575C181.008%200.64789%20181.189%200.621148%20182.073%200.620848C184.893%200.619563%20187.87%200.620506%20190.741%200.618651C190.753%200.649742%20190.756%200.681166%20190.76%200.712399C191.826%200.69113%20192.889%200.669725%20193.952%200.648313C193.806%200.679554%20193.658%200.711003%20193.508%200.742245C194.567%200.710556%20195.625%200.678863%20196.685%200.647031C197.293%200.709267%20197.938%200.771601%20198.536%200.833979C199.666%200.81685%20198.706%200.72778%20199.952%200.692807C201.008%200.663172%20201.13%200.700174%20202.234%200.699033C203.337%200.697877%20203.36%200.648693%20205.029%200.642271C206.707%200.635991%20210.362%200.629331%20212.171%200.63989C214.373%200.652878%20215.592%200.70225%20217.731%200.701413C220.383%200.700271%20222.298%200.700569%20225.176%200.704709C225.881%200.705736%20228.082%200.759714%20228.694%200.787838C229.538%200.714752%20232.316%200.745842%20233.498%200.721005C234.686%200.696163%20233.55%200.646903%20235.106%200.630918C235.318%200.650163%20235.724%200.6719%20235.948%200.691709C236.624%200.683135%20236.077%200.664162%20237.182%200.663877C238.3%200.663598%20241.983%200.679456%20243.075%200.692441C244.877%200.713567%20244.558%200.760864%20246.514%200.750301C246.485%200.729779%20246.523%200.709119%20246.523%200.688596C247.901%200.687739%20249.264%200.686889%20250.612%200.686032C250.612%200.706844%20250.616%200.727659%20250.62%200.74847C255.066%200.616021%20259.503%200.572222%20264.317%200.707822C265.579%200.691401%20266.641%200.654859%20268.109%200.650144C271.775%200.638012%20276.268%200.691163%20279.718%200.704159C282.452%200.71415%20283.981%200.71241%20286.278%200.67175C287.017%200.722706%20287.817%200.774092%20288.556%200.82519C288.548%200.783806%20288.549%200.74121%20288.537%200.700681C289.853%200.681724%20290.535%200.721695%20291.748%200.723568C292.956%200.725424%20292.241%200.676246%20293.918%200.667539C294.452%200.66426%20297.603%200.666672%20299.068%200.662961C299.089%200.66291%20299.11%200.662858%20299.132%200.662806C299.221%200.663506%20299.275%200.661593%20299.405%200.673134C299.441%200.677022%20299.483%200.68086%20299.563%200.697266C299.652%200.730559%20299.739%200.689046%20300.124%200.959398C300.301%201.08639%20300.677%201.51389%20300.63%202.10713C300.573%202.68293%20300.274%202.92977%20300.144%203.04513C299.854%203.26362%20299.777%203.25372%20299.701%203.28713C299.551%203.33226%20299.576%203.32057%20299.547%203.32839C299.527%203.33264%20299.51%203.33594%20299.494%203.33885C299.463%203.34463%20299.437%203.3489%20299.41%203.3529C299.308%203.3683%20299.2%203.38075%20299.057%203.39606C298.828%203.42013%20298.738%203.42877%20298.539%203.44769C298.362%203.46441%20298.121%203.48613%20297.928%203.5033C297.773%203.51721%20297.605%203.53197%20297.426%203.54759C297.089%203.57712%20296.59%203.61927%20296.267%203.6467C295.925%203.67578%20295.554%203.70701%20295.154%203.74041C293.606%203.8698%20291.993%204.00305%20290.417%204.13361C287.658%204.36138%20284.757%204.54263%20284.719%204.42729C284.713%204.41054%20285.862%204.33898%20285.175%204.34752C284.102%204.36172%20281.6%204.47851%20287.354%204.00951C287.288%203.97999%20287.311%203.95029%20287.329%203.91559C289.68%203.79221%20292.555%203.46955%20289.344%203.69528C288.246%203.77113%20283.96%204.20699%20283.308%204.30449C281.642%204.55071%20284.508%204.3906%20283.506%204.5929C283.303%204.62697%20278.724%205.08651%20277.881%205.16316C276.715%205.26762%20276.639%205.24761%20275.934%205.30321C274.645%205.40535%20274.524%205.45553%20273.229%205.56415C271.737%205.68947%20270.018%205.79374%20268.308%205.96441C268.879%205.8712%20269.48%205.77649%20270.065%205.68301C267.087%205.94536%20267.136%206.05111%20265.104%206.2837C264.473%206.32057%20263.827%206.35905%20263.187%206.39744C262.466%206.46911%20261.736%206.54216%20261.005%206.61559C258.58%206.76581%20255.343%206.90995%20261.877%206.3918C261.997%206.31859%20261.62%206.31051%20262.01%206.20762C262.277%206.13797%20263.222%206.02376%20261.343%206.15891C261.221%206.21076%20261.049%206.2693%20260.91%206.32378C258.157%206.59161%20257.644%206.74525%20256.854%206.89647C256.529%206.9587%20258.04%206.85329%20257.271%206.94836C256.069%207.09652%20254.301%207.18541%20254.627%207.11168C254.297%207.14306%20254.02%207.17054%20253.71%207.20077C253.704%207.22232%20253.714%207.24157%20253.7%207.26436C251.876%207.42636%20250.389%207.6202%20248.783%207.78696C247.455%207.9253%20247.309%207.90576%20245.986%208.041C243.553%208.29163%20243.164%208.3833%20240.107%208.72489C238.808%208.86783%20233.632%209.39313%20231.474%209.64924C230.92%209.71425%20230.655%209.77543%20229.708%209.87869C227.561%2010.112%20225.173%2010.3385%20225.567%2010.1985C225.1%2010.2775%20224.668%2010.353%20224.213%2010.4315C225.37%2010.3248%20226.569%2010.2018%20226.511%2010.2703C224.259%2010.5047%20222.193%2010.8252%20219.778%2011.1305C219.2%2011.2034%20218.149%2011.2763%20217.451%2011.3862C217.426%2011.4199%20217.517%2011.4406%20217.43%2011.4827C216.741%2011.5946%20214.75%2011.8344%20214.463%2011.876C212.604%2012.1403%20211.137%2012.3311%20209.911%2012.5144C208.687%2012.6978%20207.911%2012.8821%20207.199%2012.9923C205.141%2013.3124%20203.949%2013.4473%20202.573%2013.6444C202.452%2013.6862%20202.283%2013.7372%20202.144%2013.7828C201.282%2013.9349%20200.353%2014.1038%20199.484%2014.2671C199.48%2014.2467%20199.444%2014.232%20199.448%2014.2104C197.478%2014.6369%20196.231%2014.8935%20193.597%2015.4638C192.027%2015.8108%20191.437%2015.9199%20190.199%2016.2986C189.557%2016.4414%20188.998%2016.5704%20188.425%2016.7089C186.443%2017.2881%20184.604%2017.8712%20183.064%2018.5093L182.645%2016.021C184.536%2016.1769%20186.755%2016.3402%20188.979%2016.4608C188.995%2016.482%20189.013%2016.5034%20189.024%2016.5244C189.637%2016.549%20190.275%2016.5732%20190.904%2016.596C190.272%2016.5317%20189.613%2016.4641%20189.016%2016.3992C190.508%2016.4593%20191.799%2016.5522%20193.028%2016.6074C195.022%2016.6959%20196.321%2016.709%20198.111%2016.7618C198.127%2016.7819%20198.159%2016.8033%20198.179%2016.8239C199.486%2016.8884%20201.001%2016.9556%20202.24%2017.012C203.423%2017.0039%20204.639%2016.9946%20205.889%2016.9843C206.542%2017.0208%20207.239%2017.0577%20207.841%2017.092C208.399%2017.0949%20208.96%2017.0976%20209.529%2017.1001C209.384%2017.1385%20209.238%2017.1772%20209.094%2017.2156C210.722%2017.179%20212.451%2017.1417%20214.122%2017.1007C214.719%2017.1641%20215.318%2017.2274%20215.927%2017.2904C216.677%2017.2623%20217.437%2017.2335%20218.204%2017.2047C219.411%2017.2359%20220.693%2017.2671%20221.839%2017.2951C221.859%2017.3158%20221.881%2017.3365%20221.901%2017.3572C222.636%2017.3578%20223.383%2017.358%20224.132%2017.3581C224.131%2017.3789%20224.148%2017.4002%20224.131%2017.4207C225.557%2017.4053%20226.689%2017.3858%20228.726%2017.4222C229.817%2017.4427%20233.943%2017.5156%20234.805%2017.5138C237.515%2017.5092%20237.281%2017.4559%20240.107%2017.5036C240.086%2017.5229%20240.157%2017.5435%20240.174%2017.5635C242.128%2017.6121%20244.186%2017.6597%20246.083%2017.7048C246.054%2017.6837%20246.029%2017.6626%20246%2017.6415C245.572%2017.6282%20245.145%2017.615%20244.72%2017.6015C246.387%2017.5928%20248.103%2017.5844%20249.795%2017.5732C252.993%2017.6452%20255.419%2017.609%20258.868%2017.6555C260.338%2017.6753%20261.742%2017.7551%20263.84%2017.728C263.902%2017.7097%20263.864%2017.6876%20263.901%2017.6675C266.041%2017.6644%20269.285%2017.7263%20271.214%2017.7641C272.577%2017.7914%20272.274%2017.8195%20273.907%2017.7845C274.358%2017.8169%20274.842%2017.8486%20275.307%2017.8806C275.453%2017.8392%20275.602%2017.7977%20275.748%2017.7563C277.965%2017.8027%20279.161%2017.7949%20280.804%2017.73C281.27%2017.7459%20281.698%2017.7616%20282.15%2017.7774C280.859%2017.8211%20281.375%2017.8491%20282.636%2017.887C283.402%2017.8819%20283.132%2017.8435%20283.527%2017.8243C285.1%2017.7489%20285.994%2017.7799%20288.027%2017.7843C291.377%2017.7912%20293.927%2017.7738%20297.199%2017.791C297.813%2017.7943%20298.592%2017.8269%20299.492%2017.8148C299.529%2017.8467%20299.517%2017.8773%20299.534%2017.9087C301.838%2017.8728%20303.286%2017.8037%20305.885%2017.8036C305.902%2017.824%20305.927%2017.8447%20305.943%2017.8651C307.137%2017.8627%20308.34%2017.86%20309.544%2017.8572C309.548%2017.8365%20309.557%2017.8158%20309.561%2017.7951C310.329%2017.8136%20311.101%2017.8321%20311.874%2017.8505C313.253%2017.8265%20314.587%2017.8027%20315.954%2017.778C316.24%2017.8685%20314.212%2017.8267%20312.78%2017.8817C312.19%2017.9045%20311.94%2017.9507%20311.425%2017.9778C312.984%2017.9746%20314.451%2017.9698%20315.971%2017.9655C316.294%2017.9128%20316.524%2017.8594%20316.906%2017.8072C318.002%2017.7906%20320.955%2017.8269%20321.771%2017.8238C328.099%2017.7999%20333.281%2017.7474%20339.453%2017.7503C340.303%2017.7507%20340.791%2017.7118%20342.129%2017.7086C343.845%2017.7042%20346.839%2017.7423%20348.437%2017.7713C349.378%2017.7472%20350.227%2017.7221%20351.135%2017.6976C352.388%2017.721%20353.64%2017.7453%20354.905%2017.768C356.69%2017.7543%20358.534%2017.7118%20360.291%2017.7091C362.454%2017.706%20363.226%2017.744%20365.285%2017.68C365.44%2017.7005%20365.597%2017.7201%20365.756%2017.7402C368.873%2017.6603%20371.94%2017.679%20374.905%2017.7165C375.046%2017.6845%20375.216%2017.6514%20375.337%2017.6202C377.617%2017.5846%20378.283%2017.6481%20380.483%2017.6425C381.578%2017.6397%20382.399%2017.5835%20384.1%2017.6003C385.175%2017.6109%20385.87%2017.6581%20387.611%2017.6032C389.12%2017.6372%20388.616%2017.698%20391.003%2017.6771C390.782%2017.4902%20395.004%2017.5982%20395.556%2017.5982C398.914%2017.5981%20400.04%2017.5587%20402.775%2017.562C402.758%2017.5405%20402.739%2017.5208%20402.839%2017.5003C404.689%2017.4605%20408.067%2017.4909%20409.445%2017.4835C413.082%2017.4641%20416.516%2017.4385%20419.518%2017.4081C423.065%2017.372%20424.095%2017.4091%20427.065%2017.4102C429.565%2017.411%20431.701%2017.3672%20434.28%2017.3638C434.833%2017.3631%20435.699%2017.3893%20436.527%2017.3744C436.577%2017.3953%20436.57%2017.4149%20436.603%2017.4353C439.858%2017.3368%20442.457%2017.3358%20446.067%2017.3325C448.121%2017.3307%20449.729%2017.3173%20451.847%2017.3128C452.668%2017.3109%20453.24%2017.2688%20454.35%2017.2682C455.193%2017.2679%20456.394%2017.2936%20457.556%2017.2707C457.607%2017.2915%20457.62%2017.3109%20457.624%2017.332C460.039%2017.2593%20460.94%2017.2909%20463.547%2017.2841C465.435%2017.2791%20465.777%2017.2557%20468.395%2017.2371C471.433%2017.2153%20477.266%2017.1875%20480.755%2017.1796C482.64%2017.1755%20484.816%2017.2223%20486.271%2017.2159C487.73%2017.2095%20487.28%2017.1688%20488.715%2017.1739C487.953%2017.262%20489.639%2017.2741%20490.362%2017.3355C492.232%2017.495%20492.305%2017.699%20492.474%2017.8733C492.515%2017.9176%20491.282%2017.9332%20491.532%2017.9641C492.433%2017.955%20493.346%2017.9486%20494.264%2017.9419C493.944%2017.9911%20495.037%2018.0338%20495.213%2018.0705C495.439%2018.1175%20494.542%2018.1407%20494.408%2018.1775C494.4%2018.1776%20494.391%2018.1778%20494.383%2018.178C494.183%2018.2313%20494.822%2018.2457%20494.376%2018.3046C494.276%2018.3175%20494.471%2018.3463%20494.225%2018.3613C492.623%2018.4596%20489.972%2018.4482%20489.713%2018.3541C488.954%2018.3601%20488.202%2018.3662%20487.448%2018.3724C487.448%2018.3932%20487.452%2018.4141%20487.456%2018.4349C486.085%2018.4254%20484.715%2018.4157%20483.339%2018.406C483.949%2018.4271%20484.568%2018.4483%20485.175%2018.4693C484.723%2018.4992%20484.261%2018.5283%20483.811%2018.5588C482.34%2018.5421%20480.898%2018.5664%20479.304%2018.559C477.715%2018.5514%20477.704%2018.5059%20475.654%2018.5612C474.704%2018.5532%20473.712%2018.4966%20472.884%2018.4942C470.336%2018.4866%20472.525%2018.6093%20472.397%2018.6512C473.925%2018.629%20475.434%2018.6057%20476.956%2018.5831C476.964%2018.6141%20476.975%2018.6454%20476.987%2018.6764C478.301%2018.6708%20480.682%2018.7099%20481.55%2018.6528C481.546%2018.638%20481.538%2018.6231%20481.533%2018.6083C481.838%2018.6058%20482.143%2018.6034%20482.448%2018.601C482.745%2018.625%20483.042%2018.6491%20483.339%2018.6731C484.266%2018.6704%20485.192%2018.6677%20486.112%2018.665C486.121%2018.7065%20486.13%2018.7481%20486.138%2018.7895C487.805%2018.7791%20489.174%2018.8211%20490.7%2018.768C489.486%2018.7465%20488.272%2018.7248%20487.059%2018.7032C486.859%2018.6044%20488.12%2018.5277%20490.2%2018.4435C491.476%2018.48%20492.762%2018.4882%20492.404%2018.5669C492.273%2018.5952%20490.784%2018.673%20490.876%2018.7022C491.052%2018.7581%20492.888%2018.7672%20492.523%2018.8316C490.734%2018.8567%20488.9%2018.883%20487.092%2018.9084C486.329%2018.9455%20485.545%2018.9827%20484.8%2019.0196C484.184%2018.9819%20486.103%2018.9427%20486.569%2018.9115C487.134%2018.8738%20485.883%2018.8593%20486.139%2018.8212C484.229%2018.8298%20483.222%2018.8586%20482.034%2018.9172C480.74%2018.8979%20480.913%2018.8656%20480.617%2018.8219C480.408%2018.7909%20478.856%2018.8182%20478.372%2018.7904C477.83%2018.8361%20479.169%2018.8443%20478.686%2018.8985C478.41%2018.9294%20476.603%2018.9757%20477.021%2019.0202C474.096%2019.0484%20472.515%2018.9752%20469.694%2018.9864C470.612%2019.005%20471.537%2019.0236%20472.447%2019.0422C470.773%2019.0404%20469.087%2019.0388%20467.41%2019.0369C465.542%2019.121%20466.721%2019.1809%20463.319%2019.1944C463.923%2019.2309%20464.562%2019.2684%20465.15%2019.3042C462.839%2019.3473%20461.093%2019.2957%20459.192%2019.2959C455.873%2019.2965%20454.888%2019.3276%20453.31%2019.2271C454.215%2019.1633%20455.093%2019.0986%20455.987%2019.0344C455.064%2019.0481%20454.144%2019.062%20453.222%2019.0758C453.006%2019.1666%20450.985%2019.1123%20450.039%2019.0817C450.343%2019.0481%20450.642%2019.0143%20450.946%2018.9807C448.442%2019.0753%20447.438%2019.1419%20447.763%2019.2552C447.177%2019.2605%20446.585%2019.2658%20445.999%2019.2708C445.991%2019.3019%20445.981%2019.333%20445.969%2019.3641C444.753%2019.3737%20443.532%2019.3832%20442.313%2019.3928C442.593%2019.375%20442.867%2019.357%20443.148%2019.3392C442.713%2019.327%20442.276%2019.3147%20441.842%2019.3025C441.237%2019.3266%20440.633%2019.3509%20440.032%2019.3752C439.268%2019.3722%20438.5%2019.3689%20437.737%2019.3659C438.417%2019.4354%20437.738%2019.5086%20437.764%2019.5845C436.081%2019.6005%20434.395%2019.6057%20432.734%2019.6225C431.596%2019.634%20431.225%2019.6697%20429.941%2019.6765C428.381%2019.6848%20426.773%2019.6507%20424.978%2019.6828C425.098%2019.6393%20426.307%2019.6261%20427.426%2019.6047C428.544%2019.5833%20428.874%2019.5818%20428.623%2019.5303C430.289%2019.5322%20431.531%2019.5229%20433.173%2019.4954C433.082%2019.5546%20433.289%2019.5628%20435.032%2019.543C434.537%2019.5029%20435.629%2019.4681%20435.658%2019.4295C435.687%2019.3909%20434.627%2019.3885%20435.08%2019.3407C435.28%2019.32%20437.134%2019.2701%20436.798%2019.2481C435.741%2019.2662%20434.659%2019.2849%20433.595%2019.3031C433.45%2019.3358%20433.308%2019.3682%20433.167%2019.4006C429.908%2019.4092%20428.373%2019.5111%20425.415%2019.5541C425.107%2019.5356%20424.801%2019.517%20424.493%2019.4985C424.348%2019.5516%20424.201%2019.6049%20424.056%2019.658C421.233%2019.6807%20418.173%2019.7296%20417.653%2019.612C418.875%2019.6134%20420.106%2019.6148%20421.315%2019.6161C421.614%2019.5723%20421.912%2019.5284%20422.211%2019.4846C425.243%2019.4513%20428.286%2019.4176%20431.338%2019.3837C431.024%2019.3237%20430.708%2019.2636%20430.394%2019.2036C431.923%2019.1814%20433.443%2019.1593%20434.959%2019.1371C434.968%2019.1682%20434.976%2019.1993%20434.985%2019.2304C437.868%2019.2282%20440.764%2019.2256%20443.662%2019.2228C444.418%2019.1865%20445.179%2019.1502%20445.931%2019.1139C444.713%2019.1078%20443.483%2019.1019%20442.263%2019.0958C443.547%2019.0329%20444.954%2019.0243%20446.833%2019.013C445.489%2018.941%20447.643%2018.861%20445.437%2018.8051C445.597%2018.8456%20445.754%2018.8861%20445.913%2018.9265C445.009%2018.934%20444.096%2018.9415%20443.189%2018.949C443.16%2018.9689%20443.134%2018.9889%20443.109%2019.0088C440.915%2019.024%20441.257%2019.057%20441.353%2019.1185C440.026%2019.135%20439.291%2019.1379%20439.507%2019.0862C439.636%2019.0557%20440.591%2019.0259%20439.956%2019.0041C438.702%2019.0713%20437.842%2019.0175%20436.448%2019.0347C435.436%2019.0471%20435.344%2019.0916%20434.421%2019.1067C432.776%2019.1337%20431.116%2019.1491%20429.466%2019.1792C429.587%2019.1339%20429.046%2019.1022%20430.48%2019.0614C431.311%2019.0377%20432.348%2019.069%20433.102%2019.0106C432.385%2019.0014%20431.579%2018.9925%20430.827%2018.9834C429.76%2019.0118%20428.693%2019.04%20427.629%2019.0683C427.938%2019.0972%20428.249%2019.1262%20428.559%2019.155C427.339%2019.1747%20426.12%2019.1944%20424.907%2019.214C424.89%2019.1513%20425.297%2019.0893%20423.976%2019.0487C424.58%2019.0338%20425.189%2019.0189%20425.794%2019.0038C423.354%2019.0067%20420.941%2019.0091%20418.49%2019.0118C420.34%2019.0346%20422.144%2019.0575%20423.977%2019.0802C423.677%2019.1085%20423.378%2019.1368%20423.079%2019.1651C420.596%2019.1929%20422.07%2019.1172%20420.337%2019.1232C420.329%2019.1441%20420.321%2019.1651%20420.313%2019.186C419.107%2019.195%20417.891%2019.2039%20416.68%2019.2129C417.148%2019.2302%20417.616%2019.2478%20418.085%2019.2651C421.157%2019.1948%20422.306%2019.2159%20424.494%2019.2784C425.848%2019.2581%20427.204%2019.2378%20428.562%2019.2174C428.884%2019.267%20429.169%2019.3171%20429.512%2019.3664C428.539%2019.3829%20428.062%2019.3272%20426.998%2019.3247C426.506%2019.3237%20424.784%2019.3481%20424.026%2019.3451C424.146%2019.3244%20424.194%2019.2866%20423.562%2019.2874C422.746%2019.2884%20421.408%2019.2773%20420.909%2019.2829C419.422%2019.2995%20419.092%2019.3345%20417.609%2019.3307C417.29%2019.2343%20414.578%2019.2495%20412.561%2019.212C412.307%2019.2411%20412.783%2019.2914%20413.526%2019.2973C414.573%2019.3053%20414.786%2019.2749%20415.885%2019.2997C416.988%2019.3245%20417.867%2019.4071%20419.442%2019.4263C417.335%2019.4695%20415.183%2019.5103%20413.069%2019.5521C412.694%2019.4614%20410.665%2019.4434%20408.153%2019.492C406.301%2019.4655%20402.231%2019.4986%20401.268%2019.4327C401.123%2019.4225%20401.973%2019.4169%20401.827%2019.3948C401.774%2019.3866%20401.222%2019.3102%20400.233%2019.3324C399.317%2019.3939%20398.427%2019.4594%20397.517%2019.522C398.274%2019.5452%20398.977%2019.4731%20399.344%2019.5114C399.544%2019.5325%20398.885%2019.5637%20399.439%2019.5888C398.328%2019.5929%20397.583%2019.601%20396.616%2019.6066C397.384%2019.6327%20398.141%2019.6587%20398.907%2019.6847C399.057%2019.6836%20399.216%2019.6825%20399.362%2019.6814C399.416%2019.6509%20399.245%2019.6176%20399.445%2019.5887C399.657%2019.5984%20401.987%2019.6136%20401.93%2019.6484C401.908%2019.6607%20401.246%2019.6658%20401.466%2019.6849C401.833%2019.717%20404.027%2019.748%20401.601%2019.7897C400.704%2019.805%20399.535%2019.777%20399.387%2019.7442C399.97%2019.7293%20400.594%2019.7149%20401.194%2019.7C396.756%2019.7356%20394.525%2019.6613%20391.584%2019.5786C390.647%2019.6102%20390.283%2019.6455%20389.769%2019.6846C389.068%2019.738%20389.409%2019.7595%20387.497%2019.7619C387.505%2019.7283%20387.024%2019.66%20387.965%2019.6365C389.274%2019.6041%20390.465%2019.5431%20391.486%2019.5252C392.507%2019.5073%20392.291%2019.555%20393.333%2019.5329C394.176%2019.5151%20394.596%2019.4875%20395.697%2019.4875C395.427%2019.4737%20395.149%2019.4602%20394.879%2019.4466C395.306%2019.428%20395.735%2019.4093%20396.166%2019.3908C397.208%2019.3784%20398.284%2019.3659%20399.312%2019.3534C398.42%2019.3307%20396.311%2019.3506%20395.365%2019.3677C394.429%2019.3848%20393.852%2019.4472%20392.953%2019.4438C392.354%2019.4065%20393.702%2019.3639%20393.636%2019.3315C393.538%2019.2855%20391.841%2019.2989%20392.155%2019.2414C391.522%2019.2791%20390.953%2019.3154%20390.347%2019.3524C390.598%2019.3872%20390.853%2019.4219%20391.104%2019.4566C390.184%2019.4421%20389.269%2019.4274%20388.352%2019.4127C388.965%2019.4399%20389.58%2019.4669%20390.194%2019.494C388.004%2019.4996%20385.935%2019.5511%20383.848%2019.5361C383.545%2019.5646%20383.246%2019.5933%20382.948%2019.6219C381.425%2019.6572%20379.871%2019.6925%20378.34%2019.7276C379.239%2019.6851%20380.139%2019.6423%20381.04%2019.5998C381.287%2019.5175%20381.106%2019.5366%20379.225%2019.5322C379.171%2019.5319%20379.186%2019.5069%20378.77%2019.5097C378.352%2019.5125%20378.38%2019.5367%20378.322%2019.5381C377.699%2019.5515%20377.1%2019.5446%20376.483%2019.5519C377.075%2019.5843%20377.673%2019.6174%20378.267%2019.6501C377.286%2019.7027%20377.639%2019.7378%20375.662%2019.747C375.625%2019.7665%20375.587%2019.7859%20375.545%2019.8054C374.35%2019.8345%20373.158%2019.8635%20371.968%2019.8924C371.202%2019.8449%20370.448%2019.7972%20369.673%2019.7498C368.912%2019.8013%20368.151%2019.8527%20367.392%2019.9041C368.008%2019.9265%20368.626%2019.9489%20369.24%2019.9713C368.632%2019.9755%20368.025%2019.9771%20367.418%2019.982C367.411%2019.982%20367.405%2019.982%20367.398%2019.9821C366.992%2019.9378%20366.66%2019.9061%20367.383%2019.8571C366.776%2019.8919%20366.17%2019.9269%20365.564%2019.9618C364.268%2019.9724%20363.561%2019.9819%20363.765%2019.9281C362.839%2019.9272%20361.915%2019.9264%20360.993%2019.9253C361.898%2019.9096%20362.807%2019.8939%20363.711%2019.8782C363.99%2019.7772%20365.369%2019.7107%20362.83%2019.6492C363.417%2019.6093%20364.006%2019.5696%20364.59%2019.5297C365.353%2019.5566%20366.122%2019.5833%20366.888%2019.6101C367.495%2019.5753%20368.103%2019.5406%20368.711%2019.5057C370.009%2019.5406%20369.835%2019.6016%20371.91%2019.5807C371.765%2019.6231%20371.625%2019.6656%20371.48%2019.7079C372.234%2019.7034%20372.994%2019.6988%20373.751%2019.6941C373.447%2019.6498%20373.142%2019.6053%20372.839%2019.561C374.039%2019.5113%20375.248%2019.4613%20376.454%2019.4114C374.939%2019.4468%20373.411%2019.4829%20371.918%2019.5171C371.985%2019.4809%20372.06%2019.4007%20370.454%2019.4066C369.844%2019.4088%20369.149%2019.4452%20368.266%2019.4136C368.229%2019.4468%20368.268%2019.4764%20368.255%2019.5083C367.345%2019.5135%20366.435%2019.5188%20365.528%2019.524C365.519%2019.5093%20365.515%2019.4946%20365.511%2019.4798C364.896%2019.4877%20364.283%2019.4957%20363.67%2019.5036C364.12%2019.4594%20364.571%2019.4151%20365.026%2019.3707C365.64%2019.3985%20366.255%2019.4262%20366.87%2019.4537C367.017%2019.4216%20367.168%2019.3893%20367.319%2019.3572C368.245%2019.3621%20369.148%2019.3673%20370.09%2019.372C369.63%2019.3303%20370.629%2019.2991%20370.739%2019.2594C370.813%2019.233%20370.043%2019.2293%20370.027%2019.2003C370.01%2019.1569%20370.073%2019.105%20370.035%2019.06C368.495%2019.0584%20366.967%2019.0572%20365.441%2019.0555C365.282%2019.0007%20365.504%2018.9652%20366.831%2018.9223C367.714%2018.9272%20368.595%2018.9321%20369.482%2018.937C370.279%2018.9116%20371.044%2018.8865%20371.831%2018.8612C372.134%2018.9218%20372.467%2018.9824%20372.758%2019.0431C375.015%2019.0053%20374.48%2018.9357%20375.629%2018.8703C375.837%2018.8588%20377.603%2018.8585%20377.727%2018.8246C378.257%2018.8425%20378.66%2018.8604%20379.145%2018.8783C378.229%2018.9048%20377.319%2018.9316%20376.409%2018.9581C377.477%2018.9617%20378.548%2018.9651%20379.62%2018.9686C380.081%2018.9348%20380.541%2018.9009%20381.002%2018.8671C383.448%2018.8409%20385.839%2018.8146%20388.273%2018.7879C387.664%2018.8024%20387.06%2018.8168%20386.453%2018.8312C386.761%2018.8709%20387.074%2018.9104%20387.383%2018.9501C388.124%2018.9246%20388.926%2018.8979%20389.635%2018.8729C391.071%2018.8819%20390.279%2018.9285%20391.219%2018.9525C392.155%2018.9766%20394.572%2018.9581%20395.602%2018.9888C396.56%2018.9814%20397.433%2018.9759%20398.361%2018.9693C397.749%2018.9524%20397.142%2018.9355%20396.536%2018.9187C396.835%2018.8751%20397.124%2018.8317%20397.432%2018.788C396.605%2018.79%20395.729%2018.8431%20395.02%2018.8639C394.311%2018.8847%20392.674%2018.9363%20391.964%2018.9036C394.977%2018.7626%20397.666%2018.7249%20401.541%2018.7905C401.536%2018.7593%20401.53%2018.728%20401.526%2018.6968C402.298%2018.7383%20403.074%2018.7797%20403.848%2018.8211C402.322%2018.8738%20400.806%2018.9257%20399.282%2018.9788C400.41%2018.9932%20399.741%2019.0753%20401.609%2019.0372C402.569%2019.0177%20404.145%2018.9055%20405.117%2018.8969C407.171%2018.8788%20408.41%2018.8929%20410.257%2018.8842C408.835%2018.8433%20407.484%2018.8002%20406.062%2018.7584C406.233%2018.7367%20406.401%2018.7151%20406.573%2018.6935C401.361%2018.6875%20405.307%2018.5301%20407.462%2018.5297C408.217%2018.5762%20409.007%2018.6229%20409.743%2018.6692C411.518%2018.6141%20410.784%2018.6044%20410.305%2018.5558C409.53%2018.4772%20412.708%2018.518%20413.82%2018.5148C413.853%2018.546%20413.847%2018.5771%20413.859%2018.6083C415.073%2018.5889%20416.294%2018.5694%20417.516%2018.5499C416.901%2018.5336%20416.289%2018.5173%20415.675%2018.501C419.381%2018.4815%20421.922%2018.3964%20422.049%2018.2661C421.293%2018.3134%20420.546%2018.3608%20419.789%2018.4081C419.327%2018.3596%20418.862%2018.3111%20418.401%2018.2627C419.007%2018.2372%20419.616%2018.2116%20420.217%2018.186C419.306%2018.2094%20418.383%2018.2328%20417.472%2018.2562C416.907%2018.2905%20416.338%2018.325%20415.774%2018.3593C416.042%2018.3835%20416.309%2018.4078%20416.576%2018.432C415.669%2018.449%20414.766%2018.466%20413.861%2018.483C413.844%2018.4626%20413.827%2018.4421%20413.811%2018.4217C411.687%2018.4475%20409.57%2018.4732%20407.462%2018.4985C407.462%2018.4673%20407.452%2018.4361%20407.448%2018.4047C408.049%2018.4109%20408.653%2018.417%20409.259%2018.4232C409.716%2018.3885%20410.169%2018.3539%20410.627%2018.3193C410.789%2018.3387%20410.951%2018.3584%20411.118%2018.3777C412.325%2018.3692%20413.536%2018.3604%20414.747%2018.3517C413.702%2018.2175%20411.118%2018.251%20407.898%2018.3358C407.294%2018.3211%20406.68%2018.3063%20406.064%2018.2916C404.996%2018.3194%20403.927%2018.3471%20402.862%2018.3748C403.02%2018.3529%20403.179%2018.3308%20403.337%2018.3089C402.259%2018.3062%20401.182%2018.3034%20400.106%2018.3005C400.411%2018.3399%20400.72%2018.3793%20401.029%2018.4186C400.445%2018.4237%20399.861%2018.4288%20399.278%2018.4337C399.249%2018.4535%20399.219%2018.4734%20399.186%2018.4931C397.196%2018.5012%20396.25%2018.5434%20394.679%2018.5882C394.973%2018.5446%20395.272%2018.5007%20395.571%2018.4571C397.309%2018.4518%20397.947%2018.4807%20399.208%2018.4163C398.729%2018.4039%20398.253%2018.3916%20397.774%2018.3794C397.945%2018.347%20398.112%2018.3144%20398.278%2018.2821C397.371%2018.3093%20396.46%2018.3363%20395.556%2018.3634C395.245%2018.3238%20394.938%2018.2843%20394.627%2018.2447C393.716%2018.2511%20392.781%2018.2568%20391.884%2018.2638C391.838%2018.3149%20394.364%2018.2634%20393.671%2018.3271C392.975%2018.3909%20392.195%2018.3665%20391.024%2018.3637C390.987%2018.3836%20390.982%2018.4047%20390.957%2018.4251C390.05%2018.4315%20389.142%2018.4381%20388.237%2018.4444C389.509%2018.5038%20390.842%2018.5175%20388.713%2018.5977C387.616%2018.5693%20386.917%2018.5525%20386.392%2018.5014C386.267%2018.4894%20385.652%2018.4322%20385.714%2018.4164C385.905%2018.3682%20386.79%2018.3456%20386.388%2018.3002C386.084%2018.3233%20385.766%2018.3453%20385.455%2018.3684C384.27%2018.3727%20383.42%2018.413%20382.335%2018.4221C381.513%2018.4291%20381.2%2018.4059%20380.462%2018.4099C379.726%2018.4139%20379.641%2018.4471%20378.697%2018.4406C377.542%2018.4325%20377.06%2018.3794%20375.439%2018.402C376.035%2018.444%20376.655%2018.487%20377.266%2018.5293C376.965%2018.5576%20376.664%2018.5858%20376.368%2018.614C375.459%2018.6198%20374.547%2018.6257%20373.641%2018.6316C373.799%2018.6724%20373.957%2018.713%20374.116%2018.7537C373.051%2018.7344%20371.984%2018.7144%20370.927%2018.6954C371.556%2018.6581%20372.26%2018.6342%20372.53%2018.5892C372.912%2018.5258%20372.741%2018.4458%20371.795%2018.3939C372.392%2018.3892%20373.003%2018.3854%20373.606%2018.381C373.606%2018.35%20373.606%2018.3191%20373.606%2018.2881C372.391%2018.2851%20371.178%2018.2821%20369.966%2018.2789C370.28%2018.3396%20370.589%2018.4003%20370.901%2018.461C369.161%2018.4343%20368.76%2018.4763%20367.238%2018.5141C367.23%2018.4933%20367.221%2018.4726%20367.213%2018.4518C366.455%2018.4666%20365.698%2018.4814%20364.942%2018.4961C365.08%2018.4746%20365.28%2018.4531%20365.376%2018.4313C364.101%2018.4527%20362.351%2018.4134%20361.408%2018.4244C359.52%2018.4466%20360.297%2018.5231%20359.904%2018.5496C359.51%2018.5761%20359.14%2018.555%20358.685%2018.5652C355.447%2018.6383%20352.375%2018.7135%20349.443%2018.7994C348.978%2018.7593%20348.537%2018.7218%20348.053%2018.6803C347.348%2018.72%20346.13%2018.6912%20345.415%2018.7324C344.709%2018.7736%20345.053%2018.861%20343.041%2018.8922C343.208%2018.852%20343.34%2018.8076%20343.495%2018.766C342.426%2018.8021%20341.364%2018.8385%20340.301%2018.8746C338.775%2018.8607%20337.257%2018.8467%20335.743%2018.8325C335.884%2018.8524%20336.077%2018.8734%20336.184%2018.8925C334.794%2018.9149%20333.864%2018.8559%20333.025%2018.8487C331.176%2018.8328%20329.881%2018.8969%20328.594%2018.8898C326.887%2018.88%20327.13%2018.8226%20325.212%2018.8433C325.25%2018.8738%20325.227%2018.9057%20325.243%2018.9366C323.741%2018.9316%20322.193%2018.9266%20320.662%2018.9212C320.662%2018.9107%20320.662%2018.9003%20320.662%2018.8898C320.052%2018.8917%20319.443%2018.8934%20318.835%2018.8952C318.826%2018.8432%20318.813%2018.7914%20318.801%2018.7394C318.5%2018.7612%20318.197%2018.7831%20317.897%2018.8048C316.984%2018.7919%20316.068%2018.7792%20315.161%2018.7661C315.754%2018.7437%20316.38%2018.7203%20316.959%2018.6986C316.944%2018.6625%20315.573%2018.7001%20315.202%2018.6856C314.427%2018.6549%20315.968%2018.6001%20315.583%2018.562C314.079%2018.597%20312.589%2018.6326%20311.036%2018.6675C310.577%2018.6688%20310.122%2018.6701%20309.664%2018.6712C309.655%2018.6401%20309.644%2018.6088%20309.636%2018.5777C308.414%2018.5701%20307.197%2018.5624%20305.986%2018.5544C306.598%2018.5687%20307.211%2018.5834%20307.825%2018.5973C307.725%2018.654%20307.187%2018.6982%20306.916%2018.757C306.787%2018.7851%20306.913%2018.8249%20305.541%2018.8042C304.997%2018.7959%20304.487%2018.7514%20303.744%2018.7531C302.562%2018.7561%20301.773%2018.7664%20300.588%2018.7502C300.559%2018.7307%20300.534%2018.7107%20300.509%2018.691C299.581%2018.6872%20298.661%2018.6832%20297.741%2018.6791C297.443%2018.653%20297.14%2018.6268%20296.844%2018.6006C295.938%2018.6121%20295.036%2018.6235%20294.137%2018.6349C294.125%2018.6142%20294.112%2018.5935%20294.096%2018.5728C291.897%2018.5677%20290.69%2018.5888%20290.473%2018.6684C288.013%2018.6803%20285.579%2018.6911%20283.175%2018.7009C283.464%2018.6177%20283.758%2018.5345%20284.048%2018.4512C283.149%2018.4615%20282.255%2018.4718%20281.364%2018.4818C281.364%2018.5129%20281.36%2018.5441%20281.356%2018.5752C279.806%2018.5797%20279.162%2018.5462%20278.118%2018.5119C277.047%2018.5363%20275.986%2018.5606%20274.928%2018.5845C275.837%2018.591%20276.752%2018.5972%20277.67%2018.6033C277.679%2018.6345%20277.69%2018.6658%20277.698%2018.697C279.045%2018.7095%20280.441%2018.7217%20281.769%2018.7336C282.546%2018.7855%20283.323%2018.8372%20284.106%2018.8888C283.352%2018.8991%20282.601%2018.9094%20281.849%2018.9195C281.692%2018.8777%20281.541%2018.8358%20281.381%2018.794C280.171%2018.7936%20278.933%2018.793%20277.724%2018.792C277.715%2018.8126%20277.707%2018.8331%20277.698%2018.8537C277.086%2018.853%20276.477%2018.8523%20275.869%2018.8515C275.857%2018.8306%20275.848%2018.8098%20275.836%2018.7888C274.782%2018.7979%20273.732%2018.8066%20272.686%2018.8153C272.282%2018.7674%20271.884%2018.7195%20271.483%2018.6718C271.733%2018.6468%20271.983%2018.6218%20272.234%2018.5968C272.822%2018.5922%20273.416%2018.5876%20274.008%2018.583C272.19%2018.5025%20269.782%2018.4958%20267.143%2018.4591C265.102%2018.5136%20266.714%2018.5672%20266.697%2018.6457C265.963%2018.6336%20265.231%2018.6212%20264.504%2018.6089C263.875%2018.6273%20263.25%2018.6457%20262.626%2018.6639C261.595%2018.6292%20260.462%2018.5946%20259.394%2018.5585C258.286%2018.7102%20254.478%2018.6397%20250.796%2018.6473C249.321%2018.6503%20248.902%2018.7295%20247.085%2018.7124C246.631%2018.6693%20246.169%2018.6232%20245.718%2018.5788C247.614%2018.6126%20249.211%2018.6073%20251.181%2018.6128C251.194%2018.5821%20251.206%2018.5511%20251.218%2018.5204C251.821%2018.5234%20252.446%2018.5265%20253.038%2018.5291C253.683%2018.4696%20250.918%2018.3907%20249.326%2018.3833C249.603%2018.4611%20247.376%2018.487%20248.434%2018.5654C247.213%2018.5264%20246.002%2018.487%20244.804%2018.4472C243.942%2018.5451%20242.982%2018.6422%20242.08%2018.7392C241.616%2018.6831%20241.162%2018.627%20240.706%2018.5708C238.834%2018.5141%20237.061%2018.4572%20235.187%2018.3974C235.187%2018.366%20235.204%2018.3347%20235.196%2018.3032C233.97%2018.3335%20232.478%2018.3491%20232.96%2018.4205C233.37%2018.4835%20235.59%2018.4777%20236.445%2018.5073C237.302%2018.5371%20236.696%2018.5738%20237.822%2018.6049C237.82%2018.6049%20237.817%2018.6051%20237.814%2018.6051C237.82%2018.6053%20237.825%2018.6056%20237.831%2018.6058C237.243%2018.6235%20236.73%2018.6396%20236.176%2018.6564C235.25%2018.606%20234.282%2018.5546%20233.348%2018.5032C232.282%2018.5024%20231.23%2018.5014%20230.187%2018.4996C229.883%2018.4544%20229.582%2018.409%20229.276%2018.3637C229.872%2018.376%20230.473%2018.3882%20231.078%2018.4003C231.078%2018.3743%20231.071%2018.3483%20231.068%2018.3221C229.04%2018.2775%20227.678%2018.2606%20225.59%2018.2548C226.212%2018.3255%20226.839%2018.3963%20227.471%2018.4667C226.219%2018.4196%20224.985%2018.3719%20223.769%2018.3236C223.777%2018.3862%20223.784%2018.4488%20223.792%2018.5114C223.169%2018.4454%20222.554%2018.3794%20221.941%2018.3132C221.949%2018.2977%20221.958%2018.2821%20221.966%2018.2667C224.599%2018.3076%20223.924%2018.247%20222.374%2018.1786C221.061%2018.1697%20219.665%2018.1582%20218.286%2018.1456C218.598%2018.1769%20218.905%2018.2079%20219.219%2018.2391C218.291%2018.2501%20217.375%2018.2607%20216.471%2018.2708C214.21%2018.1798%20214.561%2018.089%20211.907%2017.9965C211.591%2018.0462%20214.653%2018.1592%20213.695%2018.1853C213.121%2018.2003%20211.716%2018.1059%20211.005%2018.1191C211.901%2018.1531%20211.473%2018.2%20212.481%2018.2258C214.261%2018.2705%20214.893%2018.2591%20214.683%2018.3319C212.88%2018.3063%20212.28%2018.2365%20210.989%2018.1812C210.051%2018.141%20209.26%2018.1676%20208.284%2018.1365C208.873%2018.1404%20209.474%2018.1426%20210.08%2018.1455C209.77%2018.0763%20209.462%2018.007%20209.151%2017.9376C207.141%2017.9034%20204.812%2017.8567%20202.779%2017.8106C202.412%2017.8398%20203.463%2017.8785%20203.559%2017.9146C203.718%2017.9771%20202.332%2017.9592%20203.702%2018.0544C202.457%2018.0105%20201.365%2017.9689%20200.054%2017.9185C200.32%2017.9111%20200.583%2017.9035%20200.853%2017.8961C200.584%2017.873%20200.322%2017.8501%20200.057%2017.8268C200.675%2017.8449%20201.32%2017.8631%20201.884%2017.8783C201.885%2017.8473%20201.885%2017.8162%20201.881%2017.7852C201.042%2017.7612%20200.012%2017.7305%20199.109%2017.7019C199.112%2017.7436%20199.119%2017.7855%20199.122%2017.8272C197.27%2017.7582%20195.547%2017.6882%20193.638%2017.6029C193.801%2017.6298%20193.97%2017.6572%20194.131%2017.6839C192.899%2017.7657%20194.223%2017.8944%20198.226%2018.0174C197.616%2017.9663%20197.016%2017.9147%20196.426%2017.8628C197.159%2017.878%20197.906%2017.8925%20198.668%2017.9066C199.948%2017.9829%20200.217%2018.0251%20200.084%2018.0756C201.044%2018.1049%20201.911%2018.1302%20202.805%2018.1551C202.813%2018.176%20202.822%2018.197%20202.833%2018.218C204.024%2018.2614%20205.245%2018.3035%20206.492%2018.3445C204.607%2018.309%20202.818%2018.2718%20201.044%2018.23C201.043%2018.2613%20201.045%2018.2928%20201.044%2018.324C199.273%2018.2773%20199.103%2018.2618%20199.096%2018.2042C198.497%2018.1843%20197.911%2018.164%20197.331%2018.1434C197.63%2018.133%20197.931%2018.1224%20198.239%2018.1118C196.734%2018.0679%20195.251%2018.0207%20193.674%2017.9643C194.959%2018.0692%20197.461%2018.1669%20197.371%2018.2388C200.131%2018.3426%20201.572%2018.3457%20203.288%2018.3248C203.58%2018.3328%20203.87%2018.3405%20204.165%2018.3484C205.486%2018.4248%20206.434%2018.5007%20208.326%2018.5442C208.054%2018.5061%20207.677%2018.4679%20207.476%2018.4298C209.346%2018.4825%20212.557%2018.4385%20214.054%2018.4809C216.99%2018.5656%20214.162%2018.6328%20214.766%2018.7074C217.846%2018.7939%20217.772%2018.6747%20219.74%2018.6757C221.403%2018.6762%20222.847%2018.7252%20224.254%2018.7389C225.256%2018.7486%20225.469%2018.7255%20226.218%2018.7367C229.808%2018.7889%20232.057%2018.9276%20235.768%2018.9651C234.822%2018.9148%20233.888%2018.8633%20232.964%2018.812C234.479%2018.8389%20236.058%2018.8653%20237.514%2018.8896C237.538%2018.9098%20237.565%2018.9302%20237.585%2018.9503C239.076%2018.9642%20240.585%2018.9774%20242.117%2018.9898C242.118%2018.9585%20242.114%2018.9273%20242.11%2018.896C242.422%2018.9192%20242.736%2018.9426%20243.046%2018.9658C244.723%2018.9444%20245.537%2018.9122%20247.581%2018.9352C246.668%2018.8979%20245.761%2018.8605%20244.862%2018.8228C246.044%2018.8422%20247.239%2018.8611%20248.449%2018.8797C248.482%2018.8993%20248.519%2018.9192%20248.552%2018.9388C249.908%2018.9793%20251.279%2019.0195%20252.664%2019.0589C252.828%2019.0392%20252.961%2019.0184%20253.129%2018.9991C254.098%2018.9927%20254.734%2019.0288%20255.449%2019.0379C256.6%2019.0523%20256.925%2019.0092%20258.016%2019.0246C258.837%2019.0362%20259.302%2019.0671%20260.359%2019.0639C260.388%2019.0843%20260.401%2019.1054%20260.435%2019.1243C261.44%2019.1459%20261.944%2019.104%20262.677%2019.1097C264.502%2019.1237%20265.45%2019.188%20267.499%2019.1813C267.265%2019.2015%20267.027%2019.22%20266.81%2019.24C267.694%2019.2376%20269.166%2019.2671%20269.53%2019.2262C269.894%2019.1855%20269.725%2019.1791%20271.341%2019.1858C271.358%2019.1655%20271.393%2019.1463%20271.421%2019.1259C273.172%2019.124%20274.708%2019.1369%20276.327%2019.1659C277.358%2019.1843%20276.747%2019.2279%20276.856%2019.2588C275.322%2019.2574%20273.817%2019.2548%20272.312%2019.2523C272.219%2019.3582%20275.197%2019.4015%20275.06%2019.5067C274.15%2019.5002%20273.245%2019.4935%20272.345%2019.4867C272.661%2019.5133%20272.928%2019.5397%20273.278%2019.5665C274.011%2019.5332%20275.986%2019.5276%20276.732%2019.5074C277.474%2019.4873%20276.644%2019.4575%20276.956%2019.4336C277.128%2019.4204%20277.627%2019.4114%20277.703%2019.3962C277.866%2019.3615%20276.797%2019.3477%20276.965%2019.3084C277.04%2019.2908%20277.745%2019.2724%20277.796%2019.2435C277.863%2019.2043%20277.702%2019.1462%20277.748%2019.1041C279.028%2019.0968%20279.767%2019.1375%20280.988%2019.1382C282.18%2019.1389%20282.874%2019.0991%20284.148%2019.1078C283.551%2019.1333%20282.956%2019.1598%20282.359%2019.1856C282.96%2019.2116%20283.558%2019.2382%20284.167%2019.2637C284.188%2019.2343%20283.762%2019.1876%20284.612%2019.1716C285.114%2019.1622%20285.989%2019.1436%20286.369%2019.1454C287.848%2019.1525%20288.578%2019.1863%20290.114%2019.1694C290.41%2019.1488%20290.727%2019.1273%20291.032%2019.1062C291.49%2019.1375%20291.97%2019.1676%20292.385%2019.1997C291.366%2019.1883%20288.512%2019.2519%20289.811%2019.2909C290.801%2019.3202%20292.555%2019.2322%20293.763%2019.2873C295.166%2019.2554%20296.488%2019.2247%20297.862%2019.194C298.195%2019.2197%20297.279%2019.2826%20296.903%2019.2989C295.628%2019.3544%20294.052%2019.3411%20294.243%2019.4167C295.756%2019.4043%20297.276%2019.3924%20298.809%2019.3796C298.817%2019.4109%20298.823%2019.4421%20298.832%2019.4732C299.751%2019.4719%20300.665%2019.4706%20301.6%2019.4691C301.524%2019.4896%20301.121%2019.5162%20300.606%2019.533C300.524%2019.5355%20299.725%2019.5336%20299.756%2019.5496C299.794%2019.567%20300.552%2019.5615%20300.603%2019.5643C300.966%2019.5838%20300.56%2019.6063%20300.691%2019.6268C300.843%2019.6266%20300.995%2019.6264%20301.147%2019.6262C301.277%2019.6048%20301.485%2019.5854%20301.563%2019.5627C301.26%2019.5631%20300.957%2019.5635%20300.654%2019.5641C300.652%2019.5641%20300.65%2019.5641%20300.649%2019.5641C300.649%2019.5536%20300.649%2019.5432%20300.648%2019.5327C300.952%2019.5425%20301.261%2019.5523%20301.566%2019.5621C304.111%2019.5074%20301.392%2019.436%20300.965%2019.3974C300.556%2019.3589%20301.646%2019.3577%20301.651%2019.33C301.658%2019.2858%20299.971%2019.2259%20300.778%2019.192C301.397%2019.1666%20303.286%2019.1995%20302.914%2019.2517C302.539%2019.3039%20303.405%2019.3802%20305.189%2019.3989C305.515%2019.3469%20302.627%2019.3035%20304.33%2019.2634C305.688%2019.2314%20307.293%2019.2841%20308.822%2019.2668C308.881%2019.2057%20309.708%2019.1686%20311.588%2019.1665C310.091%2019.2664%20311.127%2019.365%20314.355%2019.3782C314.057%2019.4102%20313.754%2019.4422%20313.452%2019.4742C315.558%2019.4895%20317.676%2019.5046%20319.812%2019.5187C320.131%2019.5384%20320.446%2019.5579%20320.765%2019.5775C321.067%2019.5452%20321.369%2019.5129%20321.672%2019.4806C319.526%2019.4773%20317.391%2019.4733%20315.277%2019.4689C314.961%2019.3866%20314.649%2019.3044%20314.33%2019.2221C314.929%2019.2099%20315.534%2019.1975%20316.135%2019.1853C314.927%2019.1784%20313.698%2019.1712%20312.52%2019.1642C314.923%2019.1263%20316.677%2019.1241%20318.816%2019.1596C320.959%2019.195%20320.053%2019.1709%20322.181%2019.1656C323.336%2019.1626%20324.792%2019.2029%20326.18%2019.1832C326.337%2019.2746%20325.441%2019.3539%20324.416%2019.4399C325.164%2019.4479%20325.939%2019.4546%20326.678%2019.4633C327.765%2019.4299%20326.827%2019.4005%20327.321%2019.3481C327.412%2019.3386%20328.759%2019.2562%20329.411%2019.2335C330.59%2019.192%20333.659%2019.1408%20335.329%2019.1471C335.362%2019.1677%20335.357%2019.1886%20335.382%2019.2093C336.989%2019.1648%20338.545%2019.1705%20340.367%2019.1569C341.526%2019.1482%20341.854%2019.1131%20343.165%2019.1113C345.361%2019.1083%20346.846%2019.152%20349.033%2019.0828C348.452%2019.1176%20347.835%2019.1515%20347.239%2019.1858C348.841%2019.1712%20349.976%2019.1748%20351.371%2019.1944C351.679%2019.1987%20351.862%2019.2%20352.187%2019.2007C352.349%2019.176%20352.524%2019.1514%20352.695%2019.1267C354.822%2019.1052%20356.991%2019.0831%20359.107%2019.061C358.565%2019.1328%20356.755%2019.2277%20360.035%2019.2121C359.728%2019.1722%20359.42%2019.1322%20359.11%2019.0923C360.609%2019.0733%20362.114%2019.0542%20363.623%2019.0348C363.935%2019.0124%20364.249%2018.99%20364.562%2018.9677C364.416%2018.9995%20364.226%2019.0329%20364.109%2019.0638C364.601%2019.0953%20365.77%2019.0675%20366.265%2019.0872C367.312%2019.1288%20366.802%2019.18%20369.199%2019.1604C368.174%2019.2046%20369.027%2019.2021%20368.96%2019.2392C368.892%2019.2763%20366.399%2019.3598%20365.543%2019.3216C366.103%2019.292%20366.769%2019.2628%20367.335%2019.2326C366.345%2019.2441%20364.523%2019.2615%20363.769%2019.2837C363.931%2019.281%20364.735%2019.2131%20365.338%2019.2006C364.959%2019.2047%20364.53%2019.2125%20364.141%2019.2176C363.832%2019.2104%20363.535%2019.2027%20363.219%2019.1957C361.916%2019.2381%20360.971%2019.3305%20363.769%2019.2837C363.016%2019.306%20363.223%2019.3445%20362.296%2019.3538C360.245%2019.3744%20359.285%2019.3271%20357.335%2019.3837C357.587%2019.3555%20356.44%2019.2815%20355.548%2019.301C354.655%2019.3207%20354.42%2019.351%20353.643%2019.3721C354.437%2019.4101%20355.186%2019.4472%20355.962%2019.4847C356.725%2019.4599%20357.495%2019.4349%20358.252%2019.4099C358.409%2019.4508%20358.565%2019.4915%20358.718%2019.5324C359.318%2019.5082%20359.924%2019.484%20360.526%2019.4598C360.986%2019.4729%20361.426%2019.4857%20361.904%2019.4991C359.982%2019.6007%20363.995%2019.764%20360.441%2019.8285C360.043%2019.8356%20358.815%2019.8018%20358.348%2019.8635C358.588%2019.896%20358.978%2019.9319%20359.273%2019.9656C359.865%2019.9629%20360.455%2019.9602%20361.049%2019.9575C360.596%2019.9911%20360.147%2020.0248%20359.695%2020.0584C358.327%2019.9723%20356.93%2019.8859%20355.542%2019.7996C355.24%2019.8326%20354.937%2019.8656%20354.635%2019.8983C352.517%2019.9109%20351.108%2019.8755%20349.156%2019.9269C349.148%2019.8747%20349.139%2019.8228%20349.13%2019.7705C348.144%2019.7824%20347.696%2019.7624%20346.865%2019.7577C346.518%2019.7558%20346.271%2019.7811%20345.992%2019.7799C344.438%2019.7723%20343.351%2019.7433%20342.267%2019.7104C342.125%2019.7629%20341.975%2019.8158%20341.833%2019.8685C340.913%2019.8521%20339.998%2019.8355%20339.083%2019.8187C338.488%2019.9257%20337.9%2020.0329%20337.308%2020.1398C336.993%2020.1202%20336.676%2020.1008%20336.361%2020.0812C334.482%2020.1313%20333.268%2020.0574%20331.359%2020.1019C330.639%2020.0753%20332.208%2020.0342%20332.666%2020.0184C333.376%2019.9941%20333.902%2020.0176%20334.488%2019.9892C335.074%2019.9608%20335.097%2019.8998%20336.352%2019.8771C335.78%2019.8474%20335.221%2019.8201%20334.645%2019.7914C334.911%2019.7642%20335.167%2019.7369%20335.428%2019.7096C334.079%2019.7446%20333.228%2019.7232%20331.757%2019.7249C331.925%2019.7829%20331.653%2019.8278%20329.939%2019.8572C329.365%2019.7709%20327.779%2019.7089%20328.074%2019.615C327.104%2019.6725%20325.873%2019.7601%20324.972%2019.8102C324.069%2019.8602%20323.513%2019.873%20322.655%2019.9159C323.282%2019.9127%20323.871%2019.912%20324.473%2019.9097C324.639%2019.9947%20323.833%2020.0772%20324.518%2020.159C322.715%2020.1377%20323.108%2020.0597%20320.837%2020.0778C321.148%2020.0975%20321.464%2020.1171%20321.775%2020.1367C320.547%2020.1617%20319.323%2020.1867%20318.105%2020.2113C318.01%2020.148%20317.66%2020.1135%20319.924%2020.1111C319.614%2020.0811%20319.304%2020.051%20318.995%2020.021C319.756%2020.0087%20320.518%2019.9963%20321.287%2019.9838C322.051%2020.0017%20322.835%2020.0192%20323.594%2020.0369C323.256%2019.9531%20321.328%2019.9011%20321.816%2019.8099C321.928%2019.7888%20323.956%2019.7489%20323.543%2019.7243C320.061%2019.7303%20319.1%2019.8212%20318.978%2019.9271C318.062%2019.93%20317.153%2019.9328%20316.243%2019.9353C316.393%2019.9142%20316.538%2019.893%20316.691%2019.8721C317.561%2019.9057%20318.484%2019.9061%20318.037%2019.8508C317.874%2019.8307%20317.304%2019.7806%20317.07%2019.7665C316.292%2019.7198%20315.391%2019.6961%20313.94%2019.6913C314.391%2019.7013%20314.835%2019.7104%20315.283%2019.7201C315.979%2019.8432%20317.313%2019.8963%20312.613%2019.9142C312.618%2019.9454%20312.626%2019.9766%20312.63%2020.0079C313.528%2019.9845%20314.433%2019.9617%20315.336%2019.9375C315.724%2020.0566%20313.086%2020.0505%20311.215%2020.1418C310.96%2020.1547%20311.286%2020.238%20310.809%2020.2607C309.52%2020.2599%20308.597%2020.1875%20307.615%2020.1808C305.298%2020.1649%20303.86%2020.2237%20301.689%2020.2187C301.497%2020.1296%20303.384%2020.1549%20305.304%2020.1498C305.611%2020.0767%20305.883%2020.0025%20306.212%2019.9302C307.188%2019.9277%20309.662%2019.9299%20309.672%2019.8713C309.674%2019.8396%20308.446%2019.8086%20309.855%2019.7654C308.574%2019.767%20307.399%2019.7709%20306.167%2019.7731C306.022%2019.8152%20305.875%2019.8571%20305.73%2019.899C304.362%2019.881%20303.002%2019.8627%20301.646%2019.8442C302.254%2019.8847%20302.863%2019.9254%20303.471%2019.966C302.568%2019.9679%20301.683%2019.9695%20300.748%2019.9712C300.132%2020.0136%20299.52%2020.0561%20298.911%2020.0986C299.709%2019.9818%20301.385%2019.9024%20298.894%2019.8014C299.949%2019.7637%20301.028%2019.7258%20302.078%2019.6879C303.729%2019.7277%20307.04%2019.7966%20307.063%2019.677C305.22%2019.72%20303.91%2019.6494%20302.113%2019.6558C299.036%2019.6665%20300.137%2019.6509%20297.058%2019.6355C296.193%2019.6314%20292.196%2019.6922%20291.186%2019.6057C290.55%2019.6283%20290.231%2019.6481%20289.721%2019.6695C291.281%2019.6793%20292.751%2019.6888%20294.269%2019.6979C294.281%2019.7291%20294.295%2019.7605%20294.307%2019.7916C294.759%2019.7821%20295.207%2019.7725%20295.66%2019.7629C296.118%2019.7922%20296.581%2019.8215%20297.041%2019.8509C295.349%2019.8611%20293.573%2019.8731%20291.927%2019.882C290.272%2019.8908%20288.641%2019.8971%20287.013%2019.9043C288.004%2019.954%20289.66%2019.9558%20291.117%2019.9511C292.312%2019.9472%20294.278%2019.8487%20295.086%2019.8902C296.246%2019.9502%20291.707%2020.0306%20293.459%2020.1037C292.502%2020.1064%20291.655%2020.1055%20290.709%2020.1064C291.005%2020.0854%20291.349%2020.0646%20291.601%2020.0434C289.897%2020.0419%20286.752%2020.0279%20285.734%2019.9845C284.565%2019.9351%20285.776%2019.9306%20284.99%2019.8705C284.318%2019.8192%20282.141%2019.7267%20281.081%2019.6695C281.208%2019.7093%20281.385%2019.7528%20281.534%2019.7939C280.947%2019.8041%20280.308%2019.8139%20279.696%2019.8239C280.638%2019.8143%20281.516%2019.804%20282.458%2019.7945C282.478%2019.8501%20284.496%2019.923%20281.751%2019.9477C281.019%2019.9545%20277.433%2019.8905%20276.116%2019.914C275.966%2019.8923%20276.054%2019.8733%20275.996%2019.8525C274.487%2019.8505%20272.981%2019.8474%20271.497%2019.8446C271.227%2019.8173%20272.849%2019.7944%20273.09%2019.7684C273.182%2019.7582%20272.468%2019.7506%20272.604%2019.7365C273.014%2019.6942%20274.48%2019.6874%20274.167%2019.6305C273.277%2019.681%20272.375%2019.7316%20271.486%2019.782C270.561%2019.7593%20269.626%2019.7364%20268.702%2019.7135C269.004%2019.7497%20269.31%2019.7859%20269.614%2019.8221C269.318%2019.8484%20269.021%2019.8747%20268.727%2019.901C267.81%2019.8884%20266.898%2019.8756%20265.995%2019.8626C265.978%2019.8831%20265.964%2019.9035%20265.948%2019.9239C264.537%2019.9172%20263.029%2019.9539%20261.913%2019.9125C262.065%2019.9383%20262.212%2019.9642%20262.363%2019.99C260.357%2020.0466%20257.41%2020.1241%20257.765%2019.9585C257.004%2019.976%20256.245%2019.9935%20255.497%2020.0108C255.646%2019.9699%20255.793%2019.9287%20255.938%2019.8878C255.026%2019.8732%20254.127%2019.8582%20253.223%2019.8432C253.162%2019.8862%20253.226%2019.9275%20253.697%2019.9707C254.355%2020.0313%20255.895%2020.0736%20255.962%2020.1379C253.548%2020.1298%20252.771%2020.0311%20250.901%2019.9915C249.61%2019.9638%20248.827%2019.9889%20247.68%2019.9506C246.73%2019.9188%20246.555%2019.8603%20245.45%2019.8271C243.801%2019.8212%20243.241%2019.8486%20243.184%2019.9035C243.174%2019.9034%20243.165%2019.9034%20243.155%2019.9033C243.156%2019.9035%20243.157%2019.9037%20243.158%2019.9039C242.546%2019.8976%20241.941%2019.8953%20241.336%2019.8897C241.324%2019.8584%20241.315%2019.827%20241.303%2019.7958C240.079%2019.7753%20238.868%2019.7543%20237.671%2019.7328C237.488%2019.6721%20237.765%2019.6673%20239.468%2019.6861C239.161%2019.6316%20238.849%2019.5772%20238.544%2019.5228C237.322%2019.5119%20236.195%2019.5011%20234.916%2019.4882C235.537%2019.4528%20236.145%2019.4169%20236.732%2019.3808C235.568%2019.3903%20234.272%2019.3995%20233.05%2019.406C233.141%2019.346%20233.416%2019.2574%20231.684%2019.2078C229.961%2019.1579%20230.536%2019.2226%20230.27%2019.2492C229.379%2019.2406%20228.517%2019.2296%20227.59%2019.2186C227.319%2019.2889%20228.676%2019.3387%20229.524%2019.4108C229.494%2019.4482%20229.466%2019.4857%20229.437%2019.523C228.814%2019.4845%20228.245%2019.4465%20227.585%2019.4072C226.985%2019.399%20226.383%2019.3908%20225.792%2019.3825C225.776%2019.3513%20225.765%2019.3199%20225.748%2019.2887C224.22%2019.2898%20222.718%2019.2898%20221.245%2019.2887C220.804%2019.3442%20220.336%2019.3991%20219.865%2019.4538C219.699%2019.4096%20219.535%2019.365%20219.369%2019.321C218.738%2019.3064%20218.148%2019.3076%20217.52%2019.2875C217.464%2019.2852%20217.488%2019.2608%20217.067%2019.2537C216.643%2019.2466%20216.695%2019.2712%20216.617%2019.2719C216.156%2019.2741%20215.828%2019.2527%20215.364%2019.2549C213.926%2019.2617%20213.147%2019.2845%20211.142%2019.2313C211.602%2019.2111%20211.898%2019.2106%20212.995%2019.2378C212.674%2019.1794%20212.359%2019.1208%20212.041%2019.0623C212.974%2019.0917%20213.925%2019.1206%20214.798%2019.1472C214.039%2019.0902%20214.406%2019.0768%20214.781%2019.039C213.846%2018.9762%20212.733%2018.9486%20211.14%2018.917C211.115%2018.8964%20211.094%2018.8758%20211.065%2018.855C210.153%2018.8356%20209.259%2018.816%20208.375%2018.7955C208.382%2018.8271%20208.373%2018.8578%20208.389%2018.8898C211.014%2018.8907%20213.289%2019.0126%20210.601%2018.9986C209.506%2018.9925%20208.313%2018.937%20207.092%2018.9263C205.972%2018.915%20205.338%2018.9515%20203.818%2018.9025C204.112%2018.9627%20204.432%2019.0223%20204.741%2019.0822C205.653%2019.1059%20206.632%2019.1301%20207.529%2019.1511C207.53%2019.1303%20207.518%2019.1092%20207.523%2019.0885C208.111%2019.1038%20208.708%2019.1152%20209.309%2019.1292C208.711%2019.1423%20208.124%2019.1554%20207.542%2019.1681C208.114%2019.2124%20208.696%2019.2568%20209.281%2019.3007C208.549%2019.3209%20207.837%2019.341%20207.114%2019.3603C205.674%2019.2598%20203.938%2019.233%20202.032%2019.1501C201.769%2019.1322%20201.513%2019.1142%20201.253%2019.0959C201.486%2019.0924%20201.719%2019.0885%20201.95%2019.0846C201.091%2019.0137%20199.896%2018.9737%20198.338%2018.928C198.433%2018.8359%20198.989%2018.8106%20201.651%2018.8415C202.187%2018.8473%20204.154%2018.8937%20203.335%2018.8263C202.213%2018.8054%20201.071%2018.7828%20199.839%2018.7545C199.327%2018.7291%20198.821%2018.7028%20198.327%2018.6777C198.623%2018.7232%20198.28%2018.8268%20196.518%2018.7048C196.325%2018.6916%20196.28%2018.6123%20195.17%2018.5699C194.365%2018.5578%20193.604%2018.5524%20192.849%2018.5418C192.477%2018.5142%20192.112%2018.4861%20191.749%2018.4578C190.868%2018.4667%20190.784%2018.4909%20191.955%2018.5832C191.272%2018.5502%20190.602%2018.5167%20189.845%2018.4774C188.336%2018.4265%20187.085%2018.3825%20185.574%2018.3148C187.176%2018.4075%20188.531%2018.4762%20190.157%2018.5511C189.522%2018.5638%20188.904%2018.576%20188.304%2018.5877C189.838%2018.6334%20191.398%2018.6713%20192.87%2018.6996C192.268%2018.7223%20191.684%2018.7449%20191.105%2018.7668C190.215%2018.7224%20189.208%2018.6701%20188.308%2018.6194C189.51%2018.7218%20190.862%2018.825%20191.993%2018.9145C190.308%2018.823%20188.216%2018.7032%20186.538%2018.5891C185.433%2018.4552%20184.297%2018.3132%20183.275%2018.1715C183.011%2018.1565%20182.751%2018.1412%20182.495%2018.1258C181.586%2018.06%20181.395%2016.9282%20182.233%2016.57C182.91%2016.2709%20183.664%2015.9764%20184.482%2015.6876C184.779%2015.6409%20185.082%2015.5956%20185.393%2015.5504C184.442%2015.8533%20183.197%2016.2975%20182.285%2016.6928C181.585%2016.9921%20181.745%2017.9376%20182.505%2017.9926C182.898%2018.0204%20183.302%2018.0478%20183.716%2018.0748C183.666%2018.1328%20183.257%2018.1532%20185.576%2018.2835C184.008%2018.0982%20186.111%2018.1746%20187.374%2018.1635C185.997%2018.1125%20184.22%2018.0285%20182.837%2017.953C182.835%2017.9215%20182.834%2017.8902%20182.833%2017.8587C184.563%2017.9672%20185.735%2018.005%20187.373%2018.1321C187.354%2018.1096%20187.399%2018.0926%20187.344%2018.0671C186.674%2018.0498%20185.494%2017.9385%20185.152%2017.9189C184.212%2017.8663%20183.313%2017.8369%20182.518%2017.8039C181.97%2017.7643%20181.855%2017.0824%20182.36%2016.8666C182.906%2016.6132%20183.475%2016.3785%20184.021%2016.1848C186.899%2015.218%20184.4%2016.2121%20184.743%2016.1175C185.826%2015.8223%20186.645%2015.4843%20186.826%2015.4059C187.331%2015.1978%20186.878%2015.2643%20189.013%2014.7005C188.407%2014.8486%20187.825%2014.9971%20187.265%2015.1467C186.638%2015.3154%20186.024%2015.4901%20185.447%2015.6646C187.549%2014.9921%20189.641%2014.4561%20191.662%2013.9808C190.721%2014.1348%20189.285%2014.4357%20187.223%2015.0283C187.357%2014.9113%20186.764%2014.9984%20185.316%2015.3943C186.162%2015.1267%20187.159%2014.8409%20187.972%2014.6238C187.914%2014.6973%20188.009%2014.699%20189.376%2014.3765C189.68%2014.2892%20190.012%2014.1967%20190.309%2014.1143C190.458%2014.0986%20190.604%2014.0842%20190.754%2014.0687C191.87%2013.7605%20193.156%2013.432%20194.282%2013.1551C191.893%2013.6195%20193.241%2013.4413%20191.152%2013.9056C189.873%2014.1985%20189.635%2014.1987%20189.777%2014.1179C190.421%2013.9436%20190.934%2013.8099%20191.537%2013.6568C188.647%2014.3129%20186.348%2014.9016%20183.528%2015.9623C183.508%2015.943%20183.879%2015.796%20184.384%2015.617C184.832%2015.4567%20185.365%2015.2806%20185.733%2015.146C186.384%2014.9105%20186.171%2014.9015%20187.435%2014.5158C190.117%2013.7589%20187.814%2014.4886%20188.031%2014.4386C189.687%2014.0463%20191.886%2013.5434%20193.815%2013.1758C193.82%2013.1417%20193.794%2013.1162%20193.787%2013.0854C194.377%2012.9776%20194.937%2012.8768%20195.58%2012.7661C196.548%2012.517%20197.436%2012.3936%20198.223%2012.239C200.009%2011.8927%20199.511%2011.8865%20201.44%2011.5265C201.58%2011.543%20201.754%2011.5555%20201.907%2011.5704C202.926%2011.3723%20201.553%2011.5642%20203.231%2011.2935C204.092%2011.156%20205.008%2011.0137%20205.96%2010.8532C206.095%2010.9248%20205.332%2011.1339%20207.382%2010.8778C208.716%2010.6395%20210.123%2010.3974%20211.437%2010.1758C210.548%2010.3081%20209.638%2010.446%20208.722%2010.5883C208.957%2010.5412%20209.194%2010.4942%20209.431%2010.4472C207.901%2010.6291%20207.58%2010.6358%20207.744%2010.5358C208.935%2010.3476%20210.182%2010.1566%20211.349%209.98256C211.363%209.96013%20211.351%209.94064%20211.376%209.91695C212.625%209.71384%20213.594%209.6122%20214.602%209.47524C215.954%209.29271%20216.366%209.18999%20217.701%209.01731C217.795%209.06788%20218.136%209.05494%20215.962%209.35243C215.663%209.45675%20215.362%209.56143%20215.069%209.66542C217.418%209.33087%20221.322%208.7467%20221.376%208.65193C221.831%208.60258%20222.289%208.55359%20222.742%208.50534C223.341%208.39772%20223.921%208.29278%20224.541%208.18404C225.789%208.06642%20226.201%208.03491%20224.448%208.28788C222.421%208.58126%20220.877%208.77337%20221.421%208.80395C225.207%208.31786%20225.336%208.15254%20228.956%207.70982C231.768%207.37138%20232.024%207.30367%20234.756%206.96834C236.169%206.79495%20239.033%206.46901%20240.839%206.2966C242.647%206.12373%20243.547%206.09061%20245.884%205.82092C246.528%205.80765%20247.135%205.79639%20247.763%205.78456C247.162%205.84632%20246.563%205.90813%20245.959%205.97096C245.963%206.01218%20245.968%206.0534%20245.972%206.09463C245.208%206.15431%20244.457%206.21333%20243.699%206.27379C242.041%206.48843%20240.538%206.60031%20238.681%206.80876C239.011%206.71011%20240.862%206.53952%20241.871%206.46064C242.619%206.35005%20243.367%206.24025%20244.114%206.13127C241.854%206.35819%20239.583%206.59271%20237.322%206.83347C236.564%206.96987%20235.813%207.10668%20235.061%207.24418C236.415%207.09049%20237.769%206.93962%20239.121%206.79147C239.594%206.77143%20240.06%206.75213%20240.534%206.73257C238.709%206.90889%20236.888%207.08922%20235.067%207.2748C235.081%207.32564%20235.092%207.37683%20235.107%207.42767C237.306%207.179%20239.286%206.93744%20241.466%206.72651C241.909%206.62659%20242.352%206.52696%20242.79%206.42805C245.95%206.131%20244.86%206.29405%20243.296%206.53118C244.473%206.42089%20246.715%206.13488%20247.329%206.05186C247.942%205.96858%20247.511%205.98004%20247.846%205.93771C249.682%205.70521%20252.009%205.50305%20253.703%205.28526C253.261%205.38134%20252.821%205.47639%20252.377%205.57268C250.851%205.72857%20249.342%205.88523%20247.832%206.04464C248.019%206.10744%20250.642%205.81459%20251.939%205.64763C252.095%205.65301%20252.243%205.65947%20252.403%205.66451C253.139%205.59243%20253.81%205.53705%20254.2%205.47188C254.368%205.44368%20254.919%205.34935%20254.897%205.34479C254.596%205.30121%20254.16%205.33762%20255.962%205.11028C255.652%205.11529%20255.349%205.11905%20255.051%205.12296C255.952%205.025%20256.879%204.92547%20257.785%204.82876C257.489%204.88838%20257.191%204.94827%20256.897%205.00779C258.112%204.87572%20259.315%204.74617%20260.512%204.61873C259.908%204.68028%20259.316%204.74123%20258.711%204.80369C258.995%204.71411%20259.282%204.6243%20259.568%204.53462C260.458%204.46682%20261.406%204.3944%20262.317%204.32594C261.709%204.39234%20261.102%204.45909%20260.492%204.52643C261.724%204.45316%20262.942%204.38258%20264.144%204.31468C263.858%204.36687%20263.57%204.41956%20263.282%204.47207C262.677%204.51723%20262.067%204.56288%20261.449%204.60978C261.452%204.64089%20261.465%204.6711%20261.472%204.70183C264.155%204.48389%20266.103%204.30809%20268.738%204.04195C268.736%204.01082%20268.733%203.97969%20268.73%203.94856C269.465%203.89385%20270.219%203.83786%20270.987%203.78107C271.452%203.72462%20271.918%203.66815%20272.376%203.61267C271.771%203.65485%20271.154%203.69825%20270.536%203.7421C271.928%203.59366%20273.247%203.45294%20274.612%203.30962C274.775%203.31653%20274.937%203.32345%20275.104%203.33014C276.009%203.24176%20276.895%203.1555%20277.768%203.07091C278.343%202.97056%20279.005%202.86315%20279.603%202.76129C282.268%202.57215%20280.033%202.79051%20280.649%202.79951C280.744%202.7995%20282.585%202.64848%20282.311%202.643C282.366%202.62382%20282.309%202.61418%20282.325%202.59832C282.958%202.54613%20283.577%202.4954%20284.182%202.44591C284.196%202.46535%20284.212%202.48466%20284.226%202.50425C285.965%202.36241%20287.868%202.20894%20289.651%202.06637C288.828%202.1015%20288.174%202.12412%20287.433%202.15263C287.442%202.1518%20287.452%202.15104%20287.461%202.15021C287.46%202.15022%20287.459%202.15023%20287.458%202.15025C288.413%202.06479%20290.094%201.9115%20290.898%201.8418C291.711%201.77122%20291.634%201.78504%20292.37%201.7233C292.195%201.75033%20292.033%201.77621%20291.874%201.80186C291.737%201.82571%20291.601%201.84942%20291.456%201.87401C292.707%201.8201%20294.471%201.67062%20294.196%201.76567C294.683%201.72304%20295.231%201.66822%20295.667%201.6205C295.89%201.59627%20296.096%201.57282%20296.286%201.55099C296.532%201.52451%20296.759%201.49979%20296.956%201.47834C297.115%201.47515%20297.264%201.47406%20297.411%201.47092C297.779%201.44202%20297.728%201.41592%20297.795%201.40874C298.128%201.37474%20298.402%201.34618%20298.615%201.32274C298.669%201.31678%20298.714%201.31168%20298.766%201.30583C298.868%201.2949%20298.951%201.28529%20299.012%201.27742C299.073%201.26982%20299.116%201.26264%20299.113%201.26254C299.112%201.26273%20299.107%201.26329%20299.095%201.26631C299.071%201.27518%20299.055%201.26501%20298.912%201.3394C298.853%201.39296%20298.651%201.42548%20298.534%201.87589C298.487%202.09869%20298.579%202.35786%20298.68%202.47785C298.78%202.60578%20298.864%202.65288%20298.921%202.68616C299.138%202.78975%20299.147%202.76118%20299.18%202.77235C299.205%202.77538%20299.209%202.77512%20299.207%202.77518C299.203%202.77497%20299.174%202.7742%20299.132%202.77432C297.527%202.78119%20295.736%202.75313%20293.894%202.76223C293.59%202.74114%20293.28%202.72038%20292.971%202.69943C293.128%202.74094%20293.283%202.78262%20293.439%202.82412C292.544%202.82455%20291.625%202.82498%20290.685%202.8254C290.944%202.72962%20290.148%202.65828%20288.821%202.5762C289.956%202.56521%20291.302%202.55409%20292.494%202.54324C292.187%202.51217%20291.877%202.48112%20291.565%202.45004C290.3%202.44019%20289.108%202.43005%20287.89%202.4202C287.738%202.45688%20287.053%202.49346%20287.018%202.53043C286.987%202.56736%20287.813%202.60908%20288.389%202.63846C289.389%202.68927%20290.056%202.68155%20288.392%202.73294C287.054%202.69156%20285.627%202.65062%20284.236%202.60953C284.228%202.6405%20284.223%202.67157%20284.215%202.70254C283.645%202.7034%20283.073%202.70429%20282.495%202.70529C282.495%202.73579%20282.466%202.76785%20282.486%202.79721C280.764%202.79721%20281.302%202.7347%20280.529%202.70987C279.753%202.68509%20278.541%202.71292%20277.462%202.70236C276.903%202.69691%20276.605%202.67011%20275.496%202.67636C273.763%202.68578%20270.759%202.79046%20268.783%202.77249C268.32%202.69926%20270.646%202.62889%20269.674%202.56851C270.269%202.55296%20270.869%202.53694%20271.448%202.52182C273.262%202.52681%20271.869%202.5989%20271.379%202.62564C270.892%202.65233%20269.571%202.68054%20269.666%202.71023C272.667%202.70566%20275.355%202.66844%20275.126%202.55112C276.351%202.56097%20277.56%202.57097%20278.742%202.58096C278.439%202.529%20278.137%202.47692%20277.826%202.42496C276.576%202.42555%20275.646%202.46436%20274.644%202.42661C273.917%202.45002%20276.052%202.51572%20273.656%202.48703C273.324%202.48332%20271.563%202.42551%20271.505%202.41452C271.066%202.33706%20274.449%202.35832%20274.148%202.27042C272.69%202.267%20273.678%202.31345%20272.676%202.33286C271.371%202.35955%20270.28%202.3916%20268.716%202.39859C268.716%202.44003%20268.716%202.48148%20268.716%202.52292C268.103%202.51792%20267.484%202.51308%20266.863%202.50809C267.165%202.47171%20267.467%202.43516%20267.767%202.39878C267.179%202.39806%20266.56%202.39747%20265.991%202.39676C265.942%202.37695%20265.956%202.35739%20265.871%202.33744C263.968%202.33886%20260.675%202.31549%20259.666%202.38669C258.672%202.45792%20262.908%202.425%20263.771%202.45883C264.534%202.46012%20265.201%202.46117%20265.92%202.46231C266.22%202.48798%20266.549%202.51355%20266.871%202.53921C266.567%202.57574%20266.256%202.61237%20265.969%202.64889C265.365%202.61778%20264.758%202.58663%20264.146%202.55551C263.546%202.56122%20262.942%202.56698%20262.335%202.57254C262.176%202.53614%20262.017%202.49944%20261.858%202.46304C261.261%202.49431%20260.618%202.52665%20260.04%202.55734C258.675%202.53792%20259.282%202.49718%20258.504%202.46835C257.735%202.43954%20255.208%202.43041%20254.111%202.4354C254.048%202.45624%20254.056%202.47555%20254.018%202.49582C253.447%202.49725%20252.858%202.49879%20252.293%202.50021C251.851%202.56159%20251.856%202.63259%20249.55%202.62491C249.392%202.59382%20249.237%202.56262%20249.079%202.53152C248.316%202.52139%20247.55%202.51126%20246.78%202.50113C248.001%202.46959%20249.226%202.43721%20250.418%202.4061C248.881%202.42251%20247.53%202.47021%20246.226%202.49619C244.5%202.53014%20242.939%202.51936%20243.114%202.59653C241.687%202.61265%20239.334%202.55177%20238.055%202.54105C236.788%202.53048%20236.062%202.54407%20234.9%202.53793C236.283%202.4934%20237.467%202.47031%20239.428%202.47202C239.453%202.45232%20239.484%202.4329%20239.509%202.41306C243.098%202.38749%20242.532%202.28203%20238.971%202.288C238.2%202.28928%20238.299%202.35107%20237.636%202.36563C236.725%202.3722%20235.815%202.37677%20234.897%202.38248C234.664%202.43714%20233.893%202.48182%20233.993%202.53848C232.976%202.53448%20232.159%202.52387%20231.238%202.50845C231.234%202.53943%20231.231%202.57049%20231.227%202.60147C229.357%202.60589%20228.55%202.63395%20228.514%202.69742C227.309%202.68757%20226.097%202.67756%20224.879%202.66757C225.13%202.64147%20225.375%202.61548%20225.621%202.58938C224.737%202.50148%20223.848%202.41344%20222.957%202.32553C221.27%202.31939%20220.299%202.27851%20218.879%202.32498C218.566%202.2839%20218.266%202.24313%20217.949%202.20176C216.518%202.24884%20216.404%202.25255%20217.552%202.31217C218.491%202.36098%20219.687%202.43475%20221.157%202.46616C222.038%202.48514%20222.367%202.43624%20223.013%202.46579C222.703%202.49104%20222.407%202.51801%20222.1%202.54398C221.324%202.52385%20220.558%202.50386%20219.784%202.48373C217.639%202.47675%20216.873%202.5447%20214.805%202.54727C214.805%202.53288%20214.813%202.51863%20214.813%202.50424C213.879%202.49811%20212.97%202.49207%20212.052%202.48593C212.359%202.51705%20212.671%202.5482%20212.978%202.57931C212.07%202.57974%20211.159%202.58017%20210.242%202.5806C210.263%202.62199%20210.237%202.66461%20210.279%202.70529C208.661%202.71527%20209.92%202.62973%20208.805%202.64615C206.79%202.67582%20204.146%202.66771%20202.513%202.73806C201.159%202.68183%20200.007%202.68706%20197.997%202.67508C196.427%202.66566%20193.981%202.64803%20192.521%202.64816C187.878%202.64873%20184.18%202.63335%20179.606%202.62436C176.714%202.61866%20172.714%202.65688%20171.058%202.54983C170.023%202.48291%20172.986%202.52675%20172.741%202.47128C169.882%202.44573%20168.662%202.36319%20165.439%202.38046C166.656%202.39031%20167.879%202.40028%20169.098%202.41013C168.806%202.45192%20168.498%202.49376%20168.214%202.53555C166.93%202.53784%20166.27%202.51575%20164.994%202.50461C164.198%202.49761%20163.281%202.51525%20162.302%202.50241C161.17%202.48757%20160.644%202.43185%20159.071%202.44583C159.054%202.46595%20159.063%202.48736%20159.054%202.5079C157.986%202.4982%20156.943%202.48789%20155.857%202.47861C155.427%202.49643%20154.305%202.51357%20155.02%202.53995C156.688%202.60133%20159.14%202.48444%20159.074%202.6022C155.602%202.60306%20152.085%202.60436%20148.605%202.6055C146.986%202.5641%20147.099%202.51487%20147.186%202.45078C146.869%202.4709%20146.605%202.49407%20146.248%202.51248C143.712%202.55787%20141.268%202.44841%20139.551%202.43356C137.835%202.41874%20137.861%202.48214%20136.2%202.45462C136.547%202.41538%20136.808%202.37139%20137.118%202.33029C136.233%202.35656%20135.349%202.38299%20134.468%202.4094C134.743%202.43537%20135.039%202.46143%20135.302%202.4874C134.671%202.48996%20133.69%202.48612%20133.141%202.48483C130.964%202.48026%20130.317%202.46236%20128.264%202.43082C127.662%202.42155%20125.948%202.41895%20125.266%202.39841C125.429%202.47506%20124.5%202.52119%20122.541%202.55588C122.537%202.5142%20122.526%202.47245%20122.521%202.43063C120.709%202.45233%20118.852%202.4739%20117.037%202.49545C117.637%202.47418%20118.245%202.453%20118.847%202.43173C118.383%202.39048%20117.923%202.34902%20117.465%202.30777C117.623%202.33889%20117.78%202.37026%20117.934%202.40152C115.504%202.40266%20113.087%202.40349%20110.629%202.40463C110.629%202.4359%20110.638%202.46731%20110.643%202.49857C109.727%202.49899%20108.813%202.49924%20107.906%202.49966C108.743%202.45257%20108.015%202.42472%20107.886%202.37479C108.644%202.38392%20109.411%202.39294%20110.175%202.40207C110.926%202.37667%20111.68%202.35112%20112.441%202.32572C111.828%202.29989%20111.211%202.27427%20110.601%202.24845C111.817%202.25829%20113.068%202.26808%20114.277%202.27793C113.686%202.26751%20113.06%202.25726%20112.453%202.24698C112.44%202.21587%20112.427%202.18475%20112.419%202.15378C109.876%202.15566%20107.844%202.22683%20105.579%202.1569C105.743%202.21928%20105.913%202.28183%20106.073%202.34421C103.791%202.3552%20102.994%202.31686%20101.457%202.26804C100.364%202.23322%2099.5336%202.2069%2098.7847%202.27097C97.9702%202.34061%2099.8942%202.27941%20100.564%202.29935C99.4259%202.33175%2099.9343%202.36941%2099.1959%202.41123C98.3823%202.45748%2097.417%202.45487%2099.2456%202.50369C100.874%202.46145%20102.556%202.41882%20104.229%202.37644C104.323%202.4391%20104.687%202.47473%20102.449%202.47202C102.441%202.50299%20102.432%202.5341%20102.424%202.56522C100.907%202.5655%2099.4277%202.56585%2097.91%202.56613C97.91%202.54573%2097.8549%202.52458%2097.8845%202.50461C95.8756%202.49234%2096.3033%202.54699%2094.4323%202.56412C93.4515%202.57297%2091.6348%202.60332%2090.0016%202.59122C88.3909%202.57908%2086.3806%202.49985%2084.1993%202.54196C84.7434%202.50814%2085.3806%202.47849%2085.9637%202.44638C84.8886%202.46736%2083.8268%202.48839%2082.7123%202.50937C81.6556%202.49967%2080.6088%202.48996%2079.5733%202.48026C79.8797%202.50094%2080.1869%202.52165%2080.4952%202.54233C79.2724%202.54276%2078.0947%202.54322%2076.8712%202.54379C77.1785%202.50197%2077.4701%202.46019%2077.7604%202.41837C77.3143%202.4285%2076.8372%202.43863%2076.3664%202.44876C76.3664%202.42839%2076.3749%202.40816%2076.3749%202.38779C74.9902%202.38793%2073.6213%202.38838%2072.2801%202.38852C72.2554%202.36842%2072.233%202.34838%2072.2084%202.32828C71.4651%202.31843%2070.7481%202.30842%2069.9647%202.29843C68.4096%202.35214%2066.5406%202.36204%2064.6557%202.37417C63.8312%202.37915%2063.0039%202.38452%2062.1926%202.39347C62.6662%202.42458%2063.1495%202.45577%2063.6305%202.48703C63.9697%202.48226%2064.3117%202.47748%2064.6557%202.47269C65.059%202.46672%2065.465%202.46074%2065.872%202.4548C65.8802%202.48606%2065.8844%202.51748%2065.8885%202.54874C65.4752%202.55419%2065.0641%202.55964%2064.6557%202.56511C64.3063%202.56952%2063.9588%202.57394%2063.6134%202.5784C62.988%202.55928%2062.3728%202.54003%2061.7638%202.5209C60.0947%202.5416%2058.4639%202.56228%2056.7475%202.58298C56.8987%202.56214%2057.0471%202.54119%2057.1991%202.52036C56.7392%202.52036%2056.2789%202.52072%2055.8265%202.52072C55.6729%202.54182%2055.5169%202.56297%2055.3684%202.58408C51.2109%202.59334%2047.2089%202.53103%2043.5555%202.61648C40.5638%202.5317%2037.8553%202.57238%2034.1713%202.5621C33.2504%202.55953%2032.268%202.59307%2031.2713%202.55954C31.2108%202.58067%2031.2321%202.60136%2031.2018%202.62234C29.7634%202.60264%2028.5018%202.58365%2027.0783%202.56338C24.4699%202.65929%2023.4219%202.6149%2020.5893%202.56851C18.9725%202.54154%2017.8324%202.51813%2016.0165%202.50571C15.1592%202.5%2015.9984%202.60415%2013.8697%202.56375C13.8137%202.52423%2013.8478%202.4807%2013.8264%202.43961C12.3828%202.47043%2011.6961%202.46341%2011.0754%202.40903C12.9698%202.41217%2014.0321%202.42214%2013.8091%202.34586C14.456%202.34529%2014.9734%202.3446%2015.5861%202.34403C15.8552%202.28525%2016.7834%202.26291%2015.1443%202.22025C12.5664%202.2418%209.96449%202.26333%207.41649%202.28489C6.97574%202.2094%2010.4693%202.13851%2011.0149%202.06516C8.66218%202.06102%208.09684%202.0159%208.24706%201.94084C7.23233%201.9337%206.62664%201.94935%206.02246%201.97233C4.67313%202.01914%204.99954%202.07335%202.79691%202.06736C2.96458%202.03598%203.13014%202.00607%203.29889%201.97398C2.07413%201.93617%203.36912%201.89793%203.47582%201.86668C3.61839%201.83546%202.52136%201.83643%202.28205%201.81889C1.64711%201.76708%201.89266%201.74944%200.049814%201.75444C0.0325854%201.70282%200.0161382%201.65092%200%201.59917C0.454434%201.60929%200.915285%201.61943%201.36821%201.62956C1.20102%201.59859%201.06317%201.56734%200.899089%201.53636C3.12502%201.51224%205.47791%201.50131%207.72455%201.5023C8.39797%201.5026%209.1409%201.52301%209.50471%201.52501C12.8496%201.54298%2013.675%201.5222%2017.1576%201.50322C17.8431%201.49951%2019.926%201.54527%2021.4824%201.52757C22.015%201.52139%2022.2904%201.47723%2023.4979%201.47008C24.9714%201.46166%2027.8859%201.49995%2029.6479%201.49809C31.1635%201.49665%2032.6801%201.46952%2034.1913%201.46495C34.204%201.48535%2034.2041%201.5067%2034.2084%201.52739C35.7919%201.49741%2037.1823%201.46765%2038.767%201.43767C40.7074%201.44595%2042.7418%201.45411%2044.679%201.46239C44.6953%201.48307%2044.716%201.50298%2044.7283%201.52409C46.3151%201.49656%2047.2263%201.5252%2048.8465%201.52336C50.4281%201.52151%2051.5828%201.47349%2053.3959%201.49004C54.0091%201.52044%2054.6012%201.55222%2055.2135%201.58305C55.0691%201.54181%2054.8709%201.49911%2054.7643%201.45873C55.9906%201.43746%2057.7882%201.48027%2058.79%201.47942C60.9317%201.47739%2062.722%201.44828%2064.6557%201.45222C65.2814%201.45357%2065.9226%201.45883%2066.5999%201.47044C67.6512%201.48844%2068.9502%201.56643%2069.7593%201.57316C73.0362%201.601%2073.2429%201.51553%2075.2748%201.48583C76.4525%201.46856%2076.3844%201.50606%2077.1257%201.5045C80.8427%201.49637%2084.3919%201.4264%2088.0458%201.4157C91.8244%201.40501%2095.4749%201.49527%2098.9695%201.50212C101.681%201.50755%20102.51%201.44507%20104.996%201.50102C104.98%201.47947%20105.004%201.45943%20105.025%201.43858C106.314%201.43787%20107.894%201.43429%20109.069%201.43529C109.876%201.436%20110.361%201.45977%20110.892%201.45964C112.485%201.45893%20113.914%201.39317%20115.376%201.40654C117.156%201.42281%20117.398%201.48447%20119.588%201.46349C119.58%201.47902%20119.603%201.49243%20119.608%201.50725C120.077%201.50311%20120.544%201.49908%20121.015%201.4948C121.316%201.51506%20121.63%201.53532%20121.925%201.55559C122.372%201.52404%20122.823%201.49251%20123.271%201.46111C122.364%201.45112%20121.453%201.44125%20120.527%201.43126C121.753%201.42512%20122.935%201.4189%20124.14%201.41277C125.05%201.41848%20125.959%201.42409%20126.875%201.4298C126.9%201.44989%20126.928%201.47013%20126.953%201.49022C127.848%201.48979%20128.751%201.48941%20129.651%201.48912C129.502%201.41308%20130.547%201.42334%20132.401%201.42577C133.012%201.44631%20133.62%201.46693%20134.233%201.48747C133.92%201.45637%20133.613%201.42519%20133.305%201.39409C134.213%201.37269%20135.123%201.35145%20136.04%201.33019C137.115%201.37144%20138.199%201.41271%20139.262%201.45397C139.108%201.42302%20138.946%201.39114%20138.797%201.36077C139.809%201.34867%20140.237%201.38077%20141.032%201.38237C141.827%201.38394%20142.038%201.35847%20142.898%201.35747C144.178%201.3559%20145.671%201.35749%20146.994%201.35692C147.01%201.3776%20147.016%201.39835%20147.024%201.41918C147.327%201.41903%20147.63%201.41895%20147.933%201.41881C147.933%201.39825%20147.959%201.37752%20147.947%201.3571C150.339%201.3307%20152.097%201.31882%20154.704%201.32524C161.823%201.34251%20168.761%201.28632%20175.699%201.37468C178.232%201.32715%20180.657%201.30595%20183.548%201.31023C182.934%201.27925%20182.319%201.24815%20181.701%201.21703C182.917%201.22702%20184.132%201.23707%20185.346%201.24706C185.813%201.27803%20186.281%201.3091%20186.748%201.34008C187.193%201.27741%20187.639%201.21451%20188.084%201.15185C190.82%201.19866%20188.993%201.25652%20189.033%201.33916C191.219%201.33802%20193.775%201.33723%20195.846%201.33495C196.686%201.33412%20197.197%201.36146%20197.643%201.35948C199.793%201.34935%20201.21%201.27886%20203.208%201.32909C204.091%201.29855%20205.013%201.26853%20205.9%201.23827C206.818%201.26196%20207.25%201.29322%20208.245%201.31591C209.42%201.34273%20210.343%201.32414%20210.086%201.39116C211.307%201.40144%20212.502%201.41201%20213.702%201.42229C213.707%201.39134%20213.714%201.3604%20213.722%201.32946C214.308%201.3286%20214.904%201.32771%20215.491%201.32671C215.499%201.29576%20215.502%201.26482%20215.511%201.23388C216.428%201.24386%20217.344%201.25392%20218.256%201.2639C218.462%201.19083%20220.918%201.11206%20220.988%201.23131C220.383%201.23674%20219.776%201.24237%20219.169%201.24779C219.772%201.25293%20220.37%201.25803%20220.971%201.26317C220.983%201.29428%20220.996%201.32527%20221.004%201.35637C222.812%201.37706%20224.764%201.28448%20224.649%201.22966C225.415%201.24978%20226.178%201.26978%20226.94%201.28991C229.526%201.2418%20230.406%201.20569%20230.092%201.10222C231.003%201.11279%20231.911%201.12338%20232.815%201.13408C232.848%201.15345%20232.887%201.17295%20232.924%201.19231C233.978%201.21343%20235.027%201.23473%20236.07%201.25585C236.516%201.22446%20236.967%201.19312%20237.412%201.16173C236.831%201.16131%20236.254%201.1607%20235.67%201.16027C235.177%201.13029%20234.684%201.10016%20234.189%201.07018C232.233%201.07075%20230.202%201.07126%20228.272%201.07183C229.103%201.16288%20229.145%201.19593%20226.94%201.25988C226.777%201.19739%20226.614%201.13505%20226.451%201.07256C225.394%201.11465%20224.331%201.15667%20223.264%201.1989C223.415%201.17822%20223.572%201.15748%20223.723%201.13665C221.214%201.13436%20219.637%201.08978%20217.322%201.13903C217.513%201.04396%20217.271%200.983249%20214.993%200.921869C213.916%200.942988%20212.87%200.964103%20211.809%200.985222C212.723%200.995355%20213.62%201.0053%20214.549%201.01543C214.557%201.08836%20214.578%201.16114%20214.582%201.23406C212.392%201.21694%20210%201.21944%20207.849%201.20275C207.088%201.19675%20206.919%201.16807%20206.395%201.15935C204.874%201.13395%20204.339%201.1483%20204.498%201.08227C203.609%201.0934%20202.704%201.10405%20201.804%201.11504C201.895%201.18384%20202.055%201.24038%20199.983%201.27178C199.966%201.2408%20199.952%201.20974%20199.935%201.17876C199.358%201.17791%20198.783%201.17705%20198.205%201.1762C198.18%201.15624%20198.156%201.13624%20198.126%201.11614C197.539%201.11557%20196.958%201.11506%20196.373%201.11449C196.336%201.09465%20196.302%201.07464%20196.264%201.0548C195.371%201.05523%20194.479%201.05547%20193.583%201.0559C193.566%201.07603%20193.545%201.09638%20193.524%201.11651C192.474%201.12707%20191.421%201.13762%20190.368%201.14818C188.748%201.10851%20188.459%201.02125%20186.248%201.02679C186.389%200.985123%20186.533%200.943575%20186.675%200.90191C185.613%200.912753%20184.55%200.92366%20183.486%200.934503C182.991%201.03667%20186.491%201.09188%20186.267%201.18334C184.101%201.14253%20182.189%201.19175%20179.868%201.1859C180.472%201.17006%20181.085%201.15428%20181.69%201.1383C180.896%201.11289%20180.102%201.08735%20179.307%201.06194C178.578%201.06722%20177.844%201.07255%20177.114%201.07769C178.702%201.00704%20179.727%200.942623%20177.536%200.874262C177.394%200.926341%20177.247%200.978552%20177.105%201.03063C175.888%201.0312%20174.673%201.03189%20173.454%201.03246C173.154%201.07411%20172.857%201.11587%20172.557%201.15752C169.661%201.103%20171.293%201.08574%20172.419%201.01708C169.954%200.869521%20173.567%200.953658%20174.819%201.00005C175.466%201.0012%20175.507%200.967615%20175.244%200.953912C174.001%200.889125%20171.743%200.907215%20169.774%200.908502C170.079%200.939753%20170.397%200.970776%20170.705%201.00188C169.796%201.01787%20168.88%201.03387%20167.971%201.04986C167.971%201.06029%20167.971%201.07073%20167.971%201.08117C168.584%201.107%20169.197%201.13279%20169.811%201.15862C167.983%201.15933%20166.155%201.15996%20164.33%201.16082C163.714%201.09789%20166.34%201.03259%20167.962%201.03429C167.879%200.953791%20166.465%200.934551%20164.293%200.941827C164.297%200.973071%20164.302%201.00451%20164.31%201.03576C161.841%201.01335%20159.506%201.04154%20157.006%201.03869C155.952%201.11205%20154.903%201.1856%20153.837%201.25896C152.762%201.22827%20151.688%201.19672%20150.624%201.16631C151.462%201.15789%20152.874%201.20988%20153.347%201.17913C153.819%201.1483%20154.231%201.1076%20154.269%201.07091C151.663%201.08305%20150.065%201.13398%20148.345%201.19835C147.305%201.15654%20146.087%201.13438%20145.238%201.083C144.691%201.04991%20144.976%201.02833%20143.293%201.04345C143.606%201.07369%20143.916%201.10569%20144.226%201.13665C143.151%201.14735%20142.074%201.15817%20141.004%201.16887C141.166%201.18971%20141.338%201.21048%20141.501%201.23131C140.588%201.2316%20139.676%201.23158%20138.766%201.23186C139.061%201.17964%20139.357%201.12753%20139.652%201.07531C138.45%201.11728%20137.233%201.1595%20136.014%201.20147C136.161%201.15979%20136.308%201.11795%20136.455%201.07641C136.15%201.08439%20135.844%201.09245%20135.543%201.10058C135.083%201.07189%20134.618%201.04303%20134.155%201.01434C135.373%201.01405%20136.595%201.01371%20137.821%201.01342C136.44%200.982736%20135.058%200.952003%20133.682%200.921319C132.484%200.969533%20130.399%200.972875%20130.453%201.04436C129.885%201.04551%20129.302%201.04689%20128.728%201.04803C128.719%201.07897%20128.713%201.11009%20128.705%201.14104C128.092%201.13605%20127.479%201.13084%20126.869%201.12585C127.166%201.07889%20127.463%201.03195%20127.761%200.984856C126.371%201.0368%20125.007%201.08841%20123.616%201.14049C122.255%201.14021%20120.51%201.15234%20119.223%201.14049C118.402%201.13293%20117.918%201.09256%20117.347%201.08941C115.691%201.07999%20115.948%201.07477%20114.305%201.05407C112.953%201.03723%20108.44%201.03763%20107.686%200.974968C108.237%200.933291%20108.861%200.892136%20109.457%200.850459C108.428%200.820197%20107.845%200.783344%20106.689%200.755795C105.542%200.728279%20104.554%200.74703%20104.858%200.679441C104.234%200.677299%20103.646%200.67936%20103.034%200.679074C103.018%200.663951%20103.001%200.649624%20103.068%200.634214C104.582%200.571988%20105.597%200.545147%20108.122%200.553283C109.849%200.558854%20110.352%200.586158%20111.76%200.52124ZM346.908%2019.9996C346.895%2020.0203%20346.884%2020.0412%20346.872%2020.062C347.624%2020.0532%20348.382%2020.0441%20349.137%2020.0352C348.83%2020.0106%20348.526%2019.9861%20348.22%2019.9616C349.426%2019.9556%20350.636%2019.9494%20351.849%2019.9432C352.162%2019.9832%20352.476%2020.0234%20352.789%2020.0634C351.574%2020.0699%20350.358%2020.0758%20349.146%2020.0819C349.15%2020.1131%20349.149%2020.1445%20349.149%2020.1758C347.792%2020.1828%20346.46%2020.1895%20345.072%2020.1963C344.908%2020.176%20344.748%2020.1557%20344.584%2020.1355C344.286%2020.1517%20343.987%2020.1678%20343.69%2020.184C342.767%2020.1944%20341.846%2020.2048%20340.928%2020.215C341.82%2020.1641%20342.719%2020.1129%20343.616%2020.0618C343.012%2020.0387%20342.413%2020.0154%20341.811%2019.9922C343.677%2019.9829%20344.528%2019.9493%20344.552%2019.8855C345.338%2019.9235%20346.143%2019.9616%20346.908%2019.9996ZM352.801%2020.1417C352.651%2020.1477%20352.495%2020.1535%20352.345%2020.1595C351.887%2020.1464%20351.428%2020.1331%20350.971%2020.1198C351.125%2020.1137%20351.276%2020.108%20351.426%2020.102C351.884%2020.1151%20352.342%2020.1285%20352.801%2020.1417ZM358.333%2020.1117C358.329%2020.092%20359.186%2020.087%20359.19%2020.1068C359.194%2020.1266%20358.335%2020.1313%20358.333%2020.1117ZM390.283%2019.9159C390.28%2019.8963%20391.147%2019.8905%20391.149%2019.9101C391.153%2019.9298%20390.283%2019.9356%20390.283%2019.9159ZM398.484%2019.8752C397.877%2019.8793%20397.269%2019.8835%20396.662%2019.8876C396.662%2019.8772%20396.662%2019.8668%20396.662%2019.8564C397.268%2019.8524%20397.876%2019.8479%20398.484%2019.8439C398.484%2019.8543%20398.484%2019.8647%20398.484%2019.8752ZM414.947%2019.7413C414.944%2019.7217%20415.81%2019.7153%20415.812%2019.7349C415.817%2019.7546%20414.947%2019.761%20414.947%2019.7413ZM332.737%2020.2048C332.737%2020.1851%20333.607%2020.1816%20333.608%2020.2012C333.612%2020.2209%20332.738%2020.2244%20332.737%2020.2048ZM372.021%2020.0014C372.017%2019.9816%20372.879%2019.9764%20372.881%2019.996C372.885%2020.0158%20372.022%2020.0211%20372.021%2020.0014ZM290.701%2020.2936C290.083%2020.2938%20289.468%2020.294%20288.854%2020.2941C289.022%2020.2542%20288.316%2020.2354%20287.922%2020.2005C288.841%2020.2005%20289.763%2020.2003%20290.689%2020.1998C290.693%2020.2311%20290.7%2020.2623%20290.701%2020.2936ZM315.334%2020.125C315.355%2020.1452%20315.375%2020.1655%20315.395%2020.1856C315.984%2020.1844%20316.57%2020.1834%20317.161%2020.1821C317.165%2020.2029%20317.167%2020.2237%20317.167%2020.2445C316.559%2020.2463%20315.951%2020.2482%20315.345%2020.2499C315.039%2020.2091%20314.727%2020.1683%20314.421%2020.1275C314.723%2020.1266%20315.026%2020.1258%20315.328%2020.125C315.33%2020.125%20315.332%2020.125%20315.334%2020.125ZM443.244%2019.4945C444.603%2019.433%20446.181%2019.3942%20445.992%2019.4886C445.541%2019.4824%20445.077%2019.4764%20444.617%2019.4702C444.161%2019.4783%20443.7%2019.4864%20443.244%2019.4945ZM357.372%2019.9761C357.553%2020.0063%20356.775%2020.0816%20355.546%2020.0796C355.542%2020.0485%20355.534%2020.0173%20355.534%2019.9861C356.146%2019.9828%20356.759%2019.9794%20357.372%2019.9761ZM277.882%2020.2602C277.27%2020.2595%20276.659%2020.259%20276.051%2020.258C276.047%2020.2476%20276.048%2020.2371%20276.048%2020.2267C276.657%2020.2275%20277.269%2020.2282%20277.882%2020.229C277.882%2020.2394%20277.882%2020.2498%20277.882%2020.2602ZM408.544%2019.6834C409.341%2019.6457%20411.606%2019.6994%20411.245%2019.7165C410.445%2019.7542%20408.186%2019.7005%20408.544%2019.6834ZM294.316%2020.1972C294.32%2020.218%20294.324%2020.239%20294.324%2020.2598C293.719%2020.2603%20293.114%2020.2607%20292.512%2020.2611C292.962%2020.2399%20293.412%2020.2187%20293.863%2020.1975C294.014%2020.1974%20294.165%2020.1973%20294.316%2020.1972ZM297.064%2020.257C296.759%2020.2574%20296.453%2020.2577%20296.149%2020.2579C296.145%2020.2266%20296.135%2020.1953%20296.135%2020.164C296.439%2020.1636%20296.745%2020.1633%20297.05%2020.1631C297.054%2020.1944%20297.055%2020.2257%20297.064%2020.257ZM441.415%2019.4932C440.805%2019.498%20440.195%2019.5029%20439.586%2019.5075C439.581%2019.4763%20439.574%2019.4451%20439.574%2019.4138C440.182%2019.4091%20440.791%2019.4042%20441.4%2019.3996C441.405%2019.4308%20441.415%2019.462%20441.415%2019.4932ZM450.491%2019.3215C451.032%2019.2996%20450.165%2019.2377%20452.354%2019.252C452.307%2019.3283%20449.263%2019.4448%20446.898%2019.4501C446.897%2019.409%20446.886%2019.366%20446.885%2019.3259C448.092%2019.3164%20449.237%2019.372%20450.491%2019.3215ZM329.949%2020.169C328.947%2020.1796%20328.146%2020.1695%20327.223%2020.164C326.297%2020.1587%20325.338%2020.1638%20325.386%2020.1237C326.595%2020.1194%20327.801%2020.1147%20329.014%2020.1099C329.319%2020.088%20329.629%2020.0659%20329.934%2020.044C329.939%2020.0857%20329.949%2020.1275%20329.949%2020.169ZM266.891%2020.0843C266.231%2020.1247%20265.81%2020.1576%20265.988%2020.207C265.077%2020.2044%20264.174%2020.2014%20263.273%2020.1983C263.269%2020.1566%20263.261%2020.1148%20263.257%2020.0732C264.459%2020.0771%20265.672%2020.0809%20266.891%2020.0843ZM281.558%2020.2324C280.965%2020.2112%20280.326%2020.1899%20279.71%2020.1685C280.322%2020.1691%20280.96%2020.1695%20281.55%2020.17C281.554%2020.1908%20281.558%2020.2116%20281.558%2020.2324ZM297.998%2020.2088C297.995%2020.1891%20298.863%2020.1881%20298.863%2020.2078C298.867%2020.2276%20297.997%2020.2285%20297.998%2020.2088ZM412.168%2019.6523C412.071%2019.5477%20415.54%2019.5702%20417.647%2019.5495C416.869%2019.5863%20416.096%2019.6232%20415.319%2019.6599C414.266%2019.6574%20413.218%2019.6548%20412.168%2019.6523ZM383.843%2019.7236C383.196%2019.7702%20382.757%2019.8068%20382.952%2019.8546C382.649%2019.8565%20382.352%2019.8585%20382.044%2019.8604C382.035%2019.8188%20382.03%2019.7771%20382.026%2019.7355C382.638%2019.7315%20383.237%2019.7275%20383.843%2019.7236ZM273.335%2020.1754C273.33%2020.1557%20274.187%2020.1572%20274.191%2020.1769C274.194%2020.1965%20273.337%2020.195%20273.335%2020.1754ZM285.202%2020.185C285.197%2020.1653%20286.064%2020.1655%20286.064%2020.1851C286.067%2020.2048%20285.203%2020.2046%20285.202%2020.185ZM225.786%2019.853C224.24%2019.8115%20222.727%2019.7689%20221.239%2019.7252C222.723%2019.7375%20224.234%2019.7488%20225.776%2019.7591C225.78%2019.7904%20225.786%2019.8217%20225.786%2019.853ZM466.46%2018.8254C465.61%2018.8363%20466.36%2018.8735%20465.49%2018.8948C464.961%2018.9077%20464.301%2018.932%20463.621%2018.9386C461.766%2018.9568%20461.161%2018.9045%20459.638%2018.9895C460.234%2018.9897%20460.842%2018.9907%20461.446%2018.9913C461.455%2019.0532%20461.459%2019.1151%20461.467%2019.1771C460.868%2019.1874%20460.264%2019.1977%20459.665%2019.2079C460.773%2019.2445%20460.336%2019.2917%20462.406%2019.2641C462.377%2019.2402%20461.381%2019.2343%20461.914%2019.2066C463.213%2019.1387%20463.681%2019.1612%20464.497%2019.0729C465.25%2018.9913%20469.216%2018.8862%20466.46%2018.8254ZM240.396%2020.0061C239.376%2019.9842%20238.826%2019.9557%20237.677%2019.9504C237.67%2019.9088%20237.662%2019.8671%20237.654%2019.8255C238.254%2019.8311%20238.854%2019.8365%20239.461%2019.8418C239.772%2019.8966%20240.083%2019.9514%20240.396%2020.0061ZM245.001%2020.0419C244.701%2020.0398%20244.406%2020.0378%20244.103%2020.0354C244.034%2019.9907%20243.294%2019.9488%20243.158%2019.9039C243.167%2019.904%20243.175%2019.904%20243.184%2019.9041C243.184%2019.9039%20243.184%2019.9037%20243.184%2019.9035C243.797%2019.9098%20244.403%2019.9118%20244.985%2019.9167C244.993%2019.9584%20244.997%2020.0002%20245.001%2020.0419ZM403.055%2019.6712C403.051%2019.6515%20403.918%2019.6454%20403.918%2019.6651C403.923%2019.6847%20403.056%2019.6908%20403.055%2019.6712ZM411.093%2019.5357C412.029%2019.5565%20410.003%2019.6481%20409.577%2019.639C408.642%2019.6183%20410.666%2019.5265%20411.093%2019.5357ZM458.768%2019.262C458.836%2019.1987%20457.834%2019.1742%20456.008%2019.1902C456.927%2019.2142%20457.849%2019.2381%20458.768%2019.262ZM269.655%2020.1228C269.039%2020.1212%20268.423%2020.1199%20267.811%2020.1182C267.807%2020.1077%20267.806%2020.0973%20267.806%2020.0869C268.418%2020.0886%20269.033%2020.0901%20269.65%2020.0917C269.654%2020.1021%20269.655%2020.1125%20269.655%2020.1228ZM281.572%2020.1231C281.568%2020.1035%20282.424%2020.104%20282.424%2020.1237C282.427%2020.1433%20281.574%2020.1427%20281.572%2020.1231ZM289.752%2020.1377C288.52%2020.1381%20287.293%2020.1384%20286.075%2020.1383C286.075%2020.1278%20286.075%2020.1174%20286.075%2020.107C287.293%2020.1071%20288.52%2020.1068%20289.752%2020.1064C289.752%2020.1168%20289.752%2020.1273%20289.752%2020.1377ZM203.831%2019.3705C202.261%2019.294%20201.58%2019.2865%20199.846%2019.2544C198.399%2019.1842%20197.008%2019.1125%20195.654%2019.0379C197.884%2019.041%20200.382%2019.2042%20202.913%2019.2203C203.219%2019.2706%20203.52%2019.3204%20203.831%2019.3705ZM209.326%2019.5045C208.724%2019.4911%20208.127%2019.4775%20207.538%2019.4634C207.534%2019.4529%20207.536%2019.4424%20207.536%2019.432C208.125%2019.4459%20208.722%2019.4596%20209.324%2019.4731C209.328%2019.4837%20209.326%2019.4941%20209.326%2019.5045ZM310.752%2020.0121C308.913%2020.0153%20307.925%2020.0499%20308.007%2020.1125C309.835%2020.1098%20310.836%2020.0747%20310.752%2020.0121ZM325.357%2019.8422C326.491%2019.8396%20326.763%2019.8859%20327.178%2019.9139C327.884%2019.9614%20328.385%2019.9934%20328.115%2020.0509C328.113%2020.0508%20328.111%2020.0507%20328.109%2020.0507C325.769%2020.0701%20326.593%2020.0333%20326.277%2019.9799C325.961%2019.9266%20325.085%2019.8992%20325.357%2019.8422ZM186.504%2018.5868C185.24%2018.5484%20183.973%2018.5019%20182.833%2018.4544C183.407%2018.4523%20183.998%2018.4489%20184.613%2018.445C185.221%2018.4931%20185.897%2018.5428%20186.504%2018.5868ZM274.23%2020.0832C274.226%2020.0635%20275.089%2020.0649%20275.089%2020.0846C275.092%2020.1043%20274.232%2020.1028%20274.23%2020.0832ZM404.858%2019.6114C404.246%2019.6157%20403.634%2019.6201%20403.024%2019.6243C403.02%2019.6035%20403.016%2019.5828%20403.015%2019.5619C403.626%2019.5576%20404.237%2019.5532%20404.849%2019.549C404.853%2019.5698%20404.858%2019.5906%20404.858%2019.6114ZM213.926%2019.521C213.335%2019.5254%20212.68%2019.5281%20212.069%2019.5313C212.065%2019.5%20212.059%2019.4686%20212.059%2019.4374C212.212%2019.4404%20212.371%2019.4436%20212.525%2019.4468C212.988%2019.4716%20213.488%2019.4971%20213.926%2019.521ZM303.452%2020.0906C303.151%2020.0912%20302.848%2020.0917%20302.548%2020.0921C302.543%2020.0713%20302.539%2020.0505%20302.539%2020.0297C302.84%2020.0291%20303.142%2020.0284%20303.444%2020.028C303.448%2020.0488%20303.452%2020.0697%20303.452%2020.0906ZM481.612%2018.9988C481.612%2018.9791%20482.475%2018.972%20482.476%2018.9917C482.481%2019.0113%20481.612%2019.0184%20481.612%2018.9988ZM182.608%2016.1178C183.446%2015.8096%20184.477%2015.4822%20185.297%2015.2528C184.49%2015.5109%20183.475%2015.8658%20182.654%2016.2005C182.638%2016.1731%20182.628%2016.1436%20182.608%2016.1178ZM373.759%2019.7719C373.759%2019.7522%20372.896%2019.7575%20372.899%2019.7771C372.899%2019.7968%20373.762%2019.7916%20373.759%2019.7719ZM278.798%2020.0579C278.795%2020.0383%20279.666%2020.0393%20279.671%2020.059C279.673%2020.0786%20278.797%2020.0776%20278.798%2020.0579ZM285.185%2020.0601C285.182%2020.0405%20286.043%2020.0406%20286.047%2020.0603C286.049%2020.0799%20285.185%2020.0798%20285.185%2020.0601ZM296.124%2020.0703C295.82%2020.0707%20295.515%2020.0711%20295.212%2020.0713C295.208%2020.0505%20295.203%2020.0296%20295.203%2020.0087C295.507%2020.0084%20295.811%2020.0081%20296.115%2020.0079C296.12%2020.0287%20296.124%2020.0495%20296.124%2020.0703ZM221.253%2019.6472C221.251%2019.6276%20222.098%2019.6404%20222.099%2019.6601C222.101%2019.68%20221.256%2019.667%20221.253%2019.6472ZM224.871%2019.6999C224.867%2019.6802%20225.741%2019.6921%20225.742%2019.7118C225.746%2019.7315%20224.871%2019.7196%20224.871%2019.6999ZM330.063%2019.8879C330.484%2019.874%20332.545%2019.9429%20331.611%2019.9741C331.187%2019.9881%20329.126%2019.919%20330.063%2019.8879ZM250.435%2019.8896C250.435%2019.9104%20250.439%2019.9313%20250.443%2019.9521C251.058%2019.9558%20251.675%2019.9592%20252.296%2019.9626C252.296%2019.9418%20252.292%2019.921%20252.288%2019.9001C251.667%2019.8967%20251.05%2019.8933%20250.435%2019.8896ZM259.557%2019.9812C259.557%2019.9615%20258.681%2019.958%20258.686%2019.9777C258.688%2019.9974%20259.56%2020.0009%20259.557%2019.9812ZM421.283%2019.3503C422.047%2019.3306%20423.243%2019.3445%20424.018%2019.3454C424.014%2019.3663%20424.026%2019.3871%20424.026%2019.4079C423.418%2019.4125%20422.81%2019.4172%20422.203%2019.4216C421.896%2019.3979%20421.589%2019.3741%20421.283%2019.3503ZM271.524%203.30778C271.674%203.28959%20271.829%203.27081%20271.978%203.25274C272.433%203.22895%20272.883%203.20591%20273.334%203.18271C273.188%203.20049%20273.035%203.21878%20272.887%203.23681C272.438%203.25996%20271.981%203.28383%20271.524%203.30778ZM273.275%2019.8785C273.58%2019.9051%20273.882%2019.9315%20274.189%2019.9581C273.737%2019.9729%20273.287%2019.9879%20272.838%2020.0026C272.384%2019.9758%20271.928%2019.9489%20271.477%2019.922C272.071%2019.9076%20272.671%2019.8931%20273.269%2019.8785C273.271%2019.8785%20273.273%2019.8785%20273.275%2019.8785ZM219.376%2019.5707C218.754%2019.5449%20218.133%2019.5188%20217.522%2019.4926C217.979%2019.4848%20218.439%2019.4769%20218.902%2019.4689C219.055%2019.4713%20219.213%2019.4739%20219.367%2019.4764C219.37%2019.5079%20219.377%2019.5393%20219.376%2019.5707ZM256.919%204.66642C256.921%204.68593%20256.054%204.76871%20256.052%204.7492C256.051%204.72945%20256.916%204.64684%20256.919%204.66642ZM197.392%2018.8492C196.498%2018.842%20196.71%2018.8641%20197.404%2018.911C198.729%2019.0005%20200.384%2019.0428%20200.184%2019.1103C198.614%2019.0517%20197.117%2018.992%20195.655%2018.9286C195.648%2018.8763%20195.636%2018.8239%20195.629%2018.7718C196.223%2018.7987%20196.795%2018.8234%20197.392%2018.8492ZM468.754%2018.8062C469.381%2018.8529%20470.013%2018.8996%20470.64%2018.9464C472.464%2018.9476%20474.273%2018.9487%20476.087%2018.95C473.633%2018.8611%20473.412%2018.7569%20468.754%2018.8062ZM297.941%2019.9743C297.33%2019.9751%20296.718%2019.9759%20296.11%2019.9765C296.109%2019.9766%20296.108%2019.9767%20296.107%2019.9767C296.107%2019.9663%20296.107%2019.9559%20296.107%2019.9454C296.716%2019.9446%20297.327%2019.9439%20297.938%2019.943C297.943%2019.9535%20297.941%2019.9639%20297.941%2019.9743ZM218.43%2019.3671C217.506%2019.3517%20216.595%2019.3358%20215.696%2019.3195C215.667%2019.3422%20216.493%2019.3583%20216.404%2019.3805C216.311%2019.4028%20215.381%2019.4052%20215.694%2019.4438C214.351%2019.4307%20213.011%2019.4154%20211.611%2019.3974C210.829%2019.3446%20210.052%2019.2912%20209.29%2019.2376C209.104%2019.1723%20209.813%2019.2102%20211.108%2019.23C211.263%2019.2438%20211.418%2019.2573%20211.574%2019.271C212.638%2019.3034%20213.766%2019.3359%20214.767%2019.3649C215.076%2019.3497%20215.367%2019.3348%20215.696%2019.3195C215.693%2019.3195%20215.691%2019.3194%20215.688%2019.3194C215.799%2019.2957%20216.538%2019.2982%20216.586%2019.273C216.89%2019.2783%20217.195%2019.2835%20217.5%2019.2888C217.81%2019.3149%20218.117%2019.3411%20218.43%2019.3671ZM350.924%2019.7604C350.924%2019.7707%20350.924%2019.7811%20350.925%2019.7915C351.532%2019.7884%20352.14%2019.7853%20352.749%2019.7822C352.749%2019.7717%20352.749%2019.7613%20352.749%2019.7509C352.14%2019.754%20351.532%2019.7573%20350.924%2019.7604ZM242.197%2019.7084C242.196%2019.7292%20242.2%2019.7499%20242.204%2019.7707C243.135%2019.7843%20245.221%2019.7729%20244.959%2019.7292C244.085%2019.7229%20243.115%2019.7157%20242.197%2019.7084ZM254.462%2019.0989C253.829%2019.116%20253.795%2019.1724%20253.027%2019.1805C252.239%2019.1886%20250.922%2019.1041%20251.297%2019.1892C251.297%2019.1893%20251.297%2019.1894%20251.297%2019.1895C251.66%2019.2745%20252.644%2019.2411%20253.935%2019.2896C254.539%2019.3118%20253.613%2019.3728%20254.929%2019.397C254.005%2019.4105%20253.182%2019.4204%20252.239%2019.4317C251.958%2019.4873%20251.683%2019.543%20251.399%2019.5985C253.414%2019.6777%20254.659%2019.762%20257.71%2019.77C257.542%2019.786%20256.611%2019.8112%20256.807%2019.8285C258.022%2019.8236%20259.242%2019.8181%20260.477%2019.8124C260.477%2019.8333%20260.481%2019.8542%20260.486%2019.8751C262.06%2019.881%20263.515%2019.8859%20265.038%2019.8904C265.038%2019.88%20265.039%2019.8697%20265.035%2019.8593C263.513%2019.8443%20262.052%2019.8288%20260.477%2019.8124C260.473%2019.7916%20260.469%2019.7708%20260.469%2019.7499C259.269%2019.7391%20258.747%2019.7621%20257.71%2019.77C257.924%2019.7163%20257.578%2019.6803%20256.323%2019.6389C255.568%2019.6405%20254.812%2019.6421%20254.065%2019.6435C255.56%2019.6354%20257.076%2019.6266%20258.603%2019.6174C257.978%2019.5732%20257.382%2019.5287%20256.75%2019.4844C258.316%2019.4947%20257.639%2019.5599%20259.175%2019.5868C259.982%2019.6011%20261.799%2019.5992%20262.73%2019.6017C263.69%2019.6045%20264.196%2019.6151%20264.093%2019.5748C261.196%2019.5699%20262.737%2019.4629%20261.357%2019.3934C262.293%2019.3917%20263.162%2019.3893%20264.069%2019.387C263.756%2019.3551%20263.445%2019.3232%20263.133%2019.2912C262.104%2019.2779%20261.014%2019.2642%20259.939%2019.25C258.731%2019.2813%20257.605%2019.3038%20257.659%2019.3631C257.049%2019.3553%20256.442%2019.3473%20255.833%2019.3392C256.039%2019.2817%20257.757%2019.2699%20257.637%2019.2068C255.546%2019.2071%20255.711%2019.146%20254.462%2019.0989ZM405.274%2019.3271C404.337%2019.3621%20403.742%2019.3866%20403.908%2019.4304C404.825%2019.4238%20405.744%2019.4175%20406.662%2019.4108C406.821%2019.3646%20406.221%2019.3486%20405.274%2019.3271ZM245.851%2019.6731C245.85%2019.7043%20245.857%2019.7356%20245.861%2019.7668C246.462%2019.771%20247.066%2019.775%20247.673%2019.779C247.673%2019.7478%20247.664%2019.7166%20247.66%2019.6853C247.054%2019.6815%20246.451%2019.6772%20245.851%2019.6731ZM353.647%2019.6212C354.412%2019.648%20355.184%2019.6749%20355.952%2019.7018C356.714%2019.6876%20357.483%2019.6732%20358.247%2019.659C357.483%2019.6323%20356.704%2019.6057%20355.937%2019.5788C355.174%2019.593%20354.411%2019.6071%20353.647%2019.6212ZM378.785%2019.5684C378.634%2019.5589%20378.477%2019.5495%20378.322%2019.5401C378.627%2019.5381%20378.934%2019.5362%20379.239%2019.5343C379.088%2019.5458%20378.935%2019.5571%20378.785%2019.5684ZM407.568%2019.3104C407.568%2019.3312%20407.572%2019.352%20407.577%2019.3728C409.323%2019.3657%20410.543%2019.349%20411.208%2019.284C409.993%2019.2929%20408.779%2019.3017%20407.568%2019.3104ZM201.098%2018.8561C201.079%2018.9059%20201.387%2018.975%20202.019%2019.0386C202.901%2019.0691%20203.798%2019.0987%20204.715%2019.1279C203.476%2019.0385%20202.29%2018.9484%20201.098%2018.8561ZM267.366%203.88131C266.907%203.90674%20266.443%203.93261%20265.978%203.95875C265.978%203.95358%20265.977%203.94841%20265.977%203.94324C266.9%203.86021%20267.813%203.7786%20268.714%203.69893C268.267%203.75942%20267.821%203.81993%20267.369%203.88124C267.368%203.88126%20267.367%203.88128%20267.366%203.88131ZM264.12%2019.7628C264.12%2019.7836%20264.124%2019.8044%20264.128%2019.8252C264.731%2019.8272%20265.338%2019.8289%20265.945%2019.8306C265.488%2019.8084%20265.031%2019.7863%20264.572%2019.7641C264.423%2019.7636%20264.269%2019.7631%20264.12%2019.7628ZM384.724%2019.4991C385.633%2019.4931%20386.544%2019.4871%20387.456%2019.481C387.456%2019.4759%20387.456%2019.4707%20387.456%2019.4655C386.998%2019.4529%20386.54%2019.4403%20386.083%2019.4277C385.63%2019.4515%20385.176%2019.4754%20384.724%2019.4991ZM293.336%201.67713C293.635%201.65323%20293.925%201.63006%20294.204%201.60767C294.499%201.58399%20294.858%201.5551%20295.161%201.53062C295.166%201.54066%20295.165%201.55123%20295.166%201.5616C294.863%201.58601%20294.505%201.6148%20294.209%201.63857C293.93%201.66096%20293.641%201.68416%20293.341%201.70812C293.336%201.69806%20293.337%201.68751%20293.336%201.67713ZM225.737%2019.476C225.741%2019.4865%20225.74%2019.4971%20225.74%2019.5075C224.507%2019.4911%20223.292%2019.474%20222.096%2019.4562C222.097%2019.4352%20222.093%2019.4142%20222.089%2019.3933C223.289%2019.4216%20224.505%2019.4492%20225.737%2019.476ZM286.008%202.28128C286.488%202.23714%20286.954%202.19416%20287.408%202.15227C287.423%202.15169%20287.442%202.15087%20287.458%202.15025C287.45%202.15104%20287.442%202.15183%20287.433%202.15263C286.972%202.19425%20286.497%202.23723%20286.014%202.28081C286.012%202.28096%20286.01%202.28112%20286.008%202.28128ZM211.486%2010.1053C211.488%2010.1247%20212.339%209.99881%20212.335%209.97981C212.331%209.96023%20211.478%2010.0863%20211.486%2010.1053ZM455.057%2018.9317C455.666%2018.9426%20456.281%2018.9533%20456.891%2018.9641C456.887%2018.9329%20456.883%2018.9017%20456.879%2018.8705C456.727%2018.8717%20456.575%2018.8728%20456.423%2018.874C455.967%2018.8933%20455.512%2018.9125%20455.057%2018.9317ZM337.19%2019.7166C337.187%2019.6969%20336.327%2019.7008%20336.332%2019.7204C336.332%2019.7401%20337.194%2019.7362%20337.19%2019.7166ZM244.028%2019.6756C244.025%2019.656%20243.144%2019.6494%20243.148%2019.669C243.148%2019.6888%20244.032%2019.6953%20244.028%2019.6756ZM251.331%2019.6761C251.331%2019.6969%20251.335%2019.7177%20251.339%2019.7386C251.648%2019.7404%20251.958%2019.7421%20252.269%2019.7438C252.269%2019.723%20252.265%2019.702%20252.261%2019.6812C251.95%2019.6794%20251.64%2019.6779%20251.331%2019.6761ZM335.383%2019.3644C334.744%2019.4148%20334.161%2019.4622%20333.557%2019.5122C334.096%2019.5358%20334.964%2019.5766%20335.359%2019.5982C336.02%2019.6339%20335.509%2019.6428%20335.852%2019.6758C336.29%2019.6317%20336.748%2019.5886%20337.2%2019.5448C338.402%2019.5394%20339.627%2019.534%20340.829%2019.5282C341.274%2019.6099%20338.83%2019.5736%20339.104%2019.6464C339.195%2019.6713%20340.975%2019.6551%20341.297%2019.6822C341.79%2019.6181%20342.196%2019.5525%20342.673%2019.4889C344.259%2019.4652%20344.79%2019.5236%20345.901%2019.5311C347.611%2019.5428%20348.537%2019.5105%20349.981%2019.4841C349.944%2019.5558%20351.204%2019.598%20349.998%2019.6711C350.909%2019.6664%20351.823%2019.6617%20352.737%2019.657C351.572%2019.5603%20350.813%2019.465%20350.867%2019.3542C348.533%2019.3683%20347.966%2019.42%20348.156%2019.4929C345.769%2019.4731%20342.55%2019.3728%20339.901%2019.4073C339.764%2019.439%20339.591%2019.4717%20339.475%2019.5029C337.786%2019.4806%20338.686%2019.4283%20337.931%2019.3876C337.573%2019.3684%20335.866%2019.3895%20335.383%2019.3644ZM250.49%205.46212C250.492%205.48155%20249.64%205.56709%20249.634%205.54806C249.628%205.52876%20250.486%205.44263%20250.49%205.46212ZM286.085%202.8276C285.472%202.82789%20284.817%202.82823%20284.223%202.82852C284.657%202.80753%20285.15%202.78651%20285.609%202.76553C285.61%202.76547%20285.611%202.76541%20285.612%202.76535C285.765%202.7652%20285.924%202.76516%20286.076%202.76516C286.076%202.78598%20286.085%202.80679%20286.085%202.8276ZM289.701%2019.7312C289.622%2019.794%20290.684%2019.8261%20292.459%2019.8235C292.519%2019.7607%20291.562%2019.729%20289.701%2019.7312ZM313.445%2019.7707C313.445%2019.751%20312.589%2019.7533%20312.591%2019.7729C312.591%2019.7926%20313.448%2019.7903%20313.445%2019.7707ZM233.058%2019.5046C233.855%2019.4814%20236.173%2019.5739%20235.813%2019.5849C234.99%2019.6091%20232.696%2019.5154%20233.058%2019.5046ZM273.29%202.78659C273.287%202.76689%20274.172%202.76652%20274.171%202.78622C274.173%202.80583%20273.292%202.80624%20273.29%202.78659ZM249.622%205.59637C250.764%205.48695%20251.342%205.40563%20252.349%205.29314C252.351%205.31373%20252.362%205.33369%20252.364%205.35428C251.455%205.44396%20250.526%205.53652%20249.627%205.62707C249.625%205.61684%20249.624%205.6066%20249.622%205.59637ZM219.377%202.79592C219.074%202.79607%20218.77%202.79611%20218.466%202.79611C218.466%202.7753%20218.457%202.7543%20218.457%202.73349C218.761%202.73349%20219.066%202.73312%20219.369%202.73312C219.369%202.75396%20219.377%202.77508%20219.377%202.79592ZM454.106%2018.705C451.816%2018.7152%20452.259%2018.7504%20452.289%2018.8134C452.593%2018.8117%20452.899%2018.8079%20453.203%2018.8061C453.512%2018.8453%20453.824%2018.8845%20454.133%2018.9237C454.124%2018.8509%20454.119%2018.7779%20454.106%2018.705ZM451.37%2018.93C451.368%2018.9104%20450.507%2018.9172%20450.51%2018.9368C450.51%2018.9565%20451.375%2018.9497%20451.37%2018.93ZM297.007%201.47371C297.409%201.41526%20297.451%201.39915%20297.871%201.39996C297.564%201.4267%20297.326%201.44717%20297.007%201.47371ZM329.86%2019.6846C329.86%2019.665%20328.992%2019.6683%20328.996%2019.6879C328.996%2019.7076%20329.862%2019.7043%20329.86%2019.6846ZM236.747%2019.5522C236.743%2019.5325%20237.595%2019.5405%20237.596%2019.5602C237.596%2019.5798%20236.746%2019.5719%20236.747%2019.5522ZM488.827%2018.627C488.827%2018.6073%20487.959%2018.6145%20487.964%2018.6341C487.965%2018.6538%20488.831%2018.6467%20488.827%2018.627ZM265.923%2019.6743C265.923%2019.6951%20265.927%2019.7161%20265.931%2019.7369C266.535%2019.7179%20267.146%2019.6985%20267.753%2019.6793C267.141%2019.6777%20266.531%2019.6761%20265.923%2019.6743ZM380.117%2019.4193C380.117%2019.3996%20379.245%2019.4053%20379.25%2019.4249C379.252%2019.4445%20380.121%2019.4391%20380.117%2019.4193ZM382.879%2019.3077C381.977%2019.2979%20381.04%2019.2882%20380.125%2019.2784C380.733%2019.2851%20381.342%2019.2919%20381.947%2019.2987C381.964%2019.3297%20381.976%2019.3606%20381.993%2019.3916C382.751%2019.3963%20383.496%2019.4012%20384.253%2019.4059C385.612%2019.3719%20386.975%2019.3377%20388.34%2019.3033C387.733%2019.2975%20387.123%2019.2916%20386.517%2019.2858C386.517%2019.294%20386.521%2019.3024%20386.525%2019.3104C385.918%2019.3213%20385.312%2019.332%20384.706%2019.3426C384.095%2019.3049%20383.484%2019.2673%20382.87%2019.2296C382.875%2019.2557%20382.879%2019.2816%20382.879%2019.3077ZM395.654%2019.3162C395.654%2019.2965%20394.791%2019.3024%20394.795%2019.3222C394.802%2019.3419%20395.658%2019.336%20395.654%2019.3162ZM207.496%2019.0871C206.91%2019.0718%20206.245%2019.0577%20205.631%2019.0416C206.241%2019.0362%20206.906%2019.0313%20207.489%2019.0243C207.489%2019.0451%20207.496%2019.0663%20207.496%2019.0871ZM230.564%207.6859C230.569%207.70501%20231.427%207.60381%20231.421%207.58484C231.418%207.56535%20230.558%207.66676%20230.564%207.6859ZM330.793%2019.6029C330.793%2019.6237%20330.797%2019.6445%20330.802%2019.6653C331.413%2019.6629%20332.026%2019.6603%20332.639%2019.6578C332.639%2019.637%20332.635%2019.6162%20332.631%2019.5954C332.018%2019.5979%20331.404%2019.6005%20330.793%2019.6029ZM246.799%202.73513C246.797%202.71551%20247.668%202.71535%20247.67%202.73495C247.674%202.75465%20246.8%202.75483%20246.799%202.73513ZM255.922%202.7474C255.008%202.74783%20254.087%202.74826%20253.16%202.74868C253.156%202.73828%20253.157%202.72778%20253.157%202.71737C254.084%202.71695%20255.005%202.7167%20255.919%202.71628C255.923%202.72665%20255.922%202.73703%20255.922%202.7474ZM248.53%2019.347C245.614%2019.3204%20244.914%2019.4063%20242.165%2019.396C242.14%2019.3753%20242.141%2019.3553%20242.095%2019.334C240.316%2019.3098%20238.672%2019.2468%20237.664%2019.3122C236.786%2019.3691%20239.379%2019.3634%20240.225%2019.3828C240.267%2019.3841%20240.309%2019.3855%20240.351%2019.3868C240.553%2019.3971%20240.149%2019.4111%20240.412%2019.4254C241.47%2019.4835%20242.483%2019.5197%20242.186%2019.5836C245.09%2019.6086%20246.729%2019.5364%20249.476%2019.6029C249.774%2019.5421%20250.073%2019.4813%20250.373%2019.4205C249.45%2019.4255%20248.537%2019.4305%20247.628%2019.435C247.927%2019.4056%20248.229%2019.3764%20248.53%2019.347ZM199.75%2012.1814C199.571%2012.3087%20203.249%2011.6331%20204.262%2011.4024C203.399%2011.5383%20203.681%2011.4255%20202.906%2011.5578C200.248%2012.0211%20202.923%2011.6751%20199.75%2012.1814ZM269.62%203.75988C269.626%203.77904%20268.782%203.85377%20268.776%203.83463C268.772%203.81517%20269.619%203.74015%20269.62%203.75988ZM265.939%202.74283C265.939%202.72199%20265.928%202.70122%20265.928%202.68039C266.52%202.68024%20267.164%202.67994%20267.775%202.67965C267.172%202.70063%20266.528%202.72185%20265.939%202.74283ZM237.787%206.89151C237.793%206.9106%20236.93%207.00644%20236.928%206.98695C236.923%206.96766%20237.781%206.87232%20237.787%206.89151ZM240.838%202.72323C240.077%202.7131%20239.308%202.70297%20238.536%202.69284C238.534%202.6929%20238.532%202.69296%20238.53%202.69302C238.53%202.67221%20238.522%202.6514%20238.522%202.63058C239.754%202.63001%20240.979%202.62932%20242.193%202.62875C241.74%202.66015%20241.289%202.69169%20240.838%202.72323ZM213.327%209.97805C213.922%209.88125%20214.535%209.78297%20215.128%209.68836C213.909%209.86038%20212.934%2010.0377%20211.956%2010.1474C210.463%2010.4017%20211.058%2010.3235%20211.365%2010.3155C211.844%2010.3028%20210.513%2010.5279%20210.672%2010.559C211.529%2010.3663%20212.434%2010.1704%20213.327%209.97805ZM448.642%2018.8735C449.858%2018.8742%20451.08%2018.8751%20452.298%2018.8757C452.302%2018.855%20452.273%2018.8342%20452.289%2018.8134C451.848%2018.8158%20451.416%2018.8214%20450.976%2018.8247C450.65%2018.806%20450.323%2018.7877%20449.998%2018.7691C449.544%2018.8039%20449.095%2018.8386%20448.642%2018.8735ZM250.448%202.70273C250.446%202.68308%20251.3%202.68268%20251.303%202.70236C251.308%202.72205%20250.449%202.72242%20250.448%202.70273ZM263.214%202.61905C263.395%202.6502%20262.628%202.72168%20261.395%202.71371C261.387%202.68245%20261.383%202.65104%20261.378%202.61978C261.994%202.61949%20262.606%202.61933%20263.214%202.61905ZM219.386%202.68625C219.382%202.66656%20220.245%202.66609%20220.246%202.68588C220.25%202.70557%20219.387%202.70592%20219.386%202.68625ZM297.902%202.44748C298.318%202.46899%20298.728%202.49047%20299.132%202.51196C299.194%202.5127%20299.242%202.5172%20299.217%202.51639C299.208%202.51539%20299.196%202.51539%20299.155%202.50502C299.12%202.46935%20299.015%202.55833%20298.812%202.192C298.722%201.98303%20298.836%201.7322%20298.908%201.66721C298.984%201.58616%20299.028%201.56822%20299.058%201.55095C299.117%201.52209%20299.134%201.52033%20299.146%201.5158C299.178%201.50568%20299.151%201.50989%20299.127%201.51061C299.071%201.514%20298.965%201.52164%20298.823%201.53148C298.965%201.5169%20299.07%201.5045%20299.125%201.49645C299.148%201.49345%20299.176%201.48671%20299.141%201.49509C299.127%201.49957%20299.11%201.50116%20299.048%201.53111C299.016%201.54907%20298.97%201.56771%20298.891%201.65255C298.815%201.72055%20298.697%201.98339%20298.79%202.20124C299.003%202.5831%20299.112%202.49082%20299.149%202.52834C299.192%202.53952%20299.205%202.53987%20299.214%202.54126C299.241%202.54349%20299.194%202.5401%20299.132%202.54057C298.155%202.54104%20297.141%202.54148%20296.089%202.54196C296.089%202.5732%20296.096%202.60443%20296.1%202.63553C297.15%202.64521%20298.159%202.65474%20299.132%202.66431C299.178%202.6644%20299.21%202.66557%20299.214%202.66605C299.215%202.66598%20299.21%202.66678%20299.177%202.66182C299.16%202.65863%20299.136%202.65582%20299.081%202.63817C299.029%202.60712%20298.923%202.6286%20298.727%202.35442C298.631%202.21648%20298.6%201.94175%20298.673%201.77647C298.74%201.60746%20298.826%201.53738%20298.879%201.49264C298.988%201.40995%20299.028%201.40384%20299.06%201.38983C299.119%201.36933%20299.123%201.37113%20299.126%201.36985C299.133%201.36806%20299.134%201.36782%20299.132%201.368C299.122%201.36928%20299.07%201.37621%20298.998%201.38389C298.936%201.39065%20298.791%201.40509%20298.745%201.40896C298.694%201.41337%20298.64%201.41806%20298.581%201.42302C298.358%201.4418%20298.003%201.47077%20297.722%201.49223C297.276%201.52543%20296.595%201.57637%20296.073%201.61344C296.247%201.63654%20295.506%201.71477%20295.692%201.73893C295.69%201.73901%20295.689%201.73909%20295.687%201.73918C295.932%201.78045%20297.289%201.72872%20297.084%201.81221C297.498%201.7741%20297.775%201.74757%20298.268%201.6999C298.475%201.67944%20298.65%201.66113%20298.791%201.64505C298.939%201.62921%20299.065%201.61407%20299.13%201.60392C299.162%201.5991%20299.185%201.59398%20299.175%201.59565C299.174%201.5961%20299.165%201.59735%20299.138%201.60682C299.111%201.63362%20299.061%201.57782%20298.903%201.82276C298.816%201.96004%20298.888%202.24013%20298.978%202.30708C299.062%202.39031%20299.109%202.40071%20299.139%202.41452C299.198%202.43531%20299.21%202.43374%20299.221%202.4361C299.251%202.43905%20299.198%202.43516%20299.132%202.43596C298.729%202.43983%20298.32%202.44369%20297.902%202.44748ZM226.931%208.21781C226.019%208.31391%20225.124%208.40939%20224.203%208.51006C224.204%208.5204%20224.207%208.53061%20224.213%208.54042C224.211%208.54066%20224.209%208.5409%20224.207%208.54113C224.979%208.45413%20225.72%208.37207%20226.481%208.28882C226.629%208.26533%20226.779%208.24174%20226.931%208.21781ZM280.721%203.32714C283.687%203.06066%20283.672%202.94585%20287.071%202.68135C286.447%202.68997%20285.776%202.7026%20285.2%202.70757C287.191%202.56889%20288.983%202.40736%20291.049%202.23273C291.481%202.19624%20291.556%202.16688%20292.181%202.1178C293.099%202.04567%20293.857%202.00272%20294.389%201.96408C295.014%201.91805%20295.329%201.88316%20295.228%201.83857C293.893%201.94665%20292.831%202.03093%20291.556%202.13291C291.544%202.08164%20291.532%202.03038%20291.52%201.97911C290.426%202.08861%20290%202.12571%20288.823%202.19547C288.793%202.21804%20288.762%202.24058%20288.732%202.26316C288.184%202.30822%20287.623%202.35432%20287.04%202.40242C287.022%202.43471%20287.007%202.46672%20286.988%202.49901C286.409%202.54687%20285.784%202.59873%20285.252%202.64311C285.233%202.66463%20285.223%202.68572%20285.2%202.70757C284.615%202.75567%20284.008%202.80576%20283.39%202.85692C283.675%202.8487%20283.961%202.84053%20284.244%202.8327C283.819%202.88319%20283.385%202.93432%20282.941%202.98638C282.122%203.04318%20281.439%203.08944%20280.669%203.14308C282.569%203.06883%20282.557%203.09219%20280.712%203.32783C280.715%203.3276%20280.718%203.32737%20280.721%203.32714ZM435.426%2018.8842C435.05%2018.8793%20434.162%2018.8901%20434.104%2018.8935C433.419%2018.9334%20434.71%2018.9628%20435.401%2018.977C436.163%2018.9501%20436.926%2018.9238%20437.672%2018.8969C437.67%2018.8969%20437.669%2018.8969%20437.667%2018.8969C436.592%2018.9147%20436.133%2018.8935%20435.426%2018.8842ZM455.946%2018.7529C455.946%2018.7737%20455.95%2018.7946%20455.955%2018.8154C456.565%2018.8107%20457.176%2018.8055%20457.787%2018.8008C457.787%2018.7799%20457.782%2018.7592%20457.778%2018.7384C457.167%2018.7432%20456.556%2018.7481%20455.946%2018.7529ZM245.835%2019.548C244.933%2019.5417%20244.048%2019.5353%20243.101%2019.528C243.097%2019.5176%20243.099%2019.5071%20243.099%2019.4967C244.045%2019.504%20244.928%2019.5103%20245.83%2019.5166C245.834%2019.5271%20245.835%2019.5375%20245.835%2019.548ZM264.242%204.44659C264.042%204.37738%20265.276%204.20447%20267.853%203.96373C267.861%204.00485%20267.87%204.04576%20267.878%204.08688C266.683%204.20401%20265.414%204.32918%20264.242%204.44659ZM478.812%2018.615C478.809%2018.5953%20479.669%2018.5883%20479.676%2018.6079C479.68%2018.6275%20478.812%2018.6347%20478.812%2018.615ZM291.539%202.63791C291.539%202.64828%20291.538%202.65866%20291.542%202.66903C292.464%202.65305%20293.369%202.63705%20294.245%202.62106C294.096%202.61593%20293.951%202.61063%20293.801%202.6055C293.063%202.6162%20292.309%202.6272%20291.539%202.63791ZM220.263%202.63882C219.3%202.63611%20218.686%202.64445%20217.993%202.66757C216.618%202.63818%20215.235%202.60867%20213.847%202.57913C215.993%202.57827%20218.129%202.57738%20220.249%202.57638C220.253%202.5972%20220.263%202.61801%20220.263%202.63882ZM247.703%202.64139C247.7%202.62173%20248.568%202.62142%20248.57%202.64102C248.575%202.66072%20247.704%202.66108%20247.703%202.64139ZM465.06%2018.5547C464.898%2018.6393%20464.995%2018.7045%20467.824%2018.6887C468.429%2018.6421%20469.036%2018.5955%20469.637%2018.5489C468.112%2018.5508%20466.583%2018.5528%20465.06%2018.5547ZM469.629%2018.6585C469.629%2018.6388%20468.76%2018.6458%20468.764%2018.6655C468.767%2018.6851%20469.633%2018.6781%20469.629%2018.6585ZM198.87%2012.4096C198.868%2012.3994%20198.867%2012.389%20198.861%2012.3796C198.259%2012.4934%20197.702%2012.6006%20197.082%2012.7231C197.084%2012.7333%20197.084%2012.7438%20197.091%2012.7531C197.711%2012.6307%20198.267%2012.5234%20198.87%2012.4096ZM259.526%202.65201C258.928%202.65229%20258.328%202.65245%20257.725%202.65274C257.721%202.63193%20257.716%202.61111%20257.716%202.5903C257.865%202.59016%20258.019%202.59012%20258.167%202.59012C258.625%202.61067%20259.075%202.63131%20259.526%202.65201ZM265.005%2019.5779C265.005%2019.5883%20265.004%2019.5988%20265.008%2019.6092C266.218%2019.6129%20267.437%2019.6161%20268.665%2019.6191C268.665%2019.6086%20268.665%2019.5982%20268.665%2019.5877C267.437%2019.5848%20266.216%2019.5815%20265.005%2019.5779ZM270.502%2019.5606C270.501%2019.5814%20270.51%2019.6023%20270.51%2019.6231C270.818%2019.6238%20271.133%2019.6244%20271.437%2019.6251C271.437%2019.6043%20271.433%2019.5833%20271.429%2019.5625C271.125%2019.5618%20270.81%2019.5612%20270.502%2019.5606ZM308.848%2019.5165C309.191%2019.626%20311.768%2019.6075%20314.356%2019.5961C314.355%2019.5649%20314.346%2019.5337%20314.342%2019.5024C313.42%2019.4994%20312.526%2019.4964%20311.578%2019.4932C310.667%2019.5011%20309.753%2019.5088%20308.848%2019.5165ZM216.961%209.55915C216.96%209.54887%20216.957%209.53879%20216.951%209.52908C216.348%209.61215%20215.748%209.69589%20215.152%209.77984C215.154%209.79012%20215.157%209.80019%20215.162%209.8099C215.758%209.72583%20216.358%209.64206%20216.961%209.55915ZM438.58%2018.8274C439.193%2018.8434%20439.803%2018.8595%20440.417%2018.8755C440.417%2018.8547%20440.412%2018.8339%20440.408%2018.8131C439.799%2018.8178%20439.188%2018.8226%20438.58%2018.8274ZM231.192%2019.3545C230.586%2019.3476%20229.983%2019.3407%20229.384%2019.3337C229.385%2019.3129%20229.377%2019.2918%20229.377%2019.271C229.975%2019.278%20230.578%2019.2851%20231.184%2019.2918C231.188%2019.3127%20231.192%2019.3337%20231.192%2019.3545ZM16.5738%202.62692C16.5698%202.60611%2016.5604%202.58548%2016.5604%202.56467C17.1421%202.56438%2017.7456%202.56426%2018.3699%202.56412C17.7503%202.58509%2017.1513%202.60595%2016.5738%202.62692ZM196.426%202.14902C197.951%202.22196%20196.557%202.23401%20195.671%202.29166C195.221%202.32092%20196.123%202.34575%20195.428%202.36545C194.729%202.38527%20193.281%202.37426%20192.842%202.41635C193.434%202.45187%20194.088%202.48867%20194.7%202.52475C195.146%202.5149%20195.588%202.50516%20196.033%202.49545C197.711%202.53612%20196.635%202.5594%20196.507%202.61777C198.015%202.58566%20199.544%202.55338%20201.06%202.52127C201.06%202.49046%20201.052%202.45943%20201.052%202.42862C200.443%202.41835%20199.828%202.40794%20199.218%202.39768C200.13%202.38169%20201.046%202.36569%20201.955%202.3497C200.429%202.3243%20198.897%202.29876%20197.363%202.27335C198.888%202.25708%20200.412%202.24091%20201.929%202.22464C201.016%202.21979%20200.097%202.21489%20199.181%202.21018C199.487%202.1892%20199.787%202.16817%20200.092%202.14719C198.87%202.14791%20197.643%202.14788%20196.426%202.14902ZM190.091%2018.3285C189.931%2018.3467%20190.443%2018.3758%20191.078%2018.4058C190.79%2018.3822%20190.421%2018.3546%20190.091%2018.3285ZM371.888%2019.2046C372.324%2019.212%20372.755%2019.2196%20373.191%2019.227C373.37%2019.2575%20373.548%2019.288%20373.723%2019.3185C374.035%2019.2857%20374.347%2019.2528%20374.66%2019.22C375.255%2019.2159%20375.856%2019.212%20376.453%2019.2078C376.453%2019.187%20376.447%2019.1661%20376.438%2019.1453C374.916%2019.1653%20373.402%2019.1849%20371.888%2019.2046ZM390.139%2019.1972C390.137%2019.1776%20389.269%2019.1834%20389.274%2019.2032C389.274%2019.2228%20390.143%2019.217%20390.139%2019.1972ZM296.045%2019.4765C296.049%2019.5182%20296.058%2019.5599%20296.062%2019.6014C296.67%2019.6008%20297.279%2019.6%20297.89%2019.5992C297.58%2019.558%20297.266%2019.5167%20296.957%2019.4754C296.652%2019.4757%20296.349%2019.4762%20296.045%2019.4765ZM412.049%2018.6519C412.095%2018.7208%20413.435%2018.7375%20412.802%2018.8212C412.378%2018.8768%20408.972%2019.0121%20409.372%2019.0777C411.617%2018.9951%20412.95%2019.0084%20415.737%2019.001C415.831%2018.9531%20414.738%2018.9827%20413.879%2018.967C412.61%2018.9438%20412.993%2018.8824%20412.972%2018.8336C413.585%2018.8598%20414.198%2018.8871%20414.813%2018.9137C415.105%2018.8549%20415.395%2018.7959%20415.688%2018.7372C414.476%2018.7086%20413.232%2018.6816%20412.049%2018.6519ZM168.183%202.59836C167.27%202.59878%20166.357%202.59921%20165.444%202.59964C165.44%202.58922%20165.439%202.57874%20165.439%202.56833C166.352%202.5679%20167.267%202.56766%20168.181%202.56723C168.185%202.5776%20168.183%202.58798%20168.183%202.59836ZM283.382%202.8249C283.375%202.79412%20283.369%202.76317%20283.363%202.73239C281.984%202.83998%20281.467%202.90337%20280.644%203.0039C281.488%202.9661%20282.015%202.94273%20283.382%202.8249ZM284.309%202.67053C284.318%202.68955%20285.162%202.62065%20285.156%202.60146C285.157%202.58161%20284.306%202.65101%20284.309%202.67053ZM177.29%202.57895C177.286%202.55925%20176.422%202.55962%20176.426%202.57931C176.427%202.59898%20177.292%202.59857%20177.29%202.57895ZM458.685%2018.6529C459.142%2018.6649%20459.6%2018.6767%20460.057%2018.6887C460.207%2018.6822%20460.362%2018.676%20460.512%2018.6695C460.054%2018.6576%20459.594%2018.6456%20459.136%2018.6336C458.987%2018.6399%20458.838%2018.6464%20458.685%2018.6529ZM183.685%202.43558C184.787%202.49739%20183.315%202.55806%20185.538%202.59103C185.551%202.55406%20185.559%202.51686%20185.572%202.47989C184.942%202.46504%20184.315%202.45042%20183.685%202.43558ZM190.06%202.36984C189.159%202.38612%20188.262%202.40209%20187.367%202.41837C187.671%202.46504%20187.984%202.51177%20188.288%202.55844C189.499%202.56843%20190.721%202.57852%20191.939%202.58865C191.02%202.55255%20190.097%202.51636%20189.177%202.48026C188.959%202.40619%20190.565%202.44531%20191.905%202.43192C191.797%202.34742%20193.385%202.29574%20194.622%202.22794C194.62%202.22788%20194.618%202.22782%20194.616%202.22776C193.096%202.21277%20191.569%202.1977%20190.043%202.18271C190.047%202.24509%20190.056%202.30747%20190.06%202.36984ZM259.516%2019.5275C258.418%2019.5243%20257.99%2019.4685%20257.768%2019.4398C257.546%2019.4112%20257.682%2019.3904%20257.662%2019.3635C258.581%2019.3676%20259.499%2019.3714%20260.425%2019.375C260.121%2019.4258%20259.824%2019.4769%20259.516%2019.5275ZM199.181%2018.4555C198.915%2018.4757%20199.61%2018.6037%20200.173%2018.634C201.694%2018.7143%20202.188%2018.6823%20201.983%2018.7575C204.238%2018.8478%20206.531%2018.7531%20206.527%2018.6888C206.057%2018.6983%20205.591%2018.7078%20205.13%2018.7167C203.104%2018.6344%20201.266%2018.5494%20199.181%2018.4555ZM283.266%202.56338C283.267%202.54369%20282.411%202.54405%20282.414%202.56375C282.42%202.58342%20283.269%202.58301%20283.266%202.56338ZM197.375%2018.5516C197.374%2018.5725%20197.381%2018.5937%20197.381%2018.6145C197.68%2018.6247%20197.982%2018.6346%20198.286%2018.6445C198.286%2018.6236%20198.279%2018.6024%20198.279%2018.5816C197.976%2018.5716%20197.674%2018.5617%20197.375%2018.5516ZM278.688%2019.4477C279.008%2019.4789%20279.325%2019.5103%20279.646%2019.5415C280.888%2019.5532%20282.077%2019.5644%20283.279%2019.5755C283.391%2019.462%20281.779%2019.4425%20278.688%2019.4477ZM285.04%2019.2323C285.111%2019.261%20284.58%2019.297%20284.576%2019.3241C284.567%2019.3573%20284.144%2019.4392%20284.247%2019.4565C284.248%2019.4566%20284.249%2019.4567%20284.25%2019.4567C284.615%2019.5177%20285.468%2019.5198%20285.09%2019.5765C286.005%2019.5649%20286.911%2019.5555%20287.83%2019.5445C287.524%2019.5088%20287.217%2019.4729%20286.912%2019.4372C287.819%2019.4053%20288.731%2019.373%20289.642%2019.3407C289.026%2019.3416%20288.411%2019.3426%20287.799%2019.3434C286.872%2019.3066%20285.963%2019.2689%20285.04%2019.2323ZM148.982%202.51285C148.982%202.53369%20148.99%202.55463%20148.99%202.57547C149.294%202.57547%20149.599%202.57525%20149.903%202.5751C149.899%202.55426%20149.899%202.53332%20149.895%202.51248C149.59%202.51248%20149.285%202.51271%20148.982%202.51285ZM161.784%202.56998C161.174%202.57012%20160.564%202.57042%20159.954%202.57071C159.95%202.5603%20159.952%202.54981%20159.952%202.5394C160.56%202.53926%20161.169%202.53913%20161.779%202.53885C161.783%202.54923%20161.784%202.5596%20161.784%202.56998ZM306.111%2019.5537C306.718%2019.5525%20307.327%2019.5511%20307.936%2019.5498C307.476%2019.53%20307.016%2019.5101%20306.557%2019.4903C306.407%2019.4906%20306.256%2019.4908%20306.105%2019.4911C306.105%2019.5119%20306.107%2019.5329%20306.111%2019.5537ZM426.693%2018.8562C426.693%2018.8771%20426.697%2018.898%20426.702%2018.9188C427.006%2018.9165%20427.312%2018.9142%20427.616%2018.9119C427.616%2018.891%20427.612%2018.8701%20427.608%2018.8493C427.303%2018.8515%20426.997%2018.8538%20426.693%2018.8562ZM440.402%2018.7504C440.548%2018.6859%20439.957%2018.6771%20438.048%2018.7071C436.344%2018.7338%20434.923%2018.7896%20434.94%2018.8554C437.148%2018.8442%20437.917%2018.8391%20437.654%2018.7571C438.571%2018.7547%20439.476%2018.753%20440.402%2018.7504ZM163.634%202.55368C163.63%202.534%20164.492%202.53348%20164.497%202.55313C164.501%202.57281%20163.636%202.57331%20163.634%202.55368ZM234.872%202.53848C234.726%202.54676%20234.833%202.5664%20234.426%202.5654C234.019%202.56438%20234.014%202.54969%20233.96%202.53885C234.264%202.53913%20234.568%202.53734%20234.872%202.53848ZM206.146%2011.3613C206.721%2011.1674%20203.051%2011.793%20201.826%2011.9957C200.556%2012.2011%20200.755%2012.1452%20199.765%2012.3061C200.444%2012.2334%20201.054%2012.1762%20201.683%2012.1172C203.116%2011.8632%20204.701%2011.5955%20206.146%2011.3613ZM43.4544%202.27591C41.5907%202.32411%2039.7002%202.30541%2037.4998%202.30869C39.1598%202.36864%2040.2356%202.46217%2042.0591%202.50955C42.9165%202.53182%2042.9495%202.50595%2043.5208%202.49582C43.6621%202.51521%2043.8172%202.5365%2043.9543%202.55661C44.5444%202.54063%2045.14%202.5244%2045.7421%202.50827C45.4223%202.44633%2045.1039%202.38436%2044.7886%202.32242C44.3409%202.30687%2043.9229%202.29147%2043.4544%202.27591ZM259.712%204.85055C259.715%204.86992%20260.562%204.79057%20260.566%204.77056C260.556%204.75164%20259.708%204.83109%20259.712%204.85055ZM188.213%2018.0186C187.973%2018.1176%20190.586%2018.272%20192.799%2018.4139C192.909%2018.309%20190.942%2018.1959%20188.213%2018.0186ZM66.7771%202.53354C66.7721%202.5137%2067.6356%202.5135%2067.6371%202.53317C67.6404%202.55299%2066.7779%202.55318%2066.7771%202.53354ZM291.491%2019.5274C291.494%2019.5077%20290.617%2019.5082%20290.621%2019.5278C290.621%2019.5475%20291.499%2019.547%20291.491%2019.5274ZM227.068%208.72047C227.141%208.64833%20227.465%208.5695%20225.237%208.85223C225.977%208.71942%20226.719%208.58752%20227.464%208.45621C227.909%208.41091%20228.356%208.36597%20228.806%208.32071C229.133%208.18555%20231.465%207.88558%20233.328%207.61484C231.262%207.77796%20229.495%208.02445%20226.97%208.3545C227.28%208.34795%20227.589%208.34181%20227.904%208.33502C226.069%208.55135%20225.102%208.6949%20223.846%208.89784C223.082%208.98549%20222.317%209.07473%20221.561%209.16397C221.869%209.14487%20222.177%209.12595%20222.486%209.10712C221.272%209.27932%20220.109%209.44793%20218.877%209.62939C218.875%209.6297%20218.873%209.63001%20218.871%209.63032C220.455%209.4782%20222.147%209.24253%20224.304%208.97095C224.131%209.06352%20225.545%208.88032%20227.068%208.72047ZM169.106%202.51999C169.102%202.50031%20169.968%202.49979%20169.97%202.51944C169.974%202.53912%20169.108%202.53962%20169.106%202.51999ZM30.2109%202.40409C30.2109%202.42493%2030.218%202.44587%2030.2222%202.46671C31.1652%202.45614%2032.0466%202.44508%2032.9512%202.43466C32.8893%202.45622%2033.052%202.48058%2033.3779%202.49728C34.2114%202.53952%2034.3208%202.5075%2035.2678%202.50662C36.164%202.50577%2036.483%202.5386%2037.5363%202.52676C37.5279%202.49622%2037.5208%202.46431%2037.5166%202.4332C35.3485%202.4793%2034.1912%202.45822%2033.8479%202.37186C32.6085%202.38256%2031.4852%202.39339%2030.2109%202.40409ZM29.2858%202.51395C29.2838%202.49427%2028.4335%202.49451%2028.4372%202.51413C28.4352%202.53382%2029.2873%202.53362%2029.2858%202.51395ZM347.207%2019.3571C347.207%2019.3375%20346.348%2019.3417%20346.351%2019.3613C346.351%2019.381%20347.21%2019.3768%20347.207%2019.3571ZM280.537%202.3931C280.943%202.41408%20281.252%202.47833%20281.931%202.48447C283.248%202.49616%20283.953%202.48955%20285.101%202.51578C284.921%202.484%20284.757%202.45338%20284.584%202.42203C283.257%202.41247%20281.905%202.40195%20280.537%202.3931ZM390.149%2019.0878C390.149%2019.0983%20390.149%2019.1087%20390.149%2019.1191C390.759%2019.1151%20391.371%2019.111%20391.983%2019.1069C391.983%2019.0964%20391.982%2019.086%20391.982%2019.0756C391.371%2019.0797%20390.759%2019.0837%20390.149%2019.0878ZM93.2047%202.22538C93.2715%202.26734%2093.3843%202.30822%2092.3157%202.33506C91.4692%202.35618%2091.781%202.32608%2090.9102%202.32865C90.2988%202.33053%2089.5209%202.36142%2088.6693%202.35172C89.1099%202.40423%2089.6017%202.45568%2090.0668%202.5079C89.9062%202.46624%2089.7459%202.4247%2089.5857%202.38303C91.778%202.38745%2093.8141%202.39179%2095.9759%202.39621C95.0529%202.37052%2094.1354%202.34482%2093.2242%202.31913C93.2214%202.31913%2093.2186%202.31913%2093.2158%202.31913C94.425%202.3187%2095.6449%202.31809%2096.8746%202.31766C95.6408%202.28698%2094.4137%202.25577%2093.2047%202.22538ZM235.765%2019.2615C235.764%2019.2419%20234.878%2019.2331%20234.881%2019.2527C234.88%2019.2724%20235.767%2019.2813%20235.765%2019.2615ZM33.7971%201.9661C31.6912%201.97484%2032.5196%202.05006%2031.864%202.08475C31.2309%202.11944%2029.6753%202.08909%2029.2636%202.13932C29.8341%202.17385%2030.4895%202.21153%2031.115%202.24735C29.5199%202.22708%2028.1187%202.2066%2026.517%202.18619C26.8278%202.2173%2027.1473%202.2485%2027.4655%202.27976C26.5235%202.28004%2025.6129%202.28025%2024.7355%202.28067C24.7476%202.35359%2024.7611%202.42638%2024.7731%202.4993C25.651%202.49901%2026.5606%202.49885%2027.503%202.49857C27.4944%202.46759%2027.4871%202.43671%2027.4741%202.40573C26.8503%202.40545%2026.2386%202.40529%2025.6433%202.405C25.6424%202.40512%2025.6415%202.40524%2025.6405%202.40537C25.6405%202.38983%2025.6391%202.37422%2025.635%202.35868C26.501%202.34212%2027.4666%202.32543%2028.3286%202.30887C28.3529%202.28876%2028.3749%202.26856%2028.3992%202.24845C29.1208%202.25873%2029.8669%202.26889%2030.6264%202.27903C32.2348%202.23436%2032.411%202.19466%2031.196%202.13785C32.6926%202.08219%2034.0215%202.04689%2033.7971%201.9661ZM180.926%202.48373C180.921%202.46404%20180.056%202.4644%20180.061%202.4841C180.061%202.50377%20180.928%202.50336%20180.926%202.48373ZM272.459%203.76228C272.306%203.77038%20272.156%203.77821%20272.002%203.78642C271.55%203.84147%20271.093%203.89699%20270.635%203.95297C270.791%203.94445%20270.944%203.9363%20271.099%203.92789C271.556%203.87223%20272.01%203.81701%20272.459%203.76228ZM346.291%2019.2061C343.497%2019.1634%20340.592%2019.1562%20338.064%2019.2438C338.673%2019.2882%20339.289%2019.332%20339.901%2019.3762C340.201%2019.3539%20340.506%2019.3316%20340.806%2019.3095C342.334%2019.3233%20343.863%2019.3371%20345.403%2019.3504C345.386%2019.3084%20345.421%2019.2676%20345.366%2019.225C345.975%2019.2343%20345.592%2019.2247%20346.433%2019.238C347.264%2019.2514%20347.135%2019.2195%20346.291%2019.2061ZM439.888%2018.1C438.403%2018.0899%20438.362%2018.1389%20438.041%2018.1743C437.641%2018.2184%20437.596%2018.2567%20436.679%2018.295C437.6%2018.3139%20438.513%2018.3327%20439.431%2018.3516C436.845%2018.3777%20435.232%2018.3475%20434.852%2018.2621C434.549%2018.2852%20434.243%2018.3084%20433.944%2018.3315C432.739%2018.3304%20431.52%2018.3296%20430.304%2018.3285C430.295%2018.3492%20430.291%2018.37%20430.279%2018.3908C428.769%2018.3914%20427.264%2018.3918%20425.759%2018.3923C425.734%2018.3724%20425.709%2018.3524%20425.68%2018.3327C424.778%2018.3393%20423.876%2018.3459%20422.975%2018.3525C422.664%2018.4064%20422.35%2018.4605%20422.034%2018.5145C421.469%2018.52%20420.898%2018.5255%20420.333%2018.531C420.375%2018.5432%20420.405%2018.5553%20420.356%2018.568C420.941%2018.5559%20421.499%2018.5431%20422.101%2018.5316C422.6%2018.4994%20423.773%2018.5362%20423.869%2018.5474C424.194%2018.5862%20423.8%2018.6197%20423.929%2018.6574C423.317%2018.6671%20422.717%2018.6775%20422.114%2018.6873C423.02%2018.7012%20423.953%2018.7152%20424.845%2018.729C424.245%2018.7685%20422.742%2018.7887%20423.113%2018.8377C423.33%2018.8659%20424.579%2018.8822%20425.346%2018.8336C426.321%2018.7716%20426.9%2018.7037%20426.666%2018.6374C428.725%2018.6068%20430.209%2018.6252%20432.157%2018.6267C432.157%2018.6268%20432.157%2018.6269%20432.157%2018.6271C432.161%2018.627%20432.165%2018.627%20432.168%2018.627C432.296%2018.6449%20432.658%2018.6548%20433%2018.6671C432.428%2018.6975%20431.842%2018.7282%20431.266%2018.7586C434.761%2018.7281%20436.358%2018.6466%20436.715%2018.5289C437.564%2018.5314%20438.024%2018.5532%20438.974%2018.5426C440.033%2018.4765%20441.097%2018.4104%20442.162%2018.3442C441.548%2018.2975%20440.936%2018.2507%20440.322%2018.204C440.926%2018.1886%20441.547%2018.1741%20442.138%2018.1582C441.411%2018.1463%20440.61%2018.105%20439.888%2018.1ZM196.223%2013.086C196.221%2013.0759%20196.218%2013.066%20196.211%2013.0567C194.98%2013.317%20193.906%2013.5554%20192.638%2013.8523C192.801%2013.8368%20192.956%2013.8234%20193.12%2013.8082C194.204%2013.5459%20195.15%2013.3248%20196.223%2013.086ZM204.692%202.42679C205.301%202.44732%20205.914%202.46782%20206.527%202.4885C206.523%202.46768%20206.523%202.44687%20206.519%202.42606C205.906%202.42634%20205.297%202.42665%20204.692%202.42679ZM393.816%2019.0317C393.816%2019.0421%20393.816%2019.0526%20393.817%2019.063C394.431%2019.0588%20395.039%2019.0545%20395.644%2019.0504C395.644%2019.04%20395.644%2019.0296%20395.644%2019.0193C395.039%2019.0234%20394.431%2019.0275%20393.816%2019.0317ZM226.633%202.41709C226.633%202.43793%20226.641%202.45887%20226.641%202.47971C226.944%202.47971%20227.247%202.4793%20227.549%202.47916C227.545%202.45834%20227.541%202.43753%20227.541%202.41672C227.239%202.41672%20226.936%202.41694%20226.633%202.41709ZM295.112%202.46433C295.113%202.45448%20294.883%202.44964%20294.66%202.44973C294.454%202.44983%20294.246%202.45484%20294.248%202.46469C294.25%202.47452%20294.458%202.47934%20294.664%202.47924C294.886%202.47914%20295.113%202.47414%20295.112%202.46433ZM296.978%202.46359C296.976%202.4439%20296.104%202.44427%20296.106%202.46396C296.108%202.48364%20296.983%202.48324%20296.978%202.46359ZM306.083%2019.3664C306.083%2019.3977%20306.093%2019.4289%20306.097%2019.4602C306.4%2019.4596%20306.706%2019.459%20307.01%2019.4583C307.006%2019.4271%20307%2019.3957%20306.996%2019.3644C306.691%2019.365%20306.386%2019.3658%20306.083%2019.3664ZM427.599%2018.7869C427.599%2018.7974%20427.599%2018.8078%20427.599%2018.8182C428.209%2018.8137%20428.819%2018.8088%20429.43%2018.8041C429.43%2018.7937%20429.43%2018.7834%20429.43%2018.773C428.819%2018.7775%20428.208%2018.7823%20427.599%2018.7869ZM452.278%2018.4994C452.497%2018.4647%20451.753%2018.3996%20450.417%2018.4582C450.142%2018.4703%20450.176%2018.5427%20449.064%2018.5562C448.447%2018.5328%20447.844%2018.5036%20447.225%2018.4784C446.368%2018.5154%20445.367%2018.566%20445.034%2018.6075C444.846%2018.6314%20445.289%2018.6338%20445.402%2018.6512C445.57%2018.6278%20445.716%2018.6055%20445.874%2018.5826C446.485%2018.609%20447.096%2018.6355%20447.708%2018.662C449.623%2018.6544%20450.587%2018.623%20451.879%2018.5673C452.921%2018.5692%20453.965%2018.5708%20455.009%2018.5727C455.309%2018.5391%20455.61%2018.5055%20455.91%2018.4719C454.698%2018.4811%20453.488%2018.491%20452.278%2018.4994ZM226.593%2019.1272C226.593%2019.1075%20225.712%2019.096%20225.717%2019.1157C225.716%2019.1354%20226.595%2019.1469%20226.593%2019.1272ZM177.29%202.3757C177.288%202.3757%20177.286%202.3757%20177.284%202.3757C177.48%202.41624%20176.775%202.43442%20176.387%202.46982C177.301%202.46939%20178.215%202.46915%20179.128%202.46872C179.299%202.43761%20178.507%202.36663%20177.29%202.3757ZM457.729%2018.5666C457.724%2018.547%20456.859%2018.5539%20456.863%2018.5736C456.864%2018.5933%20457.733%2018.5863%20457.729%2018.5666ZM470.526%2018.3542C471.749%2018.4869%20474.886%2018.5045%20475.09%2018.317C473.568%2018.3294%20472.055%2018.3418%20470.526%2018.3542ZM258.838%205.137C263.968%204.66442%20261.81%204.73323%20257.895%205.10066C258.211%205.11251%20258.524%205.12482%20258.838%205.137ZM210.627%202.38797C210.174%202.38455%20209.716%202.38114%20209.261%202.37772C210.409%202.41612%20211.173%202.45886%20212.919%202.45444C211.924%202.41093%20212.852%202.40245%20212.903%202.36069C212.148%202.36983%20211.39%202.37898%20210.627%202.38797ZM214.743%202.4224C214.743%202.43282%20214.742%202.44329%20214.746%202.45371C215.665%202.45328%20216.584%202.45285%20217.499%202.45242C217.499%202.442%20217.497%202.43153%20217.493%202.42111C216.579%202.42154%20215.662%202.42197%20214.743%202.4224ZM142.554%202.32828C142.554%202.35965%20142.559%202.39102%20142.563%202.4224C141.958%202.41726%20141.348%202.41234%20140.744%202.4072C141.656%202.42246%20142.574%202.43752%20143.489%202.45279C143.48%202.41112%20143.478%202.3694%20143.469%202.32773C143.164%202.32773%20142.859%202.32814%20142.554%202.32828ZM391.948%2019.0287C391.946%2019.0091%20391.077%2019.0151%20391.082%2019.0347C391.082%2019.0544%20391.953%2019.0485%20391.948%2019.0287ZM152.588%202.29331C152.679%202.1651%20150.714%202.27425%20149.498%202.28196C147.85%202.29249%20148.37%202.25247%20147.152%202.3151C146.838%202.33122%20145.894%202.39379%20146.24%202.41965C147.751%202.4305%20149.277%202.43936%20150.8%202.44949C150.487%202.4027%20150.175%202.35603%20149.867%202.30924C150.767%202.30424%20151.715%202.29673%20152.588%202.29331ZM214.738%2018.8639C214.738%2018.8847%20214.742%2018.9057%20214.745%2018.9266C215.043%2018.9323%20215.342%2018.9375%20215.642%2018.9429C215.643%2018.9221%20215.639%2018.9012%20215.635%2018.8803C215.335%2018.8748%20215.036%2018.8694%20214.738%2018.8639ZM217.925%209.64798C217.923%209.62736%20217.911%209.60787%20217.909%209.58724C217.303%209.66976%20216.699%209.75294%20216.1%209.83635C216.554%209.79413%20217.01%209.75195%20217.473%209.70977C217.622%209.68943%20217.776%209.6684%20217.925%209.64798ZM214.314%2010.1513C214.311%2010.1306%20214.3%2010.1111%20214.297%2010.0905C213.693%2010.1978%20213.092%2010.3058%20212.492%2010.4149C213.095%2010.3265%20213.703%2010.2386%20214.314%2010.1513ZM21.4824%202.12485C20.659%202.11101%2020.4234%202.07489%2019.6643%202.12742C18.9145%202.17994%2019.5089%202.23537%2019.1145%202.2966C18.8113%202.34126%2017.1769%202.38451%2017.4409%202.43887C18.3253%202.43402%2019.2876%202.42786%2020.1663%202.42258C20.1538%202.34452%2020.137%202.26645%2020.1246%202.18839C21.6956%202.1881%2023.1234%202.18711%2024.7248%202.18711C24.723%202.18711%2024.7212%202.18711%2024.7194%202.18711C23.978%202.12397%2023.0166%202.15222%2021.4824%202.12485ZM174.522%202.42386C174.522%202.40418%20173.656%202.40458%20173.658%202.42423C173.663%202.44392%20174.526%202.44355%20174.522%202.42386ZM230.319%2019.0476C230.32%2019.0477%20230.321%2019.0478%20230.322%2019.0478C231.356%2019.0958%20232.403%2019.1433%20233.456%2019.1904C234.072%2019.1671%20234.801%2019.1793%20235.76%2019.1829C236.072%2019.134%20236.357%2019.0846%20236.659%2019.0355C234.259%2019.0646%20233.535%2018.9867%20231.138%2018.9474C230.864%2018.9807%20230.592%2019.0143%20230.319%2019.0476ZM464.115%2018.4841C464.11%2018.4645%20463.247%2018.4714%20463.252%2018.4911C463.252%2018.5108%20464.119%2018.5038%20464.115%2018.4841ZM334.412%2019.3221C334.412%2019.3025%20333.537%2019.3061%20333.54%2019.3257C333.54%2019.3454%20334.415%2019.3418%20334.412%2019.3221ZM47.1054%202.42917C47.4103%202.4199%2047.721%202.41065%2048.0342%202.40152C48.5228%202.40566%2048.9367%202.40984%2049.3921%202.41397C48.3049%202.37545%2047.4547%202.33277%2045.7142%202.33689C46.175%202.36757%2046.6395%202.39849%2047.1054%202.42917ZM267.712%2019.3977C269.05%2019.3773%20269.751%2019.3592%20270.942%2019.4051C271.094%2019.4002%20271.256%2019.3954%20271.404%2019.3905C270.241%2019.3492%20269.461%2019.3047%20267.701%2019.304C267.705%2019.3352%20267.712%2019.3665%20267.712%2019.3977ZM383.747%2019.0051C383.747%2019.0259%20383.752%2019.0467%20383.756%2019.0675C384.059%2019.0656%20384.362%2019.0637%20384.665%2019.0616C384.665%2019.0408%20384.661%2019.0199%20384.657%2018.9991C384.354%2019.001%20384.05%2019.0031%20383.747%2019.0051ZM292.4%202.40299C292.4%202.38334%20291.531%202.38375%20291.531%202.40335C291.536%202.42305%20292.405%202.42269%20292.4%202.40299ZM291.474%2019.4024C291.48%2019.3828%20290.599%2019.3833%20290.604%2019.403C290.604%2019.4227%20291.485%2019.4221%20291.474%2019.4024ZM295.1%202.4017C295.083%202.38206%20294.227%202.38246%20294.237%202.40207C294.229%202.42177%20295.093%202.4214%20295.1%202.4017ZM427.587%2018.6933C428.2%2018.7094%20428.81%2018.7256%20429.424%2018.7417C429.424%2018.7209%20429.419%2018.7%20429.415%2018.6792C428.805%2018.6837%20428.196%2018.6886%20427.587%2018.6933ZM244.851%202.39292C244.851%202.37323%20243.995%202.37361%20243.998%202.39328C244.002%202.41297%20244.854%202.41258%20244.851%202.39292ZM274.387%203.81508C275.602%203.66379%20276.776%203.51672%20277.928%203.37282C275.747%203.54451%20276.456%203.53621%20275.245%203.67996C274.737%203.74004%20273.997%203.80006%20273.431%203.85148C272.833%203.94405%20274.156%203.86272%20274.073%203.90369C273.919%203.98523%20272.209%204.17571%20275.29%203.91077C274.968%203.88028%20274.695%203.8463%20274.387%203.81508ZM497.139%2018.1898C497.139%2018.1702%20498.002%2018.1632%20498.003%2018.1829C498.003%2018.2026%20497.139%2018.2095%20497.139%2018.1898ZM243.034%2018.9963C243.662%2019.0169%20244.298%2019.0374%20244.893%2019.0576C244.892%2019.1043%20244.892%2019.1511%20244.892%2019.1978C243.829%2019.1706%20242.656%2019.142%20241.557%2019.1137C240.211%2019.0966%20238.894%2019.0786%20237.573%2019.0606C238.691%2019.1025%20237.971%2019.1498%20239.869%2019.1581C241.345%2019.1642%20242.374%2019.1559%20243.943%2019.1921C243.969%2019.2122%20243.979%2019.2332%20244%2019.2537C246.215%2019.2782%20245.882%2019.2362%20245.788%2019.1726C246.092%2019.2059%20246.396%2019.2393%20246.702%2019.2726C247.908%2019.2806%20249.127%2019.2883%20250.356%2019.2955C249.877%2019.2259%20249.442%2019.1838%20250.338%2019.1244C249.875%2019.1058%20249.413%2019.087%20248.949%2019.0683C248.648%2019.0873%20248.346%2019.1061%20248.042%2019.1251C247.577%2019.091%20247.108%2019.0569%20246.645%2019.0228C245.439%2019.0145%20244.294%2019.0062%20243.034%2018.9963ZM254.001%202.3887C253.996%202.36904%20253.122%202.36957%20253.126%202.38925C253.129%202.40886%20254.006%202.40837%20254.001%202.3887ZM488.79%2018.1738C487.518%2018.2185%20487.275%2018.1889%20486.05%2018.1962C486.05%2018.2275%20486.06%2018.2587%20486.065%2018.2899C486.977%2018.272%20487.886%2018.2541%20488.798%2018.2361C488.798%2018.2153%20488.794%2018.1945%20488.79%2018.1738ZM183.654%2017.7257C183.653%2017.7465%20183.66%2017.768%20183.658%2017.7888C184.518%2017.8538%20186.729%2017.9524%20186.448%2017.894C185.487%2017.8408%20184.538%2017.7836%20183.654%2017.7257ZM370.957%2019.0541C370.957%2019.0749%20370.961%2019.0957%20370.966%2019.1165C371.268%2019.1148%20371.571%2019.113%20371.874%2019.1111C371.874%2019.0902%20371.87%2019.0693%20371.865%2019.0485C371.563%2019.0503%20371.259%2019.0522%20370.957%2019.0541ZM246.996%206.28749C246.537%206.31896%20246.078%206.35057%20245.618%206.38266C245.468%206.40344%20245.317%206.4244%20245.165%206.44536C245.167%206.44517%20245.169%206.44498%20245.171%206.44478C245.627%206.41286%20246.09%206.38058%20246.548%206.34899C246.697%206.3284%20246.847%206.30787%20246.996%206.28749ZM200.095%2018.3574C197.997%2018.2912%20197.715%2018.3124%20197.351%2018.3634C196.564%2018.334%20195.357%2018.2611%20194.622%2018.2504C195.594%2018.3131%20196.457%2018.3696%20197.357%2018.4261C197.386%2018.4061%20197.277%2018.3817%20197.351%2018.3634C199.173%2018.4207%20200.153%2018.4247%20200.095%2018.3574ZM238.807%207.10942C239.123%207.12151%20239.436%207.13415%20239.748%207.14696C240.657%207.05358%20241.574%206.96041%20242.483%206.8692C241.257%206.94732%20240.027%207.02787%20238.807%207.10942ZM236.096%207.47325C235.485%207.521%20234.875%207.56906%20234.265%207.61763C234.267%207.63831%20234.274%207.65851%20234.28%207.67872C234.887%207.60935%20235.491%207.54121%20236.096%207.47325ZM204.636%2018.5008C206.11%2018.567%20204.957%2018.5794%20205.733%2018.6359C206.056%2018.6597%20207.679%2018.6795%20207.873%2018.7211C208.079%2018.7199%20208.176%2018.7176%20208.338%2018.7159C207.327%2018.646%20206.186%2018.5717%20205.107%2018.4972C204.947%2018.4985%20204.82%2018.5%20204.636%2018.5008ZM295.126%202.35483C295.124%202.35483%20295.122%202.35483%20295.12%202.35483C295.915%202.36496%20296.691%202.37509%20297.445%202.38523C297.594%202.37994%20297.742%202.37458%20297.893%202.3693C297%202.35402%20296.072%202.33898%20295.12%202.3237C295.12%202.33408%20295.122%202.34445%20295.126%202.35483ZM298.769%202.35318C298.891%202.35367%20299.012%202.35416%20299.132%202.35465C299.183%202.35468%20299.22%202.35576%20299.233%202.35673C299.239%202.35693%20299.241%202.35815%20299.22%202.35451C299.208%202.35174%20299.193%202.35086%20299.148%202.33146C299.123%202.31311%20298.943%202.26294%20298.942%201.98407C298.986%201.73349%20299.101%201.72569%20299.124%201.70046C299.159%201.68229%20299.172%201.67951%20299.181%201.67628C299.199%201.6711%20299.193%201.67319%20299.194%201.67266C299.194%201.67263%20299.19%201.67341%20299.183%201.67444C299.157%201.67884%20299.096%201.6868%20299.014%201.69592C298.795%201.71973%20298.709%201.72665%20298.58%201.73855C298.454%201.74996%20298.311%201.76253%20298.15%201.77623C297.995%201.78951%20297.789%201.80671%20297.69%201.81468C297.44%201.83492%20297.162%201.85711%20296.857%201.88121C296.705%201.89325%20296.546%201.90578%20296.38%201.91879C296.224%201.93092%20296.115%201.93929%20295.976%201.94995C295.451%201.99035%20294.818%202.03889%20294.223%202.0841C293.693%202.12416%20293.126%202.16705%20292.524%202.21271C292.84%202.22421%20293.151%202.23632%20293.448%202.24922C293.848%202.22134%20294.139%202.20013%20294.436%202.17815C294.757%202.15415%20295.014%202.13498%20295.233%202.12C295.671%202.09015%20295.966%202.07668%20296.273%202.08017C296.609%202.07935%20296.92%202.11147%20298.039%202.01277C298.314%201.95984%20298.544%201.90988%20298.726%201.86303C298.772%201.84425%20299.018%201.80488%20299.108%201.77837C299.16%201.76456%20299.197%201.7513%20299.207%201.74179C299.206%201.74055%20299.221%201.73398%20299.195%201.74003C299.18%201.76269%20299.147%201.69024%20299.02%201.91264C298.956%202.05948%20299.078%202.22951%20299.123%202.24786C299.175%202.28318%20299.196%202.28588%20299.211%202.29164C299.289%202.30988%20299.208%202.30049%20299.132%202.30654C299.011%202.3221%20298.891%202.33765%20298.769%202.35318ZM221.12%2018.9562C221.12%2018.9366%20220.269%2018.9235%20220.261%2018.9429C220.27%2018.9628%20221.128%2018.9761%20221.12%2018.9562ZM286.2%202.90895C288.591%202.67771%20290.695%202.4753%20290.743%202.37058C289.017%202.46869%20290.625%202.39572%20289.552%202.51218C288.515%202.62545%20285.61%202.87115%20286.2%202.90895ZM13.766%202.34622C12.5474%202.35707%2011.3257%202.36775%2010.1271%202.37845C10.1227%202.35764%2010.1126%202.33683%2010.1126%202.31601C11.313%202.30531%2012.5324%202.29431%2013.7545%202.2836C13.7588%202.30444%2013.766%202.32538%2013.766%202.34622ZM444.011%2018.5817C444.01%2018.562%20443.143%2018.5688%20443.147%2018.5884C443.149%2018.6081%20444.015%2018.6013%20444.011%2018.5817ZM187.3%202.35593C187.3%202.33624%20186.435%202.33664%20186.438%202.3563C186.442%202.37599%20187.304%202.37561%20187.3%202.35593ZM126.11%202.33579C126.11%202.34621%20126.109%202.35668%20126.113%202.3671C126.723%202.36681%20127.334%202.36647%20127.946%202.36618C127.946%202.35576%20127.945%202.34529%20127.941%202.33487C127.329%202.33516%20126.719%202.3355%20126.11%202.33579ZM55.7541%202.30246C55.7541%202.32328%2055.7639%202.34409%2055.768%202.3649C56.3736%202.36476%2056.9858%202.36449%2057.6047%202.36435C57.1381%202.34366%2056.6677%202.32297%2056.2088%202.30228C56.0585%202.30228%2055.9036%202.30232%2055.7541%202.30246ZM275.015%2019.3497C274.712%2019.3493%20274.409%2019.3488%20274.107%2019.3482C274.102%2019.3274%20274.098%2019.3066%20274.098%2019.2857C274.4%2019.2862%20274.704%2019.2865%20275.007%2019.287C275.011%2019.3079%20275.015%2019.3288%20275.015%2019.3497ZM281.433%202.29843C281.435%202.29843%20281.437%202.29843%20281.439%202.29843C281.439%202.31925%20281.447%202.34006%20281.447%202.36087C282.054%202.33976%20282.654%202.31864%20283.247%202.29752C282.649%202.2978%20282.044%202.29815%20281.433%202.29843ZM379.146%2019.0189C379.144%2018.9993%20378.275%2019.0049%20378.28%2019.0245C378.28%2019.0442%20379.15%2019.0387%20379.146%2019.0189ZM279.587%2019.2765C279.589%2019.2765%20279.59%2019.2765%20279.592%2019.2765C279.905%2019.3028%20280.218%2019.3292%20280.527%2019.3553C281.15%2019.335%20281.738%2019.3144%20282.337%2019.294C281.586%2019.2832%20280.827%2019.2724%20280.048%2019.2614C279.896%2019.2666%20279.743%2019.2714%20279.587%2019.2765ZM154.418%202.22922C154.116%202.25534%20153.816%202.28165%20153.515%202.30777C154.432%202.32305%20155.35%202.33828%20156.261%202.35355C156.263%202.35355%20156.265%202.35355%20156.267%202.35355C155.954%202.31201%20155.644%202.27039%20155.332%202.22886C155.029%202.22886%20154.723%202.22908%20154.418%202.22922ZM211.954%2018.7627C211.953%2018.743%20211.075%2018.725%20211.079%2018.7446C211.077%2018.7644%20211.956%2018.7825%20211.954%2018.7627ZM165.852%202.34897C166.407%202.32085%20164.585%202.26823%20165.852%202.25724C167.358%202.24425%20168.601%202.264%20169.953%202.2847C169.068%202.14496%20165.653%202.24549%20162.632%202.19425C163.708%202.24564%20164.784%202.29801%20165.852%202.34897ZM170.879%202.30027C171.338%202.31568%20171.798%202.33103%20172.257%202.34659C172.407%202.34133%20172.557%202.3361%20172.71%202.33084C172.251%202.31543%20171.788%202.29989%20171.329%202.28434C171.179%202.28961%20171.029%202.29499%20170.879%202.30027ZM251.259%202.24936C251.259%202.28059%20251.268%202.31188%20251.276%202.34311C251.88%202.34283%20252.469%202.34266%20253.097%202.34238C253.093%202.31114%20253.089%202.27987%20253.08%202.24863C252.451%202.24892%20251.864%202.24908%20251.259%202.24936ZM254.021%202.34183C254.945%202.3414%20255.863%202.34098%20256.773%202.34055C256.771%202.34055%20256.769%202.34055%20256.767%202.34055C256.767%202.33536%20256.767%202.33017%20256.767%202.32498C256.311%202.30959%20255.852%202.29424%20255.392%202.27884C254.936%202.29983%20254.481%202.32085%20254.021%202.34183ZM114.244%202.30997C114.244%202.32038%20114.243%202.33087%20114.247%202.34128C114.85%202.341%20115.456%202.34065%20116.062%202.34037C116.062%202.32994%20116.061%202.31948%20116.057%202.30905C115.451%202.30934%20114.847%202.30969%20114.244%202.30997ZM32.9124%202.21586C32.8156%202.27595%2034.0649%202.3015%2035.2489%202.34018C36.7566%202.29593%2036.6609%202.2481%2036.5583%202.18345C35.3889%202.19429%2034.1135%202.20515%2032.9124%202.21586ZM258.553%202.32425C258.55%202.30456%20257.697%202.30495%20257.7%202.32462C257.7%202.34431%20258.557%202.34392%20258.553%202.32425ZM50.3235%202.26639C49.1458%202.2073%2049.1687%202.1364%2046.6104%202.22776C47.697%202.26259%2048.7993%202.29974%2049.837%202.33542C50.5847%202.3203%2051.3388%202.30257%2052.105%202.28873C51.9459%202.24523%2050.9418%202.29776%2050.3235%202.26639ZM130.676%202.28672C130.22%202.27131%20129.766%202.2558%20129.302%202.24039C129.15%202.24039%20128.994%202.24043%20128.843%202.24057C128.847%202.27182%20128.856%202.30307%20128.86%202.33432C129.468%202.31839%20130.074%202.30265%20130.676%202.28672ZM275.499%202.23838C275.349%202.26963%20275.197%202.30105%20275.041%202.33231C275.961%202.32147%20276.866%202.31074%20277.761%202.2999C277.456%202.2584%20277.149%202.21689%20276.841%202.17539C276.396%202.1965%20275.946%202.21741%20275.499%202.23838ZM207.866%202.23764C206.933%202.26634%20206.33%202.28716%20206.502%202.33213C207.114%202.33184%20207.727%202.33154%20208.337%202.33139C208.333%202.30016%20208.324%202.26888%20208.32%202.23764C208.17%202.23764%20208.016%202.2375%20207.866%202.23764ZM210.158%202.26804C210.158%202.28885%20210.167%202.30967%20210.167%202.33048C210.471%202.33048%20210.776%202.33025%20211.079%202.33011C211.079%202.30927%20211.071%202.28833%20211.071%202.26749C210.767%202.26749%20210.463%202.2679%20210.158%202.26804ZM74.4472%202.20139C73.3883%202.19155%2072.3428%202.18139%2071.3105%202.17154C71.2942%202.1918%2071.2762%202.21227%2071.2558%202.23252C70.6941%202.24365%2070.0529%202.25494%2069.4577%202.26621C71.0405%202.26592%2072.455%202.26558%2073.9851%202.26529C74.6065%202.28556%2075.2329%202.30582%2075.8634%202.32608C75.546%202.2847%2075.2289%202.24332%2074.9138%202.20194C75.8229%202.18581%2076.7836%202.16955%2077.6782%202.15342C77.0954%202.13804%2076.4414%202.12266%2075.8294%202.10728C75.364%202.13868%2074.9078%202.17013%2074.4472%202.20139ZM291.462%202.3096C291.46%202.28991%20290.576%202.29027%20290.579%202.30997C290.581%202.32961%20291.466%202.32921%20291.462%202.3096ZM233.43%207.93421C234.331%207.83557%20235.239%207.73742%20236.137%207.64163C235.371%207.68062%20234.602%207.72064%20233.833%207.76163C233.84%207.79219%20233.85%207.82261%20233.857%207.85318C233.102%207.9398%20232.343%208.02776%20231.59%208.11594C231.883%208.03966%20232.172%207.96399%20232.461%207.88842C227.782%208.49074%20229.347%208.44686%20233.42%207.99797C233.426%207.97648%20233.428%207.95523%20233.43%207.93421ZM85.9027%202.29074C85.9028%202.30112%2085.9055%202.3115%2085.9055%202.32187C86.509%202.32159%2087.1169%202.32142%2087.7265%202.32114C87.7265%202.31076%2087.7279%202.30039%2087.7237%202.29001C87.114%202.2903%2086.5063%202.29046%2085.9027%202.29074ZM436.19%2018.471C436.188%2018.4711%20436.186%2018.4711%20436.184%2018.4712C437.079%2018.4676%20436.748%2018.5069%20436.706%2018.5293C434.818%2018.5453%20434.054%2018.6111%20432.168%2018.627C432.167%2018.6269%20432.166%2018.6267%20432.166%2018.6266C432.163%2018.6266%20432.16%2018.6267%20432.157%2018.6267C432.15%2018.57%20433.296%2018.5404%20433.968%2018.4879C433.355%2018.4716%20432.752%2018.4554%20432.133%2018.4394C433.493%2018.4499%20434.835%2018.4605%20436.19%2018.471ZM224.748%2018.8994C224.747%2018.9202%20224.755%2018.9413%20224.755%2018.9621C225.367%2018.9704%20225.983%2018.9787%20226.604%2018.9867C226.604%2018.9659%20226.6%2018.9449%20226.596%2018.924C225.976%2018.916%20225.359%2018.9077%20224.748%2018.8994ZM318.399%2019.2091C317.944%2019.2314%20317.489%2019.2537%20317.036%2019.2759C317.643%2019.2741%20318.251%2019.2723%20318.861%2019.2703C318.861%2019.2494%20318.857%2019.2285%20318.852%2019.2077C318.703%2019.2081%20318.549%2019.2086%20318.399%2019.2091ZM173.622%202.31473C174.226%202.29892%20174.833%202.28293%20175.437%202.26712C174.978%202.25171%20174.517%202.23636%20174.058%202.2208C173.909%202.2208%20173.755%202.22066%20173.605%202.2208C173.609%202.25206%20173.618%202.28347%20173.622%202.31473ZM249.428%202.29715C249.428%202.27746%20248.561%202.27783%20248.564%202.29752C248.565%202.3172%20249.43%202.3168%20249.428%202.29715ZM195.398%2013.4788C195.393%2013.4584%20195.381%2013.4396%20195.377%2013.4192C195.079%2013.4808%20194.784%2013.5432%20194.492%2013.6054C194.497%2013.6257%20194.509%2013.6444%20194.513%2013.6648C194.805%2013.6028%20195.1%2013.5406%20195.398%2013.4788ZM183.76%2016.6093C184.584%2016.2787%20182.906%2016.8195%20182.433%2017.0373C182.12%2017.1712%20182.192%2017.594%20182.531%2017.6186C182.576%2017.6218%20182.614%2017.6241%20182.644%2017.6252C183.03%2017.6399%20182.867%2017.6067%20182.535%2017.5637C182.257%2017.5436%20182.199%2017.1975%20182.455%2017.088C182.841%2016.9464%20183.532%2016.6995%20183.76%2016.6093ZM130.656%202.16184C131.884%202.20138%20131.606%202.24872%20131.585%202.3021C132.192%202.30181%20132.8%202.30147%20133.409%202.30118C132.542%202.24752%20132.508%202.18845%20131.109%202.14591C130.96%202.15119%20130.81%202.15656%20130.656%202.16184ZM65.8061%202.26767C65.8061%202.27809%2065.8048%202.28856%2065.8089%202.29898C66.407%202.2987%2067.0115%202.29835%2067.6203%202.29807C67.6203%202.28766%2067.6189%202.27717%2067.6147%202.26676C67.0066%202.26704%2066.4037%202.26739%2065.8061%202.26767ZM424.861%2018.6357C424.861%2018.616%20425.724%2018.6095%20425.724%2018.6292C425.727%2018.6488%20424.863%2018.6553%20424.861%2018.6357ZM217.048%209.86273C216.144%2010.003%20215.276%2010.1402%20214.354%2010.2877C214.98%2010.2141%20215.569%2010.1468%20216.173%2010.0786C216.464%2010.0064%20216.755%209.93448%20217.048%209.86273ZM229.032%209.04882C230.703%208.8512%20232.053%208.74638%20233.566%208.53141C232.348%208.65576%20231.137%208.78195%20229.926%208.91044C229.849%208.88379%20231.209%208.70591%20230.809%208.71117C231.411%208.64%20232.015%208.56929%20232.619%208.49925C232.618%208.4941%20232.618%208.48894%20232.617%208.48379C232.011%208.53841%20231.402%208.59389%20230.793%208.65014C230.796%208.67084%20230.802%208.69096%20230.809%208.71117C230.507%208.74666%20230.206%208.78265%20229.904%208.81867C229.896%208.78813%20229.887%208.75777%20229.879%208.72723C228.967%208.84111%20228.061%208.95575%20227.156%209.07201C228.41%208.87823%20227.943%208.88884%20228.028%208.82371C228.778%208.73534%20229.453%208.6638%20229.82%208.59075C230.513%208.45227%20230.883%208.35515%20230.703%208.31468C228.498%208.61769%20228.307%208.71026%20228.028%208.82371C225.602%209.11325%20225.831%209.02617%20224.413%209.16278C221.409%209.45634%20220.311%209.65917%20219.873%209.82711C216.995%2010.135%20215.428%2010.353%20212.605%2010.8402C212.959%2010.7358%20211.304%2010.9548%20210.883%2010.9844C210.466%2011.0126%20211.513%2010.8458%20211.56%2010.8176C211.64%2010.7682%20210.797%2010.8785%20210.828%2010.8404C210.846%2010.82%20211.581%2010.7061%20211.509%2010.7018C211.332%2010.692%20209.828%2010.9006%20208.88%2011.0543C209.67%2010.9919%20207.726%2011.3502%20208.183%2011.3322C208.911%2011.3026%20210.802%2011.0401%20209.909%2011.2756C208.034%2011.5235%20207.601%2011.6665%20205.875%2011.9189C205.877%2011.9186%20205.879%2011.9184%20205.881%2011.9182C204.814%2012.1167%20203.759%2012.3183%20202.73%2012.5214C203.323%2012.4281%20203.924%2012.3352%20204.532%2012.2429C204.542%2012.2266%20204.55%2012.2108%20204.556%2012.195C206.401%2011.8751%20208.09%2011.5957%20209.93%2011.3037C210.026%2011.3522%20211.094%2011.2251%20212.665%2011.0213C212.666%2011.0004%20212.668%2010.9795%20212.673%2010.958C213.568%2010.8265%20214.495%2010.693%20215.388%2010.5669C215.104%2010.5914%20214.79%2010.6195%20214.507%2010.6448C214.792%2010.5775%20215.034%2010.5656%20215.324%2010.5282C216.629%2010.3603%20216.947%2010.3047%20218.062%2010.1343C217.468%2010.2675%20216.885%2010.4003%20216.297%2010.5346C217.34%2010.3685%20218.39%2010.2044%20219.453%2010.0413C220.528%209.9293%20221.569%209.82427%20222.641%209.71771C222.905%209.6468%20223.167%209.57649%20223.433%209.50577C222.848%209.55425%20222.267%209.6027%20221.686%209.65197C223.188%209.46687%20224.737%209.28137%20226.231%209.10703C225.943%209.18465%20225.651%209.26308%20225.36%209.34144C226.562%209.20189%20227.772%209.06405%20228.984%208.92884C229.001%208.96858%20229.014%209.00907%20229.032%209.04882ZM202.6%2012.1155C202.599%2012.1052%20202.595%2012.0951%20202.59%2012.0856C201.995%2012.1891%20201.423%2012.2904%20200.796%2012.4037C200.798%2012.414%20200.798%2012.4245%20200.804%2012.434C201.432%2012.3206%20202.005%2012.2191%20202.6%2012.1155ZM187.289%202.26218C187.285%202.24248%20186.423%202.24285%20186.427%202.26255C186.427%202.28223%20187.292%202.28182%20187.289%202.26218ZM117.867%202.2457C117.867%202.25612%20117.873%202.26659%20117.873%202.27701C118.482%202.27673%20119.094%202.27638%20119.706%202.2761C119.706%202.26568%20119.705%202.2552%20119.7%202.24479C119.088%202.24507%20118.476%202.24542%20117.867%202.2457ZM354.513%2019.0695C354.509%2019.0499%20355.378%2019.0451%20355.381%2019.0647C355.385%2019.0844%20354.513%2019.0892%20354.513%2019.0695ZM182.773%2017.5095C183.145%2017.5712%20183.83%2017.634%20183.65%2017.6627C184.238%2017.6856%20184.85%2017.7082%20185.479%2017.7293C184.616%2017.6458%20184.009%2017.589%20182.773%2017.5095ZM90.4696%202.19498C90.4696%202.21582%2090.4796%202.23676%2090.4838%202.2576C91.1081%202.23663%2091.6905%202.21537%2092.2909%202.19425C91.6864%202.19453%2091.0982%202.1947%2090.4696%202.19498ZM422.071%2018.6253C422.071%2018.6056%20421.206%2018.6121%20421.211%2018.6318C421.212%2018.6514%20422.076%2018.645%20422.071%2018.6253ZM450.405%2018.3592C450.193%2018.3995%20452.238%2018.4192%20453.153%2018.4C453.152%2018.3791%20453.148%2018.3582%20453.144%2018.3374C452.23%2018.3447%20451.317%2018.3519%20450.405%2018.3592ZM40.2051%202.22922C40.2017%202.20959%2039.3599%202.20991%2039.3653%202.22959C39.3641%202.24928%2040.2078%202.24892%2040.2051%202.22922ZM428.01%2018.4708C429.684%2018.4238%20429.894%2018.4209%20431.224%2018.4621C429.392%2018.5022%20427.566%2018.542%20425.749%2018.5819C425.453%2018.5186%20426.641%2018.5093%20428.01%2018.4708ZM240.277%202.20743C240.273%202.18778%20239.406%202.18819%20239.408%202.2078C239.408%202.2275%20240.281%202.22713%20240.277%202.20743ZM245.282%202.09574C244.008%202.13199%20243.789%202.16601%20243.945%202.22153C244.247%202.22153%20244.548%202.22113%20244.848%202.22098C245.136%202.18446%20245.446%202.14783%20245.75%202.1113C245.593%202.10617%20245.439%202.10088%20245.282%202.09574ZM443.993%2018.4254C443.991%2018.4058%20443.125%2018.4126%20443.129%2018.4322C443.129%2018.4519%20443.997%2018.4451%20443.993%2018.4254ZM180.886%202.09281C180.861%202.11378%20180.94%202.13447%20180.895%202.15543C180.284%202.15728%20179.678%202.15503%20179.07%202.15616C178.908%202.21512%20179.189%202.22476%20180.909%202.21805C180.934%202.19709%20180.855%202.17639%20180.9%202.15543C181.51%202.15358%20182.122%202.15584%20182.731%202.1547C182.894%202.09575%20182.608%202.0861%20180.886%202.09281ZM257.632%2019.1134C257.632%2019.1238%20257.63%2019.1342%20257.635%2019.1446C258.245%2019.1471%20258.858%2019.1497%20259.473%2019.1521C259.473%2019.1417%20259.472%2019.1313%20259.467%2019.121C258.853%2019.1186%20258.241%2019.116%20257.632%2019.1134ZM260.692%205.1823C260.685%205.15159%20260.68%205.12072%20260.672%205.09C260.062%205.14702%20259.469%205.20278%20258.863%205.26002C258.699%205.30684%20259.485%205.30372%20260.692%205.1823ZM269.54%202.17869C269.54%202.1891%20269.541%202.19958%20269.546%202.21C270.154%202.20971%20270.758%202.20937%20271.357%202.20908C271.357%202.19871%20271.358%202.18833%20271.354%202.17795C270.754%202.17824%20270.149%202.1784%20269.54%202.17869ZM267.57%2019.1727C267.611%2019.1748%20267.65%2019.1766%20267.687%2019.1787C267.616%2019.1796%20267.545%2019.1801%20267.474%2019.1806C267.506%2019.178%20267.538%2019.1753%20267.57%2019.1727C267.569%2019.1727%20267.568%2019.1728%20267.567%2019.1728C266.993%2019.1421%20266.415%2019.1112%20265.842%2019.0802C266.752%2019.0829%20267.665%2019.0852%20268.585%2019.0875C268.245%2019.1159%20267.908%2019.1443%20267.57%2019.1727ZM185.467%2017.5877C185.787%2017.6482%20186.126%2017.7092%20186.439%2017.7684C187.288%2017.8154%20188.197%2017.8625%20189.104%2017.906C188.945%2017.8582%20187.398%2017.7389%20188.291%2017.7422C188.52%2017.7441%20191.165%2017.8929%20189.537%2017.7699C188.148%2017.715%20186.941%2017.6632%20185.467%2017.5877ZM139.32%202.01646C138.502%202.04272%20139.872%202.05303%20139.649%202.09354C139.503%202.12009%20138.428%202.16571%20138.9%202.20395C141.339%202.15956%20141.266%202.07883%20139.32%202.01646ZM243.427%206.81619C243.429%206.83568%20244.29%206.74502%20244.286%206.72583C244.284%206.70615%20243.421%206.79694%20243.427%206.81619ZM295.085%202.13602C295.085%202.15686%20295.09%202.1778%20295.094%202.19864C295.412%202.19864%20295.726%202.19824%20296.038%202.19809C296.038%202.17728%20296.033%202.15647%20296.029%202.13566C295.718%202.13566%20295.403%202.13588%20295.085%202.13602ZM294.207%2019.1814C294.203%2019.1617%20295.065%2019.1608%20295.066%2019.1805C295.07%2019.2002%20294.208%2019.2011%20294.207%2019.1814ZM228.428%2018.8219C226.528%2018.7938%20224.933%2018.8266%20223.363%2018.7549C223.214%2018.758%20223.066%2018.7612%20222.914%2018.7641C224.72%2018.8573%20227.143%2018.8911%20228.428%2018.8219ZM292.695%202.90474C291.525%202.98451%20290.63%203.04233%20289.474%203.12126C288.684%203.19317%20288.005%203.25631%20287.231%203.32741C287.507%203.28949%20287.785%203.25131%20288.053%203.2141C287.627%203.23363%20287.192%203.25365%20286.746%203.2749C286.291%203.32143%20285.821%203.36933%20285.404%203.41283C285.6%203.34123%20284.242%203.44143%20283.748%203.43823C283.605%203.43682%20284.325%203.37344%20284.198%203.36973C283.928%203.36182%20283.315%203.39916%20283.518%203.34705C284.624%203.27707%20285.554%203.22194%20286.719%203.14835C287.685%203.03925%20288.527%202.94031%20289.48%202.8329C290.263%202.78045%20290.977%202.73369%20291.704%202.68584C291.458%202.68275%20291.609%202.65332%20291.817%202.61999C292.018%202.5873%20292.351%202.54462%20292.336%202.52557C292.287%202.48895%20291.161%202.55493%20291.657%202.47001C291.057%202.52318%20290.48%202.57455%20289.844%202.63065C290.164%202.63117%20290.477%202.63222%20290.784%202.63389C288.483%202.81156%20287.251%202.9202%20285.748%203.10227C285.602%203.11411%20285.458%203.12594%20285.314%203.13778C285.427%203.08443%20284.059%203.11548%20282.541%203.23923C282.897%203.30685%20281.45%203.51902%20282.607%203.51597C280.234%203.71157%20277.764%203.91842%20275.34%204.12578C275.337%204.12608%20275.334%204.12638%20275.331%204.12668C275.232%204.21905%20277.492%204.03064%20279.482%203.87069C280.781%203.75892%20281.677%203.63922%20283.064%203.54377C285.365%203.38698%20283.535%203.62741%20283.594%203.68586C281.436%203.84666%20278.142%204.05417%20278.113%204.17299C279.022%204.10294%20280.003%204.02715%20280.909%203.95846C280.902%203.97351%20280.892%203.98876%20280.885%204.00381C281.64%203.92027%20282.334%203.84183%20283.136%203.75504C283.607%203.73732%20284.071%203.72011%20284.53%203.7036C284.683%203.65066%20283.961%203.69174%20283.597%203.68581C284.205%203.63784%20284.794%203.58852%20285.374%203.54021C285.384%203.5186%20285.388%203.49759%20285.398%203.47612C288.52%203.23048%20288.186%203.36282%20289.529%203.33067C290.664%203.18208%20291.541%203.05449%20292.695%202.90474ZM464.079%2018.2343C464.075%2018.2146%20463.214%2018.2214%20463.216%2018.2411C463.216%2018.2607%20464.081%2018.2539%20464.079%2018.2343ZM258.528%202.16788C258.524%202.14822%20257.671%202.14874%20257.675%202.16843C257.678%202.18804%20258.533%202.18755%20258.528%202.16788ZM51.6155%202.14756C51.1528%202.14256%2050.6975%202.13735%2050.2431%202.13236C50.6978%202.14778%2051.1581%202.16327%2051.6212%202.17869C52.0782%202.1629%2052.5405%202.14741%2053.0015%202.13163C52.5373%202.13702%2052.0757%202.14217%2051.6155%202.14756ZM278.165%202.01847C277.722%202.03431%20277.274%202.05024%20276.825%202.06608C276.825%202.07633%20276.833%202.08677%20276.833%202.09702C277.752%202.12272%20278.596%202.14841%20279.566%202.17411C279.249%202.12217%20278.912%202.07023%20278.609%202.01829C278.463%202.01829%20278.312%202.01833%20278.165%202.01847ZM243.43%206.9256C241.607%207.08691%20239.778%207.25283%20237.955%207.42302C238.87%207.34278%20239.779%207.26471%20240.695%207.18662C240.089%207.26258%20239.49%207.33824%20238.886%207.41491C239.344%207.38562%20239.807%207.35611%20240.265%207.32726C241.322%207.19171%20242.38%207.05769%20243.43%206.9256ZM229.298%202.07194C229.298%202.10317%20229.306%202.13445%20229.315%202.16569C229.616%202.16569%20229.917%202.16546%20230.227%202.16532C230.223%202.13407%20230.219%202.10282%20230.21%202.07157C229.9%202.07157%20229.6%202.07179%20229.298%202.07194ZM97.7485%202.1558C98.1105%202.14124%2095.8172%202.07216%2095.0221%202.10435C94.6614%202.1189%2096.9366%202.18798%2097.7485%202.1558ZM241.18%202.14445C241.178%202.12481%20240.31%202.12532%20240.313%202.14499C240.316%202.16463%20241.184%202.16412%20241.18%202.14445ZM13.72%202.09611C13.72%202.11692%2013.7272%202.13773%2013.7315%202.15854C15.5515%202.16069%2016.5259%202.1263%2016.4754%202.06406C15.5%202.07477%2014.6768%202.08555%2013.72%202.09611ZM196.791%2013.4187C198.764%2013.0277%20199.553%2012.8759%20201.479%2012.5056C202.5%2012.3106%20202.997%2012.2317%20202.624%2012.2381C201.217%2012.472%20199.571%2012.7605%20198.136%2013.0269C198.142%2013.0576%20198.158%2013.0865%20198.168%2013.1166C197.018%2013.327%20195.714%2013.5791%20194.575%2013.8113C194.324%2013.9398%20195.146%2013.7483%20196.791%2013.4187ZM391.012%2018.6754C389.49%2018.7065%20387.967%2018.7375%20386.452%2018.7684C386.448%2018.7371%20386.442%2018.7059%20386.438%2018.6747C387.957%2018.6751%20389.485%2018.6753%20391.012%2018.6754ZM176.309%202.00071C176.309%202.02155%20176.317%202.04249%20176.317%202.06333C176.909%202.06362%20177.497%202.06396%20178.089%202.06425C178.11%202.08451%20178.131%202.10495%20178.156%202.12522C178.46%202.12522%20178.765%202.125%20179.07%202.12485C178.757%202.08331%20178.447%202.04152%20178.134%201.99998C177.526%202.00026%20176.917%202.00057%20176.309%202.00071ZM250.309%202.10929C250.306%202.0896%20249.447%202.08997%20249.45%202.10966C249.45%202.12934%20250.313%202.12894%20250.309%202.10929ZM111.451%202.09226C111.451%202.10268%20111.449%202.11315%20111.454%202.12357C112.677%202.11258%20113.913%202.1016%20115.112%202.09061C114.957%202.06986%20114.803%202.04911%20114.649%202.02836C113.607%202.04962%20112.515%202.071%20111.451%202.09226ZM269.807%204.48034C269.507%204.46518%20269.2%204.45082%20268.893%204.43641C268.457%204.51709%20268.019%204.5981%20267.578%204.67959C267.753%204.66875%20267.929%204.65781%20268.107%204.64673C268.677%204.59073%20269.247%204.535%20269.807%204.48034ZM119.655%202.10416C119.649%202.08455%20118.784%202.08504%20118.788%202.10471C118.789%202.12438%20119.659%202.12385%20119.655%202.10416ZM128.809%202.05308C128.809%202.07392%20128.818%202.09486%20128.818%202.1157C128.819%202.1157%20128.821%202.1157%20128.823%202.1157C129.13%202.1157%20129.437%202.11547%20129.744%202.11533C129.744%202.09449%20129.734%202.07355%20129.73%202.05271C129.423%202.05271%20129.115%202.05293%20128.809%202.05308ZM379.11%2018.6285C380.836%2018.6029%20380.497%2018.6267%20381.06%2018.6567C381.868%2018.6997%20382.963%2018.7019%20382.801%2018.7613C381.896%2018.7631%20380.628%2018.7927%20380.093%2018.7608C379.418%2018.7207%20379.027%2018.6786%20379.11%2018.6285ZM133.372%202.05106C133.372%202.07188%20133.378%202.09269%20133.378%202.1135C134.291%202.11307%20135.207%202.11265%20136.124%202.11222C136.124%202.10703%20136.124%202.10184%20136.124%202.09666C135.283%202.06484%20134.684%202.04494%20133.372%202.05106ZM158.495%202.03971C158.041%202.06069%20157.589%202.08175%20157.135%202.10288C157.743%202.1026%20158.353%202.10243%20158.962%202.10215C158.962%202.08134%20158.955%202.06034%20158.951%202.03953C158.801%202.03953%20158.645%202.03957%20158.495%202.03971ZM173.555%202.08018C173.555%202.06048%20172.687%202.06086%20172.691%202.08054C172.691%202.10022%20173.558%202.09982%20173.555%202.08018ZM459.532%2018.1612C459.532%2018.1717%20459.532%2018.1821%20459.532%2018.1925C460.139%2018.1878%20460.748%2018.1826%20461.356%2018.1779C461.356%2018.1675%20461.356%2018.1571%20461.356%2018.1467C460.748%2018.1515%20460.139%2018.1565%20459.532%2018.1612ZM190.143%2014.8635C190.14%2014.8534%20190.136%2014.8436%20190.129%2014.8345C189.509%2014.9897%20188.909%2015.1461%20188.332%2015.3034C188.335%2015.3134%20188.339%2015.323%20188.345%2015.332C188.923%2015.1748%20189.523%2015.0186%20190.143%2014.8635ZM202.786%202.06791C202.782%202.04821%20201.92%202.04858%20201.924%202.06827C201.924%202.08795%20202.789%202.08755%20202.786%202.06791ZM62.0943%202.01884C62.0943%202.03965%2062.1013%202.06046%2062.1055%202.08127C62.4112%202.08127%2062.719%202.08105%2063.0277%202.08091C63.0235%202.0601%2063.0178%202.03928%2063.0136%202.01847C62.7056%202.01847%2062.3992%202.01869%2062.0943%202.01884ZM298.575%202.21509C298.671%202.2039%20298.749%202.19377%20298.815%202.18437C298.878%202.17552%20299.051%202.15428%20299.116%202.14283C299.196%202.1299%20299.246%202.11917%20299.279%202.10904C299.291%202.10542%20299.283%202.10747%20299.313%202.098C299.324%202.08877%20299.335%202.1065%20299.374%202.04357C299.396%201.92436%20299.312%201.93094%20299.312%201.92581C299.269%201.91776%20299.223%201.92051%20299.132%201.92171C298.753%201.94805%20298.506%201.97841%20297.852%201.9932C296.301%202.02829%20294.753%201.98624%20295.077%202.07377C296.49%202.05329%20297.847%202.03397%20299.132%202.01414C299.38%202.02399%20299.259%201.9975%20299.24%202.01438C299.199%202.02252%20299.133%202.03224%20299.044%202.04344C298.776%202.114%20298.739%202.1587%20298.575%202.21509ZM163.5%202.05308C163.497%202.03338%20162.631%202.03374%20162.635%202.05344C162.635%202.07311%20163.503%202.0727%20163.5%202.05308ZM315.178%2018.9843C314.727%2019.0012%20314.275%2019.018%20313.825%2019.0349C313.672%2019.0302%20313.517%2019.0253%20313.368%2019.0205C313.818%2019.0037%20314.269%2018.9869%20314.72%2018.9699C314.873%2018.9747%20315.025%2018.9796%20315.178%2018.9843ZM243.895%202.0496C243.892%202.02991%20243.036%202.03031%20243.039%202.04996C243.039%202.06966%20243.899%202.06928%20243.895%202.0496ZM250.312%201.99998C250.312%202.02079%20250.32%202.0416%20250.32%202.06242C250.623%202.06242%20250.925%202.06219%20251.226%202.06205C251.226%202.04121%20251.222%202.02027%20251.218%201.99943C250.917%201.99943%20250.614%201.99983%20250.312%201.99998ZM119.664%201.99467C119.664%202.01548%20119.672%202.03629%20119.672%202.05711C120.284%202.05682%20120.897%202.05666%20121.511%202.05637C121.047%202.03574%20120.583%202.01511%20120.119%201.99448C119.969%201.99448%20119.814%201.99453%20119.664%201.99467ZM367.248%2018.7479C366.792%2018.7661%20366.335%2018.7845%20365.879%2018.8028C365.881%2018.8028%20365.883%2018.8028%20365.885%2018.8027C365.58%2018.8046%20365.274%2018.8063%20364.969%2018.808C364.51%2018.7899%20364.046%2018.7717%20363.588%2018.7535C364.805%2018.7466%20366.025%2018.7395%20367.248%2018.7323C367.248%2018.7375%20367.248%2018.7427%20367.248%2018.7479ZM55.679%202.0366C55.6738%202.0169%2054.8196%202.01727%2054.8248%202.03696C54.8263%202.05657%2055.6819%202.05626%2055.679%202.0366ZM293.247%202.02744C293.248%202.00778%20292.391%202.00818%20292.391%202.02781C292.397%202.04751%20293.252%202.04714%20293.247%202.02744ZM99.558%201.97251C99.3231%202.01445%20101.383%202.04027%20102.295%202.03385C102.104%201.99353%20102.804%201.97522%20103.194%201.93992C101.977%201.9509%20100.762%201.96153%2099.558%201.97251ZM320.659%2018.9832C320.507%2018.9837%20320.354%2018.9841%20320.201%2018.9846C319.74%2018.9653%20319.275%2018.9459%20318.815%2018.9265C319.425%2018.9247%20320.038%2018.9226%20320.651%2018.9206C320.655%2018.9415%20320.659%2018.9624%20320.659%2018.9832ZM443.991%2018.2535C444.296%2018.2512%20444.603%2018.2488%20444.908%2018.2463C444.908%2018.2255%20444.903%2018.2047%20444.899%2018.1839C444.594%2018.1863%20444.287%2018.1885%20443.982%2018.1909C443.982%2018.2118%20443.987%2018.2327%20443.991%2018.2535ZM28.3042%202.01408C28.3124%201.9944%2027.4444%201.99462%2027.4396%202.01426C27.4469%202.03394%2028.3151%202.03373%2028.3042%202.01408ZM191.554%2014.7784C192.503%2014.5551%20193.195%2014.3683%20194.218%2014.1429C195.384%2013.8854%20196.987%2013.5688%20198.236%2013.3263C198.469%2013.2045%20197.333%2013.427%20195.514%2013.8059C195.807%2013.724%20196.102%2013.6423%20196.406%2013.5599C195.02%2013.8193%20193.776%2014.0614%20192.359%2014.3658C191.708%2014.5194%20191.336%2014.6572%20191.081%2014.7268C189.658%2015.1135%20188.332%2015.4874%20188.429%2015.5363C188.428%2015.5366%20188.428%2015.5369%20188.427%2015.5372C189.651%2015.1996%20190.409%2015.0503%20191.554%2014.7784ZM268.434%201.92985C268.009%201.91757%20265.936%201.99574%20266.894%202.02287C267.333%202.03509%20269.384%201.95697%20268.434%201.92985ZM185.894%2017.4569C184.962%2017.3961%20183.4%2017.289%20182.558%2017.2445L182.581%2017.3821C182.872%2017.2504%20183.098%2017.1499%20183.17%2017.1055C182.962%2017.1857%20182.761%2017.2661%20182.566%2017.3469L182.555%2017.2827C183.984%2017.403%20185.798%2017.53%20187.289%2017.6261C186.775%2017.576%20186.84%2017.5188%20185.894%2017.4569ZM250.72%206.27086C250.719%206.26054%20250.72%206.25008%20250.714%206.24017C250.106%206.30101%20249.506%206.36126%20248.901%206.42265C248.902%206.43301%20248.904%206.4433%20248.909%206.45324C249.514%206.39192%20250.113%206.33165%20250.72%206.27086ZM272.172%201.9141C271.855%201.88431%20270.353%201.89523%20269.512%201.89781C269.917%201.93391%20270.929%201.96695%20271.755%201.98936C272.953%202.02218%20273.245%202.01305%20274.077%201.97379C274.075%201.97379%20274.073%201.97379%20274.071%201.97379C272.838%201.94655%20272.755%201.96948%20272.172%201.9141ZM179.039%201.93717C179.039%201.95801%20179.047%201.97895%20179.047%201.99979C179.351%201.99979%20179.656%201.99939%20179.961%201.99924C179.96%201.97843%20179.952%201.95762%20179.952%201.93681C179.648%201.93681%20179.343%201.93703%20179.039%201.93717ZM184.178%2017.0562C184.639%2016.834%20185.196%2016.6035%20185.582%2016.4236C185.977%2016.2401%20186.314%2016.0556%20186.595%2015.9158C186.738%2015.8351%20185.053%2016.3699%20184.966%2016.416C184.237%2016.7337%20184.425%2016.6616%20182.594%2017.4115L182.56%2017.2126C182.624%2017.2171%20182.69%2017.2218%20182.758%2017.2267C182.748%2017.2154%20182.76%2017.2057%20182.753%2017.1948C182.689%2017.1903%20182.626%2017.1858%20182.562%2017.1813L182.606%2017.4403C183.053%2017.2486%20183.537%2017.0575%20184.059%2016.8666C184.101%2016.9292%20184.132%2016.9948%20184.178%2017.0562ZM198.217%2013.1866C198.223%2013.2051%20199.059%2013.046%20199.054%2013.0273C199.049%2013.0078%20198.208%2013.1679%20198.217%2013.1866ZM496.973%2017.794C496.059%2017.8016%20495.143%2017.809%20494.229%2017.8165C494.229%2017.8061%20494.229%2017.7956%20494.229%2017.7852C495.143%2017.7776%20496.058%2017.7701%20496.973%2017.7627C496.973%2017.7731%20496.973%2017.7835%20496.973%2017.794ZM199.136%201.92875C199.136%201.94959%20199.142%201.97053%20199.142%201.99137C199.447%201.99137%20199.753%201.99097%20200.058%201.99082C200.058%201.97001%20200.054%201.9492%20200.05%201.92838C199.745%201.92838%20199.441%201.92861%20199.136%201.92875ZM362.675%2018.7587C362.067%2018.7623%20361.459%2018.7657%20360.853%2018.769C360.853%2018.7586%20360.853%2018.7482%20360.853%2018.7377C361.459%2018.7342%20362.067%2018.7308%20362.675%2018.7274C362.675%2018.7378%20362.675%2018.7482%20362.675%2018.7587ZM54.334%201.92765C53.8876%201.94862%2053.463%201.96967%2052.9843%201.99064C53.632%201.99035%2054.1868%201.99023%2054.7945%201.99009C54.7945%201.96925%2054.7849%201.94831%2054.7808%201.92747C54.6331%201.92747%2054.4808%201.92751%2054.334%201.92765ZM255.283%205.88494C255.281%205.86423%20255.275%205.84391%20255.269%205.82359C254.969%205.85252%20254.667%205.88194%20254.366%205.9113C254.368%205.93201%20254.378%205.95193%20254.38%205.97264C254.681%205.94342%20254.983%205.91401%20255.283%205.88494ZM206.429%201.86302C206.131%201.90484%20205.826%201.94662%20205.529%201.98844C205.834%201.98844%20206.142%201.98822%20206.448%201.98808C207.052%201.94612%20207.659%201.9041%20208.261%201.86228C207.651%201.86257%20207.041%201.86273%20206.429%201.86302ZM385.515%2018.6183C384.908%2018.6223%20384.303%2018.6262%20383.697%2018.6301C383.697%2018.6197%20383.697%2018.6093%20383.697%2018.599C384.302%2018.595%20384.908%2018.591%20385.514%2018.587C385.515%2018.5974%20385.515%2018.6079%20385.515%2018.6183ZM206.5%2018.2659C206.493%2018.2462%20207.396%2018.2677%20207.383%2018.2869C207.406%2018.3072%20206.498%2018.2856%20206.5%2018.2659ZM236.12%201.84983C234.845%201.88608%20234.619%201.91994%20234.777%201.97544C236.309%201.99296%20237.895%201.92305%20238.4%201.88023C238.402%201.88023%20238.404%201.88023%20238.406%201.88023C237.624%201.87024%20236.879%201.85997%20236.12%201.84983ZM214.689%2018.4565C214.392%2018.4509%20214.095%2018.4453%20213.801%2018.4395C213.801%2018.4187%20213.793%2018.3978%20213.794%2018.377C214.088%2018.3827%20214.385%2018.3881%20214.682%2018.3938C214.681%2018.4146%20214.689%2018.4357%20214.689%2018.4565ZM245.727%201.97068C246.027%201.92889%20246.331%201.88704%20246.63%201.84526C246.027%201.85609%20245.397%201.86664%20244.81%201.87748C244.201%201.84638%20243.59%201.81524%20242.972%201.78428C243.894%201.84638%20244.784%201.90859%20245.727%201.97068ZM172.621%201.95548C172.616%201.93584%20171.755%201.93625%20171.757%201.95585C171.761%201.97555%20172.625%201.97518%20172.621%201.95548ZM229.327%2018.6608C229.325%2018.6412%20230.176%2018.6511%20230.177%2018.6707C230.18%2018.6906%20229.326%2018.6805%20229.327%2018.6608ZM191.05%2014.7369C191.624%2014.5983%20192.217%2014.4605%20192.823%2014.3235C192.832%2014.3428%20192.841%2014.3622%20192.845%2014.3825C192.239%2014.5194%20191.647%2014.6573%20191.072%2014.7959C191.064%2014.7766%20191.055%2014.7572%20191.05%2014.7369ZM265.303%204.93098C265.311%204.94997%20266.182%204.8712%20266.178%204.85193C266.177%204.83219%20265.298%204.91162%20265.303%204.93098ZM286.859%201.88957C286.859%201.91038%20286.863%201.93119%20286.867%201.952C287.478%201.95172%20288.082%201.95174%20288.677%201.95146C288.228%201.93077%20287.773%201.91006%20287.315%201.88938C287.165%201.88938%20287.009%201.88942%20286.859%201.88957ZM206.46%2018.1556C206.463%2018.1765%20206.467%2018.1974%20206.467%2018.2182C205.21%2018.198%20203.989%2018.1769%20202.794%2018.1542C202.836%2018.0745%20204.221%2018.0948%20206.46%2018.1556ZM392.849%2018.5224C392.845%2018.5028%20393.717%2018.4968%20393.717%2018.5165C393.719%2018.5363%20392.849%2018.5421%20392.849%2018.5224ZM233.498%208.16191C233.5%208.18139%20234.364%208.0824%20234.358%208.06333C234.356%208.04369%20233.493%208.14262%20233.498%208.16191ZM403.806%2018.4462C403.808%2018.4264%20404.673%2018.4203%20404.673%2018.44C404.676%2018.4597%20403.806%2018.4658%20403.806%2018.4462ZM230.776%208.47924C230.779%208.49848%20231.638%208.39734%20231.632%208.37836C231.627%208.35901%20230.769%208.4601%20230.776%208.47924ZM0.0412336%201.92783C0.0262266%201.90816%200.912403%201.90769%200.896323%201.92747C0.921063%201.9473%200.0312427%201.94752%200.0412336%201.92783ZM433.935%2018.2378C434.542%2018.2331%20435.15%2018.2285%20435.758%2018.2238C435.654%2018.1897%20435.862%2018.167%20436.656%2018.1386C436.048%2018.1276%20435.436%2018.1168%20434.829%2018.1059C434.529%2018.1498%20434.234%2018.1939%20433.935%2018.2378ZM5.44791%201.92637C5.44756%201.91653%205.23254%201.91166%205.03077%201.91174C4.81501%201.91181%204.584%201.91682%204.58916%201.92674C4.60034%201.94637%205.45326%201.94605%205.44791%201.92637ZM445.814%2018.1141C445.814%2018.1245%20445.814%2018.1348%20445.815%2018.1452C446.422%2018.1406%20447.03%2018.1356%20447.637%2018.1308C447.637%2018.1204%20447.637%2018.11%20447.637%2018.0995C447.029%2018.1044%20446.422%2018.1092%20445.814%2018.1141ZM203.62%2012.273C203.623%2012.2922%20204.479%2012.1472%20204.476%2012.1282C204.471%2012.1087%20203.611%2012.2542%20203.62%2012.273ZM359.938%2018.7117C359.636%2018.7134%20359.332%2018.7152%20359.03%2018.7168C359.026%2018.696%20359.022%2018.6751%20359.021%2018.6542C359.323%2018.6525%20359.627%2018.6509%20359.929%2018.6493C359.934%2018.6701%20359.938%2018.6908%20359.938%2018.7117ZM183.619%2017.2691C184.258%2017.3572%20187.059%2017.485%20188.195%2017.5509C188.304%2017.5573%20188.68%2017.6234%20189.549%2017.6451C189.918%2017.6542%20189.974%2017.6501%20190.018%2017.636C189.423%2017.6151%20188.743%2017.571%20188.195%2017.5509C188.146%2017.5319%20188.175%2017.5284%20188.172%2017.5153C188.931%2017.5682%20188.934%2017.5247%20189.037%2017.5282C189.732%2017.5521%20190.3%2017.5925%20190.983%2017.6162C190.965%2017.6142%20190.948%2017.6122%20190.93%2017.6102C190.847%2017.5972%20191.049%2017.5905%20190.464%2017.5627C190.222%2017.5512%20189.807%2017.5321%20189.555%2017.5209C188.851%2017.4891%20189.37%2017.5339%20189.035%2017.5283C188.698%2017.5226%20187.977%2017.4749%20188.169%2017.5153C187.557%2017.4853%20186.984%2017.4539%20186.411%2017.4223C186.974%2017.4274%20187.557%2017.4321%20188.151%2017.4359C187.551%2017.3796%20186.971%2017.3228%20186.4%2017.2652C185.428%2017.2683%20184.502%2017.2702%20183.619%2017.2691ZM362.686%2018.6804C362.684%2018.6608%20363.548%2018.6559%20363.548%2018.6756C363.552%2018.6952%20362.686%2018.7001%20362.686%2018.6804ZM272.233%2018.8449C273.96%2018.8426%20275.186%2018.8521%20275.869%2018.9132C274.119%2018.9163%20272.908%2018.9063%20272.233%2018.8449ZM380.033%2018.5912C379.421%2018.5951%20378.809%2018.5989%20378.199%2018.6028C378.194%2018.5819%20378.19%2018.561%20378.19%2018.5402C378.8%2018.5364%20379.413%2018.5325%20380.025%2018.5287C380.029%2018.5495%20380.033%2018.5704%20380.033%2018.5912ZM248.045%206.61967C248.048%206.63908%20248.907%206.55168%20248.903%206.53243C248.902%206.51274%20248.039%206.60041%20248.045%206.61967ZM380.972%2018.5697C380.968%2018.5501%20381.84%2018.5443%20381.841%2018.564C381.845%2018.5838%20380.973%2018.5894%20380.972%2018.5697ZM140.633%201.90678C140.627%201.88714%20139.767%201.88765%20139.771%201.90733C139.773%201.92696%20140.637%201.92646%20140.633%201.90678ZM314.279%2018.8617C314.275%2018.842%20315.136%2018.8397%20315.136%2018.8594C315.138%2018.879%20314.279%2018.8814%20314.279%2018.8617ZM331.578%2018.6306C331.629%2018.6627%20331.513%2018.7097%20331.601%2018.7389C331.79%2018.8033%20332.78%2018.7745%20333.905%2018.8085C333.744%2018.7671%20333.586%2018.7263%20333.43%2018.6853C334.041%2018.6723%20334.669%2018.6593%20335.261%2018.6462C335.259%2018.6462%20335.257%2018.6462%20335.255%2018.6462C334.041%2018.6412%20332.802%2018.6354%20331.578%2018.6306ZM461.304%2017.975C461.298%2017.9554%20460.443%2017.9623%20460.442%2017.982C460.442%2018.0017%20461.309%2017.9947%20461.304%2017.975ZM337.989%2018.6969C337.989%2018.7177%20337.997%2018.7384%20337.998%2018.7593C338.757%2018.7662%20339.52%2018.7733%20340.278%2018.7802C340.428%2018.7743%20340.58%2018.7687%20340.734%2018.7627C340.425%2018.7381%20340.116%2018.7133%20339.812%2018.6887C339.203%2018.6914%20338.595%2018.6942%20337.989%2018.6969ZM246.661%2018.7565C246.657%2018.7368%20247.516%2018.7424%20247.518%2018.7621C247.522%2018.7818%20246.661%2018.7762%20246.661%2018.7565ZM264.468%205.33606C264.156%205.32279%20263.848%205.30927%20263.534%205.29636C263.085%205.35839%20262.632%205.42097%20262.183%205.48337C260.154%205.59783%20258.229%205.70599%20256.212%205.82668C256.209%205.82695%20256.206%205.82722%20256.203%205.82749C256.534%205.83711%20256.865%205.84673%20257.198%205.85631C257.79%205.80044%20258.376%205.74531%20258.962%205.69061C258.823%205.75608%20258.682%205.82191%20258.542%205.88745C259.465%205.82026%20260.352%205.75717%20261.297%205.6895C262.365%205.56966%20263.422%205.45179%20264.468%205.33606ZM368.174%2018.6174C368.17%2018.5978%20369.041%2018.5925%20369.044%2018.6121C369.048%2018.6318%20368.175%2018.6371%20368.174%2018.6174ZM275.882%201.84764C276.341%201.86305%20276.797%201.87836%20277.25%201.89378C277.397%201.8885%20277.551%201.8833%20277.698%201.87803C277.248%201.86261%20276.793%201.84712%20276.336%201.83171C276.187%201.83699%20276.036%201.84235%20275.882%201.84764ZM423.861%2018.1897C424.319%2018.207%20424.779%2018.2243%20425.238%2018.2418C425.692%2018.2228%20426.147%2018.2037%20426.601%2018.1845C426.601%2018.1793%20426.601%2018.1742%20426.601%2018.169C425.687%2018.1759%20424.773%2018.1828%20423.861%2018.1897ZM220.2%2018.4418C220.203%2018.4222%20221.066%2018.4353%20221.065%2018.4551C221.076%2018.4751%20220.208%2018.4617%20220.2%2018.4418ZM168.046%201.78538C168.051%201.81663%20168.059%201.84788%20168.063%201.87913C168.672%201.87884%20169.282%201.87868%20169.892%201.8784C169.712%201.83861%20170.411%201.81934%20170.786%201.78428C169.873%201.78471%20168.96%201.78495%20168.046%201.78538ZM231.999%2018.5507C232.003%2018.5716%20232.007%2018.5926%20232.006%2018.6134C231.093%2018.6034%20230.188%2018.5931%20229.292%2018.5823C229.292%2018.5719%20229.287%2018.5614%20229.287%2018.551C230.426%2018.5699%20230.986%2018.5526%20231.999%2018.5507ZM321.551%2018.7925C321.551%2018.8029%20321.551%2018.8134%20321.551%2018.8238C322.165%2018.8218%20322.781%2018.8196%20323.398%2018.8175C323.398%2018.8071%20323.398%2018.7966%20323.398%2018.7862C322.781%2018.7883%20322.165%2018.7905%20321.551%2018.7925ZM326.117%2018.7766C326.117%2018.787%20326.117%2018.7974%20326.117%2018.8079C326.722%2018.8057%20327.328%2018.8033%20327.935%2018.8011C327.935%2018.7906%20327.935%2018.7802%20327.935%2018.7698C327.328%2018.772%20326.722%2018.7744%20326.117%2018.7766ZM273.547%204.49959C273.23%204.45374%20272.911%204.40812%20272.595%204.36238C272.301%204.42976%20272.01%204.49702%20271.717%204.56444C270.104%204.67503%20269.02%204.75379%20267.622%204.92601C267.189%204.94909%20266.753%204.97265%20266.319%204.99611C266.59%204.96114%20266.865%204.92594%20267.135%204.89126C266.53%204.94023%20265.92%204.99006%20265.302%205.04087C265.614%205.04934%20265.92%205.05871%20266.226%205.06806C267.151%204.9896%20268.067%204.91294%20268.97%204.83787C268.981%204.86813%20268.992%204.89862%20269.003%204.92889C270.479%204.78744%20272.071%204.63752%20273.547%204.49959ZM268.082%204.77523C268.085%204.79471%20268.937%204.71884%20268.932%204.69961C268.932%204.67987%20268.077%204.75585%20268.082%204.77523ZM190.983%2017.6162C190.893%2017.6253%20191.074%2017.642%20190.963%2017.6479C191.291%2017.6559%20191.709%2017.6833%20191.799%2017.6678C191.886%2017.6532%20191.18%2017.6325%20190.983%2017.6162ZM279.489%201.84599C279.487%201.82633%20278.589%201.82685%20278.609%201.84654C278.595%201.86615%20279.496%201.86566%20279.489%201.84599ZM287.738%201.6389C287.604%201.69485%20288.983%201.717%20288.504%201.77879C288.127%201.8266%20286.884%201.86792%20289.562%201.85679C289.762%201.81085%20290.059%201.76319%20290.299%201.71653C289.395%201.69056%20288.587%201.66545%20287.738%201.6389ZM234.425%208.22878C235.739%208.08461%20236.322%207.99881%20237.136%207.87574C236.299%207.93682%20235.708%207.98238%20234.403%208.13672C234.406%208.16778%20234.417%208.19819%20234.425%208.22878ZM311.537%2018.8065C311.534%2018.7869%20312.411%2018.7846%20312.411%2018.8043C312.414%2018.824%20311.537%2018.8262%20311.537%2018.8065ZM445.772%2018.0362C445.772%2018.0166%20444.906%2018.0234%20444.907%2018.043C444.907%2018.0627%20445.778%2018.0559%20445.772%2018.0362ZM257.586%2018.7693C257.586%2018.7485%20257.582%2018.7277%20257.578%2018.7069C258.188%2018.7094%20258.801%2018.712%20259.416%2018.7144C258.803%2018.7328%20258.193%2018.7511%20257.586%2018.7693ZM272.188%201.7711C272.188%201.79191%20272.192%201.81272%20272.196%201.83354C272.492%201.83354%20272.794%201.83331%20273.11%201.83317C273.11%201.81236%20273.101%201.79155%20273.101%201.77073C272.785%201.77073%20272.485%201.77096%20272.188%201.7711ZM248.608%207.04942C249.501%206.94176%20249.059%206.9396%20249.031%206.91225C249.502%206.87471%20250.269%206.82061%20250.846%206.76129C251.448%206.65921%20252.049%206.55753%20252.644%206.45698C251.429%206.57679%20250.208%206.69877%20249.005%206.82065C248.996%206.85299%20249.056%206.87838%20249.026%206.91281C247.378%207.04418%20246.99%207.06313%20247.179%206.97573C249.961%206.68306%20249.8%206.62678%20250.77%206.45474C249.558%206.56529%20248.356%206.67653%20247.14%206.79084C246.993%206.82694%20246.841%206.86354%20246.689%206.90013C245.298%207.02025%20246.94%206.79592%20244.398%207.07548C244.4%207.07529%20244.402%207.0751%20244.403%207.0749C245.32%207.02594%20246.246%206.97687%20247.168%206.92931C245.063%207.22265%20244.307%207.2224%20244.418%207.13614C243.525%207.24543%20242.592%207.36021%20241.722%207.46918C242.614%207.42549%20244.776%207.21199%20245.782%207.15006C247.257%207.05901%20246.858%207.17482%20248.608%207.04942ZM286.82%2018.8256C286.515%2018.8257%20286.209%2018.8258%20285.905%2018.8257C285.901%2018.8049%20285.897%2018.784%20285.897%2018.7631C286.201%2018.7631%20286.506%2018.7631%20286.811%2018.7632C286.816%2018.784%20286.82%2018.8048%20286.82%2018.8256ZM293.214%201.80864C293.211%201.78895%20292.357%201.78935%20292.358%201.809C292.363%201.8287%20293.219%201.82832%20293.214%201.80864ZM205.544%2018.0861C205.539%2018.0663%20206.427%2018.0881%20206.429%2018.1078C206.432%2018.1276%20205.545%2018.1058%20205.544%2018.0861ZM296.29%202.56798C295.502%202.60134%20294.382%202.65987%20293.576%202.69305C293.583%202.72387%20293.591%202.7546%20293.597%202.78542C294.395%202.72154%20295.509%202.6321%20296.29%202.56798ZM309.664%2018.78C309.513%2018.7856%20309.357%2018.7911%20309.206%2018.7967C308.745%2018.7665%20308.286%2018.7363%20307.823%2018.7061C308.127%2018.7053%20308.432%2018.7045%20308.737%2018.7039C309.047%2018.7292%20309.353%2018.7547%20309.664%2018.78ZM6.36331%201.75407C6.36331%201.77491%206.37008%201.79585%206.37411%201.81669C6.97119%201.81655%207.59633%201.81628%208.19601%201.81614C8.1918%201.79533%208.19029%201.77452%208.18186%201.7537C7.58438%201.75385%206.95819%201.75393%206.36331%201.75407ZM439.362%2018.0553C439.358%2018.0357%20438.5%2018.0422%20438.498%2018.0619C438.499%2018.0815%20439.364%2018.0749%20439.362%2018.0553ZM172.596%201.79911C172.592%201.77942%20171.728%201.77979%20171.732%201.79948C171.732%201.81916%20172.598%201.81876%20172.596%201.79911ZM237.949%2018.6099C237.91%2018.6087%20237.87%2018.6072%20237.831%2018.6058C237.835%2018.6057%20237.838%2018.6055%20237.842%2018.6054C237.835%2018.6052%20237.829%2018.605%20237.822%2018.6049C238.3%2018.5902%20238.779%2018.5755%20239.261%2018.5606C238.821%2018.5772%20238.386%2018.5936%20237.949%2018.6099ZM114.131%201.79399C114.13%201.77429%20113.263%201.77465%20113.265%201.79435C113.271%201.81403%20114.136%201.81362%20114.131%201.79399ZM479.56%2017.7332C479.557%2017.7136%20478.693%2017.7206%20478.696%2017.7403C478.7%2017.7599%20479.564%2017.7528%20479.56%2017.7332ZM263.111%2018.7435C263.106%2018.7238%20263.957%2018.7266%20263.963%2018.7462C263.967%2018.7659%20263.11%2018.7632%20263.111%2018.7435ZM255.341%206.02085C255.34%206.04062%20256.212%205.9564%20256.205%205.93729C256.202%205.91783%20255.33%206.00205%20255.341%206.02085ZM271.303%2018.5617C270.551%2018.6506%20271.007%2018.7655%20267.635%2018.7722C268.762%2018.7066%20269.269%2018.6662%20268.533%2018.5869C269.449%2018.5786%20270.371%2018.5702%20271.297%2018.5617C271.299%2018.5617%20271.301%2018.5617%20271.303%2018.5617ZM156.158%201.69658C156.158%201.707%20156.161%201.71747%20156.161%201.72789C156.756%201.72789%20157.357%201.72807%20157.953%201.72807C157.966%201.74845%20157.981%201.76903%20157.998%201.78941C158.302%201.78927%20158.607%201.78919%20158.912%201.78904C159.208%201.75766%20159.513%201.72631%20159.809%201.69493C158.591%201.69548%20157.374%201.69603%20156.158%201.69658ZM164.369%201.77128C164.369%201.75159%20163.502%201.75196%20163.506%201.77165C163.506%201.79133%20164.371%201.79093%20164.369%201.77128ZM295.015%201.7299C296.742%201.72162%20297.537%201.73775%20298.695%201.77458C298.855%201.7797%20298.999%201.78207%20299.132%201.78247C299.185%201.78253%20299.227%201.78324%20299.26%201.785C299.305%201.79455%20299.285%201.76318%20299.418%201.82904C299.455%201.83852%20299.556%201.99311%20299.494%202.1011C299.445%202.19175%20299.409%202.19437%20299.391%202.20751C299.354%202.22513%20299.339%202.2267%20299.326%202.23037C299.316%202.23293%20299.306%202.23504%20299.296%202.2371C299.256%202.24516%20299.208%202.25289%20299.146%202.26186C299.029%202.27907%20298.815%202.30411%20298.767%202.31291C298.596%202.33811%20298.4%202.36644%20298.148%202.39544C298.405%202.37811%20298.622%202.36342%20298.799%202.35136C298.821%202.34985%20298.842%202.34838%20298.863%202.34696C298.9%202.34382%20298.95%202.33937%20298.989%202.33589C299.069%202.32862%20299.136%202.3222%20299.191%202.31641C299.246%202.31048%20299.287%202.30587%20299.326%202.2992C299.337%202.29598%20299.336%202.30148%20299.401%202.278C299.417%202.2703%20299.439%202.26371%20299.481%202.22911C299.516%202.20505%20299.62%202.07804%20299.568%201.92165C299.43%201.67182%20299.376%201.75323%20299.351%201.72628C299.263%201.70962%20299.228%201.71317%20299.132%201.71107C298.539%201.69634%20297.93%201.68168%20297.31%201.66691C296.565%201.68789%20295.804%201.70878%20295.015%201.7299ZM328.814%2018.6881C328.813%2018.6684%20327.947%2018.6718%20327.951%2018.6915C327.953%2018.7112%20328.818%2018.7078%20328.814%2018.6881ZM345.304%2018.6161C345.46%2018.6205%20345.611%2018.6251%20345.767%2018.6295C346.228%2018.6117%20346.678%2018.5938%20347.128%2018.576C346.975%2018.5716%20346.827%2018.567%20346.674%2018.5626C346.229%2018.5803%20345.76%2018.5983%20345.304%2018.6161ZM261.231%201.7136C261.231%201.73442%20261.24%201.75523%20261.24%201.77604C261.855%201.77576%20262.467%201.7756%20263.074%201.77531C263.07%201.75447%20263.066%201.73353%20263.066%201.71269C262.458%201.71297%20261.847%201.71332%20261.231%201.7136ZM192.946%2014.6483C192.017%2014.8529%20191.166%2015.0488%20190.273%2015.2666C189.34%2015.4513%20188.451%2015.6385%20187.608%2015.8291C187.914%2015.8069%20188.225%2015.7852%20188.542%2015.7639C189.173%2015.598%20190.077%2015.3538%20190.689%2015.2107C191.693%2014.9779%20190.709%2015.2604%20191.645%2015.0447C192.064%2014.9138%20192.505%2014.7797%20192.946%2014.6483ZM272.164%201.61491C269.398%201.62163%20269.285%201.68974%20269.478%201.77238C271.437%201.73655%20272.389%201.6927%20272.164%201.61491ZM254.434%206.18721C254.639%206.12822%20252.597%206.29199%20251.691%206.39429C251.697%206.41459%20251.703%206.43488%20251.706%206.45559C252.619%206.36483%20253.529%206.27536%20254.434%206.18721ZM266.711%2018.7385C266.406%2018.7377%20266.102%2018.737%20265.798%2018.736C265.794%2018.7152%20265.79%2018.6942%20265.79%2018.6734C266.093%2018.6742%20266.398%2018.6751%20266.703%2018.6761C266.707%2018.6969%20266.711%2018.7177%20266.711%2018.7385ZM277.681%201.75315C277.681%201.75834%20277.681%201.76353%20277.681%201.76872C278.838%201.76815%20280.145%201.7675%20281.355%201.76707C281.509%201.72212%20280.917%201.70203%20279.952%201.67405C279.171%201.70044%20278.413%201.72677%20277.681%201.75315ZM295.481%2018.6955C295.943%2018.7159%20296.402%2018.7362%20296.861%2018.7564C296.251%2018.7571%20295.642%2018.7579%20295.035%2018.7584C295.031%2018.7376%20295.027%2018.7168%20295.027%2018.696C295.178%2018.6958%20295.33%2018.6957%20295.481%2018.6955ZM321.917%2018.5733C320.385%2018.5787%20318.889%2018.6256%20317.863%2018.6637C320.285%2018.6718%20322.805%2018.6791%20325.193%2018.6861C324.111%2018.6485%20323.025%2018.611%20321.917%2018.5733ZM279.021%203.95536C279.029%203.97445%20279.905%203.90112%20279.898%203.88201C279.898%203.86229%20279.019%203.93579%20279.021%203.95536ZM351.672%2018.5691C353.648%2018.5094%20354.551%2018.5655%20356.708%2018.5379C357.62%2018.5264%20359.53%2018.4399%20358.979%2018.4051C357.936%2018.4313%20356.849%2018.4576%20355.785%2018.4837C354.401%2018.4497%20353.024%2018.4154%20351.649%2018.3812C351.653%2018.4439%20351.672%2018.5059%20351.672%2018.5691ZM210.066%201.70518C210.066%201.71556%20210.065%201.72593%20210.069%201.73631C210.678%201.73602%20211.287%201.73586%20211.893%201.73558C211.893%201.72516%20211.894%201.71469%20211.89%201.70427C211.284%201.70455%20210.675%201.7049%20210.066%201.70518ZM338.857%2018.5836C338.856%2018.5639%20337.992%2018.5679%20337.997%2018.5875C337.998%2018.6072%20338.861%2018.6032%20338.857%2018.5836ZM192.943%2014.5689C192.945%2014.5879%20193.818%2014.394%20193.813%2014.3756C193.807%2014.3562%20192.933%2014.5503%20192.943%2014.5689ZM198.168%201.61656C198.173%201.6478%20198.181%201.67907%20198.185%201.71031C198.796%201.71002%20199.407%201.70972%20200.016%201.70958C200.012%201.67833%20200.004%201.64707%20199.999%201.61583C199.39%201.61611%20198.779%201.61642%20198.168%201.61656ZM257.556%201.59019C257.727%201.63211%20257.419%201.7526%20259.394%201.67772C259.496%201.67386%20259.412%201.61423%20260.279%201.6021C260.968%201.59253%20262.334%201.59631%20262.119%201.55705C260.925%201.54649%20259.624%201.53734%20258.454%201.52721C258.154%201.54816%20257.857%201.56895%20257.556%201.59019ZM399.173%2018.1818C399.173%2018.2026%20399.177%2018.2235%20399.182%2018.2443C399.785%2018.2193%20400.392%2018.1941%20400.997%2018.1691C400.388%2018.1733%20399.78%2018.1775%20399.173%2018.1818ZM224.498%209.49687C224.502%209.51602%20225.363%209.40808%20225.355%209.38933C225.354%209.36952%20224.495%209.47728%20224.498%209.49687ZM237.445%201.63048C237.445%201.65129%20237.453%201.6721%20237.453%201.69291C237.752%201.69291%20238.068%201.69269%20238.375%201.69255C238.375%201.67174%20238.37%201.65092%20238.366%201.63011C238.06%201.63025%20237.744%201.63033%20237.445%201.63048ZM164.352%201.67735C164.352%201.65766%20163.485%201.65803%20163.489%201.67772C163.489%201.6974%20164.355%201.697%20164.352%201.67735ZM254.812%2018.5845C254.809%2018.5649%20253.956%2018.5607%20253.96%2018.5804C253.96%2018.6001%20254.816%2018.6043%20254.812%2018.5845ZM274.003%201.58287C274.007%201.61411%20274.017%201.64538%20274.017%201.67662C274.636%201.67633%20275.249%201.67599%20275.857%201.6757C276.027%201.64458%20275.241%201.57373%20274.003%201.58287ZM376.324%2018.3019C376.324%2018.3227%20376.329%2018.3435%20376.333%2018.3642C376.942%2018.3605%20377.553%2018.3567%20378.163%2018.3529C378.163%2018.332%20378.159%2018.3113%20378.155%2018.2905C377.544%2018.2943%20376.933%2018.2981%20376.324%2018.3019ZM241.326%207.68283C242.028%207.61729%20242.841%207.51805%20243.567%207.44594C242.501%207.51621%20241.429%207.58908%20240.352%207.66391C240.251%207.67737%20240.149%207.69079%20240.047%207.70425C238.687%207.89034%20239.831%207.82245%20241.326%207.68283ZM208.259%2018.0104C207.667%2017.9969%20207.081%2017.983%20206.438%2017.9673C206.434%2017.9568%20206.433%2017.9463%20206.433%2017.9359C207.075%2017.9515%20207.663%2017.9655%20208.255%2017.979C208.258%2017.9895%20208.26%2018%20208.259%2018.0104ZM234.479%208.33265C234.481%208.35213%20235.345%208.25388%20235.338%208.23496C235.336%208.21533%20234.475%208.31326%20234.479%208.33265ZM291.43%2018.652C291.426%2018.6324%20292.278%2018.6319%20292.282%2018.6516C292.283%2018.6712%20291.43%2018.6717%20291.43%2018.652ZM297.271%202.58078C297.27%202.57041%20297.271%202.55984%20297.266%202.54981C296.235%202.63614%20295.519%202.69368%20294.478%202.77745C294.479%202.78783%20294.481%202.79816%20294.487%202.80817C295.526%202.72453%20296.242%202.66698%20297.271%202.58078ZM221.753%209.86413C220.847%209.98207%20219.963%2010.0989%20219.039%2010.223C219.04%2010.2333%20219.043%2010.2434%20219.049%2010.2531C220.214%2010.0913%20220.753%2010.0445%20221.769%209.92516C221.767%209.90449%20221.76%209.88426%20221.753%209.86413ZM325.184%2018.5611C325.184%2018.5715%20325.184%2018.5819%20325.184%2018.5924C326.392%2018.5775%20327.602%2018.5626%20328.819%2018.5475C328.819%2018.537%20328.819%2018.5266%20328.818%2018.5162C327.601%2018.5313%20326.392%2018.5462%20325.184%2018.5611ZM242.018%2018.3316C240.036%2018.3507%20239.061%2018.3854%20239.287%2018.4653C239.594%2018.4474%20239.903%2018.4294%20240.208%2018.4112C241.118%2018.4186%20242.031%2018.4258%20242.956%2018.4326C242.958%2018.4327%20242.96%2018.4328%20242.962%2018.4329C242.648%2018.3992%20242.335%2018.3655%20242.018%2018.3316ZM202.813%2012.6972C202.816%2012.7165%20203.663%2012.5706%20203.659%2012.5517C203.654%2012.5322%20202.805%2012.6784%20202.813%2012.6972ZM336.141%2018.4861C336.749%2018.5044%20337.353%2018.5224%20337.963%2018.5406C337.963%2018.5198%20337.959%2018.499%20337.955%2018.4782C337.349%2018.4808%20336.745%2018.4836%20336.141%2018.4861ZM256.261%206.07342C256.262%206.07327%20256.263%206.07312%20256.264%206.07297C255.647%206.13224%20255.051%206.19%20254.449%206.24873C254.451%206.26945%20254.457%206.28976%20254.463%206.31007C254.611%206.29572%20254.763%206.28101%20254.911%206.26673C255.356%206.20259%20255.804%206.13819%20256.261%206.07342ZM183.403%2017.5175C183.377%2017.472%20183.351%2017.426%20183.328%2017.379C183.108%2017.4664%20182.896%2017.5539%20182.692%2017.6415L182.578%2016.9629C183.193%2017.0064%20183.834%2017.049%20184.5%2017.0904C184.401%2017.0779%20184.302%2017.0653%20184.204%2017.0528C183.595%2016.9696%20183.48%2016.9195%20183.591%2016.8754C183.25%2016.8529%20182.916%2016.83%20182.589%2016.8069L182.754%2017.7852C182.962%2017.6959%20183.178%2017.6067%20183.403%2017.5175ZM196.37%2017.6257C196.37%2017.6061%20195.54%2017.5765%20195.522%2017.5955C195.543%2017.6161%20196.371%2017.6455%20196.37%2017.6257ZM299.569%2018.6121C299.568%2018.5925%20298.695%2018.5936%20298.698%2018.6133C298.702%2018.633%20299.57%2018.6318%20299.569%2018.6121ZM164.36%201.56804C164.36%201.58885%20164.369%201.60966%20164.369%201.63048C164.977%201.63019%20165.585%201.63003%20166.193%201.62974C166.193%201.60893%20166.185%201.58812%20166.185%201.56731C165.576%201.56759%20164.968%201.5679%20164.36%201.56804ZM168.935%201.6129C169.085%201.61803%20169.24%201.62315%20169.394%201.62828C169.849%201.61244%20170.305%201.59688%20170.756%201.58104C170.601%201.5759%20170.449%201.57061%20170.294%201.56547C169.84%201.58131%20169.386%201.59721%20168.935%201.6129ZM210.931%2011.4683C210.928%2011.4477%20210.917%2011.4283%20210.913%2011.4078C210.332%2011.4951%20209.703%2011.591%20209.1%2011.6843C209.103%2011.7049%20209.111%2011.7248%20209.118%2011.7447C209.721%2011.6513%20210.35%2011.5555%20210.931%2011.4683ZM220.996%201.54405C220.996%201.56486%20221.004%201.58568%20221.004%201.60649C221.306%201.60649%20221.609%201.60627%20221.911%201.60612C221.911%201.58528%20221.906%201.56434%20221.902%201.5435C221.601%201.5435%20221.298%201.54391%20220.996%201.54405ZM286.761%2018.5912C286.76%2018.5716%20285.892%2018.5717%20285.897%2018.5914C285.902%2018.611%20286.765%2018.6109%20286.761%2018.5912ZM270.422%205.02323C272.233%204.78454%20274.137%204.64394%20276.752%204.41202C277.67%204.3306%20277.265%204.30674%20278.125%204.21938C277.229%204.27823%20276.327%204.33988%20275.398%204.40331C275.564%204.41007%20275.728%204.41698%20275.893%204.42388C275.133%204.49908%20274.322%204.5792%20273.596%204.65233C273.578%204.63313%20273.565%204.61344%20273.547%204.59424C272.669%204.67001%20271.776%204.74765%20270.865%204.82742C270.723%204.91222%20268.36%205.14342%20270.422%205.02323ZM256.628%201.4655C256.029%201.50747%20255.421%201.54947%20254.816%201.59129C255.736%201.59101%20256.65%201.59034%20257.556%201.59019C257.552%201.5483%20257.545%201.5067%20257.536%201.46495C257.235%201.46509%20256.931%201.46536%20256.628%201.4655ZM342.517%2018.4261C342.517%2018.4365%20342.517%2018.447%20342.517%2018.4574C343.128%2018.4546%20343.741%2018.4517%20344.354%2018.4487C344.354%2018.4382%20344.354%2018.4278%20344.354%2018.4173C343.741%2018.4203%20343.128%2018.4231%20342.517%2018.4261ZM357.603%2018.3183C356.584%2018.362%20355.695%2018.3282%20354.394%2018.3357C355.158%2018.3524%20355.924%2018.369%20356.691%2018.3857C357.148%2018.3675%20357.607%2018.3494%20358.066%2018.3313C357.91%2018.327%20357.758%2018.3227%20357.603%2018.3183ZM361.683%2018.3424C361.683%2018.3227%20360.819%2018.3277%20360.823%2018.3473C360.825%2018.3669%20361.687%2018.362%20361.683%2018.3424ZM261.258%2018.4872C262.198%2018.5061%20263.056%2018.5249%20263.956%2018.5429C264.17%2018.5018%20263.738%2018.4566%20263.512%2018.4175C263.469%2018.4072%20263.427%2018.3969%20263.385%2018.3865C263.276%2018.3548%20263.126%2018.3238%20262.128%2018.3179C261.86%2018.3747%20261.544%2018.4307%20261.258%2018.4872ZM208.191%201.56529C208.187%201.5456%20207.321%201.54598%20207.325%201.56566C207.325%201.58534%20208.194%201.58495%20208.191%201.56529ZM277.632%201.45598C278.511%201.46597%20279.458%201.47602%20280.387%201.48601C280.388%201.48607%20280.389%201.48613%20280.39%201.48619C280.703%201.51731%20281.018%201.54846%20281.324%201.57957C281.32%201.5379%20281.313%201.49618%20281.304%201.45451C280.092%201.45509%20278.791%201.45555%20277.632%201.45598ZM285.854%201.56181C285.851%201.54215%20284.968%201.54255%20284.969%201.56218C284.97%201.58188%20285.86%201.58151%20285.854%201.56181ZM302.791%2018.4973C302.339%2018.5189%20301.901%2018.5406%20301.437%2018.5622C302.053%2018.5612%20302.645%2018.5601%20303.25%2018.559C303.25%2018.5382%20303.246%2018.5173%20303.242%2018.4964C303.093%2018.4967%20302.94%2018.4969%20302.791%2018.4973ZM226.334%209.47241C225.571%209.53525%20224.82%209.59778%20224.045%209.66445C223.896%209.68863%20223.746%209.713%20223.593%209.73762C224.423%209.65494%20224.638%209.64801%20224.526%209.69818C225.138%209.62092%20225.73%209.54704%20226.334%209.47241ZM176.228%201.54753C176.23%201.54753%20176.232%201.54753%20176.233%201.54753C176.388%201.55266%20176.538%201.55778%20176.692%201.56291C177.146%201.54707%20177.602%201.53133%20178.053%201.51549C177.898%201.51035%20177.746%201.50525%20177.592%201.50011C177.137%201.51594%20176.682%201.53184%20176.228%201.54753ZM181.259%201.5609C181.401%201.50867%20181.548%201.45657%20181.69%201.40434C180.774%201.39949%20179.859%201.39473%20178.947%201.38988C179.717%201.44689%20180.486%201.50389%20181.259%201.5609ZM337.954%2018.4469C339.835%2018.4417%20341.235%2018.4385%20342.511%2018.3792C342.055%2018.3852%20341.598%2018.3913%20341.143%2018.3973C340.551%2018.391%20339.955%2018.3849%20339.364%2018.3785C338.894%2018.4014%20338.423%2018.4241%20337.954%2018.4469ZM115.476%201.5587C115.927%201.53772%20116.377%201.51651%20116.831%201.49553C115.92%201.48554%20115.007%201.47563%20114.103%201.4655C114.561%201.4966%20115.016%201.5276%20115.476%201.5587ZM188.087%201.43309C187.792%201.47489%20187.493%201.51671%20187.197%201.55852C188.927%201.53526%20189.179%201.4922%20189%201.43273C188.694%201.43273%20188.391%201.43295%20188.087%201.43309ZM286.788%201.45213C287.871%201.48296%20288.902%201.51359%20289.956%201.54442C290.113%201.53914%20290.274%201.53377%20290.429%201.52849C290.113%201.49211%20289.773%201.45592%20289.486%201.41954C288.604%201.43039%20287.707%201.44129%20286.788%201.45213ZM294.546%2018.4775C294.094%2018.4988%20293.642%2018.5201%20293.192%2018.5413C293.795%2018.5408%20294.401%2018.5402%20295.007%2018.5397C295.007%2018.5188%20295.007%2018.4979%20294.999%2018.477C294.85%2018.4771%20294.695%2018.4773%20294.546%2018.4775ZM231.021%201.52391C231.017%201.50421%20230.144%201.50458%20230.148%201.52428C230.148%201.54396%20231.023%201.54355%20231.021%201.52391ZM218.181%2010.5282C218.178%2010.5076%20218.171%2010.4874%20218.164%2010.4673C217.861%2010.5083%20217.558%2010.5498%20217.257%2010.5912C217.26%2010.6118%20217.267%2010.632%20217.274%2010.6521C217.575%2010.6108%20217.878%2010.5693%20218.181%2010.5282ZM216.363%2010.7464C215.181%2010.9005%20213.938%2011.0667%20212.735%2011.2323C212.738%2011.253%20212.746%2011.2731%20212.753%2011.2931C214.161%2011.081%20215.17%2010.9528%20216.38%2010.8073C216.377%2010.7867%20216.37%2010.7665%20216.363%2010.7464ZM328.793%2018.3286C328.797%2018.3598%20328.8%2018.3911%20328.804%2018.4223C329.566%2018.4297%20330.329%2018.4373%20331.095%2018.4445C331.245%2018.4387%20331.401%2018.4331%20331.552%2018.4273C330.936%2018.3933%20330.318%2018.3593%20329.704%2018.3251C329.4%2018.3262%20329.096%2018.3273%20328.793%2018.3286ZM333.387%2018.3729C333.387%2018.3937%20333.391%2018.4145%20333.395%2018.4353C334.001%2018.412%20334.63%2018.3886%20335.221%2018.3651C334.626%2018.3676%20333.997%2018.3704%20333.387%2018.3729ZM175.294%201.4395C173.634%201.43096%20171.539%201.51651%20173.955%201.52922C174.769%201.5335%20175.695%201.45977%20175.294%201.4395ZM201.951%2012.991C201.95%2012.9807%20201.946%2012.9707%20201.941%2012.9611C201.364%2013.063%20200.722%2013.1787%20200.126%2013.2885C200.128%2013.2987%20200.128%2013.3093%20200.134%2013.3188C200.731%2013.2089%20201.375%2013.0929%20201.951%2012.991ZM245.681%2018.359C245.681%2018.3694%20245.682%2018.3799%20245.686%2018.3904C246.286%2018.3945%20246.89%2018.3986%20247.496%2018.4025C247.496%2018.3921%20247.495%2018.3816%20247.491%2018.3711C246.885%2018.3672%20246.281%2018.3631%20245.681%2018.359ZM346.186%2018.3458C346.186%2018.3563%20346.186%2018.3667%20346.186%2018.3771C346.794%2018.3742%20347.396%2018.3713%20348.001%2018.3683C348.001%2018.3579%20348.001%2018.3474%20348.001%2018.337C347.395%2018.34%20346.794%2018.3429%20346.186%2018.3458ZM273.519%201.45799C273.055%201.47897%20272.589%201.50019%20272.153%201.52116C272.731%201.52088%20273.382%201.52053%20273.995%201.52025C273.99%201.49944%20273.983%201.47862%20273.983%201.45781C273.831%201.45781%20273.672%201.45785%20273.519%201.45799ZM255.863%206.33119C258.447%206.0213%20260.751%205.87255%20263.604%205.60365C262.846%205.64326%20262.081%205.68393%20261.312%205.72565C259.329%205.91908%20257.383%206.1124%20255.389%206.31425C255.542%206.32027%20255.701%206.32592%20255.863%206.33119ZM72.9742%201.51402C72.6723%201.51417%2072.3704%201.51439%2072.0707%201.51439C72.0666%201.49358%2072.0597%201.47276%2072.0597%201.45195C72.3594%201.45195%2072.6612%201.45158%2072.9632%201.45158C72.9673%201.47243%2072.9742%201.49318%2072.9742%201.51402ZM206.405%2017.7006C207.696%2017.7268%20208.789%2017.7465%20210.022%2017.768C209.722%2017.8033%20209.428%2017.8386%20209.131%2017.8737C210.326%2017.8899%20211.552%2017.9052%20212.803%2017.9195C213.18%2017.7845%20210.84%2017.7211%20207.329%2017.6133C207.032%2017.6427%20206.712%2017.6716%20206.405%2017.7006ZM171.622%201.3452C169.878%201.36419%20168.505%201.36206%20166.64%201.38475C164.776%201.40745%20163.93%201.42814%20164.338%201.5045C164.34%201.5045%20164.342%201.5045%20164.344%201.5045C166.048%201.49678%20166.811%201.42404%20168.625%201.4146C170.444%201.40518%20171.505%201.45446%20171.622%201.3452ZM225.543%2018.1441C225.543%2018.1244%20224.67%2018.1125%20224.674%2018.1324C224.674%2018.152%20225.544%2018.1639%20225.543%2018.1441ZM243.835%201.50267C244.135%201.50267%20244.436%201.50226%20244.735%201.50212C244.894%201.4429%20244.646%201.39982%20242.911%201.37798C242.909%201.37798%20242.907%201.37798%20242.906%201.37798C243.217%201.41952%20243.525%201.46113%20243.835%201.50267ZM279.082%204.20127C279.085%204.22072%20279.965%204.14713%20279.958%204.128C279.958%204.10821%20279.079%204.18175%20279.082%204.20127ZM237.451%2018.2302C237.451%2018.251%20237.455%2018.2718%20237.459%2018.2927C238.059%2018.2981%20238.662%2018.3036%20239.269%2018.3088C239.269%2018.2879%20239.265%2018.2671%20239.261%2018.2462C238.655%2018.2411%20238.051%2018.2356%20237.451%2018.2302ZM470.385%2017.4952C470.378%2017.4757%20469.517%2017.4827%20469.519%2017.5023C469.52%2017.522%20470.389%2017.5149%20470.385%2017.4952ZM188.106%2017.1208C188.104%2017.1013%20187.264%2017.0577%20187.267%2017.0772C187.263%2017.097%20188.107%2017.1408%20188.106%2017.1208ZM239.559%208.12576C240.551%208.03164%20240.62%207.9841%20241.517%207.88817C243.123%207.71673%20244.479%207.57059%20243.147%207.64703C241.802%207.81089%20240.431%207.97927%20239.084%208.14808C239.977%207.99771%20240.874%207.84823%20241.769%207.69986C240.563%207.85013%20239.352%208.00266%20238.149%208.15681C238.142%208.1363%20238.136%208.11617%20238.133%208.09548C238.132%208.09552%20238.132%208.09557%20238.131%208.09561C237.525%208.1625%20236.919%208.22988%20236.315%208.29778C236.317%208.31849%20236.319%208.33929%20236.33%208.35908C236.934%208.29135%20237.539%208.22398%20238.149%208.15681C237.984%208.22077%20238.231%208.25213%20239.559%208.12576ZM291.352%201.45012C291.352%201.4605%20291.353%201.47087%20291.357%201.48125C292.605%201.48068%20293.765%201.48021%20294.977%201.47978C294.977%201.45897%20294.973%201.43797%20294.969%201.41716C293.757%201.42815%20292.599%201.43913%20291.352%201.45012ZM299.178%202.56639C299.108%202.57719%20299.129%202.57897%20299.206%202.57425C299.244%202.57182%20299.29%202.56856%20299.342%202.56238C299.355%202.56074%20299.368%202.55888%20299.385%202.5561C299.398%202.55327%20299.383%202.55781%20299.428%202.54657C299.474%202.51502%20299.478%202.59788%20299.729%202.35002C299.791%202.27664%20299.874%202.10326%20299.838%201.91527C299.805%201.72856%20299.697%201.62453%20299.636%201.57583C299.506%201.4814%20299.461%201.4847%20299.423%201.47121C299.354%201.45487%20299.331%201.45492%20299.302%201.45178C299.249%201.44737%20299.2%201.44604%20299.132%201.44522C298.54%201.42296%20297.393%201.39993%20296.861%201.42137C296.551%201.43403%20298.226%201.48787%20299.132%201.4805C299.193%201.48043%20299.24%201.48091%20299.287%201.48353C299.312%201.48518%20299.334%201.48616%20299.378%201.49359C299.401%201.49822%20299.427%201.50181%20299.486%201.5241C299.531%201.55719%20299.689%201.55732%20299.802%201.88694C299.846%202.05065%20299.784%202.22758%20299.725%202.30604C299.665%202.3906%20299.616%202.42277%20299.581%202.44674C299.512%202.49056%20299.482%202.49799%20299.457%202.50774C299.408%202.52419%20299.392%202.52628%20299.386%202.52796C299.37%202.53192%20299.356%202.5349%20299.342%202.53768C299.289%202.54842%20299.237%202.55701%20299.178%202.56639ZM216.885%2017.9958C217.642%2017.9986%20218.409%2018.001%20219.183%2018.0032C219.183%2017.9928%20219.182%2017.9823%20219.177%2017.9718C217.936%2017.9412%20216.712%2017.9096%20215.513%2017.8774C215.968%2017.917%20216.424%2017.9565%20216.885%2017.9958ZM205.609%2012.5897C205.276%2012.6133%20204.948%2012.6363%20204.619%2012.6604C204.022%2012.7388%20203.431%2012.8179%20202.848%2012.8975C204.327%2012.6618%20205.902%2012.4219%20207.366%2012.2099C205.114%2012.4381%20201.908%2012.9921%20200.187%2013.4506C200.494%2013.4212%20200.8%2013.3924%20201.111%2013.3633C202.618%2013.0918%20204.064%2012.8439%20205.609%2012.5897ZM263.91%201.44664C263.91%201.42696%20263.047%201.42736%20263.049%201.44701C263.05%201.4667%20263.914%201.46633%20263.91%201.44664ZM255.705%2018.3231C255.705%2018.3439%20255.713%2018.3649%20255.713%2018.3857C256.317%2018.3885%20256.925%2018.3913%20257.535%2018.3939C257.535%2018.3731%20257.531%2018.3521%20257.526%2018.3312C256.917%2018.3287%20256.309%2018.3259%20255.705%2018.3231ZM267.557%201.44499C267.558%201.42529%20266.674%201.42566%20266.677%201.44536C266.678%201.46501%20267.56%201.46461%20267.557%201.44499ZM260.268%2018.3894C260.265%2018.3698%20259.39%2018.3664%20259.394%2018.386C259.394%2018.4057%20260.272%2018.4091%20260.268%2018.3894ZM267.58%2018.3659C267.58%2018.3868%20267.584%2018.4076%20267.589%2018.4284C268.506%2018.4308%20269.429%2018.4331%20270.357%2018.4349C270.355%2018.4349%20270.353%2018.4349%20270.351%2018.4349C270.351%2018.4297%20270.351%2018.4245%20270.351%2018.4193C269.501%2018.3854%20268.9%2018.3638%20267.58%2018.3659ZM283.107%201.39116C283.107%201.41197%20283.115%201.43279%20283.115%201.4536C283.117%201.4536%20283.119%201.4536%20283.121%201.4536C283.725%201.43248%20284.269%201.41136%20284.914%201.39025C284.265%201.39053%20283.716%201.39088%20283.107%201.39116ZM283.552%2018.3255C281.026%2018.3322%20280.231%2018.3578%20280.409%2018.4488C281.025%2018.4181%20281.625%2018.3872%20282.221%2018.3562C283.424%2018.3671%20284.631%2018.3778%20285.852%2018.3881C286.016%2018.3192%20285.398%2018.3204%20283.552%2018.3255ZM285.827%2018.435C285.826%2018.4153%20284.961%2018.4153%20284.966%2018.435C284.971%2018.4546%20285.831%2018.4547%20285.827%2018.435ZM298.256%202.82536C296.994%202.89537%20297.313%202.81861%20297.317%202.76529C294.958%202.96288%20294.359%203.05662%20294.567%203.1153C295.236%203.06423%20295.841%203.01791%20296.379%202.97638C296.716%202.95014%20297.055%202.92333%20297.348%202.89995C297.659%202.87496%20297.852%202.85996%20298.256%202.82536ZM238.324%201.37999C238.94%201.40055%20239.564%201.42114%20240.176%201.4417C240.176%201.42086%20240.167%201.39992%20240.167%201.37908C239.555%201.37936%20238.94%201.37971%20238.324%201.37999ZM289.581%203.57725C292.13%203.2918%20289.384%203.45282%20287.279%203.57427C286.984%203.63979%20286.673%203.70715%20286.378%203.7725C287.085%203.71927%20287.984%203.63593%20288.588%203.59409C289.617%203.52248%20288.548%203.65227%20289.581%203.57725ZM210.1%2011.7365C210.112%2011.7543%20210.957%2011.6263%20210.949%2011.6078C210.945%2011.5883%20210.1%2011.7164%20210.1%2011.7365ZM250.196%201.42156C250.192%201.40186%20249.335%201.40223%20249.338%201.42192C249.343%201.4416%20250.199%201.4412%20250.196%201.42156ZM198.402%2013.8036C198.392%2013.7737%20198.381%2013.7441%20198.371%2013.7141C198.077%2013.7706%20197.8%2013.8247%20197.496%2013.8845C197.506%2013.9143%20197.515%2013.9445%20197.525%2013.9743C197.829%2013.9148%20198.108%2013.8603%20198.402%2013.8036ZM341.557%2018.2899C341.557%2018.2702%20340.688%2018.2743%20340.693%2018.294C340.695%2018.3136%20341.561%2018.3095%20341.557%2018.2899ZM346.152%2018.268C346.151%2018.2483%20345.276%2018.2527%20345.28%2018.2723C345.282%2018.2919%20346.156%2018.2876%20346.152%2018.268ZM306.851%2018.3018C307.018%2018.341%20306.327%2018.362%20305.953%2018.3975C306.56%2018.3963%20307.17%2018.3947%20307.78%2018.3934C307.776%2018.3622%20307.77%2018.3309%20307.766%2018.2997C307.461%2018.3003%20307.155%2018.3011%20306.851%2018.3018ZM237.441%2018.1363C238.044%2018.1628%20238.646%2018.1889%20239.256%2018.2149C239.252%2018.194%20239.256%2018.1733%20239.248%2018.1524C238.642%2018.1472%20238.04%2018.1418%20237.441%2018.1363ZM248.378%2018.1893C248.378%2018.2205%20248.385%2018.2518%20248.389%2018.2831C249.61%2018.2993%20250.395%2018.2327%20250.214%2018.2004C249.599%2018.1968%20248.987%2018.193%20248.378%2018.1893ZM347.962%2018.2279C347.961%2018.2082%20347.106%2018.2125%20347.107%2018.232C347.107%2018.2517%20347.965%2018.2475%20347.962%2018.2279ZM265.706%201.38329C265.703%201.3636%20264.853%201.36398%20264.856%201.38365C264.861%201.40334%20265.71%201.40295%20265.706%201.38329ZM189.508%2015.7673C188.902%2015.9031%20188.32%2016.0389%20187.759%2016.1764C187.764%2016.1965%20187.778%2016.2145%20187.783%2016.2345C188.335%2016.078%20188.911%2015.922%20189.508%2015.7673ZM185.551%2016.8102C184.573%2016.7805%20186.766%2016.9859%20187.1%2016.9894C187.986%2017.0093%20186.048%2016.8285%20185.551%2016.8102ZM292.249%201.29338C291.024%201.28539%20290.214%201.35679%20290.406%201.38805C291.35%201.38762%20292.274%201.38719%20293.172%201.38677C292.776%201.35152%20292.07%201.33403%20292.249%201.29338ZM215.5%2011.1451C216.965%2010.9899%20217.527%2010.8419%20217.358%2010.8317C218.243%2010.7084%20219.153%2010.5858%20220.052%2010.4657C220.191%2010.4159%20220.335%2010.3654%20220.478%2010.315C219.745%2010.4282%20218.967%2010.5486%20218.219%2010.6664C216.897%2010.7862%20215.567%2011.0129%20213.706%2011.2825C214.555%2011.1732%20215.242%2011.1723%20215.5%2011.1451ZM241.977%2018.1906C241.976%2018.171%20241.101%2018.164%20241.105%2018.1837C241.106%2018.2034%20241.98%2018.2104%20241.977%2018.1906ZM189.03%2016.9945C189.028%2017.0154%20189.032%2017.0365%20189.035%2017.0575C189.343%2017.0726%20189.655%2017.0871%20189.97%2017.1017C189.971%2017.0809%20189.968%2017.0599%20189.965%2017.0389C189.649%2017.0242%20189.337%2017.0094%20189.03%2016.9945ZM297.693%2018.3333C297.692%2018.3136%20296.822%2018.3147%20296.827%2018.3344C296.829%2018.3541%20297.697%2018.3529%20297.693%2018.3333ZM225.476%209.73659C225.475%209.72625%20225.475%209.71569%20225.47%209.70586C224.875%209.78014%20224.257%209.85808%20223.652%209.935C223.653%209.94534%20223.653%209.9559%20223.658%209.96571C224.263%209.88866%20224.881%209.81072%20225.476%209.73659ZM245.614%201.28295C245.614%201.30376%20245.622%201.32457%20245.622%201.34539C245.931%201.34538%20246.24%201.34516%20246.548%201.34502C246.548%201.32418%20246.544%201.30324%20246.54%201.2824C246.232%201.2824%20245.923%201.2828%20245.614%201.28295ZM274.539%204.79108C276.159%204.82601%20279.85%204.40988%20276.826%204.53272C276.493%204.58245%20276.151%204.63318%20275.813%204.68351C275.394%204.7188%20274.966%204.75489%20274.539%204.79108ZM260.917%206.00423C261.741%205.95909%20263.968%205.68412%20263.604%205.70306C262.805%205.74372%20260.548%206.02388%20260.917%206.00423ZM241.047%2018.1206C241.045%2018.1009%20240.178%2018.0938%20240.183%2018.1136C240.184%2018.1333%20241.05%2018.1404%20241.047%2018.1206ZM276.656%200.956292C274.084%200.958861%20274.091%201.04582%20272.082%201.08337C271.926%201.0521%20271.777%201.02088%20271.621%200.989617C270.727%200.99918%20269.818%201.00876%20268.904%201.01818C267.841%200.999208%20266.709%200.980168%20265.67%200.961053C265.974%200.992149%20266.27%201.02334%20266.591%201.05444C263.322%201.06643%20259.849%201.07852%20256.58%201.09051C256.281%201.12688%20255.982%201.16326%20255.681%201.19964C258.253%201.28671%20260.047%201.20056%20262.985%201.18114C263.293%201.20725%20263.603%201.23359%20263.91%201.25969C264.819%201.25398%20265.686%201.24819%20266.609%201.24248C266.775%201.26316%20266.937%201.28369%20267.102%201.30437C270.561%201.31336%20268.208%201.20849%20271.208%201.20861C271.512%201.23458%20271.816%201.26064%20272.114%201.28661C272.556%201.29161%20273.029%201.29644%20273.499%201.30144C274.743%201.26005%20275.938%201.21887%20277.156%201.17748C279.187%201.22313%20282.272%201.20178%20284.372%201.2022C286.404%201.20263%20287.155%201.20553%20289.069%201.19982C289.066%201.19988%20289.064%201.19994%20289.061%201.2C290.022%201.197%20291.997%201.20033%20293.131%201.20018C293.431%201.16103%20293.76%201.18179%20294.018%201.12877C294.273%201.07554%20293.057%201.07347%20291.229%201.05791C290.493%201.05163%20289.696%200.995415%20288.985%200.982842C288.53%201.02295%20288.094%201.06606%20287.638%201.10717C283.722%201.1176%20281.525%201.19552%20281.237%201.01672C280.039%201.02813%20278.76%201.03958%20277.615%201.05114C277.005%201.07169%20276.392%201.09247%20275.771%201.11303C276.067%201.06078%20276.362%201.00854%20276.656%200.956292ZM263.916%2018.1991C264.522%2018.2218%20265.127%2018.2446%20265.738%2018.2671C265.738%2018.2463%20265.734%2018.2253%20265.73%2018.2045C265.123%2018.2028%20264.518%2018.2009%20263.916%2018.1991ZM298.163%201.19689C297.722%201.21272%20297.272%201.22866%20296.816%201.2445C297.427%201.2599%20298.03%201.27523%20298.614%201.29064C298.61%201.25939%20298.605%201.22796%20298.601%201.19671C298.457%201.19671%20298.308%201.19675%20298.163%201.19689ZM242.856%201.06542C243.162%201.08612%20243.471%201.1068%20243.776%201.12749C242.269%201.13862%20240.746%201.14969%20239.211%201.16082C239.682%201.20219%20240.147%201.24359%20240.619%201.28496C243.499%201.26298%20246.391%201.2407%20249.274%201.21886C249.298%201.21203%20249.322%201.20519%20249.347%201.19835C249.444%201.15789%20249.044%201.16621%20247.934%201.15734C246.668%201.14706%20245.949%201.12733%20244.71%201.12548C244.71%201.10492%20244.679%201.08473%20244.666%201.06432C244.065%201.06461%20243.461%201.06499%20242.856%201.06542ZM250.022%207.22016C250.012%207.20609%20250.002%207.1919%20249.993%207.17783C249.089%207.23157%20248.182%207.28671%20247.272%207.34291C247.591%207.38346%20247.912%207.4239%20248.235%207.46433C248.829%207.3827%20249.426%207.30113%20250.022%207.22016ZM191.757%2017.0717C191.754%2017.052%20190.927%2017.0162%20190.932%2017.036C190.931%2017.0558%20191.758%2017.0916%20191.757%2017.0717ZM288.228%203.68629C288.229%203.68616%20288.23%203.68602%20288.231%203.68589C287.637%203.7337%20287.023%203.78337%20286.391%203.83458C286.393%203.85532%20286.399%203.87572%20286.405%203.89611C286.561%203.88356%20286.721%203.87068%20286.874%203.85834C287.337%203.80004%20287.786%203.74269%20288.228%203.68629ZM247.428%200.906854C246.764%200.954387%20246.201%201.00119%20245.574%201.04858C246.497%201.04315%20247.408%201.03752%20248.315%201.0321C248.336%201.05235%20248.357%201.07245%20248.382%201.0927C249.905%201.10283%20251.379%201.11315%20252.896%201.12328C252.588%201.16508%20252.294%201.2069%20252.004%201.24871C252.896%201.24814%20253.857%201.24838%20254.763%201.24724C255.149%201.18886%20254.26%201.16373%20253.367%201.12548C252.778%201.10036%20253.38%201.08184%20252.748%201.06414C252.121%201.04648%20251.201%201.06236%20250.573%201.03155C249.948%201.00073%20250.673%200.967742%20249.998%200.938348C249.673%200.924231%20247.911%200.929611%20247.428%200.906854ZM245.647%2018.0773C245.647%2018.0878%20245.649%2018.0982%20245.653%2018.1087C246.252%2018.1128%20246.854%2018.1169%20247.459%2018.1208C247.459%2018.1104%20247.46%2018.0999%20247.456%2018.0894C246.851%2018.0856%20246.247%2018.0814%20245.647%2018.0773ZM284.615%204.07307C284.614%204.05232%20284.604%204.03225%20284.602%204.01151C284.007%204.08102%20283.397%204.15192%20282.77%204.22446C283.399%204.17269%20284.015%204.12213%20284.615%204.07307ZM265.48%205.74677C265.477%205.71566%20265.464%205.68541%20265.457%205.65468C264.556%205.73642%20263.66%205.81823%20262.748%205.90216C262.755%205.9329%20262.761%205.96376%20262.768%205.9945C263.681%205.91038%20264.577%205.82849%20265.48%205.74677ZM240.043%208.26347C240.04%208.23239%20240.025%208.20237%20240.022%208.17129C238.81%208.29456%20238.05%208.45024%20238.23%208.46193C238.834%208.39517%20239.439%208.32921%20240.043%208.26347ZM236.516%2017.9089C234.253%2017.886%20232.091%2017.846%20231.008%2017.9142C232.905%2017.9253%20234.537%2017.9126%20236.522%2017.9402C236.522%2017.9298%20236.522%2017.9194%20236.522%2017.9089C236.52%2017.9089%20236.518%2017.9089%20236.516%2017.9089ZM279.14%204.55726C279.139%204.53652%20279.133%204.51614%20279.127%204.49575C278.818%204.52149%20278.492%204.54899%20278.206%204.57306C278.208%204.5938%20278.214%204.6142%20278.219%204.6346C278.505%204.6107%20278.832%204.58311%20279.14%204.55726ZM269.137%205.45044C270.622%205.32923%20272.215%205.20058%20273.691%205.08358C273.679%205.04277%20273.673%205.00144%20273.661%204.96063C271.581%205.16116%20269.416%205.3722%20267.321%205.58081C267.638%205.60469%20267.952%205.62897%20268.266%205.65339C268.556%205.58572%20268.85%205.51775%20269.137%205.45044ZM194.468%201.16466C194.466%201.14501%20195.328%201.14461%20195.328%201.1643C195.331%201.18398%20194.468%201.18436%20194.468%201.16466ZM272.095%201.17711C271.797%201.17726%20271.497%201.17748%20271.197%201.17748C271.197%201.15667%20271.189%201.13585%20271.189%201.11504C271.489%201.1149%20271.789%201.11468%20272.087%201.11468C272.091%201.13549%20272.095%201.1563%20272.095%201.17711ZM256.408%206.54604C256.415%206.56506%20257.277%206.48242%20257.273%206.46317C257.272%206.44346%20256.402%206.52674%20256.408%206.54604ZM116.8%201.16045C116.796%201.14077%20117.661%201.14044%20117.663%201.16009C117.667%201.17978%20116.801%201.18012%20116.8%201.16045ZM209.954%201.15807C209.955%201.13837%20209.086%201.13874%20209.09%201.15844C209.091%201.1781%20209.957%201.17769%20209.954%201.15807ZM291.306%201.13738C290.538%201.14808%20289.722%201.1589%20289.009%201.16961C288.86%201.16448%20288.712%201.15935%20288.562%201.15423C289.435%201.13824%20290.367%201.12205%20291.301%201.10607C291.305%201.11648%20291.306%201.12697%20291.306%201.13738ZM297.419%203.1961C297.606%203.18088%20297.778%203.1666%20297.934%203.15318C298.169%203.13303%20298.378%203.11438%20298.554%203.0978C298.642%203.08948%20298.723%203.08162%20298.797%203.07416C298.879%203.06577%20298.906%203.06325%20299.07%203.04546C299.198%203.03128%20299.291%203.01978%20299.378%203.00581C299.4%203.00218%20299.423%202.99832%20299.449%202.99314C299.462%202.99052%20299.476%202.98756%20299.492%202.98375C299.497%202.97913%20299.543%202.98501%20299.726%202.90206C299.778%202.8755%20299.846%202.84378%20299.957%202.74637C300.056%202.65365%20300.264%202.44499%20300.284%202.04437C300.301%201.6372%20300.053%201.34548%20299.926%201.24683C299.786%201.13501%20299.702%201.10685%20299.64%201.08174C299.418%201.00858%20299.401%201.02719%20299.347%201.01797C299.262%201.01164%20299.208%201.01195%20299.132%201.01178C297.08%201.02774%20295.55%201.08119%20294.928%201.16686C296.652%201.17074%20298.001%201.16902%20299.132%201.15647C299.224%201.15727%20299.268%201.15402%20299.391%201.16772C299.427%201.17384%20299.464%201.17426%20299.576%201.21195C299.634%201.23603%20299.717%201.25588%20299.867%201.38741C299.94%201.45475%20300.035%201.56423%20300.095%201.73643C300.157%201.90623%20300.152%202.12802%20300.096%202.28232C299.974%202.59736%20299.824%202.66604%20299.753%202.72138C299.675%202.77095%20299.631%202.78752%20299.596%202.80182C299.529%202.8273%20299.494%202.83477%20299.472%202.84043C299.401%202.85734%20299.363%202.86285%20299.313%202.87092C299.216%202.88572%20299.097%202.90029%20298.943%202.91747C298.782%202.93643%20298.634%202.95337%20298.447%202.97378C298.274%202.99294%20298.023%203.01854%20297.868%203.03598C297.723%203.05249%20297.572%203.06977%20297.415%203.08777C297.102%203.12367%20296.76%203.16307%20296.414%203.2042C296.146%203.23898%20295.871%203.27599%20295.587%203.31548C295.888%203.28845%20296.168%203.26302%20296.44%203.23805C296.792%203.20656%20297.115%203.17716%20297.408%203.14987C297.706%203.12204%20297.933%203.1002%20298.32%203.06305C298.486%203.04676%20298.635%203.03168%20298.765%203.01776C298.837%203.01016%20298.87%203.00624%20298.966%202.9958C299.09%202.98237%20299.191%202.97048%20299.275%202.95893C299.192%202.97234%20299.092%202.98609%20298.969%203.00136C298.871%203.01402%20298.84%203.01962%20298.769%203.02918C298.64%203.04691%20298.493%203.06579%20298.328%203.08589C297.946%203.13049%20297.714%203.16061%20297.419%203.1961ZM229.17%209.56777C229.161%209.52689%20229.148%209.48648%20229.139%209.4456C228.835%209.48193%20228.532%209.51866%20228.229%209.55538C228.242%209.59575%20228.252%209.63665%20228.261%209.67752C228.563%209.64095%20228.867%209.60423%20229.17%209.56777ZM176.166%201.15661C175.557%201.15689%20174.947%201.15705%20174.338%201.15734C174.338%201.1365%20174.329%201.11556%20174.329%201.09472C174.939%201.09443%20175.549%201.09427%20176.158%201.09399C176.162%201.11483%20176.166%201.13577%20176.166%201.15661ZM261.857%206.07869C261.856%206.06836%20261.854%206.05816%20261.848%206.04821C261.241%206.10457%20260.611%206.16319%20260.02%206.21863C260.021%206.22901%20260.024%206.2393%20260.029%206.24929C260.619%206.19387%20261.249%206.13504%20261.857%206.07869ZM114.073%201.12987C114.068%201.11021%20114.926%201.1099%20114.929%201.12951C114.933%201.14921%20114.072%201.14957%20114.073%201.12987ZM131.387%201.07824C131.392%201.09905%20131.399%201.11986%20131.399%201.14068C130.791%201.14082%20130.191%201.14108%20129.578%201.14123C130.037%201.12025%20130.485%201.09922%20130.934%201.07824C131.085%201.07824%20131.236%201.07824%20131.387%201.07824ZM207.29%2017.4403C207.294%2017.4208%20206.396%2017.3992%20206.4%2017.4189C206.397%2017.4386%20207.302%2017.4604%20207.29%2017.4403ZM225.54%209.98069C225.538%209.96001%20225.527%209.94025%20225.524%209.91957C224.63%2010.0312%20223.704%2010.1483%20222.801%2010.2644C222.804%2010.2851%20222.815%2010.3048%20222.817%2010.3255C223.72%2010.2094%20224.646%2010.0923%20225.54%209.98069ZM206.582%2012.6683C206.276%2012.6913%20205.985%2012.7125%20205.662%2012.7392C205.049%2012.84%20204.443%2012.9415%20203.844%2013.0434C204.601%2012.9461%20205.383%2012.8476%20206.144%2012.7551C206.288%2012.7264%20206.433%2012.6975%20206.582%2012.6683ZM337.866%2017.9941C337.862%2017.9744%20337.003%2017.9783%20337.008%2017.998C337.01%2018.0176%20337.87%2018.0137%20337.866%2017.9941ZM197.197%201.02276C197.506%201.05386%20197.817%201.08504%20198.126%201.11614C199.038%201.10017%20199.955%201.08409%20200.864%201.06798C199.805%201.02408%20198.818%201.01692%20197.197%201.02276ZM209.941%201.0537C209.133%201.02202%20206.878%201.09308%20207.246%201.10735C208.061%201.13895%20210.308%201.06797%20209.941%201.0537ZM244.61%207.90181C244.602%207.86081%20244.589%207.82017%20244.581%207.77916C243.982%207.85768%20243.378%207.93722%20242.779%208.01664C242.78%208.02699%20242.782%208.03727%20242.787%208.04719C243.245%208.01427%20243.702%207.98157%20244.158%207.94925C244.307%207.93364%20244.461%207.9175%20244.61%207.90181ZM161.563%201.08446C161.56%201.06479%20162.424%201.06441%20162.428%201.0841C162.431%201.10376%20161.567%201.10415%20161.563%201.08446ZM292.855%203.48791C292.863%203.50703%20293.726%203.43796%20293.716%203.41905C293.721%203.39892%20292.855%203.46812%20292.855%203.48791ZM216.503%2011.2322C216.499%2011.2012%20216.485%2011.1716%20216.477%2011.1412C215.881%2011.2399%20215.308%2011.3362%20214.695%2011.4393C215.164%2011.3883%20215.603%2011.3422%20216.056%2011.2945C216.203%2011.274%20216.356%2011.2528%20216.503%2011.2322ZM277.368%204.86339C277.659%204.79693%20277.943%204.73112%20278.23%204.66512C277.64%204.71483%20277.038%204.76588%20276.431%204.81752C276.438%204.85869%20276.452%204.89943%20276.464%204.94025C276.767%204.9146%20277.069%204.88869%20277.368%204.86339ZM194.956%2014.8813C196.315%2014.5969%20198.698%2014.0874%20199.382%2013.92C198.355%2014.0688%20197.391%2014.2442%20195.795%2014.5777C195.515%2014.6782%20195.233%2014.7798%20194.956%2014.8813ZM265.525%205.93095C265.821%205.85184%20266.116%205.77285%20266.41%205.69408C264.426%205.90803%20263.496%206.03784%20263.724%206.095C264.328%206.0396%20264.918%205.98582%20265.525%205.93095ZM270.301%201.06872C270.297%201.04903%20271.151%201.04852%20271.156%201.06817C271.161%201.08784%20270.303%201.08834%20270.301%201.06872ZM122.244%200.987053C122.244%201.01829%20122.257%201.04956%20122.261%201.0808C122.563%201.0808%20122.866%201.08058%20123.169%201.08044C123.164%201.04919%20123.16%201.01793%20123.152%200.986687C122.849%200.986687%20122.546%200.98691%20122.244%200.987053ZM375.312%2017.761C375.31%2017.7413%20374.446%2017.7468%20374.45%2017.7664C374.455%2017.7861%20375.316%2017.7806%20375.312%2017.761ZM282.619%200.9237C281.232%200.888585%20280.87%200.925697%20279.369%200.9237C279.367%200.9237%20279.365%200.9237%20279.363%200.9237C281.001%201.00734%20283.503%200.958151%20283.066%201.0786C283.665%201.0522%20284.224%201.02633%20284.848%200.999504C284.112%200.97838%20283.312%200.941113%20282.619%200.9237ZM235.532%208.85804C235.53%208.83733%20235.519%208.81745%20235.517%208.79675C235.215%208.8307%20234.911%208.86555%20234.608%208.9001C234.61%208.92077%20234.617%208.94098%20234.623%208.96119C234.926%208.92678%20235.231%208.89213%20235.532%208.85804ZM222.734%201.01177C222.734%201.03258%20222.743%201.0534%20222.743%201.07421C223.356%201.07393%20223.969%201.07376%20224.579%201.07348C224.119%201.05281%20223.655%201.03225%20223.194%201.01159C223.042%201.01159%20222.886%201.01163%20222.734%201.01177ZM220.126%2010.7088C220.125%2010.6984%20220.125%2010.6879%20220.119%2010.6781C219.209%2010.7989%20218.292%2010.9225%20217.39%2011.0465C217.392%2011.0568%20217.394%2011.067%20217.4%2011.0767C218.301%2010.9529%20219.217%2010.8295%20220.126%2010.7088ZM226.434%2017.6711C228.022%2017.7126%20229.471%2017.7509%20230.993%2017.789C230.994%2017.7577%20230.987%2017.7264%20230.983%2017.6951C229.464%2017.6883%20228.018%2017.6813%20226.434%2017.6711ZM234.657%2017.7344C234.657%2017.7656%20234.667%2017.797%20234.671%2017.8283C236.031%2017.8475%20236.585%2017.8321%20237.398%2017.8076C236.574%2017.7678%20236.013%2017.7423%20234.657%2017.7344ZM210.21%2012.0993C210.221%2012.1173%20211.062%2011.99%20211.056%2011.9712C211.053%2011.9516%20210.212%2012.0788%20210.21%2012.0993ZM202.988%2013.3174C202.381%2013.4016%20201.826%2013.4784%20201.186%2013.5723C201.19%2013.5928%20201.198%2013.6125%20201.206%2013.6322C201.838%2013.5184%20202.388%2013.4213%20202.988%2013.3174ZM189.847%201.01031C190.306%201.0257%20190.766%201.04105%20191.225%201.05645C191.375%201.05117%20191.527%201.04602%20191.681%201.04089C191.222%201.02547%20190.761%201.00998%20190.301%200.99456C190.151%200.999828%20190.001%201.00518%20189.847%201.01031ZM268.442%2017.9615C268.442%2017.9823%20268.446%2018.0032%20268.45%2018.024C269.059%2018.0047%20269.676%2017.9853%20270.29%2017.9658C269.672%2017.9644%20269.055%2017.9631%20268.442%2017.9615ZM251.891%207.19109C255.588%206.83011%20252.884%206.99718%20251.871%207.0989C251.878%207.12958%20251.884%207.1604%20251.891%207.19109ZM124.954%201.03301C124.951%201.0134%20124.091%201.01371%20124.095%201.03338C124.095%201.05308%20124.958%201.05271%20124.954%201.03301ZM286.701%201.0299C286.696%201.01026%20285.823%201.01077%20285.826%201.03045C285.829%201.05008%20286.707%201.04958%20286.701%201.0299ZM226.481%209.91114C226.484%209.93042%20227.342%209.82479%20227.336%209.80583C227.331%209.78655%20226.474%209.89205%20226.481%209.91114ZM241.914%201.01891C241.911%200.999214%20241.047%200.999581%20241.051%201.01928C241.056%201.03892%20241.916%201.03851%20241.914%201.01891ZM207.499%2012.5529C207.505%2012.5716%20208.353%2012.4376%20208.348%2012.4187C208.344%2012.3991%20207.492%2012.5339%20207.499%2012.5529ZM241.03%2017.7923C241.03%2017.8131%20241.034%2017.834%20241.038%2017.8548C241.344%2017.8574%20241.652%2017.8598%20241.96%2017.8624C241.96%2017.8415%20241.956%2017.8206%20241.952%2017.7997C241.644%2017.7971%20241.336%2017.7949%20241.03%2017.7923ZM244.699%2017.8674C244.702%2017.8477%20243.844%2017.8414%20243.839%2017.861C243.851%2017.8808%20244.704%2017.8871%20244.699%2017.8674ZM115.381%200.895868C113.995%200.905432%20112.618%200.916492%20111.274%200.927911C111.803%200.980012%20115.214%201.05138%20116.628%201.01598C117.704%200.989273%20116.172%200.908427%20115.381%200.895868ZM208.124%200.98687C208.124%200.997283%20208.126%201.00777%20208.13%201.01818C208.74%201.0179%20209.349%201.01755%20209.957%201.01727C209.957%201.00684%20209.959%200.996375%20209.954%200.985955C209.346%200.98624%20208.735%200.986585%20208.124%200.98687ZM193.552%2016.848C193.551%2016.8688%20193.555%2016.8898%20193.558%2016.9108C194.169%2016.9348%20194.792%2016.9587%20195.427%2016.9819C194.949%2016.9435%20194.478%2016.9048%20194.009%2016.8659C193.857%2016.86%20193.702%2016.8539%20193.552%2016.848ZM149.632%200.947686C149.632%200.968527%20149.64%200.989467%20149.64%201.01031C149.945%201.01031%20150.25%201.01008%20150.554%201.00994C150.554%200.989128%20150.55%200.968316%20150.546%200.947503C150.241%200.947503%20149.936%200.947686%20149.632%200.947686ZM294.676%203.43615C294.695%203.45435%20295.59%203.38208%20295.574%203.36354C295.582%203.34325%20294.68%203.41614%20294.676%203.43615ZM292.88%203.58C292.888%203.59913%20293.751%203.53008%20293.74%203.51122C293.744%203.4911%20292.881%203.56016%20292.88%203.58ZM210.217%2012.2086C210.214%2012.1881%20210.203%2012.1688%20210.2%2012.1482C209.894%2012.1946%20209.59%2012.2413%20209.287%2012.2881C209.29%2012.3087%20209.298%2012.3288%20209.305%2012.3487C209.608%2012.3021%20209.912%2012.2552%20210.217%2012.2086ZM204.456%200.957391C204.456%200.967766%20204.454%200.978143%20204.459%200.988518C205.065%200.988232%20205.67%200.988071%20206.285%200.987786C206.285%200.977375%20206.284%200.966886%20206.28%200.956475C205.665%200.95676%20205.062%200.957105%20204.456%200.957391ZM239.174%208.51559C239.173%208.50524%20239.171%208.49496%20239.165%208.48507C238.561%208.55131%20237.957%208.61811%20237.353%208.68537C237.354%208.69568%20237.353%208.70615%20237.359%208.716C237.963%208.64868%20238.569%208.58189%20239.174%208.51559ZM146.902%200.948968C146.902%200.959344%20146.907%200.96972%20146.907%200.980095C147.513%200.97981%20148.12%200.979648%20148.728%200.979363C148.728%200.968987%20148.729%200.958611%20148.725%200.948235C148.117%200.948521%20147.508%200.948682%20146.902%200.948968ZM247.417%2017.7764C247.417%2017.7973%20247.421%2017.8182%20247.425%2017.8391C247.727%2017.8412%20248.032%2017.8429%20248.336%2017.8449C248.336%2017.8241%20248.332%2017.8033%20248.328%2017.7824C248.024%2017.7804%20247.719%2017.7785%20247.417%2017.7764ZM202.625%200.895502C202.625%200.916314%20202.633%200.937127%20202.633%200.95794C202.937%200.95794%20203.241%200.957716%20203.545%200.957574C203.545%200.936761%20203.537%200.915948%20203.537%200.895136C203.233%200.895136%20202.929%200.895359%20202.625%200.895502ZM128.601%200.938348C128.601%200.918673%20127.731%200.918902%20127.733%200.938531C127.733%200.958219%20128.604%200.958014%20128.601%200.938348ZM291.924%203.73478C291.072%203.79245%20290.151%203.85561%20289.178%203.92308C289.18%203.94385%20289.186%203.96442%20289.191%203.98487C290.165%203.91713%20291.085%203.85392%20291.937%203.7964C291.935%203.77565%20291.929%203.75522%20291.924%203.73478ZM224.584%2017.5839C225.193%2017.5923%20225.807%2017.6005%20226.426%2017.6085C225.96%2017.5816%20225.492%2017.5546%20225.031%2017.5276C224.88%2017.5255%20224.726%2017.5232%20224.576%2017.5212C224.576%2017.542%20224.584%2017.5631%20224.584%2017.5839ZM277.382%204.92509C277.381%204.91471%20277.378%204.9044%20277.373%204.89436C276.775%204.945%20276.167%204.99676%20275.552%205.04933C275.553%205.05967%20275.555%205.06988%20275.56%205.07986C276.175%205.02731%20276.783%204.97573%20277.382%204.92509ZM276.636%200.831416C274.48%200.826277%20272.996%200.846162%20272.964%200.926812C275.193%200.931951%20276.601%200.912055%20276.636%200.831416ZM209.929%200.860895C209.929%200.881736%20209.938%200.902676%20209.938%200.923517C210.542%200.9024%20211.146%200.881463%20211.748%200.860346C211.143%200.860631%20210.537%200.860753%20209.929%200.860895ZM246.461%207.83505C246.459%207.81435%20246.453%207.79408%20246.447%207.7738C245.838%207.83665%20245.231%207.89973%20244.628%207.96294C245.089%207.93546%20245.541%207.90934%20246.007%207.88208C246.157%207.8666%20246.312%207.8506%20246.461%207.83505ZM204.489%2017.136C204.489%2017.1464%20204.49%2017.1569%20204.494%2017.1675C205.104%2017.1833%20205.724%2017.1989%20206.35%2017.2144C206.351%2017.204%20206.349%2017.1934%20206.345%2017.1829C205.719%2017.1676%20205.1%2017.152%20204.489%2017.136ZM294.86%200.901178C294.831%200.881531%20294.018%200.881938%20294.015%200.901544C294.02%200.921243%20294.841%200.920877%20294.86%200.901178ZM179.768%200.842585C179.768%200.863398%20179.776%200.88421%20179.776%200.905023C180.687%200.910728%20182.765%200.883104%20182.51%200.841487C181.597%200.841914%20180.679%200.842157%20179.768%200.842585ZM201.245%2013.7523C201.243%2013.742%20201.242%2013.7315%20201.236%2013.722C200.624%2013.8322%20200.02%2013.9431%20199.427%2014.0545C199.429%2014.0647%20199.432%2014.0748%20199.438%2014.0843C200.031%2013.9729%20200.633%2013.8624%20201.245%2013.7523ZM184.577%2017.8089C184.57%2017.7893%20184.559%2017.771%20184.548%2017.7528C183.844%2018.0121%20183.423%2018.1744%20182.994%2018.3462L182.632%2016.1981C182.906%2016.2231%20183.194%2016.2491%20183.547%2016.2774C183.545%2016.2459%20183.542%2016.2144%20183.54%2016.1829C183.233%2016.1626%20182.933%2016.1419%20182.638%2016.1211L183.025%2018.4172C183.495%2018.2152%20184.014%2018.012%20184.577%2017.8089ZM250.09%207.44948C249.937%207.45963%20249.787%207.46945%20249.634%207.47967C249.186%207.54065%20248.736%207.60203%20248.286%207.66361C248.439%207.65318%20248.589%207.64317%20248.743%207.63281C249.192%207.57143%20249.641%207.51025%20250.09%207.44948ZM124.926%200.876825C124.925%200.85715%20124.062%200.857379%20124.064%200.877008C124.064%200.896696%20124.929%200.896492%20124.926%200.876825ZM294.004%2017.8216C294.004%2017.8424%20294.008%2017.8632%20294.012%2017.8841C294.616%2017.8836%20295.222%2017.8829%20295.829%2017.8823C295.372%2017.8619%20294.916%2017.8415%20294.456%2017.8212C294.307%2017.8213%20294.153%2017.8214%20294.004%2017.8216ZM236.377%200.847895C235.786%200.848609%20235.196%200.849562%20234.601%200.850276C234.601%200.860685%20234.603%200.871177%20234.607%200.881586C235.518%200.881158%20236.421%200.88059%20237.323%200.880304C237.472%200.838666%20237.613%200.796884%20237.763%200.755245C237.294%200.786203%20236.837%200.816938%20236.377%200.847895ZM218.158%2017.4077C218.157%2017.3881%20217.286%2017.3732%20217.29%2017.393C217.289%2017.4127%20218.16%2017.4275%20218.158%2017.4077ZM166.045%200.863642C166.044%200.843989%20165.18%200.844395%20165.182%200.864008C165.182%200.883707%20166.049%200.883341%20166.045%200.863642ZM169.724%200.862177C169.878%200.867308%20170.028%200.872427%20170.182%200.877558C170.637%200.861713%20171.093%200.845979%20171.544%200.830134C171.394%200.824995%20171.237%200.819892%20171.083%200.814754C170.628%200.830584%20170.174%200.84649%20169.724%200.862177ZM275.591%205.20279C276.971%205.06303%20277.551%204.9706%20279.212%204.83348C279.211%204.8231%20279.209%204.81279%20279.204%204.80276C279.203%204.8029%20279.202%204.80304%20279.201%204.80318C277.945%204.90846%20276.811%205.00428%20275.566%205.11064C275.573%205.14143%20275.58%205.17236%20275.591%205.20279ZM207.536%2012.7527C207.533%2012.7322%20207.521%2012.7128%20207.518%2012.6922C206.926%2012.8076%20206.359%2012.9202%20205.755%2013.0407C206.362%2012.9408%20206.937%2012.8482%20207.536%2012.7527ZM130.414%200.84405C130.415%200.824356%20129.554%200.824548%20129.555%200.844233C129.562%200.863903%20130.416%200.863662%20130.414%200.84405ZM232.876%209.33513C232.882%209.35414%20233.74%209.25511%20233.734%209.23608C233.731%209.21645%20232.871%209.31582%20232.876%209.33513ZM227.317%2017.5105C227.317%2017.4908%20226.431%2017.4793%20226.436%2017.4992C226.435%2017.5189%20227.318%2017.5303%20227.317%2017.5105ZM212.949%2011.9597C212.946%2011.9391%20212.939%2011.919%20212.931%2011.899C212.631%2011.9427%20212.332%2011.9868%20212.034%2012.0309C212.037%2012.0515%20212.044%2012.0716%20212.051%2012.0917C212.349%2012.0477%20212.649%2012.0036%20212.949%2011.9597ZM201.695%200.802119C201.695%200.81254%20201.696%200.82301%20201.7%200.83343C202.309%200.833145%20202.916%200.8328%20203.523%200.832515C203.523%200.822104%20203.524%200.811615%20203.52%200.801204C202.913%200.801489%20202.304%200.801834%20201.695%200.802119ZM245.562%207.97535C245.412%207.98574%20245.26%207.99624%20245.106%208.00704C244.657%208.06964%20244.207%208.13262%20243.758%208.19581C243.911%208.18483%20244.061%208.17429%20244.214%208.16338C244.664%208.10041%20245.113%208.03782%20245.562%207.97535ZM240.139%208.63046C241.161%208.50592%20241.675%208.4262%20242.857%208.30698C242.399%208.33464%20241.936%208.36316%20241.478%208.39156C240.555%208.51918%20239.964%208.60408%20240.139%208.63046ZM240.049%200.800838C240.045%200.781181%20239.178%200.781587%20239.18%200.801204C239.184%200.820903%20240.054%200.820536%20240.049%200.800838ZM254.687%200.747372C255.304%200.767927%20255.92%200.788522%20256.527%200.809077C256.527%200.788237%20256.523%200.767297%20256.519%200.746456C255.912%200.746742%20255.3%200.747086%20254.687%200.747372ZM191.617%200.790767C191.617%200.771073%20190.748%200.771449%20190.752%200.791133C190.756%200.810816%20191.62%200.810418%20191.617%200.790767ZM265.616%200.789302C265.612%200.769621%20264.763%200.77002%20264.765%200.789668C264.766%200.809364%20265.62%200.80899%20265.616%200.789302ZM205.335%200.784908C205.488%200.79004%20205.637%200.795156%20205.793%200.800288C206.251%200.784446%20206.708%200.768524%20207.165%200.752682C207.01%200.747555%20206.859%200.742428%20206.704%200.737301C206.248%200.753145%20205.786%200.769064%20205.335%200.784908ZM122.186%200.783809C122.188%200.764116%20121.321%200.764311%20121.322%200.783992C121.325%200.803663%20122.189%200.803424%20122.186%200.783809ZM216.564%2011.4447C215.964%2011.5282%20215.389%2011.6089%20214.774%2011.6964C214.777%2011.717%20214.784%2011.737%20214.791%2011.757C214.94%2011.7358%20215.098%2011.7137%20215.244%2011.693C215.683%2011.6099%20216.12%2011.5273%20216.564%2011.4447ZM209.382%2012.5109C209.388%2012.5297%20210.249%2012.3977%20210.243%2012.3788C210.24%2012.3593%20209.374%2012.4919%20209.382%2012.5109ZM102.99%200.679441C103.061%200.715394%20103.494%200.740912%20103.922%200.773006C103.31%200.773149%20102.699%200.773413%20102.091%200.773555C102.103%200.75915%20102.115%200.744565%20102.127%200.73016C101.498%200.713466%20100.874%200.696867%20100.253%200.680173C101.16%200.680601%20102.073%200.678441%20102.99%200.679441ZM114.868%200.754513C114.867%200.734831%20114.009%200.735048%20114.012%200.754696C114.012%200.774377%20114.87%200.774161%20114.868%200.754513ZM214.464%200.734005C214.464%200.744426%20214.47%200.754895%20214.47%200.765316C215.083%200.76503%20215.697%200.764686%20216.308%200.7644C216.308%200.754024%20216.306%200.743649%20216.302%200.733273C215.691%200.733558%20215.078%200.73372%20214.464%200.734005ZM291.967%203.95083C291.965%203.93008%20291.96%203.90965%20291.954%203.88921C291.671%203.91173%20291.38%203.93511%20291.082%203.9589C291.088%203.97932%20291.09%204.00006%20291.096%204.02049C291.393%203.99685%20291.684%203.97348%20291.967%203.95083ZM276.542%205.16884C276.55%205.18782%20277.403%205.11536%20277.396%205.09624C277.393%205.07673%20276.537%205.14944%20276.542%205.16884ZM248.34%207.78381C248.348%207.80261%20249.204%207.71569%20249.197%207.69661C249.194%207.67712%20248.334%207.76456%20248.34%207.78381ZM231.832%200.695004C231.219%200.69529%20230.603%200.695634%20229.987%200.69592C229.987%200.685505%20229.981%200.675024%20229.981%200.664609C230.598%200.664324%20231.213%200.664162%20231.826%200.663877C231.83%200.674253%20231.832%200.684628%20231.832%200.695004ZM109.356%200.662229C109.355%200.64255%20108.49%200.642903%20108.495%200.662595C108.496%200.682232%20109.36%200.681907%20109.356%200.662229ZM229.071%200.664976C228.166%200.665261%20227.257%200.665646%20226.345%200.666074C226.345%200.655663%20226.34%200.645174%20226.34%200.634764C227.252%200.634478%20228.163%200.634093%20229.068%200.633665C229.072%200.644085%20229.071%200.654555%20229.071%200.664976ZM112.1%200.630186C112.1%200.610503%20111.229%200.610718%20111.232%200.630369C111.231%200.65005%20112.103%200.649831%20112.1%200.630186ZM115.753%200.629087C115.752%200.609434%20114.891%200.60977%20114.895%200.629454C114.896%200.649116%20115.757%200.648774%20115.753%200.629087ZM206.697%2013.1247C206.702%2013.1436%20205.873%2013.2787%20205.857%2013.2615C205.864%2013.2403%20206.692%2013.1054%20206.697%2013.1247ZM209.415%2012.7114C209.719%2012.6645%20210.024%2012.6178%20210.33%2012.5714C210.337%2012.5914%20210.345%2012.6115%20210.348%2012.632C210.042%2012.6787%20209.737%2012.7255%20209.433%2012.7722C209.426%2012.7521%20209.418%2012.732%20209.415%2012.7114Z%22%20fill%3D%22%23F60F1A%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  aspect-ratio: 498/17;
  width: 498px;
  position: absolute;
  left: 36%;
  top: 100%;
}

.partners-packages__list {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}

.partners-packages__list .package {
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.partners-packages__list .package:hover .package__btn {
  background: var(--accent2-h);
}

.partners-packages__list .package:before {
  background: var(--accent2);
  content: '';
  display: block;
  width: 159px;
  aspect-ratio: 159/50;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  filter: blur(40px);
}

.partners-packages__list .package__image {
  aspect-ratio: 360/183;
  width: 360px;
  background: center/contain no-repeat;
  position: relative;
  z-index: 2;
}

.partners-packages__list .package__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  font-size: var(--s);
  color: var(--white);
  font-weight: 500;
  line-height: 1;
  width: 159px;
  padding: 9px 18px;
  border-radius: 3px;
  background: var(--accent2);
  transition: var(--tr);
}

.partners-packages__list .package__btn::before {
  content: '';
  position: absolute;
  display: block;
  aspect-ratio: 1/1;
  width: 7px;
  top: 8px;
  right: 8px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.51434%200.650269L6.86407%200.292934L7.57874%200.992397L7.22901%201.34973L6.51434%200.650269ZM1.35733%207.34905C1.16418%207.5464%200.847619%207.5498%200.650268%207.35665C0.452918%207.1635%200.449514%206.84694%200.642665%206.64959L1.35733%207.34905ZM6.87167%201L7.22901%201.34973L1.35733%207.34905L1%206.99932L0.642665%206.64959L6.51434%200.650269L6.87167%201Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M1.12695%207L7.12627%207%22%20stroke%3D%22white%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3Cpath%20d%3D%22M0.999939%207L0.999939%201.00068%22%20stroke%3D%22white%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3C%2Fsvg%3E%0A')
    center/contain no-repeat;
}

.partners-logos {
  padding: var(--sp) 0;
  color: var(--white);
}

.partners-logos__container {
  position: relative;
}

.partners-logos__title {
  color: var(--black);
  font-size: 56px;
  text-align: center;
  text-transform: uppercase;
}

.partners-logos__wrapper {
  margin-top: 15px;
}

.partners-logos__group-title {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0.7;
}

.partners-logos__group {
  margin-bottom: 30px;
}

.partners-logos__group:last-child {
  margin-bottom: 0;
}

.partners-logos__group-list {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.partners-logos__group-list li {
  width: 178px;
  height: 90px;
  display: flex;
  justify-content: center;
  padding: 16px 24px;
  border-radius: 8px;
  background: #fff;
}

.partners-logos__group-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-organizers {
  padding: 70px 0;
  z-index: 0;
  position: relative;
  margin-bottom: -1px;
}

.contact-organizers:before {
  content: '';
  display: block;
  height: 60px;
  width: 100%;
  background: bottom center/100% no-repeat
    url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221366%22%20height%3D%2260%22%20viewBox%3D%220%200%201366%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M-3.13454%209.22348L-7.0519%2011.5856L-9.20412%2013.1559L-16.257%2016.4781L-13.6293%2020.0091L-15.7572%2021.8885L-13.2505%2024.1828L-8.45448%2026.2982C-8.45448%2026.2982%20-9.48622%2030.0218%20-10.8645%2030.0353C-12.2428%2030.0489%20-14.782%2032.3975%20-14.782%2032.3975L-14.6369%2033.9433L-18.111%2036.1454L-17.7401%2040.1646L-17.4822%2042.9471L-17.3129%2044.8021L-12.5492%2046.6083L-10.4696%2049.2173L-12.6056%2050.9421L-16.5391%2053.1497C-16.5391%2053.1497%20-19.6826%2053.9551%20-19.6423%2054.4189C-19.6021%2054.8826%20-19.3038%2058.1289%20-19.3038%2058.1289L-19.1184%2060.1384L-18.53%2066.4737L-18.0706%2071.4203L-23.4147%2073.3323C-23.4147%2073.3323%20-27.3643%2075.3853%20-27.7673%2076.0063C-28.1703%2076.6301%20-27.4691%2079.2526%20-27.4691%2079.2526L-30%2081.753L-27.058%2083.7328L-25.0993%2090.0545L-21.4721%2094.5021L-23.0841%2096.9944L-18.6832%2099.8881L-13.863%20102.313L-9.72804%20102.269L-11.1063%20104.759L-12.9441%20107.254L-19.2152%20109.022L-14.782%20112.225L-10.0505%20116.198L-6.50391%20117.245C-6.50391%20117.245%20-5.47218%20118.471%20-5.89124%20118.94C-6.31043%20119.409%20-9.5265%20121.918%20-9.5265%20121.918C-9.5265%20121.918%20-8.25294%20123.295%20-9.35718%20123.773C-10.4614%20124.247%20-9.05897%20127.019%20-9.05897%20127.019L-6.89075%20128.079L-1.59498%20130.653L-4.64991%20132.386L-2.20765%20133.907L-0.555304%20136.828L3.83776%20139.567L9.13342%20142.141L9.35107%20144.46L9.68151%20148.015L5.84472%20151.305L2.74145%20152.574L1.45983%20153.67L-1.99012%20156.181L-6.35071%20156.227L-11.0419%20157.667L-15.6364%20157.716L-19.7714%20157.759L-19.4569%20161.16L-16.9905%20162.991C-16.9905%20162.991%20-16.0394%20163.289%20-15.9991%20163.753C-15.9587%20164.217%20-15.6686%20167.308%20-15.6686%20167.308L-12.2832%20169.128L-10.7195%20171.121L-10.4454%20174.058L-10.9774%20178.24L-14.0081%20180.282C-14.0081%20180.282%20-16.9502%20183.252%20-18.3043%20183.575C-19.6504%20183.898%20-20.4403%20185.3%20-20.4403%20185.3L-17.5708%20186.507L-9.30078%20186.42L-1.1034%20185.56L7.69861%20186.241L13.212%20186.184L23.7065%20185.3L33.2098%20183.653L43.9867%20185.861L54.2798%20187.765L61.1715%20187.692L67.3296%20189.639L74.6807%20189.563L82.4913%20189.482L91.4626%20187.068L94.9365%20184.866L100.047%20185.43L104.754%20186.618L118.32%20189.105L129.806%20188.985L135.779%20188.923L142.743%20189.623L151.295%20192.627C151.295%20192.627%20155.616%20194.594%20156.994%20194.58C158.372%20194.567%20164.345%20194.504%20164.345%20194.504L175.904%20195.158L184.931%20193.362L192.742%20193.281L202.922%20193.948L211.345%20195.562C211.345%20195.562%20217.342%20195.809%20219.156%20195.48C220.961%20195.152%20231.359%20193.186%20231.359%20193.186L245.344%20190.254L252.187%20189.72L261.328%20189.162L267.784%20189.403L277.384%20188.839L283.857%20189.235L293.142%20190.222L300.606%20191.383L304.766%20191.648L313.971%20191.708L318.565%20191.659L324.554%20191.751L335.879%20189.932L345.068%20189.837L354.668%20189.273L362.043%20189.506L368.572%20190.52L374.198%20191.7L376.641%20193.221L386.676%20192.343L396.195%20190.851L410.333%20189.62L418.684%20190.461C418.684%20190.461%20422.045%20191.971%20423.431%20192.112C424.826%20192.253%20429.146%20194.219%20429.146%20194.219L429.291%20195.765L435.337%20196.476C435.337%20196.476%20439.955%20196.736%20441.769%20196.408C443.574%20196.08%20451.973%20197.384%20451.973%20197.384L459.034%20199.166L465.007%20199.104L472.358%20199.028L480.975%20197.699L488.624%20195.917L493.565%20194.629L499.884%20193.324L507.679%20193.088L516.545%20194.542L519.302%20194.512L526.153%20193.978C526.153%20193.978%20529.789%20193.476%20531.167%20193.463C532.545%20193.449%20538.945%20193.072%20538.945%20193.072L545.394%20193.159L554.123%20193.067L560.636%20193.926L566.149%20193.87L574.419%20193.783L583.229%20194.618L590.258%20196.091L596.384%20197.729C596.384%20197.729%20599.237%20198.781%20601.091%20198.917C602.945%20199.052%20609.933%20200.061%20609.933%20200.061L614.528%20200.012L623.612%20198.835L631.769%20197.512L640.974%20197.571L646.447%20197.051L655.709%20197.729L667.179%20197.455L679.068%20196.712L690.465%20195.665L698.566%20196.354L708.924%20196.4L717.637%20196.153L725.061%20196.85L730.01%20195.716L734.951%20194.428L744.567%20194.019L748.67%20193.666L757.351%20193.11L771.577%20192.806L781.685%20192.701L791.873%20193.522L803.368%20193.558L813.016%20193.457L825.574%20195.028L835.222%20194.927L845.79%20194.816L854.979%20194.721L865.038%20194.152L878.386%20194.322L891.694%20194.029L897.65%20193.813L907.283%20193.558C907.283%20193.558%20915.665%20194.707%20917.503%20194.689C919.341%20194.67%20935.301%20193.265%20935.301%20193.265L947.174%20192.367L955.855%20191.811L970.67%20192.893L985.396%20193.048L998.801%20193.837C998.801%20193.837%201003.88%20194.095%201005.72%20194.073C1007.55%20194.054%201014.85%20193.36%201014.85%20193.36L1028.86%20195.689L1047.23%20195.497L1062.85%20195.334L1074.34%20195.215L1090.34%20194.274L1098.23%20194.965L1103.74%20194.908L1118.9%20194.751L1126.35%20195.757L1136.17%20197.512L1149.49%20197.373L1158.99%20195.727L1170.95%20195.757L1192.99%20195.526L1202.31%20196.82L1208.74%20196.752L1218.85%20196.647L1227.31%20198.569L1237.11%20200.169L1245.46%20201.01L1254.28%20202L1267.89%20200.001L1271.32%20197.335L1281.43%20197.23L1291.08%20197.129L1299.64%20195.185L1305.8%20192.18L1313.83%20189.465L1318.44%20184.622L1325.97%20181.603L1334.52%20179.504L1342.5%20176.326L1351.6%20175.303L1357.92%20173.999L1360.73%20169.638L1366.03%20167.262L1370.72%20163.346L1370.23%20157.936L1369.82%20153.607L1373.76%20151.4L1373.46%20148.153C1373.46%20148.153%201375.15%20146.589%201373.23%20145.68C1371.31%20144.772%201374.56%20142.418%201373.71%20141.962C1372.84%20141.506%201373.49%20138.252%201373.49%20138.252C1373.49%20138.252%201375.1%20136.069%201375.93%20135.133C1376.76%20134.197%201375.63%20131.887%201375.63%20131.887L1375.73%20128.483L1370.31%20124.055L1368.18%20120.827L1367.48%20118.205L1372.33%20115.989L1376.7%20113.47L1371.9%20111.354L1366.29%20110.329L1366.45%20107.078L1369.94%20105.03L1371.98%20102.223L1375.29%2098.1659L1370.94%2095.8905L1368.46%2093.9054L1368.72%2091.7358L1370.59%2087.0766L1369.96%2085.227L1368.21%2081.2241L1366.59%2078.6124L1366.4%2076.6028L1367.12%2074.4305L1370.64%2072.6922L1375.95%2070.471L1380.82%2068.4099L1380.69%2067.0186L1380.6%2066.0912L1380.51%2065.1637L1385%2064.0328L1384.78%2061.714L1384.67%2060.4773L1378.04%2058.381C1378.04%2058.381%201377.08%2057.9281%201377.02%2057.3097C1376.96%2056.6914%201376.93%2056.3822%201376.87%2055.6093C1376.79%2054.8364%201374.86%2053.7733%201373.48%2053.7896C1372.1%2053.8031%201368.7%2051.8288%201368.7%2051.8288L1370.37%2049.9548L1365.02%2046.7628L1358.4%2044.821L1352.66%2042.4046L1342.83%2040.4954L1339.46%2038.8302L1335.88%2039.9502L1331.2%2039.0716L1325.18%2038.5156L1320.5%2037.6369L1314.34%2035.6897L1314.66%2034.1384L1310.68%2030.9302L1305.07%2029.905L1296.39%2030.461L1291.18%2028.8148L1287.77%2026.6859C1287.77%2026.6859%201281.75%2026.2845%201281.71%2025.8208C1281.67%2025.357%201279.27%2024.2994%201279.27%2024.2994L1272.03%2025.4574L1268.68%2024.1014C1268.68%2024.1014%201269.45%2022.3928%201268.04%2022.0972C1266.62%2021.8016%201260.72%2022.4823%201258.82%2021.883C1256.93%2021.2836%201255.4%2019.754%201254.02%2019.613C1252.62%2019.472%201241.98%2018.6557%201241.98%2018.6557L1232.13%2016.5919C1232.13%2016.5919%201226.95%2015.2549%201225.56%2015.1138C1224.17%2014.9728%201213.12%2014.7803%201213.12%2014.7803L1206.28%2015.4691L1200.2%2019.2442L1192.02%2020.2585C1192.02%2020.2585%201186.15%2021.403%201184.77%2021.4165C1183.39%2021.4301%201172.42%2022.165%201172.42%2022.165L1166.56%2023.4641L1156.47%2023.7244C1156.47%2023.7244%201149.54%2023.3339%201149.45%2022.4064C1149.36%2021.4789%201150.85%2022.702%201149.36%2021.4789C1147.87%2020.2558%201139.52%2019.4151%201139.12%2020.0388C1138.71%2020.6626%201136.06%2021.7718%201134.68%2021.7881C1133.31%2021.8016%201125.51%2022.0376%201125.51%2022.0376L1118.47%2020.4104L1114.58%2018.1296C1114.58%2018.1296%201111.07%2014.9186%201108.73%2014.4792C1106.39%2014.0399%201102.6%2012.8412%201102.55%2012.3774C1102.51%2011.9137%201091.93%2011.8703%201091.93%2011.8703C1091.93%2011.8703%201090.25%2013.5897%201086.53%2013.1639C1082.81%2012.7381%201072.13%2011.6127%201070.72%2011.3171C1069.31%2011.0215%201061.11%2011.7266%201059.2%2010.9726C1057.29%2010.2187%201053.83%207.62602%201051.48%207.0321C1049.12%206.43817%201042.06%204.6564%201042.06%204.6564L1033.33%204.74861L1026.07%205.75205L1022.74%204.54793C1022.74%204.54793%201019.97%204.42316%201018.12%204.28757C1016.27%204.15196%201009.35%203.91602%201009.35%203.91602L1001.85%202.29154L997.696%202.18036L990.047%203.96215L985.453%204.01096C985.453%204.01096%20976.723%204.10317%20976.183%203.17837C975.635%202.25629%20976.949%201.46982%20975.063%201.02504C973.185%200.580282%20966.261%200.344336%20963.956%200.214163C961.642%200.0839908%20951.567%200.498924%20951.18%201.27454C950.793%202.05289%20947.206%203.01836%20945.368%203.03735C943.53%203.05633%20927.845%202.44613%20927.845%202.44613L920.034%202.52749L907.774%204.2035L896.087%207.11078L893.918%208.52643L887.011%208.44507L868.238%209.26138C868.238%209.26138%20859.637%2010.7421%20858.259%2010.7584C856.881%2010.772%20844.476%2010.9021%20844.476%2010.9021L837.141%2011.1326L824.752%2011.4174C824.752%2011.4174%20820.045%2010.2296%20818.191%2010.094C816.337%209.95838%20803.795%208.5427%20803.795%208.5427L800.482%207.49317C800.482%207.49317%20798.169%207.363%20795.372%206.92637C792.575%206.49245%20784.692%205.80088%20784.692%205.80088L771.714%204.69982L768.353%203.18923C768.353%203.18923%20764.581%202.14512%20763.202%202.1614C761.824%202.17495%20749.105%203.85639%20749.105%203.85639L742.536%202.37835L738.65%200.0975754C738.65%200.0975754%20735.007%200.444698%20733.637%200.612835C732.275%200.780987%20726.358%201.4617%20724.94%201.01422C723.521%200.564023%20718.024%200.778287%20716.613%200.482679C715.211%200.18707%20703.692%20-6.25733e-05%20703.692%20-6.25733e-05L702.459%201.55932L702.661%203.72351L700.992%205.59749L700.226%207.30604C700.226%207.30604%20695.672%207.81862%20694.31%207.98675C692.948%208.15491%20690.634%208.02473%20686.088%208.53729C681.534%209.04987%20671.934%209.61395%20671.733%209.92584C671.531%2010.2377%20654.145%2011.1923%20654.145%2011.1923L646.923%2012.6595C646.923%2012.6595%20642.844%2013.3213%20640.563%2013.5002C638.282%2013.6792%20633.712%2014.0345%20632.35%2014.2054C630.987%2014.3735%20625.53%2015.0488%20621.855%2015.0895C618.179%2015.1274%20606.298%2015.8705%20606.298%2015.8705C606.298%2015.8705%20596.118%2015.2034%20593.353%2015.0786C590.58%2014.9539%20578.643%2015.0786%20578.643%2015.0786C575.467%2015.5749%20560.241%2014.962%20557.903%2014.5227C555.566%2014.0833%20549.021%2012.9145%20543.507%2012.9714C537.994%2013.0284%20525.992%2012.5348%20524.614%2012.5511C523.235%2012.5646%20516.432%2013.5653%20516.432%2013.5653L503.729%2015.3987L496.08%2017.1804L488.898%2019.1114L483.473%2020.0958L476.122%2020.1718C476.122%2020.1718%20471.584%2020.8389%20470.206%2020.8525C468.828%2020.866%20462.911%2021.5467%20459.236%2021.5847C455.56%2021.6227%20449.088%2021.2267%20449.088%2021.2267L441.221%2020.6898L437.19%2021.8152L429.823%2021.7366C429.823%2021.7366%20427.026%2021.3027%20424.729%2021.3244C422.432%2021.3488%20415.943%2020.7982%20415.943%2020.7982C415.943%2020.7982%20414.968%2020.1908%20413.13%2020.2097C411.292%2020.2287%20396.719%2021.7746%20396.719%2021.7746C396.719%2021.7746%20395.857%2022.401%20389.811%2021.6932C383.766%2020.9826%20377.309%2020.7413%20375.439%2020.4511C373.577%2020.1609%20364.389%2020.2558%20364.389%2020.2558L360.713%2020.2938L343.012%2017.8476C343.012%2017.8476%20343.327%2016.2963%20342.335%2015.5343C341.344%2014.7722%20341.731%2013.9939%20339.853%2013.5491C337.975%2013.1043%20327.48%2013.9884%20327.48%2013.9884C327.48%2013.9884%20320.62%2014.3681%20319.242%2014.3844C317.864%2014.398%20306.249%2013.1287%20306.249%2013.1287C306.249%2013.1287%20303.782%2011.2981%20300.55%2011.1761C297.318%2011.0541%20291.796%2010.9591%20291.796%2010.9591L283.543%2011.2005L279.698%209.38347L269.566%209.18007C269.566%209.18007%20266.35%209.21262%20263.593%209.24245C260.836%209.27228%20258.983%209.1367%20252.51%208.74073C246.037%208.34478%20239.105%207.95155%20236.792%207.82137C234.479%207.69119%20216.988%207.40914%20216.988%207.40914L214.029%2010.2242L210.902%2011.1842L201.826%2012.5158L192.266%2013.5437L186.237%2012.9877L181.804%2014.737C181.804%2014.737%20178.201%2015.5478%20175.444%2015.5777C172.687%2015.6075%20168.077%2015.499%20168.077%2015.499L161.87%2018.0402L156.413%2018.7155L146.306%2018.8212L142.171%2018.8646L134.666%2017.2401L129.056%2016.215L115.733%2016.3533L112.847%2014.9919L103.529%2013.6955C103.529%2013.6955%2099.0072%2014.5173%2096.6131%2013.4596L94.2192%2012.4019L89.5119%2011.2141L86.3362%2011.7104L76.3735%2013.362L69.0223%2013.4379L66.2818%2013.6223L59.2772%2012.4589L56.3916%2011.0975L54.0058%2010.1944L51.6925%2010.0642L45.6068%208.88992C45.6068%208.88992%2043.2934%208.75973%2041.9071%208.61871C40.5127%208.47769%2034.8462%206.83693%2034.8462%206.83693C34.8462%206.83693%2030.2678%207.04034%2028.43%207.05932C26.5923%207.0783%2021.1273%207.599%2021.1273%207.599L14.808%208.90347L7.38426%208.20648L0.355574%206.73387L-3.09438%209.24519L-3.13454%209.22348Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
}

.contact-organizers ul.list li:before {
  display: none;
}

.contact-organizers ul.list {
  text-transform: none;
}

.contact-organizers__container {
  position: relative;
}

.contact-organizers__title {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-organizers__sub-title {
  position: relative;
  display: block;
  margin-top: 6px;
  font-size: 44px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.contact-organizers__sub-title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 51%;
  aspect-ratio: 242/14;
  width: 242px;
  background: url('../img/contact-organizers/contact-organizers-decor.png') center/contain no-repeat;
}

.contact-organizers__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.contact-organizers__img {
  position: relative;
  aspect-ratio: 425/368;
  flex: 0 0 425px;
  margin: 0 auto;
  background: center/contain no-repeat;
}

.contact-organizers .list {
  margin: 0 auto;
  display: flex;
  gap: 28px;
}

.contact-organizers .item {
  margin: 45px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 207px;
}

.contact-organizers .item__icon {
  align-self: flex-start;
  aspect-ratio: 1/1;
  width: 66px;
  background: center/contain no-repeat;
}

.contact-organizers .item__name {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.contact-organizers .item__status {
  font-size: 16px;
  font-weight: 600;
  line-height: 112.5%;
}

.contact-organizers .item__about {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.contact-organizers .item__about b {
  font-weight: 700;
}

.contact-organizers .item__social-title {
  display: flex;
  gap: 6px;
  margin-left: 35px;
}

.contact-organizers .item__social-title-logo {
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2218%22%20height%3D%2219%22%20viewBox%3D%220%200%2018%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20clip-path%3D%22url(%23clip0_2299_1957)%22%3E%0D%0A%3Cpath%20d%3D%22M9%2018.5C13.9706%2018.5%2018%2014.4706%2018%209.5C18%204.52944%2013.9706%200.5%209%200.5C4.02944%200.5%200%204.52944%200%209.5C0%2014.4706%204.02944%2018.5%209%2018.5Z%22%20fill%3D%22url(%23paint0_linear_2299_1957)%22%2F%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.0739%209.40497C6.69757%208.26186%208.44712%207.50825%209.32248%207.14418C11.8219%206.10461%2012.3412%205.92401%2012.6797%205.91803C12.7542%205.91673%2012.9207%205.93519%2013.0285%206.02269C13.1884%206.15249%2013.1894%206.43423%2013.1716%206.6207C13.0361%208.04382%2012.4501%2011.4973%2012.1519%2013.0912C12.0257%2013.7657%2011.7773%2013.9918%2011.5369%2014.014C11.0142%2014.062%2010.6174%2013.6685%2010.1111%2013.3367C9.31903%2012.8175%208.87153%2012.4943%208.10263%2011.9876C7.21405%2011.402%207.79009%2011.0802%208.29648%2010.5542C8.42902%2010.4166%2010.7318%208.32202%2010.7764%208.132C10.782%208.10823%2010.7871%208.01964%2010.7345%207.97288C10.6819%207.92612%2010.6042%207.94208%2010.5482%207.95481C10.4687%207.97284%209.2033%208.80925%206.75193%2010.464C6.39273%2010.7106%206.0674%2010.8308%205.77592%2010.8245C5.45455%2010.8176%204.83644%2010.6428%204.37691%2010.4934C3.81328%2010.3102%203.36532%2010.2134%203.40435%209.90222C3.42467%209.74011%203.64784%209.57439%204.0739%209.40497Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear_2299_1957%22%20x1%3D%229%22%20y1%3D%220.5%22%20x2%3D%229%22%20y2%3D%2218.3594%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%20stop-color%3D%22%232AABEE%22%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23229ED9%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3CclipPath%20id%3D%22clip0_2299_1957%22%3E%0D%0A%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.5)%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A')
    center/contain no-repeat;
  align-self: center;
  aspect-ratio: 1/1;
  width: 18px;
}

.contact-organizers .item__social-title-name {
  margin-top: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.contact-organizers .item__social-nickname {
  display: flex;
  padding: 7px 21px 7px 23px;
  margin-top: auto;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #3ebdff 0%, #2199d3 100%);
  border-radius: 15px;
  font-size: 14px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.contact-organizers .item__social-nickname:hover {
  background: linear-gradient(180deg, #2a9fdb 0%, #1579af 100%);
}

.reviews {
  position: relative;
  padding: var(--sp) 0;
  background: var(--white);
}

.reviews__container {
  position: relative;
  z-index: 0;
}

.reviews__title {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.reviews__screens {
  margin-top: 49px;
  display: grid;
  gap: 0 18px;
  grid-template-columns: repeat(6, 1fr);
}

.reviews__screens .item {
  width: 100%;
}

.update {
  padding: var(--sp) 0;
  overflow: hidden;
  background: var(--white);
  color: var(--text-color);
  background: url('../img/update-bg.webp') center 74% / auto 418px no-repeat var(--white);
}

.update b {
  font-weight: 700;
}

.update__title {
  margin: 0 auto;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.update__title b {
  color: #3ec284;
}

.update__subtitle {
  margin-top: 53px;
  max-width: 290px;
  font-size: 24px;
  font-weight: 400;
}

.update__subtitle b {
  color: var(--accent);
  font-weight: 700;
}

.update__img {
  position: relative;
  height: 115px;
}

.update__img-decor {
  background: #3ec284;
  position: absolute;
  top: -136px;
  right: 30%;
  width: 302px;
  height: 302px;
  border-radius: 50%;
  filter: blur(150px);
}

.update__img-item {
  position: absolute;
  left: 43%;
  top: -139px;
  transform: translateX(-50%);
  aspect-ratio: 662/462;
  width: 643px;
  background: url('../img/update__img.webp') 50% / cover no-repeat;
  pointer-events: none;
}

.update__img span.update__text_decor {
  position: absolute;
  top: 0;
  font-size: 16px;
  font-weight: 400;
}

.update__text {
  margin-left: auto;
  max-width: 338px;
  font-size: 20px;
  font-weight: 400;
}

.update__text span {
  font-weight: 700;
}

.update__text b {
  color: var(--accent);
  font-weight: 700;
}

span.update__text_decor:nth-child(1) {
  right: 177px;
  top: -133px;
}

span.update__text_decor:nth-child(2) {
  right: 93px;
  top: -46px;
}

span.update__text_decor:nth-child(3) {
  right: 97px;
  top: 27px;
}

span.update__text_decor:nth-child(4) {
  left: 32px;
  top: 66px;
}

span.update__text_decor:nth-child(5) {
  left: 0px;
  top: 138px;
}

span.update__text_decor:nth-child(6) {
  left: 93px;
  top: 230px;
}

.insta {
  background: var(--white);
  position: relative;
  padding: var(--sp) 0;
  color: var(--text-color);
}

.insta__container {
  position: relative;
}

.insta__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 116px;
}

.insta__title {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.insta__title ._small {
  display: block;
  margin-top: 14px;
  font-size: 22px;
  font-weight: 400;
  text-transform: lowercase;
}

.insta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  font-size: var(--l);
  color: var(--text-color);
  transition: var(--transition);
}

.insta__btn:hover {
  color: var(--accent);
}

.insta__btn-icon {
  width: 77px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='78' viewBox='0 0 77 78' fill='none'%3E%3Cg clip-path='url(%23clip0_1687_140)'%3E%3Cpath d='M4.81255 5.73904C-1.23837 12.0242 4.92781e-05 18.7007 4.92781e-05 38.9838C4.92781e-05 55.8275 -2.93878 72.713 12.442 76.6881C17.2448 77.9233 59.8002 77.9233 64.5966 76.6817C71.0005 75.0294 76.2108 69.8351 76.923 60.778C77.0225 59.5139 77.0225 18.4761 76.9198 17.1864C76.1627 7.53892 70.224 1.97888 62.3989 0.85275C60.6055 0.592875 60.2461 0.515875 51.0446 0.499834C18.4063 0.515875 11.2517 -0.9375 4.81255 5.73904Z' fill='url(%23paint0_linear_1687_140)'/%3E%3Cpath d='M38.4936 10.5711C26.8442 10.5711 15.7818 9.53485 11.5565 20.379C9.81114 24.8579 10.0646 30.6746 10.0646 39.0034C10.0646 46.312 9.83039 53.181 11.5565 57.6246C15.7722 68.4751 26.9244 67.4356 38.4872 67.4356C49.6426 67.4356 61.1445 68.5971 65.4212 57.6246C67.1697 53.1008 66.9131 47.3707 66.9131 39.0034C66.9131 27.8961 67.5258 20.7255 62.1391 15.3419C56.6849 9.88776 49.3089 10.5711 38.4808 10.5711H38.4936ZM35.9462 15.6948C60.2461 15.6563 63.339 12.9549 61.6321 50.4828C61.0258 63.7557 50.9195 62.2991 38.4968 62.2991C15.846 62.2991 15.1947 61.651 15.1947 38.9906C15.1947 16.067 16.9914 15.7077 35.9462 15.6884V15.6948ZM53.6691 20.4143C51.7858 20.4143 50.2586 21.9415 50.2586 23.8248C50.2586 25.7081 51.7858 27.2352 53.6691 27.2352C55.5523 27.2352 57.0795 25.7081 57.0795 23.8248C57.0795 21.9415 55.5523 20.4143 53.6691 20.4143ZM38.4936 24.4023C30.4311 24.4023 23.8957 30.9409 23.8957 39.0034C23.8957 47.0659 30.4311 53.6013 38.4936 53.6013C46.5562 53.6013 53.0883 47.0659 53.0883 39.0034C53.0883 30.9409 46.5562 24.4023 38.4936 24.4023ZM38.4936 29.526C51.0222 29.526 51.0382 48.4808 38.4936 48.4808C25.9683 48.4808 25.9491 29.526 38.4936 29.526Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1687_140' x1='4.9602' y1='72.5818' x2='76.5236' y2='10.6445' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFDD55'/%3E%3Cstop offset='0.5' stop-color='%23FF543E'/%3E%3Cstop offset='1' stop-color='%23C837AB'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1687_140'%3E%3Crect width='77' height='77' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
    center/contain no-repeat;
}

.insta__btn-icon:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.faq {
  background: var(--black);
  padding: var(--sp) 0;
  color: var(--white);
  overflow: hidden;
}

.faq__container {
  position: relative;
}

.faq__title {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq__items {
  position: relative;
  z-index: 2;
  max-width: 973px;
  width: 100%;
  margin: 20px auto 0;
}

.faq__items .item {
  padding: 22px 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='973' height='2' viewBox='0 0 973 2' fill='none'%3E%3Cpath d='M0 1L973 0.999915' stroke='white' stroke-opacity='0.3' stroke-dasharray='12 12'/%3E%3C/svg%3E")
    center bottom/contain no-repeat;
}

.faq__items .item__question {
  position: relative;
  padding-right: 35px;
  font-size: var(--l);
  font-weight: 600;
  cursor: pointer;
}

.faq__items .item__question::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='11.5' stroke='%233EC284'/%3E%3Cpath d='M8.5575 10.4351L12 13.8776L15.4425 10.4351L16.5 11.5001L12 16.0001L7.5 11.5001L8.5575 10.4351Z' fill='%233EC284'/%3E%3C/svg%3E%0A")
    center/contain no-repeat;
  transition: var(--transition);
}

.faq__items .item.active .item__question::before {
  transform: translateY(-50%) scale(-1);
}

.faq__items .item__answer {
  display: none;
  width: 100%;
  max-width: 877px;
  padding-right: 35px;
  margin-top: 22px;
  font-size: var(--s);
}

.faq__ellipse-1,
.faq__ellipse-2 {
  position: absolute;
  width: 361.556px;
  height: 444.334px;
  transform: translate3d(0, 0, 0) rotate(-22.939deg);
  background: #3ec284;
  filter: blur(150px);
  pointer-events: none;
  z-index: 1;
}

.faq__ellipse-1 {
  top: -196px;
  right: -198px;
  opacity: 0.4;
}

.faq__ellipse-2 {
  bottom: -164px;
  left: -271px;
  opacity: 0.3;
}

.defender {
  background-color: #fff;
  position: relative;
  padding: 81px 0 60px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.defender__container {
  position: relative;
}

.defender__title {
  margin-bottom: 21px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 600px;
}
.defender__subtitle {
  max-width: 533px;
  margin-bottom: 21px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}
.defender__items {
  margin-top: 36px;
  display: flex;
  gap: 12px;
}
.defender__item {
  border: 2px solid #3ec284;
  font-size: 16px;
  text-align: center;
  padding-bottom: 11px;
}
.defender__img {
  position: relative;
  z-index: 1;
  width: 324px;
  height: auto;
  bottom: 0px;
}
.defender__item_title {
  background-color: #3ec284;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 6px 24px;
  margin-bottom: 12px;
}
.defender__description {
  margin-bottom: 21px;
  font-size: 20px;
  font-weight: 500;
}
.defender__description-add {
  font-size: 14px;
  font-weight: 400;
}
.defender__wrap {
  display: flex;
  gap: 30px;
  align-items: end;
}
.defender__left {
  width: 63%;
}

@media (min-width: 1261px) {
  .speakers__list .item:nth-child(4n + 1),
  .speakers__list .item:nth-child(4n + 4) {
    transform: translateY(-54px);
  }
}

@media (max-width: 1260px) {
  :root {
    --container-width: 760px;
  }

  .btn-decor-arrows {
    gap: 24px;
  }

  .simple-gallery {
    gap: 10px;
  }

  .ticker {
    padding: 12px 0;
  }

  .ticker__el {
    width: 113px;
  }

  .header__logos {
    gap: 20px;
  }

  .header__logo._holders {
    width: 100px;
  }

  .header__logo._bk {
    width: 120px;
  }

  .header__menu {
    gap: 25px;
  }

  .header__menu a {
    font-size: var(--s);
  }

  .footer {
    padding: 81px 0 85px;
  }

  .footer__wrap {
    gap: 40px;
  }

  .modal-overlay .close-button {
    top: 10px;
    right: 20px;
  }

  #modal-speaker .speaker-modal {
    padding: 50px 60px;
    max-width: calc(var(--container-width) - 20px);
  }

  .modal-packages .packages-slider {
    max-width: 715px;
  }

  .modal-packages .packages-slider__slide {
    padding: 20px;
  }

  .modal-packages .packages-slider__btn-prev,
  .modal-packages .packages-slider__btn-next {
    height: 30px;
    width: 30px;
  }

  .modal-packages .modal-package__title {
    margin-bottom: 10px;
    font-size: 76px;
  }

  .modal-packages .modal-package__info {
    padding-right: 20px;
  }

  .modal-packages .modal-package__timer {
    flex-direction: column;
    gap: 10px;
  }

  .modal-packages .modal-package__form {
    flex: 0 0 335px;
  }

  .modal-packages .modal-package__form-inner {
    padding: 20px 15px;
  }

  .modal-packages .modal-package__form-title {
    font-size: 32px;
  }

  .hero__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'main main ' 'photo_1 actions ' 'photo_1 photo_2' 'photo_1 photo_3';
  }

  .hero__image_2 {
    aspect-ratio: 350/160;
  }

  .hero__image_3 {
    aspect-ratio: 350/160;
  }

  .hero1__title {
    top: 20%;
    max-width: 660px;
    font-size: 42px;
    letter-spacing: -1.2px;
  }

  .hero1__title ._accent {
    font-size: 52px;
    letter-spacing: -1.52px;
  }

  .hero1__title b {
    font-size: 52px;
    letter-spacing: -1.52px;
  }

  .hero1__sub-title {
    padding: 10px 14px;
    font-size: 20px;
  }

  .hero1__info {
    width: fit-content;
  }

  .hero1__footer-text1 {
    padding: 12px 14px;
    font-size: 20px;
  }

  .hero1__footer-text2 {
    padding: 12px 38px;
    width: fit-content;
    font-size: 18px;
  }

  .hero2__info {
    font-size: 16px;
  }

  .hero2__title {
    font-size: 30px;
  }

  .hero2__title ._accent {
    font-size: 38px;
  }

  .hero2__title b {
    font-size: 38px;
  }

  .hero2__content::before {
    width: 360px;
    left: 34%;
    top: 12%;
  }

  .hero2__content::after {
    top: 52%;
    left: 63%;
  }

  .hero2__list {
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    width: 360px;
  }

  .hero2__item {
    font-size: 16px;
    line-height: 21px;
  }

  .hero2__btn span {
    font-size: 18px;
  }

  .hero2__btn::after {
    font-size: 14px;
    top: -22px;
  }

  .hero3__content {
    gap: 12px;
  }

  .hero3__title {
    padding: 12px 38px;
    font-size: 30px;
    letter-spacing: -1.2px;
    border-radius: 4px;
  }

  .hero3__title ._accent {
    font-size: 38px;
    letter-spacing: -1.52px;
  }

  .hero3__title b {
    font-size: 38px;
    letter-spacing: -1.52px;
  }

  .hero3__image {
    padding: 16px;
    width: auto;
  }

  .hero3__image-text {
    font-size: 20px;
  }

  .hero3__find-out,
  .hero3__receive {
    padding: 6px 6px 18px;
    width: 100%;
  }

  .hero3__find-out-title,
  .hero3__receive-title {
    font-size: 14px;
  }

  .hero3__find-out-list,
  .hero3__receive-list {
    gap: 10px;
    font-size: 12px;
  }

  .hero3__find-out-item,
  .hero3__receive-item {
    gap: 10px;
    font-size: 12px;
    padding-left: 12px;
  }

  .hero3__find-out-item::before,
  .hero3__receive-item::before {
    width: 18px;
  }

  .hero4__content::before {
    width: 182px;
    top: 5%;
    left: 25.5%;
  }

  .hero4__content::after {
    display: none;
  }

  .hero4__title {
    font-size: 30px;
    width: 345px;
  }

  .hero4__title ._accent {
    font-size: 42px;
  }

  .hero4__title b {
    font-size: 42px;
  }

  .hero4__sub-title {
    margin-top: 16px;
    font-size: 18px;
  }

  .hero4__list {
    margin-top: 16px;
    width: 375px;
  }

  .hero4__item {
    font-size: 18px;
  }

  .hero4__item::before {
    top: 1px;
    width: 20px;
  }

  .hero4__low-price {
    padding: 10px 30px;
    margin-top: 16px;
    font-size: 16px;
  }

  .hero4__footer {
    margin-top: 12px;
    flex-direction: column;
  }

  .hero4__timer {
    flex-direction: column;
  }

  .hero4__timer-title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
  }

  .hero4__btn-book {
    width: auto;
  }

  .hero5__title {
    font-size: 30px;
    width: 345px;
  }

  .hero5__title ._accent {
    font-size: 42px;
  }

  .hero5__title b {
    font-size: 42px;
  }

  .hero5__content::before {
    top: 14%;
    left: 22%;
    width: 180px;
  }

  .hero5__left-part .images {
    gap: 16px;
  }

  .hero5__left-part .image {
    border-radius: 8px;
    width: 108px;
    height: 108px;
  }

  .hero5__low-price {
    padding: 10px 26px;
    margin-top: 16px;
    font-size: 16px;
  }

  .hero5__btn-book {
    padding: 12px 20px;
    margin-top: 16px;
    font-size: 18px;
  }

  .hero5__info {
    margin-top: 16px;
  }

  .hero5__list {
    margin-top: 16px;
    font-size: 14px;
    gap: 12px;
  }

  .hero5__item {
    padding-left: 24px;
  }

  .hero5__item::before {
    top: -2px;
  }

  .info {
    font-size: var(--s);
  }

  .speakers__title,
  .program__title {
    font-size: 70px;
  }

  .speakers__subtitle {
    margin-bottom: 95px;
  }

  .speakers__subtitle:before {
    width: 360px;
    top: -10px;
  }

  .speakers__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 37px 40px;
  }

  .speakers__list .item:nth-child(3n + 1),
  .speakers__list .item:nth-child(3n + 3) {
    transform: translateY(-54px);
  }

  .speakers__list .item__name {
    font-size: 22px;
  }

  .be-here__indicators {
    gap: 20px;
  }

  .be-here__indicators .item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .be-here__indicators .item__value {
    font-size: 42px;
  }

  .be-here__indicators .item__value span.countup {
    text-align: left;
    min-width: initial;
  }

  .be-here__indicators .item:last-child .item__value span.countup {
    text-align: right;
    min-width: 95px;
  }

  .be-here__gallery .image {
    margin: 0 -90px;
  }

  .urs__buttons {
    flex-direction: column;
  }

  .program__title {
    font-size: 67px;
  }

  .program__block {
    max-width: 600px;
  }

  .discount {
    padding-top: 150px;
    padding-bottom: 20px;
  }

  .discount .ticker_green {
    top: 25px;
  }

  .discount__container {
    flex-direction: column;
  }

  .discount__title {
    margin-bottom: 200px;
    text-align: center;
  }

  .packages__title {
    font-size: 54px;
  }

  .packages__list {
    gap: 62px;
  }

  .packages .package__image {
    width: 340px;
  }

  .packages .package__btn {
    bottom: -51px;
    left: 0px;
    padding: 15px 15px 13px 15px;
  }

  .brunch {
    background: var(--black) url(../img/brunch/bg.webp) center top 30%/150% no-repeat;
  }

  .brunch__title {
    font-size: 34px;
    line-height: 40px;
  }

  .brunch__title::before {
    top: -83px;
  }

  .brunch__content {
    margin-top: 21px;
    margin-left: 0;
    width: 100%;
  }

  .brunch__content::before {
    width: 405px;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
  }

  .brunch__sub-title-name {
    font-size: 44px;
    line-height: 44px;
    text-align: center;
  }

  .brunch__sub-title-co-owner {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
  }

  .brunch__sub-title-company {
    font-size: 58px;
  }

  .brunch__content-top {
    margin-top: 434px;
    font-size: 18px;
    text-align: center;
  }

  .brunch__content-middle {
    flex-direction: column;
    gap: 24px;
  }

  .brunch__content-left {
    padding: 12px 30px 3px 22px;
    width: 277px;
    text-align: center;
    line-height: normal;
    background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22329%22%20height%3D%2272%22%20viewBox%3D%220%200%20329%2072%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6.24645%203.28758L5.33563%204.12954L4.83523%204.68922L3.19537%205.87337L3.80633%207.13196L3.31158%207.80184L3.8944%208.61963L5.00955%209.37362C5.00955%209.37362%204.76965%2010.7008%204.44918%2010.7057C4.12869%2010.7105%203.53832%2011.5476%203.53832%2011.5476L3.57208%2012.0986L2.76431%2012.8835L2.85055%2014.3161L2.91052%2015.3079L2.94989%2015.9691L4.05746%2016.6129L4.54101%2017.5428L4.04437%2018.1576L3.12979%2018.9444C3.12979%2018.9444%202.39889%2019.2315%202.40826%2019.3968C2.41763%2019.5621%202.48696%2020.7192%202.48696%2020.7192L2.53006%2021.4355L2.6669%2023.6936L2.77371%2025.4568L1.53115%2026.1382C1.53115%2026.1382%200.61282%2026.87%200.519131%2027.0914C0.425411%2027.3137%200.588467%2028.2484%200.588467%2028.2484L-3.75699e-06%2029.1397L0.684048%2029.8454L1.13946%2032.0986L1.98282%2033.6839L1.608%2034.5723L2.63125%2035.6037L3.75198%2036.4679L4.71341%2036.4524L4.39294%2037.3398L3.96563%2038.2291L2.50757%2038.8594L3.53833%2040.001L4.63843%2041.4171L5.46307%2041.7903C5.46307%2041.7903%205.70294%2042.2272%205.6055%2042.3944C5.50802%2042.5616%204.76025%2043.4558%204.76025%2043.4558C4.76025%2043.4558%205.05639%2043.9469%204.79962%2044.117C4.54287%2044.2861%204.86899%2045.2741%204.86899%2045.2741L5.37311%2045.652L6.6044%2046.5694L5.8941%2047.1871L6.46197%2047.7294L6.84616%2048.7704L7.86758%2049.7468L9.09884%2050.6641L9.14947%2051.4906L9.22632%2052.7579L8.33423%2053.9304L7.61267%2054.3828L7.3147%2054.7733L6.51257%2055.6685L5.49869%2055.6849L4.40793%2056.1982L3.33969%2056.2156L2.37826%2056.2311L2.45135%2057.4432L3.02484%2058.0957C3.02484%2058.0957%203.24597%2058.2021%203.25534%2058.3674C3.26471%2058.5326%203.33218%2059.6346%203.33218%2059.6346L4.11932%2060.2833L4.48291%2060.9937L4.5466%2062.0406L4.42294%2063.5312L3.71826%2064.2591C3.71826%2064.2591%203.03421%2065.3176%202.71933%2065.4326C2.40637%2065.5476%202.22272%2066.0474%202.22272%2066.0474L2.88989%2066.4776L4.81274%2066.4466L6.71872%2066.1402L8.76526%2066.3828L10.0472%2066.3625L12.4873%2066.0474L14.6969%2065.4606L17.2025%2066.2475L19.5958%2066.9261L21.1982%2066.9L22.63%2067.594L24.3392%2067.567L26.1552%2067.538L28.2411%2066.6776L29.0489%2065.8927L30.2371%2066.0938L31.3315%2066.5172L34.4857%2067.4036L37.1563%2067.3611L38.545%2067.3388L40.1643%2067.5882L42.1527%2068.6593C42.1527%2068.6593%2043.1573%2069.3601%2043.4777%2069.3553C43.7982%2069.3504%2045.1869%2069.3282%2045.1869%2069.3282L47.8744%2069.5612L49.9734%2068.9212L51.7895%2068.8922L54.1565%2069.13L56.1149%2069.7052C56.1149%2069.7052%2057.5093%2069.7932%2057.9309%2069.6762C58.3508%2069.5592%2060.7683%2068.8584%2060.7683%2068.8584L64.02%2067.8135L65.6111%2067.623L67.7363%2067.4239L69.2375%2067.5099L71.4696%2067.3089L72.9745%2067.45L75.1335%2067.8019L76.8689%2068.2156L77.836%2068.3103L79.9762%2068.3316L81.0445%2068.3142L82.4369%2068.347L85.0701%2067.6984L87.2066%2067.6646L89.4387%2067.4635L91.1535%2067.5467L92.6715%2067.9082L93.9797%2068.3287L94.5475%2068.871L96.8808%2068.5578L99.0941%2068.0261L102.381%2067.5873L104.323%2067.8869C104.323%2067.8869%20105.104%2068.4253%20105.427%2068.4756C105.751%2068.5259%20106.756%2069.2267%20106.756%2069.2267L106.789%2069.7777L108.195%2070.031C108.195%2070.031%20109.269%2070.1237%20109.69%2070.0068C110.11%2069.8898%20112.063%2070.3548%20112.063%2070.3548L113.705%2070.9899L115.093%2070.9676L116.803%2070.9406L118.806%2070.4669L120.585%2069.8318L121.734%2069.3727L123.203%2068.9077L125.015%2068.8236L127.077%2069.3417L127.718%2069.3311L129.311%2069.1407C129.311%2069.1407%20130.156%2068.9618%20130.476%2068.957C130.797%2068.9522%20132.285%2068.8178%20132.285%2068.8178L133.784%2068.8487L135.814%2068.8159L137.328%2069.1223L138.61%2069.102L140.533%2069.0711L142.581%2069.3688L144.215%2069.8937L145.64%2070.4775C145.64%2070.4775%20146.303%2070.8526%20146.734%2070.9009C147.165%2070.9493%20148.79%2071.3089%20148.79%2071.3089L149.858%2071.2915L151.971%2070.8719L153.867%2070.4002L156.007%2070.4215L157.28%2070.2359L159.433%2070.4775L162.1%2070.3799L164.865%2070.115L167.515%2069.7419L169.398%2069.9874L171.806%2070.0039L173.832%2069.9159L175.558%2070.1643L176.709%2069.7603L177.858%2069.3011L180.094%2069.1552L181.048%2069.0295L183.066%2068.8313L186.374%2068.7231L188.724%2068.6854L191.093%2068.9783L193.765%2068.9908L196.009%2068.9551L198.929%2069.5148L201.172%2069.479L203.629%2069.4394L205.765%2069.4055L208.104%2069.2025L211.208%2069.2634L214.302%2069.159L215.687%2069.0817L217.926%2068.9908C217.926%2068.9908%20219.876%2069.4007%20220.303%2069.3939C220.73%2069.3872%20224.441%2068.8864%20224.441%2068.8864L227.202%2068.5665L229.22%2068.3683L232.665%2068.754L236.089%2068.8091L239.205%2069.0904C239.205%2069.0904%20240.386%2069.1822%20240.813%2069.1745C241.241%2069.1677%20242.937%2068.9203%20242.937%2068.9203L246.194%2069.7506L250.465%2069.682L254.097%2069.624L256.768%2069.5814L260.49%2069.246L262.323%2069.4925L263.604%2069.4722L267.13%2069.4161L268.861%2069.7748L271.144%2070.4002L274.242%2070.3509L276.452%2069.7641L279.231%2069.7748L284.357%2069.6926L286.523%2070.1537L288.019%2070.1295L290.369%2070.0918L292.335%2070.7772L294.614%2071.3475L296.555%2071.6472L298.607%2072L301.771%2071.2876L302.569%2070.3374L304.919%2070.2997L307.163%2070.2639L309.153%2069.5708L310.585%2068.4998L312.452%2067.5321L313.524%2065.8057L315.276%2064.7298L317.262%2063.9816L319.118%2062.8487L321.234%2062.4843L322.703%2062.0193L323.357%2060.465L324.588%2059.6182L325.681%2058.2223L325.565%2056.2939L325.471%2054.7511L326.386%2053.9642L326.316%2052.8071C326.316%2052.8071%20326.71%2052.2494%20326.264%2051.9256C325.816%2051.6017%20326.573%2050.7627%20326.374%2050.6003C326.174%2050.4379%20326.324%2049.2779%20326.324%2049.2779C326.324%2049.2779%20326.699%2048.4998%20326.892%2048.1663C327.085%2047.8328%20326.822%2047.0092%20326.822%2047.0092L326.845%2045.796L325.585%2044.2175L325.089%2043.0672L324.926%2042.1324L326.054%2041.3427L327.07%2040.4446L325.955%2039.6907L324.65%2039.3253L324.688%2038.1663L325.499%2037.4364L325.973%2036.4359L326.742%2034.9898L325.732%2034.1788L325.154%2033.4712L325.214%2032.6979L325.649%2031.0372L325.503%2030.3779L325.096%2028.9512L324.72%2028.0203L324.676%2027.304L324.843%2026.5297L325.66%2025.9101L326.895%2025.1184L328.027%2024.3837L327.997%2023.8878L327.977%2023.5573L327.956%2023.2267L329%2022.8236L328.949%2021.9971L328.923%2021.5563L327.381%2020.8091C327.381%2020.8091%20327.158%2020.6476%20327.145%2020.4272C327.131%2020.2068%20327.124%2020.0966%20327.109%2019.8211C327.092%2019.5457%20326.642%2019.1667%20326.322%2019.1725C326.001%2019.1774%20325.211%2018.4736%20325.211%2018.4736L325.598%2017.8057L324.354%2016.6679L322.815%2015.9758L321.481%2015.1145L319.195%2014.434L318.411%2013.8405L317.579%2014.2397L316.492%2013.9265L315.09%2013.7283L314.003%2013.4152L312.571%2012.7211L312.645%2012.1682L311.721%2011.0246L310.416%2010.6592L308.398%2010.8574L307.187%2010.2706L306.392%209.51182C306.392%209.51182%20304.994%209.36875%20304.985%209.20346C304.976%209.03816%20304.417%208.66117%20304.417%208.66117L302.732%209.07392L301.955%208.5906C301.955%208.5906%20302.133%207.98162%20301.805%207.87625C301.477%207.77088%20300.103%208.01351%20299.663%207.79988C299.222%207.58625%20298.868%207.04106%20298.546%206.99079C298.221%206.94052%20295.746%206.64957%20295.746%206.64957L293.457%205.91394C293.457%205.91394%20292.252%205.43739%20291.93%205.38713C291.606%205.33686%20289.036%205.26822%20289.036%205.26822L287.447%205.51375L286.032%206.85933L284.13%207.22086C284.13%207.22086%20282.765%207.62879%20282.445%207.63362C282.124%207.63845%20279.574%207.90042%20279.574%207.90042L278.211%208.36344L275.865%208.45624C275.865%208.45624%20274.253%208.31704%20274.233%207.98645C274.212%207.65585%20274.559%208.09181%20274.212%207.65585C273.865%207.21989%20271.924%206.92023%20271.83%207.14256C271.736%207.36489%20271.12%207.76025%20270.799%207.76605C270.479%207.77089%20268.666%207.85499%20268.666%207.85499L267.028%207.27499L266.125%206.46204C266.125%206.46204%20265.308%205.31753%20264.765%205.16092C264.221%205.00433%20263.34%204.57707%20263.329%204.41177C263.32%204.24647%20260.859%204.23101%20260.859%204.23101C260.859%204.23101%20260.469%204.84387%20259.603%204.69211C258.739%204.54034%20256.256%204.13918%20255.928%204.03381C255.6%203.92845%20253.692%204.17978%20253.248%203.91105C252.804%203.64232%20252%202.7182%20251.453%202.5065C250.905%202.29481%20249.264%201.65972%20249.264%201.65972L247.234%201.69258L245.545%202.05025L244.771%201.62106C244.771%201.62106%20244.127%201.57658%20243.698%201.52825C243.266%201.47992%20241.658%201.39582%20241.658%201.39582L239.914%200.816803L238.949%200.777168L237.17%201.41226L236.102%201.42966C236.102%201.42966%20234.072%201.46253%20233.946%201.1329C233.819%200.804238%20234.125%200.523904%20233.686%200.365372C233.249%200.206841%20231.639%200.12275%20231.103%200.0763483C230.566%200.0299463%20228.223%200.177842%20228.133%200.454309C228.043%200.731736%20227.209%201.07586%20226.782%201.08263C226.354%201.08939%20222.707%200.871904%20222.707%200.871904L220.891%200.900896L218.041%201.49829L215.323%202.53454L214.819%203.03913L213.213%203.01013L208.848%203.3011C208.848%203.3011%20206.849%203.82889%20206.528%203.83469C206.208%203.83953%20203.323%203.88592%20203.323%203.88592L201.618%203.96808L198.737%204.06958C198.737%204.06958%20197.643%203.64619%20197.212%203.59786C196.781%203.54953%20193.865%203.04493%20193.865%203.04493L193.094%202.67084C193.094%202.67084%20192.557%202.62444%20191.906%202.46882C191.256%202.31414%20189.423%202.06765%20189.423%202.06765L186.406%201.67519L185.624%201.13676C185.624%201.13676%20184.747%200.764608%20184.427%200.770406C184.106%200.775243%20181.149%201.37456%20181.149%201.37456L179.621%200.847738L178.718%200.0347879C178.718%200.0347879%20177.871%200.158514%20177.552%200.21845C177.236%200.278379%20175.86%200.521009%20175.53%200.361509C175.2%200.201048%20173.922%200.277418%20173.594%200.172049C173.268%200.0666869%20170.59%20-1.67059e-05%20170.59%20-1.67059e-05L170.303%200.555808L170.35%201.3272L169.962%201.99515L169.784%202.60414C169.784%202.60414%20168.725%202.78684%20168.408%202.84677C168.092%202.90671%20167.554%202.86031%20166.497%203.04301C165.438%203.2257%20163.206%203.42676%20163.159%203.53793C163.112%203.64909%20159.07%203.98936%20159.07%203.98936L157.391%204.51231C157.391%204.51231%20156.442%204.74818%20155.912%204.81197C155.381%204.87578%20154.319%205.0024%20154.002%205.0633C153.685%205.12324%20152.417%205.36393%20151.562%205.37843C150.707%205.39197%20147.945%205.65683%20147.945%205.65683C147.945%205.65683%20145.578%205.41904%20144.935%205.37457C144.29%205.3301%20141.515%205.37457%20141.515%205.37457C140.776%205.55147%20137.236%205.333%20136.693%205.1764C136.149%205.01981%20134.627%204.60318%20133.346%204.62348C132.064%204.64378%20129.273%204.46785%20128.953%204.47365C128.632%204.47849%20127.05%204.83518%20127.05%204.83518L124.097%205.48863L122.318%206.12373L120.648%206.81198L119.387%207.16288L117.678%207.18994C117.678%207.18994%20116.623%207.42774%20116.302%207.43257C115.982%207.4374%20114.606%207.68003%20113.752%207.69357C112.897%207.7071%20111.392%207.56597%20111.392%207.56597L109.563%207.37458L108.626%207.77573L106.913%207.7477C106.913%207.7477%20106.263%207.59304%20105.728%207.60077C105.194%207.60946%20103.686%207.41324%20103.686%207.41324C103.686%207.41324%20103.459%207.19671%20103.032%207.20347C102.604%207.21024%2099.2159%207.76124%2099.2159%207.76124C99.2159%207.76124%2099.0154%207.98452%2097.6098%207.73223C96.2042%207.47897%2094.703%207.39294%2094.2682%207.28951C93.8353%207.18608%2091.6988%207.21991%2091.6988%207.21991L90.8442%207.23344L86.7287%206.36152C86.7287%206.36152%2086.8018%205.8086%2086.5713%205.53697C86.3407%205.26534%2086.4307%204.98791%2085.994%204.82938C85.5574%204.67085%2083.1172%204.98598%2083.1172%204.98598C83.1172%204.98598%2081.5224%205.12131%2081.2019%205.12711C80.8814%205.13195%2078.1808%204.67955%2078.1808%204.67955C78.1808%204.67955%2077.6073%204.02706%2076.8558%203.98357C76.1043%203.94006%2074.8205%203.90623%2074.8205%203.90623L72.9014%203.99226L72.0075%203.34461L69.6517%203.27211C69.6517%203.27211%2068.9039%203.28371%2068.263%203.29434C67.622%203.30498%2067.191%203.25665%2065.6861%203.11552C64.1811%202.97438%2062.5694%202.83421%2062.0315%202.78782C61.4936%202.74142%2057.4268%202.64089%2057.4268%202.64089L56.739%203.64427L56.0118%203.98646L53.9016%204.46109L51.6789%204.82745L50.277%204.62929L49.2463%205.25278C49.2463%205.25278%2048.4085%205.5418%2047.7676%205.55244C47.1266%205.56307%2046.0547%205.52441%2046.0547%205.52441L44.6116%206.43016L43.3428%206.67085L40.9926%206.70855L40.0312%206.72402L38.2864%206.145L36.982%205.7796L33.8841%205.8289L33.2132%205.34365L31.0467%204.88159C31.0467%204.88159%2029.9953%205.17448%2029.4387%204.79749L28.8821%204.4205L27.7876%203.9971L27.0492%204.17399L24.7328%204.76269L23.0236%204.78975L22.3864%204.85549L20.7577%204.44079L20.0868%203.95554L19.5321%203.63364L18.9942%203.58725L17.5792%203.16868C17.5792%203.16868%2017.0414%203.12228%2016.719%203.07202C16.3948%203.02175%2015.0773%202.43692%2015.0773%202.43692C15.0773%202.43692%2014.0128%202.50943%2013.5855%202.51619C13.1582%202.52296%2011.8875%202.70855%2011.8875%202.70855L10.4182%203.17351L8.69216%202.92508L7.05795%202.4002L6.25579%203.29532L6.24645%203.28758Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A')
      center/contain no-repeat;
  }

  .brunch__content-right {
    max-width: 580px;
    text-align: center;
  }

  .brunch .simple-gallery {
    margin-top: 32px;
  }

  .history__indicator > span:first-child {
    font-size: 60px;
  }

  .history__gallery_1 img {
    height: 108px;
  }

  .history__gallery_3 img {
    height: 175px;
  }

  .history__partners span:first-child {
    font-size: 24px;
  }

  .history__partners-decor {
    width: 350px;
  }

  .video-gallery__arrows {
    gap: 0;
  }

  .video-gallery__arrows span {
    width: 50px;
  }

  .goal__title {
    font-size: 65px;
  }

  .goal__items {
    padding: 0;
  }

  .partners__title:before {
    display: none;
  }

  .partners__title {
    font-size: 40px;
  }

  .partners__head-right {
    width: -moz-fit-content;
    width: fit-content;
  }

  .partners__image {
    display: none;
    width: 306px;
    top: auto;
    bottom: -20px;
  }

  .partners__image_mob {
    display: block;
  }

  .partners__head-text {
    margin-top: 0px;
  }

  .partners__indicators {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .partners-packages__list .package__image {
    width: 246px;
  }

  .partners-packages__list .package__btn {
    font-size: 14px;
    width: 126px;
    padding: 6px 12px;
  }

  .reviews__screens {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .reviews__screens {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .update {
    padding-bottom: 110px;
    background: url('../img/update-bg.webp') center 74% / auto 418px no-repeat var(--white);
  }

  .update__img {
    height: 125px;
  }

  .update__img-decor {
    width: 180px;
    height: 180px;
    top: -35px;
    right: 27%;
  }

  .update__img-item {
    width: 396px;
    top: -61px;
    left: 43%;
  }

  .update__text {
    max-width: 229px;
    font-size: 16px;
  }

  .update__subtitle {
    max-width: 249px;
    font-size: 15px;
  }

  span.update__text_decor:nth-child(1) {
    right: 80px;
    top: -76px;
  }

  span.update__text_decor:nth-child(2) {
    right: -4px;
    top: 0;
  }

  span.update__text_decor:nth-child(3) {
    right: -6px;
    top: 47px;
  }

  span.update__text_decor:nth-child(4) {
    top: 52px;
    left: 0;
  }

  span.update__text_decor:nth-child(5) {
    top: 126px;
  }

  span.update__text_decor:nth-child(6) {
    left: 42px;
    top: 192px;
  }

  .insta {
    padding: 75px 0 52px;
  }

  .insta__wrap {
    gap: 28px;
  }

  .defender__img {
    width: 290px;
    bottom: 100px;
    left: -14px;
  }
}

@media (max-width: 760px) {
  :root {
    --container-width: 368px;
  }

  [class*='__container'] {
    flex-wrap: wrap;
  }

  .btn-decor-arrows {
    display: none;
  }

  .simple-gallery {
    margin-top: 32px;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 5px;
  }

  .simple-gallery__item {
    border-radius: 6px;
  }

  .form__inputs {
    margin-bottom: 20px;
    gap: 20px;
  }

  .form .input {
    padding: 0 0 10px 10px;
  }

  .form .flag-container {
    top: -10px;
  }

  .form__bottom-text {
    padding-top: 10px;
  }

  .header__logos {
    gap: 6px;
  }

  .header__logo._holders {
    width: 125px;
  }

  .header__logo._bk {
    width: 136px;
  }

  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8823529412);
    flex-direction: column;
    align-items: center;
    padding: 150px 0 50px;
    overflow: auto;
    z-index: 2;
    transform: translateY(-100%);
    transition: var(--tr);
    gap: 30px;
  }

  .header__menu a {
    color: var(--white);
    font-size: var(--l);
  }

  .header._active .header__menu {
    transform: translateY(0);
  }

  .burger {
    display: initial;
    height: 14px;
    width: 22px;
  }

  .footer__wrap {
    gap: 63px;
    flex-direction: column;
    text-align: center;
  }

  .footer__menu-social {
    justify-content: center;
  }

  .footer__ellipse-1,
  .footer__ellipse-2 {
    filter: blur(75px);
  }

  .footer__ellipse-1 {
    width: 210.088px;
    height: 258.188px;
    border-radius: 258.188px;
    transform: rotate(-22.939deg) translate3d(30%, -154%, 0);
  }

  .footer__ellipse-2 {
    width: 210.088px;
    height: 258.188px;
    border-radius: 258.188px;
    transform: rotate(-22.939deg) translate3d(-9%, 102%, 0);
  }

  #modal-speaker .speaker-modal__info ._name {
    font-size: 28px;
  }

  #modal-speaker .speaker-modal {
    flex-direction: column;
    padding: 50px 20px;
    gap: 40px;
  }

  #modal-speaker .speaker-modal__photo {
    margin: 0 auto;
    aspect-ratio: 1/1;
    height: auto;
    width: 100%;
    -o-object-position: center;
    object-position: center;
  }

  .modal-packages {
    align-items: flex-start;
  }

  .modal-packages .packages-slider {
    max-width: 360px;
  }

  .modal-packages .packages-slider__btn-prev,
  .modal-packages .packages-slider__btn-next {
    transform: translate(0%, 0%) rotate(180deg);
  }

  .modal-packages .packages-slider__btn-next {
    transform: translate(0%, 0%) rotate(0deg);
  }

  .modal-packages .modal-package__title {
    font-size: 36px;
  }

  .modal-packages .modal-package__body {
    flex-direction: column;
  }

  .modal-packages .modal-package__info {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .modal-packages .modal-package__info ul li {
    margin-bottom: 4px;
  }

  .modal-packages .modal-package__price {
    justify-content: center;
    gap: 12px;
    margin-top: 26px;
  }

  .modal-packages .modal-package__price-discount {
    font-weight: 400;
  }

  .modal-packages .modal-package__form-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  #modal-discount .modal-content,
  #modal-reg .modal-content,
  #modal-booking .modal-content,
  #modal-become-partner .modal-content {
    max-width: 360px;
    padding: 20px;
  }

  #modal-discount .title,
  #modal-reg .title,
  #modal-booking .title,
  #modal-become-partner .title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .hero__grid {
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-areas: 'main' 'photo_1' 'actions';
  }

  .hero ul.list {
    font-size: var(--l);
  }

  .hero ul.list li {
    margin-bottom: 6px;
    padding-left: 20px;
  }

  .hero ul.list li:before {
    width: 16px;
    top: 0;
  }

  .hero__main {
    border-radius: 10px;
    padding: 20px 13px 20px 20px;
  }

  .hero__main:before {
    width: 320px;
    bottom: -55px;
    right: 50%;
    transform: translateX(58%);
  }

  .hero__title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .hero__title span:nth-child(1) {
    font-size: 28px;
  }

  .hero__text {
    padding-left: 13px;
    gap: 10px;
  }

  .hero__text p {
    font-size: var(--m);
    max-width: 146px;
  }

  .hero__text .list {
    margin-top: -40px;
  }

  .hero__image {
    display: none;
    border-radius: 10px;
  }

  .hero__image_1 {
    display: block;
    aspect-ratio: 348/139;
  }

  .hero__image_mob {
    display: block;
    aspect-ratio: 350/160;
    width: 169px;
  }

  .hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero__actions .btn {
    margin-bottom: 0;
  }

  .hero__actions .btn:last-child {
    margin-top: -4px;
  }

  .hero__info {
    margin-bottom: 0;
  }

  .hero1__content {
    gap: 10px;
  }

  .hero1__title {
    top: 23%;
    font-size: 23px;
    max-width: 314px;
  }

  .hero1__title ._accent {
    font-size: 34px;
  }

  .hero1__title b {
    font-size: 34px;
  }

  .hero1__header {
    flex-direction: column;
    gap: 10px;
  }

  .hero1__footer {
    flex-direction: column;
    gap: 10px;
  }

  .hero1__info {
    padding: 12px 10px;
    gap: 5px !important;
  }

  .hero1__video {
    height: 285px;
  }

  .hero1__video--desktop {
    display: none;
  }
  .hero1__video--mobile {
    display: block;
  }

  .hero1__footer {
    font-size: 20px;
  }

  .hero2__content {
    padding: 38px 16px;
  }

  .hero2__content::before {
    aspect-ratio: 198/79;
    width: 230px;
    background: url(../img/hero2-text-decor-mob.png) center / contain no-repeat;
    top: 21%;
    left: 18%;
  }

  .hero2__content::after {
    top: 65%;
    left: 26%;
  }

  .hero2__info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .hero2__info > div {
    padding-left: 0;
    padding-right: 13px;
  }

  .hero2__info > div::before {
    right: 0;
    left: auto;
  }

  .hero2__info > div:last-child::before {
    display: none;
  }

  .hero2__title {
    margin-top: 146px;
  }

  .hero2__list {
    margin-top: 92px;
    width: 100%;
  }

  .hero2__btn {
    margin-top: 19px;
    padding: 12px 10px;
  }

  .hero2__btn::after {
    display: none;
  }

  .hero3__content {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
  }

  .hero3__title {
    padding: 12px 16px;
    grid-area: 1 / 1 / 2 / 3;
    border-radius: 4px;
  }

  .hero3__image {
    grid-area: 2 / 1 / 3 / 3;
    height: 280px;
    border-radius: 4px;
  }

  .hero3__find-out {
    grid-area: 3 / 1 / 4 / 2;
  }

  .hero3__receive {
    grid-area: 3 / 2 / 4 / 3;
  }

  .hero3__info {
    grid-area: 4 / 1 / 5 / 3;
  }

  .hero3__btn-book {
    grid-area: 5 / 1 / 6 / 3;
  }

  .hero3__btn-become-partner {
    grid-area: 6 / 1 / 7 / 3;
  }

  .hero4__content {
    flex-direction: column;
    gap: 16px;
  }

  .hero4__sub-title {
    display: none;
    margin-top: 306px;
  }

  .hero4__list {
    width: 100%;
  }

  .hero4__low-price {
    margin-top: 308px;
  }

  .hero4__content::before {
    width: 182px;
    top: 5.5%;
    left: 44.5%;
  }

  .hero4__video {
    position: absolute;
    top: 208px;
    height: 280px;
    width: 100%;
    border-radius: 8px;
  }

  .hero4__video--desktop {
    display: none;
  }

  .hero4__video--mobile {
    display: block;
  }

  .hero5__content {
    flex-direction: column;
  }

  .hero5__content::before {
    aspect-ratio: 329/44;
    top: 76%;
    left: 4%;
    width: 329px;
    background: url('../img/hero5-text-decor-mob.png') center 60% / cover no-repeat;
  }

  .hero5__left-part .images {
    margin-top: 0;
    order: 1;
  }

  .hero5__title {
    margin-top: 16px;
    order: 2;
  }

  .hero5__info {
    margin-top: 0;
  }

  .hero5__right-part .image {
    width: 108px;
    height: 108px;
    border-radius: 8px;
  }

  .hero5__right-part .image--1 {
    background: url('../img/hero5-image-right1.webp') center 60% / cover no-repeat;
  }

  .hero5__right-part .image--2 {
    background: url('../img/hero5-image-right2.webp') center 30% / cover no-repeat;
  }

  .hero5__low-price {
    order: 3;
    margin-top: 380px;
  }

  .hero5__btn-book {
    order: 4;
  }

  .hero5__right-part {
    position: absolute;
    top: 250px;
  }

  .info {
    gap: 10px;
  }

  .speakers:before {
    height: 58px;
    background: no-repeat
      url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221366%22%20height%3D%2260%22%20viewBox%3D%220%200%201366%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_4309_40)%22%3E%0A%3Cpath%20d%3D%22M5.01729%2012.6938L1.07779%2015.9447L-1.08655%2018.1058L-8.1793%2022.6779L-5.53674%2027.5374L-7.67673%2030.1239L-5.15578%2033.2815L-0.332648%2036.1927C-0.332648%2036.1927%20-1.37021%2041.3172%20-2.75633%2041.3359C-4.14246%2041.3545%20-6.69594%2044.5868%20-6.69594%2044.5868L-6.54998%2046.7142L-10.0437%2049.7449L-9.67077%2055.2762L-9.41142%2059.1056L-9.24113%2061.6585L-4.45056%2064.1443L-2.35915%2067.7348L-4.50725%2070.1085L-8.46299%2073.1467C-8.46299%2073.1467%20-11.6243%2074.2552%20-11.5838%2074.8934C-11.5432%2075.5316%20-11.2434%2079.9993%20-11.2434%2079.9993L-11.057%2082.7649L-10.4651%2091.4837L-10.0031%2098.2915L-15.3774%20100.923C-15.3774%20100.923%20-19.3494%20103.748%20-19.7547%20104.603C-20.16%20105.461%20-19.4548%20109.071%20-19.4548%20109.071L-22.0001%20112.512L-19.0413%20115.236L-17.0715%20123.936L-13.4238%20130.057L-15.045%20133.488L-10.6192%20137.47L-5.77183%20140.807L-1.61345%20140.747L-2.99954%20144.173L-4.84774%20147.607L-11.1542%20150.04L-6.69593%20154.448L-1.93771%20159.916L1.62895%20161.357C1.62895%20161.357%202.66653%20163.044%202.24501%20163.69C1.8235%20164.335%20-1.4108%20167.788%20-1.4108%20167.788C-1.4108%20167.788%20-0.129983%20169.684%20-1.2405%20170.341C-2.35103%20170.994%20-0.940587%20174.808%20-0.940587%20174.808L1.23988%20176.268L6.56558%20179.81L3.49337%20182.195L5.94951%20184.288L7.61118%20188.308L12.029%20192.078L17.3546%20195.62L17.5735%20198.811L17.9059%20203.704L14.0474%20208.231L10.9265%20209.978L9.63769%20211.486L6.16829%20214.942L1.78302%20215.006L-2.93473%20216.988L-7.55511%20217.055L-11.7135%20217.114L-11.3973%20221.795L-8.91696%20224.314C-8.91696%20224.314%20-7.96046%20224.725%20-7.91993%20225.363C-7.8794%20226.001%20-7.58756%20230.256%20-7.58756%20230.256L-4.18298%20232.76L-2.61046%20235.504L-2.33489%20239.546L-2.86981%20245.301L-5.91768%20248.112C-5.91768%20248.112%20-8.87643%20252.199%20-10.2382%20252.643C-11.5919%20253.087%20-12.3862%20255.016%20-12.3862%20255.016L-9.50056%20256.677L-1.1838%20256.558L7.06004%20255.375L15.9117%20256.312L21.4563%20256.233L32.0102%20255.016L41.5672%20252.751L52.4049%20255.789L62.7563%20258.409L69.687%20258.308L75.8799%20260.988L83.2726%20260.884L91.1273%20260.772L100.149%20257.45L103.643%20254.419L108.782%20255.196L113.516%20256.83L127.158%20260.253L138.709%20260.089L144.716%20260.003L151.72%20260.966L160.32%20265.101C160.32%20265.101%20164.665%20267.807%20166.051%20267.789C167.437%20267.77%20173.444%20267.684%20173.444%20267.684L185.068%20268.584L194.146%20266.113L202.001%20266.001L212.239%20266.919L220.71%20269.14C220.71%20269.14%20226.741%20269.479%20228.565%20269.028C230.38%20268.576%20240.837%20265.87%20240.837%20265.87L254.901%20261.835L261.783%20261.1L270.975%20260.331L277.468%20260.663L287.122%20259.887L293.631%20260.432L302.969%20261.791L310.476%20263.388L314.658%20263.754L323.915%20263.836L328.536%20263.769L334.559%20263.896L345.947%20261.391L355.188%20261.261L364.843%20260.484L372.26%20260.805L378.825%20262.201L384.483%20263.825L386.94%20265.919L397.031%20264.709L406.605%20262.657L420.823%20260.962L429.22%20262.119C429.22%20262.119%20432.601%20264.198%20433.995%20264.392C435.397%20264.586%20439.742%20267.292%20439.742%20267.292L439.888%20269.42L445.967%20270.397C445.967%20270.397%20450.612%20270.756%20452.436%20270.304C454.252%20269.852%20462.698%20271.648%20462.698%20271.648L469.799%20274.1L475.806%20274.014L483.198%20273.91L491.864%20272.081L499.556%20269.629L504.525%20267.856L510.88%20266.06L518.719%20265.736L527.635%20267.736L530.408%20267.695L537.298%20266.96C537.298%20266.96%20540.954%20266.269%20542.34%20266.251C543.726%20266.232%20550.162%20265.713%20550.162%20265.713L556.647%20265.833L565.426%20265.706L571.975%20266.889L577.52%20266.811L585.836%20266.691L594.696%20267.841L601.765%20269.867L607.925%20272.122C607.925%20272.122%20610.795%20273.57%20612.659%20273.757C614.524%20273.943%20621.551%20275.332%20621.551%20275.332L626.172%20275.264L635.307%20273.645L643.511%20271.823L652.768%20271.905L658.272%20271.189L667.585%20272.122L679.12%20271.745L691.077%20270.722L702.539%20269.281L710.685%20270.229L721.101%20270.293L729.864%20269.953L737.329%20270.912L742.307%20269.352L747.276%20267.579L756.946%20267.016L761.072%20266.531L769.802%20265.766L784.109%20265.348L794.274%20265.202L804.52%20266.333L816.079%20266.381L825.782%20266.243L838.411%20268.404L848.114%20268.266L858.741%20268.113L867.982%20267.983L878.098%20267.199L891.522%20267.434L904.905%20267.031L910.895%20266.732L920.582%20266.381C920.582%20266.381%20929.012%20267.964%20930.86%20267.938C932.708%20267.912%20948.758%20265.978%20948.758%20265.978L960.698%20264.743L969.429%20263.978L984.327%20265.467L999.137%20265.68L1012.62%20266.766C1012.62%20266.766%201017.72%20267.12%201019.57%20267.091C1021.42%20267.064%201028.76%20266.109%201028.76%20266.109L1042.84%20269.315L1061.32%20269.05L1077.03%20268.826L1088.58%20268.662L1104.68%20267.367L1112.6%20268.318L1118.15%20268.24L1133.4%20268.024L1140.89%20269.408L1150.76%20271.823L1164.16%20271.633L1173.72%20269.367L1185.74%20269.408L1207.91%20269.091L1217.28%20270.871L1223.75%20270.778L1233.91%20270.632L1242.41%20273.279L1252.27%20275.481L1260.67%20276.638L1269.55%20278L1283.23%20275.249L1286.68%20271.58L1296.85%20271.435L1306.55%20271.297L1315.16%20268.621L1321.35%20264.485L1329.42%20260.749L1334.06%20254.083L1341.64%20249.929L1350.23%20247.04L1358.26%20242.666L1367.41%20241.259L1373.76%20239.464L1376.59%20233.462L1381.92%20230.192L1386.64%20224.803L1386.14%20217.357L1385.74%20211.4L1389.69%20208.362L1389.39%20203.894C1389.39%20203.894%201391.09%20201.741%201389.17%20200.49C1387.23%20199.24%201390.5%20196%201389.64%20195.373C1388.78%20194.746%201389.42%20190.268%201389.42%20190.268C1389.42%20190.268%201391.05%20187.263%201391.88%20185.975C1392.72%20184.688%201391.58%20181.508%201391.58%20181.508L1391.68%20176.824L1386.23%20170.729L1384.08%20166.287L1383.38%20162.678L1388.26%20159.629L1392.65%20156.161L1387.83%20153.25L1382.19%20151.839L1382.35%20147.364L1385.86%20144.546L1387.91%20140.683L1391.23%20135.1L1386.86%20131.968L1384.37%20129.236L1384.63%20126.25L1386.51%20119.838L1385.87%20117.293L1384.12%20111.784L1382.49%20108.19L1382.3%20105.424L1383.02%20102.434L1386.56%20100.042L1391.9%2096.985L1396.79%2094.1485L1396.66%2092.2338L1396.57%2090.9573L1396.48%2089.6808L1401%2088.1245L1400.78%2084.9333L1400.67%2083.2313L1394%2080.3462C1394%2080.3462%201393.03%2079.7229%201392.98%2078.872C1392.92%2078.021%201392.89%2077.5955%201392.82%2076.5318C1392.75%2075.4681%201390.8%2074.005%201389.42%2074.0274C1388.03%2074.046%201384.61%2071.3289%201384.61%2071.3289L1386.29%2068.7498L1380.91%2064.3569L1374.25%2061.6845L1368.48%2058.359L1358.59%2055.7314L1355.2%2053.4397L1351.6%2054.9812L1346.9%2053.7719L1340.84%2053.0068L1336.14%2051.7975L1329.94%2049.1177L1330.26%2046.9828L1326.26%2042.5674L1320.62%2041.1566L1311.89%2041.9217L1306.65%2039.6562L1303.22%2036.7263C1303.22%2036.7263%201297.17%2036.1739%201297.13%2035.5357C1297.09%2034.8975%201294.67%2033.4419%201294.67%2033.4419L1287.39%2035.0356L1284.02%2033.1694C1284.02%2033.1694%201284.79%2030.818%201283.37%2030.4112C1281.96%2030.0044%201276.01%2030.9412%201274.11%2030.1163C1272.2%2029.2915%201270.67%2027.1864%201269.28%2026.9924C1267.88%2026.7983%201257.17%2025.6748%201257.17%2025.6748L1247.27%2022.8345C1247.27%2022.8345%201242.06%2020.9945%201240.66%2020.8004C1239.26%2020.6063%201228.15%2020.3413%201228.15%2020.3413L1221.27%2021.2893L1215.15%2026.4848L1206.93%2027.8807C1206.93%2027.8807%201201.02%2029.4557%201199.64%2029.4744C1198.25%2029.493%201187.22%2030.5045%201187.22%2030.5045L1181.33%2032.2923L1171.18%2032.6506C1171.18%2032.6506%201164.21%2032.1131%201164.12%2030.8367C1164.03%2029.5602%201165.53%2031.2435%201164.03%2029.5602C1162.53%2027.8769%201154.13%2026.7199%201153.73%2027.5783C1153.32%2028.4368%201150.65%2029.9633%201149.27%2029.9857C1147.88%2030.0044%201140.04%2030.3291%201140.04%2030.3291L1132.96%2028.0897L1129.05%2024.9508C1129.05%2024.9508%201125.52%2020.5317%201123.17%2019.927C1120.82%2019.3224%201117.01%2017.6727%201116.96%2017.0345C1116.92%2016.3962%201106.27%2016.3365%201106.27%2016.3365C1106.27%2016.3365%201104.59%2018.7028%201100.84%2018.1169C1097.11%2017.5309%201086.37%2015.982%201084.95%2015.5751C1083.53%2015.1683%201075.28%2016.1387%201073.36%2015.1011C1071.43%2014.0635%201067.96%2010.4954%201065.59%209.67801C1063.22%208.86063%201056.12%206.4085%201056.12%206.4085L1047.34%206.53538L1040.04%207.91636L1036.69%206.25919C1036.69%206.25919%201033.9%206.0875%201032.05%205.90088C1030.18%205.71426%201023.23%205.38955%201023.23%205.38955L1015.68%203.15388L1011.51%203.00086L1003.81%205.45302L999.194%205.5202C999.194%205.5202%20990.415%205.6471%20989.872%204.37437C989.321%203.10537%20990.642%202.02299%20988.745%201.41088C986.856%200.798779%20979.893%200.474069%20977.575%200.294917C975.249%200.115764%20965.116%200.686804%20964.727%201.75426C964.338%202.82544%20960.731%204.15415%20958.883%204.18028C957.034%204.20641%20941.26%203.36663%20941.26%203.36663L933.405%203.4786L921.076%205.78519L909.323%209.78628L907.142%2011.7346L900.195%2011.6226L881.316%2012.746C881.316%2012.746%20872.667%2014.7839%20871.281%2014.8063C869.895%2014.825%20857.42%2015.0041%20857.42%2015.0041L850.043%2015.3213L837.584%2015.7133C837.584%2015.7133%20832.851%2014.0785%20830.986%2013.8919C829.122%2013.7052%20816.509%2011.757%20816.509%2011.757L813.177%2010.3125C813.177%2010.3125%20810.851%2010.1334%20808.038%209.53249C805.225%208.93531%20797.298%207.98356%20797.298%207.98356L784.247%206.46823L780.867%204.38931C780.867%204.38931%20777.073%202.95236%20775.687%202.97476C774.301%202.99342%20761.51%205.30748%20761.51%205.30748L754.903%203.27334L750.996%200.134449C750.996%200.134449%20747.332%200.612176%20745.954%200.843582C744.584%201.07499%20738.634%202.0118%20737.208%201.39596C735.781%200.776393%20730.253%201.07126%20728.834%200.664438C727.424%200.257612%20715.84%207.05462e-05%20715.84%207.05462e-05L714.6%202.14617L714.803%205.1246L713.125%207.70364L712.355%2010.055C712.355%2010.055%20707.775%2010.7604%20706.405%2010.9918C705.035%2011.2232%20702.709%2011.0441%20698.137%2011.7495C693.557%2012.4549%20683.903%2013.2313%20683.7%2013.6605C683.497%2014.0897%20666.013%2015.4035%20666.013%2015.4035L658.75%2017.4227C658.75%2017.4227%20654.648%2018.3334%20652.354%2018.5797C650.06%2018.826%20645.464%2019.315%20644.094%2019.5501C642.724%2019.7815%20637.237%2020.7109%20633.54%2020.7669C629.844%2020.8191%20617.896%2021.8418%20617.896%2021.8418C617.896%2021.8418%20607.658%2020.9236%20604.877%2020.7519C602.089%2020.5803%20590.084%2020.7519%20590.084%2020.7519C586.89%2021.435%20571.578%2020.5914%20569.227%2019.9868C566.876%2019.3822%20560.294%2017.7735%20554.75%2017.8519C549.205%2017.9303%20537.136%2017.251%20535.749%2017.2734C534.363%2017.2921%20527.522%2018.6693%20527.522%2018.6693L514.747%2021.1924L507.054%2023.6445L499.832%2026.3019L494.376%2027.6568L486.984%2027.7613C486.984%2027.7613%20482.42%2028.6794%20481.034%2028.6981C479.648%2028.7168%20473.698%2029.6536%20470.002%2029.7058C466.305%2029.7581%20459.796%2029.2132%20459.796%2029.2132L451.885%2028.4742L447.832%2030.0231L440.423%2029.9149C440.423%2029.9149%20437.61%2029.3177%20435.3%2029.3475C432.99%2029.3811%20426.464%2028.6235%20426.464%2028.6235C426.464%2028.6235%20425.483%2027.7874%20423.635%2027.8136C421.787%2027.8397%20407.132%2029.9671%20407.132%2029.9671C407.132%2029.9671%20406.264%2030.8293%20400.185%2029.8551C394.105%2028.8773%20387.612%2028.5451%20385.732%2028.1457C383.859%2027.7464%20374.618%2027.877%20374.618%2027.877L370.922%2027.9293L353.121%2024.5627C353.121%2024.5627%20353.437%2022.4278%20352.44%2021.379C351.443%2020.3302%20351.832%2019.259%20349.944%2018.6469C348.055%2018.0348%20337.501%2019.2516%20337.501%2019.2516C337.501%2019.2516%20330.603%2019.7741%20329.217%2019.7965C327.831%2019.8151%20316.15%2018.0684%20316.15%2018.0684C316.15%2018.0684%20313.669%2015.5491%20310.419%2015.3811C307.168%2015.2132%20301.616%2015.0825%20301.616%2015.0825L293.315%2015.4147L289.449%2012.914L279.259%2012.6341C279.259%2012.6341%20276.025%2012.6789%20273.253%2012.72C270.481%2012.761%20268.616%2012.5744%20262.107%2012.0295C255.598%2011.4846%20248.627%2010.9434%20246.3%2010.7642C243.974%2010.5851%20226.384%2010.1969%20226.384%2010.1969L223.409%2014.0711L220.264%2015.3923L211.137%2017.2249L201.523%2018.6395L195.46%2017.8743L191.001%2020.2817C191.001%2020.2817%20187.378%2021.3977%20184.606%2021.4387C181.833%2021.4798%20177.197%2021.3305%20177.197%2021.3305L170.955%2024.8277L165.467%2025.757L155.303%2025.9026L151.144%2025.9623L143.597%2023.7267L137.956%2022.3158L124.556%2022.5062L121.655%2020.6325L112.284%2018.8485C112.284%2018.8485%20107.737%2019.9794%20105.329%2018.5238L102.922%2017.0682L98.1876%2015.4334L94.9939%2016.1164L84.9749%2018.3894L77.5822%2018.4939L74.8261%2018.7477L67.782%2017.1465L64.8801%2015.2729L62.4807%2014.03L60.1543%2013.8509L54.0342%2012.2348C54.0342%2012.2348%2051.7078%2012.0556%2050.3136%2011.8615C48.9113%2011.6675%2043.2128%209.40939%2043.2128%209.40939C43.2128%209.40939%2038.6086%209.68931%2036.7604%209.71544C34.9122%209.74157%2029.4163%2010.4582%2029.4163%2010.4582L23.0612%2012.2534L15.5956%2011.2942L8.52715%209.26756L5.05776%2012.7237L5.01729%2012.6938Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_4309_40%22%3E%0A%3Crect%20width%3D%221366%22%20height%3D%2260%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A');
  }

  .speakers__title,
  .program__title {
    font-size: 63px;
  }

  .speakers__subtitle {
    font-size: var(--m);
    margin-bottom: 54px;
  }

  .speakers__subtitle:before {
    width: 316px;
    top: 5px;
    transform: translateX(-50%) rotate(1.5deg);
  }

  .speakers__list {
    margin-top: 42px;
    grid-template-columns: repeat(2, 1fr);
    gap: 54px 20px;
    position: relative;
  }

  .speakers__list .item:nth-child(3n + 1),
  .speakers__list .item:nth-child(3n + 3) {
    transform: translateY(0);
  }

  .speakers__list .item:nth-child(odd) {
    transform: translateY(0px) !important;
  }

  .speakers__list .item__name {
    font-size: 18px;
  }

  .speakers__list .item__button {
    font-size: 14px;
  }

  .speakers__list .item__button:before {
    width: 14px;
  }

  .be-here {
    padding: 13px 0 30px;
  }

  .be-here__title {
    text-align: left;
    line-height: 0.96;
    margin-bottom: 20px;
  }

  .be-here__indicators .item__description {
    font-size: var(--xs);
  }

  .be-here__gallery .image {
    width: 155px;
    margin: 0 -108px;
  }

  .be-here__gallery:before {
    width: 192px;
    right: -75px;
    bottom: auto;
    top: -40px;
    transform: rotate(-15deg);
  }

  .be-here__bottom {
    flex-direction: column;
    gap: 22px;
  }

  .be-here__bottom .item h3 {
    margin-bottom: 4px;
  }

  .be-here__bottom .item p {
    font-size: var(--);
  }

  .urs__container {
    position: static;
  }

  .urs__container {
    padding-bottom: 30px;
  }

  .urs__bg-img {
    background: center/auto 70% no-repeat;
    -webkit-mask-image: linear-gradient(0deg, transparent 20%, #000000 45%);
    mask-image: linear-gradient(0deg, transparent 20%, #000000 45%);
  }

  .urs__inner {
    padding-left: 0;
  }

  .urs__title {
    margin-bottom: 0;
    padding-bottom: 314px;
  }

  .urs__title span {
    font-size: 40px;
  }

  .urs__title span:nth-child(1) {
    font-size: 32px;
  }

  .urs__title:before {
    left: -10%;
    bottom: -135px;
    transform: translateX(-50%) rotate(310deg);
  }

  .urs__bottom {
    flex-direction: column;
  }

  .urs__text {
    max-width: initial;
    padding-left: 66px;
    margin-bottom: 20px;
    font-size: var(--m);
  }

  .urs__buttons {
    width: 100%;
  }

  .urs__buttons .btn {
    padding: 15px 16px 13px 15px;
    width: 100%;
  }

  .program {
    padding: 112px 0 30px;
  }

  .program::before {
    height: 58px;
    background: no-repeat
      url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221366%22%20height%3D%2260%22%20viewBox%3D%220%200%201366%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M-3.13454%209.22348L-7.0519%2011.5856L-9.20412%2013.1559L-16.257%2016.4781L-13.6293%2020.0091L-15.7572%2021.8885L-13.2505%2024.1828L-8.45448%2026.2982C-8.45448%2026.2982%20-9.48622%2030.0218%20-10.8645%2030.0353C-12.2428%2030.0489%20-14.782%2032.3975%20-14.782%2032.3975L-14.6369%2033.9433L-18.111%2036.1454L-17.7401%2040.1646L-17.4822%2042.9471L-17.3129%2044.8021L-12.5492%2046.6083L-10.4696%2049.2173L-12.6056%2050.9421L-16.5391%2053.1497C-16.5391%2053.1497%20-19.6826%2053.9551%20-19.6423%2054.4189C-19.6021%2054.8826%20-19.3038%2058.1289%20-19.3038%2058.1289L-19.1184%2060.1384L-18.53%2066.4737L-18.0706%2071.4203L-23.4147%2073.3323C-23.4147%2073.3323%20-27.3643%2075.3853%20-27.7673%2076.0063C-28.1703%2076.6301%20-27.4691%2079.2526%20-27.4691%2079.2526L-30%2081.753L-27.058%2083.7328L-25.0993%2090.0545L-21.4721%2094.5021L-23.0841%2096.9944L-18.6832%2099.8881L-13.863%20102.313L-9.72804%20102.269L-11.1063%20104.759L-12.9441%20107.254L-19.2152%20109.022L-14.782%20112.225L-10.0505%20116.198L-6.50391%20117.245C-6.50391%20117.245%20-5.47218%20118.471%20-5.89124%20118.94C-6.31043%20119.409%20-9.5265%20121.918%20-9.5265%20121.918C-9.5265%20121.918%20-8.25294%20123.295%20-9.35718%20123.773C-10.4614%20124.247%20-9.05897%20127.019%20-9.05897%20127.019L-6.89075%20128.079L-1.59498%20130.653L-4.64991%20132.386L-2.20765%20133.907L-0.555304%20136.828L3.83776%20139.567L9.13342%20142.141L9.35107%20144.46L9.68151%20148.015L5.84472%20151.305L2.74145%20152.574L1.45983%20153.67L-1.99012%20156.181L-6.35071%20156.227L-11.0419%20157.667L-15.6364%20157.716L-19.7714%20157.759L-19.4569%20161.16L-16.9905%20162.991C-16.9905%20162.991%20-16.0394%20163.289%20-15.9991%20163.753C-15.9587%20164.217%20-15.6686%20167.308%20-15.6686%20167.308L-12.2832%20169.128L-10.7195%20171.121L-10.4454%20174.058L-10.9774%20178.24L-14.0081%20180.282C-14.0081%20180.282%20-16.9502%20183.252%20-18.3043%20183.575C-19.6504%20183.898%20-20.4403%20185.3%20-20.4403%20185.3L-17.5708%20186.507L-9.30078%20186.42L-1.1034%20185.56L7.69861%20186.241L13.212%20186.184L23.7065%20185.3L33.2098%20183.653L43.9867%20185.861L54.2798%20187.765L61.1715%20187.692L67.3296%20189.639L74.6807%20189.563L82.4913%20189.482L91.4626%20187.068L94.9365%20184.866L100.047%20185.43L104.754%20186.618L118.32%20189.105L129.806%20188.985L135.779%20188.923L142.743%20189.623L151.295%20192.627C151.295%20192.627%20155.616%20194.594%20156.994%20194.58C158.372%20194.567%20164.345%20194.504%20164.345%20194.504L175.904%20195.158L184.931%20193.362L192.742%20193.281L202.922%20193.948L211.345%20195.562C211.345%20195.562%20217.342%20195.809%20219.156%20195.48C220.961%20195.152%20231.359%20193.186%20231.359%20193.186L245.344%20190.254L252.187%20189.72L261.328%20189.162L267.784%20189.403L277.384%20188.839L283.857%20189.235L293.142%20190.222L300.606%20191.383L304.766%20191.648L313.971%20191.708L318.565%20191.659L324.554%20191.751L335.879%20189.932L345.068%20189.837L354.668%20189.273L362.043%20189.506L368.572%20190.52L374.198%20191.7L376.641%20193.221L386.676%20192.343L396.195%20190.851L410.333%20189.62L418.684%20190.461C418.684%20190.461%20422.045%20191.971%20423.431%20192.112C424.826%20192.253%20429.146%20194.219%20429.146%20194.219L429.291%20195.765L435.337%20196.476C435.337%20196.476%20439.955%20196.736%20441.769%20196.408C443.574%20196.08%20451.973%20197.384%20451.973%20197.384L459.034%20199.166L465.007%20199.104L472.358%20199.028L480.975%20197.699L488.624%20195.917L493.565%20194.629L499.884%20193.324L507.679%20193.088L516.545%20194.542L519.302%20194.512L526.153%20193.978C526.153%20193.978%20529.789%20193.476%20531.167%20193.463C532.545%20193.449%20538.945%20193.072%20538.945%20193.072L545.394%20193.159L554.123%20193.067L560.636%20193.926L566.149%20193.87L574.419%20193.783L583.229%20194.618L590.258%20196.091L596.384%20197.729C596.384%20197.729%20599.237%20198.781%20601.091%20198.917C602.945%20199.052%20609.933%20200.061%20609.933%20200.061L614.528%20200.012L623.612%20198.835L631.769%20197.512L640.974%20197.571L646.447%20197.051L655.709%20197.729L667.179%20197.455L679.068%20196.712L690.465%20195.665L698.566%20196.354L708.924%20196.4L717.637%20196.153L725.061%20196.85L730.01%20195.716L734.951%20194.428L744.567%20194.019L748.67%20193.666L757.351%20193.11L771.577%20192.806L781.685%20192.701L791.873%20193.522L803.368%20193.558L813.016%20193.457L825.574%20195.028L835.222%20194.927L845.79%20194.816L854.979%20194.721L865.038%20194.152L878.386%20194.322L891.694%20194.029L897.65%20193.813L907.283%20193.558C907.283%20193.558%20915.665%20194.707%20917.503%20194.689C919.341%20194.67%20935.301%20193.265%20935.301%20193.265L947.174%20192.367L955.855%20191.811L970.67%20192.893L985.396%20193.048L998.801%20193.837C998.801%20193.837%201003.88%20194.095%201005.72%20194.073C1007.55%20194.054%201014.85%20193.36%201014.85%20193.36L1028.86%20195.689L1047.23%20195.497L1062.85%20195.334L1074.34%20195.215L1090.34%20194.274L1098.23%20194.965L1103.74%20194.908L1118.9%20194.751L1126.35%20195.757L1136.17%20197.512L1149.49%20197.373L1158.99%20195.727L1170.95%20195.757L1192.99%20195.526L1202.31%20196.82L1208.74%20196.752L1218.85%20196.647L1227.31%20198.569L1237.11%20200.169L1245.46%20201.01L1254.28%20202L1267.89%20200.001L1271.32%20197.335L1281.43%20197.23L1291.08%20197.129L1299.64%20195.185L1305.8%20192.18L1313.83%20189.465L1318.44%20184.622L1325.97%20181.603L1334.52%20179.504L1342.5%20176.326L1351.6%20175.303L1357.92%20173.999L1360.73%20169.638L1366.03%20167.262L1370.72%20163.346L1370.23%20157.936L1369.82%20153.607L1373.76%20151.4L1373.46%20148.153C1373.46%20148.153%201375.15%20146.589%201373.23%20145.68C1371.31%20144.772%201374.56%20142.418%201373.71%20141.962C1372.84%20141.506%201373.49%20138.252%201373.49%20138.252C1373.49%20138.252%201375.1%20136.069%201375.93%20135.133C1376.76%20134.197%201375.63%20131.887%201375.63%20131.887L1375.73%20128.483L1370.31%20124.055L1368.18%20120.827L1367.48%20118.205L1372.33%20115.989L1376.7%20113.47L1371.9%20111.354L1366.29%20110.329L1366.45%20107.078L1369.94%20105.03L1371.98%20102.223L1375.29%2098.1659L1370.94%2095.8905L1368.46%2093.9054L1368.72%2091.7358L1370.59%2087.0766L1369.96%2085.227L1368.21%2081.2241L1366.59%2078.6124L1366.4%2076.6028L1367.12%2074.4305L1370.64%2072.6922L1375.95%2070.471L1380.82%2068.4099L1380.69%2067.0186L1380.6%2066.0912L1380.51%2065.1637L1385%2064.0328L1384.78%2061.714L1384.67%2060.4773L1378.04%2058.381C1378.04%2058.381%201377.08%2057.9281%201377.02%2057.3097C1376.96%2056.6914%201376.93%2056.3822%201376.87%2055.6093C1376.79%2054.8364%201374.86%2053.7733%201373.48%2053.7896C1372.1%2053.8031%201368.7%2051.8288%201368.7%2051.8288L1370.37%2049.9548L1365.02%2046.7628L1358.4%2044.821L1352.66%2042.4046L1342.83%2040.4954L1339.46%2038.8302L1335.88%2039.9502L1331.2%2039.0716L1325.18%2038.5156L1320.5%2037.6369L1314.34%2035.6897L1314.66%2034.1384L1310.68%2030.9302L1305.07%2029.905L1296.39%2030.461L1291.18%2028.8148L1287.77%2026.6859C1287.77%2026.6859%201281.75%2026.2845%201281.71%2025.8208C1281.67%2025.357%201279.27%2024.2994%201279.27%2024.2994L1272.03%2025.4574L1268.68%2024.1014C1268.68%2024.1014%201269.45%2022.3928%201268.04%2022.0972C1266.62%2021.8016%201260.72%2022.4823%201258.82%2021.883C1256.93%2021.2836%201255.4%2019.754%201254.02%2019.613C1252.62%2019.472%201241.98%2018.6557%201241.98%2018.6557L1232.13%2016.5919C1232.13%2016.5919%201226.95%2015.2549%201225.56%2015.1138C1224.17%2014.9728%201213.12%2014.7803%201213.12%2014.7803L1206.28%2015.4691L1200.2%2019.2442L1192.02%2020.2585C1192.02%2020.2585%201186.15%2021.403%201184.77%2021.4165C1183.39%2021.4301%201172.42%2022.165%201172.42%2022.165L1166.56%2023.4641L1156.47%2023.7244C1156.47%2023.7244%201149.54%2023.3339%201149.45%2022.4064C1149.36%2021.4789%201150.85%2022.702%201149.36%2021.4789C1147.87%2020.2558%201139.52%2019.4151%201139.12%2020.0388C1138.71%2020.6626%201136.06%2021.7718%201134.68%2021.7881C1133.31%2021.8016%201125.51%2022.0376%201125.51%2022.0376L1118.47%2020.4104L1114.58%2018.1296C1114.58%2018.1296%201111.07%2014.9186%201108.73%2014.4792C1106.39%2014.0399%201102.6%2012.8412%201102.55%2012.3774C1102.51%2011.9137%201091.93%2011.8703%201091.93%2011.8703C1091.93%2011.8703%201090.25%2013.5897%201086.53%2013.1639C1082.81%2012.7381%201072.13%2011.6127%201070.72%2011.3171C1069.31%2011.0215%201061.11%2011.7266%201059.2%2010.9726C1057.29%2010.2187%201053.83%207.62602%201051.48%207.0321C1049.12%206.43817%201042.06%204.6564%201042.06%204.6564L1033.33%204.74861L1026.07%205.75205L1022.74%204.54793C1022.74%204.54793%201019.97%204.42316%201018.12%204.28757C1016.27%204.15196%201009.35%203.91602%201009.35%203.91602L1001.85%202.29154L997.696%202.18036L990.047%203.96215L985.453%204.01096C985.453%204.01096%20976.723%204.10317%20976.183%203.17837C975.635%202.25629%20976.949%201.46982%20975.063%201.02504C973.185%200.580282%20966.261%200.344336%20963.956%200.214163C961.642%200.0839908%20951.567%200.498924%20951.18%201.27454C950.793%202.05289%20947.206%203.01836%20945.368%203.03735C943.53%203.05633%20927.845%202.44613%20927.845%202.44613L920.034%202.52749L907.774%204.2035L896.087%207.11078L893.918%208.52643L887.011%208.44507L868.238%209.26138C868.238%209.26138%20859.637%2010.7421%20858.259%2010.7584C856.881%2010.772%20844.476%2010.9021%20844.476%2010.9021L837.141%2011.1326L824.752%2011.4174C824.752%2011.4174%20820.045%2010.2296%20818.191%2010.094C816.337%209.95838%20803.795%208.5427%20803.795%208.5427L800.482%207.49317C800.482%207.49317%20798.169%207.363%20795.372%206.92637C792.575%206.49245%20784.692%205.80088%20784.692%205.80088L771.714%204.69982L768.353%203.18923C768.353%203.18923%20764.581%202.14512%20763.202%202.1614C761.824%202.17495%20749.105%203.85639%20749.105%203.85639L742.536%202.37835L738.65%200.0975754C738.65%200.0975754%20735.007%200.444698%20733.637%200.612835C732.275%200.780987%20726.358%201.4617%20724.94%201.01422C723.521%200.564023%20718.024%200.778287%20716.613%200.482679C715.211%200.18707%20703.692%20-6.25733e-05%20703.692%20-6.25733e-05L702.459%201.55932L702.661%203.72351L700.992%205.59749L700.226%207.30604C700.226%207.30604%20695.672%207.81862%20694.31%207.98675C692.948%208.15491%20690.634%208.02473%20686.088%208.53729C681.534%209.04987%20671.934%209.61395%20671.733%209.92584C671.531%2010.2377%20654.145%2011.1923%20654.145%2011.1923L646.923%2012.6595C646.923%2012.6595%20642.844%2013.3213%20640.563%2013.5002C638.282%2013.6792%20633.712%2014.0345%20632.35%2014.2054C630.987%2014.3735%20625.53%2015.0488%20621.855%2015.0895C618.179%2015.1274%20606.298%2015.8705%20606.298%2015.8705C606.298%2015.8705%20596.118%2015.2034%20593.353%2015.0786C590.58%2014.9539%20578.643%2015.0786%20578.643%2015.0786C575.467%2015.5749%20560.241%2014.962%20557.903%2014.5227C555.566%2014.0833%20549.021%2012.9145%20543.507%2012.9714C537.994%2013.0284%20525.992%2012.5348%20524.614%2012.5511C523.235%2012.5646%20516.432%2013.5653%20516.432%2013.5653L503.729%2015.3987L496.08%2017.1804L488.898%2019.1114L483.473%2020.0958L476.122%2020.1718C476.122%2020.1718%20471.584%2020.8389%20470.206%2020.8525C468.828%2020.866%20462.911%2021.5467%20459.236%2021.5847C455.56%2021.6227%20449.088%2021.2267%20449.088%2021.2267L441.221%2020.6898L437.19%2021.8152L429.823%2021.7366C429.823%2021.7366%20427.026%2021.3027%20424.729%2021.3244C422.432%2021.3488%20415.943%2020.7982%20415.943%2020.7982C415.943%2020.7982%20414.968%2020.1908%20413.13%2020.2097C411.292%2020.2287%20396.719%2021.7746%20396.719%2021.7746C396.719%2021.7746%20395.857%2022.401%20389.811%2021.6932C383.766%2020.9826%20377.309%2020.7413%20375.439%2020.4511C373.577%2020.1609%20364.389%2020.2558%20364.389%2020.2558L360.713%2020.2938L343.012%2017.8476C343.012%2017.8476%20343.327%2016.2963%20342.335%2015.5343C341.344%2014.7722%20341.731%2013.9939%20339.853%2013.5491C337.975%2013.1043%20327.48%2013.9884%20327.48%2013.9884C327.48%2013.9884%20320.62%2014.3681%20319.242%2014.3844C317.864%2014.398%20306.249%2013.1287%20306.249%2013.1287C306.249%2013.1287%20303.782%2011.2981%20300.55%2011.1761C297.318%2011.0541%20291.796%2010.9591%20291.796%2010.9591L283.543%2011.2005L279.698%209.38347L269.566%209.18007C269.566%209.18007%20266.35%209.21262%20263.593%209.24245C260.836%209.27228%20258.983%209.1367%20252.51%208.74073C246.037%208.34478%20239.105%207.95155%20236.792%207.82137C234.479%207.69119%20216.988%207.40914%20216.988%207.40914L214.029%2010.2242L210.902%2011.1842L201.826%2012.5158L192.266%2013.5437L186.237%2012.9877L181.804%2014.737C181.804%2014.737%20178.201%2015.5478%20175.444%2015.5777C172.687%2015.6075%20168.077%2015.499%20168.077%2015.499L161.87%2018.0402L156.413%2018.7155L146.306%2018.8212L142.171%2018.8646L134.666%2017.2401L129.056%2016.215L115.733%2016.3533L112.847%2014.9919L103.529%2013.6955C103.529%2013.6955%2099.0072%2014.5173%2096.6131%2013.4596L94.2192%2012.4019L89.5119%2011.2141L86.3362%2011.7104L76.3735%2013.362L69.0223%2013.4379L66.2818%2013.6223L59.2772%2012.4589L56.3916%2011.0975L54.0058%2010.1944L51.6925%2010.0642L45.6068%208.88992C45.6068%208.88992%2043.2934%208.75973%2041.9071%208.61871C40.5127%208.47769%2034.8462%206.83693%2034.8462%206.83693C34.8462%206.83693%2030.2678%207.04034%2028.43%207.05932C26.5923%207.0783%2021.1273%207.599%2021.1273%207.599L14.808%208.90347L7.38426%208.20648L0.355574%206.73387L-3.09438%209.24519L-3.13454%209.22348Z%22%20fill%3D%22%23212121%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  }

  .program .speaker__title {
    margin-left: 0;
    font-size: 54px;
  }

  .speaker__title-mob {
    font-size: 20px;
    justify-self: end;
  }

  .program__title {
    font-size: 48px;
  }

  .program__block_time {
    width: 110%;
  }

  .discount__title {
    font-size: 47px;
  }

  .discount__mockup {
    padding: 0;
  }

  .discount__mockup-blur._1 {
    top: 75px;
    left: -50px;
  }

  .discount__mockup-blur._2 {
    top: -50px;
    left: 25px;
  }

  .discount__mockup-blur._3 {
    top: -50px;
    right: 25px;
  }

  .discount__mockup-blur._4 {
    top: 75px;
    right: -50px;
  }

  .discount__mockup-image {
    width: 189px;
  }

  .discount__mockup-text {
    width: 270px;
  }

  .discount__mockup-text-main {
    padding: 16px;
    text-align: center;
    font-size: 18px;
  }

  .discount__mockup-text-main mark {
    font-size: 20px;
    white-space: nowrap;
  }

  .discount__mockup-text-main h1,
  .discount__mockup-text-main h2,
  .discount__mockup-text-main h3,
  .discount__mockup-text-main h4,
  .discount__mockup-text-main h5,
  .discount__mockup-text-main h6 {
    font-size: 23px;
  }

  .discount__mockup-text-bottom {
    padding: 11px 16px;
  }

  .brunch {
    background: var(--black) url(../img/brunch/bg.webp) center top 20%/220% no-repeat;
  }

  .brunch::before {
    height: 58px;
    background: no-repeat
      url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221366%22%20height%3D%2260%22%20viewBox%3D%220%200%201366%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M-3.13454%209.22348L-7.0519%2011.5856L-9.20412%2013.1559L-16.257%2016.4781L-13.6293%2020.0091L-15.7572%2021.8885L-13.2505%2024.1828L-8.45448%2026.2982C-8.45448%2026.2982%20-9.48622%2030.0218%20-10.8645%2030.0353C-12.2428%2030.0489%20-14.782%2032.3975%20-14.782%2032.3975L-14.6369%2033.9433L-18.111%2036.1454L-17.7401%2040.1646L-17.4822%2042.9471L-17.3129%2044.8021L-12.5492%2046.6083L-10.4696%2049.2173L-12.6056%2050.9421L-16.5391%2053.1497C-16.5391%2053.1497%20-19.6826%2053.9551%20-19.6423%2054.4189C-19.6021%2054.8826%20-19.3038%2058.1289%20-19.3038%2058.1289L-19.1184%2060.1384L-18.53%2066.4737L-18.0706%2071.4203L-23.4147%2073.3323C-23.4147%2073.3323%20-27.3643%2075.3853%20-27.7673%2076.0063C-28.1703%2076.6301%20-27.4691%2079.2526%20-27.4691%2079.2526L-30%2081.753L-27.058%2083.7328L-25.0993%2090.0545L-21.4721%2094.5021L-23.0841%2096.9944L-18.6832%2099.8881L-13.863%20102.313L-9.72804%20102.269L-11.1063%20104.759L-12.9441%20107.254L-19.2152%20109.022L-14.782%20112.225L-10.0505%20116.198L-6.50391%20117.245C-6.50391%20117.245%20-5.47218%20118.471%20-5.89124%20118.94C-6.31043%20119.409%20-9.5265%20121.918%20-9.5265%20121.918C-9.5265%20121.918%20-8.25294%20123.295%20-9.35718%20123.773C-10.4614%20124.247%20-9.05897%20127.019%20-9.05897%20127.019L-6.89075%20128.079L-1.59498%20130.653L-4.64991%20132.386L-2.20765%20133.907L-0.555304%20136.828L3.83776%20139.567L9.13342%20142.141L9.35107%20144.46L9.68151%20148.015L5.84472%20151.305L2.74145%20152.574L1.45983%20153.67L-1.99012%20156.181L-6.35071%20156.227L-11.0419%20157.667L-15.6364%20157.716L-19.7714%20157.759L-19.4569%20161.16L-16.9905%20162.991C-16.9905%20162.991%20-16.0394%20163.289%20-15.9991%20163.753C-15.9587%20164.217%20-15.6686%20167.308%20-15.6686%20167.308L-12.2832%20169.128L-10.7195%20171.121L-10.4454%20174.058L-10.9774%20178.24L-14.0081%20180.282C-14.0081%20180.282%20-16.9502%20183.252%20-18.3043%20183.575C-19.6504%20183.898%20-20.4403%20185.3%20-20.4403%20185.3L-17.5708%20186.507L-9.30078%20186.42L-1.1034%20185.56L7.69861%20186.241L13.212%20186.184L23.7065%20185.3L33.2098%20183.653L43.9867%20185.861L54.2798%20187.765L61.1715%20187.692L67.3296%20189.639L74.6807%20189.563L82.4913%20189.482L91.4626%20187.068L94.9365%20184.866L100.047%20185.43L104.754%20186.618L118.32%20189.105L129.806%20188.985L135.779%20188.923L142.743%20189.623L151.295%20192.627C151.295%20192.627%20155.616%20194.594%20156.994%20194.58C158.372%20194.567%20164.345%20194.504%20164.345%20194.504L175.904%20195.158L184.931%20193.362L192.742%20193.281L202.922%20193.948L211.345%20195.562C211.345%20195.562%20217.342%20195.809%20219.156%20195.48C220.961%20195.152%20231.359%20193.186%20231.359%20193.186L245.344%20190.254L252.187%20189.72L261.328%20189.162L267.784%20189.403L277.384%20188.839L283.857%20189.235L293.142%20190.222L300.606%20191.383L304.766%20191.648L313.971%20191.708L318.565%20191.659L324.554%20191.751L335.879%20189.932L345.068%20189.837L354.668%20189.273L362.043%20189.506L368.572%20190.52L374.198%20191.7L376.641%20193.221L386.676%20192.343L396.195%20190.851L410.333%20189.62L418.684%20190.461C418.684%20190.461%20422.045%20191.971%20423.431%20192.112C424.826%20192.253%20429.146%20194.219%20429.146%20194.219L429.291%20195.765L435.337%20196.476C435.337%20196.476%20439.955%20196.736%20441.769%20196.408C443.574%20196.08%20451.973%20197.384%20451.973%20197.384L459.034%20199.166L465.007%20199.104L472.358%20199.028L480.975%20197.699L488.624%20195.917L493.565%20194.629L499.884%20193.324L507.679%20193.088L516.545%20194.542L519.302%20194.512L526.153%20193.978C526.153%20193.978%20529.789%20193.476%20531.167%20193.463C532.545%20193.449%20538.945%20193.072%20538.945%20193.072L545.394%20193.159L554.123%20193.067L560.636%20193.926L566.149%20193.87L574.419%20193.783L583.229%20194.618L590.258%20196.091L596.384%20197.729C596.384%20197.729%20599.237%20198.781%20601.091%20198.917C602.945%20199.052%20609.933%20200.061%20609.933%20200.061L614.528%20200.012L623.612%20198.835L631.769%20197.512L640.974%20197.571L646.447%20197.051L655.709%20197.729L667.179%20197.455L679.068%20196.712L690.465%20195.665L698.566%20196.354L708.924%20196.4L717.637%20196.153L725.061%20196.85L730.01%20195.716L734.951%20194.428L744.567%20194.019L748.67%20193.666L757.351%20193.11L771.577%20192.806L781.685%20192.701L791.873%20193.522L803.368%20193.558L813.016%20193.457L825.574%20195.028L835.222%20194.927L845.79%20194.816L854.979%20194.721L865.038%20194.152L878.386%20194.322L891.694%20194.029L897.65%20193.813L907.283%20193.558C907.283%20193.558%20915.665%20194.707%20917.503%20194.689C919.341%20194.67%20935.301%20193.265%20935.301%20193.265L947.174%20192.367L955.855%20191.811L970.67%20192.893L985.396%20193.048L998.801%20193.837C998.801%20193.837%201003.88%20194.095%201005.72%20194.073C1007.55%20194.054%201014.85%20193.36%201014.85%20193.36L1028.86%20195.689L1047.23%20195.497L1062.85%20195.334L1074.34%20195.215L1090.34%20194.274L1098.23%20194.965L1103.74%20194.908L1118.9%20194.751L1126.35%20195.757L1136.17%20197.512L1149.49%20197.373L1158.99%20195.727L1170.95%20195.757L1192.99%20195.526L1202.31%20196.82L1208.74%20196.752L1218.85%20196.647L1227.31%20198.569L1237.11%20200.169L1245.46%20201.01L1254.28%20202L1267.89%20200.001L1271.32%20197.335L1281.43%20197.23L1291.08%20197.129L1299.64%20195.185L1305.8%20192.18L1313.83%20189.465L1318.44%20184.622L1325.97%20181.603L1334.52%20179.504L1342.5%20176.326L1351.6%20175.303L1357.92%20173.999L1360.73%20169.638L1366.03%20167.262L1370.72%20163.346L1370.23%20157.936L1369.82%20153.607L1373.76%20151.4L1373.46%20148.153C1373.46%20148.153%201375.15%20146.589%201373.23%20145.68C1371.31%20144.772%201374.56%20142.418%201373.71%20141.962C1372.84%20141.506%201373.49%20138.252%201373.49%20138.252C1373.49%20138.252%201375.1%20136.069%201375.93%20135.133C1376.76%20134.197%201375.63%20131.887%201375.63%20131.887L1375.73%20128.483L1370.31%20124.055L1368.18%20120.827L1367.48%20118.205L1372.33%20115.989L1376.7%20113.47L1371.9%20111.354L1366.29%20110.329L1366.45%20107.078L1369.94%20105.03L1371.98%20102.223L1375.29%2098.1659L1370.94%2095.8905L1368.46%2093.9054L1368.72%2091.7358L1370.59%2087.0766L1369.96%2085.227L1368.21%2081.2241L1366.59%2078.6124L1366.4%2076.6028L1367.12%2074.4305L1370.64%2072.6922L1375.95%2070.471L1380.82%2068.4099L1380.69%2067.0186L1380.6%2066.0912L1380.51%2065.1637L1385%2064.0328L1384.78%2061.714L1384.67%2060.4773L1378.04%2058.381C1378.04%2058.381%201377.08%2057.9281%201377.02%2057.3097C1376.96%2056.6914%201376.93%2056.3822%201376.87%2055.6093C1376.79%2054.8364%201374.86%2053.7733%201373.48%2053.7896C1372.1%2053.8031%201368.7%2051.8288%201368.7%2051.8288L1370.37%2049.9548L1365.02%2046.7628L1358.4%2044.821L1352.66%2042.4046L1342.83%2040.4954L1339.46%2038.8302L1335.88%2039.9502L1331.2%2039.0716L1325.18%2038.5156L1320.5%2037.6369L1314.34%2035.6897L1314.66%2034.1384L1310.68%2030.9302L1305.07%2029.905L1296.39%2030.461L1291.18%2028.8148L1287.77%2026.6859C1287.77%2026.6859%201281.75%2026.2845%201281.71%2025.8208C1281.67%2025.357%201279.27%2024.2994%201279.27%2024.2994L1272.03%2025.4574L1268.68%2024.1014C1268.68%2024.1014%201269.45%2022.3928%201268.04%2022.0972C1266.62%2021.8016%201260.72%2022.4823%201258.82%2021.883C1256.93%2021.2836%201255.4%2019.754%201254.02%2019.613C1252.62%2019.472%201241.98%2018.6557%201241.98%2018.6557L1232.13%2016.5919C1232.13%2016.5919%201226.95%2015.2549%201225.56%2015.1138C1224.17%2014.9728%201213.12%2014.7803%201213.12%2014.7803L1206.28%2015.4691L1200.2%2019.2442L1192.02%2020.2585C1192.02%2020.2585%201186.15%2021.403%201184.77%2021.4165C1183.39%2021.4301%201172.42%2022.165%201172.42%2022.165L1166.56%2023.4641L1156.47%2023.7244C1156.47%2023.7244%201149.54%2023.3339%201149.45%2022.4064C1149.36%2021.4789%201150.85%2022.702%201149.36%2021.4789C1147.87%2020.2558%201139.52%2019.4151%201139.12%2020.0388C1138.71%2020.6626%201136.06%2021.7718%201134.68%2021.7881C1133.31%2021.8016%201125.51%2022.0376%201125.51%2022.0376L1118.47%2020.4104L1114.58%2018.1296C1114.58%2018.1296%201111.07%2014.9186%201108.73%2014.4792C1106.39%2014.0399%201102.6%2012.8412%201102.55%2012.3774C1102.51%2011.9137%201091.93%2011.8703%201091.93%2011.8703C1091.93%2011.8703%201090.25%2013.5897%201086.53%2013.1639C1082.81%2012.7381%201072.13%2011.6127%201070.72%2011.3171C1069.31%2011.0215%201061.11%2011.7266%201059.2%2010.9726C1057.29%2010.2187%201053.83%207.62602%201051.48%207.0321C1049.12%206.43817%201042.06%204.6564%201042.06%204.6564L1033.33%204.74861L1026.07%205.75205L1022.74%204.54793C1022.74%204.54793%201019.97%204.42316%201018.12%204.28757C1016.27%204.15196%201009.35%203.91602%201009.35%203.91602L1001.85%202.29154L997.696%202.18036L990.047%203.96215L985.453%204.01096C985.453%204.01096%20976.723%204.10317%20976.183%203.17837C975.635%202.25629%20976.949%201.46982%20975.063%201.02504C973.185%200.580282%20966.261%200.344336%20963.956%200.214163C961.642%200.0839908%20951.567%200.498924%20951.18%201.27454C950.793%202.05289%20947.206%203.01836%20945.368%203.03735C943.53%203.05633%20927.845%202.44613%20927.845%202.44613L920.034%202.52749L907.774%204.2035L896.087%207.11078L893.918%208.52643L887.011%208.44507L868.238%209.26138C868.238%209.26138%20859.637%2010.7421%20858.259%2010.7584C856.881%2010.772%20844.476%2010.9021%20844.476%2010.9021L837.141%2011.1326L824.752%2011.4174C824.752%2011.4174%20820.045%2010.2296%20818.191%2010.094C816.337%209.95838%20803.795%208.5427%20803.795%208.5427L800.482%207.49317C800.482%207.49317%20798.169%207.363%20795.372%206.92637C792.575%206.49245%20784.692%205.80088%20784.692%205.80088L771.714%204.69982L768.353%203.18923C768.353%203.18923%20764.581%202.14512%20763.202%202.1614C761.824%202.17495%20749.105%203.85639%20749.105%203.85639L742.536%202.37835L738.65%200.0975754C738.65%200.0975754%20735.007%200.444698%20733.637%200.612835C732.275%200.780987%20726.358%201.4617%20724.94%201.01422C723.521%200.564023%20718.024%200.778287%20716.613%200.482679C715.211%200.18707%20703.692%20-6.25733e-05%20703.692%20-6.25733e-05L702.459%201.55932L702.661%203.72351L700.992%205.59749L700.226%207.30604C700.226%207.30604%20695.672%207.81862%20694.31%207.98675C692.948%208.15491%20690.634%208.02473%20686.088%208.53729C681.534%209.04987%20671.934%209.61395%20671.733%209.92584C671.531%2010.2377%20654.145%2011.1923%20654.145%2011.1923L646.923%2012.6595C646.923%2012.6595%20642.844%2013.3213%20640.563%2013.5002C638.282%2013.6792%20633.712%2014.0345%20632.35%2014.2054C630.987%2014.3735%20625.53%2015.0488%20621.855%2015.0895C618.179%2015.1274%20606.298%2015.8705%20606.298%2015.8705C606.298%2015.8705%20596.118%2015.2034%20593.353%2015.0786C590.58%2014.9539%20578.643%2015.0786%20578.643%2015.0786C575.467%2015.5749%20560.241%2014.962%20557.903%2014.5227C555.566%2014.0833%20549.021%2012.9145%20543.507%2012.9714C537.994%2013.0284%20525.992%2012.5348%20524.614%2012.5511C523.235%2012.5646%20516.432%2013.5653%20516.432%2013.5653L503.729%2015.3987L496.08%2017.1804L488.898%2019.1114L483.473%2020.0958L476.122%2020.1718C476.122%2020.1718%20471.584%2020.8389%20470.206%2020.8525C468.828%2020.866%20462.911%2021.5467%20459.236%2021.5847C455.56%2021.6227%20449.088%2021.2267%20449.088%2021.2267L441.221%2020.6898L437.19%2021.8152L429.823%2021.7366C429.823%2021.7366%20427.026%2021.3027%20424.729%2021.3244C422.432%2021.3488%20415.943%2020.7982%20415.943%2020.7982C415.943%2020.7982%20414.968%2020.1908%20413.13%2020.2097C411.292%2020.2287%20396.719%2021.7746%20396.719%2021.7746C396.719%2021.7746%20395.857%2022.401%20389.811%2021.6932C383.766%2020.9826%20377.309%2020.7413%20375.439%2020.4511C373.577%2020.1609%20364.389%2020.2558%20364.389%2020.2558L360.713%2020.2938L343.012%2017.8476C343.012%2017.8476%20343.327%2016.2963%20342.335%2015.5343C341.344%2014.7722%20341.731%2013.9939%20339.853%2013.5491C337.975%2013.1043%20327.48%2013.9884%20327.48%2013.9884C327.48%2013.9884%20320.62%2014.3681%20319.242%2014.3844C317.864%2014.398%20306.249%2013.1287%20306.249%2013.1287C306.249%2013.1287%20303.782%2011.2981%20300.55%2011.1761C297.318%2011.0541%20291.796%2010.9591%20291.796%2010.9591L283.543%2011.2005L279.698%209.38347L269.566%209.18007C269.566%209.18007%20266.35%209.21262%20263.593%209.24245C260.836%209.27228%20258.983%209.1367%20252.51%208.74073C246.037%208.34478%20239.105%207.95155%20236.792%207.82137C234.479%207.69119%20216.988%207.40914%20216.988%207.40914L214.029%2010.2242L210.902%2011.1842L201.826%2012.5158L192.266%2013.5437L186.237%2012.9877L181.804%2014.737C181.804%2014.737%20178.201%2015.5478%20175.444%2015.5777C172.687%2015.6075%20168.077%2015.499%20168.077%2015.499L161.87%2018.0402L156.413%2018.7155L146.306%2018.8212L142.171%2018.8646L134.666%2017.2401L129.056%2016.215L115.733%2016.3533L112.847%2014.9919L103.529%2013.6955C103.529%2013.6955%2099.0072%2014.5173%2096.6131%2013.4596L94.2192%2012.4019L89.5119%2011.2141L86.3362%2011.7104L76.3735%2013.362L69.0223%2013.4379L66.2818%2013.6223L59.2772%2012.4589L56.3916%2011.0975L54.0058%2010.1944L51.6925%2010.0642L45.6068%208.88992C45.6068%208.88992%2043.2934%208.75973%2041.9071%208.61871C40.5127%208.47769%2034.8462%206.83693%2034.8462%206.83693C34.8462%206.83693%2030.2678%207.04034%2028.43%207.05932C26.5923%207.0783%2021.1273%207.599%2021.1273%207.599L14.808%208.90347L7.38426%208.20648L0.355574%206.73387L-3.09438%209.24519L-3.13454%209.22348Z%22%20fill%3D%22%23F4F2EF%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  }

  .brunch__title {
    margin: 0 auto 0 0;
    width: 210px;
    text-align: start;
  }

  .brunch__title::before {
    width: 90px;
    height: 105px;
    top: -22px;
    right: -129px;
    background: url('../img/brunch/decor-2-mob.webp') center/contain no-repeat;
  }

  .brunch__content::before {
    top: 106px;
    transform: translateX(-47%);
  }

  .history__title {
    margin-bottom: 18px;
  }

  .history__title span:nth-child(1) {
    font-size: 46px;
    margin-bottom: 18px;
  }

  .history__title span:nth-child(2) {
    font-size: 28px;
    margin-bottom: -10px;
  }

  .history__title span:nth-child(3) {
    margin-bottom: -5px;
    font-size: 40px;
  }

  .history__title span:nth-child(4) {
    font-size: 40px;
  }

  .history__title span:nth-child(5) {
    font-size: 30px;
  }

  .history__indicator {
    flex-direction: column;
    gap: 5px;
  }

  .history__indicator > span:last-child {
    font-size: var(--s);
  }

  .history__gallery {
    gap: 5px;
    margin-bottom: 18px;
  }

  .history__gallery_1 img {
    aspect-ratio: 84/55;
    width: calc((100% - 15px) / 4);
    height: initial;
  }

  .history__gallery_2 img {
    height: 85px;
  }

  .history__gallery_3 img {
    aspect-ratio: 72/88;
    width: calc((100% - 15px) / 4);
    height: initial;
  }

  .history__partners {
    flex-direction: column;
    gap: 0;
    text-align: center;
    margin-bottom: 80px;
  }

  .history__partners span:first-child {
    font-size: var(--l);
  }

  .history__partners-decor {
    width: 291px;
  }

  .video-gallery__arrows {
    display: none;
  }

  .video-gallery__list {
    gap: 10px;
  }

  .goal__title {
    font-size: 40px;
  }

  .goal__items {
    gap: 15px;
    flex-direction: column;
    margin: 0 -10px;
  }

  .goal .item {
    padding: 66px 43px 37px 44px;
  }

  .goal .item__text {
    font-size: var(--s);
  }

  .partners__inner {
    padding: var(--sp) 0 24px;
  }

  .partners__head {
    flex-direction: column;
  }

  .partners__title {
    font-size: 34px;
    margin-bottom: 8px;
  }

  .partners__head-right {
    display: flex;
    flex-direction: column;
    padding-bottom: 228px;
    width: 100%;
  }

  .partners__image {
    order: 2;
    right: 50%;
    bottom: 28px;
    aspect-ratio: 394/210;
    width: 394px;
    transform: translateX(50%);
  }

  .partners__head-text {
    font-size: var(--s);
    max-width: 246px;
    padding: 16px 22px 14px;
    order: 1;
  }

  .partners__indicators {
    gap: 28px 20px;
    justify-content: flex-start;
    padding-bottom: 195px;
    margin-bottom: 6px;
  }

  .partners__indicators .item p:first-child {
    font-size: 42px;
  }

  .partners__indicators .item {
    flex: 1 1 40%;
  }

  .partners__indicators .item p:last-child {
    font-size: var(--xs);
  }

  .partners__indicators-image {
    display: block;
    aspect-ratio: 462/306;
    width: 462px;
    background: center/contain no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .partners__bottom-title {
    font-size: 29px;
    text-align: left;
    margin-bottom: 26px;
  }

  .partners__bottom-items {
    flex-direction: column;
  }

  .partners__bottom-items .item__text {
    font-size: var(--s);
  }

  .partners-packages-wrapper__inner {
    background: var(--black) center bottom/200% auto no-repeat;
  }

  .partners-packages__title:before {
    aspect-ratio: 498/30;
    width: 176px;
    left: -10px;
  }

  .partners-packages__title {
    text-align: start;
    font-size: 34px;
  }

  .partners-packages__list {
    gap: 16px;
    flex-direction: column;
  }

  .partners-packages__list .package__image {
    width: 358px;
  }

  .partners-packages__list .package__btn {
    font-size: 16px;
    width: 159px;
    padding: 9px 18px;
  }

  .partners-logos {
    padding-bottom: 30px;
  }

  .partners-logos__title {
    font-size: 34px;
  }

  .partners-logos__wrapper {
    margin-top: 17px;
  }

  .partners-logos__group-title {
    font-size: 20px;
  }

  .partners-logos__group {
    margin-bottom: 18px;
  }

  .partners-logos__group-list {
    margin-top: 14px;
    gap: 10px;
  }

  .partners-logos__group-list li {
    padding: 12px;
    width: 108px;
    height: 56px;
    border-radius: 5px;
  }

  .contact-organizers:before {
    height: 58px;
    background: no-repeat
      url('data:image/svg+xml;utf8,%3Csvg%20width%3D%221366%22%20height%3D%2260%22%20viewBox%3D%220%200%201366%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M-3.13454%209.22348L-7.0519%2011.5856L-9.20412%2013.1559L-16.257%2016.4781L-13.6293%2020.0091L-15.7572%2021.8885L-13.2505%2024.1828L-8.45448%2026.2982C-8.45448%2026.2982%20-9.48622%2030.0218%20-10.8645%2030.0353C-12.2428%2030.0489%20-14.782%2032.3975%20-14.782%2032.3975L-14.6369%2033.9433L-18.111%2036.1454L-17.7401%2040.1646L-17.4822%2042.9471L-17.3129%2044.8021L-12.5492%2046.6083L-10.4696%2049.2173L-12.6056%2050.9421L-16.5391%2053.1497C-16.5391%2053.1497%20-19.6826%2053.9551%20-19.6423%2054.4189C-19.6021%2054.8826%20-19.3038%2058.1289%20-19.3038%2058.1289L-19.1184%2060.1384L-18.53%2066.4737L-18.0706%2071.4203L-23.4147%2073.3323C-23.4147%2073.3323%20-27.3643%2075.3853%20-27.7673%2076.0063C-28.1703%2076.6301%20-27.4691%2079.2526%20-27.4691%2079.2526L-30%2081.753L-27.058%2083.7328L-25.0993%2090.0545L-21.4721%2094.5021L-23.0841%2096.9944L-18.6832%2099.8881L-13.863%20102.313L-9.72804%20102.269L-11.1063%20104.759L-12.9441%20107.254L-19.2152%20109.022L-14.782%20112.225L-10.0505%20116.198L-6.50391%20117.245C-6.50391%20117.245%20-5.47218%20118.471%20-5.89124%20118.94C-6.31043%20119.409%20-9.5265%20121.918%20-9.5265%20121.918C-9.5265%20121.918%20-8.25294%20123.295%20-9.35718%20123.773C-10.4614%20124.247%20-9.05897%20127.019%20-9.05897%20127.019L-6.89075%20128.079L-1.59498%20130.653L-4.64991%20132.386L-2.20765%20133.907L-0.555304%20136.828L3.83776%20139.567L9.13342%20142.141L9.35107%20144.46L9.68151%20148.015L5.84472%20151.305L2.74145%20152.574L1.45983%20153.67L-1.99012%20156.181L-6.35071%20156.227L-11.0419%20157.667L-15.6364%20157.716L-19.7714%20157.759L-19.4569%20161.16L-16.9905%20162.991C-16.9905%20162.991%20-16.0394%20163.289%20-15.9991%20163.753C-15.9587%20164.217%20-15.6686%20167.308%20-15.6686%20167.308L-12.2832%20169.128L-10.7195%20171.121L-10.4454%20174.058L-10.9774%20178.24L-14.0081%20180.282C-14.0081%20180.282%20-16.9502%20183.252%20-18.3043%20183.575C-19.6504%20183.898%20-20.4403%20185.3%20-20.4403%20185.3L-17.5708%20186.507L-9.30078%20186.42L-1.1034%20185.56L7.69861%20186.241L13.212%20186.184L23.7065%20185.3L33.2098%20183.653L43.9867%20185.861L54.2798%20187.765L61.1715%20187.692L67.3296%20189.639L74.6807%20189.563L82.4913%20189.482L91.4626%20187.068L94.9365%20184.866L100.047%20185.43L104.754%20186.618L118.32%20189.105L129.806%20188.985L135.779%20188.923L142.743%20189.623L151.295%20192.627C151.295%20192.627%20155.616%20194.594%20156.994%20194.58C158.372%20194.567%20164.345%20194.504%20164.345%20194.504L175.904%20195.158L184.931%20193.362L192.742%20193.281L202.922%20193.948L211.345%20195.562C211.345%20195.562%20217.342%20195.809%20219.156%20195.48C220.961%20195.152%20231.359%20193.186%20231.359%20193.186L245.344%20190.254L252.187%20189.72L261.328%20189.162L267.784%20189.403L277.384%20188.839L283.857%20189.235L293.142%20190.222L300.606%20191.383L304.766%20191.648L313.971%20191.708L318.565%20191.659L324.554%20191.751L335.879%20189.932L345.068%20189.837L354.668%20189.273L362.043%20189.506L368.572%20190.52L374.198%20191.7L376.641%20193.221L386.676%20192.343L396.195%20190.851L410.333%20189.62L418.684%20190.461C418.684%20190.461%20422.045%20191.971%20423.431%20192.112C424.826%20192.253%20429.146%20194.219%20429.146%20194.219L429.291%20195.765L435.337%20196.476C435.337%20196.476%20439.955%20196.736%20441.769%20196.408C443.574%20196.08%20451.973%20197.384%20451.973%20197.384L459.034%20199.166L465.007%20199.104L472.358%20199.028L480.975%20197.699L488.624%20195.917L493.565%20194.629L499.884%20193.324L507.679%20193.088L516.545%20194.542L519.302%20194.512L526.153%20193.978C526.153%20193.978%20529.789%20193.476%20531.167%20193.463C532.545%20193.449%20538.945%20193.072%20538.945%20193.072L545.394%20193.159L554.123%20193.067L560.636%20193.926L566.149%20193.87L574.419%20193.783L583.229%20194.618L590.258%20196.091L596.384%20197.729C596.384%20197.729%20599.237%20198.781%20601.091%20198.917C602.945%20199.052%20609.933%20200.061%20609.933%20200.061L614.528%20200.012L623.612%20198.835L631.769%20197.512L640.974%20197.571L646.447%20197.051L655.709%20197.729L667.179%20197.455L679.068%20196.712L690.465%20195.665L698.566%20196.354L708.924%20196.4L717.637%20196.153L725.061%20196.85L730.01%20195.716L734.951%20194.428L744.567%20194.019L748.67%20193.666L757.351%20193.11L771.577%20192.806L781.685%20192.701L791.873%20193.522L803.368%20193.558L813.016%20193.457L825.574%20195.028L835.222%20194.927L845.79%20194.816L854.979%20194.721L865.038%20194.152L878.386%20194.322L891.694%20194.029L897.65%20193.813L907.283%20193.558C907.283%20193.558%20915.665%20194.707%20917.503%20194.689C919.341%20194.67%20935.301%20193.265%20935.301%20193.265L947.174%20192.367L955.855%20191.811L970.67%20192.893L985.396%20193.048L998.801%20193.837C998.801%20193.837%201003.88%20194.095%201005.72%20194.073C1007.55%20194.054%201014.85%20193.36%201014.85%20193.36L1028.86%20195.689L1047.23%20195.497L1062.85%20195.334L1074.34%20195.215L1090.34%20194.274L1098.23%20194.965L1103.74%20194.908L1118.9%20194.751L1126.35%20195.757L1136.17%20197.512L1149.49%20197.373L1158.99%20195.727L1170.95%20195.757L1192.99%20195.526L1202.31%20196.82L1208.74%20196.752L1218.85%20196.647L1227.31%20198.569L1237.11%20200.169L1245.46%20201.01L1254.28%20202L1267.89%20200.001L1271.32%20197.335L1281.43%20197.23L1291.08%20197.129L1299.64%20195.185L1305.8%20192.18L1313.83%20189.465L1318.44%20184.622L1325.97%20181.603L1334.52%20179.504L1342.5%20176.326L1351.6%20175.303L1357.92%20173.999L1360.73%20169.638L1366.03%20167.262L1370.72%20163.346L1370.23%20157.936L1369.82%20153.607L1373.76%20151.4L1373.46%20148.153C1373.46%20148.153%201375.15%20146.589%201373.23%20145.68C1371.31%20144.772%201374.56%20142.418%201373.71%20141.962C1372.84%20141.506%201373.49%20138.252%201373.49%20138.252C1373.49%20138.252%201375.1%20136.069%201375.93%20135.133C1376.76%20134.197%201375.63%20131.887%201375.63%20131.887L1375.73%20128.483L1370.31%20124.055L1368.18%20120.827L1367.48%20118.205L1372.33%20115.989L1376.7%20113.47L1371.9%20111.354L1366.29%20110.329L1366.45%20107.078L1369.94%20105.03L1371.98%20102.223L1375.29%2098.1659L1370.94%2095.8905L1368.46%2093.9054L1368.72%2091.7358L1370.59%2087.0766L1369.96%2085.227L1368.21%2081.2241L1366.59%2078.6124L1366.4%2076.6028L1367.12%2074.4305L1370.64%2072.6922L1375.95%2070.471L1380.82%2068.4099L1380.69%2067.0186L1380.6%2066.0912L1380.51%2065.1637L1385%2064.0328L1384.78%2061.714L1384.67%2060.4773L1378.04%2058.381C1378.04%2058.381%201377.08%2057.9281%201377.02%2057.3097C1376.96%2056.6914%201376.93%2056.3822%201376.87%2055.6093C1376.79%2054.8364%201374.86%2053.7733%201373.48%2053.7896C1372.1%2053.8031%201368.7%2051.8288%201368.7%2051.8288L1370.37%2049.9548L1365.02%2046.7628L1358.4%2044.821L1352.66%2042.4046L1342.83%2040.4954L1339.46%2038.8302L1335.88%2039.9502L1331.2%2039.0716L1325.18%2038.5156L1320.5%2037.6369L1314.34%2035.6897L1314.66%2034.1384L1310.68%2030.9302L1305.07%2029.905L1296.39%2030.461L1291.18%2028.8148L1287.77%2026.6859C1287.77%2026.6859%201281.75%2026.2845%201281.71%2025.8208C1281.67%2025.357%201279.27%2024.2994%201279.27%2024.2994L1272.03%2025.4574L1268.68%2024.1014C1268.68%2024.1014%201269.45%2022.3928%201268.04%2022.0972C1266.62%2021.8016%201260.72%2022.4823%201258.82%2021.883C1256.93%2021.2836%201255.4%2019.754%201254.02%2019.613C1252.62%2019.472%201241.98%2018.6557%201241.98%2018.6557L1232.13%2016.5919C1232.13%2016.5919%201226.95%2015.2549%201225.56%2015.1138C1224.17%2014.9728%201213.12%2014.7803%201213.12%2014.7803L1206.28%2015.4691L1200.2%2019.2442L1192.02%2020.2585C1192.02%2020.2585%201186.15%2021.403%201184.77%2021.4165C1183.39%2021.4301%201172.42%2022.165%201172.42%2022.165L1166.56%2023.4641L1156.47%2023.7244C1156.47%2023.7244%201149.54%2023.3339%201149.45%2022.4064C1149.36%2021.4789%201150.85%2022.702%201149.36%2021.4789C1147.87%2020.2558%201139.52%2019.4151%201139.12%2020.0388C1138.71%2020.6626%201136.06%2021.7718%201134.68%2021.7881C1133.31%2021.8016%201125.51%2022.0376%201125.51%2022.0376L1118.47%2020.4104L1114.58%2018.1296C1114.58%2018.1296%201111.07%2014.9186%201108.73%2014.4792C1106.39%2014.0399%201102.6%2012.8412%201102.55%2012.3774C1102.51%2011.9137%201091.93%2011.8703%201091.93%2011.8703C1091.93%2011.8703%201090.25%2013.5897%201086.53%2013.1639C1082.81%2012.7381%201072.13%2011.6127%201070.72%2011.3171C1069.31%2011.0215%201061.11%2011.7266%201059.2%2010.9726C1057.29%2010.2187%201053.83%207.62602%201051.48%207.0321C1049.12%206.43817%201042.06%204.6564%201042.06%204.6564L1033.33%204.74861L1026.07%205.75205L1022.74%204.54793C1022.74%204.54793%201019.97%204.42316%201018.12%204.28757C1016.27%204.15196%201009.35%203.91602%201009.35%203.91602L1001.85%202.29154L997.696%202.18036L990.047%203.96215L985.453%204.01096C985.453%204.01096%20976.723%204.10317%20976.183%203.17837C975.635%202.25629%20976.949%201.46982%20975.063%201.02504C973.185%200.580282%20966.261%200.344336%20963.956%200.214163C961.642%200.0839908%20951.567%200.498924%20951.18%201.27454C950.793%202.05289%20947.206%203.01836%20945.368%203.03735C943.53%203.05633%20927.845%202.44613%20927.845%202.44613L920.034%202.52749L907.774%204.2035L896.087%207.11078L893.918%208.52643L887.011%208.44507L868.238%209.26138C868.238%209.26138%20859.637%2010.7421%20858.259%2010.7584C856.881%2010.772%20844.476%2010.9021%20844.476%2010.9021L837.141%2011.1326L824.752%2011.4174C824.752%2011.4174%20820.045%2010.2296%20818.191%2010.094C816.337%209.95838%20803.795%208.5427%20803.795%208.5427L800.482%207.49317C800.482%207.49317%20798.169%207.363%20795.372%206.92637C792.575%206.49245%20784.692%205.80088%20784.692%205.80088L771.714%204.69982L768.353%203.18923C768.353%203.18923%20764.581%202.14512%20763.202%202.1614C761.824%202.17495%20749.105%203.85639%20749.105%203.85639L742.536%202.37835L738.65%200.0975754C738.65%200.0975754%20735.007%200.444698%20733.637%200.612835C732.275%200.780987%20726.358%201.4617%20724.94%201.01422C723.521%200.564023%20718.024%200.778287%20716.613%200.482679C715.211%200.18707%20703.692%20-6.25733e-05%20703.692%20-6.25733e-05L702.459%201.55932L702.661%203.72351L700.992%205.59749L700.226%207.30604C700.226%207.30604%20695.672%207.81862%20694.31%207.98675C692.948%208.15491%20690.634%208.02473%20686.088%208.53729C681.534%209.04987%20671.934%209.61395%20671.733%209.92584C671.531%2010.2377%20654.145%2011.1923%20654.145%2011.1923L646.923%2012.6595C646.923%2012.6595%20642.844%2013.3213%20640.563%2013.5002C638.282%2013.6792%20633.712%2014.0345%20632.35%2014.2054C630.987%2014.3735%20625.53%2015.0488%20621.855%2015.0895C618.179%2015.1274%20606.298%2015.8705%20606.298%2015.8705C606.298%2015.8705%20596.118%2015.2034%20593.353%2015.0786C590.58%2014.9539%20578.643%2015.0786%20578.643%2015.0786C575.467%2015.5749%20560.241%2014.962%20557.903%2014.5227C555.566%2014.0833%20549.021%2012.9145%20543.507%2012.9714C537.994%2013.0284%20525.992%2012.5348%20524.614%2012.5511C523.235%2012.5646%20516.432%2013.5653%20516.432%2013.5653L503.729%2015.3987L496.08%2017.1804L488.898%2019.1114L483.473%2020.0958L476.122%2020.1718C476.122%2020.1718%20471.584%2020.8389%20470.206%2020.8525C468.828%2020.866%20462.911%2021.5467%20459.236%2021.5847C455.56%2021.6227%20449.088%2021.2267%20449.088%2021.2267L441.221%2020.6898L437.19%2021.8152L429.823%2021.7366C429.823%2021.7366%20427.026%2021.3027%20424.729%2021.3244C422.432%2021.3488%20415.943%2020.7982%20415.943%2020.7982C415.943%2020.7982%20414.968%2020.1908%20413.13%2020.2097C411.292%2020.2287%20396.719%2021.7746%20396.719%2021.7746C396.719%2021.7746%20395.857%2022.401%20389.811%2021.6932C383.766%2020.9826%20377.309%2020.7413%20375.439%2020.4511C373.577%2020.1609%20364.389%2020.2558%20364.389%2020.2558L360.713%2020.2938L343.012%2017.8476C343.012%2017.8476%20343.327%2016.2963%20342.335%2015.5343C341.344%2014.7722%20341.731%2013.9939%20339.853%2013.5491C337.975%2013.1043%20327.48%2013.9884%20327.48%2013.9884C327.48%2013.9884%20320.62%2014.3681%20319.242%2014.3844C317.864%2014.398%20306.249%2013.1287%20306.249%2013.1287C306.249%2013.1287%20303.782%2011.2981%20300.55%2011.1761C297.318%2011.0541%20291.796%2010.9591%20291.796%2010.9591L283.543%2011.2005L279.698%209.38347L269.566%209.18007C269.566%209.18007%20266.35%209.21262%20263.593%209.24245C260.836%209.27228%20258.983%209.1367%20252.51%208.74073C246.037%208.34478%20239.105%207.95155%20236.792%207.82137C234.479%207.69119%20216.988%207.40914%20216.988%207.40914L214.029%2010.2242L210.902%2011.1842L201.826%2012.5158L192.266%2013.5437L186.237%2012.9877L181.804%2014.737C181.804%2014.737%20178.201%2015.5478%20175.444%2015.5777C172.687%2015.6075%20168.077%2015.499%20168.077%2015.499L161.87%2018.0402L156.413%2018.7155L146.306%2018.8212L142.171%2018.8646L134.666%2017.2401L129.056%2016.215L115.733%2016.3533L112.847%2014.9919L103.529%2013.6955C103.529%2013.6955%2099.0072%2014.5173%2096.6131%2013.4596L94.2192%2012.4019L89.5119%2011.2141L86.3362%2011.7104L76.3735%2013.362L69.0223%2013.4379L66.2818%2013.6223L59.2772%2012.4589L56.3916%2011.0975L54.0058%2010.1944L51.6925%2010.0642L45.6068%208.88992C45.6068%208.88992%2043.2934%208.75973%2041.9071%208.61871C40.5127%208.47769%2034.8462%206.83693%2034.8462%206.83693C34.8462%206.83693%2030.2678%207.04034%2028.43%207.05932C26.5923%207.0783%2021.1273%207.599%2021.1273%207.599L14.808%208.90347L7.38426%208.20648L0.355574%206.73387L-3.09438%209.24519L-3.13454%209.22348Z%22%20fill%3D%22%23ffffff%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  }

  .contact-organizers {
    padding: var(--sp) 0;
  }

  .contact-organizers__container__decor1 {
    top: 76%;
    left: 57%;
  }

  .contact-organizers__container__decor2 {
    display: block;
    top: 52%;
    left: 35%;
  }

  .contact-organizers__main {
    margin-top: 13px;
    flex-direction: column-reverse;
  }

  .contact-organizers__title {
    font-size: 34px;
  }

  .contact-organizers__sub-title {
    font-size: 30px;
  }

  .contact-organizers__sub-title::before {
    width: 320px;
    bottom: -24px;
    left: 39px;
  }

  .contact-organizers__img {
    width: 100%;
    flex: auto;
  }

  .contact-organizers .list {
    width: auto;
    flex-wrap: wrap;
    gap: 32px 16px;
  }

  .contact-organizers .item {
    margin-top: 0;
    width: 162px;
    gap: 16px;
  }

  .contact-organizers .item__social-title {
    margin-left: 28px;
  }

  .contact-organizers .item__name {
    font-size: 24px;
  }

  .contact-organizers .item__about {
    font-size: 16px;
  }

  .contact-organizers .item__about br {
    display: none;
  }

  .contact-organizers .item__social-nickname {
    padding: 7px 15px 7px 16px;
    font-size: 14px;
    width: 100%;
  }

  .reviews {
    padding: 28px 0;
  }

  .reviews__title {
    font-size: 34px;
  }

  .reviews__screens {
    margin-top: 34px;
    grid-template-columns: repeat(2, 1fr);
  }

  .update {
    padding: 28px 0;
    background: url('../img/update-bg.webp') center 56% / auto 506px no-repeat var(--white);
  }

  .update__title {
    font-size: 24px;
    text-align: center;
  }

  .update__subtitle {
    position: relative;
    margin-top: 15px;
    max-width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }

  .update__subtitle b::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    right: 56px;
    width: 76px;
    height: 5px;
    background: url('../img/update-underline.png') center/contain no-repeat;
  }

  .update__img-item {
    aspect-ratio: 234/326;
    width: 233px;
    background: url('../img/update__img-mob.webp') 50% / cover no-repeat;
    top: 77px;
    left: 48%;
  }

  .update__img span.update__text_decor {
    display: none;
    font-size: 14px;
  }

  span.update__text_decor:nth-child(1) {
    display: block;
    top: auto;
    bottom: 36px;
    right: auto;
    left: -4px;
    max-width: 108px;
  }

  span.update__text_decor:nth-child(2) {
    display: block;
    top: auto;
    bottom: 140px;
    max-width: 92px;
    text-align: end;
    right: 0;
  }

  span.update__text_decor:nth-child(3) {
    display: block;
    top: auto;
    bottom: 26px;
    right: 24px;
    max-width: 165px;
    text-align: end;
  }

  span.update__text_decor:nth-child(3) br {
    display: none;
  }

  span.update__text_decor:nth-child(4) {
    display: block;
    max-width: 120px;
    top: 60px;
    left: 14px;
  }

  span.update__text_decor:nth-child(5) {
    display: block;
    max-width: 130px;
    top: 20px;
    left: 139px;
  }

  span.update__text_decor:nth-child(6) {
    display: block;
    max-width: 142px;
    text-align: end;
    left: auto;
    right: -4px;
    top: 74px;
  }

  span.update__text_decor:nth-child(6) br {
    display: none;
  }

  .update__img {
    height: 500px;
  }

  .update__img-decor {
    top: 79px;
    right: 15%;
  }

  .update__text {
    max-width: 100%;
    text-align: center;
  }

  .update__text br {
    display: none;
  }

  .update {
    padding-bottom: 28px;
  }

  .insta__wrap {
    flex-direction: column;
  }

  .insta__title {
    text-align: center;
  }

  .faq__title {
    font-size: 40px;
  }

  .faq__items {
    margin-top: 0;
  }

  .faq__items .item__question {
    font-size: 16px;
  }

  .faq {
    padding: 28px 0;
  }

  .defender {
    padding: 68px 0 60px;
  }
  .defender__title {
    font-size: 38px;
  }
  .defender__wrap {
    flex-direction: column;
    align-items: center;
  }
  .defender__img {
    position: absolute;
    right: auto;
    left: auto;
    bottom: -40px;
    bottom: 126px;
    width: 140px;
  }
  .defender__left {
    width: 100%;
  }
  .defender__items {
    margin-top: 180px;
  }
  .defender__item + .defender__item {
    max-width: 163px;
  }
  .defender p {
    font-size: 16px;
  }
  .defender .defender__subtitle {
    font-size: 20px;
  }
}
