@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, figure {
  margin: 0;
}

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

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

address {
  font-style: normal;
}

button,
input,
optgroup,
textarea, iframe {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

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

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

td, th {
  padding: 0;
}

p {
  margin: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input::-ms-clear {
  display: none;
}

body.ovh {
  overflow: hidden;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn:focus,
button:focus {
  box-shadow: none;
  outline: none;
}

input[type=data]::-webkit-clear-button {
  display: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

*[hidden] {
  display: none !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?n0imdp");
  src: url("../fonts/icomoon/icomoon.eot?n0imdp#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?n0imdp") format("truetype"), url("../fonts/icomoon/icomoon.woff?n0imdp") format("woff"), url("../fonts/icomoon/icomoon.svg?n0imdp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-call:before {
  content: "\e900";
  color: #fff;
}

.icon-loupe:before {
  content: "\e901";
  color: #c7844f;
}

.icon-comment:before {
  content: "\e902";
  color: #faa200;
}

.icon-user:before {
  content: "\e903";
  color: #faa200;
}

.icon-home:before {
  content: "\e904";
  color: #faa200;
}

.icon-right-arrow:before {
  content: "\e905";
}

.icon-minus:before {
  content: "\e906";
  color: #fff;
}

.icon-plus:before {
  content: "\e907";
  color: #fff;
}

.icon-check:before {
  content: "\e908";
  color: #c69b13;
}

.icon-right-arrow-btn:before {
  content: "\e909";
  color: #fff;
}

.icon-location:before {
  content: "\e90a";
  color: #fff;
}

.row {
  display: flex;
}

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

.row-column {
  display: flex;
  flex-direction: column;
}

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

.align-items-end {
  align-items: flex-end;
  display: flex;
}

.align-items-center {
  display: flex;
  align-items: center;
}

.justify-content-end {
  display: flex;
  justify-content: flex-end;
}

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

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

img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 3.125rem 30px;
}

a img.alignleft {
  float: left;
  margin: 0 20px 3.125rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft + .alignleft {
  margin-right: 0;
}

.alignleft + .alignleft + .alignleft {
  margin-left: 20px;
}

@media only screen and (max-width: 1099px) {
  .alignleft, .alignright {
    max-width: 48%;
  }
}
@media only screen and (max-width: 859px) {
  .alignleft, .alignright {
    max-width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .alignleft, .alignright {
    width: 100%;
    float: none;
    max-width: 100%;
  }
  .alignleft + .alignleft + .alignleft {
    margin-left: 0;
  }
}
.col-100 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 639px) {
  .col-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-33 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.bg-gray {
  background: #F8F7F0;
}

.text-center {
  text-align: center;
}

*[hidden], .hidden {
  display: none !important;
}

.container {
  max-width: 1328px;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 1099px) {
  .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 570px) {
  .container {
    padding: 0 15px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

h1, .h1 {
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.375rem;
  margin-bottom: 28px;
  text-transform: uppercase;
}
@media (max-width: 579px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-weight: 500;
  font-size: 2.375rem;
  line-height: 1.2;
  margin-bottom: 28px;
  text-transform: uppercase;
  color: #2B4551;
}
@media (max-width: 579px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 2.125rem;
  line-height: 1.3;
  margin-bottom: 26px;
  font-weight: 600;
  color: #2B4551;
}
@media (max-width: 579px) {
  h3, .h3 {
    font-size: 18px;
  }
}

h4, .h4 {
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}

h5, .h5 {
  font-size: 1.25rem;
}

p a {
  text-decoration: underline;
  color: #3783ef;
}
p a:hover {
  text-decoration: none;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  color: #f00;
  top: 100%;
  font-size: 12px;
  font-weight: normal;
  display: block;
}

.select2-results__option {
  font-weight: 300;
  padding: 8px 20px;
}
@media (max-width: 767px) {
  .select2-results__option {
    padding: 8px 10px;
    font-size: 16px;
  }
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #F2EEEA !important;
}

.wpcf7-form-control-wrap {
  font-weight: 300;
}
.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #696969 transparent transparent transparent;
  border-width: 12px 6px 0 6px;
}
.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 15px;
  width: 19px;
  height: 11px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1.33203' width='1.88388' height='13.1872' transform='rotate(-45 0 1.33203)' fill='%23C4C4C4'/%3E%3Crect width='1.88388' height='13.1872' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 18.7319 1.33203)' fill='%23C4C4C4'/%3E%3C/svg%3E%0A");
}
.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
@media (max-width: 767px) {
  .wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 17px;
    top: 13px;
  }
}
.wpcf7-form-control-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #696969 transparent;
  border-width: 0 6px 12px 6px;
}
.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 18px;
  font-weight: 300;
}
.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #696969;
}
.wpcf7-form-control-wrap .select2-container--default .select2-selection--single {
  background: #FAFAFA;
  border-width: 0;
  border-radius: 0;
  border-bottom: 1px solid #C4C4C4;
}
.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 27px;
  padding: 9px 30px 9px 8px;
}
@media (max-width: 767px) {
  .wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px 30px 15px 10px;
    font-size: 16px;
  }
}
.wpcf7-form-control-wrap .select2-container {
  width: 100% !important;
}
.wpcf7-form-control-wrap .select2-container .select2-selection--single {
  height: auto;
}

.input-checkbox {
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
}
.input-checkbox input {
  display: none;
}
.input-checkbox input:checked + label::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='29' height='27' viewBox='0 0 29 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 15.7368L10.1385 25L28 1' stroke='%239FC387' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px 27px;
}
.input-checkbox label {
  cursor: pointer;
  position: relative;
  padding-left: 46px;
  display: block;
}
.input-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background-color: #FFFFFF;
  border: 1px solid rgba(70, 70, 70, 0.21);
  border-radius: 2px;
}
@media only screen and (max-width: 1279px) {
  .input-checkbox label::before {
    width: 28px;
    height: 28px;
  }
  .input-checkbox input {
    display: none;
  }
  .input-checkbox input:checked + label::before {
    background-size: 24px 22px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --animate-duration: 1.2s;
  --animate-delay: 1.2s;
  --animate-repeat: 1.2;
}

.animated {
  animation-duration: 1.2s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 0.8s;
}

.fadeSInUp {
  animation-name: fadeSInUp;
  animation-duration: 0.8s;
}

.fadeInleft {
  animation-name: fadeInleft;
  animation-duration: 0.8s;
}

.fadeHint {
  animation-name: fadeHint;
  animation-duration: 0.8s;
}

.fade {
  animation-name: fade;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeSInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeHint {
  from {
    opacity: 0;
    transform: translateY(15%) scale(0.6);
    transform-origin: center bottom;
  }
  to {
    opacity: 1;
    transform: translateY(0%) scale(1);
    transform-origin: center bottom;
  }
}
@keyframes fadeInleft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(-20%, 0, 0);
  }
  50% {
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -20%, 0);
  }
  50% {
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
    visibility: hidden;
  }
}
a,
.button, .btn {
  cursor: pointer;
  transition: color 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
}

select::-ms-expand {
  display: none;
}

*::-webkit-scrollbar {
  width: 13px;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(43, 69, 81, 0.4);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.7);
}

*::selection {
  background: rgba(0, 177, 248, 0.4);
  color: #2B4551;
}

.btn,.wpcf7-submit {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  padding: 15px 16px;
  height: 48px;
  text-align: center;
  background: #00B1F8;
  border: 1px solid #00B1F8;
  min-width: 88px;
  white-space: nowrap;
  border-radius: 10px;
  line-height: 1.1;
}
.btn span {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.btn [class^=icon-], .btn [class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  padding-left: 15px;
  transition: all 0.44s cubic-bezier(0.47, 0, 0.745, 0.715);
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  float: right;
}
.btn [class^=icon-]::before, .btn [class*=" icon-"]::before {
  transition: all 0.44s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btn:hover, .btn:active, .btn:focus,.wpcf7-submit:hover,.wpcf7-submit:focus {
  border: 1px solid #18A0D7;
  background: #18A0D7;
}
.btn-big {
  min-width: 357px;
}
.btn-black {
  background: #2B4551;
  color: #C8BA86;
  border-color: #2B4551;
}
.btn-black::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.47786 1.99321H9.04464L0.739162 10.2987C0.447268 10.5906 0.374293 11.0185 0.520236 11.3784C0.568886 11.4984 0.641861 11.6108 0.739162 11.7081C1.12836 12.0973 1.75937 12.0973 2.14858 11.7081L10.4541 3.40262V8.96941C10.4541 9.03821 10.4611 9.10542 10.4743 9.17024C10.5673 9.62437 10.969 9.96601 11.4507 9.96601C12.0011 9.96601 12.4473 9.51985 12.4473 8.96941V0.996605C12.4473 0.446192 12.0011 0 11.4507 0H3.47786C3.44345 0 3.40947 0.00173784 3.37596 0.00514224C2.87341 0.0561764 2.48125 0.480595 2.48125 0.996605C2.48125 1.54701 2.92744 1.99321 3.47786 1.99321Z' fill='%23C8BA86'/%3E%3C/svg%3E%0A") !important;
}
.btn-black.big-arrow::after {
  background-color: #2B4551;
}
.btn-black.big-arrow:hover::after {
  background-color: #4B4B4B;
}
.btn-black:hover {
  background-color: #4B4B4B;
  border-color: #4B4B4B;
}
.btn-white {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-white [class^=icon-], .btn-white [class*=" icon-"] {
  border-left: 1px solid rgba(0, 177, 248, 0.3);
}
.btn-white [class^=icon-]::before, .btn-white [class*=" icon-"]::before {
  color: #000;
}
.btn-white:hover {
  background: transparent;
  color: #18A0D7;
  border: 1px solid #18A0D7;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.button-prev {
  background: #F2EEEA;
}
.button-prev:hover {
  background: #696969;
  color: #fff;
}

.btn:disabled, .btn.disabled, .wpcf7-submit:disabled, .wpcf7-submit.disabled {
  background: #F3F2F1;
  border-color: #F3F2F1;
}

button:focus-visible,
a:focus-visible {
  outline: 2px dashed rgba(0, 0, 0, 0.8);
}

.btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-row .btn + .btn {
  margin-left: 10px;
}

.btn-column {
  display: flex;
  flex-direction: column;
}
.btn-column .btn {
  width: 100%;
}
.btn-column .btn + .btn {
  margin-top: 10px;
}

.text a {
  color: #00B1F8;
  font-weight: 600;
  text-decoration: underline;
}
.text a:hover {
  text-decoration: none;
}

.link {
  color: #00B1F8;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  padding-right: 22px;
}
.link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9L15 9M15 9L10.5 4.5M15 9L10.5 13.5' stroke='%2300B1F8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  right: 0;
}
.link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .link {
    font-size: 16px;
  }
}

@media (min-width: 0px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 650px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1390px) {
  html {
    font-size: 16px;
  }
}
.wrapper {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #696969;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  line-height: 1.3;
  font-weight: 300;
}
body.ovh, body.show-menu {
  overflow: hidden !important;
}
@media only screen and (max-width: 1379px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 570px) {
  body {
    font-size: 16px;
  }
}

.input-wrap > span {
  display: block;
}

.input-wrap input,
.input-wrap textarea { /* Chrome/Opera/Safari */ }

.input-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DEDEDE;
  opacity: 1;
}

.input-wrap input::-moz-placeholder { /* Firefox 19+ */
  color: #DEDEDE;
  opacity: 1;
}

.input-wrap input:-ms-input-placeholder { /* IE 10+ */
  color: #DEDEDE;
  opacity: 1;
}

.input-wrap input:-moz-placeholder { /* Firefox 18- */
  color: #DEDEDE;
  opacity: 1;
}

.textarea-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DEDEDE;
  opacity: 1;
}

.textarea-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  color: #DEDEDE;
  opacity: 1;
}

.textarea-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  color: #DEDEDE;
  opacity: 1;
}

.textarea-wrap textarea:-moz-placeholder { /* Firefox 18- */
  color: #DEDEDE;
  opacity: 1;
}

/* 
*  header 
*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.header > .container {
  position: relative;
}
.header-top {
  padding: 9px 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1023px) {
  .header-top {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-top {
    padding: 20px 0;
  }
}
.header-top-box {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1279px) {
  .header-top-box {
    gap: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-top-box {
    gap: 36px;
  }
  .header-top-box .soc-list {
    display: none;
  }
}
@media (max-width: 374px) {
  .header-top-box {
    gap: 24px;
  }
}
.header-top-box .tel {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1279px) {
  .header-top-box .tel {
    font-size: 12px;
  }
}
.header-top-box .tel:hover {
  color: #00B1F8;
}
.header-top-box .tel::after {
  content: "";
  top: 2px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  background: url(../img/svg/phone.svg);
}
@media only screen and (max-width: 1023px) {
  .header-top-box .tel {
    width: 34px;
    font-size: 0;
    padding: 0;
    height: 34px;
  }
  .header-top-box .tel::after {
    width: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 24px;
    background-size: cover;
  }
}
.header-content {
  position: relative;
}
.header-logo {
  position: absolute;
  left: 40px;
  top: 36px;
}
.header-logo img {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .header-logo {
    position: absolute;
    top: 14px;
  }
}
@media only screen and (max-width: 1099px) {
  .header-logo {
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    max-width: 185px;
  }
}
.header-nav {
  padding: 4px 0 0;
  transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media only screen and (max-width: 1023px) {
  .header-nav {
    display: none;
  }
}
.header-nav .btn {
  height: 34px;
  padding: 8px 17px;
}
.header-nav > .row {
  align-items: center;
  gap: 44px;
  padding-left: 170px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1279px) {
  .header-nav > .row {
    padding-left: 0;
    justify-content: space-between;
  }
}
.header-nav-wrap .header-nav_menu {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media only screen and (max-width: 1099px) {
  .header-nav-wrap .header-nav_menu {
    gap: 16px;
  }
}
.header-nav-wrap .header-nav_menu li.current-menu-item a::after {
  width: 30px;
}
.header-nav-wrap .header-nav_menu li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 1099px) {
  .header-nav-wrap .header-nav_menu li a {
    font-size: 15px;
  }
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
@media only screen and (min-width: 980px) {
  .header-nav-wrap .header-nav_menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 0;
  display: none;
  background: #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1607843137);
  min-width: 120%;
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 100%;
  left: 0;
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu li {
  margin-bottom: 16px;
  position: relative;
  padding-right: 0;
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu li.menu-item-has-children::after {
  width: 4px;
  height: 8px;
  top: 9px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='8' viewBox='0 0 4 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.715152L0.610111 0L4 4L0.606684 8L0 7.28485L2.78663 4L0 0.715152Z' fill='%23484848'/%3E%3C/svg%3E%0A");
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu li:last-child {
  margin-bottom: 0;
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu li .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  transform: none;
  padding: 0 0 12px;
  display: none;
  min-width: 184px;
  background: #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1607843137);
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu li .sub-menu li {
  margin-bottom: 0;
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu li .sub-menu li a {
  text-transform: none;
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu li:hover > .sub-menu {
  display: block;
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu a {
  color: #484848;
  display: block;
  font-size: 14px;
  padding: 5px 12px;
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu a:hover {
  background: #00B1F8;
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu a::after {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu {
    min-width: calc(100% + 50px);
    top: 100%;
    padding: 6px 25px;
  }
  .header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu li {
    margin-bottom: 0;
    border-bottom: 2px solid #00B1F8;
  }
  .header-nav-wrap .header-nav_menu li.menu-item-has-children > .sub-menu li:last-child {
    border-bottom: 0;
  }
}
.header-nav-wrap .header-nav_menu li.menu-item-has-children::after {
  content: "";
  width: 11px;
  height: 8px;
  position: absolute;
  right: 1px;
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.85156 6.82031L0.28125 2.27344C0.0703125 2.03906 0.0703125 1.6875 0.28125 1.47656L0.820312 0.9375C1.03125 0.726562 1.38281 0.726562 1.61719 0.9375L5.25 4.54688L8.85938 0.9375C9.09375 0.726562 9.44531 0.726562 9.65625 0.9375L10.1953 1.47656C10.4062 1.6875 10.4062 2.03906 10.1953 2.27344L5.625 6.82031C5.41406 7.03125 5.0625 7.03125 4.85156 6.82031Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1023px) {
  .header-nav-wrap .header-nav_menu li.menu-item-has-children {
    padding-right: 40px;
  }
  .header-nav-wrap .header-nav_menu li.menu-item-has-children.is-open > .sub-menu {
    display: block;
  }
  .header-nav-wrap .header-nav_menu li.menu-item-has-children:after {
    top: 18px;
    right: 5px;
  }
}
.header-nav-mob {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #212121;
  height: 100%;
  display: none;
  overflow-y: auto;
  z-index: 5;
}
.header-nav-mob .mob-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  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='M12 12L19 19M12 12L5 5M12 12L5 19M12 12L19 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  height: 24px;
}
.header-nav-mob .header-logo {
  max-width: 248px;
  display: block;
  position: static;
}
@media only screen and (max-width: 374px) {
  .header-nav-mob .header-logo {
    max-width: 154px;
  }
}
.header-nav-mob .header-logo img {
  width: 100%;
}
.header-nav-mob .sub-menu {
  display: none;
  margin-bottom: 10px;
  padding-left: 40px;
}
.header-nav-mob .sub-menu li {
  margin-bottom: 8px;
}
.header-nav-mob .header-logo-wrap {
  padding: 42px 24px 30px;
}
.header-nav-mob .header-nav-mob-wrap {
  padding: 48px 28px;
  background: #EFFFFC;
  overflow-y: auto;
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li a {
  color: #484848;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  text-transform: uppercase;
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li > a {
  display: table;
  padding: 14px 0;
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children {
  position: relative;
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children > a, .header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children .menu-item-has-children > a {
  padding-right: 24px;
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children > a::after, .header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children .menu-item-has-children > a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='4' viewBox='0 0 8 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.28485 0L8 0.610111L4 4L0 0.606684L0.715152 0L4 2.78663L7.28485 0Z' fill='%23484848'/%3E%3C/svg%3E%0A");
  width: 8px;
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children .menu-item-has-children.is-open .sub-menu {
  display: block;
  padding: 12px 0 0 20px;
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children .menu-item-has-children.is-open > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children.is-open > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children.is-open > .sub-menu {
  display: block;
}
.header-nav-mob .header-nav-mob-wrap ul:not(.sub-menu) > li.menu-item-has-children.is-open > .sub-menu li a {
  text-transform: none;
  font-size: 16px;
  color: #696969;
}
.header-nav-mob-footer {
  padding: 60px 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 36px;
}
.header-nav-mob-footer .soc-list {
  gap: 20px;
}
.header-nav-mob-footer .soc-list img, .header-nav-mob-footer .soc-list a {
  width: 36px;
  height: 36px;
}
.header-nav-mob-footer .btn {
  height: 34px;
  min-width: 134px;
  font-size: 16px;
  padding: 8px 16px;
}
.header-nav-mob-footer .tel {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.header-nav-mob-footer .tel:hover {
  color: #00B1F8;
}
.header-nav-mob-footer .tel::after {
  content: "";
  top: 2px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -5px;
  background: url(../img/svg/phone.svg);
  background-size: cover;
}
.header-nav-mob.open {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .header-nav {
    padding: 28px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header-nav.open {
    transform: translate(0);
  }
  .header-nav-wrap {
    overflow-y: auto;
    width: 100%;
    padding: 15px 25px 20px;
  }
  .header-nav-wrap ul {
    display: block;
  }
  .header-nav-wrap ul > li {
    border-bottom: 2px solid rgba(43, 69, 81, 0.6);
  }
  .header-nav-wrap ul > li:last-child {
    border-bottom: none;
  }
  .header-nav-wrap ul > li > a {
    display: block;
    font-size: 18px;
    padding: 12px 6px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .header-nav-wrap ul > li > a {
    padding: 12px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 374px) {
  .header-nav-wrap ul > li > a {
    padding: 12px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 570px) {
  .header-nav {
    width: 260px;
  }
}
@media only screen and (max-width: 374px) {
  .header-nav {
    width: 210px;
  }
  .header-nav-wrap {
    padding: 15px;
  }
}
.header.fixed {
  background: rgba(0, 0, 0, 0.8);
}
.header.fixed .header-nav {
  padding: 16px 0;
}
.header.fixed .header-content {
  padding: 32px 80px 12px;
}
@media only screen and (max-width: 1700px) {
  .header.fixed .header-content {
    padding: 30px 30px 20px;
  }
}
@media only screen and (max-width: 1479px) {
  .header.fixed .header-content {
    padding: 30px 25px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .header.fixed .header-content {
    padding: 14px 15px 10px;
  }
}
.header.open-menu .header-nav {
  padding: 120px 0 0;
}
@media only screen and (max-width: 767px) {
  .header.open-menu .header-nav {
    padding-top: 60px;
  }
}
.header.open-menu .header-controls__search::after {
  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%3Cg clip-path='url(%23clip0_2108_1798)'%3E%3Cpath d='M23.7068 23.0449L16.8818 16.22C18.2038 14.587 18.9998 12.512 18.9998 10.252C18.9998 5.01409 14.7378 0.752117 9.49988 0.752117C4.26193 0.752117 0 5.01404 0 10.252C0 15.4899 4.26197 19.7519 9.49992 19.7519C11.7599 19.7519 13.8349 18.9559 15.4678 17.6339L22.2928 24.4589C22.4878 24.6539 22.7438 24.7519 22.9998 24.7519C23.2558 24.7519 23.5118 24.6539 23.7068 24.4589C24.0978 24.0679 24.0978 23.4359 23.7068 23.0449ZM9.49992 17.7519C5.36395 17.7519 2 14.388 2 10.252C2 6.11602 5.36395 2.75207 9.49992 2.75207C13.6359 2.75207 16.9998 6.11602 16.9998 10.252C16.9998 14.388 13.6359 17.7519 9.49992 17.7519Z' fill='%232B4551'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2108_1798'%3E%3Crect width='24' height='24' fill='white' transform='translate(0 0.751953)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.header.open-menu .header-content {
  z-index: 3;
}
.header.open-menu .header-controls__btn {
  background: #2B4551;
  color: #00B1F8;
}
.header.open-menu .header-controls__btn::after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.47786 1.99321H9.04464L0.739162 10.2987C0.447268 10.5906 0.374293 11.0185 0.520236 11.3784C0.568886 11.4984 0.641861 11.6108 0.739162 11.7081C1.12836 12.0973 1.75937 12.0973 2.14858 11.7081L10.4541 3.40262V8.96941C10.4541 9.03821 10.4611 9.10542 10.4743 9.17024C10.5673 9.62437 10.969 9.96601 11.4507 9.96601C12.0011 9.96601 12.4473 9.51985 12.4473 8.96941V0.996605C12.4473 0.446192 12.0011 0 11.4507 0H3.47786C3.44345 0 3.40947 0.00173784 3.37596 0.00514224C2.87341 0.0561764 2.48125 0.480595 2.48125 0.996605C2.48125 1.54701 2.92744 1.99321 3.47786 1.99321Z' fill='%23C8BA86'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 767px) {
  .header.search-open {
    background: #2B4551;
  }
  .header.search-open .header-controls__search__form {
    background: #2B4551;
    padding: 0 15px 10px;
  }
}

.btn-menu {
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.207031 4.00065C0.207031 3.55862 0.382626 3.1347 0.695187 2.82214C1.00775 2.50958 1.43167 2.33398 1.8737 2.33398H25.207C25.6491 2.33398 26.073 2.50958 26.3855 2.82214C26.6981 3.1347 26.8737 3.55862 26.8737 4.00065C26.8737 4.44268 26.6981 4.8666 26.3855 5.17916C26.073 5.49172 25.6491 5.66732 25.207 5.66732H1.8737C1.43167 5.66732 1.00775 5.49172 0.695187 5.17916C0.382626 4.8666 0.207031 4.44268 0.207031 4.00065ZM0.207031 14.0007C0.207031 13.5586 0.382626 13.1347 0.695187 12.8221C1.00775 12.5096 1.43167 12.334 1.8737 12.334H25.207C25.6491 12.334 26.073 12.5096 26.3855 12.8221C26.6981 13.1347 26.8737 13.5586 26.8737 14.0007C26.8737 14.4427 26.6981 14.8666 26.3855 15.1792C26.073 15.4917 25.6491 15.6673 25.207 15.6673H1.8737C1.43167 15.6673 1.00775 15.4917 0.695187 15.1792C0.382626 14.8666 0.207031 14.4427 0.207031 14.0007ZM1.8737 22.334C1.43167 22.334 1.00775 22.5096 0.695187 22.8221C0.382626 23.1347 0.207031 23.5586 0.207031 24.0007C0.207031 24.4427 0.382626 24.8666 0.695187 25.1792C1.00775 25.4917 1.43167 25.6673 1.8737 25.6673H25.207C25.6491 25.6673 26.073 25.4917 26.3855 25.1792C26.6981 24.8666 26.8737 24.4427 26.8737 24.0007C26.8737 23.5586 26.6981 23.1347 26.3855 22.8221C26.073 22.5096 25.6491 22.334 25.207 22.334H1.8737Z' fill='white'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .btn-menu {
    display: block;
  }
}

.header-nav-mob {
  display: none;
}

.soc-list {
  display: flex;
  gap: 16px;
}
.soc-list li a {
  display: block;
  width: 24px;
  height: 24px;
}
.soc-list li a img {
  display: block;
  width: 100%;
  height: 100%;
}

.breadcrumbs {
  font-size: 14px;
  text-align: center;
  color: #8F8F8F;
}
@media only screen and (max-width: 570px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs > span {
  margin: 0 0 0 3px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs > span:first-child {
  margin-left: 0;
}

.breadcrumbs > span:first-child a:before {
  display: none;
}

.breadcrumbs > span > a {
  position: relative;
  color: #fff;
}

.breadcrumbs > span > a:hover {
  text-decoration: underline;
}

.breadcrumbs > span > a::after {
  content: "/";
  font-size: 14px;
  color: #fff !important;
  line-height: 1;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs a {
  color: #8F8F8F;
}

/* 
* end header 
*/
.banner-section {
  padding: 120px 0 90px;
  display: flex;
  min-height: 920px;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

@media(max-width:1680px){
  .banner-section{
    min-height: 780px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section {
    padding: 90px 0 65px;
  }
}
.banner-section-btn {
  display: flex;
  gap: 36px;
}
.banner-section-btn .btn {
  font-size: 24px;
  height: 57px;
  padding: 13px 22px;
}
.banner-section-video{
  position: absolute;
  left: 0;
  top:0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media only screen and (max-width: 859px) {
  .banner-section-btn {
    gap: 30px;
  }
  .banner-section-btn .btn {
    font-size: 20px;
    height: 50px;
    padding: 10px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section-btn {
    gap: 28px;
    flex-direction: column;
    align-items: center;
  }
  .banner-section-btn .btn {
    font-size: 24px;
    height: 57px;
    padding: 13px 22px;
  }
}
@media only screen and (max-width: 374px) {
  .banner-section-btn .btn {
    font-size: 20px;
    height: 50px;
    padding: 13px 18px 10px;
  }
}
.banner-section > .container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner-section-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.banner-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.banner-section::before {
  z-index: 2;
  background: linear-gradient(180deg, rgba(2, 3, 4, 0.65) 0%, rgba(2, 3, 4, 0.3) 39.51%, rgba(2, 3, 4, 0.7) 100%);
}
.banner-section .container {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media only screen and (max-width: 570px) {
  .banner-section .container {
    padding: 0 15px;
  }
}
.banner-section h1, .banner-section .h1 {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 40px;
  max-width: 500px;
  text-align: center;
  text-transform: none;
}
.banner-section h1 span, .banner-section .h1 span {
  text-transform: uppercase;
  font-size: 40px;
  display: block;
}
@media only screen and (max-width: 570px) {
  .banner-section h1 span, .banner-section .h1 span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 374px) {
  .banner-section h1 span, .banner-section .h1 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section h1, .banner-section .h1 {
    margin-bottom: 122px;
  }
}
@media only screen and (max-width: 570px) {
  .banner-section h1, .banner-section .h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 374px) {
  .banner-section h1, .banner-section .h1 {
    font-size: 26px;
  }
}
.banner-section-wrap {
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 500;
}
.banner-section-wrap-desk {
  max-width: 568px;
  opacity: 0;
  transform: translateY(100%);
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .banner-section-wrap {
    font-size: 18px;
  }
}
@media only screen and (max-width: 570px) {
  .banner-section-wrap {
    font-size: 16px;
  }
  .banner-section-wrap-desk {
    margin-bottom: 92px;
  }
}
@media only screen and (max-width: 479px) {
  .banner-section-wrap-desk {
    margin-bottom: 62px;
  }
}
@media only screen and (max-width: 1023px) {
  .banner-section {
    min-height: 730px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section {
    min-height: 640px;
    height: 100vb;
    padding-top: 120px;
  }
}

@keyframes mist {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100vw 0;
  }
}
.projects-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 507px;
  background: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.projects-bg:after {
  animation: mist 240s infinite linear;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1920' height='27' viewBox='0 0 1920 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.1571 5.88257C70.1571 5.3794 69.7491 4.97119 69.2457 4.97119C68.7425 4.97119 68.3343 5.37924 68.3343 5.88257V26.2719H70.1571V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M61.6154 18.5515C61.6154 18.0483 61.2073 17.6401 60.704 17.6401C60.2008 17.6401 59.7926 18.0482 59.7926 18.5515V26.272H61.6152L61.6154 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M53.0736 15.2722C53.0736 14.7689 52.6656 14.3608 52.1622 14.3608C51.6589 14.3608 51.2508 14.7689 51.2508 15.2722V26.2721H53.0736V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M44.5316 18.5515C44.5316 18.0483 44.1236 17.6401 43.6202 17.6401C43.1171 17.6401 42.7089 18.0482 42.7089 18.5515V26.272H44.5316V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M35.9899 12.2346C35.9899 11.7313 35.5818 11.3232 35.0785 11.3232C34.5753 11.3232 34.1671 11.7313 34.1671 12.2346V26.2721H35.9899V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M27.448 18.5515C27.448 18.0483 27.04 17.6401 26.5366 17.6401C26.0334 17.6401 25.6252 18.0482 25.6252 18.5515V26.272H27.448V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M18.9062 15.2722C18.9062 14.7689 18.4982 14.3608 17.9949 14.3608C17.4917 14.3608 17.0835 14.7689 17.0835 15.2722V26.2721H18.9062V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M10.3644 18.5515C10.3644 18.0483 9.95633 17.6401 9.453 17.6401C8.94966 17.6401 8.54162 18.0482 8.54162 18.5515V26.272H10.3644V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1.82263 0.911381C1.82263 0.408206 1.41458 0 0.911251 0C0.408075 0 -0.000130773 0.408048 -0.000130773 0.911381V26.2721H1.82263V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M76.9192 18.5515C76.9192 18.0483 77.3272 17.6401 77.8306 17.6401C78.3337 17.6401 78.742 18.0482 78.742 18.5515V26.272H76.9193L76.9192 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M85.4609 15.2722C85.4609 14.7689 85.869 14.3608 86.3723 14.3608C86.8757 14.3608 87.2837 14.7689 87.2837 15.2722V26.2721H85.4609V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M94.0028 18.5515C94.0028 18.0483 94.4109 17.6401 94.9142 17.6401C95.4174 17.6401 95.8256 18.0482 95.8256 18.5515V26.272H94.0028V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M102.545 12.2346C102.545 11.7313 102.953 11.3232 103.456 11.3232C103.959 11.3232 104.367 11.7313 104.367 12.2346V26.2721H102.545V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M111.086 18.5515C111.086 18.0483 111.494 17.6401 111.998 17.6401C112.501 17.6401 112.909 18.0482 112.909 18.5515V26.272H111.086V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M119.628 15.2722C119.628 14.7689 120.036 14.3608 120.54 14.3608C121.043 14.3608 121.451 14.7689 121.451 15.2722V26.2721H119.628V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M128.17 18.5515C128.17 18.0483 128.578 17.6401 129.081 17.6401C129.585 17.6401 129.993 18.0482 129.993 18.5515V26.272H128.17V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M207.15 5.88257C207.15 5.3794 206.742 4.97119 206.239 4.97119C205.735 4.97119 205.327 5.37924 205.327 5.88257V26.2719H207.15V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M198.608 18.5515C198.608 18.0483 198.2 17.6401 197.697 17.6401C197.194 17.6401 196.786 18.0482 196.786 18.5515V26.272H198.608L198.608 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M190.067 15.2722C190.067 14.7689 189.658 14.3608 189.155 14.3608C188.652 14.3608 188.244 14.7689 188.244 15.2722V26.2721H190.067V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M181.525 18.5515C181.525 18.0483 181.116 17.6401 180.613 17.6401C180.11 17.6401 179.702 18.0482 179.702 18.5515V26.272H181.525V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M172.983 12.2346C172.983 11.7313 172.575 11.3232 172.071 11.3232C171.568 11.3232 171.16 11.7313 171.16 12.2346V26.2721H172.983V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M164.441 18.5515C164.441 18.0483 164.033 17.6401 163.53 17.6401C163.026 17.6401 162.618 18.0482 162.618 18.5515V26.272H164.441V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M155.899 15.2722C155.899 14.7689 155.491 14.3608 154.988 14.3608C154.485 14.3608 154.076 14.7689 154.076 15.2722V26.2721H155.899V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M147.357 18.5515C147.357 18.0483 146.949 17.6401 146.446 17.6401C145.943 17.6401 145.535 18.0482 145.535 18.5515V26.272H147.357V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M138.816 0.911381C138.816 0.408206 138.408 0 137.904 0C137.401 0 136.993 0.408048 136.993 0.911381V26.2721H138.816V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M213.912 18.5515C213.912 18.0483 214.32 17.6401 214.823 17.6401C215.327 17.6401 215.735 18.0482 215.735 18.5515V26.272H213.912L213.912 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M222.454 15.2722C222.454 14.7689 222.862 14.3608 223.365 14.3608C223.868 14.3608 224.276 14.7689 224.276 15.2722V26.2721H222.454V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M230.996 18.5515C230.996 18.0483 231.404 17.6401 231.907 17.6401C232.41 17.6401 232.818 18.0482 232.818 18.5515V26.272H230.996V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M239.537 12.2346C239.537 11.7313 239.945 11.3232 240.449 11.3232C240.952 11.3232 241.36 11.7313 241.36 12.2346V26.2721H239.537V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M248.079 18.5515C248.079 18.0483 248.487 17.6401 248.991 17.6401C249.494 17.6401 249.902 18.0482 249.902 18.5515V26.272H248.079V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M256.621 15.2722C256.621 14.7689 257.029 14.3608 257.532 14.3608C258.036 14.3608 258.444 14.7689 258.444 15.2722V26.2721H256.621V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M265.163 18.5515C265.163 18.0483 265.571 17.6401 266.074 17.6401C266.578 17.6401 266.986 18.0482 266.986 18.5515V26.272H265.163V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M344.143 5.88257C344.143 5.3794 343.735 4.97119 343.232 4.97119C342.728 4.97119 342.32 5.37924 342.32 5.88257V26.2719H344.143V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M335.601 18.5515C335.601 18.0483 335.193 17.6401 334.69 17.6401C334.187 17.6401 333.778 18.0482 333.778 18.5515V26.272H335.601L335.601 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M327.059 15.2722C327.059 14.7689 326.651 14.3608 326.148 14.3608C325.645 14.3608 325.237 14.7689 325.237 15.2722V26.2721H327.059V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M318.517 18.5515C318.517 18.0483 318.109 17.6401 317.606 17.6401C317.103 17.6401 316.695 18.0482 316.695 18.5515V26.272H318.517V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M309.976 12.2346C309.976 11.7313 309.568 11.3232 309.064 11.3232C308.561 11.3232 308.153 11.7313 308.153 12.2346V26.2721H309.976V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M301.434 18.5515C301.434 18.0483 301.026 17.6401 300.522 17.6401C300.019 17.6401 299.611 18.0482 299.611 18.5515V26.272H301.434V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M292.892 15.2722C292.892 14.7689 292.484 14.3608 291.981 14.3608C291.478 14.3608 291.069 14.7689 291.069 15.2722V26.2721H292.892V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M284.35 18.5515C284.35 18.0483 283.942 17.6401 283.439 17.6401C282.936 17.6401 282.527 18.0482 282.527 18.5515V26.272H284.35V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M275.808 0.911381C275.808 0.408206 275.4 0 274.897 0C274.394 0 273.986 0.408048 273.986 0.911381V26.2721H275.808V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M350.905 18.5515C350.905 18.0483 351.313 17.6401 351.816 17.6401C352.32 17.6401 352.728 18.0482 352.728 18.5515V26.272H350.905L350.905 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M359.447 15.2722C359.447 14.7689 359.855 14.3608 360.358 14.3608C360.861 14.3608 361.27 14.7689 361.27 15.2722V26.2721H359.447V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M367.989 18.5515C367.989 18.0483 368.397 17.6401 368.9 17.6401C369.403 17.6401 369.811 18.0482 369.811 18.5515V26.272H367.989V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M376.53 12.2346C376.53 11.7313 376.938 11.3232 377.442 11.3232C377.945 11.3232 378.353 11.7313 378.353 12.2346V26.2721H376.53V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M385.072 18.5515C385.072 18.0483 385.48 17.6401 385.984 17.6401C386.487 17.6401 386.895 18.0482 386.895 18.5515V26.272H385.072V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M393.614 15.2722C393.614 14.7689 394.022 14.3608 394.525 14.3608C395.029 14.3608 395.437 14.7689 395.437 15.2722V26.2721H393.614V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M402.156 18.5515C402.156 18.0483 402.564 17.6401 403.067 17.6401C403.571 17.6401 403.979 18.0482 403.979 18.5515V26.272H402.156V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M481.136 5.88257C481.136 5.3794 480.728 4.97119 480.224 4.97119C479.721 4.97119 479.313 5.37924 479.313 5.88257V26.2719H481.136V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M472.594 18.5515C472.594 18.0483 472.186 17.6401 471.683 17.6401C471.18 17.6401 470.771 18.0482 470.771 18.5515V26.272H472.594L472.594 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M464.052 15.2722C464.052 14.7689 463.644 14.3608 463.141 14.3608C462.638 14.3608 462.23 14.7689 462.23 15.2722V26.2721H464.052V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M455.51 18.5515C455.51 18.0483 455.102 17.6401 454.599 17.6401C454.096 17.6401 453.688 18.0482 453.688 18.5515V26.272H455.51V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M446.969 12.2346C446.969 11.7313 446.561 11.3232 446.057 11.3232C445.554 11.3232 445.146 11.7313 445.146 12.2346V26.2721H446.969V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M438.427 18.5515C438.427 18.0483 438.019 17.6401 437.515 17.6401C437.012 17.6401 436.604 18.0482 436.604 18.5515V26.272H438.427V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M429.885 15.2722C429.885 14.7689 429.477 14.3608 428.974 14.3608C428.47 14.3608 428.062 14.7689 428.062 15.2722V26.2721H429.885V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M421.343 18.5515C421.343 18.0483 420.935 17.6401 420.432 17.6401C419.928 17.6401 419.52 18.0482 419.52 18.5515V26.272H421.343V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M412.801 0.911381C412.801 0.408206 412.393 0 411.89 0C411.387 0 410.979 0.408048 410.979 0.911381V26.2721H412.801V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M487.898 18.5515C487.898 18.0483 488.306 17.6401 488.809 17.6401C489.313 17.6401 489.721 18.0482 489.721 18.5515V26.272H487.898L487.898 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M496.44 15.2722C496.44 14.7689 496.848 14.3608 497.351 14.3608C497.854 14.3608 498.262 14.7689 498.262 15.2722V26.2721H496.44V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M504.982 18.5515C504.982 18.0483 505.39 17.6401 505.893 17.6401C506.396 17.6401 506.804 18.0482 506.804 18.5515V26.272H504.982V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M513.523 12.2346C513.523 11.7313 513.931 11.3232 514.435 11.3232C514.938 11.3232 515.346 11.7313 515.346 12.2346V26.2721H513.523V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M522.065 18.5515C522.065 18.0483 522.473 17.6401 522.977 17.6401C523.48 17.6401 523.888 18.0482 523.888 18.5515V26.272H522.065V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M530.607 15.2722C530.607 14.7689 531.015 14.3608 531.518 14.3608C532.021 14.3608 532.43 14.7689 532.43 15.2722V26.2721H530.607V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M539.149 18.5515C539.149 18.0483 539.557 17.6401 540.06 17.6401C540.564 17.6401 540.972 18.0482 540.972 18.5515V26.272H539.149V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M618.129 5.88257C618.129 5.3794 617.721 4.97119 617.218 4.97119C616.715 4.97119 616.306 5.37924 616.306 5.88257V26.2719H618.129V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M609.587 18.5515C609.587 18.0483 609.179 17.6401 608.676 17.6401C608.173 17.6401 607.765 18.0482 607.765 18.5515V26.272H609.587L609.587 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M601.046 15.2722C601.046 14.7689 600.638 14.3608 600.134 14.3608C599.631 14.3608 599.223 14.7689 599.223 15.2722V26.2721H601.046V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M592.504 18.5515C592.504 18.0483 592.095 17.6401 591.592 17.6401C591.089 17.6401 590.681 18.0482 590.681 18.5515V26.272H592.504V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M583.962 12.2346C583.962 11.7313 583.554 11.3232 583.05 11.3232C582.547 11.3232 582.139 11.7313 582.139 12.2346V26.2721H583.962V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M575.42 18.5515C575.42 18.0483 575.012 17.6401 574.509 17.6401C574.005 17.6401 573.597 18.0482 573.597 18.5515V26.272H575.42V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M566.878 15.2722C566.878 14.7689 566.47 14.3608 565.967 14.3608C565.464 14.3608 565.055 14.7689 565.055 15.2722V26.2721H566.878V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M558.336 18.5515C558.336 18.0483 557.928 17.6401 557.425 17.6401C556.922 17.6401 556.514 18.0482 556.514 18.5515V26.272H558.336V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M549.795 0.911381C549.795 0.408206 549.387 0 548.883 0C548.38 0 547.972 0.408048 547.972 0.911381V26.2721H549.795V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M624.891 18.5515C624.891 18.0483 625.299 17.6401 625.802 17.6401C626.305 17.6401 626.714 18.0482 626.714 18.5515V26.272H624.891L624.891 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M633.433 15.2722C633.433 14.7689 633.841 14.3608 634.344 14.3608C634.847 14.3608 635.255 14.7689 635.255 15.2722V26.2721H633.433V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M641.975 18.5515C641.975 18.0483 642.383 17.6401 642.886 17.6401C643.389 17.6401 643.797 18.0482 643.797 18.5515V26.272H641.975V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M650.516 12.2346C650.516 11.7313 650.924 11.3232 651.428 11.3232C651.931 11.3232 652.339 11.7313 652.339 12.2346V26.2721H650.516V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M659.058 18.5515C659.058 18.0483 659.466 17.6401 659.969 17.6401C660.473 17.6401 660.881 18.0482 660.881 18.5515V26.272H659.058V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M667.6 15.2722C667.6 14.7689 668.008 14.3608 668.511 14.3608C669.014 14.3608 669.423 14.7689 669.423 15.2722V26.2721H667.6V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M676.142 18.5515C676.142 18.0483 676.55 17.6401 677.053 17.6401C677.557 17.6401 677.965 18.0482 677.965 18.5515V26.272H676.142V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M755.122 5.88257C755.122 5.3794 754.714 4.97119 754.21 4.97119C753.707 4.97119 753.299 5.37924 753.299 5.88257V26.2719H755.122V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M746.58 18.5515C746.58 18.0483 746.172 17.6401 745.669 17.6401C745.166 17.6401 744.757 18.0482 744.757 18.5515V26.272H746.58L746.58 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M738.038 15.2722C738.038 14.7689 737.63 14.3608 737.127 14.3608C736.624 14.3608 736.216 14.7689 736.216 15.2722V26.2721H738.038V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M729.496 18.5515C729.496 18.0483 729.088 17.6401 728.585 17.6401C728.082 17.6401 727.674 18.0482 727.674 18.5515V26.272H729.496V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M720.955 12.2346C720.955 11.7313 720.547 11.3232 720.043 11.3232C719.54 11.3232 719.132 11.7313 719.132 12.2346V26.2721H720.955V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M712.413 18.5515C712.413 18.0483 712.005 17.6401 711.501 17.6401C710.998 17.6401 710.59 18.0482 710.59 18.5515V26.272H712.413V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M703.871 15.2722C703.871 14.7689 703.463 14.3608 702.96 14.3608C702.457 14.3608 702.048 14.7689 702.048 15.2722V26.2721H703.871V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M695.329 18.5515C695.329 18.0483 694.921 17.6401 694.418 17.6401C693.914 17.6401 693.506 18.0482 693.506 18.5515V26.272H695.329V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M686.787 0.911381C686.787 0.408206 686.379 0 685.876 0C685.373 0 684.965 0.408048 684.965 0.911381V26.2721H686.787V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M761.884 18.5515C761.884 18.0483 762.292 17.6401 762.795 17.6401C763.299 17.6401 763.707 18.0482 763.707 18.5515V26.272H761.884L761.884 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M770.426 15.2722C770.426 14.7689 770.834 14.3608 771.337 14.3608C771.84 14.3608 772.249 14.7689 772.249 15.2722V26.2721H770.426V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M778.968 18.5515C778.968 18.0483 779.376 17.6401 779.879 17.6401C780.382 17.6401 780.791 18.0482 780.791 18.5515V26.272H778.968V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M787.51 12.2346C787.51 11.7313 787.918 11.3232 788.421 11.3232C788.924 11.3232 789.332 11.7313 789.332 12.2346V26.2721H787.51V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M796.051 18.5515C796.051 18.0483 796.459 17.6401 796.963 17.6401C797.466 17.6401 797.874 18.0482 797.874 18.5515V26.272H796.051V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M804.593 15.2722C804.593 14.7689 805.001 14.3608 805.505 14.3608C806.008 14.3608 806.416 14.7689 806.416 15.2722V26.2721H804.593V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M813.135 18.5515C813.135 18.0483 813.543 17.6401 814.046 17.6401C814.55 17.6401 814.958 18.0482 814.958 18.5515V26.272H813.135V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M892.115 5.88257C892.115 5.3794 891.707 4.97119 891.203 4.97119C890.7 4.97119 890.292 5.37924 890.292 5.88257V26.2719H892.115V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M883.573 18.5515C883.573 18.0483 883.165 17.6401 882.661 17.6401C882.158 17.6401 881.75 18.0482 881.75 18.5515V26.272H883.573L883.573 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M875.031 15.2722C875.031 14.7689 874.623 14.3608 874.12 14.3608C873.616 14.3608 873.208 14.7689 873.208 15.2722V26.2721H875.031V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M866.489 18.5515C866.489 18.0483 866.081 17.6401 865.578 17.6401C865.074 17.6401 864.666 18.0482 864.666 18.5515V26.272H866.489V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M857.947 12.2346C857.947 11.7313 857.539 11.3232 857.036 11.3232C856.533 11.3232 856.125 11.7313 856.125 12.2346V26.2721H857.947V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M849.406 18.5515C849.406 18.0483 848.997 17.6401 848.494 17.6401C847.991 17.6401 847.583 18.0482 847.583 18.5515V26.272H849.406V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M840.864 15.2722C840.864 14.7689 840.456 14.3608 839.952 14.3608C839.449 14.3608 839.041 14.7689 839.041 15.2722V26.2721H840.864V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M832.322 18.5515C832.322 18.0483 831.914 17.6401 831.411 17.6401C830.907 17.6401 830.499 18.0482 830.499 18.5515V26.272H832.322V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M823.78 0.911381C823.78 0.408206 823.372 0 822.869 0C822.365 0 821.957 0.408048 821.957 0.911381V26.2721H823.78V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M898.876 18.5515C898.876 18.0483 899.285 17.6401 899.788 17.6401C900.291 17.6401 900.699 18.0482 900.699 18.5515V26.272H898.877L898.876 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M907.418 15.2722C907.418 14.7689 907.827 14.3608 908.33 14.3608C908.833 14.3608 909.241 14.7689 909.241 15.2722V26.2721H907.418V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M915.96 18.5515C915.96 18.0483 916.368 17.6401 916.872 17.6401C917.375 17.6401 917.783 18.0482 917.783 18.5515V26.272H915.96V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M924.502 12.2346C924.502 11.7313 924.91 11.3232 925.413 11.3232C925.917 11.3232 926.325 11.7313 926.325 12.2346V26.2721H924.502V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M933.044 18.5515C933.044 18.0483 933.452 17.6401 933.955 17.6401C934.459 17.6401 934.867 18.0482 934.867 18.5515V26.272H933.044V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M941.586 15.2722C941.586 14.7689 941.994 14.3608 942.497 14.3608C943 14.3608 943.408 14.7689 943.408 15.2722V26.2721H941.586V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M950.127 18.5515C950.127 18.0483 950.535 17.6401 951.039 17.6401C951.542 17.6401 951.95 18.0482 951.95 18.5515V26.272H950.127V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1029.11 5.88257C1029.11 5.3794 1028.7 4.97119 1028.2 4.97119C1027.69 4.97119 1027.28 5.37924 1027.28 5.88257V26.2719H1029.11V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1020.57 18.5515C1020.57 18.0483 1020.16 17.6401 1019.65 17.6401C1019.15 17.6401 1018.74 18.0482 1018.74 18.5515V26.272H1020.57L1020.57 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1012.02 15.2722C1012.02 14.7689 1011.62 14.3608 1011.11 14.3608C1010.61 14.3608 1010.2 14.7689 1010.2 15.2722V26.2721H1012.02V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1003.48 18.5515C1003.48 18.0483 1003.07 17.6401 1002.57 17.6401C1002.07 17.6401 1001.66 18.0482 1001.66 18.5515V26.272H1003.48V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M994.94 12.2346C994.94 11.7313 994.532 11.3232 994.029 11.3232C993.525 11.3232 993.117 11.7313 993.117 12.2346V26.2721H994.94V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M986.398 18.5515C986.398 18.0483 985.99 17.6401 985.487 17.6401C984.984 17.6401 984.575 18.0482 984.575 18.5515V26.272H986.398V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M977.856 15.2722C977.856 14.7689 977.448 14.3608 976.945 14.3608C976.442 14.3608 976.034 14.7689 976.034 15.2722V26.2721H977.856V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M969.315 18.5515C969.315 18.0483 968.907 17.6401 968.403 17.6401C967.9 17.6401 967.492 18.0482 967.492 18.5515V26.272H969.315V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M960.773 0.911381C960.773 0.408206 960.365 0 959.861 0C959.358 0 958.95 0.408048 958.95 0.911381V26.2721H960.773V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1035.87 18.5515C1035.87 18.0483 1036.28 17.6401 1036.78 17.6401C1037.28 17.6401 1037.69 18.0482 1037.69 18.5515V26.272H1035.87L1035.87 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1044.41 15.2722C1044.41 14.7689 1044.82 14.3608 1045.32 14.3608C1045.83 14.3608 1046.23 14.7689 1046.23 15.2722V26.2721H1044.41V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1052.95 18.5515C1052.95 18.0483 1053.36 17.6401 1053.86 17.6401C1054.37 17.6401 1054.78 18.0482 1054.78 18.5515V26.272H1052.95V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1061.49 12.2346C1061.49 11.7313 1061.9 11.3232 1062.41 11.3232C1062.91 11.3232 1063.32 11.7313 1063.32 12.2346V26.2721H1061.49V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1070.04 18.5515C1070.04 18.0483 1070.44 17.6401 1070.95 17.6401C1071.45 17.6401 1071.86 18.0482 1071.86 18.5515V26.272H1070.04V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1078.58 15.2722C1078.58 14.7689 1078.99 14.3608 1079.49 14.3608C1079.99 14.3608 1080.4 14.7689 1080.4 15.2722V26.2721H1078.58V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1087.12 18.5515C1087.12 18.0483 1087.53 17.6401 1088.03 17.6401C1088.53 17.6401 1088.94 18.0482 1088.94 18.5515V26.272H1087.12V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1166.1 5.88257C1166.1 5.3794 1165.69 4.97119 1165.19 4.97119C1164.69 4.97119 1164.28 5.37924 1164.28 5.88257V26.2719H1166.1V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1157.56 18.5515C1157.56 18.0483 1157.15 17.6401 1156.65 17.6401C1156.14 17.6401 1155.74 18.0482 1155.74 18.5515V26.272H1157.56L1157.56 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1149.02 15.2722C1149.02 14.7689 1148.61 14.3608 1148.11 14.3608C1147.6 14.3608 1147.19 14.7689 1147.19 15.2722V26.2721H1149.02V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1140.47 18.5515C1140.47 18.0483 1140.07 17.6401 1139.56 17.6401C1139.06 17.6401 1138.65 18.0482 1138.65 18.5515V26.272H1140.47V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1131.93 12.2346C1131.93 11.7313 1131.53 11.3232 1131.02 11.3232C1130.52 11.3232 1130.11 11.7313 1130.11 12.2346V26.2721H1131.93V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1123.39 18.5515C1123.39 18.0483 1122.98 17.6401 1122.48 17.6401C1121.98 17.6401 1121.57 18.0482 1121.57 18.5515V26.272H1123.39V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1114.85 15.2722C1114.85 14.7689 1114.44 14.3608 1113.94 14.3608C1113.43 14.3608 1113.03 14.7689 1113.03 15.2722V26.2721H1114.85V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1106.31 18.5515C1106.31 18.0483 1105.9 17.6401 1105.4 17.6401C1104.89 17.6401 1104.48 18.0482 1104.48 18.5515V26.272H1106.31V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1097.77 0.911381C1097.77 0.408206 1097.36 0 1096.85 0C1096.35 0 1095.94 0.408048 1095.94 0.911381V26.2721H1097.77V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1172.86 18.5515C1172.86 18.0483 1173.27 17.6401 1173.77 17.6401C1174.28 17.6401 1174.68 18.0482 1174.68 18.5515V26.272H1172.86L1172.86 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1181.4 15.2722C1181.4 14.7689 1181.81 14.3608 1182.32 14.3608C1182.82 14.3608 1183.23 14.7689 1183.23 15.2722V26.2721H1181.4V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1189.95 18.5515C1189.95 18.0483 1190.35 17.6401 1190.86 17.6401C1191.36 17.6401 1191.77 18.0482 1191.77 18.5515V26.272H1189.95V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1198.49 12.2346C1198.49 11.7313 1198.9 11.3232 1199.4 11.3232C1199.9 11.3232 1200.31 11.7313 1200.31 12.2346V26.2721H1198.49V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1207.03 18.5515C1207.03 18.0483 1207.44 17.6401 1207.94 17.6401C1208.44 17.6401 1208.85 18.0482 1208.85 18.5515V26.272H1207.03V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1215.57 15.2722C1215.57 14.7689 1215.98 14.3608 1216.48 14.3608C1216.99 14.3608 1217.39 14.7689 1217.39 15.2722V26.2721H1215.57V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1224.11 18.5515C1224.11 18.0483 1224.52 17.6401 1225.02 17.6401C1225.53 17.6401 1225.94 18.0482 1225.94 18.5515V26.272H1224.11V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1303.09 5.88257C1303.09 5.3794 1302.68 4.97119 1302.18 4.97119C1301.68 4.97119 1301.27 5.37924 1301.27 5.88257V26.2719H1303.09V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1294.55 18.5515C1294.55 18.0483 1294.14 17.6401 1293.64 17.6401C1293.14 17.6401 1292.73 18.0482 1292.73 18.5515V26.272H1294.55L1294.55 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1286.01 15.2722C1286.01 14.7689 1285.6 14.3608 1285.1 14.3608C1284.59 14.3608 1284.19 14.7689 1284.19 15.2722V26.2721H1286.01V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1277.47 18.5515C1277.47 18.0483 1277.06 17.6401 1276.56 17.6401C1276.05 17.6401 1275.64 18.0482 1275.64 18.5515V26.272H1277.47V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1268.93 12.2346C1268.93 11.7313 1268.52 11.3232 1268.01 11.3232C1267.51 11.3232 1267.1 11.7313 1267.1 12.2346V26.2721H1268.93V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1260.38 18.5515C1260.38 18.0483 1259.98 17.6401 1259.47 17.6401C1258.97 17.6401 1258.56 18.0482 1258.56 18.5515V26.272H1260.38V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1251.84 15.2722C1251.84 14.7689 1251.43 14.3608 1250.93 14.3608C1250.43 14.3608 1250.02 14.7689 1250.02 15.2722V26.2721H1251.84V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1243.3 18.5515C1243.3 18.0483 1242.89 17.6401 1242.39 17.6401C1241.89 17.6401 1241.48 18.0482 1241.48 18.5515V26.272H1243.3V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1234.76 0.911381C1234.76 0.408206 1234.35 0 1233.85 0C1233.34 0 1232.94 0.408048 1232.94 0.911381V26.2721H1234.76V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1309.85 18.5515C1309.85 18.0483 1310.26 17.6401 1310.77 17.6401C1311.27 17.6401 1311.68 18.0482 1311.68 18.5515V26.272H1309.85L1309.85 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1318.4 15.2722C1318.4 14.7689 1318.8 14.3608 1319.31 14.3608C1319.81 14.3608 1320.22 14.7689 1320.22 15.2722V26.2721H1318.4V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1326.94 18.5515C1326.94 18.0483 1327.35 17.6401 1327.85 17.6401C1328.35 17.6401 1328.76 18.0482 1328.76 18.5515V26.272H1326.94V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1335.48 12.2346C1335.48 11.7313 1335.89 11.3232 1336.39 11.3232C1336.89 11.3232 1337.3 11.7313 1337.3 12.2346V26.2721H1335.48V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1344.02 18.5515C1344.02 18.0483 1344.43 17.6401 1344.93 17.6401C1345.44 17.6401 1345.84 18.0482 1345.84 18.5515V26.272H1344.02V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1352.56 15.2722C1352.56 14.7689 1352.97 14.3608 1353.48 14.3608C1353.98 14.3608 1354.39 14.7689 1354.39 15.2722V26.2721H1352.56V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1361.11 18.5515C1361.11 18.0483 1361.51 17.6401 1362.02 17.6401C1362.52 17.6401 1362.93 18.0482 1362.93 18.5515V26.272H1361.11V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1440.09 5.88257C1440.09 5.3794 1439.68 4.97119 1439.17 4.97119C1438.67 4.97119 1438.26 5.37924 1438.26 5.88257V26.2719H1440.09V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1431.54 18.5515C1431.54 18.0483 1431.14 17.6401 1430.63 17.6401C1430.13 17.6401 1429.72 18.0482 1429.72 18.5515V26.272H1431.54L1431.54 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1423 15.2722C1423 14.7689 1422.59 14.3608 1422.09 14.3608C1421.59 14.3608 1421.18 14.7689 1421.18 15.2722V26.2721H1423V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1414.46 18.5515C1414.46 18.0483 1414.05 17.6401 1413.55 17.6401C1413.05 17.6401 1412.64 18.0482 1412.64 18.5515V26.272H1414.46V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1405.92 12.2346C1405.92 11.7313 1405.51 11.3232 1405.01 11.3232C1404.5 11.3232 1404.1 11.7313 1404.1 12.2346V26.2721H1405.92V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1397.38 18.5515C1397.38 18.0483 1396.97 17.6401 1396.47 17.6401C1395.96 17.6401 1395.55 18.0482 1395.55 18.5515V26.272H1397.38V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1388.83 15.2722C1388.83 14.7689 1388.43 14.3608 1387.92 14.3608C1387.42 14.3608 1387.01 14.7689 1387.01 15.2722V26.2721H1388.83V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1380.29 18.5515C1380.29 18.0483 1379.88 17.6401 1379.38 17.6401C1378.88 17.6401 1378.47 18.0482 1378.47 18.5515V26.272H1380.29V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1371.75 0.911381C1371.75 0.408206 1371.34 0 1370.84 0C1370.34 0 1369.93 0.408048 1369.93 0.911381V26.2721H1371.75V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1446.85 18.5515C1446.85 18.0483 1447.26 17.6401 1447.76 17.6401C1448.26 17.6401 1448.67 18.0482 1448.67 18.5515V26.272H1446.85L1446.85 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1455.39 15.2722C1455.39 14.7689 1455.8 14.3608 1456.3 14.3608C1456.8 14.3608 1457.21 14.7689 1457.21 15.2722V26.2721H1455.39V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1463.93 18.5515C1463.93 18.0483 1464.34 17.6401 1464.84 17.6401C1465.35 17.6401 1465.75 18.0482 1465.75 18.5515V26.272H1463.93V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1472.47 12.2346C1472.47 11.7313 1472.88 11.3232 1473.38 11.3232C1473.89 11.3232 1474.3 11.7313 1474.3 12.2346V26.2721H1472.47V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1481.01 18.5515C1481.01 18.0483 1481.42 17.6401 1481.93 17.6401C1482.43 17.6401 1482.84 18.0482 1482.84 18.5515V26.272H1481.01V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1489.56 15.2722C1489.56 14.7689 1489.96 14.3608 1490.47 14.3608C1490.97 14.3608 1491.38 14.7689 1491.38 15.2722V26.2721H1489.56V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1498.1 18.5515C1498.1 18.0483 1498.51 17.6401 1499.01 17.6401C1499.51 17.6401 1499.92 18.0482 1499.92 18.5515V26.272H1498.1V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1577.08 5.88257C1577.08 5.3794 1576.67 4.97119 1576.17 4.97119C1575.66 4.97119 1575.26 5.37924 1575.26 5.88257V26.2719H1577.08V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1568.54 18.5515C1568.54 18.0483 1568.13 17.6401 1567.62 17.6401C1567.12 17.6401 1566.71 18.0482 1566.71 18.5515V26.272H1568.54L1568.54 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1559.99 15.2722C1559.99 14.7689 1559.59 14.3608 1559.08 14.3608C1558.58 14.3608 1558.17 14.7689 1558.17 15.2722V26.2721H1559.99V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1551.45 18.5515C1551.45 18.0483 1551.04 17.6401 1550.54 17.6401C1550.04 17.6401 1549.63 18.0482 1549.63 18.5515V26.272H1551.45V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1542.91 12.2346C1542.91 11.7313 1542.5 11.3232 1542 11.3232C1541.5 11.3232 1541.09 11.7313 1541.09 12.2346V26.2721H1542.91V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1534.37 18.5515C1534.37 18.0483 1533.96 17.6401 1533.46 17.6401C1532.95 17.6401 1532.55 18.0482 1532.55 18.5515V26.272H1534.37V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1525.83 15.2722C1525.83 14.7689 1525.42 14.3608 1524.92 14.3608C1524.41 14.3608 1524 14.7689 1524 15.2722V26.2721H1525.83V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1517.29 18.5515C1517.29 18.0483 1516.88 17.6401 1516.37 17.6401C1515.87 17.6401 1515.46 18.0482 1515.46 18.5515V26.272H1517.29V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1508.74 0.911381C1508.74 0.408206 1508.34 0 1507.83 0C1507.33 0 1506.92 0.408048 1506.92 0.911381V26.2721H1508.74V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1583.84 18.5515C1583.84 18.0483 1584.25 17.6401 1584.75 17.6401C1585.25 17.6401 1585.66 18.0482 1585.66 18.5515V26.272H1583.84L1583.84 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1592.38 15.2722C1592.38 14.7689 1592.79 14.3608 1593.29 14.3608C1593.8 14.3608 1594.2 14.7689 1594.2 15.2722V26.2721H1592.38V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1600.92 18.5515C1600.92 18.0483 1601.33 17.6401 1601.84 17.6401C1602.34 17.6401 1602.75 18.0482 1602.75 18.5515V26.272H1600.92V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1609.47 12.2346C1609.47 11.7313 1609.87 11.3232 1610.38 11.3232C1610.88 11.3232 1611.29 11.7313 1611.29 12.2346V26.2721H1609.47V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1618.01 18.5515C1618.01 18.0483 1618.42 17.6401 1618.92 17.6401C1619.42 17.6401 1619.83 18.0482 1619.83 18.5515V26.272H1618.01V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1626.55 15.2722C1626.55 14.7689 1626.96 14.3608 1627.46 14.3608C1627.96 14.3608 1628.37 14.7689 1628.37 15.2722V26.2721H1626.55V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1635.09 18.5515C1635.09 18.0483 1635.5 17.6401 1636 17.6401C1636.51 17.6401 1636.91 18.0482 1636.91 18.5515V26.272H1635.09V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1714.07 5.88257C1714.07 5.3794 1713.66 4.97119 1713.16 4.97119C1712.66 4.97119 1712.25 5.37924 1712.25 5.88257V26.2719H1714.07V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1705.53 18.5515C1705.53 18.0483 1705.12 17.6401 1704.62 17.6401C1704.11 17.6401 1703.71 18.0482 1703.71 18.5515V26.272H1705.53L1705.53 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1696.99 15.2722C1696.99 14.7689 1696.58 14.3608 1696.08 14.3608C1695.57 14.3608 1695.16 14.7689 1695.16 15.2722V26.2721H1696.99V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1688.45 18.5515C1688.45 18.0483 1688.04 17.6401 1687.53 17.6401C1687.03 17.6401 1686.62 18.0482 1686.62 18.5515V26.272H1688.45V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1679.9 12.2346C1679.9 11.7313 1679.5 11.3232 1678.99 11.3232C1678.49 11.3232 1678.08 11.7313 1678.08 12.2346V26.2721H1679.9V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1671.36 18.5515C1671.36 18.0483 1670.95 17.6401 1670.45 17.6401C1669.95 17.6401 1669.54 18.0482 1669.54 18.5515V26.272H1671.36V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1662.82 15.2722C1662.82 14.7689 1662.41 14.3608 1661.91 14.3608C1661.41 14.3608 1661 14.7689 1661 15.2722V26.2721H1662.82V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1654.28 18.5515C1654.28 18.0483 1653.87 17.6401 1653.37 17.6401C1652.86 17.6401 1652.46 18.0482 1652.46 18.5515V26.272H1654.28V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1645.74 0.911381C1645.74 0.408206 1645.33 0 1644.83 0C1644.32 0 1643.91 0.408048 1643.91 0.911381V26.2721H1645.74V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1720.83 18.5515C1720.83 18.0483 1721.24 17.6401 1721.74 17.6401C1722.25 17.6401 1722.66 18.0482 1722.66 18.5515V26.272H1720.83L1720.83 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1729.37 15.2722C1729.37 14.7689 1729.78 14.3608 1730.29 14.3608C1730.79 14.3608 1731.2 14.7689 1731.2 15.2722V26.2721H1729.37V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1737.92 18.5515C1737.92 18.0483 1738.32 17.6401 1738.83 17.6401C1739.33 17.6401 1739.74 18.0482 1739.74 18.5515V26.272H1737.92V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1746.46 12.2346C1746.46 11.7313 1746.87 11.3232 1747.37 11.3232C1747.87 11.3232 1748.28 11.7313 1748.28 12.2346V26.2721H1746.46V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1755 18.5515C1755 18.0483 1755.41 17.6401 1755.91 17.6401C1756.41 17.6401 1756.82 18.0482 1756.82 18.5515V26.272H1755V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1763.54 15.2722C1763.54 14.7689 1763.95 14.3608 1764.45 14.3608C1764.96 14.3608 1765.36 14.7689 1765.36 15.2722V26.2721H1763.54V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1772.08 18.5515C1772.08 18.0483 1772.49 17.6401 1773 17.6401C1773.5 17.6401 1773.91 18.0482 1773.91 18.5515V26.272H1772.08V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1851.06 5.88257C1851.06 5.3794 1850.66 4.97119 1850.15 4.97119C1849.65 4.97119 1849.24 5.37924 1849.24 5.88257V26.2719H1851.06V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1842.52 18.5515C1842.52 18.0483 1842.11 17.6401 1841.61 17.6401C1841.11 17.6401 1840.7 18.0482 1840.7 18.5515V26.272H1842.52L1842.52 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1833.98 15.2722C1833.98 14.7689 1833.57 14.3608 1833.07 14.3608C1832.57 14.3608 1832.16 14.7689 1832.16 15.2722V26.2721H1833.98V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1825.44 18.5515C1825.44 18.0483 1825.03 17.6401 1824.53 17.6401C1824.02 17.6401 1823.62 18.0482 1823.62 18.5515V26.272H1825.44V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1816.9 12.2346C1816.9 11.7313 1816.49 11.3232 1815.98 11.3232C1815.48 11.3232 1815.07 11.7313 1815.07 12.2346V26.2721H1816.9V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1808.35 18.5515C1808.35 18.0483 1807.95 17.6401 1807.44 17.6401C1806.94 17.6401 1806.53 18.0482 1806.53 18.5515V26.272H1808.35V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1799.81 15.2722C1799.81 14.7689 1799.4 14.3608 1798.9 14.3608C1798.4 14.3608 1797.99 14.7689 1797.99 15.2722V26.2721H1799.81V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1791.27 18.5515C1791.27 18.0483 1790.86 17.6401 1790.36 17.6401C1789.86 17.6401 1789.45 18.0482 1789.45 18.5515V26.272H1791.27V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1782.73 0.911381C1782.73 0.408206 1782.32 0 1781.82 0C1781.31 0 1780.91 0.408048 1780.91 0.911381V26.2721H1782.73V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1857.83 18.5515C1857.83 18.0483 1858.23 17.6401 1858.74 17.6401C1859.24 17.6401 1859.65 18.0482 1859.65 18.5515V26.272H1857.83L1857.83 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1866.37 15.2722C1866.37 14.7689 1866.78 14.3608 1867.28 14.3608C1867.78 14.3608 1868.19 14.7689 1868.19 15.2722V26.2721H1866.37V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1874.91 18.5515C1874.91 18.0483 1875.32 17.6401 1875.82 17.6401C1876.32 17.6401 1876.73 18.0482 1876.73 18.5515V26.272H1874.91V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1883.45 12.2346C1883.45 11.7313 1883.86 11.3232 1884.36 11.3232C1884.87 11.3232 1885.27 11.7313 1885.27 12.2346V26.2721H1883.45V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1891.99 18.5515C1891.99 18.0483 1892.4 17.6401 1892.9 17.6401C1893.41 17.6401 1893.82 18.0482 1893.82 18.5515V26.272H1891.99V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1900.53 15.2722C1900.53 14.7689 1900.94 14.3608 1901.45 14.3608C1901.95 14.3608 1902.36 14.7689 1902.36 15.2722V26.2721H1900.53V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1909.08 18.5515C1909.08 18.0483 1909.48 17.6401 1909.99 17.6401C1910.49 17.6401 1910.9 18.0482 1910.9 18.5515V26.272H1909.08V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1917.62 0.911381C1917.62 0.408206 1918.03 0 1918.53 0C1919.03 0 1919.44 0.408048 1919.44 0.911381V26.2721H1917.62V0.911381Z' fill='%2300B1F8'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  content: "";
  height: 27px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .projects-bg {
    height: 60%;
  }
}
.projects-section {
  padding: 5rem 0;
  position: relative;
}
@media only screen and (max-width: 909px) {
  .projects-section {
    padding: 60px 0;
  }
}
.projects-section .container {
  position: relative;
  z-index: 1;
}
.projects-section .headline-wrap {
  margin: 0 auto 72px;
  text-align: center;
}
.projects-section .headline-wrap h2, .projects-section .headline-wrap .h2 {
  max-width: 850px;
  margin: 0 auto;
  color: #484848;
}
@media only screen and (max-width: 1279px) {
  .projects-section .headline-wrap {
    margin: 0 auto 48px;
  }
}
@media only screen and (max-width: 1099px) {
  .projects-section .headline-wrap {
    margin: 0 auto 32px;
  }
}
.projects-list {
  display: flex;
  flex-wrap: wrap;
}
.projects-list-item {
  padding: 0 24px;
  flex: 0 0 33.3333%;
}
.projects-list-item-wrap {
  background: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1098039216);
}
.projects-list-item-wrap:hover .projects-list-item__img{
  transform: scale(1.05);
}
.projects-list-item_content {
  padding: 20px 72px 28px 28px;
  font-size: 14px;
  color: #696969;
  line-height: 1.3;
  position: relative;
}
.projects-list-item_content_img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.projects-list-item_content ul, .projects-list-item_content ol {
  padding-left: 26px;
}
.projects-list-item_content ul {
  list-style-type: disc;
}
.projects-list-item_content li {
  margin-bottom: 8px;
}
.projects-list-item_content li:last-child {
  margin-bottom: 0;
}
.projects-list-item__img {
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.3s ease 0s;
  padding: 20px 30px 5px;
  min-height: 298px;
}
.projects-list-item__img::after {
  content: "";
  background: linear-gradient(180deg, rgba(2, 3, 4, 0) 0%, #020304 100%);
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.projects-list-item__img h3, .projects-list-item__img .h3 {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1279px) {
  .projects-list-item {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 909px) {
  .projects-list-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .projects-list-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px;
    margin-bottom: 24px;
  }
  .projects-list-item:last-child {
    margin-bottom: 0;
  }
}

.trust-figure {
  flex: 0 0 46%;
  max-width: 46%;
}
.trust-figure img {
  display: block;
}
@media only screen and (max-width: 1279px) {
  .trust-figure {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 930px) {
  .trust-figure {
    max-width: 600px;
    flex: 1;
  }
}
.trust-section {
  padding: 6.25rem 0 5rem;
  position: relative;
  background: url(../img/trust-bg.jpg) no-repeat center center;
  background-size: cover !important;
}
.trust-section .container {
  position: relative;
  z-index: 1;
}
.trust-section .container > .row {
  gap: 120px;
}
@media only screen and (max-width: 1279px) {
  .trust-section .container > .row {
    gap: 80px;
  }
}
@media only screen and (max-width: 1099px) {
  .trust-section .container > .row {
    gap: 60px;
  }
}
@media (max-width: 930px) {
  .trust-section .container > .row {
    align-items: center;
    flex-direction: column;
  }
}
.trust-section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.trust-stats {
  display: flex;
  gap: 80px;
  height: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  counter-reset: trust_counter;
}
@media only screen and (max-width: 1279px) {
  .trust-stats {
    flex: 0 0 48%;
    max-width: 48%;
    gap: 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .trust-stats {
    gap: 20px;
    justify-content: space-around;
  }
}
@media (max-width: 930px) {
  .trust-stats {
    flex: 1;
    max-width: 600px;
  }
}
@media only screen and (max-width: 570px) {
  .trust-stats {
    gap: 32px;
  }
}
.trust-stats__item {
  color: #fff;
  max-width: 228px;
  counter-increment: trust_counter;
  position: relative;
}
.trust-stats__item::before {
  content: "0" counter(trust_counter);
  font-size: 52px;
  position: absolute;
  right: 45px;
  top: 0;
  font-weight: 800;
  color: rgba(96, 96, 96, 0.8);
}
.trust-stats__item__img {
  margin-bottom: 12px;
}
.trust-stats__item__img img {
  display: block;
}
.trust-stats__item__title {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
}
.trust-stats__item__desk {
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 1099px) {
  .trust-stats__item {
    max-width: 200px;
  }
}
@media only screen and (max-width: 570px) {
  .trust-stats__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.review-section {
  background: #EFFFFC;
  position: relative;
  padding: 6.25rem 0 5rem;
}
.review-section:after {
  animation: mist 240s infinite linear;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1920' height='27' viewBox='0 0 1920 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.1571 5.88257C70.1571 5.3794 69.7491 4.97119 69.2457 4.97119C68.7425 4.97119 68.3343 5.37924 68.3343 5.88257V26.2719H70.1571V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M61.6154 18.5515C61.6154 18.0483 61.2073 17.6401 60.704 17.6401C60.2008 17.6401 59.7926 18.0482 59.7926 18.5515V26.272H61.6152L61.6154 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M53.0736 15.2722C53.0736 14.7689 52.6656 14.3608 52.1622 14.3608C51.6589 14.3608 51.2508 14.7689 51.2508 15.2722V26.2721H53.0736V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M44.5316 18.5515C44.5316 18.0483 44.1236 17.6401 43.6202 17.6401C43.1171 17.6401 42.7089 18.0482 42.7089 18.5515V26.272H44.5316V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M35.9899 12.2346C35.9899 11.7313 35.5818 11.3232 35.0785 11.3232C34.5753 11.3232 34.1671 11.7313 34.1671 12.2346V26.2721H35.9899V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M27.448 18.5515C27.448 18.0483 27.04 17.6401 26.5366 17.6401C26.0334 17.6401 25.6252 18.0482 25.6252 18.5515V26.272H27.448V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M18.9062 15.2722C18.9062 14.7689 18.4982 14.3608 17.9949 14.3608C17.4917 14.3608 17.0835 14.7689 17.0835 15.2722V26.2721H18.9062V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M10.3644 18.5515C10.3644 18.0483 9.95633 17.6401 9.453 17.6401C8.94966 17.6401 8.54162 18.0482 8.54162 18.5515V26.272H10.3644V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1.82263 0.911381C1.82263 0.408206 1.41458 0 0.911251 0C0.408075 0 -0.000130773 0.408048 -0.000130773 0.911381V26.2721H1.82263V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M76.9192 18.5515C76.9192 18.0483 77.3272 17.6401 77.8306 17.6401C78.3337 17.6401 78.742 18.0482 78.742 18.5515V26.272H76.9193L76.9192 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M85.4609 15.2722C85.4609 14.7689 85.869 14.3608 86.3723 14.3608C86.8757 14.3608 87.2837 14.7689 87.2837 15.2722V26.2721H85.4609V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M94.0028 18.5515C94.0028 18.0483 94.4109 17.6401 94.9142 17.6401C95.4174 17.6401 95.8256 18.0482 95.8256 18.5515V26.272H94.0028V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M102.545 12.2346C102.545 11.7313 102.953 11.3232 103.456 11.3232C103.959 11.3232 104.367 11.7313 104.367 12.2346V26.2721H102.545V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M111.086 18.5515C111.086 18.0483 111.494 17.6401 111.998 17.6401C112.501 17.6401 112.909 18.0482 112.909 18.5515V26.272H111.086V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M119.628 15.2722C119.628 14.7689 120.036 14.3608 120.54 14.3608C121.043 14.3608 121.451 14.7689 121.451 15.2722V26.2721H119.628V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M128.17 18.5515C128.17 18.0483 128.578 17.6401 129.081 17.6401C129.585 17.6401 129.993 18.0482 129.993 18.5515V26.272H128.17V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M207.15 5.88257C207.15 5.3794 206.742 4.97119 206.239 4.97119C205.735 4.97119 205.327 5.37924 205.327 5.88257V26.2719H207.15V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M198.608 18.5515C198.608 18.0483 198.2 17.6401 197.697 17.6401C197.194 17.6401 196.786 18.0482 196.786 18.5515V26.272H198.608L198.608 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M190.067 15.2722C190.067 14.7689 189.658 14.3608 189.155 14.3608C188.652 14.3608 188.244 14.7689 188.244 15.2722V26.2721H190.067V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M181.525 18.5515C181.525 18.0483 181.116 17.6401 180.613 17.6401C180.11 17.6401 179.702 18.0482 179.702 18.5515V26.272H181.525V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M172.983 12.2346C172.983 11.7313 172.575 11.3232 172.071 11.3232C171.568 11.3232 171.16 11.7313 171.16 12.2346V26.2721H172.983V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M164.441 18.5515C164.441 18.0483 164.033 17.6401 163.53 17.6401C163.026 17.6401 162.618 18.0482 162.618 18.5515V26.272H164.441V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M155.899 15.2722C155.899 14.7689 155.491 14.3608 154.988 14.3608C154.485 14.3608 154.076 14.7689 154.076 15.2722V26.2721H155.899V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M147.357 18.5515C147.357 18.0483 146.949 17.6401 146.446 17.6401C145.943 17.6401 145.535 18.0482 145.535 18.5515V26.272H147.357V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M138.816 0.911381C138.816 0.408206 138.408 0 137.904 0C137.401 0 136.993 0.408048 136.993 0.911381V26.2721H138.816V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M213.912 18.5515C213.912 18.0483 214.32 17.6401 214.823 17.6401C215.327 17.6401 215.735 18.0482 215.735 18.5515V26.272H213.912L213.912 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M222.454 15.2722C222.454 14.7689 222.862 14.3608 223.365 14.3608C223.868 14.3608 224.276 14.7689 224.276 15.2722V26.2721H222.454V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M230.996 18.5515C230.996 18.0483 231.404 17.6401 231.907 17.6401C232.41 17.6401 232.818 18.0482 232.818 18.5515V26.272H230.996V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M239.537 12.2346C239.537 11.7313 239.945 11.3232 240.449 11.3232C240.952 11.3232 241.36 11.7313 241.36 12.2346V26.2721H239.537V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M248.079 18.5515C248.079 18.0483 248.487 17.6401 248.991 17.6401C249.494 17.6401 249.902 18.0482 249.902 18.5515V26.272H248.079V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M256.621 15.2722C256.621 14.7689 257.029 14.3608 257.532 14.3608C258.036 14.3608 258.444 14.7689 258.444 15.2722V26.2721H256.621V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M265.163 18.5515C265.163 18.0483 265.571 17.6401 266.074 17.6401C266.578 17.6401 266.986 18.0482 266.986 18.5515V26.272H265.163V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M344.143 5.88257C344.143 5.3794 343.735 4.97119 343.232 4.97119C342.728 4.97119 342.32 5.37924 342.32 5.88257V26.2719H344.143V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M335.601 18.5515C335.601 18.0483 335.193 17.6401 334.69 17.6401C334.187 17.6401 333.778 18.0482 333.778 18.5515V26.272H335.601L335.601 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M327.059 15.2722C327.059 14.7689 326.651 14.3608 326.148 14.3608C325.645 14.3608 325.237 14.7689 325.237 15.2722V26.2721H327.059V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M318.517 18.5515C318.517 18.0483 318.109 17.6401 317.606 17.6401C317.103 17.6401 316.695 18.0482 316.695 18.5515V26.272H318.517V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M309.976 12.2346C309.976 11.7313 309.568 11.3232 309.064 11.3232C308.561 11.3232 308.153 11.7313 308.153 12.2346V26.2721H309.976V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M301.434 18.5515C301.434 18.0483 301.026 17.6401 300.522 17.6401C300.019 17.6401 299.611 18.0482 299.611 18.5515V26.272H301.434V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M292.892 15.2722C292.892 14.7689 292.484 14.3608 291.981 14.3608C291.478 14.3608 291.069 14.7689 291.069 15.2722V26.2721H292.892V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M284.35 18.5515C284.35 18.0483 283.942 17.6401 283.439 17.6401C282.936 17.6401 282.527 18.0482 282.527 18.5515V26.272H284.35V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M275.808 0.911381C275.808 0.408206 275.4 0 274.897 0C274.394 0 273.986 0.408048 273.986 0.911381V26.2721H275.808V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M350.905 18.5515C350.905 18.0483 351.313 17.6401 351.816 17.6401C352.32 17.6401 352.728 18.0482 352.728 18.5515V26.272H350.905L350.905 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M359.447 15.2722C359.447 14.7689 359.855 14.3608 360.358 14.3608C360.861 14.3608 361.27 14.7689 361.27 15.2722V26.2721H359.447V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M367.989 18.5515C367.989 18.0483 368.397 17.6401 368.9 17.6401C369.403 17.6401 369.811 18.0482 369.811 18.5515V26.272H367.989V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M376.53 12.2346C376.53 11.7313 376.938 11.3232 377.442 11.3232C377.945 11.3232 378.353 11.7313 378.353 12.2346V26.2721H376.53V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M385.072 18.5515C385.072 18.0483 385.48 17.6401 385.984 17.6401C386.487 17.6401 386.895 18.0482 386.895 18.5515V26.272H385.072V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M393.614 15.2722C393.614 14.7689 394.022 14.3608 394.525 14.3608C395.029 14.3608 395.437 14.7689 395.437 15.2722V26.2721H393.614V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M402.156 18.5515C402.156 18.0483 402.564 17.6401 403.067 17.6401C403.571 17.6401 403.979 18.0482 403.979 18.5515V26.272H402.156V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M481.136 5.88257C481.136 5.3794 480.728 4.97119 480.224 4.97119C479.721 4.97119 479.313 5.37924 479.313 5.88257V26.2719H481.136V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M472.594 18.5515C472.594 18.0483 472.186 17.6401 471.683 17.6401C471.18 17.6401 470.771 18.0482 470.771 18.5515V26.272H472.594L472.594 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M464.052 15.2722C464.052 14.7689 463.644 14.3608 463.141 14.3608C462.638 14.3608 462.23 14.7689 462.23 15.2722V26.2721H464.052V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M455.51 18.5515C455.51 18.0483 455.102 17.6401 454.599 17.6401C454.096 17.6401 453.688 18.0482 453.688 18.5515V26.272H455.51V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M446.969 12.2346C446.969 11.7313 446.561 11.3232 446.057 11.3232C445.554 11.3232 445.146 11.7313 445.146 12.2346V26.2721H446.969V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M438.427 18.5515C438.427 18.0483 438.019 17.6401 437.515 17.6401C437.012 17.6401 436.604 18.0482 436.604 18.5515V26.272H438.427V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M429.885 15.2722C429.885 14.7689 429.477 14.3608 428.974 14.3608C428.47 14.3608 428.062 14.7689 428.062 15.2722V26.2721H429.885V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M421.343 18.5515C421.343 18.0483 420.935 17.6401 420.432 17.6401C419.928 17.6401 419.52 18.0482 419.52 18.5515V26.272H421.343V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M412.801 0.911381C412.801 0.408206 412.393 0 411.89 0C411.387 0 410.979 0.408048 410.979 0.911381V26.2721H412.801V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M487.898 18.5515C487.898 18.0483 488.306 17.6401 488.809 17.6401C489.313 17.6401 489.721 18.0482 489.721 18.5515V26.272H487.898L487.898 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M496.44 15.2722C496.44 14.7689 496.848 14.3608 497.351 14.3608C497.854 14.3608 498.262 14.7689 498.262 15.2722V26.2721H496.44V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M504.982 18.5515C504.982 18.0483 505.39 17.6401 505.893 17.6401C506.396 17.6401 506.804 18.0482 506.804 18.5515V26.272H504.982V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M513.523 12.2346C513.523 11.7313 513.931 11.3232 514.435 11.3232C514.938 11.3232 515.346 11.7313 515.346 12.2346V26.2721H513.523V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M522.065 18.5515C522.065 18.0483 522.473 17.6401 522.977 17.6401C523.48 17.6401 523.888 18.0482 523.888 18.5515V26.272H522.065V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M530.607 15.2722C530.607 14.7689 531.015 14.3608 531.518 14.3608C532.021 14.3608 532.43 14.7689 532.43 15.2722V26.2721H530.607V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M539.149 18.5515C539.149 18.0483 539.557 17.6401 540.06 17.6401C540.564 17.6401 540.972 18.0482 540.972 18.5515V26.272H539.149V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M618.129 5.88257C618.129 5.3794 617.721 4.97119 617.218 4.97119C616.715 4.97119 616.306 5.37924 616.306 5.88257V26.2719H618.129V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M609.587 18.5515C609.587 18.0483 609.179 17.6401 608.676 17.6401C608.173 17.6401 607.765 18.0482 607.765 18.5515V26.272H609.587L609.587 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M601.046 15.2722C601.046 14.7689 600.638 14.3608 600.134 14.3608C599.631 14.3608 599.223 14.7689 599.223 15.2722V26.2721H601.046V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M592.504 18.5515C592.504 18.0483 592.095 17.6401 591.592 17.6401C591.089 17.6401 590.681 18.0482 590.681 18.5515V26.272H592.504V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M583.962 12.2346C583.962 11.7313 583.554 11.3232 583.05 11.3232C582.547 11.3232 582.139 11.7313 582.139 12.2346V26.2721H583.962V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M575.42 18.5515C575.42 18.0483 575.012 17.6401 574.509 17.6401C574.005 17.6401 573.597 18.0482 573.597 18.5515V26.272H575.42V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M566.878 15.2722C566.878 14.7689 566.47 14.3608 565.967 14.3608C565.464 14.3608 565.055 14.7689 565.055 15.2722V26.2721H566.878V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M558.336 18.5515C558.336 18.0483 557.928 17.6401 557.425 17.6401C556.922 17.6401 556.514 18.0482 556.514 18.5515V26.272H558.336V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M549.795 0.911381C549.795 0.408206 549.387 0 548.883 0C548.38 0 547.972 0.408048 547.972 0.911381V26.2721H549.795V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M624.891 18.5515C624.891 18.0483 625.299 17.6401 625.802 17.6401C626.305 17.6401 626.714 18.0482 626.714 18.5515V26.272H624.891L624.891 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M633.433 15.2722C633.433 14.7689 633.841 14.3608 634.344 14.3608C634.847 14.3608 635.255 14.7689 635.255 15.2722V26.2721H633.433V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M641.975 18.5515C641.975 18.0483 642.383 17.6401 642.886 17.6401C643.389 17.6401 643.797 18.0482 643.797 18.5515V26.272H641.975V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M650.516 12.2346C650.516 11.7313 650.924 11.3232 651.428 11.3232C651.931 11.3232 652.339 11.7313 652.339 12.2346V26.2721H650.516V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M659.058 18.5515C659.058 18.0483 659.466 17.6401 659.969 17.6401C660.473 17.6401 660.881 18.0482 660.881 18.5515V26.272H659.058V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M667.6 15.2722C667.6 14.7689 668.008 14.3608 668.511 14.3608C669.014 14.3608 669.423 14.7689 669.423 15.2722V26.2721H667.6V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M676.142 18.5515C676.142 18.0483 676.55 17.6401 677.053 17.6401C677.557 17.6401 677.965 18.0482 677.965 18.5515V26.272H676.142V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M755.122 5.88257C755.122 5.3794 754.714 4.97119 754.21 4.97119C753.707 4.97119 753.299 5.37924 753.299 5.88257V26.2719H755.122V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M746.58 18.5515C746.58 18.0483 746.172 17.6401 745.669 17.6401C745.166 17.6401 744.757 18.0482 744.757 18.5515V26.272H746.58L746.58 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M738.038 15.2722C738.038 14.7689 737.63 14.3608 737.127 14.3608C736.624 14.3608 736.216 14.7689 736.216 15.2722V26.2721H738.038V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M729.496 18.5515C729.496 18.0483 729.088 17.6401 728.585 17.6401C728.082 17.6401 727.674 18.0482 727.674 18.5515V26.272H729.496V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M720.955 12.2346C720.955 11.7313 720.547 11.3232 720.043 11.3232C719.54 11.3232 719.132 11.7313 719.132 12.2346V26.2721H720.955V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M712.413 18.5515C712.413 18.0483 712.005 17.6401 711.501 17.6401C710.998 17.6401 710.59 18.0482 710.59 18.5515V26.272H712.413V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M703.871 15.2722C703.871 14.7689 703.463 14.3608 702.96 14.3608C702.457 14.3608 702.048 14.7689 702.048 15.2722V26.2721H703.871V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M695.329 18.5515C695.329 18.0483 694.921 17.6401 694.418 17.6401C693.914 17.6401 693.506 18.0482 693.506 18.5515V26.272H695.329V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M686.787 0.911381C686.787 0.408206 686.379 0 685.876 0C685.373 0 684.965 0.408048 684.965 0.911381V26.2721H686.787V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M761.884 18.5515C761.884 18.0483 762.292 17.6401 762.795 17.6401C763.299 17.6401 763.707 18.0482 763.707 18.5515V26.272H761.884L761.884 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M770.426 15.2722C770.426 14.7689 770.834 14.3608 771.337 14.3608C771.84 14.3608 772.249 14.7689 772.249 15.2722V26.2721H770.426V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M778.968 18.5515C778.968 18.0483 779.376 17.6401 779.879 17.6401C780.382 17.6401 780.791 18.0482 780.791 18.5515V26.272H778.968V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M787.51 12.2346C787.51 11.7313 787.918 11.3232 788.421 11.3232C788.924 11.3232 789.332 11.7313 789.332 12.2346V26.2721H787.51V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M796.051 18.5515C796.051 18.0483 796.459 17.6401 796.963 17.6401C797.466 17.6401 797.874 18.0482 797.874 18.5515V26.272H796.051V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M804.593 15.2722C804.593 14.7689 805.001 14.3608 805.505 14.3608C806.008 14.3608 806.416 14.7689 806.416 15.2722V26.2721H804.593V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M813.135 18.5515C813.135 18.0483 813.543 17.6401 814.046 17.6401C814.55 17.6401 814.958 18.0482 814.958 18.5515V26.272H813.135V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M892.115 5.88257C892.115 5.3794 891.707 4.97119 891.203 4.97119C890.7 4.97119 890.292 5.37924 890.292 5.88257V26.2719H892.115V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M883.573 18.5515C883.573 18.0483 883.165 17.6401 882.661 17.6401C882.158 17.6401 881.75 18.0482 881.75 18.5515V26.272H883.573L883.573 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M875.031 15.2722C875.031 14.7689 874.623 14.3608 874.12 14.3608C873.616 14.3608 873.208 14.7689 873.208 15.2722V26.2721H875.031V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M866.489 18.5515C866.489 18.0483 866.081 17.6401 865.578 17.6401C865.074 17.6401 864.666 18.0482 864.666 18.5515V26.272H866.489V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M857.947 12.2346C857.947 11.7313 857.539 11.3232 857.036 11.3232C856.533 11.3232 856.125 11.7313 856.125 12.2346V26.2721H857.947V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M849.406 18.5515C849.406 18.0483 848.997 17.6401 848.494 17.6401C847.991 17.6401 847.583 18.0482 847.583 18.5515V26.272H849.406V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M840.864 15.2722C840.864 14.7689 840.456 14.3608 839.952 14.3608C839.449 14.3608 839.041 14.7689 839.041 15.2722V26.2721H840.864V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M832.322 18.5515C832.322 18.0483 831.914 17.6401 831.411 17.6401C830.907 17.6401 830.499 18.0482 830.499 18.5515V26.272H832.322V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M823.78 0.911381C823.78 0.408206 823.372 0 822.869 0C822.365 0 821.957 0.408048 821.957 0.911381V26.2721H823.78V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M898.876 18.5515C898.876 18.0483 899.285 17.6401 899.788 17.6401C900.291 17.6401 900.699 18.0482 900.699 18.5515V26.272H898.877L898.876 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M907.418 15.2722C907.418 14.7689 907.827 14.3608 908.33 14.3608C908.833 14.3608 909.241 14.7689 909.241 15.2722V26.2721H907.418V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M915.96 18.5515C915.96 18.0483 916.368 17.6401 916.872 17.6401C917.375 17.6401 917.783 18.0482 917.783 18.5515V26.272H915.96V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M924.502 12.2346C924.502 11.7313 924.91 11.3232 925.413 11.3232C925.917 11.3232 926.325 11.7313 926.325 12.2346V26.2721H924.502V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M933.044 18.5515C933.044 18.0483 933.452 17.6401 933.955 17.6401C934.459 17.6401 934.867 18.0482 934.867 18.5515V26.272H933.044V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M941.586 15.2722C941.586 14.7689 941.994 14.3608 942.497 14.3608C943 14.3608 943.408 14.7689 943.408 15.2722V26.2721H941.586V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M950.127 18.5515C950.127 18.0483 950.535 17.6401 951.039 17.6401C951.542 17.6401 951.95 18.0482 951.95 18.5515V26.272H950.127V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1029.11 5.88257C1029.11 5.3794 1028.7 4.97119 1028.2 4.97119C1027.69 4.97119 1027.28 5.37924 1027.28 5.88257V26.2719H1029.11V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1020.57 18.5515C1020.57 18.0483 1020.16 17.6401 1019.65 17.6401C1019.15 17.6401 1018.74 18.0482 1018.74 18.5515V26.272H1020.57L1020.57 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1012.02 15.2722C1012.02 14.7689 1011.62 14.3608 1011.11 14.3608C1010.61 14.3608 1010.2 14.7689 1010.2 15.2722V26.2721H1012.02V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1003.48 18.5515C1003.48 18.0483 1003.07 17.6401 1002.57 17.6401C1002.07 17.6401 1001.66 18.0482 1001.66 18.5515V26.272H1003.48V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M994.94 12.2346C994.94 11.7313 994.532 11.3232 994.029 11.3232C993.525 11.3232 993.117 11.7313 993.117 12.2346V26.2721H994.94V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M986.398 18.5515C986.398 18.0483 985.99 17.6401 985.487 17.6401C984.984 17.6401 984.575 18.0482 984.575 18.5515V26.272H986.398V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M977.856 15.2722C977.856 14.7689 977.448 14.3608 976.945 14.3608C976.442 14.3608 976.034 14.7689 976.034 15.2722V26.2721H977.856V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M969.315 18.5515C969.315 18.0483 968.907 17.6401 968.403 17.6401C967.9 17.6401 967.492 18.0482 967.492 18.5515V26.272H969.315V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M960.773 0.911381C960.773 0.408206 960.365 0 959.861 0C959.358 0 958.95 0.408048 958.95 0.911381V26.2721H960.773V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1035.87 18.5515C1035.87 18.0483 1036.28 17.6401 1036.78 17.6401C1037.28 17.6401 1037.69 18.0482 1037.69 18.5515V26.272H1035.87L1035.87 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1044.41 15.2722C1044.41 14.7689 1044.82 14.3608 1045.32 14.3608C1045.83 14.3608 1046.23 14.7689 1046.23 15.2722V26.2721H1044.41V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1052.95 18.5515C1052.95 18.0483 1053.36 17.6401 1053.86 17.6401C1054.37 17.6401 1054.78 18.0482 1054.78 18.5515V26.272H1052.95V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1061.49 12.2346C1061.49 11.7313 1061.9 11.3232 1062.41 11.3232C1062.91 11.3232 1063.32 11.7313 1063.32 12.2346V26.2721H1061.49V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1070.04 18.5515C1070.04 18.0483 1070.44 17.6401 1070.95 17.6401C1071.45 17.6401 1071.86 18.0482 1071.86 18.5515V26.272H1070.04V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1078.58 15.2722C1078.58 14.7689 1078.99 14.3608 1079.49 14.3608C1079.99 14.3608 1080.4 14.7689 1080.4 15.2722V26.2721H1078.58V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1087.12 18.5515C1087.12 18.0483 1087.53 17.6401 1088.03 17.6401C1088.53 17.6401 1088.94 18.0482 1088.94 18.5515V26.272H1087.12V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1166.1 5.88257C1166.1 5.3794 1165.69 4.97119 1165.19 4.97119C1164.69 4.97119 1164.28 5.37924 1164.28 5.88257V26.2719H1166.1V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1157.56 18.5515C1157.56 18.0483 1157.15 17.6401 1156.65 17.6401C1156.14 17.6401 1155.74 18.0482 1155.74 18.5515V26.272H1157.56L1157.56 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1149.02 15.2722C1149.02 14.7689 1148.61 14.3608 1148.11 14.3608C1147.6 14.3608 1147.19 14.7689 1147.19 15.2722V26.2721H1149.02V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1140.47 18.5515C1140.47 18.0483 1140.07 17.6401 1139.56 17.6401C1139.06 17.6401 1138.65 18.0482 1138.65 18.5515V26.272H1140.47V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1131.93 12.2346C1131.93 11.7313 1131.53 11.3232 1131.02 11.3232C1130.52 11.3232 1130.11 11.7313 1130.11 12.2346V26.2721H1131.93V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1123.39 18.5515C1123.39 18.0483 1122.98 17.6401 1122.48 17.6401C1121.98 17.6401 1121.57 18.0482 1121.57 18.5515V26.272H1123.39V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1114.85 15.2722C1114.85 14.7689 1114.44 14.3608 1113.94 14.3608C1113.43 14.3608 1113.03 14.7689 1113.03 15.2722V26.2721H1114.85V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1106.31 18.5515C1106.31 18.0483 1105.9 17.6401 1105.4 17.6401C1104.89 17.6401 1104.48 18.0482 1104.48 18.5515V26.272H1106.31V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1097.77 0.911381C1097.77 0.408206 1097.36 0 1096.85 0C1096.35 0 1095.94 0.408048 1095.94 0.911381V26.2721H1097.77V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1172.86 18.5515C1172.86 18.0483 1173.27 17.6401 1173.77 17.6401C1174.28 17.6401 1174.68 18.0482 1174.68 18.5515V26.272H1172.86L1172.86 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1181.4 15.2722C1181.4 14.7689 1181.81 14.3608 1182.32 14.3608C1182.82 14.3608 1183.23 14.7689 1183.23 15.2722V26.2721H1181.4V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1189.95 18.5515C1189.95 18.0483 1190.35 17.6401 1190.86 17.6401C1191.36 17.6401 1191.77 18.0482 1191.77 18.5515V26.272H1189.95V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1198.49 12.2346C1198.49 11.7313 1198.9 11.3232 1199.4 11.3232C1199.9 11.3232 1200.31 11.7313 1200.31 12.2346V26.2721H1198.49V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1207.03 18.5515C1207.03 18.0483 1207.44 17.6401 1207.94 17.6401C1208.44 17.6401 1208.85 18.0482 1208.85 18.5515V26.272H1207.03V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1215.57 15.2722C1215.57 14.7689 1215.98 14.3608 1216.48 14.3608C1216.99 14.3608 1217.39 14.7689 1217.39 15.2722V26.2721H1215.57V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1224.11 18.5515C1224.11 18.0483 1224.52 17.6401 1225.02 17.6401C1225.53 17.6401 1225.94 18.0482 1225.94 18.5515V26.272H1224.11V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1303.09 5.88257C1303.09 5.3794 1302.68 4.97119 1302.18 4.97119C1301.68 4.97119 1301.27 5.37924 1301.27 5.88257V26.2719H1303.09V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1294.55 18.5515C1294.55 18.0483 1294.14 17.6401 1293.64 17.6401C1293.14 17.6401 1292.73 18.0482 1292.73 18.5515V26.272H1294.55L1294.55 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1286.01 15.2722C1286.01 14.7689 1285.6 14.3608 1285.1 14.3608C1284.59 14.3608 1284.19 14.7689 1284.19 15.2722V26.2721H1286.01V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1277.47 18.5515C1277.47 18.0483 1277.06 17.6401 1276.56 17.6401C1276.05 17.6401 1275.64 18.0482 1275.64 18.5515V26.272H1277.47V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1268.93 12.2346C1268.93 11.7313 1268.52 11.3232 1268.01 11.3232C1267.51 11.3232 1267.1 11.7313 1267.1 12.2346V26.2721H1268.93V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1260.38 18.5515C1260.38 18.0483 1259.98 17.6401 1259.47 17.6401C1258.97 17.6401 1258.56 18.0482 1258.56 18.5515V26.272H1260.38V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1251.84 15.2722C1251.84 14.7689 1251.43 14.3608 1250.93 14.3608C1250.43 14.3608 1250.02 14.7689 1250.02 15.2722V26.2721H1251.84V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1243.3 18.5515C1243.3 18.0483 1242.89 17.6401 1242.39 17.6401C1241.89 17.6401 1241.48 18.0482 1241.48 18.5515V26.272H1243.3V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1234.76 0.911381C1234.76 0.408206 1234.35 0 1233.85 0C1233.34 0 1232.94 0.408048 1232.94 0.911381V26.2721H1234.76V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1309.85 18.5515C1309.85 18.0483 1310.26 17.6401 1310.77 17.6401C1311.27 17.6401 1311.68 18.0482 1311.68 18.5515V26.272H1309.85L1309.85 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1318.4 15.2722C1318.4 14.7689 1318.8 14.3608 1319.31 14.3608C1319.81 14.3608 1320.22 14.7689 1320.22 15.2722V26.2721H1318.4V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1326.94 18.5515C1326.94 18.0483 1327.35 17.6401 1327.85 17.6401C1328.35 17.6401 1328.76 18.0482 1328.76 18.5515V26.272H1326.94V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1335.48 12.2346C1335.48 11.7313 1335.89 11.3232 1336.39 11.3232C1336.89 11.3232 1337.3 11.7313 1337.3 12.2346V26.2721H1335.48V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1344.02 18.5515C1344.02 18.0483 1344.43 17.6401 1344.93 17.6401C1345.44 17.6401 1345.84 18.0482 1345.84 18.5515V26.272H1344.02V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1352.56 15.2722C1352.56 14.7689 1352.97 14.3608 1353.48 14.3608C1353.98 14.3608 1354.39 14.7689 1354.39 15.2722V26.2721H1352.56V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1361.11 18.5515C1361.11 18.0483 1361.51 17.6401 1362.02 17.6401C1362.52 17.6401 1362.93 18.0482 1362.93 18.5515V26.272H1361.11V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1440.09 5.88257C1440.09 5.3794 1439.68 4.97119 1439.17 4.97119C1438.67 4.97119 1438.26 5.37924 1438.26 5.88257V26.2719H1440.09V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1431.54 18.5515C1431.54 18.0483 1431.14 17.6401 1430.63 17.6401C1430.13 17.6401 1429.72 18.0482 1429.72 18.5515V26.272H1431.54L1431.54 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1423 15.2722C1423 14.7689 1422.59 14.3608 1422.09 14.3608C1421.59 14.3608 1421.18 14.7689 1421.18 15.2722V26.2721H1423V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1414.46 18.5515C1414.46 18.0483 1414.05 17.6401 1413.55 17.6401C1413.05 17.6401 1412.64 18.0482 1412.64 18.5515V26.272H1414.46V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1405.92 12.2346C1405.92 11.7313 1405.51 11.3232 1405.01 11.3232C1404.5 11.3232 1404.1 11.7313 1404.1 12.2346V26.2721H1405.92V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1397.38 18.5515C1397.38 18.0483 1396.97 17.6401 1396.47 17.6401C1395.96 17.6401 1395.55 18.0482 1395.55 18.5515V26.272H1397.38V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1388.83 15.2722C1388.83 14.7689 1388.43 14.3608 1387.92 14.3608C1387.42 14.3608 1387.01 14.7689 1387.01 15.2722V26.2721H1388.83V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1380.29 18.5515C1380.29 18.0483 1379.88 17.6401 1379.38 17.6401C1378.88 17.6401 1378.47 18.0482 1378.47 18.5515V26.272H1380.29V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1371.75 0.911381C1371.75 0.408206 1371.34 0 1370.84 0C1370.34 0 1369.93 0.408048 1369.93 0.911381V26.2721H1371.75V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1446.85 18.5515C1446.85 18.0483 1447.26 17.6401 1447.76 17.6401C1448.26 17.6401 1448.67 18.0482 1448.67 18.5515V26.272H1446.85L1446.85 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1455.39 15.2722C1455.39 14.7689 1455.8 14.3608 1456.3 14.3608C1456.8 14.3608 1457.21 14.7689 1457.21 15.2722V26.2721H1455.39V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1463.93 18.5515C1463.93 18.0483 1464.34 17.6401 1464.84 17.6401C1465.35 17.6401 1465.75 18.0482 1465.75 18.5515V26.272H1463.93V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1472.47 12.2346C1472.47 11.7313 1472.88 11.3232 1473.38 11.3232C1473.89 11.3232 1474.3 11.7313 1474.3 12.2346V26.2721H1472.47V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1481.01 18.5515C1481.01 18.0483 1481.42 17.6401 1481.93 17.6401C1482.43 17.6401 1482.84 18.0482 1482.84 18.5515V26.272H1481.01V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1489.56 15.2722C1489.56 14.7689 1489.96 14.3608 1490.47 14.3608C1490.97 14.3608 1491.38 14.7689 1491.38 15.2722V26.2721H1489.56V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1498.1 18.5515C1498.1 18.0483 1498.51 17.6401 1499.01 17.6401C1499.51 17.6401 1499.92 18.0482 1499.92 18.5515V26.272H1498.1V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1577.08 5.88257C1577.08 5.3794 1576.67 4.97119 1576.17 4.97119C1575.66 4.97119 1575.26 5.37924 1575.26 5.88257V26.2719H1577.08V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1568.54 18.5515C1568.54 18.0483 1568.13 17.6401 1567.62 17.6401C1567.12 17.6401 1566.71 18.0482 1566.71 18.5515V26.272H1568.54L1568.54 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1559.99 15.2722C1559.99 14.7689 1559.59 14.3608 1559.08 14.3608C1558.58 14.3608 1558.17 14.7689 1558.17 15.2722V26.2721H1559.99V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1551.45 18.5515C1551.45 18.0483 1551.04 17.6401 1550.54 17.6401C1550.04 17.6401 1549.63 18.0482 1549.63 18.5515V26.272H1551.45V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1542.91 12.2346C1542.91 11.7313 1542.5 11.3232 1542 11.3232C1541.5 11.3232 1541.09 11.7313 1541.09 12.2346V26.2721H1542.91V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1534.37 18.5515C1534.37 18.0483 1533.96 17.6401 1533.46 17.6401C1532.95 17.6401 1532.55 18.0482 1532.55 18.5515V26.272H1534.37V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1525.83 15.2722C1525.83 14.7689 1525.42 14.3608 1524.92 14.3608C1524.41 14.3608 1524 14.7689 1524 15.2722V26.2721H1525.83V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1517.29 18.5515C1517.29 18.0483 1516.88 17.6401 1516.37 17.6401C1515.87 17.6401 1515.46 18.0482 1515.46 18.5515V26.272H1517.29V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1508.74 0.911381C1508.74 0.408206 1508.34 0 1507.83 0C1507.33 0 1506.92 0.408048 1506.92 0.911381V26.2721H1508.74V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1583.84 18.5515C1583.84 18.0483 1584.25 17.6401 1584.75 17.6401C1585.25 17.6401 1585.66 18.0482 1585.66 18.5515V26.272H1583.84L1583.84 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1592.38 15.2722C1592.38 14.7689 1592.79 14.3608 1593.29 14.3608C1593.8 14.3608 1594.2 14.7689 1594.2 15.2722V26.2721H1592.38V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1600.92 18.5515C1600.92 18.0483 1601.33 17.6401 1601.84 17.6401C1602.34 17.6401 1602.75 18.0482 1602.75 18.5515V26.272H1600.92V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1609.47 12.2346C1609.47 11.7313 1609.87 11.3232 1610.38 11.3232C1610.88 11.3232 1611.29 11.7313 1611.29 12.2346V26.2721H1609.47V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1618.01 18.5515C1618.01 18.0483 1618.42 17.6401 1618.92 17.6401C1619.42 17.6401 1619.83 18.0482 1619.83 18.5515V26.272H1618.01V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1626.55 15.2722C1626.55 14.7689 1626.96 14.3608 1627.46 14.3608C1627.96 14.3608 1628.37 14.7689 1628.37 15.2722V26.2721H1626.55V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1635.09 18.5515C1635.09 18.0483 1635.5 17.6401 1636 17.6401C1636.51 17.6401 1636.91 18.0482 1636.91 18.5515V26.272H1635.09V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1714.07 5.88257C1714.07 5.3794 1713.66 4.97119 1713.16 4.97119C1712.66 4.97119 1712.25 5.37924 1712.25 5.88257V26.2719H1714.07V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1705.53 18.5515C1705.53 18.0483 1705.12 17.6401 1704.62 17.6401C1704.11 17.6401 1703.71 18.0482 1703.71 18.5515V26.272H1705.53L1705.53 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1696.99 15.2722C1696.99 14.7689 1696.58 14.3608 1696.08 14.3608C1695.57 14.3608 1695.16 14.7689 1695.16 15.2722V26.2721H1696.99V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1688.45 18.5515C1688.45 18.0483 1688.04 17.6401 1687.53 17.6401C1687.03 17.6401 1686.62 18.0482 1686.62 18.5515V26.272H1688.45V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1679.9 12.2346C1679.9 11.7313 1679.5 11.3232 1678.99 11.3232C1678.49 11.3232 1678.08 11.7313 1678.08 12.2346V26.2721H1679.9V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1671.36 18.5515C1671.36 18.0483 1670.95 17.6401 1670.45 17.6401C1669.95 17.6401 1669.54 18.0482 1669.54 18.5515V26.272H1671.36V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1662.82 15.2722C1662.82 14.7689 1662.41 14.3608 1661.91 14.3608C1661.41 14.3608 1661 14.7689 1661 15.2722V26.2721H1662.82V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1654.28 18.5515C1654.28 18.0483 1653.87 17.6401 1653.37 17.6401C1652.86 17.6401 1652.46 18.0482 1652.46 18.5515V26.272H1654.28V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1645.74 0.911381C1645.74 0.408206 1645.33 0 1644.83 0C1644.32 0 1643.91 0.408048 1643.91 0.911381V26.2721H1645.74V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1720.83 18.5515C1720.83 18.0483 1721.24 17.6401 1721.74 17.6401C1722.25 17.6401 1722.66 18.0482 1722.66 18.5515V26.272H1720.83L1720.83 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1729.37 15.2722C1729.37 14.7689 1729.78 14.3608 1730.29 14.3608C1730.79 14.3608 1731.2 14.7689 1731.2 15.2722V26.2721H1729.37V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1737.92 18.5515C1737.92 18.0483 1738.32 17.6401 1738.83 17.6401C1739.33 17.6401 1739.74 18.0482 1739.74 18.5515V26.272H1737.92V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1746.46 12.2346C1746.46 11.7313 1746.87 11.3232 1747.37 11.3232C1747.87 11.3232 1748.28 11.7313 1748.28 12.2346V26.2721H1746.46V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1755 18.5515C1755 18.0483 1755.41 17.6401 1755.91 17.6401C1756.41 17.6401 1756.82 18.0482 1756.82 18.5515V26.272H1755V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1763.54 15.2722C1763.54 14.7689 1763.95 14.3608 1764.45 14.3608C1764.96 14.3608 1765.36 14.7689 1765.36 15.2722V26.2721H1763.54V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1772.08 18.5515C1772.08 18.0483 1772.49 17.6401 1773 17.6401C1773.5 17.6401 1773.91 18.0482 1773.91 18.5515V26.272H1772.08V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1851.06 5.88257C1851.06 5.3794 1850.66 4.97119 1850.15 4.97119C1849.65 4.97119 1849.24 5.37924 1849.24 5.88257V26.2719H1851.06V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1842.52 18.5515C1842.52 18.0483 1842.11 17.6401 1841.61 17.6401C1841.11 17.6401 1840.7 18.0482 1840.7 18.5515V26.272H1842.52L1842.52 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1833.98 15.2722C1833.98 14.7689 1833.57 14.3608 1833.07 14.3608C1832.57 14.3608 1832.16 14.7689 1832.16 15.2722V26.2721H1833.98V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1825.44 18.5515C1825.44 18.0483 1825.03 17.6401 1824.53 17.6401C1824.02 17.6401 1823.62 18.0482 1823.62 18.5515V26.272H1825.44V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1816.9 12.2346C1816.9 11.7313 1816.49 11.3232 1815.98 11.3232C1815.48 11.3232 1815.07 11.7313 1815.07 12.2346V26.2721H1816.9V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1808.35 18.5515C1808.35 18.0483 1807.95 17.6401 1807.44 17.6401C1806.94 17.6401 1806.53 18.0482 1806.53 18.5515V26.272H1808.35V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1799.81 15.2722C1799.81 14.7689 1799.4 14.3608 1798.9 14.3608C1798.4 14.3608 1797.99 14.7689 1797.99 15.2722V26.2721H1799.81V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1791.27 18.5515C1791.27 18.0483 1790.86 17.6401 1790.36 17.6401C1789.86 17.6401 1789.45 18.0482 1789.45 18.5515V26.272H1791.27V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1782.73 0.911381C1782.73 0.408206 1782.32 0 1781.82 0C1781.31 0 1780.91 0.408048 1780.91 0.911381V26.2721H1782.73V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1857.83 18.5515C1857.83 18.0483 1858.23 17.6401 1858.74 17.6401C1859.24 17.6401 1859.65 18.0482 1859.65 18.5515V26.272H1857.83L1857.83 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1866.37 15.2722C1866.37 14.7689 1866.78 14.3608 1867.28 14.3608C1867.78 14.3608 1868.19 14.7689 1868.19 15.2722V26.2721H1866.37V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1874.91 18.5515C1874.91 18.0483 1875.32 17.6401 1875.82 17.6401C1876.32 17.6401 1876.73 18.0482 1876.73 18.5515V26.272H1874.91V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1883.45 12.2346C1883.45 11.7313 1883.86 11.3232 1884.36 11.3232C1884.87 11.3232 1885.27 11.7313 1885.27 12.2346V26.2721H1883.45V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1891.99 18.5515C1891.99 18.0483 1892.4 17.6401 1892.9 17.6401C1893.41 17.6401 1893.82 18.0482 1893.82 18.5515V26.272H1891.99V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1900.53 15.2722C1900.53 14.7689 1900.94 14.3608 1901.45 14.3608C1901.95 14.3608 1902.36 14.7689 1902.36 15.2722V26.2721H1900.53V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1909.08 18.5515C1909.08 18.0483 1909.48 17.6401 1909.99 17.6401C1910.49 17.6401 1910.9 18.0482 1910.9 18.5515V26.272H1909.08V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1917.62 0.911381C1917.62 0.408206 1918.03 0 1918.53 0C1919.03 0 1919.44 0.408048 1919.44 0.911381V26.2721H1917.62V0.911381Z' fill='%2300B1F8'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  content: "";
  transform: rotate(180deg);
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.excellence-section {
  padding: 5rem 0;
  background: url(../img/hero/excellence-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (max-width: 767px) {
  .excellence-section {
    background-position: right center;
  }
}
@media only screen and (max-width: 570px) {
  .excellence-section {
    background: url(../img/hero/excellence-bg-mob.png);
    background-size: cover;
    background-position: center center;
  }
}
.excellence-section .btn-wrap {
  display: flex;
  justify-content: flex-end;
}
.excellence-section .headline-wrap {
  max-width: 560px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .excellence-section .headline-wrap {
    margin-bottom: 42px;
  }
}
.excellence-section .slick-dots {
  display: flex;
  padding: 40px 0;
  gap: 8px;
}
.excellence-section .slick-dots li {
  flex: 0 0 12px;
  max-width: 12px;
  height: 12px;
  cursor: pointer;
  border: 1px solid #00B1F8;
  background: #fff;
  font-size: 0;
  position: relative;
  border-radius: 50%;
}
.excellence-section .slick-dots li.slick-active::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00B1F8;
}
.excellence-slider-wrap {
  margin: 0 -40px 0 calc((100vw - 1260px) / 2);
}
@media (max-width: 1400px) {
  .excellence-slider-wrap {
    margin: 0 -20px 0 20px;
  }
}
.excellence-slide {
  padding: 0 40px 0 0;
}
.excellence-slide__wrap {
  display: block;
  position: relative;
  overflow: hidden;
}
.excellence-slide__wrap:hover .excellence-slide__img{
  transform: scale(1.05);
}
.excellence-slide__wrap::before {
  content: "";
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(2, 3, 4, 0) 0%, #020304 100%);
}
.excellence-slide__img {
  position: relative;
  height: 510px;
  background-size: cover;
  transition: all .3s linear;
  transform: scale(1);
}
.excellence-slide__img img {
  display: block;
}
@media only screen and (max-width: 1099px) {
  .excellence-slide__img {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .excellence-slide__img {
    height: 354px;
  }
}
.excellence-slide__content {
  padding: 12px 24px 28px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 374px) {
  .excellence-slide__content {
    padding: 12px 16px 28px;
  }
}
.excellence-slide__content__subtitle {
  color: #00B1F8;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 400;
}
.excellence-slide__content__title {
  border-bottom: 1px solid #fff;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 12px;
  position: relative;
}
.excellence-slide__content__title::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.83366 14.5H24.167M24.167 14.5L16.917 7.25M24.167 14.5L16.917 21.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0;
  transition: right .3s linear;
  bottom: 12px;
}
.excellence-slide__wrap:hover .excellence-slide__content__title::after {
  right:-5px;
}
@media only screen and (max-width: 767px) {
  .excellence-slide__content__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 374px) {
  .excellence-slide__content__title {
    padding-right: 30px;
  }
}

.team-section {
  position: relative;
  padding: 6.25rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  .team-section {
    padding: 60px 0;
  }
}
.team-section:after {
  animation: mist 240s infinite linear;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1920' height='27' viewBox='0 0 1920 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.1571 5.88257C70.1571 5.3794 69.7491 4.97119 69.2457 4.97119C68.7425 4.97119 68.3343 5.37924 68.3343 5.88257V26.2719H70.1571V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M61.6154 18.5515C61.6154 18.0483 61.2073 17.6401 60.704 17.6401C60.2008 17.6401 59.7926 18.0482 59.7926 18.5515V26.272H61.6152L61.6154 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M53.0736 15.2722C53.0736 14.7689 52.6656 14.3608 52.1622 14.3608C51.6589 14.3608 51.2508 14.7689 51.2508 15.2722V26.2721H53.0736V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M44.5316 18.5515C44.5316 18.0483 44.1236 17.6401 43.6202 17.6401C43.1171 17.6401 42.7089 18.0482 42.7089 18.5515V26.272H44.5316V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M35.9899 12.2346C35.9899 11.7313 35.5818 11.3232 35.0785 11.3232C34.5753 11.3232 34.1671 11.7313 34.1671 12.2346V26.2721H35.9899V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M27.448 18.5515C27.448 18.0483 27.04 17.6401 26.5366 17.6401C26.0334 17.6401 25.6252 18.0482 25.6252 18.5515V26.272H27.448V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M18.9062 15.2722C18.9062 14.7689 18.4982 14.3608 17.9949 14.3608C17.4917 14.3608 17.0835 14.7689 17.0835 15.2722V26.2721H18.9062V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M10.3644 18.5515C10.3644 18.0483 9.95633 17.6401 9.453 17.6401C8.94966 17.6401 8.54162 18.0482 8.54162 18.5515V26.272H10.3644V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1.82263 0.911381C1.82263 0.408206 1.41458 0 0.911251 0C0.408075 0 -0.000130773 0.408048 -0.000130773 0.911381V26.2721H1.82263V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M76.9192 18.5515C76.9192 18.0483 77.3272 17.6401 77.8306 17.6401C78.3337 17.6401 78.742 18.0482 78.742 18.5515V26.272H76.9193L76.9192 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M85.4609 15.2722C85.4609 14.7689 85.869 14.3608 86.3723 14.3608C86.8757 14.3608 87.2837 14.7689 87.2837 15.2722V26.2721H85.4609V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M94.0028 18.5515C94.0028 18.0483 94.4109 17.6401 94.9142 17.6401C95.4174 17.6401 95.8256 18.0482 95.8256 18.5515V26.272H94.0028V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M102.545 12.2346C102.545 11.7313 102.953 11.3232 103.456 11.3232C103.959 11.3232 104.367 11.7313 104.367 12.2346V26.2721H102.545V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M111.086 18.5515C111.086 18.0483 111.494 17.6401 111.998 17.6401C112.501 17.6401 112.909 18.0482 112.909 18.5515V26.272H111.086V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M119.628 15.2722C119.628 14.7689 120.036 14.3608 120.54 14.3608C121.043 14.3608 121.451 14.7689 121.451 15.2722V26.2721H119.628V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M128.17 18.5515C128.17 18.0483 128.578 17.6401 129.081 17.6401C129.585 17.6401 129.993 18.0482 129.993 18.5515V26.272H128.17V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M207.15 5.88257C207.15 5.3794 206.742 4.97119 206.239 4.97119C205.735 4.97119 205.327 5.37924 205.327 5.88257V26.2719H207.15V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M198.608 18.5515C198.608 18.0483 198.2 17.6401 197.697 17.6401C197.194 17.6401 196.786 18.0482 196.786 18.5515V26.272H198.608L198.608 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M190.067 15.2722C190.067 14.7689 189.658 14.3608 189.155 14.3608C188.652 14.3608 188.244 14.7689 188.244 15.2722V26.2721H190.067V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M181.525 18.5515C181.525 18.0483 181.116 17.6401 180.613 17.6401C180.11 17.6401 179.702 18.0482 179.702 18.5515V26.272H181.525V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M172.983 12.2346C172.983 11.7313 172.575 11.3232 172.071 11.3232C171.568 11.3232 171.16 11.7313 171.16 12.2346V26.2721H172.983V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M164.441 18.5515C164.441 18.0483 164.033 17.6401 163.53 17.6401C163.026 17.6401 162.618 18.0482 162.618 18.5515V26.272H164.441V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M155.899 15.2722C155.899 14.7689 155.491 14.3608 154.988 14.3608C154.485 14.3608 154.076 14.7689 154.076 15.2722V26.2721H155.899V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M147.357 18.5515C147.357 18.0483 146.949 17.6401 146.446 17.6401C145.943 17.6401 145.535 18.0482 145.535 18.5515V26.272H147.357V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M138.816 0.911381C138.816 0.408206 138.408 0 137.904 0C137.401 0 136.993 0.408048 136.993 0.911381V26.2721H138.816V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M213.912 18.5515C213.912 18.0483 214.32 17.6401 214.823 17.6401C215.327 17.6401 215.735 18.0482 215.735 18.5515V26.272H213.912L213.912 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M222.454 15.2722C222.454 14.7689 222.862 14.3608 223.365 14.3608C223.868 14.3608 224.276 14.7689 224.276 15.2722V26.2721H222.454V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M230.996 18.5515C230.996 18.0483 231.404 17.6401 231.907 17.6401C232.41 17.6401 232.818 18.0482 232.818 18.5515V26.272H230.996V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M239.537 12.2346C239.537 11.7313 239.945 11.3232 240.449 11.3232C240.952 11.3232 241.36 11.7313 241.36 12.2346V26.2721H239.537V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M248.079 18.5515C248.079 18.0483 248.487 17.6401 248.991 17.6401C249.494 17.6401 249.902 18.0482 249.902 18.5515V26.272H248.079V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M256.621 15.2722C256.621 14.7689 257.029 14.3608 257.532 14.3608C258.036 14.3608 258.444 14.7689 258.444 15.2722V26.2721H256.621V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M265.163 18.5515C265.163 18.0483 265.571 17.6401 266.074 17.6401C266.578 17.6401 266.986 18.0482 266.986 18.5515V26.272H265.163V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M344.143 5.88257C344.143 5.3794 343.735 4.97119 343.232 4.97119C342.728 4.97119 342.32 5.37924 342.32 5.88257V26.2719H344.143V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M335.601 18.5515C335.601 18.0483 335.193 17.6401 334.69 17.6401C334.187 17.6401 333.778 18.0482 333.778 18.5515V26.272H335.601L335.601 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M327.059 15.2722C327.059 14.7689 326.651 14.3608 326.148 14.3608C325.645 14.3608 325.237 14.7689 325.237 15.2722V26.2721H327.059V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M318.517 18.5515C318.517 18.0483 318.109 17.6401 317.606 17.6401C317.103 17.6401 316.695 18.0482 316.695 18.5515V26.272H318.517V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M309.976 12.2346C309.976 11.7313 309.568 11.3232 309.064 11.3232C308.561 11.3232 308.153 11.7313 308.153 12.2346V26.2721H309.976V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M301.434 18.5515C301.434 18.0483 301.026 17.6401 300.522 17.6401C300.019 17.6401 299.611 18.0482 299.611 18.5515V26.272H301.434V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M292.892 15.2722C292.892 14.7689 292.484 14.3608 291.981 14.3608C291.478 14.3608 291.069 14.7689 291.069 15.2722V26.2721H292.892V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M284.35 18.5515C284.35 18.0483 283.942 17.6401 283.439 17.6401C282.936 17.6401 282.527 18.0482 282.527 18.5515V26.272H284.35V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M275.808 0.911381C275.808 0.408206 275.4 0 274.897 0C274.394 0 273.986 0.408048 273.986 0.911381V26.2721H275.808V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M350.905 18.5515C350.905 18.0483 351.313 17.6401 351.816 17.6401C352.32 17.6401 352.728 18.0482 352.728 18.5515V26.272H350.905L350.905 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M359.447 15.2722C359.447 14.7689 359.855 14.3608 360.358 14.3608C360.861 14.3608 361.27 14.7689 361.27 15.2722V26.2721H359.447V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M367.989 18.5515C367.989 18.0483 368.397 17.6401 368.9 17.6401C369.403 17.6401 369.811 18.0482 369.811 18.5515V26.272H367.989V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M376.53 12.2346C376.53 11.7313 376.938 11.3232 377.442 11.3232C377.945 11.3232 378.353 11.7313 378.353 12.2346V26.2721H376.53V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M385.072 18.5515C385.072 18.0483 385.48 17.6401 385.984 17.6401C386.487 17.6401 386.895 18.0482 386.895 18.5515V26.272H385.072V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M393.614 15.2722C393.614 14.7689 394.022 14.3608 394.525 14.3608C395.029 14.3608 395.437 14.7689 395.437 15.2722V26.2721H393.614V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M402.156 18.5515C402.156 18.0483 402.564 17.6401 403.067 17.6401C403.571 17.6401 403.979 18.0482 403.979 18.5515V26.272H402.156V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M481.136 5.88257C481.136 5.3794 480.728 4.97119 480.224 4.97119C479.721 4.97119 479.313 5.37924 479.313 5.88257V26.2719H481.136V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M472.594 18.5515C472.594 18.0483 472.186 17.6401 471.683 17.6401C471.18 17.6401 470.771 18.0482 470.771 18.5515V26.272H472.594L472.594 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M464.052 15.2722C464.052 14.7689 463.644 14.3608 463.141 14.3608C462.638 14.3608 462.23 14.7689 462.23 15.2722V26.2721H464.052V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M455.51 18.5515C455.51 18.0483 455.102 17.6401 454.599 17.6401C454.096 17.6401 453.688 18.0482 453.688 18.5515V26.272H455.51V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M446.969 12.2346C446.969 11.7313 446.561 11.3232 446.057 11.3232C445.554 11.3232 445.146 11.7313 445.146 12.2346V26.2721H446.969V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M438.427 18.5515C438.427 18.0483 438.019 17.6401 437.515 17.6401C437.012 17.6401 436.604 18.0482 436.604 18.5515V26.272H438.427V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M429.885 15.2722C429.885 14.7689 429.477 14.3608 428.974 14.3608C428.47 14.3608 428.062 14.7689 428.062 15.2722V26.2721H429.885V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M421.343 18.5515C421.343 18.0483 420.935 17.6401 420.432 17.6401C419.928 17.6401 419.52 18.0482 419.52 18.5515V26.272H421.343V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M412.801 0.911381C412.801 0.408206 412.393 0 411.89 0C411.387 0 410.979 0.408048 410.979 0.911381V26.2721H412.801V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M487.898 18.5515C487.898 18.0483 488.306 17.6401 488.809 17.6401C489.313 17.6401 489.721 18.0482 489.721 18.5515V26.272H487.898L487.898 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M496.44 15.2722C496.44 14.7689 496.848 14.3608 497.351 14.3608C497.854 14.3608 498.262 14.7689 498.262 15.2722V26.2721H496.44V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M504.982 18.5515C504.982 18.0483 505.39 17.6401 505.893 17.6401C506.396 17.6401 506.804 18.0482 506.804 18.5515V26.272H504.982V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M513.523 12.2346C513.523 11.7313 513.931 11.3232 514.435 11.3232C514.938 11.3232 515.346 11.7313 515.346 12.2346V26.2721H513.523V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M522.065 18.5515C522.065 18.0483 522.473 17.6401 522.977 17.6401C523.48 17.6401 523.888 18.0482 523.888 18.5515V26.272H522.065V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M530.607 15.2722C530.607 14.7689 531.015 14.3608 531.518 14.3608C532.021 14.3608 532.43 14.7689 532.43 15.2722V26.2721H530.607V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M539.149 18.5515C539.149 18.0483 539.557 17.6401 540.06 17.6401C540.564 17.6401 540.972 18.0482 540.972 18.5515V26.272H539.149V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M618.129 5.88257C618.129 5.3794 617.721 4.97119 617.218 4.97119C616.715 4.97119 616.306 5.37924 616.306 5.88257V26.2719H618.129V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M609.587 18.5515C609.587 18.0483 609.179 17.6401 608.676 17.6401C608.173 17.6401 607.765 18.0482 607.765 18.5515V26.272H609.587L609.587 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M601.046 15.2722C601.046 14.7689 600.638 14.3608 600.134 14.3608C599.631 14.3608 599.223 14.7689 599.223 15.2722V26.2721H601.046V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M592.504 18.5515C592.504 18.0483 592.095 17.6401 591.592 17.6401C591.089 17.6401 590.681 18.0482 590.681 18.5515V26.272H592.504V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M583.962 12.2346C583.962 11.7313 583.554 11.3232 583.05 11.3232C582.547 11.3232 582.139 11.7313 582.139 12.2346V26.2721H583.962V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M575.42 18.5515C575.42 18.0483 575.012 17.6401 574.509 17.6401C574.005 17.6401 573.597 18.0482 573.597 18.5515V26.272H575.42V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M566.878 15.2722C566.878 14.7689 566.47 14.3608 565.967 14.3608C565.464 14.3608 565.055 14.7689 565.055 15.2722V26.2721H566.878V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M558.336 18.5515C558.336 18.0483 557.928 17.6401 557.425 17.6401C556.922 17.6401 556.514 18.0482 556.514 18.5515V26.272H558.336V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M549.795 0.911381C549.795 0.408206 549.387 0 548.883 0C548.38 0 547.972 0.408048 547.972 0.911381V26.2721H549.795V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M624.891 18.5515C624.891 18.0483 625.299 17.6401 625.802 17.6401C626.305 17.6401 626.714 18.0482 626.714 18.5515V26.272H624.891L624.891 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M633.433 15.2722C633.433 14.7689 633.841 14.3608 634.344 14.3608C634.847 14.3608 635.255 14.7689 635.255 15.2722V26.2721H633.433V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M641.975 18.5515C641.975 18.0483 642.383 17.6401 642.886 17.6401C643.389 17.6401 643.797 18.0482 643.797 18.5515V26.272H641.975V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M650.516 12.2346C650.516 11.7313 650.924 11.3232 651.428 11.3232C651.931 11.3232 652.339 11.7313 652.339 12.2346V26.2721H650.516V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M659.058 18.5515C659.058 18.0483 659.466 17.6401 659.969 17.6401C660.473 17.6401 660.881 18.0482 660.881 18.5515V26.272H659.058V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M667.6 15.2722C667.6 14.7689 668.008 14.3608 668.511 14.3608C669.014 14.3608 669.423 14.7689 669.423 15.2722V26.2721H667.6V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M676.142 18.5515C676.142 18.0483 676.55 17.6401 677.053 17.6401C677.557 17.6401 677.965 18.0482 677.965 18.5515V26.272H676.142V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M755.122 5.88257C755.122 5.3794 754.714 4.97119 754.21 4.97119C753.707 4.97119 753.299 5.37924 753.299 5.88257V26.2719H755.122V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M746.58 18.5515C746.58 18.0483 746.172 17.6401 745.669 17.6401C745.166 17.6401 744.757 18.0482 744.757 18.5515V26.272H746.58L746.58 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M738.038 15.2722C738.038 14.7689 737.63 14.3608 737.127 14.3608C736.624 14.3608 736.216 14.7689 736.216 15.2722V26.2721H738.038V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M729.496 18.5515C729.496 18.0483 729.088 17.6401 728.585 17.6401C728.082 17.6401 727.674 18.0482 727.674 18.5515V26.272H729.496V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M720.955 12.2346C720.955 11.7313 720.547 11.3232 720.043 11.3232C719.54 11.3232 719.132 11.7313 719.132 12.2346V26.2721H720.955V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M712.413 18.5515C712.413 18.0483 712.005 17.6401 711.501 17.6401C710.998 17.6401 710.59 18.0482 710.59 18.5515V26.272H712.413V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M703.871 15.2722C703.871 14.7689 703.463 14.3608 702.96 14.3608C702.457 14.3608 702.048 14.7689 702.048 15.2722V26.2721H703.871V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M695.329 18.5515C695.329 18.0483 694.921 17.6401 694.418 17.6401C693.914 17.6401 693.506 18.0482 693.506 18.5515V26.272H695.329V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M686.787 0.911381C686.787 0.408206 686.379 0 685.876 0C685.373 0 684.965 0.408048 684.965 0.911381V26.2721H686.787V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M761.884 18.5515C761.884 18.0483 762.292 17.6401 762.795 17.6401C763.299 17.6401 763.707 18.0482 763.707 18.5515V26.272H761.884L761.884 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M770.426 15.2722C770.426 14.7689 770.834 14.3608 771.337 14.3608C771.84 14.3608 772.249 14.7689 772.249 15.2722V26.2721H770.426V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M778.968 18.5515C778.968 18.0483 779.376 17.6401 779.879 17.6401C780.382 17.6401 780.791 18.0482 780.791 18.5515V26.272H778.968V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M787.51 12.2346C787.51 11.7313 787.918 11.3232 788.421 11.3232C788.924 11.3232 789.332 11.7313 789.332 12.2346V26.2721H787.51V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M796.051 18.5515C796.051 18.0483 796.459 17.6401 796.963 17.6401C797.466 17.6401 797.874 18.0482 797.874 18.5515V26.272H796.051V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M804.593 15.2722C804.593 14.7689 805.001 14.3608 805.505 14.3608C806.008 14.3608 806.416 14.7689 806.416 15.2722V26.2721H804.593V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M813.135 18.5515C813.135 18.0483 813.543 17.6401 814.046 17.6401C814.55 17.6401 814.958 18.0482 814.958 18.5515V26.272H813.135V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M892.115 5.88257C892.115 5.3794 891.707 4.97119 891.203 4.97119C890.7 4.97119 890.292 5.37924 890.292 5.88257V26.2719H892.115V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M883.573 18.5515C883.573 18.0483 883.165 17.6401 882.661 17.6401C882.158 17.6401 881.75 18.0482 881.75 18.5515V26.272H883.573L883.573 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M875.031 15.2722C875.031 14.7689 874.623 14.3608 874.12 14.3608C873.616 14.3608 873.208 14.7689 873.208 15.2722V26.2721H875.031V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M866.489 18.5515C866.489 18.0483 866.081 17.6401 865.578 17.6401C865.074 17.6401 864.666 18.0482 864.666 18.5515V26.272H866.489V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M857.947 12.2346C857.947 11.7313 857.539 11.3232 857.036 11.3232C856.533 11.3232 856.125 11.7313 856.125 12.2346V26.2721H857.947V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M849.406 18.5515C849.406 18.0483 848.997 17.6401 848.494 17.6401C847.991 17.6401 847.583 18.0482 847.583 18.5515V26.272H849.406V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M840.864 15.2722C840.864 14.7689 840.456 14.3608 839.952 14.3608C839.449 14.3608 839.041 14.7689 839.041 15.2722V26.2721H840.864V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M832.322 18.5515C832.322 18.0483 831.914 17.6401 831.411 17.6401C830.907 17.6401 830.499 18.0482 830.499 18.5515V26.272H832.322V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M823.78 0.911381C823.78 0.408206 823.372 0 822.869 0C822.365 0 821.957 0.408048 821.957 0.911381V26.2721H823.78V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M898.876 18.5515C898.876 18.0483 899.285 17.6401 899.788 17.6401C900.291 17.6401 900.699 18.0482 900.699 18.5515V26.272H898.877L898.876 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M907.418 15.2722C907.418 14.7689 907.827 14.3608 908.33 14.3608C908.833 14.3608 909.241 14.7689 909.241 15.2722V26.2721H907.418V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M915.96 18.5515C915.96 18.0483 916.368 17.6401 916.872 17.6401C917.375 17.6401 917.783 18.0482 917.783 18.5515V26.272H915.96V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M924.502 12.2346C924.502 11.7313 924.91 11.3232 925.413 11.3232C925.917 11.3232 926.325 11.7313 926.325 12.2346V26.2721H924.502V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M933.044 18.5515C933.044 18.0483 933.452 17.6401 933.955 17.6401C934.459 17.6401 934.867 18.0482 934.867 18.5515V26.272H933.044V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M941.586 15.2722C941.586 14.7689 941.994 14.3608 942.497 14.3608C943 14.3608 943.408 14.7689 943.408 15.2722V26.2721H941.586V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M950.127 18.5515C950.127 18.0483 950.535 17.6401 951.039 17.6401C951.542 17.6401 951.95 18.0482 951.95 18.5515V26.272H950.127V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1029.11 5.88257C1029.11 5.3794 1028.7 4.97119 1028.2 4.97119C1027.69 4.97119 1027.28 5.37924 1027.28 5.88257V26.2719H1029.11V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1020.57 18.5515C1020.57 18.0483 1020.16 17.6401 1019.65 17.6401C1019.15 17.6401 1018.74 18.0482 1018.74 18.5515V26.272H1020.57L1020.57 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1012.02 15.2722C1012.02 14.7689 1011.62 14.3608 1011.11 14.3608C1010.61 14.3608 1010.2 14.7689 1010.2 15.2722V26.2721H1012.02V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1003.48 18.5515C1003.48 18.0483 1003.07 17.6401 1002.57 17.6401C1002.07 17.6401 1001.66 18.0482 1001.66 18.5515V26.272H1003.48V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M994.94 12.2346C994.94 11.7313 994.532 11.3232 994.029 11.3232C993.525 11.3232 993.117 11.7313 993.117 12.2346V26.2721H994.94V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M986.398 18.5515C986.398 18.0483 985.99 17.6401 985.487 17.6401C984.984 17.6401 984.575 18.0482 984.575 18.5515V26.272H986.398V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M977.856 15.2722C977.856 14.7689 977.448 14.3608 976.945 14.3608C976.442 14.3608 976.034 14.7689 976.034 15.2722V26.2721H977.856V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M969.315 18.5515C969.315 18.0483 968.907 17.6401 968.403 17.6401C967.9 17.6401 967.492 18.0482 967.492 18.5515V26.272H969.315V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M960.773 0.911381C960.773 0.408206 960.365 0 959.861 0C959.358 0 958.95 0.408048 958.95 0.911381V26.2721H960.773V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1035.87 18.5515C1035.87 18.0483 1036.28 17.6401 1036.78 17.6401C1037.28 17.6401 1037.69 18.0482 1037.69 18.5515V26.272H1035.87L1035.87 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1044.41 15.2722C1044.41 14.7689 1044.82 14.3608 1045.32 14.3608C1045.83 14.3608 1046.23 14.7689 1046.23 15.2722V26.2721H1044.41V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1052.95 18.5515C1052.95 18.0483 1053.36 17.6401 1053.86 17.6401C1054.37 17.6401 1054.78 18.0482 1054.78 18.5515V26.272H1052.95V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1061.49 12.2346C1061.49 11.7313 1061.9 11.3232 1062.41 11.3232C1062.91 11.3232 1063.32 11.7313 1063.32 12.2346V26.2721H1061.49V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1070.04 18.5515C1070.04 18.0483 1070.44 17.6401 1070.95 17.6401C1071.45 17.6401 1071.86 18.0482 1071.86 18.5515V26.272H1070.04V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1078.58 15.2722C1078.58 14.7689 1078.99 14.3608 1079.49 14.3608C1079.99 14.3608 1080.4 14.7689 1080.4 15.2722V26.2721H1078.58V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1087.12 18.5515C1087.12 18.0483 1087.53 17.6401 1088.03 17.6401C1088.53 17.6401 1088.94 18.0482 1088.94 18.5515V26.272H1087.12V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1166.1 5.88257C1166.1 5.3794 1165.69 4.97119 1165.19 4.97119C1164.69 4.97119 1164.28 5.37924 1164.28 5.88257V26.2719H1166.1V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1157.56 18.5515C1157.56 18.0483 1157.15 17.6401 1156.65 17.6401C1156.14 17.6401 1155.74 18.0482 1155.74 18.5515V26.272H1157.56L1157.56 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1149.02 15.2722C1149.02 14.7689 1148.61 14.3608 1148.11 14.3608C1147.6 14.3608 1147.19 14.7689 1147.19 15.2722V26.2721H1149.02V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1140.47 18.5515C1140.47 18.0483 1140.07 17.6401 1139.56 17.6401C1139.06 17.6401 1138.65 18.0482 1138.65 18.5515V26.272H1140.47V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1131.93 12.2346C1131.93 11.7313 1131.53 11.3232 1131.02 11.3232C1130.52 11.3232 1130.11 11.7313 1130.11 12.2346V26.2721H1131.93V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1123.39 18.5515C1123.39 18.0483 1122.98 17.6401 1122.48 17.6401C1121.98 17.6401 1121.57 18.0482 1121.57 18.5515V26.272H1123.39V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1114.85 15.2722C1114.85 14.7689 1114.44 14.3608 1113.94 14.3608C1113.43 14.3608 1113.03 14.7689 1113.03 15.2722V26.2721H1114.85V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1106.31 18.5515C1106.31 18.0483 1105.9 17.6401 1105.4 17.6401C1104.89 17.6401 1104.48 18.0482 1104.48 18.5515V26.272H1106.31V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1097.77 0.911381C1097.77 0.408206 1097.36 0 1096.85 0C1096.35 0 1095.94 0.408048 1095.94 0.911381V26.2721H1097.77V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1172.86 18.5515C1172.86 18.0483 1173.27 17.6401 1173.77 17.6401C1174.28 17.6401 1174.68 18.0482 1174.68 18.5515V26.272H1172.86L1172.86 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1181.4 15.2722C1181.4 14.7689 1181.81 14.3608 1182.32 14.3608C1182.82 14.3608 1183.23 14.7689 1183.23 15.2722V26.2721H1181.4V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1189.95 18.5515C1189.95 18.0483 1190.35 17.6401 1190.86 17.6401C1191.36 17.6401 1191.77 18.0482 1191.77 18.5515V26.272H1189.95V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1198.49 12.2346C1198.49 11.7313 1198.9 11.3232 1199.4 11.3232C1199.9 11.3232 1200.31 11.7313 1200.31 12.2346V26.2721H1198.49V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1207.03 18.5515C1207.03 18.0483 1207.44 17.6401 1207.94 17.6401C1208.44 17.6401 1208.85 18.0482 1208.85 18.5515V26.272H1207.03V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1215.57 15.2722C1215.57 14.7689 1215.98 14.3608 1216.48 14.3608C1216.99 14.3608 1217.39 14.7689 1217.39 15.2722V26.2721H1215.57V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1224.11 18.5515C1224.11 18.0483 1224.52 17.6401 1225.02 17.6401C1225.53 17.6401 1225.94 18.0482 1225.94 18.5515V26.272H1224.11V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1303.09 5.88257C1303.09 5.3794 1302.68 4.97119 1302.18 4.97119C1301.68 4.97119 1301.27 5.37924 1301.27 5.88257V26.2719H1303.09V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1294.55 18.5515C1294.55 18.0483 1294.14 17.6401 1293.64 17.6401C1293.14 17.6401 1292.73 18.0482 1292.73 18.5515V26.272H1294.55L1294.55 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1286.01 15.2722C1286.01 14.7689 1285.6 14.3608 1285.1 14.3608C1284.59 14.3608 1284.19 14.7689 1284.19 15.2722V26.2721H1286.01V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1277.47 18.5515C1277.47 18.0483 1277.06 17.6401 1276.56 17.6401C1276.05 17.6401 1275.64 18.0482 1275.64 18.5515V26.272H1277.47V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1268.93 12.2346C1268.93 11.7313 1268.52 11.3232 1268.01 11.3232C1267.51 11.3232 1267.1 11.7313 1267.1 12.2346V26.2721H1268.93V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1260.38 18.5515C1260.38 18.0483 1259.98 17.6401 1259.47 17.6401C1258.97 17.6401 1258.56 18.0482 1258.56 18.5515V26.272H1260.38V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1251.84 15.2722C1251.84 14.7689 1251.43 14.3608 1250.93 14.3608C1250.43 14.3608 1250.02 14.7689 1250.02 15.2722V26.2721H1251.84V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1243.3 18.5515C1243.3 18.0483 1242.89 17.6401 1242.39 17.6401C1241.89 17.6401 1241.48 18.0482 1241.48 18.5515V26.272H1243.3V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1234.76 0.911381C1234.76 0.408206 1234.35 0 1233.85 0C1233.34 0 1232.94 0.408048 1232.94 0.911381V26.2721H1234.76V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1309.85 18.5515C1309.85 18.0483 1310.26 17.6401 1310.77 17.6401C1311.27 17.6401 1311.68 18.0482 1311.68 18.5515V26.272H1309.85L1309.85 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1318.4 15.2722C1318.4 14.7689 1318.8 14.3608 1319.31 14.3608C1319.81 14.3608 1320.22 14.7689 1320.22 15.2722V26.2721H1318.4V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1326.94 18.5515C1326.94 18.0483 1327.35 17.6401 1327.85 17.6401C1328.35 17.6401 1328.76 18.0482 1328.76 18.5515V26.272H1326.94V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1335.48 12.2346C1335.48 11.7313 1335.89 11.3232 1336.39 11.3232C1336.89 11.3232 1337.3 11.7313 1337.3 12.2346V26.2721H1335.48V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1344.02 18.5515C1344.02 18.0483 1344.43 17.6401 1344.93 17.6401C1345.44 17.6401 1345.84 18.0482 1345.84 18.5515V26.272H1344.02V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1352.56 15.2722C1352.56 14.7689 1352.97 14.3608 1353.48 14.3608C1353.98 14.3608 1354.39 14.7689 1354.39 15.2722V26.2721H1352.56V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1361.11 18.5515C1361.11 18.0483 1361.51 17.6401 1362.02 17.6401C1362.52 17.6401 1362.93 18.0482 1362.93 18.5515V26.272H1361.11V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1440.09 5.88257C1440.09 5.3794 1439.68 4.97119 1439.17 4.97119C1438.67 4.97119 1438.26 5.37924 1438.26 5.88257V26.2719H1440.09V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1431.54 18.5515C1431.54 18.0483 1431.14 17.6401 1430.63 17.6401C1430.13 17.6401 1429.72 18.0482 1429.72 18.5515V26.272H1431.54L1431.54 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1423 15.2722C1423 14.7689 1422.59 14.3608 1422.09 14.3608C1421.59 14.3608 1421.18 14.7689 1421.18 15.2722V26.2721H1423V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1414.46 18.5515C1414.46 18.0483 1414.05 17.6401 1413.55 17.6401C1413.05 17.6401 1412.64 18.0482 1412.64 18.5515V26.272H1414.46V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1405.92 12.2346C1405.92 11.7313 1405.51 11.3232 1405.01 11.3232C1404.5 11.3232 1404.1 11.7313 1404.1 12.2346V26.2721H1405.92V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1397.38 18.5515C1397.38 18.0483 1396.97 17.6401 1396.47 17.6401C1395.96 17.6401 1395.55 18.0482 1395.55 18.5515V26.272H1397.38V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1388.83 15.2722C1388.83 14.7689 1388.43 14.3608 1387.92 14.3608C1387.42 14.3608 1387.01 14.7689 1387.01 15.2722V26.2721H1388.83V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1380.29 18.5515C1380.29 18.0483 1379.88 17.6401 1379.38 17.6401C1378.88 17.6401 1378.47 18.0482 1378.47 18.5515V26.272H1380.29V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1371.75 0.911381C1371.75 0.408206 1371.34 0 1370.84 0C1370.34 0 1369.93 0.408048 1369.93 0.911381V26.2721H1371.75V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1446.85 18.5515C1446.85 18.0483 1447.26 17.6401 1447.76 17.6401C1448.26 17.6401 1448.67 18.0482 1448.67 18.5515V26.272H1446.85L1446.85 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1455.39 15.2722C1455.39 14.7689 1455.8 14.3608 1456.3 14.3608C1456.8 14.3608 1457.21 14.7689 1457.21 15.2722V26.2721H1455.39V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1463.93 18.5515C1463.93 18.0483 1464.34 17.6401 1464.84 17.6401C1465.35 17.6401 1465.75 18.0482 1465.75 18.5515V26.272H1463.93V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1472.47 12.2346C1472.47 11.7313 1472.88 11.3232 1473.38 11.3232C1473.89 11.3232 1474.3 11.7313 1474.3 12.2346V26.2721H1472.47V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1481.01 18.5515C1481.01 18.0483 1481.42 17.6401 1481.93 17.6401C1482.43 17.6401 1482.84 18.0482 1482.84 18.5515V26.272H1481.01V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1489.56 15.2722C1489.56 14.7689 1489.96 14.3608 1490.47 14.3608C1490.97 14.3608 1491.38 14.7689 1491.38 15.2722V26.2721H1489.56V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1498.1 18.5515C1498.1 18.0483 1498.51 17.6401 1499.01 17.6401C1499.51 17.6401 1499.92 18.0482 1499.92 18.5515V26.272H1498.1V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1577.08 5.88257C1577.08 5.3794 1576.67 4.97119 1576.17 4.97119C1575.66 4.97119 1575.26 5.37924 1575.26 5.88257V26.2719H1577.08V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1568.54 18.5515C1568.54 18.0483 1568.13 17.6401 1567.62 17.6401C1567.12 17.6401 1566.71 18.0482 1566.71 18.5515V26.272H1568.54L1568.54 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1559.99 15.2722C1559.99 14.7689 1559.59 14.3608 1559.08 14.3608C1558.58 14.3608 1558.17 14.7689 1558.17 15.2722V26.2721H1559.99V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1551.45 18.5515C1551.45 18.0483 1551.04 17.6401 1550.54 17.6401C1550.04 17.6401 1549.63 18.0482 1549.63 18.5515V26.272H1551.45V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1542.91 12.2346C1542.91 11.7313 1542.5 11.3232 1542 11.3232C1541.5 11.3232 1541.09 11.7313 1541.09 12.2346V26.2721H1542.91V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1534.37 18.5515C1534.37 18.0483 1533.96 17.6401 1533.46 17.6401C1532.95 17.6401 1532.55 18.0482 1532.55 18.5515V26.272H1534.37V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1525.83 15.2722C1525.83 14.7689 1525.42 14.3608 1524.92 14.3608C1524.41 14.3608 1524 14.7689 1524 15.2722V26.2721H1525.83V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1517.29 18.5515C1517.29 18.0483 1516.88 17.6401 1516.37 17.6401C1515.87 17.6401 1515.46 18.0482 1515.46 18.5515V26.272H1517.29V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1508.74 0.911381C1508.74 0.408206 1508.34 0 1507.83 0C1507.33 0 1506.92 0.408048 1506.92 0.911381V26.2721H1508.74V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1583.84 18.5515C1583.84 18.0483 1584.25 17.6401 1584.75 17.6401C1585.25 17.6401 1585.66 18.0482 1585.66 18.5515V26.272H1583.84L1583.84 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1592.38 15.2722C1592.38 14.7689 1592.79 14.3608 1593.29 14.3608C1593.8 14.3608 1594.2 14.7689 1594.2 15.2722V26.2721H1592.38V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1600.92 18.5515C1600.92 18.0483 1601.33 17.6401 1601.84 17.6401C1602.34 17.6401 1602.75 18.0482 1602.75 18.5515V26.272H1600.92V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1609.47 12.2346C1609.47 11.7313 1609.87 11.3232 1610.38 11.3232C1610.88 11.3232 1611.29 11.7313 1611.29 12.2346V26.2721H1609.47V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1618.01 18.5515C1618.01 18.0483 1618.42 17.6401 1618.92 17.6401C1619.42 17.6401 1619.83 18.0482 1619.83 18.5515V26.272H1618.01V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1626.55 15.2722C1626.55 14.7689 1626.96 14.3608 1627.46 14.3608C1627.96 14.3608 1628.37 14.7689 1628.37 15.2722V26.2721H1626.55V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1635.09 18.5515C1635.09 18.0483 1635.5 17.6401 1636 17.6401C1636.51 17.6401 1636.91 18.0482 1636.91 18.5515V26.272H1635.09V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1714.07 5.88257C1714.07 5.3794 1713.66 4.97119 1713.16 4.97119C1712.66 4.97119 1712.25 5.37924 1712.25 5.88257V26.2719H1714.07V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1705.53 18.5515C1705.53 18.0483 1705.12 17.6401 1704.62 17.6401C1704.11 17.6401 1703.71 18.0482 1703.71 18.5515V26.272H1705.53L1705.53 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1696.99 15.2722C1696.99 14.7689 1696.58 14.3608 1696.08 14.3608C1695.57 14.3608 1695.16 14.7689 1695.16 15.2722V26.2721H1696.99V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1688.45 18.5515C1688.45 18.0483 1688.04 17.6401 1687.53 17.6401C1687.03 17.6401 1686.62 18.0482 1686.62 18.5515V26.272H1688.45V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1679.9 12.2346C1679.9 11.7313 1679.5 11.3232 1678.99 11.3232C1678.49 11.3232 1678.08 11.7313 1678.08 12.2346V26.2721H1679.9V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1671.36 18.5515C1671.36 18.0483 1670.95 17.6401 1670.45 17.6401C1669.95 17.6401 1669.54 18.0482 1669.54 18.5515V26.272H1671.36V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1662.82 15.2722C1662.82 14.7689 1662.41 14.3608 1661.91 14.3608C1661.41 14.3608 1661 14.7689 1661 15.2722V26.2721H1662.82V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1654.28 18.5515C1654.28 18.0483 1653.87 17.6401 1653.37 17.6401C1652.86 17.6401 1652.46 18.0482 1652.46 18.5515V26.272H1654.28V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1645.74 0.911381C1645.74 0.408206 1645.33 0 1644.83 0C1644.32 0 1643.91 0.408048 1643.91 0.911381V26.2721H1645.74V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1720.83 18.5515C1720.83 18.0483 1721.24 17.6401 1721.74 17.6401C1722.25 17.6401 1722.66 18.0482 1722.66 18.5515V26.272H1720.83L1720.83 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1729.37 15.2722C1729.37 14.7689 1729.78 14.3608 1730.29 14.3608C1730.79 14.3608 1731.2 14.7689 1731.2 15.2722V26.2721H1729.37V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1737.92 18.5515C1737.92 18.0483 1738.32 17.6401 1738.83 17.6401C1739.33 17.6401 1739.74 18.0482 1739.74 18.5515V26.272H1737.92V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1746.46 12.2346C1746.46 11.7313 1746.87 11.3232 1747.37 11.3232C1747.87 11.3232 1748.28 11.7313 1748.28 12.2346V26.2721H1746.46V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1755 18.5515C1755 18.0483 1755.41 17.6401 1755.91 17.6401C1756.41 17.6401 1756.82 18.0482 1756.82 18.5515V26.272H1755V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1763.54 15.2722C1763.54 14.7689 1763.95 14.3608 1764.45 14.3608C1764.96 14.3608 1765.36 14.7689 1765.36 15.2722V26.2721H1763.54V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1772.08 18.5515C1772.08 18.0483 1772.49 17.6401 1773 17.6401C1773.5 17.6401 1773.91 18.0482 1773.91 18.5515V26.272H1772.08V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1851.06 5.88257C1851.06 5.3794 1850.66 4.97119 1850.15 4.97119C1849.65 4.97119 1849.24 5.37924 1849.24 5.88257V26.2719H1851.06V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1842.52 18.5515C1842.52 18.0483 1842.11 17.6401 1841.61 17.6401C1841.11 17.6401 1840.7 18.0482 1840.7 18.5515V26.272H1842.52L1842.52 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1833.98 15.2722C1833.98 14.7689 1833.57 14.3608 1833.07 14.3608C1832.57 14.3608 1832.16 14.7689 1832.16 15.2722V26.2721H1833.98V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1825.44 18.5515C1825.44 18.0483 1825.03 17.6401 1824.53 17.6401C1824.02 17.6401 1823.62 18.0482 1823.62 18.5515V26.272H1825.44V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1816.9 12.2346C1816.9 11.7313 1816.49 11.3232 1815.98 11.3232C1815.48 11.3232 1815.07 11.7313 1815.07 12.2346V26.2721H1816.9V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1808.35 18.5515C1808.35 18.0483 1807.95 17.6401 1807.44 17.6401C1806.94 17.6401 1806.53 18.0482 1806.53 18.5515V26.272H1808.35V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1799.81 15.2722C1799.81 14.7689 1799.4 14.3608 1798.9 14.3608C1798.4 14.3608 1797.99 14.7689 1797.99 15.2722V26.2721H1799.81V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1791.27 18.5515C1791.27 18.0483 1790.86 17.6401 1790.36 17.6401C1789.86 17.6401 1789.45 18.0482 1789.45 18.5515V26.272H1791.27V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1782.73 0.911381C1782.73 0.408206 1782.32 0 1781.82 0C1781.31 0 1780.91 0.408048 1780.91 0.911381V26.2721H1782.73V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1857.83 18.5515C1857.83 18.0483 1858.23 17.6401 1858.74 17.6401C1859.24 17.6401 1859.65 18.0482 1859.65 18.5515V26.272H1857.83L1857.83 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1866.37 15.2722C1866.37 14.7689 1866.78 14.3608 1867.28 14.3608C1867.78 14.3608 1868.19 14.7689 1868.19 15.2722V26.2721H1866.37V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1874.91 18.5515C1874.91 18.0483 1875.32 17.6401 1875.82 17.6401C1876.32 17.6401 1876.73 18.0482 1876.73 18.5515V26.272H1874.91V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1883.45 12.2346C1883.45 11.7313 1883.86 11.3232 1884.36 11.3232C1884.87 11.3232 1885.27 11.7313 1885.27 12.2346V26.2721H1883.45V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1891.99 18.5515C1891.99 18.0483 1892.4 17.6401 1892.9 17.6401C1893.41 17.6401 1893.82 18.0482 1893.82 18.5515V26.272H1891.99V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1900.53 15.2722C1900.53 14.7689 1900.94 14.3608 1901.45 14.3608C1901.95 14.3608 1902.36 14.7689 1902.36 15.2722V26.2721H1900.53V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1909.08 18.5515C1909.08 18.0483 1909.48 17.6401 1909.99 17.6401C1910.49 17.6401 1910.9 18.0482 1910.9 18.5515V26.272H1909.08V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1917.62 0.911381C1917.62 0.408206 1918.03 0 1918.53 0C1919.03 0 1919.44 0.408048 1919.44 0.911381V26.2721H1917.62V0.911381Z' fill='%2300B1F8'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  content: "";
  transform: rotate(180deg);
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.team-section .container > .row {
  align-items: center;
  gap: 70px;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1099px) {
  .team-section .container > .row {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-section .container > .row {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;
  }
}
.team-section .slick-arrow {
  width: 23px;
  height: 16px;
  position: absolute;
  top: 50%;
  font-size: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.team-section .slick-arrow::after {
  content: "";
  left: 50%;
  position: absolute;
  width: 8px;
  height: 16px;
  transform: translate(-50%);
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1.4303L6.77978 0L0 8L6.78663 16L8 14.5697L2.42674 8L8 1.4303Z' fill='%2300B1F8'/%3E%3C/svg%3E%0A");
}
.team-section .slick-arrow.slick-next {
  right: 16px;
}
.team-section .slick-arrow.slick-next::after {
  transform: translate(-50%) rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .team-section .slick-arrow.slick-next {
    right: 0;
  }
}
.team-section .slick-arrow.slick-prev {
  left: 16px;
}
@media only screen and (max-width: 767px) {
  .team-section .slick-arrow.slick-prev {
    left: 0;
  }
}
.team-slider {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .team-slider {
    padding: 0 20px;
  }
}
.team-slide {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .team-slide {
    padding: 0 10px;
  }
}
.team-figure {
  flex: 0 0 49%;
  max-width: 49%;
}
.team-slide a{
  display: block;
  overflow: hidden;
}
.team-slide a img{
  object-fit: cover;
  transition: all .3s linear;
}
.team-slide:hover a img{
  transform: scale(1.07);
}
@media only screen and (max-width: 767px) {
  .team-figure {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.team-desk .headline-wrap {
  margin-bottom: 34px;
}
.team-desk .btn-wrap {
  padding-top: 20px;
}
.team-desk p {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .team-desk {
    text-align: center;
  }
}
@media only screen and (min-width: 1480px) {
  .team-slide a img{
    height: 348px;
  }

}

.blog-section {
  padding: 80px 0;
  background: #EFFFFC;
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding: 60px 0;
  }
}

.blog-section.container {
  padding: 80px 18px 50px;
  position: relative;
  z-index: 2;
  max-width: 1248px;
}


@media only screen and (max-width: 767px) {
  .blog-section.container {
    padding: 60px 18px;
  }
}

.blog-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
@media only screen and (max-width: 767px) {
  .blog-items {
    margin: 0 auto;
    max-width: 460px;
  }
}

.blog-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 18px;
  margin-bottom: 32px;
}
.blog-item .link {
  opacity: 0;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  display: table;
}
@media only screen and (max-width: 767px) {
  .blog-item .link {
    opacity: 1;
  }
}
.blog-item a {
  display: block;
  color: #696969;
}
.blog-item a:hover .link {
  opacity: 1;
}
.blog-item__text {
  font-size: 14px;
  margin-bottom: 20px;
}
.blog-item__title {
  font-size: 18px;
  text-transform: uppercase;
  color: #484848;
  margin-bottom: 16px;
  font-weight: 500;
}
.blog-item__img {
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-item__img img {
  width: 100%;
  transition: all .3s linear;
  display: block;
}
.blog-item__box:hover .blog-item__img img{
  transform: scale(1.07);
}
@media only screen and (max-width: 1099px) {
  .blog-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
}

.blog-section + .form-section {
  padding: 180px 0 100px;
  margin-top: -80px;
}
@media only screen and (max-width: 1099px) {
  .blog-section + .form-section {
    margin-top: 0;
    padding: 80px 0;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  color: #fff !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center;
  margin: 15px 0 !important;
}

.form {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .form {
    width: 100%;
  }
}
.form-section {
  padding: 100px 0;
  position: relative;
  background: url(../img/hero/form-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-section:after {
  animation: mist 240s infinite linear;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='27' viewBox='0 0 1920 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.1572 5.88257C70.1572 5.3794 69.7492 4.97119 69.2458 4.97119C68.7427 4.97119 68.3345 5.37924 68.3345 5.88257V26.2719H70.1572V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M61.6152 18.5515C61.6152 18.0483 61.2072 17.6401 60.7039 17.6401C60.2007 17.6401 59.7925 18.0482 59.7925 18.5515V26.272H61.6151L61.6152 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M53.0732 15.2722C53.0732 14.7689 52.6652 14.3608 52.1619 14.3608C51.6585 14.3608 51.2505 14.7689 51.2505 15.2722V26.2721H53.0732V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M44.5312 18.5515C44.5312 18.0483 44.1232 17.6401 43.6199 17.6401C43.1167 17.6401 42.7085 18.0482 42.7085 18.5515V26.272H44.5312V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M35.9902 12.2346C35.9902 11.7313 35.5822 11.3232 35.0789 11.3232C34.5757 11.3232 34.1675 11.7313 34.1675 12.2346V26.2721H35.9902V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M27.4482 18.5515C27.4482 18.0483 27.0402 17.6401 26.5369 17.6401C26.0337 17.6401 25.6255 18.0482 25.6255 18.5515V26.272H27.4482V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M18.9062 15.2722C18.9062 14.7689 18.4982 14.3608 17.9949 14.3608C17.4917 14.3608 17.0835 14.7689 17.0835 15.2722V26.2721H18.9062V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M10.3643 18.5515C10.3643 18.0483 9.95621 17.6401 9.45288 17.6401C8.94954 17.6401 8.5415 18.0482 8.5415 18.5515V26.272H10.3643V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1.82227 0.911381C1.82227 0.408206 1.41422 0 0.910884 0C0.407709 0 -0.000496984 0.408048 -0.000496984 0.911381V26.2721H1.82227V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M76.9189 18.5515C76.9189 18.0483 77.327 17.6401 77.8303 17.6401C78.3335 17.6401 78.7417 18.0482 78.7417 18.5515V26.272H76.9191L76.9189 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M85.4609 15.2722C85.4609 14.7689 85.869 14.3608 86.3723 14.3608C86.8757 14.3608 87.2837 14.7689 87.2837 15.2722V26.2721H85.4609V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M94.002 18.5515C94.002 18.0483 94.41 17.6401 94.9133 17.6401C95.4165 17.6401 95.8247 18.0482 95.8247 18.5515V26.272H94.002V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M102.544 12.2346C102.544 11.7313 102.952 11.3232 103.455 11.3232C103.959 11.3232 104.367 11.7313 104.367 12.2346V26.2721H102.544V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M111.086 18.5515C111.086 18.0483 111.494 17.6401 111.997 17.6401C112.5 17.6401 112.909 18.0482 112.909 18.5515V26.272H111.086V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M119.628 15.2722C119.628 14.7689 120.036 14.3608 120.539 14.3608C121.042 14.3608 121.451 14.7689 121.451 15.2722V26.2721H119.628V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M128.17 18.5515C128.17 18.0483 128.578 17.6401 129.081 17.6401C129.585 17.6401 129.993 18.0482 129.993 18.5515V26.272H128.17V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M207.151 5.88257C207.151 5.3794 206.743 4.97119 206.24 4.97119C205.737 4.97119 205.329 5.37924 205.329 5.88257V26.2719H207.151V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M198.609 18.5515C198.609 18.0483 198.201 17.6401 197.698 17.6401C197.195 17.6401 196.787 18.0482 196.787 18.5515V26.272H198.609L198.609 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M190.067 15.2722C190.067 14.7689 189.659 14.3608 189.156 14.3608C188.653 14.3608 188.245 14.7689 188.245 15.2722V26.2721H190.067V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M181.525 18.5515C181.525 18.0483 181.117 17.6401 180.614 17.6401C180.111 17.6401 179.703 18.0482 179.703 18.5515V26.272H181.525V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M172.984 12.2346C172.984 11.7313 172.576 11.3232 172.073 11.3232C171.57 11.3232 171.162 11.7313 171.162 12.2346V26.2721H172.984V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M164.442 18.5515C164.442 18.0483 164.034 17.6401 163.531 17.6401C163.028 17.6401 162.62 18.0482 162.62 18.5515V26.272H164.442V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M155.9 15.2722C155.9 14.7689 155.492 14.3608 154.989 14.3608C154.486 14.3608 154.078 14.7689 154.078 15.2722V26.2721H155.9V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M147.358 18.5515C147.358 18.0483 146.95 17.6401 146.447 17.6401C145.944 17.6401 145.536 18.0482 145.536 18.5515V26.272H147.358V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M138.816 0.911381C138.816 0.408206 138.408 0 137.905 0C137.402 0 136.994 0.408048 136.994 0.911381V26.2721H138.816V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M213.913 18.5515C213.913 18.0483 214.321 17.6401 214.824 17.6401C215.328 17.6401 215.736 18.0482 215.736 18.5515V26.272H213.913L213.913 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M222.455 15.2722C222.455 14.7689 222.863 14.3608 223.366 14.3608C223.87 14.3608 224.278 14.7689 224.278 15.2722V26.2721H222.455V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M230.997 18.5515C230.997 18.0483 231.405 17.6401 231.908 17.6401C232.412 17.6401 232.82 18.0482 232.82 18.5515V26.272H230.997V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M239.538 12.2346C239.538 11.7313 239.946 11.3232 240.449 11.3232C240.953 11.3232 241.361 11.7313 241.361 12.2346V26.2721H239.538V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M248.08 18.5515C248.08 18.0483 248.488 17.6401 248.991 17.6401C249.495 17.6401 249.903 18.0482 249.903 18.5515V26.272H248.08V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M256.622 15.2722C256.622 14.7689 257.03 14.3608 257.533 14.3608C258.037 14.3608 258.445 14.7689 258.445 15.2722V26.2721H256.622V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M265.164 18.5515C265.164 18.0483 265.572 17.6401 266.075 17.6401C266.579 17.6401 266.987 18.0482 266.987 18.5515V26.272H265.164V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M344.145 5.88257C344.145 5.3794 343.736 4.97119 343.233 4.97119C342.73 4.97119 342.322 5.37924 342.322 5.88257V26.2719H344.145V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M335.603 18.5515C335.603 18.0483 335.194 17.6401 334.691 17.6401C334.188 17.6401 333.78 18.0482 333.78 18.5515V26.272H335.602L335.603 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M327.061 15.2722C327.061 14.7689 326.652 14.3608 326.149 14.3608C325.646 14.3608 325.238 14.7689 325.238 15.2722V26.2721H327.061V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M318.519 18.5515C318.519 18.0483 318.111 17.6401 317.607 17.6401C317.104 17.6401 316.696 18.0482 316.696 18.5515V26.272H318.519V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M309.978 12.2346C309.978 11.7313 309.569 11.3232 309.066 11.3232C308.563 11.3232 308.155 11.7313 308.155 12.2346V26.2721H309.978V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M301.436 18.5515C301.436 18.0483 301.027 17.6401 300.524 17.6401C300.021 17.6401 299.613 18.0482 299.613 18.5515V26.272H301.436V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M292.894 15.2722C292.894 14.7689 292.486 14.3608 291.982 14.3608C291.479 14.3608 291.071 14.7689 291.071 15.2722V26.2721H292.894V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M284.352 18.5515C284.352 18.0483 283.944 17.6401 283.44 17.6401C282.937 17.6401 282.529 18.0482 282.529 18.5515V26.272H284.352V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M275.81 0.911381C275.81 0.408206 275.402 0 274.898 0C274.395 0 273.987 0.408048 273.987 0.911381V26.2721H275.81V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M350.906 18.5515C350.906 18.0483 351.314 17.6401 351.818 17.6401C352.321 17.6401 352.729 18.0482 352.729 18.5515V26.272H350.906L350.906 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M359.448 15.2722C359.448 14.7689 359.856 14.3608 360.36 14.3608C360.863 14.3608 361.271 14.7689 361.271 15.2722V26.2721H359.448V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M367.989 18.5515C367.989 18.0483 368.397 17.6401 368.901 17.6401C369.404 17.6401 369.812 18.0482 369.812 18.5515V26.272H367.989V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M376.531 12.2346C376.531 11.7313 376.939 11.3232 377.443 11.3232C377.946 11.3232 378.354 11.7313 378.354 12.2346V26.2721H376.531V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M385.073 18.5515C385.073 18.0483 385.481 17.6401 385.985 17.6401C386.488 17.6401 386.896 18.0482 386.896 18.5515V26.272H385.073V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M393.615 15.2722C393.615 14.7689 394.023 14.3608 394.527 14.3608C395.03 14.3608 395.438 14.7689 395.438 15.2722V26.2721H393.615V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M402.157 18.5515C402.157 18.0483 402.565 17.6401 403.069 17.6401C403.572 17.6401 403.98 18.0482 403.98 18.5515V26.272H402.157V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M481.138 5.88257C481.138 5.3794 480.73 4.97119 480.226 4.97119C479.723 4.97119 479.315 5.37924 479.315 5.88257V26.2719H481.138V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M472.596 18.5515C472.596 18.0483 472.188 17.6401 471.684 17.6401C471.181 17.6401 470.773 18.0482 470.773 18.5515V26.272H472.596L472.596 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M464.054 15.2722C464.054 14.7689 463.646 14.3608 463.142 14.3608C462.639 14.3608 462.231 14.7689 462.231 15.2722V26.2721H464.054V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M455.512 18.5515C455.512 18.0483 455.104 17.6401 454.6 17.6401C454.097 17.6401 453.689 18.0482 453.689 18.5515V26.272H455.512V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M446.971 12.2346C446.971 11.7313 446.563 11.3232 446.059 11.3232C445.556 11.3232 445.148 11.7313 445.148 12.2346V26.2721H446.971V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M438.429 18.5515C438.429 18.0483 438.021 17.6401 437.517 17.6401C437.014 17.6401 436.606 18.0482 436.606 18.5515V26.272H438.429V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M429.887 15.2722C429.887 14.7689 429.479 14.3608 428.975 14.3608C428.472 14.3608 428.064 14.7689 428.064 15.2722V26.2721H429.887V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M421.345 18.5515C421.345 18.0483 420.937 17.6401 420.433 17.6401C419.93 17.6401 419.522 18.0482 419.522 18.5515V26.272H421.345V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M412.803 0.911381C412.803 0.408206 412.395 0 411.891 0C411.388 0 410.98 0.408048 410.98 0.911381V26.2721H412.803V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M487.899 18.5515C487.899 18.0483 488.307 17.6401 488.811 17.6401C489.314 17.6401 489.722 18.0482 489.722 18.5515V26.272H487.9L487.899 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M496.441 15.2722C496.441 14.7689 496.849 14.3608 497.353 14.3608C497.856 14.3608 498.264 14.7689 498.264 15.2722V26.2721H496.441V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M504.983 18.5515C504.983 18.0483 505.391 17.6401 505.895 17.6401C506.398 17.6401 506.806 18.0482 506.806 18.5515V26.272H504.983V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M513.524 12.2346C513.524 11.7313 513.932 11.3232 514.436 11.3232C514.939 11.3232 515.347 11.7313 515.347 12.2346V26.2721H513.524V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M522.066 18.5515C522.066 18.0483 522.474 17.6401 522.978 17.6401C523.481 17.6401 523.889 18.0482 523.889 18.5515V26.272H522.066V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M530.608 15.2722C530.608 14.7689 531.016 14.3608 531.52 14.3608C532.023 14.3608 532.431 14.7689 532.431 15.2722V26.2721H530.608V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M539.15 18.5515C539.15 18.0483 539.558 17.6401 540.062 17.6401C540.565 17.6401 540.973 18.0482 540.973 18.5515V26.272H539.15V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M618.131 5.88257C618.131 5.3794 617.723 4.97119 617.219 4.97119C616.716 4.97119 616.308 5.37924 616.308 5.88257V26.2719H618.131V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M609.589 18.5515C609.589 18.0483 609.181 17.6401 608.677 17.6401C608.174 17.6401 607.766 18.0482 607.766 18.5515V26.272H609.589L609.589 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M601.047 15.2722C601.047 14.7689 600.639 14.3608 600.135 14.3608C599.632 14.3608 599.224 14.7689 599.224 15.2722V26.2721H601.047V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M592.505 18.5515C592.505 18.0483 592.097 17.6401 591.594 17.6401C591.09 17.6401 590.682 18.0482 590.682 18.5515V26.272H592.505V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M583.964 12.2346C583.964 11.7313 583.556 11.3232 583.052 11.3232C582.549 11.3232 582.141 11.7313 582.141 12.2346V26.2721H583.964V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M575.422 18.5515C575.422 18.0483 575.014 17.6401 574.51 17.6401C574.007 17.6401 573.599 18.0482 573.599 18.5515V26.272H575.422V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M566.88 15.2722C566.88 14.7689 566.472 14.3608 565.969 14.3608C565.465 14.3608 565.057 14.7689 565.057 15.2722V26.2721H566.88V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M558.338 18.5515C558.338 18.0483 557.93 17.6401 557.427 17.6401C556.923 17.6401 556.515 18.0482 556.515 18.5515V26.272H558.338V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M549.796 0.911381C549.796 0.408206 549.388 0 548.885 0C548.381 0 547.973 0.408048 547.973 0.911381V26.2721H549.796V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M624.893 18.5515C624.893 18.0483 625.301 17.6401 625.804 17.6401C626.307 17.6401 626.715 18.0482 626.715 18.5515V26.272H624.893L624.893 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M633.435 15.2722C633.435 14.7689 633.843 14.3608 634.346 14.3608C634.849 14.3608 635.257 14.7689 635.257 15.2722V26.2721H633.435V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M641.976 18.5515C641.976 18.0483 642.384 17.6401 642.887 17.6401C643.39 17.6401 643.798 18.0482 643.798 18.5515V26.272H641.976V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M650.518 12.2346C650.518 11.7313 650.926 11.3232 651.429 11.3232C651.932 11.3232 652.34 11.7313 652.34 12.2346V26.2721H650.518V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M659.06 18.5515C659.06 18.0483 659.468 17.6401 659.971 17.6401C660.474 17.6401 660.882 18.0482 660.882 18.5515V26.272H659.06V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M667.602 15.2722C667.602 14.7689 668.01 14.3608 668.513 14.3608C669.016 14.3608 669.424 14.7689 669.424 15.2722V26.2721H667.602V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M676.144 18.5515C676.144 18.0483 676.552 17.6401 677.055 17.6401C677.558 17.6401 677.966 18.0482 677.966 18.5515V26.272H676.144V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M755.124 5.88257C755.124 5.3794 754.716 4.97119 754.213 4.97119C753.709 4.97119 753.301 5.37924 753.301 5.88257V26.2719H755.124V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M746.582 18.5515C746.582 18.0483 746.174 17.6401 745.671 17.6401C745.167 17.6401 744.759 18.0482 744.759 18.5515V26.272H746.582L746.582 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M738.04 15.2722C738.04 14.7689 737.632 14.3608 737.129 14.3608C736.625 14.3608 736.217 14.7689 736.217 15.2722V26.2721H738.04V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M729.498 18.5515C729.498 18.0483 729.09 17.6401 728.587 17.6401C728.083 17.6401 727.675 18.0482 727.675 18.5515V26.272H729.498V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M720.957 12.2346C720.957 11.7313 720.549 11.3232 720.046 11.3232C719.542 11.3232 719.134 11.7313 719.134 12.2346V26.2721H720.957V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M712.415 18.5515C712.415 18.0483 712.007 17.6401 711.504 17.6401C711 17.6401 710.592 18.0482 710.592 18.5515V26.272H712.415V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M703.873 15.2722C703.873 14.7689 703.465 14.3608 702.962 14.3608C702.458 14.3608 702.05 14.7689 702.05 15.2722V26.2721H703.873V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M695.331 18.5515C695.331 18.0483 694.923 17.6401 694.42 17.6401C693.916 17.6401 693.508 18.0482 693.508 18.5515V26.272H695.331V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M686.789 0.911381C686.789 0.408206 686.381 0 685.878 0C685.375 0 684.966 0.408048 684.966 0.911381V26.2721H686.789V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M761.886 18.5515C761.886 18.0483 762.294 17.6401 762.797 17.6401C763.3 17.6401 763.709 18.0482 763.709 18.5515V26.272H761.886L761.886 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M770.428 15.2722C770.428 14.7689 770.836 14.3608 771.339 14.3608C771.842 14.3608 772.25 14.7689 772.25 15.2722V26.2721H770.428V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M778.97 18.5515C778.97 18.0483 779.378 17.6401 779.881 17.6401C780.384 17.6401 780.792 18.0482 780.792 18.5515V26.272H778.97V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M787.512 12.2346C787.512 11.7313 787.92 11.3232 788.423 11.3232C788.926 11.3232 789.334 11.7313 789.334 12.2346V26.2721H787.512V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M796.053 18.5515C796.053 18.0483 796.461 17.6401 796.964 17.6401C797.467 17.6401 797.875 18.0482 797.875 18.5515V26.272H796.053V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M804.595 15.2722C804.595 14.7689 805.003 14.3608 805.506 14.3608C806.009 14.3608 806.417 14.7689 806.417 15.2722V26.2721H804.595V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M813.137 18.5515C813.137 18.0483 813.545 17.6401 814.048 17.6401C814.551 17.6401 814.959 18.0482 814.959 18.5515V26.272H813.137V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M892.117 5.88257C892.117 5.3794 891.709 4.97119 891.206 4.97119C890.703 4.97119 890.294 5.37924 890.294 5.88257V26.2719H892.117V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M883.575 18.5515C883.575 18.0483 883.167 17.6401 882.664 17.6401C882.161 17.6401 881.752 18.0482 881.752 18.5515V26.272H883.575L883.575 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M875.033 15.2722C875.033 14.7689 874.625 14.3608 874.122 14.3608C873.618 14.3608 873.21 14.7689 873.21 15.2722V26.2721H875.033V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M866.491 18.5515C866.491 18.0483 866.083 17.6401 865.58 17.6401C865.077 17.6401 864.668 18.0482 864.668 18.5515V26.272H866.491V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M857.95 12.2346C857.95 11.7313 857.542 11.3232 857.039 11.3232C856.536 11.3232 856.127 11.7313 856.127 12.2346V26.2721H857.95V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M849.408 18.5515C849.408 18.0483 849 17.6401 848.497 17.6401C847.994 17.6401 847.585 18.0482 847.585 18.5515V26.272H849.408V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M840.866 15.2722C840.866 14.7689 840.458 14.3608 839.955 14.3608C839.452 14.3608 839.043 14.7689 839.043 15.2722V26.2721H840.866V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M832.324 18.5515C832.324 18.0483 831.916 17.6401 831.413 17.6401C830.91 17.6401 830.501 18.0482 830.501 18.5515V26.272H832.324V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M823.782 0.911381C823.782 0.408206 823.374 0 822.871 0C822.368 0 821.959 0.408048 821.959 0.911381V26.2721H823.782V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M898.879 18.5515C898.879 18.0483 899.287 17.6401 899.79 17.6401C900.293 17.6401 900.702 18.0482 900.702 18.5515V26.272H898.879L898.879 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M907.421 15.2722C907.421 14.7689 907.829 14.3608 908.332 14.3608C908.836 14.3608 909.244 14.7689 909.244 15.2722V26.2721H907.421V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M915.963 18.5515C915.963 18.0483 916.371 17.6401 916.874 17.6401C917.377 17.6401 917.786 18.0482 917.786 18.5515V26.272H915.963V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M924.504 12.2346C924.504 11.7313 924.912 11.3232 925.415 11.3232C925.918 11.3232 926.327 11.7313 926.327 12.2346V26.2721H924.504V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M933.046 18.5515C933.046 18.0483 933.454 17.6401 933.957 17.6401C934.46 17.6401 934.869 18.0482 934.869 18.5515V26.272H933.046V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M941.588 15.2722C941.588 14.7689 941.996 14.3608 942.499 14.3608C943.002 14.3608 943.411 14.7689 943.411 15.2722V26.2721H941.588V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M950.13 18.5515C950.13 18.0483 950.538 17.6401 951.041 17.6401C951.545 17.6401 951.953 18.0482 951.953 18.5515V26.272H950.13V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1029.11 5.88257C1029.11 5.3794 1028.7 4.97119 1028.2 4.97119C1027.7 4.97119 1027.29 5.37924 1027.29 5.88257V26.2719H1029.11V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M1020.57 18.5515C1020.57 18.0483 1020.16 17.6401 1019.66 17.6401C1019.15 17.6401 1018.75 18.0482 1018.75 18.5515V26.272H1020.57L1020.57 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1012.03 15.2722C1012.03 14.7689 1011.62 14.3608 1011.11 14.3608C1010.61 14.3608 1010.2 14.7689 1010.2 15.2722V26.2721H1012.03V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1003.48 18.5515C1003.48 18.0483 1003.08 17.6401 1002.57 17.6401C1002.07 17.6401 1001.66 18.0482 1001.66 18.5515V26.272H1003.48V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M994.943 12.2346C994.943 11.7313 994.535 11.3232 994.032 11.3232C993.529 11.3232 993.121 11.7313 993.121 12.2346V26.2721H994.943V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M986.401 18.5515C986.401 18.0483 985.993 17.6401 985.49 17.6401C984.987 17.6401 984.579 18.0482 984.579 18.5515V26.272H986.401V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M977.859 15.2722C977.859 14.7689 977.451 14.3608 976.948 14.3608C976.445 14.3608 976.037 14.7689 976.037 15.2722V26.2721H977.859V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M969.317 18.5515C969.317 18.0483 968.909 17.6401 968.406 17.6401C967.903 17.6401 967.495 18.0482 967.495 18.5515V26.272H969.317V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M960.775 0.911381C960.775 0.408206 960.367 0 959.864 0C959.361 0 958.953 0.408048 958.953 0.911381V26.2721H960.775V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M1035.87 18.5515C1035.87 18.0483 1036.28 17.6401 1036.78 17.6401C1037.29 17.6401 1037.69 18.0482 1037.69 18.5515V26.272H1035.87L1035.87 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1044.41 15.2722C1044.41 14.7689 1044.82 14.3608 1045.33 14.3608C1045.83 14.3608 1046.24 14.7689 1046.24 15.2722V26.2721H1044.41V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1052.96 18.5515C1052.96 18.0483 1053.36 17.6401 1053.87 17.6401C1054.37 17.6401 1054.78 18.0482 1054.78 18.5515V26.272H1052.96V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1061.5 12.2346C1061.5 11.7313 1061.91 11.3232 1062.41 11.3232C1062.91 11.3232 1063.32 11.7313 1063.32 12.2346V26.2721H1061.5V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1070.04 18.5515C1070.04 18.0483 1070.45 17.6401 1070.95 17.6401C1071.45 17.6401 1071.86 18.0482 1071.86 18.5515V26.272H1070.04V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1078.58 15.2722C1078.58 14.7689 1078.99 14.3608 1079.49 14.3608C1080 14.3608 1080.4 14.7689 1080.4 15.2722V26.2721H1078.58V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1087.12 18.5515C1087.12 18.0483 1087.53 17.6401 1088.03 17.6401C1088.54 17.6401 1088.95 18.0482 1088.95 18.5515V26.272H1087.12V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1166.1 5.88257C1166.1 5.3794 1165.7 4.97119 1165.19 4.97119C1164.69 4.97119 1164.28 5.37924 1164.28 5.88257V26.2719H1166.1V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M1157.56 18.5515C1157.56 18.0483 1157.15 17.6401 1156.65 17.6401C1156.15 17.6401 1155.74 18.0482 1155.74 18.5515V26.272H1157.56L1157.56 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1149.02 15.2722C1149.02 14.7689 1148.61 14.3608 1148.11 14.3608C1147.6 14.3608 1147.2 14.7689 1147.2 15.2722V26.2721H1149.02V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1140.48 18.5515C1140.48 18.0483 1140.07 17.6401 1139.57 17.6401C1139.06 17.6401 1138.65 18.0482 1138.65 18.5515V26.272H1140.48V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1131.94 12.2346C1131.94 11.7313 1131.53 11.3232 1131.03 11.3232C1130.52 11.3232 1130.11 11.7313 1130.11 12.2346V26.2721H1131.94V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1123.39 18.5515C1123.39 18.0483 1122.99 17.6401 1122.48 17.6401C1121.98 17.6401 1121.57 18.0482 1121.57 18.5515V26.272H1123.39V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1114.85 15.2722C1114.85 14.7689 1114.44 14.3608 1113.94 14.3608C1113.44 14.3608 1113.03 14.7689 1113.03 15.2722V26.2721H1114.85V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1106.31 18.5515C1106.31 18.0483 1105.9 17.6401 1105.4 17.6401C1104.9 17.6401 1104.49 18.0482 1104.49 18.5515V26.272H1106.31V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1097.77 0.911381C1097.77 0.408206 1097.36 0 1096.86 0C1096.35 0 1095.95 0.408048 1095.95 0.911381V26.2721H1097.77V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M1172.87 18.5515C1172.87 18.0483 1173.27 17.6401 1173.78 17.6401C1174.28 17.6401 1174.69 18.0482 1174.69 18.5515V26.272H1172.87L1172.87 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1181.41 15.2722C1181.41 14.7689 1181.82 14.3608 1182.32 14.3608C1182.82 14.3608 1183.23 14.7689 1183.23 15.2722V26.2721H1181.41V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1189.95 18.5515C1189.95 18.0483 1190.36 17.6401 1190.86 17.6401C1191.36 17.6401 1191.77 18.0482 1191.77 18.5515V26.272H1189.95V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1198.49 12.2346C1198.49 11.7313 1198.9 11.3232 1199.4 11.3232C1199.9 11.3232 1200.31 11.7313 1200.31 12.2346V26.2721H1198.49V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1207.03 18.5515C1207.03 18.0483 1207.44 17.6401 1207.94 17.6401C1208.45 17.6401 1208.85 18.0482 1208.85 18.5515V26.272H1207.03V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1215.57 15.2722C1215.57 14.7689 1215.98 14.3608 1216.49 14.3608C1216.99 14.3608 1217.4 14.7689 1217.4 15.2722V26.2721H1215.57V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1224.12 18.5515C1224.12 18.0483 1224.52 17.6401 1225.03 17.6401C1225.53 17.6401 1225.94 18.0482 1225.94 18.5515V26.272H1224.12V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1303.1 5.88257C1303.1 5.3794 1302.69 4.97119 1302.19 4.97119C1301.68 4.97119 1301.27 5.37924 1301.27 5.88257V26.2719H1303.1V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M1294.55 18.5515C1294.55 18.0483 1294.15 17.6401 1293.64 17.6401C1293.14 17.6401 1292.73 18.0482 1292.73 18.5515V26.272H1294.55L1294.55 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1286.01 15.2722C1286.01 14.7689 1285.6 14.3608 1285.1 14.3608C1284.6 14.3608 1284.19 14.7689 1284.19 15.2722V26.2721H1286.01V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1277.47 18.5515C1277.47 18.0483 1277.06 17.6401 1276.56 17.6401C1276.06 17.6401 1275.65 18.0482 1275.65 18.5515V26.272H1277.47V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1268.93 12.2346C1268.93 11.7313 1268.52 11.3232 1268.02 11.3232C1267.52 11.3232 1267.11 11.7313 1267.11 12.2346V26.2721H1268.93V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1260.39 18.5515C1260.39 18.0483 1259.98 17.6401 1259.48 17.6401C1258.97 17.6401 1258.56 18.0482 1258.56 18.5515V26.272H1260.39V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1251.85 15.2722C1251.85 14.7689 1251.44 14.3608 1250.93 14.3608C1250.43 14.3608 1250.02 14.7689 1250.02 15.2722V26.2721H1251.85V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1243.3 18.5515C1243.3 18.0483 1242.9 17.6401 1242.39 17.6401C1241.89 17.6401 1241.48 18.0482 1241.48 18.5515V26.272H1243.3V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1234.76 0.911381C1234.76 0.408206 1234.35 0 1233.85 0C1233.35 0 1232.94 0.408048 1232.94 0.911381V26.2721H1234.76V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M1309.86 18.5515C1309.86 18.0483 1310.27 17.6401 1310.77 17.6401C1311.27 17.6401 1311.68 18.0482 1311.68 18.5515V26.272H1309.86L1309.86 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1318.4 15.2722C1318.4 14.7689 1318.81 14.3608 1319.31 14.3608C1319.82 14.3608 1320.22 14.7689 1320.22 15.2722V26.2721H1318.4V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1326.94 18.5515C1326.94 18.0483 1327.35 17.6401 1327.85 17.6401C1328.36 17.6401 1328.77 18.0482 1328.77 18.5515V26.272H1326.94V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1335.48 12.2346C1335.48 11.7313 1335.89 11.3232 1336.39 11.3232C1336.9 11.3232 1337.31 11.7313 1337.31 12.2346V26.2721H1335.48V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1344.03 18.5515C1344.03 18.0483 1344.43 17.6401 1344.94 17.6401C1345.44 17.6401 1345.85 18.0482 1345.85 18.5515V26.272H1344.03V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1352.57 15.2722C1352.57 14.7689 1352.98 14.3608 1353.48 14.3608C1353.98 14.3608 1354.39 14.7689 1354.39 15.2722V26.2721H1352.57V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1361.11 18.5515C1361.11 18.0483 1361.52 17.6401 1362.02 17.6401C1362.52 17.6401 1362.93 18.0482 1362.93 18.5515V26.272H1361.11V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1440.09 5.88257C1440.09 5.3794 1439.68 4.97119 1439.18 4.97119C1438.68 4.97119 1438.27 5.37924 1438.27 5.88257V26.2719H1440.09V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M1431.55 18.5515C1431.55 18.0483 1431.14 17.6401 1430.64 17.6401C1430.13 17.6401 1429.73 18.0482 1429.73 18.5515V26.272H1431.55L1431.55 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1423.01 15.2722C1423.01 14.7689 1422.6 14.3608 1422.09 14.3608C1421.59 14.3608 1421.18 14.7689 1421.18 15.2722V26.2721H1423.01V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1414.46 18.5515C1414.46 18.0483 1414.06 17.6401 1413.55 17.6401C1413.05 17.6401 1412.64 18.0482 1412.64 18.5515V26.272H1414.46V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1405.92 12.2346C1405.92 11.7313 1405.51 11.3232 1405.01 11.3232C1404.51 11.3232 1404.1 11.7313 1404.1 12.2346V26.2721H1405.92V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1397.38 18.5515C1397.38 18.0483 1396.97 17.6401 1396.47 17.6401C1395.97 17.6401 1395.56 18.0482 1395.56 18.5515V26.272H1397.38V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1388.84 15.2722C1388.84 14.7689 1388.43 14.3608 1387.93 14.3608C1387.42 14.3608 1387.02 14.7689 1387.02 15.2722V26.2721H1388.84V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1380.3 18.5515C1380.3 18.0483 1379.89 17.6401 1379.39 17.6401C1378.88 17.6401 1378.47 18.0482 1378.47 18.5515V26.272H1380.3V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1371.75 0.911381C1371.75 0.408206 1371.35 0 1370.84 0C1370.34 0 1369.93 0.408048 1369.93 0.911381V26.2721H1371.75V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M1446.85 18.5515C1446.85 18.0483 1447.26 17.6401 1447.76 17.6401C1448.27 17.6401 1448.67 18.0482 1448.67 18.5515V26.272H1446.85L1446.85 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1455.39 15.2722C1455.39 14.7689 1455.8 14.3608 1456.3 14.3608C1456.81 14.3608 1457.22 14.7689 1457.22 15.2722V26.2721H1455.39V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1463.94 18.5515C1463.94 18.0483 1464.34 17.6401 1464.85 17.6401C1465.35 17.6401 1465.76 18.0482 1465.76 18.5515V26.272H1463.94V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1472.48 12.2346C1472.48 11.7313 1472.88 11.3232 1473.39 11.3232C1473.89 11.3232 1474.3 11.7313 1474.3 12.2346V26.2721H1472.48V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1481.02 18.5515C1481.02 18.0483 1481.43 17.6401 1481.93 17.6401C1482.43 17.6401 1482.84 18.0482 1482.84 18.5515V26.272H1481.02V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1489.56 15.2722C1489.56 14.7689 1489.97 14.3608 1490.47 14.3608C1490.98 14.3608 1491.38 14.7689 1491.38 15.2722V26.2721H1489.56V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1498.1 18.5515C1498.1 18.0483 1498.51 17.6401 1499.01 17.6401C1499.52 17.6401 1499.93 18.0482 1499.93 18.5515V26.272H1498.1V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1577.08 5.88257C1577.08 5.3794 1576.68 4.97119 1576.17 4.97119C1575.67 4.97119 1575.26 5.37924 1575.26 5.88257V26.2719H1577.08V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M1568.54 18.5515C1568.54 18.0483 1568.13 17.6401 1567.63 17.6401C1567.13 17.6401 1566.72 18.0482 1566.72 18.5515V26.272H1568.54L1568.54 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1560 15.2722C1560 14.7689 1559.59 14.3608 1559.09 14.3608C1558.59 14.3608 1558.18 14.7689 1558.18 15.2722V26.2721H1560V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1551.46 18.5515C1551.46 18.0483 1551.05 17.6401 1550.55 17.6401C1550.04 17.6401 1549.64 18.0482 1549.64 18.5515V26.272H1551.46V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1542.92 12.2346C1542.92 11.7313 1542.51 11.3232 1542.01 11.3232C1541.5 11.3232 1541.09 11.7313 1541.09 12.2346V26.2721H1542.92V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1534.38 18.5515C1534.38 18.0483 1533.97 17.6401 1533.46 17.6401C1532.96 17.6401 1532.55 18.0482 1532.55 18.5515V26.272H1534.38V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1525.83 15.2722C1525.83 14.7689 1525.42 14.3608 1524.92 14.3608C1524.42 14.3608 1524.01 14.7689 1524.01 15.2722V26.2721H1525.83V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1517.29 18.5515C1517.29 18.0483 1516.88 17.6401 1516.38 17.6401C1515.88 17.6401 1515.47 18.0482 1515.47 18.5515V26.272H1517.29V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1508.75 0.911381C1508.75 0.408206 1508.34 0 1507.84 0C1507.33 0 1506.93 0.408048 1506.93 0.911381V26.2721H1508.75V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M1583.85 18.5515C1583.85 18.0483 1584.25 17.6401 1584.76 17.6401C1585.26 17.6401 1585.67 18.0482 1585.67 18.5515V26.272H1583.85L1583.85 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1592.39 15.2722C1592.39 14.7689 1592.8 14.3608 1593.3 14.3608C1593.8 14.3608 1594.21 14.7689 1594.21 15.2722V26.2721H1592.39V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1600.93 18.5515C1600.93 18.0483 1601.34 17.6401 1601.84 17.6401C1602.34 17.6401 1602.75 18.0482 1602.75 18.5515V26.272H1600.93V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1609.47 12.2346C1609.47 11.7313 1609.88 11.3232 1610.38 11.3232C1610.89 11.3232 1611.29 11.7313 1611.29 12.2346V26.2721H1609.47V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1618.01 18.5515C1618.01 18.0483 1618.42 17.6401 1618.92 17.6401C1619.43 17.6401 1619.84 18.0482 1619.84 18.5515V26.272H1618.01V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1626.55 15.2722C1626.55 14.7689 1626.96 14.3608 1627.47 14.3608C1627.97 14.3608 1628.38 14.7689 1628.38 15.2722V26.2721H1626.55V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1635.1 18.5515C1635.1 18.0483 1635.5 17.6401 1636.01 17.6401C1636.51 17.6401 1636.92 18.0482 1636.92 18.5515V26.272H1635.1V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1714.08 5.88257C1714.08 5.3794 1713.67 4.97119 1713.17 4.97119C1712.66 4.97119 1712.25 5.37924 1712.25 5.88257V26.2719H1714.08V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M1705.54 18.5515C1705.54 18.0483 1705.13 17.6401 1704.62 17.6401C1704.12 17.6401 1703.71 18.0482 1703.71 18.5515V26.272H1705.54L1705.54 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1696.99 15.2722C1696.99 14.7689 1696.59 14.3608 1696.08 14.3608C1695.58 14.3608 1695.17 14.7689 1695.17 15.2722V26.2721H1696.99V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1688.45 18.5515C1688.45 18.0483 1688.04 17.6401 1687.54 17.6401C1687.04 17.6401 1686.63 18.0482 1686.63 18.5515V26.272H1688.45V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1679.91 12.2346C1679.91 11.7313 1679.5 11.3232 1679 11.3232C1678.5 11.3232 1678.09 11.7313 1678.09 12.2346V26.2721H1679.91V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1671.37 18.5515C1671.37 18.0483 1670.96 17.6401 1670.46 17.6401C1669.95 17.6401 1669.55 18.0482 1669.55 18.5515V26.272H1671.37V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1662.83 15.2722C1662.83 14.7689 1662.42 14.3608 1661.91 14.3608C1661.41 14.3608 1661 14.7689 1661 15.2722V26.2721H1662.83V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1654.28 18.5515C1654.28 18.0483 1653.88 17.6401 1653.37 17.6401C1652.87 17.6401 1652.46 18.0482 1652.46 18.5515V26.272H1654.28V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1645.74 0.911381C1645.74 0.408206 1645.33 0 1644.83 0C1644.33 0 1643.92 0.408048 1643.92 0.911381V26.2721H1645.74V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M1720.84 18.5515C1720.84 18.0483 1721.25 17.6401 1721.75 17.6401C1722.25 17.6401 1722.66 18.0482 1722.66 18.5515V26.272H1720.84L1720.84 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1729.38 15.2722C1729.38 14.7689 1729.79 14.3608 1730.29 14.3608C1730.8 14.3608 1731.2 14.7689 1731.2 15.2722V26.2721H1729.38V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1737.92 18.5515C1737.92 18.0483 1738.33 17.6401 1738.83 17.6401C1739.34 17.6401 1739.75 18.0482 1739.75 18.5515V26.272H1737.92V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1746.46 12.2346C1746.46 11.7313 1746.87 11.3232 1747.38 11.3232C1747.88 11.3232 1748.29 11.7313 1748.29 12.2346V26.2721H1746.46V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1755.01 18.5515C1755.01 18.0483 1755.41 17.6401 1755.92 17.6401C1756.42 17.6401 1756.83 18.0482 1756.83 18.5515V26.272H1755.01V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1763.55 15.2722C1763.55 14.7689 1763.96 14.3608 1764.46 14.3608C1764.96 14.3608 1765.37 14.7689 1765.37 15.2722V26.2721H1763.55V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1772.09 18.5515C1772.09 18.0483 1772.5 17.6401 1773 17.6401C1773.5 17.6401 1773.91 18.0482 1773.91 18.5515V26.272H1772.09V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1851.07 5.88257C1851.07 5.3794 1850.66 4.97119 1850.16 4.97119C1849.65 4.97119 1849.25 5.37924 1849.25 5.88257V26.2719H1851.07V5.88257Z' fill='%238E8E8E'/%3E%3Cpath d='M1842.53 18.5515C1842.53 18.0483 1842.12 17.6401 1841.62 17.6401C1841.11 17.6401 1840.7 18.0482 1840.7 18.5515V26.272H1842.53L1842.53 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1833.99 15.2722C1833.99 14.7689 1833.58 14.3608 1833.07 14.3608C1832.57 14.3608 1832.16 14.7689 1832.16 15.2722V26.2721H1833.99V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1825.44 18.5515C1825.44 18.0483 1825.04 17.6401 1824.53 17.6401C1824.03 17.6401 1823.62 18.0482 1823.62 18.5515V26.272H1825.44V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1816.9 12.2346C1816.9 11.7313 1816.49 11.3232 1815.99 11.3232C1815.49 11.3232 1815.08 11.7313 1815.08 12.2346V26.2721H1816.9V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1808.36 18.5515C1808.36 18.0483 1807.95 17.6401 1807.45 17.6401C1806.95 17.6401 1806.54 18.0482 1806.54 18.5515V26.272H1808.36V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1799.82 15.2722C1799.82 14.7689 1799.41 14.3608 1798.91 14.3608C1798.4 14.3608 1798 14.7689 1798 15.2722V26.2721H1799.82V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1791.28 18.5515C1791.28 18.0483 1790.87 17.6401 1790.36 17.6401C1789.86 17.6401 1789.45 18.0482 1789.45 18.5515V26.272H1791.28V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1782.74 0.911381C1782.74 0.408206 1782.33 0 1781.82 0C1781.32 0 1780.91 0.408048 1780.91 0.911381V26.2721H1782.74V0.911381Z' fill='%238E8E8E'/%3E%3Cpath d='M1857.83 18.5515C1857.83 18.0483 1858.24 17.6401 1858.74 17.6401C1859.25 17.6401 1859.65 18.0482 1859.65 18.5515V26.272H1857.83L1857.83 18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1866.37 15.2722C1866.37 14.7689 1866.78 14.3608 1867.28 14.3608C1867.79 14.3608 1868.2 14.7689 1868.2 15.2722V26.2721H1866.37V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1874.92 18.5515C1874.92 18.0483 1875.32 17.6401 1875.83 17.6401C1876.33 17.6401 1876.74 18.0482 1876.74 18.5515V26.272H1874.92V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1883.46 12.2346C1883.46 11.7313 1883.87 11.3232 1884.37 11.3232C1884.87 11.3232 1885.28 11.7313 1885.28 12.2346V26.2721H1883.46V12.2346Z' fill='%238E8E8E'/%3E%3Cpath d='M1892 18.5515C1892 18.0483 1892.41 17.6401 1892.91 17.6401C1893.41 17.6401 1893.82 18.0482 1893.82 18.5515V26.272H1892V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1900.54 15.2722C1900.54 14.7689 1900.95 14.3608 1901.45 14.3608C1901.95 14.3608 1902.36 14.7689 1902.36 15.2722V26.2721H1900.54V15.2722Z' fill='%238E8E8E'/%3E%3Cpath d='M1909.08 18.5515C1909.08 18.0483 1909.49 17.6401 1909.99 17.6401C1910.5 17.6401 1910.9 18.0482 1910.9 18.5515V26.272H1909.08V18.5515Z' fill='%238E8E8E'/%3E%3Cpath d='M1917.62 0.911381C1917.62 0.408206 1918.03 0 1918.54 0C1919.04 0 1919.45 0.408048 1919.45 0.911381V26.2721H1917.62V0.911381Z' fill='%238E8E8E'/%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  content: "";
  height: 27px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.form-section .headline-wrap {
  margin-bottom: 40px;
}
.form-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(2, 3, 4, 0.8);
}
.form-section .container {
  position: relative;
  z-index: 1;
}
.form-section .container > .row {
  justify-content: space-between;
  gap: 48px;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .form-section .container > .row {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (max-width: 1099px) {
  .form-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-section {
    padding: 60px 0;
  }
}
.form p {
  margin-bottom: 28px;
  font-weight: 300;
  color: #FFFFFF;
}
.form .btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.map {
  height: 490px;
  text-align: right;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .map {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  .map img {
    width: 100%;
  }
}

.ring-wrap {
  padding: 40px 0;
}

.marquee-gsap {
  padding: 30px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.track {
  display: inline-flex;
  align-items: center;
  gap: 80px;
  will-change: transform;
}
.track > span {
  position: relative;
}
.track > span::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  right: -47px;
  background: #00B1F8;
}
#marquee-2 .track{
  /* transform: scaleX(-1); */
}
#marquee-2 .track > span::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
  top: 50%;
  border: 1px solid #00EDC2;
  right: -47px;
}

.track > * {
  flex: 0 0 auto;
}

.track img {
  height: 51px; /* подстрой под себя */
  object-fit: contain;
}

.marquee-gsap:hover {
  cursor: grab;
}

.marquee-gsap:active {
  cursor: grabbing;
}

.clients-section {
  padding: 20px 0 30px;
}
@media only screen and (max-width: 570px) {
  .clients-section {
    padding: 20px 0;
  }
}
.clients-section .container {
  padding: 0 120px;
  max-width: 100%;
}
@media only screen and (max-width: 1479px) {
  .clients-section .container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1099px) {
  .clients-section .container {
    padding: 0;
  }
}
.clients-section .slick-track {
  display: flex;
  align-items: center;
}
.clients-item {
  text-align: center;
  padding: 0 30px;
}
@media only screen and (max-width: 1099px) {
  .clients-item {
    padding: 0 15px;
  }
}
.clients-item img {
  display: inline-block;
}
@media only screen and (max-width: 570px) {
  .clients-item img {
    min-width: 234px;
  }
}

.contact-page {
  background: #EFFFFC;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .contact-page {
    padding: 60px 0;
  }
}
.contact-page__list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .contact-page__list {
    flex-direction: column;
  }
}
.contact-page__list__img {
  margin-bottom: 16px;
}
.contact-page__list__title {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 500;
}
.contact-page__list li {
  padding: 0 24px;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.contact-page__list li a {
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1098039216);
  display: flex;
  flex-direction: column;
  color: #696969;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
  padding: 40px;
}
@media only screen and (max-width: 1279px) {
  .contact-page__list li {
    padding: 0 15px;
  }
  .contact-page__list li a {
    height: 100%;
    padding: 24px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__list li {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contact-page__list li:last-child {
    margin-bottom: 0;
  }
  .contact-page__list li a {
    width: 100%;
  }
}
.contact-page + .form-section {
  background: #fff;
}
.contact-page + .form-section .input-wrap input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DEDEDE;
  opacity: 1;
}
.contact-page + .form-section .input-wrap input::-moz-placeholder { /* Firefox 19+ */
  color: #DEDEDE;
  opacity: 1;
}
.contact-page + .form-section .input-wrap input:-ms-input-placeholder { /* IE 10+ */
  color: #DEDEDE;
  opacity: 1;
}
.contact-page + .form-section .input-wrap input:-moz-placeholder { /* Firefox 18- */
  color: #DEDEDE;
  opacity: 1;
}
.contact-page + .form-section .textarea-wrap textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DEDEDE;
  opacity: 1;
}
.contact-page + .form-section .textarea-wrap textarea::-moz-placeholder { /* Firefox 19+ */
  color: #DEDEDE;
  opacity: 1;
}
.contact-page + .form-section .textarea-wrap textarea:-ms-input-placeholder { /* IE 10+ */
  color: #DEDEDE;
  opacity: 1;
}
.contact-page + .form-section .textarea-wrap textarea:-moz-placeholder { /* Firefox 18- */
  color: #DEDEDE;
  opacity: 1;
}
.contact-page + .form-section::after {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1920' height='27' viewBox='0 0 1920 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.1571 5.88257C70.1571 5.3794 69.7491 4.97119 69.2457 4.97119C68.7425 4.97119 68.3343 5.37924 68.3343 5.88257V26.2719H70.1571V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M61.6154 18.5515C61.6154 18.0483 61.2073 17.6401 60.704 17.6401C60.2008 17.6401 59.7926 18.0482 59.7926 18.5515V26.272H61.6152L61.6154 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M53.0736 15.2722C53.0736 14.7689 52.6656 14.3608 52.1622 14.3608C51.6589 14.3608 51.2508 14.7689 51.2508 15.2722V26.2721H53.0736V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M44.5316 18.5515C44.5316 18.0483 44.1236 17.6401 43.6202 17.6401C43.1171 17.6401 42.7089 18.0482 42.7089 18.5515V26.272H44.5316V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M35.9899 12.2346C35.9899 11.7313 35.5818 11.3232 35.0785 11.3232C34.5753 11.3232 34.1671 11.7313 34.1671 12.2346V26.2721H35.9899V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M27.448 18.5515C27.448 18.0483 27.04 17.6401 26.5366 17.6401C26.0334 17.6401 25.6252 18.0482 25.6252 18.5515V26.272H27.448V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M18.9062 15.2722C18.9062 14.7689 18.4982 14.3608 17.9949 14.3608C17.4917 14.3608 17.0835 14.7689 17.0835 15.2722V26.2721H18.9062V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M10.3644 18.5515C10.3644 18.0483 9.95633 17.6401 9.453 17.6401C8.94966 17.6401 8.54162 18.0482 8.54162 18.5515V26.272H10.3644V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1.82263 0.911381C1.82263 0.408206 1.41458 0 0.911251 0C0.408075 0 -0.000130773 0.408048 -0.000130773 0.911381V26.2721H1.82263V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M76.9192 18.5515C76.9192 18.0483 77.3272 17.6401 77.8306 17.6401C78.3337 17.6401 78.742 18.0482 78.742 18.5515V26.272H76.9193L76.9192 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M85.4609 15.2722C85.4609 14.7689 85.869 14.3608 86.3723 14.3608C86.8757 14.3608 87.2837 14.7689 87.2837 15.2722V26.2721H85.4609V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M94.0028 18.5515C94.0028 18.0483 94.4109 17.6401 94.9142 17.6401C95.4174 17.6401 95.8256 18.0482 95.8256 18.5515V26.272H94.0028V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M102.545 12.2346C102.545 11.7313 102.953 11.3232 103.456 11.3232C103.959 11.3232 104.367 11.7313 104.367 12.2346V26.2721H102.545V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M111.086 18.5515C111.086 18.0483 111.494 17.6401 111.998 17.6401C112.501 17.6401 112.909 18.0482 112.909 18.5515V26.272H111.086V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M119.628 15.2722C119.628 14.7689 120.036 14.3608 120.54 14.3608C121.043 14.3608 121.451 14.7689 121.451 15.2722V26.2721H119.628V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M128.17 18.5515C128.17 18.0483 128.578 17.6401 129.081 17.6401C129.585 17.6401 129.993 18.0482 129.993 18.5515V26.272H128.17V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M207.15 5.88257C207.15 5.3794 206.742 4.97119 206.239 4.97119C205.735 4.97119 205.327 5.37924 205.327 5.88257V26.2719H207.15V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M198.608 18.5515C198.608 18.0483 198.2 17.6401 197.697 17.6401C197.194 17.6401 196.786 18.0482 196.786 18.5515V26.272H198.608L198.608 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M190.067 15.2722C190.067 14.7689 189.658 14.3608 189.155 14.3608C188.652 14.3608 188.244 14.7689 188.244 15.2722V26.2721H190.067V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M181.525 18.5515C181.525 18.0483 181.116 17.6401 180.613 17.6401C180.11 17.6401 179.702 18.0482 179.702 18.5515V26.272H181.525V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M172.983 12.2346C172.983 11.7313 172.575 11.3232 172.071 11.3232C171.568 11.3232 171.16 11.7313 171.16 12.2346V26.2721H172.983V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M164.441 18.5515C164.441 18.0483 164.033 17.6401 163.53 17.6401C163.026 17.6401 162.618 18.0482 162.618 18.5515V26.272H164.441V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M155.899 15.2722C155.899 14.7689 155.491 14.3608 154.988 14.3608C154.485 14.3608 154.076 14.7689 154.076 15.2722V26.2721H155.899V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M147.357 18.5515C147.357 18.0483 146.949 17.6401 146.446 17.6401C145.943 17.6401 145.535 18.0482 145.535 18.5515V26.272H147.357V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M138.816 0.911381C138.816 0.408206 138.408 0 137.904 0C137.401 0 136.993 0.408048 136.993 0.911381V26.2721H138.816V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M213.912 18.5515C213.912 18.0483 214.32 17.6401 214.823 17.6401C215.327 17.6401 215.735 18.0482 215.735 18.5515V26.272H213.912L213.912 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M222.454 15.2722C222.454 14.7689 222.862 14.3608 223.365 14.3608C223.868 14.3608 224.276 14.7689 224.276 15.2722V26.2721H222.454V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M230.996 18.5515C230.996 18.0483 231.404 17.6401 231.907 17.6401C232.41 17.6401 232.818 18.0482 232.818 18.5515V26.272H230.996V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M239.537 12.2346C239.537 11.7313 239.945 11.3232 240.449 11.3232C240.952 11.3232 241.36 11.7313 241.36 12.2346V26.2721H239.537V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M248.079 18.5515C248.079 18.0483 248.487 17.6401 248.991 17.6401C249.494 17.6401 249.902 18.0482 249.902 18.5515V26.272H248.079V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M256.621 15.2722C256.621 14.7689 257.029 14.3608 257.532 14.3608C258.036 14.3608 258.444 14.7689 258.444 15.2722V26.2721H256.621V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M265.163 18.5515C265.163 18.0483 265.571 17.6401 266.074 17.6401C266.578 17.6401 266.986 18.0482 266.986 18.5515V26.272H265.163V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M344.143 5.88257C344.143 5.3794 343.735 4.97119 343.232 4.97119C342.728 4.97119 342.32 5.37924 342.32 5.88257V26.2719H344.143V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M335.601 18.5515C335.601 18.0483 335.193 17.6401 334.69 17.6401C334.187 17.6401 333.778 18.0482 333.778 18.5515V26.272H335.601L335.601 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M327.059 15.2722C327.059 14.7689 326.651 14.3608 326.148 14.3608C325.645 14.3608 325.237 14.7689 325.237 15.2722V26.2721H327.059V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M318.517 18.5515C318.517 18.0483 318.109 17.6401 317.606 17.6401C317.103 17.6401 316.695 18.0482 316.695 18.5515V26.272H318.517V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M309.976 12.2346C309.976 11.7313 309.568 11.3232 309.064 11.3232C308.561 11.3232 308.153 11.7313 308.153 12.2346V26.2721H309.976V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M301.434 18.5515C301.434 18.0483 301.026 17.6401 300.522 17.6401C300.019 17.6401 299.611 18.0482 299.611 18.5515V26.272H301.434V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M292.892 15.2722C292.892 14.7689 292.484 14.3608 291.981 14.3608C291.478 14.3608 291.069 14.7689 291.069 15.2722V26.2721H292.892V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M284.35 18.5515C284.35 18.0483 283.942 17.6401 283.439 17.6401C282.936 17.6401 282.527 18.0482 282.527 18.5515V26.272H284.35V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M275.808 0.911381C275.808 0.408206 275.4 0 274.897 0C274.394 0 273.986 0.408048 273.986 0.911381V26.2721H275.808V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M350.905 18.5515C350.905 18.0483 351.313 17.6401 351.816 17.6401C352.32 17.6401 352.728 18.0482 352.728 18.5515V26.272H350.905L350.905 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M359.447 15.2722C359.447 14.7689 359.855 14.3608 360.358 14.3608C360.861 14.3608 361.27 14.7689 361.27 15.2722V26.2721H359.447V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M367.989 18.5515C367.989 18.0483 368.397 17.6401 368.9 17.6401C369.403 17.6401 369.811 18.0482 369.811 18.5515V26.272H367.989V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M376.53 12.2346C376.53 11.7313 376.938 11.3232 377.442 11.3232C377.945 11.3232 378.353 11.7313 378.353 12.2346V26.2721H376.53V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M385.072 18.5515C385.072 18.0483 385.48 17.6401 385.984 17.6401C386.487 17.6401 386.895 18.0482 386.895 18.5515V26.272H385.072V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M393.614 15.2722C393.614 14.7689 394.022 14.3608 394.525 14.3608C395.029 14.3608 395.437 14.7689 395.437 15.2722V26.2721H393.614V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M402.156 18.5515C402.156 18.0483 402.564 17.6401 403.067 17.6401C403.571 17.6401 403.979 18.0482 403.979 18.5515V26.272H402.156V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M481.136 5.88257C481.136 5.3794 480.728 4.97119 480.224 4.97119C479.721 4.97119 479.313 5.37924 479.313 5.88257V26.2719H481.136V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M472.594 18.5515C472.594 18.0483 472.186 17.6401 471.683 17.6401C471.18 17.6401 470.771 18.0482 470.771 18.5515V26.272H472.594L472.594 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M464.052 15.2722C464.052 14.7689 463.644 14.3608 463.141 14.3608C462.638 14.3608 462.23 14.7689 462.23 15.2722V26.2721H464.052V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M455.51 18.5515C455.51 18.0483 455.102 17.6401 454.599 17.6401C454.096 17.6401 453.688 18.0482 453.688 18.5515V26.272H455.51V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M446.969 12.2346C446.969 11.7313 446.561 11.3232 446.057 11.3232C445.554 11.3232 445.146 11.7313 445.146 12.2346V26.2721H446.969V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M438.427 18.5515C438.427 18.0483 438.019 17.6401 437.515 17.6401C437.012 17.6401 436.604 18.0482 436.604 18.5515V26.272H438.427V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M429.885 15.2722C429.885 14.7689 429.477 14.3608 428.974 14.3608C428.47 14.3608 428.062 14.7689 428.062 15.2722V26.2721H429.885V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M421.343 18.5515C421.343 18.0483 420.935 17.6401 420.432 17.6401C419.928 17.6401 419.52 18.0482 419.52 18.5515V26.272H421.343V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M412.801 0.911381C412.801 0.408206 412.393 0 411.89 0C411.387 0 410.979 0.408048 410.979 0.911381V26.2721H412.801V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M487.898 18.5515C487.898 18.0483 488.306 17.6401 488.809 17.6401C489.313 17.6401 489.721 18.0482 489.721 18.5515V26.272H487.898L487.898 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M496.44 15.2722C496.44 14.7689 496.848 14.3608 497.351 14.3608C497.854 14.3608 498.262 14.7689 498.262 15.2722V26.2721H496.44V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M504.982 18.5515C504.982 18.0483 505.39 17.6401 505.893 17.6401C506.396 17.6401 506.804 18.0482 506.804 18.5515V26.272H504.982V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M513.523 12.2346C513.523 11.7313 513.931 11.3232 514.435 11.3232C514.938 11.3232 515.346 11.7313 515.346 12.2346V26.2721H513.523V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M522.065 18.5515C522.065 18.0483 522.473 17.6401 522.977 17.6401C523.48 17.6401 523.888 18.0482 523.888 18.5515V26.272H522.065V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M530.607 15.2722C530.607 14.7689 531.015 14.3608 531.518 14.3608C532.021 14.3608 532.43 14.7689 532.43 15.2722V26.2721H530.607V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M539.149 18.5515C539.149 18.0483 539.557 17.6401 540.06 17.6401C540.564 17.6401 540.972 18.0482 540.972 18.5515V26.272H539.149V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M618.129 5.88257C618.129 5.3794 617.721 4.97119 617.218 4.97119C616.715 4.97119 616.306 5.37924 616.306 5.88257V26.2719H618.129V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M609.587 18.5515C609.587 18.0483 609.179 17.6401 608.676 17.6401C608.173 17.6401 607.765 18.0482 607.765 18.5515V26.272H609.587L609.587 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M601.046 15.2722C601.046 14.7689 600.638 14.3608 600.134 14.3608C599.631 14.3608 599.223 14.7689 599.223 15.2722V26.2721H601.046V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M592.504 18.5515C592.504 18.0483 592.095 17.6401 591.592 17.6401C591.089 17.6401 590.681 18.0482 590.681 18.5515V26.272H592.504V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M583.962 12.2346C583.962 11.7313 583.554 11.3232 583.05 11.3232C582.547 11.3232 582.139 11.7313 582.139 12.2346V26.2721H583.962V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M575.42 18.5515C575.42 18.0483 575.012 17.6401 574.509 17.6401C574.005 17.6401 573.597 18.0482 573.597 18.5515V26.272H575.42V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M566.878 15.2722C566.878 14.7689 566.47 14.3608 565.967 14.3608C565.464 14.3608 565.055 14.7689 565.055 15.2722V26.2721H566.878V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M558.336 18.5515C558.336 18.0483 557.928 17.6401 557.425 17.6401C556.922 17.6401 556.514 18.0482 556.514 18.5515V26.272H558.336V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M549.795 0.911381C549.795 0.408206 549.387 0 548.883 0C548.38 0 547.972 0.408048 547.972 0.911381V26.2721H549.795V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M624.891 18.5515C624.891 18.0483 625.299 17.6401 625.802 17.6401C626.305 17.6401 626.714 18.0482 626.714 18.5515V26.272H624.891L624.891 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M633.433 15.2722C633.433 14.7689 633.841 14.3608 634.344 14.3608C634.847 14.3608 635.255 14.7689 635.255 15.2722V26.2721H633.433V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M641.975 18.5515C641.975 18.0483 642.383 17.6401 642.886 17.6401C643.389 17.6401 643.797 18.0482 643.797 18.5515V26.272H641.975V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M650.516 12.2346C650.516 11.7313 650.924 11.3232 651.428 11.3232C651.931 11.3232 652.339 11.7313 652.339 12.2346V26.2721H650.516V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M659.058 18.5515C659.058 18.0483 659.466 17.6401 659.969 17.6401C660.473 17.6401 660.881 18.0482 660.881 18.5515V26.272H659.058V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M667.6 15.2722C667.6 14.7689 668.008 14.3608 668.511 14.3608C669.014 14.3608 669.423 14.7689 669.423 15.2722V26.2721H667.6V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M676.142 18.5515C676.142 18.0483 676.55 17.6401 677.053 17.6401C677.557 17.6401 677.965 18.0482 677.965 18.5515V26.272H676.142V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M755.122 5.88257C755.122 5.3794 754.714 4.97119 754.21 4.97119C753.707 4.97119 753.299 5.37924 753.299 5.88257V26.2719H755.122V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M746.58 18.5515C746.58 18.0483 746.172 17.6401 745.669 17.6401C745.166 17.6401 744.757 18.0482 744.757 18.5515V26.272H746.58L746.58 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M738.038 15.2722C738.038 14.7689 737.63 14.3608 737.127 14.3608C736.624 14.3608 736.216 14.7689 736.216 15.2722V26.2721H738.038V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M729.496 18.5515C729.496 18.0483 729.088 17.6401 728.585 17.6401C728.082 17.6401 727.674 18.0482 727.674 18.5515V26.272H729.496V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M720.955 12.2346C720.955 11.7313 720.547 11.3232 720.043 11.3232C719.54 11.3232 719.132 11.7313 719.132 12.2346V26.2721H720.955V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M712.413 18.5515C712.413 18.0483 712.005 17.6401 711.501 17.6401C710.998 17.6401 710.59 18.0482 710.59 18.5515V26.272H712.413V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M703.871 15.2722C703.871 14.7689 703.463 14.3608 702.96 14.3608C702.457 14.3608 702.048 14.7689 702.048 15.2722V26.2721H703.871V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M695.329 18.5515C695.329 18.0483 694.921 17.6401 694.418 17.6401C693.914 17.6401 693.506 18.0482 693.506 18.5515V26.272H695.329V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M686.787 0.911381C686.787 0.408206 686.379 0 685.876 0C685.373 0 684.965 0.408048 684.965 0.911381V26.2721H686.787V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M761.884 18.5515C761.884 18.0483 762.292 17.6401 762.795 17.6401C763.299 17.6401 763.707 18.0482 763.707 18.5515V26.272H761.884L761.884 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M770.426 15.2722C770.426 14.7689 770.834 14.3608 771.337 14.3608C771.84 14.3608 772.249 14.7689 772.249 15.2722V26.2721H770.426V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M778.968 18.5515C778.968 18.0483 779.376 17.6401 779.879 17.6401C780.382 17.6401 780.791 18.0482 780.791 18.5515V26.272H778.968V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M787.51 12.2346C787.51 11.7313 787.918 11.3232 788.421 11.3232C788.924 11.3232 789.332 11.7313 789.332 12.2346V26.2721H787.51V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M796.051 18.5515C796.051 18.0483 796.459 17.6401 796.963 17.6401C797.466 17.6401 797.874 18.0482 797.874 18.5515V26.272H796.051V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M804.593 15.2722C804.593 14.7689 805.001 14.3608 805.505 14.3608C806.008 14.3608 806.416 14.7689 806.416 15.2722V26.2721H804.593V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M813.135 18.5515C813.135 18.0483 813.543 17.6401 814.046 17.6401C814.55 17.6401 814.958 18.0482 814.958 18.5515V26.272H813.135V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M892.115 5.88257C892.115 5.3794 891.707 4.97119 891.203 4.97119C890.7 4.97119 890.292 5.37924 890.292 5.88257V26.2719H892.115V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M883.573 18.5515C883.573 18.0483 883.165 17.6401 882.661 17.6401C882.158 17.6401 881.75 18.0482 881.75 18.5515V26.272H883.573L883.573 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M875.031 15.2722C875.031 14.7689 874.623 14.3608 874.12 14.3608C873.616 14.3608 873.208 14.7689 873.208 15.2722V26.2721H875.031V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M866.489 18.5515C866.489 18.0483 866.081 17.6401 865.578 17.6401C865.074 17.6401 864.666 18.0482 864.666 18.5515V26.272H866.489V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M857.947 12.2346C857.947 11.7313 857.539 11.3232 857.036 11.3232C856.533 11.3232 856.125 11.7313 856.125 12.2346V26.2721H857.947V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M849.406 18.5515C849.406 18.0483 848.997 17.6401 848.494 17.6401C847.991 17.6401 847.583 18.0482 847.583 18.5515V26.272H849.406V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M840.864 15.2722C840.864 14.7689 840.456 14.3608 839.952 14.3608C839.449 14.3608 839.041 14.7689 839.041 15.2722V26.2721H840.864V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M832.322 18.5515C832.322 18.0483 831.914 17.6401 831.411 17.6401C830.907 17.6401 830.499 18.0482 830.499 18.5515V26.272H832.322V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M823.78 0.911381C823.78 0.408206 823.372 0 822.869 0C822.365 0 821.957 0.408048 821.957 0.911381V26.2721H823.78V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M898.876 18.5515C898.876 18.0483 899.285 17.6401 899.788 17.6401C900.291 17.6401 900.699 18.0482 900.699 18.5515V26.272H898.877L898.876 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M907.418 15.2722C907.418 14.7689 907.827 14.3608 908.33 14.3608C908.833 14.3608 909.241 14.7689 909.241 15.2722V26.2721H907.418V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M915.96 18.5515C915.96 18.0483 916.368 17.6401 916.872 17.6401C917.375 17.6401 917.783 18.0482 917.783 18.5515V26.272H915.96V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M924.502 12.2346C924.502 11.7313 924.91 11.3232 925.413 11.3232C925.917 11.3232 926.325 11.7313 926.325 12.2346V26.2721H924.502V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M933.044 18.5515C933.044 18.0483 933.452 17.6401 933.955 17.6401C934.459 17.6401 934.867 18.0482 934.867 18.5515V26.272H933.044V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M941.586 15.2722C941.586 14.7689 941.994 14.3608 942.497 14.3608C943 14.3608 943.408 14.7689 943.408 15.2722V26.2721H941.586V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M950.127 18.5515C950.127 18.0483 950.535 17.6401 951.039 17.6401C951.542 17.6401 951.95 18.0482 951.95 18.5515V26.272H950.127V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1029.11 5.88257C1029.11 5.3794 1028.7 4.97119 1028.2 4.97119C1027.69 4.97119 1027.28 5.37924 1027.28 5.88257V26.2719H1029.11V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1020.57 18.5515C1020.57 18.0483 1020.16 17.6401 1019.65 17.6401C1019.15 17.6401 1018.74 18.0482 1018.74 18.5515V26.272H1020.57L1020.57 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1012.02 15.2722C1012.02 14.7689 1011.62 14.3608 1011.11 14.3608C1010.61 14.3608 1010.2 14.7689 1010.2 15.2722V26.2721H1012.02V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1003.48 18.5515C1003.48 18.0483 1003.07 17.6401 1002.57 17.6401C1002.07 17.6401 1001.66 18.0482 1001.66 18.5515V26.272H1003.48V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M994.94 12.2346C994.94 11.7313 994.532 11.3232 994.029 11.3232C993.525 11.3232 993.117 11.7313 993.117 12.2346V26.2721H994.94V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M986.398 18.5515C986.398 18.0483 985.99 17.6401 985.487 17.6401C984.984 17.6401 984.575 18.0482 984.575 18.5515V26.272H986.398V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M977.856 15.2722C977.856 14.7689 977.448 14.3608 976.945 14.3608C976.442 14.3608 976.034 14.7689 976.034 15.2722V26.2721H977.856V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M969.315 18.5515C969.315 18.0483 968.907 17.6401 968.403 17.6401C967.9 17.6401 967.492 18.0482 967.492 18.5515V26.272H969.315V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M960.773 0.911381C960.773 0.408206 960.365 0 959.861 0C959.358 0 958.95 0.408048 958.95 0.911381V26.2721H960.773V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1035.87 18.5515C1035.87 18.0483 1036.28 17.6401 1036.78 17.6401C1037.28 17.6401 1037.69 18.0482 1037.69 18.5515V26.272H1035.87L1035.87 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1044.41 15.2722C1044.41 14.7689 1044.82 14.3608 1045.32 14.3608C1045.83 14.3608 1046.23 14.7689 1046.23 15.2722V26.2721H1044.41V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1052.95 18.5515C1052.95 18.0483 1053.36 17.6401 1053.86 17.6401C1054.37 17.6401 1054.78 18.0482 1054.78 18.5515V26.272H1052.95V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1061.49 12.2346C1061.49 11.7313 1061.9 11.3232 1062.41 11.3232C1062.91 11.3232 1063.32 11.7313 1063.32 12.2346V26.2721H1061.49V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1070.04 18.5515C1070.04 18.0483 1070.44 17.6401 1070.95 17.6401C1071.45 17.6401 1071.86 18.0482 1071.86 18.5515V26.272H1070.04V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1078.58 15.2722C1078.58 14.7689 1078.99 14.3608 1079.49 14.3608C1079.99 14.3608 1080.4 14.7689 1080.4 15.2722V26.2721H1078.58V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1087.12 18.5515C1087.12 18.0483 1087.53 17.6401 1088.03 17.6401C1088.53 17.6401 1088.94 18.0482 1088.94 18.5515V26.272H1087.12V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1166.1 5.88257C1166.1 5.3794 1165.69 4.97119 1165.19 4.97119C1164.69 4.97119 1164.28 5.37924 1164.28 5.88257V26.2719H1166.1V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1157.56 18.5515C1157.56 18.0483 1157.15 17.6401 1156.65 17.6401C1156.14 17.6401 1155.74 18.0482 1155.74 18.5515V26.272H1157.56L1157.56 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1149.02 15.2722C1149.02 14.7689 1148.61 14.3608 1148.11 14.3608C1147.6 14.3608 1147.19 14.7689 1147.19 15.2722V26.2721H1149.02V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1140.47 18.5515C1140.47 18.0483 1140.07 17.6401 1139.56 17.6401C1139.06 17.6401 1138.65 18.0482 1138.65 18.5515V26.272H1140.47V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1131.93 12.2346C1131.93 11.7313 1131.53 11.3232 1131.02 11.3232C1130.52 11.3232 1130.11 11.7313 1130.11 12.2346V26.2721H1131.93V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1123.39 18.5515C1123.39 18.0483 1122.98 17.6401 1122.48 17.6401C1121.98 17.6401 1121.57 18.0482 1121.57 18.5515V26.272H1123.39V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1114.85 15.2722C1114.85 14.7689 1114.44 14.3608 1113.94 14.3608C1113.43 14.3608 1113.03 14.7689 1113.03 15.2722V26.2721H1114.85V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1106.31 18.5515C1106.31 18.0483 1105.9 17.6401 1105.4 17.6401C1104.89 17.6401 1104.48 18.0482 1104.48 18.5515V26.272H1106.31V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1097.77 0.911381C1097.77 0.408206 1097.36 0 1096.85 0C1096.35 0 1095.94 0.408048 1095.94 0.911381V26.2721H1097.77V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1172.86 18.5515C1172.86 18.0483 1173.27 17.6401 1173.77 17.6401C1174.28 17.6401 1174.68 18.0482 1174.68 18.5515V26.272H1172.86L1172.86 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1181.4 15.2722C1181.4 14.7689 1181.81 14.3608 1182.32 14.3608C1182.82 14.3608 1183.23 14.7689 1183.23 15.2722V26.2721H1181.4V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1189.95 18.5515C1189.95 18.0483 1190.35 17.6401 1190.86 17.6401C1191.36 17.6401 1191.77 18.0482 1191.77 18.5515V26.272H1189.95V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1198.49 12.2346C1198.49 11.7313 1198.9 11.3232 1199.4 11.3232C1199.9 11.3232 1200.31 11.7313 1200.31 12.2346V26.2721H1198.49V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1207.03 18.5515C1207.03 18.0483 1207.44 17.6401 1207.94 17.6401C1208.44 17.6401 1208.85 18.0482 1208.85 18.5515V26.272H1207.03V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1215.57 15.2722C1215.57 14.7689 1215.98 14.3608 1216.48 14.3608C1216.99 14.3608 1217.39 14.7689 1217.39 15.2722V26.2721H1215.57V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1224.11 18.5515C1224.11 18.0483 1224.52 17.6401 1225.02 17.6401C1225.53 17.6401 1225.94 18.0482 1225.94 18.5515V26.272H1224.11V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1303.09 5.88257C1303.09 5.3794 1302.68 4.97119 1302.18 4.97119C1301.68 4.97119 1301.27 5.37924 1301.27 5.88257V26.2719H1303.09V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1294.55 18.5515C1294.55 18.0483 1294.14 17.6401 1293.64 17.6401C1293.14 17.6401 1292.73 18.0482 1292.73 18.5515V26.272H1294.55L1294.55 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1286.01 15.2722C1286.01 14.7689 1285.6 14.3608 1285.1 14.3608C1284.59 14.3608 1284.19 14.7689 1284.19 15.2722V26.2721H1286.01V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1277.47 18.5515C1277.47 18.0483 1277.06 17.6401 1276.56 17.6401C1276.05 17.6401 1275.64 18.0482 1275.64 18.5515V26.272H1277.47V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1268.93 12.2346C1268.93 11.7313 1268.52 11.3232 1268.01 11.3232C1267.51 11.3232 1267.1 11.7313 1267.1 12.2346V26.2721H1268.93V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1260.38 18.5515C1260.38 18.0483 1259.98 17.6401 1259.47 17.6401C1258.97 17.6401 1258.56 18.0482 1258.56 18.5515V26.272H1260.38V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1251.84 15.2722C1251.84 14.7689 1251.43 14.3608 1250.93 14.3608C1250.43 14.3608 1250.02 14.7689 1250.02 15.2722V26.2721H1251.84V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1243.3 18.5515C1243.3 18.0483 1242.89 17.6401 1242.39 17.6401C1241.89 17.6401 1241.48 18.0482 1241.48 18.5515V26.272H1243.3V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1234.76 0.911381C1234.76 0.408206 1234.35 0 1233.85 0C1233.34 0 1232.94 0.408048 1232.94 0.911381V26.2721H1234.76V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1309.85 18.5515C1309.85 18.0483 1310.26 17.6401 1310.77 17.6401C1311.27 17.6401 1311.68 18.0482 1311.68 18.5515V26.272H1309.85L1309.85 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1318.4 15.2722C1318.4 14.7689 1318.8 14.3608 1319.31 14.3608C1319.81 14.3608 1320.22 14.7689 1320.22 15.2722V26.2721H1318.4V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1326.94 18.5515C1326.94 18.0483 1327.35 17.6401 1327.85 17.6401C1328.35 17.6401 1328.76 18.0482 1328.76 18.5515V26.272H1326.94V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1335.48 12.2346C1335.48 11.7313 1335.89 11.3232 1336.39 11.3232C1336.89 11.3232 1337.3 11.7313 1337.3 12.2346V26.2721H1335.48V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1344.02 18.5515C1344.02 18.0483 1344.43 17.6401 1344.93 17.6401C1345.44 17.6401 1345.84 18.0482 1345.84 18.5515V26.272H1344.02V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1352.56 15.2722C1352.56 14.7689 1352.97 14.3608 1353.48 14.3608C1353.98 14.3608 1354.39 14.7689 1354.39 15.2722V26.2721H1352.56V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1361.11 18.5515C1361.11 18.0483 1361.51 17.6401 1362.02 17.6401C1362.52 17.6401 1362.93 18.0482 1362.93 18.5515V26.272H1361.11V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1440.09 5.88257C1440.09 5.3794 1439.68 4.97119 1439.17 4.97119C1438.67 4.97119 1438.26 5.37924 1438.26 5.88257V26.2719H1440.09V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1431.54 18.5515C1431.54 18.0483 1431.14 17.6401 1430.63 17.6401C1430.13 17.6401 1429.72 18.0482 1429.72 18.5515V26.272H1431.54L1431.54 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1423 15.2722C1423 14.7689 1422.59 14.3608 1422.09 14.3608C1421.59 14.3608 1421.18 14.7689 1421.18 15.2722V26.2721H1423V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1414.46 18.5515C1414.46 18.0483 1414.05 17.6401 1413.55 17.6401C1413.05 17.6401 1412.64 18.0482 1412.64 18.5515V26.272H1414.46V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1405.92 12.2346C1405.92 11.7313 1405.51 11.3232 1405.01 11.3232C1404.5 11.3232 1404.1 11.7313 1404.1 12.2346V26.2721H1405.92V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1397.38 18.5515C1397.38 18.0483 1396.97 17.6401 1396.47 17.6401C1395.96 17.6401 1395.55 18.0482 1395.55 18.5515V26.272H1397.38V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1388.83 15.2722C1388.83 14.7689 1388.43 14.3608 1387.92 14.3608C1387.42 14.3608 1387.01 14.7689 1387.01 15.2722V26.2721H1388.83V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1380.29 18.5515C1380.29 18.0483 1379.88 17.6401 1379.38 17.6401C1378.88 17.6401 1378.47 18.0482 1378.47 18.5515V26.272H1380.29V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1371.75 0.911381C1371.75 0.408206 1371.34 0 1370.84 0C1370.34 0 1369.93 0.408048 1369.93 0.911381V26.2721H1371.75V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1446.85 18.5515C1446.85 18.0483 1447.26 17.6401 1447.76 17.6401C1448.26 17.6401 1448.67 18.0482 1448.67 18.5515V26.272H1446.85L1446.85 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1455.39 15.2722C1455.39 14.7689 1455.8 14.3608 1456.3 14.3608C1456.8 14.3608 1457.21 14.7689 1457.21 15.2722V26.2721H1455.39V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1463.93 18.5515C1463.93 18.0483 1464.34 17.6401 1464.84 17.6401C1465.35 17.6401 1465.75 18.0482 1465.75 18.5515V26.272H1463.93V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1472.47 12.2346C1472.47 11.7313 1472.88 11.3232 1473.38 11.3232C1473.89 11.3232 1474.3 11.7313 1474.3 12.2346V26.2721H1472.47V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1481.01 18.5515C1481.01 18.0483 1481.42 17.6401 1481.93 17.6401C1482.43 17.6401 1482.84 18.0482 1482.84 18.5515V26.272H1481.01V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1489.56 15.2722C1489.56 14.7689 1489.96 14.3608 1490.47 14.3608C1490.97 14.3608 1491.38 14.7689 1491.38 15.2722V26.2721H1489.56V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1498.1 18.5515C1498.1 18.0483 1498.51 17.6401 1499.01 17.6401C1499.51 17.6401 1499.92 18.0482 1499.92 18.5515V26.272H1498.1V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1577.08 5.88257C1577.08 5.3794 1576.67 4.97119 1576.17 4.97119C1575.66 4.97119 1575.26 5.37924 1575.26 5.88257V26.2719H1577.08V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1568.54 18.5515C1568.54 18.0483 1568.13 17.6401 1567.62 17.6401C1567.12 17.6401 1566.71 18.0482 1566.71 18.5515V26.272H1568.54L1568.54 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1559.99 15.2722C1559.99 14.7689 1559.59 14.3608 1559.08 14.3608C1558.58 14.3608 1558.17 14.7689 1558.17 15.2722V26.2721H1559.99V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1551.45 18.5515C1551.45 18.0483 1551.04 17.6401 1550.54 17.6401C1550.04 17.6401 1549.63 18.0482 1549.63 18.5515V26.272H1551.45V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1542.91 12.2346C1542.91 11.7313 1542.5 11.3232 1542 11.3232C1541.5 11.3232 1541.09 11.7313 1541.09 12.2346V26.2721H1542.91V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1534.37 18.5515C1534.37 18.0483 1533.96 17.6401 1533.46 17.6401C1532.95 17.6401 1532.55 18.0482 1532.55 18.5515V26.272H1534.37V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1525.83 15.2722C1525.83 14.7689 1525.42 14.3608 1524.92 14.3608C1524.41 14.3608 1524 14.7689 1524 15.2722V26.2721H1525.83V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1517.29 18.5515C1517.29 18.0483 1516.88 17.6401 1516.37 17.6401C1515.87 17.6401 1515.46 18.0482 1515.46 18.5515V26.272H1517.29V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1508.74 0.911381C1508.74 0.408206 1508.34 0 1507.83 0C1507.33 0 1506.92 0.408048 1506.92 0.911381V26.2721H1508.74V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1583.84 18.5515C1583.84 18.0483 1584.25 17.6401 1584.75 17.6401C1585.25 17.6401 1585.66 18.0482 1585.66 18.5515V26.272H1583.84L1583.84 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1592.38 15.2722C1592.38 14.7689 1592.79 14.3608 1593.29 14.3608C1593.8 14.3608 1594.2 14.7689 1594.2 15.2722V26.2721H1592.38V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1600.92 18.5515C1600.92 18.0483 1601.33 17.6401 1601.84 17.6401C1602.34 17.6401 1602.75 18.0482 1602.75 18.5515V26.272H1600.92V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1609.47 12.2346C1609.47 11.7313 1609.87 11.3232 1610.38 11.3232C1610.88 11.3232 1611.29 11.7313 1611.29 12.2346V26.2721H1609.47V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1618.01 18.5515C1618.01 18.0483 1618.42 17.6401 1618.92 17.6401C1619.42 17.6401 1619.83 18.0482 1619.83 18.5515V26.272H1618.01V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1626.55 15.2722C1626.55 14.7689 1626.96 14.3608 1627.46 14.3608C1627.96 14.3608 1628.37 14.7689 1628.37 15.2722V26.2721H1626.55V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1635.09 18.5515C1635.09 18.0483 1635.5 17.6401 1636 17.6401C1636.51 17.6401 1636.91 18.0482 1636.91 18.5515V26.272H1635.09V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1714.07 5.88257C1714.07 5.3794 1713.66 4.97119 1713.16 4.97119C1712.66 4.97119 1712.25 5.37924 1712.25 5.88257V26.2719H1714.07V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1705.53 18.5515C1705.53 18.0483 1705.12 17.6401 1704.62 17.6401C1704.11 17.6401 1703.71 18.0482 1703.71 18.5515V26.272H1705.53L1705.53 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1696.99 15.2722C1696.99 14.7689 1696.58 14.3608 1696.08 14.3608C1695.57 14.3608 1695.16 14.7689 1695.16 15.2722V26.2721H1696.99V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1688.45 18.5515C1688.45 18.0483 1688.04 17.6401 1687.53 17.6401C1687.03 17.6401 1686.62 18.0482 1686.62 18.5515V26.272H1688.45V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1679.9 12.2346C1679.9 11.7313 1679.5 11.3232 1678.99 11.3232C1678.49 11.3232 1678.08 11.7313 1678.08 12.2346V26.2721H1679.9V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1671.36 18.5515C1671.36 18.0483 1670.95 17.6401 1670.45 17.6401C1669.95 17.6401 1669.54 18.0482 1669.54 18.5515V26.272H1671.36V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1662.82 15.2722C1662.82 14.7689 1662.41 14.3608 1661.91 14.3608C1661.41 14.3608 1661 14.7689 1661 15.2722V26.2721H1662.82V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1654.28 18.5515C1654.28 18.0483 1653.87 17.6401 1653.37 17.6401C1652.86 17.6401 1652.46 18.0482 1652.46 18.5515V26.272H1654.28V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1645.74 0.911381C1645.74 0.408206 1645.33 0 1644.83 0C1644.32 0 1643.91 0.408048 1643.91 0.911381V26.2721H1645.74V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1720.83 18.5515C1720.83 18.0483 1721.24 17.6401 1721.74 17.6401C1722.25 17.6401 1722.66 18.0482 1722.66 18.5515V26.272H1720.83L1720.83 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1729.37 15.2722C1729.37 14.7689 1729.78 14.3608 1730.29 14.3608C1730.79 14.3608 1731.2 14.7689 1731.2 15.2722V26.2721H1729.37V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1737.92 18.5515C1737.92 18.0483 1738.32 17.6401 1738.83 17.6401C1739.33 17.6401 1739.74 18.0482 1739.74 18.5515V26.272H1737.92V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1746.46 12.2346C1746.46 11.7313 1746.87 11.3232 1747.37 11.3232C1747.87 11.3232 1748.28 11.7313 1748.28 12.2346V26.2721H1746.46V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1755 18.5515C1755 18.0483 1755.41 17.6401 1755.91 17.6401C1756.41 17.6401 1756.82 18.0482 1756.82 18.5515V26.272H1755V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1763.54 15.2722C1763.54 14.7689 1763.95 14.3608 1764.45 14.3608C1764.96 14.3608 1765.36 14.7689 1765.36 15.2722V26.2721H1763.54V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1772.08 18.5515C1772.08 18.0483 1772.49 17.6401 1773 17.6401C1773.5 17.6401 1773.91 18.0482 1773.91 18.5515V26.272H1772.08V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1851.06 5.88257C1851.06 5.3794 1850.66 4.97119 1850.15 4.97119C1849.65 4.97119 1849.24 5.37924 1849.24 5.88257V26.2719H1851.06V5.88257Z' fill='%2300B1F8'/%3E%3Cpath d='M1842.52 18.5515C1842.52 18.0483 1842.11 17.6401 1841.61 17.6401C1841.11 17.6401 1840.7 18.0482 1840.7 18.5515V26.272H1842.52L1842.52 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1833.98 15.2722C1833.98 14.7689 1833.57 14.3608 1833.07 14.3608C1832.57 14.3608 1832.16 14.7689 1832.16 15.2722V26.2721H1833.98V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1825.44 18.5515C1825.44 18.0483 1825.03 17.6401 1824.53 17.6401C1824.02 17.6401 1823.62 18.0482 1823.62 18.5515V26.272H1825.44V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1816.9 12.2346C1816.9 11.7313 1816.49 11.3232 1815.98 11.3232C1815.48 11.3232 1815.07 11.7313 1815.07 12.2346V26.2721H1816.9V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1808.35 18.5515C1808.35 18.0483 1807.95 17.6401 1807.44 17.6401C1806.94 17.6401 1806.53 18.0482 1806.53 18.5515V26.272H1808.35V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1799.81 15.2722C1799.81 14.7689 1799.4 14.3608 1798.9 14.3608C1798.4 14.3608 1797.99 14.7689 1797.99 15.2722V26.2721H1799.81V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1791.27 18.5515C1791.27 18.0483 1790.86 17.6401 1790.36 17.6401C1789.86 17.6401 1789.45 18.0482 1789.45 18.5515V26.272H1791.27V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1782.73 0.911381C1782.73 0.408206 1782.32 0 1781.82 0C1781.31 0 1780.91 0.408048 1780.91 0.911381V26.2721H1782.73V0.911381Z' fill='%2300B1F8'/%3E%3Cpath d='M1857.83 18.5515C1857.83 18.0483 1858.23 17.6401 1858.74 17.6401C1859.24 17.6401 1859.65 18.0482 1859.65 18.5515V26.272H1857.83L1857.83 18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1866.37 15.2722C1866.37 14.7689 1866.78 14.3608 1867.28 14.3608C1867.78 14.3608 1868.19 14.7689 1868.19 15.2722V26.2721H1866.37V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1874.91 18.5515C1874.91 18.0483 1875.32 17.6401 1875.82 17.6401C1876.32 17.6401 1876.73 18.0482 1876.73 18.5515V26.272H1874.91V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1883.45 12.2346C1883.45 11.7313 1883.86 11.3232 1884.36 11.3232C1884.87 11.3232 1885.27 11.7313 1885.27 12.2346V26.2721H1883.45V12.2346Z' fill='%2300B1F8'/%3E%3Cpath d='M1891.99 18.5515C1891.99 18.0483 1892.4 17.6401 1892.9 17.6401C1893.41 17.6401 1893.82 18.0482 1893.82 18.5515V26.272H1891.99V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1900.53 15.2722C1900.53 14.7689 1900.94 14.3608 1901.45 14.3608C1901.95 14.3608 1902.36 14.7689 1902.36 15.2722V26.2721H1900.53V15.2722Z' fill='%2300B1F8'/%3E%3Cpath d='M1909.08 18.5515C1909.08 18.0483 1909.48 17.6401 1909.99 17.6401C1910.49 17.6401 1910.9 18.0482 1910.9 18.5515V26.272H1909.08V18.5515Z' fill='%2300B1F8'/%3E%3Cpath d='M1917.62 0.911381C1917.62 0.408206 1918.03 0 1918.53 0C1919.03 0 1919.44 0.408048 1919.44 0.911381V26.2721H1917.62V0.911381Z' fill='%2300B1F8'/%3E%3C/svg%3E%0A");
}
.contact-page + .form-section .input-wrap input,
.contact-page + .form-section .textarea-wrap textarea {
  border: 1px solid #C8C6C6;
  color: #696969;
}
.contact-page + .form-section::before {
  display: none;
}
.contact-page + .form-section h2, .contact-page + .form-section .h2 {
  color: #484848;
}
.contact-page + .form-section .form p {
  color: #696969;
}

.services-section {
  padding: 56px 0 7.3125rem;
}
@media only screen and (max-width: 1279px) {
  .services-section {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 570px) {
  .services-section {
    padding: 32px 0 50px;
  }
}
.services-section .headline-wrap {
  position: relative;
  padding-right: 130px;
}
@media only screen and (max-width: 767px) {
  .services-section .headline-wrap {
    padding: 0;
    position: static;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .services-section .container {
    position: relative;
    padding-bottom: 90px;
  }
}
.services-slider-arrow {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
  background: #fff;
  position: relative;
}
.services-slider-arrow:hover {
  background: #00B1F8;
  border-color: #00B1F8;
}
.services-slider-arrow::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2007_1754)'%3E%3Cpath d='M0.512088 5.95184L4.84572 1.61812C4.96943 1.49442 5.1343 1.42651 5.31011 1.42651C5.48611 1.42651 5.65089 1.49451 5.77459 1.61812L6.16806 2.01168C6.29166 2.13519 6.35976 2.30017 6.35976 2.47607C6.35976 2.65187 6.29166 2.8224 6.16806 2.94592L3.63987 5.47965H11.672C12.0342 5.47965 12.3203 5.76316 12.3203 6.1254V6.68179C12.3203 7.04403 12.0342 7.35612 11.672 7.35612H3.61119L6.16796 9.90401C6.29157 10.0277 6.35966 10.1882 6.35966 10.3641C6.35966 10.5398 6.29157 10.7026 6.16796 10.8262L5.7745 11.2185C5.65079 11.3422 5.48601 11.4097 5.31001 11.4097C5.13421 11.4097 4.96933 11.3414 4.84562 11.2177L0.51199 6.88403C0.387991 6.75993 0.319796 6.59428 0.320284 6.41818C0.319894 6.2415 0.387991 6.07574 0.512088 5.95184Z' fill='%232B4551'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2007_1754'%3E%3Crect width='12' height='12' fill='white' transform='matrix(-1 0 0 1 12.3203 0.417969)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.services-slider-arrow-next::after {
  transform: rotate(180deg) translate(50%, 50%);
}
.services-slider-arrows {
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .services-slider-arrows {
    bottom: 0;
    width: 100%;
    justify-content: center;
  }
}
.services-slider .slick-list {
  margin: 0 -12px;
}
.services-slider__item {
  padding: 0 12px;
}
.services-slider__item__title {
  font-size: 28px;
  color: #2B4551;
  margin-bottom: 15px;
  max-width: 90%;
}
@media only screen and (max-width: 1023px) {
  .services-slider__item__title {
    font-size: 24px;
  }
}
.services-slider__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
  pointer-events: none;
  opacity: 0;
  padding: 40px;
  background: #2B4551;
}
.services-slider__item__bg__wrap {
  opacity: 0.1;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-slider__item__bg__img img {
  max-width: 80px;
}
.services-slider__item__desk {
  position: relative;
  z-index: 2;
  padding: 20px 28px 18px;
}
.services-slider__item__wrap {
  position: relative;
  border-radius: 8px;
  display: block;
  background: #fff;
  overflow: hidden;
  padding: 12px;
}
.services-slider__item__wrap:hover .services-slider__item__bg {
  opacity: 1;
}
.services-slider__item__wrap:hover .services-slider__item__title {
  color: #fff;
}
.services-slider__item__wrap:hover .link-more {
  color: #C8BA86;
}
.services-slider__item__wrap:hover .link-more::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.84581 2.07898H7.48479L0.563559 9.00023C0.320315 9.24347 0.259502 9.60006 0.381121 9.89997C0.421663 9.99996 0.482476 10.0936 0.563559 10.1747C0.887895 10.4991 1.41374 10.4991 1.73807 10.1747L8.65933 3.25349V7.89247C8.65933 7.94981 8.66517 8.00582 8.6762 8.05984C8.75367 8.43828 9.08847 8.72298 9.48983 8.72298C9.94854 8.72298 10.3203 8.35118 10.3203 7.89247V1.24847C10.3203 0.789795 9.94854 0.417969 9.48983 0.417969H2.84581C2.81714 0.417969 2.78881 0.419417 2.76089 0.422254C2.3421 0.464782 2.0153 0.818464 2.0153 1.24847C2.0153 1.70714 2.38713 2.07898 2.84581 2.07898Z' fill='%23C8BA86'/%3E%3C/svg%3E%0A");
}
.services-slider__item__wrap img {
  display: block;
  width: 100%;
}

.text-section {
  padding: 80px 0 60px;
}
@media only screen and (max-width: 1023px) {
  .text-section {
    padding: 60px 0 32px;
  }
}
@media only screen and (max-width: 570px) {
  .text-section {
    padding: 60px 0 32px;
  }
}

.text-content q {
  padding: 58px 230px;
  border-radius: 16px;
  overflow: hidden;
  display: block;
  margin-bottom: 28px;
  position: relative;
  background: #EFFFFC;
}
.text-content q p {
  margin-bottom: 24px;
}
.text-content q::before {
  display: none;
}
.text-content q::after {
  content: "";
  width: 105px;
  height: 82px;
  position: absolute;
  bottom: 5px;
  right: 160px;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='82' viewBox='0 0 105 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.5448 71.1698C63.8184 60.6834 71.9154 49.5094 77.8358 37.6478L56.6791 24.4969C56.6791 17.4486 59.1169 11.6038 63.9925 6.96227C68.694 2.32076 74.2662 0 80.7089 0C88.5448 0 94.5522 2.14885 98.7313 6.44654C102.91 10.9161 105 17.1908 105 25.2704C105 35.2411 100.821 45.7275 92.4627 56.7296C83.9303 67.7317 75.0497 76.1551 65.8209 82L53.5448 71.1698ZM0 71.1698C10.2736 60.6834 18.3706 49.5094 24.291 37.6478L3.13433 24.4969C3.13433 17.4486 5.57214 11.6038 10.4478 6.96227C15.1493 2.32076 20.7214 0 27.1642 0C35 0 41.0075 2.14885 45.1866 6.44654C49.3657 10.9161 51.4552 17.1908 51.4552 25.2704C51.4552 35.2411 47.2761 45.7275 38.9179 56.7296C30.3856 67.7317 21.505 76.1551 12.2761 82L0 71.1698Z' fill='%2300B1F8' fill-opacity='0.3'/%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1023px) {
  .text-content q {
    padding: 82px 20px 32px;
  }
  .text-content q::after {
    right: 20px;
    top: 20px;
  }
}
.text-content img.aligncenter {
  margin-bottom: 48px;
}
.text-content p {
  margin-bottom: 16px;
}
.text-content h4, .text-content .h4, .text-content h3, .text-content .h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.text-content h2, .text-content .h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.text-content h3, .text-content .h3 {
  font-size: 22px;
}
.text-content ul {
  padding-left: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .text-content ul {
    padding-left: 10px;
  }
}
.text-content ul li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 12px;
}
.text-content ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #00B1F8;
  position: absolute;
  left: 10px;
  top: 7px;
  border-radius: 50%;
}
.text-content ol {
  padding-left: 32px;
  margin-bottom: 32px;
}
.text-content ol li {
  margin-bottom: 12px;
}

.faq-section {
  padding: 80px 0 105px;
}
@media only screen and (max-width: 1099px) {
  .faq-section {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 60px 0;
  }
}
.faq-section .row {
  gap: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .faq-section .row {
    flex-direction: column;
  }
}
.faq-figure {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.faq-figure img {
  display: block;
  max-width: -webkit-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  .faq-figure {
    flex: 1;
    max-width: 100%;
  }
  .faq-figure img {
    width: 100%;
    max-width: 100%;
  }
}
.faq-content {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.faq-content-box {
  display: none;
  font-size: 14px;
  padding: 0 28px 16px;
}
.faq-content-item {
  margin-bottom: 16px;
  border: 1px solid #C8C6C6;
}
.faq-content-title {
  position: relative;
  padding: 24px 52px 24px 28px;
  line-height: 1;
  cursor: pointer;
  font-size: 18px;
  color: #484848;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
}
.faq-content-title.active {
  pointer-events: none;
}
.faq-content-title.active::after {
  transform: rotate(90deg);
}
.faq-content-title::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.749674 8L20.083 8M20.083 8L12.833 0.75M20.083 8L12.833 15.25' stroke='%2300B1F8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 21px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 25px;
}
@media only screen and (max-width: 767px) {
  .faq-content {
    flex: 1;
    max-width: 100%;
  }
  .faq-content-item:last-child {
    margin-bottom: 0;
  }
}

.footer {
  background: #020304;
  padding: 60px 0 0;
}
.footer .soc-list {
  margin-bottom: 16px;
}
@media only screen and (max-width: 570px) {
  .footer .soc-list li a {
    width: 42px;
    height: 42px;
  }
}
.footer-link {
  color: #696969;
  padding-left: 24px;
  margin-bottom: 16px;
  display: table;
  position: relative;
}
.footer-link:hover {
  color: #fff;
}
.footer-link.tel::after {
  content: "";
  top: 2px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  background: url(../img/svg/phone.svg);
}
.footer-link.address::after {
  content: "";
  top: 2px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  background: url(../img/svg/address.svg);
}
.footer-link.email::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../img/svg/mail.svg);
}
.footer-logo {
  display: table;
  margin-bottom: 24px;
}
@media only screen and (max-width: 570px) {
  .footer-logo {
    max-width: 256px;
    width: 100%;
    margin: 0 auto 24px;
  }
  .footer-logo img {
    width: 100%;
  }
}
.footer-bottom {
  padding: 19px 0 16px;
  color: #696969;
  font-size: 14px;
  border-top: 1px solid #606060;
}
.footer-bottom a {
  color: #696969;
}
.footer-bottom .row {
  justify-content: center;
}
@media only screen and (max-width: 570px) {
  .footer-bottom .row {
    text-align: center;
  }
}
.footer-body {
  --cols: 5;
  --gap: 20px;
  gap: var(--gap);
  padding: 0 0 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-body {
    flex-wrap: wrap;
    gap: 30px 20px;
  }
}
.footer-item {
  flex-basis: calc(100% / var(--cols) - var(--gap) + var(--gap) / (var(--cols)) / var(--cols) * (var(--cols)));
}
.footer-item ul li {
  margin-bottom: 16px;
}
.footer-item ul li a {
  color: #ccc;
  text-transform: uppercase;
  line-height: 1;
}
.footer-item ul li a:hover {
  color: #00B1F8;
}
.footer-item .sub-link {
  font-size: 14px;
  color: #696969;
}
.footer-item .sub-link li {
  margin-bottom: 8px;
}
.footer-item .sub-link a {
  text-transform: none;
  color: #696969;
}
.footer-item .sub-link a:hover {
  color: #fff;
}
.footer-item h3, .footer-item .h3 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
}
.footer-item h3:last-child, .footer-item .h3:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1099px) {
  .footer-item h3, .footer-item .h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-item h3, .footer-item .h3 {
    font-size: 20px;
  }
}
.footer-item .link {
  font-size: 22px;
  color: #00B1F8;
  text-decoration: underline;
}
.footer-item .link:hover {
  color: #FFD78A;
  text-decoration: none;
}
.footer-item p {
  margin-bottom: 28px;
}
@media only screen and (max-width: 1099px) {
  .footer-item {
    max-width: 260px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer-item {
    max-width: 220px;
  }
  .footer-item p {
    font-size: 18px;
  }
  .footer-item h3, .footer-item .h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-item {
    max-width: 45%;
    flex: 0 0 45%;
  }
}
@media only screen and (max-width: 570px) {
  .footer-item {
    max-width: 100%;
    flex: 0 0 auto;
    min-width: 100%;
  }
  .footer-item:first-child {
    text-align: center;
  }
  .footer-item:last-child {
    margin-bottom: 0;
  }
  .footer-item ul li a {
    font-size: 18px;
  }
}

.headline-wrap {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 60px;
  text-align: center;
}
.headline-wrap h2, .headline-wrap .h2 {
  font-weight: 300;
  margin-bottom: 0;
}
.headline-wrap::after {
  content: "";
  width: 80px;
  bottom: 0;
  left: 50%;
  background: #00B1F8;
  height: 2px;
  position: absolute;
  transform: translateX(-50%);
}
.headline-wrap.white h2, .headline-wrap.white .h2 {
  color: #fff;
}
.headline-wrap.left {
  text-align: left;
}
.headline-wrap.left::after {
  left: 0;
  transform: none;
}
@media only screen and (max-width: 767px) {
  .headline-wrap {
    margin-bottom: 44px;
  }
}

.headline-page {
  padding: 270px 0 30px;
  height: 468px;
  position: relative;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.headline-page__desk {
  opacity: 0;
  transform: translateY(100%);
}
.headline-page h1, .headline-page .h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-size: 38px;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 570px) {
  .headline-page h1, .headline-page .h1 {
    margin-bottom: 20px;
  }
}
.headline-page::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(2, 3, 4, 0.65);
}
.headline-page .container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .headline-page {
    font-size: 16px;
    height: 370px;
    padding: 212px 0 20px;
  }
  .headline-page h1, .headline-page .h1 {
    font-size: 30px;
  }
}

.input-row {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  --cols: 2;
  --gap: 20px;
  gap: var(--gap);
}
.input-row .input-wrap {
  flex-basis: calc(100% / var(--cols) - var(--gap) + var(--gap) / (var(--cols)) / var(--cols) * (var(--cols)));
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .input-row {
    --cols: 1;
  }
}

.input-wrap, .textarea-wrap {
  margin-bottom: 16px;
}
.input-wrap input, .input-wrap textarea, .textarea-wrap input, .textarea-wrap textarea {
  height: 48px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  padding: 12px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .input-wrap input, .input-wrap textarea, .textarea-wrap input, .textarea-wrap textarea {
    font-size: 14px;
  }
}

.textarea-wrap {
  margin-bottom: 24px;
}
.textarea-wrap textarea {
  padding-top: 20px;
  height: 87px;
  line-height: 1.2;
}

.select-wrap {
  margin-bottom: 16px;
}
.select-wrap .select2-selection__arrow {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 14px !important;
  height: 15px !important;
  right: 24px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_469)'%3E%3Cpath d='M13.9727 4.76229C13.8906 4.38494 13.6664 4.13065 13.2836 4.02401C12.8652 3.90643 12.518 4.03494 12.2227 4.33299C11.077 5.48143 9.934 6.6326 8.79103 7.78377C8.21681 8.35799 7.63712 8.92947 7.00275 9.56112L1.76915 4.32752C1.33165 3.89002 0.708217 3.86541 0.303529 4.25096C-0.101158 4.63651 -0.106627 5.29002 0.319935 5.71932C2.29415 7.70447 4.27658 9.6869 6.26173 11.6611C6.69376 12.0904 7.30079 12.1013 7.72462 11.6775C9.72072 9.6951 11.7086 7.70721 13.691 5.71385C13.9508 5.45135 14.0547 5.12869 13.9727 4.76229Z' fill='%232B4551'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_469'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.983398)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
}
.select-wrap .select2-selection__arrow b {
  display: none;
}
.select-wrap .select2-container {
  width: 100% !important;
}
.select-wrap .select2-container--default .select2-selection--single {
  height: 56px;
  border: 0;
  background: #fff !important;
  border-radius: 0;
}
.select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 26px;
  padding: 15px 22px;
  color: #555855;
  font-size: 16px;
}
@media only screen and (max-width: 479px) {
  .select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px;
  }
}

.projects-page {
  padding: 60px 0;
  background: #EFFFFC;
}
.projects-page__item {
  padding: 0 20px;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1099px) {
  .projects-page__item {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .projects-page{
    padding: 50px 0;
  }
  .projects-page__item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
  .projects-page__item:last-child {
    margin-bottom: 0;
  }
}
.projects-page__items {
  padding: 40px 0 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.projects-page__nav {
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #C8C6C6;
  display: flex;
  justify-content: center;
}
.projects-page__nav .btn {
  background: transparent;
  border: 1px solid #00B1F8;
  color: #00B1F8;
  padding: 15px 20px;
}
.projects-page__nav .btn.is-checked, .projects-page__nav .btn:hover {
  background: #00B1F8;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .projects-page__nav {
    display: none;
  }
}

.category-page .projects-page__nav {
  border: 1px solid #00B1F8;
  border-radius: 14px;
  background: #fff;
  padding: 2px 0px;
  display: table;
  margin: 0 auto 14px;
}
.category-page .projects-page__nav a,
.category-page .projects-page__nav button {
  margin: 0 2px;
}
.category-page .projects-page__nav .btn,
.category-page .projects-page__nav button {
  border: 0;
  padding: 15px 17px;
}
.category-page .projects-page__items {
  border-top: 1px solid #C8C6C6;
}
.category-page .projects-page__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.category-page .excellence-slide__img {
  height: 368px;
}
@media only screen and (max-width: 767px) {
  .category-page .excellence-slide__img {
    height: 354px;
  }
  .category-page .projects-page__nav{
    display: none;
  }
}
@media only screen and (max-width: 570px) {
  .category-page .excellence-slide__img {
    height: 236px;
  }
}
.category-page .excellence-slide__content {
  padding: 12px 28px 24px;
}
@media only screen and (max-width: 767px) {
  .category-page .excellence-slide__content {
    padding: 12px 16px 28px;
  }
}
.category-page .excellence-slide__content__title {
  font-size: 18px;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  margin-bottom: 12px;
}
.category-page .excellence-slide__content__title::after {
  display: none;
}
.category-page .excellence-slide__wrap .link {
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 28px;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.category-page .excellence-slide__wrap:hover .excellence-slide__content__title {
  margin-bottom: 30px;
}
.category-page .excellence-slide__wrap:hover .link {
  opacity: 1;
}
@media only screen and (max-width: 1099px) {
  .category-page .projects-page__item {
    flex: 0 0 50%;
    padding: 0 15px;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .category-page .projects-page__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 32px;
  }
  .category-page .projects-page__item:last-child {
    margin-bottom: 0;
  }
  .category-page .excellence-slide__wrap .link {
    opacity: 1;
    bottom: 0;
    left: 0;
    position: relative;
    transition: none;
    display: inline-block;
  }
  .category-page .excellence-slide__wrap .link::after {
    display: none;
  }
  .category-page .excellence-slide__wrap .link:hover {
    text-decoration: underline;
  }
  .category-page .excellence-slide__wrap .excellence-slide__content__title {
    margin-bottom: 12px;
  }
  .category-page .excellence-slide__wrap:hover .excellence-slide__content__title {
    margin-bottom: 12px;
  }
}

.callback {
  position: relative;
  padding: 6px 0 6px 62px;
  cursor: pointer;
  color: #fff;
  line-height: 1.4;
  display: inline-block;
  font-size: 14px;
}
.callback::after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  left: 7px;
  top: 7px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_129_249)'%3E%3Cpath d='M6.42294 0.916748C6.98678 0.916748 9.24218 5.99139 9.24218 6.55524C9.24218 7.68293 7.55063 8.81063 6.98678 9.93833C6.42294 11.066 7.55063 12.1937 8.67833 13.3214C9.11813 13.7612 10.9337 15.5768 12.0614 15.013C13.1891 14.4491 14.3168 12.7576 15.4445 12.7576C16.0084 12.7576 21.083 15.013 21.083 15.5768C21.083 17.8322 19.3915 19.5238 17.6999 20.0876C16.0084 20.6515 14.8807 20.6515 12.6253 20.0876C10.3699 19.5238 8.67833 18.9599 5.85909 16.1407C3.03984 13.3214 2.47599 11.6299 1.91214 9.37448C1.3483 7.11909 1.3483 5.99139 1.91214 4.29984C2.47599 2.60829 4.16754 0.916748 6.42294 0.916748Z' stroke='%2318A0D7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1895 5.47266C13.9337 5.82224 14.6104 6.29588 15.1742 6.871C15.7268 7.42357 16.1891 8.08892 16.5274 8.81064' stroke='%2318A0D7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.3174 1.19873C15.9074 1.61598 17.3283 2.4392 18.456 3.5669C19.5725 4.69459 20.3957 6.10422 20.8016 7.68299' stroke='%2318A0D7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_129_249'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #00EDC2;
}
.callback::before {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  border: 1px solid #00EDC2;
}
.callback span {
  display: table;
}

.service-banner {
  padding: 115px 0 110px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.service-banner .breadcrumbs {
  text-align: left;
  margin-bottom: 52px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .service-banner {
    padding: 190px 0 70px;
  }
  .service-banner .breadcrumbs {
    left: 20px;
    top: 86px;
    position: absolute;
  }
}
@media only screen and (max-width: 570px) {
  .service-banner {
    padding: 160px 0 50px;
  }
}
@media only screen and (max-width: 374px) {
  .service-banner {
    padding-bottom: 32px;
  }
}
.service-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(2, 3, 4, 0.65);
}
.service-banner .container {
  width: 100%;
  height: 100%;
}
.service-banner .container > .row {
  z-index: 2;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .service-banner .container > .row {
    gap: 70px;
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 374px) {
  .service-banner .container > .row {
    gap: 32px;
  }
}
.service-banner h1, .service-banner .h1 {
  margin-bottom: 16px;
  color: #fff;
  font-weight: 300;
}
.service-banner__content {
  flex: 0 0 45%;
  max-width: 45%;
  color: #fff;
}
.service-banner__content p {
  margin-bottom: 24px;
}
.service-banner__content p:last-of-type {
  margin-bottom: 40px;
}
.service-banner__content__row {
  gap: 50px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .service-banner__content {
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
  }
  .service-banner__content__row {
    gap: 30px;
    justify-content: center;
  }
}
@media only screen and (max-width: 374px) {
  .service-banner__content__row {
    flex-direction: column;
    justify-content: center;
  }
}
.service-banner__slider {
  flex: 0 0 45.5%;
  max-width: 45.5%;
}
.service-banner__slider .banner-slider {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .service-banner__slider .banner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    font-size: 0;
    height: 23px;
  }
  .service-banner__slider .banner-slider .slick-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='16' viewBox='0 0 23 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1.4303L13.7798 0L7 8L13.7866 16L15 14.5697L9.42674 8L15 1.4303Z' fill='%2300B1F8'/%3E%3C/svg%3E%0A");
    width: 23px;
    height: 16px;
  }
  .service-banner__slider .banner-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .service-banner__slider .banner-slider .slick-arrow.slick-next {
    right: 0;
  }
  .service-banner__slider .banner-slider .slick-arrow.slick-next::after {
    transform: rotate(180deg) translateY(50%);
  }
}
@media only screen and (max-width: 1099px) {
  .service-banner__slider {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .service-banner__slider {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.banner-video {
  width: 100%;
  position: relative;
  display: block;
}
.banner-video-play {
  background-image: url("data:image/svg+xml,%3Csvg width='58' height='36' viewBox='0 0 58 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='58' height='36' rx='3' fill='white'/%3E%3Cpath d='M37 18.5L25.75 12.8708V24.1292L37 18.5Z' fill='%23FF1D1D'/%3E%3C/svg%3E%0A");
  width: 58px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  cursor: pointer;
  z-index: 2;
}
.banner-video-play:hover {
  opacity: 0.8;
}
.banner-video img {
  display: block;
}

.banner-slider {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .banner-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    font-size: 0;
    height: 23px;
  }
  .banner-slider .slick-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='16' viewBox='0 0 23 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1.4303L13.7798 0L7 8L13.7866 16L15 14.5697L9.42674 8L15 1.4303Z' fill='%2300B1F8'/%3E%3C/svg%3E%0A");
    width: 23px;
    height: 16px;
  }
  .banner-slider .slick-arrow.slick-prev {
    left: -5px;
  }
  .banner-slider .slick-arrow.slick-next {
    right: -5px;
  }
  .banner-slider .slick-arrow.slick-next::after {
    transform: rotate(180deg) translateY(50%);
  }
}
@media only screen and (max-width: 767px) {
  .banner-slider-main {
    padding: 0 36px;
  }
}
@media only screen and (max-width: 570px) {
  .banner-slider-main {
    padding: 0 20px;
  }
}
.banner-slider-main-item img {
  display: block;
  width: 100%;
}
.banner-slider-nav {
  padding-top: 8px;
  margin: 0 -6px;
}
.banner-slider-nav .slick-current .banner-slider-nav-item img {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.banner-slider-nav-item {
  padding: 0 6px;
  cursor: pointer;
}
.banner-slider-nav-item .box {
  background: #fff;
}
.banner-slider-nav-item img {
  opacity: 0.4;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  display: block;
  height: 107px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .banner-slider-nav {
    display: none;
  }
}

.contact-banner {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
  .contact-banner {
    padding: 24px 0 60px;
  }
}
@media only screen and (max-width: 1279px) {
  .contact-banner > .container {
    display: flex;
  }
}
.contact-banner > .container > .row {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #EFFFFC;
  align-items: flex-end;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1098039216);
}
@media only screen and (max-width: 1279px) {
  .contact-banner > .container > .row {
    align-items: normal;
  }
}
@media only screen and (max-width: 767px) {
  .contact-banner > .container > .row {
    flex-direction: column;
    width: 100%;
    border-radius: 0;
  }
}
.contact-banner__content {
  padding: 40px 30px 48px 40px;
  height: 100%;
  max-width: 600px;
}
.contact-banner__content h2, .contact-banner__content .h2 {
  font-weight: 300;
}
.contact-banner__content .row {
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact-banner__content .row {
    gap: 32px;
  }
}
.contact-banner__content .callback {
  color: #696969;
}
.contact-banner__content .btn {
  padding: 15px;
}
.contact-banner__content p {
  margin-bottom: 24px;
}
.contact-banner__content p:last-of-type {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1279px) {
  .contact-banner__content {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .contact-banner__content {
    max-width: 460px;
    padding: 24px 24px 40px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-banner__content {
    padding: 20px 17px 24px;
  }
}
.contact-banner__img {
  padding-bottom: 34%;
  flex: 1;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .contact-banner__img {
    height: auto;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-banner__img {
    padding-bottom: 72%;
  }
}
.contact-banner__img img {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  position: absolute;
}

.project-single {
  padding: 40px 0;
}
.project-single > .container > .row {
  gap: 40px;
}
@media only screen and (max-width: 859px) {
  .project-single > .container > .row {
    display: block;
  }
}
.project-single-content {
  flex: 1;
}
@media only screen and (max-width: 859px) {
  .project-single-content {
    margin-bottom: 40px;
  }
}
.project-single-content .text-content q {
  padding: 40px 60px;
}
.project-single-content .text-content q::after {
  right: 30px;
}
@media only screen and (max-width: 1023px) {
  .project-single-content .text-content q {
    padding: 82px 20px 32px;
  }
  .project-single-content .text-content q::after {
    right: 25px;
    top: 20px;
  }
}
.project-single-content .banner-slider {
  max-width: 824px;
  margin-bottom: 36px;
}
.project-single-content .banner-slider img {
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  .project-single-content .banner-slider {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1099px) {
  .project-single-content .banner-slider {
    max-width: 540px;
  }
}
@media only screen and (max-width: 909px) {
  .project-single-content .banner-slider {
    max-width: 480px;
  }
}
@media only screen and (max-width: 859px) {
  .project-single-content .banner-slider {
    max-width: 100%;
    margin-bottom: 36px;
  }
}

.sidebar-details {
  max-width: 380px;
  flex: 0 0 380px;
}
.sidebar-details__box {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.1098039216);
  margin-bottom: 45px;
  border-radius: 16px;
  padding: 32px;
}
.sidebar-details__item {
  display: flex;
  justify-content: space-between;
  padding: 0 0 16px 0;
  color: #696969;
  font-weight: 300;
  border-bottom: 1px solid #C8C6C6;
  margin-bottom: 16px;
}
.sidebar-details__item:last-of-type {
  margin-bottom: 0;
}
.sidebar-details h3, .sidebar-details .h3 {
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 24px;
  font-size: 18px;
}
.sidebar-details__banner {
  background-size: cover;
  background-position: center;
  height: 524px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.sidebar-details__banner * {
  position: relative;
  z-index: 2;
}
.sidebar-details__banner::after {
  background: linear-gradient(180.02deg, rgba(0, 0, 0, 0) 0.02%, rgba(0, 0, 0, 0.7) 99.98%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sidebar-details__banner h3, .sidebar-details__banner .h3 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.sidebar-details__banner .btn {
  width: 100%;
}
@media only screen and (max-width: 1099px) {
  .sidebar-details {
    max-width: 320px;
    flex: 0 0 320px;
  }
}
@media only screen and (max-width: 859px) {
  .sidebar-details {
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
  }
}

.share {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 15px;
  border-bottom: 1px solid #00B1F8;
}
.share-text {
  position: relative;
  top: -3px;
  font-size: 14px;
  color: #484848;
}
.share-box ul {
  display: flex;
  align-items: center;
  gap: 11px;
}
.share-box ul li a {
  position: relative;
  border-radius: 50%;
  width: 22px;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
  height: 22px;
  border-radius: 50%;
}
.share-box ul li a:hover {
  background: #00B1F8;
}
.share-box ul li a img {
  max-width: 19px;
}

.navigation {
  padding: 36px 0;
  display: flex;
  justify-content: space-between;
}
.navigation-link {
  font-size: 14px;
  color: #484848;
  transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.navigation-link.prev {
  margin-left: 54px;
}
.navigation-link.prev::after {
  left: auto;
  right: calc(100% - 6px);
}
.navigation-link:hover {
  background: #F8F7F0;
}
.navigation-link:hover::after {
  background-color: #FFD78A;
}

.filters-select-mob {
  display: none;
  padding-bottom: 16px;
  border-bottom: 1px solid #C8C6C6;
}
.filters-select-mob .filters-select {
  z-index: 3;
  position: relative;
}
.filters-select-mob .select__head {
  padding: 15px 52px 15px 23px;
  color: #484848;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #00B1F8;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.filters-select-mob .select__head::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8359 7.1276L9.5026 13.4609L3.16927 7.1276' stroke='%23484848' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 16px;
  right: 26px;
  width: 19px;
  height: 19px;
}
@media only screen and (max-width: 570px) {
  .filters-select-mob .select__head {
    font-size: 16px;
  }
}
.filters-select-mob .select__list {
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  background: #fff;
  width: 100%;
  padding: 10px 0 14px;
  z-index: 2;
  border: 1px solid #00B1F8;
  border-width: 0 1px 1px;
  border-radius: 0 0 16px 16px;
}
.filters-select-mob .select__list li button {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  display: block;
  padding: 15px 22px;
  font-size: 16px;
  font-weight: 300;
  background: #FFFFFF;
  color: #484848;
}
.filters-select-mob .select__list li button:hover {
  background: #00B1F8;
}
.filters-select-mob .select__list li button.is-checked {
  background: #00B1F8;
}
@media only screen and (max-width: 767px) {
  .filters-select-mob {
    display: block;
    border-bottom: 0;
  }
  .filters-select-mob + .sidebar-details__list {
    display: none;
  }
}

.filter-nav {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1279px) {
  .filter-nav {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-nav {
    display: none;
  }
}
.filter-nav .button-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1279px) {
  .filter-nav .button-group {
    gap: 12px;
  }
}
.filter-nav button {
  color: #2B4551;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 18px 54px;
  border-radius: 70px;
  cursor: pointer;
  background: #E6E6E6;
  transition: background 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media only screen and (max-width: 1279px) {
  .filter-nav button {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .filter-nav button {
    padding: 15px 20px;
  }
}
.filter-nav button:hover {
  background: rgba(0, 177, 248, 0.3);
}
.filter-nav button.is-checked {
  background: #00B1F8;
}

.pagination {
  display: flex;
  padding: 40px 0 0;
  justify-content: center;
  gap: 16px;
}
.pagination .page-numbers {
  width: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  border: 1px solid #C8C6C6;
  height: 40px;
  color: #484848;
  flex: 0 0 40px;
  position: relative;
  border-radius: 50%;
  transition: all 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background: #00B1F8;
  border: 1px solid #00B1F8;
  color: #fff;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: 1px solid transparent;
}
.pagination .page-numbers.prev::after, .pagination .page-numbers.next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.1276 15.834L13.4609 9.50065L7.1276 3.16732' stroke='%23484848' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
  background: none;
}
.pagination .page-numbers.prev::after {
  transform: rotate(180deg) translate(50%, 50%);
}
.pagination .page-numbers.disabled {
  pointer-events: none;
  opacity: 0.4;
}
@media only screen and (max-width: 767px) {
  .pagination {
    padding: 30px 0 0px;
  }
}

.services-text {
  padding: 70px 0 40px;
}
@media only screen and (max-width: 767px) {
  .services-text {
    padding: 30px 0;
  }
}

.video-section {
  padding: 30px 0;
  height: 560px;
  position: relative;
}
.video-section::after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(2, 3, 4, 0.65) 0%, rgba(2, 3, 4, 0.3) 39.51%, rgba(2, 3, 4, 0.7) 100%);
  background-blend-mode: multiply;
}
.video-section .container {
  display: flex;
  position: relative;
  z-index: 2;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-section h2, .video-section .h2 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-bottom: 82px;
}
@media only screen and (max-width: 767px) {
  .video-section h2, .video-section .h2 {
    margin-bottom: 48px;
  }
}
.video-play {
  width: 88px;
  height: 88px;
  display: table;
  margin: 0 auto;
  position: relative;
  background: #00EDC2;
  cursor: pointer;
  border-radius: 50%;
}
.video-play::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  top: 50%;
  border: 1px solid #00EDC2;
  transform: translate(-50%, -50%);
}
.video-play::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='33' viewBox='0 0 34 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.75 16.0215L0 1.52588e-05V32.043L33.75 16.0215Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 34px;
  height: 33px;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page404 {
  padding: 120px 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page404 {
    padding: 80px 0 50px;
  }
}
.page404 .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page404-box {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.page404-box .btn {
  min-width: 108px;
}
.page404-box h2, .page404-box .h2 {
  margin-bottom: 0;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .page404-box h2, .page404-box .h2 {
    font-size: 38px;
  }
}
.page404-desk {
  font-size: 18px;
  color: #484848;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page404-desk {
    font-size: 16px;
  }
}

.post-section {
  padding: 60px 0;
  position: relative;
}