@charset "UTF-8";
main {
  line-height:1;
 }

main * {
  font-family:inherit;
  font-size:100%;
  line-height:inherit;
  margin:0;
  padding:0;
  color:inherit;
  border:0;
 }

main button {
  background:transparent;
 }

main select {
  background:transparent;
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
 }

main a,
main button,
main input,
main optgroup,
main select,
main textarea {
  outline:revert;
 }

main a:focus {
  outline:revert;
 }

main button,
main [type=button],
main [type=reset],
main [type=submit] {
  cursor:pointer;
 }

main button:disabled,
main [type=button]:disabled,
main [type=reset]:disabled,
main [type=submit]:disabled {
  cursor:default;
 }

main label[for] {
  cursor:pointer;
 }

main td,
main th {
  height:auto;
 }

footer {
  margin-top:0;
 }

header {
  position:relative !important;
 }

body {
  padding-top:0 !important;
 }

html {
  overflow-y:initial;
 }

main {
  font-family:"Roboto", "Noto Sans JP", "Noto Sans SC", "Noto Sans KR", sans-serif;
  color:#ffd940;
  background-color:#f266bf;

  image-rendering:-webkit-optimize-contrast;
 }

main img {
  height:auto;
  vertical-align:bottom;
 }

main svg {
  width:auto;
  height:1em;

  fill:currentColor;
 }

[data-whatinput=mouse] main a,
[data-whatinput=touch] main a,
[data-whatinput=mouse] main button,
[data-whatinput=touch] main button {
  outline:none;
 }

main [data-scroll-fade] {
  transition-duration:0.5s;
  transition-property:opacity, -webkit-transform;
  transition-property:transform, opacity;
  transition-property:transform, opacity, -webkit-transform;
  -webkit-transform:translate3d(0, 20px, 0);
          transform:translate3d(0, 20px, 0);
  opacity:0;
 }

main [data-scroll-fade][data-scroll-fade=show] {
  -webkit-transform:translate3d(0, 0, 0);
          transform:translate3d(0, 0, 0);
  opacity:1;
 }

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform:rotate(0);
            transform:rotate(0);
   }
  to {
    -webkit-transform:rotate(1turn);
            transform:rotate(1turn);
   }
 }

@keyframes splide-loading {
  0% {
    -webkit-transform:rotate(0);
            transform:rotate(0);
   }
  to {
    -webkit-transform:rotate(1turn);
            transform:rotate(1turn);
   }
 }

.splide__track--draggable {
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;

  -webkit-touch-callout:none;
 }

.splide__track--fade>.splide__list {
  display:block;
 }

.splide__track--fade>.splide__list>.splide__slide {
  position:absolute;
  z-index:0;
  top:0;
  left:0;
  opacity:0;
 }

.splide__track--fade>.splide__list>.splide__slide.is-active {
  position:relative;
  z-index:1;
  opacity:1;
 }

.splide--rtl {
  direction:rtl;
 }

.splide__track--ttb>.splide__list {
  display:block;
 }

.splide__container {
  position:relative;
  box-sizing:border-box;
 }

.splide__list {
  display:flex;
  height:100%;
  margin:0 !important;
  padding:0 !important;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
 }

.splide.is-initialized:not(.is-active) .splide__list {
  display:block;
 }

.splide__pagination {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  pointer-events:none;
 }

.splide__pagination li {
  line-height:1;
  display:inline-block;
  margin:0;
  list-style-type:none;
  pointer-events:auto;
 }

.splide__progress__bar {
  width:0;
 }

.splide {
  position:relative;
  visibility:hidden;
 }

.splide.is-initialized,
.splide.is-rendered {
  visibility:visible;
 }

.splide__slide {
  position:relative;
  flex-shrink:0;
  box-sizing:border-box;
  margin:0;
  list-style-type:none !important;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
 }

.splide__slide img {
  vertical-align:bottom;
 }

.splide__spinner {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  display:inline-block;
  width:20px;
  height:20px;
  margin:auto;
  -webkit-animation:splide-loading 1s linear infinite;
          animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;

  contain:strict;
 }

.splide__sr {
  position:absolute;
  overflow:hidden;
  clip:rect(0 0 0 0);
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  border:0;
 }

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display:none;
 }

.splide__toggle.is-active .splide__toggle__pause {
  display:inline;
 }

.splide__track {
  position:relative;
  z-index:0;
  overflow:hidden;
 }

.AnchorPoint {
  position:absolute;
  visibility:hidden;
  margin-top:calc((var(--local-nav-height) - var(--common-header-height) + var(--offset)) * -1);

  --offset:0px;
 }

.AnchorPoint.AnchorPoint--long {
  --offset:50px;
 }

[data-scroll-lock-locked=true] .AnchorPoint {
  --common-header-height:0px;
 }

.Faq+.Faq {
  margin-top:10px;
 }

.Faq__Question {
  width:100%;
 }

.Faq__Question__Inner {
  position:relative;
  display:grid;
  align-items:center;
  grid-template-columns:auto 1fr;
  width:100%;
  background-color:#ffd940;
 }

@media screen and (min-width: 768.02px),
print {
  .Faq__Question__Inner {
    padding:30px 60px 30px 30px;

    -webkit-column-gap:16px;
            column-gap:16px;
   }
 }

@media screen and (max-width: 768px) {
  .Faq__Question__Inner {
    padding:20px 50px 20px 20px;

    -webkit-column-gap:14px;
            column-gap:14px;
   }
 }

.Faq__Question__Inner::before,
.Faq__Question__Inner::after {
  position:absolute;
  top:50%;
  display:block;
  width:16px;
  height:2px;
  content:"";
  background-color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .Faq__Question__Inner::before,
  .Faq__Question__Inner::after {
    right:30px;
   }
 }

@media screen and (max-width: 768px) {
  .Faq__Question__Inner::before,
  .Faq__Question__Inner::after {
    right:20px;
   }
 }

.Faq__Question__Inner::before {
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
 }

.Faq__Question__Inner::after {
  transition:-webkit-transform 0.5s;
  transition:        transform 0.5s;
  transition:        transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform:translateY(-50%) rotate(-90deg);
          transform:translateY(-50%) rotate(-90deg);
 }

.Faq__Question[aria-expanded=true] .Faq__Question__Inner::after {
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
 }

.Faq__Question__Icon {
  font-weight:700;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .Faq__Question__Icon {
    font-size:26px;
   }
 }

@media screen and (max-width: 768px) {
  .Faq__Question__Icon {
    font-size:22px;
   }
 }

.Faq__Question__Text {
  font-size:16px;
  line-height:1.875;
  text-align:left;
  color:#00677f;
 }

.Faq__Answer {
  overflow:hidden;
 }

.Faq__Answer__Inner {
  display:grid;
  color:#00677f;
  background-color:#fff;
 }

@media screen and (min-width: 768.02px),
print {
  .Faq__Answer__Inner {
    grid-template-columns:auto 1fr;
    padding:28px 30px;

    -webkit-column-gap:16px;
            column-gap:16px;
   }
 }

@media screen and (max-width: 768px) {
  .Faq__Answer__Inner {
    padding:24px 20px;

    row-gap:14px;
   }
 }

.Faq__Answer__Icon {
  font-weight:700;
 }

@media screen and (min-width: 768.02px),
print {
  .Faq__Answer__Icon {
    font-size:26px;
   }
 }

@media screen and (max-width: 768px) {
  .Faq__Answer__Icon {
    font-size:22px;
   }
 }

.Faq__Answer__Content>p:not(:first-child) {
  margin-top:24px;
 }

.Faq__Answer__Content a {
  display:inline-block;
  transition:opacity 0.2s;
  text-decoration:underline;
 }

@media (hover: hover) {
  .Faq__Answer__Content a:hover {
    opacity:0.7;
   }
 }

.Faq__Answer__Content>picture:not(:first-child) img {
  margin-top:20px;
 }

.Faq__Answer__Content>h3 {
  font-size:16px;
  font-weight:700;
  line-height:1.875;
 }

.Faq__Answer__Content>h3:not(:first-child) {
  margin-top:30px;
 }

.Faq__OrderedList {
  font-size:16px;
  line-height:1.875;
  counter-reset:item;
 }

.Faq__OrderedList:not(:first-child) {
  margin-top:28px;
 }

.Faq__OrderedList>li {
  position:relative;
  padding-left:26px;
 }

.Faq__OrderedList>li::before {
  position:absolute;
  top:0;
  right:calc(100% - 26px);
  content:counter(item) "）";
  counter-increment:item;
 }

.Faq__BulletList {
  font-size:16px;
  line-height:1.7;
  display:grid;

  row-gap:5px;
 }

.Faq__BulletList:not(:first-child) {
  margin-top:20px;
 }

.Faq__BulletList>li {
  position:relative;
  padding-left:16px;
 }

.Faq__BulletList>li::before {
  position:absolute;
  top:0.6em;
  left:0;
  width:6px;
  height:6px;
  content:"";
  border-radius:100%;
  background-color:currentColor;
 }

.Faq__Image:not(:first-child) {
  margin-top:26px;
 }

.Faq__Image.Faq__Image--narrow img {
  width:100%;
  max-width:400px;
 }

.Faq__Image__Caption {
  font-size:16px;
  font-weight:700;
  line-height:1.875;
  display:block;
  margin-bottom:10px;
 }

.Faq__Image__List {
  display:flex;
  flex-wrap:wrap;
  margin-top:-24px;
  margin-left:-18px;
 }

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

.Faq__Image__List li {
  margin-top:24px;
  margin-left:18px;
 }

@media screen and (min-width: 768.02px),
print {
  .Faq__Image__List li {
    width:26%;
   }
 }

@media screen and (max-width: 768px) {
  .Faq__Image__List li {
    width:calc(50% - 18px);
   }
 }

.Faq__Image__List picture img {
  width:100%;
 }

.Faq__Table {
  width:100%;
  table-layout:fixed;
  border-top:solid 1px #00677f;
  border-right:solid 1px #00677f;
 }

.Faq__Table:not(:first-child) {
  margin-top:20px;
 }

.Faq__Table thead {
  color:#fff;
  background:#488b9a;
 }

.Faq__Table td,
.Faq__Table th {
  font-size:14px;
  line-height:1.5714285714;
  padding:12px 10px;
  border-left:solid 1px #00677f;
 }

.Faq__Table tbody th {
  background-color:#ebf6f4;
 }

.Faq__Table :not(thead)>tr>th,
.Faq__Table :not(thead)>tr>td {
  border-bottom:solid 1px #00677f;
 }

@media screen and (max-width: 768px) {
  .Faq__Table.Faq__Table--pc {
    display:none;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .Faq__Table.Faq__Table--sp {
    display:none;
   }
 }

.Faq__Table.Faq__Table--sp+.Faq__Table.Faq__Table--sp {
  margin-top:0;
  border-top:none;
 }

.ManualList {
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(95px, 1fr));
  color:#fff;

  grid-auto-rows:minmax(120px, 1fr);
  row-gap:44px;
  -webkit-column-gap:5%;
          column-gap:5%;
 }

@media screen and (min-width: 768.02px),
print {
  .ManualList {
    margin-top:76px;
   }
 }

@media screen and (max-width: 768px) {
  .ManualList {
    margin-top:40px;
   }
 }

.ManualList__Link {
  display:grid;
  text-align:center;

  grid-auto-flow:row;
  row-gap:12px;
 }

.ManualList__Link[href] {
  transition:opacity 0.2s;
 }

@media (hover: hover) {
  .ManualList__Link[href]:hover {
    opacity:0.7;
   }
 }

.ManualList__Icon {
  font-weight:700;
  display:grid;
  width:100%;
  height:58px;
  background-image:url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 45 57"><path fill="%23FFFFFF" d="M38.1,6.6L31.3,0H0v57h45V13.2L38.1,6.6z M41.8,12.9H31.6V3.1l5.2,5L41.8,12.9z M2,55V2h27.6v12.9H43V55H2z"/></svg>');
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;

  place-items:center;
 }

.ManualList__Text {
  font-size:16px;
  line-height:1.5;
 }

.NewFunction {
  padding-bottom:80px;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFunction {
    padding-top:90px;
   }
 }

@media screen and (max-width: 768px) {
  .NewFunction {
    padding-top:60px;
   }
 }

.NewFunction h1 {
  font-weight:700;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFunction h1 {
    font-size:34px;
    line-height:1.4117647059;
    margin-bottom:62px;
   }
 }

@media screen and (max-width: 768px) {
  .NewFunction h1 {
    font-size:26px;
    line-height:1.5384615385;
    margin-bottom:62px;
   }
 }

.NewFunction h2 {
  font-size:24px;
  font-weight:700;
  line-height:1.5;
  position:relative;
  margin-bottom:34px;
  padding-bottom:15px;
  border-bottom:1px solid #ffd940;
 }

.NewFunction>:not(h1)+h2 {
  margin-top:70px;
 }

.NewFunction h3 {
  font-size:20px;
  font-weight:700;
  line-height:1.6;
  margin-bottom:24px;
 }

.NewFunction>:not(h1):not(h2)+h3 {
  margin-top:40px;
 }

.NewFunction p {
  font-size:16px;
  line-height:1.875;
  color:#fff;
 }

.NewFunction>:not(h1):not(h2):not(h3)+p {
  margin-top:40px;
 }

.NewFunction>:not(h1):not(h2):not(h3)+img,
.NewFunction>:not(h1):not(h2):not(h3)+picture img {
  margin-top:40px;
 }

.NewFunction>:not(h1):not(h2):not(h3)+figure {
  margin-top:40px;
 }

.NewFunction figcaption {
  font-size:14px;
  line-height:1.8571428571;
  margin-top:10px;
  color:#fff;
 }

.NewFunction__BackButtonArea {
  display:grid;
  justify-content:center;
 }

.NewFunction :not(h1):not(h2):not(h3)+.NewFunction__BackButtonArea {
  margin-top:50px;
 }

.NewFunction__BackButton {
  font-size:14px;
  position:relative;
  display:inline-block;
  min-width:136px;
  padding:15px 24px 15px 38px;
  transition:box-shadow 0.3s, -webkit-transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:scale3d(1, 1, 1);
          transform:scale3d(1, 1, 1);
  text-align:center;
  color:#00677f;
  border-radius:9999px;
  box-shadow:inset 0 0 0 35px #ffd940;

  will-change:transform;
 }

@media (hover: hover) {
  .NewFunction__BackButton:hover {
    -webkit-transform:scale3d(1.1, 1.1, 1);
            transform:scale3d(1.1, 1.1, 1);
    color:#ffd940;
    box-shadow:inset 0 0 0 2px #ffd940;
   }
 }

.NewFunction__BackButton::before {
  position:absolute;
  top:50%;
  left:20px;
  display:block;
  width:10px;
  height:10px;
  content:"";
  -webkit-transform:translateY(-50%) rotate(45deg);
          transform:translateY(-50%) rotate(45deg);
  border-bottom:1px solid currentColor;
  border-left:1px solid currentColor;
 }

.NewFunction__ColumnLayout {
  display:grid;

  row-gap:60px;
 }

.NewFunction :not(h1):not(h2):not(h3)+.NewFunction__ColumnLayout {
  margin-top:40px;
 }

.NewFunction__ColumnLayout__Row {
  display:grid;

  row-gap:40px;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFunction__ColumnLayout__Row {
    grid-template-columns:repeat(2, 1fr);

    -webkit-column-gap:28px;
            column-gap:28px;
   }
 }

.NewFunction :not(h1):not(h2):not(h3)+.NewFunction__StepLayout {
  margin-top:40px;
 }

.NewFunction__LinkList {
  display:grid;
  color:#00677f;
  background-color:#ffd940;

  row-gap:12px;
 }

.NewFunction :not(h1):not(h2):not(h3)+.NewFunction__LinkList {
  margin-top:60px;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFunction__LinkList {
    padding:40px;
   }
 }

@media screen and (max-width: 768px) {
  .NewFunction__LinkList {
    padding:25px 20px;
   }
 }

.NewFunction__LinkList>li {
  font-size:16px;
  line-height:1.5;
  text-decoration:underline;
  word-break:break-word;

  overflow-wrap:anywhere;
 }

.NewFunction__LinkList a {
  transition:opacity 0.2s;
 }

@media (hover: hover) {
  .NewFunction__LinkList a:hover {
    opacity:0.7;
   }
 }

.Spec {
  margin-right:auto;
  margin-left:auto;
 }

@media screen and (min-width: 768.02px),
print {
  .Spec {
    padding-top:80px;
    padding-bottom:88px;
   }
 }

@media screen and (max-width: 768px) {
  .Spec {
    padding-top:60px;
    padding-bottom:80px;
   }
 }

.Spec h1 {
  font-weight:700;
  line-height:1.2;
  text-align:center;
 }

@media screen and (min-width: 768.02px),
print {
  .Spec h1 {
    font-size:44px;
   }
 }

@media screen and (max-width: 768px) {
  .Spec h1 {
    font-size:32px;
   }
 }

.Spec__List {
  line-height:1.875;
  display:grid;
  color:#fff;
 }

@media screen and (min-width: 768.02px),
print {
  .Spec__List {
    margin-top:72px;
   }
 }

@media screen and (max-width: 768px) {
  .Spec__List {
    margin-top:50px;
   }
 }

.Spec__List>li {
  display:grid;
  background-image:linear-gradient(to right, #ffd940 0 28%, rgba(255, 255, 255, 0.2) 28% 100%);
  background-repeat:no-repeat;
  background-position:top;
  background-size:100% 1px;
 }

.Spec__List>li:last-child {
  background-image:linear-gradient(to right, #ffd940 0 28%, rgba(255, 255, 255, 0.2) 28% 100%), linear-gradient(to right, #ffd940 0 28%, rgba(255, 255, 255, 0.2) 28% 100%);
  background-position:top, bottom;
 }

@media screen and (min-width: 768.02px),
print {
  .Spec__List>li {
    grid-template-columns:28% 1fr;
    padding-top:12px;
    padding-bottom:12px;

    -webkit-column-gap:28px;
            column-gap:28px;
   }
 }

@media screen and (max-width: 768px) {
  .Spec__List>li {
    padding-top:18px;
    padding-bottom:18px;

    row-gap:8px;
   }
 }

.Spec__Heading {
  font-weight:700;
 }

.Spec__Notes {
  font-size:13px;
  line-height:1.8461538462;
  margin-top:40px;
  opacity:0.8;
  color:#fff;
 }

.Spec__Notes>li {
  position:relative;
  padding-left:20px;
 }

.Spec__Notes>li::before {
  position:absolute;
  top:0;
  left:0;
  content:"●";
 }

@media screen and (min-width: 768.02px),
print {
  .Support {
    padding-top:90px;
    padding-bottom:100px;
   }
 }

@media screen and (max-width: 768px) {
  .Support {
    padding-top:60px;
    padding-bottom:80px;
   }
 }

.Support h1 {
  font-weight:700;
  margin-bottom:60px;
  text-align:center;
 }

@media screen and (min-width: 768.02px),
print {
  .Support h1 {
    font-size:44px;
   }
 }

@media screen and (max-width: 768px) {
  .Support h1 {
    font-size:32px;
   }
 }

.Support h2 {
  font-weight:700;
  margin-bottom:40px;
  text-align:center;
 }

@media screen and (min-width: 768.02px),
print {
  .Support h2 {
    font-size:34px;
    margin-top:100px;
   }
 }

@media screen and (max-width: 768px) {
  .Support h2 {
    font-size:26px;
    margin-top:80px;
   }
 }

.Support p {
  font-size:16px;
  line-height:1.875;
 }

.Support__AnchorList {
  display:grid;
  max-width:600px;
  margin-right:auto;
  margin-left:auto;

  justify-items:center;
 }

@media screen and (min-width: 768.02px),
print {
  .Support__AnchorList {
    grid-template-columns:repeat(auto-fit, minmax(262px, 1fr));
   }
 }

@media screen and (max-width: 768px) {
  .Support__AnchorList {
    grid-auto-flow:row;
    row-gap:20px;
   }
 }

.Support__AnchorButton {
  font-size:14px;
  position:relative;
  display:block;
  width:100%;
  max-width:270px;
  padding:15px 38px 15px 24px;
  transition:box-shadow 0.3s, -webkit-transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:scale3d(1, 1, 1);
          transform:scale3d(1, 1, 1);
  text-align:center;
  color:#00677f;
  border-radius:9999px;
  box-shadow:inset 0 0 0 35px #ffd940;

  will-change:transform;
 }

@media (hover: hover) {
  .Support__AnchorButton:hover {
    -webkit-transform:scale3d(1.1, 1.1, 1);
            transform:scale3d(1.1, 1.1, 1);
    color:#ffd940;
    box-shadow:inset 0 0 0 2px #ffd940;
   }
 }

.Support__AnchorButton::after {
  position:absolute;
  top:50%;
  right:20px;
  display:block;
  width:8px;
  height:8px;
  content:"";
  -webkit-transform:translateY(-60%) rotate(45deg);
          transform:translateY(-60%) rotate(45deg);
  border-right:1px solid currentColor;
  border-bottom:1px solid currentColor;
 }

.Width {
  margin-right:auto;
  margin-left:auto;
 }

@media screen and (min-width: 768.02px),
print {
  .Width {
    width:calc(100% - 60px);
    max-width:1160px;
    max-width:clamp(1160px, 80.5555555556vw, 1392px);
   }
  .Width.Width--narrow {
    max-width:962px;
    max-width:clamp(962px, 66.8055555556vw, 1154.4px);
   }
  .Width.Width--x-narrow {
    max-width:764px;
    max-width:clamp(764px, 53.0555555556vw, 916.8px);
   }
 }

@media screen and (max-width: 768px) {
  .Width {
    width:90%;
   }
 }

.Hero {
  position:relative;
  overflow:hidden;
  height:90vh;
 }

@media screen and (min-width: 768.02px),
print {
  .Hero {
    min-height:760px;
   }
  :lang(fr) .Hero {
    min-height:860px;
   }
 }

@media screen and (max-width: 768px) {
  .Hero {
    min-height:700px;
   }
 }

.Hero [data-hero] {
  opacity:0;
 }

.Hero__Inner {
  position:relative;
  display:grid;
  align-items:center;
  height:100%;
 }

@media screen and (max-width: 768px) {
  .Hero__Inner {
    position:absolute;
    top:46%;
    left:50%;
    width:62%;
    max-height:620px;
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);

    grid-template-rows:1fr 36%;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .Hero__Image {
    position:absolute;
    top:6%;
    left:0;
    width:54%;
   }
  .Hero__Image img {
    display:block;
    width:82%;
    min-width:402px;
    max-width:450px;
    margin-right:auto;
    margin-left:auto;
   }
 }

@media screen and (max-width: 768px) {
  .Hero__Image {
    height:100%;
    -webkit-transform:translateY(2%);
            transform:translateY(2%);

    justify-self:center;
   }
  .Hero__Image [data-hero=main] {
    height:100%;
   }
  .Hero__Image img {
    width:auto;
    max-height:392px;
   }
 }

.Hero__Copy {
  position:relative;
 }

.Hero__Copy__Box {
  position:relative;
 }

@media screen and (min-width: 768.02px),
print {
  .Hero__Copy__Box {
    width:235px;
    height:235px;
    border:20px solid #ffd940;
   }
 }

@media screen and (max-width: 768px) {
  .Hero__Copy__Box {
    width:142px;
    min-width:100px;
    height:142px;
    border:12px solid #ffd940;
   }
 }

.Hero__Copy__Box::after {
  position:absolute;
  top:50%;
  right:-22px;
  width:24px;
  height:70%;
  content:"";
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  background-color:#f266bf;
 }

.Hero__Copy__Box:lang(ja)::after {
  height:75%;
 }

.Hero__Copy__Label {
  font-weight:700;
  position:absolute;
  top:49%;
  display:grid;
  align-items:center;
  width:100%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
 }

.Hero__Copy__Label:lang(ja) {
  line-height:1.2;
  top:50%;
  white-space:nowrap;
 }

@media screen and (min-width: 768.02px),
print {
  .Hero__Copy__Label {
    font-size:55px;
    left:64px;
   }
  .Hero__Copy__Label:lang(ja) {
    font-size:45px;
   }
  .Hero__Copy__Label:lang(de) {
    font-size:40px;
    line-height:1.1;
   }
  .Hero__Copy__Label:lang(es) {
    font-size:50px;
   }
 }

@media screen and (max-width: 768px) {
  .Hero__Copy__Label {
    font-size:32px;
    left:40px;
   }
  .Hero__Copy__Label:lang(de) {
    font-size:24px;
   }
  .Hero__Copy__Label:lang(es) {
    white-space:nowrap;
   }
  .Hero__Copy__Label:lang(ja) {
    font-weight:700;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .Hero__Text {
    padding-left:55%;
   }
 }

@media screen and (max-width: 768px) {
  .Hero__Text {
    width:100%;
    max-width:250px;
    height:100%;
    -webkit-transform:translateY(-20%);
            transform:translateY(-20%);

    justify-self:center;
   }
 }

.Hero__Product {
  display:grid;
  align-items:center;
  justify-content:space-between;
  grid-template-columns:auto 22%;

  -webkit-column-gap:10px;
          column-gap:10px;
 }

.Hero__Product img {
  justify-self:center;
 }

@media screen and (min-width: 768.02px),
print {
  .Hero__Product {
    max-width:430px;
    margin-top:32px;
    padding-left:66px;
   }
 }

@media screen and (max-width: 768px) {
  .Hero__Product {
    margin-top:21px;
   }
  .Hero__Product img {
    width:auto;
    max-height:100%;
   }
  .Hero__Product img:nth-child(2) {
    position:relative;
    right:-10px;
   }
 }

.Hero__List {
  font-size:16px;
  font-weight:700;
  line-height:1.5;
  max-width:430px;
  margin-top:24px;
  padding-left:48px;
  letter-spacing:0.04em;
 }

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

.Hero__List>li {
  position:relative;
  display:grid;
  align-items:center;
  justify-content:space-between;
  grid-template-columns:auto 22%;
  padding-left:18px;

  -webkit-column-gap:10px;
          column-gap:10px;
 }

.Hero__List>li:not(:first-child) {
  margin-top:14px;
 }

.Hero__List>li::before {
  position:absolute;
  top:0.5em;
  left:0;
  display:block;
  width:6px;
  height:6px;
  content:"";
  border-radius:50%;
  background-color:#ffd940;
 }

.Hero__List>li img {
  justify-self:center;
 }

.Hero__LanguageSwitcher {
  position:absolute;
 }

@media screen and (min-width: 768.02px),
print {
  .Hero__LanguageSwitcher {
    top:28px;
    right:32px;
   }
 }

@media screen and (max-width: 768px) {
  .Hero__LanguageSwitcher {
    top:26px;
    right:5%;
   }
 }

.LocalNavPc {
  position:-webkit-sticky;
  position:        sticky;
  z-index:10;
  top:0;
  color:#00677f;
  background-color:#ffd940;
 }

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

.LocalNavPc__Inner {
  display:grid;
  align-items:center;
  min-height:56px;

  grid-auto-flow:column;
 }

.LocalNavPc.LocalNavPc--sub .LocalNavPc__Inner {
  padding-right:clamp(0px, (1500px - 100vw) / 2, 120px);
 }

.LocalNavPc__List {
  display:grid;
  align-items:center;
  width:100%;
  /*    max-width: 860px;*/
  max-width:1000px;
  height:100%;

  grid-auto-flow:column;
  -webkit-column-gap:4px;
          column-gap:4px;
  justify-self:center;
 }

.LocalNavPc__List li {
  position:relative;
  height:100%;
 }

.LocalNavPc__List a,
.LocalNavPc__List span {
  font-size:14px;
  line-height:1.25;
  position:relative;
  display:grid;
  height:100%;
  padding-right:3%;
  padding-left:3%;
 }

.LocalNavPc__List a {
  padding-right:3%;

  place-items:center;
 }

.LocalNavPc__List a::before {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:100%;
  content:"";
  transition:opacity 0.2s;
  opacity:0;
  background-color:#000;
 }

@media (hover: hover) {
  .LocalNavPc__List a:hover::before {
    opacity:0.05;
   }
 }

.LocalNavPc__List span {
  align-items:center;
  justify-content:center;

  grid-auto-flow:column;
  -webkit-column-gap:4px;
          column-gap:4px;
 }

.LocalNavPc__List span::after {
  content:"＋";
 }

.LocalNavPc__Cover[aria-hidden=false] {
  position:fixed;
  z-index:1;
  top:0;
  right:0;
  bottom:0;
  left:0;
 }

.LocalNavPc__List__Hover {
  font-size:14px;
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  transition:opacity 0.5s;
 }

.LocalNavPc__List__Hover[aria-hidden=true] {
  visibility:hidden;
  opacity:0;
 }

.LocalNavPc__List__Hover p {
  padding-right:18px;
 }

.LocalNavPc__List__Hover a {
  z-index:0;
  width:170px;
 }

.LocalNavPc__List__Hover a::before {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:100%;
  content:"";
  transition:opacity 0.2s;
  opacity:0;
  background-color:#fff;
 }

@media (hover: hover) {
  .LocalNavPc__List__Hover a:hover::before {
    z-index:-1;
    opacity:0.3;
   }
 }

.LocalNavPc__List__Hover p,
.LocalNavPc__List__Hover a {
  line-height:1.25;
  display:grid;
  align-items:center;
  justify-content:start;
  min-width:100%;
  min-height:56px;
  background-color:#f2c81c;
  box-shadow:0 13px 10px 0 rgba(0, 0, 0, 0.38);
 }

.LocalNavPc__List__Hover p:lang(ja),
.LocalNavPc__List__Hover a:lang(ja) {
  padding-left:23%;
 }

.LocalNavPc__List__Hover p:lang(en),
.LocalNavPc__List__Hover a:lang(en) {
  padding-left:16%;
 }

.LocalNavPc__List__Hover p:lang(zh-cmn-Hans),
.LocalNavPc__List__Hover p:lang(zh-cmn-Hant),
.LocalNavPc__List__Hover a:lang(zh-cmn-Hans),
.LocalNavPc__List__Hover a:lang(zh-cmn-Hant) {
  padding-left:25.4%;
 }

.LocalNavPc__List__Hover p:lang(ko),
.LocalNavPc__List__Hover a:lang(ko) {
  padding-left:26%;
 }

.LocalNavPc__List__Hover p:lang(fr),
.LocalNavPc__List__Hover a:lang(fr) {
  padding-left:7%;
 }

.LocalNavPc__List__Hover p:lang(de),
.LocalNavPc__List__Hover a:lang(de) {
  padding-left:8%;
 }

.LocalNavPc__List__Hover p:lang(es),
.LocalNavPc__List__Hover a:lang(es) {
  padding-left:9.2%;
 }

.LocalNavPc__List__Hover p:lang(pt),
.LocalNavPc__List__Hover a:lang(pt) {
  padding-left:8.4%;
 }

.LocalNavPc__Language {
  font-size:14px;
  font-weight:700;
  position:absolute;
  top:50%;
  right:20px;
  height:100%;
  padding:15px 40px 15px 24px;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
 }

.LocalNavPc__Language::before {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:100%;
  content:"";
  transition:opacity 0.2s;
  opacity:0;
  background-color:#000;
 }

@media (hover: hover) {
  .LocalNavPc__Language:hover::before {
    opacity:0.05;
   }
 }

.LocalNavPc__Language::after {
  position:absolute;
  top:50%;
  right:18px;
  display:block;
  width:12px;
  height:8px;
  content:"";
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  background-color:currentColor;

  -webkit-mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2 1" preserveAspectRatio="none"><path d="M0,0 L1,1 L2,0 Z"/></svg>');
          mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2 1" preserveAspectRatio="none"><path d="M0,0 L1,1 L2,0 Z"/></svg>');
 }

.LocalNavSp {
  position:relative;
  z-index:10010;
 }

@media screen and (min-width: 768.02px),
print {
  .LocalNavSp {
    display:none;
   }
 }

[data-menu-button] {
  opacity:0;
 }

.LocalNavSp__MenuButton {
  position:fixed;
  bottom:40px;
  left:-8px;
  width:56px;
  height:56px;
  transition:opacity 0.2s;
  border-radius:50%;
  box-shadow:-1.414px 1.414px 6px 0px rgba(0, 0, 0, 0.3);
 }

@media (hover: hover) {
  .LocalNavSp__MenuButton:hover {
    opacity:0.7;
   }
 }

.LocalNavSp__MenuButton.LocalNavSp__MenuButton--open {
  background-color:#fff;
 }

.LocalNavSp__MenuButton.LocalNavSp__MenuButton--close {
  background-color:rgba(0, 0, 0, 0.3);
 }

.LocalNavSp__LineOpen {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:18px;
  height:2px;
  background-color:#00677f;
 }

.LocalNavSp__LineOpen:nth-child(1) {
  -webkit-transform:translate(-50%, -50%) translateY(6px);
          transform:translate(-50%, -50%) translateY(6px);
 }

.LocalNavSp__LineOpen:nth-child(2) {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

.LocalNavSp__LineOpen:nth-child(3) {
  -webkit-transform:translate(-50%, -50%) translateY(-6px);
          transform:translate(-50%, -50%) translateY(-6px);
 }

.LocalNavSp__LineClose {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:20px;
  height:1px;
  background-color:#fff;
 }

.LocalNavSp__LineClose:nth-child(1) {
  -webkit-transform:translate(-50%, -50%) rotate(45deg);
          transform:translate(-50%, -50%) rotate(45deg);
 }

.LocalNavSp__LineClose:nth-child(2) {
  -webkit-transform:translate(-50%, -50%) rotate(-45deg);
          transform:translate(-50%, -50%) rotate(-45deg);
 }

.LocalNavSp__Modal {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  color:#00677f;
 }

.LocalNavSp__Modal:not(.is-open) {
  display:none;
 }

.LocalNavSp__Dialog {
  overflow-y:auto;
  width:100%;
  height:100%;
  padding-top:66px;
  padding-bottom:50px;
  background-color:#ffd940;
 }

[aria-hidden=false] .LocalNavSp__Dialog {
  -webkit-animation:nav-dialog-show 0.3s ease-in;
          animation:nav-dialog-show 0.3s ease-in;
 }

[aria-hidden=true] .LocalNavSp__Dialog {
  -webkit-animation:nav-dialog-hide 0.3s ease-in;
          animation:nav-dialog-hide 0.3s ease-in;
 }

@-webkit-keyframes nav-dialog-show {
  from {
    -webkit-transform:translateX(-100%);
            transform:translateX(-100%);
   }
  to {
    -webkit-transform:translateX(0);
            transform:translateX(0);
   }
 }

@keyframes nav-dialog-show {
  from {
    -webkit-transform:translateX(-100%);
            transform:translateX(-100%);
   }
  to {
    -webkit-transform:translateX(0);
            transform:translateX(0);
   }
 }

@-webkit-keyframes nav-dialog-hide {
  from {
    -webkit-transform:translateX(0);
            transform:translateX(0);
   }
  to {
    -webkit-transform:translateX(-100%);
            transform:translateX(-100%);
   }
 }

@keyframes nav-dialog-hide {
  from {
    -webkit-transform:translateX(0);
            transform:translateX(0);
   }
  to {
    -webkit-transform:translateX(-100%);
            transform:translateX(-100%);
   }
 }

.LocalNavSp__Inner {
  width:calc(100% - 76px);
  margin-right:auto;
  margin-left:auto;
 }

.LocalNavSp__TopLinks {
  display:grid;

  row-gap:50px;
 }

.LocalNavSp__TopLinks>li>a {
  font-size:18px;
  font-weight:700;
  position:relative;
  display:block;
  width:100%;
  color:#00677f;
 }

.LocalNavSp__TopLinks>li>a::after {
  position:absolute;
  top:50%;
  right:0;
  display:block;
  width:22px;
  height:18px;
  content:"";
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  background-image:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%2300677f"/></svg>');
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
 }

.LocalNavSp__TopLinks>li>a>span {
  font-size:14px;
  line-height:1.2857142857;
  display:inline-block;
  margin-left:8px;
  padding-top:2px;
  padding-right:5px;
  padding-left:5px;
  -webkit-transform:translateY(-1px);
          transform:translateY(-1px);
  text-align:center;
  color:#ffd940;
  background-color:#f266bf;
 }

.LocalNavSp__OtherLinks {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  margin-top:50px;

  row-gap:10px;
 }

.LocalNavSp__OtherLinks li:nth-of-type(2n+1):last-of-type {
  grid-column:1/3;
 }

.LocalNavSp__OtherLinks:lang(ja) {
  font-size:14px;
  line-height:1.3;
 }

.LocalNavSp__OtherLinks a {
  display:inline-block;
  padding-top:10px;
  padding-bottom:10px;
 }

.LocalNavSp__LanguageWrapper {
  display:grid;
  justify-content:end;
 }

.LocalNavSp__Language {
  font-size:14px;
  font-weight:700;
  position:relative;
  margin-top:38px;
  padding-right:12px;
 }

.LocalNavSp__Language::after {
  position:absolute;
  top:50%;
  right:0;
  display:block;
  width:8px;
  height:6px;
  content:"";
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  background-color:currentColor;

  -webkit-mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2 1" preserveAspectRatio="none"><path d="M0,0 L1,1 L2,0 Z"/></svg>');
          mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2 1" preserveAspectRatio="none"><path d="M0,0 L1,1 L2,0 Z"/></svg>');
 }

.Information {
  background-color:#ffd940;
 }

@media screen and (min-width: 768.02px),
print {
  .Information {
    box-shadow:inset 0 29px 29px -29px rgba(0, 0, 0, 0.1);
   }
 }

.Information__Inner {
  position:relative;
  display:grid;
  padding-top:27px;
  padding-bottom:25px;
 }

@media screen and (min-width: 768.02px),
print {
  .Information__Inner {
    grid-template-columns:auto 1fr;
    padding-right:90px;

    grid-auto-flow:column;
    -webkit-column-gap:8%;
            column-gap:8%;
   }
 }

@media screen and (max-width: 768px) {
  .Information__Inner {
    padding-right:54px;

    row-gap:20px;
   }
 }

.Information__Label {
  font-size:20px;
  font-weight:700;
  line-height:1.3;
  color:#00677f;
 }

.Information__Content {
  position:relative;
 }

.Information__List {
  overflow:hidden;
 }

.Information__List[aria-hidden=true] {
  height:0;
 }

@media screen and (min-width: 768.02px),
print {
  .Information__List>li {
    display:grid;
    align-items:baseline;
    justify-content:start;

    grid-auto-flow:column;
   }
 }

.Information__List>li:not(:first-child),
.Information__List+.Information__List>li:first-child {
  margin-top:20px;
 }

.Information__Date {
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .Information__Date {
    font-size:16px;
    min-width:96px;
   }
  .Information__Date:lang(ko) {
    min-width:130px;
   }
 }

@media screen and (max-width: 768px) {
  .Information__Date {
    font-size:12px;
    min-width:72px;
   }
 }

.Information__Text {
  line-height:1.5625;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .Information__Text {
    font-size:16px;
   }
 }

@media screen and (max-width: 768px) {
  .Information__Text {
    font-size:14px;
    display:block;
    margin-top:4px;
   }
 }

.Information__Text a[href] {
  transition:opacity 0.2s;
  background-image:linear-gradient(to top, #00677f 0 1px, transparent 1px 100%);
 }

@media (hover: hover) {
  .Information__Text a[href]:hover {
    opacity:0.7;
   }
 }

.Information__New {
  color:#f266bf;
 }

@media screen and (min-width: 768.02px),
print {
  .Information__New {
    font-size:16px;
    margin-right:16px;
   }
 }

.Information__Button {
  position:absolute;
  z-index:0;
  top:50%;
  width:40px;
  height:40px;
  -webkit-transform:translate(100%, -50%);
          transform:translate(100%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .Information__Button {
    right:-25px;
   }
 }

@media screen and (max-width: 768px) {
  .Information__Button {
    right:-12px;
   }
 }

.Information__Button::before,
.Information__Button::after {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:14px;
  height:2px;
  content:"";
  background-color:#ffd940;
 }

.Information__Button::before {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

.Information__Button::after {
  -webkit-transform:translate(-50%, -50%) rotate(90deg);
          transform:translate(-50%, -50%) rotate(90deg);
 }

.Information__Button[aria-expanded=true]::after {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

.Information__Button__Circle {
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  transition:-webkit-transform 0.3s;
  transition:        transform 0.3s;
  transition:        transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:translate(-50%, -50%) scale3d(1, 1, 1);
          transform:translate(-50%, -50%) scale3d(1, 1, 1);
  border-radius:50%;
  background-color:#00677f;
 }

@media (hover: hover) {
  a:hover .Information__Button__Circle,
  button:hover .Information__Button__Circle {
    -webkit-transform:translate(-50%, -50%) scale3d(1.1, 1.1, 1);
            transform:translate(-50%, -50%) scale3d(1.1, 1.1, 1);
   }
 }

.LanguageList {
  font-size:14px;
  overflow-y:auto;
  min-width:185px;
  padding-top:16px;
  padding-bottom:16px;
  background-color:#fff;
 }

.LanguageList>li>a {
  position:relative;
  display:block;
  padding:13px 30px;
  color:#00677f;
 }

.LanguageList>li>a::before {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  height:100%;
  content:"";
  transition:opacity 0.2s;
  opacity:0;
  background-color:#000;
 }

@media (hover: hover) {
  .LanguageList>li>a:hover::before {
    opacity:0.05;
   }
 }

.ModalSimple {
  position:fixed;
  z-index:10020;
  top:0;
  right:0;
  bottom:0;
  left:0;
  display:flex;
  overflow-y:scroll;
  align-items:center;
  justify-content:center;
 }

.ModalSimple[aria-hidden=true] {
  display:none;
 }

.ModalSimple__Background {
  position:absolute;
  z-index:-1;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:0.5;
  background-color:#000;
 }

.ModalSimple.ModalSimple--video .ModalSimple__Background {
  opacity:1;
 }

.ModalSimple__Dialog {
  display:grid;
  min-height:0;
  max-height:100%;
  color:#001e62;

  grid-template-rows:auto 1fr;
 }

.ModalSimple.ModalSimple--video .ModalSimple__Dialog {
  width:100%;
  max-width:900px;
 }

.ModalSimple__Close {
  position:relative;
  display:block;
  width:32px;
  height:32px;
  margin-left:auto;
  transition:opacity 0.2s;
 }

@media (hover: hover) {
  .ModalSimple__Close:hover {
    opacity:0.7;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .ModalSimple__Close {
    margin-bottom:12px;
   }
 }

@media screen and (max-width: 768px) {
  .ModalSimple__Close {
    margin-bottom:6px;
   }
 }

.ModalSimple__Close::before,
.ModalSimple__Close::after {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:36px;
  height:2px;
  content:"";
  background-color:#fff;
 }

.ModalSimple__Close::before {
  -webkit-transform:translate(-50%, -50%) rotate(45deg);
          transform:translate(-50%, -50%) rotate(45deg);
 }

.ModalSimple__Close::after {
  -webkit-transform:translate(-50%, -50%) rotate(-45deg);
          transform:translate(-50%, -50%) rotate(-45deg);
 }

.ModalSimple__Content {
  overflow-y:auto;
 }

.Button {
  font-size:14px;
  font-weight:700;
  position:relative;
  padding:15px 24px;
  text-align:center;
  border-radius:9999px;
 }

.OtherFunFeature__Item__Button .Button {
  width:170px;
 }

.ProductDesign__Film__Button .Button {
  display:inline-block;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Film__Button .Button {
    width:135px;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Film__Button .Button {
    width:160px;
   }
 }

.Button:not(.Button--white):not(.Button--transparent):not(.Button--blue) {
  transition:box-shadow 0.3s, -webkit-transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:scale3d(1, 1, 1);
          transform:scale3d(1, 1, 1);
  color:#00677f;
  box-shadow:inset 0 0 0 35px #ffd940;

  will-change:transform;
 }

@media (hover: hover) {
  .Button:not(.Button--white):not(.Button--transparent):not(.Button--blue):hover {
    -webkit-transform:scale3d(1.1, 1.1, 1);
            transform:scale3d(1.1, 1.1, 1);
    color:#ffd940;
    box-shadow:inset 0 0 0 2px #ffd940;
   }
 }

.Button.Button--white {
  transition:box-shadow 0.3s, -webkit-transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:scale3d(1, 1, 1);
          transform:scale3d(1, 1, 1);
  color:#f266bf;
  box-shadow:inset 0 0 0 35px #fff;

  will-change:transform;
 }

@media (hover: hover) {
  .Button.Button--white:hover {
    -webkit-transform:scale3d(1.1, 1.1, 1);
            transform:scale3d(1.1, 1.1, 1);
    color:#fff;
    box-shadow:inset 0 0 0 2px #fff;
   }
 }

.Button.Button--blue {
  transition:box-shadow 0.3s, -webkit-transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:scale3d(1, 1, 1);
          transform:scale3d(1, 1, 1);
  color:#ffd940;
  box-shadow:inset 0 0 0 35px #00677f;

  will-change:transform;
 }

@media (hover: hover) {
  .Button.Button--blue:hover {
    -webkit-transform:scale3d(1.1, 1.1, 1);
            transform:scale3d(1.1, 1.1, 1);
    color:#00677f;
    box-shadow:inset 0 0 0 2px #00677f;
   }
 }

.Button.Button--transparent {
  transition:box-shadow 0.3s, -webkit-transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s;
  transition:box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:scale3d(1, 1, 1);
          transform:scale3d(1, 1, 1);
  color:#ffd940;
  box-shadow:inset 0 0 0 2px #ffd940;

  will-change:transform;
 }

@media (hover: hover) {
  .Button.Button--transparent:hover {
    -webkit-transform:scale3d(1.1, 1.1, 1);
            transform:scale3d(1.1, 1.1, 1);
    color:#00677f;
    box-shadow:inset 0 0 0 35px #ffd940;
   }
 }

.Button.Button--plus {
  padding-right:38px;
 }

.Button.Button--plus::before,
.Button.Button--plus::after {
  position:absolute;
  top:50%;
  right:16px;
  display:block;
  width:13px;
  content:"";
  border-top:1px solid currentColor;
 }

.Button.Button--plus::before {
  -webkit-transform:translateX(-50%) rotate(90deg);
          transform:translateX(-50%) rotate(90deg);
 }

.Button.Button--plus::after {
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
 }

.Button.Button--close {
  padding-right:38px;
 }

.Button.Button--close::before,
.Button.Button--close::after {
  position:absolute;
  top:50%;
  right:16px;
  display:block;
  width:10px;
  content:"";
  border-top:1px solid currentColor;
 }

.Button.Button--close::before {
  -webkit-transform:translateX(-50%) rotate(45deg);
          transform:translateX(-50%) rotate(45deg);
 }

.Button.Button--close::after {
  -webkit-transform:translateX(-50%) rotate(-45deg);
          transform:translateX(-50%) rotate(-45deg);
 }

.Button.Button--triangle {
  padding-right:40px;
 }

.Button.Button--triangle::after {
  position:absolute;
  top:50%;
  right:18px;
  display:block;
  content:"";
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
 }

@media screen and (min-width: 768.02px),
print {
  .Button.Button--triangle::after {
    border-top:8px solid currentColor;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
   }
 }

@media screen and (max-width: 768px) {
  .Button.Button--triangle::after {
    border-top:6px solid currentColor;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
   }
  .Hero .Button.Button--triangle {
    font-size:12px;
    padding:10px 24px 10px 16px;
   }
  .Hero .Button.Button--triangle::after {
    right:12px;
   }
 }

.Button.Button--video {
  padding-right:42px;
 }

.Button.Button--video::before,
.Button.Button--video::after {
  position:absolute;
  top:50%;
  display:block;
  content:"";
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
 }

.Button.Button--video::before {
  right:15px;
  width:20px;
  height:20px;
  border:solid 1px currentColor;
  border-radius:100%;
 }

.Button.Button--video::after {
  right:20px;
  width:8px;
  height:8px;
  background-color:currentColor;

  -webkit-mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 26 30"><path fill="%23000000" d="M25.133,14.100 L2.472,0.915 C1.673,0.450 0.675,1.031 0.675,1.961 L0.675,28.330 C0.675,29.260 1.673,29.841 2.472,29.376 L25.133,16.191 C25.932,15.727 25.932,14.564 25.133,14.100 Z" /></svg>');
          mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 26 30"><path fill="%23000000" d="M25.133,14.100 L2.472,0.915 C1.673,0.450 0.675,1.031 0.675,1.961 L0.675,28.330 C0.675,29.260 1.673,29.841 2.472,29.376 L25.133,16.191 C25.932,15.727 25.932,14.564 25.133,14.100 Z" /></svg>');
  -webkit-mask-repeat:no-repeat;
          mask-repeat:no-repeat;
  -webkit-mask-position:center;
          mask-position:center;
 }

.VideoPlayer .Button.Button--video {
  font-weight:500;
 }

@media screen and (min-width: 768.02px),
print {
  .VideoPlayer .Button.Button--video {
    padding:27px 52px 27px 44px;
   }
 }

@media screen and (max-width: 768px) {
  .VideoPlayer .Button.Button--video {
    padding:22px 52px 22px 44px;
   }
 }

.VideoPlayer--promotional .Button.Button--video::before {
  right:19px;
  width:18px;
  height:18px;
 }

.VideoPlayer--promotional .Button.Button--video::after {
  right:24px;
  width:8px;
  height:6px;
 }

.VideoPlayer--tutorial .Button.Button--video {
  font-size:16px;
 }

@media screen and (min-width: 768.02px),
print {
  .VideoPlayer--tutorial .Button.Button--video {
    top:11px;
    min-width:234px;
   }
  .VideoPlayer--tutorial .Button.Button--video::before {
    right:24px;
    width:20px;
    height:20px;
   }
 }

@media screen and (max-width: 768px) {
  .VideoPlayer--tutorial .Button.Button--video::before {
    right:14px;
    width:18px;
    height:18px;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .VideoPlayer--tutorial .Button.Button--video::after {
    right:29px;
   }
 }

@media screen and (max-width: 768px) {
  .VideoPlayer--tutorial .Button.Button--video::after {
    right:19px;
   }
 }

.InstaxConnect__Case__Item .Button.Button--video {
  width:100%;
  max-width:170px;
  padding-right:40px;
  padding-left:21px;
 }

.VideoPlayer {
  position:relative;
  overflow:hidden;
  width:100%;
  height:0;
  padding-top:56.25%;
 }

.VideoPlayer[data-video-scaling] {
  -webkit-transform-origin:top;
          transform-origin:top;
 }

.VideoPlayer>iframe,
.VideoPlayer>video {
  position:absolute;
  top:0;
  left:50%;
  width:100%;
  height:100%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
 }

@media screen and (max-width: 768px) {
  .VideoPlayer.VideoPlayer--promotional {
    padding-top:100%;
   }
  .VideoPlayer.VideoPlayer--promotional>video {
       object-fit:cover;
    -o-object-fit:cover;
   }
 }

.VideoPlayer__Thumbnail {
  position:absolute;
  top:0;
  left:50%;
  width:100%;
  height:calc(100% + 1px);
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
 }

.VideoPlayer__Thumbnail img {
  width:100%;
  height:100%;
     object-fit:cover;
  -o-object-fit:cover;
 }

.VideoPlayer.VideoPlayer--tutorial .VideoPlayer__Thumbnail::after {
  position:absolute;
  z-index:1;
  top:0;
  left:50%;
  width:100%;
  height:100%;
  content:"";
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
  background-color:rgba(0, 0, 0, 0.4);
 }

.VideoPlayer__Cover {
  position:absolute;
  z-index:0;
  top:0;
  left:50%;
  width:100%;
  height:100%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
 }

.VideoPlayer.VideoPlayer--promotional .VideoPlayer__Cover {
  background-color:rgba(0, 0, 0, 0.4);
 }

.VideoPlayer__Cover__Layout {
  position:relative;
  z-index:1;
  display:grid;
  align-content:center;
  height:100%;

  justify-items:center;
 }

.Intro {
  overflow:hidden;
  background-color:#ffd940;
 }

.Tutorial {
  background-color:#ffd940;
 }

@media screen and (min-width: 768.02px),
print {
  .Tutorial {
    padding-top:78px;
    padding-bottom:110px;
   }
 }

@media screen and (max-width: 768px) {
  .Tutorial {
    padding-top:50px;
    padding-bottom:50px;
   }
 }

.Tutorial__Video {
  max-width:764px;
  margin-right:auto;
  margin-left:auto;
  box-shadow:5px 8.66px 35px 0px rgba(65, 19, 48, 0.34);
 }

.SimplePrint {
  position:relative;
  z-index:0;
  display:grid;
  background-color:#ffd940;
 }

@media screen and (min-width: 768.02px),
print {
  .SimplePrint {
    justify-content:center;
    grid-template-columns:30% 1fr 30%;
    padding-bottom:2%;
   }
 }

@media screen and (max-width: 768px) {
  .SimplePrint {
    padding-bottom:60px;

    row-gap:120px;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .SimplePrint__Feature {
    width:100%;
    max-width:400px;
    padding-top:22%;

    grid-row:1;
    grid-column:2;
    justify-self:center;
   }
 }

@media screen and (max-width: 768px) {
  .SimplePrint__Feature {
    grid-row-start:2;
   }
 }

.SimplePrint__Title {
  font-weight:700;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .SimplePrint__Title {
    font-size:34px;
    line-height:1.4117647059;
    text-align:center;
   }
  .SimplePrint__Title:lang(de) {
    font-size:28px;
   }
 }

@media screen and (max-width: 768px) {
  .SimplePrint__Title {
    font-size:26px;
    line-height:1.48;
    padding-right:32%;
   }
 }

.SimplePrint__Text {
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .SimplePrint__Text {
    font-size:16px;
    line-height:1.875;
    margin-top:23px;
    text-align:center;
   }
 }

@media screen and (max-width: 768px) {
  .SimplePrint__Text {
    font-size:15px;
    line-height:1.8666666667;
    margin-top:18px;
   }
 }

.SimplePrint__Banner {
  position:relative;
  z-index:0;
  width:100%;
  max-width:368px;
  height:100%;
  margin-top:24px;
  margin-right:auto;
  margin-left:auto;
  padding:26px 100px 26px 24px;
 }

.SimplePrint__Banner>p {
  font-size:15px;
  font-weight:700;
  line-height:1.6;
  color:#00677f;
 }

.SimplePrint__Banner img {
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  width:100%;
  height:100%;
     object-fit:cover;
  -o-object-fit:cover;
 }

.SimplePrint__Image {
  position:relative;
  width:100%;
 }

@media screen and (min-width: 768.02px),
print {
  .SimplePrint__Image {
    z-index:-1;
    min-height:540px;
    padding-top:41%;

    grid-row:1;
    grid-column:1/span 3;
   }
 }

@media screen and (max-width: 768px) {
  .SimplePrint__Image {
    padding-top:80%;
   }
 }

.SimplePrint__Image [data-simple-print] {
  position:absolute;
  opacity:0;
 }

.SimplePrint__Image [data-simple-print] img {
  width:100%;
 }

.SimplePrint__Image [data-simple-print="01"] {
  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

@media screen and (min-width: 768.02px),
print {
  .SimplePrint__Image [data-simple-print="01"] {
    top:-1%;
    left:-1%;
    width:36%;
   }
 }

@media screen and (max-width: 768px) {
  .SimplePrint__Image [data-simple-print="01"] {
    top:0;
    left:-17%;
    width:76%;
    max-width:550px;
    -webkit-transform:rotate(-11deg);
            transform:rotate(-11deg);
   }
 }

.SimplePrint__Image [data-simple-print="02"] {
  z-index:-1;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);

  -webkit-mask-repeat:no-repeat;
          mask-repeat:no-repeat;
 }

@media screen and (min-width: 768.02px),
print {
  .SimplePrint__Image [data-simple-print="02"] {
    top:0;
    left:49.6%;
    width:49%;

    -webkit-mask-image:linear-gradient(to right, #000 0% 50%, transparent 50% 100%);
            mask-image:linear-gradient(to right, #000 0% 50%, transparent 50% 100%);
    -webkit-mask-position:100%;
            mask-position:100%;
    -webkit-mask-size:200% 100%;
            mask-size:200% 100%;
   }
 }

@media screen and (max-width: 768px) {
  .SimplePrint__Image [data-simple-print="02"] {
    top:11%;
    left:63%;
    width:35%;
    max-width:202px;

    -webkit-mask-image:linear-gradient(to bottom, #000 0% 50%, transparent 50% 100%);
            mask-image:linear-gradient(to bottom, #000 0% 50%, transparent 50% 100%);
    -webkit-mask-size:100% 200%;
            mask-size:100% 200%;
    -webkit-mask-position:0 100%;
            mask-position:0 100%;
   }
 }

.SimplePrint__Image [data-simple-print="03"] {
  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

@media screen and (min-width: 768.02px),
print {
  .SimplePrint__Image [data-simple-print="03"] {
    top:15%;
    right:0%;
    width:33%;
   }
 }

@media screen and (max-width: 768px) {
  .SimplePrint__Image [data-simple-print="03"] {
    top:69%;
    right:-26%;
    width:70%;
    max-width:380px;
    -webkit-transform:rotate(-17deg);
            transform:rotate(-17deg);
   }
 }

.SimplePrint__Image [data-simple-print="03"] [data-simple-print="04"] {
  z-index:-1;
  left:0;
  width:55%;
 }

@media screen and (min-width: 768.02px),
print {
  .SimplePrint__Image [data-simple-print="03"] [data-simple-print="04"] {
    top:-21%;

    -webkit-mask-image:linear-gradient(158deg, black 60%, transparent 40%);
            mask-image:linear-gradient(158deg, black 60%, transparent 40%);
   }
 }

@media screen and (max-width: 768px) {
  .SimplePrint__Image [data-simple-print="03"] [data-simple-print="04"] {
    top:-21%;

    -webkit-mask-image:linear-gradient(160deg, black 66%, transparent 34%);
            mask-image:linear-gradient(160deg, black 66%, transparent 34%);
   }
 }

.HeadingBlock {
  font-weight:700;
  position:relative;
  z-index:0;
  overflow:hidden;
  padding-right:5%;
  padding-left:5%;
  text-align:center;
 }

@media screen and (min-width: 768.02px),
print {
  .HeadingBlock {
    padding-top:11%;
    padding-bottom:11%;
   }
 }

@media screen and (max-width: 768px) {
  .HeadingBlock {
    display:grid;
    height:430px;

    grid-template-rows:1fr auto 1fr;
   }
 }

.HeadingBlock.HeadingBlock--ar-print {
  background-image:linear-gradient(0deg, #f266bf 50%, #ffd940 50%);
 }

.HeadingBlock.HeadingBlock--instax-connect {
  background-color:#f266bf;
 }

.HeadingBlock__Image {
  position:absolute;
  z-index:-1;
  top:50%;
  left:0;
  width:100%;
  height:auto;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
 }

@media screen and (min-width: 768.02px),
print {
  .HeadingBlock__Icon {
    width:80px;
    height:80px;
    margin-right:auto;
    margin-left:auto;
   }
 }

@media screen and (max-width: 768px) {
  .HeadingBlock__Icon {
    align-self:end;
    width:60px;
    height:60px;

    justify-self:center;
   }
 }

.HeadingBlock__Icon img {
  width:100%;
 }

.HeadingBlock__Title {
  font-weight:700;
  color:#f266bf;
 }

@media screen and (min-width: 768.02px),
print {
  .HeadingBlock__Title {
    font-size:100px;
    margin-top:18px;
   }
 }

@media screen and (max-width: 768px) {
  .HeadingBlock__Title {
    font-size:50px;
    margin-top:8px;
   }
 }

.HeadingBlock__Tag>span {
  position:relative;
  display:inline-block;
  padding-right:11px;
  padding-left:11px;
  background-color:#f266bf;
 }

@media screen and (min-width: 768.02px),
print {
  .HeadingBlock__Tag>span {
    font-size:21px;
    line-height:1.2380952381;
   }
 }

@media screen and (max-width: 768px) {
  .HeadingBlock__Tag>span {
    font-size:18px;
    line-height:1.2777777778;
   }
 }

.HeadingBlock__Tag>span::before {
  position:absolute;
  left:50%;
  display:block;
  content:"";
  -webkit-transform:translate(-50%, -90%);
          transform:translate(-50%, -90%);
  border-top:solid transparent 7px;
  border-right:solid transparent 7px;
  border-bottom:solid 7px #f266bf;
  border-left:solid transparent 7px;
 }

@media screen and (min-width: 768.02px),
print {
  .HeadingBlock__Tag {
    margin-top:22px;
   }
 }

@media screen and (max-width: 768px) {
  .HeadingBlock__Tag {
    margin-top:10px;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .ArPrint {
    padding-top:74px;
    padding-bottom:80px;
   }
 }

@media screen and (max-width: 768px) {
  .ArPrint {
    padding-top:53px;
    padding-bottom:60px;
   }
 }

.ArPrint__Title {
  font-weight:700;
  text-align:center;
 }

@media screen and (min-width: 768.02px),
print {
  .ArPrint__Title {
    font-size:34px;
    line-height:1.4117647059;
   }
 }

@media screen and (max-width: 768px) {
  .ArPrint__Title {
    font-size:24px;
    line-height:1.48;
   }
 }

.ArPrint__Lead {
  font-size:15px;
  line-height:1.6;
  margin-top:16px;
  text-align:center;
  color:#fff;
 }

.ArPrint__Slider {
  position:relative;
 }

.ArPrint__Main {
  z-index:1;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
  text-align:center;
  border-radius:20%;
  box-shadow:18px 31.177px 54px 0px rgba(53, 17, 40, 0.2);
 }

@media screen and (min-width: 768.02px),
print {
  .ArPrint__Main {
    top:49%;
    width:19.4444444444%;
   }
 }

@media screen and (max-width: 768px) {
  .ArPrint__Main {
    top:42%;
    width:52%;
   }
 }

.ArPrint__Main.splide {
  position:absolute;
 }

.ArPrint__Main .splide__track {
  position:absolute;
  top:50%;
  width:100%;
  height:100%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
 }

.ArPrint__Main .splide__slide>video {
  position:absolute;
  left:50%;
  width:90.3%;
  -webkit-transform:translate(-49.9%, 22%);
          transform:translate(-49.9%, 22%);

  -webkit-mask-image:linear-gradient(to bottom, transparent 0.5%, #000 0.5% 99.5%, transparent 0.5%);
          mask-image:linear-gradient(to bottom, transparent 0.5%, #000 0.5% 99.5%, transparent 0.5%);
 }

.ArPrint__Tag {
  text-align:left;
 }

@media screen and (min-width: 768.02px),
print {
  .ArPrint__Tag {
    position:absolute;
    top:11.8%;
    right:0;
    display:grid;
    align-items:end;
    justify-content:start;
    width:200%;
    -webkit-transform:translateX(100%);
            transform:translateX(100%);

    grid-auto-flow:column;
    -webkit-column-gap:10px;
            column-gap:10px;
   }
 }

.ArPrint__Index {
  font-size:28px;
  font-weight:700;
 }

.ArPrint__Total {
  font-size:18px;
  position:relative;
  margin-left:10px;
  opacity:0.5;
 }

.ArPrint__Total::before {
  position:absolute;
  top:-2px;
  right:16px;
  display:block;
  width:2px;
  height:23px;
  content:"";
  -webkit-transform:rotate(30deg);
          transform:rotate(30deg);
  background-color:#ffd940;
 }

.ArPrint__Effect {
  font-weight:700;
  margin-left:10px;
 }

.ArPrint__Text {
  display:inline-block;
 }

@media screen and (max-width: 768px) {
  .ArPrint__Text {
    font-size:18px;
    line-height:1.1;
    text-align:center;
   }
 }

.ArPrint__Label {
  display:grid;

  row-gap:9px;
 }

@media screen and (max-width: 768px) {
  .ArPrint__Label {
    align-content:start;
    min-height:78px;
    -webkit-transform:translateY(10px);
            transform:translateY(10px);

    justify-items:center;
   }
 }

.ArPrint__Label[aria-hidden=true] {
  display:none;
 }

.ArPrint__Label>div {
  white-space:nowrap;
 }

.ArPrint__Frame {
  width:100%;
 }

.ArPrint__Thumbnail {
  position:relative;
  height:0;
 }

@media screen and (min-width: 768.02px),
print {
  .ArPrint__Thumbnail {
    padding-top:46.5277777778%;
   }
 }

@media screen and (max-width: 768px) {
  .ArPrint__Thumbnail {
    padding-top:146.6666666667%;
   }
 }

.ArPrint__Thumbnail .splide__track {
  position:absolute;
  width:100%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
 }

@media screen and (min-width: 768.02px),
print {
  .ArPrint__Thumbnail .splide__track {
    top:50%;
    padding-top:9%;
    padding-bottom:9%;
   }
 }

@media screen and (max-width: 768px) {
  .ArPrint__Thumbnail .splide__track {
    top:44%;
    padding-top:21%;
    padding-bottom:21%;
   }
 }

.ArPrint__Thumbnail .splide__slide {
  display:grid;
  justify-content:center;
  transition:opacity 0.3s;
 }

.ArPrint__Thumbnail .splide__slide.is-active {
  opacity:0;
 }

@media screen and (min-width: 768.02px),
print {
  .ArPrint__Thumbnail .splide__slide.is-active {
    box-sizing:content-box;
    padding-right:5%;
    padding-left:5%;
   }
 }

.ArPrint__Thumbnail .splide__slide img {
  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

.ArPrint__Thumbnail .splide__arrows {
  position:absolute;
  z-index:1;
  left:50%;
  display:grid;
  width:100%;

  grid-auto-flow:column;
 }

@media screen and (min-width: 768.02px),
print {
  .ArPrint__Thumbnail .splide__arrows {
    top:48.4%;
    justify-content:space-between;
    width:31%;
    min-width:calc(19.4444444444% + 140px);
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
   }
 }

@media screen and (max-width: 768px) {
  .ArPrint__Thumbnail .splide__arrows {
    bottom:5%;
    align-items:center;
    justify-content:center;
    grid-template-columns:auto 49% auto;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);

    -webkit-column-gap:2%;
            column-gap:2%;
   }
 }

.ArPrint__Thumbnail .splide__arrow {
  position:relative;
  z-index:0;
  width:66px;
  height:66px;
  color:#00677f;
  border-radius:100%;
 }

.ArPrint__Thumbnail .splide__arrow::before,
.ArPrint__Thumbnail .splide__arrow::after {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
 }

.ArPrint__Thumbnail .splide__arrow::before {
  z-index:-1;
  width:100%;
  height:100%;
  content:"";
  transition:-webkit-transform 0.3s;
  transition:        transform 0.3s;
  transition:        transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:translate(-50%, -50%) scale3d(1, 1, 1);
          transform:translate(-50%, -50%) scale3d(1, 1, 1);
  border-radius:100%;
  background-color:#ffd940;
 }

@media (hover: hover) {
  .ArPrint__Thumbnail .splide__arrow:hover::before {
    -webkit-transform:translate(-50%, -50%) scale3d(1.1, 1.1, 1);
            transform:translate(-50%, -50%) scale3d(1.1, 1.1, 1);
   }
 }

.ArPrint__Thumbnail .splide__arrow::after {
  width:28px;
  height:28px;
  content:"";
  background-image:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%2300677f"/></svg>');
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
 }

.ArPrint__Thumbnail .splide__arrow.splide__arrow--prev::after {
  -webkit-transform:scaleX(-1) translate(50%, -50%);
          transform:scaleX(-1) translate(50%, -50%);
 }

.ArPrint__Thumbnail .splide__arrow.splide__arrow--next::after {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

.ArPrint__Button {
  display:grid;
  justify-content:center;
 }

.ArPrint__Button>button {
  width:170px;
 }

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

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect {
    padding-top:73px;
    padding-bottom:80px;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect {
    padding-top:53px;
    padding-bottom:66px;
   }
 }

.InstaxConnect__Title {
  font-weight:700;
  text-align:center;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Title {
    font-size:34px;
    line-height:1.4117647059;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Title {
    font-size:24px;
    line-height:1.48;
   }
 }

.InstaxConnect__Slider {
  margin-right:auto;
  margin-left:auto;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Slider {
    width:calc(100% - 60px);
    max-width:962px;
    max-width:clamp(962px, 66.8055555556vw, 1154.4px);
    margin-top:40px;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Slider {
    margin-top:32px;
   }
 }

.InstaxConnect__Slider .splide__arrows {
  position:absolute;
  top:46%;
  left:50%;
  display:grid;
  justify-content:space-between;
  width:100%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);

  grid-auto-flow:column;
 }

.InstaxConnect__Slider .splide__arrow {
  position:relative;
  z-index:0;
  width:66px;
  height:66px;
  color:#00677f;
  border-radius:100%;
 }

.InstaxConnect__Slider .splide__arrow::before,
.InstaxConnect__Slider .splide__arrow::after {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
 }

.InstaxConnect__Slider .splide__arrow::before {
  z-index:-1;
  width:100%;
  height:100%;
  content:"";
  transition:-webkit-transform 0.3s;
  transition:        transform 0.3s;
  transition:        transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:translate(-50%, -50%) scale3d(1, 1, 1);
          transform:translate(-50%, -50%) scale3d(1, 1, 1);
  border-radius:100%;
  background-color:#ffd940;
 }

@media (hover: hover) {
  .InstaxConnect__Slider .splide__arrow:hover:not(:disabled)::before {
    -webkit-transform:translate(-50%, -50%) scale3d(1.1, 1.1, 1);
            transform:translate(-50%, -50%) scale3d(1.1, 1.1, 1);
   }
 }

.InstaxConnect__Slider .splide__arrow::after {
  width:28px;
  height:28px;
  content:"";
  background-image:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%2300677f"/></svg>');
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
 }

.InstaxConnect__Slider .splide__arrow.splide__arrow--prev::after {
  -webkit-transform:scale(-1) translate(50%, 50%);
          transform:scale(-1) translate(50%, 50%);
 }

.InstaxConnect__Slider .splide__arrow.splide__arrow--next::after {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

.InstaxConnect__Slider .splide__arrow:disabled {
  opacity:0.3;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Slider .splide__track {
    max-width:764px;
    max-width:clamp(764px, 53.0555555556vw, 916.8px);
    margin-right:10.4%;
    margin-left:10.4%;
   }
 }

.InstaxConnect__Slider .splide__slide {
  display:grid;
  width:100%;
  background-color:#ffd940;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Slider .splide__slide {
    align-items:center;
    grid-template-columns:repeat(2, 1fr);
    padding-top:27px;
    padding-right:60px;
    padding-left:60px;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Slider .splide__slide {
    padding-top:38px;
    padding-right:20px;
    padding-left:20px;

    grid-template-rows:auto 1fr;
   }
 }

.InstaxConnect__Slider .InstaxConnect__Slider__TextWrapper {
  display:grid;
  align-content:center;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Slider .InstaxConnect__Slider__TextWrapper {
    height:100%;
    padding-bottom:20px;

    row-gap:21px;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Slider .InstaxConnect__Slider__TextWrapper {
    row-gap:18px;
   }
 }

.InstaxConnect__Slider .InstaxConnect__Slider__Title {
  font-weight:700;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Slider .InstaxConnect__Slider__Title {
    font-size:45px;
    line-height:0.8666666667;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Slider .InstaxConnect__Slider__Title {
    font-size:28px;
    text-align:center;
   }
  .InstaxConnect__Slider .InstaxConnect__Slider__Content {
    display:grid;

    justify-items:center;
   }
 }

.InstaxConnect__Slider .InstaxConnect__Slider__Label {
  font-size:14px;
  line-height:1.2;
  display:inline-block;
  padding:4px 8px;
  color:#ffd940;
  background-color:#00677f;
 }

.InstaxConnect__Slider .InstaxConnect__Slider__Text {
  font-weight:700;
  margin-top:5px;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Slider .InstaxConnect__Slider__Text {
    font-size:20px;
    line-height:1.6;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Slider .InstaxConnect__Slider__Text {
    font-size:18px;
    line-height:1.4444444444;
    text-align:center;
   }
 }

.InstaxConnect__Slider .InstaxConnect__Slider__Image {
  align-self:end;
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Slider .InstaxConnect__Slider__Image {
    display:grid;
    justify-content:center;
    margin-top:20px;

    place-items:center;
   }
 }

.InstaxConnect__Slider .splide__pagination {
  display:grid;
  margin-top:16px;

  grid-auto-flow:column;
  -webkit-column-gap:8px;
          column-gap:8px;
 }

.InstaxConnect__Slider .splide__pagination__page {
  width:10px;
  height:10px;
  border-radius:100%;
 }

.InstaxConnect__Slider .splide__pagination__page:not([aria-selected=true]) {
  opacity:0.2;
  background-color:#fff;
 }

.InstaxConnect__Slider .splide__pagination__page[aria-selected=true] {
  background-color:#ffd940;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Case {
    margin-top:42px;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Case {
    margin-top:44px;
   }
 }

.InstaxConnect__Case__List {
  display:grid;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Case__List {
    grid-template-columns:repeat(2, 1fr);

    -webkit-column-gap:30px;
            column-gap:30px;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Case__List {
    row-gap:34px;
   }
 }

.InstaxConnect__Case__Item {
  display:grid;
  align-items:center;
  grid-template-columns:repeat(2, 1fr);

  -webkit-column-gap:24px;
          column-gap:24px;
 }

.InstaxConnect__Case__Item img {
  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Case__Item img {
    width:100%;
   }
  .InstaxConnect__Case__Text {
    font-size:18px;
    line-height:1.6666666667;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Case__Text {
    font-size:15px;
    line-height:1.6666666667;
   }
 }

.InstaxConnect__Case__Button {
  display:grid;
  justify-content:center;

  grid-auto-flow:column;
  -webkit-column-gap:28px;
          column-gap:28px;
 }

.InstaxConnect__Case__Button button {
  width:170px;
 }

@media screen and (min-width: 768.02px),
print {
  .InstaxConnect__Case__Button {
    margin-top:60px;
   }
 }

@media screen and (max-width: 768px) {
  .InstaxConnect__Case__Button {
    margin-top:42px;
   }
 }

.ModalSlide {
  position:fixed;
  z-index:10030;
  top:0;
  right:0;
  bottom:0;
  left:0;
  overflow-x:hidden;
  color:#ffd940;
 }

.ModalSlide:not(.is-open) {
  display:none;
 }

.ModalSlide__Background {
  position:absolute;
  z-index:-1;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  opacity:0.5;
  background-color:#000;
 }

.ModalSlide__Dialog {
  position:absolute;
  z-index:0;
  overflow-y:auto;
  max-width:1140px;
  max-height:100%;
  background-color:#f266bf;
 }

@media screen and (min-width: 768.02px),
print {
  .ModalSlide__Dialog {
    top:0;
    right:0;
    width:95%;
    height:100%;
    padding:100px 80px;
   }
 }

@media screen and (max-width: 768px) {
  .ModalSlide__Dialog {
    top:0;
    left:0;
    width:100%;
    min-height:100%;
    padding:80px 5%;
   }
 }

.ModalSlide[aria-hidden=false] .ModalSlide__Dialog {
  -webkit-animation:dialog-show 0.3s ease-in;
          animation:dialog-show 0.3s ease-in;
 }

.ModalSlide[aria-hidden=true] .ModalSlide__Dialog {
  -webkit-animation:dialog-hide 0.3s ease-in;
          animation:dialog-hide 0.3s ease-in;
 }

@-webkit-keyframes dialog-show {
  from {
    -webkit-transform:translateX(100%);
            transform:translateX(100%);
   }
  to {
    -webkit-transform:translateX(0);
            transform:translateX(0);
   }
 }

@keyframes dialog-show {
  from {
    -webkit-transform:translateX(100%);
            transform:translateX(100%);
   }
  to {
    -webkit-transform:translateX(0);
            transform:translateX(0);
   }
 }

@-webkit-keyframes dialog-hide {
  from {
    -webkit-transform:translateX(0);
            transform:translateX(0);
   }
  to {
    -webkit-transform:translateX(100%);
            transform:translateX(100%);
   }
 }

@keyframes dialog-hide {
  from {
    -webkit-transform:translateX(0);
            transform:translateX(0);
   }
  to {
    -webkit-transform:translateX(100%);
            transform:translateX(100%);
   }
 }

.ModalSlide__Dialog h2 {
  font-size:24px;
  font-weight:700;
  line-height:1.5;
  position:relative;
  margin-bottom:34px;
  padding-bottom:15px;
  border-bottom:1px solid #ffd940;
 }

.ModalSlide__Dialog>p {
  font-size:20px;
 }

.ModalSlide__Close {
  position:-webkit-sticky;
  position:        sticky;
  z-index:1;
  top:0;
  display:block;
  margin-left:auto;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .ModalSlide__Close {
    width:62px;
    height:62px;
    margin-top:-62px;
    -webkit-transform:translate(50%, -100%);
            transform:translate(50%, -100%);
   }
 }

@media screen and (max-width: 768px) {
  .ModalSlide__Close {
    width:50px;
    height:50px;
    margin-top:-50px;
    -webkit-transform:translate(30%, -120%);
            transform:translate(30%, -120%);
   }
 }

.ModalSlide__Close::before,
.ModalSlide__Close::after {
  position:absolute;
  top:50%;
  left:50%;
  display:block;
  width:20px;
  height:2px;
  content:"";
  background-color:currentColor;
 }

.ModalSlide__Close::before {
  -webkit-transform:translate(-50%, -50%) rotate(45deg);
          transform:translate(-50%, -50%) rotate(45deg);
 }

.ModalSlide__Close::after {
  -webkit-transform:translate(-50%, -50%) rotate(-45deg);
          transform:translate(-50%, -50%) rotate(-45deg);
 }

.ModalSlide__Close__Circle {
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:-webkit-transform 0.3s;
  transition:        transform 0.3s;
  transition:        transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform:scale3d(1, 1, 1);
          transform:scale3d(1, 1, 1);
  border-radius:50%;
  background-color:#ffd940;
  box-shadow:-1.414px 1.414px 6px 0px rgba(0, 0, 0, 0.3);
 }

@media (hover: hover) {
  a:hover .ModalSlide__Close__Circle,
  button:hover .ModalSlide__Close__Circle {
    -webkit-transform:scale3d(1.1, 1.1, 1);
            transform:scale3d(1.1, 1.1, 1);
   }
 }

@media screen and (min-width: 768.02px),
print {
  .ModalSlide__BottomClose {
    display:none;
   }
 }

@media screen and (max-width: 768px) {
  .ModalSlide__BottomClose {
    display:grid;
    max-width:132px;
    margin-top:70px;
    margin-right:auto;
    margin-left:auto;
   }
 }

.OtherFunFeature {
  overflow:hidden;
  background-color:#ffd940;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature {
    padding-top:90px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature {
    padding-top:50px;
   }
 }

.OtherFunFeature__Title {
  font-weight:700;
  text-align:center;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Title {
    font-size:100px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Title {
    font-size:50px;
    line-height:1.12;
   }
 }

.OtherFunFeature__Wrapper {
  position:relative;
  height:100vh;
 }

.OtherFunFeature__Item {
  position:absolute;
  top:50%;
  left:50%;
  visibility:hidden;
  width:100%;
  height:calc(100% - 56px);
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
  opacity:0;
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item {
    display:grid;
    align-items:center;

    row-gap:12px;
   }
 }

.OtherFunFeature__Item__Inner {
  position:relative;
  display:grid;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Inner {
    align-items:center;
    grid-template-columns:57.3275862069% auto;
    width:100%;
    height:100%;

    -webkit-column-gap:28px;
            column-gap:28px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Inner {
    padding-bottom:20%;

    row-gap:34px;
   }
 }

.OtherFunFeature__Item__Images {
  position:relative;
  height:0;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images {
    padding-top:88.75%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images {
    width:100%;
    max-width:400px;
    margin-right:auto;
    margin-left:auto;
    padding-top:min(80%, 320px);
   }
 }

.OtherFunFeature__Item__Images [data-editable-print] {
  position:absolute;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-editable-print]:not([data-editable-print=image01]) {
    width:43%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-editable-print]:not([data-editable-print=image01]) {
    width:44%;
   }
 }

.OtherFunFeature__Item__Images [data-editable-print=image01] {
  top:50%;
  left:49.4%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);

  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-editable-print=image01] {
    width:80%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-editable-print=image01] {
    width:84%;
   }
 }

.OtherFunFeature__Item__Images [data-editable-print=image02] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-editable-print=image02] {
    top:29%;
    left:44.5%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-editable-print=image02] {
    top:25%;
    left:44.3%;
   }
 }

.OtherFunFeature__Item__Images [data-editable-print=image03] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-editable-print=image03] {
    top:78.2%;
    left:77%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-editable-print=image03] {
    top:83.6%;
    left:79%;
   }
 }

.OtherFunFeature__Item__Images [data-editable-print=image04] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-editable-print=image04] {
    top:33.5%;
    left:81.3%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-editable-print=image04] {
    top:30%;
    left:83.4%;
   }
 }

.OtherFunFeature__Item__Images [data-editable-print=image05] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-editable-print=image05] {
    top:82.2%;
    left:37.1%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-editable-print=image05] {
    top:87.5%;
    left:36.5%;
   }
 }

.OtherFunFeature__Item__Images [data-editable-print=image06] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-editable-print=image06] {
    top:46.6%;
    left:19.7%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-editable-print=image06] {
    top:46.6%;
    left:21.5%;
   }
 }

.OtherFunFeature__Item__Images [data-editable-print=image07] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-editable-print=image07] {
    top:53.5%;
    left:53.5%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-editable-print=image07] {
    top:52.7%;
    left:55.6%;
   }
 }

.OtherFunFeature__Item__Images [data-sns-share] {
  position:absolute;
 }

.OtherFunFeature__Item__Images [data-sns-share=image01] {
  top:50%;
  left:49.4%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);

  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-sns-share=image01] {
    width:80%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-sns-share=image01] {
    width:85%;
   }
 }

.OtherFunFeature__Item__Images [data-sns-share=image02] {
  z-index:1;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-sns-share=image02] {
    top:56%;
    left:51.8%;
    width:44.4%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-sns-share=image02] {
    top:58%;
    left:52.2%;
    width:47%;
   }
 }

.OtherFunFeature__Item__Images [data-sns-share=image03] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-sns-share=image03] {
    top:83.8%;
    left:17%;
    width:36%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-sns-share=image03] {
    top:91.6%;
    left:15.2%;
    width:40%;
   }
 }

.OtherFunFeature__Item__Images [data-sns-share=image04] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-sns-share=image04] {
    top:26.7%;
    left:80.6%;
    width:42%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-sns-share=image04] {
    top:24.8%;
    left:82.7%;
    width:45%;
   }
 }

.OtherFunFeature__Item__Images [data-sketch] {
  position:absolute;
 }

.OtherFunFeature__Item__Images [data-sketch=image01] {
  top:50%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);

  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-sketch=image01] {
    left:49.4%;
    width:80%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-sketch=image01] {
    left:51.8%;
    width:81%;
   }
 }

.OtherFunFeature__Item__Images [data-sketch=image02] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-sketch=image02] {
    top:63.3%;
    left:20.3%;
    width:47%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-sketch=image02] {
    top:63.3%;
    left:21.3%;
    width:50%;
   }
 }

.OtherFunFeature__Item__Images [data-sketch=image03] {
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Images [data-sketch=image03] {
    top:71.1%;
    left:78%;
    width:47%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Images [data-sketch=image03] {
    top:54%;
    left:80%;
    width:53%;
   }
 }

.OtherFunFeature__Item__Title {
  display:grid;
  align-items:center;
  color:#00677f;

  grid-auto-flow:column;
  -webkit-column-gap:13px;
          column-gap:13px;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Title {
    font-size:22px;
    justify-content:start;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Title {
    font-size:18px;
    justify-content:center;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Title img {
    width:52px;
    height:52px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Title img {
    width:44px;
    height:44px;
   }
 }

.OtherFunFeature__Item__Text {
  font-weight:700;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Text {
    font-size:34px;
    line-height:1.4117647059;
    margin-top:17px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Text {
    font-size:22px;
    line-height:1.5454545455;
    margin-top:10px;
    text-align:center;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__Item__Button {
    margin-top:25px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__Item__Button {
    display:grid;
    justify-content:center;
    margin-top:18px;
   }
 }

.OtherFunFeature__EnhancedQualityPhotos {
  display:grid;
  align-items:center;
  background-color:#f266bf;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__EnhancedQualityPhotos {
    justify-content:space-between;
    grid-template-columns:44% 54%;
    padding:54px 70px 32px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__EnhancedQualityPhotos {
    padding:30px 20px 28px;

    row-gap:24px;
   }
 }

.OtherFunFeature__EnhancedQualityPhotos__Title {
  display:grid;
  align-items:center;

  grid-auto-flow:column;
  -webkit-column-gap:12px;
          column-gap:12px;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__EnhancedQualityPhotos__Title {
    font-size:22px;
    justify-content:start;
   }
  .OtherFunFeature__EnhancedQualityPhotos__Title img {
    width:52px;
    height:52px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__EnhancedQualityPhotos__Title {
    font-size:18px;
    justify-content:center;
   }
  .OtherFunFeature__EnhancedQualityPhotos__Title img {
    width:44px;
    height:44px;
   }
 }

.OtherFunFeature__EnhancedQualityPhotos__Text {
  font-weight:700;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__EnhancedQualityPhotos__Text {
    font-size:34px;
    line-height:1.4117647059;
    margin-top:20px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__EnhancedQualityPhotos__Text {
    font-size:22px;
    line-height:1.5454545455;
    margin-top:14px;
    text-align:center;
   }
 }

.OtherFunFeature__EnhancedQualityPhotos__Example {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
 }

.OtherFunFeature__EnhancedQualityPhotos__Example img {
  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__EnhancedQualityPhotos__Example {
    -webkit-column-gap:48px;
            column-gap:48px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__EnhancedQualityPhotos__Example {
    -webkit-column-gap:20px;
            column-gap:20px;
   }
 }

.OtherFunFeature__EnhancedQualityPhotos__Label {
  line-height:1.3;
  text-align:center;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__EnhancedQualityPhotos__Label {
    font-size:18px;
    margin-top:22px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__EnhancedQualityPhotos__Label {
    font-size:15px;
    margin-top:18px;
   }
 }

.OtherFunFeature__EnhancedQualityPhotos__Label span {
  font-weight:700;
 }

.OtherFunFeature__EnhancedQualityPhotos__Caption {
  margin-top:5px;
  text-align:center;
  color:#fff;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__EnhancedQualityPhotos__Caption {
    font-size:16px;
    line-height:1.5;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__EnhancedQualityPhotos__Caption {
    font-size:14px;
    line-height:1.5714285714;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__PhotoExamples {
    margin-top:100px;
    margin-bottom:70px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__PhotoExamples {
    margin-top:50px;
    margin-bottom:70px;
   }
 }

.OtherFunFeature__PhotoExamples__Loop {
  display:flex;
  -webkit-animation:marquee 30s linear infinite;
          animation:marquee 30s linear infinite;

  --item-margin:0%;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__PhotoExamples__Loop {
    --item-width:140%;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__PhotoExamples__Loop {
    --item-width:1360px;
   }
 }

.OtherFunFeature__PhotoExamples__Loop.OtherFunFeature__PhotoExamples__Loop--reverse {
  animation-direction:reverse;
 }

@-webkit-keyframes marquee {
  from {
    -webkit-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0);
   }
  to {
    -webkit-transform:translate3d(calc(-1 * (var(--item-width) + var(--item-margin))), 0, 0);
            transform:translate3d(calc(-1 * (var(--item-width) + var(--item-margin))), 0, 0);
   }
 }

@keyframes marquee {
  from {
    -webkit-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0);
   }
  to {
    -webkit-transform:translate3d(calc(-1 * (var(--item-width) + var(--item-margin))), 0, 0);
            transform:translate3d(calc(-1 * (var(--item-width) + var(--item-margin))), 0, 0);
   }
 }

.OtherFunFeature__PhotoExamples__Loop>li {
  flex-shrink:0;
  width:var(--item-width);
  margin-left:var(--item-margin);
 }

.OtherFunFeature__PhotoExamples__Loop>li img {
  width:100%;
  height:auto;

  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

.OtherFunFeature__PhotoExamples__Text {
  font-weight:700;
  line-height:1.1;
  margin-top:17px;
  margin-bottom:15px;
  padding-right:16px;
  padding-left:16px;
  text-align:center;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__PhotoExamples__Text {
    font-size:100px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__PhotoExamples__Text {
    font-size:50px;
   }
 }

.OtherFunFeature__PhotoExamples__Text:lang(ja) {
  line-height:1.2;
  margin-left:0.5em;
 }

@media screen and (min-width: 768.02px),
print {
  .OtherFunFeature__PhotoExamples__Text:lang(ja) {
    font-size:64px;
   }
 }

@media screen and (max-width: 768px) {
  .OtherFunFeature__PhotoExamples__Text:lang(ja) {
    font-size:34px;
   }
 }

.OtherFunFeature__PhotoExamples__Punctuation {
  margin-right:-0.25em;
 }

.ProductDesign {
  padding-bottom:80px;
  background-color:#fff;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign {
    padding-top:90px;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign {
    padding-top:53px;
    padding-bottom:55px;
   }
 }

.ProductDesign__Title {
  font-weight:700;
  text-align:center;
  color:#f266bf;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Title {
    font-size:100px;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Title {
    font-size:50px;
    line-height:1.12;
   }
 }

.ProductDesign__List {
  display:grid;

  place-items:center;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__List {
    justify-content:center;
    grid-template-columns:33% 33%;
    margin-top:30px;

    -webkit-column-gap:8%;
            column-gap:8%;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__List {
    margin-top:32px;
   }
 }

.ProductDesign__List figure {
  position:relative;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__List figure:first-child {
    left:5%;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__List figure {
    left:2%;
    width:62%;
   }
 }

.ProductDesign__List figcaption {
  font-weight:700;
  position:absolute;
  right:10%;
  -webkit-transform:rotate(9deg);
          transform:rotate(9deg);
  color:#f266bf;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__List figcaption {
    font-size:16px;
    top:5%;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__List figcaption {
    font-size:14px;
    top:2%;
   }
 }

.ProductDesign__Links {
  font-size:20px;
  line-height:1.3;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Links {
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
    margin-top:26px;

    row-gap:24px;
    -webkit-column-gap:2.5%;
            column-gap:2.5%;
   }
  .ProductDesign__Links:lang(de) {
    font-size:18px;
    grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Links {
    display:grid;
    gap:16px;
    margin-top:24px;
   }
  .ProductDesign__Links:lang(de) {
    font-size:16px;
   }
 }

.ProductDesign__Links>li>a {
  font-weight:700;
  position:relative;
  display:grid;
  align-items:center;
  grid-template-columns:50px 1fr;
  transition:opacity 0.2s;
  border-radius:55.5px;
  background-color:#f266bf;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Links>li>a {
    padding:33px 56px 30px 31px;

    -webkit-column-gap:20px;
            column-gap:20px;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Links>li>a {
    padding:21px 48px 18px 22px;

    -webkit-column-gap:14px;
            column-gap:14px;
   }
 }

@media (hover: hover) {
  .ProductDesign__Links>li>a:hover {
    opacity:0.7;
   }
 }

.ProductDesign__Links>li>a::after {
  position:absolute;
  top:52%;
  display:block;
  width:24px;
  height:24px;
  content:"";
  -webkit-transform:translate(50%, -50%);
          transform:translate(50%, -50%);
  background-image:url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40.33 33.69"><polygon points="23.82 0 21.7 2.12 34.92 15.35 0 15.35 0 18.34 34.26 18.34 21.04 31.57 23.16 33.69 40.33 16.52 23.82 0" fill="%23ffd940"/></svg>');
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Links>li>a::after {
    right:40px;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Links>li>a::after {
    right:32px;
   }
 }

.ProductDesign__Links>li>a img {
  width:100%;
  height:auto;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Accessories {
    margin-top:93px;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Accessories {
    margin-top:54px;
   }
 }

.ProductDesign__Accessories__Title {
  font-weight:700;
  text-align:center;
  color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Accessories__Title {
    font-size:80px;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Accessories__Title {
    font-size:36px;
   }
 }

.ProductDesign__Accessories__Images {
  display:grid;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Accessories__Images {
    grid-template-columns:repeat(2, 1fr);
    margin-top:48px;

    -webkit-column-gap:28px;
            column-gap:28px;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Accessories__Images {
    justify-content:center;
    margin-top:34px;

    row-gap:24px;
   }
 }

.ProductDesign__Accessories__Images img {
  width:100%;
 }

.ProductDesign__Accessories__Images figcaption {
  font-size:20px;
  font-weight:700;
  line-height:1.6;
  margin-top:13px;
  color:#00677f;
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Accessories__Images figcaption {
    text-align:center;
   }
 }

.ProductDesign__Film {
  display:grid;
  background-color:#00677f;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Film {
    align-items:center;
    grid-template-columns:minmax(200px, 1fr) 58.6206896552%;
    margin-top:66px;
    padding:38px 70px 32px;

    -webkit-column-gap:20px;
            column-gap:20px;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Film {
    justify-content:center;
    margin-top:32px;
    padding:34px 20px;
   }
 }

.ProductDesign__Film__Example {
  display:grid;
 }

@media screen and (min-width: 768.02px),
print {
  .ProductDesign__Film__Example {
    justify-content:space-between;
    grid-template-columns:41% 41%;
   }
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Film__Example {
    margin-top:36px;

    row-gap:36px;
   }
 }

.ProductDesign__Film__Example img {
  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

.ProductDesign__Film__Title {
  font-size:20px;
  font-weight:700;
  line-height:1.6;
  color:#fff;
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Film__Title {
    text-align:center;
   }
 }

.ProductDesign__Film__Text {
  font-size:14px;
  line-height:1.7142857143;
  margin-top:17px;
  color:#fff;
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Film__Text {
    text-align:center;
   }
 }

.ProductDesign__Film__Button {
  margin-top:23px;
 }

@media screen and (max-width: 768px) {
  .ProductDesign__Film__Button {
    display:grid;
    justify-content:center;
   }
 }

.ProductDesign__Film__Label {
  font-size:18px;
  font-weight:700;
  line-height:1.3333333333;
  margin-top:20px;
  text-align:center;
  color:#fff;
 }

.ProductDesign__Film__Caption {
  font-size:14px;
  line-height:1.7142857143;
  text-align:center;
  color:#fff;
 }

.ProductDesign__Notes {
  font-size:11px;
  line-height:1.6363636364;
  margin-top:28px;
  opacity:0.6;
  color:#262626;
 }

.AppInfo {
  display:grid;
  background-color:#ffd940;

  justify-items:center;
 }

@media screen and (min-width: 768.02px),
print {
  .AppInfo {
    margin-top:90px;
    padding:36px 5% 32px;
   }
 }

@media screen and (max-width: 768px) {
  .AppInfo {
    margin-top:50px;
    padding:56px 5% 32px;
   }
 }

.AppInfo__Head {
  font-size:26px;
  font-weight:700;
  display:grid;
  text-align:center;
  color:#00677f;
 }

.Mv__AppInfo.AppInfo__Head {
  font-size:26px;
  font-weight:700;
  display:grid;
  margin-top:24px;
  padding-left:48px;
  text-align:center;
  color:#00677f;
 }

.Hero .AppInfo__Head {
  color:#ffd940;
 }

@media screen and (min-width: 768.02px),
print {
  .AppInfo__Head {
    align-items:end;

    grid-auto-flow:column;
    -webkit-column-gap:36px;
            column-gap:36px;
   }
  .Mv__AppInfo.AppInfo__Head {
    -webkit-column-gap:0px;
            column-gap:0px;
   }
 }

@media screen and (max-width: 768px) {
  .AppInfo__Head {
    row-gap:24px;
    justify-items:center;
   }
  .Mv__AppInfo.AppInfo__Head {
    font-size:18px;
    display:flex;
    align-items:center;
    flex-direction:row;
    padding-left:0;

    -webkit-column-gap:8px;
            column-gap:8px;
    justify-items:center;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .AppInfo__Icon {
    width:100px;
   }
  .Mv__AppInfo .AppInfo__Icon {
    width:88px;
   }
 }

@media screen and (max-width: 768px) {
  .AppInfo__Icon {
    width:90px;
   }
 }

.AppInfo__Title {
  line-height:1.4;
 }

.AppInfo__Links {
  display:grid;

  grid-auto-flow:column;
  -webkit-column-gap:16px;
          column-gap:16px;
 }

.Mv__AppInfo .AppInfo__Links {
  align-items:center;
 }

@media screen and (min-width: 768.02px),
print {
  .AppInfo__Links {
    margin-top:16px;
   }
 }

@media screen and (max-width: 768px) {
  .AppInfo__Links {
    margin-top:8px;
   }
  .Mv__AppInfo .AppInfo__Links {
    margin-top:8px;
   }
 }

.AppInfo__Links img {
  width:auto;
  height:50px;
 }
.Mv__AppInfo .AppInfo__Links img {
  width:auto;
  height:auto;
  max-height:40px;
 }

.AppInfo__Notes {
  font-size:11px;
  line-height:1.6363636364;
  margin-top:20px;
  color:#262626;
 }

.StepLayout {
  display:grid;

  row-gap:40px;
 }

@media screen and (min-width: 768.02px),
print {
  .StepLayout {
    grid-template-columns:repeat(5, 1fr);

    -webkit-column-gap:40px;
            column-gap:40px;
   }
 }

@media screen and (max-width: 768px) {
  .StepLayout {
    grid-template-columns:repeat(2, 1fr);
    padding-right:20px;

    -webkit-column-gap:20px;
            column-gap:20px;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .StepLayout.StepLayout--multi-row>li:nth-child(5n) {
    grid-column-start:1;
   }
 }

.StepLayout__Image {
  position:relative;
  text-align:center;
 }

@media screen and (max-width: 768px) {
  .StepLayout__Image {
    padding-right:32px;
   }
 }

.StepLayout>li:not(:last-child) .StepLayout__Image::after {
  position:absolute;
  top:50%;
  display:block;
  width:16px;
  height:16px;
  content:"";
  -webkit-transform:translateY(-50%) rotate(45deg);
          transform:translateY(-50%) rotate(45deg);
  border-top:2px solid #ffd940;
  border-right:2px solid #ffd940;
 }

@media screen and (min-width: 768.02px),
print {
  .StepLayout>li:not(:last-child) .StepLayout__Image::after {
    right:-20px;
   }
 }

@media screen and (max-width: 768px) {
  .StepLayout>li:not(:last-child) .StepLayout__Image::after {
    right:0;
   }
 }

.StepLayout__Image img {
  width:100%;
 }

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

@media screen and (min-width: 768.02px),
print {
  .StepLayout__Step {
    margin-top:24px;
   }
 }

@media screen and (max-width: 768px) {
  .StepLayout__Step {
    margin-top:20px;
   }
 }

.StepLayout__Text {
  font-size:14px;
  line-height:1.8571428571;
  margin-top:12px;
 }

.NewFeature {
  padding-top:80px;
  background-color:#ffd940;
 }

.NewFeature__Content {
  display:grid;
  background-color:#f266bf;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__Content {
    align-items:center;
    min-height:470px;
   }
  .NewFeature__Content+.NewFeature__Content {
    margin-top:60px;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__Content {
    overflow:hidden;
    padding-top:50px;

    grid-template-rows:auto 1fr;
   }
  .NewFeature__Content+.NewFeature__Content {
    margin-top:40px;
   }
  .NewFeature__Label {
    padding-right:5%;
    padding-left:5%;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__Title {
    font-size:22px;
    display:grid;
    align-items:center;
    justify-content:start;
    margin-left:10px;

    grid-auto-flow:column;
    -webkit-column-gap:26px;
            column-gap:26px;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__Title {
    text-align:center;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__Title>span {
    font-size:30px;
    position:relative;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__Title>span {
    font-size:24px;
    font-weight:700;
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
            transform:translateX(-50%);
    text-align:center;
    color:#f266bf;
   }
 }

.NewFeature__Title>span::after {
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  display:block;
  content:"";
  border-radius:50%;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__Title>span::after {
    width:54px;
    height:54px;
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
    border:solid 2px #ffd940;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__Title>span::after {
    width:66px;
    height:66px;
    -webkit-transform:translate(-50%, -70%);
            transform:translate(-50%, -70%);
    background-color:#ffd940;
   }
 }

.NewFeature__Text {
  font-weight:700;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__Text {
    font-size:34px;
    line-height:1.4117647059;
    margin-top:30px;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__Text {
    font-size:26px;
    line-height:1.48;
    margin-top:14px;
    text-align:center;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__ArPrint {
    grid-template-columns:56% 41%;
    padding-right:5%;

    -webkit-column-gap:3%;
            column-gap:3%;
   }
 }

.NewFeature__ArPrint__Video {
  overflow:hidden;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__ArPrint__Video {
    height:100%;

    -webkit-mask-image:linear-gradient(to right, #000 94%, transparent 100%);
            mask-image:linear-gradient(to right, #000 94%, transparent 100%);
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__ArPrint__Video {
    -webkit-mask-image:linear-gradient(to bottom, transparent 0, #000 8%);
            mask-image:linear-gradient(to bottom, transparent 0, #000 8%);
    grid-row-start:2;
   }
 }

.NewFeature__ArPrint__Video video {
  position:relative;
     object-fit:cover;
  -o-object-fit:cover;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__ArPrint__Video video {
    top:-4%;
    left:-15%;
    width:128%;
    height:105%;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__ArPrint__Video video {
    top:0;
    left:-25%;
    width:150%;
    height:100%;
   }
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect {
    grid-template-columns:33% minmax(400px, 1fr);
    padding:3.5% 2.4% 3.5% 8.6%;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect {
    padding-bottom:32px;

    row-gap:12px;
   }
 }

.NewFeature__InstaxConnect__Bg {
  z-index:-2;
  height:0;
  background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAIAAABvrngfAAAKQ2lDQ1BJQ0MgcHJvZmlsZQAAeNqdU3dYk/cWPt/3ZQ9WQtjwsZdsgQAiI6wIyBBZohCSAGGEEBJAxYWIClYUFRGcSFXEgtUKSJ2I4qAouGdBiohai1VcOO4f3Ke1fXrv7e371/u855zn/M55zw+AERImkeaiagA5UoU8Otgfj09IxMm9gAIVSOAEIBDmy8JnBcUAAPADeXh+dLA//AGvbwACAHDVLiQSx+H/g7pQJlcAIJEA4CIS5wsBkFIAyC5UyBQAyBgAsFOzZAoAlAAAbHl8QiIAqg0A7PRJPgUA2KmT3BcA2KIcqQgAjQEAmShHJAJAuwBgVYFSLALAwgCgrEAiLgTArgGAWbYyRwKAvQUAdo5YkA9AYACAmUIszAAgOAIAQx4TzQMgTAOgMNK/4KlfcIW4SAEAwMuVzZdL0jMUuJXQGnfy8ODiIeLCbLFCYRcpEGYJ5CKcl5sjE0jnA0zODAAAGvnRwf44P5Dn5uTh5mbnbO/0xaL+a/BvIj4h8d/+vIwCBAAQTs/v2l/l5dYDcMcBsHW/a6lbANpWAGjf+V0z2wmgWgrQevmLeTj8QB6eoVDIPB0cCgsL7SViob0w44s+/zPhb+CLfvb8QB7+23rwAHGaQJmtwKOD/XFhbnauUo7nywRCMW735yP+x4V//Y4p0eI0sVwsFYrxWIm4UCJNx3m5UpFEIcmV4hLpfzLxH5b9CZN3DQCshk/ATrYHtctswH7uAQKLDljSdgBAfvMtjBoLkQAQZzQyefcAAJO/+Y9AKwEAzZek4wAAvOgYXKiUF0zGCAAARKCBKrBBBwzBFKzADpzBHbzAFwJhBkRADCTAPBBCBuSAHAqhGJZBGVTAOtgEtbADGqARmuEQtMExOA3n4BJcgetwFwZgGJ7CGLyGCQRByAgTYSE6iBFijtgizggXmY4EImFINJKApCDpiBRRIsXIcqQCqUJqkV1II/ItchQ5jVxA+pDbyCAyivyKvEcxlIGyUQPUAnVAuagfGorGoHPRdDQPXYCWomvRGrQePYC2oqfRS+h1dAB9io5jgNExDmaM2WFcjIdFYIlYGibHFmPlWDVWjzVjHVg3dhUbwJ5h7wgkAouAE+wIXoQQwmyCkJBHWExYQ6gl7CO0EroIVwmDhDHCJyKTqE+0JXoS+cR4YjqxkFhGrCbuIR4hniVeJw4TX5NIJA7JkuROCiElkDJJC0lrSNtILaRTpD7SEGmcTCbrkG3J3uQIsoCsIJeRt5APkE+S+8nD5LcUOsWI4kwJoiRSpJQSSjVlP+UEpZ8yQpmgqlHNqZ7UCKqIOp9aSW2gdlAvU4epEzR1miXNmxZDy6Qto9XQmmlnafdoL+l0ugndgx5Fl9CX0mvoB+nn6YP0dwwNhg2Dx0hiKBlrGXsZpxi3GS+ZTKYF05eZyFQw1zIbmWeYD5hvVVgq9ip8FZHKEpU6lVaVfpXnqlRVc1U/1XmqC1SrVQ+rXlZ9pkZVs1DjqQnUFqvVqR1Vu6k2rs5Sd1KPUM9RX6O+X/2C+mMNsoaFRqCGSKNUY7fGGY0hFsYyZfFYQtZyVgPrLGuYTWJbsvnsTHYF+xt2L3tMU0NzqmasZpFmneZxzQEOxrHg8DnZnErOIc4NznstAy0/LbHWaq1mrX6tN9p62r7aYu1y7Rbt69rvdXCdQJ0snfU6bTr3dQm6NrpRuoW623XP6j7TY+t56Qn1yvUO6d3RR/Vt9KP1F+rv1u/RHzcwNAg2kBlsMThj8MyQY+hrmGm40fCE4agRy2i6kcRoo9FJoye4Ju6HZ+M1eBc+ZqxvHGKsNN5l3Gs8YWJpMtukxKTF5L4pzZRrmma60bTTdMzMyCzcrNisyeyOOdWca55hvtm82/yNhaVFnMVKizaLx5balnzLBZZNlvesmFY+VnlW9VbXrEnWXOss623WV2xQG1ebDJs6m8u2qK2brcR2m23fFOIUjynSKfVTbtox7PzsCuya7AbtOfZh9iX2bfbPHcwcEh3WO3Q7fHJ0dcx2bHC866ThNMOpxKnD6VdnG2ehc53zNRemS5DLEpd2lxdTbaeKp26fesuV5RruutK10/Wjm7ub3K3ZbdTdzD3Ffav7TS6bG8ldwz3vQfTw91jicczjnaebp8LzkOcvXnZeWV77vR5Ps5wmntYwbcjbxFvgvct7YDo+PWX6zukDPsY+Ap96n4e+pr4i3z2+I37Wfpl+B/ye+zv6y/2P+L/hefIW8U4FYAHBAeUBvYEagbMDawMfBJkEpQc1BY0FuwYvDD4VQgwJDVkfcpNvwBfyG/ljM9xnLJrRFcoInRVaG/owzCZMHtYRjobPCN8Qfm+m+UzpzLYIiOBHbIi4H2kZmRf5fRQpKjKqLupRtFN0cXT3LNas5Fn7Z72O8Y+pjLk722q2cnZnrGpsUmxj7Ju4gLiquIF4h/hF8ZcSdBMkCe2J5MTYxD2J43MC52yaM5zkmlSWdGOu5dyiuRfm6c7Lnnc8WTVZkHw4hZgSl7I/5YMgQlAvGE/lp25NHRPyhJuFT0W+oo2iUbG3uEo8kuadVpX2ON07fUP6aIZPRnXGMwlPUit5kRmSuSPzTVZE1t6sz9lx2S05lJyUnKNSDWmWtCvXMLcot09mKyuTDeR55m3KG5OHyvfkI/lz89sVbIVM0aO0Uq5QDhZML6greFsYW3i4SL1IWtQz32b+6vkjC4IWfL2QsFC4sLPYuHhZ8eAiv0W7FiOLUxd3LjFdUrpkeGnw0n3LaMuylv1Q4lhSVfJqedzyjlKD0qWlQyuCVzSVqZTJy26u9Fq5YxVhlWRV72qX1VtWfyoXlV+scKyorviwRrjm4ldOX9V89Xlt2treSrfK7etI66Trbqz3Wb+vSr1qQdXQhvANrRvxjeUbX21K3nShemr1js20zcrNAzVhNe1bzLas2/KhNqP2ep1/XctW/a2rt77ZJtrWv913e/MOgx0VO97vlOy8tSt4V2u9RX31btLugt2PGmIbur/mft24R3dPxZ6Pe6V7B/ZF7+tqdG9s3K+/v7IJbVI2jR5IOnDlm4Bv2pvtmne1cFoqDsJB5cEn36Z8e+NQ6KHOw9zDzd+Zf7f1COtIeSvSOr91rC2jbaA9ob3v6IyjnR1eHUe+t/9+7zHjY3XHNY9XnqCdKD3x+eSCk+OnZKeenU4/PdSZ3Hn3TPyZa11RXb1nQ8+ePxd07ky3X/fJ897nj13wvHD0Ivdi2yW3S609rj1HfnD94UivW2/rZffL7Vc8rnT0Tes70e/Tf/pqwNVz1/jXLl2feb3vxuwbt24m3Ry4Jbr1+Hb27Rd3Cu5M3F16j3iv/L7a/eoH+g/qf7T+sWXAbeD4YMBgz8NZD+8OCYee/pT/04fh0kfMR9UjRiONj50fHxsNGr3yZM6T4aeypxPPyn5W/3nrc6vn3/3i+0vPWPzY8Av5i8+/rnmp83Lvq6mvOscjxx+8znk98ab8rc7bfe+477rfx70fmSj8QP5Q89H6Y8en0E/3Pud8/vwv94Tz+4A5JREAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAIUlEQVR42mK8ztHNAAPScSZAkokBAxAnxALRT0AVQIABAP3MAtJBNJ1uAAAAAElFTkSuQmCC");
  background-repeat:repeat;
  background-size:3px 3px;

  -webkit-mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="448.443" height="252.029" viewBox="0 0 448.443 252.029"><g><path d="M18.433,144.318c-.44-.126-.408,.251-.315,.597,.095,.346-.181,.691,.127,.91,.219,.158,.784-.471,1.003-.69,.22-.22-.377-.691-.815-.817Z" fill="000"/><path d="M54.297,96.755c-.103,.025-.016,.048,0,0h0Z" fill="000"/><path d="M167.524,177.061c-.263-.494-.034-.756-.428-.953-.395-.2-.955-.562-1.746-.659-.79-.1-1.644-.1-2.106-.494s-1.053-1.253-2.074-1.35c-1.021-.1-2.239-.032-2.765-.165-.527-.132-.79-.494-1.481-.527-.691-.032-1.119,.132-1.284-.065-.165-.2-.429-.627-.856-.791-.428-.165-1.778-.824-2.108-.989-.33-.165-.822-.656-1.218-.362-.396,.297-.955,1.612-1.252,1.612s.691-1.283,.691-1.383c0-.097-.097-.724-.625-.724s-.987,.265-1.218,.067c-.231-.2-.328-.824-.659-.526-.329,.294-.625,.888-.756,.591-.132-.297,.625-.659,.822-.856,.197-.197,.428-.955,.329-1.218s-.197-.394-.526-.822c-.33-.429-.89-1.844-1.087-2.272s-.987-.856-1.284-1.086c-.296-.231-2.502-1.515-3.226-1.515s-1.481,.231-2.172,.065c-.691-.163-1.713-1.218-2.14-1.25-.428-.032-.199-.131-.693-.657-.493-.528-.591-.922-1.25-1.087-.659-.165-.724-.297-1.119-.33-.395-.034-.131-.198-.296-.626-.165-.428-.462-1.118-.132-1.349,.329-.231,.197-.693-.132-.428-.328,.263-.625,.756-1.283,.559-.659-.197-.526-.494-1.318-.559-.79-.066-1.383,.494-2.271,.46-.888-.032-1.712-.757-2.173-.757s-1.285,.691-1.548,.396c-.262-.296,.165-.559-.23-.824-.396-.263-1.449-.593-1.877-.362s-1.284,.559-1.68,.559-1.053,.428-1.053,.1,.132-.659,.56-.856c.428-.199,.725-.56,.263-.89-.462-.33-.79-.328-1.218,.034-.428,.362-1.35,1.184-1.581,1.152-.23-.032-.559-.428-.856-.197-.296,.231-.658,.724-1.02,.79-.363,.066-.659,.165-.594,.396,.066,.231-.328,.462-.296,.724,.034,.263,.165,.593-.065,.593-.231,0-.791,.856-.922,.922-.132,.066-.593,.197-.791,.066-.197-.132-.428-.528-1.086-.725-.659-.197-1.58-.46-1.909-.329-.33,.132-.627,.428-.989,.526-.362,.1-1.218,.265-1.547,.034-.33-.231-.494,.362-.888-.132-.396-.493-.032-.329-.659-.922-.625-.591-.955-.46-1.184-1.085-.231-.625-.494-1.087-.231-1.25,.263-.165,.032-.395,.197-.659,.165-.265-.033-1.416,.297-1.81,.329-.396,.296-.758,.065-1.152-.23-.395-.197-1.515-.625-1.45-.428,.066-.89-.098-1.119-.098-.231,0-.822-.231-1.053-.165-.231,.066-.494,.066-1.021,.066s-1.514,.132-1.744,.132-.791,.131-1.021-.066c-.231-.197-.659-.199-.199-.527,.462-.329,.528-.46,.593-1.053,.066-.593,.132-1.416,.034-1.746-.099-.329-.264-.724,.098-.46s.362,.231,.625,.032c.263-.197,0-1.909,.329-2.172,.33-.263,.593-.691,.625-.888,.034-.199,0-.691-.197-.691s-.526,.23-.725,.131c-.197-.099-.263-.428-.493-.362-.231,.066-.593,.263-.824,.165-.23-.099-.591-.165-.921-.032-.329,.131-.856,.756-1.021,.855-.165,.1-.56,.79-.527,.988,.033,.197-.001,.526-.166,.593-.163,.065,.297,.263,.066,.362-.23,.098-.362,1.152-1.152,.988-.79-.166-1.087-.297-1.284-.034-.197,.263-.098,.362-.559,.297-.462-.066-.693-.231-.824-.165-.132,.065-.394,.559-.659,.328-.264-.23-.23-.197-.493-.328-.263-.132-1.613-.264-1.613-.527,0-.265,.099-.231-.165-.494s-.165-.428-.297-.823c-.131-.396-1.02-.593-1.119-1.185-.099-.593,.165-.691-.197-1.218-.362-.526-.658-.856-.527-1.25,.132-.396-.329-1.218-.066-1.68,.265-.461,.396-1.25,.659-1.58,.263-.33,.329-1.646,.165-2.239-.165-.593,.165-1.021,.131-1.218-.032-.199-.394-.297,.199-.462,.593-.165,.494-.691,.922-.888s1.315-.559,1.546-.922c.231-.362-.197-.691,.396-.428,.593,.263,.725,.165,1.119,.066,.396-.098,1.35-.032,1.613-.098,.264-.066,.756-.197,.822-.099,.066,.099,.725,.231,.824,.428,.098,.197,.46,.559,.757,.263,.296-.297,.394-.362,1.086-.691,.691-.329,.856-.79,1.384-.79s.724-.066,.921-.165c.198-.098-.099,.328,.461,.165,.559-.165,.427-.329,.987-.066,.56,.263,.593-.066,.856,.032,.263,.098,.823,.691,1.251,.691s.691-.032,.888-.263,.197-.625,.625-.165c.428,.462,.657,1.054,1.021,1.284,.362,.231,.494,1.746,.46,2.041-.032,.296,.494,1.515,.593,1.416,.098-.1,.1-.461,.263-.166,.165,.297,.263,.922,.626,1.318,.362,.394,.559,.527,.691,.822,.131,.297,.593,.955,.79,.627,.197-.33,.131-1.844,.131-2.437s-.428-2.502-.888-3.161c-.46-.658-1.152-1.58-.856-2.601,.297-1.019,.428-1.646,.625-2.04,.198-.395,.922-.56,1.153-.691,.23-.132,.46-.198,.856-.429,.394-.23,.691-1.316,.79-1.383,.098-.065,.724,.1,1.053-.065,.33-.165,.856-1.119,1.119-1.35,.263-.231,.955-.032,.856-.296-.099-.263-.066-.791,.165-.791s.559-.296,.559-.428c0-.131,.066-1.184-.131-1.447-.197-.264-.691-.791-.659-.955,.034-.165,.296-.626,.231-.922-.066-.297,.131-.659,.197-.56,.066,.1,.494,.494,.362,.691-.131,.199-.197,.856,.034,.56,.231-.296,.591-.395,.591-.625,0-.231,.165-1.153,.462-1.449,.297-.297-.428-.593-.231-.79,.198-.199,.395,0,.691-.297,.297-.296,.922-1.218,.856-1.481-.065-.263-.328-.494,.132-.691s.955-.132,.955-.263c0-.132,.231-.46,.394-.46,.165,0,.462,.328,.856,.197,.396-.132,1.186-.922,1.68-.955,.494-.034,.955-.034,.79-.297s-.46-.197-.724-.46,.032-.922-.066-1.219c-.099-.296,.296-1.152,.659-1.415,.362-.263,1.218-.659,1.547-.987,.33-.329,.396-.363,.79-.297,.395,.066,1.68-.856,1.68-1.053s-.691-.428,.098-.428,1.086-.263,1.547-.494c.46-.23,.79-.328,.724-.197-.066,.131-.263,.296,.197,.23,.462-.065,1.384-.163,1.284-.065-.099,.098-.328,.559-.593,.559-.263,0-.362-.163-.79,.165-.428,.33-1.449,.791-1.515,1.055-.065,.262,.265,1.481,.627,1.415,.362-.066,1.152-.659,1.25-.888,.099-.231,.231-1.153,.824-.988,.593,.165,.724,.297,1.25,.098,.528-.197,1.384-1.021,1.844-1.053,.46-.033,.659-.197,.494-.362-.165-.165-.132-.329-.626-.494-.493-.165-.493-.46-.691-.33-.197,.132-.427,.197-.888,.132-.46-.066-.955-.329-1.021-.56-.065-.23-.888-.066-1.152-.197-.263-.131-.034-.33-.329-.724-.297-.396-.691-.593-.46-.79,.23-.199,.559-1.087,.23-1.153-.328-.066-.658,.099-.888-.165-.231-.263-.988-.394-.79-.526,.197-.132,.296,0,.955,.032,.658,.034,1.25-.263,1.449-.658,.197-.395,.098-.46,.065-.757-.032-.296,.199-.395-.394-.691-.593-.297-1.218-.395-1.646-.263-.428,.131-1.744,.757-2.337,1.119-.593,.362-.922,.329-1.416,.757s-1.678,2.403-2.04,2.403,.099-.462,.427-.89c.33-.428,1.087-1.777,1.35-2.139,.263-.363,.988-1.021,1.383-1.185,.396-.165,.824-.395,.922-.56,.099-.165,1.021-1.547,1.449-1.68,.428-.131,2.667,.132,3.456,.1,.79-.034,4.312-.034,4.741-.263,.428-.231,.757-.856,.922-1.185,.165-.33,.625-.691,.856-.691,.23,0,.955-.197,1.284-.263,.328-.066,1.349-.494,1.447-.79,.099-.297,.231-.691,0-.757-.23-.066-.46-.132-.328-.363,.131-.23,.427-.756,.328-.921-.098-.165-.296-.263-.065-.428,.23-.165,.493-.461,.328-.593-.165-.132-.79-.559-1.086-.526-.297,.032-.528,.395-.659,.131-.131-.263-.46-1.085-.691-1.085-.23,0-1.349,.328-1.349,.625s-.231,.46-.429,.494c-.197,.033-1.744,.921-1.646,.625,.099-.296,.757-.955,1.153-1.251,.394-.296,2.436-1.02,2.436-1.152,0-.131-.165-.296-.362-.46-.197-.165-1.054,.032-1.087-.199-.032-.23-.394-.625-.559-.724-.165-.099-.593,.066-.791-.131-.197-.199-.328-.594-.527-.856-.197-.263-.955-.791-1.152-.791s-.329-.263-.625-.427c-.297-.166-.494-.627-.362-.757,.131-.132,.855-.396,.69-.627-.163-.23-.625-.724-.526-.955,.1-.23-.197-.79-.46-1.086-.263-.297-.494-1.153-.625-1.185-.132-.032-.231-.428-.362-.46-.132-.034-1.054,.097-.791-.1s.856-.23,.791-.559c-.066-.329-.265-.593-.461-.593s-1.053-.099-.691-.263c.362-.165,.593-.527,.526-.691-.065-.165-.724-1.316-.888-1.284-.165,.032-.231-.362-.263-.56-.034-.197,.131-1.086,0-1.184-.132-.1-.725,.131-.725,.527s-.262,1.218-.527,1.25c-.263,.034-.526,.33-.526,1.055s-.329,1.383-.329,1.383c0,0-.527,0-.625,.163-.098,.166-.56,.659-.725,.659-.163,0-.23,.56-.46,.362-.231-.197-.856-.559-.856-.757,0-.197-.493-.427-.691-.362-.197,.066-.559,.593-.79,.265-.231-.329-.131-.528-.296-.791-.165-.263-.659-.625-.363-.888,.297-.263,.363-.922,.165-1.119-.197-.197-.69-.362-.427-.526,.262-.165,.362-.199,.493-.527,.132-.329,.593-1.481,.098-1.647-.493-.163-.955-.032-1.316-.098-.362-.065-.822-.724-.955-.888-.132-.165-.526-.362-.362-.593,.165-.23,.23-.527-.165-.527s-.757-.032-.955-.263-.494-.625-.593-.559c-.098,.065-.329-.264-.395-.396-.066-.132-.328-.593-.691-.659-.362-.066-1.449-.032-1.745-.032s-.462-.263-.856-.263-1.416-.231-1.877-.199c-.46,.034-.625,.329-.856,.627-.231,.296-.593,.296-.264,.757,.33,.46,0,.987,.33,1.019,.329,.034,.329,.132,.132,.396-.198,.263-.494,.922-.593,1.152-.099,.231-.462,.824,0,.824s.526,.066,.427,.46c-.099,.395-.099,1.284,.231,1.318,.329,.032,.363,.328,.132,.625-.231,.296-.297,.987-.132,.987s.329,.034-.165,.396c-.493,.362-.921,.593-1.053,.822-.131,.231-.197,.691,.197,.988,.396,.297,.428,.955,.527,1.251,.1,.296,.626,.296,.659,.79,.033,.493,.264,1.185,.462,1.744,.197,.559-.001,2.272-.231,2.436-.231,.165-.296,1.054-.46,.922-.166-.131-.1-.394-.297-.099-.197,.296-.296,1.119-.56,1.186-.263,.065-.79,.362-.69,.559,.098,.197,.69,.428,.591,.824-.098,.395-.296,1.053-.197,1.218,.099,.165,.066,1.185,.362,1.383,.297,.197,.462,.526,.428,1.021-.032,.493,.066,1.021-.328,1.152-.395,.132-.395,.56-.329,.89,.065,.328,.032,.691-.165,.46s-.56-.494-.659-.362c-.098,.131,.132,.888-.263,.79-.395-.099-1.152-1.087-1.152-1.35s.494-.329,.065-.494c-.428-.163-1.448-.394-1.678-.724-.231-.33,.263-.494-.329-.955-.593-.46-1.449-.691-1.316-1.185,.131-.494,.296-1.186,.197-1.745-.098-.559-.032-.824,.297-1.087,.328-.263,.724-.658,.394-.757-.329-.098-3.094-.097-3.555-.23-.462-.132-.264-.231-.659-.396-.396-.165-1.284-.856-1.646-1.152-.362-.297-.724-.56-1.021-.89-.296-.328-1.35-1.481-1.58-1.481-.231,0-.955,.197-1.251,0-.296-.197-1.086-.888-1.383-.757-.296,.132-1.383,.89-1.58,.791-.197-.1,.165-.725,.197-.955,.032-.231-.56-2.865-.757-3.096-.197-.23-.724-.493-.955-.428-.231,.066-.46,.56-.756,.265-.297-.297-.823-.922-.757-1.185,.065-.263,.163-.56,.032-.856-.132-.297,.526-2.502,.724-3.127,.199-.626,.759-.626,.527-1.185-.23-.56-.493-.988-.559-1.318-.066-.328-.46-1.184-.132-1.184s.528,.593,.593,.197c.066-.395-.032-1.021,.263-.955,.297,.066,.494,.757,.691,.922,.199,.165,1.219,.197,1.021,.032-.197-.165-.79-.593-.559-.79,.23-.197,.822-.79,.625-1.021-.197-.231-.824-.625-.526-.724,.296-.1,.855,.362,1.119,.527,.263,.165,.691,.559,1.053,.362,.362-.197,.526-.526,.462-.955-.066-.428-1.449-1.746-1.975-1.975-.528-.231,1.646,.691,1.975,.955,.328,.263,.559-.362,.328-.922-.23-.559-.362-.625,.098-.625s.693-.231,.757-.428c.066-.197,1.053,.822,1.316,.724,.265-.098,.857-.757,.857-1.152s.032-1.119,.23-1.415c.198-.297,.526-1.153,.198-1.219-.329-.065-1.318-.163-1.943-.46-.625-.296-1.613-.56-1.877-.56s-2.93,.199-2.898,.1c.034-.1,.56-.396,.856-.396s1.35-.131,1.284-.263c-.065-.132-.33-.46-.065-.625,.264-.165,.525,.032,1.184,.197,.659,.165,1.646,.725,1.909,.922s1.581,.756,1.943,.593c.362-.165,1.515-1.746,1.646-1.911,.132-.165-1.218-1.579-.987-1.711,.23-.132,.362,.296,.756,.131,.396-.165,.758-.394,.791-.131,.032,.263,.131,1.184,.559,1.316,.428,.131,1.119,.46,.89,.066-.231-.396-.593-.79-.363-.857,.231-.065,.231-.296,.231-.559s.394-.132-.034-.526c-.427-.396-1.118-.79-1.053-.922,.066-.131,.626-.197,.922,.066,.297,.263,.46,.297,.593,.691,.131,.396,.593,.955,.593,1.152,0,.199,.197,.659,.362,.56,.165-.098,.066-.526,.428-.79,.362-.263,.822-.396,1.185-.691,.362-.297,.23-.428,.691-.56,.461-.131,.593-.428,.593-.625s-.132-1.646-.297-1.909c-.165-.263-.625-.757-.625-1.218s-.132-1.054-.231-1.218c-.098-.165-.427-.725,.034-.659s1.218,.23,1.284-.197c.065-.428,.065-.757-.165-.89-.231-.131-.329-.197-.098-.428,.23-.231,.296-.593,0-.527-.297,.066-.725,.362-.89,.132-.165-.231-.296-.56-.131-.691,.165-.132-.494-.231-.329-.528,.165-.296,.428-.625,.197-.658-.23-.034-1.053-.362-1.053-.231,0,.132-.494,.428-.724,.231-.231-.197-.428-.527-.757-.527s-1.053,.197-1.185,.099c-.132-.099-.461-.33-.362-.034,.098,.297,.296,.363,.098,.528-.197,.163,.033,.658,.131,1.021,.098,.362-.131,.591,.098,.691,.231,.099,.856,.493,.691,.559-.163,.066,.627,.362,.396,.46-.23,.1-.329,.494-.724,.329-.396-.165-.462-.23-.593-.032-.132,.197-.198,1.942-.462,2.205-.262,.263-.296,1.284-.657,1.087-.362-.197-.33-.625-.362-.197-.034,.428,.593,1.25,.263,1.349-.329,.1-.659,.691-.856,.593-.197-.099-.593-.065-.757-.526-.165-.46-.494-.856-.691-1.119s-.034-1.481-.098-1.678c-.066-.198,.165-.461,.296-.263,.132,.197,.263-.098,.263-.725s.33-.856-.066-1.185c-.394-.329-.625-.559-.822-.888-.197-.329-.856-.296-.987-.197-.132,.099-.627,.33-.396,.724,.231,.395,.066,1.153-.131,1.284-.199,.132-.528,1.119-.791,1.119s-.526-.724-.559-1.086c-.034-.363,.197-1.35-.099-1.647-.297-.296-.923-.46-.659-.559,.263-.099,.724,.098,.559-.132-.165-.23-.593-.362-.955-.559-.362-.197-.131-.494-.526-.691-.394-.197-.922-.428-.724-.625,.197-.199,.691-.199,.987-.462,.297-.263,.329-.757,.199-.593-.132,.165-.462,.132-.659,.132s-.659-.231-.231-.297c.428-.065,.955,.066,.856-.362-.098-.428-.362-1.25-.921-1.778-.56-.526-.956-.987-1.054-1.383-.099-.394-.428-1.085-.33-1.383,.099-.296-.46-1.613-1.218-1.678-.333-.03-1.152-.165-1.152,.362s.428,1.087,.394,1.316c-.032,.231-.231,.494-.394,.362-.165-.131-.396-.394-.527-.23-.132,.165-.396,.197-.462,.428-.065,.23-.427,1.119-.559,1.712-.132,.591-.165,1.184-.034,2.074,.132,.888,.428,1.119,.791,1.086,.362-.032,.23,.56,.625,.56s.559,.888,.856,.856c.296-.034,.56-.231,.824-.034,.263,.199,1.383,.132,1.085,.363-.296,.23-.79,0-.987,.527-.197,.526-.329,1.119-.56,1.449-.231,.328-.131,.822,0,.691,.132-.132,.987-.757,1.021-.56,.034,.197-.197,.691,.066,.922,.264,.23,.264,.46,0,.494-.263,.032-.89,.131-1.054,.493-.163,.362-.525,1.119-.756,1.153-.231,.032-.396,.559-.56,.658-.165,.1-.329,.462-.066,.757,.265,.297,.659,1.218,.494,1.416-.165,.197-.132,1.119-.296,.559-.165-.559-.165-1.086-.758-1.383-.593-.296-.725-1.119-.625-1.218,.098-.098,.328-.46,.098-.659-.231-.197-.329-.394-.231-.559,.099-.165,.394-.396-.066-.593-.46-.198-.789-.659-1.053-.461-.263,.198-.659,.626-.625,.856,.032,.231,.724,1.746,.46,1.549-.264-.199-.691-.725-.79-.627-.098,.099-.691,.527-1.053,.428-.362-.098-.989-.231-1.284-.131-.297,.099-1.35,.527-1.515,.527s-.856-.197-1.021-.197-.362-.396-.724-.528c-.362-.131-.396-.955-.856-.756-.46,.197-.856,.328-1.087-.034-.231-.362-.921-.329-1.25-.888-.329-.56,.065-1.318-.263-1.481-.329-.165-1.251,.065-1.68,.098-.428,.033-1.383,.165-1.547,.197-.165,.032-.428,.396-.625,.757-.197,.362-.526,.527-.296,.758,.23,.23,.724,.756,.724,.427s-.066-.559,.165-.559c.23,0,.625,.197,.955,0,.329-.197,.757-.559,.955-.658,.197-.1,.987-.198,.856-.066-.131,.131-.494,.658-.691,.724s-.79,.33-.955,.494-.428,.428-.659,.46c-.231,.034-.79,.264-.856,.494-.066,.231-.131,.724-.296,.922-.165,.197,.46,.362,.427,.559-.032,.197,.066,.56,.297,.79,.231,.231-.032,.428-.131,.856-.1,.428,.724,1.218,.165,.988-.56-.231-1.35-.922-1.087-1.185,.264-.263,.494-.46,.33-.691s-.494-1.152-.79-.955c-.297,.197-.494,.494-.526,.197-.034-.296,.163-1.053,0-.987-.165,.066-.528,.197-.659,.032-.132-.165-.659-1.053-.757-.955-.098,.098-.856,.856-1.251,.888-.394,.034-2.04,.363-2.436,.198-.396-.165-.296,.163-.888-.066-.593-.231-2.041-.526-1.547-.659,.493-.131,.855-.098,.79-.362-.066-.264-.659-.494-.297-.494s.725,.032,.725-.131c0-.165-.527-.526,.066-.56,.591-.033,.757,.197,.921,.032,.165-.163,.034-.658-.329-.921-.361-.264-.527-.79-1.218-.856s-1.25-.297-1.053,.098c.197,.396,.625,.79,.098,.56-.526-.231-.757-.33-1.383-.528-.625-.197-.79-.724-1.152-.856-.362-.131-.165-.394-.526-.493-.362-.099-2.634-1.416-2.964-1.416s-.822-.559-1.284-.559-1.186-.165-1.186,.099-.527,1.021-.888,.823c-.362-.199,.066-.627,.066-.757,0-.132-.362-.593-.296-.89,.065-.296-.099-.328-.33-.163-.231,.163-.265,.394-.132,.691,.132,.296-.296,.362-.296,.559s.032,.757-.297,.823c-.328,.065-.724-.132-1.119-.725-.394-.593-.856-.888-.987-1.547-.132-.658-.691-1.547-.888-1.843-.199-.297-.757-.626-.757-.462s-.199,.396-.032,.627c.163,.23,.163,.625,.426,.79,.263,.165,.527,.494,.363,.526-.166,.032-.494,.032-.494,.197s-.099,.526-.296,.659c-.199,.132-.231,.856-.429,.888-.197,.034-.46-.659-.691-.526-.231,.132-.756,.691-.756,.231s.23-.725-.1-1.119c-.329-.395-.493-.625-.724-.263s-.988,.856-1.152,1.053c-.165,.197-.659,1.778-.824,1.877-.165,.098-.756,.526-.593,.263,.165-.263,.79-1.383,.625-1.547-.165-.165-.197-.428-.394-.297-.199,.132-.824,1.087-1.252,1.416-.428,.329-1.185,.987-1.383,1.152-.197,.165-.197,.955-.329,.79-.131-.163-.263-.724-.46-.527-.197,.199,0,.56-.296,.56-.297,0-.593-.33-.725-.099-.131,.231-.165,.494-.494,.231-.328-.265-.756-.56-.724-.329,.032,.23-.165,.46-.428,.329-.263-.132-1.185-.823-1.35-1.087-.165-.263-.131-.428-.46-.659-.33-.231-.593-1.086-.856-1.119-.263-.032-.593,.098-1.119-.032-.526-.132-1.449-.034-1.712-.231-.264-.197-1.909-1.021-2.239-1.218-.33-.197-.46-.297-1.119-.066-.659,.231-1.58,.296-2.47,.034-.888-.263-1.941-.166-2.074-.329-.131-.165-.328-.56-.724-.56s-1.844-.329-2.108-.46c-.263-.132-1.349-.363-1.58-.165-.231,.197-.231,.428-.691,.263s-.098-.263-.46-.462c-.363-.197-.823-.428-.725-.591,.099-.165,.528-.691,.231-.725-.297-.032-1.581,.231-1.811,.33-.231,.098-1.054-.066-.89-.33,.165-.263,.528-.526,.265-.658-.265-.132-.626-.1-.791,.23-.165,.33-.296,1.119-.493,.856-.199-.263-.066-1.086-.165-1.185-.1-.099-.428-.328-.625-.493-.198-.165-.757-.494-.922-.362-.165,.131-.363,1.316-.823,1.612-.46,.297-1.909,.725-2.205,.625-.297-.099-.725-.197-.89-.032-.165,.165-.428,.955-.724,1.021-.297,.066-1.053,.362-1.746,.396-.691,.032-.362,.559-.559,.691-.197,.131-.263,.921-.494,1.119-.23,.197-.659,1.712-.856,1.975-.197,.263-.658,1.415-.955,1.481-.296,.066-.428-.099-.725,0-.296,.098-1.184,.296-1.711,.296s-.231,1.087-.462,1.087c-.23,0-.591,0-.46,.263,.132,.263,.659,.394,.89,.79,.23,.396,.394,.199,.69,.527,.297,.329,.659,.823,.988,1.053,.329,.231,.396,.165,.494,.56,.099,.396,.296,.79,.46,1.218s.691,.593,1.021,.56c.329-.034,1.449,.065,1.449,.394s.197,.396,.559,.659c.363,.263,1.316,.197,1.185,.329-.132,.131-.098,.46-.494,.296-.394-.165-1.152-.263-1.449-.593-.296-.328-.197,.034-.131,.396,.066,.362,0,.856,.197,.659,.197-.197,.297-.593,.659-.231s.691,.658,.526,.691c-.165,.033-.493-.132-.526,.165-.034,.296,.034,.724-.297,.659-.33-.066-.79-.363-.888-.297-.098,.066-.362,.428-.46,.329-.098-.098-.199-.297-.363-.297-.163,0-.559,.098-.79-.197-.23-.296-.329-.593-.23-.888,.098-.297,.23-1.054,.066-1.054-.166,0-1.285,.297-1.416,.494-.132,.197-.593,.263-.89,.56-.296,.296-.427,.428-.427,.559,0,.132-.1,.329-.297,.297-.197-.034-.79,.526-.987,.625-.199,.098-.593,.066-.725,.263-.131,.199-.131,.494-.263,.526-.131,.034,0,.263,.362,.428,.363,.165,.627,.132,.627,.559,0,.429,.362,1.022,.559,1.219,.199,.197,.132,1.152,.593,1.284,.46,.131,.691,.394,1.449,.231,.757-.166,.888-.165,1.383-.199,.493-.032,.56,0,.725-.131,.163-.132,.131,.263,.591,.098,.462-.165,.89-1.153,1.284-1.119,.396,.032,.264,.394,.494,.263,.231-.132,.362-.231,.362,.131s-.098,.757-.329,.824c-.23,.066,.428,.296,.428,.657s.231,1.384-.099,1.68c-.329,.297-.79,.428-1.152,.428s-.593,.395-.856,.625c-.263,.231-.89,.527-.988,.363-.098-.165-.263-.396-.526-.396s-.824-.165-1.021,.165c-.197,.329-.23,1.086-.428,1.383-.197,.296-1.086,1.25-1.086,1.678s.066,.659-.199,.89c-.263,.23-.46,.724-.197,.691,.263-.034,.659-.494,.593-.199-.066,.297-.33,.593-.33,.824s.528,.428,.89,.593c.362,.165,.658,.396,1.152,.527,.493,.132,.79-.099,.691,.231-.098,.33-.526,.394-.593,.79-.065,.394-.165,.888,.098,.955,.263,.066,.199,.131,.396,.428,.197,.296,.724,.132,1.085,.132s.791-.329,.627-.56-.066-1.021,.099-.987c.165,.032,.329,1.118,.395,1.25,.065,.132,.099,.593-.066,.922-.165,.33-.165,.46,.066,.757,.23,.296,.33,.362,.296,.593-.034,.23-.065,.328-.396,.493-.33,.165-.691,.494-.296,.462,.395-.034,.79,.099,1.053-.066s.922-.888,1.416-.79c.493,.099,.756,.46,.955,.33,.197-.132,.065-.428,.394-.1,.33,.329,.824,1.021,1.021,.691,.198-.328-.33-.394-.296-.691,.032-.296,.328-.822,.527-.658,.197,.165-.066,.691,.395,.757,.46,.065,1.052-.363,1.217-.56,.166-.197,.263-.559,.297-.131,.034,.427-.132,.658-.396,1.053-.263,.394-.756,.658-.756,1.086s0,.988-.263,1.613c-.265,.625-.56,1.383-.758,1.481-.198,.1-1.054,0-1.284,.428-.231,.428-.593,1.218-.856,1.383-.263,.165-.263-.328-.593-.131-.33,.197-1.119,.197-1.481,.593-.362,.394-.396,.658-.526,.822-.132,.165-.197,.363,.23,.428,.428,.066,.494,.165,.593-.23,.099-.396,.33-.824,.494-.593,.165,.23-.132,.527,.329,.328,.46-.197,1.087-.394,1.449-.691,.362-.296,.065-.525,.724-.559,.659-.032,.758-.46,1.119-.757,.362-.296,2.765-1.251,2.898-1.481,.131-.231-.132-.428,.362-.691,.493-.264,.758-.955,1.152-1.35,.396-.394,.758-.197,1.021-.428,.263-.23,0-.362,.165-.625,.165-.263,.922-1.218,.955-1.415,.034-.199-.033-.199-.428-.396-.394-.197-.756-.165-.362-.593,.396-.428,.527-1.119,.955-1.218,.428-.098,.363-.593,.428-.955,.066-.362,.297-1.284,.691-1.515,.396-.231,.922-.493,1.087-.625,.165-.131,.494-.922,.691-.79,.197,.131,.362,.296,.559,.131,.199-.165,.758-.757,.691-.46-.065,.296-.197,.922-.131,1.021,.066,.098,.593,.46,.296,.493-.296,.034-.79-.032-.921,0-.132,.034-.199-.362-.494-.131-.297,.231-.725,.394-.725,.559s-.197,1.581-.362,1.91c-.165,.328-.098,.658,.132,.526,.23-.132,.46-.297,.428-.165-.034,.131-.691,.691-.691,.922s.724,.165,.955-.098c.23-.265,.526-.199,.888-.396,.362-.197,.626-.79,1.152-.79s1.153-.034,1.482-.363c.328-.328,.987-.328,.921-.559-.065-.231-.856-.691-1.086-.856-.231-.165-.098-.823,.066-.79,.163,.032,.362,.131,.593,.098,.23-.032,.591,.362,.855,.131,.263-.23,.528-.23,.56-.032,.032,.198-.231,.462,.165,.428,.396-.033,.329-.099,.593,.231,.263,.33,.724,.625,1.021,.527,.296-.099,.658-.099,.856,.131,.197,.231,.263,.593,.658,.593s1.021,.199,1.844,.231c.822,.032,1.843,.56,2.205,.593,.362,.033,1.515-.888,1.515-.593s-.527,.625-.132,1.021c.396,.396,.856,.987,1.284,.987s.79,0,.856,.428c.066,.428,.165,1.153,.462,1.153s.493,.033,.822,.264c.329,.23,.494,.526,.625,.329,.132-.199,.395-.528,.198-.791-.198-.263-.428-.79-.231-.756,.197,.032,.725,.394,.856,.822,.131,.428,.362,.823,.494,.823,.131,0,.065-1.218-.034-1.515-.098-.296-.46-1.449-.197-1.316,.264,.131,.462,.526,.559,.987,.1,.461,.098,1.482,.428,1.68,.329,.197,.594,.098,.823,.132,.231,.032,.428,.559,.922,.855,.494,.297,.527,.89,.559,1.119,.034,.231,.429,.231,.691,.627,.263,.394,.066,.987,.363,1.316,.296,.33,.79,.462,.79,.724,0,.264-.264,.693,.165,.56,.428-.132,.658-.263,.822-.165,.165,.099,.428,.757,.363,1.087-.066,.328,.262,.559,.065,.822-.197,.264-.131,.462,.132,.494,.263,.032,.625-.527,.625-.264s-.396,.659-.396,1.086c0,.429,.462,.693,.527,.922,.066,.231,.331,.396-.131,.56-.46,.165-.065,.494,.296,.625,.363,.131,.627,.066,.659-.098,.034-.165,.231-.922,.527-.659,.297,.263,.627,.79,.428,.824-.197,.032-.428,.098-.493,.296-.066,.197,.394,.396,.559,.626,.165,.23,.56,1.316,.856,1.118,.296-.197,.987-.526,.955-.427-.032,.099-.296,1.02-.494,1.218-.197,.197-.559,.955-.559,1.25s-.197,.297,.066,.56c.263,.263,.493,.46,.79,.46,.296,0,.362,.032,.362,.231,0,.197-.066,.394,.593,.46,.659,.066,1.085-.165,1.284,.066,.051,.059,.059,.097,.053,.119,.03-.007,.071-.015,.144-.02,.428-.032,.625-.395,.56-.066-.066,.33-.396,.627-.132,.955,.263,.33,.362-.032,.494,.297,.131,.33,.263,.856,.593,.691,.328-.165,.263-.066,.658,.33,.395,.394,.494,.526,.494,.856,0,.328,.263,.921,.329,1.152s.132,.888-.032,.757c-.165-.132-.593-.725-.856-.625-.265,.099-1.153,.066-1.482-.1-.328-.165-.394,.132-.163,.56,.23,.428,.724,1.909,.559,2.797-.165,.89,.032,2.536-.066,2.93-.098,.396-.197,2.371-.394,2.733-.199,.362,.065,.922,.23,1.35,.165,.428,.132,.526,.066,1.185-.066,.658-.099,2.008,.131,2.403,.231,.394,.791,.955,.791,1.514s.066,.922,.329,1.284c.262,.362,.79,.89,1.02,1.481,.231,.593,.199,.988,.659,1.35,.46,.362,.526,1.284,.988,1.909,.46,.627,.888,.922,1.021,1.284,.131,.362,.888,.231,1.349,.494,.46,.263,.922,.263,1.35,.394,.428,.132,.396,.429,.625,.758,.231,.329,1.251,2.371,1.515,3.028,.263,.659,1.053,1.68,1.086,2.206,.034,.527,.593,.888,.922,1.153,.329,.263,1.218,.856,1.053,1.448-.165,.593-.197,.823-.461,.823s.033,.33,.296,.559c.263,.231,.988,.823,1.251,.757,.263-.065,.625,.1,.888,.329,.263,.231,.593,.955,.593,1.316s.066,.856,.362,1.119c.297,.265,1.68,1.318,1.745,1.712,.066,.396,.659,1.087,.791,.856,.131-.23,.625-.263,.494-.691-.132-.428-1.384-1.449-1.581-1.646-.197-.197,.461-.131,.099-.593-.362-.46-.855-.955-.855-1.152s.69,.099,.163-.494c-.526-.593-.856-1.185-1.119-1.547-.263-.362-.593-.659-.856-1.25-.263-.593-1.085-1.318-1.349-1.613-.265-.297-1.087-.856-1.054-1.087,.034-.23-.065-.955-.23-1.284-.165-.33,.098-.56,0-.822-.099-.263,.163-.593,.23-.428,.066,.165,.691,.494,.691,.494,0,0,.429,.23,.757,.493,.33,.263,.528-.065,.494,.395-.034,.46,.099,.955,.296,.987,.198,.034,.231,1.021,.494,1.185,.263,.165,.362,.856,.823,1.284,.46,.428,.724,.659,1.383,1.119s1.942,1.514,1.909,1.68c-.033,.165-.264,.525,0,.79,.263,.263,.854,.559,1.284,.955,.428,.394,1.119,1.053,1.152,1.316,.034,.263,.462,.659,.856,1.021,.396,.362,.823,1.152,1.021,1.58s.462,1.613,.396,1.811c-.066,.199-.526,.659-.428,.89,.099,.23-.165,.428,.526,.987,.691,.56,2.074,1.416,2.733,1.778,.658,.362,1.217,.198,1.547,.494,.329,.296,.822,.526,1.349,.691,.526,.163,2.437,.691,2.799,.987,.362,.297,.757,.659,1.218,.725,.46,.066,1.383,.46,1.778,.328,.394-.131,1.546-1.086,2.14-.855,.591,.23,.756,.197,1.086,.427,.329,.231,.823,1.187,1.35,1.647,.526,.46,.593,.757,1.547,.888,.955,.131,1.515,.132,1.778,.297,.263,.163,1.612,.921,2.008,.921s1.119-.197,1.053-.032c-.066,.165-.329,.493-.132,.658,.199,.165,.922,.528,1.219,.823,.296,.297,.263,.494,.593,.758,.328,.263,.625,.493,.658,.888,.034,.396-.131,.824,.165,1.053,.297,.231,.79,.593,.824,.329,.032-.263-.066-.394,.197-.032,.263,.362,.132,.525,.725,.658,.593,.132,.46,.396,.625,.691,.165,.297,.625,.066,.955,.265,.329,.197,.822,.032,1.316,.296,.494,.263,.428,.79,.955,.888,.526,.099,1.547,.066,1.449-.098-.099-.165-.559-.79-.33-.888,.231-.098,.56-.494,.691-.627,.132-.131,.659-.493,.956-.23,.296,.264,.953,.428,.953,.888s.165,1.153,.593,1.449c.428,.296,.462,.56,.462,1.185s.231,.822,.066,.955c-.165,.132-.231,.428-.066,.659,.165,.23-.066,.46-.034,.856,.034,.394,.462,.625,.165,.953-.296,.329-.428,.823-.756,.823s-.725,.165-.791,.263c-.066,.099,.1,.824-.23,1.153-.329,.328-.528,.79-.922,.987-.396,.197-.79,.427-.922,.888-.131,.462,.001,.562-.329,.724-.328,.167-.658,.562-.658,.923s-.132,1.35,.197,1.612c.329,.265,.165,.659,.032,.724-.131,.067-.559,.364-.822,.726-.263,.362-.593,.591-.231,.853,.362,.265,.462,.362,.297,.594-.165,.23-.494,.427-.034,.494,.462,.065,1.613,.789,1.778,1.153,.165,.362-.098,.494,.231,.888,.329,.394,.954,.953,1.021,1.315,.065,.364,1.349,2.571,1.612,3.094,.264,.529,1.087,.988,1.053,1.647-.032,.659-.065,1.086,.231,1.809,.296,.726,.593,1.682,.922,1.847,.329,.162,.987,.921,1.284,1.25,.296,.33,1.646,1.053,1.975,1.151,.33,.1,1.613,.823,1.909,1.12,.296,.297,1.087,.659,1.218,1.021,.131,.362,.593,1.021,.395,1.447-.198,.429-.362,.956-.231,1.35,.131,.394,.297,.559,.197,1.218-.098,.659,.034,2.106-.263,2.206-.296,.1-.659,.362-.494,.659,.165,.294,.297,.921,.199,1.58-.1,.659-.066,1.218-.165,1.645-.098,.429-.199,1.747-.297,2.041-.099,.297,0,1.45-.23,1.615-.231,.165-.725,1.086-.462,1.415,.263,.33,.231,.297,.034,.756-.197,.462,0,1.844,.165,2.438,.163,.591,0,1.677-.132,2.106-.131,.427-.329,.921-.46,1.25-.132,.329-.725,2.041-.988,2.6-.263,.559-.362,1.515-.658,1.942-.297,.429-.725,.726-.396,1.185,.33,.462,.46,.494,.33,1.021-.132,.526,.165,.462,.098,1.088-.066,.624-.165,.788-.362,1.447-.199,.659-.165,1.318-.165,1.877s.066,1.086-.034,1.153c-.099,.065-.394,.853-.394,1.183s.131,1.121,.362,1.121,.462-.921,.494-1.121c.032-.197,.527-.559,.394-.856-.131-.294-.165-.691,0-.494,.166,.2,.363-.327,.396,.265,.032,.594,.066,.526-.066,1.218-.131,.691,.066,1.547-.032,1.647-.099,.097-.362,.427-.33,.591,.032,.165,.46,.724,.428,.823-.032,.1-.197,.659-.396,.659-.197,0-.494,.329-.165,.591,.331,.265,.297,.297,.066,.462-.23,.165-.394,.856-.394,.856,0,0-.1,.559-.395,.33-.296-.232-.396-.032-.593-.297-.197-.262-.526-.459-.724-.197-.197,.262,.066,.559-.165,.724s-.526,1.712-.263,1.383c.263-.33,.56-.494,.625-.197,.066,.297,.197,.756,.263,1.021s.231,.756,.46,.791c.231,.032,1.022,.129,.857,.294-.166,.165-.56-.065-.989,.1-.428,.165,0,.591,.099,.824,.098,.23-.165,.591-.263,.724-.099,.132-.132,.724,.132,.824,.263,.097,.493,.394,.065,.526-.428,.132-.165,.427,0,.789,.165,.362,.297,.691-.065,.759-.363,.065,.23,.888,.065,.985-.165,.1-.165,.33,.034,.627,.197,.297,.46,.462,.165,.724-.297,.265,.065,.759-.165,.891-.231,.129,.131,.162,0,.491-.132,.329,.23,1.153,.394,.891,.165-.265,.396-.791,.56-.924,.165-.132-.165,.626-.199,.888-.032,.265-.263,.791,.1,.956,.362,.165,.888-.197,.659,.132-.231,.33,.394-.035,.691-.329,.296-.297,.953-.824,1.152-.594,.197,.232-.362,.756,.131,.691,.494-.065,.659,.033,.823-.394,.165-.427,.396-.559,.856-.691,.46-.132,.822-.265,.921-.462,.1-.197,.199-.33,.56-.132,.362,.2,.724,.494,.46-.032-.262-.526-.362-.856-.362-1.218s-.526-1.021-.394-1.25c.131-.23,.756,.032,.625-.362-.131-.394-.46-.494-.231-.659,.231-.165,.231,.329,.659,.165,.428-.165,.296-.427,.559-.659,.265-.23,.659-1.053,.494-1.612-.165-.559,.527-1.582,.988-1.712,.461-.132,.79-.462,.987-.626,.197-.165,.494-1.58,.132-1.809-.363-.232-.659-.297-1.119-.562-.461-.262-1.251-1.183-1.087-1.512,.165-.33,.362-.627,.691-1.088,.329-.459,1.415-.856,1.613-.856,.197,0,.263-.262,.394-.491,.132-.232,.428-.397,.428-.562s0-1.315,.165-1.58,1.055-.956,.824-1.053c-.231-.1-.659-.132-.462-.329,.198-.197,.659-.594,.462-.759-.199-.162-.824-.986-.89-1.48-.065-.494,.066-.924,.528-.691,.46,.23,1.152,.559,1.745,.494,.593-.067,.987-.035,1.284-.397,.296-.362,0-1.053,.099-1.415,.098-.362-.199-1.315,.132-1.512,.328-.2,.427-.265,1.086-.265s1.449-.165,2.108-.265c.658-.097,2.502-.724,2.896-1.448,.395-.724,.823-1.315,.791-1.777-.034-.462-.199-.627-.462-.691-.263-.068-.559-.265-.428-.562,.132-.294,.559-.659,.231-.953-.329-.297-1.284-1.121-1.547-1.318-.263-.197-.526-.624-.296-.659,.23-.033,.987,.362,1.152,.494,.165,.132,.79,.032,.987,.197,.199,.165,.494,.562,1.087,.526,.593-.032,2.074-.13,2.403-.394,.329-.262,.79-.724,1.152-1.283,.362-.559,.659-1.35,.659-1.579,0-.232,.296-.462,.494-.694,.197-.23,.657-.394,.625-1.021-.032-.624,.065-1.25,.296-1.512,.231-.265,.725-.394,.659-.132-.066,.262-.691,1.25-.395,1.121,.297-.132,.988-.824,1.383-1.253,.395-.427,.659-2.041,1.087-2.271,.428-.23,.725-.165,.922-.527,.197-.362-.098-.791,.099-1.153,.197-.362-.363-.788-.197-1.185,.165-.394-.165-1.018,.23-1.547,.396-.527,1.515-1.677,2.206-1.942,.691-.262,.691-.526,1.218-.691s.691-.626,1.35-.888c.659-.265,2.272-.165,3.028-.329,.757-.165,1.251-1.021,1.416-1.218,.165-.197,.822-1.942,1.218-2.338,.394-.394,.724-1.547,.79-2.304,.066-.759,.526-1.941,.526-2.338,0-.394,.296-.23,.296-1.25s-.328-2.765,.132-3.027c.46-.265,.658-.462,1.053-1.056,.396-.591,1.252-2.238,2.041-2.83,.79-.591,1.943-2.041,1.943-2.865s-.068-1.612-.33-2.106Zm-38.223-89.09c.27,.072,1.022,.358,1.058,.179,.035-.179-.448-.663-.019-.645,.431,.018,.86,.752,1.129,.878,.269,.126,1.218-.377,.949,.502-.032,.109-.339,.375-.555,.304-.215-.071-.609,.072-.68,.18-.071,.108-.394,.34-.412,.054-.019-.288,.035-.431-.144-.556-.178-.124-.627-.178-.841-.178s-.68-.197-.663-.394c.018-.197-.09-.394,.178-.323Zm-2.095,.609c.232-.286,1.021-.054,1.326,.072,.304,.126,1.397,.663,1.577,.985,.159,.288-.359,.789-.663,.591-.305-.197-.019-.234-.556-.555-.537-.323-1.917-.806-1.683-1.094Zm-14.647,20.469c.317-.087,1.384,.116,1.701-.058,.317-.173,.894-.518,1.153-.402,.011,.005,.022,.015,.032,.022,.24,.15,.424,.652,.313,.901-.115,.259-.289,.576-.749,.721-.22,.069-.836,.086-1.211-.087-.204-.096-.41-.134-.635-.129-.185,.002-.382,.035-.605,.1-.49,.144-1.21,.144-1.21-.057,0-.202,.894-.922,1.21-1.01Zm-1.21,1.729c.051,0,.147,.023,.257,.057,.263,.08,.605,.231,.579,.319-.116,.404-1.73,.807-2.191,.979-.46,.173-1.987,1.183-2.276,1.096-.288-.087-.49-.203-.577-.347-.086-.143,.115-.258,.231-.258,.115,0,.231-.317,.115-.693-.115-.375-.201-.346,0-.462,.029-.015,.057-.016,.085-.011,.182,.039,.395,.449,.694,.473,.346,.028,.778-.691,1.009-.864s.635,.057,.95,.057c.317,0,.952-.346,1.125-.346Zm-14.815-7.696c.404-.518,.173-.633,.635-.778,.46-.144,2.075-.807,2.334-1.008,.065-.05,.13-.122,.193-.201,.193-.242,.377-.577,.528-.751,.201-.23,.403-.518,.577-.49,.173,.03,.259,.26,.836,.202,.577-.058,1.066,.173,1.268,.46,.201,.289,.173,1.067,.605,1.096,.434,.028,.721-.346,.836,.144,.116,.489,.404,.922,.577,1.037,.174,.115,.231,.462,.26,.721,.028,.259-.144,.605-.03,.663,.116,.057,.231,.115,.462,.173,.231,.058,.605,.115,.922,.201,.317,.086,1.671,.231,2.364,.548,.691,.317,1.901,.98,1.844,1.354-.058,.375,.115,1.528-.058,1.557-.173,.028-.605-.289-.806-.346-.202-.058-.202,.086-.347,0-.143-.087-.288-.779-.432-.749-.145,.028,.058,.288,.058,.605s-.087,.836-.259,.952c-.173,.115-.202,1.21-.317,1.469-.116,.259-.26,.675-.52,.49-.031-.023-.054-.047-.074-.073-.111-.143-.082-.362-.155-.849-.087-.577-.404-.779-.635-.721s-.721,.749-.865,.749c-.143,0-.288-.605-.115-.778s.432-.346,.49-.605c.057-.26-.116-1.414-.203-1.643-.086-.231-.374-.52-.49-.347-.115,.174-.115-.115-.346-.259-.231-.143-.201-.432-.404-.432-.201,0-.288,0-.518,.173-.231,.173-.231,.548-.374,.749-.144,.202-.173,.375-.404,.433-.231,.057-.49,.288-.663,.518-.173,.231-.462,1.296-.605,1.73-.144,.432,.029,1.008,.173,1.326,.143,.316-.059,1.469-.26,1.758-.201,.288-.317,.547-.72,.518-.404-.028-.548,0-.606-.577-.057-.577-.259-1.384-.23-1.902,.028-.518,.259-1.412,.49-1.931,.23-.518,.402-1.125,.115-.952-.288,.174-.432,.721-.577,.231-.144-.49,.547-1.123,.663-1.412,.115-.289,.317-.864,.518-.749,.202,.115,.202,.173,.375,.028,.173-.143,.404-.173,.72-.173s.693,0,.779-.115c.087-.116,.201-.115,.547-.087,.346,.028,.693,0,.749-.086,.058-.087,.202-.376,0-.376-.201,0-.72,.058-.893-.086-.173-.145-.058-.432-.317-.432s-.115-.115-.518-.086c-.404,.03-.49,.317-.836,.259-.346-.057-.605-.404-.807-.346-.201,.058-.432-.115-.749-.173-.317-.058-1.181,.087-.894-.259,.289-.346,.635-.807,.346-.807s-.806,.289-1.037,.577c-.231,.289-.721,.404-1.095,.462-.375,.057-.865,.518-1.038,.346-.173-.173-.317-.577-.548-.49-.23,.087-1.324,.346-1.296,.145,.028-.203,.374-.087,.778-.606Zm-6.077-38.543c.263-.165,.494-.231,.922-.165,.428,.065,1.745,.822,1.514,.822-.23,0-.758-.131-.987-.131-.231,0-.494,.065-.89,.099-.405,.034-.822-.46-.559-.625Zm-72.656,12.674c-.362,.263-1.81,1.218-2.14,.526-.14-.297,.56-.329,.89-.559,.328-.231,.987-.725,1.218-.627s.396,.396,.032,.659Zm.824-2.996c-.165,.165-.396,.659-.725,.856-.33,.197-.493,.659-.987,.691-.309,.02,.197-.822,.625-1.021,.428-.197,1.252-.69,1.087-.526Zm44.837-15.769c-.131,.264-.296,1.152-.428,1.25-.132,.1-.362,.329-.098,.462,.263,.131,.362,.263,.428,.625,.066,.362,.163,.987,.032,.724-.131-.262-.263-.756-.559-.658-.313,.104-.725,.032-.856-.165-.132-.197-.462-.396-.757-.131-.296,.262-.462,.394-.296,.657,.163,.264,.493,.428,.263,.659-.231,.23-.494,.362-.922,.46-.428,.099-1.449,.856-1.481,.593-.034-.263,.362-.593,.658-.757,.297-.165,.823-.428,.823-.724s-.132-.362-.526-.165c-.396,.197-.791,.231-.988,.296-.197,.066-.559,.757-.757,.89-.197,.131-.625,0-.987-.231-.362-.231-.462-.296-.231-.494,.231-.197,.396-.362,.165-.625-.23-.263,.034-.165,.428-.231,.396-.066,.526-.46,.396-.658-.132-.199-.428-.528,.032-.329,.46,.197,.955,.394,1.152,.098,.199-.297,.363-.89,.166-.823-.198,.066-.527,.428-.691,.165-.166-.263,.033-.493-.462-.428-.494,.066-.593,.197-.922,.066-.328-.131-.559-.165-.591,.032-.034,.199-.231,.528-.528,.396-.296-.132-.691-.559-.46-.824,.231-.263,.988-.296,1.152-.526,.165-.23,.593,0,.922-.23,.329-.231,.493-.199,1.119-.265,.627-.065,.758-.394,1.021-.625,.263-.23,.691-.494,1.218-.46,.527,.032,1.021,.263,.856,.394-.165,.132-.888,.823-1.086,.956-.199,.131-.428,.526-.297,.591,.132,.068,.263,.462,.593,.265,.33-.197,.33-.395,.625-.265,.297,.132,.46,.494,.922,.33,.46-.165,.394-.658,.659-.691,.263-.032,.427,.132,.296,.395Zm6.288,7.407c.824-.197,.527-.593,.955-.691,.428-.099,1.021-.428,1.087-.559,.066-.132,.758-.199,.691,0-.066,.197,.362-.1,.46-.066,.099,.032,.263,.79,.066,.955-.199,.165-.561,.625-.593,.329-.032-.297,.296-.988,.066-.955-.231,.032-.559,.328-.724,.46-.165,.131-.725,.494-1.087,.559-.362,.066-.626,.098-.725,.263-.098,.165-.165,.528-.427,.428-.443-.165-.594-.527,.23-.724Zm-1.119,6.255c.066,.165,.394,.493,.197,.493s-.658,.1-.625,.231c.032,.132,.297,.625-.099,.691-.197,.034-1.811,.757-2.238,.659-.428-.099-.989-.428-1.383-.691-.396-.264-.462-.627-.199-.659,.265-.032,.56,.297,.593,.066,.034-.231-.197-.362,.132-.362s.625-.066,.625-.297c0-.23-.23-.593,0-.658,.231-.066,.395-.329,.56-.297,.165,.034,.46,.066,.46-.131,0-.198-.165-.791-.559-1.35-.396-.56-1.021-1.053-.659-1.021,.362,.032,.955,.263,1.119,.625,.165,.362,.329,.791,.593,.824,.263,.032,.066,.46,.724,.526,.659,.066,.856,.098,1.021-.131,.165-.231,.132-.363,.462-.494,.328-.132,1.152-.625,1.447-.89,.297-.263,1.318-.559,1.647-.559s1.48,.098,1.514,.362c.034,.264,0,.527-.131,.462-.132-.066-.363-.428-.56-.265-.197,.165-.362,.627-.428,.856-.066,.231-.131,.462-.526,.396-.394-.066-1.284-.593-1.547-.362-.263,.23-.396,1.053-.46,1.284-.066,.23-.231,.691-.56,.691s-1.185-.165-1.119,0Zm6.386,5.942c-.339,.085-.543,.346-.987,.346s-1.137-.247-1.433,.098c-.297,.346-.297,.84-.691,.84s-.79-.148-.888,.049c-.098,.199-.544,.544-.791,.444-.246-.099-.641-.493-.394-.543,.247-.049,.79,0,.84-.247,.049-.247,.247,0,.591-.197,.346-.197,1.63-1.58,1.975-1.531,.346,.05,.544,.444,.938,.444s1.235-.197,1.481,.05c.247,.247-.246,.148-.642,.247Zm2.206-12.756c-.197,.163-.559,.163-.625,.46-.066,.296,.032,.856-.066,.888-.099,.034-.428,.297-.396,0,.034-.296-.197-.329-.066-.658,.132-.329,.231-.659,0-.494-.23,.165-.658,.658-.855,.394-.199-.263-.265-.591-.428-.591-.165,0-.297,.163-.594,.099-.366-.082-.855-.725-.658-.89,.197-.163,.691-.197,.988-.131,.296,.066,.361,.625,.526,.658,.165,.034,0,.265,.264,.265s.165-.494,.428-.494,.362,.263,.691,.296c.328,.034,.987,.034,.79,.199Zm5.86-5.696c.231-.131,.593-.362,.757-.065,.165,.296,.856,.691,.987,.526,.132-.165,.265-.725,.462-.956,.197-.23,.494-.46,.494-.163,0,.296-.132,.559,.065,.526,.199-.034,.428-.199,.428-.034s-.231,.395,.034,.395c.263,0,.691-.165,.756-.263,.066-.098,.198-.888,.428-.724,.231,.163,.56,.197,.528,.526-.034,.328,.427,.427,.328,.625-.098,.197-.131,.526-.328,.263-.199-.263-.265-.856-.429-.724-.163,.131-.197,.526-.328,.658-.132,.132-.329,.263-.462,.231-.131-.034-.23-.263-.526-.165-.219,.073-.394,.33-.625,.197-.231-.131-.165-.526-.329-.394-.165,.131-.494,.494-.625,.494-.132,0-.263,.262-.494,.131-.23-.131,0-.396-.394-.56-.395-.163-.954-.394-.725-.527Zm.527,9.613c-.07,.07-.394,.231-.527,.099-.132-.131,.132-.362-.098-.659-.231-.296-.527-.822-.33-.955,.197-.131,.527-.296,.627-.428,.098-.131,1.086-.559,.987-.428-.098,.132-.494,.791-.263,.856,.23,.066,.362,.1,.263,.329-.098,.231-.395,.922-.659,1.185Zm1.383,16.295c-.242-.047-.149-.296-.444-.394-.297-.098-.346-.444-.05-.543,.297-.1,.693-.05,1.087-.643,.394-.593,.543-1.185,.691-1.481,.148-.297,.197-.79,.444-.346,.247,.444,.098,.593,.346,.642,.247,.05,.198,.544-.049,.791-.247,.246-.593-.1-.89,.246-.296,.346-1.086,1.137-1.037,1.334,.05,.197,.148,.444-.098,.394Zm2.812,8.421c-.262-.381-.95-1.401-.95-1.663s.475-.404,.095-.451c-.379-.048-.926,0-.807-.333,.119-.332,.309-1.377,.57-1.305,.262,.07,.594-.024,.856,.047,.26,.071,.666,.404,.713,.902,.047,.5,.381,1.141,.5,1.379,.118,.238,.07,.975,.332,1.235,.26,.262,.523,.571,.523,.809s.26,.523,.427,.76c.167,.236-.142,.023-.119,.189,.024,.167,.215,.833,.143,1.069-.072,.238-.191,.784-.428,.641-.64-.383-.023-.949-.142-1.354-.02-.069,.216-.151,.213-.236-.002-.101-.242-.208-.233-.309,.027-.313,.073-.579-.076-.475-.236,.166-.545,.451-.545,.189,0-.26,.332-.926,.023-.998-.308-.07-.832,.286-1.093-.095Zm34.603,64.87c-.404,0-1.347,.134-1.213-.236,.135-.37-.27-.606,.169-.942,.437-.336,.74-.573,.875-.203,.135,.37,.909,1.381,.169,1.381Z" fill="000"/><path d="M129.409,251.452c-.545-.254-1.827-.789-2.024-1.159-.197-.37-1.21-1.237-1.334-1.531-.123-.297-.593-.346-.469-.691,.123-.346,.469-.197,.099-.864-.37-.667-.641-.742-.716-.518-.074,.221-.223,.64-.42,.443-.197-.197-.098-.591-.296-.346-.199,.248-.371,.47-.544,.47s-.247,.246-.098,.445c.148,.197,.37,.146,.617,.346,.247,.197,.593,.37,.296,.64-.296,.273-.764,.518-.913,.594-.148,.073-.346,.346,.123,.616,.47,.273,.964,.815,.79,.767-.171-.049-.937-.248-.987-.1-.05,.148,.024,.321-.247,.224-.272-.1-.593-.273-.74-.124-.149,.148-.297,.691,.024,.815,.321,.122,.765-.148,1.111,.073s1.013,.173,1.359,.197,1.629-.197,1.999-.049c.37,.148,.938,.37,1.16,.321,.223-.051,.518-.321,.79-.297,.273,.024,.791-.1,.42-.273Z" fill="000"/><path d="M119.163,248.293c-.37-.273-1.258-.815-1.555-.888-.296-.075,.198,.394,.321,.591,.123,.197,.444,.397,.568,.372,.123-.027,.419,.319,.346,.394-.074,.073,.024,.394,.272,.667,.247,.27,.699,.581,1.011,.667,.273,.073,.518-.545,.544-.643,.024-.1-1.136-.888-1.507-1.161Z" fill="000"/><path d="M121.336,248.317c-.247,.148-.544,.075-.544,.421s.739,.745,1.136,.888c.346,.122,.42-1.383,.273-1.507-.149-.124-.618,.049-.864,.197Z" fill="000"/><path d="M114.127,144.733c-.165,.165,.197,.197,.922,.263,.724,.065,2.733-.246,2.996-.263,1.547-.098-.56-.79-.89-.823-.33-.032-.428-.197-.263-.328,.165-.132-.231-.263-.56-.329-.328-.066-.987-.199-1.447-.494-.46-.296-.659-.593-1.416-.659-.757-.065-1.843-.625-2.633-1.316-.79-.691-2.272-.362-3.161-.329-.888,.034-1.975,.79-2.305,1.185-.33,.396,.79,.165,1.251,.297,.46,.131,.658,.493,.987,.559,.329,.066-.264-.758-.33-.955-.065-.197,.199-.362,.659-.362s.659,.131,.659,.362,.23,.264,.822,.396c.593,.131,.922,.296,1.318,.625,.394,.328,.987-.099,1.481-.034,.494,.066,.822,.691,.987,1.054,.165,.362,.462,.197,1.185,.427,.725,.231-.099,.56-.263,.725Z" fill="000"/><path d="M124.331,145.556c-.328-.297-1.25-.363-1.678-.33-.428,.033-1.943-.132-2.47-.263-.526-.132-.822,.23-.559,.394,.263,.165,.46,.396,.724,.757,.263,.362,1.28,1.083,1.646,1.119,.329,.032,.528-.296,.725-.428,.197-.131,.263,.132,.46,.297,.197,.165,.659-.099,1.087-.265,.428-.165,1.152,.198,1.316,.166,.165-.034-.098-.494-.428-.528-.33-.032-.494-.625-.824-.921Z" fill="000"/><path d="M130.785,98.447c.593,.23,2.077,1.365,2.896,1.119,.329-.099-.296-.625-1.218-1.021-.921-.395-2.271-.329-1.678-.098Z" fill="000"/><path d="M139.904,95.089c-.132,.197-.593,.987-.988,1.514-.394,.528-.691,1.778-.79,2.041-.099,.263,0,.329,.197,.725,.198,.394-.428,.197-.527,.296-.098,.099-.625,.526-.888,.922-.263,.394,.264,.263,.494,.296,.23,.033-.33,.627-.528,1.021-.197,.395,.494,.428,.955,.428s2.141-.165,2.469-.165c.33,0,.659,.329,.363,.56-.297,.23-.116,.369,.065,.822,.197,.494,.627,.297,.856,.263,.231-.032,.56-.593,.593-.822,.032-.231,.231-.329,.396-.329s.328-.593,.494-.725c.163-.131,.131,.297,.328,.593,.197,.297-.165,.823-.165,1.054,0,.23,.428-.263,.691-.297,.265-.032,.1,.56,.494,.823,.396,.263,.56-1.481,.56-1.778s-.329-.066-.494,.032c-.165,.1,.066-.525,.132-.756,.065-.231-.824,.46-.791,.296,.034-.165,.362-.724,.494-.987,.132-.263-.099-.165-.197,0-.099,.165-.066-.428-.297-.823-.23-.396,.034-.856,.165-.955,.132-.099-1.185-.33-1.449-.297-.263,.034-.428,0-.724,.1-.297,.098-.691-.528-.691-.725s-.099-.526-.33-.593c-.231-.066-.79,.527-.888,.725-.098,.197,.23-1.284,.23-1.416,0-.131,.627-1.218,.725-1.284,.098-.066-.099-.428-.066-.559,.032-.132,.428-.46,.46-.593,.034-.132-1.218,.394-1.349,.593Z" fill="000"/><path d="M110.636,69.41c-.494,.1-.59,2.228-.099,2.272,.362,.032,.757-1.153,.757-1.449s-.165-.922-.659-.824Z" fill="000"/><path d="M108.233,68.489c-.23,.098-.526-.034-1.021,.066-.493,.097-.79,.79-1.086,1.184-.297,.396-.428,.725-.231,.989,.197,.263,.165-.066,.33-.264,.165-.198,.077,.18,.362,.099,.231-.066,.46-.263,.987-.428,.527-.165,1.153-1.35,1.121-1.712-.034-.362-.231-.034-.462,.066Z" fill="000"/><path d="M109.945,65.855c-.033-.231-.593-.46-1.053-.559-.46-.1-.231,.197-.56,.428-.328,.23-.099-1.977-.559-2.174-.462-.197-1.218-.197-1.316-.625-.1-.428-.231-.79-.593-.955-.363-.165-.528-.625-.856-.824-.329-.197-.132,.659-.462,.725-.328,.066-.131-.823-.098-1.153,.034-.329-.33-.79-.625-.756-.297,.032-.297,.625-.396,.987-.098,.362-.263,3.062-.197,3.589,.065,.526-.396,.559-1.119,.921-.724,.362-.659,.593-.494,.988,.165,.394,1.185,.263,1.515,.33,.328,.065-.34,1.489,.296,1.547,.362,.032,1.515-.395,1.613-.428,.099-.032,.46-1.218,.691-1.416,.231-.197,0-.493,0-.625s.691-.922,.922-.987c.23-.066,.296,.591,.165,.79-.132,.197,.099,.493,.658,.625,.56,.132,.988,.625,1.515,.625s.987-.822,.955-1.053Z" fill="000"/><path d="M99.082,39.585c-.099,.23,.197,.955,.428,1.284,.231,.328,.46,.263,1.087,.46,.625,.197,.953,.659,1.086,.922,.132,.263-.955-.165-1.218-.165s.165,.593,.559,1.053c.396,.46,.329,.165,.89,.33,.559,.165,.493,.493,.658,.756,.165,.265-1.021-.328-.822-.163,.197,.165,.724,.79,.987,.987,.264,.199,.362-.131,.56-.197,.197-.066,.625,.559,.757,.559,.131,0,.493-.23,.691-.263,.197-.032,.428,.625,.822,.791,.395,.163,1.613,.099,1.975,.197,.362,.099,.56,.263,.725,.263s.263-.263,.46-.329,.132,.329,.231,.263c.099-.066,1.876-.329,2.173-.362,.296-.032,1.119-.197,1.415-.231,.297-.032,.856,.955,1.185,1.186,.329,.231,.263-.132,.263-.396s.33-.493,.625-.493,.199,.394,.066,.625c-.131,.231-.032,.758,.297,1.152,.33,.396,.625,.428,1.086,.758,.462,.329,1.021,.362,1.416,.362s.822,.33,.527,.56c-.297,.23-.197,1.185,0,1.58,.197,.395,.231,.79,.593,.89,.362,.099,.362,.131,.362,.955s.724,1.349,.724,1.777-.362,.396-.526,.56c-.165,.165,.263,.526,.462,.724,.197,.197-.659,.297-1.055,.462-.394,.165-.987,.987-1.053,1.383-.066,.394,.691,1.282,.856,1.678s-.428,.659-.822,.856c-.396,.199-.33,0-.659-.066-.33-.065-.396,0-.856,.066-.462,.066-.725-.231-.922-.394-.197-.165-1.152-.066-1.349,.098-.199,.165-.363,.296-.594,.494-.23,.197,.198,.362,.395,.526,.199,.165,.066,.888-.066,1.184-.131,.297-.724,.526-.822,.824-.098,.296,.593,1.449,.822,1.646,.231,.197,1.021,.362,1.449,.231,.428-.132,1.515-.79,1.811-.79s.791,.263,1.185,.394c.396,.132,.428,.132,.527-.131,.098-.263,.823,.328,1.021,.559s-.032,.856,.165,1.087c.197,.23,.46,.131,.888,.131s.56,.33,.823,.462c.263,.131-.396,.328-.625,.625-.231,.296,.197,.494,.724,.724,.526,.231,.263,.528,.494,.757,.23,.231,.658,.527,.922,.527,.263,0-.199-.394-.165-.494,.032-.098,.559,.363,1.119,.593,.559,.231,.329,.231,.493,.428,.165,.199,1.383,.329,1.613,.329s1.2,1.277,1.778,1.481c.559,.198,.593-.593,.756-.79,.165-.197-.163-.526-.163-.79s-.329-.79-.691-.888c-.362-.1-.659-.593-1.219-1.055-.559-.46-.163-.394-.163-.625s-.231-.197-.429-.065c-.197,.131-.394,0-.591-.395-.199-.396-.56-.922-.56-1.021s.231,0,.33,.099,.231,0,.297-.165c.065-.165,.525,.625,.822,.922,.296,.296,.329-.066,.394-.197,.066-.132,.363,.46,.659,.79,.297,.329,.824,.593,.989,.822,.165,.231,.822,.462,1.053,.593,.231,.132-.032,.526-.066,.79-.032,.263,.263,.231,.428,.231s.297,.132,.494,.297c.197,.163,.428-.528,.494-.691,.065-.165-.593-.165-.659-.363-.066-.197,.099-.591,.132-.856,.032-.263-.132-.625-.165-.822-.034-.199,.296,.065,.394,.197,.098,.132,.297-.132,.528-.132,.23,0-.265-.46-.165-.691,.099-.23-.231-.428-.363-.625-.131-.197-.165-.593-.494-.822-.33-.231-.394-1.119-.79-1.417-.396-.296-.396-.856-.526-.987-.131-.132-.263,.099-.328,.263-.066,.165-.198-.395-.462-.395s-.395-.131-.659-.131-.165-.56,.165-.659c.33-.098-.032-.329-.23-.56-.197-.23-.066-.394-.297-.493-.23-.099-.197-.33-.098-.494,.098-.165-.625-.098-.659-.197-.032-.099,.165-.56,.428-.627,.263-.066-.165-.362-.328-.46-.166-.099,.065-.296,.23-.362,.165-.066,.165-.56,.428-.626,.263-.065,.396-.23,.526-.296,.132-.066,.265,.396,.396,.691,.131,.297,.263,.593,.46,.79,.199,.199,.362-.165,.559-.296,.199-.132-.031,.231-.031,.494s.23,.065,.591,.065-.131,.297-.23,.462c-.099,.165,.296,.396,.593,.494,.296,.098,.099,.098-.1,.362-.197,.263,.132,.098,.462,.131,.328,.034-.231,.757-.231,.757,0,0,.625-.066,.888-.231,.265-.165,.691,.593,1.054,.691,.362,.099-.593-.888-.429-.856,.165,.034-.099-.591,.166-.625,.263-.032,.165-.559,.165-.79s.427,.394,.724,.724c.296,.329,.197-.197,.46-.394,.265-.197,.791,.032,1.053,0,.263-.034,.132-.593-.197-.888-.33-.297-.79-.988-.955-1.384-.165-.394,.362-.328,.757-.328s.494-.363,.625-.56c.132-.197-.099-.329-.296-.296-.197,.032-.494-.791-.659-.856-.165-.066-.131,.494-.165,.658-.034,.165-.659-.032-.888-.098-.231-.065,.098-.756,.032-.922-.065-.165-.46,.428-.625,.626-.165,.197-.231-.362-.362-.395-.132-.032-.757,.494-1.119,.757-.363,.263-.066-.494,.165-.56,.23-.065-.165-.559-.199-.658-.032-.099,.494-.034,.625-.066,.132-.032-.131-1.119-.427-1.481-.297-.362-.593,.263-.856-.032-.265-.297,.23-.89,.165-.988-.066-.099-.265,.032-.627,.329-.362,.296-.197-.263-.625-.197s-.494-.462-.79-.593c-.297-.132-.231-.231,.066-.363,.296-.131-.329-.526-.691-.526s-.593-.066-1.054-.263c-.46-.197-.691-.131-.691-.328,0-.199,.659-.034,1.021,0,.362,.032-.394-.56-.625-.626-.231-.065,0-.131,.33-.231,.329-.099-.396-.362-.099-.46,.296-.099-.363-.362-.691-.461-.329-.098,.921-.098,1.283-.098s.757-.199,.791-.494c.032-.297-1.185-.329-1.646-.494-.462-.165,.23-.526,.493-.822,.263-.297,.527-.429,.724-.429,.199,0-.131-1.513-.263-1.941-.131-.428-.46-.098-.888,.098-.428,.199-.691,.199-1.35,.199s-.131-.329,.363-.494c.493-.165,.822-.725,.987-.89,.165-.165-.131-.394-.46-.493-.329-.1-.691-.56-1.087-.627-.394-.065-.822-.098-1.119-.362s-.231-.394-.526-.394c-.297,0-.396-.363-.428-.593-.032-.231,.165-.396-.132-.758-.296-.363-.756-.098-1.184-.032-.428,.065-1.284-.659-1.68-.659s-.33-.197-.494-.395c-.165-.197-.46-.197-.591-.197-.132,0,.032-.396-.066-.56-.099-.165-.428-.23-.725-.362-.296-.131-.033-.758-.23-.955-.199-.197-.625-.888-1.021-.987-.394-.1-.494-.165-.823-.329-.33-.165-1.942-.263-2.205-.231-.263,.034-.462,.362-.526,.526-.066,.165,.625,.526,.625,.691s-.659-.066-.955-.165c-.297-.098-.165,.989-.494,1.218-.329,.231-.297-1.448-.263-1.843,.034-.394-.329-.46-.494-.527-.163-.066-.625,.494-.691,.659-.065,.163-.394,0-.526-.034-.132-.032-.46,.725-.625,1.185-.165,.462-.526,.79-.89,.691-.362-.098,.297-1.383,.462-1.943,.165-.559,.428-.658,.658-.921,.231-.263-.032-1.515-.163-1.746-.132-.23,.23-.526,.362-.756,.131-.231,0-.199-.165-.462-.165-.263,.23-.362,.197-.856-.032-.493,0-.955-.032-1.349-.034-.395-.89-.132-1.119-.066-.231,.066-.856,.099-.922,.33-.066,.23,.428,.757,.396,.856-.034,.099-.396-.132-.725-.263-.33-.132-.79,.131-.822,.263-.034,.131,.757,.296,.921,.527,.165,.23,.396,.362,.593,.658,.197,.297-.527,.725-.955,.725s-.428-.264-.856-.066-.394-.165-.691-.066c-.296,.099-.066,1.284-.066,1.877s.297,.757,.627,1.119c.329,.362,.23,.462,.032,.593-.197,.131-.724-.264-.823-.165-.099,.098,.297,.856,.297,1.284s.691,.955,1.021,1.087c.328,.131,.23,.23,.394,.526,.165,.296,1.252,.79,1.416,1.186,.163,.394-.231,.526-.428,.724s-.197-.131-.363-.131c-.163,0-.197,.526-.427,.658-.231,.132-.329-.658-.396-.822-.066-.166-.724,.527-1.119,.658-.395,.132,.296-.822,.428-1.021,.131-.197,.032-.46-.165-.46s.032-.428-.46-.822c-.494-.395-1.055-.956-1.35-1.647-.296-.691,.329-1.843,.329-2.271s-.297-1.251-.297-2.041,1.153-2.106,1.416-2.403c.263-.296,.724-.987,.724-1.218s-.165-.099-.394,.066c-.231,.165-2.403,.032-2.7,.066-.296,.032-1.744,.79-1.877,.955-.131,.165-.527,.46-.756,.79-.231,.329-.691,.79-.955,.955-.265,.165,.065,1.416,.099,1.877,.032,.46-.56,2.14-.856,2.568-.297,.428,.032,1.316,.494,1.745q.46,.428,.362,.659Zm21.909,17.603c.073-.346,.346-.84,.147-1.308-.197-.468,.371-.173,.643,.148,.272,.32,.938,.888,1.258,.987,.321,.098,1.358,.568,1.334,.84-.019,.199-.568,.617-.741,.543-.173-.074-.567,.371-.888,.271-.321-.098-.173-.221-.518-.246-.346-.026-.321,.394-.494,.394s-.197,.47-.37,.371c-.173-.1,.049-.247,.024-.667s-.469-.988-.394-1.334Zm-.766,4.963c.074-.05,.272,.271,.469,.024,.197-.247-.321-1.16-.099-1.258,.223-.1,.296,.272,.691,.346,.396,.073,1.234,.74,1.234,.888,0,.312-.147,.543-.098,.741,.05,.197-.247,1.258-.394,1.284-.148,.024-.89-.026-1.161-.248-.272-.221-.494-.591-.494-.888s-.221-.838-.147-.888Z" fill="000"/><path d="M109.748,33.33c.098,.625-.066,1.613,.197,1.778,.263,.163,2.666-.066,3.094-.1,.428-.032,.797,.316,1.416,.231,1.184-.165,.691-1.021,.526-1.547-.165-.526-.132-1.087-.329-1.383-.197-.296-.132-.724-.132-.955s-.296-.46-.658-.593c-.363-.132-1.384,0-1.613,.066-.231,.066-.922-.263-1.119-.625-.197-.363-.659-.165-1.119,.098-.462,.264-.428,.46-.428,.756s.066,1.647,.165,2.272Z" fill="000"/><path d="M90.391,48.67c.131-.032-.362-.691-.56-1.021-.197-.328-.428-.362-.593-.263-.165,.098-.493-.328-.394-.527,.099-.197-.691-.493-.856-.659-.165-.165-.263,.396-.395,.56-.131,.165-.131,.79-.263,.888-.131,.1-.263,.198-.065,.428,.197,.231-.034,.856-.329,1.021-.297,.165-.89,.165-1.087,.165s.131,.691,.33,.856c.197,.165,.625,.199,.822,.33,.199,.131,1.055,.46,1.449,.526,.395,.066,1.021,.362,1.35,.396,.33,.032,1.218-.741,1.449-.856,.262-.132,.032-.231-.264-.428-.297-.197-.329-.823-.56-.856-.23-.032-.165-.526-.032-.56Z" fill="000"/><path d="M55.264,39.256c.494,.362,.922,1.877,1.121,2.337,.197,.46,.657,.132,.921,.132s.593-.132,.757-.199c.163-.066,.098-.394,.231-.856,.132-.46,.263,.099,1.053,0,.79-.098,1.316-.657,1.646-1.218,.329-.559,.494-3.621,.593-3.884,.099-.263,.593-.955,1.053-.988,.462-.032,.626-.362,1.053-.658,.428-.297,1.121-.462,1.581-.593,.46-.131,1.307-1.434,1.383-1.811,.032-.165-.46-.494-.791-.527-.328-.034-.296-.428-.493-.56-.199-.131-.955-.922-1.25-1.349-.297-.428-.922-.297-1.251-.165-.33,.131,0,.427-.296,.625-.297,.197-.429-.263-.429-.494s-.099-.46-.46-.362c-.362,.099-.758-.395-1.186-.494-.428-.098-.493,.297-.987,.297s.099-.691,.296-.955c.199-.265,.165-.494-.263-.265-.428,.231-1.415,.199-1.811,.199s-.593,.593-1.25,.625c-.659,.034-.922,.823-1.185,1.087-.263,.263,.263,.263,.362,.263s.066,.428,.033,.724c-.033,.297,.297,.428,.297,.428,0,0,.197,.79-.066,.79s-.264,.099-.593,.593c-.328,.494-.394,2.009-.394,2.238,0,.231-.034,.461-.329,.691-.297,.231-.066,.264-.034,.625,.034,.363-.131,1.877-.33,2.075-.197,.197-.131,.362-.098,.822,.034,.462,.627,.462,1.119,.823Z" fill="000"/><path d="M64.547,34.351c-.197,.066-.559,.362-.658,.625-.1,.263-.197,.428-.56,.46-.362,.034-1.053,.263-.987,.494,.065,.231,.33,.526,.33,.757s.362,.263,.296,.494c-.066,.23-.922,.559-1.053,.756-.132,.198-.199,.823-.231,1.12-.033,.296,.098,.527,.296,.527,.199,0-.032,.493,.396,.46,.428-.032,.691-.066,.724,.066,.034,.131-.032,.593,.231,.526,.263-.066,1.021,.197,1.251-.032,.231-.231,.494-.297,1.021-.231,.527,.066,1.119,.263,.888,.296-.231,.034-1.153,.034-1.318,.165-.163,.132-.394,.297-.921,.362-.527,.066-1.218,.494-1.317,.528-.1,.032,.131,1.25,.263,1.447,.131,.199,.559,.593,1.053,.593s.691,.263,.856,.098c.165-.165,.099-.23,.527-.165,.428,.066,.593,.132,1.087-.033,.493-.165,1.612-.559,1.877-.395,.262,.165,.724,.428,1.152,.428s1.811,.198,1.514,.263c-.296,.066-1.086,.494-.955,.494,.132,0,.494,.396,.329,.396s-.131,.559-.296,.559-.791,.034-1.284-.065c-.494-.099-1.581,.296-2.009,.362s-.888-.362-1.448-.231c-.56,.132-1.416,.199-1.185,.462,.231,.262-.098,.987,.099,1.152,.197,.165,.658,.362,.658,.724s.263,.791,.823,1.021c.56,.231,1.646,.032,1.91,.132,.262,.099,.724,.362,.691,.724-.034,.362-.166,.395,.065,.724,.231,.329,.428,.594,1.053,.594s1.712-.494,2.108-.429c.394,.066,.691,.363,1.184,.231,.494-.131,1.054-.856,1.416-.921,.362-.066,1.778-.166,1.909-.329,.132-.165,.428-.56,.757-.462,.33,.1,.428,.263,.954,.263s1.483,.034,1.318,.165c-.165,.132-.56,.56-.199,.56s.987-.231,1.449-.034c.46,.199,.822,.396,1.185,.297,.362-.098,1.447-.823,1.481-.988,.034-.163,.362-.494,.362-.494,0,0-.296,.165-.46-.098-.165-.264-.362-.987-.559-.987-.199,0-.528,.593-.757,.593-.231,0-.363-.263-.56-.199-.197,.066-.659,.429-.46,.066,.197-.362,.493-.46,.263-.559-.231-.1-.527,.032-.527-.231s.196-.856,.328-.659c.132,.199,.363,.725,.691,.757,.331,.032,.988,0,.627-.197-.362-.197-.659-.165-.197-.329,.46-.165,.427-.394,.756-.263,.329,.131,.627-.066,.824,.098,.197,.165,.428,.494,.559,.263,.132-.231,.362-.526,.165-.625-.197-.099-.593-.263-.394-.396,.197-.131,.559-.263,.362-.427-.197-.166-.56-.462-.725-.329-.163,.131-.525,.559-.756,.296s-.066-.098-.528-.691c-.46-.593-.559-.988-.953-1.185-.396-.197-1.286-.724-1.515-1.218-.231-.494-.231-4.411-.297-4.839-.065-.428-.131-1.515-.131-1.811,0-.297-.296-.659-.526-.989-.231-.329-.79-1.085-.988-1.449-.197-.362-.822-.921-.922-.79-.099,.132-.099,.691-.427,.526-.33-.163-.956-.658-.956-.428,0,.231,.329,.627,.166,.691-.166,.066-.331,.066-.265,.428,.066,.362,.494,1.219,.56,1.581,.066,.362,.362,2.106,.296,2.502-.066,.395,.132,1.58,.066,1.712-.066,.131-.362,.165-.494,.165-.131,0-.593-.132-.593-.231s-.559-3.556-.559-3.786-1.251-1.35-1.284-1.778c-.033-.428-1.35-1.053-1.481-.955-.132,.098,.099,.791,.328,1.021,.231,.231,.691,.098,.791,.691,.098,.593,.659,.955,.131,.955s-.658-.197-1.053-.131c-.396,.066-1.251,.856-1.547,.593-.296-.263,1.252-.955,1.053-1.515-.197-.559-.822-.559-.955-.888-.131-.33-.822-.693-1.021-.56-.197,.132,.132,.691,.033,.856-.097,.165-.197,1.646-.493,1.547-.297-.099-.494-.296-.724-.263-.231,.032-.593,.46-.89,.131-.296-.328,.297-1.086,.494-1.316,.197-.23,.362-.263,.362-.659s-.065-1.02-.329-1.086c-.201-.05-.79-.231-.987-.066-.197,.165-.856,.79-1.119,.988-.264,.197-1.316,.888-1.515,.955Z" fill="000"/><path d="M78.012,32.474c.428,.328,.716,.825,.955,1.35,.33,.724,.362-.066,.46-.363,.099-.296,.197-.263,.396-.427,.197-.165,.263-.956,.493-1.482,.231-.526,.297-.856,0-1.25-.296-.395-2.765-.198-2.864-.066-.099,.131-.362,.625-.526,1.053-.165,.428,.659,.856,1.087,1.185Z" fill="000"/><path d="M43.512,48.638c.23-.066-.428-1.218-.56-1.218s-.296,.724-.231,1.085c.066,.362,.531,.207,.791,.132Z" fill="000"/><path d="M92.991,29.412c.034,.297-.955-.165-1.35-.131-.394,.032-.296,.593-.032,.888,.263,.297,0,.725-.297,.823-.296,.099-.065-.098-.328-.263-.265-.165-.132,.691-.165,1.119-.034,.428,.131,.987,.165,1.415,.033,.428-.231,.296-.395,.462-.165,.165,.46,1.152,.46,1.415s-.23,.197-.362,.296c-.132,.098,.066,.231,.462,.363,.394,.131,.263,.197,.559,.593,.296,.394-.033,.955-.033,1.184,0,.231,.197,.428,.493,.526,.297,.099,0,.099-.165,.265-.163,.165,.924,.14,1.153,.099,.362-.066,.428-.757,.428-.922s-.396-.691-.593-1.152c-.197-.462-.296-.691-.165-.691,.132,0,.824-.528,.987-.627,.165-.098,.265,.066,.462,.099,.197,.034,.823-.197,1.053-.23,.231-.034,.79-.955,.888-1.153,.1-.197,.034-.691,.066-.987,.034-.297,.593-.823,.724-1.284,.132-.46,.462-1.218,.593-1.383,.132-.165,.034-.396-.427-.56-.462-.165-.56-.329-.791-.296-.23,.032,.034,.296-.658,.197-.691-.099-.1,.362-.396,.362s-.395-.428-.593-.724c-.197-.297-1.021-.098-1.514-.165-.494-.066-.263,.165-.231,.46Z" fill="000"/><path d="M82.423,35.898c.264,.394,.066,.394,.066,.691,0,.296,.856,1.349,1.021,1.449,.165,.098,.46-.066,.625-.066s.329,.625,.46,.79c.132,.165,.362,.032,.494,0,.132-.032,.625,.757,.823,1.119,.197,.362,.23,.922,.428,1.185,.197,.263,.493-.034,.724-.132,.231-.099,.395-.23,.593-.527,.197-.296,.526-.23,.822-.494,.297-.262,.297-.394,.429-.559,.131-.165,.396-.058,.691-.132,.262-.065,.394-.362,.493-.593,.098-.23-.428-.658-.46-1.053-.033-.394,.494-.559,.659-.79,.163-.231-.1-.987-.461-1.449-.362-.46-.493-.362-.79-.494-.296-.131-.032-.724-.428-.921-.395-.197-.132,.526-.231,.856-.098,.329-.593-.625-.822-.89-.231-.263-.099-.362,.098-.394,.197-.034,.165-.823,.297-1.053,.131-.231,.262,0,.525,0,.265,0,.462-.165,.297-.428-.165-.263-.494-.659-.494-.89,0-.23,.428-.263,.56-.296,.132-.034-.528-.888-.725-1.021-.197-.132-.329,.165-.494,.33-.163,.165-.822,.329-1.152,.428-.328,.098-.691-.165-.987-.462-.296-.296,.098-.328,.197-.559,.098-.231-.824,.066-1.087,.131-.263,.066-.362-.165-.757-.032-.394,.132-.525,1.646-.394,1.81,.131,.165,.263,.428,.296,.758,.034,.329,.593,.329,.89,.46,.296,.131,.197,1.054,.197,1.251s.46,.494,.363,.593c-.1,.098-.363,.493-.528,.593-.165,.099-.526-.132-.691-.265-.165-.131-.691-.328-.757-.593-.065-.263,.066-.427,.231-.591s-.362-.494-.625-.625c-.263-.132-.691,.328-.691,.658s-.165,.362-.098,.659c.065,.296,.131,1.152,.394,1.547Z" fill="000"/><path d="M89.172,23.158c.263,.296,.528-.165,.725-.428,.197-.264,.494-.199,.659-.265,.163-.065,.098,.198,.165,.494,.065,.297-.428,.494-.725,.725-.296,.23-.362,.724-.263,1.119,.099,.394,.297,.197,.462,.165,.165-.034,.296,.79,.658,.955,.362,.165,.79,.593,1.152,.79,.363,.197,.961,.03,1.219-.132,.263-.163,0-.921-.1-1.053-.099-.131,.066-.79,.1-.955,.032-.165-.066-1.218-.263-1.316-.197-.099-.396-1.021-.659-1.185s-1.021-.197-1.481-.099c-.462,.099-1.153-.032-1.844,0-.691,.033-.691,.131-.494,.362,.198,.231,.429,.526,.691,.823Z" fill="000"/><path d="M55.539,99.116c-.465-.502-1.081-.656-1.16-.926-.077-.27-1.042-1.083-1.468-1.16-.425-.077-1.855-.733-2.164-.812-.309-.077-.617,.465-.193,.734,.425,.27,1.971,1.43,2.59,1.893,.618,.465,.579,.541,.733,.541s.581,.077,.774,.502c.192,.426,1.269,.726,1.738,.695,.579-.039-.386-.967-.849-1.469Z" fill="000"/><path d="M46.189,86.251c-.309,.116-.386,0-.851-.386-.463-.386-.695-1.121-1.044-1.159-.347-.039-.27,.772,.116,1.506,.387,.734,.193,.618,.193,.89s.853,.436,1.314,.502c.271,.039,1.005-.581,1.005-.967s-.424-.502-.733-.386Z" fill="000"/><path d="M46.266,89.303c-.227-.046-.579-.039-.772-.155-.194-.116-.425-.424-.465-.231-.038,.193-.038,1.121,.193,1.777,.232,.656,.541,1.97,.812,1.7s.271-1.274,.155-1.545c-.116-.271,.27-1.507,.077-1.546Z" fill="000"/><path d="M42.016,81.923c-.039-.193-.193-.463-.656-.851-.465-.386-.541-.54-.774-.424-.231,.116,.579,1.081,.89,1.467,.308,.386,.686,1.784,1.042,2.318,.309,.465,.232-1.274,.116-1.545-.116-.271-.579-.774-.618-.967Z" fill="000"/><path d="M42.248,80.842c-.194-.039,.348,.579,.656,.965,.309,.386-.049,.552,.155,.927,.231,.426,.618-.811,.579-1.081-.039-.271-1.198-.772-1.391-.811Z" fill="000"/><path d="M44.334,84.009c.077-.193-.077-1.468-.579-1.081-.174,.134,.348,.851,.193,.967-.155,.115,.309,.308,.386,.115Z" fill="000"/><path d="M19.887,81.672c-.208-.082-.248-.371-.537-.66s0,.289,0,.454-.537,.082-.867,.082,0,.373-.042,.578c-.041,.207-.413-.04-.702-.04s-.33,.578-.412,.949c-.084,.373,.453,.373,.618,.373s.109,.335,.289,.66c.207,.371,.661-.66,.744-.784s.289,.207,.454,.247c.166,.042,.537-.907,.744-1.114,.207-.207-.082-.661-.289-.744Z" fill="000"/><path d="M19.803,80.268c-.289,.124,.027,.756,.455,.661,.373-.084,.951-.248,.743-.248-.207,0-.908-.538-1.198-.413Z" fill="000"/><path d="M5.474,87.825c-.247,.082-.66,.455-.536,.702,.124,.248,1.031-.289,1.445-.289,.373,0,0-.536-.123-.702-.124-.165-.537,.207-.786,.289Z" fill="000"/><path d="M2.501,89.891c-.329-.084-.62,.909-.536,1.073,.082,.165,.867-.578,.867-.578,.124-.207,0-.413-.331-.496Z" fill="000"/><path d="M.932,90.882c-.169-.024-1.198,.702-.867,.991,.329,.289,1.445-.909,.867-.991Z" fill="000"/><path d="M1.446,75.717c-.261,.224,.67,.669,.892,.782,.223,.111,.606-.174,.855-.148,.373,.036-.185-.856-.371-1.153-.186-.298-1.115,.297-1.376,.52Z" fill="000"/><path d="M135.653,157.364c-.059,.595,.536,.435,.655,.119,.178-.477-.595-.714-.655-.119Z" fill="000"/></g><g><path d="M200.708,82.708c-.101,.166-.497,.485-.369,.701,.127,.217,.458,.802,.751,.689,.293-.115,.726-.255,.649-.051-.075,.204-.012,.42-.293,.548-.28,.127-.573,.624-.356,.713,.216,.089,1.031-.536,.968-.332-.064,.204,.127,.51,.293,.714,.166,.204,.165,.662,.14,.929-.026,.267-.063,1.006-.128,1.21-.063,.204,.116,.853,.548,.853s1.095-.471,1.223-.204c.127,.267,.012,1.109,.381,1.414,.37,.307,.599,.598,.434,.956-.166,.356-.891,.992-1.095,.992s-.879-.024-.968,.307c-.089,.331,.103,.891,.356,.802,.255-.089,.637,.012,.242,.548-.394,.535-1.362,.98-1.349,1.21,.012,.228,.929,.458,1.4,.611,.471,.154,1.325,.281,1.21,.421-.113,.139-1.196,.369-1.414,.598-.216,.23-.445,.955-.61,1.133-.166,.178-1.096,.841-.701,.942,.394,.103,1.172-.61,1.528-.56,.356,.051,.662,.344,1.018-.115,.356-.458,.562-.865,.841-.751s.662,.612,1.311,.14c.651-.471,1.338-.395,1.936-.471,.598-.077,2.114-.433,1.808-.649-.305-.217-.98-.408-.624-.867,.356-.458,1.605-1.4,1.198-1.948-.408-.548-1.324-.637-1.746-.483-.42,.153-.05-.37-.101-.689-.051-.319-.28-.624-.356-1.081-.077-.459-.459-1.287-.879-1.554-.42-.267-1.184-.802-1.388-1.477-.204-.675-.077-1.426-.624-1.808-.548-.382-1.134-.459-.713-.968,.42-.509,.687-1.261,.917-1.681,.23-.421,.756-1.076,.142-1.226-.414-.101-1.048-.25-1.348-.25s-1.746,.748-1.696,.549c.05-.2,.648-1.198,.848-1.447,.2-.25,.698-.698,.698-1.148s-.648-.1-1.097-.1-1.596-.05-1.746,.05c-.15,.1-.15,.848-.3,.948-.15,.1,.55,.45,.35,.7-.2,.248-.798,.648-.65,.848,.15,.2,.124,.807-.155,.807s-.382-.636-.485-.471Z" fill="000"/><path d="M197.148,95.32c.647-.042,1.654-.759,1.97-.979,.317-.22,1.241-.358,1.516-.386,.275-.027,.731-1.722,.717-2.136-.015-.413-.428-1.184-.277-1.557,.153-.371,.373-1.667,.249-1.943-.124-.275-1.681-.524-2.274-.413-.593,.111-1.157,.826-1.268,.992-.109,.165,.483,.646,.304,.799-.18,.151-1.075,.014-1.778,.138-.702,.124,.097,.275,.483,.702,.385,.428,.123,.331-.414,.772-.537,.44-.069,.289,.579,.385,.648,.097,.675,.179,.344,.428-.331,.248-.702,1.006-.344,1.006s.482,.165,.151,.303c-.331,.138-.647,.277-1.337,.662-.689,.386,.826,1.262,1.378,1.227Z" fill="000"/><path d="M200.083,82.022c.358-.289,1.199-1.777,.771-1.501-.34,.219-1.157,.606-1.184,.909-.028,.304,.054,.883,.413,.593Z" fill="000"/><path d="M221.113,112.865c0-.534,.173-1.634-.173-1.446-.215,.118-.801,.566-1.037,.927-.236,.361,.251,1.807,.502,1.775,.251-.031,.708-.722,.708-1.257Z" fill="000"/><path d="M219.871,118.05c.393,.251,1.304-.424,1.368-.88,.062-.455,.471-3.236-.582-2.529-.336,.226-.911,1.177-.895,1.492,.016,.314-.283,1.666,.109,1.917Z" fill="000"/><path d="M227.287,119.887c-.377,.189-1.148,.047-1.555-.157-.409-.204-.77,.047-.928,.22-.157,.173,1.148,.675,1.524,.832,.377,.158,.867,.624,1.57,.896,.691,.266,.504-.551,.425-.927s.078-.77,.188-.974c.111-.205-.848-.078-1.225,.109Z" fill="000"/><path d="M443.85,63.36c-.232,.134-.265-.132-.364-.398-.1-.267,.397-.266,.697-.366,.3-.1,.068-.831,.035-1.165-.035-.332-.235-.764-.067-.764s.899,.166,1.299,.166c.397,0,.065-.432,0-.765-.068-.332,.532,.333,.864,.566,.332,.234,.2-.134,.432-.632,.232-.5,.332-.599,.699-.698,.365-.1,.165-.333-.534-.599-.697-.266-.632-.964-.764-1.331-.132-.365-.265-.166-.564-.032-.3,.134-.3-1.098-.632-1.064-.332,.032-.799-.267-.999-.2-.2,.066-1.064-.167-1.331,.066-.265,.233-.2,1.829-.465,1.895-.267,.067-.2-2.627-.2-2.927s-.168-1.031-.367-1.031c-.197,0-1.428-.066-1.996-.166-.564-.1-.764-1.264-1.229-1.396-.467-.134-1.232-.367-1.731-.733-.5-.366-.632-.498-1.396-.932-.767-.432-.767-.731-1.099-1.13-.332-.4-.664-.166-.999-.3-.332-.132-.232-1.064-.632-1.198-.397-.132-1.196-.498-1.728-.666-.532-.166-.3-.798-1.131-1.23-.832-.432-3.759-.066-4.691-.166-.932-.1-1.331-.832-1.663-.5-.332,.332,0,.532,.2,.732,.2,.2-.632,.2-.699,.532-.065,.333,.2,.666,.567,.799,.364,.132,.2,.298,.065,.632-.132,.332-.065,.632,.2,.864,.267,.234-.1,.532-.332,.599-.232,.066-.3,.864-.564,.998-.267,.134-.5-.532-.632-.666-.135-.132-.167,.666-.235,.798-.065,.134-.497-1.098-.465-1.396,.032-.3-.932-.799-1.131-1.198-.2-.4-.1-1.431-.4-1.597-.3-.166-.265,.134-.332,.466-.065,.332-2.463,.132-3.159-.134-.699-.266-2.295-.532-2.895-.298-.599,.232-1.064,.764-1.264,1.164-.2,.4-.032,1.73-.267,1.929-.232,.2-.432-1.198-.3-1.464,.135-.266-.364-.366-.732-.831-.365-.466-.597-.698-.932-1.098-.332-.4-.097-.2,0-.566,.1-.366-.132-.698-.332-1.264-.2-.566-.664-1.83-1.428-2.229-.767-.398-3.027-.066-4.093,.067-1.064,.132-2.627,.598-3.192,.598s-1.231-.499-1.599-.765c-.364-.266-1.264-1.796-1.528-2.196-.267-.398-.932-.332-.832-.632,.1-.3,.632,0,.832,.034,.2,.034,.065-.865-.1-1.265-.168-.398-.867-.864-1.531-.864s-.932-.4-1.564-.366c-.632,.034-.4,.2-.6,.266-.2,.066-.664-.066-.996-.066-.335,0-.732,.432-.999,.598-.265,.166-.964,.1-1.529,.1s-.1-.232,.165-.498c.267-.266,.167-.499,.067-.666-.1-.168,.165-.333,.532-.333,.364,0,2.063,.633,2.495,.532,.432-.099-2.063-1.03-3.062-1.03s-3.127-.4-3.591-.2c-.465,.2-2.063,.666-2.328,.698-.267,.034-.432,.732-.332,1.265,.097,.532,.265,.066,.464-.134s.3,.2,.732,.366c.432,.166-.4-.066-.4,.132,0,.2-.165,.134-.432,.567-.267,.432,.699,1.364,.764,1.63,.068,.266-.165,.066-.465,.066s-.3,.2-.567,.366c-.265,.166-.597-.698-.497-.832,.1-.134-.599-.232-.967-.032-.364,.199,.168,.798,.267,1.13,.1,.332-.232,.134-.467,.134-.232,0-.065,.864-.332,.864-.265,0-.697-1.064-1.129-1.298-.435-.232-.567-.466-.967-.432-.4,.034-.564-.332-1.164-.432-.599-.1-.899,.398-1.064,.532-.168,.134-.567,.266-.932,.2-.367-.066-.732-1.364-.999-1.763-.265-.4-.132,0-.564,.632-.432,.632-.464,1.297-.464,2.163s-.832,1.563-1.032,1.796c-.2,.232-.235-.466-.3-.698-.067-.234-.532-.134-.699-.134s-.265-.632-.3-.932c-.032-.298-.165-.532-.332-.798-.168-.266-.168-.466-.664-.766-.499-.298-.235-.432-.4-.832-.167-.398-.3-.166-.5-.1-.2,.067-.232-.332-.232-.564,0-.234-.3-.134-.467,0-.165,.132-.364-.999-.597-1.198-.235-.2-.732-.366-1.099-.3-.364,.066-.764-.666-.764-.898,0-.234,1.396,.398,1.895,.664,.5,.267,.432,.633,.864,1.065,.432,.432,.864,.498,.864,.2s.235-2.629,.235-3.061-.567-.632-1.067-1.064c-.497-.433-.132-.999-.632-1.198-.497-.2-.2-.366-.632-.366s-.932-.366-1.129-.2c-.2,.166-.535,.166-1.099,0-.564-.166-.999-.1-1.231-.466s-.3-.566-.764-.566c-.467,0-.667-.432-.999-.432s-.732,.498-.832,.864c-.1,.366,.367,.832,.667,1.098,.3,.267,.265,.366-.068,.533-.332,.166-.3,.199,.068,.732,.364,.532-.567,.099-.367,.564,.2,.466-.964,.333-1.728,0-.767-.332-1.599,0-1.931,.034-.332,.034-.599-1.464-.599-1.629s-.996-.333-1.663-.234c-.664,.1-1.496-.632-1.796-.764-.3-.134-.3,.066-.499,.299-.197,.233-1.496-.83-2.061-.83s-1.099-.234-1.331,.232c-.232,.466,.5,1.33,.664,1.83,.168,.499-.732,1.064-1.064,1.264-.332,.2,.232-.732,.232-1.13s-.632-2.929-.632-3.261c0-.485-.532-.4-1.031-.3s-.4-1.364-.432-1.596c-.032-.234-.3,.366-.796,.498-.5,.134-.4,.234-.999,.799-.599,.564-.899,.564-1.496,.998-.599,.432-1.996,2.595-2.595,3.027-.599,.432-.035-1.098,.1-2.129,.132-1.031-.067-1.363-.1-1.729-.035-.366,.732,.266,1.096,.1,.367-.168,2.063-2.595,2.53-2.861,.464-.266,.632-.466,1.229-.898,.6-.433,1.067-.3,1.931-1.031,.864-.732,1.032-3.193,1.131-4.192,.1-.998,.2-1.63-.135-2.062-.332-.432-.1-.732-.364-1.397-.267-.666-.567-.766-.932-.766-.367,0-.732-.398-.832-.398s-.532,.232-.899,.398c-.365,.168-3.327-.265-4.356-.199-1.032,.066-.732,.598-1.199,.932-.465,.332-.964,.632-1.264,.864-.3,.233-.067-1.064,.033-1.364,.1-.3,.599-1.597,.767-1.93,.165-.332-.799-.266-1.099-.266s.5-.666,.667-.898c.165-.233,.432-.333,.432-.965s.065-.666-.532-.964-.667-.766-1.231-1.032c-.567-.266-.632-.3-.932-.366s-.3,.232-.732,.432c-.432,.2-1.399,.632-1.563,1.031-.167,.398-.2,1.032-.832,1.829-.632,.798-.2,1.264-.332,2.262-.135,.999-.432,1.297-1.599,1.563-1.164,.267-1.032-.498-1.528,.134-.5,.632,.165,1.363,1.396,2.195,1.232,.832,1.131,.398,1.064,.732-.065,.332-.864,0-1.264,.1-.4,.1,.2,.432,.567,.432,.364,0,.432,.266,.697,.898,.267,.633-.232,1.231-.4,1.464-.165,.233,.035-.698-.065-1.164-.1-.466-.432-.398-.932-.232-.499,.166-.732-.333-.864-.766-.135-.432-.467-.998-1.067-1.264-.597-.266-.664-.034-1.229,.166-.567,.2-.167-.466-.499-.865-.332-.398-.232-.498-.732-.365-.499,.132-.567,.265-1.264,.199-.699-.066-.667,.234-1.231,.266-.567,.034-.2-.366-.168-.632,.035-.266-.664,.466-1.164,.599-.499,.132-1.131,.632-1.496,.93-.367,.3-1.931,.699-2.927,1.331-.999,.632-1.299,1.73-1.863,2.229-.567,.498-.332,.732-.864,.998-.535,.266-1.199,.599-1.664,.964-.467,.366-.3,.599-.899,.865-.599,.266-.4,.964-.367,1.397,.035,.432,.735,.566,.435,.832s-.2,.764-.967,.832c-.764,.066-.964,.5-2.061,.898-1.099,.4-1.863,.134-2.33,.466-.465,.332-.165,1.696-.365,2.328-.2,.632,0,.965,.265,1.731,.267,.764,.5,1.13,.932,1.33,.432,.2,1.032,.765,1.364,1.231,.335,.466,.699,.466,1.032,.732,.332,.266,.2,1.596,.1,1.996-.1,.4-.332,2.129-.5,2.529-.165,.398-.4-.865-.497-.999-.1-.132-.467-.132-.767,.1-.3,.234,.367-.932,.667-1.264,.297-.332,.364-1.064,.532-1.43,.165-.366-1.996-.7-2.53-.998-.532-.3-1.563-2.929-1.761-3.56-.2-.632-.932-.764-1.166-.632-.232,.134-1.096,.766-1.196,.998-.1,.233,.432,.4,.799,.599,.364,.2,.232,.698,.032,.898-.2,.2-.267-.598-.599-.366-.332,.232-.732-.366-1.164-.4-.432-.034-1.164-.032-1.031,.2,.132,.232-.1,.732,0,1.231,.1,.498,.799,1.23,1.099,1.33,.3,.1,1.096,.266,1.296,.599,.2,.332,.267,1.098,.032,1.397-.232,.298-.832-.633-1.329-.433-.499,.2-1.099,.2-1.431,.233-.332,.033-.632-.4-.564-.998,.065-.599,.297-4.026,0-4.458-.3-.432-.667-.865-.767-.698-.1,.166-.165,1.929-.232,2.461-.067,.532-1.431,1.198-1.464,1.829-.032,.632-.432,.898-.632,1.497-.2,.598,1.096,1.829,1.364,2.162,.267,.332-.168,.898-.2,1.097-.032,.2-.4,2.895-.4,3.759s.067,1.63,.367,1.829c.3,.2,.4-.166,.764-.2,.364-.033,.6-.432,.999-.498,.397-.066,1.464-.2,2.095,.066s.597,.766,.764,1.364c.167,.599,.664,1.297,.932,1.897,.267,.598-.732,.532-.864,1.696-.135,1.164,.497,1.363,1.096,1.629s-.265,.367-.599,.367c-.332,0-.664,.364-.864,.564-.2,.2-.365-.232-.632-.532-.265-.3-.033-2.395-.1-3.293-.065-.898-.364-1.963-.764-2.229-.4-.266-2.528,1.464-2.663,1.763-.132,.3,.1,.4,.367,.965,.265,.564-.467,1.696-.867,2.827-.397,1.13-1.329,2.495-1.696,2.761-.364,.266,.335,.832,.7,1.396,.364,.566,.364,1.131,.067,1.597-.3,.466-.932-1.929-1.266-2.329-.332-.398-1.329-.298-2.061-.298s-1.464-.632-1.831-1.097c-.364-.466-.564-.134-.864,.032-.3,.166-.267-.266,0-.598,.265-.333,1.928-.134,2.66-.134s.967-.1,1.599-.498c.632-.4,1.763-4.358,1.863-4.69,.1-.333-.035-.998-.435-1.298-.397-.3-.664-2.263-.664-3.593s.3-2.795,.3-3.459-.831-1.863-1.031-2.395c-.2-.533,.2-.932,.465-1.331,.267-.398,.499-2.961,.599-3.459,.1-.5,.532-.666,.532-1.031s-.564-.598-.996-.598-.999,.066-1.763,.066-.899-.166-1.099-.3c-.2-.132-.532,.134-.832,.432-.299,.3-.032,.999-.864,3.427-.831,2.429-2.363,2.629-2.363,3.061s-.365,.798-.532,1.231c-.165,.432,.135,.232,.467,.298,.332,.066,.2,2.529,.2,2.895s-.367,.032-.467,.1c-.1,.066-.164,1.464,.132,1.862,.3,.4,.4-.232,.632-.266,.235-.034,.3,1.231,.635,1.763,.332,.532,.797,.798,1.196,.599,.4-.2-.032,2.128-.364,2.528-.335,.4-.4-1.33-1.131-1.963-.732-.632-1.596-1.23-1.896-1.43s-1.599-1.563-2.363-1.597c-.767-.033-1.564-.566-2.395-.532-.832,.034-.999-.332-1.299-.532-.297-.2-.664,.132-.597,.366,.065,.232-.532,.732-.332,1.397,.2,.664,.465,1.264,.697,1.796,.235,.532-.532,.566-.964,.699-.432,.132-.167,.632-.232,1.264-.067,.632-.367-.1-.699-.234-.332-.132-.265-.298-.067-.332,.2-.034,.1-.4,.2-.566,.1-.166-.232-.598-.464-.766-.232-.166-.599,.034-1.131,.466-.532,.433-.699,.5-1.531,.666-.832,.166-.864-.3-1.464,0-.597,.3-.729,.333-.929,.632-.2,.3,.232,.432-.2,.666-.435,.233-.467-.3-.699,.2-.232,.498-.5,.566-.764,.732-.267,.166-.235-.066-.567,0-.332,.066-.1-.4-.5-.2-.397,.2-.032-.366,.068-.532,.1-.166,.964-.699,1.164-.898,.2-.2,.232-1.265,.132-1.497-.1-.234,.535-.566,.667-.666,.132-.1-.767,.3-1.164,.499-.4,.2-1.167,.898-1.531,1.13-.364,.234-.799,.366-1.663,.633-.864,.265-1.264,1.264-1.496,1.396-.235,.134-.767-.166-1.067-.166-.297,0,.2,.499,.3,.732,.1,.234-.964,.366-1.164,.466-.2,.1,0,.932-.2,1.796-.2,.865-1.428,.5-2.095,.599-.664,.1-.564-.5-.799-.932-.232-.432-.532-.498-.797-.632-.267-.132,.032-.732,.3-1.131,.265-.398,1.264-.632,1.464-.832,.2-.199-.532-.93-.7-1.33-.165-.4-.799-.632-1.431-.698-.632-.067-1.064-.168-1.628-.367-.567-.199-.235,.3-.035,.566,.2,.267,.699,.832,.832,1.431,.135,.598-.896,2.395-.896,2.793s.996,.632,1.364,1.297c.365,.666-.699,1.963-.899,2.263-.2,.298-.699,.098-.732-.1-.032-.2-.432-.599-.732-.566-.3,.032-.4-.333-.532-.4-.132-.066-.732,.7-.964,1.032s-1.099,.498-1.364,.864c-.267,.366-.899,.899-1.131,1.265-.232,.366,.797,1.53,1.031,1.73,.232,.2,.1,.532-.135,.898-.232,.366-1.496-.432-1.861-.598-.367-.167-.499-.134-.799,.066-.3,.2-.832-.4-.999-.865-.165-.466-.432-.166-.764-.266-.332-.1-.2,.068-.232,.3-.035,.234-.232,.3-.432,.4-.2,.1-.035,.832,.532,1.53,.564,.698,.465,.166,.997,0s.267,1.064,.532,1.397c.267,.332-.465,.332-.764,.432-.3,.1-1.064-.132-1.563-.532-.5-.4-.332-.831-.664-.831s-.666-.266-.899-.598c-.232-.333-.498-.4-.366-.599,.134-.2,.1-1.198-.066-1.763-.166-.566-.5-.432-.2-.498,.3-.067,.333-1.065,.2-1.231-.132-.166-1.131-1.198-1.33-1.198-.2,0-.599-.566-.599-.732s-.4-.732-.598-.732c-.2,0-.765,.032-1.131-.2-.366-.232,.132-.532,.332-.566,.2-.032,.233-.498,.4-.632,.166-.134,.566,.766,1.031,1.098,.466,.332,1.83,.831,2.229,1.097,.398,.266,1.829,.599,2.494,.7,.667,.1,1.663,.432,2.131,.432,.465,0,1.064-.4,1.529-.4,.467,0,.899-.432,1.399-1.164,.497-.732,.532-1.996,.397-2.161-.132-.168,.035-1.763-.297-1.997-.335-.232-.4-.366-.767-.764-.364-.4-.632-.499-.864-.366-.232,.132-.3-.267-.699-.566-.4-.3-.432-.266-.964-.333-.532-.066-.564-.332-.932-.764-.367-.433-1.896-1.464-2.263-1.763-.364-.3-1.03-.466-1.53-.4-.498,.066-.731-.2-1.064-.166-.332,.034-.532-.066-.598-.332-.067-.266-.433,0-.832,.298-.4,.3,.199-.598-.134-.598s-.798-.4-.466-.366,1.264-.5,.7-.832c-.567-.332-1.298-.466-1.498-.134-.2,.333-.666,.333-1.397,.3-.732-.032-1.264-.332-1.264-.566,0-.232-.998-.466-1.231-.698-.232-.234,.566-.1,1.131,.032,.566,.134,.666,.034,.898-.132,.232-.166,.732-.532,.865-.765,.132-.232,.032-.598-.366-.598s-.4-.5-.865-.599c-.466-.099-.332-.332-.666-.199-.332,.132-.1-.4-.432-.732-.332-.333-.598,.066-.765,.365-.166,.3-.166,.732-.466,.899-.298,.166-.132-.2,0-.366,.134-.167-.1-.066-.332-.066s-.2-.234,.034-.4c.232-.166,.532-.666,.532-.832,0-.167-.234-.632-.466-.432-.232,.198-.598-.134-.798,.066-.2,.2-.5,1.164-.5,1.629s-.266,.432-.498,.432c-.234,0,.132-1.996,.232-2.228,.1-.234-.366,.199-.698,.598-.334,.4-.599,1.065-.799,1.43-.2,.367-.366,1.365-.664,1.797-.3,.432-.2-.865,0-1.098,.198-.233,.232-1.031,.464-1.264,.234-.234,.632-.832,.3-.799-.332,.034-.598-.466-.864-.266-.267,.2-.334-.1-.6-.266-.266-.166-.2,.499-.066,.732,.134,.234-.266,.466-.266,.699s-.166,0-.333-.067c-.166-.066-.066,.5,.034,.732,.1,.234-.366-.1-.466-.298-.1-.2-.366,0-.632,.066s-.266,.232-.266,.532,.632,.765,.532,.898c-.1,.134-.132,.632-.1,1.065,.034,.432-.4-.499-.566-.266-.166,.232-.266-.599-.1-.765,.166-.166,.034-.732-.365-.4-.4,.333-.233-.366-.799-.232-.566,.132-1.032,.4-1.131,.666-.1,.266,.832,.532,1.165,.698,.332,.166,.1,.632,.232,.798,.134,.168-.666-.598-.998-.664-.332-.067-.032,.466-.032,.73,0,.267-.167-.265-.367-.464-.199-.2-.132,.764-.466,.864-.332,.1-.066-.732-.066-.864,0-.134-.232,.266-.498,.664-.266,.4-.233-.066-.167-.366,.067-.298-.199-.466-.732-.532-.532-.066-.132-.466-.132-.798s-.332,.066-.599,.498c-.266,.433-.298,.366-.066,.932,.233,.566-.598,.3-.698,.599-.1,.298,.132,.366,.532,.532s.2,.698,.266,.864c.066,.167-.798-.1-.865,.2-.066,.3-.298,.499-.632,.566-.332,.067-.232,.2,.067,.466,.298,.266-.034,.266-.234,.2-.2-.066-.598,.266-.831,.4-.232,.132-.598,.332-.798,.1-.2-.233-.599-.2-.599,.166s-.498,.698-.498,.898,.532,.166,.898,.066c.366-.1-.166,.4-.432,.766s.232,.266,.532,.1c.299-.166,.2,.366-.134,.498-.332,.134-.732,.2-.964,.599-.234,.4,.432,.4,.964,.466,.533,.066-1.596-.166-1.43,.232,.166,.4-.366,.632-.4,.898-.032,.266,.532,.2,.832,.168,.3-.034-.666,.466-.932,.498-.266,.034-.798,.433-.732,.798,.067,.367-.298,.599-.632,.865-.332,.266-.498,.832-.466,1.098,.034,.266,.2,.1,.799,.5,.598,.398-.466,0-.799,.066-.332,.066-.632,.532-.298,.698,.332,.168,.032,.333,.066,.832,.034,.5-.4,.832-.698,1.198-.3,.366,.332,.2,.598,.066,.266-.132-.532,.7-.798,.899-.266,.2-.565,.232-.533,.698,.034,.466-.366,0-.798,.066-.432,.067-.864,1.265-1.064,1.531-.2,.266-.566,.732-.666,.932-.1,.2,.532,.466,.865,.466s.864-.333,1.098-.466c.232-.134-.766,.864-1.098,.998-.333,.134-.433-.333-.599-.333s-.266,.3-.366,.499c-.1,.2-.798,.034-1.032,.2-.232,.166-.432,.498-.266,.764,.166,.267,.034,.4,.134,.799,.1,.398-.234-.1-.7-.234-.466-.132-.398,.234-.732,.466-.332,.234-.964,.1-1.23,.234-.266,.132,.032,.266,.398,.498,.366,.233-.199,.1-.732,.067-.532-.034-.266,.266-.3,.564-.032,.3-.664,.1-.864,.333-.2,.232,.466,.398,.166,.398s-.864,.168-.566,.566c.3,.4,.234,.433,.532,1.098,.3,.666,.7,.499,.1,.466-.598-.032-.432,.234-.2,.599,.234,.366,.167,.2-.432,.466-.598,.266,0,.2,.3,.532s-.232,.432,.132,.566c.367,.132-.465,.532,0,.864,.466,.333,.433-.033,.765-.432,.334-.4,.066,.3-.2,.865-.266,.564-.332-.1-.83,.032-.5,.134,.166,.466,.265,1.032,.1,.566,.034,.432,.467,.432s.365-.166,.598-.432c.234-.266-.1,.598,.034,.998,.132,.4-.334-.1-.666,.134-.333,.232-.066,.732,.166,.964s.765,.666,1.131,.998c.366,.333,.932,.2,1.363,.034,.432-.166,.366,.2,.732-.066,.366-.266,.932-.865,1.397-1.697,.466-.831,.698-.831,1.097-.864,.398-.034,.398-.333,.398-.831s.3,.93,.566,1.363c.266,.432,.2,1.53,.366,1.829,.167,.3,.4,.332,.765,.034,.366-.3-.134,1.164-.2,1.596-.066,.432,.698,1.397,.898,1.796,.2,.4,.366,1.198,.466,1.497,.1,.3-.298,1.331-.1,1.331,.2,0,.799,.332,1.297,.332s.632-.066,.732-.432,.067-.699,.732-1.231c.666-.532,.932-.132,1.198-.232,.267-.1,.966-2.195,1.098-2.861,.134-.666,0-1.464,.067-1.763,.066-.3,.864-1.63,1.064-1.83,.2-.2,.332,.066,.5,0,.166-.066,.466-1.164,.698-1.297,.234-.132,.466-.498,.466-.798s-.266-.998-.4-1.43c-.132-.433-.632-.633-1.131-.633s-.532-.432-.83-.93c-.3-.5,.032-1.297,.266-1.597,.232-.3,.1-1.497,.2-1.829,.1-.332-.433-.632-.466-.966-.034-.332,.432,.134,.732,.2,.298,.067,1.03-1.164,1.23-1.497,.2-.332,.466-1.164,.533-1.33,.066-.166,.964-.532,1.198-.698,.232-.168,.898-.4,.964-.899,.066-.498,.766-1.164,.998-1.43,.233-.266-.266-.532-.5-.932-.232-.398,.067-.432,.234-.632,.166-.2,.2-.4,.266-.566,.066-.166,.366-.332,.732-.632s0-.432,.067-.7c.066-.265,.664-.166,1.164-.032,.498,.132,.864-.066,1.33-.134,.466-.066,.732,.433,.965,.832,.232,.4,.132,1.431-.234,1.563-.366,.134-1.164,1.431-1.297,1.863-.132,.432-1.43,1.663-1.63,2.196-.2,.532-1.33,1.697-1.629,2.095-.3,.4-.134,.366,.066,1.065,.2,.698,.566,2.428,.432,2.794-.132,.366-.266,.998-.266,1.365s.2,.798,.566,.798,.799,.398,.831,.698c.034,.3,.134,.532,.532,.699,.4,.166,1.265,.166,1.497,.032,.234-.134,.466-.432,1.23-.498,.765-.067,1.497-.2,1.863-.466,.367-.266,.666-.234,.899-.166,.232,.066,.698,.032,1.098-.134,.398-.166,.598-.332,.466,.3-.134,.632,.532,.298,.898,.498,.366,.2,.466,.732-.034,.865-.5,.132-1.43,.033-1.297,.366,.134,.332,.134,.566-.666,.566s-2.395-.1-3.027-.068c-.632,.034-1.962,.566-1.996,1.198-.032,.632,.234,1.331,.632,1.597,.4,.266,.532,1.264,.499,1.963-.034,.698-.598,1.496-.965,1.396-.366-.1-1.33-1.663-1.662-1.73-.333-.066-1.099,.4-1.099,.732s-.232,.932-.466,1.231c-.232,.298-.066,1.73-.232,2.694-.166,.965-1.131,1.497-1.198,1.863-.066,.366-.598,.932-1.064,.966-.466,.032-.3-.799-1.032-.799s-2.661,.466-3.293,.899c-.633,.432-1.331,.498-1.863,.498s-.466-.732-.566-.864c-.1-.134-.3,.298-.498,.564-.2,.266-.433-.432-.932-.465-.5-.034-1.198,.698-1.597,.764-.398,.066-.066-.532-.166-.798s-1.131,.532-1.264,.398c-.134-.132-.4-.532-.166-.664,.232-.134-.666-1.065-.599-1.297,.067-.232,.732,.066,1.098-.166,.366-.234-.666-.5-.998-.599-.332-.1,.3-.698,.698-1.198,.4-.498,.6-.432,.732-.698,.134-.266-.332-.266-.664-.067-.333,.201-.433-1.264-.166-1.396,.266-.134,.298-.999,.298-1.364s-.632,.266-.898,.498c-.266,.234-.599,.699-.3,.932s-.266,.698-.466,.798c-.2,.1-.398-.632-.566-.864-.166-.234-.298,.398-.498,.632-.2,.232-.066,1.497-.2,1.763-.134,.266,.2,.798,.3,1.363,.1,.564,.566,2.395,.566,2.794s-.1,.733-.4,.965c-.3,.234-1.164-.732-1.53-.332-.366,.398-.832,.698-1.198,.698s-.7,.066-1.098,.5c-.4,.432-.367,.498-.666,.498s-1.032,1.597-1.198,2.361c-.166,.765-.932,.899-1.164,.932-.234,.034-.434,0-.799-.032-.366-.034-.632,.132-.868,.498-.218,.337-.064,1.21-.064,1.399s-.424,.739-.644,.911c-.22,.173-.566,.031-.959,.346-.392,.315-.235,.613-.722,.959s-.833-.032-1.319-.315c-.487-.282-.755-.204-.644,.126,.109,.33,.361,.943,.424,1.225,.062,.283-.331,.378-.88,.473-.549,.093-1.21-.566-2.121-.409-.91,.157-1.303,.298-1.146,.409,.157,.109,.142,.644,.299,1.068,.157,.424,2.45,1.177,2.796,1.304,.346,.126,.109,.533,.251,.895,.142,.361,.911,.66,1.226,2.231,.314,1.571-.22,1.87-.204,2.45,.015,.581-.078,1.241-.691,1.477-.613,.235-2.168-.471-3.016-.393-.849,.078-2.561,.031-3.315-.062-.755-.096-1.368,.093-1.619,.361-.251,.267-.753,.078-1.288,.487-.534,.408,.078,.675,.251,1.288s.409,2.467,.518,2.985c.109,.518-.691,1.994-1.005,2.671-.314,.675,.25,.408,.439,.502,.189,.094,.346,1.022,.267,1.524-.078,.502-.031,.832,.644,.926,.675,.095,.817-.173,1.21-.204,.393-.031,1.587,1.43,1.759,1.712,.173,.283,.518,.267,.786,.016,.267-.253,.346-.424,1.101-.66,.753-.235,.408-.015,.895-.031,.487-.016,3.016-1.084,3.504-1.383,.486-.299,.533-.535,.612-.817,.08-.282,.598-.817,.755-1.148,.157-.329-.157-.675-.282-1.397-.127-.722,.801-1.728,.848-1.901,.047-.173,.612-.58,1.13-.895,.518-.315,.3,.015,.487,.015,.189,0,1.21-.753,1.54-1.13,.33-.377-.016-1.006-.063-1.226s1.131-1.508,1.492-1.603c.362-.093,1.65,.644,2.483,.629,.833-.016,2.891-1.979,3.204-2.247,.314-.267,1.21,.36,1.65,.549,.44,.189,.549,.739,.99,1.603,.44,.864,1.619,1.79,1.917,2.121,.298,.329,2.529,1.712,2.953,2.027,.425,.313,.724,1.068,1.022,1.225,.298,.158,.628,.346,.77,.739,.142,.393,.471,.786,.409,1.242-.064,.455-.652,1.465-.473,1.617,.243,.207,.722-.838,.856-1.071,.132-.233,.4-.998,.466-1.363,.066-.367-.4-.533-.533-.766-.132-.234,.334-.865,.5-.932,.166-.066,.632,.134,1.064,.366,.433,.234,.765,.166,.865-.1,.1-.266-.598-1.064-1.032-1.397-.432-.332-1.563-.532-1.929-.632-.366-.1-.132-.698-.132-.932,0-.232-.532-.132-.932-.1-.4,.034-.599-.298-.998-.664-.4-.366-1.065-1.563-1.098-1.863-.034-.3-.566-.732-.898-.798-.334-.067-.434-.832-.766-.898-.332-.067,.032-.533,.266-.899,.232-.366-.034-.166-.3-.398-.266-.234-.032-.234,.234-.367,.266-.132,.932-.632,1.13-.632,.2,0,.266,.932,.599,1.331,.332,.4,.432-.066,.698-.332s.1,.366,.1,.898,.134,.3,.632,.598c.499,.3,.134,.4,.433,.865,.298,.466,.998,.498,1.396,.698,.4,.2,.599,.566,.865,.766,.266,.2,.432,.1,.832,.3,.4,.198,.864,.632,1.131,1.031,.266,.398,.798,.332,.964,.798,.166,.465-.132,1.73,.1,2.627,.234,.898,.332,.732,.566,1.331,.232,.598,.498,0,.632,.166,.134,.166,.232,0,.666,.432,.432,.432-.2,.432,.166,.698,.366,.267,2.062,.2,2.295,.234,.232,.034,.2,.332,0,.532-.2,.2-1.098-.2-1.43-.266-.333-.066-.467,.066-.666,.366-.2,.3,.466,.699,.466,1.065s.266,.498,.566,.498,.266,.332,.465,.732c.2,.4,.333-.432,.566-.4,.233,.034,.233-.398,.233-.864s.266-.4,.366-.5c.1-.1,0-.298,.066-.664s.234,.066,.432,.199c.2,.134,.067-.232,.1-.432,.034-.2,.732,.234,.932,.332,.2,.1,.034-.099-.066-.498-.1-.4-.166-.434-.599-.532-.432-.1-.764-.965-1.164-1.464-.398-.5-.532-1.098-.432-1.397s.598,.232,.932,.332c.332,.1,.366-.398,.298-.732-.066-.332,.599-.266,1.131-.266s.632-.1,1.032-.232c.398-.134,.898,.366,1.43,.432,.533,.066,.599-.166,.965-.234,.366-.066,.332,.067,1.03-.432,.7-.5,.5-.232,.134-.532-.366-.3,.034-.732-.134-1.298-.166-.566-.764-.566-.632-.998,.134-.432,.4-.466,.4-.732s.266-.532,.4-.698c.132-.166,.398-.965,.398-1.364s.434-.965,.998-1.165c.566-.2,.499-.632,.466-.964-.032-.333,.3-.566,.566-.899,.267-.332,.532-.798,.699-1.198,.166-.398,1.33-.199,1.53-.199s.166,.532,.333,.798c.165,.266,1.496,.034,1.862,.034s-.432,.564-1.03,.764c-.599,.2-.733,.532-.433,.699,.3,.166,.698,.764,.998,1.196,.3,.434,.5,.599,.932,.599s.532-.466,.765-.632c.232-.166,.666-.332,.865-.432,.2-.1,.232,.366,.564,.398,.332,.034,.367-.132,.732,.034,.367,.166,0-.266-.033-.698-.035-.434-.1-.168-.3-.533-.2-.366-.667-.1-1.031-.132-.366-.034-.366-.7-.632-.865-.266-.166,.2-.366,.464-.532,.267-.166,.632-.532,.932-.732,.3-.2,.699,0,1.067-.066,.364-.067,.764-.566,1.164-.566,.397,0,1.164-.234,1.428-.333,.267-.1,.667-.032,.599,.168-.065,.2-.899,.664-1.231,.864-.332,.2-.732,.134-.632,.599,.1,.466,0,1.563-.397,1.829-.4,.266-.435,.1-.799,.232-.367,.134,.332,.533,.831,.932,.5,.4,.897,.134,1.329,.366,.435,.234,1.331,1.464,1.699,1.963,.364,.498,.432,.398,1.131,.466,.697,.066,.465,.266,.732,.93,.265,.666,.564,.899,.532,1.397-.032,.5-.964,1.032-1.731,1.265-.764,.232-.764-.034-1.164,.033-.4,.066-.732,.2-1.464,.166-.732-.032-1.896-.532-2.363-.732-.465-.199-.465-.664-1.196-.698-.732-.034-1.198-.432-2.561-.466-1.365-.034-1.531,.266-2.429,.932s-2.229,.432-2.827,.432-.134,.4,.1,.698c.232,.3-.134,.067-.532,.233-.4,.166,0,.166-.234,.366-.234,.2-1.663,.066-2.095,.1-.433,.034-.666,.466-.832,.832-.166,.366,0,.698,.266,1.098,.266,.4,.232,.798-.066,.964-.3,.166-.732,.034-1.032,.034s.066,.3,.5,.566c.432,.266,.598,.1,.93,.066,.333-.032,.234,.3,.1,.532-.132,.234-.066,.5,.166,.699,.234,.2,.2,.432,.599,.566,.398,.132,.666,.232,1.032,.398,.366,.167,.564,.166,.964,.499,.4,.332,.932,.5,1.331,.5s.466-.666,.498-.833c.034-.166,1.397,.2,1.931,.633,.532,.432,1.396,.232,2.028,.166,.632-.066,.932-.799,1.097-.998,.166-.2,.434,.033,.733-.034,.3-.066,.2,.134,.532,.3,.332,.166,.364-.1,.499-.1,.132,0-.167,.732-.135,1.031,.035,.299,0,1.497-.032,1.962-.032,.466-.632,.533-.632,.965s-.267,1.63-.799,2.528-.498,1.464-.864,1.897c-.366,.432-1.896,.066-2.361,.1-.466,.032-.566-.367-.899-.632-.332-.267-.432,.298-.732,.032-.298-.266-.232-.1-.598,.066-.366,.166-1.131,.932-1.464,1.098-.333,.167-2.029-.332-2.529-.532-.498-.2-1.93-.532-2.262-.532s-1.231-.466-2.161-.599c-.932-.132-.766-.199-.999-.564-.232-.366-.498-.699-.998-.732-.498-.034-1.962,.432-2.328,.698-.367,.266-.799,.366-.599,1.131,.2,.765,.2,1.496-.466,1.895-.666,.4-.998,.132-1.862-.4-.865-.532-1.397-.766-2.063-.766s-1.264-.698-1.331-1.064c-.066-.366-.199-.898-.698-.898s-.865-.532-1.63-.566c-.766-.032-1.331,.067-1.763-.166-.432-.232-.566-.4-1.032-.2-.466,.2-.266-.066-.232-.466,.032-.4-.466-.066-.932-.332-.466-.266-.034-1.165,.3-1.464,.332-.3,.498-1.264,.299-1.497-.2-.232-.2-1.032-.1-1.397,.1-.366,.434-.732,.1-.698-.332,.032-.532-.2-.898-.599-.366-.398-1.463,.333-1.796,.467-.333,.132-.831-.034-1.531-.134-.698-.1-1.862,.466-2.428,.632-.566,.166-.732-.1-1.032-.266s-1.164,.032-1.895,0c-.732-.034-.533-.166-.832-.332-.3-.168-.599,.432-.765,.664-.166,.234-1.032,.3-1.564,.5-.532,.2-.865,.598-1.131,.765-.266,.166-.832,.099-1.33,.332-.5,.232-.699,.599-1.064,.864-.366,.267-.499-.032-.865-.198-.366-.168-1.663,.032-2.229-.034-.566-.066-1.198-.798-1.464-.832s-.732,.599-.898,1.131c-.166,.532-.698,1.596-1.331,2.095-.632,.499-1.33,.232-1.596,.598-.266,.367-.766,.865-.898,1.431-.134,.566-.333,.398-.699,.932-.366,.532-.066,1.264-.033,2.527,.033,1.265-1.663,2.063-2.463,2.361-.798,.3-1.53,.799-1.863,1.265-.332,.466-.432,.964-1.03,1.363-.599,.4-.932,1.93-.932,2.262s-1.597,1.497-1.697,2.163c-.098,.664-.532,1.396-.864,1.596-.332,.2-.4,1.198-.3,1.563,.1,.367,.798,.832,1.032,1.131,.232,.3-.1,.499-.166,1.031-.067,.532,.366,.698,.598,1.397,.234,.698-.432,1.364-.398,2.028,.032,.666-.3,1.431-.599,1.763-.3,.333-.964,.898-.498,1.231,.465,.332,.232,.432,.598,1.164,.366,.732,0,.666-.1,1.198s.5,.699,1.164,1.165c.666,.465,.4,.664,.532,.764,.134,.1,.267,.466,.999,.831,.732,.366,.598,.532,.798,.832,.2,.298,.499,.698,.698,.798,.2,.1,.432,1.098,.599,1.331,.166,.234,.266,.564,.566,.898,.298,.333,1.03,.666,1.63,1.097,.598,.432,2.095,1.497,2.627,1.829,.532,.332,1.563,.732,2.163,.832,.598,.1,3.093-1.03,3.891-1.064,.799-.034,2.429,.564,3.195,.698,.765,.134,4.257-1.596,4.491-1.796,.232-.2,2.993-.2,3.293-.2s.998,.964,1.198,1.131c.2,.166,.4,1.397,.898,1.596,.5,.2,2.728-.166,3.459-.1,.732,.067,.766,.4,.999,.566,.232,.166,.565,1.064,.532,1.563-.034,.498-.499,1.298-.499,1.697s-.1,1.628-.232,1.963c-.134,.332-.067,.364-.5,.632-.432,.265,.066,.465,.432,.932,.367,.465,.167,.297,.3,.797,.134,.499,2.761,2.895,2.927,3.294,.166,.4,.333,.832,.333,1.331s.698,.929,.764,1.064c.066,.132,.234,1.131,.5,1.696s.034,2.095,.332,2.562c.3,.465,.533,1.663,.533,2.193,0,.535-.067,.5-.367,.867-.298,.364-.664,.465-.864,.799-.2,.332-.766,3.26-.832,3.592-.067,.332-.232,2.363,.232,3.094,.466,.732,1.331,1.896,1.464,2.795,.134,.896,.765,1.528,1.297,2.328,.532,.796,.234,2.56,.5,3.427,.266,.864,.466,1.696,.466,2.727s1.298,2.36,1.863,2.895c.564,.532,.798,.964,.998,1.596,.199,.632-.366,.3-.566,.599-.2,.3,.266,1.064,.598,1.796,.333,.732,.432,1.464,.1,1.863-.332,.397-.1,.532,.134,1.064,.232,.532,.232,.632,.332,1.096,.1,.467,.466,.3,.832,.367s.366,.464,.965,.599c.598,.132,.564-.168,.764-.435,.2-.265,.765-.065,1.065-.065s.332-.2,.732-.467c.398-.265,.564-.3,1.198-.232,.632,.067,1.164-.132,1.596-.032,.432,.1,.832,.232,1.098,.1,.266-.132,1.032-.135,1.397-.267,.366-.132,.898-.265,1.33-.597,.434-.335,2.063-1.798,2.263-1.898,.2-.1,1.63-1.796,1.863-2.16,.232-.367,.532-.367,.798-.367s1.064-1.164,1.297-1.563c.234-.4,.798-.864,1.064-1.164s.4-1.064,.599-1.531c.2-.465,.266-1.628,.232-1.896-.032-.265,.234-.932,.832-1.296,.599-.367,2.263-1.032,2.463-1.731,.2-.699-.067-2.695-.168-3.027-.1-.332-.165-1.796-.432-1.828-.267-.035-.332-.335,0-.899s2.895-2.627,3.659-3.194c.764-.564,1.663-.764,1.963-.964,.3-.2,1.563-1.696,1.828-1.863,.267-.167-.165-.997-.364-1.531-.2-.532-.332-2.595-.232-3.024,.1-.435,.132-1.299-.067-1.698-.2-.397-.864-1.131-1.099-1.496-.232-.365-.065-2.428-.065-2.795,0-.364-.5-1.231-.5-1.596,0-.367,0-.899,.1-.967,.1-.065,.6-.929,.831-1.428,.232-.5,1.096-1.931,1.299-2.196,.197-.267,.729-.167,1.029-.3,.3-.132,1.899-2.328,2.563-3.259,.664-.934,2.163-1.863,2.76-2.163,.599-.3,.3-.2,.532-.5,.235-.298,.567-.564,1.067-.864,.497-.3,2.128-3.161,2.495-3.892,.365-.732,1.428-2.627,1.761-3.127,.335-.499,.535-2.461,.535-3.093s-.035-.766-.367-.566-1.396,.566-1.828,.865c-.435,.298-1.531,.032-2.163,.199-.632,.167-.599,.333-1.031,.566-.432,.233-.267-.232-.832-.266-.564-.033-1.796,.599-2.063,.699-.265,.098-.964-1.065-1.096-1.431-.135-.366-.499-.466-.4-.566,.1-.1-.267-1.396-.732-1.762-.467-.367-.831-.566-1.231-.899-.4-.332-.532-.864-.799-.932-.265-.066-1.296-.998-1.696-1.13-.4-.134-.699-1.563-.932-2.195s-1.064-1.663-1.396-1.831c-.332-.166-1.064-1.462-1.164-2.194-.1-.733-.267-1.597-.267-2.097s.067-.698-.564-.93c-.632-.234-1.099-.999-1.231-1.199-.132-.199,.265-.532,.132-.83-.132-.3-1.696-3.693-2.229-4.458-.532-.764-.232-.798-.232-1.064,0-.267-.666-.732-.832-1.065-.166-.332,1.164,.932,1.464,1.097,.3,.166,.432-.298,.932-.266,.498,.034,1.265,1.597,1.597,2.295,.332,.7,1.131,1.331,1.396,1.53,.267,.2-.232,.267-.232,.666s.599,.632,.964,.832c.367,.2,1.663,2.361,1.796,2.629,.135,.266-.132,.3-.232,.564-.1,.267,.532,1.697,.799,2.129,.265,.432,.799,.599,1.131,.865,.332,.266,.732,.864,1.096,1.496,.367,.633,.999,1.697,1.331,2.363,.332,.666,0,.632,.067,1.131,.065,.498,.932,2.561,.932,3.093s.432,.932,.764,.964c.332,.034,1.396-.398,1.663-.598,.265-.2,1.496-.3,2.263-.3s2.86-1.098,3.492-1.563c.632-.466,2.695-.898,2.895-1.032,.2-.132,.332-.932,.597-1.164,.267-.232,1.931-.865,2.363-.865s1.299-.1,1.396-.532c.1-.432,.235-.566,.667-.666,.432-.098,.564-.564,.699-.764,.132-.2,.732-.466,1.229-.532,.499-.067,.2-.5,.167-.832-.032-.333,.168-.699,.3-1.297,.132-.598,.165,.066,.4,.166,.232,.1,.597-.798,.864-.998,.267-.2,.564-.865,.764-1.33,.2-.466,.3-.633-.132-.733-.432-.1-.564-.532-.932-.998-.364-.466-1.131-.398-1.728-.498-.599-.1-1.099-1.364-1.266-1.997-.165-.632,.4-1.098,.168-1.064-.232,.034-2.228,1.963-2.463,2.361-.232,.4-1.464,.1-2.028,.166-.564,.067-.732,.168-1.164,.034-.432-.134-.7-.498-.799-.732-.1-.234,.732-.632,.732-.865,0-.232-.432-1.098-.664-1.164s-.367,.632-.567,.765c-.2,.132-.564-.266-.664-.366-.1-.1-.267-.998-.3-1.231-.032-.232-.532-.898-.799-1.098-.265-.2-.796-.698-.964-1.097-.165-.4-.599-.898-.896-1.298-.3-.4,.132-.532,.132-.764,0-.234,.5-.168,.899-.234,.397-.066,.265-.066,.297-.266,.035-.2,.4,.066,.567,.266,.165,.2,.497,.366,.764,.366s.732,.898,1.031,1.53c.3,.633,.532,.799,1.232,.899,.697,.099,.599,.632,.964,.964,.364,.332,1.231,.599,1.631,.666,.397,.066,.932,.366,1.264,.366s1.396-.865,1.563-.998c.165-.134,.597,.598,.732,1.097,.132,.498,.132,.864,.964,1.098,.832,.232,3.459,.332,3.859,.498,.4,.167,1.596,.366,2.395,.234,.799-.132,.999-.134,1.364-.234,.364-.1,.367,.167,.964,.234,.599,.066,2.295-.4,2.63-.333,.332,.067,.532,.965,.797,1.165,.267,.2-.065,.698,.532,.964,.6,.266,.832,.1,1.164,.067,.335-.034,.135,.1,.2,.764,.067,.666,1.664,.632,2.031,.765,.364,.134-.132,.4-.599,.5-.465,.1-1.132-.333-1.132-.166,0,.166,1.863,2.627,2.263,2.727,.4,.1,1.231-.3,1.563-.565,.332-.266,.232-1.73,.432-1.631,.2,.1,.367,1.099,.4,1.265,.032,.166,.2,1.93,.165,2.229-.032,.298,.367,1.464,.567,2.361,.2,.898,.997,3.36,1.296,3.991,.3,.633,.799,1.098,.699,1.665-.1,.564,.799,2.062,.932,2.361,.132,.298,1.331,3.059,1.631,3.493,.297,.432,.831,.864,1.064,.998,.232,.132,.797-.533,.864-.898,.067-.367,.532-.3,.732-.366,.2-.066,.499-.733,.632-.899,.132-.166,.599-.598,.832-1.03,.232-.433-.1-.999-.265-1.331-.168-.332,.232-.832,.497-1.098,.267-.266,.599-1.563,.467-2.195-.132-.632-.032-1.464,.165-1.897,.2-.432,.6-.232,.831-.464,.235-.234,.467-.5,.667-.599,.2-.1,.3-.932,.996-1.231,.699-.299,2.627-2.062,3.427-2.728,.799-.666,1.363-.632,1.696-.632,.335,0,.335-.532,.367-.965,.032-.432-.1-.93,.167-1.03,.265-.1,.964-.366,1.229-.466,.267-.1,.767,.232,.932,.232,.167,0,1.164-.366,1.363-.566s.3,.067,.732,.134c.432,.066,.3-.366,.267-.598-.032-.234,.3-.3,.5-.134,.2,.166,.432-.1,.432-.4s.4,.533,.532,.998c.132,.466,.465,1.797,1.064,2.363,.6,.566,1.032,.932,1.596,1.563,.567,.632,.767,1.43,.831,1.829,.068,.398-.364,1.464-.532,1.73-.165,.266,.435,.599,.799,.798,.365,.2,.899-.199,1.464-.465,.564-.266,1.231-1.265,1.296-.999,.067,.266,.2,.2,.4,.366,.2,.168,.667,2.163,1.031,3.094,.367,.93,.332,1.43,.599,1.896,.265,.466-.2,1.43-.167,1.73,.035,.298-.132,.765-.265,1.098-.132,.332-.467,.732-.367,1.065,.1,.332,.235,1.462,.432,1.796,.2,.333,.367,.266,.599,.466,.232,.2,1.931,1.962,2.063,2.495,.132,.531-.2,.698,0,1.164,.2,.466,.3,1.364,.564,1.796,.267,.434,.467,1.032,.932,1.365,.467,.332,1.599,1.297,2.063,1.397,.467,.1,1.064,.2,1.299,.2,.232,0-.267-1.497-.567-1.931-.3-.432-.3-2.028-.3-2.328s-1.131-1.198-1.796-1.797c-.664-.598-.932-.666-1.496-.932-.567-.266-1.167-2.329-1.299-2.76-.132-.433-.4-.267-.599-.167-.197,.1-.432-.998-.232-1.264,.2-.266,.332-.765,.599-1.363,.267-.598,.7-2.495,.899-2.761,.197-.266,.397,.332,.632,.598,.232,.267,.464,.034,.764,.034s.5,.565,.664,.932c.167,.366,.267,.166,.567,.166s.664,1.164,.832,1.531c.165,.365,1.032-.4,1.264,.099,.232,.5,.864,.865,1.096,1.131,.235,.266-.497,1.596-.332,1.895,.168,.3,.864-.664,.999-.93,.132-.266,.864-.2,1.032-.4,.165-.2,.265-.732,.432-1.098,.165-.366,.664-.1,.997-.1s1.431-1.032,1.831-1.397,.564-2.095,.5-2.627c-.068-.533-.335-1.897-.532-2.429-.2-.532-1.231-1.298-1.599-1.53-.365-.233-.632-.698-1.064-1.497-.432-.798-.5-.831-.964-1.231-.467-.398-.168-.498-.1-.93,.065-.433,0-.599,.265-.865,.267-.266,.267-.4,.632-.864,.367-.466,1.831-.965,2.163-1.165,.332-.2,.267,.3,.632,.333,.367,.033,.467-.3,.832-.333,.367-.032,.2,.2,.232,.766,.035,.566,.867,.532,.832,.266-.032-.266,.135-.434,.4-.732,.267-.3,1.099-.3,1.563-.3,.467,0,1.731-.432,1.931-.566,.2-.132,.165-.632,.2-.831,.032-.199,.497,.233,.832,.2,.332-.032,.532-.498,.764-.732,.232-.232,.7,.166,1.096,.166,.4,0,.7-.298,.867-.498,.165-.2,.4-.366,.732-.366s.932-.599,1.231-.998c.3-.4,.2-.699,.632-.766,.432-.066,.364-.598,.364-.732s.699-.3,1.064-.632c.367-.333,0-.632,.167-.832,.168-.2,.465-1.297,.599-1.697,.132-.398,.732-.798,1.196-.864,.467-.067,.567-.1,.632-.666,.067-.566,.3-.798,.432-.932,.135-.134,.035-.632-.032-.932-.068-.3-.899-.3-1.196-.498-.3-.2,.929-1.165,1.029-1.331,.1-.166-.364-.666-.464-.766-.1-.098,.032-.098,.2-.266,.168-.166-.232-.998-.567-1.164-.332-.166-.964-.898-1.096-1.397-.132-.498-.699-1.663-1.064-1.895-.367-.232-.335-.599-.035-.865s.867-.898,.999-1.23c.132-.333,.532-.766,.964-.832,.432-.067,1.299-.2,1.931-.366,.632-.166,.564-.599-.167-.599s-1.396-.366-1.828-.532c-.435-.166-1.663,.566-1.931,.732-.265,.166-.664-.266-.964-.798-.3-.532-.964-1.098-1.299-1.564-.332-.466-.332-.599,.2-.765,.532-.166,1.131-.132,1.631-.2,.499-.066,.165-.598,.499-.998,.332-.398,1.963-1.497,2.16-1.63,.2-.134,.4-.1,.599-.1s.432,.132,.499,.566c.067,.432-.4,.864-.664,1.097-.267,.232-.1,.4,0,.732,.1,.332-.135,.632,.065,.798,.2,.166,1.696-1.098,2.363-1.13,.664-.034,1.064-.367,1.264-.067,.2,.3,.664,.2,.864,.2s-.132,.632-.065,1.065c.065,.432-.532,1.03-.599,1.264-.067,.232,2.196,.632,2.363,.732,.165,.1,.465,.864,.364,1.097-.1,.232-.364-.134-.632,0-.267,.132,.232,1.298,.367,1.564,.132,.266-.4,.998-.534,1.396-.132,.4,.167,1.099,.435,1.199,.265,.099,1.029-.699,1.296-.799,.267-.1,.799-.066,1.064-.034,.267,.034,.7-.598,.999-.998,.3-.398,.032-.998-.1-1.496-.132-.499-.132-1.797-.267-2.163-.132-.366-.597-1.464-1.396-1.996-.799-.532-.467-.798-.332-1.098,.132-.3,.832-.499,1.196-.765,.367-.266,1.399-1.663,1.531-1.93,.132-.266,.764-1.629,.896-1.829,.135-.2,.932-.5,1.067-.532,.132-.032,.4-.732,.632-.898,.232-.166,.597,.466,1.032,.798,.432,.333,1.628-.2,2.128-.366,.5-.166,1.296-1.397,1.496-1.63,.2-.232,.832-1.065,1.167-1.431,.332-.366,.764-.664,1.296-1.064,.532-.4,1.031-1.497,1.164-1.896,.132-.4,.899-1.563,1.264-2.163,.367-.598,.632-.798,.964-1.13,.335-.333,.335-2.263,.6-3.461,.267-1.198-.1-1.464,.032-2.095,.135-.632,.899-1.829,1.032-2.229,.135-.398-.197-.798-.397-.666-.2,.134-.499-1.13-.632-1.364-.135-.232,.132-.199,.332-.366,.2-.166-.799-.93-1.231-1.064-.432-.134-.167-.865-.599-1.065-.432-.198-1.363-.598-1.763-.564-.397,.033,.432,.964,.1,.964s-.532,.499-1.196,.433c-.667-.067,.1-.3,.065-.5-.032-.2-.997,.234-1.296,.266-.3,.033,.232-.732,.232-.932s-.3-.1-.532-.032c-.232,.066-.996-.533-1.396-.466-.4,.066-.667-.366,.232-.998,.899-.632,2.895-2.463,3.159-2.961,.267-.5,1.531-1.265,1.963-1.597,.432-.332,1.064-1.497,1.631-2.162,.564-.666,.365-.998,1.529-2.095,1.164-1.099,3.959-.633,4.558-.466,.599,.166,1.531,.166,2.028,.2,.5,.033,1.599,.432,1.998,.132,.397-.3-.035-.3-.632-.4-.6-.1,.597-.466,.897-.566,.299-.099,.267-.099,.035-.266-.235-.166,.929-.132,1.329-.132s.168,.398,.267,.466c.1,.066,.599-.333,.764-.366,.167-.034,.1,.432,.1,.664,0,.234,.4,.3,.699,.666s-.532,.3-.799,.433c-.265,.132,.3,.732,.532,.764,.232,.034,1.499-.566,1.863-.832,.367-.266,.532-.232,.964-.1,.432,.134,.467,.167,.667,.067,.2-.1,.465,.032,.732,.066,.265,.033,.464-.2,.896-.366,.432-.166,.532-.2,.499-.599-.032-.398-1.031-.2-1.396-.132-.367,.066-.2-.333,.132-.566,.332-.234,.699-.932,.932-1.231s.664-.398,1.131-.632c.465-.232,.932-2.361,1.431-2.927,.497-.566,1.628-.732,1.86-.898,.235-.166,.4,.066,.867-.066,.465-.134,.832-1.031,1.032-1.131,.197-.1-.5,1.098-.567,1.596-.065,.5-.564,.765-.632,1.265-.067,.498,.632,.664,.832,.832,.2,.166,.367-.2,.599-.532,.232-.333,1.331-1.365,1.529-1.597,.2-.234-.1-.766-.197-1.298-.1-.532,.297-.831,.664-.932,.367-.1,.564-.332,.799-.466,.232-.132,.132,.466,.165,.698,.032,.234,.067,.234-.265,.566-.332,.333-.535,1.563-.535,1.763s.167,.599,.3,.798c.135,.2-.265,.4-.432,.567-.165,.166,.132,.398,.3,.532,.168,.132-1.296,.964-1.363,1.364s-.432,.666-.864,.964c-.432,.3-1.699,1.631-2.131,2.129-.432,.5-1.164,2.096-1.329,2.429-.167,.332-1.031,.398-1.299,.532-.267,.132-.267,.4-.332,.864-.068,.466-1.396,2.163-1.596,2.529s-.235,2.695,.032,3.593c.265,.898,.3,2.361,.332,3.159,.033,.799,.432,1.431,.567,1.531,.132,.1,.497,.698,.632,1.164,.132,.466,.033,1.364,.432,1.895,.4,.533,.632-.93,.996-1.064,.367-.134,.732-.998,.932-1.397,.2-.398-.432-.466-.265-.632,.165-.166-.035-.432-.1-.732-.067-.3,.4-.865,.632-.998,.232-.132,.864,0,1.032-.034,.165-.032-.3-1.03-.168-1.496,.132-.466,.599-.633,.832-1.032,.232-.4,1.164-.732,1.431-.732,.265,0,.732,.1,.832-.2,.1-.3,.132-.666-.135-.832-.265-.166-.232-.532-.065-.698,.165-.166,.132-.366,.1-.599-.035-.232,.465-.732,.797-.832,.335-.1,.4,.2,.7,.134,.3-.066,.4-.599,.367-.898-.035-.3-.5-.434-.799-.4-.3,.032-.432-.466-.465-1.098-.035-.633,.497-.699,.732-.898,.232-.2-.267-.932-.599-.865-.332,.066-.367-.2-.2-.4,.168-.199-.167-.998,.032-1.296,.2-.3,.7-1.465,1.032-1.663,.332-.2,.432-.466,.432-.832s.367-.433,.732-.599c.367-.166,.367,.034,.667,.034,.297,0,.065-.134,.332-.499,.265-.366,.997-.698,1.264-.698,.265,0-.168,.732,.032,.898,.2,.166,.999-.798,1.299-.998s.4-.366,.532-.566c.132-.2,.632-.332,1.064-.266,.432,.066,.564,.832,.664,1.264,.1,.434,.599,.266,.732-.1,.135-.366,.467-.932,.632-1.098,.168-.166,.667-.266,.799-.3,.132-.032,.1-.564,.168-.831,.065-.266,.364,.134,.632,.034,.265-.1-.168-.598-.168-.764s.3,.032,.4,.032,.632-.4,.732-.532c.1-.132,.232,.132,.4,.132s.697-.93,2.228-2.194c1.531-1.265,3.027-1.231,3.427-1.265,.4-.032,.499,.134,1.064,.366,.567,.234,.599-.132,.867-.3,.265-.166,.197-.632,.232-.864,.032-.233-.132-1.097-.5-1.198-.367-.1-.232-.698-.699-.831-.465-.134-.265-.5-.3-.865-.032-.366-.1-.033-.364,.2-.267,.234-.168,.332-.964,.134-.799-.2-.3-1.464-.2-1.829,.1-.366,.1-.5-.5-.632-.599-.134-.1-.499,.2-.532,.3-.034,.899,.265,1.231,.265s.532,.3,.964,.233c.432-.066,1.231-.432,1.763-.732s.797-1.298,.797-1.597-.1-.498-.232-.564c-.132-.067,.232-1.431,.267-1.663,.032-.234,.3,.066,.532,.266,.232,.198,.332,.398,.132,.532-.2,.132-.1,.466,.067,.765,.165,.298,.232,.498,.632,.698,.4,.2,2.196,.132,2.528,.2,.332,.066,.764,1.032,.465,1.23-.297,.2,.1,.7,.367,.865,.267,.166,1.363,.166,1.863,.332,.5,.166,.564,.666,1.096,.766,.535,.1,1.299-.3,1.299-.598s-.367-.4-.599-.267Zm-193.636,11.794c-.132,0-.232,.864-.316,.848-.082-.016-.216-.316-.482-.3s-.582,.084-.616,.332c-.033,.25-.216,.367-.432,.267s-.566-.483-.566-.832-1.198-1.547-1.198-1.797,.116-1.014,.4-1.248c.282-.232,.466-.466,.914-.432,.45,.034,.782,.448,1.148,.798,.366,.35,1.281,1.713,1.347,1.913,.075,.225-.066,.449-.2,.449Zm4.508-2.163c-.216,.45-.648,.948-.764,.964-.235,.034-.3-.199-.3-.515s-.067-.599-.616-.882c-.549-.284-1.347-.799-1.181-1.081,.166-.282,.382,.084,.498-.25,.118-.332-.332-.582-.316-.864,.018-.283,.416-.2,.466-.316,.05-.118-.282-.55,.017-.483,.3,.067,1.015,1.181,1.048,.799,.032-.383-1.247-1.581-1.015-1.613,.234-.034,1.596,1.248,1.564,1.497-.032,.249-.448,.532-.116,1.064s.932,1.23,.716,1.68Zm3.942,7.368c-.189,.143-.699-.034-1.099,.333-.4,.366-.284,.814-.532,.598-.248-.216-.067-.616-.265-.865-.2-.248-.916-.582-.699-.798,.216-.216,.664,.45,.964,.1,.3-.35,.184-.682-.084-.814-.265-.134-.416-.583,.016-.599,.435-.016,1.979,1.829,1.698,2.046Zm-9.781,101.79c-.134,.4-.134,.202-.599-.132-.362-.259-.198-.532-.464-1.064-.267-.532-.333-.4-.865-1.131-.532-.732-.266-1.199-.466-1.728-.2-.535-.4-1.199-.4-1.599s.067-1.196,.4-.797c.332,.397,.466,1.064,.532,1.528,.067,.467,.266,1.399,.4,1.731,.132,.332,.398,.599,.532,1.331,.134,.732,1.065,1.464,.932,1.861Zm4.953,7.086c-.419-.148-.459-.397-.647-1.064-.188-.67-.752-1.526-.543-1.817,.208-.292,.563-1.064,.71-.899,.145,.167,.228,.502,.166,.772-.062,.273-.104,1.442,.124,1.733,.232,.292,.607,1.42,.189,1.275Zm-1.493-18.527c.466,.332,.067,.599,.732,.599s.864,.332,.2,.597c-.666,.267-.532,.467-.2,.932,.333,.467,.2,.667-.332,.667s-.532,.332-.932,.864c-.4,.532-1.863,.532-1.995,0-.134-.532,.132-.864,.066-1.599-.066-.729,.332-1.661,.932-1.728,.598-.067,1.064-.664,1.53-.332Zm25.491-55.756c-.373,.231-.789,.463-1.021,.231-.232-.231-.416-.973-.556-.741-.138,.232-.51,.278-.556,.695s.14,.88,.418,1.252c.278,.37,.508,.092,.602,.509,.092,.417,.648,.65,.694,1.252,.046,.603,0,1.577,.14,1.669,.138,.093,.184,1.112-.14,1.204-.489,.14-1.204,.28-1.715,.232-.51-.046-.789-.185-1.067-.139-.278,.047-1.018,.278-1.25-.046s-.602-.927-1.021-.927c-.416,0-.602,.325-.834-.092-.23-.417-.324-1.53-.324-1.947s-.37-.695,.095-.741c.462-.047,.74-1.345,1.018-1.53,.278-.185-.37-.741-.37-1.067,0-.324-.697-.741-.697-1.251s-1.296-1.482-1.482-1.854c-.184-.37-.232-1.065-.37-1.53-.14-.463-.465-1.159-.835-1.25-.37-.093-.697-.047-.278-.463,.416-.418,.37-2.179,.556-2.411,.184-.231,.602-.417,.789-.185,.184,.232,.23,.046,.416-.139,.186-.185,1.158-.789,1.482-.88,.327-.093,.929-.695,1.436-.834,.51-.139,.975-.185,1.577-.185s1.204-.186,1.623,.139c.416,.324,.648,.973,.462,1.297-.184,.324-.508,1.065-.694,1.297-.186,.232-.51,.278-.88,.278-.373,0-.929-.139-1.021,.139s.14,1.02-.092,1.02,.186,.51-.092,.556c-.278,.047-.697-.324-.789,0-.095,.324-.186,.324,.186,.463,.37,.139,.554,.324,.648,.928,.092,.602,.232,.787,.51,.88,.275,.093,.556,.324,.694,.695,.14,.371,.37-.139,.37,.278s-.092,1.251,.14,1.53,.464,.88,.556,.648c.092-.231-.046-.509,.232-.88,.278-.37,.278-.648,.602-.417,.324,.232,.462-.324,.51-.185,.046,.139,.092,.973,.275,1.251,.186,.278,.419,1.019,.049,1.251Zm2.851-37.519c-.1,.266-.3,.45-.3,.599,0,.148,.284,.232,.132,.398-.148,.168-.316,.267-.316,.483s.283,1.08,.067,1.064c-.265-.02-.748-.182-.748-.582s.265-.499,.249-.749c-.016-.248-.483-.348-.4-.582,.084-.232,1.032-.432,.948-.864-.081-.433-.348-1.364-.065-1.098,.281,.266,.532,1.064,.432,1.33Zm5.768,29.501c-.046,.371-.138,1.854-.37,1.947-.232,.092-.602,.324-.602,.556,0,.231-.419,.648-1.436,.417-.273-.062-1.067,.277-1.207-.417-.138-.695-.138-1.436,.14-1.808,.278-.371-.092-.371,.092-.695,.186-.325,.324-1.345,.648-1.345,.327,0,.186,.51,.51,.186,.327-.325,0-.743,.372-.695,.37,.046,.926,.371,.74,.093-.184-.278-.324-.417,.095-.417,.416,0,.786-.278,.832,.046,.048,.324-.324,.093-.092,.835s.324,.926,.278,1.297Zm21.875,5.192c-.343,.274-.648,.556-1.205,.556s-1.669-.093-1.067-.371c.605-.278,2.503-.37,2.271-.185Zm.883-7.278c-.186,.139-.186,.463-.51,.463s-1.113,.139-1.437,.139-2.087-.324-2.365-.231c-.278,.092-.648,.324-.694,.556-.046,.231-.324,.741-.556,.833-.232,.093,.186,1.623-.743,.975-.202-.143-.507-.14-.648-.556-.138-.419,.37-.834,.232-1.299-.14-.463,.416-.556,.742-.695,.324-.138,.508-.463,.972-.37,.464,.093,.88,.093,1.391,.093s1.806,.37,2.225,.231c.416-.139,1.574-.278,1.391-.139Zm7.601-2.271c-.575,.192-.697,.743-1.299,.417-.602-.324-1.528-.926-1.299-1.158,.232-.231,0-1.02,.419-.88,.416,.139,.324,.602,.74,.926,.419,.325,1.855,.556,1.439,.695Zm9.246-4.087c-.3-.134-.632-.333-.599-.599,.032-.266,.467-.664,.632-.632,.168,.034,.732,.3,.699,.566-.046,.37-.432,.798-.732,.666Zm10.477,22.986c-.273,.274-.997,.566-1.396,.166s.167-1.098,.499-1.032c.332,.066,1.064,.698,.897,.865Zm10.774-33.268c-.324,.603-.464,1.16-.464,1.53s-.324,.325-.648,.464c-.324,.139-.14,.324,.046,.556,.186,.231-.046,.417-.419,.555-.37,.139-1.158,1.345-1.806,1.669s-1.299,.789-1.299,1.299-.508,.741-.972,.926c-.464,.185-1.112,0-1.299,0-.184,0,.465-.463,.835-.556,.372-.092,.929-.927,1.158-1.251,.232-.324,.975-1.159,1.207-1.53,.23-.37,.648-1.111,1.159-1.437,.51-.324,1.669-2.225,1.898-2.595,.232-.371,.351-1.056,.742-1.252,.186-.093,.186,1.02-.138,1.622Z" fill="000"/><path d="M271.664,186.485c-.408,0-.219,.913-.157,1.102,.062,.189-.219,.629-.378,.724-.157,.092-.629,.408-.564,.629,.062,.219-.127,.062-.662,.376-.535,.316-.157,.473,.062,.661,.221,.189-.219,.284-.691,.567-.473,.284-.502,.313-.818,.629-.313,.313-.408,.124-.786-.033-.378-.157-.44,.124-.848,.378-.41,.251-.599,.124-.567,.346,.032,.219-.786,.942-.913,1.477-.124,.535,.629,2.736,.818,3.303,.189,.567-.44,.818-1.007,1.48-.564,.659-.815,1.194-.815,1.666s.062,.408,.375,.724c.316,.313-.124,.157,.127,.378,.251,.219,.157,1.634,.219,2.201,.065,.564,.505,.756,.818,.756,.316,0,.44,.564,.818,.691,.378,.124,1.653-.653,1.982-.818,.251-.127,.535-.408,.756-.661,.219-.251,.659-2.139,1.067-2.957,.411-.815,1.007-3.834,1.229-4.685,.219-.848,.818-2.768,.942-3.051,.127-.283,0-1.131,.127-1.383,.124-.254,.219,.313,.629,.281,.408-.03-.221-2.83-.221-3.27s-1.131-1.509-1.542-1.509Z" fill="000"/><path d="M311.472,159.613c-.648-.498-.248,0-.599,.3-.348,.298-.599,.05-.4,.448,.2,.4,.151,0-.148,.799-.3,.798,.027,3.084,.899,2.793,.448-.15,.796-.548,1.148-.598,.348-.05,.548-.849,.548-1.397s-.799-1.847-1.447-2.345Z" fill="000"/><path d="M341.395,178.457c.232,.032,.597,.367,.832,.4,.232,.032,.564-.2,.597-.7,.035-.497,.167-1.363-.097-1.663-.267-.3-.467-.232-.1-.365,.364-.132,.297-.499,.297-.732s.435-.532-.032-.767c-.465-.232-1.196-.232-1.264-.364-.068-.132-.332-.899-.7-1.231-.364-.332-.796-.699-.664-.896,.132-.2,.267-.367,.267-.567s-.899-.764-.932-.997c-.035-.235,.297-.367,0-.499-.3-.132-.4,.132-.667-.267-.265-.4-.2-.432-.4-.432s-.332,0-.464-.167c-.132-.165-.3-.398-.432-.398s-1.199,.001-1.431-.266c-.283-.325-.464-.83-.632-.898-.167-.066-.332-.2-.632-.466-.3-.266-1.299-.766-1.563-1.364-.267-.599-.732-.998-1.032-1.031-.3-.032-1.231-.032-1.596-.266-.367-.232-.832-.864-.964-.666-.135,.2,.197,1.497,.432,1.831,.232,.332,.864,.697,.832,.83-.035,.134-.1,.266,.432,.599,.532,.332,.832,.664,1.064,.998,.232,.332-.067,.566,.432,.632,.5,.066,.999,.266,1.032,.564,.032,.3-.032,1.231,.599,1.699,.632,.465,.632,.397,.764,.797,.132,.4,.1,.467,.632,.799,.532,.332,.432,1.431,.864,2.028,.435,.599,1.663,1.699,1.998,1.931,.332,.232,1.428,1.196,1.564,1.396,.132,.2,1.296,1.563,1.164,1.199-.135-.367-.432-.732-.2-.7Z" fill="000"/><path d="M353.603,181.084c0-.232-.532-.2-.667-.2-.132,0-.132-.365-.364-.465s0-.3,.1-.3,.3-.065,.032-.232c-.265-.167-1.895-.067-2.428-.232-.532-.167-.764-.3-1.231-.267-.465,.033-.699,.4-1.264,.332-.564-.065-.932,.035-1.264,0-.332-.033-1.064-.797-1.396-.932-.335-.132-.534,.168-.831,.168-.3,0-1.032,.067-1.199,.2-.165,.132-.365,.432-.732,.632-.367,.2,.732,.2,1.199,.332,.465,.132,.032,.2-.235,.364-.265,.168,1.231,.267,1.698,.335,.465,.067,1.761,.065,2.395,.265,.632,.2,.597,.235,1.496,.567s2.295,.065,3.095,.065,.548,.208,1.364,.535c.332,.132,.232-.932,.232-1.167Z" fill="000"/><path d="M354.167,181.484c-.332,.135,.019,.4,.567,.4,.265,0,.232-.265,.265-.365,.035-.1-.497-.167-.832-.035Z" fill="000"/><path d="M355.83,182.416c.467,.035,.699-.664,.332-.664-.364,0-.748,.635-.332,.664Z" fill="000"/><path d="M356.894,182.151c-.232,.232,.534,.232,.899,.232,.3,0,.167-.4-.2-.499-.364-.1-.465,.032-.699,.267Z" fill="000"/><path d="M358.993,182.316c.2,0,.397-.2,.532-.4,.132-.2-.332-.265-1.231-.364-.899-.1,.462,.764,.7,.764Z" fill="000"/><path d="M360.421,182.883c-.5-.135-.964,.132-.432,.364,.532,.232,.88,.778,1.496,.999,.467,.165,.4-.267,.4-.367s-.964-.864-1.463-.997Z" fill="000"/><path d="M363.615,182.316c.165,0,.632-.2,.932-.432,.3-.232-.567-.132-1.099,.067-.532,.2-1.196-.035-1.828-.2-.632-.167-.799,.065-1.067,.332-.265,.265,1.223,.235,1.666,.332,.297,.067,1.229-.1,1.396-.1Z" fill="000"/><path d="M366.111,183.814c.632,.097,1.896-1.231,2.095-1.266,.2-.032,1.331-.165,.899-.397-.435-.235-1.831-.035-1.998,.2-.165,.232-.832,.432-1.428,.864-.599,.432-.162,.505,.432,.599Z" fill="000"/><path d="M361.62,171.207c0-.235,.4-.2,.732-.135,.332,.067,1.096,.035,1.296-.065,.2-.1,.832,.032,1.264,.165,.432,.135,.767,0,1.067-.132,.297-.132,.997-.632,1.129-.799,.135-.165,.4-.632,.1-.632s-.697,.599-.964,.799c-.265,.2-1.096-.067-1.563-.067-.465,0-1.096-.1-1.696-.332-.599-.232-.632-.3-.864,.067-.235,.364-.3,.232-.699,.532-.4,.3-.599,1.231-.999,1.496-.4,.267-.232,.599-.465,.832-.235,.235-.067,.632-.3,1.231s-.232,.432-.267,1.064c-.032,.632,.5,.4,.832,.599,.332,.2,.332,.899-.032,1.396-.365,.5-.37,.537-.067,.667,.235,.1,.967-.035,1.099-.1,.132-.067,.067-1.699,.032-1.931-.032-.232,.232-1.031,.332-1.096,.1-.068,1.067-.168,.867,0-.2,.165-.467,.599-.167,.932s.2,.764,.3,.932c.1,.165,.132,.432,.367,.532,.232,.1,.532-.2,.532-.3s.332-.168,.532-.267c.2-.1-.068-.5-.367-.829-.3-.335,.1-.535,.232-.667,.135-.135,.3-.699-.332-.732-.632-.032-.5-.467-.532-.599-.032-.132,.5-.831,.667-.996,.165-.168,.632-.267,.929-.467,.3-.2,.367-.364-.265-.332s-1.531,.232-1.696,.599c-.168,.365-.632,.4-1.067,.4-.432,0-.532-.767-.397-.932,.132-.167,.432-.599,.432-.831Z" fill="000"/><path d="M347.781,172.503c.332,0,.432-.132,.4,.232-.032,.367,.265,1.931,.4,1.963,.132,.033,1.628,.232,1.696,.332,.067,.1-.2,.267,.2,.3,.4,.035,1.331,.067,1.431-.132,.1-.2-.035-.1,.532,.132,.564,.235,1.529,.467,1.529,.667,0,.197,.135,.364,.734,.065,.597-.297,1.229-.597,1.396-1.231,.165-.632,.065-1.164,.499-1.528,.432-.367,1.196-1.199,1.529-1.963s.167-1.031,.799-1.031,.932-.1,.564-.4c-.364-.3-1.428-.732-1.129-.998,.297-.266,.332-.398,.197-.566-.132-.165-1.196-1.462-1.064-1.462s.832,.032,.699-.1c-.132-.134-.467-.434-.168-.467,.3-.032,1.35-.219,1.199-.398-.367-.432,1.164-.998,.664-1.164-.284-.095-.896-.467-1.396-.633-.5-.166-.832-.266-.767-.432,.068-.166,.135-.466-.132-.732-.265-.266-.632-.432-.832-.333-.2,.1-1.096,1.599-1.196,1.631-.1,.034-.4,.4-.4,.566s-.2,.432-.332,.432-.367-.2-.499-.066c-.132,.132-.564,.632-.832,.632s.1,.366-.067,.466c-.165,.1-.997,.932-1.196,.932s0,.465-.2,.498-1.431,.167-1.663,.167-.632,1.628-.764,1.628c-.135,0-.799,.135-.999,0-.2-.132-.532-.498-.799-.498-.265,0-.432,1.298-.432,1.597s.067,1.895,.4,1.895Z" fill="000"/><path d="M349.312,146.457c.132-.132,.432-.532,.1-.898-.332-.366-.5-.2-.999-.068-.5,.134-.932,.533-1.331,.799-.397,.266-.408,1.308-.1,1.43,.932,.366,1.863-.366,1.998-.466,.132-.1,.197-.664,.332-.798Z" fill="000"/><path d="M362.252,142.532c.232-.566,.497-1.597,.732-1.797,.232-.2,.597-1.23,.465-1.563-.132-.332-.232-.698-.3-.864-.135-.341-1.329,.832-1.464,.998-.132,.166-.532,1.396-.532,1.763s.332,1.33,.599,1.663c.267,.332,.267,.366,.5-.2Z" fill="000"/><path d="M374.044,126.132c-.176,.3-.524,.474-.748,.574-.224,.1-.275,.524-.251,.648,.027,.126,.575,.599,.699,.599s-.051-.7,.1-.774c.149-.074,.276,.25,.424,.474,.148,.224-.148,.823-.348,.973-.2,.15-.151,.498-.1,.774,.048,.274,.2,.724,.348,.772,.148,.05,.176-.474,.275-.548,.1-.076,.105,.653,.348,.624,.2-.026,.4-.374,.575-.5,.173-.124,.173-.624,.224-.998,.049-.374,.372-1.022,.548-1.272s-.324-.574-.348-.898c-.027-.325-.075-.549-.327-.45-.249,.1-.497,.074-.697-.126-.2-.199-.551-.174-.724,.126Z" fill="000"/><path d="M377.211,127.903c.348,.174,.648-1.023,.848-1.248,.2-.224,.799,.026,.975,.026,.173,0,.724-.924,.548-1.049-.175-.124-.548-.448-.848-.398-.3,.05-.375,.698-.775,.748-.4,.05-.524-.274-.748-.076-.224,.2-.648,.724-.748,.849-.1,.124,.1,.124,.3,.2,.2,.074,.046,.747,.448,.948Z" fill="000"/><path d="M380.779,123.387c-.149,0-.149-.174-.348-.25-.2-.074-.176-.074-.748-.124-.575-.05-.548,.175-.824,.3-.275,.124-1.272,.05-1.596,.124-.324,.075-.724,.624-1.048,.823-.324,.2-.475,.598-.724,.748-.251,.15-.599,.1-.823,.474-.224,.376,.448,.15,.848,.15s.573,0,.648-.1c.076-.099,.475-.148,.6-.024,.124,.124,.548-.026,.672-.026s.3-.474,.524-.374c.227,.1,.575-.2,.7-.25,.124-.048,.672-.148,.872-.198,.2-.05,.524,0,.799,.198,.276,.2-.124,.475-.248,.575-.124,.099-.051,.473,.124,.748,.176,.274,.246,.356,.624,.4,.448,.049,.748-.774,.972-.974,.224-.2,.375-.174,.475-.25,.1-.074,.173-.598,.249-.674,.075-.074,.251,.224,.375,.25,.124,.024,.473,.024,.672,.024s.748-.298,.875-.374c.124-.074,.248-.374,.373-.398,.124-.026,.124,.424,.3,.424s.324-.724,.348-.948c.027-.225,.2-.126,.376-.15,.176-.026,.4-.4,.5-.424,.1-.026,.124,.224,.024,.324-.1,.1-.324,.424-.324,.674s.372,.324,.599,.324c.224,0,.1-.474,.297-.823,.2-.35,.575-.3,.351-.598-.224-.3-.051-.774,.024-.924,.076-.15,.2-1.073,.3-1.272,.1-.2,0-1.198-.024-1.423-.027-.224,.049-.498,.224-.524,.176-.024,.2,.1,.348,.05,.151-.05,.1-.574,.151-.774,.049-.199,.348-.624,.348-.822,0-.2-.2-1.647-.348-1.771-.151-.126-.324-.999-.351-1.173-.024-.174-.2-.35-.448-.324-.249,.024-.249,.274-.249,.374s.273,.1,.348,.1,.049,.2,.049,.374-.224,.076-.424,.076-.249-.126-.3-.35c-.049-.224-.024-.35-.224-.324-.2,.024-.1,.224-.148,.448-.051,.226-.151,.324-.3,.475-.148,.148,.051,.324,.124,.648,.076,.324,.024,.274-.2,.498-.224,.225,.1,.2,.275,.4s-.224,.898-.324,1.272c-.1,.375-.376,.999-.699,1.397-.324,.4-.772,.899-1.172,1.048-.4,.15-.875,.55-1.023,.724-.148,.175-.348,.274-.599,.324-.248,.05-.273-.324-.148-.574,.124-.248,.3-.548,.176-.524-.127,.026-.524,.15-.624,.324-.1,.175-.027,.549-.075,.849-.051,.3-.5,.598-.675,.848-.173,.25,.1,.474,.027,.698-.076,.225-.4,.25-.551,.25Z" fill="000"/><path d="M387.716,111.337c-.124,.1-.424-.174-.724-.224-.3-.05-.148,.374-.324,.548-.175,.176-.548,.3-.624,.574-.076,.275,.124,.624,.275,.849,.148,.224-.076,.2-.176,.374s.1,.35,.248,.5c.151,.148,.389-.27,.599-.376,.1-.05,.348-.298,.548-.298s.051-.425-.224-.45c-.275-.026-.375-.05-.599-.15-.224-.1,.027-.598,.176-.648,.148-.05,.448,.398,.5,.548,.048,.15,.624-.448,.748-.524,.124-.074,.524,.3,.772,.274,.251-.024,1.023,.599,1.247,.774,.227,.176,.275-.324,.451-.774,.173-.448,.597-.872,1.072-1.097,.475-.224,1.52-.374,1.647-.498,.124-.126-.227-.1-.424-.1-.2,0-.2-.5-.251-.65-.049-.148-.024-.548-.024-.674,0-.124-.572,.25-.824,.25-.248,0-.148-.25-.2-.448-.049-.2-.348,.074-.624,.1-.273,.024-.824-.475-1.172-.774-.348-.3-.824-.998-.924-1.198-.1-.2-.224-.05-.4,.1-.173,.15-.173,.398-.048,.598,.124,.2,.048,1.547-.051,1.672-.1,.126-.348,.674-.248,.924,.1,.25-.3,.698-.424,.798Z" fill="000"/><path d="M388.431,93.708c.119,.539,.119,1.871,.259,2.059,.14,.186,.186,.982,.092,1.333-.092,.351-.162,2.267-.281,2.712-.116,.444,.211,2.314,.259,2.618,.046,.305-.516,3.251-.119,3.415,.4,.163,.516-.748,.681-.888,.162-.14,.697,.544,1.169,.748,.537,.234-.281-1.403-.281-1.613s-.445-.959-.61-1.38c-.162-.42,.119-1.122,.281-1.403,.165-.281,.235-1.122,.467-1.239,.235-.116,1.38,.748,1.59,.865s-.162-.514-.327-.936c-.162-.42-.232-1.543-.21-2.128,.024-.585-.397-.818-.678-1.31-.281-.49-.327-2.221-.583-2.665-.259-.444-.421-.374-.375-1.006,.046-.63-.235-1.847-.351-2.291s.07-.562,.049-.911c-.024-.351-.937-.398-1.288-.281-.351,.116,.537,.725,.632,1.052,.095,.328-.305,.258-.748,.562-.446,.304,.024,.841-.046,1.308-.07,.468,.302,.843,.418,1.38Z" fill="000"/><path d="M360.821,152.211c.3,.232,1.131,.398,.699,.566-.432,.166-.2,.332,.032,.498,.232,.166,.467,.333,.799,.466,.332,.134,.599-.1,.832-.3,.232-.198,.065,.134-.035,.366-.1,.233,.267,.233,.632,.2,.367-.034,.335,.2,.535,.333,.197,.134,.132-.4,.265-.565,.132-.166,.232,.2,.332,.432,.1,.234-.165,.267-.132,.532,.032,.267,.818,.466,1.164,.466,.267,0,.2-.3,.232-.432,.035-.132-.432-.432-.532-.632-.1-.2,.2-.266,.168-.5-.032-.232-.432-.232-.599-.2-.165,.034-.4-.166-.564-.298-.168-.132-.899-.1-1.231-.134-.332-.034-.267-.5-.232-.764,.032-.266,.297,.166,.597,.332,.3,.166-.032-.565-.3-.732-.265-.166-.465-.466-.465-.666,0-.199,.599-.366,.664-.598,.068-.234,.467-1.065,0-1.497-.465-.432-.232-.698-.065-.932,.165-.232,.2-.398-.332-.398-.535,0-.4-.533-.899-.433-.5,.1-.964,.433-.899,.898,.068,.466,.1,2.229-.197,2.495-.3,.266-.367-.166-.635-.166-.265,0-.032,.732-.165,.898-.132,.167,.032,.533,.332,.765Z" fill="000"/><path d="M367.874,155.903c-.168-.232-.267-.498-.532-.564-.465-.116-.5,.2-.732,.232-.235,.034-.267-.066,0,.266,.265,.333,.597,.599,.597,.831,0,.234-.033,.5-.132,.5s-.367,.032-.3,.332,.2,.832,.4,.766c.2-.066,.1-.632,.367-.798,.265-.167,.465-.101,.432-.467-.035-.365,.065-.864-.1-1.098Z" fill="000"/><path d="M369.138,161.26c-.032-.699-.632-2.163-.932-2.329-.235-.131-.432,1.131-.532,1.198-.1,.066-.599-.034-.732,.232-.135,.266-.832,.865-.967,.732-.132-.132-.397-.499-.497-.499s-.567,.167-.567,.333-.265,.1-.532,.2c-.265,.1-.764,.234-.764,.532s-.267,.798,0,.532c.265-.266,.465-.732,.599-.532,.132,.2,.1,.5,.497,.366,.4-.134,.999-.566,1.167-.366,.165,.2,.532,.366,.364,.566-.167,.2-.4,.764,.067,1.164,.465,.4,.632,.466,.964,.4,.332-.066,.864-.332,.732-.532-.132-.2-.2-.566-.1-.666,.1-.1,.364-.3,.564-.032,.2,.265,.467,.365,.732,.099,.267-.266-.032-.698-.065-1.396Z" fill="000"/><path d="M363.48,157.999c-.032,.432,.367-.034,.767-.232,.4-.2,.475-.401,.764-.567,.235-.132,.035-.63-.4-.63-.432,0-.465-.267-.896-.2-.432,.066-.1,.498,.132,.83,.232,.333-.332,.367-.367,.799Z" fill="000"/><path d="M364.612,158.332c-.132,.366-.632,.5-.432,.898,.2,.4,.7,1.198,.799,.833,.1-.367,.1-.865,.167-1.265,.065-.4,.732-1.13,.297-1.164-.208-.016-.697,.332-.832,.698Z" fill="000"/><path d="M365.643,159.263c.235,.032,1.863-.2,.767-.698-.413-.188-.999,.664-.767,.698Z" fill="000"/><path d="M361.72,154.872c.364,0,.095,.865,.632,.865,.432,0,.532-.433,.564-.633,.035-.2,0-.664-.364-.764-.367-.1-1.264-.2-1.131-.034,.132,.166-.067,.566,.3,.566Z" fill="000"/><path d="M360.189,157.4c-.281,.225,0,.666-.332,.799-.332,.132-.999,.831-1.199,.998-.2,.166-1.464,1.364-1.196,1.364,.265,0,1.264-.964,1.596-1.131,.332-.166,1.331-.764,1.399-.998,.065-.232,.065-1.297-.267-1.031Z" fill="000"/><path d="M395.25,179.521c.467,0,1.331,.1,1.199-.1-.135-.2-.632-.897-1.166-1.064-.532-.165-1.564-.2-1.628-.532-.067-.332,.232-.4-.4-.764-.632-.367-.864-.699-1.064-.999-.2-.297-.067-.2-.732-.364-.667-.168-.899-.467-1.499-.632-.597-.168-1.728-.3-2.095-.599-.365-.3-1.032-.365-.897-.532,.132-.168-.135-.599-.267-.467-.132,.135-.265,.5-.532,.5-.265,0-.732-.332-1.196-.364-.467-.035-1.564-.799-1.699-.767-.132,.035-.597,.832-.764,.832s-.432-.165-.831-.165-.899,.065-.764,.165c.132,.1,.697,.267,.532,.432-.168,.167-.067,.567-.267,.667-.2,.1-.465,.632-.896,.464-.435-.165,.032-.564-.1-.599-.135-.032-.899-.597-1.131-.632-.564-.078,.232-.397,0-.896-.232-.5-.732-.932-.864-.932-.135,0-1.566-.232-1.831-.3-.267-.067-.732,.232-.899,.132-.165-.1-1.032-.432-.997-.265,.032,.165-.068,.532,.265,.564,.332,.033,.235-.265,.5,.1,.267,.367,.132,.632,1.064,1.064,.932,.432,1.831,.332,1.731,.4-.1,.067-.367,.632-.699,.632s-1.131,.1-.732,.332c.4,.235,1.264,.699,.999,.767-.267,.068-.632,.365-.232,.632,.397,.265,.864-.2,.864-.465,0-.267-.2-.802,.132-.467,.332,.332,.135,.467,.764,.764,.632,.3,1.963,.599,2.398,.899,.432,.3,1.161,.697,1.428,.732,.267,.032,.964,.4,1.331,1.031,.365,.632,1.396,1.96,1.132,1.928-.267-.032-.899-.265-1.099,0-.2,.267-.996,1.099-.732,1.099,.267,0,1.331-.599,1.364-.467,.035,.135,.235,.467,.467,.3,.232-.165,.664-.5,.764-.4s.432,.1,.532,.467c.1,.364,.964,1.329,1.399,1.231,.432-.1,1.164-.1,1.563-.1,.397,0,1.129-.168,.832-.467-.3-.3-.734-.697-.4-.797,.332-.1,.996-.067,.896-.167s.2-.364,.432-.432c.235-.067,.932,.265,1.067,.165,.132-.1-.167-.332,.465-.1,.632,.235,.799,.202,.999,.235,.2,.033,.564,.897,.564,.897,0,0,.732,1.067,.964,1.266,.235,.2,.767,.364,1.232,.364,.467,0,1.531,.465,1.863,.599,.332,.132,.267,.364,.732,.4,.465,.033,1.064-.067,.667-.335-.4-.265-.467-.4-1.031-.864-.567-.464-1.167-.999-1.531-1.131-.367-.132-.467-.5-.899-1.096-.432-.599-1.728-1.798-1.264-1.798Z" fill="000"/><path d="M400.207,178.789c.365-.132,1.628-.732,1.529-1.064-.1-.332-.832-.365-.932-.265-.097,.1-.996,.732-1.231,.732-.232,0-.165-.367-.364-.267-.2,.1-1.796,.4-1.663,.567,.132,.165,2.295,.432,2.663,.297Z" fill="000"/><path d="M405.562,178.457c-.467-.132,.162,1.242,.5,1.299,1.428,.232-.035-1.164-.5-1.299Z" fill="000"/><path d="M403.235,206.732c.032-.564-.367-1.663-.467-1.928-.1-.267-.597-1.663-.899-1.931-.297-.265-.797-.864-1.129-1.096-.335-.232-.632-.267-.732-.999-.1-.732-.435-.732-.532-.764-.1-.035-.235-.4-.367-.2-.132,.2-.367,.2-.599-.3-.232-.5-.365-1.064-.497-1.331-.135-.265-.567-.932-.867-1.164s-1.131-.432-1.296-.764c-.168-.332-.599-.499-.864-.799-.267-.3-.767-.632-.7-1.032,.065-.4-.1-.896-.367-1.528-.265-.635-.832-1.666-.832-2.031s-.4-1.099-.597-1.331c-.2-.232-.435-.332-.599-.332-.167,0-.532,.332-.599,.035-.065-.3-.2-1.464-.532-2.131-.332-.664-.664-.764-.367-.899,.3-.132-.332-.265-.364-.497-.032-.235-.232-.867-.564-.867-.3,0-.467,1.299-.667,1.464-.2,.167-.1,.967-.2,1.167-.1,.197-.132,.464-.132,.896s.1,2.163-.068,2.495c-.165,.332-.932,2.728-1.129,2.695-.2-.032-.534-.3-.799-.232-.267,.065-.067,.265-.467,.132-.397-.132-.397-.364-.697-.664s-1.099-.235-1.364-.435c-.267-.2,.032-.497-.532-.729-.567-.235-.599-.667-.999-.735-.4-.065-.432,.135-.699-.097-.265-.235-1.032-.667-.997-.934,.032-.265,.4-.896,.497-.929,.103-.035,.267-.4,.2-.567-.065-.165-.297-.432,.1-.532,.4-.1,.732,.1,.599-.232-.132-.332,.564-.899,.132-1.199-.432-.3-.632-.364-.664-.165-.032,.2,0,.532-.232,.364-.232-.165-.3-.432-.499-.4-.2,.035-.232,.467-.664,.335-.435-.135-.967-.567-1.363-.567-.4,0-.799-.032-1.067-.2-.265-.165-.632-.3-.732-.2s.067,.467-.232,.732c-.3,.267-1.264,.5-1.464,.335-.2-.168-.364-.267-.664-.067-.3,.2-.667,.699-.867,.764-.197,.068,.167,.467-.032,.599-.2,.132-.465,.367-.599,.532-.132,.168-.564,1.032-.3,1.064,.267,.035,.667,.1,.499,.3-.164,.2,.2,.667-.065,.567-.267-.1-.567-.367-.732-.367-.168,0-.867-.132-.999-.067-.132,.067-.332,.567-.464,.168-.135-.4-.035-.4-.3-.564-.267-.168-.567-.7-.767-.732-.2-.035-.896,.3-1.164,.265-.265-.032-.265-.364-.432-.065-.168,.3-.265,.597-.465,.532-.2-.067-.267,.432-.4,.597-.135,.167,.1,.732-.267,.667-.364-.067-.532-.4-.664-.232-.135,.165-.267,.632-.267,.832s-.065,.529-.232,.529-.532-.232-.632-.065c-.1,.165-.168,.432-.067,.632,.1,.2-.033,1.099-.265,.799-.232-.3-.4-1.032-.667-.967-.265,.068-1.031,.7-1.129,1.067-.1,.364,.165,.996-.1,1.229-.267,.235-.4,.799-.535,.967-.132,.165-.532,.397-.929,.632-.4,.232-2.131,.664-2.562,.897-.432,.235-1.032,.567-1.596,.599-.567,.032-1.963,.2-2.295,.467-.335,.265-.767,.829-.967,.829s-.764,1.099-.864,.932c-.1-.165,.2-.597-.132-.332-.332,.267-.799,.632-.7,1.131,.1,.5,.068,.764-.065,.964-.135,.2-.435,1.067-.2,.967,.232-.1,.597-.567,.564-.432-.032,.132-.4,.397-.332,.864,.067,.465,.032,.632,.265,.964,.235,.332,.567,1.131,.267,.964-.3-.165-.632-.564-.632-.364s.1,.699-.068,.564c-.165-.132-.432-.532-.332-.132,.1,.4,.067,.964,.367,1.196,.297,.235,.632,.867,.732,1.331,.1,.467,.564,1.264,.732,1.464,.165,.2,.432,1.131,.432,1.496,0,.367,.364,1.631,.632,2.33,.265,.699,.4,1.563,.265,1.431-.132-.135-.265-.632-.464-.168-.2,.465-.2,1.032-.467,1.199-.265,.165-.497,.265-.497,.532,0,.265,.1,.632,.497,.732,.4,.1,.667,.564,1.131,.864,.467,.3,1.364,.432,1.731,.3,.364-.132,1.231-.732,1.696-.899,.467-.165,.999-.764,1.363-.832,.367-.065,1.631-.232,2.031-.065,.397,.165,.764,.297,1.064,.097,.3-.197,.364-.465,.599-.232,.232,.232,.364,.467,.697,.168,.335-.3,.532-1.331,1.099-1.464,.564-.132,1.963-.1,3.027-.067,1.064,.035,1.264,.1,2.028-.3,.767-.4,2.195-.764,2.827-.864,.632-.1,1.199-.332,1.599-.1,.4,.235,.664,.667,1.496,.732,.832,.067,1.596,.167,1.631,.332,.033,.167-.235,.235-.1,.532,.132,.3,.5,0,.564,.467,.068,.467,.567,.997,.599,1.231,.032,.232,.168,.697,.332,.864,.168,.168,.7,.532,.732,.232s-.265-.3,.1-.599c.367-.297,.367-1.229,.899-1.261,.532-.035,.632-.235,.664-.467,.033-.232,.532-.599,.564-.499,.035,.1,.135,.667-.1,.967-.232,.297-.332,1.596-.465,1.696-.132,.1-.364,.165-.499,.432-.132,.265,.132,.332,.367,.167,.232-.167,.597-.3,.697-.599,.1-.3,.435-.799,.5-.599,.067,.2,.2,.899,.367,1.199,.165,.297-.632,.664-.5,.697,.132,.032,.465,.167,.7,.032,.232-.132,.1-.532,.464,.035,.367,.564,1.032,1.196,.964,1.663-.065,.464,.135,.896,.499,1.328,.367,.435,.168,.567,.964,.767,.799,.2,.4,.896,.867,.632,.464-.267,.2-.567,.599-.332,.397,.232,1.264,.764,1.561,.697,.3-.065,1.099-.464,1.366-.499,.265-.032,.497-.797,.597-.797s.235,.165,.667,.664c.432,.5,.364,.832,.932,.667,.564-.167,1.064,.132,1.396-.2,.332-.335,.232-.832,.832-.932,.599-.1,1.031-.168,1.531-.4,.497-.232,1.164,.067,1.196-.4,.032-.465,.067-1.863,.267-1.996,.2-.132,.265-1.131,.497-1.596,.235-.467,.035-1.032,.4-1.331,.367-.3,.867-1.296,1.299-1.563,.432-.267,.697-.3,1.129-.699,.435-.4,1.299-3.292,1.399-4.024,.1-.732,.532-1.963,.267-2.495-.267-.532-.335-.732-.299-1.299Zm-22.081,7.345c-.148-.127-.2-1.075,.024-1.275,.224-.197,.548,.5,.575,.624,.073,.367-.451,.775-.599,.651Zm1.199-5.141c0-.148,.224-.424,.124-.921-.1-.5,.473-.551,.724-.127,.249,.424,.373,.424,.348,.624-.043,.354,.324,.848,.224,1.048-.1,.2-.376,.599-.573,.4-.2-.2-.848-.872-.848-1.023Zm1.245,4.617c-.321,.03-.024-.575-.224-.975-.2-.4-.948-.997-.324-1.148,.624-.148,.824,1.099,.848,1.347,.027,.251-.024,.748-.3,.775Z" fill="000"/><path d="M396.203,227.235c-.238-.299-1.369,.119-1.758,.208-.386,.089-1.161-.148-1.785-.416-.626-.267-.983-.149-.953,.03,.03,.178,.564,1.758,.772,2.114,.211,.357,.27,.446,.211,1.131-.059,.686,1.031,1.52,1.517,1.52,.508,0,.745-.834,.894-1.042,.149-.211,.297,.208,.535,.386,.24,.178,.092-.386,.062-.537-.03-.148,.416-.802,.594-1.042,.178-.238,.119-1.31-.03-1.666-.148-.359,.178-.389-.059-.686Z" fill="000"/><path d="M427.035,227.219c-.154-.116-.538,.23-.691,.421-.154,.192-.154-.267-.23-.537-.079-.267-.308-.075-.386-.384-.076-.308-.613-.232-.883,.23-.267,.462-.5,1.383-.767,1.577-.27,.192-.424,.613-.462,1.188-.038,.578-1.383,1.385-1.69,1.885-.308,.499-1.037,.959-1.499,1.075-.459,.116-.346,1.037-.729,1.345-.384,.308-.575,.537-.767,.767-.192,.232-.54,.616-.616,.961-.078,.346,1.153,.729,1.461,.653,.305-.078,.23,.192,.383,.575,.154,.386,1.053,.24,1.345,.116,.267-.116,.883-.691,1.191-.961,.305-.267,.575-.883,.729-1.191,.154-.308,.154-1.266,.192-1.496,.038-.232,1.499-.999,1.766-1.231,.27-.23,.616,.075,.807,0,.192-.076-.154-.654,0-1.113,.154-.462,.578-1.191,.883-1.577,.308-.384,.154-1.037,.154-1.65s-.038-.54-.192-.653Z" fill="000"/><path d="M431.952,221.878c-.462,.27-.421,.5-1.075,.232-.653-.27-1.115-.77-1.229-1.037-.116-.27-.462-1.499-.616-1.69-.154-.192-.192,.537,.038,.921,.23,.386-.076,.616-.23,.729-.154,.116-.537-.305-.77-.805-.23-.5-.154-.845-.113-1.231,.038-.384-.54-1.075-.999-1.229-.462-.154-1.115-.996-1.461-1.191-.346-.192,.462,1.461,.807,1.882,.346,.424,.921,1.728,1.266,1.96,.346,.23,.578,.346,.346,.575-.23,.23-.267,.308,.232,.691,.5,.386-.27,.653-.27,1.307s-.845,1.191-1.037,1.499c-.192,.305,1.345,.921,1.807,1.345,.459,.421-.702,1.655-.578,1.844,.232,.346,.845,.384,1.191,.346,.346-.041,.578-.653,.616-1.037,.038-.386,1.075-1.307,1.345-1.653,.267-.346-.154-.729,.113-.924,.27-.192,.578-.421,.732-.691,.154-.267,.691-1.191,.729-1.536,.038-.346-.383-.575-.845-.308Z" fill="000"/><path d="M334.12,9.181c.429,.233,1.677-1.055,2.069-1.25,.392-.194,1.172,0,1.445-.155,.273-.157,.157,.155,.313,.312,.157,.157,.311-.234,.662-.469,.354-.235,1.056-.194,1.485-.312,.429-.118,.546-.429,.859-.625,.313-.195,.429-1.094,.429-1.639s.273-.743-.624-1.406c-.899-.664-.275-.392-.354-.703-.075-.312-.075-.468-.389-.39-.313,.078-.157-.703-.392-1.094-.232-.39-.157,.117-.351,.313-.194,.195-.194-.468-.429-.507-.232-.039-.157,.78-.586,.976-.429,.194,0-1.25,.078-1.562,.079-.312-.194-.586-.429-.664-.235-.077-.702,.703-.781,.976-.078,.274-.038-.233-.157-.545-.116-.313-.235,.506-.429,.702s-.429,1.172-.429,1.327c0,.157-.351,.196-.624,.351-.273,.157,.351,1.094,.311,1.445-.038,.352-.505,.157-.74,.586s-.429,.664-.429,1.562-.197,1.015-.548,1.522c-.351,.508-.203,1.118,.04,1.25Z" fill="000"/><path d="M270.598,50.094c.372-.08,1.307-1.202,1.334-1.496,.027-.293-.613-.828-.853-.934-.24-.108-1.069-.188-1.15,.293-.078,.482-.283,2.343,.67,2.137Z" fill="000"/><path d="M284.088,44.937c-.346-.294-.559-.694-.775-1.015-.213-.32-.481,.535-.667,.882s.348,1.149,.775,1.256,.23,.641,.748,.641c.721,0,.667-.454,.616-.775-.054-.32-.348-.694-.697-.988Z" fill="000"/><path d="M297.903,33.449c.213-.294,.343,.239,.667,.213,.988-.08,1.015-.961,.856-1.31-.16-.347-.348-.587-.589-.854-.24-.267-.826,.186-1.094,.428-.267,.241-.376,1.496-.241,1.87,.132,.374,.186-.054,.4-.347Z" fill="000"/><path d="M349.817,26.742c-.24,.026-.454,.481-.535,.989-.078,.508,1.407,.26,1.685,.24,.373-.027,.078-.642,.027-1.015-.054-.374-.937-.24-1.177-.213Z" fill="000"/><path d="M387.008,30.461c-.37-.135-.705,.1-.975,.134-.267,.034-.47,.672-.47,1.042s-.74,.672-.942,1.076c-.2,.402,.437,0,.775,0,.335,0,2.779,.606,3.427,.806,.437,.135-.1-1.95-.502-2.453-.405-.505-.942-.471-1.312-.605Z" fill="000"/><path d="M382.169,26.124c.2,.571,.637,.706,1.21,.74s.505-.37,.505-.807,0-.639,.267-.739c.27-.101,.303,.303,.672,.436,.37,.135,1.412-.034,1.917-.269,.502-.235,.47-.201,.435,0-.032,.201,.103,.571,.405,.47,.303-.1,1.377-.066,1.545-.235,.17-.167,.067-.134-.705-.436-.772-.303-1.042-1.882-1.142-2.051-.103-.168-.067-.84,.1-1.009,.167-.167,.772-.201,.942-.1,.167,.1-.27,.739-.405,.974-.132,.236,.235,1.345,.537,1.647,.303,.302,.943,.302,1.213,.471,.267,.167,.705-.505,.975-.74,.267-.235,.065-.975,.065-1.243s.473-.404,.708-.504c.235-.101-1.11-.841-1.512-1.211-.405-.369-1.042-.168-1.512-.168-.473,0-.64-.437-1.11-.84-.473-.404-.47-.706-.807-.807-.335-.101,.135,.437-.168,.571-.303,.135-.338,.706-.338,1.243s.067,.606-.267,.706c-.338,.101-.338-.437-.338-.74s-.267-.134-.605-.032c-.335,.1-.47-.438-.505-.672-.032-.235-.367-.505-.705-.942-.335-.436-.572-.269-.907,0-.335,.27-1.11,.64-1.277,.774-.168,.135-.067,.571-.032,1.042,.032,.47,0,0-.27,.269-.27,.268,.235,1.345,.203,1.647-.035,.303-.338-.135-.673,0-.338,.135,.2,.874,.605,1.378,.403,.504,.772,.605,.975,1.176Z" fill="000"/><path d="M393.9,25.251c.202,.067,.907,.874,1.412,.975,.505,.101,.4,.524,.772,.571,.27,.034,.168-.336,.303-.37s.303,.268,.672,.236c.37-.034,.907-.942,1.042-1.211,.135-.268,0-.537-.303-.537s-.74-.37-1.48-.706c-.74-.336-.437,.135-.872,.101-.437-.034-.27-.236-.035-.539,.235-.302-.135-.201-.705-.201-.573,0-.64,.067-1.145,.067-.502,0-.772-.672-.94-.571-.168,.1,.335,.908,.605,1.176,.27,.269,.47,.941,.672,1.009Z" fill="000"/><path d="M420.94,47.476c.375,.124,.502-1.211,.67-1.462,.165-.25-.459-.042-1.002-.042-.546,0-.543,.126-.335,.335,.208,.208,.216,1.018,.667,1.169Z" fill="000"/><path d="M434.844,41.963c.586,.335,2.087,.197,2.506,.168,.586-.042,.71-.543,.71-.794s-.71,0-1.545-.292c-.835-.293-1.253-.209-1.92,.042-.669,.251-.335,.543,.249,.876Z" fill="000"/><path d="M274.365,39.643c.2,.132,.899,.332,1.064,.332,.168,0,.1,.066,.3,.266,.2,.2,.267,.066,.467-.132,.2-.2,.2,.266,.4,.432,.2,.166-.2,.532,0,.765,.2,.232-.167,.698-.167,.898s1.431,.366,1.596,.366c.168,0,.432,.232,.7,.332,.267,.1,.167-.332,.3-.332s.432,.532,.599,.632c.165,.1,.465-.2,.465-.2,0,0,.467,.166,.599,.1,.132-.066,.24-.025,.465-.166,.267-.166,.1-.632,0-.532-.1,.1-.132-.167-.2-.333-.065-.166-.432-.066-.532-.332-.1-.266-.697-.698-.697-.865,0-.166-.267-.566-.2-.698,.065-.134-.567-.932-.567-1.097s-.2-.732-.265-.998c-.067-.266,.165-.599,.332-.865,.165-.266-.068-.4-.3-.432-.232-.034-.033-.566,0-.898,.032-.333-.1-.234-.068-.4,.035-.166,.532-.732,.532-.898s-.197-.434-.132-.666c.067-.233,.4,.1,.599,.132,.2,.034,.032-.366,.032-.532s.232-.266,.367-.4c.132-.132,.165-.731,.065-.864-.1-.134-.364-.066-.632-.3-.265-.232-.497-.3-.764-.3-.265,0-.5-.365-.732-.398s-.032,.332-.032,.498c0,.167-.599-.132-.899,0-.3,.134-.265,1.131-.432,1.364-.167,.233-.567,.034-.767,.067-.197,.034-.097,.498-.097,.632s-.2,.066-.532,.1c-.335,.034-.3,.3-.068,.598,.232,.3,.4,.2,.632,.2s-.068,.3-.2,.5c-.132,.2-.5,1.097-.465,1.396,.032,.3,.232,.367,.232,.567,0,.199-.232-.034-.567-.2-.332-.166-.1,.066-.265,.266-.167,.2-.132,.032-.3,.066-.167,.034-.332,1.031-.4,1.464-.065,.432,.332,.732,.532,.865Z" fill="000"/><path d="M275.131,40.507c-.235,0-.235,.366,.065,.533,.3,.166,.248,.88,.599,.83,.232-.032-.068-.732-.068-.964,0-.234-.364-.4-.597-.4Z" fill="000"/><path d="M277.192,29.597c.267-.1-.1,.831-.032,.965,.067,.132,.732,.132,.999,.166,.265,.033,.632,.3,.796,.432,.168,.134,.732,.034,.732,.232,0,.2,.567,.475,.867,.433,.232-.034,.532-.4,.532-.599,0-.199,.3-.698,.065-.864-.232-.166-.397-.4-.3-.466,.1-.068,.767,.298,.932,.066,.167-.232-.165-.432-.165-.632s.432,.233,.432,0-.132-.4-.367-.632c-.232-.234,.335-.234,.599-.3,.267-.066,0-.232-.065-.4-.067-.166,.232-.166,.365-.166s.499-.066,.499-.366-.167-.765,.032-.798c.2-.034,.599,.032,.599-.166,0-.2-.467-.167-.499-.3-.032-.134,.132-.266,.332-.3s.3-.032,.467-.166c.165-.134,.332,0,.465-.166,.132-.166-.065-.466-.132-.699-.068-.232,.632,.233,.964,.3,.332,.067,.232-.332,.3-.432s.265,.166,.465,.034c.2-.134,.2-.965,.367-1.198,.167-.234,.132,.032,.3,.232,.167,.2,.265-.166,.499-.366,.232-.2,.165-.2,.332-.3,.165-.1,.932-.864,1.264-.998,.332-.132,.764-.499,.999-.932,.232-.432,.929-.598,1.164-.598,.232,0,.732,.232,1.164,.366,.432,.132,.764-.034,1.131-.233,.364-.2,.332-.3,.632-.532,.3-.232,.797-.598,1.031-.698,.232-.1,.664-.499,.564-.466-.1,.034-.299-.333-.299-.532,0-.2,.167-.633,.332-.799,.167-.166,.267-.232,.135-.366-.135-.132-.168-.832-.2-1.098-.035-.266,.2-.3,.332-.432,.132-.134-.2-.632-.4-.766-.2-.132-.165-.498-.1-.664,.067-.166-.365-.3-.699-.467-.332-.166-.365,.101-.497,.2-.135,.1-.3-.032-.332-.132-.035-.1-.667,.1-.799,.2-.132,.1,.032,.498,.032,.732,0,.232-.5,.666-.597,1.064-.1,.4-.567,1.065-.934,1.097-.364,.034-.465,.3-.764,.666-.3,.366-1.064,.566-1.596,.532-.532-.032-.4,.2-.732,.3-.332,.1-.367-.466-.499-.732-.132-.266-.168,.132-.265,.3-.1,.166-.335,.199-.5,.266-.167,.066-.599-.434-.732-.599-.135-.166-.367,.066-.567,.233-.2,.166-.065,.066-.497,.1-.435,.032-.1,.166,.032,.332,.132,.166-.167,.232-.332,.566-.168,.332-.999,1.164-1.299,1.264-.3,.1-.2,.3-.465,.332-.267,.034-.067-.332-.3-.366-.232-.032-.168,.366-.132,.533,.033,.166-.167,.366-.467,.532-.3,.166-.564,.332-.932,.532-.365,.2,.067,.4,.067,.632s-.232,.1-.4,.1-.664,.4-.465,.432c.197,.034-.467,.966-.667,1.198-.2,.233-.165,.034-.4,0-.232-.034-.465,.2-.532,.333-.065,.132,.067,.166,.267,.166s-.068,.432-.232,.632c-.168,.2,.464,.4,.432,.566-.035,.166-.467,.1-.699,.2s.2,.498,.4,.698-.4,0-.732,.134c-.332,.132,.265,.564,.1,.798-.167,.232,.232,.4,.232,.732s-.4-.366-.764-.332c-.367,.032-.467,.1-.532,.366-.067,.266,.033,.564-.367,.598-.4,.034-.499,.2-.864,.766-.367,.564,.632-.2,.896-.3Z" fill="000"/><path d="M236.397,43.659c.351-.039,1.48-.585,1.48-.934,0-.428,.078-.818-.234-.701-.311,.116-1.246,.662-1.323,.895-.078,.234-.273,.779,.077,.74Z" fill="000"/><path d="M229.855,49.383c.35-.428,1.362-1.052,1.207-1.285-.136-.204-.196-.74-.467-.583-.273,.155-.157,.856-.351,1.09-.194,.234-.74,1.208-.389,.779Z" fill="000"/><path d="M447.263,65.838c-.34-.301-.791,.3-1.091,.338-.3,.038-.789-.188-1.053-.338-.262-.151-.224,.676,.076,.976,.302,.301,.526-.187,.791-.225,.262-.038,.902,.898,1.539,.977,.303,.038,.751-.338,.902-.451,.151-.112-.826-.977-1.164-1.277Z" fill="000"/><path d="M223.369,86.333c-.228,.23-.778,.23-1.053,.184-.274-.046,0,.458,.504,.733,.504,.274,.371,.75,.733,.823,.458,.092,.458-.092,.778-.138,.321-.046-.137-.732-.182-1.099-.046-.366,.092-.778,.228-.961,.138-.184-.778,.23-1.007,.458Z" fill="000"/><path d="M411.281,182.821c-.259,.035,.122,.381,.432,.589,.313,.208,.877,.173,1.004,0,.208-.278-1.177-.624-1.436-.589Z" fill="000"/><path d="M414.106,184.519c-.019,.208,.972,.319,1.021,.173,.105-.313-1.004-.381-1.021-.173Z" fill="000"/><path d="M409.877,180.515c-.71,0,1.029,1.488,1.385,1.129,.486-.486-.675-1.129-1.385-1.129Z" fill="000"/><path d="M273.274,136.675c-.168,.187,.205,.41,.329,.231,.078-.109-.165-.419-.329-.231Z" fill="000"/><path d="M393.143,109.984c.122,.169,1.226-.795,1.137-1.015-.049-.122-1.258,.845-1.137,1.015Z" fill="000"/></g><g><path d="M176.492,64.604c.134-.007,.247-.012,.323-.016,.27-.015,.011-.034-.323,.016Z" fill="000"/><path d="M187.301,37.437h-2.185c.073-.121,.107-.252,.053-.381-.182-.444-.52-.444-.305-.778,.215-.332,.336-1.665,.244-1.665s-.489,.278-.643,.223c-.153-.055-.182-.223-.336-.223-.153,0-.458,.057-.672,.057-.213,0,.031,.054-.305-.223-.336-.277-.581-.277-.581-.5,0-.221-.062-.776-.275-.887-.215-.112-.275-.223-.551-.168-.275,.056-.122-.111-.305-.111s-.077-.194-.23-.25c-.153-.055-.138,.084-.244,.112-.106,.027-.275-.057-.398-.112-.122-.055-.366,.167-.382-.055-.015-.221-.015-.25-.107-.416-.092-.166-.075-.471-.138-.389-.061,.084-.046,.444-.015,.528,.031,.082,.031,.332-.107,.305-.138-.028-.153-.166-.29-.166s-.246-.139-.352-.139-.259,.139-.305-.028c-.046-.166,.123-.305-.015-.332-.138-.028-.49,.305-.582,.305s-.153-.278-.244-.223-.244,.305-.351,.194c-.108-.111,.198-.444,.092-.5-.108-.055-.275-.082-.382-.055-.108,.028-.261,.139-.275-.055-.015-.194,.092-.333-.077-.471-.167-.139-.397-.223-.351-.389,.046-.166,.092-.305,.061-.416-.03-.111-.138-.361-.199-.278-.061,.084-.153,.444-.199,.362-.046-.084,.015-.362-.153-.362-.169,0-.138,.112-.215,.028-.077-.084-.031-.277-.153-.277-.123,0-.261,.193-.336,.111-.077-.084-.123-.278-.184-.278-.062,0-.077,.055-.244-.055-.169-.111-.643-.277-.734-.25-.092,.028-.061,.223-.244,.166-.184-.055-.443-.361-.626-.332-.184,.028-.169,.25-.398,.084-.228-.167-.412-.25-.351-.417,.062-.166,.23-.555,.23-.666s0-.721-.061-.694c-.061,.028-.153-.056-.199,.139-.046,.194-.215,.555-.215,.555,0,0-.046,.278-.031,.389,.016,.111,.108,.471,.031,.471s-.23-.292-.413-.305c-.227-.016-.651-.086-.805-.086-.155,0-.309,.139-.502,.209-.192,.07-.539-.139-.771-.139-.231,0-.81,.069-.964,.139-.154,.07-.691-.012-.844-.378-.092-.224-.429-.566-.699-.496-.27,.07-.848,.56-.964,.56h-.771c-.154,0-.579-.249-.695-.249s-.578,.249-.732,.249-.347,.209-.54,.28c-.193,.07-.828-.207-.956-.109-.142,.108-.702,.39-.857,.39-.154,0-.192-.42-.501-.42s-.579-.14-.694,0c-.116,.139-.502,.35-.502,.35,0,0-.192-.07-.462-.14-.27-.07-.347,.174-.347,.454s-.348-.139-.348-.139c0,0-.424-.14-.655,.069-.231,.211-.27,.84-.579,.49-.308-.35-1.002-.7-1.118-.49-.116,.211-.707,.66-.942,.234-.204-.37-.779,.278-.825,.167-.046-.111,.138-.139,.015-.305-.122-.166-.244-.722-.244-.583s0,.555-.061,.528c-.062-.028-.062-.139-.138-.056-.077,.082-.138,.388-.26,.388-.122,0-.29,.167-.351,.167s-.23,.416-.336,.388c-.106-.027-.061-.084-.152-.111-.092-.028-.459,.139-.459,.139,0,0-.092,.361-.23,.361-.136,0-.428-.305-.534-.194-.107,.111-.061,.555,.016,.666,.076,.111,.061,.25-.031,.278-.092,.027-.169,.166-.367,.166s-.52,.111-.643,.332c-.122,.223-.228,.278-.122,.362,.107,.082,.138,.332,.046,.388-.092,.055-.138,.278-.213,.389-.077,.111-.49,.416-.566,.555-.077,.138-.261,.111-.215,.25,.046,.139,.153,.305,.107,.361-.046,.055-.092-.056-.167,.027-.077,.084-.107-.193-.199-.138s-.138,.332-.184,.138c-.046-.193-.062-.332-.153-.332-.092,0-.49,.416-.628,.805-.138,.388-.061,1.026-.184,1.192-.122,.167-.168,.361-.184,.528-.015,.166,.123,.555-.137,.526-.26-.028-.382-.444-.474-.582-.092-.139-.138-.362-.108-.528,.031-.166,.062-.555-.03-.776s-.077-.666-.152-.805c-.077-.139-.2-.305-.169-.389,.031-.082-.152-.221,.015-.332,.169-.111,.189-.065,.321-.194,.132-.129,.255-.37,.143-.333-.112,.038-.388,.315-.296,.111,.092-.203,.254-.203,.143-.332-.112-.129-.246-.129-.123-.221,.123-.093,.296,.073,.255-.168-.04-.24-.154-.296-.286-.61-.132-.314-.182,.111-.346,.13-.163,.019-.224-.296-.408-.296s-.571-.111-.744-.13c-.174-.019-.356-.37-.591-.37s-.316,.24-.489,.24c-.174,0-.408-.202-.551-.185-.142,.019-.234-.221-.377-.221s-.193,.296-.347,.13c-.153-.167-.142-.389-.132-.518,.011-.13-.275-.166-.325-.24-.051-.074-.418-.185-.54-.092-.123,.092-.184,.185-.316,.259-.132,.073-.316,.111-.244-.038,.07-.148,.305-.13,.244-.389-.062-.258-.224-.572-.112-.572s.234-.019,.182-.13c-.05-.111-.315-.074-.417-.111-.101-.038-.469-.555-.663-.574-.193-.019-.641,0-.794,.185-.154,.185-.103,.223-.265,.351-.163,.13-.235,.297-.215,.5,.02,.204,.061,.425,.143,.685,.081,.259,.204,.444,.153,.444-.051,0-.103,.185-.081,.277,.019,.093,.03,.351,.132,.389,.101,.036,.265,.389,.152,.315-.112-.074-.184-.019-.255-.055-.072-.038-.213-.148-.255-.259-.041-.111-.081-.259-.142-.221-.062,.036-.143,.147-.123,.294,.02,.148,.112,.242,.215,.259,.101,.019,.184,.37,.101,.37-.081,0-.152-.036-.152,.093s.152,.629,.009,.591c-.142-.036-.162-.37-.305-.315-.143,.055-.265,.296-.305,.13-.042-.166,.03-.351-.031-.425-.061-.074-.143-.166-.092-.24,.051-.074-.132-.166-.081-.259,.05-.092,.132-.332,.041-.221-.092,.111-.224,.13-.255,.259s-.031,.851-.123,.906c-.09,.055-.223-.038-.294,.055-.072,.092-.154-.129-.265,.092-.113,.223-.174,.499-.235,.518-.061,.019-.367,.277-.439,.296-.072,.019-.204,.019-.265,.13-.061,.111-.184,.425-.356,.499-.173,.074-.123-.019-.224,.074-.103,.092-.244,.24-.255,.406-.009,.166,.041,.387,.011,.517-.031,.131-.224,.389-.224,.629s0,.463-.072,.537c-.072,.073-.143,.647-.224,.554-.082-.092-.336-.369-.398-.443-.061-.074,.022-.37-.092-.444-.112-.074-.346-.37-.386-.259-.042,.111-.132,.444-.194,.389-.061-.055-.417-.444-.387-.574,.031-.13,.103-.147,.042-.24-.062-.092-.408-.13-.448-.351-.042-.223-.215-.499-.246-.444-.03,.055-.02,.221-.122,.24-.103,.019-.204,.074-.123,.259,.082,.185,.347,.296,.296,.37-.051,.074-.163,.166-.112,.351,.051,.185,.112,.851,.031,.851-.082,0-.246-.185-.327-.185s-.092,.112-.193,0c-.103-.111-.163-.204-.255-.185s-.356,.168-.437,.168c-.082,0-.194,.202-.327,.221-.132,.019-.204,.111-.296,.259-.092,.147-.255,.24-.316,.277-.061,.038-.142,.296-.265,.296-.015,0-.031,.004-.047,.012h-1.214c-.047,.359,.663,.386,.852,.525,.189,.138-.283,.166-.52,.166s-.474,.249-.379,.47c.096,.221,.332,.221,.379,.636,.047,.416-1.135,1.439-1.279,1.522-.142,.082-.756-.028-1.041-.082-.284-.055-.756,.109-.945,.165-.189,.055-.805,.055-1.468,.25-.661,.193-.142,.221-.142,.47s-.425,.332-.994,.332-.662,.248-1.041,.414c-.378,.166-.425,0-.852,.111-.425,.111-.52,.387-.851,.498-.332,.111-.521,.443-.236,.664,.284,.22-.238,.165-.238,.525s.71,.221,.663,.443c-.047,.221,.52,.332,.852,.332s-.143,.304,.095,.386c.236,.084,1.136-.138,1.372-.193,.236-.056-.567,.248-.521,.443,.049,.193,.71,0,.994-.055,.285-.055,.238-.028,.285,.165,.047,.194-.852,.139-.663,.25,.189,.111,1.183,.277,1.42,.193,.235-.082,.331-.275,.378-.387,.047-.109,.425,.416,.946,.416s.994-.471,1.135-.609c.142-.138,.52,.221,.709,.138,.19-.082,.285,.139,.474,.277,.189,.139-.095,.554-.332,.609-.236,.055-.425,.221-.661,.139-.236-.084-1.23-.028-1.704-.028s-.662,.194-.756,.277c-.096,.082,.994,.027,1.419,.027s1.23,.25,1.277,.332c.047,.084-.852-.027-1.183-.055-.331-.027-.189,0-.52,.028-.332,.027-1.183-.028-1.515-.055-.331-.028-1.324,.055-1.94,.138-.614,.084-.52,.361-.283,.498,.236,.138,.474,.359,.71,.554,.236,.193,.567,.277,.567,.442,0,.166-.662,.139-1.041,.25-.378,.111,.569,.443,.852,.58,.284,.139,.095,.084,.331,.277,.238,.193,.71,.166,1.041,.359,.331,.194,1.468,.388,1.893,.443,.425,.055,.473-.082,.473-.193s.757-.195,.899-.221c.142-.028,.616-.305,1.088-.332,.474-.028,.852,.277,1.136,.221,.285-.055,.71-.414,.852-.525,.142-.111,.332,0,.805,.027,.473,.028,1.324,.443,1.608,.58,.285,.139,1.042,.084,1.231,.111,.189,.028,.899,.166,1.23,.166s.047,.221,.142,.332c.095,.111,.852-.027,1.041-.055,.189-.027,.189,.166,.189,.304,0,.139,.189,.028,.473,.221,.285,.194-.236,.471-.473,.609-.236,.138,.616,.498,.757,.636,.142,.139,.047,.25,.047,.36,0,.109,.805,.636,1.041,.718,.236,.084,.284,.581,.567,.886,.285,.304,.521,1.05,.379,1.161-.142,.111,.189,.416,.425,.664,.236,.248,.473,.802,.473,.995,0,.194,.285,.443,.379,.637,.095,.193,.095,.607,.426,.802,.332,.193,.332,.221,.568,.442,.236,.221-.142,.028-.378,.055-.238,.028-.285-.055-.332-.22-.047-.166-.047-.277-.425-.277s0,.304,.142,.497c.142,.194-.094,.139-.474,.166-.378,.028,.048,.194,.094,.277,.049,.084-.189,.111-.236,.332s-.52,.387-.756,.581c-.237,.194,.567,.194,.709,.194s.569-.139,.71-.084c.142,.055-.427,.221-.805,.361-.378,.138-.852,.027-.709,.193,.142,.166,.094,.609,.378,.664q.283,.055,.331-.166c.047-.221,.236,.082,.474,.248,.236,.166,.567,.028,.803-.111,.238-.138,.096-.166,0-.332-.094-.166,.285-.47,.332-.636,.047-.166,0-.277-.047-.443-.047-.166,.142-.442,.189-.525,.047-.082,.331,.443,.378,.58,.047,.139-.094,.664,.427,.857,.52,.194,.378,0,.567-.138,.189-.138,.331,.082,.71,.055,.378-.027-.568,.277-1.088,.387-.521,.111,.236,.221,.947,.249,.709,.028,.331,.084,.567,.194,.238,.109-.284,.138-.662,.304-.379,.166,.425,.027,.851,.082,.427,.055,.569,.194,.71,.139,.142-.055,0,.111,.236,.166,.236,.055-.709,.166-.331,.332,.378,.165,.425,.275,.425,.442s-1.136-.221-.992-.111c.14,.111,.614,.305,.662,.527,.047,.22-.852-.166-1.372-.332-.521-.166-.852-.416-1.373-.525-.52-.111-1.04-.028-1.324-.055-.284-.028-.331,.111-.189,.386,.142,.277-.047,.443,.378,.554,.427,.111,.946,.084,1.279,.193,.331,.111,.567,.223,.662,.416,.095,.193,.379,.138,.757,.138s.378,0,.805-.138c.425-.139,0,0,.284,.193,.283,.194,.473-.055,.616-.082,.142-.028,.142,.442-.19,.47-.331,.027-.189,.193,.047,.47,.238,.277,.19,.361,.238,.582,.047,.22,.142,.331-.143,.442-.284,.111,0,.194-.047,.332-.047,.139-.236-.249-.614-.359-.379-.111-.095,.248-.379,.414-.284,.166,.047,.166,.332,.248,.283,.084-.425,.221-.663,.361-.236,.138,.521,.082,.663,.082s-.474,.554-.236,.554c.236,0-.049,.193,.52,.359,.569,.166,.189,.194,.426,.332,.238,.139-.189,.111-.426,.194-.236,.082,.189,.193,.616,.386,.425,.194-.379,.055-.805,0-.427-.056-.52-.304-.899-.304s-.616-.027-1.136-.082c-.521-.055-.805,.138-.946,.275-.142,.139-.426,.305-.426,.416s1.136-.055,1.561-.055,.427,.027,.947,.166c.52,.138-2.271,.027-2.366,.138-.095,.111-.142,.277,.142,.416,.283,.138,.378,.138,.616,.165,.236,.028,.378,.055,.378,.139,0,.082-.142,.111-.663,.248-.52,.139,.474,.305,.189,.332-.284,.028-.331,.082-.851,.221-.521,.138,.52,.388,.756,.388s1.041-.498,1.373-.554c.331-.055-1.136,.747-1.279,.802-.142,.055-.331,.277,0,.332,.332,.056,.805-.138,.994-.138,.19,0,.426,.22,.285,.304-.142,.082-.238-.028-.616-.055-.378-.028-.378,.166-.425,.304-.047,.139,.284,.221,.614,.414,.332,.195,.474,.443,.474,.443,0,0,.331,.221,.473,.221s-.284,.194-.52,.359c-.238,.166,.047,.332,.236,.416,.189,.082,.473-.166,.52-.305,.049-.138,.285,.055,.285,.055,0,0,.52-.138,.662-.248,.142-.111,.332,.193,.047,.36-.283,.165-.236,.22-.283,.331-.047,.111,.378,.139,.663,.221,.283,.082-1.373,.305-1.562,.36-.189,.054,.189,.193,.378,.304,.19,.111-.047,.166-.236,.277-.189,.111,.71,.138,.994,.138s-.047,.166-.331,.221c-.284,.055,.283,.111,.473,.193,.19,.084-.142,.028-.425,.084-.284,.055,.236,.138,.52,.193,.285,.055-.236,.194-.095,.443,.143,.249,.047,.304,.332,.388,.283,.082,.614-.277,.756-.414,.143-.139,.285,.221,.521,.497,.236,.277,.189,.83,.189,.968,0,.139-.567,.084-.284,.25,.284,.166-.047,.193,.142,.414s.473,0,.805-.055c.331-.055,.378,.111,.757,.359,.378,.25-.048,.277,.189,.443,.236,.166,1.04,.221,1.466,.221s.425-.082,.567-.082c.143,0,.096,.193,.096,.359s.473,.028,.614,.138c.142,.111,.331,.139,.616,.028,.284-.111,.095,.193,.331,.387,.236,.193,.425,.055,.568-.055,.142-.111,.709,.248,.947,.111,.236-.139,0-.139-.049-.332-.047-.194,.191,.027,.191,.027,0,0,.425-.443,.614-.581,.189-.138,.094-.277,0-.387-.095-.111,.521-.249,.663-.386,.142-.139-.095-.084-.142-.194s.284-.082,.473-.082,.236-.582,.236-.693-.095-.138-.473-.138,.047-.387,.047-.609,.142-.304,.425-.386c.285-.084-.236-.25,.143-.332,.378-.084,.473-.305,.52-.637s.425-.636,.71-.968c.283-.331-.236-.275-.285-.414-.047-.138,.379-.082,.663-.138,.283-.056,0-.83,.52-1.052,.521-.221,.568-.663,.852-.884,.285-.221,.19,.055,.379,.111,.189,.054,.803-.305,1.04-.332,.238-.028,.379-.277,.379-.636s.047-.471,.378-.471-.095,.084,.047,.277c.143,.194,.332,.359,.332,.359,0,0,.473-.082,.661-.22,.189-.139,.047,.304,.236,.414,.19,.111,.616-.359,.852-.525,.238-.166-.142-.361-.189-.471-.047-.111,.427,.277,.852,.388,.426,.111,.284-.359,.52-.47,.238-.111,.521-.388,.71-.47,.189-.084,1.135-.886,1.135-1.023,0-.139,.616-.913,.852-1.023,.236-.111,.567-.582,.567-.748,0-.165,.427,.111,.427,.111v.296s.364,.117,.658-.015c.293-.132,.28-.078,.547,.015,.266,.094,.413,.078,.693,.008,.28-.07,.213,.085,.52-.046,.305-.134,1.331-.483,1.919-.585,.586-.101,3.463-.562,3.717-1.067,.252-.508,.425-.818,.772-.849s.774-.155,1.199-.46c.427-.303,.294-.583,.494-.676,.199-.095,1.424-.188,1.251-.273-.173-.086-1.932-.039-2.318-.163-.386-.126-1.426-.429-1.653-.351-.225,.078-.799,.49-1.065,.475-.267-.016-.547-.087-.774-.023-.226,.062-.452,.389-.625,.304-.174-.086-.174-.179-.333-.117-.159,.062-.227,.171-.347,.086-.12-.086,.041-.227-.225-.157-.267,.07-.547,.14-.481,.039,.067-.101,1.28-.062,1.68-.335,.152-.105,.389-.163,.597-.194-.643,.028-1.793,.069-1.902-.008-.134-.093-1.213-.382-.68-.491,.533-.108,1.294-.015,1.187-.304-.107-.288-.867-.685-.68-.903,.188-.217,1.253-.451,1.28-.67,.027-.217-.679-.678-.479-.678s1.279,.717,1.651,.717,1.346,.382,1.56,.452c.213,.07,.572-.281,.706,.007,.134,.289,.613,1.839,1.319,1.784,.706-.054,.493-.443,.865-.358,.374,.087,.56,.374,.933,.188,.374-.188-.107-.421-.093-.748,.014-.327,.427-1.769,.2-1.698-.227,.07-.332,.233-.427,.382-.093,.147-.239,.397-.679,.203-.44-.194-.266-.304-.053-.475,.212-.171,1.065-.506,.772-.647-.293-.14-.799,.389-1.04,.296-.239-.093-.545-.163-.346-.341,.2-.179,.652-.281,.412-.405-.239-.126-1.678-1.029-1.985-1.052s-1.172,.506-1.426,.452c-.252-.055,.44-.39,.106-.499-.332-.109-.692-.155-.4-.211,.293-.054,1.692,.086,1.546-.108-.147-.194-.254-.725-.747-.638-.493,.085-1.358,.63-1.599,.451-.241-.178-.147-.397,.106-.444,.252-.046,.867-.186,.96-.257,.093-.07,.813-.194,.638-.281-.173-.085-.506-.311-1.026-.327-.52-.015-1.252,.062-.999-.124,.252-.188,.852-.008,1.253-.179,.4-.172,.852-.569,.772-.771-.08-.202-.066-.49,.12-.405,.186,.086,.559,.475,.706,.296,.147-.179-.52-.622,.014-.591,.533,.031,2.118,.467,1.865,.49-.252,.024-1.185-.155-1.265-.07-.08,.086,.146,.328,.572,.444,.427,.118,1.199,.694,1.346,.538,.146-.155,.12-.366,.386-.304,.267,.062,.467,.194,.547,.109,.08-.085,.093-.186,.413-.172,.32,.016,1.213,.203,.999-.023-.213-.225-.24-.849-.013-.95,.227-.101-.893-.281-1.306-.343-.413-.062-1.653-.023-1.746-.304-.093-.281,.466-.265,.799-.194s.493-.101,.093-.459c-.4-.359-.039-.506,.32-.32,.361,.187,.173,.296,.599,.187,.427-.109,.493,.023,.32,.147-.173,.124-.653,.483-.572,.538,.08,.055,1.199,.491,1.106,.281-.093-.21-.694-.225-.213-.304,.479-.078,1.292,.257,1.025-.031-.266-.288-.852-.452-.599-.537,.254-.086,.68,.343,1.239,.296,.56-.046,.64-.194,.454-.436s-.361-.374-.76-.288c-.4,.085-.972,.015-1.172-.126-.2-.14,.146-.856-.213-.957-.361-.101-1.185-.126-.892-.25,.293-.124,1.092,.047,1.052-.132-.039-.179-1.106-.732-.733-.926,.374-.196,.76,.436,.987,.374,.226-.063,.546-.227,.625-.063,.081,.163,.081,.632,.574,.537,.493-.093,.28-.949,.093-1.097-.186-.149-.506-.366-.254-.436,.254-.07-1.185-.537-.865-.585,.32-.046,1.065-.234,.986-.467-.08-.234-.759-.304-.706-.577,.054-.273-.093-.194-.6-.459-.506-.265,.227-.188,.159-.421-.066-.234-1.011-.482-.932-.513,.08-.031,1.052,.085,1.052,0,0-.087-1.279-.289-1.079-.312,.2-.024,1.692,.233,2.092,.256,.4,.024,1.373,.475,1.586,.335,.213-.14,.479-1.426-.374-1.643-.852-.219-.627,.436-.813,.304-.186-.132-.706-.452-1.185-.498-.479-.047,.347-.196,.08-.242-.266-.047-.666-.101-.439-.186,.226-.086,.546,.015,.28-.171-.267-.188-1.067-.498-.186-.468,.879,.032,1.345,.545,1.612,.437,.266-.109-.333-.569-.76-.624-.427-.054-1.399-.693-1.465-.591-.067,.101-.347,1.058-.733,.949-.386-.108,.093-.513,.093-.74s.413-.335,.4-.653c-.014-.32-.24-.888,.213-1.356,.453-.467,.386-.382,.093-.436-.293-.054-.466-.148-.161-.25,.308-.1,.547-.342,.401-.405-.147-.062,.425-.085,.772-.171,.346-.085,.279-.451,.186-.607-.093-.155,.213-.17,.493-.358,.281-.186,.786-.552,.547-.608-.24-.054-.586,.14-.599-.202-.014-.341-.08-.709-.04-1.028,.04-.32,.626-.577,.906-.514,.281,.062,1.172,.086,1.266-.101,.093-.186,.496-.783,.308-1.09Zm-3.2,1.183c-.239-.054-.572-.335-.413-.482,.054-.05,.111-.108,.161-.175h.529c-.024,.197,.026,.311,.136,.385,.186,.126-.173,.328-.413,.273Z" fill="000"/></g><path d="M174.759,26.032s2.217,1.054,2.95,1.636c.734,.583,3.031-.181,4.065,.223s2.069,.836,2.069,.836l1.395,.246h2.166l1.265-.246,3.906-.263s.689,1.324,0,1.439c-.69,.116-2.413,.448-2.413,.448l-1.149,1.535s-.046,.666-1.609,1.234l-1.562,.568s-7.823,.249-8.243,.185c-.42-.063-2.84-7.842-2.84-7.842Z" fill="000"/><path d="M93.847,42.053c1.054,1.383,.17,3.617,1.975,3.161,1.805-.456,4.741-.526,8.231,.197,3.489,.725,4.674,.659,4.674,.659,0,0-.988,.165-.856,1.35,.132,1.185-3.852,1.087-3.852,1.087l-7.144,.163-2.205-1.875-1.68-1.519,.856-3.223Z" fill="000"/><path d="M107.839,57.395c.691-.56,9.712,2.962,9.712,2.962l3.834-1.835s-1.167,1.025-3.868-.699c-2.702-1.726-8.691-3.523-8.691-3.523l-.856-2.436-.131,5.53Z" fill="000"/></svg>');
          mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="448.443" height="252.029" viewBox="0 0 448.443 252.029"><g><path d="M18.433,144.318c-.44-.126-.408,.251-.315,.597,.095,.346-.181,.691,.127,.91,.219,.158,.784-.471,1.003-.69,.22-.22-.377-.691-.815-.817Z" fill="000"/><path d="M54.297,96.755c-.103,.025-.016,.048,0,0h0Z" fill="000"/><path d="M167.524,177.061c-.263-.494-.034-.756-.428-.953-.395-.2-.955-.562-1.746-.659-.79-.1-1.644-.1-2.106-.494s-1.053-1.253-2.074-1.35c-1.021-.1-2.239-.032-2.765-.165-.527-.132-.79-.494-1.481-.527-.691-.032-1.119,.132-1.284-.065-.165-.2-.429-.627-.856-.791-.428-.165-1.778-.824-2.108-.989-.33-.165-.822-.656-1.218-.362-.396,.297-.955,1.612-1.252,1.612s.691-1.283,.691-1.383c0-.097-.097-.724-.625-.724s-.987,.265-1.218,.067c-.231-.2-.328-.824-.659-.526-.329,.294-.625,.888-.756,.591-.132-.297,.625-.659,.822-.856,.197-.197,.428-.955,.329-1.218s-.197-.394-.526-.822c-.33-.429-.89-1.844-1.087-2.272s-.987-.856-1.284-1.086c-.296-.231-2.502-1.515-3.226-1.515s-1.481,.231-2.172,.065c-.691-.163-1.713-1.218-2.14-1.25-.428-.032-.199-.131-.693-.657-.493-.528-.591-.922-1.25-1.087-.659-.165-.724-.297-1.119-.33-.395-.034-.131-.198-.296-.626-.165-.428-.462-1.118-.132-1.349,.329-.231,.197-.693-.132-.428-.328,.263-.625,.756-1.283,.559-.659-.197-.526-.494-1.318-.559-.79-.066-1.383,.494-2.271,.46-.888-.032-1.712-.757-2.173-.757s-1.285,.691-1.548,.396c-.262-.296,.165-.559-.23-.824-.396-.263-1.449-.593-1.877-.362s-1.284,.559-1.68,.559-1.053,.428-1.053,.1,.132-.659,.56-.856c.428-.199,.725-.56,.263-.89-.462-.33-.79-.328-1.218,.034-.428,.362-1.35,1.184-1.581,1.152-.23-.032-.559-.428-.856-.197-.296,.231-.658,.724-1.02,.79-.363,.066-.659,.165-.594,.396,.066,.231-.328,.462-.296,.724,.034,.263,.165,.593-.065,.593-.231,0-.791,.856-.922,.922-.132,.066-.593,.197-.791,.066-.197-.132-.428-.528-1.086-.725-.659-.197-1.58-.46-1.909-.329-.33,.132-.627,.428-.989,.526-.362,.1-1.218,.265-1.547,.034-.33-.231-.494,.362-.888-.132-.396-.493-.032-.329-.659-.922-.625-.591-.955-.46-1.184-1.085-.231-.625-.494-1.087-.231-1.25,.263-.165,.032-.395,.197-.659,.165-.265-.033-1.416,.297-1.81,.329-.396,.296-.758,.065-1.152-.23-.395-.197-1.515-.625-1.45-.428,.066-.89-.098-1.119-.098-.231,0-.822-.231-1.053-.165-.231,.066-.494,.066-1.021,.066s-1.514,.132-1.744,.132-.791,.131-1.021-.066c-.231-.197-.659-.199-.199-.527,.462-.329,.528-.46,.593-1.053,.066-.593,.132-1.416,.034-1.746-.099-.329-.264-.724,.098-.46s.362,.231,.625,.032c.263-.197,0-1.909,.329-2.172,.33-.263,.593-.691,.625-.888,.034-.199,0-.691-.197-.691s-.526,.23-.725,.131c-.197-.099-.263-.428-.493-.362-.231,.066-.593,.263-.824,.165-.23-.099-.591-.165-.921-.032-.329,.131-.856,.756-1.021,.855-.165,.1-.56,.79-.527,.988,.033,.197-.001,.526-.166,.593-.163,.065,.297,.263,.066,.362-.23,.098-.362,1.152-1.152,.988-.79-.166-1.087-.297-1.284-.034-.197,.263-.098,.362-.559,.297-.462-.066-.693-.231-.824-.165-.132,.065-.394,.559-.659,.328-.264-.23-.23-.197-.493-.328-.263-.132-1.613-.264-1.613-.527,0-.265,.099-.231-.165-.494s-.165-.428-.297-.823c-.131-.396-1.02-.593-1.119-1.185-.099-.593,.165-.691-.197-1.218-.362-.526-.658-.856-.527-1.25,.132-.396-.329-1.218-.066-1.68,.265-.461,.396-1.25,.659-1.58,.263-.33,.329-1.646,.165-2.239-.165-.593,.165-1.021,.131-1.218-.032-.199-.394-.297,.199-.462,.593-.165,.494-.691,.922-.888s1.315-.559,1.546-.922c.231-.362-.197-.691,.396-.428,.593,.263,.725,.165,1.119,.066,.396-.098,1.35-.032,1.613-.098,.264-.066,.756-.197,.822-.099,.066,.099,.725,.231,.824,.428,.098,.197,.46,.559,.757,.263,.296-.297,.394-.362,1.086-.691,.691-.329,.856-.79,1.384-.79s.724-.066,.921-.165c.198-.098-.099,.328,.461,.165,.559-.165,.427-.329,.987-.066,.56,.263,.593-.066,.856,.032,.263,.098,.823,.691,1.251,.691s.691-.032,.888-.263,.197-.625,.625-.165c.428,.462,.657,1.054,1.021,1.284,.362,.231,.494,1.746,.46,2.041-.032,.296,.494,1.515,.593,1.416,.098-.1,.1-.461,.263-.166,.165,.297,.263,.922,.626,1.318,.362,.394,.559,.527,.691,.822,.131,.297,.593,.955,.79,.627,.197-.33,.131-1.844,.131-2.437s-.428-2.502-.888-3.161c-.46-.658-1.152-1.58-.856-2.601,.297-1.019,.428-1.646,.625-2.04,.198-.395,.922-.56,1.153-.691,.23-.132,.46-.198,.856-.429,.394-.23,.691-1.316,.79-1.383,.098-.065,.724,.1,1.053-.065,.33-.165,.856-1.119,1.119-1.35,.263-.231,.955-.032,.856-.296-.099-.263-.066-.791,.165-.791s.559-.296,.559-.428c0-.131,.066-1.184-.131-1.447-.197-.264-.691-.791-.659-.955,.034-.165,.296-.626,.231-.922-.066-.297,.131-.659,.197-.56,.066,.1,.494,.494,.362,.691-.131,.199-.197,.856,.034,.56,.231-.296,.591-.395,.591-.625,0-.231,.165-1.153,.462-1.449,.297-.297-.428-.593-.231-.79,.198-.199,.395,0,.691-.297,.297-.296,.922-1.218,.856-1.481-.065-.263-.328-.494,.132-.691s.955-.132,.955-.263c0-.132,.231-.46,.394-.46,.165,0,.462,.328,.856,.197,.396-.132,1.186-.922,1.68-.955,.494-.034,.955-.034,.79-.297s-.46-.197-.724-.46,.032-.922-.066-1.219c-.099-.296,.296-1.152,.659-1.415,.362-.263,1.218-.659,1.547-.987,.33-.329,.396-.363,.79-.297,.395,.066,1.68-.856,1.68-1.053s-.691-.428,.098-.428,1.086-.263,1.547-.494c.46-.23,.79-.328,.724-.197-.066,.131-.263,.296,.197,.23,.462-.065,1.384-.163,1.284-.065-.099,.098-.328,.559-.593,.559-.263,0-.362-.163-.79,.165-.428,.33-1.449,.791-1.515,1.055-.065,.262,.265,1.481,.627,1.415,.362-.066,1.152-.659,1.25-.888,.099-.231,.231-1.153,.824-.988,.593,.165,.724,.297,1.25,.098,.528-.197,1.384-1.021,1.844-1.053,.46-.033,.659-.197,.494-.362-.165-.165-.132-.329-.626-.494-.493-.165-.493-.46-.691-.33-.197,.132-.427,.197-.888,.132-.46-.066-.955-.329-1.021-.56-.065-.23-.888-.066-1.152-.197-.263-.131-.034-.33-.329-.724-.297-.396-.691-.593-.46-.79,.23-.199,.559-1.087,.23-1.153-.328-.066-.658,.099-.888-.165-.231-.263-.988-.394-.79-.526,.197-.132,.296,0,.955,.032,.658,.034,1.25-.263,1.449-.658,.197-.395,.098-.46,.065-.757-.032-.296,.199-.395-.394-.691-.593-.297-1.218-.395-1.646-.263-.428,.131-1.744,.757-2.337,1.119-.593,.362-.922,.329-1.416,.757s-1.678,2.403-2.04,2.403,.099-.462,.427-.89c.33-.428,1.087-1.777,1.35-2.139,.263-.363,.988-1.021,1.383-1.185,.396-.165,.824-.395,.922-.56,.099-.165,1.021-1.547,1.449-1.68,.428-.131,2.667,.132,3.456,.1,.79-.034,4.312-.034,4.741-.263,.428-.231,.757-.856,.922-1.185,.165-.33,.625-.691,.856-.691,.23,0,.955-.197,1.284-.263,.328-.066,1.349-.494,1.447-.79,.099-.297,.231-.691,0-.757-.23-.066-.46-.132-.328-.363,.131-.23,.427-.756,.328-.921-.098-.165-.296-.263-.065-.428,.23-.165,.493-.461,.328-.593-.165-.132-.79-.559-1.086-.526-.297,.032-.528,.395-.659,.131-.131-.263-.46-1.085-.691-1.085-.23,0-1.349,.328-1.349,.625s-.231,.46-.429,.494c-.197,.033-1.744,.921-1.646,.625,.099-.296,.757-.955,1.153-1.251,.394-.296,2.436-1.02,2.436-1.152,0-.131-.165-.296-.362-.46-.197-.165-1.054,.032-1.087-.199-.032-.23-.394-.625-.559-.724-.165-.099-.593,.066-.791-.131-.197-.199-.328-.594-.527-.856-.197-.263-.955-.791-1.152-.791s-.329-.263-.625-.427c-.297-.166-.494-.627-.362-.757,.131-.132,.855-.396,.69-.627-.163-.23-.625-.724-.526-.955,.1-.23-.197-.79-.46-1.086-.263-.297-.494-1.153-.625-1.185-.132-.032-.231-.428-.362-.46-.132-.034-1.054,.097-.791-.1s.856-.23,.791-.559c-.066-.329-.265-.593-.461-.593s-1.053-.099-.691-.263c.362-.165,.593-.527,.526-.691-.065-.165-.724-1.316-.888-1.284-.165,.032-.231-.362-.263-.56-.034-.197,.131-1.086,0-1.184-.132-.1-.725,.131-.725,.527s-.262,1.218-.527,1.25c-.263,.034-.526,.33-.526,1.055s-.329,1.383-.329,1.383c0,0-.527,0-.625,.163-.098,.166-.56,.659-.725,.659-.163,0-.23,.56-.46,.362-.231-.197-.856-.559-.856-.757,0-.197-.493-.427-.691-.362-.197,.066-.559,.593-.79,.265-.231-.329-.131-.528-.296-.791-.165-.263-.659-.625-.363-.888,.297-.263,.363-.922,.165-1.119-.197-.197-.69-.362-.427-.526,.262-.165,.362-.199,.493-.527,.132-.329,.593-1.481,.098-1.647-.493-.163-.955-.032-1.316-.098-.362-.065-.822-.724-.955-.888-.132-.165-.526-.362-.362-.593,.165-.23,.23-.527-.165-.527s-.757-.032-.955-.263-.494-.625-.593-.559c-.098,.065-.329-.264-.395-.396-.066-.132-.328-.593-.691-.659-.362-.066-1.449-.032-1.745-.032s-.462-.263-.856-.263-1.416-.231-1.877-.199c-.46,.034-.625,.329-.856,.627-.231,.296-.593,.296-.264,.757,.33,.46,0,.987,.33,1.019,.329,.034,.329,.132,.132,.396-.198,.263-.494,.922-.593,1.152-.099,.231-.462,.824,0,.824s.526,.066,.427,.46c-.099,.395-.099,1.284,.231,1.318,.329,.032,.363,.328,.132,.625-.231,.296-.297,.987-.132,.987s.329,.034-.165,.396c-.493,.362-.921,.593-1.053,.822-.131,.231-.197,.691,.197,.988,.396,.297,.428,.955,.527,1.251,.1,.296,.626,.296,.659,.79,.033,.493,.264,1.185,.462,1.744,.197,.559-.001,2.272-.231,2.436-.231,.165-.296,1.054-.46,.922-.166-.131-.1-.394-.297-.099-.197,.296-.296,1.119-.56,1.186-.263,.065-.79,.362-.69,.559,.098,.197,.69,.428,.591,.824-.098,.395-.296,1.053-.197,1.218,.099,.165,.066,1.185,.362,1.383,.297,.197,.462,.526,.428,1.021-.032,.493,.066,1.021-.328,1.152-.395,.132-.395,.56-.329,.89,.065,.328,.032,.691-.165,.46s-.56-.494-.659-.362c-.098,.131,.132,.888-.263,.79-.395-.099-1.152-1.087-1.152-1.35s.494-.329,.065-.494c-.428-.163-1.448-.394-1.678-.724-.231-.33,.263-.494-.329-.955-.593-.46-1.449-.691-1.316-1.185,.131-.494,.296-1.186,.197-1.745-.098-.559-.032-.824,.297-1.087,.328-.263,.724-.658,.394-.757-.329-.098-3.094-.097-3.555-.23-.462-.132-.264-.231-.659-.396-.396-.165-1.284-.856-1.646-1.152-.362-.297-.724-.56-1.021-.89-.296-.328-1.35-1.481-1.58-1.481-.231,0-.955,.197-1.251,0-.296-.197-1.086-.888-1.383-.757-.296,.132-1.383,.89-1.58,.791-.197-.1,.165-.725,.197-.955,.032-.231-.56-2.865-.757-3.096-.197-.23-.724-.493-.955-.428-.231,.066-.46,.56-.756,.265-.297-.297-.823-.922-.757-1.185,.065-.263,.163-.56,.032-.856-.132-.297,.526-2.502,.724-3.127,.199-.626,.759-.626,.527-1.185-.23-.56-.493-.988-.559-1.318-.066-.328-.46-1.184-.132-1.184s.528,.593,.593,.197c.066-.395-.032-1.021,.263-.955,.297,.066,.494,.757,.691,.922,.199,.165,1.219,.197,1.021,.032-.197-.165-.79-.593-.559-.79,.23-.197,.822-.79,.625-1.021-.197-.231-.824-.625-.526-.724,.296-.1,.855,.362,1.119,.527,.263,.165,.691,.559,1.053,.362,.362-.197,.526-.526,.462-.955-.066-.428-1.449-1.746-1.975-1.975-.528-.231,1.646,.691,1.975,.955,.328,.263,.559-.362,.328-.922-.23-.559-.362-.625,.098-.625s.693-.231,.757-.428c.066-.197,1.053,.822,1.316,.724,.265-.098,.857-.757,.857-1.152s.032-1.119,.23-1.415c.198-.297,.526-1.153,.198-1.219-.329-.065-1.318-.163-1.943-.46-.625-.296-1.613-.56-1.877-.56s-2.93,.199-2.898,.1c.034-.1,.56-.396,.856-.396s1.35-.131,1.284-.263c-.065-.132-.33-.46-.065-.625,.264-.165,.525,.032,1.184,.197,.659,.165,1.646,.725,1.909,.922s1.581,.756,1.943,.593c.362-.165,1.515-1.746,1.646-1.911,.132-.165-1.218-1.579-.987-1.711,.23-.132,.362,.296,.756,.131,.396-.165,.758-.394,.791-.131,.032,.263,.131,1.184,.559,1.316,.428,.131,1.119,.46,.89,.066-.231-.396-.593-.79-.363-.857,.231-.065,.231-.296,.231-.559s.394-.132-.034-.526c-.427-.396-1.118-.79-1.053-.922,.066-.131,.626-.197,.922,.066,.297,.263,.46,.297,.593,.691,.131,.396,.593,.955,.593,1.152,0,.199,.197,.659,.362,.56,.165-.098,.066-.526,.428-.79,.362-.263,.822-.396,1.185-.691,.362-.297,.23-.428,.691-.56,.461-.131,.593-.428,.593-.625s-.132-1.646-.297-1.909c-.165-.263-.625-.757-.625-1.218s-.132-1.054-.231-1.218c-.098-.165-.427-.725,.034-.659s1.218,.23,1.284-.197c.065-.428,.065-.757-.165-.89-.231-.131-.329-.197-.098-.428,.23-.231,.296-.593,0-.527-.297,.066-.725,.362-.89,.132-.165-.231-.296-.56-.131-.691,.165-.132-.494-.231-.329-.528,.165-.296,.428-.625,.197-.658-.23-.034-1.053-.362-1.053-.231,0,.132-.494,.428-.724,.231-.231-.197-.428-.527-.757-.527s-1.053,.197-1.185,.099c-.132-.099-.461-.33-.362-.034,.098,.297,.296,.363,.098,.528-.197,.163,.033,.658,.131,1.021,.098,.362-.131,.591,.098,.691,.231,.099,.856,.493,.691,.559-.163,.066,.627,.362,.396,.46-.23,.1-.329,.494-.724,.329-.396-.165-.462-.23-.593-.032-.132,.197-.198,1.942-.462,2.205-.262,.263-.296,1.284-.657,1.087-.362-.197-.33-.625-.362-.197-.034,.428,.593,1.25,.263,1.349-.329,.1-.659,.691-.856,.593-.197-.099-.593-.065-.757-.526-.165-.46-.494-.856-.691-1.119s-.034-1.481-.098-1.678c-.066-.198,.165-.461,.296-.263,.132,.197,.263-.098,.263-.725s.33-.856-.066-1.185c-.394-.329-.625-.559-.822-.888-.197-.329-.856-.296-.987-.197-.132,.099-.627,.33-.396,.724,.231,.395,.066,1.153-.131,1.284-.199,.132-.528,1.119-.791,1.119s-.526-.724-.559-1.086c-.034-.363,.197-1.35-.099-1.647-.297-.296-.923-.46-.659-.559,.263-.099,.724,.098,.559-.132-.165-.23-.593-.362-.955-.559-.362-.197-.131-.494-.526-.691-.394-.197-.922-.428-.724-.625,.197-.199,.691-.199,.987-.462,.297-.263,.329-.757,.199-.593-.132,.165-.462,.132-.659,.132s-.659-.231-.231-.297c.428-.065,.955,.066,.856-.362-.098-.428-.362-1.25-.921-1.778-.56-.526-.956-.987-1.054-1.383-.099-.394-.428-1.085-.33-1.383,.099-.296-.46-1.613-1.218-1.678-.333-.03-1.152-.165-1.152,.362s.428,1.087,.394,1.316c-.032,.231-.231,.494-.394,.362-.165-.131-.396-.394-.527-.23-.132,.165-.396,.197-.462,.428-.065,.23-.427,1.119-.559,1.712-.132,.591-.165,1.184-.034,2.074,.132,.888,.428,1.119,.791,1.086,.362-.032,.23,.56,.625,.56s.559,.888,.856,.856c.296-.034,.56-.231,.824-.034,.263,.199,1.383,.132,1.085,.363-.296,.23-.79,0-.987,.527-.197,.526-.329,1.119-.56,1.449-.231,.328-.131,.822,0,.691,.132-.132,.987-.757,1.021-.56,.034,.197-.197,.691,.066,.922,.264,.23,.264,.46,0,.494-.263,.032-.89,.131-1.054,.493-.163,.362-.525,1.119-.756,1.153-.231,.032-.396,.559-.56,.658-.165,.1-.329,.462-.066,.757,.265,.297,.659,1.218,.494,1.416-.165,.197-.132,1.119-.296,.559-.165-.559-.165-1.086-.758-1.383-.593-.296-.725-1.119-.625-1.218,.098-.098,.328-.46,.098-.659-.231-.197-.329-.394-.231-.559,.099-.165,.394-.396-.066-.593-.46-.198-.789-.659-1.053-.461-.263,.198-.659,.626-.625,.856,.032,.231,.724,1.746,.46,1.549-.264-.199-.691-.725-.79-.627-.098,.099-.691,.527-1.053,.428-.362-.098-.989-.231-1.284-.131-.297,.099-1.35,.527-1.515,.527s-.856-.197-1.021-.197-.362-.396-.724-.528c-.362-.131-.396-.955-.856-.756-.46,.197-.856,.328-1.087-.034-.231-.362-.921-.329-1.25-.888-.329-.56,.065-1.318-.263-1.481-.329-.165-1.251,.065-1.68,.098-.428,.033-1.383,.165-1.547,.197-.165,.032-.428,.396-.625,.757-.197,.362-.526,.527-.296,.758,.23,.23,.724,.756,.724,.427s-.066-.559,.165-.559c.23,0,.625,.197,.955,0,.329-.197,.757-.559,.955-.658,.197-.1,.987-.198,.856-.066-.131,.131-.494,.658-.691,.724s-.79,.33-.955,.494-.428,.428-.659,.46c-.231,.034-.79,.264-.856,.494-.066,.231-.131,.724-.296,.922-.165,.197,.46,.362,.427,.559-.032,.197,.066,.56,.297,.79,.231,.231-.032,.428-.131,.856-.1,.428,.724,1.218,.165,.988-.56-.231-1.35-.922-1.087-1.185,.264-.263,.494-.46,.33-.691s-.494-1.152-.79-.955c-.297,.197-.494,.494-.526,.197-.034-.296,.163-1.053,0-.987-.165,.066-.528,.197-.659,.032-.132-.165-.659-1.053-.757-.955-.098,.098-.856,.856-1.251,.888-.394,.034-2.04,.363-2.436,.198-.396-.165-.296,.163-.888-.066-.593-.231-2.041-.526-1.547-.659,.493-.131,.855-.098,.79-.362-.066-.264-.659-.494-.297-.494s.725,.032,.725-.131c0-.165-.527-.526,.066-.56,.591-.033,.757,.197,.921,.032,.165-.163,.034-.658-.329-.921-.361-.264-.527-.79-1.218-.856s-1.25-.297-1.053,.098c.197,.396,.625,.79,.098,.56-.526-.231-.757-.33-1.383-.528-.625-.197-.79-.724-1.152-.856-.362-.131-.165-.394-.526-.493-.362-.099-2.634-1.416-2.964-1.416s-.822-.559-1.284-.559-1.186-.165-1.186,.099-.527,1.021-.888,.823c-.362-.199,.066-.627,.066-.757,0-.132-.362-.593-.296-.89,.065-.296-.099-.328-.33-.163-.231,.163-.265,.394-.132,.691,.132,.296-.296,.362-.296,.559s.032,.757-.297,.823c-.328,.065-.724-.132-1.119-.725-.394-.593-.856-.888-.987-1.547-.132-.658-.691-1.547-.888-1.843-.199-.297-.757-.626-.757-.462s-.199,.396-.032,.627c.163,.23,.163,.625,.426,.79,.263,.165,.527,.494,.363,.526-.166,.032-.494,.032-.494,.197s-.099,.526-.296,.659c-.199,.132-.231,.856-.429,.888-.197,.034-.46-.659-.691-.526-.231,.132-.756,.691-.756,.231s.23-.725-.1-1.119c-.329-.395-.493-.625-.724-.263s-.988,.856-1.152,1.053c-.165,.197-.659,1.778-.824,1.877-.165,.098-.756,.526-.593,.263,.165-.263,.79-1.383,.625-1.547-.165-.165-.197-.428-.394-.297-.199,.132-.824,1.087-1.252,1.416-.428,.329-1.185,.987-1.383,1.152-.197,.165-.197,.955-.329,.79-.131-.163-.263-.724-.46-.527-.197,.199,0,.56-.296,.56-.297,0-.593-.33-.725-.099-.131,.231-.165,.494-.494,.231-.328-.265-.756-.56-.724-.329,.032,.23-.165,.46-.428,.329-.263-.132-1.185-.823-1.35-1.087-.165-.263-.131-.428-.46-.659-.33-.231-.593-1.086-.856-1.119-.263-.032-.593,.098-1.119-.032-.526-.132-1.449-.034-1.712-.231-.264-.197-1.909-1.021-2.239-1.218-.33-.197-.46-.297-1.119-.066-.659,.231-1.58,.296-2.47,.034-.888-.263-1.941-.166-2.074-.329-.131-.165-.328-.56-.724-.56s-1.844-.329-2.108-.46c-.263-.132-1.349-.363-1.58-.165-.231,.197-.231,.428-.691,.263s-.098-.263-.46-.462c-.363-.197-.823-.428-.725-.591,.099-.165,.528-.691,.231-.725-.297-.032-1.581,.231-1.811,.33-.231,.098-1.054-.066-.89-.33,.165-.263,.528-.526,.265-.658-.265-.132-.626-.1-.791,.23-.165,.33-.296,1.119-.493,.856-.199-.263-.066-1.086-.165-1.185-.1-.099-.428-.328-.625-.493-.198-.165-.757-.494-.922-.362-.165,.131-.363,1.316-.823,1.612-.46,.297-1.909,.725-2.205,.625-.297-.099-.725-.197-.89-.032-.165,.165-.428,.955-.724,1.021-.297,.066-1.053,.362-1.746,.396-.691,.032-.362,.559-.559,.691-.197,.131-.263,.921-.494,1.119-.23,.197-.659,1.712-.856,1.975-.197,.263-.658,1.415-.955,1.481-.296,.066-.428-.099-.725,0-.296,.098-1.184,.296-1.711,.296s-.231,1.087-.462,1.087c-.23,0-.591,0-.46,.263,.132,.263,.659,.394,.89,.79,.23,.396,.394,.199,.69,.527,.297,.329,.659,.823,.988,1.053,.329,.231,.396,.165,.494,.56,.099,.396,.296,.79,.46,1.218s.691,.593,1.021,.56c.329-.034,1.449,.065,1.449,.394s.197,.396,.559,.659c.363,.263,1.316,.197,1.185,.329-.132,.131-.098,.46-.494,.296-.394-.165-1.152-.263-1.449-.593-.296-.328-.197,.034-.131,.396,.066,.362,0,.856,.197,.659,.197-.197,.297-.593,.659-.231s.691,.658,.526,.691c-.165,.033-.493-.132-.526,.165-.034,.296,.034,.724-.297,.659-.33-.066-.79-.363-.888-.297-.098,.066-.362,.428-.46,.329-.098-.098-.199-.297-.363-.297-.163,0-.559,.098-.79-.197-.23-.296-.329-.593-.23-.888,.098-.297,.23-1.054,.066-1.054-.166,0-1.285,.297-1.416,.494-.132,.197-.593,.263-.89,.56-.296,.296-.427,.428-.427,.559,0,.132-.1,.329-.297,.297-.197-.034-.79,.526-.987,.625-.199,.098-.593,.066-.725,.263-.131,.199-.131,.494-.263,.526-.131,.034,0,.263,.362,.428,.363,.165,.627,.132,.627,.559,0,.429,.362,1.022,.559,1.219,.199,.197,.132,1.152,.593,1.284,.46,.131,.691,.394,1.449,.231,.757-.166,.888-.165,1.383-.199,.493-.032,.56,0,.725-.131,.163-.132,.131,.263,.591,.098,.462-.165,.89-1.153,1.284-1.119,.396,.032,.264,.394,.494,.263,.231-.132,.362-.231,.362,.131s-.098,.757-.329,.824c-.23,.066,.428,.296,.428,.657s.231,1.384-.099,1.68c-.329,.297-.79,.428-1.152,.428s-.593,.395-.856,.625c-.263,.231-.89,.527-.988,.363-.098-.165-.263-.396-.526-.396s-.824-.165-1.021,.165c-.197,.329-.23,1.086-.428,1.383-.197,.296-1.086,1.25-1.086,1.678s.066,.659-.199,.89c-.263,.23-.46,.724-.197,.691,.263-.034,.659-.494,.593-.199-.066,.297-.33,.593-.33,.824s.528,.428,.89,.593c.362,.165,.658,.396,1.152,.527,.493,.132,.79-.099,.691,.231-.098,.33-.526,.394-.593,.79-.065,.394-.165,.888,.098,.955,.263,.066,.199,.131,.396,.428,.197,.296,.724,.132,1.085,.132s.791-.329,.627-.56-.066-1.021,.099-.987c.165,.032,.329,1.118,.395,1.25,.065,.132,.099,.593-.066,.922-.165,.33-.165,.46,.066,.757,.23,.296,.33,.362,.296,.593-.034,.23-.065,.328-.396,.493-.33,.165-.691,.494-.296,.462,.395-.034,.79,.099,1.053-.066s.922-.888,1.416-.79c.493,.099,.756,.46,.955,.33,.197-.132,.065-.428,.394-.1,.33,.329,.824,1.021,1.021,.691,.198-.328-.33-.394-.296-.691,.032-.296,.328-.822,.527-.658,.197,.165-.066,.691,.395,.757,.46,.065,1.052-.363,1.217-.56,.166-.197,.263-.559,.297-.131,.034,.427-.132,.658-.396,1.053-.263,.394-.756,.658-.756,1.086s0,.988-.263,1.613c-.265,.625-.56,1.383-.758,1.481-.198,.1-1.054,0-1.284,.428-.231,.428-.593,1.218-.856,1.383-.263,.165-.263-.328-.593-.131-.33,.197-1.119,.197-1.481,.593-.362,.394-.396,.658-.526,.822-.132,.165-.197,.363,.23,.428,.428,.066,.494,.165,.593-.23,.099-.396,.33-.824,.494-.593,.165,.23-.132,.527,.329,.328,.46-.197,1.087-.394,1.449-.691,.362-.296,.065-.525,.724-.559,.659-.032,.758-.46,1.119-.757,.362-.296,2.765-1.251,2.898-1.481,.131-.231-.132-.428,.362-.691,.493-.264,.758-.955,1.152-1.35,.396-.394,.758-.197,1.021-.428,.263-.23,0-.362,.165-.625,.165-.263,.922-1.218,.955-1.415,.034-.199-.033-.199-.428-.396-.394-.197-.756-.165-.362-.593,.396-.428,.527-1.119,.955-1.218,.428-.098,.363-.593,.428-.955,.066-.362,.297-1.284,.691-1.515,.396-.231,.922-.493,1.087-.625,.165-.131,.494-.922,.691-.79,.197,.131,.362,.296,.559,.131,.199-.165,.758-.757,.691-.46-.065,.296-.197,.922-.131,1.021,.066,.098,.593,.46,.296,.493-.296,.034-.79-.032-.921,0-.132,.034-.199-.362-.494-.131-.297,.231-.725,.394-.725,.559s-.197,1.581-.362,1.91c-.165,.328-.098,.658,.132,.526,.23-.132,.46-.297,.428-.165-.034,.131-.691,.691-.691,.922s.724,.165,.955-.098c.23-.265,.526-.199,.888-.396,.362-.197,.626-.79,1.152-.79s1.153-.034,1.482-.363c.328-.328,.987-.328,.921-.559-.065-.231-.856-.691-1.086-.856-.231-.165-.098-.823,.066-.79,.163,.032,.362,.131,.593,.098,.23-.032,.591,.362,.855,.131,.263-.23,.528-.23,.56-.032,.032,.198-.231,.462,.165,.428,.396-.033,.329-.099,.593,.231,.263,.33,.724,.625,1.021,.527,.296-.099,.658-.099,.856,.131,.197,.231,.263,.593,.658,.593s1.021,.199,1.844,.231c.822,.032,1.843,.56,2.205,.593,.362,.033,1.515-.888,1.515-.593s-.527,.625-.132,1.021c.396,.396,.856,.987,1.284,.987s.79,0,.856,.428c.066,.428,.165,1.153,.462,1.153s.493,.033,.822,.264c.329,.23,.494,.526,.625,.329,.132-.199,.395-.528,.198-.791-.198-.263-.428-.79-.231-.756,.197,.032,.725,.394,.856,.822,.131,.428,.362,.823,.494,.823,.131,0,.065-1.218-.034-1.515-.098-.296-.46-1.449-.197-1.316,.264,.131,.462,.526,.559,.987,.1,.461,.098,1.482,.428,1.68,.329,.197,.594,.098,.823,.132,.231,.032,.428,.559,.922,.855,.494,.297,.527,.89,.559,1.119,.034,.231,.429,.231,.691,.627,.263,.394,.066,.987,.363,1.316,.296,.33,.79,.462,.79,.724,0,.264-.264,.693,.165,.56,.428-.132,.658-.263,.822-.165,.165,.099,.428,.757,.363,1.087-.066,.328,.262,.559,.065,.822-.197,.264-.131,.462,.132,.494,.263,.032,.625-.527,.625-.264s-.396,.659-.396,1.086c0,.429,.462,.693,.527,.922,.066,.231,.331,.396-.131,.56-.46,.165-.065,.494,.296,.625,.363,.131,.627,.066,.659-.098,.034-.165,.231-.922,.527-.659,.297,.263,.627,.79,.428,.824-.197,.032-.428,.098-.493,.296-.066,.197,.394,.396,.559,.626,.165,.23,.56,1.316,.856,1.118,.296-.197,.987-.526,.955-.427-.032,.099-.296,1.02-.494,1.218-.197,.197-.559,.955-.559,1.25s-.197,.297,.066,.56c.263,.263,.493,.46,.79,.46,.296,0,.362,.032,.362,.231,0,.197-.066,.394,.593,.46,.659,.066,1.085-.165,1.284,.066,.051,.059,.059,.097,.053,.119,.03-.007,.071-.015,.144-.02,.428-.032,.625-.395,.56-.066-.066,.33-.396,.627-.132,.955,.263,.33,.362-.032,.494,.297,.131,.33,.263,.856,.593,.691,.328-.165,.263-.066,.658,.33,.395,.394,.494,.526,.494,.856,0,.328,.263,.921,.329,1.152s.132,.888-.032,.757c-.165-.132-.593-.725-.856-.625-.265,.099-1.153,.066-1.482-.1-.328-.165-.394,.132-.163,.56,.23,.428,.724,1.909,.559,2.797-.165,.89,.032,2.536-.066,2.93-.098,.396-.197,2.371-.394,2.733-.199,.362,.065,.922,.23,1.35,.165,.428,.132,.526,.066,1.185-.066,.658-.099,2.008,.131,2.403,.231,.394,.791,.955,.791,1.514s.066,.922,.329,1.284c.262,.362,.79,.89,1.02,1.481,.231,.593,.199,.988,.659,1.35,.46,.362,.526,1.284,.988,1.909,.46,.627,.888,.922,1.021,1.284,.131,.362,.888,.231,1.349,.494,.46,.263,.922,.263,1.35,.394,.428,.132,.396,.429,.625,.758,.231,.329,1.251,2.371,1.515,3.028,.263,.659,1.053,1.68,1.086,2.206,.034,.527,.593,.888,.922,1.153,.329,.263,1.218,.856,1.053,1.448-.165,.593-.197,.823-.461,.823s.033,.33,.296,.559c.263,.231,.988,.823,1.251,.757,.263-.065,.625,.1,.888,.329,.263,.231,.593,.955,.593,1.316s.066,.856,.362,1.119c.297,.265,1.68,1.318,1.745,1.712,.066,.396,.659,1.087,.791,.856,.131-.23,.625-.263,.494-.691-.132-.428-1.384-1.449-1.581-1.646-.197-.197,.461-.131,.099-.593-.362-.46-.855-.955-.855-1.152s.69,.099,.163-.494c-.526-.593-.856-1.185-1.119-1.547-.263-.362-.593-.659-.856-1.25-.263-.593-1.085-1.318-1.349-1.613-.265-.297-1.087-.856-1.054-1.087,.034-.23-.065-.955-.23-1.284-.165-.33,.098-.56,0-.822-.099-.263,.163-.593,.23-.428,.066,.165,.691,.494,.691,.494,0,0,.429,.23,.757,.493,.33,.263,.528-.065,.494,.395-.034,.46,.099,.955,.296,.987,.198,.034,.231,1.021,.494,1.185,.263,.165,.362,.856,.823,1.284,.46,.428,.724,.659,1.383,1.119s1.942,1.514,1.909,1.68c-.033,.165-.264,.525,0,.79,.263,.263,.854,.559,1.284,.955,.428,.394,1.119,1.053,1.152,1.316,.034,.263,.462,.659,.856,1.021,.396,.362,.823,1.152,1.021,1.58s.462,1.613,.396,1.811c-.066,.199-.526,.659-.428,.89,.099,.23-.165,.428,.526,.987,.691,.56,2.074,1.416,2.733,1.778,.658,.362,1.217,.198,1.547,.494,.329,.296,.822,.526,1.349,.691,.526,.163,2.437,.691,2.799,.987,.362,.297,.757,.659,1.218,.725,.46,.066,1.383,.46,1.778,.328,.394-.131,1.546-1.086,2.14-.855,.591,.23,.756,.197,1.086,.427,.329,.231,.823,1.187,1.35,1.647,.526,.46,.593,.757,1.547,.888,.955,.131,1.515,.132,1.778,.297,.263,.163,1.612,.921,2.008,.921s1.119-.197,1.053-.032c-.066,.165-.329,.493-.132,.658,.199,.165,.922,.528,1.219,.823,.296,.297,.263,.494,.593,.758,.328,.263,.625,.493,.658,.888,.034,.396-.131,.824,.165,1.053,.297,.231,.79,.593,.824,.329,.032-.263-.066-.394,.197-.032,.263,.362,.132,.525,.725,.658,.593,.132,.46,.396,.625,.691,.165,.297,.625,.066,.955,.265,.329,.197,.822,.032,1.316,.296,.494,.263,.428,.79,.955,.888,.526,.099,1.547,.066,1.449-.098-.099-.165-.559-.79-.33-.888,.231-.098,.56-.494,.691-.627,.132-.131,.659-.493,.956-.23,.296,.264,.953,.428,.953,.888s.165,1.153,.593,1.449c.428,.296,.462,.56,.462,1.185s.231,.822,.066,.955c-.165,.132-.231,.428-.066,.659,.165,.23-.066,.46-.034,.856,.034,.394,.462,.625,.165,.953-.296,.329-.428,.823-.756,.823s-.725,.165-.791,.263c-.066,.099,.1,.824-.23,1.153-.329,.328-.528,.79-.922,.987-.396,.197-.79,.427-.922,.888-.131,.462,.001,.562-.329,.724-.328,.167-.658,.562-.658,.923s-.132,1.35,.197,1.612c.329,.265,.165,.659,.032,.724-.131,.067-.559,.364-.822,.726-.263,.362-.593,.591-.231,.853,.362,.265,.462,.362,.297,.594-.165,.23-.494,.427-.034,.494,.462,.065,1.613,.789,1.778,1.153,.165,.362-.098,.494,.231,.888,.329,.394,.954,.953,1.021,1.315,.065,.364,1.349,2.571,1.612,3.094,.264,.529,1.087,.988,1.053,1.647-.032,.659-.065,1.086,.231,1.809,.296,.726,.593,1.682,.922,1.847,.329,.162,.987,.921,1.284,1.25,.296,.33,1.646,1.053,1.975,1.151,.33,.1,1.613,.823,1.909,1.12,.296,.297,1.087,.659,1.218,1.021,.131,.362,.593,1.021,.395,1.447-.198,.429-.362,.956-.231,1.35,.131,.394,.297,.559,.197,1.218-.098,.659,.034,2.106-.263,2.206-.296,.1-.659,.362-.494,.659,.165,.294,.297,.921,.199,1.58-.1,.659-.066,1.218-.165,1.645-.098,.429-.199,1.747-.297,2.041-.099,.297,0,1.45-.23,1.615-.231,.165-.725,1.086-.462,1.415,.263,.33,.231,.297,.034,.756-.197,.462,0,1.844,.165,2.438,.163,.591,0,1.677-.132,2.106-.131,.427-.329,.921-.46,1.25-.132,.329-.725,2.041-.988,2.6-.263,.559-.362,1.515-.658,1.942-.297,.429-.725,.726-.396,1.185,.33,.462,.46,.494,.33,1.021-.132,.526,.165,.462,.098,1.088-.066,.624-.165,.788-.362,1.447-.199,.659-.165,1.318-.165,1.877s.066,1.086-.034,1.153c-.099,.065-.394,.853-.394,1.183s.131,1.121,.362,1.121,.462-.921,.494-1.121c.032-.197,.527-.559,.394-.856-.131-.294-.165-.691,0-.494,.166,.2,.363-.327,.396,.265,.032,.594,.066,.526-.066,1.218-.131,.691,.066,1.547-.032,1.647-.099,.097-.362,.427-.33,.591,.032,.165,.46,.724,.428,.823-.032,.1-.197,.659-.396,.659-.197,0-.494,.329-.165,.591,.331,.265,.297,.297,.066,.462-.23,.165-.394,.856-.394,.856,0,0-.1,.559-.395,.33-.296-.232-.396-.032-.593-.297-.197-.262-.526-.459-.724-.197-.197,.262,.066,.559-.165,.724s-.526,1.712-.263,1.383c.263-.33,.56-.494,.625-.197,.066,.297,.197,.756,.263,1.021s.231,.756,.46,.791c.231,.032,1.022,.129,.857,.294-.166,.165-.56-.065-.989,.1-.428,.165,0,.591,.099,.824,.098,.23-.165,.591-.263,.724-.099,.132-.132,.724,.132,.824,.263,.097,.493,.394,.065,.526-.428,.132-.165,.427,0,.789,.165,.362,.297,.691-.065,.759-.363,.065,.23,.888,.065,.985-.165,.1-.165,.33,.034,.627,.197,.297,.46,.462,.165,.724-.297,.265,.065,.759-.165,.891-.231,.129,.131,.162,0,.491-.132,.329,.23,1.153,.394,.891,.165-.265,.396-.791,.56-.924,.165-.132-.165,.626-.199,.888-.032,.265-.263,.791,.1,.956,.362,.165,.888-.197,.659,.132-.231,.33,.394-.035,.691-.329,.296-.297,.953-.824,1.152-.594,.197,.232-.362,.756,.131,.691,.494-.065,.659,.033,.823-.394,.165-.427,.396-.559,.856-.691,.46-.132,.822-.265,.921-.462,.1-.197,.199-.33,.56-.132,.362,.2,.724,.494,.46-.032-.262-.526-.362-.856-.362-1.218s-.526-1.021-.394-1.25c.131-.23,.756,.032,.625-.362-.131-.394-.46-.494-.231-.659,.231-.165,.231,.329,.659,.165,.428-.165,.296-.427,.559-.659,.265-.23,.659-1.053,.494-1.612-.165-.559,.527-1.582,.988-1.712,.461-.132,.79-.462,.987-.626,.197-.165,.494-1.58,.132-1.809-.363-.232-.659-.297-1.119-.562-.461-.262-1.251-1.183-1.087-1.512,.165-.33,.362-.627,.691-1.088,.329-.459,1.415-.856,1.613-.856,.197,0,.263-.262,.394-.491,.132-.232,.428-.397,.428-.562s0-1.315,.165-1.58,1.055-.956,.824-1.053c-.231-.1-.659-.132-.462-.329,.198-.197,.659-.594,.462-.759-.199-.162-.824-.986-.89-1.48-.065-.494,.066-.924,.528-.691,.46,.23,1.152,.559,1.745,.494,.593-.067,.987-.035,1.284-.397,.296-.362,0-1.053,.099-1.415,.098-.362-.199-1.315,.132-1.512,.328-.2,.427-.265,1.086-.265s1.449-.165,2.108-.265c.658-.097,2.502-.724,2.896-1.448,.395-.724,.823-1.315,.791-1.777-.034-.462-.199-.627-.462-.691-.263-.068-.559-.265-.428-.562,.132-.294,.559-.659,.231-.953-.329-.297-1.284-1.121-1.547-1.318-.263-.197-.526-.624-.296-.659,.23-.033,.987,.362,1.152,.494,.165,.132,.79,.032,.987,.197,.199,.165,.494,.562,1.087,.526,.593-.032,2.074-.13,2.403-.394,.329-.262,.79-.724,1.152-1.283,.362-.559,.659-1.35,.659-1.579,0-.232,.296-.462,.494-.694,.197-.23,.657-.394,.625-1.021-.032-.624,.065-1.25,.296-1.512,.231-.265,.725-.394,.659-.132-.066,.262-.691,1.25-.395,1.121,.297-.132,.988-.824,1.383-1.253,.395-.427,.659-2.041,1.087-2.271,.428-.23,.725-.165,.922-.527,.197-.362-.098-.791,.099-1.153,.197-.362-.363-.788-.197-1.185,.165-.394-.165-1.018,.23-1.547,.396-.527,1.515-1.677,2.206-1.942,.691-.262,.691-.526,1.218-.691s.691-.626,1.35-.888c.659-.265,2.272-.165,3.028-.329,.757-.165,1.251-1.021,1.416-1.218,.165-.197,.822-1.942,1.218-2.338,.394-.394,.724-1.547,.79-2.304,.066-.759,.526-1.941,.526-2.338,0-.394,.296-.23,.296-1.25s-.328-2.765,.132-3.027c.46-.265,.658-.462,1.053-1.056,.396-.591,1.252-2.238,2.041-2.83,.79-.591,1.943-2.041,1.943-2.865s-.068-1.612-.33-2.106Zm-38.223-89.09c.27,.072,1.022,.358,1.058,.179,.035-.179-.448-.663-.019-.645,.431,.018,.86,.752,1.129,.878,.269,.126,1.218-.377,.949,.502-.032,.109-.339,.375-.555,.304-.215-.071-.609,.072-.68,.18-.071,.108-.394,.34-.412,.054-.019-.288,.035-.431-.144-.556-.178-.124-.627-.178-.841-.178s-.68-.197-.663-.394c.018-.197-.09-.394,.178-.323Zm-2.095,.609c.232-.286,1.021-.054,1.326,.072,.304,.126,1.397,.663,1.577,.985,.159,.288-.359,.789-.663,.591-.305-.197-.019-.234-.556-.555-.537-.323-1.917-.806-1.683-1.094Zm-14.647,20.469c.317-.087,1.384,.116,1.701-.058,.317-.173,.894-.518,1.153-.402,.011,.005,.022,.015,.032,.022,.24,.15,.424,.652,.313,.901-.115,.259-.289,.576-.749,.721-.22,.069-.836,.086-1.211-.087-.204-.096-.41-.134-.635-.129-.185,.002-.382,.035-.605,.1-.49,.144-1.21,.144-1.21-.057,0-.202,.894-.922,1.21-1.01Zm-1.21,1.729c.051,0,.147,.023,.257,.057,.263,.08,.605,.231,.579,.319-.116,.404-1.73,.807-2.191,.979-.46,.173-1.987,1.183-2.276,1.096-.288-.087-.49-.203-.577-.347-.086-.143,.115-.258,.231-.258,.115,0,.231-.317,.115-.693-.115-.375-.201-.346,0-.462,.029-.015,.057-.016,.085-.011,.182,.039,.395,.449,.694,.473,.346,.028,.778-.691,1.009-.864s.635,.057,.95,.057c.317,0,.952-.346,1.125-.346Zm-14.815-7.696c.404-.518,.173-.633,.635-.778,.46-.144,2.075-.807,2.334-1.008,.065-.05,.13-.122,.193-.201,.193-.242,.377-.577,.528-.751,.201-.23,.403-.518,.577-.49,.173,.03,.259,.26,.836,.202,.577-.058,1.066,.173,1.268,.46,.201,.289,.173,1.067,.605,1.096,.434,.028,.721-.346,.836,.144,.116,.489,.404,.922,.577,1.037,.174,.115,.231,.462,.26,.721,.028,.259-.144,.605-.03,.663,.116,.057,.231,.115,.462,.173,.231,.058,.605,.115,.922,.201,.317,.086,1.671,.231,2.364,.548,.691,.317,1.901,.98,1.844,1.354-.058,.375,.115,1.528-.058,1.557-.173,.028-.605-.289-.806-.346-.202-.058-.202,.086-.347,0-.143-.087-.288-.779-.432-.749-.145,.028,.058,.288,.058,.605s-.087,.836-.259,.952c-.173,.115-.202,1.21-.317,1.469-.116,.259-.26,.675-.52,.49-.031-.023-.054-.047-.074-.073-.111-.143-.082-.362-.155-.849-.087-.577-.404-.779-.635-.721s-.721,.749-.865,.749c-.143,0-.288-.605-.115-.778s.432-.346,.49-.605c.057-.26-.116-1.414-.203-1.643-.086-.231-.374-.52-.49-.347-.115,.174-.115-.115-.346-.259-.231-.143-.201-.432-.404-.432-.201,0-.288,0-.518,.173-.231,.173-.231,.548-.374,.749-.144,.202-.173,.375-.404,.433-.231,.057-.49,.288-.663,.518-.173,.231-.462,1.296-.605,1.73-.144,.432,.029,1.008,.173,1.326,.143,.316-.059,1.469-.26,1.758-.201,.288-.317,.547-.72,.518-.404-.028-.548,0-.606-.577-.057-.577-.259-1.384-.23-1.902,.028-.518,.259-1.412,.49-1.931,.23-.518,.402-1.125,.115-.952-.288,.174-.432,.721-.577,.231-.144-.49,.547-1.123,.663-1.412,.115-.289,.317-.864,.518-.749,.202,.115,.202,.173,.375,.028,.173-.143,.404-.173,.72-.173s.693,0,.779-.115c.087-.116,.201-.115,.547-.087,.346,.028,.693,0,.749-.086,.058-.087,.202-.376,0-.376-.201,0-.72,.058-.893-.086-.173-.145-.058-.432-.317-.432s-.115-.115-.518-.086c-.404,.03-.49,.317-.836,.259-.346-.057-.605-.404-.807-.346-.201,.058-.432-.115-.749-.173-.317-.058-1.181,.087-.894-.259,.289-.346,.635-.807,.346-.807s-.806,.289-1.037,.577c-.231,.289-.721,.404-1.095,.462-.375,.057-.865,.518-1.038,.346-.173-.173-.317-.577-.548-.49-.23,.087-1.324,.346-1.296,.145,.028-.203,.374-.087,.778-.606Zm-6.077-38.543c.263-.165,.494-.231,.922-.165,.428,.065,1.745,.822,1.514,.822-.23,0-.758-.131-.987-.131-.231,0-.494,.065-.89,.099-.405,.034-.822-.46-.559-.625Zm-72.656,12.674c-.362,.263-1.81,1.218-2.14,.526-.14-.297,.56-.329,.89-.559,.328-.231,.987-.725,1.218-.627s.396,.396,.032,.659Zm.824-2.996c-.165,.165-.396,.659-.725,.856-.33,.197-.493,.659-.987,.691-.309,.02,.197-.822,.625-1.021,.428-.197,1.252-.69,1.087-.526Zm44.837-15.769c-.131,.264-.296,1.152-.428,1.25-.132,.1-.362,.329-.098,.462,.263,.131,.362,.263,.428,.625,.066,.362,.163,.987,.032,.724-.131-.262-.263-.756-.559-.658-.313,.104-.725,.032-.856-.165-.132-.197-.462-.396-.757-.131-.296,.262-.462,.394-.296,.657,.163,.264,.493,.428,.263,.659-.231,.23-.494,.362-.922,.46-.428,.099-1.449,.856-1.481,.593-.034-.263,.362-.593,.658-.757,.297-.165,.823-.428,.823-.724s-.132-.362-.526-.165c-.396,.197-.791,.231-.988,.296-.197,.066-.559,.757-.757,.89-.197,.131-.625,0-.987-.231-.362-.231-.462-.296-.231-.494,.231-.197,.396-.362,.165-.625-.23-.263,.034-.165,.428-.231,.396-.066,.526-.46,.396-.658-.132-.199-.428-.528,.032-.329,.46,.197,.955,.394,1.152,.098,.199-.297,.363-.89,.166-.823-.198,.066-.527,.428-.691,.165-.166-.263,.033-.493-.462-.428-.494,.066-.593,.197-.922,.066-.328-.131-.559-.165-.591,.032-.034,.199-.231,.528-.528,.396-.296-.132-.691-.559-.46-.824,.231-.263,.988-.296,1.152-.526,.165-.23,.593,0,.922-.23,.329-.231,.493-.199,1.119-.265,.627-.065,.758-.394,1.021-.625,.263-.23,.691-.494,1.218-.46,.527,.032,1.021,.263,.856,.394-.165,.132-.888,.823-1.086,.956-.199,.131-.428,.526-.297,.591,.132,.068,.263,.462,.593,.265,.33-.197,.33-.395,.625-.265,.297,.132,.46,.494,.922,.33,.46-.165,.394-.658,.659-.691,.263-.032,.427,.132,.296,.395Zm6.288,7.407c.824-.197,.527-.593,.955-.691,.428-.099,1.021-.428,1.087-.559,.066-.132,.758-.199,.691,0-.066,.197,.362-.1,.46-.066,.099,.032,.263,.79,.066,.955-.199,.165-.561,.625-.593,.329-.032-.297,.296-.988,.066-.955-.231,.032-.559,.328-.724,.46-.165,.131-.725,.494-1.087,.559-.362,.066-.626,.098-.725,.263-.098,.165-.165,.528-.427,.428-.443-.165-.594-.527,.23-.724Zm-1.119,6.255c.066,.165,.394,.493,.197,.493s-.658,.1-.625,.231c.032,.132,.297,.625-.099,.691-.197,.034-1.811,.757-2.238,.659-.428-.099-.989-.428-1.383-.691-.396-.264-.462-.627-.199-.659,.265-.032,.56,.297,.593,.066,.034-.231-.197-.362,.132-.362s.625-.066,.625-.297c0-.23-.23-.593,0-.658,.231-.066,.395-.329,.56-.297,.165,.034,.46,.066,.46-.131,0-.198-.165-.791-.559-1.35-.396-.56-1.021-1.053-.659-1.021,.362,.032,.955,.263,1.119,.625,.165,.362,.329,.791,.593,.824,.263,.032,.066,.46,.724,.526,.659,.066,.856,.098,1.021-.131,.165-.231,.132-.363,.462-.494,.328-.132,1.152-.625,1.447-.89,.297-.263,1.318-.559,1.647-.559s1.48,.098,1.514,.362c.034,.264,0,.527-.131,.462-.132-.066-.363-.428-.56-.265-.197,.165-.362,.627-.428,.856-.066,.231-.131,.462-.526,.396-.394-.066-1.284-.593-1.547-.362-.263,.23-.396,1.053-.46,1.284-.066,.23-.231,.691-.56,.691s-1.185-.165-1.119,0Zm6.386,5.942c-.339,.085-.543,.346-.987,.346s-1.137-.247-1.433,.098c-.297,.346-.297,.84-.691,.84s-.79-.148-.888,.049c-.098,.199-.544,.544-.791,.444-.246-.099-.641-.493-.394-.543,.247-.049,.79,0,.84-.247,.049-.247,.247,0,.591-.197,.346-.197,1.63-1.58,1.975-1.531,.346,.05,.544,.444,.938,.444s1.235-.197,1.481,.05c.247,.247-.246,.148-.642,.247Zm2.206-12.756c-.197,.163-.559,.163-.625,.46-.066,.296,.032,.856-.066,.888-.099,.034-.428,.297-.396,0,.034-.296-.197-.329-.066-.658,.132-.329,.231-.659,0-.494-.23,.165-.658,.658-.855,.394-.199-.263-.265-.591-.428-.591-.165,0-.297,.163-.594,.099-.366-.082-.855-.725-.658-.89,.197-.163,.691-.197,.988-.131,.296,.066,.361,.625,.526,.658,.165,.034,0,.265,.264,.265s.165-.494,.428-.494,.362,.263,.691,.296c.328,.034,.987,.034,.79,.199Zm5.86-5.696c.231-.131,.593-.362,.757-.065,.165,.296,.856,.691,.987,.526,.132-.165,.265-.725,.462-.956,.197-.23,.494-.46,.494-.163,0,.296-.132,.559,.065,.526,.199-.034,.428-.199,.428-.034s-.231,.395,.034,.395c.263,0,.691-.165,.756-.263,.066-.098,.198-.888,.428-.724,.231,.163,.56,.197,.528,.526-.034,.328,.427,.427,.328,.625-.098,.197-.131,.526-.328,.263-.199-.263-.265-.856-.429-.724-.163,.131-.197,.526-.328,.658-.132,.132-.329,.263-.462,.231-.131-.034-.23-.263-.526-.165-.219,.073-.394,.33-.625,.197-.231-.131-.165-.526-.329-.394-.165,.131-.494,.494-.625,.494-.132,0-.263,.262-.494,.131-.23-.131,0-.396-.394-.56-.395-.163-.954-.394-.725-.527Zm.527,9.613c-.07,.07-.394,.231-.527,.099-.132-.131,.132-.362-.098-.659-.231-.296-.527-.822-.33-.955,.197-.131,.527-.296,.627-.428,.098-.131,1.086-.559,.987-.428-.098,.132-.494,.791-.263,.856,.23,.066,.362,.1,.263,.329-.098,.231-.395,.922-.659,1.185Zm1.383,16.295c-.242-.047-.149-.296-.444-.394-.297-.098-.346-.444-.05-.543,.297-.1,.693-.05,1.087-.643,.394-.593,.543-1.185,.691-1.481,.148-.297,.197-.79,.444-.346,.247,.444,.098,.593,.346,.642,.247,.05,.198,.544-.049,.791-.247,.246-.593-.1-.89,.246-.296,.346-1.086,1.137-1.037,1.334,.05,.197,.148,.444-.098,.394Zm2.812,8.421c-.262-.381-.95-1.401-.95-1.663s.475-.404,.095-.451c-.379-.048-.926,0-.807-.333,.119-.332,.309-1.377,.57-1.305,.262,.07,.594-.024,.856,.047,.26,.071,.666,.404,.713,.902,.047,.5,.381,1.141,.5,1.379,.118,.238,.07,.975,.332,1.235,.26,.262,.523,.571,.523,.809s.26,.523,.427,.76c.167,.236-.142,.023-.119,.189,.024,.167,.215,.833,.143,1.069-.072,.238-.191,.784-.428,.641-.64-.383-.023-.949-.142-1.354-.02-.069,.216-.151,.213-.236-.002-.101-.242-.208-.233-.309,.027-.313,.073-.579-.076-.475-.236,.166-.545,.451-.545,.189,0-.26,.332-.926,.023-.998-.308-.07-.832,.286-1.093-.095Zm34.603,64.87c-.404,0-1.347,.134-1.213-.236,.135-.37-.27-.606,.169-.942,.437-.336,.74-.573,.875-.203,.135,.37,.909,1.381,.169,1.381Z" fill="000"/><path d="M129.409,251.452c-.545-.254-1.827-.789-2.024-1.159-.197-.37-1.21-1.237-1.334-1.531-.123-.297-.593-.346-.469-.691,.123-.346,.469-.197,.099-.864-.37-.667-.641-.742-.716-.518-.074,.221-.223,.64-.42,.443-.197-.197-.098-.591-.296-.346-.199,.248-.371,.47-.544,.47s-.247,.246-.098,.445c.148,.197,.37,.146,.617,.346,.247,.197,.593,.37,.296,.64-.296,.273-.764,.518-.913,.594-.148,.073-.346,.346,.123,.616,.47,.273,.964,.815,.79,.767-.171-.049-.937-.248-.987-.1-.05,.148,.024,.321-.247,.224-.272-.1-.593-.273-.74-.124-.149,.148-.297,.691,.024,.815,.321,.122,.765-.148,1.111,.073s1.013,.173,1.359,.197,1.629-.197,1.999-.049c.37,.148,.938,.37,1.16,.321,.223-.051,.518-.321,.79-.297,.273,.024,.791-.1,.42-.273Z" fill="000"/><path d="M119.163,248.293c-.37-.273-1.258-.815-1.555-.888-.296-.075,.198,.394,.321,.591,.123,.197,.444,.397,.568,.372,.123-.027,.419,.319,.346,.394-.074,.073,.024,.394,.272,.667,.247,.27,.699,.581,1.011,.667,.273,.073,.518-.545,.544-.643,.024-.1-1.136-.888-1.507-1.161Z" fill="000"/><path d="M121.336,248.317c-.247,.148-.544,.075-.544,.421s.739,.745,1.136,.888c.346,.122,.42-1.383,.273-1.507-.149-.124-.618,.049-.864,.197Z" fill="000"/><path d="M114.127,144.733c-.165,.165,.197,.197,.922,.263,.724,.065,2.733-.246,2.996-.263,1.547-.098-.56-.79-.89-.823-.33-.032-.428-.197-.263-.328,.165-.132-.231-.263-.56-.329-.328-.066-.987-.199-1.447-.494-.46-.296-.659-.593-1.416-.659-.757-.065-1.843-.625-2.633-1.316-.79-.691-2.272-.362-3.161-.329-.888,.034-1.975,.79-2.305,1.185-.33,.396,.79,.165,1.251,.297,.46,.131,.658,.493,.987,.559,.329,.066-.264-.758-.33-.955-.065-.197,.199-.362,.659-.362s.659,.131,.659,.362,.23,.264,.822,.396c.593,.131,.922,.296,1.318,.625,.394,.328,.987-.099,1.481-.034,.494,.066,.822,.691,.987,1.054,.165,.362,.462,.197,1.185,.427,.725,.231-.099,.56-.263,.725Z" fill="000"/><path d="M124.331,145.556c-.328-.297-1.25-.363-1.678-.33-.428,.033-1.943-.132-2.47-.263-.526-.132-.822,.23-.559,.394,.263,.165,.46,.396,.724,.757,.263,.362,1.28,1.083,1.646,1.119,.329,.032,.528-.296,.725-.428,.197-.131,.263,.132,.46,.297,.197,.165,.659-.099,1.087-.265,.428-.165,1.152,.198,1.316,.166,.165-.034-.098-.494-.428-.528-.33-.032-.494-.625-.824-.921Z" fill="000"/><path d="M130.785,98.447c.593,.23,2.077,1.365,2.896,1.119,.329-.099-.296-.625-1.218-1.021-.921-.395-2.271-.329-1.678-.098Z" fill="000"/><path d="M139.904,95.089c-.132,.197-.593,.987-.988,1.514-.394,.528-.691,1.778-.79,2.041-.099,.263,0,.329,.197,.725,.198,.394-.428,.197-.527,.296-.098,.099-.625,.526-.888,.922-.263,.394,.264,.263,.494,.296,.23,.033-.33,.627-.528,1.021-.197,.395,.494,.428,.955,.428s2.141-.165,2.469-.165c.33,0,.659,.329,.363,.56-.297,.23-.116,.369,.065,.822,.197,.494,.627,.297,.856,.263,.231-.032,.56-.593,.593-.822,.032-.231,.231-.329,.396-.329s.328-.593,.494-.725c.163-.131,.131,.297,.328,.593,.197,.297-.165,.823-.165,1.054,0,.23,.428-.263,.691-.297,.265-.032,.1,.56,.494,.823,.396,.263,.56-1.481,.56-1.778s-.329-.066-.494,.032c-.165,.1,.066-.525,.132-.756,.065-.231-.824,.46-.791,.296,.034-.165,.362-.724,.494-.987,.132-.263-.099-.165-.197,0-.099,.165-.066-.428-.297-.823-.23-.396,.034-.856,.165-.955,.132-.099-1.185-.33-1.449-.297-.263,.034-.428,0-.724,.1-.297,.098-.691-.528-.691-.725s-.099-.526-.33-.593c-.231-.066-.79,.527-.888,.725-.098,.197,.23-1.284,.23-1.416,0-.131,.627-1.218,.725-1.284,.098-.066-.099-.428-.066-.559,.032-.132,.428-.46,.46-.593,.034-.132-1.218,.394-1.349,.593Z" fill="000"/><path d="M110.636,69.41c-.494,.1-.59,2.228-.099,2.272,.362,.032,.757-1.153,.757-1.449s-.165-.922-.659-.824Z" fill="000"/><path d="M108.233,68.489c-.23,.098-.526-.034-1.021,.066-.493,.097-.79,.79-1.086,1.184-.297,.396-.428,.725-.231,.989,.197,.263,.165-.066,.33-.264,.165-.198,.077,.18,.362,.099,.231-.066,.46-.263,.987-.428,.527-.165,1.153-1.35,1.121-1.712-.034-.362-.231-.034-.462,.066Z" fill="000"/><path d="M109.945,65.855c-.033-.231-.593-.46-1.053-.559-.46-.1-.231,.197-.56,.428-.328,.23-.099-1.977-.559-2.174-.462-.197-1.218-.197-1.316-.625-.1-.428-.231-.79-.593-.955-.363-.165-.528-.625-.856-.824-.329-.197-.132,.659-.462,.725-.328,.066-.131-.823-.098-1.153,.034-.329-.33-.79-.625-.756-.297,.032-.297,.625-.396,.987-.098,.362-.263,3.062-.197,3.589,.065,.526-.396,.559-1.119,.921-.724,.362-.659,.593-.494,.988,.165,.394,1.185,.263,1.515,.33,.328,.065-.34,1.489,.296,1.547,.362,.032,1.515-.395,1.613-.428,.099-.032,.46-1.218,.691-1.416,.231-.197,0-.493,0-.625s.691-.922,.922-.987c.23-.066,.296,.591,.165,.79-.132,.197,.099,.493,.658,.625,.56,.132,.988,.625,1.515,.625s.987-.822,.955-1.053Z" fill="000"/><path d="M99.082,39.585c-.099,.23,.197,.955,.428,1.284,.231,.328,.46,.263,1.087,.46,.625,.197,.953,.659,1.086,.922,.132,.263-.955-.165-1.218-.165s.165,.593,.559,1.053c.396,.46,.329,.165,.89,.33,.559,.165,.493,.493,.658,.756,.165,.265-1.021-.328-.822-.163,.197,.165,.724,.79,.987,.987,.264,.199,.362-.131,.56-.197,.197-.066,.625,.559,.757,.559,.131,0,.493-.23,.691-.263,.197-.032,.428,.625,.822,.791,.395,.163,1.613,.099,1.975,.197,.362,.099,.56,.263,.725,.263s.263-.263,.46-.329,.132,.329,.231,.263c.099-.066,1.876-.329,2.173-.362,.296-.032,1.119-.197,1.415-.231,.297-.032,.856,.955,1.185,1.186,.329,.231,.263-.132,.263-.396s.33-.493,.625-.493,.199,.394,.066,.625c-.131,.231-.032,.758,.297,1.152,.33,.396,.625,.428,1.086,.758,.462,.329,1.021,.362,1.416,.362s.822,.33,.527,.56c-.297,.23-.197,1.185,0,1.58,.197,.395,.231,.79,.593,.89,.362,.099,.362,.131,.362,.955s.724,1.349,.724,1.777-.362,.396-.526,.56c-.165,.165,.263,.526,.462,.724,.197,.197-.659,.297-1.055,.462-.394,.165-.987,.987-1.053,1.383-.066,.394,.691,1.282,.856,1.678s-.428,.659-.822,.856c-.396,.199-.33,0-.659-.066-.33-.065-.396,0-.856,.066-.462,.066-.725-.231-.922-.394-.197-.165-1.152-.066-1.349,.098-.199,.165-.363,.296-.594,.494-.23,.197,.198,.362,.395,.526,.199,.165,.066,.888-.066,1.184-.131,.297-.724,.526-.822,.824-.098,.296,.593,1.449,.822,1.646,.231,.197,1.021,.362,1.449,.231,.428-.132,1.515-.79,1.811-.79s.791,.263,1.185,.394c.396,.132,.428,.132,.527-.131,.098-.263,.823,.328,1.021,.559s-.032,.856,.165,1.087c.197,.23,.46,.131,.888,.131s.56,.33,.823,.462c.263,.131-.396,.328-.625,.625-.231,.296,.197,.494,.724,.724,.526,.231,.263,.528,.494,.757,.23,.231,.658,.527,.922,.527,.263,0-.199-.394-.165-.494,.032-.098,.559,.363,1.119,.593,.559,.231,.329,.231,.493,.428,.165,.199,1.383,.329,1.613,.329s1.2,1.277,1.778,1.481c.559,.198,.593-.593,.756-.79,.165-.197-.163-.526-.163-.79s-.329-.79-.691-.888c-.362-.1-.659-.593-1.219-1.055-.559-.46-.163-.394-.163-.625s-.231-.197-.429-.065c-.197,.131-.394,0-.591-.395-.199-.396-.56-.922-.56-1.021s.231,0,.33,.099,.231,0,.297-.165c.065-.165,.525,.625,.822,.922,.296,.296,.329-.066,.394-.197,.066-.132,.363,.46,.659,.79,.297,.329,.824,.593,.989,.822,.165,.231,.822,.462,1.053,.593,.231,.132-.032,.526-.066,.79-.032,.263,.263,.231,.428,.231s.297,.132,.494,.297c.197,.163,.428-.528,.494-.691,.065-.165-.593-.165-.659-.363-.066-.197,.099-.591,.132-.856,.032-.263-.132-.625-.165-.822-.034-.199,.296,.065,.394,.197,.098,.132,.297-.132,.528-.132,.23,0-.265-.46-.165-.691,.099-.23-.231-.428-.363-.625-.131-.197-.165-.593-.494-.822-.33-.231-.394-1.119-.79-1.417-.396-.296-.396-.856-.526-.987-.131-.132-.263,.099-.328,.263-.066,.165-.198-.395-.462-.395s-.395-.131-.659-.131-.165-.56,.165-.659c.33-.098-.032-.329-.23-.56-.197-.23-.066-.394-.297-.493-.23-.099-.197-.33-.098-.494,.098-.165-.625-.098-.659-.197-.032-.099,.165-.56,.428-.627,.263-.066-.165-.362-.328-.46-.166-.099,.065-.296,.23-.362,.165-.066,.165-.56,.428-.626,.263-.065,.396-.23,.526-.296,.132-.066,.265,.396,.396,.691,.131,.297,.263,.593,.46,.79,.199,.199,.362-.165,.559-.296,.199-.132-.031,.231-.031,.494s.23,.065,.591,.065-.131,.297-.23,.462c-.099,.165,.296,.396,.593,.494,.296,.098,.099,.098-.1,.362-.197,.263,.132,.098,.462,.131,.328,.034-.231,.757-.231,.757,0,0,.625-.066,.888-.231,.265-.165,.691,.593,1.054,.691,.362,.099-.593-.888-.429-.856,.165,.034-.099-.591,.166-.625,.263-.032,.165-.559,.165-.79s.427,.394,.724,.724c.296,.329,.197-.197,.46-.394,.265-.197,.791,.032,1.053,0,.263-.034,.132-.593-.197-.888-.33-.297-.79-.988-.955-1.384-.165-.394,.362-.328,.757-.328s.494-.363,.625-.56c.132-.197-.099-.329-.296-.296-.197,.032-.494-.791-.659-.856-.165-.066-.131,.494-.165,.658-.034,.165-.659-.032-.888-.098-.231-.065,.098-.756,.032-.922-.065-.165-.46,.428-.625,.626-.165,.197-.231-.362-.362-.395-.132-.032-.757,.494-1.119,.757-.363,.263-.066-.494,.165-.56,.23-.065-.165-.559-.199-.658-.032-.099,.494-.034,.625-.066,.132-.032-.131-1.119-.427-1.481-.297-.362-.593,.263-.856-.032-.265-.297,.23-.89,.165-.988-.066-.099-.265,.032-.627,.329-.362,.296-.197-.263-.625-.197s-.494-.462-.79-.593c-.297-.132-.231-.231,.066-.363,.296-.131-.329-.526-.691-.526s-.593-.066-1.054-.263c-.46-.197-.691-.131-.691-.328,0-.199,.659-.034,1.021,0,.362,.032-.394-.56-.625-.626-.231-.065,0-.131,.33-.231,.329-.099-.396-.362-.099-.46,.296-.099-.363-.362-.691-.461-.329-.098,.921-.098,1.283-.098s.757-.199,.791-.494c.032-.297-1.185-.329-1.646-.494-.462-.165,.23-.526,.493-.822,.263-.297,.527-.429,.724-.429,.199,0-.131-1.513-.263-1.941-.131-.428-.46-.098-.888,.098-.428,.199-.691,.199-1.35,.199s-.131-.329,.363-.494c.493-.165,.822-.725,.987-.89,.165-.165-.131-.394-.46-.493-.329-.1-.691-.56-1.087-.627-.394-.065-.822-.098-1.119-.362s-.231-.394-.526-.394c-.297,0-.396-.363-.428-.593-.032-.231,.165-.396-.132-.758-.296-.363-.756-.098-1.184-.032-.428,.065-1.284-.659-1.68-.659s-.33-.197-.494-.395c-.165-.197-.46-.197-.591-.197-.132,0,.032-.396-.066-.56-.099-.165-.428-.23-.725-.362-.296-.131-.033-.758-.23-.955-.199-.197-.625-.888-1.021-.987-.394-.1-.494-.165-.823-.329-.33-.165-1.942-.263-2.205-.231-.263,.034-.462,.362-.526,.526-.066,.165,.625,.526,.625,.691s-.659-.066-.955-.165c-.297-.098-.165,.989-.494,1.218-.329,.231-.297-1.448-.263-1.843,.034-.394-.329-.46-.494-.527-.163-.066-.625,.494-.691,.659-.065,.163-.394,0-.526-.034-.132-.032-.46,.725-.625,1.185-.165,.462-.526,.79-.89,.691-.362-.098,.297-1.383,.462-1.943,.165-.559,.428-.658,.658-.921,.231-.263-.032-1.515-.163-1.746-.132-.23,.23-.526,.362-.756,.131-.231,0-.199-.165-.462-.165-.263,.23-.362,.197-.856-.032-.493,0-.955-.032-1.349-.034-.395-.89-.132-1.119-.066-.231,.066-.856,.099-.922,.33-.066,.23,.428,.757,.396,.856-.034,.099-.396-.132-.725-.263-.33-.132-.79,.131-.822,.263-.034,.131,.757,.296,.921,.527,.165,.23,.396,.362,.593,.658,.197,.297-.527,.725-.955,.725s-.428-.264-.856-.066-.394-.165-.691-.066c-.296,.099-.066,1.284-.066,1.877s.297,.757,.627,1.119c.329,.362,.23,.462,.032,.593-.197,.131-.724-.264-.823-.165-.099,.098,.297,.856,.297,1.284s.691,.955,1.021,1.087c.328,.131,.23,.23,.394,.526,.165,.296,1.252,.79,1.416,1.186,.163,.394-.231,.526-.428,.724s-.197-.131-.363-.131c-.163,0-.197,.526-.427,.658-.231,.132-.329-.658-.396-.822-.066-.166-.724,.527-1.119,.658-.395,.132,.296-.822,.428-1.021,.131-.197,.032-.46-.165-.46s.032-.428-.46-.822c-.494-.395-1.055-.956-1.35-1.647-.296-.691,.329-1.843,.329-2.271s-.297-1.251-.297-2.041,1.153-2.106,1.416-2.403c.263-.296,.724-.987,.724-1.218s-.165-.099-.394,.066c-.231,.165-2.403,.032-2.7,.066-.296,.032-1.744,.79-1.877,.955-.131,.165-.527,.46-.756,.79-.231,.329-.691,.79-.955,.955-.265,.165,.065,1.416,.099,1.877,.032,.46-.56,2.14-.856,2.568-.297,.428,.032,1.316,.494,1.745q.46,.428,.362,.659Zm21.909,17.603c.073-.346,.346-.84,.147-1.308-.197-.468,.371-.173,.643,.148,.272,.32,.938,.888,1.258,.987,.321,.098,1.358,.568,1.334,.84-.019,.199-.568,.617-.741,.543-.173-.074-.567,.371-.888,.271-.321-.098-.173-.221-.518-.246-.346-.026-.321,.394-.494,.394s-.197,.47-.37,.371c-.173-.1,.049-.247,.024-.667s-.469-.988-.394-1.334Zm-.766,4.963c.074-.05,.272,.271,.469,.024,.197-.247-.321-1.16-.099-1.258,.223-.1,.296,.272,.691,.346,.396,.073,1.234,.74,1.234,.888,0,.312-.147,.543-.098,.741,.05,.197-.247,1.258-.394,1.284-.148,.024-.89-.026-1.161-.248-.272-.221-.494-.591-.494-.888s-.221-.838-.147-.888Z" fill="000"/><path d="M109.748,33.33c.098,.625-.066,1.613,.197,1.778,.263,.163,2.666-.066,3.094-.1,.428-.032,.797,.316,1.416,.231,1.184-.165,.691-1.021,.526-1.547-.165-.526-.132-1.087-.329-1.383-.197-.296-.132-.724-.132-.955s-.296-.46-.658-.593c-.363-.132-1.384,0-1.613,.066-.231,.066-.922-.263-1.119-.625-.197-.363-.659-.165-1.119,.098-.462,.264-.428,.46-.428,.756s.066,1.647,.165,2.272Z" fill="000"/><path d="M90.391,48.67c.131-.032-.362-.691-.56-1.021-.197-.328-.428-.362-.593-.263-.165,.098-.493-.328-.394-.527,.099-.197-.691-.493-.856-.659-.165-.165-.263,.396-.395,.56-.131,.165-.131,.79-.263,.888-.131,.1-.263,.198-.065,.428,.197,.231-.034,.856-.329,1.021-.297,.165-.89,.165-1.087,.165s.131,.691,.33,.856c.197,.165,.625,.199,.822,.33,.199,.131,1.055,.46,1.449,.526,.395,.066,1.021,.362,1.35,.396,.33,.032,1.218-.741,1.449-.856,.262-.132,.032-.231-.264-.428-.297-.197-.329-.823-.56-.856-.23-.032-.165-.526-.032-.56Z" fill="000"/><path d="M55.264,39.256c.494,.362,.922,1.877,1.121,2.337,.197,.46,.657,.132,.921,.132s.593-.132,.757-.199c.163-.066,.098-.394,.231-.856,.132-.46,.263,.099,1.053,0,.79-.098,1.316-.657,1.646-1.218,.329-.559,.494-3.621,.593-3.884,.099-.263,.593-.955,1.053-.988,.462-.032,.626-.362,1.053-.658,.428-.297,1.121-.462,1.581-.593,.46-.131,1.307-1.434,1.383-1.811,.032-.165-.46-.494-.791-.527-.328-.034-.296-.428-.493-.56-.199-.131-.955-.922-1.25-1.349-.297-.428-.922-.297-1.251-.165-.33,.131,0,.427-.296,.625-.297,.197-.429-.263-.429-.494s-.099-.46-.46-.362c-.362,.099-.758-.395-1.186-.494-.428-.098-.493,.297-.987,.297s.099-.691,.296-.955c.199-.265,.165-.494-.263-.265-.428,.231-1.415,.199-1.811,.199s-.593,.593-1.25,.625c-.659,.034-.922,.823-1.185,1.087-.263,.263,.263,.263,.362,.263s.066,.428,.033,.724c-.033,.297,.297,.428,.297,.428,0,0,.197,.79-.066,.79s-.264,.099-.593,.593c-.328,.494-.394,2.009-.394,2.238,0,.231-.034,.461-.329,.691-.297,.231-.066,.264-.034,.625,.034,.363-.131,1.877-.33,2.075-.197,.197-.131,.362-.098,.822,.034,.462,.627,.462,1.119,.823Z" fill="000"/><path d="M64.547,34.351c-.197,.066-.559,.362-.658,.625-.1,.263-.197,.428-.56,.46-.362,.034-1.053,.263-.987,.494,.065,.231,.33,.526,.33,.757s.362,.263,.296,.494c-.066,.23-.922,.559-1.053,.756-.132,.198-.199,.823-.231,1.12-.033,.296,.098,.527,.296,.527,.199,0-.032,.493,.396,.46,.428-.032,.691-.066,.724,.066,.034,.131-.032,.593,.231,.526,.263-.066,1.021,.197,1.251-.032,.231-.231,.494-.297,1.021-.231,.527,.066,1.119,.263,.888,.296-.231,.034-1.153,.034-1.318,.165-.163,.132-.394,.297-.921,.362-.527,.066-1.218,.494-1.317,.528-.1,.032,.131,1.25,.263,1.447,.131,.199,.559,.593,1.053,.593s.691,.263,.856,.098c.165-.165,.099-.23,.527-.165,.428,.066,.593,.132,1.087-.033,.493-.165,1.612-.559,1.877-.395,.262,.165,.724,.428,1.152,.428s1.811,.198,1.514,.263c-.296,.066-1.086,.494-.955,.494,.132,0,.494,.396,.329,.396s-.131,.559-.296,.559-.791,.034-1.284-.065c-.494-.099-1.581,.296-2.009,.362s-.888-.362-1.448-.231c-.56,.132-1.416,.199-1.185,.462,.231,.262-.098,.987,.099,1.152,.197,.165,.658,.362,.658,.724s.263,.791,.823,1.021c.56,.231,1.646,.032,1.91,.132,.262,.099,.724,.362,.691,.724-.034,.362-.166,.395,.065,.724,.231,.329,.428,.594,1.053,.594s1.712-.494,2.108-.429c.394,.066,.691,.363,1.184,.231,.494-.131,1.054-.856,1.416-.921,.362-.066,1.778-.166,1.909-.329,.132-.165,.428-.56,.757-.462,.33,.1,.428,.263,.954,.263s1.483,.034,1.318,.165c-.165,.132-.56,.56-.199,.56s.987-.231,1.449-.034c.46,.199,.822,.396,1.185,.297,.362-.098,1.447-.823,1.481-.988,.034-.163,.362-.494,.362-.494,0,0-.296,.165-.46-.098-.165-.264-.362-.987-.559-.987-.199,0-.528,.593-.757,.593-.231,0-.363-.263-.56-.199-.197,.066-.659,.429-.46,.066,.197-.362,.493-.46,.263-.559-.231-.1-.527,.032-.527-.231s.196-.856,.328-.659c.132,.199,.363,.725,.691,.757,.331,.032,.988,0,.627-.197-.362-.197-.659-.165-.197-.329,.46-.165,.427-.394,.756-.263,.329,.131,.627-.066,.824,.098,.197,.165,.428,.494,.559,.263,.132-.231,.362-.526,.165-.625-.197-.099-.593-.263-.394-.396,.197-.131,.559-.263,.362-.427-.197-.166-.56-.462-.725-.329-.163,.131-.525,.559-.756,.296s-.066-.098-.528-.691c-.46-.593-.559-.988-.953-1.185-.396-.197-1.286-.724-1.515-1.218-.231-.494-.231-4.411-.297-4.839-.065-.428-.131-1.515-.131-1.811,0-.297-.296-.659-.526-.989-.231-.329-.79-1.085-.988-1.449-.197-.362-.822-.921-.922-.79-.099,.132-.099,.691-.427,.526-.33-.163-.956-.658-.956-.428,0,.231,.329,.627,.166,.691-.166,.066-.331,.066-.265,.428,.066,.362,.494,1.219,.56,1.581,.066,.362,.362,2.106,.296,2.502-.066,.395,.132,1.58,.066,1.712-.066,.131-.362,.165-.494,.165-.131,0-.593-.132-.593-.231s-.559-3.556-.559-3.786-1.251-1.35-1.284-1.778c-.033-.428-1.35-1.053-1.481-.955-.132,.098,.099,.791,.328,1.021,.231,.231,.691,.098,.791,.691,.098,.593,.659,.955,.131,.955s-.658-.197-1.053-.131c-.396,.066-1.251,.856-1.547,.593-.296-.263,1.252-.955,1.053-1.515-.197-.559-.822-.559-.955-.888-.131-.33-.822-.693-1.021-.56-.197,.132,.132,.691,.033,.856-.097,.165-.197,1.646-.493,1.547-.297-.099-.494-.296-.724-.263-.231,.032-.593,.46-.89,.131-.296-.328,.297-1.086,.494-1.316,.197-.23,.362-.263,.362-.659s-.065-1.02-.329-1.086c-.201-.05-.79-.231-.987-.066-.197,.165-.856,.79-1.119,.988-.264,.197-1.316,.888-1.515,.955Z" fill="000"/><path d="M78.012,32.474c.428,.328,.716,.825,.955,1.35,.33,.724,.362-.066,.46-.363,.099-.296,.197-.263,.396-.427,.197-.165,.263-.956,.493-1.482,.231-.526,.297-.856,0-1.25-.296-.395-2.765-.198-2.864-.066-.099,.131-.362,.625-.526,1.053-.165,.428,.659,.856,1.087,1.185Z" fill="000"/><path d="M43.512,48.638c.23-.066-.428-1.218-.56-1.218s-.296,.724-.231,1.085c.066,.362,.531,.207,.791,.132Z" fill="000"/><path d="M92.991,29.412c.034,.297-.955-.165-1.35-.131-.394,.032-.296,.593-.032,.888,.263,.297,0,.725-.297,.823-.296,.099-.065-.098-.328-.263-.265-.165-.132,.691-.165,1.119-.034,.428,.131,.987,.165,1.415,.033,.428-.231,.296-.395,.462-.165,.165,.46,1.152,.46,1.415s-.23,.197-.362,.296c-.132,.098,.066,.231,.462,.363,.394,.131,.263,.197,.559,.593,.296,.394-.033,.955-.033,1.184,0,.231,.197,.428,.493,.526,.297,.099,0,.099-.165,.265-.163,.165,.924,.14,1.153,.099,.362-.066,.428-.757,.428-.922s-.396-.691-.593-1.152c-.197-.462-.296-.691-.165-.691,.132,0,.824-.528,.987-.627,.165-.098,.265,.066,.462,.099,.197,.034,.823-.197,1.053-.23,.231-.034,.79-.955,.888-1.153,.1-.197,.034-.691,.066-.987,.034-.297,.593-.823,.724-1.284,.132-.46,.462-1.218,.593-1.383,.132-.165,.034-.396-.427-.56-.462-.165-.56-.329-.791-.296-.23,.032,.034,.296-.658,.197-.691-.099-.1,.362-.396,.362s-.395-.428-.593-.724c-.197-.297-1.021-.098-1.514-.165-.494-.066-.263,.165-.231,.46Z" fill="000"/><path d="M82.423,35.898c.264,.394,.066,.394,.066,.691,0,.296,.856,1.349,1.021,1.449,.165,.098,.46-.066,.625-.066s.329,.625,.46,.79c.132,.165,.362,.032,.494,0,.132-.032,.625,.757,.823,1.119,.197,.362,.23,.922,.428,1.185,.197,.263,.493-.034,.724-.132,.231-.099,.395-.23,.593-.527,.197-.296,.526-.23,.822-.494,.297-.262,.297-.394,.429-.559,.131-.165,.396-.058,.691-.132,.262-.065,.394-.362,.493-.593,.098-.23-.428-.658-.46-1.053-.033-.394,.494-.559,.659-.79,.163-.231-.1-.987-.461-1.449-.362-.46-.493-.362-.79-.494-.296-.131-.032-.724-.428-.921-.395-.197-.132,.526-.231,.856-.098,.329-.593-.625-.822-.89-.231-.263-.099-.362,.098-.394,.197-.034,.165-.823,.297-1.053,.131-.231,.262,0,.525,0,.265,0,.462-.165,.297-.428-.165-.263-.494-.659-.494-.89,0-.23,.428-.263,.56-.296,.132-.034-.528-.888-.725-1.021-.197-.132-.329,.165-.494,.33-.163,.165-.822,.329-1.152,.428-.328,.098-.691-.165-.987-.462-.296-.296,.098-.328,.197-.559,.098-.231-.824,.066-1.087,.131-.263,.066-.362-.165-.757-.032-.394,.132-.525,1.646-.394,1.81,.131,.165,.263,.428,.296,.758,.034,.329,.593,.329,.89,.46,.296,.131,.197,1.054,.197,1.251s.46,.494,.363,.593c-.1,.098-.363,.493-.528,.593-.165,.099-.526-.132-.691-.265-.165-.131-.691-.328-.757-.593-.065-.263,.066-.427,.231-.591s-.362-.494-.625-.625c-.263-.132-.691,.328-.691,.658s-.165,.362-.098,.659c.065,.296,.131,1.152,.394,1.547Z" fill="000"/><path d="M89.172,23.158c.263,.296,.528-.165,.725-.428,.197-.264,.494-.199,.659-.265,.163-.065,.098,.198,.165,.494,.065,.297-.428,.494-.725,.725-.296,.23-.362,.724-.263,1.119,.099,.394,.297,.197,.462,.165,.165-.034,.296,.79,.658,.955,.362,.165,.79,.593,1.152,.79,.363,.197,.961,.03,1.219-.132,.263-.163,0-.921-.1-1.053-.099-.131,.066-.79,.1-.955,.032-.165-.066-1.218-.263-1.316-.197-.099-.396-1.021-.659-1.185s-1.021-.197-1.481-.099c-.462,.099-1.153-.032-1.844,0-.691,.033-.691,.131-.494,.362,.198,.231,.429,.526,.691,.823Z" fill="000"/><path d="M55.539,99.116c-.465-.502-1.081-.656-1.16-.926-.077-.27-1.042-1.083-1.468-1.16-.425-.077-1.855-.733-2.164-.812-.309-.077-.617,.465-.193,.734,.425,.27,1.971,1.43,2.59,1.893,.618,.465,.579,.541,.733,.541s.581,.077,.774,.502c.192,.426,1.269,.726,1.738,.695,.579-.039-.386-.967-.849-1.469Z" fill="000"/><path d="M46.189,86.251c-.309,.116-.386,0-.851-.386-.463-.386-.695-1.121-1.044-1.159-.347-.039-.27,.772,.116,1.506,.387,.734,.193,.618,.193,.89s.853,.436,1.314,.502c.271,.039,1.005-.581,1.005-.967s-.424-.502-.733-.386Z" fill="000"/><path d="M46.266,89.303c-.227-.046-.579-.039-.772-.155-.194-.116-.425-.424-.465-.231-.038,.193-.038,1.121,.193,1.777,.232,.656,.541,1.97,.812,1.7s.271-1.274,.155-1.545c-.116-.271,.27-1.507,.077-1.546Z" fill="000"/><path d="M42.016,81.923c-.039-.193-.193-.463-.656-.851-.465-.386-.541-.54-.774-.424-.231,.116,.579,1.081,.89,1.467,.308,.386,.686,1.784,1.042,2.318,.309,.465,.232-1.274,.116-1.545-.116-.271-.579-.774-.618-.967Z" fill="000"/><path d="M42.248,80.842c-.194-.039,.348,.579,.656,.965,.309,.386-.049,.552,.155,.927,.231,.426,.618-.811,.579-1.081-.039-.271-1.198-.772-1.391-.811Z" fill="000"/><path d="M44.334,84.009c.077-.193-.077-1.468-.579-1.081-.174,.134,.348,.851,.193,.967-.155,.115,.309,.308,.386,.115Z" fill="000"/><path d="M19.887,81.672c-.208-.082-.248-.371-.537-.66s0,.289,0,.454-.537,.082-.867,.082,0,.373-.042,.578c-.041,.207-.413-.04-.702-.04s-.33,.578-.412,.949c-.084,.373,.453,.373,.618,.373s.109,.335,.289,.66c.207,.371,.661-.66,.744-.784s.289,.207,.454,.247c.166,.042,.537-.907,.744-1.114,.207-.207-.082-.661-.289-.744Z" fill="000"/><path d="M19.803,80.268c-.289,.124,.027,.756,.455,.661,.373-.084,.951-.248,.743-.248-.207,0-.908-.538-1.198-.413Z" fill="000"/><path d="M5.474,87.825c-.247,.082-.66,.455-.536,.702,.124,.248,1.031-.289,1.445-.289,.373,0,0-.536-.123-.702-.124-.165-.537,.207-.786,.289Z" fill="000"/><path d="M2.501,89.891c-.329-.084-.62,.909-.536,1.073,.082,.165,.867-.578,.867-.578,.124-.207,0-.413-.331-.496Z" fill="000"/><path d="M.932,90.882c-.169-.024-1.198,.702-.867,.991,.329,.289,1.445-.909,.867-.991Z" fill="000"/><path d="M1.446,75.717c-.261,.224,.67,.669,.892,.782,.223,.111,.606-.174,.855-.148,.373,.036-.185-.856-.371-1.153-.186-.298-1.115,.297-1.376,.52Z" fill="000"/><path d="M135.653,157.364c-.059,.595,.536,.435,.655,.119,.178-.477-.595-.714-.655-.119Z" fill="000"/></g><g><path d="M200.708,82.708c-.101,.166-.497,.485-.369,.701,.127,.217,.458,.802,.751,.689,.293-.115,.726-.255,.649-.051-.075,.204-.012,.42-.293,.548-.28,.127-.573,.624-.356,.713,.216,.089,1.031-.536,.968-.332-.064,.204,.127,.51,.293,.714,.166,.204,.165,.662,.14,.929-.026,.267-.063,1.006-.128,1.21-.063,.204,.116,.853,.548,.853s1.095-.471,1.223-.204c.127,.267,.012,1.109,.381,1.414,.37,.307,.599,.598,.434,.956-.166,.356-.891,.992-1.095,.992s-.879-.024-.968,.307c-.089,.331,.103,.891,.356,.802,.255-.089,.637,.012,.242,.548-.394,.535-1.362,.98-1.349,1.21,.012,.228,.929,.458,1.4,.611,.471,.154,1.325,.281,1.21,.421-.113,.139-1.196,.369-1.414,.598-.216,.23-.445,.955-.61,1.133-.166,.178-1.096,.841-.701,.942,.394,.103,1.172-.61,1.528-.56,.356,.051,.662,.344,1.018-.115,.356-.458,.562-.865,.841-.751s.662,.612,1.311,.14c.651-.471,1.338-.395,1.936-.471,.598-.077,2.114-.433,1.808-.649-.305-.217-.98-.408-.624-.867,.356-.458,1.605-1.4,1.198-1.948-.408-.548-1.324-.637-1.746-.483-.42,.153-.05-.37-.101-.689-.051-.319-.28-.624-.356-1.081-.077-.459-.459-1.287-.879-1.554-.42-.267-1.184-.802-1.388-1.477-.204-.675-.077-1.426-.624-1.808-.548-.382-1.134-.459-.713-.968,.42-.509,.687-1.261,.917-1.681,.23-.421,.756-1.076,.142-1.226-.414-.101-1.048-.25-1.348-.25s-1.746,.748-1.696,.549c.05-.2,.648-1.198,.848-1.447,.2-.25,.698-.698,.698-1.148s-.648-.1-1.097-.1-1.596-.05-1.746,.05c-.15,.1-.15,.848-.3,.948-.15,.1,.55,.45,.35,.7-.2,.248-.798,.648-.65,.848,.15,.2,.124,.807-.155,.807s-.382-.636-.485-.471Z" fill="000"/><path d="M197.148,95.32c.647-.042,1.654-.759,1.97-.979,.317-.22,1.241-.358,1.516-.386,.275-.027,.731-1.722,.717-2.136-.015-.413-.428-1.184-.277-1.557,.153-.371,.373-1.667,.249-1.943-.124-.275-1.681-.524-2.274-.413-.593,.111-1.157,.826-1.268,.992-.109,.165,.483,.646,.304,.799-.18,.151-1.075,.014-1.778,.138-.702,.124,.097,.275,.483,.702,.385,.428,.123,.331-.414,.772-.537,.44-.069,.289,.579,.385,.648,.097,.675,.179,.344,.428-.331,.248-.702,1.006-.344,1.006s.482,.165,.151,.303c-.331,.138-.647,.277-1.337,.662-.689,.386,.826,1.262,1.378,1.227Z" fill="000"/><path d="M200.083,82.022c.358-.289,1.199-1.777,.771-1.501-.34,.219-1.157,.606-1.184,.909-.028,.304,.054,.883,.413,.593Z" fill="000"/><path d="M221.113,112.865c0-.534,.173-1.634-.173-1.446-.215,.118-.801,.566-1.037,.927-.236,.361,.251,1.807,.502,1.775,.251-.031,.708-.722,.708-1.257Z" fill="000"/><path d="M219.871,118.05c.393,.251,1.304-.424,1.368-.88,.062-.455,.471-3.236-.582-2.529-.336,.226-.911,1.177-.895,1.492,.016,.314-.283,1.666,.109,1.917Z" fill="000"/><path d="M227.287,119.887c-.377,.189-1.148,.047-1.555-.157-.409-.204-.77,.047-.928,.22-.157,.173,1.148,.675,1.524,.832,.377,.158,.867,.624,1.57,.896,.691,.266,.504-.551,.425-.927s.078-.77,.188-.974c.111-.205-.848-.078-1.225,.109Z" fill="000"/><path d="M443.85,63.36c-.232,.134-.265-.132-.364-.398-.1-.267,.397-.266,.697-.366,.3-.1,.068-.831,.035-1.165-.035-.332-.235-.764-.067-.764s.899,.166,1.299,.166c.397,0,.065-.432,0-.765-.068-.332,.532,.333,.864,.566,.332,.234,.2-.134,.432-.632,.232-.5,.332-.599,.699-.698,.365-.1,.165-.333-.534-.599-.697-.266-.632-.964-.764-1.331-.132-.365-.265-.166-.564-.032-.3,.134-.3-1.098-.632-1.064-.332,.032-.799-.267-.999-.2-.2,.066-1.064-.167-1.331,.066-.265,.233-.2,1.829-.465,1.895-.267,.067-.2-2.627-.2-2.927s-.168-1.031-.367-1.031c-.197,0-1.428-.066-1.996-.166-.564-.1-.764-1.264-1.229-1.396-.467-.134-1.232-.367-1.731-.733-.5-.366-.632-.498-1.396-.932-.767-.432-.767-.731-1.099-1.13-.332-.4-.664-.166-.999-.3-.332-.132-.232-1.064-.632-1.198-.397-.132-1.196-.498-1.728-.666-.532-.166-.3-.798-1.131-1.23-.832-.432-3.759-.066-4.691-.166-.932-.1-1.331-.832-1.663-.5-.332,.332,0,.532,.2,.732,.2,.2-.632,.2-.699,.532-.065,.333,.2,.666,.567,.799,.364,.132,.2,.298,.065,.632-.132,.332-.065,.632,.2,.864,.267,.234-.1,.532-.332,.599-.232,.066-.3,.864-.564,.998-.267,.134-.5-.532-.632-.666-.135-.132-.167,.666-.235,.798-.065,.134-.497-1.098-.465-1.396,.032-.3-.932-.799-1.131-1.198-.2-.4-.1-1.431-.4-1.597-.3-.166-.265,.134-.332,.466-.065,.332-2.463,.132-3.159-.134-.699-.266-2.295-.532-2.895-.298-.599,.232-1.064,.764-1.264,1.164-.2,.4-.032,1.73-.267,1.929-.232,.2-.432-1.198-.3-1.464,.135-.266-.364-.366-.732-.831-.365-.466-.597-.698-.932-1.098-.332-.4-.097-.2,0-.566,.1-.366-.132-.698-.332-1.264-.2-.566-.664-1.83-1.428-2.229-.767-.398-3.027-.066-4.093,.067-1.064,.132-2.627,.598-3.192,.598s-1.231-.499-1.599-.765c-.364-.266-1.264-1.796-1.528-2.196-.267-.398-.932-.332-.832-.632,.1-.3,.632,0,.832,.034,.2,.034,.065-.865-.1-1.265-.168-.398-.867-.864-1.531-.864s-.932-.4-1.564-.366c-.632,.034-.4,.2-.6,.266-.2,.066-.664-.066-.996-.066-.335,0-.732,.432-.999,.598-.265,.166-.964,.1-1.529,.1s-.1-.232,.165-.498c.267-.266,.167-.499,.067-.666-.1-.168,.165-.333,.532-.333,.364,0,2.063,.633,2.495,.532,.432-.099-2.063-1.03-3.062-1.03s-3.127-.4-3.591-.2c-.465,.2-2.063,.666-2.328,.698-.267,.034-.432,.732-.332,1.265,.097,.532,.265,.066,.464-.134s.3,.2,.732,.366c.432,.166-.4-.066-.4,.132,0,.2-.165,.134-.432,.567-.267,.432,.699,1.364,.764,1.63,.068,.266-.165,.066-.465,.066s-.3,.2-.567,.366c-.265,.166-.597-.698-.497-.832,.1-.134-.599-.232-.967-.032-.364,.199,.168,.798,.267,1.13,.1,.332-.232,.134-.467,.134-.232,0-.065,.864-.332,.864-.265,0-.697-1.064-1.129-1.298-.435-.232-.567-.466-.967-.432-.4,.034-.564-.332-1.164-.432-.599-.1-.899,.398-1.064,.532-.168,.134-.567,.266-.932,.2-.367-.066-.732-1.364-.999-1.763-.265-.4-.132,0-.564,.632-.432,.632-.464,1.297-.464,2.163s-.832,1.563-1.032,1.796c-.2,.232-.235-.466-.3-.698-.067-.234-.532-.134-.699-.134s-.265-.632-.3-.932c-.032-.298-.165-.532-.332-.798-.168-.266-.168-.466-.664-.766-.499-.298-.235-.432-.4-.832-.167-.398-.3-.166-.5-.1-.2,.067-.232-.332-.232-.564,0-.234-.3-.134-.467,0-.165,.132-.364-.999-.597-1.198-.235-.2-.732-.366-1.099-.3-.364,.066-.764-.666-.764-.898,0-.234,1.396,.398,1.895,.664,.5,.267,.432,.633,.864,1.065,.432,.432,.864,.498,.864,.2s.235-2.629,.235-3.061-.567-.632-1.067-1.064c-.497-.433-.132-.999-.632-1.198-.497-.2-.2-.366-.632-.366s-.932-.366-1.129-.2c-.2,.166-.535,.166-1.099,0-.564-.166-.999-.1-1.231-.466s-.3-.566-.764-.566c-.467,0-.667-.432-.999-.432s-.732,.498-.832,.864c-.1,.366,.367,.832,.667,1.098,.3,.267,.265,.366-.068,.533-.332,.166-.3,.199,.068,.732,.364,.532-.567,.099-.367,.564,.2,.466-.964,.333-1.728,0-.767-.332-1.599,0-1.931,.034-.332,.034-.599-1.464-.599-1.629s-.996-.333-1.663-.234c-.664,.1-1.496-.632-1.796-.764-.3-.134-.3,.066-.499,.299-.197,.233-1.496-.83-2.061-.83s-1.099-.234-1.331,.232c-.232,.466,.5,1.33,.664,1.83,.168,.499-.732,1.064-1.064,1.264-.332,.2,.232-.732,.232-1.13s-.632-2.929-.632-3.261c0-.485-.532-.4-1.031-.3s-.4-1.364-.432-1.596c-.032-.234-.3,.366-.796,.498-.5,.134-.4,.234-.999,.799-.599,.564-.899,.564-1.496,.998-.599,.432-1.996,2.595-2.595,3.027-.599,.432-.035-1.098,.1-2.129,.132-1.031-.067-1.363-.1-1.729-.035-.366,.732,.266,1.096,.1,.367-.168,2.063-2.595,2.53-2.861,.464-.266,.632-.466,1.229-.898,.6-.433,1.067-.3,1.931-1.031,.864-.732,1.032-3.193,1.131-4.192,.1-.998,.2-1.63-.135-2.062-.332-.432-.1-.732-.364-1.397-.267-.666-.567-.766-.932-.766-.367,0-.732-.398-.832-.398s-.532,.232-.899,.398c-.365,.168-3.327-.265-4.356-.199-1.032,.066-.732,.598-1.199,.932-.465,.332-.964,.632-1.264,.864-.3,.233-.067-1.064,.033-1.364,.1-.3,.599-1.597,.767-1.93,.165-.332-.799-.266-1.099-.266s.5-.666,.667-.898c.165-.233,.432-.333,.432-.965s.065-.666-.532-.964-.667-.766-1.231-1.032c-.567-.266-.632-.3-.932-.366s-.3,.232-.732,.432c-.432,.2-1.399,.632-1.563,1.031-.167,.398-.2,1.032-.832,1.829-.632,.798-.2,1.264-.332,2.262-.135,.999-.432,1.297-1.599,1.563-1.164,.267-1.032-.498-1.528,.134-.5,.632,.165,1.363,1.396,2.195,1.232,.832,1.131,.398,1.064,.732-.065,.332-.864,0-1.264,.1-.4,.1,.2,.432,.567,.432,.364,0,.432,.266,.697,.898,.267,.633-.232,1.231-.4,1.464-.165,.233,.035-.698-.065-1.164-.1-.466-.432-.398-.932-.232-.499,.166-.732-.333-.864-.766-.135-.432-.467-.998-1.067-1.264-.597-.266-.664-.034-1.229,.166-.567,.2-.167-.466-.499-.865-.332-.398-.232-.498-.732-.365-.499,.132-.567,.265-1.264,.199-.699-.066-.667,.234-1.231,.266-.567,.034-.2-.366-.168-.632,.035-.266-.664,.466-1.164,.599-.499,.132-1.131,.632-1.496,.93-.367,.3-1.931,.699-2.927,1.331-.999,.632-1.299,1.73-1.863,2.229-.567,.498-.332,.732-.864,.998-.535,.266-1.199,.599-1.664,.964-.467,.366-.3,.599-.899,.865-.599,.266-.4,.964-.367,1.397,.035,.432,.735,.566,.435,.832s-.2,.764-.967,.832c-.764,.066-.964,.5-2.061,.898-1.099,.4-1.863,.134-2.33,.466-.465,.332-.165,1.696-.365,2.328-.2,.632,0,.965,.265,1.731,.267,.764,.5,1.13,.932,1.33,.432,.2,1.032,.765,1.364,1.231,.335,.466,.699,.466,1.032,.732,.332,.266,.2,1.596,.1,1.996-.1,.4-.332,2.129-.5,2.529-.165,.398-.4-.865-.497-.999-.1-.132-.467-.132-.767,.1-.3,.234,.367-.932,.667-1.264,.297-.332,.364-1.064,.532-1.43,.165-.366-1.996-.7-2.53-.998-.532-.3-1.563-2.929-1.761-3.56-.2-.632-.932-.764-1.166-.632-.232,.134-1.096,.766-1.196,.998-.1,.233,.432,.4,.799,.599,.364,.2,.232,.698,.032,.898-.2,.2-.267-.598-.599-.366-.332,.232-.732-.366-1.164-.4-.432-.034-1.164-.032-1.031,.2,.132,.232-.1,.732,0,1.231,.1,.498,.799,1.23,1.099,1.33,.3,.1,1.096,.266,1.296,.599,.2,.332,.267,1.098,.032,1.397-.232,.298-.832-.633-1.329-.433-.499,.2-1.099,.2-1.431,.233-.332,.033-.632-.4-.564-.998,.065-.599,.297-4.026,0-4.458-.3-.432-.667-.865-.767-.698-.1,.166-.165,1.929-.232,2.461-.067,.532-1.431,1.198-1.464,1.829-.032,.632-.432,.898-.632,1.497-.2,.598,1.096,1.829,1.364,2.162,.267,.332-.168,.898-.2,1.097-.032,.2-.4,2.895-.4,3.759s.067,1.63,.367,1.829c.3,.2,.4-.166,.764-.2,.364-.033,.6-.432,.999-.498,.397-.066,1.464-.2,2.095,.066s.597,.766,.764,1.364c.167,.599,.664,1.297,.932,1.897,.267,.598-.732,.532-.864,1.696-.135,1.164,.497,1.363,1.096,1.629s-.265,.367-.599,.367c-.332,0-.664,.364-.864,.564-.2,.2-.365-.232-.632-.532-.265-.3-.033-2.395-.1-3.293-.065-.898-.364-1.963-.764-2.229-.4-.266-2.528,1.464-2.663,1.763-.132,.3,.1,.4,.367,.965,.265,.564-.467,1.696-.867,2.827-.397,1.13-1.329,2.495-1.696,2.761-.364,.266,.335,.832,.7,1.396,.364,.566,.364,1.131,.067,1.597-.3,.466-.932-1.929-1.266-2.329-.332-.398-1.329-.298-2.061-.298s-1.464-.632-1.831-1.097c-.364-.466-.564-.134-.864,.032-.3,.166-.267-.266,0-.598,.265-.333,1.928-.134,2.66-.134s.967-.1,1.599-.498c.632-.4,1.763-4.358,1.863-4.69,.1-.333-.035-.998-.435-1.298-.397-.3-.664-2.263-.664-3.593s.3-2.795,.3-3.459-.831-1.863-1.031-2.395c-.2-.533,.2-.932,.465-1.331,.267-.398,.499-2.961,.599-3.459,.1-.5,.532-.666,.532-1.031s-.564-.598-.996-.598-.999,.066-1.763,.066-.899-.166-1.099-.3c-.2-.132-.532,.134-.832,.432-.299,.3-.032,.999-.864,3.427-.831,2.429-2.363,2.629-2.363,3.061s-.365,.798-.532,1.231c-.165,.432,.135,.232,.467,.298,.332,.066,.2,2.529,.2,2.895s-.367,.032-.467,.1c-.1,.066-.164,1.464,.132,1.862,.3,.4,.4-.232,.632-.266,.235-.034,.3,1.231,.635,1.763,.332,.532,.797,.798,1.196,.599,.4-.2-.032,2.128-.364,2.528-.335,.4-.4-1.33-1.131-1.963-.732-.632-1.596-1.23-1.896-1.43s-1.599-1.563-2.363-1.597c-.767-.033-1.564-.566-2.395-.532-.832,.034-.999-.332-1.299-.532-.297-.2-.664,.132-.597,.366,.065,.232-.532,.732-.332,1.397,.2,.664,.465,1.264,.697,1.796,.235,.532-.532,.566-.964,.699-.432,.132-.167,.632-.232,1.264-.067,.632-.367-.1-.699-.234-.332-.132-.265-.298-.067-.332,.2-.034,.1-.4,.2-.566,.1-.166-.232-.598-.464-.766-.232-.166-.599,.034-1.131,.466-.532,.433-.699,.5-1.531,.666-.832,.166-.864-.3-1.464,0-.597,.3-.729,.333-.929,.632-.2,.3,.232,.432-.2,.666-.435,.233-.467-.3-.699,.2-.232,.498-.5,.566-.764,.732-.267,.166-.235-.066-.567,0-.332,.066-.1-.4-.5-.2-.397,.2-.032-.366,.068-.532,.1-.166,.964-.699,1.164-.898,.2-.2,.232-1.265,.132-1.497-.1-.234,.535-.566,.667-.666,.132-.1-.767,.3-1.164,.499-.4,.2-1.167,.898-1.531,1.13-.364,.234-.799,.366-1.663,.633-.864,.265-1.264,1.264-1.496,1.396-.235,.134-.767-.166-1.067-.166-.297,0,.2,.499,.3,.732,.1,.234-.964,.366-1.164,.466-.2,.1,0,.932-.2,1.796-.2,.865-1.428,.5-2.095,.599-.664,.1-.564-.5-.799-.932-.232-.432-.532-.498-.797-.632-.267-.132,.032-.732,.3-1.131,.265-.398,1.264-.632,1.464-.832,.2-.199-.532-.93-.7-1.33-.165-.4-.799-.632-1.431-.698-.632-.067-1.064-.168-1.628-.367-.567-.199-.235,.3-.035,.566,.2,.267,.699,.832,.832,1.431,.135,.598-.896,2.395-.896,2.793s.996,.632,1.364,1.297c.365,.666-.699,1.963-.899,2.263-.2,.298-.699,.098-.732-.1-.032-.2-.432-.599-.732-.566-.3,.032-.4-.333-.532-.4-.132-.066-.732,.7-.964,1.032s-1.099,.498-1.364,.864c-.267,.366-.899,.899-1.131,1.265-.232,.366,.797,1.53,1.031,1.73,.232,.2,.1,.532-.135,.898-.232,.366-1.496-.432-1.861-.598-.367-.167-.499-.134-.799,.066-.3,.2-.832-.4-.999-.865-.165-.466-.432-.166-.764-.266-.332-.1-.2,.068-.232,.3-.035,.234-.232,.3-.432,.4-.2,.1-.035,.832,.532,1.53,.564,.698,.465,.166,.997,0s.267,1.064,.532,1.397c.267,.332-.465,.332-.764,.432-.3,.1-1.064-.132-1.563-.532-.5-.4-.332-.831-.664-.831s-.666-.266-.899-.598c-.232-.333-.498-.4-.366-.599,.134-.2,.1-1.198-.066-1.763-.166-.566-.5-.432-.2-.498,.3-.067,.333-1.065,.2-1.231-.132-.166-1.131-1.198-1.33-1.198-.2,0-.599-.566-.599-.732s-.4-.732-.598-.732c-.2,0-.765,.032-1.131-.2-.366-.232,.132-.532,.332-.566,.2-.032,.233-.498,.4-.632,.166-.134,.566,.766,1.031,1.098,.466,.332,1.83,.831,2.229,1.097,.398,.266,1.829,.599,2.494,.7,.667,.1,1.663,.432,2.131,.432,.465,0,1.064-.4,1.529-.4,.467,0,.899-.432,1.399-1.164,.497-.732,.532-1.996,.397-2.161-.132-.168,.035-1.763-.297-1.997-.335-.232-.4-.366-.767-.764-.364-.4-.632-.499-.864-.366-.232,.132-.3-.267-.699-.566-.4-.3-.432-.266-.964-.333-.532-.066-.564-.332-.932-.764-.367-.433-1.896-1.464-2.263-1.763-.364-.3-1.03-.466-1.53-.4-.498,.066-.731-.2-1.064-.166-.332,.034-.532-.066-.598-.332-.067-.266-.433,0-.832,.298-.4,.3,.199-.598-.134-.598s-.798-.4-.466-.366,1.264-.5,.7-.832c-.567-.332-1.298-.466-1.498-.134-.2,.333-.666,.333-1.397,.3-.732-.032-1.264-.332-1.264-.566,0-.232-.998-.466-1.231-.698-.232-.234,.566-.1,1.131,.032,.566,.134,.666,.034,.898-.132,.232-.166,.732-.532,.865-.765,.132-.232,.032-.598-.366-.598s-.4-.5-.865-.599c-.466-.099-.332-.332-.666-.199-.332,.132-.1-.4-.432-.732-.332-.333-.598,.066-.765,.365-.166,.3-.166,.732-.466,.899-.298,.166-.132-.2,0-.366,.134-.167-.1-.066-.332-.066s-.2-.234,.034-.4c.232-.166,.532-.666,.532-.832,0-.167-.234-.632-.466-.432-.232,.198-.598-.134-.798,.066-.2,.2-.5,1.164-.5,1.629s-.266,.432-.498,.432c-.234,0,.132-1.996,.232-2.228,.1-.234-.366,.199-.698,.598-.334,.4-.599,1.065-.799,1.43-.2,.367-.366,1.365-.664,1.797-.3,.432-.2-.865,0-1.098,.198-.233,.232-1.031,.464-1.264,.234-.234,.632-.832,.3-.799-.332,.034-.598-.466-.864-.266-.267,.2-.334-.1-.6-.266-.266-.166-.2,.499-.066,.732,.134,.234-.266,.466-.266,.699s-.166,0-.333-.067c-.166-.066-.066,.5,.034,.732,.1,.234-.366-.1-.466-.298-.1-.2-.366,0-.632,.066s-.266,.232-.266,.532,.632,.765,.532,.898c-.1,.134-.132,.632-.1,1.065,.034,.432-.4-.499-.566-.266-.166,.232-.266-.599-.1-.765,.166-.166,.034-.732-.365-.4-.4,.333-.233-.366-.799-.232-.566,.132-1.032,.4-1.131,.666-.1,.266,.832,.532,1.165,.698,.332,.166,.1,.632,.232,.798,.134,.168-.666-.598-.998-.664-.332-.067-.032,.466-.032,.73,0,.267-.167-.265-.367-.464-.199-.2-.132,.764-.466,.864-.332,.1-.066-.732-.066-.864,0-.134-.232,.266-.498,.664-.266,.4-.233-.066-.167-.366,.067-.298-.199-.466-.732-.532-.532-.066-.132-.466-.132-.798s-.332,.066-.599,.498c-.266,.433-.298,.366-.066,.932,.233,.566-.598,.3-.698,.599-.1,.298,.132,.366,.532,.532s.2,.698,.266,.864c.066,.167-.798-.1-.865,.2-.066,.3-.298,.499-.632,.566-.332,.067-.232,.2,.067,.466,.298,.266-.034,.266-.234,.2-.2-.066-.598,.266-.831,.4-.232,.132-.598,.332-.798,.1-.2-.233-.599-.2-.599,.166s-.498,.698-.498,.898,.532,.166,.898,.066c.366-.1-.166,.4-.432,.766s.232,.266,.532,.1c.299-.166,.2,.366-.134,.498-.332,.134-.732,.2-.964,.599-.234,.4,.432,.4,.964,.466,.533,.066-1.596-.166-1.43,.232,.166,.4-.366,.632-.4,.898-.032,.266,.532,.2,.832,.168,.3-.034-.666,.466-.932,.498-.266,.034-.798,.433-.732,.798,.067,.367-.298,.599-.632,.865-.332,.266-.498,.832-.466,1.098,.034,.266,.2,.1,.799,.5,.598,.398-.466,0-.799,.066-.332,.066-.632,.532-.298,.698,.332,.168,.032,.333,.066,.832,.034,.5-.4,.832-.698,1.198-.3,.366,.332,.2,.598,.066,.266-.132-.532,.7-.798,.899-.266,.2-.565,.232-.533,.698,.034,.466-.366,0-.798,.066-.432,.067-.864,1.265-1.064,1.531-.2,.266-.566,.732-.666,.932-.1,.2,.532,.466,.865,.466s.864-.333,1.098-.466c.232-.134-.766,.864-1.098,.998-.333,.134-.433-.333-.599-.333s-.266,.3-.366,.499c-.1,.2-.798,.034-1.032,.2-.232,.166-.432,.498-.266,.764,.166,.267,.034,.4,.134,.799,.1,.398-.234-.1-.7-.234-.466-.132-.398,.234-.732,.466-.332,.234-.964,.1-1.23,.234-.266,.132,.032,.266,.398,.498,.366,.233-.199,.1-.732,.067-.532-.034-.266,.266-.3,.564-.032,.3-.664,.1-.864,.333-.2,.232,.466,.398,.166,.398s-.864,.168-.566,.566c.3,.4,.234,.433,.532,1.098,.3,.666,.7,.499,.1,.466-.598-.032-.432,.234-.2,.599,.234,.366,.167,.2-.432,.466-.598,.266,0,.2,.3,.532s-.232,.432,.132,.566c.367,.132-.465,.532,0,.864,.466,.333,.433-.033,.765-.432,.334-.4,.066,.3-.2,.865-.266,.564-.332-.1-.83,.032-.5,.134,.166,.466,.265,1.032,.1,.566,.034,.432,.467,.432s.365-.166,.598-.432c.234-.266-.1,.598,.034,.998,.132,.4-.334-.1-.666,.134-.333,.232-.066,.732,.166,.964s.765,.666,1.131,.998c.366,.333,.932,.2,1.363,.034,.432-.166,.366,.2,.732-.066,.366-.266,.932-.865,1.397-1.697,.466-.831,.698-.831,1.097-.864,.398-.034,.398-.333,.398-.831s.3,.93,.566,1.363c.266,.432,.2,1.53,.366,1.829,.167,.3,.4,.332,.765,.034,.366-.3-.134,1.164-.2,1.596-.066,.432,.698,1.397,.898,1.796,.2,.4,.366,1.198,.466,1.497,.1,.3-.298,1.331-.1,1.331,.2,0,.799,.332,1.297,.332s.632-.066,.732-.432,.067-.699,.732-1.231c.666-.532,.932-.132,1.198-.232,.267-.1,.966-2.195,1.098-2.861,.134-.666,0-1.464,.067-1.763,.066-.3,.864-1.63,1.064-1.83,.2-.2,.332,.066,.5,0,.166-.066,.466-1.164,.698-1.297,.234-.132,.466-.498,.466-.798s-.266-.998-.4-1.43c-.132-.433-.632-.633-1.131-.633s-.532-.432-.83-.93c-.3-.5,.032-1.297,.266-1.597,.232-.3,.1-1.497,.2-1.829,.1-.332-.433-.632-.466-.966-.034-.332,.432,.134,.732,.2,.298,.067,1.03-1.164,1.23-1.497,.2-.332,.466-1.164,.533-1.33,.066-.166,.964-.532,1.198-.698,.232-.168,.898-.4,.964-.899,.066-.498,.766-1.164,.998-1.43,.233-.266-.266-.532-.5-.932-.232-.398,.067-.432,.234-.632,.166-.2,.2-.4,.266-.566,.066-.166,.366-.332,.732-.632s0-.432,.067-.7c.066-.265,.664-.166,1.164-.032,.498,.132,.864-.066,1.33-.134,.466-.066,.732,.433,.965,.832,.232,.4,.132,1.431-.234,1.563-.366,.134-1.164,1.431-1.297,1.863-.132,.432-1.43,1.663-1.63,2.196-.2,.532-1.33,1.697-1.629,2.095-.3,.4-.134,.366,.066,1.065,.2,.698,.566,2.428,.432,2.794-.132,.366-.266,.998-.266,1.365s.2,.798,.566,.798,.799,.398,.831,.698c.034,.3,.134,.532,.532,.699,.4,.166,1.265,.166,1.497,.032,.234-.134,.466-.432,1.23-.498,.765-.067,1.497-.2,1.863-.466,.367-.266,.666-.234,.899-.166,.232,.066,.698,.032,1.098-.134,.398-.166,.598-.332,.466,.3-.134,.632,.532,.298,.898,.498,.366,.2,.466,.732-.034,.865-.5,.132-1.43,.033-1.297,.366,.134,.332,.134,.566-.666,.566s-2.395-.1-3.027-.068c-.632,.034-1.962,.566-1.996,1.198-.032,.632,.234,1.331,.632,1.597,.4,.266,.532,1.264,.499,1.963-.034,.698-.598,1.496-.965,1.396-.366-.1-1.33-1.663-1.662-1.73-.333-.066-1.099,.4-1.099,.732s-.232,.932-.466,1.231c-.232,.298-.066,1.73-.232,2.694-.166,.965-1.131,1.497-1.198,1.863-.066,.366-.598,.932-1.064,.966-.466,.032-.3-.799-1.032-.799s-2.661,.466-3.293,.899c-.633,.432-1.331,.498-1.863,.498s-.466-.732-.566-.864c-.1-.134-.3,.298-.498,.564-.2,.266-.433-.432-.932-.465-.5-.034-1.198,.698-1.597,.764-.398,.066-.066-.532-.166-.798s-1.131,.532-1.264,.398c-.134-.132-.4-.532-.166-.664,.232-.134-.666-1.065-.599-1.297,.067-.232,.732,.066,1.098-.166,.366-.234-.666-.5-.998-.599-.332-.1,.3-.698,.698-1.198,.4-.498,.6-.432,.732-.698,.134-.266-.332-.266-.664-.067-.333,.201-.433-1.264-.166-1.396,.266-.134,.298-.999,.298-1.364s-.632,.266-.898,.498c-.266,.234-.599,.699-.3,.932s-.266,.698-.466,.798c-.2,.1-.398-.632-.566-.864-.166-.234-.298,.398-.498,.632-.2,.232-.066,1.497-.2,1.763-.134,.266,.2,.798,.3,1.363,.1,.564,.566,2.395,.566,2.794s-.1,.733-.4,.965c-.3,.234-1.164-.732-1.53-.332-.366,.398-.832,.698-1.198,.698s-.7,.066-1.098,.5c-.4,.432-.367,.498-.666,.498s-1.032,1.597-1.198,2.361c-.166,.765-.932,.899-1.164,.932-.234,.034-.434,0-.799-.032-.366-.034-.632,.132-.868,.498-.218,.337-.064,1.21-.064,1.399s-.424,.739-.644,.911c-.22,.173-.566,.031-.959,.346-.392,.315-.235,.613-.722,.959s-.833-.032-1.319-.315c-.487-.282-.755-.204-.644,.126,.109,.33,.361,.943,.424,1.225,.062,.283-.331,.378-.88,.473-.549,.093-1.21-.566-2.121-.409-.91,.157-1.303,.298-1.146,.409,.157,.109,.142,.644,.299,1.068,.157,.424,2.45,1.177,2.796,1.304,.346,.126,.109,.533,.251,.895,.142,.361,.911,.66,1.226,2.231,.314,1.571-.22,1.87-.204,2.45,.015,.581-.078,1.241-.691,1.477-.613,.235-2.168-.471-3.016-.393-.849,.078-2.561,.031-3.315-.062-.755-.096-1.368,.093-1.619,.361-.251,.267-.753,.078-1.288,.487-.534,.408,.078,.675,.251,1.288s.409,2.467,.518,2.985c.109,.518-.691,1.994-1.005,2.671-.314,.675,.25,.408,.439,.502,.189,.094,.346,1.022,.267,1.524-.078,.502-.031,.832,.644,.926,.675,.095,.817-.173,1.21-.204,.393-.031,1.587,1.43,1.759,1.712,.173,.283,.518,.267,.786,.016,.267-.253,.346-.424,1.101-.66,.753-.235,.408-.015,.895-.031,.487-.016,3.016-1.084,3.504-1.383,.486-.299,.533-.535,.612-.817,.08-.282,.598-.817,.755-1.148,.157-.329-.157-.675-.282-1.397-.127-.722,.801-1.728,.848-1.901,.047-.173,.612-.58,1.13-.895,.518-.315,.3,.015,.487,.015,.189,0,1.21-.753,1.54-1.13,.33-.377-.016-1.006-.063-1.226s1.131-1.508,1.492-1.603c.362-.093,1.65,.644,2.483,.629,.833-.016,2.891-1.979,3.204-2.247,.314-.267,1.21,.36,1.65,.549,.44,.189,.549,.739,.99,1.603,.44,.864,1.619,1.79,1.917,2.121,.298,.329,2.529,1.712,2.953,2.027,.425,.313,.724,1.068,1.022,1.225,.298,.158,.628,.346,.77,.739,.142,.393,.471,.786,.409,1.242-.064,.455-.652,1.465-.473,1.617,.243,.207,.722-.838,.856-1.071,.132-.233,.4-.998,.466-1.363,.066-.367-.4-.533-.533-.766-.132-.234,.334-.865,.5-.932,.166-.066,.632,.134,1.064,.366,.433,.234,.765,.166,.865-.1,.1-.266-.598-1.064-1.032-1.397-.432-.332-1.563-.532-1.929-.632-.366-.1-.132-.698-.132-.932,0-.232-.532-.132-.932-.1-.4,.034-.599-.298-.998-.664-.4-.366-1.065-1.563-1.098-1.863-.034-.3-.566-.732-.898-.798-.334-.067-.434-.832-.766-.898-.332-.067,.032-.533,.266-.899,.232-.366-.034-.166-.3-.398-.266-.234-.032-.234,.234-.367,.266-.132,.932-.632,1.13-.632,.2,0,.266,.932,.599,1.331,.332,.4,.432-.066,.698-.332s.1,.366,.1,.898,.134,.3,.632,.598c.499,.3,.134,.4,.433,.865,.298,.466,.998,.498,1.396,.698,.4,.2,.599,.566,.865,.766,.266,.2,.432,.1,.832,.3,.4,.198,.864,.632,1.131,1.031,.266,.398,.798,.332,.964,.798,.166,.465-.132,1.73,.1,2.627,.234,.898,.332,.732,.566,1.331,.232,.598,.498,0,.632,.166,.134,.166,.232,0,.666,.432,.432,.432-.2,.432,.166,.698,.366,.267,2.062,.2,2.295,.234,.232,.034,.2,.332,0,.532-.2,.2-1.098-.2-1.43-.266-.333-.066-.467,.066-.666,.366-.2,.3,.466,.699,.466,1.065s.266,.498,.566,.498,.266,.332,.465,.732c.2,.4,.333-.432,.566-.4,.233,.034,.233-.398,.233-.864s.266-.4,.366-.5c.1-.1,0-.298,.066-.664s.234,.066,.432,.199c.2,.134,.067-.232,.1-.432,.034-.2,.732,.234,.932,.332,.2,.1,.034-.099-.066-.498-.1-.4-.166-.434-.599-.532-.432-.1-.764-.965-1.164-1.464-.398-.5-.532-1.098-.432-1.397s.598,.232,.932,.332c.332,.1,.366-.398,.298-.732-.066-.332,.599-.266,1.131-.266s.632-.1,1.032-.232c.398-.134,.898,.366,1.43,.432,.533,.066,.599-.166,.965-.234,.366-.066,.332,.067,1.03-.432,.7-.5,.5-.232,.134-.532-.366-.3,.034-.732-.134-1.298-.166-.566-.764-.566-.632-.998,.134-.432,.4-.466,.4-.732s.266-.532,.4-.698c.132-.166,.398-.965,.398-1.364s.434-.965,.998-1.165c.566-.2,.499-.632,.466-.964-.032-.333,.3-.566,.566-.899,.267-.332,.532-.798,.699-1.198,.166-.398,1.33-.199,1.53-.199s.166,.532,.333,.798c.165,.266,1.496,.034,1.862,.034s-.432,.564-1.03,.764c-.599,.2-.733,.532-.433,.699,.3,.166,.698,.764,.998,1.196,.3,.434,.5,.599,.932,.599s.532-.466,.765-.632c.232-.166,.666-.332,.865-.432,.2-.1,.232,.366,.564,.398,.332,.034,.367-.132,.732,.034,.367,.166,0-.266-.033-.698-.035-.434-.1-.168-.3-.533-.2-.366-.667-.1-1.031-.132-.366-.034-.366-.7-.632-.865-.266-.166,.2-.366,.464-.532,.267-.166,.632-.532,.932-.732,.3-.2,.699,0,1.067-.066,.364-.067,.764-.566,1.164-.566,.397,0,1.164-.234,1.428-.333,.267-.1,.667-.032,.599,.168-.065,.2-.899,.664-1.231,.864-.332,.2-.732,.134-.632,.599,.1,.466,0,1.563-.397,1.829-.4,.266-.435,.1-.799,.232-.367,.134,.332,.533,.831,.932,.5,.4,.897,.134,1.329,.366,.435,.234,1.331,1.464,1.699,1.963,.364,.498,.432,.398,1.131,.466,.697,.066,.465,.266,.732,.93,.265,.666,.564,.899,.532,1.397-.032,.5-.964,1.032-1.731,1.265-.764,.232-.764-.034-1.164,.033-.4,.066-.732,.2-1.464,.166-.732-.032-1.896-.532-2.363-.732-.465-.199-.465-.664-1.196-.698-.732-.034-1.198-.432-2.561-.466-1.365-.034-1.531,.266-2.429,.932s-2.229,.432-2.827,.432-.134,.4,.1,.698c.232,.3-.134,.067-.532,.233-.4,.166,0,.166-.234,.366-.234,.2-1.663,.066-2.095,.1-.433,.034-.666,.466-.832,.832-.166,.366,0,.698,.266,1.098,.266,.4,.232,.798-.066,.964-.3,.166-.732,.034-1.032,.034s.066,.3,.5,.566c.432,.266,.598,.1,.93,.066,.333-.032,.234,.3,.1,.532-.132,.234-.066,.5,.166,.699,.234,.2,.2,.432,.599,.566,.398,.132,.666,.232,1.032,.398,.366,.167,.564,.166,.964,.499,.4,.332,.932,.5,1.331,.5s.466-.666,.498-.833c.034-.166,1.397,.2,1.931,.633,.532,.432,1.396,.232,2.028,.166,.632-.066,.932-.799,1.097-.998,.166-.2,.434,.033,.733-.034,.3-.066,.2,.134,.532,.3,.332,.166,.364-.1,.499-.1,.132,0-.167,.732-.135,1.031,.035,.299,0,1.497-.032,1.962-.032,.466-.632,.533-.632,.965s-.267,1.63-.799,2.528-.498,1.464-.864,1.897c-.366,.432-1.896,.066-2.361,.1-.466,.032-.566-.367-.899-.632-.332-.267-.432,.298-.732,.032-.298-.266-.232-.1-.598,.066-.366,.166-1.131,.932-1.464,1.098-.333,.167-2.029-.332-2.529-.532-.498-.2-1.93-.532-2.262-.532s-1.231-.466-2.161-.599c-.932-.132-.766-.199-.999-.564-.232-.366-.498-.699-.998-.732-.498-.034-1.962,.432-2.328,.698-.367,.266-.799,.366-.599,1.131,.2,.765,.2,1.496-.466,1.895-.666,.4-.998,.132-1.862-.4-.865-.532-1.397-.766-2.063-.766s-1.264-.698-1.331-1.064c-.066-.366-.199-.898-.698-.898s-.865-.532-1.63-.566c-.766-.032-1.331,.067-1.763-.166-.432-.232-.566-.4-1.032-.2-.466,.2-.266-.066-.232-.466,.032-.4-.466-.066-.932-.332-.466-.266-.034-1.165,.3-1.464,.332-.3,.498-1.264,.299-1.497-.2-.232-.2-1.032-.1-1.397,.1-.366,.434-.732,.1-.698-.332,.032-.532-.2-.898-.599-.366-.398-1.463,.333-1.796,.467-.333,.132-.831-.034-1.531-.134-.698-.1-1.862,.466-2.428,.632-.566,.166-.732-.1-1.032-.266s-1.164,.032-1.895,0c-.732-.034-.533-.166-.832-.332-.3-.168-.599,.432-.765,.664-.166,.234-1.032,.3-1.564,.5-.532,.2-.865,.598-1.131,.765-.266,.166-.832,.099-1.33,.332-.5,.232-.699,.599-1.064,.864-.366,.267-.499-.032-.865-.198-.366-.168-1.663,.032-2.229-.034-.566-.066-1.198-.798-1.464-.832s-.732,.599-.898,1.131c-.166,.532-.698,1.596-1.331,2.095-.632,.499-1.33,.232-1.596,.598-.266,.367-.766,.865-.898,1.431-.134,.566-.333,.398-.699,.932-.366,.532-.066,1.264-.033,2.527,.033,1.265-1.663,2.063-2.463,2.361-.798,.3-1.53,.799-1.863,1.265-.332,.466-.432,.964-1.03,1.363-.599,.4-.932,1.93-.932,2.262s-1.597,1.497-1.697,2.163c-.098,.664-.532,1.396-.864,1.596-.332,.2-.4,1.198-.3,1.563,.1,.367,.798,.832,1.032,1.131,.232,.3-.1,.499-.166,1.031-.067,.532,.366,.698,.598,1.397,.234,.698-.432,1.364-.398,2.028,.032,.666-.3,1.431-.599,1.763-.3,.333-.964,.898-.498,1.231,.465,.332,.232,.432,.598,1.164,.366,.732,0,.666-.1,1.198s.5,.699,1.164,1.165c.666,.465,.4,.664,.532,.764,.134,.1,.267,.466,.999,.831,.732,.366,.598,.532,.798,.832,.2,.298,.499,.698,.698,.798,.2,.1,.432,1.098,.599,1.331,.166,.234,.266,.564,.566,.898,.298,.333,1.03,.666,1.63,1.097,.598,.432,2.095,1.497,2.627,1.829,.532,.332,1.563,.732,2.163,.832,.598,.1,3.093-1.03,3.891-1.064,.799-.034,2.429,.564,3.195,.698,.765,.134,4.257-1.596,4.491-1.796,.232-.2,2.993-.2,3.293-.2s.998,.964,1.198,1.131c.2,.166,.4,1.397,.898,1.596,.5,.2,2.728-.166,3.459-.1,.732,.067,.766,.4,.999,.566,.232,.166,.565,1.064,.532,1.563-.034,.498-.499,1.298-.499,1.697s-.1,1.628-.232,1.963c-.134,.332-.067,.364-.5,.632-.432,.265,.066,.465,.432,.932,.367,.465,.167,.297,.3,.797,.134,.499,2.761,2.895,2.927,3.294,.166,.4,.333,.832,.333,1.331s.698,.929,.764,1.064c.066,.132,.234,1.131,.5,1.696s.034,2.095,.332,2.562c.3,.465,.533,1.663,.533,2.193,0,.535-.067,.5-.367,.867-.298,.364-.664,.465-.864,.799-.2,.332-.766,3.26-.832,3.592-.067,.332-.232,2.363,.232,3.094,.466,.732,1.331,1.896,1.464,2.795,.134,.896,.765,1.528,1.297,2.328,.532,.796,.234,2.56,.5,3.427,.266,.864,.466,1.696,.466,2.727s1.298,2.36,1.863,2.895c.564,.532,.798,.964,.998,1.596,.199,.632-.366,.3-.566,.599-.2,.3,.266,1.064,.598,1.796,.333,.732,.432,1.464,.1,1.863-.332,.397-.1,.532,.134,1.064,.232,.532,.232,.632,.332,1.096,.1,.467,.466,.3,.832,.367s.366,.464,.965,.599c.598,.132,.564-.168,.764-.435,.2-.265,.765-.065,1.065-.065s.332-.2,.732-.467c.398-.265,.564-.3,1.198-.232,.632,.067,1.164-.132,1.596-.032,.432,.1,.832,.232,1.098,.1,.266-.132,1.032-.135,1.397-.267,.366-.132,.898-.265,1.33-.597,.434-.335,2.063-1.798,2.263-1.898,.2-.1,1.63-1.796,1.863-2.16,.232-.367,.532-.367,.798-.367s1.064-1.164,1.297-1.563c.234-.4,.798-.864,1.064-1.164s.4-1.064,.599-1.531c.2-.465,.266-1.628,.232-1.896-.032-.265,.234-.932,.832-1.296,.599-.367,2.263-1.032,2.463-1.731,.2-.699-.067-2.695-.168-3.027-.1-.332-.165-1.796-.432-1.828-.267-.035-.332-.335,0-.899s2.895-2.627,3.659-3.194c.764-.564,1.663-.764,1.963-.964,.3-.2,1.563-1.696,1.828-1.863,.267-.167-.165-.997-.364-1.531-.2-.532-.332-2.595-.232-3.024,.1-.435,.132-1.299-.067-1.698-.2-.397-.864-1.131-1.099-1.496-.232-.365-.065-2.428-.065-2.795,0-.364-.5-1.231-.5-1.596,0-.367,0-.899,.1-.967,.1-.065,.6-.929,.831-1.428,.232-.5,1.096-1.931,1.299-2.196,.197-.267,.729-.167,1.029-.3,.3-.132,1.899-2.328,2.563-3.259,.664-.934,2.163-1.863,2.76-2.163,.599-.3,.3-.2,.532-.5,.235-.298,.567-.564,1.067-.864,.497-.3,2.128-3.161,2.495-3.892,.365-.732,1.428-2.627,1.761-3.127,.335-.499,.535-2.461,.535-3.093s-.035-.766-.367-.566-1.396,.566-1.828,.865c-.435,.298-1.531,.032-2.163,.199-.632,.167-.599,.333-1.031,.566-.432,.233-.267-.232-.832-.266-.564-.033-1.796,.599-2.063,.699-.265,.098-.964-1.065-1.096-1.431-.135-.366-.499-.466-.4-.566,.1-.1-.267-1.396-.732-1.762-.467-.367-.831-.566-1.231-.899-.4-.332-.532-.864-.799-.932-.265-.066-1.296-.998-1.696-1.13-.4-.134-.699-1.563-.932-2.195s-1.064-1.663-1.396-1.831c-.332-.166-1.064-1.462-1.164-2.194-.1-.733-.267-1.597-.267-2.097s.067-.698-.564-.93c-.632-.234-1.099-.999-1.231-1.199-.132-.199,.265-.532,.132-.83-.132-.3-1.696-3.693-2.229-4.458-.532-.764-.232-.798-.232-1.064,0-.267-.666-.732-.832-1.065-.166-.332,1.164,.932,1.464,1.097,.3,.166,.432-.298,.932-.266,.498,.034,1.265,1.597,1.597,2.295,.332,.7,1.131,1.331,1.396,1.53,.267,.2-.232,.267-.232,.666s.599,.632,.964,.832c.367,.2,1.663,2.361,1.796,2.629,.135,.266-.132,.3-.232,.564-.1,.267,.532,1.697,.799,2.129,.265,.432,.799,.599,1.131,.865,.332,.266,.732,.864,1.096,1.496,.367,.633,.999,1.697,1.331,2.363,.332,.666,0,.632,.067,1.131,.065,.498,.932,2.561,.932,3.093s.432,.932,.764,.964c.332,.034,1.396-.398,1.663-.598,.265-.2,1.496-.3,2.263-.3s2.86-1.098,3.492-1.563c.632-.466,2.695-.898,2.895-1.032,.2-.132,.332-.932,.597-1.164,.267-.232,1.931-.865,2.363-.865s1.299-.1,1.396-.532c.1-.432,.235-.566,.667-.666,.432-.098,.564-.564,.699-.764,.132-.2,.732-.466,1.229-.532,.499-.067,.2-.5,.167-.832-.032-.333,.168-.699,.3-1.297,.132-.598,.165,.066,.4,.166,.232,.1,.597-.798,.864-.998,.267-.2,.564-.865,.764-1.33,.2-.466,.3-.633-.132-.733-.432-.1-.564-.532-.932-.998-.364-.466-1.131-.398-1.728-.498-.599-.1-1.099-1.364-1.266-1.997-.165-.632,.4-1.098,.168-1.064-.232,.034-2.228,1.963-2.463,2.361-.232,.4-1.464,.1-2.028,.166-.564,.067-.732,.168-1.164,.034-.432-.134-.7-.498-.799-.732-.1-.234,.732-.632,.732-.865,0-.232-.432-1.098-.664-1.164s-.367,.632-.567,.765c-.2,.132-.564-.266-.664-.366-.1-.1-.267-.998-.3-1.231-.032-.232-.532-.898-.799-1.098-.265-.2-.796-.698-.964-1.097-.165-.4-.599-.898-.896-1.298-.3-.4,.132-.532,.132-.764,0-.234,.5-.168,.899-.234,.397-.066,.265-.066,.297-.266,.035-.2,.4,.066,.567,.266,.165,.2,.497,.366,.764,.366s.732,.898,1.031,1.53c.3,.633,.532,.799,1.232,.899,.697,.099,.599,.632,.964,.964,.364,.332,1.231,.599,1.631,.666,.397,.066,.932,.366,1.264,.366s1.396-.865,1.563-.998c.165-.134,.597,.598,.732,1.097,.132,.498,.132,.864,.964,1.098,.832,.232,3.459,.332,3.859,.498,.4,.167,1.596,.366,2.395,.234,.799-.132,.999-.134,1.364-.234,.364-.1,.367,.167,.964,.234,.599,.066,2.295-.4,2.63-.333,.332,.067,.532,.965,.797,1.165,.267,.2-.065,.698,.532,.964,.6,.266,.832,.1,1.164,.067,.335-.034,.135,.1,.2,.764,.067,.666,1.664,.632,2.031,.765,.364,.134-.132,.4-.599,.5-.465,.1-1.132-.333-1.132-.166,0,.166,1.863,2.627,2.263,2.727,.4,.1,1.231-.3,1.563-.565,.332-.266,.232-1.73,.432-1.631,.2,.1,.367,1.099,.4,1.265,.032,.166,.2,1.93,.165,2.229-.032,.298,.367,1.464,.567,2.361,.2,.898,.997,3.36,1.296,3.991,.3,.633,.799,1.098,.699,1.665-.1,.564,.799,2.062,.932,2.361,.132,.298,1.331,3.059,1.631,3.493,.297,.432,.831,.864,1.064,.998,.232,.132,.797-.533,.864-.898,.067-.367,.532-.3,.732-.366,.2-.066,.499-.733,.632-.899,.132-.166,.599-.598,.832-1.03,.232-.433-.1-.999-.265-1.331-.168-.332,.232-.832,.497-1.098,.267-.266,.599-1.563,.467-2.195-.132-.632-.032-1.464,.165-1.897,.2-.432,.6-.232,.831-.464,.235-.234,.467-.5,.667-.599,.2-.1,.3-.932,.996-1.231,.699-.299,2.627-2.062,3.427-2.728,.799-.666,1.363-.632,1.696-.632,.335,0,.335-.532,.367-.965,.032-.432-.1-.93,.167-1.03,.265-.1,.964-.366,1.229-.466,.267-.1,.767,.232,.932,.232,.167,0,1.164-.366,1.363-.566s.3,.067,.732,.134c.432,.066,.3-.366,.267-.598-.032-.234,.3-.3,.5-.134,.2,.166,.432-.1,.432-.4s.4,.533,.532,.998c.132,.466,.465,1.797,1.064,2.363,.6,.566,1.032,.932,1.596,1.563,.567,.632,.767,1.43,.831,1.829,.068,.398-.364,1.464-.532,1.73-.165,.266,.435,.599,.799,.798,.365,.2,.899-.199,1.464-.465,.564-.266,1.231-1.265,1.296-.999,.067,.266,.2,.2,.4,.366,.2,.168,.667,2.163,1.031,3.094,.367,.93,.332,1.43,.599,1.896,.265,.466-.2,1.43-.167,1.73,.035,.298-.132,.765-.265,1.098-.132,.332-.467,.732-.367,1.065,.1,.332,.235,1.462,.432,1.796,.2,.333,.367,.266,.599,.466,.232,.2,1.931,1.962,2.063,2.495,.132,.531-.2,.698,0,1.164,.2,.466,.3,1.364,.564,1.796,.267,.434,.467,1.032,.932,1.365,.467,.332,1.599,1.297,2.063,1.397,.467,.1,1.064,.2,1.299,.2,.232,0-.267-1.497-.567-1.931-.3-.432-.3-2.028-.3-2.328s-1.131-1.198-1.796-1.797c-.664-.598-.932-.666-1.496-.932-.567-.266-1.167-2.329-1.299-2.76-.132-.433-.4-.267-.599-.167-.197,.1-.432-.998-.232-1.264,.2-.266,.332-.765,.599-1.363,.267-.598,.7-2.495,.899-2.761,.197-.266,.397,.332,.632,.598,.232,.267,.464,.034,.764,.034s.5,.565,.664,.932c.167,.366,.267,.166,.567,.166s.664,1.164,.832,1.531c.165,.365,1.032-.4,1.264,.099,.232,.5,.864,.865,1.096,1.131,.235,.266-.497,1.596-.332,1.895,.168,.3,.864-.664,.999-.93,.132-.266,.864-.2,1.032-.4,.165-.2,.265-.732,.432-1.098,.165-.366,.664-.1,.997-.1s1.431-1.032,1.831-1.397,.564-2.095,.5-2.627c-.068-.533-.335-1.897-.532-2.429-.2-.532-1.231-1.298-1.599-1.53-.365-.233-.632-.698-1.064-1.497-.432-.798-.5-.831-.964-1.231-.467-.398-.168-.498-.1-.93,.065-.433,0-.599,.265-.865,.267-.266,.267-.4,.632-.864,.367-.466,1.831-.965,2.163-1.165,.332-.2,.267,.3,.632,.333,.367,.033,.467-.3,.832-.333,.367-.032,.2,.2,.232,.766,.035,.566,.867,.532,.832,.266-.032-.266,.135-.434,.4-.732,.267-.3,1.099-.3,1.563-.3,.467,0,1.731-.432,1.931-.566,.2-.132,.165-.632,.2-.831,.032-.199,.497,.233,.832,.2,.332-.032,.532-.498,.764-.732,.232-.232,.7,.166,1.096,.166,.4,0,.7-.298,.867-.498,.165-.2,.4-.366,.732-.366s.932-.599,1.231-.998c.3-.4,.2-.699,.632-.766,.432-.066,.364-.598,.364-.732s.699-.3,1.064-.632c.367-.333,0-.632,.167-.832,.168-.2,.465-1.297,.599-1.697,.132-.398,.732-.798,1.196-.864,.467-.067,.567-.1,.632-.666,.067-.566,.3-.798,.432-.932,.135-.134,.035-.632-.032-.932-.068-.3-.899-.3-1.196-.498-.3-.2,.929-1.165,1.029-1.331,.1-.166-.364-.666-.464-.766-.1-.098,.032-.098,.2-.266,.168-.166-.232-.998-.567-1.164-.332-.166-.964-.898-1.096-1.397-.132-.498-.699-1.663-1.064-1.895-.367-.232-.335-.599-.035-.865s.867-.898,.999-1.23c.132-.333,.532-.766,.964-.832,.432-.067,1.299-.2,1.931-.366,.632-.166,.564-.599-.167-.599s-1.396-.366-1.828-.532c-.435-.166-1.663,.566-1.931,.732-.265,.166-.664-.266-.964-.798-.3-.532-.964-1.098-1.299-1.564-.332-.466-.332-.599,.2-.765,.532-.166,1.131-.132,1.631-.2,.499-.066,.165-.598,.499-.998,.332-.398,1.963-1.497,2.16-1.63,.2-.134,.4-.1,.599-.1s.432,.132,.499,.566c.067,.432-.4,.864-.664,1.097-.267,.232-.1,.4,0,.732,.1,.332-.135,.632,.065,.798,.2,.166,1.696-1.098,2.363-1.13,.664-.034,1.064-.367,1.264-.067,.2,.3,.664,.2,.864,.2s-.132,.632-.065,1.065c.065,.432-.532,1.03-.599,1.264-.067,.232,2.196,.632,2.363,.732,.165,.1,.465,.864,.364,1.097-.1,.232-.364-.134-.632,0-.267,.132,.232,1.298,.367,1.564,.132,.266-.4,.998-.534,1.396-.132,.4,.167,1.099,.435,1.199,.265,.099,1.029-.699,1.296-.799,.267-.1,.799-.066,1.064-.034,.267,.034,.7-.598,.999-.998,.3-.398,.032-.998-.1-1.496-.132-.499-.132-1.797-.267-2.163-.132-.366-.597-1.464-1.396-1.996-.799-.532-.467-.798-.332-1.098,.132-.3,.832-.499,1.196-.765,.367-.266,1.399-1.663,1.531-1.93,.132-.266,.764-1.629,.896-1.829,.135-.2,.932-.5,1.067-.532,.132-.032,.4-.732,.632-.898,.232-.166,.597,.466,1.032,.798,.432,.333,1.628-.2,2.128-.366,.5-.166,1.296-1.397,1.496-1.63,.2-.232,.832-1.065,1.167-1.431,.332-.366,.764-.664,1.296-1.064,.532-.4,1.031-1.497,1.164-1.896,.132-.4,.899-1.563,1.264-2.163,.367-.598,.632-.798,.964-1.13,.335-.333,.335-2.263,.6-3.461,.267-1.198-.1-1.464,.032-2.095,.135-.632,.899-1.829,1.032-2.229,.135-.398-.197-.798-.397-.666-.2,.134-.499-1.13-.632-1.364-.135-.232,.132-.199,.332-.366,.2-.166-.799-.93-1.231-1.064-.432-.134-.167-.865-.599-1.065-.432-.198-1.363-.598-1.763-.564-.397,.033,.432,.964,.1,.964s-.532,.499-1.196,.433c-.667-.067,.1-.3,.065-.5-.032-.2-.997,.234-1.296,.266-.3,.033,.232-.732,.232-.932s-.3-.1-.532-.032c-.232,.066-.996-.533-1.396-.466-.4,.066-.667-.366,.232-.998,.899-.632,2.895-2.463,3.159-2.961,.267-.5,1.531-1.265,1.963-1.597,.432-.332,1.064-1.497,1.631-2.162,.564-.666,.365-.998,1.529-2.095,1.164-1.099,3.959-.633,4.558-.466,.599,.166,1.531,.166,2.028,.2,.5,.033,1.599,.432,1.998,.132,.397-.3-.035-.3-.632-.4-.6-.1,.597-.466,.897-.566,.299-.099,.267-.099,.035-.266-.235-.166,.929-.132,1.329-.132s.168,.398,.267,.466c.1,.066,.599-.333,.764-.366,.167-.034,.1,.432,.1,.664,0,.234,.4,.3,.699,.666s-.532,.3-.799,.433c-.265,.132,.3,.732,.532,.764,.232,.034,1.499-.566,1.863-.832,.367-.266,.532-.232,.964-.1,.432,.134,.467,.167,.667,.067,.2-.1,.465,.032,.732,.066,.265,.033,.464-.2,.896-.366,.432-.166,.532-.2,.499-.599-.032-.398-1.031-.2-1.396-.132-.367,.066-.2-.333,.132-.566,.332-.234,.699-.932,.932-1.231s.664-.398,1.131-.632c.465-.232,.932-2.361,1.431-2.927,.497-.566,1.628-.732,1.86-.898,.235-.166,.4,.066,.867-.066,.465-.134,.832-1.031,1.032-1.131,.197-.1-.5,1.098-.567,1.596-.065,.5-.564,.765-.632,1.265-.067,.498,.632,.664,.832,.832,.2,.166,.367-.2,.599-.532,.232-.333,1.331-1.365,1.529-1.597,.2-.234-.1-.766-.197-1.298-.1-.532,.297-.831,.664-.932,.367-.1,.564-.332,.799-.466,.232-.132,.132,.466,.165,.698,.032,.234,.067,.234-.265,.566-.332,.333-.535,1.563-.535,1.763s.167,.599,.3,.798c.135,.2-.265,.4-.432,.567-.165,.166,.132,.398,.3,.532,.168,.132-1.296,.964-1.363,1.364s-.432,.666-.864,.964c-.432,.3-1.699,1.631-2.131,2.129-.432,.5-1.164,2.096-1.329,2.429-.167,.332-1.031,.398-1.299,.532-.267,.132-.267,.4-.332,.864-.068,.466-1.396,2.163-1.596,2.529s-.235,2.695,.032,3.593c.265,.898,.3,2.361,.332,3.159,.033,.799,.432,1.431,.567,1.531,.132,.1,.497,.698,.632,1.164,.132,.466,.033,1.364,.432,1.895,.4,.533,.632-.93,.996-1.064,.367-.134,.732-.998,.932-1.397,.2-.398-.432-.466-.265-.632,.165-.166-.035-.432-.1-.732-.067-.3,.4-.865,.632-.998,.232-.132,.864,0,1.032-.034,.165-.032-.3-1.03-.168-1.496,.132-.466,.599-.633,.832-1.032,.232-.4,1.164-.732,1.431-.732,.265,0,.732,.1,.832-.2,.1-.3,.132-.666-.135-.832-.265-.166-.232-.532-.065-.698,.165-.166,.132-.366,.1-.599-.035-.232,.465-.732,.797-.832,.335-.1,.4,.2,.7,.134,.3-.066,.4-.599,.367-.898-.035-.3-.5-.434-.799-.4-.3,.032-.432-.466-.465-1.098-.035-.633,.497-.699,.732-.898,.232-.2-.267-.932-.599-.865-.332,.066-.367-.2-.2-.4,.168-.199-.167-.998,.032-1.296,.2-.3,.7-1.465,1.032-1.663,.332-.2,.432-.466,.432-.832s.367-.433,.732-.599c.367-.166,.367,.034,.667,.034,.297,0,.065-.134,.332-.499,.265-.366,.997-.698,1.264-.698,.265,0-.168,.732,.032,.898,.2,.166,.999-.798,1.299-.998s.4-.366,.532-.566c.132-.2,.632-.332,1.064-.266,.432,.066,.564,.832,.664,1.264,.1,.434,.599,.266,.732-.1,.135-.366,.467-.932,.632-1.098,.168-.166,.667-.266,.799-.3,.132-.032,.1-.564,.168-.831,.065-.266,.364,.134,.632,.034,.265-.1-.168-.598-.168-.764s.3,.032,.4,.032,.632-.4,.732-.532c.1-.132,.232,.132,.4,.132s.697-.93,2.228-2.194c1.531-1.265,3.027-1.231,3.427-1.265,.4-.032,.499,.134,1.064,.366,.567,.234,.599-.132,.867-.3,.265-.166,.197-.632,.232-.864,.032-.233-.132-1.097-.5-1.198-.367-.1-.232-.698-.699-.831-.465-.134-.265-.5-.3-.865-.032-.366-.1-.033-.364,.2-.267,.234-.168,.332-.964,.134-.799-.2-.3-1.464-.2-1.829,.1-.366,.1-.5-.5-.632-.599-.134-.1-.499,.2-.532,.3-.034,.899,.265,1.231,.265s.532,.3,.964,.233c.432-.066,1.231-.432,1.763-.732s.797-1.298,.797-1.597-.1-.498-.232-.564c-.132-.067,.232-1.431,.267-1.663,.032-.234,.3,.066,.532,.266,.232,.198,.332,.398,.132,.532-.2,.132-.1,.466,.067,.765,.165,.298,.232,.498,.632,.698,.4,.2,2.196,.132,2.528,.2,.332,.066,.764,1.032,.465,1.23-.297,.2,.1,.7,.367,.865,.267,.166,1.363,.166,1.863,.332,.5,.166,.564,.666,1.096,.766,.535,.1,1.299-.3,1.299-.598s-.367-.4-.599-.267Zm-193.636,11.794c-.132,0-.232,.864-.316,.848-.082-.016-.216-.316-.482-.3s-.582,.084-.616,.332c-.033,.25-.216,.367-.432,.267s-.566-.483-.566-.832-1.198-1.547-1.198-1.797,.116-1.014,.4-1.248c.282-.232,.466-.466,.914-.432,.45,.034,.782,.448,1.148,.798,.366,.35,1.281,1.713,1.347,1.913,.075,.225-.066,.449-.2,.449Zm4.508-2.163c-.216,.45-.648,.948-.764,.964-.235,.034-.3-.199-.3-.515s-.067-.599-.616-.882c-.549-.284-1.347-.799-1.181-1.081,.166-.282,.382,.084,.498-.25,.118-.332-.332-.582-.316-.864,.018-.283,.416-.2,.466-.316,.05-.118-.282-.55,.017-.483,.3,.067,1.015,1.181,1.048,.799,.032-.383-1.247-1.581-1.015-1.613,.234-.034,1.596,1.248,1.564,1.497-.032,.249-.448,.532-.116,1.064s.932,1.23,.716,1.68Zm3.942,7.368c-.189,.143-.699-.034-1.099,.333-.4,.366-.284,.814-.532,.598-.248-.216-.067-.616-.265-.865-.2-.248-.916-.582-.699-.798,.216-.216,.664,.45,.964,.1,.3-.35,.184-.682-.084-.814-.265-.134-.416-.583,.016-.599,.435-.016,1.979,1.829,1.698,2.046Zm-9.781,101.79c-.134,.4-.134,.202-.599-.132-.362-.259-.198-.532-.464-1.064-.267-.532-.333-.4-.865-1.131-.532-.732-.266-1.199-.466-1.728-.2-.535-.4-1.199-.4-1.599s.067-1.196,.4-.797c.332,.397,.466,1.064,.532,1.528,.067,.467,.266,1.399,.4,1.731,.132,.332,.398,.599,.532,1.331,.134,.732,1.065,1.464,.932,1.861Zm4.953,7.086c-.419-.148-.459-.397-.647-1.064-.188-.67-.752-1.526-.543-1.817,.208-.292,.563-1.064,.71-.899,.145,.167,.228,.502,.166,.772-.062,.273-.104,1.442,.124,1.733,.232,.292,.607,1.42,.189,1.275Zm-1.493-18.527c.466,.332,.067,.599,.732,.599s.864,.332,.2,.597c-.666,.267-.532,.467-.2,.932,.333,.467,.2,.667-.332,.667s-.532,.332-.932,.864c-.4,.532-1.863,.532-1.995,0-.134-.532,.132-.864,.066-1.599-.066-.729,.332-1.661,.932-1.728,.598-.067,1.064-.664,1.53-.332Zm25.491-55.756c-.373,.231-.789,.463-1.021,.231-.232-.231-.416-.973-.556-.741-.138,.232-.51,.278-.556,.695s.14,.88,.418,1.252c.278,.37,.508,.092,.602,.509,.092,.417,.648,.65,.694,1.252,.046,.603,0,1.577,.14,1.669,.138,.093,.184,1.112-.14,1.204-.489,.14-1.204,.28-1.715,.232-.51-.046-.789-.185-1.067-.139-.278,.047-1.018,.278-1.25-.046s-.602-.927-1.021-.927c-.416,0-.602,.325-.834-.092-.23-.417-.324-1.53-.324-1.947s-.37-.695,.095-.741c.462-.047,.74-1.345,1.018-1.53,.278-.185-.37-.741-.37-1.067,0-.324-.697-.741-.697-1.251s-1.296-1.482-1.482-1.854c-.184-.37-.232-1.065-.37-1.53-.14-.463-.465-1.159-.835-1.25-.37-.093-.697-.047-.278-.463,.416-.418,.37-2.179,.556-2.411,.184-.231,.602-.417,.789-.185,.184,.232,.23,.046,.416-.139,.186-.185,1.158-.789,1.482-.88,.327-.093,.929-.695,1.436-.834,.51-.139,.975-.185,1.577-.185s1.204-.186,1.623,.139c.416,.324,.648,.973,.462,1.297-.184,.324-.508,1.065-.694,1.297-.186,.232-.51,.278-.88,.278-.373,0-.929-.139-1.021,.139s.14,1.02-.092,1.02,.186,.51-.092,.556c-.278,.047-.697-.324-.789,0-.095,.324-.186,.324,.186,.463,.37,.139,.554,.324,.648,.928,.092,.602,.232,.787,.51,.88,.275,.093,.556,.324,.694,.695,.14,.371,.37-.139,.37,.278s-.092,1.251,.14,1.53,.464,.88,.556,.648c.092-.231-.046-.509,.232-.88,.278-.37,.278-.648,.602-.417,.324,.232,.462-.324,.51-.185,.046,.139,.092,.973,.275,1.251,.186,.278,.419,1.019,.049,1.251Zm2.851-37.519c-.1,.266-.3,.45-.3,.599,0,.148,.284,.232,.132,.398-.148,.168-.316,.267-.316,.483s.283,1.08,.067,1.064c-.265-.02-.748-.182-.748-.582s.265-.499,.249-.749c-.016-.248-.483-.348-.4-.582,.084-.232,1.032-.432,.948-.864-.081-.433-.348-1.364-.065-1.098,.281,.266,.532,1.064,.432,1.33Zm5.768,29.501c-.046,.371-.138,1.854-.37,1.947-.232,.092-.602,.324-.602,.556,0,.231-.419,.648-1.436,.417-.273-.062-1.067,.277-1.207-.417-.138-.695-.138-1.436,.14-1.808,.278-.371-.092-.371,.092-.695,.186-.325,.324-1.345,.648-1.345,.327,0,.186,.51,.51,.186,.327-.325,0-.743,.372-.695,.37,.046,.926,.371,.74,.093-.184-.278-.324-.417,.095-.417,.416,0,.786-.278,.832,.046,.048,.324-.324,.093-.092,.835s.324,.926,.278,1.297Zm21.875,5.192c-.343,.274-.648,.556-1.205,.556s-1.669-.093-1.067-.371c.605-.278,2.503-.37,2.271-.185Zm.883-7.278c-.186,.139-.186,.463-.51,.463s-1.113,.139-1.437,.139-2.087-.324-2.365-.231c-.278,.092-.648,.324-.694,.556-.046,.231-.324,.741-.556,.833-.232,.093,.186,1.623-.743,.975-.202-.143-.507-.14-.648-.556-.138-.419,.37-.834,.232-1.299-.14-.463,.416-.556,.742-.695,.324-.138,.508-.463,.972-.37,.464,.093,.88,.093,1.391,.093s1.806,.37,2.225,.231c.416-.139,1.574-.278,1.391-.139Zm7.601-2.271c-.575,.192-.697,.743-1.299,.417-.602-.324-1.528-.926-1.299-1.158,.232-.231,0-1.02,.419-.88,.416,.139,.324,.602,.74,.926,.419,.325,1.855,.556,1.439,.695Zm9.246-4.087c-.3-.134-.632-.333-.599-.599,.032-.266,.467-.664,.632-.632,.168,.034,.732,.3,.699,.566-.046,.37-.432,.798-.732,.666Zm10.477,22.986c-.273,.274-.997,.566-1.396,.166s.167-1.098,.499-1.032c.332,.066,1.064,.698,.897,.865Zm10.774-33.268c-.324,.603-.464,1.16-.464,1.53s-.324,.325-.648,.464c-.324,.139-.14,.324,.046,.556,.186,.231-.046,.417-.419,.555-.37,.139-1.158,1.345-1.806,1.669s-1.299,.789-1.299,1.299-.508,.741-.972,.926c-.464,.185-1.112,0-1.299,0-.184,0,.465-.463,.835-.556,.372-.092,.929-.927,1.158-1.251,.232-.324,.975-1.159,1.207-1.53,.23-.37,.648-1.111,1.159-1.437,.51-.324,1.669-2.225,1.898-2.595,.232-.371,.351-1.056,.742-1.252,.186-.093,.186,1.02-.138,1.622Z" fill="000"/><path d="M271.664,186.485c-.408,0-.219,.913-.157,1.102,.062,.189-.219,.629-.378,.724-.157,.092-.629,.408-.564,.629,.062,.219-.127,.062-.662,.376-.535,.316-.157,.473,.062,.661,.221,.189-.219,.284-.691,.567-.473,.284-.502,.313-.818,.629-.313,.313-.408,.124-.786-.033-.378-.157-.44,.124-.848,.378-.41,.251-.599,.124-.567,.346,.032,.219-.786,.942-.913,1.477-.124,.535,.629,2.736,.818,3.303,.189,.567-.44,.818-1.007,1.48-.564,.659-.815,1.194-.815,1.666s.062,.408,.375,.724c.316,.313-.124,.157,.127,.378,.251,.219,.157,1.634,.219,2.201,.065,.564,.505,.756,.818,.756,.316,0,.44,.564,.818,.691,.378,.124,1.653-.653,1.982-.818,.251-.127,.535-.408,.756-.661,.219-.251,.659-2.139,1.067-2.957,.411-.815,1.007-3.834,1.229-4.685,.219-.848,.818-2.768,.942-3.051,.127-.283,0-1.131,.127-1.383,.124-.254,.219,.313,.629,.281,.408-.03-.221-2.83-.221-3.27s-1.131-1.509-1.542-1.509Z" fill="000"/><path d="M311.472,159.613c-.648-.498-.248,0-.599,.3-.348,.298-.599,.05-.4,.448,.2,.4,.151,0-.148,.799-.3,.798,.027,3.084,.899,2.793,.448-.15,.796-.548,1.148-.598,.348-.05,.548-.849,.548-1.397s-.799-1.847-1.447-2.345Z" fill="000"/><path d="M341.395,178.457c.232,.032,.597,.367,.832,.4,.232,.032,.564-.2,.597-.7,.035-.497,.167-1.363-.097-1.663-.267-.3-.467-.232-.1-.365,.364-.132,.297-.499,.297-.732s.435-.532-.032-.767c-.465-.232-1.196-.232-1.264-.364-.068-.132-.332-.899-.7-1.231-.364-.332-.796-.699-.664-.896,.132-.2,.267-.367,.267-.567s-.899-.764-.932-.997c-.035-.235,.297-.367,0-.499-.3-.132-.4,.132-.667-.267-.265-.4-.2-.432-.4-.432s-.332,0-.464-.167c-.132-.165-.3-.398-.432-.398s-1.199,.001-1.431-.266c-.283-.325-.464-.83-.632-.898-.167-.066-.332-.2-.632-.466-.3-.266-1.299-.766-1.563-1.364-.267-.599-.732-.998-1.032-1.031-.3-.032-1.231-.032-1.596-.266-.367-.232-.832-.864-.964-.666-.135,.2,.197,1.497,.432,1.831,.232,.332,.864,.697,.832,.83-.035,.134-.1,.266,.432,.599,.532,.332,.832,.664,1.064,.998,.232,.332-.067,.566,.432,.632,.5,.066,.999,.266,1.032,.564,.032,.3-.032,1.231,.599,1.699,.632,.465,.632,.397,.764,.797,.132,.4,.1,.467,.632,.799,.532,.332,.432,1.431,.864,2.028,.435,.599,1.663,1.699,1.998,1.931,.332,.232,1.428,1.196,1.564,1.396,.132,.2,1.296,1.563,1.164,1.199-.135-.367-.432-.732-.2-.7Z" fill="000"/><path d="M353.603,181.084c0-.232-.532-.2-.667-.2-.132,0-.132-.365-.364-.465s0-.3,.1-.3,.3-.065,.032-.232c-.265-.167-1.895-.067-2.428-.232-.532-.167-.764-.3-1.231-.267-.465,.033-.699,.4-1.264,.332-.564-.065-.932,.035-1.264,0-.332-.033-1.064-.797-1.396-.932-.335-.132-.534,.168-.831,.168-.3,0-1.032,.067-1.199,.2-.165,.132-.365,.432-.732,.632-.367,.2,.732,.2,1.199,.332,.465,.132,.032,.2-.235,.364-.265,.168,1.231,.267,1.698,.335,.465,.067,1.761,.065,2.395,.265,.632,.2,.597,.235,1.496,.567s2.295,.065,3.095,.065,.548,.208,1.364,.535c.332,.132,.232-.932,.232-1.167Z" fill="000"/><path d="M354.167,181.484c-.332,.135,.019,.4,.567,.4,.265,0,.232-.265,.265-.365,.035-.1-.497-.167-.832-.035Z" fill="000"/><path d="M355.83,182.416c.467,.035,.699-.664,.332-.664-.364,0-.748,.635-.332,.664Z" fill="000"/><path d="M356.894,182.151c-.232,.232,.534,.232,.899,.232,.3,0,.167-.4-.2-.499-.364-.1-.465,.032-.699,.267Z" fill="000"/><path d="M358.993,182.316c.2,0,.397-.2,.532-.4,.132-.2-.332-.265-1.231-.364-.899-.1,.462,.764,.7,.764Z" fill="000"/><path d="M360.421,182.883c-.5-.135-.964,.132-.432,.364,.532,.232,.88,.778,1.496,.999,.467,.165,.4-.267,.4-.367s-.964-.864-1.463-.997Z" fill="000"/><path d="M363.615,182.316c.165,0,.632-.2,.932-.432,.3-.232-.567-.132-1.099,.067-.532,.2-1.196-.035-1.828-.2-.632-.167-.799,.065-1.067,.332-.265,.265,1.223,.235,1.666,.332,.297,.067,1.229-.1,1.396-.1Z" fill="000"/><path d="M366.111,183.814c.632,.097,1.896-1.231,2.095-1.266,.2-.032,1.331-.165,.899-.397-.435-.235-1.831-.035-1.998,.2-.165,.232-.832,.432-1.428,.864-.599,.432-.162,.505,.432,.599Z" fill="000"/><path d="M361.62,171.207c0-.235,.4-.2,.732-.135,.332,.067,1.096,.035,1.296-.065,.2-.1,.832,.032,1.264,.165,.432,.135,.767,0,1.067-.132,.297-.132,.997-.632,1.129-.799,.135-.165,.4-.632,.1-.632s-.697,.599-.964,.799c-.265,.2-1.096-.067-1.563-.067-.465,0-1.096-.1-1.696-.332-.599-.232-.632-.3-.864,.067-.235,.364-.3,.232-.699,.532-.4,.3-.599,1.231-.999,1.496-.4,.267-.232,.599-.465,.832-.235,.235-.067,.632-.3,1.231s-.232,.432-.267,1.064c-.032,.632,.5,.4,.832,.599,.332,.2,.332,.899-.032,1.396-.365,.5-.37,.537-.067,.667,.235,.1,.967-.035,1.099-.1,.132-.067,.067-1.699,.032-1.931-.032-.232,.232-1.031,.332-1.096,.1-.068,1.067-.168,.867,0-.2,.165-.467,.599-.167,.932s.2,.764,.3,.932c.1,.165,.132,.432,.367,.532,.232,.1,.532-.2,.532-.3s.332-.168,.532-.267c.2-.1-.068-.5-.367-.829-.3-.335,.1-.535,.232-.667,.135-.135,.3-.699-.332-.732-.632-.032-.5-.467-.532-.599-.032-.132,.5-.831,.667-.996,.165-.168,.632-.267,.929-.467,.3-.2,.367-.364-.265-.332s-1.531,.232-1.696,.599c-.168,.365-.632,.4-1.067,.4-.432,0-.532-.767-.397-.932,.132-.167,.432-.599,.432-.831Z" fill="000"/><path d="M347.781,172.503c.332,0,.432-.132,.4,.232-.032,.367,.265,1.931,.4,1.963,.132,.033,1.628,.232,1.696,.332,.067,.1-.2,.267,.2,.3,.4,.035,1.331,.067,1.431-.132,.1-.2-.035-.1,.532,.132,.564,.235,1.529,.467,1.529,.667,0,.197,.135,.364,.734,.065,.597-.297,1.229-.597,1.396-1.231,.165-.632,.065-1.164,.499-1.528,.432-.367,1.196-1.199,1.529-1.963s.167-1.031,.799-1.031,.932-.1,.564-.4c-.364-.3-1.428-.732-1.129-.998,.297-.266,.332-.398,.197-.566-.132-.165-1.196-1.462-1.064-1.462s.832,.032,.699-.1c-.132-.134-.467-.434-.168-.467,.3-.032,1.35-.219,1.199-.398-.367-.432,1.164-.998,.664-1.164-.284-.095-.896-.467-1.396-.633-.5-.166-.832-.266-.767-.432,.068-.166,.135-.466-.132-.732-.265-.266-.632-.432-.832-.333-.2,.1-1.096,1.599-1.196,1.631-.1,.034-.4,.4-.4,.566s-.2,.432-.332,.432-.367-.2-.499-.066c-.132,.132-.564,.632-.832,.632s.1,.366-.067,.466c-.165,.1-.997,.932-1.196,.932s0,.465-.2,.498-1.431,.167-1.663,.167-.632,1.628-.764,1.628c-.135,0-.799,.135-.999,0-.2-.132-.532-.498-.799-.498-.265,0-.432,1.298-.432,1.597s.067,1.895,.4,1.895Z" fill="000"/><path d="M349.312,146.457c.132-.132,.432-.532,.1-.898-.332-.366-.5-.2-.999-.068-.5,.134-.932,.533-1.331,.799-.397,.266-.408,1.308-.1,1.43,.932,.366,1.863-.366,1.998-.466,.132-.1,.197-.664,.332-.798Z" fill="000"/><path d="M362.252,142.532c.232-.566,.497-1.597,.732-1.797,.232-.2,.597-1.23,.465-1.563-.132-.332-.232-.698-.3-.864-.135-.341-1.329,.832-1.464,.998-.132,.166-.532,1.396-.532,1.763s.332,1.33,.599,1.663c.267,.332,.267,.366,.5-.2Z" fill="000"/><path d="M374.044,126.132c-.176,.3-.524,.474-.748,.574-.224,.1-.275,.524-.251,.648,.027,.126,.575,.599,.699,.599s-.051-.7,.1-.774c.149-.074,.276,.25,.424,.474,.148,.224-.148,.823-.348,.973-.2,.15-.151,.498-.1,.774,.048,.274,.2,.724,.348,.772,.148,.05,.176-.474,.275-.548,.1-.076,.105,.653,.348,.624,.2-.026,.4-.374,.575-.5,.173-.124,.173-.624,.224-.998,.049-.374,.372-1.022,.548-1.272s-.324-.574-.348-.898c-.027-.325-.075-.549-.327-.45-.249,.1-.497,.074-.697-.126-.2-.199-.551-.174-.724,.126Z" fill="000"/><path d="M377.211,127.903c.348,.174,.648-1.023,.848-1.248,.2-.224,.799,.026,.975,.026,.173,0,.724-.924,.548-1.049-.175-.124-.548-.448-.848-.398-.3,.05-.375,.698-.775,.748-.4,.05-.524-.274-.748-.076-.224,.2-.648,.724-.748,.849-.1,.124,.1,.124,.3,.2,.2,.074,.046,.747,.448,.948Z" fill="000"/><path d="M380.779,123.387c-.149,0-.149-.174-.348-.25-.2-.074-.176-.074-.748-.124-.575-.05-.548,.175-.824,.3-.275,.124-1.272,.05-1.596,.124-.324,.075-.724,.624-1.048,.823-.324,.2-.475,.598-.724,.748-.251,.15-.599,.1-.823,.474-.224,.376,.448,.15,.848,.15s.573,0,.648-.1c.076-.099,.475-.148,.6-.024,.124,.124,.548-.026,.672-.026s.3-.474,.524-.374c.227,.1,.575-.2,.7-.25,.124-.048,.672-.148,.872-.198,.2-.05,.524,0,.799,.198,.276,.2-.124,.475-.248,.575-.124,.099-.051,.473,.124,.748,.176,.274,.246,.356,.624,.4,.448,.049,.748-.774,.972-.974,.224-.2,.375-.174,.475-.25,.1-.074,.173-.598,.249-.674,.075-.074,.251,.224,.375,.25,.124,.024,.473,.024,.672,.024s.748-.298,.875-.374c.124-.074,.248-.374,.373-.398,.124-.026,.124,.424,.3,.424s.324-.724,.348-.948c.027-.225,.2-.126,.376-.15,.176-.026,.4-.4,.5-.424,.1-.026,.124,.224,.024,.324-.1,.1-.324,.424-.324,.674s.372,.324,.599,.324c.224,0,.1-.474,.297-.823,.2-.35,.575-.3,.351-.598-.224-.3-.051-.774,.024-.924,.076-.15,.2-1.073,.3-1.272,.1-.2,0-1.198-.024-1.423-.027-.224,.049-.498,.224-.524,.176-.024,.2,.1,.348,.05,.151-.05,.1-.574,.151-.774,.049-.199,.348-.624,.348-.822,0-.2-.2-1.647-.348-1.771-.151-.126-.324-.999-.351-1.173-.024-.174-.2-.35-.448-.324-.249,.024-.249,.274-.249,.374s.273,.1,.348,.1,.049,.2,.049,.374-.224,.076-.424,.076-.249-.126-.3-.35c-.049-.224-.024-.35-.224-.324-.2,.024-.1,.224-.148,.448-.051,.226-.151,.324-.3,.475-.148,.148,.051,.324,.124,.648,.076,.324,.024,.274-.2,.498-.224,.225,.1,.2,.275,.4s-.224,.898-.324,1.272c-.1,.375-.376,.999-.699,1.397-.324,.4-.772,.899-1.172,1.048-.4,.15-.875,.55-1.023,.724-.148,.175-.348,.274-.599,.324-.248,.05-.273-.324-.148-.574,.124-.248,.3-.548,.176-.524-.127,.026-.524,.15-.624,.324-.1,.175-.027,.549-.075,.849-.051,.3-.5,.598-.675,.848-.173,.25,.1,.474,.027,.698-.076,.225-.4,.25-.551,.25Z" fill="000"/><path d="M387.716,111.337c-.124,.1-.424-.174-.724-.224-.3-.05-.148,.374-.324,.548-.175,.176-.548,.3-.624,.574-.076,.275,.124,.624,.275,.849,.148,.224-.076,.2-.176,.374s.1,.35,.248,.5c.151,.148,.389-.27,.599-.376,.1-.05,.348-.298,.548-.298s.051-.425-.224-.45c-.275-.026-.375-.05-.599-.15-.224-.1,.027-.598,.176-.648,.148-.05,.448,.398,.5,.548,.048,.15,.624-.448,.748-.524,.124-.074,.524,.3,.772,.274,.251-.024,1.023,.599,1.247,.774,.227,.176,.275-.324,.451-.774,.173-.448,.597-.872,1.072-1.097,.475-.224,1.52-.374,1.647-.498,.124-.126-.227-.1-.424-.1-.2,0-.2-.5-.251-.65-.049-.148-.024-.548-.024-.674,0-.124-.572,.25-.824,.25-.248,0-.148-.25-.2-.448-.049-.2-.348,.074-.624,.1-.273,.024-.824-.475-1.172-.774-.348-.3-.824-.998-.924-1.198-.1-.2-.224-.05-.4,.1-.173,.15-.173,.398-.048,.598,.124,.2,.048,1.547-.051,1.672-.1,.126-.348,.674-.248,.924,.1,.25-.3,.698-.424,.798Z" fill="000"/><path d="M388.431,93.708c.119,.539,.119,1.871,.259,2.059,.14,.186,.186,.982,.092,1.333-.092,.351-.162,2.267-.281,2.712-.116,.444,.211,2.314,.259,2.618,.046,.305-.516,3.251-.119,3.415,.4,.163,.516-.748,.681-.888,.162-.14,.697,.544,1.169,.748,.537,.234-.281-1.403-.281-1.613s-.445-.959-.61-1.38c-.162-.42,.119-1.122,.281-1.403,.165-.281,.235-1.122,.467-1.239,.235-.116,1.38,.748,1.59,.865s-.162-.514-.327-.936c-.162-.42-.232-1.543-.21-2.128,.024-.585-.397-.818-.678-1.31-.281-.49-.327-2.221-.583-2.665-.259-.444-.421-.374-.375-1.006,.046-.63-.235-1.847-.351-2.291s.07-.562,.049-.911c-.024-.351-.937-.398-1.288-.281-.351,.116,.537,.725,.632,1.052,.095,.328-.305,.258-.748,.562-.446,.304,.024,.841-.046,1.308-.07,.468,.302,.843,.418,1.38Z" fill="000"/><path d="M360.821,152.211c.3,.232,1.131,.398,.699,.566-.432,.166-.2,.332,.032,.498,.232,.166,.467,.333,.799,.466,.332,.134,.599-.1,.832-.3,.232-.198,.065,.134-.035,.366-.1,.233,.267,.233,.632,.2,.367-.034,.335,.2,.535,.333,.197,.134,.132-.4,.265-.565,.132-.166,.232,.2,.332,.432,.1,.234-.165,.267-.132,.532,.032,.267,.818,.466,1.164,.466,.267,0,.2-.3,.232-.432,.035-.132-.432-.432-.532-.632-.1-.2,.2-.266,.168-.5-.032-.232-.432-.232-.599-.2-.165,.034-.4-.166-.564-.298-.168-.132-.899-.1-1.231-.134-.332-.034-.267-.5-.232-.764,.032-.266,.297,.166,.597,.332,.3,.166-.032-.565-.3-.732-.265-.166-.465-.466-.465-.666,0-.199,.599-.366,.664-.598,.068-.234,.467-1.065,0-1.497-.465-.432-.232-.698-.065-.932,.165-.232,.2-.398-.332-.398-.535,0-.4-.533-.899-.433-.5,.1-.964,.433-.899,.898,.068,.466,.1,2.229-.197,2.495-.3,.266-.367-.166-.635-.166-.265,0-.032,.732-.165,.898-.132,.167,.032,.533,.332,.765Z" fill="000"/><path d="M367.874,155.903c-.168-.232-.267-.498-.532-.564-.465-.116-.5,.2-.732,.232-.235,.034-.267-.066,0,.266,.265,.333,.597,.599,.597,.831,0,.234-.033,.5-.132,.5s-.367,.032-.3,.332,.2,.832,.4,.766c.2-.066,.1-.632,.367-.798,.265-.167,.465-.101,.432-.467-.035-.365,.065-.864-.1-1.098Z" fill="000"/><path d="M369.138,161.26c-.032-.699-.632-2.163-.932-2.329-.235-.131-.432,1.131-.532,1.198-.1,.066-.599-.034-.732,.232-.135,.266-.832,.865-.967,.732-.132-.132-.397-.499-.497-.499s-.567,.167-.567,.333-.265,.1-.532,.2c-.265,.1-.764,.234-.764,.532s-.267,.798,0,.532c.265-.266,.465-.732,.599-.532,.132,.2,.1,.5,.497,.366,.4-.134,.999-.566,1.167-.366,.165,.2,.532,.366,.364,.566-.167,.2-.4,.764,.067,1.164,.465,.4,.632,.466,.964,.4,.332-.066,.864-.332,.732-.532-.132-.2-.2-.566-.1-.666,.1-.1,.364-.3,.564-.032,.2,.265,.467,.365,.732,.099,.267-.266-.032-.698-.065-1.396Z" fill="000"/><path d="M363.48,157.999c-.032,.432,.367-.034,.767-.232,.4-.2,.475-.401,.764-.567,.235-.132,.035-.63-.4-.63-.432,0-.465-.267-.896-.2-.432,.066-.1,.498,.132,.83,.232,.333-.332,.367-.367,.799Z" fill="000"/><path d="M364.612,158.332c-.132,.366-.632,.5-.432,.898,.2,.4,.7,1.198,.799,.833,.1-.367,.1-.865,.167-1.265,.065-.4,.732-1.13,.297-1.164-.208-.016-.697,.332-.832,.698Z" fill="000"/><path d="M365.643,159.263c.235,.032,1.863-.2,.767-.698-.413-.188-.999,.664-.767,.698Z" fill="000"/><path d="M361.72,154.872c.364,0,.095,.865,.632,.865,.432,0,.532-.433,.564-.633,.035-.2,0-.664-.364-.764-.367-.1-1.264-.2-1.131-.034,.132,.166-.067,.566,.3,.566Z" fill="000"/><path d="M360.189,157.4c-.281,.225,0,.666-.332,.799-.332,.132-.999,.831-1.199,.998-.2,.166-1.464,1.364-1.196,1.364,.265,0,1.264-.964,1.596-1.131,.332-.166,1.331-.764,1.399-.998,.065-.232,.065-1.297-.267-1.031Z" fill="000"/><path d="M395.25,179.521c.467,0,1.331,.1,1.199-.1-.135-.2-.632-.897-1.166-1.064-.532-.165-1.564-.2-1.628-.532-.067-.332,.232-.4-.4-.764-.632-.367-.864-.699-1.064-.999-.2-.297-.067-.2-.732-.364-.667-.168-.899-.467-1.499-.632-.597-.168-1.728-.3-2.095-.599-.365-.3-1.032-.365-.897-.532,.132-.168-.135-.599-.267-.467-.132,.135-.265,.5-.532,.5-.265,0-.732-.332-1.196-.364-.467-.035-1.564-.799-1.699-.767-.132,.035-.597,.832-.764,.832s-.432-.165-.831-.165-.899,.065-.764,.165c.132,.1,.697,.267,.532,.432-.168,.167-.067,.567-.267,.667-.2,.1-.465,.632-.896,.464-.435-.165,.032-.564-.1-.599-.135-.032-.899-.597-1.131-.632-.564-.078,.232-.397,0-.896-.232-.5-.732-.932-.864-.932-.135,0-1.566-.232-1.831-.3-.267-.067-.732,.232-.899,.132-.165-.1-1.032-.432-.997-.265,.032,.165-.068,.532,.265,.564,.332,.033,.235-.265,.5,.1,.267,.367,.132,.632,1.064,1.064,.932,.432,1.831,.332,1.731,.4-.1,.067-.367,.632-.699,.632s-1.131,.1-.732,.332c.4,.235,1.264,.699,.999,.767-.267,.068-.632,.365-.232,.632,.397,.265,.864-.2,.864-.465,0-.267-.2-.802,.132-.467,.332,.332,.135,.467,.764,.764,.632,.3,1.963,.599,2.398,.899,.432,.3,1.161,.697,1.428,.732,.267,.032,.964,.4,1.331,1.031,.365,.632,1.396,1.96,1.132,1.928-.267-.032-.899-.265-1.099,0-.2,.267-.996,1.099-.732,1.099,.267,0,1.331-.599,1.364-.467,.035,.135,.235,.467,.467,.3,.232-.165,.664-.5,.764-.4s.432,.1,.532,.467c.1,.364,.964,1.329,1.399,1.231,.432-.1,1.164-.1,1.563-.1,.397,0,1.129-.168,.832-.467-.3-.3-.734-.697-.4-.797,.332-.1,.996-.067,.896-.167s.2-.364,.432-.432c.235-.067,.932,.265,1.067,.165,.132-.1-.167-.332,.465-.1,.632,.235,.799,.202,.999,.235,.2,.033,.564,.897,.564,.897,0,0,.732,1.067,.964,1.266,.235,.2,.767,.364,1.232,.364,.467,0,1.531,.465,1.863,.599,.332,.132,.267,.364,.732,.4,.465,.033,1.064-.067,.667-.335-.4-.265-.467-.4-1.031-.864-.567-.464-1.167-.999-1.531-1.131-.367-.132-.467-.5-.899-1.096-.432-.599-1.728-1.798-1.264-1.798Z" fill="000"/><path d="M400.207,178.789c.365-.132,1.628-.732,1.529-1.064-.1-.332-.832-.365-.932-.265-.097,.1-.996,.732-1.231,.732-.232,0-.165-.367-.364-.267-.2,.1-1.796,.4-1.663,.567,.132,.165,2.295,.432,2.663,.297Z" fill="000"/><path d="M405.562,178.457c-.467-.132,.162,1.242,.5,1.299,1.428,.232-.035-1.164-.5-1.299Z" fill="000"/><path d="M403.235,206.732c.032-.564-.367-1.663-.467-1.928-.1-.267-.597-1.663-.899-1.931-.297-.265-.797-.864-1.129-1.096-.335-.232-.632-.267-.732-.999-.1-.732-.435-.732-.532-.764-.1-.035-.235-.4-.367-.2-.132,.2-.367,.2-.599-.3-.232-.5-.365-1.064-.497-1.331-.135-.265-.567-.932-.867-1.164s-1.131-.432-1.296-.764c-.168-.332-.599-.499-.864-.799-.267-.3-.767-.632-.7-1.032,.065-.4-.1-.896-.367-1.528-.265-.635-.832-1.666-.832-2.031s-.4-1.099-.597-1.331c-.2-.232-.435-.332-.599-.332-.167,0-.532,.332-.599,.035-.065-.3-.2-1.464-.532-2.131-.332-.664-.664-.764-.367-.899,.3-.132-.332-.265-.364-.497-.032-.235-.232-.867-.564-.867-.3,0-.467,1.299-.667,1.464-.2,.167-.1,.967-.2,1.167-.1,.197-.132,.464-.132,.896s.1,2.163-.068,2.495c-.165,.332-.932,2.728-1.129,2.695-.2-.032-.534-.3-.799-.232-.267,.065-.067,.265-.467,.132-.397-.132-.397-.364-.697-.664s-1.099-.235-1.364-.435c-.267-.2,.032-.497-.532-.729-.567-.235-.599-.667-.999-.735-.4-.065-.432,.135-.699-.097-.265-.235-1.032-.667-.997-.934,.032-.265,.4-.896,.497-.929,.103-.035,.267-.4,.2-.567-.065-.165-.297-.432,.1-.532,.4-.1,.732,.1,.599-.232-.132-.332,.564-.899,.132-1.199-.432-.3-.632-.364-.664-.165-.032,.2,0,.532-.232,.364-.232-.165-.3-.432-.499-.4-.2,.035-.232,.467-.664,.335-.435-.135-.967-.567-1.363-.567-.4,0-.799-.032-1.067-.2-.265-.165-.632-.3-.732-.2s.067,.467-.232,.732c-.3,.267-1.264,.5-1.464,.335-.2-.168-.364-.267-.664-.067-.3,.2-.667,.699-.867,.764-.197,.068,.167,.467-.032,.599-.2,.132-.465,.367-.599,.532-.132,.168-.564,1.032-.3,1.064,.267,.035,.667,.1,.499,.3-.164,.2,.2,.667-.065,.567-.267-.1-.567-.367-.732-.367-.168,0-.867-.132-.999-.067-.132,.067-.332,.567-.464,.168-.135-.4-.035-.4-.3-.564-.267-.168-.567-.7-.767-.732-.2-.035-.896,.3-1.164,.265-.265-.032-.265-.364-.432-.065-.168,.3-.265,.597-.465,.532-.2-.067-.267,.432-.4,.597-.135,.167,.1,.732-.267,.667-.364-.067-.532-.4-.664-.232-.135,.165-.267,.632-.267,.832s-.065,.529-.232,.529-.532-.232-.632-.065c-.1,.165-.168,.432-.067,.632,.1,.2-.033,1.099-.265,.799-.232-.3-.4-1.032-.667-.967-.265,.068-1.031,.7-1.129,1.067-.1,.364,.165,.996-.1,1.229-.267,.235-.4,.799-.535,.967-.132,.165-.532,.397-.929,.632-.4,.232-2.131,.664-2.562,.897-.432,.235-1.032,.567-1.596,.599-.567,.032-1.963,.2-2.295,.467-.335,.265-.767,.829-.967,.829s-.764,1.099-.864,.932c-.1-.165,.2-.597-.132-.332-.332,.267-.799,.632-.7,1.131,.1,.5,.068,.764-.065,.964-.135,.2-.435,1.067-.2,.967,.232-.1,.597-.567,.564-.432-.032,.132-.4,.397-.332,.864,.067,.465,.032,.632,.265,.964,.235,.332,.567,1.131,.267,.964-.3-.165-.632-.564-.632-.364s.1,.699-.068,.564c-.165-.132-.432-.532-.332-.132,.1,.4,.067,.964,.367,1.196,.297,.235,.632,.867,.732,1.331,.1,.467,.564,1.264,.732,1.464,.165,.2,.432,1.131,.432,1.496,0,.367,.364,1.631,.632,2.33,.265,.699,.4,1.563,.265,1.431-.132-.135-.265-.632-.464-.168-.2,.465-.2,1.032-.467,1.199-.265,.165-.497,.265-.497,.532,0,.265,.1,.632,.497,.732,.4,.1,.667,.564,1.131,.864,.467,.3,1.364,.432,1.731,.3,.364-.132,1.231-.732,1.696-.899,.467-.165,.999-.764,1.363-.832,.367-.065,1.631-.232,2.031-.065,.397,.165,.764,.297,1.064,.097,.3-.197,.364-.465,.599-.232,.232,.232,.364,.467,.697,.168,.335-.3,.532-1.331,1.099-1.464,.564-.132,1.963-.1,3.027-.067,1.064,.035,1.264,.1,2.028-.3,.767-.4,2.195-.764,2.827-.864,.632-.1,1.199-.332,1.599-.1,.4,.235,.664,.667,1.496,.732,.832,.067,1.596,.167,1.631,.332,.033,.167-.235,.235-.1,.532,.132,.3,.5,0,.564,.467,.068,.467,.567,.997,.599,1.231,.032,.232,.168,.697,.332,.864,.168,.168,.7,.532,.732,.232s-.265-.3,.1-.599c.367-.297,.367-1.229,.899-1.261,.532-.035,.632-.235,.664-.467,.033-.232,.532-.599,.564-.499,.035,.1,.135,.667-.1,.967-.232,.297-.332,1.596-.465,1.696-.132,.1-.364,.165-.499,.432-.132,.265,.132,.332,.367,.167,.232-.167,.597-.3,.697-.599,.1-.3,.435-.799,.5-.599,.067,.2,.2,.899,.367,1.199,.165,.297-.632,.664-.5,.697,.132,.032,.465,.167,.7,.032,.232-.132,.1-.532,.464,.035,.367,.564,1.032,1.196,.964,1.663-.065,.464,.135,.896,.499,1.328,.367,.435,.168,.567,.964,.767,.799,.2,.4,.896,.867,.632,.464-.267,.2-.567,.599-.332,.397,.232,1.264,.764,1.561,.697,.3-.065,1.099-.464,1.366-.499,.265-.032,.497-.797,.597-.797s.235,.165,.667,.664c.432,.5,.364,.832,.932,.667,.564-.167,1.064,.132,1.396-.2,.332-.335,.232-.832,.832-.932,.599-.1,1.031-.168,1.531-.4,.497-.232,1.164,.067,1.196-.4,.032-.465,.067-1.863,.267-1.996,.2-.132,.265-1.131,.497-1.596,.235-.467,.035-1.032,.4-1.331,.367-.3,.867-1.296,1.299-1.563,.432-.267,.697-.3,1.129-.699,.435-.4,1.299-3.292,1.399-4.024,.1-.732,.532-1.963,.267-2.495-.267-.532-.335-.732-.299-1.299Zm-22.081,7.345c-.148-.127-.2-1.075,.024-1.275,.224-.197,.548,.5,.575,.624,.073,.367-.451,.775-.599,.651Zm1.199-5.141c0-.148,.224-.424,.124-.921-.1-.5,.473-.551,.724-.127,.249,.424,.373,.424,.348,.624-.043,.354,.324,.848,.224,1.048-.1,.2-.376,.599-.573,.4-.2-.2-.848-.872-.848-1.023Zm1.245,4.617c-.321,.03-.024-.575-.224-.975-.2-.4-.948-.997-.324-1.148,.624-.148,.824,1.099,.848,1.347,.027,.251-.024,.748-.3,.775Z" fill="000"/><path d="M396.203,227.235c-.238-.299-1.369,.119-1.758,.208-.386,.089-1.161-.148-1.785-.416-.626-.267-.983-.149-.953,.03,.03,.178,.564,1.758,.772,2.114,.211,.357,.27,.446,.211,1.131-.059,.686,1.031,1.52,1.517,1.52,.508,0,.745-.834,.894-1.042,.149-.211,.297,.208,.535,.386,.24,.178,.092-.386,.062-.537-.03-.148,.416-.802,.594-1.042,.178-.238,.119-1.31-.03-1.666-.148-.359,.178-.389-.059-.686Z" fill="000"/><path d="M427.035,227.219c-.154-.116-.538,.23-.691,.421-.154,.192-.154-.267-.23-.537-.079-.267-.308-.075-.386-.384-.076-.308-.613-.232-.883,.23-.267,.462-.5,1.383-.767,1.577-.27,.192-.424,.613-.462,1.188-.038,.578-1.383,1.385-1.69,1.885-.308,.499-1.037,.959-1.499,1.075-.459,.116-.346,1.037-.729,1.345-.384,.308-.575,.537-.767,.767-.192,.232-.54,.616-.616,.961-.078,.346,1.153,.729,1.461,.653,.305-.078,.23,.192,.383,.575,.154,.386,1.053,.24,1.345,.116,.267-.116,.883-.691,1.191-.961,.305-.267,.575-.883,.729-1.191,.154-.308,.154-1.266,.192-1.496,.038-.232,1.499-.999,1.766-1.231,.27-.23,.616,.075,.807,0,.192-.076-.154-.654,0-1.113,.154-.462,.578-1.191,.883-1.577,.308-.384,.154-1.037,.154-1.65s-.038-.54-.192-.653Z" fill="000"/><path d="M431.952,221.878c-.462,.27-.421,.5-1.075,.232-.653-.27-1.115-.77-1.229-1.037-.116-.27-.462-1.499-.616-1.69-.154-.192-.192,.537,.038,.921,.23,.386-.076,.616-.23,.729-.154,.116-.537-.305-.77-.805-.23-.5-.154-.845-.113-1.231,.038-.384-.54-1.075-.999-1.229-.462-.154-1.115-.996-1.461-1.191-.346-.192,.462,1.461,.807,1.882,.346,.424,.921,1.728,1.266,1.96,.346,.23,.578,.346,.346,.575-.23,.23-.267,.308,.232,.691,.5,.386-.27,.653-.27,1.307s-.845,1.191-1.037,1.499c-.192,.305,1.345,.921,1.807,1.345,.459,.421-.702,1.655-.578,1.844,.232,.346,.845,.384,1.191,.346,.346-.041,.578-.653,.616-1.037,.038-.386,1.075-1.307,1.345-1.653,.267-.346-.154-.729,.113-.924,.27-.192,.578-.421,.732-.691,.154-.267,.691-1.191,.729-1.536,.038-.346-.383-.575-.845-.308Z" fill="000"/><path d="M334.12,9.181c.429,.233,1.677-1.055,2.069-1.25,.392-.194,1.172,0,1.445-.155,.273-.157,.157,.155,.313,.312,.157,.157,.311-.234,.662-.469,.354-.235,1.056-.194,1.485-.312,.429-.118,.546-.429,.859-.625,.313-.195,.429-1.094,.429-1.639s.273-.743-.624-1.406c-.899-.664-.275-.392-.354-.703-.075-.312-.075-.468-.389-.39-.313,.078-.157-.703-.392-1.094-.232-.39-.157,.117-.351,.313-.194,.195-.194-.468-.429-.507-.232-.039-.157,.78-.586,.976-.429,.194,0-1.25,.078-1.562,.079-.312-.194-.586-.429-.664-.235-.077-.702,.703-.781,.976-.078,.274-.038-.233-.157-.545-.116-.313-.235,.506-.429,.702s-.429,1.172-.429,1.327c0,.157-.351,.196-.624,.351-.273,.157,.351,1.094,.311,1.445-.038,.352-.505,.157-.74,.586s-.429,.664-.429,1.562-.197,1.015-.548,1.522c-.351,.508-.203,1.118,.04,1.25Z" fill="000"/><path d="M270.598,50.094c.372-.08,1.307-1.202,1.334-1.496,.027-.293-.613-.828-.853-.934-.24-.108-1.069-.188-1.15,.293-.078,.482-.283,2.343,.67,2.137Z" fill="000"/><path d="M284.088,44.937c-.346-.294-.559-.694-.775-1.015-.213-.32-.481,.535-.667,.882s.348,1.149,.775,1.256,.23,.641,.748,.641c.721,0,.667-.454,.616-.775-.054-.32-.348-.694-.697-.988Z" fill="000"/><path d="M297.903,33.449c.213-.294,.343,.239,.667,.213,.988-.08,1.015-.961,.856-1.31-.16-.347-.348-.587-.589-.854-.24-.267-.826,.186-1.094,.428-.267,.241-.376,1.496-.241,1.87,.132,.374,.186-.054,.4-.347Z" fill="000"/><path d="M349.817,26.742c-.24,.026-.454,.481-.535,.989-.078,.508,1.407,.26,1.685,.24,.373-.027,.078-.642,.027-1.015-.054-.374-.937-.24-1.177-.213Z" fill="000"/><path d="M387.008,30.461c-.37-.135-.705,.1-.975,.134-.267,.034-.47,.672-.47,1.042s-.74,.672-.942,1.076c-.2,.402,.437,0,.775,0,.335,0,2.779,.606,3.427,.806,.437,.135-.1-1.95-.502-2.453-.405-.505-.942-.471-1.312-.605Z" fill="000"/><path d="M382.169,26.124c.2,.571,.637,.706,1.21,.74s.505-.37,.505-.807,0-.639,.267-.739c.27-.101,.303,.303,.672,.436,.37,.135,1.412-.034,1.917-.269,.502-.235,.47-.201,.435,0-.032,.201,.103,.571,.405,.47,.303-.1,1.377-.066,1.545-.235,.17-.167,.067-.134-.705-.436-.772-.303-1.042-1.882-1.142-2.051-.103-.168-.067-.84,.1-1.009,.167-.167,.772-.201,.942-.1,.167,.1-.27,.739-.405,.974-.132,.236,.235,1.345,.537,1.647,.303,.302,.943,.302,1.213,.471,.267,.167,.705-.505,.975-.74,.267-.235,.065-.975,.065-1.243s.473-.404,.708-.504c.235-.101-1.11-.841-1.512-1.211-.405-.369-1.042-.168-1.512-.168-.473,0-.64-.437-1.11-.84-.473-.404-.47-.706-.807-.807-.335-.101,.135,.437-.168,.571-.303,.135-.338,.706-.338,1.243s.067,.606-.267,.706c-.338,.101-.338-.437-.338-.74s-.267-.134-.605-.032c-.335,.1-.47-.438-.505-.672-.032-.235-.367-.505-.705-.942-.335-.436-.572-.269-.907,0-.335,.27-1.11,.64-1.277,.774-.168,.135-.067,.571-.032,1.042,.032,.47,0,0-.27,.269-.27,.268,.235,1.345,.203,1.647-.035,.303-.338-.135-.673,0-.338,.135,.2,.874,.605,1.378,.403,.504,.772,.605,.975,1.176Z" fill="000"/><path d="M393.9,25.251c.202,.067,.907,.874,1.412,.975,.505,.101,.4,.524,.772,.571,.27,.034,.168-.336,.303-.37s.303,.268,.672,.236c.37-.034,.907-.942,1.042-1.211,.135-.268,0-.537-.303-.537s-.74-.37-1.48-.706c-.74-.336-.437,.135-.872,.101-.437-.034-.27-.236-.035-.539,.235-.302-.135-.201-.705-.201-.573,0-.64,.067-1.145,.067-.502,0-.772-.672-.94-.571-.168,.1,.335,.908,.605,1.176,.27,.269,.47,.941,.672,1.009Z" fill="000"/><path d="M420.94,47.476c.375,.124,.502-1.211,.67-1.462,.165-.25-.459-.042-1.002-.042-.546,0-.543,.126-.335,.335,.208,.208,.216,1.018,.667,1.169Z" fill="000"/><path d="M434.844,41.963c.586,.335,2.087,.197,2.506,.168,.586-.042,.71-.543,.71-.794s-.71,0-1.545-.292c-.835-.293-1.253-.209-1.92,.042-.669,.251-.335,.543,.249,.876Z" fill="000"/><path d="M274.365,39.643c.2,.132,.899,.332,1.064,.332,.168,0,.1,.066,.3,.266,.2,.2,.267,.066,.467-.132,.2-.2,.2,.266,.4,.432,.2,.166-.2,.532,0,.765,.2,.232-.167,.698-.167,.898s1.431,.366,1.596,.366c.168,0,.432,.232,.7,.332,.267,.1,.167-.332,.3-.332s.432,.532,.599,.632c.165,.1,.465-.2,.465-.2,0,0,.467,.166,.599,.1,.132-.066,.24-.025,.465-.166,.267-.166,.1-.632,0-.532-.1,.1-.132-.167-.2-.333-.065-.166-.432-.066-.532-.332-.1-.266-.697-.698-.697-.865,0-.166-.267-.566-.2-.698,.065-.134-.567-.932-.567-1.097s-.2-.732-.265-.998c-.067-.266,.165-.599,.332-.865,.165-.266-.068-.4-.3-.432-.232-.034-.033-.566,0-.898,.032-.333-.1-.234-.068-.4,.035-.166,.532-.732,.532-.898s-.197-.434-.132-.666c.067-.233,.4,.1,.599,.132,.2,.034,.032-.366,.032-.532s.232-.266,.367-.4c.132-.132,.165-.731,.065-.864-.1-.134-.364-.066-.632-.3-.265-.232-.497-.3-.764-.3-.265,0-.5-.365-.732-.398s-.032,.332-.032,.498c0,.167-.599-.132-.899,0-.3,.134-.265,1.131-.432,1.364-.167,.233-.567,.034-.767,.067-.197,.034-.097,.498-.097,.632s-.2,.066-.532,.1c-.335,.034-.3,.3-.068,.598,.232,.3,.4,.2,.632,.2s-.068,.3-.2,.5c-.132,.2-.5,1.097-.465,1.396,.032,.3,.232,.367,.232,.567,0,.199-.232-.034-.567-.2-.332-.166-.1,.066-.265,.266-.167,.2-.132,.032-.3,.066-.167,.034-.332,1.031-.4,1.464-.065,.432,.332,.732,.532,.865Z" fill="000"/><path d="M275.131,40.507c-.235,0-.235,.366,.065,.533,.3,.166,.248,.88,.599,.83,.232-.032-.068-.732-.068-.964,0-.234-.364-.4-.597-.4Z" fill="000"/><path d="M277.192,29.597c.267-.1-.1,.831-.032,.965,.067,.132,.732,.132,.999,.166,.265,.033,.632,.3,.796,.432,.168,.134,.732,.034,.732,.232,0,.2,.567,.475,.867,.433,.232-.034,.532-.4,.532-.599,0-.199,.3-.698,.065-.864-.232-.166-.397-.4-.3-.466,.1-.068,.767,.298,.932,.066,.167-.232-.165-.432-.165-.632s.432,.233,.432,0-.132-.4-.367-.632c-.232-.234,.335-.234,.599-.3,.267-.066,0-.232-.065-.4-.067-.166,.232-.166,.365-.166s.499-.066,.499-.366-.167-.765,.032-.798c.2-.034,.599,.032,.599-.166,0-.2-.467-.167-.499-.3-.032-.134,.132-.266,.332-.3s.3-.032,.467-.166c.165-.134,.332,0,.465-.166,.132-.166-.065-.466-.132-.699-.068-.232,.632,.233,.964,.3,.332,.067,.232-.332,.3-.432s.265,.166,.465,.034c.2-.134,.2-.965,.367-1.198,.167-.234,.132,.032,.3,.232,.167,.2,.265-.166,.499-.366,.232-.2,.165-.2,.332-.3,.165-.1,.932-.864,1.264-.998,.332-.132,.764-.499,.999-.932,.232-.432,.929-.598,1.164-.598,.232,0,.732,.232,1.164,.366,.432,.132,.764-.034,1.131-.233,.364-.2,.332-.3,.632-.532,.3-.232,.797-.598,1.031-.698,.232-.1,.664-.499,.564-.466-.1,.034-.299-.333-.299-.532,0-.2,.167-.633,.332-.799,.167-.166,.267-.232,.135-.366-.135-.132-.168-.832-.2-1.098-.035-.266,.2-.3,.332-.432,.132-.134-.2-.632-.4-.766-.2-.132-.165-.498-.1-.664,.067-.166-.365-.3-.699-.467-.332-.166-.365,.101-.497,.2-.135,.1-.3-.032-.332-.132-.035-.1-.667,.1-.799,.2-.132,.1,.032,.498,.032,.732,0,.232-.5,.666-.597,1.064-.1,.4-.567,1.065-.934,1.097-.364,.034-.465,.3-.764,.666-.3,.366-1.064,.566-1.596,.532-.532-.032-.4,.2-.732,.3-.332,.1-.367-.466-.499-.732-.132-.266-.168,.132-.265,.3-.1,.166-.335,.199-.5,.266-.167,.066-.599-.434-.732-.599-.135-.166-.367,.066-.567,.233-.2,.166-.065,.066-.497,.1-.435,.032-.1,.166,.032,.332,.132,.166-.167,.232-.332,.566-.168,.332-.999,1.164-1.299,1.264-.3,.1-.2,.3-.465,.332-.267,.034-.067-.332-.3-.366-.232-.032-.168,.366-.132,.533,.033,.166-.167,.366-.467,.532-.3,.166-.564,.332-.932,.532-.365,.2,.067,.4,.067,.632s-.232,.1-.4,.1-.664,.4-.465,.432c.197,.034-.467,.966-.667,1.198-.2,.233-.165,.034-.4,0-.232-.034-.465,.2-.532,.333-.065,.132,.067,.166,.267,.166s-.068,.432-.232,.632c-.168,.2,.464,.4,.432,.566-.035,.166-.467,.1-.699,.2s.2,.498,.4,.698-.4,0-.732,.134c-.332,.132,.265,.564,.1,.798-.167,.232,.232,.4,.232,.732s-.4-.366-.764-.332c-.367,.032-.467,.1-.532,.366-.067,.266,.033,.564-.367,.598-.4,.034-.499,.2-.864,.766-.367,.564,.632-.2,.896-.3Z" fill="000"/><path d="M236.397,43.659c.351-.039,1.48-.585,1.48-.934,0-.428,.078-.818-.234-.701-.311,.116-1.246,.662-1.323,.895-.078,.234-.273,.779,.077,.74Z" fill="000"/><path d="M229.855,49.383c.35-.428,1.362-1.052,1.207-1.285-.136-.204-.196-.74-.467-.583-.273,.155-.157,.856-.351,1.09-.194,.234-.74,1.208-.389,.779Z" fill="000"/><path d="M447.263,65.838c-.34-.301-.791,.3-1.091,.338-.3,.038-.789-.188-1.053-.338-.262-.151-.224,.676,.076,.976,.302,.301,.526-.187,.791-.225,.262-.038,.902,.898,1.539,.977,.303,.038,.751-.338,.902-.451,.151-.112-.826-.977-1.164-1.277Z" fill="000"/><path d="M223.369,86.333c-.228,.23-.778,.23-1.053,.184-.274-.046,0,.458,.504,.733,.504,.274,.371,.75,.733,.823,.458,.092,.458-.092,.778-.138,.321-.046-.137-.732-.182-1.099-.046-.366,.092-.778,.228-.961,.138-.184-.778,.23-1.007,.458Z" fill="000"/><path d="M411.281,182.821c-.259,.035,.122,.381,.432,.589,.313,.208,.877,.173,1.004,0,.208-.278-1.177-.624-1.436-.589Z" fill="000"/><path d="M414.106,184.519c-.019,.208,.972,.319,1.021,.173,.105-.313-1.004-.381-1.021-.173Z" fill="000"/><path d="M409.877,180.515c-.71,0,1.029,1.488,1.385,1.129,.486-.486-.675-1.129-1.385-1.129Z" fill="000"/><path d="M273.274,136.675c-.168,.187,.205,.41,.329,.231,.078-.109-.165-.419-.329-.231Z" fill="000"/><path d="M393.143,109.984c.122,.169,1.226-.795,1.137-1.015-.049-.122-1.258,.845-1.137,1.015Z" fill="000"/></g><g><path d="M176.492,64.604c.134-.007,.247-.012,.323-.016,.27-.015,.011-.034-.323,.016Z" fill="000"/><path d="M187.301,37.437h-2.185c.073-.121,.107-.252,.053-.381-.182-.444-.52-.444-.305-.778,.215-.332,.336-1.665,.244-1.665s-.489,.278-.643,.223c-.153-.055-.182-.223-.336-.223-.153,0-.458,.057-.672,.057-.213,0,.031,.054-.305-.223-.336-.277-.581-.277-.581-.5,0-.221-.062-.776-.275-.887-.215-.112-.275-.223-.551-.168-.275,.056-.122-.111-.305-.111s-.077-.194-.23-.25c-.153-.055-.138,.084-.244,.112-.106,.027-.275-.057-.398-.112-.122-.055-.366,.167-.382-.055-.015-.221-.015-.25-.107-.416-.092-.166-.075-.471-.138-.389-.061,.084-.046,.444-.015,.528,.031,.082,.031,.332-.107,.305-.138-.028-.153-.166-.29-.166s-.246-.139-.352-.139-.259,.139-.305-.028c-.046-.166,.123-.305-.015-.332-.138-.028-.49,.305-.582,.305s-.153-.278-.244-.223-.244,.305-.351,.194c-.108-.111,.198-.444,.092-.5-.108-.055-.275-.082-.382-.055-.108,.028-.261,.139-.275-.055-.015-.194,.092-.333-.077-.471-.167-.139-.397-.223-.351-.389,.046-.166,.092-.305,.061-.416-.03-.111-.138-.361-.199-.278-.061,.084-.153,.444-.199,.362-.046-.084,.015-.362-.153-.362-.169,0-.138,.112-.215,.028-.077-.084-.031-.277-.153-.277-.123,0-.261,.193-.336,.111-.077-.084-.123-.278-.184-.278-.062,0-.077,.055-.244-.055-.169-.111-.643-.277-.734-.25-.092,.028-.061,.223-.244,.166-.184-.055-.443-.361-.626-.332-.184,.028-.169,.25-.398,.084-.228-.167-.412-.25-.351-.417,.062-.166,.23-.555,.23-.666s0-.721-.061-.694c-.061,.028-.153-.056-.199,.139-.046,.194-.215,.555-.215,.555,0,0-.046,.278-.031,.389,.016,.111,.108,.471,.031,.471s-.23-.292-.413-.305c-.227-.016-.651-.086-.805-.086-.155,0-.309,.139-.502,.209-.192,.07-.539-.139-.771-.139-.231,0-.81,.069-.964,.139-.154,.07-.691-.012-.844-.378-.092-.224-.429-.566-.699-.496-.27,.07-.848,.56-.964,.56h-.771c-.154,0-.579-.249-.695-.249s-.578,.249-.732,.249-.347,.209-.54,.28c-.193,.07-.828-.207-.956-.109-.142,.108-.702,.39-.857,.39-.154,0-.192-.42-.501-.42s-.579-.14-.694,0c-.116,.139-.502,.35-.502,.35,0,0-.192-.07-.462-.14-.27-.07-.347,.174-.347,.454s-.348-.139-.348-.139c0,0-.424-.14-.655,.069-.231,.211-.27,.84-.579,.49-.308-.35-1.002-.7-1.118-.49-.116,.211-.707,.66-.942,.234-.204-.37-.779,.278-.825,.167-.046-.111,.138-.139,.015-.305-.122-.166-.244-.722-.244-.583s0,.555-.061,.528c-.062-.028-.062-.139-.138-.056-.077,.082-.138,.388-.26,.388-.122,0-.29,.167-.351,.167s-.23,.416-.336,.388c-.106-.027-.061-.084-.152-.111-.092-.028-.459,.139-.459,.139,0,0-.092,.361-.23,.361-.136,0-.428-.305-.534-.194-.107,.111-.061,.555,.016,.666,.076,.111,.061,.25-.031,.278-.092,.027-.169,.166-.367,.166s-.52,.111-.643,.332c-.122,.223-.228,.278-.122,.362,.107,.082,.138,.332,.046,.388-.092,.055-.138,.278-.213,.389-.077,.111-.49,.416-.566,.555-.077,.138-.261,.111-.215,.25,.046,.139,.153,.305,.107,.361-.046,.055-.092-.056-.167,.027-.077,.084-.107-.193-.199-.138s-.138,.332-.184,.138c-.046-.193-.062-.332-.153-.332-.092,0-.49,.416-.628,.805-.138,.388-.061,1.026-.184,1.192-.122,.167-.168,.361-.184,.528-.015,.166,.123,.555-.137,.526-.26-.028-.382-.444-.474-.582-.092-.139-.138-.362-.108-.528,.031-.166,.062-.555-.03-.776s-.077-.666-.152-.805c-.077-.139-.2-.305-.169-.389,.031-.082-.152-.221,.015-.332,.169-.111,.189-.065,.321-.194,.132-.129,.255-.37,.143-.333-.112,.038-.388,.315-.296,.111,.092-.203,.254-.203,.143-.332-.112-.129-.246-.129-.123-.221,.123-.093,.296,.073,.255-.168-.04-.24-.154-.296-.286-.61-.132-.314-.182,.111-.346,.13-.163,.019-.224-.296-.408-.296s-.571-.111-.744-.13c-.174-.019-.356-.37-.591-.37s-.316,.24-.489,.24c-.174,0-.408-.202-.551-.185-.142,.019-.234-.221-.377-.221s-.193,.296-.347,.13c-.153-.167-.142-.389-.132-.518,.011-.13-.275-.166-.325-.24-.051-.074-.418-.185-.54-.092-.123,.092-.184,.185-.316,.259-.132,.073-.316,.111-.244-.038,.07-.148,.305-.13,.244-.389-.062-.258-.224-.572-.112-.572s.234-.019,.182-.13c-.05-.111-.315-.074-.417-.111-.101-.038-.469-.555-.663-.574-.193-.019-.641,0-.794,.185-.154,.185-.103,.223-.265,.351-.163,.13-.235,.297-.215,.5,.02,.204,.061,.425,.143,.685,.081,.259,.204,.444,.153,.444-.051,0-.103,.185-.081,.277,.019,.093,.03,.351,.132,.389,.101,.036,.265,.389,.152,.315-.112-.074-.184-.019-.255-.055-.072-.038-.213-.148-.255-.259-.041-.111-.081-.259-.142-.221-.062,.036-.143,.147-.123,.294,.02,.148,.112,.242,.215,.259,.101,.019,.184,.37,.101,.37-.081,0-.152-.036-.152,.093s.152,.629,.009,.591c-.142-.036-.162-.37-.305-.315-.143,.055-.265,.296-.305,.13-.042-.166,.03-.351-.031-.425-.061-.074-.143-.166-.092-.24,.051-.074-.132-.166-.081-.259,.05-.092,.132-.332,.041-.221-.092,.111-.224,.13-.255,.259s-.031,.851-.123,.906c-.09,.055-.223-.038-.294,.055-.072,.092-.154-.129-.265,.092-.113,.223-.174,.499-.235,.518-.061,.019-.367,.277-.439,.296-.072,.019-.204,.019-.265,.13-.061,.111-.184,.425-.356,.499-.173,.074-.123-.019-.224,.074-.103,.092-.244,.24-.255,.406-.009,.166,.041,.387,.011,.517-.031,.131-.224,.389-.224,.629s0,.463-.072,.537c-.072,.073-.143,.647-.224,.554-.082-.092-.336-.369-.398-.443-.061-.074,.022-.37-.092-.444-.112-.074-.346-.37-.386-.259-.042,.111-.132,.444-.194,.389-.061-.055-.417-.444-.387-.574,.031-.13,.103-.147,.042-.24-.062-.092-.408-.13-.448-.351-.042-.223-.215-.499-.246-.444-.03,.055-.02,.221-.122,.24-.103,.019-.204,.074-.123,.259,.082,.185,.347,.296,.296,.37-.051,.074-.163,.166-.112,.351,.051,.185,.112,.851,.031,.851-.082,0-.246-.185-.327-.185s-.092,.112-.193,0c-.103-.111-.163-.204-.255-.185s-.356,.168-.437,.168c-.082,0-.194,.202-.327,.221-.132,.019-.204,.111-.296,.259-.092,.147-.255,.24-.316,.277-.061,.038-.142,.296-.265,.296-.015,0-.031,.004-.047,.012h-1.214c-.047,.359,.663,.386,.852,.525,.189,.138-.283,.166-.52,.166s-.474,.249-.379,.47c.096,.221,.332,.221,.379,.636,.047,.416-1.135,1.439-1.279,1.522-.142,.082-.756-.028-1.041-.082-.284-.055-.756,.109-.945,.165-.189,.055-.805,.055-1.468,.25-.661,.193-.142,.221-.142,.47s-.425,.332-.994,.332-.662,.248-1.041,.414c-.378,.166-.425,0-.852,.111-.425,.111-.52,.387-.851,.498-.332,.111-.521,.443-.236,.664,.284,.22-.238,.165-.238,.525s.71,.221,.663,.443c-.047,.221,.52,.332,.852,.332s-.143,.304,.095,.386c.236,.084,1.136-.138,1.372-.193,.236-.056-.567,.248-.521,.443,.049,.193,.71,0,.994-.055,.285-.055,.238-.028,.285,.165,.047,.194-.852,.139-.663,.25,.189,.111,1.183,.277,1.42,.193,.235-.082,.331-.275,.378-.387,.047-.109,.425,.416,.946,.416s.994-.471,1.135-.609c.142-.138,.52,.221,.709,.138,.19-.082,.285,.139,.474,.277,.189,.139-.095,.554-.332,.609-.236,.055-.425,.221-.661,.139-.236-.084-1.23-.028-1.704-.028s-.662,.194-.756,.277c-.096,.082,.994,.027,1.419,.027s1.23,.25,1.277,.332c.047,.084-.852-.027-1.183-.055-.331-.027-.189,0-.52,.028-.332,.027-1.183-.028-1.515-.055-.331-.028-1.324,.055-1.94,.138-.614,.084-.52,.361-.283,.498,.236,.138,.474,.359,.71,.554,.236,.193,.567,.277,.567,.442,0,.166-.662,.139-1.041,.25-.378,.111,.569,.443,.852,.58,.284,.139,.095,.084,.331,.277,.238,.193,.71,.166,1.041,.359,.331,.194,1.468,.388,1.893,.443,.425,.055,.473-.082,.473-.193s.757-.195,.899-.221c.142-.028,.616-.305,1.088-.332,.474-.028,.852,.277,1.136,.221,.285-.055,.71-.414,.852-.525,.142-.111,.332,0,.805,.027,.473,.028,1.324,.443,1.608,.58,.285,.139,1.042,.084,1.231,.111,.189,.028,.899,.166,1.23,.166s.047,.221,.142,.332c.095,.111,.852-.027,1.041-.055,.189-.027,.189,.166,.189,.304,0,.139,.189,.028,.473,.221,.285,.194-.236,.471-.473,.609-.236,.138,.616,.498,.757,.636,.142,.139,.047,.25,.047,.36,0,.109,.805,.636,1.041,.718,.236,.084,.284,.581,.567,.886,.285,.304,.521,1.05,.379,1.161-.142,.111,.189,.416,.425,.664,.236,.248,.473,.802,.473,.995,0,.194,.285,.443,.379,.637,.095,.193,.095,.607,.426,.802,.332,.193,.332,.221,.568,.442,.236,.221-.142,.028-.378,.055-.238,.028-.285-.055-.332-.22-.047-.166-.047-.277-.425-.277s0,.304,.142,.497c.142,.194-.094,.139-.474,.166-.378,.028,.048,.194,.094,.277,.049,.084-.189,.111-.236,.332s-.52,.387-.756,.581c-.237,.194,.567,.194,.709,.194s.569-.139,.71-.084c.142,.055-.427,.221-.805,.361-.378,.138-.852,.027-.709,.193,.142,.166,.094,.609,.378,.664q.283,.055,.331-.166c.047-.221,.236,.082,.474,.248,.236,.166,.567,.028,.803-.111,.238-.138,.096-.166,0-.332-.094-.166,.285-.47,.332-.636,.047-.166,0-.277-.047-.443-.047-.166,.142-.442,.189-.525,.047-.082,.331,.443,.378,.58,.047,.139-.094,.664,.427,.857,.52,.194,.378,0,.567-.138,.189-.138,.331,.082,.71,.055,.378-.027-.568,.277-1.088,.387-.521,.111,.236,.221,.947,.249,.709,.028,.331,.084,.567,.194,.238,.109-.284,.138-.662,.304-.379,.166,.425,.027,.851,.082,.427,.055,.569,.194,.71,.139,.142-.055,0,.111,.236,.166,.236,.055-.709,.166-.331,.332,.378,.165,.425,.275,.425,.442s-1.136-.221-.992-.111c.14,.111,.614,.305,.662,.527,.047,.22-.852-.166-1.372-.332-.521-.166-.852-.416-1.373-.525-.52-.111-1.04-.028-1.324-.055-.284-.028-.331,.111-.189,.386,.142,.277-.047,.443,.378,.554,.427,.111,.946,.084,1.279,.193,.331,.111,.567,.223,.662,.416,.095,.193,.379,.138,.757,.138s.378,0,.805-.138c.425-.139,0,0,.284,.193,.283,.194,.473-.055,.616-.082,.142-.028,.142,.442-.19,.47-.331,.027-.189,.193,.047,.47,.238,.277,.19,.361,.238,.582,.047,.22,.142,.331-.143,.442-.284,.111,0,.194-.047,.332-.047,.139-.236-.249-.614-.359-.379-.111-.095,.248-.379,.414-.284,.166,.047,.166,.332,.248,.283,.084-.425,.221-.663,.361-.236,.138,.521,.082,.663,.082s-.474,.554-.236,.554c.236,0-.049,.193,.52,.359,.569,.166,.189,.194,.426,.332,.238,.139-.189,.111-.426,.194-.236,.082,.189,.193,.616,.386,.425,.194-.379,.055-.805,0-.427-.056-.52-.304-.899-.304s-.616-.027-1.136-.082c-.521-.055-.805,.138-.946,.275-.142,.139-.426,.305-.426,.416s1.136-.055,1.561-.055,.427,.027,.947,.166c.52,.138-2.271,.027-2.366,.138-.095,.111-.142,.277,.142,.416,.283,.138,.378,.138,.616,.165,.236,.028,.378,.055,.378,.139,0,.082-.142,.111-.663,.248-.52,.139,.474,.305,.189,.332-.284,.028-.331,.082-.851,.221-.521,.138,.52,.388,.756,.388s1.041-.498,1.373-.554c.331-.055-1.136,.747-1.279,.802-.142,.055-.331,.277,0,.332,.332,.056,.805-.138,.994-.138,.19,0,.426,.22,.285,.304-.142,.082-.238-.028-.616-.055-.378-.028-.378,.166-.425,.304-.047,.139,.284,.221,.614,.414,.332,.195,.474,.443,.474,.443,0,0,.331,.221,.473,.221s-.284,.194-.52,.359c-.238,.166,.047,.332,.236,.416,.189,.082,.473-.166,.52-.305,.049-.138,.285,.055,.285,.055,0,0,.52-.138,.662-.248,.142-.111,.332,.193,.047,.36-.283,.165-.236,.22-.283,.331-.047,.111,.378,.139,.663,.221,.283,.082-1.373,.305-1.562,.36-.189,.054,.189,.193,.378,.304,.19,.111-.047,.166-.236,.277-.189,.111,.71,.138,.994,.138s-.047,.166-.331,.221c-.284,.055,.283,.111,.473,.193,.19,.084-.142,.028-.425,.084-.284,.055,.236,.138,.52,.193,.285,.055-.236,.194-.095,.443,.143,.249,.047,.304,.332,.388,.283,.082,.614-.277,.756-.414,.143-.139,.285,.221,.521,.497,.236,.277,.189,.83,.189,.968,0,.139-.567,.084-.284,.25,.284,.166-.047,.193,.142,.414s.473,0,.805-.055c.331-.055,.378,.111,.757,.359,.378,.25-.048,.277,.189,.443,.236,.166,1.04,.221,1.466,.221s.425-.082,.567-.082c.143,0,.096,.193,.096,.359s.473,.028,.614,.138c.142,.111,.331,.139,.616,.028,.284-.111,.095,.193,.331,.387,.236,.193,.425,.055,.568-.055,.142-.111,.709,.248,.947,.111,.236-.139,0-.139-.049-.332-.047-.194,.191,.027,.191,.027,0,0,.425-.443,.614-.581,.189-.138,.094-.277,0-.387-.095-.111,.521-.249,.663-.386,.142-.139-.095-.084-.142-.194s.284-.082,.473-.082,.236-.582,.236-.693-.095-.138-.473-.138,.047-.387,.047-.609,.142-.304,.425-.386c.285-.084-.236-.25,.143-.332,.378-.084,.473-.305,.52-.637s.425-.636,.71-.968c.283-.331-.236-.275-.285-.414-.047-.138,.379-.082,.663-.138,.283-.056,0-.83,.52-1.052,.521-.221,.568-.663,.852-.884,.285-.221,.19,.055,.379,.111,.189,.054,.803-.305,1.04-.332,.238-.028,.379-.277,.379-.636s.047-.471,.378-.471-.095,.084,.047,.277c.143,.194,.332,.359,.332,.359,0,0,.473-.082,.661-.22,.189-.139,.047,.304,.236,.414,.19,.111,.616-.359,.852-.525,.238-.166-.142-.361-.189-.471-.047-.111,.427,.277,.852,.388,.426,.111,.284-.359,.52-.47,.238-.111,.521-.388,.71-.47,.189-.084,1.135-.886,1.135-1.023,0-.139,.616-.913,.852-1.023,.236-.111,.567-.582,.567-.748,0-.165,.427,.111,.427,.111v.296s.364,.117,.658-.015c.293-.132,.28-.078,.547,.015,.266,.094,.413,.078,.693,.008,.28-.07,.213,.085,.52-.046,.305-.134,1.331-.483,1.919-.585,.586-.101,3.463-.562,3.717-1.067,.252-.508,.425-.818,.772-.849s.774-.155,1.199-.46c.427-.303,.294-.583,.494-.676,.199-.095,1.424-.188,1.251-.273-.173-.086-1.932-.039-2.318-.163-.386-.126-1.426-.429-1.653-.351-.225,.078-.799,.49-1.065,.475-.267-.016-.547-.087-.774-.023-.226,.062-.452,.389-.625,.304-.174-.086-.174-.179-.333-.117-.159,.062-.227,.171-.347,.086-.12-.086,.041-.227-.225-.157-.267,.07-.547,.14-.481,.039,.067-.101,1.28-.062,1.68-.335,.152-.105,.389-.163,.597-.194-.643,.028-1.793,.069-1.902-.008-.134-.093-1.213-.382-.68-.491,.533-.108,1.294-.015,1.187-.304-.107-.288-.867-.685-.68-.903,.188-.217,1.253-.451,1.28-.67,.027-.217-.679-.678-.479-.678s1.279,.717,1.651,.717,1.346,.382,1.56,.452c.213,.07,.572-.281,.706,.007,.134,.289,.613,1.839,1.319,1.784,.706-.054,.493-.443,.865-.358,.374,.087,.56,.374,.933,.188,.374-.188-.107-.421-.093-.748,.014-.327,.427-1.769,.2-1.698-.227,.07-.332,.233-.427,.382-.093,.147-.239,.397-.679,.203-.44-.194-.266-.304-.053-.475,.212-.171,1.065-.506,.772-.647-.293-.14-.799,.389-1.04,.296-.239-.093-.545-.163-.346-.341,.2-.179,.652-.281,.412-.405-.239-.126-1.678-1.029-1.985-1.052s-1.172,.506-1.426,.452c-.252-.055,.44-.39,.106-.499-.332-.109-.692-.155-.4-.211,.293-.054,1.692,.086,1.546-.108-.147-.194-.254-.725-.747-.638-.493,.085-1.358,.63-1.599,.451-.241-.178-.147-.397,.106-.444,.252-.046,.867-.186,.96-.257,.093-.07,.813-.194,.638-.281-.173-.085-.506-.311-1.026-.327-.52-.015-1.252,.062-.999-.124,.252-.188,.852-.008,1.253-.179,.4-.172,.852-.569,.772-.771-.08-.202-.066-.49,.12-.405,.186,.086,.559,.475,.706,.296,.147-.179-.52-.622,.014-.591,.533,.031,2.118,.467,1.865,.49-.252,.024-1.185-.155-1.265-.07-.08,.086,.146,.328,.572,.444,.427,.118,1.199,.694,1.346,.538,.146-.155,.12-.366,.386-.304,.267,.062,.467,.194,.547,.109,.08-.085,.093-.186,.413-.172,.32,.016,1.213,.203,.999-.023-.213-.225-.24-.849-.013-.95,.227-.101-.893-.281-1.306-.343-.413-.062-1.653-.023-1.746-.304-.093-.281,.466-.265,.799-.194s.493-.101,.093-.459c-.4-.359-.039-.506,.32-.32,.361,.187,.173,.296,.599,.187,.427-.109,.493,.023,.32,.147-.173,.124-.653,.483-.572,.538,.08,.055,1.199,.491,1.106,.281-.093-.21-.694-.225-.213-.304,.479-.078,1.292,.257,1.025-.031-.266-.288-.852-.452-.599-.537,.254-.086,.68,.343,1.239,.296,.56-.046,.64-.194,.454-.436s-.361-.374-.76-.288c-.4,.085-.972,.015-1.172-.126-.2-.14,.146-.856-.213-.957-.361-.101-1.185-.126-.892-.25,.293-.124,1.092,.047,1.052-.132-.039-.179-1.106-.732-.733-.926,.374-.196,.76,.436,.987,.374,.226-.063,.546-.227,.625-.063,.081,.163,.081,.632,.574,.537,.493-.093,.28-.949,.093-1.097-.186-.149-.506-.366-.254-.436,.254-.07-1.185-.537-.865-.585,.32-.046,1.065-.234,.986-.467-.08-.234-.759-.304-.706-.577,.054-.273-.093-.194-.6-.459-.506-.265,.227-.188,.159-.421-.066-.234-1.011-.482-.932-.513,.08-.031,1.052,.085,1.052,0,0-.087-1.279-.289-1.079-.312,.2-.024,1.692,.233,2.092,.256,.4,.024,1.373,.475,1.586,.335,.213-.14,.479-1.426-.374-1.643-.852-.219-.627,.436-.813,.304-.186-.132-.706-.452-1.185-.498-.479-.047,.347-.196,.08-.242-.266-.047-.666-.101-.439-.186,.226-.086,.546,.015,.28-.171-.267-.188-1.067-.498-.186-.468,.879,.032,1.345,.545,1.612,.437,.266-.109-.333-.569-.76-.624-.427-.054-1.399-.693-1.465-.591-.067,.101-.347,1.058-.733,.949-.386-.108,.093-.513,.093-.74s.413-.335,.4-.653c-.014-.32-.24-.888,.213-1.356,.453-.467,.386-.382,.093-.436-.293-.054-.466-.148-.161-.25,.308-.1,.547-.342,.401-.405-.147-.062,.425-.085,.772-.171,.346-.085,.279-.451,.186-.607-.093-.155,.213-.17,.493-.358,.281-.186,.786-.552,.547-.608-.24-.054-.586,.14-.599-.202-.014-.341-.08-.709-.04-1.028,.04-.32,.626-.577,.906-.514,.281,.062,1.172,.086,1.266-.101,.093-.186,.496-.783,.308-1.09Zm-3.2,1.183c-.239-.054-.572-.335-.413-.482,.054-.05,.111-.108,.161-.175h.529c-.024,.197,.026,.311,.136,.385,.186,.126-.173,.328-.413,.273Z" fill="000"/></g><path d="M174.759,26.032s2.217,1.054,2.95,1.636c.734,.583,3.031-.181,4.065,.223s2.069,.836,2.069,.836l1.395,.246h2.166l1.265-.246,3.906-.263s.689,1.324,0,1.439c-.69,.116-2.413,.448-2.413,.448l-1.149,1.535s-.046,.666-1.609,1.234l-1.562,.568s-7.823,.249-8.243,.185c-.42-.063-2.84-7.842-2.84-7.842Z" fill="000"/><path d="M93.847,42.053c1.054,1.383,.17,3.617,1.975,3.161,1.805-.456,4.741-.526,8.231,.197,3.489,.725,4.674,.659,4.674,.659,0,0-.988,.165-.856,1.35,.132,1.185-3.852,1.087-3.852,1.087l-7.144,.163-2.205-1.875-1.68-1.519,.856-3.223Z" fill="000"/><path d="M107.839,57.395c.691-.56,9.712,2.962,9.712,2.962l3.834-1.835s-1.167,1.025-3.868-.699c-2.702-1.726-8.691-3.523-8.691-3.523l-.856-2.436-.131,5.53Z" fill="000"/></svg>');
  -webkit-mask-repeat:no-repeat;
          mask-repeat:no-repeat;
  -webkit-mask-position:center center;
          mask-position:center center;
  -webkit-mask-size:100%;
          mask-size:100%;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect__Bg {
    padding-top:56.25%;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect__Bg {
    position:relative;
    top:2%;
    left:-5%;
    width:110%;
    padding-top:61.9047619048%;
   }
 }

.NewFeature__InstaxConnect__Image {
  position:relative;
  z-index:0;
  width:100%;
 }

.NewFeature__InstaxConnect__Image [data-instax-connect-print] {
  opacity:0;
 }

.NewFeature__InstaxConnect__Image [data-instax-connect-print="01"] img {
  -webkit-filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
          filter:drop-shadow(6px 10px 14px rgba(65, 19, 48, 0.2));
  will-change:filter;
 }

.NewFeature__InstaxConnect__Image [data-instax-connect-print="05"] {
  position:absolute;
  left:9%;
  width:67%;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect__Image [data-instax-connect-print="05"] {
    top:11%;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect__Image [data-instax-connect-print="05"] {
    top:14%;
   }
 }

.NewFeature__InstaxConnect__Image [data-instax-connect-print="06"] {
  position:absolute;
  right:15%;
  bottom:41%;
  width:38%;
 }

.NewFeature__InstaxConnect__Image [data-instax-connect-print="02"] {
  position:relative;
  display:grid;

  grid-template-rows:repeat(2, 1fr);
  justify-items:center;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect__Image [data-instax-connect-print="02"] {
    bottom:32%;
    left:6%;

    row-gap:15px;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect__Image [data-instax-connect-print="02"] {
    bottom:23%;
    left:17%;

    row-gap:8px;
   }
 }

.NewFeature__InstaxConnect__Image [data-instax-connect-print="03"] {
  position:relative;

  -webkit-mask-size:200% 100%;
          mask-size:200% 100%;
  -webkit-mask-repeat:no-repeat;
          mask-repeat:no-repeat;
  -webkit-mask-position:100% 50%, 0 50%;
          mask-position:100% 50%, 0 50%;
  -webkit-mask-image:linear-gradient(to right, #000 0 50%, transparent 50% 100%), linear-gradient(to right, transparent 0 50%, #000 50% 100%);
          mask-image:linear-gradient(to right, #000 0 50%, transparent 50% 100%), linear-gradient(to right, transparent 0 50%, #000 50% 100%);
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect__Image [data-instax-connect-print="03"] {
    top:-17%;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect__Image [data-instax-connect-print="03"] {
    top:-6%;
   }
 }

.NewFeature__InstaxConnect__Image [data-instax-connect-print="03"] img {
  width:100%;
 }

.NewFeature__InstaxConnect__Image [data-instax-connect-print="04"] {
  position:relative;
  display:grid;

  grid-template-rows:repeat(2, 1fr);
  justify-items:center;
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect__Image [data-instax-connect-print="04"] {
    right:12%;
    bottom:-15%;

    row-gap:15px;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect__Image [data-instax-connect-print="04"] {
    right:8%;
    bottom:-22%;

    row-gap:8px;
   }
 }

.NewFeature__InstaxConnect__SendPrint {
  position:absolute;
  left:50%;
  display:grid;
  align-items:end;
  justify-content:center;
  width:100%;
  max-width:880px;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect__SendPrint {
    top:39%;
    grid-template-columns:8.5% 63% 8.5%;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect__SendPrint {
    top:31%;
    grid-template-columns:10% 1fr 10%;
    padding-right:5%;
    padding-left:5%;
   }
 }

.NewFeature__InstaxConnect__Example {
  position:absolute;
  z-index:1;
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect__Example {
    top:9%;
    max-width:38%;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect__Example {
    top:7%;
    width:42%;
   }
 }

.NewFeature__InstaxConnect__Balloon {
  position:relative;
  top:-30%;
  width:130%;
  height:130%;
  border-radius:100%;
  background-color:#ffd940;
 }

.NewFeature__InstaxConnect__Balloon>img {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
          transform:translate(-50%, -50%);
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect__Balloon>img {
    width:35.4%;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect__Balloon>img {
    width:40%;
   }
 }

.NewFeature__InstaxConnect__Balloon::after {
  position:absolute;
  bottom:0;
  left:50%;
  display:block;
  content:"";
  -webkit-transform:translate(-50%, 80%);
          transform:translate(-50%, 80%);
  background-color:#ffd940;

  -webkit-mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2 1" preserveAspectRatio="none"><path d="M0,0 L1,1 L2,0 Z"/></svg>');
          mask-image:url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2 1" preserveAspectRatio="none"><path d="M0,0 L1,1 L2,0 Z"/></svg>');
 }

@media screen and (min-width: 768.02px),
print {
  .NewFeature__InstaxConnect__Balloon::after {
    width:14px;
    height:10px;
   }
 }

@media screen and (max-width: 768px) {
  .NewFeature__InstaxConnect__Balloon::after {
    width:7px;
    height:5px;
   }
 }

.Emoji {
  position:relative;
  top:-0.1em;
  width:1em;
  height:1em;
  vertical-align:middle;
 }

.tw-sr-only {
  position:absolute;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  width:1px;
  height:1px;
  margin:-1px;
  padding:0;
  white-space:nowrap;
  border-width:0;
 }

.tw-mt-10 {
  margin-top:10px;
 }

.tw-mb-10 {
  margin-bottom:10px;
 }

.tw-mt-80 {
  margin-top:80px;
 }

.tw-inline-block {
  display:inline-block;
 }

.tw-h-full {
  height:100%;
 }

.tw-w-1\/6 {
  width:16.666667%;
 }

.tw-w-1\/3 {
  width:33.333333%;
 }

.tw-w-2\/3 {
  width:66.666667%;
 }

.tw-w-full {
  width:100%;
 }

.tw-overflow-hidden {
  overflow:hidden;
 }

.tw-text-center {
  text-align:center;
 }

.tw-text-right {
  text-align:right;
 }


/* ------------------------------------
      over write
 ------------------------------------ */

.Tou_pp .Privacypolicy_content a {
  text-decoration:underline;
 }

.Tou_pp .Privacypolicy_content h3 {
  font-size:1.12em;
  margin-bottom:1.8em;
 }

.Tou_pp .Privacypolicy_content h4 {
  margin:0.6em 0;
 }

.Tou_pp .Privacypolicy_content p {
  margin:0.3em 0;
 }

.Tou_pp .Privacypolicy_content p+h3 {
  margin-top:2.2em;
 }

.Tou_pp .Privacypolicy_content .tou-end {
  margin-top:60px;
 }

@media screen and (min-width: 768.02px),
print {
  .Tou_pp {
    padding-top:90px;
    padding-bottom:100px;
    border-top:56px solid #ffd940;
   }
 }

@media screen and (max-width: 768px) {
  .Tou_pp {
    padding-top:60px;
    padding-bottom:80px;
   }
 }

.Tou_pp h1 {
  font-weight:700;
  margin-bottom:60px;
  text-align:center;
 }

@media screen and (min-width: 768.02px),
print {
  .Tou_pp h1 {
    font-size:44px;
   }
 }

@media screen and (max-width: 768px) {
  .Tou_pp h1 {
    font-size:32px;
   }
 }

.Tou_pp h2 {
  font-weight:700;
  margin-bottom:40px;
  text-align:center;
 }

@media screen and (min-width: 768.02px),
print {
  .Tou_pp h2 {
    font-size:34px;
    margin-top:100px;
   }
 }

@media screen and (max-width: 768px) {
  .Tou_pp h2 {
    font-size:26px;
    margin-top:80px;
   }
 }

.Tou_pp .Privacypolicy_content p {
  font-size:16px;
  line-height:1.875;
 }

@media screen and (max-width: 768px) {
  .Tou_pp .Privacypolicy_content h3 {
    font-size:1.65em;
   }
  .Tou_pp .Privacypolicy_content h4 {
    font-size:1.5em;
   }
 }


/* end over write */

@media screen and (min-width: 768.02px),
print {
  .pc\:tw-hidden {
    display:none;
   }
  .pc\:tw-w-full {
    width:100%;
   }
 }

@media screen and (max-width: 768px) {
  .sp\:tw-hidden {
    display:none;
   }
  .sp\:tw-w-full {
    width:100%;
   }
 }


/* 20221118追記 */

.Spec__List a {
  transition:0.2s;
  text-decoration:underline;
 }

.AppInfo__Notes a:hover {
  opacity:0.6;
 }

.AppInfo__Notes a {
  transition:0.2s;
 }

.txt_link a {
  text-decoration:underline;
  color:#ffd940;
 }

.txt_link a:hover {
  opacity:0.6;
 }

/* 20221118追記おわり */


/* 20230405追記ここから*/

.faq_img_list_2 {
  display:flex;
  align-items:flex-end;
  flex-wrap:wrap;
  justify-content:center;
 }

.faq_img_box_2 {
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  justify-content:center;
  width:calc(50% - 30px);
  margin:15px auto;
  padding:0 15px;
 }

.faq_img_text {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:center;
  height:100px;
  margin-bottom:0;
 }

.faq_img_text p {
  line-height:1.6em;
 }

p.model_title {
  font-weight:bold;
 }

@media only screen and (min-width: 769px) and (max-width: 1090px) {
  .faq_img_text {
    height:100px;
    margin-bottom:15px;
   }
  .faq_img_text p {
    line-height:1.3em;
   }
 }

@media only screen and (max-width: 768px) {
  .faq_img_box_2 {
    width:100%;
   }
  .faq_img_box_2 img {
    width:70%;
   }
  .faq_img_text {
    align-items:flex-end;
    height:80px;
    margin-bottom:15px;
   }
  .faq_img_text p {
    line-height:1.6em;
   }
 }


/* 20230405追記ここまで*/