@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes focusPulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }

@keyframes popoverTheLookDot {
  from {
    opacity: 0;
    transform: scale(0.6); }
  to {
    opacity: 1;
    transform: scale(1); } }

:root {
  --home-bg-highlight: #3D4568;
  --txt-black: #121420;
  --bg-dark: #121420;
  --txt-white: #ffffff; }

.heading-pageDetail h1 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 18px; }

@media (min-width: 992px) {
  .heading-pageDetail h1 {
    font-size: 50px; } }

.wrap-heading {
  margin-bottom: 38px; }
  .wrap-heading h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 16px; }
  .wrap-heading p {
    font-weight: 300;
    margin: 0; }
  @media (min-width: 992px) {
    .wrap-heading {
      margin-bottom: 70px; }
      .wrap-heading h2 {
        font-size: 50px;
        margin-bottom: 38px; }
      .wrap-heading p {
        font-size: 20px; } }

.sectionHeading {
  margin-bottom: 40px; }
  .sectionHeading .sub {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300; }
  .sectionHeading h3 {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px; }
  @media (min-width: 992px) {
    .sectionHeading {
      margin-bottom: 77px; }
      .sectionHeading .sub {
        font-size: 18px;
        margin-bottom: 50px; }
      .sectionHeading h3 {
        font-size: 50px; } }

.section-regional-information {
  padding: 40px 0; }
  .section-regional-information .title h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 20px; }
  .section-regional-information .title .text {
    font-weight: 300; }
  .section-regional-information .subtitle h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px; }
  .section-regional-information .subtitle .listing {
    display: flex;
    flex-direction: column;
    gap: 20px 80px; }
    .section-regional-information .subtitle .listing .item {
      flex: 0 0 100%; }
  .section-regional-information .subtitle .box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    position: relative;
    padding-top: 20px; }
    .section-regional-information .subtitle .box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 5px;
      width: 48px; }
    .section-regional-information .subtitle .box .tit h3 {
      font-weight: 500;
      font-size: 16px;
      margin: 0; }
    .section-regional-information .subtitle .box .desc {
      font-weight: 300; }
  .section-regional-information .subtitle .item:nth-child(1) .box:before {
    background-color: #B0E9F5; }
  .section-regional-information .subtitle .item:nth-child(2) .box:before {
    background-color: #6E97FF; }
  .section-regional-information .subtitle .item:nth-child(3) .box:before {
    background-color: #4A5A8F; }
  .section-regional-information .inner-top {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px; }
  .section-regional-information .inner-bottom .banner {
    padding-bottom: 40px; }
  .section-regional-information .inner-bottom .content {
    text-align: center; }
  @media (min-width: 992px) {
    .section-regional-information {
      padding: 80px 0; }
      .section-regional-information .title h2 {
        font-size: 50px; }
      .section-regional-information .title .text {
        font-size: 20px; }
      .section-regional-information .subtitle h4 {
        font-size: 30px; }
      .section-regional-information .subtitle .listing {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 80px; }
        .section-regional-information .subtitle .listing .item {
          flex: 0 0 auto; }
        .section-regional-information .subtitle .listing .box {
          font-size: 20px; }
          .section-regional-information .subtitle .listing .box .tit h3 {
            font-size: 20px; }
      .section-regional-information .inner-top {
        margin-bottom: 80px; }
        .section-regional-information .inner-top .title, .section-regional-information .inner-top .subtitle h4 {
          text-align: center; }
      .section-regional-information .wrapper .title {
        width: 80%;
        margin: auto; }
      .section-regional-information .inner-bottom .banner {
        padding-bottom: 80px;
        width: 70%;
        margin: auto; }
      .section-regional-information .inner-bottom .content {
        font-size: 20px;
        margin: auto;
        width: 53%; } }

/* CONTACT */
.section-pageContact-information {
  padding: 40px 0 30px; }
  .section-pageContact-information #tabcontent-contact-infor .tab-pane .pageContact-infor-content {
    background-color: #3D4568;
    padding: 30px; }
    .section-pageContact-information #tabcontent-contact-infor .tab-pane .pageContact-infor-content .infor-location {
      color: #F5F5F5;
      font-size: 20px;
      font-weight: 800;
      line-height: 40px;
      text-transform: uppercase;
      margin-bottom: 0; }
    .section-pageContact-information #tabcontent-contact-infor .tab-pane .pageContact-infor-content p {
      text-transform: capitalize;
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      margin-bottom: 0; }
    .section-pageContact-information #tabcontent-contact-infor .tab-pane .pageContact-infor-content .infor-city {
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 16px; }
    .section-pageContact-information #tabcontent-contact-infor .tab-pane .pageContact-infor-content .infor-content {
      font-size: 13px;
      font-weight: 400;
      line-height: 23px;
      text-transform: capitalize; }
  .section-pageContact-information .nav-list-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    align-items: center;
    text-align: center;
    border: none; }
    .section-pageContact-information .nav-list-contact .nav-item-contact {
      margin-top: 0; }
    .section-pageContact-information .nav-list-contact .nav-item-contact a {
      font-weight: 400;
      display: inline-block;
      border-radius: 40px;
      padding: 6px 12px;
      overflow: hidden;
      color: #121420;
      border: 1px solid #121420; }
      .section-pageContact-information .nav-list-contact .nav-item-contact a.active {
        color: #fff;
        background: #6E97FF;
        border: 1px solid #6E97FF; }
  .section-pageContact-information .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px; }
    .section-pageContact-information .wrapper > div {
      flex: 0 0 100%;
      max-width: 100%; }
  .section-pageContact-information .title h3 {
    font-size: 14px;
    font-weight: 300;
    margin: 0; }
  .section-pageContact-information .title h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 20px 0 10px; }
  .section-pageContact-information .title .text {
    font-weight: 300; }
  .section-pageContact-information .inner-top {
    display: flex;
    flex-direction: column;
    gap: 20px 40px; }
    .section-pageContact-information .inner-top > div {
      flex: 0 0 100%;
      max-width: 100%; }
    .section-pageContact-information .inner-top .menu {
      display: none; }
  @media (min-width: 992px) {
    .section-pageContact-information {
      padding: 80px 0 65px; }
      .section-pageContact-information .title h3 {
        font-size: 18px; }
      .section-pageContact-information .title h2 {
        font-size: 50px;
        margin: 50px 0 18px; }
      .section-pageContact-information .title .text {
        font-size: 20px; }
      .section-pageContact-information .inner-top {
        flex-direction: row;
        align-items: center;
        text-align: center;
        justify-content: center; }
        .section-pageContact-information .inner-top .title {
          flex: 0 0 45%;
          max-width: 45%; }
        .section-pageContact-information .inner-top .menu {
          flex: 0 0 calc(55% - 40px);
          max-width: calc(55% - 40px); }
      .section-pageContact-information .nav-list-contact {
        gap: 20px 30px;
        justify-content: flex-end; }
        .section-pageContact-information .nav-list-contact .nav-item-contact a {
          padding: 15px 28px;
          font-size: 20px; } }

.section-pageContact-form {
  background-color: var(--bg-dark);
  padding: 60px 0; }
  .section-pageContact-form .wrap-heading h2 {
    color: var(--txt-white); }
  .section-pageContact-form #formContact .inner-form {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; }
    .section-pageContact-form #formContact .inner-form .input-group {
      flex: 0 0 100%;
      max-width: 100%; }
  .section-pageContact-form #formContact .input-group {
    position: relative;
    margin-bottom: 0; }
    .section-pageContact-form #formContact .input-group .form-control {
      padding: 12px 16px;
      border: 1px solid #6E97FF;
      font-size: 14px;
      font-weight: 400;
      height: 49px;
      color: #fff;
      outline: none;
      box-shadow: none;
      background: #121420;
      border-radius: 8px; }
      .section-pageContact-form #formContact .input-group .form-control::placeholder {
        color: #fff; }
      .section-pageContact-form #formContact .input-group .form-control.error-field {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
        .section-pageContact-form #formContact .input-group .form-control.error-field::placeholder {
          color: #dc3545; }
      .section-pageContact-form #formContact .input-group .form-control.is-valid {
        border-color: #28a745;
        background: #121420; }
        .section-pageContact-form #formContact .input-group .form-control.is-valid:focus {
          border-color: #28a745;
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
      .section-pageContact-form #formContact .input-group .form-control.is-invalid {
        border-color: #dc3545;
        background: #121420; }
        .section-pageContact-form #formContact .input-group .form-control.is-invalid:focus {
          border-color: #dc3545;
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
    .section-pageContact-form #formContact .input-group textarea.form-control {
      height: 100px; }
    .section-pageContact-form #formContact .input-group .invalid-feedback {
      display: block;
      width: 100%;
      margin-top: 0.25rem;
      font-size: 0.875rem;
      color: #dc3545;
      font-weight: 400; }
    .section-pageContact-form #formContact .input-group .btn-form-contact {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: auto;
      background: #fff;
      color: #121420;
      border: 1px solid #121420;
      border-radius: 30px;
      padding: 0 16px;
      height: 42px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden; }
      .section-pageContact-form #formContact .input-group .btn-form-contact:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: #6E97FF;
        transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        z-index: -1; }
      .section-pageContact-form #formContact .input-group .btn-form-contact:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(61, 69, 104, 0.3);
        color: #fff;
        border: 1px solid #6E97FF; }
        .section-pageContact-form #formContact .input-group .btn-form-contact:hover:not(:disabled):before {
          width: 100%; }
      .section-pageContact-form #formContact .input-group .btn-form-contact:disabled {
        opacity: 0.7;
        cursor: not-allowed;
        transform: none;
        box-shadow: none; }
      .section-pageContact-form #formContact .input-group .btn-form-contact .btn-loading i {
        margin-right: 8px; }
  @media (min-width: 992px) {
    .section-pageContact-form {
      padding: 103px 0 109px; }
      .section-pageContact-form #formContact {
        width: 75%;
        margin: auto; }
        .section-pageContact-form #formContact .input-group .form-control {
          font-size: 20px;
          padding: 23px 28px;
          height: 69px;
          border-radius: 16px; }
        .section-pageContact-form #formContact .input-group textarea.form-control {
          height: 188px; }
        .section-pageContact-form #formContact .input-group .btn-form-contact {
          padding: 12px 36px;
          font-size: 20px;
          height: 52px; }
        .section-pageContact-form #formContact .inner-form {
          gap: 44px; }
          .section-pageContact-form #formContact .inner-form .input-group.half {
            flex: 0 0 calc((100% - 44px) / 2);
            max-width: calc((100% - 44px) / 2); } }

.section-map .map-banner {
  position: relative; }
  .section-map .map-banner--photo {
    --number: 20;
    --posx: 10;
    --posy: 10;
    position: relative;
    display: grid;
    margin: auto;
    grid-template-columns: repeat(var(--number), 1fr);
    grid-template-rows: repeat(var(--number), 1fr); }
    .section-map .map-banner--photo .popover-dot {
      width: 20px;
      height: 20px;
      background: transparent;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      cursor: pointer;
      display: none;
      border: 0;
      outline: none;
      opacity: 1;
      grid-row: var(--posx);
      grid-column: var(--posy); }
    .section-map .map-banner--photo .popover-dot:before {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0px;
      left: 0px;
      background: #fff;
      border-radius: 50%;
      z-index: -1;
      -webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
      animation: 1.2s popoverTheLookDot ease-in-out infinite; }
    .section-map .map-banner--photo .popover-dot svg {
      display: block;
      margin: 0 auto;
      width: 13px;
      height: 18px; }
  .section-map .map-banner--photo-wrap {
    position: relative;
    overflow: hidden;
    grid-column: 1/span var(--number);
    grid-row: 1/span var(--number);
    padding-bottom: calc(957/1820 * 100%); }
    .section-map .map-banner--photo-wrap img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.section-map .popover {
  z-index: 990;
  border: 0 !important; }
  .section-map .popover .arrow {
    display: none !important; }
  .section-map .popover .popover-body {
    min-width: 170px; }
  .section-map .popover .popover-point {
    flex-direction: column;
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    position: relative; }
    .section-map .popover .popover-point .point--title h4 {
      font-size: 20ppx;
      font-weight: 500;
      color: #121420;
      margin-bottom: 5px; }
    .section-map .popover .popover-point .point--detail {
      font-size: 12px;
      font-weight: 300;
      color: #121420; }
  @media (min-width: 992px) {
    .section-map .popover .popover-body {
      min-width: 270px; }
    .section-map .popover .popover-point .point--title h4 {
      font-size: 25ppx; }
    .section-map .popover .popover-point .point--detail {
      font-size: 16px; } }

.section-map .map-layer {
  grid-column: 1/span var(--number);
  grid-row: 1/span var(--number);
  display: grid;
  grid-template-columns: repeat(var(--number), 1fr);
  z-index: 99; }
  .section-map .map-layer .layer-box {
    display: flex;
    border: 1px dotted #222;
    cursor: pointer;
    justify-content: center;
    align-items: center; }
    .section-map .map-layer .layer-box span {
      position: absolute;
      color: #fff;
      font-size: 8px; }
    .section-map .map-layer .layer-box.actived {
      background: #000102; }
    .section-map .map-layer .layer-box:not(.actived):hover {
      background: #000102;
      opacity: 0.5; }

@media (min-width: 992px) {
  .section-map .map-banner--photo .popover-dot {
    width: 30px;
    height: 30px; }
    .section-map .map-banner--photo .popover-dot[data-posx="11"][data-posy="17"] {
      left: -27px; }
  .section-map .map-banner--photo .popover-dot:before {
    width: 30px;
    height: 30px; }
  .section-map .map-banner--photo .popover-dot svg {
    width: 16px;
    height: 23px; } }

@media (min-width: 1024px) {
  .section-map .map-banner {
    width: 80%;
    margin: auto; }
    .section-map .map-banner--photo .popover-dot {
      display: block; } }

/* ABOUT US */
.layout-page-about-us .section-page-aboutus-intro {
  padding: 40px 0; }
  .layout-page-about-us .section-page-aboutus-intro .wrapper-intro {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-title h1 {
    font-size: 14px;
    font-weight: 300;
    margin: 0; }
  .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-title h2 {
    font-size: 36px;
    font-weight: 500;
    margin: 20px 0 16px; }
  .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-title .text {
    font-weight: 300; }
  .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-img {
    overflow: hidden;
    border-radius: 16px; }
  .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content {
    display: flex;
    flex-direction: column;
    gap: 20px 35px; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content > div {
      width: 100%; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content h3 {
      white-space: nowrap;
      padding: 5px 10px;
      margin: 0;
      font-size: 12px;
      background: #6E97FF;
      color: #fff;
      border-radius: 33px;
      display: inline-flex;
      font-weight: 400; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .text {
      font-weight: 300; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content p {
      margin-bottom: 0; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content p + p {
      margin-top: 16px; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content {
      padding: 30px; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content h3 {
        font-size: 32px;
        font-weight: 700;
        line-height: 38px;
        margin-bottom: 30px; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content p {
        font-size: 17px;
        line-height: 34px;
        margin-bottom: 0;
        color: #F5F5F5; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content.intro-content-1 {
        border-left: 1px solid #484848;
        border-bottom: 1px solid #484848;
        margin-bottom: 40px; }

.layout-page-about-us .section-page-aboutus-team {
  padding: 40px 0; }
  .layout-page-about-us .section-page-aboutus-team .wrap-heading {
    margin: 0 0 30px; }
    .layout-page-about-us .section-page-aboutus-team .wrap-heading h2 {
      font-size: 36px;
      font-weight: 500;
      margin: 30px 0 16px; }
    .layout-page-about-us .section-page-aboutus-team .wrap-heading .sub {
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase; }
    .layout-page-about-us .section-page-aboutus-team .wrap-heading .text {
      font-weight: 300; }
  .layout-page-about-us .section-page-aboutus-team .aboutus-team-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    background: #FFFFFF;
    box-shadow: 7px 7px 60px rgba(0, 0, 0, 0.05);
    height: 100%; }
    .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .aboutus-team-content {
      padding: 10px; }
    .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .team-name {
      font-size: 18px;
      font-weight: 400;
      margin: 0 0 4px; }
    .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .team-position {
      color: #989DAD;
      font-weight: 300; }
  .layout-page-about-us .section-page-aboutus-team .listing {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .layout-page-about-us .section-page-aboutus-team .listing .item {
      flex: 0 0 calc((100% - 20px) /2);
      max-width: calc((100% - 20px) /2); }

.layout-page-about-us .section-home-testimonials {
  padding-top: 0;
  padding-bottom: 100px; }

@media (min-width: 992px) {
  .layout-page-about-us .section-page-aboutus-intro {
    padding: 82px 0; }
    .layout-page-about-us .section-page-aboutus-intro .wrapper-intro {
      gap: 50px; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-img {
      border-radius: 33px; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-title h1 {
      font-size: 18px; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-title h2 {
      font-size: 50px;
      margin: 50px 0 23px; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-title .text {
      font-size: 20px; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content {
      flex-direction: row; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .col-left {
        width: auto; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .col-right {
        width: 100%; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .text {
        font-size: 20px; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content h3 {
        margin: 5px 20px 0; }
  .layout-page-about-us .section-page-aboutus-team {
    padding: 85px 0 111px; }
    .layout-page-about-us .section-page-aboutus-team .wrap-heading {
      width: 80%;
      margin: 0 auto 50px; }
      .layout-page-about-us .section-page-aboutus-team .wrap-heading h2 {
        font-size: 50px;
        margin: 50px 0 38px; }
      .layout-page-about-us .section-page-aboutus-team .wrap-heading .sub {
        font-size: 18px; }
      .layout-page-about-us .section-page-aboutus-team .wrap-heading .text {
        font-size: 20px; }
    .layout-page-about-us .section-page-aboutus-team .listing {
      gap: 33px; }
      .layout-page-about-us .section-page-aboutus-team .listing .item {
        flex: 0 0 calc((100% - (33px*3)) /4);
        max-width: calc((100% - (33px*3)) /4); }
    .layout-page-about-us .section-page-aboutus-team .aboutus-team-item {
      border-radius: 18px; }
      .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .aboutus-team-content {
        padding: 15px 22px 22px; }
      .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .team-name {
        font-size: 22px; }
      .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .team-position {
        font-size: 16px; } }

/* PROGRAMS */
.layout-page-programs .section-page-programs-faq {
  padding: 40px 0; }
  .layout-page-programs .section-page-programs-faq .programs-faq-flex {
    display: flex;
    flex-direction: column;
    gap: 20px 65px;
    background-image: url("data:image/svg+xml,%3Csvg width='1461' height='439' viewBox='0 0 1461 439' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M735.65 278.77C734.34 278.84 733.25 278.92 732.57 278.99C732.83 279.12 733.06 279.29 733.3 279.45C733.4 279.51 733.53 279.6 733.63 279.66C734.47 279.13 735.15 278.91 735.65 278.77Z' fill='%23E6EAEE'/%3E%3Cpath d='M683.04 276.39C682.92 276.45 682.77 276.54 682.67 276.63L682.47 276.96C682.14 277.01 681.7 277.08 681.37 277.13C681.41 277.21 681.46 277.32 681.5 277.4C681.72 277.79 682.06 278.19 682.06 278.2C683.32 279.71 684.97 280.82 686.26 282.31C687.64 283.91 688.55 285.84 689.92 287.45C689.97 287.51 690.04 287.59 690.1 287.66C691.04 288.75 692.12 289.72 693.08 290.8C693.94 291.78 694.17 292.3 694.29 292.68C694.68 293.96 693.96 295.23 694.27 296.51C694.75 298.54 696.08 300.23 696.56 302.25C697.15 304.76 697.4 305.79 698.19 307.05C699.28 308.77 701.21 309.46 702.65 310.75C702.73 310.75 702.83 310.76 702.91 310.77C703.8 309.2 707.03 308.29 708.54 310.97C710.05 313.66 717.42 310.67 717.47 310.59C717.14 304.79 715.36 296.98 716.38 291.26C716.427 290.98 718.013 290.6 721.14 290.12L720.5 279.73C721.46 279.7 722.54 279.67 724.25 279.58C718.47 279.233 714.547 279.107 712.48 279.2L711.95 279.22L710.17 278.16C699.13 277.993 693.407 277.897 693 277.87C691.41 277.77 689.97 277.08 688.43 276.78C687.06 276.51 685.76 277.25 684.39 277.04C683.93 276.97 683.54 276.88 683.05 276.39' fill='%23E6EAEE'/%3E%3Cpath d='M763.67 273.91C761.337 273.897 759.883 273.97 759.31 274.13C758.68 274.31 758.87 275.04 758.47 275.37C757.11 276.52 755.32 276.57 753.76 277.21C753.12 277.47 752.42 278.07 751.49 278.89C750.51 279.757 747.593 279.957 742.74 279.49C743.28 280.16 744.31 280.03 744.82 280.75C745.37 281.53 745.59 282.5 746.26 283.21C746.31 283.27 746.38 283.35 746.45 283.4C747.78 284.39 749.5 284.31 750.94 285.03C751.79 285.46 752.29 286.29 753.05 286.83C754.33 287.75 754.82 289.62 756.67 289.87C759.29 289.93 760.53 290.33 761.24 291.32C761.27 291.36 761.31 291.45 761.37 291.45C763.557 291.59 764.72 291.677 764.86 291.71C765.08 291.76 765.36 291.87 765.39 291.89C765.59 292 769.92 292.47 769.95 292.47C769.99 292.47 773.97 290.39 774.22 289.61C774.44 288.93 774.07 288.16 774.55 287.52C775.18 286.69 776.28 286.57 777.02 285.91C776.72 285.63 776.58 285.44 776.39 284.85C776.13 284.06 774.98 283.94 774.96 282.97C774.94 282.03 775.99 281.98 776.31 281.32C776.37 281.2 776.11 277.38 775.93 277C772.32 276.35 768.83 275.11 765.14 274.86L764.42 274.83L763.68 273.93' fill='%23E6EAEE'/%3E%3Cpath d='M740.05 279.76C738.97 279.89 737.87 279.79 736.8 280.05C735.85 280.28 735.2 281.16 734.18 281.24C733.3 281.31 732.7 281.1 731.52 280.3C731.073 280 730.06 280.033 728.48 280.4C726.9 280.767 725.047 280.99 722.92 281.07C723.32 287.33 723.487 290.54 723.42 290.7C723.14 291.42 722.73 291.44 718.76 291.69C718.9 294 719.08 297.07 719.21 299.38C722.42 300.32 724.14 304.06 722.84 304.87C722.79 304.9 722.66 304.98 722.4 305.07C722.39 305.17 722.37 305.3 722.35 305.4C724.897 305.56 727.177 304.983 729.19 303.67C730.29 302.95 730.38 301.38 731.64 300.8C732.03 300.62 733.14 300.28 735.02 301C739.84 302.89 742.52 302.17 743.01 302.01C744.47 301.52 743.38 299.61 744.67 299.03C745.8 298.52 747.09 298.87 748.23 298.39C749.37 297.91 749.22 296.52 750.06 295.82C751.09 294.96 752.45 295.22 753.6 294.77C754.36 294.48 754.65 293.64 755.34 293.28C756.12 292.87 757.06 293.18 757.83 292.74C757.83 292.74 758.16 292.49 758.9 291.78C758.88 291.72 758.86 291.63 758.85 291.57C758.56 291.45 758.33 291.35 757.14 291.31C756.52 291.29 755.05 291.26 753.46 290.21C753.33 290.12 750.14 286.71 750.13 286.69C748.88 284.25 745.81 285.55 744.21 283.83C743.55 283.11 743.45 282.06 742.74 281.37L740.03 279.77' fill='%23E6EAEE'/%3E%3Cpath d='M772.37 304.57C771.72 304.72 770.68 305.55 770.37 305.95C770.73 306.62 771.67 307.58 772.15 307.86C772.34 307.97 772.42 308.02 773.81 307.98C773.82 307.54 774.16 307.24 774.45 307.02C774.2 306.17 774.06 305.7 773.93 305.15C773.59 305 772.55 304.56 772.37 304.57Z' fill='%23E6EAEE'/%3E%3Cpath d='M759.13 313.13C758.03 313.23 756.75 313.78 756.45 313.97C756.33 314.04 756.32 314.06 756.21 314.19C756.1 314.33 755.62 314.88 754 316.35L756.23 318.18C756.4 318.2 756.63 318.23 756.8 318.25C757.75 316.71 757.94 316.39 760.51 316.57C760.55 316.57 760.6 316.57 760.64 316.57C760.95 315.9 761.61 315.56 762.1 315.05C762.08 314.88 761.18 314.38 760.65 314.1C759.76 313.63 759.42 313.39 759.12 313.14' fill='%23E6EAEE'/%3E%3Cpath d='M758.46 319.92L754.97 319.53L751.04 316.27C751.85 315.55 753.54 314.05 753.99 313.48C754.13 313.3 754.25 313.14 754.64 312.91C755.68 312.27 757.46 311.78 758.51 311.69C759.41 311.61 760.12 311.72 760.6 312C764.54 314.26 764.53 314.63 764.52 315.14C764.52 315.44 764.35 315.68 764.31 315.75C764.27 315.81 764.21 315.88 764.17 315.93C763.88 316.27 763.51 316.52 763.19 316.83C762.92 317.1 762.97 317.57 762.61 317.79C762.303 317.977 761.37 318.05 759.81 318.01C759.81 318.01 759.72 318.01 759.68 318.01C759.29 318.56 758.97 319.06 758.77 319.39L758.47 319.93M760.77 292.82C759.83 293.66 758.637 294.17 757.19 294.35C755.73 296.24 753.51 296.55 752.31 296.57C751.28 297.24 751.31 298.7 750.26 299.35C750.25 299.35 748.85 300.21 746.41 300.23C745.39 301.22 745.43 303.12 743.64 303.45C742.87 303.59 738.78 304.2 734.42 302.41C733.827 302.177 733.377 302.047 733.07 302.02C729.69 305.127 727.627 306.777 726.88 306.97C726.81 306.99 719.95 307.78 719.94 305.35C719.94 305.26 719.96 305.13 719.97 305.04C720.07 304.23 720.09 304.13 720.98 303.79C720.8 303.32 720.63 302.88 719.33 301.07C719.71 307.77 719.737 311.273 719.41 311.58C716.53 314.24 708.65 313.85 707.03 312.44C706.81 312.247 706.43 311.673 705.89 310.72C705.26 311.16 704.92 311.96 704.1 312.17C705.21 313.38 711.79 321.74 711.98 322.04C712.93 323.65 714.01 325.47 711.28 325.73C711.19 327.39 713.13 327.88 713.38 329.36C715.12 330.21 717.06 330.62 718.62 331.84C719.1 331.973 719.567 331.897 720.02 331.61C722.58 329.99 744.98 329.45 745.15 329.48C745.86 328.69 746.25 328.25 748.95 328.29C761.48 328.58 767.12 317.24 776.38 312.02C776.95 311.71 777.65 311.33 778.12 308.3C775.87 308.35 773.86 310.1 771.48 309.25C771.07 309.1 766.8 306.69 768.52 304.87C770.78 302.5 772.92 303.17 773.84 303.46C773.98 300.73 773.63 299.74 773.63 299.73C772.66 297.53 770.74 295.98 769.63 293.87C767.597 293.617 764.647 293.27 760.78 292.83' fill='%23E6EAEE'/%3E%3Cpath d='M689.63 244.77C686.65 244.737 684.78 244.857 684.02 245.13C684.02 245.46 684.02 245.92 687.55 250.07C688.71 251.44 686.89 252.71 687.43 254.06C688.15 255.84 689.78 257.08 690.34 258.95C690.49 259.47 690.49 259.75 690.49 260C690.49 261.46 688.75 262.64 687.48 263.5C686.58 264.17 685.55 264.92 684.58 266.84C684.09 267.81 684.26 268.96 683.78 269.94C683.28 270.95 682.15 271.49 681.76 272.58C681.45 273.44 681.69 274.35 681.55 275.23C681.59 275.22 689.42 275.43 690.33 275.79C691.5 276.25 692.22 276.46 694.17 276.49L711.05 276.74C714.74 278.94 729.27 277.89 729.41 277.87L724.55 274.01L724.38 263.72L732.03 264.03L732.55 263.72C732.69 262.38 732.88 260.58 733.03 259.24C732.32 259.36 726.66 260.05 726.65 260.05L726.33 260.03C724.81 259.69 724.54 259.08 725.06 257.18C725.1 256.57 724.15 255.93 723.33 255.5C722.63 255.13 722.48 255 722.36 254.36C722.15 253.29 723.16 252.54 723.1 251.51C723.05 250.54 722.18 249.91 722.06 248.97C720.12 249.13 718.3 248.4 716.4 248.24C715.16 248.133 714.433 248.443 714.22 249.17C713.93 250.15 713.71 250.71 712.46 250.74L712.25 250.72C709.89 250.49 707.61 251.53 705.24 251.16C703.76 250.93 702.92 250.19 702.11 249.14C701.39 248.22 699.52 248.03 699.9 246.43C700.07 245.71 699.47 245.03 699.46 245.03C699.27 244.97 699.06 244.89 689.64 244.77' fill='%23E6EAEE'/%3E%3Cpath d='M761.94 252.69C760.97 252.9 760.14 252.98 757.82 252.93L756.72 252.9C756.82 253.42 756.427 254.097 755.54 254.93C757.86 256.48 755.16 258.86 755.24 260.83C756.887 262.123 757.813 262.76 758.02 262.74C760.373 262.547 761.58 262.477 761.64 262.53C762.31 263.17 763.28 265.7 761.32 266.62L761.2 266.68C759.42 267.03 757.94 266.99 756.78 266.58C755.82 266.24 754.57 265.02 754.12 263.98C754.05 263.81 754.01 263.74 752.13 263.68C751.51 263.66 750.74 263.64 750.03 263.26C749.47 262.96 749.15 262.78 748.44 262.12C747.87 262.84 747.8 262.93 740.75 261.95C739.71 261.81 739.67 260.19 738.42 260.36C736.953 260.56 736.12 260.63 735.92 260.57C735.69 260.5 735.53 260.45 735.23 260.28L734.82 264.39L733.03 265.47L726.73 265.21L726.87 273.63C728.43 274.87 730.24 277.73 732.22 277.55C740.32 276.83 740.83 277.59 741.2 278.15C741.8 278.09 742.07 278.06 742.61 278.07C744.48 278.18 746.29 278.77 748.16 278.87C749.98 278.74 750.54 276.86 751.94 276.17C753.33 275.48 754.93 275.39 756.32 274.67C756.4 274.63 756.5 274.56 756.57 274.51C756.57 273.46 757.05 272.92 759.9 272.5H760.02H762.97L761.93 270.63C763.94 270.22 770.06 268.98 774.41 268.17C773.92 267.64 773.93 267.55 773.97 267.17L774.15 266.86C774.9 265.9 774.23 263.92 775.92 263.7C775.9 263.65 774.12 259.02 776.78 258.47C776.2 256.25 774.15 255.76 769.16 254.77C766.69 254.28 764.47 252.9 761.91 252.69' fill='%23E6EAEE'/%3E%3Cpath d='M760.62 233.22C759.89 233.34 759.17 233.56 758.44 233.67C757.99 233.74 757.63 233.74 757.27 233.73H757C756.44 233.88 756.16 233.96 756.37 234.94L756.53 235.7L755.43 235.74C755.43 235.74 755.5 235.82 755.52 235.85C757.093 235.963 757.9 235.983 757.94 235.91L757.69 235.11C759.51 235.22 760.95 235.31 761.86 235.14C761.78 234.69 761.33 234.13 761.07 233.83L760.62 233.22Z' fill='%23E6EAEE'/%3E%3Cpath d='M847.34 201.76C845.85 202.06 844.55 202.96 843.02 203.12C839.77 203.48 836.5 203.21 833.24 203.34C831.79 203.4 830.48 204.13 829.04 204.22C827.99 204.28 826.95 204.15 825.9 204.11C823.43 204.02 821.1 205.37 818.59 204.82C816.74 204.42 814.66 201.46 813.06 203.6C813.08 203.62 814.78 205.28 815.62 205.61C816.6 205.99 817.33 206.8 818.34 207.12C821.26 208.02 824.29 208.44 827.24 209.21C828.92 209.65 831 210.19 833.2 210.33C834.63 210.42 836.25 210.53 836.69 211.2C837.51 212.46 824.7 219.18 823.25 219.18C821.7 219.18 820.15 218.78 818.6 219.18C817.18 219.55 815.99 220.6 814.44 220.58C814.22 220.58 813.56 220.57 811.65 220.73L810.01 222.27L808.39 223.92L810.02 233.03C810.44 233.39 811.01 233.87 811.43 234.23C818.01 229.59 823.19 226.75 826.84 225.77C829.62 225.03 835.28 221.47 838.94 218.16C839.28 217.85 839.86 217.33 840.34 216.75C841.06 215.88 841.15 214.68 841.85 213.8C842.97 212.39 844.55 211.45 845.67 210.04C845.75 209.94 846.49 209 846.97 208.05C847.39 207.24 848.51 202 847.33 201.75' fill='%23E6EAEE'/%3E%3Cpath d='M601.77 136.13C601.66 136.14 601.51 136.13 601.41 136.17C599.25 137.3 598.46 139.87 596.31 141.02C594.68 141.89 591.55 142.48 590.02 142.52C589.53 142.53 589.37 142.54 589.15 142.7C582.83 147.46 583.88 148.57 584.44 149.17C586.64 151.51 574.23 156 574.09 156.03C581.93 155.963 586.137 155.95 586.71 155.99C586.73 151.18 595.87 151.04 595.96 151.04C596.14 151.04 596.39 151.04 596.57 151.04C596.69 150.88 596.87 150.67 597.06 150.61C597.347 150.51 598.613 150.393 600.86 150.26C602.08 150.19 602.5 148.85 603.57 148.53C605.11 148.08 606.71 147.93 608.27 147.61C608.29 146.21 608.37 145.6 610 145.55C612 145.57 612.11 145.38 612.32 145.03C612.87 144.09 619.26 144.58 619.32 144.59C619.35 144.53 619.4 144.44 619.44 144.38C619.03 143.49 617.81 143.48 617.42 142.56C616.98 141.54 617.89 140.48 617.34 139.46C616.96 138.76 616.06 138.12 616.06 138.12C615.58 137.9 613.95 137.4 609.14 137.66C605.8 137.84 604.76 137.41 603.83 136.87C603.32 136.57 602.38 136.08 601.78 136.1' fill='%23E6EAEE'/%3E%3Cpath d='M666.15 132.53C664.66 132.53 663.3 133.21 661.83 133.31C661.41 135.37 661.66 135.79 661.95 136.04C662.35 136.38 662.62 137 662.22 137.74C661.7 138.69 658.18 140.49 657.83 140.58C658 141.04 658.59 141.78 659.37 141.99C660.57 142.3 661.69 142.75 661.8 143.86C662.87 144.3 664.12 144.3 665.02 145.17C665.96 146.08 666.88 147.91 667.18 149.08C667.81 148.63 668.05 147.69 668.05 147.68C667.86 147.38 667.46 146.77 668.29 146.14C668.31 146.12 671.05 144.29 672.77 144.16C672.9 144.14 673.07 144.11 673.2 144.09C673.18 143.86 673.18 143.69 673.23 143.16C671.86 142.57 671.65 142.17 671.61 141.92C671.54 141.84 671.46 141.74 671.39 141.66C669.27 142.37 665.92 141.1 666.55 139.82C666.8 139.31 667.78 139.06 668.49 138.87C669.6 138.59 671.11 138.2 671.07 137.21C671.06 136.94 670.88 136.54 670.13 136.21C667.66 135.11 669.19 134.26 669.93 133.84C669.14 133.84 668.13 133.64 667.84 132.77C667.39 132.56 666.42 132.54 666.14 132.54' fill='%23E6EAEE'/%3E%3Cpath d='M656.54 132.86C639.22 133.34 626.453 135.04 618.24 137.96C619.83 139.24 619.72 140.05 619.43 142.03C623.26 145.01 620.95 145.6 619.78 145.71C616.76 146 613.78 146.65 610.73 146.71H610.43C610.23 148.43 610.2 148.66 608.85 148.73C607.91 149.43 607.3 149.44 605 149.46C603.3 150.87 601.83 152.08 596.49 152.2C594.49 152.17 590.14 153.91 588.85 154.44C588.83 155.09 588.83 155.73 588.83 156.38V157.17C623.043 169.903 640.39 176.797 640.87 177.85C642.47 178.04 647.29 177.13 650.47 176.52L658.34 173.02C663.65 171.22 670.74 168.81 676.05 167.01C675.31 165.86 675.27 165.86 674.54 165.8C674.49 165.8 668.62 164.62 668.48 164.53L665.27 160.18C665.62 159.72 665.71 159.59 666.93 158.99C666.6 158.61 666.44 158.44 666.4 158.11C665.86 156.85 666.07 156.69 666.93 156L665.67 151.84C664.45 150.76 664.31 150.55 665.09 149.93C665.09 149.89 665 146.13 661.86 145.17C656.45 143.51 654.33 139.57 656.98 139.52C657.01 139.51 660.2 137.41 660.32 137.13C660.93 135.8 659.5 134.84 659.69 133.59C659.6 133.48 659.49 133.34 659.4 133.24C658.44 133.14 657.5 132.94 656.54 132.86Z' fill='%23E6EAEE'/%3E%3Cpath d='M716.29 144.32C712.11 144.35 709.37 145.64 708.67 146.14C708.69 147.25 710.38 147.93 709.59 149.23C709.24 149.8 707.68 150.46 706.01 150.49C705.55 150.49 704.69 150.51 703.75 150.34C701.47 149.91 699.43 148.69 697.13 148.32C695.27 148.01 693.36 148.18 691.51 147.75C689.78 147.35 689.12 146.71 688.96 146.53C688.63 146.15 688.64 145.88 688.66 145.53C688.2 145.19 682.79 143.84 679.31 144.07C677.92 144.16 676.83 144.09 675.43 143.82C675.05 144.92 674.98 145.12 673.09 145.29H673C671.97 145.71 671.03 146.33 670.03 146.81C669.31 148.87 668.413 150.09 667.34 150.47C667.18 150.53 666.97 150.61 666.82 150.67C668.207 152.037 668.783 153.4 668.55 154.76C669.19 155.55 669.51 156.14 668.25 157.05C668.27 157.43 668.49 157.75 668.54 158.12C669.127 158.847 669.253 159.347 668.92 159.62C668.44 159.87 667.93 160.07 667.47 160.39C669.07 161.46 669.42 164 671.85 164.09C673.13 164.14 675.85 164.75 675.88 164.76C677.01 165.07 677.39 166.37 678.48 166.74C680.27 167.33 682.19 166.89 683.98 167.45C684.48 167.61 685.51 168 686.81 168.83L693.64 166.83L726.37 176.96L726.28 176.08L730.3 176.17C729.42 167.76 727.8 159.44 727.08 151.01L727.81 147.06C727.79 146.97 727.76 146.84 727.73 146.75C727.15 146.66 726.81 146.6 724.93 146.43C722.08 146.14 719.57 144.55 716.7 144.35L716.31 144.33' fill='%23E6EAEE'/%3E%3Cpath d='M551.77 193.29C551.77 193.29 551.74 193.33 551.73 193.35C552 193.34 552.27 193.32 552.53 193.29C552.28 193.29 552.02 193.29 551.77 193.29Z' fill='%23E6EAEE'/%3E%3Cpath d='M559.72 185.61C558.86 185.63 558.02 185.82 557.78 185.88L557.62 185.91C557.62 185.91 554.59 186.16 553.1 185.95C552.393 186.583 551.853 186.963 551.48 187.09C551.37 187.41 551.09 188.27 550.36 188.88C550.15 189.06 549.83 189.32 549.86 189.71C549.96 190.98 551.23 191.25 551.87 192.05C553.81 192.02 555.64 191.21 557.59 191.31C557.77 191.31 557.97 191.33 558.26 191.39C559.07 191.57 559.69 192.2 560.51 192.36C561.6 192.58 562.73 192.28 563.81 192.66L565.19 193.17C563.03 193.95 562.3 194.21 560.66 194.27C559.53 194.26 558.55 193.56 557.41 193.6C557.31 193.6 557.19 193.67 557.1 193.71C555.23 194.38 552.37 194.57 551.53 194.62C551.45 194.62 551.33 194.64 551.25 194.65C551.31 194.76 551.33 194.81 551.47 194.91C552.21 195.05 553.02 194.79 553.7 195.3C554.24 195.18 554.69 195.05 555.27 194.84C555.337 194.82 557.723 194.663 562.43 194.37V194.17C565.81 194.53 569.1 195.76 572.58 195.23C572.82 193.04 569.69 193.17 569.74 191.11L569.06 190.51C568.93 190.18 568.51 189.37 567.32 189.11C566.77 188.99 565.31 188.68 563.96 186.91L562.61 186.93C560.8 185.62 559.97 185.63 559.69 185.64' fill='%23E6EAEE'/%3E%3Cpath d='M561.61 195.65C559.79 195.75 557.97 195.75 556.15 195.94C555.51 196.01 554.94 196.31 554.31 196.44C555.77 196.64 557.15 196.93 556.63 198.12C556.6 198.19 556.51 198.39 556.74 198.41C556.92 198.43 557.03 198.29 557.17 198.22C559.4 197.23 560.12 197.05 560.91 197.02C560.98 197.02 561.08 197 561.15 196.99C560.49 196.2 561.25 195.79 561.61 195.64' fill='%23E6EAEE'/%3E%3Cpath d='M723.2 200.21C722.38 200.27 720.07 201.65 716.27 204.35C715.32 205.03 714.44 205.32 711.75 205.29C711.13 205.28 710.51 205.26 709.89 205.26C710.1 206.51 710.11 206.56 706.01 207.64C700.03 209.23 698.57 208.7 697.95 208.48C696.68 208.84 695.28 208.51 694.07 209.18C692.77 209.9 691.07 212.27 691.07 212.29C690.55 214.15 694.98 218.81 695.03 218.84C697.09 220 697.18 219.99 697.51 219.92C697.58 219.63 697.61 219.52 697.56 219.12L697.38 218.53L700.8 218.14L702.97 217.81L705.84 218.09L705.76 216.85C708.54 214.8 711.61 213.04 715.83 216.01C718 216.29 720.9 216.67 723.07 216.95C723.617 215.883 725.257 215.393 727.99 215.48C732.323 215.033 734.943 214.863 735.85 214.97C736.35 214.44 737.28 213.44 742.18 214.87L743.78 214.76C743.72 214.69 733.26 207.14 730.5 207.03L729.76 207.01L729.08 206.15L727.49 205.99C725.6 205.12 726.53 204.33 727.39 204.01C727.56 203.95 727.78 203.81 727.87 203.66C727.26 202.76 724.74 200.42 723.19 200.21' fill='%23E6EAEE'/%3E%3Cpath d='M650.44 192.36C649.76 192.71 649.31 192.94 648.5 192.95H648.34C646.93 192.81 646.02 192.72 645.08 192.78C643.273 195.26 642.283 196.597 642.11 196.79C642.817 199.257 642.197 201.523 640.25 203.59L640.13 203.76C636.98 204.85 638.72 209.3 639.93 209.94C642.12 211.09 644.58 210.23 646.84 210.85C646.88 210.86 650.65 211.98 651.1 213.98C651.24 214.58 652.36 215.4 652.89 215.61C654.29 215.55 655.62 215.01 657.02 215C661.147 215.027 663.443 214.163 663.91 212.41L663.96 212.21C668.93 209.11 669.82 209.1 670.41 209.09C673.723 209.163 675.723 209.44 676.41 209.92C679.65 206.32 681.337 204.487 681.47 204.42L681.92 204.19C681.81 202.44 684.15 200.02 684.62 199.55C686.28 197.9 686.34 197.84 688.42 197.73C688.5 197.57 688.573 197.32 688.64 196.98C688.58 196.9 688.51 196.8 688.45 196.73C687.9 196.1 686.94 196.18 686.38 195.55C686 195.12 686.58 194.54 686.15 194.12L684.49 192.89C683.44 193.39 682.6 194.31 681.38 194.46C678.81 194.8 676.35 193.78 673.81 193.8C671.73 193.82 669.88 194.94 667.82 195.06C664.7 195.24 663.41 194.76 662.05 194.26C660.2 193.58 658.42 194.52 656.6 194.49C656.34 194.49 656 194.46 655.76 194.37C654.81 194.04 654.44 192.83 653.32 192.76C651.26 192.63 651.18 192.63 650.59 192.4C650.54 192.38 650.48 192.36 650.44 192.34' fill='%23E6EAEE'/%3E%3Cpath d='M637.65 195.91C637.51 196.03 637.48 196.17 637.55 196.37C637.73 196.89 637.62 197.3 636.49 197.72C635.44 198.2 634.75 198.52 631.83 198.53C630.94 198.53 630.34 199.26 629.52 199.45C629.65 200.18 629.8 200.28 630.72 200.54C632.53 201.06 633.04 201.61 632.65 202.64C632.63 202.69 632.59 202.77 632.57 202.82C633.097 203.2 633.51 205.66 633.81 210.2C635.417 210.113 636.393 209.997 636.74 209.85L637.18 209.68C635.84 208.22 635.38 204.95 637.49 203.42C640.88 200.97 641.09 200.82 639.98 197.25C637.92 197.06 637.77 196.27 637.72 195.98L637.64 195.9' fill='%23E6EAEE'/%3E%3Cpath d='M625.78 199.3C625.913 199.6 626.097 199.803 626.33 199.91C627.61 200.46 627.53 201.5 627.5 201.83C627.27 203.48 627.19 204.1 627.33 204.71C627.54 205.56 628.17 206.21 628.44 207.04C628.67 207.77 628.58 208.55 628.81 209.28C628.83 209.35 628.87 209.44 628.89 209.51C629.1 210.06 629.57 210.7 629.72 210.9C630.24 210.7 630.76 210.57 631.56 210.44C631.47 209.06 631.34 207.21 631.21 206.25C631.13 205.67 631.15 205.08 631.11 204.49C631.06 203.78 630.97 203.72 630.73 203.56C630.52 203.43 630.28 203.18 630.32 202.79C630.35 202.52 630.67 202.32 630.53 202.01C630.5 201.94 630.4 201.89 629.87 201.73C628.12 201.2 627.56 200.96 627.29 199.47C626.78 199.41 626.28 199.34 625.77 199.3' fill='%23E6EAEE'/%3E%3Cpath d='M688.48 194.82C688.467 195.047 688.473 195.173 688.5 195.2C688.5 195.2 688.73 195.41 689.3 195.61C689.07 195.33 688.81 195.07 688.48 194.82Z' fill='%23E6EAEE'/%3E%3Cpath d='M690.25 198.56C689.8 198.79 689.46 198.91 688.26 199.04C685.59 199.35 686.29 202.72 684.19 203.54C684.157 203.707 684.147 203.92 684.16 204.18C684.213 204.54 683.627 205.043 682.4 205.69C682.22 205.78 682.18 205.81 682.04 206.25C682.02 206.3 681.84 206.8 680.5 208.29C680.09 208.75 679.66 209.2 679.24 209.65C677.993 211.01 677.09 211.717 676.53 211.77C675.38 211.88 674.96 210.76 674.13 210.33C673.19 209.84 672.27 210.4 671.34 210.39C669.49 210.35 666.13 212.8 666.1 212.83C665.34 213.41 665.52 214.39 665.11 215.12C666.457 216.073 667.26 216.543 667.52 216.53C669.08 216.46 669.94 216.42 670.69 217.25C671.563 218.21 671.61 219.603 670.83 221.43L675.93 221.48L677.92 221.17C678.33 221.2 687.9 221.6 689.91 221.5C690.56 221.48 691.64 221.44 695.75 222.54C695.95 221.99 696.06 221.75 696.28 221.37C694.81 220.36 693.09 219.72 691.81 218.4L691.66 218.22C691.78 217.48 691.43 217.15 690.96 216.78C688.9 215.2 688.8 212.17 688.81 212.14C688.81 212.12 690.36 209.35 692.77 208.06C691.45 206.527 690.397 205.583 689.61 205.23C687.53 204.3 686.3 203.64 686.62 202.39C686.71 201.55 687.51 201.17 691.63 201.4C690.737 199.74 690.287 198.783 690.28 198.53' fill='%23E6EAEE'/%3E%3Cpath d='M595.82 200.59C595.38 201.24 594.59 201.67 593.48 201.87C592.58 202.03 591.65 201.88 591.22 201.5C590.58 200.94 590.04 201.7 589.44 201.76C589.25 201.78 589.05 201.79 589.02 202.5C589.81 202.93 590.48 203.3 590.18 204.26C592.26 206.29 590.02 206.53 589.28 206.55C589.18 206.55 589.04 206.54 588.94 206.53C589.22 206.87 589.36 207.14 589.24 207.5C588.99 208.21 587.64 207.84 587.75 208.75C587.86 209.68 587.92 210.15 587.42 210.77C593 212.49 592.64 213 591.13 215.11C591.31 215.17 591.42 215.2 595.14 214.61C602.06 213.51 605.62 213.01 610.95 213.66C610.45 212.42 608.73 211.9 608.96 210.24C608.96 210.21 610.98 207.14 611 207.12C611.18 206.88 611.73 206.55 611.94 206.43C612.09 206.33 612.3 206.2 612.45 206.11C612.36 204.97 612 202.96 610.54 202.39C610.42 202.34 610.4 202.34 610.16 202.31C608.5 202.11 607.03 202.99 605.43 203.13C603.48 203.3 601.5 202 601.11 201.66C600.73 201.33 600.03 201.07 599.5 201.05C596.24 201.64 595.9 201.7 595.82 200.6' fill='%23E6EAEE'/%3E%3Cpath d='M615.96 199.49C615 199.49 613.8 199.5 613.01 199.57C613.23 200.24 613.74 200.79 613.86 201.51C613.87 201.58 613.9 201.94 613.44 202.33C614.6 204.29 614.7 206.07 614.7 206.09C614.7 206.12 614.7 206.16 614.7 206.19C614.66 206.39 614.57 206.51 614.48 206.62C614.09 207.09 613.47 207.25 613.04 207.66C612.99 207.7 612.98 207.8 612.98 207.87C612.99 208.4 612.3 209.16 611.88 209.61C611.327 210.21 611.403 210.993 612.11 211.96C612.817 212.927 613.167 213.613 613.16 214.02C613.4 214.07 614.14 214.21 615 214.41C615.353 214.497 616.07 214.42 617.15 214.18C620.69 213.39 624.17 212.37 627.71 211.56C627.71 211.51 627.7 211.45 627.68 211.41C627.43 210.68 626.78 210.16 626.59 209.39C626.4 208.62 626.46 207.8 626.17 207.04C625.9 206.32 625.65 205.91 625.44 205.59C624.93 204.82 624.97 203.84 625.23 202.19C625.33 201.48 625.39 201.05 624.78 200.82C624.36 200.66 624.1 200.49 623.79 199.92C623.46 199.96 623.02 200.01 622.64 199.81C622.27 199.61 618.45 199.49 615.97 199.49' fill='%23E6EAEE'/%3E%3Cpath d='M564.39 195.66C564.19 195.96 563.95 196.25 563.29 196.52C564.92 197.93 561.64 198.31 561.61 198.32C560.763 198.373 559.817 198.623 558.77 199.07C558.66 199.12 558.51 199.18 558.4 199.23C559.973 200.39 560.88 201.023 561.12 201.13C563.46 202.13 564.35 202.83 565.06 203.47C565.97 203 566.55 202.08 567.52 201.69C568.22 201.41 568.84 201.45 569.79 201.55C571.49 201.7 573.19 200.78 574.9 201.52C576.253 202.113 577.327 203.33 578.12 205.17C579.36 205.47 580.63 204.55 581.85 205.28C582.69 205.78 583.25 207.06 583.11 207.73C583.05 208.01 583.06 208.03 583.21 208.19C583.91 207.99 584.37 207.34 585.09 207.17C585.94 206.97 586.47 207.2 586.7 207.36L586.99 207.21C585.32 205.41 588.18 205.12 588.21 205.12C588.28 205.12 588.38 205.12 588.45 205.12C588.34 205.01 588.17 204.85 588.08 204.73C587.86 204.43 588.21 204.08 588 203.77C587.72 203.35 587.05 203.46 586.87 202.91C586.72 202.46 586.79 202.07 587.15 201.21C586.7 200.88 586.53 200.75 586.4 200.02C586.38 199.96 586.36 199.88 586.35 199.82C585.15 199.62 584.75 199 585.36 198.29C584.6 197.66 584.15 196.78 583.47 196.08C581.2 197.24 580.79 197.44 578.96 196.96C578.77 196.91 578.52 196.85 578.33 196.81C577.51 197.52 576.56 197.39 575.75 197.2C575.63 197.2 575.48 197.24 575.38 197.3C575.02 197.48 574.33 197.58 573.75 197.41C573.19 197.24 573.03 196.43 572.32 196.51C571 196.65 569.24 196.66 567.94 196.55C567.74 196.53 567.48 196.5 567.29 196.48C566.29 196.34 565.41 195.82 564.41 195.67' fill='%23E6EAEE'/%3E%3Cpath d='M580.34 206.32C579.76 206.38 579.19 206.44 578.61 206.51C577.79 208.75 575.37 208.56 573.8 209.66C574.46 210.05 584.93 214.3 588.71 215.2C589.06 214.57 589.75 214.15 589.86 213.37C589.52 212.94 587.58 212.3 586.01 211.83C585.32 211.62 584.78 211.46 584.71 211.03C584.61 210.41 585.41 210.46 585.54 209.99C585.66 209.55 585.49 209.11 585.51 208.67C582.61 210.83 580.75 208.64 580.82 207.93C580.87 207.41 580.91 207.03 580.34 206.32Z' fill='%23E6EAEE'/%3E%3Cpath d='M573.37 202.43C572.33 202.48 571.33 202.85 570.28 202.87L569.76 202.85C569.51 202.82 569.17 202.78 568.92 202.76C568.62 203.24 567.91 203.69 566.02 204.63C566.36 205.18 566.59 205.8 566.97 206.33C567.2 206.67 567.49 206.96 567.82 207.21C568.72 207.89 570.54 208.55 571.88 209.03C572.233 208.757 572.983 208.397 574.13 207.95C574.67 207.74 575.68 207.35 575.87 207.21C575.97 207.13 576.41 206.34 576.43 206.25C576.45 206.18 576.35 206.1 576.3 206.05C576.17 205.92 575.94 205.64 575.83 205.23C575.75 204.94 575.86 204.63 575.75 204.34C575.73 204.27 575.68 204.19 575.63 204.14C575.1 203.47 573.65 202.47 573.38 202.42' fill='%23E6EAEE'/%3E%3Cpath d='M584.69 157.1C580.04 157.14 573.4 155.28 569.19 157.24C567.86 157.86 567.23 159.27 566.01 160.01C564.76 160.77 563.4 161.36 562.21 162.22C562.09 162.31 561.93 162.43 561.81 162.53C560.59 163.6 559.91 165.14 558.63 166.16C555.937 168.293 554.3 169.633 553.72 170.18C553.63 170.26 553.52 170.37 553.44 170.46C552.56 171.33 552.18 171.79 551.81 172.44L566.64 172.25C566.8 170.023 566.96 168.823 567.12 168.65C568.33 167.38 570.08 167.66 571.53 167.1L572 160.31C580.77 160.31 584.05 160.31 586.49 160.25C586.58 160.1 586.83 158.1 586.56 157.21C586.35 157.15 586.11 157.09 584.7 157.1' fill='%23E6EAEE'/%3E%3Cpath d='M588.82 158.57C588.76 160.82 588.65 161.15 587.86 161.31C587.41 161.4 586.98 161.48 574.05 161.47C573.93 163.3 574.52 166.02 573.52 167.55C572.43 169.23 570.49 168.6 569 169.2L568.71 173.41C563.54 173.47 556.65 173.56 551.47 173.63C551.91 174.95 553.99 174.66 554.12 176.3C554.19 177.16 553.31 177.9 553.79 178.81C554.617 180.39 555.023 181.223 555.01 181.31C554.71 182.77 553.13 184.15 552.37 184.82C552.79 184.77 552.85 184.76 553.11 184.75C555.57 184.83 557.99 184.19 560.45 184.4C560.96 184.44 561.92 184.53 563.78 185.66L565.58 185.64C566.7 187.47 568.93 187.7 570.41 188.99C570.817 188.93 571.08 188.707 571.2 188.32C571.36 187.8 572.78 186.39 575.57 187.77C575.7 187.83 575.88 187.91 576.01 187.98C576.59 187.28 577.33 187.13 579.06 187.37C580.02 187.5 580.6 187.58 582.53 187.08L582.77 187.01C593.47 186.93 599.1 186.88 599.66 186.86C599.78 186.54 599.85 186.29 599.86 185.56L598.52 184.8L595.12 162.61C596.59 162.61 598.54 162.59 600.01 162.59C598.09 161.89 592.99 160.04 588.82 158.57Z' fill='%23E6EAEE'/%3E%3Cpath d='M603.24 163.75L597.48 163.78L600.67 184.25L602.05 185.03C602.1 186.05 602.17 187.77 600.51 188.02C600.38 188.04 579.17 188.67 578.47 188.57C578.32 188.55 578.12 188.53 577.98 188.52C576.68 189.9 575.14 189.2 573.64 188.53C573.54 188.58 573.41 188.65 573.31 188.7C573.15 189.43 572.84 189.78 571.36 190.13L572.04 190.73C571.89 191.78 571.92 191.8 573.1 192.49C574.4 193.25 574.947 194.417 574.74 195.99C577.24 195.63 578.983 195.577 579.97 195.83C581.44 196.2 582.34 194.72 583.69 194.68H583.87C585.57 195 586.3 196.53 586.42 197.05C587.573 197.677 588.14 198.113 588.12 198.36L587.94 198.72C588.127 198.92 588.403 199.447 588.77 200.3C591.49 200.467 592.917 200.583 593.05 200.65C593.27 200.56 593.55 200.37 593.72 200.2C595.39 198.51 597.28 200.09 599.05 199.83C599.35 199.35 599.85 199.02 599.99 198.44C600.15 197.81 599.19 197.16 599.86 196.58C601.14 195.47 603.09 195.98 604.31 194.73C606.237 192.757 607.493 191.837 608.08 191.97C608.47 192.09 608.86 192.21 609.25 192.34C609.64 191.7 609.93 191.58 610.91 191.36C613.157 190.54 614.43 190.153 614.73 190.2C616.03 189.59 618.46 188.45 621.99 187.93C624.17 187.61 626.3 188.45 628.47 188.17C629.9 187.7 630.93 187.36 632.59 187.48C642.09 187.93 642.87 186.51 642.65 179.05C641.4 179.19 640.15 179.34 638.9 179.48C638.89 177.08 638.29 176.42 632.78 175.89L632.21 175.86C627.54 170.86 603.46 163.8 603.25 163.76' fill='%23E6EAEE'/%3E%3Cpath d='M622.61 189.1C619.757 189.993 618.07 190.47 617.55 190.53C617.43 190.54 617.27 190.56 617.15 190.58C616.49 191.61 614.79 191.5 614.09 191.4C613.92 191.37 613.7 191.34 613.53 191.31C612.843 192.01 612.19 192.417 611.57 192.53C611.51 192.56 611.43 192.59 611.37 192.62C610.88 194.29 608.34 193.5 607.51 193.24C607.41 193.42 607.23 193.77 607.12 194.41L607.09 194.61C606.2 195.19 605.8 196.26 604.86 196.78C604.05 197.22 603.15 197.35 602.04 197.4C602.3 197.88 602.03 198.763 601.23 200.05C602.59 200.5 603.56 201.78 605.09 201.88C606.7 200.95 609.85 200.78 611.48 201.25C610.73 199.86 610.2 198.86 611.72 198.48C613.35 198.08 620.04 198.31 620.1 198.32C621.83 198.39 622.6 198.5 622.97 198.55C623.68 198.01 624.38 197.98 624.84 197.96C626.12 198.03 627.39 198.28 628.68 198.3C630.6 197.633 631.713 197.297 632.02 197.29C634.14 197.24 634.42 197.08 634.62 196.95C634.72 196.89 634.87 196.83 634.98 196.78C634.89 196.72 634.75 196.66 634.65 196.64H634.11C633.47 196.26 633.35 196.19 633.31 195.46C632.33 195.07 631.18 195.37 630.28 194.67C629.85 194.33 629.24 194.45 628.83 194.08C628.47 193.74 628.7 193.15 628.28 192.83C628.14 192.72 627.75 192.53 627.13 192.26C626.37 191.93 626.09 191.81 625.52 190.97L625.38 190.7C624.82 190.44 624.65 190.22 624.72 189.43C624 189.39 623.32 189.13 622.6 189.1' fill='%23E6EAEE'/%3E%3Cpath d='M677.62 167.89L659.62 174.01L651.57 177.59C651.57 177.59 647.4 178.41 644.81 178.78C645 184.55 645.04 185.75 642.84 187.07C640.12 188.92 635.01 188.87 632.21 188.68L626.93 189.57C627.66 191.32 630.54 190.9 630.65 193.27C631.23 193.4 631.47 193.45 632.09 193.94C632.217 194.02 632.92 194.027 634.2 193.96L634.96 194.01C635.34 194.337 635.533 194.743 635.54 195.23C638.79 194.61 639.46 194.48 639.93 195.85L639.95 195.95C640.05 195.93 640.18 195.89 640.28 195.87L643.71 191.79C644.13 191.57 645.23 191.37 648.11 191.67L648.35 191.73C650.22 190.8 654.22 190.76 656.57 193.13C657.8 193.08 658.98 192.66 660.2 192.61C662.36 192.53 664.25 193.78 666.37 193.84C668.25 193.89 669.78 192.57 671.63 192.54C674.58 192.71 677.5 193.18 680.45 193.28C681.74 193.16 682.51 192 683.71 191.68C683.59 188.95 686 187.09 690.79 184.42C691.283 184.147 691.72 181.1 692.1 175.28C689.49 173.1 689.37 172.28 688.96 169.56L686.16 170.37C682.63 167.16 677.66 167.87 677.61 167.88' fill='%23E6EAEE'/%3E%3Cpath d='M693.71 168.18C692.9 168.42 691.83 168.73 691.02 168.97C691.307 170.81 691.783 172.003 692.45 172.55C692.45 172.55 694.77 174.62 694.11 176.16C693.943 176.547 693.827 178.693 693.76 182.6C693.74 183.853 692.91 184.973 691.27 185.96C687.85 188.02 685.79 189.26 685.93 191.97L686.22 192.16C687.92 193.23 690.1 193.51 691.39 195.26C691.717 195.7 692.083 196.93 692.49 198.95C692.75 200.24 694.26 200.55 694.67 201.72C694.74 201.93 694.74 202.33 693.9 202.55C692.2 203 690.49 202.51 688.79 202.64C688.73 202.96 689.827 203.683 692.08 204.81C693.47 205.51 694.01 207.03 695.13 207.98C696.45 207.81 697.67 206.88 699.09 207.4C700.82 207.12 702.55 206.9 704.28 206.63C706.153 206.13 707.287 205.813 707.68 205.68C706.88 204.51 707.79 203.94 710.36 203.98C713.22 204.03 713.73 204.04 714.47 203.5C718.637 200.467 721.51 198.947 723.09 198.94L723.51 198.96C723.04 198.23 722 198.22 721.57 197.44C721.49 197.3 721.44 196.763 721.42 195.83C719.94 195.32 717.91 194.61 720 193.32C719.373 191.987 719.58 191.307 720.62 191.28C720.7 191.28 720.81 191.28 720.9 191.28C721.02 190.83 720.98 190.32 721.28 189.92C721.71 189.35 722.49 189.73 722.96 189.28C723.39 188.88 723.02 188.17 723.53 187.8C724.26 187.27 725.46 186.99 727.17 186.71C727.22 186.5 727.35 185.93 727.09 184.66L726.48 178.31L693.7 168.16' fill='%23E6EAEE'/%3E%3Cpath d='M729.75 147.57C729.72 147.66 729.66 147.77 729.64 147.87C729.52 148.54 730.15 149.04 730.05 149.71C729.96 150.27 729.13 150.3 729.16 150.94C729.2 151.89 729.9 152.62 730.02 153.54L731.92 171.14L756.8 171.75C758.63 171.09 759.19 170.89 761.08 171.73L766.78 171.89C767.48 172.35 767.86 172.52 768.52 172.65C768.79 172.16 768.94 172.06 769.34 171.85C770.06 171.47 771.08 172.15 771.63 171.19C772.11 170.36 772.34 169.98 773.58 169.97C773.973 170.01 774.36 169.87 774.74 169.55C774.75 168.93 774.66 168.23 774.66 168.23L766.3 160.31C765.46 159.73 765.22 158.66 764.44 158.03C763.47 157.24 762.29 156.78 761.35 155.95C761.25 155.86 761.1 155.74 761 155.64C760.41 155.09 760.03 154.57 759.83 154.29C759.48 153.81 757.83 151.41 759.58 151.07L759.76 151.04C760.94 151.09 761.39 151.36 763.92 154.22C764.42 154.79 766.19 156.57 767.7 157.24C768.39 156.33 767.99 154.91 769.09 154.18L769.13 153.93L769.52 153.17L766.74 150C764.79 150.08 762.85 149.78 760.91 149.75C757.88 149.69 754.97 148.53 751.9 148.78C748.96 149.02 746.11 150.24 743.09 149.55C738.71 148.5 734.18 148.44 729.78 147.55' fill='%23E6EAEE'/%3E%3Cpath d='M678.43 222.53C678.53 223.9 678.43 224.57 678.3 225.49L678.18 226.02C675.29 226.1 672.39 226 669.51 226.24L669.41 226.32C670.17 226.69 672.18 227.67 670.3 228.35C669.99 228.46 669.53 228.54 669.23 228.59C669.03 228.63 668.76 228.68 668.56 228.71C668.52 229.42 668.01 229.97 666.81 230.59C667.27 230.98 667.78 231.3 668.26 231.67C668.74 232.03 668.93 232.64 669.4 233C670.61 233.92 672.04 234.48 673.25 235.39C673.9 235.88 674.37 236.56 675.04 237.03C675.35 237.25 675.55 237.36 675.89 237.55C676.57 237.22 677.25 237.08 678.17 237.08C678.26 237.08 678.37 237.08 678.46 237.08C678.35 236.86 678.29 236.75 677.94 236.27C677.43 235.52 676.22 233.75 680.55 233.79H681.07L681.3 233.86C683.09 230.75 685.33 233.1 685.76 233.6L686.13 234C687.11 234.01 688.03 234.39 689.01 234.42C689.34 234.41 689.75 234.39 689.63 231.93C689.62 230.86 689.61 230.7 689.56 230.42C689.24 228.8 686.88 229.46 686.61 227.78C686.56 227.44 686.67 226.8 688.02 226.4C688.84 226.15 688.85 225.91 688.84 225.84C688.79 225.61 688.62 225.52 688.34 225.38C686.83 225.17 685.32 226.26 683.8 225.4C683.433 225.193 683.373 224.3 683.62 222.72C681.9 222.66 680.17 222.6 678.45 222.53' fill='%23E6EAEE'/%3E%3Cpath d='M676.17 222.82C674.72 222.81 672.78 222.79 671.33 222.77C671.35 223.73 670.37 224.2 669.54 224.43C669.84 224.53 669.98 224.64 670.1 224.77C670.12 224.8 670.14 224.84 670.16 224.87C672.14 224.72 674.12 224.79 676.11 224.75C676.18 224.02 676.2 223.49 676.16 222.83' fill='%23E6EAEE'/%3E%3Cpath d='M703.22 219.14L701.45 219.41C700.97 219.47 700.32 219.54 699.84 219.6C699.73 221.23 698.04 222.07 697.81 223.64L697.7 224.58C694.067 223.493 690.123 222.9 685.87 222.8C685.8 223.23 685.74 223.66 685.69 224.1C685.72 224.14 685.76 224.18 685.8 224.22C691.56 223.34 691.14 226.17 690.91 226.51C690.51 227.12 689.74 227.37 688.93 227.64C688.92 227.68 688.9 227.74 688.88 227.79C688.99 227.95 689.22 228.27 690.04 228.58C691.72 229.22 691.86 230.11 691.88 231.41C691.91 233.83 691.92 234.65 691.07 235.26C690.84 235.43 690.4 235.74 689.22 235.76C688.26 235.78 687.37 235.37 686.41 235.34L686.08 235.37C684.92 235.36 684.38 234.96 683.68 234.14C682.52 234.8 681.8 235.13 681.52 235.13C680.92 235.13 680.31 235.13 679.71 235.13C679.71 235.21 679.72 235.32 679.76 235.38C680.74 236.74 681.96 238.44 678.22 238.42C678.08 238.43 677.9 238.45 677.77 238.46C679.1 239.14 680 239.76 680.98 240.66C682.65 240.05 683.93 239.65 684.75 239.65H685.04C685.48 239.74 685.7 239.82 686.22 240.04C686.593 240.173 687.003 240.137 687.45 239.93C688.94 239.24 691.6 238.96 692.73 240.24C693.49 239.84 693.88 239.64 695.18 239.56H695.3C695.63 239.15 695.3 238.59 695.64 238.19C695.95 237.83 696.36 237.69 696.97 237.58C696.997 237.427 697.007 237.217 697 236.95C696.82 232.44 697.06 232.25 697.5 231.9C698.41 231.18 699.6 230.99 700.51 230.27C700.577 230.217 700.727 229.85 700.96 229.17C701.18 228.54 701.74 227.8 702.36 227.02C703.15 226.03 703.45 225.58 703.72 225.03C704.14 224.17 703.81 223.1 704.44 222.29C704.92 221.68 705.65 221.3 705.96 220.56C706.02 220.42 706.15 220.02 706.08 219.42L703.24 219.14' fill='%23E6EAEE'/%3E%3Cpath d='M775.82 170.88C775.38 171.09 775.18 171.19 774.39 171.18H773.95C773.423 172.047 772.367 172.597 770.78 172.83C769.57 174.45 767.49 173.85 765.96 173.05L760.39 172.89C760.04 172.7 759.65 172.57 759.32 172.33L757.62 172.95L732.05 172.32L732.58 177.41L728.56 177.32C729.233 184.187 729.15 187.697 728.31 187.85C726.357 188.177 725.36 188.627 725.32 189.2C725.29 189.61 724.98 190.35 723.22 190.65C723.12 191.77 722.99 192.07 721.97 192.4C722.057 193.34 721.877 194.003 721.43 194.39C723.3 194.99 723.44 197.42 725.29 198.04L726.12 198.28C725.96 198.66 725.75 199.17 725.6 199.55C727.64 200.9 731.89 203.72 729.32 204.89L730.59 205.02C732.33 207.17 736.36 205.44 737.29 208.97C739.8 210.19 741.8 212.29 744.55 213.09L744.96 213.2C747.71 216.7 750.16 216.9 750.18 216.9C752.493 216.433 754.43 216.313 755.99 216.54C756.1 216.56 756.25 216.59 756.36 216.62C758.43 217.14 759.68 219.55 762.16 219.14C765.15 218.64 765.4 218.74 767.06 219.35C768.89 219.45 770.69 219.04 772.52 219.16C773.03 218.98 773.46 218.64 773.95 218.42L774.41 218.22L774.6 218.12C776.61 215.48 779.74 217.65 782.07 216.37C782.08 216.27 782.1 216.13 782.12 216.03C781.35 215.88 780.48 215.71 779.23 215.08C777.41 214.17 776.07 212.59 774.34 211.56C772.74 210.61 770.75 210.69 769.22 209.56C767.55 208.32 769.66 206.94 769.75 206.88C770.44 206.44 772.17 206.55 773 206.6C773.32 205.15 773.86 203.75 774.15 202.29C773.723 201.79 774.42 201.207 776.24 200.54C776.51 199.81 776.27 198.93 776.9 198.31C778.06 197.16 779.87 197.11 780.97 195.86C780.99 195.84 782.26 192.66 781.96 192.02C781.28 190.57 781.44 189.84 781.71 189.5C782.19 188.86 782.98 188.5 783.37 187.78C783.66 187.24 782.94 186.59 783.57 186.09C785.14 184.83 787.27 184.86 788.9 183.74C787.81 181.73 784.99 182.09 783.9 180.08C782.84 178.13 783.21 175.63 781.49 173.94C779.9 172.38 777.54 172.24 775.83 170.88' fill='%23E6EAEE'/%3E%3Cpath d='M812.7 198.8C812.36 198.91 812.05 199.13 811.69 199.18C811.35 199.23 810.97 199.24 810.17 199.15C809.41 199.93 808.93 200.32 808.67 200.51C808.53 200.61 808.47 200.65 808.44 200.71C808.22 201.11 808.54 201.66 808.69 201.87C809.04 201.87 809.44 201.82 809.72 201.71C810.41 201.45 811.23 201.5 812.16 201.86L812.3 201.74C809.55 201.13 810.49 200.32 811.02 200.01C811.28 199.86 812.02 199.47 813.4 199.27C813.26 199.13 813.05 198.98 812.71 198.81' fill='%23E6EAEE'/%3E%3Cpath d='M790.58 184.65C789.02 185.71 787.1 185.96 785.46 186.85C785.68 187.95 785.77 188.41 784.02 189.8C783.39 190.3 783.64 190.99 784.14 192.06C784.2 192.1 784.29 192.12 784.36 192.12C785.97 192.12 786.68 192.24 787.08 192.33C787.32 191.81 788.05 190.22 790.9 191.55C791.7 191.97 792.143 192.183 792.23 192.19C794.04 191.85 794.27 191.81 795.1 192.14C796.3 192.54 797.53 192.23 798.74 192.27C798.82 192.27 798.93 192.27 799.01 192.27C798.55 192.1 798.17 191.91 797.61 191.43C796.59 190.56 795.23 190.2 794.24 189.29C793.12 188.25 792.43 187.29 792.19 186.43C792.07 185.98 791.55 185.42 790.57 184.65' fill='%23E6EAEE'/%3E%3Cpath d='M800.23 192.49C800.23 192.49 800.13 192.49 800.09 192.49C800.47 192.64 801.35 192.98 804.24 194.57C806.21 195.65 808.12 196.83 810.08 197.91C810.16 197.96 810.25 197.93 810.34 197.94C810.47 197.95 810.6 197.97 810.73 197.97H810.75C810.8 197.94 810.87 197.9 810.93 197.87C808.82 196.66 806.9 195.13 804.72 194.04C802.04 192.7 800.6 192.52 800.22 192.5' fill='%23E6EAEE'/%3E%3Cpath d='M789.42 192.33C788.23 195.04 784 192.44 783.26 195.65C783.147 196.143 783.023 196.467 782.89 196.62C781.92 197.68 780.42 197.84 779.35 198.72C778.5 199.43 778.91 200.76 778 201.44C777.69 201.67 776.8 201.9 776.5 201.98L774.95 207.62C774.87 207.713 773.75 207.787 771.59 207.84C771.45 208.27 771.42 208.34 771.03 208.68C771.237 208.833 771.623 208.963 772.19 209.07C772.98 209.21 775.39 209.66 778.77 212.61C781.11 214.66 781.2 214.74 782.77 214.83C784.59 214.94 784.39 216.08 784.26 216.84C784.23 217.02 784.23 217.36 784.4 217.43C784.54 217.49 789.673 218.593 799.8 220.74C800.99 219.92 801.85 219.32 804.75 219C805.97 218.86 806.95 219.71 808.11 219.81C808.23 219.79 808.38 219.76 808.5 219.73C809.21 219.59 812.2 219.28 813.85 219.27C815.51 219.26 816.76 218.01 818.35 217.79C819.26 217.66 819.78 217.67 822.09 217.84C823.05 217.91 823.33 217.86 823.4 217.84C827.34 216.58 830.29 213.66 833.77 211.62C829.72 211.41 808.34 206.77 811.1 202.86C805.17 204.1 806.29 200.26 806.31 200.22C806.73 199.4 807.59 199.06 808.2 198.45C807.5 198.04 801.28 194.42 799.35 193.53C797.81 193.43 796.26 193.69 794.74 193.34C793.24 192.85 791.59 193.49 790.13 192.68L789.68 192.44L789.43 192.33' fill='%23E6EAEE'/%3E%3Cpath d='M773.62 141.1C773.58 141.23 773.51 141.48 773.16 141.92C772.63 142.59 772.01 143.18 771.45 143.82C771.48 143.82 771.53 143.84 771.57 143.84C772.49 142.95 773.48 142.18 774.15 141.84C774.18 141.82 774.21 141.79 774.23 141.76C774.37 141.57 774.47 141.24 773.62 141.09' fill='%23E6EAEE'/%3E%3Cpath d='M795.5 135.81C794.02 135.91 792.99 135.84 792.55 135.81C791.32 135.77 790.18 136.25 788.99 136.42C787.72 136.6 786.43 136.46 785.16 136.5C783.49 136.55 782.71 136.52 781.79 136.05C779.67 136.58 777.84 137.03 775.75 136.22L775.67 136.38C775.61 137.19 775.56 137.9 773.4 138.21C773.39 138.28 773.37 138.38 773.37 138.45C774.05 139.16 774.13 139.25 773.86 139.94C774.45 140.27 775.18 140.28 775.74 140.69C776.42 141.18 776.4 141.68 776.39 141.78C776.34 142.21 776.13 142.5 775.66 142.75C775.29 142.95 774.39 143.56 773.37 144.6L773.66 145.12C774.55 145.39 775.71 146.2 776.61 146.01C778.37 145.64 780.1 145.14 781.84 144.72C794.03 141.79 793.96 141.57 793.75 140.9C793.31 139.51 793.24 139.29 793.83 138.81C792.77 137.06 792.42 136.47 795.51 135.82' fill='%23E6EAEE'/%3E%3Cpath d='M1136.23 158.61C1135.75 158.73 1135.28 158.75 1134.55 158.67C1133.07 158.51 1131.78 158.697 1130.67 159.23C1130.92 159.477 1131.06 159.63 1131.09 159.69C1133.41 160.26 1133.81 161.37 1133.36 161.69C1133.07 161.9 1132.56 161.85 1132.32 161.83C1132.23 161.82 1132.1 161.8 1132.01 161.78C1132.55 162.75 1133.83 162.94 1134.32 163.96C1134.47 164.267 1134.33 164.863 1133.92 165.75C1134.89 166.49 1134.97 166.55 1135.28 167.18C1135.31 167.18 1138.84 167.58 1140.43 166.36C1141.62 165.44 1142.56 165.48 1144.09 165.89C1144.46 165.97 1144.5 165.98 1144.68 165.91C1143.95 165.18 1143.1 164.58 1142.44 163.77C1141.87 163.08 1141.57 162.19 1140.88 161.59C1139.52 160.41 1136.26 158.6 1136.25 158.6' fill='%23E6EAEE'/%3E%3Cpath d='M996.92 175.3C996.83 175.36 996.8 175.37 996.67 175.53C998.803 176.39 999.887 176.833 999.92 176.86C1000.58 177.44 1000.18 178.01 999.7 178.2C999.34 178.35 998.87 178.36 998.62 178.37H998.48C998.44 178.82 999.56 180.61 1000.66 181.67C1001.07 182.06 1002.49 183.52 1003.65 185.65C1004.71 185.48 1005.77 185.67 1006.82 185.6C1007.52 185.56 1007.5 185.45 1007.46 185.18C1007.39 184.74 1007.83 183.82 1009.64 183.79C1008.44 182.69 1008.03 180.87 1009.82 180.8C1011.49 180.73 1011.6 179.23 1011.6 179.21C1010.48 178.97 1007.38 178.85 1005.13 178.76H1004.91C1004.6 178.67 1001.86 177.94 1001.36 176.77C1001.29 176.62 1001.21 176.43 1000.86 176.26C999.65 175.66 998.25 175.82 997.01 175.33L996.92 175.29' fill='%23E6EAEE'/%3E%3Cpath d='M1013.57 183.57C1013.14 184.23 1012.79 184.56 1011.98 184.64C1012.32 184.89 1013.03 185.42 1013.92 186.42C1014.25 186.79 1014.84 187.49 1015.11 188.08C1015.15 188.16 1015.2 188.24 1015.26 188.32C1015.3 188.3 1015.36 188.28 1015.4 188.27C1015.49 187.55 1015.67 187.21 1015.83 186.97C1015.06 185.85 1014.35 184.69 1013.57 183.58' fill='%23E6EAEE'/%3E%3Cpath d='M945.53 148.19H944.95C942.55 153.54 936.67 148.79 932.56 149.35C933.62 152.94 937.69 152.92 939.74 155.32C939.68 155.49 939.61 155.71 939.55 155.88C939.017 156.053 938.537 157.097 938.11 159.01C937.777 159.197 937.193 159.343 936.36 159.45C936.28 159.81 936.23 160.3 936.21 160.67C935.777 160.997 935.177 161.203 934.41 161.29C932.923 163.077 931.717 164.05 930.79 164.21C929.79 165.69 928.86 166.447 928 166.48L927.79 166.46C926.17 166.16 924.51 166.6 922.9 166.15L922.4 166.02C921.28 166.66 921.25 166.69 920.61 167.18C920.68 167.33 920.77 167.52 920.84 167.67C923.49 168.58 930.25 173.69 927.75 174.93C926.82 175.39 925.11 175.13 924.29 175C918.53 174.53 918.53 175.06 918.52 175.94C920.61 177.29 921.67 177.81 923.71 177.54C925.9 177.25 926.8 177.62 927.02 178.9C926.39 179.46 926.11 179.71 922.45 179.72C922.52 179.78 929.77 185.79 933.52 182.11C931.83 180.21 934.64 179.93 934.67 179.93C935.497 179.917 938.687 184.607 944.24 194C945.24 195.7 963.09 215.93 967.38 218.01C969.53 217.8 970.5 216.76 974.57 212.39C973.89 209.84 976.11 207.08 974.02 204.62C970.16 200.08 972.84 199.01 981.71 195.46L993.68 189.36C993.947 189.173 994.093 188.32 994.12 186.8C994.82 186.19 995.54 185.57 1001.21 185.74C1001.27 185.58 1001.36 185.37 1001.42 185.22C999.85 182.64 996.61 181.18 996.38 177.7C996.767 177.373 997.223 177.193 997.75 177.16C995.65 175.96 994.58 175.24 994.54 175C995.1 174.227 997.023 174.21 1000.31 174.95C1002.44 175.43 1003.83 177.52 1006.14 177.63C1009.66 177.79 1011.23 177.95 1012.13 178.25C1012.5 178.37 1013.37 178.66 1013.63 179.31C1013.63 179.34 1013.93 181.86 1010.86 182.01C1010.81 182.32 1010.86 182.77 1010.99 183.06C1013.28 182.273 1015.11 182.913 1016.48 184.98C1016.41 183.8 1016.51 181.65 1016.51 181.65C1016.93 181.603 1017.9 181.723 1019.42 182.01C1020.56 180.04 1018.41 177.9 1019.75 175.94C1020.23 175.25 1023.85 173.81 1024.99 173.86C1025.15 173.89 1025.36 173.93 1025.52 173.96C1025.35 173.7 1025.23 173.27 1025.23 172.95C1025.38 172.84 1025.56 172.66 1025.74 172.61C1024.24 171.64 1022.66 170.81 1021.19 169.8C1019.63 170.43 1012.7 170.77 1012.64 170.77L1012.45 170.74C1012.05 171.41 1010.95 172.41 1009.84 172.42C1009.68 172.44 1009.47 172.47 1009.31 172.49C1009.76 173.817 1009.98 174.543 1009.95 174.67C1009.16 175.14 1009.08 175.14 1001.82 174.29C1000.67 174.31 1000.18 174.23 998.93 173.81L998.7 173.69H998.49C995.96 173.36 995.38 171.68 995.06 170.78C994.89 170.84 994.66 170.93 994.48 170.97L994.33 171C995.01 172.62 995.323 173.543 995.27 173.77C993.4 174.88 989.16 174.3 988.68 174.23L974.41 170.74C970.23 168.93 965.58 168.48 961.53 166.3C960.883 165.953 960.553 164.947 960.54 163.28C960.79 163.03 961.16 162.72 961.47 162.54C961.23 162.227 960.87 161.977 960.39 161.79L960.14 161.69C957.02 159.34 951.47 160.74 950.32 155.36C950.68 154.89 951.09 154.35 952.95 155.11C953.12 155.14 953.34 155.19 953.5 155.22C951.8 151.33 946.57 148.42 945.54 148.19' fill='%23E6EAEE'/%3E%3Cpath d='M1003.32 110.05C1003.14 110.297 1002.29 110.777 1000.76 111.49C1001.33 112.84 1003.46 112.96 1003.41 114.81C1000.91 116.52 998.58 115.66 997.18 115.14C994.42 114.14 991.14 115.12 988.72 112.89C987.433 112.423 984.303 112.127 979.33 112C976.29 114.02 972.5 113.09 969.32 114.54C970.5 116.02 975.49 117.3 975.54 117.3C980.3 118.11 986.23 122.06 983.91 124.67C987.45 127.25 992.03 125.63 995.72 127.59C999.7 129.09 1002.76 132.27 1006.79 133.67C1006.79 133.67 1010.82 134.13 1015.78 134.56C1020.59 134.98 1025.19 136.63 1029.98 137.13C1030.96 137.197 1034.3 137.997 1039.99 139.53C1047.24 138.677 1051.94 138.45 1054.1 138.85C1057.14 139.2 1059.69 137.51 1062.48 136.85C1062.48 136.66 1062.46 136.4 1062.45 136.21C1061.06 135.117 1060.31 134.333 1060.2 133.86C1060.49 133.44 1088.45 131.61 1088.71 131.63C1088.66 131.6 1082.86 128.25 1080.99 128.32C1079.66 130.03 1071.35 127.75 1070.17 126.25C1070.29 126.01 1070.51 125.67 1070.76 125.59L1070.4 124.72C1070.62 123.94 1070.91 122.89 1071.13 122.11C1062.57 120.843 1056.49 120.827 1052.9 122.06C1045.44 124.62 1040.08 118.36 1033.45 117.43H1033.43L1033.25 117.46C1030.92 117.19 1028.61 116.71 1026.26 116.61C1024.97 116.937 1024.25 117.103 1024.11 117.11C1023.7 117.063 1022.54 116.777 1020.63 116.25L1020.52 116.28C1017.7 115.94 1016.19 113.09 1013.45 112.6C1011.49 112.25 1005.8 110.74 1005.77 110.73C1005.68 110.7 1005.12 110.5 1003.33 110.07' fill='%23E6EAEE'/%3E%3Cpath d='M771.49 146.08C770.86 146.06 770.67 146.06 770.45 146.6C770.34 146.86 770.28 147.41 770.31 147.71C770.31 147.75 770.38 147.9 770.64 148.17C771.14 148.68 771.78 149.04 772.08 149.22C772.11 148.72 772.11 148.44 772.08 147.65C772.06 146.99 772.06 146.76 772.11 146.56C772.15 146.38 772.16 146.22 772.17 146.11C771.94 146.1 771.72 146.08 771.49 146.08Z' fill='%23E6EAEE'/%3E%3Cpath d='M770.77 144.82C770.73 144.92 770.64 145.12 770.63 145.24C770.63 145.37 770.59 145.49 770.57 145.53C770.73 145.51 770.86 145.5 771.18 145.5C771.21 145.31 771.21 145.12 771.22 144.93L770.77 144.82Z' fill='%23E6EAEE'/%3E%3Cpath d='M769.3 147.79C769.05 148.12 768.69 148.57 768.12 149.15C768.73 149.85 769.55 150.78 770.17 151.48C770.38 150.62 770.57 150.19 770.84 149.95C770.87 149.92 770.95 149.82 771.02 149.36C769.88 148.65 769.45 148.11 769.29 147.79' fill='%23E6EAEE'/%3E%3Cpath d='M784.93 145.25C782.44 145.88 779.88 146.22 777.46 147.13L776.97 147.31C775.84 146.97 774.34 146.52 773.22 146.19C773.13 147.33 773.24 148.48 773.11 149.61C773.05 150.13 772.87 150.46 772.74 150.59C772.63 150.69 772.3 150.99 772.03 153.34C772.56 153.5 774.17 153.98 774.84 154.06C775.04 154.09 775.4 154.08 775.95 153.9C776.58 153.7 776.88 153.46 776.86 153.18C776.86 153.15 776.86 152.92 777.13 152.7C778.2 151.86 779.51 152.61 780.65 152.18C781.05 152.03 781.3 151.65 781.68 151.46C780.83 150.9 779.42 150.3 779.04 150.22C778.45 150.08 778.1 149.87 777.96 149.56C777.71 149.03 778.6 148.43 780.11 148.09C781.61 147.75 783.17 148.01 784.68 147.71C785.17 147.61 785.61 147.35 786.11 147.28C786.13 147.28 786.16 147.28 786.18 147.28C785.77 146.6 785.26 145.99 784.94 145.25' fill='%23E6EAEE'/%3E%3Cpath d='M924.33 127.06C922.74 126.98 922.48 127.29 922.39 127.4C922.63 129.08 919.75 128.45 918.01 127.92C915.81 127.25 914.36 127.26 913.83 127.3C913.223 128.047 912.737 128.497 912.37 128.65C911.623 128.963 911.25 129.24 911.25 129.48C911.63 129.66 911.73 129.71 912.21 130C912.38 130.1 912.84 130.38 913.81 130.29C915.15 128.61 922.64 132.72 922.65 132.84C922.82 134.12 915.04 134.52 910.6 134.02C910.15 133.97 910.01 133.95 909.37 134.2C910.88 134.72 912.52 134.24 914.03 134.77C914.14 134.79 914.29 134.84 914.41 134.85C915.14 134.95 915.86 134.65 916.59 134.74C917.31 134.83 917.89 135.32 918.62 135.38C921.127 135.587 923.283 135.683 925.09 135.67C925.25 135.24 924.82 134.62 925.4 134.35L930.21 133.29C930.903 133.143 931.98 133.337 933.44 133.87C935.05 134.45 935.89 132.69 937.28 132.61C937.77 132.58 938.25 132.61 939.23 132.74L939.65 132.8C940.73 132.9 941.17 132.88 941.55 132.27C941.82 131.84 941.87 131.75 946.46 130.8C945.33 130.45 944.35 129.7 943.14 129.58C940.25 129.45 930.39 128.88 925.19 127.23C924.76 127.1 924.69 127.08 924.32 127.06' fill='%23E6EAEE'/%3E%3Cpath d='M791.73 119.89C791.8 119.94 791.89 120 791.95 120.05C792.32 120.37 792.5 120.84 792.87 121.17C793.26 121.51 793.78 121.62 794.17 121.95C794.23 122 794.3 122.07 794.34 122.12C794.65 122.48 794.56 122.91 794.52 123.13L794.48 123.25C795.59 123.29 796.7 123.04 797.81 123.21C798.75 123.35 799.42 123.8 800.2 124.37C800.467 124.563 800.627 124.66 800.68 124.66C804.09 124.37 804.45 124.34 806.22 124.53C806.34 124.54 806.47 124.56 806.59 124.57C806.78 124.32 807.15 124.05 808.32 124.19C809.51 124.33 810.54 125 811.72 125.17C810.88 124.58 810.7 124.46 811.15 123.93C810.85 123.83 810.54 123.72 810.24 123.62C810.04 123.62 809.86 123.6 809.71 123.57C809.09 123.44 808.78 123.13 808.44 122.64C808.287 122.413 807.86 122.17 807.16 121.91C807.16 121.91 807.08 121.88 807.05 121.87C805.41 121.55 803.78 122.32 802.13 121.95C801.73 121.86 801.28 121.65 800.96 121.5L797 120.14C795.25 119.83 793.47 120.15 791.72 119.89' fill='%23E6EAEE'/%3E%3Cpath d='M773.61 136.24C773.28 136.52 773.19 136.63 773.14 136.71C773.2 136.77 773.28 136.86 773.34 136.93C773.57 136.79 773.59 136.65 773.6 136.34V136.24' fill='%23E6EAEE'/%3E%3Cpath d='M734.34 121.22C733.84 121.21 733.38 121.22 732.97 121.24C733.65 122.23 733.79 122.66 732.6 123.25C732.55 123.27 732.49 123.3 732.45 123.32C732.42 123.54 732.31 123.7 732.08 123.87C733.07 124.19 733.47 124.1 734.43 123.6C735.81 122.88 736.53 122.78 738.45 122.83L740.02 122.89C738.42 122.303 737.46 121.833 737.14 121.48C736.2 121.51 735.29 121.25 734.35 121.23' fill='%23E6EAEE'/%3E%3Cpath d='M761.91 122.02C758.18 121.97 754.75 123.52 751.12 124C750.567 124.073 748.043 124.003 743.55 123.79C743.17 125.41 741.34 125.64 737.4 125.55C733.05 125.42 732.49 125.41 732.06 126.1C734.23 126.2 734.53 126.76 734.73 127.14C734.69 127.25 734.64 127.4 734.6 127.52C735.213 128.213 735.243 128.927 734.69 129.66C735.723 131.027 736.21 131.747 736.15 131.82C737.64 132.47 739.57 132.09 740.66 133.71C743.45 133.57 745.79 135.77 748.66 135.27C748.9 134.55 750.32 132.44 758.33 135.66C761.33 136.87 763.8 134.47 766.62 134.44C767.59 134.43 768.46 134.86 769.39 135.03C771.07 134.62 773.16 134.11 774.16 135.19C778.9 134.84 792.01 134.68 792.1 134.68C794.26 134.76 794.83 134.78 796.51 134.53L796.82 134.47C797.2 134.54 797.7 134.64 798.07 134.71C799.33 133.78 801.4 134.11 802.91 134.56C804.28 134.96 805.71 135 807.07 135.43C806.39 134.7 805.19 134.63 804.73 133.62C804.71 133.58 803.91 129.33 804.24 129.24C804.22 128.8 804.22 128.63 804.47 128.39L804.31 128.25C800.82 128.12 798.88 124.45 795.38 124.35C792.06 124.25 788.9 125.82 785.53 125.29C785.42 125.27 785.27 125.24 785.16 125.22C784.74 125.14 773.8 124.16 773.72 124.15C769.67 124.07 765.96 122.1 761.91 122.01' fill='%23E6EAEE'/%3E%3Cpath d='M950.74 147.53C949.63 147.48 948.4 147.82 947.85 148.17C948.39 148.56 948.81 149.09 949.4 149.42C950.11 149.81 950.92 149.97 951.61 150.42C952.15 150.77 952.32 151.22 952.37 151.37C953.78 151.3 955.07 149.33 955.08 149.31C954.24 148.7 951.6 147.62 950.74 147.54' fill='%23E6EAEE'/%3E%3Cpath d='M1134.22 146.83C1134.09 147.25 1134.37 147.72 1134.05 148.12C1133.83 148.39 1133.26 148.34 1133.01 148.32C1132.44 149.07 1132.35 149.18 1131.26 149.17C1131.05 149.17 1130.76 149.15 1130.54 149.14C1131.8 150.05 1131.02 150.26 1130.86 150.29C1130.74 150.31 1127.85 150.27 1125.82 149.36C1125.47 149.207 1125.25 149.167 1125.15 149.24C1124.75 149.53 1124.76 150.08 1124.41 150.4C1123.92 150.85 1121.87 151.29 1119.03 151.89C1118.9 151.92 1118.78 151.94 1118.65 151.98C1118.63 152 1118.6 152.02 1118.57 152.04C1121.27 152.74 1123.33 153.79 1123.89 154.41C1124.24 154.803 1123.87 155.567 1122.76 156.7L1122.73 156.73C1123.82 157.23 1124.11 157.61 1124.25 157.8C1124.36 157.88 1124.52 157.98 1124.63 158.06C1124.76 157.88 1124.93 157.71 1125.55 157.68C1126.15 157.65 1128.24 157.98 1128.44 158.03C1129.58 158.29 1130.5 157.41 1131.59 157.4C1132.48 157.39 1133.36 157.56 1134.24 157.58C1132.78 156.63 1130.93 156.43 1129.67 155.12C1128.71 154.12 1129.19 153.44 1130.05 153.23C1132.44 152.65 1135.72 151.86 1135.45 151.22C1134.82 149.7 1135.12 148.547 1136.35 147.76C1135.43 147.48 1134.22 146.85 1134.21 146.85' fill='%23E6EAEE'/%3E%3Cpath d='M966.19 162.77C965.21 163.86 963.68 163.1 962.59 163.84C962.58 164.4 962.53 164.95 962.54 165.51C968.12 167.31 972.93 168.87 975.04 169.79C976.32 170.13 977.57 169.44 978.85 169.72C980.34 170.05 981.38 171.32 982.86 171.69C984.57 172.12 986.25 172.7 987.99 173.01C989.48 173.27 992.83 173.34 993.32 172.98C993.36 172.17 992.66 171.74 992.36 171.11L987.28 170.1C984.79 169.91 980.13 168.51 977.63 167.39C967.74 162.95 966.61 162.82 966.19 162.77Z' fill='%23E6EAEE'/%3E%3Cpath d='M1028.52 172.44L1028.25 172.46C1028.17 172.49 1028.07 172.52 1027.99 172.55C1027.96 173.19 1027.84 173.39 1027.35 173.64C1027.42 174.56 1029.64 175.24 1028.61 175.8C1028.11 176.07 1026.52 175.72 1025.57 175.24C1025.15 175.03 1025.12 175.01 1023.34 175.83C1020.38 177.19 1022.27 180.31 1021.64 182.52L1021.86 182.91C1021.32 183.42 1020.99 183.47 1018.41 182.94C1018.57 183.4 1019.88 187.47 1017.93 187.64C1017.66 187.99 1017.56 188.29 1017.49 188.95V189.16C1017.24 189.26 1017 189.35 1016.77 189.46C1016.77 189.53 1016.77 189.62 1016.77 189.69C1019.62 191.75 1023.2 192.62 1025.75 195.19C1027.73 197.19 1029.98 199.45 1028.85 201.86L1028.78 201.95C1031.87 202.96 1032.51 203.17 1033.08 202.59C1033.11 202.56 1036.03 199.72 1036.97 199.95C1037.01 199.95 1041.01 201.52 1042.95 204.96C1043.94 206.767 1044.59 207.883 1044.91 208.31C1045.65 209.3 1046.15 209.78 1046.82 210.17C1049.37 211.63 1050.02 214.52 1051.67 216.65C1052.17 215.92 1052.13 214.35 1052.12 214.34L1049.12 210.76C1048.74 210.36 1048.39 210.06 1047.74 209.71C1045.49 208.52 1044.79 207.59 1044.59 207.25L1044.57 204.24L1044.86 204.06C1043.74 203.32 1043.68 203.27 1043.39 202.48C1043.33 202.34 1043.16 202.18 1043.02 202.12C1038.77 200.28 1038.74 200.1 1037.89 195.39C1037.84 194.97 1037.71 194 1040.8 194.22C1042.59 194.38 1044.13 193.22 1045.89 193.25C1046.1 192.91 1046.22 192.78 1047.14 192.6C1047.27 192.57 1047.43 192.53 1047.56 192.5C1047.53 192.18 1047.52 192.07 1047.77 191.59C1047.4 191.58 1046.7 191.55 1045.96 191.26C1045.88 191.23 1045.78 191.19 1045.71 191.16C1044.99 190.82 1044.75 189.84 1043.86 189.73C1042.79 189.59 1042.1 189.443 1041.79 189.29C1041.72 189.26 1041.63 189.19 1041.56 189.15C1040.75 188.64 1040.85 187.87 1040.93 187.26L1040.96 187.12C1040.85 186.953 1040.65 186.847 1040.35 186.8C1037.92 186.44 1036.96 184.72 1036.8 184.09C1035.81 183.87 1034.81 184.01 1033.81 183.96L1033.17 183.87C1032.79 183.65 1029.6 181.64 1033.39 178.74C1034.82 177.64 1033.57 175.87 1032.69 174.92C1031.51 174.77 1030.28 174.61 1029.55 173.01C1029.33 172.53 1028.77 172.46 1028.53 172.45' fill='%23E6EAEE'/%3E%3Cpath d='M1000.84 170.76C1000.84 170.76 999.16 171.11 998.85 171.32C998.42 171.61 998.39 172.12 998.17 172.52C998.95 172.61 999.64 173.03 1000.42 173.1C1001.37 173.133 1002.11 173.213 1002.65 173.34C1003.65 173.58 1003.85 173.63 1004.34 173.62C1004.63 173.613 1005.79 173.693 1007.82 173.86C1007.82 173.86 1007.92 173.86 1007.97 173.87C1008.03 173.44 1007.11 172.56 1006.83 172.3C1006.65 172.14 1006.46 171.84 1006.23 171.78C1006.19 171.77 1006.14 171.76 1006.1 171.75C1005.51 171.64 1004.9 171.73 1004.31 171.66C1003.11 171.53 1002.1 170.72 1000.86 170.75' fill='%23E6EAEE'/%3E%3Cpath d='M1065.93 188.7C1064.77 189.01 1063.84 190.09 1062.48 189.77C1061.22 189.52 1059.91 189.76 1058.65 189.41C1058.54 189.38 1058.38 189.33 1058.27 189.3C1057.34 190.02 1055.32 189.2 1055.3 189.19C1055.22 189.25 1055.1 189.33 1055.02 189.39C1056.76 190.46 1058.02 192.18 1059.94 193.02C1061.71 193.79 1063.77 192.88 1065.49 193.98C1065.54 194.01 1069.96 197.08 1068.06 197.69C1067.97 197.717 1067.33 197.77 1066.12 197.85C1067.53 198.71 1069.23 198.91 1070.64 199.78C1073.72 201.69 1076.33 204.26 1079.45 206.13C1079.85 206.37 1080.48 206.66 1081.6 207.13C1082.48 207.5 1083.32 207.84 1084.14 208.78C1084.25 208.9 1084.39 209.07 1084.48 209.2C1085.16 210.19 1085.25 211.44 1085.86 212.46C1086.58 213.66 1087.56 214.39 1088.03 214.75C1088.92 215.42 1089.13 215.86 1089.16 216.11C1089.21 216.56 1089.01 216.78 1088.75 217.03L1085.32 219.65C1084.85 219.74 1084.08 219.69 1083.03 219.49C1085.32 221.22 1084.78 221.73 1083.92 221.84C1083.67 221.87 1083.1 221.95 1080.81 221.4C1080.54 221.333 1079.8 221.507 1078.59 221.92C1080.18 222.56 1080.79 223.03 1079.97 223.97C1079.75 224.23 1079.23 224.83 1080.27 225.55C1081.21 224.73 1082.7 224.18 1083.47 224.01C1083.34 223.55 1083.2 223.08 1084.34 223.05C1084.13 221.82 1084.43 221.29 1086.69 221.64C1088.19 221.87 1088.65 221.94 1091.76 220.79C1098.59 218.28 1085.68 208.45 1085.48 208.38C1077.91 205.7 1067.92 198.64 1071.77 196.68C1072.12 196.5 1072.49 196.38 1072.84 196.2C1072.54 195.03 1072.5 194.88 1072.93 194.57C1073.9 193.87 1075.18 194.52 1076.14 193.83C1074.69 192.94 1072.98 192.64 1071.54 191.72C1070.59 191.11 1070.66 190.79 1070.74 190.37C1070.02 189.4 1068.9 189.91 1067.99 189.63C1067.26 189.4 1066.7 188.82 1065.93 188.7Z' fill='%23E6EAEE'/%3E%3Cpath d='M1080.55 212.13C1080.4 212.123 1080.27 212.123 1080.16 212.13C1080.46 214.18 1077.9 213.33 1077.47 213.01C1077.31 212.88 1077.22 212.76 1077.17 212.7C1076.34 212.46 1075.62 211.97 1074.79 211.74C1074.4 211.63 1073.61 211.62 1073.17 211.62C1071.7 211.62 1070.63 211.62 1069.57 211.33C1067.09 210.92 1065.43 212.52 1065.38 212.86C1067.4 214.5 1068.21 216.19 1068.21 216.21C1069.41 216.88 1069.6 217.37 1070.12 218.66C1070.92 218.82 1071.76 218.55 1072.55 218.89C1073.43 219.27 1073.39 219.76 1073.37 220.06C1073.34 220.13 1073.29 220.23 1073.25 220.31C1075.07 220.343 1076.23 220.517 1076.73 220.83C1077.37 220.64 1077.51 220.54 1077.65 220.44C1077.67 219.927 1079.16 219.943 1082.12 220.49C1080.38 218.99 1079.42 218.16 1080.97 218.01C1082.02 217.91 1082.93 218.88 1084.02 218.4C1084.11 218.36 1084.18 218.33 1084.28 217.98C1084.38 217.65 1084.46 217.34 1084.84 217.07C1085.46 216.61 1086.31 216.61 1086.86 216.03C1087.03 215.85 1087.1 215.75 1086.8 215.47C1085.19 213.983 1084.25 213.033 1083.97 212.62C1082.79 212.72 1081.68 212.26 1080.53 212.15' fill='%23E6EAEE'/%3E%3Cpath d='M1053.48 189.83C1053.16 189.85 1053.08 189.85 1052.74 189.83L1052.4 189.79C1052.65 190.78 1053.89 191.07 1054.07 192.12C1054.13 192.5 1053.86 192.89 1052.9 192.83L1052.58 192.79C1051.82 192.6 1051.25 192.42 1050.32 191.74C1049.84 192.25 1049.97 193.09 1049.34 193.52C1049.37 193.69 1050.35 195.45 1050.36 195.46C1055.21 195.3 1054.89 199.98 1054.35 200.56C1054.32 200.59 1054.29 200.62 1054.26 200.65C1054.22 200.69 1054.16 200.74 1054.12 200.78C1055.08 200.43 1055.95 199.82 1056.99 199.67C1058.17 199.51 1059.14 200.33 1060.28 200.38C1061.21 200.42 1061.85 199.59 1062.76 199.57C1063.53 199.55 1065.05 199.64 1066.51 200.47C1067.96 201.38 1069.68 201.82 1070.96 203.02C1071.19 203.233 1071.44 204.003 1071.7 205.33C1074.32 206.99 1075.66 207.85 1075.71 207.91C1075.71 207.91 1077.64 210.57 1077.44 211.59C1077.6 211.64 1077.82 211.72 1077.98 211.77C1077.82 209.25 1081.56 211.67 1083.31 211.25C1082.79 209.777 1082.33 208.88 1081.92 208.56C1081.68 208.37 1081.36 208.24 1080.73 207.97L1073.88 203.87C1073.35 203.55 1069.91 201 1069.89 200.98C1068.23 199.54 1065.82 199.55 1064.19 198.06C1063.93 197.82 1062.79 196.63 1065.87 196.57C1066.03 196.57 1066.24 196.56 1066.39 196.55C1064.82 195.03 1063.76 194.363 1063.2 194.55C1062.12 194.91 1060.5 194.4 1059.63 194.07C1058.49 193.64 1057.75 193.15 1057.43 192.62C1057.19 192.22 1053.51 189.83 1053.48 189.82' fill='%23E6EAEE'/%3E%3Cpath d='M1065.09 229.86C1065.83 230.15 1066.88 230.64 1067.52 231.66C1067.97 231.74 1068.12 231.74 1069.1 231.79C1069.12 231.54 1069.18 231.41 1069.33 231.25C1068.39 230.78 1066.97 230.17 1065.54 229.94L1065.08 229.85' fill='%23E6EAEE'/%3E%3Cpath d='M1053.43 218.37C1053.09 218.8 1052.81 219 1052.41 219.12C1052.62 221.04 1052.65 221.33 1052.68 221.95C1052.73 223.197 1052.77 223.87 1052.81 223.97C1055.43 224.59 1061.05 228.6 1061.1 228.64C1061.35 228.83 1061.51 229.13 1061.83 229.23C1062.5 229.44 1063.2 229.4 1063.88 229.53C1063.97 229.55 1064.09 229.58 1064.18 229.6C1062.48 228.95 1061.42 227.86 1060.95 227.27C1060.55 226.78 1060.47 226.1 1060.04 225.63C1059.87 225.44 1059.65 225.27 1059.17 224.91C1058.72 224.57 1057.96 223.99 1057.75 223.51C1057.69 223.37 1057.51 223.25 1057.2 223.15C1055.57 222.623 1054.65 222.277 1054.43 222.11C1054.36 222.06 1054.26 221.98 1054.2 221.92C1053.46 221.14 1053.36 220.36 1053.43 218.38' fill='%23E6EAEE'/%3E%3Cpath d='M1047.78 194.16C1047.66 194.22 1043.75 195.44 1043.73 195.44C1043.06 195.58 1042.03 195.5 1041.64 195.47C1040.69 195.39 1040.27 195.37 1039.97 195.57C1040.54 198.63 1041.93 200.547 1044.12 201.32C1045.47 201.8 1045.56 202.98 1045.52 203.04C1047.43 203.82 1047.3 204.79 1046.77 205.22C1046.74 206.327 1046.65 206.927 1046.52 207.02C1046.63 207.71 1048.25 208.63 1048.75 208.9C1049.54 209.33 1050.11 209.69 1050.83 210.42C1051.52 211.11 1051.6 212.17 1052.33 212.84C1052.85 213.31 1053.5 213.61 1053.97 214.15C1054.12 213.87 1054.19 213.44 1053.7 212.98C1053.04 212.36 1053.09 211.39 1055.27 211.27C1057.75 211.13 1058.87 212.47 1059.23 212.91C1059.81 213.6 1059.98 213.66 1061.05 213.76C1062.7 213.88 1063.54 214.03 1065.27 214.99C1063.8 213.25 1063.15 212.243 1063.33 211.97C1064.08 210.85 1066.18 209.78 1068.6 209.99L1075.19 210.69C1075.23 210.49 1074.51 207.42 1071.32 206.52C1069.62 206.04 1069.55 205.23 1069.4 203.48C1068.29 202.68 1066.98 202.21 1065.83 201.48C1063.6 200.11 1061.14 202.39 1058.91 201.04C1056.83 200.32 1055.15 203.06 1052.99 201.73C1052.92 201.69 1051.34 200.7 1052.33 199.72C1052.69 199.37 1052.17 197.13 1051.87 196.71C1050.18 196.69 1048.71 196.67 1047.84 194.4L1047.78 194.17' fill='%23E6EAEE'/%3E%3Cpath d='M696.2 86.23C693.92 86.28 691.63 86.71 691.53 86.72C690.26 86.96 689.08 87.56 687.81 87.79C686.45 88.04 685.05 87.84 683.7 88.15C683.35 88.23 683.19 88.6 682.86 88.72C682.96 89.8866 682.88 90.6166 682.62 90.91L682.52 91C683.43 91.32 683.89 91.76 684.01 92.43C684.5 93.03 684.49 93.89 685.05 94.46C686.11 95.5333 687.047 96.15 687.86 96.31C690.24 96.79 690.65 97.21 690.85 97.57C690.99 97.64 691.17 97.73 691.31 97.79C691.96 97.37 692.65 97.39 693.7 97.47C695.13 97.6 695.61 97.64 696.19 98.46C697.16 98.51 697.99 98.55 698.47 98.72C699.21 98.98 699.68 99.68 700.41 99.96C703.13 99.43 705.8 100.16 708.49 100.23C710.18 100.22 711.8 100.72 713.46 100.93C712.4 98.3 717.17 99.2 718.29 97.35C717.71 96.63 716.8 96.27 716.29 95.48C716.17 95.29 715.79 94.62 715.99 93.77C714.69 93.15 713.57 92.61 715.99 91.74C716.42 91.59 716.8 91.49 717.06 91.42C717.093 91.0533 716.773 90.6366 716.1 90.17C715.96 90.07 715.727 89.4966 715.4 88.45C714.49 88.1 713.41 87.96 713.37 87.96C709.61 87.42 705.78 88.02 702.03 87.27C700.09 86.88 697.57 88.64 696.2 86.21' fill='%23E6EAEE'/%3E%3Cpath d='M692.6 112.06C691.42 112.353 690.387 112.413 689.5 112.24C691.13 113.08 691.38 113.21 691.5 113.7C691.54 113.88 691.58 114.01 693.17 114.73C693.38 114.82 694.07 115.14 694.43 115.35C694.65 115.48 694.75 115.74 694.98 115.87C697.81 117.47 698.36 117.67 698.77 117.82C699.23 116.89 701.08 115.61 701.9 115.39C702.02 114.99 702.07 114.17 701.88 113.3C700.04 112.69 698.95 112.52 698.94 112.52C697.47 112.35 695.99 112.38 694.52 112.28C693.88 112.23 693.25 112.06 692.6 112.07' fill='%23E6EAEE'/%3E%3Cpath d='M691.17 108.68C690.19 109.09 689.71 109.22 689.27 109.31C689.14 109.99 688.91 110.34 688.02 110.36C687.72 110.4 687.43 110.87 687.43 110.88C687.31 111.08 687.13 111.29 686.45 111.36C685.28 111.48 684.11 111.23 682.94 111.33C685.41 111.44 685.89 112.01 686.04 112.56C686.21 113.2 689.18 115.05 689.56 115.25C689.64 115.29 689.75 115.33 689.83 115.36C690.53 115.61 691.27 115.6 691.99 115.78C692.74 115.97 693.25 116.62 694 116.81C693.97 116.79 689.99 114.51 689.87 114.38C689.49 114.01 689.24 113.52 688.73 113.28C688.49 113.17 687.77 112.84 687.6 112.5C687.27 111.83 688.02 111.47 688.36 111.35C688.77 111.2 689.62 111.01 690.72 111.35C691.74 111.06 691.95 111 692.49 111.01C694.69 111.04 696.87 111.37 699.07 111.46H699.18C699.18 111.46 699.81 111.54 701.24 111.92C701.11 111.57 701.09 111.57 700.71 111.48C699.77 111.26 699.39 110.63 699.25 110.4C697.89 110.56 695.19 110.59 693.7 109.68C693.01 109.26 691.19 108.68 691.18 108.68' fill='%23E6EAEE'/%3E%3Cpath d='M704.73 119.11C704.6 119.18 704.27 119.38 703.96 119.82C704.37 119.96 705.47 120.33 705.55 120.89C705.62 121.33 705.13 121.64 704.83 121.8C704.75 121.84 704.51 121.97 704.34 122.41C704.19 122.83 704.16 123.46 704.54 123.99C704.66 124.15 704.74 124.19 704.94 124.28C705.6 124.58 706.14 125.05 706.46 125.34C706.51 125.38 706.57 125.44 706.62 125.49C706.9 125.15 707.23 124.97 707.75 124.87C707.99 124.12 708.79 123.96 709.25 123.44C707.32 122.64 706.27 122.08 707.08 119.88C705.22 119.21 704.72 119.13 704.72 119.13' fill='%23E6EAEE'/%3E%3Cpath d='M686.17 101.87C685.82 102.46 685.6 102.68 685.21 102.78C684.02 103.1 682.82 102.75 681.62 102.88C680.67 102.98 679.89 103.6 678.98 103.8C678.86 103.83 678.71 103.87 678.59 103.9C678.697 104.847 678.55 105.38 678.15 105.5C677.04 105.84 675.97 105.31 674.87 105.36C673.8 105.41 672.81 105.81 671.76 105.96C671.61 105.98 671.4 106 671.25 106.01C670.45 106.04 669.68 105.76 668.89 105.68C668.23 105.62 667.71 106.14 667.06 106.13C666.54 106.12 666.18 106.02 665.63 105.81L665.7 106.11L669.78 106.67C669.88 106.67 670.44 106.63 671.08 106.33C671.12 106.31 675.26 105.16 676.21 106.74C676.26 106.82 676.33 106.92 676.39 106.99C676.44 106.99 683.59 107.68 683.92 107.68L689.05 106.82C689.44 106.72 689.67 106.36 690.06 106.26C690.06 105.9 690.12 105.71 690.4 105.55C690.27 105.14 690.08 104.51 691.52 104.48H691.72L692.01 104.5C692.12 104.5 692.27 104.5 692.38 104.49C692.38 104.24 692.4 104.17 692.63 103.91C692.33 103.64 692.05 103.39 691.56 102.83C689.69 102.93 688 102.02 686.17 101.86' fill='%23E6EAEE'/%3E%3Cpath d='M707.61 103.17C705.537 103.903 704.473 104.273 704.42 104.28C703.42 104.41 702.4 104.34 701.4 104.47C700.51 104.59 699.76 105.19 698.85 105.24C698.41 105.27 696.13 105.37 694.31 104.88C694.17 105.12 693.92 105.57 692.39 105.57C692.4 105.87 692.32 105.98 692.08 106.15C692.03 106.69 692 106.99 691.31 107.18C693.11 108.68 696.38 109.38 696.41 109.39C696.903 109.45 699.35 109.2 703.75 108.64L704.07 108.59C705.27 108.817 706.137 108.957 706.67 109.01C708.54 108.44 708.7 108.39 709.76 107.29C711.047 105.957 711.82 105.253 712.08 105.18C712.33 105.1 714.02 104.57 714.03 104.57C714.03 104.57 711.67 103.7 707.95 103.22L707.63 103.18' fill='%23E6EAEE'/%3E%3Cpath d='M683.2 96.67C683.2 96.67 679.95 97.73 676.06 98.17L676.23 98.31C676.85 98.81 676.93 99.73 677.67 100.13C681.843 101.617 684.093 101.977 684.42 101.21L684.57 100.81C686.47 100.84 688.42 100.96 689.82 101.66C690.36 101.93 691.26 101.84 691.75 101.76L692.71 101.57C692.94 101.62 694.81 101.43 695.57 101.2C696.46 100.93 697.16 100.28 698.03 99.97C696.97 99.07 695.29 100.15 694.37 98.81C694.35 98.73 694.32 98.62 694.29 98.54C694.11 98.54 693.91 98.53 693.47 98.48C693.32 98.46 693.12 98.44 692.97 98.42C692.39 99.05 691.23 98.86 691 98.81C689.89 98.59 689.1 97.7 688.01 97.43C687.07 97.2 686.15 96.87 685.19 96.72C684.64 96.63 684.1 96.82 683.55 96.73L683.19 96.68' fill='%23E6EAEE'/%3E%3Cpath d='M701.97 100.78C701.18 100.98 700.45 101.11 699.5 100.84C699.45 100.82 699.39 100.77 699.33 100.78C698.49 101.04 697.82 101.64 697.01 101.96C696.04 102.34 694.9 102.44 694.02 102.49C693.833 102.497 693.67 102.567 693.53 102.7C694.81 104.1 695.19 104.12 696.78 104.21C698.64 104.32 698.85 104.12 698.98 104.01C699.64 103.41 702.38 103.27 703.74 103.28C705.01 103.04 706.05 102.12 707.39 102.12H707.59C710.003 102.48 711.42 102.76 711.84 102.96C712.02 102.62 712.13 102.42 712.74 101.9C711.55 101.72 710.4 101.32 709.19 101.28C708.23 101.28 707.29 101.1 706.34 101.04C704.87 101.17 703.43 100.81 701.96 100.79' fill='%23E6EAEE'/%3E%3Cpath d='M591.06 120.04C590.82 120.15 590.64 120.2 590.29 120.28C590.217 120.687 590.27 121.01 590.45 121.25C590.57 121.41 590.75 122.14 590.08 123.49C589.54 124.58 588.88 125.38 588.63 125.68C588.11 126.28 587.39 126.63 586.85 127.2C586.88 127.29 586.89 127.32 587.6 127.6C587.95 127.74 588.31 127.85 588.66 128C590.24 128.7 589.96 129.81 589.4 132.04C589.4 132.04 590.72 132.21 593.36 131.85C593.36 131.84 592.68 130.4 595.09 129.74C592.52 128.69 595.16 127.53 595.18 127.52C594.02 126.84 592.58 125.98 594.69 125.44C595.05 125.35 595.37 125.32 595.58 125.3C595.54 125.09 595.42 124.45 596.16 124.03C596.41 123.89 596.44 123.87 596.41 123.69C596.33 123.17 595.74 122.88 595.8 122.3C595.8 122.21 595.83 122.12 595.9 122.01C595.973 121.897 596.777 121.527 598.31 120.9C597.8 120.73 597.58 120.57 597.53 120.3C597.27 120.29 597.03 120.28 596.62 120.42C596.33 120.52 595.88 120.68 595.41 120.7L592.58 120.56C592.08 120.53 591.38 120.44 591.04 120.08' fill='%23E6EAEE'/%3E%3Cpath d='M651.99 89.76C650.96 89.76 648.56 89.83 648.4 90.44C649.56 91.76 647.08 91.68 646.58 91.65C645.91 91.61 645.4 91.46 645.08 91.2C644.95 91.41 644.99 91.7 644.79 91.88C644.737 91.9333 644.32 92.17 643.54 92.59C643.24 92.75 643.24 92.79 643.27 93.01C643.27 93.1 643.27 93.45 642.74 93.87C642.32 94.21 641.7 94.48 641.4 94.61C642.6 94.44 643.73 93.83 644.98 93.92C645.97 93.99 647.87 94.64 649.3 95.18C649.36 94.9 649.62 94.7 649.64 94.4C649.65 94.16 649.48 93.94 649.55 93.69C649.55 93.69 649.58 93.58 649.73 93.46C649.897 93.3267 650.627 93.23 651.92 93.17C652.14 92.7367 652.39 92.4633 652.67 92.35C652.33 92.13 651.95 91.97 651.62 91.74L651.35 91.51C651.54 91.09 651.57 91.03 652.37 90.8C653.17 90.57 653.53 90.32 653.57 90.22C653.72 89.81 652.66 89.74 652.01 89.74' fill='%23E6EAEE'/%3E%3Cpath d='M650.17 99.08C650.09 99.21 650.07 99.29 650.05 99.37C650.16 99.37 650.31 99.38 650.42 99.39C650.35 99.27 650.27 99.18 650.16 99.08' fill='%23E6EAEE'/%3E%3Cpath d='M644.69 94.94C644.56 94.94 644.48 94.9501 644.4 94.9901C643.24 95.5201 641.45 95.69 640.73 95.73C640.01 95.78 639.32 95.46 638.6 95.55C638.21 95.6 637.84 95.75 637.45 95.84L637.66 96.05C638.12 96.01 638.29 95.9901 638.7 96.1001C639.25 96.2501 639.71 96.59 640.25 96.7701C640.94 97.0001 641.67 97.0901 642.36 97.3201C643.12 97.5701 643.21 97.7801 643.28 97.9201L643.37 98.12C644.61 97.63 644.83 97.54 645.49 97.66C645.59 97.68 645.92 97.76 646.11 97.98C646.28 98.18 646.21 98.4701 646.36 98.6801C647 98.6801 647.47 98.7601 648.09 99.1801C648.24 98.6801 648.54 98.16 649.67 97.76L649.98 97.5701L650.14 97.48C649.44 96.92 649.26 96.7701 649.17 96.5701C649.16 96.5401 649.16 96.4801 649.12 96.4601C647.01 95.4701 645.02 94.9301 644.67 94.9301' fill='%23E6EAEE'/%3E%3Cpath d='M730.69 104.57C729.26 104.82 727.93 105.54 726.43 105.4L726.16 105.38C725.38 105.38 724.69 105.83 723.91 105.82C722.93 105.81 722.02 105.34 721.04 105.31C719.51 105.26 718.06 104.48 716.49 104.86C716.38 104.89 716.24 104.96 716.14 105.03C715.91 105.21 715.66 105.28 713.74 105.89C713.333 106.017 712.76 106.487 712.02 107.3C710.62 108.82 710.1 109.23 708.17 109.79C709.16 110.31 709.26 110.53 709.49 111.06C710.75 111.447 711.35 111.91 711.29 112.45V112.53C715.43 112.77 715.71 113.24 716.2 114.08C716.24 114.147 716.727 114.42 717.66 114.9C718.39 115.27 726.44 115.71 727.56 115.43C731.43 114.48 733.02 114.09 738.46 115.59C738.5 115.55 738.54 115.5 738.58 115.46C738.46 114.73 738.79 114.08 739.54 113.58C740.36 113.03 741.36 113.3 742.23 113.01C742.34 112.66 742.16 112.46 741.69 112.43C740.93 112.38 740.26 112.83 739.52 112.83C735.06 112.45 735.73 109.37 735.91 109.19C735.99 109.11 736.07 108.98 736.1 108.87C734.67 106.98 732.44 106.09 730.7 104.59' fill='%23E6EAEE'/%3E%3Cpath d='M734.09 104.15C733.88 104.16 733.53 104.19 732.56 104.3C734.09 105.62 734.52 105.91 734.85 106.11C736.25 106.95 737.28 107.79 737.63 108.22C738.43 109.18 738.09 109.43 737.74 109.7C737.64 109.78 737.56 110.15 737.95 110.78C738.97 110.01 738.97 110 738.98 109.65C738.98 109.07 739.36 108.79 739.68 108.66C740.44 108.34 741.08 108.45 742.79 108.74C742.68 108.57 742.49 108.42 742.45 108.38C741.79 107.85 741 107.52 740.33 106.99C739.76 106.53 739.37 105.86 738.7 105.51C737.84 105.06 736.84 105.19 735.94 104.87C735.34 104.66 734.77 104.35 734.16 104.17C734.14 104.17 734.11 104.15 734.08 104.15' fill='%23E6EAEE'/%3E%3Cpath d='M733.15 115.65C730.5 115.6 729.95 115.88 729.77 115.97C728.91 116.39 727.9 116.61 726.77 116.6C723.977 116.473 722.51 116.417 722.37 116.43H722.08C720.74 116.4 719.41 116.13 718.07 116.08L717.91 116.1C717.803 116.1 717.067 115.847 715.7 115.34C715.65 115.37 715.21 115.64 715.99 116.03C718.42 117.26 718.39 118.25 716.74 118.28C716.63 118.35 716.49 118.44 716.38 118.5C716.45 118.7 716.46 118.79 716.41 119.13C716.41 119.2 716.41 119.29 716.4 119.36C718.3 120.34 718.71 120.64 718.82 120.89L719.01 120.97C719.163 121.05 722.163 121.3 728.01 121.72C728.93 121.79 728.96 121.76 729.09 121.69C729.12 121.48 729.17 121.1 730.8 120.91C730.8 119.67 735.66 120.26 735.71 120.27C734.6 119.4 734.21 118.33 735.4 118.12C736.43 117.94 736.91 116.92 737.81 116.54C735.55 115.967 734 115.67 733.16 115.65' fill='%23E6EAEE'/%3E%3Cpath d='M714.61 119.81C713.98 119.85 712.08 119.98 709.03 120.26C708.51 121.82 708.92 121.99 710.66 122.69C710.98 122.68 711.3 122.69 711.63 122.69H712.25H712.61C713.39 122.63 714.02 122.05 714.82 122.05L715.22 122.08C715.71 122.08 716.96 121.75 717.46 121.59C717.12 121.41 717.04 121.29 716.99 121.21C716.87 121.02 715.35 120.24 714.85 119.98L714.61 119.81Z' fill='%23E6EAEE'/%3E%3Cpath d='M755.37 94.3699C754.21 94.3599 753.06 94.41 751.9 94.34C749.7 95.22 747.21 94.34 745.05 95.47C744.95 95.87 743.383 96.1699 740.35 96.3699L739.96 96.46C739.3 96.44 739.14 96.42 738.3 96.11C736.99 95.64 730.89 95.41 730.83 95.4C727.29 95.35 723.86 92.84 720.22 94.93C719.57 95.31 719.3 95.4399 718.36 95.5099C720.33 96.9999 720.42 97.54 720.3 97.73C719.1 99.58 716.86 99.44 715.19 100.4C715.443 101 715.01 101.873 713.89 103.02C713.937 103.087 718.157 103.547 726.55 104.4C729.04 104.56 731.28 103.3 733.71 103.13C738.45 103.17 746.28 108.24 744.99 109.69C743.73 111.1 742.31 108.82 740.97 109.72C740.98 110.28 740.99 110.46 739.24 111.76C740.24 111.71 741.2 111.22 742.23 111.45C746.97 106.83 753.01 107.73 754.07 108.86C754.057 109.167 753.92 109.423 753.66 109.63C754.21 109.73 754.29 109.75 755.43 109.78C759.03 109.86 759.88 109.88 760.52 110.8C760.31 111.36 760.23 111.57 756.8 112.15L756.61 112.18C759.53 112.79 760.41 112.97 760.03 114.33C760.95 114.47 765.31 113.32 765.35 113.31C763.65 112.337 762.717 111.567 762.55 111C763.18 110.01 764.6 109.05 774.99 108.07C774.99 108.05 774.97 105.72 781.24 106.22C781.53 105.9 781.59 105.83 781.68 105.57C780.75 105.05 780.74 105 780.62 104.52C780.76 104.35 781.01 104.18 781.21 104.1C781.08 103.93 780.93 103.68 780.82 103.49C780.947 103.243 781.147 103.053 781.42 102.92L781.66 102.81C778.6 102.12 775.32 102.49 772.43 100.95C769.74 99.51 766.7 100.59 763.93 99.7599C762.93 99.4599 762.73 98.29 761.86 97.85C760.89 97.36 759.78 97.86 758.81 97.42C758.71 97.38 758.58 97.33 758.49 97.27C756.74 96.16 756.86 95.89 757.07 95.41C756.65 94.42 756.58 94.42 755.38 94.38' fill='%23E6EAEE'/%3E%3Cpath d='M733.15 83.38L732.89 83.44C732.437 83.7733 732.167 83.96 732.08 84C731.07 84.48 729.98 83.84 728.96 84.2C728.22 84.46 728.32 84.68 728.41 84.88C728.85 85.8 727.92 86.01 727.32 86.05C726.66 86.61 725.69 86.47 725.04 87.06C724.98 87.7 723.56 88.3667 720.78 89.06C720.613 89.1 719.457 89.0767 717.31 88.99C717.19 90.3 719.24 90.25 718.98 91.65C718.953 91.8033 718.163 92.1933 716.61 92.82C717.417 93.18 717.843 93.7367 717.89 94.49C718.15 94.53 718.17 94.53 718.35 94.43C719.24 93.9 719.79 93.59 721.17 93.58C724.04 93.58 726.83 94.32 729.69 94.39C731.99 94.42 734.26 94.88 736.56 95C737.56 94.86 737.97 94.81 739.35 95.34C740.55 95.83 741.79 95.32 743 95.52C743.01 95.15 743.2 94.79 745.38 93.87L745.61 93.78C745.92 93.78 746.34 93.78 747.15 93.73C745.86 91.93 744.74 90.38 747.67 90.85C748.923 91.05 749.87 91.05 750.51 90.85C749 89.6 746.92 89.61 745.32 88.57C743.14 87.15 743.06 87.07 743.1 86.28C743.1 86.18 742.95 84.99 742.78 84.88C742.78 84.88 741.33 84.45 740.26 84.4C738.927 84.54 738.167 84.59 737.98 84.55C737.36 84.43 736.95 83.84 736.29 83.81C735.22 83.89 734.21 83.47 733.16 83.39' fill='%23E6EAEE'/%3E%3Cpath d='M721.06 77.87C720.5 77.87 719.89 77.86 718.5 77.89C718.11 78.58 719.12 79.17 718.66 79.86C718.55 80.02 718.15 80.4 716.77 80.48C714.16 80.63 713.42 80.36 710.69 78.32C709.87 78.51 708.01 79.19 708.01 79.19C707.97 79.22 707.92 79.26 707.89 79.29C707.66 79.54 707.75 79.93 707.53 80.18C707.22 80.53 706.69 80.56 706.42 80.97C706.26 81.22 706.49 81.52 706.51 81.53C706.72 81.68 708.07 81.48 708.46 81.36C708.99 81.19 709.76 81.03 712.1 81.2C715.727 81.46 717.717 81.59 718.07 81.59C718.46 81.59 718.82 81.57 719.06 81.53C720.28 81.33 721.01 81.61 721.61 81.94L721.7 81.99H721.79C722.077 82.0033 723.907 82.53 727.28 83.57C728.07 83.22 728.7 83.02 730.73 83.22C731.36 82.71 731.44 82.65 732.15 82.48C731.78 81.85 731.07 81.65 730.53 81.23C730.1 80.9 730.42 80.3 730.07 79.94C730.017 79.88 729.71 79.6833 729.15 79.35C729.06 79.29 727.18 79.18 726.59 79.16H726.39L726.14 79.18C725.33 79.16 724.49 78.97 721.68 77.91C721.49 77.87 721.47 77.87 721.06 77.86' fill='%23E6EAEE'/%3E%3Cpath d='M710.84 82.11C709.67 82.09 708.55 82.48 707.4 82.56C707.73 83.21 707.64 83.73 707.11 84.25C707.76 84.26 708.03 84.27 708.43 84.34C709.06 84.45 709.61 84.81 710.24 84.93C710.81 85.04 711.4 84.87 711.97 85C712.24 85.06 712.66 85.15 713.16 85.34C713.787 85.5866 714.087 86.14 714.06 87C714.553 87.3333 716.37 87.72 719.51 88.16C719.79 88.18 719.92 88.19 720.36 87.92C720.63 87.76 721.12 87.45 723.09 87.37C723.17 85.98 724.94 85.69 725.52 85.6C725.99 85.23 726.08 85.16 726.6 85.09C726.48 84.7966 726.43 84.5733 726.45 84.42C726.16 84.21 722.86 83.02 722.05 82.96H721.83C721.21 82.95 720.88 82.86 720.28 82.55L720.06 82.43C716.98 82.79 713.93 82.16 710.87 82.1' fill='%23E6EAEE'/%3E%3Cpath d='M661.01 105.21C660.29 105.21 659.61 105.46 658.89 105.48C658.21 105.51 657.53 105.38 656.84 105.45L655.36 105.79C654.79 105.95 654.52 106.51 654.04 106.77C653.55 107.03 653.02 107.2 652.55 107.49C652.5 107.52 652.44 107.57 652.39 107.6C654 107.52 654.46 108.14 654.48 108.47C654.87 108.69 655.02 108.78 655.22 109.01C655.97 108.98 656.73 109.22 657.47 108.94C658.17 108.68 658.39 107.84 659.08 107.56L659.38 107.47C660.007 107.47 660.88 107.877 662 108.69C662.05 108.1 662.79 107.77 664.08 107.76C664.48 107.78 664.87 107.92 665.28 107.84C665.57 107.78 665.69 107.46 665.96 107.36C664.553 106.887 663.817 106.517 663.75 106.25C663.71 106.07 663.66 105.88 663.65 105.69C663.27 105.5 661.6 105.21 661.02 105.2' fill='%23E6EAEE'/%3E%3Cpath d='M661.62 85.96C661.79 86.37 661.53 86.88 661.93 87.23C662.63 87.83 662.92 88.08 662.89 88.3C662.83 88.75 662.35 88.96 661.23 89.04C660.16 89.12 659.12 89.53 658.03 89.32C656.777 89.0733 655.857 88.9833 655.27 89.05C655.1 89.58 655.73 90.03 655.42 90.57C655.18 90.99 654.41 91.34 653.81 91.56C654.42 91.92 655.56 92.59 653.9 93.18C653.86 93.73 653.46 94.1 651.57 94.22C651.69 95 650.99 95.61 651.13 96.4C651.24 96.99 652.19 96.77 652.17 97.47C652.17 97.71 652.11 97.9 651.46 98.26C652.05 98.72 652.3 98.96 652.58 99.66C654.06 100.09 655.58 100.3 657.06 100.73L657.1 100.79H657.33C659.12 100.81 659.88 101.47 659.34 102.01C658.78 102.57 657.92 102.81 657.59 103.63C657.48 103.89 657.47 103.91 657.42 104.32C657.72 104.58 659.26 104.39 659.54 104.32C661.63 103.83 666.68 104.97 666.72 104.98C669.92 104.88 671.54 104.823 671.58 104.81C672.34 104.48 675.2 104.15 676.57 104.43L676.81 104.49C676.36 103.63 676.74 103.16 678.13 102.86C678.76 102.7 679.3 102.31 679.93 102.16C678.92 101.77 677.98 101.44 677.38 101.23C676.727 100.997 675.89 100.27 674.87 99.05C674.07 98.4 673.38 97.84 674.26 97.46L682.63 95.69C683.11 95.64 683.69 95.72 683.96 95.76C683.99 95.72 684.03 95.66 684.06 95.62C684.04 95.57 684.04 95.49 684.01 95.45C683.55 94.71 682.96 94.06 682.58 93.27C682.17 92.4 681.24 92.05 680.63 91.38C680.52 91.26 680.31 90.93 680.77 90.51C681.49 89.86 680.81 88.76 680.8 88.75C680.06 87.44 677.81 88.93 677.49 87.24C677.35 87.17 676 86.58 673.01 87.98C669.98 89.39 668.16 88.07 668.3 87.35C664.31 87.06 664.3 87.05 664.19 86.16C663.32 86.19 662.47 86.02 661.61 85.98' fill='%23E6EAEE'/%3E%3Cpath d='M725.14 43.12C724.13 43.14 723.17 43.55 722.16 43.53C721.653 43.51 720.603 43.79 719.01 44.37C719.03 44.89 719.67 45.29 719.32 45.89C719.32 45.89 719.09 46.26 717.91 46.25C717.8 46.25 717.66 46.24 717.56 46.23C717.4 47.13 716 47.85 714.48 46.96L714.36 46.89C713.8 46.92 713.52 46.93 712.49 46.71C712.39 46.69 712.25 46.66 712.14 46.64C710.49 46.43 708.83 46.79 707.18 46.54C705.52 46.29 704.25 44.34 702.29 45.4C705.04 46.42 708.06 46.53 710.74 47.81C711.62 48.23 711.18 49.13 711.44 49.77C712.29 50.08 712.32 50.27 712.47 51.27C714.79 52.54 713.56 53.3 713.13 53.5C713.21 53.59 713.34 53.69 713.45 53.75C714.19 54.12 714.8 54.74 715.63 54.94C717.58 55.4 717.79 55.44 718.3 55.72C718.95 56.07 719.04 56.53 719.1 56.83C719.29 57.66 719.32 57.8 718.96 58.05L718.57 58.2C718.07 58.19 717.61 57.81 717.08 58.05C716.47 58.33 716.4 59.07 715.89 59.43C714.79 60.2 713.43 60.15 712.24 60.61L709.36 61.73C709.36 62.16 709.36 62.88 706.61 62.86C706.47 62.86 706.28 62.85 706.14 62.84C705.68 63.4333 705.297 63.7867 704.99 63.9C705.17 64.55 706.16 64.66 706.08 65.49V65.72C707.02 66.5867 707.063 67.8 706.21 69.36C706.6 69.67 708.84 70.14 708.86 70.15C709.84 70.13 710.39 70.4 710.88 70.68C710.88 70.68 714.33 71.29 715.15 71.32L729.74 70.2C730.45 70.02 730.85 69.35 731.5 69.08C732.81 68.52 734.22 68.28 735.54 67.74C735.56 67.74 740.79 65.18 741.12 65C741.4 64.85 741.42 64.74 741.47 64.49C740.75 63.69 738.87 63.13 737.96 62.86C731.87 61.05 737.07 60.64 737.12 60.64C736.47 60.19 735.6 60.22 734.99 59.68C734.6 59.33 734.9 59.03 735.09 58.85C732.61 58.29 733.56 57.73 733.68 57.66C733.78 57.61 733.93 57.56 734.03 57.53C732.16 56.11 733.84 55.7 734.65 55.59C734.67 55.59 734.7 55.59 734.72 55.59C734.25 55.19 733.17 54.39 730.76 52.82C730.4 52.58 729.96 52.27 730.49 51.72C731.24 50.94 732.39 50.9 733.22 50.26C732.53 49.87 731.47 49.46 730.95 49.29C726.38 48.5 727.39 47.1 727.4 47.09C727.89 46.67 728.05 45.88 728.85 45.81H728.98C729.22 45.45 729.26 45.41 729.64 45.15C729.61 44.93 729.59 44.72 729.54 44.51C729.51 44.5 725.34 43.16 725.13 43.16' fill='%23E6EAEE'/%3E%3Cpath d='M789.7 148.42C784.57 148.28 780.57 149.33 780.53 149.34C781.67 150.09 783.1 150.43 783.95 151.61C783.91 151.75 783.85 151.95 783.8 152.09C782.247 152.91 780.64 153.353 778.98 153.42C778.52 154.82 776.63 155.18 775.12 155.23C774.33 155.16 773.86 155.12 771.19 154.33C771.123 155.777 772.903 157.663 776.53 159.99C777.05 160.323 779.403 162.39 783.59 166.19C785.87 168.26 788.83 169.2 791.36 170.87C793.86 172.52 793.63 176.38 796.76 177.53C798.813 178.29 803.143 181.687 809.75 187.72L810.16 187.61C808.81 185.2 811.52 185.36 815.27 185.58C819.74 185.52 823.95 187.63 828.46 187.19C831.38 186.9 832.88 183.92 835.68 183.39C836.34 183.27 836.85 183.28 839.44 183.38C846.23 183.64 854.36 182.35 859.99 181.22C860.65 181.09 862.25 177.01 861.62 176.28C861.62 176.28 861.17 175.78 860.59 175.47C860.5 175.47 850.33 174.74 848.53 173.95C848.38 173.89 834.45 166.8 836.04 164.73C835.71 164.15 835.53 163.83 833.86 162.93C829.59 160.88 829.48 160.75 828.2 159.08L825.17 158.86C819.59 156.27 813.19 157.17 807.57 154.75C798.25 150.74 792.86 149.06 791.43 148.63C791.07 148.53 790.82 148.45 789.72 148.41' fill='%23E6EAEE'/%3E%3Cpath d='M864.63 169.81L864.14 169.95L863.31 169.91L863.67 171.33L861.36 173.2C861.2 173.54 860.99 174 860.83 174.35C862.72 174.85 863.88 176.26 863.98 176.88C864.02 177.12 863 181.63 861.99 182.13C861.52 182.36 855.36 183.27 850.23 183.97C852.03 185.72 853.83 187.47 855.64 189.21C857.99 188.59 860.4 189.01 862.78 188.78L862.91 188.76C862.37 186.42 865.19 186.58 868.18 186.75C868.23 186.75 868.3 186.75 868.35 186.75C869.743 185.303 871.05 184.54 872.27 184.46C872.39 184.46 872.56 184.44 872.68 184.44C872.52 183.93 872.04 182.19 872.84 181.26C873.8 180.14 875.3 180.66 876.43 180.06C876.85 178.34 878.77 178.05 879.61 176.73C879.13 176.63 877.69 176.34 874.94 173.99C874.74 173.817 874.463 173.703 874.11 173.65C870.53 173.07 869.79 172.95 868.28 172.37C868.03 172.27 867.7 172.15 867.46 172.04C866.31 171.51 865.52 170.88 864.64 169.82' fill='%23E6EAEE'/%3E%3Cpath d='M842.1 166.15C841.51 166.2 840.98 167.2 841.07 167.84C841.097 168.007 841.203 168.15 841.39 168.27C841.82 168.54 842.2 168.63 842.38 168.67C842.38 168.62 842.39 168.52 842.48 168.4C842.66 168.16 842.9 167.82 842.82 167.11C842.76 166.6 842.43 166.17 842.1 166.16' fill='%23E6EAEE'/%3E%3Cpath d='M862.83 166.8C861.05 167.78 859.99 169.7 858.07 170.51C856.86 171.02 854.69 171.5 852.24 171.3C849.92 171.107 848.4 171.173 847.68 171.5C847.56 171.55 847.4 171.61 847.29 171.66C848.543 172.76 852.313 173.597 858.6 174.17L859.38 172.52L861.47 170.82L860.93 168.63L863.31 168.75C863.46 168.7 863.66 168.64 863.81 168.6C863.36 167.85 862.89 166.91 862.84 166.81' fill='%23E6EAEE'/%3E%3Cpath d='M1063.22 230.65C1064.36 232.06 1064.81 233.92 1066.18 235.18C1070.83 239.47 1073.62 240.73 1074.67 241.21C1076.52 242.05 1080.38 243.8 1083.49 244.79C1082.1 243.41 1080.2 242.69 1078.92 241.17C1078.18 240.29 1077.98 239.36 1077.75 237.93C1077.4 235.8 1077.29 235.76 1075.5 235C1074.16 234.43 1073.62 234.02 1073.14 233.5C1072.67 232.99 1071.97 232.97 1071.39 232.68C1071.36 232.68 1071.32 232.7 1071.29 232.71C1070.8 233.8 1065.99 232.73 1065.59 231.83C1065.21 230.98 1064.29 230.79 1063.23 230.64' fill='%23E6EAEE'/%3E%3Cpath d='M1132.8 236.99C1131.88 237.1 1131.28 238.2 1131.4 238.81C1131.59 239.75 1130.34 239.67 1129.83 240.12C1130.11 240.65 1130.18 240.92 1129.75 241.26C1129.75 241.82 1130.46 242.09 1130.34 242.7C1130.3 242.9 1130.1 243.13 1129.38 243.08L1129.2 243.05L1129.06 243.01C1126.69 244.11 1125.24 242.96 1123.41 241.5C1122.62 242.26 1122.2 243.24 1122.25 244.18C1122.29 244.85 1121.97 245.11 1121.77 245.21C1121.7 245.24 1121.61 245.29 1121.55 245.32C1119.49 246.25 1117.49 245.09 1115.45 245.17C1113.82 245.23 1116.11 248.13 1114.52 248.5C1113.62 248.71 1111.72 248.07 1110.81 247.76C1112.37 248.513 1114.73 248.897 1117.88 248.91C1119.2 248.91 1120.35 248.11 1121.67 248.15C1123.64 248.21 1124.69 248.81 1125.26 249.13C1125.44 249.24 1125.48 249.27 1126.15 249.12C1127.56 248.79 1129.03 248.85 1129.05 248.85C1129.05 248.29 1128.52 247.84 1128.69 247.24C1128.78 246.93 1129.15 246.81 1129.2 246.48C1129.27 246.07 1128.83 245.74 1129.02 245.31C1129.35 244.58 1131.07 245.09 1130.71 244.21C1130.33 243.26 1130.13 242.78 1130.88 242.37C1134.12 240.58 1137.3 243.72 1140.53 242.49C1140.15 241.87 1140.09 241.513 1140.35 241.42C1141.44 241.03 1142.55 241.46 1143.64 241.37C1143.64 241.32 1143.65 241.25 1143.66 241.19C1142.91 240.63 1142.05 240.49 1141.8 240.46C1138.84 240.44 1136.76 239.61 1136.31 238.84C1135.86 238.07 1133.3 237.03 1132.79 236.99' fill='%23E6EAEE'/%3E%3Cpath d='M1127.85 241.57L1127.59 241.59L1127.57 241.74L1127.94 241.68L1127.85 241.57Z' fill='%23E6EAEE'/%3E%3Cpath d='M800.75 135.24H800.7L800.83 135.27L796.97 136.78C795.49 137 795.21 137.27 795.03 137.45C795.08 138.1 795.88 138.35 795.87 139.03C795.87 139.06 795.57 141.85 794.95 142.49L794.84 142.61C794.84 142.61 791.2 143.61 786.76 144.77C787.14 145.67 787.75 146.42 788.23 147.25C791.1 147.28 792.18 147.29 801.96 151.13C809.533 154.103 815.427 155.817 819.64 156.27C820.27 155.15 820.59 154.71 820.9 154.52C821.48 153.98 821.8 153.68 823.18 153.6C824.2 153.6 824.79 153.7 826.09 154.3C825.92 154.2 821.89 151.83 822.62 150.26C822.66 150.16 822.71 150.04 822.75 149.94C820.87 148.76 818.68 148.33 816.68 147.43L812.5 144.67C810.58 142.7 813.63 140.65 813.68 140.64C813.45 140.12 813.47 140.02 813.54 139.75C812.56 139.08 811.3 139.32 810.3 138.73C809.44 138.22 809 137.29 808.23 136.7H808.21C805.64 136.67 803.31 135.36 800.76 135.25' fill='%23E6EAEE'/%3E%3Cpath d='M823.75 154.76C823.05 154.79 822.57 155.23 821.83 156.51L823.37 156.68L825.71 157.76C826.12 157.79 826.66 157.83 827.07 157.86C826.57 157.28 826.01 156.77 825.52 156.18C825.17 155.76 825.12 155.59 825.09 155.48C825.09 155.4 825.09 155.29 825.1 155.2C824.5 154.91 824.15 154.77 823.74 154.75' fill='%23E6EAEE'/%3E%3Cpath d='M663.73 118.06C663.58 118.15 663.11 118.42 662.41 118.63C662.27 118.67 662.14 118.71 662.11 118.92C662.02 119.5 662.7 120.29 663.33 120.54C663.86 120.03 663.82 118.7 663.72 118.06' fill='%23E6EAEE'/%3E%3Cpath d='M607.56 102.44C607.56 102.44 607.56 102.44 607.57 102.44C607.57 102.44 607.57 102.44 607.56 102.44ZM635.54 96.09H635.15C633.29 96.09 633.58 98.46 632.1 98.87C630.67 99.26 629.14 98.71 627.74 99.38C627.59 99.45 627.5 99.68 627.41 99.82C626.4 101.53 621.27 100.66 620.01 99.53C619.85 99.54 619.65 99.58 619.5 99.62C621.23 102.68 620.95 102.67 616.3 102.59C615.807 102.683 614.657 102.503 612.85 102.05C611.62 101.94 610.43 102.35 609.21 102.3C608.53 102.3 608.29 102.31 607.72 102.42C608.013 102.907 608.12 103.28 608.04 103.54C608.09 103.61 608.13 103.74 608.22 103.77C608.533 103.87 611.003 104.197 615.63 104.75C617.71 105 618.64 107.29 620.69 107.61C624.75 108.24 620.35 115.88 620.28 115.96C622.22 116.44 624.1 117.17 626.1 117.41C627.59 117.59 629.07 116.63 630.57 117.37C631.2 117.68 635.46 117.95 635.51 117.95C635.88 117.97 636.25 117.98 636.62 117.98C636.95 117.98 637.39 117.98 637.72 117.98C637.31 116.78 638.86 114.62 646.31 115.58C647.98 115.8 649.57 116.56 651.31 116.4C652.99 116.25 654.29 115.04 655.91 114.7L655.96 114.61C652.07 114.48 653.43 112.82 653.44 112.8C652.87 112.54 651.15 111.76 652.4 111.16C652.44 111.14 652.7 111.03 653.28 110.98L653.51 110.95C653.59 110.91 653.69 110.86 653.76 110.82C653.38 110.56 652.87 110.2 653.36 109.38C652.82 109.04 652.77 109.02 652.59 108.74C652.03 109.06 651.83 109.14 651.18 109.18L650.53 109.14C648.32 107.59 653.7 105.04 654.68 104.83C654.89 104.79 655.16 104.74 655.36 104.68C655.44 104.31 655.47 103.92 655.61 103.56C656.03 102.63 656.11 102.46 656.87 101.92C656.84 101.9 651.95 100.15 648.65 100.4L648.44 100.42C647.62 100.4 647.24 100.24 646.65 99.86L646.43 99.72C645.29 99.7 644.92 99.42 644.55 99.04C643.037 99.1133 640.96 98.5066 638.32 97.22L638.13 97.13C637.68 97.17 636.49 97.28 635.57 96.1' fill='%23E6EAEE'/%3E%3Cpath d='M225.06 206.8C224.56 207.01 223.85 207.36 223.23 207.67C225.25 208.06 228.23 208.35 229.48 208.29C229.61 208.26 229.79 208.23 229.92 208.2C230.11 207.89 230.23 207.54 230.46 207.25L229.8 207.28C228.53 207.38 227.32 207.48 226.09 207.03C225.72 206.9 225.07 206.78 225.07 206.79' fill='%23E6EAEE'/%3E%3Cpath d='M244.78 201.01C242.37 201.23 240.09 202.08 237.69 202.33C236.15 202.49 234.6 202.29 233.07 202.48C233.03 202.48 232.98 202.49 232.95 202.5C232.69 202.53 232.35 202.6 232.11 202.66C231.59 202.79 227.95 204.46 226.92 205.64C228.11 206.21 229.1 206.13 229.97 206.06C232.48 205.86 233.06 206.24 232.37 207.63C232.68 207.68 233.4 207.85 233.52 208.42C233.62 208.393 233.907 208.27 234.38 208.05C234.63 207.1 234.71 206.81 235.74 206.32C237.11 205.67 238.62 205.76 240.06 205.48C241.21 205.26 241.99 204.32 243.06 203.94C244.49 203.43 246.04 203.84 247.47 203.33C249.317 202.677 250.473 202.287 250.94 202.16C248.87 201.88 246.95 200.84 244.8 201.02' fill='%23E6EAEE'/%3E%3Cpath d='M139.16 169.44C136.78 169.86 133.6 170.42 131.21 170.85C132.36 172.62 132.36 174.77 133.09 176.67C136.66 178.25 140.71 180.05 135.87 181.88C135.51 182.01 135.01 182.09 134.63 182.14C134.96 182.53 135.31 182.93 136.57 182.92C138.2 182.71 138.63 182.75 140.34 183.72C141.36 184.3 143.47 185.5 140.69 187.57C141.077 187.843 141.87 188.18 143.07 188.58C143.37 188.68 143.78 188.82 144.09 188.93C145.98 183.38 139.25 178.79 139.17 178.75C139.12 178.58 139.06 178.34 139.02 178.17C139.36 177.837 139.697 177.573 140.03 177.38C131.55 175.23 137.61 170.8 137.68 170.76C138.24 170.47 139.37 170.08 140.55 170.71C142.423 170.75 143.48 170.93 143.72 171.25C144.787 171.09 145.567 171.053 146.06 171.14C146.13 171.29 146.23 171.49 146.3 171.64C144.72 173.24 145.31 175.56 144.39 177.38C147.28 176.04 151.15 179.26 151.19 179.29C151.11 179.61 151.15 180.1 151.3 180.4C152.01 180.48 153.88 180.71 155.21 182.02C155.08 182.72 155.07 182.79 154.19 183.61C154.24 183.78 154.32 184.01 154.37 184.18C162.07 186.28 165.41 192.17 165.55 193.27C165.61 194.22 165.46 194.36 164.46 195.28C164.48 195.46 164.51 195.69 164.54 195.86C164.03 196.44 163.25 196.64 162.71 197.19C163.02 198.83 163.44 198.85 164.35 198.9C168.3 199.12 171.93 200.85 175.82 201.34C181.9 202.11 187.56 205.06 193.83 204.83C197.42 204.7 200.71 202.93 204.33 202.95C208 202.96 210.15 204.09 211.72 204.91C215.03 202.68 215.66 202.33 216.26 202.21L216.54 202.18C217.93 202.07 219.32 202.03 220.71 201.84C220.637 201.687 220.04 201.183 218.92 200.33C218.92 200.19 218.91 200 218.9 199.86L219.14 199.52C221.073 198.213 224.633 197.247 229.82 196.62C231.527 195.5 233.463 194.927 235.63 194.9C235.79 194.74 236 194.53 236.15 194.37C237.32 193.13 237.45 191.28 238.66 190.06C239.78 188.93 241.96 189.47 242.56 187.55C231.953 189.437 226.257 191.357 225.47 193.31C225.017 194.443 218.713 196.25 206.56 198.73L206.34 198.76C204.81 198.81 203.5 197.82 201.97 197.87C200.66 197.89 200.37 197.65 199.99 197.26C199.19 196.43 200.21 195.37 199.63 194.51C198.89 193.43 197.22 193.64 196.63 192.35C196.16 191.32 196.2 190.44 197.32 187.58C198.78 183.81 200.08 182.47 202.45 180.03C202.28 179.99 202.05 179.88 201.87 179.9C200.83 179.96 196.49 179.5 195.52 178.94C195.52 178.92 195.23 177 195.42 176.11C193.38 175 192.77 172.18 190.18 171.73C189.56 171.623 187.28 172.38 183.34 174L183.05 174.08C182.237 174.12 178.717 172.197 172.49 168.31L166.94 168.86L165.03 170L152.52 171.34C148.05 170.78 143.64 169.85 139.14 169.47' fill='%23E6EAEE'/%3E%3Cpath d='M145.29 189.44C146.02 189.86 146.89 190.47 147.17 191.48C147.9 191.02 147.84 190.92 147.62 190.59C147.33 190.14 147.39 189.83 147.59 189.4C147.49 189.347 146.72 189.357 145.28 189.43' fill='%23E6EAEE'/%3E%3Cpath d='M222.38 198.37C221.98 198.77 221.66 199.25 221.26 199.65C222.5 200.32 225.08 201.71 221.84 202.73C221.17 202.94 220 203.2 216.86 203.34C216.507 203.36 215.22 204.107 213 205.58C215.187 206.78 216.873 207.33 218.06 207.23C220.01 207.05 220.74 206.98 221.44 207.11C221.47 207.11 221.52 207.14 221.55 207.13C222.73 206.85 223.64 205.99 224.79 205.65C225.71 204.43 226.62 204 228.42 203.13C228.24 202.99 228.17 202.94 228.13 202.73L225.76 203.1L228.09 197.93C226.31 198.08 222.59 198.35 222.43 198.36C222.41 198.36 222.38 198.36 222.36 198.36' fill='%23E6EAEE'/%3E%3Cpath d='M233.35 195.98C232.26 196.35 231.48 197.26 230.4 197.63L230.31 197.66L228.59 201.48C228.66 201.48 228.77 201.48 228.83 201.45C229.21 201.22 229.5 200.88 229.88 200.65C230.25 200.42 230.7 200.35 231.02 200.02C231.28 199.75 231.45 199.29 231.64 198.31C231.92 196.87 232.46 196.38 233.36 195.97' fill='%23E6EAEE'/%3E%3Cpath d='M297.32 190.87C296.94 190.9 296.48 190.93 295.92 191.01C296.53 191.09 297.82 191.17 299.52 190.78C299.56 190.78 299.61 190.76 299.65 190.75C298.88 190.8 298.1 190.82 297.33 190.87' fill='%23E6EAEE'/%3E%3Cpath d='M302.44 186.66C302.27 186.67 302.1 186.7 301.93 186.72C301.91 186.72 301.89 186.72 301.87 186.72C301.87 186.85 302.01 187.08 303.05 187.81C303.72 188.28 305.48 189.52 302.92 190.35C303.64 190.35 304.21 190.4 304.93 190.52C305.34 189.67 305.87 188.6 306.71 187.06C305.77 186.96 304.84 186.8 303.9 186.71C303.56 186.68 303 186.63 302.44 186.66Z' fill='%23E6EAEE'/%3E%3Cpath d='M311.24 186.94C310.4 187 309.59 187.23 308.74 187.21C308.11 188.36 307.52 189.54 306.87 190.92C307.05 190.89 307.22 190.83 307.8 190.62C311.12 189.41 312.51 189.16 314.98 189C318.193 188.793 319.87 188.65 320.01 188.57C320.01 188.52 320.01 188.45 320.02 188.4C319.16 187.56 314.4 186.77 311.24 186.94Z' fill='%23E6EAEE'/%3E%3Cpath d='M251.25 203.26C249.83 203.64 248.53 204.39 247.06 204.62C246.03 204.7 244.99 204.6 243.97 204.86C243.85 204.887 243.697 205 243.51 205.2C243.18 205.55 242.39 206.04 241.37 206.34C239.85 206.78 238.24 206.76 236.72 207.18C236.553 208.02 235.75 208.76 234.31 209.4L234.1 209.49C233.87 209.53 233.56 209.59 233.33 209.64C233.65 209.75 233.86 209.85 234.27 210.1L238.74 212.97C238.74 212.97 243.91 212.76 245.01 213.01C245.33 210.95 247.56 210.15 248.13 208.26C248.15 208.19 248.18 208.09 248.2 208.01C248.66 206.4 249.02 205.63 250.04 205.02C250.22 204.913 250.62 204.327 251.24 203.26' fill='%23E6EAEE'/%3E%3Cpath d='M347.91 222.12C344.76 224.48 340.82 225.15 339.27 225.33H338.79C332.557 225.703 329.423 225.883 329.39 225.87C329.56 226.4 329.62 227.16 329.54 227.71C329.96 228.11 331.067 228.573 332.86 229.1C332.91 229.38 332.98 229.76 333.03 230.04C332.383 230.64 329.703 231.867 324.99 233.72C319.57 236.44 315.46 235.11 315.42 235.09C315.2 234.977 314.253 234.167 312.58 232.66C311.107 233.053 307.983 233.443 303.21 233.83C303.61 234.22 304.21 234.68 304.7 234.96C304.46 235.79 304.22 236.64 300.9 237.1L300.73 237.12C300.63 237.39 300.5 237.74 300.41 238C306.05 246.87 295.66 249.63 291.22 250.81C285.12 252.43 278.21 254.26 276.64 260.33C276.8 260.53 277.02 260.8 277.18 261C278.87 262.91 278.9 262.94 278.66 263.88C280.433 264.367 281.363 264.78 281.45 265.12L281.57 265.49C284.43 265.41 286.9 262.25 290.04 264.42C290.007 264.733 289.797 265.67 289.41 267.23C299.08 273.66 305.84 262.13 314.63 263.16C314.79 263.39 315 263.7 315.16 263.94C311.97 269.94 318.42 270.49 318.7 270.51C319.967 270.383 321.21 270.443 322.43 270.69C325.1 270.66 327.12 272.91 329.82 272.8C332.46 272.63 332.86 272.61 333.74 272.93C334.073 273.103 334.88 274.44 336.16 276.94C335.89 277.3 335.46 277.77 335.05 277.98C335.33 278.48 335.58 279.21 335.67 279.77C338.39 281.06 344.39 278.23 344.21 282.44C345.64 283.65 348.61 286.16 343.72 290.49C343.77 290.77 343.84 291.15 343.89 291.44C343.61 291.83 343.17 292.32 342.75 292.55C343.64 294.09 343.85 294.46 342.75 296.4C342.93 296.62 343.16 296.92 343.33 297.14C345.59 297.11 345.93 297.11 347.36 297.34H347.51C350.59 296.58 351.13 297.82 352.92 301.92C356.84 302.873 358.19 304.53 356.97 306.89C363.27 307.87 359.12 312.99 359.05 313.04C353.59 316.69 347.16 318.5 341.78 322.3C342.96 323.44 344.5 324.08 345.74 325.15C345.86 325.1 357.64 322.15 356.5 333.39C362.33 330.39 366.1 315.45 372.38 322.14C372.48 322.09 382.28 315.52 382.5 312.73C382.8 309.07 385.267 305.96 389.9 303.4C401.31 297.09 409.09 296.84 414.77 296.66C417.71 296.55 419.75 293.98 422.66 293.79C425.25 289.79 426.96 287.15 429.58 286.24C431.193 282.953 432.69 281 434.07 280.38L437.27 267.4C436.98 266.51 436.51 265.03 439.27 264.86H439.63C440.29 265.05 440.89 265.43 441.59 265.47C442.74 264.78 442.95 264.66 445.13 261.93C448.45 257.8 454.54 257.82 457.75 253.51C459.66 250.94 458.82 248.68 457.55 245.25C457.003 245.037 456.2 244.967 455.14 245.04C453.5 245.09 449.15 245.22 444.32 242.16C444.22 242.093 436.807 241.047 422.08 239.02C419.79 239.27 417.87 240.72 415.61 241.06L414.79 241.04C414.68 240.77 414.54 240.41 414.44 240.14C415.01 239.39 415.65 238.7 416.24 237.97C414.56 236.4 402.79 233.08 401.44 235.98C401.25 236.38 400.76 237.44 398.74 237.14C395.18 238.36 393.14 238.707 392.62 238.18C393.76 236.26 396.06 235.91 397.59 234.53C393.49 230.12 389.3 238.87 384.84 235.23C384.95 230.52 390.49 231.65 392.81 229.21C389.93 226.763 388.383 224.9 388.17 223.62C384.2 223.18 383.08 228.02 379.51 228.31C375.56 228.5 371.62 227.85 367.67 228.17L367.32 228.19C366.673 229.317 364.463 229.873 360.69 229.86C359.33 230.4 358.94 230.48 358.26 230.56C357.21 231.06 356.73 231.27 355.3 231.42L354.99 231.44C349.85 233.32 346.22 230.07 347.2 227.25C347.61 226.07 348.59 225.49 349.11 225.17C349.17 224.9 349.26 224.54 349.33 224.28C348.37 223.87 349.13 222.27 347.91 222.09' fill='%23E6EAEE'/%3E%3Cpath d='M340.33 324.28C339.15 324.493 338.49 324.603 338.35 324.61C337.56 324.87 337.44 324.91 335.16 329.29C334.63 330.3 334.53 331.48 333.96 332.48C333.58 333.15 332.94 333.65 332.64 334.38C332.5 334.74 332.25 335.66 332.51 335.82C332.87 336.05 333.42 335.95 333.62 336.46C333.77 336.84 333.37 337.45 333.23 337.67L333.57 337.71C333.57 337.71 333.66 337.71 333.69 337.7C334.42 337.63 335.79 337.49 338.2 337.94C339.24 338.13 340.21 338.62 341.3 338.58C343.38 337.87 345.55 338.37 347.67 338.12C350.7 337.76 351.53 337.1 354.28 334.92C353.84 333.75 354.01 332.8 354.52 331.24C354.76 330.5 354.85 330.22 354.65 329.98C354.32 329.59 351.69 328.5 350.43 328.06C348.5 327.39 347.66 326.97 346.96 326.35C346.29 326.83 345.91 327.08 345.23 327.2L345.05 327.22C342.83 327.28 342.65 324.06 340.33 324.3' fill='%23E6EAEE'/%3E%3Cpath d='M265.05 416.58H265C264.83 416.6 264.61 416.63 264.44 416.65C263.99 418.53 263.39 421.21 263.28 422.69C265.6 422.41 269.77 422.02 271.53 422.55L271.77 422.59C271.99 422.62 272.33 422.68 272.52 422.56C273.39 422.01 274.9 421.79 275.72 421.67C273.21 421.41 265.74 418.42 265.05 416.56' fill='%23E6EAEE'/%3E%3Cpath d='M301.22 300.34C296.61 302.56 293.37 306.78 288.7 308.91C288.23 312.19 287.13 314.7 287.12 314.71C287.82 315.63 288.42 316.43 284.08 317.7C282.97 321.05 277.52 324.51 277.47 324.53C278.63 328.07 274.66 328.98 273.26 331.21C271.28 334.35 276.12 335.92 275.1 338.86C274.07 341.82 270.5 344.69 270.47 344.71C270.43 348.46 265.83 349.47 265.48 353.03C265.34 354.44 265.33 354.58 265 355.38C267.12 356.75 264.97 358.27 263.59 358.62C263.32 358.69 262.94 358.75 262.66 358.79C262.47 359.8 262.04 362.16 258.31 365.11C258.73 368.11 256.79 370.46 256.06 373.14C257.03 374.54 257.13 374.69 256.4 375.77C257.53 376.74 257.45 377.36 256.05 378.34C256.08 378.4 256.11 378.49 256.14 378.55C259.87 377.85 259.33 380.11 259.15 380.39C258.8 380.92 258.01 381.17 257.54 381.32C257.507 382.787 256.85 383.74 255.57 384.18L255.38 384.23C255.38 384.23 255.71 388.37 253.85 389.17C253.74 390.21 253.64 391.18 251.34 391.62L251.11 391.66C250.59 392.84 250.53 392.95 249.63 393.56C252.64 397.84 243.58 398.26 242.91 402.4C243.9 403.55 243.92 403.57 243.54 404.67C246.393 404.63 247.983 404.777 248.31 405.11C249.79 406.61 247.64 408.46 248.78 409.99C248.99 410.27 249.58 410.12 249.93 410.07C257.52 409.05 259.03 409.54 260.13 409.89C260.42 409.98 260.79 410.15 261.06 410.28C261.78 410.23 262.1 410.21 263.31 410.37C258.49 406.31 263.88 401.1 267.61 400.59H268C270.97 399.98 271.29 396.59 273.58 395.27C275.78 394.01 278.31 393.42 280.42 391.95C280.57 391.85 280.75 391.69 280.89 391.58C281.77 390.85 281.77 389.66 282.34 388.77C270.01 388.04 274.97 383.12 275.57 382.56C278.52 379.84 283.09 379.19 284.81 378.94C284.83 378.88 286.9 372.61 291.02 371.54C289.59 370.13 291.88 369.4 292.36 369.27C287.39 367.63 291.66 362.39 291.75 362.35C294.7 360.99 297.32 363.05 300.14 363.13C302.58 363 304.14 362.51 304.77 361.65C304.33 359.86 304.49 359.22 306.5 358.16L306.84 358C304.45 355.44 307.87 354.28 308.99 354.29C329.31 354.5 333.97 349.04 336.76 345.78C335.8 344.78 333.96 345.78 333.24 344.23C332.64 342.94 333.99 341.9 334.71 341.34C332.64 340.33 330 341.44 328.16 339.59C328.15 339.58 327.23 338.3 330.53 337.15C329.05 335.18 333.13 325.81 338.35 322.55C341.97 320.28 345.22 317.45 348.98 315.4C351.6 313.97 354.78 314.01 357.26 312.24C358.16 311.6 357.77 308.71 357.76 308.68C357.4 308.58 356.89 308.54 356.52 308.55C356 310.24 354.69 313.12 351.82 313.4C350.54 313.8 349.4 314.56 348.05 314.76H347.77C345.92 315.08 335.4 316.43 333.38 314.73C333.42 314.5 333.92 312.33 339.53 308.62C332.31 304.09 322.62 306.02 316.09 299.68C315.43 299.68 313.537 300.413 310.41 301.88C308.1 302.97 306.34 300.86 304.22 300.83C302.79 300.81 302.4 300.8 301.4 300.43L301.21 300.33' fill='%23E6EAEE'/%3E%3Cpath d='M297.02 368.76C296.54 369.01 296.08 369.3 295.58 369.51C295.74 369.62 295.84 369.72 295.95 369.89C295.97 369.92 296 369.96 296.02 369.98C296.64 369.87 297.85 369.15 297.52 368.93C297.39 368.84 297.07 368.74 297.02 368.75' fill='%23E6EAEE'/%3E%3Cpath d='M241.56 415.36C241.33 415.46 240.78 415.72 240.67 415.96C240.67 415.96 240.67 415.98 240.67 415.99C241.06 415.74 241.34 415.6 241.69 415.44L241.57 415.36' fill='%23E6EAEE'/%3E%3Cpath d='M249.96 416.47C248.2 417.33 245.99 417.53 245.14 416.91C244.34 417.22 244.48 418.16 243.95 418.65C244.65 418.25 245.84 417.85 247.51 418.24C249.79 418.45 250.03 417.09 249.97 416.71L249.95 416.46' fill='%23E6EAEE'/%3E%3Cpath d='M247 370.83C246.55 370.88 246.43 370.89 245.87 371.84C245.38 372.66 244.65 374.46 244.52 375C245.307 374.947 245.76 374.82 245.88 374.62C246.57 373.45 246.6 372.09 247.01 370.84' fill='%23E6EAEE'/%3E%3Cpath d='M238.69 413.21C238.47 413.303 238.353 413.39 238.34 413.47C238.3 413.66 238.4 413.82 238.52 413.96C238.75 413.92 239.07 413.78 240.01 413.19C239.78 413.21 239.31 413.24 238.78 413.21C238.75 413.21 238.72 413.21 238.69 413.21Z' fill='%23E6EAEE'/%3E%3Cpath d='M238.13 418.87C238.26 419.04 238.92 419.72 239.35 419.69C240.94 419.45 241.75 419.33 242.96 419.76L243 419.79L243.17 419.38C243.28 419.25 243.42 419.09 243.53 418.96C242.55 419.51 242.3 419.47 238.13 418.86' fill='%23E6EAEE'/%3E%3Cpath d='M235.75 395.66C235.27 395.72 234.35 396.1 233.79 396.42C234.19 396.69 234.35 396.93 234.57 397.29C235.46 397.01 235.67 396.79 235.78 396.68C235.98 396.48 236.34 396.17 236.94 395.88C236.63 395.85 236.34 395.8 235.82 395.66C235.8 395.66 235.78 395.64 235.76 395.64' fill='%23E6EAEE'/%3E%3Cpath d='M259.05 413.24C258.42 414.32 257.48 414.68 254.97 415.66C255 415.74 255.02 415.77 255.33 415.98C255.58 416.05 255.67 416.07 256.45 415.84C257.49 415.53 258.58 415.28 259.51 415.61C260.69 416.02 260.76 416.91 259.66 417.51C258.82 417.97 257.88 418.06 256.99 418.35C259.26 421.42 254.37 421.35 254.31 421.34C253.92 421.27 253.71 421.12 253.62 421.05L252.98 421.53C251.75 421.61 251.38 421.63 249.97 420.82C250.05 421.19 249.84 421.52 249.34 421.81C250.34 421.87 251.28 422.02 251.7 423.08C252.15 422.45 252.67 422.13 253.54 421.95L253.87 421.9C254.75 421.84 255.59 421.96 255.75 423.16C255.89 424.27 256.21 424.54 257.02 424.74C257.3 424.03 258.87 422.93 260.74 423.46C260.65 422.06 261.14 419.56 262.7 413.57C260.94 413.68 259.89 413.66 259.05 413.25' fill='%23E6EAEE'/%3E%3Cpath d='M287.7 288.78C286.113 290.567 284.9 293.267 284.06 296.88C283.63 298.72 283.19 300.63 279.67 305.18C279.94 305.49 280.21 306 280.3 306.4C275.58 311.41 276.55 319.86 269.84 323.67C269.993 325.343 269.213 328.997 267.5 334.63C267.173 335.703 266.303 337.483 264.89 339.97C264.82 340.09 256.69 352.59 253.09 353.08C252.24 355.86 254.49 358.85 252.53 361.56C249.87 365.3 248.69 367.62 248.99 368.52C251.557 368.007 253.007 367.92 253.34 368.26C253.33 368.45 253.31 368.7 253.29 368.89C255.99 369.79 253.68 371.19 253.58 371.25C253.37 371.38 253.06 371.5 252.84 371.61C252.913 372.75 252.737 373.55 252.31 374.01C251.657 374.557 251.167 375.02 250.84 375.4C250.96 376.93 249.14 377.91 249.68 379.56C249.24 380.25 249.37 381.22 248.6 381.75C248.413 383.377 247.453 384.363 245.72 384.71C247.18 386.83 244.22 387.72 242.64 387.29C242.03 387.12 241.46 386.79 241 386.52C240.44 386.15 240.1 385.93 238.27 386.58C238.4 386.74 238.57 386.96 238.7 387.12C238.56 387.94 238.55 388.04 237.31 388.51C237.65 388.72 238.1 389 238.42 389.23C242.82 388.29 242.16 390.81 242.15 390.83C241.73 392.09 240.25 391.88 239.53 392.74C241.06 393.52 242.75 392.08 244.26 393.06C245.03 393.56 244.88 394.81 243.66 395.41C243.093 395.69 242.013 395.51 240.42 394.87C240.07 395.08 239.61 395.35 239.25 395.54C240.86 396.38 240.18 397.91 238.52 398.52C238.18 398.64 237.71 398.74 237.36 398.81C236.19 399.55 235.1 400.41 233.86 401.03C233.96 401.04 234.1 401.06 234.2 401.07L234.86 401.05L235.19 401.29C237.77 397.19 240.73 399.49 240.69 400.21C240.66 400.73 239.95 401.37 239.61 401.68C237.95 403.47 237.29 406.13 234.78 407.17L234.69 407.51C237.97 407.15 241.69 407.08 240.8 408.83C240.54 409.34 239.78 409.66 239.49 409.78C243.24 409.35 246.48 408.98 245.19 411.34C245.1 411.5 244.89 411.66 244.77 411.79L244.66 411.87C249.17 411.59 249.75 412.19 250.37 412.83C250.35 413.02 250.32 413.28 250.3 413.47C250.7 413.63 251.24 413.83 251.65 413.96C252.64 413.4 256.2 411.84 258.33 412.02C258.43 411.88 258.56 411.69 258.66 411.55C257.97 411.14 257.11 410.63 248.87 411.79C247.44 411.85 247.13 411.67 246.32 410.81C245.23 410.19 244.2 409.61 245.76 406.21C243.133 406.23 241.56 406.063 241.04 405.71C240.97 405.32 241.02 404.77 241.16 404.4C238.69 399.55 245.64 397.19 245.71 397.18C246.25 396.03 246.41 395.77 247.66 395.04C245.98 392.55 250.21 390.25 251.24 390.04C251.37 388.81 251.4 388.52 252.73 387.87C251.77 383.88 253.94 383.1 254.98 382.72C254.47 382.25 253.84 381.94 253.34 381.46C253.48 380.58 253.49 380.55 254.59 380.1C252.97 379.19 253.01 378.24 254.72 377.27C254.42 377 254.05 376.61 253.81 376.29C253.9 375.89 254.11 375.38 254.35 375.05C251.99 372.57 255.97 369.99 256.01 369.96C256.977 365.24 257.61 362.593 257.91 362.02L262.69 357.24C262.89 357.18 263.15 357.1 263.35 357.05C263.11 356.73 262.75 356.32 262.47 356.03C263.217 351.617 264.883 348.883 267.47 347.83C267.65 347.75 267.89 347.65 268.07 347.57C268.11 346.62 267.81 345.66 268.05 344.71C268.72 341.99 274.15 340.98 272.12 337.77C272.01 337.6 271.87 337.33 271.87 337.13C271.87 336.9 271.94 336.59 271.96 336.36C272.13 334.18 269.58 330.98 272.45 329.82C273.2 328.54 274.66 327.96 275.48 326.76C274.42 321.4 284.97 315.84 285.08 315.79C284.33 314.8 284.47 314.36 285.72 313.72C285.81 309.17 285.81 308.7 287.9 307.67C291.373 305.963 293.303 304.717 293.69 303.93C292.35 303.93 291.493 303.79 291.12 303.51C290.9 301.78 290.18 300.14 290.24 298.36C288.393 297.207 288.283 295.443 289.91 293.07C288.7 291.88 289.27 289.76 287.69 288.76' fill='%23E6EAEE'/%3E%3Cpath d='M335.01 290.67C324.59 291.25 322.46 293.4 322.12 294.63C321.41 297.19 320.38 298.83 319.06 299.51C319.78 300.08 321.67 301.48 323.7 302.17C325 302.61 326.05 303.67 327.5 303.74C330.31 303.88 331.72 303.95 333.24 304.97C335.96 306.79 339.61 305.51 342.24 307.64C342.32 307.71 342.71 308.07 342.19 308.67C342.15 308.71 342.1 308.77 342.06 308.81C341.13 309.7 339.96 310.26 338.94 311.03C337.95 311.77 337.72 313.09 336.79 313.87C343.23 313.77 343.96 313.98 344.4 314.11C345.67 314.26 346.7 313.39 347.91 313.29C348.35 313.31 351.87 312.34 352.7 311.34C353.65 310.19 356.19 303.35 356.19 303.31C354.64 303.18 353.35 304.94 351.68 303.93C349.68 302.72 350.37 299.86 348.42 298.61C348.31 298.64 338.46 300.21 340.39 296.41C340.97 295.277 341.083 294.407 340.73 293.8C340.23 292.94 339.84 292.27 341.4 291.54L341.37 291.5C339.73 291.64 338.33 290.57 336.72 290.58L335.01 290.66' fill='%23E6EAEE'/%3E%3Cpath d='M238.78 214.21C238.45 214.75 237.92 215.03 237.63 215.16C237.32 215.29 237.28 215.57 237.28 215.58C237.22 216.33 238.6 216.32 238.61 216.32C238.65 216.32 238.71 216.27 238.74 216.25C239.28 215.91 240.03 215.72 240.76 215.74C241.63 215.77 241.92 216.21 242.06 216.42C242.09 216.46 242.12 216.51 242.15 216.55C243.89 216.53 245.98 217.27 245.41 218.53C245.23 218.92 245.2 219.16 246.64 219.06L246.94 219.04C246.94 219.04 247.47 218.56 247.46 218.37C247.45 218.26 247.45 217.66 248.47 216.69C248.12 216.42 247.05 215.61 245.84 214.38C245.12 214.44 244.22 214.5 243.7 214.29C243.56 214.23 238.83 214.23 238.79 214.23' fill='%23E6EAEE'/%3E%3Cpath d='M264.2 215.83C262.95 215.95 261.47 216.47 259.39 217.51C254.43 219.99 249.89 217.62 249.84 217.6C249.6 218.05 249.52 218.57 249.18 218.97C250.2 219.33 251.31 219.24 252.33 219.57C253.02 219.79 253.55 220.35 254.25 220.55C254.41 220.6 254.62 220.61 254.83 220.62C255.69 220.67 256.2 220.8 256.62 221.37C256.99 221.56 258.15 220.87 258.17 220.86C257.7 220.56 256.71 219.93 257.64 219.19C257.72 219.12 257.89 218.99 258.24 218.83L263.56 216.54C267.47 215.67 269.7 216.84 268.97 218.02C268.7 218.45 268.18 218.78 267.89 218.95C267.89 219.18 267.99 219.43 269.19 220.22C270.76 219.36 271.45 218.99 271.95 218.78C271.95 218.74 271.94 218.68 271.93 218.64C271.44 218.31 271.13 217.98 270.49 217.24C269.05 215.62 264.24 215.84 264.2 215.84' fill='%23E6EAEE'/%3E%3Cpath d='M297.76 245.86C296.91 246.77 295.71 247.19 294.77 247.97C295.25 248.18 295.77 248.29 296.25 248.49C296.81 247.83 297.42 246.78 297.76 245.87' fill='%23E6EAEE'/%3E%3Cpath d='M302.26 206.14C299.33 206.83 296.72 208.37 293.89 209.31C293.04 209.59 292.29 209.69 291.38 209.8C291.1 209.83 290.81 209.87 290.53 209.91C289.78 210.02 289.32 210.77 288.54 210.82C287.8 210.87 287.15 210.27 286.38 210.52C285.28 210.87 283.63 211.75 283.38 212.19C283.12 213.457 278.823 216.39 270.49 220.99C271.42 221.54 271.99 221.99 271.49 223.19C271.49 223.6 271.68 224 271.62 224.42C271.45 225.5 270.2 225.95 270.08 227.06C269.96 228.09 271.32 228.98 270.39 230.08C270.05 230.48 267.61 232.62 266.76 233.15C266.58 233.26 266.34 233.4 266.15 233.49C265.09 234 263.84 233.82 262.8 234.41C261.98 234.88 261.54 235.83 260.6 236.13C260.55 236.2 260.48 236.29 260.43 236.35C261.4 236.76 269.28 238.59 269.31 238.58C270.97 237.78 271.88 238.24 273.7 239.57C276.4 239.123 278.22 239.7 279.16 241.3C281.35 241.71 282.93 242 282.57 243.45C283.59 244 283.79 244.12 283.88 244.76C284.58 245.15 287.22 244.68 287.6 244.54C287.68 244.51 296.45 242.54 297.88 245.28C299.64 242.693 300.003 240.89 298.97 239.87C296.11 237.04 300.01 236.12 301.88 235.67C299.91 235.51 299.8 234.04 300.5 233.36C301.15 232.73 302.76 232.48 307.39 232.29C310.15 232.18 312.58 231.4 312.82 231.12C311.5 229.92 310.95 229.43 313.37 227.96C311.18 225.42 310.53 224.65 314.43 221.31C312.23 221.28 310.08 221.89 307.87 221.8C305.82 221.72 304.31 219.93 302.22 219.97C299.95 220.02 297.76 220.84 295.46 220.62C295.24 220.6 294.94 220.56 294.73 220.52C292.29 220 293.38 217.84 293.84 216.92C293.88 216.84 293.93 216.74 293.97 216.66C293.51 216.21 292.37 216.19 292.59 215.31C290.03 215.19 289.43 215.16 290.69 214.07C291.977 212.97 292.683 212.23 292.81 211.85C293.49 210.25 299.45 207.16 302.83 206.36C302.73 206.3 302.59 206.23 302.47 206.19L302.27 206.16' fill='%23E6EAEE'/%3E%3Cpath d='M312.55 264.51C309.49 264.957 306.65 265.66 304.03 266.62C299.483 268.273 296.633 269.11 295.48 269.13C295.86 270.24 297.08 270.95 297 272.29C296.98 272.57 296.72 273.14 295.18 273.84C294.95 274.1 294.76 274.31 294.72 276.93C294.7 277.537 294.147 278.357 293.06 279.39C293.23 280.87 291.77 281.34 291.22 282.37C294.84 283.86 290.45 286.01 289.02 286.64C288.99 286.72 288.96 286.83 288.94 286.91C289.5 287.52 290.36 287.76 290.85 288.45C291.45 289.31 290.5 289.98 290.57 290.77C290.69 291.98 292.28 291.31 292.73 292.2C292.77 292.28 292.84 292.39 292.86 292.48C292.94 292.98 290.47 295.73 290.45 295.75C290.79 296.6 291.77 296.61 292.34 297.17C292.99 297.8 292.37 298.72 292.83 299.39C292.89 299.47 293.02 299.53 293.1 299.59C293.91 300.2 293.69 301.36 293.56 302.05C293.55 302.15 293.53 302.29 293.52 302.39C296.06 301.53 298.18 299.75 300.78 299.01C301.92 298.68 302.95 299.33 304.05 299.37C307.8 299.45 308.11 299.46 309.81 300.34C311.177 299.007 313.95 298.307 318.13 298.24C319.06 296.89 319.12 295.15 320.13 293.84C320.61 293.22 321.85 292.33 323.3 291.58C325.67 290.34 329.71 289.55 335.32 289.24C338.06 289.11 338.56 289.09 340.26 289.75C340.973 290.023 341.463 290.087 341.73 289.94C342.49 289.51 344.95 285.62 343.63 284.56C343.05 284.093 342.427 283.11 341.76 281.61C339.22 281.15 336.59 282.45 334.09 281.2C333.54 280.93 332.06 278.09 333.16 277.3C333.29 277.21 333.49 277.12 333.63 277.04C332.9 276.24 333.43 274.82 332.25 274.24C332.037 274.133 331.633 274.093 331.04 274.12C327.95 274.32 326.68 274.4 326.63 273.19C325.21 272.57 323.05 274.07 322.19 272.1C321.32 272.14 320.5 271.8 319.63 271.8C313.77 272.44 310.45 269.03 312.54 264.51' fill='%23E6EAEE'/%3E%3Cpath d='M275.63 240.59C275.46 240.6 275.24 240.62 275.07 240.64C275.57 241.45 273.56 246.24 261.23 249.02C257.22 249.9 254.4 257.99 250.32 254.06L250.15 253.95C245.83 254.67 246.35 252.63 246.36 252.6C246.5 252.33 247.01 252 247.2 251.87C247.31 251.81 247.46 251.73 247.57 251.66C247.54 251.59 247.49 251.49 247.46 251.41C243.41 252.84 244.21 254.46 244.85 255.77C245.19 256.46 245.54 257.18 244.15 257.75C245.55 259.52 248.19 259.21 249.57 261C251.517 263.52 252.633 265.183 252.92 265.99C253.34 267.18 253.89 268.28 254.1 268.7C254.18 268.86 254.29 269.07 254.37 269.23C255.27 270.93 256.82 273.007 259.02 275.46C260.5 277.11 260.26 278.01 259.8 278.47C259.16 279.12 259.95 279.79 259.95 279.8C260.52 280.25 264.16 281.89 264.19 281.9C268.35 283.5 272.79 284.15 276.96 285.69C278.83 286.38 280.29 287.82 282.17 288.5C282.92 288.77 283.61 288.97 284.11 289.11L284.44 289.22L284.6 289.27C284.79 289.18 285.05 289.04 285.2 288.89C286.06 288.08 286.27 286.83 287.17 286.04C288.13 285.2 289.46 284.91 290.29 283.89C288.04 283.14 288.63 282.53 290.6 280.52C290.507 280.153 291.083 279.213 292.33 277.7C292.4 274.38 292.57 273.65 293.43 273.12C293.81 272.94 294.2 272.76 294.57 272.55L292.64 269.06C292.19 268.79 289.44 269.24 289.22 269.3L288.78 269.39C286.53 269.52 286.8 268.1 287.47 265.91C286.46 266.58 279.61 268.23 279.09 265.62V265.55C277.85 265.62 277.02 265.47 276.6 265.11C276.54 265.05 276.45 264.98 276.41 264.9C275.97 263.98 275.88 262.9 275.18 262.1C273.95 260.74 273.6 259.93 274.95 259C274.98 258.23 275.02 257.37 277.95 256.37L278.19 256.31H278.21C278.13 254.79 281.53 252.23 281.56 252.22C285.05 250.43 288.97 250.05 292.65 248.9C291.89 248.07 292.42 247.74 295.32 245.87C293.65 243.95 291.65 245.85 289.86 245.4C287.05 245.23 282.31 248.83 281.43 244.94C280.12 244.15 280.07 244.12 280.3 243.47C280.22 243.32 280.08 243.13 279.94 243.03C279.08 242.43 277.89 243 277.08 242.22C276.61 241.77 276.77 240.96 276.16 240.58C276.02 240.49 275.77 240.58 275.61 240.59' fill='%23E6EAEE'/%3E%3Cpath d='M310 206.55C309.94 206.91 309.89 207.23 309.57 207.54C307.71 209.33 305.07 208.74 302.95 209.74C302.51 209.95 302.33 210.1 302.89 211.24C303.35 212.18 303.92 213.35 301.93 214.37C300.08 215.32 297.18 214.68 296.37 213.51C295.8 212.69 295.86 212.64 299.15 209.92C299.19 209.44 299.09 209.38 298.8 209.2C296.473 210.507 295.243 211.263 295.11 211.47C294.57 212.88 294.48 213.14 293.46 213.81C293.38 213.86 293.28 213.93 293.21 213.98C294.87 214.08 294.75 214.7 294.7 214.97C296.16 215.71 296.46 215.87 296.12 216.7C295.58 217.77 294.96 218.99 296.03 219.26C296.15 219.29 296.31 219.3 296.43 219.31C298.83 219.49 301.11 218.48 303.51 218.68C305.95 218.88 308 220.71 310.56 220.38C312.63 220.11 316.47 219.61 316.81 220.51C317.04 221.12 316.7 221.39 315.9 222.06C315.38 222.5 314.13 223.91 313.78 225.29C313.46 226.57 315.32 226.43 315.62 227.41C316 228.64 314.09 228.55 314 229.61C314.94 230.18 315.46 230.49 314.86 231.64C314.92 232.39 316.67 233.74 316.69 233.75C317.22 234.01 317.49 234.15 317.87 234.29C319.66 233.63 321.66 233.85 323.4 232.98C324.37 232.48 324.91 232.31 326.18 232.14C327.23 231.98 327.7 230.95 328.58 230.54C328.167 230.033 328 229.587 328.08 229.2C327.89 228.94 327.57 228.81 327.39 228.54C327.02 228 327.61 227.4 327.28 226.86C326.91 226.25 325.26 226.52 325.69 225.7C326.53 224.13 330.49 224.58 330.53 224.59C332.757 225.063 337.533 224.37 344.86 222.51C344.97 222.43 345.11 222.32 345.21 222.24C343.437 220.633 342.877 219.593 343.53 219.12C343.63 219.05 343.76 218.95 343.85 218.88C343.99 217.3 345.57 216.99 347.96 216.7H348C346.887 216.027 347.697 214.933 350.43 213.42C348.56 212.6 346.63 214.63 344.78 213.28C344.613 213.16 345.257 212.303 346.71 210.71C346.29 210.49 345.99 210.33 342.48 210.22C337.37 210.07 340.17 208.21 340.2 208.19C339.073 208.223 335.627 209.01 329.86 210.55C327.23 211.25 324.93 209.51 322.39 209.51C318.897 210.057 316.81 210.257 316.13 210.11C314.75 209.81 315.17 207.54 313.46 207.63C312.193 207.73 311.037 207.363 309.99 206.53' fill='%23E6EAEE'/%3E%3Cpath d='M365.78 218.6C365.53 218.62 365.22 218.67 364.54 218.98C363.73 219.32 363.68 219.99 363.7 220.03C363.76 220.17 363.96 220.59 363.47 221.1C362.81 221.78 361.17 222.16 360.44 222.21C360.38 222.21 360.3 222.23 360.26 222.27C359.69 222.79 359.51 223.58 358.95 224.1C359.86 224.69 360.92 225.03 361.71 225.8C362.59 226.65 363.03 227.81 363.77 228.76C364.38 228.8 364.41 228.8 364.63 228.8C364.76 228.8 364.79 228.8 364.95 228.47C365.42 227.54 365.94 227.05 367.48 226.92C368.1 226.9 368.21 226.9 368.69 226.85C369.62 226.75 370.55 226.57 371.49 226.53C371.97 226.51 372.44 226.7 372.92 226.64C373.02 226.63 373.12 226.62 373.51 226.25C373.79 225.99 373.96 224.91 373.96 224.52C373.96 223.81 373.56 223.17 373.55 222.46C373.53 221.59 374.07 220.85 374.27 220.57C374.76 219.88 375.6 219.56 376.11 218.89C374.91 218.7 374.27 218.64 373.55 218.67C372.15 218.78 370.78 219.11 369.38 219.27C367.38 219.5 366.7 219.15 366.33 218.83C366.22 218.73 366.06 218.59 365.76 218.61' fill='%23E6EAEE'/%3E%3Cpath d='M352.75 213.62C351.73 214.38 350.48 214.69 349.45 215.43C350.13 216.21 350.31 216.763 349.99 217.09C349.58 217.51 348.96 217.72 348.84 217.75C348.02 218 347.16 217.98 346.34 218.21C346.21 218.25 346.15 218.29 346.15 218.5C346.15 218.93 345.93 219.26 345.3 219.7C345.33 219.78 345.41 219.87 345.48 219.91C345.8 220.13 346.29 220.52 346.92 221.08C347.33 220.94 347.68 220.85 348.25 220.81C348.74 220.81 349.66 220.81 350.04 221.21C350.54 221.72 350.13 222.38 350.31 222.94C352.45 223.49 351.93 225.21 350.45 226.05C348.67 227.06 348.72 229.82 351.88 230.65C352.32 230.77 352.94 230.86 353.37 230.62C353.5 230.55 353.71 230.43 354.04 230.34C354.08 230.33 354.14 230.31 354.18 230.3C354.86 230.13 355.57 230.19 356.25 230.02C356.93 229.86 357.47 229.32 358.19 229.27C359.15 229.22 359.97 228.63 360.93 228.56C360.34 227.78 360.04 226.79 359.16 226.23C357.387 225.103 356.507 224.46 356.52 224.3C356.55 223.82 358.59 221.6 358.61 221.58C359.46 220.95 360.58 221.14 361.48 220.65C361.41 219.85 361.4 219.79 362.04 218.98C361.51 218.72 361.23 218.5 360.2 217.7C359.31 217 358.07 217.39 357.16 216.72C356.8 216.46 356.46 215.97 356.88 215.17C355.73 214.38 354.22 214.53 353.06 213.76L352.75 213.59' fill='%23E6EAEE'/%3E%3Cpath d='M378.13 219.24C377.61 219.89 376.78 220.21 376.3 220.91C375.79 221.65 375.8 222.17 375.9 222.47C376.89 225.59 375.6 226.6 374.47 227.49C376 227.8 377.43 227.14 378.92 227.07C379.94 227.023 380.583 226.833 380.85 226.5C381.27 225.98 382.25 224.77 386.5 222.3C385.03 221.55 383.73 220.49 382.16 219.91C380.86 219.43 379.47 219.48 378.14 219.23' fill='%23E6EAEE'/%3E%3Cpath d='M266.94 181.54C266.38 181.58 266.03 181.62 265.56 181.69C266.61 181.98 267.28 183.05 268.44 183.11C271.16 183.24 273.91 182.6 276.61 183.4C277.81 183.75 278.83 184.54 280.04 184.86C281.22 185.17 282.5 184.92 283.63 185.51C283.87 185.64 284.33 186.03 283.31 186.92C285.31 187.04 291.91 186.58 295.28 186.07C294.15 185.51 292.72 185.16 291.73 184.96C289.72 184.56 287.64 184.74 285.63 184.33C282.34 183.65 279.1 182.77 275.79 182.2C275.55 182.16 275.22 182.1 274.98 182.06C270.23 181.3 267.85 181.48 266.95 181.54' fill='%23E6EAEE'/%3E%3Cpath d='M259.94 182.89C258.9 183.21 257.35 183.71 255.85 184.43C256.83 184.14 257.9 183.74 259.94 182.89Z' fill='%23E6EAEE'/%3E%3Cpath d='M279.86 192.39C281.63 192.61 282.81 192.58 283.54 192.54C281.86 192.35 280.35 192.38 279.86 192.39Z' fill='%23E6EAEE'/%3E%3Cpath d='M329.6 188.76C329.07 188.79 328.46 188.85 327.86 188.98C328.86 189.73 331.62 189.14 332.6 188.85C331.52 188.68 330.26 188.72 329.61 188.76' fill='%23E6EAEE'/%3E%3Cpath d='M319.84 405.13C317.87 405.3 315.65 406.43 314.79 406.9C316.96 406.53 319.29 405.72 320.29 405.16L319.84 405.13Z' fill='%23E6EAEE'/%3E%3Cpath d='M311.64 404.63C309.56 405.14 307.08 406.59 306.75 407.08C308.2 407.17 310.67 405.56 311.64 404.63Z' fill='%23E6EAEE'/%3E%3Cpath d='M202.28 245.04C201.83 245.36 201.36 245.7 201.37 246.15C201.38 246.45 201.69 246.85 202.35 246.99C202.75 246.32 202.64 245.38 202.28 245.04Z' fill='%23E6EAEE'/%3E%3Cpath d='M259.45 237.77C258.31 238.46 256.71 238.75 255.57 238.87C255.09 238.92 254.94 238.94 254.6 239.99C254.5 240.3 254.43 240.5 254.23 240.72C254.2 240.75 254.16 240.8 254.13 240.83C254.07 240.9 253.97 240.97 253.9 241.03C253.33 241.49 252.59 241.65 252 242.08C251.39 242.53 251.18 243.36 250.48 243.73C249.133 244.443 248.547 244.94 248.72 245.22C249.19 245.98 248.33 246.8 247.92 247.19C249.03 247.6 249.23 247.67 249.78 247.97C249.83 248 249.89 248.03 249.93 248.05C251.87 247.35 252.46 248.36 252.12 249.13C252.01 249.37 251.52 250.21 249.79 250.83C250.16 251.69 249.43 252.14 248.73 252.59L248.97 252.73L249.27 252.8C250.69 252.58 251.937 252.853 253.01 253.62C253.35 253.54 254.01 252.79 254.65 252.06C256.86 249.54 258.01 248.55 260.09 247.98C263.78 247.15 269.37 245.9 271.46 242.89C271.87 242.3 272.32 242.04 273.06 241.73C272.81 241.23 270.32 239.6 270.3 239.58C268.81 240.13 267.16 240.06 266.49 239.95C266.16 239.9 266.02 239.86 265.97 239.84C265.24 239.61 264.7 239.01 263.95 238.82C262.85 238.54 261.69 238.52 260.6 238.18C260.13 238.03 259.71 237.87 259.46 237.78' fill='%23E6EAEE'/%3E%3Cpath d='M526.77 0C520.05 0.24 513.34 0.74 506.63 1.11C505.94 1.13 505.01 1.19 504.32 1.26C504.16 1.52 495.183 2.21333 477.39 3.34C478.06 3.48 478.94 3.74 479.55 4.04C478.91 4.45333 476.997 4.78667 473.81 5.04C476.01 5.8 478.35 5.98 480.54 6.78C480.49 7.09 480.41 7.5 480.36 7.81C473.89 8.22 467.77 5.27 461.28 5.84C462.28 6.23 463.32 6.53 464.32 6.92C464.13 7.19 463.87 7.54 463.68 7.81C462.7 7.94333 461.29 7.97667 459.45 7.91L459.04 8.01C457.2 7.9 455.52 7.09 453.7 6.88C453.54 8.47 453.25 9.4 449.2 10.03C449.24 9.38 449.46 8.51 449.74 7.91C449.56 7.65 449.31 7.31 449.13 7.06C445.67 6.84 442.35 7.89 438.94 8.12C437.13 8.22 436.48 8.27 434.96 8.54C435.26 8.65 435.67 8.81 435.97 8.92C432.9 11.83 429.3 9.4 426 9.9C426.26 11.5267 423.71 12.37 418.35 12.43C413.73 13.04 404.93 15.29 402.06 16.34C402.79 16.36 403.77 16.35 404.5 16.32C408.4 16.08 408.46 16.09 409.84 16.34C409.77 16.67 409.69 17.1 409.62 17.42C400.67 23.17 390.05 21.13 380.42 23.68C380.62 23.93 380.9 24.26 381.1 24.51C392.9 24.29 399.27 24.3733 400.21 24.76C400.14 25.06 400.05 25.47 399.98 25.78C399.113 26.1 393.553 26.69 383.3 27.55C385.13 27.68 386.98 27.44 388.8 27.84C388.45 28.33 387.8 28.86 387.25 29.12C392.86 30.16 398.37 28.57 403.94 28.5C414.2 27.19 423.65 29.62 423.72 29.65C423.7 29.97 423.67 30.4 423.65 30.72C427.65 32.78 429.567 34.08 429.4 34.62C429.91 35.02 430.63 35.5 431.18 35.84C431.08 36.14 430.94 36.55 430.84 36.85C431.35 37.17 431.91 37.82 432.15 38.37C430.67 39.19 429.59 40.0833 428.91 41.05C431.55 43.03 433.77 40.31 436.24 40.38C436.47 40.98 436.87 41.74 437.22 42.28C441.12 42.72 441.94 42.81 443.53 43.93C443.35 44.21 443.12 44.58 442.94 44.85C439.57 45.56 436.27 44.3 432.91 44.49C435.31 45.5 438.57 45.66 439.2 45.68C441.73 45.44 442.22 45.94 443.11 46.84C441.04 50.71 440.74 50.71 435.74 50.79C433.24 51.07 433.19 51.08 428.88 54.48C429.02 54.56 430.05 54.93 431.97 55.59C431.537 56.21 430.613 56.7333 429.2 57.16C429.15 57.47 429.08 57.88 429.03 58.19C431.523 59.41 432.837 60.09 432.97 60.23C432.65 61.05 432.16 61.82 432.01 62.7L432.06 62.78L432.31 62.75C432.63 62.75 433.05 62.75 433.37 62.76C434.057 64.3 435.33 65.3767 437.19 65.99C437.03 70.15 443.97 71.85 444.04 71.86C445.293 71.7067 446.653 71.8167 448.12 72.19C451.69 71.98 454.72 74.98 458.43 73.93C458.49 73.91 464.81 70.9 464.72 67.49C464.44 67.35 464.08 67.16 463.8 67.02C464.56 65.88 464.74 65.61 467.57 65.56C467.61 65.5467 469.09 64.6567 472.01 62.89C471.99 62.58 471.96 62.16 471.94 61.85C472.4 61.37 473.21 60.92 473.85 60.73C473.42 60.27 472.94 59.58 472.66 59.02C473.573 58.56 474.87 58.4867 476.55 58.8C476.59 58.49 476.64 58.08 476.68 57.77C478.8 56.96 481.09 57.06 483.25 56.46C483.39 56.2 491.273 54.0533 506.9 50.02C507.513 48.9067 510.567 48.2333 516.06 48C520.667 47.8 529.753 46.16 543.32 43.08C538.673 42.7467 534.513 42.6433 530.84 42.77C530.78 42.45 530.7 42.03 530.64 41.72C531.9 41.06 532.38 40.82 534.11 40.64C534 40.34 533.85 39.94 533.74 39.64C537.66 34.77 542.46 41.37 546.94 40.87C547.33 40.36 547.71 39.58 547.88 38.97C545.38 37.44 542.46 37.06 539.81 35.91C539.81 35.6 539.81 35.19 539.81 34.88C542.57 34.26 545.72 37.25 548.19 34.15C544.4 33.04 540.57 35.73 536.78 34.03C536.92 33.73 537.11 33.32 537.25 33.02C538.023 32.8067 539.003 32.6367 540.19 32.51C540.22 32.19 540.25 31.77 540.27 31.45C542.95 30.72 545.44 31.97 548.03 32.18C549.89 31.96 551.77 31.93 553.62 31.64C552.37 30.77 550.85 30.61 549.49 30.04C550.54 29 550.61 28.94 557.56 29.01C558.02 29 558.64 28.98 559.07 28.84C553.24 28.37 552.94 27.82 552.33 26.74C554.6 25.37 557.24 26.26 559.62 25.56C559.62 25.22 559.64 24.77 559.65 24.44C556.62 22.26 552.93 23.2 549.63 22.31C549.68 22 549.74 21.58 549.79 21.27C552.14 20.92 563.44 20.76 563.54 20.76H563.8C563.58 20.52 563.28 20.21 563.06 19.98C559.273 20.02 556.987 19.8933 556.2 19.6C556.24 19.29 556.3 18.87 556.35 18.56C557.21 18.3533 558.247 18.27 559.46 18.31C556.54 17.77 553.76 19.35 550.84 18.85C552.19 16.77 560.17 13.55 560.25 13.52C560.35 13.21 560.48 12.8 560.58 12.5C562.13 11.83 562.78 11.55 566.66 11.4C566.21 11.22 565.58 11.01 565.1 10.98C560.753 11.4933 558.553 11.7433 558.5 11.73C558.64 11.44 558.83 11.05 558.98 10.76C559.627 10.56 563.45 10.1533 570.45 9.54C568.31 9.15 566.15 9.54 564.01 9.39C564.2 9.12 564.46 8.75 564.66 8.48C582.82 6.45 583.34 6.32 586.21 5.61C584.6 5.21 573.23 3.59 570.32 5.7C568.03 7.36 560.65 5.94 560.61 5.9C555.99 6.51 551.85 8.9 547.23 9.47C546.92 9.42 546.51 9.35 546.2 9.3C548.3 7.14 551.33 6.75 553.82 5.34C553.6 5.1 553.31 4.77 553.09 4.53C552.81 4.52 552.45 4.5 552.17 4.49C546.72 4.87 541.69 7.63 536.12 7.35C536.26 7.06 536.45 6.68 536.59 6.4C537.86 6.04 538.03 6 541.52 5.29C533.7 4.43 526.12 8.77 518.22 6.37C529.98 -0.0700002 542.83 3.82 555.12 2.47C554.147 2.13 552.83 1.94667 551.17 1.92C542.95 2.18 534.94 -0.18 526.73 0.03' fill='%23E6EAEE'/%3E%3Cpath d='M430.51 46.13C429.59 46.18 429.31 46.28 429.31 46.28C429.29 46.28 427.7 47.02 428 47.28C428.06 47.33 428.33 47.5 428.66 47.59C428.68 47.59 428.72 47.6 428.74 47.61C429.21 47.72 429.7 47.74 430.18 47.83C430.72 47.93 431.21 48.21 431.75 48.33C431.88 48.36 432.08 48.38 432.28 48.39C434.04 48.45 436.42 47.89 436.69 47.61L436.72 47.53C435.05 47.27 434.84 47.24 434.35 46.7C433.96 46.28 432.05 46.07 430.5 46.14' fill='%23E6EAEE'/%3E%3Cpath d='M429.74 413.06C430.33 413.44 430.88 413.86 431.47 414.24C431.65 414.35 432.02 414.59 432.31 414.69C432.54 414.77 432.67 414.81 433.3 414.29C433.09 413.91 431.89 413.5 429.74 413.06Z' fill='%23E6EAEE'/%3E%3Cpath d='M324.29 42.06C323.65 42.12 308.58 43.52 305.63 49.91C305.72 50.04 305.83 50.2 305.91 50.33C310.777 50.31 313.353 50.36 313.64 50.48C313.61 50.64 313.56 50.86 313.53 51.02C313.06 51.29 312.19 51.8 309.94 51.83C308.02 51.8633 306.737 51.91 306.09 51.97C306.65 52.6633 314.137 52.97 328.55 52.89C332.42 52.55 336.26 51.99 340.15 51.82C339.47 51.5333 339.063 51.2766 338.93 51.05C340.71 48.26 350.97 51.95 351.68 53.26C351.58 53.37 351.45 53.52 351.36 53.63C353.14 53.5566 354.34 53.9966 354.96 54.95C359.03 54.15 360.88 56.72 360.41 57.77C360.18 58.28 359.49 58.86 358.83 59.41C362.46 60.07 366.31 56.83 369.79 60.04C369.09 61.48 363.16 62.48 361.89 62.21C361.38 59.13 352.37 61.71 352.28 61.79C352.17 61.89 352.11 62.09 352.03 62.22C352.22 62.68 352.5 63.09 352.7 63.54C352.36 64.2133 347.273 65.18 337.44 66.44C336.73 66.53 335.07 66.86 334.84 67.96C335.007 68.04 337.397 67.91 342.01 67.57C343.06 67.51 343.6 67.51 344.6 67.52H345.01C346.24 66.35 348.09 66.23 351.76 66.43C352.1 66.45 353.773 67.0766 356.78 68.31C357.01 68.98 356.57 69.56 356.55 70.2L373.81 72.78C372.12 69.38 368.19 70.53 365.69 68.78C366.59 67.46 371.28 67.68 373.61 68.56C373.66 68.58 378.51 70.37 382.44 68.03C381.89 67.63 381.19 67.57 380.63 67.18C380.35 62.9 374.72 65.32 372.67 62.77C372.76 62.17 372.79 61.97 374.37 61.5C374.24 59.78 377.06 58.56 379.85 59.7C384.97 61.7933 387.79 62.58 388.31 62.06C388.31 62.06 394.48 59.05 398.79 57.92C398.29 57.8 397.36 57.57 395.73 57.64C392.44 57.86 392.18 57.18 392.19 56.34C391.03 55.25 388.1 55.2 387.77 55.2C385.64 55.49 376.01 54.76 376.82 52.74C376.89 52.57 377.32 51.74 379.4 51.58C379.12 51.53 378.75 51.37 378.52 51.21C378.81 50.49 378.9 50.28 381.12 49.88C381.06 49.73 380.99 49.54 380.93 49.39C380.72 49.3 380.44 49.18 380.22 49.1C378.76 49.74 377.96 50.1 376.74 49.78C376.71 49.64 376.67 49.46 376.64 49.32C376.987 48.9666 377.45 48.61 378.03 48.25C375.88 46.67 372.09 50.51 371.09 47.37C368.91 46.9 366.99 48.98 364.76 48.03C364.73 47.89 364.69 47.7 364.66 47.55C365.97 46.51 367.74 46.84 369.12 46.02C366.39 44.57 361.6 49.04 360.58 45.12C359.38 44.84 358.11 45.19 356.93 44.73C356.9 44.58 356.86 44.38 356.83 44.23C356.91 44.14 357.02 44.01 357.1 43.92C355.25 42.9 348.27 43.33 347.3 44.86C347.05 45.26 344.66 46.35 343.62 44.94C341.38 44.99 339.46 47.94 337.02 45.95C337.52 44.83 339.01 44.46 339.2 43.1C338.613 42.4533 338.247 41.9 338.1 41.44C336.75 40.89 324.01 43.49 323.15 44.89C323.283 45.1233 323.66 45.47 324.28 45.93C324.087 46.2166 323.063 46.7233 321.21 47.45C322.2 47.69 323.3 47.48 324.2 48.14C323.96 50.79 317.73 49.01 317.36 48.61C316.47 47.62 318.17 46.82 317.73 45.81C318.92 43.99 325.13 42.16 325.19 42.14C324.92 42.09 324.56 42.05 324.28 42.07' fill='%23E6EAEE'/%3E%3Cpath d='M297.15 39.1C293.78 39.46 290.49 40.83 290.46 40.84C291.81 41.07 295.63 41.25 298.76 41.01C300.67 40.85 300.09 40.13 299.58 39.72C298.63 38.96 297.81 39.04 297.15 39.1Z' fill='%23E6EAEE'/%3E%3Cpath d='M295.94 29.0401C295.14 29.8501 295.95 31.3501 297.19 31.3401C297.21 31.3401 299.5 31.2201 302.99 30.4501C302.76 30.0901 303.4 29.7001 304.12 29.3401C303.54 29.2601 302.43 29.3601 301.89 29.4501L301.57 29.6001C300.61 29.6801 300.49 29.7001 298.8 29.3701C296.52 28.9301 295.95 29.0401 295.95 29.0401' fill='%23E6EAEE'/%3E%3Cpath d='M306.47 31.4301C303.69 31.7101 301.02 32.1501 299.58 32.4401C300.97 32.5301 303.61 32.1501 306.47 31.4301Z' fill='%23E6EAEE'/%3E%3Cpath d='M317.68 18.94C318.07 19.04 318.08 19.06 318.19 19.24C317.93 19.83 316.67 20.08 315.66 20.17C315.25 20.2 314.84 20.22 314.43 20.26C314.32 20.26 314.18 20.28 314.07 20.29C314.58 20.38 314.6 20.41 314.78 20.59C314.53 21.15 313.62 21.5 309.3 21.91C308.02 22.03 307.95 22.4 307.93 22.52C308.83 23.13 309.98 22.31 310.87 23.02C310.73 23.93 309.7 24.01 304.78 24.39C305.17 24.61 305.65 24.59 306.02 24.85C306.37 25.1 306.26 25.73 306.82 25.81C307.46 25.91 308.53 25.81 311.43 25.41C315.91 24.79 316.47 24.84 316.74 25.3C316.44 26.02 315.87 26.12 310.39 27.12C310.53 27.1733 310.767 27.2366 311.1 27.31C312.74 27.66 313.36 27.82 313.3 28.19C313.26 28.24 313.21 28.32 313.18 28.37C316.55 29.14 318.86 28.52 319.98 28.22C321.54 27.8 323.14 28.29 324.7 28C324.84 27.97 325.2 27.82 326.14 27.21C327.047 26.6233 329.047 25.8366 332.14 24.85C334.26 24.17 336.49 24.12 338.63 23.56C338.44 23.43 338.28 23.33 336.6 23.53C332.27 24.04 331.89 23.15 333.94 22.29C333.5 22.08 332.85 22.29 332.63 21.64C332.75 21.43 332.8 21.33 333.42 21.06C333.267 21.0066 333.07 20.9866 332.83 21C331.23 22.4 328.8 21.91 328.46 20.81C327.01 20.34 325.48 20.43 323.99 20.23C322.42 20.01 320.99 19.3 319.43 19.03C318.74 18.91 318.15 18.91 317.67 18.93' fill='%23E6EAEE'/%3E%3Cpath d='M342.37 40.7499C341.75 40.7999 341.61 41.0099 341.58 41.1199C341.9 41.4599 342.41 41.4599 342.73 41.7899C343.08 42.1399 342.51 42.5999 342.88 42.9499C342.92 42.9899 343.12 43.1299 343.74 43.1699C344.59 43.2199 345.66 42.9999 346.32 42.7999C347.31 42.4999 348.34 42.2899 350.65 42.1399C351.83 42.0599 353.01 42.0399 354.19 41.8899C354.33 41.8699 354.46 41.8499 354.6 41.8299C354.15 41.3999 351.08 40.6299 348.25 40.7599C346.29 40.9699 344.33 40.5999 342.38 40.7399' fill='%23E6EAEE'/%3E%3Cpath d='M317.7 30.96C316.44 31.08 315.53 31.44 315.39 31.56C315.49 31.83 318.34 31.56 319.11 31.11C319.06 31.04 318.56 30.88 317.7 30.95' fill='%23E6EAEE'/%3E%3Cpath d='M255.75 48.28C254.48 48.42 253.14 48.68 251.76 49.06C253.493 49.6934 254.303 50.1434 254.19 50.41C255.23 49.81 256.41 49.48 257.43 48.84C258.01 48.47 257.8 48.38 257.53 48.31C257.39 48.27 256.95 48.16 255.75 48.28Z' fill='%23E6EAEE'/%3E%3Cpath d='M272.62 32.21C273.1 32.36 274.39 32.13 274.94 32.04C274.17 32.11 273.39 32.14 272.62 32.21Z' fill='%23E6EAEE'/%3E%3Cpath d='M284.85 47.23C284.85 47.23 284.77 47.24 284.74 47.25C284.8 47.44 284.79 47.6 284.7 47.8C284.82 47.7 284.94 47.6 285.06 47.5C285.11 47.43 285.17 47.34 285.22 47.27C285.14 47.19 284.85 47.23 284.85 47.23Z' fill='%23E6EAEE'/%3E%3Cpath d='M272.76 58.15C272.3 58.2 271.84 58.44 271.39 58.84C270.19 59.91 269.12 60.35 267.16 60.56L266.7 60.62C267.97 60.78 269.26 60.48 270.53 60.67C270.8 60.71 271.69 60.88 271.78 61.38C272.7 61.28 273.62 61.3 274.54 61.27C274.63 61.27 274.75 61.22 274.81 61.16C275.24 60.7 276.1 60.44 277.36 60.38C278.11 60.35 278.87 60.44 279.62 60.29C279.74 60.27 279.86 60.24 279.98 60.2C280.37 60.09 280.96 59.92 280.52 59.57C280.18 59.3 279.89 59.36 279.5 59.45C275.26 60.41 276.04 59.25 276.63 58.85C275.41 58.96 274.69 58.85 274.08 58.44C273.55 58.09 272.9 58.13 272.77 58.14' fill='%23E6EAEE'/%3E%3Cpath d='M241.05 63.96C240.117 64.06 237.467 64.6133 233.1 65.62C232.21 65.82 231.91 66.01 231.74 66.11L231.53 66.25L231.78 66.22C233.31 66.07 234.71 65.29 236.27 65.26C236.93 65.21 237.35 65.13 238.74 64.67C240.04 64.24 241.28 63.84 241.93 64.2L241.99 64.14C242.03 64.08 242.08 63.99 242.12 63.92C242.02 63.92 241.71 63.9 241.06 63.97' fill='%23E6EAEE'/%3E%3Cpath d='M282.68 44.53C282.41 44.56 281.58 44.65 280.19 44.95C281.14 45.3 279.91 45.85 279.86 45.87C278.82 46.33 277.08 46.44 276.08 46.12C274.82 45.72 270.9 46.82 270.42 47.15C270.65 47.27 270.76 47.33 272.71 47.15C274.32 47 274.85 47.07 274.88 47.44C274.93 47.96 272 49.36 270.65 49.77C268.69 50.37 267.77 49.98 267.16 49.72C266.63 49.5 266.31 49.37 265.7 49.42C264.42 49.62 264.06 49.92 264.64 50.33C266.09 51.35 267.93 50.58 269.44 51.36C270.24 51.77 270.73 52.61 271.59 52.93C271.64 52.95 271.7 52.97 271.75 52.99C272.25 53.17 272.54 53.2 272.67 53.21C272.98 53.24 273.12 53.19 273.87 52.85C275.29 52.2 276.33 51.83 278.13 51.65C280 51.52 281.29 50.84 283.65 48.75C282.77 49.15 281.61 49.25 281.89 48.48C281.9 48.45 281.92 48.4 281.94 48.37C281.93 48.34 281.91 48.3 281.9 48.27C281.74 48.27 281.69 48.26 281.29 48.29C280.04 48.41 277.7 48.64 278.28 47.73C278.63 47.17 280.07 46.81 281.45 46.46C283.18 46.02 283.9 45.79 284.52 45.46C283.92 45.2 283.23 45.35 282.63 45.05C282.63 45.05 282.33 44.88 282.67 44.54' fill='%23E6EAEE'/%3E%3Cpath d='M253.22 39.48C252.02 39.6 249.55 40.44 248.57 40.85C249.8 40.81 249.96 40.95 250.14 41.1C250.09 41.39 250.04 41.71 248.33 42.32C249.63 42.57 249.65 42.58 249.82 42.88C249.19 44.14 242.05 44.53 240.74 43.9C240.61 43.39 240.57 43.23 239.08 42.97C238.46 42.86 237.94 42.81 237.88 42.81C237.187 42.75 235.997 42.8266 234.31 43.04C233.53 43.14 233 42.4 232.25 42.4C230.38 42.4 228.82 43.44 227.09 43.91C228.13 44.65 229.24 43.5 230.28 44.03C230.04 44.7 228.97 44.9 226.5 45.13C225.42 45.21 224.48 45.49 224.17 45.58C227.66 44.93 228.12 45.06 228.36 45.13C228.36 45.19 228.37 45.27 228.38 45.33C228.047 45.65 225.943 46.19 222.07 46.95C223.79 46.91 225.52 47.37 227.23 46.83C231.103 45.5966 233.093 45.0233 233.2 45.11C233.14 45.35 233.12 45.44 232.39 45.93C234.4 45.92 236.32 45.26 238.3 45.02C239.98 44.84 240.08 44.95 240.28 45.15C239.68 46.4 231.57 47.64 231.49 47.65C230.21 47.83 229.71 47.96 229.18 48.11C229.86 48.6 232.03 48.45 235.64 47.67C238.82 46.98 241.85 45.74 245.03 45.05C246.12 44.81 247.23 45.16 248.32 44.92C248.65 44.85 248.97 44.72 249.3 44.63C251.88 43.93 254.59 44.34 257.17 43.68C259.27 43.14 260.59 41.75 260.5 41.32C260.5 41.3 260.35 40.72 258.69 41.38C258.15 41.6 256.88 42.1 255.62 42.17C254.42 42.23 254.04 41.81 253.67 41.4C253.44 41.14 253.04 41.04 252.95 40.65C252.85 40.22 253.77 39.66 253.24 39.5' fill='%23E6EAEE'/%3E%3Cpath d='M229.72 39.62C227.56 40.6133 225.413 41.0367 223.28 40.89C222.81 40.92 222.36 40.99 220 41.8C213.893 43.9 210.56 44.9867 210 45.06C208.68 45.19 207.22 45.53 205.67 46.07C205.74 46.22 205.77 46.28 205.54 46.6C207.14 46.36 207.99 46.24 208.09 46.24C208.19 46.24 209.023 45.94 210.59 45.34C211.39 45.02 211.92 45.05 212.03 45.11C212.45 45.34 211.93 45.79 212.06 46.13C212.093 46.1433 212.953 45.7667 214.64 45C215.45 44.63 216.35 44.98 217.17 44.69C217.35 44.63 218.01 44.23 218.57 43.81C221.37 41.71 223.63 41.85 223.9 42.04C223.98 42.7 222.38 43.67 223.17 43.55L227.95 42.04L228.99 41.25C228.95 40.93 228.89 40.45 231 39.94C230.56 39.9 230.18 39.61 229.73 39.62' fill='%23E6EAEE'/%3E%3Cpath d='M219.99 45.3199C219.49 45.4699 218.65 45.7199 217.18 46.2399C217.82 46.0799 218.81 45.8199 219.91 45.3499L219.99 45.3199Z' fill='%23E6EAEE'/%3E%3Cpath d='M203.27 51.49C199.65 51.93 196.14 52.96 192.54 53.52C192.86 53.86 193.43 53.88 193.64 54.37C193.15 55.3 183.22 60.21 183.12 60.26C182.36 60.59 182.34 60.6 181.95 60.8C183.19 61.29 184.43 60.78 185.67 60.8C187.2 60.82 187.36 61.41 187.42 62.24C187.46 62.87 187.54 62.91 187.76 63C189.72 61.78 194.22 61.15 194.27 61.15L194.66 61.11C195.24 61.05 196.12 60.97 196.85 60.67C198.1 60.16 198.93 59.01 200.17 58.47C201.37 57.96 202.71 57.93 203.9 57.38C203.96 57.35 204.04 57.32 204.09 57.28C209.04 54.08 214.93 53.9 220.35 52.2C219.16 51.61 215.93 50.38 211.81 51.71C210.16 52.24 209.84 52.16 209.56 51.99C209.56 51.93 209.56 51.84 209.56 51.77C207.47 51.59 205.36 51.83 203.28 51.49' fill='%23E6EAEE'/%3E%3Cpath d='M238.31 37.51C238.31 37.51 238.2 37.52 238.15 37.53C238.56 37.64 239.4 37.75 239.97 37.45C239.81 37.42 239.38 37.4 238.31 37.51Z' fill='%23E6EAEE'/%3E%3Cpath d='M276.42 29.14C272.9 29.49 271.98 29.69 272.68 30.33C272.88 30.51 273.17 30.49 273.28 30.49C279.22 29.23 278.34 30.88 278.33 30.89C278.23 31.04 277.94 31.33 277.14 31.61C280.27 31.1 282.67 31.18 284.27 31.83C286.72 32.84 288.61 31.99 289.31 31.58C289.31 31.55 289.31 31.52 289.3 31.49C288.1 30.83 288.05 30.81 289.02 30.22C288.75 29.96 287.41 29.93 286.22 30.02C286.12 30.02 285.87 30.05 285.63 30.04C284.98 30 284.68 29.29 284.06 29.22C284.01 29.22 283.06 29.48 283.05 29.49C280.32 30.27 280.77 29.49 281.09 29.12C281.08 29.09 281.06 29.06 281.04 29.03C280.4 28.88 278.67 28.92 276.42 29.13' fill='%23E6EAEE'/%3E%3Cpath d='M280.79 36.69C280.89 37.07 281.22 37.4 281.8 37.68C282.87 38.21 281.74 38.6 281.5 38.68C280.753 38.9067 278.963 38.7233 276.13 38.13C275.95 38.26 275.76 38.6 276.15 38.78C277.17 39.26 275.63 40.04 274.48 40.21C272.81 40.45 272.53 40.03 271.69 38.78C271.36 38.29 270.97 37.88 269.55 37.94C268.95 37.97 267.93 38.01 268.26 38.93C268.41 39.36 268.6 39.9 272.28 40.46C273.21 40.6 274.99 40.3 276.57 40.03C278.49 39.7 279.45 39.54 280.26 39.59C280.82 39.62 281.15 39.84 280.6 40.26C279.83 40.84 278.85 41.03 278.1 41.65C278.1 41.68 278.1 41.73 278.1 41.76C278.96 42.12 285.11 41.05 285.17 41.04C286.13 40.84 286.81 40.1 287.71 39.77C287.08 39.35 287.56 38.89 288.54 38.29C289.37 37.78 288.95 37.13 288.12 36.75C287.72 36.57 287.7 36.58 287.51 36.68C287.25 36.82 286.5 37.13 285.09 37.11C284.637 37.1033 283.243 36.9633 280.91 36.69H280.81' fill='%23E6EAEE'/%3E%3Cpath d='M294.36 25.35C295.04 25.66 295.41 25.68 295.7 25.67H295.71C295.79 25.65 295.91 25.63 295.99 25.61C295.93 25.48 295.29 25.38 294.36 25.35Z' fill='%23E6EAEE'/%3E%3Cpath d='M266.83 35.04C266.29 35.74 267.77 36.38 268.78 36.26C269.41 36.18 268.7 35.64 268.7 35.64C268.33 35.37 267.59 35.07 266.83 35.05' fill='%23E6EAEE'/%3E%3Cpath d='M253.29 33.58C252.67 33.65 251.51 33.77 244.71 35.24C245.78 35.12 246.83 34.81 247.93 34.9C248.01 34.9 248.12 34.9 248.2 34.9C249.25 34.81 250.22 34.36 251.26 34.25C251.69 34.21 252 34.23 252.21 34.31C252.62 34.48 253.96 34.44 254.96 34.31C256.31 34.13 256.49 33.87 256.55 33.78C256.4 33.31 254.03 33.51 253.3 33.58' fill='%23E6EAEE'/%3E%3Cpath d='M252.3 35.6999C252.25 35.6999 246.45 36.4899 244.25 37.0099C242.34 37.4599 242.73 37.9099 242.78 37.9599C243.07 38.2499 244.69 38.1499 245.66 38.0899C247.12 37.9599 248.64 37.6099 250.18 37.0299C249.66 36.9999 249.53 36.8599 249.8 36.5999C250.02 36.3899 250.62 36.0599 252.29 35.6899' fill='%23E6EAEE'/%3E%3Cpath d='M264.7 42.33C264.3 42.37 263.81 42.73 263.92 42.84C263.94 42.85 264.09 42.98 264.77 42.91C264.77 42.91 265.65 42.8 265.66 42.65C265.66 42.45 265.18 42.28 264.7 42.32' fill='%23E6EAEE'/%3E%3Cpath d='M370.35 106.7C371.79 107 373.9 107.36 375.8 107.43C374.51 107.13 372.52 106.86 370.35 106.7Z' fill='%23E6EAEE'/%3E%3Cpath d='M363.05 108.6C360.56 108.79 351.86 109.72 344.26 113.49C344.87 113.29 345.25 113.22 345.74 113.23C345.77 113.23 350.43 113.51 350.92 113.57C351.98 113.71 351.73 114.21 351.63 114.43C350.9 115.93 350.32 117.12 352.32 119.26C354.71 118.5 355.81 118.33 356.66 118.27C358.04 118.13 360.19 117.14 361.01 116.54C361.44 116.23 361.81 116.08 362.35 116C362.13 115.84 361.86 115.75 361.7 115.51L361 113.94C361 113.34 361.78 112.89 362.31 112.59C362.41 112.53 362.53 112.46 362.63 112.4C361.68 112.62 360.81 113.18 359.79 113.11C359.13 113.06 358.66 112.71 359.05 112.13C359.53 111.41 361.09 111.05 361.76 110.89C363.61 110.46 365.21 110.09 365.47 109.64C365.8 109.08 365.65 108.44 363.08 108.61' fill='%23E6EAEE'/%3E%3Cpath d='M223.38 52.81C221.85 53.03 211.31 55.73 208.45 56.76C208.343 57.04 207.127 57.7233 204.8 58.81C204.8 58.9 204.78 59.01 204.77 59.1C205.54 59.23 206.36 58.78 207.09 59.32C207.06 59.41 207.01 59.53 206.97 59.63C207.183 59.6967 208.04 59.5667 209.54 59.24C214.28 58.2 215.24 58.17 215.72 58.63C215.37 59.26 214.8 59.44 211.06 60.17C206.65 61.03 205.86 61.26 205.11 61.48C205.75 62.15 210.92 61.62 213.51 61.15C217.01 60.51 223.68 60.04 225.31 60.65C225.33 60.77 225.35 60.92 225.37 61.03C224.38 61.87 223.03 62.11 215.77 62.74C210.74 63.17 205.6 64.3 204.87 64.64C205.063 64.8133 205.757 64.99 206.95 65.17C209.12 65.48 209.51 65.54 212.87 65.05C215.44 64.67 215.64 64.77 215.9 65.18C215.77 65.55 215.44 65.82 215.37 66.22C215.86 66.5 216.21 66.7 221.4 66.24C225.26 65.84 228.91 64.42 232.77 63.99C235.55 63.71 236.21 63.64 238.18 62.62C240.02 61.67 242 61.26 242.22 62.32C251.81 63.66 256.79 61.35 256.83 61.32C256.81 61.22 256.79 61.1 256.77 61C256.48 60.83 256.37 60.77 255.87 60.76C254.32 61.35 251.97 62.25 251.66 60.92C253.14 59.19 257.54 58.98 261.07 58.81C261.11 58.73 261.17 58.61 261.22 58.53C260.28 57.84 255.44 57.22 255.14 57.2C254.19 57.13 251.92 56.87 251.51 55.92C251.623 55.6733 252.113 55.21 252.98 54.53C251.93 53.33 251.35 52.67 253.42 50.94C251.03 51.69 248.73 50.69 246.38 50.61C244.38 51.37 246.53 53.85 244.95 54.92C244.31 55.36 243.92 55.43 241.37 55.93L241.13 55.97C239.8 56.07 239.92 55.54 240.27 54.52C240.73 53.19 240.85 52.84 238.04 52.53C238.21 52.6 238.43 52.77 238.53 52.93C238.223 53.6033 235.867 54.2667 231.46 54.92L230.93 54.95C230.88 54.87 230.81 54.77 230.76 54.69C230.9 54.4633 231.187 54.18 231.62 53.84L231.78 53.71C231.2 53.01 227.07 53.16 226.18 54.13C224.3 56.16 220.37 55.4 220.34 55.39C220.32 55.3 220.3 55.17 220.29 55.08C221.34 54.14 222.88 54.52 223.98 53.71C223.987 53.4433 223.94 53.1967 223.84 52.97C223.72 52.89 223.52 52.8 223.37 52.82' fill='%23E6EAEE'/%3E%3Cpath d='M402.41 100.41C400.24 100.81 394.82 104.27 394.53 105.07C393.74 107.27 392.02 107.43 391.09 107.52C390.58 107.55 390.06 107.57 389.3 107.86C390.03 109.31 387.76 109.56 387.02 110.43C387.41 110.59 387.64 110.56 390.5 110.2C391.347 110.093 392.427 110.037 393.74 110.03C396.12 110.02 396.86 109.76 398.2 109.3C399.89 108.72 400.66 109.12 401.12 109.37C401.51 109.58 401.63 109.58 401.95 109.58H401.99C404.11 109.38 403.45 110.24 403.44 110.25C403.38 110.32 403.29 110.4 403.22 110.45C404.9 110.16 408.83 109.48 407.58 111.11C407.55 111.14 407.52 111.18 407.49 111.21C409.06 111.53 411.53 111.27 410.78 110.07C410.66 109.87 410.54 109.92 410.38 110C409.14 110.55 407.1 109.77 408.97 108.42C407.76 108.71 406.5 108.39 407.29 107.06C407.67 106.41 408.27 106.03 408.5 105.88C407.893 105.813 407.497 105.857 407.31 106.01C406.83 106.42 405.44 106.69 403.94 106.45C402.9 106.28 400.64 105.09 400.67 104.62L400.72 104.47C399.68 104.52 398.86 105.51 397.73 105.21C397.08 105.04 397.08 104.37 397.73 103.69C397.75 103.67 402.26 100.47 402.41 100.41Z' fill='%23E6EAEE'/%3E%3Cpath d='M347.17 56.6599C343.81 56.8999 341.71 58.4199 342.49 59.0999C343.21 59.7399 347.31 58.8699 349.04 58.4699C349.84 58.2799 349.98 57.61 349.96 57.3699C349.93 56.89 349.9 56.4799 347.17 56.6599Z' fill='%23E6EAEE'/%3E%3Cpath d='M379.14 114.28C378.73 114.45 378.72 114.47 378.62 114.64C378.28 115.17 377.16 115.57 376.62 115.76C376.48 115.81 376.3 115.88 376.17 115.93C376.1 116.13 376.05 116.24 375.96 116.38C377.52 115.93 379.15 115.85 380.72 115.47H380.54L380.3 115.5C379.61 115.56 378.12 115.56 379.15 114.28' fill='%23E6EAEE'/%3E%3Cpath d='M239.72 114.41C239.3 114.43 238.78 114.46 238.58 114.11C238.42 113.84 238.63 113.35 238.79 113C239.08 112.32 239.3 111.72 238.92 111.33C238.73 111.13 238.46 111.05 238.26 111C237.29 110.73 235.97 110.36 235.08 109.21C234.45 108.4 234.45 107.16 235.08 106.39C236.24 104.97 240.41 103.93 241.84 104.7C242.22 104.91 242.42 105.22 242.61 105.95C242.64 106.08 242.68 106.25 242.7 106.38C242.71 106.45 242.73 106.54 242.74 106.61C242.89 107.49 242.94 108.38 243.07 109.26C243.15 109.82 243.44 110.33 243.47 110.91C243.54 112.08 242.46 113.99 239.92 114.39L239.7 114.42M200.96 86.66C201.19 86.63 201.46 86.59 201.87 86.42C204.23 85.43 216 81.62 214.63 83.63C213.78 84.88 200 88.92 199.86 88.96C198.76 89.24 197.53 88.96 196.54 89.72C195.58 90.47 195 90.92 192.96 91.24C191.99 91.39 183.49 92.69 182.69 91.64L182.62 91.4C183.09 91.1 183.26 90.99 183.46 90.92C183.53 90.9 183.62 90.86 183.7 90.84C184.91 90.44 186.3 90.85 187.4 90.01C188.05 89.51 189.85 88.32 192.44 87.97C192.46 87.92 192.5 87.85 192.52 87.8C192.16 87.1 191.2 87.52 190.8 86.89C191.21 85.47 197.68 84.96 198.46 85.83C199.23 86.69 200.35 86.72 200.95 86.66M169.93 79.84C168.7 79.98 168.05 79.93 167.43 79.86L166.91 79.77C167.54 79.18 167.62 79.11 168.4 78.89C168.61 78.83 182.74 75.37 182.83 75.34C188.73 73.99 189.13 74.46 189.3 74.65C189.26 75.1 188.89 75.43 186.74 76.2C186.58 76.26 186.36 76.34 186.19 76.4C187.59 76.6 190.22 76.05 191.3 75.49C192.03 75.11 193.62 74.63 194.72 74.72C195.21 74.76 195.77 75.03 194.76 75.77C194.07 76.28 191.01 77.73 189.58 78.18C188.07 78.65 186.47 78.51 184.94 78.84C185.81 79.31 184.79 79.95 183.47 80.34C177.18 82.22 176.62 82.29 176.35 82.33L176.04 82.35L175.5 82.32C175.573 82.0667 177.02 81.2333 179.84 79.82C179.22 79.91 177.06 80.64 176.43 81.22C175.47 82.1 169.99 83.16 169.53 82.04C169.73 81.59 170.33 81.28 171.32 81.12C172.19 80.53 172.63 80.24 174.03 79.84C173.68 78.57 176.47 78.38 178.14 78.26C178.13 78.26 176.96 77.89 175.28 78.48C172.25 79.55 170.51 79.76 169.94 79.83M298.3 43.17C296.5 43.36 294.94 43.53 292.58 43.99C292.29 44.37 291.91 44.88 291.62 45.27C291.19 45.27 290.63 45.27 290.2 45.27C289.21 46.67 289.58 48.56 288.52 49.94C287.31 51.01 285.69 51.56 284.71 52.92C283.75 53.01 282.47 53.12 281.51 53.19C281.51 53.67 281.51 54.3 281.5 54.78C281.04 55.05 280.43 55.42 279.97 55.69C280.24 56.09 280.6 56.62 280.88 57.02C283.12 57.1066 284.747 57.2233 285.76 57.37C285.61 57.71 285.42 58.16 285.27 58.49V58.62C285.64 58.91 286.14 59.3 286.51 59.59C285.557 60.59 282.64 61.8233 277.76 63.29C277.64 63.76 277.48 64.38 277.36 64.85C275.37 65.57 275.11 65.66 272.48 65.26C272.7 64.39 273.48 63.32 274.24 62.86C271.17 63 271 62.83 270.37 62.2H270.25C269.53 62.52 268.5 62.86 267.72 62.87C266.52 64.0567 259.643 64.9933 247.09 65.68C239.943 66.2867 235.493 66.7633 233.74 67.11C233.56 68.06 233.18 69.31 232.77 70.18C232.4 70.28 231.9 70.41 231.53 70.51C230.65 70.91 229.37 71.25 228.4 71.31C228.56 70.87 228.77 70.28 228.92 69.84C228.32 69.58 227.5 69.23 226.99 68.82C226.45 68.82 225.69 68.94 225.18 68.75C218.73 67.78 212.72 70.76 206.39 70.88C206.43 70.41 206.49 69.79 206.53 69.32C207.6 68.94 209.06 68.5 210.16 68.21C208.98 67.5567 207.717 67.27 206.37 67.35C197.08 70.42 187.39 68.24 177.96 69.52L177.85 68.34L178.4 67.51C175.08 69.07 172.853 69.9866 171.72 70.26C171.24 70.13 170.61 69.95 170.13 69.82C170.04 69.36 169.93 68.75 169.85 68.29C168.89 68.21 167.59 68.33 166.66 68.59C163.22 70.59 162 70.57 161.1 70.54L161.01 70.36L161.14 70.24C155.49 71.73 150.26 74.56 144.43 75.47C145.063 74.3633 150.107 72.4033 159.56 69.59C154.67 70.15 150.31 72.77 145.42 73.32C144.96 73.46 144.35 73.65 143.89 73.8C143.74 73.58 143.53 73.3 143.37 73.08C141.42 73.86 139.31 74.08 137.33 74.77C137.25 75.23 137.15 75.85 137.07 76.32C135.47 76.62 133.86 76.37 132.26 76.41C128.32 76.85 124.42 75.65 120.48 76.1C112.41 84.55 101.65 95.82 93.5901 104.27C94.1401 104.15 94.8801 103.98 95.4301 103.9L95.8101 103.86C98.2101 103.4 99.7968 103.21 100.57 103.29C100.637 103.483 101.403 104.5 102.87 106.34C115.13 102.25 115.6 102.09 118.2 110.44C121.32 111.347 123.017 111.883 123.29 112.05C122.65 112.74 122.05 113.94 121.94 114.87C121.04 115.27 119.83 115.77 118.91 116.13C118.9 116.28 118.88 116.47 118.87 116.61C118.32 117.38 117.52 118.35 116.87 119.04C117.8 119.02 119.05 118.79 119.93 118.5C120.02 118.97 120.13 119.6 120.22 120.07C120.07 120.17 119.88 120.3 119.73 120.4C121.54 119.96 121.97 119.86 124.01 121.56C123.43 122.02 122.6 122.61 121.88 122.78H121.78C121.85 123.26 121.93 123.89 122 124.36C122.68 124.44 123.59 124.55 124.27 124.51C124.497 124.483 126 124.77 128.78 125.37C129.28 125.27 129.96 125.14 130.46 125.04C130.58 125.49 130.74 126.08 130.87 126.53C132.98 126.13 133.84 126.1 134.54 126.41L134.7 126.5C135.2 126.51 135.86 126.53 136.36 126.54C136.53 127 136.79 127.6 136.92 128.07C192.247 122.21 228.65 118.113 246.13 115.78C246.34 116.2 246.62 116.75 246.83 117.17C247.56 117.35 248.55 117.58 249.29 117.69C250.57 117.317 252.39 117.317 254.75 117.69C264.07 117.58 273.32 115.36 282.69 116.86C284.67 125.36 296.6 115.9 299.75 124.03C299.06 124.42 298.09 124.89 297.31 125.02C295.917 125.02 294.7 124.89 293.66 124.63C291.05 125.94 289.56 128.64 287.01 130.03C288.54 129.8 290.03 129.36 291.57 129.13C294.683 129.137 296.77 128.933 297.83 128.52C297.65 128.09 297.42 127.51 297.24 127.08C310.97 119.34 328.35 125.02 341.45 115C340.48 115.35 339.17 115.77 338.17 116.04C338.28 115.57 338.43 114.93 338.54 114.46C338.98 114.267 340.457 113.373 342.97 111.78L343.44 111.58L343.87 111.55C347.11 110.49 349.92 108.27 353.46 108C366.78 102.3 397.34 99.85 397.61 99.85C399.037 99.6367 400.61 99.12 402.33 98.3C401.92 98.03 401.38 97.67 400.97 97.4C402.09 96.74 403.43 96.49 404.43 95.6L404.55 95.47C403.71 95.0567 402.017 94.9766 399.47 95.23C399.3 94.79 399.08 94.21 398.91 93.78C396.27 93.56 393.93 94.88 391.4 95.23C390.48 95.48 389.25 95.83 388.34 96.1C387.96 95.83 387.44 95.46 387.06 95.19C389.62 93.15 396.78 92.11 398.92 91.84C394.533 91.3866 391.963 91.07 391.21 90.89C387.62 91.48 385.2 88.44 381.97 87.92C382.15 87.48 382.38 86.89 382.56 86.45C383.53 86.47 384.82 86.32 385.77 86.1C384.65 85.24 383.99 83.96 382.96 83.02C380.68 80.34 379.08 78.12 379.08 78.11C376.54 78.4 376.27 78.73 374.99 80.32L374.49 80.54C374.02 81.03 373.29 81.72 372.62 81.83C372.23 82.1 371.71 82.47 371.32 82.74C370.86 82.62 370.27 82.32 369.8 82.34C368.52 83.23 367.6 83.87 364.27 84.28C363.76 84.12 362.92 84.05 362.62 83.6L362.6 83.58C359.627 82.7533 357.797 81.8733 357.11 80.94C357.6 80.15 358.05 78.96 358.21 78.05C357.89 77.75 357.45 77.36 357.13 77.06C354.877 77.0333 353.197 76.8333 352.09 76.46C352.08 76.31 352.06 76.11 352.04 75.96L350.83 75.24L350.79 75.16C345.57 72.43 330.6 75.42 330.49 75.47C330.91 75.7 331.48 76.01 331.9 76.25C331.63 76.7 331.39 77.53 330.89 77.7C330.49 77.96 329.95 78.31 329.55 78.57C329.86 79.49 330.06 80.79 330.07 81.75C329.42 82.12 328.52 82.62 327.79 82.75C326.99 83.42 325.82 84.19 324.9 84.68C326.02 85.86 327.56 86.39 328.85 87.3C329.74 95.28 314.31 96.81 314.15 96.82C315.48 98.67 314.6 100.87 315.13 102.85C314.16 103.82 313.5 105.04 312.5 105.98L311.99 106.19C311.47 106.13 310.75 106.14 310.26 105.95C308.073 106.943 306.063 107.247 304.23 106.86C303.18 105.23 302.99 104.94 299.39 102.98C299.4 102.94 300.84 98.4 302.11 97.38C301.95 97.34 280.44 93.85 277.58 94.06L277.2 94.1L277 94.13C273.987 93.87 270.44 94.11 266.36 94.85L265.65 94.88C266.397 93.7133 266.697 92.2033 266.55 90.35C266.3 90.26 265.96 90.14 265.71 90.05C263.557 90.2166 262.027 89.8333 261.12 88.9C266.03 80.51 279.19 77.08 283.11 76.23C280.24 75.36 277.17 75.57 274.32 74.58L274.29 74.32C278.56 72.39 282.99 74.21 287.33 73.78C288.257 72.7066 290.517 72.17 294.11 72.17C295.03 71.8967 297.043 70.9967 300.15 69.47C297.47 69.1 294.7 69.43 292.1 68.41C292.33 68 292.65 67.46 292.88 67.05C293.28 66.97 293.82 66.87 294.23 66.8C300.237 67.0333 304.303 66.7167 306.43 65.85C305.96 65.74 305.32 65.59 304.85 65.48C308.31 62.71 311.44 64.47 311.46 64.49C311.94 64.44 312.58 64.37 313.06 64.31C312.76 63.94 312.37 63.46 312.07 63.09C315.47 61.36 319.3 63.4 322.73 61.89C323.64 61.58 324.83 61.12 325.71 60.74C325.15 60.3 324.42 59.54 324.29 58.84C324.31 58.37 324.34 57.73 324.37 57.26C326.543 57.0333 327.95 56.81 328.59 56.59C327.91 55.91 324.47 54.07 317.87 54.58C318.06 55.01 318.32 55.58 318.51 56C318.11 56.29 317.57 56.68 317.17 56.97C316.68 57.28 316.05 57.83 315.48 57.89C311.38 59 308.35 62.23 304.34 63.52C303.57 62.92 302.55 62.13 301.78 61.54C302.12 60.7 303.08 59.76 303.92 59.4C303.71 58.97 303.43 58.39 303.22 57.95C302.77 57.8 302.16 57.61 301.71 57.47C298.68 59.31 295.92 60.64 295.91 60.64L295.78 60.66C295.5 59.79 295.42 58.51 295.6 57.61C296.05 57.45 296.65 57.25 297.11 57.09C296.49 56.99 295.65 56.86 295.03 56.73C294.13 57 292.87 57.22 291.93 57.28C292.7 55.47 292.86 55.09 294.59 54.75C293.82 54.24 292.62 53.81 291.7 53.72C291.87 53.29 292.1 52.71 292.28 52.28C291.66 51.79 290.72 51.16 289.94 51.06C289.47 51.01 288.84 50.94 288.37 50.88C288.8 50.4 289.44 49.7 290.07 49.57C291.97 48.9633 293.193 48.1233 293.74 47.05C294.16 46.97 294.72 46.86 295.14 46.78C298.52 46.6867 302.517 45.4566 307.13 43.09C304.18 43.14 301.23 42.95 298.29 43.21' fill='%23E6EAEE'/%3E%3Cpath d='M391.89 7.61005C383.95 8.36005 376.01 9.08005 368.07 9.87005C367.757 10.0901 366.207 10.3834 363.42 10.7501L341.75 15.1501C332.95 16.6701 332.1 16.4601 331.41 16.3001C331.037 16.6734 330.527 16.9701 329.88 17.1901C330.66 17.1101 331.247 17.0767 331.64 17.0901C331.59 17.2401 331.52 17.4501 331.47 17.6101C330.77 17.8801 330.04 18.0901 329.33 18.3401C333.23 19.5101 337.03 17.2601 340.91 18.0101C340.79 18.3401 340.5 18.7301 340.23 18.9701C344.2 20.3201 347.85 17.8401 351.72 18.0201C353.09 18.0801 361.59 16.9601 363.08 15.8601C363.12 15.8301 363.95 15.2301 365.25 15.7601C365.25 15.9401 365.23 16.1701 365.22 16.3501C364.413 17.0901 359.7 18.1401 351.08 19.5001C352.25 20.0901 353.67 20.0501 354.75 20.9101C353.36 22.4501 348.42 21.2201 347.92 20.9701C346.66 20.3501 338.06 19.7701 336.99 21.8701C337.09 21.9901 337.23 22.1601 337.34 22.2901C342.78 22.0601 347.99 24.9801 348.03 25.0101C347.12 26.0301 346.04 26.0601 341.82 25.7301C335.37 25.2401 331.68 26.3701 329.73 27.4001C333.03 30.1501 335.73 26.5001 338.75 26.2001L339.42 26.1701C339.18 26.6767 337.923 27.3634 335.65 28.2301C336.54 28.5601 337.5 28.7001 338.36 29.1401C338.38 29.3001 338.4 29.5201 338.42 29.6901C336.94 30.9501 333.63 31.1101 332.41 30.2701C332.38 30.1001 332.34 29.8801 332.31 29.7101C330.79 28.7101 327.04 29.5501 326.62 29.6501C326.72 29.7901 326.86 29.9901 326.97 30.1301C328.53 30.1301 328.6 30.1701 329.2 30.5201C328.93 31.0601 328.68 31.5701 325.7 31.8801C322.19 32.2401 319.84 32.8901 318.99 33.1601C320.32 33.8501 351.34 32.4701 357.57 30.4001C357.57 30.2301 357.59 30.0001 357.6 29.8301C353.37 29.8801 349.17 30.8601 344.92 30.1701C344.84 30.0301 344.74 29.8301 344.66 29.6901C348.78 26.1801 353.8 28.5301 358.31 27.5701C358.13 26.3401 358.25 25.8401 363.32 25.6501C370.46 25.3801 373.51 22.4501 373.54 22.4201C370.54 21.1301 367.56 22.8801 364.56 22.4501C364.653 22.2701 377.667 19.2834 403.6 13.4901C406.07 12.9401 407.92 12.6401 409.88 12.3301C411.45 12.0801 411.65 12.0301 412.33 11.8801C409.25 11.5301 406.25 12.7801 403.16 12.3501C404.29 10.7101 412.6 10.5101 412.68 10.5101C415.74 10.5901 424.64 8.29005 425.85 7.92005C421.53 7.72005 419.313 7.50339 419.2 7.27005C414.92 6.49005 410.88 8.79005 406.62 8.25005C406.807 7.85672 407.287 7.52339 408.06 7.25005C408 7.25005 395.64 7.38005 391.92 7.63005' fill='%23E6EAEE'/%3E%3Cpath d='M119.1 126.26C119.1 126.26 119.04 126.26 119.01 126.27C119.28 126.4 119.51 126.56 119.15 126.99C119.24 127.01 119.3 127.03 119.55 127L119.78 126.96L119.99 126.93C120.39 126.89 120.7 126.87 121.06 127.03C121.42 127.2 121.49 127.75 121.99 127.73C122.68 127.71 122.92 127.93 123.2 128.18C123.72 128.64 124.43 128.18 124.97 128.55C125.27 128.76 125.24 129.15 125.43 129.42C126.69 129.36 127.45 129.33 127.05 129.89C127.05 129.89 127.78 130.52 128.08 130.51C132.06 130.36 132.55 129.95 132.88 129.67L130.98 129.2C130.88 129.18 130.6 129.13 129.67 129.12C128.38 129.1 127.65 129.06 127.6 128.56C127.54 127.86 126.7 126.75 125.93 126.55C125.89 126.54 125.83 126.55 125.79 126.55C124.72 126.5 123.68 126.86 122.61 126.85C121.41 126.83 120.33 126.13 119.11 126.26' fill='%23E6EAEE'/%3E%3Cpath d='M363.61 116.33C363.75 116.57 363.86 117.05 363.04 117.61C363.6 117.65 364.15 117.67 364.99 117.63C365.86 117.58 367.49 117.49 366.81 118.25C366.35 118.77 364.03 119.13 361.94 119.26C357.55 119.46 354.92 121.93 354.91 121.95C355.85 123.42 359.32 122.13 361.47 120.75C362.62 120.01 363.33 119.65 364.86 119.53C365.8 119.48 366.86 119.42 374.79 117.65C374.87 117.48 374.78 117.3 374.83 117.13C374.58 117.03 373.36 117.33 373.35 117.33C372.04 117.69 365.54 118.1 365.27 116.79C365.12 116.71 365.01 116.64 364.01 116.43L363.61 116.33Z' fill='%23E6EAEE'/%3E%3Cpath d='M324.35 75.5899C322.9 75.6999 322.55 76.5099 322.83 76.7399C322.88 76.7799 323 76.8699 323.85 76.3699C324.39 76.0499 324.76 75.7099 324.77 75.5899C324.75 75.5899 324.68 75.5699 324.35 75.5899Z' fill='%23E6EAEE'/%3E%3Cpath d='M308.71 59.92C308.62 60 308.57 60.05 308.47 60.17C308.44 60.21 308.42 60.25 308.37 60.27C308.43 60.27 308.51 60.27 308.58 60.28C308.6 60.18 308.65 60.09 308.69 60L308.71 59.92Z' fill='%23E6EAEE'/%3E%3Cpath d='M298.89 34.41C297.73 34.52 296.5 34.66 295.36 34.94C295.99 35.53 301.16 35.9 303.28 35.64C306.65 34.17 308.16 36.93 308.07 37.25C307.77 38.28 305.84 38.33 306.28 39.68C306.41 39.72 306.58 39.78 306.71 39.77C308.52 39.58 310.28 40.24 312.09 40.1C313.69 39.97 315.02 38.9 316.62 38.78C317.33 38.73 317.47 38.96 317.47 38.97C317.79 39.55 318.3 39.68 327.67 39.04C330.35 38.83 332.8 37.46 335.54 37.52C339.513 37.6134 341.91 37.6167 342.73 37.53C344.09 37.39 344.62 37.29 344.63 37.29C345.93 37.05 347.33 36.26 348.3 35.22C346.65 34.44 333.09 35.37 330.47 36.07C330.36 36.1 317.38 38.27 313.28 36.64C313.26 36.56 313.24 36.45 313.22 36.37C313.7 35.87 313.87 35.81 316.69 34.85L298.89 34.4' fill='%23E6EAEE'/%3E%3Cpath d='M315.56 74.36C313.39 74.68 310.37 75.58 309.88 75.98C310.15 76.47 313.25 75.79 315.56 74.36Z' fill='%23E6EAEE'/%3E%3Cpath d='M108.74 119.37C108.43 119.41 106.84 119.66 106.59 120.22C106.21 121.06 107.08 121.84 107.48 122.13C108.04 122.56 108.51 122.7 108.74 122.76C108.75 122.38 108.63 122.01 108.6 121.63C108.57 121.12 108.68 120.74 108.97 120.36C109.14 120.13 109.34 119.85 109.34 119.6C109.34 119.4 109.14 119.32 108.74 119.36' fill='%23E6EAEE'/%3E%3Cpath d='M309.53 66.64C309.53 66.64 307.39 66.92 306.45 68.17C306.39 68.25 306.3 68.35 306.23 68.43C305.78 68.92 305.42 69.13 304.71 69.56C303.96 70.02 304 71.03 303.31 71.53C302.27 72.28 299.55 73.11 299.52 73.12C301.08 72.95 302.56 72.24 304.17 72.45C305.04 72.56 304.85 72.83 304.25 73.73C304.35 73.75 304.467 73.76 304.6 73.76C308.14 73.48 310.99 70.89 314.58 70.79C315.84 70.76 316.68 71.04 317.05 71.17C318.03 71.5 320.15 71.57 321.89 71.32C322.22 71.27 322.55 71.19 322.88 71.14C321.71 70.32 317.8 71 319.03 69.44C318.9 69.28 318.69 69.05 315.14 68.6C308.93 67.82 309.17 67.35 309.52 66.63' fill='%23E6EAEE'/%3E%3Cpath d='M5.17004 129.79C4.57004 129.89 4.31004 129.97 4.19004 130.03C4.11004 130.07 4.05004 130.12 3.98004 130.17C3.20004 130.72 1.95004 131.34 1.54004 131.54C3.25004 130.9 3.42004 130.76 3.56004 130.65C3.83004 130.43 4.39004 130.03 5.17004 129.79Z' fill='%23E6EAEE'/%3E%3Cpath d='M1.69 119.02C1.26 119.1 0.81 119.24 0 119.53C0 119.88 2.99 119.81 3.97 119.06C4.01 119 4.07 118.91 4.11 118.85C3.43 118.98 2.81 119.36 2.1 119.41C1.43 119.46 1.61 119.14 1.69 119.02Z' fill='%23E6EAEE'/%3E%3Cpath d='M5.97998 129.7C6.14998 129.72 6.34998 129.78 6.44998 129.97C6.70998 129.92 7.11998 129.79 7.68998 129.56C7.11998 129.62 6.54998 129.65 5.97998 129.69' fill='%23E6EAEE'/%3E%3Cpath d='M116.4 111.4C116.87 112.1 116.69 112.72 115.89 113.25C115.86 113.27 112.43 115.13 111.09 114.9C110.76 114.84 110.54 114.7 110.4 114.6C110.42 115.2 110.42 115.33 109.52 116.04C110.67 115.51 111.45 115.78 111.83 115.9C113.73 113.83 115.24 114.64 115.53 114.82C116.27 114.43 116.74 114.31 117.22 114.24H117.4C118.35 114.21 118.51 114.53 117.88 115.2C117.79 115.3 117.69 115.39 117.59 115.49L117.94 115.43L118.51 115.38C118.51 115.38 118.55 115.42 118.56 115.43C119.25 115.16 119.94 114.88 120.64 114.62C120.2 114.25 119.95 114.05 120.23 113.64C120.37 113.43 120.61 113.25 120.86 113.07C121.04 112.94 121.41 112.67 121.2 112.51C121.07 112.41 120.83 112.23 118.93 112.02C117.57 111.87 116.91 111.71 116.42 111.39' fill='%23E6EAEE'/%3E%3Cpath d='M110.42 104.34C108.93 104.55 108.68 104.75 108.52 104.88C108.26 105.09 107.83 105.43 106.62 105.9C105.58 106.3 104.5 106.57 103.46 106.96C102.29 107.4 101.46 107.49 100.99 107.24C101.49 107.75 101.84 108.01 103.2 108.27C103.55 107.79 103.74 107.55 104.36 107.24L104.95 107C105.56 106.92 105.59 106.92 105.83 106.94C105.85 106.94 107.71 107.18 108.1 107.31C108.52 106.263 108.923 105.633 109.31 105.42L109.9 105.14C111.85 104.89 112.12 106.04 111.15 107.28C110.88 107.62 109.87 108.73 108.82 109.28C108.84 109.28 110.42 109.02 109.88 109.85C109.78 110 109.63 110.16 109.55 110.24C109.92 110.09 110.36 110.11 110.67 109.81C110.97 109.51 110.87 109.05 111.1 108.72C111.37 108.31 112.1 107.79 113.04 107.59C114.8 107.22 114.57 108.8 114.35 109.25C113.99 109.99 112.81 110.47 112.18 110.72L111.97 110.8C111.44 111.24 111.02 111.58 109.35 111.89C109.023 111.957 108.703 112.197 108.39 112.61C108.75 112.41 109.05 112.28 109.46 112.19C109.77 112.13 110.07 112.29 110.38 112.22C110.91 112.11 111.37 111.78 111.91 111.66C112.88 111.46 113.74 110.94 114.71 110.77C114.94 110.73 115.54 110.68 116.07 111.03C115.5 110.04 115.85 108.82 115.26 107.83C114.75 106.98 113.7 106.4 112.94 105.98C111.7 105.3 111.32 105.01 111.82 104.35C111.58 104.21 110.85 104.28 110.44 104.33' fill='%23E6EAEE'/%3E%3Cpath d='M73.11 78.43C68.37 79.8767 64.2334 81.0334 60.7 81.9C60.7 82.07 60.7 82.31 60.7 82.48C59.78 83.06 57.89 84 57.26 83.43C53.77 84.54 50.14 85.22 46.77 86.73L46.12 87.02C42.63 90.12 36.34 91.13 32.96 91.68L32.68 91.72C32.39 91.96 31.99 92.26 31.69 92.47C32.99 93.39 36.01 92.68 35.79 94.92C37.73 96.07 39.39 94.45 41.21 94.39C41.23 94.56 41.26 94.78 41.28 94.95C41.01 95.2 40.64 95.53 40.36 95.76C41.34 95.85 42.28 95.54 43.25 95.52C43.3 95.68 43.37 95.89 43.43 96.04C42.9834 96.3867 38.51 97.52 30.01 99.44C29.83 99.46 29.58 99.5 29.39 99.52C29.36 99.35 29.32 99.13 29.29 98.97C29.7034 98.6634 30.1034 98.39 30.49 98.15C30.49 98.15 22.91 100.23 16.52 102.6C17.0067 102.673 17.9534 102.673 19.36 102.6C19.54 102.6 19.78 102.59 19.96 102.58C19.94 102.75 19.91 102.97 19.89 103.14C19.56 103.33 19.12 103.56 18.77 103.71C18.75 103.88 18.73 104.11 18.71 104.28C18.8567 104.387 21.88 104.123 27.78 103.49C33.48 101.21 34.51 100.8 36.19 100.95C36.3 101.09 36.44 101.27 36.55 101.41C36.51 101.46 32.16 106.58 26.39 106.83H26.12C23.4 108.74 19.51 107.43 17.07 110.12C15.67 111.44 8.67003 114.01 8.61003 114.02C8.66003 114.18 8.73003 114.39 8.78003 114.55C9.36003 114.65 9.95003 114.63 10.51 114.81C10.35 115.51 10.33 115.58 8.53003 116.6C9.30003 116.98 9.57003 117.81 10.14 118.38C12.58 118.07 14.45 115.97 17.05 116.17C17.2967 116.557 16.2934 117.997 14.04 120.49C18.25 119.82 22.26 118.3 26.43 117.49C26.53 117.63 26.65 117.82 26.75 117.96C28.47 118.2 29.9 117.18 31.49 116.88C31.6 117 31.75 117.17 31.86 117.29C31.38 117.65 30.57 118.127 29.43 118.72C23.16 121.98 16.96 125.38 10.62 128.51C11.1 128.43 11.5734 128.367 12.04 128.32H12.21C17.27 126.37 22.12 123.88 27.38 122.45C31.83 119.09 37.33 118.14 42.3 115.97C41.73 115.81 41.13 115.8 40.57 115.6C40.69 115.42 60.73 104.2 63.81 106.86C62.54 108.44 60.45 108.26 60.43 108.26C59.5034 108.173 57.1367 109.26 53.33 111.52C53.5 111.55 53.73 111.59 53.9 111.62C53.97 111.77 54.05 111.98 54.12 112.14C53.68 112.46 53.1234 112.76 52.45 113.04C52.56 113.01 65.45 108.93 65.8 108.69C65.69 108.57 65.54 108.4 65.42 108.28C65.49 107.61 65.55 107.12 67.52 106.54C69.25 105.59 69.96 105.2 71.52 105.61C72.2 105.49 72.78 105.44 73.26 105.46C73.37 105.6 73.52 105.78 73.64 105.92V105.95C75.07 105.55 75.27 105.59 75.94 105.72C76.14 106.033 77.33 106.057 79.51 105.79C79.75 106.33 80.6234 106.56 82.13 106.48C88.1367 106.12 91.64 105.957 92.64 105.99C94.56 105.75 96.11 103.73 98.31 104.82C98.42 104.69 98.56 104.52 98.67 104.39C97.31 103.81 96.15 104.77 94.87 104.89C93.3234 105.297 92.2267 105.393 91.58 105.18L91.35 105.09C99.62 96.45 110.64 84.93 118.9 76.29C107.38 76.6 95.97 78.29 84.48 78.89C84.14 78.95 83.68 78.98 83.34 78.97C83.4 78.81 83.48 78.6 83.55 78.44C83.2434 78.24 81.61 78.44 78.65 79.04C77.95 79.16 77.39 79.1367 76.97 78.97C77.01 78.86 77.05 78.71 77.09 78.6C73.53 80.31 72.83 79.67 72.57 79.43C72.99 79.0967 73.5134 78.81 74.14 78.57C73.84 78.51 73.44 78.44 73.14 78.46' fill='%236E97FF'/%3E%3Cpath d='M98.3499 105.06C98.2399 105.56 97.1199 106.04 96.4399 106.33C97.4299 106.45 98.4299 106.44 99.4199 106.6C100.26 106.73 100.54 106.9 100.68 106.99C100.5 106.77 100.42 106.47 100.2 106.28C99.9599 106.07 99.3899 105.79 99.2199 105.71C98.5899 105.41 98.4299 105.25 98.3399 105.07' fill='%23E6EAEE'/%3E%3Cpath d='M45.4499 116.63C44.5199 116.97 39.1699 119.57 38.8699 119.79C38.2599 120.23 37.6099 120.48 36.6299 120.64C36.0699 120.73 34.8899 120.9 35.0499 121.7C35.4399 121.55 36.6299 121.08 37.2399 121.27C37.5799 121.38 41.7399 119.62 42.8099 119.07C41.3199 118.48 42.8399 117.84 43.3399 117.63C43.9399 117.38 44.6499 117.2 45.1799 117.06C45.2699 117.03 45.3999 117 45.4899 116.97C45.4399 116.9 45.3799 116.81 45.4499 116.63Z' fill='%23E6EAEE'/%3E%3Cpath d='M105.17 109.25C104.34 109.4 104.29 109.51 104.27 109.55C104.14 109.81 104.35 110.16 104.62 110.36C104.97 110.62 105.31 110.62 105.49 110.61C106.03 110.61 106.15 110.77 106.19 110.82C106.41 110.48 106.72 110.19 107.2 109.89L107.43 109.76C105.72 110.08 105.02 109.67 105.18 109.25' fill='%23E6EAEE'/%3E%3Cpath d='M106.01 111.45C105.96 111.54 105.89 111.63 105.82 111.71C105.78 111.76 105.73 111.83 105.69 111.88C105.83 111.91 105.92 111.94 105.99 111.99C106.07 111.79 106.09 111.66 106.04 111.54L106.01 111.46' fill='%23E6EAEE'/%3E%3Cpath d='M244.98 117.01L244.74 117.33L244.42 117.84C212.32 121.14 169.48 125.23 137.42 128.99C135.57 132.25 134.35 134.4 130.82 133.71C131.253 132.817 131.86 132.23 132.64 131.95C132.38 131.71 132.03 131.38 131.77 131.14C129.88 131.4 129.72 131.41 128.15 131.53C127.96 131.86 127.7 132.3 127.51 132.63C127.79 133.27 127.93 134.25 127.83 134.94C128.12 135.16 128.5 135.46 128.79 135.69C128.083 136.41 127.35 136.823 126.59 136.93H126.57C126.53 136.98 120.37 144.41 118.07 146.54C118.083 148.253 116.903 151.307 114.53 155.7C117.07 158.627 118.37 160.11 118.43 160.15C118.42 160.85 118.15 161.79 117.78 162.38C118.41 162.84 119.28 163.4 119.96 163.79C120.51 164.32 121.18 165.1 121.63 165.72C123.28 165.86 124.85 166.46 126.5 166.55C129.6 166.2 130.67 167 130.91 169.83L140.37 168.17C141.45 168.53 145.84 169.167 153.54 170.08L164.66 168.89L166.59 167.75L173.99 167.01C175.83 168.17 178.02 168.78 179.52 170.47C179.48 170.83 179.43 171.32 179.39 171.68C180.42 172.08 181.24 172.39 183.14 172.82C186.153 170.487 190.883 171.24 197.33 175.08C197.61 177.35 197.6 177.49 197.59 177.73C198.61 178.1 199.88 178.56 202.57 178.64C202.41 178.3 202.2 177.86 202.04 177.52C206.47 171.09 220.05 168.05 220.69 168.06C221.82 167.3 222.2 167.04 223.14 166.91C223.52 166.94 224.03 166.95 224.41 167.01C226.06 166.4 227.63 167.37 229.26 167.26L229.5 167.24C229.82 167.013 231.753 167.11 235.3 167.53C235.68 167.5 236.19 167.45 236.58 167.43L236.93 167.41C238.1 166.52 238.7 166.19 239.92 166.52C239.98 166.14 240.05 165.64 240.11 165.26C241.25 164.68 242.07 164.26 245.03 163.92C245.58 163.9 246.3 163.87 246.85 163.86H247.1L259.67 164.68C260.03 164.61 260.51 164.52 260.88 164.46C263.753 163.093 266.783 163.57 269.97 165.89C269.517 168.937 269.59 170.72 270.19 171.24C270.12 171.6 270.03 172.07 269.96 172.43C271.253 173.237 272.087 174.083 272.46 174.97C272.81 174.97 273.29 174.99 273.64 174.99C277.93 170.66 271.36 164.8 275.69 160.48C275.78 160.39 288.51 151.17 299.47 149.21L299.86 149.14C299.68 148.83 299.44 148.42 299.26 148.11C300.72 146.37 302.9 147.19 304.68 146.6C304.35 146.46 303.9 146.28 303.57 146.15C303.7 145.81 303.87 145.35 303.99 145C304.23 144.91 304.55 144.79 304.8 144.7C304.12 144.45 303.19 144.17 302.48 144.01C302.75 143.37 302.88 142.41 302.79 141.72C302.45 141.58 302.01 141.4 301.67 141.26C301.81 140.93 302.01 140.49 302.15 140.16C304.74 139.31 305.76 135.66 309.15 136.24C308.76 136.88 308.12 137.65 307.57 138.15C307.91 138.8 308.23 139.74 308.37 140.46C308.9 139.96 309.52 139.21 309.92 138.6C309.71 138.3 309.43 137.89 309.22 137.59C309.29 137.51 319.09 129.33 331.86 129.26C331.68 128.94 331.45 128.51 331.27 128.18C331.5 127.8 331.78 127.21 332.17 127.01C332.197 126.977 338.207 124.63 350.2 119.97C348.9 117.81 348.36 116.91 349.52 114.7C342.86 113.89 338.77 119.34 333.27 121.35L333 121.44C328.41 121.76 323.82 122.09 319.22 122.41C309.37 125.33 300.05 129.7 290.26 132.79C283.24 134.98 281.16 134.2 279.76 133.3C280.01 132.17 280.36 130.62 284.44 130.83C284.933 128.77 285.18 127.7 285.18 127.62C283.75 127.85 282.43 128.46 281.02 128.73H280.42C280.513 128.017 281.607 126.803 283.7 125.09C283.65 124.73 283.59 124.24 283.54 123.88C273.44 119.71 273.13 137.46 262.9 134.41C262.05 132.12 263.13 130.91 267 127.07C266.93 126.69 266.83 126.19 266.76 125.81C269.253 124.19 274.663 122.7 282.99 121.34L282.58 121.2L268.84 121.25C268.11 121.15 267.15 120.86 266.48 120.54C261.6 122.353 256.91 123.123 252.41 122.85C252.36 122.49 252.3 122.01 252.25 121.66C253.05 121.17 255.5 119.68 261.11 118.52C260.68 118.53 260.11 118.52 259.69 118.58C257.07 119.68 256.39 119.36 254.92 118.67H254.74C252.01 118.82 245.12 118.13 245.08 118.12C245.05 117.78 245 117.33 244.97 116.99' fill='%236E97FF'/%3E%3Cpath d='M593.18 115.61C591.73 115.91 590.39 116.62 588.91 116.81C588.91 116.89 588.91 117 588.92 117.09C590.41 117.92 590.46 117.95 590.54 118.89C592.03 118.51 592.79 119.02 592.94 119.46C593.77 119.49 594.6 119.34 595.43 119.54C597.19 118.94 599.07 119.13 599.53 119.97C600.94 120.24 601.3 120.66 600.58 121.2C600.09 121.58 598.4 122.14 597.86 122.27C598.28 123.317 598.46 123.913 598.4 124.06C598.36 124.15 598.29 124.25 598.23 124.32C598.09 124.46 597.84 124.57 597.7 124.71C597.17 125.23 597.24 126.31 596.19 126.35C597.417 127.617 597.5 128.293 596.44 128.38C596.13 128.53 596.13 128.54 596.05 128.73C596.83 129.08 598.67 129.89 597.01 130.51C595.703 130.997 595.173 131.37 595.42 131.63C597.89 131.55 599.4 133.74 601.61 134.28C602.363 133.733 603.64 133.467 605.44 133.48C608.86 132.36 612.47 133.17 615.93 132.48C616.92 132.28 617.49 131.35 618.42 131.05C619.25 130.78 620.15 130.82 620.99 130.57C621.22 130.5 621.28 130.35 621.36 129.85C621.42 129.43 621.46 129.17 622.29 128.74C623 128.37 623.77 128.13 624.48 127.76C623.97 126.77 623.49 125.83 624.32 124.84L629.84 121.35C635.18 120.143 637.913 119.38 638.04 119.06C633.6 119.08 630.07 118.57 629.23 118.2C629.1 118.15 628.94 118.07 628.81 118.02C628.017 118.533 624.53 118.09 618.35 116.69C614.04 116.68 609.74 116.35 605.43 116.29C601.33 116.24 597.27 115.63 593.17 115.64' fill='%23E6EAEE'/%3E%3Cpath d='M638.4 125.62C638.18 125.63 637.81 125.68 637.18 125.89C638.45 126.09 638.42 125.79 638.4 125.62Z' fill='%23E6EAEE'/%3E%3Cpath d='M689.82 107.83C688.82 108.09 687.78 108.03 686.76 108.17C686.01 108.27 685.32 108.57 684.57 108.69C684.44 108.71 684.31 108.73 684.18 108.73C682.36 108.8 680.59 108.33 678.79 108.23C678.72 108.93 678.72 109.33 678.74 109.74C679.16 109.71 679.65 109.69 680.13 109.72C681.04 109.79 681.49 110.05 681.71 110.26C681.76 110.31 681.91 110.33 682.15 110.31C683.763 110.19 684.617 110.133 684.71 110.14C684.71 110.14 684.77 110.14 684.79 110.14C685.02 110.16 685.25 110.19 685.48 110.23C685.54 110.23 685.62 110.25 685.68 110.26C686.18 109.61 686.77 109.43 687.23 109.34C687.43 108.69 687.44 108.66 687.74 108.48C688.39 108.1 689.16 108.11 689.83 107.82L689.81 107.8' fill='%23E6EAEE'/%3E%3Cpath d='M731.36 121.97C731.36 121.97 731.25 121.98 731.2 121.99C731.2 122.35 730.83 122.78 729.13 122.83C729.52 122.93 729.83 123.03 730.36 123.22C730.38 123.22 730.4 123.2 730.41 123.19C730.39 122.82 730.68 122.64 731.13 122.42C731.45 122.26 731.45 122.22 731.45 122.2L731.37 121.98' fill='%23E6EAEE'/%3E%3Cpath d='M722.24 122.19C719.54 122.14 719.44 122.19 719.28 122.27C718.76 122.53 716.66 123.15 715.29 123.17H715.13C714.26 123.68 713.64 123.8 711.95 123.77C711.75 123.77 711.48 123.77 711.27 123.76C710.72 124.48 709.97 124.9 709.96 124.9C709.69 125.05 709.72 125.4 709.49 125.57C709.22 125.77 708.85 125.66 708.59 125.87C708.54 125.91 708.46 126.02 708.36 126.19C709.94 127.177 710.717 127.97 710.69 128.57C710.86 128.87 711.55 128.84 711.89 128.65C713.5 127.77 717.03 128.95 717.39 129.73C717.5 129.97 717.66 130.73 714.97 130.39C713.39 130.19 712.92 130.35 712.71 130.41C713.99 131.26 714.26 131.44 714.14 131.9C713.95 132.65 715.06 132.84 715.37 132.85C716.32 132.89 716.97 133.1 718.16 133.59C717.21 132.27 716.89 131.82 718.17 131.64C716.81 130.76 718.69 130.29 718.71 130.29C720.15 129.96 721.59 130.79 723.02 130.25C722.97 129.85 722.6 129.61 721.86 129.47C720.83 129.36 719.85 129.98 718.8 129.66C718.4 129.54 716.55 128.78 717.4 128.12C717.66 127.92 718.13 127.83 718.51 127.76C718.6 127.74 718.72 127.72 718.82 127.71C718.68 127.55 718.47 127.32 717.13 126.58C715.18 125.5 715.07 125.23 715.02 125.09C714.68 124.21 716.16 123.83 717.36 123.89C718.54 123.95 719.56 124.75 720.79 124.61C719.38 122.39 723.91 122.88 723.96 122.89C724.4 122.99 724.67 123.15 724.84 123.25C725.42 122.96 725.85 122.79 726.62 122.67C725.16 122.54 723.71 122.22 722.24 122.19Z' fill='%23E6EAEE'/%3E%3Cpath d='M763.47 138.92C762.27 139.03 761.06 138.96 759.85 139.08C759.36 139.13 758.94 139.26 758.93 139.37C759.45 139.86 762 139.92 763.35 139.34C763.35 139.21 763.39 139.09 763.47 138.92Z' fill='%23E6EAEE'/%3E%3Cpath d='M565.92 53.14C565.93 53.69 565.95 54.51 563.49 54.21C562.02 55.02 560.75 54.34 560.51 54.19L560.27 54.15C560.2 54.15 560.1 54.16 560.02 54.17C559.927 54.3167 559.817 54.4233 559.69 54.49L559.27 54.66C558.46 54.67 558.41 54.67 557.2 54.32L556.73 54.19C555.93 54.07 555.75 54.89 555.23 55.19L554.77 55.38C553.91 55.39 553.44 55.4 552.44 54.55L552.38 54.5C552.433 55.4267 552.24 55.9633 551.8 56.11C551.8 56.11 548.63 56.76 548.1 56.79C547.64 56.81 547.08 56.64 546.72 56.35C546.53 56.2 545.62 55.4 546.75 54.72C545.51 54.2 543.82 53.86 543.02 53.74C543.84 54.06 543.85 54.1 543.91 54.42C543.23 55.38 541.03 54.69 541.01 54.68C540.737 54.58 539.847 54.88 538.34 55.58C538.16 55.66 537.99 55.75 537.82 55.84C538.15 55.94 538.89 56.07 540.16 55.8C544.15 54.96 546.91 55.91 545.43 56.71C545.32 56.77 545.15 56.83 545.03 56.88C545.15 57.23 545.3 57.66 543.78 57.91L543.85 58.09C543.85 58.18 543.85 58.29 543.85 58.38C545.58 58.03 545.83 58.61 545.82 58.98C546.15 59.19 547.02 59.74 545.42 60.36C549.43 59.81 553.22 61.99 557.23 61.3C560.95 60.66 564.49 59.24 568.27 58.86C569.82 58.7 571.14 57.69 572.71 57.61C572.74 57.61 575.59 56.74 574.61 55.97C573.55 55.15 570.65 56.01 571.08 54.2C570.773 53.8467 570.193 53.7233 569.34 53.83L569.09 53.86L568.86 53.88C568.56 53.88 567.577 53.6333 565.91 53.14' fill='%23E6EAEE'/%3E%3Cpath d='M594.25 85.11C593.94 85.11 593.4 85.14 593.32 85.28C594.16 85.4533 594.667 85.5933 594.84 85.7C595.25 85.53 595.32 85.5 595.57 85.21C595.4 85.18 594.9 85.11 594.25 85.11Z' fill='%23E6EAEE'/%3E%3Cpath d='M593.46 87.02C592.4 87.16 591.39 87.54 590.32 87.63C589.47 87.7 588.63 87.5 587.79 87.46C588.69 88.06 588.38 88.47 587.9 88.82L587.73 88.94C589.99 89.73 591.36 90.21 589.55 91.09C589.01 91.35 588.723 91.4967 588.69 91.53C588.42 91.78 588.36 92.2 588.02 92.39C587.87 92.47 587.43 92.72 585.87 93.07C585.87 93.08 586.82 94.27 590.02 93.92C590.52 93.86 593.1 93.55 595.02 92.68C595.37 92.52 596.09 92.19 597.14 92.11C598.07 92.03 598.99 92.28 599.92 92.11C599.95 92.11 599.98 92.1 600.01 92.09C600.13 92.06 600.39 92 600.53 91.45C600.61 91.15 600.7 90.48 600.44 89.34C600.32 88.78 599.86 88.38 599.72 87.83C599.23 87.63 598.88 87.14 598.29 87.16C597.68 87.97 597.6 88.07 596.66 88.06C596.63 88.06 593.81 87.76 593.49 87.1V87.03' fill='%23E6EAEE'/%3E%3Cpath d='M607.12 93.37C606.89 93.42 606.65 93.46 606.42 93.5H606.65C606.73 93.5 606.8 93.46 606.87 93.44C606.95 93.41 607.04 93.39 607.12 93.37ZM607.29 93.34C607.23 93.35 607.17 93.36 607.11 93.38C607.17 93.37 607.23 93.36 607.29 93.34ZM607.73 75.47C607.02 75.52 606.6 76.12 606.56 76.68C606.53 77.13 605.69 77.47 605.24 77.65C605.11 77.71 604.93 77.79 604.8 77.85C604.87 78.05 604.98 78.34 604.52 78.68C604.43 78.73 604.32 78.79 604.24 78.84C605.29 79.31 603.17 80.06 602.64 80.68C603.67 80.87 605.58 81.23 604.43 82.09C604.52 82.39 604.51 82.71 604.62 83.01C605.27 83.08 605.54 82.57 605.63 82.4C605.9 81.88 606.16 81.54 607.27 81.51C608.26 81.6 608.33 82 608.34 82C608.37 82.21 608.42 83.67 608.42 83.68C608.39 83.79 608.33 84.05 607.73 84.55C607.61 84.65 607.49 84.74 607.37 84.83C607.27 84.91 607.14 85.01 607.05 85.08C609.01 85.17 610.81 84.11 612.78 84.27C613.72 84.35 614.31 84.97 613.63 85.62C613.43 85.81 613.17 85.92 612.97 86.11C613.52 86.97 614.83 86.11 615.3 87.14C615.35 87.26 614.75 89.18 614.73 89.26C614.7 89.36 614.61 89.49 614.54 89.57C613.98 90.2 610.94 90.28 609.5 89.97C609.37 90.22 609.31 90.34 608.59 90.75L608.48 90.81C609.22 90.93 611.48 91.3 610.16 92.32C609.44 92.88 607.87 93.22 607.28 93.35C607.487 93.3233 608.64 93.4666 610.74 93.78C612.2 94 613.68 93.63 615.15 93.88C615.7 93.97 616.12 94.26 615.86 94.64C615.77 94.77 614.9 95.9 611.28 95.69C610.29 95.63 609.75 95.6 606.81 97.21C607.76 97.02 608.74 96.83 610.05 97.31L610.26 97.37C610.84 96.8 611.11 96.53 612.03 96.5H612.24C613.22 96.58 614.17 96.23 615.15 96.29C615.92 96.32 616.48 96.34 617.48 95.95C617.62 95.89 617.92 95.78 618.4 95.77C619.24 95.75 620 96.21 620.84 96.21C622.39 96.21 623.91 95.81 625.46 95.8C625.91 95.8 626.74 95.8 629.06 95.23C627.94 95.12 627.27 94.56 628.24 93.74C628.77 93.29 629.65 92.95 630.49 92.62C631.77 92.13 632.02 91.9 632.09 91.59C631.54 91.1 629.89 90.8 629.56 91.04C628.57 91.77 625.32 91.27 626 89.74C625.553 89.3333 625.117 88.74 624.69 87.96C624.69 87.96 623.92 86.59 622.6 86.39C620.63 86.09 619.99 85.34 619.46 83.97C619.333 83.63 618.39 83.2166 616.63 82.73C616.23 82.62 615.27 82.7 614.98 82.73C614.43 82.78 613.15 82.9 612.96 82.24C612.82 81.74 614.01 81.03 614.93 80.71C616.41 80.19 617.68 77.92 617.69 77.89C615.29 77.61 612.91 78.33 610.51 78.03C609.31 77.88 608.66 77.27 609.2 76.8C610.08 76.05 611.3 76.08 612.24 75.47C611.767 75.5633 610.253 75.56 607.7 75.46' fill='%23E6EAEE'/%3E%3Cpath d='M600.56 84.7C599.52 84.73 598.57 85.15 597.55 85.28C597.07 86 596.23 86.24 595.58 86.74C595.8 86.8 596.03 86.86 596.25 86.92C596.29 86.93 596.33 86.95 596.37 86.96C597.24 85.8 599.03 85.93 600.26 86.71C600.4 86.8 600.67 86.92 600.67 86.92C600.69 86.92 602.98 86.34 603.09 86.28C603.12 86.25 603.15 86.22 603.18 86.19C603.1 85.78 601.06 84.68 600.56 84.69' fill='%23E6EAEE'/%3E%3Cpath d='M672.76 83.12C672.34 83.22 672.03 83.19 671.57 83.15C670.49 83.05 670.68 83.61 670.74 83.68C670.87 83.83 671.21 84.08 672.13 84.39C672.76 84.6 673.03 84.9 672.89 85.22C672.89 85.22 672.88 85.24 672.87 85.25C673.18 85.03 673.4 84.82 673.44 84.71C673.28 84.41 673.43 84.16 673.86 83.48L673.89 83.45C673.7 83.45 673.25 83.45 672.8 83.17C672.78 83.17 672.77 83.14 672.75 83.14' fill='%23E6EAEE'/%3E%3Cpath d='M665.91 78.05C665.51 78.05 664.84 78.18 664.77 78.48C664.66 78.91 664.36 79.32 662.88 79.41C663.3 80.11 661.9 80.6001 660.84 80.3201C660.55 80.2401 660.33 80.1201 660.16 80.0301C659.54 79.6701 659.52 79.7001 659.35 79.8801C659.35 79.8801 658.38 81.0901 658.36 81.1401C658.26 81.5401 658.45 82.1101 658.66 82.6501C658.713 82.7767 658.76 82.8667 658.8 82.9201C659.09 83.2901 659.54 83.4301 659.89 83.7201C660.45 84.1701 660.36 84.4901 660.3 84.6101C660.24 84.7101 660.2 84.8001 660.42 84.9301C660.5 84.9801 660.64 84.9601 660.73 84.9601C660.99 84.9601 661.89 85.0001 662.67 85.0601C661.96 84.4901 662.59 84.0001 663.35 83.9001C663.72 83.8501 664.13 83.88 664.59 83.98C663.66 83.57 663.8 83.2401 663.85 83.1101C663.92 82.9401 665.06 81.84 665.53 81.66C665.95 81.5 666.51 81.4501 666.95 81.4001C666.97 81.4001 667 81.4001 667.02 81.4001C665.847 80.9801 665.187 80.6567 665.04 80.4301C664.81 80.0701 664.74 79.4 665.5 79.01C665.99 78.76 665.96 78.1701 665.89 78.0601' fill='%23E6EAEE'/%3E%3Cpath d='M666.85 84.05C666.37 84.16 666.06 84.2001 665.7 84.2001C665.58 84.2001 665.42 84.1801 665.3 84.1701C665.59 84.2601 665.86 84.41 666.15 84.48C666.4 84.54 666.67 84.58 666.97 84.58C667.02 84.58 667.08 84.58 667.13 84.58C667.1 84.4 666.99 84.2 666.86 84.05' fill='%23E6EAEE'/%3E%3Cpath d='M697.55 77.87L697.16 77.86L697.55 77.87Z' fill='%23E6EAEE'/%3E%3Cpath d='M700.17 45.71C699.47 46.21 699.59 47.41 698.54 47.59C697.72 47.73 693.94 47.17 692.8 46.99C692.77 47.12 692.79 47.31 692.83 47.43C693.06 48.05 693 48.66 689.61 48.62C688.53 48.61 687.95 48.84 687.76 48.95C687.29 49.2 687.26 49.81 686.82 50.08C686.77 50.12 686.69 50.16 686.64 50.2C687.59 51.2 684.03 52.76 683.99 52.77C684.08 53.17 684.3 54.11 681.06 54.12H680.85C680.78 54.12 680.69 54.1 680.62 54.09C680.66 55.6033 679.913 56.8766 678.38 57.91C678.33 57.95 678.26 58 678.21 58.04C681.54 58.88 679.23 60.03 679.12 60.08C678.3 60.48 677.06 60.27 676.39 60.15C674.94 59.9 672.24 61.2 673.1 62.32C673.19 62.44 673.33 62.59 673.37 62.74C673.48 63.16 672.98 63.39 673.06 63.8C673.15 64.27 673.75 64.41 673.79 64.92C673.79 64.9733 673.647 65.3333 673.36 66C673.89 67.09 675.56 66.15 675.97 67.46C676.06 67.74 676.19 68.66 674.26 68.89C676.18 69.63 675.29 71.34 674.7 71.56C674.24 71.73 673.47 71.74 672.96 71.74C672.89 71.74 672.81 71.74 672.74 71.74C672.27 74.72 671.63 74.75 670.73 74.78C670.6 74.77 670.43 74.75 670.3 74.74C670.52 75.18 670.72 75.48 671.69 75.91C672.77 76.39 672.98 77.63 673.81 78.33C674.65 79.04 675.61 79.57 676.41 80.33C676.48 80.39 676.55 80.49 676.61 80.56C676.88 80.88 676.64 81.32 676.47 81.64C676.93 81.76 677.317 82.4433 677.63 83.69C677.877 83.6566 678.76 83.6 680.28 83.52C680.373 82.64 680.97 82.0366 682.07 81.71C682.44 81.6 682.71 81.57 683.02 81.53C683.15 81.52 684.29 81.4 685.89 81.74C686.34 81.84 686.43 81.74 686.53 81.63C687.33 80.7633 688.187 80.52 689.1 80.9C689.19 80.81 689.31 80.69 689.4 80.6H689.23L688.59 80.56C688.28 80.33 688.01 80.13 688.03 79.82L688.99 75.72C689.14 75.36 689.47 74.63 691.27 74.37C692.11 74.25 693.38 74.08 694.31 73.41C694.123 73.09 694.763 72.5366 696.23 71.75C696.23 71.75 694.39 70.12 691.54 70C691.14 69.98 690.2 69.94 689.87 69.52L689.13 67.06C689.18 66.67 690.51 64.31 690.52 64.29C690.69 64.02 691.2 63.78 691.49 63.73C693.31 63.36 694.56 61.81 696.36 61.39C696.4 61.39 700.88 60.22 702.67 59.55C702.77 59.51 702.9 59.47 702.99 59.43C703.58 59.2 703.75 59.11 704.09 58.92C703.92 58.34 702.98 58.37 703.04 57.61C703.04 57.54 703.08 57.44 703.13 57.39C703.5 56.9 703.95 56.48 704.3 55.97C704.93 55.06 706.07 55.33 706.89 54.87C707.497 54.55 709.33 54.4166 712.39 54.47H712.47C711.543 53.91 711.05 53.4766 710.99 53.17C711.25 52.82 712.06 52.94 711.96 52.35C711.83 51.6 710.76 51.83 710.63 51.08C710.47 50.17 709.35 49.61 709.69 48.51C709.457 48.3633 706.347 47.4433 700.36 45.75L700.16 45.71' fill='%23E6EAEE'/%3E%3Cpath d='M711.67 76.02C710.93 76.07 710.23 76.11 709.92 76.65C710.51 76.48 711.1 76.27 711.67 76.02Z' fill='%23E6EAEE'/%3E%3Cpath d='M723.68 73.58C723.16 73.58 718.3 73.76 717.53 73.85C716.66 73.95 715.86 74.33 715.01 74.53C714.95 74.55 714.86 74.57 714.8 74.58C715.01 74.71 715.35 74.93 715.32 75.36C715.29 75.77 716.43 76.17 716.53 76.17C717.22 76.13 719.04 76.01 719.4 76.93C721.38 76.91 722.03 76.95 722.55 77.12C723.95 77.74 725.983 78.15 728.65 78.35C728.85 78.02 729.22 77.94 729.6 77.85C727.65 75.49 727.94 75.31 729.82 74.15C727.76 74.15 725.74 73.63 723.68 73.58Z' fill='%23E6EAEE'/%3E%3Cpath d='M780.52 217.66C778.25 217.63 776.86 218.49 776.8 218.52L776.71 218.71L778.37 219.59L779.08 221.48L781.12 222.51C781.24 223.4 781.37 225.01 780.99 225.77C780.28 227.19 778.68 227.76 777.83 229.05C778.66 229.58 779.87 229.3 780.46 230.31C780.65 230.64 780.76 231.25 779.31 231.58C778.19 231.84 777.61 232.023 777.57 232.13L795.51 238.05C795.51 238.56 795.51 239.24 795.5 239.75C797.6 240.66 799.7 241.57 801.8 242.46C804.23 238.19 805.7 235.61 809.41 235.62C809.7 235.66 809.73 235.66 810.13 235.26L807.84 233.31L806.11 223.43L808.07 221.46L808.45 221.1C807.07 221.05 806.28 220.62 806.08 220.49C805.94 220.4 805.76 220.26 805.6 220.24C805.58 220.24 803.57 220.27 802.03 221.35C800.86 222.17 800.37 222.51 794 221.27C792.27 220.93 789.29 219.65 788.68 219.35C788.4 219.21 788.37 219.21 788.08 219.15C786.78 218.88 785.42 219.11 784.13 218.71C783.01 218.37 780.53 217.65 780.52 217.65' fill='%23E6EAEE'/%3E%3Cpath d='M775.22 219.6L774.91 219.7C774.79 219.93 774.61 220.28 773.84 220.4C773.34 220.48 772.24 220.4 770.54 220.16C769.58 220.03 768.85 220.76 767.94 220.83C767.3 220.89 766.84 220.76 766.06 220.45C765.367 220.177 764.22 220.177 762.62 220.45C762.5 221.61 762.5 221.89 762.52 222.23C763.92 222.95 765.03 223.53 763.29 224.79L763.03 224.97C762.89 225.3 762.67 225.86 760.64 226.16C760.53 226.18 759.19 227.33 759.05 228.01C758.83 229.07 758.09 229.98 758.19 231.13C758.23 231.58 758.22 231.84 758.15 232.25C758.46 232.17 759.39 231.94 763.18 231.49C764.1 231.47 765.32 231.45 766.24 231.43C767.54 229.19 768.69 227.86 775.52 228.77C776.09 227.78 776.34 227.62 776.8 227.34C779.14 225.88 779.06 224.75 778.94 223.05L777.05 222.09L776.35 220.19L775.21 219.61' fill='%23E6EAEE'/%3E%3Cpath d='M857.85 117.04L850.5 117.75C851.15 120.37 852.01 123.87 852.66 126.49C853.38 126.62 853.69 126.67 854.66 126.76C855.17 125.41 855.43 124.73 857.93 124.77L858.08 124.81C858.467 123.983 861.333 124.007 866.68 124.88C868.57 125.18 869.16 127.52 871.13 127.71C874.25 128.01 875.853 128.173 875.94 128.2C876.07 128.25 876.24 128.34 876.37 128.4C878.03 129.19 878.98 130.85 880.52 131.78C881.92 132.62 883.6 132.74 884.99 133.58C887.7 135.21 890.85 135.64 893.73 136.79C894.25 136.82 895.23 136.87 898.11 137.75L898.64 137.91C898.83 138.27 899.09 138.75 899.29 139.11C900.49 139.24 901.58 139.83 902.77 139.99C903.41 139.5 904.2 138.22 904.21 138.2C901.15 135.46 900.4 134.043 901.96 133.95C902.58 133.91 903.2 133.91 903.81 133.86C903.81 133.83 904.65 131.09 908 131.44C909.42 131.58 910.79 130.76 912.23 131.21C913.73 131.67 913.39 132.35 913.06 133.01C915.44 132.997 917.68 132.773 919.78 132.34C917.02 131.2 913.85 132.19 911.15 130.68C908.4 129.08 906.51 131.66 904.18 132.11C901.7 132.59 899.94 130.47 897.64 130.32C896.24 130.23 894.12 130.1 891.55 127.14C891.46 127.04 891.26 126.81 891.03 126.11C889.96 122.88 878.36 123.15 878.25 123.16C876.017 123.26 872.95 122.35 869.05 120.43C867.58 121.54 862.45 122.32 861.58 120C861.41 120.08 861.18 120.16 861 120.2L860.76 120.22C858.25 120.01 857.9 117.73 857.85 117.03' fill='%23E6EAEE'/%3E%3Cpath d='M861.61 117.47C861.61 117.9 861.76 118.31 861.83 118.73C861.84 118.54 861.89 117.98 861.61 117.47Z' fill='%23E6EAEE'/%3E%3Cpath d='M683.88 47.98C683.8 48.03 683.71 48.1 683.63 48.15C683.01 48.53 682.21 48.35 681.61 48.79C681.13 49.14 681.27 49.99 680.53 50.14C679.03 50.45 678.1 51.72 676.78 52.34C676.493 52.4733 676.287 52.5866 676.16 52.68C676.44 53.37 676.76 54.16 673.62 54.02C673.52 54.02 673.38 54.01 673.27 54C673.377 54.5333 673.213 55.09 672.78 55.67C673.19 56.36 673.7 57.21 671.03 56.92C670.34 56.84 669.73 57.24 669.06 57.28C670.71 57.96 671.32 58.21 670.51 58.68C670.43 58.73 670.31 58.77 670.23 58.8C669.65 59 668.58 58.98 668.09 58.75C667.99 58.7 667.72 58.58 665.38 59.35C663.86 59.85 663.03 61.47 661.41 61.81C660.99 61.8966 660.27 61.6333 659.25 61.02C659.97 61.99 660.4 62.58 655.18 62.93C656.47 63.27 656.33 63.75 655.82 63.98C655.07 64.32 652.73 64.06 651.97 63.92C651.4 64.4 651.17 64.59 650.25 64.61H649.86C649.58 64.6 649.52 64.6 649.18 64.7C650.27 65.81 648.06 65.77 647.96 65.77C647.36 65.76 646.88 65.64 646.65 65.59C646.4 65.77 646.35 65.81 646.16 66.01C647.34 66.5766 647.75 67.0033 647.39 67.29C647.73 67.67 648.2 68.19 646.44 68.66C647.02 69.09 647.37 69.36 646.54 69.88L646.47 70L646.59 70.06C647.04 69.93 647.71 69.85 648.39 70.27C653.95 68.47 652.44 70.66 652.43 70.68C652.34 70.81 652.15 70.91 652.01 70.98C651.43 71.26 650.76 71.01 650.17 71.27C649.86 71.41 650 71.8 649.77 71.98C650.22 72.29 650.9 72.24 651.17 72.84C651.33 73.21 651.11 73.46 650.5 73.6C650.43 73.62 650.34 73.63 650.27 73.64C650.1 74.14 649.95 74.42 648.76 74.46C655.36 77.27 658.81 75.77 662.33 73.68C662.7 73.46 663.04 73.26 664.02 73.26L664.51 73.28C664.883 73.2933 665.147 73.2766 665.3 73.23C665.707 72.4033 666.027 71.95 666.26 71.87L666.59 71.8C668.38 71.82 670.06 73.71 670.07 73.73C670.13 73.71 670.21 73.69 670.27 73.67C670.583 72.19 670.753 71.4233 670.78 71.37C671.44 70.25 672.83 71.83 673.46 70.69C674.03 69.65 671.63 69.32 672.39 68.41C672.54 68.23 672.88 68.01 673.63 68C674.11 67.9 674.12 67.89 674.1 67.55C673.31 67 672.11 67.32 671.55 66.32C671.51 66.25 671.48 66.15 671.47 66.07C671.41 65.64 671.97 65.47 671.91 65.04C671.84 64.52 671.19 64.36 671.18 63.81C671.18 63.53 671.22 63.36 671.48 62.87C670.3 59.55 674.6 59.22 675.95 59.2C676.51 59.24 677.06 59.37 677.62 59.4C677.807 59.36 677.953 59.2266 678.06 59C676.86 58.58 676.287 58.2533 676.34 58.02C676.35 57.95 676.37 57.85 676.41 57.79C676.96 56.92 678.04 56.68 678.67 55.89C679.23 55.18 678.18 54.02 679.21 53.5C680.17 53.02 681.25 53.48 682.22 53.09C682.17 52.83 682.02 52.03 684.93 50.67C684.75 50.03 684.65 49.67 686.2 48.46C685.44 48.54 684.4 48.66 683.87 47.99' fill='%23E6EAEE'/%3E%3Cpath d='M682.61 45.6801C682.14 45.8501 681.77 45.9301 681.12 46.0701C681.13 46.2201 681.14 46.3101 680.96 46.4301C681.29 46.4301 681.67 46.4201 682.12 46.5701C682.467 46.6367 682.677 46.6634 682.75 46.6501C682.88 46.6201 682.98 46.5501 683.03 46.5101C683.16 46.4201 683.33 46.3301 683.53 46.2601C683.13 46.1601 682.62 46.0401 682.6 45.6801' fill='%23E6EAEE'/%3E%3Cpath d='M697.55 15.67C697.29 15.85 696.91 15.97 695.95 15.99C695.91 15.99 695.86 15.99 695.82 15.99C696.02 16.18 696.34 16.31 696.79 16.4C697.82 16.6 699.08 17.27 699.21 17.43C699.46 17.73 699.48 18.23 698.22 18.91C699.37 18.87 700.49 18.61 701.64 18.58C702.03 18.57 703.31 18.59 703.28 19.37C703.27 19.61 703.32 19.62 703.48 19.61C705.11 19.5 706.48 18.5 708.07 18.24C705.97 18.3 704.8 18.31 704.56 18.27C703.02 18.02 703.35 17.57 703.43 17.48C703.48 17.43 703.54 17.39 703.61 17.35C701.45 17.35 699.4 16.96 699.92 16.4C699.99 16.32 700.11 16.28 700.2 16.24C700.05 16.19 699.53 16.03 699.1 16.01C698.74 16.01 698.24 15.99 697.79 15.78L697.57 15.66' fill='%23E6EAEE'/%3E%3Cpath d='M692.93 9.69995C692.95 10.25 692.05 10.41 690.63 10.1C690.68 10.27 690.69 10.32 690.57 10.48L690.25 10.71C689.18 10.69 688.27 10.13 687.27 9.84995L687.18 9.93995L687.03 10.1C688.62 10.58 688.95 10.68 688.49 11.06C689.17 11.47 693.35 11.33 695.14 11.27C699.13 11.14 700.34 11.09 700.36 11.81C700.18 11.9966 698.323 12.23 694.79 12.51C695.04 12.54 695.29 12.56 695.54 12.58C696.707 12.6866 698.42 12.7233 700.68 12.69C702.06 12.67 703.32 13.32 704.68 13.4C709.79 13.6 715.46 11.5 715.84 11.3C715.67 11.21 715.51 11.12 713.52 11.07C710.95 11.02 708.44 10.27 705.85 10.4C704.77 11.25 702.74 11.18 702.28 10.29C702.11 9.95995 702.02 9.75995 701.19 10.04C701.23 10.47 701.79 10.59 701.81 11.04C701.81 11.15 701.55 11.3 701.25 11.34C700.51 11.45 698.49 11.2 697.58 10.57C697.11 10.65 696.24 10.81 695.6 10.69C694.66 10.52 693.87 9.90995 692.93 9.72995' fill='%23E6EAEE'/%3E%3Cpath d='M647.55 72.0699C647.56 72.2199 647.52 72.3399 647.37 72.5199C647.41 72.4799 647.57 72.3399 648.01 72.1699L647.55 72.0699Z' fill='%23E6EAEE'/%3E%3Cpath d='M724.76 39.88C724.39 39.88 723.97 39.86 723.61 40.01C723.56 42.99 719.77 41.63 719.74 41.57C719.6 41.37 719.62 41.21 719.74 40.74C717.213 41.9733 715.85 42.6 715.65 42.62H715.48C713.92 42.55 713.76 41.87 714.14 41.4C714.64 40.8 715.48 40.88 716.04 40.41C715.18 40.3966 714.44 40.3366 713.82 40.23L713.61 40.2C713.58 40.27 713.55 40.36 713.52 40.42C714 41.35 712.35 41.35 711.71 41.14C711.143 40.9533 710.487 41.07 709.74 41.49C710 41.91 710.48 42.69 708.75 42.95L708.53 42.97C707.72 42.94 707.28 42.81 706.83 42.15C705.78 42.48 704.76 42.27 704.1 42.03C704.587 42.2433 704.893 42.4133 705.02 42.54L705.14 42.78L704.89 42.92L704.56 43.09C704.1 43.0833 703.663 43.0366 703.25 42.95C702.59 42.82 701.91 42.95 701.25 42.81C701.22 45.26 698.35 43.37 698.33 43.33C698.28 43.27 698.24 43.16 698.2 43.09C697.73 43.12 697.29 43.3 696.82 43.29L696.31 43.27C695.977 43.09 695.85 42.7 695.93 42.1C695.17 42.24 694.9 42.27 694.45 42.32C694.68 42.82 695 43.5 693.3 43.55H693.06C691.62 44.61 689.84 43.62 688.33 44.3C689.16 44.3 690.15 44.44 690.13 45.14C691.29 45.91 690.14 46.26 690.13 46.27C689.46 46.46 688.76 46.19 688.54 46.1C688.42 46.06 688.27 46.01 688.15 45.96C687.96 46.32 687.82 46.46 687.07 46.49C686.95 46.48 686.79 46.46 686.66 46.45C686.91 46.59 687.49 46.93 686.6 47.39C686.94 47.74 687.04 47.84 686.87 48.08C687.15 48.0266 688.563 47.9033 691.11 47.71C691.03 46.6966 692.077 46.2133 694.25 46.26C695.47 46.26 696.65 46.63 697.85 46.76C698.73 44.99 699.06 44.33 703.16 44.27C705.73 44.38 707.93 45.98 710.5 46.06C710.82 45.98 711.93 45.9733 713.83 46.04C714.57 45.97 714.99 46.04 715.62 46.33C716.233 45.6633 716.85 45.3433 717.47 45.37C717.51 45.31 717.56 45.23 717.6 45.17C716.2 42.67 721.52 42.66 721.58 42.66C727.487 42.8 730.767 43.43 731.42 44.55C732.06 44.5033 732.493 44.4466 732.72 44.38C732.72 44.38 729.12 42.89 729.11 42.88L728.94 42.61C729.31 42.37 729.86 42 732.09 42.55C733.08 42.74 733.9 42.06 734.85 42.01C733.25 41.53 732.34 41.2833 732.12 41.27C730.78 41.3 730.38 41.31 729.42 40.85C729.03 40.67 728.05 40.68 727.9 41.34C727.66 42.4 725.55 42.22 725.23 41.39C725.27 41.3 725.31 41.17 725.38 41.11C725.04 40.5 724.92 40.27 725.83 40.05C725.58 39.97 725.27 39.88 724.78 39.85' fill='%23E6EAEE'/%3E%3Cpath d='M685.29 45.89C685.19 45.95 685.06 46.02 684.96 46.08C685.3 46.1 685.58 46.15 685.91 46.23C685.75 46.15 685.59 46.07 685.29 45.89Z' fill='%23E6EAEE'/%3E%3Cpath d='M680.98 11.11C680.81 11.3 680.7 11.42 680.13 11.48C682.51 12.94 682.78 13.75 682.72 14.1L682.51 14.4C679.93 14.36 677.41 12.59 677.16 12.13C676.99 11.82 676.73 11.7 676.39 11.57C676 11.78 675.16 12.32 675.16 12.32C675.78 13.2 674.28 13.37 673.64 13.28C672.65 13.13 671.92 12.28 670.91 12.19L670.12 12.13C670.08 11.99 670.04 11.8 670.06 11.66C670.14 11.61 670.24 11.54 670.33 11.51C670.14 11.5 669.95 11.49 669.76 11.48C669.313 11.64 668.997 11.73 668.81 11.75C668.02 11.82 667.27 11.51 666.48 11.49C665.72 11.47 665.09 11.95 664.35 11.99C664.32 11.99 664.27 11.99 664.24 11.99C664.12 12.56 665.03 12.98 665.04 12.99C665.86 13.15 666.56 12.61 667.34 12.59C668.5 12.66 668.66 12.82 668.84 13.1C668.57 14.31 667.2 13.8 666.61 14.52C666.85 14.74 669.66 15.97 671.56 16.02C673.63 16.08 673.78 15.85 673.97 15.57C674.28 15.11 674.59 14.78 675.79 14.77H675.94C676.84 13.56 679.24 14.15 679.21 14.83C679.21 14.96 679.1 15.1 679.03 15.21C680.12 15.35 681.05 14.47 682.16 14.74C683.4 15.04 683.08 15.88 682.75 16.11C682.48 16.29 678.19 17.18 676.16 17.23C674.66 17.27 674.27 17.31 673.8 17.45C674.17 17.57 675.34 17.5 675.83 17.46C676.63 17.4 683.63 16.93 684.13 17.91C683.97 18.24 683.57 18.47 679.88 18.44C678.76 18.44 678.38 18.48 677.81 18.56L677.85 18.77C677.563 18.9233 676.577 18.9833 674.89 18.95C674.81 18.95 674.71 18.95 674.63 18.95C677.36 19.95 678.27 19.92 679.14 19.9C682.49 19.81 681.39 20.68 681.37 20.69C681.23 20.77 681.01 20.82 680.8 20.87C681.35 21.11 681.97 21.11 682.5 21.43C682.74 21.45 682.79 21.45 683.09 21.41C683.743 20.3166 684.323 19.6066 684.83 19.28C685.81 18.64 687.04 18.7 688.06 18.18C687.8 17.53 687.58 16.97 689.19 16.83C688.2 15.07 695.39 14.56 696.9 14.92C697.02 14.95 697.17 15 697.28 15.04C697.28 14.98 697.28 14.9 697.28 14.84C695.68 14.4933 694.843 14.2733 694.77 14.18C692.89 14.0933 691.877 13.9566 691.73 13.77C691.5 13.75 690.97 13.7 689.64 13.73C688.49 13.74 688.4 13.63 687.6 12.54C686.83 12.56 686.17 13.04 685.39 13.05H685.23C683.58 12.84 684.42 12.19 684.73 11.94C684.81 11.88 684.92 11.79 685 11.73C684.73 11.44 683.79 11.37 683.25 11.35C682.57 11.58 682.03 11.76 680.98 11.09' fill='%23E6EAEE'/%3E%3Cpath d='M705.25 40.68C705.25 40.68 705.27 40.82 705.76 41L705.88 40.85L705.99 40.76L705.64 40.74L705.25 40.67' fill='%23E6EAEE'/%3E%3Cpath d='M1288.96 117.86C1288.77 117.91 1288.49 117.9 1287.73 117.81C1289.42 118.19 1290.5 118.47 1291.72 118.94C1293.25 119.53 1294.07 119.47 1294.11 119.46C1291.69 118.55 1289.13 117.85 1288.96 117.85' fill='%23E6EAEE'/%3E%3Cpath d='M1173.23 152.61C1173.01 152.68 1173.04 152.75 1173.11 152.81C1173.24 152.87 1173.41 152.95 1173.54 153C1173.37 152.83 1173.29 152.73 1173.23 152.61Z' fill='%23E6EAEE'/%3E%3Cpath d='M1179.49 156.89C1176.65 157.14 1175.97 157.97 1177.47 159.36C1177.99 159.84 1179.01 159.76 1179.08 160.76C1179.08 160.84 1179.08 160.94 1179.08 161.01C1179.06 161.53 1178.56 161.83 1178.47 162.32C1178.36 162.92 1179.12 163.26 1178.93 163.88C1178.77 164.41 1178.18 164.45 1177.86 164.8C1177.93 165.4 1178.03 166.22 1174.62 166.68C1173.61 166.81 1172.25 166.4 1171.33 165.67C1171.24 165.6 1171.09 165.54 1170.98 165.55C1170.82 165.73 1170.6 165.97 1170.91 166.46C1171.55 167.45 1171.15 167.86 1170.2 168.27C1170.13 168.3 1170.05 168.34 1169.98 168.37C1171.2 169.48 1169.61 169.6 1169.27 169.62C1168.25 169.66 1167.09 169.35 1166.51 168.88C1166.43 168.81 1166.28 168.75 1166.18 168.74C1164.76 168.66 1163.36 169.11 1161.94 168.97C1160.67 168.85 1159.55 167.67 1158.15 168.39C1157.4 169.063 1155.78 169.77 1153.3 170.51C1153.3 170.51 1153.38 170.61 1153.42 170.65C1153.49 170.65 1153.58 170.63 1153.65 170.63C1153.83 170.617 1154.61 170.657 1155.98 170.75C1157.32 170.85 1158.52 170.13 1159.83 170.09C1160.61 170.07 1162.99 170 1165.95 170.27C1169.49 170.6 1169.75 171.97 1169.83 172.42C1170.19 174.36 1171.96 173.35 1173.51 172.46C1172.1 171.35 1171.58 170.94 1172.67 170.77C1174.77 170.45 1177.14 174.16 1178.65 171.74C1178.79 171.52 1179.05 171.41 1179.13 171.4C1179.19 171.39 1179.28 171.37 1179.34 171.37C1179.54 171.343 1180.34 171.6 1181.75 172.14C1182.51 172.43 1182.18 170.88 1182.99 170.93C1183.96 170.99 1184.47 171.49 1184.49 171.51C1185.17 172.18 1186.27 171.18 1186.27 171.16C1186.38 170.15 1185.41 169.76 1185.05 169.01C1184.74 168.37 1185.16 167.71 1185 167.06C1184.75 166.08 1184.08 165.55 1183.82 165.36C1183.08 164.78 1182.93 164.48 1182.94 164.33C1182.95 164.117 1183.73 163.55 1185.26 162.63C1185.2 162.38 1185.1 161.96 1181.58 158.87C1180.19 157.65 1179.87 157.33 1179.47 156.88' fill='%23E6EAEE'/%3E%3Cpath d='M1153.09 172.14C1152.59 172.15 1152.13 172.29 1151.83 172.4C1153.23 172.79 1154.92 174.57 1154.71 175.87C1154.59 176.67 1155.7 177.64 1156.33 177.94C1156.56 177.86 1156.73 177.42 1156.99 176.6C1157.34 175.52 1157.51 175.08 1157.86 174.63C1157.9 174.58 1157.94 174.51 1157.98 174.46C1157.13 174.18 1156.56 173.87 1156.29 173.54C1156.22 173.453 1155.93 173.337 1155.42 173.19C1154.83 173.02 1153.73 172.71 1153.2 172.25C1153.17 172.22 1153.13 172.17 1153.09 172.15' fill='%23E6EAEE'/%3E%3Cpath d='M1150.68 172.9C1150.45 173 1150.35 173.05 1150.33 173.08C1150.39 173.16 1150.47 173.2 1150.55 173.25C1150.63 173.13 1150.67 173.03 1150.69 172.89' fill='%23E6EAEE'/%3E%3Cpath d='M1165.15 171.97C1164.99 171.95 1164.52 171.9 1164.28 171.99C1164.16 172.61 1163.82 172.77 1161.96 172.58C1160.85 172.467 1160.3 172.537 1160.31 172.79C1160.31 172.79 1160.4 174.35 1162.02 174.58C1162.04 174.58 1162.08 174.58 1162.1 174.58C1162.11 174.56 1162.16 174.51 1162.14 174.36C1162.07 173.92 1162.19 173.58 1162.99 173.37C1163.5 173.23 1164.64 173.28 1165.72 173.62C1166.74 173.95 1166.44 172.6 1166.43 172.59C1166.34 172.33 1166.26 172.1 1165.15 171.96' fill='%23E6EAEE'/%3E%3Cpath d='M1174.43 145.82C1174.36 145.84 1174.27 145.87 1174.21 145.9C1174.26 145.973 1174.33 146.043 1174.43 146.11C1174.74 146.3 1175.48 146.75 1175.75 147.18C1175.89 147.41 1176.67 149.5 1176.66 149.64C1176.64 149.94 1176.31 150.23 1176.59 150.55C1176.92 150.92 1176.94 151.2 1176.66 151.37C1176.47 151.497 1175.54 151.513 1173.87 151.42C1174.06 151.7 1174.11 151.8 1174.14 151.99C1174.39 152.137 1175.45 152.26 1177.32 152.36C1179.3 152.47 1180.17 152.83 1184.37 154.55C1184.08 153.17 1184.07 153.15 1185.04 152.88C1186.76 152.41 1188.47 153.14 1190.19 152.95L1189.75 152.73C1189.27 152.15 1189.12 151.97 1190.21 151.24C1189.87 151.15 1189.63 150.84 1189.25 150.83C1188.46 150.81 1187.71 151.17 1186.92 151.17C1184.34 150.96 1177.27 147.4 1175.29 146.21C1174.64 145.82 1174.41 145.83 1174.41 145.83' fill='%23E6EAEE'/%3E%3Cpath d='M1174.3 153.51C1174.54 153.74 1174.7 153.95 1174.85 154.23C1174.95 154.14 1175.09 154.07 1175.41 154.04C1174.92 153.82 1174.66 153.7 1174.31 153.51' fill='%23E6EAEE'/%3E%3Cpath d='M1091.14 199.32C1087.58 198.98 1087.4 199.03 1086.64 199.25C1086.32 199.34 1084.8 199.85 1085.65 200.91C1087.15 202.78 1090.68 202.21 1090.99 201.76C1090.93 201.55 1090.89 201.33 1091.05 200.94C1091.27 200.39 1091.7 199.96 1091.93 199.42C1091.67 199.38 1091.41 199.35 1091.15 199.32' fill='%23E6EAEE'/%3E%3Cpath d='M1129.91 190.53C1127.04 190.36 1125.27 192.92 1127.56 195.36C1127.98 195.81 1128.52 196.22 1129.16 196.59C1129.98 195.29 1130.8 191.64 1130.17 190.58L1129.91 190.53Z' fill='%23E6EAEE'/%3E%3Cpath d='M1088.56 114.83C1088.27 114.81 1086.93 114.76 1084.52 114.68C1083.24 114.5 1082.16 114.507 1081.28 114.7C1083.08 116.613 1084 117.777 1084.05 118.19C1083.29 118.52 1081.72 119.19 1081.91 122.81C1077.19 124.1 1076.8 124.21 1073.06 122.77L1072.39 125.22L1072.94 126.56L1072.38 126.58H1072.15L1072.46 126.79C1074.45 127.39 1076.57 127.15 1078.55 127.79C1082.69 125.77 1090.64 131.94 1090.71 132.01C1089.43 132.9 1089.29 133 1086.1 132.15C1078.29 131.6 1070.83 135.31 1062.96 134.06C1062.91 134.38 1062.84 134.81 1062.79 135.12C1063.38 135.54 1064.1 136.19 1064.57 136.74C1064.45 137.07 1064.28 137.51 1064.16 137.83C1050.65 141.27 1050.39 141.34 1040.59 140.65C1039.45 140.4 1038.49 139.65 1037.32 139.51C1036.19 139.463 1034.28 139.067 1031.59 138.32L1006.46 134.66L982.14 124.93C982.227 123.61 982.177 122.513 981.99 121.64C977.12 119.25 971.35 118.73 967.35 114.54C966.93 114.48 966.37 114.4 965.95 114.3C965.77 114.93 965.34 115.72 964.92 116.21C964.23 116.26 963.31 116.43 962.65 116.65C962.83 117.28 963.34 118.05 963.84 118.47C963.73 118.81 963.58 119.26 963.47 119.6C959.85 120.55 955.11 119.16 954.58 119C954.31 120.09 953.99 121.18 953.76 122.28C954.21 122.68 954.62 123.48 954.67 124.09C952.19 124.25 949.74 123.82 947.27 123.72C947.277 124.467 948.29 125.947 950.31 128.16C950.01 128.73 949.47 129.43 948.98 129.85C949.13 130.17 949.34 130.59 949.5 130.9C949.32 131.12 949.08 131.42 948.9 131.64C945.86 132.2 943.19 134.27 939.91 133.88C937.28 133.55 934.83 135.57 932.14 134.48C931.46 134.48 930.56 134.53 929.89 134.62H929.85C928.5 135.26 928.47 135.27 927.35 135.29C927.25 135.64 927.2 136.15 926.98 136.43C927.4 137.03 935.94 144.5 943.41 147.05L945.63 147.08C947.26 146.92 948.84 146.34 950.5 146.42C953.93 147.16 956.18 148.28 957.16 149.74C955.45 152.2 954.54 152.33 953.15 152.51C953.82 153.8 955.4 154.37 955.81 155.86C954.86 156.31 954.11 156.67 952.47 156.09C955.66 158.96 959.86 159.96 963.48 162.05C972.66 159.37 978.58 167.65 986.59 168.91C988.41 169.11 990.16 169.69 991.98 169.89L992.85 169.95C994.79 169.02 995.24 169.34 996.94 170.5C998.32 169.867 1000.68 169.873 1004.01 170.52C1006.65 170.57 1009.17 169.65 1011.79 169.56C1014.04 168.887 1018.93 169.53 1026.46 171.49C1031.97 170.3 1036.18 178.32 1036.2 178.4C1035.41 179.66 1034 180.52 1033.79 182.15C1039.99 185.41 1043.08 187.247 1043.06 187.66C1043.96 188.72 1045.57 188.8 1046.32 190.06L1046.46 190.25C1049.23 190.39 1050.95 190.677 1051.62 191.11C1051.14 190.64 1050.6 189.9 1050.31 189.3C1050.51 189.03 1050.78 188.68 1050.98 188.41C1051.12 188.41 1051.3 188.4 1051.44 188.39L1052.03 188.49C1053.34 188.42 1054.62 187.93 1055.95 188.25C1056.8 188.09 1058.12 188.2 1059.9 188.58C1062.16 188.31 1064.24 186.6 1066.67 187.78C1068.7 188.93 1072.82 187.71 1072.86 191.01C1074.35 192.02 1076.1 192.43 1077.72 193.15L1078.23 193.19C1080.16 192.61 1081.04 192.35 1082.99 193.69C1085.14 193.27 1085.6 193.24 1087.18 194.74C1087.15 195.07 1087.12 195.51 1087.09 195.84C1087.18 195.8 1097.75 192.05 1102.71 193C1104.64 192.65 1105.33 192.58 1109.88 192.91C1112.59 191.63 1114.85 189.51 1117.78 188.63L1118.22 188.54C1118.56 188.067 1118.81 187.107 1118.96 185.66C1118.69 185.46 1118.29 185.23 1118.05 184.99L1117.75 184.64C1118.71 184.07 1119.83 183.95 1120.87 183.59C1121.13 182.21 1121.22 181.75 1123.08 181.18C1122.88 180.08 1122.62 178.98 1122.47 177.87C1122.09 177.69 1121.57 177.45 1121.2 177.25C1119.76 177.25 1119.42 177.25 1117.82 176.39C1117.93 176.07 1118.09 175.65 1118.2 175.34C1118.85 175.23 1119.7 175.03 1120.34 174.85C1118.19 173.31 1115.29 173.23 1113.36 171.27C1114.95 170.78 1115.01 170.76 1118.74 171.94C1116.01 170.533 1114.47 169.547 1114.1 168.98C1111.5 167.18 1104.68 162.26 1104.68 162.26C1105.37 161.44 1106.46 161.08 1107.01 160.12C1107.18 160.12 1107.39 160.1 1107.56 160.1L1107.95 160.16C1108.99 159.19 1109.13 159.07 1110.29 159.1C1111.16 158.92 1112.35 158.83 1113.86 158.83C1113.23 158.363 1111.08 157.687 1107.41 156.8C1102.57 160.17 1100.29 156.62 1099.71 155.45C1095.52 154.33 1093.22 153.21 1092.83 152.09C1093.01 151.8 1093.25 151.41 1093.43 151.12C1093.64 151.09 1093.92 151.04 1094.13 151.01C1095.26 151.14 1096.38 151.36 1097.51 151.47C1098.1 150.13 1107.53 147.89 1109.59 149.88C1109.39 150.94 1108.52 151.71 1108.33 152.77C1108.61 152.93 1108.99 153.15 1109.27 153.32C1113.3 151.93 1127.17 148.88 1128.55 149.08C1128.67 148.77 1128.83 148.36 1128.95 148.05C1129.3 148.05 1129.77 148.05 1130.12 148.05C1130.7 147.75 1131.51 147.42 1132.13 147.23C1132.18 146.9 1132.26 146.45 1132.31 146.12C1133.19 145.84 1134.6 146.08 1136.54 146.84C1136.94 146.87 1137.48 146.88 1137.87 146.97C1136.75 145.05 1134.62 143.79 1134.28 141.38C1134.49 141.34 1134.78 141.29 1135 141.25C1135.74 140.87 1137.42 140.93 1140.03 141.43C1140.78 140.66 1141.15 139.59 1142.03 138.93C1142.03 138.9 1142.03 138.87 1142.03 138.85C1141.48 136.81 1141.62 136.67 1142.17 136.08C1142.02 135.953 1141.48 135.407 1140.57 134.44C1132.07 134.18 1127.02 133.063 1125.43 131.09C1123.36 130.54 1121.45 129.49 1119.35 129.03H1119.22C1108.93 126.76 1102.55 116.66 1091.77 115.35C1090.7 115.23 1089.66 114.97 1088.59 114.85' fill='%23E6EAEE'/%3E%3Cpath d='M1135.24 207.73C1134.53 207.66 1134.17 207.62 1136.05 210.94C1136.95 212.54 1137.98 214.34 1135.2 213.46C1135.77 214.44 1136.36 215.15 1136.61 215.38C1136.94 215.68 1137.4 215.64 1137.78 215.82C1138.36 216.1 1139.72 216.9 1139.75 218.41C1139.75 218.48 1139.79 218.58 1139.8 218.59C1139.99 218.72 1140.65 218.81 1141.14 218.83C1141.87 218.86 1142.59 218.71 1143.32 218.71C1143.05 218.33 1142.84 217.91 1142.56 217.54C1141.99 216.77 1140.87 216.54 1140.53 215.53C1140.23 214.65 1141.04 213.92 1142.17 212.91C1142.5 212.61 1142.67 212.46 1142.34 211.88C1141.7 210.76 1140.38 210.17 1140 208.85L1139.96 208.74C1138.35 208.56 1136.84 207.91 1135.23 207.73' fill='%23E6EAEE'/%3E%3Cpath d='M1167.24 233.01C1167.06 233 1167.05 233 1166.94 233.02C1167.41 233.46 1168.51 234.5 1166.86 234.57C1166.48 234.59 1166.1 234.52 1165.72 234.58C1165.65 235.28 1165.6 235.7 1163.85 235.58C1163.83 235.98 1163.81 236.64 1161.91 236.14C1160.64 235.81 1159.09 235.1 1158.75 234.93C1158.58 234.84 1158.52 234.82 1158.12 235.05C1157.62 235.34 1157.18 235.7 1156.65 235.95C1156.14 236.19 1155.53 236.08 1155.04 236.41C1154.89 236.51 1154.64 236.78 1154.68 237.38C1155.8 236.73 1156.1 236.55 1157.18 236.65C1157.44 236.69 1157.63 236.657 1157.74 236.55C1158.57 235.79 1160.66 236.41 1161.15 236.64C1162.98 237.53 1163.59 239.55 1165.02 240.8C1165.43 241.16 1165.61 241.2 1166.21 241.34C1167.91 241.72 1169.14 242.39 1169.8 242.75C1169.86 242.78 1169.95 242.83 1170.01 242.86C1168.72 240.927 1168.1 239.903 1168.15 239.79C1168.22 239.6 1168.5 239.46 1168.88 239.42C1169.69 239.33 1170.49 239.5 1171.3 239.45C1172.49 239.37 1172.17 238.86 1171.8 238.27L1168.05 233.4C1167.86 233.18 1167.6 233.05 1167.25 233.01' fill='%23E6EAEE'/%3E%3Cpath d='M1138.52 226.93C1138.41 227.25 1138.3 227.58 1138.18 227.9C1138.71 227.58 1138.79 227.34 1138.52 226.93Z' fill='%23E6EAEE'/%3E%3Cpath d='M1141.93 221.61C1142.97 222.65 1143.6 222.86 1144.07 222.94C1144.16 222.94 1144.27 222.94 1144.35 222.94C1143.9 222.61 1143.08 222.16 1141.92 221.6' fill='%23E6EAEE'/%3E%3Cpath d='M1147.94 219.64C1147.04 219.55 1146.67 219.62 1146.37 219.7C1146.3 219.72 1146.21 219.75 1146.15 219.77C1146.33 219.87 1146.41 219.89 1146.6 219.92C1147.39 219.98 1149.78 220.15 1152.6 221.84C1153.99 222.67 1154.56 223.25 1154.51 223.78C1154.48 224.05 1154.9 224.69 1155.29 225.13C1156.4 224.87 1157.71 225.43 1158.32 225.86C1158.89 226.27 1159.09 226.61 1159.15 226.77C1159.29 227.11 1158.96 227.41 1159.07 227.75C1159.07 227.75 1159.85 228.33 1161.4 229.49C1161.08 228.52 1162.56 228.62 1163.04 228.07C1162.94 227.63 1160.11 225.5 1159.95 225.41C1158.63 224.67 1157.06 224.66 1155.73 223.94C1154.98 223.53 1154.73 223.25 1154.47 222.8C1154.42 222.72 1154.33 222.56 1153.98 222.34C1153.84 222.25 1150.56 220.32 1150.55 220.31C1150.14 220.11 1149.1 219.77 1147.93 219.64' fill='%23E6EAEE'/%3E%3Cpath d='M1148.9 225.67C1148.61 226.02 1149.29 227.31 1150.08 227.94C1150.86 227.98 1151 227.94 1151.07 227.9C1150.99 226.73 1152.61 227.34 1153.33 227.96C1153.42 228.04 1155.44 229.81 1154.47 230.72C1154.04 231.12 1154.62 232.13 1155.18 232.41C1155.95 232.79 1157.09 230.92 1157.14 229.83H1156.7L1156.04 229.72C1155.42 229.3 1155.04 229.05 1155.03 228.63C1155.03 228.43 1154.13 227.9 1153.75 227.69C1153.45 227.52 1150.72 225.99 1148.9 225.67Z' fill='%23E6EAEE'/%3E%3Cpath d='M1295.84 287.17C1295.46 287.68 1294.58 287.82 1292.44 288.14C1291.11 288.35 1290.76 288.41 1289.54 288.26C1287.58 288.02 1285.69 287.45 1283.76 287.09C1291.62 290.97 1295.85 287.67 1295.89 287.63C1295.85 287.5 1295.83 287.39 1295.84 287.17Z' fill='%23E6EAEE'/%3E%3Cpath d='M1248.49 275.3C1250.9 280.21 1252.94 287.52 1256.51 291.67C1256.56 291.73 1262.79 293.9 1263.36 292.6C1263.67 291.873 1263.99 291.52 1264.31 291.54C1264.84 291.04 1264.82 290.19 1265.45 289.75C1265.6 289.64 1266.13 289.48 1267.11 289.57C1269.57 289.8 1273.53 291.13 1276.34 292.66C1279.99 294.66 1282.72 298.21 1287.06 299.06C1290.34 299.15 1293.24 300.83 1296.41 301.36C1296.01 301.12 1295.81 301.01 1295.38 300.84C1294.61 300.52 1293.97 300.21 1293.69 300.08C1292.32 299.41 1291.33 298.13 1289.82 297.69C1288.49 297.3 1286.84 296.81 1285.87 296.22C1285.26 295.847 1284.25 294.877 1282.85 293.31C1281.89 292.24 1280.47 291.92 1279.34 291.13C1277.33 289.73 1277.28 288.86 1278.13 288.62C1278.47 288.52 1279.1 288.6 1279.31 288.62C1279.72 288.69 1279.78 288.69 1280.09 288.69C1279.58 288.24 1278.93 287.92 1278.81 287.86C1276.73 286.86 1274.46 286.39 1272.32 285.56C1268.91 284.24 1266.14 281.75 1262.78 280.33C1256.68 277.75 1255.11 277.28 1248.52 275.32' fill='%23E6EAEE'/%3E%3Cpath d='M1296.43 285.97C1296.01 285.94 1295.81 286.28 1295.81 286.28C1295.78 286.327 1295.8 286.437 1295.87 286.61C1295.93 286.75 1295.93 286.82 1295.93 286.86C1296.24 286.16 1296.38 286 1296.43 285.96' fill='%23E6EAEE'/%3E%3Cpath d='M978.83 216.08C978.83 216.08 978.62 218.73 978.72 219.1C978.89 219.75 980.33 222.98 980.76 223.48C982.07 225.02 983.9 225.18 985.43 223.87C986.25 223.17 986.73 222.04 985.94 221.1C984.06 218.88 979.86 216.57 978.84 216.08' fill='%23E6EAEE'/%3E%3Cpath d='M851.53 266.92C851.32 267.1 850.77 267.57 851.07 268.47C851.55 269.94 849.14 270.49 847.74 270.46C847.03 270.41 846.8 270.4 846.42 270.6C846.507 271.44 846.483 271.94 846.35 272.1C847.07 272.88 846.77 273.56 845.45 274.14C845.44 274.14 838.39 276.19 837.93 276.31C837.26 276.48 836.67 276.47 836.39 276.47L835.99 276.44C834.19 276.23 832.48 276.94 830.7 276.91C830.62 276.91 830.51 276.91 830.43 276.9C830.32 277.76 830.55 278.63 830.27 279.48C830.06 280.14 829.49 280.63 829.43 281.35C829.39 281.85 829.63 282.55 829.89 283.02C830.85 284.76 833.03 285.81 832.81 288.22C832.56 291.02 828.94 291.74 828.83 294.63C828.75 296.78 832.58 302.02 832.62 302.07C834.01 303.94 838.24 304.51 838.72 304.57C840.08 304.74 844.76 303.99 845.22 303.62C846.68 302.47 853.18 283.59 853.42 282.39C853.58 281.61 853.2 280.81 853.5 280.04C853.68 279.58 854.05 279.2 854.09 278.68C854.1 278.55 854.04 278.44 853.77 278.08C853.43 277.63 853.06 276.65 853.5 275.95C853.81 275.45 854.8 274.47 857.19 276.31C857.54 276.08 857.97 275.8 854.39 269.85C853.99 269.18 853.71 268.92 851.53 266.91' fill='%23E6EAEE'/%3E%3Cpath d='M848.25 184.26C845.663 184.6 842.517 184.7 838.81 184.56C833.9 184.37 831.19 187.43 831.16 187.46C830.52 188.35 829.5 188.41 829.06 188.44L813.44 186.49C812.97 186.37 812.79 186.32 811.92 186.96C812.71 188.37 812.45 188.44 810.74 188.9C811.25 189.7 811.15 190 811.05 190.32C810.88 190.83 811.14 191.6 811.45 192.14C811.54 192.29 811.66 192.5 811.76 192.64C812.28 193.42 813.12 193.89 813.67 194.64C814.29 195.48 813.55 197.16 814.98 197.43C815.733 197.57 820.13 197.153 828.17 196.18C829.59 196.01 830.77 195.11 832.17 194.88C833.63 194.64 835.1 195.04 836.55 194.83C836.89 194.78 837.69 194.31 838.22 194C838.59 193.76 838.82 193.63 839.35 193.48C841.92 192.73 844.6 192.77 847.23 192.43C849.9 192.08 850.12 191.77 850.39 190.91C850.74 189.8 852.17 189.7 853.21 189.62C853.36 189.61 853.57 189.59 853.72 189.58C851.9 187.81 850.07 186.04 848.25 184.27' fill='%23E6EAEE'/%3E%3Cpath d='M969.34 397.05C969.34 397.05 966.84 398.32 969.01 399.12C969.06 399.14 969.14 399.16 969.19 399.18C969.34 399.21 969.54 399.28 969.7 399.3C970.52 399.39 971.28 398.98 972.1 399.08C972.99 399.19 973.72 399.83 974.65 399.79C975.61 399.75 975.71 399.13 975.74 398.92C975.45 398.69 974.58 398.46 972.54 398.04C970.75 397.67 970 397.44 969.34 397.05Z' fill='%23E6EAEE'/%3E%3Cpath d='M1310.89 291.53C1312.15 292.51 1313.98 293.79 1314.97 294.19C1314.78 293.86 1313.55 292.87 1310.89 291.53Z' fill='%23E6EAEE'/%3E%3Cpath d='M1240.75 299.16C1240.78 299.433 1240.78 299.61 1240.75 299.69C1240.84 299.53 1240.99 299.42 1241.27 299.32C1241.1 299.26 1240.92 299.2 1240.74 299.16' fill='%23E6EAEE'/%3E%3Cpath d='M1264.56 298.7C1264.39 298.94 1264.17 299.26 1264 299.51C1266.26 305.37 1273.14 323.2 1259.97 316.83C1258.29 316.02 1257 314.52 1255.08 314.15C1254.99 314.137 1250.17 311.837 1240.6 307.25C1239.54 306.73 1238.73 306.213 1238.17 305.7C1238.31 305.34 1238.53 304.8 1238.87 304.64C1239.09 304.46 1239.39 304.21 1239.61 304.03C1239.22 303.53 1238.65 302.91 1238.18 302.48C1238.2 302.19 1238.23 301.8 1238.25 301.51C1238.85 301.38 1239.65 301.25 1240.26 301.17C1240.42 300.94 1240.64 300.63 1240.8 300.4C1240.6 300.32 1240.33 300.22 1240.13 300.14L1239.92 300.16C1239.43 300.027 1238.54 299.58 1237.24 298.82C1236.7 299.04 1235.91 299.26 1235.33 299.2L1217.7 296.79C1217.34 297.05 1216.77 297.37 1216.33 297.34C1216.32 297.36 1214.91 299.94 1214.89 300.84C1214.67 301.02 1214.37 301.27 1214.15 301.46C1214.65 302.7 1216.02 303.3 1216.48 304.57C1215.51 304.97 1213.6 304.497 1210.77 303.15C1210.79 303.43 1210.82 303.8 1210.84 304.08C1208.11 304.96 1207.05 302.19 1207.01 302.07C1204.27 301.34 1201.75 299.83 1198.81 299.85C1198.84 300.14 1198.89 300.53 1198.93 300.83C1198.34 301.263 1197.13 301.257 1195.3 300.81C1195.3 301.09 1195.28 301.47 1195.27 301.75C1195.1 301.8 1194.87 301.87 1194.7 301.93C1194.27 302.29 1193.55 302.61 1192.99 302.68C1193.23 303.61 1193.67 304.47 1193.91 305.4C1193.19 305.64 1192.34 305.587 1191.37 305.24C1191.67 305.77 1192.07 306.47 1192.39 306.99C1192.3 307.28 1192.19 307.66 1192.1 307.94C1191.94 308.01 1191.73 308.1 1191.58 308.17C1189.27 308.98 1188.18 306.65 1186.37 306.16C1186.14 306.34 1185.83 306.58 1185.6 306.75C1185.71 307.263 1186.18 308.153 1187.01 309.42C1183.96 314.74 1168.76 317.95 1165.19 315.02C1161.78 315.02 1156.16 317.72 1156.11 317.75C1155.84 318.81 1155.74 319.21 1154.69 319.21L1154.1 319.12C1153.86 318.95 1153.55 318.73 1153.31 318.56L1155.86 326.87C1158.85 329.13 1159.01 329.7 1159.37 330.95C1159.07 331.25 1158.57 331.65 1158.15 331.67H1158.11C1157.8 331.79 1157.39 332.05 1157.06 332.03C1179.71 354.78 1173.15 356.92 1172.33 357.08C1181.9 366.25 1192.93 358.22 1203.16 359.72C1210.23 360.77 1216.35 355.56 1223.43 356.65C1231.55 357.51 1239.82 356.37 1247.83 358.59C1249.71 358.74 1251.5 359.36 1253.34 359.71C1254.39 359.89 1259.62 360.92 1258.95 363.96C1262.1 365.33 1263.63 368.66 1266.57 370.29C1268.18 368.48 1268.34 368.29 1270.74 368.15C1271.21 362.3 1275.73 365.66 1275.78 365.69C1276.03 365.9 1276.26 366.28 1276.47 366.53C1276.36 367.49 1275.92 368.35 1275.71 369.28C1279.34 372.44 1281.07 374.22 1280.89 374.62C1281.37 374.59 1282.02 374.56 1282.5 374.58C1285.1 375.22 1288.45 377.59 1289.55 380.45C1290.12 384.58 1297.66 385.8 1297.73 385.81C1299.41 386.06 1305.07 387.85 1307.93 389.44C1310.47 389.68 1312.56 386.14 1315.27 388.36C1317.19 388.98 1318.68 390.34 1320.38 391.33C1326.6 389.57 1330.99 388.807 1333.54 389.04C1333.76 388.85 1334.06 388.6 1334.29 388.41C1331.25 375.1 1336.52 372.66 1337.61 372.31C1338.47 368.07 1335.21 364.09 1336.8 359.81C1335.99 358.81 1335.74 357.49 1334.89 356.52L1334.31 356.4C1333.39 355.64 1332.35 354.78 1331.14 350.8C1327.61 350.14 1326.54 345.95 1323.08 345.18C1322.05 345.05 1321.17 344.93 1320.11 343.59L1320.04 343.48C1318 343 1316.83 342.24 1315.69 339.2C1315.17 339.06 1314.5 338.77 1314.06 338.47C1312.84 338.7 1312.05 338.82 1311.22 338.3C1307.99 336.29 1306.75 332.28 1303.34 330.46C1299.21 328.26 1293.03 330.08 1290.87 324.06C1282.22 314.913 1277.18 310.343 1275.75 310.35C1274.22 310.07 1270.49 306.193 1264.56 298.72' fill='%23E6EAEE'/%3E%3Cpath d='M1275.58 371.88C1275.47 372.12 1275.34 372.26 1275.13 372.4C1275.58 372.41 1275.74 372.34 1275.69 372.16L1275.58 371.88Z' fill='%23E6EAEE'/%3E%3Cpath d='M1331.19 401.11C1329.2 401.03 1327.3 401.8 1325.31 401.73C1323.58 401.54 1322.23 401.14 1319 399.85C1318.81 399.78 1318.56 399.68 1318.37 399.6C1321.65 403.21 1322.88 404.56 1322.25 405.6C1322.71 406.65 1327.24 409.53 1328.99 410.05L1329.16 410.09C1329.43 409.3 1329.54 408.97 1330.64 409.06C1329.84 407 1331.02 407.16 1332.16 407.65C1332.37 407.74 1332.57 407.85 1332.77 407.95C1332.91 408.03 1333.11 408.13 1333.25 408.21C1332.54 406.07 1332.61 404.973 1333.46 404.92C1333.4 404.61 1333.05 403.63 1331.2 401.12' fill='%23E6EAEE'/%3E%3Cpath d='M1430.84 438.3L1430.67 438.41L1430.89 438.37L1430.84 438.3Z' fill='%23E6EAEE'/%3E%3Cpath d='M1440.43 417.63C1439.61 417.83 1440.36 418.83 1440.08 419.38C1439.81 419.93 1439.12 420.08 1438.87 420.64C1438.83 420.72 1438.76 420.89 1438.72 421.38C1438.49 424.43 1437.19 425.12 1435.23 425.81C1433.27 426.5 1431.15 426.64 1429.23 427.49C1428.43 427.84 1428.03 428.68 1427.27 429.09C1426.57 429.47 1425.83 429.75 1425.17 430.19C1425.12 430.23 1425.04 430.27 1425 430.32L1424.27 432.66C1424.28 433.09 1424.97 433.54 1425.11 433.63C1425.16 433.66 1434.2 437.16 1434.86 437.19C1437.87 437.31 1439.98 435.98 1439.57 434.22C1439.39 433.46 1440.15 433.13 1440.33 432.54C1440.56 431.79 1440.31 431 1440.49 430.25C1440.5 430.2 1440.52 430.14 1440.53 430.1C1441.16 428.07 1442.07 427.97 1445.69 428.45C1445.57 427.79 1444.71 427.43 1444.93 426.63C1445.14 425.83 1446.01 425.89 1446.49 425.44C1446.71 425.24 1446.67 425.12 1446.52 424.74C1446.42 424.47 1446.31 423.92 1446.82 423.28C1447.25 422.74 1447.95 422.47 1448.27 421.82C1448.29 421.78 1448.31 421.72 1448.33 421.67C1447.47 420.64 1447.34 420.48 1447.18 419.59L1446.99 419.21C1446.72 419.083 1446.41 419.107 1446.06 419.28C1445.33 419.64 1444.8 419.91 1443.74 419.55C1442.52 419.13 1441.77 417.9 1440.46 417.65' fill='%23E6EAEE'/%3E%3Cpath d='M1433.8 395.89C1434.5 396.63 1435.5 397.45 1435.7 397.61C1436.9 398.58 1438.29 399.28 1439.57 400.14C1440.54 400.79 1441.12 401.83 1442.03 402.55C1441.71 402.07 1441.52 401.51 1441.06 401.13C1440.57 400.74 1440.04 400.4 1439.59 399.96C1438.86 399.25 1438.46 398.25 1437.61 397.64C1437.59 397.63 1436.04 396.54 1433.81 395.9' fill='%23E6EAEE'/%3E%3Cpath d='M1445.36 405.1C1445.44 405.29 1445.51 405.47 1445.59 405.82L1446.57 410.36C1446.32 411.7 1444.88 411.27 1444.1 411.84C1444.51 412.24 1445.49 412.73 1448.11 414.05C1450.58 415.28 1451.45 415.78 1452.1 416.46C1452.62 417.01 1452.91 417.6 1453 418.26C1453.11 419.15 1452.73 419.98 1452.66 420.86C1453.48 421.19 1455.25 421.53 1455.68 421.08C1455.91 420.84 1456.18 420.05 1456.49 418.71C1456.56 418.4 1456.76 417.57 1457.17 417.24C1457.4 417.05 1457.42 417.02 1457.44 416.93C1457.52 416.67 1457.39 416.33 1457.26 416C1456.79 414.89 1456.02 413.02 1459.63 413.63L1459.76 413.65C1459.58 412.67 1459.54 411.99 1460.82 412.06C1460.64 411.37 1460.34 410.72 1460.3 409.99C1460.28 409.99 1458.71 409.76 1458.41 410.36C1458.17 410.85 1457.42 410.95 1456.4 410.62C1451.43 409.02 1449.75 408.48 1448.54 406.21L1448.34 405.84C1448.2 406.08 1447.6 406.75 1445.71 405.32L1445.44 405.12L1445.34 405.09' fill='%23E6EAEE'/%3E%3Cpath d='M1425.34 341.9C1424.12 341.72 1423.41 342.1 1423.33 342.14C1424.33 342.65 1426.05 343.12 1425.79 342.21C1425.74 342.043 1425.59 341.94 1425.34 341.9Z' fill='%23E6EAEE'/%3E%3Cpath d='M861.68 124.66C861.26 124.89 861.09 124.98 860.16 125.1C859.95 125.48 859.72 125.91 858.5 125.88C857.88 125.84 857.37 125.91 856.79 126.37C856.85 127.34 856.88 127.88 854.97 127.84C849.69 127.58 849.15 127.24 848.08 126.57C846.9 125.84 844.68 124.6 843.02 124.52C847.1 127.167 848.76 128.563 848 128.71C847.82 128.74 847.58 128.75 847.4 128.74C845.2 128.58 843 128.6 840.8 128.46H840.55C840.41 128.93 840.4 128.98 840.32 129.39C840.4 129.45 840.5 129.56 840.6 129.57C841.51 129.59 843.6 129.77 843.23 131.09C844.04 131.89 845.3 132.07 845.97 133.06C846.64 134.05 846.4 135.27 846.78 136.34C847.14 136.37 847.45 136.4 848.34 136.34C849.61 135.47 850.92 134.57 856.79 134.7C859.67 134.76 862.15 136.45 864.97 136.7H864.99C866.25 136.74 869.21 136.84 873.04 139.24C873.31 139.41 873.56 139.6 873.83 139.76C875.1 140.49 876.8 139.11 877.92 140.6C878.52 141.4 878.49 142.65 879.65 143.05L879.87 143.07C881.32 143.15 882.47 143.21 883.28 143.93C883.9 143.98 884.34 143.93 884.71 143.76C884.61 141.15 888.19 142.51 889.92 141.86C890.27 140.21 890.44 139.98 891.12 139.55L895.17 138.56C895.75 138.62 895.92 138.65 896.86 138.9L897.25 139C897.17 138.85 897.06 138.66 896.98 138.51C896.44 138.36 894.99 137.94 894.32 137.88C889.6 137.68 885.85 134.76 881.58 133.31C879.993 132.77 878.15 131.633 876.05 129.9C873.87 128.1 871.03 129.28 868.68 128.25C867.67 127.81 867.77 126.57 867 125.95C865.18 125.65 863.67 124.15 861.66 124.62' fill='%23E6EAEE'/%3E%3Cpath d='M806.24 129.25C806.27 129.82 806.28 130.01 805.6 130.27C807.65 134.27 809.59 138.04 812.9 138.46C815.78 138.82 816.93 140.9 813.98 143.3C813.98 143.33 816.6 146.96 821.07 147.62C821.12 147.62 825.59 148.65 824.5 151.09C826.02 152.05 826.87 153.99 828.98 154.07C829.74 153.75 830.29 153.51 831.52 154.05C836.58 154.47 839.17 159.62 843.97 160.53C848.68 161.42 852.78 164.62 857.84 164.18C862.267 163.793 864.577 163.627 864.77 163.68C867.08 164.33 868.09 167 870.56 167.4C870.65 167.41 883.53 169.19 885.76 169.38C886.63 167.26 886.99 166.38 891.99 166.16C891.44 165.63 891.34 165.6 890.82 165.4C889.43 164.87 889.23 163.03 887.75 162.59C885.21 161.84 883.98 161.06 883.58 160.8C882.25 159.95 880.64 159.53 879.58 158.25C878.21 156.6 881.77 156.15 882.66 154.91C882.2 154.55 882.08 154.46 880.25 154.16C878.33 153.84 878.04 153.79 876.42 150.27C875.14 147.48 875.18 147.4 877.27 143.14C876.82 142.44 876.51 141.66 876.02 140.98C872.39 140.68 869.48 138.07 865.83 137.85C862.52 137.73 859.6 135.69 856.23 135.85C855.71 136.14 849.88 137.5 847.57 137.52C840.21 145.08 819.81 131.98 819.86 131.59C819.89 131.3 819.97 130.92 819.97 130.63C816.19 129.62 811.55 135.44 808.73 130.95C808.043 130.743 807.213 130.18 806.24 129.26' fill='%23E6EAEE'/%3E%3Cpath d='M869.55 115.88C869.55 115.88 864.92 115.44 863.49 114.36L863.2 114C863.59 113.58 863.92 113.22 867.52 113.82C868.84 114.04 871.06 114.53 871.08 115.32C871.08 115.52 870.94 115.96 869.55 115.88ZM931.56 117.75C934 117.9 936.44 117.51 938.88 117.89C939.83 118.04 940.57 118.61 940.08 119.07C939.74 119.39 938.95 119.52 938.65 119.57C938.22 119.64 937.25 119.75 935.63 119.65C933.3 119.51 931 119.11 928.68 118.95C922.36 118.53 922.27 120.16 922.77 121.18C923.18 121.99 922.56 122.11 921.95 122.15H921.77C919.11 121.96 917.61 118.85 918.7 117.86C919.55 117.09 922.5 117.01 923.38 117C926.14 116.98 928.84 117.57 931.57 117.76M893.01 92.94C883.02 92.71 873.22 95.63 863.19 94.79C864.01 96.82 866.34 95.8 867.58 96.98L867.82 97.28C867.28 97.6066 865.873 97.7566 863.6 97.73C863.54 98.2 863.49 98.84 863.49 99.32C862.823 99.6466 862.13 99.8766 861.41 100.01C865.263 100.983 867.23 102.107 867.31 103.38C865.54 104.29 863.37 103.84 861.87 103.3L861.5 103.17C861.21 103.63 860.54 104.7 858.59 103.49C855.47 102.52 852.08 103.25 849 102L848.76 101.9C841.987 101.793 837.433 101.33 835.1 100.51C833.26 99.93 828.95 99.08 828.92 99.08C827.74 99.76 827.36 99.91 825.62 99.34C824.98 99.3 824.287 99.3666 823.54 99.54C821.567 100.08 820.173 100.367 819.36 100.4L819.18 100.38C818.67 101 817.83 101.17 817.32 101.79C817.63 102.14 817.87 102.77 817.86 103.23C816.76 103.723 814.963 103.32 812.47 102.02C811.61 102.72 810.813 103.28 810.08 103.7C810.55 103.86 811.16 104.17 811.56 104.47C811.14 105.23 810.07 105.22 809.7 106.04C810.707 106.24 811.523 106.537 812.15 106.93C812.2 107.16 812.26 107.47 812.3 107.7C812.567 107.727 813.28 107.777 814.44 107.85C815.04 107.9 816.85 108.03 820.21 110.79C820.17 111.02 820.12 111.33 820.08 111.57C819.98 111.61 819.85 111.66 819.75 111.7C820.15 111.81 820.67 111.97 821.06 112.1C823.113 111.2 826.743 110.88 831.95 111.14C834.77 111.253 836.933 112.747 838.44 115.62C837.83 116.43 837.61 116.74 833.68 116.36C832.17 116.29 831.63 116.3 830.16 116.55C830.47 116.94 830.86 117.49 831.11 117.92C830.78 118.22 830.18 118.48 829.74 118.49C829.84 118.563 830.557 119.407 831.89 121.02C833 121.11 833.84 121.98 834.96 122.04C838.02 122.22 838.24 122.62 838.71 123.49C838.56 123.68 838.36 123.94 838.21 124.13C838.25 124.39 838.23 124.78 838.38 125C838.35 124.77 838.3 124.46 838.27 124.23C842.93 120.7 846.36 125.95 850.48 126.4H850.62L848.3 116.84L858.1 115.9C858.93 115.19 865.47 114.62 865.9 116.24C869.24 117.59 871.1 121.09 874.58 122.23C878.25 123.42 882 122.47 885.71 122.69C887.85 122.82 887.98 122.83 891.75 124.6C893.97 125.64 894.12 129.06 897.09 129.24C898.67 129.34 901.99 129.82 903.27 130.94C904.66 128.77 909.01 128.9 909.06 128.91C910.507 127.097 914.263 126.593 920.33 127.4C920.4 127.16 920.5 126.83 920.58 126.58C921.11 126.3 922.5 125.55 925.37 126.22C932.19 128.36 939.39 128.24 946.33 129.7L946.66 129.72L947.02 129.75C947.15 128.96 947.78 128.43 948.07 127.72C946.62 126.51 945.62 124.82 944.02 123.76C944.14 123.53 944.31 123.22 944.43 123C946.15 122.533 948.903 122.55 952.69 123.05C950.53 121.57 953.07 117.85 953.1 117.82C956.14 117.75 959 119.76 962.13 118.6C959.32 116.34 961.06 115.36 962.34 115.23C962.6 115.21 962.95 115.23 963.2 115.23C963.4 114.79 963.67 114.21 963.87 113.77C963.75 113.51 963.63 113.13 963.42 112.93C961.43 113.24 959.82 113.03 959.81 113.03C955.84 112.28 953.23 107.98 948.67 108.79C945.55 109.35 937.54 108.06 937.48 108.05C935.1 107.38 933.71 105.31 931.78 103.99C930.86 103.383 926.85 101.217 919.75 97.49C919.39 97.61 913.9 99.18 912.37 98.86C909.59 99.8 908.6 98.5 908.46 97.59C908.31 97.53 908.11 97.45 907.96 97.39C907.32 97.51 905.63 97.83 904.64 96.62C901.47 97.27 900.42 96.64 899.66 96.18C899.66 95.95 899.66 95.63 899.66 95.4C898.24 93.33 898.18 93.25 892.99 92.94' fill='%23E6EAEE'/%3E%3Cpath d='M1005.63 47.22C1005.26 47.18 1004.88 47.19 1004.51 47.17C1004.4 47.35 1004.34 47.44 1003.71 47.54C1005.22 47.79 1006.92 47.72 1006.98 47.49C1006.86 47.43 1006.38 47.3 1005.64 47.22' fill='%23E6EAEE'/%3E%3Cpath d='M779.58 11.51C779.153 11.5433 778.16 11.55 776.6 11.53C778.4 11.9 779.29 11.6 779.58 11.51Z' fill='%23E6EAEE'/%3E%3Cpath d='M801.68 47.7099C800.13 47.6699 799.27 48.1099 799.54 48.4099C799.75 48.6499 800.89 49.1099 801.78 49.0899C801.93 49.0899 802.33 49.0899 802.84 48.9499C803.49 48.7799 804.11 48.5099 804.75 48.3199C804.43 48.2299 802.59 47.7399 801.68 47.7099Z' fill='%23E6EAEE'/%3E%3Cpath d='M789.89 12.28C789.78 12.3 789.66 12.31 789.55 12.33C788.53 12.43 787.51 12.38 786.49 12.43C785.96 12.46 785.94 12.47 785.85 12.54C785.52 12.77 784.61 12.82 783.88 12.87C783.81 12.87 783.71 12.88 783.64 12.89C784.78 13.08 786.4 13.15 787.02 13.08C787.11 12.68 787.96 12.7 789.13 12.73C789.337 12.73 789.45 12.7067 789.47 12.66C789.52 12.53 789.66 12.41 789.89 12.29' fill='%23E6EAEE'/%3E%3Cpath d='M1171.34 139.65C1171.76 140.44 1172.14 141.26 1172.54 142.06C1172.83 141.77 1173.48 141.79 1173.98 141.85C1174.05 141.86 1174.14 141.88 1174.21 141.89C1173.41 141.36 1172.71 140.81 1171.34 139.65Z' fill='%23E6EAEE'/%3E%3Cpath d='M1023.6 113.48C1022.33 113.35 1021.64 113.18 1021.08 112.84L1020.62 112.51C1020.63 112.27 1020.64 112.15 1020.77 112.07C1021.03 111.9 1021.6 111.84 1022.46 111.76C1023.16 111.69 1024.34 111.58 1025.16 111.35C1026.18 111.06 1026.29 110.71 1026.34 110.54C1026.5 110.05 1026.79 109.55 1028.62 108.79C1029.16 108.56 1029.72 108.35 1030.26 108.13C1032.83 107.06 1033.14 106.39 1033.66 104.6C1034.15 102.91 1034.41 102.37 1035.6 102.43L1035.85 102.46C1039.11 103.17 1039.21 108.99 1037.33 110.18C1037.28 110.21 1036.76 110.53 1035.59 110.81C1034.18 111.15 1032.74 111.27 1031.33 111.55C1029.9 111.83 1029.93 111.93 1030.11 112.4C1030.17 112.55 1030.07 113.04 1028.91 113.29C1027.22 113.67 1024.7 113.58 1023.6 113.49M967.84 33.88C966.18 33.92 963.96 34.28 962.37 34.77C962.25 35.21 962.09 35.81 961.97 36.25C960.37 36.58 958.17 36.75 956.54 36.63C951.05 37.68 950.06 37.86 944.76 36.45L944.29 36.32L942.23 36.96L942.4 37.15C937.85 37.41 936 37.48 933.14 37.28L930.3 37.72C928.24 38.1 926.13 38.05 924.08 38.53L924.48 39.35L925.54 40.06L925.74 40.31L925.18 40.55L925.71 40.87L926.53 41.91C922.897 42.0433 917.15 41.9567 909.29 41.65C909.02 42.33 908.66 43.23 908.4 43.9C913.433 45.56 916.14 46.49 916.52 46.69C911.28 48.49 906.66 45.28 901.7 44.84C900.76 44.58 899.52 44.16 898.56 44.04C899.34 44.39 900.37 44.85 901.14 45.19C899.53 45.63 897.24 45.76 895.6 45.5C895.68 45.54 898.343 46.4633 903.59 48.27C899.18 49.17 892.59 47.7 891.26 46.34C891.07 45.52 890.83 44.42 890.64 43.59C890.15 43.31 889.5 42.95 889.01 42.67C888.7 43.46 888.29 44.52 887.99 45.31C887.17 45.56 886.05 45.84 885.25 46.16C886.8 46.94 888.84 48.04 890.35 48.9C890.2 49.72 890 50.82 889.85 51.64C896.11 55.99 904.57 54.37 910.61 59.31L910.89 59.57C907.11 59.8 905.99 59.59 903.39 58.16C902.48 56.88 900.76 55.47 899.3 54.87C898.47 54.88 897.37 54.9 896.54 54.92C896.67 55.76 896.83 56.89 896.96 57.73C895.96 58.74 894.42 59.95 893.09 60.46C890.877 61.04 887.33 61.3867 882.45 61.5L880.24 60.98L879.89 60.86C879.05 60.74 877.93 60.58 877.09 60.46C880.28 59.53 880.95 59.34 883.2 60.06L884.63 59.82L886.14 58.97L886.34 58.94L887.85 57.54L889.16 57.09H889.24L889.39 55.25C886.3 54.02 885.56 53.73 883.79 50.15C883.48 49.34 883.07 48.26 882.77 47.45C881.98 47.14 880.93 46.73 880.14 46.43C880.3 45.61 880.52 44.52 880.68 43.7C879.62 42.87 877.99 41.87 876.65 41.71C872.623 41.45 870.17 41.4133 869.29 41.6C868.617 43.04 866.71 44.64 863.57 46.4H863.83C865.23 47.15 866.76 48.85 867.39 50.3C869.01 50.72 871.09 51.63 872.48 52.56C871.93 53.21 871.2 54.07 870.65 54.71C864.02 51.99 852.37 49.64 849.83 49.43C848.943 49.3633 846.753 49.15 843.26 48.79H842.76C843.4 49.33 844.25 50.06 844.88 50.61C843.52 51.54 841.47 52.48 839.88 52.91C839.24 52.38 838.39 51.68 837.76 51.15C833.04 51.61 828.4 52.78 823.63 52.77L823.39 52.75C821.71 52.66 819.46 52.42 817.8 52.14C818.11 51.82 818.52 51.38 818.83 51.06L816.33 50.71C804.683 52.93 798.467 54.48 797.68 55.36C796.91 55.35 795.89 55.33 795.12 55.32L793.44 55.24C791.81 54.78 789.69 53.97 788.18 53.22C788.87 52.74 789.79 52.09 790.48 51.6C789.27 50.59 787.11 49.82 785.54 49.84C785.59 50.07 785.66 50.37 785.71 50.59C786.2 52.02 787.19 53.84 788.2 54.96C787.62 55.55 786.84 56.34 786.26 56.93C786.05 56.88 785.77 56.81 785.57 56.76C783.69 56.1267 780.007 56.1633 774.52 56.87C774.62 57.72 774.74 58.86 774.84 59.71C773.26 60.43 770.557 60.5167 766.73 59.97H766.32H766.16C764.57 59.53 762.38 59.16 760.73 59.05C760.67 59.11 760.58 59.2 760.52 59.26C762.14 59.91 764.37 60.59 766.08 60.94C765.46 61.49 764.63 62.22 764.01 62.77C762.87 62.5967 760.38 62.01 756.54 61.01C754.333 60.7033 752.743 59.7333 751.77 58.1C751.47 57.31 751.07 56.25 750.77 55.46C744.53 54.2 742.49 52.57 742.48 52.56L740.87 51.88L740.91 51.55C746.33 51.68 751.44 53.55 756.73 54.36C767.86 55.62 768.52 55.7 774.48 53.54C773.88 52.96 770.99 51.6233 765.81 49.53C764.15 49.24 761.95 48.73 760.34 48.22C759.607 48 754.253 47.1867 744.28 45.78C743.45 45.72 742.34 45.63 741.5 45.57C741.43 45.19 741.33 44.69 741.26 44.31C734.54 45.27 730.447 46.3433 728.98 47.53C730.56 48.15 732.67 48.98 734.24 49.62C733.65 50.48 732.91 51.77 732 52.28C733.43 53.23 735.28 54.57 736.63 55.63C736.69 56.73 736.76 58.2 736.83 59.3L736.66 59.41C737.35 59.86 738.28 60.46 738.97 60.91C738.5 61.11 737.86 61.38 737.39 61.58C739.01 62.16 741.12 63.04 742.67 63.8C741.677 65.4533 738.35 67.4867 732.69 69.9C734.07 70.74 736.21 71.45 737.82 71.59C737.28 71.95 736.57 72.42 736.03 72.78C734.337 73.06 732.45 74 730.37 75.6L731.22 77.45L730.72 78.72C732.19 80.79 733.47 82.57 735.07 82.9C740.19 83.56 743.013 83.9467 743.54 84.06C744.987 86.38 747.867 88.52 752.18 90.48C751.11 91.3 749.27 92.08 747.93 91.93C748.55 92.48 749.37 93.22 749.99 93.77C753.19 93.37 755.937 93.5267 758.23 94.24C758.43 94.75 758.7 95.44 758.9 95.95C762.22 96.99 764.25 97.9833 764.99 98.93L767.52 99.33L767.99 99.51C770.337 99.2433 772.427 99.6133 774.26 100.62C777.467 100.953 780.3 101.437 782.76 102.07C783.28 103.53 783.21 105.81 782.62 107.24C780.98 107.17 778.77 107.43 777.2 107.88C778.38 107.93 780.01 107.97 781.12 108.4L781.38 108.71C778.58 109.96 777.33 113.61 773.74 113.66C779.873 115.927 783.443 117.313 784.45 117.82C789.46 117.81 800.84 120.18 802.13 120.76C805.69 120.76 808.41 121.3 810.29 122.38C812.42 123.18 814.67 123.65 816.73 124.65L817.26 124.91C818.08 124.83 819.18 124.72 820.01 124.64C816.86 122.48 814.84 119.06 811.57 117.03C813.76 114.25 813.99 113.95 818.62 112.81C818.46 112.497 814.847 110.117 807.78 105.67C808.11 105.35 808.54 104.92 808.87 104.61C809.18 103.81 809.59 102.74 809.9 101.94C811.8 101.267 813.817 101.497 815.95 102.63C816.32 101.89 816.82 100.9 817.19 100.16C818.69 99.68 820.71 99.06 822.24 98.65C823.32 98.49 824.8 98.2 825.88 98.37L826.39 98.53C828.637 98.2033 831.66 98.5467 835.46 99.56C840.07 101.28 845.07 99.53 849.69 101.17L850 101.3C853.68 100.84 857.21 102.38 860.88 102.08H861.09C861.91 102.32 863.01 102.62 863.83 102.85C863.14 102.33 862.22 101.63 861.53 101.11C861.44 99.44 861.48 97.2 861.63 95.53C861.78 95.42 879.63 86.21 908.88 96.73C909.69 96.95 910.76 97.24 911.57 97.46C911.55 97.58 911.52 97.75 911.5 97.87C919.087 97.2233 926.007 98.9333 932.26 103C932.687 103.293 934.523 104.64 937.77 107.04L939.21 106.06H939.49C942.06 106.98 943.92 107.65 946.16 108C947.52 107.81 949.36 107.64 950.72 107.78C960.78 111.46 966.267 113.377 967.18 113.53C979.72 112.083 986.71 111.467 988.15 111.68H988.28L990.35 112.74C992.52 113.62 994.88 113.55 997.1 114.14C998.4 114.26 1000.16 114.37 1001.46 114.23C1000.53 113.34 999.35 111.83 999.26 110.55L1000.89 109.75L1001.29 109.67L1002.59 108.99C1008.04 110.27 1013.69 112.33 1019.55 115.17C1022.56 115.84 1025.62 115.45 1028.65 115.6C1044.42 118.96 1060.52 120.12 1076.41 122.72C1077.23 122.52 1078.32 122.26 1079.14 122.07C1079.91 120.6 1081.12 118.72 1082.15 117.42C1081.45 116.92 1080.52 116.25 1079.82 115.75C1080.31 115.05 1080.95 114.12 1081.44 113.43C1086.47 113.85 1089.46 114.12 1090.4 114.24C1099.5 115.85 1100.77 116.88 1102.89 118.58C1107.87 121.59 1112.16 125.7 1117.73 127.74L1118.22 127.93C1124.58 129.44 1143.94 136.23 1143.97 136.26C1143.93 137.07 1143.88 138.16 1143.84 138.97C1143.46 139.81 1143.17 141.25 1142.35 141.68C1140.74 142.05 1138.5 142.26 1136.85 142.19C1137.36 143.54 1138.26 145.3 1139.22 146.38C1174.79 145.72 1154.97 123.35 1154.68 123.13C1154.48 122.98 1154.14 122.92 1153.9 122.83C1151.78 122.03 1149.93 120.65 1147.73 120.03L1145.91 119.73L1144.72 120.35L1144.23 120.7C1143.41 120.8 1142.32 120.93 1141.5 121.04C1141.19 120.67 1140.77 120.17 1140.45 119.8L1138.99 119.89H1138.81C1137.77 119.28 1136.3 118.43 1135.64 117.42C1133.96 117.27 1131.75 116.81 1130.14 116.29C1133.44 110.27 1141.4 103.88 1160.58 107.63L1161.45 107.8C1168 108.087 1171.45 108.28 1171.81 108.38C1174.17 108.773 1176.61 109.607 1179.12 110.88L1179.22 111.1L1179.5 111.13C1181.05 111.25 1183.12 111.44 1184.67 111.59C1184.52 110.75 1184.32 109.64 1184.17 108.8C1185.3 108.09 1186.9 107.23 1188.2 106.91L1188.77 105.15C1193.95 105.983 1196.63 106.43 1196.8 106.49L1196.89 106.54C1197.73 106.61 1198.84 106.71 1199.68 106.79C1199.8 107.36 1199.95 108.13 1200.06 108.7C1200.9 108.99 1202.15 109.15 1202.83 109.73C1204.27 108.98 1206.47 108.45 1208.09 108.49C1207.54 107.87 1206.81 107.04 1206.26 106.41C1207.9 106.11 1210.17 106.13 1211.8 106.46C1212.01 106.84 1212.28 107.35 1212.49 107.73L1212.72 109.73L1213.27 110.91L1213.12 110.98C1208.42 112.75 1205.78 118.48 1199.86 117.88C1200.9 124.46 1200.94 124.71 1214.56 135.99C1215.3 135.61 1216.29 135.1 1217.04 134.72C1217.17 133.9 1217.35 132.81 1217.48 131.99C1218.1 131.92 1218.92 131.83 1219.53 131.76C1219.21 131 1218.79 129.98 1218.48 129.21C1219.59 128.95 1221.27 128.48 1221.88 127.52C1221.46 126.8 1220.9 125.84 1220.48 125.12C1221.26 125.01 1222.29 124.86 1223.07 124.75C1221.67 124.04 1220.1 122.4 1219.47 120.97L1219.65 120.86C1218.02 120.6 1215.9 119.82 1214.51 118.95C1214.81 117.35 1215.61 115.26 1216.48 113.88C1217.01 113.99 1217.72 114.15 1218.25 114.26H1218.42C1221.63 113.21 1222.29 112.99 1224.35 115.12C1226.2 114.7 1230.53 113.71 1236.8 116.99L1237.13 117.17C1238.61 116.31 1240.66 115.3 1242.24 114.65H1242.35C1244.39 114.07 1251.77 113.02 1256.32 114.11C1253.67 110.89 1249.51 110 1246.32 107.62C1244.7 107.26 1242.6 106.38 1241.22 105.46C1244.93 105.5 1248.36 107.41 1252.13 107.08C1251.45 106.16 1250.43 104.87 1250.27 103.73L1250.37 103.75L1251.64 103.49L1252.72 103.53L1253.29 103.65C1259.2 109.64 1267.69 109.47 1274.79 112.62L1275.01 112.64L1276.63 113.06L1276.06 112.43L1275.68 112.13C1275.22 111.44 1274.6 110.52 1274.13 109.84C1275.06 109.9 1276.33 109.84 1277.23 110.09C1275.22 107.18 1274.8 106.57 1270.01 105.63C1268.5 105.23 1266.49 104.68 1264.99 104.23L1266.91 105.84L1267.47 106.54L1267.39 106.71C1263.76 105.47 1262.63 104.94 1260.69 102.96C1249.11 97.28 1236.54 94.37 1224.48 90.06C1219.47 89.16 1218.97 89.05 1216.55 88.54C1213.1 88.14 1209.82 86.96 1206.44 86.23C1207.7 87.3 1209.55 88.55 1211.02 89.31C1204.52 91.26 1198.95 85.44 1198.91 85.38C1198.54 85.54 1192.8 84.9833 1181.68 83.71C1181.42 84.16 1181.06 84.77 1180.8 85.22H1180.65C1177.63 83.74 1174.19 83.13 1171.45 81.02C1168.84 78.96 1160.89 77.0267 1147.6 75.22C1146.1 75 1144.11 74.44 1142.76 73.74C1141.77 73.39 1140.46 72.85 1139.42 72.65C1137.26 72.19 1135.19 71.39 1133.02 70.98C1129.62 69.99 1126.47 68.22 1122.91 67.71L1122.78 67.69C1122.08 68.17 1121.15 68.81 1120.45 69.3C1113.94 66.6667 1107.87 64.6433 1102.23 63.23H1102.22L1100.12 64.12L1098.31 64.22C1100.18 64.5133 1101.86 65.38 1103.35 66.82C1101.63 66.96 1099.34 67.23 1097.63 67.49C1096.69 67.21 1095.38 66.93 1094.52 66.46C1092.51 66.04 1089.6 65.71 1085.78 65.47C1082.45 64.85 1081.56 64.69 1079.09 63.61L1078.57 63.35C1078.34 64.14 1078.03 65.2 1077.79 66C1076.91 65.91 1075.73 65.87 1074.86 65.69C1074.08 65.45 1070.24 63.8167 1063.34 60.79C1064 60.58 1064.87 60.31 1065.53 60.1C1064.76 59.78 1063.74 59.36 1062.97 59.05C1062.97 58.9 1062.99 58.7 1063 58.55L1061.32 57.41C1060.07 56.9767 1054.28 55.7867 1043.93 53.84L1042.42 55.68C1036.04 55.57 1033.32 54.31 1033.3 54.3C1028.03 54.14 1027.35 53.43 1026.34 52.35L1025.37 52.25C1023.24 51.9 1021.14 51.37 1018.98 51.15C1015.03 50.9433 1012.09 51 1010.15 51.32C1009.66 50.8 1009 50.11 1008.5 49.59L1008.39 49.52C1006.68 49.68 1003.83 49.23 999.82 48.17L997.72 48.36C995.873 49.48 993.867 50.0233 991.7 49.99C990.1 49.95 987.94 50.1 986.37 50.43L985.7 50.34C986.18 49.6867 988.703 48.5833 993.27 47.03C996.36 46.04 997.3 45.74 1000.6 45.73C1001.91 45.3 1003.66 44.71 1004.95 44.22L1004.36 43L1003.9 42.97L1003.39 42.91C1001.87 42.3 999.92 41.25 998.58 40.31C997.147 40.17 992.63 39.5667 985.03 38.5C983.43 38.8 981.21 38.91 979.6 38.7L979 38.56L979.19 37.29L979.27 37.24C976.43 36.97 973.63 36.4 970.8 36.08C971.7 35.71 972.89 35.05 973.86 35L971.42 34.6C970.35 34.38 968.93 34.01 967.84 33.9' fill='%23E6EAEE'/%3E%3Cpath d='M1158.94 122.36C1159.29 123.12 1158.84 123.27 1158.06 123.28C1158.28 123.49 1158.5 123.7 1158.71 123.92C1158.74 123.95 1158.77 123.99 1158.8 124.01C1159.43 124.67 1159.68 125.59 1160.28 126.27C1161.48 127.63 1163.13 128.48 1164.36 129.82C1166.6 132.25 1167.76 135.46 1170.09 137.83C1169.99 137.42 1169.95 137 1169.8 136.6C1169.65 136.21 1169.3 135.93 1169.21 135.51C1169.17 135.34 1169.12 135.09 1169.44 134.9C1169.94 134.62 1171.39 134.66 1173.86 135.69C1164.34 127.86 1163.75 126.98 1163.55 126.69C1163.05 125.94 1162.94 124.98 1162.26 124.34C1161.3 123.44 1159.96 123.17 1158.93 122.37' fill='%23E6EAEE'/%3E%3Cpath d='M791.78 11.3299C790.58 11.2899 790 11.4299 789.76 11.5099C790.2 11.6699 790.37 11.8099 790.37 11.9899C790.35 12.0299 790.31 12.0799 790.29 12.1199C791.67 11.7499 793.08 11.9299 794.47 11.8299C793 11.3699 792.14 11.3399 791.77 11.3199' fill='%23E6EAEE'/%3E%3Cpath d='M920.49 18.68C920.15 18.65 919.76 18.63 919.25 18.63C920.34 18.79 920.91 18.78 921.19 18.75C920.96 18.72 920.72 18.69 920.49 18.67' fill='%23E6EAEE'/%3E%3Cpath d='M933.28 19.4C932.36 19.5 931.48 19.81 930.55 19.85C928.537 19.9367 927.453 19.9934 927.3 20.02C928.66 20.5 928.78 21.03 928.19 21.29C927.69 21.51 926.91 21.46 926.65 21.45L926.41 21.43H926.2C926.33 21.53 926.66 21.64 927.17 21.77C929.89 22.43 929.46 22.92 928.84 23C927.88 23.11 926.94 22.91 925.98 22.91C929.88 24.58 930.77 23.45 930.71 23.33C930.5 22.86 930.46 22.76 931.63 22.63C933.93 22.37 936.24 22.53 938.55 22.44C937.68 21.92 937.06 21.54 937.72 21.35C937.75 21.35 937.78 21.33 937.81 21.33C936.85 21.06 935.84 21.01 934.92 20.62C934.09 20.27 933.35 19.55 933.28 19.42' fill='%23E6EAEE'/%3E%3Cpath d='M872.09 39.57C871.93 39.57 871.51 39.54 871.24 39.64C871.11 39.69 871.06 39.76 871.06 39.76C871.01 39.83 871.03 39.91 871.01 39.98C871.19 40.04 873.01 40.12 874.78 39.95C873.72 39.7 872.64 39.61 872.1 39.58' fill='%23E6EAEE'/%3E%3Cpath d='M958.68 27.53C958.64 27.7034 957.687 27.7767 955.82 27.75C955.87 27.85 955.9 27.92 955.89 28.03C955.87 28.27 955.59 28.34 955.55 28.56C955.51 28.75 955.85 28.87 955.7 29.07C955.61 29.18 955.29 29.21 954.73 29.17C954.297 29.13 954.033 29.1167 953.94 29.13C953.94 29.13 953.92 29.19 953.91 29.21C954.23 29.7967 953.977 30.4034 953.15 31.03C955.51 31.28 957.88 31.01 960.23 31.21C963.84 31.54 968.96 31.11 969.42 30.7C969.38 30.68 964.46 28.99 962.74 29.12C961.81 29.19 961.68 29.42 961.64 29.51C961.46 29.84 960.77 29.86 959.99 29.55C959.92 29.52 959.27 29.25 959.23 28.84C959.18 28.38 959.73 28.32 959.83 27.96C959.64 27.73 958.9 27.58 958.68 27.53Z' fill='%23E6EAEE'/%3E%3Cpath d='M902.31 42.76C902.22 42.76 901.93 42.75 901.55 42.86C901.75 42.9 901.95 42.94 902.16 42.95C902.22 42.95 902.31 42.95 902.37 42.95C902.39 42.89 902.36 42.82 902.31 42.76Z' fill='%23E6EAEE'/%3E%3Cpath d='M940.13 23.7199C937.49 23.5299 934.56 23.7199 933.92 23.8999C933.96 24.1066 933.547 24.3899 932.68 24.7499C933.55 24.9499 934.46 24.9399 935.32 25.2499C936.17 25.5599 936.92 26.1299 937.84 26.2599C938.867 26.3133 940.907 26.6499 943.96 27.2699C946.52 27.7899 948.85 28.2199 949.31 27.8099C949.33 27.7799 949.34 27.7299 949.36 27.6999C948.29 27.4499 948.1 27.0299 948.07 26.9499C947.86 26.3099 948.61 26.0299 948.63 25.4699C948.23 25.1099 945.78 24.5699 944.86 24.5799C945.05 25.4999 943.47 24.9899 942.5 24.6099C941.02 24.0233 940.233 23.7266 940.14 23.7199' fill='%23E6EAEE'/%3E%3Cpath d='M1083.88 51.04C1082.29 50.94 1080.94 52.21 1081.7 53.1C1081.94 53.38 1082.29 53.49 1082.51 53.56C1083.92 54 1084.63 54.29 1085.81 54.81C1086.52 55.12 1086.85 55.26 1089.33 55.08C1089.85 55.04 1089.87 55.04 1090.11 55.06C1090.95 55.15 1091.65 55.7 1092.48 55.8C1093.38 55.91 1094.26 55.57 1095.16 55.68C1096.25 55.81 1097.33 56.01 1098.41 56.16C1096.54 55 1095.61 54.3233 1095.61 54.13C1096.23 53.62 1099.28 54.63 1099.4 55.39C1099.44 55.66 1101.27 56.43 1103.37 56.74C1104.09 56.82 1104.29 56.83 1104.47 56.79C1103.52 55.85 1103.44 55.77 1104.37 55.59C1103.63 54.86 1092.86 52.41 1091.97 52.77C1091.93 53.08 1092.5 53.26 1092.24 53.56C1092.24 53.56 1092.06 53.72 1091.31 53.56C1088.73 53.01 1086.49 51.46 1083.86 51.04' fill='%23E6EAEE'/%3E%3Cpath d='M1101.85 60.4101C1099.93 60.1901 1099.29 60.6101 1099.14 60.7401C1101.5 61.4301 1106.14 62.2201 1107.69 62.3301C1106.46 61.6801 1103.64 60.6301 1101.85 60.4101Z' fill='%23E6EAEE'/%3E%3Cpath d='M1096.92 58.52C1096.68 58.5 1096.32 58.48 1095.88 58.53C1096.22 58.57 1096.61 58.62 1096.85 58.56L1096.91 58.52' fill='%23E6EAEE'/%3E%3Cpath d='M811.97 42.21L812 42.3L812.13 42.34L811.97 42.21Z' fill='%23E6EAEE'/%3E%3Cpath d='M815.3 10.8101C815.03 10.8101 814.76 10.8101 814.49 10.8301C814.48 10.9501 814.46 11.1001 813.88 11.1601C814.16 11.1601 814.4 11.1601 814.62 11.1201C814.87 11.0601 815.06 10.8901 815.3 10.8201' fill='%23E6EAEE'/%3E%3Cpath d='M808.65 11.53C809.25 12.04 807.97 12.15 806.85 12.24C806.66 12.26 806.47 12.27 806.28 12.29C809.47 12.81 814.63 12.67 815.05 12.29C815.05 12.28 815.05 12.26 815.05 12.25C814.957 12.2367 814.257 12.1967 812.95 12.13C812.123 12.09 810.693 11.8934 808.66 11.54' fill='%23E6EAEE'/%3E%3Cpath d='M836 46.71L835.79 46.73C835.79 46.79 835.77 46.88 835.76 46.94C835.92 47.14 836.2 47.24 836.31 47.28C836.85 47.45 837.42 47.45 837.96 47.62C838.25 47.71 838.51 47.88 838.81 47.96C838.82 47.96 838.84 47.96 838.86 47.97C838.96 48 839.07 47.99 839.18 48C839.95 48.02 840.3 48.03 841.02 48.16C839.81 47.46 836.13 46.72 836 46.72' fill='%23E6EAEE'/%3E%3Cpath d='M857.32 27.83C854.35 27.7 851.65 28.17 850.57 28.51C849.44 28.87 845.04 29.06 842.51 29.14C842.18 29.15 841.85 29.14 841.52 29.14C840.15 29.12 838.84 28.62 837.47 28.56C836.26 28.5 835.13 29.07 833.92 29.04C832.63 28.98 831.38 29.41 830.09 29.37C826.81 29.2 824.01 32.29 820.53 30.8C820.53 30.88 820.55 30.99 820.56 31.07C820.98 31.35 821.52 31.47 821.82 31.93C821.66 32.32 821.63 32.39 820.31 32.57L820.09 32.61C820.12 32.69 820.15 32.79 820.18 32.86C820.047 33.06 819.84 33.22 819.56 33.34C819.52 33.5 819.52 33.72 819.56 33.88C819.17 34.26 819.07 34.35 816.56 34.46C815.92 34.49 815.85 34.51 815.52 34.73C816.747 34.9967 817.423 35.2 817.55 35.34C817.55 35.34 817.53 35.38 816.32 35.97C816.58 36.81 815.81 36.84 813.9 36.83C813.327 37.3967 812.643 37.7 811.85 37.74C812.9 38.21 813.07 38.4 813.11 38.83C813.017 38.9167 812.457 39.0734 811.43 39.3C811.33 41.15 808.87 39.86 807.61 40.23C807.59 40.31 807.56 40.41 807.54 40.48C808.74 41.85 810.45 40.6 811.78 41.31C811.85 41.37 811.95 41.46 812.03 41.52C813.2 41.27 816.77 42.09 816.95 43.19C816.9 43.26 816.83 43.36 816.77 43.43C817.96 44.18 827.88 44.9 828.62 44.9C826.12 43.38 822.96 43.23 820.72 41.16C819.86 40.3667 820.177 39.4767 821.67 38.49C821.77 37.23 823.96 35.56 825.56 35.51H825.72C825.63 35.36 825.55 35.14 825.53 34.97C825.6 34.89 825.69 34.76 825.78 34.69C826.35 34.2 827.13 34.8 827.71 34.33C828.15 33.97 827.69 33.53 827.69 33.13C827.743 33.0967 829.12 32.8934 831.82 32.52L852.17 29.74C858.01 29.41 859.12 28.78 859.54 28.54C859.54 28.46 859.54 28.36 859.54 28.28C859.21 28.14 858.66 27.91 857.33 27.84' fill='%23E6EAEE'/%3E%3Cpath d='M817.16 14.07C816.93 14.06 816.69 14.05 816.46 14.05C816.49 14.53 815.37 14.51 813.78 14.43C813.26 14.4 812.54 14.37 812.06 14.5C813.01 14.96 817.64 14.92 818.02 14.66C818.45 14.37 819.11 14.32 820.17 14.35C818.99 14.18 817.88 14.1 817.16 14.06' fill='%23E6EAEE'/%3E%3Cpath d='M1110.96 56.8201C1110.77 56.8901 1110.7 56.9701 1110.63 57.1601C1113.85 58.5101 1121.7 60.3601 1124.94 59.9901C1124.68 59.7901 1122.51 59.2501 1122.49 59.2401C1121.42 58.9901 1120.31 59.1301 1119.25 58.8401C1118.48 58.6301 1117.74 58.2901 1116.95 58.1301C1116.91 58.1301 1116.87 58.1201 1116.83 58.1101C1115.22 57.9901 1114.24 57.8901 1113.87 57.8101C1112.44 57.4901 1111.51 57.0801 1111.17 56.9101C1111.11 56.8801 1111.03 56.8101 1110.96 56.8101' fill='%23E6EAEE'/%3E%3Cpath d='M826.42 12.88C826.02 12.86 825.58 12.84 825.13 12.87C825.14 13.01 825.09 13.12 824.75 13.26C824.24 13.48 823.69 13.55 823.17 13.71C825.11 14.2 828.55 14.01 830.3 13.69C830.03 13.62 829.31 13.44 828.96 13.21C828.92 13.18 828.86 13.16 828.82 13.15C828.48 13.08 827.56 12.95 826.43 12.89' fill='%23E6EAEE'/%3E%3Cpath d='M838.67 13.2001C837.92 13.1701 837.24 13.5801 836.49 13.5501C836.22 13.5301 835.42 13.4701 834.1 13.5701C834.95 13.6701 836.48 13.6701 837.13 13.6701C838.34 13.6701 839.59 13.6901 839.84 13.4401C839.77 13.3501 839.14 13.2201 838.67 13.2001Z' fill='%23E6EAEE'/%3E%3Cpath d='M1232.18 86.88C1228.76 86.34 1227.83 86.92 1227.76 87.11C1228.07 87.22 1228.25 87.26 1228.41 87.29C1229.1 87.42 1229.81 87.22 1230.5 87.35C1231.52 87.55 1232.46 88.04 1233.5 88.17C1234.69 88.32 1235.9 88.26 1237.1 88.31C1235.29 87.52 1232.6 86.96 1232.18 86.88Z' fill='%23E6EAEE'/%3E%3Cpath d='M707.88 85.25C707.88 85.54 707.55 85.75 706.78 85.98C706.74 85.98 706.69 86 706.65 86.01C706.81 86.18 706.93 86.37 706.74 86.63C706.68 86.67 706.61 86.73 706.55 86.78C708.75 86.91 710.73 86.97 712.14 86.95C712.14 86.95 712.16 86.31 712.22 86.18C712.16 86.08 711.37 85.86 711.25 85.88C710.51 86.03 708.71 85.75 707.95 85.26H707.9' fill='%23E6EAEE'/%3E%3Cpath d='M702.9 86.23C702.66 86.23 702.43 86.25 702.23 86.29C702.23 86.29 702.23 86.31 702.23 86.32C702.55 86.39 702.87 86.45 703.18 86.51C703.06 86.42 702.99 86.34 702.94 86.24H702.89' fill='%23E6EAEE'/%3E%3Cpath d='M738.37 215.43C735.98 216.38 733.41 215.75 730.97 216.25C727.15 217.03 725.183 217.573 725.07 217.88L724.88 218.49L714.61 217.16C712.03 215 710.76 215.49 708.05 217.33C708.34 221.72 705.19 229.67 699.4 232.65C699.02 234.41 699.66 236.22 699.17 237.98C699 238.59 698.1 238.78 697.67 238.87C697.64 242.12 690.85 241.51 690.79 241.41C690.67 241.24 690.63 240.94 690.61 240.73C688.67 240.53 686.83 242 684.85 241.09C684.3 241.09 684.2 241.09 682.04 241.88C682.54 242.59 682.73 242.92 683.12 243.7C687.647 243.487 693.29 243.463 700.05 243.63H700.69C701.32 244.24 702.49 245.36 702.15 246.78L702.1 246.96C703.44 247.65 703.9 249.39 705.49 249.79C707.62 250.32 709.63 249.33 711.72 249.34H711.78C712.29 247.59 712.7 246.21 717.99 247.08H718.65C718.7 247.22 718.76 247.39 718.8 247.52C720.48 247.99 722.39 246.26 723.94 248.05C724.867 249.123 725.107 251.207 724.66 254.3C726.493 255.867 727.41 256.867 727.41 257.3C727.34 257.53 727.25 257.84 727.19 258.08C732.803 258.14 735.907 258.44 736.5 258.98L736.59 259.04C739.017 259.44 740.537 259.943 741.15 260.55C741.31 260.55 741.53 260.55 741.69 260.54C742.95 260.52 744.01 261.31 745.24 261.4C746.49 261.49 747.38 260.26 748.66 260.45C750.72 260.75 752.38 262.18 754.44 262.49C753.36 261.463 752.813 260.863 752.8 260.69C752.7 259.01 753.96 257.69 754.05 256.06C753.25 255.3 753.03 255.09 753.25 254.56L755.91 251.51C756.03 251.51 756.19 251.51 756.31 251.51C758.66 251.59 760.04 251.62 761.02 251.4C759.56 249.56 756.98 248.91 755.93 246.63C754.93 244.46 753.27 238.7 754.75 237.83C754.7 237.58 754.63 237.24 754.58 236.99C752.72 236.22 752.86 235.09 754.06 234.5L757.25 226.81C758.3 225.31 760.12 224.93 761.51 223.91L762 223.61H762.02C760.767 222.99 760.23 221.867 760.41 220.24C760.41 220.24 756.52 217.4 754.72 218.05L753.97 218.39C753.31 218.023 752.82 217.817 752.5 217.77C749.61 218.55 747.28 217.99 745.57 216.11L745.39 215.96L742 216.22C739.81 215.52 738.75 215.43 738.4 215.43' fill='%23E6EAEE'/%3E%3Cpath d='M760.01 263.8C759.53 263.96 758.07 264.45 756.42 263.82C756.81 264.61 757.61 265.33 757.96 265.46C758.28 265.57 759.06 265.56 759.9 265.44C759.9 265.44 760.04 265.33 760.1 265.13C760.13 265.04 760.18 264.88 760.01 263.8Z' fill='%23E6EAEE'/%3E%3Cpath d='M760.35 236.57C760.27 236.57 760.16 236.57 760.08 236.57C759.69 237.2 758.48 237.49 756.91 237.32C756.98 237.68 757.02 238.17 757.15 238.5C757.16 238.53 757.19 238.56 757.21 238.58C757.47 238.95 757.79 239.56 758.15 240.39C758.757 240.197 759.127 240.047 759.26 239.94C759.84 239.49 760.49 238.86 761.3 237.96L760.41 237.62C760.46 237.07 760.47 236.99 760.36 236.57' fill='%23E6EAEE'/%3E%3Cpath d='M808.8 260.84C807.26 261.24 805.85 262.16 804.19 262.1C802.57 262.02 800.98 262.71 799.35 262.22C799.24 262.19 799.09 262.15 798.98 262.12C797.6 265.02 789.12 262.57 789.06 262.5C787.73 262.33 786.42 262.79 785.08 262.65C784.72 264.29 786.64 267.12 787.48 268.25C788.34 269.42 789.89 269.54 790.89 270.49C791.86 271.41 791.14 274.51 791.13 274.54C790.72 275.86 789.26 275.13 788.42 275.66C787.48 276.24 788.83 277.2 788.58 278L788.25 278.46C785.03 278.36 781.7 274.36 781.67 274.32C780.59 272.91 782.58 271.91 782.2 270.59C782.04 270.53 781.243 270.577 779.81 270.73H779.64C778.74 270.7 778.19 270.5 776.56 269.62C776.187 269.42 772.293 270.063 764.88 271.55C765.2 272.13 765.63 272.9 765.95 273.48C771.31 273.97 777.68 276.03 777.7 276.04C778.33 276.52 779.58 281.18 777.91 282.57C777.82 282.65 777.69 282.74 777.59 282.81C777.53 282.86 777.45 282.92 777.39 282.97C777.98 283.4 778.37 283.73 778.7 284.73C778.73 284.81 778.76 284.91 778.79 284.99C779.51 285.32 779.69 285.66 779.44 286.21C779.25 286.62 778.34 287.41 777.15 288.01C776.07 288.56 776.85 289.77 776.26 290.5C776.04 290.76 775.54 291.38 771.86 293.38C771.87 293.42 773.48 297.58 774.97 298.44C775.78 298.91 776.58 300.73 776.16 304.32C776.16 304.39 776.18 304.49 776.18 304.56C776.74 302.84 779.78 302.12 786.45 300.53C788.217 300.11 789.103 298.683 789.11 296.25C789.11 294.397 788.617 292.59 787.63 290.83C787.01 289.73 785.87 289.05 785.27 287.93C785.02 287.46 784.65 286.59 785 285.95C785.29 285.42 785.94 285.13 786.88 285.11C788.09 285.03 788.08 283.6 788.99 283.19C789.98 282.74 791.09 282.79 792.08 282.37C794.43 281.37 796.1 279.22 798.64 278.54C801.28 277.83 804.11 277.92 806.63 276.69C808.01 276.02 810.1 274.42 811.19 273.2C811.68 272.65 811.8 272.4 811.8 272.4C811.36 269.88 810.24 267.56 809.75 265.05C809.47 263.63 809.07 262.23 808.77 260.81' fill='%23E6EAEE'/%3E%3Cpath d='M776.31 305.06C776.41 305.49 776.53 305.93 776.81 306.85C777.3 306.83 777.78 306.82 778.27 306.82C778.28 306.56 778.3 306.3 778.3 306.04C777.62 305.98 776.86 305.83 776.36 305.13L776.31 305.05' fill='%23E6EAEE'/%3E%3Cpath d='M765.63 232.77C764.343 232.79 763.393 232.84 762.78 232.92C764.23 234.9 765.03 235.99 762.59 236.44C762.63 236.59 762.68 236.8 762.71 236.96L764.29 237.54C761.47 240.9 761.13 241.01 758.92 241.75C758.91 242.11 760.08 245.38 761.93 246.42C762.31 246.64 763.05 247.12 763.65 247.91L766.51 251.87C766.61 252.03 766.61 252.31 766.58 252.5C767.03 252.72 769.61 253.46 770.11 253.55C771.38 253.77 775.28 254.73 776.47 255.35C777.76 256.03 779.1 255.24 780.4 255.5C780.62 255.54 780.97 255.65 781.3 255.82C782.84 256.62 784.44 258.96 785.02 261.26C785.51 261.31 786 261.37 786.49 261.39C787.41 261.17 789.84 260.58 791.16 262.01C792.31 261.96 793.45 261.78 794.6 261.8C795.25 261.87 795.9 261.97 796.56 262.01C796.91 261.07 797.47 260.72 798.67 260.69C799.19 260.75 799.68 260.85 800.14 260.99L800.7 261.13C802.06 260.65 802.09 260.64 803.27 260.67C805.06 260.73 806.6 259.8 808.27 259.37C806.617 258.697 805.753 258.323 805.68 258.25C805.68 258.25 803 255.23 802.87 254.22C802.8 253.04 802.79 252.99 802.66 252.53C800.9 251.79 801.96 250.36 802.75 249.57C799.2 247.93 799.12 247.66 801.11 243.72C797.62 242.24 793.78 240.57 793.74 240.56L793.2 240.31V238.72C788.48 237.16 782.17 235.08 777.43 233.52C777.07 234.45 776.61 234.92 775.62 235.36C777.48 236.78 776.14 237.15 775.48 237.24C775.42 237.24 766.86 236.86 766.38 236.65C765.17 236.1 764.92 234.82 765.62 232.74' fill='%23E6EAEE'/%3E%3Cpath d='M779.27 259.52C779.06 259.69 778.78 259.87 778.06 259.86C777.97 259.86 777.85 259.84 777.77 259.84C777.53 260.71 777.69 263.21 778.35 263.63C778.37 263.64 780.04 264.92 777.04 265.06C776.97 265.06 776.88 265.06 776.81 265.06C776.92 266.54 776.66 267.17 776.41 267.56C776.75 267.91 777.38 268.57 779.43 269.34C785.96 268.28 784.69 271.68 783.84 273.92C783.92 274.03 784.14 274.33 785.91 275.77C785.97 274.82 786.85 274.27 788.52 274.13L788.81 274.11C788.87 274.02 788.94 273.91 788.85 273.34C788.69 272.4 788.81 271.93 788.97 271.45C788.99 271.38 789.01 271.28 789.03 271.2C788.81 270.93 787.94 270.43 787.04 269.93C784.82 270.9 778.25 266.7 779.93 262.48C780.297 261.553 780.083 260.56 779.29 259.5' fill='%23E6EAEE'/%3E%3Cpath d='M911.23 132.22C909.857 132.5 908.857 132.607 908.23 132.54L907.84 132.51C907.16 132.93 906.73 133.74 905.81 133.78C906.02 134.88 905.81 134.89 902.1 135.1C903.473 135.667 904.28 136.043 904.52 136.23L906.23 138.3C906.44 138.69 906.46 138.99 905.88 139.27C905.27 139.57 904.95 139.91 905.14 140.78C905.19 140.79 905.25 140.81 905.3 140.83C905.62 140.6 905.95 140.36 907.74 140.47L908.79 140.54C908.88 140.54 909 140.54 909.09 140.54C909.223 140.32 910.35 140.083 912.47 139.83C913.16 137.75 916.04 137.78 916.16 137.78C916.5 137.81 917.2 137.88 917.72 138.24C917.8 138.29 917.9 138.38 917.97 138.44C918.38 138.81 918.25 139.52 918.83 139.77C919.677 140.137 920.183 140.413 920.35 140.6C920.94 141.28 920.38 142.59 920.38 142.6C920.82 142.65 921.1 142.61 922.43 142.44L923.08 142.34C925.88 140.92 927.04 140.34 929.11 141.71C930.53 141.76 931.8 142.17 932.29 142.34C931.09 140.44 929.36 139.22 927.1 138.68L926.51 138.53C926.15 138 925.66 137.29 925.29 136.76C923.61 136.76 922.2 136.73 921.42 136.66C919.38 136.48 917.39 135.87 915.32 135.92L908.6 135.26C908.5 135.25 908.36 135.23 908.26 135.21C907.02 135 906.49 134.34 907.1 133.73C907.1 133.73 908.06 132.78 909.92 132.85C910.2 132.88 910.47 132.9 910.75 132.92C910.97 132.62 911.09 132.46 911.24 132.19' fill='%23E6EAEE'/%3E%3Cpath d='M284.87 174.41C284.26 174.49 283.08 175.74 283.94 176.4C284.12 176.54 284.35 176.62 284.49 176.82C284.517 176.86 284.523 176.977 284.51 177.17C284.49 177.44 284.76 177.72 285.04 177.86C285.94 178.32 286.12 177.66 286.09 177.52C286.05 177.33 285.82 177.14 285.65 177C285.34 176.74 285.24 176.64 285.28 176.46C285.38 175.98 285.89 175.61 285.67 175.04C285.51 174.62 285.2 174.38 284.86 174.41' fill='%23E6EAEE'/%3E%3Cpath d='M347.11 207.72C346.83 207.74 346.57 207.77 346.21 207.85C346.24 208.05 346.17 208.23 345.97 208.49C346.82 208.37 347.72 208.16 347.72 208.16C347.75 208.15 347.78 207.99 347.58 207.83C347.53 207.79 347.48 207.76 347.42 207.73L347.11 207.71' fill='%23E6EAEE'/%3E%3Cpath d='M805.04 125.5C804.29 125.47 804.1 125.49 801.78 125.69C802.32 126.637 802.96 127.127 803.7 127.16C804.28 127.18 804.77 127.2 805.26 127.39C805.69 127.55 805.94 127.96 806.33 128.17L809.33 129.18L809.6 129.27C811.98 129.26 813.36 130.87 813.37 130.88C813.43 130.88 813.51 130.88 813.56 130.87C813.35 130.66 813.25 130.36 813.04 130.16C813.03 130.15 812.95 130.09 812.56 129.92C810.97 129.24 810.84 129.19 810.47 128.88C810.23 128.68 810.16 128.36 809.94 128.15C809.55 127.79 809.05 127.58 808.65 127.21C808.6 127.16 808.53 127.1 808.48 127.05C808.21 126.76 808.25 126.57 808.26 126.46C808.16 126.33 808.11 126.28 807.57 125.89C807.42 125.79 807.12 125.58 805.01 125.49' fill='%23E6EAEE'/%3E%3Cpath d='M810.31 130.38C810.44 130.47 810.53 130.55 810.63 130.7L811.06 130.77C810.62 130.53 810.37 130.403 810.31 130.39' fill='%23E6EAEE'/%3E%3Cpath d='M813.35 124.61C815.44 125.49 814.5 125.99 814.16 126.13C813.22 126.5 810.97 126.29 809.79 125.73C809.65 125.68 809.47 125.6 809.34 125.55C810.25 126.2 810.3 126.45 810.28 126.75C810.3 126.77 812.43 128.63 812.65 128.73C813.71 129.203 814.61 129.813 815.35 130.56C816.58 130.21 817.73 129.65 818.97 129.34C819.15 129.3 819.7 129.16 820.43 129.31C821.97 129.62 822.19 130.9 821.91 131.9C822.04 131.96 822.3 132.08 822.96 132.29C823.41 130.78 825.7 130.39 825.32 128.38C825.18 127.66 825.08 127.58 821.66 125.52C821.32 125.65 821.01 125.71 820.44 125.79L820.09 125.82C819.3 126.33 819.11 126.45 817.75 126.09L817.56 126.04H817.52C816 125.97 814.8 124.94 813.36 124.64' fill='%23E6EAEE'/%3E%3Cpath d='M916.37 138.9C915.22 139.12 915.01 140.54 913.91 140.84C913.03 141.08 912.13 141.01 911.24 141.11C910.94 141.51 910.77 141.73 909.16 141.65C908.167 141.577 907.503 141.547 907.17 141.56C906.5 142.28 905.32 142.02 903.75 141.42C902.6 140.98 899.93 140.28 899.65 140.23C898.1 140.32 896.61 138.94 895.03 140.05C894.28 140.57 893.87 140.63 893.16 140.63C893 140.61 892.78 140.57 892.62 140.55C892.37 140.82 892.24 141.04 892.05 141.99C891.99 142.33 890.247 142.877 886.82 143.63C887.09 145.79 882.38 144.96 881.86 144.54C881.653 144.373 881.33 144.273 880.89 144.24C879.543 144.167 878.93 144.313 879.05 144.68C879.29 145.44 878.64 145.92 878.21 146.24C877.67 146.613 878.25 148.857 879.95 152.97C881.69 153.28 886.97 154.22 883.67 156.51C882.94 157.02 882.11 157.38 881.38 157.9C882.08 158.33 890.44 159.57 902.96 158.63C901.91 156.51 901.22 155.12 905.57 155.25H905.79C906.3 155.32 906.81 155.38 907.32 155.41C907.39 155.41 907.48 155.41 907.54 155.42C907.93 154.11 911.83 153.99 913.12 154.56C913.17 154.52 913.25 154.47 913.3 154.43C913.27 153.52 912.17 152.72 912.98 151.73C913.85 150.68 915.15 151.35 916.18 150.94C914.76 149.99 913.53 149.17 914.85 148.86C916.27 148.53 917.57 149.19 918.93 149.34C918.96 149.21 918.93 149.02 918.87 148.9C918.637 148.393 919.023 147.637 920.03 146.63C921.03 145.63 918.04 145.63 918.21 144.24C918.26 143.83 918.51 143.53 919.54 143.43C918.853 143.09 918.54 142.267 918.6 140.96C917.26 139.967 916.537 139.333 916.43 139.06L916.37 138.89' fill='%23E6EAEE'/%3E%3Cpath d='M927.43 142.07C927.18 142.12 926.89 142.22 926.48 142.4C926.78 142.4 927.34 142.43 927.86 142.57C927.9 142.58 928.04 142.61 928.36 142.64C928.39 142.64 928.43 142.64 928.46 142.64C928.17 142.53 927.99 142.43 927.74 142.26L927.42 142.07' fill='%23E6EAEE'/%3E%3Cpath d='M931.86 143.35C931.48 143.49 931.06 143.64 930.33 143.72L920.24 144.58C921.6 145.573 921.737 146.863 920.65 148.45C921.26 150.23 921.52 150.97 917.31 150.18C917.89 150.58 919.42 151.64 916.89 152.17C916.18 152.32 915.57 152.33 914.98 152.33C914.74 153.41 916.02 154.49 914.98 155.57C914.54 156.02 913.07 156.14 912.03 155.36C910.09 155.32 908.4 156.64 906.43 156.44C905.75 156.37 905.12 156.31 904.06 156.86C904.34 157.67 904.93 158.33 905.14 159.17C904.95 159.41 899.12 161.1 884.1 159.4C885.08 160.193 886.733 160.99 889.06 161.79L893.34 165.4C895.24 167.07 893.52 167.3 893.15 167.33C890.13 167.58 887.75 167.78 888.16 169.49C888.44 169.563 889.233 169.623 890.54 169.67C890.83 169.68 891.21 169.7 891.49 169.7C893.31 169.76 895.07 169.16 896.89 169.26C898.76 169.36 900.55 170 902.43 170.04C903.69 170.07 904.21 169.93 904.59 169.83C905.323 169.643 907.523 170.407 911.19 172.12C912.13 172.56 912.23 173.84 913.26 174.18C914.28 174.52 915.35 174.63 916.38 174.93C919.32 171.29 923.03 174.98 926.24 173.89C926.24 173.79 926.26 173.65 926.27 173.55C926.1 173.37 925.6 172.84 924.77 172.37L918.52 167.67C917.9 166.75 919.31 165.88 920.67 165.14C921.62 164.63 927.22 165.23 927.27 165.24C927.98 165.47 928.36 164.62 928.39 164.15C928.42 163.72 928.47 163.06 931.51 162.85C931.95 162.16 931.6 161.22 932.21 160.58C932.78 159.99 933.6 160.26 934.26 159.99C934 158.99 934.21 158.38 936.05 158.23C936.49 157.2 935.74 155.65 937.22 155.07C936.82 154.98 936.8 154.97 936.57 154.96H936.29C935.51 154.88 934.04 154.72 932 152.12L931.93 152.04C931.6 150.83 929.3 149.09 930.94 148.42C933.67 147.29 936.08 149.02 938.65 149.27C941.33 148.39 942.67 147.943 942.67 147.93C939.537 146.89 937.703 146.04 937.17 145.38C936.56 144.63 933.62 143.47 932.78 143.54L932.27 143.57L931.88 143.37' fill='%23E6EAEE'/%3E%3Cpath d='M1185.42 268.23C1185.42 268.23 1185.33 268.22 1185.29 268.21C1186.28 269.01 1188.11 269.42 1188.57 269.21C1187.93 268.85 1186.55 268.37 1185.42 268.23Z' fill='%23E6EAEE'/%3E%3Cpath d='M1154.51 278.35C1154.27 278.33 1154.12 278.353 1154.05 278.42C1153.92 278.56 1153.52 278.97 1152.22 278.97C1150.97 278.97 1149.72 278.6 1148.97 278.25C1148.92 278.23 1148.86 278.17 1148.81 278.18C1148.56 278.19 1148.37 278.44 1148.45 278.59C1148.52 278.73 1150.2 279.57 1151.93 279.72C1152.18 279.74 1152.41 279.75 1152.64 279.74C1153.87 279.7 1155.08 279.34 1156.32 279.37C1157.14 279.39 1157.95 279.59 1158.78 279.49C1158.31 279.21 1156.18 278.53 1154.51 278.34' fill='%23E6EAEE'/%3E%3Cpath d='M1197.49 268.93C1195.24 268.68 1194.25 268.82 1193.87 268.93C1194.18 269.03 1195.39 269.18 1197.51 269.38C1198.88 269.507 1200.95 270.09 1203.72 271.13C1202.34 269.96 1200.36 269.27 1197.5 268.94' fill='%23E6EAEE'/%3E%3Cpath d='M1158.29 253.66C1158.18 253.65 1158.01 253.63 1157.85 253.69C1157.83 253.69 1157.81 253.7 1157.8 253.71C1157.41 253.85 1157.16 254.19 1156.8 254.38C1156.16 254.72 1155.48 254.73 1155.11 254.73C1155 254.73 1154.95 254.75 1154.89 254.78C1154.66 254.89 1154.62 255.27 1154.61 255.39C1156.26 254.67 1159.07 254.5 1162.96 254.9C1160.62 254.31 1159.07 253.83 1159.06 253.83C1158.77 253.74 1158.49 253.68 1158.3 253.66' fill='%23E6EAEE'/%3E%3Cpath d='M1183.37 284.64C1182.03 285.22 1182.32 286.04 1182.72 286.2C1182.73 286.2 1182.75 286.21 1182.76 286.22C1183.64 286.46 1184.66 286.08 1185.8 285.08C1185.4 285.27 1184.77 285.39 1183.37 284.65' fill='%23E6EAEE'/%3E%3Cpath d='M1044.05 231.59C1044.38 232 1044.89 232.61 1046.8 233.81C1056.63 239.97 1057.46 240.12 1057.77 240.18C1059.79 240.56 1060.88 241.67 1062.72 243.94C1063.64 245.08 1064.16 245.66 1064.44 245.89C1066.85 247.84 1069.91 248.77 1072.22 250.86C1073.65 252.16 1074.66 253.88 1076.34 254.93C1081.36 258.08 1086.99 260.1 1091.89 263.46C1091.91 263.47 1092.12 263.62 1092.84 264.25C1092.95 264.34 1093.09 264.47 1093.2 264.56C1093.81 264.387 1095.43 264.577 1098.06 265.13C1098.57 262.74 1095.29 257.74 1098.72 257.88C1098.84 257.9 1099.01 257.92 1099.13 257.93C1099.04 257.763 1098.71 257.523 1098.14 257.21C1097.48 257.677 1097.05 257.907 1096.86 257.9C1095.94 257.86 1095.26 257.14 1094.36 257.04C1093.31 256.94 1092.82 256.79 1092.17 256.35C1090.42 255.17 1088.52 254.23 1086.87 252.9C1085.77 252.01 1084.18 252.36 1083.11 251.38C1082.65 250.96 1082.29 250.29 1083.13 249.47C1082.49 248.29 1080.78 248.47 1080.23 247.18C1078.54 246.76 1077.76 246.57 1077.46 245.74C1076.41 245.35 1075.57 244.55 1074.45 244.31C1072.77 244.16 1071.48 242.89 1069.81 242.7C1068.07 242.87 1054.94 235 1054.86 234.92C1053.97 234.02 1052.89 233.47 1049.77 233.16C1047.82 232.99 1046.84 232.87 1044.22 231.68L1044.04 231.58' fill='%23E6EAEE'/%3E%3Cpath d='M1186.47 284.36C1186.39 284.37 1186.28 284.39 1186.19 284.4C1186.16 284.59 1186.11 284.71 1186.03 284.84C1186.18 284.72 1186.3 284.57 1186.42 284.43L1186.46 284.36' fill='%23E6EAEE'/%3E%3Cpath d='M1104.27 267.25C1102.32 267.08 1102.14 267.34 1101.89 267.69C1101.5 268.24 1100.79 268.35 1100.56 268.38C1101.44 268.89 1102.41 268.38 1103.31 268.64C1104.26 268.92 1104.62 270.04 1105.6 270.29C1110.77 271.59 1110.92 271.57 1113.52 271.27C1118.63 270.68 1122.61 274.15 1127.29 275.11L1138.55 276.76C1138.95 276.8 1139.22 276.43 1139.6 276.41C1139.07 276.09 1137.29 275.723 1134.26 275.31C1130.19 274.76 1129.3 273.48 1130.49 272.87C1127.87 272.563 1125.12 271.977 1122.24 271.11C1120.25 272.63 1110.98 268.88 1110.89 268.84C1109.54 268.25 1106.56 267.46 1104.27 267.24' fill='%23E6EAEE'/%3E%3Cpath d='M1105.89 259.03L1105.8 259.04L1105.85 259.08L1105.89 259.03Z' fill='%23E6EAEE'/%3E%3Cpath d='M1185.58 255.09C1184.34 255.42 1185.35 257.57 1187.75 259.69C1187.22 258.72 1187.72 258.26 1189.16 258.41L1189.52 258.46L1189.94 258.52L1190.17 258.55C1189.65 257.85 1189.51 257.66 1189.3 257.26C1188.22 257.2 1187.73 257.17 1187.1 256.81C1186.4 256.4 1186.12 255.63 1185.58 255.09Z' fill='%23E6EAEE'/%3E%3Cpath d='M1055.95 243.67C1056.19 243.94 1056.54 244.31 1056.91 244.51C1056.86 244.383 1056.77 244.26 1056.64 244.14C1056.53 244.05 1056.32 243.89 1055.94 243.66' fill='%23E6EAEE'/%3E%3Cpath d='M1207.96 263.81C1207.07 263.72 1206.83 263.72 1206.39 263.82C1206.04 265.21 1204.45 264.45 1203.61 265.05C1206.49 265.23 1206.96 265.69 1208.95 267.6C1209.18 267.813 1211.12 268.067 1214.79 268.36C1217.07 268.61 1218.16 270.04 1217.56 270.54C1217.55 270.55 1212.97 270.71 1211.87 270.43L1215.04 273.01C1214.99 272.38 1214.92 271.6 1216.55 272.12C1216.6 272.14 1222.08 274.04 1223.01 274.57C1226.92 276.8 1231.47 276.99 1235.6 278.53C1239.4 279.95 1240.43 280.86 1240.76 281.16C1245.17 285.08 1247.38 287.05 1244.45 287.09C1242.78 287.117 1241.74 287.3 1241.31 287.64C1241.51 287.82 1241.71 288 1246.73 288.14C1249.22 288.207 1251.6 288.927 1253.87 290.3C1251.56 285.58 1248.49 279.3 1246.18 274.58C1241.51 273.07 1236.93 271.28 1232.2 269.95C1231.41 269.73 1231.38 269.74 1231.09 269.86C1230.28 270.22 1230.31 271.51 1229.21 271.53C1228.51 271.543 1227.8 271.767 1227.07 272.2C1226.31 272.66 1224.28 273.87 1222.44 273.43C1220.37 272.94 1218.72 270.93 1217.07 268.74C1215.34 266.44 1213.27 264.987 1210.87 264.38C1210.28 264.23 1209.19 263.95 1207.95 263.8' fill='%23E6EAEE'/%3E%3Cpath d='M1168.14 280.36C1167.46 280.29 1166.42 280.21 1165.32 280.31C1166.7 280.61 1168.33 280.83 1170.66 281.14C1171.23 281.2 1171.64 281.25 1172.15 281.25C1171.4 281.08 1170.68 280.81 1169.93 280.65C1169.73 280.61 1169.01 280.45 1168.13 280.36' fill='%23E6EAEE'/%3E%3Cpath d='M1135.87 243.44C1132.12 243.07 1132.4 243.62 1132.78 244.38C1133.47 245.76 1131.99 246.05 1131.43 246.15L1131.17 246.18C1131.29 246.43 1131.42 246.7 1131.41 246.93C1131.4 247.38 1130.89 247.57 1130.84 248C1130.77 248.65 1131.81 249.37 1131.08 249.89C1130.73 250.13 1126.52 250.85 1125.14 250.4C1119.21 248.44 1112.01 252.72 1106.9 246.71C1105.69 247.45 1105.63 248.48 1106.05 248.94C1107 249.98 1108.33 250.61 1109.13 251.81C1109.7 252.677 1110.68 253.417 1112.06 254.03C1114.18 254.96 1114.85 255.68 1115.28 256.6C1116.08 258.32 1118.54 259.92 1118.91 259.92C1118.99 259.92 1119.09 259.85 1119.17 259.83C1119.82 259.59 1121.6 259.54 1123.66 261.07C1123.81 261.177 1125.34 261.277 1128.25 261.37C1129.47 261.41 1134.82 262.68 1135.99 263.89C1136.25 264.15 1136.37 264.29 1139.66 263.77C1140.04 263.71 1140.76 263.8 1140.89 263.44C1140.92 263.37 1140.94 263.28 1140.96 263.21C1141.28 261.74 1140.16 260.46 1140.37 259C1140.55 257.76 1142.39 257.86 1142.4 256.48C1142.41 255.42 1140.72 254.38 1141.83 253.43C1143.4 252.09 1145.34 252.8 1147.1 252.47C1145.77 251.54 1144.04 251.42 1142.79 250.34C1142.1 249.74 1141.8 248.8 1140.99 248.31C1139.71 247.54 1138.81 246.84 1138.33 246.25C1137.89 245.7 1137.96 245.31 1138.56 245.09C1138.28 244.6 1137.78 244.24 1137.66 243.64C1137.07 243.57 1136.47 243.5 1135.88 243.44' fill='%23E6EAEE'/%3E%3Cpath d='M1142.5 277.28L1143.08 277.41L1143.16 277.42L1142.5 277.28Z' fill='%23E6EAEE'/%3E%3Cpath d='M1171.99 255.37C1170.33 256 1170.07 256.1 1168.03 255.88H1167.99C1168.53 256.08 1170.19 256.7 1171.99 255.37Z' fill='%23E6EAEE'/%3E%3Cpath d='M1159.71 268.88C1159.76 269.56 1159.82 270.5 1160.2 271.24C1161.09 270.93 1161.18 270.38 1161.14 270.19C1161.11 270.05 1161.09 270.04 1160.96 269.97C1160.53 269.74 1160.11 269.37 1159.71 268.88Z' fill='%23E6EAEE'/%3E%3Cpath d='M1166.06 283.76C1166.59 284.03 1167.74 284.53 1168.58 284.68C1168.34 284.52 1167.82 284.26 1166.06 283.76Z' fill='%23E6EAEE'/%3E%3Cpath d='M1154.53 258.2C1154.27 258.34 1154.12 258.48 1154.09 258.62C1153.9 259.35 1154.07 260.1 1154 260.83C1153.9 261.88 1153.14 262.72 1153.07 263.77C1153.05 264.1 1153.11 264.36 1154.09 264.64C1154.91 264.88 1155.78 264.91 1156.6 265.16C1157.27 265.37 1157.68 265.61 1158.01 265.84C1158.04 265.86 1158.08 265.89 1158.11 265.91C1156.75 262.06 1160.34 263.49 1161.48 264.02C1163.3 264.87 1163.22 265.57 1163.13 266.45C1163.88 266.98 1164.78 267.24 1165.51 267.8C1166.16 268.29 1166.39 268.75 1166.51 268.99C1166.54 269.05 1166.59 269.14 1166.62 269.2C1166.98 269.2 1169.11 268.93 1169.46 268.82C1169.36 268.62 1168.84 268.27 1168.43 268.01C1168.15 267.83 1167.79 267.61 1167.46 267.28C1166.87 266.68 1166.81 266.1 1166.77 265.68C1166.73 265.27 1166.67 265.07 1166.56 264.95C1166.47 264.86 1166.32 264.79 1166.22 264.75C1162.96 263.24 1162.49 262.26 1162.44 261.91C1162.39 261.59 1162.57 261.19 1163.67 261.12C1165.15 261.03 1167.22 260.33 1168.08 259.77C1165.88 259.53 1162.46 259.8 1162.4 260.6C1162.37 261.03 1161.79 261.43 1160.6 261.29C1158.76 261.07 1155.99 259.85 1154.54 258.18' fill='%23E6EAEE'/%3E%3Cpath d='M1191.49 283.1C1191.2 283.09 1190.87 283.06 1190.37 283.01C1189.35 282.87 1189.17 282.85 1188.37 283.47L1188.02 283.73C1189.18 283.53 1190.33 283.29 1191.49 283.1Z' fill='%23E6EAEE'/%3E%3Cpath d='M687.68 130.38C686.3 130.4 684.95 130.66 683.57 130.7C681.99 130.75 680.91 130.45 680.62 130.36C680.56 130.34 680.41 130.3 680.03 130.31C679.46 130.32 678.94 130.48 678.67 130.62C679.42 131.05 681.37 131.35 682.2 131.48C682.66 131.55 683.36 131.67 684.14 131.92C685.04 132.21 685.81 132.8 686.72 133.07C686.75 133.07 686.78 133.09 686.81 133.09H686.85C686.85 133.09 686.89 133.11 686.91 133.11C687.02 132.9 686.91 132.55 686.85 132.36C686.66 131.88 686.57 131.32 687.69 130.38' fill='%23E6EAEE'/%3E%3Cpath d='M691.76 128.63C691.63 128.79 691.44 128.89 691.31 129.06C691.2 129.2 691.19 129.34 691.19 129.38C691.57 129.01 691.7 128.78 691.76 128.63Z' fill='%23E6EAEE'/%3E%3Cpath d='M663.75 122.62C663.11 122.62 662.55 122.93 661.94 123.05C661.34 123.17 660.93 123.14 660.26 123.1C661.113 123.907 661.563 124.347 661.61 124.42C661.79 124.69 662.02 125.1 661.82 125.65C661.53 126.44 661.84 126.98 661.99 127.18C662.33 127.02 662.95 126.71 664.04 126.56C664.21 126.54 664.53 126.49 664.63 126.35C664.8 126.11 664.77 125.37 664.75 124.78C664.72 123.94 664.72 123.5 664.95 123.02C664.92 122.92 664.84 122.63 663.74 122.62' fill='%23E6EAEE'/%3E%3Cpath d='M674.36 107.06C672.58 107.08 670.89 107.95 669.08 107.64C668.447 108.107 667.92 108.343 667.5 108.35C667.42 108.35 667.31 108.35 667.23 108.35C666.77 108.83 666.21 109.01 664.12 108.81C663.56 109.65 663.047 110.083 662.58 110.11C661.48 110.16 660.82 109.1 659.78 109.01C659.147 109.63 657.607 109.987 655.16 110.08C656.93 110.97 654.7 111.79 654.68 111.8C654.6 111.83 654.5 111.86 654.42 111.88C655.83 112.46 655.63 112.83 655.2 113.29L655.13 113.45C656.16 113.74 657.84 112.88 658.22 114.34C661.85 113.04 664.47 112.1 668.02 114.61C669.24 115.5 669.96 116.93 671.33 117.65C677.14 120.7 679.21 121.04 680.73 121.28C680.85 121.3 692.24 123.73 692.11 127.87C692.61 127.75 694.2 127.01 694.21 127.01C690.31 125.35 692.66 124.33 693.17 124.15C695.14 123.43 696.92 124.06 698.98 124.78C698.74 124.52 698.69 124.46 697.81 124.13L688.89 120.9C687.37 120.88 686.04 120.67 684.11 119.71C682.29 118.8 681.53 116.69 679.65 115.85C678.39 115.29 676.96 115.14 675.78 114.36C675.173 113.96 675.027 113.173 675.34 112C674.97 111.53 674.41 110.81 676.63 110.13C676.86 109.47 676.72 108.78 676.79 108.1C675.19 107.94 674.83 107.84 674.34 107.06' fill='%23E6EAEE'/%3E%3Cpath d='M701.32 117.45C700.81 117.93 700.69 118.08 700.69 118.08C700.76 118.24 700.77 118.39 700.7 118.64C701.18 118.85 701.66 119.05 702.15 119.24C702.39 118.93 702.65 118.69 703.02 118.47C702.46 118.12 701.88 117.79 701.31 117.46' fill='%23E6EAEE'/%3E%3Cpath d='M704.13 109.68C703.13 109.84 702.13 109.98 701.13 110.13C701.6 110.93 702.8 110.81 703.18 111.73C703.79 113.2 704.55 115.04 703.59 116.08L703.15 116.38C702.93 116.38 702.7 116.45 702.46 116.59C703.3 117.07 704.04 117.69 704.94 118.06L708.66 119.19C708.72 119.2 708.8 119.18 708.87 119.17C711.33 118.96 712.84 118.84 714.43 118.73C714.48 118.06 714.51 117.7 715.61 117.33C714.94 116.81 713.97 116.69 713.59 115.79C713.48 115.54 713.35 114.9 714.41 114.46C714.103 114.04 712.993 113.737 711.08 113.55C709.96 113.44 709.15 113.36 709.3 112.29C709.3 112.24 709.31 112.17 709.32 112.12C709.06 112.08 708.45 111.99 707.99 111.69C707.63 111.45 707.58 110.97 707.23 110.74C706.88 110.51 706.5 110.35 706.19 110.07C706.16 110.04 706.12 110 706.09 109.97C705.44 109.89 704.8 109.68 704.14 109.66' fill='%23E6EAEE'/%3E%3C/svg%3E");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom; }
    .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-left {
      flex: 0 0 100%;
      max-width: 100%; }
      .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-left h3 {
        font-size: 14px;
        font-weight: 300;
        margin: 0; }
      .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-left h2 {
        font-size: 36px;
        font-weight: 500;
        margin: 20px 0 0; }
      .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-left .programs-faq-listitem li {
        color: #888;
        opacity: 0.6;
        font-size: 16px;
        font-weight: 700;
        line-height: 44px;
        text-transform: capitalize; }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-left .programs-faq-listitem li.active {
          color: #0A0A0A; }
    .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-right {
      flex: 0 0 100%;
      max-width: 100%; }
    .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item {
      padding-bottom: 22px;
      position: relative; }
      .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item:not(:last-child) {
        margin-bottom: 15px;
        border-bottom: 1px solid #989DAD; }
      .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item .header-faqs {
        font-size: 16px;
        font-weight: 500;
        color: var(--txt-black);
        cursor: pointer; }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item .header-faqs svg {
          margin-left: 10px;
          width: 16px;
          height: 16px; }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item .header-faqs.opened svg {
          transform: rotate(180deg); }
      .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item .programs-faq-content {
        display: none;
        color: var(--txt-black);
        margin-top: 30px;
        font-weight: 300; }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item .programs-faq-content b {
          font-weight: 500;
          display: inline-block;
          padding-bottom: 20px; }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item .programs-faq-content strong {
          font-weight: 500; }
  @media (min-width: 992px) {
    .layout-page-programs .section-page-programs-faq {
      padding: 82px 0; }
      .layout-page-programs .section-page-programs-faq .programs-faq-flex {
        flex-direction: row; }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-left {
          flex: 0 0 42%;
          max-width: 42%; }
          .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-left h3 {
            font-size: 18px; }
          .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-left h2 {
            font-size: 50px;
            margin: 50px 0 0; }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-right {
          flex: 0 0 calc(58% - 65px);
          max-width: calc(58% - 65px); }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item:not(:last-child) {
          margin-bottom: 20px; }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item .header-faqs {
          font-size: 35px; }
          .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item .header-faqs svg {
            width: 24px;
            height: 24px; }
        .layout-page-programs .section-page-programs-faq .programs-faq-flex .programs-faq-item .programs-faq-content {
          font-size: 16px; } }

/* GENERAL */
.section-home-testimonials {
  padding-top: 100px; }
  .section-home-testimonials .home-testimonials-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-right: 108px;
    margin-bottom: 48px; }
    .section-home-testimonials .home-testimonials-flex .home-testimonials-img {
      flex: 0 0 calc(100% - 519px);
      max-width: calc(100% - 519px); }
    .section-home-testimonials .home-testimonials-flex .home-testimonials-content {
      flex: 0 0 519px;
      max-width: 519px; }
      .section-home-testimonials .home-testimonials-flex .home-testimonials-content .sectionHeading {
        position: absolute;
        top: 0;
        right: 0; }
      .section-home-testimonials .home-testimonials-flex .home-testimonials-content .testimonials-content-absoulte {
        position: absolute;
        max-width: 617px;
        bottom: 115px;
        right: 130px;
        z-index: -1; }
      .section-home-testimonials .home-testimonials-flex .home-testimonials-content .content {
        padding: 32px 41px 32px 109px;
        background-color: var(--home-bg-highlight); }
        .section-home-testimonials .home-testimonials-flex .home-testimonials-content .content p {
          font-size: 16px;
          margin: 0 0 14px;
          line-height: 34px; }
        .section-home-testimonials .home-testimonials-flex .home-testimonials-content .content .seemore {
          font-size: 13px;
          font-weight: 500;
          line-height: 40px;
          text-decoration: underline;
          display: inline-block; }
  .section-home-testimonials .home-testimonials-review .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center; }
  .section-home-testimonials .home-testimonials-review.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/3);
    width: calc(100%/3); }
  .section-home-testimonials .home-testimonials-review.home-testimonials-review-top-slide {
    margin-bottom: 30px; }
  .section-home-testimonials .home-testimonials-review .testimonials-review-item {
    display: flex;
    background: rgba(255, 255, 255, 0.1); }
    .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-img {
      flex: 0 0 180px;
      max-width: 180px; }
      .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-img img {
        aspect-ratio: 1;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-content {
      flex: 0 0 calc(100% - 180px);
      max-width: calc(100% - 180px);
      padding: 15px 0 15px 16px; }
      .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-content p {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        color: #888; }
      .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-content .testimonials-review-flex {
        display: flex;
        align-items: center;
        gap: 10px; }
        .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-content .testimonials-review-flex img {
          flex: 0 0 30px;
          max-width: 30px;
          height: 30px;
          border-radius: 50%; }
        .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-content .testimonials-review-flex .name {
          flex: 1;
          display: block; }
  .section-home-testimonials .home-testimonials-thankyou {
    margin-top: 86px; }
    .section-home-testimonials .home-testimonials-thankyou .thankyou-title {
      font-size: 24px;
      font-weight: 500;
      line-height: 38px;
      margin: 0 0 36px; }
    .section-home-testimonials .home-testimonials-thankyou .testimonials-btn {
      padding: 17px 54px; }

#section-home-blog {
  padding: 40px 0;
  overflow: hidden; }
  #section-home-blog .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/3);
    width: calc(100%/3); }
  #section-home-blog .action {
    margin-top: 24px; }
  @media (min-width: 992px) {
    #section-home-blog {
      padding: 95px 0 80px; }
      #section-home-blog .action {
        margin-top: 36px; } }

.section-collection-advantage {
  background-color: var(--bg-dark);
  padding: 40px 0; }
  .section-collection-advantage .wrap-heading {
    text-align: center;
    margin-bottom: 38px; }
    .section-collection-advantage .wrap-heading h2 {
      color: var(--txt-white);
      font-size: 36px;
      font-weight: 500;
      margin-bottom: 16px; }
    .section-collection-advantage .wrap-heading p {
      color: var(--txt-white);
      font-weight: 300;
      margin: 0; }
  .section-collection-advantage .advantage-box {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    border-radius: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px; }
    .section-collection-advantage .advantage-box > div {
      width: 100%; }
    .section-collection-advantage .advantage-box h4 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 0;
      color: #fff; }
    .section-collection-advantage .advantage-box p {
      margin-bottom: 0; }
    .section-collection-advantage .advantage-box p + p {
      margin-top: 16px; }
    .section-collection-advantage .advantage-box svg {
      width: 100%;
      height: 100%; }
    .section-collection-advantage .advantage-box .advantage-text {
      font-weight: 300;
      margin-bottom: 0;
      color: #fff; }
    .section-collection-advantage .advantage-box .advantage-top {
      display: flex;
      gap: 16px;
      align-items: center; }
      .section-collection-advantage .advantage-box .advantage-top .advantage-icon {
        width: 49px;
        height: 49px; }
      .section-collection-advantage .advantage-box .advantage-top .advantage-title {
        width: calc(100% - 49px - 26px); }
  .section-collection-advantage .listing {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .section-collection-advantage .listing .item {
      flex: 0 0 100%;
      max-width: 100%; }
  @media (min-width: 992px) {
    .section-collection-advantage {
      padding: 78px 0 88px; }
      .section-collection-advantage .wrap-heading {
        width: 80%;
        margin: 0 auto 70px; }
        .section-collection-advantage .wrap-heading h2 {
          font-size: 50px;
          margin-bottom: 38px; }
        .section-collection-advantage .wrap-heading p {
          font-size: 20px; }
      .section-collection-advantage .listing .item {
        flex: 0 0 calc((100% - 20px) /2);
        max-width: calc((100% - 20px) /2); }
      .section-collection-advantage .advantage-box {
        padding: 25px; }
        .section-collection-advantage .advantage-box h4 {
          font-size: 18px; }
        .section-collection-advantage .advantage-box .advantage-text {
          font-size: 16px; } }
  @media (min-width: 1320px) {
    .section-collection-advantage .listing {
      gap: 20px; }
      .section-collection-advantage .listing .item {
        flex: 0 0 calc((100% - (20px*3)) /4);
        max-width: calc((100% - (20px*3)) /4); } }

.section-collection-strength {
  background-color: var(--bg-dark);
  padding: 40px 0;
  position: relative; }
  .section-collection-strength:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='742' height='1000' viewBox='0 0 742 1000' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_49_1189' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='742' height='1000'%3E%3Cpath d='M741.17 0H0V999.02H741.17V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_49_1189)'%3E%3Cpath opacity='0.5' d='M656.24 1029.78C654.27 1029.78 653.21 1029.75 653.13 1029.75C576.98 1028.16 504.52 1012.52 437.76 983.26C374.17 955.39 317.61 916.07 269.65 866.39C222.64 817.69 185.86 761.14 160.34 698.31C134.47 634.6 121.35 567.27 121.35 498.19C121.35 434.39 132.11 372.76 153.32 315.02C170.29 268.82 193.95 224.99 223.65 184.75C274.22 116.23 325.49 81.3999 326 81.0599L327.72 79.9099V498.2C328.08 573.17 345.41 637.23 379.21 688.61C406.25 729.69 443.83 762.82 490.93 787.05C570.49 827.99 650.92 829.49 653.15 829.52C701.13 826.1 770.57 815.18 829.02 782.54C863.97 763.02 878.56 744.73 878.71 744.55L879.48 743.57L1019.92 883.94L1019.16 884.72C985.68 919.18 945.6 948.26 900.03 971.13C863.59 989.42 823.58 1003.81 781.12 1013.9C718.57 1028.76 668.88 1029.8 656.26 1029.8L656.24 1029.78ZM325.51 84.0899C316.19 90.7399 270.51 124.93 225.36 186.14C195.8 226.21 172.25 269.85 155.36 315.84C134.25 373.33 123.55 434.68 123.55 498.2C123.55 567 136.62 634.05 162.38 697.49C187.79 760.06 224.42 816.38 271.23 864.87C319 914.35 375.32 953.51 438.64 981.26C505.13 1010.4 577.32 1025.98 653.18 1027.57C653.74 1027.59 708.62 1028.86 780.65 1011.74C822.94 1001.69 862.77 987.36 899.05 969.15C944.03 946.56 983.64 917.91 1016.79 883.97L879.61 746.86C876.12 750.89 860.94 767.2 830.2 784.39C797.72 802.55 740.65 825.51 653.22 831.73H653.18H653.14C652.33 831.73 570.7 830.58 489.96 789.05C442.5 764.64 404.62 731.27 377.36 689.86C343.3 638.12 325.85 573.64 325.48 498.21V84.0899H325.51ZM1036.83 866.98L896.57 726.76L897.24 725.98C946.88 668.81 968.35 609.92 977.62 570.57C987.66 527.97 985.96 498.55 985.94 498.26C985.38 442.21 974.51 391.16 953.63 346.49C936.93 310.76 913.81 279 884.93 252.08C835.72 206.23 786.16 190.15 785.67 190L784.9 189.76V-15.2401L786.31 -14.8301C876.85 11.3999 954.15 53.8299 1016.06 111.29C1065.6 157.26 1105.44 212.89 1134.5 276.63C1160.34 333.33 1172.68 386.1 1178.48 420.37C1184.77 457.53 1184.94 481.61 1184.94 481.85C1185.93 540.01 1178.81 596.42 1163.77 649.5C1151.74 691.97 1134.64 732.4 1112.95 769.69C1076 833.2 1037.99 865.99 1037.61 866.32L1036.84 866.98H1036.83ZM899.58 726.65L1036.94 863.97C1042.48 859.01 1077.22 826.75 1111.09 768.5C1132.68 731.38 1149.69 691.12 1161.67 648.84C1176.64 595.99 1183.73 539.82 1182.74 481.88C1182.74 481.63 1182.56 457.67 1176.29 420.66C1170.51 386.51 1158.21 333.95 1132.45 277.47C1103.51 214.01 1063.83 158.63 1014.51 112.87C953.18 55.9699 876.68 13.8599 787.1 -12.3001V188.16C793.6 190.39 840.15 207.38 886.36 250.41C915.47 277.52 938.76 309.51 955.6 345.51C976.64 390.48 987.59 441.85 988.15 498.19C988.17 498.43 989.89 528.17 979.78 571.09C970.49 610.5 949.04 669.4 899.59 726.66L899.58 726.65ZM647 797.91C609.13 797.91 571.64 790.05 535.57 774.55C500.81 759.61 469.22 738.41 441.69 711.55C414.06 684.59 392.25 653.62 376.88 619.49C360.83 583.87 352.7 546.67 352.7 508.93V62.0399L353.18 61.7099C413.06 20.8399 479.46 -6.9001 550.53 -20.7501L551.84 -21.0101V494.22C551.84 522.68 563.52 550.03 583.9 569.25C603.53 587.77 629.17 597.11 656.13 595.54C706.15 592.45 750.02 547.5 750.02 499.35C750.02 473.48 740.35 448.46 722.79 428.9C705.04 409.14 681.13 397.18 655.45 395.23C630.36 393.09 606.3 400.74 581.89 418.62L580.14 419.9V197.18L581.07 197.04C587.31 196.08 593.67 195.44 599.82 194.81L601.66 194.62C651.55 190.03 699.72 194.97 744.83 209.32C788.97 223.36 828.01 245.67 860.86 275.64C891.11 303.23 914.75 336.18 931.14 373.56C948.23 412.53 956.89 455.21 956.89 500.42C956.89 545.63 945.8 588.19 924.81 629.85C903.33 672.48 872.87 708.9 836.72 735.17C779.65 776.2 714.04 797.88 646.99 797.88L647 797.91ZM354.9 63.1999V508.93C354.9 546.35 362.97 583.25 378.89 618.58C394.15 652.45 415.79 683.2 443.23 709.97C470.57 736.64 501.93 757.69 536.44 772.53C572.23 787.91 609.42 795.71 647 795.71C713.59 795.71 778.75 774.17 835.44 733.41C871.3 707.34 901.53 671.19 922.85 628.88C943.69 587.53 954.7 543.11 954.7 500.44C954.7 455.54 946.1 413.16 929.13 374.47C912.86 337.37 889.4 304.68 859.38 277.29C826.77 247.54 788 225.38 744.17 211.44C699.35 197.18 651.48 192.27 601.88 196.83L600.05 197.02C594.24 197.61 588.23 198.22 582.34 199.09V415.58C606.6 398.27 630.6 390.9 655.63 393.04C681.87 395.03 706.31 407.24 724.43 427.43C742.36 447.39 752.23 472.94 752.23 499.35C752.23 523.61 741.79 547.44 722.83 566.47C704.5 584.86 680.24 596.26 656.27 597.74C628.7 599.35 602.47 589.79 582.39 570.85C561.58 551.21 549.64 523.28 549.64 494.22V-18.3301C479.54 -4.4901 414.03 22.9399 354.9 63.2099V63.1999ZM760.38 180.69L758.92 180.19C758.71 180.12 737.96 173.13 705.65 168.5C675.85 164.22 629.85 161.12 579.92 170.64L578.61 170.89V-25.0101L579.47 -25.2101C579.64 -25.2501 597.23 -29.2001 628.07 -30.4301C656.5 -31.5601 702.38 -30.5301 759.49 -19.2601L760.38 -19.0801V180.68V180.69ZM648.43 162.18C665.93 162.18 685.26 163.34 706.03 166.33C733.65 170.3 752.9 175.98 758.18 177.64V-17.2601C701.73 -28.3201 656.39 -29.3301 628.24 -28.2201C601.39 -27.1601 584.67 -24.0301 580.82 -23.2401V168.23C597.83 165.06 620.87 162.18 648.43 162.18Z' fill='url(%23paint0_linear_49_1189)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_49_1189' x1='278.72' y1='873.47' x2='1022.7' y2='129.49' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%236E95F7' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%236E95F7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .section-collection-strength .wrap-heading h2 {
    color: var(--txt-white); }
  .section-collection-strength .wrap-heading p {
    color: var(--txt-white);
    font-size: 20px;
    margin-bottom: 44px;
    line-height: 34px; }
  @media (min-width: 992px) {
    .section-collection-strength {
      padding: 85px 0 94px; } }

.section-collection-thankyou {
  padding: 40px 0;
  text-align: center; }
  .section-collection-thankyou .collection-thankyou-content {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px; }
  .section-collection-thankyou .collection-thankyou-btn {
    padding: 17px 57px; }
  @media (min-width: 992px) {
    .section-collection-thankyou {
      padding: 50px 0 75px; }
      .section-collection-thankyou .collection-thankyou-content {
        font-size: 35px;
        margin-bottom: 53px; } }

.section-home-brand {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  padding: 18px 0; }
  .section-home-brand .brand-img {
    text-align: center; }
  .section-home-brand .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center; }
  .section-home-brand .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/5);
    width: calc(100%/5); }

#formMessages {
  margin-top: 20px; }
  #formMessages .alert {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
    font-weight: 500; }
    #formMessages .alert.alert-success {
      background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
      color: #155724;
      border-left: 4px solid #28a745; }
    #formMessages .alert.alert-danger {
      background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
      color: #721c24;
      border-left: 4px solid #dc3545; }

.input-group:hover .form-control:not(:focus) {
  border-color: #bbb; }

.form-control:focus {
  animation: focusPulse 0.3s ease-in-out; }

/* TEAM MEMBER MODAL */
.team-modal-content {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); }
  .team-modal-content .team-modal-header {
    background: linear-gradient(135deg, var(--home-bg-highlight) 0%, #4a5a7a 100%);
    border: none;
    padding: 15px;
    color: #fff; }
    .team-modal-content .team-modal-header .team-modal-title-wrapper {
      flex: 1; }
      .team-modal-content .team-modal-header .team-modal-title-wrapper .team-modal-name {
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        line-height: 1.2;
        color: #fff; }
      .team-modal-content .team-modal-header .team-modal-title-wrapper .team-modal-position {
        font-size: 16px;
        margin: 8px 0 0;
        opacity: 0.9;
        font-weight: 300; }
    .team-modal-content .team-modal-header .team-modal-close {
      color: #fff;
      opacity: 0.8;
      font-size: 32px;
      font-weight: 300;
      text-shadow: none;
      transition: all 0.3s ease; }
      .team-modal-content .team-modal-header .team-modal-close:hover {
        opacity: 1;
        transform: scale(1.1); }
  .team-modal-content .team-modal-body {
    padding: 15px;
    background: #fff; }
    .team-modal-content .team-modal-body .team-modal-img-wrapper {
      text-align: center;
      margin-bottom: 30px; }
      .team-modal-content .team-modal-body .team-modal-img-wrapper .team-modal-img {
        width: 100%;
        max-width: 280px;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease; }
        .team-modal-content .team-modal-body .team-modal-img-wrapper .team-modal-img:hover {
          transform: scale(1.02); }
    .team-modal-content .team-modal-body .team-modal-content h5 {
      color: var(--home-bg-highlight);
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px;
      position: relative;
      padding-bottom: 10px; }
      .team-modal-content .team-modal-body .team-modal-content h5:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background: var(--home-bg-highlight);
        border-radius: 2px; }
    .team-modal-content .team-modal-body .team-modal-content .team-modal-bio {
      margin-bottom: 30px; }
      .team-modal-content .team-modal-body .team-modal-content .team-modal-bio .team-bio-text {
        font-size: 16px;
        line-height: 1.7;
        color: #666;
        margin: 0; }
    .team-modal-content .team-modal-body .team-modal-content .contact-info .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 12px; }
      .team-modal-content .team-modal-body .team-modal-content .contact-info .contact-item i {
        color: var(--home-bg-highlight);
        width: 20px;
        margin-right: 12px;
        font-size: 16px; }
      .team-modal-content .team-modal-body .team-modal-content .contact-info .contact-item .contact-text {
        font-size: 15px;
        color: #555; }
      .team-modal-content .team-modal-body .team-modal-content .contact-info .contact-item .contact-link {
        font-size: 15px;
        color: var(--home-bg-highlight);
        text-decoration: none;
        transition: color 0.3s ease; }
        .team-modal-content .team-modal-body .team-modal-content .contact-info .contact-item .contact-link:hover {
          color: #2a3f5f;
          text-decoration: underline; }

/* Hover effect for team items */
.aboutus-team-item {
  transition: all 0.3s ease; }
  .aboutus-team-item .aboutus-team-img {
    overflow: hidden; }
    .aboutus-team-item .aboutus-team-img img {
      transition: transform 0.3s ease; }
  .aboutus-team-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1); }
    .aboutus-team-item:hover .aboutus-team-img img {
      transform: scale(1.05); }

/* Modal animations */
.modal.fade .modal-dialog {
  transform: scale(0.8) translateY(-100px);
  transition: all 0.3s ease; }

.modal.show .modal-dialog {
  transform: scale(1) translateY(0); }

/* RESPONSIVE */
@media (max-width: 991px) {
  .heading-pageDetail h1 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 50px;
    -webkit-text-stroke-width: 0.8px; }
  /* ABOUT US */
  .layout-page-about-us {
    padding-top: 60px; }
    .layout-page-about-us .section-home-testimonials {
      padding-bottom: 40px; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content {
      padding: 25px 20px; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content h3 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content p {
        font-size: 18px;
        line-height: 30px; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content.intro-content-1 {
        margin-bottom: 30px; }
    .layout-page-about-us .section-page-aboutus-team {
      padding: 60px 0 50px; }
      .layout-page-about-us .section-page-aboutus-team .wrap-heading p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px; }
      .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .team-name {
        font-size: 18px;
        line-height: 26px;
        margin: 8px 0 0; }
      .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .team-position {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 12px; }
  /* GENERAL */
  .section-home-testimonials {
    padding-top: 40px; }
    .section-home-testimonials .home-testimonials-flex {
      flex-direction: column;
      padding-right: 0;
      margin-bottom: 30px; }
      .section-home-testimonials .home-testimonials-flex .home-testimonials-img {
        flex: 1;
        max-width: 100%;
        margin-bottom: 20px; }
      .section-home-testimonials .home-testimonials-flex .home-testimonials-content {
        flex: 1;
        max-width: 100%; }
        .section-home-testimonials .home-testimonials-flex .home-testimonials-content .sectionHeading {
          position: relative;
          text-align: center !important; }
        .section-home-testimonials .home-testimonials-flex .home-testimonials-content .testimonials-content-absoulte {
          position: relative;
          max-width: 100%;
          bottom: auto;
          right: auto; }
          .section-home-testimonials .home-testimonials-flex .home-testimonials-content .testimonials-content-absoulte .content {
            padding: 20px; }
            .section-home-testimonials .home-testimonials-flex .home-testimonials-content .testimonials-content-absoulte .content p {
              font-size: 14px;
              line-height: 26px; }
    .section-home-testimonials .home-testimonials-review.swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      flex: 0 0 100%;
      width: 100%; }
    .section-home-testimonials .home-testimonials-review.home-testimonials-review-top-slide {
      margin-bottom: 20px; }
    .section-home-testimonials .home-testimonials-review .testimonials-review-item {
      flex-direction: column; }
      .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-img {
        flex: 1;
        max-width: 100%;
        margin-bottom: 15px; }
        .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-img img {
          width: 100%;
          height: 200px; }
      .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-content {
        flex: 1;
        max-width: 100%;
        padding: 15px; }
        .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-content p {
          font-size: 14px;
          line-height: 22px; }
        .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-content .testimonials-review-flex {
          margin-top: 10px; }
    .section-home-testimonials .home-testimonials-thankyou {
      margin-top: 50px; }
      .section-home-testimonials .home-testimonials-thankyou .thankyou-title {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 25px; }
      .section-home-testimonials .home-testimonials-thankyou .testimonials-btn {
        padding: 15px 40px;
        font-size: 14px; }
  .section-collection-strength,
  .section-collection-thankyou {
    padding: 60px 0; }
  .section-home-brand {
    padding: 12px 0; }
    .section-home-brand .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
      flex: 0 0 calc(100%/3);
      width: calc(100%/3); } }

@media (max-width: 767px) {
  .heading-pageDetail h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    -webkit-text-stroke-width: 0.5px; }
  /* ABOUT US */
  .layout-page-about-us {
    padding-top: 40px; }
    .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content {
      margin-bottom: 30px; }
      .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content {
        padding: 20px 15px; }
        .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content h3 {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 15px; }
        .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content p {
          font-size: 16px;
          line-height: 26px; }
        .layout-page-about-us .section-page-aboutus-intro .aboutus-intro-content .intro-content.intro-content-1 {
          margin-bottom: 20px;
          border-left: none;
          border-bottom: 1px solid #484848;
          border-top: 1px solid #484848; }
    .layout-page-about-us .section-page-aboutus-team {
      padding: 40px 0 30px; }
      .layout-page-about-us .section-page-aboutus-team .wrap-heading p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px; }
      .layout-page-about-us .section-page-aboutus-team .row {
        margin: 0 -10px; }
        .layout-page-about-us .section-page-aboutus-team .row .col-lg-3,
        .layout-page-about-us .section-page-aboutus-team .row .col-md-4,
        .layout-page-about-us .section-page-aboutus-team .row .col-6 {
          padding: 0 10px; }
      .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .aboutus-team-content {
        padding: 0 5px; }
      .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .team-name {
        font-size: 16px;
        line-height: 22px;
        margin: 6px 0 0; }
      .layout-page-about-us .section-page-aboutus-team .aboutus-team-item .team-position {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 10px; }
  /* GENERAL */
  .section-home-testimonials {
    padding-top: 40px; }
    .section-home-testimonials .home-testimonials-review .testimonials-review-item .testimonials-review-content {
      padding: 10px; }
    .section-home-testimonials .home-testimonials-thankyou {
      margin-top: 40px; }
      .section-home-testimonials .home-testimonials-thankyou .thankyou-title {
        font-size: 18px;
        line-height: 26px; }
      .section-home-testimonials .home-testimonials-thankyou .testimonials-btn {
        padding: 12px 30px;
        font-size: 13px; }
  .section-collection-strength,
  .section-collection-thankyou {
    padding: 40px 0; }
  .section-collection-thankyou .collection-thankyou-content {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 24px;
    padding: 0 10px; }
  .section-collection-thankyou .collection-thankyou-btn {
    padding: 12px 24px;
    font-size: 16px; }
    .section-collection-thankyou .collection-thankyou-btn svg {
      width: 20px;
      height: 20px; }
  .section-home-brand .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(100%/3);
    width: calc(100%/3); }
  .section-home-brand .swiper .brand-img img {
    aspect-ratio: 16/9;
    object-fit: contain; }
  .team-modal-content .team-modal-header {
    padding: 10px; }
    .team-modal-content .team-modal-header .team-modal-name {
      font-size: 22px; }
    .team-modal-content .team-modal-header .team-modal-position {
      font-size: 14px; }
  .team-modal-content .team-modal-body {
    padding: 10px; }
    .team-modal-content .team-modal-body .team-modal-img-wrapper {
      margin-bottom: 20px; }
    .team-modal-content .team-modal-body .team-modal-content h5 {
      font-size: 18px; }
  .aboutus-team-item:hover {
    transform: none;
    box-shadow: none; } }
