* {
	outline: none;
	box-sizing: border-box;
}
d, img, logo, content, wrap, article, aside, figure, footer, header, main, nav, section, canvas, video, fieldset, p {
	display: block;
	padding: 0;
	margin: 0;
}
[hide], [hidden], audio input[type="file"], input[type="checkbox"], input[type="radio"] {
	display: none!important;
}
html {
	font-family: Onest;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.6px;
	color: #242424;
	margin: 0;
	background: #fff;
}
body {
	font-family: Onest;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.6px;
	color: #242424;
	margin: 0;
	cursor: default;
}
a, a:active, a:focus, a:hover, a:visited {
	color: #242424;
	text-decoration: none;
}
img {
	border: none;
	max-width: 100%;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
	font-family: Onest;
	color: #242424;
	margin: 0;
}
.h1, h1 {
	font-size: 36px;
	line-height: 26.4px;
}
.h2, h2 {
	font-size: 16px;
	line-height: 19.2px;
}
hr {
	height: 0;
	overflow: visible;
}
button, input, optgroup, select, textarea {
	font-family: Onest;
	font-size: 12px;
	font-weight: 400;
	line-height: 15.6px;
	color: #242424;
	margin: 0;
}
@font-face {
    font-family: 'Onest';
    src: url('/project/local/fonts/Onest-Thin.woff2') format('woff2'), url('/project/local/fonts/Onest-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Onest';
    src: url('/project/local/fonts/Onest-ExtraBold.woff2') format('woff2'), url('/project/local/fonts/Onest-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Onest';
    src: url('/project/local/fonts/Onest-Medium.woff2') format('woff2'), url('/project/local/fonts/Onest-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Onest';
    src: url('/project/local/fonts/Onest-SemiBold.woff2') format('woff2'), url('/project/local/fonts/Onest-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Onest';
    src: url('/project/local/fonts/Onest-Regular.woff2') format('woff2'), url('/project/local/fonts/Onest-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Onest';
    src: url('/project/local/fonts/Onest-ExtraLight.woff2') format('woff2'), url('/project/local/fonts/Onest-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Onest';
    src: url('/project/local/fonts/Onest-Light.woff2') format('woff2'), url('/project/local/fonts/Onest-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Onest';
    src: url('/project/local/fonts/Onest-Black.woff2') format('woff2'), url('/project/local/fonts/Onest-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Onest';
    src: url('/project/local/fonts/Onest-Bold.woff2') format('woff2'), url('/project/local/fonts/Onest-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}.loader-xy7g7j {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 16px;
	box-sizing: border-box;
}
.loader-card-xy7g7j {
  width: calc(50% - 8px);
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(90deg, #3a3a3a 25%, #4d4d4d 50%, #3a3a3a 75%);
  background-size: 200% 100%;
  animation: shimmer-xy7g7j 1.6s infinite linear;
}
.loader-button-xy7g7j {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background: linear-gradient(90deg, #3a3a3a 25%, #4d4d4d 50%, #3a3a3a 75%);
  background-size: 200% 100%;
  animation: shimmer-xy7g7j 1.6s infinite linear;
  margin-top: 8px;
}
.loader-footer-xy7g7j {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, #3a3a3a 25%, #4d4d4d 50%, #3a3a3a 75%);
  background-size: 200% 100%;
  animation: shimmer-xy7g7j 1.6s infinite linear;
  margin-top: 8px;
}
@keyframes shimmer-xy7g7j {
  0% {background-position: 200% 0;}
  100% {background-position: -200% 0;}
}








.loader-j4hr78lk {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 16px;
	box-sizing: border-box;
}
.loader-header-j4hr78lk {
  width: 60%;
  height: 18px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  margin-bottom: 12px;
  animation: shimmer-j4hr78lk 1.6s infinite linear;
}

.loader-subheader-j4hr78lk {
  width: 80%;
  height: 16px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  margin-bottom: 24px;
  animation: shimmer-j4hr78lk 1.6s infinite linear;
}

.loader-input-1-j4hr78lk, .loader-input-2-j4hr78lk {
	width: 100%;
	height: 60px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	border-radius: 8px;
	margin-bottom: 16px;
	animation: shimmer-j4hr78lk 1.6s infinite linear;
}

.loader-button-j4hr78lk {
  width: 100%;
  height: 44px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  border-radius: 8px;
  margin-bottom: 24px;
  animation: shimmer-j4hr78lk 1.6s infinite linear;
}

layer[name="order"] d.loader-button-j4hr78lk,
layer[name="order"] d.loader-input-1-j4hr78lk,
layer[name="order"] d.loader-input-2-j4hr78lk,
layer[name="order"] .loader-header-j4hr78lk,
layer[name="order"] d.loader-subheader-j4hr78lk {
	background: linear-gradient(90deg, #414141 25%, #323232 50%, #414141 75%);
	background-size: 200% 100%;
}

@keyframes shimmer-j4hr78lk {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}







.loader-b1xk38 {
	width: 100%;
	max-width: 400px;
	height: 300px;
	padding: 16px;
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	position: relative;
}

.loader-header-b1xk38 {
  width: 80%;
  height: 20px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-b1xk38 1.6s infinite linear;
}

.loader-subtitle-b1xk38 {
  width: 60%;
  height: 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-b1xk38 1.6s infinite linear;
}

.loader-text-b1xk38 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.loader-line-b1xk38 {
	width: 100%;
	height: 32px;
	border-radius: 6px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	animation: shimmer-b1xk38 1.6s infinite linear;
}

.loader-line-short-b1xk38 {
  width: 60%;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-b1xk38 1.6s infinite linear;
}

@keyframes shimmer-b1xk38 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}








.loader-u72b9a3d {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
    margin-top: 0;
  }

  .loader-image-u72b9a3d {
    width: 100%;
    aspect-ratio: 1;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-u72b9a3d 1.6s infinite linear;
    border-radius: 20px 20px 0px 0px;
  }

  .loader-details-u72b9a3d {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .loader-title-u72b9a3d {
    width: 70%;
    height: 20px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-u72b9a3d 1.6s infinite linear;
    border-radius: 4px;
    margin: 0 20px;
  }

  .loader-subtitle-u72b9a3d {
    width: 50%;
    height: 20px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-u72b9a3d 1.6s infinite linear;
    border-radius: 4px;
    margin: 0 20px;
  }

  .loader-price-u72b9a3d {
    width: 30%;
    height: 20px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-u72b9a3d 1.6s infinite linear;
    border-radius: 4px;
    margin: 0 20px;
  }

  .loader-size-selector-u72b9a3d {
    display: flex;
    gap: 8px;
    margin: 0 20px;
  }

  .loader-size-option-u72b9a3d {
    width: 45%;
    height: 32px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-u72b9a3d 1.6s infinite linear;
    border-radius: 4px;
  }

  .loader-ingredients-u72b9a3d {
    display: flex;
    gap: 14px;
    margin: 0 20px;
  }

  .loader-ingredient-icon-u72b9a3d {
    width: 48px;
    height: 48px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-u72b9a3d 1.6s infinite linear;
    border-radius: 50%;
  }

  .loader-comments-u72b9a3d {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 20px;
  }

  .loader-comment-box-u72b9a3d {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-u72b9a3d 1.6s infinite linear;
    border-radius: 4px;
  }

  .loader-comment-button-u72b9a3d {
    width: 30%;
    height: 32px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-u72b9a3d 1.6s infinite linear;
    border-radius: 4px;
  }

  .loader-nutrition-u72b9a3d {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .loader-nutrition-bar-u72b9a3d {
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    animation: shimmer-u72b9a3d 1.6s infinite linear;
    border-radius: 4px;
  }

  @keyframes shimmer-u72b9a3d {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
.loader-a1xo72ic {
	display: flex;
	align-items: center;
	padding: 8px;
	gap: 12px;
	background-color: #f4f4f4;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 20px 15px;
}

.loader-icon-a1xo72ic {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-a1xo72ic 1.6s infinite linear;
}

.loader-content-a1xo72ic {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.loader-title-a1xo72ic {
  width: 70%;
  height: 14px;
  margin-bottom: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-a1xo72ic 1.6s infinite linear;
}

.loader-subtitle-a1xo72ic {
  width: 50%;
  height: 12px;
  margin-bottom: 8px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-a1xo72ic 1.6s infinite linear;
}

.loader-price-a1xo72ic {
  width: 20%;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-a1xo72ic 1.6s infinite linear;
}

.loader-row-a1xo72ic {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 20px 15px 20px 15px;
}

.loader-icon-small-a1xo72ic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-a1xo72ic 1.6s infinite linear;
}

.loader-text-row-a1xo72ic {
  width: 150px;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-a1xo72ic 1.6s infinite linear;
}

.loader-grid-a1xo72ic {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin: 20px 15px 20px 15px;
}

.loader-item-a1xo72ic {
  width: calc(33.33% - 8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.loader-image-a1xo72ic {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-a1xo72ic 1.6s infinite linear;
}

.loader-item-text-a1xo72ic {
  width: 70%;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-a1xo72ic 1.6s infinite linear;
}

@keyframes shimmer-a1xo72ic {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}




.loader-n84jws5as {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
	background: unset;
	margin: 0;
	display: none;
}

.loader-input-n84jws5as {
  flex: 1;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-n84jws5as 1.6s infinite linear;
}

.loader-button-n84jws5as {
	width: 104px;
	height: 40px;
	border-radius: 8px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	animation: shimmer-n84jws5as 1.6s infinite linear;
}

@keyframes shimmer-n84jws5as {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


span.af-count.waiting,
span.af-counttext.waiting,
span.af-discount_prec.waiting,
span.af-discount_summ.waiting,
span.af-full_discount_prec.waiting,
span.af-full_discount_summ.waiting,
span.af-promo_prec.waiting,
span.af-promo_summ.waiting,
span.af-total.waiting,
span.af-total_base.waiting,
span.af-total_old.waiting {
	color: transparent!important;
	border-radius: 8px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	animation: shimmer-n84jws5as 1.6s infinite linear;
}





.loader-x7ap93b {
    width: 100%;
    max-width: 375px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .loader-section-x7ap93b {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .loader-title-x7ap93b {
    width: 30%;
    height: 14px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-x7ap93b 1.6s infinite linear;
  }
.loader-address-x7ap93b {
	width: 100%;
	height: 40px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	border-radius: 4px;
	animation: shimmer-x7ap93b 1.6s infinite linear;
}

  .loader-option-x7ap93b {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .loader-icon-x7ap93b {
    width: 24px;
    height: 24px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-x7ap93b 1.6s infinite linear;
  }

.loader-text-x7ap93b {
	width: 90%;
	height: 14px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	border-radius: 4px;
	animation: shimmer-x7ap93b 1.6s infinite linear;
}

  .loader-coin-x7ap93b {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .loader-input-x7ap93b {
    width: 70%;
    height: 16px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-x7ap93b 1.6s infinite linear;
  }

  .loader-button-x7ap93b {
    width: 20%;
    height: 36px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    border-radius: 8px;
    animation: shimmer-x7ap93b 1.6s infinite linear;
  }

  .loader-subtext-x7ap93b {
    width: 100%;
    height: 12px;
    background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-x7ap93b 1.6s infinite linear;
  }

  @keyframes shimmer-x7ap93b {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }
  
  
  
  
  .loader-q1w2e3r4 {
	width: 100%;
	max-width: 360px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	box-sizing: border-box;
}

.loader-icon-q1w2e3r4 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-q1w2e3r4 1.6s infinite linear;
}

.loader-content-q1w2e3r4 {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}
.loader-line-q1w2e3r4 {
	width: 100%;
	height: 17px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	border-radius: 4px;
	animation: shimmer-q1w2e3r4 1.6s infinite linear;
}

.loader-line1-q1w2e3r4 {
  width: 60%;
}

.loader-line2-q1w2e3r4 {
  width: 40%;
}

.loader-line3-q1w2e3r4 {
  width: 30%;
}

.loader-line4-q1w2e3r4 {
  width: 50%;
}

.loader-total-q1w2e3r4 {
  width: 80%;
  height: 16px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  border-radius: 4px;
  animation: shimmer-q1w2e3r4 1.6s infinite linear;
}

.loader-button-q1w2e3r4 {
	width: calc(100% - 40px);
	height: 60px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	border-radius: 8px;
	animation: shimmer-q1w2e3r4 1.6s infinite linear;
	margin-top: 15px;
	position: fixed;
	bottom: 16px;
}
@keyframes shimmer-q1w2e3r4 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}






.loader-yk82m6fp {
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
}

.loader-icon-yk82m6fp {
	width: 45px;
	height: 45px;
	border-radius: 4px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	animation: shimmer-yk82m6fp 1.6s infinite linear;
}
.loader-text-yk82m6fp {
	flex-grow: 1;
	margin-left: 12px;
	height: 45px;
	border-radius: 4px;
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	animation: shimmer-yk82m6fp 1.6s infinite linear;
}

.loader-plus-yk82m6fp {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-yk82m6fp 1.6s infinite linear;
}

@keyframes shimmer-yk82m6fp {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}











.loader-j92f8dkw {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	box-sizing: border-box;
	overflow: hidden;
	height: 100vh;
	padding: 60px 20px 20px 20px;
}

.loader-item-nkw9xqvj {
	width: calc(50% - 10px);
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
}

.loader-image-nkw9xqvj {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-nkw9xqvj 1.6s infinite linear;
}

.loader-text-nkw9xqvj {
  margin-top: 8px;
}

.loader-title-nkw9xqvj {
  width: 70%;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-nkw9xqvj 1.6s infinite linear;
  margin-bottom: 6px;
}

.loader-subtitle-nkw9xqvj {
  width: 50%;
  height: 10px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-nkw9xqvj 1.6s infinite linear;
  margin-bottom: 6px;
}

.loader-price-nkw9xqvj {
  width: 40%;
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
  background-size: 200% 100%;
  animation: shimmer-nkw9xqvj 1.6s infinite linear;
}

@keyframes shimmer-nkw9xqvj {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
[screen="m"], [screen="mf"], [screen="f"], [screen="ff"] {
	display: none;
}

@media screen and (max-width:789px) {[screen="m"] {display:block!important;}}
@media screen and (min-width:790px) {[screen="f"] {display:block!important;}}
@media screen and (max-width:789px) {[screen="mf"] {display:flex!important;}}
@media screen and (min-width:790px) {[screen="ff"] {display:flex!important;}}

.language {
    display: none!important;
}

*::selection {
	background: #232323;
	color: #fff;
}
* {-webkit-tap-highlight-color: transparent; /* голубой ховер */ }

/*
html, body {
	will-change: scroll-position;
	backface-visibility: hidden; 
}*/
layer, layer warp, layer content {
	will-change: transform;
	backface-visibility: hidden; 
}
input, textarea, form {
	will-change: transform;
	backface-visibility: hidden; 
}
[layer] {
	cursor: pointer;
}
html.lt_shop body {
    padding-bottom: 120px;
}
mcmessage mcms * {
	font-family: Onest!important;
	font-size: 12px!important;
	font-weight: 400!important;
	line-height: 15.6px!important;
	color: #242424!important;
}
layer[name="search"] * {
	pointer-events: initial;
}
layer[name="search"] {
	pointer-events: none;
}
pre {
	position: fixed;
	right: 5px;
	top: 0;
	background: #fff;
	padding: 20px;
	white-space: break-spaces;
	z-index: 999;
	border: 1px solid #444;
	max-width: calc(100% - 10px);
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	overflow: auto;
	max-height: 100dvh;
}
:root {
	--pathlength: 6.284px;
	--currentlength: 0px;
	--minTemp: 0;
	--maxTemp: 90;
}











d.mini_1_item_shop[item="5"] d.logo img {
    filter: invert(1);
}
.noscrollbar::-webkit-scrollbar-thumb {
	background-color: #transparent!important;
	border: 0!important;
}
.noscrollbar::-webkit-scrollbar {
	width: 0!important;
	height: 0!important;
}
.noscrollbar::-webkit-scrollbar-track {
	background: transparent!important;
}


header[screen="ff"] {
	justify-content: space-between;
	margin: 0 auto;
	width: calc(100% - 120px);
	padding: 10px 0;
	height: 75px;
}

/* MINI_1_ITEM_SHOP */
d.mini_1_item_shop {
	width: 220px;
	position: relative;
	box-shadow: 5px 10px 25px -5px #33434A26;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
d.mobburger.concept {
	top: 0px;
	right: 0;
	position: absolute;
}
d.language {
	cursor: pointer;
}
logo {
	cursor: pointer;
}
d.ingredients d.mcpicture {
	background: #fff;
}
d.mini_1_item_shop > d.img {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1;
}
d.mini_1_item_shop > d.img d.mcpicture {
	width: 100%;
	aspect-ratio: 1;
	height: unset;
	overflow: hidden;
	border-radius: 10px;
}
d.mini_1_item_shop > d.img d.mcpicture img {
	width: 100%;
	aspect-ratio: 1!important;
	height: unset;
}
d.mini_1_item_shop d.logo img {
	width: 75%;
	position: absolute;
	inset: 0;
	margin: auto;
}
d.mini_1_item_shop[item="1"] d.logo img {
	width: 52%;
}
d.mini_1_item_shop[item="2"] d.logo img {
	width: 75%;
}
d.mini_1_item_shop[item="3"] d.logo img {
	width: 68%;
}
d.mini_1_item_shop d.logo {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 70px;
	height: 28px;
	background: rgb(255 255 255 / 20%);
	backdrop-filter: blur(15px);
	padding: 6px 13px;
	border-radius: 55px;
}
d.mini_1_item_shop d.label d.b {
	font-weight: 400;
	font-size: 14px;
	padding: 10px 10px;
	color: #6b6b6b;
	display: none;
}
d.mini_1_item_shop d.label d.a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #fff;
	padding: 5px 16px 6px 10px;
	font-weight: 500;
	font-size: 14px;
	border-radius: 0 30px 0 0;
}





/* BTN */
.btn {
	background: #232323;
	border-radius: 8px;
	padding: 14px 0;
	font-size: 14px;
	font-weight: 400;
	user-select: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.btn-back-sca8nsw4 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM19 6.75C19.4142 6.75 19.75 6.41421 19.75 6C19.75 5.58579 19.4142 5.25 19 5.25V6.75ZM1 6.75H19V5.25H1V6.75Z' fill='%23242424'/%3E%3C/svg%3E");
	width: 46px;
	height: 46px;
	cursor: pointer;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
d.layer-base-btn-back {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM19 6.75C19.4142 6.75 19.75 6.41421 19.75 6C19.75 5.58579 19.4142 5.25 19 5.25V6.75ZM1 6.75H19V5.25H1V6.75Z' fill='%23242424'/%3E%3C/svg%3E");
	width: 46px;
	height: 46px;
	cursor: pointer;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.btn.gray {
	color: #323232;
	background: #ebebeb;
}
.btn.disabled {
	pointer-events: none;
	opacity: .3;
}
.red {
	color: #af4343!important;
}
d.layer-login-dqn96dd.header_shop d.block-n85s6ic {
	position: relative;
}
d.layer-frame-dqn96dd d.block-n85s6ic {
	position: relative;
}
layer[name="search"] wrap {
	padding: 0px 20px 0px 20px;
	overflow: auto;
}
layer[name="search"] wrap d.searchwrap {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 30px;
}
layer[name="search"]  content {
	height: max-content;
	height:  -moz-max-content;
}
d.search-btn {
	width: 32px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_815_11359)'%3E%3Cpath d='M2.5 8.33333C2.5 9.09938 2.65088 9.85792 2.94404 10.5657C3.23719 11.2734 3.66687 11.9164 4.20854 12.4581C4.75022 12.9998 5.39328 13.4295 6.10101 13.7226C6.80875 14.0158 7.56729 14.1667 8.33333 14.1667C9.09938 14.1667 9.85792 14.0158 10.5657 13.7226C11.2734 13.4295 11.9164 12.9998 12.4581 12.4581C12.9998 11.9164 13.4295 11.2734 13.7226 10.5657C14.0158 9.85792 14.1667 9.09938 14.1667 8.33333C14.1667 7.56729 14.0158 6.80875 13.7226 6.10101C13.4295 5.39328 12.9998 4.75022 12.4581 4.20854C11.9164 3.66687 11.2734 3.23719 10.5657 2.94404C9.85792 2.65088 9.09938 2.5 8.33333 2.5C7.56729 2.5 6.80875 2.65088 6.10101 2.94404C5.39328 3.23719 4.75022 3.66687 4.20854 4.20854C3.66687 4.75022 3.23719 5.39328 2.94404 6.10101C2.65088 6.80875 2.5 7.56729 2.5 8.33333Z' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 16.5L12.5 12.5' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_815_11359'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
	top: 2px;
	right: 40px;
	position: absolute;
}

field[name="name"] {
	background: unset;
}
field[name="name"] input[type="text"] {
	background-image: unset;
	padding: 0 20px;
	height: 45px;
	font-size: 15px;
}
d.layer-login-dqn96dd.st3 fieldset {
	margin: 0;
}
d.msg-hw4g58b.red.a {
	opacity: 1;
}
d.msg-hw4g58b.red {
	font-weight: 500;
	opacity: 0;
	transition: opacity .2s;
}
d.msg-wh8dfgvg {
	display: flex;
	justify-content: center;
	gap: 5px;
}
d.layer-login-dqn96dd.st2 .btns .btn {
	display: none;
}
d.layer-login-dqn96dd.st2 .btns {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 10px;
}
d.block-bw956cgkj {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
field>name {
	font-size: 11px;
	margin-bottom: -10px;
	height: 14px;
}
d.layer-login-b8w45cxd fieldset field row {
	padding: 3px 0;
}
d.layer-login-b8w45cxd fieldset field[name="phone"] input {
	pointer-events: none;
}
d.layer-login-b8w45cxd fieldset field[name="phone"] {
	opacity: .5;
	pointer-events: none;
}
d.layer-login-b8w45cxd fieldset {
	margin-bottom: 15px;
}
d.title-s4ni6m9 {
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
	color: #242424;
	line-height: 20px;
}
d.block-mw95xs6.w {
	width: 100%;
	min-width: 100%;
}
.userui d.language.a d.list {
	display: flex;
}
d.coinwd.waiting {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' class='circular-loader' viewBox='25 25 50 50'%3E%3Ccircle class='loader-path' cx='50' cy='50' r='20' fill='none' stroke='%23ccc' stroke-width='2'/%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .circular-loader %7B -webkit-animation: rotate 2s linear infinite; animation: rotate 2s linear infinite; height: 100%25; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; width: 100%25; position: absolute; top: 0; left: 0; margin: auto; %7D .loader-path %7B stroke-dasharray: 150,200; stroke-dashoffset: -10; -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; stroke-linecap: round; %7D @-webkit-keyframes rotate %7B100%25 %7B-webkit-transform: rotate(360deg);transform: rotate(360deg);%7D%7D @keyframes rotate %7B100%25 %7B-webkit-transform: rotate(360deg);transform: rotate(360deg);%7D%7D @-webkit-keyframes dash %7B 0%25 %7Bstroke-dasharray: 1,200;stroke-dashoffset: 0;%7D 50%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -35;%7D 100%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -124;%7D %7D @keyframes dash %7B 0%25 %7Bstroke-dasharray: 1,200;stroke-dashoffset: 0;%7D 50%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -35;%7D 100%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -124;%7D %7D%5D%5D%3E%3C/style%3E%3C/defs%3E%3C/svg%3E");
	background-size: 24px;
}
d.dt0okjf {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 50px;
}
d.layer-frame-dqn96dd.paymentresult {
	display: flex;
	flex-direction: column;
	height: calc(100% - 16px);
}
.userui d.left d.address_wi5c69:empty {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' class='circular-loader' viewBox='25 25 50 50'%3E%3Ccircle class='loader-path' cx='50' cy='50' r='20' fill='none' stroke='%23ccc' stroke-width='2'/%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .circular-loader %7B -webkit-animation: rotate 2s linear infinite; animation: rotate 2s linear infinite; height: 100%25; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; width: 100%25; position: absolute; top: 0; left: 0; margin: auto; %7D .loader-path %7B stroke-dasharray: 150,200; stroke-dashoffset: -10; -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; stroke-linecap: round; %7D @-webkit-keyframes rotate %7B100%25 %7B-webkit-transform: rotate(360deg);transform: rotate(360deg);%7D%7D @keyframes rotate %7B100%25 %7B-webkit-transform: rotate(360deg);transform: rotate(360deg);%7D%7D @-webkit-keyframes dash %7B 0%25 %7Bstroke-dasharray: 1,200;stroke-dashoffset: 0;%7D 50%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -35;%7D 100%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -124;%7D %7D @keyframes dash %7B 0%25 %7Bstroke-dasharray: 1,200;stroke-dashoffset: 0;%7D 50%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -35;%7D 100%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -124;%7D %7D%5D%5D%3E%3C/style%3E%3C/defs%3E%3C/svg%3E");
	background-size: 24px;
}
d.ns456oikcv {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60' viewBox='0 0 61 60' fill='none'%3E%3Ccircle cx='30.25' cy='30' r='30' fill='%23323232'/%3E%3Cpath d='M41.6889 22.3026L27.9645 37.8628L19.6963 31.1969C19.5112 31.0496 19.2758 30.9821 19.0414 31.0091C18.8071 31.0361 18.5929 31.1555 18.4456 31.3412C18.2982 31.5268 18.2298 31.7637 18.2552 32C18.2806 32.2364 18.3977 32.453 18.581 32.6026L27.5109 39.8023C27.6896 39.9467 27.9166 40.0164 28.1448 39.9967C28.3731 39.9771 28.5851 39.8698 28.737 39.697L43.0248 23.4977C43.1027 23.4093 43.1625 23.3063 43.2009 23.1946C43.2392 23.0829 43.2554 22.9647 43.2484 22.8467C43.2415 22.7287 43.2115 22.6132 43.1603 22.5069C43.109 22.4006 43.0375 22.3054 42.9498 22.227C42.8621 22.1485 42.7599 22.0882 42.649 22.0495C42.5382 22.0109 42.4209 21.9946 42.3038 22.0016C42.1867 22.0086 42.0721 22.0388 41.9666 22.0904C41.8611 22.1421 41.7667 22.2142 41.6889 22.3026Z' fill='white'/%3E%3C/svg%3E");
	width: 65px;
	aspect-ratio: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 24px;
}
d.e9756mnl {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='60' viewBox='0 0 61 60' fill='none'%3E%3Ccircle cx='30.5' cy='30' r='30' fill='%23323232'/%3E%3Cpath d='M22.7559 22L38.7559 38' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M38.5 22L22.5 38' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	width: 65px;
	aspect-ratio: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 24px;
}
d.s4msijkrt {
	font-size: 20px;
	font-weight:  500;
	margin-bottom: 10px;
}
d.skmx54x9o {
	font-size:  12px;
	font-weight: 400;
}
.userui d.cart.waiting,
.userui d.profile.waiting {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' class='circular-loader' viewBox='25 25 50 50'%3E%3Ccircle class='loader-path' cx='50' cy='50' r='20' fill='none' stroke='%23ccc' stroke-width='2'/%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .circular-loader %7B -webkit-animation: rotate 2s linear infinite; animation: rotate 2s linear infinite; height: 100%25; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; width: 100%25; position: absolute; top: 0; left: 0; margin: auto; %7D .loader-path %7B stroke-dasharray: 150,200; stroke-dashoffset: -10; -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; stroke-linecap: round; %7D @-webkit-keyframes rotate %7B100%25 %7B-webkit-transform: rotate(360deg);transform: rotate(360deg);%7D%7D @keyframes rotate %7B100%25 %7B-webkit-transform: rotate(360deg);transform: rotate(360deg);%7D%7D @-webkit-keyframes dash %7B 0%25 %7Bstroke-dasharray: 1,200;stroke-dashoffset: 0;%7D 50%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -35;%7D 100%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -124;%7D %7D @keyframes dash %7B 0%25 %7Bstroke-dasharray: 1,200;stroke-dashoffset: 0;%7D 50%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -35;%7D 100%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -124;%7D %7D%5D%5D%3E%3C/style%3E%3C/defs%3E%3C/svg%3E");
	background-size: 24px;
}
d.coinwd.xcr6 {
	width: max-content;
	border: 1px solid #d2ccb2;
	position: absolute;
	right: 0;
	top: -10px;
}
d.coinsxswrap d.line > d.a {
	width: 72px;
	aspect-ratio: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='42' viewBox='0 0 38 42' fill='none'%3E%3Cpath d='M10.1252 36.3717C13.2626 38.1831 17.0794 37.9834 20.6527 36.3337C24.228 34.6829 27.6266 31.5584 30.042 27.3748C32.4574 23.1912 33.4641 18.6856 33.106 14.7639C32.7481 10.8445 31.0126 7.43921 27.8752 5.62782C24.7378 3.81644 20.921 4.01615 17.3478 5.66587C13.7724 7.3166 10.3738 10.4412 7.95839 14.6248C5.543 18.8084 4.53632 23.3139 4.89445 27.2357C5.25235 31.155 6.9878 34.5603 10.1252 36.3717Z' stroke='url(%23paint0_linear_2142_12040)' stroke-width='1.5'/%3E%3Cpath d='M14.1587 20.6856L17.6926 24.2291L24.7034 17.1992' stroke='white' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2142_12040' x1='27.5002' y1='6.27734' x2='10.5002' y2='35.7222' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.5' stop-color='%23323232'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: 0 center;
	position: relative;
	opacity: .5;
}
d.coinsxswrap d.line > d.a d {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	color: #fff;
	padding: 2px 7px;
	border-radius: 12px;
	border: 1px solid #6a6a6a;
	font-weight: 300;
}
d.coinsxswrap d.line {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

d.coinsxswrap d.line.level_1 > d.a:nth-child(1) {
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='42' viewBox='0 0 38 42' fill='none'%3E%3Cpath d='M10.1252 36.3717C13.2626 38.1831 17.0794 37.9834 20.6527 36.3337C24.228 34.6829 27.6266 31.5584 30.042 27.3748C32.4574 23.1912 33.4641 18.6856 33.106 14.7639C32.7481 10.8445 31.0126 7.43921 27.8752 5.62782C24.7378 3.81644 20.921 4.01615 17.3478 5.66587C13.7724 7.3166 10.3738 10.4412 7.95839 14.6248C5.543 18.8084 4.53632 23.3139 4.89445 27.2357C5.25235 31.155 6.9878 34.5603 10.1252 36.3717Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M14.1587 20.6856L17.6926 24.2291L24.7034 17.1992' stroke='%23323232' stroke-width='2'/%3E%3C/svg%3E");
}
d.coinsxswrap d.line.level_1 > d.a:nth-child(1) d {
	background: #fff;
	color: #444;
}
d.coinsxswrap d.line.level_2 > d.a:nth-child(1) {
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='42' viewBox='0 0 38 42' fill='none'%3E%3Cpath d='M10.1252 36.3717C13.2626 38.1831 17.0794 37.9834 20.6527 36.3337C24.228 34.6829 27.6266 31.5584 30.042 27.3748C32.4574 23.1912 33.4641 18.6856 33.106 14.7639C32.7481 10.8445 31.0126 7.43921 27.8752 5.62782C24.7378 3.81644 20.921 4.01615 17.3478 5.66587C13.7724 7.3166 10.3738 10.4412 7.95839 14.6248C5.543 18.8084 4.53632 23.3139 4.89445 27.2357C5.25235 31.155 6.9878 34.5603 10.1252 36.3717Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M14.1587 20.6856L17.6926 24.2291L24.7034 17.1992' stroke='%23323232' stroke-width='2'/%3E%3C/svg%3E");
}
d.coinsxswrap d.line.level_2 > d.a:nth-child(1) d {
	background: #fff;
	color: #444;
}
d.coinsxswrap d.line.level_2 > d.a:nth-child(2) {
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='42' viewBox='0 0 38 42' fill='none'%3E%3Cpath d='M10.1252 36.3717C13.2626 38.1831 17.0794 37.9834 20.6527 36.3337C24.228 34.6829 27.6266 31.5584 30.042 27.3748C32.4574 23.1912 33.4641 18.6856 33.106 14.7639C32.7481 10.8445 31.0126 7.43921 27.8752 5.62782C24.7378 3.81644 20.921 4.01615 17.3478 5.66587C13.7724 7.3166 10.3738 10.4412 7.95839 14.6248C5.543 18.8084 4.53632 23.3139 4.89445 27.2357C5.25235 31.155 6.9878 34.5603 10.1252 36.3717Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M14.1587 20.6856L17.6926 24.2291L24.7034 17.1992' stroke='%23323232' stroke-width='2'/%3E%3C/svg%3E");
}
d.coinsxswrap d.line.level_2 > d.a:nth-child(2) d {
	background: #fff;
	color: #444;
}
d.coinsxswrap d.line.level_3 > d.a:nth-child(1) {
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='42' viewBox='0 0 38 42' fill='none'%3E%3Cpath d='M10.1252 36.3717C13.2626 38.1831 17.0794 37.9834 20.6527 36.3337C24.228 34.6829 27.6266 31.5584 30.042 27.3748C32.4574 23.1912 33.4641 18.6856 33.106 14.7639C32.7481 10.8445 31.0126 7.43921 27.8752 5.62782C24.7378 3.81644 20.921 4.01615 17.3478 5.66587C13.7724 7.3166 10.3738 10.4412 7.95839 14.6248C5.543 18.8084 4.53632 23.3139 4.89445 27.2357C5.25235 31.155 6.9878 34.5603 10.1252 36.3717Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M14.1587 20.6856L17.6926 24.2291L24.7034 17.1992' stroke='%23323232' stroke-width='2'/%3E%3C/svg%3E");
}
d.coinsxswrap d.line.level_3 > d.a:nth-child(1) d {
	background: #fff;
	color: #444;
}
d.coinsxswrap d.line.level_3 > d.a:nth-child(2) {
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='42' viewBox='0 0 38 42' fill='none'%3E%3Cpath d='M10.1252 36.3717C13.2626 38.1831 17.0794 37.9834 20.6527 36.3337C24.228 34.6829 27.6266 31.5584 30.042 27.3748C32.4574 23.1912 33.4641 18.6856 33.106 14.7639C32.7481 10.8445 31.0126 7.43921 27.8752 5.62782C24.7378 3.81644 20.921 4.01615 17.3478 5.66587C13.7724 7.3166 10.3738 10.4412 7.95839 14.6248C5.543 18.8084 4.53632 23.3139 4.89445 27.2357C5.25235 31.155 6.9878 34.5603 10.1252 36.3717Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M14.1587 20.6856L17.6926 24.2291L24.7034 17.1992' stroke='%23323232' stroke-width='2'/%3E%3C/svg%3E");
}
d.coinsxswrap d.line.level_3 > d.a:nth-child(2) d {
	background: #fff;
	color: #444;
}
d.coinsxswrap d.line.level_3 > d.a:nth-child(3) {
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='42' viewBox='0 0 38 42' fill='none'%3E%3Cpath d='M10.1252 36.3717C13.2626 38.1831 17.0794 37.9834 20.6527 36.3337C24.228 34.6829 27.6266 31.5584 30.042 27.3748C32.4574 23.1912 33.4641 18.6856 33.106 14.7639C32.7481 10.8445 31.0126 7.43921 27.8752 5.62782C24.7378 3.81644 20.921 4.01615 17.3478 5.66587C13.7724 7.3166 10.3738 10.4412 7.95839 14.6248C5.543 18.8084 4.53632 23.3139 4.89445 27.2357C5.25235 31.155 6.9878 34.5603 10.1252 36.3717Z' fill='white' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M14.1587 20.6856L17.6926 24.2291L24.7034 17.1992' stroke='%23323232' stroke-width='2'/%3E%3C/svg%3E");
}
d.coinsxswrap d.line.level_3 > d.a:nth-child(3) d {
	background: #fff;
	color: #444;
}
d.coinsxswrap d.progress {
	height: 8px;
	border-radius: 8px;
	width: 100%;
	position: relative;
	background: #5b5b5b;
	margin-bottom: 10px;
}
d.coinsxswrap d.progress d {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	border-radius: 8px;
	background: #d2ccb2;
	width: 0;
}
d.coinsxswrap d.info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	color: #aaaaaa;
	gap: 5px;
}
d.coinsxswrap d.info d {
	color: #fff;
}


d.layer-login-b8w45cxd {
	padding: 20px 20px;
}
field[type="phone"] {
	padding: 0;
}
field[type="phone"] row {
	padding: 0;
}
field[type="phone"] d.flag {
	left: 13px;
}
field[type="phone"] input {
	padding: 0px 20px 0px 50px;
	border: 0;
	background-color: #F5F5F5;
	background-image: unset;
	height: 45px;
	font-size: 15px;
}
field[type="phone"]>row input {
	padding: 10px 20px 10px 50px;
}
d.layer-login-b8w45cxd fieldset field[name="name"] {
	margin-bottom: 10px;
}
d.layer-login-b8w45cxd fieldset field[name="phone"] input[type="tel"] {
	background-color: #fff;
	border: 1px solid #e9eaea;
}




d.field-bw8546vc > d.x {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='29' viewBox='0 0 46 29' fill='none'%3E%3Crect y='0.5' width='46' height='28' rx='14' fill='%23E8E7EC'/%3E%3Ccircle cx='14' cy='14.5' r='11' fill='white'/%3E%3C/svg%3E");
	width: 50px;
	height: 30px;
	background-size: 46px;
	background-repeat: no-repeat;
	background-position: center;
}
d.field-bw8546vc.a > d.x {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='28' viewBox='0 0 46 28' fill='none'%3E%3Crect width='46' height='28' rx='14' fill='%23DD522A'/%3E%3Ccircle cx='32' cy='14' r='11' fill='white'/%3E%3C/svg%3E");
}
d.field-bw8546vc > d.t d.a {
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: 400;
}
d.field-bw8546vc > d.t d.b {
	font-size: 12px;
	font-weight: 400;
	color: #b0b0b0;
}
d.field-bw8546vc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.block-desc-bw4gh75s {
	padding: 0 20px;
	text-align: left;
}
.block-desc-bw4gh75s .b {
	font-size: 12px;
	font-weight: 400;
	color: #686868;
	overflow: auto;
}
d.boroda.gaw945jwss {
	position: absolute;
	width: 100%;
	height: 50px;
	min-height: 50px;
	top: -40px;
	left: 0;
	display: block;
	z-index: 1;
	background: #323232;
	pointer-events: none;
}
.block-desc-bw4gh75s .a {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	margin: 0px 0px 20px 0px;
}
d.promo_module .mcpicture {
	background: unset;
}
d.promo_module d.a1 {
	position: absolute;
	top: 10px;
	font-size: 16px;
	font-weight: 500;
	left: 10px;
	color: #fff;
	line-height: 18px;
}
d.promo_module d.b1 {
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	font-weight: 400;
	left: 10px;
	color: #fff;
	line-height: 18px;
}
d.menu_h38w95b62 {
	display: flex;
	flex-direction: row;
	white-space: nowrap;
	width: 100%;
	overflow: auto;
	gap: 5px;
	padding-bottom: 10px;
}
d.menu_h38w95b62 d.menu_item_shop {
	padding: 6px 12px;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 400;
	user-select: none;
	cursor: pointer;
}
d.layer-login-dqn96dd {
	padding: 30px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
}
d.layer-frame-dqn96dd {
	padding: 30px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
}
d.menu_h38w95b62 d.menu_item_shop.act {
	border: 1px solid #ebe8dc;
	background: #ebe8dc;
}
d.category_shop_name {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 20px;
}
d.category_shop_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 20px 10px;
}
d.category_shop_group {
	margin: 0 auto;
	width: calc(100% - 120px);
	padding: 10px 0;
}
d.card_item.type_search,
d.card_item.type_1 {
	flex-direction: column;
	display: flex;
}
d.card_item.type_search > d.media,
d.card_item.type_1 > d.media {
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1;
	margin-bottom: 10px;
	position: relative;
}
d.card_item.type_search > d.media d.discount,
d.card_item.type_search > d.media d.discount,
d.card_item.type_1 > d.media d.discount {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #00000012;
	backdrop-filter: blur(6px);
	border-radius: 12px;
	padding: 5px 8px;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
}
d.card_item.type_search d.name,
d.card_item.type_1 d.name {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 3px;
	flex-grow: 1;
}
d.card_item.type_search d.info,
d.card_item.type_1 d.info {
	font-size: 10px;
	font-weight: 400;
	color: #979797;
	margin-bottom: 5px;
}
d.ppicon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5 1V9M1 5H9' stroke='%23242424' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
	width: 8px;
	height: 8px;
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: center;
}
d.card_item.type_search d.tocart,
d.card_item.type_1 d.tocart {
	background: #f5f5f5;
	padding: 12px 10px;
	font-size: 12px;
	font-weight: 500;
	min-width: 75%;
	width: max-content;
	width: -moz-max-content;
	text-align: center;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	line-height: 0px;
	cursor: pointer;
	transition: .2s;
}
d.card_item.type_search d.tocart:hover,
d.card_item.type_1 d.tocart:hover {
	background: #e4e4e4;
}
d.card_item.type_search d.tocart d.old_price:before,
d.card_item.type_1 d.tocart d.old_price:before {
	content: "";
	width: 105%;
	inset: 0;
	margin: auto;
	height: 1px;
	background: #909090;
	display: block;
	position: absolute;
	margin-left: -2%;
}
d.card_item.type_search d.tocart d.old_price,
d.card_item.type_1 d.tocart d.old_price {
	color: #909090;
	font-weight: 200;
	position: relative;
}
d.card_item.type_search d.mcpicture img,
d.card_item.type_1 d.mcpicture img {
	position: absolute;
	inset: 0;
	width: 100%;
	margin: auto;
}
d.card_item.type_search d.mcpicture,
d.card_item.type_1 d.mcpicture {
	aspect-ratio: 1;
}
d.search-block {
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	background: #fff;
	padding: 12px 20px;
	display: none;
}
d.search-block d.input input {
	width: 100%;
	padding: 10px 10px;
	border-radius: 10px;
	border: none;
	background: #f5f5f5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_621_13051)'%3E%3Cpath d='M2.5 8.33333C2.5 9.09938 2.65088 9.85792 2.94404 10.5657C3.23719 11.2734 3.66687 11.9164 4.20854 12.4581C4.75022 12.9998 5.39328 13.4295 6.10101 13.7226C6.80875 14.0158 7.56729 14.1667 8.33333 14.1667C9.09938 14.1667 9.85792 14.0158 10.5657 13.7226C11.2734 13.4295 11.9164 12.9998 12.4581 12.4581C12.9998 11.9164 13.4295 11.2734 13.7226 10.5657C14.0158 9.85792 14.1667 9.09938 14.1667 8.33333C14.1667 7.56729 14.0158 6.80875 13.7226 6.10101C13.4295 5.39328 12.9998 4.75022 12.4581 4.20854C11.9164 3.66687 11.2734 3.23719 10.5657 2.94404C9.85792 2.65088 9.09938 2.5 8.33333 2.5C7.56729 2.5 6.80875 2.65088 6.10101 2.94404C5.39328 3.23719 4.75022 3.66687 4.20854 4.20854C3.66687 4.75022 3.23719 5.39328 2.94404 6.10101C2.65088 6.80875 2.5 7.56729 2.5 8.33333Z' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 16.5L12.5 12.5' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_621_13051'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 18px;
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 100%;
}
d.search-block d.input {
	width: 100%;
	height: 40px;
}
d.search-block .btn.cancel {
	min-width: 100px;
	height: 40px;
}
d.search-block.open {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
d.order_mini_1_item d.mcpicture d.loader {
	display: none;
}
d.mini_1_item_shop.soon {
	background: #e7e7e7;
	min-height: 156px;
}
d.mini_1_item_shop.soon .ax {
    font-weight: 100;
    font-size: 27px;
    padding: 10px 10px;
    color: #d0d0d0;
    position: absolute;
    inset: 0;
    width: max-content;
    width: -moz-max-content;
    height: max-content;
    height: -moz-max-content;
    margin: auto;
    text-align: center;
}
d.block-nj85d6h d.mcpicture {
	background: unset;
}
d.block-nj85d6h .mcpicture img:before {
	background: unset;
}

d.inputcart {
	background: #e0e0e0;
	font-size: 12px;
	font-weight: 500;
	width: 75%;
	text-align: center;
	border-radius: 6px;
	line-height: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 32px;
	display: none;
	min-width: 92px;
}
d.inputcart > d:first-child {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M11.5 15H19.5' stroke='%23323232' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
d.inputcart > d {
    min-width: 40px;
    height: 100%;
    width: 40px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
d.inputcart > d:last-child {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M15.5 11V19M11.5 15H19.5' stroke='%23323232' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
d.inputcart > input {
	pointer-events: none;
	border: 0;
	display: block;
	box-sizing: border-box;
	font-family: Onest;
	font-size: 12px;
	font-weight: 500;
	line-height: 15.6px;
	color: #242424;
	height: 100%;
	background: unset;
	width: 100%;
	text-align: center;
	padding: 0;
	outline: none;
	margin: 0;
}
d.addrmdb {
    margin-top: 20px;
    opacity: .7;
}
d.card_item.type_search d.tocart.h,
d.card_item.type_1 d.tocart.h {
	display: none;
}
d.card_item.type_search  d.inputcart.a,
d.card_item.type_1  d.inputcart.a {
	display: flex;
}
d.card_item.type_search d.tocart.waiting *, d.inputcart.waiting *,
d.card_item.type_1 d.tocart.waiting *, d.inputcart.waiting * {
	color: #00000000!important;
	pointer-events: none!important;
	opacity: 0!important;
}
d.card_item.type_search d.tocart.waiting, d.inputcart.waiting,
d.card_item.type_1 d.tocart.waiting, d.inputcart.waiting {
	background: linear-gradient(90deg, #f4f4f4 25%, #e0e0e0 50%, #f4f4f4 75%);
	background-size: 200% 100%;
	animation: shimmer-j4hr78lk 1.6s infinite linear;
	pointer-events: none!important;
	color: #00000000!important;
}



d.micro_cart.waiting * {
	color: #00000000!important;
	pointer-events: none!important;
	opacity: 0!important;
}
d.micro_cart.waiting {
	background: linear-gradient(90deg, #323232 25%, #424242 50%, #323232 75%);
	background-size: 200% 100%;
	animation: shimmer-j4hr78lk 1.6s infinite linear;
	pointer-events: none!important;
	color: #00000000!important;
}



d.openproduct d.media span.swiper-pagination-bullet {
	background: #d5d5d5;
	opacity: .2;
}
d.openproduct d.media span.swiper-pagination-bullet-active {
	background: #d5d5d5;
	opacity: 1;
}
d.openproduct d.basename {
    margin: 28px 20px 14px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}
d.openproduct d.price {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 20px;
	gap: 15px;
	margin-bottom: 20px;
}
d.openproduct d.price > .a {
	display: flex;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
}
d.comment_f38gh d.set {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	background: #232323;
	border-radius: 10px;
	padding: 10px 10px;
	color: #fff;
	align-items: center;
	/* display: none; */
	transform: translateX(calc(100dvw + 20px));
	transition: .5s;
	margin-top: -44px;
}
.comment_f38gh d.field {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: flex-start;
}
.comment_f38gh d.field textarea {
	resize: none;
	outline: none;
	width: 100%;
	height: 44px;
	border: 1px solid #e8e7ec;
	padding: 14px 10px;
	border-radius: 8px;
}
.comment_f38gh d.field .btn {
	width: min-content;
	min-width: min-content;
	max-width: min-content;
	padding: 14px 14px;
}
d.comment_f38gh.a d.set {
	display: flex;
	transform: translateX(0);
}
d.comment_f38gh.a d.field {
	/*display: none;*/
	transform: translateX(calc(100dvw + 20px));
}
d.comment_f38gh.a d.set {
	display: flex;
}
.additionals d.additional d.field {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.additionals d.additional {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 7px;
}
.additionals d.additional d.field d.name {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	gap: 5px;
	align-items: center;
}
.additionals d.additional d.field d.name d.add {
	font-size: 12px;
	font-weight: 500;
	opacity: .5;
}
d.addits {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px;
	opacity: .7;
}
d.addits  d.addit {
	font-size: 12px;
	display: flex;
	gap: 5px;
	justify-content: center;
	align-items: center;
}
d.card_item.type_3 d.addits {
	margin-bottom: 8px;
	gap: 3px;
}
d.card_item.type_3 d.addits d.addit d.name {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
d.addits d.addit .name {
	font-size:  12px;
}
d.addits d.addit .price {
	font-size: 10px;
	opacity: .5;
	font-weight: 600;
}
d.sizeselect {
	display: flex;
	background: #ededed;
	border-radius: 6px;
	padding: 2px 2px;
	align-items: center;
}
d.sizeselect > d {
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #5b5b5b;
	line-height: 0;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
d.sizeselect > d.a {
	background: #fff;
	border-radius: 4px;
	padding: 0 2px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.layer-crat d.op_box {
	margin: 0 0px 20px 0px;
}
d.op_box d.title.x2 {
	font-size: 20px;
	font-weight: 500;
}
d.op_box d.title.x2 {
	font-size: 20px;
	font-weight: 500;
}
d.card_item.type_2 d.media {
	width: 80px;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 1;
	position: relative;
}
d.card_item.type_2 d.media d.mcpicture {
	object-position: center;
	margin: auto;
	position: absolute;
	inset: 0;
	width: 100%;
	aspect-ratio: 1;
	background: transparent;
}
d.card_item.type_2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}
d.card_item.type_2 d.cif {
	width: calc(100% - 90px);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
.layer-crat d.op_box d.list {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
}
d.card_item.type_2 d.cif d.name {
	font-size: 16px;
	font-weight:  500;
	margin-bottom: 5px;
}
d.card_item.type_2 d.cif d.info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
d.card_item.type_2 d.cif d.info d.b {
	opacity: .5;
}
d.card_item.type_2 d.cif d.inputcart {
	display: flex;
	background: #f5f5f5;
	margin-top: 12px;
	width: 117px;
}
.layer-crat d.op_box.items {
	padding-top: 0;
	margin-top: 0;
	box-shadow: none;
}
.layer-crat d.op_box.items d.title {
	margin-bottom: 30px;
}
d.card_item.type_2 d.cif d.info d.old_price {
	opacity: .5;
	position: relative;
}
d.card_item.type_2 d.cif d.info d.old_price:before {
	content: "";
	position: absolute;
	inset: 0;
	width: calc(100% + 4px);
	height: 1px;
	background: #484848;
	margin: auto;
	left: -2px;
	top: -3px;
}
layers > layer[name="cart"] > wrap > content,
layers > layer[name="checkout"] > wrap > content {
	height: 100%;
	overflow: hidden;
}
layers > layer[name="cart"] > wrap > content .layer-crat,
layers > layer[name="checkout"] > wrap > content .layer-crat {
	height: 100%;
}
/*
layers > layer[name="cart"] > wrap > content .layer-crat d.cart-wrap {
	height: calc(100% - 60px);
	overflow: auto;
}
*/
d.personarea {
	background: #f5f5f5;
	border-radius: 12px;
	padding: 12px 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
d.personarea > d.a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7Z' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 19H22' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 16V22' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 21V19C6 17.9391 6.42143 16.9217 7.17157 16.1716C7.92172 15.4214 8.93913 15 10 15H14' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 24px;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: 400;
	padding-left: 32px;
	height: 24px;
	line-height: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
d.personarea > d.b d.inputcart {
	display: flex;
	background: #ffffff;
	width: 100px;
}
d.card_item.type_search {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}
d.card_item.type_search d.media {
	width: 90px;
	min-width: 90px;
	margin-bottom: 0;
}
d.op_box.addmore d.listmore d.card_item.type_search,
d.op_box.addmore d.listmore d.card_item.type_1 {
	min-width: calc(33% - 18px);
	width: calc(33% - 18px);
	max-width: calc(33% - 18px);
}
d.op_box.addmore d.listmore d.card_item.type_search d.name,
d.op_box.addmore d.listmore d.card_item.type_1 d.name {
	font-size: 13px;
	font-weight: 500;
}
d.op_box.addmore d.listmore {
	display: flex;
	text-align: left;
	gap: 10px;
	overflow: auto;
	width: 100%;
}
d.op_box.addmore d.listmore::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
d.comment textarea {
	resize: none;
	outline: none;
	border: 1px solid #e8e7ec;
	width: 100%;
	height: 80px;
	border-radius: 8px;
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 400;
}
d.timedelivery {
	display: flex;
	gap: 7px;
	overflow: auto;
	align-items: center;
}
d.timedelivery > d.i {
	padding: 10px 10px;
	border: 1px solid #f5f5f5;
	white-space: nowrap;
	background: #f5f5f5;
	border-radius: 8px;
}
d.timedelivery > d.i.a {
	border: 1px solid #323232;
	background: #ffffff;
}
.rolldate-container .rolldate-btn {
	color: #313131;
	font-size: 12px;
	font-weight: 400;
	font-family: Onest;
	position: relative;
	inset: unset;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
	display: block;
	width: 50%;
}
.rolldate-container .rolldate-wrapper li {
	font-size: 14px;
	font-weight: 500;
	font-family: Onest;
}
.rolldate-container .rolldate-btn.rolldate-confirm {
	font-weight: 500;
}
span.rolldate-btn.rolldate-cancel {
	opacity: .7;
}
.rolldate-container header {
	font-size: 12px;
	font-weight: 500;
	min-height: 60px;
	margin-bottom: 0;
	padding: 0 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.rolldate-container .rolldate-panel {
	border-radius: 20px 20px 0px 0px;
}
d.inputfield .h {
	display: none!important;
}
d.inputfield d.empty {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}
d.inputfield > d.info {
	font-size: 12px;
	padding-top: 5px;
	text-align: left;
	color: #7e7e7e;
}
d.inputfield d.empty input {
	outline: none;
	border: 1px solid #e8e7ec;
	width: 100%;
	height: 44px;
	border-radius: 8px;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 400;
}
d.inputfield d.empty .btn.coints {
	min-width: max-content;
	padding: 14px 20px;
	font-size:  12px;
	font-weight: 400;
	background: #262e3d;
}
d.inputfield d.empty .btn.promots {
	min-width: max-content;
	padding: 14px 20px;
	font-size:  12px;
	font-weight: 400;
	background: #262e3d;
}
d.inputfield.waiting .empty, d.inputfield.waiting .set {
	display: none!important;
}
d.inputfield.waiting .loader-n84jws5as {
	display: flex!important;
}
d.ed48bd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background: #323232;
	padding: 10px 10px;
	border-radius: 8px;
	color: #fff;
	gap: 10px;
}
d.ed48bd d.info {
	width: 100%;
	text-align: left;
}
d.ed48bd .btn {
	min-width: max-content;
	width: max-content;
	padding: 16px 20px;
	border-radius: 20px;
	font-size:  12px;
	font-weight: 400;
	background: #fff;
	color: #000;
	line-height: 0px;
}
d.inputfield d.ed48bd d.info d.a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
d.inputfield d.ed48bd d.info d.b {
	font-size: 10px;
	font-weight: 400;
}
d.err.ed48bd {
	background: #ff2929;
}
d.op_box.total d.row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}
d.op_box.total d.row > d:first-child {
	opacity: .5;
}
layers > layer > wrap > content .layer-crat d.cart-wrap d.next {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #fff;
	border-top: 1px solid #f9f9f9;
	display: flex;
	justify-content: space-between;
	padding: 15px 20px 30px 20px;
	flex-direction: column;
	gap: 10px;
}
layers > layer > wrap > content .layer-crat d.cart-wrap {
    padding-bottom: 130px;
    overflow: auto;
    height: 100%;
}
layers > layer > wrap > content .layer-crat d.cart-wrap d.next d.row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 16px;
	font-weight:  500;
	padding: 10px 0px;
}
d.layer-timedeliveryroll d.mcRolldate {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
d.layer-timedeliveryroll .btns d {
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	padding: 18px 0;
}
d.layer-timedeliveryroll .btns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
}
.btn.tmdlvroll_b {
	background: #ebebeb;
	color: #232323;
}
d.title_h2456 {
	font-size: 20px;
	font-weight: 500;
}
d.layer-timedeliveryroll {
	padding: 30px 20px 0 20px;
}
.roll-item {
	font-size: 15px;
	font-weight: 500!important;
}
/*
d.openproduct d.media .mcpicture {
	background: #000;
}*/
d.block-svfsaw4 {
	position: relative;
}
d.block-svfsaw4.coin img {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 74px;
}
d.block-svfsaw4.coin {
	background: #515050;
}
d.title-ej596h.sn459sis img {
	width: 100%;
}
d.title-ej596h.sn459sis {
	width: 70px;
	margin: auto;
}
layers > layer > wrap > content d.layer-base.orders d.layer-header {
	margin-bottom: 0;
}
d.addressadd-wrap .ymaps-2-1-79-map {
	filter: brightness(1.02) grayscale(1);
}
d.addressadd-wrap .ymaps-2-1-79-map:before {
	content: "";
	position: absolute;
	inset: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #cc0000;
	z-index: 555555555;
	display: block;
	margin: auto;
}
d.lottie.mappoint {
	position: absolute;
	inset: 0;
	width: 80px;
	height: 80px;
	background: transparent;
	pointer-events: none;
	margin: auto;
	top: -26px;
	/* opacity: 0.2; */
}
d.prcomment {
	background: #f5f5f5;
	padding: 10px;
	display: flex;
	gap: 10px;
	flex-direction: row;
	align-items: flex-start;
	border-radius: 8px;
}

d.prcomment > d.img {
	width: 40px;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 1;
	background: #000;
}

d.prcomment d.info {
	width: calc(100% - 50px);
	text-align: left;
}

d.prcomment d.info d.a {
	font-size: 14px;
	color: #858585;
	margin-bottom: 5px;
}

d.prcomment d.info d.b {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight:  500;
}

d.prcomments {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

d.prcomment d.info .btn {
	background: #fff;
	color: #222;
	width:  max-content;
	padding: 10px 20px;
	border-radius: 20px;
}


d.address_btn {
	background: #f5f5f5;
	font-size:  12px;
	font-weight:  500;
	padding: 0 0 0 45px;
	border-radius: 8px;
	min-height: 45px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 15px center;
	line-height: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

d.address_btn.add {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M17.4864 8.86431L9.93953 1.32134L9.43367 0.815479C9.31841 0.70098 9.16254 0.636719 9.00008 0.636719C8.83762 0.636719 8.68175 0.70098 8.56649 0.815479L0.513753 8.86431C0.395649 8.98195 0.30231 9.12206 0.239245 9.27637C0.17618 9.43068 0.144667 9.59606 0.146565 9.76274C0.154378 10.4502 0.726643 10.9991 1.41414 10.9991H2.24422V17.3604H15.7559V10.9991H16.6036C16.9376 10.9991 17.252 10.8682 17.4884 10.6319C17.6047 10.5159 17.6969 10.378 17.7596 10.2261C17.8223 10.0742 17.8543 9.91142 17.8536 9.74712C17.8536 9.41509 17.7227 9.10063 17.4864 8.86431V8.86431ZM10.0938 15.9541H7.90633V11.9698H10.0938V15.9541ZM14.3497 9.59282V15.9541H11.3438V11.501C11.3438 11.0694 10.9942 10.7198 10.5626 10.7198H7.43758C7.00594 10.7198 6.65633 11.0694 6.65633 11.501V15.9541H3.65047V9.59282H1.77547L9.00203 2.37212L9.45321 2.82329L16.2266 9.59282H14.3497Z' fill='%23262E3D'/%3E%3C/svg%3E");
}

d.address_btn.add:after {
	content: "";
	right: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 4.16797V15.8346' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16602 10H15.8327' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}

d.op_box.delivery, d.op_box.payment {
	box-shadow: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}


d.op_box.delivery, d.op_box.payment {
	box-shadow: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

d.myPaymentBlock d.method {
	background: #f5f5f5;
	font-size: 12px;
	font-weight: 500;
	padding: 0 0 0 45px;
	border-radius: 8px;
	min-height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 15px center;
	line-height: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

d.myPaymentBlock {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

d.myPaymentBlock d.method[method="online"] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.45312 16.3438C1.82031 16.3438 1 15.5391 1 13.9297V5.42188C1 3.8125 1.82031 3 3.45312 3H16.9062C18.5469 3 19.3594 3.8125 19.3594 5.42188V13.9297C19.3594 15.5391 18.5469 16.3438 16.9062 16.3438H3.45312ZM2.25781 5.49219V6.10938H18.1016V5.49219C18.1016 4.67969 17.6562 4.25781 16.8906 4.25781H3.46875C2.6875 4.25781 2.25781 4.67969 2.25781 5.49219ZM3.46875 15.0859H16.8906C17.6562 15.0859 18.1016 14.6719 18.1016 13.8594V7.88281H2.25781V13.8594C2.25781 14.6719 2.6875 15.0859 3.46875 15.0859ZM4.50781 13.6094C4.04688 13.6094 3.74219 13.2969 3.74219 12.8594V11.4141C3.74219 10.9688 4.04688 10.6641 4.50781 10.6641H6.42188C6.88281 10.6641 7.1875 10.9688 7.1875 11.4141V12.8594C7.1875 13.2969 6.88281 13.6094 6.42188 13.6094H4.50781Z' fill='%23262E3D'/%3E%3C/svg%3E");
}
d.myPaymentBlock d.method[method="cash"] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M0 16.2891V4.61719C0 4.24219 0.25 4 0.625 4H20.0078C20.3828 4 20.625 4.24219 20.625 4.61719V16.2891C20.625 16.6641 20.3828 16.9141 20.0078 16.9141H0.625C0.25 16.9141 0 16.6641 0 16.2891ZM1.25781 15.4297C1.25781 15.5938 1.32031 15.6562 1.48438 15.6562H19.1406C19.3125 15.6562 19.3672 15.5938 19.3672 15.4297V5.48438C19.3672 5.3125 19.3125 5.25781 19.1406 5.25781H1.48438C1.32031 5.25781 1.25781 5.3125 1.25781 5.48438V15.4297ZM2.10156 14.3516V6.55469C2.10156 6.26562 2.26562 6.09375 2.55469 6.09375H18.0781C18.3594 6.09375 18.5312 6.26562 18.5312 6.55469V14.3516C18.5312 14.6484 18.3594 14.8125 18.0781 14.8125H2.55469C2.26562 14.8125 2.10156 14.6484 2.10156 14.3516ZM2.89062 13.8438C2.89062 13.9609 2.94531 14.0234 3.0625 14.0234H8.50781C7.78906 13.2734 7.32031 12.0312 7.32031 10.4453C7.32031 8.86719 7.78906 7.63281 8.50781 6.88281H3.0625C2.94531 6.88281 2.89062 6.94531 2.89062 7.0625V13.8438ZM13.3125 10.4453C13.3125 12.0312 12.8359 13.2734 12.1016 14.0234H17.5625C17.6797 14.0234 17.7422 13.9609 17.7422 13.8438V7.0625C17.7422 6.94531 17.6797 6.88281 17.5625 6.88281H12.1016C12.8359 7.63281 13.3125 8.86719 13.3125 10.4453ZM10.2812 13.8906C11.4375 13.8906 12.4141 12.5703 12.4141 10.4453C12.4141 8.32812 11.4375 7.01562 10.2812 7.01562C9.17188 7.01562 8.22656 8.32812 8.22656 10.4453C8.22656 12.5703 9.17188 13.8906 10.2812 13.8906Z' fill='%23262E3D'/%3E%3C/svg%3E");
}
d.myPaymentBlock d.method[method="apple"] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='800px' height='800px' viewBox='0 -150.5 512 512' version='1.1' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M93.5520633,27.1031049 C87.5513758,34.2039183 77.9502759,39.8045599 68.349176,39.0044683 C67.1490386,29.4033684 71.849577,19.2021998 77.3502072,12.901478 C83.3508946,5.6006416 93.8520976,0.400045829 102.353071,0 C103.353186,10.0011457 99.4527392,19.8022685 93.5520633,27.1031049 Z M102.25306,40.904686 C88.3514675,40.1045943 76.4501041,48.8055911 69.8493479,48.8055911 C63.1485803,48.8055911 53.0474231,41.3047318 42.0461628,41.5047547 C27.7445244,41.7047776 14.4430006,49.8057057 7.14216427,62.7071836 C-7.8595543,88.5101396 3.24171744,126.714516 17.7433787,147.716922 C24.8441922,158.118114 33.345166,169.51942 44.5464492,169.119374 C55.1476637,168.719328 59.3481449,162.218584 72.1496114,162.218584 C85.0510894,162.218584 88.7515133,169.119374 99.9527965,168.919351 C111.554126,168.719328 118.854962,158.51816 125.955775,148.116968 C134.056703,136.315616 137.357081,124.814299 137.557104,124.21423 C137.357081,124.014207 115.154538,115.513233 114.954515,89.9103 C114.754492,68.5078482 132.45652,58.3066795 133.256612,57.7066108 C123.255466,42.9049151 107.653679,41.3047318 102.25306,40.904686 Z M182.56226,11.9013634 L182.56226,167.819225 L206.765033,167.819225 L206.765033,114.513118 L240.268871,114.513118 C270.872377,114.513118 292.37484,93.5107124 292.37484,63.1072295 C292.37484,32.7037465 271.272423,11.9013634 241.068963,11.9013634 L182.56226,11.9013634 Z M206.765033,32.3037007 L234.668229,32.3037007 C255.670635,32.3037007 267.67201,43.5049839 267.67201,63.2072409 C267.67201,82.909498 255.670635,94.2107926 234.568218,94.2107926 L206.765033,94.2107926 L206.765033,32.3037007 Z M336.579904,169.019363 C351.781646,169.019363 365.883261,161.31848 372.283994,149.117083 L372.784052,149.117083 L372.784052,167.819225 L395.186618,167.819225 L395.186618,90.2103344 C395.186618,67.7077565 377.184556,53.2060952 349.481382,53.2060952 C323.778438,53.2060952 304.776261,67.9077794 304.076181,88.1100938 L325.878678,88.1100938 C327.678884,78.5089939 336.579904,72.2082721 348.781302,72.2082721 C363.582998,72.2082721 371.883949,79.1090626 371.883949,91.8105177 L371.883949,100.411503 L341.680488,102.211709 C313.577269,103.911904 298.375528,115.413222 298.375528,135.415513 C298.375528,155.617827 314.077326,169.019363 336.579904,169.019363 Z M343.080649,150.517243 C330.179171,150.517243 321.978231,144.316533 321.978231,134.815444 C321.978231,125.014321 329.879137,119.313668 344.980867,118.413565 L371.883949,116.713371 L371.883949,125.514379 C371.883949,140.116051 359.482528,150.517243 343.080649,150.517243 Z M425.090044,210.224083 C448.692748,210.224083 459.794019,201.223052 469.495131,173.919924 L512,54.7062671 L487.397182,54.7062671 L458.893916,146.816819 L458.393859,146.816819 L429.890594,54.7062671 L404.587695,54.7062671 L445.592392,168.219271 L443.39214,175.120061 C439.691716,186.821402 433.691029,191.321918 422.989803,191.321918 C421.089585,191.321918 417.389162,191.121895 415.88899,190.921872 L415.88899,209.624014 C417.28915,210.02406 423.289838,210.224083 425.090044,210.224083 Z' fill='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-size: 21px!important;
}
d.myPaymentBlock d.method check {
	margin-right: 12px;
	width: 16px;
	height: 16px;
	min-width: 16px;
	max-width: 16px;
	min-height: 16px;
	max-height: 16px;
	position: relative;
	display: block;
}
d.addressadd-wrap d.map {
	height: calc(100dvh - 315px - 60px);
	width: 100%;
	margin-top: 0;
	background: #f5f5f5;
	flex-grow: 1;
	min-height: calc(100dvh - 315px - 60px);
	position: absolute!important;
	top: 0;
	left: 0;
	z-index: 4;
}
d.addressadd-wrap {
	display: flex;
	flex-direction: column;
	height: 100dvh;
	transition: none;
	justify-content: flex-end;
}
d.addressadd-wrap .btn {
	margin: 0px 20px 20px 20px;
	min-height: 40px;
	height: 40px;
	z-index: 5;
}
d.addressadd-wrap .form d.row input.err::placeholder {
	color: #ba7f7f;
}
d.addressadd-wrap .form d.row input.err {
	border: 1px solid #c85a5a;
}
d.layer-login-dqn96dd.addressadd d.block-n85s6ic {
	z-index: 5;
	margin: 0;
	background: transparent;
	padding: 15px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}


d.addressadd-wrap ymaps.ymaps-2-1-79-controls__control ymaps.ymaps-2-1-79-zoom__button {
	border-radius: 50%;
	padding: 18px;
}
d.addressadd-wrap ymaps.ymaps-2-1-79-zoom__icon.ymaps-2-1-79-float-button-icon {
	inset: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 25px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #232323;
}
d.addressadd-wrap ymaps.ymaps-2-1-79-zoom__plus ymaps.ymaps-2-1-79-zoom__icon.ymaps-2-1-79-float-button-icon {
	background-image: url("data:image/svg+xml, %3Csvg%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20randcolor%3D%22set%22%20width%3D%2248%22%20height%3D%2248%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%2012H18%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%2018V6%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
d.addressadd-wrap ymaps.ymaps-2-1-79-zoom__minus ymaps.ymaps-2-1-79-zoom__icon.ymaps-2-1-79-float-button-icon {
	background-image:url("data:image/svg+xml, %3Csvg%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20randcolor%3D%22set%22%20width%3D%2248%22%20height%3D%2248%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%2012h12%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
d.addressadd-wrap ymaps.ymaps-2-1-79-zoom__scale {
	display: none;
}
d.addressadd-wrap ymaps.ymaps-2-1-79-zoom__minus.ymaps-2-1-79-zoom__button.ymaps-2-1-79-float-button {
	top: 45px;
}
d.addressadd-wrap ymaps.ymaps-2-1-79-controls__control {
	inset: 0 !important;
	position: fixed!important;
	right: 8px!important;
	top: 0!important;
	bottom: 0!important;
	margin: auto;
	width: 40px;
	height: 85px;
	left: unset!important;
}

d.streetswrap d {
	padding: 8px 10px 8px 36px;
	background: #f5f5f5;
	border-radius: 4px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 8px center;
	background-image: url("data:image/svg+xml, %3Csvg%20aria-hidden%3D%22true%22%20stroke%3D%22%23444%22%20stroke-width%3D%221%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20randcolor%3D%22set%22%20width%3D%2248%22%20height%3D%2248%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%2010.5a3%203%200%2011-6%200%203%203%200%20016%200z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M19.5%2010.5c0%207.142-7.5%2011.25-7.5%2011.25S4.5%2017.642%204.5%2010.5a7.5%207.5%200%201115%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
layers > layer[name="payment-frame"] iframe {
	height: 100%;
	display: block;
}
d.streetswrap {
	padding: 5px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	overflow: auto;
	height: 100%;
}
layer[name="streets"] wrap {
	inset: unset!important;
	height: 276px!important;
	min-height: 276px!important;
	max-height: 276px!important;
	right: 0!important;
	bottom: 0!important;
}
layer[name="streets"] * {
	pointer-events: initial;
}
layer[name="streets"] {
	pointer-events: none;
}
d.layer-login-dqn96dd.addressadd d.block-n85s6ic .btn-back-sca8nsw4 {
	left: 0;
}
ymaps.ymaps-2-1-79-map-copyrights-promo {
	display: none;
}
ymaps.ymaps-2-1-79-copyrights-pane {
	display: none;
}
d.bsxsmn678u {
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	padding: 0;
	background: #f5f5f5;
	position: relative;
	width: 100%;
	border-radius: 5px;
}

d.bsxsmn678u d.placeholder {
	position: absolute;
	pointer-events: none;
	left: 8px;
	top: 3px;
	color: #777;
	font-size: 10px;
	font-weight:  500;
}

d.bsxsmn678u input, d.bsxsmn678u textarea {
	outline: none;
	width: 100%;
	display: block;
	font-size: 13px;
	border: 0;
	background: transparent;
	padding: 15px 8px 0px 10px;
	position: relative;
	z-index: 5;
	height: 45px;
	border-radius: 5px;
}



d.addressadd-wrap .form d.row {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
d.addressadd-wrap .form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 15px 20px 0px 20px;
    min-height: 250px;
    height: 250px;
    z-index: 5;
}
d.addressadd-wrap .form d.row textarea::placeholder,
d.addressadd-wrap .form d.row input::placeholder {
	color: #999;
}
d.layer-login-dqn96dd.addressadd {
	padding: 0;
}
d.addressadd-wrap .form d.title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 9px;
	line-height: 19px;
	display: flex;
	justify-content: space-between;
}

d.addressadd-wrap .form::-webkit-scrollbar-thumb {
	border: 0;
}
d.addressadd-wrap .form::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
d.addressadd-wrap .form::-webkit-scrollbar-track {
	background: transparent;
}


d.address_row {
	background: #f5f5f5;
	text-align: left;
	padding: 10px 32px 10px 15px;
	border-radius: 8px;
	background-image: url("data:image/svg+xml, %3Csvg%20aria-hidden%3D%22true%22%20stroke%3D%22%23999%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20randcolor%3D%22set%22%20width%3D%2248%22%20height%3D%2248%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.25%204.5l7.5%207.5-7.5%207.5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	background-size: 17px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 6px;
}
check:before, radio:before {
	background-size: 6px!important;
}

d.address_row .a {font-size: 12px;font-weight: 500;}
d.address_row.all {
	background-image: unset;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	padding: 10px 10px 10px 15px;
}
d.address_row.all d.edit {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cg opacity='0.3' clip-path='url(%23clip0_624_9725)'%3E%3Cpath d='M3.33301 17.1682H6.66634L15.4163 8.41822C15.6352 8.19935 15.8088 7.93951 15.9273 7.65355C16.0457 7.36758 16.1067 7.06108 16.1067 6.75155C16.1067 6.44203 16.0457 6.13553 15.9273 5.84956C15.8088 5.56359 15.6352 5.30376 15.4163 5.08489C15.1975 4.86602 14.9376 4.6924 14.6517 4.57395C14.3657 4.4555 14.0592 4.39453 13.7497 4.39453C13.4401 4.39453 13.1336 4.4555 12.8477 4.57395C12.5617 4.6924 12.3019 4.86602 12.083 5.08489L3.33301 13.8349V17.1682Z' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 5.91797L14.5833 9.2513' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_624_9725'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
d.address_row.all d.i {
	flex-grow: 1;
}
d.address_row.all check {
	min-width: 20px;
	margin-right: 10px;
}
d.address_row .b {
	font-size: 12px;
	color: #7d7d7d;
}
d.myaddressList {
	display: flex;
	flex-direction: column;
	gap: 10px;
	overflow: auto;
	height: calc(100dvh - 100px);
}




.timerwrap svg defs mask path.a {
	fill: none;
	stroke: #fff;
	stroke-width: 0.21px;
	stroke-dasharray: var(--currentlength) var(--pathlength);
	transition: stroke-dasharray 0.6s ease-out;
}
.timerwrap svg defs mask path.b {
	fill: none;
	stroke: #232323;
	stroke-width: 0.21px;
	stroke-dasharray: 6.284px 6.284px;
	transition: stroke-dasharray 0.6s ease-out;
}
.timerwrap svg {
	fill: none;
}
.timerwrap svg path {
	stroke: #fefefe;
	stroke-width: 0.14px;
	fill: none;
	stroke-dasharray: 0.025px 0.04px;
}
layer[name="order"] > wrap {
	background: #323232;
}
d.orderwrap d.timer d.tmtextwrap d.b d.m {
	font-size: 12px;
	height: max-content;
	line-height: 14px;
	width: 20px;
	opacity: .5;
	opacity: 0;
}
d.secondOrder d.c {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
d.secondOrder d.f {
	display: flex;
	gap: 10px;
	align-items: flex-end;
	justify-content: flex-start;
}
d.secondOrder d.f d.d {
	opacity: .7;
}
d.secondOrder d.c d.w {
	background: #232323;
	border-radius: 12px;
	color: #ccc;
	font-size: 12px;
	padding: 4px 8px;
	width: 55px;
	text-align: center;
	letter-spacing: .5px;
}
d.secondOrder d.c d.q {
	opacity: .7;
}
d.secondOrder {
	padding: 15px 20px 15px 20px;
	border-radius: 20px;
	background: #fff;
	margin: 0 15px;
	margin-bottom: 40px;
	position: relative;
	background-image: url(/media/2458uw4r5hqaw4qw4artg.png);
	background-size: 130px;
	background-position: right 0px bottom 0px;
	background-repeat: no-repeat;
	display: none;
}
d.secondOrder d.b {
	margin-bottom: 10px;
	font-size: 14px;
	width: calc(100% - 50px);
	line-height: 16px;
	font-weight: 500;
}
d.secondOrder d.a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%23F5F5F5'/%3E%3Cpath d='M11 8L14.2929 11.2929C14.6834 11.6834 14.6834 12.3166 14.2929 12.7071L11 16' stroke='%23323232' stroke-width='1.25' stroke-linecap='round'/%3E%3C/svg%3E");
	width: 26px;
	aspect-ratio: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
d.orderwrap d.info {
	padding: 20px;
	border-radius: 20px;
	background: #fff;
	margin: 0 15px 10px 15px;
}
d.orderwrap d.timer, d.orderwrap d.timer * {
	pointer-events: none;
}
d.orderwrap d.timer d.tmtextwrap {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ededed;
	border-radius: 50%;
	width: 57%;
	aspect-ratio: 1;
	background: #464646;
	inset: 0;
	margin: auto;
	z-index: -1;
	flex-direction: column;
	gap: 5px;
	top: -1%;
}
d.orderwrap d.timer {
	position: relative;
	width: 100%;
	aspect-ratio: 1;
	display: block;
	padding: 0;
	margin: 0;
	margin-top: -45px;
	margin-bottom: -45px;
}
d.orderwrap d.timer d.tmtextwrap d.b {
	font-size: 52px;
	line-height: 45px;
	white-space: nowrap;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
	margin-left: 0px;
}
d.orderwrap d.timer d.tmtextwrap d.c {
	color: #868686;
	font-size:  12px;
}
d.orderwrap d.info d.t {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26px;
}
d.orderwrap d.info d.x {
	font-size:  12px;
	opacity: .5;
	margin-bottom: 10px;
}
d.orderwrap d.info > d.o {
	background: #f5f5f5;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 10px;
}
d.orderwrap d.info > d.s {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
d.orderwrap d.info > d.o d.a d.n {
	font-size: 16px;
}
d.orderwrap d.info > d.o d.a {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
d.orderwrap d.info > d.o d.a d.q {
	opacity: .5;
}
d.orderwrap d.info > d.o d.a d.y {
	opacity: .5;
}
d.orderwrap d.info > d.o d.b {
	display: flex;
	gap: 3px;
	justify-content: flex-start;
	align-items: center;
}
d.orderwrap d.info > d.o d.b d {
	background: #ffffff;
	width: 35px;
	aspect-ratio: 1;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #5b5b5b;
}
d.orderwrap d.info > d.o d.b d img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
d.orderwrap d.info > d.o d.b d img[src=""] {
	opacity: 0;
}
d.orderwrap d.info > d.s > d {
	width: 45px;
	aspect-ratio: 1;
	box-shadow: 0px 0px 0px 1px #e3e3e3;
	border-radius: 50%;
	background: #fff;
	position: relative;
	z-index: 1;
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
}
d.orderwrap d.info > d.s:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	inset: 0;
	margin: auto;
	background: #ededed;
}
d.orderwrap d.info > d.s > d.act {
	background-color: #323232;
	box-shadow: 0px 0px 0px 1px #323232;
}
d.orderwrap d.info > d.s > d:nth-child(1) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none'%3E%3Cpath d='M1.5 6L6.5 11L16.5 1' stroke='%238F8F8F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
d.orderwrap d.info > d.s > d.act:nth-child(1) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12' fill='none'%3E%3Cpath d='M1.5 6L6.5 11L16.5 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
d.orderwrap d.info > d.s > d:nth-child(2) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3E%3Cpath d='M8.50006 1.5C10.0984 1.5 11.4334 2.625 11.7584 4.12583C12.6118 3.89487 13.5221 4.0124 14.2889 4.45257C15.0557 4.89273 15.6162 5.61947 15.8471 6.47292C16.0781 7.32636 15.9606 8.2366 15.5204 9.00339C15.0802 9.77018 14.3535 10.3307 13.5001 10.5617V16.5H3.50006V10.5617C3.07748 10.4472 2.68158 10.2506 2.33497 9.98315C1.98836 9.71567 1.69782 9.38255 1.47996 9.0028C1.26209 8.62305 1.12115 8.2041 1.06519 7.76988C1.00923 7.33566 1.03934 6.89467 1.15381 6.47208C1.26828 6.0495 1.46486 5.6536 1.73233 5.30699C1.9998 4.96038 2.33293 4.66985 2.71268 4.45198C3.09243 4.23411 3.51138 4.09317 3.9456 4.03721C4.37982 3.98125 4.82081 4.01136 5.24339 4.12583C5.40492 3.38214 5.81607 2.71611 6.40852 2.23842C7.00096 1.76074 7.73903 1.50016 8.50006 1.5Z' stroke='%238F8F8F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
d.orderwrap d.info > d.s > d.act:nth-child(2) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'%3E%3Cpath d='M8.50006 1.5C10.0984 1.5 11.4334 2.625 11.7584 4.12583C12.6118 3.89487 13.5221 4.0124 14.2889 4.45257C15.0557 4.89273 15.6162 5.61947 15.8471 6.47292C16.0781 7.32636 15.9606 8.2366 15.5204 9.00339C15.0802 9.77018 14.3535 10.3307 13.5001 10.5617V16.5H3.50006V10.5617C3.07748 10.4472 2.68158 10.2506 2.33497 9.98315C1.98836 9.71567 1.69782 9.38255 1.47996 9.0028C1.26209 8.62305 1.12115 8.2041 1.06519 7.76988C1.00923 7.33566 1.03934 6.89467 1.15381 6.47208C1.26828 6.0495 1.46486 5.6536 1.73233 5.30699C1.9998 4.96038 2.33293 4.66985 2.71268 4.45198C3.09243 4.23411 3.51138 4.09317 3.9456 4.03721C4.37982 3.98125 4.82081 4.01136 5.24339 4.12583C5.40492 3.38214 5.81607 2.71611 6.40852 2.23842C7.00096 1.76074 7.73903 1.50016 8.50006 1.5Z' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
d.orderwrap d.info > d.s > d:nth-child(3) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M7.16671 2.5H13.8334C14.2754 2.5 14.6993 2.67559 15.0119 2.98816C15.3244 3.30072 15.5 3.72464 15.5 4.16667V5.68333C15.5001 6.33018 15.6507 6.96813 15.94 7.54667L16.7267 9.12C17.016 9.69854 17.1667 10.3365 17.1667 10.9833V15.8333C17.1667 16.2754 16.9911 16.6993 16.6786 17.0118C16.366 17.3244 15.9421 17.5 15.5 17.5H5.50004C5.05801 17.5 4.63409 17.3244 4.32153 17.0118C4.00897 16.6993 3.83337 16.2754 3.83337 15.8333V10.9833C3.83342 10.3365 3.98406 9.69854 4.27337 9.12L5.50004 6.66667V4.16667C5.50004 3.72464 5.67564 3.30072 5.9882 2.98816C6.30076 2.67559 6.72468 2.5 7.16671 2.5Z' stroke='%238F8F8F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 12.4987C10.5 12.9407 10.6756 13.3646 10.9882 13.6772C11.3007 13.9898 11.7246 14.1654 12.1667 14.1654C12.6087 14.1654 13.0326 13.9898 13.3452 13.6772C13.6577 13.3646 13.8333 12.9407 13.8333 12.4987C13.8333 12.0567 13.6577 11.6327 13.3452 11.3202C13.0326 11.0076 12.6087 10.832 12.1667 10.832C11.7246 10.832 11.3007 11.0076 10.9882 11.3202C10.6756 11.6327 10.5 12.0567 10.5 12.4987Z' stroke='%238F8F8F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 17.5013C5.94203 17.5013 6.36595 17.3257 6.67851 17.0131C6.99107 16.7006 7.16667 16.2767 7.16667 15.8346V10.9846C7.16662 10.3378 7.01598 9.69984 6.72667 9.1213L5.5 6.66797' stroke='%238F8F8F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.66663 5.83203H11.3333' stroke='%238F8F8F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size: 21px;
}
d.orderwrap d.info > d.s > d.act:nth-child(3) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M7.16671 2.5H13.8334C14.2754 2.5 14.6993 2.67559 15.0119 2.98816C15.3244 3.30072 15.5 3.72464 15.5 4.16667V5.68333C15.5001 6.33018 15.6507 6.96813 15.94 7.54667L16.7267 9.12C17.016 9.69854 17.1667 10.3365 17.1667 10.9833V15.8333C17.1667 16.2754 16.9911 16.6993 16.6786 17.0118C16.366 17.3244 15.9421 17.5 15.5 17.5H5.50004C5.05801 17.5 4.63409 17.3244 4.32153 17.0118C4.00897 16.6993 3.83337 16.2754 3.83337 15.8333V10.9833C3.83342 10.3365 3.98406 9.69854 4.27337 9.12L5.50004 6.66667V4.16667C5.50004 3.72464 5.67564 3.30072 5.9882 2.98816C6.30076 2.67559 6.72468 2.5 7.16671 2.5Z' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5 12.4987C10.5 12.9407 10.6756 13.3646 10.9882 13.6772C11.3007 13.9898 11.7246 14.1654 12.1667 14.1654C12.6087 14.1654 13.0326 13.9898 13.3452 13.6772C13.6577 13.3646 13.8333 12.9407 13.8333 12.4987C13.8333 12.0567 13.6577 11.6327 13.3452 11.3202C13.0326 11.0076 12.6087 10.832 12.1667 10.832C11.7246 10.832 11.3007 11.0076 10.9882 11.3202C10.6756 11.6327 10.5 12.0567 10.5 12.4987Z' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 17.5013C5.94203 17.5013 6.36595 17.3257 6.67851 17.0131C6.99107 16.7006 7.16667 16.2767 7.16667 15.8346V10.9846C7.16662 10.3378 7.01598 9.69984 6.72667 9.1213L5.5 6.66797' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.66663 5.83203H11.3333' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
d.orderwrap d.info > d.s > d:nth-child(4) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cg clip-path='url(%23clip0_3089_13231)'%3E%3Cpath d='M4.66663 4.16763C5.4455 3.40419 6.49266 2.97656 7.58329 2.97656C8.67393 2.97656 9.72109 3.40419 10.5 4.16763C11.2788 4.93108 12.326 5.35871 13.4166 5.35871C14.5073 5.35871 15.5544 4.93108 16.3333 4.16763V11.6676C15.5544 12.4311 14.5073 12.8587 13.4166 12.8587C12.326 12.8587 11.2788 12.4311 10.5 11.6676C9.72109 10.9042 8.67393 10.4766 7.58329 10.4766C6.49266 10.4766 5.4455 10.9042 4.66663 11.6676V4.16763Z' stroke='%238F8F8F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66663 17.5013V11.668' stroke='%238F8F8F' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3089_13231'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 21px;
}
d.orderwrap d.info > d.s > d.act:nth-child(4) {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cg clip-path='url(%23clip0_3089_13231)'%3E%3Cpath d='M4.66663 4.16763C5.4455 3.40419 6.49266 2.97656 7.58329 2.97656C8.67393 2.97656 9.72109 3.40419 10.5 4.16763C11.2788 4.93108 12.326 5.35871 13.4166 5.35871C14.5073 5.35871 15.5544 4.93108 16.3333 4.16763V11.6676C15.5544 12.4311 14.5073 12.8587 13.4166 12.8587C12.326 12.8587 11.2788 12.4311 10.5 11.6676C9.72109 10.9042 8.67393 10.4766 7.58329 10.4766C6.49266 10.4766 5.4455 10.9042 4.66663 11.6676V4.16763Z' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66663 17.5013V11.668' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3089_13231'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
layer[name="order"] > wrap {
	height: 100%;
}
layer[name="order"] > wrap > content {
	height: 100%;
	overflow: auto;
}

.userui d.cart.active {
	background: #323232;
	color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2378_6283)'%3E%3Cpath d='M8.33594 11.6667C8.33594 12.1087 8.51153 12.5326 8.82409 12.8452C9.13665 13.1577 9.56058 13.3333 10.0026 13.3333C10.4446 13.3333 10.8686 13.1577 11.1811 12.8452C11.4937 12.5326 11.6693 12.1087 11.6693 11.6667C11.6693 11.2246 11.4937 10.8007 11.1811 10.4882C10.8686 10.1756 10.4446 10 10.0026 10C9.56058 10 9.13665 10.1756 8.82409 10.4882C8.51153 10.8007 8.33594 11.2246 8.33594 11.6667Z' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16687 6.66797H15.8327C16.073 6.66794 16.3105 6.71988 16.5288 6.82022C16.7472 6.92056 16.9413 7.06693 17.0977 7.2493C17.2542 7.43167 17.3694 7.64573 17.4354 7.87679C17.5015 8.10785 17.5167 8.35045 17.4802 8.58797L16.4344 14.548C16.3436 15.1383 16.0444 15.6767 15.591 16.0656C15.1376 16.4544 14.56 16.6681 13.9627 16.668H6.03603C5.43886 16.6679 4.86143 16.4542 4.40822 16.0653C3.95501 15.6764 3.65597 15.1382 3.5652 14.548L2.51937 8.58797C2.48284 8.35045 2.49811 8.10785 2.56412 7.87679C2.63013 7.64573 2.74533 7.43167 2.90182 7.2493C3.05831 7.06693 3.25238 6.92056 3.47073 6.82022C3.68909 6.71988 3.92656 6.66794 4.16687 6.66797Z' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1667 8.33203L12.5 3.33203' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83594 8.33203L7.5026 3.33203' stroke='%23FFF' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2378_6283'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
layer[name="order"] > wrap > content::-webkit-scrollbar-thumb {
	background-color: #transparent!important;
	border: 0!important;
}
layer[name="order"] > wrap > content::-webkit-scrollbar {
	width: 0!important;
	height: 0!important;
}
layer[name="order"] > wrap > content::-webkit-scrollbar-track {
	background: transparent!important;
}

d.srutitndydotiyndolt d.mcpicture {
	width: 250px;
}
d.srutitndydotiyndolt {
	margin: 250px;
	display: flex;
	gap: 10px;
}

d.secondOrder d.f d.e d:last-child {
	font-size: 12px;
	color: #fff;
}
d.secondOrder d.f d.e d:first-child {
	color: #fff;
	font-size: 10px;
}
d.secondOrder d.f d.e {
	text-align: left;
	background: #d2ccb2;
	border-radius: 5px;
	padding: 2px 5px;
}


d.myOrdersImages {
	display: flex;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
}
d.myOrdersImages d.xsim {
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #525252;
	position: relative;
	width: 40px;
	max-width: 40px;
	min-width: 40px;
	aspect-ratio: 1;
}
d.myOrdersImages d.xsim:nth-child(1) {
	z-index: 3;
}

d.myOrdersImages d.xsim:nth-child(2) {
	z-index: 2;
	margin-left: -15px;
}

d.myOrdersImages d.xsim:nth-child(3) {
	z-index: 1;
	margin-left: -15px;
}

d.card_item.type_3 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

d.card_item.type_3 d.picture {
	width: 60px;
	aspect-ratio: 1;
	overflow: auto;
	border-radius: 8px;
}

d.card_item.type_3 d.info {
	width: calc(100% - 70px);
	text-align: left;
}

d.card_item.type_3 d.info d.name {
	font-size: 14px;
	font-weight:  500;
	display: flex;
	gap: 7px;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 5px;
	padding-top: 3px;
}

d.card_item.type_3 d.info d.name d:last-child {background: #e4e2dc;border-radius: 4px;padding: 0px 5px;font-size: 10px;font-weight:  500;color: #666666;}



d.card_item.type_3 d.info > d.i {
	font-size: 10px;
	opacity: .5;
}


d.myordersList d.order d.l {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 4px;
	margin-top: 20px;
}
d.myordersList {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

d.myordersList d.order {
	border-top: 1px solid #e8e7ec;
	margin-top: 20px;
	padding-top: 20px;
	width: 100%;
}

d.myordersList d.order > d.t {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

d.myordersList d.order > d.t > d {
	width: 50%;
	display: flex;
	gap: 10px;
	position: relative;
}

d.myordersList d.order > d.t > d:first-child {
	justify-content: flex-start;
	align-items: center;
	line-height: 0;
}

d.myordersList d.order > d.t > d:last-child {
	justify-content: flex-end;
	align-items: center;
}

d.myordersList d.order > d.t > d:first-child > d:last-child {
	width: 60px;
	opacity: .8;
}

d.myordersList d.order > d.t > d:first-child:after {
}

d.myordersList d.order > d.t > d:first-child > d:first-child:after {
	content: ".";
	display: block;
	font-size: 24px;
	color: #bcbcbc;
	font-weight: 600;
	line-height: 0;
	height: 0;
	margin-top: -13px;
}

d.myordersList d.order > d.t > d:first-child d:first-child {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
layers > layer > wrap > content d.layer-base {
	padding: 30px 20px 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
	height: 100%;
}
d.myordersList d.order > d.b {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
d.myordersList d.order > d.b .btn {
	width: 50%;
}
layers > layer > wrap > content d.layer-base.orders {
	gap: 15px;
}
layers > layer > wrap > content d.layer-base d.layer-body {
	flex-grow: 1;
	height: 0;
	overflow: auto;
	padding-bottom: 30px;
}
d.myordersList d.order:first-child {
	margin-top: 0;
	padding-top: 20px;
}
layers > layer > wrap > content d.layer-base d.layer-body::-webkit-scrollbar-thumb {
	background-color: #transparent!important;
	border: 0!important;
}
layers > layer > wrap > content d.layer-base d.layer-body::-webkit-scrollbar {
	width: 0!important;
	height: 0!important;
}
layers > layer > wrap > content d.layer-base d.layer-body::-webkit-scrollbar-track {
	background: transparent!important;
}
d.myordersList d.order > d.b .btn.details {
	background: #ebebeb;
	color: #343434;
}







layers > layer > wrap > content d.layer-base.order_details {
	gap: 15px;
}
layers > layer > wrap > content d.layer-base.order_details d.layer-header {
	margin-bottom: 0;
}
d.layer-base.order_details d.btn.repeatOrder {
	margin-bottom: 30px;
}
d.layer-base.order_details d.help a.btn {
    background: #ebebeb;
    color: #222;
}
d.card_item.type_2  d.addits d.addit d.name {
	font-size: 13px;
	margin-bottom: 0;
}
d.card_item.type_2 d.addits {
	margin-bottom: 5px;
}
d.layer-base.order_details d.deliv {
	text-align: left;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
d.layer-base.order_details d.deliv d.a {
	font-weight:  500;
	font-size: 13px;
}
d.layer-base.order_details d.deliv d.b {
	background: #f5f5f5;
	padding: 10px 12px;
	border-radius: 10px;
}
d.layer-base.order_details d.deliv d.b d.c {
	font-size:  12px;
	font-weight:  500;
	margin-bottom: 7px;
}
d.layer-base.order_details d.deliv d.b d.d {
	opacity: .7;
}
d.layer-base.order_details d.help {
	text-align: left;
}
d.layer-base.order_details d.help d.a {
	margin-bottom: 10px;
	font-size: 13px;
}
d.layer-base.order_details d.help d.b {
	opacity: .7;
	margin-bottom: 10px;
}
d.myordersList d.order > d.b .btn {
	width: 50%;
	font-size: 12px;
	font-weight: 300;
}
d.myordersList d.order > d.b {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
layers > layer > wrap > content d.layer-base.order_details d.myordersList {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e7ec;
}
d.layer-base.order_details d.total {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
d.layer-base.order_details d.total d.a {
	font-size: 14px;
	opacity: .8;
}
d.layer-base.order_details d.total d.b {
	font-size: 14px;
}




/*************************************************************************************************************************************************
**************************************************************************************************************************************************
**************************************************************************************************************************************************
**************************************************************************************************************************************************
**************************************************************************************************************************************************
**************************************************************************************************************************************************
**************************************************************************************************************************************************
**************************************************************************************************************************************************
**************************************************************************************************************************************************/



body header > d.top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	box-shadow: 0px 1px 0px 0px #f2f2f2;
	margin-bottom: 10px;
}
header {
	margin-bottom: 20px;
}
d.mobburger {
	width: 34px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Crect x='8' y='11.75' width='18' height='1.5' rx='0.75' fill='%23242424'/%3E%3Crect x='8' y='16.25' width='18' height='1.5' rx='0.75' fill='%23242424'/%3E%3Crect x='8' y='20.75' width='18' height='1.5' rx='0.75' fill='%23242424'/%3E%3C/svg%3E");
	transition: .1s;
	scale: 1;
}
d.activetel:active {
	scale: 1.4;
}
d.activetel {
	transition: scale .1s;
	scale: 1;
}
body header > d.top logo {
	width: 86px;
}
d.coinwd {
	height: 34px;
	border-radius: 5px;
	background: #323232;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 13px 0 37px;
	line-height: 0;
	white-space: nowrap;
	font-size: 14px;
	background-size: 23px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' viewBox='0 0 23 24' fill='none'%3E%3Cpath d='M6.67281 20.3465C5.75408 19.8161 5.02687 19.1107 4.49119 18.2305C3.38094 16.4082 3.10834 14.3066 3.6734 11.9258C3.93513 10.8267 4.41127 9.67912 5.10181 8.48308C5.75824 7.34609 6.51186 6.36366 7.36266 5.53577C9.18093 3.77016 11.1857 2.88992 13.3771 2.89505C14.4727 2.89762 15.4919 3.17104 16.4346 3.7153C17.2255 4.17193 17.8856 4.80899 18.4149 5.62647C18.9442 6.44395 19.2937 7.37912 19.4635 8.43198C19.8306 10.7112 19.3172 13.0579 17.9233 15.4721C17.3095 16.5353 16.606 17.4679 15.8127 18.2699C15.3785 18.7083 14.9646 19.0747 14.5709 19.3692C14.2518 19.6082 13.8144 19.8676 13.2588 20.1473C10.7935 21.3917 8.59814 21.4581 6.67281 20.3465Z' fill='%23D2CCB2'/%3E%3Cpath opacity='0.5' d='M7.58533 18.7715C6.84019 18.3413 6.25039 17.7693 5.81592 17.0554C4.91546 15.5774 4.69437 13.8729 5.15265 11.9419C5.36493 11.0505 5.7511 10.1198 6.31117 9.14973C6.84357 8.22758 7.45479 7.43077 8.14483 6.75931C9.61954 5.32732 11.2455 4.6134 13.0228 4.61756C13.9114 4.61964 14.7381 4.8414 15.5026 5.28282C16.1441 5.65317 16.6795 6.16986 17.1088 6.83288C17.5381 7.4959 17.8215 8.25437 17.9592 9.10829C18.2569 10.9568 17.8405 12.8601 16.7101 14.8182C16.2122 15.6805 15.6416 16.4369 14.9982 17.0873C14.6461 17.4429 14.3104 17.7401 13.9911 17.9789C13.7323 18.1728 13.3775 18.3832 12.9269 18.61C10.9274 19.6192 9.14687 19.6731 7.58533 18.7715Z' stroke='%23323232' stroke-width='0.7'/%3E%3Cpath d='M9.00049 15.5V15.0655C9.51592 15.0655 9.77363 14.7453 9.77363 14.1048V9.76483C9.77363 9.45586 9.71768 9.2354 9.60578 9.10345C9.49388 8.97149 9.29211 8.90552 9.00049 8.90552V8.5H11.4573V8.90552C11.1894 8.90552 10.991 8.97954 10.8621 9.12759C10.7333 9.27563 10.6689 9.49448 10.6689 9.78414V13.9455C10.6689 14.3961 10.7418 14.7002 10.8876 14.8579C11.0334 15.0156 11.3284 15.0945 11.7726 15.0945C12.7051 15.0945 13.3291 14.6166 13.6444 13.6607L14.0005 13.7814L13.6699 15.5H9.00049Z' fill='%232D2D2D'/%3E%3C/svg%3E");
}
layer.darkbackground > wrap {
	background: #323232;
}
layer.pepa > wrap > content:before {
	content: "";
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 4px;
	background: #e6e6e6;
	border-radius: 5px;
	display: block;
	margin-top: 12px;
	margin-bottom: 0;
}
layer.darkbackground.pepa > wrap > content:before {
	background: #5b5b5b;
}
d.address_wi5c69 {
	margin: 0 20px 0 20px;
	background-size: 20px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_1001_39305)'%3E%3Cpath d='M7.5 10C7.5 10.663 7.76339 11.2989 8.23223 11.7678C8.70107 12.2366 9.33696 12.5 10 12.5C10.663 12.5 11.2989 12.2366 11.7678 11.7678C12.2366 11.2989 12.5 10.663 12.5 10C12.5 9.33696 12.2366 8.70107 11.7678 8.23223C11.2989 7.76339 10.663 7.5 10 7.5C9.33696 7.5 8.70107 7.76339 8.23223 8.23223C7.76339 8.70107 7.5 9.33696 7.5 10Z' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33325 9.9987C3.33325 11.7668 4.03563 13.4625 5.28587 14.7127C6.53612 15.963 8.23181 16.6654 9.99992 16.6654C11.768 16.6654 13.4637 15.963 14.714 14.7127C15.9642 13.4625 16.6666 11.7668 16.6666 9.9987C16.6666 8.23059 15.9642 6.5349 14.714 5.28465C13.4637 4.03441 11.768 3.33203 9.99992 3.33203C8.23181 3.33203 6.53612 4.03441 5.28587 5.28465C4.03563 6.5349 3.33325 8.23059 3.33325 9.9987Z' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 1.66797V3.33464' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 16.668V18.3346' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.6667 10H18.3334' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.66675 10H3.33341' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1001_39305'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-color: #f5f5f5;
	border-radius: 5px;
	height: 36px;
	display: flex;
	align-items: center;
	line-height: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 0 0 40px;
	margin-bottom: 10px;
	cursor: pointer;
}
h3 {
	font-size: 20px;
	font-weight: 400;
}
d.spbw8n {
    display: flex;
    margin: 0 auto;
    width: calc(100% - 120px);
    padding: 0;
    align-items: center;
}
d.spbw8n .userui {
    padding-left: 25px;
    display: none;
}
d.spbw8n d.fel {
    width: 100%;
    background: #fff;
}
.userui > d {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: normal;
}
d.menu_h38w95b62 {
    width: 100%;
}
.shops_module {
	margin: 0 auto;
	width: calc(100% - 120px);
	padding: 10px 0;
}
header[screen="ff"] * {
	white-space: nowrap;
}
.userui {
    display: flex;
    gap: 8px;
}
.my_orders_module > d.ui {
	margin-top: 5px;
}
.my_orders_module > d.ui d.swiper-scrollbar {
	width: 60px;
	margin: auto;
	height: 5px;
	position: static;
}
d.order_mini_1_item {
	background-color: #323232;
	min-width: 320px;
	border-radius: 5px;
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	color: #fff;
	padding: 12px;
    width: max-content;
}
d.order_mini_1_item > .a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	width: 100%;
}

d.order_mini_1_item > .a d.id {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' viewBox='0 0 10 12' fill='none'%3E%3Cpath opacity='0.4' d='M2.064 12L2.4 9.2H0.88V7.68H2.56L2.864 5.008H1.344V3.504H3.04L3.328 0.688H4.88L4.576 3.504H6.656L6.976 0.688H8.512L8.208 3.504H9.712V5.008H8.032L7.744 7.68H9.264V9.2H7.568L7.248 12H5.728L6.032 9.2H3.936L3.632 12H2.064ZM4.096 7.68H6.192L6.496 5.008H4.384L4.096 7.68Z' fill='white'/%3E%3C/svg%3E");
	padding: 0 0 0 20px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 0;
	height: 16px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 50%;
	width:  max-content;
	width:  -moz-max-content;
}
d.order_mini_1_item > d.b d.info {
	background: #fff;
	color: #242424;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px 0 36px;
	height: 32px;
	line-height: 0;
	position: relative;
	width: max-content;
}
d.order_mini_1_item > d.b d.info > d:last-child {
	width: max-content;
	max-width: max-content;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
d.order_mini_1_item > d.b d.image d.mcpicture {
	background: unset;
	width: 130px;
}
d.order_mini_1_item > d.b {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
d.order_mini_1_item[step="1"] > d.b > d.info d:first-child {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='21' viewBox='0 0 23 21' fill='none'%3E%3Cpath d='M10.55 3.64212C10.2441 3.78522 9.91423 3.88658 9.60235 4.00881C9.57986 4.01776 9.55737 4.02521 9.53638 4.03266C9.99969 4.8391 10.6744 5.68728 10.8094 5.8274C11.0808 5.8274 11.2712 5.64405 11.3597 5.22816C11.3567 5.22369 10.9308 4.30098 10.55 3.64062V3.64212Z' fill='%23FABC9D'/%3E%3Cpath d='M11.0658 4.31457C10.8094 3.61098 10.4765 2.75088 10.2861 2.68977C10.1691 2.6525 10.0057 2.67933 9.90074 2.7166C9.7403 2.77324 9.60685 2.91038 9.55437 3.07286C9.45391 3.38292 9.32496 3.30689 9.43742 3.57968C9.50189 3.73769 9.54388 4.55754 9.91423 5.17318C10.3161 5.20299 11.1213 4.71406 11.0673 4.31457H11.0658Z' fill='%23BEB9A0'/%3E%3Cpath d='M9.64122 15.4126C9.64122 15.4126 9.63372 15.4841 9.62622 15.5154C9.63222 15.5989 9.62322 15.7673 9.6907 15.8285C9.85263 15.9731 9.99957 16.0044 10.2035 16.1445C10.3429 16.2399 10.5514 16.4396 10.7118 16.4992C10.8752 16.5589 11.1331 16.617 11.3101 16.6066C11.541 16.5932 11.7299 16.5365 11.7524 16.2906C11.7659 16.143 11.6429 16.0327 11.6294 16.0222C11.511 15.9358 11.0402 15.903 10.7958 15.7823C10.5364 15.6541 10.2755 15.5348 10.0266 15.3962C9.91561 15.3351 9.60073 15.18 9.64271 15.4141L9.64122 15.4126Z' fill='%23E19B5D'/%3E%3Cpath d='M9.74166 15.7035C9.52874 15.5127 9.6532 15.1698 9.67869 14.8866C9.69218 14.7301 9.66669 14.5751 9.6322 14.4215L10.6083 14.3008C10.6158 14.4021 10.6233 14.5035 10.6308 14.6049C10.6473 14.8553 10.6653 15.1132 10.7748 15.3398C10.8797 15.5574 11.7104 15.7825 11.7524 16.2476C11.7599 16.3355 11.6969 16.4294 11.6129 16.4622C11.3175 16.5815 10.9247 16.4592 10.6488 16.2982C10.4239 16.1671 10.25 15.9539 10.0131 15.8436C9.92009 15.8004 9.81663 15.772 9.74016 15.705L9.74166 15.7035Z' fill='%23202021'/%3E%3Cpath d='M7.62297 16.5062C7.62297 16.5062 7.60198 16.5569 7.59448 16.5882C7.60048 16.6717 7.60498 16.8461 7.65596 16.9206C7.95284 17.3544 8.37117 17.8821 8.75352 17.9313C9.09389 17.9745 9.41926 17.8567 9.48523 17.6645C9.50622 17.6048 9.48523 17.502 9.45674 17.4051C9.40876 17.2456 9.27831 17.1248 9.11638 17.0816C9.00392 17.0518 8.88247 17.0071 8.77152 16.9057C8.5601 16.7104 8.25722 16.6285 8.00832 16.4913C7.89736 16.4287 7.58249 16.2737 7.62447 16.5077L7.62297 16.5062Z' fill='%23E19B5D'/%3E%3Cpath d='M7.71002 16.8483C7.48661 16.6679 7.59457 16.3206 7.60506 16.0344C7.61406 15.7601 7.79099 15.5276 8.05788 15.4799L8.50321 15.4023C8.5152 15.5037 8.5287 15.6036 8.54069 15.7049C8.57068 15.9539 8.60217 16.2103 8.72212 16.4309C8.82258 16.6142 9.35937 16.9944 9.46133 17.3924C9.49132 17.5071 9.42684 17.6428 9.32038 17.695C9.18844 17.7576 9.00401 17.8038 8.85707 17.7993C8.38925 17.7889 7.78949 16.9124 7.71002 16.8483Z' fill='%23202021'/%3E%3Cpath d='M10.6967 8.61719C10.4523 8.81842 7.93782 8.66638 7.64543 8.74836C7.45501 9.6666 7.65143 10.6504 7.7174 12.2067L7.56446 16.3998C7.66192 16.774 8.7385 16.6831 8.7295 16.3298L9.41323 12.3751C9.50169 13.4573 9.57217 14.9435 9.61715 15.3474C9.65163 15.6575 10.7027 15.5844 10.7777 15.3385C10.8077 15.1551 10.9381 12.1157 10.9381 12.1157C10.9381 12.1157 10.8662 10.4388 10.6982 8.61868L10.6967 8.61719Z' fill='%2328282A'/%3E%3Cpath d='M10.6562 8.22656C10.1344 8.62456 9.83599 8.72295 9.17176 8.80642C8.63347 8.87499 7.90026 8.69611 7.74283 8.58581C7.70384 8.66481 7.71434 8.95996 7.72933 9.0494C7.7953 9.11051 8.33359 9.3043 9.12378 9.25362C9.87198 9.20591 10.4058 8.96294 10.6952 8.61711C10.7131 8.57835 10.6862 8.28619 10.6547 8.22656H10.6562Z' fill='%23232121'/%3E%3Cpath d='M10.7162 7.64079C10.6982 7.62589 9.29776 8.61567 7.6844 8.11929C7.55995 8.26239 7.43849 8.79008 7.44299 9.35205C7.45049 10.2569 7.47598 11.2332 7.45049 12.3467C7.45049 12.3602 7.45349 12.3736 7.45949 12.3855C7.6814 12.7805 8.79246 12.7179 9.45519 12.5748C9.45519 12.5748 10.7867 12.3423 11.0341 11.8235C11.0401 11.8131 11.0416 11.8027 11.0401 11.7907C10.9996 11.0171 10.9546 10.2449 10.9096 9.47279C10.8901 9.12696 10.8691 8.78113 10.8496 8.4353C10.8421 8.31903 10.7897 7.70489 10.7162 7.64228V7.64079Z' fill='url(%23paint0_radial_1090_10964)'/%3E%3Cpath style='mix-blend-mode:multiply' d='M10.7508 7.71383C10.7403 7.67806 10.7283 7.65123 10.7163 7.64079C10.6983 7.62589 9.29785 8.61567 7.68449 8.11929C7.6635 8.14314 7.644 8.1804 7.62451 8.22363C8.63361 8.95703 10.5873 8.34139 10.7508 7.71383Z' fill='url(%23paint1_linear_1090_10964)'/%3E%3Cpath d='M7.65901 7.52129C7.6695 7.77619 7.683 8.1414 7.683 8.1414C8.4297 8.80921 10.5694 8.25469 10.7178 7.63905C10.7658 7.55558 10.7058 7.37223 10.6848 6.87435C10.6248 5.49998 10.5724 2.82428 10.1555 2.73335C9.90362 2.6782 7.6665 3.4265 7.46708 3.984C7.09673 5.02149 7.60203 6.0858 7.66051 7.52129H7.65901Z' fill='url(%23paint2_linear_1090_10964)'/%3E%3Cpath d='M8.56323 8.73267L8.56923 10.9955C8.60372 11.3309 10.6294 10.9239 10.8228 10.3664C10.8648 10.2457 10.7029 8.09766 10.7029 8.09766C10.3175 8.49119 9.21847 8.78037 8.56323 8.73267Z' fill='url(%23paint3_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:multiply' d='M9.42676 4.86083C9.66067 4.50903 9.86009 3.71601 9.78362 3.14062C9.80311 3.74732 9.63218 4.36891 9.42676 4.86083Z' fill='url(%23paint4_linear_1090_10964)'/%3E%3Cpath d='M8.43125 2.39535C8.49122 2.29846 8.66815 2.33573 8.77611 2.33275C8.94554 2.32976 9.11498 2.32678 9.28291 2.33722C9.32489 2.3402 9.53331 2.33275 9.5468 2.39386C9.57079 2.4997 9.71024 2.72479 9.72223 2.8336C9.82419 3.14962 9.78221 3.56998 9.72673 3.87109C9.68625 4.09618 9.63677 4.25567 9.63677 4.25567C9.63677 4.25567 8.63367 3.76078 8.45224 3.38067C8.48672 2.98416 8.38776 2.5951 8.41175 2.44454C8.41475 2.42517 8.42075 2.40877 8.42975 2.39535H8.43125Z' fill='%23F1A782'/%3E%3Cpath d='M9.88257 2.85495C9.84059 3.02637 9.80161 3.25444 9.63367 3.29022C9.32779 3.35581 8.67405 3.19035 8.59308 2.96526C8.45514 2.58514 8.32319 2.19311 8.49562 1.70418C8.5646 1.50741 8.68755 1.30766 8.85998 1.16456C8.98443 1.06171 9.12687 0.993139 9.26632 0.933513C9.67865 0.756127 10.034 0.776996 10.055 1.19587C10.0655 1.40754 10.085 1.60877 10.0715 1.82194C10.028 2.4972 9.94105 2.609 9.88107 2.85644L9.88257 2.85495Z' fill='%23FABC9D'/%3E%3Cpath d='M9.60525 0.330394C9.67422 0.327413 9.7132 0.416851 9.84665 0.425795C9.93512 0.431758 10.148 1.28888 10.1225 1.40664C10.1225 1.40664 10.136 1.88066 10.0581 2.02674C10.0686 1.42602 10.0896 1.27397 9.83316 1.19049C9.75219 1.16366 9.70571 1.21434 9.62774 1.22925C9.14043 1.31869 8.87954 1.48564 8.86154 2.06848C8.86154 2.11171 8.87804 2.24736 8.83005 2.27121C8.75808 2.30848 8.75059 2.08339 8.7176 2.04314C8.65912 1.9701 8.56016 1.97457 8.49419 2.03718C8.37723 2.14749 8.42372 2.33233 8.4642 2.49928C8.50019 2.64834 8.53617 2.82275 8.53617 2.82275C8.39973 2.78101 8.24679 2.65729 8.16132 2.47394C8.13433 2.41729 8.13583 2.36512 8.11784 2.30549C8.10734 2.2727 8.08635 2.24587 8.07735 2.21158C8.07136 2.18475 8.07735 2.15494 8.06986 2.1296C8.05786 2.08339 8.02338 2.06103 8.00688 2.01929C7.99789 1.99693 8.00688 1.96563 7.99489 1.94327C7.97989 1.91644 7.94541 1.91197 7.93191 1.88513C7.91392 1.84936 7.93491 1.61384 7.92291 1.57061C7.89143 1.44838 7.86444 1.37384 7.90792 1.24863C7.93791 1.15919 7.93491 1.07721 7.9574 0.987767C7.98139 0.887894 8.05486 0.956464 8.08335 0.856591C8.10734 0.773115 8.13583 0.704545 8.2003 0.643429C8.33075 0.521196 8.4747 0.327413 8.64263 0.334866C8.77758 0.340828 8.89903 0.257353 9.04147 0.266296C9.23339 0.279712 9.41632 0.339338 9.60975 0.328903L9.60525 0.330394Z' fill='%232A1A2F'/%3E%3Cpath d='M9.46118 1.8401C9.80904 1.74172 10.037 1.64036 10.1284 1.40334C10.1284 1.40334 10.1674 0.637154 10.1359 0.611813C10.0969 0.582001 8.01126 0.832429 7.91529 0.987455C7.79834 1.17677 7.79834 1.697 7.79834 1.697C8.1417 1.98171 8.99187 1.97128 9.45968 1.8401H9.46118Z' fill='%23D2CCB1'/%3E%3Cpath d='M7.6424 1.37848C7.61691 1.51413 7.66489 1.66618 7.78184 1.7586C7.86431 1.82269 7.97976 1.84803 8.09222 1.84356C8.61401 1.82418 10.2769 1.23538 10.1554 0.624217C9.92449 -0.536993 7.8958 0.0413763 7.6424 1.37848Z' fill='url(%23paint5_radial_1090_10964)'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M8.09229 1.84428C8.49563 1.97248 9.84809 1.49696 10.1435 1.04381C10.1465 0.946918 10.148 0.848535 10.148 0.769531C10.0145 1.32554 8.57209 1.82491 8.09229 1.84279V1.84428Z' fill='%23BEB9A0'/%3E%3C/g%3E%3Cpath style='mix-blend-mode:multiply' opacity='0.4' d='M7.91385 1.22901C7.88236 1.31994 7.85837 1.41385 7.83888 1.48391C7.82088 1.55397 7.80739 1.60167 7.80739 1.60167C7.80739 1.60167 7.80439 1.55397 7.81039 1.48093C7.81639 1.40789 7.83588 1.31248 7.86437 1.21857C7.89735 1.12615 7.93784 1.03522 7.97682 0.969637C8.01581 0.905539 8.04729 0.865292 8.04729 0.865292C8.04729 0.865292 7.97083 1.04715 7.91085 1.2305L7.91385 1.22901ZM8.37417 1.2469C8.46563 1.12764 8.56009 1.00988 8.63206 0.921936C8.70403 0.833988 8.75501 0.777344 8.75501 0.777344C8.75501 0.777344 8.69204 0.825044 8.60957 0.90703C8.52561 0.989015 8.42664 1.10528 8.33218 1.22305C8.14476 1.46155 7.98132 1.71198 7.98132 1.71198C7.98132 1.71198 8.0353 1.65682 8.11027 1.57037C8.18524 1.48391 8.2782 1.36466 8.37417 1.2469ZM9.31429 1.23795C9.18984 1.3095 9.02041 1.39745 8.84348 1.47795C8.49562 1.64341 8.12227 1.76862 8.12227 1.76862C8.12227 1.76862 8.21973 1.74924 8.36367 1.7075C8.50611 1.66577 8.69054 1.59571 8.86747 1.51521C9.0429 1.43174 9.21233 1.33932 9.33079 1.25733C9.44924 1.17684 9.51371 1.11125 9.51371 1.11125C9.51371 1.11125 9.43874 1.16938 9.31429 1.23795ZM8.42515 1.51968C8.50761 1.46304 8.58708 1.4049 8.64256 1.35571C8.69804 1.30652 8.72952 1.27075 8.72952 1.27075C8.72952 1.27075 8.56009 1.37807 8.39516 1.48689C8.31419 1.54204 8.23022 1.5972 8.17025 1.63893C8.11027 1.68216 8.06979 1.71198 8.06979 1.71198C8.06979 1.71198 8.11777 1.6926 8.18674 1.65831C8.25571 1.62403 8.34268 1.57335 8.42664 1.51968H8.42515ZM8.05029 1.23199C8.05029 1.23199 8.0293 1.25584 8.00531 1.29311C7.97982 1.33037 7.95433 1.38254 7.93034 1.43621C7.91085 1.49136 7.89436 1.54652 7.88986 1.58974C7.88536 1.63297 7.88836 1.66129 7.88836 1.66129C7.88836 1.66129 7.93484 1.55397 7.97682 1.44962C7.99632 1.39596 8.01731 1.3423 8.0308 1.30205C8.0428 1.26031 8.05029 1.23199 8.05029 1.23199Z' fill='url(%23paint6_linear_1090_10964)'/%3E%3Cpath d='M10.166 2.36719C10.1285 2.49985 10.061 2.53861 10.0161 2.56097C9.95158 2.59377 9.9141 2.56544 9.86162 2.56395C9.81214 2.56395 9.76416 2.56246 9.74466 2.68022C9.70418 2.52967 9.55574 2.80693 9.46278 2.86208C9.41779 2.88891 9.34432 2.92618 9.31134 2.83227C9.29484 2.94407 9.3968 3.00816 9.49576 2.9545C9.61871 2.88742 9.6682 2.77115 9.74317 2.72345C9.81814 2.68917 9.88711 2.73538 10.0086 2.6683C10.1075 2.61463 10.178 2.46408 10.166 2.36868V2.36719Z' fill='%232A1A2F'/%3E%3Cpath d='M28.994 14.9542L8.01136 26.9986L7.1582 25.3574L28.994 13.9883V14.9542Z' fill='%2338243D'/%3E%3Cpath d='M23.7716 10.7376L23.7731 10.3202L22.896 9.81641V16.487L23.5572 16.8671L23.6037 16.8403V16.8925L23.7672 16.9864V12.2864L23.6502 12.1537L23.6517 12.0017L23.7687 12.0047L23.7701 11.0194L23.6547 10.8867V10.7361L23.7716 10.7376Z' fill='url(%23paint7_linear_1090_10964)'/%3E%3Cpath d='M0.00439453 16.7269L0.41973 17.0027L0.583165 16.3945L0.00439453 16.7269Z' fill='%23A09F9F'/%3E%3Cpath d='M0.00439453 15.4613L0.41973 15.7386L0.583165 15.1289L0.00439453 15.4613Z' fill='%23A09F9F'/%3E%3Cpath d='M0.00599762 14.7656V15.186L0.133447 15.3216L0.131948 15.4722L0.00449822 15.4618V16.4545L0.128949 16.5872V16.7392L0.00449822 16.7288V16.9569L0.0494804 16.9837L0.00449822 17.009L0 21.4318L0.142444 21.5138L0.187426 21.4884V21.5391L5.45634 24.5636L5.46083 17.896L0.00599762 14.7656Z' fill='%23C6C1BD'/%3E%3Cpath d='M0.0493767 16.9805L0.00439453 17.0073L0.143839 17.0863V21.512L0.188821 21.4867V17.061L0.0493767 16.9805Z' fill='%23AAA39F'/%3E%3Cpath d='M0.00585938 14.7656V15.1204L5.02287 18.0003L5.02437 17.6455L0.00585938 14.7656Z' fill='%23C6C1BD'/%3E%3Cpath d='M23.7056 11.5049L23.6607 11.478L23.7056 11.4512L23.7101 11.0547L13.2938 17.0337L13.2908 23.0022L23.7071 17.0232L23.7056 11.5049Z' fill='%23E1DAD6'/%3E%3Cpath d='M13.1768 16.9008L23.5931 10.9219L23.7101 11.0531L13.2937 17.032L13.1768 16.9008Z' fill='%23FDF5F1'/%3E%3Cpath d='M13.1213 16.7321L23.5932 10.7695V10.9201L13.1768 16.8991L13.1213 16.7321Z' fill='%23C6C1BD'/%3E%3Cpath d='M13.2936 16.7526L13.2951 16.3352L12.5334 15.8984V22.5676L13.2906 23.0013L13.2936 17.0328L13.1767 16.9016V16.7511L13.2936 16.7526Z' fill='url(%23paint8_linear_1090_10964)'/%3E%3Cpath d='M13.2952 16.3344L23.7116 10.3555L23.7101 10.7728L13.2937 16.7518L13.2952 16.3344Z' fill='%23E1DAD6'/%3E%3Cpath d='M23.6606 11.4766L21.1401 12.924V12.9761L23.7056 11.5019L23.6606 11.4766Z' fill='%23C6C1BD'/%3E%3Cpath d='M21.1402 18.2554L13.5232 22.6274V17.2939L21.1402 12.9219V18.2554Z' fill='%23FDF5F1'/%3E%3Cpath d='M19.026 15.4961L13.5232 18.2314V20.8967L18.1189 18.2583H21.1402L20.7728 17.188L19.026 15.4961Z' fill='%23C6C1BD'/%3E%3Cpath d='M17.438 15.046V16.1312L21.14 18.2554V12.9219L17.438 15.046Z' fill='%23C6C1BD'/%3E%3Cmask id='mask0_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='13' y='12' width='9' height='11'%3E%3Cpath d='M21.1402 18.2554L13.5232 22.6274V17.2939L21.1402 12.9219V18.2554Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1090_10964)'%3E%3Cpath d='M19.3245 17.911C18.8612 17.6352 18.0995 17.6278 17.6227 17.8946C17.1459 18.1599 17.1354 18.5997 17.5987 18.8739C18.062 19.1497 18.8237 19.1572 19.3006 18.8903C19.7774 18.625 19.7879 18.1853 19.3245 17.911ZM19.0696 18.7741C18.7248 18.9664 18.173 18.9604 17.8386 18.7621C17.5028 18.5624 17.5118 18.2449 17.8566 18.0526C18.2015 17.8603 18.7533 17.8663 19.0876 18.0645C19.4235 18.2643 19.4145 18.5818 19.0696 18.7741Z' fill='url(%23paint9_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.3685V18.3536C19.6828 18.5474 19.5614 18.7442 19.3005 18.8888C18.8237 19.1541 18.062 19.1466 17.5987 18.8724C17.3528 18.7263 17.2403 18.5355 17.2598 18.3477V18.3626C17.2388 18.5504 17.3513 18.7427 17.5972 18.8888C18.0605 19.1645 18.8237 19.172 19.3005 18.9052C19.5614 18.7591 19.6828 18.5623 19.6633 18.3685H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.8211C18.8612 17.5454 18.0995 17.5379 17.6227 17.8047C17.1459 18.0701 17.1354 18.5098 17.5987 18.7841C18.062 19.0599 18.8237 19.0673 19.3006 18.8005C19.7774 18.5352 19.7879 18.0954 19.3245 17.8211ZM19.0696 18.6842C18.7248 18.8765 18.173 18.8706 17.8386 18.6723C17.5028 18.4726 17.5118 18.155 17.8566 17.9628C18.2015 17.7705 18.7533 17.7764 19.0876 17.9747C19.4235 18.1744 19.4145 18.4919 19.0696 18.6842Z' fill='url(%23paint10_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.2787V18.2638C19.6828 18.4576 19.5614 18.6543 19.3005 18.7989C18.8237 19.0643 18.062 19.0568 17.5987 18.7825C17.3528 18.6364 17.2403 18.4456 17.2598 18.2578V18.2727C17.2388 18.4605 17.3513 18.6528 17.5972 18.7989C18.0605 19.0747 18.8237 19.0821 19.3005 18.8153C19.5614 18.6692 19.6828 18.4725 19.6633 18.2787H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.7352C18.8612 17.4594 18.0995 17.452 17.6227 17.7188C17.1459 17.9841 17.1354 18.4239 17.5987 18.6982C18.062 18.9739 18.8237 18.9814 19.3006 18.7146C19.7774 18.4492 19.7879 18.0095 19.3245 17.7352ZM19.0696 18.5998C18.7248 18.7921 18.173 18.7861 17.8386 18.5879C17.5028 18.3881 17.5118 18.0706 17.8566 17.8783C18.2015 17.686 18.7533 17.692 19.0876 17.8902C19.4235 18.09 19.4145 18.4075 19.0696 18.5998Z' fill='url(%23paint11_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.1927V18.1778C19.6828 18.3716 19.5614 18.5684 19.3005 18.713C18.8237 18.9783 18.062 18.9709 17.5987 18.6966C17.3528 18.5505 17.2403 18.3597 17.2598 18.1719V18.1868C17.2388 18.3746 17.3513 18.5669 17.5972 18.713C18.0605 18.9887 18.8237 18.9962 19.3005 18.7294C19.5614 18.5833 19.6828 18.3865 19.6633 18.1927H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.6493C18.8612 17.3735 18.0995 17.366 17.6227 17.6329C17.1459 17.8982 17.1354 18.3379 17.5987 18.6122C18.062 18.888 18.8237 18.8954 19.3006 18.6286C19.7774 18.3633 19.7879 17.9235 19.3245 17.6493ZM19.0696 18.5124C18.7248 18.7046 18.173 18.6987 17.8386 18.5004C17.5028 18.3007 17.5118 17.9832 17.8566 17.7909C18.2015 17.5986 18.7533 17.6046 19.0876 17.8028C19.4235 18.0026 19.4145 18.3201 19.0696 18.5124Z' fill='url(%23paint12_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.1068V18.0919C19.6828 18.2857 19.5614 18.4824 19.3005 18.627C18.8237 18.8924 18.062 18.8849 17.5987 18.6106C17.3528 18.4646 17.2403 18.2738 17.2598 18.0859V18.1008C17.2388 18.2887 17.3513 18.481 17.5972 18.627C18.0605 18.9028 18.8237 18.9103 19.3005 18.6434C19.5614 18.4974 19.6828 18.3006 19.6633 18.1068H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.5594C18.8612 17.2837 18.0995 17.2762 17.6227 17.543C17.1459 17.8084 17.1354 18.2481 17.5987 18.5224C18.062 18.7981 18.8237 18.8056 19.3006 18.5388C19.7774 18.2734 19.7879 17.8337 19.3245 17.5594ZM19.0696 18.424C18.7248 18.6163 18.173 18.6103 17.8386 18.4121C17.5028 18.2123 17.5118 17.8948 17.8566 17.7025C18.2015 17.5102 18.7533 17.5162 19.0876 17.7145C19.4235 17.9142 19.4145 18.2317 19.0696 18.424Z' fill='url(%23paint13_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.017V18.0021C19.6828 18.1958 19.5614 18.3926 19.3005 18.5372C18.8237 18.8025 18.062 18.7951 17.5987 18.5208C17.3528 18.3747 17.2403 18.1839 17.2598 17.9961V18.011C17.2388 18.1988 17.3513 18.3911 17.5972 18.5372C18.0605 18.813 18.8237 18.8204 19.3005 18.5536C19.5614 18.4075 19.6828 18.2107 19.6633 18.017H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.4735C18.8612 17.1977 18.0995 17.1903 17.6227 17.4571C17.1459 17.7224 17.1354 18.1622 17.5987 18.4364C18.062 18.7122 18.8237 18.7197 19.3006 18.4528C19.7774 18.1875 19.7879 17.7478 19.3245 17.4735ZM19.0696 18.3381C18.7248 18.5304 18.173 18.5244 17.8386 18.3261C17.5043 18.1279 17.5118 17.8089 17.8566 17.6166C18.2015 17.4243 18.7533 17.4303 19.0876 17.6285C19.4235 17.8283 19.4145 18.1458 19.0696 18.3381Z' fill='url(%23paint14_linear_1090_10964)'/%3E%3Cpath d='M19.6648 17.931V17.9161C19.6828 18.1099 19.5614 18.3067 19.3005 18.4513C18.8237 18.7166 18.062 18.7091 17.5987 18.4349C17.3528 18.2888 17.2403 18.098 17.2598 17.9102V17.9251C17.2388 18.1129 17.3513 18.3052 17.5972 18.4513C18.0605 18.727 18.8237 18.7345 19.3005 18.4677C19.5614 18.3216 19.6828 18.1248 19.6633 17.931H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.3876C18.8612 17.1118 18.0995 17.1043 17.6227 17.3712C17.1459 17.6365 17.1354 18.0762 17.5987 18.3505C18.062 18.6263 18.8237 18.6337 19.3006 18.3669C19.7774 18.1016 19.7879 17.6618 19.3245 17.3876ZM19.0696 18.2506C18.7248 18.4429 18.173 18.437 17.8386 18.2387C17.5043 18.0405 17.5118 17.7215 17.8566 17.5292C18.2015 17.3369 18.7533 17.3428 19.0876 17.5411C19.4235 17.7408 19.4145 18.0583 19.0696 18.2506Z' fill='url(%23paint15_linear_1090_10964)'/%3E%3Cpath d='M19.6648 17.8451V17.8302C19.6828 18.024 19.5614 18.2207 19.3005 18.3653C18.8237 18.6307 18.062 18.6232 17.5987 18.3489C17.3528 18.2028 17.2403 18.012 17.2598 17.8242V17.8391C17.2388 18.0269 17.3513 18.2192 17.5972 18.3653C18.0605 18.6411 18.8237 18.6485 19.3005 18.3817C19.5614 18.2356 19.6828 18.0389 19.6633 17.8451H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.0861 17.4538C18.7503 17.2541 18.2 17.2496 17.8551 17.4419C17.5102 17.6342 17.5027 17.9517 17.8371 18.1514C17.8401 18.1529 17.8446 18.1559 17.8476 18.1574C18.1835 18.3497 18.7278 18.3542 19.0681 18.1634C19.413 17.9711 19.4205 17.6536 19.0861 17.4538Z' fill='%23ECEAE6'/%3E%3Cpath d='M19.0275 17.5252C18.7231 17.3449 18.2238 17.3404 17.912 17.5133C17.6001 17.6877 17.5926 17.9754 17.8955 18.1558C17.8985 18.1573 17.9015 18.1602 17.906 18.1617C18.2268 18.3391 18.6812 18.3406 19.0125 18.1677C19.3244 17.9933 19.3319 17.7056 19.029 17.5252H19.0275ZM18.984 18.1647C18.6872 18.3302 18.2133 18.3257 17.924 18.1543C17.6361 17.9829 17.6421 17.7101 17.939 17.5446C18.2358 17.3792 18.7096 17.3836 18.999 17.555C19.2884 17.7265 19.2809 17.9993 18.984 18.1647Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.2977C18.8612 17.0219 18.0995 17.0145 17.6227 17.2813C17.1459 17.5466 17.1354 17.9864 17.5987 18.2607C18.062 18.5349 18.8237 18.5439 19.3006 18.2771C19.7774 18.0117 19.7879 17.572 19.3245 17.2977ZM19.0696 18.1623C18.7248 18.3546 18.173 18.3486 17.8386 18.1504C17.5043 17.9521 17.5118 17.6331 17.8566 17.4408C18.2015 17.2485 18.7533 17.2545 19.0876 17.4527C19.4235 17.6525 19.4145 17.97 19.0696 18.1623Z' fill='%23F6F4EF'/%3E%3Cpath d='M18.9841 18.1671C18.6872 18.3325 18.2134 18.3281 17.924 18.1566C17.6361 17.9852 17.6421 17.7124 17.939 17.547C18.2359 17.3815 18.7097 17.386 18.9991 17.5574C19.287 17.7288 19.281 18.0016 18.9841 18.1671Z' fill='%23F6F4EF'/%3E%3Cpath d='M19.6648 17.7552V17.7403C19.6828 17.9341 19.5614 18.1309 19.3005 18.2755C18.8237 18.5408 18.062 18.5334 17.5987 18.2591C17.3528 18.113 17.2403 17.9222 17.2598 17.7344V17.7493C17.2388 17.9371 17.3513 18.1294 17.5972 18.2755C18.0605 18.5512 18.8237 18.5587 19.3005 18.2919C19.5614 18.1458 19.6828 17.949 19.6633 17.7552H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.9266C17.0858 18.6508 16.3241 18.6434 15.8473 18.9102C15.3705 19.1756 15.36 19.6153 15.8233 19.8896C16.2867 20.1653 17.0484 20.1728 17.5252 19.906C18.002 19.6406 18.0125 19.2009 17.5492 18.9266ZM17.2943 19.7912C16.9494 19.9835 16.3976 19.9775 16.0632 19.7793C15.7274 19.5795 15.7364 19.262 16.0812 19.0697C16.4261 18.8774 16.9779 18.8834 17.3122 19.0816C17.6466 19.2799 17.6391 19.5989 17.2943 19.7912Z' fill='url(%23paint16_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.3842V19.3692C17.9074 19.563 17.786 19.7598 17.5251 19.9044C17.0483 20.1697 16.2866 20.1623 15.8233 19.888C15.5774 19.7419 15.4649 19.5511 15.4844 19.3633V19.3782C15.4634 19.566 15.5759 19.7583 15.8218 19.9044C16.2851 20.1802 17.0483 20.1876 17.5251 19.9208C17.786 19.7747 17.9075 19.5779 17.888 19.3842H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.8407C17.0858 18.5649 16.3241 18.5575 15.8473 18.8243C15.3705 19.0896 15.36 19.5294 15.8233 19.8036C16.2867 20.0794 17.0484 20.0869 17.5252 19.82C18.002 19.5547 18.0125 19.115 17.5492 18.8407ZM17.2943 19.7038C16.9494 19.8961 16.3976 19.8901 16.0632 19.6918C15.7274 19.4921 15.7364 19.1746 16.0812 18.9823C16.4261 18.79 16.9779 18.796 17.3122 18.9942C17.6466 19.1925 17.6391 19.5115 17.2943 19.7038Z' fill='url(%23paint17_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.2982V19.2833C17.9074 19.4771 17.786 19.6739 17.5251 19.8184C17.0483 20.0838 16.2866 20.0763 15.8233 19.8021C15.5774 19.656 15.4649 19.4652 15.4844 19.2773V19.2923C15.4634 19.4801 15.5759 19.6724 15.8218 19.8184C16.2851 20.0942 17.0483 20.1017 17.5251 19.8348C17.786 19.6888 17.9075 19.492 17.888 19.2982H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.7547C17.0858 18.479 16.3241 18.4715 15.8473 18.7383C15.3705 19.0037 15.36 19.4434 15.8233 19.7177C16.2867 19.9935 17.0484 20.0009 17.5252 19.7341C18.002 19.4688 18.0125 19.029 17.5492 18.7547ZM17.2943 19.6178C16.9494 19.8101 16.3976 19.8042 16.0632 19.6059C15.7274 19.4061 15.7364 19.0886 16.0812 18.8963C16.4261 18.7041 16.9779 18.71 17.3122 18.9083C17.6466 19.1065 17.6391 19.4255 17.2943 19.6178Z' fill='url(%23paint18_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.2123V19.1974C17.9074 19.3912 17.786 19.5879 17.5251 19.7325C17.0483 19.9978 16.2866 19.9904 15.8233 19.7161C15.5774 19.57 15.4649 19.3792 15.4844 19.1914V19.2063C15.4634 19.3941 15.5759 19.5864 15.8218 19.7325C16.2851 20.0083 17.0483 20.0157 17.5251 19.7489C17.786 19.6028 17.9075 19.4061 17.888 19.2123H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.6649C17.0858 18.3891 16.3241 18.3817 15.8473 18.6485C15.3705 18.9138 15.36 19.3536 15.8233 19.6279C16.2867 19.9036 17.0484 19.9111 17.5252 19.6442C18.002 19.3789 18.0125 18.9392 17.5492 18.6649ZM17.2943 19.5295C16.9494 19.7218 16.3976 19.7158 16.0632 19.5175C15.7274 19.3178 15.7364 19.0003 16.0812 18.808C16.4261 18.6157 16.9779 18.6217 17.3122 18.8199C17.6466 19.0182 17.6391 19.3372 17.2943 19.5295Z' fill='url(%23paint19_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.1224V19.1075C17.9074 19.3013 17.786 19.4981 17.5251 19.6427C17.0483 19.908 16.2866 19.9005 15.8233 19.6263C15.5774 19.4802 15.4649 19.2894 15.4844 19.1016V19.1165C15.4634 19.3043 15.5759 19.4966 15.8218 19.6427C16.2851 19.9184 17.0483 19.9259 17.5251 19.6591C17.786 19.513 17.9075 19.3162 17.888 19.1224H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.579C17.0858 18.3032 16.3241 18.2957 15.8473 18.5626C15.3705 18.8279 15.36 19.2676 15.8233 19.5419C16.2867 19.8177 17.0484 19.8251 17.5252 19.5583C18.002 19.293 18.0125 18.8532 17.5492 18.579ZM17.2943 19.442C16.9494 19.6343 16.3976 19.6284 16.0632 19.4301C15.7274 19.2304 15.7364 18.9129 16.0812 18.7206C16.4261 18.5283 16.9779 18.5342 17.3122 18.7325C17.6466 18.9307 17.6391 19.2497 17.2943 19.442Z' fill='url(%23paint20_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.0365V19.0216C17.9074 19.2154 17.786 19.4121 17.5251 19.5567C17.0483 19.8221 16.2866 19.8146 15.8233 19.5403C15.5774 19.3942 15.4649 19.2034 15.4844 19.0156V19.0305C15.4634 19.2184 15.5759 19.4106 15.8218 19.5567C16.2851 19.8325 17.0483 19.84 17.5251 19.5731C17.786 19.427 17.9075 19.2303 17.888 19.0365H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.493C17.0858 18.2173 16.3241 18.2098 15.8473 18.4766C15.3705 18.742 15.36 19.1817 15.8233 19.456C16.2867 19.7317 17.0484 19.7392 17.5252 19.4724C18.002 19.207 18.0125 18.7673 17.5492 18.493ZM17.2943 19.3576C16.9494 19.5499 16.3976 19.5439 16.0632 19.3457C15.7274 19.1459 15.7364 18.8284 16.0812 18.6361C16.4261 18.4438 16.9779 18.4498 17.3122 18.648C17.6466 18.8463 17.6391 19.1653 17.2943 19.3576Z' fill='url(%23paint21_linear_1090_10964)'/%3E%3Cpath d='M17.8895 18.9506V18.9357C17.9074 19.1294 17.786 19.3262 17.5251 19.4708C17.0483 19.7361 16.2866 19.7287 15.8233 19.4544C15.5774 19.3083 15.4649 19.1175 15.4844 18.9297V18.9446C15.4634 19.1324 15.5759 19.3247 15.8218 19.4708C16.2851 19.7466 17.0483 19.754 17.5251 19.4872C17.786 19.3411 17.9075 19.1443 17.888 18.9506H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.4032C17.0858 18.1274 16.3241 18.12 15.8473 18.3868C15.3705 18.6521 15.36 19.0919 15.8233 19.3661C16.2867 19.6419 17.0484 19.6494 17.5252 19.3825C18.002 19.1172 18.0125 18.6775 17.5492 18.4032ZM17.2943 19.2677C16.9494 19.46 16.3976 19.4541 16.0632 19.2558C15.7274 19.0561 15.7364 18.7386 16.0812 18.5463C16.4261 18.354 16.9779 18.3599 17.3122 18.5582C17.6466 18.7565 17.6391 19.0755 17.2943 19.2677Z' fill='url(%23paint22_linear_1090_10964)'/%3E%3Cpath d='M17.8895 18.8607V18.8458C17.9074 19.0396 17.786 19.2364 17.5251 19.3809C17.0483 19.6463 16.2866 19.6388 15.8233 19.3645C15.5774 19.2185 15.4649 19.0277 15.4844 18.8398V18.8547C15.4634 19.0426 15.5759 19.2349 15.8218 19.3809C16.2851 19.6567 17.0483 19.6642 17.5251 19.3973C17.786 19.2513 17.9075 19.0545 17.888 18.8607H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.3107 18.4734C16.9749 18.2736 16.4246 18.2691 16.0797 18.4614C15.7349 18.6537 15.7274 18.9712 16.0617 19.171C16.0647 19.1725 16.0692 19.1754 16.0722 19.1769C16.4081 19.3692 16.9524 19.3737 17.2927 19.1829C17.6376 18.9906 17.6451 18.6731 17.3107 18.4734Z' fill='%23ECEAE6'/%3E%3Cpath d='M17.2521 18.5448C16.9478 18.3644 16.4484 18.3599 16.1366 18.5328C15.8247 18.7058 15.8172 18.9949 16.1201 19.1753C16.1231 19.1768 16.1261 19.1798 16.1306 19.1813C16.4514 19.3587 16.9058 19.3601 17.2371 19.1872C17.549 19.0128 17.5565 18.7251 17.2536 18.5448H17.2521ZM17.2086 19.1842C16.9118 19.3497 16.438 19.3452 16.1486 19.1738C15.8607 19.0024 15.8667 18.7296 16.1636 18.5641C16.4604 18.3987 16.9343 18.4032 17.2236 18.5746C17.5115 18.746 17.5055 19.0188 17.2086 19.1842Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.3172C17.0858 18.0415 16.3241 18.034 15.8473 18.3008C15.3705 18.5662 15.36 19.0059 15.8233 19.2802C16.2867 19.556 17.0484 19.5634 17.5252 19.2966C18.002 19.0313 18.0125 18.5915 17.5492 18.3172ZM17.2943 19.1803C16.9494 19.3726 16.3976 19.3666 16.0632 19.1684C15.7274 18.9686 15.7364 18.6511 16.0812 18.4588C16.4261 18.2666 16.9779 18.2725 17.3122 18.4708C17.6466 18.669 17.6391 18.988 17.2943 19.1803Z' fill='%23F6F4EF'/%3E%3Cpath d='M17.2087 19.1866C16.9118 19.3521 16.438 19.3476 16.1486 19.1762C15.8607 19.0047 15.8667 18.732 16.1636 18.5665C16.4605 18.401 16.9343 18.4055 17.2237 18.5769C17.5116 18.7483 17.5056 19.0211 17.2087 19.1866Z' fill='%23F6F4EF'/%3E%3Cpath d='M17.8895 18.7748V18.7599C17.9074 18.9537 17.786 19.1504 17.5251 19.295C17.0483 19.5603 16.2866 19.5529 15.8233 19.2786C15.5774 19.1325 15.4649 18.9417 15.4844 18.7539V18.7688C15.4634 18.9566 15.5759 19.1489 15.8218 19.295C16.2851 19.5708 17.0483 19.5782 17.5251 19.3114C17.786 19.1653 17.9075 18.9686 17.888 18.7748H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.9019C15.4246 19.6992 14.8638 19.6933 14.5129 19.89C14.1621 20.0853 14.1546 20.4088 14.4949 20.6115C14.8368 20.8142 15.3976 20.8202 15.7484 20.6234C16.0993 20.4281 16.1068 20.1047 15.7664 19.9019ZM15.4396 20.446C15.2641 20.5444 14.9837 20.5414 14.8128 20.4401C14.6419 20.3387 14.6464 20.1777 14.8218 20.0793C14.9972 19.9809 15.2776 19.9839 15.4486 20.0853C15.6195 20.1867 15.615 20.3476 15.4396 20.446Z' fill='url(%23paint23_linear_1090_10964)'/%3E%3Cpath d='M16.0167 20.2415V20.231C16.0302 20.3741 15.9402 20.5187 15.7483 20.6261C15.3974 20.8213 14.8366 20.8169 14.4948 20.6141C14.3133 20.5068 14.2309 20.3652 14.2459 20.2266V20.237C14.2309 20.3756 14.3133 20.5172 14.4948 20.6246C14.8366 20.8273 15.3989 20.8333 15.7498 20.6365C15.9417 20.5292 16.0317 20.3846 16.0167 20.2415Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.8355C15.4246 19.6328 14.8638 19.6268 14.5129 19.8236C14.1621 20.0189 14.1546 20.3424 14.4949 20.5451C14.8368 20.7478 15.3976 20.7538 15.7484 20.557C16.0993 20.3617 16.1068 20.0383 15.7664 19.8355ZM15.4396 20.3796C15.2641 20.478 14.9837 20.475 14.8128 20.3737C14.6419 20.2723 14.6464 20.1113 14.8218 20.0129C14.9972 19.9145 15.2776 19.9175 15.4486 20.0189C15.6195 20.1202 15.615 20.2812 15.4396 20.3796Z' fill='url(%23paint24_linear_1090_10964)'/%3E%3Cpath d='M16.0167 20.1751V20.1646C16.0302 20.3077 15.9402 20.4523 15.7483 20.5596C15.3974 20.7549 14.8366 20.7505 14.4948 20.5477C14.3133 20.4404 14.2309 20.2988 14.2459 20.1602V20.1706C14.2309 20.3092 14.3133 20.4508 14.4948 20.5582C14.8366 20.7609 15.3989 20.7668 15.7498 20.5701C15.9417 20.4628 16.0317 20.3182 16.0167 20.1751Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.7691C15.4246 19.5664 14.8638 19.5604 14.5129 19.7572C14.1621 19.9525 14.1546 20.2759 14.4949 20.4787C14.8368 20.6814 15.3976 20.6874 15.7484 20.4906C16.0993 20.2953 16.1068 19.9719 15.7664 19.7691ZM15.4396 20.3132C15.2641 20.4116 14.9837 20.4086 14.8128 20.3073C14.6419 20.2059 14.6464 20.0449 14.8218 19.9465C14.9972 19.8481 15.2776 19.8511 15.4486 19.9525C15.6195 20.0538 15.615 20.2148 15.4396 20.3132Z' fill='url(%23paint25_linear_1090_10964)'/%3E%3Cpath d='M16.0167 20.1087V20.0982C16.0302 20.2413 15.9402 20.3859 15.7483 20.4932C15.3974 20.6885 14.8366 20.684 14.4948 20.4813C14.3133 20.374 14.2309 20.2324 14.2459 20.0938V20.1042C14.2309 20.2428 14.3133 20.3844 14.4948 20.4918C14.8366 20.6945 15.3989 20.7004 15.7498 20.5037C15.9417 20.3964 16.0317 20.2518 16.0167 20.1087Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.6988C15.4246 19.4961 14.8638 19.4901 14.5129 19.6869C14.1621 19.8837 14.1546 20.2056 14.4949 20.4084C14.8368 20.6111 15.3976 20.6171 15.7484 20.4203C16.0993 20.225 16.1068 19.9015 15.7664 19.6988ZM15.4396 20.2429C15.2641 20.3413 14.9837 20.3383 14.8128 20.2369C14.6419 20.1356 14.6464 19.9746 14.8218 19.8762C14.9972 19.7778 15.2776 19.7808 15.4486 19.8822C15.6195 19.9835 15.615 20.1445 15.4396 20.2429Z' fill='url(%23paint26_linear_1090_10964)'/%3E%3Cpath d='M16.0167 20.0383V20.0279C16.0302 20.171 15.9402 20.3156 15.7483 20.4229C15.3974 20.6182 14.8366 20.6137 14.4948 20.411C14.3133 20.3037 14.2309 20.1621 14.2459 20.0234V20.0339C14.2309 20.1725 14.3133 20.3141 14.4948 20.4214C14.8366 20.6242 15.3989 20.6301 15.7498 20.4334C15.9417 20.326 16.0317 20.1814 16.0167 20.0383Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.6324C15.4246 19.4297 14.8638 19.4237 14.5129 19.6205C14.1621 19.8158 14.1546 20.1392 14.4949 20.342C14.8368 20.5447 15.3976 20.5506 15.7484 20.3539C16.0993 20.1586 16.1068 19.8351 15.7664 19.6324ZM15.4396 20.1765C15.2641 20.2749 14.9837 20.2719 14.8128 20.1705C14.6419 20.0692 14.6464 19.9082 14.8218 19.8098C14.9972 19.7114 15.2776 19.7144 15.4486 19.8158C15.6195 19.9171 15.615 20.0781 15.4396 20.1765Z' fill='url(%23paint27_linear_1090_10964)'/%3E%3Cpath d='M16.0167 19.968V19.9576C16.0302 20.1007 15.9402 20.2453 15.7483 20.3526C15.3974 20.5479 14.8366 20.5434 14.4948 20.3407C14.3133 20.2334 14.2309 20.0918 14.2459 19.9531V19.9636C14.2309 20.1022 14.3133 20.2438 14.4948 20.3511C14.8366 20.5539 15.3989 20.5598 15.7498 20.3631C15.9417 20.2557 16.0317 20.1111 16.0167 19.968Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.4559 19.7403C15.2804 19.636 14.9925 19.633 14.8126 19.7344C14.6327 19.8342 14.6282 20.0012 14.8036 20.1055C14.985 20.2099 15.2684 20.2114 15.4469 20.1115C15.6268 20.0116 15.6313 19.8447 15.4559 19.7403Z' fill='%23ECEAE6'/%3E%3Cpath d='M15.4094 19.7989C15.2595 19.7094 15.0136 19.708 14.8591 19.7929C14.7047 19.8794 14.7017 20.021 14.8516 20.1104C15.0151 20.1999 15.2385 20.2014 15.4019 20.1164C15.5564 20.0299 15.5594 19.8883 15.4094 19.7989Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.566C15.4246 19.3633 14.8638 19.3573 14.5129 19.5541C14.1621 19.7494 14.1546 20.0728 14.4949 20.2755C14.8368 20.4783 15.3976 20.4842 15.7484 20.2875C16.0993 20.0922 16.1068 19.7687 15.7664 19.566ZM15.4396 20.1101C15.2641 20.2085 14.9837 20.2055 14.8128 20.1041C14.6419 20.0028 14.6464 19.8418 14.8218 19.7434C14.9972 19.645 15.2776 19.648 15.4486 19.7494C15.6195 19.8507 15.615 20.0117 15.4396 20.1101Z' fill='%23F6F4EF'/%3E%3Cpath d='M15.3795 20.1165C15.237 20.1955 15.0106 20.194 14.8727 20.112C14.7347 20.0301 14.7377 19.8989 14.8802 19.8199C15.0226 19.7409 15.249 19.7424 15.387 19.8243C15.5249 19.9063 15.5219 20.0375 15.3795 20.1165Z' fill='%23F6F4EF'/%3E%3Cpath d='M16.0167 19.9016V19.8912C16.0302 20.0343 15.9402 20.1789 15.7483 20.2862C15.3974 20.4815 14.8366 20.477 14.4948 20.2743C14.3133 20.167 14.2309 20.0253 14.2459 19.8867V19.8972C14.2309 20.0358 14.3133 20.1774 14.4948 20.2847C14.8366 20.4874 15.3989 20.4934 15.7498 20.2966C15.9417 20.1893 16.0317 20.0447 16.0167 19.9016Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.6441C14.1292 20.4414 13.5684 20.4354 13.2175 20.6322C12.8667 20.8275 12.8592 21.1509 13.1995 21.3537C13.5399 21.5564 14.1022 21.5624 14.453 21.3656C14.8039 21.1703 14.8114 20.8469 14.471 20.6441ZM14.1441 21.1882C13.9687 21.2866 13.6883 21.2836 13.5174 21.1823C13.3465 21.0809 13.351 20.9199 13.5264 20.8215C13.7018 20.7231 13.9822 20.7261 14.1531 20.8275C14.3241 20.9288 14.3196 21.0898 14.1441 21.1882Z' fill='url(%23paint28_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.9837V20.9732C14.7348 21.1163 14.6448 21.2609 14.4529 21.3682C14.102 21.5635 13.5412 21.559 13.1994 21.3563C13.0179 21.249 12.9355 21.1074 12.9505 20.9688V20.9792C12.9355 21.1178 13.0179 21.2594 13.1994 21.3668C13.5412 21.5695 14.1035 21.5754 14.4544 21.3787C14.6463 21.2714 14.7363 21.1268 14.7213 20.9837Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.5777C14.1292 20.375 13.5684 20.369 13.2175 20.5658C12.8667 20.7611 12.8592 21.0845 13.1995 21.2873C13.5399 21.49 14.1022 21.496 14.453 21.2992C14.8039 21.1039 14.8114 20.7804 14.471 20.5777ZM14.1441 21.1218C13.9687 21.2202 13.6883 21.2172 13.5174 21.1158C13.3465 21.0145 13.351 20.8535 13.5264 20.7551C13.7018 20.6567 13.9822 20.6597 14.1531 20.7611C14.3241 20.8624 14.3196 21.0234 14.1441 21.1218Z' fill='url(%23paint29_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.9133V20.9029C14.7348 21.046 14.6448 21.1906 14.4529 21.2979C14.102 21.4932 13.5412 21.4887 13.1994 21.286C13.0179 21.1787 12.9355 21.0371 12.9505 20.8984V20.9089C12.9355 21.0475 13.0179 21.1891 13.1994 21.2964C13.5412 21.4992 14.1035 21.5051 14.4544 21.3084C14.6463 21.201 14.7363 21.0564 14.7213 20.9133Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.5113C14.1292 20.3086 13.5684 20.3026 13.2175 20.4994C12.8667 20.6947 12.8592 21.0181 13.1995 21.2209C13.5399 21.4236 14.1022 21.4296 14.453 21.2328C14.8039 21.0375 14.8114 20.714 14.471 20.5113ZM14.1441 21.0569C13.9687 21.1553 13.6883 21.1523 13.5174 21.0509C13.3465 20.9496 13.351 20.7886 13.5264 20.6902C13.7018 20.5918 13.9822 20.5948 14.1531 20.6962C14.3241 20.7975 14.3196 20.9585 14.1441 21.0569Z' fill='url(%23paint30_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.8508V20.8404C14.7348 20.9835 14.6448 21.1281 14.4529 21.2354C14.102 21.4307 13.5412 21.4262 13.1994 21.2235C13.0179 21.1162 12.9355 20.9746 12.9505 20.8359V20.8464C12.9355 20.985 13.0179 21.1266 13.1994 21.2339C13.5412 21.4367 14.1035 21.4426 14.4544 21.2459C14.6463 21.1385 14.7363 20.9939 14.7213 20.8508Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.441C14.1292 20.2383 13.5684 20.2323 13.2175 20.4291C12.8667 20.6244 12.8592 20.9478 13.1995 21.1505C13.5414 21.3533 14.1022 21.3592 14.453 21.1625C14.8039 20.9672 14.8114 20.6437 14.471 20.441ZM14.1441 20.9866C13.9687 21.085 13.6883 21.082 13.5174 20.9806C13.3465 20.8793 13.351 20.7183 13.5264 20.6199C13.7018 20.5215 13.9822 20.5245 14.1531 20.6258C14.3241 20.7272 14.3196 20.8882 14.1441 20.9866Z' fill='url(%23paint31_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.7805V20.7701C14.7348 20.9132 14.6448 21.0578 14.4529 21.1651C14.102 21.3604 13.5412 21.3559 13.1994 21.1532C13.0179 21.0459 12.9355 20.9043 12.9505 20.7656V20.7761C12.9355 20.9147 13.0179 21.0563 13.1994 21.1636C13.5412 21.3664 14.1035 21.3723 14.4544 21.1756C14.6463 21.0682 14.7363 20.9236 14.7213 20.7805Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.3746C14.1292 20.1719 13.5684 20.1659 13.2175 20.3627C12.8667 20.5579 12.8592 20.8814 13.1995 21.0841C13.5399 21.2869 14.1022 21.2928 14.453 21.0961C14.8039 20.9008 14.8114 20.5773 14.471 20.3746ZM14.1441 20.9187C13.9687 21.0171 13.6883 21.0141 13.5174 20.9127C13.3465 20.8114 13.351 20.6504 13.5264 20.552C13.7018 20.4536 13.9822 20.4566 14.1531 20.5579C14.3241 20.6593 14.3196 20.8203 14.1441 20.9187Z' fill='url(%23paint32_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.7141V20.7037C14.7348 20.8468 14.6448 20.9914 14.4529 21.0987C14.102 21.294 13.5412 21.2895 13.1994 21.0868C13.0179 20.9795 12.9355 20.8378 12.9505 20.6992V20.7097C12.9355 20.8483 13.0179 20.9899 13.1994 21.0972C13.5412 21.2999 14.1035 21.3059 14.4544 21.1091C14.6463 21.0018 14.7363 20.8572 14.7213 20.7141Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.1622 20.4825C13.9867 20.3782 13.6988 20.3752 13.5189 20.4765C13.339 20.5764 13.3345 20.7434 13.5099 20.8477C13.6913 20.9521 13.9747 20.9535 14.1532 20.8537C14.3331 20.7538 14.3376 20.5868 14.1622 20.484V20.4825Z' fill='%23ECEAE6'/%3E%3Cpath d='M14.114 20.545C13.9641 20.4555 13.7182 20.454 13.5637 20.539C13.4093 20.6255 13.4063 20.7671 13.5562 20.8565C13.7197 20.946 13.9431 20.9474 14.1065 20.8625C14.2609 20.776 14.2639 20.6344 14.114 20.545Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.3082C14.1292 20.1055 13.5684 20.0995 13.2175 20.2963C12.8667 20.4915 12.8592 20.815 13.1995 21.0177C13.5399 21.2205 14.1022 21.2264 14.453 21.0297C14.8039 20.8344 14.8114 20.5109 14.471 20.3082ZM14.1441 20.8523C13.9687 20.9507 13.6883 20.9477 13.5174 20.8463C13.3465 20.7449 13.351 20.584 13.5264 20.4856C13.7018 20.3872 13.9822 20.3902 14.1531 20.4915C14.3241 20.5929 14.3196 20.7539 14.1441 20.8523Z' fill='%23F6F4EF'/%3E%3Cpath d='M14.0855 20.8626C13.9431 20.9416 13.7167 20.9401 13.5787 20.8581C13.4408 20.7761 13.4438 20.645 13.5862 20.566C13.7287 20.487 13.9551 20.4885 14.093 20.5704C14.231 20.6524 14.228 20.7836 14.0855 20.8626Z' fill='%23F6F4EF'/%3E%3Cpath d='M14.7213 20.6477V20.6373C14.7348 20.7804 14.6448 20.925 14.4529 21.0323C14.102 21.2276 13.5412 21.2231 13.1994 21.0204C13.0179 20.9131 12.9355 20.7714 12.9505 20.6328V20.6432C12.9355 20.7819 13.0179 20.9235 13.1994 21.0308C13.5412 21.2335 14.1035 21.2395 14.4544 21.0427C14.6463 20.9354 14.7363 20.7908 14.7213 20.6477Z' fill='%23E4E2DD'/%3E%3Cpath opacity='0.7' d='M17.624 17.2816L15.8487 18.3012L13.2188 20.2957C12.9159 20.4656 12.9429 20.7235 12.9519 20.6311V20.9784C12.9519 20.9784 12.9519 20.9709 12.9519 20.9665C12.9339 21.1364 13.0493 21.275 13.2008 21.3645C13.2592 21.3987 13.3267 21.4271 13.3972 21.4494V21.1036L14.6057 20.4104C14.6657 20.4581 14.6912 20.5491 14.6912 20.5491V20.3613L15.9012 19.6666L15.8187 19.598V19.2746L17.5176 18.2997L17.597 18.3474V18.2535L19.2944 17.2786C18.828 17.0222 18.0903 17.0207 17.6255 17.2801L17.624 17.2816Z' fill='%23C0BFBC'/%3E%3Cpath d='M9.46582 17.3172L13.4617 19.6113L20.9153 15.3317L16.9194 13.0391L9.46582 17.3172Z' fill='%23FDF5F1'/%3E%3Cpath d='M20.9152 15.5288L13.4617 19.8069V19.6117L20.9152 15.332V15.5288Z' fill='%23E1DAD6'/%3E%3Cpath d='M17.4726 13.3555L13.5232 15.3186V17.9839L18.1189 15.347H20.8913L20.9153 15.3321L17.4726 13.3555Z' fill='%23C6C1BD'/%3E%3Cpath d='M19.3245 15.0165C18.8612 14.7407 18.0995 14.7332 17.6227 15.0001C17.1459 15.2654 17.1354 15.7051 17.5987 15.9794C18.062 16.2552 18.8237 16.2626 19.3006 15.9958C19.7774 15.7305 19.7879 15.2907 19.3245 15.0165ZM19.0696 15.881C18.7248 16.0733 18.173 16.0674 17.8386 15.8691C17.5028 15.6694 17.5118 15.3519 17.8566 15.1596C18.2015 14.9673 18.7533 14.9732 19.0876 15.1715C19.4235 15.3712 19.4145 15.6887 19.0696 15.881Z' fill='url(%23paint33_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.474V15.4591C19.6828 15.6529 19.5614 15.8496 19.3005 15.9942C18.8237 16.2596 18.062 16.2521 17.5987 15.9778C17.3528 15.8317 17.2403 15.6409 17.2598 15.4531V15.468C17.2388 15.6559 17.3513 15.8481 17.5972 15.9942C18.0605 16.27 18.8237 16.2774 19.3005 16.0106C19.5614 15.8645 19.6828 15.6678 19.6633 15.474H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.9305C18.8612 14.6548 18.0995 14.6473 17.6227 14.9141C17.1459 15.1795 17.1354 15.6192 17.5987 15.8935C18.062 16.1692 18.8237 16.1767 19.3006 15.9099C19.7774 15.6445 19.7879 15.2048 19.3245 14.9305ZM19.0696 15.7951C18.7248 15.9874 18.173 15.9814 17.8386 15.7832C17.5028 15.5834 17.5118 15.2659 17.8566 15.0736C18.2015 14.8813 18.7533 14.8873 19.0876 15.0855C19.4235 15.2853 19.4145 15.6028 19.0696 15.7951Z' fill='url(%23paint34_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.3881V15.3732C19.6828 15.5669 19.5614 15.7637 19.3005 15.9083C18.8237 16.1736 18.062 16.1662 17.5987 15.8919C17.3528 15.7458 17.2403 15.555 17.2598 15.3672V15.3821C17.2388 15.5699 17.3513 15.7622 17.5972 15.9083C18.0605 16.1841 18.8237 16.1915 19.3005 15.9247C19.5614 15.7786 19.6828 15.5818 19.6633 15.3881H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.8446C18.8612 14.5688 18.0995 14.5614 17.6227 14.8282C17.1459 15.0935 17.1354 15.5333 17.5987 15.8075C18.062 16.0833 18.8237 16.0908 19.3006 15.8239C19.7774 15.5586 19.7879 15.1189 19.3245 14.8446ZM19.0696 15.7077C18.7248 15.9 18.173 15.894 17.8386 15.6957C17.5028 15.496 17.5118 15.1785 17.8566 14.9862C18.2015 14.7939 18.7533 14.7999 19.0876 14.9981C19.4235 15.1979 19.4145 15.5154 19.0696 15.7077Z' fill='url(%23paint35_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.3021V15.2872C19.6828 15.481 19.5614 15.6778 19.3005 15.8224C18.8237 16.0877 18.062 16.0802 17.5987 15.806C17.3528 15.6599 17.2403 15.4691 17.2598 15.2812V15.2962C17.2388 15.484 17.3513 15.6763 17.5972 15.8224C18.0605 16.0981 18.8237 16.1056 19.3005 15.8387C19.5614 15.6927 19.6828 15.4959 19.6633 15.3021H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.7547C18.8612 14.479 18.0995 14.4715 17.6227 14.7383C17.1459 15.0037 17.1354 15.4434 17.5987 15.7177C18.062 15.9935 18.8237 16.0009 19.3006 15.7341C19.7774 15.4688 19.7879 15.029 19.3245 14.7547ZM19.0696 15.6193C18.7248 15.8116 18.173 15.8056 17.8386 15.6074C17.5028 15.4076 17.5118 15.0901 17.8566 14.8978C18.2015 14.7055 18.7533 14.7115 19.0876 14.9098C19.4235 15.1095 19.4145 15.427 19.0696 15.6193Z' fill='url(%23paint36_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.2123V15.1974C19.6828 15.3912 19.5614 15.5879 19.3005 15.7325C18.8237 15.9978 18.062 15.9904 17.5987 15.7161C17.3528 15.57 17.2403 15.3792 17.2598 15.1914V15.2063C17.2388 15.3941 17.3513 15.5864 17.5972 15.7325C18.0605 16.0083 18.8237 16.0157 19.3005 15.7489C19.5614 15.6028 19.6828 15.4061 19.6633 15.2123H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.6688C18.8612 14.393 18.0995 14.3856 17.6227 14.6524C17.1459 14.9177 17.1354 15.3575 17.5987 15.6318C18.062 15.9075 18.8237 15.915 19.3006 15.6482C19.7774 15.3828 19.7879 14.9431 19.3245 14.6688ZM19.0696 15.5319C18.7248 15.7242 18.173 15.7182 17.8386 15.52C17.5028 15.3202 17.5118 15.0027 17.8566 14.8104C18.2015 14.6181 18.7533 14.6241 19.0876 14.8223C19.4235 15.0221 19.4145 15.3396 19.0696 15.5319Z' fill='url(%23paint37_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.1263V15.1114C19.6828 15.3052 19.5614 15.502 19.3005 15.6466C18.8237 15.9119 18.062 15.9045 17.5987 15.6302C17.3528 15.4841 17.2403 15.2933 17.2598 15.1055V15.1204C17.2388 15.3082 17.3513 15.5005 17.5972 15.6466C18.0605 15.9223 18.8237 15.9298 19.3005 15.663C19.5614 15.5169 19.6828 15.3201 19.6633 15.1263H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.5829C18.8612 14.3071 18.0995 14.2996 17.6227 14.5665C17.1459 14.8318 17.1354 15.2715 17.5987 15.5458C18.062 15.8216 18.8237 15.829 19.3006 15.5622C19.7774 15.2969 19.7879 14.8571 19.3245 14.5829ZM19.0696 15.4474C18.7248 15.6397 18.173 15.6338 17.8386 15.4355C17.5028 15.2358 17.5118 14.9183 17.8566 14.726C18.2015 14.5337 18.7533 14.5396 19.0876 14.7379C19.4235 14.9376 19.4145 15.2551 19.0696 15.4474Z' fill='url(%23paint38_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.0404V15.0255C19.6828 15.2193 19.5614 15.416 19.3005 15.5606C18.8237 15.826 18.062 15.8185 17.5987 15.5442C17.3528 15.3982 17.2403 15.2074 17.2598 15.0195V15.0344C17.2388 15.2223 17.3513 15.4146 17.5972 15.5606C18.0605 15.8364 18.8237 15.8439 19.3005 15.577C19.5614 15.4309 19.6828 15.2342 19.6633 15.0404H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.493C18.8612 14.2173 18.0995 14.2098 17.6227 14.4766C17.1459 14.742 17.1354 15.1817 17.5987 15.456C18.062 15.7317 18.8237 15.7392 19.3006 15.4724C19.7774 15.207 19.7879 14.7673 19.3245 14.493ZM19.0696 15.3576C18.7248 15.5499 18.173 15.5439 17.8386 15.3457C17.5028 15.1459 17.5118 14.8284 17.8566 14.6361C18.2015 14.4438 18.7533 14.4498 19.0876 14.648C19.4235 14.8478 19.4145 15.1653 19.0696 15.3576Z' fill='url(%23paint39_linear_1090_10964)'/%3E%3Cpath d='M19.6648 14.9506V14.9357C19.6828 15.1294 19.5614 15.3262 19.3005 15.4708C18.8237 15.7361 18.062 15.7287 17.5987 15.4544C17.3528 15.3083 17.2403 15.1175 17.2598 14.9297V14.9446C17.2388 15.1324 17.3513 15.3247 17.5972 15.4708C18.0605 15.7466 18.8237 15.754 19.3005 15.4872C19.5614 15.3411 19.6828 15.1443 19.6633 14.9506H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.0861 14.5632C18.7503 14.3635 18.2 14.359 17.8551 14.5513C17.5102 14.7436 17.5027 15.0611 17.8371 15.2608C17.8401 15.2623 17.8446 15.2653 17.8476 15.2668C18.1835 15.4591 18.7278 15.4635 19.0681 15.2727C19.413 15.0805 19.4205 14.7629 19.0861 14.5632Z' fill='%23ECEAE6'/%3E%3Cpath d='M19.0275 14.6346C18.7231 14.4542 18.2238 14.4498 17.912 14.6227C17.6001 14.7971 17.5926 15.0848 17.8955 15.2652C17.8985 15.2666 17.9015 15.2696 17.906 15.2711C18.2268 15.4485 18.6812 15.45 19.0125 15.2771C19.3244 15.1027 19.3319 14.815 19.029 14.6346H19.0275ZM18.984 15.2741C18.6872 15.4396 18.2133 15.4351 17.924 15.2637C17.6361 15.0922 17.6421 14.8194 17.939 14.654C18.2358 14.4885 18.7096 14.493 18.999 14.6644C19.2884 14.8358 19.2809 15.1086 18.984 15.2741Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.4071C18.8612 14.1313 18.0995 14.1239 17.6227 14.3907C17.1459 14.656 17.1354 15.0958 17.5987 15.37C18.062 15.6458 18.8237 15.6533 19.3006 15.3864C19.7774 15.1211 19.7879 14.6814 19.3245 14.4071ZM19.0696 15.2702C18.7248 15.4625 18.173 15.4565 17.8386 15.2582C17.5028 15.0585 17.5118 14.741 17.8566 14.5487C18.2015 14.3564 18.7533 14.3624 19.0876 14.5606C19.4235 14.7604 19.4145 15.0779 19.0696 15.2702Z' fill='%23F6F4EF'/%3E%3Cpath d='M18.9841 15.2764C18.6872 15.4419 18.2134 15.4374 17.924 15.266C17.6361 15.0946 17.6421 14.8218 17.939 14.6563C18.2359 14.4909 18.7097 14.4953 18.9991 14.6668C19.287 14.8382 19.281 15.111 18.9841 15.2764Z' fill='%23F6F4EF'/%3E%3Cpath d='M19.6648 14.8646V14.8497C19.6828 15.0435 19.5614 15.2403 19.3005 15.3849C18.8237 15.6502 18.062 15.6427 17.5987 15.3685C17.3528 15.2224 17.2403 15.0316 17.2598 14.8438V14.8587C17.2388 15.0465 17.3513 15.2388 17.5972 15.3849C18.0605 15.6606 18.8237 15.6681 19.3005 15.4012C19.5614 15.2552 19.6828 15.0584 19.6633 14.8646H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 16.0399C17.0858 15.7641 16.3241 15.7567 15.8473 16.0235C15.3705 16.2888 15.36 16.7286 15.8233 17.0028C16.2867 17.2786 17.0484 17.2861 17.5252 17.0192C18.002 16.7539 18.0125 16.3142 17.5492 16.0399ZM17.2943 16.903C16.9494 17.0953 16.3976 17.0893 16.0632 16.8911C15.7274 16.6913 15.7364 16.3738 16.0812 16.1815C16.4261 15.9892 16.9779 15.9952 17.3122 16.1934C17.6466 16.3917 17.6391 16.7107 17.2943 16.903Z' fill='url(%23paint40_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.4974V16.4825C17.9074 16.6763 17.786 16.8731 17.5251 17.0177C17.0483 17.283 16.2866 17.2755 15.8233 17.0013C15.5774 16.8552 15.4649 16.6644 15.4844 16.4766V16.4915C15.4634 16.6793 15.5759 16.8716 15.8218 17.0177C16.2851 17.2934 17.0483 17.3009 17.5251 17.0341C17.786 16.888 17.9075 16.6912 17.888 16.4974H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.9501C17.0858 15.6743 16.3241 15.6668 15.8473 15.9337C15.3705 16.199 15.36 16.6387 15.8233 16.913C16.2867 17.1888 17.0484 17.1962 17.5252 16.9294C18.002 16.6641 18.0125 16.2243 17.5492 15.9501ZM17.2943 16.8146C16.9494 17.0069 16.3976 17.001 16.0632 16.8027C15.7274 16.603 15.7364 16.2854 16.0812 16.0932C16.4261 15.9009 16.9779 15.9068 17.3122 16.1051C17.6466 16.3033 17.6391 16.6223 17.2943 16.8146Z' fill='url(%23paint41_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.4076V16.3927C17.9074 16.5865 17.786 16.7832 17.5251 16.9278C17.0483 17.1932 16.2866 17.1857 15.8233 16.9114C15.5774 16.7653 15.4649 16.5745 15.4844 16.3867V16.4016C15.4634 16.5894 15.5759 16.7817 15.8218 16.9278C16.2851 17.2036 17.0483 17.211 17.5251 16.9442C17.786 16.7981 17.9075 16.6014 17.888 16.4076H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.8641C17.0858 15.5883 16.3241 15.5809 15.8473 15.8477C15.3705 16.1131 15.36 16.5528 15.8233 16.8271C16.2867 17.1028 17.0484 17.1103 17.5252 16.8435C18.002 16.5781 18.0125 16.1384 17.5492 15.8641ZM17.2943 16.7287C16.9494 16.921 16.3976 16.915 16.0632 16.7168C15.7274 16.517 15.7364 16.1995 16.0812 16.0072C16.4261 15.8149 16.9779 15.8209 17.3122 16.0191C17.6466 16.2174 17.6391 16.5364 17.2943 16.7287Z' fill='url(%23paint42_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.3217V16.3067C17.9074 16.5005 17.786 16.6973 17.5251 16.8419C17.0483 17.1072 16.2866 17.0998 15.8233 16.8255C15.5774 16.6794 15.4649 16.4886 15.4844 16.3008V16.3157C15.4634 16.5035 15.5759 16.6958 15.8218 16.8419C16.2851 17.1177 17.0483 17.1251 17.5251 16.8583C17.786 16.7122 17.9075 16.5154 17.888 16.3217H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.7782C17.0858 15.5024 16.3241 15.495 15.8473 15.7618C15.3705 16.0271 15.36 16.4669 15.8233 16.7411C16.2867 17.0169 17.0484 17.0244 17.5252 16.7575C18.002 16.4922 18.0125 16.0525 17.5492 15.7782ZM17.2943 16.6413C16.9494 16.8336 16.3976 16.8276 16.0632 16.6293C15.7274 16.4296 15.7364 16.1121 16.0812 15.9198C16.4261 15.7275 16.9779 15.7335 17.3122 15.9317C17.6466 16.13 17.6391 16.449 17.2943 16.6413Z' fill='url(%23paint43_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.2357V16.2208C17.9074 16.4146 17.786 16.6114 17.5251 16.7559C17.0483 17.0213 16.2866 17.0138 15.8233 16.7395C15.5774 16.5935 15.4649 16.4027 15.4844 16.2148V16.2297C15.4634 16.4176 15.5759 16.6099 15.8218 16.7559C16.2851 17.0317 17.0483 17.0392 17.5251 16.7723C17.786 16.6263 17.9075 16.4295 17.888 16.2357H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.6883C17.0858 15.4126 16.3241 15.4051 15.8473 15.6719C15.3705 15.9373 15.36 16.377 15.8233 16.6513C16.2867 16.9271 17.0484 16.9345 17.5252 16.6677C18.002 16.4023 18.0125 15.9626 17.5492 15.6883ZM17.2943 16.5529C16.9494 16.7452 16.3976 16.7392 16.0632 16.541C15.7274 16.3412 15.7364 16.0237 16.0812 15.8314C16.4261 15.6391 16.9779 15.6451 17.3122 15.8434C17.6466 16.0416 17.6391 16.3606 17.2943 16.5529Z' fill='url(%23paint44_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.1459V16.131C17.9074 16.3247 17.786 16.5215 17.5251 16.6661C17.0483 16.9314 16.2866 16.924 15.8233 16.6497C15.5774 16.5036 15.4649 16.3128 15.4844 16.125V16.1399C15.4634 16.3277 15.5759 16.52 15.8218 16.6661C16.2851 16.9419 17.0483 16.9493 17.5251 16.6825C17.786 16.5364 17.9075 16.3397 17.888 16.1459H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.6024C17.0858 15.3266 16.3241 15.3192 15.8473 15.586C15.3705 15.8513 15.36 16.2911 15.8233 16.5653C16.2867 16.8411 17.0484 16.8486 17.5252 16.5817C18.002 16.3164 18.0125 15.8767 17.5492 15.6024ZM17.2943 16.4655C16.9494 16.6578 16.3976 16.6518 16.0632 16.4536C15.7274 16.2538 15.7364 15.9363 16.0812 15.744C16.4261 15.5517 16.9779 15.5577 17.3122 15.7559C17.6466 15.9542 17.6391 16.2732 17.2943 16.4655Z' fill='url(%23paint45_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.0599V16.045C17.9074 16.2388 17.786 16.4356 17.5251 16.5802C17.0483 16.8455 16.2866 16.838 15.8233 16.5638C15.5774 16.4177 15.4649 16.2269 15.4844 16.0391V16.054C15.4634 16.2418 15.5759 16.4341 15.8218 16.5802C16.2851 16.8559 17.0483 16.8634 17.5251 16.5966C17.786 16.4505 17.9075 16.2537 17.888 16.0599H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.5165C17.0858 15.2407 16.3241 15.2332 15.8473 15.5001C15.3705 15.7654 15.36 16.2051 15.8233 16.4794C16.2867 16.7552 17.0484 16.7626 17.5252 16.4958C18.002 16.2305 18.0125 15.7907 17.5492 15.5165ZM17.2943 16.3795C16.9494 16.5718 16.3976 16.5659 16.0632 16.3676C15.7274 16.1679 15.7364 15.8504 16.0812 15.6581C16.4261 15.4658 16.9779 15.4717 17.3122 15.67C17.6466 15.8682 17.6391 16.1872 17.2943 16.3795Z' fill='url(%23paint46_linear_1090_10964)'/%3E%3Cpath d='M17.8895 15.974V15.9591C17.9074 16.1529 17.786 16.3496 17.5251 16.4942C17.0483 16.7596 16.2866 16.7521 15.8233 16.4778C15.5774 16.3317 15.4649 16.1409 15.4844 15.9531V15.968C15.4634 16.1559 15.5759 16.3481 15.8218 16.4942C16.2851 16.77 17.0483 16.7774 17.5251 16.5106C17.786 16.3645 17.9075 16.1678 17.888 15.974H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.3107 15.5827C16.9749 15.383 16.4246 15.3785 16.0797 15.5708C15.7349 15.7631 15.7274 16.0806 16.0617 16.2803C16.0647 16.2818 16.0692 16.2848 16.0722 16.2863C16.4081 16.4786 16.9524 16.4831 17.2927 16.2923C17.6376 16.1 17.6451 15.7825 17.3107 15.5827Z' fill='%23ECEAE6'/%3E%3Cpath d='M17.2521 15.6541C16.9478 15.4738 16.4484 15.4693 16.1366 15.6422C15.8247 15.8151 15.8172 16.1043 16.1201 16.2847C16.1231 16.2862 16.1261 16.2892 16.1306 16.2906C16.4514 16.468 16.9058 16.4695 17.2371 16.2966C17.549 16.1222 17.5565 15.8345 17.2536 15.6541H17.2521ZM17.2086 16.2936C16.9118 16.4591 16.438 16.4546 16.1486 16.2832C15.8607 16.1118 15.8667 15.839 16.1636 15.6735C16.4604 15.5081 16.9343 15.5125 17.2236 15.684C17.5115 15.8554 17.5055 16.1282 17.2086 16.2936Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.4266C17.0858 15.1508 16.3241 15.1434 15.8473 15.4102C15.3705 15.6756 15.36 16.1153 15.8233 16.3896C16.2867 16.6653 17.0484 16.6728 17.5252 16.406C18.002 16.1406 18.0125 15.7009 17.5492 15.4266ZM17.2943 16.2912C16.9494 16.4835 16.3976 16.4775 16.0632 16.2793C15.7274 16.0795 15.7364 15.762 16.0812 15.5697C16.4261 15.3774 16.9779 15.3834 17.3122 15.5816C17.6466 15.7799 17.6391 16.0989 17.2943 16.2912Z' fill='%23F6F4EF'/%3E%3Cpath d='M17.2087 16.296C16.9118 16.4614 16.438 16.457 16.1486 16.2855C15.8607 16.1141 15.8667 15.8413 16.1636 15.6759C16.4605 15.5104 16.9343 15.5149 17.2237 15.6863C17.5116 15.8577 17.5056 16.1305 17.2087 16.296Z' fill='%23F6F4EF'/%3E%3Cpath d='M17.8895 15.8842V15.8692C17.9074 16.063 17.786 16.2598 17.5251 16.4044C17.0483 16.6697 16.2866 16.6623 15.8233 16.388C15.5774 16.2419 15.4649 16.0511 15.4844 15.8633V15.8782C15.4634 16.066 15.5759 16.2583 15.8218 16.4044C16.2851 16.6802 17.0483 16.6876 17.5251 16.4208C17.786 16.2747 17.9075 16.0779 17.888 15.8842H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 17.0074C15.4246 16.8047 14.8638 16.7987 14.5129 16.9955C14.1621 17.1908 14.1546 17.5142 14.4949 17.717C14.8368 17.9197 15.3976 17.9256 15.7484 17.7289C16.0993 17.5336 16.1068 17.2101 15.7664 17.0074ZM15.4396 17.5515C15.2641 17.6499 14.9837 17.6469 14.8128 17.5455C14.6419 17.4442 14.6464 17.2832 14.8218 17.1848C14.9972 17.0864 15.2776 17.0894 15.4486 17.1908C15.6195 17.2921 15.615 17.4531 15.4396 17.5515Z' fill='url(%23paint47_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.343V17.3326C16.0302 17.4757 15.9402 17.6203 15.7483 17.7276C15.3974 17.9229 14.8366 17.9184 14.4948 17.7157C14.3133 17.6084 14.2309 17.4668 14.2459 17.3281V17.3386C14.2309 17.4772 14.3133 17.6188 14.4948 17.7261C14.8366 17.9289 15.3989 17.9348 15.7498 17.7381C15.9417 17.6307 16.0317 17.4861 16.0167 17.343Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.941C15.4246 16.7383 14.8638 16.7323 14.5129 16.9291C14.1621 17.1244 14.1546 17.4478 14.4949 17.6505C14.8368 17.8533 15.3976 17.8592 15.7484 17.6625C16.0993 17.4672 16.1068 17.1437 15.7664 16.941ZM15.4396 17.4866C15.2641 17.585 14.9837 17.582 14.8128 17.4806C14.6419 17.3793 14.6464 17.2183 14.8218 17.1199C14.9972 17.0215 15.2776 17.0245 15.4486 17.1258C15.6195 17.2272 15.615 17.3882 15.4396 17.4866Z' fill='url(%23paint48_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.2805V17.2701C16.0302 17.4132 15.9402 17.5578 15.7483 17.6651C15.3974 17.8604 14.8366 17.8559 14.4948 17.6532C14.3133 17.5459 14.2309 17.4043 14.2459 17.2656V17.2761C14.2309 17.4147 14.3133 17.5563 14.4948 17.6636C14.8366 17.8664 15.3989 17.8723 15.7498 17.6756C15.9417 17.5682 16.0317 17.4236 16.0167 17.2805Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.8746C15.4246 16.6719 14.8638 16.6659 14.5129 16.8627C14.1621 17.0579 14.1546 17.3814 14.4949 17.5841C14.8368 17.7869 15.3976 17.7928 15.7484 17.5961C16.0993 17.4008 16.1068 17.0773 15.7664 16.8746ZM15.4396 17.4187C15.2641 17.5171 14.9837 17.5141 14.8128 17.4127C14.6419 17.3114 14.6464 17.1504 14.8218 17.052C14.9972 16.9536 15.2776 16.9566 15.4486 17.0579C15.6195 17.1593 15.615 17.3203 15.4396 17.4187Z' fill='url(%23paint49_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.2141V17.2037C16.0302 17.3468 15.9402 17.4914 15.7483 17.5987C15.3974 17.794 14.8366 17.7895 14.4948 17.5868C14.3133 17.4795 14.2309 17.3378 14.2459 17.1992V17.2097C14.2309 17.3483 14.3133 17.4899 14.4948 17.5972C14.8366 17.7999 15.3989 17.8059 15.7498 17.6091C15.9417 17.5018 16.0317 17.3572 16.0167 17.2141Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.8043C15.4246 16.6016 14.8638 16.5956 14.5129 16.7924C14.1621 16.9876 14.1546 17.3111 14.4949 17.5138C14.8368 17.7166 15.3976 17.7225 15.7484 17.5258C16.0993 17.3305 16.1068 17.007 15.7664 16.8043ZM15.4396 17.3484C15.2641 17.4468 14.9837 17.4438 14.8128 17.3424C14.6419 17.241 14.6464 17.0801 14.8218 16.9817C14.9972 16.8833 15.2776 16.8863 15.4486 16.9876C15.6195 17.089 15.615 17.25 15.4396 17.3484Z' fill='url(%23paint50_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.1438V17.1334C16.0302 17.2765 15.9402 17.4211 15.7483 17.5284C15.3974 17.7237 14.8366 17.7192 14.4948 17.5165C14.3133 17.4091 14.2309 17.2675 14.2459 17.1289V17.1393C14.2309 17.278 14.3133 17.4196 14.4948 17.5269C14.8366 17.7296 15.3989 17.7356 15.7498 17.5388C15.9417 17.4315 16.0317 17.2869 16.0167 17.1438Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.7379C15.4246 16.5352 14.8638 16.5292 14.5129 16.726C14.1621 16.9212 14.1546 17.2447 14.4949 17.4474C14.8368 17.6502 15.3976 17.6561 15.7484 17.4593C16.0993 17.2641 16.1068 16.9406 15.7664 16.7379ZM15.4396 17.282C15.2641 17.3803 14.9837 17.3774 14.8128 17.276C14.6419 17.1746 14.6464 17.0136 14.8218 16.9153C14.9972 16.8169 15.2776 16.8199 15.4486 16.9212C15.6195 17.0226 15.615 17.1836 15.4396 17.282Z' fill='url(%23paint51_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.0774V17.067C16.0302 17.2101 15.9402 17.3547 15.7483 17.462C15.3974 17.6573 14.8366 17.6528 14.4948 17.4501C14.3133 17.3427 14.2309 17.2011 14.2459 17.0625V17.0729C14.2309 17.2116 14.3133 17.3532 14.4948 17.4605C14.8366 17.6632 15.3989 17.6692 15.7498 17.4724C15.9417 17.3651 16.0317 17.2205 16.0167 17.0774Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.4559 16.8458C15.2804 16.7414 14.9925 16.7385 14.8126 16.8398C14.6327 16.9397 14.6282 17.1066 14.8036 17.2095C14.985 17.3138 15.2684 17.3153 15.4469 17.2155C15.6268 17.1156 15.6313 16.9486 15.4559 16.8443V16.8458Z' fill='%23ECEAE6'/%3E%3Cpath d='M15.4094 16.9083C15.2595 16.8188 15.0136 16.8173 14.8591 16.9023C14.7047 16.9888 14.7017 17.1304 14.8516 17.2198C15.0151 17.3092 15.2385 17.3107 15.4019 17.2258C15.5564 17.1393 15.5594 16.9977 15.4094 16.9083Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.6715C15.4246 16.4687 14.8638 16.4628 14.5129 16.6595C14.1621 16.8548 14.1546 17.1783 14.4949 17.381C14.8368 17.5837 15.3976 17.5897 15.7484 17.3929C16.0993 17.1977 16.1068 16.8742 15.7664 16.6715ZM15.4396 17.2156C15.2641 17.3139 14.9837 17.311 14.8128 17.2096C14.6419 17.1082 14.6464 16.9472 14.8218 16.8489C14.9972 16.7505 15.2776 16.7535 15.4486 16.8548C15.6195 16.9562 15.615 17.1172 15.4396 17.2156Z' fill='%23F6F4EF'/%3E%3Cpath d='M15.3795 17.222C15.237 17.301 15.0106 17.2995 14.8727 17.2175C14.7347 17.1355 14.7377 17.0043 14.8802 16.9253C15.0226 16.8463 15.249 16.8478 15.387 16.9298C15.5249 17.0118 15.5219 17.143 15.3795 17.222Z' fill='%23F6F4EF'/%3E%3Cpath d='M16.0167 17.011V17.0006C16.0302 17.1437 15.9402 17.2883 15.7483 17.3956C15.3974 17.5909 14.8366 17.5864 14.4948 17.3837C14.3133 17.2763 14.2309 17.1347 14.2459 16.9961V17.0065C14.2309 17.1452 14.3133 17.2868 14.4948 17.3941C14.8366 17.5968 15.3989 17.6028 15.7498 17.406C15.9417 17.2987 16.0317 17.1541 16.0167 17.011Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.7496C14.1292 17.5469 13.5684 17.5409 13.2175 17.7377C12.8667 17.9329 12.8592 18.2564 13.1995 18.4591C13.5399 18.6619 14.1022 18.6678 14.453 18.4711C14.8039 18.2758 14.8114 17.9523 14.471 17.7496ZM14.1441 18.2937C13.9687 18.3921 13.6883 18.3891 13.5174 18.2877C13.3465 18.1864 13.351 18.0254 13.5264 17.927C13.7018 17.8286 13.9822 17.8316 14.1531 17.9329C14.3241 18.0343 14.3196 18.1953 14.1441 18.2937Z' fill='url(%23paint52_linear_1090_10964)'/%3E%3Cpath d='M14.7213 18.0891V18.0787C14.7348 18.2218 14.6448 18.3664 14.4529 18.4737C14.102 18.669 13.5412 18.6645 13.1994 18.4618C13.0179 18.3545 12.9355 18.2128 12.9505 18.0742V18.0847C12.9355 18.2233 13.0179 18.3649 13.1994 18.4722C13.5412 18.6749 14.1035 18.6809 14.4544 18.4841C14.6463 18.3768 14.7363 18.2322 14.7213 18.0891Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.6832C14.1292 17.4805 13.5684 17.4745 13.2175 17.6713C12.8667 17.8665 12.8592 18.19 13.1995 18.3927C13.5399 18.5955 14.1022 18.6014 14.453 18.4047C14.8039 18.2094 14.8114 17.8859 14.471 17.6832ZM14.1441 18.2273C13.9687 18.3257 13.6883 18.3227 13.5174 18.2213C13.3465 18.1199 13.351 17.959 13.5264 17.8606C13.7018 17.7622 13.9822 17.7652 14.1531 17.8665C14.3241 17.9679 14.3196 18.1289 14.1441 18.2273Z' fill='url(%23paint53_linear_1090_10964)'/%3E%3Cpath d='M14.7213 18.0227V18.0123C14.7348 18.1554 14.6448 18.3 14.4529 18.4073C14.102 18.6026 13.5412 18.5981 13.1994 18.3954C13.0179 18.2881 12.9355 18.1464 12.9505 18.0078V18.0182C12.9355 18.1569 13.0179 18.2985 13.1994 18.4058C13.5412 18.6085 14.1035 18.6145 14.4544 18.4177C14.6463 18.3104 14.7363 18.1658 14.7213 18.0227Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.6168C14.1292 17.4141 13.5684 17.4081 13.2175 17.6049C12.8667 17.8001 12.8592 18.1236 13.1995 18.3263C13.5399 18.5291 14.1022 18.535 14.453 18.3383C14.8039 18.143 14.8114 17.8195 14.471 17.6168ZM14.1441 18.1609C13.9687 18.2593 13.6883 18.2563 13.5174 18.1549C13.3465 18.0535 13.351 17.8926 13.5264 17.7942C13.7018 17.6958 13.9822 17.6988 14.1531 17.8001C14.3241 17.9015 14.3196 18.0625 14.1441 18.1609Z' fill='url(%23paint54_linear_1090_10964)'/%3E%3Cpath d='M14.7213 17.9563V17.9459C14.7348 18.089 14.6448 18.2336 14.4529 18.3409C14.102 18.5362 13.5412 18.5317 13.1994 18.329C13.0179 18.2216 12.9355 18.08 12.9505 17.9414V17.9518C12.9355 18.0905 13.0179 18.2321 13.1994 18.3394C13.5412 18.5421 14.1035 18.5481 14.4544 18.3513C14.6463 18.244 14.7363 18.0994 14.7213 17.9563Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.5465C14.1292 17.3437 13.5684 17.3378 13.2175 17.5345C12.8667 17.7298 12.8592 18.0533 13.1995 18.256C13.5399 18.4587 14.1022 18.4647 14.453 18.2679C14.8039 18.0727 14.8114 17.7492 14.471 17.5465ZM14.1441 18.0906C13.9687 18.1889 13.6883 18.186 13.5174 18.0846C13.3465 17.9832 13.351 17.8222 13.5264 17.7239C13.7018 17.6255 13.9822 17.6285 14.1531 17.7298C14.3241 17.8312 14.3196 17.9922 14.1441 18.0906Z' fill='url(%23paint55_linear_1090_10964)'/%3E%3Cpath d='M14.7213 17.886V17.8756C14.7348 18.0187 14.6448 18.1633 14.4529 18.2706C14.102 18.4659 13.5412 18.4614 13.1994 18.2587C13.0179 18.1513 12.9355 18.0097 12.9505 17.8711V17.8815C12.9355 18.0202 13.0179 18.1618 13.1994 18.2691C13.5412 18.4718 14.1035 18.4778 14.4544 18.281C14.6463 18.1737 14.7363 18.0291 14.7213 17.886Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.4801C14.1292 17.2773 13.5684 17.2714 13.2175 17.4681C12.8667 17.6634 12.8592 17.9869 13.1995 18.1896C13.5399 18.3923 14.1022 18.3983 14.453 18.2015C14.8039 18.0063 14.8114 17.6828 14.471 17.4801ZM14.1441 18.0242C13.9687 18.1225 13.6883 18.1196 13.5174 18.0182C13.3465 17.9168 13.351 17.7558 13.5264 17.6575C13.7018 17.5591 13.9822 17.5621 14.1531 17.6634C14.3241 17.7648 14.3196 17.9258 14.1441 18.0242Z' fill='url(%23paint56_linear_1090_10964)'/%3E%3Cpath d='M14.7213 17.8196V17.8092C14.7348 17.9523 14.6448 18.0969 14.4529 18.2042C14.102 18.3995 13.5412 18.395 13.1994 18.1923C13.0179 18.0849 12.9355 17.9433 12.9505 17.8047V17.8151C12.9355 17.9538 13.0179 18.0954 13.1994 18.2027C13.5412 18.4054 14.1035 18.4114 14.4544 18.2146C14.6463 18.1073 14.7363 17.9627 14.7213 17.8196Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.1622 17.588C13.9867 17.4836 13.6988 17.4806 13.5189 17.582C13.339 17.6819 13.3345 17.8488 13.5099 17.9532C13.6913 18.0575 13.9747 18.059 14.1532 17.9591C14.3331 17.8593 14.3376 17.6923 14.1622 17.5895V17.588Z' fill='%23ECEAE6'/%3E%3Cpath d='M14.114 17.6465C13.9641 17.5571 13.7182 17.5556 13.5637 17.6406C13.4093 17.727 13.4063 17.8686 13.5562 17.9581C13.7197 18.0475 13.9431 18.049 14.1065 17.964C14.2609 17.8776 14.2639 17.736 14.114 17.6465Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.4137C14.1292 17.2109 13.5684 17.205 13.2175 17.4017C12.8667 17.597 12.8592 17.9205 13.1995 18.1232C13.5399 18.3259 14.1022 18.3319 14.453 18.1351C14.8039 17.9399 14.8114 17.6164 14.471 17.4137ZM14.1441 17.9577C13.9687 18.0561 13.6883 18.0531 13.5174 17.9518C13.3465 17.8504 13.351 17.6894 13.5264 17.591C13.7018 17.4927 13.9822 17.4956 14.1531 17.597C14.3241 17.6984 14.3196 17.8594 14.1441 17.9577Z' fill='%23F6F4EF'/%3E%3Cpath d='M14.0855 17.9642C13.9431 18.0432 13.7167 18.0417 13.5787 17.9597C13.4408 17.8777 13.4438 17.7465 13.5862 17.6675C13.7287 17.5885 13.9551 17.59 14.093 17.672C14.231 17.754 14.228 17.8852 14.0855 17.9642Z' fill='%23F6F4EF'/%3E%3Cpath d='M14.7213 17.7532V17.7428C14.7348 17.8859 14.6448 18.0304 14.4529 18.1378C14.102 18.333 13.5412 18.3286 13.1994 18.1258C13.0179 18.0185 12.9355 17.8769 12.9505 17.7383V17.7487C12.9355 17.8873 13.0179 18.029 13.1994 18.1363C13.5412 18.339 14.1035 18.345 14.4544 18.1482C14.6463 18.0409 14.7363 17.8963 14.7213 17.7532Z' fill='%23E4E2DD'/%3E%3Cpath opacity='0.7' d='M17.624 14.3885L15.8487 15.4081L13.2188 17.4026C12.9159 17.5726 12.9429 17.8304 12.9519 17.738V18.0853C12.9519 18.0853 12.9519 18.0779 12.9519 18.0734C12.9339 18.2433 13.0493 18.382 13.2008 18.4714C13.2592 18.5072 13.3267 18.534 13.3972 18.5564V18.2106L14.6057 17.5159C14.6657 17.5636 14.6912 17.6545 14.6912 17.6545V17.4667L15.9012 16.7721L15.8187 16.7035V16.38L17.5176 15.4052L17.597 15.4529V15.359L19.2944 14.3841C18.828 14.1277 18.0903 14.1262 17.6255 14.3856L17.624 14.3885Z' fill='%23C0BFBC'/%3E%3C/g%3E%3Cpath d='M23.9905 10.1943L29 7.31887L25.244 5.16191L20.9887 2.71875L16.8638 5.08589L5.28391 11.7327L-2.72731 16.4014L2.13676 19.1933L5.28401 21L13.2443 16.3656L23.9905 10.1958V10.1943Z' fill='%23FDF5F1'/%3E%3Cpath d='M12.6309 15.0683L6.03955 11.285L16.351 5.36719L22.9423 9.14895L12.6309 15.0683Z' fill='%23EDA55F'/%3E%3Cmask id='mask1_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='6' y='5' width='17' height='11'%3E%3Cpath d='M12.6309 15.0683L6.03955 11.285L16.351 5.36719L22.9423 9.14895L12.6309 15.0683Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_1090_10964)'%3E%3Cg style='mix-blend-mode:luminosity' opacity='0.2'%3E%3Cpath d='M14.2653 9.65561C16.4874 8.57192 16.9822 8.32447 18.9314 7.59704C19.9795 7.205 21.5704 6.6311 22.5615 7.0291C23.1043 7.24674 23.3712 8.31105 23.2347 8.92073C22.9768 10.064 22.2511 11.0911 21.9377 11.3594C19.6916 13.2958 17.0392 12.8769 15.7332 13.4046C15.0645 13.6744 15.2594 13.9993 14.2698 14.7998C12.427 16.2905 9.73857 16.9776 9.37421 16.1354C9.27825 15.9118 9.45668 15.7285 9.54964 15.5019C9.76406 14.9727 9.4027 14.7134 9.58563 14.1514C10.3878 11.6874 11.8272 10.8437 14.2668 9.65561H14.2653Z' fill='url(%23paint57_linear_1090_10964)'/%3E%3Cpath d='M11.1541 15.5664C11.5574 15.79 13.5127 15.1222 14.1604 14.0803C15.4544 11.9949 21.1701 13.1427 21.9978 9.49655C22.0473 9.2819 22.0578 8.42627 21.419 8.10876C20.0141 7.41114 18.0963 8.75421 15.0571 10.0749C14.5742 10.2851 14.0884 10.4789 13.6521 10.695C10.3894 12.3109 10.2949 15.0894 11.1556 15.5664H11.1541Z' fill='%23845610'/%3E%3Cpath d='M12.6279 14.5487C12.8453 14.6575 13.0478 14.6143 13.2097 14.5368C14.0464 14.1402 13.9654 13.3249 15.2789 12.7957C16.9492 12.1219 20.143 12.2397 20.8222 10.3033C21.1116 9.4805 20.4608 8.96473 20.02 8.923C19.5102 8.8753 19.0769 9.02734 18.7065 9.17193C17.492 9.64447 14.2743 10.2467 12.5035 11.7373C11.8527 12.2844 11.2665 13.863 12.6264 14.5472L12.6279 14.5487Z' fill='%23CB9033'/%3E%3Cpath d='M13.7749 11.2055C16.4783 10.0354 19.5326 8.64461 20.1443 9.85203C20.9645 11.4694 16.1739 11.9598 14.2981 13.0569C13.9608 13.2537 13.7689 13.6308 13.445 13.8201C12.1255 14.5923 11.9741 12.9705 12.4044 12.2967C12.6983 11.8376 13.1646 11.4694 13.7749 11.2055Z' fill='%23906116'/%3E%3Cpath d='M15.3044 12.3925C16.5819 11.9572 17.4051 11.7023 18.747 11.2104C19.2389 11.0301 19.5057 10.562 19.3888 10.3459C19.2448 10.0835 18.6826 9.94637 18.2882 10.0507C17.7634 10.1908 17.2611 10.3071 16.7573 10.4905C15.2474 11.042 12.5005 11.5533 12.598 12.8561C12.7119 14.3661 13.9474 12.8531 15.3029 12.391L15.3044 12.3925Z' fill='%23BD852E'/%3E%3Cpath d='M14.3582 11.4598C15.8411 10.8963 17.264 10.3403 18.0722 10.4894C18.2881 10.5296 18.6944 10.7532 18.2461 11.0767C17.7873 11.4076 15.9745 11.9144 14.5696 12.5778C14.2907 12.7089 13.7539 13.1517 13.1871 12.9653C12.9157 12.8759 12.9502 12.5405 13.0912 12.3422C13.1691 12.2319 13.2636 12.1336 13.364 12.0426C13.6504 11.7847 13.9983 11.5969 14.3582 11.4598Z' fill='%23885A13'/%3E%3Cpath d='M13.7241 12.5566C14.0104 12.6177 14.6852 12.2317 15.7483 11.8843C18.3917 11.0183 17.7754 10.2357 14.6072 11.5758C13.5981 12.0021 13.2607 12.4582 13.7256 12.5566H13.7241Z' fill='%23CA9033'/%3E%3Cpath d='M16.5173 11.3862C16.4333 11.5293 14.562 12.1166 14.5155 11.9392C14.4496 11.6947 16.7587 10.9747 16.5173 11.3862Z' fill='%238C5E15'/%3E%3Cpath d='M4.82501 13.3813C4.85349 13.4767 5.00193 13.6064 5.0859 13.6348C6.29292 14.0387 9.1193 15.4593 9.68908 14.1088C10.3848 12.4601 11.4509 11.372 13.2831 10.3017C14.7331 9.45499 15.9611 8.85725 18.5251 7.84063C21.0156 6.85233 22.383 7.20711 23.4776 7.16388C23.6965 7.15493 21.8253 4.53289 21.9692 4.37041C23.0248 3.1779 19.5657 3.43876 16.1875 5.21263C15.4303 5.60914 14.8185 6.06527 14.2083 6.43942C11.3819 8.17602 12.1286 7.60063 10.6322 8.24757C9.55113 8.71414 9.76854 8.61278 8.93038 9.29251C7.8598 10.1601 6.54332 10.3211 4.55811 11.597C4.0783 11.9056 4.77552 13.2248 4.82351 13.3828L4.82501 13.3813Z' fill='url(%23paint58_linear_1090_10964)'/%3E%3Cpath d='M15.6416 5.64961C17.5624 4.4258 20.8026 3.43899 20.8446 4.55101C20.87 5.21882 21.8896 6.72884 21.3064 6.79741C19.1757 7.04784 17.6943 8.19563 13.406 9.76378C11.3908 10.5002 9.65149 13.714 7.15648 13.0656C6.93457 13.0074 6.24934 11.876 6.49075 11.727C7.05902 11.3737 7.73525 11.5764 8.07562 10.9965C9.45207 8.65475 11.8406 8.0734 15.6416 5.6511V5.64961Z' fill='url(%23paint59_linear_1090_10964)'/%3E%3Cpath d='M8.09815 12.2775C8.49849 12.3744 10.902 11.4517 11.6517 10.4663C13.4015 8.1633 20.1369 8.7521 19.6871 4.93457C19.6346 4.49184 17.9837 4.56489 16.6223 5.29977C13.0237 7.24208 13.1556 7.10196 11.6292 7.89498C7.98719 9.7866 7.25098 12.0747 8.09815 12.2775Z' fill='%23845610'/%3E%3Cpath d='M9.92159 11.1457C10.1375 11.189 10.3654 11.1129 10.5543 11.0175C11.5215 10.536 11.5604 9.90849 13.0059 9.24515C14.7932 8.4253 18.0349 7.9632 18.7096 6.42486C18.99 5.78686 18.3677 5.50364 17.9554 5.53793C17.4771 5.57817 17.0648 5.75407 16.7094 5.91655C15.5219 6.45616 12.3476 7.42955 10.2964 8.92318C9.54074 9.47322 8.58562 10.8744 9.92309 11.1457H9.92159Z' fill='%23CB9033'/%3E%3Cpath d='M11.7433 8.43376C14.0914 7.4395 16.0556 6.42288 17.2626 6.2127C17.5355 6.165 18.2747 6.16202 18.2477 6.5943C18.1818 7.61241 14.6507 8.34432 12.1631 9.56962C11.1286 10.0794 10.1644 11.497 9.63065 10.6936C9.47022 10.4521 9.99951 9.53981 10.2094 9.37137C10.5723 9.08219 11.0641 8.72145 11.7418 8.43376H11.7433Z' fill='%23906116'/%3E%3Cpath d='M12.2636 8.44233C12.2756 8.43786 14.4902 7.62099 15.2309 7.34373C16.0166 7.04858 16.8563 7.19169 16.213 7.60459C15.7212 7.91912 13.829 8.56755 12.2786 9.29349C11.9667 9.43957 11.3205 9.87633 10.7657 9.81522C10.5992 9.79733 10.5752 9.71087 10.5678 9.64528C10.5483 9.47982 10.6262 9.51709 10.6847 9.45001C10.9051 9.19362 11.4164 8.78965 12.2651 8.44233H12.2636Z' fill='%23CA9033'/%3E%3Cpath d='M11.298 9.37856C11.5873 9.37409 12.4945 8.95372 13.6385 8.52442C16.4214 7.48097 15.8636 6.98757 12.5335 8.44691C11.4254 8.93286 11.0101 9.38303 11.298 9.37856Z' fill='%238C5E15'/%3E%3Cpath d='M14.0163 8.10102C14.5725 7.99668 13.2456 8.65107 12.199 8.89106C12.1075 8.91193 12.0235 8.87765 12.0745 8.83889C12.1825 8.75541 12.4344 8.61827 12.7897 8.46623C12.9622 8.3917 12.9652 8.29779 14.0163 8.10102Z' fill='%23CA9033'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M13.0267 18.457L7.7998 21.4577L7.8028 25.9132L13.0267 22.9141V18.457Z' fill='%23CAC9C6'/%3E%3Cpath d='M7.88232 21.5068L12.9443 18.6016V22.8678L7.88532 25.7716L7.88232 21.5068Z' fill='%232A1A2F'/%3E%3Cpath d='M12.9443 22.8453L9.24528 20.7227L7.88232 21.5038L7.88532 25.7685L12.9443 22.8647V22.8453Z' fill='%23533B57'/%3E%3Cpath opacity='0.7' d='M10.7312 22.8647H12.9443V22.8453L9.24528 20.7227L7.88232 21.5038L7.88382 24.4985L10.7312 22.8647Z' fill='%232A1A2F'/%3E%3Cmask id='mask2_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='7' y='18' width='6' height='8'%3E%3Cpath d='M7.88232 21.5068L12.9443 18.6016V22.8678L7.88532 25.7716L7.88232 21.5068Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_1090_10964)'%3E%3Cpath d='M12.721 20.4351L9.46278 18.5659C9.45378 18.5614 9.44329 18.5614 9.43579 18.5659L4.30182 21.5129C4.29283 21.5173 4.28833 21.5263 4.28833 21.5367C4.28833 21.5471 4.29283 21.5546 4.30182 21.5606L7.56003 23.4298C7.56003 23.4298 7.56903 23.4328 7.57353 23.4328C7.57803 23.4328 7.58252 23.4328 7.58702 23.4298L12.721 20.4828C12.73 20.4783 12.7345 20.4694 12.7345 20.459C12.7345 20.4485 12.73 20.4411 12.721 20.4351ZM12.4046 20.3159L11.3505 20.9211L11.1376 20.7988L12.1917 20.1936L12.4046 20.3159ZM9.4058 21.4249L9.19288 21.3027L10.5483 20.5246L10.7613 20.6468L9.4058 21.4249ZM10.8167 20.6781L11.0297 20.8003L9.67419 21.5784L9.46128 21.4562L10.8167 20.6781ZM9.13891 21.2714L8.92599 21.1491L10.2815 20.371L10.4944 20.4933L9.13891 21.2714ZM8.87201 21.1178L8.6591 20.9956L10.0146 20.2175L10.2275 20.3397L8.87201 21.1178ZM8.60512 20.9658L8.3922 20.8436L9.74767 20.0654L9.96058 20.1877L8.60512 20.9658ZM8.33822 20.8123L8.12531 20.69L9.48077 19.9119L9.69369 20.0341L8.33822 20.8123ZM8.07133 20.6587L7.85841 20.5365L9.21388 19.7584L9.42679 19.8806L8.07133 20.6587ZM7.80444 20.5052L7.59152 20.3829L8.94698 19.6048L9.1599 19.7271L7.80444 20.5052ZM7.53754 20.3516L7.32463 20.2294L8.68009 19.4513L8.893 19.5735L7.53754 20.3516ZM7.48356 20.3829L6.1281 21.1611L5.91518 21.0388L7.27065 20.2607L7.48356 20.3829ZM7.53754 20.4142L7.75046 20.5365L6.39499 21.3146L6.18208 21.1924L7.53754 20.4142ZM7.80444 20.5678L8.01735 20.69L6.66189 21.4681L6.44897 21.3459L7.80444 20.5678ZM8.07133 20.7213L8.28425 20.8436L6.92878 21.6217L6.71587 21.4994L8.07133 20.7213ZM8.33822 20.8749L8.55114 20.9971L7.19568 21.7752L6.98276 21.653L8.33822 20.8749ZM8.60512 21.0284L8.81803 21.1506L7.46257 21.9287L7.24966 21.8065L8.60512 21.0284ZM8.87201 21.1804L9.08493 21.3027L7.72947 22.0808L7.51655 21.9586L8.87201 21.1804ZM9.13891 21.334L9.35182 21.4562L7.99636 22.2343L7.78344 22.1121L9.13891 21.334ZM9.4058 21.4875L9.61872 21.6097L8.26325 22.3879L8.05034 22.2656L9.4058 21.4875ZM9.6727 21.641L9.88561 21.7633L8.53015 22.5414L8.31723 22.4192L9.6727 21.641ZM9.72817 21.6097L11.0836 20.8316L11.2966 20.9539L9.94109 21.732L9.72817 21.6097ZM12.1377 20.1638L11.0836 20.769L10.8707 20.6468L11.9248 20.0416L12.1377 20.1638ZM11.8708 20.0103L10.8167 20.6155L10.6038 20.4933L11.6579 19.8881L11.8708 20.0103ZM11.6039 19.8568L10.5498 20.462L10.3369 20.3397L11.391 19.7345L11.6039 19.8568ZM11.337 19.7032L10.283 20.3084L10.07 20.1862L11.1241 19.581L11.337 19.7032ZM11.0701 19.5497L10.0161 20.1549L9.80314 20.0326L10.8572 19.4274L11.0701 19.5497ZM10.8032 19.3976L9.74916 20.0028L9.53625 19.8806L10.5903 19.2754L10.8032 19.3976ZM10.5364 19.2441L9.48227 19.8493L9.26935 19.7271L10.3234 19.1219L10.5364 19.2441ZM10.2695 19.0906L9.21538 19.6958L9.00246 19.5735L10.0565 18.9683L10.2695 19.0906ZM10.0026 18.937L8.94848 19.5422L8.73557 19.42L9.78965 18.8148L10.0026 18.937ZM9.45078 18.621L9.73567 18.785L8.68159 19.3902L8.3967 19.2262L9.45078 18.621ZM8.34122 19.2575L8.62611 19.4215L7.27065 20.1996L6.98576 20.0356L8.34122 19.2575ZM6.93028 20.0669L7.21517 20.2309L5.85971 21.009L5.57482 20.845L6.93028 20.0669ZM4.3708 21.5352L5.52084 20.8749L5.80573 21.0388L4.65568 21.6992L4.3708 21.5352ZM4.71116 21.7305L5.86121 21.0701L6.07412 21.1924L4.92408 21.8527L4.71116 21.7305ZM4.97806 21.884L6.1281 21.2237L6.34102 21.3459L5.19097 22.0063L4.97806 21.884ZM5.24495 22.0376L6.39499 21.3772L6.60791 21.4994L5.45787 22.1598L5.24495 22.0376ZM5.51184 22.1911L6.66189 21.5307L6.8748 21.653L5.72476 22.3133L5.51184 22.1911ZM5.77874 22.3446L6.92878 21.6843L7.1417 21.8065L5.99165 22.4669L5.77874 22.3446ZM6.04563 22.4967L7.19568 21.8363L7.40859 21.9586L6.25855 22.6189L6.04563 22.4967ZM6.31253 22.6502L7.46257 21.9899L7.67549 22.1121L6.52544 22.7724L6.31253 22.6502ZM6.57942 22.8038L7.72947 22.1434L7.94238 22.2656L6.79234 22.926L6.57942 22.8038ZM6.84632 22.9573L7.99636 22.2969L8.20928 22.4192L7.05923 23.0795L6.84632 22.9573ZM7.11321 23.1093L8.26325 22.449L8.47617 22.5712L7.32613 23.2316L7.11321 23.1093ZM7.57353 23.3747L7.3801 23.2629L8.53015 22.6025L8.72357 22.7143L7.57353 23.3747ZM8.77905 22.683L8.58563 22.5712L9.94109 21.7931L10.1345 21.9049L8.77905 22.683ZM10.1885 21.8736L9.99507 21.7618L11.3505 20.9837L11.544 21.0955L10.1885 21.8736ZM11.5994 21.0642L11.406 20.9524L12.4601 20.3472L12.6535 20.459L11.5994 21.0642Z' fill='url(%23paint60_linear_1090_10964)'/%3E%3Cpath d='M10.9428 21.2435C10.6654 21.3106 10.2261 21.2957 9.9157 21.1064C9.65181 20.9454 9.60083 20.765 9.57983 20.6875L11.6115 20.7427C11.5216 20.9901 11.2967 21.1571 10.9428 21.2435Z' fill='%23AD6D34'/%3E%3Cpath d='M11.6281 20.6919C11.5981 20.8186 11.4961 20.9393 11.3252 21.0347C10.9158 21.2628 10.2606 21.2568 9.86325 21.0198C9.70282 20.9244 9.60835 20.8067 9.57987 20.6859L9.56787 20.6367L11.64 20.6427L11.6281 20.6919Z' fill='url(%23paint61_linear_1090_10964)'/%3E%3Cpath d='M11.3536 20.1373C10.9502 19.8973 10.289 19.8913 9.87516 20.1224C9.46132 20.3534 9.45082 20.7351 9.85416 20.9736C10.2575 21.2121 10.9187 21.2195 11.3326 20.9885C11.7464 20.7574 11.7569 20.3758 11.3536 20.1373Z' fill='%23E2E1DD'/%3E%3Cpath d='M10.6055 21.1324C10.3506 21.1324 10.0957 21.0773 9.90225 20.9655C9.70732 20.8537 9.59937 20.7031 9.59937 20.5406C9.59937 20.3781 9.70732 20.2276 9.90225 20.1158C10.2906 19.8937 10.9218 19.8937 11.3102 20.1158C11.5051 20.2276 11.6131 20.3781 11.6131 20.5406C11.6131 20.7031 11.5051 20.8537 11.3102 20.9655C11.1168 21.0773 10.8619 21.1324 10.607 21.1324H10.6055Z' fill='%23D88C3E'/%3E%3Cpath d='M11.5245 20.4154C11.4585 20.2425 11.3326 20.1486 11.2291 20.0845C11.1646 20.0442 10.8138 19.8504 10.301 19.9578C10.0776 20.0055 9.94111 20.1053 9.88263 20.1486C9.75968 20.2395 9.7057 20.3632 9.68471 20.4109C9.62174 20.5824 9.7027 20.7672 9.92911 20.9028C10.2905 21.1175 10.8857 21.1235 11.2591 20.9163C11.499 20.7821 11.5875 20.5928 11.523 20.4169L11.5245 20.4154Z' fill='%23C97427'/%3E%3Cpath d='M11.3776 20.3711C11.3776 20.6036 11.0373 20.7929 10.6159 20.7929C10.1946 20.7929 9.85425 20.6036 9.85425 20.3711C9.85425 20.1385 10.1946 19.9492 10.6159 19.9492C11.0373 19.9492 11.3776 20.1385 11.3776 20.3711Z' fill='%23D88C3E'/%3E%3Cpath d='M9.6983 21.0865C9.29496 20.8465 8.63372 20.8406 8.21988 21.0716C7.80605 21.3027 7.79555 21.6843 8.19889 21.9228C8.60223 22.1628 9.26347 22.1687 9.6788 21.9377C10.0926 21.7066 10.1031 21.325 9.6998 21.0865H9.6983Z' fill='%23E2E1DD'/%3E%3Cpath d='M8.95019 22.0816C8.69529 22.0816 8.4404 22.0265 8.24697 21.9147C8.05205 21.8029 7.94409 21.6523 7.94409 21.4899C7.94409 21.3274 8.05205 21.1768 8.24697 21.065C8.63532 20.8429 9.26657 20.8429 9.65491 21.065C9.84984 21.1768 9.95779 21.3274 9.95779 21.4899C9.95779 21.6523 9.84984 21.8029 9.65491 21.9147C9.46149 22.0265 9.20659 22.0816 8.95169 22.0816H8.95019Z' fill='%23D88C3E'/%3E%3Cpath d='M9.86921 21.3646C9.80323 21.1917 9.67728 21.0978 9.57382 21.0337C9.50935 20.9934 9.15849 20.7997 8.64569 20.907C8.42228 20.9547 8.28584 21.0546 8.22736 21.0978C8.10441 21.1887 8.05043 21.3124 8.02944 21.3601C7.96646 21.5316 8.04743 21.7164 8.27384 21.8521C8.6352 22.0667 9.23046 22.0727 9.60381 21.8655C9.84372 21.7313 9.93218 21.542 9.86771 21.3661L9.86921 21.3646Z' fill='%23C97427'/%3E%3Cpath d='M9.72237 21.3203C9.72237 21.5528 9.38201 21.7421 8.96067 21.7421C8.53934 21.7421 8.19897 21.5528 8.19897 21.3203C8.19897 21.0877 8.53934 20.8984 8.96067 20.8984C9.38201 20.8984 9.72237 21.0877 9.72237 21.3203Z' fill='%23D88C3E'/%3E%3C/g%3E%3Cpath d='M13.2382 18.332L8.01123 21.3327V21.6085L13.2382 18.6078V18.332Z' fill='%23E1DAD6'/%3E%3Cpath d='M7.89429 21.1999L13.1227 18.1992L13.2382 18.3304L8.01124 21.3311L7.89429 21.1999Z' fill='%23FDF5F1'/%3E%3Cpath d='M7.85376 21.0296L13.1227 18.0469V18.1989L7.89424 21.1996L7.85376 21.0296Z' fill='%23C6C1BD'/%3E%3Cpath d='M6.536 20.7625L13.1256 16.9336L13.2426 17.0648L6.65146 20.8937L6.536 20.7625Z' fill='%23FDF5F1'/%3E%3Cpath d='M6.53589 20.7632L8.02344 20.0352V20.8125L6.65134 20.8944L6.53589 20.7632Z' fill='%23FDF5F1'/%3E%3Cpath d='M8.01423 20.0671L13.2427 17.0664L13.2397 18.0532L8.01123 21.0524L8.01423 20.0671Z' fill='%23E1DAD6'/%3E%3Cpath d='M8.05033 20.0878L13.2053 17.1289L13.2038 18.0322L8.04883 20.9897L8.05033 20.0878Z' fill='%2338243D'/%3E%3Cpath d='M6.02437 20.8597L13.1257 16.7812V16.9318L6.08135 21.0267L6.02437 20.8597Z' fill='%23C6C1BD'/%3E%3Cpath d='M6.0015 20.5826L13.2442 16.3672L13.2427 16.7846L6 21L6.0015 20.5826Z' fill='%23E1DAD6'/%3E%3Cpath d='M12.8017 17.7459C12.7912 17.7399 12.7777 17.7414 12.7627 17.7488C12.7327 17.7667 12.7087 17.8085 12.7087 17.8428C12.7087 17.8592 12.7147 17.8726 12.7237 17.877L12.7537 17.8949L12.8317 17.7623L12.8017 17.7444V17.7459Z' fill='%23C6C1BD'/%3E%3Cpath d='M13.058 17.654C13.022 17.6331 12.9726 17.6361 12.9186 17.6674C12.8106 17.73 12.7222 17.8805 12.7222 18.0058C12.7222 18.0669 12.7432 18.1101 12.7776 18.131L12.9831 18.2487L13.2635 17.7717L13.058 17.654Z' fill='url(%23paint62_linear_1090_10964)'/%3E%3Cpath d='M12.9277 18.1224C12.9277 18.2461 13.0162 18.2968 13.1242 18.2357C13.2321 18.173 13.3206 18.0225 13.3206 17.8973C13.3206 17.7721 13.2321 17.7229 13.1242 17.784C13.0162 17.8466 12.9277 17.9972 12.9277 18.1224Z' fill='%2338243D'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath d='M13.1241 17.8272C13.0341 17.8779 12.9622 18.0031 12.9622 18.1059C12.9622 18.2088 13.0341 18.2505 13.1241 18.1984C13.2141 18.1462 13.286 18.0225 13.286 17.9196C13.286 17.8168 13.2141 17.775 13.1241 17.8272ZM13.1241 18.1834C13.0416 18.2311 12.9757 18.1924 12.9757 18.0985C12.9757 18.0046 13.0416 17.8898 13.1241 17.8436C13.2066 17.7959 13.2725 17.8346 13.2725 17.9285C13.2725 18.0225 13.2066 18.1372 13.1241 18.1834Z' fill='%23645E57'/%3E%3C/g%3E%3Cpath d='M12.7957 17.5863L12.7388 17.6205V17.4312L12.7957 17.3984V17.5863Z' fill='%2397C372'/%3E%3Cpath d='M8.63496 20.1326C8.62446 20.1266 8.61096 20.1281 8.59597 20.1356C8.56598 20.1535 8.54199 20.1952 8.54199 20.2295C8.54199 20.2459 8.54799 20.2593 8.55699 20.2638L8.58697 20.2816L8.66494 20.149L8.63496 20.1311V20.1326Z' fill='%23C6C1BD'/%3E%3Cpath d='M8.89129 20.0446C8.8553 20.0237 8.80582 20.0267 8.75184 20.058C8.64388 20.1206 8.55542 20.2712 8.55542 20.3964C8.55542 20.4575 8.57641 20.5007 8.6109 20.5216L8.81632 20.6394L9.0967 20.1624L8.89129 20.0446Z' fill='url(%23paint63_linear_1090_10964)'/%3E%3Cpath d='M8.76099 20.513C8.76099 20.6367 8.84945 20.6874 8.95741 20.6263C9.06537 20.5637 9.15383 20.4131 9.15383 20.2879C9.15383 20.1627 9.06537 20.1135 8.95741 20.1746C8.84945 20.2372 8.76099 20.3878 8.76099 20.513Z' fill='%2338243D'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath d='M8.95735 20.2139C8.86738 20.2661 8.79541 20.3898 8.79541 20.4927C8.79541 20.5955 8.86738 20.6372 8.95735 20.5851C9.04731 20.5329 9.11928 20.4092 9.11928 20.3063C9.11928 20.2035 9.04731 20.1617 8.95735 20.2139ZM8.95735 20.5702C8.87488 20.6179 8.8089 20.5791 8.8089 20.4852C8.8089 20.3913 8.87488 20.2765 8.95735 20.2303C9.03981 20.1826 9.10579 20.2214 9.10579 20.3153C9.10579 20.4092 9.03981 20.524 8.95735 20.5702Z' fill='%23645E57'/%3E%3C/g%3E%3Cpath d='M8.62903 19.9769L8.57056 20.0097V19.8219L8.62903 19.7891V19.9769Z' fill='%2397C372'/%3E%3Cpath d='M9.93066 19.638C9.93066 19.6797 9.96065 19.6961 9.99664 19.6752C10.0326 19.6544 10.0626 19.6037 10.0626 19.5619C10.0626 19.5202 10.0326 19.5038 9.99664 19.5247C9.96065 19.5455 9.93066 19.5962 9.93066 19.638Z' fill='%23C6C1BD'/%3E%3Cpath d='M9.9397 19.6203C9.9397 19.6501 9.96069 19.6621 9.98618 19.6471C10.0117 19.6322 10.0327 19.5965 10.0327 19.5681C10.0327 19.5398 10.0117 19.5264 9.98618 19.5413C9.96069 19.5562 9.9397 19.592 9.9397 19.6203Z' fill='%23E1DAD6'/%3E%3Cpath d='M9.93066 19.2786C9.93066 19.3203 9.96065 19.3367 9.99664 19.3159C10.0326 19.295 10.0626 19.2443 10.0626 19.2026C10.0626 19.1608 10.0326 19.1444 9.99664 19.1653C9.96065 19.1862 9.93066 19.2368 9.93066 19.2786Z' fill='%23C6C1BD'/%3E%3Cpath d='M9.9397 19.2609C9.9397 19.2908 9.96069 19.3027 9.98618 19.2878C10.0117 19.2729 10.0327 19.2371 10.0327 19.2088C10.0327 19.1804 10.0117 19.167 9.98618 19.1819C9.96069 19.1968 9.9397 19.2326 9.9397 19.2609Z' fill='%23E1DAD6'/%3E%3Cpath d='M11.4346 18.7747C11.4346 18.8164 11.4646 18.8328 11.5005 18.8119C11.5365 18.7911 11.5665 18.7404 11.5665 18.6987C11.5665 18.6569 11.5365 18.6405 11.5005 18.6614C11.4646 18.6823 11.4346 18.7329 11.4346 18.7747Z' fill='%23C6C1BD'/%3E%3Cpath d='M11.4421 18.757C11.4421 18.7868 11.4631 18.7988 11.4886 18.7839C11.5141 18.769 11.5351 18.7332 11.5351 18.7049C11.5351 18.6765 11.5141 18.6631 11.4886 18.678C11.4631 18.6929 11.4421 18.7287 11.4421 18.757Z' fill='%23E1DAD6'/%3E%3Cpath d='M11.4346 18.4153C11.4346 18.457 11.4646 18.4734 11.5005 18.4526C11.5365 18.4317 11.5665 18.381 11.5665 18.3393C11.5665 18.2975 11.5365 18.2811 11.5005 18.302C11.4646 18.3229 11.4346 18.3736 11.4346 18.4153Z' fill='%23C6C1BD'/%3E%3Cpath d='M11.4421 18.3977C11.4421 18.4275 11.4631 18.4394 11.4886 18.4245C11.5141 18.4096 11.5351 18.3738 11.5351 18.3455C11.5351 18.3172 11.5141 18.3037 11.4886 18.3187C11.4631 18.3336 11.4421 18.3693 11.4421 18.3977Z' fill='%23E1DAD6'/%3E%3Cpath d='M10.259 19.5386L11.2696 18.9587V18.4102L10.259 18.99V19.5386Z' fill='%2397C372'/%3E%3Cpath opacity='0.7' d='M11.2696 18.4102L11.2336 18.4295V18.9378L10.259 19.4968V19.5386L11.2696 18.9587V18.4102Z' fill='%236F8E53'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.6'%3E%3Cpath d='M20.9616 6.35553L20.8102 5.44922H19.9105L19.1204 5.90237H18.9029C18.852 5.90237 18.7545 5.94113 18.687 5.98734C18.6196 6.03355 18.6046 6.07231 18.657 6.07231H18.9239C18.9044 6.08274 18.885 6.09318 18.8685 6.1051C18.801 6.15131 18.786 6.19007 18.8385 6.19007H19.5327L19.8221 6.35702H20.9631L20.9616 6.35553Z' fill='%23C0BFBC'/%3E%3C/g%3E%3Cpath d='M21.7728 4.29688V5.88739L20.9617 6.35545V4.76494L21.7728 4.29688Z' fill='%23C77C3F'/%3E%3Cpath d='M20.9618 4.76494V6.35545L19.9092 5.75174L20.1476 4.29688L20.9618 4.76494Z' fill='%23AC6326'/%3E%3Cpath d='M21.7731 4.29619L20.9619 4.76425L20.1477 4.29619L20.9574 3.82812L21.7731 4.29619Z' fill='%23EDA55F'/%3E%3Cpath d='M20.3154 4.29695L20.9572 3.92578L21.6049 4.29695L20.9617 4.66812L20.3154 4.29695Z' fill='%2338243D'/%3E%3Cpath d='M21.272 4.02211V4.21887L21.1101 4.12645V3.92969L21.272 4.02211Z' fill='%23E1DAD6'/%3E%3Cpath d='M21.1851 3.23469C21.1627 3.22128 21.1282 3.22128 21.1162 3.22426C21.1102 3.22426 21.1072 3.22873 21.1072 3.23619V3.94871L21.2286 4.02026L21.2706 3.30326C21.2706 3.28091 21.2196 3.25407 21.1851 3.23469Z' fill='%232A1A2F'/%3E%3Cpath d='M21.2723 3.73026L21.2828 3.29202C21.2828 3.29202 21.2828 3.28456 21.2798 3.28009C21.2768 3.27413 21.2723 3.26817 21.2663 3.26071C21.2528 3.24581 21.2333 3.2309 21.2123 3.21897C21.1868 3.20407 21.1613 3.19512 21.1493 3.20109L21.1104 3.22345C21.1208 3.21748 21.1463 3.22643 21.1733 3.24133C21.1928 3.25326 21.2138 3.26817 21.2273 3.28307C21.2333 3.28903 21.2378 3.29649 21.2393 3.30245C21.2408 3.30692 21.2423 3.31139 21.2423 3.31438L21.2273 4.01796L21.2663 3.9956L21.2723 3.72877V3.73026Z' fill='url(%23paint64_linear_1090_10964)'/%3E%3Cpath d='M21.1882 3.90608C21.1882 3.918 21.1792 3.92248 21.1672 3.91502C21.1552 3.90757 21.1462 3.89266 21.1462 3.88074C21.1462 3.86881 21.1552 3.86434 21.1672 3.87179C21.1792 3.87925 21.1882 3.89415 21.1882 3.90608ZM21.1672 3.59006C21.1552 3.58261 21.1462 3.58708 21.1462 3.59901C21.1462 3.61093 21.1552 3.62584 21.1672 3.63329C21.1792 3.64074 21.1882 3.63627 21.1882 3.62435C21.1882 3.61242 21.1792 3.59752 21.1672 3.59006ZM21.1672 3.30833C21.1552 3.30088 21.1462 3.30535 21.1462 3.31728C21.1462 3.3292 21.1552 3.34411 21.1672 3.35156C21.1792 3.35901 21.1882 3.35454 21.1882 3.34262C21.1882 3.33069 21.1792 3.31578 21.1672 3.30833Z' fill='%23C6C1BD'/%3E%3Cpath d='M21.0954 4.1723V4.39142L20.8555 4.25428V4.03516L21.0954 4.1723Z' fill='%23E1DAD6'/%3E%3Cpath d='M20.9394 3.25958C20.9139 3.24467 20.8764 3.24467 20.8614 3.24765C20.8554 3.24765 20.8509 3.25361 20.8509 3.26107L20.8479 4.05707L20.9858 4.13607L21.0323 3.3356C21.0323 3.31175 20.9769 3.28045 20.9379 3.25958H20.9394Z' fill='%232A1A2F'/%3E%3Cpath d='M21.0369 3.81391L21.0489 3.32498C21.0489 3.32498 21.0489 3.31604 21.0459 3.31156C21.0429 3.30411 21.0384 3.29815 21.0309 3.29069C21.0159 3.2743 20.9934 3.25641 20.9709 3.24448C20.9424 3.22809 20.9139 3.21765 20.9004 3.22511L20.8569 3.25045C20.8689 3.24299 20.8974 3.25343 20.9274 3.26983C20.9499 3.28324 20.9724 3.29964 20.9874 3.31604C20.9934 3.32349 20.9979 3.33094 21.0009 3.3369C21.0024 3.34138 21.0039 3.34585 21.0039 3.35032L20.9874 4.13589L21.0309 4.11055L21.0369 3.81242V3.81391Z' fill='url(%23paint65_linear_1090_10964)'/%3E%3Cpath d='M20.944 4.01124C20.944 4.02466 20.9335 4.02913 20.92 4.02168C20.9065 4.01422 20.896 3.99783 20.896 3.98441C20.896 3.97099 20.9065 3.96652 20.92 3.97398C20.9335 3.98143 20.944 3.99783 20.944 4.01124ZM20.92 3.65945C20.9065 3.652 20.896 3.65647 20.896 3.66988C20.896 3.6833 20.9065 3.6997 20.92 3.70715C20.9335 3.7146 20.944 3.71013 20.944 3.69672C20.944 3.6833 20.9335 3.6669 20.92 3.65945ZM20.92 3.34343C20.9065 3.33598 20.896 3.34045 20.896 3.35387C20.896 3.36728 20.9065 3.38368 20.92 3.39113C20.9335 3.39859 20.944 3.39412 20.944 3.3807C20.944 3.36728 20.9335 3.35089 20.92 3.34343Z' fill='%23C6C1BD'/%3E%3Cpath d='M17.3797 7.29446C17.0183 7.27806 16.3916 7.40924 16.0497 7.59706C15.5894 7.85196 15.1186 8.44822 15.5714 9.01317C15.9268 9.45738 17.3272 9.9478 18.5282 9.16969C19.242 8.70759 18.9136 8.04127 18.5672 7.70886C18.3153 7.46886 17.7576 7.30937 17.3797 7.29297V7.29446Z' fill='%23FDE6B5'/%3E%3Cpath opacity='0.7' d='M18.5837 9.00488C17.3826 9.783 15.9822 9.29258 15.6268 8.84837C15.4559 8.6352 15.4169 8.41757 15.4589 8.21484C15.3509 8.4608 15.3539 8.74104 15.5744 9.01532C15.9297 9.45953 17.3302 9.94995 18.5312 9.17184C18.7861 9.00637 18.9075 8.81557 18.9435 8.62328C18.879 8.75744 18.7666 8.88861 18.5852 9.00488H18.5837Z' fill='%23EDD2A1'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M17.3184 8.74399C18.0038 8.72436 18.5504 8.39491 18.5391 8.00814C18.5279 7.62137 17.9632 7.32374 17.2779 7.34337C16.5925 7.36299 16.046 7.69245 16.0572 8.07922C16.0684 8.46599 16.6331 8.76362 17.3184 8.74399Z' fill='url(%23paint66_linear_1090_10964)'/%3E%3Cpath d='M8.92447 10.3025C8.43566 10.9405 9.96505 12.379 11.8708 10.9584C12.1347 10.7616 12.4526 10.6513 12.7165 10.4516C13.2607 10.0402 14.6522 9.59745 14.5217 8.61661C14.4153 7.81017 13.5351 7.60595 12.8574 7.8057C12.4001 7.93986 11.9982 8.20519 11.6084 8.47202C11.4375 8.58829 11.2725 8.65238 11.0956 8.74629C10.8917 8.85362 10.7297 9.03101 10.5258 9.14131C9.37429 9.75695 9.3548 9.74502 8.92597 10.3055L8.92447 10.3025Z' fill='%23FDE6B5'/%3E%3Cg style='mix-blend-mode:screen' opacity='0.3'%3E%3Cpath d='M8.99639 10.612C8.9544 10.4152 9.05636 10.3362 9.16732 10.1872C9.48219 9.78468 9.56916 9.76828 10.5918 9.19141C9.7281 9.63115 9.32026 9.78915 8.97689 10.3586C8.65002 10.9519 10.1449 12.1563 11.8153 10.8192C10.4553 11.8224 9.13583 11.2813 8.99639 10.612Z' fill='%23FDE6B5'/%3E%3Cpath d='M13.5665 7.78663C12.6548 7.67036 12.0251 8.3486 11.1599 8.79729C11.9696 8.4127 13.1931 7.33348 14.1017 8.05793C14.3821 8.27556 14.67 8.88523 13.9248 9.49789C13.52 9.82732 12.9277 10.0941 12.6578 10.3118C12.8437 10.1717 13.2096 9.99725 13.5395 9.80496C15.0374 8.9225 14.4376 7.89247 13.5665 7.78663Z' fill='%23FDE6B5'/%3E%3C/g%3E%3Cpath d='M12.4421 8.16383C12.4421 8.25774 12.3762 8.2965 12.2937 8.2488C12.2112 8.2011 12.1453 8.08781 12.1453 7.99241C12.1453 7.89701 12.2112 7.85974 12.2937 7.90744C12.3762 7.95514 12.4421 8.06843 12.4421 8.16383Z' fill='%23FDE6B5'/%3E%3Cpath d='M12.1887 7.89673L12.8485 7.51811C12.8754 7.50171 12.9129 7.50469 12.9549 7.52854C13.0374 7.57624 13.1034 7.68953 13.1034 7.78493C13.1034 7.83114 13.0869 7.86394 13.0614 7.88033L12.4016 8.25896C12.4286 8.24256 12.4436 8.20977 12.4436 8.16356C12.4436 8.06965 12.3776 7.95487 12.2952 7.90717C12.2532 7.88332 12.2157 7.88182 12.1887 7.89673Z' fill='url(%23paint67_linear_1090_10964)'/%3E%3Cpath d='M10.0161 9.66648C10.0161 9.82747 9.90212 9.89306 9.76268 9.81256C9.62323 9.73207 9.50928 9.53679 9.50928 9.37581C9.50928 9.21482 9.62323 9.14923 9.76268 9.22972C9.90212 9.31022 10.0161 9.50549 10.0161 9.66648Z' fill='%23CE9946'/%3E%3Cpath d='M9.5813 9.21269L12.1273 7.75186C12.1738 7.72503 12.2367 7.72801 12.3087 7.76826C12.4482 7.84875 12.5621 8.04402 12.5621 8.20501C12.5621 8.28402 12.5351 8.34066 12.4901 8.36749L9.94415 9.82832C9.98914 9.80149 10.0161 9.74485 10.0161 9.66584C10.0161 9.50485 9.90217 9.30958 9.76273 9.22908C9.69225 9.18884 9.62778 9.18437 9.5813 9.21269Z' fill='url(%23paint68_linear_1090_10964)'/%3E%3Cpath d='M9.21094 10.0193C9.21094 10.1132 9.14497 10.152 9.0625 10.1043C8.98004 10.0566 8.91406 9.94328 8.91406 9.84788C8.91406 9.75247 8.98004 9.71521 9.0625 9.76291C9.14497 9.81061 9.21094 9.9239 9.21094 10.0193Z' fill='%23CE9946'/%3E%3Cpath d='M8.95605 9.7522L9.61579 9.37358C9.64278 9.35718 9.68027 9.36016 9.72225 9.38401C9.80472 9.43171 9.87069 9.545 9.87069 9.6404C9.87069 9.68661 9.8542 9.71941 9.82871 9.7358L9.16897 10.1144C9.19596 10.098 9.21095 10.0652 9.21095 10.019C9.21095 9.92511 9.14498 9.81034 9.06251 9.76263C9.02053 9.73878 8.98304 9.73729 8.95605 9.7522Z' fill='url(%23paint69_linear_1090_10964)'/%3E%3Cg opacity='0.6'%3E%3Cpath d='M23.923 6.73791C23.6996 6.60524 23.4027 6.53667 23.1058 6.53518H22.4281C22.1357 6.53369 21.8433 6.5963 21.6184 6.72151C21.1581 6.9779 21.1476 7.40274 21.5944 7.66807C21.8148 7.79925 22.1057 7.86633 22.3996 7.8708H23.1058C23.3922 7.8708 23.6786 7.80819 23.9005 7.68447C24.3608 7.42808 24.3713 7.00324 23.9245 6.73791H23.923Z' fill='%23C6C1BD'/%3E%3C/g%3E%3Cpath d='M23.9545 6.70395C23.5062 6.43861 22.7715 6.43116 22.3096 6.68755C21.8478 6.94394 21.8388 7.36877 22.2856 7.63411C22.734 7.89944 23.4687 7.9069 23.9305 7.6505C24.3908 7.39411 24.4013 6.96928 23.9545 6.70395ZM23.7071 7.53871C23.3742 7.72504 22.8404 7.71907 22.5166 7.52678C22.1927 7.33449 22.2002 7.02742 22.533 6.84109C22.8659 6.65476 23.3997 6.66072 23.7236 6.85301C24.0474 7.0453 24.0399 7.35238 23.7071 7.53871Z' fill='url(%23paint70_linear_1090_10964)'/%3E%3Cpath d='M24.2829 7.14736V7.13245C24.2994 7.32027 24.1825 7.50959 23.9306 7.64971C23.4702 7.9061 22.734 7.89864 22.2857 7.63331C22.0488 7.4917 21.9393 7.30686 21.9588 7.125V7.13991C21.9378 7.32176 22.0473 7.5066 22.2842 7.64822C22.7325 7.91504 23.4687 7.92249 23.9306 7.66461C24.1825 7.52449 24.2994 7.33369 24.2814 7.14587L24.2829 7.14736Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.62192C23.5063 6.35658 22.7716 6.34913 22.3098 6.60552C21.8495 6.86191 21.839 7.28674 22.2858 7.55208C22.7341 7.81741 23.4689 7.82486 23.9307 7.56847C24.391 7.31208 24.4015 6.88725 23.9547 6.62192ZM23.7073 7.45668C23.3744 7.64301 22.8406 7.63704 22.5167 7.44475C22.1929 7.25246 22.2004 6.94539 22.5332 6.75906C22.8661 6.57272 23.3999 6.57869 23.7238 6.77098C24.0476 6.96327 24.0401 7.27035 23.7073 7.45668Z' fill='url(%23paint71_linear_1090_10964)'/%3E%3Cpath d='M24.2829 7.06533V7.05042C24.2994 7.23824 24.1825 7.42755 23.9306 7.56767C23.4702 7.82407 22.734 7.81661 22.2857 7.55128C22.0488 7.40967 21.9393 7.22483 21.9588 7.04297V7.05787C21.9378 7.23973 22.0473 7.42457 22.2842 7.56618C22.7325 7.83301 23.4687 7.84046 23.9306 7.58258C24.1825 7.44246 24.2994 7.25166 24.2814 7.06384L24.2829 7.06533Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.53598C23.5063 6.27064 22.7716 6.26319 22.3098 6.51958C21.8495 6.77597 21.839 7.2008 22.2858 7.46614C22.7341 7.73147 23.4689 7.73893 23.9307 7.48254C24.391 7.22615 24.4015 6.80131 23.9547 6.53598ZM23.7073 7.37074C23.3744 7.55707 22.8406 7.55111 22.5167 7.35881C22.1929 7.16652 22.2004 6.85945 22.5332 6.67312C22.8661 6.48679 23.3999 6.49275 23.7238 6.68504C24.0476 6.87734 24.0401 7.18441 23.7073 7.37074Z' fill='url(%23paint72_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.97939V6.96448C24.2994 7.15231 24.1825 7.34162 23.9306 7.48174C23.4702 7.73813 22.734 7.73067 22.2857 7.46534C22.0488 7.32373 21.9393 7.13889 21.9588 6.95703V6.97194C21.9378 7.1538 22.0473 7.33864 22.2842 7.48025C22.7325 7.74707 23.4687 7.75453 23.9306 7.49664C24.1825 7.35652 24.2994 7.16572 24.2814 6.9779L24.2829 6.97939Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.45395C23.5063 6.18861 22.7716 6.18116 22.3098 6.43755C21.8495 6.69394 21.839 7.11877 22.2858 7.38411C22.7341 7.64944 23.4689 7.6569 23.9307 7.40051C24.391 7.14412 24.4015 6.71928 23.9547 6.45395ZM23.7073 7.28871C23.3744 7.47504 22.8406 7.46907 22.5167 7.27678C22.1929 7.08449 22.2004 6.77742 22.5332 6.59109C22.8661 6.40476 23.3999 6.41072 23.7238 6.60301C24.0476 6.7953 24.0401 7.10238 23.7073 7.28871Z' fill='url(%23paint73_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.89736V6.88245C24.2994 7.07027 24.1825 7.25959 23.9306 7.39971C23.4702 7.6561 22.734 7.64864 22.2857 7.38331C22.0488 7.2417 21.9393 7.05686 21.9588 6.875V6.88991C21.9378 7.07177 22.0473 7.2566 22.2842 7.39822C22.7325 7.66504 23.4687 7.67249 23.9306 7.41461C24.1825 7.27449 24.2994 7.08369 24.2814 6.89587L24.2829 6.89736Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9545 6.36801C23.5062 6.10268 22.7715 6.09522 22.3096 6.35161C21.8478 6.608 21.8388 7.03284 22.2856 7.29817C22.734 7.56351 23.4687 7.57096 23.9305 7.31457C24.3908 7.05818 24.4013 6.63334 23.9545 6.36801ZM23.7071 7.20277C23.3742 7.3891 22.8404 7.38314 22.5166 7.19084C22.1927 6.99855 22.2002 6.69148 22.533 6.50515C22.8659 6.31882 23.3997 6.32478 23.7236 6.51707C24.0474 6.70937 24.0399 7.01644 23.7071 7.20277Z' fill='url(%23paint74_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.81142V6.79652C24.2994 6.98434 24.1825 7.17365 23.9306 7.31377C23.4702 7.57016 22.734 7.56271 22.2857 7.29737C22.0488 7.15576 21.9393 6.97092 21.9588 6.78906V6.80397C21.9378 6.98583 22.0473 7.17067 22.2842 7.31228C22.7325 7.5791 23.4687 7.58656 23.9306 7.32867C24.1825 7.18855 24.2994 6.99775 24.2814 6.80993L24.2829 6.81142Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.28207C23.5063 6.01674 22.7716 6.00928 22.3098 6.26568C21.8495 6.52207 21.839 6.9469 22.2858 7.21223C22.7341 7.47757 23.4689 7.48502 23.9307 7.22863C24.391 6.97224 24.4015 6.54741 23.9547 6.28207ZM23.7073 7.11683C23.3744 7.30316 22.8406 7.2972 22.5167 7.10491C22.1929 6.91261 22.2004 6.60554 22.5332 6.41921C22.8661 6.23288 23.3999 6.23884 23.7238 6.43114C24.0476 6.62343 24.0401 6.9305 23.7073 7.11683Z' fill='url(%23paint75_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.72548V6.71058C24.2994 6.8984 24.1825 7.08771 23.9306 7.22783C23.4702 7.48422 22.734 7.47677 22.2857 7.21143C22.0488 7.06982 21.9393 6.88498 21.9588 6.70312V6.71803C21.9378 6.89989 22.0473 7.08473 22.2842 7.22634C22.7325 7.49317 23.4687 7.50062 23.9306 7.24274C24.1825 7.10262 24.2994 6.91181 24.2814 6.72399L24.2829 6.72548Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.20004C23.5063 5.93471 22.7716 5.92725 22.3098 6.18364C21.8495 6.44003 21.839 6.86487 22.2858 7.1302C22.7341 7.39554 23.4689 7.40299 23.9307 7.1466C24.391 6.89021 24.4015 6.46538 23.9547 6.20004ZM23.7073 7.0348C23.3744 7.22113 22.8406 7.21517 22.5167 7.02288C22.1929 6.83058 22.2004 6.52351 22.5332 6.33718C22.8661 6.15085 23.3999 6.15681 23.7238 6.34911C24.0476 6.5414 24.0401 6.84847 23.7073 7.0348Z' fill='url(%23paint76_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.64345V6.62855C24.2994 6.81637 24.1825 7.00568 23.9306 7.1458C23.4702 7.40219 22.734 7.39474 22.2857 7.1294C22.0488 6.98779 21.9393 6.80295 21.9588 6.62109V6.636C21.9378 6.81786 22.0473 7.0027 22.2842 7.14431C22.7325 7.41113 23.4687 7.41859 23.9306 7.16071C24.1825 7.02059 24.2994 6.82978 24.2814 6.64196L24.2829 6.64345Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.7252 6.26131C23.4013 6.06901 22.8675 6.06305 22.5346 6.24938C22.2018 6.43571 22.1943 6.74278 22.5181 6.93508C22.5211 6.93657 22.5256 6.93955 22.5286 6.94104C22.854 7.12737 23.3788 7.13035 23.7087 6.947C24.0415 6.76067 24.049 6.4536 23.7252 6.26131Z' fill='%23ECEAE6'/%3E%3Cpath d='M23.6682 6.33306C23.3744 6.15866 22.8916 6.15419 22.5902 6.32263C22.2888 6.49107 22.2813 6.76982 22.5752 6.94423C22.5782 6.94572 22.5812 6.9487 22.5842 6.95019C22.8946 7.12161 23.3339 7.1231 23.6533 6.95615C23.9546 6.78771 23.9621 6.50896 23.6682 6.33456V6.33306ZM23.6263 6.95019C23.3399 7.10969 22.8811 7.10522 22.6022 6.93976C22.3233 6.7743 22.3293 6.51045 22.6172 6.34946C22.9036 6.18996 23.3624 6.19443 23.6413 6.3599C23.9201 6.52536 23.9142 6.7892 23.6263 6.95019Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.1141C23.5063 5.84877 22.7716 5.84132 22.3098 6.09771C21.8495 6.3541 21.839 6.77893 22.2858 7.04426C22.7341 7.3096 23.4689 7.31705 23.9307 7.06066C24.391 6.80427 24.4015 6.37944 23.9547 6.1141ZM23.7073 6.94886C23.3744 7.13519 22.8406 7.12923 22.5167 6.93694C22.1929 6.74465 22.2004 6.43757 22.5332 6.25124C22.8661 6.06491 23.3999 6.07088 23.7238 6.26317C24.0476 6.45546 24.0401 6.76253 23.7073 6.94886Z' fill='%23F6F4EF'/%3E%3Cpath d='M23.6262 6.95181C23.3398 7.11131 22.881 7.10684 22.6021 6.94138C22.3232 6.77592 22.3292 6.51207 22.6171 6.35108C22.9035 6.19158 23.3623 6.19606 23.6412 6.36152C23.9201 6.52698 23.9141 6.79082 23.6262 6.95181Z' fill='%23F6F4EF'/%3E%3Cpath d='M24.2829 6.55752V6.54261C24.2994 6.73043 24.1825 6.91974 23.9306 7.05986C23.4702 7.31625 22.734 7.3088 22.2857 7.04347C22.0488 6.90185 21.9393 6.71701 21.9588 6.53516V6.55006C21.9378 6.73192 22.0473 6.91676 22.2842 7.05837C22.7325 7.3252 23.4687 7.33265 23.9306 7.07477C24.1825 6.93465 24.2994 6.74385 24.2814 6.55603L24.2829 6.55752Z' fill='%23E4E2DD'/%3E%3Cpath d='M9.55708 14.6597L5.13384 12.1211L0.715088 14.6567L5.13833 17.1967L9.55708 14.6597Z' fill='%23533B57'/%3E%3Cpath d='M7.2451 13.266L5.14294 12.0586L3.04077 13.266L5.14294 14.4734L7.2451 13.266Z' fill='%23533B57'/%3E%3Cpath d='M5.14294 14.6057L3.04077 13.3983V13.2656L5.14294 14.473V14.6057Z' fill='%232A1A2F'/%3E%3Cpath d='M7.24499 13.3983L5.14282 14.6057V14.473L7.24499 13.2656V13.3983Z' fill='%2338243D'/%3E%3Cpath d='M9.4431 14.5277L7.34094 13.3203L5.23877 14.5277L7.34094 15.7337L9.4431 14.5277Z' fill='%23533B57'/%3E%3Cpath d='M7.34094 15.8659L5.23877 14.66V14.5273L7.34094 15.7333V15.8659Z' fill='%232A1A2F'/%3E%3Cpath d='M9.44299 14.66L7.34082 15.8659V15.7333L9.44299 14.5273V14.66Z' fill='%2338243D'/%3E%3Cpath d='M5.04836 14.5277L2.9447 13.3203L0.842529 14.5277L2.9447 15.7352L5.04836 14.5277Z' fill='%23533B57'/%3E%3Cpath d='M2.9447 15.8674L0.842529 14.66V14.5273L2.9447 15.7348V15.8674Z' fill='%232A1A2F'/%3E%3Cpath d='M5.04825 14.66L2.94458 15.8674V15.7348L5.04825 14.5273V14.66Z' fill='%2338243D'/%3E%3Cpath d='M7.24657 15.7895L5.1444 14.582L3.04224 15.7895L5.1444 16.9954L7.24657 15.7895Z' fill='%23533B57'/%3E%3Cpath d='M5.1444 17.1277L3.04224 15.9217V15.7891L5.1444 16.995V17.1277Z' fill='%232A1A2F'/%3E%3Cpath d='M7.24645 15.9217L5.14429 17.1277V16.995L7.24645 15.7891V15.9217Z' fill='%2338243D'/%3E%3Cpath d='M7.79996 15.1079C7.47759 15.1854 6.96629 15.169 6.60493 14.9484C6.29755 14.762 6.23908 14.5519 6.21509 14.4609L8.57815 14.525C8.47319 14.8127 8.2123 15.008 7.79996 15.1079Z' fill='%23AD6D34'/%3E%3Cpath d='M8.596 14.4664C8.56002 14.614 8.44306 14.7556 8.24364 14.8659C7.76683 15.1313 7.00513 15.1238 6.54332 14.8495C6.35739 14.7392 6.24793 14.6021 6.21345 14.4605L6.19995 14.4023L8.611 14.4098L8.5975 14.4679L8.596 14.4664Z' fill='url(%23paint77_linear_1090_10964)'/%3E%3Cpath d='M8.27816 13.8236C7.81034 13.5448 7.03965 13.5374 6.55684 13.8057C6.07553 14.074 6.06353 14.5182 6.53285 14.797C7.00066 15.0757 7.77136 15.0832 8.25417 14.8149C8.73548 14.5465 8.74747 14.1023 8.27816 13.8236Z' fill='%23E2E1DD'/%3E%3Cpath d='M8.25571 13.8373C7.79839 13.566 7.04719 13.5586 6.57788 13.8209C6.10856 14.0833 6.09657 14.5156 6.55388 14.7869C7.0112 15.0582 7.76241 15.0656 8.23172 14.8033C8.70103 14.5409 8.71303 14.1086 8.25571 13.8373Z' fill='url(%23paint78_linear_1090_10964)'/%3E%3Cpath d='M8.03979 14.2262C7.69942 14.0234 7.13864 14.0175 6.78778 14.2142C6.4954 14.3767 6.44142 14.6286 6.62884 14.8254C7.07267 15.049 7.73691 15.0505 8.18223 14.8284C8.36366 14.6376 8.31718 14.3931 8.03979 14.2276V14.2262Z' fill='%23E2E1DD'/%3E%3Cpath d='M8.35473 14.75C8.33224 14.8216 8.25427 14.8573 8.14331 14.8707V14.9155L9.24387 15.5281C9.30235 15.5609 9.39531 15.5609 9.45379 15.5281C9.48378 15.5117 9.49727 15.4894 9.49727 15.467V15.4402C9.49727 15.4178 9.48228 15.3969 9.45379 15.3805L8.35323 14.75H8.35473ZM9.39381 15.4521C9.39381 15.4521 9.39981 15.4566 9.40281 15.4595C9.39981 15.4625 9.39831 15.4655 9.39381 15.467C9.37282 15.4789 9.33984 15.4789 9.32034 15.467C9.31585 15.464 9.31435 15.4625 9.31135 15.4595C9.31435 15.4566 9.31585 15.4536 9.32034 15.4521C9.34134 15.4402 9.37432 15.4402 9.39381 15.4521Z' fill='%232D2A28'/%3E%3Cpath d='M8.35473 14.75C8.29775 14.7932 8.22578 14.832 8.14331 14.8707L9.24387 15.5013C9.30235 15.5341 9.39531 15.5341 9.45379 15.5013C9.51227 15.4685 9.51227 15.4133 9.45379 15.3805L8.35323 14.75H8.35473ZM9.39381 15.4253C9.41481 15.4372 9.41481 15.4566 9.39381 15.4685C9.37282 15.4804 9.33984 15.4804 9.32034 15.4685C9.30085 15.4566 9.30085 15.4372 9.32034 15.4253C9.34134 15.4133 9.37432 15.4133 9.39381 15.4253Z' fill='%2338243D'/%3E%3Cpath d='M7.75041 14.2412C7.84937 14.277 7.80739 14.3098 7.83138 14.3917C7.85237 14.4618 7.93934 14.4856 7.98282 14.5438C8.11627 14.7256 7.7819 14.9463 7.57348 14.9373C7.47752 14.9328 7.39205 14.8851 7.30059 14.8538C7.19563 14.8181 7.08467 14.8061 6.97822 14.7763C6.78629 14.7212 6.68583 14.6392 6.69033 14.5184C6.69633 14.3694 6.90325 14.2084 7.14915 14.1771C7.43853 14.1413 7.58697 14.1845 7.75041 14.2427V14.2412Z' fill='%23EFEFEF'/%3E%3Cpath d='M7.59594 14.3472C7.6949 14.4038 7.6949 14.4962 7.59594 14.5529C7.49698 14.6095 7.33505 14.6095 7.23609 14.5529C7.13713 14.4962 7.13713 14.4038 7.23609 14.3472C7.33505 14.2905 7.49698 14.2905 7.59594 14.3472Z' fill='%23FFC950'/%3E%3Cg style='mix-blend-mode:screen' opacity='0.6'%3E%3Cpath d='M7.53894 14.3788C7.53894 14.4071 7.48346 14.4295 7.41449 14.4295C7.34552 14.4295 7.29004 14.4071 7.29004 14.3788C7.29004 14.3505 7.34552 14.3281 7.41449 14.3281C7.48346 14.3281 7.53894 14.3505 7.53894 14.3788Z' fill='%23FFC950'/%3E%3C/g%3E%3Cpath d='M6.11447 11.7034C6.10697 11.7034 6.09948 11.6989 6.09498 11.6929C6.08898 11.6825 6.09198 11.6691 6.10248 11.6631L6.21943 11.596C6.23742 11.5856 6.24792 11.5737 6.24792 11.5618C6.24792 11.5498 6.23742 11.5364 6.21943 11.5275L6.00951 11.4067C5.96453 11.3814 5.88956 11.3814 5.84458 11.4067L5.72763 11.4738C5.71713 11.4798 5.70363 11.4768 5.69764 11.4664C5.69164 11.4559 5.69464 11.4425 5.70513 11.4365L5.82209 11.3695C5.88056 11.3352 5.97203 11.3352 6.03051 11.3695L6.24042 11.4902C6.27191 11.5081 6.2899 11.5349 6.2899 11.5632C6.2899 11.5916 6.27191 11.6169 6.24042 11.6363L6.12347 11.7034C6.12347 11.7034 6.11597 11.7063 6.11297 11.7063L6.11447 11.7034Z' fill='%23E1E0DC'/%3E%3Cpath d='M4.04077 11.8713V13.2546C4.04377 13.4156 4.15173 13.5766 4.36614 13.6988C4.79947 13.9478 5.50269 13.9478 5.93602 13.6988C6.15493 13.5736 6.26439 13.4082 6.26139 13.2427V11.8594L4.04227 11.8713H4.04077Z' fill='url(%23paint79_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.3' d='M5.3811 11.8624V13.8688C5.58352 13.8434 5.77695 13.7868 5.93438 13.6973C5.94638 13.6914 5.95538 13.6839 5.96587 13.6765V11.8594L5.3811 11.8624Z' fill='url(%23paint80_linear_1090_10964)'/%3E%3Cpath d='M5.93442 12.3136C5.5011 12.5626 4.79788 12.5626 4.36455 12.3136C3.93122 12.0647 3.93122 11.6622 4.36455 11.4133C4.79788 11.1643 5.5011 11.1643 5.93442 11.4133C6.36775 11.6622 6.36775 12.0647 5.93442 12.3136Z' fill='%23E2E1DD'/%3E%3Cpath d='M5.90452 12.2879C5.48769 12.5249 4.81296 12.5249 4.39612 12.2879C3.97929 12.0508 3.97929 11.6648 4.39612 11.4278C4.81296 11.1907 5.48769 11.1907 5.90452 11.4278C6.32136 11.6648 6.32136 12.0508 5.90452 12.2879Z' fill='url(%23paint81_linear_1090_10964)'/%3E%3Cpath d='M5.90438 11.752C5.48754 11.515 4.81281 11.515 4.39597 11.752C4.25953 11.8295 4.16956 11.9219 4.12158 12.0218C4.16956 12.1202 4.25953 12.2141 4.39597 12.2916C4.81281 12.5286 5.48754 12.5286 5.90438 12.2916C6.04082 12.2141 6.13078 12.1217 6.17877 12.0218C6.13078 11.9234 6.04082 11.8295 5.90438 11.752Z' fill='%23B73939'/%3E%3Cpath d='M4.59551 12.7104C4.58352 12.7104 4.57302 12.7015 4.57302 12.6881V12.6031L4.48905 12.6523C4.43058 12.6866 4.33911 12.6866 4.28064 12.6523L4.07072 12.5316C4.03923 12.5137 4.02124 12.4868 4.02124 12.4585C4.02124 12.4302 4.03923 12.4049 4.07072 12.3855L4.18767 12.3184C4.18767 12.3184 4.20267 12.3139 4.21017 12.3184C4.21616 12.3229 4.22066 12.3288 4.22066 12.3378V12.4615C4.22066 12.4734 4.21017 12.4839 4.19817 12.4839C4.18617 12.4839 4.17568 12.4749 4.17568 12.4615V12.375L4.09171 12.4242C4.07372 12.4347 4.06322 12.4466 4.06322 12.4585C4.06322 12.4704 4.07372 12.4839 4.09171 12.4928L4.30163 12.6135C4.34661 12.6389 4.42158 12.6389 4.46656 12.6135L4.58352 12.5465C4.58352 12.5465 4.59851 12.542 4.60601 12.5465C4.61201 12.5509 4.6165 12.5569 4.6165 12.5658V12.6881C4.6165 12.7 4.60751 12.7104 4.59401 12.7104H4.59551Z' fill='%23E1E0DC'/%3E%3Cmask id='mask3_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='4' y='11' width='3' height='2'%3E%3Cpath d='M5.90438 11.752C5.48754 11.515 4.81281 11.515 4.39597 11.752C4.25953 11.8295 4.16956 11.9219 4.12158 12.0218C4.16956 12.1202 4.25953 12.2141 4.39597 12.2916C4.81281 12.5286 5.48754 12.5286 5.90438 12.2916C6.04082 12.2141 6.13078 12.1217 6.17877 12.0218C6.13078 11.9234 6.04082 11.8295 5.90438 11.752Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_1090_10964)'%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath d='M5.96137 11.7392C5.61051 11.4754 4.99575 11.5067 4.70337 11.614C5.03024 11.5529 6.04084 11.8928 5.84742 12.4682C6.20128 12.3623 6.44868 12.1044 5.96137 11.7392Z' fill='%23B73939'/%3E%3C/g%3E%3Cpath d='M4.64936 12.3065C4.66135 12.3065 4.67485 12.3035 4.68084 12.2916C4.68084 12.1723 4.61937 12.3065 4.64936 12.3065Z' fill='%23992E2E'/%3E%3Cpath d='M5.89254 11.9731C5.89254 11.9492 5.88654 11.9075 5.87454 11.9269C5.87454 11.9269 5.84905 11.9746 5.85205 11.9775C5.85205 11.9924 5.88354 11.9865 5.89254 11.9731Z' fill='%23992E2E'/%3E%3Cpath d='M4.4021 12.018C4.4021 12.0493 4.4036 12.0537 4.45758 12.0478C4.49506 12.0433 4.41859 12.006 4.4021 12.018Z' fill='%23992E2E'/%3E%3Cpath d='M5.97647 12.3793C5.97647 12.3898 5.96897 12.427 5.97947 12.43C5.98997 12.4345 6.01845 12.3838 6.01845 12.3764C6.01546 12.3689 5.97797 12.3689 5.97797 12.3793H5.97647Z' fill='%23992E2E'/%3E%3Cpath d='M5.48165 11.7012C5.48165 11.7012 5.47565 11.649 5.45915 11.6445C5.45316 11.649 5.44116 11.6594 5.44116 11.6729C5.45466 11.6922 5.48315 11.725 5.48315 11.7012H5.48165Z' fill='%23992E2E'/%3E%3Cpath d='M5.05884 11.7364C5.05884 11.7587 5.06034 11.7632 5.06783 11.7691C5.18029 11.7826 5.08133 11.7229 5.05884 11.7364Z' fill='%23992E2E'/%3E%3Cpath d='M5.5611 12.0903C5.57309 12.0709 5.57309 12.0665 5.56859 12.0575C5.5596 12.0516 5.52961 12.0292 5.52211 12.0367C5.51312 12.0456 5.5446 12.0933 5.5506 12.0948L5.5611 12.0918V12.0903Z' fill='%23992E2E'/%3E%3Cpath d='M4.30298 12.449C4.30298 12.4847 4.35246 12.4177 4.34196 12.3998C4.31048 12.3953 4.30298 12.3998 4.30298 12.449Z' fill='%23992E2E'/%3E%3Cpath d='M5.85791 12.3376C5.85791 12.363 5.86091 12.4047 5.8759 12.3838C5.8759 12.3838 5.90139 12.3376 5.8894 12.3242C5.86691 12.3242 5.86241 12.3287 5.85791 12.3376Z' fill='%23992E2E'/%3E%3Cpath d='M5.72909 11.8829C5.7171 11.9022 5.7186 11.9082 5.7216 11.9157C5.74409 11.9306 5.78007 11.9544 5.77108 11.9276C5.76658 11.9157 5.74409 11.8814 5.72909 11.8829Z' fill='%23992E2E'/%3E%3Cpath d='M5.11871 12.1125C5.12921 12.111 5.1412 12.108 5.1487 12.0961C5.1487 12.0871 5.1427 12.0484 5.13221 12.0469C5.12171 12.0469 5.09322 12.1154 5.11871 12.1125Z' fill='%23992E2E'/%3E%3Cpath d='M5.97782 11.9291C5.97932 11.9396 5.98232 11.9589 5.99281 11.9589C6.00181 11.9589 6.04229 11.9545 6.04229 11.944C6.04379 11.9306 5.98681 11.9202 5.97632 11.9291H5.97782Z' fill='%23992E2E'/%3E%3Cpath d='M4.18014 12.1953C4.13516 12.2177 4.13666 12.2356 4.15015 12.2356C4.15015 12.2356 4.20263 12.2326 4.20713 12.2162C4.19363 12.1983 4.18914 12.1953 4.18014 12.1953Z' fill='%23992E2E'/%3E%3Cpath d='M5.18914 12.4085C5.18914 12.4085 5.16965 12.4532 5.17864 12.4592C5.19064 12.4666 5.22812 12.4219 5.22362 12.4085C5.21313 12.4055 5.20113 12.4055 5.18914 12.4085Z' fill='%23992E2E'/%3E%3Cpath d='M5.38874 12.1511C5.38574 12.1764 5.38874 12.2181 5.40373 12.1988C5.40373 12.1988 5.43072 12.154 5.43072 12.1496C5.43072 12.1496 5.41873 12.1421 5.41723 12.1406C5.39774 12.1406 5.39474 12.1436 5.38874 12.1511Z' fill='%23992E2E'/%3E%3Cpath d='M5.09782 11.6351C5.08882 11.6232 5.08133 11.6172 5.06933 11.6172C4.97337 11.6843 5.09332 11.6619 5.09782 11.6351Z' fill='%23992E2E'/%3E%3Cpath d='M5.75299 12.0957C5.74699 12.0822 5.74249 12.0733 5.729 12.0703C5.729 12.0703 5.69151 12.0867 5.68852 12.0882C5.68252 12.0927 5.68402 12.1016 5.69151 12.1031C5.76049 12.118 5.74249 12.1001 5.75299 12.0942V12.0957Z' fill='%23992E2E'/%3E%3Cpath d='M5.56267 12.4922C5.56267 12.4758 5.56117 12.4684 5.55068 12.4609C5.52369 12.4609 5.48171 12.4609 5.5042 12.4773C5.5042 12.4773 5.55068 12.5027 5.55518 12.5027C5.55518 12.5027 5.56267 12.4937 5.56417 12.4937L5.56267 12.4922Z' fill='%23992E2E'/%3E%3Cpath d='M5.54767 11.75C5.53868 11.7545 5.52668 11.7604 5.52368 11.7739C5.52368 11.7753 5.54167 11.8111 5.54317 11.8126C5.56117 11.8394 5.56716 11.7589 5.54917 11.75H5.54767Z' fill='%23992E2E'/%3E%3Cpath d='M4.90137 12.2444C4.90137 12.2444 4.90587 12.2713 4.91036 12.2802C4.91936 12.3055 4.92086 12.3204 4.92836 12.3458C4.93136 12.3562 4.96434 12.3547 4.95834 12.3398C4.94935 12.313 4.93435 12.2638 4.91336 12.2444C4.91036 12.2414 4.90587 12.2414 4.90287 12.2444H4.90137Z' fill='%23992E2E'/%3E%3Cpath d='M4.91943 11.8262C4.92393 11.8188 4.90594 11.8024 4.89844 11.7949C4.87895 11.7711 4.86095 11.7264 4.83846 11.7413C4.80848 11.7472 4.90594 11.8456 4.91943 11.8262Z' fill='%23992E2E'/%3E%3Cpath d='M5.02283 11.9321C5.00184 11.95 4.98685 11.9545 4.97485 11.9753L4.98535 11.9813C4.98535 12.0215 5.1053 11.862 5.02283 11.9321Z' fill='%23992E2E'/%3E%3Cpath d='M5.30157 11.918L5.31506 11.9135L5.31206 11.921C5.33755 11.9344 5.31806 11.8047 5.30007 11.8047C5.28657 11.8047 5.29407 11.8285 5.29407 11.842C5.29557 11.8747 5.28957 11.8911 5.30157 11.918Z' fill='%23992E2E'/%3E%3Cpath d='M6.05592 12.2397C6.03193 12.2457 6.11289 12.3262 6.13239 12.3262C6.13988 12.3262 6.14438 12.3158 6.13838 12.3113C6.11289 12.2919 6.07991 12.2233 6.05592 12.2412V12.2397Z' fill='%23992E2E'/%3E%3Cpath d='M5.47423 12.0362C5.47573 12.0273 5.45324 12.0184 5.44574 12.0124C5.41576 11.9945 5.38877 11.9572 5.37227 11.9796C5.34828 11.9915 5.46974 12.0601 5.47573 12.0348L5.47423 12.0362Z' fill='%23992E2E'/%3E%3Cpath d='M5.2147 12.2093C5.2102 12.1869 5.16672 12.2316 5.14872 12.248C5.11124 12.2838 5.12923 12.3002 5.14123 12.2883C5.15322 12.2748 5.18021 12.2555 5.19521 12.245C5.2132 12.2331 5.22669 12.2286 5.2147 12.2093Z' fill='%23992E2E'/%3E%3Cpath d='M5.10672 11.8995C5.08723 11.9129 5.1697 11.9397 5.18469 11.9368C5.19219 11.9368 5.19219 11.9263 5.18469 11.9233C5.1592 11.9174 5.11572 11.8816 5.10522 11.8995H5.10672Z' fill='%23992E2E'/%3E%3Cpath d='M4.70942 12.4119C4.70942 12.4119 4.60746 12.3672 4.61346 12.3672C4.60896 12.3672 4.59847 12.3761 4.59697 12.3791C4.57598 12.397 4.70942 12.4358 4.70942 12.4119Z' fill='%23992E2E'/%3E%3Cpath d='M5.69455 12.364C5.68106 12.3342 5.61059 12.4579 5.63458 12.4639C5.64357 12.4669 5.65407 12.4445 5.66007 12.4356C5.67806 12.4102 5.71555 12.3819 5.69605 12.364H5.69455Z' fill='%23992E2E'/%3E%3Cpath d='M4.33469 12.1537C4.35568 12.1448 4.3032 12.112 4.28371 12.0971C4.24172 12.0673 4.22823 12.0896 4.24322 12.0971C4.26871 12.1105 4.2957 12.1418 4.3152 12.1582C4.31819 12.1612 4.33169 12.1552 4.33469 12.1523V12.1537Z' fill='%23992E2E'/%3E%3Cpath d='M5.04678 11.8385C5.04678 11.8385 5.05877 11.8265 5.06027 11.8221C5.07376 11.8012 4.94032 11.7967 4.94781 11.8221C4.94781 11.825 5.04378 11.837 5.04678 11.837V11.8385Z' fill='%23992E2E'/%3E%3Cpath d='M6.14738 12.0238C6.11439 12.0343 6.07391 12.0253 6.04392 12.0402L6.04992 12.0536L6.04242 12.0507C6.03343 12.0745 6.16837 12.0507 6.15788 12.0283C6.15638 12.0253 6.15188 12.0223 6.14738 12.0238Z' fill='%23992E2E'/%3E%3Cpath d='M4.17572 12.3856L4.26418 12.3364C4.26868 12.3349 4.26718 12.32 4.26418 12.3155C4.26418 12.2812 4.12924 12.3856 4.17422 12.3856H4.17572Z' fill='%23992E2E'/%3E%3Cpath d='M4.52649 11.7644C4.55798 11.754 4.63295 11.7644 4.62995 11.7346C4.63145 11.7286 4.62845 11.7227 4.62245 11.7227C4.53998 11.7227 4.48751 11.7644 4.52349 11.7644C4.52349 11.7644 4.52499 11.7644 4.52649 11.7644Z' fill='%23992E2E'/%3E%3Cpath d='M4.4949 11.8704C4.50389 11.8704 4.50689 11.857 4.4964 11.854C4.46341 11.8451 4.40943 11.7959 4.39444 11.8183C4.37045 11.8347 4.46641 11.8704 4.4949 11.8704Z' fill='%23992E2E'/%3E%3Cpath d='M4.99426 12.0565C4.95977 12.0729 4.92228 12.0699 4.89529 12.0908L4.90279 12.1027H4.89379C4.8893 12.1206 4.94927 12.0982 4.97026 12.0908C5.01825 12.0744 5.01075 12.0475 4.99276 12.0565H4.99426Z' fill='%23992E2E'/%3E%3Cpath d='M5.14728 11.6247C5.13978 11.6486 5.27323 11.6158 5.25973 11.5934C5.25673 11.5904 5.25224 11.5889 5.24924 11.5904C5.21625 11.6038 5.17577 11.5964 5.14728 11.6143L5.15477 11.6262L5.14728 11.6232V11.6247Z' fill='%23992E2E'/%3E%3Cpath d='M5.37676 12.3486C5.37676 12.3486 5.37526 12.3412 5.37076 12.3397C5.33477 12.3292 5.28379 12.2785 5.2688 12.3039C5.24631 12.3188 5.37226 12.3769 5.37676 12.3501V12.3486Z' fill='%23992E2E'/%3E%3Cpath d='M4.91324 11.9637C4.90874 11.9488 4.90724 11.9353 4.90424 11.9234C4.90124 11.9026 4.90274 11.8906 4.88175 11.8906C4.86226 11.8906 4.87126 11.907 4.87725 11.9249C4.90274 12.0218 4.92973 12.0188 4.91324 11.9637Z' fill='%23992E2E'/%3E%3Cpath d='M5.0317 12.1338C5.00771 12.1204 5.0182 12.2501 5.03769 12.2501C5.05119 12.2501 5.04519 12.2262 5.04369 12.2128C5.04369 12.183 5.05719 12.1368 5.0302 12.1338H5.0317Z' fill='%23992E2E'/%3E%3Cpath d='M5.76798 12.2736C5.76498 12.2617 5.73349 12.2631 5.73799 12.278C5.74399 12.2974 5.76348 12.3779 5.78447 12.3779C5.79047 12.3779 5.79497 12.372 5.79197 12.366C5.78297 12.3466 5.77247 12.2944 5.76798 12.2736Z' fill='%23992E2E'/%3E%3Cpath d='M5.23731 11.8365C5.23731 11.8365 5.24781 11.8231 5.24781 11.8186C5.2613 11.7918 5.15634 11.8097 5.13535 11.8231C5.12786 11.8275 5.13085 11.838 5.13985 11.838C5.32728 11.838 5.05289 11.8305 5.23731 11.835V11.8365Z' fill='%23992E2E'/%3E%3Cpath d='M5.69306 11.9892C5.72905 11.9698 5.57011 11.9415 5.62409 11.9803C5.5941 12.0011 5.72755 12.0175 5.69306 11.9892Z' fill='%23992E2E'/%3E%3Cpath d='M5.60298 12.1318C5.57899 12.1139 5.60598 12.2451 5.62398 12.1974C5.65696 12.2227 5.61498 12.0707 5.60298 12.1318Z' fill='%23992E2E'/%3E%3Cpath d='M6.01085 12.2094C6.02285 12.1692 5.89989 12.2616 5.95537 12.2497C5.95687 12.2884 6.04983 12.2094 6.01085 12.2094Z' fill='%23992E2E'/%3E%3Cpath d='M5.42772 12.459C5.45321 12.4382 5.30027 12.4426 5.36025 12.462C5.35575 12.4695 5.36025 12.4799 5.36925 12.4799C5.37374 12.4799 5.42622 12.4784 5.43072 12.4754C5.43522 12.4725 5.43522 12.462 5.42772 12.459Z' fill='%23992E2E'/%3E%3Cpath d='M5.29869 12.0228C5.29869 12.0228 5.30768 12.0108 5.30169 12.0079C5.28219 11.9959 5.23571 11.9766 5.23571 11.9766C5.23271 11.9766 5.23271 11.981 5.23121 11.984C5.22821 11.987 5.23271 11.9959 5.23571 11.9989C5.20722 12.0108 5.32418 12.063 5.30019 12.0243L5.29869 12.0228Z' fill='%23992E2E'/%3E%3Cpath d='M6.09947 12.1929C6.12496 12.2243 6.12646 12.0603 6.09647 12.1244C6.09047 12.1199 6.08148 12.1244 6.08148 12.1303C6.07998 12.1915 6.08148 12.1915 6.08148 12.1944C6.08148 12.1974 6.08747 12.1974 6.09047 12.1974C6.09047 12.1974 6.09647 12.1974 6.09947 12.1929Z' fill='%23992E2E'/%3E%3Cpath d='M5.30623 11.6958C5.31223 11.7301 5.40819 11.6213 5.35121 11.6406C5.35121 11.6078 5.27325 11.6883 5.30623 11.6958Z' fill='%23992E2E'/%3E%3Cpath d='M4.30766 12.296C4.31216 12.3392 4.40812 12.22 4.35415 12.2453C4.35415 12.217 4.29417 12.2826 4.30317 12.2915C4.30317 12.293 4.30466 12.2945 4.30766 12.296Z' fill='%23992E2E'/%3E%3Cpath d='M5.95245 12.0978C5.95545 12.1067 5.96594 12.1097 5.97344 12.1022C6.01093 12.062 6.01243 12.062 6.01243 12.059C6.01243 12.0545 6.00493 12.0471 5.99893 12.0486C6.00193 12.0068 5.91047 12.1171 5.95245 12.0978Z' fill='%23992E2E'/%3E%3Cpath d='M4.60145 12.2101C4.62394 12.1878 4.477 12.2042 4.53398 12.2205C4.51299 12.2519 4.64493 12.228 4.60145 12.2101Z' fill='%23992E2E'/%3E%3Cpath d='M5.25965 12.1786C5.25965 12.1786 5.26265 12.1816 5.26564 12.1816C5.27314 12.2293 5.33312 12.0728 5.28814 12.1175C5.28064 12.0981 5.24016 12.1727 5.25965 12.1786Z' fill='%23992E2E'/%3E%3Cpath d='M5.86258 12.4868C5.7996 12.4659 5.8026 12.4689 5.8026 12.4689C5.7966 12.4689 5.79211 12.4793 5.7966 12.4868C5.76062 12.5017 5.91206 12.5434 5.86408 12.5032C5.87007 12.5002 5.87007 12.4898 5.86258 12.4883V12.4868Z' fill='%23992E2E'/%3E%3Cpath d='M5.53718 11.8678C5.4952 11.841 5.56267 11.996 5.56417 11.9304C5.59566 11.9453 5.54767 11.8276 5.53718 11.8678Z' fill='%23992E2E'/%3E%3Cpath d='M4.80992 12.2775C4.80992 12.2477 4.74695 12.3103 4.76044 12.3267C4.76494 12.3699 4.8639 12.2536 4.80992 12.2775Z' fill='%23992E2E'/%3E%3Cpath d='M4.68233 11.8569C4.68233 11.8569 4.69133 11.8494 4.69133 11.8449C4.72131 11.8673 4.69732 11.7391 4.67933 11.7764C4.65834 11.754 4.66734 11.8256 4.67183 11.8539C4.67183 11.8569 4.67783 11.8554 4.68083 11.8554L4.68233 11.8569Z' fill='%23992E2E'/%3E%3Cpath d='M5.48601 12.2604C5.4905 12.2872 5.53399 12.235 5.55198 12.2157C5.55498 12.2127 5.55048 12.2112 5.54748 12.2082C5.54598 12.2052 5.53549 12.2067 5.53249 12.2082C5.53249 12.1724 5.45452 12.2544 5.48601 12.2619V12.2604Z' fill='%23992E2E'/%3E%3Cpath d='M5.8819 11.7901C5.86691 11.7617 5.83242 11.8661 5.86391 11.8571C5.8804 11.887 5.92389 11.7453 5.8819 11.7901Z' fill='%23992E2E'/%3E%3Cpath d='M4.71087 12.1303C4.71087 12.1303 4.69587 12.1303 4.69737 12.1363C4.69737 12.1974 4.69887 12.1989 4.70037 12.2004C4.70337 12.2049 4.71386 12.2049 4.71836 12.1989C4.74385 12.2272 4.73336 12.0722 4.71087 12.1303Z' fill='%23992E2E'/%3E%3Cpath d='M5.88339 12.1629C5.8714 12.1242 5.81142 12.2688 5.8594 12.227C5.8729 12.2583 5.91938 12.1361 5.88339 12.1629Z' fill='%23992E2E'/%3E%3Cpath d='M4.29564 11.9288C4.29564 11.9288 4.29863 11.9333 4.30013 11.9363C4.27464 11.9765 4.42608 11.893 4.35561 11.9005C4.36461 11.8707 4.28514 11.9169 4.29564 11.9288Z' fill='%23992E2E'/%3E%3Cpath d='M4.81298 11.999C4.82497 11.9647 4.71852 12.0228 4.753 12.0333C4.753 12.0661 4.86846 11.999 4.81298 11.999Z' fill='%23992E2E'/%3E%3Cpath d='M5.08424 12.3185C5.05425 12.2842 5.07074 12.4467 5.09174 12.3871C5.09773 12.3916 5.10523 12.3871 5.10523 12.3796C5.10373 12.3185 5.10223 12.3185 5.10073 12.3156C5.09773 12.3111 5.08724 12.3111 5.08424 12.3185Z' fill='%23992E2E'/%3E%3Cpath d='M4.85037 12.4761C4.85037 12.4761 4.85486 12.4731 4.85786 12.4716C4.85336 12.4626 4.84887 12.4567 4.83687 12.4492C4.81138 12.4522 4.7529 12.4492 4.7664 12.4671C4.77839 12.4835 4.7604 12.5088 4.84437 12.4761C4.84587 12.4761 4.84737 12.4761 4.84887 12.4761H4.85037Z' fill='%23992E2E'/%3E%3Cpath d='M5.38417 11.8527C5.39467 11.8527 5.42316 11.8483 5.44715 11.8393C5.45464 11.8364 5.45614 11.8363 5.46064 11.8349C5.45614 11.8274 5.45165 11.82 5.43965 11.8125C5.39167 11.817 5.37218 11.814 5.37518 11.814C5.35718 11.814 5.37518 11.8527 5.38267 11.8527H5.38417Z' fill='%23992E2E'/%3E%3Cpath d='M4.57146 11.9437C4.57146 11.9437 4.56546 11.9527 4.56396 11.9556C4.57146 11.9586 4.58796 11.9661 4.59395 11.9601C4.64043 11.9109 4.67192 11.9094 4.60895 11.8945C4.59695 11.9065 4.58346 11.9229 4.57146 11.9452V11.9437Z' fill='%23992E2E'/%3E%3Cpath d='M5.64644 11.7082C5.61045 11.6545 5.61345 11.6202 5.58496 11.6798C5.59696 11.6962 5.60895 11.7156 5.62245 11.7365C5.62694 11.7454 5.64344 11.7424 5.64794 11.7082H5.64644Z' fill='%23992E2E'/%3E%3Cpath d='M4.91022 11.6997C4.95221 11.6997 4.94771 11.6699 4.94321 11.6267C4.94321 11.6192 4.94321 11.6163 4.94321 11.6133C4.93421 11.6148 4.92672 11.6178 4.91622 11.6282C4.91322 11.652 4.91022 11.6714 4.90273 11.6893C4.90123 11.6953 4.90423 11.7012 4.91022 11.7012V11.6997Z' fill='%23992E2E'/%3E%3Cpath d='M5.48451 12.3165C5.47551 12.3388 5.46802 12.3567 5.45752 12.3731C5.44853 12.3865 5.49201 12.394 5.49501 12.3836C5.5025 12.3642 5.5115 12.3433 5.522 12.321C5.52649 12.3105 5.51 12.3016 5.48451 12.3165Z' fill='%23992E2E'/%3E%3Cpath d='M4.70339 12.0819C4.70639 12.073 4.70939 12.0655 4.70639 12.0521C4.65691 12.0089 4.65241 11.9761 4.63892 12.0387C4.65391 12.0521 4.69589 12.0998 4.70189 12.0819H4.70339Z' fill='%23992E2E'/%3E%3Cpath d='M4.25806 11.9478C4.25956 11.9404 4.26106 11.9374 4.26256 11.9344C4.22357 11.9285 4.22957 11.9553 4.19808 11.9911C4.19359 11.9955 4.19808 12.0045 4.20558 12.0045C4.22957 12.0045 4.23557 12.0358 4.25956 11.9478H4.25806Z' fill='%23992E2E'/%3E%3Cpath d='M4.74979 11.8633C4.76478 11.8767 4.80527 11.9244 4.81277 11.9066C4.81576 11.8976 4.81876 11.8902 4.81576 11.8767C4.76778 11.832 4.76329 11.8007 4.74829 11.8633H4.74979Z' fill='%23992E2E'/%3E%3Cpath d='M5.18314 11.6974C5.18314 11.6974 5.17414 11.6989 5.17114 11.7003C5.17414 11.7093 5.17714 11.7167 5.18914 11.7257C5.25511 11.7257 5.2806 11.7495 5.24911 11.6914C5.22662 11.6914 5.21313 11.6914 5.18464 11.6974H5.18314Z' fill='%23992E2E'/%3E%3Cpath d='M4.57759 12.0997C4.5701 12.0327 4.58959 12.0073 4.53711 12.0446C4.54311 12.1027 4.53861 12.1564 4.57759 12.0997Z' fill='%23992E2E'/%3E%3Cpath d='M5.77409 12.1831C5.77709 12.1757 5.77859 12.1742 5.77859 12.1697C5.77109 12.1682 5.76359 12.1667 5.7486 12.1697C5.7351 12.1906 5.72461 12.2055 5.70961 12.2189C5.69612 12.2323 5.7396 12.2457 5.7456 12.2368C5.7546 12.2234 5.76509 12.2055 5.77409 12.1801V12.1831Z' fill='%23992E2E'/%3E%3Cpath d='M5.66002 12.2694C5.59405 12.2694 5.56856 12.2485 5.60155 12.3052C5.66302 12.3052 5.711 12.3111 5.66002 12.2694Z' fill='%23992E2E'/%3E%3Cpath d='M4.45312 12.4352C4.50111 12.4695 4.53709 12.5053 4.5206 12.4412C4.46662 12.4024 4.45912 12.3711 4.45312 12.4352Z' fill='%23992E2E'/%3E%3Cpath d='M5.73803 11.8019C5.71703 11.7407 5.72903 11.7094 5.68555 11.7586C5.70504 11.8138 5.71254 11.8689 5.73803 11.8019Z' fill='%23992E2E'/%3E%3Cpath d='M4.79184 11.6868C4.73936 11.6496 4.73036 11.6168 4.72437 11.6809C4.74086 11.6928 4.75885 11.7062 4.77984 11.7211C4.79334 11.7316 4.79784 11.7047 4.79334 11.6854L4.79184 11.6868Z' fill='%23992E2E'/%3E%3Cpath d='M4.87886 12.1887C4.87436 12.1723 4.86836 12.153 4.85487 12.1306C4.85037 12.1231 4.85037 12.1202 4.84737 12.1172C4.83988 12.1232 4.83388 12.1276 4.82788 12.141C4.84587 12.2036 4.83238 12.2335 4.87736 12.1872L4.87886 12.1887Z' fill='%23992E2E'/%3E%3Cpath d='M4.44995 12.3136L4.43945 12.3166C4.44245 12.3241 4.44695 12.3315 4.45745 12.3405C4.52342 12.3405 4.54891 12.3598 4.51592 12.3047H4.47994L4.44995 12.3136Z' fill='%23992E2E'/%3E%3Cpath d='M5.87008 12.07C5.85659 12.0596 5.84009 12.0476 5.8161 12.0372C5.80861 12.0342 5.80711 12.0327 5.80411 12.0312C5.80111 12.0402 5.79961 12.0476 5.80411 12.0626C5.85659 12.1028 5.86259 12.1356 5.87158 12.07H5.87008Z' fill='%23992E2E'/%3E%3Cpath d='M4.4664 12.1584C4.42741 12.151 4.41992 12.1525 4.40042 12.1525C4.39443 12.1525 4.39143 12.1525 4.38843 12.1525C4.38993 12.1614 4.39143 12.1689 4.40192 12.1808C4.4664 12.1927 4.48739 12.2195 4.4664 12.1569V12.1584Z' fill='%23992E2E'/%3E%3Cpath d='M4.18913 12.1013C4.18463 12.0849 4.17713 12.0655 4.16364 12.0432C4.15914 12.0357 4.15914 12.0342 4.15764 12.0312C4.15014 12.0372 4.14415 12.0417 4.13965 12.0551C4.15914 12.1192 4.14565 12.1475 4.19063 12.1013H4.18913Z' fill='%23992E2E'/%3E%3Cpath d='M4.97486 12.3929C4.96136 12.4137 4.94937 12.4286 4.93587 12.4421C4.92238 12.454 4.94637 12.4555 4.95986 12.4629C4.97336 12.4704 4.99585 12.4197 5.00185 12.4048C5.00484 12.3973 5.00634 12.3958 5.00784 12.3929C4.99885 12.3899 4.99135 12.3899 4.97636 12.3929H4.97486Z' fill='%23992E2E'/%3E%3Cpath opacity='0.7' d='M4.49966 11.7472C4.47717 11.7353 4.44118 11.7353 4.42019 11.7472C4.3977 11.7592 4.3977 11.78 4.42019 11.7934C4.44268 11.8054 4.47867 11.8054 4.49966 11.7934C4.52215 11.7815 4.52215 11.7606 4.49966 11.7472ZM4.49516 11.789C4.47717 11.7994 4.44718 11.7994 4.42919 11.789C4.41119 11.7785 4.41119 11.7606 4.42919 11.7502C4.44718 11.7398 4.47717 11.7398 4.49516 11.7502C4.51315 11.7606 4.51315 11.7785 4.49516 11.789Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M5.14883 11.966C5.12634 11.954 5.09035 11.954 5.06936 11.966C5.04687 11.9779 5.04687 11.9988 5.06936 12.0122C5.09185 12.0241 5.12784 12.0241 5.14883 12.0122C5.17132 12.0003 5.17132 11.9794 5.14883 11.966ZM5.14433 12.0077C5.12634 12.0181 5.09635 12.0181 5.07835 12.0077C5.06036 11.9973 5.06036 11.9794 5.07835 11.969C5.09635 11.9585 5.12634 11.9585 5.14433 11.969C5.16232 11.9794 5.16232 11.9973 5.14433 12.0077Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M5.46077 11.8934C5.44577 11.8845 5.42028 11.8845 5.40529 11.8934C5.39029 11.9024 5.39029 11.9173 5.40529 11.9247C5.42028 11.9322 5.44577 11.9337 5.46077 11.9247C5.47576 11.9158 5.47576 11.9009 5.46077 11.8934ZM5.45777 11.9232C5.44427 11.9307 5.42478 11.9307 5.41129 11.9232C5.39779 11.9158 5.39779 11.9039 5.41129 11.8964C5.42478 11.889 5.44427 11.889 5.45777 11.8964C5.47126 11.9039 5.47126 11.9158 5.45777 11.9232Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.89834 12.3449C4.87585 12.333 4.83986 12.333 4.81887 12.3449C4.79638 12.3568 4.79638 12.3777 4.81887 12.3911C4.84136 12.403 4.87735 12.403 4.89834 12.3911C4.92083 12.3792 4.92083 12.3583 4.89834 12.3449ZM4.89384 12.3866C4.87585 12.3971 4.84586 12.3971 4.82787 12.3866C4.80987 12.3762 4.80987 12.3583 4.82787 12.3479C4.84586 12.3374 4.87585 12.3374 4.89384 12.3479C4.91183 12.3583 4.91183 12.3762 4.89384 12.3866Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.97334 11.7506C4.96135 11.7446 4.94335 11.7446 4.93136 11.7506C4.91936 11.7565 4.91936 11.7685 4.93136 11.7744C4.94335 11.7804 4.96135 11.7804 4.97334 11.7744C4.98534 11.7685 4.98534 11.7565 4.97334 11.7506ZM4.97034 11.7714C4.96135 11.7774 4.94485 11.7774 4.93586 11.7714C4.92686 11.7655 4.92686 11.7565 4.93586 11.7521C4.94485 11.7476 4.96135 11.7461 4.97034 11.7521C4.97934 11.758 4.97934 11.767 4.97034 11.7714Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.37967 11.8259C4.36618 11.8184 4.34368 11.8184 4.33019 11.8259C4.31669 11.8334 4.31669 11.8468 4.33019 11.8542C4.34368 11.8617 4.36618 11.8617 4.37967 11.8542C4.39316 11.8468 4.39316 11.8334 4.37967 11.8259ZM4.37667 11.8512C4.36618 11.8572 4.34818 11.8572 4.33619 11.8512C4.32569 11.8453 4.32569 11.8348 4.33619 11.8289C4.34668 11.8229 4.36468 11.8229 4.37667 11.8289C4.38717 11.8348 4.38717 11.8453 4.37667 11.8512Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M5.44119 12.24C5.4277 12.2325 5.40521 12.2325 5.39171 12.24C5.37822 12.2474 5.37822 12.2608 5.39171 12.2683C5.40521 12.2757 5.4277 12.2757 5.44119 12.2683C5.45469 12.2608 5.45469 12.2474 5.44119 12.24ZM5.43819 12.2653C5.4277 12.2713 5.40971 12.2713 5.39771 12.2653C5.38721 12.2593 5.38721 12.2489 5.39771 12.2429C5.40821 12.237 5.4262 12.237 5.43819 12.2429C5.44869 12.2489 5.44869 12.2593 5.43819 12.2653Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.7305 11.9353C4.71701 11.9278 4.69451 11.9278 4.68102 11.9353C4.66752 11.9427 4.66752 11.9561 4.68102 11.9636C4.69451 11.9711 4.71701 11.9711 4.7305 11.9636C4.74399 11.9561 4.74399 11.9427 4.7305 11.9353ZM4.7275 11.9606C4.71701 11.9666 4.69901 11.9666 4.68702 11.9606C4.67652 11.9547 4.67652 11.9442 4.68702 11.9383C4.69751 11.9323 4.71551 11.9323 4.7275 11.9383C4.738 11.9442 4.738 11.9547 4.7275 11.9606Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.38865 11.7818C4.37965 11.7759 4.36316 11.7759 4.35416 11.7818C4.34516 11.7878 4.34516 11.7967 4.35416 11.8012C4.36316 11.8072 4.37965 11.8072 4.38865 11.8012C4.39764 11.7952 4.39764 11.7863 4.38865 11.7818ZM4.38565 11.7982C4.38565 11.7982 4.36765 11.8027 4.36016 11.7982C4.35266 11.7937 4.35266 11.7878 4.36016 11.7833C4.36765 11.7788 4.37815 11.7788 4.38565 11.7833C4.39314 11.7878 4.39314 11.7937 4.38565 11.7982Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.31212 11.8262C4.31212 11.8262 4.29413 11.8217 4.28663 11.8262C4.27913 11.8307 4.27913 11.8366 4.28663 11.8411C4.29413 11.8456 4.30462 11.8456 4.31212 11.8411C4.31962 11.8366 4.31962 11.8307 4.31212 11.8262ZM4.30912 11.8381C4.30912 11.8381 4.29563 11.8411 4.29113 11.8381C4.28663 11.8352 4.28663 11.8307 4.29113 11.8277C4.29563 11.8247 4.30462 11.8247 4.30912 11.8277C4.31362 11.8307 4.31362 11.8352 4.30912 11.8381Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.31294 11.8489C4.31294 11.8489 4.30136 11.8461 4.29557 11.8489C4.28978 11.8518 4.29122 11.8561 4.29557 11.859C4.29991 11.8619 4.30715 11.8619 4.31294 11.859C4.31873 11.8561 4.31728 11.8518 4.31294 11.8489ZM4.31149 11.8575C4.31149 11.8575 4.30281 11.859 4.29991 11.8575C4.29702 11.8561 4.29702 11.8532 4.29991 11.8504C4.30281 11.8475 4.3086 11.8489 4.31149 11.8504C4.31439 11.8518 4.31439 11.8547 4.31149 11.8575Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.50563 11.8216C4.50563 11.8216 4.48914 11.8187 4.48164 11.8216C4.47414 11.8246 4.47564 11.8321 4.48164 11.8351C4.48764 11.838 4.49813 11.8395 4.50563 11.8351C4.51163 11.8321 4.51163 11.8246 4.50563 11.8216ZM4.50413 11.8336C4.50413 11.8336 4.49213 11.8365 4.48764 11.8336C4.48314 11.8306 4.48314 11.8261 4.48764 11.8246C4.49213 11.8216 4.49963 11.8216 4.50413 11.8246C4.50863 11.8276 4.50863 11.8321 4.50413 11.8336Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M5.35719 12.2715C5.35719 12.2715 5.3407 12.267 5.3332 12.2715C5.3257 12.276 5.3272 12.282 5.3332 12.2849C5.3392 12.2879 5.34969 12.2894 5.35719 12.2849C5.36469 12.2805 5.36319 12.2745 5.35719 12.2715ZM5.35419 12.2834C5.35419 12.2834 5.3422 12.2864 5.3377 12.2834C5.3332 12.2805 5.3332 12.276 5.3377 12.2745C5.3422 12.2715 5.34969 12.2715 5.35419 12.2745C5.35869 12.2775 5.35869 12.282 5.35419 12.2834Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.58961 12.2826C4.58961 12.2826 4.57312 12.2796 4.56562 12.2826C4.55813 12.2856 4.55963 12.293 4.56562 12.296C4.57162 12.299 4.58212 12.299 4.58961 12.296C4.59561 12.2915 4.59561 12.2856 4.58961 12.2826ZM4.58811 12.293C4.58811 12.293 4.57612 12.296 4.57162 12.293C4.56712 12.29 4.56712 12.2856 4.57162 12.2841C4.57612 12.2811 4.58362 12.2811 4.58811 12.2841C4.59261 12.287 4.59261 12.2915 4.58811 12.293Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.37351 12.0748C4.36451 12.0688 4.34802 12.0688 4.33902 12.0748C4.33003 12.0807 4.33003 12.0897 4.33902 12.0942C4.34802 12.1001 4.36451 12.1001 4.37351 12.0942C4.38251 12.0882 4.38251 12.0793 4.37351 12.0748ZM4.37201 12.0927C4.36451 12.0971 4.35102 12.0971 4.34202 12.0927C4.33302 12.0882 4.33452 12.0807 4.34202 12.0763C4.34952 12.0718 4.36301 12.0718 4.37201 12.0763C4.37951 12.0807 4.37951 12.0882 4.37201 12.0927Z' fill='%23EDB056'/%3E%3C/g%3E%3Cg opacity='0.7'%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.11284 12.3194C4.07835 12.2986 4.05436 12.2673 4.04087 12.233C4.03187 12.2419 4.02137 12.2509 4.01088 12.2583C3.9479 12.2956 3.86544 12.2747 3.82645 12.2121C3.76348 12.2494 3.68101 12.2285 3.64202 12.1659C3.62253 12.1346 3.61803 12.0973 3.62703 12.0645C3.62253 12.0645 3.61803 12.066 3.61354 12.066C3.60004 12.066 3.58655 12.0645 3.57605 12.0586C3.56705 12.0839 3.55206 12.1078 3.53257 12.1286C3.4546 12.2136 3.32115 12.2181 3.23569 12.1405C3.15772 12.2255 3.02427 12.23 2.9388 12.1525C2.85334 12.075 2.84884 11.9423 2.92681 11.8573C2.86683 11.9095 2.77387 11.9035 2.72139 11.8424C2.66891 11.7828 2.67491 11.6904 2.73638 11.6382C2.6839 11.5786 2.6899 11.4862 2.75138 11.434C2.77837 11.4101 2.81135 11.3997 2.84434 11.3982C2.82635 11.3758 2.81435 11.349 2.81285 11.3177C2.80985 11.2417 2.86833 11.1776 2.9433 11.1746C2.9418 11.1314 2.95979 11.0911 2.98978 11.0658C2.98978 11.0345 3.00328 11.0032 3.02727 10.9793C3.01527 10.9689 3.00628 10.9555 3.00028 10.9421C2.92981 10.9212 2.87883 10.8556 2.88033 10.7796C2.78886 10.7766 2.71689 10.7021 2.71989 10.6111C2.72289 10.5262 2.78886 10.4591 2.87133 10.4517C2.79186 10.4502 2.72439 10.389 2.71839 10.3085C2.71089 10.2221 2.77537 10.1461 2.86233 10.1371C2.85484 10.0507 2.91931 9.97465 3.00628 9.9657C3.09324 9.95825 3.16971 10.0223 3.17871 10.1088C3.16221 9.99551 3.24018 9.88968 3.35414 9.87328C3.46809 9.85688 3.57455 9.9344 3.59104 10.0477C3.64202 10.0402 3.6915 10.0522 3.73199 10.076C3.75748 10.0462 3.79346 10.0268 3.83545 10.0253C3.83095 9.94483 3.89392 9.87626 3.97489 9.87179C4.05586 9.86732 4.12483 9.92993 4.12933 10.0104C4.17131 9.92844 4.27327 9.89713 4.35574 9.93887C4.43821 9.98061 4.4697 10.082 4.42771 10.164C4.4652 10.1833 4.49219 10.2146 4.50568 10.2519C4.59715 10.2266 4.69611 10.2653 4.74259 10.3518C4.84305 10.2981 4.9675 10.3354 5.02148 10.4353C5.07546 10.5351 5.03797 10.6589 4.93751 10.7125C5.00948 10.6648 5.10544 10.6842 5.15193 10.7557C5.19841 10.8273 5.18041 10.9227 5.10844 10.9689C5.15642 11.039 5.13693 11.1359 5.06496 11.1821C5.04247 11.197 5.01848 11.2044 4.99449 11.2074C5.00948 11.2298 5.01998 11.2566 5.02298 11.2849C5.03047 11.3729 4.9645 11.4489 4.87603 11.4563C4.87903 11.4966 4.86704 11.5353 4.84455 11.5652C4.85804 11.6218 4.84155 11.6829 4.79807 11.7261C4.86404 11.7932 4.86254 11.902 4.79507 11.9676C4.73659 12.0243 4.64962 12.0302 4.58365 11.99C4.64063 12.0481 4.65412 12.1391 4.60764 12.2106C4.55516 12.2941 4.44421 12.3179 4.36174 12.2658C4.30926 12.3492 4.1983 12.3731 4.11584 12.3209L4.11284 12.3194Z' fill='url(%23paint82_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M5.40839 11.776C5.38739 11.7432 5.3799 11.706 5.3829 11.6702C5.3709 11.6747 5.35891 11.6776 5.34541 11.6791C5.27344 11.6851 5.21196 11.6329 5.20597 11.5614C5.134 11.5673 5.07252 11.5152 5.06652 11.4436C5.06352 11.4078 5.07552 11.375 5.09651 11.3497C5.09201 11.3497 5.08751 11.3482 5.08451 11.3452C5.07252 11.3408 5.06202 11.3318 5.05453 11.3229C5.03503 11.3408 5.01254 11.3557 4.98705 11.3661C4.88359 11.4064 4.76514 11.3542 4.72466 11.2513C4.6212 11.2916 4.50275 11.2394 4.46226 11.1365C4.42178 11.0337 4.47426 10.9159 4.57772 10.8757C4.50275 10.8951 4.42628 10.8518 4.40528 10.7773C4.38579 10.7028 4.42927 10.6267 4.50424 10.6059C4.48475 10.5313 4.52824 10.4553 4.60321 10.4345C4.63619 10.4255 4.66918 10.43 4.69917 10.4434C4.69317 10.4166 4.69467 10.3882 4.70666 10.3614C4.73515 10.2943 4.81312 10.263 4.8806 10.2928C4.89709 10.2541 4.93008 10.2273 4.96756 10.2183C4.98256 10.1915 5.00505 10.1706 5.03653 10.1587C5.03204 10.1438 5.02904 10.1304 5.02904 10.1155C4.97656 10.0678 4.96006 9.99024 4.99455 9.92465C4.91658 9.88441 4.88659 9.78901 4.92708 9.71149C4.96456 9.63994 5.05153 9.60864 5.1265 9.63696C5.05902 9.60268 5.02604 9.52069 5.05453 9.44765C5.08451 9.36864 5.17298 9.32989 5.25095 9.3597C5.28094 9.2807 5.3694 9.24194 5.44737 9.27175C5.52684 9.30157 5.56582 9.38951 5.53584 9.46703C5.56882 9.36119 5.68278 9.30306 5.78774 9.33585C5.89419 9.36864 5.95267 9.48193 5.91968 9.58628C5.96616 9.60118 6.00515 9.631 6.02914 9.66975C6.06363 9.65485 6.10411 9.65336 6.1416 9.66975C6.17158 9.5982 6.25555 9.56541 6.32752 9.59522C6.39949 9.62503 6.43248 9.70851 6.40249 9.78006C6.47446 9.72789 6.57492 9.7428 6.6289 9.81435C6.68138 9.8859 6.66639 9.98577 6.59442 10.0394C6.61841 10.0722 6.6289 10.111 6.6259 10.1483C6.71587 10.1646 6.78484 10.2407 6.78784 10.3346C6.8973 10.3301 6.98876 10.4151 6.99326 10.5239C6.99776 10.6327 6.91229 10.7236 6.80283 10.7281C6.8853 10.7177 6.96027 10.7743 6.97077 10.8563C6.98126 10.9383 6.92429 11.0128 6.84182 11.0233C6.85231 11.1052 6.79534 11.1798 6.71287 11.1902C6.68738 11.1932 6.66339 11.1902 6.6409 11.1828C6.6454 11.2081 6.6424 11.2364 6.6319 11.2618C6.60041 11.3408 6.51045 11.3795 6.43248 11.3482C6.41749 11.384 6.3905 11.4123 6.35901 11.4287C6.34701 11.4824 6.30653 11.5301 6.24955 11.548C6.27804 11.6344 6.23156 11.7268 6.14459 11.7552C6.06962 11.779 5.99166 11.7492 5.95267 11.6851C5.97816 11.7596 5.94967 11.8431 5.8807 11.8863C5.79973 11.9355 5.69327 11.9117 5.64379 11.8312C5.56282 11.8804 5.45637 11.8565 5.40689 11.776H5.40839Z' fill='url(%23paint83_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M5.6287 10.5235C5.58822 10.4579 5.50275 10.437 5.43528 10.4758C5.42928 10.4788 5.42328 10.4832 5.41879 10.4877C5.3858 10.4534 5.33182 10.443 5.28684 10.4653C5.25835 10.4102 5.19088 10.3863 5.1339 10.4147C5.1279 10.4176 5.1234 10.4206 5.11741 10.4251C5.08892 10.3848 5.03494 10.3699 4.98996 10.3938C4.96896 10.3535 4.92248 10.3342 4.879 10.3446C4.86251 10.2909 4.82052 10.2462 4.76205 10.2283C4.79054 10.1359 4.73806 10.036 4.64509 10.0077C4.55213 9.97939 4.45167 10.0316 4.42318 10.124C4.41868 10.0718 4.3737 10.0316 4.31972 10.036C4.26574 10.0405 4.22676 10.0852 4.23126 10.1389C4.17878 10.1434 4.13829 10.1881 4.14279 10.2417C4.14279 10.2581 4.15029 10.2745 4.15929 10.288C4.14129 10.288 4.1233 10.2939 4.10681 10.3058C4.08132 10.3237 4.06632 10.352 4.06482 10.3819C4.06182 10.3834 4.05883 10.3848 4.05583 10.3863C4.01684 10.3252 3.93587 10.3073 3.8744 10.3461C3.81292 10.3848 3.79493 10.4653 3.83391 10.5265C3.77244 10.4817 3.68697 10.4951 3.64349 10.5563C3.59851 10.6174 3.612 10.7023 3.67348 10.7456C3.63149 10.8037 3.64049 10.8827 3.69447 10.9289C3.67648 10.923 3.65698 10.92 3.63749 10.92C3.52954 10.92 3.44257 11.0049 3.44107 11.1123C3.33311 11.1123 3.24615 11.1972 3.24465 11.3046C3.24315 11.4119 3.33011 11.4984 3.43807 11.4998C3.3631 11.5818 3.3691 11.71 3.45157 11.7846C3.53403 11.8591 3.66298 11.8531 3.73795 11.7711C3.74695 11.7786 3.75595 11.786 3.76644 11.792C3.77094 11.8024 3.77694 11.8114 3.78293 11.8203C3.82792 11.877 3.91188 11.8859 3.96886 11.8412C3.92688 11.9172 3.95537 12.0111 4.03184 12.0529C4.09481 12.0872 4.17278 12.0737 4.22076 12.0231C4.21476 12.117 4.26424 12.2109 4.35421 12.2556C4.29273 12.3748 4.34221 12.5209 4.46217 12.5806C4.58212 12.6402 4.72906 12.5925 4.78904 12.4732C4.76954 12.5671 4.82952 12.6581 4.92248 12.6774C5.01695 12.6968 5.10841 12.6372 5.1279 12.5448C5.22236 12.5642 5.31383 12.5045 5.33332 12.4121C5.34082 12.3763 5.33632 12.3406 5.32432 12.3093C5.35581 12.3152 5.3888 12.3137 5.42178 12.3003C5.50875 12.266 5.55073 12.1691 5.51775 12.0827C5.56573 12.0827 5.61221 12.0663 5.64969 12.0305C5.72167 12.1036 5.83862 12.105 5.91209 12.0335C5.98556 11.9619 5.98706 11.8457 5.91509 11.7726C6.00805 11.7682 6.08152 11.6906 6.07702 11.5967C6.07253 11.5028 5.99456 11.4313 5.90009 11.4357C5.8971 11.3731 5.86111 11.321 5.80863 11.2941C5.81763 11.2733 5.81913 11.2509 5.81463 11.2285C5.82812 11.2256 5.84162 11.2211 5.85361 11.2136C5.92559 11.1749 5.95107 11.0869 5.91359 11.0169C5.98556 10.9781 6.01105 10.8902 5.97357 10.8201C5.93458 10.7486 5.84612 10.7232 5.77564 10.7605C5.84162 10.7202 5.86261 10.6353 5.82363 10.5682C5.78314 10.5026 5.69768 10.4817 5.6302 10.5205L5.6287 10.5235Z' fill='url(%23paint84_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M6.95568 11.7792C6.99916 11.8791 6.95268 11.9969 6.85222 12.0401C6.78025 12.0714 6.69928 12.0565 6.6423 12.0088C6.66929 12.0729 6.6603 12.1489 6.61232 12.2056C6.54484 12.286 6.42339 12.2965 6.34242 12.2294C6.27495 12.3099 6.1535 12.3203 6.07253 12.2533C6.03355 12.2205 6.01105 12.1757 6.00506 12.1295C5.95408 12.1564 5.8896 12.1385 5.86111 12.0878C5.81013 12.1161 5.74416 12.0982 5.71567 12.0461C5.70368 12.0252 5.70068 12.0028 5.70368 11.982C5.68868 11.9894 5.67219 11.9924 5.6542 11.9924C5.60022 11.9894 5.55973 11.9432 5.56423 11.8895C5.51175 11.8866 5.47277 11.8418 5.47427 11.7912C5.43828 11.7837 5.40829 11.7539 5.40529 11.7151C5.35881 11.7196 5.31683 11.6868 5.30933 11.6406C5.25685 11.6764 5.18638 11.6883 5.12191 11.6644C5.01545 11.6257 4.95997 11.5079 4.99896 11.4021C4.8925 11.3633 4.83702 11.2456 4.876 11.1397C4.90599 11.0578 4.98396 11.0071 5.06643 11.0056C5.06493 11.0041 5.06343 11.0011 5.06193 10.9981C5.04544 10.9713 5.05443 10.9355 5.08142 10.9206C5.06493 10.8938 5.07393 10.858 5.10092 10.8431C5.10991 10.8371 5.12191 10.8342 5.1324 10.8357C5.09342 10.8014 5.07692 10.7462 5.09342 10.694C5.11591 10.6255 5.18938 10.5867 5.25985 10.6076C5.23136 10.5316 5.25685 10.4436 5.32882 10.3974C5.27635 10.3169 5.29884 10.2081 5.3813 10.1544C5.46227 10.1023 5.57173 10.1246 5.62571 10.2066C5.60621 10.1693 5.62121 10.1216 5.65869 10.1023C5.69618 10.0829 5.74416 10.0978 5.76365 10.1351C5.80114 10.1157 5.84912 10.1306 5.86861 10.1678C5.86861 10.1708 5.87161 10.1738 5.87161 10.1768C5.8986 10.1455 5.93908 10.1261 5.98406 10.1261C6.06653 10.1261 6.13101 10.1932 6.13101 10.2752C6.21347 10.2752 6.27795 10.3422 6.27795 10.4242C6.27795 10.463 6.26145 10.4988 6.23746 10.5241C6.24046 10.5301 6.24346 10.536 6.24496 10.542C6.26445 10.5375 6.28395 10.542 6.29894 10.5554C6.31393 10.539 6.33343 10.5271 6.35592 10.5211C6.41739 10.5062 6.47887 10.5435 6.49386 10.6046C6.55534 10.5897 6.61681 10.627 6.63181 10.6881C6.63631 10.706 6.63631 10.7224 6.63181 10.7388C6.6483 10.7343 6.66479 10.7343 6.68279 10.7388C6.74426 10.7522 6.78325 10.8118 6.76975 10.8729C6.83123 10.8863 6.87021 10.946 6.85672 11.0071C6.85372 11.019 6.85072 11.0294 6.84472 11.0384C6.85972 11.0414 6.87321 11.0458 6.88671 11.0548C6.94368 11.0891 6.96018 11.1621 6.92569 11.2187C6.98267 11.253 6.99916 11.3261 6.96468 11.3827C6.95718 11.3946 6.94668 11.4051 6.93619 11.414C6.99017 11.4304 7.03815 11.4692 7.06214 11.5258C7.10562 11.6257 7.05914 11.7435 6.95868 11.7867L6.95568 11.7792Z' fill='url(%23paint85_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M7.04727 9.55541C7.04727 9.50622 7.08626 9.46746 7.13574 9.46746C7.14923 9.46746 7.16123 9.47044 7.17172 9.47491C7.18072 9.44808 7.20621 9.4302 7.2362 9.43318C7.2392 9.39889 7.26918 9.37504 7.30367 9.37802C7.33816 9.381 7.36215 9.41082 7.35915 9.4451C7.35915 9.41529 7.38464 9.38995 7.41463 9.38995C7.44462 9.38995 7.47011 9.41529 7.47011 9.4451C7.4926 9.40634 7.52708 9.37355 7.57206 9.35864C7.65453 9.3333 7.743 9.37802 7.76849 9.46001C7.85095 9.43467 7.93942 9.47939 7.96491 9.56137C7.9904 9.64336 7.94542 9.7313 7.86295 9.75665C7.93042 9.7641 7.9784 9.82522 7.97091 9.89229C7.96341 9.95937 7.90193 10.0071 7.83446 9.99962C7.82696 10.0667 7.76549 10.1144 7.69801 10.1069C7.66203 10.1025 7.63054 10.0831 7.61105 10.0548C7.60655 10.0697 7.59905 10.0831 7.58706 10.0935C7.55257 10.1263 7.49709 10.1248 7.46411 10.0905C7.42962 10.1233 7.37414 10.1219 7.34116 10.0876C7.33366 10.0801 7.32766 10.0712 7.32466 10.0622C7.30667 10.0876 7.27968 10.1069 7.24669 10.1129C7.17922 10.1263 7.11325 10.0831 7.09825 10.016C7.03078 10.0294 6.96481 9.9862 6.94981 9.91913C6.93782 9.85652 6.9738 9.79689 7.03228 9.77602C7.02178 9.76857 7.02028 9.75963 7.02628 9.75366C7.02028 9.74919 7.02028 9.74025 7.02478 9.73429C6.9873 9.72385 6.95581 9.68808 6.95581 9.64485C6.95581 9.59566 6.99479 9.5569 7.04427 9.5569L7.04727 9.55541Z' fill='url(%23paint86_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M3.87734 7.76718C3.87734 7.70904 3.92382 7.66283 3.9823 7.66283C3.99729 7.66283 4.01229 7.66582 4.02428 7.67178C4.03478 7.64048 4.06627 7.61961 4.10075 7.62259C4.10375 7.58234 4.13974 7.55402 4.18022 7.557C4.2207 7.55998 4.24919 7.59576 4.24619 7.636C4.24619 7.60023 4.27618 7.57041 4.31217 7.57191C4.34815 7.57191 4.37814 7.60172 4.37664 7.63749C4.40363 7.59128 4.44412 7.55253 4.4966 7.53613C4.59406 7.50483 4.69901 7.55998 4.729 7.65687C4.82646 7.62557 4.93142 7.68072 4.96141 7.77761C4.9914 7.87451 4.93742 7.97885 4.83996 8.00866C4.91943 8.01761 4.97641 8.08916 4.96741 8.16816C4.95841 8.24717 4.88644 8.30381 4.80697 8.29487C4.79798 8.37387 4.726 8.43052 4.64654 8.42157C4.60305 8.4171 4.56707 8.39325 4.54458 8.35896C4.54008 8.37685 4.53108 8.39176 4.51609 8.40517C4.4756 8.44393 4.40963 8.44244 4.37064 8.4007C4.33016 8.43946 4.26419 8.43797 4.2252 8.39623C4.21621 8.38729 4.21021 8.37685 4.20571 8.36642C4.18472 8.39623 4.15323 8.41859 4.11425 8.42604C4.03478 8.44244 3.95531 8.39027 3.94032 8.31126C3.86085 8.32766 3.78138 8.27549 3.76638 8.19648C3.75139 8.12344 3.79487 8.05189 3.86385 8.02804C3.85185 8.0191 3.85035 8.00866 3.85635 8.00121C3.84885 7.99525 3.84885 7.98481 3.85485 7.97736C3.81137 7.96544 3.77388 7.92221 3.77388 7.87152C3.77388 7.81339 3.82036 7.76718 3.87884 7.76718H3.87734Z' fill='url(%23paint87_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M3.3002 12.3054C3.3002 12.2562 3.33919 12.2175 3.38867 12.2175C3.40216 12.2175 3.41416 12.2204 3.42465 12.2249C3.43365 12.1981 3.45914 12.1802 3.48913 12.1832C3.49213 12.1489 3.52211 12.125 3.5566 12.128C3.59109 12.131 3.61508 12.1608 3.61208 12.1951C3.61208 12.1653 3.63757 12.1399 3.66756 12.1399C3.69754 12.1399 3.72303 12.1653 3.72303 12.1951C3.74553 12.1563 3.78001 12.1236 3.82499 12.1086C3.90746 12.0833 3.99593 12.128 4.02142 12.21C4.10388 12.1847 4.19235 12.2294 4.21784 12.3114C4.24333 12.3934 4.19835 12.4813 4.11588 12.5066C4.18335 12.5141 4.23133 12.5752 4.22384 12.6423C4.21634 12.7094 4.15486 12.7571 4.08739 12.7496C4.07989 12.8167 4.01842 12.8644 3.95094 12.8569C3.91496 12.8525 3.88347 12.8331 3.86398 12.8048C3.85948 12.8197 3.85198 12.8331 3.83999 12.8435C3.8055 12.8763 3.75002 12.8748 3.71704 12.8406C3.68255 12.8733 3.62707 12.8719 3.59409 12.8376C3.58659 12.8301 3.58059 12.8212 3.57759 12.8122C3.5596 12.8376 3.53261 12.8569 3.49962 12.8629C3.43215 12.8763 3.36618 12.8331 3.35118 12.766C3.28371 12.7794 3.21774 12.7362 3.20274 12.6691C3.19075 12.6065 3.22673 12.5469 3.28521 12.526C3.27471 12.5186 3.27321 12.5096 3.27921 12.5037C3.27321 12.4992 3.27321 12.4902 3.27771 12.4843C3.24023 12.4739 3.20874 12.4381 3.20874 12.3948C3.20874 12.3457 3.24772 12.3069 3.2972 12.3069L3.3002 12.3054Z' fill='url(%23paint88_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.65258 11.2664C4.63309 11.2217 4.65408 11.1695 4.69906 11.1501C4.71105 11.1457 4.72305 11.1427 4.73504 11.1427C4.73205 11.1144 4.75004 11.089 4.77703 11.0801C4.76653 11.0473 4.78453 11.013 4.81751 11.0026C4.8505 10.9921 4.88499 11.01 4.89548 11.0428C4.88349 11.0145 4.89548 10.9832 4.92547 10.9713C4.95546 10.9593 4.98545 10.9728 4.99744 11.0011C5.00344 10.9564 5.02143 10.9131 5.05742 10.8818C5.12339 10.8252 5.22235 10.8326 5.27933 10.8982C5.3453 10.8416 5.44426 10.849 5.50124 10.9146C5.55822 10.9802 5.55072 11.0786 5.48475 11.1352C5.54922 11.1159 5.61819 11.1531 5.63619 11.2172C5.65568 11.2813 5.61819 11.3499 5.55372 11.3678C5.57321 11.4319 5.53573 11.5004 5.47125 11.5183C5.43527 11.5288 5.39928 11.5228 5.37079 11.5034C5.37229 11.5183 5.37079 11.5347 5.36479 11.5496C5.3453 11.5929 5.29432 11.6137 5.25084 11.5944C5.23135 11.6376 5.18037 11.6584 5.13688 11.6391C5.12639 11.6346 5.11889 11.6286 5.1114 11.6227C5.1054 11.6525 5.0874 11.6808 5.06042 11.7002C5.00344 11.7389 4.92547 11.7255 4.88648 11.6689C4.82951 11.7076 4.75154 11.6942 4.71255 11.6376C4.67657 11.5854 4.68556 11.5153 4.73205 11.4736C4.71855 11.4706 4.71555 11.4632 4.71705 11.4557C4.70955 11.4527 4.70506 11.4453 4.70806 11.4378C4.66907 11.4423 4.62709 11.4214 4.60909 11.3827C4.5896 11.338 4.61059 11.2858 4.65558 11.2664H4.65258Z' fill='url(%23paint89_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.50109 11.4706C4.4696 11.4274 4.4801 11.3662 4.52358 11.3349C4.53557 11.326 4.54757 11.3215 4.56106 11.3185C4.55207 11.2887 4.56406 11.2559 4.59105 11.241C4.57156 11.2082 4.58356 11.168 4.61504 11.1486C4.64803 11.1292 4.68851 11.1412 4.70801 11.1725C4.68851 11.1456 4.69451 11.1069 4.723 11.0875C4.74999 11.0681 4.78897 11.0741 4.80847 11.1024C4.80397 11.0532 4.81296 11.0025 4.84295 10.9608C4.89993 10.8848 5.00789 10.8684 5.08436 10.925C5.14133 10.849 5.24929 10.8326 5.32576 10.8892C5.40223 10.9459 5.41872 11.0532 5.36175 11.1292C5.42622 11.0935 5.50869 11.1158 5.54467 11.1814C5.58066 11.2455 5.55817 11.3275 5.4922 11.3633C5.52818 11.4274 5.50569 11.5093 5.43972 11.5451C5.40373 11.5645 5.36325 11.566 5.32876 11.5541C5.33476 11.569 5.33626 11.5869 5.33326 11.6048C5.32276 11.6569 5.27328 11.6897 5.2223 11.6808C5.21181 11.7329 5.16233 11.7657 5.11135 11.7568C5.09935 11.7553 5.08886 11.7508 5.07986 11.7449C5.07986 11.7792 5.06786 11.8134 5.04387 11.8403C4.99289 11.8954 4.90443 11.8999 4.84895 11.8477C4.79797 11.9029 4.70951 11.9074 4.65403 11.8552C4.60305 11.8075 4.59555 11.73 4.63603 11.6748C4.62104 11.6748 4.61504 11.6674 4.61654 11.6584C4.60755 11.6584 4.60155 11.651 4.60155 11.642C4.56106 11.6569 4.51008 11.645 4.4816 11.6062C4.45011 11.563 4.4606 11.5019 4.50409 11.4706H4.50109Z' fill='url(%23paint90_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M5.21488 12.3609C5.17589 12.355 5.14441 12.3311 5.12791 12.2983C5.12341 12.3535 5.09043 12.4027 5.03645 12.4265C4.95848 12.4593 4.86852 12.4235 4.83403 12.3475C4.75606 12.3803 4.6661 12.3445 4.63161 12.2685C4.61512 12.2298 4.61512 12.188 4.63011 12.1522C4.59412 12.1493 4.56414 12.1209 4.55964 12.0852C4.51915 12.0896 4.48167 12.0613 4.47567 12.0196C4.42919 12.0509 4.36921 12.0613 4.31224 12.0404C4.21927 12.0062 4.17129 11.9033 4.20578 11.8109C4.11282 11.7766 4.06483 11.6737 4.09932 11.5813C4.12631 11.5098 4.19378 11.4651 4.26575 11.4636C4.24626 11.4338 4.25376 11.4039 4.27775 11.389C4.26276 11.3652 4.27025 11.3354 4.29424 11.3205C4.30324 11.316 4.31224 11.313 4.32123 11.313C4.28675 11.2832 4.27325 11.2355 4.28825 11.1893C4.30774 11.1297 4.37221 11.0954 4.43369 11.1133C4.4082 11.0477 4.43219 10.9702 4.49366 10.9299C4.44718 10.8584 4.46817 10.7645 4.53865 10.7182C4.61062 10.672 4.70508 10.6929 4.75156 10.763C4.73357 10.7302 4.74706 10.6884 4.78005 10.672C4.81304 10.6541 4.85502 10.6676 4.87151 10.7004C4.9045 10.6825 4.94648 10.6959 4.96298 10.7287C4.96298 10.7317 4.96598 10.7331 4.96598 10.7361C4.98997 10.7093 5.02595 10.6914 5.06494 10.6929C5.13691 10.6929 5.19389 10.751 5.19389 10.8226C5.26586 10.8226 5.32284 10.8807 5.32284 10.9523C5.32284 10.9866 5.30934 11.0164 5.28685 11.0402C5.28985 11.0447 5.29285 11.0507 5.29435 11.0566C5.30184 11.0551 5.30934 11.0551 5.31534 11.0566C5.33033 11 5.37382 10.9523 5.43379 10.9329C5.52825 10.9016 5.63021 10.9538 5.6602 11.0477C5.75466 11.0164 5.85662 11.0685 5.88661 11.1625C5.9061 11.2206 5.89261 11.2802 5.85962 11.3264C5.90461 11.313 5.95558 11.3205 5.99757 11.3488C6.07104 11.3995 6.08903 11.5008 6.03655 11.5739C6.11002 11.6246 6.12802 11.7259 6.07554 11.799C6.03205 11.8616 5.95109 11.8824 5.88211 11.8556C5.94959 11.9018 5.97958 11.9898 5.94659 12.0688C5.9091 12.1597 5.80564 12.2029 5.71418 12.1657C5.6767 12.2566 5.57324 12.2998 5.48177 12.2625C5.46678 12.2566 5.45328 12.2491 5.44129 12.2402C5.4158 12.2611 5.38131 12.2715 5.34683 12.2655C5.33633 12.3296 5.27635 12.3743 5.21038 12.3639L5.21488 12.3609Z' fill='url(%23paint91_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M5.04089 10.4616C5.00191 10.4646 4.96592 10.4497 4.94043 10.4214C4.94943 10.475 4.92844 10.5317 4.88196 10.5675C4.81448 10.6181 4.71852 10.6062 4.66754 10.5391C4.60007 10.5898 4.5041 10.5779 4.45313 10.5108C4.42764 10.4765 4.41714 10.4363 4.42314 10.3975C4.38715 10.4035 4.35117 10.3841 4.33917 10.3483C4.30019 10.3632 4.2582 10.3439 4.24171 10.3051C4.20422 10.3468 4.14725 10.3707 4.08727 10.3647C3.98831 10.3543 3.91634 10.2663 3.92683 10.168C3.82787 10.1575 3.7559 10.0696 3.7664 9.9712C3.77389 9.89517 3.82937 9.83555 3.89984 9.81766C3.87435 9.79381 3.87435 9.76251 3.89385 9.74313C3.87435 9.72375 3.87435 9.69245 3.89385 9.67307C3.90134 9.66562 3.90884 9.66114 3.91784 9.65965C3.87735 9.63878 3.85186 9.59556 3.85486 9.54786C3.85936 9.48525 3.91334 9.43606 3.97631 9.43904C3.93583 9.3809 3.93883 9.30041 3.98981 9.24675C3.92833 9.18861 3.92383 9.09172 3.98231 9.0306C4.04079 8.96949 4.13825 8.96501 4.19973 9.02315C4.17424 8.99483 4.17723 8.95309 4.20572 8.92775C4.23421 8.90241 4.2762 8.90539 4.30169 8.93371C4.33017 8.90837 4.37216 8.91135 4.39765 8.93967C4.39915 8.94116 4.40065 8.94414 4.40215 8.94564C4.41864 8.91284 4.44863 8.88899 4.48761 8.87856C4.55658 8.86216 4.62706 8.9039 4.64355 8.97396C4.71252 8.95756 4.78299 8.9993 4.79949 9.06936C4.80698 9.10215 4.80099 9.13495 4.78599 9.16327C4.79049 9.16774 4.79349 9.17221 4.79649 9.17669C4.80249 9.1737 4.80998 9.17221 4.81748 9.17072C4.81748 9.11259 4.84747 9.05594 4.90145 9.02166C4.98541 8.96949 5.09637 8.99483 5.15035 9.0783C5.23432 9.02613 5.34527 9.05147 5.39925 9.13495C5.43224 9.18712 5.43524 9.24824 5.41274 9.30041C5.45323 9.27656 5.50421 9.2706 5.55219 9.28848C5.63616 9.31979 5.67814 9.4137 5.64515 9.49717C5.72912 9.52848 5.7711 9.62239 5.73812 9.70586C5.71113 9.77741 5.63766 9.81766 5.56418 9.80723C5.64065 9.83555 5.69163 9.91455 5.67964 9.99803C5.66614 10.0949 5.57618 10.162 5.47872 10.1486C5.46522 10.2455 5.37526 10.3126 5.2778 10.2991C5.2628 10.2976 5.24781 10.2932 5.23282 10.2872C5.21332 10.314 5.18334 10.3319 5.14735 10.3349C5.15335 10.4005 5.10537 10.4571 5.03939 10.4631L5.04089 10.4616Z' fill='url(%23paint92_linear_1090_10964)'/%3E%3C/g%3E%3Cpath d='M3.9089 13.7307C3.90141 13.7307 3.89391 13.7262 3.88941 13.7203C3.88342 13.7098 3.88641 13.6964 3.89691 13.6905L4.01386 13.6234C4.03186 13.6129 4.04235 13.601 4.04235 13.5891C4.04235 13.5772 4.03186 13.5638 4.01386 13.5548L3.80395 13.4341C3.75896 13.4087 3.68399 13.4087 3.63901 13.4341L3.52206 13.5012C3.51156 13.5071 3.49807 13.5041 3.49207 13.4937C3.48607 13.4833 3.48907 13.4698 3.49957 13.4639L3.61652 13.3968C3.675 13.3625 3.76646 13.3625 3.82494 13.3968L4.03486 13.5175C4.06634 13.5354 4.08434 13.5623 4.08434 13.5906C4.08434 13.6189 4.06634 13.6443 4.03486 13.6636L3.9179 13.7307C3.9179 13.7307 3.9104 13.7337 3.90741 13.7337L3.9089 13.7307Z' fill='%23E1E0DC'/%3E%3Cpath d='M1.83521 13.8947V14.5178C1.8382 14.6788 1.94616 14.8398 2.16058 14.962C2.5939 15.211 3.29713 15.211 3.73045 14.962C3.94937 14.8368 4.05882 14.6714 4.05582 14.5059V13.8828L1.8367 13.8947H1.83521Z' fill='url(%23paint93_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.3' d='M3.177 13.8843V15.132C3.37942 15.1066 3.57284 15.05 3.73028 14.9605C3.74228 14.9546 3.75127 14.9471 3.76177 14.9412V13.8828L3.177 13.8858V13.8843Z' fill='url(%23paint94_linear_1090_10964)'/%3E%3Cpath d='M3.72886 14.3371C3.29553 14.586 2.59231 14.586 2.15898 14.3371C1.72565 14.0881 1.72565 13.6856 2.15898 13.4367C2.59231 13.1878 3.29553 13.1878 3.72886 13.4367C4.16219 13.6856 4.16219 14.0881 3.72886 14.3371Z' fill='%23E2E1DD'/%3E%3Cpath d='M3.69896 14.3113C3.28212 14.5483 2.60739 14.5483 2.19056 14.3113C1.77372 14.0743 1.77372 13.6882 2.19056 13.4512C2.60739 13.2142 3.28212 13.2142 3.69896 13.4512C4.11579 13.6882 4.11579 14.0743 3.69896 14.3113Z' fill='url(%23paint95_linear_1090_10964)'/%3E%3Cpath d='M3.69881 13.7754C3.28197 13.5384 2.60724 13.5384 2.19041 13.7754C2.05396 13.8529 1.964 13.9453 1.91602 14.0452C1.964 14.1436 2.05396 14.2375 2.19041 14.315C2.60724 14.552 3.28197 14.552 3.69881 14.315C3.83525 14.2375 3.92522 14.1451 3.9732 14.0452C3.92522 13.9468 3.83525 13.8529 3.69881 13.7754Z' fill='%23D8B245'/%3E%3Cpath d='M2.38995 14.7339C2.37795 14.7339 2.36746 14.7249 2.36746 14.7115V14.6265L2.28349 14.6757C2.22501 14.71 2.13355 14.71 2.07507 14.6757L1.86515 14.555C1.83367 14.5371 1.81567 14.5103 1.81567 14.482C1.81567 14.4536 1.83367 14.4283 1.86515 14.4089L1.98211 14.3418C1.98211 14.3418 1.9971 14.3374 2.0046 14.3418C2.0106 14.3463 2.01509 14.3523 2.01509 14.3612V14.4849C2.01509 14.4969 2.0061 14.5073 1.9926 14.5073C1.97911 14.5073 1.97011 14.4983 1.97011 14.4849V14.3985L1.88615 14.4477C1.86815 14.4581 1.85766 14.47 1.85766 14.482C1.85766 14.4939 1.86815 14.5073 1.88615 14.5162L2.09606 14.637C2.14104 14.6623 2.21602 14.6623 2.261 14.637L2.37795 14.5699C2.37795 14.5699 2.39294 14.5654 2.40044 14.5699C2.40794 14.5744 2.41094 14.5803 2.41094 14.5893V14.7115C2.41094 14.7234 2.40044 14.7339 2.38845 14.7339H2.38995Z' fill='%23E1E0DC'/%3E%3Cmask id='mask4_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='13' width='3' height='2'%3E%3Cpath d='M3.69881 13.7754C3.28197 13.5384 2.60724 13.5384 2.19041 13.7754C2.05396 13.8529 1.964 13.9453 1.91602 14.0452C1.964 14.1436 2.05396 14.2375 2.19041 14.315C2.60724 14.552 3.28197 14.552 3.69881 14.315C3.83525 14.2375 3.92522 14.1451 3.9732 14.0452C3.92522 13.9468 3.83525 13.8529 3.69881 13.7754Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask4_1090_10964)'%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath d='M3.75727 13.7627C3.40641 13.4988 2.79165 13.5301 2.49927 13.6375C2.82614 13.5763 3.83674 13.9162 3.64331 14.4916C3.99717 14.3858 4.24458 14.1279 3.75727 13.7627Z' fill='%23BA8932'/%3E%3C/g%3E%3Cpath opacity='0.4' d='M2.4455 14.3299C2.45749 14.3299 2.47099 14.3269 2.47699 14.315C2.47699 14.1958 2.41551 14.3299 2.4455 14.3299Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.68843 13.9965C3.68843 13.9727 3.68244 13.9309 3.67044 13.9503C3.67044 13.9503 3.64495 13.998 3.64795 14.001C3.64795 14.0159 3.67944 14.0099 3.68843 13.9965Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.19653 14.0414C2.19653 14.0727 2.19803 14.0772 2.25201 14.0712C2.2895 14.0667 2.21303 14.0295 2.19653 14.0414Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.77237 14.4028C3.77237 14.4132 3.76487 14.4505 3.77537 14.4535C3.78586 14.4579 3.81435 14.4072 3.81435 14.3998C3.81135 14.3923 3.77387 14.3923 3.77387 14.4028H3.77237Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.27608 13.7246C3.27608 13.7246 3.27008 13.6724 3.25359 13.668C3.24759 13.6724 3.2356 13.6829 3.2356 13.6963C3.24909 13.7157 3.27758 13.7485 3.27758 13.7246H3.27608Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.85474 13.7598C2.85474 13.7822 2.85624 13.7866 2.86373 13.7926C2.97619 13.806 2.87723 13.7464 2.85474 13.7598Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.35553 14.1138C3.36753 14.0944 3.36753 14.0899 3.36303 14.081C3.35403 14.075 3.32404 14.0526 3.31655 14.0601C3.30755 14.069 3.33904 14.1167 3.34503 14.1182L3.35553 14.1153V14.1138Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.09912 14.4724C2.09912 14.5082 2.1486 14.4411 2.13811 14.4232C2.10662 14.4187 2.09912 14.4232 2.09912 14.4724Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.65234 14.3611C3.65234 14.3864 3.65684 14.4282 3.67034 14.4073C3.67034 14.4073 3.69583 14.3611 3.68383 14.3477C3.66134 14.3477 3.65684 14.3521 3.65234 14.3611Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.52491 13.9102C3.51292 13.9296 3.51292 13.9355 3.51742 13.943C3.53991 13.9579 3.57589 13.9818 3.5669 13.9549C3.5624 13.943 3.53991 13.9087 3.52491 13.9102Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.91315 14.1398C2.92364 14.1383 2.93564 14.1353 2.94313 14.1234C2.94313 14.1145 2.93714 14.0757 2.92664 14.0742C2.91614 14.0742 2.88766 14.1428 2.91315 14.1398Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.77225 13.9526C3.77375 13.963 3.77675 13.9824 3.78725 13.9824C3.79624 13.9824 3.83673 13.9779 3.83673 13.9675C3.83823 13.954 3.78125 13.9436 3.77075 13.9526H3.77225Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M1.97457 14.2188C1.92959 14.2411 1.93109 14.259 1.94459 14.259C1.94459 14.259 1.99706 14.256 2.00156 14.2396C1.98807 14.2217 1.98357 14.2188 1.97457 14.2188Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.98357 14.4319C2.98357 14.4319 2.96408 14.4766 2.97308 14.4826C2.98507 14.4901 3.02256 14.4453 3.01806 14.4319C3.00756 14.4289 2.99557 14.4289 2.98357 14.4319Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.18317 14.1745C3.18018 14.1998 3.18317 14.2416 3.19817 14.2222C3.19817 14.2222 3.22516 14.1775 3.22516 14.173C3.22516 14.173 3.21316 14.1656 3.21166 14.1641C3.19217 14.1641 3.18917 14.167 3.18317 14.1745Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.89372 13.6585C2.88472 13.6466 2.87723 13.6406 2.86523 13.6406C2.76927 13.7077 2.88922 13.6853 2.89372 13.6585Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.54742 14.1191C3.54143 14.1057 3.53693 14.0967 3.52343 14.0938C3.52343 14.0938 3.48595 14.1101 3.48295 14.1116C3.47695 14.1161 3.47845 14.1251 3.48595 14.1265C3.55492 14.1414 3.53693 14.1236 3.54742 14.1176V14.1191Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.35711 14.5157C3.35711 14.4993 3.35561 14.4918 3.34511 14.4844C3.31812 14.4844 3.27614 14.4844 3.29863 14.5008C3.29863 14.5008 3.34511 14.5261 3.34961 14.5261C3.34961 14.5261 3.35711 14.5172 3.35861 14.5172L3.35711 14.5157Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.34211 13.7734C3.33311 13.7779 3.32111 13.7839 3.31812 13.7973C3.31812 13.7988 3.33611 13.8346 3.33761 13.836C3.3556 13.8629 3.3616 13.7824 3.34361 13.7734H3.34211Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.6958 14.2679C2.6958 14.2679 2.7003 14.2947 2.7048 14.3036C2.71379 14.329 2.71529 14.3439 2.72279 14.3692C2.72579 14.3797 2.75878 14.3782 2.75278 14.3633C2.74378 14.3364 2.72879 14.2872 2.7078 14.2679C2.7048 14.2649 2.7003 14.2649 2.6973 14.2679H2.6958Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.71533 13.8497C2.71983 13.8422 2.70183 13.8258 2.69434 13.8184C2.67485 13.7945 2.65685 13.7498 2.63436 13.7647C2.60437 13.7707 2.70183 13.869 2.71533 13.8497Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.81727 13.9555C2.79628 13.9734 2.78128 13.9779 2.76929 13.9988L2.77978 14.0047C2.77978 14.045 2.89974 13.8855 2.81727 13.9555Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.096 13.9414L3.10949 13.9369L3.1065 13.9444C3.13199 13.9578 3.11249 13.8281 3.0945 13.8281C3.08101 13.8281 3.0885 13.852 3.0885 13.8654C3.09 13.8982 3.084 13.9146 3.096 13.9414Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.85181 14.2632C3.82782 14.2691 3.90879 14.3496 3.92828 14.3496C3.93578 14.3496 3.94028 14.3392 3.93428 14.3347C3.90879 14.3153 3.87581 14.2468 3.85181 14.2647V14.2632Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.27013 14.0597C3.27163 14.0507 3.24914 14.0418 3.24164 14.0358C3.21166 14.0179 3.18467 13.9807 3.16817 14.003C3.14418 14.015 3.26563 14.0835 3.27163 14.0582L3.27013 14.0597Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.0106 14.2366C3.0061 14.2142 2.96262 14.259 2.94462 14.2754C2.90714 14.3111 2.92513 14.3275 2.93713 14.3156C2.94912 14.3022 2.97611 14.2828 2.9911 14.2724C3.0091 14.2605 3.02259 14.2545 3.0106 14.2366Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.90116 13.9268C2.88167 13.9403 2.96413 13.9671 2.97913 13.9641C2.98662 13.9641 2.98662 13.9537 2.97913 13.9507C2.95364 13.9447 2.91015 13.9089 2.89966 13.9268H2.90116Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.50532 14.4353C2.50532 14.4353 2.40336 14.3906 2.40936 14.3906C2.40486 14.3906 2.39436 14.3996 2.39287 14.4026C2.37187 14.4204 2.50532 14.4592 2.50532 14.4353Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.48899 14.3874C3.47549 14.3576 3.40502 14.4814 3.42901 14.4873C3.43801 14.4903 3.4485 14.4679 3.4545 14.459C3.47249 14.4337 3.50998 14.4053 3.49049 14.3874H3.48899Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.12912 14.1772C2.15011 14.1682 2.09763 14.1354 2.07814 14.1205C2.03616 14.0907 2.02266 14.1131 2.03766 14.1205C2.06315 14.134 2.09014 14.1653 2.10963 14.1817C2.11263 14.1846 2.12612 14.1787 2.12912 14.1757V14.1772Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.84267 13.8619C2.84267 13.8619 2.85467 13.85 2.85617 13.8455C2.86966 13.8246 2.73622 13.8202 2.74371 13.8455C2.74371 13.8485 2.83967 13.8604 2.84267 13.8604V13.8619Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.94328 14.0473C3.91029 14.0577 3.86981 14.0488 3.83982 14.0637L3.84582 14.0771L3.83832 14.0741C3.82933 14.098 3.96427 14.0741 3.95378 14.0517C3.95228 14.0488 3.94778 14.0458 3.94328 14.0473Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M1.97162 14.409L2.06008 14.3598C2.06458 14.3583 2.06308 14.3434 2.06008 14.3389C2.06008 14.3047 1.92514 14.409 1.97012 14.409H1.97162Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.32239 13.7878C2.35388 13.7774 2.42885 13.7878 2.42585 13.758C2.42735 13.7521 2.42435 13.7461 2.41835 13.7461C2.33588 13.7461 2.2834 13.7878 2.31939 13.7878C2.31939 13.7878 2.32089 13.7878 2.32239 13.7878Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.28933 13.8939C2.29833 13.8939 2.30133 13.8805 2.29083 13.8775C2.25784 13.8685 2.20386 13.8194 2.18887 13.8417C2.16488 13.8581 2.26084 13.8939 2.28933 13.8939Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.78869 14.0799C2.7542 14.0963 2.71672 14.0933 2.68973 14.1142L2.69722 14.1261H2.68823C2.68373 14.144 2.74371 14.1216 2.7647 14.1142C2.81268 14.0978 2.80518 14.071 2.78719 14.0799H2.78869Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.94171 13.6482C2.93421 13.672 3.06766 13.6392 3.05417 13.6168C3.05117 13.6139 3.04667 13.6124 3.04367 13.6139C3.01068 13.6258 2.9702 13.6198 2.94171 13.6377L2.94921 13.6496L2.94171 13.6467V13.6482Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.17119 14.372C3.17119 14.372 3.16969 14.3646 3.16519 14.3631C3.12921 14.3527 3.07823 14.302 3.06323 14.3273C3.04074 14.3422 3.16669 14.4004 3.17119 14.3735V14.372Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.70767 13.9871C2.70318 13.9722 2.70168 13.9588 2.69868 13.9469C2.69568 13.926 2.69718 13.9141 2.67619 13.9141C2.65669 13.9141 2.66569 13.9305 2.67169 13.9483C2.69718 14.0452 2.72417 14.0423 2.70767 13.9871Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.82613 14.1572C2.80214 14.1438 2.81263 14.2735 2.83213 14.2735C2.84562 14.2735 2.83962 14.2496 2.83812 14.2362C2.83812 14.2064 2.85162 14.1602 2.82463 14.1572H2.82613Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.56241 14.297C3.55941 14.2851 3.52792 14.2866 3.53242 14.3015C3.53842 14.3209 3.55791 14.4014 3.5789 14.4014C3.5849 14.4014 3.5894 14.3954 3.5864 14.3894C3.5774 14.3701 3.56691 14.3179 3.56241 14.297Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.03175 13.8638C3.03175 13.8638 3.04224 13.8504 3.04224 13.8459C3.05574 13.8191 2.95078 13.837 2.92979 13.8504C2.92229 13.8549 2.92529 13.8653 2.93428 13.8653C3.12171 13.8653 2.84732 13.8579 3.03175 13.8623V13.8638Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.4875 14.0166C3.52348 13.9972 3.36455 13.9689 3.41852 14.0076C3.38854 14.0285 3.52198 14.0449 3.4875 14.0166Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.39742 14.1552C3.37343 14.1373 3.40042 14.2685 3.41841 14.2208C3.4514 14.2462 3.40941 14.0941 3.39742 14.1552Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.80528 14.2329C3.81728 14.1926 3.69433 14.285 3.74981 14.2731C3.75131 14.3119 3.84427 14.2329 3.80528 14.2329Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.22216 14.483C3.24764 14.4621 3.09471 14.4651 3.15468 14.486C3.15018 14.4934 3.15468 14.5039 3.16368 14.5039C3.16818 14.5039 3.22066 14.5024 3.22515 14.4994C3.22965 14.4964 3.22815 14.486 3.22216 14.483Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.09312 14.0462C3.09312 14.0462 3.10212 14.0343 3.09612 14.0313C3.07663 14.0194 3.03015 14 3.03015 14C3.02715 14 3.02715 14.0045 3.02565 14.0075C3.02265 14.0104 3.02715 14.0194 3.03015 14.0224C3.00166 14.0343 3.11861 14.0865 3.09462 14.0477L3.09312 14.0462Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.8939 14.2164C3.91939 14.2477 3.92089 14.0837 3.8909 14.1478C3.88491 14.1433 3.87591 14.1478 3.87591 14.1538C3.87441 14.2149 3.87591 14.2149 3.87591 14.2179C3.87591 14.2209 3.88191 14.2209 3.88491 14.2209C3.88491 14.2209 3.8909 14.2209 3.8939 14.2164Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.10213 13.7192C3.10813 13.7535 3.20409 13.6447 3.14711 13.6641C3.14711 13.6313 3.06914 13.7118 3.10213 13.7192Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.10356 14.3234C2.10806 14.3666 2.20402 14.2473 2.15004 14.2727C2.15004 14.2444 2.09007 14.3099 2.09906 14.3189C2.09906 14.3204 2.10056 14.3219 2.10356 14.3234Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.74688 14.1251C3.74988 14.1341 3.76038 14.137 3.76787 14.1296C3.80536 14.0893 3.80686 14.0893 3.80686 14.0864C3.80686 14.0819 3.79936 14.0744 3.79336 14.0759C3.79636 14.0342 3.7049 14.1445 3.74688 14.1251Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.39588 14.2336C2.41838 14.2112 2.27143 14.2276 2.32841 14.244C2.30742 14.2753 2.43937 14.2514 2.39588 14.2336Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.05408 14.2021C3.05408 14.2021 3.05708 14.205 3.06008 14.205C3.06758 14.2527 3.12755 14.0962 3.08257 14.1409C3.07507 14.1216 3.03459 14.1961 3.05408 14.2021Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.33161 13.8912C3.28963 13.8644 3.3571 14.0194 3.3586 13.9538C3.39009 13.9688 3.34211 13.851 3.33161 13.8912Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.60435 14.3048C2.60435 14.275 2.54138 14.3376 2.55487 14.354C2.55937 14.3972 2.65833 14.281 2.60435 14.3048Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.47676 13.8803C2.47676 13.8803 2.48576 13.8729 2.48576 13.8684C2.51575 13.8907 2.49176 13.7625 2.47376 13.7998C2.45277 13.7774 2.46177 13.849 2.46627 13.8773C2.46627 13.8803 2.47227 13.8788 2.47526 13.8788L2.47676 13.8803Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.28215 14.2838C3.28665 14.3107 3.33013 14.2585 3.34812 14.2391C3.35112 14.2361 3.34662 14.2346 3.34362 14.2317C3.34212 14.2287 3.33163 14.2302 3.32863 14.2317C3.32863 14.1959 3.25066 14.2779 3.28215 14.2853V14.2838Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.67634 13.8135C3.66134 13.7852 3.62686 13.8895 3.65834 13.8806C3.67484 13.9104 3.71832 13.7688 3.67634 13.8135Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.5053 14.1538C2.5053 14.1538 2.49031 14.1538 2.4918 14.1597C2.4918 14.2209 2.4933 14.2224 2.4948 14.2238C2.4978 14.2283 2.5083 14.2283 2.5128 14.2224C2.53829 14.2507 2.52779 14.0956 2.5053 14.1538Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.67929 14.1864C3.66729 14.1476 3.60732 14.2922 3.6553 14.2505C3.66879 14.2818 3.71528 14.1595 3.67929 14.1864Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.09153 13.9522C2.09153 13.9522 2.09453 13.9567 2.09603 13.9597C2.07054 13.9999 2.22198 13.9165 2.15151 13.9239C2.16051 13.8941 2.08104 13.9403 2.09153 13.9522Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.60741 14.0224C2.61941 13.9881 2.51295 14.0463 2.54744 14.0567C2.54744 14.0895 2.66289 14.0224 2.60741 14.0224Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.87867 14.342C2.84868 14.3077 2.86518 14.4702 2.88617 14.4105C2.89217 14.415 2.89966 14.4105 2.89966 14.4031C2.89816 14.342 2.89666 14.342 2.89517 14.339C2.89217 14.3345 2.88167 14.3345 2.87867 14.342Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.64626 14.4995C2.64626 14.4995 2.65076 14.4965 2.65376 14.495C2.64926 14.4861 2.64476 14.4801 2.63277 14.4727C2.60728 14.4756 2.5488 14.4727 2.5623 14.4905C2.57429 14.5069 2.5563 14.5323 2.64027 14.4995C2.64177 14.4995 2.64327 14.4995 2.64476 14.4995H2.64626Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.17861 13.8762C3.1891 13.8762 3.21759 13.8717 3.24158 13.8628C3.24908 13.8598 3.25058 13.8598 3.25508 13.8583C3.25058 13.8508 3.24608 13.8434 3.23408 13.8359C3.1861 13.8404 3.16661 13.8374 3.16961 13.8374C3.15162 13.8374 3.16961 13.8762 3.17711 13.8762H3.17861Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.3659 13.9672C2.3659 13.9672 2.3599 13.9761 2.3584 13.9791C2.3659 13.9821 2.38239 13.9895 2.38839 13.9836C2.43487 13.9344 2.46636 13.9329 2.40338 13.918C2.39139 13.9299 2.37789 13.9463 2.3659 13.9687V13.9672Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.44087 13.7316C3.40488 13.6779 3.40788 13.6436 3.37939 13.7033C3.39139 13.7197 3.40339 13.739 3.41688 13.7599C3.42138 13.7689 3.43787 13.7659 3.44237 13.7316H3.44087Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.70637 13.7232C2.74835 13.7232 2.74385 13.6934 2.73935 13.6501C2.73935 13.6427 2.73935 13.6397 2.73935 13.6367C2.73036 13.6382 2.72286 13.6412 2.71236 13.6516C2.70936 13.6755 2.70637 13.6949 2.69887 13.7127C2.69737 13.7187 2.70037 13.7247 2.70637 13.7247V13.7232Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.27894 14.3399C3.26995 14.3623 3.26245 14.3802 3.25196 14.3966C3.24296 14.41 3.28644 14.4174 3.28944 14.407C3.29694 14.3876 3.30593 14.3668 3.31643 14.3444C3.32093 14.334 3.30443 14.325 3.27894 14.3399Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.49929 14.1053C2.50229 14.0964 2.50529 14.0889 2.50229 14.0755C2.45281 14.0323 2.44831 13.9995 2.43481 14.0621C2.44981 14.0755 2.49179 14.1232 2.49779 14.1053H2.49929Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.05249 13.9713C2.05399 13.9638 2.05549 13.9608 2.05699 13.9579C2.01801 13.9519 2.024 13.9787 1.99252 14.0145C1.98802 14.019 1.99252 14.0279 2.00001 14.0279C2.024 14.0279 2.03 14.0592 2.05399 13.9713H2.05249Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.54593 13.8907C2.56093 13.9041 2.60291 13.9518 2.60891 13.9339C2.61191 13.925 2.61491 13.9175 2.61191 13.9041C2.56393 13.8594 2.55943 13.8281 2.54443 13.8907H2.54593Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.97757 13.7208C2.97757 13.7208 2.96857 13.7223 2.96558 13.7238C2.96857 13.7327 2.97157 13.7402 2.98357 13.7491C3.04954 13.7491 3.07503 13.773 3.04355 13.7148C3.02105 13.7148 3.00756 13.7148 2.97907 13.7208H2.97757Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.37203 14.1232C2.36453 14.0561 2.38402 14.0307 2.33154 14.068C2.33754 14.1261 2.33304 14.1798 2.37203 14.1232Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.56852 14.2065C3.57152 14.1991 3.57302 14.1976 3.57302 14.1931C3.56552 14.1916 3.55803 14.1901 3.54303 14.1931C3.52954 14.214 3.51904 14.2289 3.50405 14.2423C3.49055 14.2557 3.53404 14.2692 3.54003 14.2602C3.54903 14.2468 3.55953 14.2289 3.56852 14.2036V14.2065Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.45446 14.2928C3.38848 14.2928 3.36299 14.2719 3.39598 14.3286C3.45746 14.3286 3.50544 14.3346 3.45446 14.2928Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.24902 14.4587C2.297 14.493 2.33299 14.5287 2.3165 14.4646C2.26252 14.4259 2.25502 14.3946 2.24902 14.4587Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.53246 13.8253C3.51147 13.7642 3.52346 13.7329 3.47998 13.7821C3.49947 13.8372 3.50697 13.8924 3.53246 13.8253Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.58627 13.7103C2.53379 13.673 2.5248 13.6402 2.5188 13.7043C2.53529 13.7162 2.55329 13.7297 2.57428 13.7446C2.58777 13.755 2.59227 13.7282 2.58777 13.7088L2.58627 13.7103Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.67326 14.2161C2.66876 14.1997 2.66276 14.1803 2.64927 14.1579C2.64477 14.1505 2.64477 14.1475 2.64327 14.1445C2.63577 14.1505 2.62978 14.155 2.62378 14.1684C2.64177 14.231 2.62828 14.2608 2.67326 14.2146V14.2161Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.24438 14.3371L2.23389 14.34C2.23689 14.3475 2.24138 14.355 2.25188 14.3639C2.31785 14.3639 2.34334 14.3833 2.31036 14.3281H2.27437L2.24438 14.3371Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.66452 14.0974C3.65102 14.0869 3.63453 14.075 3.61054 14.0646C3.60304 14.0616 3.60154 14.0601 3.59854 14.0586C3.59554 14.0675 3.59404 14.075 3.59854 14.0899C3.65102 14.1301 3.65702 14.1629 3.66602 14.0974H3.66452Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.26107 14.1819C2.22209 14.1744 2.21459 14.1759 2.1951 14.1759C2.1891 14.1759 2.1861 14.1759 2.18311 14.1759C2.1846 14.1848 2.1861 14.1923 2.1966 14.2042C2.26107 14.2162 2.28207 14.243 2.26107 14.1804V14.1819Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M1.98356 14.1247C1.97906 14.1084 1.97157 14.089 1.95807 14.0666C1.95357 14.0592 1.95357 14.0577 1.95208 14.0547C1.94458 14.0607 1.93858 14.0651 1.93408 14.0785C1.95357 14.1426 1.94008 14.171 1.98506 14.1247H1.98356Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.76929 14.4163C2.7558 14.4372 2.7438 14.4521 2.73031 14.4655C2.71681 14.4774 2.7408 14.4789 2.7543 14.4864C2.76779 14.4938 2.79028 14.4431 2.79628 14.4282C2.79928 14.4208 2.80078 14.4193 2.80228 14.4163C2.79328 14.4133 2.78578 14.4133 2.77079 14.4163H2.76929Z' fill='%23BA8932'/%3E%3Cpath opacity='0.7' d='M2.29409 13.7707C2.2716 13.7587 2.23561 13.7587 2.21462 13.7707C2.19213 13.7826 2.19213 13.8035 2.21462 13.8169C2.23711 13.8288 2.2731 13.8288 2.29409 13.8169C2.31658 13.8049 2.31658 13.7841 2.29409 13.7707ZM2.29109 13.8124C2.2731 13.8228 2.24311 13.8228 2.22512 13.8124C2.20713 13.802 2.20713 13.7841 2.22512 13.7736C2.24311 13.7632 2.2731 13.7632 2.29109 13.7736C2.30908 13.7841 2.30908 13.802 2.29109 13.8124Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.94326 13.9894C2.92077 13.9775 2.88478 13.9775 2.86379 13.9894C2.8413 14.0013 2.8413 14.0222 2.86379 14.0356C2.88628 14.0475 2.92227 14.0475 2.94326 14.0356C2.96575 14.0237 2.96575 14.0028 2.94326 13.9894ZM2.93876 14.0326C2.92077 14.0431 2.89078 14.0431 2.87279 14.0326C2.8548 14.0222 2.8548 14.0043 2.87279 13.9939C2.89078 13.9835 2.92077 13.9835 2.93876 13.9939C2.95676 14.0043 2.95676 14.0222 2.93876 14.0326Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M3.2552 13.9169C3.24021 13.9079 3.21472 13.9079 3.19972 13.9169C3.18473 13.9258 3.18473 13.9407 3.19972 13.9482C3.21472 13.9571 3.24021 13.9571 3.2552 13.9482C3.27019 13.9392 3.27019 13.9243 3.2552 13.9169ZM3.2522 13.9452C3.23871 13.9526 3.21921 13.9526 3.20572 13.9452C3.19222 13.9377 3.19222 13.9258 3.20572 13.9184C3.21921 13.9109 3.23871 13.9109 3.2522 13.9184C3.2657 13.9258 3.2657 13.9377 3.2522 13.9452Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.6927 14.3683C2.67021 14.3564 2.63423 14.3564 2.61323 14.3683C2.59224 14.3802 2.59074 14.4011 2.61323 14.4145C2.63573 14.4265 2.67171 14.4265 2.6927 14.4145C2.71519 14.4026 2.71519 14.3817 2.6927 14.3683ZM2.6882 14.4101C2.67021 14.4205 2.64022 14.4205 2.62073 14.4101C2.60274 14.3996 2.60274 14.3817 2.62073 14.3713C2.63872 14.3609 2.66871 14.3609 2.6882 14.3713C2.7062 14.3817 2.7062 14.3996 2.6882 14.4101Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.76778 13.774C2.75578 13.768 2.73779 13.768 2.72579 13.774C2.7138 13.78 2.7138 13.7919 2.72579 13.7979C2.73779 13.8038 2.75578 13.8038 2.76778 13.7979C2.77977 13.7919 2.77977 13.78 2.76778 13.774ZM2.76628 13.7964C2.75728 13.8023 2.74079 13.8023 2.73179 13.7964C2.72279 13.7904 2.72279 13.7815 2.73179 13.777C2.74079 13.7725 2.75728 13.771 2.76628 13.777C2.77527 13.7829 2.77527 13.7919 2.76628 13.7964Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.17557 13.8493C2.16207 13.8419 2.13958 13.8419 2.12609 13.8493C2.11259 13.8568 2.11259 13.8702 2.12609 13.8777C2.13958 13.8851 2.16207 13.8851 2.17557 13.8777C2.18906 13.8702 2.18906 13.8568 2.17557 13.8493ZM2.17107 13.8762C2.16057 13.8821 2.14258 13.8821 2.13059 13.8762C2.12009 13.8702 2.12009 13.8598 2.13059 13.8538C2.14108 13.8478 2.15907 13.8478 2.17107 13.8538C2.18157 13.8598 2.18157 13.8702 2.17107 13.8762Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M3.23709 14.2634C3.2236 14.2559 3.20111 14.2559 3.18761 14.2634C3.17412 14.2709 3.17412 14.2843 3.18761 14.2917C3.20111 14.2992 3.2236 14.2992 3.23709 14.2917C3.25059 14.2843 3.25059 14.2709 3.23709 14.2634ZM3.23259 14.2902C3.2221 14.2962 3.2041 14.2962 3.19211 14.2902C3.18161 14.2843 3.18161 14.2738 3.19211 14.2679C3.20261 14.2619 3.2206 14.2619 3.23259 14.2679C3.24309 14.2738 3.24309 14.2843 3.23259 14.2902Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.5264 13.9587C2.5129 13.9513 2.49041 13.9513 2.47692 13.9587C2.46342 13.9662 2.46342 13.9796 2.47692 13.987C2.49041 13.9945 2.5129 13.9945 2.5264 13.987C2.53989 13.9796 2.53989 13.9662 2.5264 13.9587ZM2.5234 13.9841C2.5129 13.99 2.49491 13.99 2.48292 13.9841C2.47242 13.9781 2.47242 13.9677 2.48292 13.9617C2.49341 13.9557 2.5114 13.9557 2.5234 13.9617C2.5339 13.9677 2.5339 13.9781 2.5234 13.9841Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.18454 13.8053C2.17555 13.7993 2.15905 13.7993 2.15006 13.8053C2.14106 13.8112 2.14106 13.8202 2.15006 13.8246C2.15905 13.8306 2.17555 13.8306 2.18454 13.8246C2.19354 13.8187 2.19354 13.8097 2.18454 13.8053ZM2.18005 13.8217C2.18005 13.8217 2.16205 13.8261 2.15456 13.8217C2.14706 13.8172 2.14706 13.8112 2.15456 13.8067C2.16205 13.8023 2.17255 13.8023 2.18005 13.8067C2.18754 13.8112 2.18754 13.8172 2.18005 13.8217Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.10655 13.8496C2.10655 13.8496 2.08856 13.8452 2.08106 13.8496C2.07357 13.8541 2.07357 13.8601 2.08106 13.8645C2.08856 13.869 2.09906 13.869 2.10655 13.8645C2.11405 13.8601 2.11405 13.8541 2.10655 13.8496ZM2.10505 13.8631C2.10505 13.8631 2.09156 13.866 2.08706 13.8631C2.08256 13.8601 2.08256 13.8556 2.08706 13.8526C2.09156 13.8496 2.10055 13.8496 2.10505 13.8526C2.10955 13.8556 2.10955 13.8601 2.10505 13.8631Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.10737 13.8724C2.10737 13.8724 2.09579 13.8695 2.09 13.8724C2.08421 13.8752 2.08566 13.8795 2.09 13.8824C2.09434 13.8853 2.10158 13.8853 2.10737 13.8824C2.11316 13.8795 2.11172 13.8752 2.10737 13.8724ZM2.10593 13.881C2.10593 13.881 2.09724 13.8824 2.09434 13.881C2.09145 13.8795 2.09145 13.8767 2.09434 13.8738C2.09724 13.8709 2.10303 13.8724 2.10593 13.8738C2.10882 13.8752 2.10882 13.8781 2.10593 13.881Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.30153 13.849C2.30153 13.849 2.28503 13.846 2.27754 13.849C2.27004 13.852 2.27154 13.8594 2.27754 13.8624C2.28353 13.8654 2.29403 13.8669 2.30153 13.8624C2.30902 13.8579 2.30753 13.852 2.30153 13.849ZM2.29853 13.8609C2.29853 13.8609 2.28653 13.8639 2.28204 13.8609C2.27754 13.8579 2.27754 13.8535 2.28204 13.852C2.28653 13.849 2.29403 13.849 2.29853 13.852C2.30303 13.8549 2.30303 13.8594 2.29853 13.8609Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M3.15163 14.2982C3.15163 14.2982 3.13513 14.2952 3.12763 14.2982C3.12014 14.3012 3.12164 14.3086 3.12763 14.3116C3.13363 14.3146 3.14413 14.3146 3.15163 14.3116C3.15762 14.3071 3.15762 14.3012 3.15163 14.2982ZM3.15013 14.3086C3.15013 14.3086 3.13813 14.3116 3.13363 14.3086C3.12913 14.3057 3.12913 14.3012 3.13363 14.2997C3.13813 14.2967 3.14563 14.2967 3.15013 14.2997C3.15462 14.3027 3.15462 14.3071 3.15013 14.3086Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.38551 14.3067C2.38551 14.3067 2.36902 14.3022 2.36152 14.3067C2.35402 14.3111 2.35552 14.3171 2.36152 14.3201C2.36752 14.3231 2.37801 14.3246 2.38551 14.3201C2.39301 14.3156 2.39151 14.3097 2.38551 14.3067ZM2.38251 14.3186C2.38251 14.3186 2.37052 14.3216 2.36602 14.3186C2.36152 14.3156 2.36152 14.3111 2.36602 14.3097C2.37052 14.3067 2.37801 14.3067 2.38251 14.3097C2.38701 14.3126 2.38701 14.3171 2.38251 14.3186Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.16941 14.0982C2.16041 14.0923 2.14392 14.0923 2.13492 14.0982C2.12592 14.1042 2.12592 14.1131 2.13492 14.1176C2.14392 14.1236 2.16041 14.1236 2.16941 14.1176C2.1784 14.1116 2.1784 14.1027 2.16941 14.0982ZM2.16641 14.1176C2.15891 14.1221 2.14542 14.1221 2.13642 14.1176C2.12742 14.1131 2.12892 14.1057 2.13642 14.1012C2.14392 14.0967 2.15741 14.0967 2.16641 14.1012C2.17541 14.1057 2.17391 14.1131 2.16641 14.1176Z' fill='%23FFD364'/%3E%3C/g%3E%3Cg opacity='0.7'%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.54716 14.2179C2.51268 14.197 2.48869 14.1657 2.47519 14.1314C2.4662 14.1403 2.4557 14.1493 2.4452 14.1567C2.38223 14.194 2.29976 14.1731 2.26078 14.1105C2.1978 14.1478 2.11533 14.1269 2.07635 14.0643C2.05686 14.033 2.05236 13.9958 2.06136 13.963C2.05686 13.963 2.05236 13.9645 2.04786 13.9645C2.03437 13.9645 2.02087 13.963 2.01038 13.957C2.00138 13.9823 1.98639 14.0062 1.96689 14.0271C1.88892 14.112 1.75548 14.1165 1.67001 14.039C1.59204 14.124 1.4586 14.1284 1.37313 14.0509C1.28766 13.9734 1.28316 13.8407 1.36113 13.7558C1.30116 13.8079 1.20819 13.802 1.15572 13.7409C1.10324 13.6797 1.10923 13.5888 1.17071 13.5366C1.11823 13.477 1.12423 13.3846 1.1857 13.3324C1.21269 13.3101 1.24568 13.2981 1.27867 13.2966C1.26067 13.2743 1.24868 13.2475 1.24718 13.2162C1.24418 13.1401 1.30266 13.076 1.37763 13.073C1.37613 13.0298 1.39412 12.9896 1.42411 12.9642C1.42411 12.9329 1.4376 12.9016 1.46159 12.8778C1.4496 12.8673 1.4406 12.8539 1.4346 12.8405C1.36413 12.8196 1.31315 12.7541 1.31465 12.678C1.22319 12.675 1.15122 12.6005 1.15422 12.5096C1.15721 12.4246 1.22319 12.3575 1.30566 12.3501C1.22619 12.3486 1.15871 12.2875 1.15272 12.207C1.14522 12.1205 1.20969 12.0445 1.29666 12.0356C1.28916 11.9491 1.35364 11.8731 1.4406 11.8641C1.52757 11.8567 1.60404 11.9208 1.61303 12.0072C1.59654 11.894 1.67451 11.7881 1.78846 11.7717C1.90242 11.7553 2.00888 11.8328 2.02537 11.9461C2.07635 11.9387 2.12583 11.9506 2.16631 11.9744C2.1918 11.9446 2.22779 11.9253 2.26977 11.9238C2.26528 11.8433 2.32825 11.7747 2.40922 11.7702C2.49019 11.7658 2.55916 11.8284 2.56366 11.9089C2.60564 11.8269 2.7076 11.7956 2.79007 11.8373C2.87253 11.8805 2.90402 11.9804 2.86204 12.0624C2.89952 12.0818 2.92651 12.1131 2.94001 12.1503C3.03147 12.125 3.13043 12.1638 3.17691 12.2502C3.27737 12.1966 3.40182 12.2338 3.4558 12.3337C3.50978 12.4336 3.4723 12.5573 3.37184 12.6109C3.44381 12.5632 3.53977 12.5826 3.58625 12.6542C3.63273 12.7257 3.61474 12.8211 3.54277 12.8673C3.59075 12.9389 3.57126 13.0343 3.49929 13.0805C3.47679 13.0954 3.4528 13.1029 3.42881 13.1058C3.44381 13.1282 3.4543 13.155 3.4573 13.1834C3.4648 13.2713 3.39883 13.3473 3.31036 13.3548C3.31336 13.395 3.30136 13.4338 3.27887 13.4636C3.29237 13.5202 3.27587 13.5814 3.23239 13.6246C3.29837 13.6917 3.29687 13.8005 3.22939 13.8661C3.17092 13.9227 3.08395 13.9287 3.01798 13.8884C3.07495 13.9466 3.08845 14.0375 3.04197 14.109C2.98949 14.1925 2.87853 14.2164 2.79606 14.1642C2.74359 14.2477 2.63263 14.2715 2.55016 14.2194L2.54716 14.2179Z' fill='url(%23paint96_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.34174 12.6042C2.32074 12.5714 2.31325 12.5341 2.31625 12.4983C2.30425 12.5028 2.29226 12.5058 2.27876 12.5073C2.20679 12.5132 2.14531 12.4611 2.13932 12.3895C2.06734 12.3955 2.00587 12.3433 1.99987 12.2717C1.99687 12.236 2.00887 12.2032 2.02986 12.1778C2.02536 12.1778 2.02086 12.1763 2.01786 12.1734C2.00587 12.1689 1.99537 12.1599 1.98788 12.151C1.96838 12.1689 1.94589 12.1838 1.9204 12.1942C1.81694 12.2345 1.69849 12.1823 1.65801 12.0795C1.55455 12.1197 1.43609 12.0675 1.39561 11.9647C1.35513 11.8618 1.40761 11.7441 1.51107 11.7038C1.43609 11.7232 1.35963 11.68 1.33863 11.6054C1.31914 11.5309 1.36262 11.4549 1.43759 11.434C1.4181 11.3595 1.46158 11.2834 1.53655 11.2626C1.56954 11.2536 1.60253 11.2581 1.63252 11.2715C1.62652 11.2447 1.62802 11.2164 1.64001 11.1895C1.6685 11.1225 1.74647 11.0912 1.81394 11.121C1.83044 11.0822 1.86343 11.0554 1.90091 11.0464C1.9159 11.0196 1.9384 10.9987 1.96988 10.9868C1.96538 10.9719 1.96239 10.9585 1.96239 10.9436C1.90991 10.8959 1.89341 10.8184 1.9279 10.7528C1.84993 10.7125 1.81994 10.6171 1.86043 10.5396C1.89791 10.4681 1.98488 10.4368 2.05985 10.4651C1.99237 10.4308 1.95939 10.3488 1.98788 10.2758C2.01786 10.1968 2.10633 10.158 2.1843 10.1878C2.21429 10.1088 2.30275 10.0701 2.38072 10.0999C2.46019 10.1297 2.49917 10.2176 2.46918 10.2952C2.50217 10.1893 2.61613 10.1312 2.72109 10.164C2.82754 10.1968 2.88602 10.3101 2.85303 10.4144C2.90101 10.4293 2.9385 10.4591 2.96249 10.4979C2.99698 10.483 3.03746 10.4815 3.07494 10.4979C3.10493 10.4263 3.1889 10.3935 3.26087 10.4233C3.33284 10.4532 3.36583 10.5366 3.33584 10.6082C3.40781 10.556 3.50827 10.5709 3.56225 10.6425C3.61623 10.714 3.59974 10.8139 3.52777 10.8676C3.55176 10.9004 3.56225 10.9391 3.55925 10.9764C3.64922 10.9928 3.71819 11.0688 3.72119 11.1627C3.83065 11.1582 3.92211 11.2432 3.92661 11.352C3.93111 11.4608 3.84564 11.5518 3.73618 11.5562C3.81865 11.5458 3.89362 11.6024 3.90412 11.6844C3.91461 11.7664 3.85763 11.8409 3.77517 11.8514C3.78566 11.9334 3.72869 12.0079 3.64622 12.0183C3.62073 12.0213 3.59674 12.0183 3.57425 12.0109C3.57875 12.0362 3.57575 12.0645 3.56525 12.0899C3.53376 12.1689 3.4438 12.2076 3.36583 12.1763C3.35084 12.2121 3.32385 12.2404 3.29236 12.2568C3.28036 12.3105 3.23988 12.3582 3.1829 12.3761C3.21139 12.4625 3.16491 12.555 3.07794 12.5833C3.00297 12.6071 2.925 12.5773 2.88602 12.5132C2.91151 12.5878 2.88302 12.6712 2.81405 12.7145C2.73308 12.7637 2.62662 12.7398 2.57714 12.6578C2.49617 12.707 2.38972 12.6832 2.34024 12.6027L2.34174 12.6042Z' fill='url(%23paint97_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M3.33596 12.461C3.29547 12.3954 3.21001 12.3745 3.14254 12.4133C3.13654 12.4163 3.13054 12.4207 3.12604 12.4252C3.09306 12.3909 3.03908 12.3805 2.99409 12.4028C2.96561 12.3477 2.89813 12.3238 2.84116 12.3522C2.83516 12.3551 2.83066 12.3581 2.82466 12.3626C2.79617 12.3223 2.74219 12.3074 2.69721 12.3313C2.67622 12.291 2.62974 12.2717 2.58626 12.2821C2.56976 12.2284 2.52778 12.1837 2.4693 12.1658C2.49779 12.0734 2.44531 11.9735 2.35235 11.9452C2.25789 11.9169 2.15893 11.9691 2.13044 12.0615C2.12594 12.0093 2.08096 11.9691 2.02698 11.9735C1.9745 11.978 1.93401 12.0227 1.93851 12.0764C1.88603 12.0809 1.84555 12.1256 1.85005 12.1792C1.85005 12.1971 1.85755 12.212 1.86654 12.2254C1.84855 12.2254 1.83056 12.2314 1.81406 12.2433C1.78857 12.2612 1.77358 12.2895 1.77208 12.3194C1.76908 12.3208 1.76608 12.3223 1.76308 12.3238C1.7241 12.2627 1.64313 12.2448 1.58165 12.2836C1.52018 12.3223 1.50219 12.4028 1.54117 12.464C1.47969 12.4192 1.39423 12.4326 1.35075 12.4938C1.30576 12.5549 1.31926 12.6398 1.38073 12.6831C1.33875 12.7412 1.34925 12.8202 1.40173 12.8664C1.38373 12.8605 1.36424 12.8575 1.34475 12.8575C1.23679 12.8575 1.14983 12.9424 1.14833 13.0498C1.04037 13.0498 0.953404 13.1347 0.951904 13.2421C0.951904 13.3494 1.03737 13.4359 1.14533 13.4373C1.07036 13.5193 1.07635 13.6475 1.15882 13.7221C1.24129 13.7966 1.37024 13.7906 1.44521 13.7086C1.45421 13.7161 1.4632 13.7235 1.4737 13.7295C1.4782 13.7399 1.48419 13.7489 1.49019 13.7578C1.53517 13.8145 1.61914 13.8234 1.67612 13.7787C1.63413 13.8547 1.66262 13.9486 1.73909 13.9904C1.80207 14.0247 1.88004 14.0112 1.92802 13.9606C1.92202 14.0545 1.9715 14.1484 2.06146 14.1931C2.00149 14.3123 2.04947 14.4584 2.16942 14.5181C2.28937 14.5792 2.43632 14.53 2.49629 14.4107C2.4768 14.5046 2.53678 14.5956 2.62974 14.6149C2.7242 14.6343 2.81567 14.5747 2.83516 14.4823C2.92962 14.5017 3.02108 14.442 3.04058 14.3496C3.04807 14.3138 3.04357 14.2781 3.03158 14.2468C3.06307 14.2527 3.09605 14.2512 3.12904 14.2378C3.21601 14.2035 3.25799 14.1066 3.225 14.0202C3.27298 14.0202 3.31947 14.0038 3.35695 13.968C3.42892 14.0411 3.54588 14.0425 3.61935 13.971C3.69282 13.8994 3.69432 13.7832 3.62235 13.7101C3.71531 13.7057 3.78878 13.6281 3.78428 13.5342C3.77978 13.4418 3.70181 13.3688 3.60735 13.3732C3.60435 13.3106 3.56837 13.2585 3.51589 13.2316C3.52488 13.2108 3.52638 13.1884 3.52188 13.166C3.53538 13.1631 3.54887 13.1586 3.56087 13.1511C3.63284 13.1124 3.65833 13.0244 3.62085 12.9544C3.69282 12.9156 3.71831 12.8277 3.68082 12.7576C3.64184 12.6861 3.55337 12.6607 3.4829 12.698C3.54887 12.6577 3.56987 12.5728 3.53088 12.5057C3.4919 12.4386 3.40493 12.4192 3.33746 12.458L3.33596 12.461Z' fill='url(%23paint98_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.255 13.9003C4.29848 14.0002 4.252 14.118 4.15154 14.1612C4.07957 14.1925 3.9986 14.1776 3.94162 14.1299C3.96861 14.194 3.95961 14.27 3.91163 14.3266C3.84416 14.4071 3.72271 14.4176 3.64174 14.3505C3.57427 14.431 3.45281 14.4414 3.37185 14.3743C3.33286 14.3416 3.31037 14.2968 3.30437 14.2506C3.25339 14.2775 3.18892 14.2596 3.16043 14.2089C3.10945 14.2372 3.04348 14.2193 3.01499 14.1671C3.00299 14.1463 2.99999 14.1239 3.00299 14.103C2.988 14.1105 2.9715 14.1135 2.95351 14.1135C2.89953 14.1105 2.85905 14.0643 2.86355 14.0106C2.81107 14.0076 2.77208 13.9629 2.77358 13.9122C2.7376 13.9048 2.70761 13.875 2.70461 13.8362C2.65813 13.8407 2.61615 13.8079 2.60865 13.7617C2.55617 13.7975 2.4857 13.8094 2.42122 13.7855C2.31477 13.7468 2.25929 13.629 2.29827 13.5232C2.19181 13.4844 2.13634 13.3667 2.17532 13.2608C2.20531 13.1789 2.28328 13.1282 2.36575 13.1267C2.36425 13.1252 2.36275 13.1222 2.36125 13.1192C2.34475 13.0924 2.35375 13.0566 2.38074 13.0417C2.36425 13.0149 2.37324 12.9791 2.40023 12.9642C2.40923 12.9582 2.42122 12.9553 2.43172 12.9567C2.39273 12.9225 2.37624 12.8673 2.39273 12.8151C2.41523 12.7466 2.4887 12.7078 2.55917 12.7287C2.53068 12.6527 2.55617 12.5647 2.62814 12.5185C2.57566 12.438 2.59815 12.3292 2.68062 12.2755C2.76159 12.2233 2.87104 12.2457 2.92502 12.3277C2.90553 12.2904 2.92053 12.2427 2.95801 12.2233C2.9955 12.204 3.04348 12.2189 3.06297 12.2561C3.10045 12.2368 3.14843 12.2517 3.16793 12.2889C3.16793 12.2919 3.17093 12.2949 3.17093 12.2979C3.19791 12.2666 3.2384 12.2472 3.28338 12.2472C3.36585 12.2472 3.43032 12.3143 3.43032 12.3963C3.51279 12.3963 3.57726 12.4633 3.57726 12.5453C3.57726 12.5841 3.56077 12.6199 3.53678 12.6452C3.53978 12.6512 3.54278 12.6571 3.54428 12.6631C3.56377 12.6586 3.58326 12.6631 3.59826 12.6765C3.61325 12.6601 3.63274 12.6482 3.65523 12.6422C3.71671 12.6273 3.77818 12.6646 3.79318 12.7257C3.85465 12.7108 3.91613 12.7481 3.93112 12.8092C3.93562 12.8271 3.93562 12.8435 3.93112 12.8599C3.94762 12.8554 3.96411 12.8554 3.9821 12.8599C4.04358 12.8733 4.08256 12.9329 4.06907 12.994C4.13055 13.0074 4.16953 13.0671 4.15603 13.1282C4.15304 13.1401 4.15004 13.1505 4.14404 13.1595C4.15903 13.1625 4.17253 13.1669 4.18602 13.1759C4.243 13.2102 4.25949 13.2832 4.22501 13.3398C4.28199 13.3741 4.29848 13.4472 4.26399 13.5038C4.2565 13.5157 4.246 13.5262 4.2355 13.5351C4.28948 13.5515 4.33746 13.5903 4.36145 13.6469C4.40494 13.7468 4.35845 13.8645 4.25799 13.9078L4.255 13.9003Z' fill='url(%23paint99_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.7543 11.4929C4.7543 11.4437 4.79329 11.405 4.84277 11.405C4.85626 11.405 4.86826 11.4079 4.87875 11.4124C4.88775 11.3856 4.91324 11.3677 4.94323 11.3707C4.94623 11.3364 4.97622 11.3125 5.0107 11.3155C5.04519 11.3185 5.06918 11.3483 5.06618 11.3826C5.06618 11.3528 5.09167 11.3274 5.12166 11.3274C5.15165 11.3274 5.17714 11.3528 5.17714 11.3826C5.19963 11.3438 5.23411 11.3111 5.2791 11.2961C5.36156 11.2708 5.45003 11.3155 5.47552 11.3975C5.55799 11.3722 5.64645 11.4169 5.67194 11.4989C5.69743 11.5809 5.65245 11.6688 5.56998 11.6941C5.63745 11.7016 5.68543 11.7627 5.67794 11.8298C5.67044 11.8969 5.60896 11.9446 5.54149 11.9371C5.53399 12.0042 5.47252 12.0519 5.40505 12.0444C5.36906 12.04 5.33757 12.0206 5.31808 11.9923C5.31358 12.0072 5.30609 12.0206 5.29409 12.031C5.2596 12.0638 5.20413 12.0623 5.17114 12.028C5.13665 12.0608 5.08117 12.0594 5.04819 12.0251C5.04069 12.0176 5.03469 12.0087 5.03169 11.9997C5.0137 12.0251 4.98671 12.0444 4.95373 12.0504C4.88625 12.0638 4.82028 12.0206 4.80528 11.9535C4.73781 11.9669 4.67184 11.9237 4.65684 11.8566C4.64485 11.794 4.68083 11.7344 4.73931 11.7135C4.72881 11.7061 4.72731 11.6971 4.73331 11.6912C4.72731 11.6867 4.72731 11.6777 4.73181 11.6718C4.69433 11.6614 4.66284 11.6256 4.66284 11.5823C4.66284 11.5332 4.70182 11.4944 4.75131 11.4944L4.7543 11.4929Z' fill='url(%23paint100_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M1.51259 11.2711C1.51259 11.213 1.55908 11.1667 1.61755 11.1667C1.63255 11.1667 1.64754 11.1697 1.65954 11.1757C1.67003 11.1444 1.70152 11.1235 1.73601 11.1265C1.739 11.0862 1.77499 11.0579 1.81547 11.0609C1.85596 11.0639 1.88445 11.0997 1.88145 11.1399C1.88145 11.1041 1.91144 11.0743 1.94742 11.0758C1.98341 11.0773 2.0134 11.1056 2.0119 11.1414C2.03889 11.0952 2.07937 11.0564 2.13185 11.04C2.22931 11.0087 2.33427 11.0639 2.36426 11.1608C2.46172 11.1295 2.56668 11.1846 2.59666 11.2815C2.62815 11.3784 2.57267 11.4828 2.47521 11.5126C2.55468 11.5215 2.61166 11.5931 2.60266 11.6721C2.59367 11.7511 2.52169 11.8077 2.44223 11.7988C2.43323 11.8778 2.36126 11.9344 2.28179 11.9255C2.23831 11.921 2.20232 11.8972 2.17983 11.8629C2.17533 11.8808 2.16634 11.8957 2.15134 11.9091C2.11086 11.9478 2.04488 11.9463 2.0059 11.9046C1.96542 11.9434 1.89944 11.9419 1.86046 11.9001C1.85146 11.8912 1.84546 11.8808 1.84096 11.8703C1.81997 11.9001 1.78849 11.9225 1.7495 11.9299C1.67003 11.9463 1.59056 11.8942 1.57557 11.8152C1.4961 11.8316 1.41663 11.7794 1.40164 11.7004C1.38664 11.6273 1.43013 11.5558 1.4991 11.5319C1.4871 11.523 1.48561 11.5126 1.4916 11.5051C1.48411 11.4992 1.48411 11.4887 1.4901 11.4813C1.44662 11.4693 1.40914 11.4261 1.40914 11.3754C1.40914 11.3173 1.45562 11.2711 1.51409 11.2711H1.51259Z' fill='url(%23paint101_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M1.2399 13.946C1.2399 13.8968 1.27888 13.8581 1.32836 13.8581C1.34186 13.8581 1.35385 13.8611 1.36435 13.8655C1.37335 13.8387 1.39884 13.8208 1.42882 13.8238C1.43182 13.7895 1.46181 13.7657 1.4963 13.7686C1.53078 13.7716 1.55477 13.8014 1.55178 13.8357C1.55178 13.8059 1.57727 13.7806 1.60725 13.7806C1.63724 13.7806 1.66273 13.8059 1.66273 13.8357C1.68522 13.797 1.71971 13.7642 1.76469 13.7493C1.84716 13.7239 1.93562 13.7686 1.96111 13.8506C2.04358 13.8253 2.13205 13.87 2.15754 13.952C2.18303 14.034 2.13804 14.1219 2.05558 14.1473C2.12305 14.1547 2.17103 14.2158 2.16353 14.2829C2.15604 14.35 2.09456 14.3977 2.02709 14.3902C2.01959 14.4573 1.95811 14.505 1.89064 14.4976C1.85466 14.4931 1.82317 14.4737 1.80368 14.4454C1.79918 14.4603 1.79168 14.4737 1.77969 14.4842C1.7452 14.517 1.68972 14.5155 1.65673 14.4812C1.62225 14.514 1.56677 14.5125 1.53378 14.4782C1.52629 14.4707 1.52029 14.4618 1.51729 14.4529C1.4993 14.4782 1.47231 14.4976 1.43932 14.5035C1.37185 14.5169 1.30587 14.4737 1.29088 14.4066C1.22341 14.4201 1.15743 14.3768 1.14244 14.3097C1.13044 14.2471 1.16643 14.1875 1.22491 14.1666C1.21441 14.1592 1.21291 14.1503 1.21891 14.1443C1.21291 14.1398 1.21291 14.1309 1.21741 14.1249C1.17992 14.1145 1.14844 14.0787 1.14844 14.0355C1.14844 13.9863 1.18742 13.9475 1.2369 13.9475L1.2399 13.946Z' fill='url(%23paint102_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M1.65665 9.2976C1.65665 9.24841 1.69563 9.20965 1.74511 9.20965C1.75861 9.20965 1.7706 9.21263 1.7811 9.2171C1.79009 9.19027 1.81558 9.17238 1.84557 9.17536C1.84857 9.14108 1.87856 9.11723 1.91305 9.12021C1.94753 9.12319 1.97152 9.153 1.96852 9.18729C1.96852 9.15748 1.99401 9.13214 2.024 9.13214C2.05399 9.13214 2.07948 9.15748 2.07948 9.18729C2.10197 9.14853 2.13646 9.11574 2.18144 9.10083C2.26391 9.07549 2.35237 9.12021 2.37786 9.2022C2.46033 9.17685 2.54879 9.22157 2.57428 9.30356C2.59977 9.38554 2.55479 9.47349 2.47232 9.49883C2.5398 9.50629 2.58778 9.5674 2.58028 9.63448C2.57278 9.70156 2.51131 9.74926 2.44384 9.74181C2.43634 9.80889 2.37486 9.85659 2.30739 9.84913C2.2714 9.84466 2.23992 9.82528 2.22042 9.79696C2.21593 9.81187 2.20843 9.82528 2.19643 9.83572C2.16195 9.86851 2.10647 9.86702 2.07348 9.83274C2.039 9.86553 1.98352 9.86404 1.95053 9.82976C1.94303 9.8223 1.93704 9.81336 1.93404 9.80441C1.91604 9.82976 1.88906 9.84913 1.85607 9.8551C1.7886 9.86851 1.72262 9.82528 1.70763 9.7582C1.64015 9.77162 1.57418 9.72839 1.55919 9.66131C1.54719 9.59871 1.58318 9.53908 1.64165 9.51821C1.63116 9.51076 1.62966 9.50181 1.63566 9.49585C1.62966 9.49138 1.62966 9.48244 1.63416 9.47647C1.59667 9.46604 1.56518 9.43026 1.56518 9.38704C1.56518 9.33784 1.60417 9.29909 1.65365 9.29909L1.65665 9.2976Z' fill='url(%23paint103_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.35985 13.2039C2.34036 13.1592 2.36135 13.107 2.40633 13.0876C2.41833 13.0832 2.43032 13.0802 2.44232 13.0802C2.43932 13.0519 2.45731 13.0265 2.4843 13.0176C2.47381 12.9848 2.4918 12.9505 2.52479 12.9401C2.55777 12.9296 2.59226 12.9475 2.60276 12.9803C2.59076 12.952 2.60426 12.9207 2.63274 12.9088C2.66123 12.8968 2.69272 12.9088 2.70472 12.9386C2.71071 12.8939 2.72871 12.8506 2.76469 12.8193C2.83067 12.7627 2.92963 12.7701 2.9866 12.8357C3.05258 12.7791 3.15154 12.7865 3.20852 12.8521C3.26549 12.9177 3.258 13.0161 3.19202 13.0727C3.2565 13.0534 3.32547 13.0906 3.34346 13.1547C3.36295 13.2188 3.32547 13.2874 3.261 13.3053C3.28049 13.3694 3.243 13.4379 3.17853 13.4558C3.14254 13.4663 3.10656 13.4603 3.07807 13.4409C3.07957 13.4558 3.07807 13.4722 3.07207 13.4871C3.05258 13.5304 3.0016 13.5512 2.95812 13.5319C2.93862 13.5751 2.88764 13.5959 2.84416 13.5766C2.83366 13.5721 2.82617 13.5661 2.81867 13.5587C2.81267 13.5885 2.79468 13.6168 2.76769 13.6362C2.71071 13.675 2.63274 13.6615 2.59376 13.6049C2.53678 13.6436 2.45881 13.6302 2.41983 13.5736C2.38384 13.5214 2.39284 13.4514 2.43932 13.4096C2.42583 13.4066 2.42283 13.3992 2.42433 13.3917C2.41683 13.3888 2.41233 13.3813 2.41533 13.3738C2.37635 13.3783 2.33436 13.3574 2.31637 13.3187C2.29688 13.274 2.31787 13.2218 2.36285 13.2024L2.35985 13.2039Z' fill='url(%23paint104_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.20836 13.4081C2.17688 13.3649 2.18737 13.3037 2.23085 13.2724C2.24285 13.2635 2.25485 13.259 2.26834 13.256C2.25934 13.2262 2.27134 13.1934 2.29833 13.1785C2.27884 13.1457 2.29083 13.1055 2.32232 13.0861C2.35531 13.0667 2.39579 13.0787 2.41528 13.11C2.39579 13.0831 2.40179 13.0444 2.43028 13.025C2.45726 13.0056 2.49625 13.0116 2.51574 13.0399C2.51124 12.9907 2.52024 12.94 2.55023 12.8983C2.60721 12.8223 2.71516 12.8059 2.79163 12.8625C2.84861 12.7865 2.95657 12.7701 3.03304 12.8267C3.10951 12.8834 3.126 12.9907 3.06902 13.0667C3.1335 13.031 3.21596 13.0533 3.25195 13.1189C3.28794 13.1845 3.26544 13.265 3.19947 13.3008C3.23546 13.3649 3.21297 13.4468 3.14699 13.4826C3.11101 13.502 3.07052 13.5035 3.03604 13.4916C3.04203 13.5065 3.04353 13.5244 3.04053 13.5422C3.03004 13.5944 2.98056 13.6272 2.92958 13.6183C2.91908 13.6704 2.8696 13.7032 2.81862 13.6943C2.80663 13.6928 2.79613 13.6883 2.78713 13.6824C2.78713 13.7167 2.77514 13.7509 2.75115 13.7778C2.70017 13.8329 2.6117 13.8374 2.55623 13.7852C2.50525 13.8404 2.41678 13.8449 2.3613 13.7927C2.31032 13.745 2.30283 13.6675 2.34331 13.6123C2.32832 13.6123 2.32232 13.6049 2.32382 13.5959C2.31482 13.5959 2.30882 13.5885 2.30882 13.5795C2.26834 13.5944 2.21736 13.5825 2.18887 13.5437C2.15738 13.5005 2.16788 13.4394 2.21136 13.4081H2.20836Z' fill='url(%23paint105_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M3.36136 12.7587C3.32238 12.7527 3.29089 12.7289 3.2744 12.6961C3.2699 12.7513 3.23691 12.8004 3.18293 12.8243C3.10496 12.8571 3.015 12.8213 2.98051 12.7453C2.90254 12.7781 2.81258 12.7423 2.77809 12.6663C2.7616 12.6275 2.7616 12.5858 2.77659 12.55C2.74061 12.547 2.71062 12.5187 2.70612 12.4829C2.66564 12.4874 2.62815 12.4591 2.62216 12.4174C2.57567 12.4487 2.5157 12.4591 2.45872 12.4382C2.36576 12.4039 2.31778 12.3011 2.35226 12.2087C2.2593 12.1744 2.21132 12.0715 2.24581 11.9791C2.27279 11.9076 2.34027 11.8628 2.41224 11.8613C2.39275 11.8315 2.40024 11.8017 2.42423 11.7868C2.40924 11.763 2.41674 11.7331 2.44073 11.7182C2.44972 11.7138 2.45872 11.7108 2.46772 11.7108C2.43323 11.681 2.41974 11.6333 2.43473 11.5871C2.45422 11.5274 2.5187 11.4932 2.58017 11.511C2.55468 11.4455 2.57867 11.3679 2.64015 11.3277C2.59367 11.2561 2.61466 11.1622 2.68513 11.116C2.7571 11.0698 2.85156 11.0907 2.89805 11.1607C2.88005 11.1279 2.89355 11.0862 2.92654 11.0698C2.95952 11.0534 3.00151 11.0653 3.018 11.0981C3.05099 11.0802 3.09297 11.0937 3.10946 11.1265C3.10946 11.1294 3.11246 11.1309 3.11246 11.1339C3.13645 11.1071 3.17244 11.0892 3.21142 11.0907C3.28339 11.0907 3.34037 11.1488 3.34037 11.2204C3.41234 11.2204 3.46932 11.2785 3.46932 11.3501C3.46932 11.3843 3.45583 11.4142 3.43333 11.438C3.43633 11.4425 3.43933 11.4484 3.44083 11.4544C3.44833 11.4529 3.45583 11.4529 3.46182 11.4544C3.47682 11.3978 3.5203 11.3501 3.58028 11.3307C3.67474 11.2994 3.7767 11.3515 3.80669 11.4455C3.90115 11.4141 4.00311 11.4663 4.0331 11.5602C4.05259 11.6184 4.03909 11.678 4.00611 11.7242C4.05109 11.7108 4.10207 11.7182 4.14405 11.7466C4.21752 11.7972 4.23552 11.8986 4.18304 11.9717C4.25651 12.0223 4.2745 12.1237 4.22202 12.1967C4.17854 12.2593 4.09757 12.2802 4.0286 12.2534C4.09607 12.2996 4.12606 12.3875 4.09307 12.4665C4.05559 12.5575 3.95213 12.6007 3.86066 12.5634C3.82318 12.6544 3.71972 12.6976 3.62826 12.6603C3.61326 12.6544 3.59977 12.6469 3.58777 12.638C3.56228 12.6588 3.5278 12.6693 3.49331 12.6633C3.48281 12.7274 3.42284 12.7721 3.35686 12.7617L3.36136 12.7587Z' fill='url(%23paint106_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.51721 12.2116C2.47823 12.2146 2.44224 12.1997 2.41675 12.1714C2.42575 12.225 2.40475 12.2817 2.35827 12.3175C2.2908 12.3681 2.19484 12.3562 2.14386 12.2891C2.07639 12.3398 1.98042 12.3279 1.92944 12.2608C1.90395 12.2265 1.89346 12.1863 1.89946 12.1475C1.86347 12.1535 1.82748 12.1341 1.81549 12.0983C1.7765 12.1132 1.73452 12.0939 1.71803 12.0551C1.68054 12.0968 1.62356 12.1207 1.56359 12.1147C1.46463 12.1043 1.39266 12.0163 1.40315 11.918C1.30419 11.9075 1.23222 11.8196 1.24272 11.7212C1.25021 11.6452 1.30569 11.5855 1.37616 11.5677C1.35067 11.5438 1.35067 11.5125 1.37017 11.4931C1.35067 11.4738 1.35067 11.4424 1.37017 11.4231C1.37766 11.4156 1.38516 11.4111 1.39416 11.4097C1.35367 11.3888 1.32818 11.3456 1.33118 11.2979C1.33568 11.2352 1.38966 11.1861 1.45263 11.189C1.41215 11.1309 1.41515 11.0504 1.46613 10.9967C1.40465 10.9386 1.40015 10.8417 1.45863 10.7806C1.51711 10.7195 1.61457 10.715 1.67604 10.7731C1.65055 10.7448 1.65355 10.7031 1.68204 10.6777C1.71053 10.6524 1.75251 10.6554 1.778 10.6837C1.80649 10.6584 1.84848 10.6614 1.87397 10.6897C1.87546 10.6912 1.87696 10.6941 1.87846 10.6956C1.89496 10.6628 1.92495 10.639 1.96393 10.6286C2.0329 10.6122 2.10337 10.6539 2.11987 10.724C2.18884 10.7076 2.25931 10.7493 2.27581 10.8194C2.2833 10.8522 2.27881 10.8849 2.26231 10.9133C2.26681 10.9177 2.26981 10.9222 2.27281 10.9267C2.2788 10.9237 2.2863 10.9222 2.2938 10.9207C2.2938 10.8626 2.32379 10.8059 2.37777 10.7717C2.46173 10.7195 2.57269 10.7448 2.62667 10.8283C2.71063 10.7761 2.82159 10.8015 2.87557 10.8849C2.90856 10.9371 2.91155 10.9982 2.88906 11.0504C2.92955 11.0266 2.98053 11.0206 3.02851 11.0385C3.11247 11.0698 3.15446 11.1637 3.12147 11.2472C3.20544 11.2785 3.24742 11.3724 3.21443 11.4559C3.18744 11.5274 3.11397 11.5677 3.0405 11.5572C3.11697 11.5855 3.16795 11.6646 3.15596 11.748C3.14246 11.8449 3.0525 11.912 2.95504 11.8986C2.94154 11.9955 2.85158 12.0626 2.75412 12.0491C2.73912 12.0476 2.72413 12.0432 2.70913 12.0372C2.68964 12.064 2.65965 12.0819 2.62367 12.0849C2.62967 12.1505 2.58168 12.2071 2.51571 12.2131L2.51721 12.2116Z' fill='url(%23paint107_linear_1090_10964)'/%3E%3C/g%3E%3Cpath d='M5.42789 16.4673C5.10552 16.5448 4.59422 16.5284 4.23286 16.3078C3.92548 16.1214 3.86701 15.9112 3.84302 15.8203L6.20608 15.8844C6.10112 16.1721 5.84023 16.3674 5.42789 16.4673Z' fill='%23AD6D34'/%3E%3Cpath d='M6.22393 15.8258C6.18794 15.9734 6.07099 16.115 5.87157 16.2253C5.39476 16.4906 4.63306 16.4832 4.17124 16.2089C3.98532 16.0986 3.87586 15.9615 3.84138 15.8199L3.82788 15.7617L6.23892 15.7692L6.22543 15.8273L6.22393 15.8258Z' fill='url(%23paint108_linear_1090_10964)'/%3E%3Cpath d='M5.90609 15.183C5.43827 14.9042 4.66758 14.8968 4.18477 15.1651C3.70346 15.4334 3.69146 15.8776 4.16078 16.1563C4.62859 16.4351 5.39929 16.4425 5.8821 16.1742C6.3634 15.9059 6.3754 15.4617 5.90609 15.183Z' fill='%23E2E1DD'/%3E%3Cpath d='M5.88364 15.1967C5.42632 14.9254 4.67512 14.9179 4.2058 15.1803C3.73649 15.4427 3.7245 15.8749 4.18181 16.1462C4.63913 16.4175 5.39034 16.425 5.85965 16.1626C6.32896 15.9003 6.34096 15.468 5.88364 15.1967Z' fill='url(%23paint109_linear_1090_10964)'/%3E%3Cpath d='M5.66772 15.5855C5.32735 15.3828 4.76657 15.3768 4.41571 15.5736C4.12333 15.7361 4.06935 15.988 4.25677 16.1848C4.7006 16.4084 5.36484 16.4099 5.81016 16.1878C5.99159 15.997 5.94511 15.7525 5.66772 15.587V15.5855Z' fill='%23E2E1DD'/%3E%3Cpath d='M5.98266 16.1133C5.96017 16.1848 5.8822 16.2206 5.77124 16.234V16.2787L6.8718 16.8914C6.93028 16.9242 7.02324 16.9242 7.08172 16.8914C7.11171 16.875 7.1252 16.8526 7.1252 16.8303V16.8034C7.1252 16.7811 7.11021 16.7602 7.08172 16.7438L5.98116 16.1133H5.98266ZM7.02324 16.8139C7.02324 16.8139 7.02924 16.8184 7.03224 16.8213C7.02924 16.8243 7.02774 16.8273 7.02324 16.8288C7.00225 16.8407 6.96926 16.8407 6.94977 16.8288C6.94527 16.8258 6.94377 16.8243 6.94078 16.8213C6.94377 16.8184 6.94527 16.8154 6.94977 16.8139C6.97076 16.802 7.00375 16.802 7.02324 16.8139Z' fill='%232D2A28'/%3E%3Cpath d='M5.98266 16.1133C5.92568 16.1565 5.85371 16.1953 5.77124 16.234L6.8718 16.8646C6.93028 16.8974 7.02324 16.8974 7.08172 16.8646C7.1402 16.8318 7.1402 16.7766 7.08172 16.7438L5.98116 16.1133H5.98266ZM7.02174 16.7871C7.04274 16.799 7.04274 16.8184 7.02174 16.8303C7.00075 16.8422 6.96777 16.8422 6.94827 16.8303C6.92878 16.8184 6.92878 16.799 6.94827 16.7871C6.96926 16.7751 7.00225 16.7751 7.02174 16.7871Z' fill='%2338243D'/%3E%3Cpath d='M5.06633 15.8004C5.50415 15.8481 5.55963 15.4576 5.27924 15.3816C4.74395 15.237 4.49655 15.7378 5.06633 15.8004Z' fill='%23773B20'/%3E%3Cpath d='M5.27777 15.3818C5.13833 15.3445 4.97339 15.3386 4.84744 15.4191C4.82645 15.4325 4.80696 15.4489 4.79047 15.4668C4.77847 15.4802 4.74698 15.516 4.75748 15.5353C4.75898 15.5383 4.76198 15.5413 4.76348 15.5443C4.76798 15.5532 4.76348 15.5637 4.76798 15.5726C4.77097 15.583 4.78297 15.589 4.79047 15.5979C4.79796 15.6069 4.80246 15.6203 4.81146 15.6292C4.82645 15.6427 4.85044 15.6397 4.86993 15.6486C4.88793 15.6576 4.89992 15.6725 4.91642 15.6829C4.9674 15.7127 4.97939 15.6889 5.03187 15.6963C5.09485 15.7053 5.06186 15.7172 5.12633 15.7023C5.15932 15.6948 5.19531 15.7112 5.22829 15.7053C5.24629 15.7023 5.26278 15.6933 5.27927 15.6904C5.29876 15.6859 5.31826 15.6874 5.33475 15.6769C5.35124 15.6665 5.37074 15.6561 5.38273 15.6412C5.38573 15.6382 5.41272 15.583 5.41272 15.583C5.41572 15.5741 5.41422 15.5651 5.41572 15.5562C5.41572 15.5428 5.42172 15.5309 5.42471 15.5189C5.43221 15.4891 5.41272 15.4638 5.39173 15.4444C5.36024 15.4131 5.31976 15.3937 5.27777 15.3818Z' fill='%238E4A28'/%3E%3Cpath d='M5.3301 15.4328C5.3166 15.4239 5.29111 15.4105 5.27312 15.415C5.27012 15.415 5.26712 15.4179 5.26562 15.4209C5.26562 15.4239 5.26563 15.4254 5.26862 15.4284C5.27462 15.4343 5.28512 15.4343 5.29261 15.4388C5.30161 15.4433 5.3241 15.4627 5.3346 15.4597C5.3406 15.4597 5.34209 15.4507 5.3406 15.4463C5.3391 15.4403 5.3346 15.4373 5.3301 15.4343V15.4328Z' fill='%23773B20'/%3E%3Cpath d='M5.31954 15.5502C5.30755 15.5427 5.28656 15.5353 5.27306 15.5412C5.25657 15.5472 5.26257 15.5636 5.27756 15.5696C5.28506 15.5725 5.29106 15.5725 5.29855 15.5725C5.30305 15.5725 5.30755 15.5725 5.31205 15.5725C5.31805 15.5725 5.32554 15.5725 5.32854 15.5666C5.33154 15.5606 5.32554 15.5546 5.32104 15.5517L5.31954 15.5502Z' fill='%23773B20'/%3E%3Cpath d='M5.17579 15.5668C5.17579 15.5668 5.17429 15.5593 5.17129 15.5563C5.16829 15.5533 5.16379 15.5519 5.15929 15.5519C5.1488 15.5489 5.1383 15.5519 5.1338 15.5638C5.1293 15.5742 5.15629 15.5802 5.16379 15.5787C5.16979 15.5787 5.17579 15.5727 5.17579 15.5668Z' fill='%23773B20'/%3E%3Cpath d='M4.9718 15.5697C4.9793 15.5668 4.9853 15.5608 4.99129 15.5563C4.99129 15.5414 4.9853 15.537 4.9778 15.5355C4.96281 15.5325 4.92082 15.5519 4.94781 15.5683C4.95531 15.5727 4.9643 15.5727 4.9718 15.5683V15.5697Z' fill='%23773B20'/%3E%3Cpath d='M4.92315 15.4609C4.92315 15.4609 4.91447 15.4609 4.91302 15.4652L4.90723 15.471C4.90723 15.471 4.91157 15.4825 4.91736 15.4825C4.92315 15.4825 4.92894 15.4796 4.93329 15.4753C4.93618 15.4667 4.93329 15.4638 4.93184 15.4624C4.92894 15.4624 4.92605 15.4624 4.92315 15.4624V15.4609Z' fill='%23773B20'/%3E%3Cpath d='M4.99433 15.391C4.99433 15.391 4.98983 15.394 4.98833 15.397C4.98683 15.4029 4.99133 15.4119 4.99732 15.4134C5.00482 15.4134 5.01082 15.4104 5.01532 15.4044C5.01682 15.4015 5.01832 15.3985 5.01532 15.3955C5.00782 15.3925 5.00032 15.3895 4.99433 15.391Z' fill='%23773B20'/%3E%3Cpath d='M4.8518 15.5367C4.82631 15.5292 4.80682 15.5501 4.81881 15.5754C4.82481 15.5874 4.8413 15.5933 4.8533 15.5874C4.8593 15.5844 4.8638 15.5784 4.86679 15.571C4.86829 15.5665 4.87129 15.562 4.87129 15.5576C4.87129 15.5471 4.8623 15.5382 4.8518 15.5352V15.5367Z' fill='%23773B20'/%3E%3Cpath d='M5.10198 15.4531C5.10198 15.4531 5.09619 15.456 5.09619 15.4589C5.09619 15.4617 5.09619 15.4646 5.09909 15.466C5.10488 15.4703 5.11212 15.4689 5.11356 15.4617C5.11356 15.456 5.10922 15.4531 5.10198 15.4546V15.4531Z' fill='%23773B20'/%3E%3Cpath d='M4.98978 15.6133C4.98078 15.6088 4.97029 15.6073 4.96129 15.6133C4.94929 15.6193 4.96729 15.6357 4.97478 15.6372C4.98378 15.6386 4.99428 15.6327 4.99578 15.6237C4.99578 15.6208 4.99578 15.6178 4.99578 15.6163C4.99578 15.6163 4.99278 15.6148 4.99128 15.6148L4.98978 15.6133Z' fill='%23773B20'/%3E%3Cpath d='M5.20123 15.6163C5.19373 15.6133 5.18474 15.6133 5.17724 15.6133C5.17274 15.6133 5.16824 15.6178 5.16524 15.6222C5.16224 15.6282 5.16075 15.6356 5.16374 15.6416C5.16674 15.6476 5.17274 15.6535 5.17874 15.6535C5.18624 15.6535 5.19223 15.6476 5.19823 15.6431C5.20273 15.6371 5.20723 15.6312 5.20723 15.6237C5.20573 15.6178 5.20423 15.6178 5.20273 15.6178L5.20123 15.6163Z' fill='%23773B20'/%3E%3Cpath d='M5.33781 16.3043C5.77564 16.352 5.83112 15.9615 5.55073 15.8855C5.01544 15.7409 4.76804 16.2417 5.33781 16.3043Z' fill='%23773B20'/%3E%3Cpath d='M5.54926 15.8857C5.40981 15.8484 5.24488 15.8425 5.11893 15.923C5.09794 15.9364 5.07844 15.9528 5.06195 15.9707C5.04996 15.9841 5.01847 16.0199 5.02896 16.0392C5.03046 16.0422 5.03346 16.0452 5.03496 16.0482C5.03946 16.0571 5.03496 16.0676 5.03946 16.0765C5.04246 16.0869 5.05445 16.0929 5.06195 16.1018C5.06945 16.1108 5.07395 16.1242 5.08294 16.1331C5.09794 16.1466 5.12193 16.1436 5.14142 16.1525C5.15941 16.1615 5.17141 16.1764 5.1879 16.1868C5.23888 16.2166 5.25088 16.1928 5.30335 16.2002C5.36633 16.2092 5.33334 16.2211 5.39782 16.2062C5.4308 16.1987 5.46679 16.2151 5.49978 16.2092C5.51777 16.2062 5.53426 16.1972 5.55076 16.1943C5.57025 16.1898 5.58974 16.1913 5.60623 16.1808C5.62273 16.1704 5.64222 16.16 5.65422 16.1451C5.65721 16.1421 5.6842 16.0869 5.6842 16.0869C5.6872 16.078 5.6857 16.069 5.6872 16.0601C5.6872 16.0467 5.6932 16.0348 5.6962 16.0228C5.7037 15.993 5.6842 15.9677 5.66321 15.9483C5.63172 15.917 5.59124 15.8976 5.54926 15.8857Z' fill='%238E4A28'/%3E%3Cpath d='M5.60158 15.9367C5.58809 15.9278 5.5626 15.9144 5.54461 15.9189C5.54161 15.9189 5.53861 15.9218 5.53711 15.9248C5.53711 15.9278 5.53711 15.9293 5.54011 15.9323C5.54611 15.9382 5.5566 15.9382 5.5641 15.9427C5.5731 15.9472 5.59559 15.9666 5.60608 15.9636C5.61208 15.9636 5.61358 15.9546 5.61208 15.9502C5.61058 15.9442 5.60608 15.9412 5.60158 15.9382V15.9367Z' fill='%23773B20'/%3E%3Cpath d='M5.59103 16.0502C5.57903 16.0427 5.55804 16.0353 5.54455 16.0412C5.52805 16.0472 5.53405 16.0636 5.54905 16.0696C5.55654 16.0725 5.56254 16.0725 5.57004 16.0725C5.57454 16.0725 5.57903 16.0725 5.58353 16.0725C5.58953 16.0725 5.59703 16.0725 5.60003 16.0666C5.60302 16.0606 5.59703 16.0546 5.59253 16.0517L5.59103 16.0502Z' fill='%23773B20'/%3E%3Cpath d='M5.44727 16.0707C5.44727 16.0707 5.44577 16.0632 5.44277 16.0602C5.43977 16.0573 5.43528 16.0558 5.43078 16.0558C5.42028 16.0528 5.40979 16.0558 5.40529 16.0677C5.40079 16.0781 5.42778 16.0841 5.43528 16.0826C5.44127 16.0826 5.44727 16.0766 5.44727 16.0707Z' fill='%23773B20'/%3E%3Cpath d='M5.24329 16.0697C5.25078 16.0668 5.25678 16.0608 5.26278 16.0563C5.26278 16.0414 5.25678 16.037 5.24928 16.0355C5.23429 16.0325 5.19231 16.0519 5.2193 16.0683C5.22679 16.0727 5.23579 16.0727 5.24329 16.0683V16.0697Z' fill='%23773B20'/%3E%3Cpath d='M5.1961 15.9648C5.1961 15.9648 5.18741 15.9648 5.18597 15.9691L5.18018 15.9749C5.18018 15.9749 5.18452 15.9864 5.19031 15.9864C5.1961 15.9864 5.20189 15.9835 5.20623 15.9792C5.20913 15.9706 5.20623 15.9677 5.20479 15.9663C5.20189 15.9663 5.199 15.9663 5.1961 15.9663V15.9648Z' fill='%23773B20'/%3E%3Cpath d='M5.26581 15.8949C5.26581 15.8949 5.26131 15.8979 5.25981 15.9009C5.25831 15.9069 5.26281 15.9158 5.26881 15.9173C5.27631 15.9173 5.2823 15.9143 5.2868 15.9083C5.2883 15.9054 5.2898 15.9024 5.2868 15.8994C5.2793 15.8964 5.27181 15.8934 5.26581 15.8949Z' fill='%23773B20'/%3E%3Cpath d='M5.12328 16.0406C5.09779 16.0331 5.0783 16.054 5.0903 16.0793C5.0963 16.0913 5.11279 16.0972 5.12478 16.0913C5.13078 16.0883 5.13528 16.0823 5.13828 16.0749C5.13978 16.0704 5.14278 16.0659 5.14278 16.0615C5.14278 16.051 5.13378 16.0421 5.12328 16.0391V16.0406Z' fill='%23773B20'/%3E%3Cpath d='M5.37347 15.9531C5.37347 15.9531 5.36768 15.956 5.36768 15.9589C5.36768 15.9617 5.36768 15.9646 5.37057 15.966C5.37636 15.9703 5.3836 15.9689 5.38505 15.9617C5.38505 15.956 5.38071 15.9531 5.37347 15.9546V15.9531Z' fill='%23773B20'/%3E%3Cpath d='M5.26273 16.1172C5.25373 16.1127 5.24324 16.1113 5.23424 16.1172C5.22224 16.1232 5.24024 16.1396 5.24773 16.1411C5.25673 16.1426 5.26723 16.1366 5.26873 16.1276C5.26873 16.1247 5.26873 16.1217 5.26873 16.1202C5.26873 16.1202 5.26573 16.1187 5.26423 16.1187L5.26273 16.1172Z' fill='%23773B20'/%3E%3Cpath d='M5.47271 16.1202C5.46522 16.1172 5.45622 16.1172 5.44872 16.1172C5.44422 16.1172 5.43973 16.1217 5.43673 16.1261C5.43373 16.1321 5.43223 16.1395 5.43523 16.1455C5.43823 16.1515 5.44422 16.1574 5.45022 16.1574C5.45772 16.1574 5.46372 16.1515 5.46971 16.147C5.47421 16.141 5.47871 16.1351 5.47871 16.1276C5.47721 16.1217 5.47571 16.1217 5.47421 16.1217L5.47271 16.1202Z' fill='%23773B20'/%3E%3Cpath d='M4.50114 16.2184C4.93897 16.2661 4.99445 15.8755 4.71406 15.7995C4.17877 15.6549 3.93137 16.1558 4.50114 16.2184Z' fill='%23773B20'/%3E%3Cpath d='M4.71405 15.7998C4.57461 15.7625 4.40967 15.7565 4.28372 15.837C4.26273 15.8504 4.24324 15.8668 4.22675 15.8847C4.21475 15.8981 4.18326 15.9339 4.19376 15.9533C4.19526 15.9563 4.19826 15.9593 4.19976 15.9622C4.20425 15.9712 4.19976 15.9816 4.20425 15.9906C4.20725 16.001 4.21925 16.007 4.22675 16.0159C4.23424 16.0248 4.23874 16.0383 4.24774 16.0472C4.26273 16.0606 4.28672 16.0576 4.30621 16.0666C4.32421 16.0755 4.3362 16.0904 4.3527 16.1009C4.40368 16.1307 4.41567 16.1068 4.46815 16.1143C4.53112 16.1232 4.49814 16.1352 4.56261 16.1203C4.5956 16.1128 4.63159 16.1292 4.66457 16.1232C4.68257 16.1202 4.69906 16.1113 4.71555 16.1083C4.73504 16.1039 4.75454 16.1053 4.77103 16.0949C4.78752 16.0845 4.80702 16.074 4.81901 16.0591C4.82201 16.0562 4.849 16.001 4.849 16.001C4.852 15.9921 4.8505 15.9831 4.852 15.9742C4.852 15.9608 4.858 15.9488 4.86099 15.9369C4.86849 15.9071 4.849 15.8817 4.82801 15.8624C4.79652 15.8311 4.75604 15.8117 4.71405 15.7998Z' fill='%238E4A28'/%3E%3Cpath d='M4.76662 15.8508C4.75313 15.8419 4.72764 15.8284 4.70965 15.8329C4.70665 15.8329 4.70365 15.8359 4.70215 15.8389C4.70215 15.8419 4.70215 15.8434 4.70515 15.8463C4.71114 15.8523 4.72164 15.8523 4.72914 15.8568C4.73813 15.8612 4.76063 15.8806 4.77112 15.8776C4.77712 15.8776 4.77862 15.8687 4.77712 15.8642C4.77562 15.8583 4.77112 15.8553 4.76662 15.8523V15.8508Z' fill='%23773B20'/%3E%3Cpath d='M4.7546 15.9681C4.74261 15.9607 4.72162 15.9532 4.70812 15.9592C4.69163 15.9652 4.69763 15.9816 4.71262 15.9875C4.72012 15.9905 4.72611 15.9905 4.73361 15.9905C4.73811 15.9905 4.74261 15.9905 4.74711 15.9905C4.7531 15.9905 4.7606 15.9905 4.7636 15.9845C4.7666 15.9786 4.7606 15.9726 4.7561 15.9696L4.7546 15.9681Z' fill='%23773B20'/%3E%3Cpath d='M4.61231 15.9847C4.61231 15.9847 4.61081 15.9773 4.60781 15.9743C4.60481 15.9713 4.60031 15.9698 4.59582 15.9698C4.58532 15.9668 4.57482 15.9698 4.57033 15.9817C4.56583 15.9922 4.59282 15.9981 4.60031 15.9967C4.60631 15.9967 4.61231 15.9907 4.61231 15.9862V15.9847Z' fill='%23773B20'/%3E%3Cpath d='M4.40832 15.9838C4.40832 15.9838 4.42182 15.9749 4.42782 15.9704C4.42782 15.9555 4.42182 15.951 4.41432 15.9495C4.39933 15.9465 4.35735 15.9659 4.38433 15.9823C4.39183 15.9868 4.40083 15.9868 4.40832 15.9823V15.9838Z' fill='%23773B20'/%3E%3Cpath d='M4.35967 15.8789C4.35967 15.8789 4.35099 15.8789 4.34954 15.8832L4.34375 15.889C4.34375 15.889 4.34809 15.9004 4.35388 15.9004C4.35967 15.9004 4.36547 15.8976 4.36981 15.8933C4.3727 15.8846 4.36981 15.8818 4.36836 15.8803C4.36547 15.8803 4.36257 15.8803 4.35967 15.8803V15.8789Z' fill='%23773B20'/%3E%3Cpath d='M4.43085 15.809C4.43085 15.809 4.42635 15.812 4.42485 15.815C4.42335 15.8209 4.42785 15.8299 4.43385 15.8314C4.44134 15.8314 4.44734 15.8284 4.45184 15.8224C4.45334 15.8194 4.45484 15.8164 4.45184 15.8135C4.44434 15.8105 4.43685 15.8075 4.43085 15.809Z' fill='%23773B20'/%3E%3Cpath d='M4.28832 15.9547C4.26283 15.9472 4.24334 15.9681 4.25534 15.9934C4.26133 16.0053 4.27783 16.0113 4.28982 16.0053C4.29582 16.0024 4.30032 15.9964 4.30332 15.9889C4.30482 15.9845 4.30782 15.98 4.30782 15.9755C4.30782 15.9651 4.29882 15.9561 4.28832 15.9532V15.9547Z' fill='%23773B20'/%3E%3Cpath d='M4.53704 15.8672C4.53704 15.8672 4.53125 15.8701 4.53125 15.8729C4.53125 15.8758 4.53125 15.8787 4.53415 15.8801C4.53994 15.8844 4.54717 15.883 4.54862 15.8758C4.54862 15.8701 4.54428 15.8672 4.53704 15.8686V15.8672Z' fill='%23773B20'/%3E%3Cpath d='M4.4263 16.0313C4.41731 16.0268 4.40681 16.0253 4.39781 16.0313C4.38582 16.0372 4.40381 16.0536 4.41131 16.0551C4.4203 16.0566 4.4308 16.0507 4.4323 16.0417C4.4323 16.0387 4.4323 16.0357 4.4323 16.0343C4.4323 16.0343 4.4293 16.0328 4.4278 16.0328L4.4263 16.0313Z' fill='%23773B20'/%3E%3Cpath d='M4.63775 16.0342C4.63026 16.0313 4.62126 16.0312 4.61376 16.0312C4.60926 16.0312 4.60477 16.0357 4.60177 16.0402C4.59877 16.0462 4.59727 16.0536 4.60027 16.0596C4.60327 16.0655 4.60926 16.0715 4.61526 16.0715C4.62276 16.0715 4.62876 16.0655 4.63475 16.0611C4.63925 16.0551 4.64375 16.0491 4.64375 16.0417C4.64225 16.0357 4.64075 16.0357 4.63925 16.0357L4.63775 16.0342Z' fill='%23773B20'/%3E%3Cpath d='M9.57825 9.80618C9.57825 9.80618 9.57375 9.79277 9.57226 9.7868C9.53927 9.68544 9.58875 9.63327 9.50478 9.55277C9.4493 9.5006 9.38633 9.46035 9.31736 9.42905C9.22439 9.38433 9.13293 9.3247 9.07445 9.23825C9.03697 9.1816 8.17631 7.09321 8.17631 7.08427C8.17931 7.04402 8.32325 4.70669 8.11333 4.26696C8.05786 4.14919 7.96339 4.08957 7.85993 4.06572C7.59454 4.00609 7.33814 4.1954 7.28416 4.45925C7.09524 5.37748 7.38762 6.99632 7.46559 7.42265C7.48208 7.50612 8.53317 9.35005 8.57965 9.49613C8.62763 9.64072 8.67111 9.76593 8.77607 9.8837C8.83155 9.9463 8.89752 9.99997 8.94251 10.07C8.98749 10.1386 8.99648 10.2221 9.03697 10.2891C9.15242 10.4844 9.44631 10.3652 9.55426 10.2265C9.65622 10.0969 9.62623 9.95077 9.57825 9.80618Z' fill='%23FABC9D'/%3E%3Cpath d='M7.30816 4.15474C7.02478 4.64815 7.08175 5.53359 7.09225 6.06127C7.17472 6.43244 8.28728 6.39667 8.35775 6.2014C8.51069 4.36791 7.88993 3.14111 7.30816 4.15474Z' fill='%23BEB9A0'/%3E%3Cpath d='M13.3911 7.4232C13.3116 7.2801 13.1002 7.19215 12.9787 7.10272C12.8783 7.02818 12.7478 6.95961 12.6623 6.87017C12.355 6.54522 11.3729 5.25581 11.3594 5.23047L10.8091 5.82971C10.8091 5.82971 11.5948 6.68981 12.0941 7.08334C12.181 7.15191 12.5274 7.47538 12.4344 7.56183C12.391 7.60059 12.274 7.67959 12.304 7.74816C12.3175 7.78096 12.358 7.79437 12.394 7.79437C12.4554 7.79437 12.5154 7.76456 12.5604 7.72133C12.5769 7.70642 12.5904 7.69003 12.6084 7.67661C12.6938 7.60953 12.7808 7.62593 12.8708 7.67214C12.9637 7.71984 12.9682 7.79884 12.9742 7.89723C12.9757 7.92406 12.9787 7.95387 12.9967 7.97325C13.0327 8.0135 13.1017 7.9971 13.1407 7.96132C13.1811 7.92555 13.2051 7.87487 13.2471 7.84207C13.2636 7.82866 13.2831 7.81822 13.2996 7.80332C13.3161 7.78841 13.3296 7.77052 13.3416 7.75114C13.3701 7.70792 13.4001 7.66469 13.4135 7.6155C13.433 7.54245 13.421 7.48134 13.3911 7.42768V7.4232Z' fill='%23FABC9D'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1090_10964' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(6.84173 8.27133) scale(6.11158 6.07586)'%3E%3Cstop stop-color='%23D6D6D6'/%3E%3Cstop offset='0.24' stop-color='%23E3E3E3'/%3E%3Cstop offset='0.53' stop-color='%23ECECEC'/%3E%3Cstop offset='1' stop-color='%23EFEFEF'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint1_linear_1090_10964' x1='7.62451' y1='8.09842' x2='10.7508' y2='8.09842' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E4E4E4'/%3E%3Cstop offset='1' stop-color='%23EDEDED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1090_10964' x1='6.87182' y1='7.02044' x2='9.25691' y2='5.71033' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B8B29A'/%3E%3Cstop offset='0.16' stop-color='%23B3AE98'/%3E%3Cstop offset='0.61' stop-color='%23CBC5AA'/%3E%3Cstop offset='1' stop-color='%23D2CCB2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_1090_10964' x1='6.97086' y1='9.60768' x2='14.0196' y2='9.60768' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ECECEC'/%3E%3Cstop offset='0.44' stop-color='%23F6F6F6'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_1090_10964' x1='9.42676' y1='4.00073' x2='9.80011' y2='4.00073' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E4E4E4'/%3E%3Cstop offset='1' stop-color='%23EDEDED'/%3E%3C/linearGradient%3E%3CradialGradient id='paint5_radial_1090_10964' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(9.67709 0.109946) scale(2.82488 2.80837)'%3E%3Cstop stop-color='%23D3CDB3'/%3E%3Cstop offset='0.47' stop-color='%23CBC5A8'/%3E%3Cstop offset='0.76' stop-color='%23BFB796'/%3E%3Cstop offset='1' stop-color='%23B8B29A'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint6_linear_1090_10964' x1='8.05779' y1='1.76415' x2='8.89515' y2='0.855925' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E4E4E4'/%3E%3Cstop offset='1' stop-color='%23EDEDED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_1090_10964' x1='24.7837' y1='10.9001' x2='21.9049' y2='15.9173' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C0BFBC'/%3E%3Cstop offset='0.02' stop-color='%23BFBEBB'/%3E%3Cstop offset='0.32' stop-color='%23B8B7B4'/%3E%3Cstop offset='1' stop-color='%23B6B5B3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_1090_10964' x1='14.3642' y1='16.9478' x2='11.4853' y2='21.9651' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C0BFBC'/%3E%3Cstop offset='0.02' stop-color='%23BFBEBB'/%3E%3Cstop offset='0.32' stop-color='%23B8B7B4'/%3E%3Cstop offset='1' stop-color='%23B6B5B3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_1090_10964' x1='17.2599' y1='18.391' x2='19.6649' y2='18.391' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_1090_10964' x1='0.000202083' y1='18.3026' x2='0.150143' y2='18.3026' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_1090_10964' x1='0.000202083' y1='18.2167' x2='0.150143' y2='18.2167' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_1090_10964' x1='0.000202083' y1='18.1307' x2='0.150143' y2='18.1307' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_1090_10964' x1='0.000202083' y1='18.0409' x2='0.150143' y2='18.0409' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_1090_10964' x1='0.000202083' y1='17.955' x2='0.150143' y2='17.955' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_1090_10964' x1='0.000202083' y1='17.869' x2='0.150143' y2='17.869' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_1090_10964' x1='15.4845' y1='19.4081' x2='17.8895' y2='19.4081' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_1090_10964' x1='15.4845' y1='19.3207' x2='17.8895' y2='19.3207' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear_1090_10964' x1='15.4845' y1='19.2362' x2='17.8895' y2='19.2362' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear_1090_10964' x1='15.4845' y1='19.1464' x2='17.8895' y2='19.1464' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear_1090_10964' x1='15.4845' y1='19.0604' x2='17.8895' y2='19.0604' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear_1090_10964' x1='15.4845' y1='18.9745' x2='17.8895' y2='18.9745' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_1090_10964' x1='15.4845' y1='18.8847' x2='17.8895' y2='18.8847' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_1090_10964' x1='14.2445' y1='20.2567' x2='16.0168' y2='20.2567' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_1090_10964' x1='14.2445' y1='20.1903' x2='16.0168' y2='20.1903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_1090_10964' x1='14.2445' y1='20.1239' x2='16.0168' y2='20.1239' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint26_linear_1090_10964' x1='14.2445' y1='20.0536' x2='16.0168' y2='20.0536' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint27_linear_1090_10964' x1='14.2445' y1='19.9872' x2='16.0168' y2='19.9872' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint28_linear_1090_10964' x1='12.9491' y1='20.9989' x2='14.7214' y2='20.9989' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint29_linear_1090_10964' x1='12.9491' y1='20.931' x2='14.7214' y2='20.931' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint30_linear_1090_10964' x1='12.9491' y1='20.8661' x2='14.7214' y2='20.8661' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint31_linear_1090_10964' x1='12.9491' y1='20.7958' x2='14.7214' y2='20.7958' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint32_linear_1090_10964' x1='12.9491' y1='20.7294' x2='14.7214' y2='20.7294' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint33_linear_1090_10964' x1='0.000202083' y1='15.4979' x2='0.150143' y2='15.4979' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint34_linear_1090_10964' x1='0.000202083' y1='15.412' x2='0.150143' y2='15.412' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint35_linear_1090_10964' x1='0.000202083' y1='15.3261' x2='0.150143' y2='15.3261' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint36_linear_1090_10964' x1='0.000202083' y1='15.2362' x2='0.150143' y2='15.2362' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint37_linear_1090_10964' x1='0.000202083' y1='15.1488' x2='0.150143' y2='15.1488' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint38_linear_1090_10964' x1='0.000202083' y1='15.0643' x2='0.150143' y2='15.0643' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint39_linear_1090_10964' x1='0.000202083' y1='14.9745' x2='0.150143' y2='14.9745' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint40_linear_1090_10964' x1='15.4845' y1='16.5199' x2='17.8895' y2='16.5199' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint41_linear_1090_10964' x1='15.4845' y1='16.4315' x2='17.8895' y2='16.4315' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint42_linear_1090_10964' x1='15.4845' y1='16.3456' x2='17.8895' y2='16.3456' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint43_linear_1090_10964' x1='15.4845' y1='16.2597' x2='17.8895' y2='16.2597' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint44_linear_1090_10964' x1='15.4845' y1='16.1698' x2='17.8895' y2='16.1698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint45_linear_1090_10964' x1='15.4845' y1='16.0824' x2='17.8895' y2='16.0824' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint46_linear_1090_10964' x1='15.4845' y1='15.9979' x2='17.8895' y2='15.9979' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint47_linear_1090_10964' x1='14.2445' y1='17.3607' x2='16.0168' y2='17.3607' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint48_linear_1090_10964' x1='14.2445' y1='17.2958' x2='16.0168' y2='17.2958' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint49_linear_1090_10964' x1='14.2445' y1='17.2294' x2='16.0168' y2='17.2294' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint50_linear_1090_10964' x1='14.2445' y1='17.1591' x2='16.0168' y2='17.1591' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint51_linear_1090_10964' x1='14.2445' y1='17.0927' x2='16.0168' y2='17.0927' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint52_linear_1090_10964' x1='12.9491' y1='18.1044' x2='14.7214' y2='18.1044' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint53_linear_1090_10964' x1='12.9491' y1='18.038' x2='14.7214' y2='18.038' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint54_linear_1090_10964' x1='12.9491' y1='17.9716' x2='14.7214' y2='17.9716' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint55_linear_1090_10964' x1='12.9491' y1='17.9012' x2='14.7214' y2='17.9012' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint56_linear_1090_10964' x1='12.9491' y1='17.8348' x2='14.7214' y2='17.8348' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint57_linear_1090_10964' x1='19.4012' y1='15.3888' x2='17.6497' y2='12.9607' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237D510D'/%3E%3Cstop offset='0.48' stop-color='%23A87321'/%3E%3Cstop offset='0.81' stop-color='%23C1872E'/%3E%3Cstop offset='1' stop-color='%23C0872E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint58_linear_1090_10964' x1='16.6838' y1='10.7386' x2='6.37952' y2='4.05258' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237D510D'/%3E%3Cstop offset='0.48' stop-color='%23A87321'/%3E%3Cstop offset='0.81' stop-color='%23C1872E'/%3E%3Cstop offset='1' stop-color='%23C0872E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint59_linear_1090_10964' x1='17.1047' y1='12.0085' x2='15.1215' y2='9.74907' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237D510D'/%3E%3Cstop offset='0.48' stop-color='%23A87321'/%3E%3Cstop offset='0.81' stop-color='%23C1872E'/%3E%3Cstop offset='1' stop-color='%23C0872E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint60_linear_1090_10964' x1='8.35922' y1='20.7347' x2='9.80237' y2='23.2493' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23383532'/%3E%3Cstop offset='0.15' stop-color='%23484643'/%3E%3Cstop offset='0.45' stop-color='%2374726F'/%3E%3Cstop offset='0.87' stop-color='%23BAB9B6'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint61_linear_1090_10964' x1='9.56787' y1='20.9199' x2='11.64' y2='20.9199' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CF823E'/%3E%3Cstop offset='1' stop-color='%23DB9842'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint62_linear_1090_10964' x1='13.091' y1='17.6733' x2='12.8161' y2='18.1532' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23533B57'/%3E%3Cstop offset='0.49' stop-color='%233C2941'/%3E%3Cstop offset='1' stop-color='%232A1A2F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint63_linear_1090_10964' x1='8.92427' y1='20.064' x2='8.64931' y2='20.5424' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23533B57'/%3E%3Cstop offset='0.49' stop-color='%233C2941'/%3E%3Cstop offset='1' stop-color='%232A1A2F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint64_linear_1090_10964' x1='21.0339' y1='3.26966' x2='21.4054' y2='3.91699' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.15' stop-color='%23706860'/%3E%3Cstop offset='0.19' stop-color='%23645E57'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint65_linear_1090_10964' x1='20.77' y1='3.29964' x2='21.1846' y2='4.02321' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.15' stop-color='%23706860'/%3E%3Cstop offset='0.19' stop-color='%23645E57'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint66_linear_1090_10964' x1='17.5649' y1='7.37638' x2='16.7916' y2='8.77617' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDE6B5'/%3E%3Cstop offset='1' stop-color='%237E6E4C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint67_linear_1090_10964' x1='12.1887' y1='7.88182' x2='13.1034' y2='7.88182' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3B052'/%3E%3Cstop offset='1' stop-color='%23DFAB4C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint68_linear_1090_10964' x1='10.9443' y1='8.43159' x2='11.2995' y2='9.05052' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ECBB61'/%3E%3Cstop offset='1' stop-color='%23DFAB4C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint69_linear_1090_10964' x1='8.95605' y1='9.73878' x2='9.87069' y2='9.73878' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3B052'/%3E%3Cstop offset='1' stop-color='%23DFAB4C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint70_linear_1090_10964' x1='21.9588' y1='7.16903' x2='24.2844' y2='7.16903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint71_linear_1090_10964' x1='21.959' y1='7.087' x2='24.2845' y2='7.087' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint72_linear_1090_10964' x1='21.959' y1='7.00106' x2='24.2845' y2='7.00106' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint73_linear_1090_10964' x1='21.959' y1='6.91903' x2='24.2845' y2='6.91903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint74_linear_1090_10964' x1='21.9588' y1='6.83309' x2='24.2844' y2='6.83309' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint75_linear_1090_10964' x1='21.959' y1='6.74715' x2='24.2845' y2='6.74715' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint76_linear_1090_10964' x1='21.959' y1='6.66512' x2='24.2845' y2='6.66512' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint77_linear_1090_10964' x1='6.19995' y1='14.7303' x2='8.611' y2='14.7303' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CF823E'/%3E%3Cstop offset='1' stop-color='%23DB9842'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint78_linear_1090_10964' x1='8.15178' y1='14.4176' x2='6.4527' y2='14.1691' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2B1AF'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint79_linear_1090_10964' x1='4.04077' y1='12.8715' x2='6.25989' y2='12.8715' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2B1AF'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint80_linear_1090_10964' x1='5.08422' y1='12.8641' x2='5.97637' y2='12.8641' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2370706F'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint81_linear_1090_10964' x1='4.08275' y1='11.8571' x2='6.2164' y2='11.8571' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D2D1CE'/%3E%3Cstop offset='1' stop-color='%23B6B5B3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint82_linear_1090_10964' x1='3.93291' y1='9.87179' x2='3.93291' y2='12.3477' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint83_linear_1090_10964' x1='5.70193' y1='9.26258' x2='5.70135' y2='11.9132' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint84_linear_1090_10964' x1='4.65957' y1='10.0031' x2='4.65941' y2='12.6863' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint85_linear_1090_10964' x1='5.97057' y1='10.0888' x2='5.97057' y2='12.298' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint86_linear_1090_10964' x1='7.46108' y1='9.35888' x2='7.46149' y2='10.2524' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint87_linear_1090_10964' x1='4.36586' y1='7.53571' x2='4.36657' y2='8.59149' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint88_linear_1090_10964' x1='3.71407' y1='12.1086' x2='3.71447' y2='13.0021' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint89_linear_1090_10964' x1='5.11916' y1='10.843' x2='5.11958' y2='11.7217' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint90_linear_1090_10964' x1='5.01137' y1='10.8561' x2='5.01111' y2='11.8913' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint91_linear_1090_10964' x1='5.09792' y1='10.6631' x2='5.09792' y2='12.4384' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint92_linear_1090_10964' x1='4.51315' y1='8.84393' x2='4.94223' y2='10.5673' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint93_linear_1090_10964' x1='1.83521' y1='14.5163' x2='4.05432' y2='14.5163' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2B1AF'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint94_linear_1090_10964' x1='2.87862' y1='14.5074' x2='3.77077' y2='14.5074' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2370706F'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint95_linear_1090_10964' x1='1.87868' y1='13.882' x2='4.01083' y2='13.882' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D2D1CE'/%3E%3Cstop offset='1' stop-color='%23B6B5B3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint96_linear_1090_10964' x1='2.36873' y1='11.7702' x2='2.36873' y2='14.2447' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint97_linear_1090_10964' x1='2.63403' y1='10.0914' x2='2.6341' y2='12.7407' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint98_linear_1090_10964' x1='2.36758' y1='11.9409' x2='2.36743' y2='14.6241' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint99_linear_1090_10964' x1='3.26989' y1='12.2099' x2='3.26989' y2='14.4176' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint100_linear_1090_10964' x1='5.16913' y1='11.2959' x2='5.16818' y2='12.1888' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint101_linear_1090_10964' x1='2.00193' y1='11.0387' x2='2.00127' y2='12.0939' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint102_linear_1090_10964' x1='1.65371' y1='13.7495' x2='1.65275' y2='14.6424' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint103_linear_1090_10964' x1='2.07003' y1='9.10099' x2='2.07043' y2='9.9945' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint104_linear_1090_10964' x1='2.8273' y1='12.7811' x2='2.82771' y2='13.6598' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint105_linear_1090_10964' x1='2.71941' y1='12.7949' x2='2.72055' y2='13.8296' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint106_linear_1090_10964' x1='3.24441' y1='11.0594' x2='3.24441' y2='12.8362' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint107_linear_1090_10964' x1='1.98881' y1='10.5941' x2='2.41789' y2='12.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint108_linear_1090_10964' x1='3.82788' y1='16.0912' x2='6.23892' y2='16.0912' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CF823E'/%3E%3Cstop offset='1' stop-color='%23DB9842'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint109_linear_1090_10964' x1='5.78019' y1='15.7778' x2='4.0811' y2='15.5293' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2B1AF'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
d.my_orders_module > d.content {
	width: 100%;
	gap: 10px;
	overflow: auto;
	display: flex;
}
.my_orders_module {
	width: calc(100% - 40px);
	margin: 0 20px;
	overflow: hidden;
	margin-bottom: 25px;
}
d.promo_module {
	width: calc(100% - 40px);
	margin: 0 20px;
	margin-bottom: 40px;
	background-color: #323232;
	position: relative;
	border-radius: 12px;
}
d.order_mini_1_item > d.b > d.info d:first-child {
	position: absolute;
	left: 4px;
	bottom: 0;
	top: 0;
	margin: auto;
	height: 26px;
	width: 26px;
	background: #f5f5f5;
	border-radius: 50%;
}
d.order_mini_1_item > .a d.time {
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	width:  max-content;
	width:  -moz-max-content;
	white-space: nowrap;
    display: none;
}
.shops_module > d.content {
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	margin-top: 20px;
	flex-wrap: wrap;
}






d.block-nj85d6h {
	width: 100%;
	height: 150px;
	border-radius: 10px;
	position: relative;
}
d.layer-profile-n5iw6eb {
	color: #ffffff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
d.block-848sn5 {
	background: #3b3b3b;
	border-radius: 10px;
	padding: 12px 15px;
	font-size: 12px;
	color: #ccc;
	position: relative;
}
d.sca8nsw4 {
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 5px;
	color: #fff;
	line-height: 24px;
}
d.sca8nsw9 {
	font-size: 16px;
	font-weight:  500;
	line-height: 20px;
	padding-bottom: 5px;
	color: #fff;
}
d.block-76je45d {
	display: flex;
	justify-content: space-between;
}
d.block-76je45d a {
	color: #636363;
	font-size: 12px;
	font-weight: 400;
}
d.w4nbi6cdv {
	display: block;
	height: max-content;
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	background: #fff;
}
d.btnareamp45 {
	background: #fff;
	display: block;
	width: 100%;
	background: #fff;
	z-index: 5;
	padding: 15px 0px;
}
d.hd5r6s7b {
	color: #666666;
	font-size: 10px;
	font-weight: 400;
}
d.cv8bwe45ia {
	font-size: 16px;
	font-weight:  500;
	color: #fff;
	position: absolute;
	left: 15px;
	top: 10px;
	width: 130px;
	line-height: 20px;
}
d.cv8bwe45ib {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 10px;
	font-weight:  500;
	background: #ffffff14;
	backdrop-filter: blur(6px);
	border-radius: 55px;
	padding: 5px 10px;
}
d.cv8bwe45ic {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 128px;
	font-size: 12px;
	font-weight: 400;
}
d.arrow-par-9bw56s {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath opacity='0.5' d='M1.5 1.5L5.5 5.5L1.5 9.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #454545;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: center;
}
d.a568nrjhs {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_1002_49607)'%3E%3Cpath d='M11.6667 6.66536V4.9987C11.6667 4.55667 11.4911 4.13275 11.1785 3.82019C10.8659 3.50763 10.442 3.33203 10 3.33203H4.16667C3.72464 3.33203 3.30072 3.50763 2.98816 3.82019C2.67559 4.13275 2.5 4.55667 2.5 4.9987V14.9987C2.5 15.4407 2.67559 15.8646 2.98816 16.1772C3.30072 16.4898 3.72464 16.6654 4.16667 16.6654H10C10.442 16.6654 10.8659 16.4898 11.1785 16.1772C11.4911 15.8646 11.6667 15.4407 11.6667 14.9987V13.332' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10H17.5M17.5 10L15 7.5M17.5 10L15 12.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1002_49607'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 25px;
	height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
d.block-n85s6ic {
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
}
d.layer-header {
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
}
d.block-mw95xs6 {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 220px;
	margin: auto;
	color: #7a7a7a;
}
d.block-38456bnw {
	font-size: 11px;
	color: #7a7a7a;
}
d.layer-login-dqn96dd fieldset {
	margin: 10px 0;
}
d.shopZonesList {
	display: flex;
	gap: 0px;
	overflow: auto;
	align-items: stretch;
	justify-content: flex-start;
}
d.shopZonesList d.item {
	width: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 25px 20px 0px;
	opacity: .3;
	transition: .2s;
}
d.inputfield.coin d.limit {
	display: flex;
	gap: 5px;
	margin-top: 9px;
}
d.inputfield.coin d.limit .b {
	font-weight:  500;
}
d.shopZonesList d.item img {
	width: 100%;
}
d.shopZonesList d.item.a {
	opacity: 1;
}
d.zoneslist d.map.waiting:before {
	content: "";
	height: 80px;
	width: 80px;
	position: absolute;
	bottom: 22px;
	left: 0;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	right: 0;
	top: 0;
	margin: auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' class='circular-loader' viewBox='25 25 50 50'%3E%3Ccircle class='loader-path' cx='50' cy='50' r='20' fill='none' stroke='%23aaa' stroke-width='.5'/%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .circular-loader %7B -webkit-animation: rotate 2s linear infinite; animation: rotate 2s linear infinite; height: 100%25; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; width: 100%25; position: absolute; top: 0; left: 0; margin: auto; %7D .loader-path %7B stroke-dasharray: 150,200; stroke-dashoffset: -10; -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; stroke-linecap: round; %7D @-webkit-keyframes rotate %7B100%25 %7B-webkit-transform: rotate(360deg);transform: rotate(360deg);%7D%7D @keyframes rotate %7B100%25 %7B-webkit-transform: rotate(360deg);transform: rotate(360deg);%7D%7D @-webkit-keyframes dash %7B 0%25 %7Bstroke-dasharray: 1,200;stroke-dashoffset: 0;%7D 50%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -35;%7D 100%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -124;%7D %7D @keyframes dash %7B 0%25 %7Bstroke-dasharray: 1,200;stroke-dashoffset: 0;%7D 50%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -35;%7D 100%25 %7Bstroke-dasharray: 89,200;stroke-dashoffset: -124;%7D %7D%5D%5D%3E%3C/style%3E%3C/defs%3E%3C/svg%3E");
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center;
}

mcmessage {
	height: 100%;
}
mcmessage mcms {
	box-shadow: 0 15px 30px -8px rgba(0, 0, 0, .3);
	min-width: calc(100% - 40px);
	border-radius: 10px;
	padding: 15px;
}
d.layer-login-dqn96dd.st2 .btns .btn {
	display: none;
}
layer.login[name="mobburger"] > wrap {
	max-height: 550px!important;
}

d.block-u5b6vddi {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
d.block-svfsaw4.coin {
	/*
	background-image: url(/media/coin_18254.png);
	background-size: 65px;
	background-repeat: no-repeat;
	background-position: 6px 8px;
	*/
}
d.block-svfsaw4 {
	width: calc(50% - 5px);
	height: 190px;
	background: #3b3b3b;
	color: #ebebeb;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	max-height: 28dvh;
}
d.block-svfsaw4 > d.a {
	font-size: 20px;
	padding-bottom: 10px;
}
d.block-svfsaw4 > d.b {
	background: #4e4e4e;
	border-radius: 14px;
	padding: 2px 10px;
	font-size: 10px;
	font-weight: 400;
	color: #ccc;
}
layer.login[name="mobburger"] > wrap {
	max-height: 615px!important;
}
d.block-svfsaw4.coin d.a {
	font-size: 30px;
	padding-bottom: 12px;
}
d.layer-login-dqn96dd.coin {
	padding: 0;
}

d.order_mini_1_item d.image d.mcpicture {
	height: 80px;
}

d.order_mini_1_item d.image d.mcpicture img {
	height: 100%;
	width: auto;
	object-position: right;
	position: absolute;
	right: 0;
	bottom: 0;
}
d.waiting_order {
	position: absolute;
	inset: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: max-content;
	width: -moz-max-content;
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	line-height: normal;
	height: max-content;
	height: -moz-max-content;
}
layers layer[name="order"] d.layer-frame-dqn96dd {
	color: #fff;
}
layers layer[name="order"] d.layer-frame-dqn96dd d.btn-back-sca8nsw4 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM19 6.75C19.4142 6.75 19.75 6.41421 19.75 6C19.75 5.58579 19.4142 5.25 19 5.25V6.75ZM1 6.75H19V5.25H1V6.75Z' fill='%23FFFfffff'/%3E%3C/svg%3E");
}
d.layer-login-dqn96dd.coin d.d2b4qw9 {
	background: #323232;
	padding: 35px 15px 20px 15px;
	color: #fff;
	border-radius: 0 0 25px 25px;
	margin-bottom: 10px;
	background-image: url(/media/telegram-cloud-document-2-5242745885351238263.png);
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: 0 center;
	position: relative;
}
d.layer-login-dqn96dd.coin d.d2b4qw9:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -14px;
	width: 70px;
	height: 70px;
	background-image: url(/media/telegram-cloud-document-2-5242745885351238260.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
d.layer-login-dqn96dd.coin d.d2b4qw9 .btn-back-sca8nsw4 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM19 6.75C19.4142 6.75 19.75 6.41421 19.75 6C19.75 5.58579 19.4142 5.25 19 5.25V6.75ZM1 6.75H19V5.25H1V6.75Z' fill='%23fff'/%3E%3C/svg%3E");
}
d.block-coin-7bv2g45 d.h1 {
	color: #fff;
	line-height: 40px;
	margin: 50px 0 15px 0;
}
d.block-coin-7bv2g45 d.b {
	line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
}
layer[name="product"].pepa > wrap > content:before {
	position: absolute;
	background: #222;
	z-index: 5;
	opacity: .5;
}
d.block-desc-bw4gh75s.n485nsxoic .b {
	max-height: calc(100dvh - 240px);
}
d.micro_cart {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	width: max-content;
	display: flex;
	justify-content: space-evenly;
	gap: 10px;
	background: #323232;
	margin: auto;
	border-radius: 8px;
	color: #d6d6d6;
	white-space: nowrap;
	transition: .4s;
	transform: translateY(100px);
	align-items: center;
	width: max-content;
	width: -moz-max-content;
	min-width: 280px;
	max-width: calc(100dvw - 40px);
}
d.micro_cart > .a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1001_38038)'%3E%3Cpath d='M8.33398 11.6667C8.33398 12.1087 8.50958 12.5326 8.82214 12.8452C9.1347 13.1577 9.55862 13.3333 10.0007 13.3333C10.4427 13.3333 10.8666 13.1577 11.1792 12.8452C11.4917 12.5326 11.6673 12.1087 11.6673 11.6667C11.6673 11.2246 11.4917 10.8007 11.1792 10.4882C10.8666 10.1756 10.4427 10 10.0007 10C9.55862 10 9.1347 10.1756 8.82214 10.4882C8.50958 10.8007 8.33398 11.2246 8.33398 11.6667Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16687 6.66797H15.8327C16.073 6.66794 16.3105 6.71988 16.5288 6.82022C16.7472 6.92056 16.9413 7.06693 17.0977 7.2493C17.2542 7.43167 17.3694 7.64573 17.4354 7.87679C17.5015 8.10785 17.5167 8.35045 17.4802 8.58797L16.4344 14.548C16.3436 15.1383 16.0444 15.6767 15.591 16.0656C15.1376 16.4544 14.56 16.6681 13.9627 16.668H6.03603C5.43886 16.6679 4.86143 16.4542 4.40822 16.0653C3.95501 15.6764 3.65597 15.1382 3.5652 14.548L2.51937 8.58797C2.48284 8.35045 2.49811 8.10785 2.56412 7.87679C2.63013 7.64573 2.74533 7.43167 2.90182 7.2493C3.05831 7.06693 3.25238 6.92056 3.47073 6.82022C3.68909 6.71988 3.92656 6.66794 4.16687 6.66797Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1667 8.33203L12.5 3.33203' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83398 8.33203L7.50065 3.33203' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1001_38038'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 12px center;
	display: flex;
	gap: 10px;
	padding: 15px 0px 15px 45px;
	font-size: 16px;
	font-weight: 400;
	align-items: center;
}
d.micro_cart > .a .count {
	background: #464646;
	border-radius: 10px;
	min-width: 20px;
	padding: 2px 10px;
	font-size:  12px;
	font-weight:  500;
	line-height: 2px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
d.micro_cart d.summ {
	font-size: 16px;
	font-weight:  500;
	padding: 0 12px 0 0;
	color: #fff;
}
d.micro_cart.show {
	transform: translateY(0px);
}
layer[name="product"] > wrap > content {
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
    height: 100%;
}
layers > layer:not(.mobile)[name="product"] > wrap > content {
    height: max-content;
    height: -moz-max-conten;
} 
d.openproduct {
	padding-bottom: 100px;
	overflow: auto;
	height: 100%;
}
d.openproduct::-webkit-scrollbar {
	width: 0!important;
	height: 0!important;
}
layers > layer:not(.mobile)[name="product"] d.openproduct.pc_mode d.adt3.l {
    height: max-content;
}
layers > layer:not(.mobile)[name="product"] d.openproduct.pc_mode d.adt3.r {
    height: max-content;
}

layers > layer > wrap > content .layer-crat d.cart-wrap d.next:has(d.offline-nb59o) {
    background: #111;
}
d.offline-nb59o {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
}


layer[name="product"] > wrap > content::-webkit-scrollbar-thumb {
	border: 0;
}
layer[name="product"] > wrap > content::-webkit-scrollbar {
	width: 0px;
	height: 0px;
}
layer[name="product"] > wrap > content::-webkit-scrollbar-track {
	background: transparent;
}
d.openproduct d.media {
	width: 100%;
	position: relative;
	aspect-ratio: 1;
	background: #000;
	overflow: hidden;
	border-radius: 0px 0px 20px 20px;
}
d.openproduct d.media d.item {
	height: 100%;
	width: 100%;
}
d.openproduct d.media d.item video {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center;
	position: relative;
}
d.openproduct d.price > .a d.x {
	position: relative;
	opacity: .3;
}
d.openproduct d.price > .a d.x:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #222;
	inset: 0;
	margin: auto;
	width: calc(100% + 4px);
	left: -2px;
}
d.openproduct d.price > .b {
	font-size: 11px;
	font-weight: 400;
	opacity: .5;
}
d.openproduct d.desc {
	margin: 0 20px 20px 20px;
	font-size:  12px;
	font-weight: 400;
	color: #adadad;
}
d.op_box {
	margin: 0 20px 20px 20px;
	box-shadow: 0px -2px 0px 0px #f9f9f9;
	padding-top: 10px;
	overflow: hidden;
	transition: height .5s;
}
d.op_box.compound.slim {
	height: 30px!important;
	overflow: hidden;
}
d.op_box d.title {
	font-size: 16px;
	font-weight:  500;
	margin-bottom: 15px;
	line-height: 19px;
	display: flex;
	justify-content: space-between;
}
d.ingredients {
	overflow: auto;
	width: 100%;
	height:  max-content;
	height:  -moz-max-content;
	display: flex;
	gap: 15px;
}
d.ingredients d.item {
	height:  max-content;
	height:  -moz-max-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
}
d.ingredients d.item d.mcpicture {
	width: 80px;
	aspect-ratio: 1;
}
d.ingredients d.item d.name {
	/* background: #f5f5f5; */
	border-radius: 20px;
	padding: 4px 11px;
	font-size: 13px;
	font-weight: 400;
	color: #5e5e5e;
}
d.op_box  > d.desc {
	font-size: 12px;
	font-weight: 400;
	color: #adadad;
}
d.op_box d.title d.b {
	width: 25px;
	height: 19px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' viewBox='0 0 22 24' fill='none'%3E%3Cpath opacity='0.6' d='M6 15L10.2929 10.7071C10.6834 10.3166 11.3166 10.3166 11.7071 10.7071L16 15' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	min-width: 25px;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
d.op_box.compound.slim d.title d.b {
	transform: rotate(180deg);
}
.comment_f38gh d.set .btn {
	padding: 9px 16px;
	min-width: min-content;
	max-width: min-content;
	width: min-content;
	color: #232323;
	background: #fff;
	border-radius: 25px;
	font-size: 12px;
}
d.ingredients d.item d.mcpicture {
	border-radius: 8px;
	overflow: hidden;
}
d.calories {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
d.calories d.weight {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='46' viewBox='0 0 74 46' fill='none'%3E%3Cpath d='M0.5 5C0.5 2.51472 2.51472 0.5 5 0.5H60.7218C62.5133 0.5 64.1342 1.56274 64.8486 3.20573L72.6747 21.2057C73.1722 22.3502 73.1722 23.6498 72.6747 24.7943L64.8486 42.7943C64.1342 44.4373 62.5133 45.5 60.7218 45.5H5C2.51472 45.5 0.5 43.4853 0.5 41V5Z' fill='white' stroke='%23D9D9D9'/%3E%3C/svg%3E");
	width: 74px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 0px;
	padding-left: 16px;
}
d.calories d.param {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 86px);
	border: 1px solid #f2f2f2;
	padding: 9px 15px;
	border-radius: 6px;
}
d.calories d.weight d.a {
	font-size: 14px;
	font-weight: 400;
}
d.calories d.weight d.b {
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	color: #959595;
}
d.calories d.param d.x {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 0px;
}
d.calories d.param d.a {
	font-size: 14px;
	font-weight: 400;
}
d.calories d.param d.b {
	font-size: 10px;
	font-weight: 400;
	line-height: 11px;
	color: #959595;
}
d.openproduct  footer {
	padding: 15px 20px 15px 20px;
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	gap: 10px;
}
d.openproduct  footer d.inputcart {
	display: flex;
	width: 120px;
	height: 40px;
	min-width: 120px;
	transition: .5s;
}
d.openproduct  footer d.tocart {
    border-radius: 8px;
    background: #242424;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    transition: .5s;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}
d.openproduct  footer d.tocart  d.d2 {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
	line-height: 0px;
	font-weight: 300;
}
d.openproduct  footer d.tocart d.d2 d.old_price {
	position: relative;
	opacity: .4;
	font-size: 10px;
}
d.openproduct  footer d.tocart d.d2 d.old_price:before {
	content: "";
	inset: 0;
	margin: auto;
	left: -2px;
	width: calc(100% + 4px);
	height: 1px;
	margin: auto;
	background: #ddd;
	position: absolute;
}
d.products_list_module {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 0px;
	justify-content: space-between;
}
d.openproduct {
	padding-bottom: 100px;
}









header[screen="ff"] {
	justify-content: space-between;
	margin: 0 auto;
	width: calc(100% - 120px);
	padding: 10px 0;
}
header[screen="ff"] d.left {display: flex;align-items: center;justify-content: flex-start;gap: 30px;}
header[screen="ff"] d.right {
	display: flex;
	gap: 10px;
	justify-content: flex-start;
	align-items: center;
}
header[screen="ff"] d.center {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
}
header[screen="ff"] d.left logo {
	width: 90px;
}
header[screen="ff"] d.left d.address_wi5c69 {
	margin: 0;
	max-width: 300px;
	padding-right: 20px;
}
header[screen="ff"] d.left d.address_wi5c69 d.w {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 100%;
	line-height: 35px;
}
header[screen="ff"] d.center d.pm_main {
	padding: 20px 20px;
	display: flex;
	height: max-content;
	height: -moz-max-content;
	cursor: pointer;
}
.userui d.language d.list {
	position: absolute;
	left: 6px;
	top: 34px;
	z-index: 5;
	background: #f5f5f5;
	padding: 7px 0px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 0;
	display: none;
}
.userui d.language {
	position: relative;
}
.userui d.language d.list a.a {
	display: none;
}
.userui d.language d.list a {
	padding: 6px 20px;
}
.userui d.language d.set {
	padding: 12px 25px;
}
.userui d.profile {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8.99991 10.1387C3.59158 10.1387 0.613037 12.6972 0.613037 17.3431C0.613037 17.7059 0.907119 18 1.26997 18H16.7298C17.0927 18 17.3868 17.7059 17.3868 17.3431C17.3868 12.6975 14.4082 10.1387 8.99991 10.1387ZM1.9508 16.6861C2.2092 13.2125 4.57743 11.4526 8.99991 11.4526C13.4224 11.4526 15.7907 13.2125 16.0493 16.6861H1.9508ZM8.99991 0C6.5156 0 4.64226 1.91102 4.64226 4.44505C4.64226 7.05329 6.59709 9.17497 8.99991 9.17497C11.4027 9.17497 13.3576 7.05329 13.3576 4.44526C13.3576 1.91102 11.4842 0 8.99991 0ZM8.99991 7.86132C7.32145 7.86132 5.95612 6.3289 5.95612 4.44526C5.95612 2.63081 7.23626 1.31386 8.99991 1.31386C10.7353 1.31386 12.0437 2.65992 12.0437 4.44526C12.0437 6.3289 10.6784 7.86132 8.99991 7.86132Z' fill='%23323232'/%3E%3C/svg%3E");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 9px 12px 9px 37px;
	background-color: #f5f5f5;
	height: 34px;
	border-radius: 6px;
}
.userui d.cart {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_2378_6283)'%3E%3Cpath d='M8.33594 11.6667C8.33594 12.1087 8.51153 12.5326 8.82409 12.8452C9.13665 13.1577 9.56058 13.3333 10.0026 13.3333C10.4446 13.3333 10.8686 13.1577 11.1811 12.8452C11.4937 12.5326 11.6693 12.1087 11.6693 11.6667C11.6693 11.2246 11.4937 10.8007 11.1811 10.4882C10.8686 10.1756 10.4446 10 10.0026 10C9.56058 10 9.13665 10.1756 8.82409 10.4882C8.51153 10.8007 8.33594 11.2246 8.33594 11.6667Z' stroke='%23323232' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16687 6.66797H15.8327C16.073 6.66794 16.3105 6.71988 16.5288 6.82022C16.7472 6.92056 16.9413 7.06693 17.0977 7.2493C17.2542 7.43167 17.3694 7.64573 17.4354 7.87679C17.5015 8.10785 17.5167 8.35045 17.4802 8.58797L16.4344 14.548C16.3436 15.1383 16.0444 15.6767 15.591 16.0656C15.1376 16.4544 14.56 16.6681 13.9627 16.668H6.03603C5.43886 16.6679 4.86143 16.4542 4.40822 16.0653C3.95501 15.6764 3.65597 15.1382 3.5652 14.548L2.51937 8.58797C2.48284 8.35045 2.49811 8.10785 2.56412 7.87679C2.63013 7.64573 2.74533 7.43167 2.90182 7.2493C3.05831 7.06693 3.25238 6.92056 3.47073 6.82022C3.68909 6.71988 3.92656 6.66794 4.16687 6.66797Z' stroke='%23323232' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1667 8.33203L12.5 3.33203' stroke='%23323232' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83594 8.33203L7.5026 3.33203' stroke='%23323232' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2378_6283'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 9px 12px 9px 37px;
	background-color: #f5f5f5;
	height: 34px;
	border-radius: 6px;
}

footer[screen="f"] {
	background: #f5f5f5;
	padding: 50px 0 20px 0;
	margin-top: 100px;
}
footer[screen="f"] > .wrap {
	margin: 0 auto;
	width: calc(100% - 120px);
}
footer[screen="f"] d.top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

footer[screen="f"] d.bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

footer[screen="f"] d.top logo {
	width: 100px;
}

footer[screen="f"] d.top d.center {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

footer[screen="f"] d.top d.work {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

footer[screen="f"] d.top d.social {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

footer[screen="f"] d.top d.apps {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

footer[screen="f"] d.bottom d.a {
	display: flex;
	gap: 25px;
}

footer[screen="f"] d.bottom d.a img {
	width: 150px;
}

footer[screen="f"] d.bottom d.a a {
	color: #ccc;
}

footer[screen="f"] d.top d.apps d.a {
	color: #888;
}

footer[screen="f"] d.top d.social d.saf4.t {}

footer[screen="f"] d.top d.social d.saf4.t d.a {
	color: #888;
}

footer[screen="f"] d.top d.work d.time {}

footer[screen="f"] d.top d.work d.time d.b {
	color: #888;
	padding-left: 25px;
}

footer[screen="f"] d.top d.work d.time d.a {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.5'%3E%3Cpath d='M3.33203 5.83854C3.33203 5.39651 3.50763 4.97259 3.82019 4.66003C4.13275 4.34747 4.55667 4.17188 4.9987 4.17188H14.9987C15.4407 4.17188 15.8646 4.34747 16.1772 4.66003C16.4898 4.97259 16.6654 5.39651 16.6654 5.83854V15.8385C16.6654 16.2806 16.4898 16.7045 16.1772 17.0171C15.8646 17.3296 15.4407 17.5052 14.9987 17.5052H4.9987C4.55667 17.5052 4.13275 17.3296 3.82019 17.0171C3.50763 16.7045 3.33203 16.2806 3.33203 15.8385V5.83854Z' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.332 2.5V5.83333' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66797 2.5V5.83333' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33203 9.17188H16.6654' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
	padding-left: 25px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 24px;
}

footer[screen="f"] d.top d.work d.tel {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.5'%3E%3Cpath d='M4.16667 3.32812H7.5L9.16667 7.49479L7.08333 8.74479C7.9758 10.5544 9.44039 12.019 11.25 12.9115L12.5 10.8281L16.6667 12.4948V15.8281C16.6667 16.2702 16.4911 16.6941 16.1785 17.0066C15.866 17.3192 15.442 17.4948 15 17.4948C11.7494 17.2973 8.68346 15.9169 6.38069 13.6141C4.07792 11.3113 2.69754 8.2454 2.5 4.99479C2.5 4.55276 2.67559 4.12884 2.98816 3.81628C3.30072 3.50372 3.72464 3.32813 4.16667 3.32812Z' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 25px;
}

footer[screen="f"] d.top d.social d.saf4.t d.b a.tg {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Crect width='40' height='40' rx='20' fill='%23BEBEBE'/%3E%3Cpath d='M16.8477 22.5861L16.5168 27.2394C16.9902 27.2394 17.1952 27.0361 17.441 26.7919L19.6602 24.6711L24.2585 28.0386C25.1018 28.5086 25.696 28.2611 25.9235 27.2627L28.9418 13.1194L28.9427 13.1186C29.2102 11.8719 28.4918 11.3844 27.6702 11.6902L9.92848 18.4827C8.71765 18.9527 8.73598 19.6277 9.72265 19.9336L14.2585 21.3444L24.7943 14.7519C25.2901 14.4236 25.741 14.6052 25.3701 14.9336L16.8477 22.5861Z' fill='white'/%3E%3C/svg%3E");
}

footer[screen="f"] d.top d.social d.saf4.t d.b {
}

footer[screen="f"] d.top d.social d.saf4.t d.b a {
	display: block;
	width: 40px;
	aspect-ratio: 1;
	margin-top: 10px;
}

footer[screen="f"] d.top d.social d.saf4.t d.b {
	display: flex;
	gap: 10px;
}

footer[screen="f"] d.top d.social d.saf4.t d.b a.inst {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Crect width='40' height='40' rx='20' fill='%23BEBEBE'/%3E%3Cg clip-path='url(%23clip0_1516_23794)'%3E%3Cpath d='M29.9398 15.8771C29.8912 14.8126 29.7221 14.0857 29.475 13.4497C29.2239 12.7824 28.8303 12.178 28.3215 11.6785C27.822 11.1697 27.2176 10.776 26.5503 10.5248C25.9141 10.2777 25.1874 10.1088 24.1229 10.0604C23.0565 10.0116 22.7157 10 20 10C17.2843 10 16.9435 10.0116 15.8771 10.0602C14.8126 10.1088 14.0859 10.2779 13.4497 10.525C12.7824 10.7761 12.1779 11.1698 11.6784 11.6785C11.1696 12.178 10.7759 12.7824 10.5247 13.4496C10.2777 14.0857 10.1088 14.8127 10.0604 15.877C10.0116 16.9435 10 17.2841 10 19.9998C10 22.7157 10.0116 23.0565 10.0604 24.1229C10.1089 25.1872 10.278 25.9141 10.5252 26.5503C10.7763 27.2175 11.1699 27.822 11.6786 28.3214C12.1781 28.8302 12.7826 29.2238 13.4498 29.4748C14.0859 29.7221 14.8128 29.8911 15.8772 29.9397C16.9438 29.9884 17.2844 29.9999 20.0002 29.9999C22.7159 29.9999 23.0566 29.9884 24.1231 29.9397C25.1875 29.8911 25.9143 29.7221 26.5504 29.4748C27.2147 29.2179 27.818 28.8251 28.3216 28.3215C28.8253 27.8179 29.2181 27.2146 29.475 26.5503C29.7223 25.9141 29.8912 25.1872 29.9399 24.1229C29.9884 23.0563 30 22.7157 30 20C30 17.2841 29.9884 16.9435 29.9398 15.8771ZM28.1398 24.041C28.0954 25.0161 27.9325 25.5455 27.7956 25.8978C27.6292 26.3291 27.3744 26.7208 27.0475 27.0477C26.7207 27.3746 26.329 27.6294 25.8977 27.7957C25.5454 27.9326 25.0159 28.0956 24.0409 28.14C22.9866 28.1882 22.6703 28.1983 20 28.1983C17.3296 28.1983 17.0134 28.1882 15.959 28.14C14.9842 28.0956 14.4547 27.9326 14.1022 27.7957C13.6679 27.6354 13.275 27.3797 12.9525 27.0476C12.6203 26.7251 12.3647 26.3322 12.2043 25.8978C12.0675 25.5455 11.9045 25.0161 11.8601 24.041C11.812 22.9866 11.8018 22.6703 11.8018 20.0002C11.8018 17.3299 11.812 17.0137 11.8601 15.9592C11.9046 14.9842 12.0675 14.4547 12.2043 14.1024C12.3647 13.668 12.6203 13.2751 12.9525 12.9525C13.275 12.6203 13.668 12.3647 14.1024 12.2045C14.4547 12.0675 14.9842 11.9046 15.9592 11.8601C17.0136 11.812 17.3299 11.8018 20 11.8018H19.9999C22.67 11.8018 22.9863 11.812 24.0409 11.8602C25.0159 11.9046 25.5452 12.0676 25.8977 12.2045C26.332 12.3649 26.7249 12.6204 27.0475 12.9525C27.3796 13.275 27.6353 13.668 27.7955 14.1024C27.9325 14.4547 28.0955 14.9842 28.1398 15.9592C28.1879 17.0136 28.1981 17.3299 28.1981 20C28.1981 22.6704 28.188 22.9864 28.1398 24.041Z' fill='white'/%3E%3Cpath d='M20.0022 14.8594C17.1663 14.8594 14.8672 17.1585 14.8672 19.9945C14.8672 22.8305 17.1663 25.1296 20.0022 25.1296C22.8384 25.1296 25.1374 22.8305 25.1374 19.9945C25.1374 17.1585 22.8384 14.8594 20.0022 14.8594ZM20.0022 23.3278C18.1614 23.3277 16.6689 21.8354 16.6691 19.9944C16.6691 18.1536 18.1614 16.6611 20.0024 16.6611C21.8434 16.6612 23.3357 18.1536 23.3357 19.9944C23.3357 21.8354 21.8432 23.3278 20.0022 23.3278Z' fill='white'/%3E%3Cpath d='M26.5368 14.6611C26.5368 15.3237 25.9995 15.861 25.3368 15.861C24.674 15.861 24.1367 15.3237 24.1367 14.6611C24.1367 13.9982 24.674 13.4609 25.3368 13.4609C25.9995 13.4609 26.5368 13.9982 26.5368 14.6611H26.5368Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1516_23794'%3E%3Crect width='20' height='20' fill='white' transform='translate(10 10)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

footer[screen="f"] d.top d.social d.saf4.f d.a {
	color: #888;
}


footer[screen="f"] d.top d.social d.saf4.f d.b a.wh {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1516_23782)'%3E%3Cpath d='M10.0025 0H9.9975C4.48375 0 0 4.485 0 10C0 12.1875 0.705 14.215 1.90375 15.8612L0.6575 19.5763L4.50125 18.3475C6.0825 19.395 7.96875 20 10.0025 20C15.5162 20 20 15.5138 20 10C20 4.48625 15.5162 0 10.0025 0Z' fill='%23BEBEBE'/%3E%3Cpath d='M15.8227 14.1256C15.5814 14.8069 14.6239 15.3719 13.8602 15.5369C13.3377 15.6481 12.6552 15.7369 10.3577 14.7844C7.41891 13.5669 5.52641 10.5806 5.37891 10.3869C5.23766 10.1931 4.19141 8.80562 4.19141 7.37063C4.19141 5.93563 4.92016 5.23688 5.21391 4.93688C5.45516 4.69063 5.85391 4.57812 6.23641 4.57812C6.36016 4.57812 6.47141 4.58438 6.57141 4.58938C6.86516 4.60188 7.01266 4.61938 7.20641 5.08313C7.44766 5.66438 8.03516 7.09938 8.10516 7.24688C8.17641 7.39438 8.24766 7.59438 8.14766 7.78813C8.05391 7.98813 7.97141 8.07687 7.82391 8.24687C7.67641 8.41687 7.53641 8.54687 7.38891 8.72937C7.25391 8.88812 7.10141 9.05813 7.27141 9.35187C7.44141 9.63937 8.02891 10.5981 8.89391 11.3681C10.0102 12.3619 10.9152 12.6794 11.2389 12.8144C11.4802 12.9144 11.7677 12.8906 11.9439 12.7031C12.1677 12.4619 12.4439 12.0619 12.7252 11.6681C12.9252 11.3856 13.1777 11.3506 13.4427 11.4506C13.7127 11.5444 15.1414 12.2506 15.4352 12.3969C15.7289 12.5444 15.9227 12.6144 15.9939 12.7381C16.0639 12.8619 16.0639 13.4431 15.8227 14.1256Z' fill='%23FAFAFA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1516_23782'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

footer[screen="f"] d.top d.social d.saf4.f {
	display: flex;
	flex-direction: column;
	gap: 10px;
}


footer[screen="f"] d.top d.social d.saf4.f d.b a {
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 20px;
}

footer[screen="f"] d.top d.apps d.b {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

footer[screen="f"] d.top d.apps d.b img {
	height: 40px;
	width: auto;
}


d.bonusinfo {
	position: relative;
	margin-top: 10px;
}

d.bonusinfo d.ag4k5dgv {
	pointer-events: none;
	opacity: 0;
	top: -80px;
	left: 0;
	right: 0;
	height: 70px;
	background: #323232;
	color: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 14px;
	position: absolute;
	padding: 20px 20px;
	width: 300px;
	margin: auto;
}
d.bonusinfo d.ag4k5dgv:before {
	position: absolute;
	left: -91px;
	right: 0;
	bottom: -20px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	content: "";
	border-top-color: #323232;
	margin: auto;
}

d.bonusinfo d.bs5nokccg {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #d2ccb2;
	border-radius: 8px;
	padding: 10px 10px;
	height: 36px;
	color: #9f9f9f;
}

d.bonusinfo d.bs5nokccg d.a {
	position: relative;
	padding-right: 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cg opacity='0.4' clip-path='url(%23clip0_2145_12447)'%3E%3Cpath d='M1.75 7C1.75 7.68944 1.8858 8.37213 2.14963 9.00909C2.41347 9.64605 2.80018 10.2248 3.28769 10.7123C3.7752 11.1998 4.35395 11.5865 4.99091 11.8504C5.62787 12.1142 6.31056 12.25 7 12.25C7.68944 12.25 8.37213 12.1142 9.00909 11.8504C9.64605 11.5865 10.2248 11.1998 10.7123 10.7123C11.1998 10.2248 11.5865 9.64605 11.8504 9.00909C12.1142 8.37213 12.25 7.68944 12.25 7C12.25 5.60761 11.6969 4.27226 10.7123 3.28769C9.72774 2.30312 8.39239 1.75 7 1.75C5.60761 1.75 4.27226 2.30312 3.28769 3.28769C2.30312 4.27226 1.75 5.60761 1.75 7Z' stroke='%23242424' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 5.25H7.007' stroke='%23242424' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.4165 7H6.99984V9.33333H7.58317' stroke='%23242424' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2145_12447'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right -1px;
	background-size: 15px;
}
d.bonusinfo.a d.ag4k5dgv {
	opacity: 1;
}
d.bonusinfo d.bs5nokccg d.x {
	color: #323232;
	padding-right: 22px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' viewBox='0 0 23 24' fill='none'%3E%3Cpath d='M6.67281 20.3465C5.75408 19.8161 5.02687 19.1107 4.49119 18.2305C3.38094 16.4082 3.10834 14.3066 3.6734 11.9258C3.93513 10.8267 4.41127 9.67912 5.10181 8.48308C5.75824 7.34609 6.51186 6.36366 7.36266 5.53577C9.18093 3.77016 11.1857 2.88992 13.3771 2.89505C14.4727 2.89762 15.4919 3.17104 16.4346 3.7153C17.2255 4.17193 17.8856 4.80899 18.4149 5.62647C18.9442 6.44395 19.2937 7.37912 19.4635 8.43198C19.8306 10.7112 19.3172 13.0579 17.9233 15.4721C17.3095 16.5353 16.606 17.4679 15.8127 18.2699C15.3785 18.7083 14.9646 19.0747 14.5709 19.3692C14.2518 19.6082 13.8144 19.8676 13.2588 20.1473C10.7935 21.3917 8.59814 21.4581 6.67281 20.3465Z' fill='%23D2CCB2'/%3E%3Cpath opacity='0.5' d='M7.58533 18.7715C6.84019 18.3413 6.25039 17.7693 5.81592 17.0554C4.91546 15.5774 4.69437 13.8729 5.15265 11.9419C5.36493 11.0505 5.7511 10.1198 6.31117 9.14973C6.84357 8.22758 7.45479 7.43077 8.14483 6.75931C9.61954 5.32732 11.2455 4.6134 13.0228 4.61756C13.9114 4.61964 14.7381 4.8414 15.5026 5.28282C16.1441 5.65317 16.6795 6.16986 17.1088 6.83288C17.5381 7.4959 17.8215 8.25437 17.9592 9.10829C18.2569 10.9568 17.8405 12.8601 16.7101 14.8182C16.2122 15.6805 15.6416 16.4369 14.9982 17.0873C14.6461 17.4429 14.3104 17.7401 13.9911 17.9789C13.7323 18.1728 13.3775 18.3832 12.9269 18.61C10.9274 19.6192 9.14687 19.6731 7.58533 18.7715Z' stroke='%23323232' stroke-width='0.7'/%3E%3Cpath d='M9.00049 15.5V15.0655C9.51592 15.0655 9.77363 14.7453 9.77363 14.1048V9.76483C9.77363 9.45586 9.71768 9.2354 9.60578 9.10345C9.49388 8.97149 9.29211 8.90552 9.00049 8.90552V8.5H11.4573V8.90552C11.1894 8.90552 10.991 8.97954 10.8621 9.12759C10.7333 9.27563 10.6689 9.49448 10.6689 9.78414V13.9455C10.6689 14.3961 10.7418 14.7002 10.8876 14.8579C11.0334 15.0156 11.3284 15.0945 11.7726 15.0945C12.7051 15.0945 13.3291 14.6166 13.6444 13.6607L14.0005 13.7814L13.6699 15.5H9.00049Z' fill='%232D2D2D'/%3E%3C/svg%3E");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 0px;
	line-height: 22px;
}
d.documentbody {
	line-height: normal;
	text-align: left;
}
d.concepts_menu {
	display: flex;
	justify-content: flex-start;
	overflow: auto;
	width: calc(100% - 120px);
	margin: 24px 60px 30px 60px;
	height: 50px;
	background: #f5f5f5;
	border-radius: 8px;
	padding: 4px;
	user-select: none;
}
d.concepts_menu > .item img {
	width: auto;
	height: 20px;
}
d.concepts_menu > .item {
	height: 100%;
	width: 200px;
	margin: auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	transition: .2s;
}
d.concepts_menu > d.item {
	pointer-events: none;
	opacity: .2;
}
d.concepts_menu > .item.a {
	background: #ebe8dc;
}
d.concepts_menu > .item:hover {
	background: #ebe8dc;
}
d.concepts_menu:hover > .item.a {
	background: unset;
}
d.concepts_menu:hover > .item.a:hover {
	background: #ebe8dc;
}/*
.mcpicture {
	background: #000000;
}*/
d.mcpicture[type="base"] img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	width: auto;
	height: auto;
}

layer.desctop[name="payment-frame"] > wrap {
	max-width: calc(100dvw - 50px)!important;
	max-height: calc(100dvh - 50px)!important;
	width: calc(100ddvw - 50px)!important;
	height: calc(100dvh - 50px)!important;
	border-radius: 18px!important;
	overflow: hidden;
}
layer.desctop[name="payment-frame"] > wrap content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	position: relative;
	width: 100%;
	height: 100%;
}
layer.desctop[name="payment-frame"] > wrap content iframe {
	display: block;
	width: 100%;
	height: 100%;
}
d.mini_1_item_shop > d.img d.mcpicture {
	aspect-ratio: 1!important;
}
d.addressadd-wrap d.map.set {
	filter: brightness(1.1) grayscale(1) opacity(.8);
}
d.addressadd-wrap d.map.set a {
	display: none!important;
}
d.addressadd-wrap div.gmnoprint:not([data-control-width]) {
	display: none!important;
}
layers > layer[name="addressadd"] > wrap > content {
	padding-top: 0!important;
}
d.bsxsmn678u d.clear {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	height: calc(100% - 10px);
	aspect-ratio: 1;
	margin: auto;
	background: #ffffffe3;
	cursor: pointer;
	border-radius: 4px;
	z-index: 5;
	background-image: url("data:image/svg+xml, %3Csvg%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22%23777%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22css-i6dzq1%22%20randcolor%3D%22set%22%20width%3D%2248%22%20height%3D%2248%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%09%09%09%09%09%09%09%3Cline%20x1%3D%2218%22%20y1%3D%226%22%20x2%3D%226%22%20y2%3D%2218%22%3E%3C%2Fline%3E%0A%09%09%09%09%09%09%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%226%22%20x2%3D%2218%22%20y2%3D%2218%22%3E%3C%2Fline%3E%0A%09%09%09%09%09%09%09%09%3C%2Fsvg%3E");
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: center;
}
body .pac-container {
	border-radius: 4px;
	box-shadow: 0px 5px 20px -4px #0000004a;
	padding: 5px 5px;
	border: none;
	width: calc(100% - 40px)!important;
	left: 20px!important;
	margin-top: 5px!important;
}
body .pac-container .pac-item:first-child {
	border: none;
	font-family: 'Onest' !important;
}

body .pac-container::after {
	display: none;
}

d.conceptBanner d.banner {
    width: 310px;
    border-radius: 8px;
    overflow: hidden;
    min-width: 310px;
    user-select: none;
    cursor: pointer;
}
d.conceptBanner {
    margin: 0px 60px 30px 60px;
    display: flex;
    gap: 10px;
    width: 100%;
    overflow: auto;
    max-width: calc(100% - 120px);
}

.conceptBanner .swiper-slide {
	width: 310px; /* Фиксированная ширина слайда */
	flex-shrink: 0; /* Предотвращает сжатие слайдов */
}
d.conceptBanner.grabbing {
	cursor: grabbing;
	cursor: -webkit-grabbing;
}

layer[name="conceptBanner"] d.name {
    margin: 15px 18px;
    font-size: 18px;
}
layer[name="conceptBanner"]  d.desc {
    margin: 0 15px 10px 15px;
    flex-grow: 1;
}
layer[name="conceptBanner"] wrap content {
    display: flex;
    flex-direction: column;
    padding: 0 0px 20px 0px;
}
layer[name="conceptBanner"] wrap content a {
    margin: 0 15px;
}

layer[name="checkout"] d.address_btn.add.req {
    border: 2px solid #ff8a8a;
}
d.about-locus,
d.about-shop {
    margin: 0px 20px 30px 20px;
    background: #ebe8dc;
    padding: 16px 16px;
    border-radius: 8px;
    max-width: 500px;
    position: relative;
    z-index: 0;
}
d.about-locus d.ttl,
d.about-shop d.ttl {
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
	position: relative;
    z-index: 5;
}
d.about-locus d.address,
d.about-shop d.address {
    margin-bottom: 11px;
    opacity: .7;
	position: relative;
    z-index: 5;
}
d.about-locus d.btn-addrsh,
d.about-shop d.btn-addrsh {
    border-radius: 20px;
    background: #fff;
    padding: 8px 15px;
    width:  max-content;
    width:  -moz-max-content;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
	position: relative;
    z-index: 5;
}
img.aewyt1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 180px;
}

img.aewyt2 {
    position: absolute;
    right: 45px;
    bottom: 0;
    z-index: 1;
    width: 154px;
}
d.shopmap {
    height: 100%;
    margin-top: -16px;
    position: relative;
}
layer[name="shopmap"] wrap {
    overflow: hidden;
}
layer[name="shopmap"] wrap d.shopmap > d.map > div {
    filter: grayscale(1);
}
d.shopmap d.map {
    height: 100%;
}
d.shopmap d.logo {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
    z-index: 5;
	pointer-events: none;
}
d.shopmap d.x {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #ffffffe0;
    border-radius: 50%;
    z-index: 5;
    background-image: url("data:image/svg+xml, %3Csvg%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22%23444%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22css-i6dzq1%22%20randcolor%3D%22set%22%20width%3D%2232%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%09%09%09%09%09%09%09%09%09%3Cline%20x1%3D%2218%22%20y1%3D%226%22%20x2%3D%226%22%20y2%3D%2218%22%3E%3C%2Fline%3E%0A%09%09%09%09%09%09%09%09%09%3Cline%20x1%3D%226%22%20y1%3D%226%22%20x2%3D%2218%22%20y2%3D%2218%22%3E%3C%2Fline%3E%0A%09%09%09%09%09%09%09%09%3C%2Fsvg%3E");
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
}
d.shopmap .btn-toshop {
    z-index: 5;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    width: max-content;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    background: #323232;
    margin: auto;
    border-radius: 8px;
    color: #d6d6d6;
    white-space: nowrap;
    transition: .4s;
    align-items: center;
    width: max-content;
    width: -moz-max-content;
    min-width: 280px;
    max-width: calc(100dvw - 40px);
    padding: 15px 0;
}
d.locusabout {
    padding: 0 20px 0px 20px;
    height: 100%;
    overflow: auto;
}
.btn-toshop {
    z-index: 5;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    width: max-content;
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    background: #323232;
    margin: auto;
    border-radius: 8px;
    color: #d6d6d6;
    white-space: nowrap;
    transition: .4s;
    align-items: center;
    width: max-content;
    width: -moz-max-content;
    min-width: 280px;
    max-width: calc(100dvw - 40px);
    padding: 15px 0;
}





d.locusabout d.logo img {
    width: 120px;
    margin: auto;
}
d.locusabout d.logo {
    margin: 15px 0;
}
d.locusabout d.a843ai {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.6;
    margin-bottom: 5px;
}
d.locusabout d.qwmjn48wq {
    margin-bottom: 20px;
    font-size:  12px;
    font-weight: 400;
    white-space: break-spaces;
}
d.locusabout d.gallerylocus {
    overflow: auto;
    width: 100%;
    margin-bottom: 150px;
}
.btn-toshop {
    color: #fff!important;
}
d.documentbody.noscrollbar.macct {
    height: max-content!important;
    height: max-content!important;
    max-height: max-content!important;
    min-height: max-content!important;
    padding-bottom: 40px;
}
d.locusabout d.gallerylocus d.mcpicture {
    min-width: 250px;
    width: 70%;
    aspect-ratio: 3/4!important;
    border-radius: 12px;
}
d.areabtn-toshop .btn-toshop {
    position: static;
    margin: 16px auto 50px auto;
    display: block;
    text-align: center;
}
d.locusabout d.gallerylocus d.slde5ch {
    display: flex;
    gap: 10px;
}
d.areabtn-toshop {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
}
d.locusabout d.gallerylocus d.mcpicture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
d.info-error-order {
    min-height: 100px;
}
d.layer-frame-dqn96dd.paymentresult.errorf {
    gap: 0;
    background: #f5f5f5;
    padding: 0;
    height: 100%;
}
d.layer-frame-dqn96dd.paymentresult.errorf d.block-n85s6ic {
    padding: 25px 0 25px 0;
    background: #fff;
}
d.layer-frame-dqn96dd.paymentresult.errorf d.block-n85s6ic d.btn-back-sca8nsw4 {
    left: 15px;
}
d.layer-frame-dqn96dd.paymentresult.errorf d.info-error-order {
    width: calc(100% - 40px);
    margin: 0 auto 14px auto;
    background: #fff;
    border-radius: 16px;
    padding-bottom: 10px;
}
d.layer-frame-dqn96dd.paymentresult.errorf d.info-error-order a.btn.repay {
    display: block;
    width: calc(100% - 70px);
    margin: 0 auto 0 auto;
}
d.d567m9sdodl {
    padding: 0px 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

d.d567m9sdodl d.gba456 {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

d.d567m9sdodl d.gba456 d.w4nwsm {
    font-weight: 700;
}
d.d567m9sdodl d.gba456 a:hover {
    text-decoration: underline;
}

d.method.w5mn9jf {
    pointer-events: none;
}
d.se457nas {
    background: #f5f5f5;
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    text-align: left;
    padding: 10px 45px;
    margin-top: 10px;
    background-image: url("data:image/svg+xml, %3Csvg%20stroke%3D%22%23262E3D%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20randcolor%3D%22set%22%20width%3D%2232%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%204l16%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M9%208m0%202a2%202%200%200%201%202%20-2h2a2%202%200%200%201%202%202v8a2%202%200%200%201%20-2%202h-2a2%202%200%200%201%20-2%20-2z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 14px center;
}
d.h2-6789d {
    text-align: center;
    color: #bebebe;
    font-size: 15px;
    padding: 50px;
    border-radius: 50%;
    background: #383939;
    width: 180px;
    height: 180px;
    margin: auto;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
d.maintenance {
    position: fixed;
    inset: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #242424;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 400;
}
d.maintenance d.mt-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 42px;
    max-width: 530px;
    padding: 0 30px;
}

d.maintenance d.mt-wrap d.icon {
    background-image: url("data:image/svg+xml, %3Csvg%20stroke%3D%22%23999%22%20stroke-width%3D%221%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20randcolor%3D%22set%22%20width%3D%2232%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%209V14%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12.0001%2021.41H5.94005C2.47005%2021.41%201.02005%2018.93%202.70005%2015.9L5.82006%2010.28L8.76006%205.00003C10.5401%201.79003%2013.4601%201.79003%2015.2401%205.00003L18.1801%2010.29L21.3001%2015.91C22.9801%2018.94%2021.5201%2021.42%2018.0601%2021.42H12.0001V21.41Z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M11.9945%2017H12.0035%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    width: 70px;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 70px;
}

d.maintenance d.mt-wrap d.text {
    line-height: 32px;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    color: #aaa;
}
body:has(d.maintenance) > *:not(d.maintenance) {
    display: none;
}
d.card_item {
    position: relative;
}
d.card_item d.memberlimit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #191919;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #717171;
    z-index: 5;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
    display: none;
}
d.card_item.disabled *:not(.inputcart):not(.inputcart > d:first-child) {
    pointer-events: none;
}
d.card_item.disabled d.inputcart d.activetel:last-child {
    opacity: 0;
}
d.card_item.disabled:has(d.inputcart:not(.a)) d.memberlimit {
    display: flex;
}
.listmore d.card_item.type_1 d.memberlimit {
    background: #fff;
    font-size: 13px;
}
body.onlyoneprod input + d.activetel:last-child {
    opacity: 0;
    pointer-events: none;
}
d.freeloading, d.freeloading * {
    pointer-events: none;
}
d.freeloading d.tocart {
    opacity: 0.3;
}
d.orderwrap d.order-status {
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    margin: 0 15px 10px 15px;
}
d.orderwrap d.order-status d.result {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 30px;
    background-image: url("data:image/svg+xml, %3Csvg%20stroke%3D%22%23000%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20randcolor%3D%22set%22%20width%3D%2232%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%2020H5a2%202%200%2001-2-2V9a2%202%200%20012-2h14a2%202%200%20012%202v9a2%202%200%2001-2%202z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M16.5%2014a.5.5%200%20110-1%20.5.5%200%20010%201z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M18%207V5.603a2%202%200%2000-2.515-1.932l-11%202.933A2%202%200%20003%208.537V9%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px center;
}
d.orderwrap d.order-status d.status.designed d.result {
    color: #c85a5a;
}
d.orderwrap d.order-status .Operator_hochu {
    margin: 5px 0 0px 0;
    padding: 10px 0 10px 0;
    text-decoration: underline;
    text-align: right;
    cursor: pointer;
}
d.orderwrap d.order-status a {
    color: #ffffff;
}
d.orderwrap d.order-status a:hover {
    color: #ffffff;
}
d.addresEditor d.wrap d.form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
d.addresEditor d.wrap d.form d.row {
	display: flex;
	gap: 10px;
}
d.addresEditor d.wrap d.form d.row d.bsxsmn678u input[name="street"] {
	padding-right: 50px!important;
}

d.addresEditor d.wrap d.form d.row.n2 d.bsxsmn678u {
    flex-grow: 1;
}
html.openMcLayer body > *:not(layers)  d.btn.cancel {
    pointer-events: all!important;
}
d.cart-wrap d.emptyaddress {
    background: #ef8c8c;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: 4px;
}
d.catmd_6593 d.n {
    font-size: 13px;
    font-weight: 600;
}
.additionals d.additional .i d.field d.name {
    font-size: 13px;
}
.additionals d.additional .i {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}
d.layer-login-dqn96dd.st2 .btns d.c.btn {
    display: block!important;
    pointer-events: initial!important;
    background: #fff;
    color: #222;
    font-size: 12px;
}
.additionals d.additional d.catmd_6593 {
    padding-bottom: 10px;
}
.additionals d.additional d.catmd_6593 d.n {
    padding-bottom: 10px;
}
.additionals d.additional d.field * {
    pointer-events: none;
}


layers > layer[name="product"].desctop .additionals d.additional {
    height: max-content;
    max-height: 360px;
    overflow: auto;
}
d.layer-about-special d.e56m70dl-a d.txtx {
    position: absolute;
    top: 70px;
    left: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}
d.layer-about-special {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 0;
}
d.layer-about-special d.e56m70dl-a {
    position: relative;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
d.layer-about-special d.e56m70dl-a d.imgmain img {
    width: 100%;
}
d.layer-about-special d.e56m70dl-a d.imgmain {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}
d.layer-about-special d.e56m70dl-a d.logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
}
d.layer-about-special d.e56m70dl-a d.logo img {
    width: 100%;
}
layers > layer:has(d.layer-about-special) > wrap > content {
    padding: 0;
    height: max-content;
    height: -moz-max-content;
}
d.layer-about-special d.e56m70dl-a d.txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    max-width: 40%;
    line-height: 18px;
}
d.layer-about-special d.e56m70dl-b {
    margin: auto;
    width: calc(100% - 40px);
}
d.layer-about-special d.e56m70dl-b d.layer-about-special-h1 {
    font-size: 16px;
    font-weight:  500;
    margin-bottom: 20px;
}
d.layer-about-special d.e56m70dl-b d.layer-about-special-p {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
    color: #777;
    line-height: 17px;
}
layers > layer:has(d.layer-about-special) > wrap {
    height: max-content!important;
    max-height: max-content!important;
}
layers > layer[name="about"] > wrap {
    height: max-content!important;
    max-height: max-content!important;
}
.loyalitypopup d.layer-about-special d.wms5968n {
    font-size: 17px;
    margin-bottom: 5px;
}
.loyalitypopup d.layer-about-special d.hjnd4r67 {
    opacity: .5;
    margin-bottom: 10px;
}
d.layer-about-special d.e56m70dl-a d.txtx {
    position: absolute;
    top: 70px;
    left: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.loyalitypopup {}

.loyalitypopup d.layer-about-special {
    line-height: unset;
    padding-bottom: 10px;
}

.loyalitypopup d.layer-about-special d.e56m70dl-a d.txtx {
    font-size: 28px;
}

.loyalitypopup d.layer-about-special d.wms5968n {
    font-size: 17px;
    margin-bottom: 5px;
}

.loyalitypopup d.layer-about-special d.hjnd4r67 {
    opacity: .5;
    margin-bottom: 30px;
}

.loyalitypopup d.e56m70dl-b d.nhd5689e {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 10px;
}

.loyalitypopup d.e56m70dl-b d.nhd5689e d.mws498dff {
    background: #f4f4f4;
    padding: 22px 20px 10px 20px;
    border-radius: 8px;
    position: relative;
}

.loyalitypopup d.e56m70dl-b d.djn5 {
    background: #eaeaea;
    position: absolute;
    left: 15px;
    top: -7px;
    padding: 3px 5px;
    border-radius: 5px;
    font-weight:  500;
    font-size:  12px;
}

.loyalitypopup d.e56m70dl-b d.jwe598i {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.loyalitypopup d.e56m70dl-b d.sj489sij {
    font-size:  12px;
    font-weight:  500;
}

.loyalitypopup d.e56m70dl-b d.sj4eh569 {
    font-size:  12px;
    font-weight:  500;
    opacity: .5;
}


.loyalitypopup d.e56m70dl-b d.dkm5kd9 {
    background: url(/media/LocusCoin.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center right;
    width:  max-content;
    width:  -moz-max-content;
    padding-right: 21px;
}

.loyalitypopup d.e56m70dl-b d.ns4msdj9.a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.loyalitypopup d.e56m70dl-b d.ndh4658t {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
    padding: 5px 20px;
    background: #f4f4f4;
    border-radius: 6px;
    margin-bottom: 11px;
}

.loyalitypopup d.e56m70dl-b d.ns4msdj9.b {
    font-size: 10px;
    opacity: .7;
    max-width: 218px;
}
.loyalitypopup d.e56m70dl-b d.sjk4578y {
    padding: 5px 0;
    opacity: .5;
}
d.LousSleep {
    padding: 20px 50px 20px 80px;
    background: #323232;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    background-image: url("data:image/svg+xml, %3Csvg%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20randcolor%3D%22set%22%20width%3D%2232%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12%2012m-9%200a9%209%200%201%200%2018%200a9%209%200%201%200%20-18%200%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%2012l3%202%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M12%207v5%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 20px center;
    position: sticky;
    top: 60px;
    z-index: 10;
	margin-top: 20px;
}/* ПК */
@media screen and (min-width: 790px) {
	layers layer.desctop[name="privacy"] > wrap > content {
		max-height: 100%;
		height: 100%;
		width: 100%;
	}
	layers > layer[name="locusabout"]>wrap {
		height: 80dvh !important;
		max-height: 80dvh !important;
		min-height: 300px !important;
	}
	layers > layer[name="locusabout"]>wrap>content {
		overflow: auto;
	}
	layers > layer[name="locusabout"]>wrap>content d.locusabout {
		height: max-content;
		height: -moz-max-content;
	}
	layers > layer[name="locusabout"]>wrap>content .areabtn-toshop {
		position: static;
	}
	layers > layer[name="locusabout"]>wrap>content d.locusabout d.gallerylocus.noscrollbar {
		margin: 0;
	}
	d.shopmap {
		max-height: 80vh;
	}
	layer[name="shopmap"] wrap {
		height: 80vh!important;
		max-height: 80vh!important;
	}
	d.about-locus,
	d.about-shop {
		margin-left: 60px;
	}
	body > .pac-container {
		width: 340px!important;
		left: unset!important;
		right: 20px!important;
		max-width: 340px;
	}
	layers layer.desctop[name="privacy"] > wrap {
		max-height: 80dvh!important;
		height: 80dvh!important;
		width: 1200px!important;
		max-width: 1200px !important;
		min-width: 90dvw !important;
	}
	d.documentbody {
		max-height: calc(80dvh - 100px) !important;
		height: calc(80dvh - 100px) !important;
		overflow: auto;
	}
	body {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		min-height: 100dvh;
	}
	header[screen="ff"] d.mobburger {
		display: none !important;
	}
	.shops_module {
		flex-grow: 1;
	}
	d.layer-login-dqn96dd.header_shop {
		display: none;
	}
	d.blank.s95n6vujr {
		display: none;
	}
	
	d.category_shop_items {
		justify-content: flex-start;
	}
	d.card_item.type_1 {
		width: 210px;
		max-width: 210px;
	}
	d.category_shop_group {
		margin-bottom: 60px;
	}
	d.menu_h38w95b62.pc_only {
		/*width: calc(100% - 120px);*/
		width: 100%;
		padding: 10px 0;
	}
	d.micro_cart.show {
		display: none!important;
	}
	layers layer.desctop > wrap {
		width: 380px!important;
		max-width: 380px!important;
		min-width: 380px!important;
	}
	/*
	html.openMcLayer body {
		margin-right: 17px;
	}
	html.openMcLayer body::-webkit-scrollbar {
		width: 18px;
	}
	*/
	body::-webkit-scrollbar {
        width: 0px;
	}
	layer.desctop[name="coin"]>wrap {
		width: 950px !important;
		max-width: 950px !important;
		min-width: 950px !important;
		overflow: hidden;
		height: max-content !important;
		max-height: 98dvh !important;
		min-height: unset !important;
	}
	.block-desc-bw4gh75s.cdtsha .b {
		height: calc(100dvh - 410px);
	}
	layer.desctop[name="coin"]>wrap > content d.block-desc-bw4gh75s.cdtsha .b {
		overflow: auto;
		padding-bottom: 20px!important;
		height: 320px;
	}
	d.layer-login-dqn96dd.coin {
		display: flex;
		flex-direction: row;
		gap: 0;
	}
	d.layer-login-dqn96dd.coin d.d2b4qw9 {
		width: 500px;
		min-width: 500px;
		margin: 0;
		border-radius: 0;
	}
	d.layer-login-dqn96dd.coin d.qv8arjab {
		min-width: 450px;
		width: 450px;
		padding: 20px 0px 0px 0px;
	}
	d.block-desc-bw4gh75s.cdtsha {
		height: 100%;
	}
	d.orderwrap d.title-ej596h {
		color: #fff;
	}
	d.orderwrap .btn-back-sca8nsw4 {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM19 6.75C19.4142 6.75 19.75 6.41421 19.75 6C19.75 5.58579 19.4142 5.25 19 5.25V6.75ZM1 6.75H19V5.25H1V6.75Z' fill='%23fff'/%3E%3C/svg%3E");
	}
	layers > layer[name="zones"] > wrap {
		width: 1200px!important;
		max-width: 1200px!important;
		min-width: 1200px!important;
		min-height: 94dvh !important;
	}
	d.layer-zones {
		width: 1200px;
		height: 94dvh;
		max-width: 96dvw;
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		position: relative;
	}
	d.zoneslist {
		flex-grow: 1;
		position: relative;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	d.zoneslist d.map {
		flex-grow: 1;
		position: relative;
		background: #f5f5f5;
		border-radius: 20px;
		overflow: hidden;
	}
	d.itemwrap {
		width: calc(100% - 25px);
		min-width: calc(100% - 25px);
	}
	d.itemwrap d.order_mini_1_item {
		width: 100%;
		margin-bottom: 20px;
	}
	layers > layer[name="sms"] > wrap content {
		padding-bottom: 20px;
	}
	layers > layer[name="setname"] d.layer-login-dqn96dd {
		padding-bottom: 20px;
	}
	.my_orders_module {
		display: none;
	}
	layers > layer.desctop[name="active_orders"] .my_orders_module {
		display: block;
		margin: 0;
		width: 100%;
	}
	layers > layer > wrap > content::-webkit-scrollbar, layers > layer::-webkit-scrollbar {
		width: 0!important;
		height: 0!important;
	}
	layer.desctop[name="payment"] > wrap,
	layer.desctop[name="checkoutLoad"] > wrap,
	layer.desctop[name="active_orders"] > wrap,
	layer.desctop[name="addressadd"] > wrap,
	layer.desctop[name="checkout"] > wrap,
	layer.desctop[name="login"] > wrap,
	layer.desctop[name="order_details"] > wrap,
	layer.desctop[name="orders"] > wrap,
	layer.desctop[name="order"] > wrap,
	layer.desctop[name="myaddress"] > wrap,
	layer.desctop[name="cart"] > wrap {
		width: 380px!important;
		max-width: 380px!important;
		min-width: 380px!important;
		inset: unset!important; 
		right: 0!important; 
		top: 0!important; 
		height: 100dvh!important; 
		margin: unset!important;
	}
	layers > layer.desctop[name="order"] > wrap {
		height: 100dvh!important;
		top: 0!important;
		bottom: 0!important;
		min-height: 100dvh!important;
		max-height: 100dvh!important;
		border-radius: 0!important;
	}
	d.itemwrap d.secondOrder {
		margin: 0;
		background-color: #eeeeee;
		text-align: left;
	}
	layers > layer.desctop[name="order"] > wrap > content:before {
		display: none;
	}
	layers > layer.desctop[name="profile"] > wrap > content:before {
		display: none;
	}
	layers > layer[name="product"] > wrap {
		max-height: 90dvh!important;
		height: max-content!important;
		min-height: 0!important;
		width: 800px!important;
		min-width: 800px!important;
		max-width: 800px!important;
	}
	layers > layer.desctop[name="profile"] > wrap {
		width: max-content!important;
		max-width: 99dvw !important;
		min-width: 950px!important;
		padding: 40px;
	}
	d.layer-profile-pc d.block-848sn5 d.a568nrjhs {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_1477_59359)'%3E%3Cpath d='M11.6667 6.66536V4.9987C11.6667 4.55667 11.4911 4.13275 11.1785 3.82019C10.8659 3.50763 10.442 3.33203 10 3.33203H4.16667C3.72464 3.33203 3.30072 3.50763 2.98816 3.82019C2.67559 4.13275 2.5 4.55667 2.5 4.9987V14.9987C2.5 15.4407 2.67559 15.8646 2.98816 16.1772C3.30072 16.4898 3.72464 16.6654 4.16667 16.6654H10C10.442 16.6654 10.8659 16.4898 11.1785 16.1772C11.4911 15.8646 11.6667 15.4407 11.6667 14.9987V13.332' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10H17.5M17.5 10L15 7.5M17.5 10L15 12.5' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1477_59359'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		line-height: 0px;
	}
	layers > layer.desctop[name="profile"] > wrap > content:before {
		display: none;
	}
	
	d.layer-profile-pc > d.wr {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 50px;
	}
	d.backarrowds.hdc92 {
		font-size: 28px;
		padding-left: 48px;
		line-height: normal;
		position: relative;
	}
	d.backarrowds.hdc92 d.btn-back-sca8nsw4 {
		background-size: 22px;
	}
	d.btn.wviolwdx {
		padding: 14px 20px;
		display: flex;
		justify-content: flex-start;
		gap: 10px;
	}
	d.btn.wviolwdx d:last-child:empty {
		display: none;
	}
	d.btn.wviolwdx d:last-child {
		padding: 8px 4px;
		background: #464646;
		font-size: 11px;
		font-weight:  500;
		border-radius: 8px;
		width: 28px;
		text-align: center;
		line-height: 0;
	}
	layers > layer.desctop[name="profile"] > wrap d.wrap {
		display: flex;
		gap: 10px;
		margin-top: 20px;
		justify-content: space-evenly;
		align-items: stretch;
		height: 270px;
	}
	layers > layer.desctop[name="profile"] > wrap d.wrap d.ws54i.a {
		min-width: 300px;
		margin-right: 30px;
		background: unset;
	}
	layers > layer.desctop[name="profile"] > wrap d.wrap d.ws54i.a d.layer-login-b8w45cxd {
		padding: 0;
		padding-bottom: 20px;
	}
	d.ws54i {
		min-width: 170px;
		width:  max-content;
		height: 100%;
		min-height: 100%;
		max-height: 100%;
		white-space: nowrap;
	}
	d.layer-profile-pc d.block-848sn5 {
		color: #333;
		background: #f5f5f5;
	}
	d.layer-profile-pc d.block-848sn5 d.a568nrjhs {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_1477_59359)'%3E%3Cpath d='M11.6667 6.66536V4.9987C11.6667 4.55667 11.4911 4.13275 11.1785 3.82019C10.8659 3.50763 10.442 3.33203 10 3.33203H4.16667C3.72464 3.33203 3.30072 3.50763 2.98816 3.82019C2.67559 4.13275 2.5 4.55667 2.5 4.9987V14.9987C2.5 15.4407 2.67559 15.8646 2.98816 16.1772C3.30072 16.4898 3.72464 16.6654 4.16667 16.6654H10C10.442 16.6654 10.8659 16.4898 11.1785 16.1772C11.4911 15.8646 11.6667 15.4407 11.6667 14.9987V13.332' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10H17.5M17.5 10L15 7.5M17.5 10L15 12.5' stroke='%23323232' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1477_59359'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		line-height: 0px;
	}
	d.ws54i {
		background: #f5f5f5;
		color: #323232;
	}
	d.ws54i.d.block-svfsaw4.coin {
		color: #ebebeb;
		background: #343333;
	}
	d.ws54i.b.block-svfsaw4 {
		position: relative;
	}
	d.ws54i.b.block-svfsaw4:before {
		pointer-events: none;
		content:'';
		position: absolute;
		inset: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		display: block;
		background-image: url(/media/ac3934d6a05dc13000d2d59f8f514ea8.png);
		z-index: 0;
		opacity: .3;
		background-size: 200%;
		background-repeat: no-repeat;
		background-position: center;
		pointer-events: none;
	}
	d.ws54i.b.block-svfsaw4 d {
		position: relative;
		z-index: 1;
	}
	d.openproduct.pc_mode {
		display: flex;
		gap: 10px;
		width: 100%;
		min-width: 100%;
		padding: 24px;
	}
	d.openproduct.pc_mode d.adt3 {
		width: 50%;
		position: relative;
	}
	d.openproduct.pc_mode d.adt3 d.media {
		border-radius: 20px;
	}
	d.openproduct.pc_mode d.adt3.l {
		height: 600px;
		overflow: auto;
	}
	d.openproduct.pc_mode d.adt3.r {
		height: 600px;
		overflow: auto;
		padding-bottom: 50px;
	}
	layers > layer[name="product"] > wrap  > content::before {
		display: none;
	}
	d.openproduct.pc_mode d.adt3.r d.name {
		margin-top: 0;
	}
	d.openproduct.pc_mode d.adt3.r footer {
		width: 50%;
		right: 0;
		left: unset;
		border-radius: 20px;
	}
	d.openproduct.pc_mode d.adt3.l d.media {
		margin-bottom: 20px;
	}
	d.openproduct.pc_mode d.adt3.l d.media + d.op_box {
		margin: 0;
	}
	d.closelayerfake {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg opacity='0.8'%3E%3Cpath d='M23 7L7 23M7 7L23 23' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
		position: absolute;
		right: -53px;
		width: 50px;
		height: 50px;
		top: 0;
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}
	d.spbw8n {
		height: 50px;
	}
	d.spbw8n .fel.fix {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 5;
		padding: 0 60px;
	}
	d.spbw8n .fel.fix d.menu_h38w95b62.pc_only {
		width: 100%;
		padding: 15px 0;
		background: #fff;
		height: 60px;
	}
	d.spbw8n d.fel.fix .userui {
		display: flex;
	}
	d.spbw8n d.fel {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
	layers > layer[name="conceptBanner"].open wrap {
		width: 500px !important;
		max-width: 500px !important;
		min-width: 500px !important;
	}
	layers > layer[name="product"] > wrap {
        overflow: hidden!important;
        overflow-y: auto!important;
    }
	layers > layer[name="product"] > wrap d.openproduct.pc_mode d.card_item.type_1 d.name {
		font-size: 12px;
	}
	layers > layer[name="product"] > wrap d.openproduct.pc_mode d.adt3.l {
		max-height: 80vh;
	}
	layers > layer[name="product"] > wrap .loader-u72b9a3d {
		max-height: 80vh;
	}
}
/* МОБИЛА */
@media screen and (max-width: 789px) {
	
	header {
		padding-top: var(--mobiletop);
	}
	layers > layer[name="cart"] > wrap > content,
	layers > layer[name="active_orders"] > wrap > content,
	layers > layer[name="order_details"] > wrap > content,
	layers > layer[name="addressadd"] > wrap > content,
	layers > layer[name="checkout"] > wrap > content,
	layers > layer[name="login"] > wrap > content,
	layers > layer[name="orders"] > wrap > content,
	layers > layer[name="myaddress"] > wrap > content,
	layers > layer[name="about"] > wrap > content {
		padding-top: var(--mobiletop);
	}
	:root {
		--mobiletop: 15px;
	}
	layer[name="product"] {
		height: calc(100dvh + 100px)!important;
		bottom: 0!important;
		margin: unset!important;
		top: unset!important;
	}
	html, body {
		touch-action: manipulation;
	}
	
	/* УБИВАЕТ ФОРМУ ВВОДА НА АЙФОНЕ
	html, body {
		position: fixed;
		inset: 0;
		overflow-y: auto;
		overscroll-behavior: none;
	}
	
	html:has(body:not(.addressadd-active)), body:not(.addressadd-active) {
		position: fixed;
		inset: 0;
		overflow-y: auto;
		overscroll-behavior: none;
	}
	html:has(body:not(.openMcLayer)), body:not(.openMcLayer) {
		position: fixed;
		inset: 0;
		overflow-y: auto;
		overscroll-behavior: none;
	}
	*/
	
	
	
	
	
	
	d.conceptBanner {
		margin: 0px 20px 30px 20px;
		max-width: calc(100% - 40px);
	}
	d.checkoutFooter.hide {
		/*display: none!important;*/
	}
	html.ios_app d.layer-frame-dqn96dd {
		padding-top: 0;
	}
	d.layer-login-dqn96dd.coin * {
		max-width: 100%;
	}
	d.layer-login-dqn96dd.coin {
		overflow-x: hidden;
	}
	d.d2b4qw9 {
		overflow: hidden;
	}
	
	
	
	d.layer-login-dqn96dd.header_shop {
		padding-top: var(--mobiletop);
	}
	d.layer-login-dqn96dd.header_shop d.title-ej596h.sn459sis.activetel {
		height: 38px;
		position: relative;
	}
	d.layer-login-dqn96dd.header_shop d.title-ej596h.sn459sis.activetel img {
		position: absolute;
		inset: 0;
		margin: auto;
	}
	d.documentbody {
		height: calc(100dvh - 111px);
		overflow: auto;
	}
	.shops_module {
		width: calc(100% - 40px);
		margin: 0 20px;
		margin-bottom: 30px;
	}
	d.category_shop_group {
		margin-bottom: 50px;
		padding: 0 20px;
		margin: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	.pc_only {
		display: none!important;
	}
	d.spbw8n .userui {
		display: none;
	}
	body header > d.top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 20px;
		box-shadow: 0px 1px 0px 0px #f2f2f2;
		margin-bottom: 10px;
	}
	header {
		margin-bottom: 20px;
	}
	d.mobburger {
		width: 34px;
		height: 34px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Crect x='8' y='11.75' width='18' height='1.5' rx='0.75' fill='%23242424'/%3E%3Crect x='8' y='16.25' width='18' height='1.5' rx='0.75' fill='%23242424'/%3E%3Crect x='8' y='20.75' width='18' height='1.5' rx='0.75' fill='%23242424'/%3E%3C/svg%3E");
		transition: .1s;
		scale: 1;
	}
	d.activetel:active {
		scale: 1.4;
	}
	d.activetel {
		transition: scale .1s;
		scale: 1;
	}
	.loader-u72b9a3d {
		max-width: 100%;
	}
	body header > d.top logo {
		width: 86px;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
	}
	d.coinwd {
		height: 34px;
		border-radius: 5px;
		background: #323232;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 13px 0 37px;
		line-height: 0;
		white-space: nowrap;
		font-size: 14px;
		background-size: 23px;
		background-position: 10px center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' viewBox='0 0 23 24' fill='none'%3E%3Cpath d='M6.67281 20.3465C5.75408 19.8161 5.02687 19.1107 4.49119 18.2305C3.38094 16.4082 3.10834 14.3066 3.6734 11.9258C3.93513 10.8267 4.41127 9.67912 5.10181 8.48308C5.75824 7.34609 6.51186 6.36366 7.36266 5.53577C9.18093 3.77016 11.1857 2.88992 13.3771 2.89505C14.4727 2.89762 15.4919 3.17104 16.4346 3.7153C17.2255 4.17193 17.8856 4.80899 18.4149 5.62647C18.9442 6.44395 19.2937 7.37912 19.4635 8.43198C19.8306 10.7112 19.3172 13.0579 17.9233 15.4721C17.3095 16.5353 16.606 17.4679 15.8127 18.2699C15.3785 18.7083 14.9646 19.0747 14.5709 19.3692C14.2518 19.6082 13.8144 19.8676 13.2588 20.1473C10.7935 21.3917 8.59814 21.4581 6.67281 20.3465Z' fill='%23D2CCB2'/%3E%3Cpath opacity='0.5' d='M7.58533 18.7715C6.84019 18.3413 6.25039 17.7693 5.81592 17.0554C4.91546 15.5774 4.69437 13.8729 5.15265 11.9419C5.36493 11.0505 5.7511 10.1198 6.31117 9.14973C6.84357 8.22758 7.45479 7.43077 8.14483 6.75931C9.61954 5.32732 11.2455 4.6134 13.0228 4.61756C13.9114 4.61964 14.7381 4.8414 15.5026 5.28282C16.1441 5.65317 16.6795 6.16986 17.1088 6.83288C17.5381 7.4959 17.8215 8.25437 17.9592 9.10829C18.2569 10.9568 17.8405 12.8601 16.7101 14.8182C16.2122 15.6805 15.6416 16.4369 14.9982 17.0873C14.6461 17.4429 14.3104 17.7401 13.9911 17.9789C13.7323 18.1728 13.3775 18.3832 12.9269 18.61C10.9274 19.6192 9.14687 19.6731 7.58533 18.7715Z' stroke='%23323232' stroke-width='0.7'/%3E%3Cpath d='M9.00049 15.5V15.0655C9.51592 15.0655 9.77363 14.7453 9.77363 14.1048V9.76483C9.77363 9.45586 9.71768 9.2354 9.60578 9.10345C9.49388 8.97149 9.29211 8.90552 9.00049 8.90552V8.5H11.4573V8.90552C11.1894 8.90552 10.991 8.97954 10.8621 9.12759C10.7333 9.27563 10.6689 9.49448 10.6689 9.78414V13.9455C10.6689 14.3961 10.7418 14.7002 10.8876 14.8579C11.0334 15.0156 11.3284 15.0945 11.7726 15.0945C12.7051 15.0945 13.3291 14.6166 13.6444 13.6607L14.0005 13.7814L13.6699 15.5H9.00049Z' fill='%232D2D2D'/%3E%3C/svg%3E");
	}
	layer.darkbackground > wrap {
		background: #323232;
	}
	layer.pepa > wrap > content:before {
		content: "";
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
		width: 80px;
		height: 4px;
		background: #e6e6e6;
		border-radius: 5px;
		display: block;
		margin-top: 12px;
		margin-bottom: 0;
	}
	layer.darkbackground.pepa > wrap > content:before {
		background: #5b5b5b;
	}
	body header > d.bottom d.address {
		margin: 0 20px 0 20px;
		background-size: 20px;
		background-position: 10px center;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_1001_39305)'%3E%3Cpath d='M7.5 10C7.5 10.663 7.76339 11.2989 8.23223 11.7678C8.70107 12.2366 9.33696 12.5 10 12.5C10.663 12.5 11.2989 12.2366 11.7678 11.7678C12.2366 11.2989 12.5 10.663 12.5 10C12.5 9.33696 12.2366 8.70107 11.7678 8.23223C11.2989 7.76339 10.663 7.5 10 7.5C9.33696 7.5 8.70107 7.76339 8.23223 8.23223C7.76339 8.70107 7.5 9.33696 7.5 10Z' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.33325 9.9987C3.33325 11.7668 4.03563 13.4625 5.28587 14.7127C6.53612 15.963 8.23181 16.6654 9.99992 16.6654C11.768 16.6654 13.4637 15.963 14.714 14.7127C15.9642 13.4625 16.6666 11.7668 16.6666 9.9987C16.6666 8.23059 15.9642 6.5349 14.714 5.28465C13.4637 4.03441 11.768 3.33203 9.99992 3.33203C8.23181 3.33203 6.53612 4.03441 5.28587 5.28465C4.03563 6.5349 3.33325 8.23059 3.33325 9.9987Z' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 1.66797V3.33464' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 16.668V18.3346' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.6667 10H18.3334' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.66675 10H3.33341' stroke='%23242424' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1001_39305'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		background-color: #f5f5f5;
		border-radius: 5px;
		height: 36px;
		display: flex;
		align-items: center;
		line-height: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding: 0 0 0 40px;
		margin-bottom: 10px;
	}
	h3 {
		font-size: 20px;
		font-weight: 400;
	}
	.shops_module {
		width: calc(100% - 40px);
		margin: 0 20px;
		margin-bottom: 30px;
	}
	.my_orders_module > d.ui {
		margin-top: 5px;
	}
	.my_orders_module > d.ui d.swiper-scrollbar {
		width: 60px;
		margin: auto;
		height: 5px;
		position: static;
	}
	d.order_mini_1_item {
		background-color: #323232;
		min-width: 320px;
		border-radius: 5px;
		height: 120px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		color: #fff;
		padding: 12px;
		width: max-content;
	}
	d.order_mini_1_item > .a {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row;
		width: 100%;
	}

	d.order_mini_1_item > .a d.id {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='12' viewBox='0 0 10 12' fill='none'%3E%3Cpath opacity='0.4' d='M2.064 12L2.4 9.2H0.88V7.68H2.56L2.864 5.008H1.344V3.504H3.04L3.328 0.688H4.88L4.576 3.504H6.656L6.976 0.688H8.512L8.208 3.504H9.712V5.008H8.032L7.744 7.68H9.264V9.2H7.568L7.248 12H5.728L6.032 9.2H3.936L3.632 12H2.064ZM4.096 7.68H6.192L6.496 5.008H4.384L4.096 7.68Z' fill='white'/%3E%3C/svg%3E");
		padding: 0 0 0 20px;
		background-size: 12px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		line-height: 0;
		height: 16px;
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 50%;
		width:  max-content;
		width:  -moz-max-content;
	}
	d.order_mini_1_item > d.b d.info {
		background: #fff;
		color: #242424;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 10px 0 36px;
		height: 32px;
		line-height: 0;
		position: relative;
		width: max-content;
	}
	d.order_mini_1_item > d.b d.info > d:last-child {
		width: max-content;
		max-width: max-content;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	d.order_mini_1_item > d.b d.image d.mcpicture {
		background: unset;
		width: 130px;
	}
	d.order_mini_1_item > d.b {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: 100%;
	}
	d.order_mini_1_item[step="1"] > d.b > d.info d:first-child {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='21' viewBox='0 0 23 21' fill='none'%3E%3Cpath d='M10.55 3.64212C10.2441 3.78522 9.91423 3.88658 9.60235 4.00881C9.57986 4.01776 9.55737 4.02521 9.53638 4.03266C9.99969 4.8391 10.6744 5.68728 10.8094 5.8274C11.0808 5.8274 11.2712 5.64405 11.3597 5.22816C11.3567 5.22369 10.9308 4.30098 10.55 3.64062V3.64212Z' fill='%23FABC9D'/%3E%3Cpath d='M11.0658 4.31457C10.8094 3.61098 10.4765 2.75088 10.2861 2.68977C10.1691 2.6525 10.0057 2.67933 9.90074 2.7166C9.7403 2.77324 9.60685 2.91038 9.55437 3.07286C9.45391 3.38292 9.32496 3.30689 9.43742 3.57968C9.50189 3.73769 9.54388 4.55754 9.91423 5.17318C10.3161 5.20299 11.1213 4.71406 11.0673 4.31457H11.0658Z' fill='%23BEB9A0'/%3E%3Cpath d='M9.64122 15.4126C9.64122 15.4126 9.63372 15.4841 9.62622 15.5154C9.63222 15.5989 9.62322 15.7673 9.6907 15.8285C9.85263 15.9731 9.99957 16.0044 10.2035 16.1445C10.3429 16.2399 10.5514 16.4396 10.7118 16.4992C10.8752 16.5589 11.1331 16.617 11.3101 16.6066C11.541 16.5932 11.7299 16.5365 11.7524 16.2906C11.7659 16.143 11.6429 16.0327 11.6294 16.0222C11.511 15.9358 11.0402 15.903 10.7958 15.7823C10.5364 15.6541 10.2755 15.5348 10.0266 15.3962C9.91561 15.3351 9.60073 15.18 9.64271 15.4141L9.64122 15.4126Z' fill='%23E19B5D'/%3E%3Cpath d='M9.74166 15.7035C9.52874 15.5127 9.6532 15.1698 9.67869 14.8866C9.69218 14.7301 9.66669 14.5751 9.6322 14.4215L10.6083 14.3008C10.6158 14.4021 10.6233 14.5035 10.6308 14.6049C10.6473 14.8553 10.6653 15.1132 10.7748 15.3398C10.8797 15.5574 11.7104 15.7825 11.7524 16.2476C11.7599 16.3355 11.6969 16.4294 11.6129 16.4622C11.3175 16.5815 10.9247 16.4592 10.6488 16.2982C10.4239 16.1671 10.25 15.9539 10.0131 15.8436C9.92009 15.8004 9.81663 15.772 9.74016 15.705L9.74166 15.7035Z' fill='%23202021'/%3E%3Cpath d='M7.62297 16.5062C7.62297 16.5062 7.60198 16.5569 7.59448 16.5882C7.60048 16.6717 7.60498 16.8461 7.65596 16.9206C7.95284 17.3544 8.37117 17.8821 8.75352 17.9313C9.09389 17.9745 9.41926 17.8567 9.48523 17.6645C9.50622 17.6048 9.48523 17.502 9.45674 17.4051C9.40876 17.2456 9.27831 17.1248 9.11638 17.0816C9.00392 17.0518 8.88247 17.0071 8.77152 16.9057C8.5601 16.7104 8.25722 16.6285 8.00832 16.4913C7.89736 16.4287 7.58249 16.2737 7.62447 16.5077L7.62297 16.5062Z' fill='%23E19B5D'/%3E%3Cpath d='M7.71002 16.8483C7.48661 16.6679 7.59457 16.3206 7.60506 16.0344C7.61406 15.7601 7.79099 15.5276 8.05788 15.4799L8.50321 15.4023C8.5152 15.5037 8.5287 15.6036 8.54069 15.7049C8.57068 15.9539 8.60217 16.2103 8.72212 16.4309C8.82258 16.6142 9.35937 16.9944 9.46133 17.3924C9.49132 17.5071 9.42684 17.6428 9.32038 17.695C9.18844 17.7576 9.00401 17.8038 8.85707 17.7993C8.38925 17.7889 7.78949 16.9124 7.71002 16.8483Z' fill='%23202021'/%3E%3Cpath d='M10.6967 8.61719C10.4523 8.81842 7.93782 8.66638 7.64543 8.74836C7.45501 9.6666 7.65143 10.6504 7.7174 12.2067L7.56446 16.3998C7.66192 16.774 8.7385 16.6831 8.7295 16.3298L9.41323 12.3751C9.50169 13.4573 9.57217 14.9435 9.61715 15.3474C9.65163 15.6575 10.7027 15.5844 10.7777 15.3385C10.8077 15.1551 10.9381 12.1157 10.9381 12.1157C10.9381 12.1157 10.8662 10.4388 10.6982 8.61868L10.6967 8.61719Z' fill='%2328282A'/%3E%3Cpath d='M10.6562 8.22656C10.1344 8.62456 9.83599 8.72295 9.17176 8.80642C8.63347 8.87499 7.90026 8.69611 7.74283 8.58581C7.70384 8.66481 7.71434 8.95996 7.72933 9.0494C7.7953 9.11051 8.33359 9.3043 9.12378 9.25362C9.87198 9.20591 10.4058 8.96294 10.6952 8.61711C10.7131 8.57835 10.6862 8.28619 10.6547 8.22656H10.6562Z' fill='%23232121'/%3E%3Cpath d='M10.7162 7.64079C10.6982 7.62589 9.29776 8.61567 7.6844 8.11929C7.55995 8.26239 7.43849 8.79008 7.44299 9.35205C7.45049 10.2569 7.47598 11.2332 7.45049 12.3467C7.45049 12.3602 7.45349 12.3736 7.45949 12.3855C7.6814 12.7805 8.79246 12.7179 9.45519 12.5748C9.45519 12.5748 10.7867 12.3423 11.0341 11.8235C11.0401 11.8131 11.0416 11.8027 11.0401 11.7907C10.9996 11.0171 10.9546 10.2449 10.9096 9.47279C10.8901 9.12696 10.8691 8.78113 10.8496 8.4353C10.8421 8.31903 10.7897 7.70489 10.7162 7.64228V7.64079Z' fill='url(%23paint0_radial_1090_10964)'/%3E%3Cpath style='mix-blend-mode:multiply' d='M10.7508 7.71383C10.7403 7.67806 10.7283 7.65123 10.7163 7.64079C10.6983 7.62589 9.29785 8.61567 7.68449 8.11929C7.6635 8.14314 7.644 8.1804 7.62451 8.22363C8.63361 8.95703 10.5873 8.34139 10.7508 7.71383Z' fill='url(%23paint1_linear_1090_10964)'/%3E%3Cpath d='M7.65901 7.52129C7.6695 7.77619 7.683 8.1414 7.683 8.1414C8.4297 8.80921 10.5694 8.25469 10.7178 7.63905C10.7658 7.55558 10.7058 7.37223 10.6848 6.87435C10.6248 5.49998 10.5724 2.82428 10.1555 2.73335C9.90362 2.6782 7.6665 3.4265 7.46708 3.984C7.09673 5.02149 7.60203 6.0858 7.66051 7.52129H7.65901Z' fill='url(%23paint2_linear_1090_10964)'/%3E%3Cpath d='M8.56323 8.73267L8.56923 10.9955C8.60372 11.3309 10.6294 10.9239 10.8228 10.3664C10.8648 10.2457 10.7029 8.09766 10.7029 8.09766C10.3175 8.49119 9.21847 8.78037 8.56323 8.73267Z' fill='url(%23paint3_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:multiply' d='M9.42676 4.86083C9.66067 4.50903 9.86009 3.71601 9.78362 3.14062C9.80311 3.74732 9.63218 4.36891 9.42676 4.86083Z' fill='url(%23paint4_linear_1090_10964)'/%3E%3Cpath d='M8.43125 2.39535C8.49122 2.29846 8.66815 2.33573 8.77611 2.33275C8.94554 2.32976 9.11498 2.32678 9.28291 2.33722C9.32489 2.3402 9.53331 2.33275 9.5468 2.39386C9.57079 2.4997 9.71024 2.72479 9.72223 2.8336C9.82419 3.14962 9.78221 3.56998 9.72673 3.87109C9.68625 4.09618 9.63677 4.25567 9.63677 4.25567C9.63677 4.25567 8.63367 3.76078 8.45224 3.38067C8.48672 2.98416 8.38776 2.5951 8.41175 2.44454C8.41475 2.42517 8.42075 2.40877 8.42975 2.39535H8.43125Z' fill='%23F1A782'/%3E%3Cpath d='M9.88257 2.85495C9.84059 3.02637 9.80161 3.25444 9.63367 3.29022C9.32779 3.35581 8.67405 3.19035 8.59308 2.96526C8.45514 2.58514 8.32319 2.19311 8.49562 1.70418C8.5646 1.50741 8.68755 1.30766 8.85998 1.16456C8.98443 1.06171 9.12687 0.993139 9.26632 0.933513C9.67865 0.756127 10.034 0.776996 10.055 1.19587C10.0655 1.40754 10.085 1.60877 10.0715 1.82194C10.028 2.4972 9.94105 2.609 9.88107 2.85644L9.88257 2.85495Z' fill='%23FABC9D'/%3E%3Cpath d='M9.60525 0.330394C9.67422 0.327413 9.7132 0.416851 9.84665 0.425795C9.93512 0.431758 10.148 1.28888 10.1225 1.40664C10.1225 1.40664 10.136 1.88066 10.0581 2.02674C10.0686 1.42602 10.0896 1.27397 9.83316 1.19049C9.75219 1.16366 9.70571 1.21434 9.62774 1.22925C9.14043 1.31869 8.87954 1.48564 8.86154 2.06848C8.86154 2.11171 8.87804 2.24736 8.83005 2.27121C8.75808 2.30848 8.75059 2.08339 8.7176 2.04314C8.65912 1.9701 8.56016 1.97457 8.49419 2.03718C8.37723 2.14749 8.42372 2.33233 8.4642 2.49928C8.50019 2.64834 8.53617 2.82275 8.53617 2.82275C8.39973 2.78101 8.24679 2.65729 8.16132 2.47394C8.13433 2.41729 8.13583 2.36512 8.11784 2.30549C8.10734 2.2727 8.08635 2.24587 8.07735 2.21158C8.07136 2.18475 8.07735 2.15494 8.06986 2.1296C8.05786 2.08339 8.02338 2.06103 8.00688 2.01929C7.99789 1.99693 8.00688 1.96563 7.99489 1.94327C7.97989 1.91644 7.94541 1.91197 7.93191 1.88513C7.91392 1.84936 7.93491 1.61384 7.92291 1.57061C7.89143 1.44838 7.86444 1.37384 7.90792 1.24863C7.93791 1.15919 7.93491 1.07721 7.9574 0.987767C7.98139 0.887894 8.05486 0.956464 8.08335 0.856591C8.10734 0.773115 8.13583 0.704545 8.2003 0.643429C8.33075 0.521196 8.4747 0.327413 8.64263 0.334866C8.77758 0.340828 8.89903 0.257353 9.04147 0.266296C9.23339 0.279712 9.41632 0.339338 9.60975 0.328903L9.60525 0.330394Z' fill='%232A1A2F'/%3E%3Cpath d='M9.46118 1.8401C9.80904 1.74172 10.037 1.64036 10.1284 1.40334C10.1284 1.40334 10.1674 0.637154 10.1359 0.611813C10.0969 0.582001 8.01126 0.832429 7.91529 0.987455C7.79834 1.17677 7.79834 1.697 7.79834 1.697C8.1417 1.98171 8.99187 1.97128 9.45968 1.8401H9.46118Z' fill='%23D2CCB1'/%3E%3Cpath d='M7.6424 1.37848C7.61691 1.51413 7.66489 1.66618 7.78184 1.7586C7.86431 1.82269 7.97976 1.84803 8.09222 1.84356C8.61401 1.82418 10.2769 1.23538 10.1554 0.624217C9.92449 -0.536993 7.8958 0.0413763 7.6424 1.37848Z' fill='url(%23paint5_radial_1090_10964)'/%3E%3Cg style='mix-blend-mode:multiply'%3E%3Cpath d='M8.09229 1.84428C8.49563 1.97248 9.84809 1.49696 10.1435 1.04381C10.1465 0.946918 10.148 0.848535 10.148 0.769531C10.0145 1.32554 8.57209 1.82491 8.09229 1.84279V1.84428Z' fill='%23BEB9A0'/%3E%3C/g%3E%3Cpath style='mix-blend-mode:multiply' opacity='0.4' d='M7.91385 1.22901C7.88236 1.31994 7.85837 1.41385 7.83888 1.48391C7.82088 1.55397 7.80739 1.60167 7.80739 1.60167C7.80739 1.60167 7.80439 1.55397 7.81039 1.48093C7.81639 1.40789 7.83588 1.31248 7.86437 1.21857C7.89735 1.12615 7.93784 1.03522 7.97682 0.969637C8.01581 0.905539 8.04729 0.865292 8.04729 0.865292C8.04729 0.865292 7.97083 1.04715 7.91085 1.2305L7.91385 1.22901ZM8.37417 1.2469C8.46563 1.12764 8.56009 1.00988 8.63206 0.921936C8.70403 0.833988 8.75501 0.777344 8.75501 0.777344C8.75501 0.777344 8.69204 0.825044 8.60957 0.90703C8.52561 0.989015 8.42664 1.10528 8.33218 1.22305C8.14476 1.46155 7.98132 1.71198 7.98132 1.71198C7.98132 1.71198 8.0353 1.65682 8.11027 1.57037C8.18524 1.48391 8.2782 1.36466 8.37417 1.2469ZM9.31429 1.23795C9.18984 1.3095 9.02041 1.39745 8.84348 1.47795C8.49562 1.64341 8.12227 1.76862 8.12227 1.76862C8.12227 1.76862 8.21973 1.74924 8.36367 1.7075C8.50611 1.66577 8.69054 1.59571 8.86747 1.51521C9.0429 1.43174 9.21233 1.33932 9.33079 1.25733C9.44924 1.17684 9.51371 1.11125 9.51371 1.11125C9.51371 1.11125 9.43874 1.16938 9.31429 1.23795ZM8.42515 1.51968C8.50761 1.46304 8.58708 1.4049 8.64256 1.35571C8.69804 1.30652 8.72952 1.27075 8.72952 1.27075C8.72952 1.27075 8.56009 1.37807 8.39516 1.48689C8.31419 1.54204 8.23022 1.5972 8.17025 1.63893C8.11027 1.68216 8.06979 1.71198 8.06979 1.71198C8.06979 1.71198 8.11777 1.6926 8.18674 1.65831C8.25571 1.62403 8.34268 1.57335 8.42664 1.51968H8.42515ZM8.05029 1.23199C8.05029 1.23199 8.0293 1.25584 8.00531 1.29311C7.97982 1.33037 7.95433 1.38254 7.93034 1.43621C7.91085 1.49136 7.89436 1.54652 7.88986 1.58974C7.88536 1.63297 7.88836 1.66129 7.88836 1.66129C7.88836 1.66129 7.93484 1.55397 7.97682 1.44962C7.99632 1.39596 8.01731 1.3423 8.0308 1.30205C8.0428 1.26031 8.05029 1.23199 8.05029 1.23199Z' fill='url(%23paint6_linear_1090_10964)'/%3E%3Cpath d='M10.166 2.36719C10.1285 2.49985 10.061 2.53861 10.0161 2.56097C9.95158 2.59377 9.9141 2.56544 9.86162 2.56395C9.81214 2.56395 9.76416 2.56246 9.74466 2.68022C9.70418 2.52967 9.55574 2.80693 9.46278 2.86208C9.41779 2.88891 9.34432 2.92618 9.31134 2.83227C9.29484 2.94407 9.3968 3.00816 9.49576 2.9545C9.61871 2.88742 9.6682 2.77115 9.74317 2.72345C9.81814 2.68917 9.88711 2.73538 10.0086 2.6683C10.1075 2.61463 10.178 2.46408 10.166 2.36868V2.36719Z' fill='%232A1A2F'/%3E%3Cpath d='M28.994 14.9542L8.01136 26.9986L7.1582 25.3574L28.994 13.9883V14.9542Z' fill='%2338243D'/%3E%3Cpath d='M23.7716 10.7376L23.7731 10.3202L22.896 9.81641V16.487L23.5572 16.8671L23.6037 16.8403V16.8925L23.7672 16.9864V12.2864L23.6502 12.1537L23.6517 12.0017L23.7687 12.0047L23.7701 11.0194L23.6547 10.8867V10.7361L23.7716 10.7376Z' fill='url(%23paint7_linear_1090_10964)'/%3E%3Cpath d='M0.00439453 16.7269L0.41973 17.0027L0.583165 16.3945L0.00439453 16.7269Z' fill='%23A09F9F'/%3E%3Cpath d='M0.00439453 15.4613L0.41973 15.7386L0.583165 15.1289L0.00439453 15.4613Z' fill='%23A09F9F'/%3E%3Cpath d='M0.00599762 14.7656V15.186L0.133447 15.3216L0.131948 15.4722L0.00449822 15.4618V16.4545L0.128949 16.5872V16.7392L0.00449822 16.7288V16.9569L0.0494804 16.9837L0.00449822 17.009L0 21.4318L0.142444 21.5138L0.187426 21.4884V21.5391L5.45634 24.5636L5.46083 17.896L0.00599762 14.7656Z' fill='%23C6C1BD'/%3E%3Cpath d='M0.0493767 16.9805L0.00439453 17.0073L0.143839 17.0863V21.512L0.188821 21.4867V17.061L0.0493767 16.9805Z' fill='%23AAA39F'/%3E%3Cpath d='M0.00585938 14.7656V15.1204L5.02287 18.0003L5.02437 17.6455L0.00585938 14.7656Z' fill='%23C6C1BD'/%3E%3Cpath d='M23.7056 11.5049L23.6607 11.478L23.7056 11.4512L23.7101 11.0547L13.2938 17.0337L13.2908 23.0022L23.7071 17.0232L23.7056 11.5049Z' fill='%23E1DAD6'/%3E%3Cpath d='M13.1768 16.9008L23.5931 10.9219L23.7101 11.0531L13.2937 17.032L13.1768 16.9008Z' fill='%23FDF5F1'/%3E%3Cpath d='M13.1213 16.7321L23.5932 10.7695V10.9201L13.1768 16.8991L13.1213 16.7321Z' fill='%23C6C1BD'/%3E%3Cpath d='M13.2936 16.7526L13.2951 16.3352L12.5334 15.8984V22.5676L13.2906 23.0013L13.2936 17.0328L13.1767 16.9016V16.7511L13.2936 16.7526Z' fill='url(%23paint8_linear_1090_10964)'/%3E%3Cpath d='M13.2952 16.3344L23.7116 10.3555L23.7101 10.7728L13.2937 16.7518L13.2952 16.3344Z' fill='%23E1DAD6'/%3E%3Cpath d='M23.6606 11.4766L21.1401 12.924V12.9761L23.7056 11.5019L23.6606 11.4766Z' fill='%23C6C1BD'/%3E%3Cpath d='M21.1402 18.2554L13.5232 22.6274V17.2939L21.1402 12.9219V18.2554Z' fill='%23FDF5F1'/%3E%3Cpath d='M19.026 15.4961L13.5232 18.2314V20.8967L18.1189 18.2583H21.1402L20.7728 17.188L19.026 15.4961Z' fill='%23C6C1BD'/%3E%3Cpath d='M17.438 15.046V16.1312L21.14 18.2554V12.9219L17.438 15.046Z' fill='%23C6C1BD'/%3E%3Cmask id='mask0_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='13' y='12' width='9' height='11'%3E%3Cpath d='M21.1402 18.2554L13.5232 22.6274V17.2939L21.1402 12.9219V18.2554Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1090_10964)'%3E%3Cpath d='M19.3245 17.911C18.8612 17.6352 18.0995 17.6278 17.6227 17.8946C17.1459 18.1599 17.1354 18.5997 17.5987 18.8739C18.062 19.1497 18.8237 19.1572 19.3006 18.8903C19.7774 18.625 19.7879 18.1853 19.3245 17.911ZM19.0696 18.7741C18.7248 18.9664 18.173 18.9604 17.8386 18.7621C17.5028 18.5624 17.5118 18.2449 17.8566 18.0526C18.2015 17.8603 18.7533 17.8663 19.0876 18.0645C19.4235 18.2643 19.4145 18.5818 19.0696 18.7741Z' fill='url(%23paint9_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.3685V18.3536C19.6828 18.5474 19.5614 18.7442 19.3005 18.8888C18.8237 19.1541 18.062 19.1466 17.5987 18.8724C17.3528 18.7263 17.2403 18.5355 17.2598 18.3477V18.3626C17.2388 18.5504 17.3513 18.7427 17.5972 18.8888C18.0605 19.1645 18.8237 19.172 19.3005 18.9052C19.5614 18.7591 19.6828 18.5623 19.6633 18.3685H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.8211C18.8612 17.5454 18.0995 17.5379 17.6227 17.8047C17.1459 18.0701 17.1354 18.5098 17.5987 18.7841C18.062 19.0599 18.8237 19.0673 19.3006 18.8005C19.7774 18.5352 19.7879 18.0954 19.3245 17.8211ZM19.0696 18.6842C18.7248 18.8765 18.173 18.8706 17.8386 18.6723C17.5028 18.4726 17.5118 18.155 17.8566 17.9628C18.2015 17.7705 18.7533 17.7764 19.0876 17.9747C19.4235 18.1744 19.4145 18.4919 19.0696 18.6842Z' fill='url(%23paint10_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.2787V18.2638C19.6828 18.4576 19.5614 18.6543 19.3005 18.7989C18.8237 19.0643 18.062 19.0568 17.5987 18.7825C17.3528 18.6364 17.2403 18.4456 17.2598 18.2578V18.2727C17.2388 18.4605 17.3513 18.6528 17.5972 18.7989C18.0605 19.0747 18.8237 19.0821 19.3005 18.8153C19.5614 18.6692 19.6828 18.4725 19.6633 18.2787H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.7352C18.8612 17.4594 18.0995 17.452 17.6227 17.7188C17.1459 17.9841 17.1354 18.4239 17.5987 18.6982C18.062 18.9739 18.8237 18.9814 19.3006 18.7146C19.7774 18.4492 19.7879 18.0095 19.3245 17.7352ZM19.0696 18.5998C18.7248 18.7921 18.173 18.7861 17.8386 18.5879C17.5028 18.3881 17.5118 18.0706 17.8566 17.8783C18.2015 17.686 18.7533 17.692 19.0876 17.8902C19.4235 18.09 19.4145 18.4075 19.0696 18.5998Z' fill='url(%23paint11_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.1927V18.1778C19.6828 18.3716 19.5614 18.5684 19.3005 18.713C18.8237 18.9783 18.062 18.9709 17.5987 18.6966C17.3528 18.5505 17.2403 18.3597 17.2598 18.1719V18.1868C17.2388 18.3746 17.3513 18.5669 17.5972 18.713C18.0605 18.9887 18.8237 18.9962 19.3005 18.7294C19.5614 18.5833 19.6828 18.3865 19.6633 18.1927H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.6493C18.8612 17.3735 18.0995 17.366 17.6227 17.6329C17.1459 17.8982 17.1354 18.3379 17.5987 18.6122C18.062 18.888 18.8237 18.8954 19.3006 18.6286C19.7774 18.3633 19.7879 17.9235 19.3245 17.6493ZM19.0696 18.5124C18.7248 18.7046 18.173 18.6987 17.8386 18.5004C17.5028 18.3007 17.5118 17.9832 17.8566 17.7909C18.2015 17.5986 18.7533 17.6046 19.0876 17.8028C19.4235 18.0026 19.4145 18.3201 19.0696 18.5124Z' fill='url(%23paint12_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.1068V18.0919C19.6828 18.2857 19.5614 18.4824 19.3005 18.627C18.8237 18.8924 18.062 18.8849 17.5987 18.6106C17.3528 18.4646 17.2403 18.2738 17.2598 18.0859V18.1008C17.2388 18.2887 17.3513 18.481 17.5972 18.627C18.0605 18.9028 18.8237 18.9103 19.3005 18.6434C19.5614 18.4974 19.6828 18.3006 19.6633 18.1068H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.5594C18.8612 17.2837 18.0995 17.2762 17.6227 17.543C17.1459 17.8084 17.1354 18.2481 17.5987 18.5224C18.062 18.7981 18.8237 18.8056 19.3006 18.5388C19.7774 18.2734 19.7879 17.8337 19.3245 17.5594ZM19.0696 18.424C18.7248 18.6163 18.173 18.6103 17.8386 18.4121C17.5028 18.2123 17.5118 17.8948 17.8566 17.7025C18.2015 17.5102 18.7533 17.5162 19.0876 17.7145C19.4235 17.9142 19.4145 18.2317 19.0696 18.424Z' fill='url(%23paint13_linear_1090_10964)'/%3E%3Cpath d='M19.6648 18.017V18.0021C19.6828 18.1958 19.5614 18.3926 19.3005 18.5372C18.8237 18.8025 18.062 18.7951 17.5987 18.5208C17.3528 18.3747 17.2403 18.1839 17.2598 17.9961V18.011C17.2388 18.1988 17.3513 18.3911 17.5972 18.5372C18.0605 18.813 18.8237 18.8204 19.3005 18.5536C19.5614 18.4075 19.6828 18.2107 19.6633 18.017H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.4735C18.8612 17.1977 18.0995 17.1903 17.6227 17.4571C17.1459 17.7224 17.1354 18.1622 17.5987 18.4364C18.062 18.7122 18.8237 18.7197 19.3006 18.4528C19.7774 18.1875 19.7879 17.7478 19.3245 17.4735ZM19.0696 18.3381C18.7248 18.5304 18.173 18.5244 17.8386 18.3261C17.5043 18.1279 17.5118 17.8089 17.8566 17.6166C18.2015 17.4243 18.7533 17.4303 19.0876 17.6285C19.4235 17.8283 19.4145 18.1458 19.0696 18.3381Z' fill='url(%23paint14_linear_1090_10964)'/%3E%3Cpath d='M19.6648 17.931V17.9161C19.6828 18.1099 19.5614 18.3067 19.3005 18.4513C18.8237 18.7166 18.062 18.7091 17.5987 18.4349C17.3528 18.2888 17.2403 18.098 17.2598 17.9102V17.9251C17.2388 18.1129 17.3513 18.3052 17.5972 18.4513C18.0605 18.727 18.8237 18.7345 19.3005 18.4677C19.5614 18.3216 19.6828 18.1248 19.6633 17.931H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.3876C18.8612 17.1118 18.0995 17.1043 17.6227 17.3712C17.1459 17.6365 17.1354 18.0762 17.5987 18.3505C18.062 18.6263 18.8237 18.6337 19.3006 18.3669C19.7774 18.1016 19.7879 17.6618 19.3245 17.3876ZM19.0696 18.2506C18.7248 18.4429 18.173 18.437 17.8386 18.2387C17.5043 18.0405 17.5118 17.7215 17.8566 17.5292C18.2015 17.3369 18.7533 17.3428 19.0876 17.5411C19.4235 17.7408 19.4145 18.0583 19.0696 18.2506Z' fill='url(%23paint15_linear_1090_10964)'/%3E%3Cpath d='M19.6648 17.8451V17.8302C19.6828 18.024 19.5614 18.2207 19.3005 18.3653C18.8237 18.6307 18.062 18.6232 17.5987 18.3489C17.3528 18.2028 17.2403 18.012 17.2598 17.8242V17.8391C17.2388 18.0269 17.3513 18.2192 17.5972 18.3653C18.0605 18.6411 18.8237 18.6485 19.3005 18.3817C19.5614 18.2356 19.6828 18.0389 19.6633 17.8451H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.0861 17.4538C18.7503 17.2541 18.2 17.2496 17.8551 17.4419C17.5102 17.6342 17.5027 17.9517 17.8371 18.1514C17.8401 18.1529 17.8446 18.1559 17.8476 18.1574C18.1835 18.3497 18.7278 18.3542 19.0681 18.1634C19.413 17.9711 19.4205 17.6536 19.0861 17.4538Z' fill='%23ECEAE6'/%3E%3Cpath d='M19.0275 17.5252C18.7231 17.3449 18.2238 17.3404 17.912 17.5133C17.6001 17.6877 17.5926 17.9754 17.8955 18.1558C17.8985 18.1573 17.9015 18.1602 17.906 18.1617C18.2268 18.3391 18.6812 18.3406 19.0125 18.1677C19.3244 17.9933 19.3319 17.7056 19.029 17.5252H19.0275ZM18.984 18.1647C18.6872 18.3302 18.2133 18.3257 17.924 18.1543C17.6361 17.9829 17.6421 17.7101 17.939 17.5446C18.2358 17.3792 18.7096 17.3836 18.999 17.555C19.2884 17.7265 19.2809 17.9993 18.984 18.1647Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 17.2977C18.8612 17.0219 18.0995 17.0145 17.6227 17.2813C17.1459 17.5466 17.1354 17.9864 17.5987 18.2607C18.062 18.5349 18.8237 18.5439 19.3006 18.2771C19.7774 18.0117 19.7879 17.572 19.3245 17.2977ZM19.0696 18.1623C18.7248 18.3546 18.173 18.3486 17.8386 18.1504C17.5043 17.9521 17.5118 17.6331 17.8566 17.4408C18.2015 17.2485 18.7533 17.2545 19.0876 17.4527C19.4235 17.6525 19.4145 17.97 19.0696 18.1623Z' fill='%23F6F4EF'/%3E%3Cpath d='M18.9841 18.1671C18.6872 18.3325 18.2134 18.3281 17.924 18.1566C17.6361 17.9852 17.6421 17.7124 17.939 17.547C18.2359 17.3815 18.7097 17.386 18.9991 17.5574C19.287 17.7288 19.281 18.0016 18.9841 18.1671Z' fill='%23F6F4EF'/%3E%3Cpath d='M19.6648 17.7552V17.7403C19.6828 17.9341 19.5614 18.1309 19.3005 18.2755C18.8237 18.5408 18.062 18.5334 17.5987 18.2591C17.3528 18.113 17.2403 17.9222 17.2598 17.7344V17.7493C17.2388 17.9371 17.3513 18.1294 17.5972 18.2755C18.0605 18.5512 18.8237 18.5587 19.3005 18.2919C19.5614 18.1458 19.6828 17.949 19.6633 17.7552H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.9266C17.0858 18.6508 16.3241 18.6434 15.8473 18.9102C15.3705 19.1756 15.36 19.6153 15.8233 19.8896C16.2867 20.1653 17.0484 20.1728 17.5252 19.906C18.002 19.6406 18.0125 19.2009 17.5492 18.9266ZM17.2943 19.7912C16.9494 19.9835 16.3976 19.9775 16.0632 19.7793C15.7274 19.5795 15.7364 19.262 16.0812 19.0697C16.4261 18.8774 16.9779 18.8834 17.3122 19.0816C17.6466 19.2799 17.6391 19.5989 17.2943 19.7912Z' fill='url(%23paint16_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.3842V19.3692C17.9074 19.563 17.786 19.7598 17.5251 19.9044C17.0483 20.1697 16.2866 20.1623 15.8233 19.888C15.5774 19.7419 15.4649 19.5511 15.4844 19.3633V19.3782C15.4634 19.566 15.5759 19.7583 15.8218 19.9044C16.2851 20.1802 17.0483 20.1876 17.5251 19.9208C17.786 19.7747 17.9075 19.5779 17.888 19.3842H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.8407C17.0858 18.5649 16.3241 18.5575 15.8473 18.8243C15.3705 19.0896 15.36 19.5294 15.8233 19.8036C16.2867 20.0794 17.0484 20.0869 17.5252 19.82C18.002 19.5547 18.0125 19.115 17.5492 18.8407ZM17.2943 19.7038C16.9494 19.8961 16.3976 19.8901 16.0632 19.6918C15.7274 19.4921 15.7364 19.1746 16.0812 18.9823C16.4261 18.79 16.9779 18.796 17.3122 18.9942C17.6466 19.1925 17.6391 19.5115 17.2943 19.7038Z' fill='url(%23paint17_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.2982V19.2833C17.9074 19.4771 17.786 19.6739 17.5251 19.8184C17.0483 20.0838 16.2866 20.0763 15.8233 19.8021C15.5774 19.656 15.4649 19.4652 15.4844 19.2773V19.2923C15.4634 19.4801 15.5759 19.6724 15.8218 19.8184C16.2851 20.0942 17.0483 20.1017 17.5251 19.8348C17.786 19.6888 17.9075 19.492 17.888 19.2982H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.7547C17.0858 18.479 16.3241 18.4715 15.8473 18.7383C15.3705 19.0037 15.36 19.4434 15.8233 19.7177C16.2867 19.9935 17.0484 20.0009 17.5252 19.7341C18.002 19.4688 18.0125 19.029 17.5492 18.7547ZM17.2943 19.6178C16.9494 19.8101 16.3976 19.8042 16.0632 19.6059C15.7274 19.4061 15.7364 19.0886 16.0812 18.8963C16.4261 18.7041 16.9779 18.71 17.3122 18.9083C17.6466 19.1065 17.6391 19.4255 17.2943 19.6178Z' fill='url(%23paint18_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.2123V19.1974C17.9074 19.3912 17.786 19.5879 17.5251 19.7325C17.0483 19.9978 16.2866 19.9904 15.8233 19.7161C15.5774 19.57 15.4649 19.3792 15.4844 19.1914V19.2063C15.4634 19.3941 15.5759 19.5864 15.8218 19.7325C16.2851 20.0083 17.0483 20.0157 17.5251 19.7489C17.786 19.6028 17.9075 19.4061 17.888 19.2123H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.6649C17.0858 18.3891 16.3241 18.3817 15.8473 18.6485C15.3705 18.9138 15.36 19.3536 15.8233 19.6279C16.2867 19.9036 17.0484 19.9111 17.5252 19.6442C18.002 19.3789 18.0125 18.9392 17.5492 18.6649ZM17.2943 19.5295C16.9494 19.7218 16.3976 19.7158 16.0632 19.5175C15.7274 19.3178 15.7364 19.0003 16.0812 18.808C16.4261 18.6157 16.9779 18.6217 17.3122 18.8199C17.6466 19.0182 17.6391 19.3372 17.2943 19.5295Z' fill='url(%23paint19_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.1224V19.1075C17.9074 19.3013 17.786 19.4981 17.5251 19.6427C17.0483 19.908 16.2866 19.9005 15.8233 19.6263C15.5774 19.4802 15.4649 19.2894 15.4844 19.1016V19.1165C15.4634 19.3043 15.5759 19.4966 15.8218 19.6427C16.2851 19.9184 17.0483 19.9259 17.5251 19.6591C17.786 19.513 17.9075 19.3162 17.888 19.1224H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.579C17.0858 18.3032 16.3241 18.2957 15.8473 18.5626C15.3705 18.8279 15.36 19.2676 15.8233 19.5419C16.2867 19.8177 17.0484 19.8251 17.5252 19.5583C18.002 19.293 18.0125 18.8532 17.5492 18.579ZM17.2943 19.442C16.9494 19.6343 16.3976 19.6284 16.0632 19.4301C15.7274 19.2304 15.7364 18.9129 16.0812 18.7206C16.4261 18.5283 16.9779 18.5342 17.3122 18.7325C17.6466 18.9307 17.6391 19.2497 17.2943 19.442Z' fill='url(%23paint20_linear_1090_10964)'/%3E%3Cpath d='M17.8895 19.0365V19.0216C17.9074 19.2154 17.786 19.4121 17.5251 19.5567C17.0483 19.8221 16.2866 19.8146 15.8233 19.5403C15.5774 19.3942 15.4649 19.2034 15.4844 19.0156V19.0305C15.4634 19.2184 15.5759 19.4106 15.8218 19.5567C16.2851 19.8325 17.0483 19.84 17.5251 19.5731C17.786 19.427 17.9075 19.2303 17.888 19.0365H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.493C17.0858 18.2173 16.3241 18.2098 15.8473 18.4766C15.3705 18.742 15.36 19.1817 15.8233 19.456C16.2867 19.7317 17.0484 19.7392 17.5252 19.4724C18.002 19.207 18.0125 18.7673 17.5492 18.493ZM17.2943 19.3576C16.9494 19.5499 16.3976 19.5439 16.0632 19.3457C15.7274 19.1459 15.7364 18.8284 16.0812 18.6361C16.4261 18.4438 16.9779 18.4498 17.3122 18.648C17.6466 18.8463 17.6391 19.1653 17.2943 19.3576Z' fill='url(%23paint21_linear_1090_10964)'/%3E%3Cpath d='M17.8895 18.9506V18.9357C17.9074 19.1294 17.786 19.3262 17.5251 19.4708C17.0483 19.7361 16.2866 19.7287 15.8233 19.4544C15.5774 19.3083 15.4649 19.1175 15.4844 18.9297V18.9446C15.4634 19.1324 15.5759 19.3247 15.8218 19.4708C16.2851 19.7466 17.0483 19.754 17.5251 19.4872C17.786 19.3411 17.9075 19.1443 17.888 18.9506H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.4032C17.0858 18.1274 16.3241 18.12 15.8473 18.3868C15.3705 18.6521 15.36 19.0919 15.8233 19.3661C16.2867 19.6419 17.0484 19.6494 17.5252 19.3825C18.002 19.1172 18.0125 18.6775 17.5492 18.4032ZM17.2943 19.2677C16.9494 19.46 16.3976 19.4541 16.0632 19.2558C15.7274 19.0561 15.7364 18.7386 16.0812 18.5463C16.4261 18.354 16.9779 18.3599 17.3122 18.5582C17.6466 18.7565 17.6391 19.0755 17.2943 19.2677Z' fill='url(%23paint22_linear_1090_10964)'/%3E%3Cpath d='M17.8895 18.8607V18.8458C17.9074 19.0396 17.786 19.2364 17.5251 19.3809C17.0483 19.6463 16.2866 19.6388 15.8233 19.3645C15.5774 19.2185 15.4649 19.0277 15.4844 18.8398V18.8547C15.4634 19.0426 15.5759 19.2349 15.8218 19.3809C16.2851 19.6567 17.0483 19.6642 17.5251 19.3973C17.786 19.2513 17.9075 19.0545 17.888 18.8607H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.3107 18.4734C16.9749 18.2736 16.4246 18.2691 16.0797 18.4614C15.7349 18.6537 15.7274 18.9712 16.0617 19.171C16.0647 19.1725 16.0692 19.1754 16.0722 19.1769C16.4081 19.3692 16.9524 19.3737 17.2927 19.1829C17.6376 18.9906 17.6451 18.6731 17.3107 18.4734Z' fill='%23ECEAE6'/%3E%3Cpath d='M17.2521 18.5448C16.9478 18.3644 16.4484 18.3599 16.1366 18.5328C15.8247 18.7058 15.8172 18.9949 16.1201 19.1753C16.1231 19.1768 16.1261 19.1798 16.1306 19.1813C16.4514 19.3587 16.9058 19.3601 17.2371 19.1872C17.549 19.0128 17.5565 18.7251 17.2536 18.5448H17.2521ZM17.2086 19.1842C16.9118 19.3497 16.438 19.3452 16.1486 19.1738C15.8607 19.0024 15.8667 18.7296 16.1636 18.5641C16.4604 18.3987 16.9343 18.4032 17.2236 18.5746C17.5115 18.746 17.5055 19.0188 17.2086 19.1842Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 18.3172C17.0858 18.0415 16.3241 18.034 15.8473 18.3008C15.3705 18.5662 15.36 19.0059 15.8233 19.2802C16.2867 19.556 17.0484 19.5634 17.5252 19.2966C18.002 19.0313 18.0125 18.5915 17.5492 18.3172ZM17.2943 19.1803C16.9494 19.3726 16.3976 19.3666 16.0632 19.1684C15.7274 18.9686 15.7364 18.6511 16.0812 18.4588C16.4261 18.2666 16.9779 18.2725 17.3122 18.4708C17.6466 18.669 17.6391 18.988 17.2943 19.1803Z' fill='%23F6F4EF'/%3E%3Cpath d='M17.2087 19.1866C16.9118 19.3521 16.438 19.3476 16.1486 19.1762C15.8607 19.0047 15.8667 18.732 16.1636 18.5665C16.4605 18.401 16.9343 18.4055 17.2237 18.5769C17.5116 18.7483 17.5056 19.0211 17.2087 19.1866Z' fill='%23F6F4EF'/%3E%3Cpath d='M17.8895 18.7748V18.7599C17.9074 18.9537 17.786 19.1504 17.5251 19.295C17.0483 19.5603 16.2866 19.5529 15.8233 19.2786C15.5774 19.1325 15.4649 18.9417 15.4844 18.7539V18.7688C15.4634 18.9566 15.5759 19.1489 15.8218 19.295C16.2851 19.5708 17.0483 19.5782 17.5251 19.3114C17.786 19.1653 17.9075 18.9686 17.888 18.7748H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.9019C15.4246 19.6992 14.8638 19.6933 14.5129 19.89C14.1621 20.0853 14.1546 20.4088 14.4949 20.6115C14.8368 20.8142 15.3976 20.8202 15.7484 20.6234C16.0993 20.4281 16.1068 20.1047 15.7664 19.9019ZM15.4396 20.446C15.2641 20.5444 14.9837 20.5414 14.8128 20.4401C14.6419 20.3387 14.6464 20.1777 14.8218 20.0793C14.9972 19.9809 15.2776 19.9839 15.4486 20.0853C15.6195 20.1867 15.615 20.3476 15.4396 20.446Z' fill='url(%23paint23_linear_1090_10964)'/%3E%3Cpath d='M16.0167 20.2415V20.231C16.0302 20.3741 15.9402 20.5187 15.7483 20.6261C15.3974 20.8213 14.8366 20.8169 14.4948 20.6141C14.3133 20.5068 14.2309 20.3652 14.2459 20.2266V20.237C14.2309 20.3756 14.3133 20.5172 14.4948 20.6246C14.8366 20.8273 15.3989 20.8333 15.7498 20.6365C15.9417 20.5292 16.0317 20.3846 16.0167 20.2415Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.8355C15.4246 19.6328 14.8638 19.6268 14.5129 19.8236C14.1621 20.0189 14.1546 20.3424 14.4949 20.5451C14.8368 20.7478 15.3976 20.7538 15.7484 20.557C16.0993 20.3617 16.1068 20.0383 15.7664 19.8355ZM15.4396 20.3796C15.2641 20.478 14.9837 20.475 14.8128 20.3737C14.6419 20.2723 14.6464 20.1113 14.8218 20.0129C14.9972 19.9145 15.2776 19.9175 15.4486 20.0189C15.6195 20.1202 15.615 20.2812 15.4396 20.3796Z' fill='url(%23paint24_linear_1090_10964)'/%3E%3Cpath d='M16.0167 20.1751V20.1646C16.0302 20.3077 15.9402 20.4523 15.7483 20.5596C15.3974 20.7549 14.8366 20.7505 14.4948 20.5477C14.3133 20.4404 14.2309 20.2988 14.2459 20.1602V20.1706C14.2309 20.3092 14.3133 20.4508 14.4948 20.5582C14.8366 20.7609 15.3989 20.7668 15.7498 20.5701C15.9417 20.4628 16.0317 20.3182 16.0167 20.1751Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.7691C15.4246 19.5664 14.8638 19.5604 14.5129 19.7572C14.1621 19.9525 14.1546 20.2759 14.4949 20.4787C14.8368 20.6814 15.3976 20.6874 15.7484 20.4906C16.0993 20.2953 16.1068 19.9719 15.7664 19.7691ZM15.4396 20.3132C15.2641 20.4116 14.9837 20.4086 14.8128 20.3073C14.6419 20.2059 14.6464 20.0449 14.8218 19.9465C14.9972 19.8481 15.2776 19.8511 15.4486 19.9525C15.6195 20.0538 15.615 20.2148 15.4396 20.3132Z' fill='url(%23paint25_linear_1090_10964)'/%3E%3Cpath d='M16.0167 20.1087V20.0982C16.0302 20.2413 15.9402 20.3859 15.7483 20.4932C15.3974 20.6885 14.8366 20.684 14.4948 20.4813C14.3133 20.374 14.2309 20.2324 14.2459 20.0938V20.1042C14.2309 20.2428 14.3133 20.3844 14.4948 20.4918C14.8366 20.6945 15.3989 20.7004 15.7498 20.5037C15.9417 20.3964 16.0317 20.2518 16.0167 20.1087Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.6988C15.4246 19.4961 14.8638 19.4901 14.5129 19.6869C14.1621 19.8837 14.1546 20.2056 14.4949 20.4084C14.8368 20.6111 15.3976 20.6171 15.7484 20.4203C16.0993 20.225 16.1068 19.9015 15.7664 19.6988ZM15.4396 20.2429C15.2641 20.3413 14.9837 20.3383 14.8128 20.2369C14.6419 20.1356 14.6464 19.9746 14.8218 19.8762C14.9972 19.7778 15.2776 19.7808 15.4486 19.8822C15.6195 19.9835 15.615 20.1445 15.4396 20.2429Z' fill='url(%23paint26_linear_1090_10964)'/%3E%3Cpath d='M16.0167 20.0383V20.0279C16.0302 20.171 15.9402 20.3156 15.7483 20.4229C15.3974 20.6182 14.8366 20.6137 14.4948 20.411C14.3133 20.3037 14.2309 20.1621 14.2459 20.0234V20.0339C14.2309 20.1725 14.3133 20.3141 14.4948 20.4214C14.8366 20.6242 15.3989 20.6301 15.7498 20.4334C15.9417 20.326 16.0317 20.1814 16.0167 20.0383Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.6324C15.4246 19.4297 14.8638 19.4237 14.5129 19.6205C14.1621 19.8158 14.1546 20.1392 14.4949 20.342C14.8368 20.5447 15.3976 20.5506 15.7484 20.3539C16.0993 20.1586 16.1068 19.8351 15.7664 19.6324ZM15.4396 20.1765C15.2641 20.2749 14.9837 20.2719 14.8128 20.1705C14.6419 20.0692 14.6464 19.9082 14.8218 19.8098C14.9972 19.7114 15.2776 19.7144 15.4486 19.8158C15.6195 19.9171 15.615 20.0781 15.4396 20.1765Z' fill='url(%23paint27_linear_1090_10964)'/%3E%3Cpath d='M16.0167 19.968V19.9576C16.0302 20.1007 15.9402 20.2453 15.7483 20.3526C15.3974 20.5479 14.8366 20.5434 14.4948 20.3407C14.3133 20.2334 14.2309 20.0918 14.2459 19.9531V19.9636C14.2309 20.1022 14.3133 20.2438 14.4948 20.3511C14.8366 20.5539 15.3989 20.5598 15.7498 20.3631C15.9417 20.2557 16.0317 20.1111 16.0167 19.968Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.4559 19.7403C15.2804 19.636 14.9925 19.633 14.8126 19.7344C14.6327 19.8342 14.6282 20.0012 14.8036 20.1055C14.985 20.2099 15.2684 20.2114 15.4469 20.1115C15.6268 20.0116 15.6313 19.8447 15.4559 19.7403Z' fill='%23ECEAE6'/%3E%3Cpath d='M15.4094 19.7989C15.2595 19.7094 15.0136 19.708 14.8591 19.7929C14.7047 19.8794 14.7017 20.021 14.8516 20.1104C15.0151 20.1999 15.2385 20.2014 15.4019 20.1164C15.5564 20.0299 15.5594 19.8883 15.4094 19.7989Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 19.566C15.4246 19.3633 14.8638 19.3573 14.5129 19.5541C14.1621 19.7494 14.1546 20.0728 14.4949 20.2755C14.8368 20.4783 15.3976 20.4842 15.7484 20.2875C16.0993 20.0922 16.1068 19.7687 15.7664 19.566ZM15.4396 20.1101C15.2641 20.2085 14.9837 20.2055 14.8128 20.1041C14.6419 20.0028 14.6464 19.8418 14.8218 19.7434C14.9972 19.645 15.2776 19.648 15.4486 19.7494C15.6195 19.8507 15.615 20.0117 15.4396 20.1101Z' fill='%23F6F4EF'/%3E%3Cpath d='M15.3795 20.1165C15.237 20.1955 15.0106 20.194 14.8727 20.112C14.7347 20.0301 14.7377 19.8989 14.8802 19.8199C15.0226 19.7409 15.249 19.7424 15.387 19.8243C15.5249 19.9063 15.5219 20.0375 15.3795 20.1165Z' fill='%23F6F4EF'/%3E%3Cpath d='M16.0167 19.9016V19.8912C16.0302 20.0343 15.9402 20.1789 15.7483 20.2862C15.3974 20.4815 14.8366 20.477 14.4948 20.2743C14.3133 20.167 14.2309 20.0253 14.2459 19.8867V19.8972C14.2309 20.0358 14.3133 20.1774 14.4948 20.2847C14.8366 20.4874 15.3989 20.4934 15.7498 20.2966C15.9417 20.1893 16.0317 20.0447 16.0167 19.9016Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.6441C14.1292 20.4414 13.5684 20.4354 13.2175 20.6322C12.8667 20.8275 12.8592 21.1509 13.1995 21.3537C13.5399 21.5564 14.1022 21.5624 14.453 21.3656C14.8039 21.1703 14.8114 20.8469 14.471 20.6441ZM14.1441 21.1882C13.9687 21.2866 13.6883 21.2836 13.5174 21.1823C13.3465 21.0809 13.351 20.9199 13.5264 20.8215C13.7018 20.7231 13.9822 20.7261 14.1531 20.8275C14.3241 20.9288 14.3196 21.0898 14.1441 21.1882Z' fill='url(%23paint28_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.9837V20.9732C14.7348 21.1163 14.6448 21.2609 14.4529 21.3682C14.102 21.5635 13.5412 21.559 13.1994 21.3563C13.0179 21.249 12.9355 21.1074 12.9505 20.9688V20.9792C12.9355 21.1178 13.0179 21.2594 13.1994 21.3668C13.5412 21.5695 14.1035 21.5754 14.4544 21.3787C14.6463 21.2714 14.7363 21.1268 14.7213 20.9837Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.5777C14.1292 20.375 13.5684 20.369 13.2175 20.5658C12.8667 20.7611 12.8592 21.0845 13.1995 21.2873C13.5399 21.49 14.1022 21.496 14.453 21.2992C14.8039 21.1039 14.8114 20.7804 14.471 20.5777ZM14.1441 21.1218C13.9687 21.2202 13.6883 21.2172 13.5174 21.1158C13.3465 21.0145 13.351 20.8535 13.5264 20.7551C13.7018 20.6567 13.9822 20.6597 14.1531 20.7611C14.3241 20.8624 14.3196 21.0234 14.1441 21.1218Z' fill='url(%23paint29_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.9133V20.9029C14.7348 21.046 14.6448 21.1906 14.4529 21.2979C14.102 21.4932 13.5412 21.4887 13.1994 21.286C13.0179 21.1787 12.9355 21.0371 12.9505 20.8984V20.9089C12.9355 21.0475 13.0179 21.1891 13.1994 21.2964C13.5412 21.4992 14.1035 21.5051 14.4544 21.3084C14.6463 21.201 14.7363 21.0564 14.7213 20.9133Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.5113C14.1292 20.3086 13.5684 20.3026 13.2175 20.4994C12.8667 20.6947 12.8592 21.0181 13.1995 21.2209C13.5399 21.4236 14.1022 21.4296 14.453 21.2328C14.8039 21.0375 14.8114 20.714 14.471 20.5113ZM14.1441 21.0569C13.9687 21.1553 13.6883 21.1523 13.5174 21.0509C13.3465 20.9496 13.351 20.7886 13.5264 20.6902C13.7018 20.5918 13.9822 20.5948 14.1531 20.6962C14.3241 20.7975 14.3196 20.9585 14.1441 21.0569Z' fill='url(%23paint30_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.8508V20.8404C14.7348 20.9835 14.6448 21.1281 14.4529 21.2354C14.102 21.4307 13.5412 21.4262 13.1994 21.2235C13.0179 21.1162 12.9355 20.9746 12.9505 20.8359V20.8464C12.9355 20.985 13.0179 21.1266 13.1994 21.2339C13.5412 21.4367 14.1035 21.4426 14.4544 21.2459C14.6463 21.1385 14.7363 20.9939 14.7213 20.8508Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.441C14.1292 20.2383 13.5684 20.2323 13.2175 20.4291C12.8667 20.6244 12.8592 20.9478 13.1995 21.1505C13.5414 21.3533 14.1022 21.3592 14.453 21.1625C14.8039 20.9672 14.8114 20.6437 14.471 20.441ZM14.1441 20.9866C13.9687 21.085 13.6883 21.082 13.5174 20.9806C13.3465 20.8793 13.351 20.7183 13.5264 20.6199C13.7018 20.5215 13.9822 20.5245 14.1531 20.6258C14.3241 20.7272 14.3196 20.8882 14.1441 20.9866Z' fill='url(%23paint31_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.7805V20.7701C14.7348 20.9132 14.6448 21.0578 14.4529 21.1651C14.102 21.3604 13.5412 21.3559 13.1994 21.1532C13.0179 21.0459 12.9355 20.9043 12.9505 20.7656V20.7761C12.9355 20.9147 13.0179 21.0563 13.1994 21.1636C13.5412 21.3664 14.1035 21.3723 14.4544 21.1756C14.6463 21.0682 14.7363 20.9236 14.7213 20.7805Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.3746C14.1292 20.1719 13.5684 20.1659 13.2175 20.3627C12.8667 20.5579 12.8592 20.8814 13.1995 21.0841C13.5399 21.2869 14.1022 21.2928 14.453 21.0961C14.8039 20.9008 14.8114 20.5773 14.471 20.3746ZM14.1441 20.9187C13.9687 21.0171 13.6883 21.0141 13.5174 20.9127C13.3465 20.8114 13.351 20.6504 13.5264 20.552C13.7018 20.4536 13.9822 20.4566 14.1531 20.5579C14.3241 20.6593 14.3196 20.8203 14.1441 20.9187Z' fill='url(%23paint32_linear_1090_10964)'/%3E%3Cpath d='M14.7213 20.7141V20.7037C14.7348 20.8468 14.6448 20.9914 14.4529 21.0987C14.102 21.294 13.5412 21.2895 13.1994 21.0868C13.0179 20.9795 12.9355 20.8378 12.9505 20.6992V20.7097C12.9355 20.8483 13.0179 20.9899 13.1994 21.0972C13.5412 21.2999 14.1035 21.3059 14.4544 21.1091C14.6463 21.0018 14.7363 20.8572 14.7213 20.7141Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.1622 20.4825C13.9867 20.3782 13.6988 20.3752 13.5189 20.4765C13.339 20.5764 13.3345 20.7434 13.5099 20.8477C13.6913 20.9521 13.9747 20.9535 14.1532 20.8537C14.3331 20.7538 14.3376 20.5868 14.1622 20.484V20.4825Z' fill='%23ECEAE6'/%3E%3Cpath d='M14.114 20.545C13.9641 20.4555 13.7182 20.454 13.5637 20.539C13.4093 20.6255 13.4063 20.7671 13.5562 20.8565C13.7197 20.946 13.9431 20.9474 14.1065 20.8625C14.2609 20.776 14.2639 20.6344 14.114 20.545Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 20.3082C14.1292 20.1055 13.5684 20.0995 13.2175 20.2963C12.8667 20.4915 12.8592 20.815 13.1995 21.0177C13.5399 21.2205 14.1022 21.2264 14.453 21.0297C14.8039 20.8344 14.8114 20.5109 14.471 20.3082ZM14.1441 20.8523C13.9687 20.9507 13.6883 20.9477 13.5174 20.8463C13.3465 20.7449 13.351 20.584 13.5264 20.4856C13.7018 20.3872 13.9822 20.3902 14.1531 20.4915C14.3241 20.5929 14.3196 20.7539 14.1441 20.8523Z' fill='%23F6F4EF'/%3E%3Cpath d='M14.0855 20.8626C13.9431 20.9416 13.7167 20.9401 13.5787 20.8581C13.4408 20.7761 13.4438 20.645 13.5862 20.566C13.7287 20.487 13.9551 20.4885 14.093 20.5704C14.231 20.6524 14.228 20.7836 14.0855 20.8626Z' fill='%23F6F4EF'/%3E%3Cpath d='M14.7213 20.6477V20.6373C14.7348 20.7804 14.6448 20.925 14.4529 21.0323C14.102 21.2276 13.5412 21.2231 13.1994 21.0204C13.0179 20.9131 12.9355 20.7714 12.9505 20.6328V20.6432C12.9355 20.7819 13.0179 20.9235 13.1994 21.0308C13.5412 21.2335 14.1035 21.2395 14.4544 21.0427C14.6463 20.9354 14.7363 20.7908 14.7213 20.6477Z' fill='%23E4E2DD'/%3E%3Cpath opacity='0.7' d='M17.624 17.2816L15.8487 18.3012L13.2188 20.2957C12.9159 20.4656 12.9429 20.7235 12.9519 20.6311V20.9784C12.9519 20.9784 12.9519 20.9709 12.9519 20.9665C12.9339 21.1364 13.0493 21.275 13.2008 21.3645C13.2592 21.3987 13.3267 21.4271 13.3972 21.4494V21.1036L14.6057 20.4104C14.6657 20.4581 14.6912 20.5491 14.6912 20.5491V20.3613L15.9012 19.6666L15.8187 19.598V19.2746L17.5176 18.2997L17.597 18.3474V18.2535L19.2944 17.2786C18.828 17.0222 18.0903 17.0207 17.6255 17.2801L17.624 17.2816Z' fill='%23C0BFBC'/%3E%3Cpath d='M9.46582 17.3172L13.4617 19.6113L20.9153 15.3317L16.9194 13.0391L9.46582 17.3172Z' fill='%23FDF5F1'/%3E%3Cpath d='M20.9152 15.5288L13.4617 19.8069V19.6117L20.9152 15.332V15.5288Z' fill='%23E1DAD6'/%3E%3Cpath d='M17.4726 13.3555L13.5232 15.3186V17.9839L18.1189 15.347H20.8913L20.9153 15.3321L17.4726 13.3555Z' fill='%23C6C1BD'/%3E%3Cpath d='M19.3245 15.0165C18.8612 14.7407 18.0995 14.7332 17.6227 15.0001C17.1459 15.2654 17.1354 15.7051 17.5987 15.9794C18.062 16.2552 18.8237 16.2626 19.3006 15.9958C19.7774 15.7305 19.7879 15.2907 19.3245 15.0165ZM19.0696 15.881C18.7248 16.0733 18.173 16.0674 17.8386 15.8691C17.5028 15.6694 17.5118 15.3519 17.8566 15.1596C18.2015 14.9673 18.7533 14.9732 19.0876 15.1715C19.4235 15.3712 19.4145 15.6887 19.0696 15.881Z' fill='url(%23paint33_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.474V15.4591C19.6828 15.6529 19.5614 15.8496 19.3005 15.9942C18.8237 16.2596 18.062 16.2521 17.5987 15.9778C17.3528 15.8317 17.2403 15.6409 17.2598 15.4531V15.468C17.2388 15.6559 17.3513 15.8481 17.5972 15.9942C18.0605 16.27 18.8237 16.2774 19.3005 16.0106C19.5614 15.8645 19.6828 15.6678 19.6633 15.474H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.9305C18.8612 14.6548 18.0995 14.6473 17.6227 14.9141C17.1459 15.1795 17.1354 15.6192 17.5987 15.8935C18.062 16.1692 18.8237 16.1767 19.3006 15.9099C19.7774 15.6445 19.7879 15.2048 19.3245 14.9305ZM19.0696 15.7951C18.7248 15.9874 18.173 15.9814 17.8386 15.7832C17.5028 15.5834 17.5118 15.2659 17.8566 15.0736C18.2015 14.8813 18.7533 14.8873 19.0876 15.0855C19.4235 15.2853 19.4145 15.6028 19.0696 15.7951Z' fill='url(%23paint34_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.3881V15.3732C19.6828 15.5669 19.5614 15.7637 19.3005 15.9083C18.8237 16.1736 18.062 16.1662 17.5987 15.8919C17.3528 15.7458 17.2403 15.555 17.2598 15.3672V15.3821C17.2388 15.5699 17.3513 15.7622 17.5972 15.9083C18.0605 16.1841 18.8237 16.1915 19.3005 15.9247C19.5614 15.7786 19.6828 15.5818 19.6633 15.3881H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.8446C18.8612 14.5688 18.0995 14.5614 17.6227 14.8282C17.1459 15.0935 17.1354 15.5333 17.5987 15.8075C18.062 16.0833 18.8237 16.0908 19.3006 15.8239C19.7774 15.5586 19.7879 15.1189 19.3245 14.8446ZM19.0696 15.7077C18.7248 15.9 18.173 15.894 17.8386 15.6957C17.5028 15.496 17.5118 15.1785 17.8566 14.9862C18.2015 14.7939 18.7533 14.7999 19.0876 14.9981C19.4235 15.1979 19.4145 15.5154 19.0696 15.7077Z' fill='url(%23paint35_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.3021V15.2872C19.6828 15.481 19.5614 15.6778 19.3005 15.8224C18.8237 16.0877 18.062 16.0802 17.5987 15.806C17.3528 15.6599 17.2403 15.4691 17.2598 15.2812V15.2962C17.2388 15.484 17.3513 15.6763 17.5972 15.8224C18.0605 16.0981 18.8237 16.1056 19.3005 15.8387C19.5614 15.6927 19.6828 15.4959 19.6633 15.3021H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.7547C18.8612 14.479 18.0995 14.4715 17.6227 14.7383C17.1459 15.0037 17.1354 15.4434 17.5987 15.7177C18.062 15.9935 18.8237 16.0009 19.3006 15.7341C19.7774 15.4688 19.7879 15.029 19.3245 14.7547ZM19.0696 15.6193C18.7248 15.8116 18.173 15.8056 17.8386 15.6074C17.5028 15.4076 17.5118 15.0901 17.8566 14.8978C18.2015 14.7055 18.7533 14.7115 19.0876 14.9098C19.4235 15.1095 19.4145 15.427 19.0696 15.6193Z' fill='url(%23paint36_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.2123V15.1974C19.6828 15.3912 19.5614 15.5879 19.3005 15.7325C18.8237 15.9978 18.062 15.9904 17.5987 15.7161C17.3528 15.57 17.2403 15.3792 17.2598 15.1914V15.2063C17.2388 15.3941 17.3513 15.5864 17.5972 15.7325C18.0605 16.0083 18.8237 16.0157 19.3005 15.7489C19.5614 15.6028 19.6828 15.4061 19.6633 15.2123H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.6688C18.8612 14.393 18.0995 14.3856 17.6227 14.6524C17.1459 14.9177 17.1354 15.3575 17.5987 15.6318C18.062 15.9075 18.8237 15.915 19.3006 15.6482C19.7774 15.3828 19.7879 14.9431 19.3245 14.6688ZM19.0696 15.5319C18.7248 15.7242 18.173 15.7182 17.8386 15.52C17.5028 15.3202 17.5118 15.0027 17.8566 14.8104C18.2015 14.6181 18.7533 14.6241 19.0876 14.8223C19.4235 15.0221 19.4145 15.3396 19.0696 15.5319Z' fill='url(%23paint37_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.1263V15.1114C19.6828 15.3052 19.5614 15.502 19.3005 15.6466C18.8237 15.9119 18.062 15.9045 17.5987 15.6302C17.3528 15.4841 17.2403 15.2933 17.2598 15.1055V15.1204C17.2388 15.3082 17.3513 15.5005 17.5972 15.6466C18.0605 15.9223 18.8237 15.9298 19.3005 15.663C19.5614 15.5169 19.6828 15.3201 19.6633 15.1263H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.5829C18.8612 14.3071 18.0995 14.2996 17.6227 14.5665C17.1459 14.8318 17.1354 15.2715 17.5987 15.5458C18.062 15.8216 18.8237 15.829 19.3006 15.5622C19.7774 15.2969 19.7879 14.8571 19.3245 14.5829ZM19.0696 15.4474C18.7248 15.6397 18.173 15.6338 17.8386 15.4355C17.5028 15.2358 17.5118 14.9183 17.8566 14.726C18.2015 14.5337 18.7533 14.5396 19.0876 14.7379C19.4235 14.9376 19.4145 15.2551 19.0696 15.4474Z' fill='url(%23paint38_linear_1090_10964)'/%3E%3Cpath d='M19.6648 15.0404V15.0255C19.6828 15.2193 19.5614 15.416 19.3005 15.5606C18.8237 15.826 18.062 15.8185 17.5987 15.5442C17.3528 15.3982 17.2403 15.2074 17.2598 15.0195V15.0344C17.2388 15.2223 17.3513 15.4146 17.5972 15.5606C18.0605 15.8364 18.8237 15.8439 19.3005 15.577C19.5614 15.4309 19.6828 15.2342 19.6633 15.0404H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.493C18.8612 14.2173 18.0995 14.2098 17.6227 14.4766C17.1459 14.742 17.1354 15.1817 17.5987 15.456C18.062 15.7317 18.8237 15.7392 19.3006 15.4724C19.7774 15.207 19.7879 14.7673 19.3245 14.493ZM19.0696 15.3576C18.7248 15.5499 18.173 15.5439 17.8386 15.3457C17.5028 15.1459 17.5118 14.8284 17.8566 14.6361C18.2015 14.4438 18.7533 14.4498 19.0876 14.648C19.4235 14.8478 19.4145 15.1653 19.0696 15.3576Z' fill='url(%23paint39_linear_1090_10964)'/%3E%3Cpath d='M19.6648 14.9506V14.9357C19.6828 15.1294 19.5614 15.3262 19.3005 15.4708C18.8237 15.7361 18.062 15.7287 17.5987 15.4544C17.3528 15.3083 17.2403 15.1175 17.2598 14.9297V14.9446C17.2388 15.1324 17.3513 15.3247 17.5972 15.4708C18.0605 15.7466 18.8237 15.754 19.3005 15.4872C19.5614 15.3411 19.6828 15.1443 19.6633 14.9506H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.0861 14.5632C18.7503 14.3635 18.2 14.359 17.8551 14.5513C17.5102 14.7436 17.5027 15.0611 17.8371 15.2608C17.8401 15.2623 17.8446 15.2653 17.8476 15.2668C18.1835 15.4591 18.7278 15.4635 19.0681 15.2727C19.413 15.0805 19.4205 14.7629 19.0861 14.5632Z' fill='%23ECEAE6'/%3E%3Cpath d='M19.0275 14.6346C18.7231 14.4542 18.2238 14.4498 17.912 14.6227C17.6001 14.7971 17.5926 15.0848 17.8955 15.2652C17.8985 15.2666 17.9015 15.2696 17.906 15.2711C18.2268 15.4485 18.6812 15.45 19.0125 15.2771C19.3244 15.1027 19.3319 14.815 19.029 14.6346H19.0275ZM18.984 15.2741C18.6872 15.4396 18.2133 15.4351 17.924 15.2637C17.6361 15.0922 17.6421 14.8194 17.939 14.654C18.2358 14.4885 18.7096 14.493 18.999 14.6644C19.2884 14.8358 19.2809 15.1086 18.984 15.2741Z' fill='%23E4E2DD'/%3E%3Cpath d='M19.3245 14.4071C18.8612 14.1313 18.0995 14.1239 17.6227 14.3907C17.1459 14.656 17.1354 15.0958 17.5987 15.37C18.062 15.6458 18.8237 15.6533 19.3006 15.3864C19.7774 15.1211 19.7879 14.6814 19.3245 14.4071ZM19.0696 15.2702C18.7248 15.4625 18.173 15.4565 17.8386 15.2582C17.5028 15.0585 17.5118 14.741 17.8566 14.5487C18.2015 14.3564 18.7533 14.3624 19.0876 14.5606C19.4235 14.7604 19.4145 15.0779 19.0696 15.2702Z' fill='%23F6F4EF'/%3E%3Cpath d='M18.9841 15.2764C18.6872 15.4419 18.2134 15.4374 17.924 15.266C17.6361 15.0946 17.6421 14.8218 17.939 14.6563C18.2359 14.4909 18.7097 14.4953 18.9991 14.6668C19.287 14.8382 19.281 15.111 18.9841 15.2764Z' fill='%23F6F4EF'/%3E%3Cpath d='M19.6648 14.8646V14.8497C19.6828 15.0435 19.5614 15.2403 19.3005 15.3849C18.8237 15.6502 18.062 15.6427 17.5987 15.3685C17.3528 15.2224 17.2403 15.0316 17.2598 14.8438V14.8587C17.2388 15.0465 17.3513 15.2388 17.5972 15.3849C18.0605 15.6606 18.8237 15.6681 19.3005 15.4012C19.5614 15.2552 19.6828 15.0584 19.6633 14.8646H19.6648Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 16.0399C17.0858 15.7641 16.3241 15.7567 15.8473 16.0235C15.3705 16.2888 15.36 16.7286 15.8233 17.0028C16.2867 17.2786 17.0484 17.2861 17.5252 17.0192C18.002 16.7539 18.0125 16.3142 17.5492 16.0399ZM17.2943 16.903C16.9494 17.0953 16.3976 17.0893 16.0632 16.8911C15.7274 16.6913 15.7364 16.3738 16.0812 16.1815C16.4261 15.9892 16.9779 15.9952 17.3122 16.1934C17.6466 16.3917 17.6391 16.7107 17.2943 16.903Z' fill='url(%23paint40_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.4974V16.4825C17.9074 16.6763 17.786 16.8731 17.5251 17.0177C17.0483 17.283 16.2866 17.2755 15.8233 17.0013C15.5774 16.8552 15.4649 16.6644 15.4844 16.4766V16.4915C15.4634 16.6793 15.5759 16.8716 15.8218 17.0177C16.2851 17.2934 17.0483 17.3009 17.5251 17.0341C17.786 16.888 17.9075 16.6912 17.888 16.4974H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.9501C17.0858 15.6743 16.3241 15.6668 15.8473 15.9337C15.3705 16.199 15.36 16.6387 15.8233 16.913C16.2867 17.1888 17.0484 17.1962 17.5252 16.9294C18.002 16.6641 18.0125 16.2243 17.5492 15.9501ZM17.2943 16.8146C16.9494 17.0069 16.3976 17.001 16.0632 16.8027C15.7274 16.603 15.7364 16.2854 16.0812 16.0932C16.4261 15.9009 16.9779 15.9068 17.3122 16.1051C17.6466 16.3033 17.6391 16.6223 17.2943 16.8146Z' fill='url(%23paint41_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.4076V16.3927C17.9074 16.5865 17.786 16.7832 17.5251 16.9278C17.0483 17.1932 16.2866 17.1857 15.8233 16.9114C15.5774 16.7653 15.4649 16.5745 15.4844 16.3867V16.4016C15.4634 16.5894 15.5759 16.7817 15.8218 16.9278C16.2851 17.2036 17.0483 17.211 17.5251 16.9442C17.786 16.7981 17.9075 16.6014 17.888 16.4076H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.8641C17.0858 15.5883 16.3241 15.5809 15.8473 15.8477C15.3705 16.1131 15.36 16.5528 15.8233 16.8271C16.2867 17.1028 17.0484 17.1103 17.5252 16.8435C18.002 16.5781 18.0125 16.1384 17.5492 15.8641ZM17.2943 16.7287C16.9494 16.921 16.3976 16.915 16.0632 16.7168C15.7274 16.517 15.7364 16.1995 16.0812 16.0072C16.4261 15.8149 16.9779 15.8209 17.3122 16.0191C17.6466 16.2174 17.6391 16.5364 17.2943 16.7287Z' fill='url(%23paint42_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.3217V16.3067C17.9074 16.5005 17.786 16.6973 17.5251 16.8419C17.0483 17.1072 16.2866 17.0998 15.8233 16.8255C15.5774 16.6794 15.4649 16.4886 15.4844 16.3008V16.3157C15.4634 16.5035 15.5759 16.6958 15.8218 16.8419C16.2851 17.1177 17.0483 17.1251 17.5251 16.8583C17.786 16.7122 17.9075 16.5154 17.888 16.3217H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.7782C17.0858 15.5024 16.3241 15.495 15.8473 15.7618C15.3705 16.0271 15.36 16.4669 15.8233 16.7411C16.2867 17.0169 17.0484 17.0244 17.5252 16.7575C18.002 16.4922 18.0125 16.0525 17.5492 15.7782ZM17.2943 16.6413C16.9494 16.8336 16.3976 16.8276 16.0632 16.6293C15.7274 16.4296 15.7364 16.1121 16.0812 15.9198C16.4261 15.7275 16.9779 15.7335 17.3122 15.9317C17.6466 16.13 17.6391 16.449 17.2943 16.6413Z' fill='url(%23paint43_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.2357V16.2208C17.9074 16.4146 17.786 16.6114 17.5251 16.7559C17.0483 17.0213 16.2866 17.0138 15.8233 16.7395C15.5774 16.5935 15.4649 16.4027 15.4844 16.2148V16.2297C15.4634 16.4176 15.5759 16.6099 15.8218 16.7559C16.2851 17.0317 17.0483 17.0392 17.5251 16.7723C17.786 16.6263 17.9075 16.4295 17.888 16.2357H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.6883C17.0858 15.4126 16.3241 15.4051 15.8473 15.6719C15.3705 15.9373 15.36 16.377 15.8233 16.6513C16.2867 16.9271 17.0484 16.9345 17.5252 16.6677C18.002 16.4023 18.0125 15.9626 17.5492 15.6883ZM17.2943 16.5529C16.9494 16.7452 16.3976 16.7392 16.0632 16.541C15.7274 16.3412 15.7364 16.0237 16.0812 15.8314C16.4261 15.6391 16.9779 15.6451 17.3122 15.8434C17.6466 16.0416 17.6391 16.3606 17.2943 16.5529Z' fill='url(%23paint44_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.1459V16.131C17.9074 16.3247 17.786 16.5215 17.5251 16.6661C17.0483 16.9314 16.2866 16.924 15.8233 16.6497C15.5774 16.5036 15.4649 16.3128 15.4844 16.125V16.1399C15.4634 16.3277 15.5759 16.52 15.8218 16.6661C16.2851 16.9419 17.0483 16.9493 17.5251 16.6825C17.786 16.5364 17.9075 16.3397 17.888 16.1459H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.6024C17.0858 15.3266 16.3241 15.3192 15.8473 15.586C15.3705 15.8513 15.36 16.2911 15.8233 16.5653C16.2867 16.8411 17.0484 16.8486 17.5252 16.5817C18.002 16.3164 18.0125 15.8767 17.5492 15.6024ZM17.2943 16.4655C16.9494 16.6578 16.3976 16.6518 16.0632 16.4536C15.7274 16.2538 15.7364 15.9363 16.0812 15.744C16.4261 15.5517 16.9779 15.5577 17.3122 15.7559C17.6466 15.9542 17.6391 16.2732 17.2943 16.4655Z' fill='url(%23paint45_linear_1090_10964)'/%3E%3Cpath d='M17.8895 16.0599V16.045C17.9074 16.2388 17.786 16.4356 17.5251 16.5802C17.0483 16.8455 16.2866 16.838 15.8233 16.5638C15.5774 16.4177 15.4649 16.2269 15.4844 16.0391V16.054C15.4634 16.2418 15.5759 16.4341 15.8218 16.5802C16.2851 16.8559 17.0483 16.8634 17.5251 16.5966C17.786 16.4505 17.9075 16.2537 17.888 16.0599H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.5165C17.0858 15.2407 16.3241 15.2332 15.8473 15.5001C15.3705 15.7654 15.36 16.2051 15.8233 16.4794C16.2867 16.7552 17.0484 16.7626 17.5252 16.4958C18.002 16.2305 18.0125 15.7907 17.5492 15.5165ZM17.2943 16.3795C16.9494 16.5718 16.3976 16.5659 16.0632 16.3676C15.7274 16.1679 15.7364 15.8504 16.0812 15.6581C16.4261 15.4658 16.9779 15.4717 17.3122 15.67C17.6466 15.8682 17.6391 16.1872 17.2943 16.3795Z' fill='url(%23paint46_linear_1090_10964)'/%3E%3Cpath d='M17.8895 15.974V15.9591C17.9074 16.1529 17.786 16.3496 17.5251 16.4942C17.0483 16.7596 16.2866 16.7521 15.8233 16.4778C15.5774 16.3317 15.4649 16.1409 15.4844 15.9531V15.968C15.4634 16.1559 15.5759 16.3481 15.8218 16.4942C16.2851 16.77 17.0483 16.7774 17.5251 16.5106C17.786 16.3645 17.9075 16.1678 17.888 15.974H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.3107 15.5827C16.9749 15.383 16.4246 15.3785 16.0797 15.5708C15.7349 15.7631 15.7274 16.0806 16.0617 16.2803C16.0647 16.2818 16.0692 16.2848 16.0722 16.2863C16.4081 16.4786 16.9524 16.4831 17.2927 16.2923C17.6376 16.1 17.6451 15.7825 17.3107 15.5827Z' fill='%23ECEAE6'/%3E%3Cpath d='M17.2521 15.6541C16.9478 15.4738 16.4484 15.4693 16.1366 15.6422C15.8247 15.8151 15.8172 16.1043 16.1201 16.2847C16.1231 16.2862 16.1261 16.2892 16.1306 16.2906C16.4514 16.468 16.9058 16.4695 17.2371 16.2966C17.549 16.1222 17.5565 15.8345 17.2536 15.6541H17.2521ZM17.2086 16.2936C16.9118 16.4591 16.438 16.4546 16.1486 16.2832C15.8607 16.1118 15.8667 15.839 16.1636 15.6735C16.4604 15.5081 16.9343 15.5125 17.2236 15.684C17.5115 15.8554 17.5055 16.1282 17.2086 16.2936Z' fill='%23E4E2DD'/%3E%3Cpath d='M17.5492 15.4266C17.0858 15.1508 16.3241 15.1434 15.8473 15.4102C15.3705 15.6756 15.36 16.1153 15.8233 16.3896C16.2867 16.6653 17.0484 16.6728 17.5252 16.406C18.002 16.1406 18.0125 15.7009 17.5492 15.4266ZM17.2943 16.2912C16.9494 16.4835 16.3976 16.4775 16.0632 16.2793C15.7274 16.0795 15.7364 15.762 16.0812 15.5697C16.4261 15.3774 16.9779 15.3834 17.3122 15.5816C17.6466 15.7799 17.6391 16.0989 17.2943 16.2912Z' fill='%23F6F4EF'/%3E%3Cpath d='M17.2087 16.296C16.9118 16.4614 16.438 16.457 16.1486 16.2855C15.8607 16.1141 15.8667 15.8413 16.1636 15.6759C16.4605 15.5104 16.9343 15.5149 17.2237 15.6863C17.5116 15.8577 17.5056 16.1305 17.2087 16.296Z' fill='%23F6F4EF'/%3E%3Cpath d='M17.8895 15.8842V15.8692C17.9074 16.063 17.786 16.2598 17.5251 16.4044C17.0483 16.6697 16.2866 16.6623 15.8233 16.388C15.5774 16.2419 15.4649 16.0511 15.4844 15.8633V15.8782C15.4634 16.066 15.5759 16.2583 15.8218 16.4044C16.2851 16.6802 17.0483 16.6876 17.5251 16.4208C17.786 16.2747 17.9075 16.0779 17.888 15.8842H17.8895Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 17.0074C15.4246 16.8047 14.8638 16.7987 14.5129 16.9955C14.1621 17.1908 14.1546 17.5142 14.4949 17.717C14.8368 17.9197 15.3976 17.9256 15.7484 17.7289C16.0993 17.5336 16.1068 17.2101 15.7664 17.0074ZM15.4396 17.5515C15.2641 17.6499 14.9837 17.6469 14.8128 17.5455C14.6419 17.4442 14.6464 17.2832 14.8218 17.1848C14.9972 17.0864 15.2776 17.0894 15.4486 17.1908C15.6195 17.2921 15.615 17.4531 15.4396 17.5515Z' fill='url(%23paint47_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.343V17.3326C16.0302 17.4757 15.9402 17.6203 15.7483 17.7276C15.3974 17.9229 14.8366 17.9184 14.4948 17.7157C14.3133 17.6084 14.2309 17.4668 14.2459 17.3281V17.3386C14.2309 17.4772 14.3133 17.6188 14.4948 17.7261C14.8366 17.9289 15.3989 17.9348 15.7498 17.7381C15.9417 17.6307 16.0317 17.4861 16.0167 17.343Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.941C15.4246 16.7383 14.8638 16.7323 14.5129 16.9291C14.1621 17.1244 14.1546 17.4478 14.4949 17.6505C14.8368 17.8533 15.3976 17.8592 15.7484 17.6625C16.0993 17.4672 16.1068 17.1437 15.7664 16.941ZM15.4396 17.4866C15.2641 17.585 14.9837 17.582 14.8128 17.4806C14.6419 17.3793 14.6464 17.2183 14.8218 17.1199C14.9972 17.0215 15.2776 17.0245 15.4486 17.1258C15.6195 17.2272 15.615 17.3882 15.4396 17.4866Z' fill='url(%23paint48_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.2805V17.2701C16.0302 17.4132 15.9402 17.5578 15.7483 17.6651C15.3974 17.8604 14.8366 17.8559 14.4948 17.6532C14.3133 17.5459 14.2309 17.4043 14.2459 17.2656V17.2761C14.2309 17.4147 14.3133 17.5563 14.4948 17.6636C14.8366 17.8664 15.3989 17.8723 15.7498 17.6756C15.9417 17.5682 16.0317 17.4236 16.0167 17.2805Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.8746C15.4246 16.6719 14.8638 16.6659 14.5129 16.8627C14.1621 17.0579 14.1546 17.3814 14.4949 17.5841C14.8368 17.7869 15.3976 17.7928 15.7484 17.5961C16.0993 17.4008 16.1068 17.0773 15.7664 16.8746ZM15.4396 17.4187C15.2641 17.5171 14.9837 17.5141 14.8128 17.4127C14.6419 17.3114 14.6464 17.1504 14.8218 17.052C14.9972 16.9536 15.2776 16.9566 15.4486 17.0579C15.6195 17.1593 15.615 17.3203 15.4396 17.4187Z' fill='url(%23paint49_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.2141V17.2037C16.0302 17.3468 15.9402 17.4914 15.7483 17.5987C15.3974 17.794 14.8366 17.7895 14.4948 17.5868C14.3133 17.4795 14.2309 17.3378 14.2459 17.1992V17.2097C14.2309 17.3483 14.3133 17.4899 14.4948 17.5972C14.8366 17.7999 15.3989 17.8059 15.7498 17.6091C15.9417 17.5018 16.0317 17.3572 16.0167 17.2141Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.8043C15.4246 16.6016 14.8638 16.5956 14.5129 16.7924C14.1621 16.9876 14.1546 17.3111 14.4949 17.5138C14.8368 17.7166 15.3976 17.7225 15.7484 17.5258C16.0993 17.3305 16.1068 17.007 15.7664 16.8043ZM15.4396 17.3484C15.2641 17.4468 14.9837 17.4438 14.8128 17.3424C14.6419 17.241 14.6464 17.0801 14.8218 16.9817C14.9972 16.8833 15.2776 16.8863 15.4486 16.9876C15.6195 17.089 15.615 17.25 15.4396 17.3484Z' fill='url(%23paint50_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.1438V17.1334C16.0302 17.2765 15.9402 17.4211 15.7483 17.5284C15.3974 17.7237 14.8366 17.7192 14.4948 17.5165C14.3133 17.4091 14.2309 17.2675 14.2459 17.1289V17.1393C14.2309 17.278 14.3133 17.4196 14.4948 17.5269C14.8366 17.7296 15.3989 17.7356 15.7498 17.5388C15.9417 17.4315 16.0317 17.2869 16.0167 17.1438Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.7379C15.4246 16.5352 14.8638 16.5292 14.5129 16.726C14.1621 16.9212 14.1546 17.2447 14.4949 17.4474C14.8368 17.6502 15.3976 17.6561 15.7484 17.4593C16.0993 17.2641 16.1068 16.9406 15.7664 16.7379ZM15.4396 17.282C15.2641 17.3803 14.9837 17.3774 14.8128 17.276C14.6419 17.1746 14.6464 17.0136 14.8218 16.9153C14.9972 16.8169 15.2776 16.8199 15.4486 16.9212C15.6195 17.0226 15.615 17.1836 15.4396 17.282Z' fill='url(%23paint51_linear_1090_10964)'/%3E%3Cpath d='M16.0167 17.0774V17.067C16.0302 17.2101 15.9402 17.3547 15.7483 17.462C15.3974 17.6573 14.8366 17.6528 14.4948 17.4501C14.3133 17.3427 14.2309 17.2011 14.2459 17.0625V17.0729C14.2309 17.2116 14.3133 17.3532 14.4948 17.4605C14.8366 17.6632 15.3989 17.6692 15.7498 17.4724C15.9417 17.3651 16.0317 17.2205 16.0167 17.0774Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.4559 16.8458C15.2804 16.7414 14.9925 16.7385 14.8126 16.8398C14.6327 16.9397 14.6282 17.1066 14.8036 17.2095C14.985 17.3138 15.2684 17.3153 15.4469 17.2155C15.6268 17.1156 15.6313 16.9486 15.4559 16.8443V16.8458Z' fill='%23ECEAE6'/%3E%3Cpath d='M15.4094 16.9083C15.2595 16.8188 15.0136 16.8173 14.8591 16.9023C14.7047 16.9888 14.7017 17.1304 14.8516 17.2198C15.0151 17.3092 15.2385 17.3107 15.4019 17.2258C15.5564 17.1393 15.5594 16.9977 15.4094 16.9083Z' fill='%23E4E2DD'/%3E%3Cpath d='M15.7664 16.6715C15.4246 16.4687 14.8638 16.4628 14.5129 16.6595C14.1621 16.8548 14.1546 17.1783 14.4949 17.381C14.8368 17.5837 15.3976 17.5897 15.7484 17.3929C16.0993 17.1977 16.1068 16.8742 15.7664 16.6715ZM15.4396 17.2156C15.2641 17.3139 14.9837 17.311 14.8128 17.2096C14.6419 17.1082 14.6464 16.9472 14.8218 16.8489C14.9972 16.7505 15.2776 16.7535 15.4486 16.8548C15.6195 16.9562 15.615 17.1172 15.4396 17.2156Z' fill='%23F6F4EF'/%3E%3Cpath d='M15.3795 17.222C15.237 17.301 15.0106 17.2995 14.8727 17.2175C14.7347 17.1355 14.7377 17.0043 14.8802 16.9253C15.0226 16.8463 15.249 16.8478 15.387 16.9298C15.5249 17.0118 15.5219 17.143 15.3795 17.222Z' fill='%23F6F4EF'/%3E%3Cpath d='M16.0167 17.011V17.0006C16.0302 17.1437 15.9402 17.2883 15.7483 17.3956C15.3974 17.5909 14.8366 17.5864 14.4948 17.3837C14.3133 17.2763 14.2309 17.1347 14.2459 16.9961V17.0065C14.2309 17.1452 14.3133 17.2868 14.4948 17.3941C14.8366 17.5968 15.3989 17.6028 15.7498 17.406C15.9417 17.2987 16.0317 17.1541 16.0167 17.011Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.7496C14.1292 17.5469 13.5684 17.5409 13.2175 17.7377C12.8667 17.9329 12.8592 18.2564 13.1995 18.4591C13.5399 18.6619 14.1022 18.6678 14.453 18.4711C14.8039 18.2758 14.8114 17.9523 14.471 17.7496ZM14.1441 18.2937C13.9687 18.3921 13.6883 18.3891 13.5174 18.2877C13.3465 18.1864 13.351 18.0254 13.5264 17.927C13.7018 17.8286 13.9822 17.8316 14.1531 17.9329C14.3241 18.0343 14.3196 18.1953 14.1441 18.2937Z' fill='url(%23paint52_linear_1090_10964)'/%3E%3Cpath d='M14.7213 18.0891V18.0787C14.7348 18.2218 14.6448 18.3664 14.4529 18.4737C14.102 18.669 13.5412 18.6645 13.1994 18.4618C13.0179 18.3545 12.9355 18.2128 12.9505 18.0742V18.0847C12.9355 18.2233 13.0179 18.3649 13.1994 18.4722C13.5412 18.6749 14.1035 18.6809 14.4544 18.4841C14.6463 18.3768 14.7363 18.2322 14.7213 18.0891Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.6832C14.1292 17.4805 13.5684 17.4745 13.2175 17.6713C12.8667 17.8665 12.8592 18.19 13.1995 18.3927C13.5399 18.5955 14.1022 18.6014 14.453 18.4047C14.8039 18.2094 14.8114 17.8859 14.471 17.6832ZM14.1441 18.2273C13.9687 18.3257 13.6883 18.3227 13.5174 18.2213C13.3465 18.1199 13.351 17.959 13.5264 17.8606C13.7018 17.7622 13.9822 17.7652 14.1531 17.8665C14.3241 17.9679 14.3196 18.1289 14.1441 18.2273Z' fill='url(%23paint53_linear_1090_10964)'/%3E%3Cpath d='M14.7213 18.0227V18.0123C14.7348 18.1554 14.6448 18.3 14.4529 18.4073C14.102 18.6026 13.5412 18.5981 13.1994 18.3954C13.0179 18.2881 12.9355 18.1464 12.9505 18.0078V18.0182C12.9355 18.1569 13.0179 18.2985 13.1994 18.4058C13.5412 18.6085 14.1035 18.6145 14.4544 18.4177C14.6463 18.3104 14.7363 18.1658 14.7213 18.0227Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.6168C14.1292 17.4141 13.5684 17.4081 13.2175 17.6049C12.8667 17.8001 12.8592 18.1236 13.1995 18.3263C13.5399 18.5291 14.1022 18.535 14.453 18.3383C14.8039 18.143 14.8114 17.8195 14.471 17.6168ZM14.1441 18.1609C13.9687 18.2593 13.6883 18.2563 13.5174 18.1549C13.3465 18.0535 13.351 17.8926 13.5264 17.7942C13.7018 17.6958 13.9822 17.6988 14.1531 17.8001C14.3241 17.9015 14.3196 18.0625 14.1441 18.1609Z' fill='url(%23paint54_linear_1090_10964)'/%3E%3Cpath d='M14.7213 17.9563V17.9459C14.7348 18.089 14.6448 18.2336 14.4529 18.3409C14.102 18.5362 13.5412 18.5317 13.1994 18.329C13.0179 18.2216 12.9355 18.08 12.9505 17.9414V17.9518C12.9355 18.0905 13.0179 18.2321 13.1994 18.3394C13.5412 18.5421 14.1035 18.5481 14.4544 18.3513C14.6463 18.244 14.7363 18.0994 14.7213 17.9563Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.5465C14.1292 17.3437 13.5684 17.3378 13.2175 17.5345C12.8667 17.7298 12.8592 18.0533 13.1995 18.256C13.5399 18.4587 14.1022 18.4647 14.453 18.2679C14.8039 18.0727 14.8114 17.7492 14.471 17.5465ZM14.1441 18.0906C13.9687 18.1889 13.6883 18.186 13.5174 18.0846C13.3465 17.9832 13.351 17.8222 13.5264 17.7239C13.7018 17.6255 13.9822 17.6285 14.1531 17.7298C14.3241 17.8312 14.3196 17.9922 14.1441 18.0906Z' fill='url(%23paint55_linear_1090_10964)'/%3E%3Cpath d='M14.7213 17.886V17.8756C14.7348 18.0187 14.6448 18.1633 14.4529 18.2706C14.102 18.4659 13.5412 18.4614 13.1994 18.2587C13.0179 18.1513 12.9355 18.0097 12.9505 17.8711V17.8815C12.9355 18.0202 13.0179 18.1618 13.1994 18.2691C13.5412 18.4718 14.1035 18.4778 14.4544 18.281C14.6463 18.1737 14.7363 18.0291 14.7213 17.886Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.4801C14.1292 17.2773 13.5684 17.2714 13.2175 17.4681C12.8667 17.6634 12.8592 17.9869 13.1995 18.1896C13.5399 18.3923 14.1022 18.3983 14.453 18.2015C14.8039 18.0063 14.8114 17.6828 14.471 17.4801ZM14.1441 18.0242C13.9687 18.1225 13.6883 18.1196 13.5174 18.0182C13.3465 17.9168 13.351 17.7558 13.5264 17.6575C13.7018 17.5591 13.9822 17.5621 14.1531 17.6634C14.3241 17.7648 14.3196 17.9258 14.1441 18.0242Z' fill='url(%23paint56_linear_1090_10964)'/%3E%3Cpath d='M14.7213 17.8196V17.8092C14.7348 17.9523 14.6448 18.0969 14.4529 18.2042C14.102 18.3995 13.5412 18.395 13.1994 18.1923C13.0179 18.0849 12.9355 17.9433 12.9505 17.8047V17.8151C12.9355 17.9538 13.0179 18.0954 13.1994 18.2027C13.5412 18.4054 14.1035 18.4114 14.4544 18.2146C14.6463 18.1073 14.7363 17.9627 14.7213 17.8196Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.1622 17.588C13.9867 17.4836 13.6988 17.4806 13.5189 17.582C13.339 17.6819 13.3345 17.8488 13.5099 17.9532C13.6913 18.0575 13.9747 18.059 14.1532 17.9591C14.3331 17.8593 14.3376 17.6923 14.1622 17.5895V17.588Z' fill='%23ECEAE6'/%3E%3Cpath d='M14.114 17.6465C13.9641 17.5571 13.7182 17.5556 13.5637 17.6406C13.4093 17.727 13.4063 17.8686 13.5562 17.9581C13.7197 18.0475 13.9431 18.049 14.1065 17.964C14.2609 17.8776 14.2639 17.736 14.114 17.6465Z' fill='%23E4E2DD'/%3E%3Cpath d='M14.471 17.4137C14.1292 17.2109 13.5684 17.205 13.2175 17.4017C12.8667 17.597 12.8592 17.9205 13.1995 18.1232C13.5399 18.3259 14.1022 18.3319 14.453 18.1351C14.8039 17.9399 14.8114 17.6164 14.471 17.4137ZM14.1441 17.9577C13.9687 18.0561 13.6883 18.0531 13.5174 17.9518C13.3465 17.8504 13.351 17.6894 13.5264 17.591C13.7018 17.4927 13.9822 17.4956 14.1531 17.597C14.3241 17.6984 14.3196 17.8594 14.1441 17.9577Z' fill='%23F6F4EF'/%3E%3Cpath d='M14.0855 17.9642C13.9431 18.0432 13.7167 18.0417 13.5787 17.9597C13.4408 17.8777 13.4438 17.7465 13.5862 17.6675C13.7287 17.5885 13.9551 17.59 14.093 17.672C14.231 17.754 14.228 17.8852 14.0855 17.9642Z' fill='%23F6F4EF'/%3E%3Cpath d='M14.7213 17.7532V17.7428C14.7348 17.8859 14.6448 18.0304 14.4529 18.1378C14.102 18.333 13.5412 18.3286 13.1994 18.1258C13.0179 18.0185 12.9355 17.8769 12.9505 17.7383V17.7487C12.9355 17.8873 13.0179 18.029 13.1994 18.1363C13.5412 18.339 14.1035 18.345 14.4544 18.1482C14.6463 18.0409 14.7363 17.8963 14.7213 17.7532Z' fill='%23E4E2DD'/%3E%3Cpath opacity='0.7' d='M17.624 14.3885L15.8487 15.4081L13.2188 17.4026C12.9159 17.5726 12.9429 17.8304 12.9519 17.738V18.0853C12.9519 18.0853 12.9519 18.0779 12.9519 18.0734C12.9339 18.2433 13.0493 18.382 13.2008 18.4714C13.2592 18.5072 13.3267 18.534 13.3972 18.5564V18.2106L14.6057 17.5159C14.6657 17.5636 14.6912 17.6545 14.6912 17.6545V17.4667L15.9012 16.7721L15.8187 16.7035V16.38L17.5176 15.4052L17.597 15.4529V15.359L19.2944 14.3841C18.828 14.1277 18.0903 14.1262 17.6255 14.3856L17.624 14.3885Z' fill='%23C0BFBC'/%3E%3C/g%3E%3Cpath d='M23.9905 10.1943L29 7.31887L25.244 5.16191L20.9887 2.71875L16.8638 5.08589L5.28391 11.7327L-2.72731 16.4014L2.13676 19.1933L5.28401 21L13.2443 16.3656L23.9905 10.1958V10.1943Z' fill='%23FDF5F1'/%3E%3Cpath d='M12.6309 15.0683L6.03955 11.285L16.351 5.36719L22.9423 9.14895L12.6309 15.0683Z' fill='%23EDA55F'/%3E%3Cmask id='mask1_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='6' y='5' width='17' height='11'%3E%3Cpath d='M12.6309 15.0683L6.03955 11.285L16.351 5.36719L22.9423 9.14895L12.6309 15.0683Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_1090_10964)'%3E%3Cg style='mix-blend-mode:luminosity' opacity='0.2'%3E%3Cpath d='M14.2653 9.65561C16.4874 8.57192 16.9822 8.32447 18.9314 7.59704C19.9795 7.205 21.5704 6.6311 22.5615 7.0291C23.1043 7.24674 23.3712 8.31105 23.2347 8.92073C22.9768 10.064 22.2511 11.0911 21.9377 11.3594C19.6916 13.2958 17.0392 12.8769 15.7332 13.4046C15.0645 13.6744 15.2594 13.9993 14.2698 14.7998C12.427 16.2905 9.73857 16.9776 9.37421 16.1354C9.27825 15.9118 9.45668 15.7285 9.54964 15.5019C9.76406 14.9727 9.4027 14.7134 9.58563 14.1514C10.3878 11.6874 11.8272 10.8437 14.2668 9.65561H14.2653Z' fill='url(%23paint57_linear_1090_10964)'/%3E%3Cpath d='M11.1541 15.5664C11.5574 15.79 13.5127 15.1222 14.1604 14.0803C15.4544 11.9949 21.1701 13.1427 21.9978 9.49655C22.0473 9.2819 22.0578 8.42627 21.419 8.10876C20.0141 7.41114 18.0963 8.75421 15.0571 10.0749C14.5742 10.2851 14.0884 10.4789 13.6521 10.695C10.3894 12.3109 10.2949 15.0894 11.1556 15.5664H11.1541Z' fill='%23845610'/%3E%3Cpath d='M12.6279 14.5487C12.8453 14.6575 13.0478 14.6143 13.2097 14.5368C14.0464 14.1402 13.9654 13.3249 15.2789 12.7957C16.9492 12.1219 20.143 12.2397 20.8222 10.3033C21.1116 9.4805 20.4608 8.96473 20.02 8.923C19.5102 8.8753 19.0769 9.02734 18.7065 9.17193C17.492 9.64447 14.2743 10.2467 12.5035 11.7373C11.8527 12.2844 11.2665 13.863 12.6264 14.5472L12.6279 14.5487Z' fill='%23CB9033'/%3E%3Cpath d='M13.7749 11.2055C16.4783 10.0354 19.5326 8.64461 20.1443 9.85203C20.9645 11.4694 16.1739 11.9598 14.2981 13.0569C13.9608 13.2537 13.7689 13.6308 13.445 13.8201C12.1255 14.5923 11.9741 12.9705 12.4044 12.2967C12.6983 11.8376 13.1646 11.4694 13.7749 11.2055Z' fill='%23906116'/%3E%3Cpath d='M15.3044 12.3925C16.5819 11.9572 17.4051 11.7023 18.747 11.2104C19.2389 11.0301 19.5057 10.562 19.3888 10.3459C19.2448 10.0835 18.6826 9.94637 18.2882 10.0507C17.7634 10.1908 17.2611 10.3071 16.7573 10.4905C15.2474 11.042 12.5005 11.5533 12.598 12.8561C12.7119 14.3661 13.9474 12.8531 15.3029 12.391L15.3044 12.3925Z' fill='%23BD852E'/%3E%3Cpath d='M14.3582 11.4598C15.8411 10.8963 17.264 10.3403 18.0722 10.4894C18.2881 10.5296 18.6944 10.7532 18.2461 11.0767C17.7873 11.4076 15.9745 11.9144 14.5696 12.5778C14.2907 12.7089 13.7539 13.1517 13.1871 12.9653C12.9157 12.8759 12.9502 12.5405 13.0912 12.3422C13.1691 12.2319 13.2636 12.1336 13.364 12.0426C13.6504 11.7847 13.9983 11.5969 14.3582 11.4598Z' fill='%23885A13'/%3E%3Cpath d='M13.7241 12.5566C14.0104 12.6177 14.6852 12.2317 15.7483 11.8843C18.3917 11.0183 17.7754 10.2357 14.6072 11.5758C13.5981 12.0021 13.2607 12.4582 13.7256 12.5566H13.7241Z' fill='%23CA9033'/%3E%3Cpath d='M16.5173 11.3862C16.4333 11.5293 14.562 12.1166 14.5155 11.9392C14.4496 11.6947 16.7587 10.9747 16.5173 11.3862Z' fill='%238C5E15'/%3E%3Cpath d='M4.82501 13.3813C4.85349 13.4767 5.00193 13.6064 5.0859 13.6348C6.29292 14.0387 9.1193 15.4593 9.68908 14.1088C10.3848 12.4601 11.4509 11.372 13.2831 10.3017C14.7331 9.45499 15.9611 8.85725 18.5251 7.84063C21.0156 6.85233 22.383 7.20711 23.4776 7.16388C23.6965 7.15493 21.8253 4.53289 21.9692 4.37041C23.0248 3.1779 19.5657 3.43876 16.1875 5.21263C15.4303 5.60914 14.8185 6.06527 14.2083 6.43942C11.3819 8.17602 12.1286 7.60063 10.6322 8.24757C9.55113 8.71414 9.76854 8.61278 8.93038 9.29251C7.8598 10.1601 6.54332 10.3211 4.55811 11.597C4.0783 11.9056 4.77552 13.2248 4.82351 13.3828L4.82501 13.3813Z' fill='url(%23paint58_linear_1090_10964)'/%3E%3Cpath d='M15.6416 5.64961C17.5624 4.4258 20.8026 3.43899 20.8446 4.55101C20.87 5.21882 21.8896 6.72884 21.3064 6.79741C19.1757 7.04784 17.6943 8.19563 13.406 9.76378C11.3908 10.5002 9.65149 13.714 7.15648 13.0656C6.93457 13.0074 6.24934 11.876 6.49075 11.727C7.05902 11.3737 7.73525 11.5764 8.07562 10.9965C9.45207 8.65475 11.8406 8.0734 15.6416 5.6511V5.64961Z' fill='url(%23paint59_linear_1090_10964)'/%3E%3Cpath d='M8.09815 12.2775C8.49849 12.3744 10.902 11.4517 11.6517 10.4663C13.4015 8.1633 20.1369 8.7521 19.6871 4.93457C19.6346 4.49184 17.9837 4.56489 16.6223 5.29977C13.0237 7.24208 13.1556 7.10196 11.6292 7.89498C7.98719 9.7866 7.25098 12.0747 8.09815 12.2775Z' fill='%23845610'/%3E%3Cpath d='M9.92159 11.1457C10.1375 11.189 10.3654 11.1129 10.5543 11.0175C11.5215 10.536 11.5604 9.90849 13.0059 9.24515C14.7932 8.4253 18.0349 7.9632 18.7096 6.42486C18.99 5.78686 18.3677 5.50364 17.9554 5.53793C17.4771 5.57817 17.0648 5.75407 16.7094 5.91655C15.5219 6.45616 12.3476 7.42955 10.2964 8.92318C9.54074 9.47322 8.58562 10.8744 9.92309 11.1457H9.92159Z' fill='%23CB9033'/%3E%3Cpath d='M11.7433 8.43376C14.0914 7.4395 16.0556 6.42288 17.2626 6.2127C17.5355 6.165 18.2747 6.16202 18.2477 6.5943C18.1818 7.61241 14.6507 8.34432 12.1631 9.56962C11.1286 10.0794 10.1644 11.497 9.63065 10.6936C9.47022 10.4521 9.99951 9.53981 10.2094 9.37137C10.5723 9.08219 11.0641 8.72145 11.7418 8.43376H11.7433Z' fill='%23906116'/%3E%3Cpath d='M12.2636 8.44233C12.2756 8.43786 14.4902 7.62099 15.2309 7.34373C16.0166 7.04858 16.8563 7.19169 16.213 7.60459C15.7212 7.91912 13.829 8.56755 12.2786 9.29349C11.9667 9.43957 11.3205 9.87633 10.7657 9.81522C10.5992 9.79733 10.5752 9.71087 10.5678 9.64528C10.5483 9.47982 10.6262 9.51709 10.6847 9.45001C10.9051 9.19362 11.4164 8.78965 12.2651 8.44233H12.2636Z' fill='%23CA9033'/%3E%3Cpath d='M11.298 9.37856C11.5873 9.37409 12.4945 8.95372 13.6385 8.52442C16.4214 7.48097 15.8636 6.98757 12.5335 8.44691C11.4254 8.93286 11.0101 9.38303 11.298 9.37856Z' fill='%238C5E15'/%3E%3Cpath d='M14.0163 8.10102C14.5725 7.99668 13.2456 8.65107 12.199 8.89106C12.1075 8.91193 12.0235 8.87765 12.0745 8.83889C12.1825 8.75541 12.4344 8.61827 12.7897 8.46623C12.9622 8.3917 12.9652 8.29779 14.0163 8.10102Z' fill='%23CA9033'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M13.0267 18.457L7.7998 21.4577L7.8028 25.9132L13.0267 22.9141V18.457Z' fill='%23CAC9C6'/%3E%3Cpath d='M7.88232 21.5068L12.9443 18.6016V22.8678L7.88532 25.7716L7.88232 21.5068Z' fill='%232A1A2F'/%3E%3Cpath d='M12.9443 22.8453L9.24528 20.7227L7.88232 21.5038L7.88532 25.7685L12.9443 22.8647V22.8453Z' fill='%23533B57'/%3E%3Cpath opacity='0.7' d='M10.7312 22.8647H12.9443V22.8453L9.24528 20.7227L7.88232 21.5038L7.88382 24.4985L10.7312 22.8647Z' fill='%232A1A2F'/%3E%3Cmask id='mask2_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='7' y='18' width='6' height='8'%3E%3Cpath d='M7.88232 21.5068L12.9443 18.6016V22.8678L7.88532 25.7716L7.88232 21.5068Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_1090_10964)'%3E%3Cpath d='M12.721 20.4351L9.46278 18.5659C9.45378 18.5614 9.44329 18.5614 9.43579 18.5659L4.30182 21.5129C4.29283 21.5173 4.28833 21.5263 4.28833 21.5367C4.28833 21.5471 4.29283 21.5546 4.30182 21.5606L7.56003 23.4298C7.56003 23.4298 7.56903 23.4328 7.57353 23.4328C7.57803 23.4328 7.58252 23.4328 7.58702 23.4298L12.721 20.4828C12.73 20.4783 12.7345 20.4694 12.7345 20.459C12.7345 20.4485 12.73 20.4411 12.721 20.4351ZM12.4046 20.3159L11.3505 20.9211L11.1376 20.7988L12.1917 20.1936L12.4046 20.3159ZM9.4058 21.4249L9.19288 21.3027L10.5483 20.5246L10.7613 20.6468L9.4058 21.4249ZM10.8167 20.6781L11.0297 20.8003L9.67419 21.5784L9.46128 21.4562L10.8167 20.6781ZM9.13891 21.2714L8.92599 21.1491L10.2815 20.371L10.4944 20.4933L9.13891 21.2714ZM8.87201 21.1178L8.6591 20.9956L10.0146 20.2175L10.2275 20.3397L8.87201 21.1178ZM8.60512 20.9658L8.3922 20.8436L9.74767 20.0654L9.96058 20.1877L8.60512 20.9658ZM8.33822 20.8123L8.12531 20.69L9.48077 19.9119L9.69369 20.0341L8.33822 20.8123ZM8.07133 20.6587L7.85841 20.5365L9.21388 19.7584L9.42679 19.8806L8.07133 20.6587ZM7.80444 20.5052L7.59152 20.3829L8.94698 19.6048L9.1599 19.7271L7.80444 20.5052ZM7.53754 20.3516L7.32463 20.2294L8.68009 19.4513L8.893 19.5735L7.53754 20.3516ZM7.48356 20.3829L6.1281 21.1611L5.91518 21.0388L7.27065 20.2607L7.48356 20.3829ZM7.53754 20.4142L7.75046 20.5365L6.39499 21.3146L6.18208 21.1924L7.53754 20.4142ZM7.80444 20.5678L8.01735 20.69L6.66189 21.4681L6.44897 21.3459L7.80444 20.5678ZM8.07133 20.7213L8.28425 20.8436L6.92878 21.6217L6.71587 21.4994L8.07133 20.7213ZM8.33822 20.8749L8.55114 20.9971L7.19568 21.7752L6.98276 21.653L8.33822 20.8749ZM8.60512 21.0284L8.81803 21.1506L7.46257 21.9287L7.24966 21.8065L8.60512 21.0284ZM8.87201 21.1804L9.08493 21.3027L7.72947 22.0808L7.51655 21.9586L8.87201 21.1804ZM9.13891 21.334L9.35182 21.4562L7.99636 22.2343L7.78344 22.1121L9.13891 21.334ZM9.4058 21.4875L9.61872 21.6097L8.26325 22.3879L8.05034 22.2656L9.4058 21.4875ZM9.6727 21.641L9.88561 21.7633L8.53015 22.5414L8.31723 22.4192L9.6727 21.641ZM9.72817 21.6097L11.0836 20.8316L11.2966 20.9539L9.94109 21.732L9.72817 21.6097ZM12.1377 20.1638L11.0836 20.769L10.8707 20.6468L11.9248 20.0416L12.1377 20.1638ZM11.8708 20.0103L10.8167 20.6155L10.6038 20.4933L11.6579 19.8881L11.8708 20.0103ZM11.6039 19.8568L10.5498 20.462L10.3369 20.3397L11.391 19.7345L11.6039 19.8568ZM11.337 19.7032L10.283 20.3084L10.07 20.1862L11.1241 19.581L11.337 19.7032ZM11.0701 19.5497L10.0161 20.1549L9.80314 20.0326L10.8572 19.4274L11.0701 19.5497ZM10.8032 19.3976L9.74916 20.0028L9.53625 19.8806L10.5903 19.2754L10.8032 19.3976ZM10.5364 19.2441L9.48227 19.8493L9.26935 19.7271L10.3234 19.1219L10.5364 19.2441ZM10.2695 19.0906L9.21538 19.6958L9.00246 19.5735L10.0565 18.9683L10.2695 19.0906ZM10.0026 18.937L8.94848 19.5422L8.73557 19.42L9.78965 18.8148L10.0026 18.937ZM9.45078 18.621L9.73567 18.785L8.68159 19.3902L8.3967 19.2262L9.45078 18.621ZM8.34122 19.2575L8.62611 19.4215L7.27065 20.1996L6.98576 20.0356L8.34122 19.2575ZM6.93028 20.0669L7.21517 20.2309L5.85971 21.009L5.57482 20.845L6.93028 20.0669ZM4.3708 21.5352L5.52084 20.8749L5.80573 21.0388L4.65568 21.6992L4.3708 21.5352ZM4.71116 21.7305L5.86121 21.0701L6.07412 21.1924L4.92408 21.8527L4.71116 21.7305ZM4.97806 21.884L6.1281 21.2237L6.34102 21.3459L5.19097 22.0063L4.97806 21.884ZM5.24495 22.0376L6.39499 21.3772L6.60791 21.4994L5.45787 22.1598L5.24495 22.0376ZM5.51184 22.1911L6.66189 21.5307L6.8748 21.653L5.72476 22.3133L5.51184 22.1911ZM5.77874 22.3446L6.92878 21.6843L7.1417 21.8065L5.99165 22.4669L5.77874 22.3446ZM6.04563 22.4967L7.19568 21.8363L7.40859 21.9586L6.25855 22.6189L6.04563 22.4967ZM6.31253 22.6502L7.46257 21.9899L7.67549 22.1121L6.52544 22.7724L6.31253 22.6502ZM6.57942 22.8038L7.72947 22.1434L7.94238 22.2656L6.79234 22.926L6.57942 22.8038ZM6.84632 22.9573L7.99636 22.2969L8.20928 22.4192L7.05923 23.0795L6.84632 22.9573ZM7.11321 23.1093L8.26325 22.449L8.47617 22.5712L7.32613 23.2316L7.11321 23.1093ZM7.57353 23.3747L7.3801 23.2629L8.53015 22.6025L8.72357 22.7143L7.57353 23.3747ZM8.77905 22.683L8.58563 22.5712L9.94109 21.7931L10.1345 21.9049L8.77905 22.683ZM10.1885 21.8736L9.99507 21.7618L11.3505 20.9837L11.544 21.0955L10.1885 21.8736ZM11.5994 21.0642L11.406 20.9524L12.4601 20.3472L12.6535 20.459L11.5994 21.0642Z' fill='url(%23paint60_linear_1090_10964)'/%3E%3Cpath d='M10.9428 21.2435C10.6654 21.3106 10.2261 21.2957 9.9157 21.1064C9.65181 20.9454 9.60083 20.765 9.57983 20.6875L11.6115 20.7427C11.5216 20.9901 11.2967 21.1571 10.9428 21.2435Z' fill='%23AD6D34'/%3E%3Cpath d='M11.6281 20.6919C11.5981 20.8186 11.4961 20.9393 11.3252 21.0347C10.9158 21.2628 10.2606 21.2568 9.86325 21.0198C9.70282 20.9244 9.60835 20.8067 9.57987 20.6859L9.56787 20.6367L11.64 20.6427L11.6281 20.6919Z' fill='url(%23paint61_linear_1090_10964)'/%3E%3Cpath d='M11.3536 20.1373C10.9502 19.8973 10.289 19.8913 9.87516 20.1224C9.46132 20.3534 9.45082 20.7351 9.85416 20.9736C10.2575 21.2121 10.9187 21.2195 11.3326 20.9885C11.7464 20.7574 11.7569 20.3758 11.3536 20.1373Z' fill='%23E2E1DD'/%3E%3Cpath d='M10.6055 21.1324C10.3506 21.1324 10.0957 21.0773 9.90225 20.9655C9.70732 20.8537 9.59937 20.7031 9.59937 20.5406C9.59937 20.3781 9.70732 20.2276 9.90225 20.1158C10.2906 19.8937 10.9218 19.8937 11.3102 20.1158C11.5051 20.2276 11.6131 20.3781 11.6131 20.5406C11.6131 20.7031 11.5051 20.8537 11.3102 20.9655C11.1168 21.0773 10.8619 21.1324 10.607 21.1324H10.6055Z' fill='%23D88C3E'/%3E%3Cpath d='M11.5245 20.4154C11.4585 20.2425 11.3326 20.1486 11.2291 20.0845C11.1646 20.0442 10.8138 19.8504 10.301 19.9578C10.0776 20.0055 9.94111 20.1053 9.88263 20.1486C9.75968 20.2395 9.7057 20.3632 9.68471 20.4109C9.62174 20.5824 9.7027 20.7672 9.92911 20.9028C10.2905 21.1175 10.8857 21.1235 11.2591 20.9163C11.499 20.7821 11.5875 20.5928 11.523 20.4169L11.5245 20.4154Z' fill='%23C97427'/%3E%3Cpath d='M11.3776 20.3711C11.3776 20.6036 11.0373 20.7929 10.6159 20.7929C10.1946 20.7929 9.85425 20.6036 9.85425 20.3711C9.85425 20.1385 10.1946 19.9492 10.6159 19.9492C11.0373 19.9492 11.3776 20.1385 11.3776 20.3711Z' fill='%23D88C3E'/%3E%3Cpath d='M9.6983 21.0865C9.29496 20.8465 8.63372 20.8406 8.21988 21.0716C7.80605 21.3027 7.79555 21.6843 8.19889 21.9228C8.60223 22.1628 9.26347 22.1687 9.6788 21.9377C10.0926 21.7066 10.1031 21.325 9.6998 21.0865H9.6983Z' fill='%23E2E1DD'/%3E%3Cpath d='M8.95019 22.0816C8.69529 22.0816 8.4404 22.0265 8.24697 21.9147C8.05205 21.8029 7.94409 21.6523 7.94409 21.4899C7.94409 21.3274 8.05205 21.1768 8.24697 21.065C8.63532 20.8429 9.26657 20.8429 9.65491 21.065C9.84984 21.1768 9.95779 21.3274 9.95779 21.4899C9.95779 21.6523 9.84984 21.8029 9.65491 21.9147C9.46149 22.0265 9.20659 22.0816 8.95169 22.0816H8.95019Z' fill='%23D88C3E'/%3E%3Cpath d='M9.86921 21.3646C9.80323 21.1917 9.67728 21.0978 9.57382 21.0337C9.50935 20.9934 9.15849 20.7997 8.64569 20.907C8.42228 20.9547 8.28584 21.0546 8.22736 21.0978C8.10441 21.1887 8.05043 21.3124 8.02944 21.3601C7.96646 21.5316 8.04743 21.7164 8.27384 21.8521C8.6352 22.0667 9.23046 22.0727 9.60381 21.8655C9.84372 21.7313 9.93218 21.542 9.86771 21.3661L9.86921 21.3646Z' fill='%23C97427'/%3E%3Cpath d='M9.72237 21.3203C9.72237 21.5528 9.38201 21.7421 8.96067 21.7421C8.53934 21.7421 8.19897 21.5528 8.19897 21.3203C8.19897 21.0877 8.53934 20.8984 8.96067 20.8984C9.38201 20.8984 9.72237 21.0877 9.72237 21.3203Z' fill='%23D88C3E'/%3E%3C/g%3E%3Cpath d='M13.2382 18.332L8.01123 21.3327V21.6085L13.2382 18.6078V18.332Z' fill='%23E1DAD6'/%3E%3Cpath d='M7.89429 21.1999L13.1227 18.1992L13.2382 18.3304L8.01124 21.3311L7.89429 21.1999Z' fill='%23FDF5F1'/%3E%3Cpath d='M7.85376 21.0296L13.1227 18.0469V18.1989L7.89424 21.1996L7.85376 21.0296Z' fill='%23C6C1BD'/%3E%3Cpath d='M6.536 20.7625L13.1256 16.9336L13.2426 17.0648L6.65146 20.8937L6.536 20.7625Z' fill='%23FDF5F1'/%3E%3Cpath d='M6.53589 20.7632L8.02344 20.0352V20.8125L6.65134 20.8944L6.53589 20.7632Z' fill='%23FDF5F1'/%3E%3Cpath d='M8.01423 20.0671L13.2427 17.0664L13.2397 18.0532L8.01123 21.0524L8.01423 20.0671Z' fill='%23E1DAD6'/%3E%3Cpath d='M8.05033 20.0878L13.2053 17.1289L13.2038 18.0322L8.04883 20.9897L8.05033 20.0878Z' fill='%2338243D'/%3E%3Cpath d='M6.02437 20.8597L13.1257 16.7812V16.9318L6.08135 21.0267L6.02437 20.8597Z' fill='%23C6C1BD'/%3E%3Cpath d='M6.0015 20.5826L13.2442 16.3672L13.2427 16.7846L6 21L6.0015 20.5826Z' fill='%23E1DAD6'/%3E%3Cpath d='M12.8017 17.7459C12.7912 17.7399 12.7777 17.7414 12.7627 17.7488C12.7327 17.7667 12.7087 17.8085 12.7087 17.8428C12.7087 17.8592 12.7147 17.8726 12.7237 17.877L12.7537 17.8949L12.8317 17.7623L12.8017 17.7444V17.7459Z' fill='%23C6C1BD'/%3E%3Cpath d='M13.058 17.654C13.022 17.6331 12.9726 17.6361 12.9186 17.6674C12.8106 17.73 12.7222 17.8805 12.7222 18.0058C12.7222 18.0669 12.7432 18.1101 12.7776 18.131L12.9831 18.2487L13.2635 17.7717L13.058 17.654Z' fill='url(%23paint62_linear_1090_10964)'/%3E%3Cpath d='M12.9277 18.1224C12.9277 18.2461 13.0162 18.2968 13.1242 18.2357C13.2321 18.173 13.3206 18.0225 13.3206 17.8973C13.3206 17.7721 13.2321 17.7229 13.1242 17.784C13.0162 17.8466 12.9277 17.9972 12.9277 18.1224Z' fill='%2338243D'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath d='M13.1241 17.8272C13.0341 17.8779 12.9622 18.0031 12.9622 18.1059C12.9622 18.2088 13.0341 18.2505 13.1241 18.1984C13.2141 18.1462 13.286 18.0225 13.286 17.9196C13.286 17.8168 13.2141 17.775 13.1241 17.8272ZM13.1241 18.1834C13.0416 18.2311 12.9757 18.1924 12.9757 18.0985C12.9757 18.0046 13.0416 17.8898 13.1241 17.8436C13.2066 17.7959 13.2725 17.8346 13.2725 17.9285C13.2725 18.0225 13.2066 18.1372 13.1241 18.1834Z' fill='%23645E57'/%3E%3C/g%3E%3Cpath d='M12.7957 17.5863L12.7388 17.6205V17.4312L12.7957 17.3984V17.5863Z' fill='%2397C372'/%3E%3Cpath d='M8.63496 20.1326C8.62446 20.1266 8.61096 20.1281 8.59597 20.1356C8.56598 20.1535 8.54199 20.1952 8.54199 20.2295C8.54199 20.2459 8.54799 20.2593 8.55699 20.2638L8.58697 20.2816L8.66494 20.149L8.63496 20.1311V20.1326Z' fill='%23C6C1BD'/%3E%3Cpath d='M8.89129 20.0446C8.8553 20.0237 8.80582 20.0267 8.75184 20.058C8.64388 20.1206 8.55542 20.2712 8.55542 20.3964C8.55542 20.4575 8.57641 20.5007 8.6109 20.5216L8.81632 20.6394L9.0967 20.1624L8.89129 20.0446Z' fill='url(%23paint63_linear_1090_10964)'/%3E%3Cpath d='M8.76099 20.513C8.76099 20.6367 8.84945 20.6874 8.95741 20.6263C9.06537 20.5637 9.15383 20.4131 9.15383 20.2879C9.15383 20.1627 9.06537 20.1135 8.95741 20.1746C8.84945 20.2372 8.76099 20.3878 8.76099 20.513Z' fill='%2338243D'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath d='M8.95735 20.2139C8.86738 20.2661 8.79541 20.3898 8.79541 20.4927C8.79541 20.5955 8.86738 20.6372 8.95735 20.5851C9.04731 20.5329 9.11928 20.4092 9.11928 20.3063C9.11928 20.2035 9.04731 20.1617 8.95735 20.2139ZM8.95735 20.5702C8.87488 20.6179 8.8089 20.5791 8.8089 20.4852C8.8089 20.3913 8.87488 20.2765 8.95735 20.2303C9.03981 20.1826 9.10579 20.2214 9.10579 20.3153C9.10579 20.4092 9.03981 20.524 8.95735 20.5702Z' fill='%23645E57'/%3E%3C/g%3E%3Cpath d='M8.62903 19.9769L8.57056 20.0097V19.8219L8.62903 19.7891V19.9769Z' fill='%2397C372'/%3E%3Cpath d='M9.93066 19.638C9.93066 19.6797 9.96065 19.6961 9.99664 19.6752C10.0326 19.6544 10.0626 19.6037 10.0626 19.5619C10.0626 19.5202 10.0326 19.5038 9.99664 19.5247C9.96065 19.5455 9.93066 19.5962 9.93066 19.638Z' fill='%23C6C1BD'/%3E%3Cpath d='M9.9397 19.6203C9.9397 19.6501 9.96069 19.6621 9.98618 19.6471C10.0117 19.6322 10.0327 19.5965 10.0327 19.5681C10.0327 19.5398 10.0117 19.5264 9.98618 19.5413C9.96069 19.5562 9.9397 19.592 9.9397 19.6203Z' fill='%23E1DAD6'/%3E%3Cpath d='M9.93066 19.2786C9.93066 19.3203 9.96065 19.3367 9.99664 19.3159C10.0326 19.295 10.0626 19.2443 10.0626 19.2026C10.0626 19.1608 10.0326 19.1444 9.99664 19.1653C9.96065 19.1862 9.93066 19.2368 9.93066 19.2786Z' fill='%23C6C1BD'/%3E%3Cpath d='M9.9397 19.2609C9.9397 19.2908 9.96069 19.3027 9.98618 19.2878C10.0117 19.2729 10.0327 19.2371 10.0327 19.2088C10.0327 19.1804 10.0117 19.167 9.98618 19.1819C9.96069 19.1968 9.9397 19.2326 9.9397 19.2609Z' fill='%23E1DAD6'/%3E%3Cpath d='M11.4346 18.7747C11.4346 18.8164 11.4646 18.8328 11.5005 18.8119C11.5365 18.7911 11.5665 18.7404 11.5665 18.6987C11.5665 18.6569 11.5365 18.6405 11.5005 18.6614C11.4646 18.6823 11.4346 18.7329 11.4346 18.7747Z' fill='%23C6C1BD'/%3E%3Cpath d='M11.4421 18.757C11.4421 18.7868 11.4631 18.7988 11.4886 18.7839C11.5141 18.769 11.5351 18.7332 11.5351 18.7049C11.5351 18.6765 11.5141 18.6631 11.4886 18.678C11.4631 18.6929 11.4421 18.7287 11.4421 18.757Z' fill='%23E1DAD6'/%3E%3Cpath d='M11.4346 18.4153C11.4346 18.457 11.4646 18.4734 11.5005 18.4526C11.5365 18.4317 11.5665 18.381 11.5665 18.3393C11.5665 18.2975 11.5365 18.2811 11.5005 18.302C11.4646 18.3229 11.4346 18.3736 11.4346 18.4153Z' fill='%23C6C1BD'/%3E%3Cpath d='M11.4421 18.3977C11.4421 18.4275 11.4631 18.4394 11.4886 18.4245C11.5141 18.4096 11.5351 18.3738 11.5351 18.3455C11.5351 18.3172 11.5141 18.3037 11.4886 18.3187C11.4631 18.3336 11.4421 18.3693 11.4421 18.3977Z' fill='%23E1DAD6'/%3E%3Cpath d='M10.259 19.5386L11.2696 18.9587V18.4102L10.259 18.99V19.5386Z' fill='%2397C372'/%3E%3Cpath opacity='0.7' d='M11.2696 18.4102L11.2336 18.4295V18.9378L10.259 19.4968V19.5386L11.2696 18.9587V18.4102Z' fill='%236F8E53'/%3E%3Cg style='mix-blend-mode:multiply' opacity='0.6'%3E%3Cpath d='M20.9616 6.35553L20.8102 5.44922H19.9105L19.1204 5.90237H18.9029C18.852 5.90237 18.7545 5.94113 18.687 5.98734C18.6196 6.03355 18.6046 6.07231 18.657 6.07231H18.9239C18.9044 6.08274 18.885 6.09318 18.8685 6.1051C18.801 6.15131 18.786 6.19007 18.8385 6.19007H19.5327L19.8221 6.35702H20.9631L20.9616 6.35553Z' fill='%23C0BFBC'/%3E%3C/g%3E%3Cpath d='M21.7728 4.29688V5.88739L20.9617 6.35545V4.76494L21.7728 4.29688Z' fill='%23C77C3F'/%3E%3Cpath d='M20.9618 4.76494V6.35545L19.9092 5.75174L20.1476 4.29688L20.9618 4.76494Z' fill='%23AC6326'/%3E%3Cpath d='M21.7731 4.29619L20.9619 4.76425L20.1477 4.29619L20.9574 3.82812L21.7731 4.29619Z' fill='%23EDA55F'/%3E%3Cpath d='M20.3154 4.29695L20.9572 3.92578L21.6049 4.29695L20.9617 4.66812L20.3154 4.29695Z' fill='%2338243D'/%3E%3Cpath d='M21.272 4.02211V4.21887L21.1101 4.12645V3.92969L21.272 4.02211Z' fill='%23E1DAD6'/%3E%3Cpath d='M21.1851 3.23469C21.1627 3.22128 21.1282 3.22128 21.1162 3.22426C21.1102 3.22426 21.1072 3.22873 21.1072 3.23619V3.94871L21.2286 4.02026L21.2706 3.30326C21.2706 3.28091 21.2196 3.25407 21.1851 3.23469Z' fill='%232A1A2F'/%3E%3Cpath d='M21.2723 3.73026L21.2828 3.29202C21.2828 3.29202 21.2828 3.28456 21.2798 3.28009C21.2768 3.27413 21.2723 3.26817 21.2663 3.26071C21.2528 3.24581 21.2333 3.2309 21.2123 3.21897C21.1868 3.20407 21.1613 3.19512 21.1493 3.20109L21.1104 3.22345C21.1208 3.21748 21.1463 3.22643 21.1733 3.24133C21.1928 3.25326 21.2138 3.26817 21.2273 3.28307C21.2333 3.28903 21.2378 3.29649 21.2393 3.30245C21.2408 3.30692 21.2423 3.31139 21.2423 3.31438L21.2273 4.01796L21.2663 3.9956L21.2723 3.72877V3.73026Z' fill='url(%23paint64_linear_1090_10964)'/%3E%3Cpath d='M21.1882 3.90608C21.1882 3.918 21.1792 3.92248 21.1672 3.91502C21.1552 3.90757 21.1462 3.89266 21.1462 3.88074C21.1462 3.86881 21.1552 3.86434 21.1672 3.87179C21.1792 3.87925 21.1882 3.89415 21.1882 3.90608ZM21.1672 3.59006C21.1552 3.58261 21.1462 3.58708 21.1462 3.59901C21.1462 3.61093 21.1552 3.62584 21.1672 3.63329C21.1792 3.64074 21.1882 3.63627 21.1882 3.62435C21.1882 3.61242 21.1792 3.59752 21.1672 3.59006ZM21.1672 3.30833C21.1552 3.30088 21.1462 3.30535 21.1462 3.31728C21.1462 3.3292 21.1552 3.34411 21.1672 3.35156C21.1792 3.35901 21.1882 3.35454 21.1882 3.34262C21.1882 3.33069 21.1792 3.31578 21.1672 3.30833Z' fill='%23C6C1BD'/%3E%3Cpath d='M21.0954 4.1723V4.39142L20.8555 4.25428V4.03516L21.0954 4.1723Z' fill='%23E1DAD6'/%3E%3Cpath d='M20.9394 3.25958C20.9139 3.24467 20.8764 3.24467 20.8614 3.24765C20.8554 3.24765 20.8509 3.25361 20.8509 3.26107L20.8479 4.05707L20.9858 4.13607L21.0323 3.3356C21.0323 3.31175 20.9769 3.28045 20.9379 3.25958H20.9394Z' fill='%232A1A2F'/%3E%3Cpath d='M21.0369 3.81391L21.0489 3.32498C21.0489 3.32498 21.0489 3.31604 21.0459 3.31156C21.0429 3.30411 21.0384 3.29815 21.0309 3.29069C21.0159 3.2743 20.9934 3.25641 20.9709 3.24448C20.9424 3.22809 20.9139 3.21765 20.9004 3.22511L20.8569 3.25045C20.8689 3.24299 20.8974 3.25343 20.9274 3.26983C20.9499 3.28324 20.9724 3.29964 20.9874 3.31604C20.9934 3.32349 20.9979 3.33094 21.0009 3.3369C21.0024 3.34138 21.0039 3.34585 21.0039 3.35032L20.9874 4.13589L21.0309 4.11055L21.0369 3.81242V3.81391Z' fill='url(%23paint65_linear_1090_10964)'/%3E%3Cpath d='M20.944 4.01124C20.944 4.02466 20.9335 4.02913 20.92 4.02168C20.9065 4.01422 20.896 3.99783 20.896 3.98441C20.896 3.97099 20.9065 3.96652 20.92 3.97398C20.9335 3.98143 20.944 3.99783 20.944 4.01124ZM20.92 3.65945C20.9065 3.652 20.896 3.65647 20.896 3.66988C20.896 3.6833 20.9065 3.6997 20.92 3.70715C20.9335 3.7146 20.944 3.71013 20.944 3.69672C20.944 3.6833 20.9335 3.6669 20.92 3.65945ZM20.92 3.34343C20.9065 3.33598 20.896 3.34045 20.896 3.35387C20.896 3.36728 20.9065 3.38368 20.92 3.39113C20.9335 3.39859 20.944 3.39412 20.944 3.3807C20.944 3.36728 20.9335 3.35089 20.92 3.34343Z' fill='%23C6C1BD'/%3E%3Cpath d='M17.3797 7.29446C17.0183 7.27806 16.3916 7.40924 16.0497 7.59706C15.5894 7.85196 15.1186 8.44822 15.5714 9.01317C15.9268 9.45738 17.3272 9.9478 18.5282 9.16969C19.242 8.70759 18.9136 8.04127 18.5672 7.70886C18.3153 7.46886 17.7576 7.30937 17.3797 7.29297V7.29446Z' fill='%23FDE6B5'/%3E%3Cpath opacity='0.7' d='M18.5837 9.00488C17.3826 9.783 15.9822 9.29258 15.6268 8.84837C15.4559 8.6352 15.4169 8.41757 15.4589 8.21484C15.3509 8.4608 15.3539 8.74104 15.5744 9.01532C15.9297 9.45953 17.3302 9.94995 18.5312 9.17184C18.7861 9.00637 18.9075 8.81557 18.9435 8.62328C18.879 8.75744 18.7666 8.88861 18.5852 9.00488H18.5837Z' fill='%23EDD2A1'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M17.3184 8.74399C18.0038 8.72436 18.5504 8.39491 18.5391 8.00814C18.5279 7.62137 17.9632 7.32374 17.2779 7.34337C16.5925 7.36299 16.046 7.69245 16.0572 8.07922C16.0684 8.46599 16.6331 8.76362 17.3184 8.74399Z' fill='url(%23paint66_linear_1090_10964)'/%3E%3Cpath d='M8.92447 10.3025C8.43566 10.9405 9.96505 12.379 11.8708 10.9584C12.1347 10.7616 12.4526 10.6513 12.7165 10.4516C13.2607 10.0402 14.6522 9.59745 14.5217 8.61661C14.4153 7.81017 13.5351 7.60595 12.8574 7.8057C12.4001 7.93986 11.9982 8.20519 11.6084 8.47202C11.4375 8.58829 11.2725 8.65238 11.0956 8.74629C10.8917 8.85362 10.7297 9.03101 10.5258 9.14131C9.37429 9.75695 9.3548 9.74502 8.92597 10.3055L8.92447 10.3025Z' fill='%23FDE6B5'/%3E%3Cg style='mix-blend-mode:screen' opacity='0.3'%3E%3Cpath d='M8.99639 10.612C8.9544 10.4152 9.05636 10.3362 9.16732 10.1872C9.48219 9.78468 9.56916 9.76828 10.5918 9.19141C9.7281 9.63115 9.32026 9.78915 8.97689 10.3586C8.65002 10.9519 10.1449 12.1563 11.8153 10.8192C10.4553 11.8224 9.13583 11.2813 8.99639 10.612Z' fill='%23FDE6B5'/%3E%3Cpath d='M13.5665 7.78663C12.6548 7.67036 12.0251 8.3486 11.1599 8.79729C11.9696 8.4127 13.1931 7.33348 14.1017 8.05793C14.3821 8.27556 14.67 8.88523 13.9248 9.49789C13.52 9.82732 12.9277 10.0941 12.6578 10.3118C12.8437 10.1717 13.2096 9.99725 13.5395 9.80496C15.0374 8.9225 14.4376 7.89247 13.5665 7.78663Z' fill='%23FDE6B5'/%3E%3C/g%3E%3Cpath d='M12.4421 8.16383C12.4421 8.25774 12.3762 8.2965 12.2937 8.2488C12.2112 8.2011 12.1453 8.08781 12.1453 7.99241C12.1453 7.89701 12.2112 7.85974 12.2937 7.90744C12.3762 7.95514 12.4421 8.06843 12.4421 8.16383Z' fill='%23FDE6B5'/%3E%3Cpath d='M12.1887 7.89673L12.8485 7.51811C12.8754 7.50171 12.9129 7.50469 12.9549 7.52854C13.0374 7.57624 13.1034 7.68953 13.1034 7.78493C13.1034 7.83114 13.0869 7.86394 13.0614 7.88033L12.4016 8.25896C12.4286 8.24256 12.4436 8.20977 12.4436 8.16356C12.4436 8.06965 12.3776 7.95487 12.2952 7.90717C12.2532 7.88332 12.2157 7.88182 12.1887 7.89673Z' fill='url(%23paint67_linear_1090_10964)'/%3E%3Cpath d='M10.0161 9.66648C10.0161 9.82747 9.90212 9.89306 9.76268 9.81256C9.62323 9.73207 9.50928 9.53679 9.50928 9.37581C9.50928 9.21482 9.62323 9.14923 9.76268 9.22972C9.90212 9.31022 10.0161 9.50549 10.0161 9.66648Z' fill='%23CE9946'/%3E%3Cpath d='M9.5813 9.21269L12.1273 7.75186C12.1738 7.72503 12.2367 7.72801 12.3087 7.76826C12.4482 7.84875 12.5621 8.04402 12.5621 8.20501C12.5621 8.28402 12.5351 8.34066 12.4901 8.36749L9.94415 9.82832C9.98914 9.80149 10.0161 9.74485 10.0161 9.66584C10.0161 9.50485 9.90217 9.30958 9.76273 9.22908C9.69225 9.18884 9.62778 9.18437 9.5813 9.21269Z' fill='url(%23paint68_linear_1090_10964)'/%3E%3Cpath d='M9.21094 10.0193C9.21094 10.1132 9.14497 10.152 9.0625 10.1043C8.98004 10.0566 8.91406 9.94328 8.91406 9.84788C8.91406 9.75247 8.98004 9.71521 9.0625 9.76291C9.14497 9.81061 9.21094 9.9239 9.21094 10.0193Z' fill='%23CE9946'/%3E%3Cpath d='M8.95605 9.7522L9.61579 9.37358C9.64278 9.35718 9.68027 9.36016 9.72225 9.38401C9.80472 9.43171 9.87069 9.545 9.87069 9.6404C9.87069 9.68661 9.8542 9.71941 9.82871 9.7358L9.16897 10.1144C9.19596 10.098 9.21095 10.0652 9.21095 10.019C9.21095 9.92511 9.14498 9.81034 9.06251 9.76263C9.02053 9.73878 8.98304 9.73729 8.95605 9.7522Z' fill='url(%23paint69_linear_1090_10964)'/%3E%3Cg opacity='0.6'%3E%3Cpath d='M23.923 6.73791C23.6996 6.60524 23.4027 6.53667 23.1058 6.53518H22.4281C22.1357 6.53369 21.8433 6.5963 21.6184 6.72151C21.1581 6.9779 21.1476 7.40274 21.5944 7.66807C21.8148 7.79925 22.1057 7.86633 22.3996 7.8708H23.1058C23.3922 7.8708 23.6786 7.80819 23.9005 7.68447C24.3608 7.42808 24.3713 7.00324 23.9245 6.73791H23.923Z' fill='%23C6C1BD'/%3E%3C/g%3E%3Cpath d='M23.9545 6.70395C23.5062 6.43861 22.7715 6.43116 22.3096 6.68755C21.8478 6.94394 21.8388 7.36877 22.2856 7.63411C22.734 7.89944 23.4687 7.9069 23.9305 7.6505C24.3908 7.39411 24.4013 6.96928 23.9545 6.70395ZM23.7071 7.53871C23.3742 7.72504 22.8404 7.71907 22.5166 7.52678C22.1927 7.33449 22.2002 7.02742 22.533 6.84109C22.8659 6.65476 23.3997 6.66072 23.7236 6.85301C24.0474 7.0453 24.0399 7.35238 23.7071 7.53871Z' fill='url(%23paint70_linear_1090_10964)'/%3E%3Cpath d='M24.2829 7.14736V7.13245C24.2994 7.32027 24.1825 7.50959 23.9306 7.64971C23.4702 7.9061 22.734 7.89864 22.2857 7.63331C22.0488 7.4917 21.9393 7.30686 21.9588 7.125V7.13991C21.9378 7.32176 22.0473 7.5066 22.2842 7.64822C22.7325 7.91504 23.4687 7.92249 23.9306 7.66461C24.1825 7.52449 24.2994 7.33369 24.2814 7.14587L24.2829 7.14736Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.62192C23.5063 6.35658 22.7716 6.34913 22.3098 6.60552C21.8495 6.86191 21.839 7.28674 22.2858 7.55208C22.7341 7.81741 23.4689 7.82486 23.9307 7.56847C24.391 7.31208 24.4015 6.88725 23.9547 6.62192ZM23.7073 7.45668C23.3744 7.64301 22.8406 7.63704 22.5167 7.44475C22.1929 7.25246 22.2004 6.94539 22.5332 6.75906C22.8661 6.57272 23.3999 6.57869 23.7238 6.77098C24.0476 6.96327 24.0401 7.27035 23.7073 7.45668Z' fill='url(%23paint71_linear_1090_10964)'/%3E%3Cpath d='M24.2829 7.06533V7.05042C24.2994 7.23824 24.1825 7.42755 23.9306 7.56767C23.4702 7.82407 22.734 7.81661 22.2857 7.55128C22.0488 7.40967 21.9393 7.22483 21.9588 7.04297V7.05787C21.9378 7.23973 22.0473 7.42457 22.2842 7.56618C22.7325 7.83301 23.4687 7.84046 23.9306 7.58258C24.1825 7.44246 24.2994 7.25166 24.2814 7.06384L24.2829 7.06533Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.53598C23.5063 6.27064 22.7716 6.26319 22.3098 6.51958C21.8495 6.77597 21.839 7.2008 22.2858 7.46614C22.7341 7.73147 23.4689 7.73893 23.9307 7.48254C24.391 7.22615 24.4015 6.80131 23.9547 6.53598ZM23.7073 7.37074C23.3744 7.55707 22.8406 7.55111 22.5167 7.35881C22.1929 7.16652 22.2004 6.85945 22.5332 6.67312C22.8661 6.48679 23.3999 6.49275 23.7238 6.68504C24.0476 6.87734 24.0401 7.18441 23.7073 7.37074Z' fill='url(%23paint72_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.97939V6.96448C24.2994 7.15231 24.1825 7.34162 23.9306 7.48174C23.4702 7.73813 22.734 7.73067 22.2857 7.46534C22.0488 7.32373 21.9393 7.13889 21.9588 6.95703V6.97194C21.9378 7.1538 22.0473 7.33864 22.2842 7.48025C22.7325 7.74707 23.4687 7.75453 23.9306 7.49664C24.1825 7.35652 24.2994 7.16572 24.2814 6.9779L24.2829 6.97939Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.45395C23.5063 6.18861 22.7716 6.18116 22.3098 6.43755C21.8495 6.69394 21.839 7.11877 22.2858 7.38411C22.7341 7.64944 23.4689 7.6569 23.9307 7.40051C24.391 7.14412 24.4015 6.71928 23.9547 6.45395ZM23.7073 7.28871C23.3744 7.47504 22.8406 7.46907 22.5167 7.27678C22.1929 7.08449 22.2004 6.77742 22.5332 6.59109C22.8661 6.40476 23.3999 6.41072 23.7238 6.60301C24.0476 6.7953 24.0401 7.10238 23.7073 7.28871Z' fill='url(%23paint73_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.89736V6.88245C24.2994 7.07027 24.1825 7.25959 23.9306 7.39971C23.4702 7.6561 22.734 7.64864 22.2857 7.38331C22.0488 7.2417 21.9393 7.05686 21.9588 6.875V6.88991C21.9378 7.07177 22.0473 7.2566 22.2842 7.39822C22.7325 7.66504 23.4687 7.67249 23.9306 7.41461C24.1825 7.27449 24.2994 7.08369 24.2814 6.89587L24.2829 6.89736Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9545 6.36801C23.5062 6.10268 22.7715 6.09522 22.3096 6.35161C21.8478 6.608 21.8388 7.03284 22.2856 7.29817C22.734 7.56351 23.4687 7.57096 23.9305 7.31457C24.3908 7.05818 24.4013 6.63334 23.9545 6.36801ZM23.7071 7.20277C23.3742 7.3891 22.8404 7.38314 22.5166 7.19084C22.1927 6.99855 22.2002 6.69148 22.533 6.50515C22.8659 6.31882 23.3997 6.32478 23.7236 6.51707C24.0474 6.70937 24.0399 7.01644 23.7071 7.20277Z' fill='url(%23paint74_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.81142V6.79652C24.2994 6.98434 24.1825 7.17365 23.9306 7.31377C23.4702 7.57016 22.734 7.56271 22.2857 7.29737C22.0488 7.15576 21.9393 6.97092 21.9588 6.78906V6.80397C21.9378 6.98583 22.0473 7.17067 22.2842 7.31228C22.7325 7.5791 23.4687 7.58656 23.9306 7.32867C24.1825 7.18855 24.2994 6.99775 24.2814 6.80993L24.2829 6.81142Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.28207C23.5063 6.01674 22.7716 6.00928 22.3098 6.26568C21.8495 6.52207 21.839 6.9469 22.2858 7.21223C22.7341 7.47757 23.4689 7.48502 23.9307 7.22863C24.391 6.97224 24.4015 6.54741 23.9547 6.28207ZM23.7073 7.11683C23.3744 7.30316 22.8406 7.2972 22.5167 7.10491C22.1929 6.91261 22.2004 6.60554 22.5332 6.41921C22.8661 6.23288 23.3999 6.23884 23.7238 6.43114C24.0476 6.62343 24.0401 6.9305 23.7073 7.11683Z' fill='url(%23paint75_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.72548V6.71058C24.2994 6.8984 24.1825 7.08771 23.9306 7.22783C23.4702 7.48422 22.734 7.47677 22.2857 7.21143C22.0488 7.06982 21.9393 6.88498 21.9588 6.70312V6.71803C21.9378 6.89989 22.0473 7.08473 22.2842 7.22634C22.7325 7.49317 23.4687 7.50062 23.9306 7.24274C24.1825 7.10262 24.2994 6.91181 24.2814 6.72399L24.2829 6.72548Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.20004C23.5063 5.93471 22.7716 5.92725 22.3098 6.18364C21.8495 6.44003 21.839 6.86487 22.2858 7.1302C22.7341 7.39554 23.4689 7.40299 23.9307 7.1466C24.391 6.89021 24.4015 6.46538 23.9547 6.20004ZM23.7073 7.0348C23.3744 7.22113 22.8406 7.21517 22.5167 7.02288C22.1929 6.83058 22.2004 6.52351 22.5332 6.33718C22.8661 6.15085 23.3999 6.15681 23.7238 6.34911C24.0476 6.5414 24.0401 6.84847 23.7073 7.0348Z' fill='url(%23paint76_linear_1090_10964)'/%3E%3Cpath d='M24.2829 6.64345V6.62855C24.2994 6.81637 24.1825 7.00568 23.9306 7.1458C23.4702 7.40219 22.734 7.39474 22.2857 7.1294C22.0488 6.98779 21.9393 6.80295 21.9588 6.62109V6.636C21.9378 6.81786 22.0473 7.0027 22.2842 7.14431C22.7325 7.41113 23.4687 7.41859 23.9306 7.16071C24.1825 7.02059 24.2994 6.82978 24.2814 6.64196L24.2829 6.64345Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.7252 6.26131C23.4013 6.06901 22.8675 6.06305 22.5346 6.24938C22.2018 6.43571 22.1943 6.74278 22.5181 6.93508C22.5211 6.93657 22.5256 6.93955 22.5286 6.94104C22.854 7.12737 23.3788 7.13035 23.7087 6.947C24.0415 6.76067 24.049 6.4536 23.7252 6.26131Z' fill='%23ECEAE6'/%3E%3Cpath d='M23.6682 6.33306C23.3744 6.15866 22.8916 6.15419 22.5902 6.32263C22.2888 6.49107 22.2813 6.76982 22.5752 6.94423C22.5782 6.94572 22.5812 6.9487 22.5842 6.95019C22.8946 7.12161 23.3339 7.1231 23.6533 6.95615C23.9546 6.78771 23.9621 6.50896 23.6682 6.33456V6.33306ZM23.6263 6.95019C23.3399 7.10969 22.8811 7.10522 22.6022 6.93976C22.3233 6.7743 22.3293 6.51045 22.6172 6.34946C22.9036 6.18996 23.3624 6.19443 23.6413 6.3599C23.9201 6.52536 23.9142 6.7892 23.6263 6.95019Z' fill='%23E4E2DD'/%3E%3Cpath d='M23.9547 6.1141C23.5063 5.84877 22.7716 5.84132 22.3098 6.09771C21.8495 6.3541 21.839 6.77893 22.2858 7.04426C22.7341 7.3096 23.4689 7.31705 23.9307 7.06066C24.391 6.80427 24.4015 6.37944 23.9547 6.1141ZM23.7073 6.94886C23.3744 7.13519 22.8406 7.12923 22.5167 6.93694C22.1929 6.74465 22.2004 6.43757 22.5332 6.25124C22.8661 6.06491 23.3999 6.07088 23.7238 6.26317C24.0476 6.45546 24.0401 6.76253 23.7073 6.94886Z' fill='%23F6F4EF'/%3E%3Cpath d='M23.6262 6.95181C23.3398 7.11131 22.881 7.10684 22.6021 6.94138C22.3232 6.77592 22.3292 6.51207 22.6171 6.35108C22.9035 6.19158 23.3623 6.19606 23.6412 6.36152C23.9201 6.52698 23.9141 6.79082 23.6262 6.95181Z' fill='%23F6F4EF'/%3E%3Cpath d='M24.2829 6.55752V6.54261C24.2994 6.73043 24.1825 6.91974 23.9306 7.05986C23.4702 7.31625 22.734 7.3088 22.2857 7.04347C22.0488 6.90185 21.9393 6.71701 21.9588 6.53516V6.55006C21.9378 6.73192 22.0473 6.91676 22.2842 7.05837C22.7325 7.3252 23.4687 7.33265 23.9306 7.07477C24.1825 6.93465 24.2994 6.74385 24.2814 6.55603L24.2829 6.55752Z' fill='%23E4E2DD'/%3E%3Cpath d='M9.55708 14.6597L5.13384 12.1211L0.715088 14.6567L5.13833 17.1967L9.55708 14.6597Z' fill='%23533B57'/%3E%3Cpath d='M7.2451 13.266L5.14294 12.0586L3.04077 13.266L5.14294 14.4734L7.2451 13.266Z' fill='%23533B57'/%3E%3Cpath d='M5.14294 14.6057L3.04077 13.3983V13.2656L5.14294 14.473V14.6057Z' fill='%232A1A2F'/%3E%3Cpath d='M7.24499 13.3983L5.14282 14.6057V14.473L7.24499 13.2656V13.3983Z' fill='%2338243D'/%3E%3Cpath d='M9.4431 14.5277L7.34094 13.3203L5.23877 14.5277L7.34094 15.7337L9.4431 14.5277Z' fill='%23533B57'/%3E%3Cpath d='M7.34094 15.8659L5.23877 14.66V14.5273L7.34094 15.7333V15.8659Z' fill='%232A1A2F'/%3E%3Cpath d='M9.44299 14.66L7.34082 15.8659V15.7333L9.44299 14.5273V14.66Z' fill='%2338243D'/%3E%3Cpath d='M5.04836 14.5277L2.9447 13.3203L0.842529 14.5277L2.9447 15.7352L5.04836 14.5277Z' fill='%23533B57'/%3E%3Cpath d='M2.9447 15.8674L0.842529 14.66V14.5273L2.9447 15.7348V15.8674Z' fill='%232A1A2F'/%3E%3Cpath d='M5.04825 14.66L2.94458 15.8674V15.7348L5.04825 14.5273V14.66Z' fill='%2338243D'/%3E%3Cpath d='M7.24657 15.7895L5.1444 14.582L3.04224 15.7895L5.1444 16.9954L7.24657 15.7895Z' fill='%23533B57'/%3E%3Cpath d='M5.1444 17.1277L3.04224 15.9217V15.7891L5.1444 16.995V17.1277Z' fill='%232A1A2F'/%3E%3Cpath d='M7.24645 15.9217L5.14429 17.1277V16.995L7.24645 15.7891V15.9217Z' fill='%2338243D'/%3E%3Cpath d='M7.79996 15.1079C7.47759 15.1854 6.96629 15.169 6.60493 14.9484C6.29755 14.762 6.23908 14.5519 6.21509 14.4609L8.57815 14.525C8.47319 14.8127 8.2123 15.008 7.79996 15.1079Z' fill='%23AD6D34'/%3E%3Cpath d='M8.596 14.4664C8.56002 14.614 8.44306 14.7556 8.24364 14.8659C7.76683 15.1313 7.00513 15.1238 6.54332 14.8495C6.35739 14.7392 6.24793 14.6021 6.21345 14.4605L6.19995 14.4023L8.611 14.4098L8.5975 14.4679L8.596 14.4664Z' fill='url(%23paint77_linear_1090_10964)'/%3E%3Cpath d='M8.27816 13.8236C7.81034 13.5448 7.03965 13.5374 6.55684 13.8057C6.07553 14.074 6.06353 14.5182 6.53285 14.797C7.00066 15.0757 7.77136 15.0832 8.25417 14.8149C8.73548 14.5465 8.74747 14.1023 8.27816 13.8236Z' fill='%23E2E1DD'/%3E%3Cpath d='M8.25571 13.8373C7.79839 13.566 7.04719 13.5586 6.57788 13.8209C6.10856 14.0833 6.09657 14.5156 6.55388 14.7869C7.0112 15.0582 7.76241 15.0656 8.23172 14.8033C8.70103 14.5409 8.71303 14.1086 8.25571 13.8373Z' fill='url(%23paint78_linear_1090_10964)'/%3E%3Cpath d='M8.03979 14.2262C7.69942 14.0234 7.13864 14.0175 6.78778 14.2142C6.4954 14.3767 6.44142 14.6286 6.62884 14.8254C7.07267 15.049 7.73691 15.0505 8.18223 14.8284C8.36366 14.6376 8.31718 14.3931 8.03979 14.2276V14.2262Z' fill='%23E2E1DD'/%3E%3Cpath d='M8.35473 14.75C8.33224 14.8216 8.25427 14.8573 8.14331 14.8707V14.9155L9.24387 15.5281C9.30235 15.5609 9.39531 15.5609 9.45379 15.5281C9.48378 15.5117 9.49727 15.4894 9.49727 15.467V15.4402C9.49727 15.4178 9.48228 15.3969 9.45379 15.3805L8.35323 14.75H8.35473ZM9.39381 15.4521C9.39381 15.4521 9.39981 15.4566 9.40281 15.4595C9.39981 15.4625 9.39831 15.4655 9.39381 15.467C9.37282 15.4789 9.33984 15.4789 9.32034 15.467C9.31585 15.464 9.31435 15.4625 9.31135 15.4595C9.31435 15.4566 9.31585 15.4536 9.32034 15.4521C9.34134 15.4402 9.37432 15.4402 9.39381 15.4521Z' fill='%232D2A28'/%3E%3Cpath d='M8.35473 14.75C8.29775 14.7932 8.22578 14.832 8.14331 14.8707L9.24387 15.5013C9.30235 15.5341 9.39531 15.5341 9.45379 15.5013C9.51227 15.4685 9.51227 15.4133 9.45379 15.3805L8.35323 14.75H8.35473ZM9.39381 15.4253C9.41481 15.4372 9.41481 15.4566 9.39381 15.4685C9.37282 15.4804 9.33984 15.4804 9.32034 15.4685C9.30085 15.4566 9.30085 15.4372 9.32034 15.4253C9.34134 15.4133 9.37432 15.4133 9.39381 15.4253Z' fill='%2338243D'/%3E%3Cpath d='M7.75041 14.2412C7.84937 14.277 7.80739 14.3098 7.83138 14.3917C7.85237 14.4618 7.93934 14.4856 7.98282 14.5438C8.11627 14.7256 7.7819 14.9463 7.57348 14.9373C7.47752 14.9328 7.39205 14.8851 7.30059 14.8538C7.19563 14.8181 7.08467 14.8061 6.97822 14.7763C6.78629 14.7212 6.68583 14.6392 6.69033 14.5184C6.69633 14.3694 6.90325 14.2084 7.14915 14.1771C7.43853 14.1413 7.58697 14.1845 7.75041 14.2427V14.2412Z' fill='%23EFEFEF'/%3E%3Cpath d='M7.59594 14.3472C7.6949 14.4038 7.6949 14.4962 7.59594 14.5529C7.49698 14.6095 7.33505 14.6095 7.23609 14.5529C7.13713 14.4962 7.13713 14.4038 7.23609 14.3472C7.33505 14.2905 7.49698 14.2905 7.59594 14.3472Z' fill='%23FFC950'/%3E%3Cg style='mix-blend-mode:screen' opacity='0.6'%3E%3Cpath d='M7.53894 14.3788C7.53894 14.4071 7.48346 14.4295 7.41449 14.4295C7.34552 14.4295 7.29004 14.4071 7.29004 14.3788C7.29004 14.3505 7.34552 14.3281 7.41449 14.3281C7.48346 14.3281 7.53894 14.3505 7.53894 14.3788Z' fill='%23FFC950'/%3E%3C/g%3E%3Cpath d='M6.11447 11.7034C6.10697 11.7034 6.09948 11.6989 6.09498 11.6929C6.08898 11.6825 6.09198 11.6691 6.10248 11.6631L6.21943 11.596C6.23742 11.5856 6.24792 11.5737 6.24792 11.5618C6.24792 11.5498 6.23742 11.5364 6.21943 11.5275L6.00951 11.4067C5.96453 11.3814 5.88956 11.3814 5.84458 11.4067L5.72763 11.4738C5.71713 11.4798 5.70363 11.4768 5.69764 11.4664C5.69164 11.4559 5.69464 11.4425 5.70513 11.4365L5.82209 11.3695C5.88056 11.3352 5.97203 11.3352 6.03051 11.3695L6.24042 11.4902C6.27191 11.5081 6.2899 11.5349 6.2899 11.5632C6.2899 11.5916 6.27191 11.6169 6.24042 11.6363L6.12347 11.7034C6.12347 11.7034 6.11597 11.7063 6.11297 11.7063L6.11447 11.7034Z' fill='%23E1E0DC'/%3E%3Cpath d='M4.04077 11.8713V13.2546C4.04377 13.4156 4.15173 13.5766 4.36614 13.6988C4.79947 13.9478 5.50269 13.9478 5.93602 13.6988C6.15493 13.5736 6.26439 13.4082 6.26139 13.2427V11.8594L4.04227 11.8713H4.04077Z' fill='url(%23paint79_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.3' d='M5.3811 11.8624V13.8688C5.58352 13.8434 5.77695 13.7868 5.93438 13.6973C5.94638 13.6914 5.95538 13.6839 5.96587 13.6765V11.8594L5.3811 11.8624Z' fill='url(%23paint80_linear_1090_10964)'/%3E%3Cpath d='M5.93442 12.3136C5.5011 12.5626 4.79788 12.5626 4.36455 12.3136C3.93122 12.0647 3.93122 11.6622 4.36455 11.4133C4.79788 11.1643 5.5011 11.1643 5.93442 11.4133C6.36775 11.6622 6.36775 12.0647 5.93442 12.3136Z' fill='%23E2E1DD'/%3E%3Cpath d='M5.90452 12.2879C5.48769 12.5249 4.81296 12.5249 4.39612 12.2879C3.97929 12.0508 3.97929 11.6648 4.39612 11.4278C4.81296 11.1907 5.48769 11.1907 5.90452 11.4278C6.32136 11.6648 6.32136 12.0508 5.90452 12.2879Z' fill='url(%23paint81_linear_1090_10964)'/%3E%3Cpath d='M5.90438 11.752C5.48754 11.515 4.81281 11.515 4.39597 11.752C4.25953 11.8295 4.16956 11.9219 4.12158 12.0218C4.16956 12.1202 4.25953 12.2141 4.39597 12.2916C4.81281 12.5286 5.48754 12.5286 5.90438 12.2916C6.04082 12.2141 6.13078 12.1217 6.17877 12.0218C6.13078 11.9234 6.04082 11.8295 5.90438 11.752Z' fill='%23B73939'/%3E%3Cpath d='M4.59551 12.7104C4.58352 12.7104 4.57302 12.7015 4.57302 12.6881V12.6031L4.48905 12.6523C4.43058 12.6866 4.33911 12.6866 4.28064 12.6523L4.07072 12.5316C4.03923 12.5137 4.02124 12.4868 4.02124 12.4585C4.02124 12.4302 4.03923 12.4049 4.07072 12.3855L4.18767 12.3184C4.18767 12.3184 4.20267 12.3139 4.21017 12.3184C4.21616 12.3229 4.22066 12.3288 4.22066 12.3378V12.4615C4.22066 12.4734 4.21017 12.4839 4.19817 12.4839C4.18617 12.4839 4.17568 12.4749 4.17568 12.4615V12.375L4.09171 12.4242C4.07372 12.4347 4.06322 12.4466 4.06322 12.4585C4.06322 12.4704 4.07372 12.4839 4.09171 12.4928L4.30163 12.6135C4.34661 12.6389 4.42158 12.6389 4.46656 12.6135L4.58352 12.5465C4.58352 12.5465 4.59851 12.542 4.60601 12.5465C4.61201 12.5509 4.6165 12.5569 4.6165 12.5658V12.6881C4.6165 12.7 4.60751 12.7104 4.59401 12.7104H4.59551Z' fill='%23E1E0DC'/%3E%3Cmask id='mask3_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='4' y='11' width='3' height='2'%3E%3Cpath d='M5.90438 11.752C5.48754 11.515 4.81281 11.515 4.39597 11.752C4.25953 11.8295 4.16956 11.9219 4.12158 12.0218C4.16956 12.1202 4.25953 12.2141 4.39597 12.2916C4.81281 12.5286 5.48754 12.5286 5.90438 12.2916C6.04082 12.2141 6.13078 12.1217 6.17877 12.0218C6.13078 11.9234 6.04082 11.8295 5.90438 11.752Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_1090_10964)'%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath d='M5.96137 11.7392C5.61051 11.4754 4.99575 11.5067 4.70337 11.614C5.03024 11.5529 6.04084 11.8928 5.84742 12.4682C6.20128 12.3623 6.44868 12.1044 5.96137 11.7392Z' fill='%23B73939'/%3E%3C/g%3E%3Cpath d='M4.64936 12.3065C4.66135 12.3065 4.67485 12.3035 4.68084 12.2916C4.68084 12.1723 4.61937 12.3065 4.64936 12.3065Z' fill='%23992E2E'/%3E%3Cpath d='M5.89254 11.9731C5.89254 11.9492 5.88654 11.9075 5.87454 11.9269C5.87454 11.9269 5.84905 11.9746 5.85205 11.9775C5.85205 11.9924 5.88354 11.9865 5.89254 11.9731Z' fill='%23992E2E'/%3E%3Cpath d='M4.4021 12.018C4.4021 12.0493 4.4036 12.0537 4.45758 12.0478C4.49506 12.0433 4.41859 12.006 4.4021 12.018Z' fill='%23992E2E'/%3E%3Cpath d='M5.97647 12.3793C5.97647 12.3898 5.96897 12.427 5.97947 12.43C5.98997 12.4345 6.01845 12.3838 6.01845 12.3764C6.01546 12.3689 5.97797 12.3689 5.97797 12.3793H5.97647Z' fill='%23992E2E'/%3E%3Cpath d='M5.48165 11.7012C5.48165 11.7012 5.47565 11.649 5.45915 11.6445C5.45316 11.649 5.44116 11.6594 5.44116 11.6729C5.45466 11.6922 5.48315 11.725 5.48315 11.7012H5.48165Z' fill='%23992E2E'/%3E%3Cpath d='M5.05884 11.7364C5.05884 11.7587 5.06034 11.7632 5.06783 11.7691C5.18029 11.7826 5.08133 11.7229 5.05884 11.7364Z' fill='%23992E2E'/%3E%3Cpath d='M5.5611 12.0903C5.57309 12.0709 5.57309 12.0665 5.56859 12.0575C5.5596 12.0516 5.52961 12.0292 5.52211 12.0367C5.51312 12.0456 5.5446 12.0933 5.5506 12.0948L5.5611 12.0918V12.0903Z' fill='%23992E2E'/%3E%3Cpath d='M4.30298 12.449C4.30298 12.4847 4.35246 12.4177 4.34196 12.3998C4.31048 12.3953 4.30298 12.3998 4.30298 12.449Z' fill='%23992E2E'/%3E%3Cpath d='M5.85791 12.3376C5.85791 12.363 5.86091 12.4047 5.8759 12.3838C5.8759 12.3838 5.90139 12.3376 5.8894 12.3242C5.86691 12.3242 5.86241 12.3287 5.85791 12.3376Z' fill='%23992E2E'/%3E%3Cpath d='M5.72909 11.8829C5.7171 11.9022 5.7186 11.9082 5.7216 11.9157C5.74409 11.9306 5.78007 11.9544 5.77108 11.9276C5.76658 11.9157 5.74409 11.8814 5.72909 11.8829Z' fill='%23992E2E'/%3E%3Cpath d='M5.11871 12.1125C5.12921 12.111 5.1412 12.108 5.1487 12.0961C5.1487 12.0871 5.1427 12.0484 5.13221 12.0469C5.12171 12.0469 5.09322 12.1154 5.11871 12.1125Z' fill='%23992E2E'/%3E%3Cpath d='M5.97782 11.9291C5.97932 11.9396 5.98232 11.9589 5.99281 11.9589C6.00181 11.9589 6.04229 11.9545 6.04229 11.944C6.04379 11.9306 5.98681 11.9202 5.97632 11.9291H5.97782Z' fill='%23992E2E'/%3E%3Cpath d='M4.18014 12.1953C4.13516 12.2177 4.13666 12.2356 4.15015 12.2356C4.15015 12.2356 4.20263 12.2326 4.20713 12.2162C4.19363 12.1983 4.18914 12.1953 4.18014 12.1953Z' fill='%23992E2E'/%3E%3Cpath d='M5.18914 12.4085C5.18914 12.4085 5.16965 12.4532 5.17864 12.4592C5.19064 12.4666 5.22812 12.4219 5.22362 12.4085C5.21313 12.4055 5.20113 12.4055 5.18914 12.4085Z' fill='%23992E2E'/%3E%3Cpath d='M5.38874 12.1511C5.38574 12.1764 5.38874 12.2181 5.40373 12.1988C5.40373 12.1988 5.43072 12.154 5.43072 12.1496C5.43072 12.1496 5.41873 12.1421 5.41723 12.1406C5.39774 12.1406 5.39474 12.1436 5.38874 12.1511Z' fill='%23992E2E'/%3E%3Cpath d='M5.09782 11.6351C5.08882 11.6232 5.08133 11.6172 5.06933 11.6172C4.97337 11.6843 5.09332 11.6619 5.09782 11.6351Z' fill='%23992E2E'/%3E%3Cpath d='M5.75299 12.0957C5.74699 12.0822 5.74249 12.0733 5.729 12.0703C5.729 12.0703 5.69151 12.0867 5.68852 12.0882C5.68252 12.0927 5.68402 12.1016 5.69151 12.1031C5.76049 12.118 5.74249 12.1001 5.75299 12.0942V12.0957Z' fill='%23992E2E'/%3E%3Cpath d='M5.56267 12.4922C5.56267 12.4758 5.56117 12.4684 5.55068 12.4609C5.52369 12.4609 5.48171 12.4609 5.5042 12.4773C5.5042 12.4773 5.55068 12.5027 5.55518 12.5027C5.55518 12.5027 5.56267 12.4937 5.56417 12.4937L5.56267 12.4922Z' fill='%23992E2E'/%3E%3Cpath d='M5.54767 11.75C5.53868 11.7545 5.52668 11.7604 5.52368 11.7739C5.52368 11.7753 5.54167 11.8111 5.54317 11.8126C5.56117 11.8394 5.56716 11.7589 5.54917 11.75H5.54767Z' fill='%23992E2E'/%3E%3Cpath d='M4.90137 12.2444C4.90137 12.2444 4.90587 12.2713 4.91036 12.2802C4.91936 12.3055 4.92086 12.3204 4.92836 12.3458C4.93136 12.3562 4.96434 12.3547 4.95834 12.3398C4.94935 12.313 4.93435 12.2638 4.91336 12.2444C4.91036 12.2414 4.90587 12.2414 4.90287 12.2444H4.90137Z' fill='%23992E2E'/%3E%3Cpath d='M4.91943 11.8262C4.92393 11.8188 4.90594 11.8024 4.89844 11.7949C4.87895 11.7711 4.86095 11.7264 4.83846 11.7413C4.80848 11.7472 4.90594 11.8456 4.91943 11.8262Z' fill='%23992E2E'/%3E%3Cpath d='M5.02283 11.9321C5.00184 11.95 4.98685 11.9545 4.97485 11.9753L4.98535 11.9813C4.98535 12.0215 5.1053 11.862 5.02283 11.9321Z' fill='%23992E2E'/%3E%3Cpath d='M5.30157 11.918L5.31506 11.9135L5.31206 11.921C5.33755 11.9344 5.31806 11.8047 5.30007 11.8047C5.28657 11.8047 5.29407 11.8285 5.29407 11.842C5.29557 11.8747 5.28957 11.8911 5.30157 11.918Z' fill='%23992E2E'/%3E%3Cpath d='M6.05592 12.2397C6.03193 12.2457 6.11289 12.3262 6.13239 12.3262C6.13988 12.3262 6.14438 12.3158 6.13838 12.3113C6.11289 12.2919 6.07991 12.2233 6.05592 12.2412V12.2397Z' fill='%23992E2E'/%3E%3Cpath d='M5.47423 12.0362C5.47573 12.0273 5.45324 12.0184 5.44574 12.0124C5.41576 11.9945 5.38877 11.9572 5.37227 11.9796C5.34828 11.9915 5.46974 12.0601 5.47573 12.0348L5.47423 12.0362Z' fill='%23992E2E'/%3E%3Cpath d='M5.2147 12.2093C5.2102 12.1869 5.16672 12.2316 5.14872 12.248C5.11124 12.2838 5.12923 12.3002 5.14123 12.2883C5.15322 12.2748 5.18021 12.2555 5.19521 12.245C5.2132 12.2331 5.22669 12.2286 5.2147 12.2093Z' fill='%23992E2E'/%3E%3Cpath d='M5.10672 11.8995C5.08723 11.9129 5.1697 11.9397 5.18469 11.9368C5.19219 11.9368 5.19219 11.9263 5.18469 11.9233C5.1592 11.9174 5.11572 11.8816 5.10522 11.8995H5.10672Z' fill='%23992E2E'/%3E%3Cpath d='M4.70942 12.4119C4.70942 12.4119 4.60746 12.3672 4.61346 12.3672C4.60896 12.3672 4.59847 12.3761 4.59697 12.3791C4.57598 12.397 4.70942 12.4358 4.70942 12.4119Z' fill='%23992E2E'/%3E%3Cpath d='M5.69455 12.364C5.68106 12.3342 5.61059 12.4579 5.63458 12.4639C5.64357 12.4669 5.65407 12.4445 5.66007 12.4356C5.67806 12.4102 5.71555 12.3819 5.69605 12.364H5.69455Z' fill='%23992E2E'/%3E%3Cpath d='M4.33469 12.1537C4.35568 12.1448 4.3032 12.112 4.28371 12.0971C4.24172 12.0673 4.22823 12.0896 4.24322 12.0971C4.26871 12.1105 4.2957 12.1418 4.3152 12.1582C4.31819 12.1612 4.33169 12.1552 4.33469 12.1523V12.1537Z' fill='%23992E2E'/%3E%3Cpath d='M5.04678 11.8385C5.04678 11.8385 5.05877 11.8265 5.06027 11.8221C5.07376 11.8012 4.94032 11.7967 4.94781 11.8221C4.94781 11.825 5.04378 11.837 5.04678 11.837V11.8385Z' fill='%23992E2E'/%3E%3Cpath d='M6.14738 12.0238C6.11439 12.0343 6.07391 12.0253 6.04392 12.0402L6.04992 12.0536L6.04242 12.0507C6.03343 12.0745 6.16837 12.0507 6.15788 12.0283C6.15638 12.0253 6.15188 12.0223 6.14738 12.0238Z' fill='%23992E2E'/%3E%3Cpath d='M4.17572 12.3856L4.26418 12.3364C4.26868 12.3349 4.26718 12.32 4.26418 12.3155C4.26418 12.2812 4.12924 12.3856 4.17422 12.3856H4.17572Z' fill='%23992E2E'/%3E%3Cpath d='M4.52649 11.7644C4.55798 11.754 4.63295 11.7644 4.62995 11.7346C4.63145 11.7286 4.62845 11.7227 4.62245 11.7227C4.53998 11.7227 4.48751 11.7644 4.52349 11.7644C4.52349 11.7644 4.52499 11.7644 4.52649 11.7644Z' fill='%23992E2E'/%3E%3Cpath d='M4.4949 11.8704C4.50389 11.8704 4.50689 11.857 4.4964 11.854C4.46341 11.8451 4.40943 11.7959 4.39444 11.8183C4.37045 11.8347 4.46641 11.8704 4.4949 11.8704Z' fill='%23992E2E'/%3E%3Cpath d='M4.99426 12.0565C4.95977 12.0729 4.92228 12.0699 4.89529 12.0908L4.90279 12.1027H4.89379C4.8893 12.1206 4.94927 12.0982 4.97026 12.0908C5.01825 12.0744 5.01075 12.0475 4.99276 12.0565H4.99426Z' fill='%23992E2E'/%3E%3Cpath d='M5.14728 11.6247C5.13978 11.6486 5.27323 11.6158 5.25973 11.5934C5.25673 11.5904 5.25224 11.5889 5.24924 11.5904C5.21625 11.6038 5.17577 11.5964 5.14728 11.6143L5.15477 11.6262L5.14728 11.6232V11.6247Z' fill='%23992E2E'/%3E%3Cpath d='M5.37676 12.3486C5.37676 12.3486 5.37526 12.3412 5.37076 12.3397C5.33477 12.3292 5.28379 12.2785 5.2688 12.3039C5.24631 12.3188 5.37226 12.3769 5.37676 12.3501V12.3486Z' fill='%23992E2E'/%3E%3Cpath d='M4.91324 11.9637C4.90874 11.9488 4.90724 11.9353 4.90424 11.9234C4.90124 11.9026 4.90274 11.8906 4.88175 11.8906C4.86226 11.8906 4.87126 11.907 4.87725 11.9249C4.90274 12.0218 4.92973 12.0188 4.91324 11.9637Z' fill='%23992E2E'/%3E%3Cpath d='M5.0317 12.1338C5.00771 12.1204 5.0182 12.2501 5.03769 12.2501C5.05119 12.2501 5.04519 12.2262 5.04369 12.2128C5.04369 12.183 5.05719 12.1368 5.0302 12.1338H5.0317Z' fill='%23992E2E'/%3E%3Cpath d='M5.76798 12.2736C5.76498 12.2617 5.73349 12.2631 5.73799 12.278C5.74399 12.2974 5.76348 12.3779 5.78447 12.3779C5.79047 12.3779 5.79497 12.372 5.79197 12.366C5.78297 12.3466 5.77247 12.2944 5.76798 12.2736Z' fill='%23992E2E'/%3E%3Cpath d='M5.23731 11.8365C5.23731 11.8365 5.24781 11.8231 5.24781 11.8186C5.2613 11.7918 5.15634 11.8097 5.13535 11.8231C5.12786 11.8275 5.13085 11.838 5.13985 11.838C5.32728 11.838 5.05289 11.8305 5.23731 11.835V11.8365Z' fill='%23992E2E'/%3E%3Cpath d='M5.69306 11.9892C5.72905 11.9698 5.57011 11.9415 5.62409 11.9803C5.5941 12.0011 5.72755 12.0175 5.69306 11.9892Z' fill='%23992E2E'/%3E%3Cpath d='M5.60298 12.1318C5.57899 12.1139 5.60598 12.2451 5.62398 12.1974C5.65696 12.2227 5.61498 12.0707 5.60298 12.1318Z' fill='%23992E2E'/%3E%3Cpath d='M6.01085 12.2094C6.02285 12.1692 5.89989 12.2616 5.95537 12.2497C5.95687 12.2884 6.04983 12.2094 6.01085 12.2094Z' fill='%23992E2E'/%3E%3Cpath d='M5.42772 12.459C5.45321 12.4382 5.30027 12.4426 5.36025 12.462C5.35575 12.4695 5.36025 12.4799 5.36925 12.4799C5.37374 12.4799 5.42622 12.4784 5.43072 12.4754C5.43522 12.4725 5.43522 12.462 5.42772 12.459Z' fill='%23992E2E'/%3E%3Cpath d='M5.29869 12.0228C5.29869 12.0228 5.30768 12.0108 5.30169 12.0079C5.28219 11.9959 5.23571 11.9766 5.23571 11.9766C5.23271 11.9766 5.23271 11.981 5.23121 11.984C5.22821 11.987 5.23271 11.9959 5.23571 11.9989C5.20722 12.0108 5.32418 12.063 5.30019 12.0243L5.29869 12.0228Z' fill='%23992E2E'/%3E%3Cpath d='M6.09947 12.1929C6.12496 12.2243 6.12646 12.0603 6.09647 12.1244C6.09047 12.1199 6.08148 12.1244 6.08148 12.1303C6.07998 12.1915 6.08148 12.1915 6.08148 12.1944C6.08148 12.1974 6.08747 12.1974 6.09047 12.1974C6.09047 12.1974 6.09647 12.1974 6.09947 12.1929Z' fill='%23992E2E'/%3E%3Cpath d='M5.30623 11.6958C5.31223 11.7301 5.40819 11.6213 5.35121 11.6406C5.35121 11.6078 5.27325 11.6883 5.30623 11.6958Z' fill='%23992E2E'/%3E%3Cpath d='M4.30766 12.296C4.31216 12.3392 4.40812 12.22 4.35415 12.2453C4.35415 12.217 4.29417 12.2826 4.30317 12.2915C4.30317 12.293 4.30466 12.2945 4.30766 12.296Z' fill='%23992E2E'/%3E%3Cpath d='M5.95245 12.0978C5.95545 12.1067 5.96594 12.1097 5.97344 12.1022C6.01093 12.062 6.01243 12.062 6.01243 12.059C6.01243 12.0545 6.00493 12.0471 5.99893 12.0486C6.00193 12.0068 5.91047 12.1171 5.95245 12.0978Z' fill='%23992E2E'/%3E%3Cpath d='M4.60145 12.2101C4.62394 12.1878 4.477 12.2042 4.53398 12.2205C4.51299 12.2519 4.64493 12.228 4.60145 12.2101Z' fill='%23992E2E'/%3E%3Cpath d='M5.25965 12.1786C5.25965 12.1786 5.26265 12.1816 5.26564 12.1816C5.27314 12.2293 5.33312 12.0728 5.28814 12.1175C5.28064 12.0981 5.24016 12.1727 5.25965 12.1786Z' fill='%23992E2E'/%3E%3Cpath d='M5.86258 12.4868C5.7996 12.4659 5.8026 12.4689 5.8026 12.4689C5.7966 12.4689 5.79211 12.4793 5.7966 12.4868C5.76062 12.5017 5.91206 12.5434 5.86408 12.5032C5.87007 12.5002 5.87007 12.4898 5.86258 12.4883V12.4868Z' fill='%23992E2E'/%3E%3Cpath d='M5.53718 11.8678C5.4952 11.841 5.56267 11.996 5.56417 11.9304C5.59566 11.9453 5.54767 11.8276 5.53718 11.8678Z' fill='%23992E2E'/%3E%3Cpath d='M4.80992 12.2775C4.80992 12.2477 4.74695 12.3103 4.76044 12.3267C4.76494 12.3699 4.8639 12.2536 4.80992 12.2775Z' fill='%23992E2E'/%3E%3Cpath d='M4.68233 11.8569C4.68233 11.8569 4.69133 11.8494 4.69133 11.8449C4.72131 11.8673 4.69732 11.7391 4.67933 11.7764C4.65834 11.754 4.66734 11.8256 4.67183 11.8539C4.67183 11.8569 4.67783 11.8554 4.68083 11.8554L4.68233 11.8569Z' fill='%23992E2E'/%3E%3Cpath d='M5.48601 12.2604C5.4905 12.2872 5.53399 12.235 5.55198 12.2157C5.55498 12.2127 5.55048 12.2112 5.54748 12.2082C5.54598 12.2052 5.53549 12.2067 5.53249 12.2082C5.53249 12.1724 5.45452 12.2544 5.48601 12.2619V12.2604Z' fill='%23992E2E'/%3E%3Cpath d='M5.8819 11.7901C5.86691 11.7617 5.83242 11.8661 5.86391 11.8571C5.8804 11.887 5.92389 11.7453 5.8819 11.7901Z' fill='%23992E2E'/%3E%3Cpath d='M4.71087 12.1303C4.71087 12.1303 4.69587 12.1303 4.69737 12.1363C4.69737 12.1974 4.69887 12.1989 4.70037 12.2004C4.70337 12.2049 4.71386 12.2049 4.71836 12.1989C4.74385 12.2272 4.73336 12.0722 4.71087 12.1303Z' fill='%23992E2E'/%3E%3Cpath d='M5.88339 12.1629C5.8714 12.1242 5.81142 12.2688 5.8594 12.227C5.8729 12.2583 5.91938 12.1361 5.88339 12.1629Z' fill='%23992E2E'/%3E%3Cpath d='M4.29564 11.9288C4.29564 11.9288 4.29863 11.9333 4.30013 11.9363C4.27464 11.9765 4.42608 11.893 4.35561 11.9005C4.36461 11.8707 4.28514 11.9169 4.29564 11.9288Z' fill='%23992E2E'/%3E%3Cpath d='M4.81298 11.999C4.82497 11.9647 4.71852 12.0228 4.753 12.0333C4.753 12.0661 4.86846 11.999 4.81298 11.999Z' fill='%23992E2E'/%3E%3Cpath d='M5.08424 12.3185C5.05425 12.2842 5.07074 12.4467 5.09174 12.3871C5.09773 12.3916 5.10523 12.3871 5.10523 12.3796C5.10373 12.3185 5.10223 12.3185 5.10073 12.3156C5.09773 12.3111 5.08724 12.3111 5.08424 12.3185Z' fill='%23992E2E'/%3E%3Cpath d='M4.85037 12.4761C4.85037 12.4761 4.85486 12.4731 4.85786 12.4716C4.85336 12.4626 4.84887 12.4567 4.83687 12.4492C4.81138 12.4522 4.7529 12.4492 4.7664 12.4671C4.77839 12.4835 4.7604 12.5088 4.84437 12.4761C4.84587 12.4761 4.84737 12.4761 4.84887 12.4761H4.85037Z' fill='%23992E2E'/%3E%3Cpath d='M5.38417 11.8527C5.39467 11.8527 5.42316 11.8483 5.44715 11.8393C5.45464 11.8364 5.45614 11.8363 5.46064 11.8349C5.45614 11.8274 5.45165 11.82 5.43965 11.8125C5.39167 11.817 5.37218 11.814 5.37518 11.814C5.35718 11.814 5.37518 11.8527 5.38267 11.8527H5.38417Z' fill='%23992E2E'/%3E%3Cpath d='M4.57146 11.9437C4.57146 11.9437 4.56546 11.9527 4.56396 11.9556C4.57146 11.9586 4.58796 11.9661 4.59395 11.9601C4.64043 11.9109 4.67192 11.9094 4.60895 11.8945C4.59695 11.9065 4.58346 11.9229 4.57146 11.9452V11.9437Z' fill='%23992E2E'/%3E%3Cpath d='M5.64644 11.7082C5.61045 11.6545 5.61345 11.6202 5.58496 11.6798C5.59696 11.6962 5.60895 11.7156 5.62245 11.7365C5.62694 11.7454 5.64344 11.7424 5.64794 11.7082H5.64644Z' fill='%23992E2E'/%3E%3Cpath d='M4.91022 11.6997C4.95221 11.6997 4.94771 11.6699 4.94321 11.6267C4.94321 11.6192 4.94321 11.6163 4.94321 11.6133C4.93421 11.6148 4.92672 11.6178 4.91622 11.6282C4.91322 11.652 4.91022 11.6714 4.90273 11.6893C4.90123 11.6953 4.90423 11.7012 4.91022 11.7012V11.6997Z' fill='%23992E2E'/%3E%3Cpath d='M5.48451 12.3165C5.47551 12.3388 5.46802 12.3567 5.45752 12.3731C5.44853 12.3865 5.49201 12.394 5.49501 12.3836C5.5025 12.3642 5.5115 12.3433 5.522 12.321C5.52649 12.3105 5.51 12.3016 5.48451 12.3165Z' fill='%23992E2E'/%3E%3Cpath d='M4.70339 12.0819C4.70639 12.073 4.70939 12.0655 4.70639 12.0521C4.65691 12.0089 4.65241 11.9761 4.63892 12.0387C4.65391 12.0521 4.69589 12.0998 4.70189 12.0819H4.70339Z' fill='%23992E2E'/%3E%3Cpath d='M4.25806 11.9478C4.25956 11.9404 4.26106 11.9374 4.26256 11.9344C4.22357 11.9285 4.22957 11.9553 4.19808 11.9911C4.19359 11.9955 4.19808 12.0045 4.20558 12.0045C4.22957 12.0045 4.23557 12.0358 4.25956 11.9478H4.25806Z' fill='%23992E2E'/%3E%3Cpath d='M4.74979 11.8633C4.76478 11.8767 4.80527 11.9244 4.81277 11.9066C4.81576 11.8976 4.81876 11.8902 4.81576 11.8767C4.76778 11.832 4.76329 11.8007 4.74829 11.8633H4.74979Z' fill='%23992E2E'/%3E%3Cpath d='M5.18314 11.6974C5.18314 11.6974 5.17414 11.6989 5.17114 11.7003C5.17414 11.7093 5.17714 11.7167 5.18914 11.7257C5.25511 11.7257 5.2806 11.7495 5.24911 11.6914C5.22662 11.6914 5.21313 11.6914 5.18464 11.6974H5.18314Z' fill='%23992E2E'/%3E%3Cpath d='M4.57759 12.0997C4.5701 12.0327 4.58959 12.0073 4.53711 12.0446C4.54311 12.1027 4.53861 12.1564 4.57759 12.0997Z' fill='%23992E2E'/%3E%3Cpath d='M5.77409 12.1831C5.77709 12.1757 5.77859 12.1742 5.77859 12.1697C5.77109 12.1682 5.76359 12.1667 5.7486 12.1697C5.7351 12.1906 5.72461 12.2055 5.70961 12.2189C5.69612 12.2323 5.7396 12.2457 5.7456 12.2368C5.7546 12.2234 5.76509 12.2055 5.77409 12.1801V12.1831Z' fill='%23992E2E'/%3E%3Cpath d='M5.66002 12.2694C5.59405 12.2694 5.56856 12.2485 5.60155 12.3052C5.66302 12.3052 5.711 12.3111 5.66002 12.2694Z' fill='%23992E2E'/%3E%3Cpath d='M4.45312 12.4352C4.50111 12.4695 4.53709 12.5053 4.5206 12.4412C4.46662 12.4024 4.45912 12.3711 4.45312 12.4352Z' fill='%23992E2E'/%3E%3Cpath d='M5.73803 11.8019C5.71703 11.7407 5.72903 11.7094 5.68555 11.7586C5.70504 11.8138 5.71254 11.8689 5.73803 11.8019Z' fill='%23992E2E'/%3E%3Cpath d='M4.79184 11.6868C4.73936 11.6496 4.73036 11.6168 4.72437 11.6809C4.74086 11.6928 4.75885 11.7062 4.77984 11.7211C4.79334 11.7316 4.79784 11.7047 4.79334 11.6854L4.79184 11.6868Z' fill='%23992E2E'/%3E%3Cpath d='M4.87886 12.1887C4.87436 12.1723 4.86836 12.153 4.85487 12.1306C4.85037 12.1231 4.85037 12.1202 4.84737 12.1172C4.83988 12.1232 4.83388 12.1276 4.82788 12.141C4.84587 12.2036 4.83238 12.2335 4.87736 12.1872L4.87886 12.1887Z' fill='%23992E2E'/%3E%3Cpath d='M4.44995 12.3136L4.43945 12.3166C4.44245 12.3241 4.44695 12.3315 4.45745 12.3405C4.52342 12.3405 4.54891 12.3598 4.51592 12.3047H4.47994L4.44995 12.3136Z' fill='%23992E2E'/%3E%3Cpath d='M5.87008 12.07C5.85659 12.0596 5.84009 12.0476 5.8161 12.0372C5.80861 12.0342 5.80711 12.0327 5.80411 12.0312C5.80111 12.0402 5.79961 12.0476 5.80411 12.0626C5.85659 12.1028 5.86259 12.1356 5.87158 12.07H5.87008Z' fill='%23992E2E'/%3E%3Cpath d='M4.4664 12.1584C4.42741 12.151 4.41992 12.1525 4.40042 12.1525C4.39443 12.1525 4.39143 12.1525 4.38843 12.1525C4.38993 12.1614 4.39143 12.1689 4.40192 12.1808C4.4664 12.1927 4.48739 12.2195 4.4664 12.1569V12.1584Z' fill='%23992E2E'/%3E%3Cpath d='M4.18913 12.1013C4.18463 12.0849 4.17713 12.0655 4.16364 12.0432C4.15914 12.0357 4.15914 12.0342 4.15764 12.0312C4.15014 12.0372 4.14415 12.0417 4.13965 12.0551C4.15914 12.1192 4.14565 12.1475 4.19063 12.1013H4.18913Z' fill='%23992E2E'/%3E%3Cpath d='M4.97486 12.3929C4.96136 12.4137 4.94937 12.4286 4.93587 12.4421C4.92238 12.454 4.94637 12.4555 4.95986 12.4629C4.97336 12.4704 4.99585 12.4197 5.00185 12.4048C5.00484 12.3973 5.00634 12.3958 5.00784 12.3929C4.99885 12.3899 4.99135 12.3899 4.97636 12.3929H4.97486Z' fill='%23992E2E'/%3E%3Cpath opacity='0.7' d='M4.49966 11.7472C4.47717 11.7353 4.44118 11.7353 4.42019 11.7472C4.3977 11.7592 4.3977 11.78 4.42019 11.7934C4.44268 11.8054 4.47867 11.8054 4.49966 11.7934C4.52215 11.7815 4.52215 11.7606 4.49966 11.7472ZM4.49516 11.789C4.47717 11.7994 4.44718 11.7994 4.42919 11.789C4.41119 11.7785 4.41119 11.7606 4.42919 11.7502C4.44718 11.7398 4.47717 11.7398 4.49516 11.7502C4.51315 11.7606 4.51315 11.7785 4.49516 11.789Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M5.14883 11.966C5.12634 11.954 5.09035 11.954 5.06936 11.966C5.04687 11.9779 5.04687 11.9988 5.06936 12.0122C5.09185 12.0241 5.12784 12.0241 5.14883 12.0122C5.17132 12.0003 5.17132 11.9794 5.14883 11.966ZM5.14433 12.0077C5.12634 12.0181 5.09635 12.0181 5.07835 12.0077C5.06036 11.9973 5.06036 11.9794 5.07835 11.969C5.09635 11.9585 5.12634 11.9585 5.14433 11.969C5.16232 11.9794 5.16232 11.9973 5.14433 12.0077Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M5.46077 11.8934C5.44577 11.8845 5.42028 11.8845 5.40529 11.8934C5.39029 11.9024 5.39029 11.9173 5.40529 11.9247C5.42028 11.9322 5.44577 11.9337 5.46077 11.9247C5.47576 11.9158 5.47576 11.9009 5.46077 11.8934ZM5.45777 11.9232C5.44427 11.9307 5.42478 11.9307 5.41129 11.9232C5.39779 11.9158 5.39779 11.9039 5.41129 11.8964C5.42478 11.889 5.44427 11.889 5.45777 11.8964C5.47126 11.9039 5.47126 11.9158 5.45777 11.9232Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.89834 12.3449C4.87585 12.333 4.83986 12.333 4.81887 12.3449C4.79638 12.3568 4.79638 12.3777 4.81887 12.3911C4.84136 12.403 4.87735 12.403 4.89834 12.3911C4.92083 12.3792 4.92083 12.3583 4.89834 12.3449ZM4.89384 12.3866C4.87585 12.3971 4.84586 12.3971 4.82787 12.3866C4.80987 12.3762 4.80987 12.3583 4.82787 12.3479C4.84586 12.3374 4.87585 12.3374 4.89384 12.3479C4.91183 12.3583 4.91183 12.3762 4.89384 12.3866Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.97334 11.7506C4.96135 11.7446 4.94335 11.7446 4.93136 11.7506C4.91936 11.7565 4.91936 11.7685 4.93136 11.7744C4.94335 11.7804 4.96135 11.7804 4.97334 11.7744C4.98534 11.7685 4.98534 11.7565 4.97334 11.7506ZM4.97034 11.7714C4.96135 11.7774 4.94485 11.7774 4.93586 11.7714C4.92686 11.7655 4.92686 11.7565 4.93586 11.7521C4.94485 11.7476 4.96135 11.7461 4.97034 11.7521C4.97934 11.758 4.97934 11.767 4.97034 11.7714Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.37967 11.8259C4.36618 11.8184 4.34368 11.8184 4.33019 11.8259C4.31669 11.8334 4.31669 11.8468 4.33019 11.8542C4.34368 11.8617 4.36618 11.8617 4.37967 11.8542C4.39316 11.8468 4.39316 11.8334 4.37967 11.8259ZM4.37667 11.8512C4.36618 11.8572 4.34818 11.8572 4.33619 11.8512C4.32569 11.8453 4.32569 11.8348 4.33619 11.8289C4.34668 11.8229 4.36468 11.8229 4.37667 11.8289C4.38717 11.8348 4.38717 11.8453 4.37667 11.8512Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M5.44119 12.24C5.4277 12.2325 5.40521 12.2325 5.39171 12.24C5.37822 12.2474 5.37822 12.2608 5.39171 12.2683C5.40521 12.2757 5.4277 12.2757 5.44119 12.2683C5.45469 12.2608 5.45469 12.2474 5.44119 12.24ZM5.43819 12.2653C5.4277 12.2713 5.40971 12.2713 5.39771 12.2653C5.38721 12.2593 5.38721 12.2489 5.39771 12.2429C5.40821 12.237 5.4262 12.237 5.43819 12.2429C5.44869 12.2489 5.44869 12.2593 5.43819 12.2653Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.7305 11.9353C4.71701 11.9278 4.69451 11.9278 4.68102 11.9353C4.66752 11.9427 4.66752 11.9561 4.68102 11.9636C4.69451 11.9711 4.71701 11.9711 4.7305 11.9636C4.74399 11.9561 4.74399 11.9427 4.7305 11.9353ZM4.7275 11.9606C4.71701 11.9666 4.69901 11.9666 4.68702 11.9606C4.67652 11.9547 4.67652 11.9442 4.68702 11.9383C4.69751 11.9323 4.71551 11.9323 4.7275 11.9383C4.738 11.9442 4.738 11.9547 4.7275 11.9606Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.38865 11.7818C4.37965 11.7759 4.36316 11.7759 4.35416 11.7818C4.34516 11.7878 4.34516 11.7967 4.35416 11.8012C4.36316 11.8072 4.37965 11.8072 4.38865 11.8012C4.39764 11.7952 4.39764 11.7863 4.38865 11.7818ZM4.38565 11.7982C4.38565 11.7982 4.36765 11.8027 4.36016 11.7982C4.35266 11.7937 4.35266 11.7878 4.36016 11.7833C4.36765 11.7788 4.37815 11.7788 4.38565 11.7833C4.39314 11.7878 4.39314 11.7937 4.38565 11.7982Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.31212 11.8262C4.31212 11.8262 4.29413 11.8217 4.28663 11.8262C4.27913 11.8307 4.27913 11.8366 4.28663 11.8411C4.29413 11.8456 4.30462 11.8456 4.31212 11.8411C4.31962 11.8366 4.31962 11.8307 4.31212 11.8262ZM4.30912 11.8381C4.30912 11.8381 4.29563 11.8411 4.29113 11.8381C4.28663 11.8352 4.28663 11.8307 4.29113 11.8277C4.29563 11.8247 4.30462 11.8247 4.30912 11.8277C4.31362 11.8307 4.31362 11.8352 4.30912 11.8381Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.31294 11.8489C4.31294 11.8489 4.30136 11.8461 4.29557 11.8489C4.28978 11.8518 4.29122 11.8561 4.29557 11.859C4.29991 11.8619 4.30715 11.8619 4.31294 11.859C4.31873 11.8561 4.31728 11.8518 4.31294 11.8489ZM4.31149 11.8575C4.31149 11.8575 4.30281 11.859 4.29991 11.8575C4.29702 11.8561 4.29702 11.8532 4.29991 11.8504C4.30281 11.8475 4.3086 11.8489 4.31149 11.8504C4.31439 11.8518 4.31439 11.8547 4.31149 11.8575Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.50563 11.8216C4.50563 11.8216 4.48914 11.8187 4.48164 11.8216C4.47414 11.8246 4.47564 11.8321 4.48164 11.8351C4.48764 11.838 4.49813 11.8395 4.50563 11.8351C4.51163 11.8321 4.51163 11.8246 4.50563 11.8216ZM4.50413 11.8336C4.50413 11.8336 4.49213 11.8365 4.48764 11.8336C4.48314 11.8306 4.48314 11.8261 4.48764 11.8246C4.49213 11.8216 4.49963 11.8216 4.50413 11.8246C4.50863 11.8276 4.50863 11.8321 4.50413 11.8336Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M5.35719 12.2715C5.35719 12.2715 5.3407 12.267 5.3332 12.2715C5.3257 12.276 5.3272 12.282 5.3332 12.2849C5.3392 12.2879 5.34969 12.2894 5.35719 12.2849C5.36469 12.2805 5.36319 12.2745 5.35719 12.2715ZM5.35419 12.2834C5.35419 12.2834 5.3422 12.2864 5.3377 12.2834C5.3332 12.2805 5.3332 12.276 5.3377 12.2745C5.3422 12.2715 5.34969 12.2715 5.35419 12.2745C5.35869 12.2775 5.35869 12.282 5.35419 12.2834Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.58961 12.2826C4.58961 12.2826 4.57312 12.2796 4.56562 12.2826C4.55813 12.2856 4.55963 12.293 4.56562 12.296C4.57162 12.299 4.58212 12.299 4.58961 12.296C4.59561 12.2915 4.59561 12.2856 4.58961 12.2826ZM4.58811 12.293C4.58811 12.293 4.57612 12.296 4.57162 12.293C4.56712 12.29 4.56712 12.2856 4.57162 12.2841C4.57612 12.2811 4.58362 12.2811 4.58811 12.2841C4.59261 12.287 4.59261 12.2915 4.58811 12.293Z' fill='%23EDB056'/%3E%3Cpath opacity='0.7' d='M4.37351 12.0748C4.36451 12.0688 4.34802 12.0688 4.33902 12.0748C4.33003 12.0807 4.33003 12.0897 4.33902 12.0942C4.34802 12.1001 4.36451 12.1001 4.37351 12.0942C4.38251 12.0882 4.38251 12.0793 4.37351 12.0748ZM4.37201 12.0927C4.36451 12.0971 4.35102 12.0971 4.34202 12.0927C4.33302 12.0882 4.33452 12.0807 4.34202 12.0763C4.34952 12.0718 4.36301 12.0718 4.37201 12.0763C4.37951 12.0807 4.37951 12.0882 4.37201 12.0927Z' fill='%23EDB056'/%3E%3C/g%3E%3Cg opacity='0.7'%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.11284 12.3194C4.07835 12.2986 4.05436 12.2673 4.04087 12.233C4.03187 12.2419 4.02137 12.2509 4.01088 12.2583C3.9479 12.2956 3.86544 12.2747 3.82645 12.2121C3.76348 12.2494 3.68101 12.2285 3.64202 12.1659C3.62253 12.1346 3.61803 12.0973 3.62703 12.0645C3.62253 12.0645 3.61803 12.066 3.61354 12.066C3.60004 12.066 3.58655 12.0645 3.57605 12.0586C3.56705 12.0839 3.55206 12.1078 3.53257 12.1286C3.4546 12.2136 3.32115 12.2181 3.23569 12.1405C3.15772 12.2255 3.02427 12.23 2.9388 12.1525C2.85334 12.075 2.84884 11.9423 2.92681 11.8573C2.86683 11.9095 2.77387 11.9035 2.72139 11.8424C2.66891 11.7828 2.67491 11.6904 2.73638 11.6382C2.6839 11.5786 2.6899 11.4862 2.75138 11.434C2.77837 11.4101 2.81135 11.3997 2.84434 11.3982C2.82635 11.3758 2.81435 11.349 2.81285 11.3177C2.80985 11.2417 2.86833 11.1776 2.9433 11.1746C2.9418 11.1314 2.95979 11.0911 2.98978 11.0658C2.98978 11.0345 3.00328 11.0032 3.02727 10.9793C3.01527 10.9689 3.00628 10.9555 3.00028 10.9421C2.92981 10.9212 2.87883 10.8556 2.88033 10.7796C2.78886 10.7766 2.71689 10.7021 2.71989 10.6111C2.72289 10.5262 2.78886 10.4591 2.87133 10.4517C2.79186 10.4502 2.72439 10.389 2.71839 10.3085C2.71089 10.2221 2.77537 10.1461 2.86233 10.1371C2.85484 10.0507 2.91931 9.97465 3.00628 9.9657C3.09324 9.95825 3.16971 10.0223 3.17871 10.1088C3.16221 9.99551 3.24018 9.88968 3.35414 9.87328C3.46809 9.85688 3.57455 9.9344 3.59104 10.0477C3.64202 10.0402 3.6915 10.0522 3.73199 10.076C3.75748 10.0462 3.79346 10.0268 3.83545 10.0253C3.83095 9.94483 3.89392 9.87626 3.97489 9.87179C4.05586 9.86732 4.12483 9.92993 4.12933 10.0104C4.17131 9.92844 4.27327 9.89713 4.35574 9.93887C4.43821 9.98061 4.4697 10.082 4.42771 10.164C4.4652 10.1833 4.49219 10.2146 4.50568 10.2519C4.59715 10.2266 4.69611 10.2653 4.74259 10.3518C4.84305 10.2981 4.9675 10.3354 5.02148 10.4353C5.07546 10.5351 5.03797 10.6589 4.93751 10.7125C5.00948 10.6648 5.10544 10.6842 5.15193 10.7557C5.19841 10.8273 5.18041 10.9227 5.10844 10.9689C5.15642 11.039 5.13693 11.1359 5.06496 11.1821C5.04247 11.197 5.01848 11.2044 4.99449 11.2074C5.00948 11.2298 5.01998 11.2566 5.02298 11.2849C5.03047 11.3729 4.9645 11.4489 4.87603 11.4563C4.87903 11.4966 4.86704 11.5353 4.84455 11.5652C4.85804 11.6218 4.84155 11.6829 4.79807 11.7261C4.86404 11.7932 4.86254 11.902 4.79507 11.9676C4.73659 12.0243 4.64962 12.0302 4.58365 11.99C4.64063 12.0481 4.65412 12.1391 4.60764 12.2106C4.55516 12.2941 4.44421 12.3179 4.36174 12.2658C4.30926 12.3492 4.1983 12.3731 4.11584 12.3209L4.11284 12.3194Z' fill='url(%23paint82_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M5.40839 11.776C5.38739 11.7432 5.3799 11.706 5.3829 11.6702C5.3709 11.6747 5.35891 11.6776 5.34541 11.6791C5.27344 11.6851 5.21196 11.6329 5.20597 11.5614C5.134 11.5673 5.07252 11.5152 5.06652 11.4436C5.06352 11.4078 5.07552 11.375 5.09651 11.3497C5.09201 11.3497 5.08751 11.3482 5.08451 11.3452C5.07252 11.3408 5.06202 11.3318 5.05453 11.3229C5.03503 11.3408 5.01254 11.3557 4.98705 11.3661C4.88359 11.4064 4.76514 11.3542 4.72466 11.2513C4.6212 11.2916 4.50275 11.2394 4.46226 11.1365C4.42178 11.0337 4.47426 10.9159 4.57772 10.8757C4.50275 10.8951 4.42628 10.8518 4.40528 10.7773C4.38579 10.7028 4.42927 10.6267 4.50424 10.6059C4.48475 10.5313 4.52824 10.4553 4.60321 10.4345C4.63619 10.4255 4.66918 10.43 4.69917 10.4434C4.69317 10.4166 4.69467 10.3882 4.70666 10.3614C4.73515 10.2943 4.81312 10.263 4.8806 10.2928C4.89709 10.2541 4.93008 10.2273 4.96756 10.2183C4.98256 10.1915 5.00505 10.1706 5.03653 10.1587C5.03204 10.1438 5.02904 10.1304 5.02904 10.1155C4.97656 10.0678 4.96006 9.99024 4.99455 9.92465C4.91658 9.88441 4.88659 9.78901 4.92708 9.71149C4.96456 9.63994 5.05153 9.60864 5.1265 9.63696C5.05902 9.60268 5.02604 9.52069 5.05453 9.44765C5.08451 9.36864 5.17298 9.32989 5.25095 9.3597C5.28094 9.2807 5.3694 9.24194 5.44737 9.27175C5.52684 9.30157 5.56582 9.38951 5.53584 9.46703C5.56882 9.36119 5.68278 9.30306 5.78774 9.33585C5.89419 9.36864 5.95267 9.48193 5.91968 9.58628C5.96616 9.60118 6.00515 9.631 6.02914 9.66975C6.06363 9.65485 6.10411 9.65336 6.1416 9.66975C6.17158 9.5982 6.25555 9.56541 6.32752 9.59522C6.39949 9.62503 6.43248 9.70851 6.40249 9.78006C6.47446 9.72789 6.57492 9.7428 6.6289 9.81435C6.68138 9.8859 6.66639 9.98577 6.59442 10.0394C6.61841 10.0722 6.6289 10.111 6.6259 10.1483C6.71587 10.1646 6.78484 10.2407 6.78784 10.3346C6.8973 10.3301 6.98876 10.4151 6.99326 10.5239C6.99776 10.6327 6.91229 10.7236 6.80283 10.7281C6.8853 10.7177 6.96027 10.7743 6.97077 10.8563C6.98126 10.9383 6.92429 11.0128 6.84182 11.0233C6.85231 11.1052 6.79534 11.1798 6.71287 11.1902C6.68738 11.1932 6.66339 11.1902 6.6409 11.1828C6.6454 11.2081 6.6424 11.2364 6.6319 11.2618C6.60041 11.3408 6.51045 11.3795 6.43248 11.3482C6.41749 11.384 6.3905 11.4123 6.35901 11.4287C6.34701 11.4824 6.30653 11.5301 6.24955 11.548C6.27804 11.6344 6.23156 11.7268 6.14459 11.7552C6.06962 11.779 5.99166 11.7492 5.95267 11.6851C5.97816 11.7596 5.94967 11.8431 5.8807 11.8863C5.79973 11.9355 5.69327 11.9117 5.64379 11.8312C5.56282 11.8804 5.45637 11.8565 5.40689 11.776H5.40839Z' fill='url(%23paint83_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M5.6287 10.5235C5.58822 10.4579 5.50275 10.437 5.43528 10.4758C5.42928 10.4788 5.42328 10.4832 5.41879 10.4877C5.3858 10.4534 5.33182 10.443 5.28684 10.4653C5.25835 10.4102 5.19088 10.3863 5.1339 10.4147C5.1279 10.4176 5.1234 10.4206 5.11741 10.4251C5.08892 10.3848 5.03494 10.3699 4.98996 10.3938C4.96896 10.3535 4.92248 10.3342 4.879 10.3446C4.86251 10.2909 4.82052 10.2462 4.76205 10.2283C4.79054 10.1359 4.73806 10.036 4.64509 10.0077C4.55213 9.97939 4.45167 10.0316 4.42318 10.124C4.41868 10.0718 4.3737 10.0316 4.31972 10.036C4.26574 10.0405 4.22676 10.0852 4.23126 10.1389C4.17878 10.1434 4.13829 10.1881 4.14279 10.2417C4.14279 10.2581 4.15029 10.2745 4.15929 10.288C4.14129 10.288 4.1233 10.2939 4.10681 10.3058C4.08132 10.3237 4.06632 10.352 4.06482 10.3819C4.06182 10.3834 4.05883 10.3848 4.05583 10.3863C4.01684 10.3252 3.93587 10.3073 3.8744 10.3461C3.81292 10.3848 3.79493 10.4653 3.83391 10.5265C3.77244 10.4817 3.68697 10.4951 3.64349 10.5563C3.59851 10.6174 3.612 10.7023 3.67348 10.7456C3.63149 10.8037 3.64049 10.8827 3.69447 10.9289C3.67648 10.923 3.65698 10.92 3.63749 10.92C3.52954 10.92 3.44257 11.0049 3.44107 11.1123C3.33311 11.1123 3.24615 11.1972 3.24465 11.3046C3.24315 11.4119 3.33011 11.4984 3.43807 11.4998C3.3631 11.5818 3.3691 11.71 3.45157 11.7846C3.53403 11.8591 3.66298 11.8531 3.73795 11.7711C3.74695 11.7786 3.75595 11.786 3.76644 11.792C3.77094 11.8024 3.77694 11.8114 3.78293 11.8203C3.82792 11.877 3.91188 11.8859 3.96886 11.8412C3.92688 11.9172 3.95537 12.0111 4.03184 12.0529C4.09481 12.0872 4.17278 12.0737 4.22076 12.0231C4.21476 12.117 4.26424 12.2109 4.35421 12.2556C4.29273 12.3748 4.34221 12.5209 4.46217 12.5806C4.58212 12.6402 4.72906 12.5925 4.78904 12.4732C4.76954 12.5671 4.82952 12.6581 4.92248 12.6774C5.01695 12.6968 5.10841 12.6372 5.1279 12.5448C5.22236 12.5642 5.31383 12.5045 5.33332 12.4121C5.34082 12.3763 5.33632 12.3406 5.32432 12.3093C5.35581 12.3152 5.3888 12.3137 5.42178 12.3003C5.50875 12.266 5.55073 12.1691 5.51775 12.0827C5.56573 12.0827 5.61221 12.0663 5.64969 12.0305C5.72167 12.1036 5.83862 12.105 5.91209 12.0335C5.98556 11.9619 5.98706 11.8457 5.91509 11.7726C6.00805 11.7682 6.08152 11.6906 6.07702 11.5967C6.07253 11.5028 5.99456 11.4313 5.90009 11.4357C5.8971 11.3731 5.86111 11.321 5.80863 11.2941C5.81763 11.2733 5.81913 11.2509 5.81463 11.2285C5.82812 11.2256 5.84162 11.2211 5.85361 11.2136C5.92559 11.1749 5.95107 11.0869 5.91359 11.0169C5.98556 10.9781 6.01105 10.8902 5.97357 10.8201C5.93458 10.7486 5.84612 10.7232 5.77564 10.7605C5.84162 10.7202 5.86261 10.6353 5.82363 10.5682C5.78314 10.5026 5.69768 10.4817 5.6302 10.5205L5.6287 10.5235Z' fill='url(%23paint84_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M6.95568 11.7792C6.99916 11.8791 6.95268 11.9969 6.85222 12.0401C6.78025 12.0714 6.69928 12.0565 6.6423 12.0088C6.66929 12.0729 6.6603 12.1489 6.61232 12.2056C6.54484 12.286 6.42339 12.2965 6.34242 12.2294C6.27495 12.3099 6.1535 12.3203 6.07253 12.2533C6.03355 12.2205 6.01105 12.1757 6.00506 12.1295C5.95408 12.1564 5.8896 12.1385 5.86111 12.0878C5.81013 12.1161 5.74416 12.0982 5.71567 12.0461C5.70368 12.0252 5.70068 12.0028 5.70368 11.982C5.68868 11.9894 5.67219 11.9924 5.6542 11.9924C5.60022 11.9894 5.55973 11.9432 5.56423 11.8895C5.51175 11.8866 5.47277 11.8418 5.47427 11.7912C5.43828 11.7837 5.40829 11.7539 5.40529 11.7151C5.35881 11.7196 5.31683 11.6868 5.30933 11.6406C5.25685 11.6764 5.18638 11.6883 5.12191 11.6644C5.01545 11.6257 4.95997 11.5079 4.99896 11.4021C4.8925 11.3633 4.83702 11.2456 4.876 11.1397C4.90599 11.0578 4.98396 11.0071 5.06643 11.0056C5.06493 11.0041 5.06343 11.0011 5.06193 10.9981C5.04544 10.9713 5.05443 10.9355 5.08142 10.9206C5.06493 10.8938 5.07393 10.858 5.10092 10.8431C5.10991 10.8371 5.12191 10.8342 5.1324 10.8357C5.09342 10.8014 5.07692 10.7462 5.09342 10.694C5.11591 10.6255 5.18938 10.5867 5.25985 10.6076C5.23136 10.5316 5.25685 10.4436 5.32882 10.3974C5.27635 10.3169 5.29884 10.2081 5.3813 10.1544C5.46227 10.1023 5.57173 10.1246 5.62571 10.2066C5.60621 10.1693 5.62121 10.1216 5.65869 10.1023C5.69618 10.0829 5.74416 10.0978 5.76365 10.1351C5.80114 10.1157 5.84912 10.1306 5.86861 10.1678C5.86861 10.1708 5.87161 10.1738 5.87161 10.1768C5.8986 10.1455 5.93908 10.1261 5.98406 10.1261C6.06653 10.1261 6.13101 10.1932 6.13101 10.2752C6.21347 10.2752 6.27795 10.3422 6.27795 10.4242C6.27795 10.463 6.26145 10.4988 6.23746 10.5241C6.24046 10.5301 6.24346 10.536 6.24496 10.542C6.26445 10.5375 6.28395 10.542 6.29894 10.5554C6.31393 10.539 6.33343 10.5271 6.35592 10.5211C6.41739 10.5062 6.47887 10.5435 6.49386 10.6046C6.55534 10.5897 6.61681 10.627 6.63181 10.6881C6.63631 10.706 6.63631 10.7224 6.63181 10.7388C6.6483 10.7343 6.66479 10.7343 6.68279 10.7388C6.74426 10.7522 6.78325 10.8118 6.76975 10.8729C6.83123 10.8863 6.87021 10.946 6.85672 11.0071C6.85372 11.019 6.85072 11.0294 6.84472 11.0384C6.85972 11.0414 6.87321 11.0458 6.88671 11.0548C6.94368 11.0891 6.96018 11.1621 6.92569 11.2187C6.98267 11.253 6.99916 11.3261 6.96468 11.3827C6.95718 11.3946 6.94668 11.4051 6.93619 11.414C6.99017 11.4304 7.03815 11.4692 7.06214 11.5258C7.10562 11.6257 7.05914 11.7435 6.95868 11.7867L6.95568 11.7792Z' fill='url(%23paint85_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M7.04727 9.55541C7.04727 9.50622 7.08626 9.46746 7.13574 9.46746C7.14923 9.46746 7.16123 9.47044 7.17172 9.47491C7.18072 9.44808 7.20621 9.4302 7.2362 9.43318C7.2392 9.39889 7.26918 9.37504 7.30367 9.37802C7.33816 9.381 7.36215 9.41082 7.35915 9.4451C7.35915 9.41529 7.38464 9.38995 7.41463 9.38995C7.44462 9.38995 7.47011 9.41529 7.47011 9.4451C7.4926 9.40634 7.52708 9.37355 7.57206 9.35864C7.65453 9.3333 7.743 9.37802 7.76849 9.46001C7.85095 9.43467 7.93942 9.47939 7.96491 9.56137C7.9904 9.64336 7.94542 9.7313 7.86295 9.75665C7.93042 9.7641 7.9784 9.82522 7.97091 9.89229C7.96341 9.95937 7.90193 10.0071 7.83446 9.99962C7.82696 10.0667 7.76549 10.1144 7.69801 10.1069C7.66203 10.1025 7.63054 10.0831 7.61105 10.0548C7.60655 10.0697 7.59905 10.0831 7.58706 10.0935C7.55257 10.1263 7.49709 10.1248 7.46411 10.0905C7.42962 10.1233 7.37414 10.1219 7.34116 10.0876C7.33366 10.0801 7.32766 10.0712 7.32466 10.0622C7.30667 10.0876 7.27968 10.1069 7.24669 10.1129C7.17922 10.1263 7.11325 10.0831 7.09825 10.016C7.03078 10.0294 6.96481 9.9862 6.94981 9.91913C6.93782 9.85652 6.9738 9.79689 7.03228 9.77602C7.02178 9.76857 7.02028 9.75963 7.02628 9.75366C7.02028 9.74919 7.02028 9.74025 7.02478 9.73429C6.9873 9.72385 6.95581 9.68808 6.95581 9.64485C6.95581 9.59566 6.99479 9.5569 7.04427 9.5569L7.04727 9.55541Z' fill='url(%23paint86_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M3.87734 7.76718C3.87734 7.70904 3.92382 7.66283 3.9823 7.66283C3.99729 7.66283 4.01229 7.66582 4.02428 7.67178C4.03478 7.64048 4.06627 7.61961 4.10075 7.62259C4.10375 7.58234 4.13974 7.55402 4.18022 7.557C4.2207 7.55998 4.24919 7.59576 4.24619 7.636C4.24619 7.60023 4.27618 7.57041 4.31217 7.57191C4.34815 7.57191 4.37814 7.60172 4.37664 7.63749C4.40363 7.59128 4.44412 7.55253 4.4966 7.53613C4.59406 7.50483 4.69901 7.55998 4.729 7.65687C4.82646 7.62557 4.93142 7.68072 4.96141 7.77761C4.9914 7.87451 4.93742 7.97885 4.83996 8.00866C4.91943 8.01761 4.97641 8.08916 4.96741 8.16816C4.95841 8.24717 4.88644 8.30381 4.80697 8.29487C4.79798 8.37387 4.726 8.43052 4.64654 8.42157C4.60305 8.4171 4.56707 8.39325 4.54458 8.35896C4.54008 8.37685 4.53108 8.39176 4.51609 8.40517C4.4756 8.44393 4.40963 8.44244 4.37064 8.4007C4.33016 8.43946 4.26419 8.43797 4.2252 8.39623C4.21621 8.38729 4.21021 8.37685 4.20571 8.36642C4.18472 8.39623 4.15323 8.41859 4.11425 8.42604C4.03478 8.44244 3.95531 8.39027 3.94032 8.31126C3.86085 8.32766 3.78138 8.27549 3.76638 8.19648C3.75139 8.12344 3.79487 8.05189 3.86385 8.02804C3.85185 8.0191 3.85035 8.00866 3.85635 8.00121C3.84885 7.99525 3.84885 7.98481 3.85485 7.97736C3.81137 7.96544 3.77388 7.92221 3.77388 7.87152C3.77388 7.81339 3.82036 7.76718 3.87884 7.76718H3.87734Z' fill='url(%23paint87_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M3.3002 12.3054C3.3002 12.2562 3.33919 12.2175 3.38867 12.2175C3.40216 12.2175 3.41416 12.2204 3.42465 12.2249C3.43365 12.1981 3.45914 12.1802 3.48913 12.1832C3.49213 12.1489 3.52211 12.125 3.5566 12.128C3.59109 12.131 3.61508 12.1608 3.61208 12.1951C3.61208 12.1653 3.63757 12.1399 3.66756 12.1399C3.69754 12.1399 3.72303 12.1653 3.72303 12.1951C3.74553 12.1563 3.78001 12.1236 3.82499 12.1086C3.90746 12.0833 3.99593 12.128 4.02142 12.21C4.10388 12.1847 4.19235 12.2294 4.21784 12.3114C4.24333 12.3934 4.19835 12.4813 4.11588 12.5066C4.18335 12.5141 4.23133 12.5752 4.22384 12.6423C4.21634 12.7094 4.15486 12.7571 4.08739 12.7496C4.07989 12.8167 4.01842 12.8644 3.95094 12.8569C3.91496 12.8525 3.88347 12.8331 3.86398 12.8048C3.85948 12.8197 3.85198 12.8331 3.83999 12.8435C3.8055 12.8763 3.75002 12.8748 3.71704 12.8406C3.68255 12.8733 3.62707 12.8719 3.59409 12.8376C3.58659 12.8301 3.58059 12.8212 3.57759 12.8122C3.5596 12.8376 3.53261 12.8569 3.49962 12.8629C3.43215 12.8763 3.36618 12.8331 3.35118 12.766C3.28371 12.7794 3.21774 12.7362 3.20274 12.6691C3.19075 12.6065 3.22673 12.5469 3.28521 12.526C3.27471 12.5186 3.27321 12.5096 3.27921 12.5037C3.27321 12.4992 3.27321 12.4902 3.27771 12.4843C3.24023 12.4739 3.20874 12.4381 3.20874 12.3948C3.20874 12.3457 3.24772 12.3069 3.2972 12.3069L3.3002 12.3054Z' fill='url(%23paint88_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.65258 11.2664C4.63309 11.2217 4.65408 11.1695 4.69906 11.1501C4.71105 11.1457 4.72305 11.1427 4.73504 11.1427C4.73205 11.1144 4.75004 11.089 4.77703 11.0801C4.76653 11.0473 4.78453 11.013 4.81751 11.0026C4.8505 10.9921 4.88499 11.01 4.89548 11.0428C4.88349 11.0145 4.89548 10.9832 4.92547 10.9713C4.95546 10.9593 4.98545 10.9728 4.99744 11.0011C5.00344 10.9564 5.02143 10.9131 5.05742 10.8818C5.12339 10.8252 5.22235 10.8326 5.27933 10.8982C5.3453 10.8416 5.44426 10.849 5.50124 10.9146C5.55822 10.9802 5.55072 11.0786 5.48475 11.1352C5.54922 11.1159 5.61819 11.1531 5.63619 11.2172C5.65568 11.2813 5.61819 11.3499 5.55372 11.3678C5.57321 11.4319 5.53573 11.5004 5.47125 11.5183C5.43527 11.5288 5.39928 11.5228 5.37079 11.5034C5.37229 11.5183 5.37079 11.5347 5.36479 11.5496C5.3453 11.5929 5.29432 11.6137 5.25084 11.5944C5.23135 11.6376 5.18037 11.6584 5.13688 11.6391C5.12639 11.6346 5.11889 11.6286 5.1114 11.6227C5.1054 11.6525 5.0874 11.6808 5.06042 11.7002C5.00344 11.7389 4.92547 11.7255 4.88648 11.6689C4.82951 11.7076 4.75154 11.6942 4.71255 11.6376C4.67657 11.5854 4.68556 11.5153 4.73205 11.4736C4.71855 11.4706 4.71555 11.4632 4.71705 11.4557C4.70955 11.4527 4.70506 11.4453 4.70806 11.4378C4.66907 11.4423 4.62709 11.4214 4.60909 11.3827C4.5896 11.338 4.61059 11.2858 4.65558 11.2664H4.65258Z' fill='url(%23paint89_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.50109 11.4706C4.4696 11.4274 4.4801 11.3662 4.52358 11.3349C4.53557 11.326 4.54757 11.3215 4.56106 11.3185C4.55207 11.2887 4.56406 11.2559 4.59105 11.241C4.57156 11.2082 4.58356 11.168 4.61504 11.1486C4.64803 11.1292 4.68851 11.1412 4.70801 11.1725C4.68851 11.1456 4.69451 11.1069 4.723 11.0875C4.74999 11.0681 4.78897 11.0741 4.80847 11.1024C4.80397 11.0532 4.81296 11.0025 4.84295 10.9608C4.89993 10.8848 5.00789 10.8684 5.08436 10.925C5.14133 10.849 5.24929 10.8326 5.32576 10.8892C5.40223 10.9459 5.41872 11.0532 5.36175 11.1292C5.42622 11.0935 5.50869 11.1158 5.54467 11.1814C5.58066 11.2455 5.55817 11.3275 5.4922 11.3633C5.52818 11.4274 5.50569 11.5093 5.43972 11.5451C5.40373 11.5645 5.36325 11.566 5.32876 11.5541C5.33476 11.569 5.33626 11.5869 5.33326 11.6048C5.32276 11.6569 5.27328 11.6897 5.2223 11.6808C5.21181 11.7329 5.16233 11.7657 5.11135 11.7568C5.09935 11.7553 5.08886 11.7508 5.07986 11.7449C5.07986 11.7792 5.06786 11.8134 5.04387 11.8403C4.99289 11.8954 4.90443 11.8999 4.84895 11.8477C4.79797 11.9029 4.70951 11.9074 4.65403 11.8552C4.60305 11.8075 4.59555 11.73 4.63603 11.6748C4.62104 11.6748 4.61504 11.6674 4.61654 11.6584C4.60755 11.6584 4.60155 11.651 4.60155 11.642C4.56106 11.6569 4.51008 11.645 4.4816 11.6062C4.45011 11.563 4.4606 11.5019 4.50409 11.4706H4.50109Z' fill='url(%23paint90_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M5.21488 12.3609C5.17589 12.355 5.14441 12.3311 5.12791 12.2983C5.12341 12.3535 5.09043 12.4027 5.03645 12.4265C4.95848 12.4593 4.86852 12.4235 4.83403 12.3475C4.75606 12.3803 4.6661 12.3445 4.63161 12.2685C4.61512 12.2298 4.61512 12.188 4.63011 12.1522C4.59412 12.1493 4.56414 12.1209 4.55964 12.0852C4.51915 12.0896 4.48167 12.0613 4.47567 12.0196C4.42919 12.0509 4.36921 12.0613 4.31224 12.0404C4.21927 12.0062 4.17129 11.9033 4.20578 11.8109C4.11282 11.7766 4.06483 11.6737 4.09932 11.5813C4.12631 11.5098 4.19378 11.4651 4.26575 11.4636C4.24626 11.4338 4.25376 11.4039 4.27775 11.389C4.26276 11.3652 4.27025 11.3354 4.29424 11.3205C4.30324 11.316 4.31224 11.313 4.32123 11.313C4.28675 11.2832 4.27325 11.2355 4.28825 11.1893C4.30774 11.1297 4.37221 11.0954 4.43369 11.1133C4.4082 11.0477 4.43219 10.9702 4.49366 10.9299C4.44718 10.8584 4.46817 10.7645 4.53865 10.7182C4.61062 10.672 4.70508 10.6929 4.75156 10.763C4.73357 10.7302 4.74706 10.6884 4.78005 10.672C4.81304 10.6541 4.85502 10.6676 4.87151 10.7004C4.9045 10.6825 4.94648 10.6959 4.96298 10.7287C4.96298 10.7317 4.96598 10.7331 4.96598 10.7361C4.98997 10.7093 5.02595 10.6914 5.06494 10.6929C5.13691 10.6929 5.19389 10.751 5.19389 10.8226C5.26586 10.8226 5.32284 10.8807 5.32284 10.9523C5.32284 10.9866 5.30934 11.0164 5.28685 11.0402C5.28985 11.0447 5.29285 11.0507 5.29435 11.0566C5.30184 11.0551 5.30934 11.0551 5.31534 11.0566C5.33033 11 5.37382 10.9523 5.43379 10.9329C5.52825 10.9016 5.63021 10.9538 5.6602 11.0477C5.75466 11.0164 5.85662 11.0685 5.88661 11.1625C5.9061 11.2206 5.89261 11.2802 5.85962 11.3264C5.90461 11.313 5.95558 11.3205 5.99757 11.3488C6.07104 11.3995 6.08903 11.5008 6.03655 11.5739C6.11002 11.6246 6.12802 11.7259 6.07554 11.799C6.03205 11.8616 5.95109 11.8824 5.88211 11.8556C5.94959 11.9018 5.97958 11.9898 5.94659 12.0688C5.9091 12.1597 5.80564 12.2029 5.71418 12.1657C5.6767 12.2566 5.57324 12.2998 5.48177 12.2625C5.46678 12.2566 5.45328 12.2491 5.44129 12.2402C5.4158 12.2611 5.38131 12.2715 5.34683 12.2655C5.33633 12.3296 5.27635 12.3743 5.21038 12.3639L5.21488 12.3609Z' fill='url(%23paint91_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M5.04089 10.4616C5.00191 10.4646 4.96592 10.4497 4.94043 10.4214C4.94943 10.475 4.92844 10.5317 4.88196 10.5675C4.81448 10.6181 4.71852 10.6062 4.66754 10.5391C4.60007 10.5898 4.5041 10.5779 4.45313 10.5108C4.42764 10.4765 4.41714 10.4363 4.42314 10.3975C4.38715 10.4035 4.35117 10.3841 4.33917 10.3483C4.30019 10.3632 4.2582 10.3439 4.24171 10.3051C4.20422 10.3468 4.14725 10.3707 4.08727 10.3647C3.98831 10.3543 3.91634 10.2663 3.92683 10.168C3.82787 10.1575 3.7559 10.0696 3.7664 9.9712C3.77389 9.89517 3.82937 9.83555 3.89984 9.81766C3.87435 9.79381 3.87435 9.76251 3.89385 9.74313C3.87435 9.72375 3.87435 9.69245 3.89385 9.67307C3.90134 9.66562 3.90884 9.66114 3.91784 9.65965C3.87735 9.63878 3.85186 9.59556 3.85486 9.54786C3.85936 9.48525 3.91334 9.43606 3.97631 9.43904C3.93583 9.3809 3.93883 9.30041 3.98981 9.24675C3.92833 9.18861 3.92383 9.09172 3.98231 9.0306C4.04079 8.96949 4.13825 8.96501 4.19973 9.02315C4.17424 8.99483 4.17723 8.95309 4.20572 8.92775C4.23421 8.90241 4.2762 8.90539 4.30169 8.93371C4.33017 8.90837 4.37216 8.91135 4.39765 8.93967C4.39915 8.94116 4.40065 8.94414 4.40215 8.94564C4.41864 8.91284 4.44863 8.88899 4.48761 8.87856C4.55658 8.86216 4.62706 8.9039 4.64355 8.97396C4.71252 8.95756 4.78299 8.9993 4.79949 9.06936C4.80698 9.10215 4.80099 9.13495 4.78599 9.16327C4.79049 9.16774 4.79349 9.17221 4.79649 9.17669C4.80249 9.1737 4.80998 9.17221 4.81748 9.17072C4.81748 9.11259 4.84747 9.05594 4.90145 9.02166C4.98541 8.96949 5.09637 8.99483 5.15035 9.0783C5.23432 9.02613 5.34527 9.05147 5.39925 9.13495C5.43224 9.18712 5.43524 9.24824 5.41274 9.30041C5.45323 9.27656 5.50421 9.2706 5.55219 9.28848C5.63616 9.31979 5.67814 9.4137 5.64515 9.49717C5.72912 9.52848 5.7711 9.62239 5.73812 9.70586C5.71113 9.77741 5.63766 9.81766 5.56418 9.80723C5.64065 9.83555 5.69163 9.91455 5.67964 9.99803C5.66614 10.0949 5.57618 10.162 5.47872 10.1486C5.46522 10.2455 5.37526 10.3126 5.2778 10.2991C5.2628 10.2976 5.24781 10.2932 5.23282 10.2872C5.21332 10.314 5.18334 10.3319 5.14735 10.3349C5.15335 10.4005 5.10537 10.4571 5.03939 10.4631L5.04089 10.4616Z' fill='url(%23paint92_linear_1090_10964)'/%3E%3C/g%3E%3Cpath d='M3.9089 13.7307C3.90141 13.7307 3.89391 13.7262 3.88941 13.7203C3.88342 13.7098 3.88641 13.6964 3.89691 13.6905L4.01386 13.6234C4.03186 13.6129 4.04235 13.601 4.04235 13.5891C4.04235 13.5772 4.03186 13.5638 4.01386 13.5548L3.80395 13.4341C3.75896 13.4087 3.68399 13.4087 3.63901 13.4341L3.52206 13.5012C3.51156 13.5071 3.49807 13.5041 3.49207 13.4937C3.48607 13.4833 3.48907 13.4698 3.49957 13.4639L3.61652 13.3968C3.675 13.3625 3.76646 13.3625 3.82494 13.3968L4.03486 13.5175C4.06634 13.5354 4.08434 13.5623 4.08434 13.5906C4.08434 13.6189 4.06634 13.6443 4.03486 13.6636L3.9179 13.7307C3.9179 13.7307 3.9104 13.7337 3.90741 13.7337L3.9089 13.7307Z' fill='%23E1E0DC'/%3E%3Cpath d='M1.83521 13.8947V14.5178C1.8382 14.6788 1.94616 14.8398 2.16058 14.962C2.5939 15.211 3.29713 15.211 3.73045 14.962C3.94937 14.8368 4.05882 14.6714 4.05582 14.5059V13.8828L1.8367 13.8947H1.83521Z' fill='url(%23paint93_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.3' d='M3.177 13.8843V15.132C3.37942 15.1066 3.57284 15.05 3.73028 14.9605C3.74228 14.9546 3.75127 14.9471 3.76177 14.9412V13.8828L3.177 13.8858V13.8843Z' fill='url(%23paint94_linear_1090_10964)'/%3E%3Cpath d='M3.72886 14.3371C3.29553 14.586 2.59231 14.586 2.15898 14.3371C1.72565 14.0881 1.72565 13.6856 2.15898 13.4367C2.59231 13.1878 3.29553 13.1878 3.72886 13.4367C4.16219 13.6856 4.16219 14.0881 3.72886 14.3371Z' fill='%23E2E1DD'/%3E%3Cpath d='M3.69896 14.3113C3.28212 14.5483 2.60739 14.5483 2.19056 14.3113C1.77372 14.0743 1.77372 13.6882 2.19056 13.4512C2.60739 13.2142 3.28212 13.2142 3.69896 13.4512C4.11579 13.6882 4.11579 14.0743 3.69896 14.3113Z' fill='url(%23paint95_linear_1090_10964)'/%3E%3Cpath d='M3.69881 13.7754C3.28197 13.5384 2.60724 13.5384 2.19041 13.7754C2.05396 13.8529 1.964 13.9453 1.91602 14.0452C1.964 14.1436 2.05396 14.2375 2.19041 14.315C2.60724 14.552 3.28197 14.552 3.69881 14.315C3.83525 14.2375 3.92522 14.1451 3.9732 14.0452C3.92522 13.9468 3.83525 13.8529 3.69881 13.7754Z' fill='%23D8B245'/%3E%3Cpath d='M2.38995 14.7339C2.37795 14.7339 2.36746 14.7249 2.36746 14.7115V14.6265L2.28349 14.6757C2.22501 14.71 2.13355 14.71 2.07507 14.6757L1.86515 14.555C1.83367 14.5371 1.81567 14.5103 1.81567 14.482C1.81567 14.4536 1.83367 14.4283 1.86515 14.4089L1.98211 14.3418C1.98211 14.3418 1.9971 14.3374 2.0046 14.3418C2.0106 14.3463 2.01509 14.3523 2.01509 14.3612V14.4849C2.01509 14.4969 2.0061 14.5073 1.9926 14.5073C1.97911 14.5073 1.97011 14.4983 1.97011 14.4849V14.3985L1.88615 14.4477C1.86815 14.4581 1.85766 14.47 1.85766 14.482C1.85766 14.4939 1.86815 14.5073 1.88615 14.5162L2.09606 14.637C2.14104 14.6623 2.21602 14.6623 2.261 14.637L2.37795 14.5699C2.37795 14.5699 2.39294 14.5654 2.40044 14.5699C2.40794 14.5744 2.41094 14.5803 2.41094 14.5893V14.7115C2.41094 14.7234 2.40044 14.7339 2.38845 14.7339H2.38995Z' fill='%23E1E0DC'/%3E%3Cmask id='mask4_1090_10964' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='1' y='13' width='3' height='2'%3E%3Cpath d='M3.69881 13.7754C3.28197 13.5384 2.60724 13.5384 2.19041 13.7754C2.05396 13.8529 1.964 13.9453 1.91602 14.0452C1.964 14.1436 2.05396 14.2375 2.19041 14.315C2.60724 14.552 3.28197 14.552 3.69881 14.315C3.83525 14.2375 3.92522 14.1451 3.9732 14.0452C3.92522 13.9468 3.83525 13.8529 3.69881 13.7754Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask4_1090_10964)'%3E%3Cg style='mix-blend-mode:multiply' opacity='0.3'%3E%3Cpath d='M3.75727 13.7627C3.40641 13.4988 2.79165 13.5301 2.49927 13.6375C2.82614 13.5763 3.83674 13.9162 3.64331 14.4916C3.99717 14.3858 4.24458 14.1279 3.75727 13.7627Z' fill='%23BA8932'/%3E%3C/g%3E%3Cpath opacity='0.4' d='M2.4455 14.3299C2.45749 14.3299 2.47099 14.3269 2.47699 14.315C2.47699 14.1958 2.41551 14.3299 2.4455 14.3299Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.68843 13.9965C3.68843 13.9727 3.68244 13.9309 3.67044 13.9503C3.67044 13.9503 3.64495 13.998 3.64795 14.001C3.64795 14.0159 3.67944 14.0099 3.68843 13.9965Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.19653 14.0414C2.19653 14.0727 2.19803 14.0772 2.25201 14.0712C2.2895 14.0667 2.21303 14.0295 2.19653 14.0414Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.77237 14.4028C3.77237 14.4132 3.76487 14.4505 3.77537 14.4535C3.78586 14.4579 3.81435 14.4072 3.81435 14.3998C3.81135 14.3923 3.77387 14.3923 3.77387 14.4028H3.77237Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.27608 13.7246C3.27608 13.7246 3.27008 13.6724 3.25359 13.668C3.24759 13.6724 3.2356 13.6829 3.2356 13.6963C3.24909 13.7157 3.27758 13.7485 3.27758 13.7246H3.27608Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.85474 13.7598C2.85474 13.7822 2.85624 13.7866 2.86373 13.7926C2.97619 13.806 2.87723 13.7464 2.85474 13.7598Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.35553 14.1138C3.36753 14.0944 3.36753 14.0899 3.36303 14.081C3.35403 14.075 3.32404 14.0526 3.31655 14.0601C3.30755 14.069 3.33904 14.1167 3.34503 14.1182L3.35553 14.1153V14.1138Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.09912 14.4724C2.09912 14.5082 2.1486 14.4411 2.13811 14.4232C2.10662 14.4187 2.09912 14.4232 2.09912 14.4724Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.65234 14.3611C3.65234 14.3864 3.65684 14.4282 3.67034 14.4073C3.67034 14.4073 3.69583 14.3611 3.68383 14.3477C3.66134 14.3477 3.65684 14.3521 3.65234 14.3611Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.52491 13.9102C3.51292 13.9296 3.51292 13.9355 3.51742 13.943C3.53991 13.9579 3.57589 13.9818 3.5669 13.9549C3.5624 13.943 3.53991 13.9087 3.52491 13.9102Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.91315 14.1398C2.92364 14.1383 2.93564 14.1353 2.94313 14.1234C2.94313 14.1145 2.93714 14.0757 2.92664 14.0742C2.91614 14.0742 2.88766 14.1428 2.91315 14.1398Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.77225 13.9526C3.77375 13.963 3.77675 13.9824 3.78725 13.9824C3.79624 13.9824 3.83673 13.9779 3.83673 13.9675C3.83823 13.954 3.78125 13.9436 3.77075 13.9526H3.77225Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M1.97457 14.2188C1.92959 14.2411 1.93109 14.259 1.94459 14.259C1.94459 14.259 1.99706 14.256 2.00156 14.2396C1.98807 14.2217 1.98357 14.2188 1.97457 14.2188Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.98357 14.4319C2.98357 14.4319 2.96408 14.4766 2.97308 14.4826C2.98507 14.4901 3.02256 14.4453 3.01806 14.4319C3.00756 14.4289 2.99557 14.4289 2.98357 14.4319Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.18317 14.1745C3.18018 14.1998 3.18317 14.2416 3.19817 14.2222C3.19817 14.2222 3.22516 14.1775 3.22516 14.173C3.22516 14.173 3.21316 14.1656 3.21166 14.1641C3.19217 14.1641 3.18917 14.167 3.18317 14.1745Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.89372 13.6585C2.88472 13.6466 2.87723 13.6406 2.86523 13.6406C2.76927 13.7077 2.88922 13.6853 2.89372 13.6585Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.54742 14.1191C3.54143 14.1057 3.53693 14.0967 3.52343 14.0938C3.52343 14.0938 3.48595 14.1101 3.48295 14.1116C3.47695 14.1161 3.47845 14.1251 3.48595 14.1265C3.55492 14.1414 3.53693 14.1236 3.54742 14.1176V14.1191Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.35711 14.5157C3.35711 14.4993 3.35561 14.4918 3.34511 14.4844C3.31812 14.4844 3.27614 14.4844 3.29863 14.5008C3.29863 14.5008 3.34511 14.5261 3.34961 14.5261C3.34961 14.5261 3.35711 14.5172 3.35861 14.5172L3.35711 14.5157Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.34211 13.7734C3.33311 13.7779 3.32111 13.7839 3.31812 13.7973C3.31812 13.7988 3.33611 13.8346 3.33761 13.836C3.3556 13.8629 3.3616 13.7824 3.34361 13.7734H3.34211Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.6958 14.2679C2.6958 14.2679 2.7003 14.2947 2.7048 14.3036C2.71379 14.329 2.71529 14.3439 2.72279 14.3692C2.72579 14.3797 2.75878 14.3782 2.75278 14.3633C2.74378 14.3364 2.72879 14.2872 2.7078 14.2679C2.7048 14.2649 2.7003 14.2649 2.6973 14.2679H2.6958Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.71533 13.8497C2.71983 13.8422 2.70183 13.8258 2.69434 13.8184C2.67485 13.7945 2.65685 13.7498 2.63436 13.7647C2.60437 13.7707 2.70183 13.869 2.71533 13.8497Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.81727 13.9555C2.79628 13.9734 2.78128 13.9779 2.76929 13.9988L2.77978 14.0047C2.77978 14.045 2.89974 13.8855 2.81727 13.9555Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.096 13.9414L3.10949 13.9369L3.1065 13.9444C3.13199 13.9578 3.11249 13.8281 3.0945 13.8281C3.08101 13.8281 3.0885 13.852 3.0885 13.8654C3.09 13.8982 3.084 13.9146 3.096 13.9414Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.85181 14.2632C3.82782 14.2691 3.90879 14.3496 3.92828 14.3496C3.93578 14.3496 3.94028 14.3392 3.93428 14.3347C3.90879 14.3153 3.87581 14.2468 3.85181 14.2647V14.2632Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.27013 14.0597C3.27163 14.0507 3.24914 14.0418 3.24164 14.0358C3.21166 14.0179 3.18467 13.9807 3.16817 14.003C3.14418 14.015 3.26563 14.0835 3.27163 14.0582L3.27013 14.0597Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.0106 14.2366C3.0061 14.2142 2.96262 14.259 2.94462 14.2754C2.90714 14.3111 2.92513 14.3275 2.93713 14.3156C2.94912 14.3022 2.97611 14.2828 2.9911 14.2724C3.0091 14.2605 3.02259 14.2545 3.0106 14.2366Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.90116 13.9268C2.88167 13.9403 2.96413 13.9671 2.97913 13.9641C2.98662 13.9641 2.98662 13.9537 2.97913 13.9507C2.95364 13.9447 2.91015 13.9089 2.89966 13.9268H2.90116Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.50532 14.4353C2.50532 14.4353 2.40336 14.3906 2.40936 14.3906C2.40486 14.3906 2.39436 14.3996 2.39287 14.4026C2.37187 14.4204 2.50532 14.4592 2.50532 14.4353Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.48899 14.3874C3.47549 14.3576 3.40502 14.4814 3.42901 14.4873C3.43801 14.4903 3.4485 14.4679 3.4545 14.459C3.47249 14.4337 3.50998 14.4053 3.49049 14.3874H3.48899Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.12912 14.1772C2.15011 14.1682 2.09763 14.1354 2.07814 14.1205C2.03616 14.0907 2.02266 14.1131 2.03766 14.1205C2.06315 14.134 2.09014 14.1653 2.10963 14.1817C2.11263 14.1846 2.12612 14.1787 2.12912 14.1757V14.1772Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.84267 13.8619C2.84267 13.8619 2.85467 13.85 2.85617 13.8455C2.86966 13.8246 2.73622 13.8202 2.74371 13.8455C2.74371 13.8485 2.83967 13.8604 2.84267 13.8604V13.8619Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.94328 14.0473C3.91029 14.0577 3.86981 14.0488 3.83982 14.0637L3.84582 14.0771L3.83832 14.0741C3.82933 14.098 3.96427 14.0741 3.95378 14.0517C3.95228 14.0488 3.94778 14.0458 3.94328 14.0473Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M1.97162 14.409L2.06008 14.3598C2.06458 14.3583 2.06308 14.3434 2.06008 14.3389C2.06008 14.3047 1.92514 14.409 1.97012 14.409H1.97162Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.32239 13.7878C2.35388 13.7774 2.42885 13.7878 2.42585 13.758C2.42735 13.7521 2.42435 13.7461 2.41835 13.7461C2.33588 13.7461 2.2834 13.7878 2.31939 13.7878C2.31939 13.7878 2.32089 13.7878 2.32239 13.7878Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.28933 13.8939C2.29833 13.8939 2.30133 13.8805 2.29083 13.8775C2.25784 13.8685 2.20386 13.8194 2.18887 13.8417C2.16488 13.8581 2.26084 13.8939 2.28933 13.8939Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.78869 14.0799C2.7542 14.0963 2.71672 14.0933 2.68973 14.1142L2.69722 14.1261H2.68823C2.68373 14.144 2.74371 14.1216 2.7647 14.1142C2.81268 14.0978 2.80518 14.071 2.78719 14.0799H2.78869Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.94171 13.6482C2.93421 13.672 3.06766 13.6392 3.05417 13.6168C3.05117 13.6139 3.04667 13.6124 3.04367 13.6139C3.01068 13.6258 2.9702 13.6198 2.94171 13.6377L2.94921 13.6496L2.94171 13.6467V13.6482Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.17119 14.372C3.17119 14.372 3.16969 14.3646 3.16519 14.3631C3.12921 14.3527 3.07823 14.302 3.06323 14.3273C3.04074 14.3422 3.16669 14.4004 3.17119 14.3735V14.372Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.70767 13.9871C2.70318 13.9722 2.70168 13.9588 2.69868 13.9469C2.69568 13.926 2.69718 13.9141 2.67619 13.9141C2.65669 13.9141 2.66569 13.9305 2.67169 13.9483C2.69718 14.0452 2.72417 14.0423 2.70767 13.9871Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.82613 14.1572C2.80214 14.1438 2.81263 14.2735 2.83213 14.2735C2.84562 14.2735 2.83962 14.2496 2.83812 14.2362C2.83812 14.2064 2.85162 14.1602 2.82463 14.1572H2.82613Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.56241 14.297C3.55941 14.2851 3.52792 14.2866 3.53242 14.3015C3.53842 14.3209 3.55791 14.4014 3.5789 14.4014C3.5849 14.4014 3.5894 14.3954 3.5864 14.3894C3.5774 14.3701 3.56691 14.3179 3.56241 14.297Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.03175 13.8638C3.03175 13.8638 3.04224 13.8504 3.04224 13.8459C3.05574 13.8191 2.95078 13.837 2.92979 13.8504C2.92229 13.8549 2.92529 13.8653 2.93428 13.8653C3.12171 13.8653 2.84732 13.8579 3.03175 13.8623V13.8638Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.4875 14.0166C3.52348 13.9972 3.36455 13.9689 3.41852 14.0076C3.38854 14.0285 3.52198 14.0449 3.4875 14.0166Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.39742 14.1552C3.37343 14.1373 3.40042 14.2685 3.41841 14.2208C3.4514 14.2462 3.40941 14.0941 3.39742 14.1552Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.80528 14.2329C3.81728 14.1926 3.69433 14.285 3.74981 14.2731C3.75131 14.3119 3.84427 14.2329 3.80528 14.2329Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.22216 14.483C3.24764 14.4621 3.09471 14.4651 3.15468 14.486C3.15018 14.4934 3.15468 14.5039 3.16368 14.5039C3.16818 14.5039 3.22066 14.5024 3.22515 14.4994C3.22965 14.4964 3.22815 14.486 3.22216 14.483Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.09312 14.0462C3.09312 14.0462 3.10212 14.0343 3.09612 14.0313C3.07663 14.0194 3.03015 14 3.03015 14C3.02715 14 3.02715 14.0045 3.02565 14.0075C3.02265 14.0104 3.02715 14.0194 3.03015 14.0224C3.00166 14.0343 3.11861 14.0865 3.09462 14.0477L3.09312 14.0462Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.8939 14.2164C3.91939 14.2477 3.92089 14.0837 3.8909 14.1478C3.88491 14.1433 3.87591 14.1478 3.87591 14.1538C3.87441 14.2149 3.87591 14.2149 3.87591 14.2179C3.87591 14.2209 3.88191 14.2209 3.88491 14.2209C3.88491 14.2209 3.8909 14.2209 3.8939 14.2164Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.10213 13.7192C3.10813 13.7535 3.20409 13.6447 3.14711 13.6641C3.14711 13.6313 3.06914 13.7118 3.10213 13.7192Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.10356 14.3234C2.10806 14.3666 2.20402 14.2473 2.15004 14.2727C2.15004 14.2444 2.09007 14.3099 2.09906 14.3189C2.09906 14.3204 2.10056 14.3219 2.10356 14.3234Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.74688 14.1251C3.74988 14.1341 3.76038 14.137 3.76787 14.1296C3.80536 14.0893 3.80686 14.0893 3.80686 14.0864C3.80686 14.0819 3.79936 14.0744 3.79336 14.0759C3.79636 14.0342 3.7049 14.1445 3.74688 14.1251Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.39588 14.2336C2.41838 14.2112 2.27143 14.2276 2.32841 14.244C2.30742 14.2753 2.43937 14.2514 2.39588 14.2336Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.05408 14.2021C3.05408 14.2021 3.05708 14.205 3.06008 14.205C3.06758 14.2527 3.12755 14.0962 3.08257 14.1409C3.07507 14.1216 3.03459 14.1961 3.05408 14.2021Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.33161 13.8912C3.28963 13.8644 3.3571 14.0194 3.3586 13.9538C3.39009 13.9688 3.34211 13.851 3.33161 13.8912Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.60435 14.3048C2.60435 14.275 2.54138 14.3376 2.55487 14.354C2.55937 14.3972 2.65833 14.281 2.60435 14.3048Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.47676 13.8803C2.47676 13.8803 2.48576 13.8729 2.48576 13.8684C2.51575 13.8907 2.49176 13.7625 2.47376 13.7998C2.45277 13.7774 2.46177 13.849 2.46627 13.8773C2.46627 13.8803 2.47227 13.8788 2.47526 13.8788L2.47676 13.8803Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.28215 14.2838C3.28665 14.3107 3.33013 14.2585 3.34812 14.2391C3.35112 14.2361 3.34662 14.2346 3.34362 14.2317C3.34212 14.2287 3.33163 14.2302 3.32863 14.2317C3.32863 14.1959 3.25066 14.2779 3.28215 14.2853V14.2838Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.67634 13.8135C3.66134 13.7852 3.62686 13.8895 3.65834 13.8806C3.67484 13.9104 3.71832 13.7688 3.67634 13.8135Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.5053 14.1538C2.5053 14.1538 2.49031 14.1538 2.4918 14.1597C2.4918 14.2209 2.4933 14.2224 2.4948 14.2238C2.4978 14.2283 2.5083 14.2283 2.5128 14.2224C2.53829 14.2507 2.52779 14.0956 2.5053 14.1538Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.67929 14.1864C3.66729 14.1476 3.60732 14.2922 3.6553 14.2505C3.66879 14.2818 3.71528 14.1595 3.67929 14.1864Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.09153 13.9522C2.09153 13.9522 2.09453 13.9567 2.09603 13.9597C2.07054 13.9999 2.22198 13.9165 2.15151 13.9239C2.16051 13.8941 2.08104 13.9403 2.09153 13.9522Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.60741 14.0224C2.61941 13.9881 2.51295 14.0463 2.54744 14.0567C2.54744 14.0895 2.66289 14.0224 2.60741 14.0224Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.87867 14.342C2.84868 14.3077 2.86518 14.4702 2.88617 14.4105C2.89217 14.415 2.89966 14.4105 2.89966 14.4031C2.89816 14.342 2.89666 14.342 2.89517 14.339C2.89217 14.3345 2.88167 14.3345 2.87867 14.342Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.64626 14.4995C2.64626 14.4995 2.65076 14.4965 2.65376 14.495C2.64926 14.4861 2.64476 14.4801 2.63277 14.4727C2.60728 14.4756 2.5488 14.4727 2.5623 14.4905C2.57429 14.5069 2.5563 14.5323 2.64027 14.4995C2.64177 14.4995 2.64327 14.4995 2.64476 14.4995H2.64626Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.17861 13.8762C3.1891 13.8762 3.21759 13.8717 3.24158 13.8628C3.24908 13.8598 3.25058 13.8598 3.25508 13.8583C3.25058 13.8508 3.24608 13.8434 3.23408 13.8359C3.1861 13.8404 3.16661 13.8374 3.16961 13.8374C3.15162 13.8374 3.16961 13.8762 3.17711 13.8762H3.17861Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.3659 13.9672C2.3659 13.9672 2.3599 13.9761 2.3584 13.9791C2.3659 13.9821 2.38239 13.9895 2.38839 13.9836C2.43487 13.9344 2.46636 13.9329 2.40338 13.918C2.39139 13.9299 2.37789 13.9463 2.3659 13.9687V13.9672Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.44087 13.7316C3.40488 13.6779 3.40788 13.6436 3.37939 13.7033C3.39139 13.7197 3.40339 13.739 3.41688 13.7599C3.42138 13.7689 3.43787 13.7659 3.44237 13.7316H3.44087Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.70637 13.7232C2.74835 13.7232 2.74385 13.6934 2.73935 13.6501C2.73935 13.6427 2.73935 13.6397 2.73935 13.6367C2.73036 13.6382 2.72286 13.6412 2.71236 13.6516C2.70936 13.6755 2.70637 13.6949 2.69887 13.7127C2.69737 13.7187 2.70037 13.7247 2.70637 13.7247V13.7232Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.27894 14.3399C3.26995 14.3623 3.26245 14.3802 3.25196 14.3966C3.24296 14.41 3.28644 14.4174 3.28944 14.407C3.29694 14.3876 3.30593 14.3668 3.31643 14.3444C3.32093 14.334 3.30443 14.325 3.27894 14.3399Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.49929 14.1053C2.50229 14.0964 2.50529 14.0889 2.50229 14.0755C2.45281 14.0323 2.44831 13.9995 2.43481 14.0621C2.44981 14.0755 2.49179 14.1232 2.49779 14.1053H2.49929Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.05249 13.9713C2.05399 13.9638 2.05549 13.9608 2.05699 13.9579C2.01801 13.9519 2.024 13.9787 1.99252 14.0145C1.98802 14.019 1.99252 14.0279 2.00001 14.0279C2.024 14.0279 2.03 14.0592 2.05399 13.9713H2.05249Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.54593 13.8907C2.56093 13.9041 2.60291 13.9518 2.60891 13.9339C2.61191 13.925 2.61491 13.9175 2.61191 13.9041C2.56393 13.8594 2.55943 13.8281 2.54443 13.8907H2.54593Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.97757 13.7208C2.97757 13.7208 2.96857 13.7223 2.96558 13.7238C2.96857 13.7327 2.97157 13.7402 2.98357 13.7491C3.04954 13.7491 3.07503 13.773 3.04355 13.7148C3.02105 13.7148 3.00756 13.7148 2.97907 13.7208H2.97757Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.37203 14.1232C2.36453 14.0561 2.38402 14.0307 2.33154 14.068C2.33754 14.1261 2.33304 14.1798 2.37203 14.1232Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.56852 14.2065C3.57152 14.1991 3.57302 14.1976 3.57302 14.1931C3.56552 14.1916 3.55803 14.1901 3.54303 14.1931C3.52954 14.214 3.51904 14.2289 3.50405 14.2423C3.49055 14.2557 3.53404 14.2692 3.54003 14.2602C3.54903 14.2468 3.55953 14.2289 3.56852 14.2036V14.2065Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.45446 14.2928C3.38848 14.2928 3.36299 14.2719 3.39598 14.3286C3.45746 14.3286 3.50544 14.3346 3.45446 14.2928Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.24902 14.4587C2.297 14.493 2.33299 14.5287 2.3165 14.4646C2.26252 14.4259 2.25502 14.3946 2.24902 14.4587Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.53246 13.8253C3.51147 13.7642 3.52346 13.7329 3.47998 13.7821C3.49947 13.8372 3.50697 13.8924 3.53246 13.8253Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.58627 13.7103C2.53379 13.673 2.5248 13.6402 2.5188 13.7043C2.53529 13.7162 2.55329 13.7297 2.57428 13.7446C2.58777 13.755 2.59227 13.7282 2.58777 13.7088L2.58627 13.7103Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.67326 14.2161C2.66876 14.1997 2.66276 14.1803 2.64927 14.1579C2.64477 14.1505 2.64477 14.1475 2.64327 14.1445C2.63577 14.1505 2.62978 14.155 2.62378 14.1684C2.64177 14.231 2.62828 14.2608 2.67326 14.2146V14.2161Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.24438 14.3371L2.23389 14.34C2.23689 14.3475 2.24138 14.355 2.25188 14.3639C2.31785 14.3639 2.34334 14.3833 2.31036 14.3281H2.27437L2.24438 14.3371Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M3.66452 14.0974C3.65102 14.0869 3.63453 14.075 3.61054 14.0646C3.60304 14.0616 3.60154 14.0601 3.59854 14.0586C3.59554 14.0675 3.59404 14.075 3.59854 14.0899C3.65102 14.1301 3.65702 14.1629 3.66602 14.0974H3.66452Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.26107 14.1819C2.22209 14.1744 2.21459 14.1759 2.1951 14.1759C2.1891 14.1759 2.1861 14.1759 2.18311 14.1759C2.1846 14.1848 2.1861 14.1923 2.1966 14.2042C2.26107 14.2162 2.28207 14.243 2.26107 14.1804V14.1819Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M1.98356 14.1247C1.97906 14.1084 1.97157 14.089 1.95807 14.0666C1.95357 14.0592 1.95357 14.0577 1.95208 14.0547C1.94458 14.0607 1.93858 14.0651 1.93408 14.0785C1.95357 14.1426 1.94008 14.171 1.98506 14.1247H1.98356Z' fill='%23BA8932'/%3E%3Cpath opacity='0.4' d='M2.76929 14.4163C2.7558 14.4372 2.7438 14.4521 2.73031 14.4655C2.71681 14.4774 2.7408 14.4789 2.7543 14.4864C2.76779 14.4938 2.79028 14.4431 2.79628 14.4282C2.79928 14.4208 2.80078 14.4193 2.80228 14.4163C2.79328 14.4133 2.78578 14.4133 2.77079 14.4163H2.76929Z' fill='%23BA8932'/%3E%3Cpath opacity='0.7' d='M2.29409 13.7707C2.2716 13.7587 2.23561 13.7587 2.21462 13.7707C2.19213 13.7826 2.19213 13.8035 2.21462 13.8169C2.23711 13.8288 2.2731 13.8288 2.29409 13.8169C2.31658 13.8049 2.31658 13.7841 2.29409 13.7707ZM2.29109 13.8124C2.2731 13.8228 2.24311 13.8228 2.22512 13.8124C2.20713 13.802 2.20713 13.7841 2.22512 13.7736C2.24311 13.7632 2.2731 13.7632 2.29109 13.7736C2.30908 13.7841 2.30908 13.802 2.29109 13.8124Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.94326 13.9894C2.92077 13.9775 2.88478 13.9775 2.86379 13.9894C2.8413 14.0013 2.8413 14.0222 2.86379 14.0356C2.88628 14.0475 2.92227 14.0475 2.94326 14.0356C2.96575 14.0237 2.96575 14.0028 2.94326 13.9894ZM2.93876 14.0326C2.92077 14.0431 2.89078 14.0431 2.87279 14.0326C2.8548 14.0222 2.8548 14.0043 2.87279 13.9939C2.89078 13.9835 2.92077 13.9835 2.93876 13.9939C2.95676 14.0043 2.95676 14.0222 2.93876 14.0326Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M3.2552 13.9169C3.24021 13.9079 3.21472 13.9079 3.19972 13.9169C3.18473 13.9258 3.18473 13.9407 3.19972 13.9482C3.21472 13.9571 3.24021 13.9571 3.2552 13.9482C3.27019 13.9392 3.27019 13.9243 3.2552 13.9169ZM3.2522 13.9452C3.23871 13.9526 3.21921 13.9526 3.20572 13.9452C3.19222 13.9377 3.19222 13.9258 3.20572 13.9184C3.21921 13.9109 3.23871 13.9109 3.2522 13.9184C3.2657 13.9258 3.2657 13.9377 3.2522 13.9452Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.6927 14.3683C2.67021 14.3564 2.63423 14.3564 2.61323 14.3683C2.59224 14.3802 2.59074 14.4011 2.61323 14.4145C2.63573 14.4265 2.67171 14.4265 2.6927 14.4145C2.71519 14.4026 2.71519 14.3817 2.6927 14.3683ZM2.6882 14.4101C2.67021 14.4205 2.64022 14.4205 2.62073 14.4101C2.60274 14.3996 2.60274 14.3817 2.62073 14.3713C2.63872 14.3609 2.66871 14.3609 2.6882 14.3713C2.7062 14.3817 2.7062 14.3996 2.6882 14.4101Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.76778 13.774C2.75578 13.768 2.73779 13.768 2.72579 13.774C2.7138 13.78 2.7138 13.7919 2.72579 13.7979C2.73779 13.8038 2.75578 13.8038 2.76778 13.7979C2.77977 13.7919 2.77977 13.78 2.76778 13.774ZM2.76628 13.7964C2.75728 13.8023 2.74079 13.8023 2.73179 13.7964C2.72279 13.7904 2.72279 13.7815 2.73179 13.777C2.74079 13.7725 2.75728 13.771 2.76628 13.777C2.77527 13.7829 2.77527 13.7919 2.76628 13.7964Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.17557 13.8493C2.16207 13.8419 2.13958 13.8419 2.12609 13.8493C2.11259 13.8568 2.11259 13.8702 2.12609 13.8777C2.13958 13.8851 2.16207 13.8851 2.17557 13.8777C2.18906 13.8702 2.18906 13.8568 2.17557 13.8493ZM2.17107 13.8762C2.16057 13.8821 2.14258 13.8821 2.13059 13.8762C2.12009 13.8702 2.12009 13.8598 2.13059 13.8538C2.14108 13.8478 2.15907 13.8478 2.17107 13.8538C2.18157 13.8598 2.18157 13.8702 2.17107 13.8762Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M3.23709 14.2634C3.2236 14.2559 3.20111 14.2559 3.18761 14.2634C3.17412 14.2709 3.17412 14.2843 3.18761 14.2917C3.20111 14.2992 3.2236 14.2992 3.23709 14.2917C3.25059 14.2843 3.25059 14.2709 3.23709 14.2634ZM3.23259 14.2902C3.2221 14.2962 3.2041 14.2962 3.19211 14.2902C3.18161 14.2843 3.18161 14.2738 3.19211 14.2679C3.20261 14.2619 3.2206 14.2619 3.23259 14.2679C3.24309 14.2738 3.24309 14.2843 3.23259 14.2902Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.5264 13.9587C2.5129 13.9513 2.49041 13.9513 2.47692 13.9587C2.46342 13.9662 2.46342 13.9796 2.47692 13.987C2.49041 13.9945 2.5129 13.9945 2.5264 13.987C2.53989 13.9796 2.53989 13.9662 2.5264 13.9587ZM2.5234 13.9841C2.5129 13.99 2.49491 13.99 2.48292 13.9841C2.47242 13.9781 2.47242 13.9677 2.48292 13.9617C2.49341 13.9557 2.5114 13.9557 2.5234 13.9617C2.5339 13.9677 2.5339 13.9781 2.5234 13.9841Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.18454 13.8053C2.17555 13.7993 2.15905 13.7993 2.15006 13.8053C2.14106 13.8112 2.14106 13.8202 2.15006 13.8246C2.15905 13.8306 2.17555 13.8306 2.18454 13.8246C2.19354 13.8187 2.19354 13.8097 2.18454 13.8053ZM2.18005 13.8217C2.18005 13.8217 2.16205 13.8261 2.15456 13.8217C2.14706 13.8172 2.14706 13.8112 2.15456 13.8067C2.16205 13.8023 2.17255 13.8023 2.18005 13.8067C2.18754 13.8112 2.18754 13.8172 2.18005 13.8217Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.10655 13.8496C2.10655 13.8496 2.08856 13.8452 2.08106 13.8496C2.07357 13.8541 2.07357 13.8601 2.08106 13.8645C2.08856 13.869 2.09906 13.869 2.10655 13.8645C2.11405 13.8601 2.11405 13.8541 2.10655 13.8496ZM2.10505 13.8631C2.10505 13.8631 2.09156 13.866 2.08706 13.8631C2.08256 13.8601 2.08256 13.8556 2.08706 13.8526C2.09156 13.8496 2.10055 13.8496 2.10505 13.8526C2.10955 13.8556 2.10955 13.8601 2.10505 13.8631Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.10737 13.8724C2.10737 13.8724 2.09579 13.8695 2.09 13.8724C2.08421 13.8752 2.08566 13.8795 2.09 13.8824C2.09434 13.8853 2.10158 13.8853 2.10737 13.8824C2.11316 13.8795 2.11172 13.8752 2.10737 13.8724ZM2.10593 13.881C2.10593 13.881 2.09724 13.8824 2.09434 13.881C2.09145 13.8795 2.09145 13.8767 2.09434 13.8738C2.09724 13.8709 2.10303 13.8724 2.10593 13.8738C2.10882 13.8752 2.10882 13.8781 2.10593 13.881Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.30153 13.849C2.30153 13.849 2.28503 13.846 2.27754 13.849C2.27004 13.852 2.27154 13.8594 2.27754 13.8624C2.28353 13.8654 2.29403 13.8669 2.30153 13.8624C2.30902 13.8579 2.30753 13.852 2.30153 13.849ZM2.29853 13.8609C2.29853 13.8609 2.28653 13.8639 2.28204 13.8609C2.27754 13.8579 2.27754 13.8535 2.28204 13.852C2.28653 13.849 2.29403 13.849 2.29853 13.852C2.30303 13.8549 2.30303 13.8594 2.29853 13.8609Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M3.15163 14.2982C3.15163 14.2982 3.13513 14.2952 3.12763 14.2982C3.12014 14.3012 3.12164 14.3086 3.12763 14.3116C3.13363 14.3146 3.14413 14.3146 3.15163 14.3116C3.15762 14.3071 3.15762 14.3012 3.15163 14.2982ZM3.15013 14.3086C3.15013 14.3086 3.13813 14.3116 3.13363 14.3086C3.12913 14.3057 3.12913 14.3012 3.13363 14.2997C3.13813 14.2967 3.14563 14.2967 3.15013 14.2997C3.15462 14.3027 3.15462 14.3071 3.15013 14.3086Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.38551 14.3067C2.38551 14.3067 2.36902 14.3022 2.36152 14.3067C2.35402 14.3111 2.35552 14.3171 2.36152 14.3201C2.36752 14.3231 2.37801 14.3246 2.38551 14.3201C2.39301 14.3156 2.39151 14.3097 2.38551 14.3067ZM2.38251 14.3186C2.38251 14.3186 2.37052 14.3216 2.36602 14.3186C2.36152 14.3156 2.36152 14.3111 2.36602 14.3097C2.37052 14.3067 2.37801 14.3067 2.38251 14.3097C2.38701 14.3126 2.38701 14.3171 2.38251 14.3186Z' fill='%23FFD364'/%3E%3Cpath opacity='0.7' d='M2.16941 14.0982C2.16041 14.0923 2.14392 14.0923 2.13492 14.0982C2.12592 14.1042 2.12592 14.1131 2.13492 14.1176C2.14392 14.1236 2.16041 14.1236 2.16941 14.1176C2.1784 14.1116 2.1784 14.1027 2.16941 14.0982ZM2.16641 14.1176C2.15891 14.1221 2.14542 14.1221 2.13642 14.1176C2.12742 14.1131 2.12892 14.1057 2.13642 14.1012C2.14392 14.0967 2.15741 14.0967 2.16641 14.1012C2.17541 14.1057 2.17391 14.1131 2.16641 14.1176Z' fill='%23FFD364'/%3E%3C/g%3E%3Cg opacity='0.7'%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.54716 14.2179C2.51268 14.197 2.48869 14.1657 2.47519 14.1314C2.4662 14.1403 2.4557 14.1493 2.4452 14.1567C2.38223 14.194 2.29976 14.1731 2.26078 14.1105C2.1978 14.1478 2.11533 14.1269 2.07635 14.0643C2.05686 14.033 2.05236 13.9958 2.06136 13.963C2.05686 13.963 2.05236 13.9645 2.04786 13.9645C2.03437 13.9645 2.02087 13.963 2.01038 13.957C2.00138 13.9823 1.98639 14.0062 1.96689 14.0271C1.88892 14.112 1.75548 14.1165 1.67001 14.039C1.59204 14.124 1.4586 14.1284 1.37313 14.0509C1.28766 13.9734 1.28316 13.8407 1.36113 13.7558C1.30116 13.8079 1.20819 13.802 1.15572 13.7409C1.10324 13.6797 1.10923 13.5888 1.17071 13.5366C1.11823 13.477 1.12423 13.3846 1.1857 13.3324C1.21269 13.3101 1.24568 13.2981 1.27867 13.2966C1.26067 13.2743 1.24868 13.2475 1.24718 13.2162C1.24418 13.1401 1.30266 13.076 1.37763 13.073C1.37613 13.0298 1.39412 12.9896 1.42411 12.9642C1.42411 12.9329 1.4376 12.9016 1.46159 12.8778C1.4496 12.8673 1.4406 12.8539 1.4346 12.8405C1.36413 12.8196 1.31315 12.7541 1.31465 12.678C1.22319 12.675 1.15122 12.6005 1.15422 12.5096C1.15721 12.4246 1.22319 12.3575 1.30566 12.3501C1.22619 12.3486 1.15871 12.2875 1.15272 12.207C1.14522 12.1205 1.20969 12.0445 1.29666 12.0356C1.28916 11.9491 1.35364 11.8731 1.4406 11.8641C1.52757 11.8567 1.60404 11.9208 1.61303 12.0072C1.59654 11.894 1.67451 11.7881 1.78846 11.7717C1.90242 11.7553 2.00888 11.8328 2.02537 11.9461C2.07635 11.9387 2.12583 11.9506 2.16631 11.9744C2.1918 11.9446 2.22779 11.9253 2.26977 11.9238C2.26528 11.8433 2.32825 11.7747 2.40922 11.7702C2.49019 11.7658 2.55916 11.8284 2.56366 11.9089C2.60564 11.8269 2.7076 11.7956 2.79007 11.8373C2.87253 11.8805 2.90402 11.9804 2.86204 12.0624C2.89952 12.0818 2.92651 12.1131 2.94001 12.1503C3.03147 12.125 3.13043 12.1638 3.17691 12.2502C3.27737 12.1966 3.40182 12.2338 3.4558 12.3337C3.50978 12.4336 3.4723 12.5573 3.37184 12.6109C3.44381 12.5632 3.53977 12.5826 3.58625 12.6542C3.63273 12.7257 3.61474 12.8211 3.54277 12.8673C3.59075 12.9389 3.57126 13.0343 3.49929 13.0805C3.47679 13.0954 3.4528 13.1029 3.42881 13.1058C3.44381 13.1282 3.4543 13.155 3.4573 13.1834C3.4648 13.2713 3.39883 13.3473 3.31036 13.3548C3.31336 13.395 3.30136 13.4338 3.27887 13.4636C3.29237 13.5202 3.27587 13.5814 3.23239 13.6246C3.29837 13.6917 3.29687 13.8005 3.22939 13.8661C3.17092 13.9227 3.08395 13.9287 3.01798 13.8884C3.07495 13.9466 3.08845 14.0375 3.04197 14.109C2.98949 14.1925 2.87853 14.2164 2.79606 14.1642C2.74359 14.2477 2.63263 14.2715 2.55016 14.2194L2.54716 14.2179Z' fill='url(%23paint96_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.34174 12.6042C2.32074 12.5714 2.31325 12.5341 2.31625 12.4983C2.30425 12.5028 2.29226 12.5058 2.27876 12.5073C2.20679 12.5132 2.14531 12.4611 2.13932 12.3895C2.06734 12.3955 2.00587 12.3433 1.99987 12.2717C1.99687 12.236 2.00887 12.2032 2.02986 12.1778C2.02536 12.1778 2.02086 12.1763 2.01786 12.1734C2.00587 12.1689 1.99537 12.1599 1.98788 12.151C1.96838 12.1689 1.94589 12.1838 1.9204 12.1942C1.81694 12.2345 1.69849 12.1823 1.65801 12.0795C1.55455 12.1197 1.43609 12.0675 1.39561 11.9647C1.35513 11.8618 1.40761 11.7441 1.51107 11.7038C1.43609 11.7232 1.35963 11.68 1.33863 11.6054C1.31914 11.5309 1.36262 11.4549 1.43759 11.434C1.4181 11.3595 1.46158 11.2834 1.53655 11.2626C1.56954 11.2536 1.60253 11.2581 1.63252 11.2715C1.62652 11.2447 1.62802 11.2164 1.64001 11.1895C1.6685 11.1225 1.74647 11.0912 1.81394 11.121C1.83044 11.0822 1.86343 11.0554 1.90091 11.0464C1.9159 11.0196 1.9384 10.9987 1.96988 10.9868C1.96538 10.9719 1.96239 10.9585 1.96239 10.9436C1.90991 10.8959 1.89341 10.8184 1.9279 10.7528C1.84993 10.7125 1.81994 10.6171 1.86043 10.5396C1.89791 10.4681 1.98488 10.4368 2.05985 10.4651C1.99237 10.4308 1.95939 10.3488 1.98788 10.2758C2.01786 10.1968 2.10633 10.158 2.1843 10.1878C2.21429 10.1088 2.30275 10.0701 2.38072 10.0999C2.46019 10.1297 2.49917 10.2176 2.46918 10.2952C2.50217 10.1893 2.61613 10.1312 2.72109 10.164C2.82754 10.1968 2.88602 10.3101 2.85303 10.4144C2.90101 10.4293 2.9385 10.4591 2.96249 10.4979C2.99698 10.483 3.03746 10.4815 3.07494 10.4979C3.10493 10.4263 3.1889 10.3935 3.26087 10.4233C3.33284 10.4532 3.36583 10.5366 3.33584 10.6082C3.40781 10.556 3.50827 10.5709 3.56225 10.6425C3.61623 10.714 3.59974 10.8139 3.52777 10.8676C3.55176 10.9004 3.56225 10.9391 3.55925 10.9764C3.64922 10.9928 3.71819 11.0688 3.72119 11.1627C3.83065 11.1582 3.92211 11.2432 3.92661 11.352C3.93111 11.4608 3.84564 11.5518 3.73618 11.5562C3.81865 11.5458 3.89362 11.6024 3.90412 11.6844C3.91461 11.7664 3.85763 11.8409 3.77517 11.8514C3.78566 11.9334 3.72869 12.0079 3.64622 12.0183C3.62073 12.0213 3.59674 12.0183 3.57425 12.0109C3.57875 12.0362 3.57575 12.0645 3.56525 12.0899C3.53376 12.1689 3.4438 12.2076 3.36583 12.1763C3.35084 12.2121 3.32385 12.2404 3.29236 12.2568C3.28036 12.3105 3.23988 12.3582 3.1829 12.3761C3.21139 12.4625 3.16491 12.555 3.07794 12.5833C3.00297 12.6071 2.925 12.5773 2.88602 12.5132C2.91151 12.5878 2.88302 12.6712 2.81405 12.7145C2.73308 12.7637 2.62662 12.7398 2.57714 12.6578C2.49617 12.707 2.38972 12.6832 2.34024 12.6027L2.34174 12.6042Z' fill='url(%23paint97_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M3.33596 12.461C3.29547 12.3954 3.21001 12.3745 3.14254 12.4133C3.13654 12.4163 3.13054 12.4207 3.12604 12.4252C3.09306 12.3909 3.03908 12.3805 2.99409 12.4028C2.96561 12.3477 2.89813 12.3238 2.84116 12.3522C2.83516 12.3551 2.83066 12.3581 2.82466 12.3626C2.79617 12.3223 2.74219 12.3074 2.69721 12.3313C2.67622 12.291 2.62974 12.2717 2.58626 12.2821C2.56976 12.2284 2.52778 12.1837 2.4693 12.1658C2.49779 12.0734 2.44531 11.9735 2.35235 11.9452C2.25789 11.9169 2.15893 11.9691 2.13044 12.0615C2.12594 12.0093 2.08096 11.9691 2.02698 11.9735C1.9745 11.978 1.93401 12.0227 1.93851 12.0764C1.88603 12.0809 1.84555 12.1256 1.85005 12.1792C1.85005 12.1971 1.85755 12.212 1.86654 12.2254C1.84855 12.2254 1.83056 12.2314 1.81406 12.2433C1.78857 12.2612 1.77358 12.2895 1.77208 12.3194C1.76908 12.3208 1.76608 12.3223 1.76308 12.3238C1.7241 12.2627 1.64313 12.2448 1.58165 12.2836C1.52018 12.3223 1.50219 12.4028 1.54117 12.464C1.47969 12.4192 1.39423 12.4326 1.35075 12.4938C1.30576 12.5549 1.31926 12.6398 1.38073 12.6831C1.33875 12.7412 1.34925 12.8202 1.40173 12.8664C1.38373 12.8605 1.36424 12.8575 1.34475 12.8575C1.23679 12.8575 1.14983 12.9424 1.14833 13.0498C1.04037 13.0498 0.953404 13.1347 0.951904 13.2421C0.951904 13.3494 1.03737 13.4359 1.14533 13.4373C1.07036 13.5193 1.07635 13.6475 1.15882 13.7221C1.24129 13.7966 1.37024 13.7906 1.44521 13.7086C1.45421 13.7161 1.4632 13.7235 1.4737 13.7295C1.4782 13.7399 1.48419 13.7489 1.49019 13.7578C1.53517 13.8145 1.61914 13.8234 1.67612 13.7787C1.63413 13.8547 1.66262 13.9486 1.73909 13.9904C1.80207 14.0247 1.88004 14.0112 1.92802 13.9606C1.92202 14.0545 1.9715 14.1484 2.06146 14.1931C2.00149 14.3123 2.04947 14.4584 2.16942 14.5181C2.28937 14.5792 2.43632 14.53 2.49629 14.4107C2.4768 14.5046 2.53678 14.5956 2.62974 14.6149C2.7242 14.6343 2.81567 14.5747 2.83516 14.4823C2.92962 14.5017 3.02108 14.442 3.04058 14.3496C3.04807 14.3138 3.04357 14.2781 3.03158 14.2468C3.06307 14.2527 3.09605 14.2512 3.12904 14.2378C3.21601 14.2035 3.25799 14.1066 3.225 14.0202C3.27298 14.0202 3.31947 14.0038 3.35695 13.968C3.42892 14.0411 3.54588 14.0425 3.61935 13.971C3.69282 13.8994 3.69432 13.7832 3.62235 13.7101C3.71531 13.7057 3.78878 13.6281 3.78428 13.5342C3.77978 13.4418 3.70181 13.3688 3.60735 13.3732C3.60435 13.3106 3.56837 13.2585 3.51589 13.2316C3.52488 13.2108 3.52638 13.1884 3.52188 13.166C3.53538 13.1631 3.54887 13.1586 3.56087 13.1511C3.63284 13.1124 3.65833 13.0244 3.62085 12.9544C3.69282 12.9156 3.71831 12.8277 3.68082 12.7576C3.64184 12.6861 3.55337 12.6607 3.4829 12.698C3.54887 12.6577 3.56987 12.5728 3.53088 12.5057C3.4919 12.4386 3.40493 12.4192 3.33746 12.458L3.33596 12.461Z' fill='url(%23paint98_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.255 13.9003C4.29848 14.0002 4.252 14.118 4.15154 14.1612C4.07957 14.1925 3.9986 14.1776 3.94162 14.1299C3.96861 14.194 3.95961 14.27 3.91163 14.3266C3.84416 14.4071 3.72271 14.4176 3.64174 14.3505C3.57427 14.431 3.45281 14.4414 3.37185 14.3743C3.33286 14.3416 3.31037 14.2968 3.30437 14.2506C3.25339 14.2775 3.18892 14.2596 3.16043 14.2089C3.10945 14.2372 3.04348 14.2193 3.01499 14.1671C3.00299 14.1463 2.99999 14.1239 3.00299 14.103C2.988 14.1105 2.9715 14.1135 2.95351 14.1135C2.89953 14.1105 2.85905 14.0643 2.86355 14.0106C2.81107 14.0076 2.77208 13.9629 2.77358 13.9122C2.7376 13.9048 2.70761 13.875 2.70461 13.8362C2.65813 13.8407 2.61615 13.8079 2.60865 13.7617C2.55617 13.7975 2.4857 13.8094 2.42122 13.7855C2.31477 13.7468 2.25929 13.629 2.29827 13.5232C2.19181 13.4844 2.13634 13.3667 2.17532 13.2608C2.20531 13.1789 2.28328 13.1282 2.36575 13.1267C2.36425 13.1252 2.36275 13.1222 2.36125 13.1192C2.34475 13.0924 2.35375 13.0566 2.38074 13.0417C2.36425 13.0149 2.37324 12.9791 2.40023 12.9642C2.40923 12.9582 2.42122 12.9553 2.43172 12.9567C2.39273 12.9225 2.37624 12.8673 2.39273 12.8151C2.41523 12.7466 2.4887 12.7078 2.55917 12.7287C2.53068 12.6527 2.55617 12.5647 2.62814 12.5185C2.57566 12.438 2.59815 12.3292 2.68062 12.2755C2.76159 12.2233 2.87104 12.2457 2.92502 12.3277C2.90553 12.2904 2.92053 12.2427 2.95801 12.2233C2.9955 12.204 3.04348 12.2189 3.06297 12.2561C3.10045 12.2368 3.14843 12.2517 3.16793 12.2889C3.16793 12.2919 3.17093 12.2949 3.17093 12.2979C3.19791 12.2666 3.2384 12.2472 3.28338 12.2472C3.36585 12.2472 3.43032 12.3143 3.43032 12.3963C3.51279 12.3963 3.57726 12.4633 3.57726 12.5453C3.57726 12.5841 3.56077 12.6199 3.53678 12.6452C3.53978 12.6512 3.54278 12.6571 3.54428 12.6631C3.56377 12.6586 3.58326 12.6631 3.59826 12.6765C3.61325 12.6601 3.63274 12.6482 3.65523 12.6422C3.71671 12.6273 3.77818 12.6646 3.79318 12.7257C3.85465 12.7108 3.91613 12.7481 3.93112 12.8092C3.93562 12.8271 3.93562 12.8435 3.93112 12.8599C3.94762 12.8554 3.96411 12.8554 3.9821 12.8599C4.04358 12.8733 4.08256 12.9329 4.06907 12.994C4.13055 13.0074 4.16953 13.0671 4.15603 13.1282C4.15304 13.1401 4.15004 13.1505 4.14404 13.1595C4.15903 13.1625 4.17253 13.1669 4.18602 13.1759C4.243 13.2102 4.25949 13.2832 4.22501 13.3398C4.28199 13.3741 4.29848 13.4472 4.26399 13.5038C4.2565 13.5157 4.246 13.5262 4.2355 13.5351C4.28948 13.5515 4.33746 13.5903 4.36145 13.6469C4.40494 13.7468 4.35845 13.8645 4.25799 13.9078L4.255 13.9003Z' fill='url(%23paint99_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M4.7543 11.4929C4.7543 11.4437 4.79329 11.405 4.84277 11.405C4.85626 11.405 4.86826 11.4079 4.87875 11.4124C4.88775 11.3856 4.91324 11.3677 4.94323 11.3707C4.94623 11.3364 4.97622 11.3125 5.0107 11.3155C5.04519 11.3185 5.06918 11.3483 5.06618 11.3826C5.06618 11.3528 5.09167 11.3274 5.12166 11.3274C5.15165 11.3274 5.17714 11.3528 5.17714 11.3826C5.19963 11.3438 5.23411 11.3111 5.2791 11.2961C5.36156 11.2708 5.45003 11.3155 5.47552 11.3975C5.55799 11.3722 5.64645 11.4169 5.67194 11.4989C5.69743 11.5809 5.65245 11.6688 5.56998 11.6941C5.63745 11.7016 5.68543 11.7627 5.67794 11.8298C5.67044 11.8969 5.60896 11.9446 5.54149 11.9371C5.53399 12.0042 5.47252 12.0519 5.40505 12.0444C5.36906 12.04 5.33757 12.0206 5.31808 11.9923C5.31358 12.0072 5.30609 12.0206 5.29409 12.031C5.2596 12.0638 5.20413 12.0623 5.17114 12.028C5.13665 12.0608 5.08117 12.0594 5.04819 12.0251C5.04069 12.0176 5.03469 12.0087 5.03169 11.9997C5.0137 12.0251 4.98671 12.0444 4.95373 12.0504C4.88625 12.0638 4.82028 12.0206 4.80528 11.9535C4.73781 11.9669 4.67184 11.9237 4.65684 11.8566C4.64485 11.794 4.68083 11.7344 4.73931 11.7135C4.72881 11.7061 4.72731 11.6971 4.73331 11.6912C4.72731 11.6867 4.72731 11.6777 4.73181 11.6718C4.69433 11.6614 4.66284 11.6256 4.66284 11.5823C4.66284 11.5332 4.70182 11.4944 4.75131 11.4944L4.7543 11.4929Z' fill='url(%23paint100_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M1.51259 11.2711C1.51259 11.213 1.55908 11.1667 1.61755 11.1667C1.63255 11.1667 1.64754 11.1697 1.65954 11.1757C1.67003 11.1444 1.70152 11.1235 1.73601 11.1265C1.739 11.0862 1.77499 11.0579 1.81547 11.0609C1.85596 11.0639 1.88445 11.0997 1.88145 11.1399C1.88145 11.1041 1.91144 11.0743 1.94742 11.0758C1.98341 11.0773 2.0134 11.1056 2.0119 11.1414C2.03889 11.0952 2.07937 11.0564 2.13185 11.04C2.22931 11.0087 2.33427 11.0639 2.36426 11.1608C2.46172 11.1295 2.56668 11.1846 2.59666 11.2815C2.62815 11.3784 2.57267 11.4828 2.47521 11.5126C2.55468 11.5215 2.61166 11.5931 2.60266 11.6721C2.59367 11.7511 2.52169 11.8077 2.44223 11.7988C2.43323 11.8778 2.36126 11.9344 2.28179 11.9255C2.23831 11.921 2.20232 11.8972 2.17983 11.8629C2.17533 11.8808 2.16634 11.8957 2.15134 11.9091C2.11086 11.9478 2.04488 11.9463 2.0059 11.9046C1.96542 11.9434 1.89944 11.9419 1.86046 11.9001C1.85146 11.8912 1.84546 11.8808 1.84096 11.8703C1.81997 11.9001 1.78849 11.9225 1.7495 11.9299C1.67003 11.9463 1.59056 11.8942 1.57557 11.8152C1.4961 11.8316 1.41663 11.7794 1.40164 11.7004C1.38664 11.6273 1.43013 11.5558 1.4991 11.5319C1.4871 11.523 1.48561 11.5126 1.4916 11.5051C1.48411 11.4992 1.48411 11.4887 1.4901 11.4813C1.44662 11.4693 1.40914 11.4261 1.40914 11.3754C1.40914 11.3173 1.45562 11.2711 1.51409 11.2711H1.51259Z' fill='url(%23paint101_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M1.2399 13.946C1.2399 13.8968 1.27888 13.8581 1.32836 13.8581C1.34186 13.8581 1.35385 13.8611 1.36435 13.8655C1.37335 13.8387 1.39884 13.8208 1.42882 13.8238C1.43182 13.7895 1.46181 13.7657 1.4963 13.7686C1.53078 13.7716 1.55477 13.8014 1.55178 13.8357C1.55178 13.8059 1.57727 13.7806 1.60725 13.7806C1.63724 13.7806 1.66273 13.8059 1.66273 13.8357C1.68522 13.797 1.71971 13.7642 1.76469 13.7493C1.84716 13.7239 1.93562 13.7686 1.96111 13.8506C2.04358 13.8253 2.13205 13.87 2.15754 13.952C2.18303 14.034 2.13804 14.1219 2.05558 14.1473C2.12305 14.1547 2.17103 14.2158 2.16353 14.2829C2.15604 14.35 2.09456 14.3977 2.02709 14.3902C2.01959 14.4573 1.95811 14.505 1.89064 14.4976C1.85466 14.4931 1.82317 14.4737 1.80368 14.4454C1.79918 14.4603 1.79168 14.4737 1.77969 14.4842C1.7452 14.517 1.68972 14.5155 1.65673 14.4812C1.62225 14.514 1.56677 14.5125 1.53378 14.4782C1.52629 14.4707 1.52029 14.4618 1.51729 14.4529C1.4993 14.4782 1.47231 14.4976 1.43932 14.5035C1.37185 14.5169 1.30587 14.4737 1.29088 14.4066C1.22341 14.4201 1.15743 14.3768 1.14244 14.3097C1.13044 14.2471 1.16643 14.1875 1.22491 14.1666C1.21441 14.1592 1.21291 14.1503 1.21891 14.1443C1.21291 14.1398 1.21291 14.1309 1.21741 14.1249C1.17992 14.1145 1.14844 14.0787 1.14844 14.0355C1.14844 13.9863 1.18742 13.9475 1.2369 13.9475L1.2399 13.946Z' fill='url(%23paint102_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M1.65665 9.2976C1.65665 9.24841 1.69563 9.20965 1.74511 9.20965C1.75861 9.20965 1.7706 9.21263 1.7811 9.2171C1.79009 9.19027 1.81558 9.17238 1.84557 9.17536C1.84857 9.14108 1.87856 9.11723 1.91305 9.12021C1.94753 9.12319 1.97152 9.153 1.96852 9.18729C1.96852 9.15748 1.99401 9.13214 2.024 9.13214C2.05399 9.13214 2.07948 9.15748 2.07948 9.18729C2.10197 9.14853 2.13646 9.11574 2.18144 9.10083C2.26391 9.07549 2.35237 9.12021 2.37786 9.2022C2.46033 9.17685 2.54879 9.22157 2.57428 9.30356C2.59977 9.38554 2.55479 9.47349 2.47232 9.49883C2.5398 9.50629 2.58778 9.5674 2.58028 9.63448C2.57278 9.70156 2.51131 9.74926 2.44384 9.74181C2.43634 9.80889 2.37486 9.85659 2.30739 9.84913C2.2714 9.84466 2.23992 9.82528 2.22042 9.79696C2.21593 9.81187 2.20843 9.82528 2.19643 9.83572C2.16195 9.86851 2.10647 9.86702 2.07348 9.83274C2.039 9.86553 1.98352 9.86404 1.95053 9.82976C1.94303 9.8223 1.93704 9.81336 1.93404 9.80441C1.91604 9.82976 1.88906 9.84913 1.85607 9.8551C1.7886 9.86851 1.72262 9.82528 1.70763 9.7582C1.64015 9.77162 1.57418 9.72839 1.55919 9.66131C1.54719 9.59871 1.58318 9.53908 1.64165 9.51821C1.63116 9.51076 1.62966 9.50181 1.63566 9.49585C1.62966 9.49138 1.62966 9.48244 1.63416 9.47647C1.59667 9.46604 1.56518 9.43026 1.56518 9.38704C1.56518 9.33784 1.60417 9.29909 1.65365 9.29909L1.65665 9.2976Z' fill='url(%23paint103_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.35985 13.2039C2.34036 13.1592 2.36135 13.107 2.40633 13.0876C2.41833 13.0832 2.43032 13.0802 2.44232 13.0802C2.43932 13.0519 2.45731 13.0265 2.4843 13.0176C2.47381 12.9848 2.4918 12.9505 2.52479 12.9401C2.55777 12.9296 2.59226 12.9475 2.60276 12.9803C2.59076 12.952 2.60426 12.9207 2.63274 12.9088C2.66123 12.8968 2.69272 12.9088 2.70472 12.9386C2.71071 12.8939 2.72871 12.8506 2.76469 12.8193C2.83067 12.7627 2.92963 12.7701 2.9866 12.8357C3.05258 12.7791 3.15154 12.7865 3.20852 12.8521C3.26549 12.9177 3.258 13.0161 3.19202 13.0727C3.2565 13.0534 3.32547 13.0906 3.34346 13.1547C3.36295 13.2188 3.32547 13.2874 3.261 13.3053C3.28049 13.3694 3.243 13.4379 3.17853 13.4558C3.14254 13.4663 3.10656 13.4603 3.07807 13.4409C3.07957 13.4558 3.07807 13.4722 3.07207 13.4871C3.05258 13.5304 3.0016 13.5512 2.95812 13.5319C2.93862 13.5751 2.88764 13.5959 2.84416 13.5766C2.83366 13.5721 2.82617 13.5661 2.81867 13.5587C2.81267 13.5885 2.79468 13.6168 2.76769 13.6362C2.71071 13.675 2.63274 13.6615 2.59376 13.6049C2.53678 13.6436 2.45881 13.6302 2.41983 13.5736C2.38384 13.5214 2.39284 13.4514 2.43932 13.4096C2.42583 13.4066 2.42283 13.3992 2.42433 13.3917C2.41683 13.3888 2.41233 13.3813 2.41533 13.3738C2.37635 13.3783 2.33436 13.3574 2.31637 13.3187C2.29688 13.274 2.31787 13.2218 2.36285 13.2024L2.35985 13.2039Z' fill='url(%23paint104_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.20836 13.4081C2.17688 13.3649 2.18737 13.3037 2.23085 13.2724C2.24285 13.2635 2.25485 13.259 2.26834 13.256C2.25934 13.2262 2.27134 13.1934 2.29833 13.1785C2.27884 13.1457 2.29083 13.1055 2.32232 13.0861C2.35531 13.0667 2.39579 13.0787 2.41528 13.11C2.39579 13.0831 2.40179 13.0444 2.43028 13.025C2.45726 13.0056 2.49625 13.0116 2.51574 13.0399C2.51124 12.9907 2.52024 12.94 2.55023 12.8983C2.60721 12.8223 2.71516 12.8059 2.79163 12.8625C2.84861 12.7865 2.95657 12.7701 3.03304 12.8267C3.10951 12.8834 3.126 12.9907 3.06902 13.0667C3.1335 13.031 3.21596 13.0533 3.25195 13.1189C3.28794 13.1845 3.26544 13.265 3.19947 13.3008C3.23546 13.3649 3.21297 13.4468 3.14699 13.4826C3.11101 13.502 3.07052 13.5035 3.03604 13.4916C3.04203 13.5065 3.04353 13.5244 3.04053 13.5422C3.03004 13.5944 2.98056 13.6272 2.92958 13.6183C2.91908 13.6704 2.8696 13.7032 2.81862 13.6943C2.80663 13.6928 2.79613 13.6883 2.78713 13.6824C2.78713 13.7167 2.77514 13.7509 2.75115 13.7778C2.70017 13.8329 2.6117 13.8374 2.55623 13.7852C2.50525 13.8404 2.41678 13.8449 2.3613 13.7927C2.31032 13.745 2.30283 13.6675 2.34331 13.6123C2.32832 13.6123 2.32232 13.6049 2.32382 13.5959C2.31482 13.5959 2.30882 13.5885 2.30882 13.5795C2.26834 13.5944 2.21736 13.5825 2.18887 13.5437C2.15738 13.5005 2.16788 13.4394 2.21136 13.4081H2.20836Z' fill='url(%23paint105_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M3.36136 12.7587C3.32238 12.7527 3.29089 12.7289 3.2744 12.6961C3.2699 12.7513 3.23691 12.8004 3.18293 12.8243C3.10496 12.8571 3.015 12.8213 2.98051 12.7453C2.90254 12.7781 2.81258 12.7423 2.77809 12.6663C2.7616 12.6275 2.7616 12.5858 2.77659 12.55C2.74061 12.547 2.71062 12.5187 2.70612 12.4829C2.66564 12.4874 2.62815 12.4591 2.62216 12.4174C2.57567 12.4487 2.5157 12.4591 2.45872 12.4382C2.36576 12.4039 2.31778 12.3011 2.35226 12.2087C2.2593 12.1744 2.21132 12.0715 2.24581 11.9791C2.27279 11.9076 2.34027 11.8628 2.41224 11.8613C2.39275 11.8315 2.40024 11.8017 2.42423 11.7868C2.40924 11.763 2.41674 11.7331 2.44073 11.7182C2.44972 11.7138 2.45872 11.7108 2.46772 11.7108C2.43323 11.681 2.41974 11.6333 2.43473 11.5871C2.45422 11.5274 2.5187 11.4932 2.58017 11.511C2.55468 11.4455 2.57867 11.3679 2.64015 11.3277C2.59367 11.2561 2.61466 11.1622 2.68513 11.116C2.7571 11.0698 2.85156 11.0907 2.89805 11.1607C2.88005 11.1279 2.89355 11.0862 2.92654 11.0698C2.95952 11.0534 3.00151 11.0653 3.018 11.0981C3.05099 11.0802 3.09297 11.0937 3.10946 11.1265C3.10946 11.1294 3.11246 11.1309 3.11246 11.1339C3.13645 11.1071 3.17244 11.0892 3.21142 11.0907C3.28339 11.0907 3.34037 11.1488 3.34037 11.2204C3.41234 11.2204 3.46932 11.2785 3.46932 11.3501C3.46932 11.3843 3.45583 11.4142 3.43333 11.438C3.43633 11.4425 3.43933 11.4484 3.44083 11.4544C3.44833 11.4529 3.45583 11.4529 3.46182 11.4544C3.47682 11.3978 3.5203 11.3501 3.58028 11.3307C3.67474 11.2994 3.7767 11.3515 3.80669 11.4455C3.90115 11.4141 4.00311 11.4663 4.0331 11.5602C4.05259 11.6184 4.03909 11.678 4.00611 11.7242C4.05109 11.7108 4.10207 11.7182 4.14405 11.7466C4.21752 11.7972 4.23552 11.8986 4.18304 11.9717C4.25651 12.0223 4.2745 12.1237 4.22202 12.1967C4.17854 12.2593 4.09757 12.2802 4.0286 12.2534C4.09607 12.2996 4.12606 12.3875 4.09307 12.4665C4.05559 12.5575 3.95213 12.6007 3.86066 12.5634C3.82318 12.6544 3.71972 12.6976 3.62826 12.6603C3.61326 12.6544 3.59977 12.6469 3.58777 12.638C3.56228 12.6588 3.5278 12.6693 3.49331 12.6633C3.48281 12.7274 3.42284 12.7721 3.35686 12.7617L3.36136 12.7587Z' fill='url(%23paint106_linear_1090_10964)'/%3E%3Cpath style='mix-blend-mode:screen' opacity='0.4' d='M2.51721 12.2116C2.47823 12.2146 2.44224 12.1997 2.41675 12.1714C2.42575 12.225 2.40475 12.2817 2.35827 12.3175C2.2908 12.3681 2.19484 12.3562 2.14386 12.2891C2.07639 12.3398 1.98042 12.3279 1.92944 12.2608C1.90395 12.2265 1.89346 12.1863 1.89946 12.1475C1.86347 12.1535 1.82748 12.1341 1.81549 12.0983C1.7765 12.1132 1.73452 12.0939 1.71803 12.0551C1.68054 12.0968 1.62356 12.1207 1.56359 12.1147C1.46463 12.1043 1.39266 12.0163 1.40315 11.918C1.30419 11.9075 1.23222 11.8196 1.24272 11.7212C1.25021 11.6452 1.30569 11.5855 1.37616 11.5677C1.35067 11.5438 1.35067 11.5125 1.37017 11.4931C1.35067 11.4738 1.35067 11.4424 1.37017 11.4231C1.37766 11.4156 1.38516 11.4111 1.39416 11.4097C1.35367 11.3888 1.32818 11.3456 1.33118 11.2979C1.33568 11.2352 1.38966 11.1861 1.45263 11.189C1.41215 11.1309 1.41515 11.0504 1.46613 10.9967C1.40465 10.9386 1.40015 10.8417 1.45863 10.7806C1.51711 10.7195 1.61457 10.715 1.67604 10.7731C1.65055 10.7448 1.65355 10.7031 1.68204 10.6777C1.71053 10.6524 1.75251 10.6554 1.778 10.6837C1.80649 10.6584 1.84848 10.6614 1.87397 10.6897C1.87546 10.6912 1.87696 10.6941 1.87846 10.6956C1.89496 10.6628 1.92495 10.639 1.96393 10.6286C2.0329 10.6122 2.10337 10.6539 2.11987 10.724C2.18884 10.7076 2.25931 10.7493 2.27581 10.8194C2.2833 10.8522 2.27881 10.8849 2.26231 10.9133C2.26681 10.9177 2.26981 10.9222 2.27281 10.9267C2.2788 10.9237 2.2863 10.9222 2.2938 10.9207C2.2938 10.8626 2.32379 10.8059 2.37777 10.7717C2.46173 10.7195 2.57269 10.7448 2.62667 10.8283C2.71063 10.7761 2.82159 10.8015 2.87557 10.8849C2.90856 10.9371 2.91155 10.9982 2.88906 11.0504C2.92955 11.0266 2.98053 11.0206 3.02851 11.0385C3.11247 11.0698 3.15446 11.1637 3.12147 11.2472C3.20544 11.2785 3.24742 11.3724 3.21443 11.4559C3.18744 11.5274 3.11397 11.5677 3.0405 11.5572C3.11697 11.5855 3.16795 11.6646 3.15596 11.748C3.14246 11.8449 3.0525 11.912 2.95504 11.8986C2.94154 11.9955 2.85158 12.0626 2.75412 12.0491C2.73912 12.0476 2.72413 12.0432 2.70913 12.0372C2.68964 12.064 2.65965 12.0819 2.62367 12.0849C2.62967 12.1505 2.58168 12.2071 2.51571 12.2131L2.51721 12.2116Z' fill='url(%23paint107_linear_1090_10964)'/%3E%3C/g%3E%3Cpath d='M5.42789 16.4673C5.10552 16.5448 4.59422 16.5284 4.23286 16.3078C3.92548 16.1214 3.86701 15.9112 3.84302 15.8203L6.20608 15.8844C6.10112 16.1721 5.84023 16.3674 5.42789 16.4673Z' fill='%23AD6D34'/%3E%3Cpath d='M6.22393 15.8258C6.18794 15.9734 6.07099 16.115 5.87157 16.2253C5.39476 16.4906 4.63306 16.4832 4.17124 16.2089C3.98532 16.0986 3.87586 15.9615 3.84138 15.8199L3.82788 15.7617L6.23892 15.7692L6.22543 15.8273L6.22393 15.8258Z' fill='url(%23paint108_linear_1090_10964)'/%3E%3Cpath d='M5.90609 15.183C5.43827 14.9042 4.66758 14.8968 4.18477 15.1651C3.70346 15.4334 3.69146 15.8776 4.16078 16.1563C4.62859 16.4351 5.39929 16.4425 5.8821 16.1742C6.3634 15.9059 6.3754 15.4617 5.90609 15.183Z' fill='%23E2E1DD'/%3E%3Cpath d='M5.88364 15.1967C5.42632 14.9254 4.67512 14.9179 4.2058 15.1803C3.73649 15.4427 3.7245 15.8749 4.18181 16.1462C4.63913 16.4175 5.39034 16.425 5.85965 16.1626C6.32896 15.9003 6.34096 15.468 5.88364 15.1967Z' fill='url(%23paint109_linear_1090_10964)'/%3E%3Cpath d='M5.66772 15.5855C5.32735 15.3828 4.76657 15.3768 4.41571 15.5736C4.12333 15.7361 4.06935 15.988 4.25677 16.1848C4.7006 16.4084 5.36484 16.4099 5.81016 16.1878C5.99159 15.997 5.94511 15.7525 5.66772 15.587V15.5855Z' fill='%23E2E1DD'/%3E%3Cpath d='M5.98266 16.1133C5.96017 16.1848 5.8822 16.2206 5.77124 16.234V16.2787L6.8718 16.8914C6.93028 16.9242 7.02324 16.9242 7.08172 16.8914C7.11171 16.875 7.1252 16.8526 7.1252 16.8303V16.8034C7.1252 16.7811 7.11021 16.7602 7.08172 16.7438L5.98116 16.1133H5.98266ZM7.02324 16.8139C7.02324 16.8139 7.02924 16.8184 7.03224 16.8213C7.02924 16.8243 7.02774 16.8273 7.02324 16.8288C7.00225 16.8407 6.96926 16.8407 6.94977 16.8288C6.94527 16.8258 6.94377 16.8243 6.94078 16.8213C6.94377 16.8184 6.94527 16.8154 6.94977 16.8139C6.97076 16.802 7.00375 16.802 7.02324 16.8139Z' fill='%232D2A28'/%3E%3Cpath d='M5.98266 16.1133C5.92568 16.1565 5.85371 16.1953 5.77124 16.234L6.8718 16.8646C6.93028 16.8974 7.02324 16.8974 7.08172 16.8646C7.1402 16.8318 7.1402 16.7766 7.08172 16.7438L5.98116 16.1133H5.98266ZM7.02174 16.7871C7.04274 16.799 7.04274 16.8184 7.02174 16.8303C7.00075 16.8422 6.96777 16.8422 6.94827 16.8303C6.92878 16.8184 6.92878 16.799 6.94827 16.7871C6.96926 16.7751 7.00225 16.7751 7.02174 16.7871Z' fill='%2338243D'/%3E%3Cpath d='M5.06633 15.8004C5.50415 15.8481 5.55963 15.4576 5.27924 15.3816C4.74395 15.237 4.49655 15.7378 5.06633 15.8004Z' fill='%23773B20'/%3E%3Cpath d='M5.27777 15.3818C5.13833 15.3445 4.97339 15.3386 4.84744 15.4191C4.82645 15.4325 4.80696 15.4489 4.79047 15.4668C4.77847 15.4802 4.74698 15.516 4.75748 15.5353C4.75898 15.5383 4.76198 15.5413 4.76348 15.5443C4.76798 15.5532 4.76348 15.5637 4.76798 15.5726C4.77097 15.583 4.78297 15.589 4.79047 15.5979C4.79796 15.6069 4.80246 15.6203 4.81146 15.6292C4.82645 15.6427 4.85044 15.6397 4.86993 15.6486C4.88793 15.6576 4.89992 15.6725 4.91642 15.6829C4.9674 15.7127 4.97939 15.6889 5.03187 15.6963C5.09485 15.7053 5.06186 15.7172 5.12633 15.7023C5.15932 15.6948 5.19531 15.7112 5.22829 15.7053C5.24629 15.7023 5.26278 15.6933 5.27927 15.6904C5.29876 15.6859 5.31826 15.6874 5.33475 15.6769C5.35124 15.6665 5.37074 15.6561 5.38273 15.6412C5.38573 15.6382 5.41272 15.583 5.41272 15.583C5.41572 15.5741 5.41422 15.5651 5.41572 15.5562C5.41572 15.5428 5.42172 15.5309 5.42471 15.5189C5.43221 15.4891 5.41272 15.4638 5.39173 15.4444C5.36024 15.4131 5.31976 15.3937 5.27777 15.3818Z' fill='%238E4A28'/%3E%3Cpath d='M5.3301 15.4328C5.3166 15.4239 5.29111 15.4105 5.27312 15.415C5.27012 15.415 5.26712 15.4179 5.26562 15.4209C5.26562 15.4239 5.26563 15.4254 5.26862 15.4284C5.27462 15.4343 5.28512 15.4343 5.29261 15.4388C5.30161 15.4433 5.3241 15.4627 5.3346 15.4597C5.3406 15.4597 5.34209 15.4507 5.3406 15.4463C5.3391 15.4403 5.3346 15.4373 5.3301 15.4343V15.4328Z' fill='%23773B20'/%3E%3Cpath d='M5.31954 15.5502C5.30755 15.5427 5.28656 15.5353 5.27306 15.5412C5.25657 15.5472 5.26257 15.5636 5.27756 15.5696C5.28506 15.5725 5.29106 15.5725 5.29855 15.5725C5.30305 15.5725 5.30755 15.5725 5.31205 15.5725C5.31805 15.5725 5.32554 15.5725 5.32854 15.5666C5.33154 15.5606 5.32554 15.5546 5.32104 15.5517L5.31954 15.5502Z' fill='%23773B20'/%3E%3Cpath d='M5.17579 15.5668C5.17579 15.5668 5.17429 15.5593 5.17129 15.5563C5.16829 15.5533 5.16379 15.5519 5.15929 15.5519C5.1488 15.5489 5.1383 15.5519 5.1338 15.5638C5.1293 15.5742 5.15629 15.5802 5.16379 15.5787C5.16979 15.5787 5.17579 15.5727 5.17579 15.5668Z' fill='%23773B20'/%3E%3Cpath d='M4.9718 15.5697C4.9793 15.5668 4.9853 15.5608 4.99129 15.5563C4.99129 15.5414 4.9853 15.537 4.9778 15.5355C4.96281 15.5325 4.92082 15.5519 4.94781 15.5683C4.95531 15.5727 4.9643 15.5727 4.9718 15.5683V15.5697Z' fill='%23773B20'/%3E%3Cpath d='M4.92315 15.4609C4.92315 15.4609 4.91447 15.4609 4.91302 15.4652L4.90723 15.471C4.90723 15.471 4.91157 15.4825 4.91736 15.4825C4.92315 15.4825 4.92894 15.4796 4.93329 15.4753C4.93618 15.4667 4.93329 15.4638 4.93184 15.4624C4.92894 15.4624 4.92605 15.4624 4.92315 15.4624V15.4609Z' fill='%23773B20'/%3E%3Cpath d='M4.99433 15.391C4.99433 15.391 4.98983 15.394 4.98833 15.397C4.98683 15.4029 4.99133 15.4119 4.99732 15.4134C5.00482 15.4134 5.01082 15.4104 5.01532 15.4044C5.01682 15.4015 5.01832 15.3985 5.01532 15.3955C5.00782 15.3925 5.00032 15.3895 4.99433 15.391Z' fill='%23773B20'/%3E%3Cpath d='M4.8518 15.5367C4.82631 15.5292 4.80682 15.5501 4.81881 15.5754C4.82481 15.5874 4.8413 15.5933 4.8533 15.5874C4.8593 15.5844 4.8638 15.5784 4.86679 15.571C4.86829 15.5665 4.87129 15.562 4.87129 15.5576C4.87129 15.5471 4.8623 15.5382 4.8518 15.5352V15.5367Z' fill='%23773B20'/%3E%3Cpath d='M5.10198 15.4531C5.10198 15.4531 5.09619 15.456 5.09619 15.4589C5.09619 15.4617 5.09619 15.4646 5.09909 15.466C5.10488 15.4703 5.11212 15.4689 5.11356 15.4617C5.11356 15.456 5.10922 15.4531 5.10198 15.4546V15.4531Z' fill='%23773B20'/%3E%3Cpath d='M4.98978 15.6133C4.98078 15.6088 4.97029 15.6073 4.96129 15.6133C4.94929 15.6193 4.96729 15.6357 4.97478 15.6372C4.98378 15.6386 4.99428 15.6327 4.99578 15.6237C4.99578 15.6208 4.99578 15.6178 4.99578 15.6163C4.99578 15.6163 4.99278 15.6148 4.99128 15.6148L4.98978 15.6133Z' fill='%23773B20'/%3E%3Cpath d='M5.20123 15.6163C5.19373 15.6133 5.18474 15.6133 5.17724 15.6133C5.17274 15.6133 5.16824 15.6178 5.16524 15.6222C5.16224 15.6282 5.16075 15.6356 5.16374 15.6416C5.16674 15.6476 5.17274 15.6535 5.17874 15.6535C5.18624 15.6535 5.19223 15.6476 5.19823 15.6431C5.20273 15.6371 5.20723 15.6312 5.20723 15.6237C5.20573 15.6178 5.20423 15.6178 5.20273 15.6178L5.20123 15.6163Z' fill='%23773B20'/%3E%3Cpath d='M5.33781 16.3043C5.77564 16.352 5.83112 15.9615 5.55073 15.8855C5.01544 15.7409 4.76804 16.2417 5.33781 16.3043Z' fill='%23773B20'/%3E%3Cpath d='M5.54926 15.8857C5.40981 15.8484 5.24488 15.8425 5.11893 15.923C5.09794 15.9364 5.07844 15.9528 5.06195 15.9707C5.04996 15.9841 5.01847 16.0199 5.02896 16.0392C5.03046 16.0422 5.03346 16.0452 5.03496 16.0482C5.03946 16.0571 5.03496 16.0676 5.03946 16.0765C5.04246 16.0869 5.05445 16.0929 5.06195 16.1018C5.06945 16.1108 5.07395 16.1242 5.08294 16.1331C5.09794 16.1466 5.12193 16.1436 5.14142 16.1525C5.15941 16.1615 5.17141 16.1764 5.1879 16.1868C5.23888 16.2166 5.25088 16.1928 5.30335 16.2002C5.36633 16.2092 5.33334 16.2211 5.39782 16.2062C5.4308 16.1987 5.46679 16.2151 5.49978 16.2092C5.51777 16.2062 5.53426 16.1972 5.55076 16.1943C5.57025 16.1898 5.58974 16.1913 5.60623 16.1808C5.62273 16.1704 5.64222 16.16 5.65422 16.1451C5.65721 16.1421 5.6842 16.0869 5.6842 16.0869C5.6872 16.078 5.6857 16.069 5.6872 16.0601C5.6872 16.0467 5.6932 16.0348 5.6962 16.0228C5.7037 15.993 5.6842 15.9677 5.66321 15.9483C5.63172 15.917 5.59124 15.8976 5.54926 15.8857Z' fill='%238E4A28'/%3E%3Cpath d='M5.60158 15.9367C5.58809 15.9278 5.5626 15.9144 5.54461 15.9189C5.54161 15.9189 5.53861 15.9218 5.53711 15.9248C5.53711 15.9278 5.53711 15.9293 5.54011 15.9323C5.54611 15.9382 5.5566 15.9382 5.5641 15.9427C5.5731 15.9472 5.59559 15.9666 5.60608 15.9636C5.61208 15.9636 5.61358 15.9546 5.61208 15.9502C5.61058 15.9442 5.60608 15.9412 5.60158 15.9382V15.9367Z' fill='%23773B20'/%3E%3Cpath d='M5.59103 16.0502C5.57903 16.0427 5.55804 16.0353 5.54455 16.0412C5.52805 16.0472 5.53405 16.0636 5.54905 16.0696C5.55654 16.0725 5.56254 16.0725 5.57004 16.0725C5.57454 16.0725 5.57903 16.0725 5.58353 16.0725C5.58953 16.0725 5.59703 16.0725 5.60003 16.0666C5.60302 16.0606 5.59703 16.0546 5.59253 16.0517L5.59103 16.0502Z' fill='%23773B20'/%3E%3Cpath d='M5.44727 16.0707C5.44727 16.0707 5.44577 16.0632 5.44277 16.0602C5.43977 16.0573 5.43528 16.0558 5.43078 16.0558C5.42028 16.0528 5.40979 16.0558 5.40529 16.0677C5.40079 16.0781 5.42778 16.0841 5.43528 16.0826C5.44127 16.0826 5.44727 16.0766 5.44727 16.0707Z' fill='%23773B20'/%3E%3Cpath d='M5.24329 16.0697C5.25078 16.0668 5.25678 16.0608 5.26278 16.0563C5.26278 16.0414 5.25678 16.037 5.24928 16.0355C5.23429 16.0325 5.19231 16.0519 5.2193 16.0683C5.22679 16.0727 5.23579 16.0727 5.24329 16.0683V16.0697Z' fill='%23773B20'/%3E%3Cpath d='M5.1961 15.9648C5.1961 15.9648 5.18741 15.9648 5.18597 15.9691L5.18018 15.9749C5.18018 15.9749 5.18452 15.9864 5.19031 15.9864C5.1961 15.9864 5.20189 15.9835 5.20623 15.9792C5.20913 15.9706 5.20623 15.9677 5.20479 15.9663C5.20189 15.9663 5.199 15.9663 5.1961 15.9663V15.9648Z' fill='%23773B20'/%3E%3Cpath d='M5.26581 15.8949C5.26581 15.8949 5.26131 15.8979 5.25981 15.9009C5.25831 15.9069 5.26281 15.9158 5.26881 15.9173C5.27631 15.9173 5.2823 15.9143 5.2868 15.9083C5.2883 15.9054 5.2898 15.9024 5.2868 15.8994C5.2793 15.8964 5.27181 15.8934 5.26581 15.8949Z' fill='%23773B20'/%3E%3Cpath d='M5.12328 16.0406C5.09779 16.0331 5.0783 16.054 5.0903 16.0793C5.0963 16.0913 5.11279 16.0972 5.12478 16.0913C5.13078 16.0883 5.13528 16.0823 5.13828 16.0749C5.13978 16.0704 5.14278 16.0659 5.14278 16.0615C5.14278 16.051 5.13378 16.0421 5.12328 16.0391V16.0406Z' fill='%23773B20'/%3E%3Cpath d='M5.37347 15.9531C5.37347 15.9531 5.36768 15.956 5.36768 15.9589C5.36768 15.9617 5.36768 15.9646 5.37057 15.966C5.37636 15.9703 5.3836 15.9689 5.38505 15.9617C5.38505 15.956 5.38071 15.9531 5.37347 15.9546V15.9531Z' fill='%23773B20'/%3E%3Cpath d='M5.26273 16.1172C5.25373 16.1127 5.24324 16.1113 5.23424 16.1172C5.22224 16.1232 5.24024 16.1396 5.24773 16.1411C5.25673 16.1426 5.26723 16.1366 5.26873 16.1276C5.26873 16.1247 5.26873 16.1217 5.26873 16.1202C5.26873 16.1202 5.26573 16.1187 5.26423 16.1187L5.26273 16.1172Z' fill='%23773B20'/%3E%3Cpath d='M5.47271 16.1202C5.46522 16.1172 5.45622 16.1172 5.44872 16.1172C5.44422 16.1172 5.43973 16.1217 5.43673 16.1261C5.43373 16.1321 5.43223 16.1395 5.43523 16.1455C5.43823 16.1515 5.44422 16.1574 5.45022 16.1574C5.45772 16.1574 5.46372 16.1515 5.46971 16.147C5.47421 16.141 5.47871 16.1351 5.47871 16.1276C5.47721 16.1217 5.47571 16.1217 5.47421 16.1217L5.47271 16.1202Z' fill='%23773B20'/%3E%3Cpath d='M4.50114 16.2184C4.93897 16.2661 4.99445 15.8755 4.71406 15.7995C4.17877 15.6549 3.93137 16.1558 4.50114 16.2184Z' fill='%23773B20'/%3E%3Cpath d='M4.71405 15.7998C4.57461 15.7625 4.40967 15.7565 4.28372 15.837C4.26273 15.8504 4.24324 15.8668 4.22675 15.8847C4.21475 15.8981 4.18326 15.9339 4.19376 15.9533C4.19526 15.9563 4.19826 15.9593 4.19976 15.9622C4.20425 15.9712 4.19976 15.9816 4.20425 15.9906C4.20725 16.001 4.21925 16.007 4.22675 16.0159C4.23424 16.0248 4.23874 16.0383 4.24774 16.0472C4.26273 16.0606 4.28672 16.0576 4.30621 16.0666C4.32421 16.0755 4.3362 16.0904 4.3527 16.1009C4.40368 16.1307 4.41567 16.1068 4.46815 16.1143C4.53112 16.1232 4.49814 16.1352 4.56261 16.1203C4.5956 16.1128 4.63159 16.1292 4.66457 16.1232C4.68257 16.1202 4.69906 16.1113 4.71555 16.1083C4.73504 16.1039 4.75454 16.1053 4.77103 16.0949C4.78752 16.0845 4.80702 16.074 4.81901 16.0591C4.82201 16.0562 4.849 16.001 4.849 16.001C4.852 15.9921 4.8505 15.9831 4.852 15.9742C4.852 15.9608 4.858 15.9488 4.86099 15.9369C4.86849 15.9071 4.849 15.8817 4.82801 15.8624C4.79652 15.8311 4.75604 15.8117 4.71405 15.7998Z' fill='%238E4A28'/%3E%3Cpath d='M4.76662 15.8508C4.75313 15.8419 4.72764 15.8284 4.70965 15.8329C4.70665 15.8329 4.70365 15.8359 4.70215 15.8389C4.70215 15.8419 4.70215 15.8434 4.70515 15.8463C4.71114 15.8523 4.72164 15.8523 4.72914 15.8568C4.73813 15.8612 4.76063 15.8806 4.77112 15.8776C4.77712 15.8776 4.77862 15.8687 4.77712 15.8642C4.77562 15.8583 4.77112 15.8553 4.76662 15.8523V15.8508Z' fill='%23773B20'/%3E%3Cpath d='M4.7546 15.9681C4.74261 15.9607 4.72162 15.9532 4.70812 15.9592C4.69163 15.9652 4.69763 15.9816 4.71262 15.9875C4.72012 15.9905 4.72611 15.9905 4.73361 15.9905C4.73811 15.9905 4.74261 15.9905 4.74711 15.9905C4.7531 15.9905 4.7606 15.9905 4.7636 15.9845C4.7666 15.9786 4.7606 15.9726 4.7561 15.9696L4.7546 15.9681Z' fill='%23773B20'/%3E%3Cpath d='M4.61231 15.9847C4.61231 15.9847 4.61081 15.9773 4.60781 15.9743C4.60481 15.9713 4.60031 15.9698 4.59582 15.9698C4.58532 15.9668 4.57482 15.9698 4.57033 15.9817C4.56583 15.9922 4.59282 15.9981 4.60031 15.9967C4.60631 15.9967 4.61231 15.9907 4.61231 15.9862V15.9847Z' fill='%23773B20'/%3E%3Cpath d='M4.40832 15.9838C4.40832 15.9838 4.42182 15.9749 4.42782 15.9704C4.42782 15.9555 4.42182 15.951 4.41432 15.9495C4.39933 15.9465 4.35735 15.9659 4.38433 15.9823C4.39183 15.9868 4.40083 15.9868 4.40832 15.9823V15.9838Z' fill='%23773B20'/%3E%3Cpath d='M4.35967 15.8789C4.35967 15.8789 4.35099 15.8789 4.34954 15.8832L4.34375 15.889C4.34375 15.889 4.34809 15.9004 4.35388 15.9004C4.35967 15.9004 4.36547 15.8976 4.36981 15.8933C4.3727 15.8846 4.36981 15.8818 4.36836 15.8803C4.36547 15.8803 4.36257 15.8803 4.35967 15.8803V15.8789Z' fill='%23773B20'/%3E%3Cpath d='M4.43085 15.809C4.43085 15.809 4.42635 15.812 4.42485 15.815C4.42335 15.8209 4.42785 15.8299 4.43385 15.8314C4.44134 15.8314 4.44734 15.8284 4.45184 15.8224C4.45334 15.8194 4.45484 15.8164 4.45184 15.8135C4.44434 15.8105 4.43685 15.8075 4.43085 15.809Z' fill='%23773B20'/%3E%3Cpath d='M4.28832 15.9547C4.26283 15.9472 4.24334 15.9681 4.25534 15.9934C4.26133 16.0053 4.27783 16.0113 4.28982 16.0053C4.29582 16.0024 4.30032 15.9964 4.30332 15.9889C4.30482 15.9845 4.30782 15.98 4.30782 15.9755C4.30782 15.9651 4.29882 15.9561 4.28832 15.9532V15.9547Z' fill='%23773B20'/%3E%3Cpath d='M4.53704 15.8672C4.53704 15.8672 4.53125 15.8701 4.53125 15.8729C4.53125 15.8758 4.53125 15.8787 4.53415 15.8801C4.53994 15.8844 4.54717 15.883 4.54862 15.8758C4.54862 15.8701 4.54428 15.8672 4.53704 15.8686V15.8672Z' fill='%23773B20'/%3E%3Cpath d='M4.4263 16.0313C4.41731 16.0268 4.40681 16.0253 4.39781 16.0313C4.38582 16.0372 4.40381 16.0536 4.41131 16.0551C4.4203 16.0566 4.4308 16.0507 4.4323 16.0417C4.4323 16.0387 4.4323 16.0357 4.4323 16.0343C4.4323 16.0343 4.4293 16.0328 4.4278 16.0328L4.4263 16.0313Z' fill='%23773B20'/%3E%3Cpath d='M4.63775 16.0342C4.63026 16.0313 4.62126 16.0312 4.61376 16.0312C4.60926 16.0312 4.60477 16.0357 4.60177 16.0402C4.59877 16.0462 4.59727 16.0536 4.60027 16.0596C4.60327 16.0655 4.60926 16.0715 4.61526 16.0715C4.62276 16.0715 4.62876 16.0655 4.63475 16.0611C4.63925 16.0551 4.64375 16.0491 4.64375 16.0417C4.64225 16.0357 4.64075 16.0357 4.63925 16.0357L4.63775 16.0342Z' fill='%23773B20'/%3E%3Cpath d='M9.57825 9.80618C9.57825 9.80618 9.57375 9.79277 9.57226 9.7868C9.53927 9.68544 9.58875 9.63327 9.50478 9.55277C9.4493 9.5006 9.38633 9.46035 9.31736 9.42905C9.22439 9.38433 9.13293 9.3247 9.07445 9.23825C9.03697 9.1816 8.17631 7.09321 8.17631 7.08427C8.17931 7.04402 8.32325 4.70669 8.11333 4.26696C8.05786 4.14919 7.96339 4.08957 7.85993 4.06572C7.59454 4.00609 7.33814 4.1954 7.28416 4.45925C7.09524 5.37748 7.38762 6.99632 7.46559 7.42265C7.48208 7.50612 8.53317 9.35005 8.57965 9.49613C8.62763 9.64072 8.67111 9.76593 8.77607 9.8837C8.83155 9.9463 8.89752 9.99997 8.94251 10.07C8.98749 10.1386 8.99648 10.2221 9.03697 10.2891C9.15242 10.4844 9.44631 10.3652 9.55426 10.2265C9.65622 10.0969 9.62623 9.95077 9.57825 9.80618Z' fill='%23FABC9D'/%3E%3Cpath d='M7.30816 4.15474C7.02478 4.64815 7.08175 5.53359 7.09225 6.06127C7.17472 6.43244 8.28728 6.39667 8.35775 6.2014C8.51069 4.36791 7.88993 3.14111 7.30816 4.15474Z' fill='%23BEB9A0'/%3E%3Cpath d='M13.3911 7.4232C13.3116 7.2801 13.1002 7.19215 12.9787 7.10272C12.8783 7.02818 12.7478 6.95961 12.6623 6.87017C12.355 6.54522 11.3729 5.25581 11.3594 5.23047L10.8091 5.82971C10.8091 5.82971 11.5948 6.68981 12.0941 7.08334C12.181 7.15191 12.5274 7.47538 12.4344 7.56183C12.391 7.60059 12.274 7.67959 12.304 7.74816C12.3175 7.78096 12.358 7.79437 12.394 7.79437C12.4554 7.79437 12.5154 7.76456 12.5604 7.72133C12.5769 7.70642 12.5904 7.69003 12.6084 7.67661C12.6938 7.60953 12.7808 7.62593 12.8708 7.67214C12.9637 7.71984 12.9682 7.79884 12.9742 7.89723C12.9757 7.92406 12.9787 7.95387 12.9967 7.97325C13.0327 8.0135 13.1017 7.9971 13.1407 7.96132C13.1811 7.92555 13.2051 7.87487 13.2471 7.84207C13.2636 7.82866 13.2831 7.81822 13.2996 7.80332C13.3161 7.78841 13.3296 7.77052 13.3416 7.75114C13.3701 7.70792 13.4001 7.66469 13.4135 7.6155C13.433 7.54245 13.421 7.48134 13.3911 7.42768V7.4232Z' fill='%23FABC9D'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_1090_10964' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(6.84173 8.27133) scale(6.11158 6.07586)'%3E%3Cstop stop-color='%23D6D6D6'/%3E%3Cstop offset='0.24' stop-color='%23E3E3E3'/%3E%3Cstop offset='0.53' stop-color='%23ECECEC'/%3E%3Cstop offset='1' stop-color='%23EFEFEF'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint1_linear_1090_10964' x1='7.62451' y1='8.09842' x2='10.7508' y2='8.09842' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E4E4E4'/%3E%3Cstop offset='1' stop-color='%23EDEDED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_1090_10964' x1='6.87182' y1='7.02044' x2='9.25691' y2='5.71033' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B8B29A'/%3E%3Cstop offset='0.16' stop-color='%23B3AE98'/%3E%3Cstop offset='0.61' stop-color='%23CBC5AA'/%3E%3Cstop offset='1' stop-color='%23D2CCB2'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_1090_10964' x1='6.97086' y1='9.60768' x2='14.0196' y2='9.60768' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ECECEC'/%3E%3Cstop offset='0.44' stop-color='%23F6F6F6'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_1090_10964' x1='9.42676' y1='4.00073' x2='9.80011' y2='4.00073' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E4E4E4'/%3E%3Cstop offset='1' stop-color='%23EDEDED'/%3E%3C/linearGradient%3E%3CradialGradient id='paint5_radial_1090_10964' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(9.67709 0.109946) scale(2.82488 2.80837)'%3E%3Cstop stop-color='%23D3CDB3'/%3E%3Cstop offset='0.47' stop-color='%23CBC5A8'/%3E%3Cstop offset='0.76' stop-color='%23BFB796'/%3E%3Cstop offset='1' stop-color='%23B8B29A'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint6_linear_1090_10964' x1='8.05779' y1='1.76415' x2='8.89515' y2='0.855925' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E4E4E4'/%3E%3Cstop offset='1' stop-color='%23EDEDED'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_1090_10964' x1='24.7837' y1='10.9001' x2='21.9049' y2='15.9173' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C0BFBC'/%3E%3Cstop offset='0.02' stop-color='%23BFBEBB'/%3E%3Cstop offset='0.32' stop-color='%23B8B7B4'/%3E%3Cstop offset='1' stop-color='%23B6B5B3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_1090_10964' x1='14.3642' y1='16.9478' x2='11.4853' y2='21.9651' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C0BFBC'/%3E%3Cstop offset='0.02' stop-color='%23BFBEBB'/%3E%3Cstop offset='0.32' stop-color='%23B8B7B4'/%3E%3Cstop offset='1' stop-color='%23B6B5B3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_1090_10964' x1='17.2599' y1='18.391' x2='19.6649' y2='18.391' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_1090_10964' x1='0.000202083' y1='18.3026' x2='0.150143' y2='18.3026' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_1090_10964' x1='0.000202083' y1='18.2167' x2='0.150143' y2='18.2167' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_1090_10964' x1='0.000202083' y1='18.1307' x2='0.150143' y2='18.1307' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_1090_10964' x1='0.000202083' y1='18.0409' x2='0.150143' y2='18.0409' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_1090_10964' x1='0.000202083' y1='17.955' x2='0.150143' y2='17.955' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_1090_10964' x1='0.000202083' y1='17.869' x2='0.150143' y2='17.869' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_1090_10964' x1='15.4845' y1='19.4081' x2='17.8895' y2='19.4081' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_1090_10964' x1='15.4845' y1='19.3207' x2='17.8895' y2='19.3207' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear_1090_10964' x1='15.4845' y1='19.2362' x2='17.8895' y2='19.2362' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear_1090_10964' x1='15.4845' y1='19.1464' x2='17.8895' y2='19.1464' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear_1090_10964' x1='15.4845' y1='19.0604' x2='17.8895' y2='19.0604' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear_1090_10964' x1='15.4845' y1='18.9745' x2='17.8895' y2='18.9745' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear_1090_10964' x1='15.4845' y1='18.8847' x2='17.8895' y2='18.8847' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear_1090_10964' x1='14.2445' y1='20.2567' x2='16.0168' y2='20.2567' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear_1090_10964' x1='14.2445' y1='20.1903' x2='16.0168' y2='20.1903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear_1090_10964' x1='14.2445' y1='20.1239' x2='16.0168' y2='20.1239' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint26_linear_1090_10964' x1='14.2445' y1='20.0536' x2='16.0168' y2='20.0536' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint27_linear_1090_10964' x1='14.2445' y1='19.9872' x2='16.0168' y2='19.9872' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint28_linear_1090_10964' x1='12.9491' y1='20.9989' x2='14.7214' y2='20.9989' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint29_linear_1090_10964' x1='12.9491' y1='20.931' x2='14.7214' y2='20.931' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint30_linear_1090_10964' x1='12.9491' y1='20.8661' x2='14.7214' y2='20.8661' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint31_linear_1090_10964' x1='12.9491' y1='20.7958' x2='14.7214' y2='20.7958' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint32_linear_1090_10964' x1='12.9491' y1='20.7294' x2='14.7214' y2='20.7294' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint33_linear_1090_10964' x1='0.000202083' y1='15.4979' x2='0.150143' y2='15.4979' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint34_linear_1090_10964' x1='0.000202083' y1='15.412' x2='0.150143' y2='15.412' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint35_linear_1090_10964' x1='0.000202083' y1='15.3261' x2='0.150143' y2='15.3261' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint36_linear_1090_10964' x1='0.000202083' y1='15.2362' x2='0.150143' y2='15.2362' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint37_linear_1090_10964' x1='0.000202083' y1='15.1488' x2='0.150143' y2='15.1488' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint38_linear_1090_10964' x1='0.000202083' y1='15.0643' x2='0.150143' y2='15.0643' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint39_linear_1090_10964' x1='0.000202083' y1='14.9745' x2='0.150143' y2='14.9745' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint40_linear_1090_10964' x1='15.4845' y1='16.5199' x2='17.8895' y2='16.5199' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint41_linear_1090_10964' x1='15.4845' y1='16.4315' x2='17.8895' y2='16.4315' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint42_linear_1090_10964' x1='15.4845' y1='16.3456' x2='17.8895' y2='16.3456' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint43_linear_1090_10964' x1='15.4845' y1='16.2597' x2='17.8895' y2='16.2597' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint44_linear_1090_10964' x1='15.4845' y1='16.1698' x2='17.8895' y2='16.1698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint45_linear_1090_10964' x1='15.4845' y1='16.0824' x2='17.8895' y2='16.0824' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint46_linear_1090_10964' x1='15.4845' y1='15.9979' x2='17.8895' y2='15.9979' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint47_linear_1090_10964' x1='14.2445' y1='17.3607' x2='16.0168' y2='17.3607' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint48_linear_1090_10964' x1='14.2445' y1='17.2958' x2='16.0168' y2='17.2958' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint49_linear_1090_10964' x1='14.2445' y1='17.2294' x2='16.0168' y2='17.2294' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint50_linear_1090_10964' x1='14.2445' y1='17.1591' x2='16.0168' y2='17.1591' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint51_linear_1090_10964' x1='14.2445' y1='17.0927' x2='16.0168' y2='17.0927' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint52_linear_1090_10964' x1='12.9491' y1='18.1044' x2='14.7214' y2='18.1044' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint53_linear_1090_10964' x1='12.9491' y1='18.038' x2='14.7214' y2='18.038' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint54_linear_1090_10964' x1='12.9491' y1='17.9716' x2='14.7214' y2='17.9716' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint55_linear_1090_10964' x1='12.9491' y1='17.9012' x2='14.7214' y2='17.9012' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint56_linear_1090_10964' x1='12.9491' y1='17.8348' x2='14.7214' y2='17.8348' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint57_linear_1090_10964' x1='19.4012' y1='15.3888' x2='17.6497' y2='12.9607' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237D510D'/%3E%3Cstop offset='0.48' stop-color='%23A87321'/%3E%3Cstop offset='0.81' stop-color='%23C1872E'/%3E%3Cstop offset='1' stop-color='%23C0872E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint58_linear_1090_10964' x1='16.6838' y1='10.7386' x2='6.37952' y2='4.05258' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237D510D'/%3E%3Cstop offset='0.48' stop-color='%23A87321'/%3E%3Cstop offset='0.81' stop-color='%23C1872E'/%3E%3Cstop offset='1' stop-color='%23C0872E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint59_linear_1090_10964' x1='17.1047' y1='12.0085' x2='15.1215' y2='9.74907' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237D510D'/%3E%3Cstop offset='0.48' stop-color='%23A87321'/%3E%3Cstop offset='0.81' stop-color='%23C1872E'/%3E%3Cstop offset='1' stop-color='%23C0872E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint60_linear_1090_10964' x1='8.35922' y1='20.7347' x2='9.80237' y2='23.2493' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23383532'/%3E%3Cstop offset='0.15' stop-color='%23484643'/%3E%3Cstop offset='0.45' stop-color='%2374726F'/%3E%3Cstop offset='0.87' stop-color='%23BAB9B6'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint61_linear_1090_10964' x1='9.56787' y1='20.9199' x2='11.64' y2='20.9199' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CF823E'/%3E%3Cstop offset='1' stop-color='%23DB9842'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint62_linear_1090_10964' x1='13.091' y1='17.6733' x2='12.8161' y2='18.1532' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23533B57'/%3E%3Cstop offset='0.49' stop-color='%233C2941'/%3E%3Cstop offset='1' stop-color='%232A1A2F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint63_linear_1090_10964' x1='8.92427' y1='20.064' x2='8.64931' y2='20.5424' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23533B57'/%3E%3Cstop offset='0.49' stop-color='%233C2941'/%3E%3Cstop offset='1' stop-color='%232A1A2F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint64_linear_1090_10964' x1='21.0339' y1='3.26966' x2='21.4054' y2='3.91699' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.15' stop-color='%23706860'/%3E%3Cstop offset='0.19' stop-color='%23645E57'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint65_linear_1090_10964' x1='20.77' y1='3.29964' x2='21.1846' y2='4.02321' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.15' stop-color='%23706860'/%3E%3Cstop offset='0.19' stop-color='%23645E57'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint66_linear_1090_10964' x1='17.5649' y1='7.37638' x2='16.7916' y2='8.77617' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDE6B5'/%3E%3Cstop offset='1' stop-color='%237E6E4C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint67_linear_1090_10964' x1='12.1887' y1='7.88182' x2='13.1034' y2='7.88182' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3B052'/%3E%3Cstop offset='1' stop-color='%23DFAB4C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint68_linear_1090_10964' x1='10.9443' y1='8.43159' x2='11.2995' y2='9.05052' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23ECBB61'/%3E%3Cstop offset='1' stop-color='%23DFAB4C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint69_linear_1090_10964' x1='8.95605' y1='9.73878' x2='9.87069' y2='9.73878' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E3B052'/%3E%3Cstop offset='1' stop-color='%23DFAB4C'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint70_linear_1090_10964' x1='21.9588' y1='7.16903' x2='24.2844' y2='7.16903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint71_linear_1090_10964' x1='21.959' y1='7.087' x2='24.2845' y2='7.087' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint72_linear_1090_10964' x1='21.959' y1='7.00106' x2='24.2845' y2='7.00106' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint73_linear_1090_10964' x1='21.959' y1='6.91903' x2='24.2845' y2='6.91903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint74_linear_1090_10964' x1='21.9588' y1='6.83309' x2='24.2844' y2='6.83309' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint75_linear_1090_10964' x1='21.959' y1='6.74715' x2='24.2845' y2='6.74715' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint76_linear_1090_10964' x1='21.959' y1='6.66512' x2='24.2845' y2='6.66512' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EBE9E4'/%3E%3Cstop offset='1' stop-color='%23F6F4EF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint77_linear_1090_10964' x1='6.19995' y1='14.7303' x2='8.611' y2='14.7303' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CF823E'/%3E%3Cstop offset='1' stop-color='%23DB9842'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint78_linear_1090_10964' x1='8.15178' y1='14.4176' x2='6.4527' y2='14.1691' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2B1AF'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint79_linear_1090_10964' x1='4.04077' y1='12.8715' x2='6.25989' y2='12.8715' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2B1AF'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint80_linear_1090_10964' x1='5.08422' y1='12.8641' x2='5.97637' y2='12.8641' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2370706F'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint81_linear_1090_10964' x1='4.08275' y1='11.8571' x2='6.2164' y2='11.8571' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D2D1CE'/%3E%3Cstop offset='1' stop-color='%23B6B5B3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint82_linear_1090_10964' x1='3.93291' y1='9.87179' x2='3.93291' y2='12.3477' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint83_linear_1090_10964' x1='5.70193' y1='9.26258' x2='5.70135' y2='11.9132' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint84_linear_1090_10964' x1='4.65957' y1='10.0031' x2='4.65941' y2='12.6863' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint85_linear_1090_10964' x1='5.97057' y1='10.0888' x2='5.97057' y2='12.298' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint86_linear_1090_10964' x1='7.46108' y1='9.35888' x2='7.46149' y2='10.2524' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint87_linear_1090_10964' x1='4.36586' y1='7.53571' x2='4.36657' y2='8.59149' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint88_linear_1090_10964' x1='3.71407' y1='12.1086' x2='3.71447' y2='13.0021' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint89_linear_1090_10964' x1='5.11916' y1='10.843' x2='5.11958' y2='11.7217' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint90_linear_1090_10964' x1='5.01137' y1='10.8561' x2='5.01111' y2='11.8913' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint91_linear_1090_10964' x1='5.09792' y1='10.6631' x2='5.09792' y2='12.4384' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint92_linear_1090_10964' x1='4.51315' y1='8.84393' x2='4.94223' y2='10.5673' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint93_linear_1090_10964' x1='1.83521' y1='14.5163' x2='4.05432' y2='14.5163' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2B1AF'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint94_linear_1090_10964' x1='2.87862' y1='14.5074' x2='3.77077' y2='14.5074' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2370706F'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint95_linear_1090_10964' x1='1.87868' y1='13.882' x2='4.01083' y2='13.882' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23D2D1CE'/%3E%3Cstop offset='1' stop-color='%23B6B5B3'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint96_linear_1090_10964' x1='2.36873' y1='11.7702' x2='2.36873' y2='14.2447' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint97_linear_1090_10964' x1='2.63403' y1='10.0914' x2='2.6341' y2='12.7407' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint98_linear_1090_10964' x1='2.36758' y1='11.9409' x2='2.36743' y2='14.6241' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint99_linear_1090_10964' x1='3.26989' y1='12.2099' x2='3.26989' y2='14.4176' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint100_linear_1090_10964' x1='5.16913' y1='11.2959' x2='5.16818' y2='12.1888' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint101_linear_1090_10964' x1='2.00193' y1='11.0387' x2='2.00127' y2='12.0939' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint102_linear_1090_10964' x1='1.65371' y1='13.7495' x2='1.65275' y2='14.6424' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint103_linear_1090_10964' x1='2.07003' y1='9.10099' x2='2.07043' y2='9.9945' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint104_linear_1090_10964' x1='2.8273' y1='12.7811' x2='2.82771' y2='13.6598' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint105_linear_1090_10964' x1='2.71941' y1='12.7949' x2='2.72055' y2='13.8296' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint106_linear_1090_10964' x1='3.24441' y1='11.0594' x2='3.24441' y2='12.8362' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint107_linear_1090_10964' x1='1.98881' y1='10.5941' x2='2.41789' y2='12.3175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%236C787D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint108_linear_1090_10964' x1='3.82788' y1='16.0912' x2='6.23892' y2='16.0912' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23CF823E'/%3E%3Cstop offset='1' stop-color='%23DB9842'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint109_linear_1090_10964' x1='5.78019' y1='15.7778' x2='4.0811' y2='15.5293' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B2B1AF'/%3E%3Cstop offset='1' stop-color='%23D2D1CE'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
	}
	d.my_orders_module > d.content {
		width: 100%;
		gap: 10px;
		overflow: auto;
	}
	.my_orders_module {
		width: calc(100% - 40px);
		margin: 0 20px;
		overflow: hidden;
		margin-bottom: 25px;
	}
	d.promo_module {
		width: calc(100% - 40px);
		margin: 0 20px;
		margin-bottom: 40px;
		background-color: #323232;
		position: relative;
		border-radius: 12px;
	}
	d.order_mini_1_item > d.b > d.info d:first-child {
		position: absolute;
		left: 4px;
		bottom: 0;
		top: 0;
		margin: auto;
		height: 26px;
		width: 26px;
		background: #f5f5f5;
		border-radius: 50%;
	}
	d.order_mini_1_item > .a d.time {
		font-size: 16px;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 100%;
		width:  max-content;
		width:  -moz-max-content;
		white-space: nowrap;
	}
	.shops_module > d.content {
		display: flex;
		justify-content: flex-start;
		gap: 15px;
		margin-top: 20px;
		flex-wrap: wrap;
	}
	d.block-nj85d6h {
		width: 100%;
		height: 150px;
		border-radius: 10px;
		position: relative;
	}
	d.layer-profile-n5iw6eb {
		color: #ffffff;
		padding: 20px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	d.block-848sn5 {
		background: #3b3b3b;
		border-radius: 10px;
		padding: 12px 15px;
		font-size: 12px;
		color: #ccc;
		position: relative;
	}
	d.sca8nsw4 {
		font-size: 22px;
		font-weight: 400;
		padding-bottom: 5px;
		color: #fff;
		line-height: 24px;
	}
	d.sca8nsw9 {
		font-size: 16px;
		font-weight:  500;
		line-height: 20px;
		padding-bottom: 5px;
		color: #fff;
	}
	d.block-76je45d {
		display: flex;
		justify-content: space-between;
	}
	d.block-76je45d a {
		color: #636363;
		font-size: 10px;
		font-weight: 500;
	}
	d.hd5r6s7b {
		color: #666666;
		font-size: 10px;
		font-weight: 400;
	}
	d.cv8bwe45ia {
		font-size: 16px;
		font-weight:  500;
		color: #fff;
		position: absolute;
		left: 15px;
		top: 10px;
		width: 130px;
		line-height: 20px;
	}
	d.cv8bwe45ib {
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 10px;
		font-weight:  500;
		background: #ffffff14;
		backdrop-filter: blur(6px);
		border-radius: 55px;
		padding: 5px 10px;
	}
	d.cv8bwe45ic {
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		position: absolute;
		left: 10px;
		bottom: 10px;
		width: 128px;
		font-size: 12px;
		font-weight: 400;
	}
	d.arrow-par-9bw56s {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' viewBox='0 0 7 11' fill='none'%3E%3Cpath opacity='0.5' d='M1.5 1.5L5.5 5.5L1.5 9.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background-color: #454545;
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
		background-size: 8px;
		background-repeat: no-repeat;
		background-position: center;
	}
	d.a568nrjhs {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_1002_49607)'%3E%3Cpath d='M11.6667 6.66536V4.9987C11.6667 4.55667 11.4911 4.13275 11.1785 3.82019C10.8659 3.50763 10.442 3.33203 10 3.33203H4.16667C3.72464 3.33203 3.30072 3.50763 2.98816 3.82019C2.67559 4.13275 2.5 4.55667 2.5 4.9987V14.9987C2.5 15.4407 2.67559 15.8646 2.98816 16.1772C3.30072 16.4898 3.72464 16.6654 4.16667 16.6654H10C10.442 16.6654 10.8659 16.4898 11.1785 16.1772C11.4911 15.8646 11.6667 15.4407 11.6667 14.9987V13.332' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.5 10H17.5M17.5 10L15 7.5M17.5 10L15 12.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1002_49607'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 center;
		padding-left: 25px;
		height: 20px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	d.block-n85s6ic {
		font-size: 16px;
		position: relative;
		margin-bottom: 20px;
	}
	d.layer-header {
		font-size: 16px;
		position: relative;
		margin-bottom: 20px;
	}
	d.block-mw95xs6 {
		display: flex;
		flex-direction: column;
		gap: 5px;
		width: 220px;
		margin: auto;
		color: #7a7a7a;
	}
	d.block-38456bnw {
		font-size: 11px;
		color: #7a7a7a;
	}
	d.layer-login-dqn96dd fieldset {
		margin: 10px 0;
	}




	/****************************** ****************************************/



	
	d.layer-login-dqn96dd.st2 .btns .btn {
		display: none;
	}
	layer.login[name="mobburger"] > wrap {
		max-height: 550px!important;
	}

	d.block-u5b6vddi {
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
	}
	d.block-u5b6vddi d.block-svfsaw4.coin {
		/*
		background-image: url(/media/coin_18254.png);
		background-size: 65px;
		background-repeat: no-repeat;
		background-position: 6px 8px;
		*/
	}
	d.block-u5b6vddi d.block-svfsaw4 {
		width: calc(50% - 5px);
		height: 190px;
		background: #3b3b3b;
		color: #ebebeb;
		border-radius: 10px;
		padding: 15px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		max-height: 28dvh;
	}
	d.block-u5b6vddi d.block-svfsaw4 > d.a {
		font-size: 20px;
		padding-bottom: 10px;
	}
	d.block-u5b6vddi d.block-svfsaw4 > d.b {
		background: #4e4e4e;
		border-radius: 14px;
		padding: 2px 10px;
		font-size: 10px;
		font-weight: 400;
		color: #ccc;
	}
	layer.login[name="mobburger"] > wrap {
		max-height: 630px!important;
	}
	d.block-u5b6vddi d.block-svfsaw4.coin d.a {
		font-size: 30px;
		padding-bottom: 12px;
	}
	d.layer-login-dqn96dd.coin {
		padding: 0;
	}
	d.layer-login-dqn96dd.coin d.d2b4qw9 {
		background: #323232;
		padding: 35px 15px 20px 15px;
		color: #fff;
		border-radius: 0 0 25px 25px;
		margin-bottom: 10px;
		background-image: url(/media/telegram-cloud-document-2-5242745885351238263.png);
		background-size: 60px;
		background-repeat: no-repeat;
		background-position: 0 center;
		position: relative;
	}
	d.layer-login-dqn96dd.coin d.d2b4qw9:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: -14px;
		width: 70px;
		height: 70px;
		background-image: url(/media/telegram-cloud-document-2-5242745885351238260.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin: auto;
	}
	d.layer-login-dqn96dd.coin d.d2b4qw9 .btn-back-sca8nsw4 {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989593 6.3033 0.696699C6.01041 0.403806 5.53553 0.403806 5.24264 0.696699L0.46967 5.46967ZM19 6.75C19.4142 6.75 19.75 6.41421 19.75 6C19.75 5.58579 19.4142 5.25 19 5.25V6.75ZM1 6.75H19V5.25H1V6.75Z' fill='%23fff'/%3E%3C/svg%3E");
	}
	d.block-coin-7bv2g45 d.h1 {
		color: #fff;
		line-height: 40px;
		margin: 50px 0 15px 0;
	}
	d.block-coin-7bv2g45 d.b {
		line-height: 20px;
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 25px;
	}
	layer[name="product"].pepa > wrap > content:before {
		position: absolute;
		background: #222;
		z-index: 5;
		opacity: .5;
	}
	d.block-desc-bw4gh75s.n485nsxoic .b {
		max-height: calc(100dvh - 240px);
	}
	d.micro_cart {
		position: fixed;
		bottom: 40px;
		left: 0;
		right: 0;
		width: max-content;
		display: flex;
		justify-content: space-evenly;
		gap: 10px;
		background: #323232;
		margin: auto;
		border-radius: 8px;
		color: #d6d6d6;
		white-space: nowrap;
		transition: .4s;
		transform: translateY(100px);
		align-items: center;
		width: max-content;
		width: -moz-max-content;
		min-width: 280px;
		max-width: calc(100dvw - 40px);
	}
	d.micro_cart > .a {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1001_38038)'%3E%3Cpath d='M8.33398 11.6667C8.33398 12.1087 8.50958 12.5326 8.82214 12.8452C9.1347 13.1577 9.55862 13.3333 10.0007 13.3333C10.4427 13.3333 10.8666 13.1577 11.1792 12.8452C11.4917 12.5326 11.6673 12.1087 11.6673 11.6667C11.6673 11.2246 11.4917 10.8007 11.1792 10.4882C10.8666 10.1756 10.4427 10 10.0007 10C9.55862 10 9.1347 10.1756 8.82214 10.4882C8.50958 10.8007 8.33398 11.2246 8.33398 11.6667Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16687 6.66797H15.8327C16.073 6.66794 16.3105 6.71988 16.5288 6.82022C16.7472 6.92056 16.9413 7.06693 17.0977 7.2493C17.2542 7.43167 17.3694 7.64573 17.4354 7.87679C17.5015 8.10785 17.5167 8.35045 17.4802 8.58797L16.4344 14.548C16.3436 15.1383 16.0444 15.6767 15.591 16.0656C15.1376 16.4544 14.56 16.6681 13.9627 16.668H6.03603C5.43886 16.6679 4.86143 16.4542 4.40822 16.0653C3.95501 15.6764 3.65597 15.1382 3.5652 14.548L2.51937 8.58797C2.48284 8.35045 2.49811 8.10785 2.56412 7.87679C2.63013 7.64573 2.74533 7.43167 2.90182 7.2493C3.05831 7.06693 3.25238 6.92056 3.47073 6.82022C3.68909 6.71988 3.92656 6.66794 4.16687 6.66797Z' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1667 8.33203L12.5 3.33203' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83398 8.33203L7.50065 3.33203' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1001_38038'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
		background-size: 24px;
		background-repeat: no-repeat;
		background-position: 12px center;
		display: flex;
		gap: 10px;
		padding: 15px 0px 15px 45px;
		font-size: 16px;
		font-weight: 400;
		align-items: center;
	}
	d.micro_cart > .a .count {
		background: #464646;
		border-radius: 10px;
		min-width: 20px;
		padding: 2px 10px;
		font-size:  12px;
		font-weight:  500;
		line-height: 2px;
		height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	d.micro_cart d.summ {
		font-size: 16px;
		font-weight:  500;
		padding: 0 12px 0 0;
		color: #fff;
	}
	d.micro_cart.show {
		transform: translateY(0px);
	}
	d.openproduct d.media {
		width: 100%;
		position: relative;
		aspect-ratio: 1;
		background: #000;
		overflow: hidden;
		border-radius: 0px 0px 20px 20px;
	}
	d.openproduct d.media d.item {
		height: 100%;
		width: 100%;
	}
	d.openproduct d.media d.item video {
		width: 100%;
		height: 100%;
		aspect-ratio: 1;
		object-fit: cover;
		object-position: center;
		position: relative;
	}
	d.openproduct > d.price > .a d.x {
		position: relative;
		opacity: .3;
	}
	d.openproduct > d.price > .a d.x:before {
		content: "";
		position: absolute;
		height: 1px;
		background: #222;
		inset: 0;
		margin: auto;
		width: calc(100% + 4px);
		left: -2px;
	}
	d.openproduct > d.price > .b {
		font-size: 11px;
		font-weight: 400;
		opacity: .5;
	}
	d.openproduct > d.desc {
		margin: 0 20px 20px 20px;
		font-size:  12px;
		font-weight: 400;
		color: #adadad;
	}
	d.op_box {
		margin: 0 20px 20px 20px;
		box-shadow: 0px -2px 0px 0px #f9f9f9;
		padding-top: 10px;
		overflow: hidden;
		transition: height .5s;
	}
	d.op_box.compound.slim {
		height: 30px!important;
		overflow: hidden;
	}
	d.op_box d.title {
		font-size: 16px;
		font-weight:  500;
		margin-bottom: 15px;
		line-height: 19px;
		display: flex;
		justify-content: space-between;
	}
	d.ingredients {
		overflow: auto;
		width: 100%;
		height:  max-content;
		height:  -moz-max-content;
		display: flex;
		gap: 15px;
	}
	d.ingredients d.item {
		height:  max-content;
		height:  -moz-max-content;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 7px;
	}
	d.ingredients d.item d.mcpicture {
		width: 80px;
		aspect-ratio: 1;
	}
	d.ingredients d.item d.name {
		/* background: #f5f5f5; */
		border-radius: 20px;
		padding: 4px 11px;
		font-size: 13px;
		font-weight: 400;
		color: #5e5e5e;
	}
	d.op_box  > d.desc {
		font-size: 12px;
		font-weight: 400;
		color: #adadad;
	}
	d.op_box d.title d.b {
		width: 25px;
		height: 19px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='24' viewBox='0 0 22 24' fill='none'%3E%3Cpath opacity='0.6' d='M6 15L10.2929 10.7071C10.6834 10.3166 11.3166 10.3166 11.7071 10.7071L16 15' stroke='%23242424' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		min-width: 25px;
		background-size: 25px;
		background-repeat: no-repeat;
		background-position: center;
	}
	d.op_box.compound.slim d.title d.b {
		transform: rotate(180deg);
	}
	.comment_f38gh d.set .btn {
		padding: 9px 16px;
		min-width: min-content;
		max-width: min-content;
		width: min-content;
		color: #232323;
		background: #fff;
		border-radius: 25px;
		font-size: 12px;
	}
	d.ingredients d.item d.mcpicture {
		border-radius: 8px;
		overflow: hidden;
	}
	d.calories {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	d.calories d.weight {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74' height='46' viewBox='0 0 74 46' fill='none'%3E%3Cpath d='M0.5 5C0.5 2.51472 2.51472 0.5 5 0.5H60.7218C62.5133 0.5 64.1342 1.56274 64.8486 3.20573L72.6747 21.2057C73.1722 22.3502 73.1722 23.6498 72.6747 24.7943L64.8486 42.7943C64.1342 44.4373 62.5133 45.5 60.7218 45.5H5C2.51472 45.5 0.5 43.4853 0.5 41V5Z' fill='white' stroke='%23D9D9D9'/%3E%3C/svg%3E");
		width: 74px;
		height: 46px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		gap: 0px;
		padding-left: 16px;
	}
	d.calories d.param {
		display: flex;
		justify-content: space-between;
		width: calc(100% - 86px);
		border: 1px solid #f2f2f2;
		padding: 9px 15px;
		border-radius: 6px;
	}
	d.calories d.weight d.a {
		font-size: 14px;
		font-weight: 400;
	}
	d.calories d.weight d.b {
		font-size: 10px;
		font-weight: 400;
		line-height: 10px;
		color: #959595;
	}
	d.calories d.param d.x {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		gap: 0px;
	}
	d.calories d.param d.a {
		font-size: 14px;
		font-weight: 400;
	}
	d.calories d.param d.b {
		font-size: 10px;
		font-weight: 400;
		line-height: 11px;
		color: #959595;
	}
	d.openproduct > footer {
		padding: 15px 20px 30px 20px;
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		display: flex;
		gap: 10px;
	}
	d.openproduct > footer d.inputcart {
		display: flex;
		width: 120px;
		height: 40px;
		min-width: 120px;
		transition: .5s;
	}
	d.openproduct > footer d.tocart {
		border-radius: 8px;
		background: #242424;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0 20px;
		transition: .5s;
		font-size: 12px;
		font-weight: 400;
	}
	d.openproduct > footer d.tocart  d.d2 {
		display: flex;
		gap: 10px;
		align-items: center;
		justify-content: flex-end;
		line-height: 0px;
		font-weight: 300;
	}
	d.openproduct > footer d.tocart d.d2 d.old_price {
		position: relative;
		opacity: .4;
		font-size: 10px;
	}
	d.openproduct > footer d.tocart d.d2 d.old_price:before {
		content: "";
		inset: 0;
		margin: auto;
		left: -2px;
		width: calc(100% + 4px);
		height: 1px;
		margin: auto;
		background: #ddd;
		position: absolute;
	}
	d.products_list_module {
		display: flex;
		flex-wrap: wrap;
		gap: 15px 0px;
		justify-content: space-between;
	}
	d.openproduct {
		padding-bottom: 100px;
	}
	d.layer-login-dqn96dd.header_shop {
		position: fixed;
		top: 0;
		z-index: 5;
		background: #fff;
		width: 100%;
		display: block;
	}
	d.concepts_menu {
		display: none;
	}
	d.addressadd-wrap .form {
		padding: 15px 20px 0px 20px;
		margin: 15px 0px 0px 0px;
		background: #fff;
	}
	d.addressadd-wrap {
		height: 100dvh;
		position: fixed;
		inset: 0;
		margin: auto;
		width: 100%;
		display: block;
	}
	d.addressadd-wrap d.map {
		position: fixed!important;
	}
	d.addressadd-wrap .form {
		min-height: max-content;
		height: max-content;
		margin: 0;
	}
	d.addressadd-wrap .btn {
		min-height: 40px;
		height: 40px;
		width: calc(100% - 40px);
		margin: auto;
	}
	
	
	
	
	
	
	/*
	layer.mobile[name="addressadd"].show.open * {
		transition: unset!important;
	}
	layer.mobile[name="addressadd"].show.open d.addressadd-wrap {
		overflow: hidden !important;
		overflow-y: auto !important;
	}
	body.addressadd-active layers layer:not([name="addressadd"]) {
		display: none!important;
	}
	body.addressadd-active layers {
		position: static!important;
		width: 100dvw;
		height: 100dvh;
		overflow: hidden;
	}
	body.addressadd-active layers layer.mobile.click.show.open[name="addressadd"] {
		position: static!important;
		height: 100dvh !important;
		width: 100dvw !important;
	}
	body:has(>layers layer[name="addressadd"]) > layers > layer:not(layer[name="addressadd"]) {
		display: none!important;
	}
	body:has(>layers layer[name="addressadd"]) > *:not(layers):not(.pac-container) {
        display: none !important;
    }
	layer.mobile[name="addressadd"] > wrap {
		position: static !important;
		height: 100dvh !important;
		width: 100dvw !important;
		display: block !important;
		max-height: unset !important;
		min-height: unset !important;
		transform: none !important;
		transition: unset !important;
	}
	
	
	/*
	d.addressadd-wrap d.map.set {
		overflow: hidden!important;
		width: 100%;
		max-width: 100%;
	}
	
	d.w4nbi6cdv {
		position: static !important;
		height: 3000px;
	}
	d.addressadd-wrap d.map {
		position: static !important;
	}
	d.w4nbi6cdv {
		position: relative !important;
		height: 3000px;
		left: unset;
		right: unset;
		top: unset;
		bottom: unset;
		inset: unset;
		background: #cc0000;
		z-index: 5;
	}
	body.addressadd-active > *:not(layers):not(.pac-container) {
		display: none !important;
	}
	layer.mobile[name="addressadd"] d.addressadd-wrap {
		background: #f5f5f5;
		will-change: transform;
		backface-visibility: hidden;
	}
	layer.mobile[name="addressadd"] d.addressadd-wrap d.map.set {
		will-change: transform;
		backface-visibility: hidden;
	}
	layer.mobile[name="addressadd"] d.addressadd-wrap d.w4nbi6cdv {
		will-change: transform;
		backface-visibility: hidden;
	}
	layer.mobile[name="addressadd"].click.show.open {
		height: 100dvh!important;
		width: 100dvw!important;
		position: fixed;
	}
	layer.mobile[name="addressadd"] {
		position: static!important;
		height: unset !important;
		width: 100dvw !important;
		display: block!important;
		max-height: unset !important;
		min-height: unset !important;
		transform: none!important;
		transition: unset!important;
	}
	layer.mobile[name="addressadd"] d.w4nbi6cdv.safarisuka {
		position: fixed !important;
		left: 0 !important;
		right: 0 !important;
		top: 40px !important;
		height: 100%;
		background: #fff;
	}
	layer.mobile[name="addressadd"] > wrap > content d.map.set {
		position: static!important;
	}
	layer.mobile[name="addressadd"] > wrap > content d.addressadd-wrap {
		position: static!important;
	}
	
	layer.mobile[name="addressadd"] .w4nbi6cdv {
		position: static!important;
	}
	layer.mobile[name="addressadd"] d.addressadd-wrap {
		height: unset!important;
	}
	layer.mobile[name="addressadd"] {
		height: unset!important;
	}
	*/
	
	
	
	mcmessage {
		height: 100%;
	}
	mcmessage mcms {
		box-shadow: 0 15px 30px -8px rgba(0, 0, 0, .3);
		min-width: calc(100% - 40px);
		border-radius: 10px;
		padding: 15px;
	}
	layer[name="product"] > wrap > content::-webkit-scrollbar-thumb {
		border: 0;
	}
	layer[name="product"] > wrap > content::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	layer[name="product"] > wrap > content::-webkit-scrollbar-track {
		background: transparent;
	}
	
	layer.mobile[name="coin"] content {
		height: 100dvh;
		overflow: auto;
	}
	
	
	
	
	
	
	html.ios-layer, html.ios-layer body {
		transition: unset!important;
	}
	html.ios-layer body > * {
		transition: unset!important;
	}
	/*
	html.ios-layer, html.ios-layer body {
		overflow: initial!important;
	}
	/*
	html.ios-layer body > *:not(layers):not(.pac-container), html.ios-layer body layers > layer:not(:last-child) {
		transition: unset!important;
		display: none!important;
	}*/
	/*
	html.ios-layer body > layers {
		position: initial!important;
		z-index: initial!important;
		inset: initial!important;
		margin: initial!important;
		pointer-events: initial!important;
	}
	html.ios-layer body layers layer.mobile[name="addressadd"] wrap content,
	html.ios-layer body layers layer.mobile[name="addressadd"] wrap,
	html.ios-layer body layers layer.mobile[name="addressadd"] {
		background: initial!important;
		width: 100%;
		height: initial!important;
		transition: initial!important;
		position: initial!important;
		z-index: initial!important;
		display: block;
		inset: initial!important;
		margin: initial!important;
		pointer-events: initial!important;
		opacity: initial!important;
		will-change: initial!important;
		backface-visibility: initial!important;
		outline: initial!important;
	}*/
	
	
	html.ios-layer body layers layer wrap content,
	html.ios-layer body layers layer wrap,
	html.ios-layer body layers layer {
		/*transition: initial!important;
		will-change: initial!important;*/
		backface-visibility: initial!important;
		outline: initial!important;
	}/*
	html.ios-layer body layers layer:has(textarea:focus) .checkoutFooter,
	html.ios-layer body layers layer:has(input:focus) .checkoutFooter {
		opacity: 0;
	}
	
	html.ios-layer body layers layer[name="product"] > wrap > content {
		overflow: auto;
		height: 100%;
		border-radius: 20px 20px 0px 0px;
	}*/
	
	
	
	html.ios-layer body layers layer[name="product"] > wrap {
		
	}
	
	
	
	
	html.ios-layer body layers layer[name="cart"]:has(d.op_box.comment textarea:focus) .block-n85s6ic,
	html.ios-layer body layers layer[name="cart"]:has(d.op_box.comment textarea:focus) .cart-wrap > *:not(d.op_box.comment) {
		display: none!important;
	}
	html.ios-layer body layers layer[name="cart"]:has(d.op_box.comment textarea:focus) d.op_box.comment {
		margin-top: 20px;
	}
	
	html.ios-layer body layers layer[name="cart"]:has(d.op_box.promo input:focus) .block-n85s6ic,
	html.ios-layer body layers layer[name="cart"]:has(d.op_box.promo input:focus) .cart-wrap > *:not(d.op_box.promo) {
		display: none!important;
	}
	html.ios-layer body layers layer[name="cart"]:has(d.op_box.promo input:focus) d.op_box.promo {
		margin-top: 20px;
	}
	
	
	html.ios-layer body layers layer[name="product"]:has(d.op_box.comment_product textarea:focus) .openproduct > *:not(d.op_box.comment_product) {
		display: none!important;
	}
	html.ios-layer body layers layer[name="product"]:has(d.op_box.comment_product textarea:focus) d.op_box.comment_product {
		margin-top: 20px;
	}
	
	
	html.ios-layer.openMcLayer body > *:not(layers):not(.pac-container), html.openMcLayer body > *:not(layers):not(.pac-container) * {
		pointer-events: none!important;
	}
	
	
	
	html.ios-layer:has(layer:last-child:not(.indent).mobile.show.open) body > *:not(layers):not(.pac-container), 
	html.ios-layer:has(layer:last-child:not(.indent).mobile.show.open) body layers > layer:not(:last-child) {
		transition: unset!important;
		display: none!important;
	}
	
	
	/*
	html.openMcLayer, html.openMcLayer body {
		overflow: hidden;
		touch-action: none;
		overscroll-behavior-x: none;
		overscroll-behavior: contain;
	}
	html.openMcLayer {
		height: 100dvh;
	}
	layers > layer[name="myaddress"] content,
	layers > layer[name="checkout"] content,
	layers > layer[name="cart"] content {
		padding: 0!important;
	}
	layers > layer[name="myaddress"] content d.layer-login-dqn96dd,
	layers > layer[name="checkout"] content d.layer-frame-dqn96dd.layer-crat,
	layers > layer[name="cart"] content d.layer-frame-dqn96dd.layer-crat {
		padding-top: 20px;
	}
	layers > layer[name="myaddress"] content d.block-n85s6ic,
	layers > layer[name="checkout"] content d.block-n85s6ic,
	layers > layer[name="cart"] content d.block-n85s6ic {
		margin-bottom: 10px;
	}
	
	body.addressadd-active layers layer.mobile[name="addressadd"] * {
		transition: unset!important;
	}
	body.addressadd-active > *:not(layers):not(.pac-container), body.addressadd-active layers > layer:not([name="addressadd"]) {
		transition: unset!important;
		display: none!important;
	}
	body.addressadd-active > layers {
		position: initial!important;
		z-index: initial!important;
		inset: initial!important;
		margin: initial!important;
		pointer-events: initial!important;
	}
	body.addressadd-active layers layer.mobile[name="addressadd"] wrap content d.layer-login-dqn96dd {
		display: block;
	}
	
	body.addressadd-active layers layer.mobile[name="addressadd"] wrap content,
	body.addressadd-active layers layer.mobile[name="addressadd"] wrap,
	body.addressadd-active layers layer.mobile[name="addressadd"] {
		background: initial!important;
		width: 100%;
		height: initial!important;
		transition: initial!important;
		position: initial!important;
		z-index: initial!important;
		display: block;
		inset: initial!important;
		margin: initial!important;
		pointer-events: initial!important;
		opacity: initial!important;
		will-change: initial!important;
		backface-visibility: initial!important;
		outline: initial!important;
	}
	html.lt_home.ready.openMcLayer.mcLayer-nocroll:has(>body.addressadd-active) {
		overflow: initial!important;
	}
	html.lt_home.ready.openMcLayer.mcLayer-nocroll body.addressadd-active {
		overflow: initial!important;
	}
	
	body layers layer wrap content,
	body layers layer wrap,
	body layers layer {
		transition: initial!important;
		will-change: initial!important;
		backface-visibility: initial!important;
		outline: initial!important;
	}
	body layers layer:has(input:focus) .checkoutFooter {
		opacity: 0;
	}
	*/
	
	layer[name="search"] > wrap:before {
		content: "";
		position: absolute;
		top: -22px;
		left: 0;
		width: 100%;
		background: #ffffff;
		height: 22px;
		opacity: 1;
		z-index: -1;
	}

	layer[name="search"] > wrap {
		overflow: initial!important;
	}
	
	layers > layer[name="product"] > wrap {
		overflow: hidden!important;
		overflow-y: auto !important;
	}
	
	d.LousSleep {
		top: 112px;
		margin-top: 0px;
	}
	
}@media screen and (max-width: 1240px) {
	header[screen="ff"] d.center {
		display: none;
	}
}@media screen and (max-width: 519px) {
	d.mini_1_item_shop {
		width: calc(50% - 8px);
	}
	d.card_item.type_1 {
		width: calc(50% - 6px);
	}
}

@media screen and (min-width: 520px) {
	d.card_item.type_1 {
		width: calc(33% - 6px);
	}
}@media screen and (max-width: 960px) {
	header[screen="ff"] d.left d.address_wi5c69 {
		max-width: 160px;
	}
	header[screen="ff"] d.language d.set {
		padding: 12px 10px;
	}
}
html.lt_qr d.micro_cart {
    z-index: 55;
}
html.lt_qr {
    background: #121212;
}
html.lt_qr body {
    width: 100%;
    max-width: 760px;
    margin: auto;
}
html.lt_qr d.block.first {
    height: 100dvh;
    position: fixed;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 0;
    pointer-events: none;
    left: 0;
    top: 0;
    pointer-events: none!important;
}
html.lt_qr d.block.first * {
    pointer-events: none !important;
}
html.lt_qr d.block.first logo {
    width: 25dvw;
    margin: auto;
    max-width: 250px;
    margin-top: 40px;
    min-width: 120px;
}
html.lt_qr d.block.first d.title {
    color: #fff;
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    line-height: 36px;
    position: absolute;
    margin: auto;
    inset: 0;
    width: max-content;
    width: -moz-max-content;
    height: max-content;
    height: -moz-max-content;
    max-width: 97%;
}
html.lt_qr d.block.concepts {
    margin-top: calc(100dvh - 170px);
    z-index: 1;
    position: relative;
    background: #121212;
    padding: 20px 20px;
    box-shadow: 0px -40px 31px -24px #0000009c;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    overflow: auto;
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}
html.lt_qr d.block.concepts::-webkit-scrollbar-thumb {
    border: 0;
}
html.lt_qr d.block.concepts::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
html.lt_qr d.block.concepts::-webkit-scrollbar-track {
    background: transparent;
}
html.lt_qr d.block.menu d.spbw8n {
    width: 100%;
}
html.lt_qr d.block.menu d.spbw8n d.fel.fix {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: 0;
    padding: 0;
}
html.lt_qr d.block.first logo d.logowrap {
    filter: brightness(0.01) invert(1);
}
html.lt_qr d.block.concepts d.item {
    width: 110px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    justify-content: left;
    min-width: 110px;
}
html.lt_qr d.block.concepts d.item img {
    width: 80%;
    display: block;
    margin: auto;
    filter: brightness(0.01) invert(1);
}
html.lt_qr d.block.concepts d.item .img {
    width: 100%;
    aspect-ratio: 1;
    background: #2e2e2e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
html.lt_qr d.block.concepts d.item.soon {
    opacity: .3;
    filter: blur(3px);
    pointer-events: none;
}
html.lt_qr d.block.concepts d.item.soon * {
    pointer-events: none;
}
html.lt_qr d.block.concepts d.item d.label {
    color: #bababa;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
html.lt_qr body::-webkit-scrollbar-thumb {
    border: 0;
}
html.lt_qr body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
html.lt_qr body::-webkit-scrollbar-track {
    background: transparent;
}
html.lt_qr d.block.menu {
    background: #121212;
    position: relative;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 5;
}
html.lt_qr d.block.menu d.spbw8n d.fel d.menu_h38w95b62 d.menu_item_shop.act {
    background: #333333;
    color: #c2c2c2;
}
html.lt_qr d.block.menu d.spbw8n d.fel {
    background: #121212;
}
html.lt_qr d.block.menu d.spbw8n d.fel d.menu_h38w95b62 d.menu_item_shop {
    background: #121212;
    color: #c2c2c2;
    border: 1px solid #3c3c3c;
}
html.lt_qr d.block.catalog {
    background: #121212;
    z-index: 2;
    position: relative;
    padding-top: 20px;
    padding-bottom: 100px;
}
html.lt_qr d.block.catalog d.category_shop_group d.category_shop_name {
    color: #f2f2f2;
}
html.lt_qr d.block.menu d.spbw8n d.fel d.menu_h38w95b62 {
    width: 100%;
    padding: 0px 10px;
    background: unset;
    height: unset;
    display: flex!important;
}
html.lt_qr d.block.catalog d.category_shop_group d.category_shop_items d.card_item d.name {
    color: #c8c8c8;
}
html.lt_qr d.block.catalog d.category_shop_group d.category_shop_items d.card_item d.tocart {
    background: #222;
    color: #b5b5b5;
}
html.lt_qr d.block.catalog d.category_shop_group d.category_shop_items d.card_item d.inputcart {
    background: #333333;
}
html.lt_qr d.block.catalog d.category_shop_group d.category_shop_items d.card_item d.inputcart input {
    color: #bbbbbb;
}
html.lt_qr d.block.catalog d.category_shop_group d.category_shop_items d.card_item d.inputcart d {
    filter: invert(1);
}
html.lt_qr d.block.catalog d.category_shop_group d.category_shop_items d.card_item d.tocart d.ppicon {
    filter: invert(1);
}
html.lt_qr d.block.concepts d.item.active d.img {
    background: #ffffff;
}
html.lt_qr d.block.concepts d.item.active d.img img {
    filter: none;
}
html.lt_qr [shopgroup] {
    display: none;
}
html.lt_qr [shopgroup].active {
    display: block;
}
html.lt_qr .layer-crat d.op_box d.list d.concept {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    text-align: left;
    height: unset;
    line-height: normal;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
html.lt_qr .layer-crat d.op_box d.list d.line:not(:last-child) {
    height: 30px;
}






html.lt_qr d.puzo {
    flex-grow: 1;
}
layers > layer[name="checkout"] > wrap > content .layer-crat d.cart-wrap {
    flex-grow: 0;
    height: max-content;
    height: -moz-max-content;
    padding-bottom: 50px;
}
html.lt_qr layer[name="freemode"] wrap {
    background: #232323;
    transition: .3s;
}
html.lt_qr layer[name="freemode"] wrap d.freemode {
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
html.lt_qr layer[name="freemode"] wrap d.freemode d.logo {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
html.lt_qr layer[name="freemode"] wrap d.freemode d.logo img {
    width: 100%;
    filter: invert(1);
}
html.lt_qr layer[name="freemode"] wrap d.freemode d.h1 {
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 22px;
    font-weight: 200;
}
html.lt_qr layer[name="freemode"] wrap d.freemode d.btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
html.lt_qr layer[name="freemode"] wrap d.freemode d.btns .btn {
    background: #414141;
    padding: 18px 40px;
    color: #e3e3e3;
}
html.lt_qr d.mcpicture.a.b {
    background: unset;
}
html.lt_qr layer[name="freemode"] wrap d.freemode d.input input {
    background: #414141;
    border: 2px solid #242424;
    border-radius: 8px;
    padding: 10px 0px;
    text-align: center;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight:  500;
    color: #fff;
    width: 309px;
}
html.lt_qr layer[name="freemode"] wrap d.freemode d.h2 {
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
html.lt_qr layer[name="freemode"] wrap d.freemode d.input input.red {
    border-color: #cc0000;
}
html.lt_qr layer[name="freemode"] wrap.hold * {
    pointer-events: none !important;
}
html.lt_qr layer[name="freemode"] wrap.hold > * {
    opacity: 0.5;
}
html.lt_qr d.micro_cart.show {
    z-index: 55;
    display: flex!important;
}
html.lt_qr d.block.first d.qrbackgr {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
html.lt_qr d.block.first d.qrbackgr d.mcpicture {
    width: 100%;
    height: 100%;
}
html.lt_qr d.block.first d.qrbackgr d.mcpicture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
d.qrModeorder {
    width: 90%;
    margin: auto;
    margin-top: 50px;
}

d.qrModeorder logo {
    filter: invert(1);
    width: 200px;
    margin: auto;
}

d.qrModeorder d.h1-834u56 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    padding-top: 33px;
}

html.lt_qr layer[name="freemode"] wrap d.freemode:has(input:focus) {
    transform: translateY(-200px);
}


@media screen and (max-width: 700px) {
	
	html.lt_qr {
		overscroll-behavior: none;
		overscroll-behavior-y: none;
		height: 100vh;
		height: 100dvh;
	}

	html.lt_qr body {
		overscroll-behavior: none;
		overscroll-behavior-y: none;
		min-height: 100vh;
		min-height: 100dvh;
		position: fixed;
		width: 100%;
		overflow: hidden;
	}

	html.lt_qr d.pgscrbasic {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overscroll-behavior: none;
	}
	
}
d.layer-freemode-banner {
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    background: #111111;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    gap: 20px;
}
layer[name="freemode-banner"] wrap {
    background: #111111;
}
layer[name="freemode-banner"] wrap d.im d.mcpicture {
    background: unset;
}
d.layer-freemode-banner d.tx {
    flex-grow: 1;
    padding: 20px;
    overflow: auto;
    width: 100%;
    height: 100%;
    color: #fff;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: normal;
}
d.layer-freemode-banner d.tx h2.e567ike57e6o {
    margin-bottom: 20px;
    color: #fff;
    font-weight:  500;
    font-size: 24px;
}
d.pgscrbasic d.banner_qr {
    width: 100%;
    background: #121212;
    position: relative;
    padding-bottom: 30px;
}
d.pgscrbasic d.banner_qr .mcpicture {
    border-radius: 12px;
    overflow: hidden;
    width: calc(100% - 30px);
    margin: auto;
}
d.pgscrbasic d.banner_qr * {
    pointer-events: none;
}