.df {
  display: flex;
}
.jcc {
  justify-content: center;
}
.aic {
  align-items: center;
}
.mt-4 {
  margin-top: 4px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-32 {
  margin-left: 32px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-32 {
  margin-right: 32px;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  padding: 0;
  margin: 0;
}
input[type=text],
input[type=submit],
textarea {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none !important;
}
body {
  font-family: Nunito, sans-serif;
  line-height: 1.65;
  font-size: 16px;
  color: #303538;
}
a {
  text-decoration: none;
}
h1,
h2 {
  font-weight: bold;
  font-size: 56px;
  line-height: 80px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1600px) {
  h1,
  h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
  }
  h1 br,
  h2 br {
    display: none;
  }
}
h3 {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.bm-link {
  color: #00a4f9;
  text-decoration: none;
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
.bm-form-group {
  margin-bottom: 12px;
}
.bm-input {
  font-family: Nunito, sans-serif;
  line-height: 1.65;
  font-size: 16px;
  color: #303538;
  padding: 8px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  width: 100%;
  display: inline-block;
}
.bm-input::placeholder {
  color: #c4c4c4;
}
.bm-textarea {
  height: 200px;
  padding: 14px 14px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  width: 100%;
  font-family: Nunito, sans-serif;
  line-height: 1.65;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .mobile-only {
    display: block;
  }
}
.layer {
  width: 100%;
}
.container {
  max-width: 1200px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: none;
    min-width: 320px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-layer {
    box-shadow: 0px 7px 12px -11px rgba(34,60,80,0.08);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
  }
}
.header {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 16px;
    background: #fff;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 32vw;
  }
  .header__logo img,
  .header__logo svg {
    width: 100%;
    height: 100%;
  }
}
.menu-wrapper {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1024px) {
  .menu-wrapper {
    margin: 0;
    display: none;
  }
}
.menu {
  margin: 0;
  display: flex;
}
.menu a {
  font-size: 24px;
  line-height: 33px;
  padding: 0 16px;
  color: #303538;
  transition: 0.3s;
}
.menu a .active {
  background: #00cca2;
  border-radius: 64px;
}
.menu a:hover {
  transform: translateY(-2px);
}
@media only screen and (max-width: 1024px) {
  .menu a {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu {
    left: 0;
    position: fixed;
    top: 64px;
    width: 100%;
    background: #fff;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 16px;
  }
}
a.menu__market {
  color: #00cca2;
  font-size: 24px;
  line-height: 33px;
  display: block;
}
a.menu__market span {
  display: block;
  position: relative;
}
a.menu__market span::after {
  position: absolute;
  width: 100%;
  content: '';
  height: 3px;
  bottom: 1px;
  left: 0;
  background: rgba(0,204,162,0.6);
}
.header__search {
  width: 240px;
}
.header__sign-in {
  margin-left: auto;
}
.header__user {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.menu-action {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menu-action {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list' viewBox='0 0 16 16'%3E %3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
  }
}
.footer-layer {
  background: #f4f4f4;
  padding: 40px 0;
}
.footer {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .footer {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.footer__contacts {
  display: flex;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .footer__contacts {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.footer__contacts-title {
  font-weight: bold;
  display: block;
  margin-right: 38px;
}
@media only screen and (max-width: 1024px) {
  .footer__contacts-title {
    width: 100%;
  }
}
.footer__contacts-value {
  display: block;
  color: #303538;
  text-decoration: underline;
  margin-right: 38px;
}
.footer-socials__icon {
  background-size: contain !important;
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 40px;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .footer-socials__icon {
    margin-right: 20px;
    margin-top: 8px;
  }
}
.footer-socials__icon:hover {
  transform: translateY(-2px);
}
.footer-socials__icon:last-child {
  margin-right: 0;
}
.footer-socials__icon--fb {
  background: url("/images/footer-socials/fb.svg") center center no-repeat;
}
.footer-socials__icon--tw {
  background: url("/images/footer-socials/tw.svg") center center no-repeat;
}
.footer-socials__icon--dr {
  background: url("/images/footer-socials/dr.svg") center center no-repeat;
}
.footer-socials__icon--be {
  background: url("/images/footer-socials/be.svg") center center no-repeat;
}
.footer-socials__icon--ln {
  background: url("/images/footer-socials/ln.svg") center center no-repeat;
}
.footer-socials__icon--pi {
  background: url("/images/footer-socials/pi.svg") center center no-repeat;
}
.footer-socials__icon--yt {
  background: url("/images/footer-socials/yt.svg") center center no-repeat;
}
.footer-socials__icon--email {
  background: url("/images/footer-socials/email.svg") center center no-repeat;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
    --active: #00a4f9;
    --active-inner: #fff;
    --focus: 2px rgba(0,204,162,0.3);
    --border: #00a4f9;
    --border-hover: #0fc;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #c4c4c4;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
    box-shadow: 0px 0px 12px 2px rgba(102,255,224,0.3);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
    width: 21px;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 4px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type='radio'] {
    border-radius: 50%;
  }
  input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
    --s: 0.5;
  }
}
.button {
  border: none;
  font-size: 16px;
  padding: 8px 24px;
  border-radius: 64px;
  white-space: nowrap;
  background-repeat: no-repeat;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.button .button__divider {
  width: 2px;
  height: 16px;
  display: inline-block;
  margin: 0 16px;
  background-color: rgba(255,255,255,0.5);
}
.button:hover {
  background-color: #00a4f9;
  color: #fff;
  transform: translateY(-2px);
  transition: 0.3s;
}
.button--primary {
  background-color: #00a4f9;
  color: #fff;
}
.button--primary-outline {
  color: #00a4f9;
  background-color: transparent;
  border: 1px solid #00a4f9;
}
.button--primary-outline:hover {
  transform: none;
  transition: 0.3s;
  background-color: #00a4f9;
  color: #fff;
}
.button--xs {
  padding: 4px 16px;
  font-size: 12px;
}
.button--xs--with-icon {
  padding-left: 32px;
}
.button--l {
  font-size: 24px;
  padding: 12px 24px;
}
@media only screen and (max-width: 1024px) {
  .button--l {
    font-size: 18px;
    padding: 8px 20px;
  }
}
.button--l .button__divider {
  height: 24px;
}
.button--xl {
  font-size: 32px;
  padding: 16px 96px;
}
.button--xl .button__divider {
  height: 32px;
}
@media only screen and (max-width: 1024px) {
  .button--xl {
    font-size: 20px;
    padding: 8px 32px;
  }
}
.button--market {
  background: #00cca2;
}
.button--market:hover {
  background: #00cca2;
}
.centerizer {
  display: flex;
  justify-content: center;
}
.layer.contact-layer {
  padding-top: 125px;
  padding-bottom: 160px;
  background: center top no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='1565' height='851' viewBox='0 0 1565 851' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1346 612.526L1122.23 689.375L1014.32 605.815C1009.38 601.545 1008.6 590.216 1021.67 587.146' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1116.84 672.135L1020.56 597.435C1019.68 596.753 1019.01 595.844 1018.61 594.806C1018.21 593.768 1018.1 592.641 1018.3 591.547C1018.5 590.452 1018.99 589.432 1019.72 588.596C1020.45 587.761 1021.4 587.142 1022.46 586.805L1232.73 520.435C1233.45 520.205 1234.22 520.147 1234.97 520.267C1235.72 520.387 1236.43 520.681 1237.04 521.125L1341.41 596.285' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1132.13 507.596C1117.21 501.196 1085.26 486.406 1077.61 474.206C1059.61 445.546 1047.86 323.386 1077.61 321.596C1111.31 319.596 1130.19 443.056 1130.19 443.056' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1182.87 524.326L1194 533.856C1194 533.856 1211.14 553.576 1211.21 561.776C1211.21 566.586 1207.46 571.776 1203.54 569.226C1192.75 562.226 1176.77 549.956 1176.77 549.956C1176.77 549.956 1159.37 540.716 1153.59 533.196C1150.06 528.596 1139.84 510.816 1139.84 510.816C1139.84 510.816 1136.84 509.626 1132.11 507.596' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1198.08 527.306C1198.58 528.076 1212.97 554.856 1212.97 554.856C1212.97 554.856 1225.9 585.776 1235.61 589.666C1237.94 590.596 1245.16 587.746 1245.16 587.746L1225 523.566' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1228.46 533.856L1245.34 554.726C1245.34 554.726 1249.58 582.356 1257.12 587.446C1260.12 589.446 1267.25 587.446 1267.25 587.446L1264.48 549.996L1246.38 516.196' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1168.52 463.286L1185.57 474.896L1223.23 491.166L1258.02 510.816L1273.28 547.146L1272.49 571.166L1266.85 582.036' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1129.79 436.916L1168.52 463.286' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1195.51 563.756L1201.54 559.566' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1222.43 548.206L1231.82 545.326' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1230.68 567.686L1237.27 565.776' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1237.27 589.665C1237.27 589.665 1234.15 583.595 1234.8 580.865C1235.61 577.425 1241.73 576.865 1241.73 576.865' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1260 588.166C1260 588.166 1258.23 579.836 1260.49 577.426C1262.34 575.426 1266.49 575.536 1266.49 575.536' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1256.42 550.986L1264.5 549.736' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1235.61 511.976C1239.28 514.976 1239.52 520.826 1239.52 520.826' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1214.93 516.976C1218.8 519.696 1219.46 525.516 1219.46 525.516' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1190.39 530.756L1200.27 531.296' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M918.39 406.955C934.39 456.145 977.14 494.265 1031.6 485.295C1076.47 477.905 1093.27 435.855 1098.44 395.875C1108.29 319.615 1066.15 307.115 1011.35 305.985C953.9 304.805 896.35 339.235 918.39 406.955Z' fill='black'/%3E%3Cpath d='M988.38 267.805L987.05 313.485L1020.54 328.585L1034.65 314.915C1034.65 314.915 1035.39 283.915 1034.99 283.435C1034.59 282.955 988.38 267.805 988.38 267.805Z' fill='%2300CCA2'/%3E%3Cpath d='M988.38 267.805L987.6 294.585C988.08 296.954 989.102 299.18 990.585 301.088C992.069 302.996 993.973 304.535 996.15 305.585C1004.75 309.945 1034.65 303.935 1034.65 303.935C1034.65 303.935 1035.39 283.935 1034.99 283.465C1034.59 282.995 988.38 267.805 988.38 267.805Z' fill='black'/%3E%3Cpath d='M1030.38 235.716C1028.15 241.166 1023.32 258.876 1033.58 262.646C1043.84 266.416 1054.75 255.576 1060.07 246.216C1065.98 235.796 1058.71 218.426 1041.94 213.216C1031.48 209.946 1034.25 226.206 1030.38 235.716Z' fill='black'/%3E%3Cpath d='M1054 232.225C1053.7 238.675 1054.78 252.975 1054 258.665C1053.24 264.175 1046.36 288.935 1041.93 295.835C1035.83 305.325 1006.26 298.535 999.79 293.485C990.57 286.275 991.92 268.405 991.92 268.405C991.92 268.405 1000.08 224.785 999.56 225.405C999.04 226.025 1054 232.225 1054 232.225Z' fill='%2300CCA2'/%3E%3Cpath d='M1007.91 217.725C1006.05 224.855 1019.05 237.965 1031.31 240.665C1043.57 243.365 1052.56 238.665 1056.87 232.665C1062.1 225.405 1055.67 208.435 1037.24 204.105C1014.84 198.825 1009.77 210.605 1007.91 217.725Z' fill='black'/%3E%3Cpath d='M985 222.106C982.05 227.206 981 248.636 991.3 252.416C1001.6 256.196 1018 244.416 1021.2 234.236C1022.97 228.626 1026.15 214.236 1015.89 210.456C1010.19 208.507 1003.99 208.603 998.352 210.729C992.715 212.855 987.994 216.878 985 222.106Z' fill='black'/%3E%3Cpath d='M1027.24 256.136L1020.98 255.926' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1025.23 259.633C1026.11 258.963 1026.3 257.736 1025.66 256.893C1025.02 256.05 1023.78 255.91 1022.9 256.579C1022.03 257.249 1021.83 258.476 1022.48 259.319C1023.12 260.162 1024.35 260.303 1025.23 259.633Z' fill='black'/%3E%3Cpath d='M1041.94 257.575L1048.15 258.665' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1046.21 261.665C1047.08 260.995 1047.27 259.768 1046.63 258.925C1045.99 258.082 1044.76 257.941 1043.88 258.611C1043 259.281 1042.81 260.508 1043.45 261.351C1044.09 262.194 1045.33 262.334 1046.21 261.665Z' fill='black'/%3E%3Cpath d='M1028.09 275.605C1028.09 275.605 1039.39 278.255 1039.47 273.305C1039.53 269.105 1035.22 266.585 1037.24 251.105' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1029.6 283.896C1027.23 284.032 1024.9 283.255 1023.09 281.726' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M987.6 270.155C996.02 271.495 998.41 256.155 998.41 256.155C998.41 256.155 994.23 244.435 986.41 243.155C971 240.735 978.78 268.745 987.6 270.155Z' fill='%2300CCA2'/%3E%3Cpath d='M989.69 262.016C989.745 259.624 989.299 257.247 988.381 255.037C987.463 252.828 986.094 250.834 984.36 249.186' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M988.77 256.135L981.98 254.815' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1015 229.885C1010.52 243.605 998.31 246.686 998.45 246.546' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1005.4 225.436C1004.74 233.736 996.93 237.276 996.93 237.276' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1037.24 251.105L1050.2 253.555' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1016.99 249.805H1028.8' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1116.84 672.135L1159.56 490.355C1160.13 487.95 1161.31 485.733 1162.99 483.923C1164.68 482.114 1166.8 480.774 1169.16 480.035L1376 413.525C1382.6 411.445 1390.32 413.115 1396.73 415.745L1397.13 415.905L1346 612.525L1122.23 689.375L1171 493.005C1171.45 491.166 1172.37 489.475 1173.67 488.093C1174.96 486.711 1176.59 485.686 1178.4 485.115L1397.15 415.905' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M953.77 583.496C951.69 588.296 942.77 600.776 932.84 595.496C922.91 590.216 919.99 565.676 929.84 544.696C942 518.736 961.74 510.436 971.7 515.736' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1135.34 515.215C1126 506.275 1138.13 482.325 1148.96 473.375C1165.15 459.985 1180.96 461.005 1186.83 468.435' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M948 462.996L971.7 515.736' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M928.93 591.935C928.93 591.935 882.33 539.165 884.1 466.715C884.95 431.435 902.3 324.715 934.6 328.585C962.3 331.945 948 462.995 948 462.995' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1107.78 518.295C1107.78 518.295 1099.9 549.205 1087.66 566.805' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1107.79 518.306C1108.63 512.289 1090.04 504.72 1066.26 501.4C1042.48 498.079 1022.53 500.265 1021.69 506.282C1020.85 512.298 1039.44 519.868 1063.22 523.188C1086.99 526.509 1106.95 524.323 1107.79 518.306Z' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1088.4 517.215C1086.03 514.225 1082.81 512.024 1079.17 510.905C1073.09 509.025 1066.23 513.545 1056.67 513.355C1051.38 513.255 1046.88 508.275 1042.58 508.185' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1020.37 524.195C1020.37 524.195 1015.16 516.085 1009.82 515.295C1008.87 515.088 1007.87 515.128 1006.94 515.411C1006 515.695 1005.16 516.213 1004.48 516.915' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1023.43 503.735C1023.43 503.735 1019.92 499.685 1011.52 499.475C1006.29 499.345 1000.93 502.585 998.16 508.005C994.8 514.595 997.55 524.685 997.55 524.685' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M978.22 526.835L990 520.205L1013.84 518.795L1016.98 524.685L1020.6 530.345L1020.36 539.165C1020.36 539.165 1065.99 550.305 1079.18 559.315C1092.37 568.325 1101.18 577.725 1096.24 583.085C1092.28 587.375 1073 580.435 1073 580.435L1042.48 575.295L1063.99 583.295L1077 594.545C1077 594.545 1079.61 599.545 1070.21 606.415C1069.58 606.865 1066.4 606.415 1066.4 606.415C1068.13 609.415 1061.4 613.535 1056.6 614.975C1052.08 616.325 1033.6 611.475 1033.6 611.475L1052.87 615.635C1052.87 615.635 1051.54 623.735 1043.92 624.915C1034.06 626.435 1017.75 625.915 1009.31 624.735C994.64 622.735 960.86 598.105 960.86 598.105L977 566.705L978.22 526.835Z' fill='white'/%3E%3Cpath d='M962.3 522.155L990.04 520.205L1010.23 518.725' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1021.68 506.275C1019.55 526.605 1020.4 539.165 1020.4 539.165' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1033.54 570.555C1033.54 570.555 1059.62 579.815 1066.2 584.655C1068.43 586.295 1077.05 591.945 1076.99 597.485C1076.97 598.85 1076.65 600.194 1076.08 601.429C1075.5 602.665 1074.66 603.764 1073.63 604.655C1070.89 607.025 1066.21 605.655 1066.21 605.655C1065.82 617.165 1053.87 614.895 1053.87 614.895C1053.27 617.109 1052.17 619.155 1050.65 620.878C1049.14 622.601 1047.25 623.954 1045.13 624.835C1040.13 626.835 1009.37 624.265 1009.37 624.265C1009.37 624.265 968.85 615.685 947.72 582.065' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1025.85 589.765L1061.99 602.365' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1030.61 611.355L1053.87 614.865' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1020.19 584.675C1027.35 578.345 1023.42 571.935 1023.42 571.935' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1048.4 561.535L1050.56 552.965' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1076.29 573.725C1077.95 570.129 1078.93 566.257 1079.18 562.305' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1027.81 562.035C1035.16 556.735 1030.71 548.935 1030.71 548.935' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1013.67 605.055C1015.58 603.791 1016.94 601.854 1017.48 599.63C1018.03 597.406 1017.72 595.059 1016.61 593.055' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1054.16 549.435C1057.71 552.935 1058.16 561.545 1051.83 566.725' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1051.21 578.915C1053.89 581.545 1054.21 588.025 1049.42 591.915' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1047.17 598.065C1049.84 600.695 1050.17 607.175 1045.38 611.065' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1064.04 594.705L1066.52 589.155' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1071.5 601.706L1073.65 597.115L1076.44 598.055' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1038.33 572.305C1038.33 572.305 1064.22 574.515 1079.62 581.755C1086.89 585.165 1091.21 585.815 1094.06 584.945C1097.32 583.945 1098.56 579.255 1097.31 576.375C1095.63 572.465 1088.73 568.296 1085.31 564.516C1080.18 558.846 1062.5 551.515 1054.16 549.415L1017 538.146' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M921.19 462.996C936.47 449.456 948 462.996 948 462.996' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1169.73 300.345L1205.31 394.815L1343.11 350.965L1308.28 250.415L1222.95 232.485L1169.73 300.345Z' fill='%2300CCA2'/%3E%3Cpath d='M1199.23 309.345L1192.41 287.885L1278.01 254.125L1287.28 278.905L1259.27 321.635L1199.23 309.345Z' fill='white'/%3E%3Cpath d='M1181.08 305.625L1259.27 321.635L1298.78 261.375' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1215.01 298.245L1224.04 284.165L1243.45 287.875L1250.63 275.925L1267.11 279.115' stroke='%231B75BB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M920.5 88.8355C910.34 66.3255 870.5 54.8355 805.5 69.8355C740.5 84.8355 703.32 89.2655 686.31 104.985C664 125.615 660.83 191.295 683.48 208.065C735.48 246.535 845.39 212.775 845.39 212.775L882.2 248.245L888.82 206.175C888.82 206.175 915.21 195.395 922.34 190.575C948.54 172.845 934.5 119.835 920.5 88.8355Z' fill='%2300A1F5'/%3E%3Cpath d='M656 117.646C635.41 155.646 640.29 220.646 689.65 235.886C746.65 253.506 867.02 214.016 867.02 214.016L899.89 250.946L904 208.496C904 208.496 932.91 197.096 940 192.276C966.24 174.526 983.95 133.206 963.06 111.196' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M726.47 138.165L732.38 137.175' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M743.28 135.355L868.61 114.435' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='11.05 11.05'/%3E%3Cpath d='M874.06 113.525L879.98 112.535' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M751.43 161.365L757.34 160.375' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M768.24 158.555L893.57 137.635' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='11.05 11.05'/%3E%3Cpath d='M899.02 136.725L904.94 135.745' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M742.14 193.365L748.05 192.385' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M758.95 190.565L884.28 169.635' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='11.05 11.05'/%3E%3Cpath d='M889.729 168.725L895.65 167.745' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1074.64 219.345C1105.22 186.695 1148.48 167.435 1192.8 161.345C1237.12 155.255 1282.5 161.555 1325.35 174.405C1370.95 188.075 1415.18 209.765 1448.24 244.015C1474.06 270.765 1492.24 304.335 1503.72 339.675C1540.78 453.225 1505.56 586.975 1417.4 667.555C1359.66 720.295 1283.66 749.745 1206.64 763.435C1110.88 780.359 1012.48 774.612 919.34 746.655C844.8 724.195 786.47 698.175 719 659.335C686 640.335 644 642.335 616 676.335C548.34 758.495 482 767.335 412 716.335' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Crect x='0.684814' y='629.963' width='158.315' height='93.0374' fill='white'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1024px) {
  .layer.contact-layer {
    background: none;
    padding: 16px 0;
  }
}
.contact__subtitle {
  font-weight: bold;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .contact__subtitle {
    font-size: 16px;
  }
}
.contact__success {
  max-width: 640px;
  display: none;
  font-size: 20px;
  font-weight: bold;
}
.contact-form {
  width: 640px;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form--progress {
  opacity: 0.3;
}
.contact__types {
  display: flex;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1024px) {
  .contact__types {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.contact__type {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 18px;
  padding: 8px 14px;
  margin-right: 10px;
  cursor: pointer;
}
.contact__type--active {
  border: 1px solid #00a4f9;
  background: rgba(0,164,249,0.1);
}
@media only screen and (max-width: 1024px) {
  .contact__type {
    font-size: 14px;
    padding: 2px 8px;
    margin-bottom: 12px;
  }
}
.link-attach {
  font-size: 18px;
  line-height: 25px;
/* identical to box height */
  text-decoration-line: underline;
  color: #303538;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='27' viewBox='0 0 12 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.45166 23.873C0.45166 24.1492 0.675518 24.373 0.95166 24.373C1.2278 24.373 1.45166 24.1492 1.45166 23.873H0.45166ZM7.64523 18.4906C7.64523 18.7667 7.86908 18.9906 8.14523 18.9906C8.42137 18.9906 8.64523 18.7667 8.64523 18.4906H7.64523ZM1.45166 23.873V5.97774H0.45166V23.873H1.45166ZM10.536 5.97774V22.2868H11.536V5.97774H10.536ZM4.36349 22.2868V5.49247H3.36349V22.2868H4.36349ZM7.64523 5.49246V18.4906H8.64523V5.49246H7.64523ZM6.00436 3.8516C6.91058 3.8516 7.64523 4.58624 7.64523 5.49246H8.64523C8.64523 4.03395 7.46287 2.8516 6.00436 2.8516V3.8516ZM4.36349 5.49247C4.36349 4.58624 5.09813 3.8516 6.00436 3.8516V2.8516C4.54585 2.8516 3.36349 4.03396 3.36349 5.49247H4.36349ZM7.44977 25.373C5.74527 25.373 4.36349 23.9913 4.36349 22.2868H3.36349C3.36349 24.5436 5.19298 26.373 7.44977 26.373V25.373ZM10.536 22.2868C10.536 23.9913 9.15427 25.373 7.44977 25.373V26.373C9.70656 26.373 11.536 24.5436 11.536 22.2868H10.536ZM5.99385 1.43555C8.50244 1.43555 10.536 3.46916 10.536 5.97774H11.536C11.536 2.91687 9.05472 0.435547 5.99385 0.435547V1.43555ZM1.45166 5.97774C1.45166 3.46916 3.48527 1.43555 5.99385 1.43555V0.435547C2.93299 0.435547 0.45166 2.91687 0.45166 5.97774H1.45166Z' fill='%23303538'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
  margin-bottom: 38px;
}
.contact-form__errors {
  display: none;
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(230,40,24,0.05);
  color: #e62818;
}
.logo-link {
  display: block;
  text-decoration: none;
}
.logo-link * {
  display: block;
}
.project-cards {
  display: flex;
  position: relative;
  max-width: 100%;
  padding: 16px;
  overflow: hidden;
}
.project__next {
  cursor: pointer;
  position: absolute;
  left: -36px;
  top: 216px;
  width: 17px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.27212 13.6197C1.49108 14.4008 1.49108 15.6671 2.27212 16.4481L13.5858 27.7619C14.3669 28.5429 15.6332 28.5429 16.4143 27.7619C17.1953 26.9808 17.1953 25.7145 16.4143 24.9334L5.10055 13.6197C4.3195 12.8387 3.05317 12.8387 2.27212 13.6197Z' fill='%23303538'/%3E%3Cpath d='M2.27212 13.6197C1.49108 14.4008 1.49108 15.6671 2.27212 16.4481C3.05317 17.2292 4.3195 17.2292 5.10055 16.4481L16.4143 5.13444C17.1953 4.35339 17.1953 3.08706 16.4143 2.30601C15.6332 1.52497 14.3669 1.52496 13.5858 2.30601L2.27212 13.6197Z' fill='%23303538'/%3E%3C/svg%3E");
  transform-origin: center;
  transition: 0.3s;
  opacity: 0.3;
}
.project__next:hover {
  transform: scale(1.2);
  opacity: 1;
}
.project__prev {
  cursor: pointer;
  position: absolute;
  right: -36px;
  top: 216px;
  width: 28px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='30' viewBox='0 0 29 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.0228 13.6197C27.8038 14.4008 27.8038 15.6671 27.0228 16.4481L15.7091 27.7619C14.928 28.5429 13.6617 28.5429 12.8807 27.7619C12.0996 26.9808 12.0996 25.7145 12.8807 24.9334L24.1944 13.6197C24.9754 12.8387 26.2417 12.8387 27.0228 13.6197Z' fill='%23303538'/%3E%3Cpath d='M27.0228 13.6197C27.8038 14.4008 27.8038 15.6671 27.0228 16.4481C26.2417 17.2292 24.9754 17.2292 24.1944 16.4481L12.8807 5.13444C12.0996 4.35339 12.0996 3.08706 12.8807 2.30601C13.6617 1.52497 14.928 1.52496 15.7091 2.30601L27.0228 13.6197Z' fill='%23303538'/%3E%3C/svg%3E");
  transform-origin: center;
  transition: 0.3s;
  opacity: 0.3;
}
.project__prev:hover {
  transform: scale(1.2);
  opacity: 1;
}
.project-card {
  cursor: pointer;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 0;
  position: relative;
  width: 540px;
  text-align: center;
  box-shadow: 0px 5px 12px 1px rgba(48,53,56,0.02);
  transition: 0.3s;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 5px 12px 1px rgba(48,53,56,0.09);
}
.project-card img,
.project-card svg {
  object-fit: contain;
  border-radius: 30px;
  display: block;
}
.project-card__name {
  color: #303538;
  border-top: 1px solid #e4e4e4;
  border-radius: 0 0 30px 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,0.85);
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  font-weight: 400;
  padding: 16px 0;
}
.layer.artwork-layer {
  padding-top: 80px;
}
.container.artwork-container {
  padding-bottom: 80px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 64px;
}
.artwork-title {
  font-weight: bold;
  font-size: 56px;
  line-height: 80px;
  margin-bottom: 24px;
}
.user-content ul {
  padding-left: 24px;
}
.user-content li {
  font-size: 24px;
  line-height: 40px;
}
.user-content figure {
  margin: 32px 0 32px 0;
}
.user-content figure.media {
  margin: 32px 0 32px 0;
  display: flex;
  justify-content: center;
}
.user-content img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 5px 12px 1px rgba(48,53,56,0.09);
}
.user-content p {
  font-size: 24px;
  line-height: 40px;
  text-align: justify;
  color: #303538;
  margin-bottom: 16px;
  margin-top: 0;
}
.user-content a {
  color: #00a4f9;
  text-decoration: underline;
}
.blog-list-container {
  min-width: 1232px;
  width: 1232px;
}
@media only screen and (max-width: 1024px) {
  .blog-list-container {
    width: 100%;
    min-width: 0;
  }
}
.blog-list-layer {
  padding-top: 80px;
}
.blog__title {
  font-weight: bold;
  font-size: 80px;
  line-height: 100px;
  color: #303538;
  margin-bottom: 88px;
}
@media only screen and (max-width: 1024px) {
  .blog__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 24px;
  }
}
.blog-list {
  display: flex;
  flex-wrap: wrap;
}
a.blog-item {
  margin-left: 15px;
  margin-right: 15px;
  color: #303538;
  text-decoration: none;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  a.blog-item {
    margin: 0;
    margin-bottom: 40px;
  }
}
.blog-item__image {
  border-radius: 30px;
  margin-bottom: 40px;
}
.blog-item__image img {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 5px 12px 1px rgba(48,53,56,0.09);
}
@media only screen and (max-width: 1024px) {
  .blog-item__image img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-item__image {
    margin-bottom: 16px;
  }
}
.blog-item__image--big {
  width: 585px;
  height: 278px;
}
@media only screen and (max-width: 1024px) {
  .blog-item__image--big {
    width: 100%;
    height: auto;
  }
}
.blog-item__image--small {
  width: 278px;
  height: 278px;
}
@media only screen and (max-width: 1024px) {
  .blog-item__image--small {
    width: 100%;
    height: auto;
  }
}
.blog-item__content {
  padding: 0 8px;
}
.blog-item__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 52px;
  color: #303538;
  margin-bottom: 6px;
}
.blog-item__desc {
  font-size: 18px;
  line-height: 28px;
  color: rgba(51,0,51,0.333) 3;
}
.blog-item--big {
  width: 585px;
}
@media only screen and (max-width: 1024px) {
  .blog-item--big {
    width: 100%;
  }
}
.blog-item--small {
  width: 278px;
}
@media only screen and (max-width: 1024px) {
  .blog-item--small {
    width: 100%;
  }
}
.blog-page-container {
  padding-bottom: 80px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 64px;
}
.blog-page-title {
  font-weight: bold;
  font-size: 56px;
  line-height: 80px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .blog-page-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 24px;
  }
}
.blog-page-layer {
  padding-top: 80px;
}
.about-body h2 {
  font-weight: bold;
  font-size: 56px;
  line-height: 80px;
  margin-bottom: 40px;
}
.about-hero-layer {
  margin-bottom: 80px;
  padding-bottom: 410px;
  background: bottom center no-repeat;
  background-image: url("/images/company/boyko-team.png");
  background-size: 1020px;
}
@media only screen and (max-width: 1024px) {
  .about-hero-layer {
    padding-top: 32px;
  }
}
.about-picture {
  text-align: center;
  margin-bottom: 64px;
  border-bottom: 1px solid #00a4f9;
}
h1.about__title {
  margin-bottom: 0;
  font-family: Nunito;
  font-weight: bold;
  font-size: 56px;
  line-height: 80px;
  color: #303538;
  flex: 1;
  width: 100%;
  min-width: 540px;
  margin-right: 72px;
  padding-top: 12px;
}
@media only screen and (max-width: 1024px) {
  h1.about__title {
    margin-right: 0;
    min-width: 0;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
  }
}
.about-hero {
  margin-top: 48px;
  margin-bottom: 32px;
}
.about__desc {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  padding-top: 21px;
}
@media only screen and (max-width: 1024px) {
  .about__desc {
    font-size: 20px;
    line-height: 32px;
  }
}
.container.story-container {
  padding-bottom: 80px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 80px;
}
.story__content {
  font-size: 24px;
  line-height: 40px;
  text-align: justify;
  color: #303538;
}
@media only screen and (max-width: 1024px) {
  .story__content {
    font-size: 20px;
    line-height: 32px;
  }
  .story__content img {
    width: 100%;
  }
}
.layer.social-layer {
  margin-bottom: 64px;
  margin-bottom: 64px;
}
.social-images {
  display: flex;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .social-images {
    margin-bottom: 32px;
    flex-direction: column;
    display: none;
  }
}
.social__content {
  margin-bottom: 56px;
}
.social__follows {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .social__follows {
    flex-wrap: wrap;
  }
}
.socials__hint {
  font-size: 26px;
  line-height: 37px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #c8c8c8;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .socials__hint {
    padding: 0 24px;
  }
}
.socials__icon {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 40px;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .socials__icon {
    margin: 16px;
  }
}
.socials__icon:hover {
  transform: translateY(-2px);
}
.socials__icon:last-child {
  margin-right: 0;
}
.socials__icon--fb {
  background: url("/images/socials/fb.svg") center center no-repeat;
}
.socials__icon--tw {
  background: url("/images/socials/tw.svg") center center no-repeat;
}
.socials__icon--dr {
  background: url("/images/socials/dr.svg") center center no-repeat;
}
.socials__icon--be {
  background: url("/images/socials/be.svg") center center no-repeat;
}
.socials__icon--ln {
  background: url("/images/socials/ln.svg") center center no-repeat;
}
.socials__icon--pi {
  background: url("/images/socials/pi.svg") center center no-repeat;
}
.socials__icon--yt {
  background: url("/images/socials/yt.svg") center center no-repeat;
}
.socials__icon--email {
  background: url("/images/socials/email.svg") center center no-repeat;
}
.contact-body h2 {
  font-weight: bold;
  font-size: 80px;
  line-height: 109px;
  margin-bottom: 56px;
}
.layer.contact-hero-layer {
  padding-top: 80px;
  background: bottom center no-repeat;
}
@media only screen and (max-width: 1024px) {
  .layer.contact-hero-layer {
    padding-top: 110px;
  }
}
.contact-picture {
  text-align: center;
  margin-bottom: 64px;
  border-bottom: 1px solid #00a4f9;
}
h1.contact__title {
  font-family: Nunito;
  font-weight: bold;
  color: #303538;
  font-size: 56px;
  line-height: 73px;
  flex: 1;
  width: 100%;
  min-width: 540px;
  margin-right: 72px;
}
@media only screen and (max-width: 1024px) {
  h1.contact__title {
    margin-right: 0;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 16px;
    min-width: 0;
  }
}
.contact-hero {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .contact-hero {
    flex-direction: column;
  }
}
.contact__desc {
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  line-height: 52px;
  font-size: 28px;
  padding-top: 21px;
}
@media only screen and (max-width: 1024px) {
  .contact__desc {
    font-size: 24px;
    line-height: 32px;
  }
}
.container.story-container {
  padding-bottom: 80px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 80px;
}
.social-images {
  margin-bottom: 56px;
}
.social-images img {
  display: block;
  box-shadow: 0px 4px 16px rgba(0,0,0,0.18);
}
@media only screen and (max-width: 1024px) {
  .social-images {
    margin-bottom: 32px;
  }
}
.social__content {
  margin-bottom: 32px;
}
.social-image {
  width: 278px;
  height: 278px;
  box-shadow: 0px 4px 16px rgba(0,0,0,0.1);
  background: #fff;
  margin-right: 30px;
}
.social-image:nth-child(4n+4) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .social-image {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.faq-title {
  font-weight: bold;
  font-size: 56px;
  line-height: 80px;
  margin-bottom: 24px;
}
.faq-layer {
  padding-top: 80px;
}
.faq-section {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.faq-section__title {
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #00a1f5;
  border-bottom: 1px dotted #00a1f5;
}
.faq-section__title--active {
  color: #303538;
}
.faq-section__content {
  display: none;
  font-size: 18px;
  line-height: 24px;
  opacity: 0;
}
.layer.index-hero-layer {
  background: right top -55px no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='4475' height='751' viewBox='0 0 4475 751' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_713_86)'%3E%3Cpath d='M4475 83H0V562H4475V83Z' fill='%23F8FAFC'/%3E%3Cpath d='M4479.27 67.6848H4024.39C4017.39 96.3748 3991.46 199.525 3963.2 265.165C3936.3 327.645 3873.3 439.595 3873.3 439.595C3873.3 439.595 3961.58 492.795 4032.83 528.795C4143.4 584.645 4447.83 667.205 4478.83 675.325L4479.27 67.6848Z' fill='white'/%3E%3Cpath d='M4016.92 97.9549C4017.25 97.8781 4017.59 97.8781 4017.92 97.9549C4021.35 84.7849 4025.92 63.2949 4027.55 56.7549H4025.18C4023.54 63.4849 4018.89 85.0949 4015.44 98.3349L4016.92 97.9549Z' fill='%23363636'/%3E%3Cpath d='M4033.35 527.705C3966.92 494.145 3884.66 445.055 3874.85 439.185C3881.13 427.985 3938.98 324.355 3964.26 265.625C3982.33 223.625 3999.57 165.905 4011.44 122.345C4010.99 122.695 4010.55 123.055 4010.09 123.345C4009.97 123.482 4009.84 123.604 4009.69 123.705L4008.43 124.545C3996.61 167.725 3979.75 223.795 3962.14 264.715C3935.57 326.425 3872.92 437.905 3872.29 439.025C3872.15 439.288 3872.11 439.597 3872.18 439.887C3872.26 440.177 3872.44 440.427 3872.7 440.585C3873.59 441.115 3961.84 494.165 4032.31 529.775C4142.6 585.495 4448.75 668.565 4478.86 676.465V674.075C4446.75 665.645 4142.75 582.985 4033.35 527.705Z' fill='%23363636'/%3E%3Cpath d='M3560.1 585.795L3613.75 619.155C3613.75 619.155 3656.03 573.295 3676.28 543.515C3699.83 508.855 3728.69 458.795 3728.69 458.795L3729.08 522.645L3699.08 605.395L3699.57 622.645L3767.15 621.455L3766.75 610.375C3766.75 610.375 3788.95 556.565 3793.6 531.375C3801.16 490.445 3814.24 339.465 3746.25 339.555C3660.69 339.675 3622.78 495.555 3622.78 495.555L3560.1 585.795Z' fill='black'/%3E%3Cpath d='M3537.56 621.875L3531.27 635.395L3556.92 661.275C3556.92 661.275 3577.23 699.465 3594.29 712.195C3602.85 718.585 3627.82 710.645 3627.83 701.715C3627.83 694.855 3612.03 663.025 3612.03 663.025L3605.88 620.915L3563.88 596.075C3563.88 596.075 3545.59 604.605 3537.56 621.875Z' fill='%2300CCA2'/%3E%3Cpath d='M3767.27 473.745L3742.27 392.745L4119.27 297.745L4137.55 396.255L3767.27 473.745Z' fill='%2300A1F5'/%3E%3Cpath d='M3773.75 385.245L3741.67 394.605C3739.58 395.215 3737.63 396.23 3735.94 397.594C3734.24 398.957 3732.84 400.641 3731.79 402.55C3730.75 404.459 3730.09 406.555 3729.86 408.718C3729.63 410.881 3729.83 413.068 3730.44 415.155L3744.13 461.565C3745.36 465.744 3748.19 469.269 3752 471.373C3755.82 473.476 3760.31 473.987 3764.5 472.795L3794.75 464.245' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4108.75 302.245C4108.75 302.245 4097.75 308.245 4099.75 319.245C4101.75 330.245 4112.75 333.245 4112.75 333.245C4110.32 335.285 4108.49 337.938 4107.43 340.927C4106.38 343.916 4106.14 347.134 4106.75 350.245C4108.75 361.245 4120.75 365.245 4120.75 365.245C4120.75 365.245 4112.75 373.245 4113.75 382.245C4114.75 391.245 4126.75 396.245 4126.75 396.245' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4117.77 365.245L3775.77 448.245' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4110.77 333.245L3767.77 413.245' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3703.85 627.795C3703.85 627.795 3697.9 635.985 3696.9 639.165C3695.21 644.545 3695.52 661.705 3695.52 661.705L3729.88 663.795L3733.7 657.895L3746.32 664.795L3809.76 668.695C3818.76 669.245 3828.41 659.015 3820.55 656.165C3801.41 649.192 3783.09 640.159 3765.9 629.225L3703.85 627.795Z' fill='%2300CCA2'/%3E%3Cpath d='M3890.67 249.015C3890.38 249.011 3890.1 248.911 3889.87 248.73C3889.64 248.549 3889.47 248.298 3889.4 248.015L3885.18 233.515L3794.31 230.835C3794.14 230.83 3793.97 230.792 3793.81 230.721C3793.65 230.65 3793.51 230.549 3793.39 230.423C3793.27 230.298 3793.17 230.15 3793.11 229.988C3793.05 229.826 3793.02 229.653 3793.02 229.48C3793.03 229.306 3793.07 229.136 3793.14 228.977C3793.21 228.819 3793.31 228.676 3793.44 228.557C3793.56 228.437 3793.71 228.344 3793.87 228.282C3794.03 228.22 3794.21 228.19 3794.38 228.195L3886.22 230.895C3886.5 230.909 3886.78 231.014 3887 231.193C3887.22 231.373 3887.38 231.619 3887.45 231.895L3891.94 247.315C3891.99 247.482 3892 247.656 3891.99 247.829C3891.97 248.002 3891.91 248.169 3891.83 248.322C3891.75 248.474 3891.63 248.609 3891.5 248.717C3891.36 248.826 3891.21 248.907 3891.04 248.955C3890.92 248.994 3890.8 249.014 3890.67 249.015Z' fill='%2300CCA2'/%3E%3Cpath d='M3892.16 230.875C3891.84 230.876 3891.54 230.762 3891.3 230.555C3891.04 230.325 3890.88 230.001 3890.85 229.653C3890.82 229.306 3890.93 228.961 3891.16 228.695L3934.9 178.015C3935.1 177.79 3935.36 177.638 3935.66 177.584C3935.95 177.529 3936.26 177.575 3936.52 177.715L3977.59 199.365C3977.9 199.528 3978.13 199.808 3978.24 200.142C3978.34 200.477 3978.31 200.839 3978.15 201.15C3977.98 201.46 3977.7 201.693 3977.37 201.797C3977.03 201.901 3976.67 201.868 3976.36 201.705L3936.22 180.545L3893.16 230.425C3893.04 230.567 3892.88 230.681 3892.71 230.759C3892.54 230.836 3892.35 230.876 3892.16 230.875Z' fill='%2300CCA2'/%3E%3Cpath d='M3975.91 178.925C3975.64 178.924 3975.39 178.843 3975.17 178.693C3974.95 178.543 3974.78 178.33 3974.68 178.083C3974.59 177.836 3974.57 177.565 3974.63 177.307C3974.69 177.049 3974.83 176.815 3975.02 176.635C3975.12 176.535 3985.78 166.715 3989.56 158.255C3992.82 150.858 3994.01 142.716 3993.01 134.695C3992.98 134.524 3992.98 134.349 3993.02 134.179C3993.06 134.01 3993.13 133.849 3993.22 133.707C3993.32 133.564 3993.45 133.442 3993.6 133.349C3993.74 133.255 3993.9 133.191 3994.07 133.16C3994.25 133.129 3994.42 133.132 3994.59 133.169C3994.76 133.206 3994.92 133.275 3995.06 133.374C3995.21 133.473 3995.33 133.599 3995.42 133.745C3995.51 133.891 3995.58 134.054 3995.61 134.225C3996.75 142.77 3995.49 151.464 3991.97 159.335C3987.97 168.335 3977.25 178.165 3976.8 178.585C3976.56 178.806 3976.24 178.927 3975.91 178.925Z' fill='%23363636'/%3E%3Cpath d='M3944.32 180.615C3944.22 180.629 3944.11 180.629 3944.01 180.615C3943.84 180.577 3943.68 180.506 3943.54 180.405C3943.39 180.305 3943.27 180.177 3943.18 180.029C3943.08 179.881 3943.02 179.716 3942.99 179.544C3942.96 179.371 3942.97 179.195 3943.01 179.025L3951.25 144.395C3951.28 144.28 3951.32 144.17 3951.37 144.065C3951.99 142.955 3966.43 116.825 3972.2 112.745C3984.54 104.025 4018.11 96.5048 4019.53 96.1848C4019.83 96.1182 4020.15 96.1597 4020.43 96.3022C4020.7 96.4446 4020.92 96.679 4021.04 96.9648C4021.25 97.4648 4026.04 109.175 4021.56 116.365C4015.31 126.365 3983.31 140.495 3981.95 141.095C3981.63 141.237 3981.26 141.245 3980.94 141.119C3980.61 140.992 3980.35 140.741 3980.2 140.42C3980.06 140.099 3980.05 139.735 3980.18 139.408C3980.31 139.08 3980.56 138.817 3980.88 138.675C3981.21 138.535 4013.5 124.285 4019.32 114.965C4022.4 110.035 4019.99 101.895 4018.99 99.0248C4012.99 100.425 3984.41 107.365 3973.73 114.905C3969.38 117.985 3957.94 137.655 3953.78 145.185L3945.58 179.635C3945.51 179.913 3945.34 180.16 3945.11 180.337C3944.89 180.514 3944.61 180.611 3944.32 180.615Z' fill='%23363636'/%3E%3Cpath d='M3976.98 112.705C3976.73 112.705 3976.49 112.636 3976.28 112.506C3976.08 112.377 3975.91 112.191 3975.8 111.971C3975.69 111.75 3975.64 111.504 3975.67 111.259C3975.69 111.014 3975.78 110.781 3975.93 110.585L3997.24 82.5848C3997.33 82.4671 3997.44 82.3657 3997.57 82.2848L4022.22 66.2848C4022.37 66.1903 4022.53 66.1254 4022.7 66.0938C4022.87 66.0622 4023.05 66.0646 4023.22 66.1008C4023.39 66.1371 4023.55 66.2064 4023.69 66.3049C4023.83 66.4034 4023.96 66.5291 4024.05 66.6748C4024.14 66.8206 4024.21 66.9836 4024.24 67.1544C4024.27 67.3253 4024.27 67.5007 4024.23 67.6706C4024.2 67.8405 4024.13 68.0017 4024.03 68.1448C4023.93 68.288 4023.81 68.4103 4023.66 68.5048L3999.21 84.3548L3978.03 112.185C3977.91 112.347 3977.75 112.478 3977.57 112.568C3977.38 112.658 3977.18 112.705 3976.98 112.705Z' fill='%23363636'/%3E%3Cpath d='M3725.1 470.275C3724.89 470.277 3724.69 470.229 3724.51 470.135C3724.2 469.978 3723.96 469.704 3723.85 469.372C3723.74 469.04 3723.76 468.678 3723.92 468.365L3731.11 454.035C3731.18 453.874 3731.29 453.73 3731.42 453.61C3731.55 453.491 3731.7 453.399 3731.87 453.341C3732.04 453.282 3732.22 453.257 3732.39 453.268C3732.57 453.28 3732.74 453.326 3732.9 453.405C3733.06 453.484 3733.2 453.595 3733.31 453.729C3733.43 453.864 3733.52 454.02 3733.57 454.189C3733.62 454.358 3733.64 454.536 3733.62 454.712C3733.61 454.888 3733.55 455.059 3733.47 455.215L3726.28 469.545C3726.17 469.763 3726 469.947 3725.79 470.076C3725.58 470.205 3725.34 470.274 3725.1 470.275Z' fill='white'/%3E%3Cpath d='M3639.49 504.975C3639.29 504.972 3639.09 504.925 3638.91 504.835L3622.22 496.675C3621.9 496.521 3621.66 496.248 3621.55 495.916C3621.43 495.584 3621.46 495.22 3621.61 494.905C3621.76 494.589 3622.04 494.348 3622.37 494.233C3622.7 494.119 3623.06 494.141 3623.38 494.295L3640.07 502.465C3640.23 502.54 3640.37 502.645 3640.48 502.774C3640.6 502.903 3640.69 503.054 3640.74 503.218C3640.8 503.381 3640.82 503.555 3640.81 503.727C3640.8 503.9 3640.76 504.069 3640.68 504.225C3640.57 504.449 3640.4 504.637 3640.19 504.77C3639.98 504.903 3639.74 504.974 3639.49 504.975Z' fill='white'/%3E%3Cpath d='M3625.11 508.565C3624.8 508.564 3624.51 508.457 3624.27 508.262C3624.03 508.067 3623.87 507.796 3623.81 507.495L3621.5 495.735C3621.44 495.394 3621.51 495.042 3621.71 494.755C3621.9 494.468 3622.2 494.27 3622.54 494.203C3622.88 494.136 3623.24 494.206 3623.53 494.397C3623.82 494.588 3624.02 494.886 3624.09 495.225L3626.4 506.985C3626.47 507.323 3626.41 507.675 3626.22 507.966C3626.03 508.256 3625.74 508.461 3625.4 508.535C3625.31 508.558 3625.21 508.568 3625.11 508.565Z' fill='white'/%3E%3Cpath d='M3731.38 535.845C3731.16 535.844 3730.95 535.79 3730.76 535.687C3730.57 535.584 3730.41 535.436 3730.29 535.255L3725.1 527.545C3724.9 527.254 3724.83 526.898 3724.9 526.554C3724.96 526.21 3725.16 525.906 3725.46 525.71C3725.75 525.514 3726.1 525.441 3726.45 525.507C3726.79 525.574 3727.09 525.774 3727.29 526.065L3732.48 533.785C3732.58 533.928 3732.65 534.09 3732.68 534.26C3732.72 534.43 3732.72 534.605 3732.68 534.775C3732.65 534.945 3732.58 535.107 3732.49 535.251C3732.39 535.396 3732.26 535.519 3732.12 535.615C3731.9 535.763 3731.64 535.843 3731.38 535.845Z' fill='white'/%3E%3Cpath d='M3743.75 528.125C3743.62 528.124 3743.49 528.104 3743.36 528.065L3728.02 523.245C3727.69 523.14 3727.41 522.907 3727.24 522.596C3727.08 522.286 3727.05 521.924 3727.16 521.59C3727.26 521.256 3727.49 520.977 3727.8 520.814C3728.11 520.652 3728.48 520.62 3728.81 520.725L3744.15 525.545C3744.45 525.639 3744.71 525.838 3744.88 526.107C3745.04 526.375 3745.11 526.695 3745.06 527.007C3745.01 527.32 3744.85 527.604 3744.61 527.809C3744.37 528.014 3744.07 528.126 3743.75 528.125Z' fill='white'/%3E%3Cpath d='M3715.68 281.595C3703.86 257.885 3717.68 233.825 3753.68 221.415C3776.01 213.725 3830.35 212.905 3834.39 244.835C3840.22 290.835 3807.12 320.945 3785.59 324.665C3765.68 328.095 3727.9 306.065 3715.68 281.595Z' fill='black'/%3E%3Cpath d='M3893.12 310.895C3871.98 310.9 3850.96 307.752 3830.75 301.555C3830.58 301.507 3830.41 301.424 3830.27 301.311C3830.13 301.198 3830.02 301.058 3829.93 300.898C3829.85 300.738 3829.8 300.563 3829.78 300.383C3829.77 300.203 3829.79 300.021 3829.85 299.851C3829.91 299.68 3830 299.523 3830.13 299.39C3830.25 299.257 3830.4 299.15 3830.56 299.076C3830.72 299.003 3830.9 298.964 3831.08 298.962C3831.26 298.96 3831.44 298.995 3831.61 299.065C3854.52 306.06 3878.45 309.103 3902.38 308.065C3902.55 308.055 3902.73 308.08 3902.89 308.138C3903.05 308.196 3903.2 308.286 3903.33 308.402C3903.46 308.518 3903.56 308.659 3903.64 308.816C3903.71 308.972 3903.75 309.142 3903.76 309.315C3903.77 309.488 3903.74 309.662 3903.69 309.826C3903.63 309.989 3903.54 310.14 3903.42 310.269C3903.31 310.398 3903.17 310.503 3903.01 310.578C3902.85 310.653 3902.68 310.696 3902.51 310.705C3899.34 310.832 3896.21 310.895 3893.12 310.895Z' fill='%2300CCA2'/%3E%3Cpath d='M4003.55 112.795C4003.11 112.795 4002.66 112.768 4002.22 112.715C4001.53 112.624 4000.87 112.377 4000.28 111.995C3999.7 111.612 3999.21 111.103 3998.85 110.505C3997.11 107.685 3997.93 103.075 3998.11 102.505C3998.21 102.171 3998.45 101.892 3998.76 101.73C3999.07 101.567 3999.43 101.535 3999.77 101.64C4000.1 101.745 4000.38 101.978 4000.54 102.288C4000.7 102.599 4000.73 102.961 4000.63 103.295C4000.43 104.145 4000.06 107.545 4001.16 109.165C4001.32 109.411 4001.53 109.619 4001.77 109.773C4002.02 109.927 4002.3 110.023 4002.59 110.055C4006.15 110.555 4013.52 107.955 4016.07 106.905C4016.39 106.772 4016.76 106.774 4017.08 106.91C4017.41 107.046 4017.66 107.305 4017.8 107.63C4017.93 107.955 4017.93 108.319 4017.79 108.642C4017.65 108.966 4017.39 109.222 4017.07 109.355C4016.75 109.585 4008.75 112.795 4003.55 112.795Z' fill='%23363636'/%3E%3Cpath d='M3977.75 122.385C3977.53 122.387 3977.32 122.334 3977.12 122.231C3976.93 122.127 3976.77 121.978 3976.65 121.795L3971.85 114.515C3971.66 114.222 3971.59 113.864 3971.66 113.521C3971.73 113.178 3971.94 112.877 3972.23 112.685C3972.52 112.493 3972.88 112.425 3973.22 112.496C3973.57 112.567 3973.87 112.772 3974.06 113.065L3978.86 120.345C3978.96 120.49 3979.02 120.652 3979.05 120.823C3979.09 120.993 3979.08 121.169 3979.05 121.339C3979.01 121.509 3978.95 121.67 3978.85 121.814C3978.75 121.957 3978.63 122.08 3978.48 122.175C3978.26 122.312 3978.01 122.385 3977.75 122.385Z' fill='%23363636'/%3E%3Cpath d='M4004.14 90.3949C3998.82 90.3949 3997.08 83.9749 3997.01 83.7049C3996.97 83.5369 3996.96 83.3618 3996.98 83.1898C3997 83.0179 3997.06 82.8524 3997.15 82.7028C3997.24 82.5532 3997.36 82.4226 3997.49 82.3183C3997.63 82.2139 3997.79 82.1381 3997.96 82.0949C3998.13 82.0498 3998.3 82.0384 3998.47 82.0613C3998.65 82.0842 3998.81 82.1411 3998.96 82.2285C3999.11 82.316 3999.24 82.4323 3999.35 82.5707C3999.45 82.7091 3999.53 82.8669 3999.57 83.0349C3999.57 83.1049 4000.87 87.7549 4004.14 87.7549C4004.49 87.7549 4004.83 87.894 4005.07 88.1416C4005.32 88.3891 4005.46 88.7249 4005.46 89.0749C4005.46 89.425 4005.32 89.7608 4005.07 90.0083C4004.83 90.2559 4004.49 90.3949 4004.14 90.3949Z' fill='%23363636'/%3E%3Cpath d='M3973.02 122.045C3972.81 122.046 3972.6 121.995 3972.41 121.898C3972.22 121.8 3972.06 121.659 3971.94 121.485L3969.87 118.545C3969.77 118.403 3969.7 118.243 3969.66 118.074C3969.62 117.905 3969.62 117.73 3969.65 117.559C3969.68 117.388 3969.74 117.224 3969.83 117.078C3969.93 116.932 3970.05 116.805 3970.19 116.705C3970.33 116.605 3970.49 116.534 3970.66 116.496C3970.83 116.458 3971.01 116.454 3971.18 116.484C3971.35 116.514 3971.51 116.577 3971.66 116.67C3971.8 116.762 3971.93 116.883 3972.03 117.025L3974.1 119.965C3974.3 120.254 3974.37 120.609 3974.3 120.952C3974.24 121.295 3974.04 121.598 3973.75 121.795C3973.54 121.953 3973.28 122.041 3973.02 122.045Z' fill='%23363636'/%3E%3Cpath d='M3606.84 676.375C3606.55 676.373 3606.26 676.274 3606.03 676.093C3605.8 675.912 3605.63 675.66 3605.56 675.375L3593.14 626.795L3569.63 611.795C3569.48 611.702 3569.36 611.58 3569.26 611.438C3569.16 611.296 3569.09 611.136 3569.05 610.966C3569.01 610.797 3569.01 610.622 3569.04 610.451C3569.07 610.28 3569.13 610.116 3569.22 609.97C3569.32 609.823 3569.44 609.697 3569.58 609.597C3569.72 609.498 3569.88 609.427 3570.05 609.389C3570.22 609.352 3570.4 609.348 3570.57 609.378C3570.74 609.408 3570.9 609.472 3571.05 609.565L3595.05 624.805C3595.33 624.984 3595.54 625.262 3595.62 625.585L3608.17 674.685C3608.21 674.856 3608.22 675.035 3608.2 675.21C3608.17 675.385 3608.11 675.553 3608.01 675.704C3607.92 675.854 3607.8 675.984 3607.65 676.086C3607.51 676.187 3607.34 676.259 3607.17 676.295C3607.06 676.337 3606.95 676.363 3606.84 676.375Z' fill='white'/%3E%3Cpath d='M3738.75 331.585L3727.75 298.795C3727.75 298.795 3757.88 324.855 3778.75 324.965C3801.97 325.095 3817.75 303.795 3817.75 303.795L3836.75 340.795L3904.38 327.665L3938.55 320.955L3938.64 325.785L4043.64 306.325L4053 314.875L4034.45 321.795L4030.65 335.795C4030.65 335.795 4080.5 377.075 4097.22 391.665C4105.38 398.785 4105.98 406.055 4105.98 406.055L4071.88 413.915L4035.98 390.245L4058.9 416.915L3970.3 437.335L3939.24 412.115V424.795C3939.24 424.795 3797.75 423.685 3781.06 409.735C3761.46 393.305 3738.75 331.585 3738.75 331.585Z' fill='white'/%3E%3Cpath d='M3938.64 327.105C3938.33 327.104 3938.03 326.995 3937.79 326.795C3937.56 326.596 3937.4 326.319 3937.34 326.013C3937.29 325.708 3937.34 325.394 3937.5 325.125C3937.65 324.857 3937.9 324.651 3938.19 324.545L4004.04 300.145C4004.23 300.077 4004.43 300.053 4004.63 300.075L4043.05 303.795C4043.35 303.815 4043.63 303.943 4043.84 304.155L4053.84 313.895C4053.97 314.016 4054.06 314.16 4054.13 314.319C4054.2 314.479 4054.24 314.65 4054.24 314.824C4054.25 314.997 4054.21 315.17 4054.15 315.331C4054.09 315.493 4053.99 315.64 4053.87 315.765C4053.75 315.89 4053.61 315.989 4053.45 316.058C4053.29 316.128 4053.12 316.164 4052.94 316.167C4052.77 316.17 4052.6 316.139 4052.43 316.075C4052.27 316.011 4052.12 315.916 4052 315.795L4042.29 306.375L4004.64 302.705L3939.06 326.985C3938.93 327.05 3938.79 327.091 3938.64 327.105Z' fill='%23363636'/%3E%3Cpath d='M4087.99 421.915C4076.65 421.915 4037.99 392.695 4033.49 389.295C4033.21 389.083 4033.03 388.769 4032.98 388.422C4032.94 388.075 4033.03 387.723 4033.24 387.445C4033.45 387.166 4033.77 386.984 4034.11 386.937C4034.46 386.89 4034.81 386.983 4035.09 387.195C4052.7 400.605 4081.43 420.195 4088.37 419.245C4094.48 418.395 4103.92 409.645 4103.91 404.855C4103.91 395.855 4078.44 376.395 4067.58 368.065L4064.28 365.525L4023.36 330.305C4023.14 330.065 4023.01 329.751 4023 329.423C4023 329.095 4023.11 328.777 4023.33 328.529C4023.54 328.281 4023.84 328.121 4024.17 328.079C4024.49 328.038 4024.82 328.118 4025.09 328.305L4065.95 363.495L4069.18 365.975C4088.58 380.845 4106.54 395.845 4106.56 404.855C4106.56 411.455 4095.62 420.915 4088.74 421.855C4088.49 421.89 4088.24 421.91 4087.99 421.915Z' fill='%23363636'/%3E%3Cpath d='M4030.06 335.985C4029.94 335.982 4029.82 335.965 4029.71 335.935C4029.37 335.841 4029.09 335.619 4028.91 335.315C4028.74 335.012 4028.69 334.653 4028.78 334.315L4032.58 320.315C4032.67 319.977 4032.89 319.689 4033.2 319.514C4033.5 319.34 4033.86 319.293 4034.2 319.385C4034.54 319.476 4034.83 319.698 4035 320.002C4035.18 320.306 4035.22 320.667 4035.13 321.005L4031.33 335.005C4031.26 335.286 4031.09 335.534 4030.86 335.712C4030.63 335.889 4030.35 335.985 4030.06 335.985Z' fill='%23363636'/%3E%3Cpath d='M4006.38 457.605C4005.67 457.61 4004.97 457.506 4004.3 457.295C3998.24 455.295 3989.74 452.165 3983.64 448.365C3972.79 441.615 3944.22 416.065 3943.01 414.985C3942.74 414.752 3942.58 414.422 3942.56 414.07C3942.54 413.717 3942.66 413.37 3942.89 413.105C3943.12 412.84 3943.45 412.678 3943.81 412.656C3944.16 412.633 3944.5 412.752 3944.77 412.985C3945.07 413.255 3974.38 439.465 3985.04 446.095C3990.92 449.755 3999.2 452.815 4005.12 454.745C4009.32 456.115 4017.65 449.825 4020.51 447.295C4020.7 447.119 4020.94 447.005 4021.2 446.968C4021.45 446.93 4021.72 446.971 4021.95 447.085C4022.89 447.525 4025.72 448.655 4027.51 448.555C4037.05 448.055 4057.9 435.705 4062.3 429.085C4063.86 426.745 4063.5 424.225 4061.24 421.595L4026.01 380.595C4025.8 380.328 4025.7 379.989 4025.73 379.65C4025.76 379.31 4025.93 378.997 4026.18 378.774C4026.44 378.552 4026.78 378.438 4027.12 378.457C4027.46 378.476 4027.78 378.626 4028.01 378.875L4063.24 419.875C4066.24 423.415 4066.72 427.205 4064.49 430.545C4059.71 437.735 4037.98 450.655 4027.63 451.195C4025.56 451.137 4023.52 450.671 4021.63 449.825C4019.29 451.795 4011.99 457.605 4006.38 457.605Z' fill='%23363636'/%3E%3Cpath d='M4046.11 438.735C4045.77 438.737 4045.45 438.608 4045.2 438.375L4005.55 400.795C4005.42 400.678 4005.31 400.535 4005.23 400.375C4005.16 400.216 4005.11 400.043 4005.11 399.866C4005.1 399.689 4005.13 399.513 4005.19 399.347C4005.25 399.181 4005.34 399.029 4005.46 398.9C4005.59 398.772 4005.73 398.669 4005.89 398.597C4006.06 398.526 4006.23 398.488 4006.41 398.486C4006.58 398.484 4006.76 398.517 4006.92 398.584C4007.09 398.65 4007.24 398.749 4007.36 398.875L4047.02 436.425C4047.21 436.606 4047.35 436.842 4047.4 437.1C4047.46 437.359 4047.44 437.628 4047.34 437.874C4047.24 438.12 4047.07 438.331 4046.85 438.479C4046.63 438.627 4046.37 438.706 4046.11 438.705V438.735Z' fill='%23363636'/%3E%3Cpath d='M4021.39 449.635C4021.07 449.635 4020.76 449.518 4020.52 449.305L3997.99 429.685C3997.73 429.456 3997.56 429.13 3997.54 428.78C3997.51 428.431 3997.63 428.085 3997.86 427.82C3998.08 427.555 3998.41 427.392 3998.76 427.366C3999.11 427.341 3999.46 427.456 3999.72 427.685L4022.26 447.315C4022.46 447.494 4022.6 447.728 4022.66 447.988C4022.73 448.248 4022.71 448.521 4022.62 448.772C4022.52 449.023 4022.36 449.239 4022.14 449.393C4021.92 449.547 4021.66 449.631 4021.39 449.635Z' fill='%23363636'/%3E%3Cpath d='M4002.13 391.535C4001.81 391.537 4001.51 391.425 4001.27 391.219C4001.03 391.014 4000.87 390.73 4000.82 390.417C4000.77 390.105 4000.84 389.785 4001 389.517C4001.17 389.249 4001.43 389.049 4001.73 388.955C4013.11 385.335 4012.11 376.385 4012.06 375.955C4012.04 375.783 4012.05 375.608 4012.09 375.441C4012.14 375.273 4012.22 375.116 4012.32 374.979C4012.43 374.841 4012.56 374.726 4012.71 374.639C4012.86 374.553 4013.03 374.497 4013.2 374.475C4013.37 374.451 4013.55 374.461 4013.71 374.505C4013.88 374.549 4014.04 374.626 4014.18 374.731C4014.31 374.836 4014.43 374.968 4014.52 375.118C4014.6 375.268 4014.66 375.433 4014.68 375.605C4014.68 375.715 4016.08 387.115 4002.53 391.415C4002.41 391.479 4002.27 391.519 4002.13 391.535Z' fill='%23363636'/%3E%3Cpath d='M4050.96 377.965C4050.66 377.966 4050.37 377.867 4050.14 377.685C4049.87 377.468 4049.69 377.152 4049.65 376.805C4049.61 376.458 4049.7 376.11 4049.92 375.835L4057.49 366.155C4057.71 365.879 4058.02 365.7 4058.37 365.658C4058.72 365.616 4059.07 365.714 4059.35 365.93C4059.62 366.146 4059.8 366.463 4059.84 366.811C4059.88 367.159 4059.79 367.509 4059.57 367.785L4052 377.465C4051.88 377.621 4051.72 377.748 4051.54 377.834C4051.36 377.921 4051.16 377.966 4050.96 377.965Z' fill='%23363636'/%3E%3Cpath d='M4083.57 403.995C4083.28 403.996 4082.99 403.898 4082.76 403.715C4082.62 403.609 4082.51 403.477 4082.42 403.327C4082.34 403.176 4082.28 403.01 4082.26 402.838C4082.24 402.666 4082.25 402.491 4082.3 402.324C4082.34 402.157 4082.42 402.001 4082.53 401.865L4090.1 392.185C4090.21 392.048 4090.34 391.934 4090.49 391.849C4090.64 391.764 4090.81 391.709 4090.98 391.688C4091.15 391.667 4091.33 391.68 4091.5 391.727C4091.66 391.774 4091.82 391.853 4091.96 391.96C4092.09 392.067 4092.21 392.2 4092.29 392.351C4092.38 392.502 4092.43 392.668 4092.45 392.841C4092.47 393.013 4092.46 393.188 4092.41 393.355C4092.37 393.522 4092.29 393.678 4092.18 393.815L4084.61 403.495C4084.49 403.651 4084.33 403.778 4084.15 403.864C4083.97 403.951 4083.77 403.996 4083.57 403.995Z' fill='%23363636'/%3E%3Cpath d='M4024.52 367.035C4024.22 367.035 4023.92 366.931 4023.68 366.74C4023.45 366.549 4023.28 366.282 4023.22 365.985C4023.15 365.646 4023.21 365.292 4023.4 365C4023.59 364.708 4023.88 364.502 4024.22 364.425C4035.22 362.105 4034.22 351.285 4034.22 350.825C4034.19 350.476 4034.29 350.128 4034.51 349.857C4034.74 349.586 4035.06 349.414 4035.41 349.38C4035.75 349.345 4036.1 349.451 4036.37 349.673C4036.64 349.895 4036.82 350.216 4036.85 350.565C4036.85 350.695 4038.08 364.195 4024.76 367.005C4024.68 367.023 4024.6 367.033 4024.52 367.035Z' fill='%23363636'/%3E%3Cpath d='M3982.38 413.795C3982.04 413.803 3981.71 413.68 3981.46 413.452C3981.21 413.224 3981.06 412.908 3981.03 412.57C3981.01 412.232 3981.11 411.898 3981.33 411.636C3981.55 411.375 3981.85 411.206 3982.19 411.165C3982.6 411.105 3991.92 409.575 3991.56 398.895C3991.55 398.544 3991.68 398.203 3991.92 397.946C3992.16 397.689 3992.49 397.538 3992.84 397.525C3993.19 397.522 3993.52 397.653 3993.78 397.892C3994.03 398.13 3994.18 398.457 3994.2 398.805C3994.65 411.895 3982.69 413.805 3982.57 413.805L3982.38 413.795Z' fill='%23363636'/%3E%3Cpath d='M4052.42 386.465C4052.1 386.472 4051.78 386.359 4051.53 386.148C4051.29 385.937 4051.13 385.643 4051.08 385.321C4051.04 385 4051.12 384.673 4051.3 384.405C4051.48 384.136 4051.76 383.944 4052.07 383.865C4054.38 383.263 4056.54 382.174 4058.4 380.67C4060.26 379.166 4061.78 377.282 4062.85 375.145C4064.58 371.675 4064.97 367.775 4063.85 364.965C4063.72 364.639 4063.72 364.273 4063.86 363.949C4063.99 363.624 4064.25 363.368 4064.58 363.235C4064.91 363.102 4065.27 363.105 4065.6 363.242C4065.92 363.379 4066.18 363.639 4066.31 363.965C4067.71 367.505 4067.31 372.115 4065.2 376.295C4063.97 378.773 4062.22 380.959 4060.07 382.705C4057.92 384.45 4055.43 385.715 4052.75 386.415C4052.64 386.445 4052.53 386.462 4052.42 386.465Z' fill='%23363636'/%3E%3Cpath d='M3938.64 425.005C3933.13 425.005 3803.33 424.845 3780.37 410.865C3771.06 405.195 3719.63 315.045 3723.9 268.145C3725.22 253.745 3731.48 244.295 3742.51 240.075C3783.15 224.525 3834.56 333.075 3837.51 339.465L3938.27 319.655C3938.46 319.62 3938.66 319.626 3938.85 319.675C3939.04 319.723 3939.22 319.812 3939.37 319.935C3939.52 320.057 3939.64 320.21 3939.72 320.382C3939.8 320.555 3939.85 320.743 3939.85 320.935L3939.95 423.665C3939.95 424.018 3939.81 424.356 3939.56 424.605C3939.32 424.851 3938.99 424.995 3938.64 425.005ZM3750.8 241.195C3748.29 241.188 3745.8 241.646 3743.46 242.545C3733.46 246.375 3727.75 255.075 3726.54 268.385C3722.15 316.515 3774.69 404.305 3781.75 408.605C3802.87 421.475 3923.29 422.305 3937.32 422.365L3937.23 322.555L3827.17 344.195C3826.83 344.257 3826.48 344.182 3826.19 343.987C3825.9 343.792 3825.71 343.492 3825.64 343.151C3825.57 342.811 3825.64 342.458 3825.83 342.169C3826.02 341.879 3826.32 341.677 3826.66 341.605L3834.85 339.995C3830.54 330.965 3786.75 241.195 3750.8 241.195Z' fill='%2300CCA2'/%3E%3Cpath d='M3807.14 206.615L3794.2 227.885L3788.06 233.255L3768.99 220.795L3784.75 189.985L3807.14 206.615Z' fill='%2300CCA2'/%3E%3Cpath d='M3789.55 207.795C3794.59 207.837 3799.46 209.641 3803.31 212.895L3807.15 206.595L3784.75 189.995L3776.1 206.905C3780.23 207.965 3782.13 207.505 3789.55 207.795Z' fill='black'/%3E%3Cpath d='M3798.8 242.635C3783.64 242.635 3763.36 225.795 3762.51 225.085C3762.36 224.981 3762.23 224.845 3762.13 224.688C3762.03 224.53 3761.97 224.354 3761.94 224.171C3761.92 223.987 3761.93 223.8 3761.99 223.622C3762.04 223.445 3762.13 223.28 3762.25 223.139C3762.37 222.998 3762.52 222.883 3762.68 222.803C3762.85 222.723 3763.03 222.679 3763.22 222.674C3763.4 222.669 3763.59 222.703 3763.76 222.774C3763.93 222.845 3764.08 222.951 3764.21 223.085C3764.41 223.255 3784.6 240.015 3798.8 240.015C3802.71 240.015 3805.58 238.885 3807.34 236.635C3810.88 232.105 3809.04 224.495 3809.02 224.415C3808.98 224.244 3808.97 224.067 3809 223.893C3809.03 223.72 3809.09 223.554 3809.18 223.405C3809.28 223.256 3809.4 223.127 3809.54 223.025C3809.69 222.924 3809.85 222.853 3810.02 222.815C3810.19 222.775 3810.37 222.769 3810.54 222.798C3810.72 222.826 3810.88 222.889 3811.03 222.981C3811.18 223.074 3811.31 223.196 3811.41 223.339C3811.52 223.482 3811.59 223.644 3811.63 223.815C3811.72 224.185 3813.79 232.815 3809.46 238.305C3807.14 241.155 3803.56 242.635 3798.8 242.635Z' fill='white'/%3E%3Cpath d='M3820.45 156.77C3822.89 153.14 3821.75 148.102 3817.9 145.517C3814.06 142.933 3808.96 143.781 3806.52 147.411C3804.08 151.042 3805.22 156.08 3809.07 158.665C3812.91 161.249 3818.01 160.401 3820.45 156.77Z' fill='black'/%3E%3Cpath d='M3830.37 184.605C3829.05 187.985 3821.37 187.605 3821.37 187.605C3821.37 187.605 3823.37 201.805 3820.82 205.685C3817.82 210.155 3809.82 210.915 3805.29 209.025C3799.81 206.854 3795.05 203.196 3791.54 198.465C3791.54 198.465 3770 159.795 3777.8 151.115C3786.33 141.595 3814.32 152.025 3814.32 152.025C3814.32 152.025 3832.4 179.395 3830.37 184.605Z' fill='%2300CCA2'/%3E%3Cpath d='M3824.91 140.215C3824.91 140.215 3825.13 147.725 3818.54 151.055C3810.78 154.975 3789.99 147.425 3783.19 160.115C3779.36 167.245 3794.95 174.445 3791.95 184.055C3790.95 187.335 3779.09 187.685 3779.09 187.685C3779.09 187.685 3762.37 181.685 3761.09 163.735C3759.94 148.255 3775.09 135.735 3787.15 134.465C3801.56 132.925 3815.15 141.865 3815.15 141.865L3824.91 140.215Z' fill='black'/%3E%3Cpath d='M3815.62 185.885C3815.28 185.89 3814.96 185.765 3814.71 185.536C3814.46 185.307 3814.31 184.992 3814.28 184.655C3814.26 184.318 3814.37 183.985 3814.58 183.725C3814.8 183.464 3815.1 183.296 3815.44 183.255L3820.09 182.605C3820.26 182.581 3820.44 182.592 3820.61 182.636C3820.77 182.68 3820.93 182.756 3821.07 182.861C3821.21 182.966 3821.32 183.097 3821.41 183.247C3821.5 183.397 3821.56 183.563 3821.58 183.735C3821.6 183.907 3821.59 184.082 3821.55 184.25C3821.51 184.418 3821.43 184.576 3821.32 184.714C3821.22 184.852 3821.09 184.969 3820.94 185.056C3820.79 185.144 3820.62 185.201 3820.45 185.225L3815.81 185.865L3815.62 185.885Z' fill='black'/%3E%3Cpath d='M3806.53 171.415C3806.2 171.423 3805.87 171.305 3805.62 171.085C3805.37 170.864 3805.22 170.557 3805.18 170.226C3805.15 169.894 3805.24 169.562 3805.45 169.297C3805.65 169.031 3805.94 168.852 3806.27 168.795C3808.37 168.291 3810.31 167.258 3811.9 165.795C3812.02 165.664 3812.17 165.559 3812.33 165.485C3812.49 165.412 3812.67 165.373 3812.85 165.37C3813.02 165.366 3813.2 165.399 3813.37 165.466C3813.53 165.533 3813.68 165.632 3813.81 165.759C3813.93 165.885 3814.03 166.035 3814.1 166.201C3814.16 166.366 3814.19 166.543 3814.19 166.722C3814.19 166.9 3814.15 167.075 3814.07 167.237C3814 167.399 3813.89 167.545 3813.76 167.665C3811.8 169.507 3809.38 170.791 3806.76 171.385C3806.68 171.402 3806.61 171.413 3806.53 171.415Z' fill='black'/%3E%3Cpath d='M3805.91 162.79C3807.64 161.357 3808.58 159.633 3808 158.939C3807.43 158.246 3805.56 158.846 3803.83 160.279C3802.1 161.713 3801.16 163.437 3801.73 164.13C3802.31 164.824 3804.18 164.224 3805.91 162.79Z' fill='black'/%3E%3Cpath d='M3810.9 171.145C3811.75 171.145 3812.44 170.455 3812.44 169.605C3812.44 168.754 3811.75 168.065 3810.9 168.065C3810.05 168.065 3809.36 168.754 3809.36 169.605C3809.36 170.455 3810.05 171.145 3810.9 171.145Z' fill='black'/%3E%3Cpath d='M3815.16 194.555C3815 194.558 3814.84 194.53 3814.69 194.475L3810.75 192.985C3810.58 192.927 3810.43 192.836 3810.3 192.718C3810.17 192.6 3810.06 192.457 3809.99 192.298C3809.92 192.138 3809.87 191.965 3809.87 191.79C3809.86 191.614 3809.89 191.438 3809.95 191.274C3810.01 191.109 3810.11 190.959 3810.23 190.831C3810.35 190.703 3810.49 190.601 3810.66 190.53C3810.82 190.46 3810.99 190.422 3811.17 190.419C3811.34 190.416 3811.52 190.449 3811.68 190.515L3815.62 192.005C3815.91 192.116 3816.14 192.324 3816.29 192.592C3816.44 192.86 3816.49 193.172 3816.44 193.474C3816.38 193.776 3816.22 194.049 3815.99 194.246C3815.75 194.444 3815.46 194.553 3815.15 194.555H3815.16Z' fill='black'/%3E%3Cpath d='M3790.19 199.625C3792.82 198.015 3796.69 188.095 3789.51 181.625C3782.63 175.465 3774.92 176.995 3773.11 181.995C3770.41 189.475 3784.07 203.365 3790.19 199.625Z' fill='%2300CCA2'/%3E%3Cpath d='M3788.6 190.895C3788.35 190.897 3788.11 190.827 3787.9 190.695L3778.38 184.695C3778.08 184.508 3777.87 184.211 3777.79 183.868C3777.72 183.526 3777.78 183.167 3777.97 182.87C3778.15 182.573 3778.45 182.362 3778.79 182.284C3779.13 182.207 3779.49 182.268 3779.79 182.455L3789.3 188.455C3789.54 188.607 3789.73 188.834 3789.83 189.101C3789.94 189.369 3789.95 189.663 3789.87 189.939C3789.79 190.215 3789.62 190.457 3789.4 190.63C3789.17 190.802 3788.89 190.895 3788.6 190.895Z' fill='black'/%3E%3Cpath d='M3780.22 190.895C3779.91 190.899 3779.6 190.79 3779.36 190.589C3779.12 190.388 3778.96 190.108 3778.9 189.798C3778.85 189.488 3778.91 189.17 3779.07 188.9C3779.23 188.63 3779.48 188.426 3779.78 188.325L3785.15 186.435C3785.32 186.359 3785.5 186.319 3785.68 186.317C3785.87 186.316 3786.05 186.352 3786.22 186.425C3786.39 186.497 3786.54 186.604 3786.67 186.738C3786.79 186.873 3786.89 187.032 3786.95 187.206C3787.01 187.38 3787.04 187.564 3787.02 187.748C3787.01 187.931 3786.96 188.11 3786.87 188.273C3786.78 188.435 3786.66 188.578 3786.52 188.692C3786.38 188.806 3786.21 188.889 3786.03 188.935L3780.66 190.795C3780.52 190.853 3780.37 190.887 3780.22 190.895Z' fill='black'/%3E%3Cpath d='M4139.75 393.245L4225.2 329.795C4226.21 329.047 4226.98 328.024 4227.42 326.848C4227.86 325.672 4227.96 324.394 4227.69 323.167C4227.43 321.939 4226.81 320.815 4225.92 319.927C4225.03 319.04 4223.91 318.428 4222.68 318.165L4123.27 296.795' stroke='%23363636' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M4202.75 346.405C4199.94 344.593 4197.55 342.216 4195.71 339.425C4193.88 336.635 4192.64 333.491 4192.09 330.197C4191.54 326.903 4191.69 323.53 4192.51 320.294C4193.34 317.058 4194.84 314.03 4196.9 311.405' stroke='%23363636' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M4185.3 149.545C4170.35 138.075 4148.51 136.455 4132.03 145.615C4115.55 154.775 4105.39 174.155 4107.23 192.915C4107.49 195.565 4108.02 198.315 4109.66 200.415C4111.78 203.125 4115.33 204.245 4118.71 204.915C4142.37 209.615 4166.71 199.705 4190.71 202.075C4216.71 204.635 4241.71 221.425 4267.11 215.485C4274.46 213.765 4281.91 209.485 4284.39 202.385C4287.51 193.385 4281.59 183.715 4274.39 177.475C4265.26 169.574 4253.95 164.632 4241.95 163.305C4224.08 161.375 4203.35 166.855 4189.87 154.955L4185.3 149.545Z' fill='%2300A1F5'/%3E%3Cpath d='M4198.82 156.795C4200.65 164.142 4204.43 170.861 4209.75 176.245C4226.94 193.615 4263.06 196.075 4284.14 181.405' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4284.16 181.405C4290.17 177.352 4294.85 171.621 4297.62 164.925C4304.62 147.755 4305.77 114.245 4281.77 106.245C4263.45 100.135 4255.26 116.675 4240.77 120.245C4226.28 123.815 4204.43 127.605 4199.77 138.245C4197.48 143.485 4197.19 150.075 4198.82 156.755' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M4237.75 322.245C4275.75 316.245 4355.3 280.935 4364.75 289.245C4393.02 314.105 4331.75 499.245 4293.75 460.245C4264.67 430.395 4401.27 372.095 4403.75 405.245C4406.75 445.245 4384.75 541.245 4418.75 585.245' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_713_86'%3E%3Crect width='4475' height='751' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  min-height: 690px;
  padding: 120px 0 260px;
}
@media only screen and (max-width: 1024px) {
  .layer.index-hero-layer {
    margin-top: 76px;
    padding: 16px 0;
    min-height: 0;
    background-repeat: no-repeat;
    background-position: right -40px top -4px;
    background-size: 200vw;
  }
}
h1.index-hero__title {
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 80px;
  color: #303538;
  margin-bottom: 72px;
}
@media only screen and (max-width: 1600px) {
  h1.index-hero__title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  h1.index-hero__title {
    font-size: 32px;
    line-height: 44px;
    width: 80%;
    margin-bottom: 24px;
  }
}
.layer.projects-layer {
  padding-bottom: 72px;
}
@media only screen and (max-width: 1024px) {
  .layer.projects-layer {
    display: none;
  }
}
.container.projects-container {
  position: relative;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects__more {
  margin: 64px auto 0;
}
.layer.services-layer {
  background: #f8fafc;
  padding: 64px 0;
}
@media only screen and (max-width: 1024px) {
  .layer.services-layer {
    padding: 16px 0;
  }
}
.container.services-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__desc {
  font-size: 24px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .services__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .services__desc br {
    display: none;
  }
}
.services-content {
  width: 100%;
}
.service-cards {
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024px) {
  .service-cards {
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .service-cards .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.service-card {
  width: 380px !important;
  margin-bottom: 32px;
}
.service-card img,
.service-card svg {
  max-width: 110px;
  max-height: 110px;
}
@media only screen and (max-width: 1024px) {
  .service-card {
    width: 140px !important;
  }
}
.service-card__title {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .service-card__title {
    font-size: 20px;
  }
}
.service-card__desc {
  font-size: 24px;
  max-width: 340px;
}
@media only screen and (max-width: 1024px) {
  .service-card__desc {
    font-size: 12px;
    max-width: none;
  }
}
.layer.reviews-layer {
  padding-top: 64px;
  padding-bottom: 64px;
  background: center top 120px no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='1745' height='701' viewBox='0 0 1745 701' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1039.63 206.752C1124.8 135.462 1249.56 86.6119 1359.83 92.3419C1534.02 101.342 1640.74 228.232 1667.33 328.072C1717.89 517.902 1619.69 654.982 1536.99 662.282C1450.53 669.982 1399.42 595.982 1326.67 554.532C1264.28 518.982 1124.56 534.402 1032.56 507.172' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1470.79 95.7719C1510.79 99.6519 1529.7 124.422 1537.79 156.772C1544.79 184.772 1547.79 196.772 1560.79 212.772C1575.01 230.282 1606.61 240.352 1595.05 256.772C1575.62 284.332 1511.75 245.532 1490.45 252.052C1479.8 255.312 1451.99 275.122 1433.86 273.432C1381.65 268.562 1362.3 205.832 1371.01 164.552C1380.73 118.512 1414.36 90.3119 1470.79 95.7719Z' fill='%2300A1F5'/%3E%3Cpath d='M1428.16 605.832L1462.08 607.492C1465.03 607.772 1467.99 607.922 1470.95 607.922H1471.03C1495.54 607.922 1519.05 598.184 1536.39 580.85C1553.72 563.516 1563.46 540.006 1563.46 515.492C1563.46 490.978 1553.72 467.468 1536.39 450.134C1519.05 432.8 1495.54 423.062 1471.03 423.062H1470.72C1467.86 423.062 1464.99 423.212 1462.14 423.482L1398.26 426.592' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1404.44 314.372C1406.44 354.482 1436.84 387.372 1460.55 397.822C1476.61 404.912 1545.55 422.212 1555.97 375.352C1583.36 252.672 1512.36 232.632 1468.42 239.602C1432.98 245.232 1401.88 262.192 1404.44 314.372Z' fill='black'/%3E%3Cpath d='M1470.52 182.982C1470.52 182.982 1481.36 228.222 1485.36 243.192C1488.7 255.702 1464.76 268.192 1453.76 259.352C1443.65 251.192 1437.61 224.212 1437.61 224.212L1470.52 182.982Z' fill='white'/%3E%3Cpath d='M1468.9 222.922C1461.03 235.922 1440.17 233.732 1440.17 233.732L1437.58 224.212L1470.52 182.982L1474.71 200.372C1474.49 204.812 1474.36 213.902 1468.9 222.922Z' fill='black'/%3E%3Cpath d='M1395.01 176.432C1399.43 197.732 1421.01 210.722 1441.71 205.772C1462.41 200.822 1478.71 178.702 1475.62 157.172C1471.9 131.172 1446.67 118.562 1427.51 122.722C1403.05 127.982 1390.18 153.152 1395.01 176.432Z' fill='%2300A1F5'/%3E%3Cpath d='M1404.36 197.182C1412.36 217.932 1425.84 227.182 1436.63 226.842C1454.25 226.222 1468.52 206.972 1464.22 184.412C1460.22 163.492 1441.96 150.082 1425.56 154.002C1409.16 157.922 1394.2 170.812 1404.36 197.182Z' fill='white'/%3E%3Cpath d='M1459.09 174.262C1458.09 182.082 1461.65 192.982 1467.42 192.622C1479.94 191.862 1485.08 163.242 1470.23 162.622C1464.46 162.412 1460.1 166.452 1459.09 174.262Z' fill='white'/%3E%3Cpath d='M1443.92 176.502C1443.92 176.502 1436.7 172.142 1431.04 177.772' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1435.67 182.532C1436.77 182.532 1437.66 181.641 1437.66 180.542C1437.66 179.443 1436.77 178.552 1435.67 178.552C1434.57 178.552 1433.68 179.443 1433.68 180.542C1433.68 181.641 1434.57 182.532 1435.67 182.532Z' fill='black'/%3E%3Cpath d='M1404.09 187.212C1404.09 187.212 1406.7 181.212 1414.98 182.122' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1410.61 189.462C1411.71 189.462 1412.6 188.571 1412.6 187.472C1412.6 186.373 1411.71 185.482 1410.61 185.482C1409.51 185.482 1408.62 186.373 1408.62 187.472C1408.62 188.571 1409.51 189.462 1410.61 189.462Z' fill='black'/%3E%3Cpath d='M1441.54 198.442C1446.54 209.172 1435.03 211.302 1430.64 207.842L1441.54 198.442Z' fill='black'/%3E%3Cpath d='M1422.96 188.122C1422.96 188.122 1420.96 175.692 1414.96 173.522C1408.51 171.192 1403.65 177.402 1403.65 177.402' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1422.92 197.252C1422.92 197.252 1418.74 196.102 1419.18 192.722C1419.68 188.902 1425.04 187.632 1425.04 187.632' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1395.29 160.852C1393.81 169.532 1392.67 178.152 1401.1 179.432C1407.6 180.432 1424.1 169.982 1425.6 154.002C1427.1 138.302 1416.6 142.852 1408.44 143.752C1400.28 144.652 1397.24 149.422 1395.29 160.852Z' fill='%2300A1F5'/%3E%3Cpath d='M1469.13 171.622L1462.89 182.792' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1465.55 178.022L1471.81 177.232' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1413.72 135.142C1405.84 146.682 1411.19 161.362 1411.19 161.362' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1402.36 139.112C1399.4 143.485 1397.4 148.437 1396.5 153.64C1395.6 158.844 1395.82 164.179 1397.14 169.292' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1438.31 190.042C1444.74 190.042 1449.96 184.826 1449.96 178.392C1449.96 171.958 1444.74 166.742 1438.31 166.742C1431.88 166.742 1426.66 171.958 1426.66 178.392C1426.66 184.826 1431.88 190.042 1438.31 190.042Z' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1409.81 197.205C1415.57 195.443 1418.71 189.027 1416.82 182.875C1414.94 176.722 1408.75 173.163 1402.99 174.925C1397.24 176.688 1394.1 183.103 1395.98 189.256C1397.86 195.408 1404.06 198.967 1409.81 197.205Z' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1427.46 182.742C1427.46 182.742 1421.6 181.162 1417.34 185.612' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1119.36 492.982L1321.56 596.882L1435.65 532.292C1440.93 528.922 1443.24 518.292 1431.24 513.532' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1329.05 581.242L1430.86 523.482C1431.79 522.957 1432.56 522.187 1433.08 521.256C1433.6 520.326 1433.86 519.269 1433.83 518.202C1433.79 517.135 1433.47 516.097 1432.89 515.202C1432.31 514.306 1431.49 513.587 1430.53 513.122L1239.75 421.052C1239.09 420.735 1238.37 420.576 1237.64 420.588C1236.91 420.6 1236.19 420.783 1235.55 421.122L1125.98 478.202' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1422.71 258.092C1421.24 256.394 1419.25 255.228 1417.05 254.772C1385.29 248.202 1347.89 361.602 1347.89 361.602' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1286.62 431.622L1274.71 439.142C1274.71 439.142 1255.71 455.532 1254.5 463.322C1253.8 467.882 1256.69 473.322 1260.77 471.452C1271.98 466.312 1288.87 456.822 1288.87 456.822C1288.87 456.822 1306.69 450.432 1313.22 444.082C1317.22 440.192 1329.37 424.692 1329.37 424.692C1329.37 424.692 1378.05 411.142 1392.11 399.582C1401.66 391.742 1405.93 380.532 1412.63 360.682' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1271.74 432.362C1271.17 433.022 1253.8 456.502 1253.8 456.502C1253.8 456.502 1237.25 484.122 1227.48 486.502C1225.13 487.072 1218.66 483.372 1218.66 483.372L1246.72 425.132' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1241.97 434.402L1223.04 451.922C1223.04 451.922 1215.2 477.602 1207.34 481.402C1204.23 482.912 1197.71 479.982 1197.71 479.982L1205.5 444.752L1227.36 415.102' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1349.11 355.822L1290.86 384.242L1252.81 394.532L1217.03 408.422L1197.52 440.872L1194.97 463.812L1198.83 474.922' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1269.17 467.362L1264.02 462.552' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1245.72 448.882L1237.19 444.842' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1235.19 466.262L1229.19 463.542' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1225.9 486.242C1225.9 486.242 1229.7 480.912 1229.46 478.242C1229.16 474.862 1223.46 473.472 1223.46 473.472' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1204.53 481.702C1204.53 481.702 1207.35 474.022 1205.53 471.422C1204.04 469.282 1200.09 468.792 1200.09 468.792' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1213.02 446.832L1205.51 444.532' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1238.17 412.612C1234.28 414.952 1233.24 420.492 1233.24 420.492' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1257.15 420.222C1253.1 422.272 1251.66 427.712 1251.66 427.712' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1278.58 436.692L1269.11 435.852' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1414.66 437.042L1493.45 393.332L1506.21 396.972' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1493.45 393.332C1493.45 393.332 1505.27 276.982 1539.36 274.102C1583.84 270.352 1580.04 411.392 1553.1 444.352C1527.36 475.902 1445.03 483.592 1445.03 483.592L1427.09 502.262L1386.84 504.342L1373.84 507.872L1362.57 518.292C1362.57 518.292 1350.51 529.682 1345.36 528.982C1339.03 528.082 1338.22 525.482 1338.22 525.482L1350.68 507.402L1365.01 489.402L1383.92 479.242' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1351.29 501.482L1332.7 520.482C1332.7 520.482 1322.7 530.692 1314.19 529.482C1306.13 528.312 1305.9 523.042 1305.9 523.042L1324.59 505.522L1344.76 479.782L1365.16 468.982' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1351.68 458.782L1321.83 479.262L1288.36 519.642C1289.03 521.062 1290.05 522.291 1291.33 523.217C1292.6 524.143 1294.08 524.736 1295.64 524.942C1298.1 525.264 1300.6 525.135 1303.01 524.562' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1414.66 437.042L1356.91 441.042L1310.36 476.222L1290.69 506.222C1290.69 506.222 1293.69 509.332 1297.25 508.892' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1367.63 451.952L1362.86 453.922L1359.83 458.842' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1383.85 465.742L1377.5 467.772L1373.7 470.992' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1373.09 498.262L1369.53 493.482L1364.99 489.382' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1349.77 490.042L1343.03 483.852' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1329.17 485.802L1321.83 479.262' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1331.49 513.072L1323.92 506.862' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1308.17 507.432L1302.83 502.202' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1293.01 524.182C1293.01 524.182 1299.43 517.132 1299.15 515.892C1298.87 514.652 1294.66 512.062 1294.66 512.062' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1311.97 529.182C1311.97 529.182 1318.4 522.132 1318.11 520.892C1317.82 519.652 1313.3 517.012 1313.3 517.012' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1329.05 581.242L1313.46 402.532C1313.25 400.165 1312.43 397.894 1311.08 395.941C1309.73 393.987 1307.89 392.42 1305.75 391.392L1118.27 299.692C1112.27 296.812 1104.71 297.332 1098.27 298.942L1097.87 299.042L1119.36 492.982L1321.56 596.882L1302.26 403.482C1302.07 401.666 1301.42 399.929 1300.37 398.437C1299.32 396.945 1297.91 395.748 1296.26 394.962L1097.86 299.042' stroke='%23363636' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1227.66 272.672C1236.95 275.922 1232.46 297.852 1241.8 300.952C1249.89 303.622 1255.23 277.462 1263.52 279.422C1271.63 281.332 1268.07 308.722 1276.27 310.192C1284.47 311.662 1290.87 283.452 1298.73 285.972C1304.34 287.772 1306.88 306.972 1306.88 306.972' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1323.69 266.572C1321.82 275.062 1298.27 277.082 1271.1 271.082C1243.93 265.082 1223.42 253.342 1225.3 244.852' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1333.93 246.832C1331.93 256.102 1306.19 258.302 1276.53 251.762C1246.87 245.222 1221.53 231.082 1223.53 221.812C1225.53 212.542 1254.24 211.652 1283.9 218.202C1313.56 224.752 1335.98 237.562 1333.93 246.832Z' fill='%2300CCA2'/%3E%3Cpath d='M1332.08 246.422L1302.96 316.332C1301.48 323.042 1282.88 324.642 1261.42 319.902C1239.96 315.162 1223.76 305.902 1225.24 299.182L1224.68 222.722' stroke='%2300CCA2' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M1256.07 226.852C1256.07 226.852 1243.07 195.002 1245.72 184.402C1248.1 174.782 1273.19 164.552 1271.99 154.712C1271.32 149.212 1254.31 147.652 1253.74 142.142C1252.74 132.262 1280.99 123.292 1281.12 113.362C1281.21 105.882 1261.12 98.6619 1261.04 91.1819C1260.82 78.1219 1283.11 45.5219 1294.81 51.3219C1303 55.3819 1285.59 77.9919 1286.92 87.0419C1288.21 95.7619 1304.69 109.042 1304.16 117.782C1303.71 125.152 1287.16 134.212 1286.71 141.582C1286.34 148.032 1300.17 157.642 1299.49 164.072C1298.49 173.212 1278.49 183.012 1275.03 191.522C1271.03 201.222 1273.03 233.392 1273.03 233.392' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1298.85 235.882C1298.85 235.882 1325.52 202.392 1327.98 190.092C1330.22 178.932 1313.84 164.212 1318.98 154.352C1321.86 148.842 1339.08 143.162 1341.89 137.602C1346.89 127.602 1323.46 116.052 1327.61 105.532C1330.73 97.6119 1346.93 97.1219 1350.22 89.2919C1355.97 75.6119 1351.22 44.9519 1339.54 46.0719C1331.36 46.8519 1336.59 69.6619 1331.67 78.6219C1326.93 87.2619 1314.82 85.1319 1311.48 94.6219C1308.69 102.572 1313.95 124.942 1311.15 132.882C1308.68 139.882 1290.28 148.442 1288.07 155.512C1284.93 165.562 1303.27 174.862 1302.37 185.322C1301.37 197.242 1282.7 235.512 1282.7 235.512' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1257.58 128.822C1257.58 128.822 1253.91 121.602 1251.93 119.482C1248.52 115.822 1232.99 123.302 1230.93 118.752C1228.87 114.202 1240.33 102.212 1238.05 95.912C1235.28 88.262 1210.05 72.992 1204.49 85.912C1201.92 91.842 1222.21 95.272 1223.06 105.122C1223.69 112.422 1210.37 123.422 1214.61 129.392C1220.34 137.462 1234.76 131.762 1239.83 136.652C1245.48 142.082 1248.34 170.652 1248.34 170.652' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='0.672363' y='6.98755' width='271.399' height='56.7539' fill='white'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1024px) {
  .layer.reviews-layer {
    padding-top: 24px;
    padding-bottom: 36px;
  }
}
.reviews {
  display: flex;
  margin-top: 32px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .reviews {
    margin-top: 20px;
  }
}
.reviews__next {
  position: absolute;
  left: 40px;
  top: calc(50% - 10px);
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.91857 8.92689C0.332784 9.51268 0.332784 10.4624 0.91857 11.0482L9.40385 19.5335C9.98964 20.1193 10.9394 20.1193 11.5252 19.5335C12.111 18.9477 12.111 17.998 11.5252 17.4122L3.03989 8.92689C2.4541 8.3411 1.50436 8.3411 0.91857 8.92689Z' fill='%23303538'/%3E%3Cpath d='M0.91857 8.92689C0.332784 9.51268 0.332784 10.4624 0.91857 11.0482C1.50436 11.634 2.4541 11.634 3.03989 11.0482L11.5252 2.56293C12.111 1.97714 12.111 1.02739 11.5252 0.441607C10.9394 -0.144179 9.98964 -0.144179 9.40385 0.441607L0.91857 8.92689Z' fill='%23303538'/%3E%3C/svg%3E");
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s;
}
.reviews__next:hover {
  transform: scale(1.2);
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .reviews__next {
    left: 10px;
    top: 130px;
  }
}
.reviews__prev {
  position: absolute;
  right: 40px;
  top: calc(50% - 10px);
  width: 12px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2968 8.92689C11.8825 9.51268 11.8825 10.4624 11.2968 11.0482L2.81148 19.5335C2.22569 20.1193 1.27595 20.1193 0.69016 19.5335C0.104374 18.9477 0.104374 17.998 0.69016 17.4122L9.17544 8.92689C9.76123 8.3411 10.711 8.3411 11.2968 8.92689Z' fill='%23303538'/%3E%3Cpath d='M11.2968 8.92689C11.8825 9.51268 11.8825 10.4624 11.2968 11.0482C10.711 11.634 9.76123 11.634 9.17544 11.0482L0.69016 2.56293C0.104374 1.97714 0.104374 1.02739 0.69016 0.441607C1.27595 -0.144179 2.22569 -0.144179 2.81148 0.441607L11.2968 8.92689Z' fill='%23303538'/%3E%3C/svg%3E");
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s;
}
.reviews__prev:hover {
  transform: scale(1.2);
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .reviews__prev {
    right: 10px;
    top: 130px;
  }
}
.reviews-box {
  position: relative;
  width: 790px;
  padding: 90px 96px 80px;
  background: #fff;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  box-shadow: 0px 12px 65px rgba(0,0,0,0.06);
  border-radius: 30px;
}
@media only screen and (max-width: 1024px) {
  .reviews-box {
    width: 100%;
    border-radius: 16px;
    padding: 32px;
  }
}
.reviews-list {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.review__desc {
  font-size: 28px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .review__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.review__user {
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  .review__user {
    font-size: 16px;
  }
}
.review__source {
  font-size: 18px;
  color: #a0a0a0;
}
@media only screen and (max-width: 1024px) {
  .review__source {
    font-size: 14px;
  }
}
.reviews__link {
  font-size: 16px;
  display: inline-block;
  margin-left: 40px;
  margin-top: 34px;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .reviews__link {
    display: block;
    margin-left: 0;
    text-align: center;
  }
}
.layer.solutions-layer {
  padding-top: 110px;
  background: #f8fafc;
  padding-bottom: 173px;
}
@media only screen and (max-width: 1024px) {
  .layer.solutions-layer {
    padding-bottom: 24px;
    padding-top: 16px;
  }
}
.solutions__desc {
  font-size: 24px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1024px) {
  .solutions__desc {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.solutions-packs {
  display: flex;
  margin-bottom: 72px;
}
@media only screen and (max-width: 1024px) {
  .solutions-packs {
    margin-bottom: 16px;
    overflow: hidden;
    width: 100%;
  }
}
.solutions-previews {
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .solutions-previews {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .solutions-previews img {
    width: 100%;
  }
}
.swiper-slide.pack {
  width: 393px;
  margin-right: 54px;
}
.swiper-slide.pack:last-child {
  margin-right: 0;
}
.swiper-slide.pack img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .swiper-slide.pack {
    width: 200px;
    margin-bottom: 8px;
  }
}
.legal h1 {
  margin-bottom: 32px;
  font-size: 32px;
  text-align: center;
}
.legal .legal__updated {
  text-align: center;
  font-weight: 600;
}
.legal h2 {
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.legal p {
  margin-top: 0;
  margin-bottom: 16px;
}
.legal ul {
  padding-left: 24px;
}
.layer.portfolio-hero-layer {
  padding-top: 80px;
}
.portfolio-hero {
  display: flex;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .portfolio-hero {
    margin-bottom: 0px;
  }
}
.portfolio-hero__content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .portfolio-hero__content {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 16px;
    align-items: flex-start;
  }
}
.portfolio__title {
  font-weight: bold;
  font-size: 80px;
  line-height: 100px;
}
@media only screen and (max-width: 1024px) {
  .portfolio__title {
    font-size: 32px;
    line-height: 44px;
  }
}
.portfolio__subtitle {
  text-align: center;
  border-radius: 64px;
  background: #fff;
  border: 2px solid #00a4f9;
  color: #00a4f9;
  font-size: 18px;
  line-height: 32px;
  padding: 16px 40px;
}
.portfolio__subtitle a {
  color: #00a4f9;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .portfolio__subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.portfolio-item {
  display: flex;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1024px) {
  .portfolio-item {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.portfolio-item__content {
  margin-right: 48px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .portfolio-item__content {
    margin-right: 0;
    order: 1;
  }
}
.portfolio-item__title {
  font-weight: bold;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 24px;
  display: block;
  color: #303538;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .portfolio-item__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}
.portfolio-item__desc {
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .portfolio-item__desc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}
.portfolio-item__actions {
  display: flex;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .portfolio-item__actions {
    align-items: center;
  }
}
.portfolio-item__see {
  margin-right: 24px;
}
.portfolio-item__buy {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #00a4f9 no-repeat top 7px center;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='42' viewBox='0 0 35 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.0569 11.8H4.78694L2.21094 40.5001H32.6259L30.0569 11.8Z' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M10.75 16.35V8.202C10.75 6.55713 11.4034 4.97962 12.5665 3.81652C13.7296 2.65342 15.3071 2 16.952 2H17.148C18.7929 2 20.3704 2.65342 21.5335 3.81652C22.6966 4.97962 23.35 6.55713 23.35 8.202V16.35' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M2 34.9H32.1' stroke='white' stroke-width='3' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1024px) {
  .portfolio-item__buy {
    width: 48px;
    height: 48px;
    background-size: 52%;
  }
}
.portfolio-item__image {
  display: block;
}
.portfolio-item__image img {
  border-radius: 32px;
  display: block;
  box-shadow: 0px 5px 12px 1px rgba(48,53,56,0.09);
}
@media only screen and (max-width: 1024px) {
  .portfolio-item__image img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .portfolio-item__image {
    width: 100%;
    order: 0;
    margin-bottom: 16px;
  }
}
.container.register-container {
  padding: 32px 0;
}
.register-terms {
  margin-top: 56px;
  font-size: 16px;
  text-align: center;
}
.register-terms a {
  color: #00a4f9;
  text-decoration: underline;
  font-weight: bold;
}
.services-body {
  background: right top no-repeat;
  background-size: 58vw;
  background-image: url("data:image/svg+xml,%3Csvg width='1195' height='930' viewBox='0 0 1195 930' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M781.6 403.219C779.07 404.979 776.53 406.809 774.05 408.669C773.854 408.815 773.709 409.019 773.636 409.253C773.563 409.486 773.565 409.736 773.643 409.968C773.721 410.199 773.869 410.401 774.068 410.543C774.267 410.685 774.505 410.761 774.75 410.759C775 410.758 775.243 410.674 775.44 410.519C777.9 408.679 780.44 406.859 782.92 405.129C783.045 405.043 783.152 404.932 783.235 404.804C783.318 404.676 783.374 404.533 783.402 404.383C783.429 404.233 783.427 404.079 783.395 403.93C783.362 403.781 783.301 403.64 783.215 403.514C783.128 403.389 783.018 403.282 782.889 403.199C782.761 403.116 782.618 403.06 782.468 403.032C782.318 403.005 782.164 403.007 782.015 403.039C781.866 403.072 781.725 403.133 781.6 403.219Z' fill='%23BBBDBF'/%3E%3Cpath d='M752.7 426.639C750.47 428.739 748.22 430.929 746.03 433.129C745.855 433.288 745.733 433.497 745.682 433.727C745.63 433.957 745.65 434.198 745.739 434.416C745.829 434.635 745.983 434.82 746.182 434.948C746.381 435.075 746.614 435.139 746.85 435.129C747.002 435.131 747.154 435.102 747.295 435.043C747.435 434.985 747.563 434.898 747.67 434.789C749.85 432.609 752.07 430.439 754.29 428.359C754.401 428.255 754.49 428.13 754.553 427.991C754.615 427.852 754.65 427.702 754.654 427.55C754.659 427.397 754.634 427.246 754.58 427.103C754.526 426.961 754.444 426.83 754.34 426.719C754.235 426.608 754.11 426.519 753.971 426.456C753.832 426.394 753.682 426.359 753.53 426.355C753.378 426.35 753.226 426.375 753.084 426.429C752.941 426.483 752.811 426.565 752.7 426.669V426.639Z' fill='%23BBBDBF'/%3E%3Cpath d='M884.73 363.099C881.66 363.539 878.57 364.049 875.55 364.589C875.266 364.642 875.013 364.8 874.839 365.03C874.665 365.26 874.583 365.547 874.609 365.835C874.636 366.122 874.768 366.389 874.981 366.584C875.194 366.779 875.471 366.888 875.76 366.889H875.96C878.96 366.349 882.02 365.889 885.06 365.409C885.346 365.346 885.598 365.177 885.764 364.936C885.931 364.696 886 364.401 885.958 364.111C885.917 363.821 885.767 363.558 885.539 363.374C885.311 363.19 885.022 363.099 884.73 363.119V363.099Z' fill='%23BBBDBF'/%3E%3Cpath d='M797.29 393.219C794.63 394.779 791.96 396.409 789.35 398.069C789.09 398.234 788.906 398.495 788.839 398.795C788.771 399.095 788.826 399.409 788.99 399.669C789.097 399.836 789.245 399.973 789.42 400.066C789.596 400.159 789.792 400.205 789.99 400.199C790.21 400.203 790.426 400.14 790.61 400.019C793.2 398.379 795.85 396.759 798.48 395.219C798.612 395.144 798.728 395.043 798.82 394.922C798.913 394.801 798.981 394.664 799.02 394.517C799.059 394.37 799.068 394.217 799.048 394.066C799.027 393.915 798.977 393.77 798.9 393.639C798.823 393.505 798.719 393.388 798.596 393.294C798.473 393.201 798.333 393.132 798.183 393.093C798.033 393.054 797.877 393.045 797.724 393.067C797.571 393.088 797.423 393.14 797.29 393.219Z' fill='%23BBBDBF'/%3E%3Cpath d='M848.43 371.069C845.43 371.959 842.43 372.909 839.57 373.909C839.316 374.002 839.102 374.18 838.965 374.414C838.828 374.647 838.778 374.921 838.822 375.188C838.865 375.455 839.001 375.698 839.206 375.875C839.41 376.053 839.67 376.153 839.94 376.159C840.069 376.16 840.197 376.139 840.32 376.099C843.2 375.099 846.16 374.169 849.1 373.289C849.25 373.249 849.391 373.179 849.513 373.083C849.635 372.988 849.737 372.869 849.813 372.733C849.889 372.597 849.936 372.448 849.953 372.293C849.969 372.139 849.955 371.983 849.91 371.834C849.865 371.685 849.791 371.547 849.691 371.428C849.592 371.308 849.47 371.21 849.332 371.138C849.194 371.067 849.043 371.024 848.888 371.012C848.733 371.001 848.577 371.02 848.43 371.069Z' fill='%23BBBDBF'/%3E%3Cpath d='M866.43 366.409C863.43 367.079 860.37 367.799 857.43 368.569C857.133 368.647 856.879 368.839 856.724 369.103C856.568 369.367 856.524 369.682 856.6 369.979C856.661 370.229 856.805 370.452 857.008 370.61C857.211 370.768 857.462 370.852 857.72 370.849C857.816 370.863 857.914 370.863 858.01 370.849C861.01 370.089 864.01 369.369 867.01 368.719C867.311 368.653 867.573 368.47 867.739 368.21C867.905 367.95 867.961 367.635 867.895 367.334C867.828 367.033 867.645 366.771 867.386 366.605C867.126 366.439 866.811 366.383 866.51 366.449L866.43 366.409Z' fill='%23BBBDBF'/%3E%3Cpath d='M830.82 377.089C827.93 378.209 825.03 379.399 822.2 380.619C821.957 380.727 821.759 380.915 821.638 381.152C821.517 381.389 821.481 381.659 821.536 381.919C821.591 382.179 821.734 382.413 821.94 382.58C822.147 382.747 822.404 382.839 822.67 382.839C822.824 382.838 822.977 382.808 823.12 382.749C825.93 381.539 828.8 380.359 831.66 379.259C831.948 379.148 832.18 378.927 832.304 378.644C832.429 378.362 832.436 378.042 832.325 377.754C832.214 377.466 831.993 377.235 831.71 377.11C831.428 376.985 831.108 376.978 830.82 377.089Z' fill='%23BBBDBF'/%3E%3Cpath d='M813.74 384.479C810.96 385.819 808.16 387.229 805.43 388.679C805.199 388.799 805.015 388.993 804.907 389.23C804.8 389.468 804.775 389.734 804.837 389.987C804.9 390.24 805.045 390.464 805.251 390.625C805.456 390.785 805.71 390.871 805.97 390.869C806.159 390.868 806.345 390.82 806.51 390.729C809.22 389.289 811.99 387.889 814.74 386.569C815.001 386.427 815.198 386.191 815.29 385.908C815.381 385.625 815.361 385.318 815.233 385.049C815.104 384.781 814.878 384.573 814.6 384.467C814.322 384.36 814.015 384.365 813.74 384.479Z' fill='%23BBBDBF'/%3E%3Cpath d='M766.71 414.399C764.33 416.339 761.93 418.399 759.6 420.399C759.469 420.494 759.36 420.615 759.279 420.754C759.197 420.893 759.146 421.048 759.128 421.208C759.11 421.368 759.125 421.53 759.173 421.684C759.221 421.838 759.301 421.98 759.407 422.102C759.513 422.223 759.643 422.321 759.789 422.389C759.935 422.458 760.094 422.495 760.255 422.498C760.416 422.502 760.576 422.472 760.725 422.41C760.874 422.348 761.009 422.256 761.12 422.139C763.44 420.139 765.81 418.139 768.17 416.199C768.393 416.001 768.531 415.724 768.556 415.426C768.58 415.129 768.489 414.833 768.301 414.601C768.112 414.369 767.842 414.219 767.546 414.181C767.249 414.143 766.95 414.222 766.71 414.399Z' fill='%23BBBDBF'/%3E%3Cpath d='M739.58 439.829C737.49 442.089 735.4 444.409 733.36 446.749C733.214 446.917 733.12 447.123 733.088 447.342C733.056 447.562 733.088 447.786 733.18 447.988C733.271 448.19 733.419 448.362 733.605 448.482C733.791 448.603 734.008 448.668 734.23 448.669C734.397 448.669 734.561 448.633 734.713 448.564C734.865 448.495 735 448.395 735.11 448.269C737.11 445.949 739.2 443.639 741.28 441.409C741.489 441.184 741.601 440.884 741.59 440.577C741.578 440.269 741.445 439.979 741.22 439.769C740.994 439.56 740.695 439.448 740.387 439.46C740.08 439.471 739.789 439.604 739.58 439.829Z' fill='%23BBBDBF'/%3E%3Cpath d='M696.27 538.969C696.119 538.948 695.965 538.957 695.817 538.997C695.67 539.036 695.532 539.104 695.411 539.197C695.29 539.29 695.188 539.406 695.113 539.539C695.037 539.671 694.989 539.818 694.97 539.969C694.57 542.969 694.2 546.079 693.87 549.209C693.836 549.511 693.922 549.814 694.109 550.053C694.296 550.293 694.569 550.449 694.87 550.489H694.99C695.271 550.492 695.543 550.391 695.755 550.207C695.966 550.023 696.103 549.768 696.14 549.489C696.47 546.379 696.84 543.289 697.23 540.319C697.259 540.167 697.256 540.011 697.223 539.86C697.19 539.709 697.127 539.566 697.037 539.44C696.947 539.314 696.833 539.207 696.702 539.126C696.57 539.046 696.423 538.992 696.27 538.969Z' fill='%23BBBDBF'/%3E%3Cpath d='M693.15 575.909C692.843 575.901 692.545 576.014 692.321 576.223C692.096 576.433 691.963 576.722 691.95 577.029C691.84 580.129 691.77 583.249 691.73 586.319C691.73 586.627 691.852 586.922 692.07 587.139C692.287 587.357 692.582 587.479 692.89 587.479C693.198 587.479 693.493 587.357 693.71 587.139C693.928 586.922 694.05 586.627 694.05 586.319C694.05 583.319 694.16 580.159 694.27 577.079C694.273 576.777 694.157 576.485 693.948 576.266C693.739 576.048 693.452 575.92 693.15 575.909Z' fill='%23BBBDBF'/%3E%3Cpath d='M699.33 520.679C699.181 520.649 699.027 520.648 698.878 520.677C698.729 520.707 698.587 520.765 698.46 520.85C698.334 520.935 698.225 521.044 698.141 521.17C698.057 521.297 697.999 521.44 697.97 521.589C697.38 524.589 696.83 527.589 696.32 530.759C696.298 530.912 696.306 531.068 696.344 531.218C696.382 531.368 696.449 531.509 696.542 531.633C696.635 531.757 696.752 531.861 696.886 531.939C697.019 532.017 697.167 532.068 697.32 532.089H697.51C697.789 532.089 698.059 531.988 698.268 531.804C698.478 531.62 698.614 531.366 698.65 531.089C699.15 527.989 699.65 524.939 700.28 521.999C700.327 521.698 700.253 521.392 700.075 521.145C699.898 520.898 699.63 520.731 699.33 520.679Z' fill='%23BBBDBF'/%3E%3Cpath d='M694.26 557.399C693.954 557.374 693.65 557.472 693.416 557.671C693.182 557.869 693.036 558.153 693.01 558.459C692.77 561.459 692.56 564.619 692.38 567.739C692.371 567.891 692.391 568.043 692.441 568.187C692.491 568.331 692.569 568.463 692.67 568.577C692.772 568.69 692.895 568.783 693.032 568.848C693.169 568.914 693.318 568.952 693.47 568.959H693.53C693.827 568.962 694.113 568.85 694.329 568.647C694.545 568.444 694.675 568.165 694.69 567.869C694.87 564.769 695.08 561.669 695.32 558.649C695.345 558.343 695.247 558.039 695.049 557.805C694.85 557.571 694.566 557.425 694.26 557.399Z' fill='%23BBBDBF'/%3E%3Cpath d='M727.36 453.849C725.8 455.749 724.23 457.719 722.69 459.699L721.58 461.159C721.488 461.281 721.422 461.42 721.384 461.567C721.347 461.715 721.339 461.869 721.361 462.019C721.383 462.17 721.435 462.315 721.514 462.445C721.593 462.576 721.697 462.689 721.82 462.779C722.018 462.931 722.261 463.011 722.51 463.009C722.691 463.009 722.869 462.966 723.031 462.885C723.192 462.803 723.332 462.685 723.44 462.539C723.79 462.059 724.15 461.589 724.52 461.119C726.05 459.119 727.61 457.209 729.15 455.319C729.257 455.203 729.339 455.066 729.391 454.917C729.444 454.768 729.465 454.61 729.454 454.453C729.443 454.295 729.4 454.142 729.328 454.001C729.255 453.861 729.155 453.737 729.033 453.637C728.911 453.537 728.77 453.462 728.618 453.419C728.466 453.375 728.307 453.363 728.151 453.383C727.994 453.402 727.843 453.454 727.707 453.534C727.571 453.615 727.453 453.722 727.36 453.849Z' fill='%23BBBDBF'/%3E%3Cpath d='M717.98 468.569C717.714 468.415 717.398 468.372 717.101 468.448C716.803 468.525 716.548 468.716 716.39 468.979C714.86 471.559 713.39 474.339 711.97 477.229C711.903 477.366 711.865 477.515 711.856 477.668C711.847 477.82 711.868 477.972 711.919 478.116C711.969 478.26 712.047 478.393 712.148 478.507C712.25 478.62 712.373 478.713 712.51 478.779C712.666 478.855 712.837 478.892 713.01 478.889C713.22 478.882 713.424 478.817 713.6 478.703C713.776 478.588 713.918 478.428 714.01 478.239C715.39 475.409 716.84 472.689 718.34 470.159C718.501 469.9 718.554 469.588 718.486 469.29C718.419 468.993 718.237 468.734 717.98 468.569Z' fill='%23BBBDBF'/%3E%3Cpath d='M703.68 502.659C703.533 502.618 703.379 502.607 703.227 502.625C703.076 502.644 702.93 502.692 702.797 502.767C702.664 502.843 702.547 502.943 702.453 503.064C702.359 503.184 702.29 503.322 702.25 503.469C701.44 506.359 700.65 509.399 699.93 512.469C699.861 512.768 699.912 513.081 700.073 513.341C700.235 513.602 700.492 513.788 700.79 513.859H701.05C701.311 513.862 701.566 513.775 701.771 513.613C701.977 513.451 702.121 513.224 702.18 512.969C702.9 509.909 703.68 506.909 704.48 504.039C704.546 503.751 704.5 503.448 704.351 503.192C704.203 502.936 703.963 502.745 703.68 502.659Z' fill='%23BBBDBF'/%3E%3Cpath d='M709.71 485.139C709.425 485.024 709.106 485.027 708.822 485.147C708.539 485.267 708.315 485.494 708.2 485.779C707.08 488.579 706 491.519 704.99 494.549C704.941 494.694 704.922 494.846 704.932 494.998C704.942 495.151 704.982 495.299 705.05 495.436C705.118 495.572 705.212 495.694 705.327 495.794C705.442 495.894 705.575 495.971 705.72 496.019C705.836 496.059 705.957 496.079 706.08 496.079C706.323 496.079 706.56 496.003 706.757 495.861C706.955 495.72 707.102 495.52 707.18 495.289C708.18 492.289 709.25 489.399 710.35 486.649C710.465 486.364 710.463 486.045 710.343 485.762C710.223 485.479 709.995 485.255 709.71 485.139Z' fill='%23BBBDBF'/%3E%3Cpath d='M1067.1 387.599C1064.17 386.539 1061.22 385.499 1058.33 384.509C1058.05 384.433 1057.74 384.467 1057.48 384.605C1057.22 384.743 1057.03 384.975 1056.93 385.253C1056.84 385.532 1056.85 385.836 1056.97 386.105C1057.09 386.373 1057.31 386.586 1057.58 386.699C1060.45 387.699 1063.39 388.699 1066.31 389.779C1066.43 389.827 1066.57 389.85 1066.7 389.849C1066.97 389.85 1067.24 389.754 1067.45 389.579C1067.66 389.404 1067.8 389.161 1067.85 388.892C1067.89 388.624 1067.84 388.347 1067.71 388.11C1067.57 387.874 1067.36 387.693 1067.1 387.599Z' fill='%23BBBDBF'/%3E%3Cpath d='M1118.5 409.019C1115.71 407.719 1112.87 406.409 1110.06 405.139C1109.92 405.075 1109.77 405.039 1109.62 405.034C1109.47 405.028 1109.31 405.052 1109.17 405.105C1109.03 405.158 1108.9 405.238 1108.79 405.342C1108.67 405.446 1108.58 405.571 1108.52 405.709C1108.39 405.991 1108.38 406.31 1108.49 406.598C1108.6 406.887 1108.82 407.121 1109.1 407.249C1111.9 408.509 1114.73 409.819 1117.51 411.119C1117.66 411.194 1117.83 411.231 1118 411.229C1118.26 411.231 1118.52 411.142 1118.73 410.978C1118.94 410.813 1119.08 410.583 1119.14 410.325C1119.2 410.067 1119.17 409.797 1119.05 409.56C1118.93 409.322 1118.74 409.132 1118.5 409.019Z' fill='%23BBBDBF'/%3E%3Cpath d='M1151.7 425.729C1148.97 424.259 1146.2 422.799 1143.48 421.379C1143.21 421.237 1142.89 421.21 1142.59 421.303C1142.3 421.395 1142.06 421.601 1141.91 421.874C1141.77 422.147 1141.75 422.466 1141.84 422.759C1141.93 423.053 1142.14 423.297 1142.41 423.439C1145.13 424.849 1147.88 426.309 1150.6 427.769C1150.77 427.859 1150.96 427.907 1151.15 427.909C1151.36 427.903 1151.56 427.843 1151.73 427.734C1151.91 427.625 1152.05 427.472 1152.15 427.289C1152.3 427.023 1152.33 426.709 1152.25 426.416C1152.16 426.124 1151.97 425.877 1151.7 425.729Z' fill='%23BBBDBF'/%3E%3Cpath d='M1135.21 417.149C1132.46 415.769 1129.66 414.379 1126.88 413.029C1126.74 412.944 1126.59 412.889 1126.43 412.868C1126.27 412.847 1126.1 412.859 1125.95 412.905C1125.79 412.951 1125.65 413.029 1125.52 413.134C1125.4 413.239 1125.3 413.369 1125.23 413.515C1125.16 413.662 1125.12 413.821 1125.11 413.983C1125.11 414.145 1125.14 414.307 1125.2 414.457C1125.26 414.607 1125.35 414.743 1125.47 414.855C1125.59 414.968 1125.73 415.054 1125.88 415.109C1128.65 416.459 1131.44 417.839 1134.18 419.219C1134.34 419.298 1134.52 419.339 1134.7 419.339C1134.96 419.336 1135.21 419.247 1135.41 419.085C1135.61 418.924 1135.76 418.699 1135.82 418.447C1135.87 418.195 1135.85 417.931 1135.74 417.696C1135.63 417.461 1135.45 417.268 1135.22 417.149H1135.21Z' fill='%23BBBDBF'/%3E%3Cpath d='M903.22 361.059C900.12 361.299 897.01 361.589 893.96 361.919C893.67 361.957 893.405 362.102 893.218 362.327C893.031 362.551 892.936 362.838 892.951 363.13C892.966 363.422 893.091 363.697 893.3 363.901C893.509 364.104 893.788 364.222 894.08 364.229H894.21C897.21 363.889 900.33 363.609 903.39 363.369C903.542 363.359 903.691 363.319 903.827 363.251C903.963 363.183 904.085 363.088 904.184 362.973C904.284 362.858 904.36 362.724 904.407 362.579C904.454 362.434 904.472 362.281 904.46 362.129C904.437 361.823 904.294 361.538 904.061 361.338C903.829 361.137 903.526 361.037 903.22 361.059Z' fill='%23BBBDBF'/%3E%3Cpath d='M1084.41 394.219C1081.54 393.069 1078.63 391.939 1075.75 390.839C1075.46 390.736 1075.15 390.749 1074.87 390.876C1074.59 391.004 1074.38 391.235 1074.27 391.52C1074.16 391.805 1074.17 392.121 1074.29 392.4C1074.42 392.678 1074.65 392.897 1074.93 393.009C1077.79 394.099 1080.69 395.229 1083.55 396.369C1083.69 396.425 1083.83 396.452 1083.98 396.449C1084.21 396.451 1084.44 396.382 1084.63 396.252C1084.83 396.122 1084.97 395.936 1085.06 395.719C1085.17 395.434 1085.16 395.117 1085.04 394.837C1084.92 394.557 1084.69 394.335 1084.41 394.219Z' fill='%23BBBDBF'/%3E%3Cpath d='M1199.72 454.109C1197.18 452.449 1194.54 450.759 1191.88 449.109C1191.61 448.946 1191.3 448.895 1190.99 448.967C1190.69 449.04 1190.43 449.229 1190.26 449.494C1190.1 449.76 1190.05 450.079 1190.12 450.381C1190.2 450.684 1190.38 450.946 1190.65 451.109C1193.3 452.769 1195.92 454.459 1198.46 456.109C1198.65 456.228 1198.87 456.29 1199.09 456.289C1199.34 456.292 1199.58 456.213 1199.78 456.065C1199.99 455.916 1200.13 455.707 1200.2 455.467C1200.28 455.227 1200.27 454.971 1200.18 454.737C1200.09 454.503 1199.93 454.304 1199.72 454.169V454.109Z' fill='%23BBBDBF'/%3E%3Cpath d='M1183.97 444.189C1181.35 442.599 1178.67 440.989 1175.97 439.409C1175.84 439.332 1175.69 439.281 1175.54 439.259C1175.39 439.238 1175.24 439.247 1175.09 439.285C1174.94 439.323 1174.8 439.39 1174.68 439.481C1174.56 439.573 1174.46 439.688 1174.38 439.819C1174.3 439.95 1174.25 440.096 1174.23 440.247C1174.21 440.398 1174.22 440.551 1174.26 440.699C1174.29 440.847 1174.36 440.985 1174.45 441.107C1174.54 441.229 1174.66 441.332 1174.79 441.409C1177.45 442.979 1180.12 444.579 1182.79 446.169C1182.97 446.284 1183.18 446.343 1183.39 446.339C1183.64 446.338 1183.89 446.255 1184.09 446.102C1184.29 445.949 1184.43 445.734 1184.5 445.491C1184.57 445.248 1184.56 444.989 1184.46 444.754C1184.37 444.519 1184.21 444.321 1183.99 444.189H1183.97Z' fill='%23BBBDBF'/%3E%3Cpath d='M1167.96 434.739C1165.31 433.229 1162.58 431.689 1159.86 430.179C1159.73 430.078 1159.58 430.007 1159.41 429.969C1159.25 429.932 1159.08 429.93 1158.92 429.963C1158.76 429.996 1158.61 430.064 1158.47 430.161C1158.34 430.259 1158.23 430.384 1158.14 430.529C1158.06 430.673 1158.01 430.834 1158 430.999C1157.98 431.165 1158.01 431.331 1158.06 431.488C1158.12 431.644 1158.2 431.787 1158.32 431.906C1158.44 432.026 1158.58 432.119 1158.73 432.179C1161.45 433.679 1164.16 435.179 1166.8 436.719C1166.98 436.824 1167.18 436.879 1167.38 436.879C1167.64 436.881 1167.89 436.798 1168.09 436.642C1168.3 436.487 1168.44 436.267 1168.51 436.019C1168.58 435.771 1168.56 435.507 1168.46 435.27C1168.36 435.033 1168.18 434.836 1167.96 434.709V434.739Z' fill='%23BBBDBF'/%3E%3Cpath d='M1101.56 401.369C1098.71 400.129 1095.83 398.909 1093.01 397.729C1092.87 397.67 1092.72 397.639 1092.57 397.639C1092.42 397.638 1092.27 397.667 1092.13 397.725C1091.99 397.782 1091.86 397.867 1091.75 397.975C1091.64 398.082 1091.56 398.209 1091.5 398.349C1091.44 398.49 1091.41 398.641 1091.41 398.793C1091.41 398.945 1091.44 399.097 1091.5 399.238C1091.55 399.379 1091.64 399.507 1091.74 399.616C1091.85 399.724 1091.98 399.81 1092.12 399.869C1094.93 401.039 1097.8 402.259 1100.64 403.499C1100.79 403.558 1100.94 403.588 1101.1 403.589C1101.37 403.587 1101.62 403.494 1101.83 403.325C1102.03 403.157 1102.17 402.924 1102.23 402.665C1102.28 402.405 1102.24 402.135 1102.12 401.9C1102 401.664 1101.8 401.477 1101.56 401.369Z' fill='%23BBBDBF'/%3E%3Cpath d='M958.91 361.909C955.82 361.599 952.71 361.329 949.66 361.099C949.355 361.082 949.055 361.185 948.824 361.384C948.593 361.584 948.448 361.865 948.42 362.169C948.407 362.322 948.425 362.475 948.473 362.62C948.52 362.766 948.595 362.901 948.695 363.017C948.794 363.133 948.916 363.228 949.052 363.297C949.189 363.366 949.337 363.408 949.49 363.419C952.49 363.639 955.61 363.909 958.68 364.209H958.8C959.087 364.206 959.363 364.097 959.575 363.903C959.787 363.71 959.92 363.445 959.95 363.159C959.978 362.856 959.884 362.553 959.689 362.319C959.494 362.084 959.213 361.937 958.91 361.909Z' fill='%23BBBDBF'/%3E%3Cpath d='M1049.47 381.559C1046.47 380.559 1043.53 379.659 1040.61 378.769C1040.46 378.725 1040.31 378.709 1040.16 378.724C1040.01 378.738 1039.86 378.782 1039.73 378.854C1039.59 378.925 1039.47 379.023 1039.37 379.14C1039.28 379.258 1039.2 379.393 1039.16 379.539C1039.12 379.685 1039.1 379.838 1039.11 379.99C1039.13 380.142 1039.17 380.289 1039.24 380.424C1039.32 380.558 1039.41 380.678 1039.53 380.775C1039.65 380.872 1039.78 380.945 1039.93 380.989C1042.84 381.869 1045.81 382.809 1048.76 383.759C1048.87 383.8 1048.99 383.82 1049.11 383.819C1049.38 383.817 1049.65 383.718 1049.86 383.539C1050.07 383.36 1050.2 383.113 1050.25 382.842C1050.29 382.57 1050.24 382.293 1050.09 382.058C1049.95 381.823 1049.73 381.646 1049.47 381.559Z' fill='%23BBBDBF'/%3E%3Cpath d='M921.79 360.239C918.7 360.239 915.57 360.369 912.5 360.509C912.212 360.542 911.947 360.68 911.757 360.898C911.566 361.116 911.464 361.398 911.47 361.687C911.476 361.977 911.591 362.253 911.79 362.463C911.99 362.672 912.261 362.799 912.55 362.819C915.55 362.689 918.7 362.599 921.78 362.559C922.088 362.559 922.383 362.437 922.6 362.219C922.818 362.002 922.94 361.707 922.94 361.399C922.94 361.092 922.818 360.797 922.6 360.579C922.383 360.361 922.088 360.239 921.78 360.239H921.79Z' fill='%23BBBDBF'/%3E%3Cpath d='M977.33 364.219C974.26 363.759 971.17 363.329 968.14 362.949C967.986 362.924 967.829 362.929 967.677 362.966C967.525 363.003 967.382 363.07 967.257 363.163C967.132 363.257 967.027 363.374 966.948 363.509C966.869 363.644 966.819 363.794 966.799 363.948C966.78 364.103 966.792 364.261 966.834 364.411C966.877 364.561 966.95 364.701 967.048 364.823C967.146 364.944 967.268 365.045 967.405 365.118C967.543 365.191 967.695 365.236 967.85 365.249C970.85 365.629 973.93 366.049 976.98 366.509H977.16C977.446 366.499 977.718 366.384 977.924 366.186C978.13 365.988 978.255 365.721 978.276 365.436C978.298 365.15 978.213 364.868 978.038 364.641C977.863 364.415 977.611 364.261 977.33 364.209V364.219Z' fill='%23BBBDBF'/%3E%3Cpath d='M940.39 360.549C937.29 360.409 934.16 360.309 931.07 360.259C930.762 360.259 930.467 360.381 930.25 360.599C930.032 360.817 929.91 361.112 929.91 361.419C929.91 361.727 930.032 362.022 930.25 362.24C930.467 362.457 930.762 362.579 931.07 362.579C934.07 362.579 937.23 362.729 940.3 362.869H940.35C940.658 362.877 940.956 362.763 941.179 362.551C941.402 362.339 941.532 362.047 941.54 361.739C941.548 361.432 941.434 361.133 941.222 360.91C941.01 360.687 940.718 360.557 940.41 360.549H940.39Z' fill='%23BBBDBF'/%3E%3Cpath d='M1031.69 376.139C1028.69 375.289 1025.69 374.469 1022.69 373.689C1022.39 373.61 1022.08 373.652 1021.81 373.805C1021.54 373.959 1021.35 374.212 1021.27 374.509C1021.19 374.808 1021.24 375.124 1021.39 375.39C1021.55 375.656 1021.8 375.849 1022.1 375.929C1025.04 376.699 1028.04 377.529 1031.02 378.369C1031.12 378.401 1031.23 378.418 1031.34 378.419C1031.62 378.421 1031.89 378.32 1032.11 378.136C1032.32 377.951 1032.46 377.695 1032.5 377.416C1032.54 377.136 1032.47 376.853 1032.31 376.618C1032.16 376.383 1031.92 376.213 1031.65 376.139H1031.69Z' fill='%23BBBDBF'/%3E%3Cpath d='M995.59 367.409C992.59 366.809 989.49 366.239 986.48 365.709C986.187 365.678 985.894 365.759 985.659 365.936C985.424 366.113 985.265 366.372 985.214 366.662C985.163 366.952 985.224 367.25 985.385 367.497C985.546 367.743 985.794 367.919 986.08 367.989C989.08 368.509 992.08 369.079 995.15 369.679C995.223 369.689 995.297 369.689 995.37 369.679C995.674 369.708 995.976 369.616 996.212 369.422C996.447 369.228 996.596 368.948 996.625 368.644C996.654 368.341 996.561 368.038 996.367 367.802C996.173 367.567 995.894 367.418 995.59 367.389V367.409Z' fill='%23BBBDBF'/%3E%3Cpath d='M1013.72 371.399C1010.72 370.669 1007.65 369.969 1004.66 369.309C1004.51 369.275 1004.36 369.271 1004.21 369.297C1004.06 369.323 1003.91 369.379 1003.79 369.461C1003.66 369.543 1003.55 369.649 1003.46 369.774C1003.37 369.899 1003.31 370.04 1003.28 370.189C1003.22 370.49 1003.28 370.803 1003.44 371.062C1003.61 371.32 1003.87 371.502 1004.17 371.569C1007.17 372.219 1010.17 372.929 1013.17 373.659H1013.45C1013.74 373.661 1014.01 373.558 1014.23 373.369C1014.44 373.18 1014.58 372.919 1014.61 372.635C1014.64 372.352 1014.57 372.066 1014.41 371.832C1014.24 371.599 1014 371.434 1013.72 371.369V371.399Z' fill='%23BBBDBF'/%3E%3Cpath d='M471.81 618.729C471.622 618.734 471.437 618.682 471.28 618.579C468.58 616.909 465.94 614.999 462.59 612.579L458.72 609.789C451.31 604.509 438.03 590.659 434.9 581.789C433.43 577.659 435.28 572.609 439.3 569.789C444.88 565.859 452.69 567.159 460.2 573.279C463.2 575.769 469.97 583.349 471.48 585.069C483.416 585.771 494.873 590.011 504.39 597.249C504.605 597.414 504.745 597.657 504.781 597.925C504.817 598.193 504.744 598.464 504.58 598.679C504.415 598.894 504.172 599.035 503.904 599.07C503.636 599.106 503.365 599.034 503.15 598.869C493.842 591.85 482.659 587.753 471.02 587.099C470.874 587.101 470.729 587.07 470.596 587.01C470.463 586.949 470.345 586.86 470.25 586.749C470.17 586.659 462.15 577.509 458.91 574.859C449.17 566.919 442.77 569.859 440.47 571.449C437.19 573.769 435.65 577.829 436.82 581.109C439.72 589.299 452.62 602.919 459.9 608.109C461.3 609.109 462.58 610.029 463.78 610.899C467.1 613.289 469.72 615.189 472.35 616.819C472.552 616.927 472.711 617.101 472.8 617.312C472.89 617.522 472.904 617.758 472.841 617.978C472.777 618.198 472.64 618.39 472.453 618.521C472.265 618.652 472.038 618.715 471.81 618.699V618.729Z' fill='black'/%3E%3Cpath d='M513.01 571.559C512.835 571.56 512.662 571.516 512.51 571.429C499.51 564.059 483.03 563.559 482.86 563.559C482.708 563.556 482.559 563.519 482.424 563.449C482.289 563.38 482.171 563.281 482.08 563.159C474.08 552.699 461.19 547.779 461.08 547.729C460.885 547.659 460.718 547.529 460.6 547.359C447.02 527.779 435.17 527.959 427.43 529.789C425.975 530.093 424.605 530.712 423.416 531.604C422.227 532.495 421.248 533.638 420.55 534.949C419.29 537.479 419.38 540.499 420.79 543.679C423.93 550.759 440.64 567.889 440.79 568.059C440.978 568.252 441.082 568.511 441.08 568.78C441.077 569.049 440.967 569.306 440.775 569.494C440.583 569.683 440.323 569.787 440.054 569.784C439.785 569.781 439.528 569.672 439.34 569.479C438.64 568.769 422.19 551.919 418.9 544.479C416.8 539.749 417.64 536.179 418.7 534.029C419.531 532.448 420.7 531.069 422.124 529.99C423.548 528.912 425.192 528.16 426.94 527.789C435.22 525.789 447.86 525.579 462.07 545.919C464.13 546.739 475.64 551.619 483.4 561.519C486.32 561.649 501.17 562.649 513.51 569.639C513.627 569.704 513.729 569.791 513.812 569.896C513.894 570 513.955 570.121 513.991 570.249C514.026 570.378 514.035 570.512 514.018 570.644C514.001 570.777 513.957 570.904 513.89 571.019C513.806 571.181 513.68 571.316 513.525 571.412C513.37 571.507 513.192 571.558 513.01 571.559Z' fill='black'/%3E%3Cpath d='M507.94 496.169C503.56 494.359 499.11 492.419 495.01 490.489C481.64 484.189 464.43 479.149 462.91 478.709C461.49 477.949 447.52 470.489 439.98 468.289C429.85 465.289 421.53 468.419 417.7 476.559C414.29 483.829 419.99 491.329 420.23 491.639C420.395 491.853 420.637 491.992 420.904 492.027C421.172 492.062 421.442 491.989 421.655 491.824C421.869 491.66 422.008 491.417 422.043 491.15C422.077 490.883 422.005 490.613 421.84 490.399C421.79 490.329 416.67 483.559 419.55 477.399C422.91 470.239 430.33 467.549 439.41 470.209C446.98 472.429 461.89 480.439 462.04 480.529L462.24 480.609C462.42 480.609 480.37 485.809 494.14 492.299C498.45 494.299 503.14 496.379 507.75 498.299C507.81 497.589 507.87 496.879 507.94 496.169Z' fill='black'/%3E%3Cpath d='M512.17 542.319C512.021 542.321 511.874 542.29 511.739 542.227C511.604 542.165 511.485 542.073 511.39 541.959C505.5 535.099 492.54 530.959 483.95 528.249C481.504 527.574 479.114 526.711 476.8 525.669C468.8 521.199 464.91 518.009 450.38 506.169L448.38 504.499C433.2 492.129 414.79 488.249 407.33 495.839C404.56 498.649 403.33 501.329 403.59 504.019C404.14 510.069 412.21 515.739 420.02 521.219C421.87 522.519 423.79 523.869 425.6 525.219C425.817 525.38 425.962 525.62 426.003 525.887C426.043 526.154 425.975 526.427 425.815 526.644C425.654 526.862 425.414 527.007 425.147 527.047C424.88 527.087 424.607 527.02 424.39 526.859C422.6 525.529 420.69 524.189 418.85 522.859C410.29 516.859 402.2 511.169 401.56 504.179C401.26 500.849 402.67 497.649 405.87 494.379C415.16 484.929 435.43 491.289 449.66 502.889L451.66 504.559C466.09 516.319 469.96 519.479 477.79 523.859C479.991 524.822 482.257 525.631 484.57 526.279C493.37 529.079 506.67 533.279 512.94 540.609C513.028 540.71 513.096 540.827 513.138 540.953C513.181 541.08 513.197 541.214 513.187 541.348C513.177 541.481 513.14 541.611 513.079 541.73C513.017 541.848 512.933 541.954 512.83 542.039C512.652 542.211 512.417 542.311 512.17 542.319Z' fill='black'/%3E%3Cpath d='M789.93 650.749C789.07 650.369 703.93 612.169 683.93 586.749C673.13 573.029 668.86 554.399 665.74 540.749C664.811 536.183 663.616 531.676 662.16 527.249C653.8 504.969 644.63 495.609 607.65 471.589C604.65 469.649 599.17 467.169 593.36 464.589C586.21 461.369 578.1 457.709 574.68 454.949C569.31 450.609 565.68 447.299 562.85 444.649C557.21 439.439 554.64 437.059 548 435.969C543.6 435.239 535.53 437.359 533.25 449.889C528.57 475.549 551.83 487.809 552.95 488.379L554.4 489.259C554.873 488.981 555.376 488.76 555.9 488.599L556.21 488.059V488.009C554.8 487.129 553.93 486.619 553.91 486.609H553.84C553.61 486.499 530.71 474.949 535.21 450.289C537.68 436.779 546.61 437.849 547.63 438.019C553.63 439.019 555.94 441.109 561.43 446.179C564.33 448.859 567.94 452.179 573.36 456.579C576.98 459.499 584.86 463.049 592.48 466.489C598.22 469.069 603.65 471.489 606.48 473.369C644.92 498.369 652.48 507.459 660.19 528.049C661.617 532.386 662.786 536.804 663.69 541.279C666.86 555.069 671.19 573.959 682.27 588.039C702.58 613.859 785.51 651.039 789.03 652.649C789.277 652.759 789.557 652.767 789.809 652.67C790.062 652.574 790.265 652.381 790.375 652.134C790.485 651.888 790.493 651.607 790.396 651.355C790.3 651.103 790.107 650.899 789.86 650.789L789.93 650.749Z' fill='black'/%3E%3Cpath d='M644.17 577.719C643.97 577.719 624.45 575.519 607.07 556.029C600.28 548.419 595.63 539.269 591.34 530.179C590.82 530.639 590.26 531.059 589.7 531.469C593.99 540.549 598.7 549.679 605.55 557.379C623.46 577.479 643.1 579.659 643.96 579.749C644.092 579.763 644.224 579.751 644.351 579.713C644.477 579.676 644.595 579.614 644.698 579.531C644.801 579.447 644.886 579.345 644.949 579.229C645.012 579.113 645.051 578.986 645.065 578.854C645.079 578.723 645.067 578.59 645.029 578.464C644.992 578.337 644.93 578.219 644.847 578.116C644.763 578.014 644.661 577.928 644.545 577.865C644.429 577.802 644.302 577.763 644.17 577.749V577.719Z' fill='black'/%3E%3Cpath d='M453.86 497.149C453.632 497.162 453.407 497.098 453.222 496.965C453.036 496.833 452.901 496.641 452.839 496.422C452.777 496.203 452.792 495.969 452.882 495.759C452.971 495.55 453.129 495.377 453.33 495.269C459.03 491.739 458.78 483.859 458.77 483.779C458.762 483.643 458.782 483.506 458.828 483.378C458.875 483.25 458.947 483.132 459.041 483.033C459.134 482.934 459.247 482.855 459.373 482.801C459.498 482.747 459.633 482.719 459.77 482.719C459.906 482.711 460.043 482.731 460.171 482.777C460.299 482.824 460.417 482.896 460.516 482.99C460.615 483.084 460.695 483.197 460.748 483.322C460.802 483.447 460.83 483.583 460.83 483.719C460.83 484.089 461.15 492.859 454.42 497.029C454.249 497.123 454.054 497.165 453.86 497.149Z' fill='%23363636'/%3E%3Cpath d='M441.71 521.769C441.579 521.795 441.444 521.796 441.312 521.77C441.181 521.744 441.056 521.692 440.944 521.618C440.833 521.543 440.737 521.448 440.663 521.337C440.588 521.225 440.536 521.1 440.51 520.969C440.484 520.838 440.484 520.703 440.51 520.571C440.536 520.44 440.587 520.315 440.662 520.203C440.736 520.092 440.831 519.996 440.943 519.922C441.054 519.847 441.179 519.795 441.31 519.769C441.4 519.769 449.94 516.069 449.61 509.699C449.6 509.562 449.619 509.424 449.665 509.295C449.711 509.165 449.783 509.047 449.877 508.946C449.971 508.846 450.084 508.766 450.21 508.711C450.337 508.657 450.473 508.629 450.61 508.629C450.747 508.62 450.885 508.638 451.014 508.684C451.144 508.73 451.262 508.802 451.363 508.896C451.463 508.99 451.543 509.103 451.598 509.23C451.652 509.356 451.68 509.492 451.68 509.629C452.07 517.439 442.53 521.519 442.13 521.689C441.997 521.743 441.854 521.77 441.71 521.769Z' fill='%23363636'/%3E%3Cpath d='M452.27 560.369C452.139 560.388 452.005 560.38 451.877 560.347C451.748 560.313 451.628 560.255 451.522 560.175C451.416 560.095 451.327 559.996 451.26 559.881C451.192 559.767 451.148 559.641 451.13 559.509C451.111 559.378 451.119 559.244 451.152 559.116C451.186 558.988 451.244 558.867 451.324 558.761C451.404 558.655 451.504 558.566 451.618 558.499C451.732 558.432 451.859 558.388 451.99 558.369C452.31 558.269 459.99 555.919 459.3 549.669C459.285 549.538 459.297 549.405 459.334 549.278C459.371 549.151 459.432 549.033 459.515 548.93C459.598 548.827 459.7 548.741 459.816 548.677C459.931 548.614 460.059 548.574 460.19 548.559C460.321 548.545 460.454 548.556 460.581 548.593C460.708 548.63 460.826 548.692 460.929 548.774C461.032 548.857 461.118 548.959 461.182 549.075C461.245 549.191 461.285 549.318 461.3 549.449C461.99 555.809 455.87 559.349 452.54 560.329C452.451 560.351 452.361 560.364 452.27 560.369Z' fill='%23363636'/%3E%3Cpath d='M465.82 599.099C465.652 599.102 465.486 599.062 465.337 598.983C465.189 598.904 465.062 598.79 464.97 598.649C464.894 598.539 464.84 598.414 464.813 598.283C464.786 598.152 464.785 598.016 464.811 597.885C464.837 597.753 464.89 597.628 464.965 597.517C465.04 597.406 465.137 597.312 465.25 597.239C473.25 591.909 470.25 586.859 470.15 586.639C470.007 586.41 469.961 586.133 470.022 585.869C470.083 585.606 470.246 585.377 470.475 585.234C470.704 585.091 470.981 585.045 471.245 585.106C471.508 585.167 471.737 585.33 471.88 585.559C471.88 585.629 476.1 592.459 466.38 598.929C466.215 599.04 466.02 599.1 465.82 599.099Z' fill='%23363636'/%3E%3Cpath d='M468.19 543.359C467.944 543.389 467.697 543.326 467.495 543.184C467.292 543.041 467.15 542.829 467.096 542.588C467.041 542.346 467.077 542.093 467.198 541.878C467.319 541.662 467.516 541.499 467.75 541.419C467.84 541.419 476.43 537.129 475.49 529.289C475.474 529.158 475.484 529.025 475.52 528.897C475.556 528.77 475.616 528.651 475.698 528.547C475.78 528.443 475.881 528.356 475.996 528.291C476.112 528.227 476.239 528.185 476.37 528.169C476.501 528.154 476.634 528.164 476.762 528.199C476.889 528.235 477.008 528.296 477.112 528.377C477.216 528.459 477.303 528.56 477.368 528.676C477.433 528.791 477.474 528.918 477.49 529.049C478.6 538.349 469.02 543.049 468.61 543.259C468.479 543.323 468.336 543.357 468.19 543.359Z' fill='%23363636'/%3E%3Cpath d='M783.22 649.819C783.006 649.83 782.793 649.772 782.615 649.654C782.436 649.535 782.3 649.362 782.227 649.16C782.155 648.958 782.149 648.739 782.21 648.533C782.272 648.328 782.398 648.147 782.57 648.019L954.73 504.339C954.832 504.25 954.95 504.183 955.079 504.141C955.207 504.099 955.343 504.084 955.478 504.096C955.612 504.108 955.743 504.148 955.862 504.212C955.981 504.276 956.086 504.363 956.17 504.469C956.257 504.571 956.323 504.689 956.364 504.816C956.405 504.944 956.42 505.078 956.407 505.212C956.395 505.345 956.357 505.475 956.293 505.593C956.23 505.711 956.144 505.815 956.04 505.899L783.88 649.579C783.696 649.736 783.462 649.822 783.22 649.819Z' fill='black'/%3E%3Cpath d='M885.4 544.839C959.99 466.949 1054.84 463.069 1107.01 512.439C1168.57 570.699 1185.1 678.159 1117.86 758.869C1078.65 805.929 961.65 794.419 883.33 754.219C814.92 719.119 796.1 638.099 885.4 544.839Z' fill='%2300A1F5'/%3E%3Cpath d='M984.55 449.019L975.23 500.829L985.05 523.589L1070.33 509.469L1068.33 412.969L984.55 449.019Z' fill='%2300CBA1'/%3E%3Cpath d='M1021.27 465.129C1049.45 462.129 1064.68 447.729 1068.96 445.989L1068.33 412.989L984.54 449.479L982.93 459.619C995.88 464.479 1011.1 466.209 1021.27 465.129Z' fill='black'/%3E%3Cpath d='M1073.24 420.939C1107.64 420.939 1135.53 393.051 1135.53 358.649C1135.53 324.247 1107.64 296.359 1073.24 296.359C1038.84 296.359 1010.95 324.247 1010.95 358.649C1010.95 393.051 1038.84 420.939 1073.24 420.939Z' fill='black'/%3E%3Cpath d='M1075.95 399.479C1070.45 413.019 1063.34 430.849 1053.62 439.789C1033.62 458.149 1000.15 458.969 981.13 451.239C952.86 439.759 958.83 397.739 971.53 354.959C985.25 308.799 1026.88 292.339 1055.16 303.819C1083.44 315.299 1092.74 358.169 1075.95 399.479Z' fill='%2300CBA1'/%3E%3Cpath d='M1059.1 362.529L1039.1 352.479C1038.52 352.19 1038.01 351.791 1037.59 351.303C1037.16 350.816 1036.84 350.25 1036.64 349.638C1036.23 348.402 1036.33 347.053 1036.91 345.889C1037.49 344.725 1038.52 343.84 1039.75 343.429C1040.99 343.019 1042.34 343.116 1043.5 343.699L1063.57 353.759C1064.73 354.343 1065.62 355.365 1066.03 356.601C1066.44 357.836 1066.34 359.185 1065.76 360.349C1065.18 361.513 1064.15 362.398 1062.92 362.809C1061.68 363.22 1060.33 363.123 1059.17 362.539L1059.1 362.529Z' fill='black'/%3E%3Cpath d='M1006.58 342.709L989.83 339.319C988.567 338.999 987.483 338.191 986.817 337.073C986.15 335.954 985.955 334.617 986.275 333.354C986.594 332.092 987.402 331.008 988.521 330.341C989.64 329.675 990.977 329.48 992.24 329.799L1009 333.189C1010.26 333.51 1011.35 334.319 1012.01 335.439C1012.68 336.558 1012.87 337.897 1012.55 339.159C1012.23 340.422 1011.42 341.505 1010.3 342.171C1009.18 342.836 1007.84 343.03 1006.58 342.709Z' fill='black'/%3E%3Cpath d='M996.1 396.639C995.904 396.638 995.713 396.578 995.55 396.469C995.05 396.109 983.32 387.769 983.65 379.859C983.94 372.759 990.76 369.919 997.98 366.859C1004.49 364.149 1011.86 361.069 1015.89 354.469C1015.93 354.318 1016 354.178 1016.11 354.06C1016.21 353.942 1016.34 353.851 1016.48 353.792C1016.63 353.734 1016.79 353.71 1016.94 353.723C1017.1 353.736 1017.25 353.785 1017.38 353.867C1017.51 353.949 1017.63 354.061 1017.71 354.194C1017.79 354.327 1017.84 354.477 1017.85 354.633C1017.87 354.789 1017.84 354.946 1017.79 355.091C1017.73 355.236 1017.64 355.366 1017.52 355.469C1013.17 362.599 1005.52 365.799 998.72 368.629C991.78 371.529 985.8 374.029 985.55 379.909C985.27 386.789 996.55 394.799 996.65 394.909C996.845 395.062 996.976 395.281 997.019 395.525C997.061 395.769 997.012 396.02 996.88 396.229C996.794 396.357 996.678 396.461 996.542 396.532C996.405 396.604 996.254 396.641 996.1 396.639Z' fill='black'/%3E%3Cpath d='M1046.9 382.069C1046.63 382.069 1046.38 381.964 1046.19 381.776C1046.01 381.589 1045.9 381.334 1045.9 381.069C1045.9 381.009 1045.83 374.249 1041.25 370.009C1038.38 367.359 1034.32 366.209 1029.19 366.599C1028.98 366.55 1028.8 366.436 1028.66 366.274C1028.52 366.113 1028.44 365.912 1028.43 365.7C1028.41 365.489 1028.46 365.278 1028.57 365.098C1028.69 364.918 1028.85 364.778 1029.05 364.699C1034.73 364.269 1039.28 365.589 1042.55 368.629C1047.75 373.439 1047.81 380.759 1047.81 381.069C1047.81 381.32 1047.72 381.561 1047.55 381.746C1047.38 381.931 1047.15 382.047 1046.9 382.069Z' fill='black'/%3E%3Cpath d='M1009.92 399.259C1009.79 399.259 1009.65 399.232 1009.53 399.179C1009.31 399.067 1009.13 398.875 1009.05 398.642C1008.96 398.409 1008.96 398.151 1009.05 397.919C1009.05 397.919 1010.61 394.369 1009.41 391.739C1009.08 391.08 1008.61 390.502 1008.02 390.048C1007.44 389.593 1006.77 389.272 1006.05 389.109C1005.89 389.113 1005.74 389.079 1005.59 389.01C1005.45 388.941 1005.33 388.84 1005.23 388.714C1005.14 388.589 1005.07 388.442 1005.04 388.287C1005.02 388.131 1005.02 387.971 1005.07 387.82C1005.12 387.669 1005.2 387.531 1005.31 387.417C1005.42 387.303 1005.55 387.216 1005.7 387.165C1005.85 387.113 1006.01 387.097 1006.16 387.119C1006.32 387.14 1006.47 387.199 1006.6 387.289C1007.58 387.526 1008.5 387.977 1009.28 388.609C1010.07 389.242 1010.7 390.041 1011.14 390.949C1012.7 394.379 1010.86 398.529 1010.79 398.699C1010.71 398.863 1010.59 399.002 1010.43 399.1C1010.28 399.199 1010.1 399.254 1009.92 399.259Z' fill='black'/%3E%3Cpath d='M994.3 438.759H994.15C994.027 438.741 993.908 438.699 993.802 438.634C993.695 438.57 993.602 438.485 993.529 438.384C993.455 438.284 993.403 438.17 993.374 438.049C993.345 437.928 993.34 437.802 993.36 437.679C993.76 435.851 994.83 434.238 996.36 433.159C998.62 431.529 1001.78 431.019 1005.73 431.669C1005.89 431.647 1006.04 431.661 1006.19 431.711C1006.34 431.761 1006.48 431.846 1006.59 431.958C1006.7 432.07 1006.78 432.207 1006.83 432.357C1006.88 432.507 1006.89 432.666 1006.86 432.821C1006.84 432.977 1006.77 433.124 1006.68 433.251C1006.59 433.377 1006.47 433.481 1006.33 433.551C1006.18 433.622 1006.03 433.659 1005.87 433.659C1005.71 433.658 1005.56 433.621 1005.42 433.549C996.42 432.069 995.29 437.739 995.25 437.979C995.201 438.197 995.081 438.391 994.909 438.533C994.737 438.674 994.522 438.754 994.3 438.759Z' fill='black'/%3E%3Cpath d='M1014.1 415.419C1014.58 415.463 1015.04 415.663 1015.4 415.99C1015.76 416.317 1016 416.752 1016.09 417.23C1016.18 417.708 1016.11 418.202 1015.9 418.637C1015.68 419.072 1015.33 419.424 1014.89 419.639C1004.82 424.639 995.62 419.959 996.89 414.639C997.62 411.509 1003.1 413.639 1008.61 414.639C1010.48 415.029 1012.39 415.259 1014.1 415.419Z' fill='black'/%3E%3Cpath d='M1031.31 379.709C1033.33 379.709 1034.96 378.075 1034.96 376.059C1034.96 374.043 1033.33 372.409 1031.31 372.409C1029.29 372.409 1027.66 374.043 1027.66 376.059C1027.66 378.075 1029.29 379.709 1031.31 379.709Z' fill='black'/%3E%3Cpath d='M1003.87 356.479C1003.72 356.475 1003.57 356.436 1003.43 356.365C1003.3 356.294 1003.18 356.193 1003.09 356.069C995.81 345.729 982.2 353.129 982.09 353.209C981.862 353.316 981.603 353.333 981.364 353.257C981.125 353.181 980.923 353.018 980.798 352.8C980.673 352.582 980.635 352.326 980.691 352.081C980.747 351.836 980.893 351.621 981.1 351.479C981.25 351.399 996.35 343.179 1004.61 354.909C1004.7 355.055 1004.75 355.221 1004.75 355.391C1004.76 355.562 1004.72 355.73 1004.64 355.881C1004.56 356.033 1004.45 356.161 1004.3 356.255C1004.16 356.35 1004 356.406 1003.83 356.419L1003.87 356.479Z' fill='black'/%3E%3Cpath d='M990.91 362.789C992.926 362.789 994.56 361.155 994.56 359.139C994.56 357.123 992.926 355.489 990.91 355.489C988.894 355.489 987.26 357.123 987.26 359.139C987.26 361.155 988.894 362.789 990.91 362.789Z' fill='black'/%3E%3Cpath d='M1094.56 378.049C1107.34 378.049 1117.71 365.213 1117.71 349.379C1117.71 333.545 1107.34 320.709 1094.56 320.709C1081.77 320.709 1071.41 333.545 1071.41 349.379C1071.41 365.213 1081.77 378.049 1094.56 378.049Z' fill='black'/%3E%3Cpath d='M1070.38 341.319C1089.94 341.319 1105.8 325.461 1105.8 305.899C1105.8 286.337 1089.94 270.479 1070.38 270.479C1050.82 270.479 1034.96 286.337 1034.96 305.899C1034.96 325.461 1050.82 341.319 1070.38 341.319Z' fill='black'/%3E%3Cpath d='M1070.33 427.199C1058.96 424.419 1054.09 401.999 1064.07 386.429C1075.18 369.109 1089.36 365.859 1102.15 370.429C1135.53 382.479 1090.29 432.089 1070.33 427.199Z' fill='%2300CBA1'/%3E%3Cpath d='M1068.96 404.709C1068.73 404.71 1068.5 404.624 1068.33 404.469C1068.15 404.296 1068.04 404.062 1068.02 403.812C1068.01 403.562 1068.08 403.315 1068.24 403.119C1085.79 383.209 1102.79 385.119 1103.5 385.249C1103.69 385.339 1103.85 385.487 1103.95 385.672C1104.06 385.858 1104.1 386.071 1104.07 386.282C1104.04 386.492 1103.95 386.689 1103.8 386.843C1103.66 386.997 1103.47 387.101 1103.26 387.139C1103.09 387.139 1086.51 385.279 1069.67 404.379C1069.58 404.482 1069.47 404.566 1069.35 404.623C1069.23 404.68 1069.09 404.709 1068.96 404.709Z' fill='black'/%3E%3Cpath d='M1037.25 329.649C1073.61 329.649 1103.09 314.776 1103.09 296.429C1103.09 278.082 1073.61 263.209 1037.25 263.209C1000.89 263.209 971.41 278.082 971.41 296.429C971.41 314.776 1000.89 329.649 1037.25 329.649Z' fill='black'/%3E%3Cpath d='M1092.21 396.639C1092.08 396.636 1091.96 396.609 1091.84 396.559L1082.61 392.709C1082.45 392.696 1082.3 392.646 1082.17 392.563C1082.03 392.48 1081.92 392.367 1081.84 392.233C1081.76 392.098 1081.71 391.946 1081.7 391.79C1081.68 391.633 1081.71 391.475 1081.77 391.33C1081.83 391.184 1081.92 391.055 1082.04 390.953C1082.16 390.851 1082.31 390.778 1082.46 390.741C1082.61 390.704 1082.77 390.704 1082.92 390.74C1083.08 390.776 1083.22 390.848 1083.34 390.949L1092.58 394.809C1092.75 394.918 1092.88 395.075 1092.96 395.262C1093.04 395.448 1093.06 395.653 1093.02 395.851C1092.98 396.05 1092.88 396.231 1092.74 396.372C1092.59 396.512 1092.41 396.606 1092.21 396.639Z' fill='black'/%3E%3Cpath d='M1105.1 316.089C1105.01 316.104 1104.92 316.104 1104.83 316.089C1104.59 316.009 1104.4 315.843 1104.28 315.625C1104.16 315.407 1104.12 315.152 1104.18 314.909C1105.99 308.65 1106.45 302.081 1105.55 295.629C1105.47 295.491 1105.43 295.336 1105.43 295.179C1105.42 295.021 1105.46 294.864 1105.53 294.722C1105.59 294.579 1105.69 294.455 1105.82 294.359C1105.94 294.263 1106.09 294.197 1106.24 294.168C1106.4 294.139 1106.56 294.147 1106.71 294.192C1106.86 294.236 1107 294.316 1107.12 294.424C1107.23 294.533 1107.32 294.667 1107.37 294.815C1107.42 294.964 1107.44 295.123 1107.42 295.279C1108.41 302.026 1107.93 308.906 1106.01 315.449C1105.94 315.634 1105.81 315.794 1105.65 315.908C1105.49 316.021 1105.3 316.085 1105.1 316.089Z' fill='white'/%3E%3Cpath d='M1033.1 331.629H1032.34C1032.14 331.563 1031.97 331.436 1031.84 331.266C1031.72 331.095 1031.65 330.89 1031.65 330.679C1031.65 330.469 1031.72 330.263 1031.84 330.093C1031.97 329.922 1032.14 329.795 1032.34 329.729C1040.63 329.834 1048.91 328.971 1057 327.159C1057.13 327.077 1057.28 327.027 1057.44 327.014C1057.6 327.001 1057.75 327.024 1057.9 327.082C1058.04 327.141 1058.17 327.232 1058.28 327.35C1058.38 327.467 1058.45 327.608 1058.49 327.759C1058.53 327.911 1058.54 328.069 1058.5 328.222C1058.47 328.375 1058.4 328.518 1058.3 328.64C1058.2 328.761 1058.08 328.858 1057.93 328.922C1057.79 328.987 1057.64 329.016 1057.48 329.009C1049.48 330.802 1041.3 331.681 1033.1 331.629Z' fill='%2300CBA1'/%3E%3Cpath d='M1067.21 736.039H1067.1C1066.97 736.022 1066.84 735.978 1066.72 735.909C1066.6 735.84 1066.5 735.748 1066.42 735.639L969.22 605.419C969.058 605.194 968.99 604.914 969.03 604.639C969.052 604.504 969.101 604.375 969.175 604.26C969.249 604.144 969.346 604.045 969.46 603.969C969.83 603.719 1006.28 578.749 1048.16 562.549C1072.82 552.999 1094.53 548.319 1112.67 548.549C1135.54 548.919 1152.8 557.209 1163.99 573.209C1172.84 585.849 1173.21 602.329 1165.08 622.209C1158.65 637.919 1146.9 655.799 1130.16 675.359C1101.71 708.579 1068.16 735.519 1067.85 735.789C1067.67 735.942 1067.45 736.03 1067.21 736.039ZM971.49 605.039L1067.39 733.549C1072.7 729.219 1102.77 704.219 1128.63 674.029C1145.23 654.649 1156.86 636.959 1163.2 621.449C1171.04 602.279 1170.75 586.449 1162.33 574.449C1151.53 559.029 1134.82 551.029 1112.65 550.669C1094.75 550.389 1073.33 555.019 1048.92 564.459C1010.85 579.159 977.28 601.169 971.49 605.049V605.039Z' fill='white'/%3E%3Cpath d='M1037.74 656.109C1064.57 692.109 1078.15 727.999 1067.6 735.619C1057.05 743.239 1026.35 719.679 999.51 683.719C972.67 647.759 959.51 611.569 970.03 603.949C980.55 596.329 1010.91 620.159 1037.74 656.109Z' fill='black'/%3E%3Cpath d='M1087.69 718.099C1087.47 718.114 1087.25 718.054 1087.06 717.928C1086.88 717.802 1086.74 717.618 1086.67 717.405C1086.6 717.192 1086.61 716.963 1086.69 716.753C1086.76 716.544 1086.91 716.366 1087.1 716.249C1088.59 715.179 1089.54 713.349 1089.93 710.819C1091.93 697.599 1078.93 668.939 1058.13 641.139C1045.6 624.349 1032.01 609.919 1019.85 600.489C1008.07 591.359 998.78 587.949 994.36 591.139C994.252 591.221 994.129 591.28 993.998 591.313C993.866 591.346 993.73 591.352 993.596 591.331C993.462 591.309 993.334 591.261 993.22 591.188C993.105 591.116 993.007 591.021 992.93 590.909C992.85 590.802 992.792 590.679 992.76 590.549C992.728 590.418 992.722 590.283 992.744 590.15C992.765 590.018 992.813 589.891 992.885 589.777C992.956 589.664 993.05 589.566 993.16 589.489C1004.94 580.979 1036.28 608.489 1059.76 639.919C1080.76 668.129 1094.04 697.409 1091.94 711.129C1091.47 714.219 1090.24 716.499 1088.29 717.909C1088.12 718.035 1087.91 718.102 1087.69 718.099Z' fill='white'/%3E%3Cpath d='M969.36 929.009H968.75C966.646 928.98 964.55 928.749 962.49 928.319C962.341 928.295 962.198 928.24 962.07 928.159C961.943 928.078 961.833 927.972 961.747 927.847C961.662 927.722 961.602 927.581 961.573 927.433C961.543 927.285 961.544 927.132 961.575 926.984C961.606 926.836 961.667 926.696 961.754 926.572C961.841 926.448 961.951 926.343 962.08 926.263C962.208 926.183 962.352 926.13 962.501 926.107C962.651 926.084 962.803 926.092 962.95 926.129C964.868 926.532 966.82 926.747 968.78 926.769H969.36C970.1 926.769 970.85 926.769 971.58 926.769C971.727 926.763 971.874 926.785 972.012 926.835C972.151 926.886 972.278 926.963 972.387 927.062C972.495 927.161 972.583 927.281 972.646 927.414C972.708 927.548 972.743 927.692 972.75 927.839C972.757 927.986 972.734 928.133 972.684 928.272C972.634 928.41 972.557 928.537 972.457 928.646C972.358 928.754 972.238 928.842 972.105 928.905C971.971 928.967 971.827 929.003 971.68 929.009C970.92 928.989 970.1 929.009 969.36 929.009ZM980.49 927.759C980.216 927.757 979.952 927.655 979.748 927.472C979.545 927.289 979.415 927.037 979.384 926.765C979.354 926.493 979.424 926.219 979.581 925.995C979.739 925.771 979.973 925.612 980.24 925.549C983.086 924.888 985.872 923.992 988.57 922.869C988.844 922.755 989.153 922.755 989.428 922.868C989.702 922.982 989.921 923.2 990.035 923.474C990.149 923.749 990.149 924.057 990.036 924.332C989.922 924.607 989.704 924.825 989.43 924.939C986.617 926.112 983.71 927.045 980.74 927.729C980.658 927.749 980.574 927.759 980.49 927.759ZM954.33 925.279C954.145 925.28 953.963 925.236 953.8 925.149C951.077 923.677 948.57 921.837 946.35 919.679C946.136 919.472 946.014 919.189 946.009 918.892C946.004 918.595 946.118 918.308 946.325 918.094C946.532 917.881 946.815 917.758 947.112 917.753C947.409 917.749 947.696 917.862 947.91 918.069C949.996 920.088 952.351 921.808 954.91 923.179C955.126 923.299 955.297 923.487 955.395 923.714C955.494 923.941 955.514 924.194 955.454 924.433C955.393 924.673 955.255 924.886 955.061 925.039C954.867 925.192 954.627 925.277 954.38 925.279H954.33ZM997.01 920.989C996.766 920.988 996.529 920.906 996.335 920.758C996.141 920.609 996.001 920.401 995.937 920.165C995.872 919.93 995.886 919.679 995.977 919.453C996.068 919.226 996.231 919.035 996.44 918.909C998.979 917.4 1001.44 915.761 1003.81 913.999C1004.05 913.823 1004.35 913.749 1004.64 913.794C1004.94 913.839 1005.2 913.999 1005.38 914.239C1005.56 914.479 1005.63 914.779 1005.59 915.074C1005.54 915.368 1005.38 915.633 1005.14 915.809C1002.7 917.601 1000.18 919.269 997.58 920.809C997.408 920.917 997.212 920.979 997.01 920.989ZM941.6 912.989C941.399 912.996 941.201 912.948 941.025 912.851C940.849 912.754 940.702 912.612 940.6 912.439C939.025 909.789 937.782 906.954 936.9 903.999C936.845 903.855 936.82 903.701 936.827 903.547C936.834 903.393 936.873 903.242 936.941 903.104C937.009 902.966 937.105 902.843 937.222 902.743C937.34 902.644 937.477 902.57 937.625 902.525C937.773 902.481 937.928 902.468 938.081 902.487C938.234 902.505 938.382 902.555 938.514 902.633C938.647 902.712 938.762 902.817 938.853 902.941C938.943 903.066 939.007 903.209 939.04 903.359C939.874 906.134 941.042 908.797 942.52 911.289C942.597 911.415 942.648 911.556 942.671 911.702C942.693 911.849 942.686 911.998 942.649 912.141C942.613 912.285 942.548 912.42 942.459 912.538C942.37 912.656 942.258 912.755 942.13 912.829C941.969 912.925 941.787 912.976 941.6 912.979V912.989ZM1011.51 910.479C1011.27 910.485 1011.04 910.417 1010.85 910.284C1010.66 910.151 1010.51 909.96 1010.43 909.739C1010.35 909.518 1010.34 909.277 1010.41 909.051C1010.47 908.825 1010.6 908.625 1010.79 908.479C1013.13 906.479 1015.39 904.539 1017.56 902.629C1017.78 902.433 1018.08 902.334 1018.37 902.353C1018.67 902.373 1018.95 902.51 1019.14 902.734C1019.34 902.958 1019.44 903.251 1019.42 903.548C1019.4 903.846 1019.26 904.123 1019.04 904.319C1016.85 906.239 1014.59 908.219 1012.23 910.199C1012.03 910.372 1011.77 910.471 1011.51 910.479ZM1025.1 898.749C1024.86 898.755 1024.63 898.687 1024.44 898.554C1024.25 898.421 1024.1 898.23 1024.02 898.009C1023.94 897.788 1023.93 897.547 1024 897.321C1024.06 897.095 1024.2 896.895 1024.38 896.749C1027.14 894.459 1029.38 892.749 1031.6 891.239C1031.72 891.157 1031.86 891.1 1032 891.071C1032.15 891.042 1032.3 891.041 1032.44 891.07C1032.59 891.098 1032.72 891.154 1032.84 891.236C1032.97 891.317 1033.07 891.422 1033.15 891.544C1033.24 891.666 1033.29 891.803 1033.32 891.948C1033.35 892.092 1033.35 892.24 1033.32 892.385C1033.3 892.529 1033.24 892.667 1033.16 892.789C1033.08 892.912 1032.97 893.017 1032.85 893.099C1030.75 894.529 1028.51 896.229 1025.85 898.469C1025.65 898.657 1025.38 898.757 1025.1 898.749ZM936.41 895.989C936.134 895.991 935.867 895.889 935.661 895.704C935.456 895.519 935.327 895.264 935.3 894.989C935.22 893.989 935.19 892.899 935.19 891.839C935.194 889.833 935.321 887.83 935.57 885.839C935.588 885.693 935.635 885.551 935.708 885.423C935.781 885.295 935.879 885.182 935.995 885.092C936.112 885.001 936.245 884.935 936.388 884.896C936.53 884.856 936.678 884.846 936.825 884.864C936.971 884.883 937.113 884.93 937.241 885.003C937.369 885.076 937.482 885.173 937.572 885.29C937.663 885.406 937.73 885.54 937.769 885.682C937.808 885.824 937.818 885.973 937.8 886.119C937.554 888.019 937.43 889.933 937.43 891.849C937.43 892.849 937.43 893.849 937.53 894.849C937.552 895.14 937.46 895.428 937.274 895.652C937.087 895.876 936.82 896.019 936.53 896.049L936.41 895.989ZM1040.1 889.069C1039.84 889.072 1039.58 888.981 1039.38 888.813C1039.17 888.646 1039.04 888.412 1038.99 888.152C1038.94 887.893 1038.99 887.625 1039.12 887.396C1039.25 887.167 1039.45 886.991 1039.7 886.899C1042.25 885.885 1044.96 885.333 1047.7 885.269H1048.79C1049.09 885.269 1049.37 885.387 1049.58 885.597C1049.79 885.807 1049.91 886.092 1049.91 886.389C1049.91 886.686 1049.79 886.971 1049.58 887.181C1049.37 887.391 1049.09 887.509 1048.79 887.509H1047.69C1045.2 887.568 1042.73 888.073 1040.42 888.999C1040.32 889.038 1040.21 889.062 1040.1 889.069ZM1057.8 887.139C1057.51 887.137 1057.24 887.027 1057.03 886.83C1056.82 886.633 1056.7 886.365 1056.68 886.079C1056.66 885.791 1056.75 885.507 1056.94 885.286C1057.13 885.066 1057.39 884.927 1057.68 884.899C1060.76 884.709 1063.75 884.459 1066.55 884.139C1066.85 884.108 1067.14 884.196 1067.38 884.384C1067.61 884.571 1067.76 884.843 1067.79 885.139C1067.81 885.286 1067.79 885.435 1067.75 885.578C1067.71 885.72 1067.64 885.853 1067.55 885.968C1067.46 886.083 1067.34 886.179 1067.21 886.25C1067.08 886.32 1066.94 886.364 1066.79 886.379C1063.95 886.699 1060.93 886.959 1057.79 887.139H1057.8ZM1075.59 885.139C1075.31 885.137 1075.05 885.031 1074.84 884.842C1074.64 884.654 1074.51 884.396 1074.48 884.12C1074.46 883.843 1074.54 883.567 1074.71 883.345C1074.87 883.123 1075.12 882.971 1075.39 882.919C1078.47 882.359 1081.39 881.689 1084.01 880.919C1084.3 880.837 1084.6 880.872 1084.86 881.016C1085.13 881.161 1085.32 881.403 1085.4 881.689C1085.48 881.976 1085.45 882.283 1085.3 882.544C1085.16 882.804 1084.92 882.997 1084.63 883.079C1081.92 883.849 1078.95 884.539 1075.79 885.079C1075.72 885.094 1075.65 885.097 1075.58 885.089L1075.59 885.139ZM1092.73 880.069C1092.47 880.071 1092.22 879.984 1092.02 879.824C1091.82 879.664 1091.68 879.44 1091.63 879.189C1091.57 878.939 1091.61 878.677 1091.72 878.448C1091.84 878.218 1092.03 878.035 1092.26 877.929C1094.9 876.75 1097.38 875.241 1099.64 873.439C1099.75 873.339 1099.88 873.262 1100.03 873.214C1100.17 873.166 1100.32 873.147 1100.47 873.159C1100.62 873.17 1100.77 873.212 1100.9 873.282C1101.04 873.352 1101.16 873.448 1101.25 873.565C1101.35 873.681 1101.42 873.816 1101.46 873.961C1101.5 874.106 1101.52 874.258 1101.5 874.408C1101.48 874.558 1101.43 874.702 1101.36 874.833C1101.28 874.964 1101.18 875.078 1101.06 875.169C1098.65 877.097 1096.01 878.71 1093.19 879.969C1093.04 880.02 1092.88 880.037 1092.72 880.019L1092.73 880.069ZM938.58 878.349C938.472 878.346 938.364 878.33 938.26 878.299C937.976 878.211 937.738 878.015 937.597 877.753C937.457 877.491 937.426 877.184 937.51 876.899C938.403 873.989 939.499 871.146 940.79 868.389C940.836 868.235 940.916 868.092 941.022 867.971C941.129 867.85 941.261 867.753 941.408 867.687C941.556 867.622 941.716 867.589 941.877 867.591C942.038 867.593 942.197 867.63 942.343 867.699C942.489 867.769 942.618 867.868 942.722 867.992C942.825 868.116 942.901 868.261 942.943 868.417C942.986 868.572 942.994 868.735 942.968 868.895C942.941 869.054 942.88 869.206 942.79 869.339C941.54 871.997 940.481 874.741 939.62 877.549C939.544 877.767 939.402 877.956 939.214 878.091C939.026 878.225 938.801 878.298 938.57 878.299L938.58 878.349ZM1105.98 868.549C1105.81 868.552 1105.64 868.515 1105.48 868.439C1105.22 868.306 1105.01 868.074 1104.92 867.792C1104.83 867.511 1104.85 867.205 1104.98 866.939C1106.16 864.541 1106.76 861.901 1106.74 859.229C1106.74 859.089 1106.74 858.939 1106.74 858.789C1106.74 858.492 1106.86 858.207 1107.07 857.997C1107.28 857.787 1107.56 857.669 1107.86 857.669C1108.16 857.669 1108.44 857.787 1108.65 857.997C1108.86 858.207 1108.98 858.492 1108.98 858.789C1108.98 858.959 1108.98 859.119 1108.98 859.279C1109 862.296 1108.32 865.276 1106.98 867.979C1106.87 868.146 1106.72 868.28 1106.54 868.368C1106.37 868.456 1106.17 868.495 1105.97 868.479L1105.98 868.549ZM946.1 862.069C945.891 862.072 945.685 862.013 945.51 861.899C945.384 861.822 945.275 861.722 945.189 861.602C945.103 861.483 945.041 861.348 945.008 861.205C944.974 861.061 944.969 860.913 944.994 860.768C945.018 860.622 945.071 860.484 945.15 860.359C946.752 857.792 948.484 855.309 950.34 852.919C950.427 852.796 950.539 852.693 950.667 852.614C950.796 852.535 950.939 852.483 951.089 852.461C951.238 852.439 951.39 852.448 951.536 852.486C951.682 852.524 951.818 852.591 951.938 852.684C952.057 852.776 952.156 852.891 952.23 853.023C952.303 853.155 952.349 853.3 952.366 853.45C952.382 853.6 952.367 853.751 952.323 853.896C952.279 854.04 952.207 854.174 952.11 854.289C950.303 856.62 948.614 859.039 947.05 861.539C946.95 861.701 946.81 861.835 946.644 861.927C946.477 862.02 946.29 862.069 946.1 862.069ZM1106.04 851.069C1105.81 851.068 1105.59 850.997 1105.4 850.867C1105.21 850.737 1105.07 850.553 1104.99 850.339C1103.94 847.63 1102.6 845.045 1100.99 842.629C1100.83 842.381 1100.77 842.078 1100.83 841.786C1100.88 841.495 1101.06 841.239 1101.3 841.074C1101.55 840.91 1101.86 840.851 1102.15 840.91C1102.44 840.969 1102.7 841.141 1102.86 841.389C1104.57 843.945 1106 846.682 1107.11 849.549C1107.21 849.825 1107.21 850.131 1107.09 850.401C1106.97 850.67 1106.74 850.882 1106.47 850.989C1106.33 851.058 1106.18 851.099 1106.02 851.109L1106.04 851.069ZM957.26 848.069C957.103 848.071 956.948 848.039 956.805 847.975C956.661 847.911 956.534 847.817 956.43 847.699C956.33 847.591 956.252 847.465 956.201 847.327C956.15 847.188 956.128 847.042 956.134 846.895C956.141 846.748 956.176 846.603 956.239 846.47C956.302 846.337 956.391 846.218 956.5 846.119C958.757 844.077 961.16 842.202 963.69 840.509C963.938 840.343 964.242 840.283 964.534 840.341C964.827 840.399 965.084 840.571 965.25 840.819C965.416 841.067 965.476 841.371 965.418 841.663C965.36 841.956 965.188 842.213 964.94 842.379C962.499 844.004 960.182 845.809 958.01 847.779C957.806 847.985 957.53 848.103 957.24 848.109L957.26 848.069ZM1100.1 840.629C1099.93 840.629 1099.76 840.589 1099.6 840.513C1099.45 840.437 1099.31 840.326 1099.21 840.189C1097.43 837.941 1095.3 835.999 1092.89 834.439C1092.76 834.363 1092.64 834.26 1092.55 834.137C1092.46 834.014 1092.39 833.873 1092.36 833.724C1092.32 833.575 1092.32 833.42 1092.35 833.27C1092.38 833.119 1092.43 832.976 1092.52 832.848C1092.6 832.721 1092.71 832.612 1092.84 832.529C1092.97 832.446 1093.11 832.39 1093.27 832.365C1093.42 832.34 1093.57 832.346 1093.72 832.383C1093.87 832.419 1094.01 832.486 1094.13 832.579C1096.75 834.271 1099.07 836.386 1100.99 838.839C1101.12 839.004 1101.2 839.202 1101.22 839.41C1101.24 839.617 1101.2 839.827 1101.11 840.013C1101.01 840.2 1100.87 840.357 1100.69 840.466C1100.51 840.575 1100.31 840.632 1100.1 840.629ZM972.05 838.059C971.797 838.06 971.552 837.976 971.353 837.821C971.155 837.665 971.014 837.447 970.955 837.201C970.896 836.956 970.922 836.698 971.028 836.468C971.134 836.239 971.315 836.053 971.54 835.939C974.11 834.609 976.88 833.329 979.77 832.149C980.046 832.036 980.355 832.038 980.63 832.153C980.905 832.269 981.122 832.488 981.235 832.764C981.348 833.04 981.346 833.349 981.231 833.624C981.116 833.899 980.896 834.116 980.62 834.229C977.79 835.379 975.08 836.629 972.62 837.929C972.437 838.03 972.228 838.075 972.02 838.059H972.05ZM988.61 831.229C988.374 831.23 988.145 831.156 987.954 831.017C987.764 830.879 987.622 830.683 987.55 830.459C987.458 830.177 987.481 829.869 987.614 829.604C987.746 829.338 987.979 829.135 988.26 829.039C991.05 828.139 993.97 827.289 996.94 826.519C997.229 826.446 997.535 826.49 997.792 826.642C998.048 826.794 998.235 827.041 998.31 827.329C998.383 827.617 998.338 827.922 998.186 828.177C998.034 828.432 997.788 828.616 997.5 828.689C994.58 829.449 991.7 830.279 988.96 831.179C988.836 831.213 988.708 831.23 988.58 831.229H988.61ZM1085.61 830.469C1085.46 830.468 1085.32 830.438 1085.18 830.379C1082.46 829.256 1079.68 828.301 1076.84 827.519C1076.55 827.44 1076.31 827.25 1076.16 826.991C1076.02 826.732 1075.98 826.426 1076.06 826.139C1076.14 825.853 1076.33 825.61 1076.59 825.463C1076.85 825.317 1077.15 825.28 1077.44 825.359C1080.37 826.183 1083.24 827.185 1086.05 828.359C1086.29 828.456 1086.5 828.636 1086.62 828.867C1086.75 829.098 1086.78 829.366 1086.73 829.623C1086.68 829.88 1086.54 830.111 1086.33 830.275C1086.13 830.439 1085.87 830.525 1085.61 830.519V830.469ZM1005.99 826.739C1005.71 826.739 1005.44 826.635 1005.24 826.447C1005.03 826.26 1004.9 826.002 1004.88 825.725C1004.85 825.447 1004.93 825.17 1005.09 824.947C1005.26 824.724 1005.51 824.572 1005.78 824.519C1008.68 823.939 1011.67 823.419 1014.67 822.979C1014.96 822.937 1015.26 823.013 1015.5 823.191C1015.74 823.369 1015.9 823.635 1015.94 823.929C1015.98 824.224 1015.91 824.523 1015.73 824.761C1015.55 824.999 1015.28 825.157 1014.99 825.199C1012.04 825.629 1009.08 826.139 1006.21 826.709C1006.12 826.736 1006.02 826.746 1005.93 826.739H1005.99ZM1068.4 825.549H1068.2C1065.39 825.029 1062.44 824.549 1059.41 824.249C1059.26 824.234 1059.12 824.19 1058.99 824.12C1058.86 824.049 1058.74 823.953 1058.65 823.838C1058.56 823.723 1058.49 823.59 1058.45 823.448C1058.41 823.305 1058.39 823.156 1058.41 823.009C1058.42 822.861 1058.47 822.718 1058.54 822.587C1058.61 822.456 1058.7 822.34 1058.82 822.247C1058.93 822.154 1059.07 822.085 1059.21 822.044C1059.35 822.003 1059.5 821.991 1059.65 822.009C1062.73 822.359 1065.74 822.799 1068.65 823.329C1068.92 823.382 1069.17 823.534 1069.34 823.757C1069.5 823.98 1069.58 824.257 1069.55 824.535C1069.53 824.812 1069.4 825.07 1069.19 825.257C1068.99 825.445 1068.72 825.549 1068.44 825.549H1068.4ZM1023.74 824.129C1023.44 824.144 1023.15 824.04 1022.93 823.84C1022.71 823.64 1022.58 823.361 1022.56 823.064C1022.55 822.767 1022.65 822.476 1022.85 822.256C1023.05 822.036 1023.33 821.904 1023.63 821.889C1026.63 821.609 1029.63 821.389 1032.63 821.239C1032.78 821.228 1032.93 821.247 1033.07 821.295C1033.21 821.343 1033.34 821.419 1033.45 821.518C1033.56 821.617 1033.64 821.737 1033.71 821.871C1033.77 822.006 1033.8 822.151 1033.81 822.299C1033.82 822.597 1033.72 822.889 1033.52 823.11C1033.32 823.331 1033.04 823.464 1032.74 823.479C1029.74 823.619 1026.8 823.839 1023.85 824.129H1023.74ZM1050.6 823.499H1050.54C1047.63 823.349 1044.63 823.269 1041.64 823.259C1041.34 823.259 1041.06 823.141 1040.85 822.931C1040.64 822.721 1040.52 822.436 1040.52 822.139C1040.52 821.842 1040.64 821.557 1040.85 821.347C1041.06 821.137 1041.34 821.019 1041.64 821.019C1044.64 821.019 1047.71 821.109 1050.64 821.259C1050.94 821.277 1051.21 821.411 1051.41 821.632C1051.61 821.853 1051.71 822.143 1051.7 822.439C1051.68 822.729 1051.55 823 1051.33 823.194C1051.11 823.388 1050.83 823.49 1050.54 823.479L1050.6 823.499Z' fill='%23BBBDBF'/%3E%3Cpath d='M410.65 735.169C410.501 735.17 410.353 735.137 410.218 735.073C410.083 735.009 409.964 734.915 409.87 734.799C409.783 734.697 409.718 734.579 409.678 734.451C409.638 734.323 409.624 734.188 409.637 734.055C409.65 733.921 409.69 733.792 409.754 733.674C409.818 733.556 409.905 733.453 410.01 733.369C415.26 729.069 414.71 721.059 414.71 720.979C414.698 720.846 414.712 720.712 414.753 720.585C414.793 720.458 414.858 720.34 414.945 720.238C415.032 720.136 415.138 720.053 415.257 719.993C415.377 719.933 415.507 719.898 415.64 719.889C415.774 719.876 415.909 719.889 416.037 719.929C416.166 719.968 416.285 720.034 416.388 720.12C416.49 720.207 416.575 720.314 416.635 720.434C416.696 720.554 416.731 720.685 416.74 720.819C416.74 721.189 417.38 729.969 411.3 734.939C411.117 735.091 410.887 735.172 410.65 735.169Z' fill='%23363636'/%3E%3Cpath d='M450.32 754.039C450.217 754.053 450.113 754.053 450.01 754.039C449.881 754.001 449.762 753.937 449.658 753.851C449.555 753.765 449.47 753.659 449.408 753.54C449.346 753.42 449.31 753.289 449.3 753.155C449.29 753.021 449.307 752.887 449.35 752.759C451.87 744.759 449.14 739.949 449.12 739.899C449.054 739.784 449.012 739.658 448.995 739.526C448.979 739.395 448.988 739.262 449.023 739.134C449.058 739.006 449.117 738.887 449.198 738.782C449.279 738.678 449.38 738.59 449.495 738.524C449.61 738.459 449.737 738.416 449.868 738.4C449.999 738.383 450.133 738.392 450.26 738.427C450.388 738.462 450.508 738.521 450.612 738.602C450.717 738.683 450.804 738.784 450.87 738.899C451 739.119 454.1 744.489 451.29 753.399C451.215 753.594 451.081 753.76 450.908 753.875C450.734 753.989 450.528 754.047 450.32 754.039Z' fill='%23363636'/%3E%3Cpath d='M446.98 669.529C446.69 669.529 446.52 669.529 446.49 669.529C446.359 669.514 446.232 669.473 446.116 669.409C446.001 669.345 445.899 669.259 445.817 669.155C445.735 669.051 445.674 668.933 445.637 668.806C445.601 668.679 445.59 668.546 445.605 668.414C445.62 668.283 445.661 668.156 445.725 668.04C445.79 667.925 445.876 667.823 445.979 667.741C446.083 667.659 446.202 667.598 446.329 667.561C446.456 667.525 446.589 667.514 446.72 667.529C448.022 667.589 449.302 667.173 450.32 666.359C451.65 665.239 452.43 663.359 452.63 660.849C452.641 660.718 452.677 660.59 452.737 660.473C452.797 660.355 452.879 660.251 452.98 660.166C453.08 660.08 453.196 660.015 453.321 659.975C453.447 659.934 453.579 659.919 453.71 659.929C453.842 659.94 453.97 659.976 454.087 660.036C454.204 660.096 454.308 660.178 454.394 660.279C454.479 660.379 454.544 660.495 454.585 660.62C454.625 660.746 454.641 660.878 454.63 661.009C454.39 664.129 453.35 666.469 451.56 667.949C450.256 668.979 448.642 669.536 446.98 669.529Z' fill='%23363636'/%3E%3Cpath d='M446.61 715.799C446.462 715.801 446.314 715.77 446.18 715.707C446.045 715.645 445.925 715.553 445.83 715.439C445.742 715.339 445.674 715.222 445.632 715.095C445.589 714.968 445.573 714.834 445.583 714.701C445.593 714.568 445.63 714.438 445.692 714.319C445.753 714.2 445.837 714.095 445.94 714.009C446.05 713.919 456.11 705.119 453.09 693.569C453.053 693.439 453.042 693.303 453.059 693.169C453.075 693.034 453.119 692.905 453.188 692.788C453.256 692.671 453.347 692.569 453.456 692.489C453.565 692.408 453.688 692.35 453.82 692.319C453.95 692.283 454.085 692.274 454.218 692.291C454.351 692.309 454.479 692.353 454.595 692.421C454.711 692.489 454.812 692.58 454.892 692.688C454.971 692.796 455.029 692.919 455.06 693.049C458.41 705.849 447.72 715.169 447.27 715.559C447.086 715.716 446.852 715.802 446.61 715.799Z' fill='%23363636'/%3E%3Cpath d='M418.42 691.079C418.289 691.102 418.154 691.098 418.025 691.068C417.895 691.039 417.772 690.984 417.663 690.907C417.555 690.829 417.462 690.732 417.391 690.619C417.32 690.506 417.273 690.381 417.25 690.249C417.228 690.118 417.232 689.983 417.261 689.854C417.291 689.724 417.346 689.601 417.423 689.492C417.5 689.384 417.598 689.291 417.71 689.22C417.823 689.149 417.949 689.102 418.08 689.079C418.41 688.959 426.19 686.079 424.83 678.889C424.803 678.758 424.802 678.622 424.828 678.49C424.854 678.358 424.907 678.233 424.982 678.122C425.058 678.011 425.155 677.916 425.268 677.844C425.381 677.771 425.508 677.722 425.64 677.699C425.772 677.672 425.907 677.671 426.039 677.697C426.171 677.723 426.296 677.776 426.407 677.851C426.518 677.927 426.613 678.024 426.686 678.137C426.758 678.25 426.808 678.377 426.83 678.509C428.18 685.629 422.14 689.789 418.76 690.999C418.652 691.046 418.537 691.073 418.42 691.079Z' fill='%23363636'/%3E%3Cpath d='M511.47 785.109C511.339 785.113 511.209 785.085 511.09 785.029C510.965 784.981 510.852 784.908 510.756 784.815C510.66 784.722 510.583 784.611 510.531 784.488C510.479 784.365 510.452 784.232 510.452 784.099C510.451 783.965 510.478 783.833 510.53 783.709C510.53 783.629 513.42 776.399 508.67 771.319C505.45 767.879 493.24 770.149 488.81 771.319C488.68 771.357 488.544 771.367 488.409 771.351C488.275 771.334 488.145 771.29 488.029 771.222C487.912 771.154 487.81 771.062 487.729 770.954C487.649 770.845 487.591 770.721 487.56 770.589C487.524 770.46 487.514 770.325 487.532 770.191C487.549 770.058 487.594 769.93 487.662 769.814C487.73 769.699 487.821 769.598 487.928 769.518C488.036 769.438 488.159 769.381 488.29 769.349C490.04 768.889 505.54 764.989 510.15 769.929C515.81 775.929 512.56 784.129 512.42 784.479C512.345 784.669 512.213 784.83 512.043 784.943C511.874 785.056 511.674 785.114 511.47 785.109Z' fill='%23363636'/%3E%3Cpath d='M559.27 791.839H559.1C558.967 791.82 558.839 791.774 558.724 791.704C558.609 791.634 558.51 791.542 558.431 791.433C558.353 791.324 558.297 791.2 558.268 791.069C558.239 790.937 558.236 790.802 558.26 790.669C558.26 790.559 560 779.579 558.09 774.669C557.27 772.579 555.64 771.399 554.68 771.669C553.53 771.959 552.47 774.429 553.22 780.439C553.47 782.339 553.69 783.549 553.87 784.309C554.356 782.372 554.713 780.404 554.94 778.419C554.954 778.286 554.994 778.156 555.059 778.039C555.123 777.921 555.211 777.818 555.316 777.735C555.422 777.651 555.543 777.59 555.672 777.555C555.802 777.52 555.937 777.511 556.07 777.529C556.204 777.543 556.333 777.583 556.451 777.648C556.568 777.712 556.672 777.8 556.755 777.905C556.838 778.011 556.899 778.132 556.934 778.261C556.969 778.391 556.978 778.526 556.96 778.659C555.96 787.429 554.57 787.439 553.84 787.439C552.49 787.439 551.84 785.799 551.2 780.689C550.11 772.059 552.6 770.099 554.2 769.689C556.35 769.149 558.85 770.969 560.02 773.939C562.13 779.329 560.37 790.499 560.3 790.939C560.275 791.192 560.154 791.426 559.963 791.593C559.772 791.76 559.524 791.848 559.27 791.839Z' fill='%23363636'/%3E%3Cpath d='M616.1 698.479C615.862 698.479 615.631 698.394 615.45 698.239C615.344 698.155 615.257 698.05 615.193 697.931C615.129 697.812 615.089 697.682 615.077 697.547C615.065 697.412 615.08 697.277 615.122 697.148C615.164 697.02 615.231 696.901 615.32 696.799L625.88 684.259C625.964 684.155 626.068 684.069 626.187 684.006C626.305 683.942 626.434 683.904 626.568 683.892C626.701 683.879 626.835 683.894 626.963 683.935C627.091 683.976 627.209 684.042 627.31 684.129C627.416 684.213 627.503 684.318 627.567 684.437C627.631 684.556 627.671 684.687 627.683 684.821C627.695 684.956 627.68 685.092 627.638 685.22C627.596 685.349 627.529 685.467 627.44 685.569L616.88 698.119C616.785 698.233 616.666 698.325 616.531 698.387C616.396 698.45 616.249 698.481 616.1 698.479Z' fill='%23363636'/%3E%3Cpath d='M396.49 721.919C389.49 721.919 379 716.639 375.18 710.919C373.4 708.269 373.18 705.709 374.46 703.509C374.593 703.277 374.812 703.107 375.07 703.037C375.328 702.967 375.603 703.002 375.835 703.134C376.067 703.267 376.237 703.486 376.307 703.744C376.378 704.002 376.343 704.277 376.21 704.509C375.32 706.009 375.54 707.779 376.87 709.759C380.59 715.309 391.77 720.629 397.87 719.759C399.69 719.489 400.78 718.759 401.19 717.379C402.24 713.969 395.77 708.379 389.74 706.139C388.37 705.639 383.84 704.199 382.8 706.649C382.667 706.975 382.618 707.328 382.656 707.677C382.695 708.026 382.82 708.361 383.02 708.649C384.53 711.119 389.75 713.299 395.16 713.709C395.291 713.719 395.42 713.755 395.537 713.814C395.655 713.873 395.759 713.955 395.845 714.055C395.931 714.155 395.997 714.271 396.038 714.396C396.079 714.521 396.095 714.653 396.085 714.784C396.075 714.916 396.04 715.044 395.98 715.161C395.921 715.279 395.839 715.383 395.739 715.469C395.639 715.555 395.524 715.621 395.399 715.662C395.273 715.703 395.141 715.719 395.01 715.709C388.8 715.239 383.16 712.709 381.28 709.709C380.903 709.141 380.673 708.489 380.61 707.81C380.547 707.131 380.654 706.447 380.92 705.819C382.12 703.009 385.59 702.419 390.43 704.189C396.79 706.519 404.7 712.879 403.14 717.949C402.68 719.419 401.46 721.259 398.14 721.739C397.595 721.84 397.044 721.9 396.49 721.919Z' fill='%23363636'/%3E%3Cpath d='M459.01 691.079C458.841 691.077 458.676 691.032 458.53 690.949C443.87 683.039 432.81 673.659 426.53 663.819C421.17 655.409 420.27 648.169 421.22 644.199C421.667 642.425 422.555 640.793 423.801 639.454C425.048 638.115 426.612 637.112 428.35 636.539C432.6 635.069 437.42 636.109 441.58 639.399C446.797 643.559 451.128 648.72 454.32 654.579C454.921 655.721 455.635 656.799 456.45 657.799C457.98 659.369 463.98 661.569 469.78 663.679C471.62 664.349 473.49 665.039 475.32 665.739C475.572 665.835 475.775 666.026 475.886 666.272C475.997 666.518 476.005 666.797 475.91 667.049C475.814 667.301 475.623 667.505 475.377 667.616C475.131 667.726 474.852 667.735 474.6 667.639C472.78 666.949 470.91 666.259 469.08 665.639C462.52 663.239 456.84 661.169 454.99 659.259C454.053 658.146 453.238 656.936 452.56 655.649C449.492 650.011 445.327 645.043 440.31 641.039C436.71 638.189 432.59 637.269 429.02 638.509C427.611 638.977 426.341 639.79 425.324 640.872C424.308 641.955 423.578 643.273 423.2 644.709C421.74 650.839 425.4 670.789 459.5 689.199C459.724 689.29 459.907 689.459 460.016 689.675C460.125 689.891 460.152 690.139 460.092 690.373C460.033 690.607 459.89 690.812 459.691 690.949C459.492 691.086 459.25 691.147 459.01 691.119V691.079Z' fill='black'/%3E%3Cpath d='M989.23 611.959C972.82 621.849 934.62 645.179 845.17 698.639C837.12 698.159 683.17 688.769 659.41 680.259C657.793 679.412 656.25 678.429 654.8 677.319C645.69 671.009 626.74 657.879 600.59 656.779C600.325 656.769 600.066 656.864 599.871 657.044C599.676 657.224 599.561 657.474 599.55 657.739C599.54 658.004 599.635 658.263 599.815 658.458C599.995 658.653 600.245 658.769 600.51 658.779C626.07 659.859 644.69 672.779 653.64 678.969C655.224 680.195 656.926 681.26 658.72 682.149C683.27 690.939 838.72 700.269 845.36 700.669H845.42C845.604 700.668 845.784 700.616 845.94 700.519C936.15 645.999 974.62 623.259 990.81 613.519C990.27 613.049 989.75 612.479 989.23 611.959Z' fill='black'/%3E%3Cpath d='M483.32 739.479H483.15C483.018 739.459 482.891 739.412 482.777 739.342C482.663 739.271 482.565 739.179 482.488 739.07C482.41 738.961 482.356 738.837 482.327 738.707C482.298 738.576 482.296 738.441 482.32 738.309C482.32 738.219 483.88 729.019 486.23 720.309C488.532 712.138 491.499 704.168 495.1 696.479C495.217 696.237 495.425 696.05 495.679 695.961C495.933 695.872 496.212 695.888 496.455 696.004C496.698 696.121 496.884 696.329 496.973 696.583C497.062 696.838 497.047 697.117 496.93 697.359C493.399 704.942 490.496 712.802 488.25 720.859C485.92 729.459 484.39 738.569 484.38 738.659C484.336 738.903 484.203 739.122 484.008 739.273C483.812 739.425 483.567 739.498 483.32 739.479Z' fill='black'/%3E%3Cpath d='M487.55 704.659C487.375 704.66 487.202 704.616 487.05 704.529C476.82 699.008 465.61 695.54 454.05 694.319C453.867 694.31 453.691 694.251 453.54 694.149L425.97 675.199C425.801 675.078 425.669 674.911 425.59 674.719C425.53 674.559 419.39 658.449 413.88 653.099C406.61 646.029 398.52 643.909 392.22 647.429C388.16 649.689 385.79 653.959 386.59 657.569C387.32 660.829 389.22 665.149 391.06 669.339C393.06 673.889 395.13 678.589 395.88 682.339C395.933 682.604 395.878 682.88 395.728 683.105C395.654 683.216 395.559 683.312 395.447 683.387C395.336 683.461 395.211 683.513 395.08 683.539C394.815 683.592 394.539 683.538 394.314 683.388C394.089 683.238 393.933 683.004 393.88 682.739C393.18 679.249 391.16 674.649 389.2 670.199C387.32 665.919 385.37 661.499 384.61 658.049C383.61 653.579 386.4 648.379 391.23 645.689C398.35 641.689 407.35 643.949 415.3 651.689C420.77 656.999 426.48 671.409 427.38 673.749L454.47 692.369C466.247 693.616 477.669 697.141 488.1 702.749C488.317 702.845 488.493 703.016 488.596 703.23C488.699 703.444 488.723 703.687 488.663 703.917C488.603 704.147 488.463 704.348 488.268 704.484C488.073 704.62 487.836 704.682 487.6 704.659H487.55Z' fill='black'/%3E%3Cpath d='M477.85 785.109C476.69 785.109 467.49 784.989 446.77 781.429C431.57 778.819 407.46 764.889 395.96 756.299C385.02 748.139 367.06 731.509 361.38 720.109C359.5 716.349 360.38 710.419 363.57 705.359C367.33 699.359 373.14 695.969 379.57 695.969H379.82C396.76 696.209 415.25 718.679 417.17 721.069L450.24 738.309L491.02 737.309C491.285 737.309 491.539 737.415 491.727 737.602C491.915 737.79 492.02 738.044 492.02 738.309C492.02 738.574 491.915 738.829 491.727 739.016C491.539 739.204 491.285 739.309 491.02 739.309L450.02 740.309C449.847 740.317 449.674 740.279 449.52 740.199L416.02 722.739C415.895 722.669 415.783 722.578 415.69 722.469C415.5 722.219 396.32 698.199 379.78 697.969H379.56C373.86 697.969 368.67 701.039 365.29 706.409C362.47 710.889 361.63 716.019 363.2 719.169C368.73 730.269 386.4 746.589 397.2 754.639C408.54 763.109 432.26 776.839 447.14 779.389C468.69 783.089 477.86 783.039 477.97 783.039C478.235 783.039 478.489 783.145 478.677 783.332C478.865 783.52 478.97 783.774 478.97 784.039C478.97 784.304 478.865 784.559 478.677 784.746C478.489 784.934 478.235 785.039 477.97 785.039L477.85 785.109Z' fill='black'/%3E%3Cpath d='M860.19 838.679C823.56 838.679 778.34 826.739 743.19 815.209C712.849 805.173 683.051 793.561 653.92 780.419C649.22 782.219 605.26 798.579 566.22 798.579C564.1 798.579 562 798.529 559.92 798.429C556.49 798.259 547.16 796.329 537.28 794.279C527.97 792.349 518.35 790.359 515.1 790.189C512.345 790.167 509.592 790.29 506.85 790.559C498.23 791.219 488.46 791.969 484.45 788.019C478.63 782.309 480.07 768.019 485.34 761.919C494.17 751.709 510.84 748.549 538.52 746.289C562.42 744.339 577.21 730.289 586.05 721.929C587.852 720.142 589.766 718.472 591.78 716.929C611.43 703.139 643.14 711.179 644.48 711.529C644.611 711.563 644.735 711.622 644.843 711.703C644.952 711.784 645.043 711.886 645.112 712.002C645.182 712.119 645.227 712.248 645.247 712.382C645.266 712.516 645.259 712.653 645.225 712.784C645.192 712.916 645.133 713.039 645.051 713.148C644.97 713.256 644.868 713.348 644.752 713.417C644.635 713.486 644.506 713.531 644.372 713.551C644.238 713.57 644.101 713.563 643.97 713.529C643.65 713.449 611.83 705.379 592.97 718.629C591.034 720.126 589.197 721.746 587.47 723.479C578.47 732.049 563.32 746.379 538.71 748.389C511.57 750.609 495.27 753.649 486.9 763.319C482.21 768.749 480.9 781.729 485.9 786.639C489.26 789.939 498.95 789.199 506.73 788.639C509.554 788.356 512.392 788.232 515.23 788.269C518.64 788.439 527.91 790.359 537.73 792.399C547.09 794.339 556.78 796.399 560.05 796.509C602.05 798.509 653.05 778.679 653.61 778.509C653.736 778.454 653.872 778.426 654.01 778.426C654.148 778.426 654.284 778.454 654.41 778.509C683.603 791.696 713.467 803.342 743.88 813.399C808.37 834.569 858.49 841.529 888.81 833.529C943.99 818.969 1055.97 738.279 1057.09 737.469C1057.31 737.311 1057.58 737.247 1057.85 737.29C1058.11 737.333 1058.35 737.48 1058.51 737.699C1058.67 737.918 1058.73 738.191 1058.69 738.457C1058.65 738.723 1058.5 738.961 1058.28 739.119C1057.16 739.939 944.88 820.839 889.28 835.499C879.758 837.791 869.983 838.86 860.19 838.679Z' fill='black'/%3E%3Cpath d='M472.68 727.919H472.52C471.25 727.709 441.24 722.829 435.72 719.829C424.41 713.689 405.11 696.549 400.48 691.739L397.66 688.739C387.98 678.579 382.1 672.479 368.74 672.969C360.01 673.309 352.99 681.189 352.99 687.469C352.99 691.829 355.42 695.149 358.79 699.759C359.85 701.209 361.04 702.849 362.25 704.649C362.401 704.873 362.457 705.148 362.406 705.414C362.354 705.679 362.199 705.913 361.975 706.064C361.751 706.215 361.476 706.271 361.211 706.22C360.945 706.168 360.711 706.013 360.56 705.789C359.37 704.019 358.24 702.459 357.14 700.959C353.69 696.229 350.96 692.489 350.96 687.469C350.96 680.149 358.68 671.329 368.66 670.929C382.96 670.359 389.4 677.129 399.14 687.369L401.95 690.369C406.38 694.969 425.75 712.129 436.69 718.079C441.91 720.919 472.54 725.899 472.85 725.949C473.115 725.972 473.361 726.099 473.532 726.302C473.704 726.506 473.788 726.769 473.765 727.034C473.742 727.299 473.615 727.545 473.412 727.716C473.209 727.888 472.945 727.972 472.68 727.949V727.919Z' fill='black'/%3E%3Cpath d='M654 780.339C653.802 780.341 653.608 780.284 653.442 780.176C653.277 780.067 653.147 779.912 653.07 779.729C653.014 779.607 652.983 779.476 652.979 779.342C652.974 779.208 652.997 779.074 653.046 778.949C653.094 778.824 653.167 778.71 653.261 778.614C653.354 778.518 653.466 778.441 653.59 778.389C659.897 775.457 665.974 772.054 671.77 768.209C671.88 768.131 672.006 768.076 672.138 768.048C672.27 768.02 672.407 768.019 672.54 768.045C672.672 768.071 672.799 768.124 672.91 768.201C673.022 768.277 673.117 768.375 673.19 768.489C673.266 768.6 673.32 768.724 673.347 768.855C673.374 768.987 673.375 769.122 673.349 769.254C673.323 769.385 673.27 769.51 673.195 769.621C673.119 769.732 673.022 769.827 672.91 769.899C667.014 773.807 660.833 777.266 654.42 780.249C654.287 780.308 654.144 780.338 654 780.339Z' fill='black'/%3E%3Cpath d='M534.53 711.899C534.367 711.901 534.205 711.864 534.06 711.789L482 684.789L481.9 684.729C480.81 683.996 479.903 683.023 479.25 681.883C478.596 680.744 478.213 679.47 478.13 678.159L476.94 661.779C476.93 661.648 476.946 661.516 476.987 661.391C477.028 661.266 477.094 661.15 477.18 661.05C477.266 660.95 477.37 660.868 477.488 660.809C477.605 660.75 477.734 660.714 477.865 660.704C477.996 660.694 478.128 660.71 478.253 660.752C478.378 660.793 478.494 660.858 478.594 660.944C478.694 661.03 478.776 661.135 478.835 661.252C478.894 661.37 478.93 661.498 478.94 661.629L480.13 678.019C480.191 679.013 480.477 679.98 480.967 680.846C481.458 681.712 482.139 682.456 482.96 683.019L534.96 709.949C535.18 710.041 535.361 710.208 535.469 710.421C535.577 710.634 535.605 710.879 535.548 711.111C535.491 711.343 535.354 711.547 535.159 711.686C534.965 711.825 534.728 711.89 534.49 711.869L534.53 711.899Z' fill='%2300CBA1'/%3E%3Cpath d='M479.84 616.019C480.37 615.444 481.081 615.069 481.855 614.956C482.629 614.843 483.418 615 484.09 615.399C503.56 627.919 534.22 646.199 532.72 650.539C531.9 652.919 515.95 670.599 506.35 680.419C505.735 681.214 504.867 681.775 503.89 682.009C502.915 682.008 501.967 681.688 501.19 681.099C487.07 672.579 466.45 656.549 452.64 647.099C452.212 646.808 451.852 646.428 451.582 645.987C451.312 645.545 451.139 645.051 451.075 644.538C451.011 644.024 451.056 643.503 451.209 643.008C451.362 642.514 451.617 642.057 451.96 641.669C457.64 635.309 472.68 622.899 479.84 616.019Z' fill='%2300CBA1'/%3E%3Cpath d='M574.92 556.479C575.309 556.187 575.774 556.016 576.259 555.986C576.744 555.956 577.228 556.068 577.65 556.309C595.17 566.359 621.8 579.189 621.96 583.849C622.14 588.769 602.44 600.779 592.84 610.599C592.219 611.392 591.349 611.953 590.37 612.189C589.399 612.193 588.453 611.877 587.68 611.289C576.17 604.339 551.11 589.929 542.25 584.849C541.902 584.653 541.609 584.373 541.398 584.035C541.187 583.696 541.064 583.31 541.042 582.912C541.019 582.514 541.096 582.116 541.267 581.756C541.438 581.395 541.697 581.083 542.02 580.849C549.21 575.479 567.58 561.979 574.92 556.479Z' fill='%2300CBA1'/%3E%3Cpath d='M541.96 711.899C540.744 711.911 539.565 711.478 538.645 710.683C537.724 709.888 537.125 708.784 536.96 707.579L533.83 663.039C533.812 662.774 533.899 662.512 534.073 662.312C534.248 662.111 534.495 661.988 534.76 661.969C535.025 661.951 535.287 662.038 535.488 662.213C535.688 662.387 535.812 662.634 535.83 662.899L538.94 707.369C539.029 707.862 539.24 708.325 539.554 708.716C539.868 709.106 540.275 709.412 540.737 709.605C541.2 709.798 541.703 709.872 542.201 709.82C542.7 709.768 543.177 709.593 543.59 709.309L588.35 677.979C588.901 677.541 589.345 676.982 589.649 676.346C589.952 675.71 590.106 675.014 590.1 674.309V616.019C590.1 615.754 590.205 615.5 590.393 615.312C590.581 615.125 590.835 615.019 591.1 615.019C591.365 615.019 591.62 615.125 591.807 615.312C591.995 615.5 592.1 615.754 592.1 616.019V674.309C592.109 675.331 591.882 676.342 591.439 677.262C590.995 678.183 590.345 678.99 589.54 679.619L544.84 710.979C543.998 711.576 542.992 711.897 541.96 711.899Z' fill='%2300CBA1'/%3E%3Cpath d='M534.53 652.699C534.302 652.715 534.075 652.652 533.887 652.521C533.699 652.39 533.563 652.198 533.499 651.978C533.436 651.758 533.45 651.523 533.54 651.312C533.629 651.101 533.788 650.927 533.99 650.819L590.65 615.159C590.764 615.088 590.89 615.039 591.022 615.017C591.155 614.994 591.29 614.998 591.421 615.027C591.552 615.057 591.676 615.112 591.786 615.19C591.895 615.267 591.988 615.366 592.06 615.479C592.132 615.593 592.18 615.719 592.203 615.852C592.225 615.984 592.222 616.12 592.192 616.251C592.162 616.382 592.107 616.505 592.03 616.615C591.952 616.725 591.854 616.818 591.74 616.889L535.1 652.549C534.928 652.651 534.73 652.703 534.53 652.699Z' fill='%2300CBA1'/%3E%3Cpath d='M486.38 613.039C486.147 613.058 485.914 612.995 485.723 612.86C485.532 612.725 485.394 612.528 485.333 612.302C485.272 612.076 485.293 611.836 485.391 611.623C485.489 611.411 485.658 611.24 485.87 611.139L534.02 583.139C534.135 583.07 534.262 583.024 534.395 583.006C534.528 582.987 534.664 582.995 534.793 583.029C534.923 583.064 535.044 583.124 535.15 583.207C535.256 583.289 535.344 583.392 535.41 583.509C535.479 583.624 535.524 583.752 535.543 583.885C535.562 584.018 535.554 584.153 535.52 584.283C535.485 584.412 535.425 584.534 535.342 584.64C535.26 584.746 535.157 584.834 535.04 584.899L486.89 612.899C486.735 612.991 486.559 613.039 486.38 613.039Z' fill='%2300CBA1'/%3E%3Cpath d='M513.66 621.259C513.489 621.255 513.322 621.207 513.175 621.119C513.028 621.031 512.905 620.908 512.82 620.759C500.63 600.479 497.69 579.049 504.1 559.109C489.94 558.949 468.79 556.839 461.41 546.389C457.16 540.389 458.36 532.849 464.98 524.029C473.06 513.239 490.24 503.559 512.84 496.869C504.584 492.318 496.776 486.998 489.52 480.979C476.24 469.669 470.52 458.739 472.94 449.379C476.28 436.509 485.78 428.139 500.41 425.189C503.933 424.496 507.51 424.105 511.1 424.019C512.629 418.871 514.572 413.855 516.91 409.019C516.966 408.895 517.048 408.783 517.149 408.692C517.25 408.6 517.369 408.53 517.498 408.486C517.627 408.442 517.764 408.425 517.901 408.436C518.037 408.447 518.169 408.485 518.29 408.549C518.535 408.711 518.712 408.958 518.787 409.241C518.863 409.525 518.832 409.827 518.7 410.089C516.532 414.582 514.716 419.236 513.27 424.009H513.39C524.28 424.177 535.087 425.932 545.47 429.219C561.41 434.069 576.75 441.879 587.55 450.649C599.46 460.319 604.93 470.419 602.95 479.099C601.63 484.879 597.72 489.519 591.66 492.649C600.18 495.709 605.03 500.489 606.08 506.889C606.88 511.739 605.43 515.589 601.89 518.019C598.99 520.019 594.59 521.019 589 521.159C589.2 521.809 589.38 522.469 589.53 523.159C591.34 530.879 586.41 538.229 575.29 544.409C560.89 552.409 536.16 558.149 512.29 559.039C510.6 559.099 508.57 559.149 506.29 559.149C499.8 578.629 502.58 599.619 514.53 619.519C514.68 619.773 514.734 620.071 514.683 620.361C514.632 620.651 514.478 620.913 514.25 621.099C514.077 621.218 513.869 621.274 513.66 621.259ZM515.72 498.479C494.36 504.479 475.18 513.949 466.53 525.479C460.62 533.359 459.43 539.919 463 544.969C468.26 552.429 483.67 556.729 504.86 556.849C506.336 552.739 508.173 548.766 510.35 544.979C517.499 532.61 527.67 522.257 539.91 514.889C541.79 513.769 543.67 512.769 545.55 511.889C535.295 508.148 525.325 503.666 515.72 498.479ZM548.6 512.949C533.253 519.95 520.488 531.585 512.1 546.219C510.149 549.622 508.476 553.177 507.1 556.849C508.76 556.849 510.46 556.849 512.19 556.739C535.81 555.859 560.19 550.209 574.37 542.349C581.45 538.409 589.49 531.989 587.55 523.699C587.354 522.835 587.107 521.984 586.81 521.149C577.37 520.969 564.96 518.459 550.81 513.699L548.6 512.949ZM567.35 506.229C569.069 506.224 570.785 506.365 572.48 506.649C580 507.979 585.36 512.199 588.16 518.949C593.7 518.949 598.01 517.949 600.78 516.069C603.55 514.189 604.69 511.249 604.04 507.289C602.8 499.749 594.96 495.909 588.57 494.009C586.559 494.792 584.489 495.414 582.38 495.869C571.79 498.189 558.88 497.159 546.97 493.029L545.45 492.489C536.497 493.593 527.63 495.304 518.91 497.609C528.452 502.597 538.337 506.897 548.49 510.479C554.431 507.821 560.843 506.373 567.35 506.219V506.229ZM551.78 511.659C565.17 516.139 576.9 518.589 585.86 518.919C583.23 513.459 578.57 510.029 572.16 508.919C566.35 507.869 559.23 508.859 551.78 511.649V511.659ZM510.43 426.329C507.182 426.438 503.948 426.81 500.76 427.439C486.76 430.269 478.04 437.869 474.88 450.029C472.13 460.609 481.99 471.719 490.75 479.179C498.552 485.614 506.981 491.249 515.91 495.999C517.95 495.433 520.03 494.889 522.15 494.369C528.51 492.819 534.88 491.599 541.15 490.699C530.6 485.959 521.89 478.879 516.25 470.369C510.17 461.279 505.1 446.849 510.43 426.319V426.329ZM550.98 491.889C561.76 495.049 572.91 495.629 581.98 493.639C582.86 493.439 583.71 493.229 584.54 492.989C575.3 490.999 563.54 490.729 550.98 491.879V491.889ZM564.84 488.889C573.84 488.889 581.99 489.789 588.47 491.629C595.28 488.809 599.62 484.279 600.94 478.509C602.7 470.799 597.5 461.509 586.31 452.509C575.71 443.899 560.61 436.209 544.89 431.429C534.438 428.112 523.546 426.386 512.58 426.309C508.22 442.619 509.97 457.179 517.83 469.039C524.37 478.909 534.58 485.929 545.64 490.129C552.01 489.338 558.421 488.923 564.84 488.889Z' fill='%2300A1F5'/%3E%3Cpath d='M537.66 407.119C527.52 407.119 513.81 401.219 509.75 392.729C508.844 390.809 508.397 388.705 508.444 386.582C508.491 384.46 509.03 382.377 510.02 380.499C510.152 380.266 510.372 380.095 510.631 380.023C510.89 379.952 511.166 379.987 511.4 380.119C511.633 380.252 511.804 380.472 511.875 380.731C511.947 380.989 511.912 381.266 511.78 381.499C510.958 383.089 510.512 384.847 510.478 386.636C510.443 388.425 510.82 390.199 511.58 391.819C515.9 400.819 532.94 406.819 542.03 404.569C544.108 404.08 546.066 403.175 547.784 401.908C549.503 400.641 550.947 399.04 552.03 397.199C552.149 396.957 552.36 396.771 552.616 396.684C552.872 396.597 553.152 396.615 553.395 396.734C553.637 396.854 553.823 397.064 553.91 397.32C553.997 397.576 553.979 397.857 553.86 398.099C552.66 400.211 551.036 402.052 549.089 403.505C547.143 404.957 544.916 405.991 542.55 406.539C540.95 406.932 539.307 407.127 537.66 407.119Z' fill='%2300A1F5'/%3E%3Cpath d='M561.55 381.549C558.013 381.526 554.483 381.235 550.99 380.679C531.52 377.729 504.99 361.209 505.99 341.019C506.47 330.929 511.99 323.689 521.06 321.169C521.191 321.134 521.328 321.124 521.463 321.142C521.598 321.159 521.728 321.203 521.846 321.271C521.964 321.339 522.067 321.429 522.15 321.537C522.233 321.645 522.294 321.768 522.33 321.899C522.365 322.03 522.375 322.167 522.357 322.302C522.34 322.437 522.296 322.567 522.228 322.685C522.16 322.803 522.07 322.907 521.962 322.99C521.854 323.073 521.731 323.134 521.6 323.169C516.79 324.509 508.6 328.619 508.02 341.169C507.62 349.449 512.56 358.119 521.91 365.579C530.466 372.352 540.585 376.87 551.34 378.719C571.97 381.849 580.09 375.669 583.26 369.929C587.04 363.079 585.15 354.749 583.11 352.389C582.933 352.185 582.845 351.919 582.865 351.65C582.885 351.381 583.011 351.13 583.215 350.954C583.419 350.778 583.685 350.69 583.954 350.709C584.223 350.729 584.473 350.855 584.65 351.059C587.07 353.859 589.33 363.149 585.04 370.909C582.1 376.029 575.76 381.549 561.55 381.549Z' fill='black'/%3E%3Cpath d='M550.77 372.239C550.683 372.249 550.596 372.249 550.51 372.239C549.94 372.089 536.39 368.469 527.15 361.069C510.86 348.019 513.93 338.479 514.07 338.069C514.157 337.815 514.342 337.605 514.584 337.487C514.826 337.369 515.105 337.352 515.36 337.439C515.614 337.527 515.824 337.712 515.942 337.954C516.06 338.196 516.077 338.475 515.99 338.729C515.99 338.869 513.42 347.459 528.43 359.469C537.33 366.599 550.89 370.219 551.03 370.259C551.295 370.294 551.536 370.432 551.699 370.644C551.862 370.856 551.934 371.124 551.9 371.389C551.865 371.654 551.727 371.895 551.515 372.058C551.303 372.221 551.035 372.294 550.77 372.259V372.239Z' fill='black'/%3E%3Cpath d='M557.76 389.479C553.989 389.443 550.232 389.014 546.55 388.199C529.28 384.549 508.64 375.069 502.5 359.429C500.6 354.599 501.95 349.719 506.5 344.949C506.686 344.753 506.941 344.639 507.212 344.631C507.482 344.624 507.744 344.724 507.94 344.909C508.136 345.095 508.251 345.351 508.258 345.621C508.266 345.891 508.165 346.153 507.98 346.349C503.98 350.569 502.78 354.599 504.38 358.679C510.23 373.569 530.21 382.679 546.96 386.209C563.48 389.709 574.96 385.579 579.41 374.589C579.511 374.337 579.707 374.136 579.957 374.029C580.206 373.922 580.488 373.918 580.74 374.019C580.992 374.12 581.193 374.317 581.3 374.566C581.407 374.816 581.411 375.097 581.31 375.349C579.02 381.059 573.04 389.479 557.76 389.479Z' fill='black'/%3E%3Cpath d='M549.29 398.909C545.49 398.862 541.711 398.341 538.04 397.359C522.47 393.359 499.38 380.109 503.74 361.599C503.768 361.468 503.822 361.344 503.9 361.234C503.977 361.125 504.075 361.032 504.189 360.961C504.303 360.89 504.43 360.843 504.562 360.822C504.695 360.801 504.83 360.807 504.96 360.839C505.092 360.867 505.217 360.922 505.328 361C505.438 361.078 505.532 361.177 505.603 361.292C505.674 361.407 505.721 361.535 505.741 361.669C505.761 361.802 505.754 361.939 505.72 362.069C501.91 378.249 522.62 391.289 538.55 395.389C553.07 399.119 563.66 395.749 570.02 385.389C570.161 385.16 570.387 384.996 570.648 384.933C570.91 384.87 571.186 384.914 571.415 385.054C571.644 385.195 571.809 385.421 571.871 385.682C571.934 385.944 571.891 386.22 571.75 386.449C566.67 394.729 559.1 398.909 549.29 398.909Z' fill='black'/%3E%3Cpath d='M524.21 314.759C533.58 292.099 531.01 283.939 528.05 273.689C524.05 259.989 518.05 242.259 524.21 225.739C536.84 191.819 566.1 187.909 602.67 197.479C646.8 208.989 663.61 239.139 663.76 259.859C663.89 277.939 660.08 303.269 613.52 311.909C599.52 314.499 593.29 338.539 585.52 349.529C576.17 362.819 555.28 363.709 539.52 354.799C529.72 349.189 515.39 336.089 524.21 314.759Z' fill='%2300A1F5'/%3E%3Cpath d='M544.93 330.579C544.751 330.582 544.575 330.537 544.42 330.449C544.189 330.319 544.02 330.103 543.949 329.848C543.877 329.593 543.91 329.32 544.04 329.089C544.213 328.792 544.403 328.505 544.61 328.229C545.3 327.229 546.74 325.089 548.61 322.229C548.683 322.118 548.777 322.021 548.887 321.946C548.997 321.871 549.121 321.818 549.251 321.791C549.382 321.763 549.516 321.762 549.647 321.787C549.778 321.811 549.903 321.861 550.015 321.934C550.126 322.007 550.222 322.101 550.298 322.211C550.373 322.321 550.426 322.445 550.453 322.576C550.481 322.706 550.482 322.841 550.457 322.972C550.433 323.103 550.383 323.228 550.31 323.339C548.42 326.239 546.97 328.339 546.31 329.389C546.04 329.799 545.87 330.039 545.83 330.119C545.73 330.265 545.596 330.384 545.439 330.465C545.281 330.545 545.106 330.585 544.93 330.579ZM553.93 316.909C553.738 316.909 553.551 316.853 553.39 316.749C553.275 316.68 553.176 316.588 553.097 316.479C553.019 316.371 552.963 316.248 552.933 316.117C552.903 315.986 552.9 315.851 552.924 315.719C552.947 315.587 552.997 315.462 553.07 315.349C554.51 313.049 555.95 310.709 557.33 308.409C557.397 308.293 557.488 308.192 557.596 308.111C557.704 308.031 557.827 307.973 557.957 307.942C558.088 307.91 558.224 307.905 558.357 307.927C558.489 307.949 558.616 307.997 558.73 308.069C558.845 308.136 558.946 308.226 559.027 308.332C559.107 308.439 559.165 308.561 559.198 308.69C559.231 308.82 559.237 308.955 559.217 309.087C559.196 309.219 559.15 309.346 559.08 309.459C557.69 311.769 556.24 314.119 554.79 316.459C554.693 316.607 554.558 316.727 554.4 316.806C554.242 316.885 554.066 316.92 553.89 316.909H553.93ZM570.66 316.909C570.529 316.908 570.4 316.881 570.28 316.829C570.154 316.781 570.039 316.708 569.942 316.614C569.845 316.52 569.768 316.408 569.716 316.284C569.664 316.159 569.637 316.026 569.638 315.891C569.638 315.756 569.666 315.623 569.72 315.499C570.72 312.909 571.83 310.369 572.86 307.949C572.91 307.825 572.984 307.712 573.079 307.618C573.174 307.523 573.286 307.448 573.41 307.398C573.534 307.348 573.667 307.323 573.801 307.325C573.935 307.326 574.067 307.355 574.19 307.409C574.315 307.459 574.429 307.534 574.524 307.63C574.62 307.725 574.695 307.839 574.746 307.964C574.796 308.089 574.821 308.223 574.818 308.358C574.815 308.493 574.785 308.626 574.73 308.749C573.73 311.159 572.65 313.689 571.6 316.269C571.521 316.462 571.384 316.625 571.209 316.736C571.033 316.847 570.827 316.901 570.62 316.889L570.66 316.909ZM562.35 302.909C562.169 302.916 561.99 302.873 561.832 302.786C561.674 302.699 561.542 302.571 561.451 302.415C561.359 302.259 561.312 302.082 561.313 301.901C561.315 301.72 561.366 301.544 561.46 301.389C562.84 298.989 564.18 296.609 565.46 294.289C565.592 294.052 565.814 293.877 566.075 293.803C566.337 293.729 566.617 293.762 566.855 293.894C567.092 294.027 567.267 294.248 567.341 294.51C567.415 294.772 567.382 295.052 567.25 295.289C565.98 297.619 564.63 300.029 563.25 302.429C563.155 302.591 563.016 302.722 562.85 302.809C562.684 302.896 562.497 302.934 562.31 302.919L562.35 302.909ZM577.06 301.859C576.915 301.858 576.772 301.828 576.64 301.769C576.399 301.667 576.208 301.475 576.107 301.234C576.006 300.993 576.003 300.722 576.1 300.479C577.36 297.689 578.53 295.189 579.59 293.059C579.71 292.817 579.922 292.632 580.179 292.546C580.436 292.459 580.717 292.479 580.96 292.599C581.202 292.72 581.387 292.932 581.473 293.189C581.56 293.446 581.54 293.727 581.42 293.969C580.42 296.079 579.21 298.549 577.96 301.319C577.873 301.492 577.738 301.636 577.571 301.733C577.404 301.831 577.213 301.878 577.02 301.869L577.06 301.859ZM615.63 290.109C615.364 290.109 615.11 290.004 614.923 289.816C614.735 289.629 614.63 289.374 614.63 289.109C614.63 288.844 614.735 288.59 614.923 288.402C615.11 288.215 615.364 288.109 615.63 288.109C618.306 288.022 620.976 287.798 623.63 287.439C623.895 287.403 624.163 287.474 624.376 287.637C624.589 287.799 624.729 288.039 624.765 288.304C624.8 288.569 624.729 288.838 624.567 289.051C624.405 289.264 624.165 289.403 623.9 289.439C621.2 289.799 618.44 290.039 615.68 290.129L615.63 290.109ZM607.49 289.959H607.42C604.666 289.772 601.928 289.411 599.22 288.879C598.954 288.826 598.721 288.67 598.571 288.445C598.421 288.22 598.367 287.944 598.42 287.679C598.473 287.414 598.629 287.181 598.854 287.031C599.079 286.881 599.354 286.826 599.62 286.879C602.243 287.38 604.895 287.714 607.56 287.879C607.694 287.887 607.825 287.921 607.946 287.981C608.066 288.04 608.173 288.123 608.261 288.225C608.349 288.326 608.415 288.445 608.456 288.573C608.497 288.701 608.512 288.835 608.5 288.969C608.5 289.105 608.472 289.239 608.419 289.364C608.366 289.489 608.288 289.601 608.189 289.695C608.091 289.788 607.975 289.861 607.848 289.908C607.721 289.955 607.585 289.976 607.45 289.969L607.49 289.959ZM570.1 288.589C569.94 288.59 569.782 288.552 569.64 288.479C569.518 288.421 569.41 288.339 569.321 288.237C569.232 288.136 569.165 288.018 569.123 287.89C569.081 287.762 569.065 287.627 569.077 287.493C569.088 287.359 569.127 287.228 569.19 287.109C570.46 284.619 571.66 282.159 572.77 279.809C572.828 279.684 572.911 279.573 573.014 279.482C573.118 279.39 573.239 279.322 573.37 279.279C571.72 278.509 570.13 277.749 568.63 276.989C568.388 276.869 568.205 276.657 568.119 276.401C568.034 276.145 568.054 275.866 568.175 275.624C568.295 275.383 568.507 275.199 568.763 275.114C569.019 275.029 569.298 275.049 569.54 275.169C571.81 276.309 574.27 277.469 576.86 278.619C577.106 278.728 577.3 278.93 577.397 279.182C577.495 279.433 577.488 279.713 577.38 279.959C577.271 280.206 577.069 280.399 576.817 280.497C576.566 280.594 576.286 280.588 576.04 280.479L574.63 279.849C574.689 279.98 574.72 280.121 574.72 280.264C574.72 280.407 574.689 280.549 574.63 280.679C573.52 283.049 572.3 285.519 571.03 288.029C570.945 288.202 570.812 288.347 570.647 288.446C570.482 288.546 570.292 288.595 570.1 288.589ZM631.71 287.919C631.444 287.952 631.177 287.879 630.966 287.715C630.755 287.551 630.618 287.309 630.585 287.044C630.552 286.779 630.625 286.512 630.789 286.301C630.953 286.09 631.194 285.952 631.46 285.919C634.049 285.279 636.587 284.443 639.05 283.419C639.299 283.315 639.58 283.313 639.83 283.415C640.08 283.517 640.28 283.715 640.385 283.964C640.489 284.214 640.491 284.494 640.389 284.745C640.286 284.995 640.089 285.195 639.84 285.299C637.283 286.364 634.649 287.23 631.96 287.889C631.879 287.914 631.794 287.924 631.71 287.919ZM584.47 287.359C584.266 287.359 584.067 287.296 583.9 287.179C583.787 287.107 583.69 287.012 583.615 286.901C583.539 286.79 583.487 286.665 583.461 286.534C583.435 286.402 583.435 286.267 583.463 286.135C583.49 286.004 583.543 285.88 583.62 285.769L583.89 285.389C584.17 284.989 584.45 284.569 584.74 284.119L583.58 283.649C583.454 283.602 583.339 283.53 583.242 283.437C583.145 283.345 583.068 283.233 583.015 283.11C582.962 282.987 582.934 282.854 582.933 282.72C582.932 282.586 582.958 282.453 583.01 282.329C583.057 282.203 583.129 282.087 583.223 281.989C583.316 281.891 583.428 281.813 583.553 281.76C583.677 281.706 583.811 281.679 583.946 281.679C584.081 281.679 584.215 281.706 584.34 281.759L585.82 282.349C586.4 281.349 587.02 280.219 587.74 278.869C587.802 278.751 587.887 278.646 587.99 278.561C588.093 278.476 588.211 278.411 588.339 278.372C588.467 278.333 588.601 278.319 588.734 278.331C588.867 278.343 588.996 278.382 589.115 278.444C589.233 278.507 589.338 278.592 589.423 278.695C589.508 278.797 589.572 278.916 589.612 279.044C589.651 279.171 589.665 279.306 589.653 279.439C589.641 279.572 589.602 279.701 589.54 279.819C588.88 281.069 588.29 282.149 587.74 283.099C589.1 283.619 590.49 284.149 591.91 284.669C592.036 284.715 592.152 284.786 592.25 284.876C592.349 284.967 592.429 285.076 592.486 285.198C592.543 285.32 592.575 285.451 592.581 285.585C592.586 285.719 592.566 285.853 592.52 285.979C592.474 286.105 592.403 286.221 592.313 286.32C592.222 286.419 592.113 286.499 591.991 286.556C591.869 286.612 591.738 286.644 591.604 286.65C591.47 286.656 591.336 286.635 591.21 286.589L586.67 284.869C586.29 285.479 585.92 286.029 585.56 286.559L585.31 286.909C585.218 287.048 585.093 287.162 584.947 287.241C584.8 287.319 584.636 287.36 584.47 287.359ZM646.55 281.419C646.328 281.435 646.107 281.377 645.922 281.253C645.737 281.129 645.599 280.948 645.529 280.737C645.459 280.525 645.461 280.297 645.536 280.087C645.61 279.878 645.752 279.699 645.94 279.579C646.15 279.419 646.37 279.259 646.57 279.089C647.408 278.403 648.091 277.546 648.572 276.575C649.053 275.604 649.322 274.542 649.36 273.459C649.38 273.194 649.504 272.948 649.706 272.774C649.907 272.601 650.169 272.514 650.435 272.534C650.7 272.554 650.946 272.679 651.12 272.88C651.293 273.082 651.38 273.344 651.36 273.609C651.296 274.97 650.948 276.302 650.339 277.519C649.729 278.737 648.871 279.813 647.82 280.679C647.59 280.859 647.36 281.039 647.12 281.209C646.956 281.337 646.757 281.41 646.55 281.419ZM577.01 273.809C576.876 273.809 576.743 273.782 576.62 273.729C576.495 273.68 576.381 273.606 576.285 273.512C576.189 273.418 576.114 273.305 576.062 273.181C576.011 273.057 575.985 272.924 575.986 272.789C575.988 272.655 576.016 272.522 576.07 272.399C577.17 269.789 578.16 267.249 579.02 264.849C579.062 264.722 579.13 264.604 579.219 264.503C579.308 264.403 579.417 264.321 579.538 264.263C579.659 264.205 579.791 264.172 579.925 264.166C580.06 264.161 580.194 264.182 580.32 264.229C580.448 264.272 580.567 264.34 580.669 264.43C580.77 264.519 580.853 264.629 580.911 264.751C580.969 264.874 581.001 265.007 581.006 265.142C581.011 265.278 580.989 265.413 580.94 265.539C580.07 267.969 579.06 270.539 577.94 273.189C577.864 273.373 577.735 273.531 577.569 273.641C577.404 273.752 577.209 273.81 577.01 273.809ZM561.94 273.199C561.757 273.198 561.578 273.149 561.42 273.059C559.051 271.661 556.758 270.139 554.55 268.499C554.334 268.337 554.19 268.096 554.152 267.829C554.114 267.562 554.183 267.29 554.345 267.074C554.506 266.858 554.747 266.715 555.015 266.677C555.282 266.638 555.554 266.708 555.77 266.869C557.922 268.464 560.155 269.946 562.46 271.309C562.666 271.413 562.829 271.586 562.923 271.797C563.016 272.008 563.034 272.244 562.973 272.467C562.911 272.689 562.775 272.884 562.587 273.017C562.399 273.151 562.17 273.215 561.94 273.199ZM592.4 273.119C592.223 273.124 592.048 273.082 591.892 272.998C591.737 272.913 591.607 272.788 591.515 272.637C591.424 272.485 591.374 272.312 591.371 272.135C591.369 271.958 591.413 271.784 591.5 271.629C593.01 268.769 594.31 266.499 595.59 264.489C595.659 264.373 595.751 264.273 595.861 264.193C595.97 264.114 596.094 264.058 596.226 264.028C596.358 263.998 596.495 263.995 596.627 264.019C596.76 264.044 596.887 264.095 597 264.169C597.115 264.24 597.215 264.332 597.293 264.442C597.371 264.552 597.426 264.676 597.455 264.808C597.484 264.94 597.486 265.076 597.461 265.209C597.436 265.341 597.385 265.467 597.31 265.579C596.06 267.579 594.79 269.769 593.31 272.579C593.224 272.745 593.093 272.884 592.932 272.979C592.771 273.075 592.587 273.123 592.4 273.119ZM648.77 266.649C648.572 266.651 648.378 266.594 648.212 266.485C648.046 266.377 647.917 266.222 647.84 266.039C646.754 263.66 645.314 261.458 643.57 259.509C643.391 259.306 643.3 259.041 643.316 258.771C643.333 258.501 643.457 258.248 643.66 258.069C643.863 257.89 644.128 257.799 644.398 257.816C644.668 257.833 644.921 257.956 645.1 258.159C646.98 260.268 648.531 262.648 649.7 265.219C649.756 265.341 649.787 265.473 649.791 265.607C649.795 265.741 649.772 265.874 649.724 265.999C649.675 266.124 649.602 266.238 649.509 266.335C649.415 266.431 649.303 266.507 649.18 266.559C649.051 266.618 648.911 266.649 648.77 266.649ZM549.02 263.359C548.883 263.36 548.748 263.333 548.623 263.28C548.497 263.226 548.384 263.148 548.29 263.049C546.331 261.055 544.619 258.832 543.19 256.429C543.057 256.196 543.023 255.919 543.094 255.661C543.165 255.402 543.336 255.182 543.57 255.049C543.803 254.917 544.08 254.882 544.338 254.953C544.597 255.025 544.817 255.196 544.95 255.429C546.299 257.691 547.91 259.785 549.75 261.669C549.896 261.81 549.996 261.991 550.036 262.19C550.077 262.388 550.056 262.594 549.977 262.781C549.898 262.967 549.764 263.125 549.593 263.234C549.422 263.343 549.222 263.397 549.02 263.389V263.359ZM601.3 259.479C601.052 259.479 600.813 259.386 600.63 259.219C600.527 259.132 600.443 259.025 600.382 258.905C600.322 258.784 600.286 258.653 600.278 258.518C600.269 258.384 600.288 258.249 600.333 258.122C600.378 257.995 600.448 257.878 600.54 257.779C602.381 255.666 604.489 253.801 606.81 252.229C606.92 252.151 607.045 252.097 607.178 252.068C607.31 252.04 607.447 252.039 607.58 252.065C607.712 252.091 607.838 252.144 607.95 252.221C608.062 252.297 608.157 252.395 608.23 252.509C608.306 252.62 608.358 252.745 608.385 252.877C608.411 253.009 608.411 253.144 608.384 253.276C608.357 253.407 608.304 253.532 608.227 253.643C608.151 253.753 608.053 253.847 607.94 253.919C605.767 255.4 603.791 257.15 602.06 259.129C601.966 259.239 601.849 259.327 601.718 259.388C601.587 259.448 601.444 259.479 601.3 259.479ZM582.46 258.479H582.19C582.059 258.446 581.936 258.386 581.828 258.304C581.721 258.222 581.632 258.119 581.565 258.001C581.499 257.883 581.457 257.753 581.442 257.619C581.428 257.485 581.44 257.349 581.48 257.219C582.204 254.641 582.782 252.023 583.21 249.379C583.251 249.114 583.396 248.876 583.612 248.718C583.829 248.559 584.099 248.493 584.365 248.534C584.63 248.575 584.868 248.72 585.026 248.937C585.185 249.153 585.251 249.424 585.21 249.689C584.77 252.414 584.176 255.112 583.43 257.769C583.367 257.977 583.238 258.158 583.063 258.286C582.888 258.414 582.676 258.482 582.46 258.479ZM638.17 254.589C637.975 254.591 637.784 254.535 637.62 254.429C635.419 253 633.029 251.886 630.52 251.119C630.388 251.081 630.266 251.016 630.159 250.93C630.053 250.844 629.964 250.738 629.899 250.618C629.834 250.498 629.792 250.366 629.778 250.229C629.763 250.093 629.776 249.956 629.815 249.824C629.853 249.693 629.918 249.571 630.004 249.464C630.09 249.358 630.196 249.269 630.316 249.204C630.436 249.138 630.568 249.097 630.705 249.083C630.841 249.068 630.978 249.081 631.11 249.119C633.803 249.941 636.368 251.136 638.73 252.669C638.928 252.78 639.083 252.956 639.168 253.167C639.253 253.377 639.264 253.611 639.199 253.829C639.134 254.047 638.996 254.236 638.809 254.365C638.622 254.494 638.396 254.556 638.17 254.539V254.589ZM614.74 250.809C614.474 250.844 614.206 250.771 613.995 250.608C613.783 250.445 613.644 250.204 613.61 249.939C613.575 249.674 613.648 249.406 613.811 249.194C613.974 248.982 614.214 248.844 614.48 248.809C617.195 248.068 620.006 247.731 622.82 247.809C623.085 247.816 623.337 247.928 623.519 248.12C623.702 248.312 623.801 248.569 623.795 248.834C623.788 249.1 623.676 249.351 623.484 249.534C623.292 249.717 623.035 249.816 622.77 249.809C620.154 249.719 617.54 250.012 615.01 250.679C614.925 250.724 614.834 250.755 614.74 250.769V250.809ZM541.02 249.459C540.788 249.465 540.563 249.39 540.38 249.248C540.198 249.106 540.07 248.905 540.02 248.679C539.76 247.611 539.56 246.529 539.42 245.439C539.263 244.229 539.183 243.01 539.18 241.789C539.18 241.279 539.18 240.789 539.18 240.299C539.188 240.168 539.222 240.04 539.281 239.922C539.339 239.803 539.42 239.698 539.519 239.611C539.617 239.524 539.732 239.458 539.857 239.416C539.982 239.373 540.113 239.356 540.245 239.364C540.376 239.373 540.504 239.407 540.622 239.465C540.74 239.523 540.846 239.604 540.933 239.703C541.02 239.802 541.086 239.917 541.128 240.042C541.171 240.166 541.188 240.298 541.18 240.429C541.18 240.869 541.18 241.329 541.18 241.789C541.195 243.949 541.46 246.1 541.97 248.199C542.004 248.329 542.011 248.465 541.992 248.598C541.972 248.731 541.926 248.859 541.856 248.974C541.786 249.089 541.694 249.188 541.584 249.266C541.475 249.345 541.351 249.4 541.22 249.429L541.02 249.459ZM584.75 242.409C584.484 242.409 584.23 242.304 584.043 242.116C583.855 241.929 583.75 241.674 583.75 241.409C583.688 238.817 583.142 236.26 582.14 233.869C582.028 233.623 582.019 233.342 582.115 233.089C582.211 232.835 582.403 232.631 582.65 232.519C582.896 232.408 583.177 232.399 583.43 232.495C583.683 232.59 583.888 232.783 584 233.029C585.112 235.659 585.716 238.475 585.78 241.329C585.788 241.466 585.768 241.602 585.721 241.73C585.675 241.859 585.603 241.976 585.509 242.075C585.415 242.175 585.302 242.254 585.177 242.308C585.051 242.362 584.916 242.39 584.78 242.389L584.75 242.409ZM542.31 233.569C542.147 233.567 541.986 233.53 541.84 233.459C541.719 233.4 541.612 233.317 541.524 233.215C541.436 233.114 541.37 232.996 541.329 232.868C541.288 232.74 541.273 232.605 541.285 232.471C541.297 232.338 541.336 232.208 541.4 232.089C542.724 229.53 544.616 227.307 546.93 225.589C547.036 225.506 547.158 225.446 547.289 225.411C547.42 225.377 547.556 225.369 547.69 225.389C547.823 225.408 547.951 225.455 548.067 225.525C548.182 225.596 548.281 225.689 548.36 225.799C548.441 225.906 548.5 226.027 548.534 226.157C548.567 226.286 548.575 226.421 548.555 226.554C548.535 226.686 548.489 226.813 548.42 226.928C548.35 227.042 548.258 227.141 548.15 227.219C546.082 228.75 544.392 230.734 543.21 233.019C543.12 233.178 542.989 233.31 542.831 233.4C542.672 233.49 542.492 233.534 542.31 233.529V233.569ZM578.03 228.169C577.801 228.17 577.578 228.093 577.4 227.949C575.359 226.332 573.046 225.092 570.57 224.289C570.443 224.247 570.326 224.179 570.225 224.091C570.124 224.004 570.042 223.897 569.982 223.777C569.923 223.657 569.888 223.527 569.879 223.393C569.87 223.26 569.887 223.126 569.93 222.999C569.972 222.873 570.04 222.755 570.128 222.655C570.215 222.554 570.322 222.472 570.442 222.412C570.562 222.353 570.692 222.317 570.826 222.308C570.959 222.299 571.093 222.317 571.22 222.359C573.922 223.237 576.445 224.592 578.67 226.359C578.845 226.486 578.975 226.666 579.04 226.872C579.104 227.078 579.1 227.3 579.028 227.504C578.956 227.708 578.82 227.883 578.64 228.003C578.46 228.123 578.246 228.181 578.03 228.169ZM554.84 223.909C554.613 223.916 554.39 223.846 554.208 223.71C554.026 223.573 553.896 223.379 553.84 223.159C553.802 223.031 553.79 222.897 553.805 222.764C553.819 222.631 553.861 222.503 553.926 222.387C553.991 222.27 554.079 222.168 554.185 222.086C554.29 222.004 554.411 221.944 554.54 221.909C557.263 221.156 560.085 220.819 562.91 220.909C563.175 220.909 563.429 221.015 563.617 221.202C563.804 221.39 563.91 221.644 563.91 221.909C563.91 222.174 563.804 222.429 563.617 222.616C563.429 222.804 563.175 222.909 562.91 222.909C560.281 222.829 557.655 223.142 555.12 223.839C555.029 223.865 554.934 223.875 554.84 223.869V223.909Z' fill='white'/%3E%3Cpath d='M667.53 249.479C776.32 268.309 836.19 380.999 833.99 414.279C832.81 432.119 821.89 451.219 804.12 453.109C786.35 454.999 770.74 438.849 767.58 421.379C764.42 403.909 770.88 386.119 779.18 370.439C808.68 314.749 860.78 282.829 902.32 235.439C943.86 188.049 992.32 80.4392 957.1 0.64917' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M2 311.479C36.73 264.599 104.37 255.679 161.65 266.729C218.93 277.779 272.65 305.729 330.23 315.239C387.81 324.749 475.43 308.389 506.32 258.889' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1900px) {
  .services-body {
    background-size: 50vw;
    background-position-y: 80px;
  }
}
@media only screen and (max-width: 1600px) {
  .services-body {
    background-size: 50vw;
    background-position-y: 128px;
  }
}
@media only screen and (max-width: 1024px) {
  .services-body {
    background: none;
  }
}
.layer.services-hero-layer {
  padding-top: 80px;
  padding-bottom: 224px;
}
@media only screen and (max-width: 1024px) {
  .layer.services-hero-layer {
    padding-bottom: 32px;
  }
}
.layer.services-details-layer {
  padding: 88px 0;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .layer.services-details-layer {
    padding-top: 32px;
  }
}
.layer.services-list-layer {
  padding-bottom: 128px;
}
@media only screen and (max-width: 1024px) {
  .layer.services-list-layer {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .container.services-list-container {
    padding-bottom: 16px;
  }
}
.hl {
  display: inline-block;
  position: relative;
}
.hl__text {
  display: inline-block;
  position: relative;
  font-weight: 600;
  z-index: 1000;
}
.hl__bg {
  display: block;
  z-index: 900;
  position: absolute;
  content: "";
  background: rgba(0,203,161,0.38);
  padding: 1px 0;
  height: 5px;
  width: 100%;
  top: 26px;
  left: -2px;
}
@media only screen and (max-width: 1024px) {
  .hl__bg {
    display: none;
  }
}
.services-list {
  margin-top: 104px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  .services-list {
    margin-top: 0;
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .services-list .swiper-slide {
    width: auto;
  }
}
.services-list .swiper-wrapper {
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .services-list .swiper-wrapper {
    flex-direction: row;
  }
}
.services__title {
  font-weight: bold;
  font-size: 80px;
  margin-bottom: 32px;
  line-height: 88px;
}
@media only screen and (max-width: 1024px) {
  .services__title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}
.service {
  padding-left: 440px;
  background: left center no-repeat;
  margin-bottom: 64px;
}
.service--illustrations {
  background-image: url("data:image/svg+xml,%3Csvg width='549' height='384' viewBox='0 0 549 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1699 92.91C46.9999 149.41 63.2199 216.48 61.6899 280.8C71.1799 268.16 86.0999 260.7 101.19 256.02C125.54 248.47 149.3 248.37 174.26 243.17C211.83 235.35 234.38 219.37 270.91 224.78C313.17 231 335.22 302.26 318 353.91C311.52 373.36 292.39 381.91 280 376.64C270.46 372.57 266.12 360.45 268.66 350.39C273.66 330.65 302.93 313.75 332.94 320.92C345.08 323.81 356 330.29 367.3 335.62C407.531 354.441 452.985 358.95 496.13 348.4C510.75 344.77 526.34 337.82 535.13 326.4' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6602 92.6201C42.6602 71.8601 77.0602 63.5401 110.66 58.1601C144.26 52.7801 178.66 49.7001 210.45 37.4001C223.26 32.4001 238.04 23.4001 241.28 10.0901' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M241.62 9.92004C248.48 24.38 255.297 38.8567 262.07 53.35C272.46 75.61 282.88 98.69 289.65 122.35' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M176.09 155.13L324.12 190.22' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M330.38 162.57L167.48 126.17' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M104.669 124.928C106.348 118.906 105.393 113.379 102.537 112.582C99.6798 111.785 96.0027 116.022 94.3236 122.044C92.6444 128.066 93.5991 133.594 96.4559 134.39C99.3127 135.187 102.99 130.951 104.669 124.928Z' fill='%2300CBA1' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M334.488 178.255C336.567 170.585 335.35 163.58 331.768 162.608C328.186 161.637 323.596 167.068 321.516 174.738C319.436 182.409 320.654 189.414 324.236 190.385C327.818 191.357 332.408 185.926 334.488 178.255Z' fill='%2300CBA1' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M132.68 119.12L119.18 115.69C115.93 114.79 111.86 119.26 110.09 125.69C108.32 132.12 109.52 138.03 112.76 138.92L136.54 144.92' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M102.72 112.32L79.7201 113.32C78.9666 113.352 78.241 113.615 77.6411 114.072C77.0412 114.529 76.5958 115.159 76.3648 115.877C76.1338 116.595 76.1284 117.366 76.3493 118.087C76.5701 118.808 77.0067 119.445 77.6001 119.91L95.6801 134.12' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M188.93 176.65L217.3 178.22' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M214.37 204.04L238.43 188.98' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M241.96 175.87L234.91 201.89' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M134.54 122.26C141.39 119.13 148.24 116 149.22 113.07C150.2 110.14 148.83 104.26 148.83 104.26' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M224.61 206.52C208.96 205.74 195.39 194.52 190.43 180.43C183.84 161.68 178.43 156.17 165.91 147.04C153.91 138.31 144.26 142.09 138 145.22C131.74 148.35 127.58 154.87 129.65 160.87C132 167.65 141.78 176.26 145.3 184.09C148.82 191.92 164.3 228.92 175.04 244.74C186.78 261.96 218.09 306.57 275.22 307.74' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M134.35 158.52C135.91 162.7 141.91 170.52 144.78 171.04C147.65 171.56 159.13 168.96 159.65 161.39C160.17 153.82 148.65 145.48 148.65 145.48' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M213.39 135.83L204.78 127.48L173.48 123.83C173.48 123.83 169.04 127.48 150.78 129.57C132.52 131.66 131.78 114.17 131.78 114.17C131.78 114.17 156.56 97.17 170.13 93.83C183.7 90.49 219.43 97.22 224.39 99.83C229.35 102.44 260.39 122.52 269 128.83' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M195.39 93.3C201.16 90.2521 207.873 89.5086 214.17 91.22C220.43 93.04 251.22 107.65 268.43 116.78C268.43 116.78 289.3 126.96 293.48 129.04C297.66 131.12 303.48 134.91 304.96 145.35C305.74 151.01 306.26 156.04 306.26 156.04' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M278.09 134C283.83 135.3 292.7 136.35 297.09 149.13' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M118.43 140.52C115.04 142.87 106.96 159.3 125.22 165.52' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M129.65 160.87C125.74 164.26 118.43 172.61 125.22 179.65C132.01 186.69 138.52 184.09 143.74 182.52' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M134.15 184.67C135.33 191.52 137.87 199.35 151.96 199.93' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M319.34 225.47C321.68 232.71 324.07 238.7 326.09 241.47C333.29 251.39 350.61 264.16 350.61 264.16' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M310.69 191.75C312.946 203.142 315.833 214.399 319.34 225.47' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-bottom: 68px;
}
.service--icons {
  background-image: url("data:image/svg+xml,%3Csvg width='334' height='384' viewBox='0 0 334 384' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M247.65 65.84C255.42 53.34 217.2 33.46 191.38 31.37C179.29 30.37 163.5 31.72 156.3 40.37C148.66 49.59 163.89 61.83 171.67 65C211.89 81 243.1 73.15 247.65 65.84Z' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M293.02 89.43C270.02 72.56 259.02 95.43 249.02 98.86C238.37 102.51 218.95 94.97 206.02 107.86C183.23 130.47 198.2 155.52 213.77 164.17C225.77 170.82 230.42 178.38 242.14 182.05C251.9 185.1 265.9 174.29 265.9 174.29C265.9 174.29 279.9 177.67 288.9 174.78C305.94 169.3 317.5 107.4 293.02 89.43Z' fill='%2300CBA1' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M242.3 93.84C242.3 93.84 236.14 65.25 211.79 52.78' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M238.34 62.32C252.34 63.32 273.51 27.32 254.24 11.37C234.97 -4.58001 226.13 61.41 238.34 62.32Z' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M260.92 193.61L266.35 184.08L268.34 189.19' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M112.76 192.28C140.34 238.84 93.48 276 93.48 276' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42.21 242.88C42.21 242.88 55.39 218.88 70.66 194.63C80.17 179.51 130.54 155.07 130.54 155.07C130.54 155.07 162.13 136.75 173.61 138.92C178.55 139.86 185.04 148.31 181.85 158.23C176.85 173.88 148.68 182.83 148.68 182.83C148.68 182.83 134.68 189.5 121.23 211.83' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M201.62 254.82C201.62 254.82 244.87 246.15 257.55 252.64C263.77 255.82 261.46 269.41 253.77 270.91C233.145 275.033 213.079 281.578 193.99 290.41C193.99 290.41 177.75 301.09 165.85 307.41C144.2 318.98 117.46 323.41 117.46 323.41C67.8 331.69 59.79 377 59.79 377' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M127.77 201.83L159.57 194.71C159.57 194.71 182.16 188.9 195.25 188.26C211.06 187.5 232.35 187.77 242.91 194.88C252.04 201.02 251.15 209.37 251.15 209.37' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M139.68 175C139.68 175 143.45 180.45 148.68 182.86' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M225.01 206.08C225.01 206.08 221.41 211.87 226.27 219.52' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M209.94 188C209.94 188 207.09 194 209.41 198.91' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M234 229.17C234 229.17 230.57 234.9 234.94 242.17' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M135.25 182.09C138.137 183.679 141.357 184.566 144.65 184.68' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M187.04 276.75C187.04 276.75 175.04 240.03 167.95 226.67C164.84 220.79 154.65 203.61 154.65 203.61' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M187.75 235.51L217.68 230.56C217.68 230.56 254.57 225.67 267.68 232.99C274.16 236.62 275.57 245.88 271.46 251.24C268.52 255.08 261.12 256.83 261.12 256.83' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M176.89 210.89C176.89 210.89 212.89 206 226.39 206.07C235.11 206.14 249.17 208 254.76 210.72C269.63 217.95 263.25 230.41 263.25 230.41' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-bottom: 68px;
}
.service--customization {
  background-image: url("data:image/svg+xml,%3Csvg width='398' height='270' viewBox='0 0 398 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.9785 199.555L248.559 268.425L345.259 193.535C349.689 189.725 350.389 179.535 338.679 176.805' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M124.219 133.085L52.1187 184.995' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M253.379 252.985L339.669 186.055C340.455 185.443 341.059 184.628 341.417 183.698C341.774 182.768 341.87 181.758 341.695 180.777C341.52 179.796 341.08 178.881 340.424 178.132C339.767 177.383 338.918 176.827 337.969 176.525L246.539 147.655' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M243.618 115.065L227.538 124.165C227.538 124.165 203.448 147.005 201.388 157.165C200.188 163.095 203.888 170.955 209.098 168.215C223.438 160.645 244.978 148.215 244.978 148.215C244.978 148.215 268.728 140.975 277.678 133.055C283.158 128.225 300.058 108.675 300.058 108.675C305.014 105.568 310.308 103.039 315.838 101.135' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M221.618 119.135C220.818 119.965 199.058 145.585 199.058 145.585C199.058 145.585 175.628 180.725 162.688 183.225C159.578 183.815 151.338 178.555 151.338 178.555L191.768 104.035' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M184.948 115.885L159.058 137.645C159.058 137.645 147.168 170.795 136.628 175.285C132.458 177.055 124.108 172.805 124.108 172.805L136.528 127.145L167.028 89.6849' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M272.488 43.7449L250.578 53.1349L200.488 62.5249L154.048 77.6649L126.318 121.555L121.528 151.465L125.888 166.255' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M219.008 162.445L213.918 156.725C211.458 156.735 209.063 157.521 207.074 158.969C205.085 160.418 203.603 162.456 202.838 164.795' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M188.958 135.095L178.038 129.275' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M174.068 157.195L166.368 153.255' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M160.628 182.795C160.628 182.795 165.948 176.045 165.808 172.505C165.628 168.065 158.198 165.875 158.198 165.875' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M132.918 175.495C132.918 175.495 137.108 165.615 134.918 162.095C133.098 159.185 127.918 158.305 127.918 158.305' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M146.248 130.355L136.558 126.865' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M181.358 87.1049C176.108 89.9349 174.358 97.1049 174.358 97.1049' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M205.738 98.2249C200.298 100.665 198.078 107.705 198.078 107.705' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M232.768 121.205L222.138 119.655' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M315.898 108.755C337.528 102.265 375.098 89.755 396.488 78.265' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M267.098 36.5249C267.098 36.5249 317.178 16.705 338.048 1.57495' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M253.379 252.985L215.098 90.0749C214.592 87.9176 213.533 85.9292 212.025 84.3055C210.517 82.6818 208.613 81.4788 206.499 80.8149L21.1485 21.2249C15.2285 19.3649 8.30849 20.8549 2.56849 23.2249L2.2085 23.3649L47.9785 199.555L248.559 268.425L204.889 92.4249C204.478 90.7775 203.652 89.2627 202.489 88.0251C201.327 86.7874 199.867 85.8682 198.249 85.3549L2.2485 23.3549' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M309.969 116.715C324.839 107.225 314.779 72.0049 302.629 57.2249C284.449 35.1049 262.989 32.3449 253.249 40.7649' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M109.369 101.715C113.499 110.965 106.019 135.805 96.9387 140.305C83.1487 147.155 56.4987 135.375 49.5187 121.655C44.3387 111.495 47.8487 91.425 58.2287 86.655C72.5187 80.165 102.949 87.375 109.369 101.715Z' fill='%2300CBA1' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M113.939 77.975L86.0886 127.435L69.0986 57.545' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding-bottom: 68px;
}
.service--other {
  background-image: url("data:image/svg+xml,%3Csvg width='394' height='414' viewBox='0 0 394 414' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.678 299.08L370.198 157.08C371.315 154.981 371.674 152.562 371.217 150.229C370.76 147.897 369.514 145.792 367.688 144.27L215.048 10.72C214.235 10.0065 213.267 9.49318 212.22 9.22113C211.173 8.94907 210.077 8.92582 209.02 9.15325C207.962 9.38067 206.973 9.85245 206.13 10.5308C205.288 11.2092 204.616 12.0754 204.168 13.06L148.008 133' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M226.908 9.46001L380.448 143C382.273 144.525 383.519 146.631 383.976 148.965C384.433 151.299 384.073 153.719 382.958 155.82L307.248 296C305.961 298.453 303.83 300.356 301.248 301.36L290.858 305.42' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.598 197.84L13.448 181.14C12.4875 179.383 11.9822 177.413 11.978 175.41V163.5' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M290.948 304.5V315.2C290.947 316.433 290.625 317.644 290.013 318.714C289.401 319.783 288.52 320.675 287.458 321.3L143.938 405.51C143.241 405.919 142.47 406.185 141.669 406.291C140.868 406.397 140.054 406.342 139.275 406.129C138.496 405.915 137.767 405.548 137.132 405.048C136.497 404.549 135.969 403.927 135.578 403.22L87.8379 316.35' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M262.088 269.62L291.088 304.34L145.888 387.88C145.197 388.277 144.434 388.534 143.644 388.635C142.853 388.737 142.05 388.682 141.281 388.473C140.512 388.264 139.792 387.905 139.161 387.417C138.531 386.929 138.003 386.322 137.608 385.63L98.168 316.33' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.7081 189L12.1381 165.17C11.891 164.736 11.7504 164.249 11.7278 163.75C11.7053 163.251 11.8014 162.753 12.0083 162.299C12.2152 161.844 12.527 161.445 12.918 161.134C13.3091 160.823 13.7684 160.609 14.2581 160.51L148.008 133L183.338 175.31' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M302.678 197C302.678 197 298.958 185.54 293.428 178C288.628 171.46 268.968 172.42 262.738 167.24C256.178 161.79 259.738 150.04 256.608 145.99C252.698 140.88 235.608 140.46 230.368 136.7C224.028 132.15 231.368 126.42 223.718 120.52C215.268 114 194.448 105.66 194.448 105.66' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M287.908 222.91C287.908 222.91 283.558 205.6 277.038 198.17C271.038 191.38 264.038 193.31 257.808 188.17C251.248 182.72 244.428 166.02 241.318 161.97C237.398 156.86 219.378 157.72 214.148 153.97C207.798 149.42 216.698 143.12 210.938 135.4C206.428 129.4 187.018 120.98 187.018 120.98' stroke='%2300A1F5' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M244.968 108.15C265.308 103.37 301.358 123.39 305.078 138.83C306.888 146.33 305.458 162.08 287.358 159.47C269.018 156.83 274.678 132.04 246.278 125.73C229.878 122.08 236.048 110.25 244.968 108.15Z' fill='%2300CBA1'/%3E%3Cpath d='M255.448 225.78C255.448 225.78 264.448 202.99 256.228 198C249.978 194.19 233.408 203.35 233.408 203.35C241.942 209.56 249.389 217.139 255.448 225.78V225.78Z' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M233.448 203.35C229.235 202.002 224.952 200.884 220.618 200C214.54 199.034 208.344 199.071 202.278 200.11C202.278 200.11 182.518 177.51 174.948 182.11C173.088 183.23 170.698 187.01 168.208 192.23C149.138 179 139.558 163.38 109.448 157.7C39.058 144.39 8.74804 208.58 29.278 250.83C29.278 250.83 48.418 311.73 136.868 315.4C164.508 316.55 179.138 306.45 194.578 305.84C206.158 305.38 230.578 333.08 242.038 310.48C246.528 301.66 238.718 290.72 227.038 282.75C249.418 277.39 266.038 253.9 264.318 246.56C262.483 239.207 259.489 232.192 255.448 225.78' stroke='%2300CBA1' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M172.908 215.35C172.908 215.35 174.688 194.1 180.408 193.35C183.798 192.88 190.478 204.35 190.478 204.35L182.768 208.58' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M220.698 277.54C211.868 273.39 201.938 271.26 193.408 272.02C176.228 273.57 159.558 288.55 134.258 288.68C83.328 289 65.998 259 65.998 259' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M186.628 240.32C186.628 240.32 197.708 246.56 201.438 246.09C203.838 245.79 208.818 240.26 208.818 240.26' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M230.848 241.76C230.848 241.76 239.848 246.51 242.848 246.23C244.778 246.06 248.758 242.13 248.758 242.13' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3Cpath d='M216.518 250C217.518 245.31 228.578 246 229.958 250C230.408 251.3 229.318 253.83 227.958 255.85C227.621 256.346 227.181 256.762 226.667 257.07C226.152 257.378 225.577 257.57 224.981 257.633C224.385 257.696 223.783 257.628 223.216 257.434C222.649 257.24 222.131 256.925 221.698 256.51C219.188 254.4 216.158 251.73 216.518 250Z' fill='%2300CBA1'/%3E%3Cpath d='M80.8481 197.53C82.3781 197.11 102.648 186.29 123.698 201.53C144.538 216.62 143.138 247.62 137.368 259.68C135.602 263.461 132.908 266.734 129.537 269.194C126.166 271.654 122.228 273.221 118.088 273.75C118.088 273.75 155.928 266.48 160.618 274.3' stroke='%2300CBA1' stroke-width='3' stroke-miterlimit='10'/%3E%3C/svg%3E");
  padding-bottom: 68px;
}
@media only screen and (max-width: 1024px) {
  .service {
    padding-left: 0;
    padding-bottom: 16px !important;
    margin-right: 24px;
    width: 240px;
    margin-bottom: 0;
    background-size: auto 140px;
    background-position-y: 60px;
  }
}
.service__title {
  font-weight: bold;
  font-size: 56px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .service__title {
    font-size: 24px;
    margin-bottom: 176px;
  }
}
.workflow-layer {
  padding: 80px 0;
  background: #f8fafc;
}
.workflow {
  overflow-x: hidden;
  margin-bottom: 32px;
}
.workflow .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .workflow .swiper-wrapper {
    flex-wrap: nowrap;
  }
}
.swiper-slide.workflow__step {
  width: 248px;
  min-width: 248px;
  height: 256px;
  border: 1px solid #00a4f9;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0 56px;
  position: relative;
  margin-right: 60px;
  margin-bottom: 59px;
  box-sizing: border-box;
}
.swiper-slide.workflow__step:nth-child(4n+4) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .swiper-slide.workflow__step {
    margin-bottom: 0;
  }
}
.workflow__step-num {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 60px;
  position: absolute;
  left: -4px;
  top: 64px;
  background: #f8fafc;
  color: #00a4f9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  z-index: 9;
}
.workflow__desc {
  text-align: center;
  font-size: 24px;
  margin-top: auto;
  position: relative;
  z-index: 10;
}
.services-details {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .services-details {
    flex-direction: column;
  }
}
.services__description {
  font-size: 24px;
  max-width: 630px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .services__description {
    font-size: 16px;
    margin-top: 0;
  }
}
.service__desc {
  font-size: 24px;
  max-width: 630px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .service__desc {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.workflow__subtitle {
  font-size: 24px;
  max-width: 630px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .workflow__subtitle {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 16px;
  }
}
.services-details__links {
  display: flex;
  margin-left: auto;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 64px;
}
@media only screen and (max-width: 1024px) {
  .services-details__links {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
  }
}
.services-details__links a {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 16px;
  color: #00a4f9;
  display: block;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 1024px) {
  .services-details__links a {
    font-size: 24px;
    margin: 8px 16px;
  }
  .services-details__links a:first-child {
    margin-left: 0;
  }
}
.services-details__links a span {
  position: relative;
  z-index: 10000;
}
.services-details__links a::before {
  z-index: 1000;
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(0,203,161,0.4);
  bottom: 1px;
  left: 1px;
  transition: 0.3s;
}
.services-details__links a:hover {
  color: #fff;
}
.services-details__links a:hover::before {
  transition: 0.3s;
  height: 45px;
  background: #00cba1;
}
@media only screen and (max-width: 1024px) {
  .services__hireus-after-container {
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .services__hireus-before-container {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .services__hireus-after-workflow-container {
    display: flex;
    justify-content: center;
    padding-top: 32px;
  }
}
