<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1 {
  font-size: clamp(2.5rem, 1.47rem + 3.45vw, 4.5rem);
  line-height: 1;
}

h2 {
  font-size: clamp(1.5rem, 1.11rem + 1.29vw, 2.25rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.38rem, 0.99rem + 1.29vw, 2.13rem);
  line-height: 1;
}

h4 {
  font-size: clamp(1.13rem, 0.8rem + 1.08vw, 1.75rem);
  line-height: 1.4;
}

:root {
  --fluid-min-width: 480;
  --fluid-max-width: 1408;
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}

@media screen and (min-width: 1408px) {
  :root {
    --fluid-screen: calc(var(--fluid-max-width) * 1px);
  }
}
:root {
  --fc-3xs-min: (var(--fc-s-min) * 0.25);
  --fc-3xs-max: (var(--fc-s-max) * 0.25);
  --fc-2xs-min: (var(--fc-s-min) * 0.5);
  --fc-2xs-max: (var(--fc-s-max) * 0.5);
  --fc-xs-min: (var(--fc-s-min) * 0.75);
  --fc-xs-max: (var(--fc-s-max) * 0.75);
  --fc-s-min: (var(--f-0-min, 8));
  --fc-s-max: (var(--f-0-max, 16));
  --fc-m-min: (var(--fc-s-min) * 1.5);
  --fc-m-max: (var(--fc-s-max) * 1.5);
  --fc-l-min: (var(--fc-s-min) * 2);
  --fc-l-max: (var(--fc-s-max) * 2);
  --fc-xl-min: (var(--fc-s-min) * 2.5);
  --fc-xl-max: (var(--fc-s-max) * 2.5);
  --fc-2xl-min: (var(--fc-s-min) * 3);
  --fc-2xl-max: (var(--fc-s-max) * 3);
  --fc-3xl-min: (var(--fc-s-min) * 3.5);
  --fc-3xl-max: (var(--fc-s-max) * 3.5);
  --fc-4xl-min: (var(--fc-s-min) * 4);
  --fc-4xl-max: (var(--fc-s-max) * 4);
  --fc-5xl-min: (var(--fc-s-min) * 4.5);
  --fc-5xl-max: (var(--fc-s-max) * 4.5);
  --fc-6xl-min: (var(--fc-s-min) * 5);
  --fc-6xl-max: (var(--fc-s-max) * 5);
  --fc-7xl-min: (var(--fc-s-min) * 5.5);
  --fc-7xl-max: (var(--fc-s-max) * 5.5);
  --fc-8xl-min: (var(--fc-s-min) * 6);
  --fc-8xl-max: (var(--fc-s-max) * 6);
  --fc-9xl-min: (var(--fc-s-min) * 6.5);
  --fc-9xl-max: (var(--fc-s-max) * 6.5);
  --fc-10xl-min: (var(--fc-s-min) * 7);
  --fc-10xl-max: (var(--fc-s-max) * 7);
  --fc-11xl-min: (var(--fc-s-min) * 7.5);
  --fc-11xl-max: (var(--fc-s-max) * 7.5);
  --fc-12xl-min: (var(--fc-s-min) * 8);
  --fc-12xl-max: (var(--fc-s-max) * 8);
  --fc-13xl-min: (var(--fc-s-min) * 8.5);
  --fc-13xl-max: (var(--fc-s-max) * 8.5);
  --fc-14xl-min: (var(--fc-s-min) * 9);
  --fc-14xl-max: (var(--fc-s-max) * 9);
  --fc-15xl-min: (var(--fc-s-min) * 9.5);
  --fc-15xl-max: (var(--fc-s-max) * 9.5);
  --fc-16xl-min: (var(--fc-s-min) * 10);
  --fc-16xl-max: (var(--fc-s-max) * 10);
  --fc-17xl-min: (var(--fc-s-min) * 20);
  --fc-17xl-max: (var(--fc-s-max) * 20);
  --fc-18xl-min: (var(--fc-s-min) * 25);
  --fc-18xl-max: (var(--fc-s-max) * 25);
  /* T-shirt sizes */
  --space-3xs: calc(((var(--fc-3xs-min) / 16) * 1rem) + (var(--fc-3xs-max) - var(--fc-3xs-min)) * var(--fluid-bp));
  --space-2xs: calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-2xs-max) - var(--fc-2xs-min)) * var(--fluid-bp));
  --space-xs: calc(((var(--fc-xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-xs-min)) * var(--fluid-bp));
  --space-s: calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-s-max) - var(--fc-s-min)) * var(--fluid-bp));
  --space-m: calc(((var(--fc-m-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-m-min)) * var(--fluid-bp));
  --space-l: calc(((var(--fc-l-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-l-min)) * var(--fluid-bp));
  --space-xl: calc(((var(--fc-xl-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-xl-min)) * var(--fluid-bp));
  --space-2xl: calc(((var(--fc-2xl-min) / 16) * 1rem) + (var(--fc-2xl-max) - var(--fc-2xl-min)) * var(--fluid-bp));
  --space-3xl: calc(((var(--fc-3xl-min) / 16) * 1rem) + (var(--fc-3xl-max) - var(--fc-3xl-min)) * var(--fluid-bp));
  --space-4xl: calc(((var(--fc-4xl-min) / 16) * 1rem) + (var(--fc-4xl-max) - var(--fc-4xl-min)) * var(--fluid-bp));
  --space-5xl: calc(((var(--fc-5xl-min) / 16) * 1rem) + (var(--fc-5xl-max) - var(--fc-5xl-min)) * var(--fluid-bp));
  --space-6xl: calc(((var(--fc-6xl-min) / 16) * 1rem) + (var(--fc-6xl-max) - var(--fc-6xl-min)) * var(--fluid-bp));
  --space-7xl: calc(((var(--fc-7xl-min) / 16) * 1rem) + (var(--fc-7xl-max) - var(--fc-7xl-min)) * var(--fluid-bp));
  --space-8xl: calc(((var(--fc-8xl-min) / 16) * 1rem) + (var(--fc-8xl-max) - var(--fc-8xl-min)) * var(--fluid-bp));
  --space-9xl: calc(((var(--fc-9xl-min) / 16) * 1rem) + (var(--fc-9xl-max) - var(--fc-9xl-min)) * var(--fluid-bp));
  --space-10xl: calc(((var(--fc-10xl-min) / 16) * 1rem) + (var(--fc-10xl-max) - var(--fc-10xl-min)) * var(--fluid-bp));
  --space-11xl: calc(((var(--fc-11xl-min) / 16) * 1rem) + (var(--fc-11xl-max) - var(--fc-11xl-min)) * var(--fluid-bp));
  --space-12xl: calc(((var(--fc-12xl-min) / 16) * 1rem) + (var(--fc-12xl-max) - var(--fc-12xl-min)) * var(--fluid-bp));
  --space-13xl: calc(((var(--fc-13xl-min) / 16) * 1rem) + (var(--fc-13xl-max) - var(--fc-13xl-min)) * var(--fluid-bp));
  --space-14xl: calc(((var(--fc-14xl-min) / 16) * 1rem) + (var(--fc-14xl-max) - var(--fc-14xl-min)) * var(--fluid-bp));
  --space-15xl: calc(((var(--fc-15xl-min) / 16) * 1rem) + (var(--fc-15xl-max) - var(--fc-15xl-min)) * var(--fluid-bp));
  --space-16xl: calc(((var(--fc-16xl-min) / 16) * 1rem) + (var(--fc-16xl-max) - var(--fc-16xl-min)) * var(--fluid-bp));
  --space-17xl: calc(((var(--fc-17xl-min) / 16) * 1rem) + (var(--fc-17xl-max) - var(--fc-17xl-min)) * var(--fluid-bp));
  --space-18xl: calc(((var(--fc-18xl-min) / 16) * 1rem) + (var(--fc-18xl-max) - var(--fc-18xl-min)) * var(--fluid-bp));
  /* Custom pairs */
  --space-2xs-2xs: calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-2xs-max) - var(--fc-2xs-min)) * var(--fluid-bp));
  --space-s-xs: calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-s-min)) * var(--fluid-bp));
  --space-s-s: calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-s-max) - var(--fc-s-min)) * var(--fluid-bp));
  --space-m-s: calc(((var(--fc-m-min) / 16) * 1rem) + (var(--fc-s-max) - var(--fc-m-min)) * var(--fluid-bp));
  --space-l-m: calc(((var(--fc-l-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-l-min)) * var(--fluid-bp));
  --space-l-l: calc(((var(--fc-l-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-l-min)) * var(--fluid-bp));
  --space-l-2xl: calc(((var(--fc-l-min) / 16) * 1rem) + (var(--fc-2xl-max) - var(--fc-l-min)) * var(--fluid-bp));
  --space-2xl-l: calc(((var(--fc-2xl-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-2xl-min)) * var(--fluid-bp));
  --space-4xl-xl: calc(((var(--fc-4xl-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-4xl-min)) * var(--fluid-bp));
  --space-4xl-5xl: calc(((var(--fc-4xl-min) / 16) * 1rem) + (var(--fc-5xl-max) - var(--fc-4xl-min)) * var(--fluid-bp));
  --space-8xl-4xl: calc(((var(--fc-8xl-min) / 16) * 1rem) + (var(--fc-4xl-max) - var(--fc-8xl-min)) * var(--fluid-bp));
  --space-8xl-8xl: calc(((var(--fc-8xl-min) / 16) * 1rem) + (var(--fc-8xl-max) - var(--fc-8xl-min)) * var(--fluid-bp));
  --space-8xl-10xl: calc(((var(--fc-8xl-min) / 16) * 1rem) + (var(--fc-10xl-max) - var(--fc-8xl-min)) * var(--fluid-bp));
  --space-14xl-11xl: calc(((var(--fc-14xl-min) / 16) * 1rem) + (var(--fc-11xl-max) - var(--fc-14xl-min)) * var(--fluid-bp));
  --space-14xl-16xl: calc(((var(--fc-14xl-min) / 16) * 1rem) + (var(--fc-16xl-max) - var(--fc-14xl-min)) * var(--fluid-bp));
}

html {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "noto";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.2px;
}
body.noscroll {
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

a, a:visited, a:hover {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

figure,
p,
dl, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

em {
  font-style: normal;
  color: #e41b5e;
}

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

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: top;
  overflow: hidden;
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

::selection {
  background-color: #e41b5e;
  color: white;
}

.container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (min-width: 1409px) {
  .container {
    padding: 0;
  }
}

.img-container {
  display: inline-block;
  position: relative;
  width: 100%;
}
.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

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

.scroll-downs {
  display: block;
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  width: 40px;
  height: 64px;
}
@media screen and (min-width: 769px) {
  .scroll-downs {
    display: none;
  }
}

.mousey {
  width: 4px;
  padding: 12px 16px;
  height: 32px;
  border: 2px solid white;
  border-radius: 999px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 4px;
  height: 12px;
  border-radius: 999px;
  background-color: white;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
button {
  cursor: pointer;
  border: none;
  background: none;
}

.button--contact {
  padding: 12px 24px;
  border-radius: 999px;
  background: #1984be;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  line-height: 1;
  color: white;
}
@media screen and (min-width: 769px) {
  .button--contact {
    padding: 16px 32px;
    font-size: 20px;
  }
}
.button--contact-form {
  padding: 16px 32px;
  border-radius: 999px;
  background: #1984be;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  color: white;
}
.button--top {
  display: block;
  width: 100%;
  padding: 16px 0;
  background: #414547;
  font-size: 16px;
  text-align: center;
  color: white;
}
@media screen and (min-width: 769px) {
  .button--top {
    display: none;
  }
}
.button--login {
  width: 100%;
  padding: 16px 0;
  border-radius: 999px;
  background: #1984be;
  font-weight: 700;
  line-height: 1;
  color: white;
}
@media screen and (min-width: 769px) {
  .button--login {
    padding: 20px 0;
  }
}

.main-visual__shortcut--swiper {
  overflow: hidden;
  cursor: pointer;
}
.main-visual__shortcut--swiper .swiper-pagination {
  padding-left: 72px;
  text-align: left;
}
.main-visual__shortcut--swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: inherit;
  background-color: #D9A3B4;
}
.main-visual__shortcut--swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.main-visual__shortcut--swiper .swiper-horizontal &gt; .swiper-pagination-bullets, .main-visual__shortcut--swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .main-visual__shortcut--swiper .swiper-pagination-custom, .main-visual__shortcut--swiper .swiper-pagination-fraction {
  bottom: 24px !important;
}

.main-work__slide {
  box-sizing: border-box !important;
}
.main-work .swiper-pagination {
  position: absolute;
  bottom: 10% !important;
  right: 0 !important;
}
@media screen and (min-width: 481px) {
  .main-work .swiper-pagination {
    bottom: 2% !important;
  }
}
@media screen and (min-width: 821px) {
  .main-work .swiper-pagination {
    bottom: 10% !important;
  }
}
.main-work .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px !important;
}
.main-work .swiper-pagination-bullet-active {
  background: white;
}

.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}
.flex-d-c {
  flex-direction: column;
}
.flex-d-r {
  flex-direction: row;
}

.section_nav {
  position: fixed;
  bottom: 10vh;
  right: 3vw;
}

.section_nav a {
  display: block;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1680px;
  margin: 0 auto;
  padding: 24px 16px 0;
  transition: transform 0.4s;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  header {
    padding: 48px 40px 0;
  }
}

.logo svg {
  height: 40px;
}
@media screen and (min-width: 1025px) {
  .logo svg {
    height: inherit;
  }
}
.logo__text.active {
  fill: white;
}

.navbar {
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar__nav {
  display: none;
  gap: 80px;
}
@media screen and (min-width: 1025px) {
  .navbar__nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.navbar__item {
  position: relative;
}
.navbar__item:hover .submenu__nav, .navbar__item:focus .submenu__nav {
  width: 9rem;
  height: auto;
  background: white;
  clip: auto;
}
.navbar__item a {
  color: white;
}
.navbar__link {
  padding: 16px 8px;
  font-size: 18px;
  font-weight: 500;
}
.navbar__link:hover {
  color: #e41b5e;
}

.submenu__nav {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 20px 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.35);
}
.submenu__item {
  font-weight: 600;
  text-align: center;
}
.submenu__item:hover .submenu__link {
  color: #e41b5e;
}
.submenu__item:not(:last-child) {
  margin-bottom: 16px;
}
.submenu__item a {
  color: #000;
}

.menu {
  display: none;
  gap: 80px;
}
@media screen and (min-width: 1025px) {
  .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.menu li {
  position: relative;
}
.menu li a {
  padding: 16px 8px;
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.menu li a:hover {
  color: #e41b5e;
}
.menu li ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translatex(-50%);
  width: max-content;
  padding: 24px 32px;
  background: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.35);
}
.menu li ul li a {
  color: #1b2023;
}
.menu li:hover ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu__wrap {
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.menu__button {
  display: block;
  position: relative;
  display: inline-block;
  padding: 0;
  height: 24px;
  width: 24px;
  background: none;
  border: none;
  cursor: pointer;
  outline: 0;
}
@media screen and (min-width: 1025px) {
  .menu__button {
    display: none;
  }
}
.menu__button span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: top 0.2s 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s linear;
}
.menu__button span:nth-child(1) {
  top: 0px;
}
.menu__button span:nth-child(2) {
  top: 8px;
}
.menu__button span:nth-child(3) {
  top: 16px;
}
.menu__button.active span {
  top: 8px;
  transition: top 0.2s linear, opacity 0.1s 0.2s linear, transform 0.2s 0.2s linear;
  background: #fff;
}
.menu__button.active span:nth-child(1) {
  transform: rotate(45deg);
}
.menu__button.active span:nth-child(2) {
  opacity: 0;
}
.menu__button.active span:nth-child(3) {
  transform: rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: #171717;
}
.mobile-menu.active {
  display: block;
}
@media screen and (min-width: 1025px) {
  .mobile-menu.active {
    display: none;
  }
}
.mobile-menu__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-menu__list--second {
  margin-top: 16px;
}
.mobile-menu__item {
  margin-bottom: 32px;
}
.mobile-menu__item a {
  font-size: clamp(1.5rem, 1.21rem + 1.47vw, 2.5rem);
  font-weight: 600;
  color: #999;
}
.mobile-menu__item a:hover {
  color: white;
}
.mobile-menu__item--second {
  margin-top: 8px;
}
.mobile-menu__item--second a {
  font-size: clamp(1.13rem, 1.03rem + 0.39vw, 1.38rem);
}
.mobile-menu__company {
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-menu__company a {
  color: #999;
}

.breadcrumb {
  background: #00102e;
}
.breadcrumb__list {
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb__item {
  padding: 8px;
  font-size: clamp(0.88rem, 0.83rem + 0.19vw, 1rem);
  color: white;
}
.breadcrumb__item + .breadcrumb__item::before {
  display: inline-block;
  margin-right: 8px;
  font-family: "xeicon";
  content: "\e93f";
}

[type=text], [type=password], textarea {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 8px;
  border: none;
  background: #eee;
}

textarea {
  min-height: 144px;
}

label {
  min-width: 96px;
  font-size: clamp(1rem, 0.95rem + 0.19vw, 1.13rem);
  font-weight: 600;
}

.form-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer {
  padding: 0 24px;
  background-color: #1b2023;
  font-size: clamp(0.88rem, 0.83rem + 0.19vw, 1rem);
  color: white;
}
@media screen and (min-width: 821px) {
  footer {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1441px) {
  footer {
    padding: 0;
  }
}

.footer__wrap {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 1fr;
  grid-template-areas: "logo" "info" "customer" "copyright";
  gap: 16px;
  padding: 72px 0;
}
@media screen and (min-width: 769px) {
  .footer__wrap {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "logo ." "info customer" "copyright .";
  }
}
@media screen and (min-width: 1281px) {
  .footer__wrap {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "logo info customer" "copyright . .";
  }
}
.footer__logo {
  grid-area: logo;
  grid-row: 1;
  grid-column: 1;
}
@media screen and (min-width: 769px) {
  .footer__logo {
    grid-row: 1;
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 1281px) {
  .footer__logo {
    grid-row: 1;
    grid-column: 1;
  }
}
.footer__copyright {
  grid-area: copyright;
  grid-row: 4;
  grid-column: 1;
  align-self: end;
}
@media screen and (min-width: 769px) {
  .footer__copyright {
    grid-row: 3;
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 1281px) {
  .footer__copyright {
    grid-row: 2;
    grid-column: 1;
  }
}
.footer__info {
  grid-area: info;
  grid-row: 2;
  grid-column: 1;
}
@media screen and (min-width: 769px) {
  .footer__info {
    grid-row: 2;
    grid-column: 1;
  }
}
@media screen and (min-width: 1281px) {
  .footer__info {
    grid-row: 1/span 2;
    grid-column: 2;
  }
}
.footer__info li {
  margin-bottom: 8px;
}
.footer__resources ul {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__resources ul li:not(.footer__resources ul li:last-child)::after {
  content: "·";
  display: inline-block;
  padding: 0 8px;
  font-size: 20px;
  font-weight: 800;
}
@media screen and (min-width: 769px) {
  .footer__resources ul li:not(.footer__resources ul li:last-child)::after {
    padding: 0 16px;
  }
}
.footer__resources ul li a {
  font-weight: 600;
  color: white;
}
.footer__customer {
  grid-area: customer;
  grid-row: 3;
  grid-column: 1;
}
@media screen and (min-width: 769px) {
  .footer__customer {
    grid-row: 2;
    grid-column: 2;
  }
}
@media screen and (min-width: 1281px) {
  .footer__customer {
    grid-row: 1/span 2;
    grid-column: 3;
  }
}
.footer__customer--title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .footer__customer--title {
    margin-bottom: 24px;
  }
}
.footer__customer--phone {
  margin-bottom: 4px;
  font-size: clamp(1.75rem, 1.66rem + 0.39vw, 2rem);
  font-weight: 600;
}
.footer__customer--phone a {
  color: white;
}
@media screen and (min-width: 769px) {
  .footer__customer--phone {
    margin-bottom: 8px;
  }
}

.main-visual {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='1288' viewBox='0 0 1920 1288' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle text='text/css'%3E path %7B animation: fadein 3s linear infinite alternate-reverse; %7D %23Line2, %23Line10, %23Line20, %23Line30, %23Line40, %23Line50, %23Line60 %7B animation-delay: 0.1s; %7D %23Line3, %23Line11, %23Line21, %23Line31, %23Line41, %23Line51, %23Line61 %7B animation-delay: 0.2s; %7D %23Line4, %23Line12, %23Line22, %23Line32, %23Line42, %23Line52, %23Line62 %7B animation-delay: 0.3s; %7D %23Line5, %23Line13, %23Line23, %23Line33, %23Line43, %23Line53, %23Line63 %7B animation-delay: 0.4s; %7D %23Line6, %23Line14, %23Line24, %23Line34, %23Line44, %23Line54, %23Line64 %7B animation-delay: 0.5s; %7D %23Line7, %23Line15, %23Line25, %23Line35, %23Line45, %23Line55, %23Line65 %7B animation-delay: 0.6s; %7D %23Line8, %23Line16, %23Line26, %23Line36, %23Line46, %23Line56, %23Line66 %7B animation-delay: 0.7s; %7D %23Line9, %23Line17, %23Line27, %23Line37, %23Line47, %23Line57, %23Line67 %7B animation-delay: 0.8s; %7D %23Line8, %23Line18, %23Line28, %23Line38, %23Line48, %23Line58, %23Line68 %7B animation-delay: 0.9s; %7D %23Line9, %23Line19, %23Line29, %23Line39, %23Line49, %23Line59 %7B animation-delay: 1s; %7D @keyframes fadein %7B 0%25 %7B opacity: 0.3; %7D 50%25 %7B opacity: 1; %7D 100%25 %7B opacity: 0.3; %7D %7D %3C/style%3E%3Cpath id='Line1' fill-rule='evenodd' clip-rule='evenodd' d='M1167.05 707.991C1164.64 708.878 1164.07 709.436 1163.17 711.791C1162.52 713.494 1162.48 714.106 1162.96 715.552C1163.42 716.96 1163.41 717.387 1162.89 717.862C1162.54 718.182 1099.61 767.135 1023.04 826.646C946.467 886.157 880.55 937.411 876.554 940.544C872.558 943.677 866.019 948.778 862.023 951.88C852.026 959.641 850.686 961.12 848.804 966.474C848.2 968.192 845.757 986.244 841.125 1023.2C837.389 1053.02 834.122 1079.19 833.866 1081.36C833.61 1083.53 832.764 1090.28 831.986 1096.36C831.208 1102.44 830.364 1109.19 830.111 1111.36C829.858 1113.53 829.015 1120.28 828.24 1126.36C827.463 1132.44 826.539 1139.84 826.185 1142.8C825.513 1148.42 825.142 1151.35 823.567 1163.43C822.52 1171.46 821.257 1174.95 818.295 1177.99C817.434 1178.88 800.184 1192.46 779.963 1208.17C759.741 1223.88 739.926 1239.29 735.93 1242.41C731.934 1245.53 720.544 1254.39 710.618 1262.09C692.048 1276.51 679.783 1286.08 679.001 1286.78C678.749 1287.01 679.36 1287.18 680.41 1287.18C682.356 1287.18 681.696 1287.67 729.624 1250.34C748.938 1235.29 786.764 1205.89 801.32 1194.61C810.601 1187.41 819.096 1180.57 820.197 1179.39C821.299 1178.22 822.847 1175.9 823.637 1174.24C824.997 1171.38 825.234 1169.94 828.067 1147.29C829.713 1134.12 831.482 1120.08 831.998 1116.09C832.515 1112.09 833.477 1104.39 834.137 1098.98C834.798 1093.56 835.648 1086.81 836.025 1083.98C836.911 1077.33 839.901 1053.29 840.484 1048.12C840.731 1045.93 841.146 1042.66 841.407 1040.85C841.668 1039.05 842.18 1035.04 842.545 1031.95C843.256 1025.92 845.493 1007.97 847.014 996.086C848.58 983.848 849.401 977.275 849.867 973.241C850.417 968.478 851.633 965.159 853.947 962.102C855.264 960.363 879.769 941.05 948.988 887.201C1000.29 847.294 1045.74 811.95 1049.99 808.659C1054.24 805.367 1065.95 796.265 1076 788.432C1086.06 780.599 1097.45 771.739 1101.32 768.743C1107.6 763.876 1159.14 723.798 1163.55 720.345C1164.81 719.36 1165.49 719.098 1165.9 719.437C1167.06 720.393 1169.75 720.552 1171.65 719.776C1174.04 718.8 1175.25 717.108 1175.48 714.416C1175.89 709.702 1171.5 706.36 1167.05 707.991Z' fill='url(%23paint0_linear_10_641)'/%3E%3Cpath id='Line2' d='M1182.35 732.715C1183.09 731.944 1184.46 731.126 1185.4 730.898C1187.92 730.283 1190.16 730.957 1191.9 732.854C1193.18 734.251 1193.43 734.873 1193.43 736.794C1193.43 741.344 1189.7 744.259 1185.37 743.102C1183.52 742.608 1183.27 742.658 1181.72 743.87C1180.81 744.583 1118.26 793.215 1042.72 851.942C967.185 910.667 903.483 960.206 901.163 962.027C898.842 963.848 891.881 969.274 885.694 974.084C879.507 978.894 874.083 983.237 873.641 983.734C872.35 985.187 869.589 990.773 869.336 992.443C869.209 993.286 868.661 997.563 868.12 1001.95C867.578 1006.33 866.728 1013.18 866.228 1017.18C865.73 1021.18 864.888 1027.93 864.359 1032.18C863.829 1036.43 863.092 1042.23 862.721 1045.07C862.35 1047.91 858.023 1082.5 853.107 1121.94C844.575 1190.39 844.107 1193.79 842.842 1196.47C840.794 1200.82 839.14 1202.73 833.858 1206.83L730.924 1286.81C730.619 1287.04 729.604 1287.17 728.668 1287.09C726.99 1286.95 727.129 1286.82 738.127 1278.27C744.266 1273.5 754.035 1265.9 759.836 1261.38C765.637 1256.86 779.453 1246.12 790.539 1237.51L815.851 1217.82C818.687 1215.59 824.698 1210.9 829.21 1207.4C831.965 1205.27 837.764 1200.53 838.917 1198.51C841.747 1193.79 841.632 1194.33 844.201 1173.74C844.731 1169.49 845.587 1162.63 846.103 1158.51L847.978 1143.51C848.493 1139.38 849.323 1132.74 849.82 1128.74C851.152 1118.06 852.476 1107.49 853.581 1098.74C854.118 1094.49 857.379 1068.38 860.827 1040.73C866.897 992.047 867.142 990.351 868.512 987.423C869.128 986.282 870.687 983.6 872 982C873.313 980.4 896.204 962.756 907.486 954.134C914.123 949.004 939.689 929.125 949.678 921.328L983.193 895.238C988.349 891.23 1005.54 877.861 1021.4 865.529L1055.15 839.301C1057.85 837.207 1061.97 834.008 1064.29 832.191C1069.83 827.848 1099.48 804.785 1105.77 799.925C1108.48 797.832 1112.59 794.634 1114.91 792.817C1117.23 791 1130.2 780.904 1143.74 770.381C1157.27 759.858 1171.35 748.912 1175.02 746.055C1180.71 741.633 1181.65 740.722 1181.35 739.92C1181.16 739.403 1181 737.886 1181 736.549C1181 734.512 1181.22 733.892 1182.35 732.715Z' fill='url(%23paint1_linear_10_641)'/%3E%3Cpath id='Line3' d='M1142.92 689.267C1142.61 685.578 1143.53 683.697 1146.23 682.469C1148.58 681.401 1149.39 681.359 1151.39 682.198C1153.87 683.233 1155.46 685.485 1155.46 687.967C1155.46 690.715 1154.3 692.601 1151.92 693.755C1149.71 694.826 1148.74 694.878 1146.79 694.032C1145.25 693.368 1144.92 693.589 1131.79 703.889C1126.29 708.197 1084.02 741.081 1077.65 746.008C1074.94 748.099 1056.9 762.122 1037.57 777.171C1018.23 792.22 998.859 807.29 994.517 810.662C990.175 814.033 982.897 819.69 978.345 823.234C973.793 826.777 968.486 830.902 966.553 832.4C964.619 833.899 946.795 847.758 926.944 863.2L861.554 914.054C850.855 922.393 840.413 930.53 838.351 932.135C835.927 933.846 830.76 939.891 829.48 950.384C829.095 953.735 828.146 961.45 827.369 967.528C826.593 973.607 825.75 980.357 825.497 982.528C825.244 984.7 824.4 991.45 823.622 997.528C822.844 1003.61 822 1010.36 821.747 1012.53C821.494 1014.7 820.651 1021.45 819.872 1027.53C819.094 1033.61 818.249 1040.36 817.994 1042.53C817.739 1044.7 816.042 1058.29 814.224 1072.73C812.405 1087.16 810.718 1100.66 810.475 1102.73C808.71 1117.69 805.218 1144.19 804.816 1145.69C804.222 1147.9 802.856 1150.35 800.749 1152.99C799.493 1154.56 740.623 1200.73 682.233 1245.93L652.057 1269.36C631.371 1285.45 629.283 1286.95 627.495 1287.07L625.541 1287.19L626.756 1286.13C627.424 1285.54 630.588 1283.03 633.787 1280.54C636.986 1278.05 647.408 1269.94 656.946 1262.52C666.485 1255.1 676.752 1247.12 679.762 1244.78L727.727 1207.5C742.422 1196.07 764.207 1179.12 776.139 1169.84C790.879 1158.38 798.343 1152.27 799.427 1150.8C802.538 1146.56 802.63 1146.13 805.541 1122.18L828.505 941.455C829.41 938.287 832.362 933.82 834.888 931.794C836.019 930.887 842.218 926.038 848.663 921.02C872.668 902.329 953.344 839.6 958.9 835.307C962.069 832.857 1004.82 799.635 1053.91 761.479L1143.16 692.105L1142.92 689.267Z' fill='url(%23paint2_linear_10_641)'/%3E%3Cpath id='Line4' d='M1125.85 667.668C1125.2 665.324 1126.43 662.124 1128.44 660.895C1130.35 659.732 1133.68 659.725 1135.57 660.88C1136.37 661.364 1137.39 662.553 1137.85 663.521C1140.39 668.86 1135.01 674.304 1129.48 671.995L1127.68 671.242L1123.4 674.622C1121.05 676.481 1116.6 679.96 1113.5 682.354C1103.61 690.005 1092.39 698.728 1071.04 715.346C1037.35 741.582 980.646 785.688 970.772 793.345L931.631 823.804C928.28 826.421 923.112 830.434 920.147 832.721C917.182 835.008 912.436 838.703 909.6 840.932C906.764 843.16 894.425 852.758 882.179 862.26C869.933 871.762 855.695 882.831 850.538 886.858C845.382 890.885 834.624 899.264 826.632 905.478C818.64 911.692 811.45 917.482 810.654 918.345C808.756 920.403 806.991 923.618 806.317 926.243L780.407 1130.62C779.762 1133.94 777.325 1138.3 774.753 1140.74C773.638 1141.8 769.352 1145.27 765.227 1148.45C756.539 1155.16 731.508 1174.62 720.93 1182.89C716.934 1186.01 690.356 1206.69 661.868 1228.83C604.406 1273.49 605.184 1272.88 594.461 1281.26C587.394 1286.78 586.685 1287.22 585.049 1287.09C583.327 1286.95 584.784 1285.77 639.927 1242.88C671.083 1218.65 699.171 1196.81 702.345 1194.37C709.435 1188.89 752.51 1155.4 759.602 1149.84C762.438 1147.62 766.62 1144.36 768.895 1142.61C775.216 1137.73 777.675 1133.78 778.538 1127.1C778.804 1125.04 779.455 1119.87 779.985 1115.62C780.514 1111.36 781.369 1104.51 781.885 1100.38C782.401 1096.26 783.23 1089.61 783.728 1085.62C784.226 1081.62 785.069 1074.87 785.603 1070.62C786.136 1066.36 786.994 1059.51 787.51 1055.38L789.385 1040.38L791.26 1025.38L793.135 1010.38C793.651 1006.26 794.48 999.613 794.978 995.617C796.535 983.121 797.756 973.388 798.727 965.734C800.559 951.296 801.15 946.566 801.788 941.243C803.806 924.408 803.965 923.738 807.094 918.872C808.381 916.869 812.418 913.524 830.531 899.45L856.632 879.118C858.952 877.287 869.921 868.752 881.007 860.152C892.093 851.551 903.483 842.692 906.319 840.465C909.155 838.237 959.816 798.831 1018.9 752.894L1126.32 669.373L1125.85 667.668Z' fill='url(%23paint3_linear_10_641)'/%3E%3Cpath id='Line5' d='M1111.4 648.43C1111.4 645.382 1112.32 643.411 1114.35 642.137C1116.2 640.976 1119.57 641.13 1121.38 642.46C1124.69 644.893 1124.98 649.626 1121.99 652.363C1120.54 653.697 1119.98 653.902 1117.83 653.902C1116.37 653.902 1114.94 653.609 1114.33 653.185L1113 652.5L1102.62 660.759C1096.75 665.32 1089.62 670.879 1086.79 673.113L1050.93 701.001C1034.04 714.105 1018.36 726.288 1016.07 728.074C1013.79 729.861 1002.4 738.718 990.762 747.759L965.402 767.483C963.094 769.292 953.707 776.601 944.543 783.725C935.379 790.849 925.983 798.165 923.663 799.982C918.514 804.016 849.204 857.895 842.335 863.204L822.179 878.863C813.801 885.384 803.375 893.491 799.012 896.88C784.848 907.878 783.809 908.913 781.888 913.93L762.869 1061.01C758.533 1095.78 755.314 1119.98 754.858 1121.24C753.788 1124.2 751.791 1127.24 749.431 1129.5C748.322 1130.56 741.614 1135.92 734.524 1141.41C727.434 1146.89 719.735 1152.87 717.415 1154.69C711.539 1159.29 676.801 1186.31 670.54 1191.15C667.704 1193.34 656.63 1201.96 645.931 1210.3L595.307 1249.67C584.608 1258.01 571.853 1267.91 566.964 1271.67L555.5 1280.5L552.906 1284.79C551.942 1286.69 551.462 1287.18 550.534 1287.18C549.887 1287.18 549.37 1286.9 549.37 1286.56C549.37 1285.78 552.402 1280.72 553.738 1279.28C554.3 1278.67 561.299 1273.09 569.291 1266.87C577.283 1260.66 590.889 1250.07 599.525 1243.34C616.554 1230.08 682.51 1178.79 695.307 1168.85C699.648 1165.48 705.659 1160.81 708.666 1158.48C720.444 1149.15 744.6 1130 747 1128C749.4 1126 750.853 1123.88 751.279 1123.06C752.906 1119.86 753.458 1116.83 755.615 1099.21C756.167 1094.7 757.017 1087.84 757.503 1083.98C758.45 1076.44 759.752 1066.04 761.26 1053.98L763.135 1038.98C763.651 1034.85 764.48 1028.21 764.978 1024.21C765.476 1020.21 766.305 1013.57 766.821 1009.45L768.696 994.446C769.212 990.321 770.069 983.465 770.603 979.211C771.136 974.958 771.988 968.155 772.494 964.094C773.001 960.032 773.845 953.282 774.369 949.094C774.894 944.905 775.731 938.208 776.23 934.212C778.309 917.551 778.66 915.3 779.545 912.934C780.691 909.872 782.997 906.574 785.421 904.529L803.195 890.623C811.961 883.827 820.504 877.183 822.179 875.859L847.492 856.172C859.738 846.669 872.077 837.066 874.913 834.833C880.014 830.817 935.02 788.037 944.522 780.697C947.229 778.606 959.569 769.014 971.943 759.383C984.318 749.751 998.662 738.59 1003.82 734.581C1008.97 730.571 1033.55 711.46 1058.43 692.111L1107.53 653.951L1111.4 650.973V648.43Z' fill='url(%23paint4_linear_10_641)'/%3E%3Cpath id='Line6' d='M1098.23 632.403C1097.17 628.843 1098.73 625.847 1102.28 624.624C1105.38 623.559 1108.83 625.011 1110.23 627.976C1111.62 630.893 1110.47 634.298 1107.5 636.11C1105.81 637.144 1104.24 637.261 1102.1 636.515C1100.49 635.955 1105.46 632.191 1021.63 697.445L979.678 730.088C975.682 733.213 950.053 753.139 922.725 774.368L845.851 834.189C781.724 883.97 761.174 900.053 759.838 901.507C759.062 902.35 757.802 904.306 757.036 905.853C755.492 908.976 755.473 909.099 750.939 945.696C749.313 958.822 748.107 968.462 747.185 975.696C746.693 979.563 745.849 986.313 745.312 990.696C744.774 995.078 743.934 1001.83 743.443 1005.7C742.01 1016.98 740.726 1027.18 739.724 1035.23C738.659 1043.77 737.341 1054.32 735.975 1065.23C735.458 1069.35 734.589 1076.31 734.044 1080.69C733.498 1085.08 732.658 1091.72 732.178 1095.46C731.697 1099.2 731.168 1103.63 731 1105.3C730.214 1113.19 728.04 1118.39 723.981 1122.09C722.652 1123.3 710.716 1132.71 697.458 1143L668.197 1165.77C663.159 1169.73 644.59 1184.17 621.556 1202.04L603.978 1215.71C593.022 1224.28 557.252 1252.1 550.776 1257.08C547.295 1259.76 543.944 1262.41 543.329 1262.97C541.665 1264.47 539.299 1268.35 538.429 1271.01C537.778 1272.99 536.245 1283.77 536.245 1286.35C536.245 1286.94 535.872 1287.18 534.933 1287.18C533.403 1287.18 533.406 1287.79 534.881 1276.91C535.669 1271.1 536.024 1269.73 537.44 1267.04C538.345 1265.32 539.975 1263.05 541.063 1262C542.151 1260.95 557.912 1248.54 576.088 1234.42C594.264 1220.3 611.455 1206.92 614.291 1204.69L638.431 1185.92C648.872 1177.83 660.263 1168.97 663.743 1166.24L684.837 1149.83C710.411 1130.01 720.642 1122 722.398 1120.42C723.334 1119.58 724.869 1117.42 725.81 1115.63L727.52 1112.38L729.845 1093.72C731.124 1083.46 732.592 1071.8 733.107 1067.8C734.435 1057.51 737.31 1034.52 737.823 1030.08C738.062 1028.03 738.585 1023.81 738.986 1020.71C739.722 1015.02 740.746 1006.88 742.482 992.922L744.378 977.688C745.816 966.13 747.099 955.854 748.111 947.805C748.614 943.809 749.473 936.954 750.021 932.571C753.271 906.57 753.388 906.033 756.832 901.342C757.752 900.089 761.222 896.968 764.668 894.296C768.069 891.658 774.121 886.945 778.117 883.822C782.113 880.7 788.758 875.531 792.883 872.336L809.758 859.206C814.914 855.179 834.796 839.716 853.941 824.843L918.272 774.813C930.002 765.699 941.393 756.839 943.584 755.123C945.776 753.406 974.252 731.271 1006.86 705.932C1039.48 680.593 1067.53 658.77 1069.21 657.436L1084.91 645.245C1091.87 639.875 1097.85 635.224 1098.19 634.911C1098.7 634.446 1098.71 633.983 1098.23 632.403Z' fill='url(%23paint5_linear_10_641)'/%3E%3Cpath id='Line7' d='M1559.12 47.5342C1558.23 42.7048 1558.84 40.5298 1561.53 38.8896C1564.23 37.2453 1568.22 38.0098 1570.22 40.5556C1571.62 42.3321 1571.64 46.241 1570.26 47.995C1568.42 50.3331 1564.61 51.378 1562.34 50.1653C1561.63 49.7837 1560.32 50.6181 1554.76 54.9962C1551.06 57.9071 1537.59 68.3854 1524.83 78.2816C1512.07 88.1777 1500.93 96.9981 1500.08 97.8822C1497.98 100.071 1495.94 104.258 1495.35 107.612C1495.08 109.141 1487.89 166.079 1479.38 234.141C1470.88 302.203 1463.72 358.535 1463.49 359.323C1462.01 364.368 1459.41 367.357 1450.44 374.323C1445.99 377.773 1438.61 383.523 1434.02 387.102C1429.44 390.68 1399.01 414.353 1366.39 439.709C1333.78 465.063 1305.3 487.212 1303.11 488.927C1300.92 490.642 1289.64 499.423 1278.03 508.438C1266.43 517.455 1254.58 526.674 1251.69 528.928C1245.44 533.806 1243.89 535.488 1242.08 539.354C1240.59 542.534 1240.49 543.287 1222.04 692.105C1218.22 722.888 1215.53 742.977 1214.97 744.906C1213.45 750.085 1211.4 752.537 1203.2 758.989C1199.17 762.163 1129.51 816.334 1048.4 879.369C924.209 975.893 900.981 994.125 901.193 994.914C902.223 998.735 901.66 1001.26 899.347 1003.19C896.889 1005.25 892.416 1004.65 890.398 1002.01C888.639 999.703 888.445 997.931 889.673 995.395C891.083 992.482 892.738 991.667 896.53 992.022L899.449 992.294L902.884 989.589L919.913 976.336C932.055 966.913 963.551 942.418 980.615 929.127C984.096 926.415 992.111 920.188 998.428 915.287L1018.11 899.972C1026.68 893.283 1091.46 842.899 1103.66 833.434C1122.94 818.476 1141.22 804.257 1145.85 800.622C1152.27 795.576 1196.19 761.434 1202.61 756.496C1205.22 754.495 1208.01 752.101 1208.82 751.175C1210.93 748.774 1212.64 745.168 1213.13 742.097C1213.65 738.786 1215.72 722.633 1217.11 711.089C1217.8 705.315 1218.65 698.466 1220.18 686.48C1221.11 679.14 1222.09 671.311 1223.91 656.715C1224.41 652.719 1225.25 645.969 1225.78 641.715C1226.32 637.461 1227.17 630.606 1227.69 626.481L1229.57 611.481L1231.44 596.481C1231.96 592.356 1232.79 585.711 1233.28 581.715C1238.28 541.589 1238.3 541.484 1239.79 538.357C1240.52 536.81 1241.73 534.766 1242.47 533.816C1244.07 531.766 1242 533.392 1315.53 476.259C1347.5 451.421 1375.98 429.272 1378.81 427.042C1381.65 424.81 1388.29 419.641 1393.58 415.552C1398.87 411.464 1406.46 405.558 1410.45 402.427C1414.45 399.296 1426.26 390.107 1436.7 382.007C1447.15 373.906 1456.28 366.642 1457.01 365.865C1459.44 363.253 1461.41 358.332 1461.99 353.436C1462.28 350.987 1462.94 345.608 1463.46 341.483C1463.98 337.358 1464.83 330.609 1465.34 326.484C1465.85 322.359 1466.67 315.82 1467.16 311.952C1467.66 308.085 1468.5 301.335 1469.03 296.953C1469.57 292.57 1470.41 285.82 1470.91 281.953C1471.4 278.086 1472.25 271.336 1472.78 266.953C1473.31 262.57 1474.16 255.82 1474.67 251.953C1475.17 248.086 1476.02 241.231 1476.56 236.719C1477.1 232.207 1477.83 226.301 1478.2 223.594C1478.56 220.887 1479.49 213.399 1480.27 206.954C1481.05 200.508 1481.9 193.758 1482.16 191.954C1482.41 190.149 1483.26 183.399 1484.03 176.954C1484.81 170.509 1485.76 162.915 1486.15 160.079C1486.8 155.285 1487.31 151.176 1488.98 137.345C1490.88 121.593 1492.98 105.995 1493.37 104.671C1494.09 102.225 1496.68 97.705 1498.17 96.2641C1498.94 95.5267 1513 84.4615 1529.42 71.6746C1552.72 53.5361 1559.25 48.2299 1559.12 47.5342Z' fill='url(%23paint6_linear_10_641)'/%3E%3Cpath id='Line8' d='M1619.51 36.9856C1619.52 34.3531 1620.95 32.0033 1623.27 30.7982C1628.1 28.2979 1633.64 32.9956 1632.19 38.3651C1631.63 40.4534 1630.72 41.3974 1628.27 42.4198C1626.37 43.2143 1623.97 42.8735 1622.07 41.5385C1621.07 40.8326 1620.88 40.9723 1586.21 68.0119C1574.04 77.5016 1536.5 106.702 1532.09 110.097C1520.77 118.837 1518.8 120.526 1517.4 122.697C1514.61 127.043 1514.59 127.186 1511.72 150.235C1510.24 162.046 1508.1 179.202 1506.08 195.351C1505.56 199.54 1504.71 206.342 1504.19 210.467L1502.31 225.467C1501.8 229.592 1500.95 236.395 1500.43 240.585C1499.91 244.775 1499.07 251.473 1498.57 255.469C1497.58 263.39 1496.25 274.058 1494.81 285.586C1494.31 289.646 1493.47 296.29 1492.96 300.351C1492.04 307.712 1490.93 316.591 1489.19 330.585C1488.68 334.646 1487.85 341.29 1487.34 345.351C1486.83 349.411 1485.97 356.319 1485.43 360.702C1482.6 383.498 1482.49 383.959 1479.08 388.646C1478.02 390.097 1471.67 395.338 1459.8 404.563C1450.06 412.128 1439.25 420.554 1435.77 423.288C1432.29 426.022 1392.49 456.981 1347.33 492.085C1300.95 528.137 1264.5 556.798 1263.55 557.952C1260.01 562.273 1259.8 563.292 1256 594.84C1255.31 600.595 1255.02 602.931 1251.3 632.34C1249.49 646.641 1249.09 649.835 1248.49 654.84C1247.82 660.427 1247.03 666.78 1245.46 679.214C1244.95 683.211 1244.11 689.855 1243.6 693.98L1241.72 708.98C1239.94 723.274 1238.85 731.982 1237.96 738.979C1237.48 742.847 1236.63 749.808 1236.07 754.448C1234.48 767.831 1233.32 771.627 1229.58 775.673C1228.64 776.682 1209.74 791.598 1187.57 808.819C1165.39 826.041 1144.41 842.358 1140.93 845.08L1114.68 865.485C1103.72 873.985 1090.96 883.918 1086.32 887.558L1063.11 905.614C1054.99 911.905 1043.18 921.082 1036.86 926.007L1011.79 945.524C1004.31 951.333 987.225 964.619 973.818 975.048C960.412 985.476 942.656 999.275 934.359 1005.71L919.275 1017.41L919.534 1020.02C919.974 1024.44 917.452 1027.49 913.35 1027.49C909.366 1027.49 906.745 1024.45 907.144 1020.3C907.333 1018.33 907.654 1017.68 909.065 1016.39C910.549 1015.03 911.074 1014.84 913.316 1014.84C914.722 1014.84 916.015 1015.07 916.188 1015.35C916.361 1015.63 916.857 1015.76 917.29 1015.65L936.338 1001.23C946.382 993.407 959.662 983.079 965.85 978.274C975.602 970.702 1004.14 948.51 1024.21 932.884L1052.57 910.848C1064.68 901.436 1076.92 891.911 1079.75 889.68C1082.59 887.448 1096.72 876.448 1111.16 865.233L1143.74 839.908C1154.95 831.162 1190.63 803.415 1197.88 797.804C1228.12 774.393 1228.72 773.87 1230.84 769.27C1231.95 766.848 1233.02 758.845 1244.13 670.074C1250.78 616.965 1256.45 571.531 1256.73 569.109C1257.4 563.31 1258.83 559.701 1261.86 556.121C1263.52 554.168 1265.91 552.291 1348.11 488.423C1388.72 456.875 1424.79 428.825 1428.27 426.091C1431.75 423.356 1443.67 414.094 1454.75 405.509C1465.84 396.923 1475.48 389.235 1476.18 388.425C1476.87 387.615 1478.09 385.686 1478.88 384.139C1480.17 381.617 1480.46 380.189 1481.71 370.311C1482.47 364.253 1483.52 356.026 1484.03 352.03C1485.18 343.177 1489.94 305.109 1490.84 297.656C1491.63 291.103 1492.72 282.393 1493.66 275.156C1494.62 267.741 1495.7 259.077 1496.47 252.656C1497.24 246.236 1498.32 237.572 1499.28 230.156C1500.24 222.741 1501.32 214.077 1502.09 207.657C1502.87 201.236 1503.95 192.572 1504.91 185.157C1506.08 176.111 1507.04 168.336 1507.75 162.188C1508.12 158.966 1508.53 155.802 1508.66 155.157C1508.78 154.513 1509.2 151.243 1509.59 147.892C1511.74 129.496 1512.06 127.676 1513.82 124.063C1515.84 119.925 1517.27 118.497 1526.7 111.237C1530.7 108.161 1539.66 101.209 1546.63 95.7883C1564.21 82.0963 1602.73 52.1434 1611.89 45.0415L1619.5 39.1428L1619.51 36.9856Z' fill='url(%23paint7_linear_10_641)'/%3E%3Cpath id='Line9' d='M1676.55 167.333C1677.24 166.517 1678.24 165.66 1678.77 165.429C1679.31 165.198 1680.89 165.081 1682.29 165.167C1684.51 165.306 1685.02 165.535 1686.39 167.031C1687.73 168.499 1687.95 169.071 1687.95 171.133C1687.95 176.271 1683.26 179.111 1678.66 176.762C1676.94 175.887 1676.26 174.992 1675.32 172.384C1674.95 171.357 1674.54 171.082 1673.32 171.034C1672.47 171 1671.15 170.933 1670.37 170.884C1668.28 170.752 1663.62 171.928 1661.47 173.133C1659.66 174.142 1633.59 194.252 1601.39 219.47C1597.68 222.383 1596.03 224.289 1594.47 227.474C1593.16 230.149 1592.84 231.965 1590.94 247.266C1589.39 259.818 1588.15 269.651 1587.18 277.265C1586.68 281.133 1580.77 328.488 1574.05 382.499C1565.62 450.207 1561.53 481.657 1560.87 483.778C1558.9 490.189 1562.91 486.854 1473.97 555.97C1429.11 590.831 1390.21 621.062 1387.53 623.151C1382.28 627.229 1380.52 629.25 1378.73 633.231C1377.72 635.48 1376.47 644.733 1367.54 716.165C1362.01 760.386 1357.49 797.168 1357.49 797.902C1357.49 798.854 1357.79 799.352 1358.54 799.64C1360.59 800.422 1362.64 803.764 1362.64 806.308C1362.64 807.141 1362.21 808.72 1361.68 809.816C1359.16 815.01 1351.63 815.128 1348.53 810.022C1347.34 808.071 1347.37 804.596 1348.58 802.608C1349.58 800.972 1352.05 799.218 1353.37 799.215C1354.48 799.213 1354.97 798.055 1355.28 794.76C1355.42 793.213 1355.87 789.311 1356.29 786.089C1357.44 777.023 1358.78 766.433 1359.81 758.198C1360.33 754.073 1361.19 747.218 1361.72 742.964C1362.25 738.71 1363.1 731.96 1363.59 727.964C1364.09 723.968 1364.93 717.271 1365.45 713.082C1365.98 708.894 1366.83 702.091 1367.34 697.966L1369.22 682.966L1371.09 667.967C1371.61 663.842 1372.46 657.039 1372.98 652.848C1375.34 633.795 1375.71 632.236 1378.84 627.983C1379.75 626.747 1382.75 623.971 1385.51 621.813C1401.09 609.634 1415.75 598.231 1468.34 557.361C1500.31 532.519 1528.79 510.366 1531.63 508.133L1544.98 497.705C1549.5 494.202 1553.86 490.631 1554.67 489.769C1556.54 487.788 1558.85 483.168 1559.22 480.632C1559.59 478.139 1562.16 457.949 1562.76 452.775C1563.01 450.603 1563.86 443.853 1564.63 437.775C1565.41 431.696 1566.26 424.946 1566.51 422.775C1566.76 420.603 1567.61 413.854 1568.38 407.775C1569.16 401.697 1570.01 394.947 1570.26 392.775L1573.11 370.077C1574.42 359.765 1575.7 349.55 1575.96 347.378C1576.21 345.207 1577.06 338.457 1577.83 332.379C1578.61 326.3 1579.45 319.535 1579.7 317.343C1579.95 315.152 1580.46 311.038 1580.84 308.203C1581.23 305.367 1582.07 298.617 1582.73 293.203C1583.39 287.789 1584.23 281.039 1584.59 278.203C1585.24 273.241 1586 267.188 1588.12 250.078C1590.83 228.181 1590.99 227.488 1594.61 222.689C1596.59 220.06 1596.53 220.109 1617.41 203.911C1626.17 197.109 1635.56 189.808 1638.27 187.686C1662.34 168.811 1661.85 169.105 1670.02 168.93L1675.3 168.817L1676.55 167.333Z' fill='url(%23paint8_linear_10_641)'/%3E%3Cpath id='Line10' d='M1602.17 246.898C1602.18 244.218 1603.22 242.13 1605.07 241.103C1606.72 240.19 1610.15 240.333 1611.88 241.388C1614.62 243.063 1615.61 246.69 1614.11 249.577C1613.2 251.32 1611.86 252.29 1609.49 252.924L1607.62 253.426L1604.7 276.83C1603.1 289.702 1601.34 303.714 1600.79 307.968C1599.17 320.65 1596.53 341.669 1596.04 345.901C1595.79 348.072 1594.94 354.822 1594.17 360.901C1593.39 366.979 1592.46 374.378 1592.1 377.343C1591.74 380.307 1590.9 387.057 1590.22 392.342C1589.55 397.628 1588.71 404.377 1588.35 407.342C1587.54 414.022 1586.45 422.76 1585.53 429.842C1584.57 437.257 1583.49 445.921 1582.72 452.342C1581.9 459.139 1580.81 467.889 1579.9 474.842C1579.51 477.806 1578.99 482.025 1578.72 484.217C1576.54 502.623 1575.98 504.941 1572.66 509.294C1571.34 511.018 1549.47 528.272 1490.04 574.45C1429.95 621.147 1408.73 637.889 1407.32 639.705C1406.28 641.048 1404.99 643.369 1404.45 644.861L1388.21 770.236C1388.02 771.331 1388.25 771.614 1389.98 772.452C1392.4 773.628 1393.58 775.502 1393.58 778.192C1393.57 783.071 1388.83 786.033 1384.4 783.93C1380.51 782.085 1379.71 776.566 1382.89 773.644C1383.79 772.825 1384.74 772.074 1385.01 771.974C1385.5 771.797 1386.01 768.472 1387.92 753.042C1388.43 748.917 1389.28 742.062 1389.82 737.808C1390.35 733.554 1391.21 726.699 1391.72 722.574L1393.6 707.574L1395.47 692.574C1395.99 688.449 1396.82 681.804 1397.32 677.808C1397.82 673.812 1398.56 667.935 1398.97 664.748C1399.38 661.561 1400.02 656.305 1400.4 653.068C1400.78 649.83 1401.34 646.32 1401.64 645.269C1402.36 642.764 1404.44 639.098 1406.35 636.953C1407.63 635.521 1420.87 625.099 1451.24 601.631C1453.94 599.539 1464.91 591 1475.61 582.655L1500.92 562.974C1504.15 560.494 1515.01 552.056 1525.06 544.222C1535.12 536.388 1548.82 525.746 1555.51 520.574C1562.2 515.402 1568.47 510.354 1569.45 509.358C1569.88 509.019 1571.11 507.607 1572.62 504.671C1574.06 501.674 1574.29 500.33 1576.84 479.763C1577.38 475.381 1578.24 468.525 1578.74 464.529C1579.24 460.533 1580.08 453.836 1580.6 449.647C1581.12 445.457 1581.96 438.707 1582.47 434.647C1582.97 430.586 1583.81 423.889 1584.32 419.764C1584.84 415.639 1585.7 408.678 1586.24 404.295C1586.78 399.913 1587.62 393.163 1588.12 389.296C1588.61 385.428 1589.45 378.679 1589.99 374.296C1590.53 369.913 1591.37 363.163 1591.86 359.296C1592.36 355.429 1593.18 348.89 1593.69 344.765C1594.21 340.64 1595.05 333.837 1595.58 329.647C1596.1 325.457 1596.96 318.601 1597.49 314.413C1598.74 304.419 1600.02 294.127 1601.25 284.297C1601.79 279.914 1602.63 273.269 1603.11 269.531C1603.59 265.793 1604.24 260.475 1604.55 257.715L1605.12 252.696L1603.64 251.019C1602.39 249.596 1602.17 248.972 1602.17 246.898Z' fill='url(%23paint9_linear_10_641)'/%3E%3Cpath id='Line11' d='M1761.3 450.181C1761.73 449.522 1762.97 448.58 1764.04 448.088C1769.74 445.484 1775.61 451.955 1772.2 457.077C1771.62 457.953 1770.33 459.069 1769.33 459.556C1767.59 460.408 1766.07 460.351 1763.13 459.322C1762.68 459.163 1728.81 485.331 1642.97 552.159C1631.23 561.297 1618.46 571.227 1614.59 574.225C1610.73 577.223 1600.85 584.899 1592.65 591.283C1584.45 597.666 1576.64 603.383 1575.31 603.987C1569.92 606.422 1568.12 606.421 1549.67 603.976C1548.77 603.857 1542.86 603.123 1536.55 602.344C1523.57 600.747 1515.13 599.665 1511 599.073C1506.21 598.384 1501.01 598.763 1498.15 600.008C1496.52 600.722 1485.81 608.751 1467.92 622.676C1452.68 634.535 1438.11 645.869 1435.53 647.862C1430.71 651.593 1429.59 652.886 1427.55 657.129C1426.36 659.596 1426.24 660.295 1424.3 676.519C1423.92 679.677 1423.3 684.687 1422.91 687.652L1419.38 715.777C1418.88 719.773 1418.05 726.417 1417.53 730.542C1417.01 734.667 1416.14 741.628 1415.6 746.011C1415.05 750.393 1414.31 756.194 1413.95 758.901C1413.36 763.349 1413.37 763.868 1414.05 764.292C1417.26 766.303 1418.89 769.183 1418.24 771.741C1417.76 773.686 1415.26 776.18 1413.47 776.517C1405.94 777.928 1402.16 768.396 1408.83 764.821C1409.85 764.272 1410.73 763.822 1410.77 763.82L1417.21 712.727C1420.7 684.627 1423.91 660.326 1424.32 658.725C1424.75 657.071 1425.93 654.548 1427.04 652.886C1429.13 649.769 1429.16 649.74 1450.77 632.978C1457.08 628.077 1469.11 618.728 1477.49 612.203C1485.86 605.678 1493.48 599.859 1494.4 599.273C1496.67 597.832 1501.96 596.247 1504.5 596.247C1505.63 596.247 1512.41 596.982 1519.56 597.881L1549.67 601.643C1552.64 602.005 1557.49 602.631 1560.45 603.035C1570.66 604.425 1572.96 603.623 1584.46 594.687L1639.67 551.742C1641.86 550.027 1653.25 541.168 1664.98 532.054C1676.71 522.94 1688.1 514.082 1690.3 512.368C1692.49 510.655 1707.15 499.258 1722.87 487.043C1765.01 454.31 1761.16 457.46 1760.76 456.092C1760.2 454.205 1760.45 451.475 1761.3 450.181Z' fill='url(%23paint10_linear_10_641)'/%3E%3Cpath id='Line12' d='M1726.35 411.642C1725.26 408.536 1727.24 404.521 1730.3 403.638C1732.55 402.984 1733.06 403.038 1735.28 404.178C1739.85 406.521 1740.2 412.367 1735.94 415.16C1734.8 415.906 1733.06 416.035 1729.13 415.663C1728.13 415.568 1724.1 418.482 1708.5 430.607C1697.84 438.892 1685.64 448.369 1681.39 451.668C1677.14 454.967 1671.33 459.491 1668.5 461.72C1665.66 463.95 1636.24 486.834 1603.11 512.573C1569.98 538.313 1542.72 559.6 1542.52 559.88C1541.83 560.881 1542.44 561.759 1544.05 562.086C1544.95 562.27 1548.43 562.759 1551.78 563.175C1555.13 563.59 1558.51 564.014 1559.28 564.116C1570.86 565.651 1572.61 565.567 1577.52 563.241L1622.56 528.872L1665.22 495.636L1665.06 492.799C1664.87 489.419 1665.72 487.423 1667.94 486.073C1672.12 483.519 1677.63 486.617 1677.64 491.53C1677.64 493.72 1676.16 496.279 1674.34 497.231C1673.19 497.838 1669.62 497.804 1668.23 497.173C1667.51 496.842 1666.54 497.557 1644.36 514.902C1640.36 518.027 1630.45 525.734 1622.33 532.03C1614.21 538.326 1603.34 546.765 1598.19 550.785C1582 563.406 1580.9 564.222 1578.5 565.422C1574.89 567.227 1570.56 567.8 1565.2 567.185C1553.74 565.872 1542.39 564.269 1541.62 563.856C1541.15 563.606 1540.45 562.916 1540.06 562.324C1538.96 560.65 1539.91 558.733 1543.02 556.309C1544.49 555.166 1552.44 548.988 1560.69 542.579L1580.84 526.877C1586.38 522.529 1611.51 502.98 1623.03 494.06C1633.03 486.315 1650.05 473.078 1661 464.532C1666.16 460.506 1682.82 447.55 1698.03 435.74C1713.24 423.931 1725.95 414.018 1726.28 413.711C1726.74 413.279 1726.75 412.809 1726.35 411.642Z' fill='url(%23paint11_linear_10_641)'/%3E%3Cpath id='Line13' d='M1777.69 476.958C1777.31 474.427 1778.45 471.827 1780.49 470.541C1782.66 469.18 1786.42 469.56 1788.26 471.325C1790.16 473.147 1790.86 475.415 1790.21 477.616C1789.05 481.465 1784.96 483.319 1781.28 481.66L1779.49 480.851L1748.6 504.877C1731.62 518.092 1715.08 530.947 1711.86 533.444C1708.64 535.941 1677.22 560.366 1642.05 587.722C1603.34 617.834 1577.07 637.954 1575.49 638.707C1571.07 640.814 1568.07 641.084 1559.88 640.113C1555.94 639.645 1552.4 639.209 1552.02 639.142C1551.63 639.075 1550.05 638.875 1548.5 638.696C1546.95 638.517 1545.16 638.292 1544.52 638.194C1543.87 638.097 1539.65 637.574 1535.14 637.033C1530.63 636.492 1524.72 635.753 1522.02 635.392C1519.31 635.031 1515.93 634.615 1514.52 634.467C1513.1 634.319 1509.51 633.863 1506.55 633.454C1500.48 632.616 1496.54 632.808 1493.12 634.11C1491.75 634.631 1487.46 637.575 1482.62 641.316L1455.47 664.742C1454.03 667.508 1453.78 668.916 1451.25 689.292C1449.87 700.317 1448.61 710.408 1447.47 719.527C1446.94 723.78 1446.08 730.636 1445.57 734.761C1445.06 738.886 1444.33 744.581 1443.95 747.417C1443 754.555 1443.02 754.915 1444.64 756.065C1446.3 757.251 1447.21 759.77 1446.88 762.273C1446.43 765.638 1443.65 767.584 1439.82 767.217C1437.86 767.028 1437.21 766.707 1435.91 765.296C1434.54 763.8 1434.36 763.297 1434.36 760.971C1434.36 758.602 1434.52 758.179 1435.96 756.742C1436.84 755.864 1438.2 755.016 1438.99 754.857C1440.15 754.626 1440.48 754.284 1440.68 753.103C1440.82 752.296 1443.25 732.968 1446.09 710.152C1449.88 679.591 1451.49 667.989 1452.19 666.09C1452.63 664.161 1454.25 662.56 1455 662L1479 641.316L1490.65 632.663C1495.45 630.246 1498.07 630.102 1510.17 631.596C1516.04 632.321 1523.16 633.195 1526 633.539C1528.84 633.883 1534.43 634.584 1538.42 635.096C1542.42 635.608 1546.85 636.164 1548.27 636.334C1549.68 636.503 1553.9 637.043 1557.64 637.535C1561.38 638.026 1565.36 638.429 1566.48 638.431C1569.31 638.435 1573.79 637.2 1576 635.806C1577.4 634.924 1676.5 558.045 1704.17 536.372C1706.47 534.576 1724.01 520.926 1743.17 506.04L1778 478.974L1777.69 476.958Z' fill='url(%23paint12_linear_10_641)'/%3E%3Cpath id='Line14' d='M1620.97 265.095C1621.77 264.185 1623.06 263.274 1623.84 263.071C1626.17 262.468 1628.26 262.965 1630.11 264.564C1631.63 265.881 1631.87 266.372 1632.05 268.617C1632.31 271.903 1630.97 274.128 1628.11 275.124L1626.18 275.794L1625.17 283.561C1624.61 287.833 1623.75 294.597 1623.25 298.593C1622.75 302.589 1621.92 309.286 1621.39 313.475C1620.87 317.664 1620.01 324.519 1619.48 328.709C1618.96 332.899 1618.12 339.649 1617.61 343.709C1617.1 347.769 1616.27 354.413 1615.77 358.475C1615.26 362.536 1614.41 369.339 1613.88 373.593C1613.35 377.846 1612.62 383.647 1612.25 386.483C1611.88 389.319 1611.04 396.069 1610.39 401.483C1609.73 406.897 1608.88 413.647 1608.51 416.483C1608.13 419.319 1606.76 430.287 1605.46 440.858C1604.17 451.428 1602.8 462.291 1602.42 464.998C1602.04 467.705 1601.59 471.66 1601.42 473.787C1601.11 477.486 1601.14 477.654 1602.07 477.654C1602.63 477.654 1616.37 467.278 1635.06 452.728C1652.68 439.019 1669.83 425.684 1673.19 423.094C1676.54 420.505 1684.24 414.51 1690.3 409.772C1696.35 405.034 1703.55 399.438 1706.29 397.336L1711.27 393.514L1711.03 390.857C1710.84 388.689 1710.98 387.901 1711.8 386.576C1714.15 382.772 1719.91 382.822 1722.5 386.67C1726 391.865 1720.14 398.688 1714.63 395.839C1713.86 395.442 1712.98 395.272 1712.66 395.461C1712.12 395.786 1694.04 409.819 1673.19 426.089C1631.5 458.617 1607 477.62 1605.35 478.709C1602.02 480.902 1599.34 480.206 1598.77 476.995C1598.63 476.246 1598.9 472.871 1599.36 469.495C1599.82 466.12 1600.64 459.771 1601.18 455.389C1603.28 438.432 1604.11 431.7 1604.98 424.92C1605.47 421.053 1606.32 414.303 1606.86 409.92L1610.62 379.921C1611.12 376.054 1612.07 368.46 1612.73 363.046C1613.39 357.632 1614.23 350.882 1614.59 348.046C1614.96 345.21 1615.7 339.409 1616.23 335.156C1616.76 330.902 1617.6 324.152 1618.1 320.156C1618.6 316.16 1619.45 309.304 1620 304.921C1620.54 300.539 1621.38 293.894 1621.86 290.156C1622.33 286.418 1622.86 282.094 1623.01 280.547C1623.17 279 1623.41 277.194 1623.54 276.534C1623.72 275.595 1623.51 275.193 1622.56 274.688C1620.74 273.714 1619.52 271.384 1619.52 268.906C1619.52 267.164 1619.79 266.434 1620.97 265.095Z' fill='url(%23paint13_linear_10_641)'/%3E%3Cpath id='Line15' d='M1730.37 219.632C1768.2 190.086 1806.27 160.673 1807.12 160.331C1808.8 159.658 1809.75 159.773 1810.75 160.771C1812.52 162.54 1812.55 161.84 1809.8 183.516C1808.51 193.624 1807.24 203.806 1806.34 211.172C1805.93 214.524 1805.27 219.903 1804.87 223.125C1804.47 226.348 1803.85 231.41 1803.5 234.375C1802.87 239.633 1802.34 243.87 1800.45 258.75C1799.46 266.557 1798.15 276.977 1796.66 288.984C1796.14 293.109 1795.32 299.648 1794.84 303.515C1792.62 321.174 1792.71 319.822 1793.68 320.367C1795.39 321.323 1797.14 323.524 1797.44 325.08C1798.63 331.438 1790.35 335.37 1786.19 330.423C1783.25 326.933 1784.52 322.172 1788.94 320.099L1790.32 319.452L1800.07 241.426C1810.41 158.79 1810.16 161.388 1807.62 162.79L1807.62 162.791C1806.52 163.4 1806.52 163.401 1772.79 189.655C1744.03 212.051 1733.72 220.065 1706.94 240.874C1694.82 250.287 1682.47 259.9 1679.49 262.236C1676.51 264.573 1668.9 270.492 1662.56 275.39C1650.56 284.671 1648.37 286.866 1646.56 291.439C1645.92 293.058 1643.5 311.061 1637.75 356.952C1633.4 391.756 1629.83 421.129 1629.83 422.225C1629.83 423.737 1630.01 424.217 1630.58 424.217C1631.29 424.217 1693.66 376.099 1694.85 374.631C1695.26 374.119 1695.28 373.68 1694.91 372.992C1694.64 372.475 1694.5 370.915 1694.62 369.526C1694.79 367.443 1695.11 366.714 1696.41 365.366C1700.16 361.504 1706.26 362.473 1708.59 367.3C1710.37 370.968 1708.92 375.232 1705.26 377.125C1703.49 378.041 1699.89 377.996 1698.27 377.037L1696.96 376.263L1665.62 400.631C1648.38 414.033 1633.72 425.365 1633.02 425.812C1631.07 427.08 1628.89 426.647 1627.8 424.774C1626.9 423.237 1626.9 423.146 1627.91 415.4C1628.87 408.065 1629.41 403.792 1631.75 385.077L1633.62 370.077L1635.5 355.077C1636.01 350.952 1636.86 344.202 1637.37 340.077C1637.88 335.952 1638.6 330.257 1638.97 327.421C1639.34 324.585 1640.17 317.835 1640.83 312.421C1643.09 293.751 1643.31 292.525 1645.01 288.984C1645.87 287.179 1647.29 284.923 1648.17 283.971C1649.04 283.018 1666.52 269.224 1687.01 253.315C1707.51 237.407 1727.02 222.25 1730.37 219.632Z' fill='url(%23paint14_linear_10_641)'/%3E%3Cpath id='Line16' d='M1821.08 478.19C1836.8 465.916 1837.77 465.288 1842.64 464.23C1846.1 463.479 1847.6 463.489 1853.65 464.302C1856.49 464.683 1860.71 465.217 1863.03 465.489C1865.35 465.761 1870.31 466.381 1874.04 466.866C1877.78 467.351 1881.9 467.865 1883.18 468.008C1884.47 468.151 1893.06 469.219 1902.28 470.383C1911.49 471.546 1919.24 472.498 1919.5 472.498C1919.77 472.498 1919.98 473.052 1919.98 473.73C1919.98 474.886 1919.87 474.946 1918.22 474.704C1917.26 474.562 1900.78 472.495 1881.6 470.11C1848.95 466.048 1846.55 465.81 1843.87 466.354C1842.29 466.673 1840.05 467.402 1838.89 467.973C1837.73 468.544 1804.82 493.875 1765.76 524.266L1694.75 579.519L1694.9 581.91C1695.01 583.793 1694.81 584.647 1693.95 585.937C1690.73 590.776 1683.97 589.741 1682.3 584.152C1681.79 582.443 1681.82 581.948 1682.57 580.286C1684.13 576.831 1687.23 575.537 1690.93 576.794C1692.14 577.205 1693.39 577.371 1693.73 577.165C1694.35 576.796 1723.63 554.068 1741.62 540.001C1746.78 535.97 1756.27 528.582 1762.72 523.584C1769.16 518.585 1776.23 513.097 1778.42 511.386L1798.58 495.703C1807.47 488.788 1817.6 480.906 1821.08 478.19Z' fill='url(%23paint15_linear_10_641)'/%3E%3Cpath id='Line17' d='M1473.96 84.2764C1470.91 80.6521 1472.02 75.0224 1476.18 72.9688C1480.79 70.6978 1486.37 73.5379 1487.12 78.5347C1487.79 83 1483.54 87.5867 1479.24 87.035C1477.15 86.7673 1477.46 85.8125 1476.08 97.0328C1475.53 101.545 1474.68 108.4 1474.19 112.267C1473.71 116.134 1472.88 122.726 1472.36 126.916L1472.15 128.611C1471.62 132.787 1470.91 138.488 1470.45 142.151C1469.93 146.339 1469.08 153.089 1468.58 157.15C1468.07 161.212 1467.23 167.961 1466.7 172.15C1465.23 183.892 1463.96 194.061 1462.97 202.032C1461.15 216.629 1460.17 224.457 1459.24 231.797C1457.46 245.741 1456.81 250.998 1456.16 256.406C1455.39 262.827 1454.3 271.491 1453.34 278.906C1452.18 287.952 1451.21 295.727 1450.5 301.875C1450.13 305.097 1449.72 308.261 1449.59 308.906C1449.47 309.55 1449.05 312.82 1448.66 316.171C1446.5 334.674 1446.17 336.535 1444.43 340.064C1443.52 341.913 1441.88 344.28 1440.79 345.323L1400.61 376.88C1397.39 379.375 1357.52 410.377 1312.02 445.775L1229.28 510.133L1229.44 512.146C1229.75 516.283 1227 519.367 1222.99 519.37C1217.12 519.376 1214.42 512.491 1218.69 508.401C1220.48 506.691 1223.52 506.273 1225.91 507.408C1226.86 507.859 1227.86 508.047 1228.21 507.838C1228.54 507.635 1245.9 494.181 1266.78 477.94C1287.67 461.699 1306.97 446.698 1309.67 444.603C1312.38 442.508 1337.06 423.319 1364.52 401.96L1440.49 341.9C1443.54 337.461 1443.66 336.919 1446.54 313.828C1447.58 305.442 1448.72 296.294 1450.28 283.828L1452.16 268.828C1452.67 264.703 1453.53 257.848 1454.06 253.594C1454.59 249.34 1455.32 243.539 1455.69 240.703C1456.06 237.867 1456.9 231.117 1457.56 225.703C1458.77 215.792 1459.87 206.991 1461.59 193.594C1462.1 189.598 1465.35 163.667 1468.8 135.97L1475.08 85.6114L1473.96 84.2764Z' fill='url(%23paint16_linear_10_641)'/%3E%3Cpath id='Line18' d='M1456.42 60.5266C1454.61 56.6711 1455.72 53.1747 1459.26 51.5918C1462.68 50.0613 1466.51 51.5632 1467.87 54.9691C1469.64 59.4011 1466.45 63.752 1461.43 63.752H1459.87L1458.81 72.3066C1458.23 77.0114 1457.34 84.0252 1456.85 87.8924C1455.16 101.1 1454.06 109.924 1451.93 127.267C1450.75 136.806 1449.49 146.931 1449.12 149.767C1448.75 152.603 1448.01 158.403 1447.49 162.657C1446.96 166.911 1446.12 173.661 1445.62 177.657C1445.12 181.653 1444.27 188.403 1443.74 192.657C1443.21 196.911 1442.37 203.661 1441.87 207.657C1441.37 211.653 1440.52 218.403 1439.99 222.657C1439.46 226.911 1438.62 233.66 1438.12 237.656C1437.62 241.653 1436.77 248.402 1436.24 252.656L1432.72 280.614C1432.32 283.745 1431.69 288.808 1431.32 291.864C1429.53 306.885 1428.62 313.021 1427.82 315.272C1426.83 318.111 1424.82 321.158 1422.57 323.259L1329.13 396.128C1278.6 435.401 1237.12 467.73 1236.95 467.969C1236.79 468.209 1236.81 468.959 1237 469.636C1238.27 474.035 1234.45 478.779 1229.7 478.707C1224.74 478.632 1221.19 474.041 1222.45 469.343C1223.05 467.132 1225.93 464.333 1228.05 463.91C1229.66 463.586 1232.45 464.192 1234 465.205C1234.64 465.628 1235.43 465.82 1235.74 465.631C1236.41 465.228 1252.57 452.675 1354.21 373.601L1418.5 323.259C1420.49 321.86 1424.66 318.155 1425.42 314.531C1426.25 312.287 1428.08 299.398 1430.61 277.969C1430.84 276.035 1432.52 262.535 1434.35 247.969C1436.18 233.403 1438.2 217.266 1438.84 212.11C1439.47 206.954 1440.39 199.676 1440.88 195.938L1449.64 126.004L1457.51 62.8665L1456.42 60.5266Z' fill='url(%23paint17_linear_10_641)'/%3E%3Cpath id='Line19' d='M1436.71 32.9469C1436.71 31.1802 1438.24 28.7873 1440.1 27.6562C1441.9 26.5603 1443.64 26.4731 1445.79 27.3712C1450.73 29.4351 1450.85 36.702 1445.98 38.9122C1444.88 39.4142 1443.6 39.83 1443.15 39.8356C1442.7 39.8412 1442.33 40.0278 1442.33 40.2495L1422.66 194.5L1410.92 290.344C1410.13 294.1 1407.78 297.928 1404.39 300.974L1241.19 428.287C1240.34 429.076 1240.03 429.752 1240.18 430.531C1240.51 432.237 1239.46 434.837 1237.91 436.136C1232.94 440.323 1225.6 435.343 1227.64 429.164C1228.88 425.381 1234.09 423.676 1237.34 425.989L1238.77 427.004L1250.69 417.759C1257.24 412.674 1265.44 406.305 1268.91 403.605C1272.38 400.906 1282.39 393.119 1291.16 386.302C1299.92 379.485 1308.89 372.508 1311.08 370.798C1313.27 369.088 1325.08 359.909 1337.33 350.4L1386.63 312.024C1395.83 304.884 1403.93 298.362 1404.64 297.529C1405.34 296.696 1406.54 294.696 1407.29 293.083C1408.54 290.435 1408.87 288.549 1410.75 273.63C1411.9 264.544 1413.04 255.332 1413.3 253.161C1413.56 250.989 1414.4 244.239 1415.18 238.161C1415.96 232.083 1416.79 225.422 1417.03 223.36L1422.66 178.36C1425.51 155.673 1428.14 134.685 1428.49 131.72C1428.85 128.755 1431.6 106.643 1434.61 82.581L1440.09 38.832L1439.05 38.1059C1437.82 37.2481 1436.7 34.7811 1436.71 32.9469Z' fill='url(%23paint18_linear_10_641)'/%3E%3Cpath id='Line20' d='M723.335 934.821C718.172 931.874 719.157 923.664 724.915 921.653C727.113 920.884 728.532 921.002 730.79 922.142C733.611 923.566 735.099 926.138 734.848 929.159C734.544 932.814 732.623 934.904 728.313 936.267C727.772 936.438 727.493 937.005 727.493 937.932C727.493 938.706 727.08 942.456 726.576 946.267C726.072 950.078 725.232 956.624 724.708 960.814C724.185 965.004 723.335 971.807 722.819 975.932C722.304 980.057 721.467 986.754 720.961 990.814C720.454 994.874 719.61 1001.62 719.086 1005.81C718.561 1010 717.703 1016.86 717.178 1021.05C716.654 1025.24 715.818 1031.93 715.32 1035.93C714.822 1039.93 713.986 1046.57 713.462 1050.7C711.963 1062.5 711.091 1069.48 710.391 1075.3C707.563 1098.83 707.263 1100.58 705.457 1104.14C704.645 1105.74 702.89 1108.1 701.557 1109.38C700.224 1110.67 661.165 1141.21 614.759 1177.25C568.354 1213.3 529.602 1243.53 528.644 1244.44C527.686 1245.34 526.16 1247.5 525.252 1249.23C523.811 1251.97 523.484 1253.25 522.679 1259.34L519.551 1284.25C519.256 1287.1 519.214 1287.18 517.882 1287.18C516.601 1287.18 516.531 1287.08 516.763 1285.65L519.648 1263.27C520.778 1253.94 521.098 1252.34 522.427 1249.4C523.785 1247.43 526.6 1243.4 527 1243C527.4 1242.6 532.82 1238.11 535.48 1235.92C539.897 1232.48 570.193 1208.92 602.806 1183.56C635.419 1158.21 663.896 1136.06 666.087 1134.35L700.184 1107.34C703.201 1104.13 704.875 1100.19 705.454 1094.95C705.722 1092.53 706.248 1088.22 706.623 1085.38C706.997 1082.55 707.722 1076.85 708.234 1072.73C708.746 1068.6 709.587 1061.85 710.103 1057.73L711.978 1042.73L713.853 1027.73C714.368 1023.6 715.219 1016.8 715.744 1012.61C716.268 1008.42 717.112 1001.67 717.619 997.609C718.125 993.549 718.969 986.799 719.494 982.609C720.018 978.419 720.863 971.669 721.37 967.609C721.878 963.549 722.629 957.613 723.04 954.417C724.091 946.235 725.129 937.386 725.136 936.556C725.139 936.169 724.329 935.389 723.335 934.821Z' fill='url(%23paint19_linear_10_641)'/%3E%3Cpath id='Line21' d='M688.841 957.76C688.419 955.81 689.896 952.591 691.736 951.451C695.036 949.406 699.949 951.063 701.196 954.64C702.356 957.967 701.514 960.241 698.245 962.612L696.897 963.59L694.182 985.346C692.689 997.312 691.136 1009.63 690.731 1012.73C689.917 1018.95 687.03 1042.03 686.013 1050.46C685.655 1053.43 685.039 1058.38 684.643 1061.48C684.248 1064.57 683.389 1071.53 682.733 1076.94C681.362 1088.27 680.978 1090.15 679.396 1093.3C677.573 1096.93 675.718 1098.96 670.615 1102.87L604.447 1154.3C595.166 1161.49 584.725 1169.61 581.244 1172.34C577.764 1175.08 561.627 1187.63 545.385 1200.24C529.143 1212.85 514.851 1224.1 513.624 1225.24C512.367 1226.41 510.772 1228.58 509.972 1230.2L509 1233L505.79 1254.36C505.233 1258.88 504.379 1265.63 503.894 1269.36C503.409 1273.1 502.778 1278.27 502.492 1280.85C501.822 1286.91 501.73 1287.18 500.349 1287.18C499.297 1287.18 499.221 1287.03 499.43 1285.42C499.555 1284.45 500.096 1280.08 500.631 1275.69C501.166 1271.31 502.008 1264.56 502.502 1260.69C502.996 1256.83 503.841 1250.08 504.379 1245.69C504.918 1241.31 505.549 1236.5 505.781 1235.01C506.275 1231.85 508.472 1227.19 510.607 1224.79C511.826 1223.42 536.937 1203.71 583.822 1167.33C586.916 1164.93 593.244 1160.02 597.885 1156.4C602.525 1152.79 608.853 1147.87 611.947 1145.48C615.041 1143.08 623.9 1136.18 631.634 1130.16L659.29 1108.67C666.767 1102.87 673.31 1097.69 673.829 1097.15C676.412 1094.46 679.212 1088.52 679.212 1085.73C679.212 1085.04 679.619 1081.41 680.116 1077.66C680.614 1073.92 681.467 1067.27 682.013 1062.88C683.005 1054.91 684.014 1046.83 685.805 1032.53C686.329 1028.34 687.173 1021.59 687.68 1017.53C688.187 1013.47 689.023 1006.78 689.539 1002.65C690.054 998.526 690.904 991.723 691.428 987.533C691.951 983.343 692.792 976.796 693.296 972.986C694.553 963.478 694.55 963.428 692.641 962.631C690.818 961.868 689.313 959.94 688.841 957.76Z' fill='url(%23paint20_linear_10_641)'/%3E%3Cpath id='Line22' d='M1840.73 499.179C1841.85 498.593 1843.85 497.839 1845.17 497.501C1847.95 496.787 1853.35 496.964 1861.62 498.041C1864.72 498.443 1868.09 498.877 1869.12 499.005C1870.15 499.133 1881.94 500.604 1895.31 502.273C1908.68 503.944 1919.7 505.31 1919.8 505.31C1919.9 505.31 1919.98 505.856 1919.98 506.523C1919.98 507.662 1919.87 507.719 1918.22 507.459C1917.26 507.307 1913.72 506.867 1910.37 506.481C1907.02 506.096 1901.85 505.466 1898.89 505.081C1895.92 504.697 1892.65 504.278 1891.62 504.151C1890.59 504.023 1886.37 503.496 1882.25 502.979C1878.12 502.462 1873.9 501.936 1872.87 501.812C1871.84 501.687 1868.57 501.273 1865.61 500.892C1855.17 499.549 1854.08 499.451 1849.9 499.468C1846.5 499.482 1845.2 499.701 1843.18 500.599C1841.57 501.317 1819.83 517.933 1782.01 547.356L1723.34 592.999L1723.48 595.677C1723.65 598.937 1722.49 601.12 1720.07 602.134C1717.95 603.017 1716.36 602.987 1714.33 602.026C1711.86 600.853 1710.83 598.895 1711.06 595.818C1711.22 593.612 1711.47 593.075 1712.95 591.716C1714.45 590.344 1714.97 590.153 1717.21 590.153C1718.62 590.153 1719.9 590.364 1720.06 590.622C1720.67 591.604 1722.06 590.988 1725.69 588.13L1748.42 570.455C1758.86 562.359 1770.25 553.5 1773.73 550.769C1802 528.59 1839.06 500.049 1840.73 499.179Z' fill='url(%23paint21_linear_10_641)'/%3E%3Cpath id='Line23' d='M1842.17 531.967C1843.33 531.409 1845.23 530.687 1846.39 530.361C1850.15 529.305 1851.05 529.371 1875.45 532.507C1882.2 533.373 1910.52 536.887 1915.29 537.449C1919.59 537.955 1919.98 538.114 1919.98 539.372C1919.98 540.465 1919.86 540.53 1918.22 540.286C1915.66 539.902 1913.89 539.677 1906.86 538.832C1903.38 538.415 1898.31 537.779 1895.61 537.419C1892.9 537.06 1889.31 536.624 1887.64 536.452C1885.96 536.279 1884.25 536.075 1883.84 535.999C1883.43 535.922 1881.95 535.728 1880.56 535.567C1879.17 535.406 1877.5 535.186 1876.86 535.08C1876.21 534.972 1874.74 534.776 1873.57 534.643C1872.41 534.51 1868.2 533.986 1864.2 533.479C1852.35 531.976 1850.44 531.863 1847.72 532.505C1843.94 533.394 1841.56 534.776 1835.14 539.801C1831.92 542.322 1826.11 546.833 1822.25 549.827C1813.02 556.966 1791.33 573.844 1782.17 581.013C1778.17 584.139 1771.16 589.598 1766.59 593.145C1762.02 596.693 1758.16 599.785 1758.02 600.016C1757.87 600.248 1758.08 601.066 1758.48 601.835C1760.13 605.025 1758.9 608.812 1755.44 611.16C1754.08 612.085 1753.37 612.236 1751.11 612.078C1748.92 611.925 1748.15 611.634 1746.97 610.513C1745 608.636 1744.2 606.962 1744.2 604.684C1744.2 602.352 1745.1 600.51 1747.01 598.899C1748.85 597.349 1751.09 596.943 1753.97 597.635L1756.26 598.185L1798.16 565.582L1842.17 531.967Z' fill='url(%23paint22_linear_10_641)'/%3E%3Cpath id='Line24' d='M1805.48 606.875L1827.69 589.562L1851.62 571.403C1852.38 570.867 1854.46 569.734 1856.7 569.492C1859.12 569.013 1864.01 569.019 1867.48 569.505C1869.16 569.739 1871.69 570.06 1873.11 570.217C1874.52 570.373 1876.21 570.591 1876.86 570.7C1877.5 570.809 1879.08 571.015 1880.37 571.157C1881.66 571.299 1887.78 572.057 1893.97 572.841C1900.15 573.624 1907.85 574.575 1911.07 574.953C1919.89 575.989 1919.98 576.012 1919.98 577.314C1919.98 577.93 1919.93 578.434 1919.86 578.434C1919.77 578.433 1903.98 576.461 1895.37 575.374C1871.16 572.318 1863.27 571.403 1861.1 571.403C1857.81 571.403 1854.04 572.483 1851.62 574.121C1850.59 574.817 1840.25 582.77 1828.64 591.793L1807.52 608.2L1807.77 611.246C1808.06 614.869 1807.17 616.713 1804.54 617.964C1802.48 618.939 1801.44 618.946 1799.06 617.996C1795.2 616.451 1794.03 611.59 1796.73 608.318C1798.57 606.078 1801.03 605.34 1803.64 606.239L1805.48 606.875Z' fill='url(%23paint23_linear_10_641)'/%3E%3Cpath id='Line25' d='M1684.22 683.165C1684.84 681.245 1687.41 678.821 1689.64 678.056C1691.45 677.432 1692.04 677.446 1698.03 678.258C1699.83 678.502 1702.58 678.832 1704.12 678.99C1705.67 679.149 1709.05 679.566 1711.62 679.918C1714.2 680.27 1717.47 680.685 1718.89 680.841C1720.31 680.998 1723.68 681.421 1726.39 681.782C1729.1 682.143 1732.58 682.556 1734.12 682.699C1735.67 682.842 1739.05 683.267 1741.62 683.645C1745.95 684.277 1748.83 684.644 1763.89 686.477C1766.85 686.838 1770.86 687.342 1772.8 687.596C1774.73 687.85 1777.58 688.188 1779.12 688.347C1780.67 688.506 1782.46 688.727 1783.11 688.838C1783.75 688.949 1785.33 689.159 1786.62 689.305C1787.91 689.451 1789.49 689.658 1790.14 689.765C1790.78 689.872 1792.47 690.082 1793.89 690.232C1795.31 690.382 1798.79 690.811 1801.62 691.186C1808.47 692.092 1817.17 693.177 1824.36 694.022C1827.58 694.401 1831.48 694.904 1833.03 695.141C1834.58 695.376 1837.32 695.71 1839.12 695.883C1840.93 696.055 1842.51 696.255 1842.64 696.328C1842.77 696.401 1844.45 696.61 1846.39 696.792C1848.32 696.975 1850.01 697.186 1850.14 697.261C1850.27 697.336 1851.95 697.54 1853.89 697.714C1858.71 698.149 1860.82 698.763 1862.19 700.13C1863.09 701.033 1863.28 701.575 1863.04 702.556C1862.86 703.25 1862.51 704.071 1862.25 704.38C1862 704.689 1843.17 719.424 1820.41 737.123L1779.03 769.304L1779.69 771.219C1781.38 776.135 1777.72 781.112 1772.48 781.007C1767.55 780.908 1764.11 776.475 1765.35 771.807C1766.31 768.177 1770.11 765.641 1773.72 766.218C1774.77 766.387 1775.74 766.708 1775.88 766.931C1776.54 768.005 1778.5 766.822 1786.69 760.405C1791.55 756.592 1809.77 742.409 1827.17 728.89C1844.57 715.37 1859.31 703.812 1859.93 703.206C1861.84 701.317 1860.77 700.973 1848.03 699.372C1841.58 698.563 1835.68 697.815 1834.9 697.71C1834.13 697.604 1829.07 696.981 1823.65 696.324C1818.24 695.667 1813.07 695.031 1812.17 694.91C1811.27 694.79 1803.67 693.841 1795.29 692.801C1786.92 691.761 1779.32 690.814 1778.42 690.695C1776.93 690.499 1767.47 689.319 1763.42 688.823C1762.52 688.713 1759.99 688.397 1757.8 688.121C1755.6 687.845 1753.07 687.529 1752.17 687.42C1751.27 687.31 1748.84 687.002 1746.78 686.735C1744.72 686.467 1740.39 685.928 1737.17 685.536C1733.95 685.145 1730.57 684.727 1729.67 684.609C1726.76 684.226 1712.72 682.465 1707.17 681.786C1704.21 681.424 1699.99 680.894 1697.8 680.609C1692.23 679.886 1690.48 679.926 1689.13 680.806C1686.39 682.606 1686.78 680.497 1681.85 720.23C1679.01 743.162 1678.52 745.116 1674.54 749.523C1672.96 751.274 1664.08 758.322 1638.5 778.13C1634.63 781.124 1618.92 793.348 1603.58 805.293L1575.69 827.012L1575.84 829.002C1576.25 834.392 1570.69 838.05 1566.22 835.327C1563.07 833.405 1562.04 829.979 1563.72 826.987C1564.29 825.973 1565.35 824.794 1566.08 824.366C1567.77 823.367 1570.95 823.369 1572.65 824.37C1573.85 825.078 1574.07 825.084 1575.06 824.43C1575.66 824.033 1583.64 817.871 1592.8 810.736L1662.64 756.411C1672.02 749.197 1673.15 748.078 1675.1 744.136C1676.8 740.7 1677.03 739.304 1679.74 716.48C1681.58 701.052 1683.81 684.448 1684.22 683.165Z' fill='url(%23paint24_linear_10_641)'/%3E%3Cpath id='Line26' d='M1628.66 824.692C1663.25 797.607 1666.37 795.359 1670.84 794.373C1672.6 793.986 1679.27 794.063 1682.09 794.502C1683.64 794.742 1686.07 795.072 1687.48 795.234C1688.9 795.395 1692.38 795.83 1695.22 796.2C1698.05 796.569 1703.12 797.188 1706.47 797.576C1709.82 797.963 1714.04 798.484 1715.84 798.734C1717.65 798.983 1719.97 799.288 1721 799.41C1725.84 799.984 1728.17 800.277 1743.97 802.291C1753.25 803.473 1762.42 804.637 1764.36 804.877C1766.29 805.116 1771.14 805.732 1775.14 806.246C1784.04 807.391 1792.39 808.435 1799.51 809.295C1802.48 809.653 1809.95 810.589 1816.13 811.376C1822.3 812.163 1827.81 812.807 1828.36 812.807C1828.92 812.807 1830.16 812.069 1831.12 811.166C1835.81 806.745 1843.4 811.197 1841.73 817.39C1840.79 820.884 1837.03 822.877 1833.54 821.728C1831.6 821.087 1829.58 818.863 1829.19 816.951C1829.05 816.208 1828.78 815.512 1828.61 815.404C1828.33 815.231 1819.64 814.097 1803.26 812.098C1800.3 811.735 1780.15 809.214 1758.5 806.495C1736.84 803.775 1718.17 801.436 1717.01 801.296C1715.85 801.155 1710.9 800.522 1706 799.887C1701.1 799.253 1696.04 798.614 1694.75 798.468C1693.46 798.321 1691.88 798.125 1691.23 798.032C1676.52 795.896 1671.2 795.95 1666.85 798.28C1665.86 798.809 1619.01 835.058 1603.34 847.414C1600.25 849.855 1597.35 852.082 1596.9 852.363C1596.28 852.748 1596.08 853.504 1596.08 855.403C1596.08 858.654 1594.84 860.729 1592.31 861.744C1589.98 862.676 1589.52 862.676 1587.19 861.744C1582.14 859.722 1582.14 852.141 1587.19 850.12C1589.61 849.15 1590.34 849.174 1592.53 850.292C1593.53 850.799 1594.57 851.072 1594.86 850.899C1595.33 850.612 1618.45 832.679 1628.66 824.692Z' fill='url(%23paint25_linear_10_641)'/%3E%3Cpath id='Line27' d='M1795.94 393.565C1803.51 387.662 1804.71 386.904 1808.32 385.749C1809.79 385.278 1812.37 384.882 1814.04 384.87C1816.46 384.851 1836.18 387.172 1867.72 391.185C1876.03 392.243 1901.08 395.39 1909.55 396.44L1919.98 397.733L1919.98 398.917L1919.98 400.102L1909.79 398.819C1897.83 397.315 1898.55 397.406 1886.23 395.876C1880.95 395.22 1875.78 394.584 1874.75 394.462C1872.78 394.229 1862.32 392.927 1859.51 392.566C1843.29 390.475 1832.05 389.046 1829.98 388.811C1828.56 388.65 1825.29 388.222 1822.72 387.861C1815.94 386.91 1812.03 387.017 1808.41 388.253L1773.42 414.132L1741.48 438.967L1741.3 441.919C1741.13 444.458 1740.91 445.071 1739.67 446.309C1735.67 450.31 1728.73 447.674 1728.73 442.154C1728.74 439.376 1729.94 437.298 1732.15 436.25C1734.3 435.226 1735.63 435.262 1737.87 436.404L1739.71 437.341L1742.31 435.321C1743.74 434.211 1747.96 430.922 1751.7 428.012L1766.42 416.555C1777.84 407.673 1788.47 399.391 1795.94 393.565Z' fill='url(%23paint26_linear_10_641)'/%3E%3Cpath id='Line28' d='M1694.67 285.628C1709.15 274.372 1723.32 263.336 1726.15 261.105L1759.44 235.411C1762.29 233.775 1765.08 235.45 1765.03 238.76C1765.01 239.829 1762.49 260.687 1759.42 285.111L1753.85 329.519L1755.32 331.048C1758 333.824 1758.32 336.626 1756.29 339.498C1753.56 343.372 1747.47 342.871 1745.39 338.6C1743.56 334.838 1745.63 330.307 1749.45 329.695C1750.78 329.484 1751.3 329.149 1751.45 328.415C1751.65 327.443 1752.1 323.97 1754.02 308.553C1755.78 294.429 1756.84 285.971 1757.78 278.554C1759.74 263.127 1760.21 259.283 1760.88 253.594C1761.26 250.371 1761.78 246.469 1762.02 244.922C1762.27 243.375 1762.48 241.002 1762.48 239.649C1762.48 235.669 1763.18 235.287 1746.08 248.667L1667.96 310.311C1665.65 313.445 1664.6 316.705 1663.84 323.092C1663.09 329.435 1662.06 337.715 1661 345.937C1658.52 365.123 1657.42 374.39 1657.33 376.874C1657.26 378.705 1657.37 378.979 1658.19 378.955C1658.7 378.939 1664.89 374.431 1671.93 368.937C1681.91 361.145 1684.65 358.78 1684.39 358.184C1683.14 355.319 1684.42 351.264 1687 349.931C1688.94 348.923 1691.99 349.032 1693.84 350.174C1696.06 351.548 1697.2 354.664 1696.42 357.257C1695.33 360.923 1692.1 362.55 1688.06 361.47L1686.02 360.924L1673.51 370.699L1659.98 381.017C1658.26 381.93 1656.7 381.665 1655.6 380.272C1654.44 378.805 1654.46 377.939 1656.07 365.624C1656.95 358.818 1658.02 350.312 1659.86 335.39C1662.45 314.364 1662.94 312.398 1666.74 307.956L1694.67 285.628Z' fill='url(%23paint27_linear_10_641)'/%3E%3Cpath id='Line29' d='M499.266 1172.69C501.542 1170.94 504.002 1169.53 506.063 1168.81C508.282 1168.02 510.317 1167.66 512.57 1167.66C517.24 1167.64 538.995 1170.43 540.82 1171.27C542.534 1172.06 543.177 1173.67 542.521 1175.54C542.247 1176.32 537.213 1180.53 528.04 1187.67L449.527 1248.75C446.304 1251.24 433.876 1260.91 421.909 1270.23C401.585 1286.06 400.026 1287.18 398.276 1287.18C397.246 1287.18 396.49 1287.1 396.598 1287L531.206 1182.24C540.715 1174.85 541.781 1173.63 539.174 1173.07C536.217 1172.45 515.182 1169.99 512.807 1170C510.09 1170 506.88 1170.8 504.364 1172.1C503.534 1172.53 483.48 1187.95 459.799 1206.36C417.948 1238.9 416.754 1239.88 417.197 1241.04C418.114 1243.45 417.751 1245.66 416.129 1247.52C413.383 1250.67 409.174 1250.65 406.39 1247.48C405.002 1245.9 404.908 1245.58 405.092 1243.05C405.24 1241 405.566 1240.02 406.401 1239.13C407.972 1237.46 410.729 1236.8 413.22 1237.5L415.194 1238.05L422.868 1232.06C427.089 1228.76 433.179 1224.03 436.402 1221.54C439.625 1219.05 451.015 1210.19 461.714 1201.86C481.31 1186.59 492.69 1177.75 499.266 1172.69Z' fill='url(%23paint28_linear_10_641)'/%3E%3Cpath id='Line30' d='M667.5 970.215C662.697 967.483 663.472 960.176 668.732 958.6C670.726 958.002 671.29 958.054 673.432 959.026C678.392 961.278 678.283 968.474 673.257 970.602C672.118 971.083 671.694 971.606 671.5 972.763L660.715 1059.37C660.592 1060.27 660.066 1064.38 659.547 1068.51C658.689 1075.33 658.437 1076.35 656.751 1079.76C655.732 1081.82 654.093 1084.27 653.11 1085.2C651.661 1086.57 629.987 1103.57 615.931 1114.37C614.256 1115.65 610.564 1118.53 607.728 1120.75L586.5 1137L581.244 1138.43C578.312 1139.07 571.531 1138.4 542.338 1134.6C534.059 1133.5 517.161 1131.32 515.803 1131.32C514.445 1131.32 510.396 1132.47 508.542 1133.05C507.108 1133.7 502.472 1136.95 498.239 1140.25C494.006 1143.55 488.327 1147.97 485.62 1150.07C482.913 1152.16 470.257 1162 457.495 1171.94C444.734 1181.87 408.98 1209.68 378.043 1233.74L321.794 1277.47V1280.95C321.794 1284.3 321.731 1284.5 320.263 1285.81C318.912 1287.02 318.388 1287.18 315.81 1287.16C314.001 1287.15 312.544 1286.89 311.988 1286.47C307.093 1282.76 309.577 1274.99 315.655 1274.99C316.558 1274.99 317.827 1275.23 318.475 1275.53L319.5 1276L335.622 1263.74C341.422 1259.2 355.239 1248.44 366.324 1239.83L390.465 1221.06C430.971 1189.32 505.037 1132.12 506.665 1131.32C509.169 1130.08 512.93 1129.21 515.803 1129.21C516.909 1129.21 529.713 1130.69 544.256 1132.5C558.799 1134.31 571.647 1135.91 572.807 1136.04C573.967 1136.18 575.451 1136.39 576.103 1136.51C577.61 1136.8 583.618 1135.55 585.598 1134.54L629.667 1100.65C644.3 1089.28 652.043 1082.96 652.92 1081.68C654.91 1078.77 656.079 1075.78 656.434 1072.7C656.61 1071.17 657.06 1067.59 657.435 1064.76C658.239 1058.67 659.327 1049.99 660.228 1042.49C660.868 1037.16 661.468 1032.37 663.29 1018L667.047 988.001C667.567 983.811 668.196 978.845 668.446 976.966C669.154 971.635 669.081 971.115 667.5 970.215Z' fill='url(%23paint29_linear_10_641)'/%3E%3Cpath id='Line31' d='M1500.52 669.403C1504 666.759 1508.96 664.453 1511.94 664.094C1514.28 663.813 1515.03 663.85 1519.91 664.49C1522.48 664.828 1527.44 665.446 1530.92 665.863C1534.4 666.28 1537.88 666.709 1538.66 666.816C1539.43 666.922 1543.54 667.437 1547.8 667.96C1552.05 668.483 1556.27 669.007 1557.17 669.124C1564.9 670.128 1571.33 670.931 1575.6 671.426L1580.67 672.015L1581.56 670.755C1584.61 666.481 1590.59 666.93 1592.86 671.603C1594.04 674.04 1593.78 676.19 1592.06 678.232C1588.84 682.055 1583.13 680.947 1581.05 676.096C1580.25 674.245 1580.02 674.058 1578.53 674.058C1577.63 674.058 1574.72 673.753 1572.07 673.38C1567.47 672.733 1561.57 671.985 1549.67 670.539C1546.71 670.179 1538.38 669.116 1531.16 668.177C1515.21 666.104 1512.01 666.02 1508.16 667.574C1505.03 668.837 1491.83 678.752 1489.96 681.237C1487.58 684.401 1486.43 687.38 1485.74 692.105C1485.37 694.683 1483.64 708.274 1481.89 722.308C1478.81 747.094 1478.74 747.837 1479.61 748.323C1483.3 750.38 1484.77 753.858 1483.33 757.064C1480.56 763.193 1470.92 761.178 1470.92 754.471C1470.92 752.185 1473.4 748.647 1475.04 748.604C1475.91 748.582 1476.35 747.051 1476.98 741.792C1477.29 739.214 1477.95 733.941 1478.43 730.073C1478.92 726.206 1479.75 719.614 1480.27 715.424C1480.79 711.234 1481.65 704.379 1482.18 700.19C1482.7 696.001 1483.24 691.625 1483.38 690.464C1483.75 687.408 1485.44 683.248 1487.35 680.714C1488.94 678.596 1492.9 675.2 1500.52 669.403Z' fill='url(%23paint30_linear_10_641)'/%3E%3Cpath id='Line32' d='M468.688 1262.82C473.426 1259.14 477.856 1255.83 478.532 1255.48C480.218 1254.6 481.067 1254.67 482.51 1255.81C484.129 1257.08 484.118 1257.55 482.104 1273.38C481.202 1280.48 480.464 1286.48 480.464 1286.73C480.464 1286.98 479.936 1287.18 479.292 1287.18C478.485 1287.18 478.123 1286.92 478.129 1286.36C478.14 1285.38 479.252 1275.9 480.205 1268.66C481.724 1257.11 481.682 1256.49 479.443 1257.69C478.615 1258.13 464.738 1268.83 442.86 1285.88C441.517 1286.92 440.719 1287.2 439.394 1287.09C437.489 1286.93 434.494 1289.41 468.688 1262.82Z' fill='url(%23paint31_linear_10_641)'/%3E%3Cpath id='Line33' d='M1918.62 225.121C1919.11 221.45 1919.56 217.653 1919.62 216.684C1919.68 215.715 1919.79 219.195 1919.86 224.418L1920 233.914L1915.78 267.543C1913.46 286.039 1911.38 301.81 1911.15 302.591C1910.34 305.354 1908.68 307.992 1906.03 310.76C1904.02 312.858 1848.61 356.422 1842.6 360.629C1841.69 361.268 1841.65 361.477 1842.17 363.062C1844.04 368.705 1838.98 374.22 1833.33 372.71C1829.62 371.718 1827.64 369.135 1827.64 365.296C1827.65 359.903 1833.5 356.464 1838.56 358.877L1840.14 359.63L1870.1 336.367C1886.58 323.572 1901.35 311.96 1902.92 310.562C1907.27 306.701 1908.98 302.889 1909.89 295.057C1910.59 289.093 1911.37 282.81 1912.7 272.578C1913.07 269.742 1913.51 266.156 1913.67 264.609C1913.83 263.062 1914.35 258.738 1914.83 255C1915.31 251.262 1916.16 244.512 1916.71 240C1917.27 235.489 1918.13 228.793 1918.62 225.121Z' fill='url(%23paint32_linear_10_641)'/%3E%3Cpath id='Line34' d='M1860.49 595.972C1861.36 595.077 1862.71 594.149 1863.49 593.911C1867.2 592.777 1871.55 594.817 1872.89 598.327C1874.28 601.971 1873.22 605.059 1869.78 607.421C1867.54 608.96 1863.7 608.703 1861.27 606.85C1857.99 604.353 1857.61 598.946 1860.49 595.972Z' fill='url(%23paint33_linear_10_641)'/%3E%3Cpath id='Line35' d='M1896.44 720.817C1889.97 720.195 1888.5 711.552 1894.43 708.934C1897.74 707.473 1901.46 708.856 1903.05 712.141L1904.03 714.163L1910.71 715.005C1920.06 716.181 1919.98 716.16 1919.98 717.481C1919.98 718.505 1919.83 718.58 1918.22 718.359C1913.59 717.725 1904.96 716.715 1904.2 716.717C1903.73 716.719 1902.99 717.337 1902.56 718.09C1901.42 720.095 1899.2 721.082 1896.44 720.817Z' fill='url(%23paint34_linear_10_641)'/%3E%3Cpath id='Line36' d='M1861.39 750.927C1861.39 747.642 1863.12 745.26 1866.08 744.492C1869.34 743.642 1872.58 745.184 1873.77 748.148C1874.17 749.164 1874.56 749.996 1874.63 749.996C1874.69 749.997 1884.86 751.263 1897.23 752.809C1909.59 754.355 1919.77 755.62 1919.84 755.62C1919.92 755.62 1919.98 756.15 1919.98 756.797C1919.98 757.889 1919.85 757.957 1918.22 757.728C1917.26 757.592 1911.3 756.849 1904.98 756.077C1891.34 754.407 1891.7 754.452 1882.48 753.272C1878.49 752.761 1874.97 752.342 1874.68 752.341C1874.38 752.34 1873.72 753.039 1873.22 753.895C1871.99 755.97 1869.34 757.21 1866.83 756.874C1864.04 756.5 1861.39 753.599 1861.39 750.927Z' fill='url(%23paint35_linear_10_641)'/%3E%3Cpath id='Line37' d='M1875.58 793.743C1871.16 791.646 1871.09 784.682 1875.46 782.469C1877.03 781.675 1879.89 781.72 1881.53 782.563C1883.18 783.42 1884.82 785.447 1884.82 786.635C1884.82 787.124 1885.09 787.615 1885.41 787.727C1885.93 787.905 1897.33 789.439 1903.11 790.107C1906.78 790.533 1907.89 790.676 1914 791.51C1919.73 792.291 1919.98 792.372 1919.98 793.426C1919.98 794.031 1919.71 794.526 1919.38 794.526C1918.83 794.526 1916.03 794.178 1904.04 792.614C1899.49 792.021 1899.36 792.004 1891.2 790.984L1885.15 790.227L1884.01 791.683C1881.81 794.485 1878.73 795.238 1875.58 793.743Z' fill='url(%23paint36_linear_10_641)'/%3E%3Cpath id='Line38' d='M1879.67 820.115C1880.57 819.661 1882.58 819.009 1884.12 818.664C1888.15 817.766 1888.3 817.775 1904.75 819.838C1912.97 820.869 1919.76 821.713 1919.84 821.713C1919.92 821.713 1919.98 822.264 1919.98 822.937C1919.98 824.058 1919.85 824.14 1918.46 823.908C1917.62 823.769 1910.55 822.864 1902.74 821.898L1888.55 820.141L1885.11 820.952C1880.54 822.03 1879.35 822.721 1871.76 828.731C1860.34 837.768 1861.29 835.128 1856.94 870.092C1855 885.636 1853.22 899.935 1852.98 901.869C1852.69 904.155 1852.69 905.441 1852.99 905.546C1855.27 906.347 1857.64 910.074 1857.63 912.824C1857.62 914.968 1855.78 917.863 1853.64 919.105C1850.15 921.137 1845.25 919.629 1843.34 915.93C1841.23 911.853 1843.84 906.198 1848.23 905.32C1849.03 905.16 1849.78 904.883 1849.89 904.704C1850.09 904.385 1850.68 900.022 1852.49 885.462C1853.99 873.486 1855.29 863.141 1856.22 855.697C1856.71 851.83 1857.25 847.4 1857.41 845.854C1857.99 840.348 1860.36 835.414 1864.08 831.967C1867.16 829.112 1877.67 821.12 1879.67 820.115Z' fill='url(%23paint37_linear_10_641)'/%3E%3Cpath id='Line39' d='M854.112 1218.51C854.724 1217.61 855.964 1216.57 856.867 1216.19C859.115 1215.25 860.34 1215.3 862.5 1216.4C867.208 1218.8 867.028 1225.58 862.201 1227.72C859.944 1228.72 858.02 1228.59 856.051 1227.3C855.344 1226.83 854.791 1226.75 854.403 1227.05C854.082 1227.3 851.394 1229.39 848.429 1231.71L823.117 1251.38C812.16 1259.88 797.327 1271.41 790.155 1277.01C777.972 1286.51 776.988 1287.18 775.179 1287.18C774.101 1287.18 773.44 1287 773.688 1286.79C773.933 1286.57 791.978 1272.53 813.787 1255.59L853.442 1224.78L853.22 1222.46C853.037 1220.56 853.198 1219.85 854.112 1218.51Z' fill='url(%23paint38_linear_10_641)'/%3E%3Cpath id='Line40' d='M845.385 1264.27C845.388 1260.52 846.577 1258.49 849.554 1257.13C852.114 1255.97 853.958 1256.02 856.404 1257.31C859.237 1258.81 860.338 1261.07 860.201 1265.09C860.128 1267.24 856.871 1270.55 854.372 1271.02C852.414 1271.39 848.755 1270.56 847.925 1269.56C847.362 1268.88 846.051 1269.81 831.085 1281.49C824.605 1286.56 823.62 1287.17 821.968 1287.17C820.856 1287.18 820.295 1287.01 820.562 1286.76C820.807 1286.53 826.492 1282.07 833.195 1276.85L845.382 1267.37L845.385 1264.27Z' fill='url(%23paint39_linear_10_641)'/%3E%3Cpath id='Line41' d='M635.619 973.868C635.619 971.289 637.197 968.866 639.385 968.085C641.932 967.174 644.498 967.739 646.4 969.629C647.915 971.134 648.041 971.476 648.041 974.099C648.041 976.781 647.943 977.03 646.29 978.545C645.327 979.427 644.121 980.149 643.611 980.149C642.239 980.149 641.918 981.152 641.054 988.118C640.623 991.598 639.853 997.768 639.344 1001.83C638.834 1005.89 637.989 1012.64 637.465 1016.83C636.941 1021.02 636.111 1027.61 635.619 1031.48C635.128 1035.34 634.277 1042.2 633.73 1046.71C633.182 1051.22 632.325 1057.86 631.825 1061.45C630.432 1071.46 628.779 1074.33 620.809 1080.53C618.044 1082.68 612.81 1086.77 609.177 1089.62L592 1102.31L589.513 1103.41C585.971 1104.59 582.539 1104.9 579.135 1104.37C577.846 1104.17 575.526 1103.86 573.979 1103.69C571.533 1103.42 563.807 1102.45 558.745 1101.79C557.842 1101.67 553.624 1101.15 549.37 1100.62C545.116 1100.1 540.897 1099.57 539.995 1099.45C539.092 1099.33 536.667 1099.03 534.604 1098.78C532.542 1098.53 528.323 1097.99 525.229 1097.57C519.769 1096.84 514.016 1096.61 512.104 1097.03C509.814 1097.54 506.749 1099.03 504.37 1100.78C502.183 1102.39 472.622 1125.29 459.839 1135.28L378.746 1198.35C374.75 1201.47 363.36 1210.33 353.434 1218.03L329.059 1237C325.579 1239.72 318.682 1245.1 313.732 1248.95L304.734 1255.94L304.807 1258.6C304.888 1261.5 304.128 1263.16 302.118 1264.48C296.618 1268.08 289.55 1261.48 292.945 1255.91C294.768 1252.92 297.878 1251.92 301.029 1253.32L303.044 1254.21L333.981 1230.13C350.997 1216.88 368.399 1203.35 372.653 1200.06C376.907 1196.76 389.563 1186.92 400.777 1178.19L426.09 1158.5C428.797 1156.41 440.082 1147.64 451.168 1139.01C509.632 1093.49 505.05 1096.93 509.292 1095.45C513.074 1094.13 517.031 1094.11 526.636 1095.38C531.018 1095.96 535.448 1096.53 536.479 1096.66C537.51 1096.78 539.092 1096.98 539.995 1097.1C540.897 1097.22 542.479 1097.42 543.51 1097.54C544.542 1097.67 548.022 1098.11 551.245 1098.52C554.467 1098.93 558.686 1099.45 560.62 1099.68C562.553 1099.91 566.561 1100.41 569.526 1100.8C572.491 1101.18 576.182 1101.63 577.729 1101.79C579.276 1101.96 580.889 1102.19 581.314 1102.31C582.716 1102.7 588.332 1101.54 590.616 1100.38L624.783 1073.76C628.214 1069.49 628.436 1068.58 630.908 1048.7C631.801 1041.51 632.469 1036.16 634.653 1018.7C635.16 1014.64 636.022 1007.73 636.568 1003.35C637.114 998.969 637.967 992.319 638.465 988.573C639.613 979.919 639.622 980.086 637.99 978.993C636.264 977.836 635.619 976.442 635.619 973.868Z' fill='url(%23paint40_linear_10_641)'/%3E%3Cpath id='Line42' d='M388.679 1148.9C389.29 1148.01 390.311 1147.01 390.948 1146.68C392.538 1145.88 395.384 1145.94 397.071 1146.81C400.15 1148.4 401.329 1153.18 399.334 1155.98C397.444 1158.64 393.785 1159.51 390.877 1158.01C389.956 1157.53 389.267 1157.43 388.908 1157.72C387.827 1158.59 345.129 1191.8 339.372 1196.25L304.45 1223.41C300.583 1226.4 295.521 1230.34 293.2 1232.16C285.477 1238.22 251.054 1264.92 248.341 1266.96C244.923 1269.53 239.934 1271.3 236.093 1271.3C233.948 1271.29 184.086 1265.28 156.092 1261.65C121.352 1257.14 120.194 1257.08 115.037 1259.6C113.77 1260.22 105.084 1266.69 95.7343 1273.98C79.4093 1286.7 78.6621 1287.22 76.9001 1287.09L75.0654 1286.94L80.0712 1283.12C82.8246 1281.02 91.059 1274.63 98.37 1268.93C105.681 1263.22 112.431 1258.16 113.37 1257.68C118.508 1255.07 121.411 1254.97 136.874 1256.91C144.221 1257.83 151.077 1258.68 152.108 1258.8C153.139 1258.93 158.202 1259.57 163.358 1260.24C168.514 1260.9 175.264 1261.75 178.358 1262.12C181.451 1262.49 194.951 1264.17 208.357 1265.86C221.763 1267.55 233.912 1268.94 235.355 1268.95C238.36 1268.97 241.277 1268.28 243.979 1266.9C245.012 1266.38 277.831 1241.08 316.909 1210.69L387.961 1155.43L387.765 1152.98C387.604 1150.98 387.77 1150.24 388.679 1148.9Z' fill='url(%23paint41_linear_10_641)'/%3E%3Cpath id='Line43' d='M359.092 1140.11C358.211 1137.03 359.919 1133.84 363.043 1132.72C365.202 1131.95 367.176 1132.22 369.027 1133.52C372.912 1136.27 372.464 1142.34 368.235 1144.26C365.876 1145.33 364.576 1145.36 362.548 1144.4L360.973 1143.65L354.508 1148.71C342.131 1158.4 339.892 1160.14 309.372 1183.84C292.485 1196.95 275.4 1210.23 271.404 1213.35C261.936 1220.46 242.5 1235.02 240.5 1236.33C238.5 1237.64 236.247 1237.96 235.371 1237.96C233.729 1238.25 231.514 1238.38 230.449 1238.24C229.384 1238.1 225.877 1237.65 222.654 1237.25C219.431 1236.85 216.162 1236.44 215.389 1236.33L188.67 1233.01C187.639 1232.89 186.057 1232.69 185.154 1232.57C184.252 1232.45 182.67 1232.25 181.639 1232.13C179.265 1231.84 173.838 1231.16 166.639 1230.24C163.545 1229.84 159.432 1229.33 157.498 1229.09C155.565 1228.86 142.803 1227.26 129.139 1225.53C115.475 1223.81 103.091 1222.4 101.618 1222.4C97.2558 1222.4 93.721 1223.81 89.5304 1227.2C88.3703 1228.14 85.1008 1230.7 82.2649 1232.88L32.7105 1271.41C16.3977 1284.07 15.9754 1284.44 16.2458 1285.79L16.5233 1287.18H10.1367C3.00378 1287.18 2.81815 1287.07 4.66876 1284.04C6.35296 1281.27 10.1826 1280.27 13.154 1281.8L14.5429 1282.52L33.3841 1267.86L59.7843 1247.33C63.9416 1244.11 72.7643 1237.26 79.3901 1232.12L94.0847 1221.65C98.8931 1219.62 102.131 1219.69 121.639 1222.26C126.538 1222.9 133.288 1223.75 136.639 1224.14C139.991 1224.53 145.053 1225.15 147.889 1225.53C158.028 1226.87 164.822 1227.72 168.514 1228.12C171.561 1228.44 180.714 1229.59 192.654 1231.16C194.416 1231.39 212.598 1233.61 216.092 1234.02C217.252 1234.16 219.467 1234.46 221.013 1234.69C230.974 1236.17 234.984 1236.14 238.963 1234.52C241.546 1233.47 259.101 1220.07 311.247 1179.34C321.889 1171.03 344.141 1153.75 350.622 1148.76L359.092 1142C359.169 1141.9 359.277 1141.39 359.092 1140.11Z' fill='url(%23paint42_linear_10_641)'/%3E%3Cpath id='Line44' d='M598.729 981.023C598.455 978.526 599.852 976.143 602.347 974.851C604.223 973.879 606.894 974.023 608.677 975.192C609.929 976.012 611.719 979.141 611.702 980.482C611.678 982.43 609.898 985.252 608.116 986.165L606.322 987.084L602.519 1017.38L598.717 1047.68L597.015 1051.06C596.079 1052.92 594.683 1055.13 593.913 1055.97C591.972 1058.07 579.691 1067.62 577.453 1068.76C573.063 1071 567.807 1071.51 560.385 1070.4C558.475 1070.11 552.374 1069.29 550.072 1069.01C549.041 1068.88 537.793 1067.47 525.077 1065.88L501.957 1062.99L500.561 1064.68C497.299 1068.64 491.83 1067.94 489.427 1063.26C488.195 1060.87 489.362 1057.12 491.803 1055.63C495.318 1053.49 499.923 1054.93 501.334 1058.63L502.111 1060.66L508.28 1061.45C511.672 1061.88 516.663 1062.52 519.37 1062.88C522.077 1063.24 527.139 1063.88 530.62 1064.29C534.1 1064.71 537.475 1065.13 538.119 1065.22C538.764 1065.32 540.557 1065.53 542.104 1065.69C543.651 1065.85 547.237 1066.3 550.072 1066.68C552.908 1067.06 555.862 1067.45 556.635 1067.55C572.32 1069.61 573.628 1069.28 584.655 1060.59C591.7 1055.04 593.178 1053.5 594.974 1049.83C596.423 1046.87 596.02 1049.71 603.337 991.009C603.605 988.861 603.754 987.068 603.667 987.025C600.249 985.303 599.037 983.829 598.729 981.023Z' fill='url(%23paint43_linear_10_641)'/%3E%3Cpath id='Line45' d='M323.437 1130.1C323.433 1127.31 324.888 1125.09 327.639 1123.7C329.994 1122.51 330.473 1122.46 332.88 1123.13C334.807 1123.66 337.774 1126.65 338.245 1128.52C339.371 1133.01 335.602 1137.65 330.834 1137.65C329.566 1137.65 328.107 1137.42 327.592 1137.15C326.536 1136.58 326.639 1136.51 318.044 1143.27L275.857 1176.07C271.989 1179.07 264.501 1184.89 259.216 1189.02C253.382 1193.61 240.644 1203.17 236.358 1204.65C232.695 1205.63 229.339 1205.48 215.857 1203.7C211.99 1203.19 208.193 1202.68 207.42 1202.58C206.646 1202.48 203.166 1202.06 199.685 1201.64C196.205 1201.22 190.193 1200.47 186.326 1199.97C179.98 1199.15 170.652 1197.99 165.701 1197.4C163.913 1197.19 143.123 1194.58 139.686 1194.14C135.173 1193.56 118.975 1191.57 116.717 1191.32C115.3 1191.16 112.874 1190.84 111.327 1190.62C109.78 1190.39 107.354 1190.08 105.936 1189.92C101.79 1189.46 100.303 1189.28 96.2042 1188.7C94.0743 1188.41 91.2266 1188.27 89.8762 1188.4C84.734 1188.91 83.137 1189.92 64.6867 1204.28C55.0189 1211.81 43.5576 1220.73 39.217 1224.1C22.8334 1236.82 20.133 1238.92 10.3123 1246.58C0.630346 1254.14 0.228164 1254.39 0.0795717 1253.17C-0.0160523 1252.38 0.253476 1251.57 0.78269 1251.06C1.52378 1250.35 34.7986 1224.38 49.9213 1212.72C52.7572 1210.53 60.7301 1204.33 67.6389 1198.94C74.5473 1193.55 81.3403 1188.61 82.7339 1187.98C84.1275 1187.34 86.5186 1186.58 88.0471 1186.3C91.2327 1185.71 92.7726 1185.85 121.171 1189.46C128.069 1190.34 133.756 1191.06 135.936 1191.32C150.351 1193.1 168.83 1195.4 169.92 1195.55C171.694 1195.79 182.349 1197.12 185.154 1197.45C186.314 1197.58 187.896 1197.77 188.67 1197.87C189.443 1197.97 193.662 1198.5 198.045 1199.04C202.428 1199.58 206.752 1200.12 207.654 1200.23C230.971 1203.22 231.471 1203.26 233.931 1202.8C235.296 1202.54 237.484 1201.83 238.791 1201.22L266.013 1180.77C279.677 1170.13 293.493 1159.38 296.716 1156.89L324.433 1135.15C324.595 1134.92 324.439 1134.17 324.084 1133.49C323.73 1132.81 323.439 1131.29 323.437 1130.1Z' fill='url(%23paint44_linear_10_641)'/%3E%3Cpath id='Line46' d='M274.643 1124.34C273.962 1121.89 275.086 1118.86 277.174 1117.53C281.272 1114.9 287.329 1117.89 287.338 1122.55C287.342 1124.78 285.794 1127.48 283.934 1128.48C282.404 1129.31 281.315 1129.33 277.429 1128.64L254.984 1145.38C243.064 1154.66 232.382 1162.81 231.246 1163.48C230.11 1164.15 227.554 1165.09 225.566 1165.56L221.951 1166.41L117.186 1153.34C116.542 1153.24 109.054 1152.31 100.546 1151.26L83.671 1149.16C82.8976 1149.05 80.9992 1148.82 79.4523 1148.64C77.9055 1148.46 76.3235 1148.25 75.9367 1148.18C71.9608 1147.47 68.8652 1147.48 66.1179 1148.19C61.7216 1149.33 60.4883 1150.08 51.7481 1156.94C47.392 1160.35 37.816 1167.82 30.4684 1173.51C23.1209 1179.21 13.2599 1186.87 8.5546 1190.52L0 1197.16L0.0168748 1195.65L58.6799 1148.78C61.3386 1147.05 64.9433 1145.74 68.022 1145.39L129.139 1152.42C132.233 1152.8 139.827 1153.75 146.014 1154.54C152.202 1155.33 159.795 1156.28 162.889 1156.65L196.404 1160.85C197.307 1160.97 198.889 1161.17 199.92 1161.3C200.951 1161.42 206.119 1162.07 211.404 1162.74C217.42 1163.49 221.854 1163.83 223.261 1163.64C228.25 1162.96 229.915 1161.86 252.882 1144.01L275.151 1126.43C275.149 1126.28 274.921 1125.34 274.643 1124.34Z' fill='url(%23paint45_linear_10_641)'/%3E%3Cpath id='Line47' d='M209.177 1133.32C209.45 1130.47 210.609 1128.82 213.288 1127.45C215.884 1126.13 217.703 1126.13 220.032 1127.46C222.935 1129.12 223.826 1130.67 223.826 1134.07C223.826 1136.47 223.621 1137.24 222.654 1138.44C219.985 1141.78 214.641 1142.4 211.809 1139.71C209.612 1137.62 208.924 1135.95 209.177 1133.32Z' fill='url(%23paint46_linear_10_641)'/%3E%3Cpath id='Line48' fill-rule='evenodd' clip-rule='evenodd' d='M1677.92 28.9921C1675.96 30.1438 1674.76 32.6145 1674.92 35.1467L1675.06 37.2443L1659.83 49.1111C1651.45 55.6379 1641.11 63.675 1636.86 66.9717C1589 104.063 1539.2 142.967 1537.62 144.501C1535.56 146.495 1532.64 151.55 1532.14 153.985C1531.9 155.175 1514.92 290.197 1513.55 301.839C1513.29 304.01 1512.44 310.76 1511.67 316.839C1510.89 322.917 1510.04 329.667 1509.79 331.839C1509.54 334.01 1508.69 340.76 1507.92 346.838C1507.14 352.917 1506.3 359.682 1506.05 361.874C1505.8 364.065 1505.29 368.178 1504.92 371.014C1504.54 373.85 1503.82 379.546 1503.31 383.671C1500.62 405.341 1500.42 406.571 1499.09 409.452C1498.37 410.998 1497.2 412.963 1496.48 413.817C1495.76 414.671 1481.96 425.628 1465.82 438.165C1449.68 450.703 1433.62 463.196 1430.14 465.929L1397.56 491.262C1394.73 493.496 1368.15 514.149 1338.5 537.157C1308.85 560.167 1283.68 579.96 1282.57 581.143C1280.28 583.573 1278.03 587.7 1277.37 590.708C1277.13 591.821 1276.59 595.579 1276.17 599.059C1275.75 602.539 1275.11 607.707 1274.74 610.543C1273.92 616.82 1272.89 624.974 1271.69 634.802C1270.75 642.437 1269.6 651.643 1267.95 664.801C1267.42 668.99 1266.69 674.949 1266.31 678.043C1265.94 681.136 1265.32 686.093 1264.93 689.058C1264.55 692.023 1263.8 697.929 1263.27 702.183C1262.74 706.437 1261.89 713.24 1261.38 717.3C1260.4 725.143 1259.21 734.7 1257.68 746.948C1256.13 759.49 1254.91 769.152 1254.13 775.258C1253.72 778.453 1253.09 783.572 1252.73 786.631C1252.05 792.48 1250.92 795.775 1248.49 798.948C1247.81 799.842 1241.21 805.262 1233.82 810.994L1215.22 825.472C1212.39 827.703 1201 836.562 1189.91 845.159L1164.6 864.836C1159.65 868.721 1138.1 885.484 1121.55 898.324C1109.73 907.492 1105.29 910.949 1073.9 935.374C1058.04 947.71 1037.05 964.03 1027.26 971.638C1017.46 979.247 1006.17 988.034 1002.18 991.164C998.181 994.294 986.791 1003.15 976.865 1010.84C966.94 1018.54 956.498 1026.66 953.662 1028.89L927.621 1049.17L907.335 1064.94C906.924 1064.62 906.45 1064.31 905.904 1064C903.575 1062.67 901.756 1062.67 899.161 1063.99C896.481 1065.36 895.323 1067.01 895.05 1069.86C894.797 1072.49 895.484 1074.16 897.682 1076.25C900.513 1078.94 905.857 1078.32 908.527 1074.99C909.494 1073.78 909.698 1073.01 909.698 1070.61C909.698 1068.95 909.487 1067.74 908.935 1066.73L1078.11 935.186C1171.31 862.718 1248.49 802.426 1249.63 801.203C1253.78 796.734 1254.27 794.937 1256.7 775.307C1258.05 764.453 1259.31 754.332 1260.44 745.308C1260.98 741.054 1261.82 734.304 1262.32 730.308C1262.81 726.312 1263.66 719.562 1264.19 715.308C1264.73 711.054 1265.58 704.199 1266.1 700.074C1266.61 695.949 1267.45 689.304 1267.96 685.308C1269.84 670.428 1270.37 666.191 1271 660.933C1271.77 654.513 1272.86 645.849 1273.82 638.434C1274.76 631.158 1275.84 622.456 1276.63 615.934C1278.13 603.437 1278.81 598.113 1279.42 594.035C1280.11 589.355 1281.56 585.925 1284.05 583.061C1284.87 582.125 1333.1 544.39 1391.24 499.206C1449.37 454.021 1497.51 416.396 1498.21 415.595C1498.9 414.794 1500.21 412.662 1501.12 410.858L1502.76 407.577L1511.24 339.843C1515.9 302.589 1522.96 245.953 1526.94 213.985C1530.93 181.836 1534.5 154.813 1534.92 153.517C1535.34 152.228 1536.41 150.065 1537.29 148.712C1538.91 146.237 1540.49 144.892 1554.86 133.739C1558.58 130.854 1572.7 119.878 1586.23 109.347C1599.77 98.8169 1625.58 78.7396 1643.6 64.7311L1676.35 39.2604L1677.95 40.0221C1679.94 40.9699 1682.89 41.0013 1684.65 40.0929C1686.48 39.147 1688.15 35.6319 1687.75 33.5502C1686.93 29.166 1681.73 26.7557 1677.92 28.9921Z' fill='url(%23paint47_linear_10_641)'/%3E%3Cpath id='Line49' fill-rule='evenodd' clip-rule='evenodd' d='M1723.83 27.2325C1721.89 28.9396 1720.98 31.6138 1721.7 33.5029C1721.96 34.1891 1722.17 34.9279 1722.17 35.1449L1698.26 54.1422C1695.56 56.238 1690.39 60.2518 1686.78 63.0615C1683.17 65.8707 1673.05 73.7493 1664.28 80.5691C1655.51 87.3889 1646.55 94.3671 1644.36 96.0762C1640.57 99.0293 1599.13 131.243 1569.36 154.369C1561.75 160.277 1554.52 166.088 1553.27 167.283C1551.91 168.596 1550.38 170.767 1549.41 172.777L1542.6 216.797C1542.09 220.922 1541.26 227.567 1540.76 231.563C1539.86 238.707 1538.9 246.491 1537.06 261.328C1536.19 268.294 1535.76 271.7 1533.26 291.679C1532.27 299.522 1531.08 309.08 1529.56 321.327C1529.04 325.452 1528.19 332.308 1527.66 336.562C1527.12 340.816 1526.28 347.565 1525.78 351.562C1524.74 359.94 1523.4 370.599 1522.06 381.327C1521.54 385.452 1520.68 392.413 1520.13 396.795C1519.58 401.178 1518.74 407.823 1518.26 411.561C1517.78 415.299 1517.26 419.729 1517.09 421.405C1516.64 426.006 1515.5 429.628 1513.56 432.623L1495.94 447.665C1487.21 454.452 1477.74 461.832 1474.91 464.064C1472.07 466.296 1446.44 486.234 1417.95 508.371C1389.47 530.508 1364.37 550.022 1362.17 551.736C1359.98 553.45 1347.12 563.441 1333.58 573.939C1320.05 584.436 1308.08 593.979 1306.98 595.145C1304.34 597.962 1302.37 602.247 1301.74 606.559C1301.46 608.493 1295.65 654.687 1288.84 709.214C1281.98 764.073 1276.13 809.25 1275.73 810.36C1274.3 814.393 1271.96 817.139 1265.98 821.784C1262.81 824.247 1244.94 838.138 1226.26 852.655C1207.58 867.172 1190.5 880.461 1188.29 882.185C1181.98 887.125 1156.88 906.648 1149.13 912.646C1141.52 918.533 1136.09 922.76 1128.04 929.071C1125.2 931.292 1102.42 949.008 1077.41 968.44C1052.4 987.872 1029.2 1005.91 1025.85 1008.53C1022.5 1011.15 998.268 1030 972.004 1050.41C937.772 1077.01 927.118 1085.16 924.177 1086.82C923.804 1086.54 923.381 1086.27 922.904 1086C920.575 1084.67 918.756 1084.67 916.161 1085.99C913.481 1087.36 912.323 1089.01 912.05 1091.86C911.797 1094.49 912.484 1096.16 914.682 1098.25C917.513 1100.94 922.857 1100.32 925.527 1096.99C926.494 1095.78 926.698 1095.01 926.698 1092.61C926.698 1091.52 926.606 1090.62 926.385 1089.84C928.36 1087.36 939.538 1078.65 1003.35 1029.03C1045.89 995.946 1084.28 966.078 1088.66 962.654C1093.04 959.231 1136.41 925.502 1185.02 887.702C1233.64 849.902 1273.95 818.272 1274.6 817.414C1276.44 815.003 1278.25 811.141 1278.73 808.617C1278.97 807.359 1284.77 761.434 1291.61 706.562C1298.45 651.689 1304.28 605.844 1304.55 604.684C1304.82 603.524 1305.88 601.153 1306.91 599.416C1307.13 599.033 1307.33 598.699 1307.54 598.375C1309.17 595.845 1311.7 593.9 1337.1 574.222C1343.79 569.037 1360.95 555.682 1374.13 545.408C1377.48 542.795 1389.19 533.688 1400.14 525.17C1411.1 516.652 1435.88 497.376 1455.22 482.334C1474.56 467.292 1493.65 452.457 1497.64 449.366C1503.34 444.962 1515.24 435.138 1517.3 431.077C1518.42 428.755 1518.87 426.563 1519.87 418.358C1520.28 415.006 1520.93 409.838 1521.31 406.873C1522.26 399.571 1523.34 390.876 1524.13 384.374C1524.9 377.953 1525.98 369.289 1526.94 361.874C1527.9 354.459 1528.98 345.795 1529.75 339.374C1530.4 333.966 1531.06 328.709 1532.83 314.765C1533.35 310.64 1534.19 303.996 1534.69 300C1535.84 290.75 1537.2 279.847 1538.44 270C1539.67 260.153 1541.03 249.25 1542.19 240C1543.34 230.75 1544.7 219.847 1545.94 210C1546.47 205.747 1547.32 198.891 1547.84 194.766C1549.96 177.629 1550.05 177.131 1551.75 173.673C1552.64 171.868 1554.17 169.627 1555.15 168.694C1556.13 167.759 1569.91 156.926 1585.77 144.618C1601.62 132.312 1617.65 119.849 1621.39 116.924C1628.54 111.327 1649.78 94.8101 1676.47 74.0822C1685.23 67.2746 1696.62 58.4134 1701.78 54.3906C1706.94 50.3674 1713.95 44.9028 1717.37 42.2468L1723.59 37.4178L1725.95 38.0234C1729.08 38.825 1731.75 37.9705 1733.29 35.675C1736.21 31.3185 1733.18 25.7836 1727.86 25.7836C1725.87 25.7836 1725.21 26.0212 1723.83 27.2325Z' fill='url(%23paint48_linear_10_641)'/%3E%3Cpath id='Line50' fill-rule='evenodd' clip-rule='evenodd' d='M1660.35 117.462C1656.68 118.447 1654.06 120.012 1647.56 125.106C1644.38 127.599 1639.04 131.756 1635.69 134.344C1630.38 138.443 1601.53 160.872 1576.51 180.354C1572.06 183.817 1567.78 187.422 1566.99 188.365C1565.39 190.291 1563.04 194.979 1562.61 197.11C1562.45 197.883 1555.38 254.111 1546.88 322.061C1531.68 443.705 1531.15 448.474 1528.73 451.896C1528.54 452.154 1528.35 452.406 1528.14 452.699C1527.39 453.726 1521.04 459.038 1513.97 464.544C1506.92 470.035 1499.36 475.926 1497.17 477.635C1494.98 479.344 1480.74 490.414 1465.53 502.235C1450.32 514.055 1435.98 525.215 1433.66 527.034L1422.41 535.78C1418.54 538.771 1411.05 544.597 1405.77 548.727C1400.48 552.857 1392.89 558.765 1388.89 561.857C1384.9 564.949 1372.45 574.616 1361.24 583.34C1350.02 592.064 1339.13 600.537 1337.02 602.168C1332.33 605.809 1330.22 608.232 1328.43 612.007L1301.22 819.838C1300.75 821.561 1298.58 825.473 1297.15 827.158C1296.25 828.23 1289.08 833.893 1266.08 851.716C1257.96 858.009 1246.15 867.185 1239.83 872.107C1223.24 885.034 1212.02 893.763 1203.72 900.203C1189.84 910.96 1086.76 991.116 1081.36 995.35L1033.38 1032.67C1022.18 1041.41 996.839 1061.13 988.818 1067.34C979.63 1074.46 962.606 1087.7 950.85 1096.88C950.172 1097.41 949.532 1097.91 948.928 1098.38C943.799 1102.39 941.223 1104.4 939.821 1105.34C939.311 1104.88 938.68 1104.44 937.904 1104C935.575 1102.67 933.756 1102.67 931.161 1103.99C928.481 1105.36 927.323 1107.01 927.05 1109.86C926.797 1112.49 927.484 1114.16 929.682 1116.25C932.513 1118.94 937.857 1118.32 940.527 1114.99C941.494 1113.78 941.698 1113.01 941.698 1110.61C941.698 1109.3 941.566 1108.26 941.236 1107.39L983.97 1074.16C1029.33 1038.89 1035.22 1034.3 1041.13 1029.72C1042.21 1028.89 1043.28 1028.05 1044.6 1027.03L1083.74 996.572C1085.93 994.86 1114.83 972.388 1147.96 946.633C1181.09 920.879 1212.73 896.265 1218.27 891.936C1223.81 887.607 1244.17 871.775 1263.5 856.752C1295.54 831.866 1298.84 829.177 1300.65 826.473C1301.74 824.842 1302.95 822.418 1303.34 821.086C1303.72 819.756 1304.78 812.655 1305.68 805.307C1306.59 797.959 1307.64 789.522 1308.03 786.557C1308.94 779.542 1310.04 770.797 1310.85 764.057C1311.62 757.637 1312.7 748.973 1313.66 741.558C1314.62 734.143 1315.7 725.478 1316.47 719.058C1317.24 712.638 1318.33 703.973 1319.28 696.558C1320.28 688.848 1321.35 680.288 1322.09 674.058C1322.45 671.094 1323.08 666.031 1323.49 662.808C1323.91 659.586 1324.67 653.574 1325.18 649.449C1325.69 645.324 1326.42 639.629 1326.78 636.793C1327.15 633.957 1327.9 628.051 1328.44 623.668C1329.03 618.948 1329.79 614.894 1330.3 613.723C1332.38 608.985 1333.55 607.938 1357.14 589.618C1369.84 579.761 1382.54 569.87 1385.38 567.637C1388.21 565.405 1416.69 543.253 1448.66 518.412C1525.2 458.937 1527.32 457.295 1529.05 455.308C1529.13 455.219 1529.21 455.129 1529.29 455.034C1532.67 451.117 1533.74 447.857 1534.9 438.045C1535.29 434.694 1536.05 428.576 1536.57 424.451C1537.1 420.326 1537.95 413.577 1538.47 409.452L1540.34 394.452C1540.86 390.327 1541.69 383.682 1542.19 379.686C1542.68 375.69 1543.53 368.94 1544.06 364.686C1545.13 356.177 1546.41 345.898 1547.83 334.57C1549 325.173 1550.36 314.27 1551.58 304.571C1553.04 292.881 1554.32 282.681 1555.31 274.687C1557.63 256.073 1558.21 251.477 1559.04 244.922C1559.53 241.055 1560.38 234.305 1560.92 229.922C1561.37 226.351 1562.03 221.069 1562.53 217.003L1562.85 214.454C1565.21 195.52 1565.52 194.23 1568.7 190.062C1569.4 189.144 1577.38 182.639 1586.42 175.607C1595.47 168.576 1605.72 160.604 1609.2 157.891C1653.61 123.28 1657.5 120.168 1661.8 119.439C1662.35 119.344 1662.92 119.29 1663.57 119.212C1665.45 118.99 1676.44 120.171 1690.76 122.132C1693.47 122.503 1697.48 123.008 1699.67 123.256C1701.86 123.503 1708.72 124.354 1714.9 125.146C1721.09 125.938 1727.21 126.698 1728.5 126.834C1729.79 126.97 1732.32 127.286 1734.12 127.537C1735.93 127.788 1739.94 128.294 1743.03 128.663C1748.36 129.3 1765.53 131.46 1769.04 131.938C1769.95 132.06 1775.12 132.698 1780.53 133.355C1792.91 134.857 1792.95 134.865 1792.95 135.956C1792.95 136.073 1793 136.137 1793.03 136.21C1793.23 136.809 1791.55 138.044 1743.26 175.554C1731.02 185.066 1712.94 199.123 1703.1 206.79L1685.2 220.73L1683.33 219.995C1678.61 218.141 1673.64 222.169 1674.56 227.093C1674.96 229.26 1676.34 230.849 1678.6 231.752C1683.33 233.644 1687.97 229.804 1687.26 224.593L1686.95 222.383L1739.37 181.662C1768.19 159.266 1792.48 140.291 1793.35 139.495C1796.24 136.826 1796.23 134.186 1793.32 132.987C1792.47 132.639 1786.08 131.67 1779.12 130.835C1772.16 129.999 1765.94 129.234 1765.29 129.134C1764.65 129.035 1757.16 128.093 1748.65 127.041C1740.15 125.989 1732.55 125.041 1731.78 124.935C1731.01 124.828 1725.1 124.096 1718.65 123.309C1712.21 122.521 1706.1 121.762 1705.08 121.621C1694.78 120.201 1665.87 116.727 1664.56 116.751C1663.63 116.768 1661.74 117.088 1660.35 117.462Z' fill='url(%23paint49_linear_10_641)'/%3E%3Cpath id='Line51' fill-rule='evenodd' clip-rule='evenodd' d='M1660.77 139.858C1659.6 140.199 1657.79 140.922 1656.73 141.464C1654.6 142.555 1582.76 198.237 1581.4 199.85C1577.55 204.412 1576.35 208.112 1574.99 219.61C1574.44 224.25 1573.59 231.211 1573.1 235.078C1572.61 238.945 1571.79 245.484 1571.28 249.609C1569.78 261.617 1568.47 272.036 1567.48 279.844C1565.7 293.939 1565.09 298.888 1564.41 304.687C1564.04 307.91 1563.63 311.074 1563.5 311.718C1563.38 312.363 1562.97 315.527 1562.59 318.749C1561.88 324.896 1560.92 332.672 1559.75 341.718C1558.79 349.133 1557.71 357.797 1556.94 364.218C1556.17 370.638 1555.08 379.302 1554.13 386.717C1553.17 394.132 1552.08 402.797 1551.31 409.217C1550.67 414.548 1550.09 419.229 1548.24 433.826C1546.02 451.279 1545.5 455.537 1545.22 458.201C1544.84 461.95 1543.74 465.724 1542.35 468.106L1530.9 478.661C1527.69 481.148 1514.41 491.47 1501.39 501.598C1488.37 511.727 1472.66 523.944 1466.47 528.747C1406.33 575.434 1359.36 612.032 1358.27 613.051C1356.4 614.814 1354.38 618.002 1353.29 620.904C1352.69 622.509 1351.77 628.197 1350.69 636.891C1349.78 644.313 1348.72 652.707 1348.35 655.543C1347.98 658.379 1347.24 664.179 1346.71 668.433C1346.18 672.687 1345.33 679.542 1344.81 683.667C1344.3 687.792 1343.47 694.437 1342.97 698.433C1342.47 702.429 1341.64 709.074 1341.13 713.198L1339.25 728.198C1338.74 732.323 1337.89 739.073 1337.36 743.198C1335.59 757.143 1334.93 762.399 1334.28 767.807C1333.51 774.228 1332.43 782.892 1331.47 790.307C1330.32 799.195 1329.35 807.074 1328.62 813.276C1327.07 826.637 1326.07 829.925 1322.34 833.914C1321.43 834.885 1260.89 882.148 1187.8 938.944C1114.71 995.739 1050.69 1045.5 1045.54 1049.53L1028.66 1062.66C1026.39 1064.43 1023.34 1066.79 1020.4 1069.08C1018.01 1070.94 1015.69 1072.74 1013.9 1074.14L1009.41 1077.63C1004.57 1081.4 999.736 1085.16 974.991 1104.42L952.404 1121.99C951.977 1121.66 951.48 1121.33 950.904 1121C948.575 1119.67 946.756 1119.67 944.161 1120.99C941.481 1122.36 940.323 1124.01 940.05 1126.86C939.797 1129.49 940.484 1131.16 942.682 1133.25C945.513 1135.94 950.857 1135.32 953.526 1131.99C954.494 1130.78 954.698 1130.01 954.698 1127.61C954.698 1126.12 954.527 1124.99 954.092 1124.05C957.685 1120.84 970.913 1110.55 1014.68 1076.54C1022.84 1070.19 1032.07 1063.02 1042.49 1054.92C1075.62 1029.16 1104.52 1006.68 1106.71 1004.97C1108.37 1003.66 1118.11 996.094 1130.39 986.554L1142.57 977.099C1160.1 963.487 1176.33 950.875 1178.63 949.071C1180.93 947.268 1209.83 924.792 1242.85 899.124C1322.53 837.175 1323.57 836.358 1325.19 834.413C1325.96 833.487 1327.2 831.463 1327.94 829.916C1329.34 827.004 1329.74 824.535 1332.62 801.323C1332.91 799.007 1333.25 796.267 1333.57 793.778C1333.85 791.556 1334.12 789.535 1334.29 788.198C1334.67 785.362 1335.18 781.249 1335.43 779.057C1335.68 776.866 1336.52 770.1 1337.29 764.022C1338.07 757.943 1338.91 751.193 1339.17 749.022L1343.9 711.089C1345.25 700.366 1346.01 694.337 1346.57 689.899C1346.99 686.583 1347.3 684.156 1347.66 681.324C1348.15 677.457 1348.98 670.707 1349.51 666.324C1350.05 661.941 1350.89 655.191 1351.4 651.324C1351.9 647.457 1352.85 639.863 1353.49 634.449C1354.14 629.035 1355.02 623.551 1355.46 622.262C1356.95 617.82 1359.13 615.249 1365.89 609.961C1376.26 601.855 1379.18 599.582 1402.49 581.499C1414.73 571.995 1426.12 563.13 1427.8 561.799C1429.47 560.468 1436.96 554.637 1444.44 548.841C1463.65 533.952 1487.12 515.704 1493.19 510.945C1501.82 504.174 1514.72 494.15 1527.95 483.935C1534.87 478.593 1541.22 473.465 1542.06 472.54C1542.91 471.614 1544.33 469.381 1545.23 467.576L1546.87 464.295L1578.74 209.297L1580.35 206.016C1581.24 204.211 1582.87 201.865 1583.98 200.802C1586.95 197.964 1655.88 144.497 1657.88 143.477C1662.06 141.359 1665.25 141.245 1677.17 142.789C1680.14 143.174 1684.99 143.783 1687.95 144.143C1690.92 144.503 1695.14 145.024 1697.33 145.302C1699.52 145.579 1702.16 145.911 1703.19 146.038C1703.78 146.111 1704.55 146.209 1705.27 146.301C1705.81 146.369 1706.32 146.435 1706.7 146.485C1708.73 146.751 1710.5 146.971 1717.95 147.879C1730.23 149.374 1734.58 150.039 1735.02 150.48C1735.32 150.775 1735.16 151.347 1734.57 152.106C1734.07 152.749 1719.53 164.243 1702.28 177.649C1671.8 201.323 1670.87 202.001 1669.82 201.315C1667.86 200.028 1664.98 199.975 1662.67 201.181C1659.63 202.763 1658.66 204.338 1658.66 207.657C1658.66 210.732 1659.5 212.29 1662.17 214.102C1665.11 216.107 1669.69 215.195 1672.09 212.122C1672.94 211.044 1673.19 210.14 1673.19 208.138C1673.18 206.713 1673.08 205.141 1672.95 204.645C1672.93 204.562 1672.9 204.495 1672.88 204.424C1672.68 203.605 1674.41 202.3 1717.01 169.205C1725.39 162.696 1733.36 156.434 1734.71 155.289C1737.21 153.174 1737.96 151.745 1737.43 150.077C1736.85 148.259 1735 147.639 1727.43 146.725C1721.14 145.966 1713.01 144.948 1706.7 144.129C1705.8 144.012 1701.58 143.487 1697.33 142.963C1693.07 142.438 1688.85 141.916 1687.95 141.802C1687.05 141.688 1683.57 141.258 1680.22 140.847C1676.87 140.436 1673.6 140.003 1672.95 139.885C1669.72 139.296 1662.73 139.28 1660.77 139.858Z' fill='url(%23paint50_linear_10_641)'/%3E%3Cpath id='Line52' fill-rule='evenodd' clip-rule='evenodd' d='M1674.88 622.066C1673.75 622.288 1671.53 623.09 1669.96 623.847C1666.81 625.361 1637.14 648.148 1634.61 650.991C1630.65 655.455 1630.13 657.475 1627.46 678.718C1625.63 693.218 1625.04 698.785 1622.3 702.922C1620.41 705.765 1617.51 707.933 1612.48 711.86C1606.34 716.661 1580.58 736.696 1570.06 744.848C1566.2 747.846 1548.48 761.642 1530.69 775.508C1509.02 792.395 1497.36 801.19 1495.35 802.15C1490.46 804.487 1490.13 804.469 1455.58 800.008C1421.21 795.571 1413.74 794.802 1410.48 795.363C1408.66 795.675 1406.17 796.394 1404.94 796.96C1403.09 797.816 1388.57 808.834 1367.54 825.325C1365.23 827.134 1338.56 847.868 1308.27 871.4C1277.98 894.932 1251.4 915.591 1249.21 917.308L1198.35 956.874C1196.03 958.692 1174.72 975.26 1151 993.69C1127.29 1012.12 1104.48 1029.85 1100.34 1033.09C1096.19 1036.33 1089.23 1041.75 1084.87 1045.14L1070.15 1056.6C1066.41 1059.51 1061.13 1063.61 1058.43 1065.7L1021.4 1094.5C1019.2 1096.21 1005.49 1106.88 990.927 1118.21L965.451 1138.03C965.014 1137.68 964.502 1137.34 963.904 1137C961.575 1135.67 959.756 1135.67 957.161 1136.99C954.481 1138.36 953.323 1140.01 953.05 1142.86C952.797 1145.49 953.484 1147.16 955.682 1149.25C958.513 1151.94 963.857 1151.32 966.527 1147.99C967.494 1146.78 967.698 1146.01 967.698 1143.61C967.698 1142.02 967.503 1140.83 966.998 1139.85L992.208 1120.27C1006.59 1109.1 1021.62 1097.41 1025.61 1094.28C1029.61 1091.16 1038.06 1084.58 1044.4 1079.67C1050.74 1074.76 1057.8 1069.28 1060.1 1067.48L1102.96 1034.13C1106.44 1031.41 1111.5 1027.48 1114.21 1025.39C1116.91 1023.29 1132.1 1011.49 1147.96 999.151C1163.81 986.814 1180.9 973.523 1185.93 969.614L1244.99 923.674C1254.91 915.968 1266.3 907.104 1270.3 903.977C1274.3 900.85 1281.78 895.021 1286.94 891.023C1299.9 880.972 1330.63 857.065 1369.1 827.091C1386.96 813.176 1402.57 801.145 1403.79 800.357C1405.01 799.567 1407.3 798.536 1408.9 798.066C1412.63 796.964 1414.7 797.105 1436.24 799.919C1437.14 800.037 1445.58 801.093 1454.99 802.266C1464.4 803.439 1475.57 804.835 1479.81 805.369C1489.83 806.631 1492.9 806.297 1498.34 803.351C1499.53 802.71 1514.08 791.484 1552.25 761.764C1565.58 751.386 1572.21 746.228 1583.66 737.34C1590.1 732.335 1598.64 725.687 1602.64 722.568C1606.64 719.449 1612.22 715.116 1615.04 712.939C1621.74 707.783 1623.92 705.472 1625.87 701.48C1627.58 698 1627.7 697.304 1630.8 672.183C1632.19 660.908 1632.46 659.426 1633.57 657.074C1634.98 654.071 1637.18 651.659 1641.9 647.937C1658.6 634.77 1669.5 626.53 1671.2 625.787C1675.36 623.959 1678.4 623.672 1684.72 624.511C1687.92 624.935 1691.48 625.39 1692.64 625.522C1693.8 625.653 1699.81 626.411 1706 627.204C1712.19 627.998 1719.04 628.848 1721.23 629.093C1723.42 629.339 1727.54 629.846 1730.37 630.222C1733.21 630.597 1739.12 631.346 1743.5 631.887C1747.88 632.427 1753.68 633.168 1756.39 633.533C1759.1 633.898 1762.47 634.324 1763.89 634.478C1765.31 634.633 1772.27 635.49 1779.36 636.382C1786.45 637.275 1793.94 638.206 1796 638.452C1798.06 638.698 1802.17 639.21 1805.14 639.59C1810 640.212 1823.08 641.854 1827.87 642.441C1828.9 642.567 1830.49 642.768 1831.39 642.887C1832.29 643.005 1833.87 643.207 1834.9 643.334C1835.93 643.462 1840.26 644.005 1844.51 644.541C1848.77 645.076 1854.88 645.822 1858.11 646.197C1861.33 646.572 1864.49 646.974 1865.14 647.091C1865.78 647.208 1867.36 647.421 1868.65 647.564C1869.94 647.707 1881.94 649.191 1895.31 650.863C1908.68 652.534 1919.7 653.902 1919.8 653.902C1919.9 653.902 1919.98 653.394 1919.98 652.772C1919.98 651.511 1919.91 651.491 1912.25 650.613C1909.93 650.347 1907.29 650.031 1906.39 649.911C1902.79 649.431 1874.6 645.927 1872.4 645.686C1871.11 645.545 1869.53 645.34 1868.89 645.23C1868.24 645.121 1866.56 644.91 1865.14 644.762C1863.72 644.613 1862.03 644.394 1861.39 644.274C1860.74 644.155 1856.74 643.647 1852.48 643.146C1845.91 642.373 1838.35 641.435 1831.39 640.53C1825.5 639.764 1807.27 637.501 1805.14 637.271C1803.72 637.117 1802.03 636.902 1801.39 636.793C1800.74 636.684 1799.06 636.467 1797.64 636.31C1796.22 636.154 1791.79 635.608 1787.79 635.096C1783.8 634.585 1778.1 633.874 1775.14 633.516C1768.81 632.751 1760.77 631.742 1751 630.485C1747.13 629.987 1743.02 629.475 1741.86 629.346C1737.22 628.83 1693.71 623.349 1689.12 622.703C1685.61 622.208 1679.17 621.571 1678.11 621.614C1677.46 621.64 1676.01 621.843 1674.88 622.066Z' fill='url(%23paint51_linear_10_641)'/%3E%3Cpath id='Line53' fill-rule='evenodd' clip-rule='evenodd' d='M1680.96 645.957C1676.53 647.119 1675.9 647.502 1666.15 655.069C1656.68 662.425 1655.7 663.391 1653.48 667.593C1651.99 670.422 1651.72 671.569 1650.71 679.077C1649.65 686.915 1648.36 697.129 1647.11 707.339C1646.81 709.789 1646.2 712.801 1645.74 714.034C1645.04 716.86 1643.29 718.741 1642.5 719.328L1597.25 755.616C1591.16 760.404 1564.99 780.768 1555.3 788.263C1551.56 791.154 1539.96 800.177 1529.52 808.314L1507.95 824.13C1504.49 825.5 1499.84 825.716 1493.12 824.82C1490.06 824.412 1486.51 823.959 1485.22 823.812C1483.93 823.665 1482.35 823.457 1481.7 823.35C1481.06 823.243 1479.48 823.04 1478.19 822.898C1475.93 822.65 1447.54 819.12 1444.2 818.671C1426.64 816.314 1419.13 815.62 1416.4 816.106C1414.31 816.22 1410.6 818.083 1409 819L1389.57 833.542C1314.01 892.291 1253.57 939.307 1247.8 943.826C1240.77 949.331 1222.19 963.786 1207.72 975.003C1203.85 978.001 1184.87 992.758 1165.54 1007.8C1146.2 1022.84 1122.36 1041.37 1112.57 1048.98L1087.49 1068.51C1083.49 1071.64 1072.1 1080.5 1062.18 1088.2L1036.86 1107.88C1032.87 1111.02 1017.7 1122.82 1003.16 1134.12C985.265 1148.03 979.485 1152.52 977.155 1153.8C976.787 1153.53 976.372 1153.27 975.904 1153C973.575 1151.67 971.756 1151.67 969.161 1152.99C966.481 1154.36 965.323 1156.01 965.05 1158.86C964.797 1161.49 965.484 1163.16 967.682 1165.25C970.513 1167.94 975.857 1167.32 978.527 1163.99C979.494 1162.78 979.698 1162.01 979.698 1159.61C979.698 1158.13 979.53 1157 979.099 1156.06C980.749 1154.49 984.509 1151.54 992.568 1145.32C999.019 1140.35 1053.49 1098.01 1060.38 1092.61C1062.61 1090.86 1077.27 1079.47 1092.95 1067.29L1126.63 1041.09C1131.99 1036.88 1145.55 1026.33 1154.05 1019.75C1156.76 1017.66 1175.64 1002.98 1196 987.133C1242.76 950.754 1269.89 929.652 1286 917.143L1308.27 899.821C1321.6 889.417 1326.01 885.992 1401.78 827.094C1410.62 820.223 1411.22 819.862 1415.71 818.67C1418.69 817.877 1419.16 817.875 1425.08 818.627C1433.17 819.653 1433.61 819.709 1436.94 820.097C1438.49 820.277 1440.09 820.486 1440.5 820.56C1440.91 820.634 1442.39 820.828 1443.78 820.99C1445.17 821.153 1447.05 821.378 1447.95 821.49C1448.86 821.602 1453.08 822.121 1457.33 822.644C1461.58 823.167 1467.49 823.91 1470.45 824.296C1473.42 824.682 1477.53 825.198 1479.59 825.443C1481.66 825.689 1486.72 826.321 1490.84 826.848C1499.41 827.942 1502.2 828.023 1505.7 827.28C1509.46 826.482 1511.81 825.103 1519.22 819.331L1537.25 805.312C1543.44 800.507 1558.63 788.697 1571 779.067C1583.37 769.438 1601.52 755.331 1611.31 747.719L1645.86 719.328C1646.85 717.786 1647.97 715.459 1648.34 714.158C1648.71 712.857 1650.08 703.25 1651.39 692.81C1652.69 682.37 1653.98 672.983 1654.26 671.951C1654.91 669.513 1657.47 665.311 1659.44 663.448C1660.3 662.639 1664.43 659.325 1668.63 656.082C1680.64 646.796 1680.73 646.776 1698.5 648.994C1718.37 651.473 1726.75 652.537 1731.78 653.22C1732.55 653.325 1737.62 653.941 1743.03 654.59C1748.44 655.238 1754.46 655.985 1756.39 656.25C1758.32 656.515 1762.44 657.032 1765.53 657.399C1768.62 657.767 1776.11 658.697 1782.17 659.466C1788.23 660.236 1794.35 660.994 1795.76 661.152C1797.18 661.309 1798.87 661.526 1799.51 661.632C1800.16 661.74 1801.74 661.947 1803.03 662.095C1805.09 662.33 1809.33 662.857 1814.51 663.521C1815.42 663.636 1818.79 664.058 1822.01 664.458C1825.24 664.859 1828.61 665.282 1829.51 665.399C1830.42 665.516 1834.63 666.034 1838.89 666.55C1843.14 667.066 1848.31 667.709 1850.37 667.979C1852.43 668.25 1854.86 668.561 1855.76 668.67C1859.06 669.069 1869.17 670.33 1870.76 670.54C1871.66 670.66 1875.88 671.185 1880.14 671.708C1884.39 672.231 1890.3 672.972 1893.26 673.356C1899.24 674.131 1908.43 675.281 1915.41 676.129L1919.98 676.684V675.426C1919.98 674.217 1919.86 674.155 1916.82 673.843C1915.08 673.665 1913.02 673.435 1912.25 673.334C1908.4 672.83 1898.7 671.616 1895.37 671.223C1893.31 670.98 1889.09 670.457 1886 670.061C1875.76 668.752 1874.28 668.566 1854.12 666.073C1845.61 665.021 1838.02 664.076 1837.25 663.975C1836.47 663.873 1834.89 663.678 1833.73 663.541C1832.57 663.403 1826.56 662.645 1820.37 661.855C1814.18 661.066 1807.33 660.217 1805.14 659.969C1802.95 659.722 1800.52 659.43 1799.75 659.321C1795.42 658.711 1777.36 656.432 1764.12 654.825C1757.68 654.043 1752.09 653.316 1751.7 653.208C1751.31 653.101 1749.52 652.88 1747.72 652.717C1745.91 652.554 1741.48 652.029 1737.87 651.551C1734.26 651.073 1730.15 650.55 1728.73 650.39C1727.31 650.23 1723.83 649.792 1721 649.416C1718.16 649.041 1710.57 648.085 1704.12 647.292C1697.68 646.499 1691.03 645.665 1689.36 645.438C1685.28 644.888 1684.97 644.907 1680.96 645.957Z' fill='url(%23paint52_linear_10_641)'/%3E%3Cpath id='Line54' d='M1382.05 146.472C1381.67 144.942 1383.36 141.547 1385.01 140.522C1388.02 138.655 1392.73 140.006 1394.23 143.165C1397.08 149.157 1390.41 154.874 1384.92 151.15C1383.39 150.114 1383.06 150.041 1382.39 150.604L1350.22 175.669C1317.81 200.866 1317.08 201.504 1315.13 206.251C1314.4 208.027 1313.78 211.759 1312.74 220.547C1312.08 226.09 1311.52 230.606 1309.64 245.391C1309.12 249.516 1308.28 256.213 1307.77 260.272C1307.26 264.332 1306.43 271.029 1305.91 275.154L1304.04 290.154C1303.52 294.279 1302.67 301.082 1302.14 305.272C1300.79 316.105 1299.46 326.71 1298.38 335.39C1297.87 339.515 1297.03 346.008 1296.53 349.819C1296.02 353.63 1295.61 357.026 1295.61 357.365C1295.61 357.704 1296.49 358.376 1297.56 358.858C1300.05 359.984 1301.23 361.915 1301.24 364.877C1301.24 370.707 1294.35 373.21 1290.2 368.882C1288.98 367.607 1288.82 367.104 1288.82 364.597C1288.82 361.811 1288.86 361.721 1290.99 359.824L1293.16 357.89L1310.62 217.77C1312.08 206.167 1312.85 203.665 1316.21 199.616C1317 198.674 1322.65 194.02 1328.77 189.274L1382.05 146.472Z' fill='url(%23paint53_linear_10_641)'/%3E%3Cpath id='Line55' d='M1355.47 132.563C1355.57 129.542 1356.47 127.821 1358.64 126.5C1362.77 123.979 1368.27 127.226 1368.27 132.189C1368.26 134.264 1366.85 136.618 1365.03 137.556C1363.22 138.494 1360.11 138.486 1358.66 137.539C1358.01 137.111 1357.27 136.953 1356.92 137.167C1356.43 137.469 1331.29 156.978 1312.25 171.837C1309.93 173.648 1304.29 178.04 1299.7 181.599C1295.12 185.157 1290.65 188.95 1289.77 190.026C1286.64 193.845 1286.03 196.224 1284.17 211.875C1283.79 215.098 1282.92 222.059 1282.25 227.344C1281.57 232.629 1280.73 239.379 1280.37 242.344C1279.42 250.233 1276.51 273.599 1275.7 279.844C1274.82 286.559 1273.72 295.302 1272.87 302.343C1271.67 312.32 1268.88 334.398 1267.99 341.015L1267.11 347.577L1269.22 349.452C1271.02 351.055 1271.37 351.649 1271.58 353.546C1271.72 354.847 1271.58 356.357 1271.23 357.197C1270.57 358.79 1267.34 360.936 1265.6 360.936C1263.83 360.936 1260.74 359.196 1259.86 357.71C1257.96 354.494 1259.46 349.913 1262.86 348.548C1264.21 348.005 1264.62 347.547 1264.84 346.315L1282.03 208.829C1283.77 194.626 1284.5 192.265 1288.54 187.872L1323.03 160.389L1355.38 135.236L1355.47 132.563Z' fill='url(%23paint54_linear_10_641)'/%3E%3Cpath id='Line56' d='M1330.39 121.149C1329.71 116.708 1330.6 114.416 1333.61 112.827C1338.85 110.072 1344.64 115.541 1342.33 121.063C1341.93 122.016 1340.91 123.228 1340.05 123.76C1338.58 124.681 1336.76 124.772 1332.64 124.132C1331.53 123.959 1262.74 177.69 1261.32 179.845C1257.97 184.904 1258.72 180.125 1248.62 260.887L1239.22 335.986L1240.89 337.649C1242.9 339.666 1243.5 342.231 1242.5 344.588C1241.64 346.636 1240.5 347.6 1238.22 348.22C1235.98 348.83 1234.45 348.517 1232.46 347.034C1228.26 343.908 1230.09 336.82 1235.34 335.834L1236.92 335.538L1237.47 330.776C1237.78 328.158 1238.42 322.956 1238.9 319.218C1239.37 315.48 1240.21 308.835 1240.76 304.453C1241.3 300.07 1242.17 293.109 1242.69 288.984C1243.21 284.859 1244.04 278.215 1244.53 274.219C1245.03 270.223 1245.87 263.473 1246.41 259.219C1246.94 254.965 1247.8 248.109 1248.31 243.985C1248.83 239.86 1249.65 233.321 1250.13 229.453C1250.62 225.586 1251.46 218.836 1252 214.454C1255.77 184.093 1255.55 185.523 1257.08 182.319C1257.88 180.658 1259.16 178.551 1259.92 177.637C1260.68 176.723 1271.06 168.391 1282.99 159.122C1328.84 123.48 1330.54 122.119 1330.39 121.149Z' fill='url(%23paint55_linear_10_641)'/%3E%3Cpath id='Line57' fill-rule='evenodd' clip-rule='evenodd' d='M1089.27 608.574C1087.18 609.51 1085.84 611.644 1085.84 614.048C1085.84 615.215 1086 616.602 1086.19 617.13C1086.5 617.973 1082.77 621.023 1055.51 642.208C1038.43 655.473 1021.08 668.974 1016.95 672.211C1009.57 677.991 792.589 846.731 782.85 854.265C775.549 859.913 731.159 894.449 726.781 897.888C699.174 919.571 678.981 934.991 677.046 935.869C673.976 937.261 670.193 937.954 667.239 937.665C665.956 937.54 659.106 936.706 652.016 935.813C644.926 934.919 634.907 933.665 629.75 933.024C624.594 932.384 617.001 931.434 612.876 930.914C602.97 929.666 598.232 929.084 596.235 928.868C593.857 928.611 590.153 929.294 587.016 930.569C584.237 931.699 583.105 932.533 562.017 948.975C555.443 954.101 547.826 960.023 545.092 962.135C542.357 964.247 537.295 968.183 533.842 970.882C527.509 975.83 502.126 995.581 496.425 999.997C494.731 1001.31 490.076 1004.93 486.08 1008.05C482.084 1011.16 475.44 1016.32 471.315 1019.51C456.792 1030.72 456.023 1031.94 454.212 1046.71C453.658 1051.22 452.809 1057.97 452.325 1061.71C451.841 1065.45 451.299 1069.97 451.121 1071.76C450.701 1075.97 447.858 1081.74 445.087 1084C434.871 1092.36 412.743 1109.01 410.941 1109.7C406.912 1111.24 404.044 1111.34 395.847 1110.25C391.785 1109.71 363.648 1106.17 358.347 1105.53C353.78 1104.98 335.826 1102.73 328.582 1101.8C319.517 1100.64 314.597 1100.02 311.238 1099.64C309.047 1099.4 304.933 1098.89 302.098 1098.51C299.262 1098.13 295.887 1097.71 294.598 1097.56C293.309 1097.41 291.727 1097.21 291.082 1097.1C290.437 1096.99 288.855 1096.79 287.566 1096.65C285.336 1096.4 257.032 1092.88 253.582 1092.42C252.68 1092.3 244.137 1091.24 234.598 1090.07C225.059 1088.9 216.516 1087.84 215.614 1087.72C211.347 1087.15 191.65 1084.7 189.364 1084.46C187.946 1084.3 186.259 1084.09 185.614 1083.98C184.97 1083.87 183.493 1083.68 182.333 1083.55C181.173 1083.41 176.743 1082.87 172.489 1082.33C168.236 1081.79 162.329 1081.06 159.365 1080.7C151.222 1079.72 142.842 1078.66 137.099 1077.9C134.263 1077.52 130.783 1077.08 129.365 1076.92C111.104 1074.87 95.4254 1072.62 95.1108 1072.01C94.9154 1071.63 94.4991 1070.63 94.186 1069.79C93.4449 1067.79 91.352 1066.33 88.8067 1066.05C83.606 1065.46 80.1227 1071.41 83.0903 1075.82C84.4675 1077.86 85.9277 1078.57 88.7565 1078.58C90.7956 1078.59 91.2362 1078.39 92.904 1076.72L94.7701 1074.86L99.5288 1075.51C102.146 1075.87 107.978 1076.62 112.49 1077.18C117.002 1077.73 123.013 1078.49 125.849 1078.85C128.685 1079.22 133.642 1079.83 136.865 1080.21C140.087 1080.59 143.462 1081 144.365 1081.13C145.267 1081.26 152.966 1082.23 161.474 1083.29C169.982 1084.34 177.575 1085.29 178.349 1085.4C181.425 1085.82 191.699 1087.11 195.458 1087.54C197.649 1087.79 203.556 1088.52 208.583 1089.16C213.61 1089.8 218.567 1090.43 219.598 1090.56C220.63 1090.69 228.223 1091.63 236.473 1092.66C244.723 1093.69 252.422 1094.65 253.582 1094.79C254.743 1094.92 256.325 1095.12 257.098 1095.22C257.871 1095.32 262.09 1095.84 266.473 1096.37C270.856 1096.9 276.024 1097.55 277.957 1097.82C279.891 1098.08 284.004 1098.59 287.098 1098.96C294.382 1099.83 307.792 1101.51 309.597 1101.79C310.371 1101.91 312.058 1102.13 313.347 1102.28C314.636 1102.43 316.324 1102.64 317.097 1102.74C317.871 1102.83 325.464 1103.76 333.972 1104.81C342.48 1105.85 351.761 1107.02 354.597 1107.4C369.854 1109.49 401.945 1113.27 404.397 1113.27C407.774 1113.27 412.58 1111.88 415.113 1110.17C420.122 1106.78 447.802 1084.85 449.043 1083.28C452.431 1079.01 453.194 1076.07 455.141 1059.84C457.629 1039.09 457.938 1037.32 459.664 1034.01C460.551 1032.31 461.953 1030.27 462.78 1029.47C463.607 1028.68 491.691 1006.71 525.189 980.661C579.536 938.396 586.4 933.198 588.938 932.387C593.401 930.962 594.787 930.87 600.496 931.626C627.613 935.215 666.911 939.992 669.359 939.997C673.102 940.006 677.833 938.508 681.183 936.253C682.508 935.361 685.927 932.781 688.781 930.52C691.634 928.259 704.937 917.898 718.343 907.495C731.75 897.093 745.988 886.022 749.984 882.893C753.98 879.764 766.319 870.161 777.405 861.553C788.491 852.945 800.304 843.759 803.655 841.14C807.007 838.521 836.432 815.634 869.045 790.281C901.658 764.928 930.134 742.782 932.326 741.068C938.474 736.259 963.846 716.523 969.357 712.263C976.783 706.522 1045.85 652.842 1050.68 649.05C1053 647.232 1062.42 639.903 1071.6 632.764L1088.3 619.783L1090.13 620.274C1092.86 621.003 1095.14 620.4 1096.8 618.509C1098.69 616.351 1099.08 614.144 1097.96 611.861C1096.33 608.54 1092.54 607.107 1089.27 608.574Z' fill='url(%23paint56_linear_10_641)'/%3E%3Cpath id='Line58' d='M508.336 900.949C509.1 900.152 510.366 899.31 511.149 899.077C515.442 897.8 519.37 900.805 519.37 905.367C519.37 910.283 514.203 913.274 510.067 910.753C509.077 910.149 508.3 909.952 507.958 910.217L410.209 986.627C409.337 987.576 407.996 989.676 407.228 991.294C405.785 994.338 405.766 994.446 403.603 1011.79L398 1052.38L397.32 1053.74C396.627 1054.79 395.273 1055.93 393.991 1056.55C392.134 1057.45 391.357 1057.55 388.452 1057.31C386.594 1057.15 384.547 1056.92 383.902 1056.8C383.258 1056.68 375.981 1055.74 367.731 1054.71C359.481 1053.68 351.149 1052.63 349.215 1052.38C347.282 1052.13 344.434 1051.8 342.887 1051.64C341.34 1051.48 339.547 1051.26 338.903 1051.16C338.258 1051.05 336.887 1050.85 335.856 1050.72C328.532 1049.79 317.904 1048.47 314.762 1048.1C312.7 1047.85 308.587 1047.34 305.622 1046.95C300.031 1046.22 286.338 1044.52 282.653 1044.1C281.493 1043.96 280.017 1043.76 279.372 1043.66C278.728 1043.55 276.935 1043.33 275.388 1043.18C273.841 1043.02 272.259 1042.82 271.872 1042.72C271.485 1042.63 269.798 1042.41 268.122 1042.24C266.446 1042.07 255.429 1040.71 243.638 1039.22C221.491 1036.43 220.277 1036.16 219.6 1034.03C218.839 1031.64 219.623 1030.87 234.373 1019.51C237.595 1017.03 248.986 1008.18 259.685 999.836C270.384 991.496 282.302 982.221 286.169 979.225C290.036 976.229 295.482 972.009 298.271 969.847C302.5 966.568 303.294 965.754 303.052 964.946C302.373 962.685 302.267 960.466 302.766 958.953C303.846 955.68 307.651 953.526 311.273 954.138C316.645 955.046 319.334 961.909 315.865 965.86C313.195 968.901 310.027 969.699 306.768 968.152L305.195 967.406L263.81 999.587C241.048 1017.29 222.243 1032.09 222.022 1032.49C221.784 1032.91 221.813 1033.4 222.093 1033.68C222.354 1033.94 227.28 1034.76 233.04 1035.5C245.745 1037.12 243.205 1036.8 266.247 1039.67C276.689 1040.97 285.97 1042.13 286.872 1042.25C287.774 1042.37 300.536 1043.96 315.231 1045.78C329.926 1047.59 342.688 1049.18 343.59 1049.29C344.493 1049.41 347.868 1049.83 351.09 1050.23C354.313 1050.63 357.582 1051.04 358.356 1051.15C359.129 1051.25 363.348 1051.78 367.731 1052.32C372.113 1052.86 376.438 1053.4 377.34 1053.52C378.242 1053.63 381.582 1054.06 384.761 1054.47C387.941 1054.87 391.148 1055.07 391.89 1054.91C393.628 1054.53 395.885 1051.95 396.25 1049.93C396.406 1049.06 398.024 1036.43 399.844 1021.87C401.664 1007.3 403.374 994.54 403.644 993.508C404.342 990.845 406.994 986.263 408.827 984.554L456.089 947.526C459.827 944.634 472.781 934.569 484.875 925.159L506.864 908.049L506.906 905.224C506.943 902.761 507.126 902.213 508.336 900.949Z' fill='url(%23paint57_linear_10_641)'/%3E%3Cpath id='Line59' d='M487.808 875.142C488.496 874.324 489.498 873.478 490.035 873.261C491.615 872.621 494.467 872.752 495.977 873.532C498.846 875.016 500.071 879.165 498.522 882.159C497.021 885.062 492.812 886.297 489.773 884.726C488.989 884.32 488.081 884.091 487.755 884.216L421.606 935.414C416.471 939.396 412.958 940.83 408.082 940.931C404.8 940.999 400.805 940.703 396.558 940.078C395.914 939.983 392.644 939.565 389.293 939.149C385.941 938.734 380.035 937.991 376.168 937.499C372.301 937.007 367.977 936.472 366.559 936.309C365.141 936.146 363.453 935.936 362.809 935.843C362.164 935.749 355.52 934.914 348.043 933.987C340.567 933.06 331.286 931.881 327.419 931.368C318.415 930.172 319.102 930.26 305.622 928.596C299.306 927.817 291.712 926.862 288.747 926.475C285.782 926.088 281.669 925.573 279.606 925.33C277.544 925.088 272.376 924.448 268.122 923.909C263.868 923.37 259.544 922.826 258.513 922.702C257.482 922.577 255.84 922.354 254.865 922.206C253.343 921.975 252.956 922.11 252.128 923.162C250.639 925.055 248.593 925.914 246.212 925.646C241.542 925.12 239.034 919.605 241.649 915.614C243.267 913.144 247.568 912.285 250.307 913.884C251.766 914.736 253.591 917.539 253.591 918.928C253.591 919.77 254.306 919.984 258.48 920.392C260.267 920.568 262.165 920.787 262.699 920.879C263.233 920.971 288.138 924.107 318.044 927.847L400.074 938.182C406.88 939.234 410.893 938.907 415.074 936.959C416.105 936.479 422.539 931.726 429.371 926.397C436.203 921.068 444.535 914.594 447.886 912.011C451.238 909.427 455.588 906.036 457.553 904.474C459.517 902.912 466.847 897.205 473.84 891.791L486.556 881.947L486.557 879.288C486.558 877.091 486.775 876.37 487.808 875.142Z' fill='url(%23paint58_linear_10_641)'/%3E%3Cpath id='Line60' d='M10.8955 1114.32C12.1808 1112.94 13.3766 1112.27 15.2342 1111.87C18.5637 1111.16 21.6579 1112.81 23.3637 1116.21C24.9424 1119.36 24.4769 1121.76 21.7831 1124.36C19.4061 1126.65 17.5597 1127.18 14.6975 1126.38C11.9563 1125.61 9.61162 1122.92 9.06553 1119.92C8.72616 1118.06 8.48992 1117.71 7.49711 1117.6C6.85399 1117.52 4.90448 1117.24 3.16403 1116.97C0.266247 1116.51 0 1116.37 0 1115.33C0 1114.29 0.13828 1114.22 1.75779 1114.46C8.83397 1115.52 9.78693 1115.5 10.8955 1114.32Z' fill='url(%23paint59_linear_10_641)'/%3E%3Cpath id='Line61' d='M50.0011 1006.72C51.0764 1006.05 53.0802 1005.19 54.4541 1004.82C57.3861 1004.02 62.8259 1003.88 66.7962 1004.5C68.3431 1004.74 70.7688 1005.07 72.1868 1005.23C73.6047 1005.4 79.7219 1006.16 85.7804 1006.93C91.8389 1007.7 99.4326 1008.63 102.655 1009.01C105.878 1009.38 109.042 1009.78 109.686 1009.9C110.331 1010.01 111.807 1010.21 112.968 1010.35C115.129 1010.59 129.237 1012.33 132.186 1012.71C134.06 1012.96 144.607 1014.28 147.42 1014.62C148.452 1014.74 155.94 1015.69 164.061 1016.71L178.826 1018.57L179.529 1017.55C181.037 1015.36 181.716 1014.84 183.829 1014.29C185.741 1013.8 186.263 1013.83 187.939 1014.59C190.384 1015.69 191.717 1017.81 191.717 1020.6C191.717 1024.33 188.025 1027.43 184.383 1026.75C182.375 1026.37 179.061 1023.38 179.061 1021.94C179.061 1021.38 179.008 1020.93 178.944 1020.93C178.879 1020.93 175.451 1020.5 171.326 1019.98C167.201 1019.46 162.877 1018.93 161.717 1018.79C160.557 1018.65 159.08 1018.45 158.436 1018.35C157.791 1018.24 156.104 1018.02 154.686 1017.87C153.268 1017.71 147.151 1016.96 141.092 1016.2C135.034 1015.44 129.233 1014.71 128.202 1014.59C127.171 1014.46 123.901 1014.04 120.936 1013.66C117.971 1013.28 111.96 1012.53 107.577 1012C103.194 1011.48 97.2881 1010.74 94.4522 1010.37C91.6163 1009.99 86.6593 1009.36 83.4367 1008.97C80.214 1008.57 75.0461 1007.89 71.9524 1007.46C68.8587 1007.02 63.9017 1006.65 60.9369 1006.65C56.0671 1006.64 55.2974 1006.76 52.9682 1007.87C51.5503 1008.55 42.48 1015.28 32.8122 1022.83C23.1443 1030.38 12.6421 1038.56 9.47334 1041L3.71293 1045.44L4.00027 1047.36C4.15824 1048.42 4.08605 1049.82 3.83949 1050.46C3.3595 1051.72 1.07436 1054.21 0.404996 1054.21C0.182342 1054.21 0 1051.58 0 1048.36V1042.51L1.14327 1043.03C2.12764 1043.48 2.53404 1043.36 4.07293 1042.17C5.05542 1041.41 9.23428 1038.15 13.3592 1034.93L50.0011 1006.72Z' fill='url(%23paint60_linear_10_641)'/%3E%3Cpath id='Line62' d='M44.6517 968.066C45.8779 967.184 48.3037 965.948 50.0422 965.319C52.8636 964.299 53.7556 964.199 58.3587 964.387C61.1946 964.502 66.0462 964.937 69.1399 965.354C72.2336 965.77 79.8273 966.751 86.0147 967.535C92.2021 968.318 97.7919 969.038 98.4364 969.133C99.081 969.227 100.874 969.443 102.421 969.61C105.802 969.976 117.703 971.447 125.155 972.419C129.774 973.023 144.004 974.798 157.264 976.427C159.326 976.68 161.647 976.97 162.42 977.071C163.194 977.173 164.987 977.396 166.405 977.567C167.822 977.739 169.51 977.953 170.154 978.041C170.799 978.13 173.33 978.446 175.779 978.743C178.229 979.041 182.447 979.573 185.154 979.926C187.861 980.279 191.236 980.702 192.654 980.864C194.072 981.027 195.76 981.234 196.404 981.322C197.049 981.411 199.58 981.725 202.029 982.019C204.478 982.313 206.864 982.629 207.332 982.722C207.882 982.83 208.487 982.386 209.049 981.461C212.453 975.864 221.248 978.129 221.248 984.602C221.248 989.089 215.942 992.331 211.966 990.275C210.259 989.392 209.08 988.023 208.653 986.43L208.301 985.111L188.641 982.665C177.829 981.32 167.928 980.091 166.639 979.935C165.35 979.779 159.338 979.021 153.28 978.251C147.221 977.481 139.733 976.549 136.639 976.181C126.871 975.019 93.2648 970.809 87.8897 970.074C74.8918 968.297 59.5878 966.555 56.9623 966.555C53.6319 966.555 49.8111 967.574 47.3887 969.108C46.461 969.696 35.4722 978.134 22.9685 987.86L0.0796152 1004.26C-0.0160088 1003.47 0.252582 1002.67 0.782733 1002.16L44.6517 968.066Z' fill='url(%23paint61_linear_10_641)'/%3E%3Cpath id='Line63' d='M34.8218 929.301C35.5404 928.836 37.4388 927.969 39.0405 927.374C43.1725 925.839 46.533 925.939 63.9839 928.115C72.2338 929.143 79.8275 930.086 80.8587 930.212C81.89 930.337 86.9524 930.983 92.1086 931.647C97.2648 932.312 103.909 933.146 106.874 933.502C109.839 933.858 123.339 935.545 136.874 937.252C150.409 938.959 163.909 940.646 166.873 940.999C171.968 941.607 174.37 941.908 190.703 943.99L197.423 944.845L198.437 943.467C201.238 939.661 207.154 939.799 209.548 943.727C212.554 948.656 207.406 954.814 201.82 952.97C200.08 952.396 197.811 949.921 197.811 948.598C197.811 947.545 196.64 947.038 193.358 946.671C189.675 946.259 187.173 945.961 185.155 945.696C184.252 945.578 182.67 945.373 181.639 945.242C167.889 943.488 162.07 942.755 146.249 940.781L121.874 937.714C118.651 937.297 114.433 936.772 112.499 936.547C108.752 936.11 83.2198 932.915 80.8587 932.588C80.0853 932.48 72.4916 931.531 63.9839 930.477C55.4762 929.424 47.9781 928.488 47.3219 928.396C45.348 928.122 40.698 929.031 38.2029 930.179C36.9138 930.772 32.3787 933.991 28.1249 937.332C3.05121 957.025 0.239679 959.106 0.0803053 958.093C-0.00453761 957.553 0.031087 956.839 0.159054 956.505C0.377021 955.937 31.9583 931.151 34.8218 929.301Z' fill='url(%23paint62_linear_10_641)'/%3E%3Cpath id='Line64' d='M224.998 822.768C224.998 818.95 226.667 816.693 230.453 815.392C233.657 814.29 237.85 816.166 239.283 819.343C241.129 823.439 239.137 828.012 234.843 829.537C233.052 830.173 232.471 830.629 232.286 831.545C232.153 832.196 230.884 842.221 229.464 853.822C228.045 865.424 226.761 875.759 226.612 876.791C226.463 877.822 225.951 881.83 225.473 885.697C224.274 895.403 222.444 899.765 217.966 903.592C212.57 908.205 204.782 913.884 202.19 915.097C198.336 916.9 193.694 917.217 185.623 916.228C175.213 914.952 164.534 913.596 153.748 912.18C135.804 909.826 131.028 909.342 130.852 909.862C130.512 910.867 128.268 913.181 126.997 913.838C125.287 914.722 121.733 914.719 120.017 913.831C117.105 912.325 115.49 908.716 116.237 905.384C116.728 903.194 119.672 900.27 121.817 899.841C125.455 899.113 129.982 901.748 130.581 904.943C130.749 905.836 131.022 906.65 131.187 906.752C131.582 906.997 145.774 908.902 162.889 911.008C165.725 911.356 173.107 912.296 179.295 913.094C198.567 915.582 198.79 915.537 210.033 906.917C220.423 898.951 221.581 896.988 223.104 884.759C223.649 880.377 224.513 873.469 225.022 869.409C225.532 865.349 226.375 858.599 226.896 854.409C227.417 850.219 228.153 844.471 228.531 841.635C228.909 838.799 229.353 834.867 229.516 832.898C229.799 829.497 229.762 829.301 228.786 828.991C227 828.424 224.998 825.136 224.998 822.768Z' fill='url(%23paint63_linear_10_641)'/%3E%3Cpath id='Line65' d='M1523.62 39.4944C1523.88 37.9306 1528.58 0.632557 1528.58 0.183499C1528.58 0.0841252 1529.11 0.00256348 1529.75 0.00256348C1531.1 0.00256348 1531.17 0.493809 1530.47 4.92439C1530.22 6.47125 1529.82 9.74075 1529.56 12.1899C1529.03 17.3944 1527.95 26.122 1526.68 35.4753L1525.77 42.1198L1527 44.4781C1528.39 47.1644 1528.29 49.2105 1526.65 51.2922C1523.08 55.8301 1516.08 54.1117 1515.2 48.483C1514.58 44.517 1517.37 41.2573 1521.39 41.254C1523.28 41.2522 1523.35 41.1978 1523.62 39.4944Z' fill='url(%23paint64_linear_10_641)'/%3E%3Cpath id='Line66' d='M1497.33 22.8239C1498.58 13.5479 1499.57 5.58063 1499.85 2.69785C1500.11 0.0803752 1500.16 0.00256348 1501.51 0.00256348C1502.71 0.00256348 1502.86 0.142249 1502.64 1.05724C1502.5 1.63755 1502.05 5.06501 1501.65 8.67435C1501.24 12.2837 1500.81 15.7641 1500.68 16.4086C1500.55 17.0532 1500.15 20.2041 1499.78 23.4108L1499.11 29.241L1500.23 30.5737C1503.25 34.1582 1502.25 39.3425 1498.22 41.0497C1495.17 42.341 1491.91 41.2348 1490.12 38.2972C1487.81 34.5097 1490.22 29.6085 1494.77 28.8393L1496.57 28.5365L1497.33 22.8239Z' fill='url(%23paint65_linear_10_641)'/%3E%3Cpath id='Line67' d='M1470.66 8.79997C1471.11 5.37954 1471.59 2.00082 1471.73 1.29161C1471.92 0.317556 1472.25 0.00255927 1473.09 0.00255927C1474.44 0.00255927 1474.43 -0.392594 1473.27 8.63732L1472.34 15.9019L1473.5 17.1563C1477.02 20.9499 1475.17 26.9953 1470.21 27.9257C1467.94 28.3518 1466.46 27.8746 1464.51 26.0915C1463.11 24.8109 1462.8 24.1659 1462.63 22.2389C1462.31 18.5185 1464.33 16.1701 1468.63 15.2738C1469.81 15.0268 1469.87 14.8505 1470.66 8.79997Z' fill='url(%23paint66_linear_10_641)'/%3E%3Cpath id='Line68' d='M1406.71 11.0181C1407.25 6.63531 1407.8 2.3641 1407.92 1.52599C1408.11 0.283342 1408.37 0.00256348 1409.3 0.00256348C1409.94 0.00256348 1410.45 0.196155 1410.45 0.432872C1410.45 0.669588 1409.83 5.89047 1409.06 12.0343C1408.29 18.1786 1406.49 32.6286 1405.07 44.1462C1403.64 55.6637 1402.16 65.9766 1401.77 67.0636C1400.09 71.8406 1397.99 74.2101 1389.54 80.8958C1383.2 85.9133 1380.34 87.6275 1376.7 88.6123C1374.59 89.1846 1369.26 89.3318 1366.63 88.8907C1365.85 88.7614 1362.48 88.3184 1359.13 87.9064C1355.78 87.4948 1352.3 87.0608 1351.39 86.9422C1350.49 86.824 1340.58 85.5744 1329.36 84.1658L1308.97 81.6046L1307.23 83.3024C1305.77 84.733 1305.09 85.0325 1302.96 85.2102C1300.56 85.4084 1300.31 85.3231 1298.51 83.6938C1296.12 81.5338 1295.52 78.8933 1296.82 76.1685C1298.03 73.6242 1299.97 72.5639 1303.01 72.7884C1305.94 73.0059 1307.98 74.6329 1308.82 77.4355C1309.43 79.4746 1308.62 79.2383 1319.75 80.639C1323.88 81.1583 1327.99 81.681 1328.89 81.8005C1329.8 81.9205 1337.39 82.8674 1345.77 83.9047C1354.15 84.942 1361.85 85.8992 1362.88 86.0319C1370.04 86.952 1371.62 87.0368 1374.15 86.6422C1375.68 86.4031 1378.02 85.7155 1379.33 85.1145C1382.29 83.7645 1393.98 74.6446 1396.15 71.9915C1398 69.7425 1400.13 65.4005 1400.14 63.8879C1400.14 63.3183 1400.55 59.8379 1401.04 56.1536C1401.54 52.4697 1402.39 45.7638 1402.93 41.2522C1403.47 36.7405 1404.32 29.8851 1404.82 26.0179C1405.33 22.1508 1406.18 15.4008 1406.71 11.0181Z' fill='url(%23paint67_linear_10_641)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_10_641' x1='-7.74606e-05' y1='1287' x2='1920' y2='0.00018469' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_10_641' x1='-0.000162427' y1='1287' x2='1920' y2='-6.05575e-06' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_10_641' x1='-6.7554e-05' y1='1287' x2='1920' y2='0.000189418' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_10_641' x1='-9.07735e-05' y1='1287' x2='1920' y2='0.00013112' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_10_641' x1='-0.000108522' y1='1287' x2='1920' y2='8.72502e-06' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_10_641' x1='-4.57707e-05' y1='1287' x2='1920' y2='0.000165777' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_10_641' x1='-1.25333e-05' y1='1287' x2='1920' y2='0.000111664' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_10_641' x1='8.17941e-06' y1='1287' x2='1920' y2='9.73296e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_10_641' x1='-4.17062e-06' y1='1287' x2='1920' y2='0.000125781' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_10_641' x1='-3.74516e-06' y1='1287' x2='1920' y2='0.000144976' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_10_641' x1='-9.48245e-05' y1='1287' x2='1920' y2='0.00010962' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_10_641' x1='4.61838e-05' y1='1287' x2='1920' y2='0.000190265' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_10_641' x1='-2.08774e-05' y1='1287' x2='1920' y2='6.04134e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_10_641' x1='-0.000117171' y1='1287' x2='1920' y2='9.92862e-06' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_10_641' x1='1.85214e-05' y1='1287' x2='1920' y2='8.74064e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_10_641' x1='4.34178e-06' y1='1287' x2='1920' y2='0.000116165' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_10_641' x1='1.77684e-06' y1='1287' x2='1920' y2='3.7594e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_10_641' x1='-9.51895e-06' y1='1287' x2='1920' y2='4.83516e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear_10_641' x1='-3.97262e-05' y1='1287' x2='1920' y2='0.00012674' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear_10_641' x1='2.8253e-06' y1='1287' x2='1920' y2='7.73132e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear_10_641' x1='-4.78456e-05' y1='1287' x2='1920' y2='1.52658e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear_10_641' x1='-8.52317e-06' y1='1287' x2='1920' y2='0.000131555' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_10_641' x1='-8.61673e-05' y1='1287' x2='1920' y2='-1.75982e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_10_641' x1='-8.17579e-06' y1='1287' x2='1920' y2='-8.94612e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_10_641' x1='5.14849e-05' y1='1287' x2='1920' y2='1.59236e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_10_641' x1='-7.55354e-05' y1='1287' x2='1920' y2='-0.000159109' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint26_linear_10_641' x1='-1.25531e-06' y1='1287' x2='1920' y2='1.99858e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint27_linear_10_641' x1='1.30882e-05' y1='1287' x2='1920' y2='3.50457e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint28_linear_10_641' x1='-7.19291e-05' y1='1287' x2='1920' y2='-8.30625e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint29_linear_10_641' x1='-3.42621e-05' y1='1287' x2='1920' y2='-5.6438e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint30_linear_10_641' x1='-1.90742e-05' y1='1287' x2='1920' y2='-2.75221e-07' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint31_linear_10_641' x1='-6.19247e-05' y1='1287' x2='1920' y2='-0.000114038' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint32_linear_10_641' x1='-0.000106653' y1='1287' x2='1920' y2='-0.000151773' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint33_linear_10_641' x1='-3.87188e-05' y1='1287' x2='1920' y2='-0.000133901' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint34_linear_10_641' x1='-4.83773e-05' y1='1287' x2='1920' y2='-0.000185295' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint35_linear_10_641' x1='-0.000102225' y1='1287' x2='1920' y2='-0.000203082' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint36_linear_10_641' x1='7.79683e-05' y1='1287' x2='1920' y2='-6.21807e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint37_linear_10_641' x1='-7.88494e-06' y1='1287' x2='1920' y2='-5.51207e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint38_linear_10_641' x1='-2.54831e-05' y1='1287' x2='1920' y2='-8.54519e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint39_linear_10_641' x1='-0.000102001' y1='1287' x2='1920' y2='-0.000145518' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint40_linear_10_641' x1='-4.90467e-05' y1='1287' x2='1920' y2='-0.000105901' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint41_linear_10_641' x1='-3.22805e-05' y1='1287' x2='1920' y2='-4.71452e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint42_linear_10_641' x1='-9.95299e-07' y1='1287' x2='1920' y2='-3.01813e-06' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint43_linear_10_641' x1='3.6007e-05' y1='1287' x2='1920' y2='-6.75916e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint44_linear_10_641' x1='3.5468e-06' y1='1287' x2='1920' y2='-5.29731e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint45_linear_10_641' x1='-3.91008e-06' y1='1287' x2='1920' y2='-2.53435e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint46_linear_10_641' x1='-3.26414e-05' y1='1287' x2='1920' y2='-2.25035e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint47_linear_10_641' x1='19.1428' y1='1259.5' x2='1883.08' y2='28.3006' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint48_linear_10_641' x1='3.42637' y1='1285.71' x2='1920.77' y2='1.72428' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint49_linear_10_641' x1='-32.4849' y1='1291.09' x2='1828.81' y2='-121.142' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint50_linear_10_641' x1='58.8648' y1='1307.11' x2='1865.18' y2='41.3224' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint51_linear_10_641' x1='-115.27' y1='1242.48' x2='803.753' y2='-225.958' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint52_linear_10_641' x1='-90.0128' y1='1257.19' x2='815.361' y2='-191.933' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint53_linear_10_641' x1='-5.4055e-05' y1='1287' x2='1920' y2='4.98224e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint54_linear_10_641' x1='-2.50425e-05' y1='1287' x2='1920' y2='4.70718e-06' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint55_linear_10_641' x1='3.94988e-05' y1='1287' x2='1920' y2='1.74229e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint56_linear_10_641' x1='0.459943' y1='1287' x2='1920.46' y2='0.00179088' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint57_linear_10_641' x1='-6.70749e-05' y1='1287' x2='1920' y2='-3.36413e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint58_linear_10_641' x1='-2.07654e-05' y1='1287' x2='1920' y2='5.01645e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint59_linear_10_641' x1='-1.73257e-05' y1='1287' x2='1920' y2='3.28426e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint60_linear_10_641' x1='6.41646e-06' y1='1287' x2='1920' y2='7.69059e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint61_linear_10_641' x1='-2.50119e-05' y1='1287' x2='1920' y2='-6.37057e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint62_linear_10_641' x1='2.94289e-06' y1='1287' x2='1920' y2='0.00010108' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint63_linear_10_641' x1='-1.95371e-05' y1='1287' x2='1920' y2='1.55694e-05' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint64_linear_10_641' x1='-5.48767e-07' y1='1287' x2='1920' y2='0.000174349' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint65_linear_10_641' x1='-3.95166e-05' y1='1287' x2='1920' y2='0.000132412' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint66_linear_10_641' x1='5.20303e-05' y1='1287' x2='1920' y2='-3.17125e-06' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint67_linear_10_641' x1='-2.04285e-05' y1='1287' x2='1920' y2='0.000110964' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230046AA'/%3E%3Cstop offset='1' stop-color='%230060EA' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"), url("../images/main_visual_bg.jpg");
}
.main-visual::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vh;
  background: linear-gradient(180deg, rgba(157, 35, 76, 0) 0%, #9D234C 100%);
}
.main-visual__content {
  flex-direction: column-reverse;
  gap: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .main-visual__content {
    flex-direction: row;
    gap: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .main-visual__content {
    gap: 120px;
  }
}
@media screen and (min-width: 1680px) {
  .main-visual__content {
    gap: 208px;
  }
}
.main-visual__mockup img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: -8%;
  animation: translateyMove infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 769px) {
  .main-visual__mockup img {
    transform: inherit;
  }
}
.main-visual__description {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 0;
  padding-right: 0;
}
@media screen and (min-width: 769px) {
  .main-visual__description {
    margin-top: -120px;
    padding-right: 40px;
  }
}
.main-visual__description--title {
  width: 8ch;
  margin-bottom: 16px;
  font-family: Fugaz One;
  font-size: clamp(2.5rem, 1.18rem + 6.62vw, 7rem);
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: white;
}
@media screen and (min-width: 769px) {
  .main-visual__description--title {
    width: inherit;
    text-align: left;
  }
}
.main-visual__description--paragraph {
  display: none;
  max-width: 65ch;
  line-height: 32px;
  letter-spacing: -0.6px;
  color: #DADDDD;
}
@media screen and (min-width: 769px) {
  .main-visual__description--paragraph {
    display: block;
  }
}
.main-visual__swiper {
  overflow: hidden;
}
.main-visual__shortcut {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 50vw;
  height: 300px;
  padding: 48px 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(224, 125, 148, 0.114453) 33.68%, rgba(201, 28, 68, 0.2) 74.83%);
  color: white;
}
@media screen and (min-width: 769px) {
  .main-visual__shortcut {
    display: block;
  }
}
@media screen and (min-width: 1408px) {
  .main-visual__shortcut {
    width: 40vw;
  }
}
.main-visual__shortcut p {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}
.main-visual__shortcut--more {
  position: absolute;
  bottom: 56px;
  right: 72px;
  z-index: 1;
  font-size: 18px;
}
.main-visual__shortcut--more i {
  margin-left: 8px;
}
.main-visual__shortcut-slide {
  width: 100%;
  min-height: 60px !important;
  margin: 48px auto;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
}
.main-visual__shortcut-slide--gnshop {
  background-image: url("data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' width='228' height='59' fill='none'&gt;&lt;g clip-path='url(%23a)'&gt;&lt;path fill-rule='evenodd' clip-rule='evenodd' d='M172.297 0h-8.433l3.18 7.79L172.297 0Zm-4.494 8.29 4.592-6.815V8.29h-4.592Zm-9.544 15.314a20.58 20.58 0 0 1 14.584-6.067c5.47 0 10.717 2.183 14.585 6.067a20.76 20.76 0 0 1 6.041 14.648 20.76 20.76 0 0 1-6.044 14.643 20.581 20.581 0 0 1-14.582 6.064 20.581 20.581 0 0 1-14.582-6.064 20.768 20.768 0 0 1-.002-29.29Zm4.843 24.432a13.769 13.769 0 0 0 9.741 4.059 13.767 13.767 0 0 0 9.741-4.06 13.888 13.888 0 0 0 4.042-9.783 13.888 13.888 0 0 0-4.042-9.783 13.767 13.767 0 0 0-9.741-4.06 13.769 13.769 0 0 0-9.741 4.06 13.888 13.888 0 0 0-4.042 9.783 13.888 13.888 0 0 0 4.042 9.784Zm10.19-39.746v-6.7l4.135 6.7h-4.135ZM163.048.393l-6.541 7.896h9.771l-3.23-7.896ZM182.63.385l6.549 7.904h-10.235L182.63.385ZM181.814 0h-8.441l4.804 7.798L181.814 0Zm-9.419 9.2v7.216c-.718.016-1.419.065-2.121.155L167.599 9.2h4.796Zm-15.79 0 8.792 8.518a22.039 22.039 0 0 1 3.964-1.032l-2.724-7.487h-10.032Zm16.687 0h4.314l-2.438 7.33c-.62-.065-1.24-.114-1.876-.114V9.199Zm2.789 7.445c1.435.217 2.844.576 4.208 1.073l8.792-8.519H178.56l-2.479 7.446ZM29.107 26.12a16.045 16.045 0 0 1 4.812 5.628l7.022-.009a19.362 19.362 0 0 0-7.34-10.312 20.589 20.589 0 0 0-12.38-3.899 20.783 20.783 0 0 0-8.047 1.538 20.856 20.856 0 0 0-6.837 4.532 19.51 19.51 0 0 0-4.73 6.645A19.585 19.585 0 0 0 0 38.251a19.593 19.593 0 0 0 1.607 8.008 19.518 19.518 0 0 0 4.73 6.646 20.887 20.887 0 0 0 6.838 4.529 20.818 20.818 0 0 0 8.046 1.54c4.654-.016 9.305-1.842 13.954-5.48 4.649-3.636 6.843-9.37 6.582-17.2H24.573v6.118H34.84a18.977 18.977 0 0 1-4.624 7.07c-2.246 2.26-5.236 3.39-8.972 3.39a13.154 13.154 0 0 1-5.538-1.083 13.207 13.207 0 0 1-4.583-3.307 14.664 14.664 0 0 1-4.029-10.214 14.713 14.713 0 0 1 4.03-10.165 13.11 13.11 0 0 1 4.571-3.343 13.058 13.058 0 0 1 5.55-1.097c2.82-.086 5.588.779 7.861 2.457Zm16.549-8.567h7.568l18.864 28.816V17.553h7.07v41.405h-7.56L52.736 30.183v28.775h-7.08V17.553Zm54.513 6.55a6.059 6.059 0 0 1 2.168 1.494 5.602 5.602 0 0 1 1.721 3.612h6.957a12.693 12.693 0 0 0-3.784-7.994c-2.333-2.43-5.522-3.645-9.567-3.645a14.024 14.024 0 0 0-9.51 3.538c-2.718 2.365-4.077 5.054-4.077 8.069.022 4.27 1.685 7.06 4.991 8.37a308.342 308.342 0 0 1 9.037 3.736 18.303 18.303 0 0 1 4.241 2.211 3.987 3.987 0 0 1 1.68 3.4 6.218 6.218 0 0 1-1.721 3.98c-1.15 1.344-2.863 2.024-5.155 2.024a6.801 6.801 0 0 1-4.893-2.024 6.864 6.864 0 0 1-2.063-5.087h-7.03c.005 2.955 1.217 5.898 3.637 8.83 2.42 2.933 5.924 4.4 10.513 4.4a13.494 13.494 0 0 0 5.263-.865c1.68-.636 3.218-1.6 4.523-2.838 2.719-2.54 4.078-5.351 4.078-8.437 0-3.882-1.063-6.482-3.189-7.798a61.372 61.372 0 0 0-6.63-3.554c-1.843-.787-3.991-1.576-6.443-2.368-2.452-.791-3.678-2.173-3.678-4.144a5.05 5.05 0 0 1 1.63-3.703 6.507 6.507 0 0 1 4.707-1.638 6.047 6.047 0 0 1 2.594.432Zm14.924-6.55h7.079v16.653h18.758V17.53h7.071v41.406h-7.071v-17.71h-18.758v17.71h-7.079V17.554ZM228 30.74c0-3.628-1.264-7.495-3.784-9.772a12.14 12.14 0 0 0-8.286-3.415h-18.082v41.405h7.063V42.912h11.002c3.083 0 5.987-.672 8.474-2.916C226.874 37.752 228 34.37 228 30.74Zm-23.089 6.037V23.671l9.958-.032a6.275 6.275 0 0 1 4.152 1.638c1.272 1.09 1.908 3.49 1.908 5.398a6.241 6.241 0 0 1-1.786 4.718 6.165 6.165 0 0 1-4.274 1.384h-9.958Z' fill='%23fff'/&gt;&lt;/g&gt;&lt;defs&gt;&lt;clipPath id='a'&gt;&lt;path fill='%23fff' d='M0 0h228v59H0z'/&gt;&lt;/clipPath&gt;&lt;/defs&gt;&lt;/svg&gt;");
}
.main-visual__shortcut-slide--singlestore {
  background-image: url("data:image/svg+xml,&lt;svg width='323' height='60' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path fill-rule='evenodd' clip-rule='evenodd' d='M108.444 4.049c0-2.195 1.568-3.951 3.45-3.951 1.944 0 3.449 1.756 3.449 3.95 0 2.196-1.568 3.952-3.449 3.952-1.882 0-3.45-1.756-3.45-3.951ZM45.1 11.136V31.08h10.537V5.68l-10.6-3.45-21.824 10.348v6.774l.94.878 1.568 1.38 3.826 3.449V15.4L45.1 11.136Zm-28.724.628-4.453-3.198.063-5.457-4.39 3.262L2.39 4.615 4.147 9.82.885 14.21l5.457-.063L9.54 18.6l1.63-5.205 5.206-1.63Zm24.397 28.912L14.683 14.71l-1.693.502-.502 1.756 26.027 25.964c1.505 1.506 2.32 1.318 2.948.69.627-.627.815-1.38-.69-2.947ZM25.596 49.58l6.899-3.136 3.01.941 9.47 2.823 5.143 7.338-4.955 1.568-19.567-9.534Zm3.95-3.637v-7.588l-6.334-5.708v16.119l6.335-2.823ZM45.1 31.08h10.537v24.648l-5.52 1.819-5.142-7.338h.126v-19.13Zm60.647 4.453c1.631.627 3.136 1.505 4.391 2.57a11.237 11.237 0 0 1 2.947 3.89 11.335 11.335 0 0 1 1.066 4.829c0 1.756-.313 3.323-1.066 4.829a11.237 11.237 0 0 1-2.947 3.888c-1.255 1.13-2.697 1.944-4.391 2.572-1.693.627-3.449.94-5.393.94-1.882 0-3.7-.313-5.394-.94-1.63-.628-3.136-1.506-4.39-2.572a12.773 12.773 0 0 1-2.948-3.888 11.336 11.336 0 0 1-1.066-4.83c0-1.755.314-3.323 1.066-4.829a11.234 11.234 0 0 1 2.948-3.888c1.254-1.129 2.697-1.944 4.39-2.572 1.694-.627 3.45-.94 5.394-.94 1.881 0 3.7.313 5.393.94Zm-5.393 17.247c1.944 0 3.512-.565 4.641-1.756 1.129-1.192 1.63-2.572 1.693-4.265 0-1.694-.564-3.073-1.693-4.265-1.066-1.191-2.634-1.756-4.641-1.756-1.944 0-3.512.565-4.641 1.756-1.13 1.192-1.694 2.572-1.694 4.265 0 1.693.565 3.073 1.694 4.265 1.066 1.191 2.634 1.756 4.641 1.756Zm69.051-28.473h-6.46V13.708c0-.564-.251-1.191-.753-2.007-.501-.752-1.003-1.442-1.63-2.007-.627-.627-1.38-1.191-2.258-1.756-.878-.564-1.693-.815-2.446-.815h-25.902v6.084h24.146c.376 0 .69.062.941.25.188.126.313.502.313 1.004v9.91h-32.111v5.58h46.16c.627 0 1.066-.187 1.254-.564.188-.376.314-1.128.314-2.195 0-1.066-.126-1.818-.314-2.195-.188-.501-.627-.69-1.254-.69Zm-31.233 27.784h25.526c.564 0 .94.25 1.129.815.188.44.251 1.192.251 2.133 0 .94-.126 1.693-.251 2.132-.189.439-.565.69-1.129.69h-27.909c-.627 0-1.317-.188-1.944-.565-.628-.439-1.255-.878-1.756-1.38a13.774 13.774 0 0 1-1.568-1.881c-.439-.627-.628-1.192-.628-1.693v-9.408h26.404V39.36h-26.404v-5.644h31.61c.878 0 1.442.188 1.818.502.314.313.502.878.502 1.693v12.543h-26.404v2.822c0 .565.251.816.753.816Zm83.288-8.97h-45.972v6.46h45.972c.752 0 1.191-.251 1.442-.815.188-.565.314-1.317.314-2.446 0-1.066-.126-1.882-.314-2.446-.251-.502-.69-.753-1.442-.753Zm-39.386-8.279c-.502-.438-1.004-1.066-1.505-1.818-.602-.963-.915-1.695-1.106-2.14l-.023-.055c-.063-.565.188-.941.752-1.255a63.746 63.746 0 0 0 7.965-4.829c2.383-1.693 4.077-3.45 5.206-5.205a9.004 9.004 0 0 0 1.379-3.387 19.45 19.45 0 0 0 .251-3.261V9.756h8.028v3.387c0 1.128.063 2.195.251 3.135.188.941.627 2.007 1.38 3.199.69.878 1.505 1.819 2.571 2.76 1.004.94 2.132 1.818 3.324 2.696a51.91 51.91 0 0 0 3.638 2.384 33.182 33.182 0 0 0 3.575 1.881c.627.314.94.69.878 1.192 0 .501-.314 1.191-.816 2.132-.502.94-.941 1.568-1.317 1.944-.376.314-.941.377-1.693.063-1.317-.502-2.697-1.192-4.202-2.007-1.505-.815-2.948-1.693-4.328-2.697-1.379-1.003-2.696-2.07-3.888-3.198-1.192-1.13-2.195-2.32-2.948-3.512-.752 1.191-1.756 2.383-3.01 3.574-1.254 1.192-2.634 2.32-4.077 3.387-1.442 1.066-2.947 2.007-4.453 2.885-1.505.878-2.885 1.568-4.076 2.07-.69.313-1.255.25-1.756-.188Zm91.629 8.28h-18.564V37.04h11.539c.753 0 1.192-.25 1.443-.69.188-.501.314-1.254.314-2.32 0-1.066-.126-1.882-.314-2.383-.188-.502-.69-.753-1.443-.753h-23.769c-.314 0-.502-.063-.69-.188-.125-.125-.251-.376-.251-.815v-3.136h23.268c.753 0 1.192-.251 1.442-.753.189-.502.314-1.254.314-2.32 0-1.067-.125-1.882-.314-2.384-.188-.501-.689-.752-1.442-.752h-23.268v-3.951H265.8c.753 0 1.192-.251 1.443-.753.188-.502.314-1.254.314-2.32 0-1.067-.126-1.882-.314-2.384-.188-.501-.69-.752-1.443-.752h-31.232v19.944c0 .564.25 1.254.752 1.944.502.752 1.066 1.38 1.631 1.944.627.627 1.317 1.254 2.132 1.819.815.564 1.568.878 2.258.878h6.083v6.083h-19.755v6.586h45.971c.753 0 1.192-.251 1.443-.816.188-.564.313-1.317.313-2.446 0-1.066-.125-1.881-.313-2.445-.189-.502-.69-.753-1.38-.753ZM314.406 22.3V7.186h7.651V53.03c0 .628-.313 1.004-1.003 1.255-.69.188-1.631.313-2.885.313-1.192 0-2.07-.125-2.76-.313s-1.003-.627-1.003-1.255V28.697h-5.958c-.314 1.82-.878 3.45-1.694 4.892a14.135 14.135 0 0 1-3.135 3.763c-1.255 1.004-2.635 1.82-4.265 2.384-1.631.564-3.324.815-5.206.815-2.132 0-4.076-.314-5.832-1.066-1.756-.69-3.324-1.694-4.579-3.01-1.254-1.318-2.257-2.823-2.947-4.642-.69-1.756-1.066-3.763-1.066-5.958 0-2.195.376-4.14 1.066-5.958.69-1.819 1.693-3.324 2.947-4.641 1.255-1.254 2.823-2.258 4.579-3.01 1.756-.69 3.7-1.067 5.832-1.067 1.819 0 3.513.251 5.08.753a13.324 13.324 0 0 1 4.14 2.258 12.797 12.797 0 0 1 3.073 3.512c.878 1.38 1.442 2.885 1.819 4.578h6.146Zm-20.195 11.916c2.007 0 3.7-.752 5.017-2.257 1.255-1.506 1.945-3.575 1.945-6.084 0-2.446-.628-4.453-1.945-6.02-1.317-1.569-3.01-2.321-5.017-2.321-2.007 0-3.7.752-5.017 2.32-1.317 1.506-1.944 3.512-1.944 6.021 0 2.572.627 4.578 1.944 6.084 1.317 1.505 3.01 2.257 5.017 2.257ZM111.956 10.26a3.59 3.59 0 0 0 3.136-1.881s0-.126.377-.063c.188 0 .188.063.188.063v24.648c0 .69-.314 1.128-1.004 1.38-.627.25-1.568.376-2.759.376-1.192 0-2.07-.126-2.76-.377-.69-.25-1.003-.69-1.003-1.38 0 0 .627-6.46.062-6.146-.086.058-.303.36-.616.799-1.059 1.478-3.218 4.493-5.153 4.783-1.568.25-4.39.314-5.457-.564a34.442 34.442 0 0 1-2.32-2.133c-.602-.555-1.17-1.18-1.754-1.821-.207-.228-.416-.458-.63-.688a106.553 106.553 0 0 1-2.257-2.759 18.834 18.834 0 0 1-1.882-2.885c-.627 1.003-1.38 2.07-2.132 3.136-.815 1.066-1.63 2.07-2.446 3.072a55.449 55.449 0 0 1-2.572 2.76 73.917 73.917 0 0 1-2.508 2.258c-.502.44-1.066.565-1.63.44-.565-.189-1.318-.69-2.196-1.631-.238-.238-.457-.476-.659-.694-.17-.184-.326-.354-.47-.498a4.818 4.818 0 0 1-.627-.94c-.126-.314-.126-.565 0-.816.125-.25.376-.564.69-.878 1.819-1.693 3.512-3.387 5.017-5.08 1.505-1.756 2.634-3.387 3.512-4.892.628-1.254 1.067-2.32 1.317-3.261.189-.941.314-2.07.314-3.387V7.563h7.902V11.2c0 .878.063 1.756.251 2.697.188.94.502 1.819.878 2.634.44.94 1.066 1.882 1.756 2.822.69.941 1.443 1.882 2.195 2.822.199.248.345.435.464.587.332.426.454.582.916 1.044 1.317 1.443 1.944 1.882 3.888 1.819 1.631-.063 4.892-5.331 5.457-6.585 1.044-2.337 1.024-4.437 1.002-6.738a60.382 60.382 0 0 1 .001-1.854c.063-.879.063-1.506.063-2.07 0 0 0-.063.125-.063.189 0 .189.063.189.063.501 1.129 1.756 1.881 3.135 1.881Z' fill='%23fff'/&gt;&lt;/svg&gt;");
}

.main-work {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: linear-gradient(180deg, #FFFFFF 31.8%, #2A63AC 93.22%, #205CA8 98.01%);
}
.main-work__content {
  flex-direction: column;
  gap: 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 821px) {
  .main-work__content {
    flex-direction: row;
    gap: 32px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1441px) {
  .main-work__content {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.main-work__slide {
  display: flex;
  max-width: 1408px;
  height: 100vh;
  margin: 0 auto;
}
.main-work__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.main-work__description {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 821px) {
  .main-work__description {
    max-width: 448px;
  }
}
.main-work__description h2 {
  margin-bottom: var(--space-l-l);
  color: #1984be;
}
.main-work__description .eyebrow {
  font-size: clamp(0.75rem, 0.62rem + 0.43vw, 1rem);
  line-height: 1;
  color: #666666;
}
.main-work__description h4 {
  margin-bottom: var(--space-s-s);
}
.main-work__description p {
  font-size: clamp(0.88rem, 0.75rem + 0.43vw, 1.13rem);
  text-align: justify;
}

.main-contactus {
  position: relative;
  height: 131.4834578442vh;
  background: url(/jsp/home/images/contact_us_background.jpg) top center/cover no-repeat, #1b2023;
}
.main-contactus__content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.main-contactus__content h2 {
  margin-bottom: var(--space-14xl-11xl);
  padding: 0 40px;
  font-weight: 700;
  line-height: 1.8;
  color: white;
}

@keyframes translateyMove {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%);
  }
}
.sub-visual {
  font-size: 0;
}
.sub-visual__image {
  height: 240px;
}
@media screen and (min-width: 481px) {
  .sub-visual__image {
    height: 400px;
  }
}
@media screen and (min-width: 769px) {
  .sub-visual__image {
    height: 540px;
  }
}
.sub-visual__title {
  display: block;
  position: absolute;
  bottom: var(--space-2xl);
  left: 50%;
  transform: translatex(-50%);
  z-index: 1;
  width: 100%;
  max-width: 1680px;
  padding: 24px 24px 0;
  line-height: 1;
  text-align: right;
  color: white;
}

.sub-intro__contents {
  max-width: 856px;
  padding-top: var(--space-14xl-16xl);
  padding-bottom: var(--space-14xl-16xl);
  text-align: center;
}
.sub-intro h2 {
  margin-bottom: var(--space-l-l);
  line-height: 1.5;
}
.sub-intro p {
  font-size: clamp(1rem, 0.94rem + 0.22vw, 1.13rem);
  line-height: 1.8;
}

.sub-company {
  background: url("/images/sub_info_bg.jpg") center right;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sub-company &gt; * {
  flex: 50%;
}
.sub-company__image {
  display: none;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sub-company__image {
    display: block;
  }
}
.sub-company__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: var(--space-2xl-3xl);
}
.sub-company__contents {
  padding: var(--space-8xl-10xl) 24px;
}
@media screen and (min-width: 769px) {
  .sub-company__contents {
    padding: var(--space-8xl-10xl) 0;
  }
}
.sub-company__contents h3 {
  position: relative;
  margin-bottom: var(--space-l-2xl);
}
.sub-company__contents h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  width: 44px;
  height: 4px;
  background: #e41b5e;
}
.sub-company__contents dl {
  font-size: clamp(0.94rem, 0.78rem + 0.54vw, 1.25rem);
  color: #ccc;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.sub-company__contents dl:not(last-child) {
  margin-bottom: var(--space-l-m);
}
.sub-company__contents dl dt {
  width: 20%;
  max-width: 120px;
  font-weight: 600;
}

.partners {
  flex-direction: column;
  gap: 40px;
  padding: var(--space-14xl-16xl) 0 var(--space-14xl-11xl) var(--space-l-2xl);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.partners h3 {
  position: relative;
  width: 100%;
  padding-left: var(--space-l-2xl);
  background: white;
  line-height: 1;
}
.partners h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -22%;
  transform: translatey(-50%);
  z-index: -1;
  width: 320px;
  height: 4px;
  background: #e41b5e;
}
.partners ul {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 481px) {
  .partners ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 769px) {
  .partners ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
.partners ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sub-competence {
  margin-bottom: var(--space-14xl-16xl);
}
.sub-competence__title {
  margin: var(--space-14xl-16xl) 0;
  padding: var(--space-8xl-10xl) 0;
  background: #fafafa;
  text-align: center;
}
.sub-competence__title h3 {
  position: relative;
  margin-bottom: var(--space-8xl-4xl);
}
.sub-competence__title h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translatex(-50%);
  width: 44px;
  height: 4px;
  background: #e41b5e;
}
.sub-competence__title p {
  font-size: clamp(0.94rem, 0.78rem + 0.54vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
}
.sub-competence__contents {
  flex-direction: column;
  gap: 24px;
  margin-bottom: var(--space-8xl-4xl);
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (min-width: 481px) {
  .sub-competence__contents {
    padding: 0 64px;
  }
}
@media screen and (min-width: 769px) {
  .sub-competence__contents {
    flex-direction: row;
  }
}
@media screen and (min-width: 1201px) {
  .sub-competence__contents {
    padding: 0;
  }
}
.sub-competence__contents:last-child {
  gap: 40px;
}
@media screen and (min-width: 769px) {
  .sub-competence__contents:last-child {
    gap: 24px;
  }
}
.sub-competence__contents--reverse {
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .sub-competence__contents--reverse {
    flex-direction: row-reverse;
  }
}
.sub-competence__image {
  position: relative;
}
.sub-competence__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sub-competence__image--01::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: -1;
  width: 240px;
  height: 240px;
  background: #444140;
}
@media screen and (min-width: 769px) {
  .sub-competence__image--01::before {
    top: -48px;
    left: -48px;
  }
}
.sub-competence__image--02::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: -1;
  width: 112px;
  height: 152px;
  border: 4px solid #e41b5e;
}
@media screen and (min-width: 769px) {
  .sub-competence__image--02::before {
    top: -48px;
    right: -48px;
    width: 200px;
    height: 320px;
    border: 20px solid #e41b5e;
  }
}
.sub-competence__image--03::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: -16px;
  z-index: -1;
  width: 320px;
  height: 200px;
  background: #00102e;
}
@media screen and (min-width: 769px) {
  .sub-competence__image--03::before {
    bottom: -48px;
    left: -48px;
  }
}
.sub-competence__description {
  flex: 50%;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .sub-competence__description {
    flex: 0 0 480px;
  }
}
.sub-competence__description::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: -1;
  width: 400px;
  height: 4px;
  background: #00102e;
}
@media screen and (min-width: 1025px) {
  .sub-competence__description::before {
    display: inline-block;
  }
}
.sub-competence__description--01::before {
  left: -240px;
  width: 456px;
}
.sub-competence__description--02 {
  text-align: right;
}
.sub-competence__description--02::before {
  right: -240px;
  width: 432px;
}
.sub-competence__description--03::before {
  left: -240px;
  width: 584px;
}
.sub-competence__description h4 {
  margin-bottom: var(--space-l-2xl);
}
.sub-competence__description p {
  font-size: clamp(0.88rem, 0.75rem + 0.43vw, 1.13rem);
  text-align: justify;
}

.history__wrap {
  padding: var(--space-14xl-11xl) 0 var(--space-8xl-8xl);
}
.history__wrap:nth-child(2n) {
  background: #FAFAFA;
}
.history__wrap h3 {
  position: relative;
  margin-bottom: var(--space-2xl-l);
}
.history__wrap h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -8px;
  width: 40px;
  height: 4px;
  background-color: #e41b5e;
}
.history__wrap dl {
  margin-bottom: var(--space-2xl-l);
}
.history__wrap dl dt {
  margin-bottom: 8px;
  font-size: clamp(1.13rem, 0.8rem + 1.08vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}
.history__wrap dl dd {
  margin-bottom: 8px;
  font-size: clamp(0.88rem, 0.75rem + 0.43vw, 1.13rem);
}
.history__navigation {
  display: none;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 50%;
  transform: translatey(-50%);
  z-index: 10;
  float: right;
  margin-right: 4%;
  padding: 320px 0 24px;
}
@media screen and (min-width: 1025px) {
  .history__navigation {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
}
.history__navigation a {
  font-size: 18px;
}
.history__navigation a span {
  gap: 16px;
  margin-right: 16px;
  text-align: right;
  text-decoration: none;
  color: #999;
}
.history__navigation a i {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
}
.history__navigation a i::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1px;
  height: 48px;
  background: #999;
}
.history__navigation a i::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1px;
  height: 48px;
  background: #999;
}
.history__navigation a:last-child i::before, .history__navigation a:last-child i::after {
  display: none;
}
.history__navigation a.active span {
  font-weight: 700;
  color: #000;
}
.history__navigation a.active i {
  background: #e41b5e;
}
.history__navigation a.active i::after {
  height: 1px;
  background: #e41b5e;
  animation: increase 500ms ease-in;
  animation-fill-mode: forwards;
}

@keyframes increase {
  100% {
    height: 48px;
  }
}
.service {
  margin-bottom: var(--space-14xl-16xl);
}
.service__image--wrap p {
  padding-top: var(--space-l-m);
  font-size: clamp(0.88rem, 0.75rem + 0.43vw, 1.13rem);
  text-align: center;
}
.service__image--wrap img {
  display: block;
  max-width: 100%;
  height: auto;
}
.service__image--top {
  overflow: hidden;
  width: 87%;
  margin-left: 13%;
  height: var(--space-17xl);
}
.service__image--top img {
  transform-origin: left;
}
.service__image--bottom {
  flex-direction: column;
  gap: 40px;
  padding: var(--space-4xl-xl) var(--space-4xl-xl) var(--space-2xl-l);
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .service__image--bottom {
    flex-direction: row;
  }
}
.service__image--responsive {
  display: block;
  height: auto;
}
.service__image--responsive img {
  width: 100%;
}
.service__desc {
  flex-direction: column;
  gap: 24px;
  padding: var(--space-4xl-5xl) 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .service__desc {
    gap: inherit;
    flex-direction: row;
  }
}
@media screen and (min-width: 1409px) {
  .service__desc {
    padding: var(--space-4xl-5xl) 0;
  }
}
.service__desc &gt; * {
  flex: 50%;
}
.service__desc--title h3 {
  margin-bottom: var(--space-2xs-2xs);
  line-height: 1;
}
.service__desc--title span {
  font-size: clamp(0.75rem, 0.62rem + 0.43vw, 1rem);
  line-height: 1;
  color: #777;
}
.service__desc--contents dt {
  margin-bottom: var(--space-s-s);
  font-size: clamp(1.13rem, 0.8rem + 1.08vw, 1.75rem);
  font-weight: 700;
  line-height: 1.4;
}
.service__desc--contents dd {
  font-size: clamp(0.88rem, 0.75rem + 0.43vw, 1.13rem);
  color: #333;
}
.service__desc--contents dd ol &gt; li {
  list-style: disc;
}

.work-process {
  padding: var(--space-14xl-16xl) 0;
  background: #fafafa;
  text-align: center;
}
.work-process__title {
  margin-bottom: var(--space-8xl-8xl);
}
.work-process__title h3 {
  margin-bottom: var(--space-s-s);
}
.work-process__title p {
  font-size: clamp(0.94rem, 0.78rem + 0.54vw, 1.25rem);
}
.work-process__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-l-l) var(--space-s-s);
}
@media screen and (min-width: 769px) {
  .work-process__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .work-process__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
.work-process__icon img {
  display: block;
  max-width: 112px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .work-process__icon img {
    max-width: 144px;
  }
}
.work-process__desc {
  font-size: clamp(0.88rem, 0.81rem + 0.22vw, 1rem);
}
.work-process__desc dt {
  margin: var(--space-s-s) 0;
  font-weight: 700;
}
.work-process__desc dd:not(:last-child) {
  margin-bottom: 8px;
}

.customer-support__title {
  flex-direction: column;
  gap: 24px;
  padding: var(--space-14xl-16xl) 0 var(--space-4xl-5xl) var(--space-l-2xl);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 1025px) {
  .customer-support__title {
    flex-direction: row;
    gap: 80px;
  }
}
@media screen and (min-width: 1281px) {
  .customer-support__title {
    gap: 152px;
  }
}
.customer-support h3 {
  position: relative;
  padding-left: var(--space-l-2xl);
  background: white;
  line-height: 1;
}
.customer-support h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -60%;
  transform: translatey(-50%);
  z-index: -1;
  width: 320px;
  height: 4px;
  background: #e41b5e;
}
.customer-support dl {
  font-size: clamp(0.94rem, 0.78rem + 0.54vw, 1.25rem);
}
.customer-support dl dd ol &gt; li {
  list-style: disc;
}
.customer-support__diagram {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "upgrade" "education" "patch" "consulting";
  row-gap: 16px;
  margin-bottom: var(--space-14xl-16xl);
}
@media screen and (min-width: 1025px) {
  .customer-support__diagram {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "upgrade title education" ". title ." "patch title consulting";
    row-gap: 32px;
  }
}
.customer-support__diagram &gt; * {
  gap: var(--space-m-s);
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.customer-support__diagram &gt; *:not(:first-child) {
  position: relative;
  max-width: inherit;
  max-height: inherit;
  padding: var(--space-m-s) var(--space-l-l);
  border-radius: 999px;
  background: white;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1025px) {
  .customer-support__diagram &gt; *:not(:first-child) {
    max-width: 416px;
    max-height: 120px;
  }
}
.customer-support__diagram &gt; *:not(:first-child)::before {
  content: "";
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e41b5e;
}
@media screen and (min-width: 1025px) {
  .customer-support__diagram &gt; *:not(:first-child)::before {
    display: inline-block;
  }
}
.customer-support__diagram &gt; *:not(:first-child)::after {
  content: "";
  display: none;
  position: absolute;
  width: 200px;
  height: 2px;
  background: #e41b5e;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .customer-support__diagram &gt; *:not(:first-child)::after {
    display: inline-block;
  }
}
.customer-support__diagram &gt; * img {
  display: block;
  max-width: 48px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .customer-support__diagram &gt; * img {
    max-width: 80px;
  }
}
@media screen and (min-width: 1281px) {
  .customer-support__diagram &gt; * img {
    max-width: 100%;
  }
}
.customer-support__diagram &gt; * dt {
  margin-bottom: var(--space-m-s);
  font-size: clamp(1rem, 0.74rem + 0.86vw, 1.5rem);
  font-weight: 700;
}
.customer-support__diagram &gt; * dd {
  font-size: clamp(0.88rem, 0.75rem + 0.43vw, 1.13rem);
}
.customer-support__diagram--title {
  grid-area: title;
  margin: 0 auto;
}
.customer-support__diagram--title img {
  max-width: 216px;
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  .customer-support__diagram--title img {
    max-width: inherit;
  }
}
.customer-support__diagram--upgrade {
  grid-area: upgrade;
}
.customer-support__diagram--upgrade::before {
  top: 56px;
  right: 0;
}
.customer-support__diagram--upgrade::after {
  top: 104px;
  right: -160px;
  transform: rotate(-145deg);
}
.customer-support__diagram--education {
  grid-area: education;
}
.customer-support__diagram--education::before {
  top: 56px;
  left: 0px;
}
.customer-support__diagram--education::after {
  top: 104px;
  left: -160px;
  transform: rotate(145deg);
}
.customer-support__diagram--patch {
  grid-area: patch;
}
.customer-support__diagram--patch::before {
  top: 50px;
  right: 0;
}
.customer-support__diagram--patch::after {
  top: 0px;
  right: -174px;
  transform: rotate(145deg);
}
.customer-support__diagram--consulting {
  grid-area: consulting;
}
.customer-support__diagram--consulting::before {
  top: 50px;
  left: 0;
}
.customer-support__diagram--consulting::after {
  top: 0px;
  left: -174px;
  transform: rotate(-145deg);
}

.portfolio {
  margin-top: 0;
  padding: var(--space-14xl-16xl) 0;
  background: #fafafa;
}
@media screen and (min-width: 769px) {
  .portfolio {
    margin-top: -56px;
  }
}
.portfolio__list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 601px) {
  .portfolio__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 961px) {
  .portfolio__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.portfolio__item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}
.portfolio__item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.portfolio__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  background: rgba(228, 27, 94, 0.9);
  text-align: center;
  color: white;
  transition: transform ease-in-out 500ms, -webkit-transform ease-in-out 500ms;
}
.hover-active .portfolio__hover {
  transform: translateY(100%);
}
:hover &gt; .portfolio__hover {
  transform: translateY(0);
}
.portfolio__hover--title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 20px;
}
.portfolio__hover--title h4 {
  margin-bottom: var(--space-s-s);
}
.portfolio__hover--title p {
  font-size: clamp(0.88rem, 0.75rem + 0.43vw, 1.13rem);
}
.portfolio__hover--link {
  position: absolute;
  bottom: var(--space-l-m);
  right: var(--space-l-m);
}
.portfolio__hover--link i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: white;
}

.portfolio-intro {
  display: block;
}
@media screen and (min-width: 769px) {
  .portfolio-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.portfolio-intro__contents {
  max-width: inherit;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .portfolio-intro__contents {
    max-width: 560px;
    text-align: left;
  }
}
.portfolio-intro__image {
  display: none;
  margin-top: 88px;
}
@media screen and (min-width: 769px) {
  .portfolio-intro__image {
    display: block;
  }
}
.portfolio-intro__image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.client {
  padding: var(--space-14xl-16xl) 0;
}
.client h3 {
  padding-bottom: var(--space-4xl-5xl);
  text-align: center;
}
.client ul {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media screen and (min-width: 481px) {
  .client ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 769px) {
  .client ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }
}
.client ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contact {
  position: relative;
}
.contact__wrap {
  gap: 32px;
  margin-bottom: var(--space-14xl-16xl);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contact__wrap &gt; * {
  flex: 50%;
}
.contact__image {
  display: none;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .contact__image {
    display: block;
  }
}
@media screen and (min-width: 1624px) {
  .contact__image {
    margin-left: -112px;
  }
}
.contact__image::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
  bottom: -20%;
  left: -20%;
  z-index: -1;
}
.contact__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.contact__form {
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .contact__form {
    padding-left: var(--space-4xl-5xl);
  }
}
.contact__form form {
  flex-direction: column;
  gap: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.map h3 {
  text-align: center;
}
.map__content {
  height: 200px;
  margin: var(--space-4xl-5xl) 0;
}
@media screen and (min-width: 480px) {
  .map__content {
    height: 400px;
  }
}
@media screen and (min-width: 769px) {
  .map__content {
    height: 640px;
  }
}
.map__info {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(56px, 1fr));
  grid-template-columns: 1fr;
  grid-template-areas: "address" "tel" "fax" "email";
  gap: 8px 0;
  margin-bottom: var(--space-14xl-16xl);
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .map__info {
    grid-template-rows: 340px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "address . tel fax email";
    gap: 0 8px;
  }
}
.map__info &gt; * {
  flex-direction: row;
  gap: 8px;
  height: 100%;
  padding: 16px 24px;
  background: #BFB9B8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 1025px) {
  .map__info &gt; * {
    padding: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.map__info &gt; * h4 {
  font-size: clamp(1.25rem, 1.12rem + 0.43vw, 1.5rem);
  line-height: 1;
}
.map__info &gt; * p {
  font-size: clamp(0.88rem, 0.81rem + 0.22vw, 1rem);
  line-height: 1.8;
}
.map__info--address {
  grid-area: address;
  grid-column: 1/span 2;
  flex-direction: column;
  padding: 32px;
  background: #444140;
  color: white !important;
}
.map__info--tel {
  grid-area: tel;
}
.map__info--fax {
  grid-area: fax;
}
.map__info--email {
  grid-area: email;
}
.map__info--icon img {
  width: var(--space-2xl);
  margin: 0 auto;
}

.login {
  position: relative;
  padding: 200px 0;
  background-size: cover;
  background-image: url(/jsp/home/images/login_bg.jpg);
  background-position: bottom center;
}
.login__logo {
  margin-bottom: var(--space-2xl-l);
}
.login__logo img {
  width: 100%;
  height: 18px;
  margin: 0 auto;
}
.login__contents {
  display: grid;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 600px;
  margin: 0 auto;
  padding: var(--space-8xl-8xl);
  background: rgba(238, 238, 238, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}
.login__contents &gt; * {
  width: 100%;
  max-width: 400px;
}
.login__contents form {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: inherit;
  margin-bottom: var(--space-l-m);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .login__contents form {
    min-width: 400px;
  }
}
.login__contents form input {
  width: 100%;
  height: 48px;
  padding: var(--space-xs-s) var(--space-s-m) var(--space-xs-s) var(--space-2xl-3xl);
  background-color: #7F9FC2;
  box-shadow: inset 3px 3px 4px rgba(0, 0, 0, 0.4);
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  .login__contents form input {
    height: 56px;
  }
}
.login--id, .login--pw {
  position: relative;
  width: 100%;
}
.login--id i, .login--pw i {
  position: absolute;
  top: 50%;
  left: var(--space-s-s);
  transform: translatey(-50%);
}

.login_security {
  width: 100%;
  margin-top: var(--space-xs-s);
  font-size: 14px;
  color: white;
}
@media screen and (min-width: 481px) {
  .login_security {
    font-size: 16px;
  }
}

#captcha1 {
  width: 100%;
  border: none;
}

.rc-anchor-normal {
  width: min-content;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>