.visible-t,
.visible-m {
  display: none;
}

.theme-light {
  --text-color: #384254;
  --text-invert-color: #e0edf4;
  --border-color: rgba(18, 25, 39, 0.21);
}

.theme-dark {
  --text-color: #e0edf4;
  --text-invert-color: #384254;
  --border-color: rgba(255, 255, 255, 0.21);
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/*HEADER*/

.header .second_header .container {
  gap: 2.604vw;
}

.header .second_header .phonea {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header .second_header .phonea .phone_small {
  font-size: 0.677vw;
}

.header .second_header .header_nav .menu-item:nth-child(n) a::after {
  content: "";
  width: 0;
  height: 0.08vw;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: var(--bg-header-color);
  overflow: hidden;
  position: absolute;
  bottom: -0.39vw;
  left: 0;
}

.header .second_header .header_nav .menu-item:nth-child(n).menu-item-has-children a::after {
  display: none;
}

.header .second_header .header_nav .menu-item:nth-child(n):hover a::after {
  content: "";
  width: 100%;
  height: 0.08vw;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: var(--bg-header-color);
  overflow: hidden;
  position: absolute;
  bottom: -0.39vw;
  left: 0;
}

.menu-item.menu-item-has-children::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23121927' stroke-linecap='square' /%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-item.menu-item-has-children:hover::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.header .second_header .telegram:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .second_header .telegram svg {
  width: 1.146vw;
  height: 1.042vw;
}

.header .second_header .telegram svg path {
  fill: var(--bg-primary-color);
}

.header .second_header .telegram:hover {
  background: #0051ff;
}

.header .second_header .telegram:hover svg path {
  fill: #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .second_header .header_social > .call_back {
  display: none;
  position: absolute;
}

.header .second_header .lang_switcher {
  cursor: pointer;
}

.header .second_header .lang_switcher .lang {
  text-transform: uppercase;
}

/*BANNER*/

.banner_container .banner_slide {
  position: relative;
}

.banner_container .banner_slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
}

.banner_container .block_banner_text {
  width: 100%;
  max-width: 56.979vw;
  left: 50%;
  top: calc(50% + 12.479vw);
  bottom: unset;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}

.banner_container .block_banner_text::after {
  content: "";
  display: block;
  position: absolute;
  width: 162%;
  height: 165%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.36;
  -webkit-filter: blur(134.9221801758px);
  filter: blur(134.9221801758px);
}

.banner_container .title {
  width: 100%;
  font-weight: 500;
  font-size: 3.333vw;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.banner_container .text {
  max-width: 40.104vw;
  font-size: 1.146vw;
  line-height: 140%;
  text-align: center;
  color: #e6e6e6;
  margin-top: 1.25vw;
  position: relative;
  z-index: 1;
}

.banner-scroll {
  width: 4.74vw;
  position: relative;
  z-index: 1;
  margin-top: 2.552vw;
}

.banner-scroll svg {
  width: 4.74vw;
  height: 7.396vw;
}

.banner-scroll path:not(:first-child) {
  -webkit-animation: flip 1s ease-out 0.5s infinite;
  animation: flip 1s ease-out 0.5s infinite;
}

/*DIRECTIONS*/

.directions_container {
  position: relative;
}

.directions_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
}

.directions_item {
  border: 0.052vw solid #e0edf4;
  height: 25.26vw;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
}

.directions_item:hover {
  outline: 0.156vw solid #e0edf4;
}

.directions_item-bg {
  height: 100%;
  position: relative;
}

.directions_item-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.directions_item-bg img:nth-child(2) {
  opacity: 0;
}

.directions_item:hover img:nth-child(1) {
  opacity: 0;
}

.directions_item:hover img:nth-child(2) {
  opacity: 1;
}

.directions_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10.417vw 7.292vw 5.208vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.833vw;
}

.directions_item:nth-child(odd) .directions_block {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.directions_btn {
  border: 0.052vw solid #e0edf4;
  border-radius: 4.688vw;
  width: 18.75vw;
  height: 3.958vw;
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  background: rgba(224, 237, 244, 0.4);
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 1.458vw;
  line-height: 120%;
  text-transform: uppercase;
  color: #121927;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 0.156vw;
  position: relative;
  overflow: hidden;
}

.directions_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.688vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#6fadcf), to(rgba(111, 173, 207, 0)));
  background: linear-gradient(180deg, #6fadcf 0%, rgba(111, 173, 207, 0) 100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}

.directions_btn span {
  border: 0.052vw solid transparent;
  border-radius: 7.292vw;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: relative;
  z-index: 1;
}

.directions_item:hover .directions_btn {
  color: #fff;
  background-color: #121927;
  border-color: transparent;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.directions_item:hover .directions_btn span {
  border-color: #fff;
}

.directions_item:hover .directions_btn::after {
  opacity: 1;
}

.directions_desc {
  font-family: "Helvetica Neue";
  font-size: 0.938vw;
  letter-spacing: -0.063vw;
  line-height: 160%;
  text-transform: uppercase;
  color: #121927;
  width: 18.75vw;
}

.directions_logo {
  border: 0.208vw solid #6fadcf;
  border-radius: 100%;
  width: 16.146vw;
  height: 16.146vw;
  background: var(--bg-header-color);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.directions_logo svg {
  width: 12.5vw;
  height: 4.219vw;
}

.directions_logo svg path {
  fill: var(--bg-primary-color);
}

/*MISSION*/

.mission_container {
  background-color: var(--bg-primary-color);
  padding-top: 6.354vw;
}

.mission_container .block_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.021vw;
  -moz-column-gap: 3.021vw;
  column-gap: 3.021vw;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.mission_block {
  margin-left: 10.625vw;
  padding-top: 4.792vw;
}

.mission_container .title_section {
  top: 0;
  left: 16.563vw;
}

.mission_list {
  margin-top: 2.425vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.292vw;
  padding-bottom: 9.323vw;
}

.mission_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25vw;
}

.mission_list-item::before {
  content: "";
  display: block;
  margin-top: 0.208vw;
  width: 5.417vw;
  height: 5.417vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--bg-header-color);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mission_list-item:first-child::before {
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.6565 96H8V8H96V96H81' stroke='%23616975'/%3E%3Cg clip-path='url(%23clip0_182_3981)'%3E%3Cmask id='path-2-outside-1_182_3981' maskUnits='userSpaceOnUse' x='16' y='46.5' width='66' height='52' fill='black'%3E%3Crect fill='white' x='16' y='46.5' width='66' height='52'/%3E%3Cpath d='M27.084 72.496C27.084 73.856 27.1293 75.5107 27.22 77.46C27.3107 79.364 27.5827 81.2227 28.036 83.036C28.5347 84.804 29.3053 86.3227 30.348 87.592C31.3907 88.8613 32.8867 89.496 34.836 89.496C36.8307 89.496 38.3493 88.8613 39.392 87.592C40.48 86.3227 41.2507 84.804 41.704 83.036C42.2027 81.2227 42.4973 79.364 42.588 77.46C42.6787 75.5107 42.724 73.856 42.724 72.496C42.724 71.68 42.7013 70.7053 42.656 69.572C42.656 68.3933 42.5653 67.192 42.384 65.968C42.248 64.744 42.0213 63.5427 41.704 62.364C41.432 61.14 41.0013 60.052 40.412 59.1C39.8227 58.148 39.0747 57.3773 38.168 56.788C37.2613 56.1987 36.1507 55.904 34.836 55.904C33.5213 55.904 32.4107 56.1987 31.504 56.788C30.6427 57.3773 29.9173 58.148 29.328 59.1C28.784 60.052 28.3533 61.14 28.036 62.364C27.7187 63.5427 27.492 64.744 27.356 65.968C27.22 67.192 27.1293 68.3933 27.084 69.572C27.084 70.7053 27.084 71.68 27.084 72.496ZM17.428 72.496C17.428 67.872 17.8813 63.996 18.788 60.868C19.74 57.6947 21.0093 55.156 22.596 53.252C24.1827 51.348 26.0187 49.988 28.104 49.172C30.2347 48.356 32.4787 47.948 34.836 47.948C37.2387 47.948 39.4827 48.356 41.568 49.172C43.6987 49.988 45.5573 51.348 47.144 53.252C48.776 55.156 50.0453 57.6947 50.952 60.868C51.904 63.996 52.38 67.872 52.38 72.496C52.38 77.256 51.904 81.2453 50.952 84.464C50.0453 87.6373 48.776 90.176 47.144 92.08C45.5573 93.984 43.6987 95.344 41.568 96.16C39.4827 96.976 37.2387 97.384 34.836 97.384C32.4787 97.384 30.2347 96.976 28.104 96.16C26.0187 95.344 24.1827 93.984 22.596 92.08C21.0093 90.176 19.74 87.6373 18.788 84.464C17.8813 81.2453 17.428 77.256 17.428 72.496ZM80.4412 96.5H70.7852V65.628H58.8172V58.352C60.4945 58.3973 62.1038 58.284 63.6452 58.012C65.2318 57.6947 66.6372 57.1733 67.8612 56.448C69.1305 55.6773 70.1958 54.68 71.0572 53.456C71.9185 52.232 72.4852 50.7133 72.7572 48.9H80.4412V96.5Z'/%3E%3C/mask%3E%3Cpath d='M27.22 77.46L26.2211 77.5065L26.2211 77.5076L27.22 77.46ZM28.036 83.036L27.0659 83.2785L27.0695 83.2931L27.0736 83.3075L28.036 83.036ZM30.348 87.592L31.1207 86.9573L30.348 87.592ZM39.392 87.592L38.6327 86.9412L38.6259 86.9492L38.6193 86.9573L39.392 87.592ZM41.704 83.036L40.7398 82.7708L40.7375 82.7792L40.7353 82.7876L41.704 83.036ZM42.588 77.46L43.5869 77.5076L43.5869 77.5065L42.588 77.46ZM42.656 69.572H41.656V69.592L41.6568 69.612L42.656 69.572ZM42.384 65.968L41.3901 66.0784L41.3921 66.0965L41.3948 66.1145L42.384 65.968ZM41.704 62.364L40.7278 62.5809L40.7326 62.6026L40.7384 62.624L41.704 62.364ZM40.412 59.1L39.5617 59.6264L40.412 59.1ZM38.168 56.788L38.713 55.9496L38.168 56.788ZM31.504 56.788L30.959 55.9496L30.9491 55.956L30.9393 55.9627L31.504 56.788ZM29.328 59.1L28.4777 58.5736L28.4685 58.5886L28.4598 58.6039L29.328 59.1ZM28.036 62.364L29.0017 62.624L29.004 62.615L28.036 62.364ZM27.356 65.968L28.3499 66.0784L27.356 65.968ZM27.084 69.572L26.0847 69.5336L26.084 69.5528V69.572H27.084ZM18.788 60.868L17.8301 60.5806L17.8275 60.5896L18.788 60.868ZM22.596 53.252L23.3642 53.8922L22.596 53.252ZM28.104 49.172L27.7463 48.2381L27.7396 48.2408L28.104 49.172ZM41.568 49.172L41.2036 50.1033L41.2104 50.1059L41.568 49.172ZM47.144 53.252L46.3757 53.8922L46.3847 53.9028L47.144 53.252ZM50.952 60.868L49.9905 61.1427L49.9928 61.151L49.9953 61.1592L50.952 60.868ZM50.952 84.464L49.993 84.1804L49.9905 84.1893L50.952 84.464ZM47.144 92.08L46.3847 91.4291L46.3758 91.4398L47.144 92.08ZM41.568 96.16L41.2103 95.2261L41.2036 95.2288L41.568 96.16ZM28.104 96.16L27.7396 97.0913L27.7464 97.0939L28.104 96.16ZM22.596 92.08L23.3642 91.4398L22.596 92.08ZM18.788 84.464L17.8255 84.7351L17.8277 84.7433L17.8302 84.7513L18.788 84.464ZM26.084 72.496C26.084 73.8765 26.13 75.5477 26.2211 77.5065L28.2189 77.4135C28.1287 75.4737 28.084 73.8355 28.084 72.496H26.084ZM26.2211 77.5076C26.3149 79.476 26.5962 81.4001 27.0659 83.2785L29.0061 82.7935C28.5691 81.0453 28.3065 79.252 28.2189 77.4124L26.2211 77.5076ZM27.0736 83.3075C27.6053 85.1926 28.4351 86.8387 29.5753 88.2267L31.1207 86.9573C30.1755 85.8066 29.4641 84.4154 28.9984 82.7645L27.0736 83.3075ZM29.5753 88.2267C30.844 89.7713 32.6494 90.496 34.836 90.496V88.496C33.1239 88.496 31.9373 87.9514 31.1207 86.9573L29.5753 88.2267ZM34.836 90.496C37.0593 90.496 38.8914 89.7769 40.1647 88.2267L38.6193 86.9573C37.8073 87.9458 36.6021 88.496 34.836 88.496V90.496ZM40.1513 88.2428C41.3479 86.8467 42.1848 85.1869 42.6727 83.2844L40.7353 82.7876C40.3165 84.4211 39.6121 85.7986 38.6327 86.9412L40.1513 88.2428ZM42.6682 83.3012C43.1867 81.4158 43.4927 79.4841 43.5869 77.5076L41.5891 77.4124C41.5019 79.2439 41.2187 81.0295 40.7398 82.7708L42.6682 83.3012ZM43.5869 77.5065C43.678 75.5477 43.724 73.8765 43.724 72.496H41.724C41.724 73.8355 41.6793 75.4737 41.5891 77.4135L43.5869 77.5065ZM43.724 72.496C43.724 71.6627 43.7009 70.674 43.6552 69.532L41.6568 69.612C41.7018 70.7367 41.724 71.6973 41.724 72.496H43.724ZM43.656 69.572C43.656 68.3419 43.5614 67.0916 43.3732 65.8214L41.3948 66.1145C41.5693 67.2924 41.656 68.4447 41.656 69.572H43.656ZM43.3779 65.8576C43.2363 64.5835 43.0003 63.3322 42.6696 62.104L40.7384 62.624C41.0424 63.7531 41.2597 64.9045 41.3901 66.0784L43.3779 65.8576ZM42.6802 62.1471C42.3867 60.8266 41.9173 59.6317 41.2623 58.5736L39.5617 59.6264C40.0854 60.4723 40.4773 61.4534 40.7278 62.5809L42.6802 62.1471ZM41.2623 58.5736C40.5982 57.501 39.7476 56.622 38.713 55.9496L37.623 57.6264C38.4018 58.1326 39.0471 58.795 39.5617 59.6264L41.2623 58.5736ZM38.713 55.9496C37.6121 55.234 36.3021 54.904 34.836 54.904V56.904C35.9993 56.904 36.9106 57.1633 37.623 57.6264L38.713 55.9496ZM34.836 54.904C33.3699 54.904 32.0599 55.234 30.959 55.9496L32.049 57.6264C32.7614 57.1633 33.6727 56.904 34.836 56.904V54.904ZM30.9393 55.9627C29.9548 56.6363 29.135 57.5119 28.4777 58.5736L30.1783 59.6264C30.6997 58.7841 31.3305 58.1184 32.0687 57.6133L30.9393 55.9627ZM28.4598 58.6039C27.8657 59.6435 27.4043 60.8161 27.068 62.113L29.004 62.615C29.3024 61.4639 29.7023 60.4605 30.1962 59.5961L28.4598 58.6039ZM27.0704 62.104C26.7397 63.3322 26.5037 64.5835 26.3621 65.8576L28.3499 66.0784C28.4803 64.9045 28.6976 63.7531 29.0016 62.624L27.0704 62.104ZM26.3621 65.8576C26.2236 67.1045 26.131 68.3298 26.0847 69.5336L28.0833 69.6104C28.1276 68.4568 28.2164 67.2795 28.3499 66.0784L26.3621 65.8576ZM26.084 69.572C26.084 69.5742 26.084 69.5764 26.084 69.5786C26.084 69.5808 26.084 69.5831 26.084 69.5853C26.084 69.5875 26.084 69.5897 26.084 69.5919C26.084 69.5941 26.084 69.5963 26.084 69.5985C26.084 69.6007 26.084 69.6029 26.084 69.6052C26.084 69.6074 26.084 69.6096 26.084 69.6118C26.084 69.614 26.084 69.6162 26.084 69.6184C26.084 69.6206 26.084 69.6228 26.084 69.625C26.084 69.6272 26.084 69.6294 26.084 69.6316C26.084 69.6338 26.084 69.636 26.084 69.6382C26.084 69.6404 26.084 69.6426 26.084 69.6448C26.084 69.647 26.084 69.6492 26.084 69.6514C26.084 69.6536 26.084 69.6558 26.084 69.658C26.084 69.6602 26.084 69.6624 26.084 69.6646C26.084 69.6668 26.084 69.669 26.084 69.6712C26.084 69.6734 26.084 69.6756 26.084 69.6778C26.084 69.68 26.084 69.6822 26.084 69.6844C26.084 69.6866 26.084 69.6888 26.084 69.6909C26.084 69.6931 26.084 69.6953 26.084 69.6975C26.084 69.6997 26.084 69.7019 26.084 69.7041C26.084 69.7063 26.084 69.7085 26.084 69.7107C26.084 69.7128 26.084 69.715 26.084 69.7172C26.084 69.7194 26.084 69.7216 26.084 69.7238C26.084 69.726 26.084 69.7281 26.084 69.7303C26.084 69.7325 26.084 69.7347 26.084 69.7369C26.084 69.7391 26.084 69.7412 26.084 69.7434C26.084 69.7456 26.084 69.7478 26.084 69.75C26.084 69.7522 26.084 69.7543 26.084 69.7565C26.084 69.7587 26.084 69.7609 26.084 69.7631C26.084 69.7652 26.084 69.7674 26.084 69.7696C26.084 69.7718 26.084 69.7739 26.084 69.7761C26.084 69.7783 26.084 69.7805 26.084 69.7826C26.084 69.7848 26.084 69.787 26.084 69.7892C26.084 69.7913 26.084 69.7935 26.084 69.7957C26.084 69.7979 26.084 69.8 26.084 69.8022C26.084 69.8044 26.084 69.8065 26.084 69.8087C26.084 69.8109 26.084 69.813 26.084 69.8152C26.084 69.8174 26.084 69.8196 26.084 69.8217C26.084 69.8239 26.084 69.8261 26.084 69.8282C26.084 69.8304 26.084 69.8326 26.084 69.8347C26.084 69.8369 26.084 69.839 26.084 69.8412C26.084 69.8434 26.084 69.8455 26.084 69.8477C26.084 69.8499 26.084 69.852 26.084 69.8542C26.084 69.8563 26.084 69.8585 26.084 69.8607C26.084 69.8628 26.084 69.865 26.084 69.8671C26.084 69.8693 26.084 69.8715 26.084 69.8736C26.084 69.8758 26.084 69.8779 26.084 69.8801C26.084 69.8823 26.084 69.8844 26.084 69.8866C26.084 69.8887 26.084 69.8909 26.084 69.893C26.084 69.8952 26.084 69.8973 26.084 69.8995C26.084 69.9016 26.084 69.9038 26.084 69.9059C26.084 69.9081 26.084 69.9103 26.084 69.9124C26.084 69.9146 26.084 69.9167 26.084 69.9188C26.084 69.921 26.084 69.9231 26.084 69.9253C26.084 69.9274 26.084 69.9296 26.084 69.9317C26.084 69.9339 26.084 69.936 26.084 69.9382C26.084 69.9403 26.084 69.9425 26.084 69.9446C26.084 69.9468 26.084 69.9489 26.084 69.951C26.084 69.9532 26.084 69.9553 26.084 69.9575C26.084 69.9596 26.084 69.9618 26.084 69.9639C26.084 69.966 26.084 69.9682 26.084 69.9703C26.084 69.9725 26.084 69.9746 26.084 69.9767C26.084 69.9789 26.084 69.981 26.084 69.9832C26.084 69.9853 26.084 69.9874 26.084 69.9896C26.084 69.9917 26.084 69.9938 26.084 69.996C26.084 69.9981 26.084 70.0002 26.084 70.0024C26.084 70.0045 26.084 70.0066 26.084 70.0088C26.084 70.0109 26.084 70.013 26.084 70.0152C26.084 70.0173 26.084 70.0194 26.084 70.0216C26.084 70.0237 26.084 70.0258 26.084 70.0279C26.084 70.0301 26.084 70.0322 26.084 70.0343C26.084 70.0365 26.084 70.0386 26.084 70.0407C26.084 70.0428 26.084 70.045 26.084 70.0471C26.084 70.0492 26.084 70.0513 26.084 70.0535C26.084 70.0556 26.084 70.0577 26.084 70.0598C26.084 70.062 26.084 70.0641 26.084 70.0662C26.084 70.0683 26.084 70.0704 26.084 70.0726C26.084 70.0747 26.084 70.0768 26.084 70.0789C26.084 70.081 26.084 70.0832 26.084 70.0853C26.084 70.0874 26.084 70.0895 26.084 70.0916C26.084 70.0937 26.084 70.0959 26.084 70.098C26.084 70.1001 26.084 70.1022 26.084 70.1043C26.084 70.1064 26.084 70.1085 26.084 70.1107C26.084 70.1128 26.084 70.1149 26.084 70.117C26.084 70.1191 26.084 70.1212 26.084 70.1233C26.084 70.1254 26.084 70.1276 26.084 70.1297C26.084 70.1318 26.084 70.1339 26.084 70.136C26.084 70.1381 26.084 70.1402 26.084 70.1423C26.084 70.1444 26.084 70.1465 26.084 70.1486C26.084 70.1507 26.084 70.1528 26.084 70.1549C26.084 70.1571 26.084 70.1592 26.084 70.1613C26.084 70.1634 26.084 70.1655 26.084 70.1676C26.084 70.1697 26.084 70.1718 26.084 70.1739C26.084 70.176 26.084 70.1781 26.084 70.1802C26.084 70.1823 26.084 70.1844 26.084 70.1865C26.084 70.1886 26.084 70.1907 26.084 70.1928C26.084 70.1949 26.084 70.197 26.084 70.1991C26.084 70.2011 26.084 70.2032 26.084 70.2053C26.084 70.2074 26.084 70.2095 26.084 70.2116C26.084 70.2137 26.084 70.2158 26.084 70.2179C26.084 70.22 26.084 70.2221 26.084 70.2242C26.084 70.2263 26.084 70.2284 26.084 70.2304C26.084 70.2325 26.084 70.2346 26.084 70.2367C26.084 70.2388 26.084 70.2409 26.084 70.243C26.084 70.2451 26.084 70.2472 26.084 70.2492C26.084 70.2513 26.084 70.2534 26.084 70.2555C26.084 70.2576 26.084 70.2597 26.084 70.2618C26.084 70.2638 26.084 70.2659 26.084 70.268C26.084 70.2701 26.084 70.2722 26.084 70.2743C26.084 70.2763 26.084 70.2784 26.084 70.2805C26.084 70.2826 26.084 70.2847 26.084 70.2867C26.084 70.2888 26.084 70.2909 26.084 70.293C26.084 70.295 26.084 70.2971 26.084 70.2992C26.084 70.3013 26.084 70.3034 26.084 70.3054C26.084 70.3075 26.084 70.3096 26.084 70.3117C26.084 70.3137 26.084 70.3158 26.084 70.3179C26.084 70.32 26.084 70.322 26.084 70.3241C26.084 70.3262 26.084 70.3282 26.084 70.3303C26.084 70.3324 26.084 70.3344 26.084 70.3365C26.084 70.3386 26.084 70.3407 26.084 70.3427C26.084 70.3448 26.084 70.3469 26.084 70.3489C26.084 70.351 26.084 70.3531 26.084 70.3551C26.084 70.3572 26.084 70.3593 26.084 70.3613C26.084 70.3634 26.084 70.3655 26.084 70.3675C26.084 70.3696 26.084 70.3716 26.084 70.3737C26.084 70.3758 26.084 70.3778 26.084 70.3799C26.084 70.382 26.084 70.384 26.084 70.3861C26.084 70.3881 26.084 70.3902 26.084 70.3923C26.084 70.3943 26.084 70.3964 26.084 70.3984C26.084 70.4005 26.084 70.4025 26.084 70.4046C26.084 70.4067 26.084 70.4087 26.084 70.4108C26.084 70.4128 26.084 70.4149 26.084 70.4169C26.084 70.419 26.084 70.421 26.084 70.4231C26.084 70.4251 26.084 70.4272 26.084 70.4292C26.084 70.4313 26.084 70.4333 26.084 70.4354C26.084 70.4374 26.084 70.4395 26.084 70.4415C26.084 70.4436 26.084 70.4456 26.084 70.4477C26.084 70.4497 26.084 70.4518 26.084 70.4538C26.084 70.4559 26.084 70.4579 26.084 70.46C26.084 70.462 26.084 70.4641 26.084 70.4661C26.084 70.4681 26.084 70.4702 26.084 70.4722C26.084 70.4743 26.084 70.4763 26.084 70.4784C26.084 70.4804 26.084 70.4824 26.084 70.4845C26.084 70.4865 26.084 70.4886 26.084 70.4906C26.084 70.4926 26.084 70.4947 26.084 70.4967C26.084 70.4987 26.084 70.5008 26.084 70.5028C26.084 70.5049 26.084 70.5069 26.084 70.5089C26.084 70.511 26.084 70.513 26.084 70.515C26.084 70.5171 26.084 70.5191 26.084 70.5211C26.084 70.5232 26.084 70.5252 26.084 70.5272C26.084 70.5293 26.084 70.5313 26.084 70.5333C26.084 70.5354 26.084 70.5374 26.084 70.5394C26.084 70.5415 26.084 70.5435 26.084 70.5455C26.084 70.5475 26.084 70.5496 26.084 70.5516C26.084 70.5536 26.084 70.5556 26.084 70.5577C26.084 70.5597 26.084 70.5617 26.084 70.5637C26.084 70.5658 26.084 70.5678 26.084 70.5698C26.084 70.5718 26.084 70.5739 26.084 70.5759C26.084 70.5779 26.084 70.5799 26.084 70.582C26.084 70.584 26.084 70.586 26.084 70.588C26.084 70.59 26.084 70.5921 26.084 70.5941C26.084 70.5961 26.084 70.5981 26.084 70.6001C26.084 70.6021 26.084 70.6042 26.084 70.6062C26.084 70.6082 26.084 70.6102 26.084 70.6122C26.084 70.6142 26.084 70.6163 26.084 70.6183C26.084 70.6203 26.084 70.6223 26.084 70.6243C26.084 70.6263 26.084 70.6283 26.084 70.6303C26.084 70.6324 26.084 70.6344 26.084 70.6364C26.084 70.6384 26.084 70.6404 26.084 70.6424C26.084 70.6444 26.084 70.6464 26.084 70.6484C26.084 70.6504 26.084 70.6524 26.084 70.6544C26.084 70.6565 26.084 70.6585 26.084 70.6605C26.084 70.6625 26.084 70.6645 26.084 70.6665C26.084 70.6685 26.084 70.6705 26.084 70.6725C26.084 70.6745 26.084 70.6765 26.084 70.6785C26.084 70.6805 26.084 70.6825 26.084 70.6845C26.084 70.6865 26.084 70.6885 26.084 70.6905C26.084 70.6925 26.084 70.6945 26.084 70.6965C26.084 70.6985 26.084 70.7005 26.084 70.7025C26.084 70.7045 26.084 70.7065 26.084 70.7085C26.084 70.7105 26.084 70.7125 26.084 70.7145C26.084 70.7165 26.084 70.7185 26.084 70.7204C26.084 70.7224 26.084 70.7244 26.084 70.7264C26.084 70.7284 26.084 70.7304 26.084 70.7324C26.084 70.7344 26.084 70.7364 26.084 70.7384C26.084 70.7404 26.084 70.7423 26.084 70.7443C26.084 70.7463 26.084 70.7483 26.084 70.7503C26.084 70.7523 26.084 70.7543 26.084 70.7563C26.084 70.7582 26.084 70.7602 26.084 70.7622C26.084 70.7642 26.084 70.7662 26.084 70.7682C26.084 70.7701 26.084 70.7721 26.084 70.7741C26.084 70.7761 26.084 70.7781 26.084 70.7801C26.084 70.782 26.084 70.784 26.084 70.786C26.084 70.788 26.084 70.79 26.084 70.7919C26.084 70.7939 26.084 70.7959 26.084 70.7979C26.084 70.7999 26.084 70.8018 26.084 70.8038C26.084 70.8058 26.084 70.8078 26.084 70.8097C26.084 70.8117 26.084 70.8137 26.084 70.8157C26.084 70.8176 26.084 70.8196 26.084 70.8216C26.084 70.8235 26.084 70.8255 26.084 70.8275C26.084 70.8295 26.084 70.8314 26.084 70.8334C26.084 70.8354 26.084 70.8373 26.084 70.8393C26.084 70.8413 26.084 70.8433 26.084 70.8452C26.084 70.8472 26.084 70.8492 26.084 70.8511C26.084 70.8531 26.084 70.8551 26.084 70.857C26.084 70.859 26.084 70.8609 26.084 70.8629C26.084 70.8649 26.084 70.8668 26.084 70.8688C26.084 70.8708 26.084 70.8727 26.084 70.8747C26.084 70.8767 26.084 70.8786 26.084 70.8806C26.084 70.8825 26.084 70.8845 26.084 70.8865C26.084 70.8884 26.084 70.8904 26.084 70.8923C26.084 70.8943 26.084 70.8962 26.084 70.8982C26.084 70.9002 26.084 70.9021 26.084 70.9041C26.084 70.906 26.084 70.908 26.084 70.9099C26.084 70.9119 26.084 70.9138 26.084 70.9158C26.084 70.9178 26.084 70.9197 26.084 70.9217C26.084 70.9236 26.084 70.9256 26.084 70.9275C26.084 70.9295 26.084 70.9314 26.084 70.9334C26.084 70.9353 26.084 70.9373 26.084 70.9392C26.084 70.9412 26.084 70.9431 26.084 70.9451C26.084 70.947 26.084 70.9489 26.084 70.9509C26.084 70.9528 26.084 70.9548 26.084 70.9567C26.084 70.9587 26.084 70.9606 26.084 70.9626C26.084 70.9645 26.084 70.9664 26.084 70.9684C26.084 70.9703 26.084 70.9723 26.084 70.9742C26.084 70.9762 26.084 70.9781 26.084 70.98C26.084 70.982 26.084 70.9839 26.084 70.9859C26.084 70.9878 26.084 70.9897 26.084 70.9917C26.084 70.9936 26.084 70.9955 26.084 70.9975C26.084 70.9994 26.084 71.0014 26.084 71.0033C26.084 71.0052 26.084 71.0072 26.084 71.0091C26.084 71.011 26.084 71.013 26.084 71.0149C26.084 71.0168 26.084 71.0188 26.084 71.0207C26.084 71.0226 26.084 71.0245 26.084 71.0265C26.084 71.0284 26.084 71.0303 26.084 71.0323C26.084 71.0342 26.084 71.0361 26.084 71.0381C26.084 71.04 26.084 71.0419 26.084 71.0438C26.084 71.0458 26.084 71.0477 26.084 71.0496C26.084 71.0515 26.084 71.0535 26.084 71.0554C26.084 71.0573 26.084 71.0592 26.084 71.0612C26.084 71.0631 26.084 71.065 26.084 71.0669C26.084 71.0688 26.084 71.0708 26.084 71.0727C26.084 71.0746 26.084 71.0765 26.084 71.0784C26.084 71.0804 26.084 71.0823 26.084 71.0842C26.084 71.0861 26.084 71.088 26.084 71.09C26.084 71.0919 26.084 71.0938 26.084 71.0957C26.084 71.0976 26.084 71.0995 26.084 71.1015C26.084 71.1034 26.084 71.1053 26.084 71.1072C26.084 71.1091 26.084 71.111 26.084 71.1129C26.084 71.1148 26.084 71.1168 26.084 71.1187C26.084 71.1206 26.084 71.1225 26.084 71.1244C26.084 71.1263 26.084 71.1282 26.084 71.1301C26.084 71.132 26.084 71.1339 26.084 71.1358C26.084 71.1378 26.084 71.1397 26.084 71.1416C26.084 71.1435 26.084 71.1454 26.084 71.1473C26.084 71.1492 26.084 71.1511 26.084 71.153C26.084 71.1549 26.084 71.1568 26.084 71.1587C26.084 71.1606 26.084 71.1625 26.084 71.1644C26.084 71.1663 26.084 71.1682 26.084 71.1701C26.084 71.172 26.084 71.1739 26.084 71.1758C26.084 71.1777 26.084 71.1796 26.084 71.1815C26.084 71.1834 26.084 71.1853 26.084 71.1872C26.084 71.1891 26.084 71.191 26.084 71.1929C26.084 71.1948 26.084 71.1967 26.084 71.1986C26.084 71.2005 26.084 71.2024 26.084 71.2043C26.084 71.2061 26.084 71.208 26.084 71.2099C26.084 71.2118 26.084 71.2137 26.084 71.2156C26.084 71.2175 26.084 71.2194 26.084 71.2213C26.084 71.2232 26.084 71.225 26.084 71.2269C26.084 71.2288 26.084 71.2307 26.084 71.2326C26.084 71.2345 26.084 71.2364 26.084 71.2383C26.084 71.2401 26.084 71.242 26.084 71.2439C26.084 71.2458 26.084 71.2477 26.084 71.2496C26.084 71.2514 26.084 71.2533 26.084 71.2552C26.084 71.2571 26.084 71.259 26.084 71.2608C26.084 71.2627 26.084 71.2646 26.084 71.2665C26.084 71.2684 26.084 71.2702 26.084 71.2721C26.084 71.274 26.084 71.2759 26.084 71.2778C26.084 71.2796 26.084 71.2815 26.084 71.2834C26.084 71.2853 26.084 71.2871 26.084 71.289C26.084 71.2909 26.084 71.2928 26.084 71.2946C26.084 71.2965 26.084 71.2984 26.084 71.3003C26.084 71.3021 26.084 71.304 26.084 71.3059C26.084 71.3077 26.084 71.3096 26.084 71.3115C26.084 71.3134 26.084 71.3152 26.084 71.3171C26.084 71.319 26.084 71.3208 26.084 71.3227C26.084 71.3246 26.084 71.3264 26.084 71.3283C26.084 71.3302 26.084 71.332 26.084 71.3339C26.084 71.3358 26.084 71.3376 26.084 71.3395C26.084 71.3413 26.084 71.3432 26.084 71.3451C26.084 71.3469 26.084 71.3488 26.084 71.3507C26.084 71.3525 26.084 71.3544 26.084 71.3562C26.084 71.3581 26.084 71.36 26.084 71.3618C26.084 71.3637 26.084 71.3655 26.084 71.3674C26.084 71.3693 26.084 71.3711 26.084 71.373C26.084 71.3748 26.084 71.3767 26.084 71.3785C26.084 71.3804 26.084 71.3822 26.084 71.3841C26.084 71.3859 26.084 71.3878 26.084 71.3897C26.084 71.3915 26.084 71.3934 26.084 71.3952C26.084 71.3971 26.084 71.3989 26.084 71.4008C26.084 71.4026 26.084 71.4045 26.084 71.4063C26.084 71.4082 26.084 71.41 26.084 71.4119C26.084 71.4137 26.084 71.4156 26.084 71.4174C26.084 71.4192 26.084 71.4211 26.084 71.4229C26.084 71.4248 26.084 71.4266 26.084 71.4285C26.084 71.4303 26.084 71.4322 26.084 71.434C26.084 71.4358 26.084 71.4377 26.084 71.4395C26.084 71.4414 26.084 71.4432 26.084 71.4451C26.084 71.4469 26.084 71.4487 26.084 71.4506C26.084 71.4524 26.084 71.4543 26.084 71.4561C26.084 71.4579 26.084 71.4598 26.084 71.4616C26.084 71.4634 26.084 71.4653 26.084 71.4671C26.084 71.469 26.084 71.4708 26.084 71.4726C26.084 71.4745 26.084 71.4763 26.084 71.4781C26.084 71.48 26.084 71.4818 26.084 71.4836C26.084 71.4855 26.084 71.4873 26.084 71.4891C26.084 71.4909 26.084 71.4928 26.084 71.4946C26.084 71.4964 26.084 71.4983 26.084 71.5001C26.084 71.5019 26.084 71.5038 26.084 71.5056C26.084 71.5074 26.084 71.5092 26.084 71.5111C26.084 71.5129 26.084 71.5147 26.084 71.5165C26.084 71.5184 26.084 71.5202 26.084 71.522C26.084 71.5238 26.084 71.5257 26.084 71.5275C26.084 71.5293 26.084 71.5311 26.084 71.5329C26.084 71.5348 26.084 71.5366 26.084 71.5384C26.084 71.5402 26.084 71.542 26.084 71.5439C26.084 71.5457 26.084 71.5475 26.084 71.5493C26.084 71.5511 26.084 71.553 26.084 71.5548C26.084 71.5566 26.084 71.5584 26.084 71.5602C26.084 71.562 26.084 71.5639 26.084 71.5657C26.084 71.5675 26.084 71.5693 26.084 71.5711C26.084 71.5729 26.084 71.5747 26.084 71.5765C26.084 71.5784 26.084 71.5802 26.084 71.582C26.084 71.5838 26.084 71.5856 26.084 71.5874C26.084 71.5892 26.084 71.591 26.084 71.5928C26.084 71.5946 26.084 71.5964 26.084 71.5983C26.084 71.6001 26.084 71.6019 26.084 71.6037C26.084 71.6055 26.084 71.6073 26.084 71.6091C26.084 71.6109 26.084 71.6127 26.084 71.6145C26.084 71.6163 26.084 71.6181 26.084 71.6199C26.084 71.6217 26.084 71.6235 26.084 71.6253C26.084 71.6271 26.084 71.6289 26.084 71.6307C26.084 71.6325 26.084 71.6343 26.084 71.6361C26.084 71.6379 26.084 71.6397 26.084 71.6415C26.084 71.6433 26.084 71.6451 26.084 71.6469C26.084 71.6487 26.084 71.6505 26.084 71.6523C26.084 71.6541 26.084 71.6559 26.084 71.6577C26.084 71.6595 26.084 71.6612 26.084 71.663C26.084 71.6648 26.084 71.6666 26.084 71.6684C26.084 71.6702 26.084 71.672 26.084 71.6738C26.084 71.6756 26.084 71.6774 26.084 71.6791C26.084 71.6809 26.084 71.6827 26.084 71.6845C26.084 71.6863 26.084 71.6881 26.084 71.6899C26.084 71.6917 26.084 71.6934 26.084 71.6952C26.084 71.697 26.084 71.6988 26.084 71.7006C26.084 71.7024 26.084 71.7042 26.084 71.7059C26.084 71.7077 26.084 71.7095 26.084 71.7113C26.084 71.7131 26.084 71.7148 26.084 71.7166C26.084 71.7184 26.084 71.7202 26.084 71.722C26.084 71.7237 26.084 71.7255 26.084 71.7273C26.084 71.7291 26.084 71.7309 26.084 71.7326C26.084 71.7344 26.084 71.7362 26.084 71.738C26.084 71.7397 26.084 71.7415 26.084 71.7433C26.084 71.7451 26.084 71.7468 26.084 71.7486C26.084 71.7504 26.084 71.7521 26.084 71.7539C26.084 71.7557 26.084 71.7575 26.084 71.7592C26.084 71.761 26.084 71.7628 26.084 71.7645C26.084 71.7663 26.084 71.7681 26.084 71.7698C26.084 71.7716 26.084 71.7734 26.084 71.7752C26.084 71.7769 26.084 71.7787 26.084 71.7804C26.084 71.7822 26.084 71.784 26.084 71.7857C26.084 71.7875 26.084 71.7893 26.084 71.791C26.084 71.7928 26.084 71.7946 26.084 71.7963C26.084 71.7981 26.084 71.7998 26.084 71.8016C26.084 71.8034 26.084 71.8051 26.084 71.8069C26.084 71.8086 26.084 71.8104 26.084 71.8122C26.084 71.8139 26.084 71.8157 26.084 71.8174C26.084 71.8192 26.084 71.8209 26.084 71.8227C26.084 71.8245 26.084 71.8262 26.084 71.828C26.084 71.8297 26.084 71.8315 26.084 71.8332C26.084 71.835 26.084 71.8367 26.084 71.8385C26.084 71.8402 26.084 71.842 26.084 71.8438C26.084 71.8455 26.084 71.8473 26.084 71.849C26.084 71.8507 26.084 71.8525 26.084 71.8542C26.084 71.856 26.084 71.8577 26.084 71.8595C26.084 71.8612 26.084 71.863 26.084 71.8647C26.084 71.8665 26.084 71.8682 26.084 71.87C26.084 71.8717 26.084 71.8735 26.084 71.8752C26.084 71.8769 26.084 71.8787 26.084 71.8804C26.084 71.8822 26.084 71.8839 26.084 71.8857C26.084 71.8874 26.084 71.8891 26.084 71.8909C26.084 71.8926 26.084 71.8944 26.084 71.8961C26.084 71.8978 26.084 71.8996 26.084 71.9013C26.084 71.9031 26.084 71.9048 26.084 71.9065C26.084 71.9083 26.084 71.91 26.084 71.9117C26.084 71.9135 26.084 71.9152 26.084 71.9169C26.084 71.9187 26.084 71.9204 26.084 71.9221C26.084 71.9239 26.084 71.9256 26.084 71.9273C26.084 71.9291 26.084 71.9308 26.084 71.9325C26.084 71.9343 26.084 71.936 26.084 71.9377C26.084 71.9394 26.084 71.9412 26.084 71.9429C26.084 71.9446 26.084 71.9464 26.084 71.9481C26.084 71.9498 26.084 71.9515 26.084 71.9533C26.084 71.955 26.084 71.9567 26.084 71.9584C26.084 71.9602 26.084 71.9619 26.084 71.9636C26.084 71.9653 26.084 71.9671 26.084 71.9688C26.084 71.9705 26.084 71.9722 26.084 71.9739C26.084 71.9757 26.084 71.9774 26.084 71.9791C26.084 71.9808 26.084 71.9825 26.084 71.9843C26.084 71.986 26.084 71.9877 26.084 71.9894C26.084 71.9911 26.084 71.9929 26.084 71.9946C26.084 71.9963 26.084 71.998 26.084 71.9997C26.084 72.0014 26.084 72.0031 26.084 72.0049C26.084 72.0066 26.084 72.0083 26.084 72.01C26.084 72.0117 26.084 72.0134 26.084 72.0151C26.084 72.0168 26.084 72.0186 26.084 72.0203C26.084 72.022 26.084 72.0237 26.084 72.0254C26.084 72.0271 26.084 72.0288 26.084 72.0305C26.084 72.0322 26.084 72.0339 26.084 72.0356C26.084 72.0373 26.084 72.0391 26.084 72.0408C26.084 72.0425 26.084 72.0442 26.084 72.0459C26.084 72.0476 26.084 72.0493 26.084 72.051C26.084 72.0527 26.084 72.0544 26.084 72.0561C26.084 72.0578 26.084 72.0595 26.084 72.0612C26.084 72.0629 26.084 72.0646 26.084 72.0663C26.084 72.068 26.084 72.0697 26.084 72.0714C26.084 72.0731 26.084 72.0748 26.084 72.0765C26.084 72.0782 26.084 72.0799 26.084 72.0816C26.084 72.0833 26.084 72.085 26.084 72.0866C26.084 72.0883 26.084 72.09 26.084 72.0917C26.084 72.0934 26.084 72.0951 26.084 72.0968C26.084 72.0985 26.084 72.1002 26.084 72.1019C26.084 72.1036 26.084 72.1053 26.084 72.1069C26.084 72.1086 26.084 72.1103 26.084 72.112C26.084 72.1137 26.084 72.1154 26.084 72.1171C26.084 72.1188 26.084 72.1204 26.084 72.1221C26.084 72.1238 26.084 72.1255 26.084 72.1272C26.084 72.1289 26.084 72.1306 26.084 72.1322C26.084 72.1339 26.084 72.1356 26.084 72.1373C26.084 72.139 26.084 72.1407 26.084 72.1423C26.084 72.144 26.084 72.1457 26.084 72.1474C26.084 72.1491 26.084 72.1507 26.084 72.1524C26.084 72.1541 26.084 72.1558 26.084 72.1574C26.084 72.1591 26.084 72.1608 26.084 72.1625C26.084 72.1642 26.084 72.1658 26.084 72.1675C26.084 72.1692 26.084 72.1709 26.084 72.1725C26.084 72.1742 26.084 72.1759 26.084 72.1775C26.084 72.1792 26.084 72.1809 26.084 72.1826C26.084 72.1842 26.084 72.1859 26.084 72.1876C26.084 72.1892 26.084 72.1909 26.084 72.1926C26.084 72.1943 26.084 72.1959 26.084 72.1976C26.084 72.1993 26.084 72.2009 26.084 72.2026C26.084 72.2043 26.084 72.2059 26.084 72.2076C26.084 72.2093 26.084 72.2109 26.084 72.2126C26.084 72.2142 26.084 72.2159 26.084 72.2176C26.084 72.2192 26.084 72.2209 26.084 72.2226C26.084 72.2242 26.084 72.2259 26.084 72.2275C26.084 72.2292 26.084 72.2309 26.084 72.2325C26.084 72.2342 26.084 72.2358 26.084 72.2375C26.084 72.2392 26.084 72.2408 26.084 72.2425C26.084 72.2441 26.084 72.2458 26.084 72.2474C26.084 72.2491 26.084 72.2507 26.084 72.2524C26.084 72.2541 26.084 72.2557 26.084 72.2574C26.084 72.259 26.084 72.2607 26.084 72.2623C26.084 72.264 26.084 72.2656 26.084 72.2673C26.084 72.2689 26.084 72.2706 26.084 72.2722C26.084 72.2739 26.084 72.2755 26.084 72.2772C26.084 72.2788 26.084 72.2805 26.084 72.2821C26.084 72.2838 26.084 72.2854 26.084 72.287C26.084 72.2887 26.084 72.2903 26.084 72.292C26.084 72.2936 26.084 72.2953 26.084 72.2969C26.084 72.2986 26.084 72.3002 26.084 72.3018C26.084 72.3035 26.084 72.3051 26.084 72.3068C26.084 72.3084 26.084 72.3101 26.084 72.3117C26.084 72.3133 26.084 72.315 26.084 72.3166C26.084 72.3182 26.084 72.3199 26.084 72.3215C26.084 72.3232 26.084 72.3248 26.084 72.3264C26.084 72.3281 26.084 72.3297 26.084 72.3313C26.084 72.333 26.084 72.3346 26.084 72.3362C26.084 72.3379 26.084 72.3395 26.084 72.3411C26.084 72.3428 26.084 72.3444 26.084 72.346C26.084 72.3477 26.084 72.3493 26.084 72.3509C26.084 72.3526 26.084 72.3542 26.084 72.3558C26.084 72.3574 26.084 72.3591 26.084 72.3607C26.084 72.3623 26.084 72.364 26.084 72.3656C26.084 72.3672 26.084 72.3688 26.084 72.3705C26.084 72.3721 26.084 72.3737 26.084 72.3753C26.084 72.377 26.084 72.3786 26.084 72.3802C26.084 72.3818 26.084 72.3834 26.084 72.3851C26.084 72.3867 26.084 72.3883 26.084 72.3899C26.084 72.3916 26.084 72.3932 26.084 72.3948C26.084 72.3964 26.084 72.398 26.084 72.3996C26.084 72.4013 26.084 72.4029 26.084 72.4045C26.084 72.4061 26.084 72.4077 26.084 72.4093C26.084 72.411 26.084 72.4126 26.084 72.4142C26.084 72.4158 26.084 72.4174 26.084 72.419C26.084 72.4206 26.084 72.4223 26.084 72.4239C26.084 72.4255 26.084 72.4271 26.084 72.4287C26.084 72.4303 26.084 72.4319 26.084 72.4335C26.084 72.4351 26.084 72.4368 26.084 72.4384C26.084 72.44 26.084 72.4416 26.084 72.4432C26.084 72.4448 26.084 72.4464 26.084 72.448C26.084 72.4496 26.084 72.4512 26.084 72.4528C26.084 72.4544 26.084 72.456 26.084 72.4576C26.084 72.4592 26.084 72.4608 26.084 72.4624C26.084 72.464 26.084 72.4656 26.084 72.4672C26.084 72.4688 26.084 72.4704 26.084 72.472C26.084 72.4736 26.084 72.4752 26.084 72.4768C26.084 72.4784 26.084 72.48 26.084 72.4816C26.084 72.4832 26.084 72.4848 26.084 72.4864C26.084 72.488 26.084 72.4896 26.084 72.4912C26.084 72.4928 26.084 72.4944 26.084 72.496H28.084C28.084 72.4944 28.084 72.4928 28.084 72.4912C28.084 72.4896 28.084 72.488 28.084 72.4864C28.084 72.4848 28.084 72.4832 28.084 72.4816C28.084 72.48 28.084 72.4784 28.084 72.4768C28.084 72.4752 28.084 72.4736 28.084 72.472C28.084 72.4704 28.084 72.4688 28.084 72.4672C28.084 72.4656 28.084 72.464 28.084 72.4624C28.084 72.4608 28.084 72.4592 28.084 72.4576C28.084 72.456 28.084 72.4544 28.084 72.4528C28.084 72.4512 28.084 72.4496 28.084 72.448C28.084 72.4464 28.084 72.4448 28.084 72.4432C28.084 72.4416 28.084 72.44 28.084 72.4384C28.084 72.4368 28.084 72.4351 28.084 72.4335C28.084 72.4319 28.084 72.4303 28.084 72.4287C28.084 72.4271 28.084 72.4255 28.084 72.4239C28.084 72.4223 28.084 72.4206 28.084 72.419C28.084 72.4174 28.084 72.4158 28.084 72.4142C28.084 72.4126 28.084 72.411 28.084 72.4093C28.084 72.4077 28.084 72.4061 28.084 72.4045C28.084 72.4029 28.084 72.4013 28.084 72.3996C28.084 72.398 28.084 72.3964 28.084 72.3948C28.084 72.3932 28.084 72.3916 28.084 72.3899C28.084 72.3883 28.084 72.3867 28.084 72.3851C28.084 72.3834 28.084 72.3818 28.084 72.3802C28.084 72.3786 28.084 72.377 28.084 72.3753C28.084 72.3737 28.084 72.3721 28.084 72.3705C28.084 72.3688 28.084 72.3672 28.084 72.3656C28.084 72.364 28.084 72.3623 28.084 72.3607C28.084 72.3591 28.084 72.3574 28.084 72.3558C28.084 72.3542 28.084 72.3526 28.084 72.3509C28.084 72.3493 28.084 72.3477 28.084 72.346C28.084 72.3444 28.084 72.3428 28.084 72.3411C28.084 72.3395 28.084 72.3379 28.084 72.3362C28.084 72.3346 28.084 72.333 28.084 72.3313C28.084 72.3297 28.084 72.3281 28.084 72.3264C28.084 72.3248 28.084 72.3232 28.084 72.3215C28.084 72.3199 28.084 72.3182 28.084 72.3166C28.084 72.315 28.084 72.3133 28.084 72.3117C28.084 72.3101 28.084 72.3084 28.084 72.3068C28.084 72.3051 28.084 72.3035 28.084 72.3018C28.084 72.3002 28.084 72.2986 28.084 72.2969C28.084 72.2953 28.084 72.2936 28.084 72.292C28.084 72.2903 28.084 72.2887 28.084 72.287C28.084 72.2854 28.084 72.2838 28.084 72.2821C28.084 72.2805 28.084 72.2788 28.084 72.2772C28.084 72.2755 28.084 72.2739 28.084 72.2722C28.084 72.2706 28.084 72.2689 28.084 72.2673C28.084 72.2656 28.084 72.264 28.084 72.2623C28.084 72.2607 28.084 72.259 28.084 72.2574C28.084 72.2557 28.084 72.2541 28.084 72.2524C28.084 72.2507 28.084 72.2491 28.084 72.2474C28.084 72.2458 28.084 72.2441 28.084 72.2425C28.084 72.2408 28.084 72.2392 28.084 72.2375C28.084 72.2358 28.084 72.2342 28.084 72.2325C28.084 72.2309 28.084 72.2292 28.084 72.2275C28.084 72.2259 28.084 72.2242 28.084 72.2226C28.084 72.2209 28.084 72.2192 28.084 72.2176C28.084 72.2159 28.084 72.2142 28.084 72.2126C28.084 72.2109 28.084 72.2093 28.084 72.2076C28.084 72.2059 28.084 72.2043 28.084 72.2026C28.084 72.2009 28.084 72.1993 28.084 72.1976C28.084 72.1959 28.084 72.1943 28.084 72.1926C28.084 72.1909 28.084 72.1892 28.084 72.1876C28.084 72.1859 28.084 72.1842 28.084 72.1826C28.084 72.1809 28.084 72.1792 28.084 72.1775C28.084 72.1759 28.084 72.1742 28.084 72.1725C28.084 72.1709 28.084 72.1692 28.084 72.1675C28.084 72.1658 28.084 72.1642 28.084 72.1625C28.084 72.1608 28.084 72.1591 28.084 72.1574C28.084 72.1558 28.084 72.1541 28.084 72.1524C28.084 72.1507 28.084 72.1491 28.084 72.1474C28.084 72.1457 28.084 72.144 28.084 72.1423C28.084 72.1407 28.084 72.139 28.084 72.1373C28.084 72.1356 28.084 72.1339 28.084 72.1322C28.084 72.1306 28.084 72.1289 28.084 72.1272C28.084 72.1255 28.084 72.1238 28.084 72.1221C28.084 72.1204 28.084 72.1188 28.084 72.1171C28.084 72.1154 28.084 72.1137 28.084 72.112C28.084 72.1103 28.084 72.1086 28.084 72.1069C28.084 72.1053 28.084 72.1036 28.084 72.1019C28.084 72.1002 28.084 72.0985 28.084 72.0968C28.084 72.0951 28.084 72.0934 28.084 72.0917C28.084 72.09 28.084 72.0883 28.084 72.0866C28.084 72.085 28.084 72.0833 28.084 72.0816C28.084 72.0799 28.084 72.0782 28.084 72.0765C28.084 72.0748 28.084 72.0731 28.084 72.0714C28.084 72.0697 28.084 72.068 28.084 72.0663C28.084 72.0646 28.084 72.0629 28.084 72.0612C28.084 72.0595 28.084 72.0578 28.084 72.0561C28.084 72.0544 28.084 72.0527 28.084 72.051C28.084 72.0493 28.084 72.0476 28.084 72.0459C28.084 72.0442 28.084 72.0425 28.084 72.0408C28.084 72.0391 28.084 72.0373 28.084 72.0356C28.084 72.0339 28.084 72.0322 28.084 72.0305C28.084 72.0288 28.084 72.0271 28.084 72.0254C28.084 72.0237 28.084 72.022 28.084 72.0203C28.084 72.0186 28.084 72.0168 28.084 72.0151C28.084 72.0134 28.084 72.0117 28.084 72.01C28.084 72.0083 28.084 72.0066 28.084 72.0049C28.084 72.0031 28.084 72.0014 28.084 71.9997C28.084 71.998 28.084 71.9963 28.084 71.9946C28.084 71.9929 28.084 71.9911 28.084 71.9894C28.084 71.9877 28.084 71.986 28.084 71.9843C28.084 71.9825 28.084 71.9808 28.084 71.9791C28.084 71.9774 28.084 71.9757 28.084 71.9739C28.084 71.9722 28.084 71.9705 28.084 71.9688C28.084 71.9671 28.084 71.9653 28.084 71.9636C28.084 71.9619 28.084 71.9602 28.084 71.9584C28.084 71.9567 28.084 71.955 28.084 71.9533C28.084 71.9515 28.084 71.9498 28.084 71.9481C28.084 71.9464 28.084 71.9446 28.084 71.9429C28.084 71.9412 28.084 71.9394 28.084 71.9377C28.084 71.936 28.084 71.9343 28.084 71.9325C28.084 71.9308 28.084 71.9291 28.084 71.9273C28.084 71.9256 28.084 71.9239 28.084 71.9221C28.084 71.9204 28.084 71.9187 28.084 71.9169C28.084 71.9152 28.084 71.9135 28.084 71.9117C28.084 71.91 28.084 71.9083 28.084 71.9065C28.084 71.9048 28.084 71.9031 28.084 71.9013C28.084 71.8996 28.084 71.8978 28.084 71.8961C28.084 71.8944 28.084 71.8926 28.084 71.8909C28.084 71.8891 28.084 71.8874 28.084 71.8857C28.084 71.8839 28.084 71.8822 28.084 71.8804C28.084 71.8787 28.084 71.8769 28.084 71.8752C28.084 71.8735 28.084 71.8717 28.084 71.87C28.084 71.8682 28.084 71.8665 28.084 71.8647C28.084 71.863 28.084 71.8612 28.084 71.8595C28.084 71.8577 28.084 71.856 28.084 71.8542C28.084 71.8525 28.084 71.8507 28.084 71.849C28.084 71.8473 28.084 71.8455 28.084 71.8438C28.084 71.842 28.084 71.8402 28.084 71.8385C28.084 71.8367 28.084 71.835 28.084 71.8332C28.084 71.8315 28.084 71.8297 28.084 71.828C28.084 71.8262 28.084 71.8245 28.084 71.8227C28.084 71.8209 28.084 71.8192 28.084 71.8174C28.084 71.8157 28.084 71.8139 28.084 71.8122C28.084 71.8104 28.084 71.8086 28.084 71.8069C28.084 71.8051 28.084 71.8034 28.084 71.8016C28.084 71.7998 28.084 71.7981 28.084 71.7963C28.084 71.7946 28.084 71.7928 28.084 71.791C28.084 71.7893 28.084 71.7875 28.084 71.7857C28.084 71.784 28.084 71.7822 28.084 71.7804C28.084 71.7787 28.084 71.7769 28.084 71.7752C28.084 71.7734 28.084 71.7716 28.084 71.7698C28.084 71.7681 28.084 71.7663 28.084 71.7645C28.084 71.7628 28.084 71.761 28.084 71.7592C28.084 71.7575 28.084 71.7557 28.084 71.7539C28.084 71.7521 28.084 71.7504 28.084 71.7486C28.084 71.7468 28.084 71.7451 28.084 71.7433C28.084 71.7415 28.084 71.7397 28.084 71.738C28.084 71.7362 28.084 71.7344 28.084 71.7326C28.084 71.7309 28.084 71.7291 28.084 71.7273C28.084 71.7255 28.084 71.7237 28.084 71.722C28.084 71.7202 28.084 71.7184 28.084 71.7166C28.084 71.7148 28.084 71.7131 28.084 71.7113C28.084 71.7095 28.084 71.7077 28.084 71.7059C28.084 71.7042 28.084 71.7024 28.084 71.7006C28.084 71.6988 28.084 71.697 28.084 71.6952C28.084 71.6934 28.084 71.6917 28.084 71.6899C28.084 71.6881 28.084 71.6863 28.084 71.6845C28.084 71.6827 28.084 71.6809 28.084 71.6791C28.084 71.6774 28.084 71.6756 28.084 71.6738C28.084 71.672 28.084 71.6702 28.084 71.6684C28.084 71.6666 28.084 71.6648 28.084 71.663C28.084 71.6612 28.084 71.6595 28.084 71.6577C28.084 71.6559 28.084 71.6541 28.084 71.6523C28.084 71.6505 28.084 71.6487 28.084 71.6469C28.084 71.6451 28.084 71.6433 28.084 71.6415C28.084 71.6397 28.084 71.6379 28.084 71.6361C28.084 71.6343 28.084 71.6325 28.084 71.6307C28.084 71.6289 28.084 71.6271 28.084 71.6253C28.084 71.6235 28.084 71.6217 28.084 71.6199C28.084 71.6181 28.084 71.6163 28.084 71.6145C28.084 71.6127 28.084 71.6109 28.084 71.6091C28.084 71.6073 28.084 71.6055 28.084 71.6037C28.084 71.6019 28.084 71.6001 28.084 71.5983C28.084 71.5964 28.084 71.5946 28.084 71.5928C28.084 71.591 28.084 71.5892 28.084 71.5874C28.084 71.5856 28.084 71.5838 28.084 71.582C28.084 71.5802 28.084 71.5784 28.084 71.5765C28.084 71.5747 28.084 71.5729 28.084 71.5711C28.084 71.5693 28.084 71.5675 28.084 71.5657C28.084 71.5639 28.084 71.562 28.084 71.5602C28.084 71.5584 28.084 71.5566 28.084 71.5548C28.084 71.553 28.084 71.5511 28.084 71.5493C28.084 71.5475 28.084 71.5457 28.084 71.5439C28.084 71.542 28.084 71.5402 28.084 71.5384C28.084 71.5366 28.084 71.5348 28.084 71.5329C28.084 71.5311 28.084 71.5293 28.084 71.5275C28.084 71.5257 28.084 71.5238 28.084 71.522C28.084 71.5202 28.084 71.5184 28.084 71.5165C28.084 71.5147 28.084 71.5129 28.084 71.5111C28.084 71.5092 28.084 71.5074 28.084 71.5056C28.084 71.5038 28.084 71.5019 28.084 71.5001C28.084 71.4983 28.084 71.4964 28.084 71.4946C28.084 71.4928 28.084 71.4909 28.084 71.4891C28.084 71.4873 28.084 71.4855 28.084 71.4836C28.084 71.4818 28.084 71.48 28.084 71.4781C28.084 71.4763 28.084 71.4745 28.084 71.4726C28.084 71.4708 28.084 71.469 28.084 71.4671C28.084 71.4653 28.084 71.4634 28.084 71.4616C28.084 71.4598 28.084 71.4579 28.084 71.4561C28.084 71.4543 28.084 71.4524 28.084 71.4506C28.084 71.4487 28.084 71.4469 28.084 71.4451C28.084 71.4432 28.084 71.4414 28.084 71.4395C28.084 71.4377 28.084 71.4358 28.084 71.434C28.084 71.4322 28.084 71.4303 28.084 71.4285C28.084 71.4266 28.084 71.4248 28.084 71.4229C28.084 71.4211 28.084 71.4192 28.084 71.4174C28.084 71.4156 28.084 71.4137 28.084 71.4119C28.084 71.41 28.084 71.4082 28.084 71.4063C28.084 71.4045 28.084 71.4026 28.084 71.4008C28.084 71.3989 28.084 71.3971 28.084 71.3952C28.084 71.3934 28.084 71.3915 28.084 71.3897C28.084 71.3878 28.084 71.3859 28.084 71.3841C28.084 71.3822 28.084 71.3804 28.084 71.3785C28.084 71.3767 28.084 71.3748 28.084 71.373C28.084 71.3711 28.084 71.3693 28.084 71.3674C28.084 71.3655 28.084 71.3637 28.084 71.3618C28.084 71.36 28.084 71.3581 28.084 71.3562C28.084 71.3544 28.084 71.3525 28.084 71.3507C28.084 71.3488 28.084 71.3469 28.084 71.3451C28.084 71.3432 28.084 71.3413 28.084 71.3395C28.084 71.3376 28.084 71.3358 28.084 71.3339C28.084 71.332 28.084 71.3302 28.084 71.3283C28.084 71.3264 28.084 71.3246 28.084 71.3227C28.084 71.3208 28.084 71.319 28.084 71.3171C28.084 71.3152 28.084 71.3134 28.084 71.3115C28.084 71.3096 28.084 71.3077 28.084 71.3059C28.084 71.304 28.084 71.3021 28.084 71.3003C28.084 71.2984 28.084 71.2965 28.084 71.2946C28.084 71.2928 28.084 71.2909 28.084 71.289C28.084 71.2871 28.084 71.2853 28.084 71.2834C28.084 71.2815 28.084 71.2796 28.084 71.2778C28.084 71.2759 28.084 71.274 28.084 71.2721C28.084 71.2702 28.084 71.2684 28.084 71.2665C28.084 71.2646 28.084 71.2627 28.084 71.2608C28.084 71.259 28.084 71.2571 28.084 71.2552C28.084 71.2533 28.084 71.2514 28.084 71.2496C28.084 71.2477 28.084 71.2458 28.084 71.2439C28.084 71.242 28.084 71.2401 28.084 71.2383C28.084 71.2364 28.084 71.2345 28.084 71.2326C28.084 71.2307 28.084 71.2288 28.084 71.2269C28.084 71.225 28.084 71.2232 28.084 71.2213C28.084 71.2194 28.084 71.2175 28.084 71.2156C28.084 71.2137 28.084 71.2118 28.084 71.2099C28.084 71.208 28.084 71.2061 28.084 71.2043C28.084 71.2024 28.084 71.2005 28.084 71.1986C28.084 71.1967 28.084 71.1948 28.084 71.1929C28.084 71.191 28.084 71.1891 28.084 71.1872C28.084 71.1853 28.084 71.1834 28.084 71.1815C28.084 71.1796 28.084 71.1777 28.084 71.1758C28.084 71.1739 28.084 71.172 28.084 71.1701C28.084 71.1682 28.084 71.1663 28.084 71.1644C28.084 71.1625 28.084 71.1606 28.084 71.1587C28.084 71.1568 28.084 71.1549 28.084 71.153C28.084 71.1511 28.084 71.1492 28.084 71.1473C28.084 71.1454 28.084 71.1435 28.084 71.1416C28.084 71.1397 28.084 71.1378 28.084 71.1358C28.084 71.1339 28.084 71.132 28.084 71.1301C28.084 71.1282 28.084 71.1263 28.084 71.1244C28.084 71.1225 28.084 71.1206 28.084 71.1187C28.084 71.1168 28.084 71.1148 28.084 71.1129C28.084 71.111 28.084 71.1091 28.084 71.1072C28.084 71.1053 28.084 71.1034 28.084 71.1015C28.084 71.0995 28.084 71.0976 28.084 71.0957C28.084 71.0938 28.084 71.0919 28.084 71.09C28.084 71.088 28.084 71.0861 28.084 71.0842C28.084 71.0823 28.084 71.0804 28.084 71.0784C28.084 71.0765 28.084 71.0746 28.084 71.0727C28.084 71.0708 28.084 71.0688 28.084 71.0669C28.084 71.065 28.084 71.0631 28.084 71.0612C28.084 71.0592 28.084 71.0573 28.084 71.0554C28.084 71.0535 28.084 71.0515 28.084 71.0496C28.084 71.0477 28.084 71.0458 28.084 71.0438C28.084 71.0419 28.084 71.04 28.084 71.0381C28.084 71.0361 28.084 71.0342 28.084 71.0323C28.084 71.0303 28.084 71.0284 28.084 71.0265C28.084 71.0245 28.084 71.0226 28.084 71.0207C28.084 71.0188 28.084 71.0168 28.084 71.0149C28.084 71.013 28.084 71.011 28.084 71.0091C28.084 71.0072 28.084 71.0052 28.084 71.0033C28.084 71.0014 28.084 70.9994 28.084 70.9975C28.084 70.9955 28.084 70.9936 28.084 70.9917C28.084 70.9897 28.084 70.9878 28.084 70.9859C28.084 70.9839 28.084 70.982 28.084 70.98C28.084 70.9781 28.084 70.9762 28.084 70.9742C28.084 70.9723 28.084 70.9703 28.084 70.9684C28.084 70.9664 28.084 70.9645 28.084 70.9626C28.084 70.9606 28.084 70.9587 28.084 70.9567C28.084 70.9548 28.084 70.9528 28.084 70.9509C28.084 70.9489 28.084 70.947 28.084 70.9451C28.084 70.9431 28.084 70.9412 28.084 70.9392C28.084 70.9373 28.084 70.9353 28.084 70.9334C28.084 70.9314 28.084 70.9295 28.084 70.9275C28.084 70.9256 28.084 70.9236 28.084 70.9217C28.084 70.9197 28.084 70.9178 28.084 70.9158C28.084 70.9138 28.084 70.9119 28.084 70.9099C28.084 70.908 28.084 70.906 28.084 70.9041C28.084 70.9021 28.084 70.9002 28.084 70.8982C28.084 70.8962 28.084 70.8943 28.084 70.8923C28.084 70.8904 28.084 70.8884 28.084 70.8865C28.084 70.8845 28.084 70.8825 28.084 70.8806C28.084 70.8786 28.084 70.8767 28.084 70.8747C28.084 70.8727 28.084 70.8708 28.084 70.8688C28.084 70.8668 28.084 70.8649 28.084 70.8629C28.084 70.8609 28.084 70.859 28.084 70.857C28.084 70.8551 28.084 70.8531 28.084 70.8511C28.084 70.8492 28.084 70.8472 28.084 70.8452C28.084 70.8433 28.084 70.8413 28.084 70.8393C28.084 70.8373 28.084 70.8354 28.084 70.8334C28.084 70.8314 28.084 70.8295 28.084 70.8275C28.084 70.8255 28.084 70.8235 28.084 70.8216C28.084 70.8196 28.084 70.8176 28.084 70.8157C28.084 70.8137 28.084 70.8117 28.084 70.8097C28.084 70.8078 28.084 70.8058 28.084 70.8038C28.084 70.8018 28.084 70.7999 28.084 70.7979C28.084 70.7959 28.084 70.7939 28.084 70.7919C28.084 70.79 28.084 70.788 28.084 70.786C28.084 70.784 28.084 70.782 28.084 70.7801C28.084 70.7781 28.084 70.7761 28.084 70.7741C28.084 70.7721 28.084 70.7701 28.084 70.7682C28.084 70.7662 28.084 70.7642 28.084 70.7622C28.084 70.7602 28.084 70.7582 28.084 70.7563C28.084 70.7543 28.084 70.7523 28.084 70.7503C28.084 70.7483 28.084 70.7463 28.084 70.7443C28.084 70.7423 28.084 70.7404 28.084 70.7384C28.084 70.7364 28.084 70.7344 28.084 70.7324C28.084 70.7304 28.084 70.7284 28.084 70.7264C28.084 70.7244 28.084 70.7224 28.084 70.7204C28.084 70.7185 28.084 70.7165 28.084 70.7145C28.084 70.7125 28.084 70.7105 28.084 70.7085C28.084 70.7065 28.084 70.7045 28.084 70.7025C28.084 70.7005 28.084 70.6985 28.084 70.6965C28.084 70.6945 28.084 70.6925 28.084 70.6905C28.084 70.6885 28.084 70.6865 28.084 70.6845C28.084 70.6825 28.084 70.6805 28.084 70.6785C28.084 70.6765 28.084 70.6745 28.084 70.6725C28.084 70.6705 28.084 70.6685 28.084 70.6665C28.084 70.6645 28.084 70.6625 28.084 70.6605C28.084 70.6585 28.084 70.6565 28.084 70.6544C28.084 70.6524 28.084 70.6504 28.084 70.6484C28.084 70.6464 28.084 70.6444 28.084 70.6424C28.084 70.6404 28.084 70.6384 28.084 70.6364C28.084 70.6344 28.084 70.6324 28.084 70.6303C28.084 70.6283 28.084 70.6263 28.084 70.6243C28.084 70.6223 28.084 70.6203 28.084 70.6183C28.084 70.6163 28.084 70.6142 28.084 70.6122C28.084 70.6102 28.084 70.6082 28.084 70.6062C28.084 70.6042 28.084 70.6021 28.084 70.6001C28.084 70.5981 28.084 70.5961 28.084 70.5941C28.084 70.5921 28.084 70.59 28.084 70.588C28.084 70.586 28.084 70.584 28.084 70.582C28.084 70.5799 28.084 70.5779 28.084 70.5759C28.084 70.5739 28.084 70.5718 28.084 70.5698C28.084 70.5678 28.084 70.5658 28.084 70.5637C28.084 70.5617 28.084 70.5597 28.084 70.5577C28.084 70.5556 28.084 70.5536 28.084 70.5516C28.084 70.5496 28.084 70.5475 28.084 70.5455C28.084 70.5435 28.084 70.5415 28.084 70.5394C28.084 70.5374 28.084 70.5354 28.084 70.5333C28.084 70.5313 28.084 70.5293 28.084 70.5272C28.084 70.5252 28.084 70.5232 28.084 70.5211C28.084 70.5191 28.084 70.5171 28.084 70.515C28.084 70.513 28.084 70.511 28.084 70.5089C28.084 70.5069 28.084 70.5049 28.084 70.5028C28.084 70.5008 28.084 70.4987 28.084 70.4967C28.084 70.4947 28.084 70.4926 28.084 70.4906C28.084 70.4886 28.084 70.4865 28.084 70.4845C28.084 70.4824 28.084 70.4804 28.084 70.4784C28.084 70.4763 28.084 70.4743 28.084 70.4722C28.084 70.4702 28.084 70.4681 28.084 70.4661C28.084 70.4641 28.084 70.462 28.084 70.46C28.084 70.4579 28.084 70.4559 28.084 70.4538C28.084 70.4518 28.084 70.4497 28.084 70.4477C28.084 70.4456 28.084 70.4436 28.084 70.4415C28.084 70.4395 28.084 70.4374 28.084 70.4354C28.084 70.4333 28.084 70.4313 28.084 70.4292C28.084 70.4272 28.084 70.4251 28.084 70.4231C28.084 70.421 28.084 70.419 28.084 70.4169C28.084 70.4149 28.084 70.4128 28.084 70.4108C28.084 70.4087 28.084 70.4067 28.084 70.4046C28.084 70.4025 28.084 70.4005 28.084 70.3984C28.084 70.3964 28.084 70.3943 28.084 70.3923C28.084 70.3902 28.084 70.3881 28.084 70.3861C28.084 70.384 28.084 70.382 28.084 70.3799C28.084 70.3778 28.084 70.3758 28.084 70.3737C28.084 70.3716 28.084 70.3696 28.084 70.3675C28.084 70.3655 28.084 70.3634 28.084 70.3613C28.084 70.3593 28.084 70.3572 28.084 70.3551C28.084 70.3531 28.084 70.351 28.084 70.3489C28.084 70.3469 28.084 70.3448 28.084 70.3427C28.084 70.3407 28.084 70.3386 28.084 70.3365C28.084 70.3344 28.084 70.3324 28.084 70.3303C28.084 70.3282 28.084 70.3262 28.084 70.3241C28.084 70.322 28.084 70.32 28.084 70.3179C28.084 70.3158 28.084 70.3137 28.084 70.3117C28.084 70.3096 28.084 70.3075 28.084 70.3054C28.084 70.3034 28.084 70.3013 28.084 70.2992C28.084 70.2971 28.084 70.295 28.084 70.293C28.084 70.2909 28.084 70.2888 28.084 70.2867C28.084 70.2847 28.084 70.2826 28.084 70.2805C28.084 70.2784 28.084 70.2763 28.084 70.2743C28.084 70.2722 28.084 70.2701 28.084 70.268C28.084 70.2659 28.084 70.2638 28.084 70.2618C28.084 70.2597 28.084 70.2576 28.084 70.2555C28.084 70.2534 28.084 70.2513 28.084 70.2492C28.084 70.2472 28.084 70.2451 28.084 70.243C28.084 70.2409 28.084 70.2388 28.084 70.2367C28.084 70.2346 28.084 70.2325 28.084 70.2304C28.084 70.2284 28.084 70.2263 28.084 70.2242C28.084 70.2221 28.084 70.22 28.084 70.2179C28.084 70.2158 28.084 70.2137 28.084 70.2116C28.084 70.2095 28.084 70.2074 28.084 70.2053C28.084 70.2032 28.084 70.2011 28.084 70.1991C28.084 70.197 28.084 70.1949 28.084 70.1928C28.084 70.1907 28.084 70.1886 28.084 70.1865C28.084 70.1844 28.084 70.1823 28.084 70.1802C28.084 70.1781 28.084 70.176 28.084 70.1739C28.084 70.1718 28.084 70.1697 28.084 70.1676C28.084 70.1655 28.084 70.1634 28.084 70.1613C28.084 70.1592 28.084 70.1571 28.084 70.1549C28.084 70.1528 28.084 70.1507 28.084 70.1486C28.084 70.1465 28.084 70.1444 28.084 70.1423C28.084 70.1402 28.084 70.1381 28.084 70.136C28.084 70.1339 28.084 70.1318 28.084 70.1297C28.084 70.1276 28.084 70.1254 28.084 70.1233C28.084 70.1212 28.084 70.1191 28.084 70.117C28.084 70.1149 28.084 70.1128 28.084 70.1107C28.084 70.1085 28.084 70.1064 28.084 70.1043C28.084 70.1022 28.084 70.1001 28.084 70.098C28.084 70.0959 28.084 70.0937 28.084 70.0916C28.084 70.0895 28.084 70.0874 28.084 70.0853C28.084 70.0832 28.084 70.081 28.084 70.0789C28.084 70.0768 28.084 70.0747 28.084 70.0726C28.084 70.0704 28.084 70.0683 28.084 70.0662C28.084 70.0641 28.084 70.062 28.084 70.0598C28.084 70.0577 28.084 70.0556 28.084 70.0535C28.084 70.0513 28.084 70.0492 28.084 70.0471C28.084 70.045 28.084 70.0428 28.084 70.0407C28.084 70.0386 28.084 70.0365 28.084 70.0343C28.084 70.0322 28.084 70.0301 28.084 70.0279C28.084 70.0258 28.084 70.0237 28.084 70.0216C28.084 70.0194 28.084 70.0173 28.084 70.0152C28.084 70.013 28.084 70.0109 28.084 70.0088C28.084 70.0066 28.084 70.0045 28.084 70.0024C28.084 70.0002 28.084 69.9981 28.084 69.996C28.084 69.9938 28.084 69.9917 28.084 69.9896C28.084 69.9874 28.084 69.9853 28.084 69.9832C28.084 69.981 28.084 69.9789 28.084 69.9767C28.084 69.9746 28.084 69.9725 28.084 69.9703C28.084 69.9682 28.084 69.966 28.084 69.9639C28.084 69.9618 28.084 69.9596 28.084 69.9575C28.084 69.9553 28.084 69.9532 28.084 69.951C28.084 69.9489 28.084 69.9468 28.084 69.9446C28.084 69.9425 28.084 69.9403 28.084 69.9382C28.084 69.936 28.084 69.9339 28.084 69.9317C28.084 69.9296 28.084 69.9274 28.084 69.9253C28.084 69.9231 28.084 69.921 28.084 69.9188C28.084 69.9167 28.084 69.9146 28.084 69.9124C28.084 69.9103 28.084 69.9081 28.084 69.9059C28.084 69.9038 28.084 69.9016 28.084 69.8995C28.084 69.8973 28.084 69.8952 28.084 69.893C28.084 69.8909 28.084 69.8887 28.084 69.8866C28.084 69.8844 28.084 69.8823 28.084 69.8801C28.084 69.8779 28.084 69.8758 28.084 69.8736C28.084 69.8715 28.084 69.8693 28.084 69.8671C28.084 69.865 28.084 69.8628 28.084 69.8607C28.084 69.8585 28.084 69.8563 28.084 69.8542C28.084 69.852 28.084 69.8499 28.084 69.8477C28.084 69.8455 28.084 69.8434 28.084 69.8412C28.084 69.839 28.084 69.8369 28.084 69.8347C28.084 69.8326 28.084 69.8304 28.084 69.8282C28.084 69.8261 28.084 69.8239 28.084 69.8217C28.084 69.8196 28.084 69.8174 28.084 69.8152C28.084 69.813 28.084 69.8109 28.084 69.8087C28.084 69.8065 28.084 69.8044 28.084 69.8022C28.084 69.8 28.084 69.7979 28.084 69.7957C28.084 69.7935 28.084 69.7913 28.084 69.7892C28.084 69.787 28.084 69.7848 28.084 69.7826C28.084 69.7805 28.084 69.7783 28.084 69.7761C28.084 69.7739 28.084 69.7718 28.084 69.7696C28.084 69.7674 28.084 69.7652 28.084 69.7631C28.084 69.7609 28.084 69.7587 28.084 69.7565C28.084 69.7543 28.084 69.7522 28.084 69.75C28.084 69.7478 28.084 69.7456 28.084 69.7434C28.084 69.7412 28.084 69.7391 28.084 69.7369C28.084 69.7347 28.084 69.7325 28.084 69.7303C28.084 69.7281 28.084 69.726 28.084 69.7238C28.084 69.7216 28.084 69.7194 28.084 69.7172C28.084 69.715 28.084 69.7128 28.084 69.7107C28.084 69.7085 28.084 69.7063 28.084 69.7041C28.084 69.7019 28.084 69.6997 28.084 69.6975C28.084 69.6953 28.084 69.6931 28.084 69.6909C28.084 69.6888 28.084 69.6866 28.084 69.6844C28.084 69.6822 28.084 69.68 28.084 69.6778C28.084 69.6756 28.084 69.6734 28.084 69.6712C28.084 69.669 28.084 69.6668 28.084 69.6646C28.084 69.6624 28.084 69.6602 28.084 69.658C28.084 69.6558 28.084 69.6536 28.084 69.6514C28.084 69.6492 28.084 69.647 28.084 69.6448C28.084 69.6426 28.084 69.6404 28.084 69.6382C28.084 69.636 28.084 69.6338 28.084 69.6316C28.084 69.6294 28.084 69.6272 28.084 69.625C28.084 69.6228 28.084 69.6206 28.084 69.6184C28.084 69.6162 28.084 69.614 28.084 69.6118C28.084 69.6096 28.084 69.6074 28.084 69.6052C28.084 69.6029 28.084 69.6007 28.084 69.5985C28.084 69.5963 28.084 69.5941 28.084 69.5919C28.084 69.5897 28.084 69.5875 28.084 69.5853C28.084 69.5831 28.084 69.5808 28.084 69.5786C28.084 69.5764 28.084 69.5742 28.084 69.572H26.084ZM18.428 72.496C18.428 67.9302 18.8765 64.1548 19.7485 61.1464L17.8275 60.5896C16.8862 63.8372 16.428 67.8138 16.428 72.496H18.428ZM19.7458 61.1553C20.6714 58.0701 21.8877 55.664 23.3642 53.8922L21.8278 52.6118C20.131 54.648 18.8086 57.3193 17.8302 60.5806L19.7458 61.1553ZM23.3642 53.8922C24.8547 52.1036 26.5563 50.8514 28.4684 50.1032L27.7396 48.2408C25.481 49.1246 23.5106 50.5924 21.8278 52.6118L23.3642 53.8922ZM28.4616 50.1059C30.4744 49.335 32.5968 48.948 34.836 48.948V46.948C32.3605 46.948 29.995 47.377 27.7464 48.2381L28.4616 50.1059ZM34.836 48.948C37.1231 48.948 39.2426 49.3359 41.2036 50.1032L41.9324 48.2408C39.7227 47.3761 37.3542 46.948 34.836 46.948V48.948ZM41.2104 50.1059C43.1677 50.8555 44.8889 52.1079 46.3758 53.8922L47.9122 52.6118C46.2258 50.5881 44.2296 49.1205 41.9256 48.2381L41.2104 50.1059ZM46.3847 53.9028C47.8984 55.6687 49.1114 58.0661 49.9905 61.1427L51.9135 60.5933C50.9792 57.3233 49.6536 54.6433 47.9033 52.6012L46.3847 53.9028ZM49.9953 61.1592C50.9094 64.1627 51.38 67.9333 51.38 72.496H53.38C53.38 67.8107 52.8986 63.8293 51.9087 60.5768L49.9953 61.1592ZM51.38 72.496C51.38 77.1966 50.9091 81.0833 49.9931 84.1804L51.9109 84.7476C52.8989 81.4073 53.38 77.3154 53.38 72.496H51.38ZM49.9905 84.1893C49.1114 87.2659 47.8984 89.6633 46.3847 91.4292L47.9033 92.7308C49.6536 90.6887 50.9792 88.0087 51.9135 84.7387L49.9905 84.1893ZM46.3758 91.4398C44.8889 93.2241 43.1677 94.4765 41.2104 95.2261L41.9256 97.0939C44.2296 96.2115 46.2258 94.7439 47.9122 92.7202L46.3758 91.4398ZM41.2036 95.2288C39.2426 95.9961 37.1231 96.384 34.836 96.384V98.384C37.3542 98.384 39.7227 97.9559 41.9324 97.0912L41.2036 95.2288ZM34.836 96.384C32.5968 96.384 30.4744 95.997 28.4616 95.2261L27.7464 97.0939C29.995 97.955 32.3605 98.384 34.836 98.384V96.384ZM28.4684 95.2288C26.5563 94.4806 24.8547 93.2284 23.3642 91.4398L21.8278 92.7202C23.5106 94.7396 25.481 96.2074 27.7396 97.0912L28.4684 95.2288ZM23.3642 91.4398C21.8877 89.668 20.6714 87.2619 19.7458 84.1767L17.8302 84.7513C18.8086 88.0127 20.131 90.684 21.8278 92.7202L23.3642 91.4398ZM19.7505 84.1929C18.8768 81.091 18.428 77.1997 18.428 72.496H16.428C16.428 77.3123 16.8859 81.3997 17.8255 84.7351L19.7505 84.1929ZM80.4412 96.5V97.5H81.4412V96.5H80.4412ZM70.7852 96.5H69.7852V97.5H70.7852V96.5ZM70.7852 65.628H71.7852V64.628H70.7852V65.628ZM58.8172 65.628H57.8172V66.628H58.8172V65.628ZM58.8172 58.352L58.8442 57.3524L57.8172 57.3246V58.352H58.8172ZM63.6452 58.012L63.8189 58.9968L63.8301 58.9948L63.8413 58.9926L63.6452 58.012ZM67.8612 56.448L68.371 57.3083L68.3801 57.3028L67.8612 56.448ZM71.0572 53.456L71.875 54.0315L71.0572 53.456ZM72.7572 48.9V47.9H71.896L71.7682 48.7517L72.7572 48.9ZM80.4412 48.9H81.4412V47.9H80.4412V48.9ZM80.4412 95.5H70.7852V97.5H80.4412V95.5ZM71.7852 96.5V65.628H69.7852V96.5H71.7852ZM70.7852 64.628H58.8172V66.628H70.7852V64.628ZM59.8172 65.628V58.352H57.8172V65.628H59.8172ZM58.7901 59.3516C60.5299 59.3987 62.2068 59.2813 63.8189 58.9968L63.4714 57.0272C62.0009 57.2867 60.459 57.396 58.8442 57.3524L58.7901 59.3516ZM63.8413 58.9926C65.5236 58.6561 67.0376 58.0984 68.371 57.3083L67.3514 55.5877C66.2367 56.2482 64.9401 56.7332 63.449 57.0314L63.8413 58.9926ZM68.3801 57.3028C69.7682 56.46 70.935 55.3673 71.875 54.0315L70.2393 52.8805C69.4567 53.9927 68.4928 54.8946 67.3422 55.5932L68.3801 57.3028ZM71.875 54.0315C72.8437 52.6549 73.4561 50.9814 73.7461 49.0483L71.7682 48.7517C71.5142 50.4453 70.9933 51.8091 70.2393 52.8805L71.875 54.0315ZM72.7572 49.9H80.4412V47.9H72.7572V49.9ZM79.4412 48.9V96.5H81.4412V48.9H79.4412Z' fill='%23616975' mask='url(%23path-2-outside-1_182_3981)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_3981'%3E%3Crect width='76' height='70' fill='white' transform='translate(14 26.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.mission_list-item:nth-child(2)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.6565 96H8V8H96V96H89' stroke='%23616975'/%3E%3Cg clip-path='url(%23clip0_182_3990)'%3E%3Cmask id='path-2-outside-1_182_3990' maskUnits='userSpaceOnUse' x='14' y='46.5' width='76' height='52' fill='black'%3E%3Crect fill='white' x='14' y='46.5' width='76' height='52'/%3E%3Cpath d='M25.084 72.496C25.084 73.856 25.1293 75.5107 25.22 77.46C25.3107 79.364 25.5827 81.2227 26.036 83.036C26.5347 84.804 27.3053 86.3227 28.348 87.592C29.3907 88.8613 30.8867 89.496 32.836 89.496C34.8307 89.496 36.3493 88.8613 37.392 87.592C38.48 86.3227 39.2507 84.804 39.704 83.036C40.2027 81.2227 40.4973 79.364 40.588 77.46C40.6787 75.5107 40.724 73.856 40.724 72.496C40.724 71.68 40.7013 70.7053 40.656 69.572C40.656 68.3933 40.5653 67.192 40.384 65.968C40.248 64.744 40.0213 63.5427 39.704 62.364C39.432 61.14 39.0013 60.052 38.412 59.1C37.8227 58.148 37.0747 57.3773 36.168 56.788C35.2613 56.1987 34.1507 55.904 32.836 55.904C31.5213 55.904 30.4107 56.1987 29.504 56.788C28.6427 57.3773 27.9173 58.148 27.328 59.1C26.784 60.052 26.3533 61.14 26.036 62.364C25.7187 63.5427 25.492 64.744 25.356 65.968C25.22 67.192 25.1293 68.3933 25.084 69.572C25.084 70.7053 25.084 71.68 25.084 72.496ZM15.428 72.496C15.428 67.872 15.8813 63.996 16.788 60.868C17.74 57.6947 19.0093 55.156 20.596 53.252C22.1827 51.348 24.0187 49.988 26.104 49.172C28.2347 48.356 30.4787 47.948 32.836 47.948C35.2387 47.948 37.4827 48.356 39.568 49.172C41.6987 49.988 43.5573 51.348 45.144 53.252C46.776 55.156 48.0453 57.6947 48.952 60.868C49.904 63.996 50.38 67.872 50.38 72.496C50.38 77.256 49.904 81.2453 48.952 84.464C48.0453 87.6373 46.776 90.176 45.144 92.08C43.5573 93.984 41.6987 95.344 39.568 96.16C37.4827 96.976 35.2387 97.384 32.836 97.384C30.4787 97.384 28.2347 96.976 26.104 96.16C24.0187 95.344 22.1827 93.984 20.596 92.08C19.0093 90.176 17.74 87.6373 16.788 84.464C15.8813 81.2453 15.428 77.256 15.428 72.496ZM54.3012 67.192C54.2105 64.472 54.5278 61.956 55.2532 59.644C55.9785 57.2867 57.0665 55.2467 58.5172 53.524C59.9678 51.756 61.7812 50.396 63.9572 49.444C66.1785 48.4467 68.7172 47.948 71.5732 47.948C73.7492 47.948 75.8118 48.288 77.7612 48.968C79.7558 49.648 81.5012 50.6227 82.9972 51.892C84.4932 53.1613 85.6718 54.7253 86.5332 56.584C87.4398 58.4427 87.8932 60.528 87.8932 62.84C87.8932 65.2427 87.5078 67.3053 86.7372 69.028C85.9665 70.7507 84.9465 72.292 83.6772 73.652C82.4078 74.9667 80.9572 76.168 79.3252 77.256C77.7385 78.344 76.1292 79.432 74.4972 80.52C72.8652 81.5627 71.2785 82.696 69.7372 83.92C68.1958 85.144 66.8358 86.572 65.6572 88.204H88.1652V96.5H53.2132C53.2132 93.7347 53.5985 91.332 54.3692 89.292C55.1852 87.252 56.2732 85.4387 57.6332 83.852C58.9932 82.22 60.5798 80.724 62.3932 79.364C64.2518 78.004 66.2012 76.6213 68.2412 75.216C69.2838 74.4907 70.3945 73.7653 71.5732 73.04C72.7518 72.2693 73.8172 71.4307 74.7692 70.524C75.7665 69.6173 76.5825 68.5973 77.2172 67.464C77.8972 66.3307 78.2372 65.0387 78.2372 63.588C78.2372 61.276 77.5572 59.4853 76.1972 58.216C74.8825 56.9013 73.1825 56.244 71.0972 56.244C69.6918 56.244 68.4905 56.584 67.4932 57.264C66.5412 57.8987 65.7705 58.76 65.1812 59.848C64.5918 60.8907 64.1612 62.0693 63.8892 63.384C63.6625 64.6533 63.5492 65.9227 63.5492 67.192H54.3012Z'/%3E%3C/mask%3E%3Cpath d='M25.22 77.46L24.2211 77.5065L24.2211 77.5076L25.22 77.46ZM26.036 83.036L25.0659 83.2785L25.0695 83.2931L25.0736 83.3075L26.036 83.036ZM28.348 87.592L29.1207 86.9573L28.348 87.592ZM37.392 87.592L36.6327 86.9412L36.6259 86.9492L36.6193 86.9573L37.392 87.592ZM39.704 83.036L38.7398 82.7708L38.7375 82.7792L38.7353 82.7876L39.704 83.036ZM40.588 77.46L41.5869 77.5076L41.5869 77.5065L40.588 77.46ZM40.656 69.572H39.656V69.592L39.6568 69.612L40.656 69.572ZM40.384 65.968L39.3901 66.0784L39.3921 66.0965L39.3948 66.1145L40.384 65.968ZM39.704 62.364L38.7278 62.5809L38.7326 62.6026L38.7384 62.624L39.704 62.364ZM38.412 59.1L37.5617 59.6264L38.412 59.1ZM36.168 56.788L36.713 55.9496L36.168 56.788ZM29.504 56.788L28.959 55.9496L28.9491 55.956L28.9393 55.9627L29.504 56.788ZM27.328 59.1L26.4777 58.5736L26.4685 58.5886L26.4598 58.6039L27.328 59.1ZM26.036 62.364L27.0017 62.624L27.004 62.615L26.036 62.364ZM25.356 65.968L26.3499 66.0784L25.356 65.968ZM25.084 69.572L24.0847 69.5336L24.084 69.5528V69.572H25.084ZM16.788 60.868L15.8301 60.5806L15.8275 60.5896L16.788 60.868ZM20.596 53.252L21.3642 53.8922L20.596 53.252ZM26.104 49.172L25.7463 48.2381L25.7396 48.2408L26.104 49.172ZM39.568 49.172L39.2036 50.1033L39.2104 50.1059L39.568 49.172ZM45.144 53.252L44.3757 53.8922L44.3847 53.9028L45.144 53.252ZM48.952 60.868L47.9905 61.1427L47.9928 61.151L47.9953 61.1592L48.952 60.868ZM48.952 84.464L47.993 84.1804L47.9905 84.1893L48.952 84.464ZM45.144 92.08L44.3847 91.4291L44.3758 91.4398L45.144 92.08ZM39.568 96.16L39.2103 95.2261L39.2036 95.2288L39.568 96.16ZM26.104 96.16L25.7396 97.0913L25.7464 97.0939L26.104 96.16ZM20.596 92.08L21.3642 91.4398L20.596 92.08ZM16.788 84.464L15.8255 84.7351L15.8277 84.7433L15.8302 84.7513L16.788 84.464ZM24.084 72.496C24.084 73.8765 24.13 75.5477 24.2211 77.5065L26.2189 77.4135C26.1287 75.4737 26.084 73.8355 26.084 72.496H24.084ZM24.2211 77.5076C24.3149 79.476 24.5962 81.4001 25.0659 83.2785L27.0061 82.7935C26.5691 81.0453 26.3065 79.252 26.2189 77.4124L24.2211 77.5076ZM25.0736 83.3075C25.6053 85.1926 26.4351 86.8387 27.5753 88.2267L29.1207 86.9573C28.1755 85.8066 27.4641 84.4154 26.9984 82.7645L25.0736 83.3075ZM27.5753 88.2267C28.844 89.7713 30.6494 90.496 32.836 90.496V88.496C31.1239 88.496 29.9373 87.9514 29.1207 86.9573L27.5753 88.2267ZM32.836 90.496C35.0593 90.496 36.8914 89.7769 38.1647 88.2267L36.6193 86.9573C35.8073 87.9458 34.6021 88.496 32.836 88.496V90.496ZM38.1513 88.2428C39.3479 86.8467 40.1848 85.1869 40.6727 83.2844L38.7353 82.7876C38.3165 84.4211 37.6121 85.7986 36.6327 86.9412L38.1513 88.2428ZM40.6682 83.3012C41.1867 81.4158 41.4927 79.4841 41.5869 77.5076L39.5891 77.4124C39.5019 79.2439 39.2187 81.0295 38.7398 82.7708L40.6682 83.3012ZM41.5869 77.5065C41.678 75.5477 41.724 73.8765 41.724 72.496H39.724C39.724 73.8355 39.6793 75.4737 39.5891 77.4135L41.5869 77.5065ZM41.724 72.496C41.724 71.6627 41.7009 70.674 41.6552 69.532L39.6568 69.612C39.7018 70.7367 39.724 71.6973 39.724 72.496H41.724ZM41.656 69.572C41.656 68.3419 41.5614 67.0916 41.3732 65.8214L39.3948 66.1145C39.5693 67.2924 39.656 68.4447 39.656 69.572H41.656ZM41.3779 65.8576C41.2363 64.5835 41.0003 63.3322 40.6696 62.104L38.7384 62.624C39.0424 63.7531 39.2597 64.9045 39.3901 66.0784L41.3779 65.8576ZM40.6802 62.1471C40.3867 60.8266 39.9173 59.6317 39.2623 58.5736L37.5617 59.6264C38.0854 60.4723 38.4773 61.4534 38.7278 62.5809L40.6802 62.1471ZM39.2623 58.5736C38.5982 57.501 37.7476 56.622 36.713 55.9496L35.623 57.6264C36.4018 58.1326 37.0471 58.795 37.5617 59.6264L39.2623 58.5736ZM36.713 55.9496C35.6121 55.234 34.3021 54.904 32.836 54.904V56.904C33.9993 56.904 34.9106 57.1633 35.623 57.6264L36.713 55.9496ZM32.836 54.904C31.3699 54.904 30.0599 55.234 28.959 55.9496L30.049 57.6264C30.7614 57.1633 31.6727 56.904 32.836 56.904V54.904ZM28.9393 55.9627C27.9548 56.6363 27.135 57.5119 26.4777 58.5736L28.1783 59.6264C28.6997 58.7841 29.3305 58.1184 30.0687 57.6133L28.9393 55.9627ZM26.4598 58.6039C25.8657 59.6435 25.4043 60.8161 25.068 62.113L27.004 62.615C27.3024 61.4639 27.7023 60.4605 28.1962 59.5961L26.4598 58.6039ZM25.0704 62.104C24.7397 63.3322 24.5037 64.5835 24.3621 65.8576L26.3499 66.0784C26.4803 64.9045 26.6976 63.7531 27.0016 62.624L25.0704 62.104ZM24.3621 65.8576C24.2236 67.1045 24.131 68.3298 24.0847 69.5336L26.0833 69.6104C26.1276 68.4568 26.2164 67.2795 26.3499 66.0784L24.3621 65.8576ZM24.084 69.572C24.084 69.5742 24.084 69.5764 24.084 69.5786C24.084 69.5808 24.084 69.5831 24.084 69.5853C24.084 69.5875 24.084 69.5897 24.084 69.5919C24.084 69.5941 24.084 69.5963 24.084 69.5985C24.084 69.6007 24.084 69.6029 24.084 69.6052C24.084 69.6074 24.084 69.6096 24.084 69.6118C24.084 69.614 24.084 69.6162 24.084 69.6184C24.084 69.6206 24.084 69.6228 24.084 69.625C24.084 69.6272 24.084 69.6294 24.084 69.6316C24.084 69.6338 24.084 69.636 24.084 69.6382C24.084 69.6404 24.084 69.6426 24.084 69.6448C24.084 69.647 24.084 69.6492 24.084 69.6514C24.084 69.6536 24.084 69.6558 24.084 69.658C24.084 69.6602 24.084 69.6624 24.084 69.6646C24.084 69.6668 24.084 69.669 24.084 69.6712C24.084 69.6734 24.084 69.6756 24.084 69.6778C24.084 69.68 24.084 69.6822 24.084 69.6844C24.084 69.6866 24.084 69.6888 24.084 69.6909C24.084 69.6931 24.084 69.6953 24.084 69.6975C24.084 69.6997 24.084 69.7019 24.084 69.7041C24.084 69.7063 24.084 69.7085 24.084 69.7107C24.084 69.7128 24.084 69.715 24.084 69.7172C24.084 69.7194 24.084 69.7216 24.084 69.7238C24.084 69.726 24.084 69.7281 24.084 69.7303C24.084 69.7325 24.084 69.7347 24.084 69.7369C24.084 69.7391 24.084 69.7412 24.084 69.7434C24.084 69.7456 24.084 69.7478 24.084 69.75C24.084 69.7522 24.084 69.7543 24.084 69.7565C24.084 69.7587 24.084 69.7609 24.084 69.7631C24.084 69.7652 24.084 69.7674 24.084 69.7696C24.084 69.7718 24.084 69.7739 24.084 69.7761C24.084 69.7783 24.084 69.7805 24.084 69.7826C24.084 69.7848 24.084 69.787 24.084 69.7892C24.084 69.7913 24.084 69.7935 24.084 69.7957C24.084 69.7979 24.084 69.8 24.084 69.8022C24.084 69.8044 24.084 69.8065 24.084 69.8087C24.084 69.8109 24.084 69.813 24.084 69.8152C24.084 69.8174 24.084 69.8196 24.084 69.8217C24.084 69.8239 24.084 69.8261 24.084 69.8282C24.084 69.8304 24.084 69.8326 24.084 69.8347C24.084 69.8369 24.084 69.839 24.084 69.8412C24.084 69.8434 24.084 69.8455 24.084 69.8477C24.084 69.8499 24.084 69.852 24.084 69.8542C24.084 69.8563 24.084 69.8585 24.084 69.8607C24.084 69.8628 24.084 69.865 24.084 69.8671C24.084 69.8693 24.084 69.8715 24.084 69.8736C24.084 69.8758 24.084 69.8779 24.084 69.8801C24.084 69.8823 24.084 69.8844 24.084 69.8866C24.084 69.8887 24.084 69.8909 24.084 69.893C24.084 69.8952 24.084 69.8973 24.084 69.8995C24.084 69.9016 24.084 69.9038 24.084 69.9059C24.084 69.9081 24.084 69.9103 24.084 69.9124C24.084 69.9146 24.084 69.9167 24.084 69.9188C24.084 69.921 24.084 69.9231 24.084 69.9253C24.084 69.9274 24.084 69.9296 24.084 69.9317C24.084 69.9339 24.084 69.936 24.084 69.9382C24.084 69.9403 24.084 69.9425 24.084 69.9446C24.084 69.9468 24.084 69.9489 24.084 69.951C24.084 69.9532 24.084 69.9553 24.084 69.9575C24.084 69.9596 24.084 69.9618 24.084 69.9639C24.084 69.966 24.084 69.9682 24.084 69.9703C24.084 69.9725 24.084 69.9746 24.084 69.9767C24.084 69.9789 24.084 69.981 24.084 69.9832C24.084 69.9853 24.084 69.9874 24.084 69.9896C24.084 69.9917 24.084 69.9938 24.084 69.996C24.084 69.9981 24.084 70.0002 24.084 70.0024C24.084 70.0045 24.084 70.0066 24.084 70.0088C24.084 70.0109 24.084 70.013 24.084 70.0152C24.084 70.0173 24.084 70.0194 24.084 70.0216C24.084 70.0237 24.084 70.0258 24.084 70.0279C24.084 70.0301 24.084 70.0322 24.084 70.0343C24.084 70.0365 24.084 70.0386 24.084 70.0407C24.084 70.0428 24.084 70.045 24.084 70.0471C24.084 70.0492 24.084 70.0513 24.084 70.0535C24.084 70.0556 24.084 70.0577 24.084 70.0598C24.084 70.062 24.084 70.0641 24.084 70.0662C24.084 70.0683 24.084 70.0704 24.084 70.0726C24.084 70.0747 24.084 70.0768 24.084 70.0789C24.084 70.081 24.084 70.0832 24.084 70.0853C24.084 70.0874 24.084 70.0895 24.084 70.0916C24.084 70.0937 24.084 70.0959 24.084 70.098C24.084 70.1001 24.084 70.1022 24.084 70.1043C24.084 70.1064 24.084 70.1085 24.084 70.1107C24.084 70.1128 24.084 70.1149 24.084 70.117C24.084 70.1191 24.084 70.1212 24.084 70.1233C24.084 70.1254 24.084 70.1276 24.084 70.1297C24.084 70.1318 24.084 70.1339 24.084 70.136C24.084 70.1381 24.084 70.1402 24.084 70.1423C24.084 70.1444 24.084 70.1465 24.084 70.1486C24.084 70.1507 24.084 70.1528 24.084 70.1549C24.084 70.1571 24.084 70.1592 24.084 70.1613C24.084 70.1634 24.084 70.1655 24.084 70.1676C24.084 70.1697 24.084 70.1718 24.084 70.1739C24.084 70.176 24.084 70.1781 24.084 70.1802C24.084 70.1823 24.084 70.1844 24.084 70.1865C24.084 70.1886 24.084 70.1907 24.084 70.1928C24.084 70.1949 24.084 70.197 24.084 70.1991C24.084 70.2011 24.084 70.2032 24.084 70.2053C24.084 70.2074 24.084 70.2095 24.084 70.2116C24.084 70.2137 24.084 70.2158 24.084 70.2179C24.084 70.22 24.084 70.2221 24.084 70.2242C24.084 70.2263 24.084 70.2284 24.084 70.2304C24.084 70.2325 24.084 70.2346 24.084 70.2367C24.084 70.2388 24.084 70.2409 24.084 70.243C24.084 70.2451 24.084 70.2472 24.084 70.2492C24.084 70.2513 24.084 70.2534 24.084 70.2555C24.084 70.2576 24.084 70.2597 24.084 70.2618C24.084 70.2638 24.084 70.2659 24.084 70.268C24.084 70.2701 24.084 70.2722 24.084 70.2743C24.084 70.2763 24.084 70.2784 24.084 70.2805C24.084 70.2826 24.084 70.2847 24.084 70.2867C24.084 70.2888 24.084 70.2909 24.084 70.293C24.084 70.295 24.084 70.2971 24.084 70.2992C24.084 70.3013 24.084 70.3034 24.084 70.3054C24.084 70.3075 24.084 70.3096 24.084 70.3117C24.084 70.3137 24.084 70.3158 24.084 70.3179C24.084 70.32 24.084 70.322 24.084 70.3241C24.084 70.3262 24.084 70.3282 24.084 70.3303C24.084 70.3324 24.084 70.3344 24.084 70.3365C24.084 70.3386 24.084 70.3407 24.084 70.3427C24.084 70.3448 24.084 70.3469 24.084 70.3489C24.084 70.351 24.084 70.3531 24.084 70.3551C24.084 70.3572 24.084 70.3593 24.084 70.3613C24.084 70.3634 24.084 70.3655 24.084 70.3675C24.084 70.3696 24.084 70.3716 24.084 70.3737C24.084 70.3758 24.084 70.3778 24.084 70.3799C24.084 70.382 24.084 70.384 24.084 70.3861C24.084 70.3881 24.084 70.3902 24.084 70.3923C24.084 70.3943 24.084 70.3964 24.084 70.3984C24.084 70.4005 24.084 70.4025 24.084 70.4046C24.084 70.4067 24.084 70.4087 24.084 70.4108C24.084 70.4128 24.084 70.4149 24.084 70.4169C24.084 70.419 24.084 70.421 24.084 70.4231C24.084 70.4251 24.084 70.4272 24.084 70.4292C24.084 70.4313 24.084 70.4333 24.084 70.4354C24.084 70.4374 24.084 70.4395 24.084 70.4415C24.084 70.4436 24.084 70.4456 24.084 70.4477C24.084 70.4497 24.084 70.4518 24.084 70.4538C24.084 70.4559 24.084 70.4579 24.084 70.46C24.084 70.462 24.084 70.4641 24.084 70.4661C24.084 70.4681 24.084 70.4702 24.084 70.4722C24.084 70.4743 24.084 70.4763 24.084 70.4784C24.084 70.4804 24.084 70.4824 24.084 70.4845C24.084 70.4865 24.084 70.4886 24.084 70.4906C24.084 70.4926 24.084 70.4947 24.084 70.4967C24.084 70.4987 24.084 70.5008 24.084 70.5028C24.084 70.5049 24.084 70.5069 24.084 70.5089C24.084 70.511 24.084 70.513 24.084 70.515C24.084 70.5171 24.084 70.5191 24.084 70.5211C24.084 70.5232 24.084 70.5252 24.084 70.5272C24.084 70.5293 24.084 70.5313 24.084 70.5333C24.084 70.5354 24.084 70.5374 24.084 70.5394C24.084 70.5415 24.084 70.5435 24.084 70.5455C24.084 70.5475 24.084 70.5496 24.084 70.5516C24.084 70.5536 24.084 70.5556 24.084 70.5577C24.084 70.5597 24.084 70.5617 24.084 70.5637C24.084 70.5658 24.084 70.5678 24.084 70.5698C24.084 70.5718 24.084 70.5739 24.084 70.5759C24.084 70.5779 24.084 70.5799 24.084 70.582C24.084 70.584 24.084 70.586 24.084 70.588C24.084 70.59 24.084 70.5921 24.084 70.5941C24.084 70.5961 24.084 70.5981 24.084 70.6001C24.084 70.6021 24.084 70.6042 24.084 70.6062C24.084 70.6082 24.084 70.6102 24.084 70.6122C24.084 70.6142 24.084 70.6163 24.084 70.6183C24.084 70.6203 24.084 70.6223 24.084 70.6243C24.084 70.6263 24.084 70.6283 24.084 70.6303C24.084 70.6324 24.084 70.6344 24.084 70.6364C24.084 70.6384 24.084 70.6404 24.084 70.6424C24.084 70.6444 24.084 70.6464 24.084 70.6484C24.084 70.6504 24.084 70.6524 24.084 70.6544C24.084 70.6565 24.084 70.6585 24.084 70.6605C24.084 70.6625 24.084 70.6645 24.084 70.6665C24.084 70.6685 24.084 70.6705 24.084 70.6725C24.084 70.6745 24.084 70.6765 24.084 70.6785C24.084 70.6805 24.084 70.6825 24.084 70.6845C24.084 70.6865 24.084 70.6885 24.084 70.6905C24.084 70.6925 24.084 70.6945 24.084 70.6965C24.084 70.6985 24.084 70.7005 24.084 70.7025C24.084 70.7045 24.084 70.7065 24.084 70.7085C24.084 70.7105 24.084 70.7125 24.084 70.7145C24.084 70.7165 24.084 70.7185 24.084 70.7204C24.084 70.7224 24.084 70.7244 24.084 70.7264C24.084 70.7284 24.084 70.7304 24.084 70.7324C24.084 70.7344 24.084 70.7364 24.084 70.7384C24.084 70.7404 24.084 70.7423 24.084 70.7443C24.084 70.7463 24.084 70.7483 24.084 70.7503C24.084 70.7523 24.084 70.7543 24.084 70.7563C24.084 70.7582 24.084 70.7602 24.084 70.7622C24.084 70.7642 24.084 70.7662 24.084 70.7682C24.084 70.7701 24.084 70.7721 24.084 70.7741C24.084 70.7761 24.084 70.7781 24.084 70.7801C24.084 70.782 24.084 70.784 24.084 70.786C24.084 70.788 24.084 70.79 24.084 70.7919C24.084 70.7939 24.084 70.7959 24.084 70.7979C24.084 70.7999 24.084 70.8018 24.084 70.8038C24.084 70.8058 24.084 70.8078 24.084 70.8097C24.084 70.8117 24.084 70.8137 24.084 70.8157C24.084 70.8176 24.084 70.8196 24.084 70.8216C24.084 70.8235 24.084 70.8255 24.084 70.8275C24.084 70.8295 24.084 70.8314 24.084 70.8334C24.084 70.8354 24.084 70.8373 24.084 70.8393C24.084 70.8413 24.084 70.8433 24.084 70.8452C24.084 70.8472 24.084 70.8492 24.084 70.8511C24.084 70.8531 24.084 70.8551 24.084 70.857C24.084 70.859 24.084 70.8609 24.084 70.8629C24.084 70.8649 24.084 70.8668 24.084 70.8688C24.084 70.8708 24.084 70.8727 24.084 70.8747C24.084 70.8767 24.084 70.8786 24.084 70.8806C24.084 70.8825 24.084 70.8845 24.084 70.8865C24.084 70.8884 24.084 70.8904 24.084 70.8923C24.084 70.8943 24.084 70.8962 24.084 70.8982C24.084 70.9002 24.084 70.9021 24.084 70.9041C24.084 70.906 24.084 70.908 24.084 70.9099C24.084 70.9119 24.084 70.9138 24.084 70.9158C24.084 70.9178 24.084 70.9197 24.084 70.9217C24.084 70.9236 24.084 70.9256 24.084 70.9275C24.084 70.9295 24.084 70.9314 24.084 70.9334C24.084 70.9353 24.084 70.9373 24.084 70.9392C24.084 70.9412 24.084 70.9431 24.084 70.9451C24.084 70.947 24.084 70.9489 24.084 70.9509C24.084 70.9528 24.084 70.9548 24.084 70.9567C24.084 70.9587 24.084 70.9606 24.084 70.9626C24.084 70.9645 24.084 70.9664 24.084 70.9684C24.084 70.9703 24.084 70.9723 24.084 70.9742C24.084 70.9762 24.084 70.9781 24.084 70.98C24.084 70.982 24.084 70.9839 24.084 70.9859C24.084 70.9878 24.084 70.9897 24.084 70.9917C24.084 70.9936 24.084 70.9955 24.084 70.9975C24.084 70.9994 24.084 71.0014 24.084 71.0033C24.084 71.0052 24.084 71.0072 24.084 71.0091C24.084 71.011 24.084 71.013 24.084 71.0149C24.084 71.0168 24.084 71.0188 24.084 71.0207C24.084 71.0226 24.084 71.0245 24.084 71.0265C24.084 71.0284 24.084 71.0303 24.084 71.0323C24.084 71.0342 24.084 71.0361 24.084 71.0381C24.084 71.04 24.084 71.0419 24.084 71.0438C24.084 71.0458 24.084 71.0477 24.084 71.0496C24.084 71.0515 24.084 71.0535 24.084 71.0554C24.084 71.0573 24.084 71.0592 24.084 71.0612C24.084 71.0631 24.084 71.065 24.084 71.0669C24.084 71.0688 24.084 71.0708 24.084 71.0727C24.084 71.0746 24.084 71.0765 24.084 71.0784C24.084 71.0804 24.084 71.0823 24.084 71.0842C24.084 71.0861 24.084 71.088 24.084 71.09C24.084 71.0919 24.084 71.0938 24.084 71.0957C24.084 71.0976 24.084 71.0995 24.084 71.1015C24.084 71.1034 24.084 71.1053 24.084 71.1072C24.084 71.1091 24.084 71.111 24.084 71.1129C24.084 71.1148 24.084 71.1168 24.084 71.1187C24.084 71.1206 24.084 71.1225 24.084 71.1244C24.084 71.1263 24.084 71.1282 24.084 71.1301C24.084 71.132 24.084 71.1339 24.084 71.1358C24.084 71.1378 24.084 71.1397 24.084 71.1416C24.084 71.1435 24.084 71.1454 24.084 71.1473C24.084 71.1492 24.084 71.1511 24.084 71.153C24.084 71.1549 24.084 71.1568 24.084 71.1587C24.084 71.1606 24.084 71.1625 24.084 71.1644C24.084 71.1663 24.084 71.1682 24.084 71.1701C24.084 71.172 24.084 71.1739 24.084 71.1758C24.084 71.1777 24.084 71.1796 24.084 71.1815C24.084 71.1834 24.084 71.1853 24.084 71.1872C24.084 71.1891 24.084 71.191 24.084 71.1929C24.084 71.1948 24.084 71.1967 24.084 71.1986C24.084 71.2005 24.084 71.2024 24.084 71.2043C24.084 71.2061 24.084 71.208 24.084 71.2099C24.084 71.2118 24.084 71.2137 24.084 71.2156C24.084 71.2175 24.084 71.2194 24.084 71.2213C24.084 71.2232 24.084 71.225 24.084 71.2269C24.084 71.2288 24.084 71.2307 24.084 71.2326C24.084 71.2345 24.084 71.2364 24.084 71.2383C24.084 71.2401 24.084 71.242 24.084 71.2439C24.084 71.2458 24.084 71.2477 24.084 71.2496C24.084 71.2514 24.084 71.2533 24.084 71.2552C24.084 71.2571 24.084 71.259 24.084 71.2608C24.084 71.2627 24.084 71.2646 24.084 71.2665C24.084 71.2684 24.084 71.2702 24.084 71.2721C24.084 71.274 24.084 71.2759 24.084 71.2778C24.084 71.2796 24.084 71.2815 24.084 71.2834C24.084 71.2853 24.084 71.2871 24.084 71.289C24.084 71.2909 24.084 71.2928 24.084 71.2946C24.084 71.2965 24.084 71.2984 24.084 71.3003C24.084 71.3021 24.084 71.304 24.084 71.3059C24.084 71.3077 24.084 71.3096 24.084 71.3115C24.084 71.3134 24.084 71.3152 24.084 71.3171C24.084 71.319 24.084 71.3208 24.084 71.3227C24.084 71.3246 24.084 71.3264 24.084 71.3283C24.084 71.3302 24.084 71.332 24.084 71.3339C24.084 71.3358 24.084 71.3376 24.084 71.3395C24.084 71.3413 24.084 71.3432 24.084 71.3451C24.084 71.3469 24.084 71.3488 24.084 71.3507C24.084 71.3525 24.084 71.3544 24.084 71.3562C24.084 71.3581 24.084 71.36 24.084 71.3618C24.084 71.3637 24.084 71.3655 24.084 71.3674C24.084 71.3693 24.084 71.3711 24.084 71.373C24.084 71.3748 24.084 71.3767 24.084 71.3785C24.084 71.3804 24.084 71.3822 24.084 71.3841C24.084 71.3859 24.084 71.3878 24.084 71.3897C24.084 71.3915 24.084 71.3934 24.084 71.3952C24.084 71.3971 24.084 71.3989 24.084 71.4008C24.084 71.4026 24.084 71.4045 24.084 71.4063C24.084 71.4082 24.084 71.41 24.084 71.4119C24.084 71.4137 24.084 71.4156 24.084 71.4174C24.084 71.4192 24.084 71.4211 24.084 71.4229C24.084 71.4248 24.084 71.4266 24.084 71.4285C24.084 71.4303 24.084 71.4322 24.084 71.434C24.084 71.4358 24.084 71.4377 24.084 71.4395C24.084 71.4414 24.084 71.4432 24.084 71.4451C24.084 71.4469 24.084 71.4487 24.084 71.4506C24.084 71.4524 24.084 71.4543 24.084 71.4561C24.084 71.4579 24.084 71.4598 24.084 71.4616C24.084 71.4634 24.084 71.4653 24.084 71.4671C24.084 71.469 24.084 71.4708 24.084 71.4726C24.084 71.4745 24.084 71.4763 24.084 71.4781C24.084 71.48 24.084 71.4818 24.084 71.4836C24.084 71.4855 24.084 71.4873 24.084 71.4891C24.084 71.4909 24.084 71.4928 24.084 71.4946C24.084 71.4964 24.084 71.4983 24.084 71.5001C24.084 71.5019 24.084 71.5038 24.084 71.5056C24.084 71.5074 24.084 71.5092 24.084 71.5111C24.084 71.5129 24.084 71.5147 24.084 71.5165C24.084 71.5184 24.084 71.5202 24.084 71.522C24.084 71.5238 24.084 71.5257 24.084 71.5275C24.084 71.5293 24.084 71.5311 24.084 71.5329C24.084 71.5348 24.084 71.5366 24.084 71.5384C24.084 71.5402 24.084 71.542 24.084 71.5439C24.084 71.5457 24.084 71.5475 24.084 71.5493C24.084 71.5511 24.084 71.553 24.084 71.5548C24.084 71.5566 24.084 71.5584 24.084 71.5602C24.084 71.562 24.084 71.5639 24.084 71.5657C24.084 71.5675 24.084 71.5693 24.084 71.5711C24.084 71.5729 24.084 71.5747 24.084 71.5765C24.084 71.5784 24.084 71.5802 24.084 71.582C24.084 71.5838 24.084 71.5856 24.084 71.5874C24.084 71.5892 24.084 71.591 24.084 71.5928C24.084 71.5946 24.084 71.5964 24.084 71.5983C24.084 71.6001 24.084 71.6019 24.084 71.6037C24.084 71.6055 24.084 71.6073 24.084 71.6091C24.084 71.6109 24.084 71.6127 24.084 71.6145C24.084 71.6163 24.084 71.6181 24.084 71.6199C24.084 71.6217 24.084 71.6235 24.084 71.6253C24.084 71.6271 24.084 71.6289 24.084 71.6307C24.084 71.6325 24.084 71.6343 24.084 71.6361C24.084 71.6379 24.084 71.6397 24.084 71.6415C24.084 71.6433 24.084 71.6451 24.084 71.6469C24.084 71.6487 24.084 71.6505 24.084 71.6523C24.084 71.6541 24.084 71.6559 24.084 71.6577C24.084 71.6595 24.084 71.6612 24.084 71.663C24.084 71.6648 24.084 71.6666 24.084 71.6684C24.084 71.6702 24.084 71.672 24.084 71.6738C24.084 71.6756 24.084 71.6774 24.084 71.6791C24.084 71.6809 24.084 71.6827 24.084 71.6845C24.084 71.6863 24.084 71.6881 24.084 71.6899C24.084 71.6917 24.084 71.6934 24.084 71.6952C24.084 71.697 24.084 71.6988 24.084 71.7006C24.084 71.7024 24.084 71.7042 24.084 71.7059C24.084 71.7077 24.084 71.7095 24.084 71.7113C24.084 71.7131 24.084 71.7148 24.084 71.7166C24.084 71.7184 24.084 71.7202 24.084 71.722C24.084 71.7237 24.084 71.7255 24.084 71.7273C24.084 71.7291 24.084 71.7309 24.084 71.7326C24.084 71.7344 24.084 71.7362 24.084 71.738C24.084 71.7397 24.084 71.7415 24.084 71.7433C24.084 71.7451 24.084 71.7468 24.084 71.7486C24.084 71.7504 24.084 71.7521 24.084 71.7539C24.084 71.7557 24.084 71.7575 24.084 71.7592C24.084 71.761 24.084 71.7628 24.084 71.7645C24.084 71.7663 24.084 71.7681 24.084 71.7698C24.084 71.7716 24.084 71.7734 24.084 71.7752C24.084 71.7769 24.084 71.7787 24.084 71.7804C24.084 71.7822 24.084 71.784 24.084 71.7857C24.084 71.7875 24.084 71.7893 24.084 71.791C24.084 71.7928 24.084 71.7946 24.084 71.7963C24.084 71.7981 24.084 71.7998 24.084 71.8016C24.084 71.8034 24.084 71.8051 24.084 71.8069C24.084 71.8086 24.084 71.8104 24.084 71.8122C24.084 71.8139 24.084 71.8157 24.084 71.8174C24.084 71.8192 24.084 71.8209 24.084 71.8227C24.084 71.8245 24.084 71.8262 24.084 71.828C24.084 71.8297 24.084 71.8315 24.084 71.8332C24.084 71.835 24.084 71.8367 24.084 71.8385C24.084 71.8402 24.084 71.842 24.084 71.8438C24.084 71.8455 24.084 71.8473 24.084 71.849C24.084 71.8507 24.084 71.8525 24.084 71.8542C24.084 71.856 24.084 71.8577 24.084 71.8595C24.084 71.8612 24.084 71.863 24.084 71.8647C24.084 71.8665 24.084 71.8682 24.084 71.87C24.084 71.8717 24.084 71.8735 24.084 71.8752C24.084 71.8769 24.084 71.8787 24.084 71.8804C24.084 71.8822 24.084 71.8839 24.084 71.8857C24.084 71.8874 24.084 71.8891 24.084 71.8909C24.084 71.8926 24.084 71.8944 24.084 71.8961C24.084 71.8978 24.084 71.8996 24.084 71.9013C24.084 71.9031 24.084 71.9048 24.084 71.9065C24.084 71.9083 24.084 71.91 24.084 71.9117C24.084 71.9135 24.084 71.9152 24.084 71.9169C24.084 71.9187 24.084 71.9204 24.084 71.9221C24.084 71.9239 24.084 71.9256 24.084 71.9273C24.084 71.9291 24.084 71.9308 24.084 71.9325C24.084 71.9343 24.084 71.936 24.084 71.9377C24.084 71.9394 24.084 71.9412 24.084 71.9429C24.084 71.9446 24.084 71.9464 24.084 71.9481C24.084 71.9498 24.084 71.9515 24.084 71.9533C24.084 71.955 24.084 71.9567 24.084 71.9584C24.084 71.9602 24.084 71.9619 24.084 71.9636C24.084 71.9653 24.084 71.9671 24.084 71.9688C24.084 71.9705 24.084 71.9722 24.084 71.9739C24.084 71.9757 24.084 71.9774 24.084 71.9791C24.084 71.9808 24.084 71.9825 24.084 71.9843C24.084 71.986 24.084 71.9877 24.084 71.9894C24.084 71.9911 24.084 71.9929 24.084 71.9946C24.084 71.9963 24.084 71.998 24.084 71.9997C24.084 72.0014 24.084 72.0031 24.084 72.0049C24.084 72.0066 24.084 72.0083 24.084 72.01C24.084 72.0117 24.084 72.0134 24.084 72.0151C24.084 72.0168 24.084 72.0186 24.084 72.0203C24.084 72.022 24.084 72.0237 24.084 72.0254C24.084 72.0271 24.084 72.0288 24.084 72.0305C24.084 72.0322 24.084 72.0339 24.084 72.0356C24.084 72.0373 24.084 72.0391 24.084 72.0408C24.084 72.0425 24.084 72.0442 24.084 72.0459C24.084 72.0476 24.084 72.0493 24.084 72.051C24.084 72.0527 24.084 72.0544 24.084 72.0561C24.084 72.0578 24.084 72.0595 24.084 72.0612C24.084 72.0629 24.084 72.0646 24.084 72.0663C24.084 72.068 24.084 72.0697 24.084 72.0714C24.084 72.0731 24.084 72.0748 24.084 72.0765C24.084 72.0782 24.084 72.0799 24.084 72.0816C24.084 72.0833 24.084 72.085 24.084 72.0866C24.084 72.0883 24.084 72.09 24.084 72.0917C24.084 72.0934 24.084 72.0951 24.084 72.0968C24.084 72.0985 24.084 72.1002 24.084 72.1019C24.084 72.1036 24.084 72.1053 24.084 72.1069C24.084 72.1086 24.084 72.1103 24.084 72.112C24.084 72.1137 24.084 72.1154 24.084 72.1171C24.084 72.1188 24.084 72.1204 24.084 72.1221C24.084 72.1238 24.084 72.1255 24.084 72.1272C24.084 72.1289 24.084 72.1306 24.084 72.1322C24.084 72.1339 24.084 72.1356 24.084 72.1373C24.084 72.139 24.084 72.1407 24.084 72.1423C24.084 72.144 24.084 72.1457 24.084 72.1474C24.084 72.1491 24.084 72.1507 24.084 72.1524C24.084 72.1541 24.084 72.1558 24.084 72.1574C24.084 72.1591 24.084 72.1608 24.084 72.1625C24.084 72.1642 24.084 72.1658 24.084 72.1675C24.084 72.1692 24.084 72.1709 24.084 72.1725C24.084 72.1742 24.084 72.1759 24.084 72.1775C24.084 72.1792 24.084 72.1809 24.084 72.1826C24.084 72.1842 24.084 72.1859 24.084 72.1876C24.084 72.1892 24.084 72.1909 24.084 72.1926C24.084 72.1943 24.084 72.1959 24.084 72.1976C24.084 72.1993 24.084 72.2009 24.084 72.2026C24.084 72.2043 24.084 72.2059 24.084 72.2076C24.084 72.2093 24.084 72.2109 24.084 72.2126C24.084 72.2142 24.084 72.2159 24.084 72.2176C24.084 72.2192 24.084 72.2209 24.084 72.2226C24.084 72.2242 24.084 72.2259 24.084 72.2275C24.084 72.2292 24.084 72.2309 24.084 72.2325C24.084 72.2342 24.084 72.2358 24.084 72.2375C24.084 72.2392 24.084 72.2408 24.084 72.2425C24.084 72.2441 24.084 72.2458 24.084 72.2474C24.084 72.2491 24.084 72.2507 24.084 72.2524C24.084 72.2541 24.084 72.2557 24.084 72.2574C24.084 72.259 24.084 72.2607 24.084 72.2623C24.084 72.264 24.084 72.2656 24.084 72.2673C24.084 72.2689 24.084 72.2706 24.084 72.2722C24.084 72.2739 24.084 72.2755 24.084 72.2772C24.084 72.2788 24.084 72.2805 24.084 72.2821C24.084 72.2838 24.084 72.2854 24.084 72.287C24.084 72.2887 24.084 72.2903 24.084 72.292C24.084 72.2936 24.084 72.2953 24.084 72.2969C24.084 72.2986 24.084 72.3002 24.084 72.3018C24.084 72.3035 24.084 72.3051 24.084 72.3068C24.084 72.3084 24.084 72.3101 24.084 72.3117C24.084 72.3133 24.084 72.315 24.084 72.3166C24.084 72.3182 24.084 72.3199 24.084 72.3215C24.084 72.3232 24.084 72.3248 24.084 72.3264C24.084 72.3281 24.084 72.3297 24.084 72.3313C24.084 72.333 24.084 72.3346 24.084 72.3362C24.084 72.3379 24.084 72.3395 24.084 72.3411C24.084 72.3428 24.084 72.3444 24.084 72.346C24.084 72.3477 24.084 72.3493 24.084 72.3509C24.084 72.3526 24.084 72.3542 24.084 72.3558C24.084 72.3574 24.084 72.3591 24.084 72.3607C24.084 72.3623 24.084 72.364 24.084 72.3656C24.084 72.3672 24.084 72.3688 24.084 72.3705C24.084 72.3721 24.084 72.3737 24.084 72.3753C24.084 72.377 24.084 72.3786 24.084 72.3802C24.084 72.3818 24.084 72.3834 24.084 72.3851C24.084 72.3867 24.084 72.3883 24.084 72.3899C24.084 72.3916 24.084 72.3932 24.084 72.3948C24.084 72.3964 24.084 72.398 24.084 72.3996C24.084 72.4013 24.084 72.4029 24.084 72.4045C24.084 72.4061 24.084 72.4077 24.084 72.4093C24.084 72.411 24.084 72.4126 24.084 72.4142C24.084 72.4158 24.084 72.4174 24.084 72.419C24.084 72.4206 24.084 72.4223 24.084 72.4239C24.084 72.4255 24.084 72.4271 24.084 72.4287C24.084 72.4303 24.084 72.4319 24.084 72.4335C24.084 72.4351 24.084 72.4368 24.084 72.4384C24.084 72.44 24.084 72.4416 24.084 72.4432C24.084 72.4448 24.084 72.4464 24.084 72.448C24.084 72.4496 24.084 72.4512 24.084 72.4528C24.084 72.4544 24.084 72.456 24.084 72.4576C24.084 72.4592 24.084 72.4608 24.084 72.4624C24.084 72.464 24.084 72.4656 24.084 72.4672C24.084 72.4688 24.084 72.4704 24.084 72.472C24.084 72.4736 24.084 72.4752 24.084 72.4768C24.084 72.4784 24.084 72.48 24.084 72.4816C24.084 72.4832 24.084 72.4848 24.084 72.4864C24.084 72.488 24.084 72.4896 24.084 72.4912C24.084 72.4928 24.084 72.4944 24.084 72.496H26.084C26.084 72.4944 26.084 72.4928 26.084 72.4912C26.084 72.4896 26.084 72.488 26.084 72.4864C26.084 72.4848 26.084 72.4832 26.084 72.4816C26.084 72.48 26.084 72.4784 26.084 72.4768C26.084 72.4752 26.084 72.4736 26.084 72.472C26.084 72.4704 26.084 72.4688 26.084 72.4672C26.084 72.4656 26.084 72.464 26.084 72.4624C26.084 72.4608 26.084 72.4592 26.084 72.4576C26.084 72.456 26.084 72.4544 26.084 72.4528C26.084 72.4512 26.084 72.4496 26.084 72.448C26.084 72.4464 26.084 72.4448 26.084 72.4432C26.084 72.4416 26.084 72.44 26.084 72.4384C26.084 72.4368 26.084 72.4351 26.084 72.4335C26.084 72.4319 26.084 72.4303 26.084 72.4287C26.084 72.4271 26.084 72.4255 26.084 72.4239C26.084 72.4223 26.084 72.4206 26.084 72.419C26.084 72.4174 26.084 72.4158 26.084 72.4142C26.084 72.4126 26.084 72.411 26.084 72.4093C26.084 72.4077 26.084 72.4061 26.084 72.4045C26.084 72.4029 26.084 72.4013 26.084 72.3996C26.084 72.398 26.084 72.3964 26.084 72.3948C26.084 72.3932 26.084 72.3916 26.084 72.3899C26.084 72.3883 26.084 72.3867 26.084 72.3851C26.084 72.3834 26.084 72.3818 26.084 72.3802C26.084 72.3786 26.084 72.377 26.084 72.3753C26.084 72.3737 26.084 72.3721 26.084 72.3705C26.084 72.3688 26.084 72.3672 26.084 72.3656C26.084 72.364 26.084 72.3623 26.084 72.3607C26.084 72.3591 26.084 72.3574 26.084 72.3558C26.084 72.3542 26.084 72.3526 26.084 72.3509C26.084 72.3493 26.084 72.3477 26.084 72.346C26.084 72.3444 26.084 72.3428 26.084 72.3411C26.084 72.3395 26.084 72.3379 26.084 72.3362C26.084 72.3346 26.084 72.333 26.084 72.3313C26.084 72.3297 26.084 72.3281 26.084 72.3264C26.084 72.3248 26.084 72.3232 26.084 72.3215C26.084 72.3199 26.084 72.3182 26.084 72.3166C26.084 72.315 26.084 72.3133 26.084 72.3117C26.084 72.3101 26.084 72.3084 26.084 72.3068C26.084 72.3051 26.084 72.3035 26.084 72.3018C26.084 72.3002 26.084 72.2986 26.084 72.2969C26.084 72.2953 26.084 72.2936 26.084 72.292C26.084 72.2903 26.084 72.2887 26.084 72.287C26.084 72.2854 26.084 72.2838 26.084 72.2821C26.084 72.2805 26.084 72.2788 26.084 72.2772C26.084 72.2755 26.084 72.2739 26.084 72.2722C26.084 72.2706 26.084 72.2689 26.084 72.2673C26.084 72.2656 26.084 72.264 26.084 72.2623C26.084 72.2607 26.084 72.259 26.084 72.2574C26.084 72.2557 26.084 72.2541 26.084 72.2524C26.084 72.2507 26.084 72.2491 26.084 72.2474C26.084 72.2458 26.084 72.2441 26.084 72.2425C26.084 72.2408 26.084 72.2392 26.084 72.2375C26.084 72.2358 26.084 72.2342 26.084 72.2325C26.084 72.2309 26.084 72.2292 26.084 72.2275C26.084 72.2259 26.084 72.2242 26.084 72.2226C26.084 72.2209 26.084 72.2192 26.084 72.2176C26.084 72.2159 26.084 72.2142 26.084 72.2126C26.084 72.2109 26.084 72.2093 26.084 72.2076C26.084 72.2059 26.084 72.2043 26.084 72.2026C26.084 72.2009 26.084 72.1993 26.084 72.1976C26.084 72.1959 26.084 72.1943 26.084 72.1926C26.084 72.1909 26.084 72.1892 26.084 72.1876C26.084 72.1859 26.084 72.1842 26.084 72.1826C26.084 72.1809 26.084 72.1792 26.084 72.1775C26.084 72.1759 26.084 72.1742 26.084 72.1725C26.084 72.1709 26.084 72.1692 26.084 72.1675C26.084 72.1658 26.084 72.1642 26.084 72.1625C26.084 72.1608 26.084 72.1591 26.084 72.1574C26.084 72.1558 26.084 72.1541 26.084 72.1524C26.084 72.1507 26.084 72.1491 26.084 72.1474C26.084 72.1457 26.084 72.144 26.084 72.1423C26.084 72.1407 26.084 72.139 26.084 72.1373C26.084 72.1356 26.084 72.1339 26.084 72.1322C26.084 72.1306 26.084 72.1289 26.084 72.1272C26.084 72.1255 26.084 72.1238 26.084 72.1221C26.084 72.1204 26.084 72.1188 26.084 72.1171C26.084 72.1154 26.084 72.1137 26.084 72.112C26.084 72.1103 26.084 72.1086 26.084 72.1069C26.084 72.1053 26.084 72.1036 26.084 72.1019C26.084 72.1002 26.084 72.0985 26.084 72.0968C26.084 72.0951 26.084 72.0934 26.084 72.0917C26.084 72.09 26.084 72.0883 26.084 72.0866C26.084 72.085 26.084 72.0833 26.084 72.0816C26.084 72.0799 26.084 72.0782 26.084 72.0765C26.084 72.0748 26.084 72.0731 26.084 72.0714C26.084 72.0697 26.084 72.068 26.084 72.0663C26.084 72.0646 26.084 72.0629 26.084 72.0612C26.084 72.0595 26.084 72.0578 26.084 72.0561C26.084 72.0544 26.084 72.0527 26.084 72.051C26.084 72.0493 26.084 72.0476 26.084 72.0459C26.084 72.0442 26.084 72.0425 26.084 72.0408C26.084 72.0391 26.084 72.0373 26.084 72.0356C26.084 72.0339 26.084 72.0322 26.084 72.0305C26.084 72.0288 26.084 72.0271 26.084 72.0254C26.084 72.0237 26.084 72.022 26.084 72.0203C26.084 72.0186 26.084 72.0168 26.084 72.0151C26.084 72.0134 26.084 72.0117 26.084 72.01C26.084 72.0083 26.084 72.0066 26.084 72.0049C26.084 72.0031 26.084 72.0014 26.084 71.9997C26.084 71.998 26.084 71.9963 26.084 71.9946C26.084 71.9929 26.084 71.9911 26.084 71.9894C26.084 71.9877 26.084 71.986 26.084 71.9843C26.084 71.9825 26.084 71.9808 26.084 71.9791C26.084 71.9774 26.084 71.9757 26.084 71.9739C26.084 71.9722 26.084 71.9705 26.084 71.9688C26.084 71.9671 26.084 71.9653 26.084 71.9636C26.084 71.9619 26.084 71.9602 26.084 71.9584C26.084 71.9567 26.084 71.955 26.084 71.9533C26.084 71.9515 26.084 71.9498 26.084 71.9481C26.084 71.9464 26.084 71.9446 26.084 71.9429C26.084 71.9412 26.084 71.9394 26.084 71.9377C26.084 71.936 26.084 71.9343 26.084 71.9325C26.084 71.9308 26.084 71.9291 26.084 71.9273C26.084 71.9256 26.084 71.9239 26.084 71.9221C26.084 71.9204 26.084 71.9187 26.084 71.9169C26.084 71.9152 26.084 71.9135 26.084 71.9117C26.084 71.91 26.084 71.9083 26.084 71.9065C26.084 71.9048 26.084 71.9031 26.084 71.9013C26.084 71.8996 26.084 71.8978 26.084 71.8961C26.084 71.8944 26.084 71.8926 26.084 71.8909C26.084 71.8891 26.084 71.8874 26.084 71.8857C26.084 71.8839 26.084 71.8822 26.084 71.8804C26.084 71.8787 26.084 71.8769 26.084 71.8752C26.084 71.8735 26.084 71.8717 26.084 71.87C26.084 71.8682 26.084 71.8665 26.084 71.8647C26.084 71.863 26.084 71.8612 26.084 71.8595C26.084 71.8577 26.084 71.856 26.084 71.8542C26.084 71.8525 26.084 71.8507 26.084 71.849C26.084 71.8473 26.084 71.8455 26.084 71.8438C26.084 71.842 26.084 71.8402 26.084 71.8385C26.084 71.8367 26.084 71.835 26.084 71.8332C26.084 71.8315 26.084 71.8297 26.084 71.828C26.084 71.8262 26.084 71.8245 26.084 71.8227C26.084 71.8209 26.084 71.8192 26.084 71.8174C26.084 71.8157 26.084 71.8139 26.084 71.8122C26.084 71.8104 26.084 71.8086 26.084 71.8069C26.084 71.8051 26.084 71.8034 26.084 71.8016C26.084 71.7998 26.084 71.7981 26.084 71.7963C26.084 71.7946 26.084 71.7928 26.084 71.791C26.084 71.7893 26.084 71.7875 26.084 71.7857C26.084 71.784 26.084 71.7822 26.084 71.7804C26.084 71.7787 26.084 71.7769 26.084 71.7752C26.084 71.7734 26.084 71.7716 26.084 71.7698C26.084 71.7681 26.084 71.7663 26.084 71.7645C26.084 71.7628 26.084 71.761 26.084 71.7592C26.084 71.7575 26.084 71.7557 26.084 71.7539C26.084 71.7521 26.084 71.7504 26.084 71.7486C26.084 71.7468 26.084 71.7451 26.084 71.7433C26.084 71.7415 26.084 71.7397 26.084 71.738C26.084 71.7362 26.084 71.7344 26.084 71.7326C26.084 71.7309 26.084 71.7291 26.084 71.7273C26.084 71.7255 26.084 71.7237 26.084 71.722C26.084 71.7202 26.084 71.7184 26.084 71.7166C26.084 71.7148 26.084 71.7131 26.084 71.7113C26.084 71.7095 26.084 71.7077 26.084 71.7059C26.084 71.7042 26.084 71.7024 26.084 71.7006C26.084 71.6988 26.084 71.697 26.084 71.6952C26.084 71.6934 26.084 71.6917 26.084 71.6899C26.084 71.6881 26.084 71.6863 26.084 71.6845C26.084 71.6827 26.084 71.6809 26.084 71.6791C26.084 71.6774 26.084 71.6756 26.084 71.6738C26.084 71.672 26.084 71.6702 26.084 71.6684C26.084 71.6666 26.084 71.6648 26.084 71.663C26.084 71.6612 26.084 71.6595 26.084 71.6577C26.084 71.6559 26.084 71.6541 26.084 71.6523C26.084 71.6505 26.084 71.6487 26.084 71.6469C26.084 71.6451 26.084 71.6433 26.084 71.6415C26.084 71.6397 26.084 71.6379 26.084 71.6361C26.084 71.6343 26.084 71.6325 26.084 71.6307C26.084 71.6289 26.084 71.6271 26.084 71.6253C26.084 71.6235 26.084 71.6217 26.084 71.6199C26.084 71.6181 26.084 71.6163 26.084 71.6145C26.084 71.6127 26.084 71.6109 26.084 71.6091C26.084 71.6073 26.084 71.6055 26.084 71.6037C26.084 71.6019 26.084 71.6001 26.084 71.5983C26.084 71.5964 26.084 71.5946 26.084 71.5928C26.084 71.591 26.084 71.5892 26.084 71.5874C26.084 71.5856 26.084 71.5838 26.084 71.582C26.084 71.5802 26.084 71.5784 26.084 71.5765C26.084 71.5747 26.084 71.5729 26.084 71.5711C26.084 71.5693 26.084 71.5675 26.084 71.5657C26.084 71.5639 26.084 71.562 26.084 71.5602C26.084 71.5584 26.084 71.5566 26.084 71.5548C26.084 71.553 26.084 71.5511 26.084 71.5493C26.084 71.5475 26.084 71.5457 26.084 71.5439C26.084 71.542 26.084 71.5402 26.084 71.5384C26.084 71.5366 26.084 71.5348 26.084 71.5329C26.084 71.5311 26.084 71.5293 26.084 71.5275C26.084 71.5257 26.084 71.5238 26.084 71.522C26.084 71.5202 26.084 71.5184 26.084 71.5165C26.084 71.5147 26.084 71.5129 26.084 71.5111C26.084 71.5092 26.084 71.5074 26.084 71.5056C26.084 71.5038 26.084 71.5019 26.084 71.5001C26.084 71.4983 26.084 71.4964 26.084 71.4946C26.084 71.4928 26.084 71.4909 26.084 71.4891C26.084 71.4873 26.084 71.4855 26.084 71.4836C26.084 71.4818 26.084 71.48 26.084 71.4781C26.084 71.4763 26.084 71.4745 26.084 71.4726C26.084 71.4708 26.084 71.469 26.084 71.4671C26.084 71.4653 26.084 71.4634 26.084 71.4616C26.084 71.4598 26.084 71.4579 26.084 71.4561C26.084 71.4543 26.084 71.4524 26.084 71.4506C26.084 71.4487 26.084 71.4469 26.084 71.4451C26.084 71.4432 26.084 71.4414 26.084 71.4395C26.084 71.4377 26.084 71.4358 26.084 71.434C26.084 71.4322 26.084 71.4303 26.084 71.4285C26.084 71.4266 26.084 71.4248 26.084 71.4229C26.084 71.4211 26.084 71.4192 26.084 71.4174C26.084 71.4156 26.084 71.4137 26.084 71.4119C26.084 71.41 26.084 71.4082 26.084 71.4063C26.084 71.4045 26.084 71.4026 26.084 71.4008C26.084 71.3989 26.084 71.3971 26.084 71.3952C26.084 71.3934 26.084 71.3915 26.084 71.3897C26.084 71.3878 26.084 71.3859 26.084 71.3841C26.084 71.3822 26.084 71.3804 26.084 71.3785C26.084 71.3767 26.084 71.3748 26.084 71.373C26.084 71.3711 26.084 71.3693 26.084 71.3674C26.084 71.3655 26.084 71.3637 26.084 71.3618C26.084 71.36 26.084 71.3581 26.084 71.3562C26.084 71.3544 26.084 71.3525 26.084 71.3507C26.084 71.3488 26.084 71.3469 26.084 71.3451C26.084 71.3432 26.084 71.3413 26.084 71.3395C26.084 71.3376 26.084 71.3358 26.084 71.3339C26.084 71.332 26.084 71.3302 26.084 71.3283C26.084 71.3264 26.084 71.3246 26.084 71.3227C26.084 71.3208 26.084 71.319 26.084 71.3171C26.084 71.3152 26.084 71.3134 26.084 71.3115C26.084 71.3096 26.084 71.3077 26.084 71.3059C26.084 71.304 26.084 71.3021 26.084 71.3003C26.084 71.2984 26.084 71.2965 26.084 71.2946C26.084 71.2928 26.084 71.2909 26.084 71.289C26.084 71.2871 26.084 71.2853 26.084 71.2834C26.084 71.2815 26.084 71.2796 26.084 71.2778C26.084 71.2759 26.084 71.274 26.084 71.2721C26.084 71.2702 26.084 71.2684 26.084 71.2665C26.084 71.2646 26.084 71.2627 26.084 71.2608C26.084 71.259 26.084 71.2571 26.084 71.2552C26.084 71.2533 26.084 71.2514 26.084 71.2496C26.084 71.2477 26.084 71.2458 26.084 71.2439C26.084 71.242 26.084 71.2401 26.084 71.2383C26.084 71.2364 26.084 71.2345 26.084 71.2326C26.084 71.2307 26.084 71.2288 26.084 71.2269C26.084 71.225 26.084 71.2232 26.084 71.2213C26.084 71.2194 26.084 71.2175 26.084 71.2156C26.084 71.2137 26.084 71.2118 26.084 71.2099C26.084 71.208 26.084 71.2061 26.084 71.2043C26.084 71.2024 26.084 71.2005 26.084 71.1986C26.084 71.1967 26.084 71.1948 26.084 71.1929C26.084 71.191 26.084 71.1891 26.084 71.1872C26.084 71.1853 26.084 71.1834 26.084 71.1815C26.084 71.1796 26.084 71.1777 26.084 71.1758C26.084 71.1739 26.084 71.172 26.084 71.1701C26.084 71.1682 26.084 71.1663 26.084 71.1644C26.084 71.1625 26.084 71.1606 26.084 71.1587C26.084 71.1568 26.084 71.1549 26.084 71.153C26.084 71.1511 26.084 71.1492 26.084 71.1473C26.084 71.1454 26.084 71.1435 26.084 71.1416C26.084 71.1397 26.084 71.1378 26.084 71.1358C26.084 71.1339 26.084 71.132 26.084 71.1301C26.084 71.1282 26.084 71.1263 26.084 71.1244C26.084 71.1225 26.084 71.1206 26.084 71.1187C26.084 71.1168 26.084 71.1148 26.084 71.1129C26.084 71.111 26.084 71.1091 26.084 71.1072C26.084 71.1053 26.084 71.1034 26.084 71.1015C26.084 71.0995 26.084 71.0976 26.084 71.0957C26.084 71.0938 26.084 71.0919 26.084 71.09C26.084 71.088 26.084 71.0861 26.084 71.0842C26.084 71.0823 26.084 71.0804 26.084 71.0784C26.084 71.0765 26.084 71.0746 26.084 71.0727C26.084 71.0708 26.084 71.0688 26.084 71.0669C26.084 71.065 26.084 71.0631 26.084 71.0612C26.084 71.0592 26.084 71.0573 26.084 71.0554C26.084 71.0535 26.084 71.0515 26.084 71.0496C26.084 71.0477 26.084 71.0458 26.084 71.0438C26.084 71.0419 26.084 71.04 26.084 71.0381C26.084 71.0361 26.084 71.0342 26.084 71.0323C26.084 71.0303 26.084 71.0284 26.084 71.0265C26.084 71.0245 26.084 71.0226 26.084 71.0207C26.084 71.0188 26.084 71.0168 26.084 71.0149C26.084 71.013 26.084 71.011 26.084 71.0091C26.084 71.0072 26.084 71.0052 26.084 71.0033C26.084 71.0014 26.084 70.9994 26.084 70.9975C26.084 70.9955 26.084 70.9936 26.084 70.9917C26.084 70.9897 26.084 70.9878 26.084 70.9859C26.084 70.9839 26.084 70.982 26.084 70.98C26.084 70.9781 26.084 70.9762 26.084 70.9742C26.084 70.9723 26.084 70.9703 26.084 70.9684C26.084 70.9664 26.084 70.9645 26.084 70.9626C26.084 70.9606 26.084 70.9587 26.084 70.9567C26.084 70.9548 26.084 70.9528 26.084 70.9509C26.084 70.9489 26.084 70.947 26.084 70.9451C26.084 70.9431 26.084 70.9412 26.084 70.9392C26.084 70.9373 26.084 70.9353 26.084 70.9334C26.084 70.9314 26.084 70.9295 26.084 70.9275C26.084 70.9256 26.084 70.9236 26.084 70.9217C26.084 70.9197 26.084 70.9178 26.084 70.9158C26.084 70.9138 26.084 70.9119 26.084 70.9099C26.084 70.908 26.084 70.906 26.084 70.9041C26.084 70.9021 26.084 70.9002 26.084 70.8982C26.084 70.8962 26.084 70.8943 26.084 70.8923C26.084 70.8904 26.084 70.8884 26.084 70.8865C26.084 70.8845 26.084 70.8825 26.084 70.8806C26.084 70.8786 26.084 70.8767 26.084 70.8747C26.084 70.8727 26.084 70.8708 26.084 70.8688C26.084 70.8668 26.084 70.8649 26.084 70.8629C26.084 70.8609 26.084 70.859 26.084 70.857C26.084 70.8551 26.084 70.8531 26.084 70.8511C26.084 70.8492 26.084 70.8472 26.084 70.8452C26.084 70.8433 26.084 70.8413 26.084 70.8393C26.084 70.8373 26.084 70.8354 26.084 70.8334C26.084 70.8314 26.084 70.8295 26.084 70.8275C26.084 70.8255 26.084 70.8235 26.084 70.8216C26.084 70.8196 26.084 70.8176 26.084 70.8157C26.084 70.8137 26.084 70.8117 26.084 70.8097C26.084 70.8078 26.084 70.8058 26.084 70.8038C26.084 70.8018 26.084 70.7999 26.084 70.7979C26.084 70.7959 26.084 70.7939 26.084 70.7919C26.084 70.79 26.084 70.788 26.084 70.786C26.084 70.784 26.084 70.782 26.084 70.7801C26.084 70.7781 26.084 70.7761 26.084 70.7741C26.084 70.7721 26.084 70.7701 26.084 70.7682C26.084 70.7662 26.084 70.7642 26.084 70.7622C26.084 70.7602 26.084 70.7582 26.084 70.7563C26.084 70.7543 26.084 70.7523 26.084 70.7503C26.084 70.7483 26.084 70.7463 26.084 70.7443C26.084 70.7423 26.084 70.7404 26.084 70.7384C26.084 70.7364 26.084 70.7344 26.084 70.7324C26.084 70.7304 26.084 70.7284 26.084 70.7264C26.084 70.7244 26.084 70.7224 26.084 70.7204C26.084 70.7185 26.084 70.7165 26.084 70.7145C26.084 70.7125 26.084 70.7105 26.084 70.7085C26.084 70.7065 26.084 70.7045 26.084 70.7025C26.084 70.7005 26.084 70.6985 26.084 70.6965C26.084 70.6945 26.084 70.6925 26.084 70.6905C26.084 70.6885 26.084 70.6865 26.084 70.6845C26.084 70.6825 26.084 70.6805 26.084 70.6785C26.084 70.6765 26.084 70.6745 26.084 70.6725C26.084 70.6705 26.084 70.6685 26.084 70.6665C26.084 70.6645 26.084 70.6625 26.084 70.6605C26.084 70.6585 26.084 70.6565 26.084 70.6544C26.084 70.6524 26.084 70.6504 26.084 70.6484C26.084 70.6464 26.084 70.6444 26.084 70.6424C26.084 70.6404 26.084 70.6384 26.084 70.6364C26.084 70.6344 26.084 70.6324 26.084 70.6303C26.084 70.6283 26.084 70.6263 26.084 70.6243C26.084 70.6223 26.084 70.6203 26.084 70.6183C26.084 70.6163 26.084 70.6142 26.084 70.6122C26.084 70.6102 26.084 70.6082 26.084 70.6062C26.084 70.6042 26.084 70.6021 26.084 70.6001C26.084 70.5981 26.084 70.5961 26.084 70.5941C26.084 70.5921 26.084 70.59 26.084 70.588C26.084 70.586 26.084 70.584 26.084 70.582C26.084 70.5799 26.084 70.5779 26.084 70.5759C26.084 70.5739 26.084 70.5718 26.084 70.5698C26.084 70.5678 26.084 70.5658 26.084 70.5637C26.084 70.5617 26.084 70.5597 26.084 70.5577C26.084 70.5556 26.084 70.5536 26.084 70.5516C26.084 70.5496 26.084 70.5475 26.084 70.5455C26.084 70.5435 26.084 70.5415 26.084 70.5394C26.084 70.5374 26.084 70.5354 26.084 70.5333C26.084 70.5313 26.084 70.5293 26.084 70.5272C26.084 70.5252 26.084 70.5232 26.084 70.5211C26.084 70.5191 26.084 70.5171 26.084 70.515C26.084 70.513 26.084 70.511 26.084 70.5089C26.084 70.5069 26.084 70.5049 26.084 70.5028C26.084 70.5008 26.084 70.4987 26.084 70.4967C26.084 70.4947 26.084 70.4926 26.084 70.4906C26.084 70.4886 26.084 70.4865 26.084 70.4845C26.084 70.4824 26.084 70.4804 26.084 70.4784C26.084 70.4763 26.084 70.4743 26.084 70.4722C26.084 70.4702 26.084 70.4681 26.084 70.4661C26.084 70.4641 26.084 70.462 26.084 70.46C26.084 70.4579 26.084 70.4559 26.084 70.4538C26.084 70.4518 26.084 70.4497 26.084 70.4477C26.084 70.4456 26.084 70.4436 26.084 70.4415C26.084 70.4395 26.084 70.4374 26.084 70.4354C26.084 70.4333 26.084 70.4313 26.084 70.4292C26.084 70.4272 26.084 70.4251 26.084 70.4231C26.084 70.421 26.084 70.419 26.084 70.4169C26.084 70.4149 26.084 70.4128 26.084 70.4108C26.084 70.4087 26.084 70.4067 26.084 70.4046C26.084 70.4025 26.084 70.4005 26.084 70.3984C26.084 70.3964 26.084 70.3943 26.084 70.3923C26.084 70.3902 26.084 70.3881 26.084 70.3861C26.084 70.384 26.084 70.382 26.084 70.3799C26.084 70.3778 26.084 70.3758 26.084 70.3737C26.084 70.3716 26.084 70.3696 26.084 70.3675C26.084 70.3655 26.084 70.3634 26.084 70.3613C26.084 70.3593 26.084 70.3572 26.084 70.3551C26.084 70.3531 26.084 70.351 26.084 70.3489C26.084 70.3469 26.084 70.3448 26.084 70.3427C26.084 70.3407 26.084 70.3386 26.084 70.3365C26.084 70.3344 26.084 70.3324 26.084 70.3303C26.084 70.3282 26.084 70.3262 26.084 70.3241C26.084 70.322 26.084 70.32 26.084 70.3179C26.084 70.3158 26.084 70.3137 26.084 70.3117C26.084 70.3096 26.084 70.3075 26.084 70.3054C26.084 70.3034 26.084 70.3013 26.084 70.2992C26.084 70.2971 26.084 70.295 26.084 70.293C26.084 70.2909 26.084 70.2888 26.084 70.2867C26.084 70.2847 26.084 70.2826 26.084 70.2805C26.084 70.2784 26.084 70.2763 26.084 70.2743C26.084 70.2722 26.084 70.2701 26.084 70.268C26.084 70.2659 26.084 70.2638 26.084 70.2618C26.084 70.2597 26.084 70.2576 26.084 70.2555C26.084 70.2534 26.084 70.2513 26.084 70.2492C26.084 70.2472 26.084 70.2451 26.084 70.243C26.084 70.2409 26.084 70.2388 26.084 70.2367C26.084 70.2346 26.084 70.2325 26.084 70.2304C26.084 70.2284 26.084 70.2263 26.084 70.2242C26.084 70.2221 26.084 70.22 26.084 70.2179C26.084 70.2158 26.084 70.2137 26.084 70.2116C26.084 70.2095 26.084 70.2074 26.084 70.2053C26.084 70.2032 26.084 70.2011 26.084 70.1991C26.084 70.197 26.084 70.1949 26.084 70.1928C26.084 70.1907 26.084 70.1886 26.084 70.1865C26.084 70.1844 26.084 70.1823 26.084 70.1802C26.084 70.1781 26.084 70.176 26.084 70.1739C26.084 70.1718 26.084 70.1697 26.084 70.1676C26.084 70.1655 26.084 70.1634 26.084 70.1613C26.084 70.1592 26.084 70.1571 26.084 70.1549C26.084 70.1528 26.084 70.1507 26.084 70.1486C26.084 70.1465 26.084 70.1444 26.084 70.1423C26.084 70.1402 26.084 70.1381 26.084 70.136C26.084 70.1339 26.084 70.1318 26.084 70.1297C26.084 70.1276 26.084 70.1254 26.084 70.1233C26.084 70.1212 26.084 70.1191 26.084 70.117C26.084 70.1149 26.084 70.1128 26.084 70.1107C26.084 70.1085 26.084 70.1064 26.084 70.1043C26.084 70.1022 26.084 70.1001 26.084 70.098C26.084 70.0959 26.084 70.0937 26.084 70.0916C26.084 70.0895 26.084 70.0874 26.084 70.0853C26.084 70.0832 26.084 70.081 26.084 70.0789C26.084 70.0768 26.084 70.0747 26.084 70.0726C26.084 70.0704 26.084 70.0683 26.084 70.0662C26.084 70.0641 26.084 70.062 26.084 70.0598C26.084 70.0577 26.084 70.0556 26.084 70.0535C26.084 70.0513 26.084 70.0492 26.084 70.0471C26.084 70.045 26.084 70.0428 26.084 70.0407C26.084 70.0386 26.084 70.0365 26.084 70.0343C26.084 70.0322 26.084 70.0301 26.084 70.0279C26.084 70.0258 26.084 70.0237 26.084 70.0216C26.084 70.0194 26.084 70.0173 26.084 70.0152C26.084 70.013 26.084 70.0109 26.084 70.0088C26.084 70.0066 26.084 70.0045 26.084 70.0024C26.084 70.0002 26.084 69.9981 26.084 69.996C26.084 69.9938 26.084 69.9917 26.084 69.9896C26.084 69.9874 26.084 69.9853 26.084 69.9832C26.084 69.981 26.084 69.9789 26.084 69.9767C26.084 69.9746 26.084 69.9725 26.084 69.9703C26.084 69.9682 26.084 69.966 26.084 69.9639C26.084 69.9618 26.084 69.9596 26.084 69.9575C26.084 69.9553 26.084 69.9532 26.084 69.951C26.084 69.9489 26.084 69.9468 26.084 69.9446C26.084 69.9425 26.084 69.9403 26.084 69.9382C26.084 69.936 26.084 69.9339 26.084 69.9317C26.084 69.9296 26.084 69.9274 26.084 69.9253C26.084 69.9231 26.084 69.921 26.084 69.9188C26.084 69.9167 26.084 69.9146 26.084 69.9124C26.084 69.9103 26.084 69.9081 26.084 69.9059C26.084 69.9038 26.084 69.9016 26.084 69.8995C26.084 69.8973 26.084 69.8952 26.084 69.893C26.084 69.8909 26.084 69.8887 26.084 69.8866C26.084 69.8844 26.084 69.8823 26.084 69.8801C26.084 69.8779 26.084 69.8758 26.084 69.8736C26.084 69.8715 26.084 69.8693 26.084 69.8671C26.084 69.865 26.084 69.8628 26.084 69.8607C26.084 69.8585 26.084 69.8563 26.084 69.8542C26.084 69.852 26.084 69.8499 26.084 69.8477C26.084 69.8455 26.084 69.8434 26.084 69.8412C26.084 69.839 26.084 69.8369 26.084 69.8347C26.084 69.8326 26.084 69.8304 26.084 69.8282C26.084 69.8261 26.084 69.8239 26.084 69.8217C26.084 69.8196 26.084 69.8174 26.084 69.8152C26.084 69.813 26.084 69.8109 26.084 69.8087C26.084 69.8065 26.084 69.8044 26.084 69.8022C26.084 69.8 26.084 69.7979 26.084 69.7957C26.084 69.7935 26.084 69.7913 26.084 69.7892C26.084 69.787 26.084 69.7848 26.084 69.7826C26.084 69.7805 26.084 69.7783 26.084 69.7761C26.084 69.7739 26.084 69.7718 26.084 69.7696C26.084 69.7674 26.084 69.7652 26.084 69.7631C26.084 69.7609 26.084 69.7587 26.084 69.7565C26.084 69.7543 26.084 69.7522 26.084 69.75C26.084 69.7478 26.084 69.7456 26.084 69.7434C26.084 69.7412 26.084 69.7391 26.084 69.7369C26.084 69.7347 26.084 69.7325 26.084 69.7303C26.084 69.7281 26.084 69.726 26.084 69.7238C26.084 69.7216 26.084 69.7194 26.084 69.7172C26.084 69.715 26.084 69.7128 26.084 69.7107C26.084 69.7085 26.084 69.7063 26.084 69.7041C26.084 69.7019 26.084 69.6997 26.084 69.6975C26.084 69.6953 26.084 69.6931 26.084 69.6909C26.084 69.6888 26.084 69.6866 26.084 69.6844C26.084 69.6822 26.084 69.68 26.084 69.6778C26.084 69.6756 26.084 69.6734 26.084 69.6712C26.084 69.669 26.084 69.6668 26.084 69.6646C26.084 69.6624 26.084 69.6602 26.084 69.658C26.084 69.6558 26.084 69.6536 26.084 69.6514C26.084 69.6492 26.084 69.647 26.084 69.6448C26.084 69.6426 26.084 69.6404 26.084 69.6382C26.084 69.636 26.084 69.6338 26.084 69.6316C26.084 69.6294 26.084 69.6272 26.084 69.625C26.084 69.6228 26.084 69.6206 26.084 69.6184C26.084 69.6162 26.084 69.614 26.084 69.6118C26.084 69.6096 26.084 69.6074 26.084 69.6052C26.084 69.6029 26.084 69.6007 26.084 69.5985C26.084 69.5963 26.084 69.5941 26.084 69.5919C26.084 69.5897 26.084 69.5875 26.084 69.5853C26.084 69.5831 26.084 69.5808 26.084 69.5786C26.084 69.5764 26.084 69.5742 26.084 69.572H24.084ZM16.428 72.496C16.428 67.9302 16.8765 64.1548 17.7485 61.1464L15.8275 60.5896C14.8862 63.8372 14.428 67.8138 14.428 72.496H16.428ZM17.7458 61.1553C18.6714 58.0701 19.8877 55.664 21.3642 53.8922L19.8278 52.6118C18.131 54.648 16.8086 57.3193 15.8302 60.5806L17.7458 61.1553ZM21.3642 53.8922C22.8547 52.1036 24.5563 50.8514 26.4684 50.1032L25.7396 48.2408C23.481 49.1246 21.5106 50.5924 19.8278 52.6118L21.3642 53.8922ZM26.4616 50.1059C28.4744 49.335 30.5968 48.948 32.836 48.948V46.948C30.3605 46.948 27.995 47.377 25.7464 48.2381L26.4616 50.1059ZM32.836 48.948C35.1231 48.948 37.2426 49.3359 39.2036 50.1032L39.9324 48.2408C37.7227 47.3761 35.3542 46.948 32.836 46.948V48.948ZM39.2104 50.1059C41.1677 50.8555 42.8889 52.1079 44.3758 53.8922L45.9122 52.6118C44.2258 50.5881 42.2296 49.1205 39.9256 48.2381L39.2104 50.1059ZM44.3847 53.9028C45.8984 55.6687 47.1114 58.0661 47.9905 61.1427L49.9135 60.5933C48.9792 57.3233 47.6536 54.6433 45.9033 52.6012L44.3847 53.9028ZM47.9953 61.1592C48.9094 64.1627 49.38 67.9333 49.38 72.496H51.38C51.38 67.8107 50.8986 63.8293 49.9087 60.5768L47.9953 61.1592ZM49.38 72.496C49.38 77.1966 48.9091 81.0833 47.9931 84.1804L49.9109 84.7476C50.8989 81.4073 51.38 77.3154 51.38 72.496H49.38ZM47.9905 84.1893C47.1114 87.2659 45.8984 89.6633 44.3847 91.4292L45.9033 92.7308C47.6536 90.6887 48.9792 88.0087 49.9135 84.7387L47.9905 84.1893ZM44.3758 91.4398C42.8889 93.2241 41.1677 94.4765 39.2104 95.2261L39.9256 97.0939C42.2296 96.2115 44.2258 94.7439 45.9122 92.7202L44.3758 91.4398ZM39.2036 95.2288C37.2426 95.9961 35.1231 96.384 32.836 96.384V98.384C35.3542 98.384 37.7227 97.9559 39.9324 97.0912L39.2036 95.2288ZM32.836 96.384C30.5968 96.384 28.4744 95.997 26.4616 95.2261L25.7464 97.0939C27.995 97.955 30.3605 98.384 32.836 98.384V96.384ZM26.4684 95.2288C24.5563 94.4806 22.8547 93.2284 21.3642 91.4398L19.8278 92.7202C21.5106 94.7396 23.481 96.2074 25.7396 97.0912L26.4684 95.2288ZM21.3642 91.4398C19.8877 89.668 18.6714 87.2619 17.7458 84.1767L15.8302 84.7513C16.8086 88.0127 18.131 90.684 19.8278 92.7202L21.3642 91.4398ZM17.7505 84.1929C16.8768 81.091 16.428 77.1997 16.428 72.496H14.428C14.428 77.3123 14.8859 81.3997 15.8255 84.7351L17.7505 84.1929ZM54.3012 67.192L53.3017 67.2253L53.3339 68.192H54.3012V67.192ZM55.2532 59.644L56.2073 59.9433L56.2089 59.9381L55.2532 59.644ZM58.5172 53.524L59.2821 54.1682L59.2902 54.1583L58.5172 53.524ZM63.9572 49.444L64.358 50.3602L64.3667 50.3563L63.9572 49.444ZM77.7612 48.968L77.4318 49.9122L77.4385 49.9145L77.7612 48.968ZM86.5332 56.584L85.6258 57.0045L85.63 57.0135L85.6344 57.0224L86.5332 56.584ZM86.7372 69.028L85.8243 68.6196L86.7372 69.028ZM83.6772 73.652L84.3966 74.3466L84.4024 74.3405L84.4082 74.3343L83.6772 73.652ZM79.3252 77.256L78.7704 76.4239L78.7596 76.4313L79.3252 77.256ZM74.4972 80.52L75.0355 81.3627L75.0438 81.3575L75.0519 81.3521L74.4972 80.52ZM69.7372 83.92L70.359 84.7031L69.7372 83.92ZM65.6572 88.204L64.8465 87.6185L63.7014 89.204H65.6572V88.204ZM88.1652 88.204H89.1652V87.204H88.1652V88.204ZM88.1652 96.5V97.5H89.1652V96.5H88.1652ZM53.2132 96.5H52.2132V97.5H53.2132V96.5ZM54.3692 89.292L53.4407 88.9206L53.4371 88.9296L53.4337 88.9386L54.3692 89.292ZM57.6332 83.852L58.3925 84.5029L58.4014 84.4922L57.6332 83.852ZM62.3932 79.364L61.8026 78.5569L61.7932 78.564L62.3932 79.364ZM68.2412 75.216L68.8085 76.0395L68.8122 76.0369L68.2412 75.216ZM71.5732 73.04L72.0973 73.8917L72.1089 73.8845L72.1204 73.877L71.5732 73.04ZM74.7692 70.524L74.0965 69.7841L74.0879 69.7919L74.0795 69.7999L74.7692 70.524ZM77.2172 67.464L76.3597 66.9495L76.352 66.9623L76.3447 66.9754L77.2172 67.464ZM76.1972 58.216L75.4901 58.9231L75.5022 58.9353L75.5148 58.9471L76.1972 58.216ZM67.4932 57.264L68.0479 58.0961L68.0565 58.0902L67.4932 57.264ZM65.1812 59.848L66.0517 60.3401L66.0562 60.3322L66.0604 60.3243L65.1812 59.848ZM63.8892 63.384L62.9099 63.1814L62.9071 63.1948L62.9047 63.2082L63.8892 63.384ZM63.5492 67.192V68.192H64.5492V67.192H63.5492ZM55.3006 67.1587C55.2132 64.5376 55.5196 62.1354 56.2073 59.9433L54.299 59.3447C53.5361 61.7766 53.2077 64.4064 53.3017 67.2253L55.3006 67.1587ZM56.2089 59.9381C56.8986 57.6968 57.9258 55.7787 59.2821 54.1681L57.7522 52.8799C56.2072 54.7146 55.0584 56.8766 54.2974 59.3499L56.2089 59.9381ZM59.2902 54.1583C60.6369 52.5171 62.3208 51.2514 64.358 50.3602L63.5563 48.5278C61.2415 49.5406 59.2988 50.9949 57.7441 52.8897L59.2902 54.1583ZM64.3667 50.3563C66.4389 49.4259 68.8342 48.948 71.5732 48.948V46.948C68.6001 46.948 65.9181 47.4674 63.5476 48.5317L64.3667 50.3563ZM71.5732 48.948C73.6431 48.948 75.5939 49.2711 77.4318 49.9122L78.0905 48.0238C76.0297 47.3049 73.8552 46.948 71.5732 46.948V48.948ZM77.4385 49.9145C79.3233 50.5571 80.9567 51.4721 82.3502 52.6545L83.6441 51.1295C82.0456 49.7732 80.1883 48.7389 78.0838 48.0215L77.4385 49.9145ZM82.3502 52.6545C83.7307 53.8259 84.8227 55.2714 85.6258 57.0045L87.4405 56.1635C86.5209 54.1793 85.2556 52.4968 83.6441 51.1295L82.3502 52.6545ZM85.6344 57.0224C86.4669 58.7292 86.8932 60.6618 86.8932 62.84H88.8932C88.8932 60.3942 88.4127 58.1562 87.4319 56.1456L85.6344 57.0224ZM86.8932 62.84C86.8932 65.139 86.5241 67.0554 85.8243 68.6196L87.65 69.4364C88.4915 67.5552 88.8932 65.3463 88.8932 62.84H86.8932ZM85.8243 68.6196C85.0981 70.2431 84.1391 71.6915 82.9461 72.9697L84.4082 74.3343C85.7539 72.8925 86.8349 71.2583 87.65 69.4364L85.8243 68.6196ZM82.9578 72.9574C81.7417 74.2169 80.3471 75.3728 78.7705 76.4239L79.8799 78.088C81.5672 76.9632 83.0739 75.7165 84.3966 74.3466L82.9578 72.9574ZM78.7596 76.4313C77.1766 77.5168 75.5709 78.6023 73.9425 79.688L75.0519 81.3521C76.6874 80.2617 78.3004 79.1712 79.8907 78.0807L78.7596 76.4313ZM73.9588 79.6773C72.2975 80.7387 70.683 81.892 69.1153 83.1369L70.359 84.7031C71.874 83.5 73.4328 82.3866 75.0355 81.3627L73.9588 79.6773ZM69.1153 83.1369C67.5006 84.4191 66.0775 85.914 64.8465 87.6185L66.4678 88.7895C67.5941 87.23 68.891 85.8689 70.359 84.7031L69.1153 83.1369ZM65.6572 89.204H88.1652V87.204H65.6572V89.204ZM87.1652 88.204V96.5H89.1652V88.204H87.1652ZM88.1652 95.5H53.2132V97.5H88.1652V95.5ZM54.2132 96.5C54.2132 93.8244 54.5864 91.5467 55.3046 89.6454L53.4337 88.9386C52.6106 91.1173 52.2132 93.6449 52.2132 96.5H54.2132ZM55.2976 89.6634C56.075 87.7199 57.1074 86.002 58.3924 84.5028L56.8739 83.2012C55.439 84.8753 54.2953 86.7841 53.4407 88.9206L55.2976 89.6634ZM58.4014 84.4922C59.7085 82.9236 61.2378 81.4805 62.9932 80.164L61.7932 78.564C59.9219 79.9675 58.2778 81.5164 56.8649 83.2118L58.4014 84.4922ZM62.9837 80.171C64.8341 78.817 66.7757 77.4399 68.8085 76.0395L67.6739 74.3925C65.6266 75.8028 63.6695 77.191 61.8026 78.557L62.9837 80.171ZM68.8122 76.0369C69.8382 75.3232 70.9331 74.608 72.0973 73.8917L71.0491 72.1883C69.8559 72.9226 68.7294 73.6582 67.6701 74.3951L68.8122 76.0369ZM72.1204 73.877C73.3463 73.0754 74.4599 72.1995 75.4588 71.2481L74.0795 69.7999C73.1744 70.6618 72.1574 71.4632 71.0259 72.203L72.1204 73.877ZM75.4418 71.2639C76.5158 70.2876 77.4004 69.1834 78.0897 67.9526L76.3447 66.9754C75.7646 68.0112 75.0171 68.9471 74.0965 69.7841L75.4418 71.2639ZM78.0747 67.9785C78.8569 66.6748 79.2372 65.2017 79.2372 63.588H77.2372C77.2372 64.8757 76.9375 65.9865 76.3597 66.9495L78.0747 67.9785ZM79.2372 63.588C79.2372 61.0708 78.4893 58.9875 76.8795 57.4849L75.5148 58.9471C76.625 59.9832 77.2372 61.4812 77.2372 63.588H79.2372ZM76.9043 57.5089C75.3785 55.9832 73.4125 55.244 71.0972 55.244V57.244C72.9525 57.244 74.3865 57.8195 75.4901 58.9231L76.9043 57.5089ZM71.0972 55.244C69.5247 55.244 68.1192 55.6269 66.9298 56.4378L68.0565 58.0902C68.8618 57.5411 69.8589 57.244 71.0972 57.244V55.244ZM66.9385 56.4319C65.84 57.1642 64.9623 58.1524 64.3019 59.3717L66.0604 60.3243C66.5787 59.3676 67.2423 58.6331 68.0479 58.096L66.9385 56.4319ZM64.3106 59.3559C63.6645 60.4991 63.2004 61.7773 62.9099 63.1814L64.8684 63.5866C65.1219 62.3613 65.5192 61.2823 66.0517 60.3401L64.3106 59.3559ZM62.9047 63.2082C62.6679 64.5346 62.5492 65.8628 62.5492 67.192H64.5492C64.5492 65.9825 64.6571 64.772 64.8736 63.5598L62.9047 63.2082ZM63.5492 66.192H54.3012V68.192H63.5492V66.192Z' fill='%23616975' mask='url(%23path-2-outside-1_182_3990)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_3990'%3E%3Crect width='76' height='70' fill='white' transform='translate(14 26.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.mission_list-item:nth-child(3)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.6565 96H8V8H96V96H79.6' stroke='%23616975'/%3E%3Cg clip-path='url(%23clip0_182_3999)'%3E%3Cmask id='path-2-outside-1_182_3999' maskUnits='userSpaceOnUse' x='14' y='46.5' width='76' height='52' fill='black'%3E%3Crect fill='white' x='14' y='46.5' width='76' height='52'/%3E%3Cpath d='M25.084 72.496C25.084 73.856 25.1293 75.5107 25.22 77.46C25.3107 79.364 25.5827 81.2227 26.036 83.036C26.5347 84.804 27.3053 86.3227 28.348 87.592C29.3907 88.8613 30.8867 89.496 32.836 89.496C34.8307 89.496 36.3493 88.8613 37.392 87.592C38.48 86.3227 39.2507 84.804 39.704 83.036C40.2027 81.2227 40.4973 79.364 40.588 77.46C40.6787 75.5107 40.724 73.856 40.724 72.496C40.724 71.68 40.7013 70.7053 40.656 69.572C40.656 68.3933 40.5653 67.192 40.384 65.968C40.248 64.744 40.0213 63.5427 39.704 62.364C39.432 61.14 39.0013 60.052 38.412 59.1C37.8227 58.148 37.0747 57.3773 36.168 56.788C35.2613 56.1987 34.1507 55.904 32.836 55.904C31.5213 55.904 30.4107 56.1987 29.504 56.788C28.6427 57.3773 27.9173 58.148 27.328 59.1C26.784 60.052 26.3533 61.14 26.036 62.364C25.7187 63.5427 25.492 64.744 25.356 65.968C25.22 67.192 25.1293 68.3933 25.084 69.572C25.084 70.7053 25.084 71.68 25.084 72.496ZM15.428 72.496C15.428 67.872 15.8813 63.996 16.788 60.868C17.74 57.6947 19.0093 55.156 20.596 53.252C22.1827 51.348 24.0187 49.988 26.104 49.172C28.2347 48.356 30.4787 47.948 32.836 47.948C35.2387 47.948 37.4827 48.356 39.568 49.172C41.6987 49.988 43.5573 51.348 45.144 53.252C46.776 55.156 48.0453 57.6947 48.952 60.868C49.904 63.996 50.38 67.872 50.38 72.496C50.38 77.256 49.904 81.2453 48.952 84.464C48.0453 87.6373 46.776 90.176 45.144 92.08C43.5573 93.984 41.6987 95.344 39.568 96.16C37.4827 96.976 35.2387 97.384 32.836 97.384C30.4787 97.384 28.2347 96.976 26.104 96.16C24.0187 95.344 22.1827 93.984 20.596 92.08C19.0093 90.176 17.74 87.6373 16.788 84.464C15.8813 81.2453 15.428 77.256 15.428 72.496ZM67.2892 68.144C68.3318 68.2347 69.4425 68.2347 70.6212 68.144C71.7998 68.0533 72.8878 67.804 73.8852 67.396C74.9278 66.9427 75.7665 66.308 76.4012 65.492C77.0812 64.676 77.4212 63.588 77.4212 62.228C77.4212 60.188 76.7412 58.624 75.3812 57.536C74.0212 56.448 72.4572 55.904 70.6892 55.904C68.2412 55.904 66.3825 56.72 65.1132 58.352C63.8892 59.9387 63.2998 61.956 63.3452 64.404H54.1652C54.2558 61.956 54.6865 59.7347 55.4572 57.74C56.2732 55.7 57.3838 53.9547 58.7892 52.504C60.2398 51.0533 61.9625 49.9427 63.9572 49.172C65.9518 48.356 68.1732 47.948 70.6212 47.948C72.5252 47.948 74.4292 48.2427 76.3332 48.832C78.2372 49.376 79.9372 50.2147 81.4332 51.348C82.9745 52.4813 84.2212 53.864 85.1732 55.496C86.1252 57.128 86.6012 59.0093 86.6012 61.14C86.6012 63.452 86.0345 65.492 84.9012 67.26C83.8132 69.028 82.1585 70.2293 79.9372 70.864V71C82.5665 71.5893 84.6292 72.8587 86.1252 74.808C87.6212 76.7573 88.3692 79.092 88.3692 81.812C88.3692 84.3053 87.8705 86.5267 86.8732 88.476C85.9212 90.4253 84.6292 92.0573 82.9972 93.372C81.3652 94.6867 79.4838 95.684 77.3532 96.364C75.2225 97.044 73.0012 97.384 70.6892 97.384C68.0145 97.384 65.5665 96.9987 63.3452 96.228C61.1692 95.4573 59.3105 94.3467 57.7692 92.896C56.2278 91.4 55.0265 89.5867 54.1652 87.456C53.3492 85.3253 52.9638 82.8773 53.0092 80.112H62.1892C62.2345 81.3813 62.4385 82.6053 62.8012 83.784C63.1638 84.9173 63.6852 85.9147 64.3652 86.776C65.0452 87.592 65.8838 88.2493 66.8812 88.748C67.9238 89.2467 69.1478 89.496 70.5532 89.496C72.7292 89.496 74.5652 88.8387 76.0612 87.524C77.5572 86.164 78.3052 84.328 78.3052 82.016C78.3052 80.2027 77.9425 78.82 77.2172 77.868C76.5372 76.916 75.6532 76.236 74.5652 75.828C73.4772 75.3747 72.2758 75.1253 70.9612 75.08C69.6918 74.9893 68.4678 74.944 67.2892 74.944V68.144Z'/%3E%3C/mask%3E%3Cpath d='M25.22 77.46L24.2211 77.5065L24.2211 77.5076L25.22 77.46ZM26.036 83.036L25.0659 83.2785L25.0695 83.2931L25.0736 83.3075L26.036 83.036ZM28.348 87.592L29.1207 86.9573L28.348 87.592ZM37.392 87.592L36.6327 86.9412L36.6259 86.9492L36.6193 86.9573L37.392 87.592ZM39.704 83.036L38.7398 82.7708L38.7375 82.7792L38.7353 82.7876L39.704 83.036ZM40.588 77.46L41.5869 77.5076L41.5869 77.5065L40.588 77.46ZM40.656 69.572H39.656V69.592L39.6568 69.612L40.656 69.572ZM40.384 65.968L39.3901 66.0784L39.3921 66.0965L39.3948 66.1145L40.384 65.968ZM39.704 62.364L38.7278 62.5809L38.7326 62.6026L38.7384 62.624L39.704 62.364ZM38.412 59.1L37.5617 59.6264L38.412 59.1ZM36.168 56.788L36.713 55.9496L36.168 56.788ZM29.504 56.788L28.959 55.9496L28.9491 55.956L28.9393 55.9627L29.504 56.788ZM27.328 59.1L26.4777 58.5736L26.4685 58.5886L26.4598 58.6039L27.328 59.1ZM26.036 62.364L27.0017 62.624L27.004 62.615L26.036 62.364ZM25.356 65.968L26.3499 66.0784L25.356 65.968ZM25.084 69.572L24.0847 69.5336L24.084 69.5528V69.572H25.084ZM16.788 60.868L15.8301 60.5806L15.8275 60.5896L16.788 60.868ZM20.596 53.252L21.3642 53.8922L20.596 53.252ZM26.104 49.172L25.7463 48.2381L25.7396 48.2408L26.104 49.172ZM39.568 49.172L39.2036 50.1033L39.2104 50.1059L39.568 49.172ZM45.144 53.252L44.3757 53.8922L44.3847 53.9028L45.144 53.252ZM48.952 60.868L47.9905 61.1427L47.9928 61.151L47.9953 61.1592L48.952 60.868ZM48.952 84.464L47.993 84.1804L47.9905 84.1893L48.952 84.464ZM45.144 92.08L44.3847 91.4291L44.3758 91.4398L45.144 92.08ZM39.568 96.16L39.2103 95.2261L39.2036 95.2288L39.568 96.16ZM26.104 96.16L25.7396 97.0913L25.7464 97.0939L26.104 96.16ZM20.596 92.08L21.3642 91.4398L20.596 92.08ZM16.788 84.464L15.8255 84.7351L15.8277 84.7433L15.8302 84.7513L16.788 84.464ZM24.084 72.496C24.084 73.8765 24.13 75.5477 24.2211 77.5065L26.2189 77.4135C26.1287 75.4737 26.084 73.8355 26.084 72.496H24.084ZM24.2211 77.5076C24.3149 79.476 24.5962 81.4001 25.0659 83.2785L27.0061 82.7935C26.5691 81.0453 26.3065 79.252 26.2189 77.4124L24.2211 77.5076ZM25.0736 83.3075C25.6053 85.1926 26.4351 86.8387 27.5753 88.2267L29.1207 86.9573C28.1755 85.8066 27.4641 84.4154 26.9984 82.7645L25.0736 83.3075ZM27.5753 88.2267C28.844 89.7713 30.6494 90.496 32.836 90.496V88.496C31.1239 88.496 29.9373 87.9514 29.1207 86.9573L27.5753 88.2267ZM32.836 90.496C35.0593 90.496 36.8914 89.7769 38.1647 88.2267L36.6193 86.9573C35.8073 87.9458 34.6021 88.496 32.836 88.496V90.496ZM38.1513 88.2428C39.3479 86.8467 40.1848 85.1869 40.6727 83.2844L38.7353 82.7876C38.3165 84.4211 37.6121 85.7986 36.6327 86.9412L38.1513 88.2428ZM40.6682 83.3012C41.1867 81.4158 41.4927 79.4841 41.5869 77.5076L39.5891 77.4124C39.5019 79.2439 39.2187 81.0295 38.7398 82.7708L40.6682 83.3012ZM41.5869 77.5065C41.678 75.5477 41.724 73.8765 41.724 72.496H39.724C39.724 73.8355 39.6793 75.4737 39.5891 77.4135L41.5869 77.5065ZM41.724 72.496C41.724 71.6627 41.7009 70.674 41.6552 69.532L39.6568 69.612C39.7018 70.7367 39.724 71.6973 39.724 72.496H41.724ZM41.656 69.572C41.656 68.3419 41.5614 67.0916 41.3732 65.8214L39.3948 66.1145C39.5693 67.2924 39.656 68.4447 39.656 69.572H41.656ZM41.3779 65.8576C41.2363 64.5835 41.0003 63.3322 40.6696 62.104L38.7384 62.624C39.0424 63.7531 39.2597 64.9045 39.3901 66.0784L41.3779 65.8576ZM40.6802 62.1471C40.3867 60.8266 39.9173 59.6317 39.2623 58.5736L37.5617 59.6264C38.0854 60.4723 38.4773 61.4534 38.7278 62.5809L40.6802 62.1471ZM39.2623 58.5736C38.5982 57.501 37.7476 56.622 36.713 55.9496L35.623 57.6264C36.4018 58.1326 37.0471 58.795 37.5617 59.6264L39.2623 58.5736ZM36.713 55.9496C35.6121 55.234 34.3021 54.904 32.836 54.904V56.904C33.9993 56.904 34.9106 57.1633 35.623 57.6264L36.713 55.9496ZM32.836 54.904C31.3699 54.904 30.0599 55.234 28.959 55.9496L30.049 57.6264C30.7614 57.1633 31.6727 56.904 32.836 56.904V54.904ZM28.9393 55.9627C27.9548 56.6363 27.135 57.5119 26.4777 58.5736L28.1783 59.6264C28.6997 58.7841 29.3305 58.1184 30.0687 57.6133L28.9393 55.9627ZM26.4598 58.6039C25.8657 59.6435 25.4043 60.8161 25.068 62.113L27.004 62.615C27.3024 61.4639 27.7023 60.4605 28.1962 59.5961L26.4598 58.6039ZM25.0704 62.104C24.7397 63.3322 24.5037 64.5835 24.3621 65.8576L26.3499 66.0784C26.4803 64.9045 26.6976 63.7531 27.0016 62.624L25.0704 62.104ZM24.3621 65.8576C24.2236 67.1045 24.131 68.3298 24.0847 69.5336L26.0833 69.6104C26.1276 68.4568 26.2164 67.2795 26.3499 66.0784L24.3621 65.8576ZM24.084 69.572C24.084 69.5742 24.084 69.5764 24.084 69.5786C24.084 69.5808 24.084 69.5831 24.084 69.5853C24.084 69.5875 24.084 69.5897 24.084 69.5919C24.084 69.5941 24.084 69.5963 24.084 69.5985C24.084 69.6007 24.084 69.6029 24.084 69.6052C24.084 69.6074 24.084 69.6096 24.084 69.6118C24.084 69.614 24.084 69.6162 24.084 69.6184C24.084 69.6206 24.084 69.6228 24.084 69.625C24.084 69.6272 24.084 69.6294 24.084 69.6316C24.084 69.6338 24.084 69.636 24.084 69.6382C24.084 69.6404 24.084 69.6426 24.084 69.6448C24.084 69.647 24.084 69.6492 24.084 69.6514C24.084 69.6536 24.084 69.6558 24.084 69.658C24.084 69.6602 24.084 69.6624 24.084 69.6646C24.084 69.6668 24.084 69.669 24.084 69.6712C24.084 69.6734 24.084 69.6756 24.084 69.6778C24.084 69.68 24.084 69.6822 24.084 69.6844C24.084 69.6866 24.084 69.6888 24.084 69.6909C24.084 69.6931 24.084 69.6953 24.084 69.6975C24.084 69.6997 24.084 69.7019 24.084 69.7041C24.084 69.7063 24.084 69.7085 24.084 69.7107C24.084 69.7128 24.084 69.715 24.084 69.7172C24.084 69.7194 24.084 69.7216 24.084 69.7238C24.084 69.726 24.084 69.7281 24.084 69.7303C24.084 69.7325 24.084 69.7347 24.084 69.7369C24.084 69.7391 24.084 69.7412 24.084 69.7434C24.084 69.7456 24.084 69.7478 24.084 69.75C24.084 69.7522 24.084 69.7543 24.084 69.7565C24.084 69.7587 24.084 69.7609 24.084 69.7631C24.084 69.7652 24.084 69.7674 24.084 69.7696C24.084 69.7718 24.084 69.7739 24.084 69.7761C24.084 69.7783 24.084 69.7805 24.084 69.7826C24.084 69.7848 24.084 69.787 24.084 69.7892C24.084 69.7913 24.084 69.7935 24.084 69.7957C24.084 69.7979 24.084 69.8 24.084 69.8022C24.084 69.8044 24.084 69.8065 24.084 69.8087C24.084 69.8109 24.084 69.813 24.084 69.8152C24.084 69.8174 24.084 69.8196 24.084 69.8217C24.084 69.8239 24.084 69.8261 24.084 69.8282C24.084 69.8304 24.084 69.8326 24.084 69.8347C24.084 69.8369 24.084 69.839 24.084 69.8412C24.084 69.8434 24.084 69.8455 24.084 69.8477C24.084 69.8499 24.084 69.852 24.084 69.8542C24.084 69.8563 24.084 69.8585 24.084 69.8607C24.084 69.8628 24.084 69.865 24.084 69.8671C24.084 69.8693 24.084 69.8715 24.084 69.8736C24.084 69.8758 24.084 69.8779 24.084 69.8801C24.084 69.8823 24.084 69.8844 24.084 69.8866C24.084 69.8887 24.084 69.8909 24.084 69.893C24.084 69.8952 24.084 69.8973 24.084 69.8995C24.084 69.9016 24.084 69.9038 24.084 69.9059C24.084 69.9081 24.084 69.9103 24.084 69.9124C24.084 69.9146 24.084 69.9167 24.084 69.9188C24.084 69.921 24.084 69.9231 24.084 69.9253C24.084 69.9274 24.084 69.9296 24.084 69.9317C24.084 69.9339 24.084 69.936 24.084 69.9382C24.084 69.9403 24.084 69.9425 24.084 69.9446C24.084 69.9468 24.084 69.9489 24.084 69.951C24.084 69.9532 24.084 69.9553 24.084 69.9575C24.084 69.9596 24.084 69.9618 24.084 69.9639C24.084 69.966 24.084 69.9682 24.084 69.9703C24.084 69.9725 24.084 69.9746 24.084 69.9767C24.084 69.9789 24.084 69.981 24.084 69.9832C24.084 69.9853 24.084 69.9874 24.084 69.9896C24.084 69.9917 24.084 69.9938 24.084 69.996C24.084 69.9981 24.084 70.0002 24.084 70.0024C24.084 70.0045 24.084 70.0066 24.084 70.0088C24.084 70.0109 24.084 70.013 24.084 70.0152C24.084 70.0173 24.084 70.0194 24.084 70.0216C24.084 70.0237 24.084 70.0258 24.084 70.0279C24.084 70.0301 24.084 70.0322 24.084 70.0343C24.084 70.0365 24.084 70.0386 24.084 70.0407C24.084 70.0428 24.084 70.045 24.084 70.0471C24.084 70.0492 24.084 70.0513 24.084 70.0535C24.084 70.0556 24.084 70.0577 24.084 70.0598C24.084 70.062 24.084 70.0641 24.084 70.0662C24.084 70.0683 24.084 70.0704 24.084 70.0726C24.084 70.0747 24.084 70.0768 24.084 70.0789C24.084 70.081 24.084 70.0832 24.084 70.0853C24.084 70.0874 24.084 70.0895 24.084 70.0916C24.084 70.0937 24.084 70.0959 24.084 70.098C24.084 70.1001 24.084 70.1022 24.084 70.1043C24.084 70.1064 24.084 70.1085 24.084 70.1107C24.084 70.1128 24.084 70.1149 24.084 70.117C24.084 70.1191 24.084 70.1212 24.084 70.1233C24.084 70.1254 24.084 70.1276 24.084 70.1297C24.084 70.1318 24.084 70.1339 24.084 70.136C24.084 70.1381 24.084 70.1402 24.084 70.1423C24.084 70.1444 24.084 70.1465 24.084 70.1486C24.084 70.1507 24.084 70.1528 24.084 70.1549C24.084 70.1571 24.084 70.1592 24.084 70.1613C24.084 70.1634 24.084 70.1655 24.084 70.1676C24.084 70.1697 24.084 70.1718 24.084 70.1739C24.084 70.176 24.084 70.1781 24.084 70.1802C24.084 70.1823 24.084 70.1844 24.084 70.1865C24.084 70.1886 24.084 70.1907 24.084 70.1928C24.084 70.1949 24.084 70.197 24.084 70.1991C24.084 70.2011 24.084 70.2032 24.084 70.2053C24.084 70.2074 24.084 70.2095 24.084 70.2116C24.084 70.2137 24.084 70.2158 24.084 70.2179C24.084 70.22 24.084 70.2221 24.084 70.2242C24.084 70.2263 24.084 70.2284 24.084 70.2304C24.084 70.2325 24.084 70.2346 24.084 70.2367C24.084 70.2388 24.084 70.2409 24.084 70.243C24.084 70.2451 24.084 70.2472 24.084 70.2492C24.084 70.2513 24.084 70.2534 24.084 70.2555C24.084 70.2576 24.084 70.2597 24.084 70.2618C24.084 70.2638 24.084 70.2659 24.084 70.268C24.084 70.2701 24.084 70.2722 24.084 70.2743C24.084 70.2763 24.084 70.2784 24.084 70.2805C24.084 70.2826 24.084 70.2847 24.084 70.2867C24.084 70.2888 24.084 70.2909 24.084 70.293C24.084 70.295 24.084 70.2971 24.084 70.2992C24.084 70.3013 24.084 70.3034 24.084 70.3054C24.084 70.3075 24.084 70.3096 24.084 70.3117C24.084 70.3137 24.084 70.3158 24.084 70.3179C24.084 70.32 24.084 70.322 24.084 70.3241C24.084 70.3262 24.084 70.3282 24.084 70.3303C24.084 70.3324 24.084 70.3344 24.084 70.3365C24.084 70.3386 24.084 70.3407 24.084 70.3427C24.084 70.3448 24.084 70.3469 24.084 70.3489C24.084 70.351 24.084 70.3531 24.084 70.3551C24.084 70.3572 24.084 70.3593 24.084 70.3613C24.084 70.3634 24.084 70.3655 24.084 70.3675C24.084 70.3696 24.084 70.3716 24.084 70.3737C24.084 70.3758 24.084 70.3778 24.084 70.3799C24.084 70.382 24.084 70.384 24.084 70.3861C24.084 70.3881 24.084 70.3902 24.084 70.3923C24.084 70.3943 24.084 70.3964 24.084 70.3984C24.084 70.4005 24.084 70.4025 24.084 70.4046C24.084 70.4067 24.084 70.4087 24.084 70.4108C24.084 70.4128 24.084 70.4149 24.084 70.4169C24.084 70.419 24.084 70.421 24.084 70.4231C24.084 70.4251 24.084 70.4272 24.084 70.4292C24.084 70.4313 24.084 70.4333 24.084 70.4354C24.084 70.4374 24.084 70.4395 24.084 70.4415C24.084 70.4436 24.084 70.4456 24.084 70.4477C24.084 70.4497 24.084 70.4518 24.084 70.4538C24.084 70.4559 24.084 70.4579 24.084 70.46C24.084 70.462 24.084 70.4641 24.084 70.4661C24.084 70.4681 24.084 70.4702 24.084 70.4722C24.084 70.4743 24.084 70.4763 24.084 70.4784C24.084 70.4804 24.084 70.4824 24.084 70.4845C24.084 70.4865 24.084 70.4886 24.084 70.4906C24.084 70.4926 24.084 70.4947 24.084 70.4967C24.084 70.4987 24.084 70.5008 24.084 70.5028C24.084 70.5049 24.084 70.5069 24.084 70.5089C24.084 70.511 24.084 70.513 24.084 70.515C24.084 70.5171 24.084 70.5191 24.084 70.5211C24.084 70.5232 24.084 70.5252 24.084 70.5272C24.084 70.5293 24.084 70.5313 24.084 70.5333C24.084 70.5354 24.084 70.5374 24.084 70.5394C24.084 70.5415 24.084 70.5435 24.084 70.5455C24.084 70.5475 24.084 70.5496 24.084 70.5516C24.084 70.5536 24.084 70.5556 24.084 70.5577C24.084 70.5597 24.084 70.5617 24.084 70.5637C24.084 70.5658 24.084 70.5678 24.084 70.5698C24.084 70.5718 24.084 70.5739 24.084 70.5759C24.084 70.5779 24.084 70.5799 24.084 70.582C24.084 70.584 24.084 70.586 24.084 70.588C24.084 70.59 24.084 70.5921 24.084 70.5941C24.084 70.5961 24.084 70.5981 24.084 70.6001C24.084 70.6021 24.084 70.6042 24.084 70.6062C24.084 70.6082 24.084 70.6102 24.084 70.6122C24.084 70.6142 24.084 70.6163 24.084 70.6183C24.084 70.6203 24.084 70.6223 24.084 70.6243C24.084 70.6263 24.084 70.6283 24.084 70.6303C24.084 70.6324 24.084 70.6344 24.084 70.6364C24.084 70.6384 24.084 70.6404 24.084 70.6424C24.084 70.6444 24.084 70.6464 24.084 70.6484C24.084 70.6504 24.084 70.6524 24.084 70.6544C24.084 70.6565 24.084 70.6585 24.084 70.6605C24.084 70.6625 24.084 70.6645 24.084 70.6665C24.084 70.6685 24.084 70.6705 24.084 70.6725C24.084 70.6745 24.084 70.6765 24.084 70.6785C24.084 70.6805 24.084 70.6825 24.084 70.6845C24.084 70.6865 24.084 70.6885 24.084 70.6905C24.084 70.6925 24.084 70.6945 24.084 70.6965C24.084 70.6985 24.084 70.7005 24.084 70.7025C24.084 70.7045 24.084 70.7065 24.084 70.7085C24.084 70.7105 24.084 70.7125 24.084 70.7145C24.084 70.7165 24.084 70.7185 24.084 70.7204C24.084 70.7224 24.084 70.7244 24.084 70.7264C24.084 70.7284 24.084 70.7304 24.084 70.7324C24.084 70.7344 24.084 70.7364 24.084 70.7384C24.084 70.7404 24.084 70.7423 24.084 70.7443C24.084 70.7463 24.084 70.7483 24.084 70.7503C24.084 70.7523 24.084 70.7543 24.084 70.7563C24.084 70.7582 24.084 70.7602 24.084 70.7622C24.084 70.7642 24.084 70.7662 24.084 70.7682C24.084 70.7701 24.084 70.7721 24.084 70.7741C24.084 70.7761 24.084 70.7781 24.084 70.7801C24.084 70.782 24.084 70.784 24.084 70.786C24.084 70.788 24.084 70.79 24.084 70.7919C24.084 70.7939 24.084 70.7959 24.084 70.7979C24.084 70.7999 24.084 70.8018 24.084 70.8038C24.084 70.8058 24.084 70.8078 24.084 70.8097C24.084 70.8117 24.084 70.8137 24.084 70.8157C24.084 70.8176 24.084 70.8196 24.084 70.8216C24.084 70.8235 24.084 70.8255 24.084 70.8275C24.084 70.8295 24.084 70.8314 24.084 70.8334C24.084 70.8354 24.084 70.8373 24.084 70.8393C24.084 70.8413 24.084 70.8433 24.084 70.8452C24.084 70.8472 24.084 70.8492 24.084 70.8511C24.084 70.8531 24.084 70.8551 24.084 70.857C24.084 70.859 24.084 70.8609 24.084 70.8629C24.084 70.8649 24.084 70.8668 24.084 70.8688C24.084 70.8708 24.084 70.8727 24.084 70.8747C24.084 70.8767 24.084 70.8786 24.084 70.8806C24.084 70.8825 24.084 70.8845 24.084 70.8865C24.084 70.8884 24.084 70.8904 24.084 70.8923C24.084 70.8943 24.084 70.8962 24.084 70.8982C24.084 70.9002 24.084 70.9021 24.084 70.9041C24.084 70.906 24.084 70.908 24.084 70.9099C24.084 70.9119 24.084 70.9138 24.084 70.9158C24.084 70.9178 24.084 70.9197 24.084 70.9217C24.084 70.9236 24.084 70.9256 24.084 70.9275C24.084 70.9295 24.084 70.9314 24.084 70.9334C24.084 70.9353 24.084 70.9373 24.084 70.9392C24.084 70.9412 24.084 70.9431 24.084 70.9451C24.084 70.947 24.084 70.9489 24.084 70.9509C24.084 70.9528 24.084 70.9548 24.084 70.9567C24.084 70.9587 24.084 70.9606 24.084 70.9626C24.084 70.9645 24.084 70.9664 24.084 70.9684C24.084 70.9703 24.084 70.9723 24.084 70.9742C24.084 70.9762 24.084 70.9781 24.084 70.98C24.084 70.982 24.084 70.9839 24.084 70.9859C24.084 70.9878 24.084 70.9897 24.084 70.9917C24.084 70.9936 24.084 70.9955 24.084 70.9975C24.084 70.9994 24.084 71.0014 24.084 71.0033C24.084 71.0052 24.084 71.0072 24.084 71.0091C24.084 71.011 24.084 71.013 24.084 71.0149C24.084 71.0168 24.084 71.0188 24.084 71.0207C24.084 71.0226 24.084 71.0245 24.084 71.0265C24.084 71.0284 24.084 71.0303 24.084 71.0323C24.084 71.0342 24.084 71.0361 24.084 71.0381C24.084 71.04 24.084 71.0419 24.084 71.0438C24.084 71.0458 24.084 71.0477 24.084 71.0496C24.084 71.0515 24.084 71.0535 24.084 71.0554C24.084 71.0573 24.084 71.0592 24.084 71.0612C24.084 71.0631 24.084 71.065 24.084 71.0669C24.084 71.0688 24.084 71.0708 24.084 71.0727C24.084 71.0746 24.084 71.0765 24.084 71.0784C24.084 71.0804 24.084 71.0823 24.084 71.0842C24.084 71.0861 24.084 71.088 24.084 71.09C24.084 71.0919 24.084 71.0938 24.084 71.0957C24.084 71.0976 24.084 71.0995 24.084 71.1015C24.084 71.1034 24.084 71.1053 24.084 71.1072C24.084 71.1091 24.084 71.111 24.084 71.1129C24.084 71.1148 24.084 71.1168 24.084 71.1187C24.084 71.1206 24.084 71.1225 24.084 71.1244C24.084 71.1263 24.084 71.1282 24.084 71.1301C24.084 71.132 24.084 71.1339 24.084 71.1358C24.084 71.1378 24.084 71.1397 24.084 71.1416C24.084 71.1435 24.084 71.1454 24.084 71.1473C24.084 71.1492 24.084 71.1511 24.084 71.153C24.084 71.1549 24.084 71.1568 24.084 71.1587C24.084 71.1606 24.084 71.1625 24.084 71.1644C24.084 71.1663 24.084 71.1682 24.084 71.1701C24.084 71.172 24.084 71.1739 24.084 71.1758C24.084 71.1777 24.084 71.1796 24.084 71.1815C24.084 71.1834 24.084 71.1853 24.084 71.1872C24.084 71.1891 24.084 71.191 24.084 71.1929C24.084 71.1948 24.084 71.1967 24.084 71.1986C24.084 71.2005 24.084 71.2024 24.084 71.2043C24.084 71.2061 24.084 71.208 24.084 71.2099C24.084 71.2118 24.084 71.2137 24.084 71.2156C24.084 71.2175 24.084 71.2194 24.084 71.2213C24.084 71.2232 24.084 71.225 24.084 71.2269C24.084 71.2288 24.084 71.2307 24.084 71.2326C24.084 71.2345 24.084 71.2364 24.084 71.2383C24.084 71.2401 24.084 71.242 24.084 71.2439C24.084 71.2458 24.084 71.2477 24.084 71.2496C24.084 71.2514 24.084 71.2533 24.084 71.2552C24.084 71.2571 24.084 71.259 24.084 71.2608C24.084 71.2627 24.084 71.2646 24.084 71.2665C24.084 71.2684 24.084 71.2702 24.084 71.2721C24.084 71.274 24.084 71.2759 24.084 71.2778C24.084 71.2796 24.084 71.2815 24.084 71.2834C24.084 71.2853 24.084 71.2871 24.084 71.289C24.084 71.2909 24.084 71.2928 24.084 71.2946C24.084 71.2965 24.084 71.2984 24.084 71.3003C24.084 71.3021 24.084 71.304 24.084 71.3059C24.084 71.3077 24.084 71.3096 24.084 71.3115C24.084 71.3134 24.084 71.3152 24.084 71.3171C24.084 71.319 24.084 71.3208 24.084 71.3227C24.084 71.3246 24.084 71.3264 24.084 71.3283C24.084 71.3302 24.084 71.332 24.084 71.3339C24.084 71.3358 24.084 71.3376 24.084 71.3395C24.084 71.3413 24.084 71.3432 24.084 71.3451C24.084 71.3469 24.084 71.3488 24.084 71.3507C24.084 71.3525 24.084 71.3544 24.084 71.3562C24.084 71.3581 24.084 71.36 24.084 71.3618C24.084 71.3637 24.084 71.3655 24.084 71.3674C24.084 71.3693 24.084 71.3711 24.084 71.373C24.084 71.3748 24.084 71.3767 24.084 71.3785C24.084 71.3804 24.084 71.3822 24.084 71.3841C24.084 71.3859 24.084 71.3878 24.084 71.3897C24.084 71.3915 24.084 71.3934 24.084 71.3952C24.084 71.3971 24.084 71.3989 24.084 71.4008C24.084 71.4026 24.084 71.4045 24.084 71.4063C24.084 71.4082 24.084 71.41 24.084 71.4119C24.084 71.4137 24.084 71.4156 24.084 71.4174C24.084 71.4192 24.084 71.4211 24.084 71.4229C24.084 71.4248 24.084 71.4266 24.084 71.4285C24.084 71.4303 24.084 71.4322 24.084 71.434C24.084 71.4358 24.084 71.4377 24.084 71.4395C24.084 71.4414 24.084 71.4432 24.084 71.4451C24.084 71.4469 24.084 71.4487 24.084 71.4506C24.084 71.4524 24.084 71.4543 24.084 71.4561C24.084 71.4579 24.084 71.4598 24.084 71.4616C24.084 71.4634 24.084 71.4653 24.084 71.4671C24.084 71.469 24.084 71.4708 24.084 71.4726C24.084 71.4745 24.084 71.4763 24.084 71.4781C24.084 71.48 24.084 71.4818 24.084 71.4836C24.084 71.4855 24.084 71.4873 24.084 71.4891C24.084 71.4909 24.084 71.4928 24.084 71.4946C24.084 71.4964 24.084 71.4983 24.084 71.5001C24.084 71.5019 24.084 71.5038 24.084 71.5056C24.084 71.5074 24.084 71.5092 24.084 71.5111C24.084 71.5129 24.084 71.5147 24.084 71.5165C24.084 71.5184 24.084 71.5202 24.084 71.522C24.084 71.5238 24.084 71.5257 24.084 71.5275C24.084 71.5293 24.084 71.5311 24.084 71.5329C24.084 71.5348 24.084 71.5366 24.084 71.5384C24.084 71.5402 24.084 71.542 24.084 71.5439C24.084 71.5457 24.084 71.5475 24.084 71.5493C24.084 71.5511 24.084 71.553 24.084 71.5548C24.084 71.5566 24.084 71.5584 24.084 71.5602C24.084 71.562 24.084 71.5639 24.084 71.5657C24.084 71.5675 24.084 71.5693 24.084 71.5711C24.084 71.5729 24.084 71.5747 24.084 71.5765C24.084 71.5784 24.084 71.5802 24.084 71.582C24.084 71.5838 24.084 71.5856 24.084 71.5874C24.084 71.5892 24.084 71.591 24.084 71.5928C24.084 71.5946 24.084 71.5964 24.084 71.5983C24.084 71.6001 24.084 71.6019 24.084 71.6037C24.084 71.6055 24.084 71.6073 24.084 71.6091C24.084 71.6109 24.084 71.6127 24.084 71.6145C24.084 71.6163 24.084 71.6181 24.084 71.6199C24.084 71.6217 24.084 71.6235 24.084 71.6253C24.084 71.6271 24.084 71.6289 24.084 71.6307C24.084 71.6325 24.084 71.6343 24.084 71.6361C24.084 71.6379 24.084 71.6397 24.084 71.6415C24.084 71.6433 24.084 71.6451 24.084 71.6469C24.084 71.6487 24.084 71.6505 24.084 71.6523C24.084 71.6541 24.084 71.6559 24.084 71.6577C24.084 71.6595 24.084 71.6612 24.084 71.663C24.084 71.6648 24.084 71.6666 24.084 71.6684C24.084 71.6702 24.084 71.672 24.084 71.6738C24.084 71.6756 24.084 71.6774 24.084 71.6791C24.084 71.6809 24.084 71.6827 24.084 71.6845C24.084 71.6863 24.084 71.6881 24.084 71.6899C24.084 71.6917 24.084 71.6934 24.084 71.6952C24.084 71.697 24.084 71.6988 24.084 71.7006C24.084 71.7024 24.084 71.7042 24.084 71.7059C24.084 71.7077 24.084 71.7095 24.084 71.7113C24.084 71.7131 24.084 71.7148 24.084 71.7166C24.084 71.7184 24.084 71.7202 24.084 71.722C24.084 71.7237 24.084 71.7255 24.084 71.7273C24.084 71.7291 24.084 71.7309 24.084 71.7326C24.084 71.7344 24.084 71.7362 24.084 71.738C24.084 71.7397 24.084 71.7415 24.084 71.7433C24.084 71.7451 24.084 71.7468 24.084 71.7486C24.084 71.7504 24.084 71.7521 24.084 71.7539C24.084 71.7557 24.084 71.7575 24.084 71.7592C24.084 71.761 24.084 71.7628 24.084 71.7645C24.084 71.7663 24.084 71.7681 24.084 71.7698C24.084 71.7716 24.084 71.7734 24.084 71.7752C24.084 71.7769 24.084 71.7787 24.084 71.7804C24.084 71.7822 24.084 71.784 24.084 71.7857C24.084 71.7875 24.084 71.7893 24.084 71.791C24.084 71.7928 24.084 71.7946 24.084 71.7963C24.084 71.7981 24.084 71.7998 24.084 71.8016C24.084 71.8034 24.084 71.8051 24.084 71.8069C24.084 71.8086 24.084 71.8104 24.084 71.8122C24.084 71.8139 24.084 71.8157 24.084 71.8174C24.084 71.8192 24.084 71.8209 24.084 71.8227C24.084 71.8245 24.084 71.8262 24.084 71.828C24.084 71.8297 24.084 71.8315 24.084 71.8332C24.084 71.835 24.084 71.8367 24.084 71.8385C24.084 71.8402 24.084 71.842 24.084 71.8438C24.084 71.8455 24.084 71.8473 24.084 71.849C24.084 71.8507 24.084 71.8525 24.084 71.8542C24.084 71.856 24.084 71.8577 24.084 71.8595C24.084 71.8612 24.084 71.863 24.084 71.8647C24.084 71.8665 24.084 71.8682 24.084 71.87C24.084 71.8717 24.084 71.8735 24.084 71.8752C24.084 71.8769 24.084 71.8787 24.084 71.8804C24.084 71.8822 24.084 71.8839 24.084 71.8857C24.084 71.8874 24.084 71.8891 24.084 71.8909C24.084 71.8926 24.084 71.8944 24.084 71.8961C24.084 71.8978 24.084 71.8996 24.084 71.9013C24.084 71.9031 24.084 71.9048 24.084 71.9065C24.084 71.9083 24.084 71.91 24.084 71.9117C24.084 71.9135 24.084 71.9152 24.084 71.9169C24.084 71.9187 24.084 71.9204 24.084 71.9221C24.084 71.9239 24.084 71.9256 24.084 71.9273C24.084 71.9291 24.084 71.9308 24.084 71.9325C24.084 71.9343 24.084 71.936 24.084 71.9377C24.084 71.9394 24.084 71.9412 24.084 71.9429C24.084 71.9446 24.084 71.9464 24.084 71.9481C24.084 71.9498 24.084 71.9515 24.084 71.9533C24.084 71.955 24.084 71.9567 24.084 71.9584C24.084 71.9602 24.084 71.9619 24.084 71.9636C24.084 71.9653 24.084 71.9671 24.084 71.9688C24.084 71.9705 24.084 71.9722 24.084 71.9739C24.084 71.9757 24.084 71.9774 24.084 71.9791C24.084 71.9808 24.084 71.9825 24.084 71.9843C24.084 71.986 24.084 71.9877 24.084 71.9894C24.084 71.9911 24.084 71.9929 24.084 71.9946C24.084 71.9963 24.084 71.998 24.084 71.9997C24.084 72.0014 24.084 72.0031 24.084 72.0049C24.084 72.0066 24.084 72.0083 24.084 72.01C24.084 72.0117 24.084 72.0134 24.084 72.0151C24.084 72.0168 24.084 72.0186 24.084 72.0203C24.084 72.022 24.084 72.0237 24.084 72.0254C24.084 72.0271 24.084 72.0288 24.084 72.0305C24.084 72.0322 24.084 72.0339 24.084 72.0356C24.084 72.0373 24.084 72.0391 24.084 72.0408C24.084 72.0425 24.084 72.0442 24.084 72.0459C24.084 72.0476 24.084 72.0493 24.084 72.051C24.084 72.0527 24.084 72.0544 24.084 72.0561C24.084 72.0578 24.084 72.0595 24.084 72.0612C24.084 72.0629 24.084 72.0646 24.084 72.0663C24.084 72.068 24.084 72.0697 24.084 72.0714C24.084 72.0731 24.084 72.0748 24.084 72.0765C24.084 72.0782 24.084 72.0799 24.084 72.0816C24.084 72.0833 24.084 72.085 24.084 72.0866C24.084 72.0883 24.084 72.09 24.084 72.0917C24.084 72.0934 24.084 72.0951 24.084 72.0968C24.084 72.0985 24.084 72.1002 24.084 72.1019C24.084 72.1036 24.084 72.1053 24.084 72.1069C24.084 72.1086 24.084 72.1103 24.084 72.112C24.084 72.1137 24.084 72.1154 24.084 72.1171C24.084 72.1188 24.084 72.1204 24.084 72.1221C24.084 72.1238 24.084 72.1255 24.084 72.1272C24.084 72.1289 24.084 72.1306 24.084 72.1322C24.084 72.1339 24.084 72.1356 24.084 72.1373C24.084 72.139 24.084 72.1407 24.084 72.1423C24.084 72.144 24.084 72.1457 24.084 72.1474C24.084 72.1491 24.084 72.1507 24.084 72.1524C24.084 72.1541 24.084 72.1558 24.084 72.1574C24.084 72.1591 24.084 72.1608 24.084 72.1625C24.084 72.1642 24.084 72.1658 24.084 72.1675C24.084 72.1692 24.084 72.1709 24.084 72.1725C24.084 72.1742 24.084 72.1759 24.084 72.1775C24.084 72.1792 24.084 72.1809 24.084 72.1826C24.084 72.1842 24.084 72.1859 24.084 72.1876C24.084 72.1892 24.084 72.1909 24.084 72.1926C24.084 72.1943 24.084 72.1959 24.084 72.1976C24.084 72.1993 24.084 72.2009 24.084 72.2026C24.084 72.2043 24.084 72.2059 24.084 72.2076C24.084 72.2093 24.084 72.2109 24.084 72.2126C24.084 72.2142 24.084 72.2159 24.084 72.2176C24.084 72.2192 24.084 72.2209 24.084 72.2226C24.084 72.2242 24.084 72.2259 24.084 72.2275C24.084 72.2292 24.084 72.2309 24.084 72.2325C24.084 72.2342 24.084 72.2358 24.084 72.2375C24.084 72.2392 24.084 72.2408 24.084 72.2425C24.084 72.2441 24.084 72.2458 24.084 72.2474C24.084 72.2491 24.084 72.2507 24.084 72.2524C24.084 72.2541 24.084 72.2557 24.084 72.2574C24.084 72.259 24.084 72.2607 24.084 72.2623C24.084 72.264 24.084 72.2656 24.084 72.2673C24.084 72.2689 24.084 72.2706 24.084 72.2722C24.084 72.2739 24.084 72.2755 24.084 72.2772C24.084 72.2788 24.084 72.2805 24.084 72.2821C24.084 72.2838 24.084 72.2854 24.084 72.287C24.084 72.2887 24.084 72.2903 24.084 72.292C24.084 72.2936 24.084 72.2953 24.084 72.2969C24.084 72.2986 24.084 72.3002 24.084 72.3018C24.084 72.3035 24.084 72.3051 24.084 72.3068C24.084 72.3084 24.084 72.3101 24.084 72.3117C24.084 72.3133 24.084 72.315 24.084 72.3166C24.084 72.3182 24.084 72.3199 24.084 72.3215C24.084 72.3232 24.084 72.3248 24.084 72.3264C24.084 72.3281 24.084 72.3297 24.084 72.3313C24.084 72.333 24.084 72.3346 24.084 72.3362C24.084 72.3379 24.084 72.3395 24.084 72.3411C24.084 72.3428 24.084 72.3444 24.084 72.346C24.084 72.3477 24.084 72.3493 24.084 72.3509C24.084 72.3526 24.084 72.3542 24.084 72.3558C24.084 72.3574 24.084 72.3591 24.084 72.3607C24.084 72.3623 24.084 72.364 24.084 72.3656C24.084 72.3672 24.084 72.3688 24.084 72.3705C24.084 72.3721 24.084 72.3737 24.084 72.3753C24.084 72.377 24.084 72.3786 24.084 72.3802C24.084 72.3818 24.084 72.3834 24.084 72.3851C24.084 72.3867 24.084 72.3883 24.084 72.3899C24.084 72.3916 24.084 72.3932 24.084 72.3948C24.084 72.3964 24.084 72.398 24.084 72.3996C24.084 72.4013 24.084 72.4029 24.084 72.4045C24.084 72.4061 24.084 72.4077 24.084 72.4093C24.084 72.411 24.084 72.4126 24.084 72.4142C24.084 72.4158 24.084 72.4174 24.084 72.419C24.084 72.4206 24.084 72.4223 24.084 72.4239C24.084 72.4255 24.084 72.4271 24.084 72.4287C24.084 72.4303 24.084 72.4319 24.084 72.4335C24.084 72.4351 24.084 72.4368 24.084 72.4384C24.084 72.44 24.084 72.4416 24.084 72.4432C24.084 72.4448 24.084 72.4464 24.084 72.448C24.084 72.4496 24.084 72.4512 24.084 72.4528C24.084 72.4544 24.084 72.456 24.084 72.4576C24.084 72.4592 24.084 72.4608 24.084 72.4624C24.084 72.464 24.084 72.4656 24.084 72.4672C24.084 72.4688 24.084 72.4704 24.084 72.472C24.084 72.4736 24.084 72.4752 24.084 72.4768C24.084 72.4784 24.084 72.48 24.084 72.4816C24.084 72.4832 24.084 72.4848 24.084 72.4864C24.084 72.488 24.084 72.4896 24.084 72.4912C24.084 72.4928 24.084 72.4944 24.084 72.496H26.084C26.084 72.4944 26.084 72.4928 26.084 72.4912C26.084 72.4896 26.084 72.488 26.084 72.4864C26.084 72.4848 26.084 72.4832 26.084 72.4816C26.084 72.48 26.084 72.4784 26.084 72.4768C26.084 72.4752 26.084 72.4736 26.084 72.472C26.084 72.4704 26.084 72.4688 26.084 72.4672C26.084 72.4656 26.084 72.464 26.084 72.4624C26.084 72.4608 26.084 72.4592 26.084 72.4576C26.084 72.456 26.084 72.4544 26.084 72.4528C26.084 72.4512 26.084 72.4496 26.084 72.448C26.084 72.4464 26.084 72.4448 26.084 72.4432C26.084 72.4416 26.084 72.44 26.084 72.4384C26.084 72.4368 26.084 72.4351 26.084 72.4335C26.084 72.4319 26.084 72.4303 26.084 72.4287C26.084 72.4271 26.084 72.4255 26.084 72.4239C26.084 72.4223 26.084 72.4206 26.084 72.419C26.084 72.4174 26.084 72.4158 26.084 72.4142C26.084 72.4126 26.084 72.411 26.084 72.4093C26.084 72.4077 26.084 72.4061 26.084 72.4045C26.084 72.4029 26.084 72.4013 26.084 72.3996C26.084 72.398 26.084 72.3964 26.084 72.3948C26.084 72.3932 26.084 72.3916 26.084 72.3899C26.084 72.3883 26.084 72.3867 26.084 72.3851C26.084 72.3834 26.084 72.3818 26.084 72.3802C26.084 72.3786 26.084 72.377 26.084 72.3753C26.084 72.3737 26.084 72.3721 26.084 72.3705C26.084 72.3688 26.084 72.3672 26.084 72.3656C26.084 72.364 26.084 72.3623 26.084 72.3607C26.084 72.3591 26.084 72.3574 26.084 72.3558C26.084 72.3542 26.084 72.3526 26.084 72.3509C26.084 72.3493 26.084 72.3477 26.084 72.346C26.084 72.3444 26.084 72.3428 26.084 72.3411C26.084 72.3395 26.084 72.3379 26.084 72.3362C26.084 72.3346 26.084 72.333 26.084 72.3313C26.084 72.3297 26.084 72.3281 26.084 72.3264C26.084 72.3248 26.084 72.3232 26.084 72.3215C26.084 72.3199 26.084 72.3182 26.084 72.3166C26.084 72.315 26.084 72.3133 26.084 72.3117C26.084 72.3101 26.084 72.3084 26.084 72.3068C26.084 72.3051 26.084 72.3035 26.084 72.3018C26.084 72.3002 26.084 72.2986 26.084 72.2969C26.084 72.2953 26.084 72.2936 26.084 72.292C26.084 72.2903 26.084 72.2887 26.084 72.287C26.084 72.2854 26.084 72.2838 26.084 72.2821C26.084 72.2805 26.084 72.2788 26.084 72.2772C26.084 72.2755 26.084 72.2739 26.084 72.2722C26.084 72.2706 26.084 72.2689 26.084 72.2673C26.084 72.2656 26.084 72.264 26.084 72.2623C26.084 72.2607 26.084 72.259 26.084 72.2574C26.084 72.2557 26.084 72.2541 26.084 72.2524C26.084 72.2507 26.084 72.2491 26.084 72.2474C26.084 72.2458 26.084 72.2441 26.084 72.2425C26.084 72.2408 26.084 72.2392 26.084 72.2375C26.084 72.2358 26.084 72.2342 26.084 72.2325C26.084 72.2309 26.084 72.2292 26.084 72.2275C26.084 72.2259 26.084 72.2242 26.084 72.2226C26.084 72.2209 26.084 72.2192 26.084 72.2176C26.084 72.2159 26.084 72.2142 26.084 72.2126C26.084 72.2109 26.084 72.2093 26.084 72.2076C26.084 72.2059 26.084 72.2043 26.084 72.2026C26.084 72.2009 26.084 72.1993 26.084 72.1976C26.084 72.1959 26.084 72.1943 26.084 72.1926C26.084 72.1909 26.084 72.1892 26.084 72.1876C26.084 72.1859 26.084 72.1842 26.084 72.1826C26.084 72.1809 26.084 72.1792 26.084 72.1775C26.084 72.1759 26.084 72.1742 26.084 72.1725C26.084 72.1709 26.084 72.1692 26.084 72.1675C26.084 72.1658 26.084 72.1642 26.084 72.1625C26.084 72.1608 26.084 72.1591 26.084 72.1574C26.084 72.1558 26.084 72.1541 26.084 72.1524C26.084 72.1507 26.084 72.1491 26.084 72.1474C26.084 72.1457 26.084 72.144 26.084 72.1423C26.084 72.1407 26.084 72.139 26.084 72.1373C26.084 72.1356 26.084 72.1339 26.084 72.1322C26.084 72.1306 26.084 72.1289 26.084 72.1272C26.084 72.1255 26.084 72.1238 26.084 72.1221C26.084 72.1204 26.084 72.1188 26.084 72.1171C26.084 72.1154 26.084 72.1137 26.084 72.112C26.084 72.1103 26.084 72.1086 26.084 72.1069C26.084 72.1053 26.084 72.1036 26.084 72.1019C26.084 72.1002 26.084 72.0985 26.084 72.0968C26.084 72.0951 26.084 72.0934 26.084 72.0917C26.084 72.09 26.084 72.0883 26.084 72.0866C26.084 72.085 26.084 72.0833 26.084 72.0816C26.084 72.0799 26.084 72.0782 26.084 72.0765C26.084 72.0748 26.084 72.0731 26.084 72.0714C26.084 72.0697 26.084 72.068 26.084 72.0663C26.084 72.0646 26.084 72.0629 26.084 72.0612C26.084 72.0595 26.084 72.0578 26.084 72.0561C26.084 72.0544 26.084 72.0527 26.084 72.051C26.084 72.0493 26.084 72.0476 26.084 72.0459C26.084 72.0442 26.084 72.0425 26.084 72.0408C26.084 72.0391 26.084 72.0373 26.084 72.0356C26.084 72.0339 26.084 72.0322 26.084 72.0305C26.084 72.0288 26.084 72.0271 26.084 72.0254C26.084 72.0237 26.084 72.022 26.084 72.0203C26.084 72.0186 26.084 72.0168 26.084 72.0151C26.084 72.0134 26.084 72.0117 26.084 72.01C26.084 72.0083 26.084 72.0066 26.084 72.0049C26.084 72.0031 26.084 72.0014 26.084 71.9997C26.084 71.998 26.084 71.9963 26.084 71.9946C26.084 71.9929 26.084 71.9911 26.084 71.9894C26.084 71.9877 26.084 71.986 26.084 71.9843C26.084 71.9825 26.084 71.9808 26.084 71.9791C26.084 71.9774 26.084 71.9757 26.084 71.9739C26.084 71.9722 26.084 71.9705 26.084 71.9688C26.084 71.9671 26.084 71.9653 26.084 71.9636C26.084 71.9619 26.084 71.9602 26.084 71.9584C26.084 71.9567 26.084 71.955 26.084 71.9533C26.084 71.9515 26.084 71.9498 26.084 71.9481C26.084 71.9464 26.084 71.9446 26.084 71.9429C26.084 71.9412 26.084 71.9394 26.084 71.9377C26.084 71.936 26.084 71.9343 26.084 71.9325C26.084 71.9308 26.084 71.9291 26.084 71.9273C26.084 71.9256 26.084 71.9239 26.084 71.9221C26.084 71.9204 26.084 71.9187 26.084 71.9169C26.084 71.9152 26.084 71.9135 26.084 71.9117C26.084 71.91 26.084 71.9083 26.084 71.9065C26.084 71.9048 26.084 71.9031 26.084 71.9013C26.084 71.8996 26.084 71.8978 26.084 71.8961C26.084 71.8944 26.084 71.8926 26.084 71.8909C26.084 71.8891 26.084 71.8874 26.084 71.8857C26.084 71.8839 26.084 71.8822 26.084 71.8804C26.084 71.8787 26.084 71.8769 26.084 71.8752C26.084 71.8735 26.084 71.8717 26.084 71.87C26.084 71.8682 26.084 71.8665 26.084 71.8647C26.084 71.863 26.084 71.8612 26.084 71.8595C26.084 71.8577 26.084 71.856 26.084 71.8542C26.084 71.8525 26.084 71.8507 26.084 71.849C26.084 71.8473 26.084 71.8455 26.084 71.8438C26.084 71.842 26.084 71.8402 26.084 71.8385C26.084 71.8367 26.084 71.835 26.084 71.8332C26.084 71.8315 26.084 71.8297 26.084 71.828C26.084 71.8262 26.084 71.8245 26.084 71.8227C26.084 71.8209 26.084 71.8192 26.084 71.8174C26.084 71.8157 26.084 71.8139 26.084 71.8122C26.084 71.8104 26.084 71.8086 26.084 71.8069C26.084 71.8051 26.084 71.8034 26.084 71.8016C26.084 71.7998 26.084 71.7981 26.084 71.7963C26.084 71.7946 26.084 71.7928 26.084 71.791C26.084 71.7893 26.084 71.7875 26.084 71.7857C26.084 71.784 26.084 71.7822 26.084 71.7804C26.084 71.7787 26.084 71.7769 26.084 71.7752C26.084 71.7734 26.084 71.7716 26.084 71.7698C26.084 71.7681 26.084 71.7663 26.084 71.7645C26.084 71.7628 26.084 71.761 26.084 71.7592C26.084 71.7575 26.084 71.7557 26.084 71.7539C26.084 71.7521 26.084 71.7504 26.084 71.7486C26.084 71.7468 26.084 71.7451 26.084 71.7433C26.084 71.7415 26.084 71.7397 26.084 71.738C26.084 71.7362 26.084 71.7344 26.084 71.7326C26.084 71.7309 26.084 71.7291 26.084 71.7273C26.084 71.7255 26.084 71.7237 26.084 71.722C26.084 71.7202 26.084 71.7184 26.084 71.7166C26.084 71.7148 26.084 71.7131 26.084 71.7113C26.084 71.7095 26.084 71.7077 26.084 71.7059C26.084 71.7042 26.084 71.7024 26.084 71.7006C26.084 71.6988 26.084 71.697 26.084 71.6952C26.084 71.6934 26.084 71.6917 26.084 71.6899C26.084 71.6881 26.084 71.6863 26.084 71.6845C26.084 71.6827 26.084 71.6809 26.084 71.6791C26.084 71.6774 26.084 71.6756 26.084 71.6738C26.084 71.672 26.084 71.6702 26.084 71.6684C26.084 71.6666 26.084 71.6648 26.084 71.663C26.084 71.6612 26.084 71.6595 26.084 71.6577C26.084 71.6559 26.084 71.6541 26.084 71.6523C26.084 71.6505 26.084 71.6487 26.084 71.6469C26.084 71.6451 26.084 71.6433 26.084 71.6415C26.084 71.6397 26.084 71.6379 26.084 71.6361C26.084 71.6343 26.084 71.6325 26.084 71.6307C26.084 71.6289 26.084 71.6271 26.084 71.6253C26.084 71.6235 26.084 71.6217 26.084 71.6199C26.084 71.6181 26.084 71.6163 26.084 71.6145C26.084 71.6127 26.084 71.6109 26.084 71.6091C26.084 71.6073 26.084 71.6055 26.084 71.6037C26.084 71.6019 26.084 71.6001 26.084 71.5983C26.084 71.5964 26.084 71.5946 26.084 71.5928C26.084 71.591 26.084 71.5892 26.084 71.5874C26.084 71.5856 26.084 71.5838 26.084 71.582C26.084 71.5802 26.084 71.5784 26.084 71.5765C26.084 71.5747 26.084 71.5729 26.084 71.5711C26.084 71.5693 26.084 71.5675 26.084 71.5657C26.084 71.5639 26.084 71.562 26.084 71.5602C26.084 71.5584 26.084 71.5566 26.084 71.5548C26.084 71.553 26.084 71.5511 26.084 71.5493C26.084 71.5475 26.084 71.5457 26.084 71.5439C26.084 71.542 26.084 71.5402 26.084 71.5384C26.084 71.5366 26.084 71.5348 26.084 71.5329C26.084 71.5311 26.084 71.5293 26.084 71.5275C26.084 71.5257 26.084 71.5238 26.084 71.522C26.084 71.5202 26.084 71.5184 26.084 71.5165C26.084 71.5147 26.084 71.5129 26.084 71.5111C26.084 71.5092 26.084 71.5074 26.084 71.5056C26.084 71.5038 26.084 71.5019 26.084 71.5001C26.084 71.4983 26.084 71.4964 26.084 71.4946C26.084 71.4928 26.084 71.4909 26.084 71.4891C26.084 71.4873 26.084 71.4855 26.084 71.4836C26.084 71.4818 26.084 71.48 26.084 71.4781C26.084 71.4763 26.084 71.4745 26.084 71.4726C26.084 71.4708 26.084 71.469 26.084 71.4671C26.084 71.4653 26.084 71.4634 26.084 71.4616C26.084 71.4598 26.084 71.4579 26.084 71.4561C26.084 71.4543 26.084 71.4524 26.084 71.4506C26.084 71.4487 26.084 71.4469 26.084 71.4451C26.084 71.4432 26.084 71.4414 26.084 71.4395C26.084 71.4377 26.084 71.4358 26.084 71.434C26.084 71.4322 26.084 71.4303 26.084 71.4285C26.084 71.4266 26.084 71.4248 26.084 71.4229C26.084 71.4211 26.084 71.4192 26.084 71.4174C26.084 71.4156 26.084 71.4137 26.084 71.4119C26.084 71.41 26.084 71.4082 26.084 71.4063C26.084 71.4045 26.084 71.4026 26.084 71.4008C26.084 71.3989 26.084 71.3971 26.084 71.3952C26.084 71.3934 26.084 71.3915 26.084 71.3897C26.084 71.3878 26.084 71.3859 26.084 71.3841C26.084 71.3822 26.084 71.3804 26.084 71.3785C26.084 71.3767 26.084 71.3748 26.084 71.373C26.084 71.3711 26.084 71.3693 26.084 71.3674C26.084 71.3655 26.084 71.3637 26.084 71.3618C26.084 71.36 26.084 71.3581 26.084 71.3562C26.084 71.3544 26.084 71.3525 26.084 71.3507C26.084 71.3488 26.084 71.3469 26.084 71.3451C26.084 71.3432 26.084 71.3413 26.084 71.3395C26.084 71.3376 26.084 71.3358 26.084 71.3339C26.084 71.332 26.084 71.3302 26.084 71.3283C26.084 71.3264 26.084 71.3246 26.084 71.3227C26.084 71.3208 26.084 71.319 26.084 71.3171C26.084 71.3152 26.084 71.3134 26.084 71.3115C26.084 71.3096 26.084 71.3077 26.084 71.3059C26.084 71.304 26.084 71.3021 26.084 71.3003C26.084 71.2984 26.084 71.2965 26.084 71.2946C26.084 71.2928 26.084 71.2909 26.084 71.289C26.084 71.2871 26.084 71.2853 26.084 71.2834C26.084 71.2815 26.084 71.2796 26.084 71.2778C26.084 71.2759 26.084 71.274 26.084 71.2721C26.084 71.2702 26.084 71.2684 26.084 71.2665C26.084 71.2646 26.084 71.2627 26.084 71.2608C26.084 71.259 26.084 71.2571 26.084 71.2552C26.084 71.2533 26.084 71.2514 26.084 71.2496C26.084 71.2477 26.084 71.2458 26.084 71.2439C26.084 71.242 26.084 71.2401 26.084 71.2383C26.084 71.2364 26.084 71.2345 26.084 71.2326C26.084 71.2307 26.084 71.2288 26.084 71.2269C26.084 71.225 26.084 71.2232 26.084 71.2213C26.084 71.2194 26.084 71.2175 26.084 71.2156C26.084 71.2137 26.084 71.2118 26.084 71.2099C26.084 71.208 26.084 71.2061 26.084 71.2043C26.084 71.2024 26.084 71.2005 26.084 71.1986C26.084 71.1967 26.084 71.1948 26.084 71.1929C26.084 71.191 26.084 71.1891 26.084 71.1872C26.084 71.1853 26.084 71.1834 26.084 71.1815C26.084 71.1796 26.084 71.1777 26.084 71.1758C26.084 71.1739 26.084 71.172 26.084 71.1701C26.084 71.1682 26.084 71.1663 26.084 71.1644C26.084 71.1625 26.084 71.1606 26.084 71.1587C26.084 71.1568 26.084 71.1549 26.084 71.153C26.084 71.1511 26.084 71.1492 26.084 71.1473C26.084 71.1454 26.084 71.1435 26.084 71.1416C26.084 71.1397 26.084 71.1378 26.084 71.1358C26.084 71.1339 26.084 71.132 26.084 71.1301C26.084 71.1282 26.084 71.1263 26.084 71.1244C26.084 71.1225 26.084 71.1206 26.084 71.1187C26.084 71.1168 26.084 71.1148 26.084 71.1129C26.084 71.111 26.084 71.1091 26.084 71.1072C26.084 71.1053 26.084 71.1034 26.084 71.1015C26.084 71.0995 26.084 71.0976 26.084 71.0957C26.084 71.0938 26.084 71.0919 26.084 71.09C26.084 71.088 26.084 71.0861 26.084 71.0842C26.084 71.0823 26.084 71.0804 26.084 71.0784C26.084 71.0765 26.084 71.0746 26.084 71.0727C26.084 71.0708 26.084 71.0688 26.084 71.0669C26.084 71.065 26.084 71.0631 26.084 71.0612C26.084 71.0592 26.084 71.0573 26.084 71.0554C26.084 71.0535 26.084 71.0515 26.084 71.0496C26.084 71.0477 26.084 71.0458 26.084 71.0438C26.084 71.0419 26.084 71.04 26.084 71.0381C26.084 71.0361 26.084 71.0342 26.084 71.0323C26.084 71.0303 26.084 71.0284 26.084 71.0265C26.084 71.0245 26.084 71.0226 26.084 71.0207C26.084 71.0188 26.084 71.0168 26.084 71.0149C26.084 71.013 26.084 71.011 26.084 71.0091C26.084 71.0072 26.084 71.0052 26.084 71.0033C26.084 71.0014 26.084 70.9994 26.084 70.9975C26.084 70.9955 26.084 70.9936 26.084 70.9917C26.084 70.9897 26.084 70.9878 26.084 70.9859C26.084 70.9839 26.084 70.982 26.084 70.98C26.084 70.9781 26.084 70.9762 26.084 70.9742C26.084 70.9723 26.084 70.9703 26.084 70.9684C26.084 70.9664 26.084 70.9645 26.084 70.9626C26.084 70.9606 26.084 70.9587 26.084 70.9567C26.084 70.9548 26.084 70.9528 26.084 70.9509C26.084 70.9489 26.084 70.947 26.084 70.9451C26.084 70.9431 26.084 70.9412 26.084 70.9392C26.084 70.9373 26.084 70.9353 26.084 70.9334C26.084 70.9314 26.084 70.9295 26.084 70.9275C26.084 70.9256 26.084 70.9236 26.084 70.9217C26.084 70.9197 26.084 70.9178 26.084 70.9158C26.084 70.9138 26.084 70.9119 26.084 70.9099C26.084 70.908 26.084 70.906 26.084 70.9041C26.084 70.9021 26.084 70.9002 26.084 70.8982C26.084 70.8962 26.084 70.8943 26.084 70.8923C26.084 70.8904 26.084 70.8884 26.084 70.8865C26.084 70.8845 26.084 70.8825 26.084 70.8806C26.084 70.8786 26.084 70.8767 26.084 70.8747C26.084 70.8727 26.084 70.8708 26.084 70.8688C26.084 70.8668 26.084 70.8649 26.084 70.8629C26.084 70.8609 26.084 70.859 26.084 70.857C26.084 70.8551 26.084 70.8531 26.084 70.8511C26.084 70.8492 26.084 70.8472 26.084 70.8452C26.084 70.8433 26.084 70.8413 26.084 70.8393C26.084 70.8373 26.084 70.8354 26.084 70.8334C26.084 70.8314 26.084 70.8295 26.084 70.8275C26.084 70.8255 26.084 70.8235 26.084 70.8216C26.084 70.8196 26.084 70.8176 26.084 70.8157C26.084 70.8137 26.084 70.8117 26.084 70.8097C26.084 70.8078 26.084 70.8058 26.084 70.8038C26.084 70.8018 26.084 70.7999 26.084 70.7979C26.084 70.7959 26.084 70.7939 26.084 70.7919C26.084 70.79 26.084 70.788 26.084 70.786C26.084 70.784 26.084 70.782 26.084 70.7801C26.084 70.7781 26.084 70.7761 26.084 70.7741C26.084 70.7721 26.084 70.7701 26.084 70.7682C26.084 70.7662 26.084 70.7642 26.084 70.7622C26.084 70.7602 26.084 70.7582 26.084 70.7563C26.084 70.7543 26.084 70.7523 26.084 70.7503C26.084 70.7483 26.084 70.7463 26.084 70.7443C26.084 70.7423 26.084 70.7404 26.084 70.7384C26.084 70.7364 26.084 70.7344 26.084 70.7324C26.084 70.7304 26.084 70.7284 26.084 70.7264C26.084 70.7244 26.084 70.7224 26.084 70.7204C26.084 70.7185 26.084 70.7165 26.084 70.7145C26.084 70.7125 26.084 70.7105 26.084 70.7085C26.084 70.7065 26.084 70.7045 26.084 70.7025C26.084 70.7005 26.084 70.6985 26.084 70.6965C26.084 70.6945 26.084 70.6925 26.084 70.6905C26.084 70.6885 26.084 70.6865 26.084 70.6845C26.084 70.6825 26.084 70.6805 26.084 70.6785C26.084 70.6765 26.084 70.6745 26.084 70.6725C26.084 70.6705 26.084 70.6685 26.084 70.6665C26.084 70.6645 26.084 70.6625 26.084 70.6605C26.084 70.6585 26.084 70.6565 26.084 70.6544C26.084 70.6524 26.084 70.6504 26.084 70.6484C26.084 70.6464 26.084 70.6444 26.084 70.6424C26.084 70.6404 26.084 70.6384 26.084 70.6364C26.084 70.6344 26.084 70.6324 26.084 70.6303C26.084 70.6283 26.084 70.6263 26.084 70.6243C26.084 70.6223 26.084 70.6203 26.084 70.6183C26.084 70.6163 26.084 70.6142 26.084 70.6122C26.084 70.6102 26.084 70.6082 26.084 70.6062C26.084 70.6042 26.084 70.6021 26.084 70.6001C26.084 70.5981 26.084 70.5961 26.084 70.5941C26.084 70.5921 26.084 70.59 26.084 70.588C26.084 70.586 26.084 70.584 26.084 70.582C26.084 70.5799 26.084 70.5779 26.084 70.5759C26.084 70.5739 26.084 70.5718 26.084 70.5698C26.084 70.5678 26.084 70.5658 26.084 70.5637C26.084 70.5617 26.084 70.5597 26.084 70.5577C26.084 70.5556 26.084 70.5536 26.084 70.5516C26.084 70.5496 26.084 70.5475 26.084 70.5455C26.084 70.5435 26.084 70.5415 26.084 70.5394C26.084 70.5374 26.084 70.5354 26.084 70.5333C26.084 70.5313 26.084 70.5293 26.084 70.5272C26.084 70.5252 26.084 70.5232 26.084 70.5211C26.084 70.5191 26.084 70.5171 26.084 70.515C26.084 70.513 26.084 70.511 26.084 70.5089C26.084 70.5069 26.084 70.5049 26.084 70.5028C26.084 70.5008 26.084 70.4987 26.084 70.4967C26.084 70.4947 26.084 70.4926 26.084 70.4906C26.084 70.4886 26.084 70.4865 26.084 70.4845C26.084 70.4824 26.084 70.4804 26.084 70.4784C26.084 70.4763 26.084 70.4743 26.084 70.4722C26.084 70.4702 26.084 70.4681 26.084 70.4661C26.084 70.4641 26.084 70.462 26.084 70.46C26.084 70.4579 26.084 70.4559 26.084 70.4538C26.084 70.4518 26.084 70.4497 26.084 70.4477C26.084 70.4456 26.084 70.4436 26.084 70.4415C26.084 70.4395 26.084 70.4374 26.084 70.4354C26.084 70.4333 26.084 70.4313 26.084 70.4292C26.084 70.4272 26.084 70.4251 26.084 70.4231C26.084 70.421 26.084 70.419 26.084 70.4169C26.084 70.4149 26.084 70.4128 26.084 70.4108C26.084 70.4087 26.084 70.4067 26.084 70.4046C26.084 70.4025 26.084 70.4005 26.084 70.3984C26.084 70.3964 26.084 70.3943 26.084 70.3923C26.084 70.3902 26.084 70.3881 26.084 70.3861C26.084 70.384 26.084 70.382 26.084 70.3799C26.084 70.3778 26.084 70.3758 26.084 70.3737C26.084 70.3716 26.084 70.3696 26.084 70.3675C26.084 70.3655 26.084 70.3634 26.084 70.3613C26.084 70.3593 26.084 70.3572 26.084 70.3551C26.084 70.3531 26.084 70.351 26.084 70.3489C26.084 70.3469 26.084 70.3448 26.084 70.3427C26.084 70.3407 26.084 70.3386 26.084 70.3365C26.084 70.3344 26.084 70.3324 26.084 70.3303C26.084 70.3282 26.084 70.3262 26.084 70.3241C26.084 70.322 26.084 70.32 26.084 70.3179C26.084 70.3158 26.084 70.3137 26.084 70.3117C26.084 70.3096 26.084 70.3075 26.084 70.3054C26.084 70.3034 26.084 70.3013 26.084 70.2992C26.084 70.2971 26.084 70.295 26.084 70.293C26.084 70.2909 26.084 70.2888 26.084 70.2867C26.084 70.2847 26.084 70.2826 26.084 70.2805C26.084 70.2784 26.084 70.2763 26.084 70.2743C26.084 70.2722 26.084 70.2701 26.084 70.268C26.084 70.2659 26.084 70.2638 26.084 70.2618C26.084 70.2597 26.084 70.2576 26.084 70.2555C26.084 70.2534 26.084 70.2513 26.084 70.2492C26.084 70.2472 26.084 70.2451 26.084 70.243C26.084 70.2409 26.084 70.2388 26.084 70.2367C26.084 70.2346 26.084 70.2325 26.084 70.2304C26.084 70.2284 26.084 70.2263 26.084 70.2242C26.084 70.2221 26.084 70.22 26.084 70.2179C26.084 70.2158 26.084 70.2137 26.084 70.2116C26.084 70.2095 26.084 70.2074 26.084 70.2053C26.084 70.2032 26.084 70.2011 26.084 70.1991C26.084 70.197 26.084 70.1949 26.084 70.1928C26.084 70.1907 26.084 70.1886 26.084 70.1865C26.084 70.1844 26.084 70.1823 26.084 70.1802C26.084 70.1781 26.084 70.176 26.084 70.1739C26.084 70.1718 26.084 70.1697 26.084 70.1676C26.084 70.1655 26.084 70.1634 26.084 70.1613C26.084 70.1592 26.084 70.1571 26.084 70.1549C26.084 70.1528 26.084 70.1507 26.084 70.1486C26.084 70.1465 26.084 70.1444 26.084 70.1423C26.084 70.1402 26.084 70.1381 26.084 70.136C26.084 70.1339 26.084 70.1318 26.084 70.1297C26.084 70.1276 26.084 70.1254 26.084 70.1233C26.084 70.1212 26.084 70.1191 26.084 70.117C26.084 70.1149 26.084 70.1128 26.084 70.1107C26.084 70.1085 26.084 70.1064 26.084 70.1043C26.084 70.1022 26.084 70.1001 26.084 70.098C26.084 70.0959 26.084 70.0937 26.084 70.0916C26.084 70.0895 26.084 70.0874 26.084 70.0853C26.084 70.0832 26.084 70.081 26.084 70.0789C26.084 70.0768 26.084 70.0747 26.084 70.0726C26.084 70.0704 26.084 70.0683 26.084 70.0662C26.084 70.0641 26.084 70.062 26.084 70.0598C26.084 70.0577 26.084 70.0556 26.084 70.0535C26.084 70.0513 26.084 70.0492 26.084 70.0471C26.084 70.045 26.084 70.0428 26.084 70.0407C26.084 70.0386 26.084 70.0365 26.084 70.0343C26.084 70.0322 26.084 70.0301 26.084 70.0279C26.084 70.0258 26.084 70.0237 26.084 70.0216C26.084 70.0194 26.084 70.0173 26.084 70.0152C26.084 70.013 26.084 70.0109 26.084 70.0088C26.084 70.0066 26.084 70.0045 26.084 70.0024C26.084 70.0002 26.084 69.9981 26.084 69.996C26.084 69.9938 26.084 69.9917 26.084 69.9896C26.084 69.9874 26.084 69.9853 26.084 69.9832C26.084 69.981 26.084 69.9789 26.084 69.9767C26.084 69.9746 26.084 69.9725 26.084 69.9703C26.084 69.9682 26.084 69.966 26.084 69.9639C26.084 69.9618 26.084 69.9596 26.084 69.9575C26.084 69.9553 26.084 69.9532 26.084 69.951C26.084 69.9489 26.084 69.9468 26.084 69.9446C26.084 69.9425 26.084 69.9403 26.084 69.9382C26.084 69.936 26.084 69.9339 26.084 69.9317C26.084 69.9296 26.084 69.9274 26.084 69.9253C26.084 69.9231 26.084 69.921 26.084 69.9188C26.084 69.9167 26.084 69.9146 26.084 69.9124C26.084 69.9103 26.084 69.9081 26.084 69.9059C26.084 69.9038 26.084 69.9016 26.084 69.8995C26.084 69.8973 26.084 69.8952 26.084 69.893C26.084 69.8909 26.084 69.8887 26.084 69.8866C26.084 69.8844 26.084 69.8823 26.084 69.8801C26.084 69.8779 26.084 69.8758 26.084 69.8736C26.084 69.8715 26.084 69.8693 26.084 69.8671C26.084 69.865 26.084 69.8628 26.084 69.8607C26.084 69.8585 26.084 69.8563 26.084 69.8542C26.084 69.852 26.084 69.8499 26.084 69.8477C26.084 69.8455 26.084 69.8434 26.084 69.8412C26.084 69.839 26.084 69.8369 26.084 69.8347C26.084 69.8326 26.084 69.8304 26.084 69.8282C26.084 69.8261 26.084 69.8239 26.084 69.8217C26.084 69.8196 26.084 69.8174 26.084 69.8152C26.084 69.813 26.084 69.8109 26.084 69.8087C26.084 69.8065 26.084 69.8044 26.084 69.8022C26.084 69.8 26.084 69.7979 26.084 69.7957C26.084 69.7935 26.084 69.7913 26.084 69.7892C26.084 69.787 26.084 69.7848 26.084 69.7826C26.084 69.7805 26.084 69.7783 26.084 69.7761C26.084 69.7739 26.084 69.7718 26.084 69.7696C26.084 69.7674 26.084 69.7652 26.084 69.7631C26.084 69.7609 26.084 69.7587 26.084 69.7565C26.084 69.7543 26.084 69.7522 26.084 69.75C26.084 69.7478 26.084 69.7456 26.084 69.7434C26.084 69.7412 26.084 69.7391 26.084 69.7369C26.084 69.7347 26.084 69.7325 26.084 69.7303C26.084 69.7281 26.084 69.726 26.084 69.7238C26.084 69.7216 26.084 69.7194 26.084 69.7172C26.084 69.715 26.084 69.7128 26.084 69.7107C26.084 69.7085 26.084 69.7063 26.084 69.7041C26.084 69.7019 26.084 69.6997 26.084 69.6975C26.084 69.6953 26.084 69.6931 26.084 69.6909C26.084 69.6888 26.084 69.6866 26.084 69.6844C26.084 69.6822 26.084 69.68 26.084 69.6778C26.084 69.6756 26.084 69.6734 26.084 69.6712C26.084 69.669 26.084 69.6668 26.084 69.6646C26.084 69.6624 26.084 69.6602 26.084 69.658C26.084 69.6558 26.084 69.6536 26.084 69.6514C26.084 69.6492 26.084 69.647 26.084 69.6448C26.084 69.6426 26.084 69.6404 26.084 69.6382C26.084 69.636 26.084 69.6338 26.084 69.6316C26.084 69.6294 26.084 69.6272 26.084 69.625C26.084 69.6228 26.084 69.6206 26.084 69.6184C26.084 69.6162 26.084 69.614 26.084 69.6118C26.084 69.6096 26.084 69.6074 26.084 69.6052C26.084 69.6029 26.084 69.6007 26.084 69.5985C26.084 69.5963 26.084 69.5941 26.084 69.5919C26.084 69.5897 26.084 69.5875 26.084 69.5853C26.084 69.5831 26.084 69.5808 26.084 69.5786C26.084 69.5764 26.084 69.5742 26.084 69.572H24.084ZM16.428 72.496C16.428 67.9302 16.8765 64.1548 17.7485 61.1464L15.8275 60.5896C14.8862 63.8372 14.428 67.8138 14.428 72.496H16.428ZM17.7458 61.1553C18.6714 58.0701 19.8877 55.664 21.3642 53.8922L19.8278 52.6118C18.131 54.648 16.8086 57.3193 15.8302 60.5806L17.7458 61.1553ZM21.3642 53.8922C22.8547 52.1036 24.5563 50.8514 26.4684 50.1032L25.7396 48.2408C23.481 49.1246 21.5106 50.5924 19.8278 52.6118L21.3642 53.8922ZM26.4616 50.1059C28.4744 49.335 30.5968 48.948 32.836 48.948V46.948C30.3605 46.948 27.995 47.377 25.7464 48.2381L26.4616 50.1059ZM32.836 48.948C35.1231 48.948 37.2426 49.3359 39.2036 50.1032L39.9324 48.2408C37.7227 47.3761 35.3542 46.948 32.836 46.948V48.948ZM39.2104 50.1059C41.1677 50.8555 42.8889 52.1079 44.3758 53.8922L45.9122 52.6118C44.2258 50.5881 42.2296 49.1205 39.9256 48.2381L39.2104 50.1059ZM44.3847 53.9028C45.8984 55.6687 47.1114 58.0661 47.9905 61.1427L49.9135 60.5933C48.9792 57.3233 47.6536 54.6433 45.9033 52.6012L44.3847 53.9028ZM47.9953 61.1592C48.9094 64.1627 49.38 67.9333 49.38 72.496H51.38C51.38 67.8107 50.8986 63.8293 49.9087 60.5768L47.9953 61.1592ZM49.38 72.496C49.38 77.1966 48.9091 81.0833 47.9931 84.1804L49.9109 84.7476C50.8989 81.4073 51.38 77.3154 51.38 72.496H49.38ZM47.9905 84.1893C47.1114 87.2659 45.8984 89.6633 44.3847 91.4292L45.9033 92.7308C47.6536 90.6887 48.9792 88.0087 49.9135 84.7387L47.9905 84.1893ZM44.3758 91.4398C42.8889 93.2241 41.1677 94.4765 39.2104 95.2261L39.9256 97.0939C42.2296 96.2115 44.2258 94.7439 45.9122 92.7202L44.3758 91.4398ZM39.2036 95.2288C37.2426 95.9961 35.1231 96.384 32.836 96.384V98.384C35.3542 98.384 37.7227 97.9559 39.9324 97.0912L39.2036 95.2288ZM32.836 96.384C30.5968 96.384 28.4744 95.997 26.4616 95.2261L25.7464 97.0939C27.995 97.955 30.3605 98.384 32.836 98.384V96.384ZM26.4684 95.2288C24.5563 94.4806 22.8547 93.2284 21.3642 91.4398L19.8278 92.7202C21.5106 94.7396 23.481 96.2074 25.7396 97.0912L26.4684 95.2288ZM21.3642 91.4398C19.8877 89.668 18.6714 87.2619 17.7458 84.1767L15.8302 84.7513C16.8086 88.0127 18.131 90.684 19.8278 92.7202L21.3642 91.4398ZM17.7505 84.1929C16.8768 81.091 16.428 77.1997 16.428 72.496H14.428C14.428 77.3123 14.8859 81.3997 15.8255 84.7351L17.7505 84.1929ZM67.2892 68.144L67.3758 67.1478L66.2892 67.0533V68.144H67.2892ZM73.8852 67.396L74.2638 68.3215L74.2739 68.3174L74.2839 68.3131L73.8852 67.396ZM76.4012 65.492L75.6329 64.8518L75.6222 64.8648L75.6118 64.8781L76.4012 65.492ZM65.1132 58.352L64.3238 57.7381L64.3214 57.7412L65.1132 58.352ZM63.3452 64.404V65.404H64.3638L64.345 64.3855L63.3452 64.404ZM54.1652 64.404L53.1658 64.367L53.1274 65.404H54.1652V64.404ZM55.4572 57.74L54.5286 57.3686L54.5244 57.3796L55.4572 57.74ZM58.7892 52.504L58.0821 51.7969L58.0764 51.8025L58.0709 51.8082L58.7892 52.504ZM63.9572 49.172L64.3176 50.1048L64.3267 50.1013L64.3358 50.0975L63.9572 49.172ZM76.3332 48.832L76.0375 49.7873L76.0479 49.7905L76.0584 49.7935L76.3332 48.832ZM81.4332 51.348L80.8293 52.1451L80.835 52.1494L80.8408 52.1536L81.4332 51.348ZM84.9012 67.26L84.0593 66.7203L84.0543 66.7281L84.0495 66.7359L84.9012 67.26ZM79.9372 70.864L79.6624 69.9025L78.9372 70.1097V70.864H79.9372ZM79.9372 71H78.9372V71.8007L79.7184 71.9758L79.9372 71ZM86.1252 74.808L85.3318 75.4168V75.4168L86.1252 74.808ZM86.8732 88.476L85.9829 88.0205L85.9787 88.0288L85.9746 88.0372L86.8732 88.476ZM82.9972 93.372L82.3698 92.5932L82.9972 93.372ZM77.3532 96.364L77.6572 97.3167L77.3532 96.364ZM63.3452 96.228L63.0113 97.1706L63.0174 97.1728L63.3452 96.228ZM57.7692 92.896L57.0727 93.6136L57.0782 93.6189L57.0838 93.6242L57.7692 92.896ZM54.1652 87.456L53.2313 87.8136L53.2346 87.8223L53.238 87.8308L54.1652 87.456ZM53.0092 80.112V79.112H52.0254L52.0093 80.0956L53.0092 80.112ZM62.1892 80.112L63.1885 80.0763L63.1541 79.112H62.1892V80.112ZM62.8012 83.784L61.8453 84.0781L61.8487 84.0888L62.8012 83.784ZM64.3652 86.776L63.5803 87.3956L63.5885 87.406L63.5969 87.4162L64.3652 86.776ZM66.8812 88.748L66.4339 89.6424L66.4418 89.6464L66.4497 89.6501L66.8812 88.748ZM76.0612 87.524L76.7213 88.2752L76.7276 88.2696L76.7338 88.2639L76.0612 87.524ZM77.2172 77.868L76.4034 78.4492L76.4124 78.4618L76.4217 78.474L77.2172 77.868ZM74.5652 75.828L74.1805 76.7511L74.1972 76.758L74.214 76.7643L74.5652 75.828ZM70.9612 75.08L70.8899 76.0775L70.9083 76.0788L70.9267 76.0794L70.9612 75.08ZM67.2892 74.944H66.2892V75.944H67.2892V74.944ZM67.2025 69.1402C68.306 69.2362 69.4717 69.2354 70.6979 69.1411L70.5445 67.1469C69.4133 67.234 68.3577 67.2331 67.3758 67.1478L67.2025 69.1402ZM70.6979 69.1411C71.9703 69.0432 73.1613 68.7726 74.2638 68.3215L73.5065 66.4705C72.6144 66.8354 71.6294 67.0635 70.5445 67.1469L70.6979 69.1411ZM74.2839 68.3131C75.4644 67.7998 76.4431 67.0669 77.1905 66.1059L75.6118 64.8781C75.0899 65.549 74.3912 66.0855 73.4864 66.4789L74.2839 68.3131ZM77.1694 66.1322C78.037 65.091 78.4212 63.755 78.4212 62.228H76.4212C76.4212 63.421 76.1253 64.261 75.6329 64.8518L77.1694 66.1322ZM78.4212 62.228C78.4212 59.9425 77.6451 58.0665 76.0059 56.7551L74.7565 58.3169C75.8372 59.1815 76.4212 60.4335 76.4212 62.228H78.4212ZM76.0059 56.7551C74.4656 55.523 72.6805 54.904 70.6892 54.904V56.904C72.2338 56.904 73.5767 57.373 74.7565 58.3169L76.0059 56.7551ZM70.6892 54.904C67.9963 54.904 65.8185 55.8163 64.3238 57.7381L65.9025 58.9659C66.9464 57.6237 68.4861 56.904 70.6892 56.904V54.904ZM64.3214 57.7412C62.9298 59.5451 62.2967 61.7992 62.3453 64.4225L64.345 64.3855C64.3029 62.1128 64.8486 60.3322 65.9049 58.9628L64.3214 57.7412ZM63.3452 63.404H54.1652V65.404H63.3452V63.404ZM55.1645 64.441C55.2516 62.0879 55.6646 59.9779 56.39 58.1004L54.5244 57.3796C53.7084 59.4915 53.26 61.8241 53.1658 64.367L55.1645 64.441ZM56.3856 58.1114C57.1576 56.1815 58.2002 54.5491 59.5074 53.1998L58.0709 51.8082C56.5674 53.3602 55.3887 55.2185 54.5287 57.3686L56.3856 58.1114ZM59.4963 53.2111C60.8442 51.8632 62.4473 50.8274 64.3176 50.1048L63.5968 48.2392C61.4777 49.0579 59.6355 50.2435 58.0821 51.7969L59.4963 53.2111ZM64.3358 50.0975C66.195 49.3369 68.2855 48.948 70.6212 48.948V46.948C68.0608 46.948 65.7086 47.3751 63.5785 48.2465L64.3358 50.0975ZM70.6212 48.948C72.4203 48.948 74.2247 49.2262 76.0375 49.7873L76.6288 47.8767C74.6336 47.2591 72.63 46.948 70.6212 46.948V48.948ZM76.0584 49.7935C77.8501 50.3054 79.4372 51.0905 80.8293 52.1451L82.037 50.5509C80.4371 49.3388 78.6242 48.4466 76.6079 47.8705L76.0584 49.7935ZM80.8408 52.1536C82.2734 53.207 83.4271 54.4875 84.3094 55.9999L86.0369 54.9921C85.0152 53.2405 83.6756 51.7556 82.0256 50.5423L80.8408 52.1536ZM84.3094 55.9999C85.1612 57.4602 85.6012 59.1633 85.6012 61.14H87.6012C87.6012 58.8554 87.0891 56.7958 86.0369 54.9921L84.3094 55.9999ZM85.6012 61.14C85.6012 63.2807 85.0791 65.1295 84.0593 66.7203L85.743 67.7997C86.9899 65.8545 87.6012 63.6233 87.6012 61.14H85.6012ZM84.0495 66.7359C83.1076 68.2666 81.6729 69.3281 79.6624 69.9025L80.2119 71.8255C82.6441 71.1306 84.5188 69.7894 85.7528 67.7841L84.0495 66.7359ZM78.9372 70.864V71H80.9372V70.864H78.9372ZM79.7184 71.9758C82.1428 72.5192 83.9926 73.6717 85.3318 75.4168L86.9185 74.1992C85.2657 72.0456 82.9902 70.6595 80.1559 70.0242L79.7184 71.9758ZM85.3318 75.4168C86.6794 77.1727 87.3692 79.2873 87.3692 81.812H89.3692C89.3692 78.8967 88.5629 76.3419 86.9185 74.1992L85.3318 75.4168ZM87.3692 81.812C87.3692 84.1691 86.8987 86.2306 85.9829 88.0205L87.7634 88.9315C88.8423 86.8227 89.3692 84.4416 89.3692 81.812H87.3692ZM85.9746 88.0372C85.0846 89.8594 83.8835 91.3739 82.3698 92.5932L83.6245 94.1508C85.3748 92.7408 86.7577 90.9912 87.7717 88.9148L85.9746 88.0372ZM82.3698 92.5932C80.8402 93.8254 79.0702 94.7663 77.0491 95.4113L77.6572 97.3167C79.8975 96.6017 81.8901 95.5479 83.6245 94.1508L82.3698 92.5932ZM77.0491 95.4113C75.02 96.0589 72.9015 96.384 70.6892 96.384V98.384C73.1008 98.384 75.4249 98.0291 77.6572 97.3167L77.0491 95.4113ZM70.6892 96.384C68.1109 96.384 65.7754 96.0127 63.6729 95.2832L63.0174 97.1728C65.3575 97.9846 67.9181 98.384 70.6892 98.384V96.384ZM63.679 95.2854C61.6218 94.5568 59.886 93.5151 58.4545 92.1678L57.0838 93.6242C58.735 95.1783 60.7165 96.3579 63.0113 97.1706L63.679 95.2854ZM58.4656 92.1784C57.0311 90.786 55.9051 89.092 55.0923 87.0812L53.238 87.8308C54.1479 90.0814 55.4246 92.014 57.0727 93.6136L58.4656 92.1784ZM55.099 87.0984C54.3373 85.1094 53.9654 82.7924 54.009 80.1284L52.0093 80.0956C51.9623 82.9623 52.361 85.5413 53.2313 87.8136L55.099 87.0984ZM53.0092 81.112H62.1892V79.112H53.0092V81.112ZM61.1898 80.1477C61.2382 81.5021 61.4561 82.8131 61.8454 84.0781L63.7569 83.4899C63.4208 82.3976 63.2308 81.2606 63.1885 80.0763L61.1898 80.1477ZM61.8487 84.0888C62.2448 85.3266 62.82 86.4326 63.5803 87.3956L65.15 86.1564C64.5503 85.3967 64.0828 84.5081 63.7536 83.4792L61.8487 84.0888ZM63.5969 87.4162C64.3696 88.3434 65.3195 89.0852 66.4339 89.6424L67.3284 87.8536C66.4482 87.4135 65.7207 86.8406 65.1334 86.1358L63.5969 87.4162ZM66.4497 89.6501C67.653 90.2256 69.0302 90.496 70.5532 90.496V88.496C69.2655 88.496 68.1946 88.2677 67.3126 87.8459L66.4497 89.6501ZM70.5532 90.496C72.9478 90.496 75.0253 89.7656 76.7213 88.2752L75.401 86.7728C74.105 87.9118 72.5105 88.496 70.5532 88.496V90.496ZM76.7338 88.2639C78.4692 86.6863 79.3052 84.5651 79.3052 82.016H77.3052C77.3052 84.0909 76.6451 85.6417 75.3885 86.7841L76.7338 88.2639ZM79.3052 82.016C79.3052 80.0907 78.9234 78.4574 78.0126 77.262L76.4217 78.474C76.9616 79.1826 77.3052 80.3146 77.3052 82.016H79.3052ZM78.0309 77.2868C77.2362 76.1742 76.1917 75.3699 74.9163 74.8917L74.214 76.7643C75.1146 77.1021 75.8381 77.6578 76.4034 78.4492L78.0309 77.2868ZM74.9498 74.9049C73.7384 74.4002 72.4167 74.1296 70.9956 74.0806L70.9267 76.0794C72.1349 76.1211 73.2159 76.3491 74.1805 76.7511L74.9498 74.9049ZM71.0324 74.0825C69.7412 73.9903 68.4934 73.944 67.2892 73.944V75.944C68.4423 75.944 69.6424 75.9884 70.8899 76.0775L71.0324 74.0825ZM68.2892 74.944V68.144H66.2892V74.944H68.2892Z' fill='%23616975' mask='url(%23path-2-outside-1_182_3999)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_182_3999'%3E%3Crect width='76' height='70' fill='white' transform='translate(14 26.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.mission_list-item .title {
  font-weight: 500;
  font-size: 1.354vw;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--bg-header-color);
  font-family: "Helvetica Neue";
}

.mission_list-item .text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.938vw;
  line-height: 150%;
  color: var(--text-color);
  margin-top: 0.521vw;
}

.mission_img {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
}

.mission_img .img {
  width: 49.427vw;
  height: 44.74vw;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.mission_img .svg {
  width: 27.135vw;
  height: 25.521vw;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.mission_text {
  background: #121927;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  padding-right: 49.427vw;
}

.mission_text p {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.042vw;
  line-height: 150%;
  color: var(--bg-primary-color);
  padding: 0.99vw 0 1.302vw 10.625vw;
  background: var(--bg-header-color);
}

/*ACHIEVEMENTS*/

.achievements_container {
  background-color: var(--bg-primary-color);
  padding-top: 6.458vw;
  padding-bottom: 6.51vw;
}

.achievements_container .container {
  position: relative;
  z-index: 1;
  padding-top: 4.792vw;
}

.achievements_container .title_section {
  top: 0;
}

.achievements_items {
  margin-top: 2.2917vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25vw;
}

.achievements_item {
  border: 0.052vw solid #e0edf4;
  background: var(--bg-blocks);
  padding: 2.865vw 0.833vw 1.458vw;
}

.achievements_title {
  border: 0.052vw solid var(--border-color);
  padding: 2.344vw 4.115vw 0.833vw 0.833vw;
  min-height: 6.771vw;
  position: relative;
}

.achievements_title .number {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 3.438vw;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6fadcf;
  background: var(--bg-blocks);
  padding: 0 0.833vw;
  position: absolute;
  left: 0;
  top: -2.031vw;
}

.achievements_title .title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.146vw;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--bg-header-color);
}

.achievements_item .text {
  margin-top: 1.042vw;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.938vw;
  line-height: 150%;
  color: var(--text-color);
}

.achievements_banner {
  width: 100vw;
  height: 21.563vw;
  position: relative;
  margin-top: -3.385vw;
}

.achievements_banner .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.achievements_banner .svg {
  width: 23.021vw;
  height: 21.563vw;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*HISTORY*/

.history_container {
  background-color: var(--bg-primary-color);
  position: relative;
}

.history_top {
  position: absolute;
  left: 10.625vw;
  width: 60vw;
  top: 2.135vw;
  padding-top: 4.792vw;
  z-index: 1;
}

.history_top .title_section {
  color: transparent;
  top: 0;
}

.history_top .title_block_items {
  color: #fff;
}

.history_banner {
  width: 100vw;
  height: 23.646vw;
  position: relative;
}

.history_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.history_items-wrapper {
  position: absolute;
  top: 0;
  left: 2.656vw;
  right: 2.5vw;
  bottom: 3.307vw;
}

.history_items-wrapper svg {
  width: 100%;
  height: 100%;
}

.history_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.276vw;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 0.938vw;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  margin-right: -2.083vw;
}

.history_point {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.history_point:hover,
.history_point.active {
  color: #6fadcf;
}

.history_point::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.729vw;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 1.146vw;
  height: 1.146vw;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #6fadcf;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='6' fill='%23121927' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 95% 95%;
  background-position: center;
}

.history_point:hover::before,
.history_point.active::before {
  background-color: #121927;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='6' fill='white' /%3E%3C/svg%3E%0A");
}

.history_point:nth-child(3) {
  margin-top: -3.333vw;
}

.history_point:nth-child(3)::before {
  width: 1.667vw;
  height: 1.667vw;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='9' fill='%23121927' /%3E%3C/svg%3E");
}

.history_point:nth-child(3):hover::before,
.history_point:nth-child(3).active::before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='9' fill='white' /%3E%3C/svg%3E");
}

.history_point:nth-child(4) {
  margin-top: -6.823vw;
}

.history_point:nth-child(4)::before {
  width: 1.875vw;
  height: 1.875vw;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='10' fill='%23121927' /%3E%3C/svg%3E");
}

.history_point:nth-child(4):hover::before,
.history_point:nth-child(4).active::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='10' fill='white' /%3E%3C/svg%3E");
}

.history_point:nth-child(5) {
  margin-top: -10vw;
}

.history_point:nth-child(5)::before {
  width: 2.188vw;
  height: 2.188vw;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='12' fill='%23121927' /%3E%3C/svg%3E");
}

.history_point:nth-child(5):hover::before,
.history_point:nth-child(5).active::before {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='12' fill='white' /%3E%3C/svg%3E");
}

.history_point:nth-child(6) {
  margin-top: -13.177vw;
}

.history_point:nth-child(6)::before {
  width: 2.396vw;
  height: 2.396vw;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='13' fill='%23121927' /%3E%3C/svg%3E");
}

.history_point:nth-child(6):hover::before,
.history_point:nth-child(6).active::before {
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='13' fill='white' /%3E%3C/svg%3E");
}

.history_point:nth-child(7) {
  margin-top: -16.615vw;
  width: 10%;
}

.history_point:nth-child(7)::before {
  width: 2.708vw;
  height: 2.708vw;
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26' cy='26' r='15' fill='%23121927' /%3E%3C/svg%3E");
}

.history_point:nth-child(7):hover::before,
.history_point:nth-child(7).active::before {
  background-image: url("data:image/svg+xml,%3Csvg width='52' height='52' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='26' cy='26' r='15' fill='white' /%3E%3C/svg%3E");
}

.history_item {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 1;
}

.history_item:hover {
  opacity: 1;
}

.history_item.active {
  opacity: 1;
}

.history_item img {
  width: 12.5vw;
  height: 6.979vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.history_item-title {
  background: #e0edf4;
  padding: 0.26vw 0.521vw;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 0.729vw;
  line-height: 126%;
  text-transform: uppercase;
  color: #121927;
}

.history_item:nth-child(1) {
  left: 0;
  bottom: 1.094vw;
}

.history_item:nth-child(2) {
  left: 9.531vw;
  bottom: 1.094vw;
}

.history_item:nth-child(3) {
  left: 25.208vw;
  bottom: 4.948vw;
}

.history_item:nth-child(4) {
  left: 40.833vw;
  bottom: 9.01vw;
}

.history_item:nth-child(5) {
  left: 56.771vw;
  bottom: -0.99vw;
}

.history_item:nth-child(6) {
  left: 72.552vw;
  bottom: 2.188vw;
}

.history_item:nth-child(7) {
  left: 83.698vw;
  bottom: 5.677vw;
}

.history_facts-wrapper {
  padding: 3.438vw 2.552vw 0;
}

.history_title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.354vw;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--bg-header-color);
  text-align: center;
}

.history_facts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13.542vw [7];
  grid-template-columns: repeat(7, 13.542vw);
  margin-top: 3.281vw;
  position: relative;
}

.history_fact {
  width: 100%;
}

.history_fact:nth-child(even) {
  margin-top: 70%;
}

.history_fact:nth-child(7) .history_fact-inner {
  width: 15.625vw;
}

.history_fact-inner {
  width: 17.708vw;
}

.history_num {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  font-size: 1.667vw;
  line-height: 100%;
  text-transform: uppercase;
  color: #6fadcf;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.history_fact.active .history_num {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  color: var(--bg-header-color);
}

.history_text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.938vw;
  line-height: 150%;
  color: var(--text-color);
  margin-top: 0.625vw;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.history_fact.active .history_text {
  -webkit-transform: translateY(0.313vw);
  -ms-transform: translateY(0.313vw);
  transform: translateY(0.313vw);
  color: var(--bg-header-color);
}

.history_line {
  position: absolute;
  top: calc(50% - 0.417vw);
  left: 0;
  width: 100%;
  height: 0.833vw;
  fill: var(--bg-header-color);
}

.history_slider {
  display: none;
}

/*PRINCIPLES*/

.principles_container {
  background-color: var(--bg-primary-color);
  padding-top: 6.094vw;
}

.principles_container .container {
  position: relative;
  padding-top: 4.792vw;
}

.principles_container .title_section {
  top: 0;
}

.principles_content {
  width: 100vw;
  margin-top: 2.521vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 3.125vw;
  -moz-column-gap: 3.125vw;
  column-gap: 3.125vw;
  border-top: 0.104vw solid var(--text-invert-color);
  border-bottom: 0.104vw solid var(--text-invert-color);
}

.principles_img {
  width: 40.781vw;
  height: 37.344vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.principles_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.principles_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.708vw;
  margin-right: 10.625vw;
}

.principles_list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.302vw;
}

.principles_icon {
  background: var(--bg-blocks);
  border: 0.052vw solid var(--text-invert-color);
  width: 5.417vw;
  height: 8.229vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.principles_icon svg,
.principles_icon img {
  width: 4.375vw;
  height: 4.375vw;
  fill: var(--bg-header-color);
}

.principles_title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.354vw;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--bg-header-color);
}

.principles_text {
  margin-top: 0.625vw;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 150%;
  color: var(--text-color);
}

/*TEAM*/

.team_container {
  background-color: var(--bg-primary-color);
  padding-top: 4.792vw;
}

.team_container .container {
  position: relative;
  padding-top: 4.792vw;
}

.team_container .title_section {
  top: 0;
}

.team_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.17vw;
  gap: 2.917vw;
}

.team_subtitle {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.354vw;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--bg-header-color);
  margin-bottom: 1.25vw;
}

.team_btn {
  display: none;
}

.team_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [6];
  grid-template-columns: repeat(6, 1fr);
  gap: 1.25vw;
  position: relative;
  z-index: 1;
}

.team_item {
  border: 0.052vw solid #e0edf4;
  background: var(--bg-blocks);
}

.team_item,
.team_img,
.team_img img {
  width: 100%;
}

.team_img img {
  height: 18.385vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.team_desc {
  min-height: 5.365vw;
  padding: 0.781vw;
}

.team_desc .title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.042vw;
  line-height: 125%;
  color: var(--bg-header-color);
}

.team_desc .text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.833vw;
  line-height: 131%;
  color: var(--text-color);
  margin-top: 0.417vw;
}

.team_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(111, 173, 207, 0)), to(#6fadcf));
  background: linear-gradient(180deg, rgba(111, 173, 207, 0) 15%, #6fadcf 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.team_bg {
  background-color: var(--bg-header-color);
  width: 100vw;
  height: 21.563vw;
  position: relative;
  margin-top: -6.25vw;
}

.team_bg img {
  width: 78.75vw;
  height: 13.846vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 0;
  object-position: 0 0;
}

/*MAP*/

.main_map {
  padding-top: 4.948vw;
}

.main_map .container {
  padding: 4.792vw 0 0;
}

.main_map .title_section {
  top: 0;
}

.main_map .title_block_items {
  margin: 0;
}

.main_map .map_content {
  height: 33.75vw;
  margin-top: 2.5vw;
}

/**PARTNERS*/

.partners {
  padding-top: 6.25vw;
}

.partners .container {
  padding-top: 4.583vw;
  padding-bottom: 6.719vw;
}

.partners .title_section {
  top: 0;
}

.partners .title_block_items {
  padding: 0;
}

.partners .just_text {
  padding: 0;
  margin: 1.062vw 0 2.917vw;
  max-width: 64.167vw;
}

/*FOOTER*/

.footer .first_block {
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* padding-top: 10.3vw; */
  /* row-gap: 10.333vw; */
}

.footer .first_block .logo_header {
  width: 14.74vw;
  height: 5vw;
}

.footer .first_block .phone_header {
  height: 2.604vw;
}

.footer .first_block .black_q {
  width: 3.333vw;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0.677vw;
}

.footer .first_block .phonea {
  padding-right: 1.51vw;
}

.footer .email_address {
  font-family: "Helvetica Neue";
  font-size: 1.25vw;
  line-height: 142%;
  color: #92d0f3;
  position: absolute;
  bottom: -1.198vw;
  left: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.footer .email_address span::after {
  content: "";
  display: block;
  height: 0.104vw;
  width: calc(100% - 0.313vw);
  background: #92d0f3;
  opacity: 0.8;
}

.footer .email_address svg {
  width: 1.042vw;
  height: 0.833vw;
  margin-right: 0.677vw;
  fill: #92d0f3;
}

.footer .first_block nav {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer .first_block .menu-item:nth-child(8).menu-item-has-children::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23ffffff' stroke-linecap='square' /%3E%3C/svg%3E");
}

.footer .first_block .menu-item:nth-child(8).menu-item-has-children a::after {
  display: none;
}

.footer .social {
  position: absolute;
  right: 0;
  bottom: -1.198vw;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.footer .second_block {
  padding-top: 1.875vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 5.208vw;
}

/*ABOUt*/

.first_about .container {
  padding-bottom: 5.917vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.first_about .title_section {
  top: -1.7vw;
  left: 6.208vw;
}

.first_about .title_block_items {
  padding-top: 4.4208vw;
}

/*MEDIA*/

.media_container {
  background-color: var(--bg-primary-color);
}

.media_top {
  height: 21.563vw;
  background: var(--bg-header-color);
  position: relative;
  padding-top: 3.438vw;
}

.media_top .container {
  position: relative;
  padding-top: 4.792vw;
}

.media_top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 173, 207, 0)), to(#6fadcf));
  background: linear-gradient(180deg, rgba(111, 173, 207, 0) 0%, #6fadcf 100%);
}

.media_top .title_section {
  color: transparent;
  top: 0;
}

.media_top .title_block_items {
  position: relative;
  color: var(--bg-primary-color);
}

.media_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: -6.458vw;
  background: var(--bg-blocks);
  position: relative;
}

.media_swiper {
  width: 32.083vw;
  height: 35.417vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.media_nav {
  position: absolute;
  background: #e0edf4;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.417vw;
  padding: 0.625vw 0.729vw;
}

.media_nav .swiper-button-prev,
.media_nav .swiper-button-next,
.media_nav .swiper-pagination {
  position: static;
  margin: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}

.media_nav .swiper-button-prev,
.media_nav .swiper-button-next {
  border: 0.052vw solid #6fadcf;
  width: 2.083vw;
  height: 2.083vw;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25vw 1.25vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media_nav .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.6538L8.34619 12L14 6.34616L15.0538 7.39999L10.4538 12L15.0538 16.6L14 17.6538Z' fill='%236FADCF' /%3E%3C/svg%3E");
}

.media_nav .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9462 12.5L8.34619 7.89999L9.40002 6.84616L15.0538 12.5L9.40002 18.1538L8.34619 17.1L12.9462 12.5Z' fill='%236FADCF' /%3E%3C/svg%3E");
}

.media_nav .swiper-button-prev:hover {
  border-color: #121927;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 17.6538L8.34619 12L14 6.34616L15.0538 7.39999L10.4538 12L15.0538 16.6L14 17.6538Z' fill='%23121927' /%3E%3C/svg%3E");
}

.media_nav .swiper-button-next:hover {
  border-color: #121927;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9462 12.5L8.34619 7.89999L9.40002 6.84616L15.0538 12.5L9.40002 18.1538L8.34619 17.1L12.9462 12.5Z' fill='%23121927' /%3E%3C/svg%3E");
}

.media_nav .swiper-button-prev::after,
.media_nav .swiper-button-next::after {
  display: none;
}

.media_nav .swiper-pagination {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1.771vw;
  line-height: 120%;
  text-transform: uppercase;
  color: #6fadcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.208vw;
}

.media_nav .swiper-pagination-current {
  font-weight: 500;
  font-size: 1.458vw;
  line-height: 130%;
}

.media_nav .swiper-pagination-total {
  font-weight: 400;
  font-size: 1.042vw;
  color: #121927;
}

.media_thumbs {
  border: 0.052vw solid var(--text-invert-color);
  padding-top: 6.458vw;
  min-height: 100%;
  width: 100%;
  height: unset;
}

.media_thumb {
  padding: 1.094vw 4.531vw 1.198vw 3.021vw;
  border-top: 0.104vw solid var(--text-invert-color);
}

.media_thumb:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.media_num {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 3.125vw;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--bg-header-color);
}

.media_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.354vw;
  margin-top: 1.354vw;
}

.media_item-title {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.354vw;
  line-height: 120%;
  text-transform: uppercase;
  color: #6fadcf;
}

.media_text {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.938vw;
  line-height: 150%;
  color: var(--text-color);
  margin-top: 0.521vw;
}

.media_thumbs .swiper-pagination {
  top: 1.719vw;
  width: calc(100% - 2.865vw);
  height: 0.104vw;
  left: 1.25vw;
  bottom: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  background: var(--bg-header-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media_thumbs .swiper-pagination::before,
.media_thumbs .swiper-pagination::after {
  content: "";
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  background: var(--bg-header-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.media_thumbs .swiper-pagination::before {
  left: 0;
}

.media_thumbs .swiper-pagination::after {
  right: 0;
}

.media_thumbs .swiper-pagination-bullet {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.354vw;
  line-height: 120%;
  text-transform: uppercase;
  color: #999ba0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.833vw;
  background: unset;
  border-radius: 0;
  margin: -0.677vw 0 0 !important;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
}

.media_thumbs .swiper-pagination-bullet-active {
  color: #6fadcf;
  font-size: 1.667vw;
}

.media_thumbs .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0.938vw;
  height: 1.458vw;
  background: var(--bg-header-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: scale(0.56);
      -ms-transform: scale(0.56);
          transform: scale(0.56);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.media_thumbs .swiper-pagination-bullet-active::before {
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  background: #6fadcf;
}

.achievements_about {
  padding-bottom: 0;
}

/*TWO ABOUT*/

.two_about .container {
  padding-top: 4.885vw;
  padding-bottom: 6.85vw;
  gap: 1.6vw;
}

.two_about .title_section {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two_about .social {
  margin-top: 1vw;
}

.social_text {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 125%;
  color: var(--bg-header-color);
  margin-right: 0.8vw;
}

.two_about .just_text {
  margin-top: 0.417vw;
}

.two_about .video_block {
  position: relative;
  margin: 0.4vw 0;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4.792vw;
  height: 5.208vw;
  background-image: url("data:image/svg+xml,%3Csvg width='92' height='100' viewBox='0 0 92 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82.44 33.3271L28.5956 2.54644C25.682 0.869396 22.375 -0.00913969 19.0106 7.16964e-05C15.6461 0.00928308 12.344 0.905912 9.43972 2.59889C6.53542 4.29187 4.13235 6.72088 2.47461 9.6392C0.816866 12.5575 -0.0364981 15.8612 0.00119679 19.2147V80.9982C0.00119679 86.0378 2.00961 90.871 5.5846 94.4345C9.15959 97.998 14.0083 100 19.0641 100C22.4109 99.9943 25.6976 99.113 28.5956 97.4442L82.44 66.6635C85.3332 64.9944 87.7352 62.5963 89.4051 59.7098C91.075 56.8232 91.954 53.5497 91.954 50.2176C91.954 46.8855 91.075 43.6119 89.4051 40.7254C87.7352 37.8388 85.3332 35.4407 82.44 33.7716V33.3271ZM76.866 56.607L23.0216 87.8322C21.8148 88.5139 20.4513 88.8723 19.0641 88.8723C17.6769 88.8723 16.3135 88.5139 15.1066 87.8322C13.9032 87.1396 12.9039 86.1434 12.2092 84.9438C11.5145 83.7442 11.1489 82.3834 11.1491 80.9982V18.9924C11.1489 17.6073 11.5145 16.2465 12.2092 15.0468C12.9039 13.8472 13.9032 12.851 15.1066 12.1585C16.3184 11.487 17.6779 11.1244 19.0641 11.1028C20.4494 11.1311 21.8073 11.4933 23.0216 12.1585L76.866 43.1614C78.0699 43.8536 79.0697 44.8497 79.7648 46.0493C80.4599 47.249 80.8259 48.6099 80.8259 49.9953C80.8259 51.3807 80.4599 52.7417 79.7648 53.9413C79.0697 55.141 78.0699 56.137 76.866 56.8293V56.607Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

/*GALLERY*/

.gallery {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-column-gap: 1.042vw;
     -moz-column-gap: 1.042vw;
          column-gap: 1.042vw;
}

.team_about {
  padding-top: 6.8vw;
  padding-bottom: 6vw;
}

/*CONTACTS*/

.contacts_page .block_content {
  margin-top: 1.563vw;
}

.contacts_page .left {
  border-right: 0.104vw solid #e0edf4;
  width: 35.885vw;
}

.contacts_block:not(:last-child) {
  padding-bottom: 1.302vw;
  border-bottom: 0.104vw solid #e0edf4;
  margin-bottom: 1.2vw;
}

.contacts_subtitle {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.25vw;
  line-height: 125%;
  color: var(--bg-header-color);
  margin-bottom: 0.833vw;
}

.contacts_page .container .just_text {
  padding: 0;
  margin: 0;
  gap: 0.938vw 3.654vw;
  -ms-grid-rows: unset;
  grid-template-rows: unset;
  -ms-grid-columns: 1.02fr 1fr;
  grid-template-columns: 1.02fr 1fr;
}

.contacts_page .container .just_text .item_contacts .light_text {
  font-size: 0.833vw;
  line-height: 187%;
  text-transform: uppercase;
  color: #6fadcf;
}

.contacts_page .right {
  width: 38.802vw;
}

.contacts_page .container .title_form {
  padding-bottom: 1.302vw;
}

.contacts_page .screen-reader-response {
  display: none;
}

.contacts_page .form {
  gap: 0.8vw;
}

.label_form {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 156%;
  color: var(--bg-header-color);
  opacity: 0.4;
}

.radio-btns {
  margin-top: 0.208vw;
}

.radio-btns span {
  display: block;
  width: 100%;
  margin: 0 !important;
}

.radio_inputs > * {
  background: var(--bg-blocks);
  height: 6.51vw;
  position: relative;
}

.radio_inputs label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.radio_inputs label span {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 200%;
  text-transform: uppercase;
  color: var(--text-color);
  width: 100%;
  height: 100%;
  padding: 0.417vw;
  border: 0.052vw solid var(--text-invert-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.833vw;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.radio_inputs label span::before {
  content: "";
  display: block;
  width: 4.948vw;
  height: 1.042vw;
  background-image: url("../img/logo-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.radio_inputs label span::after {
  content: "";
  display: block;
  width: 1.042vw;
  height: 1.042vw;
  border-radius: 50%;
  position: absolute;
  top: 0.365vw;
  left: 0.365vw;
  background-image: url("../img/radio.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.radio_inputs label:hover span {
  color: #6fadcf;
  border-color: #6fadcf;
}

.radio_inputs label:hover span::before {
  background-image: url("../img/logo-small-color.svg");
}

.radio_inputs label input:checked + span {
  font-weight: 500;
  color: var(--bg-header-color);
  border-color: #6fadcf;
}

.radio_inputs label input:checked + span::after {
  background-image: url("../img/radio_filled.svg");
}

.radio_inputs label input:checked + span::before {
  background-image: url("../img/logo-small.svg");
}

.form_additional {
  margin-top: 0.417vw;
}

.submit_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts_page .text-count {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.625vw;
  line-height: 133%;
  text-align: right;
  color: #838ba7;
}

.contacts_page .note {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.729vw;
  line-height: 114%;
  color: var(--bg-header-color);
  opacity: 0.4;
}

.contacts_page .social {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contacts_page .social_subtitle {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 0.938vw;
  line-height: 167%;
  text-transform: uppercase;
  text-align: right;
  color: #6fadcf;
  margin: 0.5vw 0 0.26vw auto;
}

.contacts_map .map_content {
  margin-top: 2.825vw;
  height: 33.5vw;
}

.contacts_map .container {
  padding-bottom: 4.385vw;
}


.wpcf7 form .wpcf7-response-output:not(:empty) {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  color: var(--bg-header-color);
  border: 1px solid var(--bg-header-color);
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
}



@-webkit-keyframes flip {
  to {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@keyframes flip {
  to {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@media only screen and (max-width: 1200px) and (max-aspect-ratio: 1024/695) {
  .visible-d {
    display: none;
  }

  .visible-t {
    display: block;
  }

  /*HEADER*/

  .header .second_header .logo_header {
    margin-right: auto;
    margin-left: 0;
  }

  .header .second_header .facebook,
  .header .second_header .telegram {
    display: none;
  }

  .header .second_header .phonea .phone_small {
    font-size: 1.952vw;
  }

  .header .second_header .whatsapp {
    display: none;
  }

  .header .second_header .telegram svg {
    width: 5.729vw;
    height: 5.729vw;
  }

  .header .burger-menu {
    top: 12.63vw;
  }

  .header .burger-menu .menu-item {
    width: 100%;
  }

  .menu-item.menu-item-has-children::after {
    position: absolute;
    top: 0;
    right: 1.5vw;
  }

  /*BANNER*/

  .banner_container .banner_slide {
    overflow: hidden;
  }

  .banner_container .block_banner_text {
    max-width: 93.188vw;
    top: unset;
    bottom: 7.161vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .banner_container .block_banner_text::after {
    width: 195.964vw;
  }

  .banner_container .title {
    font-size: 5.729vw;
    height: unset;
  }

  .banner_container .text {
    max-width: unset;
    font-size: 2.604vw;
    margin-top: 2.604vw;
  }

  .banner-scroll {
    width: 10.938vw;
    margin-top: 4.901vw;
  }

  .banner-scroll svg {
    width: 10.938vw;
    height: 17.188vw;
  }

  /*DIRECTIONS*/

  .directions_item {
    border: 0.13vw solid #e0edf4;
    height: 50.781vw;
  }

  .directions_item:hover {
    outline: 0.391vw solid #e0edf4;
  }

  .directions_block {
    padding: 3.255vw 3.906vw 3.255vw;
    gap: 1.823vw;
  }

  .directions_item:nth-child(odd) .directions_block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .directions_item:nth-child(even) .directions_block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .directions_btn {
    margin-top: auto;
    border: 0.13vw solid #e0edf4;
    border-radius: 11.719vw;
    width: 34.896vw;
    height: 7.292vw;
    font-size: 2.344vw;
    padding: 0.391vw;
  }

  .directions_btn::after {
    border-radius: 11.719vw;
  }

  .directions_btn span {
    border-width: 0.13vw;
    border-radius: 18.229vw;
  }

  .directions_desc {
    font-size: 2.083vw;
    width: 39.063vw;
  }

  .directions_item:nth-child(even) .directions_desc {
    text-align: right;
    padding-left: 3vw;
  }

  .directions_item:nth-child(2) .directions_desc {
    font-size: 2.344vw;
  }

  .directions_logo {
    border-width: 0.521vw;
    width: 23.698vw;
    height: 23.698vw;
  }

  .directions_logo svg {
    width: 17.448vw;
    height: 5.99vw;
  }

  /*MISSION*/

  .mission_container {
    padding-top: 15.625vw;
  }

  .mission_container .block_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mission_block {
    margin: 0 5.859vw 3.646vw 3.906vw;
    padding-top: 4.557vw;
  }

  .mission_container .title_section {
    left: 10.286vw;
  }

  .mission_list {
    margin-top: 4vw;
    gap: 3.125vw;
    padding-bottom: 0;
  }

  .mission_list-item {
    gap: 3.125vw;
  }

  .mission_list-item::before {
    margin-top: 0.521vw;
    width: 12.76vw;
    height: 12.76vw;
  }

  .mission_list-item .title {
    font-size: 2.865vw;
  }

  .mission_list-item .text {
    font-size: 2.344vw;
    margin-top: 1.302vw;
  }

  .mission_img {
    -ms-flex-item-align: unset;
    -ms-grid-row-align: unset;
    align-self: unset;
  }

  .mission_img .img {
    width: 100vw;
    height: 55.078vw;
  }

  .mission_img .svg {
    width: 58.854vw;
    height: 55.078vw;
  }

  .mission_text {
    position: static;
    padding: 0;
  }

  .mission_text p {
    padding: 2.214vw 3.906vw 2.604vw;
    font-size: 2.344vw;
  }

  /*ACHIEVEMENTS*/

  .achievements_container {
    padding-top: 15.755vw;
    padding-bottom: 0;
  }

  .achievements_container .container {
    padding-top: 4.557vw;
  }

  .achievements_items {
    margin-top: 3.948vw;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125vw;
  }

  .achievements_item {
    border-width: 0.13vw;
    padding: 7.161vw 2.083vw 2.474vw;
  }

  .achievements_title {
    border-width: 0.13vw;
    padding: 5.078vw 2.083vw 1.823vw 1.953vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 13.672vw;
  }

  .achievements_title .number {
    font-size: 8.594vw;
    padding: 0 2.083vw;
    top: -5.078vw;
  }

  .achievements_title .title {
    font-size: 2.865vw;
  }

  .achievements_item .text {
    margin-top: 1.953vw;
    font-size: 2.083vw;
  }

  .achievements_banner {
    height: 34.896vw;
    margin-top: -13.411vw;
  }

  .achievements_banner .svg {
    width: 37.37vw;
    height: 34.896vw;
  }

  /*HISTORY*/

  .history_container {
    padding-top: 15.885vw;
  }

  .history_top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4.557vw 0 0;
    margin: 0 3.906vw;
  }

  .history_top .title_block_items {
    color: var(--bg-header-color);
  }

  .history_slider {
    display: block;
    position: relative;
    margin-top: 2.646vw;
  }

  .history_slider .history_banner {
    height: 61.719vw;
  }

  .history_swiper {
    position: absolute;
    top: 3.906vw;
    left: 3.906vw;
    width: calc(100% - 7.813vw);
    padding-bottom: 3.906vw;
  }

  .history_slide {
    height: 47.135vw;
  }

  .history_slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .history_pagination {
    position: static;
    margin-top: 6.12vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 0.391vw;
    background: rgba(255, 255, 255, 0.4);
  }

  .history_pagination .swiper-pagination-bullet {
    background: transparent;
    margin: 0 !important;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 2.083vw;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.911vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .history_pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 6.51vw;
    height: 0.391vw;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .history_pagination .swiper-pagination-bullet-active {
    font-size: 2.604vw;
    color: #fff;
  }

  .history_pagination .swiper-pagination-bullet-active::after {
    background: #fff;
  }

  .history_thumbs {
    width: 100vw;
    min-height: 26.042vw;
    height: auto;
    background: var(--bg-header-color);
  }

  .history_thumb {
    padding: 3.516vw 3.906vw 5.208vw;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .history_thumb:not(.swiper-slide-active) {
    opacity: 0 !important;
  }

  .history_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(100% - 22.135vw);
  }

  .history_num {
    font-size: 6.771vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .history_num::after {
    content: "";
    display: block;
    width: 0.13vw;
    height: 4.818vw;
    margin: 0 1.563vw;
    background: var(--text-invert-color);
  }

  .history_item-title {
    background: unset;
    padding: 0;
    font-size: 2.604vw;
    color: var(--text-invert-color);
  }

  .history_text {
    margin-top: 3.516vw;
    font-size: 2.344vw;
    color: var(--bg-primary-color);
  }

  .history_thumbs .swiper-button-prev,
  .history_thumbs .swiper-button-next {
    width: 9.115vw;
    height: 9.115vw;
    background: #92d0f3;
    top: 2.344vw;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.734vw 4.688vw;
  }

  .history_thumbs .swiper-button-prev::after,
  .history_thumbs .swiper-button-next::after {
    display: none;
  }

  .history_thumbs .swiper-button-prev {
    right: 14.974vw;
    left: unset;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6251 3.39052L3.01636 17.9992L17.6251 32.6079' stroke='%23121927' stroke-width='3.69811' stroke-linecap='square' /%3E%3C/svg%3E");
  }

  .history_thumbs .swiper-button-next {
    right: 3.906vw;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.375 3.39052L17.9837 17.9992L3.375 32.6079' stroke='%23121927' stroke-width='3.69811' stroke-linecap='square' /%3E%3C/svg%3E");
  }

  /*PRINCIPLES*/

  .principles_container {
    padding-top: 15.885vw;
  }

  .principles_container .container {
    padding-top: 4.557vw;
  }

  .principles_content {
    margin-top: 3.646vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
  }

  .principles_img {
    width: 100vw;
    height: 46.094vw;
  }

  .principles_list {
    gap: 2.344vw;
    margin: 0 3.906vw 3.906vw;
  }

  .principles_list-item {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.432vw;
  }

  .principles_icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: unset;
    border: none;
    width: 7.031vw;
    height: 7.031vw;
  }

  .principles_icon svg,
  .principles_icon img {
    width: 100%;
    height: 100%;
  }

  .principles_title {
    font-size: 2.865vw;
    min-height: 7.031vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .principles_text {
    margin-top: 2.074vw;
    font-size: 2.344vw;
    margin-left: -8.464vw;
  }

  /*TEAM*/

  .team_container {
    padding-top: 15.755vw;
  }

  .team_container .container {
    padding-top: 4.557vw;
  }

  .team_blocks {
    margin-top: 3.646vw;
    gap: 6.771vw;
  }

  .team_subtitle {
    font-size: 2.865vw;
    margin-bottom: 2.083vw;
  }

  .team_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--bg-header-color);
    height: 5.729vw;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 1.823vw;
    line-height: 157%;
    letter-spacing: -0.01em;
    text-align: center;
    color: var(--bg-primary-color);
    margin-top: 4.688vw;
    cursor: pointer;
    border: 0.052vw solid transparent;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .team_btn:hover {
    background-color: var(--bg-primary-color);
    color: var(--bg-header-color);
    border-color: var(--bg-header-color);
  }

  .team_items {
    -ms-grid-columns: 1fr [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125vw;
  }

  .team_item {
    border-width: 0.13vw;
  }

  .team_item:nth-child(n+7) {
    display: none;
  }

  .team_img img {
    height: 36.198vw;
  }

  .team_desc {
    min-height: 13.411vw;
    padding: 1.953vw;
  }

  .team_desc .title {
    font-size: 2.344vw;
    line-height: 139%;
  }

  .team_desc .text {
    font-size: 2.083vw;
    margin-top: 0.781vw;
  }

  .team_bg {
    height: 37.63vw;
    margin-top: -17.057vw;
  }

  .team_bg img {
    width: 100vw;
    height: 22.396vw;
    bottom: 0;
  }

  /*MAP*/

  .main_map {
    padding-top: 15.755vw;
  }

  .main_map .container {
    padding: 4.557vw 0 0;
  }

  .main_map .map_content {
    height: 70.573vw;
    margin-top: 4.5vw;
  }

  /**PARTNERS*/

  .partners {
    padding-top: 15.885vw;
  }

  .partners .container {
    padding-top: 4.557vw;
    padding-bottom: 12.5vw;
  }

  .partners .just_text {
    padding: 0;
    margin: 2.604vw 0 3.906vw;
    max-width: unset;
  }

  /*FOOTER*/

  .footer .first_block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    padding-bottom: 9.505vw;
  }

  .footer .first_block .logo_footer {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }

  .footer .first_block .logo_header {
    width: 29.557vw;
    height: 10.026vw;
  }

  .footer .first_block .phone_header {
    height: 6.51vw;
    width: unset;
  }

  .footer .first_block .black_q {
    width: 8.333vw;
    padding-right: 1.693vw;
  }

  .footer .first_block .phonea {
    padding-right: 3.776vw;
  }

  .footer .email_address {
    font-size: 3.125vw;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .footer .email_address span::after {
    height: 0.13vw;
    width: 100%;
    opacity: 0.3;
  }

  .footer .email_address svg {
    width: 2.604vw;
    height: 2.083vw;
    margin-right: 1.693vw;
    fill: var(--bg-primary-color);
  }

  .footer .first_block nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer .first_block .header_nav {
    -webkit-column-gap: 11.719vw;
    -moz-column-gap: 11.719vw;
    column-gap: 11.719vw;
    row-gap: 2.344vw;
  }

  .footer .first_block .menu-item a {
    font-size: 2.083vw;
    line-height: 150%;
  }

  .footer .social {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 3.255vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .second_block {
    padding-top: 3.906vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 10.286vw;
    width: 65.104vw;
    margin: 0 auto;
    border-top: 0.13vw solid var(--bg-header);
  }

  .footer .second_block .text {
    position: static;
  }

  /*ABOUt*/

  .first_about .container {
    padding-bottom: 12.37vw;
    padding-top: 23.6vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 9.92vw;
  }

  /*MEDIA*/

  .media_top {
    height: 34.896vw;
    padding-top: 3.255vw;
  }

  .media_top .container {
    padding-top: 4.557vw;
  }

  .media_slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: -18.359vw;
  }

  .media_swiper {
    width: 92.188vw;
    height: 45.313vw;
  }

  .media_nav {
    left: unset;
    right: 0;
    gap: 1.042vw;
    padding: 1.563vw 1.823vw;
  }

  .media_nav .swiper-button-prev,
  .media_nav .swiper-button-next {
    border: 0.13vw solid #6fadcf;
    width: 4.688vw;
    height: 4.688vw;
    background-size: 2.865vw 2.865vw;
  }

  .media_nav .swiper-pagination {
    font-size: 3.776vw;
    gap: 0.521vw;
  }

  .media_nav .swiper-pagination-current {
    font-size: 3.125vw;
  }

  .media_nav .swiper-pagination-total {
    font-size: 2.344vw;
  }

  .media_thumbs {
    border: 0.13vw solid var(--text-invert-color);
    padding-top: 7.161vw;
    height: 67.188vw;
  }

  .media_thumb {
    padding: 3.646vw 2.604vw;
    border-top: none;
  }

  .media_num {
    font-size: 5.469vw;
    line-height: 100%;
  }

  .media_list {
    gap: 2.604vw;
    margin-top: 2.604vw;
  }

  .media_item-title {
    font-size: 2.604vw;
  }

  .media_text {
    font-size: 2.083vw;
    margin-top: 1.042vw;
  }

  .media_thumbs .swiper-pagination {
    top: 6.901vw;
    width: calc(100% - 5.208vw);
    height: 0.391vw;
    left: 2.604vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .media_thumbs .swiper-pagination::before,
  .media_thumbs .swiper-pagination::after {
    display: none;
  }

  .media_thumbs .swiper-pagination-bullet {
    font-size: 2.083vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.172vw;
    width: 5.859vw;
    margin: 0 !important;
  }

  .media_thumbs .swiper-pagination-bullet-active {
    font-size: 2.604vw;
  }

  .media_thumbs .swiper-pagination-bullet::before {
    width: 5.859vw;
    height: 0.391vw;
    background: transparent;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .media_thumbs .swiper-pagination-bullet-active::before {
    background: #6fadcf;
  }

  .achievements_about {
    padding-top: 11.7vw;
  }

  /*TWO ABOUT*/

  .two_about .container {
    padding-top: 6.51vw;
    padding-bottom: 10.85vw;
  }

  .two_about .values {
    padding: 0;
  }

  .two_about .values br {
    display: none;
  }

  .two_about .title_block_items {
    font-size: 4.167vw;
    padding: 0;
  }

  .two_about .just_text {
    margin-top: 1.042vw;
  }

  .two_about .video_block {
    margin: 5.5vw 0 1.5vw;
  }

  .social_text {
    font-size: 3.125vw;
    margin-right: 1.8vw;
  }

  /*GALLERY*/

  .gallery {
    /* width: 250vw; */
    -webkit-column-gap: 2.604vw;
       -moz-column-gap: 2.604vw;
            column-gap: 2.604vw;
  }

  .team_about {
    padding-top: 11vw;
    padding-bottom: 15vw;
  }

  /*CONTACTS*/

  .contacts_page .container {
    padding-top: 10vw;
  }

  .contacts_page .title_section {
    top: 1.5vw;
  }

  .contacts_page .block_content {
    margin-top: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4.1vw;
  }

  .contacts_page .left {
    border-right: none;
    width: 100%;
  }

  .contacts_block:first-child {
    border-top: 0.13vw solid #e0edf4;
    padding-top: 2.604vw;
  }

  .contacts_block:not(:last-child) {
    padding-bottom: 2.604vw;
    border-bottom: 0.13vw solid #e0edf4;
    margin-bottom: 2.474vw;
  }

  .contacts_subtitle {
    font-size: 3.125vw;
    margin-bottom: 1.823vw;
  }

  .contacts_page .container .just_text {
    -ms-grid-columns: 0.92fr 1fr;
    grid-template-columns: 0.92fr 1fr;
    gap: 1.563vw 7.161vw;
  }

  .contacts_page .container .just_text .item_contacts {
    gap: 0;
  }

  .contacts_page .container .just_text .item_contacts .light_text {
    font-size: 2.083vw;
  }

  .contacts_page .right {
    width: 100%;
  }

  .contacts_page .container .title_form {
    padding-bottom: 1.953vw;
  }

  .contacts_page .form {
    gap: 1.953vw;
  }

  .label_form {
    font-size: 2.344vw;
  }

  .radio-btns {
    margin-top: 1.042vw;
  }

  .radio_inputs > * {
    height: 13.542vw;
  }

  .radio_inputs label span {
    font-size: 1.823vw;
    padding: 0.911vw;
    border-width: 0.13vw;
    gap: 1.172vw;
  }

  .radio_inputs label span::before {
    width: 12.5vw;
    height: 2.604vw;
  }

  .radio_inputs label span::after {
    width: 2.604vw;
    height: 2.604vw;
    top: 0.911vw;
    left: 0.911vw;
  }

  .form_additional {
    margin-top: 1.042vw;
  }

  .contacts_page .text-count {
    font-size: 1.563vw;
  }

  .contacts_page .note {
    font-size: 1.823vw;
  }

  .contacts_page .social_subtitle {
    font-size: 2.344vw;
    margin: 1.563vw 0 0.651vw auto;
  }

  .contacts_map .map_content {
    margin-top: 4.557vw;
    height: 70.573vw;
  }

  .contacts_map .container {
    padding-bottom: 8.463vw;
  }
}

@media only screen and (max-width: 600px) {
  .visible-t {
    display: none;
  }

  .visible-m {
    display: block;
  }

  /*HEADER*/

  .header .second_header .facebook,
  .header .second_header .whatsapp,
  .header .second_header .header_social > .call_back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .header .second_header .telegram {
    display: none;
  }

  .header .burger-menu {
    top: 22.667vw;
  }

  /*BANNER*/

  .banner_container {
    min-height: 178vw;
  }

  .banner_container .banner_slide {
    overflow: hidden;
  }

  .banner_container .block_banner_text {
    max-width: 92vw;
    top: unset;
    bottom: 3vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .banner_container .block_banner_text::after {
    width: 100vw;
  }

  .banner_container .title {
    font-size: 9.067vw;
    line-height: 112%;
    height: unset;
  }

  .banner_container .text {
    max-width: unset;
    font-size: 4.8vw;
    margin-top: 3.2vw;
  }

  .banner-scroll {
    width: 12.267vw;
    margin-top: 1.433vw;
  }

  .banner-scroll svg {
    width: 12.267vw;
    height: 20.8vw;
  }

  /*DIRECTIONS*/

  .directions_items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .directions_item {
    border: none;
    border-bottom: 0.267vw solid #e0edf4;
    border-top: 0.267vw solid #e0edf4;
    height: auto;
  }

  .directions_item:hover {
    outline: 0.533vw solid #6fadcf;
    border-color: transparent;
  }

  .directions_item-bg {
    height: 37.333vw;
  }

  .directions_block {
    position: static;
    padding: 0 4vw 5.333vw;
    gap: 2.667vw;
  }

  .directions_item:nth-child(n) .directions_block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .directions_btn {
    margin-top: 0;
    border: 0.267vw solid #e0edf4;
    border-radius: 13.333vw;
    width: 100%;
    height: 10.933vw;
    font-size: 3.733vw;
    padding: 0.8vw;
  }

  .directions_btn::after {
    border-radius: 13.333vw;
  }

  .directions_btn span {
    border-width: 0.267vw;
    border-radius: 37.333vw;
  }

  .directions_desc {
    width: 100%;
    letter-spacing: -0.133vw;
  }

  .directions_item:nth-child(n) .directions_desc {
    text-align: left;
    font-size: 4vw;
    padding-left: 0;
  }

  .directions_logo {
    border-width: 0.533vw;
    width: 100%;
    height: 17.6vw;
    border-radius: 0;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .directions_logo svg {
    width: 29.333vw;
    height: 9.867vw;
  }

  /*MISSION*/

  .mission_container {
    padding-top: 24.267vw;
  }

  .mission_container .block_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mission_block {
    margin: 0 4vw 6.4vw;
    padding-top: 5.333vw;
  }

  .mission_container .title_section {
    left: 17.867vw;
  }

  .mission_list {
    margin-top: 5.467vw;
    gap: 6.4vw;
    padding-bottom: 0;
  }

  .mission_list-item {
    gap: 0;
    padding: 0 0.267vw;
  }

  .mission_list-item::before {
    display: none;
  }

  .mission_list-item .title {
    font-size: 4.8vw;
  }

  .mission_list-item .text {
    font-size: 4.267vw;
    margin-top: 1.6vw;
  }

  .mission_img {
    -ms-flex-item-align: unset;
    -ms-grid-row-align: unset;
    align-self: unset;
  }

  .mission_img .img {
    width: 100vw;
    height: 57.333vw;
  }

  .mission_img .svg {
    width: 61.6vw;
    height: 57.333vw;
  }

  .mission_text {
    position: static;
    padding: 0;
  }

  .mission_text p {
    padding: 4.267vw;
    font-size: 4.8vw;
  }

  /*ACHIEVEMENTS*/

  .achievements_container {
    padding-top: 24.267vw;
    padding-bottom: 0;
  }

  .achievements_container .container {
    padding-top: 5.333vw;
  }

  .achievements_items {
    margin-top: 5.467vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }

  .achievements_item {
    border-width: 0.267vw;
    padding: 6.933vw 3.733vw 5.067vw;
  }

  .achievements_title {
    border-width: 0.267vw;
    padding: 6.4vw 3.2vw 4.533vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 17.067vw;
  }

  .achievements_title .number {
    font-size: 9.6vw;
    padding: 0 3.2vw;
    top: -5.333vw;
  }

  .achievements_title .title {
    font-size: 4.8vw;
  }

  .achievements_item .text {
    margin-top: 3.467vw;
    font-size: 4.267vw;
  }

  .achievements_banner {
    height: 47.467vw;
    margin-top: -17.867vw;
  }

  .achievements_banner .svg {
    width: 50.933vw;
    height: 47.467vw;
  }

  /*HISTORY*/

  .history_container {
    padding-top: 24.267vw;
  }

  .history_top {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5.333vw 0 0;
    margin: 0 4vw;
  }

  .history_top .title_block_items {
    color: var(--bg-header-color);
  }

  .history_slider {
    display: block;
    position: relative;
    margin-top: 5.6vw;
  }

  .history_slider .history_banner {
    height: 99.733vw;
  }

  .history_swiper {
    position: absolute;
    overflow: visible;
    top: 4vw;
    left: 4vw;
    width: calc(100% - 8vw);
    padding-bottom: 5.333vw;
  }

  .history_slide {
    height: 76.533vw;
  }

  .history_slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .history_pagination {
    position: static;
    margin-top: 12.8vw;
    margin-left: -4vw;
    width: 100vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 0.8vw;
    background: rgba(255, 255, 255, 0.4);
  }

  .history_pagination .swiper-pagination-bullet {
    background: transparent;
    margin: 0 !important;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 4vw;
    line-height: 120%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.867vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    border-radius: 0;
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .history_pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 12vw;
    height: 0.8vw;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .history_pagination .swiper-pagination-bullet-active {
    font-size: 4.8vw;
    color: #fff;
  }

  .history_pagination .swiper-pagination-bullet-active::after {
    background: #fff;
  }

  .history_thumbs {
    width: 100vw;
    min-height: 41.6vw;
    height: auto;
    background: var(--bg-header-color);
  }

  .history_thumb {
    padding: 5.333vw 4.267vw 6.4vw;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .history_thumb:not(.swiper-slide-active) {
    opacity: 0 !important;
  }

  .history_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: calc(100% - 21.333vw);
  }

  .history_num {
    font-size: 6.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .history_num::after {
    content: "";
    display: block;
    width: 0.267vw;
    height: 5.067vw;
    margin: 0 1.6vw;
    background: var(--text-invert-color);
  }

  .history_item-title {
    background: unset;
    padding: 0;
    font-size: 4vw;
    color: var(--text-invert-color);
  }

  .history_text {
    margin-top: 4.267vw;
    font-size: 4.267vw;
    color: var(--bg-primary-color);
  }

  .history_thumbs .swiper-button-prev,
  .history_thumbs .swiper-button-next {
    width: 8.533vw;
    height: 8.533vw;
    background: #92d0f3;
    top: 4.267vw;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.4vw 3.733vw;
  }

  .history_thumbs .swiper-button-prev::after,
  .history_thumbs .swiper-button-next::after {
    display: none;
  }

  .history_thumbs .swiper-button-prev {
    right: 14.133vw;
    left: unset;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2L2 7L7 12' stroke='white' stroke-width='2' stroke-linecap='square' /%3E%3C/svg%3E");
  }

  .history_thumbs .swiper-button-next {
    right: 4vw;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L7 7L2 12' stroke='white' stroke-width='2' stroke-linecap='square' /%3E%3C/svg%3E");
  }

  /*PRINCIPLES*/

  .principles_container {
    padding-top: 26.133vw;
  }

  .principles_container .container {
    padding-top: 5.333vw;
  }

  .principles_container .title_section {
    left: 8vw;
  }

  .principles_content {
    margin-top: 5.6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
  }

  .principles_img {
    width: 100vw;
    height: 53.867vw;
  }

  .principles_list {
    gap: 4.8vw;
    margin: 0 4.267vw 6.4vw;
  }

  .principles_list-item {
    gap: 1.6vw;
  }

  .principles_icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: unset;
    border: none;
    width: 11.733vw;
    height: 11.733vw;
  }

  .principles_icon svg,
  .principles_icon img {
    width: 100%;
    height: 100%;
  }

  .principles_title {
    font-size: 4.8vw;
    min-height: 11.733vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .principles_text {
    margin-top: 2.133vw;
    font-size: 4.267vw;
    margin-left: -13.333vw;
  }

  /*TEAM*/

  .team_container {
    padding-top: 24.267vw;
  }

  .team_container .container {
    padding-top: 5.333vw;
  }

  .team_blocks {
    margin-top: 5.6vw;
    gap: 10.667vw;
  }

  .team_subtitle {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }

  .team_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--bg-header-color);
    height: auto;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 3.733vw;
    padding: 2.933vw;
    line-height: 157%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    margin-top: 5.333vw;
  }

  .team_items {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 4.267vw;
  }

  .team_item {
    border-width: 0.267vw;
  }

  .team_item:nth-child(n+7) {
    display: none;
  }

  .team_img img {
    height: 52.533vw;
  }

  .team_desc {
    min-height: 24.267vw;
    padding: 2.667vw 2.133vw 2.667vw 2.667vw;
  }

  .team_desc .title {
    font-size: 4.267vw;
    line-height: 150%;
  }

  .team_desc .text {
    font-size: 3.733vw;
    margin-top: 1.067vw;
    line-height: 150%;
  }

  .team_bg {
    height: 59.733vw;
    margin-top: -34.933vw;
  }

  .team_bg img {
    width: 100vw;
    height: 23.2vw;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0 100%;
    object-position: 0 100%;
    bottom: 0;
  }

  /*MAP*/

  .main_map {
    padding-top: 24.267vw;
  }

  .main_map .container {
    padding: 5.333vw 0 0;
  }

  .main_map .map_content {
    height: 106.667vw;
    margin-top: 4.5vw;
  }

  /**PARTNERS*/

  .partners {
    padding-top: 24.267vw;
  }

  .partners .container {
    padding-top: 5.333vw;
    padding-bottom: 27.5vw;
  }

  .partners .just_text {
    padding: 0;
    font-size: 4.8vw;
    margin: 5.6vw 0 7.2vw;
    max-width: unset;
  }

  /*FOOTER*/

  .footer .first_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding-bottom: 8.533vw;
    padding-top: 10.333vw;
    row-gap: 10.333vw;
  }

  .footer .first_block .logo_footer {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .first_block .logo_header {
    width: 60vw;
    height: 20.267vw;
  }

  .footer .first_block .phone_header {
    height: 13.333vw;
    width: unset;
  }

  .footer .first_block .black_q {
    width: 15.467vw;
    padding-right: 3.467vw;
  }

  .footer .first_block .phonea {
    padding-right: 6.133vw;
  }

  .footer .email_address {
    font-size: 6.4vw;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .footer .email_address span::after {
    height: 0.267vw;
    width: 100%;
    opacity: 0.3;
  }

  .footer .email_address svg {
    width: 5.333vw;
    height: 4.267vw;
    margin-right: 3.467vw;
    fill: var(--bg-primary-color);
  }

  .footer .first_block .header_nav {
    -webkit-column-gap: 4.267vw;
    -moz-column-gap: 4.267vw;
    column-gap: 4.267vw;
    row-gap: 4.8vw;
  }

  .footer .first_block .menu-item a {
    font-size: 4.267vw;
    line-height: 150%;
  }

  .footer .social {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-top: 12vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer .second_block {
    padding-top: 5.333vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 9.867vw;
    width: 53.333vw;
    margin: 0 auto;
    border-top: 0.267vw solid var(--bg-header);
  }

  .footer .second_block .text {
    width: 90vw;
    margin-left: -18.3335vw;
    position: static;
  }

  /*ABOUt*/

  .first_about .container {
    padding-bottom: 25.333vw;
    padding-top: 33.6vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .first_about .list {
    padding-top: 27.5vw;
  }

  /*MEDIA*/

  .media_top {
    height: 47.467vw;
    padding-top: 5.333vw;
  }

  .media_top .container {
    padding-top: 5.333vw;
  }

  .media_slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: -24.8vw;
  }

  .media_swiper {
    width: 92vw;
    height: 51.733vw;
  }

  .media_nav {
    left: unset;
    right: 0;
    gap: 2.133vw;
    padding: 1.867vw 2.133vw;
  }

  .media_nav .swiper-button-prev,
  .media_nav .swiper-button-next {
    border: 0.267vw solid #6fadcf;
    width: 7.467vw;
    height: 7.467vw;
    background-size: 4.8vw 4.8vw;
  }

  .media_nav .swiper-pagination {
    font-size: 6.4vw;
    gap: 1.067vw;
  }

  .media_nav .swiper-pagination-current {
    font-size: 5.867vw;
  }

  .media_nav .swiper-pagination-total {
    font-size: 4.267vw;
  }

  .media_thumbs {
    border: 0.267vw solid var(--text-invert-color);
    padding-top: 11.2vw;
    height: auto;
  }

  .media_thumb {
    padding: 5.333vw 4vw 8.267vw;
    border-top: none;
  }

  .media_num {
    font-size: 6.4vw;
    line-height: 100%;
  }

  .media_list {
    gap: 4.267vw;
    margin-top: 3.733vw;
  }

  .media_item-title {
    font-size: 4.267vw;
  }

  .media_text {
    font-size: 4.267vw;
    margin-top: 1.6vw;
  }

  .media_thumbs .swiper-pagination {
    top: 10.933vw;
    width: 100%;
    height: 0.8vw;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .media_thumbs .swiper-pagination::before,
  .media_thumbs .swiper-pagination::after {
    display: none;
  }

  .media_thumbs .swiper-pagination-bullet {
    font-size: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4vw;
    width: 12vw;
    margin: 0 !important;
  }

  .media_thumbs .swiper-pagination-bullet-active {
    font-size: 4.533vw;
  }

  .media_thumbs .swiper-pagination-bullet::before {
    width: 12vw;
    height: 0.8vw;
    background: transparent;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .media_thumbs .swiper-pagination-bullet-active::before {
    background: #6fadcf;
  }

  /*TWO ABOUT*/

  .two_about .container {
    padding-top: 25.51vw;
    padding-bottom: 21.85vw;
    gap: 4vw;
  }

  .two_about .title_block_items {
    font-size: 6.4vw;
    padding: 0;
  }

  .two_about .just_text {
    margin-top: 2.404vw;
  }

  .social_text {
    font-size: 5.333vw;
  }

  .two_about .video_block {
    margin: 2vw 0 0;
  }

  .play {
    width: 6.933vw;
    height: 7.467vw;
  }

  /*GALLERY*/

  .gallery {
    height: 133.333vw;
    -webkit-column-gap: 4vw;
       -moz-column-gap: 4vw;
            column-gap: 4vw;
  }

  .gallery_container .swiper {
    padding: 0 4vw;
  }

  .gallery .big {
    width: 95.733vw;
    height: 133.333vw;
  }

  .gallery .little {
    height: 64.5vw;
    width: 97.6vw;
  }

  .team_about {
    padding-bottom: 24vw;
  }

  /*CONTACTS*/

  .contacts_page .container {
    padding-top: 12vw;
  }

  .contacts_page .container .title_section {
    top: 0.5vw;
    left: 14vw;
  }

  .contacts_page .block_content {
    margin-top: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 9.5vw;
  }

  .contacts_page .left {
    border-right: none;
    width: 100%;
  }

  .contacts_block:first-child {
    border-top: 0.267vw solid #e0edf4;
    padding-top: 4.267vw;
  }

  .contacts_block:not(:last-child) {
    padding-bottom: 6.4vw;
    border-bottom: 0.267vw solid #e0edf4;
    margin-bottom: 5.333vw;
  }

  .contacts_subtitle {
    font-size: 6.4vw;
    margin-bottom: 3.733vw;
  }

  .contacts_page .container .just_text {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3.2vw 9.067vw;
  }

  .contacts_page .container .just_text .item_contacts {
    gap: 0;
  }

  .contacts_page .container .just_text .item_contacts .light_text {
    font-size: 3.733vw;
    line-height: 120%;
    text-transform: none;
  }

  .contacts_page .right {
    width: 100%;
  }

  .contacts_page .container .title_form {
    padding-bottom: 4vw;
  }

  .contacts_page .form {
    gap: 4vw;
  }

  .label_form {
    font-size: 4.267vw;
  }

  .radio-btns {
    margin-top: 1.067vw;
  }

  .contacts_page .radio_inputs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.733vw 4.267vw;
  }

  .radio_inputs > * {
    height: 14.933vw;
    width: 43.7vw !important;
  }

  .radio_inputs label span {
    font-size: 3.733vw;
    padding: 0.533vw 3.467vw 0.533vw 9.867vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-width: 0.267vw;
    gap: 0.8vw;
  }

  .radio_inputs label span::before {
    width: 16.267vw;
    height: 3.467vw;
  }

  .radio_inputs label span::after {
    width: 5.333vw;
    height: 5.333vw;
    top: 1.867vw;
    left: 1.867vw;
  }

  .form_additional {
    margin-top: 2.133vw;
  }

  .contacts_page .text-count {
    font-size: 3.2vw;
  }

  .contacts_page .note {
    font-size: 3.733vw;
  }

  .contacts_page .social_subtitle {
    font-size: 4.8vw;
    margin: 3.2vw 0 1.333vw auto;
  }

  .contacts_page .link {
    width: 11.733vw;
    height: 11.733vw;
  }

  .contacts_page .link svg {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }

  .contacts_map .map_content {
    margin-top: 6.666vw;
    height: 106.667vw;
  }

  .contacts_map .container {
    padding-bottom: 17.332vw;
  }
}