/* refined servicos.css */
:root {
  --primary-action: #1a82c4;
  --highlight-yellow: #fdd835;
  --bg-highlights: #f2f5f7;
  --text-muted: #888;
}

.servicos-hero {
  background-image: url(/eficiente/sites/blumenau/images/servicos-hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 227px;
  color: white;
  font-size: calc(42px * var(--var-fontscale));
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.servicos-hero .container {
  text-align: left;
  width: 100%;
}

.services-container {
  display: flex;
  gap: 40px;
  padding: 27px 0;
  text-align: left;
}

/* Sidebar */
.services-sidebar {
  width: 350px;
  flex-shrink: 0;
}

.search-box {
  background-color: white;
  padding: 27px 21px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  margin-bottom: 16px;
}

.search-box label {
  display: block;
  margin-bottom: 16px;
  font-weight: 500;
  color: #2c3e50;
  font-size: calc(20px * var(--var-fontscale));
  font-family: "Montserrat", sans-serif;
}

.search-input-group {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  width: 100%;
  height: 38px;
}

.search-input-group input {
  flex: 1;
  border: none;
  padding: 10.5px 16px;
  outline: none;
  font-size: calc(14px * var(--var-fontscale));
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #333;
  min-width: 0;
  border: 1px solid #c8d2db;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.search-input-group input::placeholder {
  color: #94a3b8;
  font-weight: 300;
}

.search-input-group button {
  background-color: #1a82c4;
  color: white;
  border: none;
  padding: 9px 12.5px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s;
  font-size: calc(14px * var(--var-fontscale));
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  width: 97px;
  line-height: 0px;
  font-family: "Montserrat", sans-serif;
}

.search-input-group button:hover {
  background-color: #1a82c4;
}

.filter-group {
  background-color: white;
  padding: 33px 21px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  font-size: calc(20px * var(--var-fontscale));
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.filter-list {
  list-style: none;
  padding: 0;
}

.filter-list input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect width="16" height="16" rx="2" fill="%23E5E7EB"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.filter-list input[type="checkbox"]:checked {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect width="16" height="16" rx="2" transform="matrix(1 0 -4.37114e-08 -1 6.99382e-07 16)" fill="%23016CB0"/><path d="M4 6.36364L7.55556 10L12 5" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.filter-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: calc(0.9rem * var(--var-fontscale));
  color: #4a5568;
}

.filter-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: calc(16px * var(--var-fontscale));
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #293b49;
}

.filter-group hr {
  margin-top: 16px;
  margin-bottom: 28px;
  border-color: #e5e7eb29;
}

.filter-count {
  color: #a0aec0;
  font-size: calc(0.8rem * var(--var-fontscale));
}

.show-more {
  color: #1a82c4;
  font-size: calc(14px * var(--var-fontscale));
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.tags-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 15px;
}

.tag-pill {
  padding: 11.3px 14.8px;
  border: 1px solid #016cb0;
  color: #016cb0;
  border-radius: 100px;
  font-size: calc(12px * var(--var-fontscale));
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #f8f9fa;
}

.tag-pill:hover,
.tag-pill.active {
  background-color: #016cb0;
  color: white;
}

.satisfaction-banner {
  background: linear-gradient(135deg, #2b4c7e 0%, #1a365d 100%);
  color: white;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  margin-top: 40px;
}

.satisfaction-banner .star {
  font-size: calc(1.5rem * var(--var-fontscale));
  color: var(--highlight-yellow);
  display: block;
  margin-bottom: 10px;
}

.satisfaction-banner h4 {
  font-size: calc(1.1rem * var(--var-fontscale));
  margin-bottom: 12px;
}

.satisfaction-banner p {
  font-size: calc(0.85rem * var(--var-fontscale));
  line-height: 1.5;
  opacity: 0.9;
}

/* Main Content */
.services-content {
  flex: 1;
}

.section-title {
  font-size: calc(32px * var(--var-fontscale));
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #293b49;
  margin-bottom: 24px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background:
    linear-gradient(to right, #016cb0, #016cb0),
    linear-gradient(to right, #e1edf6, #e1edf6);
  background-size:
    188px 100%,
    100% 100%;
  background-repeat: no-repeat;
  margin-top: 8px;
}

.highlights-section {
  background-color: var(--bg-highlights);
  border-radius: 12px;
  margin-bottom: 40px;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 41px;
}

.carousel-btn {
  padding: 10px 20px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 25px;
  font-size: calc(16px * var(--var-fontscale));
  color: #293b49;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.carousel-btn:hover {
  border-color: var(--primary-action);
  color: var(--primary-action);
}

.results-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  font-size: calc(14px * var(--var-fontscale));
  color: #293b49;
  padding-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border-top: 1px solid #e5e7eb;
}

.sort-select {
  padding: 9px 17px;
  border: 1px solid #d1d5dc;
  border-radius: 100px;
  outline: none;
  color: #4a5568;
  background: white;
}

.sort-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sort-select {
  appearance: none;
  background:
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M9 4.5L6 7.5L3 4.5" stroke="%236A7282" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>'),
    white;
  background-size: 12px, 100%;
  background-position:
    right 12px center,
    center;
  background-repeat: no-repeat, repeat-x;
  padding-right: 30px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Service Card */
.service-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 0;
  /* padding removed to allow flush button */
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
  min-height: 270px;
  overflow: hidden;
  /* Ensures child elements respect border radius */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.services-grid:not(.home-services-grid) .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.card-header-area {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: calc(14px * var(--var-fontscale));
  color: #1a82c4;
  font-weight: 600;
  text-transform: uppercase;
  padding: 9.14px 12.73px;
  padding-bottom: 5.92px;
  border-bottom: 1px solid #e1eaf2;
}

.card-header-area .icon {
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e1eaf2;
}

.card-header-area .icon img {
  width: 36px;
  height: 34px;
  object-fit: contain;
  border-radius: 50%;
}

.card-body {
  padding: 15.52px 12.37px;
  flex: 1;
  display: flex;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="276" height="155" viewBox="0 0 276 155" fill="none"><path d="M264.549 22.4649L268 30.5333L268.041 30.6313L267.989 30.8039C267.999 30.8228 268.007 30.8432 268.013 30.8648C268.048 30.9975 267.986 31.1324 267.871 31.1952L263.503 45.6932L273.45 43.1306L273.537 43.3863L279.099 59.8153L279.064 59.9116L269.627 85.9884L278.747 84.6043C278.906 84.5802 279.054 84.6895 279.078 84.8486C279.102 85.0078 278.993 85.1565 278.834 85.1807L268.746 86.7124L278.248 60.4561L191.836 79.0535C191.806 79.0601 191.775 79.0599 191.746 79.0569L194.498 92.8048C194.641 92.9335 194.744 93.1096 194.777 93.3152L195.498 97.8002L202.537 132.955C202.568 133.113 202.466 133.266 202.309 133.298C202.151 133.33 201.998 133.228 201.966 133.07L195.746 102.002C195.633 102.098 195.494 102.168 195.338 102.196L165.3 107.607L168.782 137.936C168.8 138.096 168.686 138.241 168.526 138.26C168.367 138.278 168.222 138.164 168.203 138.004L164.725 107.71L137.849 112.552C138.425 123.124 138.963 133.136 139.39 141.163C139.398 141.323 139.275 141.461 139.115 141.469C138.954 141.478 138.817 141.354 138.809 141.193C138.383 133.185 137.846 123.201 137.272 112.656L114.252 116.803C114.18 116.826 114.106 116.839 114.032 116.843L112.953 117.037L112.616 144.098C112.614 144.259 112.482 144.388 112.322 144.386C112.161 144.384 112.032 144.252 112.034 144.091L112.37 117.142L90.7718 121.033L89.0427 146.447C89.0317 146.608 88.8927 146.73 88.7324 146.719C88.5721 146.708 88.4509 146.568 88.4618 146.408L90.1801 121.147C90.1578 121.149 90.1355 121.151 90.113 121.152L70.7662 124.637C69.7829 133.682 68.8472 142.213 68.0879 149.084C68.0702 149.244 67.9264 149.36 67.7667 149.342C67.607 149.324 67.4917 149.18 67.5092 149.02C68.2638 142.192 69.1923 133.725 70.1688 124.745L54.9418 127.488C54.7278 127.639 54.4632 127.681 54.2205 127.618L52.5812 127.913L49.1702 151.427C49.147 151.587 48.999 151.697 48.84 151.674C48.681 151.651 48.5707 151.502 48.5938 151.343L51.977 128.022L47.7412 128.785C47.6012 128.851 47.448 128.878 47.2967 128.865L41.9003 129.837C41.6364 130.097 41.2513 130.152 40.9351 130.011L35.1857 131.047C34.9604 131.088 34.7479 131.038 34.5747 130.93L29.9598 153.776C29.9278 153.934 29.7739 154.036 29.6165 154.004C29.4591 153.972 29.3572 153.818 29.3891 153.66L37.7714 112.163L3.50677 119.825L-3.51077 147.956C-3.54974 148.113 -3.70786 148.208 -3.86375 148.169C-4.01963 148.13 -4.11466 147.971 -4.07576 147.815L2.93154 119.726C2.92138 119.706 2.91233 119.684 2.9071 119.661C2.88078 119.543 2.93026 119.425 3.02306 119.359L10.7096 88.5482L3.29248 84.8315L27.7942 77.0463L96.7281 26.0392L96.8037 25.9833L193.184 24.8157L271.374 0.1651L264.549 22.4649ZM35.1863 130.454L40.431 129.509L38.5558 126.835L35.1863 130.454ZM36.4948 123.895C36.3842 123.917 36.2963 124.001 36.2685 124.11L34.7645 130.051L38.2136 126.347L36.4999 123.903C36.498 123.901 36.4966 123.898 36.4948 123.895ZM42.1129 123.478C41.9985 123.352 41.8005 123.35 41.6843 123.475L38.9616 126.399L41.0522 129.381C41.0559 129.386 41.0613 129.39 41.0653 129.395L41.5996 129.298L44.4104 126.022L42.1129 123.478ZM42.5079 129.135L46.5635 128.404L44.8043 126.457L42.5079 129.135ZM49.2026 121.85C49.0874 121.712 48.8759 121.71 48.7587 121.847L45.1868 126.012L47.1546 128.19C47.1927 128.232 47.2405 128.259 47.291 128.273L47.5429 128.228C47.5576 128.217 47.572 128.205 47.5849 128.191L51.192 124.238L49.2026 121.85ZM48.4966 128.056L52.0657 127.413L52.3283 125.602L51.5683 124.69L48.4966 128.056ZM52.6699 127.304L53.6066 127.136L52.8296 126.203L52.6699 127.304ZM55.7711 120.575C55.6582 120.44 55.4524 120.435 55.3334 120.565L53.3292 122.761L52.9421 125.428L54.2176 126.959C54.2362 126.981 54.2585 126.999 54.2813 127.014L54.682 126.942L58.118 123.392L55.7711 120.575ZM55.6642 126.765L60.2416 125.94L58.4932 123.842L55.6642 126.765ZM37.12 123.773L38.6194 125.912L41.2591 123.077C41.3138 123.019 41.3745 122.969 41.4393 122.929L37.12 123.773ZM63.2763 119.332C63.1619 119.215 62.9732 119.215 62.8591 119.333L58.9007 123.421L60.7873 125.685C60.9002 125.82 61.1066 125.825 61.2255 125.695L65.2134 121.324L63.2763 119.332ZM62.094 125.606L68.2919 124.49L65.6204 121.743L62.094 125.606ZM47.0614 121.832C46.9972 121.904 46.8994 121.943 46.7971 121.926C46.7683 121.921 46.7419 121.911 46.717 121.899L42.7171 122.68C42.6546 122.769 42.5452 122.821 42.4306 122.801C42.3899 122.794 42.3528 122.779 42.3203 122.757L42.0418 122.812C42.2284 122.843 42.4065 122.934 42.5443 123.087L44.7929 125.576L48.1931 121.611L47.0614 121.832ZM51.965 124.255L52.4408 124.827L52.6289 123.527L51.965 124.255ZM69.4128 118.045C69.2961 117.925 69.1023 117.928 68.9894 118.052L66.0138 121.312L68.7546 124.13C68.8738 124.252 69.0719 124.246 69.1832 124.116L70.3905 122.709C70.5091 121.617 70.6269 120.518 70.7463 119.416L69.4128 118.045ZM69.8738 124.205L70.2347 124.14C70.2495 124.005 70.2643 123.869 70.2791 123.733L69.8738 124.205ZM70.9498 122.951C70.9106 123.312 70.8712 123.673 70.8321 124.033L74.5938 123.355C74.5568 123.327 74.5208 123.297 74.4876 123.263L72.4652 121.183L70.9498 122.951ZM51.3978 120.985C51.3388 121.035 51.2608 121.063 51.1778 121.054C51.1569 121.051 51.1367 121.046 51.1176 121.04L49.5209 121.351C49.5667 121.388 49.6101 121.429 49.6494 121.476L51.5882 123.804L52.7784 122.5L53.0444 120.663L51.3978 120.985ZM46.1116 107.117C45.8806 107.327 45.563 107.391 45.2789 107.307L39.933 108.531C39.63 108.6 39.3432 108.504 39.143 108.316L38.5098 111.451C38.5974 111.485 38.6673 111.56 38.6894 111.659C38.7244 111.816 38.6256 111.973 38.4688 112.008L38.3938 112.024L36.0872 123.442C36.1767 123.386 36.2759 123.344 36.3833 123.323L38.1312 122.981L40.3758 111.736C40.442 111.405 40.6926 111.141 41.0198 111.059L51.7047 108.379C52.2954 108.231 52.8519 108.719 52.7841 109.325L51.5478 120.361L53.1337 120.052L55.3158 105.01L46.1116 107.117ZM75.8716 123.125L82.2952 121.967L79.6515 119.219L75.8716 123.125ZM62.2282 118.87C62.1698 118.969 62.056 119.029 61.9354 119.011C61.8852 119.004 61.8408 118.982 61.803 118.953L56.0826 120.07C56.1311 120.108 56.1767 120.151 56.2179 120.201L58.5256 122.971L62.4413 118.927C62.49 118.876 62.5435 118.834 62.5999 118.798L62.2282 118.87ZM76.9652 116.427C76.8462 116.303 76.6467 116.309 76.535 116.439L72.846 120.74L74.9042 122.856C75.0186 122.973 75.2073 122.974 75.3214 122.856L79.2474 118.799L76.9652 116.427ZM39.4044 119.575L38.7485 122.861L40.1814 122.581L40.6771 119.271L39.4044 119.575ZM41.287 119.125L40.7874 122.463L42.2408 122.178L42.8234 118.759L41.287 119.125ZM43.439 118.612L42.8518 122.059L44.3649 121.764C44.3653 121.752 44.3652 121.74 44.3672 121.727L44.9254 118.257L43.439 118.612ZM71.0601 121.928L72.0576 120.765L71.2732 119.958C71.2019 120.616 71.1311 121.273 71.0601 121.928ZM83.9799 115.182C83.8658 115.063 83.6762 115.063 83.5616 115.181L80.0574 118.801L82.8408 121.694C82.9592 121.817 83.1572 121.813 83.2694 121.684L86.5821 117.887L83.9799 115.182ZM53.6504 120.545L53.4781 121.732L54.7593 120.328L53.6504 120.545ZM84.0737 121.647L89.294 120.707L86.9874 118.308L84.0737 121.647ZM45.5381 118.111L44.9697 121.646L46.601 121.328L47.2024 117.715L45.5381 118.111ZM47.8168 117.568L47.2109 121.208L48.9042 120.878L49.4294 117.183L47.8168 117.568ZM63.2257 118.675C63.3975 118.707 63.5615 118.79 63.693 118.926L65.6068 120.893L68.5596 117.658C68.5691 117.647 68.5794 117.638 68.5892 117.628L63.2257 118.675ZM50.0376 117.038L49.509 120.76L50.9487 120.478L51.3699 116.72L50.0376 117.038ZM87.3716 117.868L89.8845 120.48C89.9363 120.534 90.0036 120.561 90.0721 120.567L90.2193 120.54L90.2216 120.539L90.6598 114.099L87.3716 117.868ZM91.1828 120.366L97.3915 119.248L94.5932 116.518L91.1828 120.366ZM71.5881 117.042C71.51 117.765 71.4324 118.486 71.3545 119.206L72.4385 120.32L75.9859 116.184L71.5881 117.042ZM58.2187 104.345C58.0824 104.418 57.9315 104.45 57.781 104.445L55.9246 104.87L53.739 119.934L54.7258 119.741L57.0921 108.137C57.1609 107.8 57.4209 107.534 57.756 107.459L69.5021 104.809C70.0887 104.677 70.63 105.165 70.561 105.763L69.2775 116.899L71.0555 116.553C71.6163 111.366 72.1818 106.122 72.7255 101.025L58.2187 104.345ZM91.2862 113.472L90.8514 119.861L94.176 116.11L91.5488 113.547C91.4765 113.477 91.3775 113.452 91.2862 113.472ZM56.0837 115.997L55.3454 119.62L56.9227 119.312C56.9172 119.281 56.9153 119.249 56.9204 119.216L57.4695 115.7L56.0837 115.997ZM58.0788 115.569L57.5127 119.197L59.1508 118.877L59.8085 115.199L58.0788 115.569ZM8.37971 100.294L3.66479 119.192L37.8981 111.537L42.0089 91.1871L8.37971 100.294ZM99.0859 111.908C98.967 111.792 98.7755 111.799 98.6653 111.923L94.9803 116.081L97.8735 118.903C97.993 119.02 98.1854 119.012 98.2952 118.886L101.948 114.7L99.0859 111.908ZM99.0063 118.957L105.214 117.839C105.144 117.801 105.077 117.754 105.017 117.695L102.365 115.107L99.0063 118.957ZM39.9256 116.964L39.53 118.945L40.7697 118.649L41.0596 116.715L39.9256 116.964ZM60.4229 115.066L59.7636 118.757L61.7348 118.372L62.2805 114.669L60.4229 115.066ZM69.543 117.442C69.6474 117.486 69.7451 117.551 69.8295 117.638L70.8276 118.663C70.8818 118.163 70.9359 117.661 70.9902 117.159L69.543 117.442ZM41.6678 116.582L41.3802 118.504L42.9297 118.134L43.2537 116.232L41.6678 116.582ZM80.6019 115.282C80.5402 115.353 80.446 115.393 80.3461 115.38C80.313 115.375 80.2823 115.365 80.254 115.351L77.2807 115.931C77.3167 115.958 77.3517 115.988 77.3841 116.022L79.6532 118.38L83.1296 114.789L80.6019 115.282ZM62.8881 114.538L62.3407 118.254L63.9209 117.945L64.578 114.176L62.8881 114.538ZM43.8675 116.097L43.5458 117.987L45.026 117.634L45.3249 115.777L43.8675 116.097ZM65.1918 114.045L64.5331 117.826L66.4423 117.453L67.0039 113.656L65.1918 114.045ZM106.281 117.646L112.377 116.548L112.388 115.737L109.955 113.62L106.281 117.646ZM45.9354 115.642L45.6387 117.488L47.3058 117.09L47.6082 115.274L45.9354 115.642ZM88.3635 113.767C88.3439 113.773 88.3236 113.777 88.3027 113.779L84.1391 114.592C84.2335 114.636 84.3221 114.697 84.3988 114.777L86.9663 117.446L90.549 113.341L88.3635 113.767ZM106.598 110.698C106.477 110.593 106.294 110.606 106.189 110.727L102.749 114.668L105.423 117.277C105.541 117.392 105.73 117.386 105.841 117.265L109.516 113.237L106.598 110.698ZM67.6115 113.526L67.0477 117.335L68.6784 117.017L69.1178 113.203L67.6115 113.526ZM48.2204 115.14L47.9203 116.943L49.5175 116.562L49.7682 114.799L48.2204 115.14ZM112.961 116.443L113.158 116.407L112.964 116.238L112.961 116.443ZM73.3252 100.887C72.7811 105.989 72.2152 111.239 71.6535 116.436L73.0455 116.164C73.0378 116.131 73.0349 116.097 73.0393 116.062L74.4461 104.67C74.4916 104.302 74.7646 104.003 75.1264 103.923L88.5749 100.977C89.1518 100.85 89.6851 101.323 89.631 101.912L88.6011 113.126L90.7548 112.706L91.8472 96.6485L73.3252 100.887ZM50.3746 114.666L50.1263 116.417L51.4336 116.105L51.4387 116.104L51.6308 114.39L50.3746 114.666ZM40.5196 114.337C40.4958 114.344 40.4717 114.346 40.448 114.347L40.0501 116.34L41.1517 116.097L41.4541 114.079L40.5196 114.337ZM114.093 109.491C113.974 109.394 113.8 109.408 113.696 109.521L113.038 110.242L112.973 115.474L113.796 116.191C113.848 116.236 113.911 116.258 113.975 116.26L114.098 116.238C114.142 116.22 114.184 116.192 114.216 116.151L117.374 112.136L114.093 109.491ZM115.018 116.072L120.933 115.007L117.827 112.502L115.018 116.072ZM74.0931 112.275L73.6264 116.05L74.6888 115.843C74.6713 115.798 74.663 115.749 74.67 115.698L75.173 112.057L74.0931 112.275ZM42.0674 113.91L41.7599 115.964L43.3594 115.612L43.7271 113.453L42.0674 113.91ZM75.7778 111.935L75.2526 115.733L77.196 115.354L77.8235 111.522L75.7778 111.935ZM91.8955 113.077C91.9158 113.094 91.9362 113.111 91.9552 113.13L94.5625 115.674L97.903 111.905L91.8955 113.077ZM44.3473 113.282L43.9733 115.477L45.4244 115.158L45.7905 112.884L44.3473 113.282ZM56.6174 113.38L56.211 115.373L57.5655 115.083L57.8702 113.133L56.6174 113.38ZM78.4334 111.399L77.8053 115.235L80.129 114.781L80.619 110.959L78.4334 111.399ZM46.4066 112.715L46.0354 115.024L47.7111 114.655L48.1118 112.245L46.4066 112.715ZM110.348 113.19L112.397 114.973L112.448 110.888L110.348 113.19ZM58.4784 113.013L58.1754 114.952L59.9193 114.578L60.2615 112.662L58.4784 113.013ZM122.452 114.733L129.741 113.42L126.37 110.765L122.452 114.733ZM122.167 107.455C122.041 107.356 121.858 107.378 121.759 107.504L118.187 112.044L121.38 114.619C121.496 114.712 121.664 114.703 121.769 114.597L125.91 110.403L122.167 107.455ZM81.2215 110.837L80.7309 114.663L82.6084 114.296L83.2217 110.434L81.2215 110.837ZM48.7303 112.074L48.3233 114.52L49.8557 114.183L50.2132 111.665L48.7303 112.074ZM60.8748 112.541L60.5338 114.447L62.3709 114.053L62.6454 112.192L60.8748 112.541ZM99.5804 111.577L102.331 114.26L105.719 110.378L99.5804 111.577ZM83.8304 110.311L83.2166 114.178L85.4686 113.738L85.9665 109.88L83.8304 110.311ZM50.8254 111.497L50.4627 114.05L51.6996 113.777L51.9912 111.176L50.8254 111.497ZM63.2513 112.072L62.9785 113.923L64.686 113.557L65.0048 111.726L63.2513 112.072ZM41.1614 111.624C41.0523 111.652 40.9686 111.74 40.9465 111.851L40.5736 113.717L41.5485 113.448L41.8474 111.452L41.1614 111.624ZM86.569 109.759L86.0705 113.621L88.0059 113.243L88.3589 109.398L86.569 109.759ZM65.617 111.606L65.2998 113.425L67.0954 113.04L67.358 111.263L65.617 111.606ZM42.4585 111.299L42.1618 113.279L43.8357 112.818L44.1677 110.87L42.4585 111.299ZM131.48 105.99C131.365 105.885 131.186 105.889 131.076 106L126.783 110.348L130.274 113.098L130.321 113.128C130.437 113.187 130.58 113.163 130.67 113.064L134.516 108.783L131.48 105.99ZM131.401 113.121L137.24 112.069C137.225 111.795 137.21 111.521 137.195 111.247L134.945 109.177L131.401 113.121ZM67.964 111.143L67.7025 112.911L69.1701 112.596C69.176 112.595 69.1819 112.595 69.1877 112.594L69.3873 110.862L67.964 111.143ZM106.841 110.159C106.89 110.187 106.936 110.22 106.98 110.258L109.908 112.807L112.459 110.012L112.471 109.06L106.841 110.159ZM57.2222 110.747C57.1991 110.752 57.1757 110.754 57.1529 110.754L56.7436 112.76L57.9663 112.519L58.284 110.482L57.2222 110.747ZM44.7844 110.715L44.4553 112.647L45.8922 112.251L46.1963 110.362L44.7844 110.715ZM110.113 104.769L107.929 105.246L107.685 109.4L110.136 108.922C110.121 108.886 110.113 108.847 110.113 108.807V104.769ZM58.8973 110.33L58.5739 112.4L60.3718 112.045L60.7611 109.867L58.8973 110.33ZM94.1442 108.261L93.8179 112.108L95.1809 111.841C95.162 111.799 95.1519 111.752 95.1553 111.702L95.4202 107.982L94.1442 108.261ZM46.8102 110.207L46.5089 112.081L48.2176 111.61L48.5222 109.778L46.8102 110.207ZM137.817 111.965L137.956 111.94C137.934 111.923 137.912 111.906 137.891 111.886L137.809 111.811C137.812 111.862 137.814 111.914 137.817 111.965ZM61.3801 109.713L60.9845 111.925L62.7352 111.579L63.0723 109.292L61.3801 109.713ZM96.0131 107.852L95.7368 111.733L98.368 111.219C98.3588 111.187 98.354 111.153 98.3566 111.118L98.6442 107.277L96.0131 107.852ZM139.235 111.71L146.786 110.349L143.348 107.134L139.235 111.71ZM113.054 108.946L113.049 109.365L113.266 109.128C113.577 108.787 114.099 108.747 114.458 109.037L117.734 111.678L121.123 107.371L113.054 108.946ZM74.3813 109.942L74.1687 111.665L75.2578 111.445L75.497 109.715L74.3813 109.942ZM139.997 104.001C139.878 103.89 139.691 103.898 139.582 104.02L137.508 106.327C137.593 107.884 137.679 109.436 137.763 110.977L138.284 111.456C138.403 111.566 138.589 111.557 138.697 111.437L142.922 106.736L139.997 104.001ZM63.6833 109.141L63.3417 111.46L65.1123 111.111L65.5357 108.68L63.6833 109.141ZM49.1378 109.624L48.836 111.44L50.303 111.035L50.5543 109.269L49.1378 109.624ZM76.1018 109.592L75.8625 111.323L77.9247 110.907L78.21 109.163L76.1018 109.592ZM99.2376 107.147L98.9415 111.107L101.282 110.65C101.27 110.616 101.265 110.578 101.267 110.539L101.497 106.653L99.2376 107.147ZM66.1536 108.527L65.7239 110.99L67.449 110.65L67.8247 108.112L66.1536 108.527ZM52.2061 109.261C52.2286 109.059 52.043 108.896 51.8462 108.945L51.1636 109.116L50.9146 110.867L52.006 110.567C52.0241 110.562 52.0425 110.558 52.0605 110.557L52.2061 109.261ZM78.8205 109.039L78.5346 110.784L80.6974 110.348L80.9196 108.612L78.8205 109.039ZM102.088 106.524L101.849 110.539L104.188 110.083L104.493 105.997L102.088 106.524ZM68.4352 107.96L68.0549 110.531L69.4572 110.254L69.7596 107.631L68.4352 107.96ZM135.335 108.744L137.15 110.413C137.087 109.259 137.022 108.1 136.959 106.938L135.335 108.744ZM81.5221 108.489L81.2993 110.227L83.3195 109.819L83.5974 108.067L81.5221 108.489ZM57.8839 108.028C57.7722 108.053 57.6858 108.142 57.6628 108.254L57.2796 110.131L58.3818 109.857L58.6961 107.845L57.8839 108.028ZM148.29 110.078L155.251 108.824L152.115 106.041L148.29 110.078ZM148 102.391C147.88 102.285 147.698 102.295 147.591 102.413L143.737 106.701L147.213 109.95C147.33 110.059 147.512 110.053 147.622 109.937L151.678 105.654L148 102.391ZM122.628 107.077L126.322 109.986L130.663 105.59C130.702 105.55 130.745 105.514 130.79 105.483L122.628 107.077ZM105.087 105.868L104.781 109.967L107.096 109.515L107.339 105.375L105.087 105.868ZM59.3071 107.707L58.9951 109.705L60.8731 109.238L61.2244 107.274L59.3071 107.707ZM84.2067 107.943L83.9282 109.696L86.0449 109.269L86.2706 107.523L84.2067 107.943ZM74.72 107.199L74.4569 109.331L75.5817 109.103L75.8836 106.92L74.72 107.199ZM86.8731 107.4L86.6475 109.148L88.3754 108.8C88.3883 108.797 88.4013 108.797 88.4141 108.796L88.5738 107.054L86.8731 107.4ZM61.8405 107.135L61.4921 109.085L63.1643 108.669L63.4434 106.774L61.8405 107.135ZM76.4918 106.774L76.1865 108.98L78.3112 108.547L78.6875 106.248L76.4918 106.774ZM156.721 108.559L164.659 107.13L164.593 106.563L161.194 103.885L156.721 108.559ZM64.0522 106.636L63.7748 108.517L65.6449 108.052L65.9672 106.204L64.0522 106.636ZM157.371 100.875C157.253 100.783 157.084 100.795 156.981 100.904L152.515 105.618L155.667 108.414C155.784 108.518 155.962 108.511 156.07 108.398L160.733 103.524L157.371 100.875ZM79.3014 106.101L78.9211 108.423L80.9981 108.001L81.3033 105.622L79.3014 106.101ZM113.269 91.7448L113.062 108.35L114.96 107.98L115.799 95.7593C115.826 95.3745 116.1 95.0524 116.476 94.9664L133.004 91.1809C133.54 91.0581 134.054 91.4565 134.071 92.0074L134.436 104.177L136.782 103.719C136.467 97.9814 136.149 92.1967 135.834 86.5802L113.269 91.7448ZM131.466 105.351C131.614 105.382 131.755 105.452 131.874 105.561L134.906 108.35L136.914 106.116C136.881 105.514 136.848 104.91 136.814 104.307L131.466 105.351ZM39.8717 107.946L44.7076 106.839L42.8399 104.432L39.8717 107.946ZM66.5822 106.065L66.2627 107.899L67.9168 107.488L68.1811 105.705L66.5822 106.065ZM81.9081 105.477L81.6006 107.878L83.6952 107.452L84.0919 104.954L81.9081 105.477ZM115.826 103.865L115.551 107.864L118.147 107.358C118.147 107.352 118.146 107.347 118.146 107.342L118.239 103.317L115.826 103.865ZM94.3431 105.91L94.1953 107.653L95.4634 107.375L95.5891 105.613L94.3431 105.91ZM40.8237 101.834C40.7906 101.87 40.7664 101.915 40.755 101.965L39.4783 107.508L42.475 103.962L40.8237 101.834ZM69.9829 105.697C70.0059 105.497 69.8255 105.334 69.63 105.378L68.7899 105.567L68.5278 107.336L69.7601 107.03C69.7835 107.024 69.807 107.022 69.83 107.022L69.9829 105.697ZM84.7046 104.807L84.3039 107.328L86.3491 106.912L86.6816 104.334L84.7046 104.807ZM96.183 105.471L96.0568 107.246L98.6891 106.67L98.8267 104.84L96.183 105.471ZM118.824 103.185L118.73 107.244L121.062 106.788L121.155 102.655L118.824 103.185ZM166.44 106.809L174.036 105.44L170.446 102.407L166.44 106.809ZM87.2875 104.188L86.9521 106.79L88.6272 106.449L88.6295 106.448L88.8716 103.809L87.2875 104.188ZM46.0548 101.116C45.9345 100.995 45.7369 101.003 45.6268 101.133L43.2241 103.977L45.2965 106.648C45.3101 106.666 45.3258 106.681 45.342 106.694L45.8024 106.589L48.3011 103.373L46.0548 101.116ZM121.741 102.523L121.646 106.674L124.19 106.177C124.057 106.146 123.96 106.025 123.965 105.883L124.112 101.984L121.741 102.523ZM166.321 98.9223C166.204 98.8232 166.029 98.8324 165.923 98.9434L164.479 100.452L165.145 106.255L165.521 106.552C165.641 106.646 165.813 106.631 165.916 106.518L170.001 102.031L166.321 98.9223ZM75.2504 104.493C75.1299 104.519 75.0393 104.619 75.0241 104.742L74.7968 106.581L75.9694 106.3L76.2496 104.274L75.2504 104.493ZM99.4207 104.699L99.2831 106.54L101.533 106.048L101.644 104.168L99.4207 104.699ZM46.6993 106.383L50.4434 105.526L48.7149 103.79L46.6993 106.383ZM146.798 102.357C146.756 102.378 146.71 102.392 146.66 102.391C146.654 102.39 146.647 102.388 146.64 102.388L140.423 103.602L143.311 106.303L146.87 102.343L146.798 102.357ZM76.8555 104.141L76.5776 106.154L78.7898 105.624L79.1138 103.647L76.8555 104.141ZM124.699 101.851L124.546 105.905C124.543 106 124.494 106.082 124.421 106.132L127.23 105.584C127.221 105.553 127.216 105.521 127.218 105.487L127.45 101.227L124.699 101.851ZM102.236 104.027L102.124 105.919L104.538 105.391L104.684 103.444L102.236 104.027ZM161.599 103.463L164.5 105.747L163.955 101L161.599 103.463ZM137.391 104.194C137.415 104.631 137.439 105.068 137.463 105.505L138.907 103.898L137.391 104.194ZM79.726 103.512L79.4037 105.477L81.3823 105.003L81.6267 103.096L79.726 103.512ZM128.04 101.093L127.801 105.472L130.492 104.947C130.472 104.905 130.46 104.859 130.462 104.809L130.621 100.507L128.04 101.093ZM52.6642 99.2607C52.5424 99.1281 52.3313 99.1368 52.2208 99.2789L49.0753 103.325L50.9942 105.253C51.1153 105.375 51.3144 105.366 51.4239 105.234L54.6121 101.381L52.6642 99.2607ZM94.5779 103.146L94.3954 105.298L95.6328 105.003L95.788 102.82L94.5779 103.146ZM105.278 103.302L105.132 105.261L107.374 104.77L107.491 102.774L105.278 103.302ZM150.075 101.717C150.02 101.774 149.944 101.81 149.859 101.807C149.819 101.806 149.781 101.797 149.747 101.781L148.472 102.03L152.079 105.231L156.559 100.502C156.58 100.479 156.603 100.458 156.627 100.438L150.075 101.717ZM175.457 105.184L184.319 103.588L179.968 100.229L175.457 105.184ZM52.2868 105.104L55.4056 104.39L55.6745 102.538L55.01 101.814L52.2868 105.104ZM175.753 96.9754C175.633 96.8829 175.462 96.8977 175.36 97.0096L170.839 101.976L174.441 105.019C174.561 105.12 174.739 105.108 174.844 104.993L179.505 99.8718L175.753 96.9754ZM96.3837 102.66L96.2268 104.861L98.8722 104.23L99.0433 101.945L96.3837 102.66ZM82.2304 102.964L81.9877 104.858L84.1908 104.331L84.4864 102.47L82.2304 102.964ZM131.209 100.374L131.044 104.831C131.044 104.834 131.042 104.837 131.042 104.839L133.856 104.29L133.722 99.804L131.209 100.374ZM108.083 102.633L107.965 104.642L110.113 104.172V102.149L108.083 102.633ZM56.0144 104.251L57.0341 104.018L56.1826 103.091L56.0144 104.251ZM85.0969 102.336L84.8036 104.184L86.7617 103.715L86.993 101.921L85.0969 102.336ZM99.6389 101.785L99.4667 104.089L101.681 103.561L101.82 101.197L99.6389 101.785ZM58.7973 97.7575C58.678 97.6277 58.4721 97.6331 58.3596 97.7689L56.6567 99.8257L56.2906 102.347L57.5974 103.77C57.6384 103.815 57.6902 103.842 57.7446 103.855L57.993 103.798C58.0057 103.788 58.0188 103.778 58.0299 103.765L61.1027 100.267L58.7973 97.7575ZM136.41 86.4486C136.724 92.07 137.043 97.8612 137.358 103.606L139.726 103.144V96.1267C139.71 96.1008 139.697 96.0725 139.689 96.0413C139.671 95.9624 139.686 95.8833 139.726 95.8197V92.9187C139.71 92.8924 139.696 92.8634 139.689 92.8316C139.671 92.7532 139.686 92.6749 139.726 92.6117V90.6967C139.726 90.287 140.009 89.9321 140.408 89.8429L159.246 85.6364C159.781 85.5169 160.292 85.915 160.309 86.464L160.683 99.0516L163.665 98.4695L161.622 80.678L136.41 86.4486ZM58.9735 103.574L63.2428 102.597L61.4989 100.699L58.9735 103.574ZM88.6994 101.547L87.5973 101.788L87.3671 103.57L88.829 103.22C88.8617 103.212 88.8945 103.211 88.9262 103.214L89.0512 101.859C89.0693 101.662 88.8917 101.505 88.6994 101.547ZM44.6946 100.83C44.6334 100.878 44.5538 100.904 44.4706 100.891C44.4668 100.89 44.463 100.888 44.4593 100.887L42.928 101.264C42.8665 101.353 42.7595 101.404 42.646 101.387C42.6137 101.382 42.5838 101.371 42.5562 101.356L41.4098 101.638L42.8592 103.506L45.1823 100.757C45.2003 100.736 45.219 100.715 45.2385 100.696L44.6946 100.83ZM102.413 101.038L102.272 103.419L104.729 102.833L104.913 100.366L102.413 101.038ZM185.776 103.325L194.256 101.798L189.736 98.7907L185.776 103.325ZM116.01 101.185L115.868 103.258L118.253 102.716L118.301 100.63L116.01 101.185ZM184.676 95.4244C184.557 95.3448 184.397 95.3643 184.3 95.4705L180.362 99.7966L184.758 103.191C184.88 103.285 185.053 103.268 185.154 103.152L189.247 98.4655L184.676 95.4244ZM160.617 99.6588C160.566 99.7141 160.493 99.7498 160.412 99.7522C160.366 99.7536 160.322 99.7427 160.282 99.7243L157.465 100.275C157.559 100.306 157.649 100.352 157.731 100.417L161.139 103.1L163.869 100.247L163.731 99.0505L160.617 99.6588ZM140.329 99.1752C140.322 99.1768 140.315 99.1764 140.308 99.1775V103.03L143.177 102.47L143.277 98.4906L140.329 99.1752ZM46.8181 100.307C46.7551 100.385 46.6549 100.429 46.5487 100.413C46.5234 100.409 46.5001 100.4 46.4777 100.391L46.0985 100.484C46.233 100.524 46.3602 100.597 46.4669 100.704L48.6615 102.91L51.5979 99.1308L46.8181 100.307ZM105.508 100.205L105.323 102.691L107.527 102.166L107.677 99.6218L105.508 100.205ZM118.887 100.488L118.838 102.584L121.169 102.055L121.217 99.9231L118.887 100.488ZM95.0536 99.9584C94.9294 99.986 94.8371 100.091 94.8263 100.218L94.6301 102.528L95.8318 102.205L96.0074 99.7471L95.0536 99.9584ZM65.816 96.2401C65.696 96.1281 65.5071 96.1373 65.3988 96.2606L61.886 100.259L63.7316 102.268C63.851 102.398 64.0573 102.393 64.1699 102.257L67.6962 97.9956L65.816 96.2401ZM143.863 98.355L143.762 102.356L146.38 101.844L146.462 97.7518L143.863 98.355ZM64.9719 102.201L70.7776 100.872L70.7725 100.867L68.1231 98.3937L64.9719 102.201ZM96.6003 99.6161L96.4274 102.044L99.0893 101.328L99.2615 99.0345L99.2627 99.0277L96.6003 99.6161ZM110.113 98.9565C110.093 98.9678 110.071 98.9781 110.048 98.9844L108.269 99.4629L108.118 102.025L110.113 101.549V98.9565ZM121.803 99.7813L121.754 101.922L124.134 101.382L124.217 99.1957L121.803 99.7813ZM55.3851 101.361L55.7825 101.794L55.9427 100.687L55.3851 101.361ZM147.047 97.6156L146.964 101.73L149.584 101.219L149.706 96.9988L147.047 97.6156ZM190.123 98.3481L195.048 101.624C195.059 101.632 195.068 101.641 195.078 101.65L195.234 101.622C195.391 101.594 195.496 101.445 195.47 101.288L194.925 97.9027L194.102 93.7925L190.123 98.3481ZM166.691 98.4729L166.696 98.4763L170.393 101.599L174.655 96.9179L166.691 98.4729ZM43.2707 88.8552C43.2004 88.8735 43.134 88.8721 43.0735 88.858L40.56 101.3C40.6417 101.247 40.7324 101.205 40.8305 101.181L42.4443 100.783L43.8363 91.7169C43.8875 91.3838 44.1253 91.1096 44.4473 91.0123L54.9947 87.8271C55.5994 87.6444 56.1915 88.1457 56.1127 88.7737L54.9929 97.6948L56.4282 97.3417L58.2232 84.9699L43.2707 88.8552ZM124.805 99.0533L124.722 101.249L127.483 100.622L127.606 98.3744L124.805 99.0533ZM99.8021 98.9086C99.8311 98.958 99.8464 99.0163 99.8419 99.0778L99.685 101.168L101.857 100.584L101.985 98.4256L99.8021 98.9086ZM150.293 96.8626L150.17 101.104L152.954 100.561L153.206 96.1865L150.293 96.8626ZM53.0064 98.7845C53.0363 98.8093 53.0656 98.8358 53.0928 98.8653L54.9873 100.928L56.1036 99.5796L56.3378 97.9642L53.0064 98.7845ZM43.3798 98.5247L43.0559 100.633L44.2603 100.336L44.59 98.1909L43.3798 98.5247ZM116.229 97.9956L116.052 100.575L118.315 100.026L118.374 97.4937L116.229 97.9956ZM72.2316 100.539L72.7909 100.411C72.8152 100.183 72.8393 99.9541 72.8636 99.726L72.2316 100.539ZM71.5421 94.7466C71.4196 94.6325 71.2265 94.6449 71.1198 94.7739L68.4949 97.9443L71.1692 100.441C71.2942 100.557 71.4922 100.542 71.5972 100.407L72.9801 98.6261C73.0625 97.8523 73.1446 97.0828 73.2257 96.3181L71.5421 94.7466ZM128.197 98.2308L128.073 100.488L130.643 99.9049L130.728 97.6173L128.197 98.2308ZM153.797 96.0492L153.543 100.446L156.451 99.8781C156.451 99.8717 156.45 99.8652 156.45 99.8587L156.626 95.3925L153.797 96.0492ZM102.574 98.2957C102.574 98.3023 102.576 98.3091 102.575 98.3157L102.45 100.424L104.959 99.7494L105.109 97.7353L102.574 98.2957ZM73.5417 98.8534C73.4915 99.3254 73.4412 99.799 73.3905 100.274L76.6964 99.5175C76.6316 99.4827 76.5697 99.4397 76.5134 99.3871L74.5507 97.5547L73.5417 98.8534ZM45.205 98.0212L44.8725 100.186L46.3447 99.8234L46.684 97.6134L45.205 98.0212ZM118.96 97.357L118.901 99.8844L121.231 99.3193L121.288 96.8125L118.96 97.357ZM59.1332 97.2762C59.1654 97.3025 59.1968 97.3311 59.2259 97.3627L61.4893 99.8268L64.9622 95.875C64.9756 95.8597 64.9901 95.8457 65.0043 95.8317L59.1332 97.2762ZM131.316 97.475L131.231 99.7716L133.704 99.21L133.635 96.9122L131.316 97.475ZM157.214 95.2564L157.037 99.7636L160.104 99.165L159.968 94.6173L157.214 95.2564ZM164.305 98.9388L164.392 99.6998L165.308 98.7429L164.305 98.9388ZM47.299 97.4436L46.9568 99.673L48.4057 99.3159C48.4062 99.3068 48.406 99.2977 48.4074 99.2886L48.7519 97.0432L47.299 97.4436ZM28.1011 77.5447L28.0625 77.5731L28.0164 77.588L4.83627 84.9529L11.1791 88.1312L11.3877 88.236L11.3314 88.4627L8.54114 99.6463L42.1123 90.5549C42.1205 90.5527 42.1291 90.5518 42.1373 90.5503L43.8999 81.8241L37.4133 86.5859C37.2837 86.681 37.1013 86.653 37.0063 86.5233C36.9114 86.3934 36.9393 86.2106 37.0688 86.1154L75.8875 57.6223C75.8397 57.5495 75.7913 57.4747 75.7403 57.3996C75.0995 56.4551 74.2321 55.3535 73.2734 54.2184C71.4196 52.0233 69.2397 49.7206 67.7417 48.212L28.1011 77.5447ZM105.702 97.6042L105.554 99.5893L107.713 99.0083L107.822 97.1355L105.702 97.6042ZM182.557 95.3748C182.539 95.3814 182.519 95.3865 182.498 95.3891C182.493 95.3897 182.488 95.3887 182.483 95.3891L178.623 96.1427C178.576 96.2101 178.501 96.2576 178.412 96.2651C178.346 96.2706 178.283 96.2529 178.231 96.2196L176.233 96.6097L179.899 99.4395L183.824 95.1271L182.557 95.3748ZM77.8213 99.2601L83.8816 97.8725L81.2345 95.3743L77.8213 99.2601ZM121.873 96.6758L121.816 99.1775L124.24 98.5897L124.334 96.1005L121.873 96.6758ZM49.3669 96.8735L49.0145 99.1661L50.4866 98.8038L50.8459 96.4656L49.3669 96.8735ZM78.5892 92.8777C78.4643 92.7599 78.2654 92.7752 78.16 92.9108L74.9099 97.0928L76.9101 98.9605C77.03 99.0724 77.2184 99.0632 77.3267 98.94L80.8105 94.9744L78.5892 92.8777ZM56.9483 97.8139L56.8175 98.7173L57.7224 97.6236L56.9483 97.8139ZM51.4609 96.2959L51.0988 98.6535L52.5704 98.2912L52.933 95.8897L51.4609 96.2959ZM140.308 96.1951V98.5811L143.292 97.8879L143.353 95.4796L140.308 96.1951ZM124.921 95.9632L124.827 98.4473L127.64 97.7654L127.774 95.2962L124.921 95.9632ZM190.156 74.0838C190.068 74.1443 189.968 74.1902 189.858 74.2153L162.193 80.547L164.238 98.3578L166.781 97.8611C166.762 97.8256 166.75 97.786 166.747 97.7432L166.473 93.4462C166.469 93.4341 166.465 93.422 166.462 93.4091C166.453 93.3671 166.454 93.3254 166.463 93.2861L165.906 84.545C165.879 84.1078 166.178 83.7173 166.607 83.6314L187.337 79.4767C187.825 79.379 188.296 79.7094 188.371 80.2024L189.108 85.0269C189.127 85.056 189.142 85.0885 189.149 85.1243C189.159 85.1707 189.156 85.2165 189.144 85.2593L190.367 93.2559L193.748 92.5958C193.786 92.5884 193.823 92.5839 193.86 92.5815L190.156 74.0838ZM53.5475 95.7206L53.182 98.1408L54.3876 97.8441L54.6934 95.4045L53.5475 95.7206ZM193.86 93.1682L184.948 94.9078C184.965 94.9175 184.982 94.9275 184.998 94.9385L189.634 98.0229L193.876 93.1665C193.871 93.1672 193.865 93.1672 193.86 93.1682ZM43.7612 96.0401L43.4765 97.893L44.6872 97.5593L44.9765 95.6727L43.7612 96.0401ZM167.065 93.5812L167.328 97.7057C167.329 97.7222 167.327 97.7386 167.326 97.7546L170.528 97.1292L170.171 92.9341L167.065 93.5812ZM73.6588 97.7535L74.1232 97.156L73.7583 96.8154C73.7252 97.1273 73.6921 97.44 73.6588 97.7535ZM143.939 95.3418L143.878 97.7523L146.474 97.1497L146.523 94.7346L143.939 95.3418ZM128.364 95.1578L128.23 97.6225L130.75 97.0113L130.84 94.5791L128.364 95.1578ZM85.1435 91.3819C85.0237 91.2689 84.8338 91.2781 84.7251 91.4019L81.6193 94.9362L84.3375 97.5017C84.4616 97.6187 84.659 97.6043 84.7649 97.4704L87.6837 93.7794L85.1435 91.3819ZM65.8734 95.6175C65.9959 95.6551 66.1125 95.7199 66.2127 95.8134L68.0686 97.5462L70.6343 94.4458L65.8734 95.6175ZM85.4777 97.5074L90.4319 96.3733L88.1088 94.181L85.4777 97.5074ZM45.5944 95.4865L45.3022 97.3895L46.7812 96.9817L47.0796 95.0382L45.5944 95.4865ZM116.605 95.5349C116.48 95.5636 116.389 95.671 116.38 95.7992L116.271 97.3867L118.388 96.8917L118.429 95.1168L116.605 95.5349ZM58.8541 84.8817C58.8442 84.8844 58.834 84.8851 58.824 84.8868L57.0386 97.1913L58.2084 96.9036L59.7539 87.086C59.8069 86.7494 60.0504 86.4742 60.3775 86.3809L72.1815 83.0145C72.7842 82.8429 73.3661 83.3447 73.2865 83.9675L72.0667 93.4929L73.5639 93.1249C74.0385 88.6322 74.4862 84.3529 74.8889 80.4439L58.8541 84.8817ZM170.745 92.8145L171.102 97.017L174.34 96.3853C174.327 96.3561 174.317 96.3245 174.314 96.2907L173.962 92.1446L170.745 92.8145ZM147.108 94.5973L147.059 97.0141L149.724 96.3955L149.794 93.9662L147.108 94.5973ZM131.428 94.4418L131.338 96.8689L133.618 96.3164L133.547 93.9463L131.428 94.4418ZM47.6969 94.8514L47.3956 96.8125L48.849 96.4115L49.156 94.4111L47.6969 94.8514ZM119.015 94.983L118.973 96.7544L121.301 96.2104L121.341 94.4498L119.015 94.983ZM59.2099 94.2858L58.8217 96.7527L60.2246 96.4075L60.6162 93.9201L59.2099 94.2858ZM74.0999 93.5931C74.0771 93.8085 74.0552 94.0245 74.0323 94.2408C73.9674 94.8535 73.9013 95.47 73.8356 96.0897L74.4819 96.6935L77.5518 92.7439L74.0999 93.5931ZM174.536 92.025L174.894 96.2412C174.895 96.2532 174.894 96.2653 174.894 96.2771L178.069 95.6568L177.712 91.3637L174.536 92.025ZM150.381 93.8284L150.311 96.2594L153.241 95.5793L153.382 93.1232L150.381 93.8284ZM61.2301 93.76L60.8373 96.2566L62.5368 95.8385L62.9336 93.3169L61.2301 93.76ZM49.7738 94.2243L49.4641 96.2418L50.9431 95.8339L51.2591 93.776L49.7738 94.2243ZM92.2053 89.496C92.0803 89.3855 91.8883 89.4026 91.7847 89.5336L88.4715 93.7219L90.9224 96.0356C91.0459 96.152 91.2418 96.1382 91.3482 96.006L91.941 95.2678L92.3264 89.6031L92.2053 89.496ZM121.927 94.316L121.887 96.0732L124.357 95.4956L124.423 93.7441L121.927 94.316ZM92.5094 95.4899L92.4816 95.9046L98.0139 94.6378C98.0078 94.6327 98.0011 94.6283 97.9951 94.623L95.1968 92.1452L92.5094 95.4899ZM63.5475 93.1574L63.1496 95.6875L64.8582 95.2672C64.8428 95.2232 64.8363 95.1752 64.844 95.1259L65.222 92.7222L63.5475 93.1574ZM51.8764 93.5891L51.5581 95.6642L53.0285 95.2586L53.348 93.1449L51.8764 93.5891ZM140.308 92.9882V95.5958L143.368 94.877L143.434 92.2688L140.308 92.9882ZM71.7308 94.1758C71.8049 94.2126 71.8756 94.2604 71.9394 94.3199L73.3024 95.5924C73.3526 95.1194 73.4035 94.6482 73.4531 94.1792C73.4685 94.033 73.4837 93.887 73.4991 93.7412L71.7308 94.1758ZM178.286 91.2447L178.643 95.5446L182.138 94.8622L181.601 90.5543L178.286 91.2447ZM153.973 92.9848L153.832 95.442L156.649 94.7882L156.746 92.3332L153.973 92.9848ZM44.0784 94.1946C44.0669 94.1982 44.0547 94.1988 44.0432 94.2009L43.859 95.4016L45.0748 95.0342L45.2601 93.8272L44.0784 94.1946ZM125.009 93.6096C125.009 93.6153 125.01 93.621 125.01 93.6267L124.944 95.3583L127.807 94.689L127.903 92.9472L125.009 93.6096ZM65.8364 92.5621L65.4334 95.1259L67.1438 94.705C67.1412 94.6803 67.1409 94.6549 67.1449 94.6292L67.5394 92.119L65.8364 92.5621ZM53.9647 92.9586L53.643 95.0895L54.7724 94.7779L55.0413 92.6334L53.9647 92.9586ZM45.8786 93.6353L45.6927 94.848L47.1774 94.3991L47.3661 93.1739L45.8786 93.6353ZM182.173 90.4353L182.711 94.7506L185.938 94.1206L185.383 89.7665L182.173 90.4353ZM144.019 92.1338L143.954 94.7392L146.535 94.1325L146.587 91.5426L144.019 92.1338ZM157.335 92.1948L157.238 94.652L159.951 94.022L159.879 91.5973L157.335 92.1948ZM68.1538 91.9595L67.7451 94.5569L69.4452 94.1382L69.4458 94.1325L69.8499 91.5181L68.1538 91.9595ZM128.493 92.8116L128.398 94.5512L130.863 93.9748L130.926 92.2546L128.493 92.8116ZM78.9308 92.4044C78.9502 92.4198 78.9698 92.4354 78.9882 92.4528L81.1953 94.5364L84.2101 91.1051L78.9308 92.4044ZM92.5788 94.4743L94.7603 91.7584L92.8766 90.0907L92.5788 94.4743ZM99.4087 94.3188L105.422 92.9421C105.285 92.9107 105.152 92.8461 105.039 92.7456L102.459 90.4615L99.4087 94.3188ZM99.2354 87.6066C99.111 87.4965 98.92 87.5125 98.8159 87.642L95.5623 91.6907L98.3805 94.1855C98.5055 94.2962 98.698 94.2795 98.8017 94.1485L102.023 90.0747L99.2354 87.6066ZM47.9839 92.9819L47.7952 94.2128L49.2543 93.772L49.4453 92.5285L47.9839 92.9819ZM185.955 89.6475L186.511 94.0084L189.795 93.367L189.125 88.9873L185.955 89.6475ZM147.171 91.4081L147.12 93.9953L149.812 93.363L149.887 90.7827L147.171 91.4081ZM70.4638 91.3586L70.0568 93.9879L71.4631 93.6415C71.4635 93.6353 71.4628 93.629 71.4636 93.6227L71.7973 91.0117L70.4638 91.3586ZM133.133 91.7493L131.511 92.1207C131.512 92.1292 131.514 92.1377 131.513 92.1463L131.45 93.8369L133.504 93.3573C133.512 93.3554 133.521 93.3551 133.529 93.3539L133.489 92.025C133.484 91.8414 133.312 91.7084 133.133 91.7493ZM59.6232 91.6605L59.3088 93.6575L60.7151 93.2918L61.0351 91.2578L59.6232 91.6605ZM50.0637 92.3366L49.8716 93.5857L51.3574 93.1369L51.5507 91.8752L50.0637 92.3366ZM44.6156 91.5711C44.5082 91.6035 44.4286 91.6946 44.4115 91.8057L44.1409 93.5641L45.3585 93.1864L45.6552 91.2566L44.6156 91.5711ZM85.3543 90.8232C85.421 90.8589 85.4847 90.9031 85.5425 90.9576L88.0463 93.3209L91.1498 89.3969L85.3543 90.8232ZM150.473 90.6477L150.398 93.2252L153.417 92.516L153.566 89.9357L150.473 90.6477ZM61.6518 91.0818L61.329 93.1318L63.0325 92.6892L63.3622 90.5942L61.6518 91.0818ZM46.273 91.0698L45.9775 92.9945L47.4644 92.5331L47.7577 90.6215L46.273 91.0698ZM166.845 90.1271L167.027 92.9933L170.122 92.3491L169.879 89.4874L166.845 90.1271ZM75.4908 80.277C75.0883 84.1872 74.6403 88.4734 74.1647 92.9768L75.659 92.6089C75.6562 92.5832 75.6553 92.5565 75.6596 92.5297L77.2807 82.405C77.335 82.0662 77.5819 81.7905 77.9122 81.6999L90.4416 78.2624C91.0431 78.0974 91.6184 78.5996 91.538 79.2193L90.2676 89.0141L92.402 88.4884L93.2961 75.35L75.4908 80.277ZM52.1691 91.6833L51.9747 92.9501L53.4446 92.5063L53.6379 91.2276L52.1691 91.6833ZM106.289 92.6482C106.25 92.6949 106.207 92.7364 106.162 92.7729L112.692 91.2783L112.694 91.194L109.547 88.7117L106.289 92.6482ZM63.9789 90.4182L63.6464 92.5291L65.3209 92.0939L65.6602 89.9386L63.9789 90.4182ZM76.6896 89.7779L76.2604 92.4613L77.7911 92.0843C77.7881 92.0583 77.7874 92.0316 77.7917 92.0045L78.2083 89.3986L76.6896 89.7779ZM106.263 86.1211C106.137 86.0218 105.955 86.0432 105.855 86.169L102.821 90.0035L105.424 92.3081C105.547 92.4171 105.736 92.4028 105.841 92.2762L109.09 88.3505L106.263 86.1211ZM154.157 89.7996L154.009 92.377L156.77 91.7283L156.871 89.1747L154.157 89.7996ZM48.3722 90.4358C48.3717 90.4466 48.3721 90.4574 48.3705 90.4683L48.0823 92.3411L49.5436 91.8878L49.8347 89.9944L48.3722 90.4358ZM54.2557 91.0356L54.0613 92.3201L55.1208 92L55.2817 90.7172L54.2557 91.0356ZM170.453 89.3661L170.695 92.2295L173.912 91.5597L173.669 88.6877L170.453 89.3661ZM78.8228 89.2448L78.3919 91.9367L80.2233 91.4856L80.6553 88.7869L78.8228 89.2448ZM66.2775 89.7626L65.9353 91.9339L67.6383 91.4913L67.9873 89.275L66.2775 89.7626ZM50.452 89.8076L50.1621 91.6958L51.6496 91.2339L51.9372 89.3593L50.452 89.8076ZM157.459 89.0392L157.359 91.5904L159.861 91.0026L159.786 88.5032L157.459 89.0392ZM144.083 89.6202L144.034 91.5317L146.599 90.9411L146.637 89.0494L144.083 89.6202ZM174.242 88.5664L174.486 91.44L177.663 90.7787L177.424 87.8954L174.242 88.5664ZM81.2692 88.6331L80.8367 91.3347L82.7249 90.8699C82.6833 90.8101 82.6637 90.735 82.676 90.6574L83.0716 88.1825L81.2692 88.6331ZM68.604 89.099L68.2527 91.3312L69.9471 90.8904L70.2995 88.6154L68.604 89.099ZM92.9545 88.9532L92.9266 89.3565L95.1258 91.3039L98.0162 87.7075L92.9545 88.9532ZM52.5522 89.1736C52.5517 89.182 52.5524 89.1908 52.5511 89.1992L52.268 91.0419L53.7345 90.5868L54.0153 88.7316L52.5522 89.1736ZM59.9824 89.705C59.9648 89.7102 59.9471 89.713 59.9296 89.7147L59.7232 91.0254L61.1351 90.6227L61.342 89.3063L59.9824 89.705ZM113.28 90.9109C113.409 91.0022 113.589 90.9736 113.683 90.8425L116.447 86.955L113.357 84.7005L113.28 90.9109ZM114.358 90.8972L120.066 89.5905C120.044 89.5776 120.023 89.5645 120.003 89.5495L116.918 87.2985L114.358 90.8972ZM147.221 88.919L147.184 90.8066L149.904 90.1801L149.958 88.3078L147.221 88.919ZM83.6861 88.0293L83.2518 90.7406L85.1139 90.282C85.1021 90.2417 85.0983 90.1982 85.1054 90.1539L85.5186 87.5713L83.6861 88.0293ZM70.9157 88.44L70.561 90.7309L71.8774 90.3886L72.1724 88.0817L70.9157 88.44ZM177.997 87.7747L178.237 90.6591L181.529 89.9739L181.171 87.1048L177.997 87.7747ZM109.919 88.2623L112.703 90.4586L112.773 84.8139L109.919 88.2623ZM61.9599 89.1252L61.7519 90.4467L63.4622 89.9591L63.6725 88.6234L61.9599 89.1252ZM55.5352 88.7008C55.5614 88.4916 55.3644 88.3245 55.1629 88.3853L54.6314 88.5453L54.3524 90.3954L55.3618 90.0821L55.5352 88.7008ZM86.1325 87.4175L85.6971 90.1385L87.5325 89.6868C87.5329 89.6751 87.5329 89.6633 87.5347 89.6515L87.9576 86.9613L86.1325 87.4175ZM150.542 88.1774C150.543 88.1836 150.544 88.1898 150.544 88.1962L150.49 90.0451L153.601 89.3291L153.708 87.4699L150.542 88.1774ZM181.742 86.9841L182.1 89.8548L185.31 89.1867L184.943 86.3091L181.742 86.9841ZM64.2898 88.4422L64.0789 89.7831L65.7603 89.3035L65.974 87.9484L64.2898 88.4422ZM100.303 87.1447C100.248 87.1968 100.174 87.2282 100.093 87.2256C100.068 87.2248 100.045 87.22 100.023 87.2136L99.7469 87.2814L102.385 89.6167L105.316 85.9109L100.303 87.1447ZM166.622 86.6144L166.807 89.5393L169.829 88.9019L169.584 86.0209L166.622 86.6144ZM88.571 86.8081L88.1412 89.537L89.664 89.1622C89.6643 89.1528 89.6639 89.1433 89.6651 89.1337L90.013 86.4475L88.571 86.8081ZM121.265 89.316L128.309 87.704L124.891 85.2707L121.265 89.316ZM154.299 87.3384L154.192 89.193L156.894 88.571L156.967 86.7425L154.299 87.3384ZM77.1198 87.09L76.7902 89.152L78.3089 88.772L78.6449 86.6719L77.1198 87.09ZM120.793 82.3526C120.662 82.2595 120.481 82.2901 120.387 82.421L117.256 86.8234L120.345 89.0779C120.465 89.1659 120.633 89.1481 120.733 89.0369L124.413 84.9301L120.793 82.3526ZM66.5913 87.7678L66.377 89.128L68.0873 88.6399L68.3033 87.2654L66.5913 87.7678ZM60.5372 86.9419C60.4282 86.973 60.3469 87.0644 60.3291 87.1766L60.0285 89.0836L61.4426 88.6689L61.7695 86.5899L60.5372 86.9419ZM185.515 86.1883L185.881 89.0677L189.037 88.4103L188.598 85.5378L185.515 86.1883ZM170.158 85.9058L170.403 88.7806L173.619 88.1022L173.377 85.2605L170.158 85.9058ZM79.2616 86.5028L78.9228 88.6182L80.7554 88.1603L81.1015 85.9975L79.2616 86.5028ZM62.3868 86.4139L62.0605 88.4878L63.7725 87.986L64.0971 85.9263L62.3868 86.4139ZM68.9212 87.0849L68.704 88.4645L70.3979 87.9814L70.6133 86.5888L68.9212 87.0849ZM159.373 86.2054L157.551 86.6121C157.552 86.6234 157.554 86.6347 157.554 86.6463L157.483 88.4354L159.725 87.9193C159.74 87.916 159.754 87.9147 159.769 87.9136L159.727 86.4817C159.721 86.2987 159.551 86.1657 159.373 86.2054ZM93.8912 75.1854L92.996 88.3426L94.3738 88.0031C94.3734 87.9923 94.3724 87.9811 94.3732 87.97L95.1377 77.3248C95.1644 76.9549 95.4208 76.6419 95.7778 76.5439L109.74 72.715C110.277 72.5678 110.812 72.9549 110.842 73.5119L111.068 77.7081C111.078 77.7467 111.079 77.7852 111.074 77.8226L111.396 83.8142L112.79 83.4713L112.959 69.908L93.8912 75.1854ZM43.7652 88.1238L50.3445 86.4145C50.3357 86.3754 50.3343 86.3338 50.3428 86.292L51.5058 80.6091L43.7652 88.1238ZM81.7183 85.8289L81.3698 88.0071L83.1722 87.5559L83.528 85.3322L81.7183 85.8289ZM173.952 85.1454L174.192 87.9814L177.375 87.3099L177.142 84.5057L173.952 85.1454ZM108.361 85.1613C108.335 85.1716 108.309 85.1784 108.281 85.1813L106.545 85.6085C106.572 85.6251 106.598 85.6428 106.623 85.6626L109.462 87.9017L112.43 84.3161C112.511 84.2176 112.61 84.1423 112.719 84.0894L108.361 85.1613ZM95.136 85.4666L94.9644 87.8578L97.0635 87.3418L97.126 84.8447L95.136 85.4666ZM71.23 86.4082L71.0135 87.8054L72.2532 87.4523L72.4322 86.0556L71.23 86.4082ZM64.7093 85.7514C64.7091 85.7655 64.7092 85.7799 64.707 85.7942L64.3904 87.8049L66.074 87.3116L66.3952 85.2707L64.7093 85.7514ZM44.4035 81.455C44.488 81.5208 44.5336 81.6304 44.511 81.7426L43.2929 87.7695L51.7132 79.5958L52.5579 75.4696L44.4035 81.455ZM84.1448 85.1631L83.7861 87.4027L85.6186 86.9448L85.9847 84.6584L84.1448 85.1631ZM129.626 87.4021L135.801 85.989C135.797 85.9227 135.794 85.8564 135.79 85.7902C135.781 85.7835 135.772 85.7773 135.763 85.7702L132.902 83.3836L129.626 87.4021ZM129.502 80.547C129.382 80.4468 129.204 80.4596 129.099 80.5761L125.283 84.8338L128.659 87.2375C128.784 87.3264 128.956 87.3034 129.053 87.1846L132.455 83.01L129.502 80.547ZM97.7132 84.6612L97.6495 87.1971L99.8197 86.6634L99.9078 83.9754L97.7132 84.6612ZM177.716 84.3907L177.949 87.1886L181.099 86.5244L180.757 83.7812L177.716 84.3907ZM67.0119 85.0947L66.6919 87.1304L68.4039 86.6286L68.7222 84.6071L67.0119 85.0947ZM86.6014 84.4892L86.2331 86.791L88.0565 86.3353L88.4254 83.9885L86.6014 84.4892ZM100.496 83.7915L100.407 86.5187L102.439 86.0186L102.576 83.1415L100.496 83.7915ZM118.405 82.6898C118.356 82.7877 118.254 82.8542 118.138 82.8511C118.077 82.8494 118.021 82.8288 117.975 82.7952L113.367 83.9293L113.365 84.0409C113.452 84.0687 113.537 84.1104 113.615 84.1674L116.785 86.48L119.709 82.3686L118.405 82.6898ZM77.503 85.0867C77.4818 85.0927 77.4603 85.0953 77.4393 85.0964L77.221 86.4572L78.7466 86.0391L78.9649 84.6738L77.503 85.0867ZM69.335 84.4323C69.3345 84.4438 69.3357 84.4558 69.3338 84.4676L69.0218 86.4475L70.7116 85.952L71.0214 83.9515L69.335 84.4323ZM181.328 83.6667L181.67 86.4036L184.869 85.7287L184.525 83.0265L181.328 83.6667ZM50.9442 86.2584L57.8372 84.4676L52.2038 80.105L50.9442 86.2584ZM89.041 83.8199L88.6693 86.1821L90.0937 85.8261L90.4023 83.4463L89.041 83.8199ZM166.721 84.2033C166.578 84.2319 166.478 84.3623 166.487 84.508L166.584 86.0271L169.535 85.4359L169.385 83.669L166.721 84.2033ZM103.168 82.957L103.029 85.8733L105.399 85.2901C105.396 85.2716 105.395 85.2525 105.395 85.2331L105.465 82.2393L103.168 82.957ZM79.5822 84.5L79.3628 85.8699L81.2033 85.3647L81.4249 83.98L79.5822 84.5ZM72.709 83.8934C72.7356 83.6858 72.5416 83.5184 72.3407 83.5756L71.637 83.7761L71.3284 85.7714L72.5129 85.4245L72.709 83.8934ZM136.999 85.6518C136.975 85.6811 136.948 85.7073 136.921 85.7327L144.274 84.0501C144.216 84.0202 144.16 83.9836 144.108 83.9395L140.73 81.0739L136.999 85.6518ZM185.097 82.9114L185.441 85.6079L188.51 84.9608L188.104 82.3088L185.097 82.9114ZM137.441 78.2846C137.317 78.1792 137.13 78.1964 137.028 78.3227L136.022 79.5559C136.13 81.471 136.24 83.4182 136.35 85.388C136.424 85.3808 136.496 85.3453 136.547 85.2827L140.284 80.6968L137.441 78.2846ZM169.959 83.5539L170.109 85.3208L173.328 84.6755L173.178 82.9091L169.959 83.5539ZM82.0422 83.8063L81.8194 85.1961L83.6292 84.6994L83.8543 83.2948L82.0422 83.8063ZM106.051 82.0559L105.98 85.1471L107.967 84.6578L108.076 81.4231L106.051 82.0559ZM133.27 82.9319L135.745 84.9962C135.655 83.3883 135.566 81.7961 135.477 80.2246L133.27 82.9319ZM95.3128 83.0071L95.1809 84.8424L97.1414 84.2295L97.1874 82.4108L95.3128 83.0071ZM173.752 82.7941L173.902 84.5604L177.093 83.9208L176.946 82.1539L173.752 82.7941ZM84.4716 83.121L84.2459 84.5302L86.0859 84.0256L86.3138 82.601L84.4716 83.121ZM108.665 81.2391L108.555 84.5137L110.832 83.9532C110.824 83.9298 110.819 83.9054 110.817 83.8797L110.642 80.6211L108.665 81.2391ZM124.208 81.2613C124.153 81.3444 124.058 81.3982 123.951 81.3929C123.905 81.3905 123.863 81.3762 123.826 81.3553L121.278 81.9824L124.805 84.4938L128.666 80.1865C128.675 80.1763 128.685 80.167 128.695 80.1574L124.208 81.2613ZM78.0657 82.2621C77.9556 82.2923 77.8735 82.3844 77.8554 82.4973L77.5393 84.4698L79.0666 84.0392L79.41 81.893L78.0657 82.2621ZM60.0421 81.7193C59.8312 81.7772 59.6252 81.7519 59.4487 81.6703C59.3976 81.6868 59.3428 81.6882 59.2901 81.6754L58.915 84.2597L62.5795 83.2452C62.5646 83.2057 62.5574 83.1625 62.5613 83.1176L62.7466 80.9759L60.0421 81.7193ZM53.2457 74.9644C53.2467 74.9877 53.2466 75.0116 53.2417 75.0356L52.3339 79.4693C52.3361 79.471 52.3386 79.4722 52.3408 79.4739L58.346 84.1241L60.4411 69.683L53.2457 74.9644ZM97.7746 82.2245L97.7285 84.0461L99.9277 83.3586L99.9879 81.5205L97.7746 82.2245ZM80.0267 81.7238L79.6839 83.8649L81.5261 83.3455L81.8666 81.2191L80.0267 81.7238ZM86.9317 82.4267L86.7026 83.8564L88.5249 83.3563L88.7523 81.9135L86.9317 82.4267ZM177.52 82.0388L177.667 83.8057L180.684 83.2013L180.466 81.4481L177.52 82.0388ZM145.371 83.7989L152.211 82.233C152.144 82.2031 152.08 82.165 152.02 82.1168L148.944 79.6425L145.371 83.7989ZM144.912 76.3992C144.787 76.2991 144.605 76.3185 144.504 76.4425L141.097 80.6216L144.484 83.4947C144.606 83.598 144.788 83.5834 144.893 83.4622L148.489 79.2768L144.912 76.3992ZM113.543 69.7463L113.374 83.3272L114.959 82.9376L115.787 71.868C115.815 71.4974 116.074 71.1845 116.432 71.0882L131.637 67.0071C132.173 66.8633 132.706 67.2501 132.735 67.8051L132.977 72.2759C132.988 72.3166 132.989 72.3573 132.983 72.3966L133.308 78.4213L135.347 77.92C135.066 72.9639 134.795 68.2462 134.542 63.9352L113.543 69.7463ZM89.3684 81.7398L89.1405 83.1877L90.4836 82.8192L90.6712 81.3718L89.3684 81.7398ZM100.577 81.3336L100.517 83.1746L102.605 82.5218L102.694 80.6604L100.577 81.3336ZM82.4782 81.0511C82.4782 81.0665 82.4784 81.0821 82.4759 81.0978L82.1434 83.1712L83.9561 82.6602L84.2931 80.5533L82.4782 81.0511ZM63.3451 80.8119L63.1479 83.088L66.6498 82.1191L66.9243 79.8288L63.3451 80.8119ZM181.037 81.3336L181.256 83.0869L184.451 82.4466L184.228 80.6945L181.037 81.3336ZM115.727 80.4696L115.554 82.7912L117.863 82.2228L117.929 79.7963L115.727 80.4696ZM129.584 79.9387C129.687 79.9721 129.786 80.025 129.874 80.0987L132.823 82.5583L135.429 79.3617C135.425 79.3006 135.422 79.2393 135.418 79.1783C135.406 78.9557 135.393 78.7335 135.38 78.5118L129.584 79.9387ZM84.9098 80.3841L84.5733 82.4859L86.415 81.9665L86.7492 79.8794L84.9098 80.3841ZM95.5504 79.6989L95.3577 82.3806L97.2028 81.7939L97.2681 79.1965L95.5504 79.6989ZM103.286 80.4718L103.197 82.3367L105.479 81.6236L105.522 79.761L103.286 80.4718ZM187.451 80.0486L184.8 80.5795L185.023 82.3316L188.016 81.7318L187.796 80.2907C187.771 80.1264 187.614 80.0161 187.451 80.0486ZM118.516 79.6169L118.45 82.0781L120.713 81.521C120.712 81.5105 120.711 81.4999 120.711 81.4891L120.833 78.9089L118.516 79.6169ZM153.233 81.9995L161.555 80.0942L161.553 80.0708C161.447 80.0455 161.344 79.9998 161.25 79.933L157.405 77.1949L153.233 81.9995ZM67.5303 79.6624L67.2557 81.9511L71.014 80.911L71.1942 78.6565L67.5303 79.6624ZM87.3619 79.7114C87.3616 79.7243 87.3623 79.7376 87.3602 79.7507L87.0328 81.7922L88.8517 81.2789L89.1769 79.2136L87.3619 79.7114ZM153.677 74.5412C153.555 74.454 153.386 74.4744 153.288 74.5884L149.323 79.2005L152.384 81.6623C152.506 81.76 152.683 81.7442 152.785 81.6264L156.928 76.8554L153.677 74.5412ZM97.8553 79.0245L97.7899 81.6076L100.008 80.9025L100.091 78.37L97.8553 79.0245ZM106.109 79.5747L106.065 81.4401L108.097 80.805L108.161 78.9219L106.109 79.5747ZM121.424 78.7277L121.299 81.3769L123.69 80.7885L123.83 77.9924L121.424 78.7277ZM59.9159 81.1491L62.6943 80.3858L61.5552 79.037L59.9159 81.1491ZM90.9605 79.1441C90.9873 78.9375 90.7955 78.7701 90.595 78.8251L89.7924 79.045L89.4679 81.1052L90.7531 80.743L90.9605 79.1441ZM71.7905 78.4925L71.6109 80.7458L74.9525 79.8213C75.0316 79.0524 75.108 78.2984 75.1833 77.5606L71.7905 78.4925ZM100.68 78.198L100.597 80.715L102.724 80.0389L102.841 77.5657L100.68 78.198ZM60.1609 77.425L59.5544 80.6655L61.171 78.5825L60.1683 77.3949C60.1654 77.4047 60.1628 77.4148 60.1609 77.425ZM124.421 77.8118L124.28 80.6433L126.881 80.0031L126.955 77.0366L124.421 77.8118ZM108.75 78.7351L108.686 80.6211L110.609 80.0201L110.51 78.1752L108.75 78.7351ZM137.884 77.8955L140.653 80.2446L143.743 76.4539L137.884 77.8955ZM63.4025 80.1517C63.4893 80.1493 63.5751 80.1087 63.631 80.0304L65.0515 78.0374L63.7009 76.7882L63.6947 76.7837L63.4025 80.1517ZM162.428 79.7781C162.378 79.8386 162.321 79.8895 162.26 79.933L169.825 78.2014C169.737 78.1716 169.651 78.1284 169.573 78.0687L166.059 75.3796L162.428 79.7781ZM64.433 79.9085L66.4696 79.3492L65.4823 78.4361L64.433 79.9085ZM127.543 76.8571L127.468 79.8589L129.788 79.2882L129.868 76.1463L127.543 76.8571ZM103.432 77.3926L103.315 79.851L105.536 79.1447L105.591 76.7609L103.432 77.3926ZM115.921 77.8745L115.774 79.8453L117.946 79.1817L117.998 77.2285L115.921 77.8745ZM61.9207 78.5665L62.8591 79.6784L63.0859 77.0651L61.9207 78.5665ZM75.7852 77.3954C75.7101 78.1324 75.6334 78.8859 75.5545 79.6545L79.7328 78.4982C79.732 78.4871 79.7301 78.4759 79.7305 78.4646L79.8209 76.287L75.7852 77.3954ZM157.789 76.7529L161.472 79.3765L160.777 73.3131L157.789 76.7529ZM162.024 72.2924C161.902 72.199 161.729 72.2168 161.628 72.3328L161.294 72.7167L162.052 79.3178L165.596 75.0253L162.024 72.2924ZM130.455 75.9669L130.374 79.1435L132.734 78.5631L132.558 75.3238L130.455 75.9669ZM95.9318 77.1066C95.8128 77.1393 95.7269 77.2436 95.7181 77.367L95.5947 79.078L97.284 78.5842L97.3306 76.7227L95.9318 77.1066ZM65.8233 77.9576L66.9437 78.9937C66.9663 79.0147 66.9923 79.0297 67.0187 79.0421L67.416 75.7231L65.8233 77.9576ZM118.586 77.0457L118.533 79.0023L120.861 78.2903L120.955 76.3092L118.586 77.0457ZM106.178 76.5894L106.123 78.9584L108.182 78.3034L108.261 75.98L106.178 76.5894ZM68.1578 78.8855L70.8429 78.1484L69.6368 76.9397L68.1578 78.8855ZM145.402 76.0455L148.869 78.8348L152.84 74.2148L145.402 76.0455ZM135.955 78.3706C135.961 78.4781 135.967 78.5858 135.973 78.6935L136.307 78.284L135.955 78.3706ZM67.6599 78.5779L69.2218 76.5239L68.0788 75.3785C68.0688 75.3685 68.0573 75.3605 68.0464 75.3523L67.6599 78.5779ZM186.536 53.0359L188.924 64.9622C189.16 65.0871 189.336 65.3182 189.379 65.6053L190.366 72.1642L191.637 78.5124C191.661 78.4997 191.686 78.4887 191.713 78.4828L278.438 59.8181C278.452 59.8151 278.467 59.8145 278.48 59.8136L278.482 59.809L273.072 43.83L262.647 46.5163L267.206 31.3826L186.536 53.0359ZM97.9161 76.5621L97.9172 76.5701L97.8706 78.4121L100.112 77.7565L100.171 75.9435L97.9161 76.5621ZM80.4103 76.1252L80.3188 78.3364L84.097 77.2906V77.2866L84.2744 75.0641L80.4103 76.1252ZM108.849 75.808L108.771 78.1165L110.477 77.5737L110.358 75.3665L108.849 75.808ZM60.6867 77.1049L61.5364 78.112L62.7926 76.4926L60.6867 77.1049ZM121.546 76.1252L121.453 78.1091L123.86 77.3732L123.96 75.3745L121.546 76.1252ZM170.775 77.9308C170.756 77.9547 170.735 77.9768 170.713 77.9981L179.444 75.9999C179.375 75.9745 179.307 75.9409 179.244 75.8968L174.936 72.8916L170.775 77.9308ZM135.116 63.7763C135.369 68.0902 135.64 72.8141 135.921 77.7788L137.54 77.38C137.539 77.3699 137.538 77.3597 137.538 77.3493L137.92 66.0706C137.934 65.6829 138.2 65.3502 138.575 65.2533L150.237 62.2367C150.287 62.1839 150.356 62.1496 150.434 62.1455C150.47 62.1436 150.505 62.1488 150.537 62.1592L153.396 61.4199C153.443 61.3355 153.531 61.2763 153.635 61.2706C153.697 61.2672 153.755 61.2837 153.805 61.3145L155.547 60.8639C156.062 60.7309 156.575 61.0851 156.634 61.6141L156.767 62.8159C156.801 62.8505 156.828 62.8933 156.842 62.9435C156.863 63.0249 156.848 63.1074 156.807 63.1737L157.097 65.7813C157.111 65.8045 157.124 65.8293 157.132 65.857C157.149 65.9177 157.145 65.9791 157.125 66.0342L157.398 68.4909C157.438 68.5262 157.47 68.5728 157.486 68.6281C157.512 68.718 157.492 68.8095 157.441 68.8799L157.831 72.3864L160.592 71.7068L158.925 57.1872L135.116 63.7763ZM69.9926 76.4715L71.2664 77.748L71.5296 74.4506L69.9926 76.4715ZM71.8558 77.6734L73.5338 75.5961L72.1378 74.1971L72.1338 74.1937L71.8558 77.6734ZM170.827 70.0254C170.703 69.9388 170.533 69.9621 170.437 70.0789L166.431 74.9302L169.926 77.605C170.05 77.7001 170.227 77.6795 170.327 77.5589L174.456 72.5572L170.827 70.0254ZM72.6141 77.662L74.9537 77.0189L73.9476 76.0107L72.6141 77.662ZM100.759 75.7823L100.7 77.5845L102.87 76.9494L102.954 75.1802L100.759 75.7823ZM63.8299 76.1913C63.9252 76.2298 64.0156 76.2856 64.096 76.3599L65.3925 77.5589L67.0295 75.2617L63.8299 76.1913ZM116.189 74.3822L116.182 74.3828L115.968 77.249L118.015 76.6122L118.09 73.8377L116.189 74.3822ZM138.24 74.5645C138.232 74.567 138.223 74.5674 138.214 74.5691L138.123 77.2365L140.765 76.5866V73.8252L138.24 74.5645ZM124.552 75.1905L124.452 77.1926L126.971 76.4225L127.021 74.4227L124.552 75.1905ZM84.8706 74.9L84.6933 77.1254L88.7574 76.001L88.8449 73.8087L84.8706 74.9ZM103.544 75.0185L103.545 75.0225L103.461 76.7768L105.605 76.1491L105.645 74.442L103.544 75.0185ZM61.0999 69.1995L60.0086 76.7233C60.0694 76.6878 60.1347 76.6586 60.2041 76.6384L75.7312 72.1266C75.7939 71.4964 75.8567 70.885 75.9148 70.2931C76.2208 67.1791 76.4618 64.6115 76.6191 62.7573C76.6977 61.83 76.7553 61.0827 76.7896 60.5353C76.8247 59.974 76.833 59.653 76.822 59.5527C76.7986 59.3421 76.6967 59.0468 76.5077 58.671C76.4207 58.4981 76.3168 58.3133 76.199 58.1167L61.0999 69.1995ZM76.5821 76.5718L79.8459 75.6758L79.8499 75.5887L78.3254 74.2791L76.5821 76.5718ZM76.7941 72.9639C76.6697 72.8572 76.4817 72.8745 76.3786 73.0021L76.2081 73.2129C76.1016 74.2768 75.9902 75.3889 75.8728 76.5439L77.8832 73.8992L76.7941 72.9639ZM74.3165 75.5545L75.289 76.5291C75.3758 75.675 75.4593 74.8444 75.5402 74.0393L74.3165 75.5545ZM143.935 72.8979L141.347 73.6549V76.4431L143.994 75.7914C143.958 75.7426 143.935 75.6825 143.935 75.6166V72.8979ZM118.677 73.6697L118.602 76.4299L120.984 75.6889L121.112 72.9725L118.677 73.6697ZM153.839 73.9693C153.9 73.9942 153.959 74.0259 154.014 74.0655L157.312 76.4134L160.686 72.5276L160.659 72.2907L153.839 73.9693ZM127.608 74.2398L127.558 76.2431L129.884 75.5323L129.936 73.5159L127.608 74.2398ZM68.3755 74.8709C68.4153 74.8992 68.4545 74.9302 68.4903 74.9661L69.5777 76.0557L71.0754 74.0866L68.3755 74.8709ZM106.231 74.2814L106.192 75.9777L108.282 75.3665L108.338 73.7038L106.231 74.2814ZM89.4344 73.6469L89.3468 75.8376L93.3382 74.7331L93.4877 72.5339L89.4344 73.6469ZM180.416 75.7362C180.4 75.7545 180.384 75.7718 180.368 75.7886L189.67 73.6594L184.417 70.89L180.416 75.7362ZM121.703 72.8033L121.575 75.5049L123.991 74.7536L124.123 72.1101L121.703 72.8033ZM179.172 68.1258C179.05 68.0616 178.9 68.0914 178.813 68.1975L175.308 72.4405L179.577 75.4178C179.701 75.5044 179.871 75.4815 179.967 75.3648L183.89 70.6126L179.172 68.1258ZM130.523 73.3336L130.471 75.3528L132.526 74.7246L132.419 72.7435L130.523 73.3336ZM80.4456 75.2794C80.553 75.2997 80.6681 75.2599 80.7366 75.1637L82.1644 73.1605L80.5911 71.8094L80.4456 75.2794ZM81.388 75.252L83.8304 74.5816C83.8005 74.5617 83.7709 74.5402 83.7429 74.5161L82.6078 73.5409L81.388 75.252ZM109.894 73.2772L108.908 73.5472C108.917 73.5773 108.923 73.6091 108.922 73.6423L108.869 75.1945L110.327 74.7679L110.261 73.5432C110.251 73.3576 110.072 73.2281 109.894 73.2772ZM72.4373 73.6907C72.4764 73.7187 72.5147 73.7489 72.5499 73.7842L73.9027 75.1398L75.646 72.981C75.6536 72.9043 75.6611 72.8277 75.6687 72.7515L72.4373 73.6907ZM147.728 71.7877L147.796 74.8561L150.765 74.1253L150.6 70.947L147.728 71.7877ZM78.679 73.8143L79.8806 74.8465L79.9954 72.0833L78.679 73.8143ZM162.416 71.8583L165.967 74.5759L169.689 70.0687L162.416 71.8583ZM124.714 71.9409L124.583 74.5696L127.036 73.8069L127.1 71.258L124.714 71.9409ZM94.0828 72.3704L93.9327 74.5685L98.356 73.3444V71.197L94.0828 72.3704ZM85.1344 74.2233L88.6045 73.2704L87.0175 71.8925L85.1344 74.2233ZM82.9477 73.0648L84.122 74.0735C84.1871 74.1293 84.2692 74.1501 84.3477 74.1402L84.6211 70.7163L82.9477 73.0648ZM151.174 70.779L151.341 73.9835L154.001 73.329L153.819 70.0049L151.174 70.779ZM138.32 71.4619L138.235 73.9579L140.765 73.2174V70.7727L138.32 71.4619ZM116.583 71.6521C116.463 71.6843 116.377 71.7884 116.368 71.9119L116.229 73.7642L118.106 73.2265L118.16 71.2284L116.583 71.6521ZM127.686 71.09L127.623 73.6241L129.951 72.9001L130.015 70.4235L127.686 71.09ZM84.9837 73.4823L86.577 71.5098L85.2617 70.3677C85.2531 70.3602 85.243 70.3546 85.2338 70.3483L84.9837 73.4823ZM76.9476 72.3801C77.0275 72.4143 77.1037 72.4616 77.1733 72.5214L78.2368 73.4344L79.6305 71.6009L76.9476 72.3801ZM154.393 69.8368L154.576 73.1878L157.261 72.5271L156.881 69.1089L154.393 69.8368ZM98.9381 71.037V73.1832L103.012 72.056V69.9183L98.9381 71.037ZM184.796 70.4309L189.923 73.1337L189.792 72.2622L188.522 65.9186L184.796 70.4309ZM118.745 71.0712C118.745 71.0776 118.747 71.084 118.746 71.0905L118.693 73.0585L121.141 72.3579L121.233 70.4036L118.745 71.0712ZM141.347 70.6086V73.0471L143.935 72.2901V69.8796L141.347 70.6086ZM89.4662 72.8392L89.4719 72.8335L91.1487 70.5226L89.6123 69.1881L89.4662 72.8392ZM90.1898 72.8346L92.9408 72.0793L91.5903 70.906L90.1898 72.8346ZM87.3835 71.4385L88.887 72.7446L89.02 69.4131L87.3835 71.4385ZM130.601 70.2555L130.538 72.7179L132.386 72.1431L132.259 69.781L130.601 70.2555ZM80.8116 71.2574C80.8672 71.287 80.9204 71.3234 80.9702 71.3662L82.5038 72.6837L84.2283 70.2646L80.8116 71.2574ZM121.823 70.2452L121.732 72.1887L124.154 71.4949L124.249 69.5936L121.823 70.2452ZM144.517 69.7155V72.1198L147.136 71.3531L147.083 68.9921L144.517 69.7155ZM171.33 69.6648L174.829 72.1061L178.252 67.9611L171.33 69.6648ZM76.6714 57.7704C76.8067 57.9942 76.9267 58.2075 77.0278 58.4084C77.227 58.8044 77.3657 59.1735 77.4006 59.4878C77.4187 59.6503 77.4043 60.0322 77.3705 60.5717C77.3358 61.1255 77.2782 61.878 77.1994 62.8068C77.0418 64.6649 76.8001 67.2354 76.494 70.35C76.443 70.8691 76.3883 71.4032 76.3337 71.9518L76.5554 71.8874C76.5358 71.8435 76.5259 71.7946 76.5304 71.7433L77.3523 62.4093C77.3937 61.9398 77.7127 61.5413 78.1612 61.3994L131.825 44.4173C132.551 44.1877 133.298 44.707 133.338 45.4688L133.851 55.2403L134.02 55.1907C133.96 54.2112 133.905 53.2701 133.849 52.3712C133.633 48.9005 133.448 46.0564 133.301 44.0294C133.228 43.0159 133.164 42.208 133.112 41.6285C133.086 41.3386 133.062 41.1072 133.042 40.937C133.021 40.7578 133.006 40.6687 132.999 40.6443C132.902 40.3032 132.599 39.6001 132.154 38.6478L103.686 37.9415L76.6714 57.7704ZM103.594 69.7582V71.8948L107.96 70.6867V68.5592L103.594 69.7582ZM91.9336 70.4326L93.4149 71.7188C93.4518 71.7508 93.4946 71.7704 93.5388 71.7809L93.8065 67.8523L91.9336 70.4326ZM78.3368 61.9559C78.1126 62.0268 77.9528 62.2258 77.9321 62.4605L77.1159 71.7245L78.2822 71.3856L79.1127 62.7943C79.1465 62.4439 79.3866 62.1477 79.722 62.043L91.6426 58.3269C92.2265 58.1449 92.8113 58.605 92.7732 59.2166L92.2673 67.3221L93.8742 66.855L94.5568 56.8226L78.3368 61.9559ZM94.5983 71.6242L97.9519 70.7032L96.2808 69.343L94.5983 71.6242ZM185.34 50.0279C185.299 50.1434 185.207 50.2423 185.063 50.2808L159.674 57.0653C159.612 57.0818 159.553 57.0823 159.498 57.0732L161.163 71.5667L163.86 70.9031C163.771 70.8616 163.706 70.7773 163.694 70.673L162.44 59.76C162.391 59.3303 162.663 58.9288 163.079 58.8156L182.345 53.5839C182.852 53.4463 183.365 53.7847 183.438 54.3056L185.049 65.6884L188.308 64.8864L188.315 64.8847L185.34 50.0279ZM124.838 69.4358C124.838 69.4407 124.839 69.4457 124.839 69.4506L124.745 71.3258L127.115 70.6474L127.161 68.8121L124.838 69.4358ZM94.1595 71.2375L95.8283 68.9745L94.3931 67.8062L94.1595 71.2375ZM79.0894 69.089L78.8847 71.2107L80.3205 70.7932L80.5252 68.6731L79.0894 69.089ZM147.662 68.8292L147.714 71.1839L150.569 70.3483L150.449 68.0432L147.662 68.8292ZM85.5743 69.8738C85.5975 69.8904 85.6205 69.9077 85.6425 69.9268L86.9436 71.0563L88.6119 68.991L85.5743 69.8738ZM138.43 68.2243L138.341 70.8502L140.765 70.1666V67.5926L138.43 68.2243ZM163.967 67.9515L164.272 70.6064C164.281 70.6843 164.257 70.7581 164.213 70.816L166.449 70.2652L166.156 67.3249L163.967 67.9515ZM81.1271 68.4988L80.9225 70.6183L82.6578 70.1142L82.8624 67.9965L81.1271 68.4988ZM108.542 68.3997V70.5255L112.967 69.3008L112.993 67.1768L108.542 68.3997ZM127.747 68.6549L127.702 70.4793L130.03 69.8123L130.076 68.0295L127.747 68.6549ZM99.4411 70.2942L102.791 69.3743C102.745 69.3491 102.7 69.3199 102.657 69.2855L101.096 68.0141L99.4411 70.2942ZM96.627 68.8736L98.3538 70.2794L98.356 70.2806V66.5297L96.627 68.8736ZM151.023 67.8814L151.143 70.1803L153.787 69.4068L153.663 67.1375L151.023 67.8814ZM179.519 67.649L184.269 70.1535L188.076 65.5432L179.519 67.649ZM166.724 67.162L167.02 70.1251L170.224 69.3367L169.842 66.2694L166.724 67.162ZM89.8373 68.635C89.8871 68.6632 89.9351 68.6968 89.98 68.7358L91.4925 70.0493L93.2353 67.6479L89.8373 68.635ZM141.347 67.4354V70.0026L143.935 69.2735V66.7354L141.347 67.4354ZM98.9381 69.9963L100.644 67.6461L98.9381 66.2569V69.9963ZM83.4644 67.8222L83.2598 69.9394L84.9701 69.4421C84.9699 69.4308 84.969 69.4194 84.9701 69.4079L85.1707 67.3283L83.4644 67.8222ZM131.788 67.5704L130.641 67.878C130.654 67.9114 130.661 67.9474 130.66 67.9851L130.617 69.6443L132.227 69.1835L132.154 67.8364C132.144 67.6514 131.967 67.5225 131.788 67.5704ZM85.7727 67.154L85.5686 69.2684L87.304 68.7643L87.508 66.6516L85.7727 67.154ZM154.237 66.9757L154.36 69.2388L156.815 68.5205L156.57 66.3184L154.237 66.9757ZM170.408 66.1071L170.793 69.1966L173.39 68.5575C173.384 68.5395 173.38 68.5206 173.378 68.5011L173.001 65.3649L170.408 66.1071ZM113.577 67.0167L113.551 69.1396L118.454 67.7823C118.443 67.7521 118.437 67.7199 118.437 67.686V65.6822L113.577 67.0167ZM144.517 66.5781V69.1095L147.07 68.3895L147.014 65.9026L144.517 66.5781ZM103.967 69.0514L107.707 68.0244L105.815 66.655L103.967 69.0514ZM101.439 67.5419L103.012 68.8229V65.3752L101.439 67.5419ZM88.11 66.4773L87.9059 68.5894L89.6407 68.0853L89.8379 65.9772L88.11 66.4773ZM103.594 68.5809L105.343 66.3133L103.604 65.055C103.601 65.053 103.597 65.0513 103.594 65.0493V68.5809ZM94.6233 67.2446C94.6323 67.2513 94.6418 67.2574 94.6506 67.2645L96.1745 68.5051L97.7814 66.327L94.6233 67.2446ZM79.3128 66.7735L79.1496 68.4641L80.5854 68.0483L80.752 66.3247L79.3128 66.7735ZM173.567 65.2026L173.954 68.4185L176.963 67.678C176.945 67.6462 176.934 67.6105 176.929 67.5721L176.533 64.3533L173.567 65.2026ZM147.593 65.7465L147.648 68.2266L150.418 67.4462L150.292 65.0163L147.593 65.7465ZM90.4393 65.8029L90.2421 67.9104L91.6733 67.4946L91.8035 65.4082L90.4393 65.8029ZM81.355 66.1367L81.1874 67.874L82.9227 67.3716L83.0944 65.5945L81.355 66.1367ZM108.542 67.6849C108.577 67.6632 108.608 67.6344 108.632 67.5977L110.333 64.9827L108.542 63.61V67.6849ZM119.019 65.5221V67.6262L123.695 66.3321C123.683 66.2996 123.675 66.2647 123.675 66.2279V64.2434L119.019 65.5221ZM138.72 65.8177C138.595 65.8501 138.507 65.9614 138.503 66.0906L138.45 67.6148L140.765 66.9888V65.2886L138.72 65.8177ZM109.34 67.5755L112.562 66.6909L110.797 65.3381L109.34 67.5755ZM177.1 64.1915L177.507 67.5009C177.508 67.5155 177.507 67.5299 177.507 67.5442L180.299 66.8573C180.222 66.8117 180.166 66.7321 180.156 66.6363L179.831 63.4095L177.1 64.1915ZM106.171 66.1937L107.96 67.4878V63.8737L106.171 66.1937ZM163.633 65.0476L163.899 67.3642L166.097 66.7354L165.864 64.3994L163.633 65.0476ZM150.866 64.8614L150.992 67.2845L153.631 66.5406L153.5 64.1488L150.866 64.8614ZM83.6974 65.4065L83.5246 67.1973L85.231 66.7035L85.4078 64.8733L83.6974 65.4065ZM99.3769 65.8633L100.987 67.174L102.622 64.9206L99.3769 65.8633ZM141.347 65.1382V66.8316L143.935 66.1322V64.4689L141.347 65.1382ZM180.399 63.2466L180.736 66.5776C180.742 66.6444 180.725 66.7075 180.692 66.7604L184.48 65.828L183.97 62.2241L180.399 63.2466ZM95.1531 56.6341L94.4693 66.6824L96.6247 66.0558L97.4858 57.1427C97.5197 56.7923 97.7602 56.4966 98.0957 56.392L110.596 52.4948C111.181 52.3125 111.766 52.774 111.727 53.3862L111.182 61.8266L113.067 61.2786L113.196 50.9238L95.1531 56.6341ZM166.432 64.2343L166.665 66.5725L169.768 65.6839L169.477 63.3502L166.432 64.2343ZM86.0108 64.6848L85.8329 66.5292L87.5683 66.0268L87.7502 64.1431L86.0108 64.6848ZM154.074 63.9939L154.204 66.3788L156.505 65.7306L156.246 63.4061L154.074 63.9939ZM114 66.2956L117.969 65.206L115.971 63.905L114 66.2956ZM113.057 62.0783C112.969 62.0846 112.885 62.1293 112.833 62.2088L111.116 64.8477L112.93 66.2381C112.953 66.2558 112.978 66.2682 113.004 66.278L113.057 62.0783ZM124.257 64.0839V66.1766L128.907 64.8899L128.831 62.8273L124.257 64.0839ZM79.5276 65.0476C79.5115 65.0528 79.495 65.0551 79.4787 65.0573L79.3736 66.1435L80.8128 65.6947L80.9179 64.6039L79.5276 65.0476ZM144.517 64.3186V65.9744L147.001 65.3028L146.965 63.6857L144.517 64.3186ZM97.4352 63.7233L97.2266 65.881L98.7534 65.4372L98.962 63.2807L97.4352 63.7233ZM113.592 65.8753L115.48 63.5849L113.635 62.3842L113.592 65.8753ZM88.3532 63.9546L88.1702 65.8525L89.8965 65.3529L90.0778 63.4174L88.3532 63.9546ZM103.896 64.5504C103.912 64.5605 103.928 64.5704 103.944 64.5817L105.699 65.8519L107.512 63.4995L103.896 64.5504ZM170.043 63.1856L170.335 65.5221L172.93 64.7788L172.648 62.4292L170.043 63.1856ZM81.5221 64.4114L81.4159 65.5067L83.1552 64.9645L83.262 63.8566L81.5221 64.4114ZM99.5633 63.107L99.3553 65.2629L101.27 64.7065L101.461 62.5573L99.5633 63.107ZM90.6797 63.2295L90.4978 65.1786L91.8421 64.7896L91.9643 62.829L90.6797 63.2295ZM147.544 63.5359L147.58 65.1462L150.261 64.4211L150.179 62.8541L147.544 63.5359ZM116.344 63.4528L118.43 64.8113L118.437 64.8147V60.9141L116.344 63.4528ZM119.519 64.7799L123.081 63.8019C123.064 63.7911 123.047 63.7809 123.032 63.7689L121.28 62.4269L119.519 64.7799ZM83.8657 63.6641L83.7583 64.7765L85.4686 64.2434L85.5771 63.1184L83.8657 63.6641ZM129.407 62.669L129.484 64.7304L134.507 63.34C134.467 62.6496 134.426 61.97 134.387 61.302L129.407 62.669ZM173.214 62.2646L173.497 64.6164L176.462 63.7677L176.172 61.4056L173.214 62.2646ZM102.06 62.3842L101.87 64.5322L103.606 64.0275L103.814 61.8761L102.06 62.3842ZM108.846 63.1121C108.86 63.1215 108.874 63.1303 108.887 63.1406L110.652 64.4929L112.181 62.1432L108.846 63.1121ZM119.019 64.478L120.818 62.0726L119.019 60.6936V64.478ZM163.258 61.7838L163.566 64.4598L165.805 63.8088L165.542 61.1687L163.258 61.7838ZM79.8954 62.6001C79.7836 62.6349 79.7032 62.7334 79.6919 62.8501L79.539 64.4313L80.9793 63.9722L81.1493 62.2088L79.8954 62.6001ZM150.755 62.7054L150.835 64.2656L153.468 63.5541L153.385 62.0253L150.755 62.7054ZM86.1808 62.9259L86.0717 64.0554L87.811 63.5131L87.9213 62.3711L86.1808 62.9259ZM104.415 61.7024L104.207 63.8526L106.047 63.3183L106.255 61.1698L104.415 61.7024ZM81.7529 62.0208L81.583 63.7797L83.3234 63.2249L83.4917 61.4785L81.7529 62.0208ZM166.111 61.0154L166.373 63.6441L169.404 62.7635L169.086 60.214L166.111 61.0154ZM176.738 61.241L177.028 63.6054L179.772 62.8199L179.531 60.4299L176.738 61.241ZM124.374 63.4471L128.554 62.2988L126.456 60.664L124.374 63.4471ZM155.693 61.429L153.959 61.8772L154.042 63.3986L156.182 62.8199L156.055 61.679C156.035 61.5027 155.864 61.3846 155.693 61.429ZM121.63 61.9604L123.385 63.3052C123.471 63.3713 123.582 63.3806 123.675 63.3411V59.228L121.63 61.9604ZM88.5249 62.1786L88.4141 63.3252L90.1363 62.788L90.2449 61.63L88.5249 62.1786ZM134.96 61.1442C135 61.8118 135.04 62.491 135.081 63.1811L140.259 61.7479L140.183 59.7099L134.96 61.1442ZM106.856 60.9955L106.649 63.1435L108.553 62.5904L108.739 60.4504L106.856 60.9955ZM113.669 61.7104L115.853 63.1326L118.081 60.4288L113.669 61.7104ZM97.6683 61.3048L97.4955 63.0985L99.0222 62.6565L99.1984 60.828L97.6683 61.3048ZM84.0942 61.2906L84.0947 61.298L83.9271 63.0324L85.638 62.4867L85.8051 60.7568L84.0942 61.2906ZM180.098 60.2653L180.34 62.657L183.888 61.6414L183.552 59.2622L180.098 60.2653ZM124.257 62.6308L125.997 60.3063L124.257 58.9501V62.6308ZM90.8474 61.4381L90.7388 62.6001L92.0035 62.2059L92.0757 61.0462L90.8474 61.4381ZM169.653 60.0614L169.97 62.5995L172.577 61.8419L172.278 59.3545L169.653 60.0614ZM99.8015 60.6401L99.6236 62.4822L101.516 61.9342L101.682 60.0534L99.8015 60.6401ZM109.338 60.2772L109.152 62.4161L110.588 61.9991L110.725 59.8757L109.338 60.2772ZM86.4087 60.5689L86.2422 62.2942L87.9821 61.7394L88.1475 60.0266L86.4087 60.5689ZM129.997 61.9023L133.793 60.8605L131.916 59.4747L129.997 61.9023ZM102.284 59.866L102.115 61.7605L103.874 61.2518L104.061 59.3118L102.284 59.866ZM129.373 61.7525L131.447 59.1284L129.215 57.4811L129.373 61.7525ZM126.805 60.1975L128.79 61.7445L128.642 57.7425L126.805 60.1975ZM172.846 59.2018L173.143 61.6773L176.1 60.8189L175.804 58.405L172.846 59.2018ZM119.177 60.1103C119.237 60.1374 119.295 60.1711 119.35 60.2129L121.168 61.6061L123.151 58.9558L119.177 60.1103ZM140.761 59.551L140.836 61.5885L146.37 60.0568L146.222 58.0512L140.761 59.551ZM88.7505 59.8387L88.5857 61.5469L90.304 60.9989L90.462 59.3049L88.7505 59.8387ZM163.232 59.379C163.093 59.4167 163.002 59.5502 163.018 59.6934L163.191 61.1977L165.483 60.5803L165.307 58.8151L163.232 59.379ZM132.757 45.499C132.736 45.1182 132.363 44.859 132 44.9738L113.78 50.7393V50.7746L113.651 61.1089L115.829 60.476C115.819 60.4417 115.815 60.405 115.819 60.3672L116.764 50.5821C116.798 50.2316 117.038 49.9355 117.373 49.8308L131.005 45.581C131.557 45.409 132.12 45.8117 132.138 46.3904L132.406 55.4288C132.411 55.5897 132.284 55.7242 132.123 55.729C131.963 55.7337 131.829 55.6068 131.824 55.4459L131.755 53.1373L130.098 53.6357L130.079 56.3356L133.277 55.4066L132.757 45.499ZM104.664 59.1238L104.476 61.0775L106.315 60.5449L106.508 58.5491L104.664 59.1238ZM92.1923 59.1802C92.2049 58.9763 92.01 58.8228 91.8154 58.8834L91.0645 59.117L90.9065 60.807L92.1144 60.4219L92.1923 59.1802ZM97.9013 59.5003C97.8816 59.5066 97.8614 59.5103 97.8416 59.5123L97.7291 60.6748L99.2598 60.1981L99.3724 59.031L97.9013 59.5003ZM176.371 58.2523L176.666 60.6543L179.471 59.8398L179.233 57.4816L176.371 58.2523ZM135.223 60.4675L139.935 59.1734L137.515 57.5967L135.223 60.4675ZM132.277 59.0167L134.165 60.4111C134.217 60.4493 134.277 60.4663 134.337 60.4663C134.26 59.1607 134.184 57.9015 134.112 56.6945L132.277 59.0167ZM165.876 58.6607L166.052 60.427L169.013 59.6296L168.793 57.8678L165.876 58.6607ZM107.111 58.3611L106.916 60.3707L108.793 59.8278L108.97 57.7813L107.111 58.3611ZM116.663 57.6782L116.409 60.3074L118.442 59.7173L118.609 57.0926L116.663 57.6782ZM99.9754 58.8384L99.8623 60.0101L101.738 59.4251L101.843 58.2432L99.9754 58.8384ZM135.02 55.9716C134.902 55.895 134.749 55.9143 134.653 56.0132C134.729 57.2689 134.809 58.5838 134.89 59.9514L137.025 57.2772L135.02 55.9716ZM146.794 57.894L146.943 59.8985L151.895 58.528L151.753 56.5327L146.794 57.894ZM124.653 58.5195L126.346 59.8392L128.079 57.5238L124.653 58.5195ZM183.127 56.433L179.802 57.3284L180.039 59.6746L183.469 58.6784L183.15 56.4239C183.143 56.4267 183.135 56.4309 183.127 56.433ZM109.571 57.5939L109.392 59.6541L110.764 59.2571L110.898 57.1803L109.571 57.5939ZM119.205 56.9138L119.036 59.5442L121.349 58.8726L121.444 56.2399L119.205 56.9138ZM169.359 57.7146C169.36 57.7211 169.363 57.7274 169.364 57.734L169.581 59.477L172.208 58.7695L171.995 56.9986L169.359 57.7146ZM102.444 58.0512L102.339 59.2377L104.122 58.6818L104.238 57.4794L102.444 58.0512ZM98.2685 56.9485C98.1567 56.9834 98.0763 57.0823 98.065 57.1991L97.9019 58.8874L99.4332 58.3993L99.6139 56.5287L98.2685 56.9485ZM141.231 58.8174L145.427 57.6651L143.258 56.1442L141.231 58.8174ZM122.034 56.0622L121.937 58.7012L123.684 58.1936L123.852 55.5148L122.034 56.0622ZM129.641 57.0704L131.808 58.6704L134.059 55.8218C134.058 55.8102 134.057 55.7987 134.056 55.7871L129.641 57.0704ZM172.561 56.8448C172.562 56.8501 172.564 56.8554 172.565 56.8608L172.776 58.6163L175.731 57.8206L175.514 56.0428L172.561 56.8448ZM137.881 57.1387L140.143 58.6129L139.991 54.4952L137.881 57.1387ZM140.723 58.5246L142.781 55.8099L140.565 54.2549L140.723 58.5246ZM104.842 57.2868L104.725 58.4944L106.568 57.9197L106.687 56.6984L104.842 57.2868ZM158.631 54.6302C158.587 54.6511 158.54 54.6687 158.492 54.6821L152.325 56.3749L152.468 58.3697L158.812 56.6141C158.827 56.6099 158.843 56.6078 158.858 56.6062L158.631 54.6302ZM100.216 56.3407L100.036 58.2067L101.899 57.6132L102.063 55.7654L100.216 56.3407ZM124.447 55.336L124.278 58.0211L126.589 57.3501L126.685 54.6627L124.447 55.336ZM107.29 56.5065L107.171 57.7317L109.025 57.1536L109.132 55.9187L107.29 56.5065ZM176.081 55.889L176.299 57.6673L179.174 56.8932L178.993 55.0984L176.081 55.889ZM102.662 55.5786C102.662 55.5833 102.663 55.5881 102.662 55.5928L102.5 57.4213L104.299 56.8477L104.477 55.0124L102.662 55.5786ZM146.818 57.2829L151.711 55.9397L151.705 55.868L149.135 54.2292L146.818 57.2829ZM96.9981 26.5643L68.2152 47.8617C69.7186 49.3786 71.8757 51.6613 73.7174 53.8419C74.6819 54.984 75.5645 56.1028 76.2218 57.0715C76.2685 57.1405 76.313 57.2096 76.3576 57.2772L103.422 37.4124L103.502 37.3537L103.602 37.356L131.875 38.0572C131.365 36.9911 130.729 35.7103 130.044 34.3605C128.585 31.488 126.913 28.3063 125.798 26.2152L96.9981 26.5643ZM143.611 55.6794L145.792 57.2099C145.907 57.2903 146.059 57.2758 146.158 57.1826L145.83 52.754L143.611 55.6794ZM127.274 54.4856L127.178 57.1786L129.496 56.5054L129.515 53.8111L127.274 54.4856ZM116.914 55.0757L116.723 57.051L118.649 56.4717L118.775 54.5038L116.914 55.0757ZM109.733 55.7273L109.626 56.9662L110.938 56.5572L111.018 55.3172L109.733 55.7273ZM135.26 55.4374C135.286 55.4509 135.312 55.4659 135.337 55.4824L137.39 56.8192L139.469 54.2144L135.26 55.4374ZM182.498 54.1466L179.562 54.9435L179.743 56.74L182.976 55.8697C183.008 55.8612 183.039 55.8592 183.07 55.8611L182.862 54.3876C182.837 54.214 182.667 54.1008 182.498 54.1466ZM105.079 54.825L104.902 56.6552L106.747 56.0668L106.923 54.2497L105.079 54.825ZM146.69 56.4877L148.642 53.9148L146.394 52.4811L146.69 56.4877ZM160.151 56.3339L171.94 53.1834L170.575 45.888L160.151 56.3339ZM119.37 54.3209L119.244 56.2929L121.466 55.6242L121.538 53.6545L119.37 54.3209ZM158.541 48.7349C158.608 48.8435 158.652 48.969 158.666 49.1063L159.129 53.7513C159.134 53.7944 159.134 53.8373 159.132 53.8795L159.405 56.2576L170.445 45.1937L169.394 39.5723L157.455 39.2761L158.541 48.7349ZM107.525 54.0623C107.525 54.0655 107.525 54.0688 107.525 54.072L107.35 55.8742L109.187 55.2887L109.343 53.4956L107.525 54.0623ZM152.264 55.5188C152.378 55.5528 152.504 55.5156 152.579 55.4168L154.771 52.525L151.941 50.9888L152.264 55.5188ZM153.23 55.5222L157.92 54.2344L155.289 52.8064L153.23 55.5222ZM122.127 53.4728L122.056 55.447L123.892 54.8945L124.017 52.8918L122.127 53.4728ZM140.921 53.7929L143.134 55.3451L145.269 52.5295L140.921 53.7929ZM149.489 53.7627L151.654 55.1434L151.377 51.2724L149.489 53.7627ZM111.146 53.3486C111.159 53.1446 110.964 52.9906 110.769 53.0513L109.944 53.3082L109.788 55.0973L111.059 54.6923L111.146 53.3486ZM132.804 38.6643C133.184 39.4868 133.458 40.1299 133.559 40.4836C133.581 40.5616 133.601 40.7007 133.62 40.8687C133.641 41.0465 133.665 41.2836 133.692 41.5756C133.744 42.1602 133.808 42.9725 133.881 43.9873C134.028 46.0173 134.214 48.864 134.43 52.3353C134.483 53.1943 134.536 54.0917 134.593 55.0244L157.554 48.3532C157.674 48.3186 157.793 48.3112 157.908 48.3259L156.867 39.2613L132.804 38.6643ZM124.612 52.7095L124.486 54.7157L126.707 54.0475L126.779 52.0431L124.612 52.7095ZM117.179 53.1271C117.153 53.1352 117.127 53.138 117.101 53.139L116.975 54.4468L118.815 53.8812L118.898 52.578L117.179 53.1271ZM155.646 52.3364L158.542 53.9091C158.544 53.9016 158.545 53.894 158.546 53.8863L158.01 49.2185L155.646 52.3364ZM127.367 51.862L127.296 53.8704L129.519 53.2011L129.534 51.1961L127.367 51.862ZM119.493 52.3877L119.41 53.6984L121.56 53.0371L121.608 51.7127L119.493 52.3877ZM146.839 52.0733L148.995 53.4483L150.943 50.8806L146.839 52.0733ZM172.504 53.0331L184.337 49.8707L171.119 45.6317L172.504 53.0331ZM130.117 51.0173L130.103 53.0257L131.737 52.5341L131.678 50.5371L130.117 51.0173ZM122.198 51.5248L122.15 52.8559L124.057 52.2698L124.142 50.9039L122.198 51.5248ZM117.547 50.3879C117.435 50.4227 117.354 50.5212 117.343 50.6379L117.161 52.5204L118.938 51.9531L119.069 49.9128L117.547 50.3879ZM193.317 25.3853L193.276 25.3984L193.233 25.3989L126.452 26.2072C127.565 28.2983 129.163 31.3387 130.562 34.0962C131.304 35.5565 131.991 36.939 132.522 38.0594C132.525 38.0641 132.526 38.069 132.529 38.0737L197.602 39.6891C197.763 39.6931 197.89 39.8271 197.886 39.9881C197.882 40.149 197.748 40.2763 197.588 40.2723L183.913 39.9328L186.421 52.4629L267.404 30.7253L267.422 30.666L263.93 22.4991L263.962 22.3971L270.493 1.05425L193.317 25.3853ZM124.737 50.7142L124.651 52.087L126.8 51.4262L126.85 50.0398L124.737 50.7142ZM152.259 50.4984L155.127 52.0551L157.453 48.9895L152.259 50.4984ZM119.664 49.7271L119.534 51.7629L121.631 51.0936L121.703 49.0914L119.664 49.7271ZM127.439 49.8518L127.39 51.2451L129.538 50.5849L129.548 49.1786L127.439 49.8518ZM122.292 48.908C122.292 48.9129 122.293 48.918 122.293 48.9228L122.221 50.905L124.182 50.2796L124.307 48.2798L122.292 48.908ZM130.131 48.9923L130.121 50.4055L131.66 49.9327L131.618 48.5179L130.131 48.9923ZM124.902 48.0941L124.777 50.0894L126.872 49.4207L126.942 47.4578L124.902 48.0941ZM170.997 44.9801L185.083 49.497C185.154 49.5198 185.211 49.5577 185.256 49.6041L183.341 40.0382C183.332 39.9975 183.333 39.9568 183.341 39.9186L169.988 39.5871L170.997 44.9801ZM127.531 47.2744L127.531 47.2818L127.461 49.2327L129.552 48.5651L129.565 46.6399L127.531 47.2744ZM131.178 46.1375L130.149 46.4582L130.136 48.3789L131.6 47.9112L131.555 46.4075C131.55 46.2146 131.362 46.0802 131.178 46.1375ZM110.113 96.9925C110.113 96.8061 109.94 96.6675 109.759 96.7077L108.411 97.0056C108.411 97.015 108.412 97.0245 108.412 97.0341L108.305 98.8488L109.897 98.4211C109.973 98.4007 110.049 98.4126 110.113 98.4478V96.9925ZM110.695 108.807L110.694 108.813L112.478 108.464L112.685 91.8786L92.4401 96.5123L91.3459 112.59L93.2523 112.218C93.2381 112.179 93.2316 112.137 93.2353 112.093L94.2465 100.169C94.2788 99.7876 94.5554 99.4713 94.9286 99.3888L109.634 96.1381C110.179 96.0178 110.695 96.4334 110.695 96.9925V108.807ZM140.308 92.3901L143.449 91.6667L143.497 89.7506L140.535 90.4125C140.402 90.4423 140.308 90.5607 140.308 90.6973V92.3901ZM144.512 75.6644L147.217 74.9986L147.15 71.9569L144.517 72.727V75.6166C144.517 75.6329 144.514 75.6488 144.512 75.6644Z" fill="%23E1EAF2" stroke="%23f1ffFf" stroke-width="0.216495" stroke-linecap="round"/></svg>');
  background-position: -2px 37px;
  flex-wrap: wrap;
}

.card-title {
  font-size: calc(18.06px * var(--var-fontscale));
  font-weight: 600;
  color: #293b49;
  margin-bottom: 12px;
  flex-grow: 1;
  font-family: "Montserrat", sans-serif;
}

.card-description {
  font-size: calc(12px * var(--var-fontscale));
  color: #293b49;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: left;
}

.service-card .card-description {
  display: none;
}

.card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  width: 100%;
}

.badge {
  padding: 6px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 24px;
  font-size: calc(10.73px * var(--var-fontscale));
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border: 1px solid #5962bf;
  color: #5962bf;
  text-transform: lowercase;
}

.badge-icon {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* Badge variants */
.badge {
  border: 1px solid #4c9185 !important;
  color: #4c9185 !important;
}

.badge-digital {
  border: 1px solid #5962bf !important;
  color: #5962bf !important;
}

.badge-presencial {
  border: 1px solid #1d7aa0 !important;
  color: #1d7aa0 !important;
}

.highlights-grid-layout .services-grid {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.highlights-grid-layout .services-grid.active {
  display: grid;
  /* Assuming it was grid or flex, but likely grid based on name */
  opacity: 1;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.btn-access {
  display: block;
  width: 100%;
  background-color: #1a82c4;
  color: white;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-weight: 400;
  font-size: calc(14px * var(--var-fontscale));
  position: relative;
  border-radius: 0;
  margin-top: auto;
  height: 52px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}


/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 50px;
}

.page-num,
.page-link {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: #293b49;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: calc(14px * var(--var-fontscale));
  background-color: white;
  border: 1px solid #d1d5dc;
}

.page-link {
  border-radius: 200px;
  padding: 0px 35px;
}

.page-link.disabled {
  cursor: default;
  background-color: #f8f9fa;
  border: none;
  pointer-events: none;
}

.page-num:hover:not(.active) {
  background-color: #edf2f7;
}

.page-num.active {
  background-color: #ffe156;
}

.footer-report {
  margin-top: 40px;
  display: flex;
}

.footer-report a {
  color: var(--primary-action);
  text-decoration: none;
  font-size: calc(18px * var(--var-fontscale));
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.footer-report a:hover {
  text-decoration: underline;
}

/* --- Service Single Page Styles --- */

.single-hero-banner {
  background-color: #5c748c;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 227px;
  color: #f8f9fa;
  font-family: "Montserrat", sans-serif;
  justify-content: center;
}

.hero-category {
  font-size: calc(18px * var(--var-fontscale));
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-family: "Montserrat", sans-serif;
  margin-top: 16px;
}

.hero-title-container {
  display: flex;
  gap: 75px;
}

.hero-category img {
  width: 24px;
  height: 24px;
}

.hero-category .icon {
  width: 24px;
  height: 24px;
  background: #e1eaf233;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-size: calc(42px * var(--var-fontscale));
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 54px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.btn-hero-access {
  border: 1px solid white;
  border-radius: 200px;
  color: #1a82c4;
  text-decoration: none;
  font-size: calc(18px * var(--var-fontscale));
  width: 195px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  font-weight: bold;
  background: #fff;
}

.btn-hero-access:hover {
  background-color: rgb(245, 245, 245);
}

.hero-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.hero-aside-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero-aside-top .back-link {
  color: white;
  text-decoration: none;
  font-size: calc(1.2rem * var(--var-fontscale));
}

.hero-aside-icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icon-round-btn {
  width: 38px;
  height: 38px;
  background-color: #3b82f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

.icon-round-btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Meta Info Bar */
.meta-info-bar {
  padding: 12px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(0.85rem * var(--var-fontscale));
  color: #4a5568;
  flex-flow: column;
}

.meta-actions-group {
  display: flex;
  align-items: center;
  gap: 30px;
}

.meta-action,
.social-icons-group {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4a5568;
  text-decoration: none;
  font-size: calc(12px * var(--var-fontscale));
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.meta-action svg {
  width: 18px;
  height: 18px;
  fill: var(--primary-action);
}

.social-icons-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icons-group a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons-group a svg {
  width: 20px;
  height: 20px;
  fill: var(--primary-action);
}

/* Single Layout */
.single-services-container {
  display: flex;
  gap: 40px;
  text-align: left;
  padding-top: 30px;
}

.container-bg-gray {
  background-color: #d1d5dc27;
}

.single-sidebar {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  order: 2;
}

.single-main-content {
  flex: 1;
}

/* Sidebar Cards */
.info-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 30px 21px;
}

.info-card * {
  font-family: "Montserrat", sans-serif;
  color: #293b49;
}

.info-card h3 {
  font-size: calc(20px * var(--var-fontscale));
  color: #2d3748;
  margin-bottom: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: calc(16px * var(--var-fontscale));
  color: #4a5568;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.info-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: #718096;
}

.info-item-action {
  text-align: right;
}

.info-item-action a {
  color: var(--primary-action);
  text-decoration: none;
  font-weight: 500;
  font-size: calc(11px * var(--var-fontscale));
  border: 1px solid var(--primary-action);
  width: 98px;
  height: 28px;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}

.tag-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.tag-buttons+hr {
  margin-top: 28px;
  margin-bottom: 28px;
  border-color: #e2e8f02e;
}

.tag-btn {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: calc(14px * var(--var-fontscale));
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  flex: 1;
  font-family: "Montserrat", sans-serif;
  width: max-content;
}

.tag-btn.outline {
  border: 1px solid var(--primary-action);
  color: var(--primary-action);
  background: transparent;
}

.tag-btn.solid {
  border: 1px solid var(--primary-action);
  background: var(--primary-action);
  color: white;
}

/* Attendance Info */
.attendance-block {
  margin-bottom: 15px;
}

.attendance-label {
  font-size: calc(14px * var(--var-fontscale));
  margin-bottom: 4px;
}

.attendance-value {
  font-size: calc(16px * var(--var-fontscale));
  font-weight: 500;
}

.attendance-block2 * {
  font-size: calc(14px * var(--var-fontscale));
}

.attendance-block2 p {
  font-weight: 500;
}

.attendance-contact {
  font-size: calc(16px * var(--var-fontscale));
  margin-bottom: 15px;
  line-height: 24px;
}

.attendance-contact p {
  color: #2d3748;
}

.attendance-contact span {
  color: #2d3748;
}

.attendance-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.attendance-links a {
  font-size: calc(0.9rem * var(--var-fontscale));
  color: var(--primary-action);
  text-decoration: underline;
}

.map-card {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

.map-card img {
  width: 100%;
  height: auto;
  display: block;
}

/* Rating Card */
.rating-card {
  background-color: #6d28d9;
  color: white;
  border-radius: 12px;
  padding: 25px;
}

.rating-card h3 {
  font-size: calc(1.2rem * var(--var-fontscale));
  margin-bottom: 15px;
  font-weight: 600;
  color: white;
}

.rating-score {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: calc(1rem * var(--var-fontscale));
}

.stars {
  color: var(--highlight-yellow);
  font-size: calc(1.1rem * var(--var-fontscale));
  letter-spacing: 2px;
}

.rating-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: calc(0.9rem * var(--var-fontscale));
}

.rating-links a {
  color: white;
  text-decoration: underline;
}

.views-count {
  margin-top: 20px;
  font-size: calc(0.85rem * var(--var-fontscale));
  opacity: 0.8;
}

/* Accordion */
.accordions-wrapper {
  margin-top: 25px;
}

.accordion-item {
  background: white;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.accordion-item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.accordion-header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-size: calc(22px * var(--var-fontscale));
  color: #293b49;
  background: white;
  transition: background 0.2s;
}

.accordion-item.active .accordion-header {
  background: #f8f9fa;
  color: #1a82c4;
  font-weight: 500;
}

.accordion-icon {
  transition: transform 0.3s;
  color: var(--primary-action);
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 15px 24px;
  color: #293b49;
  font-size: calc(16px * var(--var-fontscale));
  font-weight: 400;
}

.accordion-item.active .accordion-content {
  display: block;
}

.requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.requirements-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.requirements-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  background-color: #10b981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(12px * var(--var-fontscale));
  font-weight: bold;
}

/* Single Tags */
.single-tags-section {
  margin-top: 45px;
}

.single-tags-section h4 {
  font-size: calc(1rem * var(--var-fontscale));
  color: #2d3748;
  margin-bottom: 15px;
}

.related-services-wrapper {
  margin-top: 100px;
}

.related-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 31px;
  border-bottom: 4px solid #e1edf6;
  padding-bottom: 14px;
}

.related-header h2 {
  font-size: calc(32px * var(--var-fontscale));
  color: #293b49;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.related-header a {
  color: var(--primary-action);
  text-decoration: none;
  font-weight: 600;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.line-gray {
  margin-top: 80px;
  margin-bottom: 34px;
  color: #e5e7eb26;
  border-color: #00000012;
}

.related-grid .card-title {
  text-align: left;
}

.meta-date {
  font-size: calc(16px * var(--var-fontscale));
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

footer {
  margin-top: 0px;
}

.search-results-info {
  font-size: calc(24px * var(--var-fontscale));
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 57px;
}

.servico-avaliacao-box {
  background: #6341b3;
  border-radius: 20px;
  padding: 16px 25px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.servico-avaliacao-box-title {
  font-family: "Montserrat", sans-serif;
  color: white;
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  font-weight: 700;
  font-size: calc(22px * var(--var-fontscale));
  line-height: 20px;
}

.servico-avaliacao-box-stars-avaliacao strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: calc(16px * var(--var-fontscale));
  line-height: 22px;
  letter-spacing: 0px;
}

.servico-avaliacao-box-stars-avaliacao {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: calc(16px * var(--var-fontscale));
  line-height: 22px;
  letter-spacing: 0px;
  color: white;
  margin-left: 9px;
  min-width: max-content;
}

.servico-avaliacao-box-link {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: calc(16px * var(--var-fontscale));
  line-height: 22px;
  letter-spacing: 0px;
  color: white;
  text-decoration: none;
}

.servico-avaliacao-box-link:hover {
  text-decoration: underline;
}

.servico-avaliacao-box-stars {
  display: flex;
  gap: 6px;
}

.servico-avaliacao-box-views {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: calc(16px * var(--var-fontscale));
  line-height: 22px;
  letter-spacing: 0px;
  color: white;
}

.modal-avaliacao-servico-single-container {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #00000099;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  /* padding-top: 400px;
  padding-bottom: 200px; */
}

.modal-avaliacao-servico-single-container.active {
  display: flex;
}

.modal-avaliacao-servico-single-box {
  width: 779px;
}

.modal-avaliacao-servico-single-header {
  background: #6441b5;
  display: flex;
  flex-direction: column;
  padding: 15px 54px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.modal-avaliacao-servico-single-title {
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: calc(18px * var(--var-fontscale));
  font-weight: 600;
  line-height: 10px;
  color: white;
  text-align: center;
}

.modal-avaliacao-servico-single-name {
  font-family: "Montserrat", sans-serif;
  font-size: calc(32px * var(--var-fontscale));
  font-weight: 800;
  line-height: 36px;
  color: white;
  text-align: center;
}

.modal-avaliacao-servico-single-close-btn {
  position: absolute;
  margin-left: 672px;
  margin-top: -5px;
  cursor: pointer;
}

.modal-avaliacao-servico-single-body {
  padding: 10px 61px;
  background: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.modal-avaliacao-servico-single-body-title {
  font-family: "Montserrat", sans-serif;
  font-size: calc(20px * var(--var-fontscale));
  font-weight: 600;
  color: #293b49;
  text-align: center;
  margin-bottom: 15px;
}

.modal-avaliacao-servico-single-body-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-evenly;
}

.modal-avaliacao-servico-single-body-star-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: calc(15px * var(--var-fontscale));
  font-weight: 500;
  color: #1b1b1f;
  text-align: center;
  cursor: pointer;
}

.modal-avaliacao-servico-single-body-textarea textarea {
  resize: none;
  width: 100%;
  height: 99px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #f8f9fa;
  border: 1px solid #e5e7eb;
  margin-top: 58px;
  font-family: "Montserrat", sans-serif;
  font-size: calc(14px * var(--var-fontscale));
  font-weight: 400;
  color: #293b49a6;
}

.modal-avaliacao-servico-single-body-description {
  font-family: "Montserrat", sans-serif;
  font-size: calc(11px * var(--var-fontscale));
  font-weight: 400;
  color: #000;
}

.modal-avaliacao-servico-single-body-solution {
  margin-top: 20px;
}

.modal-avaliacao-servico-single-body-solution-title {
  font-family: "Montserrat", sans-serif;
  font-size: calc(18px * var(--var-fontscale));
  font-weight: 400;
  color: #293b49;
  margin-bottom: 14px;
}

.extra-avaliacao-msg {
  font-family: "Montserrat", sans-serif;
  font-size: calc(16px * var(--var-fontscale));
  font-weight: 500;
  color: #293b49;
  text-align: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #e5e7eb;
  margin: 15px 0;
}

.extra-avaliacao-title {
  font-family: "Montserrat", sans-serif;
  font-size: calc(16px * var(--var-fontscale));
  font-weight: 600;
  color: #293b49;
  line-height: 140%;
  margin-bottom: 14px;
  text-align: center;
}

.extra-avaliacao-title-with-top {
  font-family: "Montserrat", sans-serif;
  font-size: calc(16px * var(--var-fontscale));
  font-weight: 600;
  color: #293b49;
  line-height: 140%;
  margin: 15px 0;
  text-align: center;
}

.extra-avaliacao-subtitle {
  margin-top: 5px;
  border-top: 1px solid #e5e7eb;
  padding-top: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: calc(16px * var(--var-fontscale));
  font-weight: 400;
  color: #293b49;
  margin-bottom: -53px;
}

.modal-avaliacao-servico-single-body-solution-checkboxes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.modal-avaliacao-servico-single-body-solution-checkboxes>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-avaliacao-servico-single-body-solution-checkboxes input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
}

.modal-avaliacao-servico-single-body-solution-checkboxes label {
  font-family: "Montserrat", sans-serif;
  font-size: calc(18px * var(--var-fontscale));
  font-weight: 400;
  color: #293b49;
  cursor: pointer;
}

.modal-avaliacao-servico-single-body-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
  gap: 20px;
}

.modal-avaliacao-servico-single-body-action-cancel,
.modal-avaliacao-servico-single-body-action-send {
  padding: 12px 44px;
  border-radius: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: calc(18px * var(--var-fontscale));
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #1a82c4;
  border: 1px solid #1a82c4;
  background: transparent;
  text-decoration: none;
}

.modal-avaliacao-servico-single-body-action-send {
  color: white;
  border: 1px solid #1a82c4;
  background: #1a82c4;
}

.avaliacao-positiva {
  border-bottom: 20px solid #10dd6c !important;
}

.avaliacao-negativa {
  border-bottom: 20px solid #d85057 !important;
}

.star-svg-hidden {
  display: none;
}

.modal-avaliacao-servico-single-body-star-option .star-active {
  display: none;
}

.modal-avaliacao-servico-single-body-star-option.active .star-active {
  display: block;
}

.modal-avaliacao-servico-single-body-star-option.active .star-inactive {
  display: none;
}

.extra-avaliacao-negativa {
  display: none;
}

.extra-avaliacao-negativa.active {
  display: block;
}

.extra-avaliacao-positiva {
  display: none;
}

.extra-avaliacao-positiva.active {
  display: block;
}

@media (min-width: 768px) {
  .hero-category {
    margin-top: 0;
  }

  .single-sidebar {
    order: unset !important;
  }

  .meta-info-bar {
    flex-flow: row;
  }
}