/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-modal/jquery.modal.css ***!
  \**********************************************************************************************/
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/*!****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./css/src/main.scss ***!
  \****************************************************************************************************************************************/
@charset "UTF-8";
.mdc-banner__graphic {
  color: #fff;
  /* @alternate */
  color: var(--mdc-theme-surface, #fff);
}

.mdc-banner__graphic {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-banner__content,
.mdc-banner__fixed {
  min-width: 344px;
}

@media (max-width: 480px), (max-width: 344px) {
  .mdc-banner__content,
  .mdc-banner__fixed {
    min-width: 100%;
  }
}
.mdc-banner__content {
  max-width: 720px;
}

.mdc-banner {
  z-index: 1;
}

@media (max-width: 480px) {
  .mdc-banner .mdc-banner__fixed {
    left: 0;
    right: 0;
  }
  .mdc-banner .mdc-banner__text {
    /* @noflip */ /*rtl:ignore*/
    margin-left: 16px;
    /* @noflip */ /*rtl:ignore*/
    margin-right: 36px;
  }
  [dir=rtl] .mdc-banner .mdc-banner__text, .mdc-banner .mdc-banner__text[dir=rtl] {
    /*rtl:begin:ignore*/
    /* @noflip */ /*rtl:ignore*/
    margin-left: 36px;
    /* @noflip */ /*rtl:ignore*/
    margin-right: 16px;
    /*rtl:end:ignore*/
  }
}
.mdc-banner {
  border-bottom-style: solid;
  box-sizing: border-box;
  display: none;
  flex-shrink: 0;
  height: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 480px) {
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__content {
    flex-wrap: wrap;
  }
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__graphic {
    margin-bottom: 12px;
  }
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text {
    /* @noflip */ /*rtl:ignore*/
    margin-left: 16px;
    /* @noflip */ /*rtl:ignore*/
    margin-right: 8px;
  }
  [dir=rtl] .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text, .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text[dir=rtl] {
    /*rtl:begin:ignore*/
    /* @noflip */ /*rtl:ignore*/
    margin-left: 8px;
    /* @noflip */ /*rtl:ignore*/
    margin-right: 16px;
    /*rtl:end:ignore*/
  }
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__text {
    padding-bottom: 4px;
  }
  .mdc-banner.mdc-banner--mobile-stacked .mdc-banner__actions {
    margin-left: auto;
  }
}
.mdc-banner--opening,
.mdc-banner--open,
.mdc-banner--closing {
  display: flex;
}

.mdc-banner--open {
  transition: height 300ms ease;
}

.mdc-banner--open .mdc-banner__content {
  transition: transform 300ms ease;
  transform: translateY(0);
}

.mdc-banner--closing {
  transition: height 250ms ease;
}

.mdc-banner--closing .mdc-banner__content {
  transition: transform 250ms ease;
}

.mdc-banner--centered .mdc-banner__content {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
}

.mdc-banner__fixed {
  border-bottom-style: solid;
  box-sizing: border-box;
  height: inherit;
  position: fixed;
  width: 100%;
}

.mdc-banner__content {
  display: flex;
  min-height: 52px;
  position: absolute;
  transform: translateY(-100%);
  width: 100%;
}

.mdc-banner__graphic-text-wrapper {
  display: flex;
  width: 100%;
}

.mdc-banner__graphic {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-banner__graphic, .mdc-banner__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-banner__graphic {
  flex-shrink: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.mdc-banner__icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.mdc-banner__text {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 24px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 90px;
}

[dir=rtl] .mdc-banner__text, .mdc-banner__text[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 90px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 24px;
  /*rtl:end:ignore*/
}

.mdc-banner__text {
  align-self: center;
  flex-grow: 1;
  padding-top: 16px;
  padding-bottom: 16px;
}

.mdc-banner__actions {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 8px;
}

[dir=rtl] .mdc-banner__actions, .mdc-banner__actions[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-banner__actions {
  align-self: flex-end;
  display: flex;
  flex-shrink: 0;
  padding-bottom: 8px;
  padding-top: 8px;
}

.mdc-banner__secondary-action {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
}

[dir=rtl] .mdc-banner__secondary-action, .mdc-banner__secondary-action[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-banner .mdc-banner__text {
  color: #000;
}

.mdc-banner .mdc-banner__text {
  letter-spacing: 0.0178571429em;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.25rem;
}

.mdc-banner .mdc-banner__graphic {
  border-radius: 50%;
}

.mdc-banner .mdc-banner__graphic {
  height: 40px;
  width: 40px;
}

.mdc-banner {
  background-color: #fff;
}

.mdc-banner .mdc-banner__fixed {
  background-color: #fff;
}

.mdc-banner {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-banner .mdc-banner__fixed {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-banner {
  border-bottom-width: 1px;
}

.mdc-banner .mdc-banner__fixed {
  border-bottom-width: 1px;
}

.mdc-banner {
  border-radius: 0;
  /* @alternate */
}

.mdc-banner .mdc-button:not(:disabled) {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-text-button-label-text-color, #6200ee);
}

.mdc-banner .mdc-button .mdc-button__ripple::before,
.mdc-banner .mdc-button .mdc-button__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-text-button-hover-state-layer-color, #6200ee);
}

.mdc-banner .mdc-button:hover .mdc-button__ripple::before, .mdc-banner .mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-text-button-hover-state-layer-opacity, 0.04);
}

.mdc-banner .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-banner .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-text-button-focus-state-layer-opacity, 0.12);
}

.mdc-banner .mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-banner .mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.1;
  /* @alternate */
  opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.1);
}

.mdc-banner .mdc-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.1);
}

.mdc-banner__secondary-action {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
}

[dir=rtl] .mdc-banner__secondary-action, .mdc-banner__secondary-action[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-touch-target-wrapper {
  display: inline;
}

.mdc-elevation-overlay {
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  /* @alternate */
  opacity: var(--mdc-elevation-overlay-opacity, 0);
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-elevation-overlay-color, #fff);
}

.mdc-button {
  /* @alternate */
  position: relative;
}

.mdc-button .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  /* @alternate */
  line-height: inherit;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  background: transparent;
}

.mdc-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mdc-button:active {
  outline: none;
}

.mdc-button:hover {
  cursor: pointer;
}

.mdc-button:disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-button .mdc-button__icon {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
}

[dir=rtl] .mdc-button .mdc-button__icon, .mdc-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-button .mdc-button__icon {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.mdc-button .mdc-button__label {
  position: relative;
}

.mdc-button .mdc-button__focus-ring {
  display: none;
}

@media screen and (forced-colors: active) {
  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring {
    pointer-events: none;
    border: 2px solid transparent;
    border-radius: 6px;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    /* @noflip */ /*rtl:ignore*/
    left: 50%;
    /* @noflip */ /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    display: block;
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring {
    border-color: CanvasText;
  }
}
@media screen and (forced-colors: active) {
  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring::after, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring::after {
    content: "";
    border: 2px solid transparent;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 50%;
    /* @noflip */ /*rtl:ignore*/
    left: 50%;
    /* @noflip */ /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: calc(100% + 4px);
    width: calc(100% + 4px);
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__focus-ring::after, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-button .mdc-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.mdc-button__label + .mdc-button__icon {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-button__label + .mdc-button__icon, .mdc-button__label + .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
  /*rtl:end:ignore*/
}

svg.mdc-button__icon {
  fill: currentColor;
}

.mdc-button--touch {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  text-decoration: none;
  /* @alternate */
  text-decoration: var(--mdc-typography-button-text-decoration, none);
}

.mdc-button {
  padding: 0 8px 0 8px;
}

.mdc-button--unelevated {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 16px 0 16px;
}

.mdc-button--unelevated.mdc-button--icon-trailing {
  padding: 0 12px 0 16px;
}

.mdc-button--unelevated.mdc-button--icon-leading {
  padding: 0 16px 0 12px;
}

.mdc-button--raised {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 16px 0 16px;
}

.mdc-button--raised.mdc-button--icon-trailing {
  padding: 0 12px 0 16px;
}

.mdc-button--raised.mdc-button--icon-leading {
  padding: 0 16px 0 12px;
}

.mdc-button--outlined {
  border-style: solid;
  transition: border 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-button--outlined .mdc-button__ripple {
  border-style: solid;
  border-color: transparent;
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-button .mdc-button__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-button .mdc-button__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-button__ripple {
  position: absolute;
  box-sizing: content-box;
  overflow: hidden;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mdc-button {
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-text-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-text-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-text-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-text-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-text-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
}

.mdc-button:not(:disabled) {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-text-button-label-text-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-button:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-text-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}

.mdc-button .mdc-button__icon {
  font-size: 1.125rem;
  /* @alternate */
  font-size: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  /* @alternate */
  width: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  /* @alternate */
  height: var(--mdc-text-button-with-icon-icon-size, 1.125rem);
}

.mdc-button .mdc-button__ripple::before,
.mdc-button .mdc-button__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-text-button-hover-state-layer-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-button:hover .mdc-button__ripple::before, .mdc-button.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-text-button-hover-state-layer-opacity, 0.04);
}

.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-text-button-focus-state-layer-opacity, 0.12);
}

.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.12);
}

.mdc-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-text-button-pressed-state-layer-opacity, 0.12);
}

.mdc-button {
  height: 36px;
  /* @alternate */
  height: var(--mdc-text-button-container-height, 36px);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button .mdc-button__ripple {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-text-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button--unelevated {
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-filled-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-filled-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-filled-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-filled-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-filled-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
}

.mdc-button--unelevated:not(:disabled) {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-filled-button-container-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-button--unelevated:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  /* @alternate */
  background-color: var(--mdc-filled-button-disabled-container-color, rgba(0, 0, 0, 0.12));
}

.mdc-button--unelevated:not(:disabled) {
  color: #fff;
  /* @alternate */
  color: var(--mdc-filled-button-label-text-color, var(--mdc-theme-on-primary, #fff));
}

.mdc-button--unelevated:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-filled-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}

.mdc-button--unelevated .mdc-button__icon {
  font-size: 1.125rem;
  /* @alternate */
  font-size: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  /* @alternate */
  width: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  /* @alternate */
  height: var(--mdc-filled-button-with-icon-icon-size, 1.125rem);
}

.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-filled-button-hover-state-layer-color, var(--mdc-theme-on-primary, #fff));
}

.mdc-button--unelevated:hover .mdc-button__ripple::before, .mdc-button--unelevated.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-filled-button-hover-state-layer-opacity, 0.08);
}

.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-filled-button-focus-state-layer-opacity, 0.24);
}

.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-filled-button-pressed-state-layer-opacity, 0.24);
}

.mdc-button--unelevated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-filled-button-pressed-state-layer-opacity, 0.24);
}

.mdc-button--unelevated {
  height: 36px;
  /* @alternate */
  height: var(--mdc-filled-button-container-height, 36px);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button--unelevated .mdc-button__ripple {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-filled-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button--raised {
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-protected-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-protected-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-protected-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-protected-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-protected-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
}

.mdc-button--raised:not(:disabled) {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-protected-button-container-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-button--raised:disabled {
  background-color: rgba(0, 0, 0, 0.12);
  /* @alternate */
  background-color: var(--mdc-protected-button-disabled-container-color, rgba(0, 0, 0, 0.12));
}

.mdc-button--raised:not(:disabled) {
  color: #fff;
  /* @alternate */
  color: var(--mdc-protected-button-label-text-color, var(--mdc-theme-on-primary, #fff));
}

.mdc-button--raised:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-protected-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}

.mdc-button--raised .mdc-button__icon {
  font-size: 1.125rem;
  /* @alternate */
  font-size: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  /* @alternate */
  width: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  /* @alternate */
  height: var(--mdc-protected-button-with-icon-icon-size, 1.125rem);
}

.mdc-button--raised .mdc-button__ripple::before,
.mdc-button--raised .mdc-button__ripple::after {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-protected-button-hover-state-layer-color, var(--mdc-theme-on-primary, #fff));
}

.mdc-button--raised:hover .mdc-button__ripple::before, .mdc-button--raised.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-protected-button-hover-state-layer-opacity, 0.08);
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-protected-button-focus-state-layer-opacity, 0.24);
}

.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-protected-button-pressed-state-layer-opacity, 0.24);
}

.mdc-button--raised.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-protected-button-pressed-state-layer-opacity, 0.24);
}

.mdc-button--raised {
  height: 36px;
  /* @alternate */
  height: var(--mdc-protected-button-container-height, 36px);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button--raised .mdc-button__ripple {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-protected-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button--raised {
  --mdc-elevation-box-shadow-for-gss: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused, .mdc-button--raised:not(.mdc-ripple-upgraded):focus {
  --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-focus-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}

.mdc-button--raised:hover {
  --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-hover-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}

.mdc-button--raised:not(:disabled):active {
  --mdc-elevation-box-shadow-for-gss: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-pressed-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}

.mdc-button--raised:disabled {
  --mdc-elevation-box-shadow-for-gss: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-protected-button-disabled-container-elevation, var(--mdc-elevation-box-shadow-for-gss));
}

.mdc-button--outlined {
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-outlined-button-label-text-font, var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif)));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-outlined-button-label-text-size, var(--mdc-typography-button-font-size, 0.875rem));
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-outlined-button-label-text-tracking, var(--mdc-typography-button-letter-spacing, 0.0892857143em));
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-outlined-button-label-text-weight, var(--mdc-typography-button-font-weight, 500));
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-outlined-button-label-text-transform, var(--mdc-typography-button-text-transform, uppercase));
}

.mdc-button--outlined:not(:disabled) {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-outlined-button-label-text-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-button--outlined:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-outlined-button-disabled-label-text-color, rgba(0, 0, 0, 0.38));
}

.mdc-button--outlined .mdc-button__icon {
  font-size: 1.125rem;
  /* @alternate */
  font-size: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
  width: 1.125rem;
  /* @alternate */
  width: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
  height: 1.125rem;
  /* @alternate */
  height: var(--mdc-outlined-button-with-icon-icon-size, 1.125rem);
}

.mdc-button--outlined .mdc-button__ripple::before,
.mdc-button--outlined .mdc-button__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-outlined-button-hover-state-layer-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-button--outlined:hover .mdc-button__ripple::before, .mdc-button--outlined.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-outlined-button-hover-state-layer-opacity, 0.04);
}

.mdc-button--outlined.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-button--outlined:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-outlined-button-focus-state-layer-opacity, 0.12);
}

.mdc-button--outlined:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-button--outlined:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-outlined-button-pressed-state-layer-opacity, 0.12);
}

.mdc-button--outlined.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-outlined-button-pressed-state-layer-opacity, 0.12);
}

.mdc-button--outlined {
  height: 36px;
  /* @alternate */
  height: var(--mdc-outlined-button-container-height, 36px);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button--outlined .mdc-button__ripple {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-outlined-button-container-shape, var(--mdc-shape-small, 4px));
}

.mdc-button--outlined:not(:disabled) {
  border-color: rgba(0, 0, 0, 0.12);
  /* @alternate */
  border-color: var(--mdc-outlined-button-outline-color, rgba(0, 0, 0, 0.12));
}

.mdc-button--outlined:disabled {
  border-color: rgba(0, 0, 0, 0.12);
  /* @alternate */
  border-color: var(--mdc-outlined-button-disabled-outline-color, rgba(0, 0, 0, 0.12));
}

.mdc-button--outlined {
  padding: 0 15px 0 15px;
}

.mdc-button--outlined.mdc-button--icon-trailing {
  padding: 0 11px 0 15px;
}

.mdc-button--outlined.mdc-button--icon-leading {
  padding: 0 15px 0 11px;
}

.mdc-button--outlined {
  border-width: 1px;
  /* @alternate */
  border-width: var(--mdc-outlined-button-outline-width, 1px);
}

.mdc-button--outlined .mdc-button__ripple {
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-width: 1px;
  /* @alternate */
  border-width: var(--mdc-outlined-button-outline-width, 1px);
}

.mdc-button--outlined .mdc-button__touch {
  left: calc(-1 * 1px);
  /* @alternate */
  left: calc(-1 * var(--mdc-outlined-button-outline-width, 1px));
  width: calc(100% + 2 * 1px);
  /* @alternate */
  width: calc(100% + 2 * var(--mdc-outlined-button-outline-width, 1px));
}

.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
  /* @noflip */ /*rtl:ignore*/
  margin-left: -4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
}

[dir=rtl] .mdc-button--raised .mdc-button__icon, [dir=rtl] .mdc-button--unelevated .mdc-button__icon, [dir=rtl] .mdc-button--outlined .mdc-button__icon, .mdc-button--raised .mdc-button__icon[dir=rtl], .mdc-button--unelevated .mdc-button__icon[dir=rtl], .mdc-button--outlined .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: -4px;
  /*rtl:end:ignore*/
}

.mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: -4px;
}

[dir=rtl] .mdc-button--raised .mdc-button__label + .mdc-button__icon, [dir=rtl] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon, [dir=rtl] .mdc-button--outlined .mdc-button__label + .mdc-button__icon, .mdc-button--raised .mdc-button__label + .mdc-button__icon[dir=rtl], .mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir=rtl], .mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: -4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
  /*rtl:end:ignore*/
}

.mdc-card {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  /* @alternate */
  position: relative;
}

.mdc-card .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-card {
  /* @alternate */
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.mdc-card::after {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-card::after {
    border-color: CanvasText;
  }
}
.mdc-card::after {
  pointer-events: none;
}

.mdc-card--outlined {
  /* @alternate */
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(224.4, 224.4, 224.4);
}

.mdc-card--outlined::after {
  border: none;
}

.mdc-card__content {
  border-radius: inherit;
  height: 100%;
}

.mdc-card__media {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mdc-card__media::before {
  display: block;
  content: "";
}

.mdc-card__media:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.mdc-card__media:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.mdc-card__media--square::before {
  margin-top: 100%;
}

.mdc-card__media--16-9::before {
  margin-top: 56.25%;
}

.mdc-card__media-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.mdc-card__primary-action {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

.mdc-card__primary-action:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.mdc-card__primary-action:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.mdc-card__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 8px;
}

.mdc-card__actions--full-bleed {
  padding: 0;
}

.mdc-card__action-buttons,
.mdc-card__action-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}

.mdc-card__action-icons {
  color: rgba(0, 0, 0, 0.6);
  flex-grow: 1;
  justify-content: flex-end;
}

.mdc-card__action-buttons + .mdc-card__action-icons {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-card__action-buttons + .mdc-card__action-icons, .mdc-card__action-buttons + .mdc-card__action-icons[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-card__action {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.mdc-card__action:focus {
  outline: none;
}

.mdc-card__action--button {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
}

[dir=rtl] .mdc-card__action--button, .mdc-card__action--button[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-card__action--button {
  padding: 0 8px;
}

.mdc-card__action--button:last-child {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-card__action--button:last-child, .mdc-card__action--button:last-child[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-card__actions--full-bleed .mdc-card__action--button {
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 8px 16px;
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
}

[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button, .mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-card__action--icon {
  margin: -6px 0;
  padding: 12px;
}

.mdc-card__action--icon:not(:disabled) {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-card__primary-action {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-card__primary-action .mdc-card__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-card__primary-action .mdc-card__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-card__primary-action.mdc-ripple-upgraded--unbounded .mdc-card__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation .mdc-card__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation .mdc-card__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-card__primary-action .mdc-card__ripple::before, .mdc-card__primary-action .mdc-card__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

.mdc-card__primary-action:hover .mdc-card__ripple::before, .mdc-card__primary-action.mdc-ripple-surface--hover .mdc-card__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused .mdc-card__ripple::before, .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus .mdc-card__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded) .mdc-card__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):active .mdc-card__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-card__primary-action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-card__primary-action .mdc-card__ripple {
  box-sizing: content-box;
  height: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused::after, .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::after {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 5px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-card__primary-action.mdc-ripple-upgraded--background-focused::after, .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::after {
    border-color: CanvasText;
  }
}
.mdc-checkbox .mdc-checkbox__ripple::before, .mdc-checkbox .mdc-checkbox__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

.mdc-checkbox:hover .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-checkbox.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #018786;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786));
}

.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #018786;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786));
}

.mdc-checkbox {
  padding: calc((40px - 18px) / 2);
  /* @alternate */
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}

.mdc-checkbox .mdc-checkbox__background {
  top: calc((40px - 18px) / 2);
  /* @alternate */
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((40px - 18px) / 2);
  /* @alternate */
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}

.mdc-checkbox {
  margin: calc((40px - 40px) / 2);
  /* @alternate */
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}

.mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - 40px) / 2);
  /* @alternate */
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - 40px) / 2);
  /* @alternate */
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - 40px) / 2);
  /* @alternate */
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: 40px;
  /* @alternate */
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: 40px;
  /* @alternate */
  height: var(--mdc-checkbox-touch-target-size, 40px);
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  /* @alternate */
  border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
  background-color: transparent;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: #018786;
  /* @alternate */
  border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
  background-color: #018786;
  /* @alternate */
  background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
}

@keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786 {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    /* @alternate */
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
  50% {
    border-color: #018786;
    /* @alternate */
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
    background-color: #018786;
    /* @alternate */
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
  }
}
@keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786 {
  0%, 80% {
    border-color: #018786;
    /* @alternate */
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
    background-color: #018786;
    /* @alternate */
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #018786));
  }
  100% {
    border-color: rgba(0, 0, 0, 0.54);
    /* @alternate */
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
}
.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786;
}

.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786;
}

.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  border-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
  background-color: transparent;
}

.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  background-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
}

.mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #fff;
  /* @alternate */
  color: var(--mdc-checkbox-ink-color, #fff);
}

.mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #fff;
  /* @alternate */
  border-color: var(--mdc-checkbox-ink-color, #fff);
}

.mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #fff;
  /* @alternate */
  color: var(--mdc-checkbox-ink-color, #fff);
}

.mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #fff;
  /* @alternate */
  border-color: var(--mdc-checkbox-ink-color, #fff);
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
  0%, 50% {
    stroke-dashoffset: 29.7833385;
  }
  50% {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
  0%, 68.2% {
    transform: scaleX(0);
  }
  68.2% {
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0;
  }
  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1;
  }
  to {
    transform: rotate(315deg);
    opacity: 0;
  }
}
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1;
  }
  32.8%, 100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
.mdc-checkbox {
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  line-height: 0;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: bottom;
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring, .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}

@media screen and (forced-colors: active) {
  .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring, .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after, .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}

@media screen and (forced-colors: active) {
  .mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after, .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after {
    border-color: CanvasText;
  }
}
@media all and (-ms-high-contrast: none) {
  .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-checkbox__mixedmark {
    margin: 0 1px;
  }
}
.mdc-checkbox--disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-checkbox__background {
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 2px;
  background-color: transparent;
  pointer-events: none;
  will-change: background-color, border-color;
  transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox__checkmark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
  opacity: 1;
}

.mdc-checkbox__checkmark-path {
  transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke: currentColor;
  stroke-width: 3.12px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}

.mdc-checkbox__mixedmark {
  width: 100%;
  height: 0;
  transform: scaleX(0) rotate(0deg);
  border-width: 1px;
  border-style: solid;
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background, .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
  animation-duration: 180ms;
  animation-timing-function: linear;
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
  animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
  animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
  animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
  animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
  transition: none;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background {
  transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
  stroke-dashoffset: 0;
}

.mdc-checkbox__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
}

.mdc-checkbox__native-control:disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-checkbox--touch {
  margin: calc((48px - 40px) / 2);
  /* @alternate */
  margin: calc((var(--mdc-checkbox-state-layer-size, 48px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2);
}

.mdc-checkbox--touch .mdc-checkbox__native-control {
  top: calc((40px - 48px) / 2);
  /* @alternate */
  top: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
  right: calc((40px - 48px) / 2);
  /* @alternate */
  right: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
  left: calc((40px - 48px) / 2);
  /* @alternate */
  left: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
  width: 48px;
  /* @alternate */
  width: var(--mdc-checkbox-state-layer-size, 48px);
  height: 48px;
  /* @alternate */
  height: var(--mdc-checkbox-state-layer-size, 48px);
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(-45deg);
}

.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark,
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(0deg);
  opacity: 1;
}

.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
  transition: none;
}

.mdc-checkbox {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-checkbox .mdc-checkbox__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-checkbox .mdc-checkbox__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  top: calc(50% - 50%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-checkbox {
  z-index: 0;
}

.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
  z-index: -1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, -1);
}

.mdc-checkbox__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
    border-color: GrayText;
    /* @alternate */
    border-color: var(--mdc-checkbox-disabled-unselected-icon-color, GrayText);
    background-color: transparent;
  }
  .mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
  .mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
  .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
    border-color: GrayText;
    background-color: GrayText;
    /* @alternate */
    background-color: var(--mdc-checkbox-disabled-selected-icon-color, GrayText);
  }
  .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
    color: ButtonText;
    /* @alternate */
    color: var(--mdc-checkbox-selected-checkmark-color, ButtonText);
  }
  .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
    border-color: ButtonText;
    /* @alternate */
    border-color: var(--mdc-checkbox-selected-checkmark-color, ButtonText);
  }
  .mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
    color: ButtonFace;
    /* @alternate */
    color: var(--mdc-checkbox-disabled-selected-checkmark-color, ButtonFace);
  }
  .mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
    border-color: ButtonFace;
    /* @alternate */
    border-color: var(--mdc-checkbox-disabled-selected-checkmark-color, ButtonFace);
  }
}
.mdc-deprecated-chip-trailing-action__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__icon {
  height: 18px;
  width: 18px;
  font-size: 18px;
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__touch {
  width: 26px;
}

.mdc-deprecated-chip-trailing-action {
  border: none;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  background: none;
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__icon {
  fill: currentColor;
  color: inherit;
}

.mdc-deprecated-chip-trailing-action {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::before,
.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--unbounded .mdc-deprecated-chip-trailing-action__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-chip-trailing-action__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-chip-trailing-action__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::before,
.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::after {
  top: calc(50% - 50%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::before,
.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded .mdc-deprecated-chip-trailing-action__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::before, .mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}

.mdc-deprecated-chip-trailing-action:hover .mdc-deprecated-chip-trailing-action__ripple::before, .mdc-deprecated-chip-trailing-action.mdc-ripple-surface--hover .mdc-deprecated-chip-trailing-action__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded--background-focused .mdc-deprecated-chip-trailing-action__ripple::before, .mdc-deprecated-chip-trailing-action:not(.mdc-ripple-upgraded):focus .mdc-deprecated-chip-trailing-action__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-deprecated-chip-trailing-action:not(.mdc-ripple-upgraded) .mdc-deprecated-chip-trailing-action__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-deprecated-chip-trailing-action:not(.mdc-ripple-upgraded):active .mdc-deprecated-chip-trailing-action__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-deprecated-chip-trailing-action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-deprecated-chip-trailing-action .mdc-deprecated-chip-trailing-action__ripple {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mdc-chip__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-deprecated-chip-trailing-action {
  color: #000;
}

.mdc-chip__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-chip__icon--trailing:hover {
  color: rgba(0, 0, 0, 0.62);
}

.mdc-chip__icon--trailing:focus {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.mdc-deprecated-chip-trailing-action__icon {
  height: 18px;
  width: 18px;
  font-size: 18px;
}

.mdc-chip__icon.mdc-chip__icon--trailing {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.mdc-deprecated-chip-trailing-action {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: -4px;
}

[dir=rtl] .mdc-deprecated-chip-trailing-action, .mdc-deprecated-chip-trailing-action[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: -4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 4px;
  /*rtl:end:ignore*/
}

.mdc-chip__icon--trailing {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: -4px;
}

[dir=rtl] .mdc-chip__icon--trailing, .mdc-chip__icon--trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: -4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 4px;
  /*rtl:end:ignore*/
}

.mdc-chip {
  border-radius: 16px;
}

.mdc-chip .mdc-chip__ripple {
  border-radius: 16px;
}

.mdc-chip {
  background-color: rgb(224.4, 224.4, 224.4);
  color: rgba(0, 0, 0, 0.87);
}

.mdc-chip:hover {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  height: 32px;
}

.mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
.mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
  /* @noflip */ /*rtl:ignore*/
  margin-left: -4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 4px;
}

[dir=rtl] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark, [dir=rtl] .mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden), .mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir=rtl], .mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: -4px;
  /*rtl:end:ignore*/
}

.mdc-chip {
  /* @alternate */
  position: relative;
}

.mdc-chip .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-chip {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px;
  border-width: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

.mdc-chip::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mdc-chip:hover {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-chip .mdc-chip__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.mdc-chip--exit {
  transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), width 150ms cubic-bezier(0, 0, 0.2, 1), padding 100ms linear, margin 100ms linear;
  opacity: 0;
}

.mdc-chip__overflow {
  text-overflow: ellipsis;
  overflow: hidden;
}

.mdc-chip__text {
  white-space: nowrap;
}

.mdc-chip__icon {
  border-radius: 50%;
  outline: none;
  vertical-align: middle;
}

.mdc-chip__checkmark {
  height: 20px;
}

.mdc-chip__checkmark-path {
  transition: stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke-width: 2px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}

.mdc-chip__primary-action:focus {
  outline: none;
}

.mdc-chip--selected .mdc-chip__checkmark-path {
  stroke-dashoffset: 0;
}

.mdc-chip__icon--leading,
.mdc-chip__icon--trailing {
  position: relative;
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading {
  color: rgba(98, 0, 238, 0.54);
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path {
  stroke: #6200ee;
  /* @alternate */
  stroke: var(--mdc-theme-primary, #6200ee);
}

.mdc-chip-set--choice .mdc-chip--selected {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-chip__checkmark-svg {
  width: 0;
  height: 20px;
  transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-chip--selected .mdc-chip__checkmark-svg {
  width: 20px;
}

.mdc-chip-set--filter .mdc-chip__icon--leading {
  transition: opacity 75ms linear;
  transition-delay: -50ms;
  opacity: 1;
}

.mdc-chip-set--filter .mdc-chip__icon--leading + .mdc-chip__checkmark {
  transition: opacity 75ms linear;
  transition-delay: 80ms;
  opacity: 0;
}

.mdc-chip-set--filter .mdc-chip__icon--leading + .mdc-chip__checkmark .mdc-chip__checkmark-svg {
  transition: width 0ms;
}

.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading {
  opacity: 0;
}

.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading + .mdc-chip__checkmark {
  width: 0;
  opacity: 1;
}

.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading {
  width: 0;
  opacity: 0;
}

.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading + .mdc-chip__checkmark {
  width: 20px;
}

.mdc-chip {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-chip .mdc-chip__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-chip .mdc-chip__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-chip.mdc-ripple-upgraded--unbounded .mdc-chip__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-chip.mdc-ripple-upgraded--foreground-activation .mdc-chip__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-chip.mdc-ripple-upgraded--foreground-deactivation .mdc-chip__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-chip .mdc-chip__ripple::before,
.mdc-chip .mdc-chip__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-chip .mdc-chip__ripple::before, .mdc-chip .mdc-chip__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}

.mdc-chip:hover .mdc-chip__ripple::before, .mdc-chip.mdc-ripple-surface--hover .mdc-chip__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-chip.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before, .mdc-chip.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before, .mdc-chip:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before, .mdc-chip:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-chip:not(.mdc-ripple-upgraded) .mdc-chip__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-chip:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-chip.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-chip .mdc-chip__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover .mdc-chip__ripple::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-surface--hover .mdc-chip__ripple::before {
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before, .mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded) .mdc-chip__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

@keyframes mdc-chip-entry {
  from {
    transform: scale(0.8);
    opacity: 0.4;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.mdc-chip-set {
  padding: 4px;
}

.mdc-chip-set .mdc-chip {
  margin: 4px;
}

.mdc-chip-set .mdc-chip--touch {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mdc-chip-set {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.mdc-chip-set--input .mdc-chip {
  animation: mdc-chip-entry 100ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-circular-progress__determinate-circle,
.mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #6200ee;
  /* @alternate */
  stroke: var(--mdc-theme-primary, #6200ee);
}

.mdc-circular-progress__determinate-track {
  stroke: transparent;
}

@keyframes mdc-circular-progress-container-rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes mdc-circular-progress-spinner-layer-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes mdc-circular-progress-color-1-fade-in-out {
  from {
    opacity: 0.99;
  }
  25% {
    opacity: 0.99;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 0.99;
  }
  to {
    opacity: 0.99;
  }
}
@keyframes mdc-circular-progress-color-2-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 0.99;
  }
  50% {
    opacity: 0.99;
  }
  51% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-circular-progress-color-3-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0.99;
  }
  75% {
    opacity: 0.99;
  }
  76% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-circular-progress-color-4-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 0.99;
  }
  90% {
    opacity: 0.99;
  }
  to {
    opacity: 0;
  }
}
@keyframes mdc-circular-progress-left-spin {
  from {
    transform: rotate(265deg);
  }
  50% {
    transform: rotate(130deg);
  }
  to {
    transform: rotate(265deg);
  }
}
@keyframes mdc-circular-progress-right-spin {
  from {
    transform: rotate(-265deg);
  }
  50% {
    transform: rotate(-130deg);
  }
  to {
    transform: rotate(-265deg);
  }
}
.mdc-circular-progress {
  display: inline-flex;
  position: relative;
  /* @noflip */ /*rtl:ignore*/
  direction: ltr;
  line-height: 0;
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-circular-progress__determinate-container,
.mdc-circular-progress__indeterminate-circle-graphic,
.mdc-circular-progress__indeterminate-container,
.mdc-circular-progress__spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mdc-circular-progress__determinate-container {
  transform: rotate(-90deg);
}

.mdc-circular-progress__indeterminate-container {
  font-size: 0;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0;
}

.mdc-circular-progress__determinate-circle-graphic,
.mdc-circular-progress__indeterminate-circle-graphic {
  fill: transparent;
}

.mdc-circular-progress__determinate-circle {
  transition: stroke-dashoffset 500ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-circular-progress__gap-patch {
  position: absolute;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 47.5%;
  box-sizing: border-box;
  width: 5%;
  height: 100%;
  overflow: hidden;
}

.mdc-circular-progress__gap-patch .mdc-circular-progress__indeterminate-circle-graphic {
  /* @noflip */ /*rtl:ignore*/
  left: -900%;
  width: 2000%;
  transform: rotate(180deg);
}

.mdc-circular-progress__circle-clipper {
  display: inline-flex;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.mdc-circular-progress__circle-clipper .mdc-circular-progress__indeterminate-circle-graphic {
  width: 200%;
}

.mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
  /* @noflip */ /*rtl:ignore*/
  left: -100%;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__determinate-container {
  opacity: 0;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
  opacity: 1;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
  animation: mdc-circular-progress-container-rotate 1568.2352941176ms linear infinite;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__spinner-layer {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__color-1 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__color-2 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__color-3 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__color-4 {
  animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdc-circular-progress-color-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-left .mdc-circular-progress__indeterminate-circle-graphic {
  /* @noflip */ /*rtl:ignore*/
  animation: mdc-circular-progress-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
  /* @noflip */ /*rtl:ignore*/
  animation: mdc-circular-progress-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.mdc-circular-progress--closed {
  opacity: 0;
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  position: absolute;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  /* @noflip */ /*rtl:ignore*/
  -webkit-transform-origin: left top;
  /* @noflip */ /*rtl:ignore*/
  transform-origin: left top;
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  /* @alternate */
  will-change: transform;
}

[dir=rtl] .mdc-floating-label, .mdc-floating-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  /* @noflip */ /*rtl:ignore*/
  left: auto;
  /* @noflip */ /*rtl:ignore*/
  -webkit-transform-origin: right top;
  /* @noflip */ /*rtl:ignore*/
  transform-origin: right top;
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-floating-label {
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-floating-label--float-above {
  cursor: auto;
}

.mdc-floating-label--required::after {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 1px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0px;
  content: "*";
}

[dir=rtl] .mdc-floating-label--required, .mdc-floating-label--required[dir=rtl] {
  /*rtl:begin:ignore*/
}

[dir=rtl] .mdc-floating-label--required::after, .mdc-floating-label--required[dir=rtl]::after {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 1px;
}

[dir=rtl] .mdc-floating-label--required, .mdc-floating-label--required[dir=rtl] {
  /*rtl:end:ignore*/
}

.mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}

.mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
  }
}
.mdc-line-ripple::before, .mdc-line-ripple::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-style: solid;
  content: "";
}

.mdc-line-ripple::before {
  border-bottom-width: 1px;
}

.mdc-line-ripple::before {
  z-index: 1;
}

.mdc-line-ripple::after {
  transform: scaleX(0);
  border-bottom-width: 2px;
  opacity: 0;
  z-index: 2;
}

.mdc-line-ripple::after {
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-line-ripple--active::after {
  transform: scaleX(1);
  opacity: 1;
}

.mdc-line-ripple--deactivating::after {
  opacity: 0;
}

.mdc-notched-outline {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
  pointer-events: none;
}

[dir=rtl] .mdc-notched-outline, .mdc-notched-outline[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  pointer-events: none;
}

.mdc-notched-outline__leading {
  /* @noflip */ /*rtl:ignore*/
  border-left: 1px solid;
  /* @noflip */ /*rtl:ignore*/
  border-right: none;
}

[dir=rtl] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  border-left: none;
  /* @noflip */ /*rtl:ignore*/
  border-right: 1px solid;
  /*rtl:end:ignore*/
}

.mdc-notched-outline__leading {
  width: 12px;
}

.mdc-notched-outline__trailing {
  /* @noflip */ /*rtl:ignore*/
  border-left: none;
  /* @noflip */ /*rtl:ignore*/
  border-right: 1px solid;
}

[dir=rtl] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  border-left: 1px solid;
  /* @noflip */ /*rtl:ignore*/
  border-right: none;
  /*rtl:end:ignore*/
}

.mdc-notched-outline__trailing {
  flex-grow: 1;
}

.mdc-notched-outline__notch {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 12px * 2);
}

.mdc-notched-outline .mdc-floating-label {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.mdc-notched-outline .mdc-floating-label--float-above {
  text-overflow: clip;
}

.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  max-width: 133.3333333333%;
}

.mdc-notched-outline--notched .mdc-notched-outline__notch {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 8px;
}

[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-notched-outline--notched .mdc-notched-outline__notch {
  border-top: none;
}

.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  display: none;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-select.mdc-select--disabled .mdc-select__selected-text {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: rgba(98, 0, 238, 0.87);
}

.mdc-select.mdc-select--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: rgba(0, 0, 0, 0.54);
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
  fill: #6200ee;
  /* @alternate */
  fill: var(--mdc-theme-primary, #6200ee);
}

.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
  fill: rgba(0, 0, 0, 0.38);
}

.mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-select.mdc-select--disabled + .mdc-select-helper-text {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__icon {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-select.mdc-select--disabled .mdc-select__icon {
  color: rgba(0, 0, 0, 0.38);
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-select.mdc-select--disabled .mdc-select__selected-text {
    color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
    fill: red;
  }
  .mdc-select.mdc-select--disabled .mdc-floating-label {
    color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-notched-outline__leading,
  .mdc-select.mdc-select--disabled .mdc-notched-outline__notch,
  .mdc-select.mdc-select--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
  .mdc-select.mdc-select--disabled .mdc-select__icon {
    color: GrayText;
  }
  .mdc-select.mdc-select--disabled + .mdc-select-helper-text {
    color: GrayText;
  }
}
.mdc-select .mdc-floating-label {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.mdc-select .mdc-select__anchor {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-select .mdc-select__anchor, .mdc-select .mdc-select__anchor[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor, .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-select .mdc-select__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.mdc-select .mdc-select__dropdown-icon {
  width: 24px;
  height: 24px;
}

.mdc-select .mdc-select__menu .mdc-deprecated-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item, .mdc-select .mdc-select__menu .mdc-deprecated-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
}

[dir=rtl] .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic, .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-select {
  display: inline-flex;
  position: relative;
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  position: absolute;
  top: 0;
  left: 0;
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic {
  width: 41.6666666667%;
  height: 20.8333333333%;
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  opacity: 1;
  transition: opacity 75ms linear 75ms;
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
  opacity: 0;
  transition: opacity 75ms linear;
}

.mdc-select__dropdown-icon {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
}

[dir=rtl] .mdc-select__dropdown-icon, .mdc-select__dropdown-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
  /*rtl:end:ignore*/
}

.mdc-select__dropdown-icon {
  display: inline-flex;
  position: relative;
  align-self: center;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  pointer-events: none;
}

.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
  opacity: 0;
  transition: opacity 49.5ms linear;
}

.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
  opacity: 1;
  transition: opacity 100.5ms linear 49.5ms;
}

.mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}

.mdc-select__anchor {
  width: 200px;
  min-width: 0;
  flex: 1 1 auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.mdc-select__selected-text-container {
  display: flex;
  appearance: none;
  pointer-events: none;
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  flex-grow: 1;
  height: 28px;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.mdc-select__selected-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
}

[dir=rtl] .mdc-select__selected-text, .mdc-select__selected-text[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid + .mdc-select-helper-text--validation-msg {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: #b00020;
  /* @alternate */
  fill: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
  fill: #b00020;
  /* @alternate */
  fill: var(--mdc-theme-error, #b00020);
}

.mdc-select--disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 12px;
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item, .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 12px;
  /*rtl:end:ignore*/
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-select__menu::before {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    content: "";
    pointer-events: none;
  }
}
@media screen and (forced-colors: active) and (forced-colors: active), screen and (-ms-high-contrast: active) and (forced-colors: active) {
  .mdc-select__menu::before {
    border-color: CanvasText;
  }
}
.mdc-select__menu .mdc-deprecated-list .mdc-select__icon,
.mdc-select__menu .mdc-list .mdc-select__icon {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-select__menu .mdc-deprecated-list .mdc-select__icon, [dir=rtl] .mdc-select__menu .mdc-list .mdc-select__icon, .mdc-select__menu .mdc-deprecated-list .mdc-select__icon[dir=rtl], .mdc-select__menu .mdc-list .mdc-select__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-select__menu .mdc-list-item__start {
  display: inline-flex;
  align-items: center;
}

.mdc-select__option {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-select__option, .mdc-select__option[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-select__one-line-option.mdc-list-item--with-one-line {
  height: 48px;
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines {
  height: 64px;
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__start {
  margin-top: 20px;
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 36px;
  content: "";
  vertical-align: 0;
}

.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-select__option-with-leading-content.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-select__option-with-leading-content.mdc-list-item, .mdc-select__option-with-leading-content.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-select__option-with-leading-content .mdc-list-item__start {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-select__option-with-leading-content .mdc-list-item__start, .mdc-select__option-with-leading-content .mdc-list-item__start[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
  /*rtl:end:ignore*/
}

.mdc-select__option-with-leading-content .mdc-list-item__start {
  width: 36px;
  height: 24px;
}

.mdc-select__option-with-leading-content {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 12px;
}

[dir=rtl] .mdc-select__option-with-leading-content, .mdc-select__option-with-leading-content[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-select__option-with-meta.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-select__option-with-meta.mdc-list-item, .mdc-select__option-with-meta.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
  /*rtl:end:ignore*/
}

.mdc-select__option-with-meta .mdc-list-item__end {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
}

[dir=rtl] .mdc-select__option-with-meta .mdc-list-item__end, .mdc-select__option-with-meta .mdc-list-item__end[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
  /*rtl:end:ignore*/
}

.mdc-select--filled .mdc-select__anchor {
  height: 56px;
  display: flex;
  align-items: baseline;
}

.mdc-select--filled .mdc-select__anchor::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}

.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before {
  content: "​";
}

.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.mdc-select--filled.mdc-select--no-label .mdc-select__anchor::before {
  display: none;
}

.mdc-select--filled .mdc-select__anchor {
  border-top-left-radius: 4px;
  /* @alternate */
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 4px;
  /* @alternate */
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: rgb(244.8, 244.8, 244.8);
}

.mdc-select--filled.mdc-select--disabled .mdc-select__anchor {
  background-color: rgb(249.9, 249.9, 249.9);
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}

.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}

.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after {
  border-bottom-color: #6200ee;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.mdc-select--filled .mdc-floating-label {
  max-width: calc(100% - 64px);
}

.mdc-select--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}

.mdc-select--filled .mdc-menu-surface--is-open-below {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.mdc-select--filled.mdc-select--focused.mdc-line-ripple::after {
  transform: scale(1, 2);
  opacity: 1;
}

.mdc-select--filled .mdc-floating-label {
  /* @noflip */ /*rtl:ignore*/
  left: 16px;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-select--filled .mdc-floating-label, .mdc-select--filled .mdc-floating-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 16px;
  /*rtl:end:ignore*/
}

.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
  /* @noflip */ /*rtl:ignore*/
  left: 48px;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 48px;
  /*rtl:end:ignore*/
}

.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
  max-width: calc(100% - 96px);
}

.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 96px / 0.75);
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::after {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-56px 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-56px {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-select--outlined .mdc-select__anchor {
  height: 56px;
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}

[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 0;
  /*rtl:end:ignore*/
}

@supports (top: max(0%)) {
  .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    width: max(12px, var(--mdc-shape-small, 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch {
    max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
  }
}
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 0;
}

[dir=rtl] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
  /*rtl:end:ignore*/
}

@supports (top: max(0%)) {
  .mdc-select--outlined .mdc-select__anchor {
    /* @noflip */ /*rtl:ignore*/
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir=rtl] .mdc-select--outlined .mdc-select__anchor, .mdc-select--outlined .mdc-select__anchor[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
}

@supports (top: max(0%)) {
  [dir=rtl] .mdc-select--outlined .mdc-select__anchor, .mdc-select--outlined .mdc-select__anchor[dir=rtl] {
    /* @noflip */ /*rtl:ignore*/
    padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir=rtl] .mdc-select--outlined .mdc-select__anchor, .mdc-select--outlined .mdc-select__anchor[dir=rtl] {
  /*rtl:end:ignore*/
}

@supports (top: max(0%)) {
  .mdc-select--outlined + .mdc-select-helper-text {
    /* @noflip */ /*rtl:ignore*/
    margin-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir=rtl] .mdc-select--outlined + .mdc-select-helper-text, .mdc-select--outlined + .mdc-select-helper-text[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
}

@supports (top: max(0%)) {
  [dir=rtl] .mdc-select--outlined + .mdc-select-helper-text, .mdc-select--outlined + .mdc-select-helper-text[dir=rtl] {
    /* @noflip */ /*rtl:ignore*/
    margin-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir=rtl] .mdc-select--outlined + .mdc-select-helper-text, .mdc-select--outlined + .mdc-select-helper-text[dir=rtl] {
  /*rtl:end:ignore*/
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: transparent;
}

.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor {
  background-color: transparent;
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 2px;
}

.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}

.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}

.mdc-select--outlined {
  border: none;
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined 250ms 1;
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}

.mdc-select--outlined .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 1px;
}

.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before {
  content: "​";
}

.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.mdc-select--outlined .mdc-select__anchor::before {
  display: none;
}

.mdc-select--outlined .mdc-select__anchor {
  display: flex;
  align-items: baseline;
  overflow: visible;
}

.mdc-select--outlined .mdc-select__selected-text-container {
  display: flex;
  border: none;
  z-index: 1;
  background-color: transparent;
}

.mdc-select--outlined .mdc-select__icon {
  z-index: 2;
}

.mdc-select--outlined .mdc-floating-label {
  line-height: 1.15rem;
  /* @noflip */ /*rtl:ignore*/
  left: 4px;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-select--outlined .mdc-floating-label, .mdc-select--outlined .mdc-floating-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 4px;
  /*rtl:end:ignore*/
}

.mdc-select--outlined.mdc-select--focused .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 2px;
}

.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 2px;
}

.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
  /* @noflip */ /*rtl:ignore*/
  left: 36px;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label, .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 36px;
  /*rtl:end:ignore*/
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
  /* @noflip */ /*rtl:ignore*/
  transform: translateY(-37.25px) translateX(-32px) scale(1);
}

[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above, .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  transform: translateY(-37.25px) translateX(32px) scale(1);
  /*rtl:end:ignore*/
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  /* @noflip */ /*rtl:ignore*/
  transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}

[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above, [dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl], .mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  transform: translateY(-34.75px) translateX(32px) scale(0.75);
  /*rtl:end:ignore*/
}

.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
}
[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon, .mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
}

[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake, .mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
}

[dir=rtl] .mdc-select--outlined.mdc-select--with-leading-icon, .mdc-select--outlined.mdc-select--with-leading-icon[dir=rtl] {
  /*rtl:end:ignore*/
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 96px);
}

.mdc-select--outlined .mdc-menu-surface {
  margin-bottom: 8px;
}

.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,
.mdc-select--outlined .mdc-menu-surface--is-open-below {
  margin-bottom: 0;
}

.mdc-select__anchor {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-select__anchor .mdc-select__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-select__anchor .mdc-select__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}

.mdc-select__anchor:hover .mdc-select__ripple::before, .mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple::before, .mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-select__anchor .mdc-select__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before, .mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before, .mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before, .mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::before, .mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected .mdc-list-item__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before, .mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, .mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-select-helper-text {
  margin: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-select-helper-text, .mdc-select-helper-text[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-select-helper-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
}

.mdc-select-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

.mdc-select-helper-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-select-helper-text--validation-msg {
  opacity: 0;
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-select--invalid + .mdc-select-helper-text--validation-msg,
.mdc-select-helper-text--validation-msg-persistent {
  opacity: 1;
}

.mdc-select--with-leading-icon .mdc-select__icon {
  display: inline-block;
  box-sizing: border-box;
  border: none;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  align-self: center;
  background-color: transparent;
  fill: currentColor;
}

.mdc-select--with-leading-icon .mdc-select__icon {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon, .mdc-select--with-leading-icon .mdc-select__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
  /*rtl:end:ignore*/
}

.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mdc-data-table {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
}

.mdc-data-table .mdc-data-table__header-cell:first-child {
  border-top-left-radius: 4px;
  /* @alternate */
  border-top-left-radius: var(--mdc-shape-medium, 4px);
}

[dir=rtl] .mdc-data-table .mdc-data-table__header-cell:first-child, .mdc-data-table .mdc-data-table__header-cell:first-child[dir=rtl] {
  /*rtl:begin:ignore*/
  border-top-right-radius: 4px;
  /* @alternate */
  border-top-right-radius: var(--mdc-shape-medium, 4px);
  border-top-left-radius: 0;
  /*rtl:end:ignore*/
}

.mdc-data-table .mdc-data-table__header-cell:last-child {
  border-top-right-radius: 4px;
  /* @alternate */
  border-top-right-radius: var(--mdc-shape-medium, 4px);
}

[dir=rtl] .mdc-data-table .mdc-data-table__header-cell:last-child, .mdc-data-table .mdc-data-table__header-cell:last-child[dir=rtl] {
  /*rtl:begin:ignore*/
  border-top-left-radius: 4px;
  /* @alternate */
  border-top-left-radius: var(--mdc-shape-medium, 4px);
  border-top-right-radius: 0;
  /*rtl:end:ignore*/
}

.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:first-child {
  border-bottom-left-radius: 4px;
  /* @alternate */
  border-bottom-left-radius: var(--mdc-shape-medium, 4px);
}

[dir=rtl] .mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:first-child, .mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:first-child[dir=rtl] {
  /*rtl:begin:ignore*/
  border-bottom-right-radius: 4px;
  /* @alternate */
  border-bottom-right-radius: var(--mdc-shape-medium, 4px);
  border-bottom-left-radius: 0;
  /*rtl:end:ignore*/
}

.mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:last-child {
  border-bottom-right-radius: 4px;
  /* @alternate */
  border-bottom-right-radius: var(--mdc-shape-medium, 4px);
}

[dir=rtl] .mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:last-child, .mdc-data-table.mdc-data-table--without-footer .mdc-data-table__row:last-child .mdc-data-table__cell:last-child[dir=rtl] {
  /*rtl:begin:ignore*/
  border-bottom-left-radius: 4px;
  /* @alternate */
  border-bottom-left-radius: var(--mdc-shape-medium, 4px);
  border-bottom-right-radius: 0;
  /*rtl:end:ignore*/
}

.mdc-data-table {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  -webkit-overflow-scrolling: touch;
  display: inline-flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
}

.mdc-data-table__row {
  background-color: inherit;
}

.mdc-data-table__header-cell {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-data-table__row--selected {
  background-color: rgba(98, 0, 238, 0.04);
}

.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mdc-data-table__pagination {
  border-top-width: 1px;
  border-top-style: solid;
}

.mdc-data-table__row:last-child .mdc-data-table__cell {
  border-bottom: none;
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__row {
  height: 52px;
}

.mdc-data-table__pagination {
  min-height: 52px;
}

.mdc-data-table__header-row {
  height: 56px;
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
  padding: 0 16px 0 16px;
}

.mdc-data-table__header-cell--checkbox,
.mdc-data-table__cell--checkbox {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-data-table__header-cell--checkbox, [dir=rtl] .mdc-data-table__cell--checkbox, .mdc-data-table__header-cell--checkbox[dir=rtl], .mdc-data-table__cell--checkbox[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 4px;
  /*rtl:end:ignore*/
}

.mdc-data-table__table-container {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 100%;
}

.mdc-data-table__table {
  min-width: 100%;
  border: 0;
  white-space: nowrap;
  border-spacing: 0;
  /**
   * With table-layout:fixed, table and column widths are defined by the width
   * of the first row of cells. Cells in subsequent rows do not affect column
   * widths. This results in a predictable table layout and may also speed up
   * rendering.
   */
  table-layout: fixed;
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

[dir=rtl] .mdc-data-table__cell, .mdc-data-table__cell[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-data-table__cell--numeric {
  text-align: right;
}

[dir=rtl] .mdc-data-table__cell--numeric, .mdc-data-table__cell--numeric[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
  /*rtl:end:ignore*/
}

.mdc-data-table__cell--checkbox {
  width: 1px;
}

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  outline: none;
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
}

[dir=rtl] .mdc-data-table__header-cell, .mdc-data-table__header-cell[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-data-table__header-cell--checkbox {
  width: 1px;
}

.mdc-data-table__header-cell--numeric {
  text-align: right;
}

[dir=rtl] .mdc-data-table__header-cell--numeric, .mdc-data-table__header-cell--numeric[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
  /*rtl:end:ignore*/
}

.mdc-data-table__sort-icon-button {
  width: 28px;
  height: 28px;
  padding: 2px;
}

.mdc-data-table__sort-icon-button .mdc-icon-button__focus-ring {
  display: none;
}

@media screen and (forced-colors: active) {
  .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
    pointer-events: none;
    border: 2px solid transparent;
    border-radius: 6px;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    /* @noflip */ /*rtl:ignore*/
    left: 50%;
    /* @noflip */ /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
    border-color: CanvasText;
  }
}
@media screen and (forced-colors: active) {
  .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after, .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
    content: "";
    border: 2px solid transparent;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 50%;
    /* @noflip */ /*rtl:ignore*/
    left: 50%;
    /* @noflip */ /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: calc(100% + 4px);
    width: calc(100% + 4px);
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after, .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
  display: block;
  max-height: 28px;
  max-width: 28px;
}

.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 28px;
  height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
  max-height: 28px;
  max-width: 28px;
}

.mdc-data-table__sort-icon-button .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 28px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 28px;
  transform: translate(-50%, -50%);
}

.mdc-data-table__sort-icon-button {
  transform: rotate(0.0001deg);
  /* @noflip */ /*rtl:ignore*/
  margin-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-data-table__sort-icon-button, .mdc-data-table__sort-icon-button[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 4px;
  /*rtl:end:ignore*/
}

.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 4px;
}

[dir=rtl] .mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button, .mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-data-table__sort-icon-button {
  transition: transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-data-table__header-cell--sorted-descending .mdc-data-table__sort-icon-button {
  transform: rotate(-180deg);
}

.mdc-data-table__sort-icon-button {
  opacity: 0;
}

.mdc-data-table__sort-icon-button:focus, .mdc-data-table__header-cell:hover .mdc-data-table__sort-icon-button, .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
  opacity: 1;
}

.mdc-data-table__header-cell-wrapper {
  align-items: center;
  display: inline-flex;
  vertical-align: middle;
}

.mdc-data-table__header-cell--with-sort {
  cursor: pointer;
}

.mdc-data-table__sort-status-label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; /* added line */
  width: 1px;
}

.mdc-data-table--sticky-header .mdc-data-table__header-cell {
  position: sticky;
  top: 0;
  z-index: 1;
}

.mdc-data-table__sort-icon-button {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before, .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after {
  background-color: rgba(0, 0, 0, 0.6);
  /* @alternate */
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.6));
}

.mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before, .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before, .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before, .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before, .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before, .mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-data-table__progress-indicator {
  display: none;
  position: absolute;
  width: 100%;
}

.mdc-data-table--in-progress .mdc-data-table__progress-indicator {
  display: block;
}

.mdc-data-table__scrim {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  height: 100%;
  opacity: 0.32;
  position: absolute;
  top: 0;
  width: 100%;
}

.mdc-data-table__pagination {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

.mdc-data-table__pagination-trailing {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-data-table__pagination-trailing, .mdc-data-table__pagination-trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 4px;
  /*rtl:end:ignore*/
}

.mdc-data-table__pagination-trailing {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mdc-data-table__pagination-navigation {
  align-items: center;
  display: flex;
}

[dir=rtl] .mdc-data-table__pagination-button .mdc-button__icon, .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  transform: rotate(180deg);
  /*rtl:end:ignore*/
}

.mdc-data-table__pagination-button {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 4px;
}

[dir=rtl] .mdc-data-table__pagination-button, .mdc-data-table__pagination-button[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-data-table__pagination-total {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 14px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 36px;
}

[dir=rtl] .mdc-data-table__pagination-total, .mdc-data-table__pagination-total[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 36px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 14px;
  /*rtl:end:ignore*/
}

.mdc-data-table__pagination-total {
  white-space: nowrap;
}

.mdc-data-table__pagination-rows-per-page {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 22px;
}

[dir=rtl] .mdc-data-table__pagination-rows-per-page, .mdc-data-table__pagination-rows-per-page[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 22px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-data-table__pagination-rows-per-page {
  align-items: center;
  display: inline-flex;
}

.mdc-data-table__pagination-rows-per-page-label {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
}

[dir=rtl] .mdc-data-table__pagination-rows-per-page-label, .mdc-data-table__pagination-rows-per-page-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-data-table__pagination-rows-per-page-label {
  white-space: nowrap;
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
  width: 100%;
  min-width: 80px;
}

.mdc-data-table__pagination-rows-per-page-select {
  min-width: 80px;
  /* @alternate */
  min-width: var(--mdc-menu-min-width, 80px);
  margin: 8px 0;
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
  transform: translateY(-27.25px) scale(1);
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-24.75px) scale(0.75);
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-select-outlined-36px 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-36px {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
  height: 36px;
}

.mdc-data-table__pagination-rows-per-page-select .mdc-select__dropdown-icon {
  width: 20px;
  height: 20px;
}

.mdc-data-table__pagination-rows-per-page-select.mdc-select--outlined .mdc-select__anchor :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 56px);
}

.mdc-data-table__pagination-rows-per-page-select .mdc-list-item.mdc-list-item--with-one-line {
  height: 36px;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before, .mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before, .mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  /* @alternate */
  border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
  background-color: transparent;
}

.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
}

@keyframes mdc-checkbox-fade-in-background-8A000000FF6200EE00000000FF6200EE {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    /* @alternate */
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
  50% {
    border-color: #6200ee;
    /* @alternate */
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
    background-color: #6200ee;
    /* @alternate */
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
  }
}
@keyframes mdc-checkbox-fade-out-background-8A000000FF6200EE00000000FF6200EE {
  0%, 80% {
    border-color: #6200ee;
    /* @alternate */
    border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
    background-color: #6200ee;
    /* @alternate */
    background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #6200ee));
  }
  100% {
    border-color: rgba(0, 0, 0, 0.54);
    /* @alternate */
    border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
    background-color: transparent;
  }
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-in-background-8A000000FF6200EE00000000FF6200EE;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  animation-name: mdc-checkbox-fade-out-background-8A000000FF6200EE00000000FF6200EE;
}

.mdc-dialog .mdc-dialog__surface {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-dialog .mdc-dialog__scrim {
  background-color: rgba(0, 0, 0, 0.32);
}

.mdc-dialog .mdc-dialog__surface-scrim {
  background-color: rgba(0, 0, 0, 0.32);
}

.mdc-dialog .mdc-dialog__title {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-dialog .mdc-dialog__content {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-dialog .mdc-dialog__close {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::before, .mdc-dialog .mdc-dialog__close .mdc-icon-button__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}

.mdc-dialog .mdc-dialog__close:hover .mdc-icon-button__ripple::before, .mdc-dialog .mdc-dialog__close.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before, .mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-dialog .mdc-dialog__close:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-dialog .mdc-dialog__close.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title, .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions, .mdc-dialog.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions {
  border-color: rgba(0, 0, 0, 0.12);
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
}

.mdc-dialog.mdc-dialog-scroll-divider-header.mdc-dialog--fullscreen .mdc-dialog__header {
  /* @alternate */
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mdc-dialog .mdc-dialog__surface {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
}

.mdc-dialog__surface {
  /* @alternate */
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mdc-dialog__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1.25rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
}

.mdc-dialog__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: 1.5rem;
  /* @alternate */
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: 0.03125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body1-text-transform, inherit);
}

.mdc-dialog__title-icon {
  /** Hook for theming API. */
}

.mdc-dialog,
.mdc-dialog__scrim {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.mdc-dialog .mdc-dialog__content {
  padding: 20px 24px 20px 24px;
}

.mdc-dialog .mdc-dialog__surface {
  min-width: 280px;
}

@media (max-width: 592px) {
  .mdc-dialog .mdc-dialog__surface {
    max-width: calc(100vw - 32px);
  }
}
@media (min-width: 592px) {
  .mdc-dialog .mdc-dialog__surface {
    max-width: 560px;
  }
}
.mdc-dialog .mdc-dialog__surface {
  max-height: calc(100% - 32px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mdc-dialog .mdc-dialog__container {
    /* stylelint-disable */
    /* stylelint-enable*/
  }
}
.mdc-dialog {
  display: none;
  z-index: 7;
  /* @alternate */
  z-index: var(--mdc-dialog-z-index, 7);
}

.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
  max-width: none;
}

@media (max-width: 960px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    max-height: 560px;
    width: 560px;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
    right: -12px;
  }
}
@media (max-width: 720px) and (max-width: 672px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    width: calc(100vw - 112px);
  }
}
@media (max-width: 720px) and (min-width: 672px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    width: 560px;
  }
}
@media (max-width: 720px) and (max-height: 720px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    max-height: calc(100vh - 160px);
  }
}
@media (max-width: 720px) and (min-height: 720px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    max-height: 560px;
  }
}
@media (max-width: 720px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
    right: -12px;
  }
}
@media (max-width: 720px) and (max-height: 400px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    width: 100vw;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
    order: -1;
    left: -12px;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header {
    padding: 0 16px 9px;
    justify-content: flex-start;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title {
    margin-left: calc(16px - 2 * 12px);
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    width: 100vw;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
    order: -1;
    left: -12px;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__header {
    padding: 0 16px 9px;
    justify-content: flex-start;
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__title {
    margin-left: calc(16px - 2 * 12px);
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    border-radius: 0;
  }
}
@media (min-width: 960px) {
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface {
    width: calc(100vw - 400px);
  }
  .mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface .mdc-dialog__close {
    right: -12px;
  }
}
.mdc-dialog.mdc-dialog__scrim--hidden .mdc-dialog__scrim {
  opacity: 0;
}

.mdc-dialog__scrim {
  opacity: 0;
  z-index: -1;
}

.mdc-dialog__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  height: 100%;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}

.mdc-dialog__surface {
  /* @alternate */
  position: relative;
}

.mdc-dialog__surface .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-dialog__surface {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto;
  overflow-y: auto;
}

[dir=rtl] .mdc-dialog__surface, .mdc-dialog__surface[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-dialog__surface {
    outline: 2px solid windowText;
  }
}
.mdc-dialog__surface::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-dialog__surface::before {
    border-color: CanvasText;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .mdc-dialog__surface::before {
    content: none;
  }
}
.mdc-dialog__title {
  display: block;
}

.mdc-dialog__title::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}

.mdc-dialog__title {
  margin-top: 0;
  /* @alternate */
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 0 0 1px;
  padding: 0 24px 9px;
}

[dir=rtl] .mdc-dialog__title, .mdc-dialog__title[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-dialog--scrollable .mdc-dialog__title {
  margin-bottom: 1px;
  padding-bottom: 15px;
}

.mdc-dialog--fullscreen .mdc-dialog__header {
  align-items: baseline;
  border-bottom: 1px solid transparent;
  display: inline-flex;
  justify-content: space-between;
  padding: 0 24px 9px;
  z-index: 1;
}

@media screen and (forced-colors: active) {
  .mdc-dialog--fullscreen .mdc-dialog__header {
    border-bottom-color: CanvasText;
  }
}
.mdc-dialog--fullscreen .mdc-dialog__header .mdc-dialog__close {
  right: -12px;
}

.mdc-dialog--fullscreen .mdc-dialog__title {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 0;
}

.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__title {
  border-bottom: 0;
  margin-bottom: 0;
}

.mdc-dialog--fullscreen .mdc-dialog__close {
  top: 5px;
}

.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions {
  border-top: 1px solid transparent;
}

@media screen and (forced-colors: active) {
  .mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions {
    border-top-color: CanvasText;
  }
}
.mdc-dialog__content {
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  overflow: auto;
}

.mdc-dialog__content > :first-child {
  margin-top: 0;
}

.mdc-dialog__content > :last-child {
  margin-bottom: 0;
}

.mdc-dialog__title + .mdc-dialog__content,
.mdc-dialog__header + .mdc-dialog__content {
  padding-top: 0;
}

.mdc-dialog--scrollable .mdc-dialog__title + .mdc-dialog__content {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mdc-dialog__content .mdc-deprecated-list:first-child:last-child {
  padding: 6px 0 0;
}

.mdc-dialog--scrollable .mdc-dialog__content .mdc-deprecated-list:first-child:last-child {
  padding: 0;
}

.mdc-dialog__actions {
  display: flex;
  position: relative;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  min-height: 52px;
  margin: 0;
  padding: 8px;
  border-top: 1px solid transparent;
}

@media screen and (forced-colors: active) {
  .mdc-dialog__actions {
    border-top-color: CanvasText;
  }
}
.mdc-dialog--stacked .mdc-dialog__actions {
  flex-direction: column;
  align-items: flex-end;
}

.mdc-dialog__button {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-dialog__button, .mdc-dialog__button[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
  /*rtl:end:ignore*/
}

.mdc-dialog__button:first-child {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-dialog__button:first-child, .mdc-dialog__button:first-child[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-dialog__button {
  max-width: 100%;
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
}

[dir=rtl] .mdc-dialog__button, .mdc-dialog__button[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
  /*rtl:end:ignore*/
}

.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
  margin-top: 12px;
}

.mdc-dialog--open,
.mdc-dialog--opening,
.mdc-dialog--closing {
  display: flex;
}

.mdc-dialog--opening .mdc-dialog__scrim {
  transition: opacity 150ms linear;
}

.mdc-dialog--opening .mdc-dialog__container {
  transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-dialog--closing .mdc-dialog__scrim,
.mdc-dialog--closing .mdc-dialog__container {
  transition: opacity 75ms linear;
}

.mdc-dialog--closing .mdc-dialog__container {
  transform: none;
}

.mdc-dialog--open .mdc-dialog__scrim {
  opacity: 1;
}

.mdc-dialog--open .mdc-dialog__container {
  transform: none;
  opacity: 1;
}

.mdc-dialog--open.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim {
  opacity: 1;
  z-index: 1;
}

.mdc-dialog--open.mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim {
  transition: opacity 75ms linear;
}

.mdc-dialog--open.mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim {
  transition: opacity 150ms linear;
}

.mdc-dialog__surface-scrim {
  display: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mdc-dialog__surface-scrim--shown .mdc-dialog__surface-scrim, .mdc-dialog__surface-scrim--showing .mdc-dialog__surface-scrim, .mdc-dialog__surface-scrim--hiding .mdc-dialog__surface-scrim {
  display: block;
}

.mdc-dialog-scroll-lock {
  overflow: hidden;
}

.mdc-dialog--no-content-padding .mdc-dialog__content {
  padding: 0;
}

.mdc-dialog--sheet .mdc-dialog__close {
  right: 12px;
  top: 9px;
  position: absolute;
  z-index: 1;
}

.mdc-drawer .mdc-drawer__title {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-drawer .mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-drawer .mdc-drawer__subtitle {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-drawer {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-drawer .mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-drawer .mdc-deprecated-list-item {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-drawer .mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #6200ee;
}

.mdc-drawer .mdc-deprecated-list-item--activated {
  color: rgba(98, 0, 238, 0.87);
}

.mdc-drawer {
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 0;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: var(--mdc-shape-large, 0);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 0;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: var(--mdc-shape-large, 0);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 0;
}

[dir=rtl] .mdc-drawer, .mdc-drawer[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 0;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: var(--mdc-shape-large, 0);
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 0;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: var(--mdc-shape-large, 0);
  /*rtl:end:ignore*/
}

.mdc-drawer .mdc-deprecated-list-item {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
}

.mdc-drawer {
  z-index: 6;
  width: 256px;
}

.mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 256px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content, .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 256px;
  /*rtl:end:ignore*/
}

.mdc-drawer {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 100%;
  /* @noflip */ /*rtl:ignore*/
  border-right-width: 1px;
  /* @noflip */ /*rtl:ignore*/
  border-right-style: solid;
  overflow: hidden;
}

[dir=rtl] .mdc-drawer, .mdc-drawer[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  border-right-width: 0;
  /* @noflip */ /*rtl:ignore*/
  border-left-width: 1px;
  /* @noflip */ /*rtl:ignore*/
  border-right-style: none;
  /* @noflip */ /*rtl:ignore*/
  border-left-style: solid;
  /*rtl:end:ignore*/
}

.mdc-drawer {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-drawer .mdc-deprecated-list-item {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
  height: calc(48px - 2 * 4px);
  margin: 8px 8px;
  padding: 0 8px;
}

.mdc-drawer .mdc-deprecated-list-item:nth-child(1) {
  margin-top: 2px;
}

.mdc-drawer .mdc-deprecated-list-item:nth-last-child(1) {
  margin-bottom: 0;
}

.mdc-drawer .mdc-deprecated-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  display: block;
}

.mdc-drawer .mdc-deprecated-list-group__subheader::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}

.mdc-drawer .mdc-deprecated-list-group__subheader {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin: 0;
  padding: 0 16px;
}

.mdc-drawer .mdc-deprecated-list-divider {
  margin: 3px 0 4px;
}

.mdc-drawer .mdc-deprecated-list-item__text,
.mdc-drawer .mdc-deprecated-list-item__graphic {
  pointer-events: none;
}

.mdc-drawer--animate {
  transform: translateX(-100%);
}

[dir=rtl] .mdc-drawer--animate, .mdc-drawer--animate[dir=rtl] {
  /*rtl:begin:ignore*/
  transform: translateX(100%);
  /*rtl:end:ignore*/
}

.mdc-drawer--opening {
  transform: translateX(0);
}

[dir=rtl] .mdc-drawer--opening, .mdc-drawer--opening[dir=rtl] {
  /*rtl:begin:ignore*/
  transform: translateX(0);
  /*rtl:end:ignore*/
}

.mdc-drawer--opening {
  transition-duration: 250ms;
}

.mdc-drawer--closing {
  transform: translateX(-100%);
}

[dir=rtl] .mdc-drawer--closing, .mdc-drawer--closing[dir=rtl] {
  /*rtl:begin:ignore*/
  transform: translateX(100%);
  /*rtl:end:ignore*/
}

.mdc-drawer--closing {
  transition-duration: 200ms;
}

.mdc-drawer__header {
  flex-shrink: 0;
  box-sizing: border-box;
  min-height: 64px;
  padding: 0 16px 4px;
}

.mdc-drawer__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1.25rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  display: block;
}

.mdc-drawer__title::before {
  display: inline-block;
  width: 0;
  height: 36px;
  content: "";
  vertical-align: 0;
}

.mdc-drawer__title::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-drawer__title {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-drawer__subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  display: block;
}

.mdc-drawer__subtitle::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}

.mdc-drawer__subtitle {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: 0;
}

.mdc-drawer__content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mdc-drawer--dismissible {
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-drawer--dismissible, .mdc-drawer--dismissible[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  /*rtl:end:ignore*/
}

.mdc-drawer--dismissible {
  display: none;
  position: absolute;
}

.mdc-drawer--dismissible.mdc-drawer--open {
  display: flex;
}

.mdc-drawer-app-content {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-drawer-app-content, .mdc-drawer-app-content[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-drawer-app-content {
  position: relative;
}

.mdc-drawer--modal + .mdc-drawer-scrim {
  background-color: rgba(0, 0, 0, 0.32);
}

.mdc-drawer--modal {
  /* @alternate */
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-drawer--modal, .mdc-drawer--modal[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  /*rtl:end:ignore*/
}

.mdc-drawer--modal {
  display: none;
  position: fixed;
}

.mdc-drawer--modal.mdc-drawer--open {
  display: flex;
}

.mdc-drawer-scrim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-drawer--open + .mdc-drawer-scrim {
  display: block;
}

.mdc-drawer--animate + .mdc-drawer-scrim {
  opacity: 0;
}

.mdc-drawer--opening + .mdc-drawer-scrim {
  transition-duration: 250ms;
  opacity: 1;
}

.mdc-drawer--closing + .mdc-drawer-scrim {
  transition-duration: 200ms;
  opacity: 0;
}

.mdc-elevation--z0 {
  /* @alternate */
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z1 {
  /* @alternate */
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z2 {
  /* @alternate */
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z3 {
  /* @alternate */
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z4 {
  /* @alternate */
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z5 {
  /* @alternate */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z6 {
  /* @alternate */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z7 {
  /* @alternate */
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z8 {
  /* @alternate */
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z9 {
  /* @alternate */
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z10 {
  /* @alternate */
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z11 {
  /* @alternate */
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z12 {
  /* @alternate */
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z13 {
  /* @alternate */
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z14 {
  /* @alternate */
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z15 {
  /* @alternate */
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z16 {
  /* @alternate */
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z17 {
  /* @alternate */
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z18 {
  /* @alternate */
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z19 {
  /* @alternate */
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z20 {
  /* @alternate */
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z21 {
  /* @alternate */
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z22 {
  /* @alternate */
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z23 {
  /* @alternate */
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mdc-elevation--z24 {
  /* @alternate */
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mdc-elevation-transition {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}

.mdc-fab {
  /* @alternate */
  position: relative;
}

.mdc-fab .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-fab {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  fill: currentColor;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: visible;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-fab::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mdc-fab:hover {
  /* @alternate */
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mdc-fab.mdc-ripple-upgraded--background-focused, .mdc-fab:not(.mdc-ripple-upgraded):focus {
  /* @alternate */
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mdc-fab .mdc-fab__focus-ring {
  position: absolute;
}

.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring, .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}

@media screen and (forced-colors: active) {
  .mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring, .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after, .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}

@media screen and (forced-colors: active) {
  .mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__focus-ring::after, .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-fab:active, .mdc-fab:focus:active {
  /* @alternate */
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mdc-fab:active, .mdc-fab:focus {
  outline: none;
}

.mdc-fab:hover {
  cursor: pointer;
}

.mdc-fab > svg {
  width: 100%;
}

.mdc-fab--mini {
  width: 40px;
  height: 40px;
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  /* @alternate */
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  border-radius: 24px;
}

.mdc-fab--extended .mdc-fab__ripple {
  border-radius: 24px;
}

.mdc-fab--extended {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 20px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 20px;
}

.mdc-fab--extended .mdc-fab__icon {
  /* @noflip */ /*rtl:ignore*/
  margin-left: calc(12px - 20px);
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
}

[dir=rtl] .mdc-fab--extended .mdc-fab__icon, .mdc-fab--extended .mdc-fab__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: calc(12px - 20px);
  /*rtl:end:ignore*/
}

.mdc-fab--extended .mdc-fab__label + .mdc-fab__icon {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: calc(12px - 20px);
}

[dir=rtl] .mdc-fab--extended .mdc-fab__label + .mdc-fab__icon, .mdc-fab--extended .mdc-fab__label + .mdc-fab__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: calc(12px - 20px);
  /* @noflip */ /*rtl:ignore*/
  margin-right: 12px;
  /*rtl:end:ignore*/
}

.mdc-fab--extended {
  width: auto;
  max-width: 100%;
  height: 48px;
  /* @alternate */
  line-height: normal;
}

.mdc-fab--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}

.mdc-fab--touch .mdc-fab__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mdc-fab::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-fab::before {
    border-color: CanvasText;
  }
}
.mdc-fab__label {
  justify-content: flex-start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
}

.mdc-fab__icon {
  transition: transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);
  fill: currentColor;
  will-change: transform;
}

.mdc-fab .mdc-fab__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mdc-fab--exited {
  transform: scale(0);
  opacity: 0;
  transition: opacity 15ms linear 150ms, transform 180ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.mdc-fab--exited .mdc-fab__icon {
  transform: scale(0);
  transition: transform 135ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.mdc-fab {
  background-color: #018786;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #018786);
}

.mdc-fab .mdc-fab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.mdc-fab, .mdc-fab:not(:disabled) .mdc-fab__icon, .mdc-fab:not(:disabled) .mdc-fab__label, .mdc-fab:disabled .mdc-fab__icon, .mdc-fab:disabled .mdc-fab__label {
  color: #fff;
  /* @alternate */
  color: var(--mdc-theme-on-secondary, #fff);
}

.mdc-fab:not(.mdc-fab--extended) {
  border-radius: 50%;
}

.mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
  border-radius: 50%;
}

.mdc-fab {
  /* @alternate */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mdc-fab {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-fab .mdc-fab__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-fab .mdc-fab__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-fab.mdc-ripple-upgraded--unbounded .mdc-fab__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-fab.mdc-ripple-upgraded--foreground-activation .mdc-fab__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-fab.mdc-ripple-upgraded--foreground-deactivation .mdc-fab__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-fab .mdc-fab__ripple::before, .mdc-fab .mdc-fab__ripple::after {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-secondary, #fff));
}

.mdc-fab:hover .mdc-fab__ripple::before, .mdc-fab.mdc-ripple-surface--hover .mdc-fab__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}

.mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before, .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}

.mdc-fab:not(.mdc-ripple-upgraded) .mdc-fab__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-fab.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-fab .mdc-fab__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.mdc-fab {
  z-index: 0;
}

.mdc-fab .mdc-fab__ripple::before,
.mdc-fab .mdc-fab__ripple::after {
  z-index: -1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, -1);
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.mdc-form-field > label {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: auto;
}

[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: auto;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-form-field > label {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 4px;
  /*rtl:end:ignore*/
}

.mdc-form-field > label {
  order: 0;
}

.mdc-form-field--nowrap > label {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mdc-form-field--align-end > label {
  /* @noflip */ /*rtl:ignore*/
  margin-left: auto;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: auto;
  /*rtl:end:ignore*/
}

.mdc-form-field--align-end > label {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 4px;
}

[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 4px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-form-field--align-end > label {
  order: -1;
}

.mdc-form-field--space-between {
  justify-content: space-between;
}

.mdc-form-field--space-between > label {
  margin: 0;
}

[dir=rtl] .mdc-form-field--space-between > label, .mdc-form-field--space-between > label[dir=rtl] {
  /*rtl:begin:ignore*/
  margin: 0;
  /*rtl:end:ignore*/
}

.mdc-icon-button {
  font-size: 24px;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.mdc-icon-button .mdc-icon-button__focus-ring {
  display: none;
}

@media screen and (forced-colors: active) {
  .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
    pointer-events: none;
    border: 2px solid transparent;
    border-radius: 6px;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    /* @noflip */ /*rtl:ignore*/
    left: 50%;
    /* @noflip */ /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
    border-color: CanvasText;
  }
}
@media screen and (forced-colors: active) {
  .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after, .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
    content: "";
    border: 2px solid transparent;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 50%;
    /* @noflip */ /*rtl:ignore*/
    left: 50%;
    /* @noflip */ /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: calc(100% + 4px);
    width: calc(100% + 4px);
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after, .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
  display: block;
  max-height: 48px;
  max-width: 48px;
}

.mdc-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}

.mdc-icon-button.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-icon-button.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}

.mdc-icon-button .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mdc-icon-button:disabled {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
}

.mdc-icon-button svg,
.mdc-icon-button img {
  width: 24px;
  height: 24px;
}

.mdc-icon-button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  fill: currentColor;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  z-index: 0;
  overflow: visible;
}

.mdc-icon-button .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}

.mdc-icon-button:disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-icon-button--display-flex {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.mdc-icon-button__icon {
  display: inline-block;
}

.mdc-icon-button__icon.mdc-icon-button__icon--on {
  display: none;
}

.mdc-icon-button--on .mdc-icon-button__icon {
  display: none;
}

.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
  display: inline-block;
}

.mdc-icon-button__link {
  height: 100%;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.mdc-icon-button {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-icon-button .mdc-icon-button__ripple::before,
.mdc-icon-button .mdc-icon-button__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-icon-button .mdc-icon-button__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-icon-button .mdc-icon-button__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-icon-button.mdc-ripple-upgraded--unbounded .mdc-icon-button__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-activation .mdc-icon-button__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation .mdc-icon-button__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-icon-button .mdc-icon-button__ripple::before,
.mdc-icon-button .mdc-icon-button__ripple::after {
  top: calc(50% - 50%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::before,
.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-icon-button .mdc-icon-button__ripple::before, .mdc-icon-button .mdc-icon-button__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

.mdc-icon-button:hover .mdc-icon-button__ripple::before, .mdc-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before, .mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-icon-button.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-icon-button .mdc-icon-button__ripple {
  height: 100%;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.mdc-image-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}

.mdc-image-list__item,
.mdc-image-list__image-aspect-container {
  position: relative;
  box-sizing: border-box;
}

.mdc-image-list__item {
  list-style-type: none;
}

.mdc-image-list__image {
  width: 100%;
}

.mdc-image-list__image-aspect-container .mdc-image-list__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mdc-image-list__image-aspect-container {
  padding-bottom: calc(100% / 1);
}

.mdc-image-list__image {
  border-radius: 0;
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mdc-image-list__supporting {
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 8px 0;
  line-height: 24px;
}

.mdc-image-list__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.mdc-image-list--masonry {
  display: block;
}

.mdc-image-list--masonry .mdc-image-list__item {
  break-inside: avoid-column;
}

.mdc-image-list--masonry .mdc-image-list__image {
  display: block;
  height: auto;
}

:root {
  --mdc-layout-grid-margin-desktop: 24px;
  --mdc-layout-grid-gutter-desktop: 24px;
  --mdc-layout-grid-column-width-desktop: 72px;
  --mdc-layout-grid-margin-tablet: 16px;
  --mdc-layout-grid-gutter-tablet: 16px;
  --mdc-layout-grid-column-width-tablet: 72px;
  --mdc-layout-grid-margin-phone: 16px;
  --mdc-layout-grid-gutter-phone: 16px;
  --mdc-layout-grid-column-width-phone: 72px;
}

@media (min-width: 840px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px;
    padding: var(--mdc-layout-grid-margin-desktop, 24px);
  }
}
@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px;
    padding: var(--mdc-layout-grid-margin-tablet, 16px);
  }
}
@media (max-width: 599px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px;
    padding: var(--mdc-layout-grid-margin-phone, 16px);
  }
}
@media (min-width: 840px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1);
  }
  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: grid;
      margin: 0;
      grid-gap: 24px;
      grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
}
@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -8px;
    margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1);
  }
  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: grid;
      margin: 0;
      grid-gap: 16px;
      grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
}
@media (max-width: 599px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1);
  }
  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: grid;
      margin: 0;
      grid-gap: 16px;
      grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@media (min-width: 840px) {
  .mdc-layout-grid__cell {
    width: calc(33.3333333333% - 24px);
    width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell {
    box-sizing: border-box;
    margin: 12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2);
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      margin: 0;
    }
  }
  .mdc-layout-grid__cell--span-1,
  .mdc-layout-grid__cell--span-1-desktop {
    width: calc(8.3333333333% - 24px);
    width: calc(8.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-desktop {
      width: auto;
      grid-column-end: span 1;
    }
  }
  .mdc-layout-grid__cell--span-2,
  .mdc-layout-grid__cell--span-2-desktop {
    width: calc(16.6666666667% - 24px);
    width: calc(16.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-desktop {
      width: auto;
      grid-column-end: span 2;
    }
  }
  .mdc-layout-grid__cell--span-3,
  .mdc-layout-grid__cell--span-3-desktop {
    width: calc(25% - 24px);
    width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-desktop {
      width: auto;
      grid-column-end: span 3;
    }
  }
  .mdc-layout-grid__cell--span-4,
  .mdc-layout-grid__cell--span-4-desktop {
    width: calc(33.3333333333% - 24px);
    width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-desktop {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-5,
  .mdc-layout-grid__cell--span-5-desktop {
    width: calc(41.6666666667% - 24px);
    width: calc(41.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-desktop {
      width: auto;
      grid-column-end: span 5;
    }
  }
  .mdc-layout-grid__cell--span-6,
  .mdc-layout-grid__cell--span-6-desktop {
    width: calc(50% - 24px);
    width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-desktop {
      width: auto;
      grid-column-end: span 6;
    }
  }
  .mdc-layout-grid__cell--span-7,
  .mdc-layout-grid__cell--span-7-desktop {
    width: calc(58.3333333333% - 24px);
    width: calc(58.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-desktop {
      width: auto;
      grid-column-end: span 7;
    }
  }
  .mdc-layout-grid__cell--span-8,
  .mdc-layout-grid__cell--span-8-desktop {
    width: calc(66.6666666667% - 24px);
    width: calc(66.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-desktop {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-9,
  .mdc-layout-grid__cell--span-9-desktop {
    width: calc(75% - 24px);
    width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-desktop {
      width: auto;
      grid-column-end: span 9;
    }
  }
  .mdc-layout-grid__cell--span-10,
  .mdc-layout-grid__cell--span-10-desktop {
    width: calc(83.3333333333% - 24px);
    width: calc(83.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-desktop {
      width: auto;
      grid-column-end: span 10;
    }
  }
  .mdc-layout-grid__cell--span-11,
  .mdc-layout-grid__cell--span-11-desktop {
    width: calc(91.6666666667% - 24px);
    width: calc(91.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-desktop {
      width: auto;
      grid-column-end: span 11;
    }
  }
  .mdc-layout-grid__cell--span-12,
  .mdc-layout-grid__cell--span-12-desktop {
    width: calc(100% - 24px);
    width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-desktop {
      width: auto;
      grid-column-end: span 12;
    }
  }
}
@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid__cell {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell {
    box-sizing: border-box;
    margin: 8px;
    margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2);
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      margin: 0;
    }
  }
  .mdc-layout-grid__cell--span-1,
  .mdc-layout-grid__cell--span-1-tablet {
    width: calc(12.5% - 16px);
    width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-tablet {
      width: auto;
      grid-column-end: span 1;
    }
  }
  .mdc-layout-grid__cell--span-2,
  .mdc-layout-grid__cell--span-2-tablet {
    width: calc(25% - 16px);
    width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-tablet {
      width: auto;
      grid-column-end: span 2;
    }
  }
  .mdc-layout-grid__cell--span-3,
  .mdc-layout-grid__cell--span-3-tablet {
    width: calc(37.5% - 16px);
    width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-tablet {
      width: auto;
      grid-column-end: span 3;
    }
  }
  .mdc-layout-grid__cell--span-4,
  .mdc-layout-grid__cell--span-4-tablet {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-tablet {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-5,
  .mdc-layout-grid__cell--span-5-tablet {
    width: calc(62.5% - 16px);
    width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-tablet {
      width: auto;
      grid-column-end: span 5;
    }
  }
  .mdc-layout-grid__cell--span-6,
  .mdc-layout-grid__cell--span-6-tablet {
    width: calc(75% - 16px);
    width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-tablet {
      width: auto;
      grid-column-end: span 6;
    }
  }
  .mdc-layout-grid__cell--span-7,
  .mdc-layout-grid__cell--span-7-tablet {
    width: calc(87.5% - 16px);
    width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-tablet {
      width: auto;
      grid-column-end: span 7;
    }
  }
  .mdc-layout-grid__cell--span-8,
  .mdc-layout-grid__cell--span-8-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-9,
  .mdc-layout-grid__cell--span-9-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-10,
  .mdc-layout-grid__cell--span-10-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-11,
  .mdc-layout-grid__cell--span-11-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-12,
  .mdc-layout-grid__cell--span-12-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
}
@media (max-width: 599px) {
  .mdc-layout-grid__cell {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell {
    box-sizing: border-box;
    margin: 8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2);
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      margin: 0;
    }
  }
  .mdc-layout-grid__cell--span-1,
  .mdc-layout-grid__cell--span-1-phone {
    width: calc(25% - 16px);
    width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-phone {
      width: auto;
      grid-column-end: span 1;
    }
  }
  .mdc-layout-grid__cell--span-2,
  .mdc-layout-grid__cell--span-2-phone {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-phone {
      width: auto;
      grid-column-end: span 2;
    }
  }
  .mdc-layout-grid__cell--span-3,
  .mdc-layout-grid__cell--span-3-phone {
    width: calc(75% - 16px);
    width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-phone {
      width: auto;
      grid-column-end: span 3;
    }
  }
  .mdc-layout-grid__cell--span-4,
  .mdc-layout-grid__cell--span-4-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-5,
  .mdc-layout-grid__cell--span-5-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-6,
  .mdc-layout-grid__cell--span-6-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-7,
  .mdc-layout-grid__cell--span-7-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-8,
  .mdc-layout-grid__cell--span-8-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-9,
  .mdc-layout-grid__cell--span-9-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-10,
  .mdc-layout-grid__cell--span-10-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-11,
  .mdc-layout-grid__cell--span-11-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-12,
  .mdc-layout-grid__cell--span-12-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
}
.mdc-layout-grid__cell--order-1 {
  order: 1;
}

.mdc-layout-grid__cell--order-2 {
  order: 2;
}

.mdc-layout-grid__cell--order-3 {
  order: 3;
}

.mdc-layout-grid__cell--order-4 {
  order: 4;
}

.mdc-layout-grid__cell--order-5 {
  order: 5;
}

.mdc-layout-grid__cell--order-6 {
  order: 6;
}

.mdc-layout-grid__cell--order-7 {
  order: 7;
}

.mdc-layout-grid__cell--order-8 {
  order: 8;
}

.mdc-layout-grid__cell--order-9 {
  order: 9;
}

.mdc-layout-grid__cell--order-10 {
  order: 10;
}

.mdc-layout-grid__cell--order-11 {
  order: 11;
}

.mdc-layout-grid__cell--order-12 {
  order: 12;
}

.mdc-layout-grid__cell--align-top {
  align-self: flex-start;
}

@supports (display: grid) {
  .mdc-layout-grid__cell--align-top {
    align-self: start;
  }
}
.mdc-layout-grid__cell--align-middle {
  align-self: center;
}

.mdc-layout-grid__cell--align-bottom {
  align-self: flex-end;
}

@supports (display: grid) {
  .mdc-layout-grid__cell--align-bottom {
    align-self: end;
  }
}
@media (min-width: 840px) {
  .mdc-layout-grid--fixed-column-width {
    width: 1176px;
    width: calc(var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2);
  }
}
@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid--fixed-column-width {
    width: 720px;
    width: calc(var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2);
  }
}
@media (max-width: 599px) {
  .mdc-layout-grid--fixed-column-width {
    width: 368px;
    width: calc(var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2);
  }
}
.mdc-layout-grid--align-left {
  margin-right: auto;
  margin-left: 0;
}

.mdc-layout-grid--align-right {
  margin-right: 0;
  margin-left: auto;
}

@keyframes mdc-linear-progress-primary-indeterminate-translate {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(83.67142%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-primary-half, 83.67142%));
  }
  100% {
    transform: translateX(200.611057%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-primary-full, 200.611057%));
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-scale {
  0% {
    transform: scaleX(0.08);
  }
  36.65% {
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    transform: scaleX(0.08);
  }
  69.15% {
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.661479);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(37.651913%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-secondary-quarter, 37.651913%));
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(84.386165%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-secondary-half, 84.386165%));
  }
  100% {
    transform: translateX(160.277782%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-secondary-full, 160.277782%));
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-scale {
  0% {
    animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
    transform: scaleX(0.08);
  }
  19.15% {
    animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
    transform: scaleX(0.457104);
  }
  44.15% {
    animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
    transform: scaleX(0.72796);
  }
  100% {
    transform: scaleX(0.08);
  }
}
@keyframes mdc-linear-progress-buffering {
  from {
    transform: rotate(180deg) translateX(-10px);
  }
}
@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
  0% {
    transform: translateX(0);
  }
  20% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }
  59.15% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(-83.67142%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-primary-half-neg, -83.67142%));
  }
  100% {
    transform: translateX(-200.611057%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-primary-full-neg, -200.611057%));
  }
}
@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
  0% {
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }
  25% {
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(-37.651913%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-secondary-quarter-neg, -37.651913%));
  }
  48.35% {
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(-84.386165%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-secondary-half-neg, -84.386165%));
  }
  100% {
    transform: translateX(-160.277782%);
    /* @alternate */
    transform: translateX(var(--mdc-linear-progress-secondary-full-neg, -160.277782%));
  }
}
@keyframes mdc-linear-progress-buffering-reverse {
  from {
    transform: translateX(-10px);
  }
}
.mdc-linear-progress {
  position: relative;
  width: 100%;
  transform: translateZ(0);
  outline: 1px solid transparent;
  overflow: hidden;
}

@media screen and (forced-colors: active) {
  .mdc-linear-progress {
    outline-color: CanvasText;
  }
}
.mdc-linear-progress {
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-linear-progress__bar {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: none;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-linear-progress__bar-inner {
  display: inline-block;
  position: absolute;
  width: 100%;
  animation: none;
  border-top-style: solid;
}

.mdc-linear-progress__buffer {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mdc-linear-progress__buffer-dots {
  background-repeat: repeat-x;
  flex: auto;
  transform: rotate(180deg);
  animation: mdc-linear-progress-buffering 250ms infinite linear;
}

.mdc-linear-progress__buffer-bar {
  flex: 0 1 100%;
  transition: flex-basis 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-linear-progress__primary-bar {
  transform: scaleX(0);
}

.mdc-linear-progress__secondary-bar {
  display: none;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
  transition: none;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  left: -145.166611%;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
  left: -54.888891%;
  display: block;
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar {
  animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear;
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar {
  animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear;
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner {
  animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear;
}

[dir=rtl] .mdc-linear-progress, .mdc-linear-progress[dir=rtl] {
  /*rtl:begin:ignore*/
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__bar {
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  /* @noflip */ /*rtl:ignore*/
  -webkit-transform-origin: center right;
  /* @noflip */ /*rtl:ignore*/
  transform-origin: center right;
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__primary-bar {
  animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--animation-ready .mdc-linear-progress__secondary-bar {
  animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]) .mdc-linear-progress__buffer-dots, .mdc-linear-progress[dir=rtl]:not([dir=ltr]) .mdc-linear-progress__buffer-dots {
  animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
  transform: rotate(0);
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  /* @noflip */ /*rtl:ignore*/
  right: -145.166611%;
  /* @noflip */ /*rtl:ignore*/
  left: auto;
}

[dir=rtl] .mdc-linear-progress:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar, .mdc-linear-progress[dir=rtl]:not([dir=ltr]).mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
  /* @noflip */ /*rtl:ignore*/
  right: -54.888891%;
  /* @noflip */ /*rtl:ignore*/
  left: auto;
}

[dir=rtl] .mdc-linear-progress, .mdc-linear-progress[dir=rtl] {
  /*rtl:end:ignore*/
}

.mdc-linear-progress--closed {
  opacity: 0;
}

.mdc-linear-progress--closed-animation-off .mdc-linear-progress__buffer-dots {
  animation: none;
}

.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar,
.mdc-linear-progress--closed-animation-off.mdc-linear-progress--indeterminate .mdc-linear-progress__bar .mdc-linear-progress__bar-inner {
  animation: none;
}

.mdc-linear-progress__bar-inner {
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 enable-background=%27new 0 0 5 2%27 xml:space=%27preserve%27 viewBox=%270 0 5 2%27 preserveAspectRatio=%27none slice%27%3E%3Ccircle cx=%271%27 cy=%271%27 r=%271%27 fill=%27%23e6e6e6%27/%3E%3C/svg%3E");
}

.mdc-linear-progress__buffer-bar {
  background-color: #e6e6e6;
}

.mdc-linear-progress {
  height: 4px;
}

.mdc-linear-progress__bar-inner {
  border-top-width: 4px;
}

.mdc-linear-progress__buffer-dots {
  background-size: 10px 4px;
}

.mdc-deprecated-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  /* @alternate */
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}

.mdc-deprecated-list:focus {
  outline: none;
}

.mdc-deprecated-list {
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-deprecated-list-item {
  height: 48px;
}

.mdc-deprecated-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  /* @alternate */
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-deprecated-list-item__graphic {
  background-color: transparent;
}

.mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-deprecated-list-item__meta {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text {
  opacity: 0.38;
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__secondary-text {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-deprecated-list-item--selected,
.mdc-deprecated-list-item--activated {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-deprecated-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.812rem;
}

.mdc-deprecated-list-item__wrapper {
  display: block;
}

.mdc-deprecated-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
}

.mdc-deprecated-list-item:focus {
  outline: none;
}

.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before, .mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before, .mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
    border-color: CanvasText;
  }
}
.mdc-deprecated-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-deprecated-list-item, .mdc-deprecated-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list-item {
  height: 48px;
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item, .mdc-deprecated-list--icon-list .mdc-deprecated-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  height: 56px;
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
  height: 56px;
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item {
  height: 56px;
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item, .mdc-deprecated-list--image-list .mdc-deprecated-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-item {
  height: 72px;
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item, .mdc-deprecated-list--video-list .mdc-deprecated-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item {
  height: 72px;
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic, .mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  width: 20px;
  height: 20px;
}

.mdc-deprecated-list-item__graphic {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  object-fit: cover;
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 32px;
}

[dir=rtl] .mdc-deprecated-list-item__graphic, .mdc-deprecated-list-item__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 32px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list-item__graphic {
  width: 24px;
  height: 24px;
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 32px;
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic, .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 32px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  width: 24px;
  height: 24px;
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic {
  width: 40px;
  height: 40px;
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic, .mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic {
  width: 56px;
  height: 56px;
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic, .mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic {
  width: 100px;
  height: 56px;
}

.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
  display: inline-flex;
}

.mdc-deprecated-list-item__meta:not(.material-icons) {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}

.mdc-deprecated-list-item__meta {
  /* @noflip */ /*rtl:ignore*/
  margin-left: auto;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

.mdc-deprecated-list-item[dir=rtl] .mdc-deprecated-list-item__meta, [dir=rtl] .mdc-deprecated-list-item .mdc-deprecated-list-item__meta {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: auto;
}

.mdc-deprecated-list-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mdc-deprecated-list-item__text[for] {
  pointer-events: none;
}

.mdc-deprecated-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-deprecated-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text, .mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text, .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text {
  display: block;
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::before, .mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::before, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::before, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::before, .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::after, .mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::after, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::after, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::after, .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text, .mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text, .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text {
  display: block;
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-deprecated-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.mdc-deprecated-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}

.mdc-deprecated-list-item__secondary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item__secondary-text {
  font-size: inherit;
}

.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 40px;
}

.mdc-deprecated-list--two-line .mdc-deprecated-list-item__text {
  align-self: flex-start;
}

.mdc-deprecated-list--two-line .mdc-deprecated-list-item {
  height: 64px;
}

.mdc-deprecated-list--two-line.mdc-deprecated-list--video-list .mdc-deprecated-list-item, .mdc-deprecated-list--two-line.mdc-deprecated-list--image-list .mdc-deprecated-list-item, .mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item, .mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item, .mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
  height: 72px;
}

.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
  align-self: flex-start;
  margin-top: 16px;
}

.mdc-deprecated-list--two-line.mdc-deprecated-list--dense .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item {
  height: 60px;
}

.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic, .mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
  width: 36px;
  height: 36px;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  cursor: pointer;
}

a.mdc-deprecated-list-item {
  color: inherit;
  text-decoration: none;
}

.mdc-deprecated-list-divider {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mdc-deprecated-list-divider {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mdc-deprecated-list-divider--padded {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list-divider--padded, .mdc-deprecated-list-divider--padded[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list-divider--padded {
  width: calc(100% - 32px);
}

.mdc-deprecated-list-divider--inset {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 72px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list-divider--inset, .mdc-deprecated-list-divider--inset[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 72px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list-divider--inset {
  width: calc(100% - 72px);
}

.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 72px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded, .mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 72px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded {
  width: calc(100% - 88px);
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading, .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading {
  width: calc(100% - 16px);
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing, .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 32px);
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding, .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  width: calc(100% - 16px);
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding, .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  width: calc(100% - 32px);
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 72px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading, .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 72px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading {
  width: calc(100% - 72px);
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 72px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing, .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 72px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 88px);
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding, .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  width: calc(100% - 16px);
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding, .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  width: calc(100% - 32px);
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 72px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 72px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading {
  width: calc(100% - 72px);
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 72px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 72px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 88px);
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  width: calc(100% - 16px);
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding, .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  width: calc(100% - 32px);
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 72px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 72px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading {
  width: calc(100% - 72px);
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 72px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 72px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 88px);
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  width: calc(100% - 16px);
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding, .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  width: calc(100% - 32px);
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 88px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading, .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 88px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading {
  width: calc(100% - 88px);
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 88px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing, .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 88px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 104px);
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding, .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  width: calc(100% - 16px);
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding, .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  width: calc(100% - 32px);
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 116px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading, .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 116px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading {
  width: calc(100% - 116px);
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 16px);
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 116px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing, .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 116px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
  width: calc(100% - 132px);
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding, .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
  width: calc(100% - 0px);
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding, .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0px;
  /*rtl:end:ignore*/
}

.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
  width: calc(100% - 16px);
}

.mdc-deprecated-list-group .mdc-deprecated-list {
  padding: 0;
}

.mdc-deprecated-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
}

.mdc-list-item__primary-text {
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mdc-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  /* @alternate */
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}

.mdc-list-item__overline-text {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item__end {
  color: rgba(0, 0, 0, 0.38);
  /* @alternate */
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}

.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__primary-text {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--disabled .mdc-list-item__overline-text {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
}

.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-deprecated-list-group__subheader {
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-list-divider::after {
    content: "";
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: white;
  }
}
.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  /* @alternate */
  line-height: 1.5rem;
  margin: 0;
  padding: 8px 0;
  list-style-type: none;
}

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

.mdc-list-item__wrapper {
  display: block;
}

.mdc-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0;
}

.mdc-list-item:focus {
  outline: none;
}

.mdc-list-item.mdc-list-item--with-one-line {
  height: 48px;
}

.mdc-list-item.mdc-list-item--with-two-lines {
  height: 64px;
}

.mdc-list-item.mdc-list-item--with-three-lines {
  height: 88px;
}

.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start {
  align-self: center;
  margin-top: 0;
}

.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}

.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}

.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}

.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: center;
  margin-top: 0;
}

.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}

.mdc-list-item {
  align-items: stretch;
  cursor: pointer;
}

.mdc-list-item.mdc-list-item--disabled, .mdc-list-item.mdc-list-item--non-interactive {
  cursor: auto;
}

.mdc-list-item:not(.mdc-list-item--selected):focus::before, .mdc-list-item.mdc-ripple-upgraded--background-focused::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-list-item:not(.mdc-list-item--selected):focus::before, .mdc-list-item.mdc-ripple-upgraded--background-focused::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected::before {
    border-color: CanvasText;
  }
}
.mdc-list-item.mdc-list-item--selected:focus::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-list-item.mdc-list-item--selected:focus::before {
    border-color: CanvasText;
  }
}
a.mdc-list-item {
  color: inherit;
  text-decoration: none;
}

.mdc-list-item__start {
  fill: currentColor;
  flex-shrink: 0;
  pointer-events: none;
}

.mdc-list-item__end {
  flex-shrink: 0;
  pointer-events: none;
}

.mdc-list-item__content {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
  flex: 1;
  pointer-events: none;
}

.mdc-list-item--with-two-lines .mdc-list-item__content, .mdc-list-item--with-three-lines .mdc-list-item__content {
  align-self: stretch;
}

.mdc-list-item__content[for] {
  pointer-events: none;
}

.mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mdc-list-item--with-two-lines .mdc-list-item__primary-text, .mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before, .mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after, .mdc-list-item--with-three-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-two-lines .mdc-list-item__primary-text, .mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item__secondary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.mdc-list-item__secondary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item__secondary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-three-lines .mdc-list-item__secondary-text {
  white-space: normal;
  line-height: 20px;
}

.mdc-list-item--with-overline .mdc-list-item__secondary-text {
  white-space: nowrap;
  line-height: auto;
}

.mdc-list-item__overline-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: 0.1666666667em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
  text-decoration: none;
  /* @alternate */
  text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-overline-text-transform, uppercase);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-three-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-three-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-three-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-three-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-avatar.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-item--with-leading-avatar.mdc-list-item, .mdc-list-item--with-leading-avatar.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-list-item--with-leading-avatar .mdc-list-item__start, .mdc-list-item--with-leading-avatar .mdc-list-item__start[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  width: 40px;
  height: 40px;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line {
  height: 56px;
}

.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines {
  height: 72px;
}

.mdc-list-item--with-leading-avatar .mdc-list-item__start {
  border-radius: 50%;
}

.mdc-list-item--with-leading-icon .mdc-list-item__start {
  width: 24px;
  height: 24px;
}

.mdc-list-item--with-leading-icon.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-item--with-leading-icon.mdc-list-item, .mdc-list-item--with-leading-icon.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-icon .mdc-list-item__start {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 32px;
}

[dir=rtl] .mdc-list-item--with-leading-icon .mdc-list-item__start, .mdc-list-item--with-leading-icon .mdc-list-item__start[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 32px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}

.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-item--with-leading-thumbnail.mdc-list-item, .mdc-list-item--with-leading-thumbnail.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-list-item--with-leading-thumbnail .mdc-list-item__start, .mdc-list-item--with-leading-thumbnail .mdc-list-item__start[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
  width: 40px;
  height: 40px;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line {
  height: 56px;
}

.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines {
  height: 72px;
}

.mdc-list-item--with-leading-image.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-item--with-leading-image.mdc-list-item, .mdc-list-item--with-leading-image.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-image .mdc-list-item__start {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-list-item--with-leading-image .mdc-list-item__start, .mdc-list-item--with-leading-image .mdc-list-item__start[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-image .mdc-list-item__start {
  width: 56px;
  height: 56px;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-one-line {
  height: 72px;
}

.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines {
  height: 72px;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}

.mdc-list-item--with-leading-video.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-item--with-leading-video.mdc-list-item, .mdc-list-item--with-leading-video.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-video .mdc-list-item__start {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-list-item--with-leading-video .mdc-list-item__start, .mdc-list-item--with-leading-video .mdc-list-item__start[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-video .mdc-list-item__start {
  width: 100px;
  height: 56px;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
  height: 72px;
}

.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
  height: 72px;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-item--with-leading-checkbox.mdc-list-item, .mdc-list-item--with-leading-checkbox.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 24px;
}

[dir=rtl] .mdc-list-item--with-leading-checkbox .mdc-list-item__start, .mdc-list-item--with-leading-checkbox .mdc-list-item__start[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 24px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
  width: 40px;
  height: 40px;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line {
  height: 56px;
}

.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines {
  height: 72px;
}

.mdc-list-item--with-leading-radio.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-item--with-leading-radio.mdc-list-item, .mdc-list-item--with-leading-radio.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-radio .mdc-list-item__start {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 24px;
}

[dir=rtl] .mdc-list-item--with-leading-radio .mdc-list-item__start, .mdc-list-item--with-leading-radio .mdc-list-item__start[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 24px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-radio .mdc-list-item__start {
  width: 40px;
  height: 40px;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 8px;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line {
  height: 56px;
}

.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines {
  height: 72px;
}

.mdc-list-item--with-leading-switch.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-item--with-leading-switch.mdc-list-item, .mdc-list-item--with-leading-switch.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-switch .mdc-list-item__start {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-list-item--with-leading-switch .mdc-list-item__start, .mdc-list-item--with-leading-switch .mdc-list-item__start[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-leading-switch .mdc-list-item__start {
  width: 36px;
  height: 20px;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__start {
  align-self: flex-start;
  margin-top: 16px;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  display: block;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: -20px;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin-bottom: -20px;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 32px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
  height: 56px;
}

.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines {
  height: 72px;
}

.mdc-list-item--with-trailing-icon.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-list-item--with-trailing-icon.mdc-list-item, .mdc-list-item--with-trailing-icon.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-list-item--with-trailing-icon .mdc-list-item__end, .mdc-list-item--with-trailing-icon .mdc-list-item__end[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  width: 24px;
  height: 24px;
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 0;
}

.mdc-list-item--with-trailing-meta.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-list-item--with-trailing-meta.mdc-list-item, .mdc-list-item--with-trailing-meta.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 28px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-list-item--with-trailing-meta .mdc-list-item__end, .mdc-list-item--with-trailing-meta .mdc-list-item__end[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 28px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  display: block;
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before {
  display: inline-block;
  width: 0;
  height: 28px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}

.mdc-list-item--with-trailing-checkbox.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-list-item--with-trailing-checkbox.mdc-list-item, .mdc-list-item--with-trailing-checkbox.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 24px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
}

[dir=rtl] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end, .mdc-list-item--with-trailing-checkbox .mdc-list-item__end[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 24px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
  width: 40px;
  height: 40px;
}

.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}

.mdc-list-item--with-trailing-radio.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-list-item--with-trailing-radio.mdc-list-item, .mdc-list-item--with-trailing-radio.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 24px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
}

[dir=rtl] .mdc-list-item--with-trailing-radio .mdc-list-item__end, .mdc-list-item--with-trailing-radio .mdc-list-item__end[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 24px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-radio .mdc-list-item__end {
  width: 40px;
  height: 40px;
}

.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 8px;
}

.mdc-list-item--with-trailing-switch.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-list-item--with-trailing-switch.mdc-list-item, .mdc-list-item--with-trailing-switch.mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
}

[dir=rtl] .mdc-list-item--with-trailing-switch .mdc-list-item__end, .mdc-list-item--with-trailing-switch .mdc-list-item__end[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-list-item--with-trailing-switch .mdc-list-item__end {
  width: 36px;
  height: 20px;
}

.mdc-list-item--with-trailing-switch.mdc-list-item--with-three-lines .mdc-list-item__end {
  align-self: flex-start;
  margin-top: 16px;
}

.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  display: block;
}

.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
  display: inline-block;
  width: 0;
  height: 20px;
  content: "";
  vertical-align: 0;
}

.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
}

.mdc-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-list-item, .mdc-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-list-group .mdc-deprecated-list {
  padding: 0;
}

.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
}

.mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}

.mdc-list-divider {
  height: 1px;
}

.mdc-list-divider {
  padding: 0;
  background-clip: content-box;
}

.mdc-list-divider.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-divider.mdc-list-divider--with-leading-inset, [dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset, [dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset, [dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset, [dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset, [dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset, [dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset, [dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset, [dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset, .mdc-list-divider.mdc-list-divider--with-leading-inset[dir=rtl], .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset[dir=rtl], .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset[dir=rtl], .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset[dir=rtl], .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset[dir=rtl], .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset[dir=rtl], .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset[dir=rtl], .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset[dir=rtl], .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-list-divider.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset {
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-list-divider.mdc-list-divider--with-trailing-inset, [dir=rtl] .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset, [dir=rtl] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset, [dir=rtl] .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset, [dir=rtl] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset, [dir=rtl] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset, [dir=rtl] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset, [dir=rtl] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset, [dir=rtl] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset, .mdc-list-divider.mdc-list-divider--with-trailing-inset[dir=rtl], .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset[dir=rtl], .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset[dir=rtl], .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset[dir=rtl], .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset[dir=rtl], .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset[dir=rtl], .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset[dir=rtl], .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset[dir=rtl], .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
  /*rtl:end:ignore*/
}

.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: auto;
}

[dir=rtl] .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset, .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: auto;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0px;
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-list-divider, .mdc-list-divider[dir=rtl] {
  /*rtl:begin:ignore*/
  padding: 0;
  /*rtl:end:ignore*/
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-deprecated-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover .mdc-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-deprecated-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.16;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover .mdc-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-deprecated-list-item__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-deprecated-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-deprecated-list-item__ripple::before {
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-deprecated-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-deprecated-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover .mdc-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, :not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-deprecated-list-item__ripple,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-deprecated-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-deprecated-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-deprecated-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-deprecated-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-deprecated-list-item__ripple::before, .mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-deprecated-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, .mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

:not(.mdc-list-item--disabled).mdc-list-item {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before {
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-activated-opacity, 0.12);
}

:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.16;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.16);
}

:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}

:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}

:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-selected-opacity, 0.08);
}

:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.12);
}

:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.2);
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded) .mdc-list-item__ripple::after {
  transition: opacity 150ms linear;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active .mdc-list-item__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.2);
}

:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}

:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-list-item--disabled .mdc-list-item__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-list-item--disabled .mdc-list-item__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation .mdc-list-item__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before, .mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-list-item--disabled .mdc-list-item__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-menu .mdc-deprecated-list-item__meta {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-menu .mdc-deprecated-list-item__graphic {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-menu {
  min-width: 112px;
  /* @alternate */
  min-width: var(--mdc-menu-min-width, 112px);
}

.mdc-menu .mdc-menu-item--submenu-open .mdc-deprecated-list-item__ripple::before {
  opacity: 0.04;
}

.mdc-menu .mdc-menu-item--submenu-open .mdc-list-item__ripple::before {
  opacity: 0.04;
}

.mdc-menu .mdc-deprecated-list {
  color: rgba(0, 0, 0, 0.87);
}

.mdc-menu .mdc-deprecated-list,
.mdc-menu .mdc-list {
  /* @alternate */
  position: relative;
}

.mdc-menu .mdc-deprecated-list .mdc-elevation-overlay,
.mdc-menu .mdc-list .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-menu .mdc-deprecated-list-divider {
  margin: 8px 0;
}

.mdc-menu .mdc-deprecated-list-item {
  user-select: none;
}

.mdc-menu .mdc-deprecated-list-item--disabled {
  cursor: auto;
}

.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__text,
.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__graphic {
  pointer-events: none;
}

.mdc-menu__selection-group {
  padding: 0;
  fill: currentColor;
}

.mdc-menu__selection-group .mdc-deprecated-list-item {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 56px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-menu__selection-group .mdc-deprecated-list-item, .mdc-menu__selection-group .mdc-deprecated-list-item[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 56px;
  /*rtl:end:ignore*/
}

.mdc-menu__selection-group .mdc-menu__selection-group-icon {
  /* @noflip */ /*rtl:ignore*/
  left: 16px;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 16px;
  /*rtl:end:ignore*/
}

.mdc-menu__selection-group .mdc-menu__selection-group-icon {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mdc-menu-item--selected .mdc-menu__selection-group-icon {
  display: inline;
}

.mdc-menu-surface {
  display: none;
  position: absolute;
  box-sizing: border-box;
  max-width: calc(100vw - 32px);
  /* @alternate */
  max-width: var(--mdc-menu-max-width, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  /* @alternate */
  max-height: var(--mdc-menu-max-height, calc(100vh - 32px));
  margin: 0;
  padding: 0;
  transform: scale(1);
  transform-origin: top left;
  opacity: 0;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1), height 250ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-menu-surface:focus {
  outline: none;
}

.mdc-menu-surface--animating-open {
  display: inline-block;
  transform: scale(0.8);
  opacity: 0;
}

.mdc-menu-surface--open {
  display: inline-block;
  transform: scale(1);
  opacity: 1;
}

.mdc-menu-surface--animating-closed {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.075s linear;
}

.mdc-menu-surface {
  /* @alternate */
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  color: #000;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000);
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
  /* @noflip */ /*rtl:ignore*/
  transform-origin-left: top left;
  /* @noflip */ /*rtl:ignore*/
  transform-origin-right: top right;
}

[dir=rtl] .mdc-menu-surface, .mdc-menu-surface[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  transform-origin-left: top right;
  /* @noflip */ /*rtl:ignore*/
  transform-origin-right: top left;
  /*rtl:end:ignore*/
}

.mdc-menu-surface--anchor {
  position: relative;
  overflow: visible;
}

.mdc-menu-surface--fixed {
  position: fixed;
}

.mdc-menu-surface--fullwidth {
  width: 100%;
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #018786;
  /* @alternate */
  border-color: var(--mdc-theme-secondary, #018786);
}

.mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #018786;
  /* @alternate */
  border-color: var(--mdc-theme-secondary, #018786);
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-radio [aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-radio .mdc-radio__background::before {
  background-color: #018786;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #018786);
}

.mdc-radio {
  padding: calc((40px - 20px) / 2);
}

.mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}

.mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle,
  .mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: GrayText;
  }
  .mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
  .mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
    border-color: GrayText;
  }
  .mdc-radio.mdc-radio--disabled [aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle,
  .mdc-radio.mdc-radio--disabled .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
    border-color: GrayText;
  }
}
.mdc-radio {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  cursor: pointer;
  /* @alternate */
  will-change: opacity, transform, border-color, color;
}

.mdc-radio__background {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}

.mdc-radio__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-radio__outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-radio__inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-radio__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  z-index: 1;
}

.mdc-radio--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}

.mdc-radio--touch .mdc-radio__native-control {
  top: calc((40px - 48px) / 2);
  right: calc((40px - 48px) / 2);
  left: calc((40px - 48px) / 2);
  width: 48px;
  height: 48px;
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring, .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}

@media screen and (forced-colors: active) {
  .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring, .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after, .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}

@media screen and (forced-colors: active) {
  .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__focus-ring::after, .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-radio__native-control:checked + .mdc-radio__background,
.mdc-radio__native-control:disabled + .mdc-radio__background {
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
  transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio--disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
  transform: scale(0.5);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio__native-control:disabled + .mdc-radio__background,
[aria-disabled=true] .mdc-radio__native-control + .mdc-radio__background {
  cursor: default;
}

.mdc-radio__native-control:focus + .mdc-radio__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-radio .mdc-radio__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-radio .mdc-radio__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-radio.mdc-ripple-upgraded--foreground-activation .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-radio.mdc-ripple-upgraded--foreground-deactivation .mdc-radio__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-radio .mdc-radio__ripple::before,
.mdc-radio .mdc-radio__ripple::after {
  top: calc(50% - 50%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-radio .mdc-radio__ripple::before, .mdc-radio .mdc-radio__ripple::after {
  background-color: #018786;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #018786));
}

.mdc-radio:hover .mdc-radio__ripple::before, .mdc-radio.mdc-ripple-surface--hover .mdc-radio__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple::before, .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-radio.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__background::before, .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before {
  content: none;
}

.mdc-radio__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-ripple-surface {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-ripple-surface::before, .mdc-ripple-surface::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-ripple-surface::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-ripple-surface::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-ripple-surface.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-ripple-surface::before, .mdc-ripple-surface::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-ripple-surface.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface {
  position: relative;
  outline: none;
  overflow: hidden;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before, .mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,
.mdc-ripple-upgraded--unbounded::before,
.mdc-ripple-upgraded--unbounded::after {
  top: calc(50% - 50%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before, .mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded],
.mdc-ripple-upgraded--unbounded {
  overflow: visible;
}

.mdc-ripple-surface::before, .mdc-ripple-surface::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

.mdc-ripple-surface:hover::before, .mdc-ripple-surface.mdc-ripple-surface--hover::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before, .mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-ripple-surface.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-segmented-button {
  display: inline-block;
  font-size: 0;
}

.mdc-segmented-button__segment {
  border-color: rgba(0, 0, 0, 0.12);
  /* @alternate */
  border-color: var(--mdc-segmented-button-outline-color, rgba(0, 0, 0, 0.12));
}

.mdc-segmented-button__segment {
  color: rgba(0, 0, 0, 0.6);
  /* @alternate */
  color: var(--mdc-segmented-button-unselected-ink-color, rgba(0, 0, 0, 0.6));
}

.mdc-segmented-button__segment {
  background-color: white;
  /* @alternate */
  background-color: var(--mdc-segmented-button-unselected-container-fill-color, white);
}

.mdc-segmented-button__segment--selected {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-segmented-button-selected-ink-color, #6200ee);
}

.mdc-segmented-button__segment--selected {
  background-color: rgba(98, 0, 238, 0.08);
  /* @alternate */
  background-color: var(--mdc-segmented-button-selected-container-fill-color, rgba(98, 0, 238, 0.08));
}

.mdc-segmented-button__segment {
  /* @alternate */
  position: relative;
}

.mdc-segmented-button__segment .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-segmented-button__segment {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  /* @alternate */
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  height: 36px;
  min-width: 48px;
  padding: 0 12px;
  border-width: 1px 0 1px 1px;
}

.mdc-segmented-button__segment:hover {
  cursor: pointer;
}

.mdc-segmented-button__segment:focus {
  outline-width: 0;
}

.mdc-segmented-button__segment:first-child {
  border-radius: 4px 0 0 4px;
}

.mdc-segmented-button__segment:last-child {
  border-right-width: 1px;
  border-radius: 0 4px 4px 0;
}

.mdc-segmented-button__segment .mdc-segmented-button__segment__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.mdc-segmented-button__segment .mdc-segmented-button__segment--touch {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mdc-touch-target-wrapper .mdc-segmented-button__segment {
  border-radius: 0;
  border-right-width: 0;
}

.mdc-touch-target-wrapper:first-child .mdc-segmented-button__segment {
  border-radius: 4px 0 0 4px;
}

.mdc-touch-target-wrapper:last-child .mdc-segmented-button__segment {
  border-right-width: 1px;
  border-radius: 0 4px 4px 0;
}

.mdc-segmented-button__icon {
  width: 24px;
  font-size: 18px;
}

.mdc-segmented-button__icon + .mdc-segmented-button__label {
  padding-left: 6px;
}

.mdc-segmented-button__segment {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::before,
.mdc-segmented-button__segment .mdc-segmented-button__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-segmented-button__segment.mdc-ripple-upgraded .mdc-segmented-button__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-segmented-button__segment.mdc-ripple-upgraded .mdc-segmented-button__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-segmented-button__segment.mdc-ripple-upgraded--unbounded .mdc-segmented-button__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-segmented-button__segment.mdc-ripple-upgraded--foreground-activation .mdc-segmented-button__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-segmented-button__segment.mdc-ripple-upgraded--foreground-deactivation .mdc-segmented-button__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::before,
.mdc-segmented-button__segment .mdc-segmented-button__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-segmented-button__segment.mdc-ripple-upgraded .mdc-segmented-button__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple::before, .mdc-segmented-button__segment .mdc-segmented-button__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #6200ee);
}

.mdc-segmented-button__segment:hover .mdc-segmented-button__ripple::before, .mdc-segmented-button__segment.mdc-ripple-surface--hover .mdc-segmented-button__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-segmented-button__segment.mdc-ripple-upgraded--background-focused .mdc-segmented-button__ripple::before, .mdc-segmented-button__segment.mdc-ripple-upgraded:focus-within .mdc-segmented-button__ripple::before, .mdc-segmented-button__segment:not(.mdc-ripple-upgraded):focus .mdc-segmented-button__ripple::before, .mdc-segmented-button__segment:not(.mdc-ripple-upgraded):focus-within .mdc-segmented-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-segmented-button__segment:not(.mdc-ripple-upgraded) .mdc-segmented-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-segmented-button__segment:not(.mdc-ripple-upgraded):active .mdc-segmented-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-segmented-button__segment.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-segmented-button__segment {
  overflow: hidden;
}

.mdc-segmented-button__segment .mdc-segmented-button__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-slider__thumb {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-slider__thumb::before, .mdc-slider__thumb::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-slider__thumb::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-slider__thumb::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-slider__thumb.mdc-ripple-upgraded::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-slider__thumb.mdc-ripple-upgraded::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-slider__thumb.mdc-ripple-upgraded--unbounded::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-slider__thumb.mdc-ripple-upgraded--foreground-activation::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-slider__thumb.mdc-ripple-upgraded--foreground-deactivation::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-slider__thumb::before, .mdc-slider__thumb::after {
  top: calc(50% - 50%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-slider__thumb.mdc-ripple-upgraded::before, .mdc-slider__thumb.mdc-ripple-upgraded::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-slider__thumb.mdc-ripple-upgraded::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-slider__thumb::before, .mdc-slider__thumb::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-slider__thumb:hover::before, .mdc-slider__thumb.mdc-ripple-surface--hover::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before, .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-slider__thumb:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-slider__thumb.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-slider .mdc-slider__track {
  height: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.mdc-slider .mdc-slider__track--active,
.mdc-slider .mdc-slider__track--inactive {
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}

.mdc-slider .mdc-slider__track--active {
  border-radius: 3px;
  height: 6px;
  overflow: hidden;
  top: -1px;
}

.mdc-slider .mdc-slider__track--active_fill {
  border-top: 6px solid;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: relative;
  /* @noflip */ /*rtl:ignore*/
  -webkit-transform-origin: left;
  /* @noflip */ /*rtl:ignore*/
  transform-origin: left;
}

[dir=rtl] .mdc-slider .mdc-slider__track--active_fill, .mdc-slider .mdc-slider__track--active_fill[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  -webkit-transform-origin: right;
  /* @noflip */ /*rtl:ignore*/
  transform-origin: right;
  /*rtl:end:ignore*/
}

.mdc-slider .mdc-slider__track--inactive::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-slider .mdc-slider__track--inactive::before {
    border-color: CanvasText;
  }
}
.mdc-slider .mdc-slider__track--inactive {
  border-radius: 2px;
  height: 4px;
  left: 0;
  top: 0;
}

.mdc-slider .mdc-slider__track--active_fill {
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-slider.mdc-slider--disabled .mdc-slider__track--active_fill {
  border-color: #000;
  /* @alternate */
  border-color: var(--mdc-theme-on-surface, #000);
}

.mdc-slider .mdc-slider__track--inactive {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #6200ee);
  opacity: 0.24;
}

.mdc-slider.mdc-slider--disabled .mdc-slider__track--inactive {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-theme-on-surface, #000);
  opacity: 0.24;
}

.mdc-slider .mdc-slider__value-indicator-container {
  bottom: 44px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  left: var(--slider-value-indicator-container-left, 50%);
  pointer-events: none;
  position: absolute;
  /* @noflip */ /*rtl:ignore*/
  right: var(--slider-value-indicator-container-right);
  transform: translateX(-50%);
  /* @alternate */
  transform: var(--slider-value-indicator-container-transform, translateX(-50%));
}

.mdc-slider .mdc-slider__value-indicator {
  transition: transform 100ms 0ms cubic-bezier(0.4, 0, 1, 1);
  align-items: center;
  border-radius: 4px;
  display: flex;
  height: 32px;
  padding: 0 12px;
  transform: scale(0);
  transform-origin: bottom;
}

.mdc-slider .mdc-slider__value-indicator::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  bottom: -5px;
  content: "";
  height: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  left: var(--slider-value-indicator-caret-left, 50%);
  position: absolute;
  /* @noflip */ /*rtl:ignore*/
  right: var(--slider-value-indicator-caret-right);
  transform: translateX(-50%);
  /* @alternate */
  transform: var(--slider-value-indicator-caret-transform, translateX(-50%));
  width: 0;
}

.mdc-slider .mdc-slider__value-indicator::after {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-slider .mdc-slider__value-indicator::after {
    border-color: CanvasText;
  }
}
.mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator-container {
  pointer-events: auto;
}

.mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator {
  transition: transform 100ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(1);
}

@media (prefers-reduced-motion) {
  .mdc-slider .mdc-slider__value-indicator,
  .mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator {
    transition: none;
  }
}
.mdc-slider .mdc-slider__value-indicator-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
}

.mdc-slider .mdc-slider__value-indicator {
  background-color: #000;
  opacity: 0.6;
}

.mdc-slider .mdc-slider__value-indicator::before {
  border-top-color: #000;
}

.mdc-slider .mdc-slider__value-indicator {
  color: #fff;
  /* @alternate */
  color: var(--mdc-theme-on-primary, #fff);
}

.mdc-slider .mdc-slider__thumb {
  display: flex;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: -24px;
  outline: none;
  position: absolute;
  user-select: none;
  width: 48px;
}

.mdc-slider .mdc-slider__thumb--top {
  z-index: 1;
}

.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob, .mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob, .mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-style: solid;
  border-width: 1px;
  box-sizing: content-box;
}

.mdc-slider .mdc-slider__thumb-knob {
  /* @alternate */
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  border: 10px solid;
  border-radius: 50%;
  box-sizing: border-box;
  height: 20px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}

.mdc-slider .mdc-slider__thumb-knob {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #6200ee);
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob, .mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob, .mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}

.mdc-slider.mdc-slider--disabled .mdc-slider__thumb-knob {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-theme-on-surface, #000);
  border-color: #000;
  /* @alternate */
  border-color: var(--mdc-theme-on-surface, #000);
}

.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob, .mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob, .mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob {
  border-color: #fff;
}

.mdc-slider .mdc-slider__thumb::before, .mdc-slider .mdc-slider__thumb::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-slider .mdc-slider__thumb:hover::before, .mdc-slider .mdc-slider__thumb.mdc-ripple-surface--hover::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded--background-focused::before, .mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-slider .mdc-slider__tick-marks {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 1px;
  position: absolute;
  width: 100%;
}

.mdc-slider .mdc-slider__tick-mark--active,
.mdc-slider .mdc-slider__tick-mark--inactive {
  border-radius: 50%;
  height: 2px;
  width: 2px;
}

.mdc-slider .mdc-slider__tick-mark--active {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-on-primary, #fff);
  opacity: 0.6;
}

.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--active {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-on-primary, #fff);
  opacity: 0.6;
}

.mdc-slider .mdc-slider__tick-mark--inactive {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #6200ee);
  opacity: 0.6;
}

.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--inactive {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-theme-on-surface, #000);
  opacity: 0.6;
}

.mdc-slider {
  cursor: pointer;
  height: 48px;
  margin: 0 24px;
  position: relative;
  touch-action: pan-y;
}

.mdc-slider--discrete .mdc-slider__thumb,
.mdc-slider--discrete .mdc-slider__track--active_fill {
  transition: transform 80ms ease;
}

@media (prefers-reduced-motion) {
  .mdc-slider--discrete .mdc-slider__thumb,
  .mdc-slider--discrete .mdc-slider__track--active_fill {
    transition: none;
  }
}
.mdc-slider--disabled {
  opacity: 0.38;
  cursor: auto;
}

.mdc-slider--disabled .mdc-slider__thumb {
  pointer-events: none;
}

.mdc-slider__input {
  cursor: pointer;
  left: 0;
  margin: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.mdc-snackbar {
  z-index: 8;
  margin: 8px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-snackbar__surface {
  background-color: #333333;
}

.mdc-snackbar__label {
  color: rgba(255, 255, 255, 0.87);
}

.mdc-snackbar__surface {
  min-width: 344px;
}

@media (max-width: 480px), (max-width: 344px) {
  .mdc-snackbar__surface {
    min-width: 100%;
  }
}
.mdc-snackbar__surface {
  max-width: 672px;
}

.mdc-snackbar__surface {
  /* @alternate */
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mdc-snackbar__surface {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
}

.mdc-snackbar--opening,
.mdc-snackbar--open,
.mdc-snackbar--closing {
  display: flex;
}

.mdc-snackbar--open .mdc-snackbar__label,
.mdc-snackbar--open .mdc-snackbar__actions {
  visibility: visible;
}

.mdc-snackbar--leading {
  justify-content: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__label {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 8px;
}

[dir=rtl] .mdc-snackbar--stacked .mdc-snackbar__label, .mdc-snackbar--stacked .mdc-snackbar__label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-snackbar--stacked .mdc-snackbar__label {
  padding-bottom: 12px;
}

.mdc-snackbar--stacked .mdc-snackbar__surface {
  flex-direction: column;
  align-items: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__actions {
  align-self: flex-end;
  margin-bottom: 8px;
}

.mdc-snackbar__surface::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-snackbar__surface::before {
    border-color: CanvasText;
  }
}
.mdc-snackbar__surface {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 8px;
}

[dir=rtl] .mdc-snackbar__surface, .mdc-snackbar__surface[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-snackbar__surface {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  transform: scale(0.8);
  opacity: 0;
}

.mdc-snackbar--open .mdc-snackbar__surface {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-snackbar--closing .mdc-snackbar__surface {
  transform: scale(1);
  transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.mdc-snackbar__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 8px;
}

[dir=rtl] .mdc-snackbar__label, .mdc-snackbar__label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-snackbar__label {
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  visibility: hidden;
  padding-top: 14px;
  padding-bottom: 14px;
}

.mdc-snackbar__label::before {
  display: inline;
  content: attr(data-mdc-snackbar-label-text);
}

.mdc-snackbar__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
  visibility: hidden;
}

.mdc-snackbar__action:not(:disabled) {
  color: #bb86fc;
}

.mdc-snackbar__action .mdc-button__ripple::before, .mdc-snackbar__action .mdc-button__ripple::after {
  background-color: #bb86fc;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #bb86fc);
}

.mdc-snackbar__action:hover .mdc-button__ripple::before, .mdc-snackbar__action.mdc-ripple-surface--hover .mdc-button__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}

.mdc-snackbar__action.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before, .mdc-snackbar__action:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-snackbar__action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-snackbar__dismiss {
  color: rgba(255, 255, 255, 0.87);
}

.mdc-snackbar__dismiss .mdc-icon-button__ripple::before, .mdc-snackbar__dismiss .mdc-icon-button__ripple::after {
  background-color: rgba(255, 255, 255, 0.87);
  /* @alternate */
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}

.mdc-snackbar__dismiss:hover .mdc-icon-button__ripple::before, .mdc-snackbar__dismiss.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before, .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-snackbar__dismiss.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss {
  width: 36px;
  height: 36px;
  padding: 6px;
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__focus-ring {
  display: none;
}

@media screen and (forced-colors: active) {
  .mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
    pointer-events: none;
    border: 2px solid transparent;
    border-radius: 6px;
    box-sizing: content-box;
    position: absolute;
    top: 50%;
    /* @noflip */ /*rtl:ignore*/
    left: 50%;
    /* @noflip */ /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
    border-color: CanvasText;
  }
}
@media screen and (forced-colors: active) {
  .mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after, .mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
    content: "";
    border: 2px solid transparent;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: 50%;
    /* @noflip */ /*rtl:ignore*/
    left: 50%;
    /* @noflip */ /*rtl:ignore*/
    transform: translate(-50%, -50%);
    height: calc(100% + 4px);
    width: calc(100% + 4px);
  }
}
@media screen and (forced-colors: active) and (forced-colors: active) {
  .mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after, .mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-snackbar__dismiss.mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
  display: block;
  max-height: 36px;
  max-width: 36px;
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 36px;
  height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring, .mdc-snackbar__dismiss.mdc-snackbar__dismiss.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
  max-height: 36px;
  max-width: 36px;
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 36px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 36px;
  transform: translate(-50%, -50%);
}

.mdc-snackbar__dismiss.mdc-snackbar__dismiss {
  font-size: 18px;
}

.mdc-snackbar__action + .mdc-snackbar__dismiss {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-snackbar__action + .mdc-snackbar__dismiss, .mdc-snackbar__action + .mdc-snackbar__dismiss[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
  /*rtl:end:ignore*/
}

.mdc-switch {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
}

.mdc-switch:disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-switch__track {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.mdc-switch__track::before, .mdc-switch__track::after {
  border: 1px solid transparent;
  border-radius: inherit;
  box-sizing: border-box;
  content: "";
  height: 100%;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (forced-colors: active) {
  .mdc-switch__track::before, .mdc-switch__track::after {
    border-color: currentColor;
  }
}
.mdc-switch__track::before {
  transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(0);
}

.mdc-switch__track::after {
  transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transform: translateX(-100%);
}

[dir=rtl] .mdc-switch__track::after, .mdc-switch__track[dir=rtl]::after {
  /*rtl:begin:ignore*/
  transform: translateX(100%);
  /*rtl:end:ignore*/
}

.mdc-switch--selected .mdc-switch__track::before {
  transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transform: translateX(100%);
}

[dir=rtl] .mdc-switch--selected .mdc-switch__track::before, .mdc-switch--selected .mdc-switch__track[dir=rtl]::before {
  /*rtl:begin:ignore*/
  transform: translateX(-100%);
  /*rtl:end:ignore*/
}

.mdc-switch--selected .mdc-switch__track::after {
  transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: translateX(0);
}

.mdc-switch__handle-track {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  /* @noflip */ /*rtl:ignore*/
  right: auto;
}

[dir=rtl] .mdc-switch__handle-track, .mdc-switch__handle-track[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: auto;
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  /*rtl:end:ignore*/
}

.mdc-switch__handle-track {
  transform: translateX(0);
}

.mdc-switch--selected .mdc-switch__handle-track {
  transform: translateX(100%);
}

[dir=rtl] .mdc-switch--selected .mdc-switch__handle-track, .mdc-switch--selected .mdc-switch__handle-track[dir=rtl] {
  /*rtl:begin:ignore*/
  transform: translateX(-100%);
  /*rtl:end:ignore*/
}

.mdc-switch__handle {
  display: flex;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  /* @noflip */ /*rtl:ignore*/
  right: auto;
}

[dir=rtl] .mdc-switch__handle, .mdc-switch__handle[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: auto;
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  /*rtl:end:ignore*/
}

.mdc-switch__handle::before, .mdc-switch__handle::after {
  border: 1px solid transparent;
  border-radius: inherit;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1), border-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

@media screen and (forced-colors: active) {
  .mdc-switch__handle::before, .mdc-switch__handle::after {
    border-color: currentColor;
  }
}
.mdc-switch__shadow {
  border-radius: inherit;
  bottom: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  position: absolute;
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  top: 0;
}

.mdc-elevation-overlay {
  bottom: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  top: 0;
}

.mdc-switch__ripple {
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.mdc-switch:disabled .mdc-switch__ripple {
  display: none;
}

.mdc-switch__icons {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.mdc-switch__icon {
  bottom: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  margin: auto;
  position: absolute;
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 30ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.mdc-switch--selected .mdc-switch__icon--on,
.mdc-switch--unselected .mdc-switch__icon--off {
  opacity: 1;
  transition: opacity 45ms 30ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-switch {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-switch .mdc-switch__ripple::before,
.mdc-switch .mdc-switch__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-switch .mdc-switch__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-switch .mdc-switch__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-switch.mdc-ripple-upgraded--unbounded .mdc-switch__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-switch.mdc-ripple-upgraded--foreground-activation .mdc-switch__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-switch.mdc-ripple-upgraded--foreground-deactivation .mdc-switch__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-switch .mdc-switch__ripple::before,
.mdc-switch .mdc-switch__ripple::after {
  top: calc(50% - 50%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 50%);
  width: 100%;
  height: 100%;
}

.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::before,
.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after {
  top: var(--mdc-ripple-top, calc(50% - 50%));
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, calc(50% - 50%));
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-switch .mdc-switch__focus-ring-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
}

.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring, .mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 6px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}

@media screen and (forced-colors: active) {
  .mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring, .mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring::after, .mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 8px;
  display: block;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}

@media screen and (forced-colors: active) {
  .mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring::after, .mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after {
  background: #6200ee;
  /* @alternate */
  background: var(--mdc-switch-selected-handle-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after {
  background: #310077;
  /* @alternate */
  background: var(--mdc-switch-selected-hover-handle-color, #310077);
}

.mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after {
  background: #310077;
  /* @alternate */
  background: var(--mdc-switch-selected-focus-handle-color, #310077);
}

.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after {
  background: #310077;
  /* @alternate */
  background: var(--mdc-switch-selected-pressed-handle-color, #310077);
}

.mdc-switch.mdc-switch--selected:disabled .mdc-switch__handle::after {
  background: #424242;
  /* @alternate */
  background: var(--mdc-switch-disabled-selected-handle-color, #424242);
}

.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after {
  background: #616161;
  /* @alternate */
  background: var(--mdc-switch-unselected-handle-color, #616161);
}

.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after {
  background: #212121;
  /* @alternate */
  background: var(--mdc-switch-unselected-hover-handle-color, #212121);
}

.mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after {
  background: #212121;
  /* @alternate */
  background: var(--mdc-switch-unselected-focus-handle-color, #212121);
}

.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle::after {
  background: #212121;
  /* @alternate */
  background: var(--mdc-switch-unselected-pressed-handle-color, #212121);
}

.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle::after {
  background: #424242;
  /* @alternate */
  background: var(--mdc-switch-disabled-unselected-handle-color, #424242);
}

.mdc-switch .mdc-switch__handle::before {
  background: #fff;
  /* @alternate */
  background: var(--mdc-switch-handle-surface-color, var(--mdc-theme-surface, #fff));
}

.mdc-switch:enabled .mdc-switch__shadow {
  --mdc-elevation-box-shadow-for-gss: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-switch-handle-elevation, var(--mdc-elevation-box-shadow-for-gss));
}

.mdc-switch:disabled .mdc-switch__shadow {
  --mdc-elevation-box-shadow-for-gss: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  /* @alternate */
  box-shadow: var(--mdc-switch-disabled-handle-elevation, var(--mdc-elevation-box-shadow-for-gss));
}

.mdc-switch .mdc-switch__focus-ring-wrapper,
.mdc-switch .mdc-switch__handle {
  height: 20px;
  /* @alternate */
  height: var(--mdc-switch-handle-height, 20px);
}

.mdc-switch:disabled .mdc-switch__handle::after {
  opacity: 0.38;
  /* @alternate */
  opacity: var(--mdc-switch-disabled-handle-opacity, 0.38);
}

.mdc-switch .mdc-switch__handle {
  border-radius: 10px;
  /* @alternate */
  border-radius: var(--mdc-switch-handle-shape, 10px);
}

.mdc-switch .mdc-switch__handle {
  width: 20px;
  /* @alternate */
  width: var(--mdc-switch-handle-width, 20px);
}

.mdc-switch .mdc-switch__handle-track {
  width: calc(100% - 20px);
  /* @alternate */
  width: calc(100% - var(--mdc-switch-handle-width, 20px));
}

.mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon {
  fill: #fff;
  /* @alternate */
  fill: var(--mdc-switch-selected-icon-color, var(--mdc-theme-on-primary, #fff));
}

.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon {
  fill: #fff;
  /* @alternate */
  fill: var(--mdc-switch-disabled-selected-icon-color, var(--mdc-theme-on-primary, #fff));
}

.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon {
  fill: #fff;
  /* @alternate */
  fill: var(--mdc-switch-unselected-icon-color, var(--mdc-theme-on-primary, #fff));
}

.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon {
  fill: #fff;
  /* @alternate */
  fill: var(--mdc-switch-disabled-unselected-icon-color, var(--mdc-theme-on-primary, #fff));
}

.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons {
  opacity: 0.38;
  /* @alternate */
  opacity: var(--mdc-switch-disabled-selected-icon-opacity, 0.38);
}

.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons {
  opacity: 0.38;
  /* @alternate */
  opacity: var(--mdc-switch-disabled-unselected-icon-opacity, 0.38);
}

.mdc-switch.mdc-switch--selected .mdc-switch__icon {
  width: 18px;
  /* @alternate */
  width: var(--mdc-switch-selected-icon-size, 18px);
  height: 18px;
  /* @alternate */
  height: var(--mdc-switch-selected-icon-size, 18px);
}

.mdc-switch.mdc-switch--unselected .mdc-switch__icon {
  width: 18px;
  /* @alternate */
  width: var(--mdc-switch-unselected-icon-size, 18px);
  height: 18px;
  /* @alternate */
  height: var(--mdc-switch-unselected-icon-size, 18px);
}

.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-switch-selected-hover-state-layer-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-switch-selected-focus-state-layer-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-switch-selected-pressed-state-layer-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::after {
  background-color: #424242;
  /* @alternate */
  background-color: var(--mdc-switch-unselected-hover-state-layer-color, #424242);
}

.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::after {
  background-color: #424242;
  /* @alternate */
  background-color: var(--mdc-switch-unselected-focus-state-layer-color, #424242);
}

.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::before,
.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::after {
  background-color: #424242;
  /* @alternate */
  background-color: var(--mdc-switch-unselected-pressed-state-layer-color, #424242);
}

.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before, .mdc-switch.mdc-switch--selected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-switch-selected-hover-state-layer-opacity, 0.04);
}

.mdc-switch.mdc-switch--selected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before, .mdc-switch.mdc-switch--selected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-switch-selected-focus-state-layer-opacity, 0.12);
}

.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after {
  transition-duration: 75ms;
  opacity: 0.1;
  /* @alternate */
  opacity: var(--mdc-switch-selected-pressed-state-layer-opacity, 0.1);
}

.mdc-switch.mdc-switch--selected:enabled:active.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-switch-selected-pressed-state-layer-opacity, 0.1);
}

.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before, .mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-switch-unselected-hover-state-layer-opacity, 0.04);
}

.mdc-switch.mdc-switch--unselected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before, .mdc-switch.mdc-switch--unselected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-switch-unselected-focus-state-layer-opacity, 0.12);
}

.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after {
  transition-duration: 75ms;
  opacity: 0.1;
  /* @alternate */
  opacity: var(--mdc-switch-unselected-pressed-state-layer-opacity, 0.1);
}

.mdc-switch.mdc-switch--unselected:enabled:active.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-switch-unselected-pressed-state-layer-opacity, 0.1);
}

.mdc-switch .mdc-switch__ripple {
  height: 48px;
  /* @alternate */
  height: var(--mdc-switch-state-layer-size, 48px);
  width: 48px;
  /* @alternate */
  width: var(--mdc-switch-state-layer-size, 48px);
}

.mdc-switch .mdc-switch__track {
  height: 14px;
  /* @alternate */
  height: var(--mdc-switch-track-height, 14px);
}

.mdc-switch:disabled .mdc-switch__track {
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-switch-disabled-track-opacity, 0.12);
}

.mdc-switch:enabled .mdc-switch__track::after {
  background: #d7bbff;
  /* @alternate */
  background: var(--mdc-switch-selected-track-color, #d7bbff);
}

.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after {
  background: #d7bbff;
  /* @alternate */
  background: var(--mdc-switch-selected-hover-track-color, #d7bbff);
}

.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after {
  background: #d7bbff;
  /* @alternate */
  background: var(--mdc-switch-selected-focus-track-color, #d7bbff);
}

.mdc-switch:enabled:active .mdc-switch__track::after {
  background: #d7bbff;
  /* @alternate */
  background: var(--mdc-switch-selected-pressed-track-color, #d7bbff);
}

.mdc-switch:disabled .mdc-switch__track::after {
  background: #424242;
  /* @alternate */
  background: var(--mdc-switch-disabled-selected-track-color, #424242);
}

.mdc-switch:enabled .mdc-switch__track::before {
  background: #e0e0e0;
  /* @alternate */
  background: var(--mdc-switch-unselected-track-color, #e0e0e0);
}

.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before {
  background: #e0e0e0;
  /* @alternate */
  background: var(--mdc-switch-unselected-hover-track-color, #e0e0e0);
}

.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before {
  background: #e0e0e0;
  /* @alternate */
  background: var(--mdc-switch-unselected-focus-track-color, #e0e0e0);
}

.mdc-switch:enabled:active .mdc-switch__track::before {
  background: #e0e0e0;
  /* @alternate */
  background: var(--mdc-switch-unselected-pressed-track-color, #e0e0e0);
}

.mdc-switch:disabled .mdc-switch__track::before {
  background: #424242;
  /* @alternate */
  background: var(--mdc-switch-disabled-unselected-track-color, #424242);
}

.mdc-switch .mdc-switch__track {
  border-radius: 7px;
  /* @alternate */
  border-radius: var(--mdc-switch-track-shape, 7px);
}

.mdc-switch {
  width: 36px;
  /* @alternate */
  width: var(--mdc-switch-track-width, 36px);
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-switch:enabled .mdc-switch__shadow {
    /* @alternate */
  }
  .mdc-switch:disabled .mdc-switch__shadow {
    /* @alternate */
  }
  .mdc-switch:disabled .mdc-switch__handle::after {
    opacity: 1;
    /* @alternate */
    opacity: var(--mdc-switch-disabled-handle-opacity, 1);
  }
  .mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon {
    fill: ButtonText;
    /* @alternate */
    fill: var(--mdc-switch-selected-icon-color, ButtonText);
  }
  .mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon {
    fill: GrayText;
    /* @alternate */
    fill: var(--mdc-switch-disabled-selected-icon-color, GrayText);
  }
  .mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon {
    fill: ButtonText;
    /* @alternate */
    fill: var(--mdc-switch-unselected-icon-color, ButtonText);
  }
  .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon {
    fill: GrayText;
    /* @alternate */
    fill: var(--mdc-switch-disabled-unselected-icon-color, GrayText);
  }
  .mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons {
    opacity: 1;
    /* @alternate */
    opacity: var(--mdc-switch-disabled-selected-icon-opacity, 1);
  }
  .mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons {
    opacity: 1;
    /* @alternate */
    opacity: var(--mdc-switch-disabled-unselected-icon-opacity, 1);
  }
  .mdc-switch:disabled .mdc-switch__track {
    opacity: 1;
    /* @alternate */
    opacity: var(--mdc-switch-disabled-track-opacity, 1);
  }
}
.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  /* @alternate */
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
}

.mdc-tab .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-tab .mdc-tab__icon {
  color: rgba(0, 0, 0, 0.54);
  fill: currentColor;
}

.mdc-tab {
  position: relative;
}

.mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring, .mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 8px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + -12px);
  width: calc(100% + -8px);
}

@media screen and (forced-colors: active) {
  .mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring, .mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring::after, .mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}

@media screen and (forced-colors: active) {
  .mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring::after, .mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-tab.mdc-ripple-upgraded--background-focused.mdc-tab--active .mdc-tab__focus-ring, .mdc-tab:not(.mdc-ripple-upgraded):focus.mdc-tab--active .mdc-tab__focus-ring {
  margin-top: -2px;
  z-index: 2;
}

.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring, .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring {
  pointer-events: none;
  border: 2px solid transparent;
  border-radius: 8px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + -8px);
  width: calc(100% + -8px);
}

@media screen and (forced-colors: active) {
  .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring, .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring {
    border-color: CanvasText;
  }
}
.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring::after, .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after {
  content: "";
  border: 2px solid transparent;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 50%;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(-50%, -50%);
  height: calc(100% + 4px);
  width: calc(100% + 4px);
}

@media screen and (forced-colors: active) {
  .mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring::after, .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring::after {
    border-color: CanvasText;
  }
}
.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__focus-ring, .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__focus-ring {
  z-index: 2;
}

.mdc-tab__content {
  position: relative;
}

.mdc-tab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.mdc-tab--active .mdc-tab__text-label {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab--active .mdc-tab__icon {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
  fill: currentColor;
}

.mdc-tab {
  background: none;
}

.mdc-tab {
  min-width: 90px;
  padding-right: 24px;
  padding-left: 24px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
}

.mdc-tab::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mdc-tab--min-width {
  flex: 0 1 auto;
}

.mdc-tab__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  pointer-events: none;
}

.mdc-tab__text-label {
  transition: 150ms color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}

.mdc-tab__icon {
  transition: 150ms color linear;
  z-index: 2;
}

.mdc-tab--stacked .mdc-tab__content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mdc-tab--stacked .mdc-tab__text-label {
  padding-top: 6px;
  padding-bottom: 4px;
}

.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
  transition-delay: 100ms;
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label, .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 8px;
  /*rtl:end:ignore*/
}

.mdc-tab {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-tab .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-tab .mdc-tab__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-tab .mdc-tab__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-tab.mdc-ripple-upgraded--unbounded .mdc-tab__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-tab.mdc-ripple-upgraded--foreground-activation .mdc-tab__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-tab.mdc-ripple-upgraded--foreground-deactivation .mdc-tab__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-tab .mdc-tab__ripple::before,
.mdc-tab .mdc-tab__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-tab.mdc-ripple-upgraded .mdc-tab__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-tab .mdc-tab__ripple::before, .mdc-tab .mdc-tab__ripple::after {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee));
}

.mdc-tab:hover .mdc-tab__ripple::before, .mdc-tab.mdc-ripple-surface--hover .mdc-tab__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-tab.mdc-ripple-upgraded--background-focused .mdc-tab__ripple::before, .mdc-tab:not(.mdc-ripple-upgraded):focus .mdc-tab__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-tab:not(.mdc-ripple-upgraded) .mdc-tab__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-tab:not(.mdc-ripple-upgraded):active .mdc-tab__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-tab.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-tab__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform, opacity;
}

/**
* @license
* Copyright 2018 Google Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
.mdc-tab-bar {
  width: 100%;
}

.mdc-tab {
  height: 48px;
}

.mdc-tab--stacked {
  height: 72px;
}

/**
* @license
* Copyright 2018 Google Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  color: #018786;
  /* @alternate */
  color: var(--mdc-theme-secondary, #018786);
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-top-width: 2px;
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
  height: 34px;
  font-size: 34px;
}

.mdc-tab-indicator {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.mdc-tab-indicator__content {
  transform-origin: left;
  opacity: 0;
}

.mdc-tab-indicator__content--underline {
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  border-top-style: solid;
}

.mdc-tab-indicator__content--icon {
  align-self: center;
  margin: 0 auto;
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
  opacity: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
  transition: none;
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition: 150ms opacity linear;
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition-delay: 100ms;
}

/**
* @license
* Copyright 2018 Google Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-scroller {
  overflow-y: hidden;
}

.mdc-tab-scroller__test {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: hidden;
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
  display: none;
}

.mdc-tab-scroller__scroll-area--scroll {
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-content {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  transform: none;
  will-change: transform;
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
  justify-content: flex-start;
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
  justify-content: flex-end;
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
  justify-content: center;
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: auto;
}

.mdc-text-field--filled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-text-field--filled .mdc-text-field__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-text-field--filled .mdc-text-field__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-text-field--filled.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-text-field--filled.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-text-field--filled.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-text-field__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-text-field {
  border-top-left-radius: 4px;
  /* @alternate */
  border-top-left-radius: var(--mdc-shape-small, 4px);
  border-top-right-radius: 4px;
  /* @alternate */
  border-top-right-radius: var(--mdc-shape-small, 4px);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}

@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}
@media all {
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}
.mdc-text-field .mdc-text-field__input {
  caret-color: #6200ee;
  /* @alternate */
  caret-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field .mdc-floating-label {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.mdc-text-field {
  display: inline-flex;
  align-items: baseline;
  padding: 0 16px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  /* @alternate */
  will-change: opacity, transform, color;
}

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  height: 28px;
  transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  min-width: 0;
  border: none;
  border-radius: 0;
  background: none;
  appearance: none;
  padding: 0;
}

.mdc-text-field__input::-ms-clear {
  display: none;
}

.mdc-text-field__input::-webkit-calendar-picker-indicator {
  display: none;
}

.mdc-text-field__input:focus {
  outline: none;
}

.mdc-text-field__input:invalid {
  box-shadow: none;
}

@media all {
  .mdc-text-field__input::placeholder {
    transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
}
@media all {
  .mdc-text-field__input:-ms-input-placeholder {
    transition: opacity 67ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
}
@media all {
  .mdc-text-field--no-label .mdc-text-field__input::placeholder, .mdc-text-field--focused .mdc-text-field__input::placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1;
  }
}
@media all {
  .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder, .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1;
  }
}
.mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  height: 28px;
  transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  white-space: nowrap;
}

.mdc-text-field--label-floating .mdc-text-field__affix, .mdc-text-field--no-label .mdc-text-field__affix {
  opacity: 1;
}

@supports (-webkit-hyphens: none) {
  .mdc-text-field--outlined .mdc-text-field__affix {
    align-items: center;
    align-self: center;
    display: inline-flex;
    height: 100%;
  }
}
.mdc-text-field__affix--prefix {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 2px;
}

[dir=rtl] .mdc-text-field__affix--prefix, .mdc-text-field__affix--prefix[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 2px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-text-field--end-aligned .mdc-text-field__affix--prefix {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 12px;
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--end-aligned .mdc-text-field__affix--prefix[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-text-field__affix--suffix {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-text-field__affix--suffix, .mdc-text-field__affix--suffix[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 12px;
  /*rtl:end:ignore*/
}

.mdc-text-field--end-aligned .mdc-text-field__affix--suffix {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 2px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--end-aligned .mdc-text-field__affix--suffix[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 2px;
  /*rtl:end:ignore*/
}

.mdc-text-field--filled .mdc-text-field__ripple::before,
.mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}

.mdc-text-field--filled:hover .mdc-text-field__ripple::before, .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-text-field--filled {
  height: 56px;
}

.mdc-text-field--filled::before {
  display: inline-block;
  width: 0;
  height: 40px;
  content: "";
  vertical-align: 0;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: rgb(244.8, 244.8, 244.8);
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}

.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}

.mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: #6200ee;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-text-field--filled .mdc-floating-label {
  /* @noflip */ /*rtl:ignore*/
  left: 16px;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-text-field--filled .mdc-floating-label, .mdc-text-field--filled .mdc-floating-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 16px;
  /*rtl:end:ignore*/
}

.mdc-text-field--filled .mdc-floating-label--float-above {
  transform: translateY(-106%) scale(0.75);
}

.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
  height: 100%;
}

.mdc-text-field--filled.mdc-text-field--no-label .mdc-floating-label {
  display: none;
}

.mdc-text-field--filled.mdc-text-field--no-label::before {
  display: none;
}

@supports (-webkit-hyphens: none) {
  .mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__affix {
    align-items: center;
    align-self: center;
    display: inline-flex;
    height: 100%;
  }
}
.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-37.25px) scale(1);
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-34.75px) scale(0.75);
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-text-field--outlined {
  height: 56px;
}

.mdc-text-field--outlined .mdc-text-field__input {
  height: 100%;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 0;
  /*rtl:end:ignore*/
}

@supports (top: max(0%)) {
  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    width: max(12px, var(--mdc-shape-small, 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch {
    max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
  }
}
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 0;
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: var(--mdc-shape-small, 4px);
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 4px;
  /* @alternate */
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: var(--mdc-shape-small, 4px);
  /*rtl:end:ignore*/
}

@supports (top: max(0%)) {
  .mdc-text-field--outlined {
    /* @noflip */ /*rtl:ignore*/
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined {
    /* @noflip */ /*rtl:ignore*/
    padding-right: max(16px, var(--mdc-shape-small, 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined + .mdc-text-field-helper-line {
    /* @noflip */ /*rtl:ignore*/
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
@supports (top: max(0%)) {
  .mdc-text-field--outlined + .mdc-text-field-helper-line {
    /* @noflip */ /*rtl:ignore*/
    padding-right: max(16px, var(--mdc-shape-small, 4px));
  }
}
.mdc-text-field--outlined.mdc-text-field--with-leading-icon {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
}

@supports (top: max(0%)) {
  .mdc-text-field--outlined.mdc-text-field--with-leading-icon {
    /* @noflip */ /*rtl:ignore*/
    padding-right: max(16px, var(--mdc-shape-small, 4px));
  }
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
}

@supports (top: max(0%)) {
  [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
    /* @noflip */ /*rtl:ignore*/
    padding-left: max(16px, var(--mdc-shape-small, 4px));
  }
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

@supports (top: max(0%)) {
  .mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
    /* @noflip */ /*rtl:ignore*/
    padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
.mdc-text-field--outlined.mdc-text-field--with-trailing-icon {
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
}

@supports (top: max(0%)) {
  [dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
    /* @noflip */ /*rtl:ignore*/
    padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
  }
}
[dir=rtl] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:end:ignore*/
}

.mdc-text-field--outlined.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 1px;
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: transparent;
  /* @alternate */
  background-color: var(--mdc-ripple-color, transparent);
}

.mdc-text-field--outlined .mdc-floating-label {
  /* @noflip */ /*rtl:ignore*/
  left: 4px;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 4px;
  /*rtl:end:ignore*/
}

.mdc-text-field--outlined {
  overflow: visible;
}

.mdc-text-field--outlined .mdc-text-field__input {
  display: flex;
  border: none !important;
  background-color: transparent;
}

.mdc-text-field--outlined .mdc-notched-outline {
  z-index: 1;
}

.mdc-text-field--textarea .mdc-floating-label {
  top: 19px;
}

.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
  transform: none;
}

.mdc-text-field--textarea {
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  transition: none;
}

.mdc-text-field--textarea .mdc-text-field__input {
  flex-grow: 1;
  height: auto;
  min-height: 1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  resize: none;
  padding: 0 16px;
  line-height: 1.5rem;
}

.mdc-text-field--textarea.mdc-text-field--filled::before {
  display: none;
}

.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--float-above {
  transform: translateY(-10.25px) scale(0.75);
}

.mdc-text-field--textarea.mdc-text-field--filled .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea-filled 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-textarea-filled {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - 0%)) translateY(-10.25px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - 0%)) translateY(-10.25px) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-10.25px) scale(0.75);
  }
}
.mdc-text-field--textarea.mdc-text-field--filled .mdc-text-field__input {
  margin-top: 23px;
  margin-bottom: 9px;
}

.mdc-text-field--textarea.mdc-text-field--filled.mdc-text-field--no-label .mdc-text-field__input {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 0;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
  transform: translateY(-27.25px) scale(1);
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  transform: translateY(-24.75px) scale(0.75);
}

.mdc-text-field--textarea.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-textarea-outlined 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-textarea-outlined {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
  }
}
.mdc-text-field--textarea.mdc-text-field--outlined .mdc-text-field__input {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mdc-text-field--textarea.mdc-text-field--outlined .mdc-floating-label {
  top: 18px;
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field__input {
  margin-bottom: 2px;
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::after {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: -16px;
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter {
  align-self: flex-end;
  padding: 0 16px;
}

.mdc-text-field--textarea.mdc-text-field--with-internal-counter .mdc-text-field-character-counter::before {
  display: none;
}

.mdc-text-field__resizer {
  align-self: stretch;
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 100%;
  max-width: 100%;
  min-height: 56px;
  min-width: fit-content;
  /* @alternate */
  min-width: -moz-available;
  /* @alternate */
  min-width: -webkit-fill-available;
  overflow: hidden;
  resize: both;
}

.mdc-text-field--filled .mdc-text-field__resizer {
  transform: translateY(-1px);
}

.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--filled .mdc-text-field__resizer .mdc-text-field-character-counter {
  transform: translateY(1px);
}

.mdc-text-field--outlined .mdc-text-field__resizer {
  /* @noflip */ /*rtl:ignore*/
  transform: translateX(-1px) translateY(-1px);
}

[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer, .mdc-text-field--outlined .mdc-text-field__resizer[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  transform: translateX(1px) translateY(-1px);
  /*rtl:end:ignore*/
}

.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input,
.mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter {
  /* @noflip */ /*rtl:ignore*/
  transform: translateX(1px) translateY(1px);
}

[dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input, [dir=rtl] .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter, .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field__input[dir=rtl], .mdc-text-field--outlined .mdc-text-field__resizer .mdc-text-field-character-counter[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  transform: translateX(-1px) translateY(1px);
  /*rtl:end:ignore*/
}

.mdc-text-field--with-leading-icon {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
}

[dir=rtl] .mdc-text-field--with-leading-icon, .mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 48px);
  /* @noflip */ /*rtl:ignore*/
  left: 48px;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 48px;
  /*rtl:end:ignore*/
}

.mdc-text-field--with-leading-icon.mdc-text-field--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
  /* @noflip */ /*rtl:ignore*/
  left: 36px;
  /* @noflip */ /*rtl:ignore*/
  right: initial;
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  left: initial;
  /* @noflip */ /*rtl:ignore*/
  right: 36px;
  /*rtl:end:ignore*/
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  /* @noflip */ /*rtl:ignore*/
  transform: translateY(-37.25px) translateX(-32px) scale(1);
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  transform: translateY(-37.25px) translateX(32px) scale(1);
  /*rtl:end:ignore*/
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  /* @noflip */ /*rtl:ignore*/
  transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, [dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl], .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  transform: translateY(-34.75px) translateX(32px) scale(0.75);
  /*rtl:end:ignore*/
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
  }
}
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:end:ignore*/
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
  33% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  66% {
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
  }
  100% {
    /* @noflip */ /*rtl:ignore*/
    transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
  }
}
.mdc-text-field--with-trailing-icon {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-text-field--with-trailing-icon, .mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 64px);
}

.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 64px / 0.75);
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined :not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
  max-width: calc(100% - 60px);
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label {
  max-width: calc(100% - 96px);
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--filled .mdc-floating-label--float-above {
  max-width: calc(100% / 0.75 - 96px / 0.75);
}

.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.mdc-text-field + .mdc-text-field-helper-line {
  padding-right: 16px;
  padding-left: 16px;
}

.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(98, 0, 238, 0.87);
}

.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--focused .mdc-notched-outline__trailing {
  border-width: 2px;
}

.mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1;
}

.mdc-text-field--focused.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 2px;
}

.mdc-text-field--focused.mdc-text-field--outlined.mdc-text-field--textarea .mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-top: 0;
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #b00020;
  /* @alternate */
  caret-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  opacity: 1;
}

.mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}

@media all {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}

.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}

.mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}

@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
  .mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
@media screen and (forced-colors: active) {
  .mdc-text-field--disabled .mdc-text-field__input {
    background-color: Window;
  }
  .mdc-text-field--disabled .mdc-floating-label {
    z-index: 1;
  }
}
.mdc-text-field--disabled {
  pointer-events: none;
}

.mdc-text-field--disabled .mdc-floating-label {
  cursor: default;
}

.mdc-text-field--disabled.mdc-text-field--filled {
  background-color: rgb(249.9, 249.9, 249.9);
}

.mdc-text-field--disabled.mdc-text-field--filled .mdc-text-field__ripple {
  display: none;
}

.mdc-text-field--disabled .mdc-text-field__input {
  pointer-events: auto;
}

.mdc-text-field--end-aligned .mdc-text-field__input {
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--ltr-text, .mdc-text-field--ltr-text[dir=rtl] {
  /*rtl:begin:ignore*/
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input,
[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input,
.mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix {
  /* @noflip */ /*rtl:ignore*/
  direction: ltr;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 2px;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--leading, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--leading {
  order: 1;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--suffix {
  order: 2;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__input, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__input {
  order: 3;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__affix--prefix {
  order: 4;
}

[dir=rtl] .mdc-text-field--ltr-text .mdc-text-field__icon--trailing, .mdc-text-field--ltr-text[dir=rtl] .mdc-text-field__icon--trailing {
  order: 5;
}

[dir=rtl] .mdc-text-field--ltr-text, .mdc-text-field--ltr-text[dir=rtl] {
  /*rtl:end:ignore*/
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] {
  /*rtl:begin:ignore*/
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__input, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__input {
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--prefix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--prefix {
  /* @noflip */ /*rtl:ignore*/
  padding-right: 12px;
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned .mdc-text-field__affix--suffix, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] .mdc-text-field__affix--suffix {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 2px;
}

[dir=rtl] .mdc-text-field--ltr-text.mdc-text-field--end-aligned, .mdc-text-field--ltr-text.mdc-text-field--end-aligned[dir=rtl] {
  /*rtl:end:ignore*/
}

.mdc-text-field-helper-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
}

.mdc-text-field-helper-text::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

.mdc-text-field-helper-text {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}

.mdc-text-field-character-counter {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
}

.mdc-text-field-character-counter::before {
  display: inline-block;
  width: 0;
  height: 16px;
  content: "";
  vertical-align: 0;
}

.mdc-text-field-character-counter {
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  /* @noflip */ /*rtl:ignore*/
  margin-left: auto;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: auto;
  /*rtl:end:ignore*/
}

.mdc-text-field-character-counter {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-text-field-character-counter {
  white-space: nowrap;
}

.mdc-text-field__icon {
  align-self: center;
  cursor: pointer;
}

.mdc-text-field__icon:not([tabindex]), .mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}

.mdc-text-field__icon svg {
  display: block;
}

.mdc-text-field__icon--leading {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
}

[dir=rtl] .mdc-text-field__icon--leading, .mdc-text-field__icon--leading[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-text-field__icon--trailing {
  padding: 12px;
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0px;
}

[dir=rtl] .mdc-text-field__icon--trailing, .mdc-text-field__icon--trailing[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0px;
  /*rtl:end:ignore*/
}

:root {
  --mdc-theme-primary: #6200ee;
  --mdc-theme-secondary: #018786;
  --mdc-theme-background: #fff;
  --mdc-theme-surface: #fff;
  --mdc-theme-error: #b00020;
  --mdc-theme-on-primary: #fff;
  --mdc-theme-on-secondary: #fff;
  --mdc-theme-on-surface: #000;
  --mdc-theme-on-error: #fff;
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5);
}

.mdc-theme--primary {
  color: #6200ee  !important;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee) !important;
}

.mdc-theme--secondary {
  color: #018786  !important;
  /* @alternate */
  color: var(--mdc-theme-secondary, #018786) !important;
}

.mdc-theme--background {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-background, #fff);
}

.mdc-theme--surface {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
}

.mdc-theme--error {
  color: #b00020  !important;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020) !important;
}

.mdc-theme--on-primary {
  color: #fff  !important;
  /* @alternate */
  color: var(--mdc-theme-on-primary, #fff) !important;
}

.mdc-theme--on-secondary {
  color: #fff  !important;
  /* @alternate */
  color: var(--mdc-theme-on-secondary, #fff) !important;
}

.mdc-theme--on-surface {
  color: #000  !important;
  /* @alternate */
  color: var(--mdc-theme-on-surface, #000) !important;
}

.mdc-theme--on-error {
  color: #fff  !important;
  /* @alternate */
  color: var(--mdc-theme-on-error, #fff) !important;
}

.mdc-theme--text-primary-on-background {
  color: rgba(0, 0, 0, 0.87)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87)) !important;
}

.mdc-theme--text-secondary-on-background {
  color: rgba(0, 0, 0, 0.54)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54)) !important;
}

.mdc-theme--text-hint-on-background {
  color: rgba(0, 0, 0, 0.38)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38)) !important;
}

.mdc-theme--text-disabled-on-background {
  color: rgba(0, 0, 0, 0.38)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38)) !important;
}

.mdc-theme--text-icon-on-background {
  color: rgba(0, 0, 0, 0.38)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)) !important;
}

.mdc-theme--text-primary-on-light {
  color: rgba(0, 0, 0, 0.87)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)) !important;
}

.mdc-theme--text-secondary-on-light {
  color: rgba(0, 0, 0, 0.54)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54)) !important;
}

.mdc-theme--text-hint-on-light {
  color: rgba(0, 0, 0, 0.38)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38)) !important;
}

.mdc-theme--text-disabled-on-light {
  color: rgba(0, 0, 0, 0.38)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38)) !important;
}

.mdc-theme--text-icon-on-light {
  color: rgba(0, 0, 0, 0.38)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-icon-on-light, rgba(0, 0, 0, 0.38)) !important;
}

.mdc-theme--text-primary-on-dark {
  color: white  !important;
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-dark, white) !important;
}

.mdc-theme--text-secondary-on-dark {
  color: rgba(255, 255, 255, 0.7)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7)) !important;
}

.mdc-theme--text-hint-on-dark {
  color: rgba(255, 255, 255, 0.5)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5)) !important;
}

.mdc-theme--text-disabled-on-dark {
  color: rgba(255, 255, 255, 0.5)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5)) !important;
}

.mdc-theme--text-icon-on-dark {
  color: rgba(255, 255, 255, 0.5)  !important;
  /* @alternate */
  color: var(--mdc-theme-text-icon-on-dark, rgba(255, 255, 255, 0.5)) !important;
}

.mdc-theme--primary-bg {
  background-color: #6200ee  !important;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #6200ee) !important;
}

.mdc-theme--secondary-bg {
  background-color: #018786  !important;
  /* @alternate */
  background-color: var(--mdc-theme-secondary, #018786) !important;
}

.mdc-tooltip__surface {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
}

.mdc-tooltip__caret-surface-top,
.mdc-tooltip__caret-surface-bottom {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-small, 4px);
}

.mdc-tooltip__surface {
  color: white;
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-dark, white);
}

.mdc-tooltip__surface {
  background-color: rgba(0, 0, 0, 0.6);
}

.mdc-tooltip__surface {
  word-break: break-all;
  /* @alternate */
  word-break: var(--mdc-tooltip-word-break, normal);
  overflow-wrap: anywhere;
}

.mdc-tooltip {
  z-index: 9;
}

.mdc-tooltip--showing-transition .mdc-tooltip__surface-animation {
  transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-tooltip--hide-transition .mdc-tooltip__surface-animation {
  transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.mdc-tooltip__title {
  color: rgba(0, 0, 0, 0.87);
  /* @alternate */
  color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
}

.mdc-tooltip__content {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-tooltip__content-link {
  color: #6200ee;
  /* @alternate */
  color: var(--mdc-theme-primary, #6200ee);
}

.mdc-tooltip {
  position: fixed;
  display: none;
}

.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__surface {
  background-color: #fff;
}

.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-top,
.mdc-tooltip.mdc-tooltip--rich .mdc-tooltip__caret-surface-bottom {
  background-color: #fff;
}

.mdc-tooltip-wrapper--rich {
  position: relative;
}

.mdc-tooltip--shown,
.mdc-tooltip--showing,
.mdc-tooltip--hide {
  display: inline-flex;
}

.mdc-tooltip--shown.mdc-tooltip--rich,
.mdc-tooltip--showing.mdc-tooltip--rich,
.mdc-tooltip--hide.mdc-tooltip--rich {
  display: inline-block;
  /* @noflip */ /*rtl:ignore*/
  left: -320px;
  position: absolute;
}

.mdc-tooltip__surface::before {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-tooltip__surface::before {
    border-color: CanvasText;
  }
}
.mdc-tooltip__surface {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  line-height: 16px;
  padding: 4px 8px;
  min-width: 40px;
  max-width: 200px;
  min-height: 24px;
  max-height: 40vh;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.mdc-tooltip--rich .mdc-tooltip__surface .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-tooltip--rich .mdc-tooltip__surface {
  /* @alternate */
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  align-items: flex-start;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  min-height: 24px;
  min-width: 40px;
  max-width: 320px;
  position: relative;
}

.mdc-tooltip--multiline .mdc-tooltip__surface {
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
}

[dir=rtl] .mdc-tooltip--multiline .mdc-tooltip__surface, .mdc-tooltip--multiline .mdc-tooltip__surface[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-tooltip__surface .mdc-tooltip__title {
  display: block;
}

.mdc-tooltip__surface .mdc-tooltip__title::before {
  display: inline-block;
  width: 0;
  height: 24px;
  content: "";
  vertical-align: 0;
}

.mdc-tooltip__surface .mdc-tooltip__title {
  margin-top: 0;
  /* @alternate */
  line-height: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
  margin: 0 8px;
}

.mdc-tooltip__surface .mdc-tooltip__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  max-width: calc(200px - 2 * 8px);
  margin: 8px;
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
}

[dir=rtl] .mdc-tooltip__surface .mdc-tooltip__content, .mdc-tooltip__surface .mdc-tooltip__content[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-tooltip--rich .mdc-tooltip__surface .mdc-tooltip__content {
  max-width: calc(320px - 2 * 8px);
  align-self: stretch;
}

.mdc-tooltip__surface .mdc-tooltip__content-link {
  text-decoration: none;
}

.mdc-tooltip--rich-actions,
.mdc-tooltip__content,
.mdc-tooltip__title {
  z-index: 1;
}

.mdc-tooltip__surface-animation {
  opacity: 0;
  transform: scale(0.8);
  will-change: transform, opacity;
}

.mdc-tooltip--shown .mdc-tooltip__surface-animation {
  transform: scale(1);
  opacity: 1;
}

.mdc-tooltip--hide .mdc-tooltip__surface-animation {
  transform: scale(1);
}

.mdc-tooltip__caret-surface-top .mdc-elevation-overlay,
.mdc-tooltip__caret-surface-bottom .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-tooltip__caret-surface-top,
.mdc-tooltip__caret-surface-bottom {
  position: absolute;
  height: 24px;
  width: 24px;
  transform: rotate(35deg) skewY(20deg) scaleX(0.9396926208);
}

.mdc-tooltip__caret-surface-bottom {
  /* @alternate */
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  outline: 1px solid transparent;
  z-index: -1;
}

@media screen and (forced-colors: active) {
  .mdc-tooltip__caret-surface-bottom {
    outline-color: CanvasText;
  }
}
.mdc-top-app-bar {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #6200ee);
  color: white;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
  color: #fff;
  /* @alternate */
  color: var(--mdc-theme-on-primary, #fff);
}

.mdc-top-app-bar .mdc-top-app-bar__action-item::before, .mdc-top-app-bar .mdc-top-app-bar__action-item::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-ripple-color, var(--mdc-theme-on-primary, #fff));
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before, .mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-surface--hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-surface--hover::before {
  opacity: 0.08;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before, .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}

.mdc-top-app-bar {
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  z-index: 4;
}

.mdc-top-app-bar__row {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
}

.mdc-top-app-bar__section {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  padding: 8px 12px;
  z-index: 1;
}

.mdc-top-app-bar__section--align-start {
  justify-content: flex-start;
  order: -1;
}

.mdc-top-app-bar__section--align-end {
  justify-content: flex-end;
  order: 1;
}

.mdc-top-app-bar__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1.25rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  /* @noflip */ /*rtl:ignore*/
  padding-left: 20px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-top-app-bar__title, .mdc-top-app-bar__title[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 20px;
  /*rtl:end:ignore*/
}

.mdc-top-app-bar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

.mdc-top-app-bar--short-collapsed {
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 24px;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 0;
}

[dir=rtl] .mdc-top-app-bar--short-collapsed, .mdc-top-app-bar--short-collapsed[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  border-top-left-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-top-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-right-radius: 0;
  /* @noflip */ /*rtl:ignore*/
  border-bottom-left-radius: 24px;
  /*rtl:end:ignore*/
}

.mdc-top-app-bar--short {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  right: auto;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  width: 100%;
  transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

[dir=rtl] .mdc-top-app-bar--short, .mdc-top-app-bar--short[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  right: 0;
  /* @noflip */ /*rtl:ignore*/
  left: auto;
  /*rtl:end:ignore*/
}

.mdc-top-app-bar--short .mdc-top-app-bar__row {
  height: 56px;
}

.mdc-top-app-bar--short .mdc-top-app-bar__section {
  padding: 4px;
}

.mdc-top-app-bar--short .mdc-top-app-bar__title {
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}

.mdc-top-app-bar--short-collapsed {
  /* @alternate */
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  width: 56px;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title {
  display: none;
}

.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
  transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
  width: 112px;
}

.mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 12px;
}

[dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end, .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
  /*rtl:end:ignore*/
}

.mdc-top-app-bar--dense .mdc-top-app-bar__row {
  height: 48px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__section {
  padding: 0 4px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__title {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 12px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title, .mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 12px;
  /*rtl:end:ignore*/
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 128px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  align-self: flex-end;
  padding-bottom: 2px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,
.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon {
  align-self: flex-start;
}

.mdc-top-app-bar--fixed {
  transition: box-shadow 200ms linear;
}

.mdc-top-app-bar--fixed-scrolled {
  /* @alternate */
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms linear;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 96px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section {
  padding: 0 12px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  /* @noflip */ /*rtl:ignore*/
  padding-left: 20px;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 0;
}

[dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title, .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  padding-left: 0;
  /* @noflip */ /*rtl:ignore*/
  padding-right: 20px;
  /*rtl:end:ignore*/
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  padding-bottom: 9px;
}

.mdc-top-app-bar--fixed-adjust {
  padding-top: 64px;
}

.mdc-top-app-bar--dense-fixed-adjust {
  padding-top: 48px;
}

.mdc-top-app-bar--short-fixed-adjust {
  padding-top: 56px;
}

.mdc-top-app-bar--prominent-fixed-adjust {
  padding-top: 128px;
}

.mdc-top-app-bar--dense-prominent-fixed-adjust {
  padding-top: 96px;
}

@media (max-width: 599px) {
  .mdc-top-app-bar__row {
    height: 56px;
  }
  .mdc-top-app-bar__section {
    padding: 4px;
  }
  .mdc-top-app-bar--short {
    transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mdc-top-app-bar--short-collapsed {
    transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
    /* @noflip */ /*rtl:ignore*/
    padding-left: 0;
    /* @noflip */ /*rtl:ignore*/
    padding-right: 12px;
  }
  [dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end, .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl] {
    /*rtl:begin:ignore*/
    /* @noflip */ /*rtl:ignore*/
    padding-left: 12px;
    /* @noflip */ /*rtl:ignore*/
    padding-right: 0;
    /*rtl:end:ignore*/
  }
  .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    padding-bottom: 6px;
  }
  .mdc-top-app-bar--fixed-adjust {
    padding-top: 56px;
  }
}
.mdc-typography {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-font-family, Roboto, sans-serif);
}

.mdc-typography--headline1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 6rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline1-font-size, 6rem);
  line-height: 6rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline1-line-height, 6rem);
  font-weight: 300;
  /* @alternate */
  font-weight: var(--mdc-typography-headline1-font-weight, 300);
  letter-spacing: -0.015625em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline1-letter-spacing, -0.015625em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline1-text-transform, inherit);
}

.mdc-typography--headline2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 3.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline2-font-size, 3.75rem);
  line-height: 3.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline2-line-height, 3.75rem);
  font-weight: 300;
  /* @alternate */
  font-weight: var(--mdc-typography-headline2-font-weight, 300);
  letter-spacing: -0.0083333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline2-letter-spacing, -0.0083333333em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline2-text-transform, inherit);
}

.mdc-typography--headline3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline3-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 3rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline3-font-size, 3rem);
  line-height: 3.125rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline3-line-height, 3.125rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-headline3-font-weight, 400);
  letter-spacing: normal;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline3-letter-spacing, normal);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline3-text-transform, inherit);
}

.mdc-typography--headline4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline4-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 2.125rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline4-font-size, 2.125rem);
  line-height: 2.5rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline4-line-height, 2.5rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-headline4-font-weight, 400);
  letter-spacing: 0.0073529412em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline4-letter-spacing, 0.0073529412em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline4-text-transform, inherit);
}

.mdc-typography--headline5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline5-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1.5rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline5-font-size, 1.5rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline5-line-height, 2rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-headline5-font-weight, 400);
  letter-spacing: normal;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline5-letter-spacing, normal);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline5-text-transform, inherit);
}

.mdc-typography--headline6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1.25rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
}

.mdc-typography--subtitle1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}

.mdc-typography--subtitle2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
}

.mdc-typography--body1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: 1.5rem;
  /* @alternate */
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: 0.03125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body1-text-transform, inherit);
}

.mdc-typography--body2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mdc-typography--caption {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}

.mdc-typography--button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  /* @alternate */
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
}

.mdc-typography--overline {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: 0.1666666667em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
  text-decoration: none;
  /* @alternate */
  text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-overline-text-transform, uppercase);
}

/* syne-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  src: url(../.././css/build/font/syne-v16-latin-600.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../.././css/build/font/dm-sans-v11-latin-regular.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../.././css/build/font/dm-sans-v11-latin-500.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../.././css/build/font/dm-sans-v11-latin-700.woff2) format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/** GENERAL VARIABLES **/
/** PALETTE **/
/** FONTS FAMILIES **/
/** FONTS WEIGHT **/
/** VIEWPORT **/
/** BREAKPOINTS **/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
a:focus {
  outline: none;
}
a::-moz-focus-inner {
  border: 0;
}

.mcl-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .mcl-wrapper {
    padding: 0 32px;
  }
}

.mcl-grid-content-2 {
  display: inline-grid;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-grid-content-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mcl-grid-content-3 {
  display: inline-grid;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-grid-content-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.hide {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

[role=button],
input[type=submit],
input[type=reset],
input[type=button],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button; /* for input */
  -webkit-user-select: none; /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Make `a` like a button */
[role=button] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mcl-unreset strong {
  font-weight: 700;
}
.mcl-unreset a {
  text-decoration: underline;
}
.mcl-unreset p {
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 10px;
}
.mcl-unreset p br {
  display: none;
}
.mcl-unreset blockquote {
  border-left: 1px solid #6587FF;
  padding: 0;
  quotes: "“";
  display: flex;
  margin: 64px 0;
}
.mcl-unreset blockquote:before {
  color: #F2F2F2;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0;
  vertical-align: -0.4em;
}
.mcl-unreset blockquote cite {
  display: flex;
  flex-direction: column;
  color: #245557;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  line-height: 110%;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-unreset blockquote cite {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-unreset blockquote cite {
  margin-left: 24px;
}
.mcl-unreset figure .wp-block-image {
  width: 100%;
  object-fit: cover;
}
.mcl-unreset em {
  font-style: italic;
}
.mcl-unreset ul {
  list-style-type: none;
  list-style-position: outside;
  padding-bottom: 10px;
}
.mcl-unreset ul li {
  position: relative;
  padding-left: 20px;
  line-height: 20.8px;
}
.mcl-unreset ul li::before {
  position: absolute;
  left: 0;
  content: "·";
  margin-right: 8px;
}
.mcl-unreset ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-bottom: 10px;
  padding-inline-start: 20px;
}
.mcl-unreset h1 {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 29px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .mcl-unreset h1 {
    font-size: 42px;
    line-height: 44px;
  }
}
.mcl-unreset h1 {
  line-height: 105%;
  padding: 48px 0 24px;
}
@media (min-width: 1024px) {
  .mcl-unreset h1 {
    padding: 64px 0 24px;
  }
}
.mcl-unreset h2 {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-unreset h2 {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-unreset h2 {
  line-height: 110%;
  padding: 48px 0 24px;
}
@media (min-width: 1024px) {
  .mcl-unreset h2 {
    padding: 64px 0 24px;
  }
}
.mcl-unreset h3 {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-unreset h3 {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-unreset h3 {
  line-height: 110%;
  padding: 48px 0 24px;
}
@media (min-width: 1024px) {
  .mcl-unreset h3 {
    padding: 64px 0 24px;
  }
}
.mcl-unreset h4 {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  line-height: 115%;
  padding: 48px 0 24px;
}
@media (min-width: 1024px) {
  .mcl-unreset h4 {
    padding: 64px 0 24px;
  }
}
.mcl-unreset h5 {
  color: #1E2929;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  line-height: 120%;
  padding: 48px 0 24px;
}
@media (min-width: 1024px) {
  .mcl-unreset h5 {
    padding: 64px 0 24px;
  }
}

.mcl-playground {
  padding: 30px 0;
  background-color: #F5F5F5;
  border-top: 1px dotted #1E2929;
  border-bottom: 1px dotted #1E2929;
}
.mcl-playground h1 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.mcl-playground h2 {
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0;
}
.mcl-playground hr.playground {
  width: 100%;
  height: 1px;
  background-color: #1E2929;
  margin: 32px 0;
}

body.page-template-default .mcl-page {
  padding-top: 104px;
  padding-bottom: 70px;
  background-color: #FFFFFF;
  min-height: calc(100vh - 262px);
}
body.page-template-default .mcl-page .mcl-title {
  color: #1E2929;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  body.page-template-default .mcl-page .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
body.page-template-default .mcl-page .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  body.page-template-default .mcl-page .mcl-title {
    padding-bottom: 30px;
  }
}

.mcl-enhancers-page-builder-template {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .mcl-enhancers-page-builder-template {
    padding-top: 90px;
  }
}

.mcl-news-template {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .mcl-news-template {
    padding-top: 90px;
  }
}
.mcl-news-template {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.mcl-news-template > .mcl-hero-simple .mcl-description {
  color: #FFFFFF;
}
.mcl-news-template-hero {
  background-color: #FFFFFF;
}
.mcl-news-template-hero .mcl-wrapper .mcl-breadcrumbs {
  position: relative;
  margin-bottom: 40px;
  display: none;
}
@media (min-width: 1024px) {
  .mcl-news-template-hero .mcl-wrapper .mcl-breadcrumbs {
    display: block;
  }
}
@media (min-width: 1024px) {
  .mcl-news-template-hero .mcl-wrapper .mcl-inner-wrapper {
    width: 83.33%;
    margin: auto;
  }
}
.mcl-news-template-hero .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
  text-align: center;
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 29px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .mcl-news-template-hero .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
    font-size: 42px;
    line-height: 44px;
  }
}
.mcl-news-template-hero .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 36px;
}
@media (min-width: 1024px) {
  .mcl-news-template-hero .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
    padding-top: 40px;
  }
}
.mcl-news-template-hero .mcl-wrapper .mcl-inner-wrapper > .mcl-description {
  text-align: center;
  color: #525959;
  font-size: 20px;
  line-height: 24px;
  line-height: 120%;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  .mcl-news-template-hero .mcl-wrapper .mcl-inner-wrapper > .mcl-description {
    padding-bottom: 40px;
  }
}
.mcl-news-template-hero .mcl-wrapper .mcl-inner-wrapper .mcl-card-news {
  margin-top: 96px;
  margin-bottom: 77px;
}
.mcl-news-template .mcl-recent-news {
  padding: 80px 0;
  background-color: #FAFAFA;
}
@media (min-width: 1024px) {
  .mcl-news-template .mcl-recent-news .mcl-inner-wrapper {
    width: 83.33%;
    margin: auto;
  }
}
.mcl-news-template .mcl-recent-news .mcl-inner-wrapper > .mcl-title {
  text-align: center;
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-news-template .mcl-recent-news .mcl-inner-wrapper > .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-news-template .mcl-recent-news .mcl-inner-wrapper > .mcl-title {
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  padding-bottom: 40px;
}
.mcl-news-template .mcl-recent-news .mcl-inner-wrapper .mcl-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .mcl-news-template .mcl-recent-news .mcl-inner-wrapper .mcl-list {
    flex-direction: row;
    gap: 26px;
  }
  .mcl-news-template .mcl-recent-news .mcl-inner-wrapper .mcl-list > a {
    width: 50%;
  }
}
.mcl-news-template .mcl-search {
  padding: 85px 0;
}
@media (min-width: 1024px) {
  .mcl-news-template .mcl-search {
    padding: 96px 0;
  }
}
.mcl-news-template .mcl-search .mcl-results .mcl-resuls-wrapper {
  row-gap: 40px;
  column-gap: 24px;
  display: inline-grid;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-news-template .mcl-search .mcl-results .mcl-resuls-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mcl-news-template .mcl-search .mcl-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .mcl-news-template .mcl-search .mcl-button-wrapper {
    display: none;
  }
}
.mcl-news-template .mcl-search .mcl-pagination {
  position: relative;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  display: none;
}
@media (min-width: 1024px) {
  .mcl-news-template .mcl-search .mcl-pagination {
    display: flex;
  }
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-prev, .mcl-news-template .mcl-search .mcl-pagination .mcl-next {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 28px;
  border: 1px solid #1E2929;
  border-radius: 50%;
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-prev svg, .mcl-news-template .mcl-search .mcl-pagination .mcl-next svg {
  color: #1E2929;
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-prev {
  display: none;
}
@media (min-width: 1024px) {
  .mcl-news-template .mcl-search .mcl-pagination .mcl-prev {
    display: flex;
  }
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-prev.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-next {
  display: none;
}
@media (min-width: 1024px) {
  .mcl-news-template .mcl-search .mcl-pagination .mcl-next {
    display: flex;
  }
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-next.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  background-color: #FFFFFF;
  border: 1px solid #9DA8A7;
  border-radius: 50%;
  color: #1E2929;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  line-height: 18px;
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-page .mcl-icon {
  width: 24px;
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-page:hover:not(.active) {
  background: #FFFFFF;
  color: #1E2929;
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-page.active {
  background-color: #245557;
  border: 1px solid #245557;
  color: #FFFFFF;
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-page.disabled {
  cursor: default;
  pointer-events: none;
  border: 1px solid #9DA8A7;
}
.mcl-news-template .mcl-search .mcl-pagination .mcl-page.disabled .mcl-icon {
  color: #9DA8A7;
}

.mcl-single-news {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .mcl-single-news {
    padding-top: 90px;
  }
}
.mcl-single-news {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
}
.mcl-single-news > .mcl-wrapper {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .mcl-single-news > .mcl-wrapper {
    padding-top: 40px;
  }
}
.mcl-single-news > .mcl-wrapper > .mcl-button {
  position: relative;
  padding-bottom: 32px;
}
.mcl-single-news > .mcl-wrapper > .mcl-button .mcl-text {
  padding-left: 4px;
}
.mcl-single-news > .mcl-wrapper > .mcl-button:after {
  position: absolute;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27left-arrow 1%27 clip-path=%27url%28%23clip0_2603_7677%29%27%3E%3Cg id=%27Group%27%3E%3Cpath id=%27Vector%27 d=%27M4.70117 12.0916H19.6912%27 stroke=%27%23323232%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath id=%27Vector_2%27 d=%27M8.80361 8.00842L4.70117 12.1115L8.80361 16.2147%27 stroke=%27%23323232%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2603_7677%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27 transform=%27translate%280.691406 0.111572%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  top: 16px;
  width: 24px;
  height: 24px;
}
.mcl-single-news > .mcl-wrapper > .mcl-button:hover .mcl-text {
  color: #1E2929;
}
@media (min-width: 1024px) {
  .mcl-single-news > .mcl-wrapper > .mcl-button {
    display: none;
  }
}
.mcl-single-news > .mcl-wrapper .mcl-breadcrumbs {
  position: relative;
  top: 0;
  padding-bottom: 32px;
  display: none;
}
@media (min-width: 1024px) {
  .mcl-single-news > .mcl-wrapper .mcl-breadcrumbs {
    padding-bottom: 40px;
    display: flex;
  }
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .mcl-single-news > .mcl-wrapper .mcl-single-news-hero {
    flex-direction: row;
    gap: 24px;
  }
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left {
    width: 50%;
  }
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left .mcl-date {
  color: #525959;
  font-size: 14px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 24px;
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left .mcl-title {
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 29px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left .mcl-title {
    font-size: 42px;
    line-height: 44px;
  }
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left .mcl-title {
  font-weight: 600;
  line-height: 105%;
  padding-bottom: 16px;
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left .mcl-reading-time-title {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left .mcl-reading-time-title {
    padding-top: 96px;
  }
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left .mcl-reading-time-title {
  color: #525959;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  line-height: 130%;
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-left .mcl-reading-time-description {
  color: #1E2929;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-right {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-right .mcl-image {
    margin-bottom: -24px;
  }
}
.mcl-single-news > .mcl-wrapper .mcl-single-news-hero .mcl-right .mcl-image {
  width: 100%;
  height: 504px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2EEEB;
}
.mcl-single-news .mcl-post-content {
  background-color: #FAFAFA;
}
.mcl-single-news .mcl-post-content.mcl-unreset {
  padding: 64px 0;
}
.mcl-single-news .mcl-post-content.mcl-unreset blockquote {
  margin: 48px auto;
}
@media (min-width: 1024px) {
  .mcl-single-news .mcl-post-content.mcl-unreset blockquote {
    max-width: 50%;
    margin: 64px auto;
  }
}
.mcl-single-news .mcl-post-content.mcl-unreset figure {
  margin: 64px auto;
}
.mcl-single-news .mcl-post-content.mcl-unreset figure img {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-single-news .mcl-post-content.mcl-unreset figure {
    max-width: 83.33%;
  }
}
@media (min-width: 1024px) {
  .mcl-single-news .mcl-post-content.mcl-unreset p, .mcl-single-news .mcl-post-content.mcl-unreset h1, .mcl-single-news .mcl-post-content.mcl-unreset h2, .mcl-single-news .mcl-post-content.mcl-unreset h3, .mcl-single-news .mcl-post-content.mcl-unreset h4, .mcl-single-news .mcl-post-content.mcl-unreset h5, .mcl-single-news .mcl-post-content.mcl-unreset ul {
    max-width: 50%;
    margin: 0 auto;
  }
}
.mcl-single-news .mcl-post-content.mcl-unreset p:last-of-type {
  padding-bottom: 0;
}
.mcl-single-news .mcl-project-slider-wrapper {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .mcl-single-news .mcl-project-slider-wrapper {
    padding: 96px 0;
  }
}

.mcl-cosa-facciamo-template {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .mcl-cosa-facciamo-template {
    padding-top: 90px;
  }
}
.mcl-cosa-facciamo-template {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.mcl-cosa-facciamo-template .mcl-services {
  padding-top: 88px;
  background-color: #FAFAFA;
}
.mcl-cosa-facciamo-template .mcl-services .mcl-wrapper > .mcl-description {
  max-width: 66.66%;
  margin: auto;
  padding-bottom: 80px;
  color: #1E2929;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  line-height: 120%;
}
.mcl-cosa-facciamo-template .mcl-services .mcl-wrapper > .mcl-description strong {
  font-weight: 700;
}
.mcl-cosa-facciamo-template .mcl-services .mcl-wrapper > .mcl-title {
  padding: 80px 0 48px;
  color: #1E2929;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-cosa-facciamo-template .mcl-services .mcl-wrapper > .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-cosa-facciamo-template .mcl-services .mcl-wrapper > .mcl-title {
  font-weight: 600;
  line-height: 110%;
}
.mcl-cosa-facciamo-template .mcl-services .mcl-wrapper .mcl-service-list-wrapper {
  display: inline-grid;
  width: 100%;
  row-gap: 16px;
  column-gap: 24px;
  padding-bottom: 96px;
}
@media (min-width: 1024px) {
  .mcl-cosa-facciamo-template .mcl-services .mcl-wrapper .mcl-service-list-wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
}

.mcl-services-template {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .mcl-services-template {
    padding-top: 90px;
  }
}
.mcl-services-template {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.mcl-services-template > .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27416%27 height=%27415%27 viewBox=%270 0 416 415%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.4%27%3E%3Cmask id=%27mask0_1450_72531%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%274%27 y=%273%27 width=%27408%27 height=%27408%27%3E%3Crect x=%270.983887%27 y=%2758.3616%27 width=%27360.452%27 height=%27360.452%27 rx=%2722%27 transform=%27rotate%28-9.31789 0.983887 58.3616%29%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_1450_72531%29%27%3E%3Cpath d=%27M6.90416 -32.5902L0.449203 3.16669C0.414217 3.37661 0.571662 3.5865 0.799073 3.56901H4.78749C4.96242 3.56901 5.10236 3.44658 5.13735 3.27164L11.6448 -32.4853C11.6798 -32.6952 11.5223 -32.9051 11.2949 -32.8876H7.25403C7.07909 -32.8876 6.93914 -32.7652 6.90416 -32.5902Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1.46328 -22.6711L5.11934 3.18439C5.15433 3.39432 4.99688 3.58677 4.76947 3.58677H0.728574C0.553643 3.58677 0.413704 3.46431 0.378718 3.30686L-3.27734 -22.6886C-3.15489 -22.9685 -3.01495 -22.9685 -2.78754 -22.9685H1.09593C1.27086 -22.9685 1.42829 -22.8286 1.46328 -22.6536%27 fill=%27white%27/%3E%3Cpath d=%27M31.0267 -23.5459L24.5718 12.211C24.5368 12.4209 24.6942 12.6134 24.9216 12.6134H28.9101C29.085 12.6134 29.2249 12.4909 29.2599 12.316L35.7673 -23.4409C35.8023 -23.6508 35.6449 -23.8433 35.4175 -23.8433H31.3766C31.2016 -23.8433 31.0617 -23.7208 31.0267 -23.5459Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M25.5868 -13.627L29.2429 12.211C29.2779 12.4209 29.1204 12.6134 28.893 12.6134H24.8521C24.6772 12.6134 24.5372 12.4909 24.5022 12.3335L20.8462 -13.662C20.9686 -13.9419 21.1086 -13.9419 21.336 -13.9419H25.2195C25.3944 -13.9419 25.5518 -13.802 25.5868 -13.627Z%27 fill=%27white%27/%3E%3Cpath d=%27M20.8453 -13.6616L14.4429 22.1303C14.4079 22.3402 14.5653 22.5326 14.7927 22.5326H18.6937C18.9211 22.5326 19.0435 22.3927 19.0785 22.2352L25.586 -13.5217C25.6209 -13.7316 25.4635 -13.9241 25.2361 -13.9241H21.1952C21.0203 -13.9241 20.8803 -13.8191 20.8453 -13.6442%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M15.3003 -3.72541L19.0788 22.1126C19.1138 22.3225 18.9564 22.5325 18.7289 22.5325H14.688C14.5131 22.5325 14.3732 22.41 14.3382 22.2526L10.6821 -3.76038C10.8046 -4.04028 10.9445 -4.04028 11.1719 -4.04028H14.9329C15.1079 -4.04028 15.2653 -3.90035 15.3003 -3.72541Z%27 fill=%27white%27/%3E%3Cpath d=%27M10.5428 -3.74336L4.08787 32.0136C4.05289 32.2235 4.21033 32.4334 4.43774 32.4159H8.42617C8.6011 32.4159 8.74104 32.2935 8.77602 32.1185L15.2835 -3.63841C15.3184 -3.84833 15.161 -4.05822 14.9336 -4.04073H10.8927C10.7178 -4.04073 10.5778 -3.9183 10.5428 -3.74336Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M5.11904 6.17669L8.77509 32.0147C8.81008 32.2246 8.65265 32.4171 8.42524 32.4171H4.38432C4.20939 32.4171 4.06945 32.2946 4.03447 32.1372L0.378418 6.14167C0.50087 5.86177 0.640812 5.86182 0.868222 5.86182H4.75169C4.92662 5.86182 5.08406 6.00175 5.11904 6.17669Z%27 fill=%27white%27/%3E%3Cpath d=%27M0.378535 6.14203L-6.02394 41.934C-6.05893 42.1439 -5.9015 42.3363 -5.67408 42.3363H-1.77312C-1.54571 42.3363 -1.42326 42.1964 -1.38827 42.0389L5.11916 6.28201C5.15415 6.07209 4.97921 5.87964 4.76929 5.87964H0.728391C0.553461 5.87964 0.413521 5.98461 0.378535 6.15954%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M65.5582 -24.1934L59.1557 11.5985C59.1208 11.8084 59.2782 12.0008 59.5056 12.0008H63.4066C63.634 12.0008 63.7564 11.8609 63.7914 11.7035L70.2988 -24.0534C70.3338 -24.2634 70.1764 -24.4558 69.949 -24.4558H65.9081C65.7331 -24.4558 65.5932 -24.3508 65.5582 -24.1759%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M59.9956 -14.2739L63.7741 11.5817C63.8091 11.7916 63.6517 12.0015 63.4243 12.0015H59.3834C59.2084 12.0015 59.0685 11.879 59.0335 11.7216L55.3774 -14.2914C55.4999 -14.5713 55.6398 -14.5713 55.8672 -14.5713H59.6283C59.8032 -14.5713 59.9606 -14.4313 59.9956 -14.2564%27 fill=%27white%27/%3E%3Cpath d=%27M55.2728 -14.2925L48.8179 21.4644C48.7829 21.6744 48.9403 21.8843 49.1677 21.8668H53.1561C53.3311 21.8668 53.471 21.7443 53.506 21.5694L60.0134 -14.1875C60.0484 -14.3974 59.891 -14.5898 59.6636 -14.5898H55.6227C55.4477 -14.5898 55.3078 -14.4674 55.2728 -14.2925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M49.8319 -4.37306L53.488 21.465C53.523 21.6749 53.3655 21.8673 53.1381 21.8673H49.0972C48.9223 21.8673 48.7823 21.7449 48.7474 21.5874L45.0913 -4.40808C45.2138 -4.68798 45.3537 -4.68799 45.5811 -4.68799H49.4646C49.6395 -4.68799 49.7969 -4.548 49.8319 -4.37306Z%27 fill=%27white%27/%3E%3Cpath d=%27M45.0909 -4.40826L38.6885 31.3837C38.6535 31.5936 38.8109 31.786 39.0383 31.786H42.9393C43.1667 31.786 43.2891 31.6461 43.3241 31.4886L49.8316 -4.26828C49.8665 -4.47821 49.7091 -4.67065 49.4817 -4.67065H45.4408C45.2659 -4.67065 45.1259 -4.56569 45.0909 -4.39075%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M39.5288 5.53001L43.3073 31.368C43.3423 31.578 43.1849 31.7879 42.9575 31.7879H38.9166C38.7416 31.7879 38.6017 31.6654 38.5667 31.508L34.9106 5.49499C35.0331 5.21509 35.173 5.21509 35.4004 5.21509H39.1615C39.3364 5.21509 39.4938 5.35508 39.5288 5.53001Z%27 fill=%27white%27/%3E%3Cpath d=%27M34.805 5.40728L28.3501 41.1642C28.3151 41.3741 28.4725 41.584 28.6999 41.5665H32.6884C32.8633 41.5665 33.0032 41.4441 33.0382 41.2692L39.5457 5.51224C39.5806 5.30231 39.4232 5.10986 39.1958 5.10986H35.1549C34.98 5.10986 34.84 5.23234 34.805 5.40728Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M29.3651 15.3261L33.0212 41.1642C33.0562 41.3741 32.8987 41.5665 32.6713 41.5665H28.6304C28.4555 41.5665 28.3155 41.4441 28.2806 41.2867L24.6245 15.2911C24.747 15.0112 24.8869 15.0112 25.1143 15.0112H28.9978C29.1727 15.0112 29.3302 15.1512 29.3651 15.3261Z%27 fill=%27white%27/%3E%3Cpath d=%27M24.6251 15.3088L18.2226 51.1007C18.1877 51.3106 18.3451 51.503 18.5725 51.503H22.4735C22.7009 51.503 22.8233 51.3631 22.8583 51.2056L29.3657 15.4487C29.4007 15.2388 29.2433 15.0464 29.0159 15.0464H24.975C24.8 15.0464 24.6601 15.1513 24.6251 15.3262%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M19.0615 25.2275L22.84 51.0656C22.875 51.2755 22.7176 51.4854 22.4902 51.4854H18.4493C18.2743 51.4854 18.1344 51.3629 18.0994 51.2055L14.4434 25.1925C14.5658 24.9126 14.7058 24.9126 14.9332 24.9126H18.6942C18.8691 24.9126 19.0266 25.0525 19.0615 25.2275Z%27 fill=%27white%27/%3E%3Cpath d=%27M14.3206 25.21L7.86571 60.9669C7.83072 61.1769 7.98815 61.3867 8.21556 61.3693H12.204C12.3789 61.3693 12.5189 61.2468 12.5539 61.0719L19.0613 25.315C19.0963 25.105 18.9388 24.9126 18.7114 24.9126H14.6705C14.4956 24.9126 14.3556 25.0351 14.3206 25.21Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M8.88029 35.1288L12.5363 60.9669C12.5713 61.1768 12.4139 61.3692 12.1865 61.3692H8.14557C7.97064 61.3692 7.8307 61.2468 7.79571 61.0893L4.13965 35.0939C4.2621 34.814 4.40206 34.814 4.62947 34.814H8.51292C8.68785 34.814 8.8453 34.9539 8.88029 35.1288Z%27 fill=%27white%27/%3E%3Cpath d=%27M4.15782 35.1115L-2.24464 70.9035C-2.27963 71.1134 -2.1222 71.3058 -1.89479 71.3058H2.00618C2.23359 71.3058 2.35603 71.1659 2.39101 71.0084L8.89844 35.2515C8.93343 35.0416 8.776 34.8491 8.54859 34.8491H4.50769C4.33276 34.8491 4.1928 34.9541 4.15782 35.129%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M99.9496 -24.8577L93.4946 10.8993C93.4596 11.1092 93.6171 11.3191 93.8445 11.3016H97.8329C98.0078 11.3016 98.1478 11.1791 98.1828 11.0042L104.69 -24.7527C104.725 -24.9626 104.568 -25.155 104.34 -25.155H100.299C100.124 -25.155 99.9846 -25.0326 99.9496 -24.8577Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M94.5263 -14.9392L98.1823 10.9164C98.2173 11.1263 98.0599 11.3188 97.8324 11.3188H93.7915C93.6166 11.3188 93.4767 11.1963 93.4417 11.0389L89.7856 -14.9567C89.9081 -15.2366 90.048 -15.2366 90.2754 -15.2366H94.1589C94.3338 -15.2366 94.4913 -15.0966 94.5263 -14.9216%27 fill=%27white%27/%3E%3Cpath d=%27M89.7862 -14.9568L83.3838 20.8351C83.3488 21.045 83.5062 21.2374 83.7336 21.2374H87.6346C87.862 21.2374 87.9844 21.0975 88.0194 20.9401L94.5269 -14.8169C94.5618 -15.0268 94.4044 -15.2192 94.177 -15.2192H90.1361C89.9612 -15.2192 89.8212 -15.1143 89.7862 -14.9393%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M84.2227 -5.03767L88.0012 20.8004C88.0362 21.0103 87.8787 21.2202 87.6513 21.2202H83.6104C83.4355 21.2202 83.2955 21.0978 83.2605 20.9403L79.6045 -5.07264C79.7269 -5.35253 79.8669 -5.35254 80.0943 -5.35254H83.8553C84.0303 -5.35254 84.1877 -5.2126 84.2227 -5.03767Z%27 fill=%27white%27/%3E%3Cpath d=%27M79.4823 -5.15967L73.0273 30.5973C72.9923 30.8072 73.1498 31.0171 73.3772 30.9996H77.3656C77.5405 30.9996 77.6805 30.8771 77.7155 30.7022L84.2229 -5.05471C84.2579 -5.26464 84.1004 -5.45703 83.873 -5.45703H79.8321C79.6572 -5.45703 79.5173 -5.33461 79.4823 -5.15967Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M74.0599 4.7763L77.716 30.6144C77.751 30.8243 77.5935 31.0167 77.3661 31.0167H73.3252C73.1503 31.0167 73.0104 30.8942 72.9754 30.7368L69.3193 4.74133C69.4418 4.46143 69.5817 4.46143 69.8091 4.46143H73.6926C73.8675 4.46143 74.025 4.60136 74.0599 4.7763Z%27 fill=%27white%27/%3E%3Cpath d=%27M69.319 4.7414L62.9165 40.5333C62.8815 40.7432 63.0389 40.9357 63.2663 40.9357H67.1673C67.3947 40.9357 67.5172 40.7957 67.5521 40.6382L74.0596 4.88132C74.0946 4.6714 73.9371 4.479 73.7097 4.479H69.6688C69.4939 4.479 69.354 4.58397 69.319 4.75891%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M63.7568 14.6616L67.5354 40.4996C67.5703 40.7096 67.4129 40.9195 67.1855 40.9195H63.1446C62.9697 40.9195 62.8297 40.797 62.7947 40.6396L59.1387 14.6266C59.2611 14.3467 59.4011 14.3467 59.6285 14.3467H63.3895C63.5644 14.3467 63.7219 14.4867 63.7568 14.6616Z%27 fill=%27white%27/%3E%3Cpath d=%27M59.0331 14.6441L52.5781 50.401C52.5431 50.6109 52.7006 50.8208 52.928 50.8033H56.9164C57.0913 50.8033 57.2313 50.6809 57.2663 50.506L63.7737 14.7491C63.8087 14.5391 63.6512 14.3467 63.4238 14.3467H59.3829C59.208 14.3467 59.068 14.4692 59.0331 14.6441Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M53.5927 24.5624L57.2487 50.4005C57.2837 50.6104 57.1263 50.8028 56.8989 50.8028H52.858C52.683 50.8028 52.5431 50.6804 52.5081 50.523L48.8521 24.5275C48.9745 24.2476 49.1144 24.2476 49.3419 24.2476H53.2253C53.4003 24.2476 53.5577 24.3875 53.5927 24.5624Z%27 fill=%27white%27/%3E%3Cpath d=%27M48.8522 24.5456L42.4497 60.3375C42.4147 60.5474 42.5722 60.7399 42.7996 60.7399H46.7005C46.9279 60.7399 47.0504 60.5999 47.0854 60.4424L53.5928 24.6855C53.6278 24.4756 53.4528 24.2832 53.2429 24.2832H49.202C49.0271 24.2832 48.8872 24.3881 48.8522 24.5631%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M43.2896 34.4643L47.0681 60.3024C47.103 60.5123 46.9456 60.7222 46.7182 60.7222H42.6773C42.5024 60.7222 42.3624 60.5997 42.3274 60.4423L38.6714 34.4293C38.7938 34.1494 38.9338 34.1494 39.1612 34.1494H42.9222C43.0971 34.1494 43.2546 34.2894 43.2896 34.4643Z%27 fill=%27white%27/%3E%3Cpath d=%27M38.5663 34.3416L32.1113 70.0985C32.0763 70.3084 32.2338 70.5183 32.4612 70.5008H36.4496C36.6245 70.5008 36.7645 70.3784 36.7995 70.2035L43.3069 34.4466C43.3419 34.2366 43.1844 34.0442 42.957 34.0442H38.9161C38.7412 34.0442 38.6012 34.1667 38.5663 34.3416Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M33.1264 44.2783L36.7824 70.1163C36.8174 70.3262 36.66 70.5187 36.4326 70.5187H32.3917C32.2167 70.5187 32.0768 70.3962 32.0418 70.2387L28.3857 44.2432C28.5082 43.9633 28.6481 43.9634 28.8755 43.9634H32.759C32.9339 43.9634 33.0914 44.1033 33.1264 44.2783Z%27 fill=%27white%27/%3E%3Cpath d=%27M28.3854 44.2431L21.9829 80.035C21.9479 80.245 22.1053 80.4374 22.3328 80.4374H26.2337C26.4611 80.4374 26.5836 80.2974 26.6186 80.14L33.126 44.3831C33.161 44.1732 33.0035 43.9807 32.7761 43.9807H28.7352C28.5603 43.9807 28.4203 44.0857 28.3854 44.2606%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M22.8223 54.1792L26.6008 80.0172C26.6358 80.2271 26.4783 80.437 26.2509 80.437H22.21C22.0351 80.437 21.8951 80.3146 21.8602 80.1571L18.2041 54.1442C18.3266 53.8643 18.4665 53.8643 18.6939 53.8643H22.4549C22.6299 53.8643 22.7873 54.0042 22.8223 54.1792Z%27 fill=%27white%27/%3E%3Cpath d=%27M18.0814 54.1617L11.6264 89.9186C11.5915 90.1285 11.7489 90.3385 11.9763 90.321H15.9647C16.1397 90.321 16.2796 90.1985 16.3146 90.0236L22.822 54.2666C22.857 54.0567 22.6996 53.8643 22.4722 53.8643H18.4313C18.2563 53.8643 18.1164 53.9867 18.0814 54.1617Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M12.641 64.0808L16.2971 89.9188C16.3321 90.1287 16.1746 90.3212 15.9472 90.3212H11.9063C11.7314 90.3212 11.5914 90.1987 11.5565 90.0413L7.90039 64.0458C8.02284 63.7659 8.16278 63.7659 8.39019 63.7659H12.2737C12.4486 63.7659 12.606 63.9059 12.641 64.0808Z%27 fill=%27white%27/%3E%3Cpath d=%27M7.91857 64.0456L1.5161 99.8375C1.48111 100.047 1.63856 100.24 1.86597 100.24H5.76692C5.99433 100.24 6.11678 100.1 6.15177 99.9425L12.6592 64.1856C12.6942 63.9757 12.5368 63.7832 12.3093 63.7832H8.26843C8.0935 63.7832 7.95356 63.8882 7.91857 64.0631%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M2.35597 73.9819L6.13447 99.8375C6.16945 100.047 6.01202 100.257 5.78461 100.257H1.74371C1.56878 100.257 1.42883 100.135 1.39384 99.9774L-2.26221 73.9645C-2.13976 73.6846 -1.99981 73.6846 -1.7724 73.6846H1.98861C2.16354 73.6846 2.32098 73.8245 2.35597 73.9994%27 fill=%27white%27/%3E%3Cpath d=%27M134.218 -23.5809L127.816 12.211C127.781 12.4209 127.938 12.6134 128.166 12.6134H132.067C132.294 12.6134 132.417 12.4734 132.452 12.316L138.959 -23.4409C138.994 -23.6508 138.837 -23.8433 138.609 -23.8433H134.568C134.393 -23.8433 134.253 -23.7383 134.218 -23.5634%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M128.656 -13.6621L132.434 12.1935C132.469 12.4034 132.312 12.6133 132.084 12.6133H128.044C127.869 12.6133 127.729 12.4909 127.694 12.3334L124.038 -13.6796C124.16 -13.9595 124.3 -13.9595 124.527 -13.9595H128.288C128.463 -13.9595 128.621 -13.8195 128.656 -13.6446%27 fill=%27white%27/%3E%3Cpath d=%27M123.915 -13.7844L117.46 21.9725C117.425 22.1825 117.583 22.3924 117.81 22.3749H121.799C121.974 22.3749 122.114 22.2524 122.149 22.0775L128.656 -13.6794C128.691 -13.8893 128.534 -14.0818 128.306 -14.0818H124.265C124.09 -14.0818 123.95 -13.9593 123.915 -13.7844Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M118.475 -3.84773L122.131 21.9903C122.166 22.2002 122.009 22.3927 121.781 22.3927H117.74C117.565 22.3927 117.425 22.2702 117.39 22.1128L113.734 -3.88269C113.857 -4.16259 113.997 -4.1626 114.224 -4.1626H118.108C118.283 -4.1626 118.44 -4.02266 118.475 -3.84773Z%27 fill=%27white%27/%3E%3Cpath d=%27M113.751 -3.88287L107.349 31.909C107.314 32.1189 107.471 32.3114 107.698 32.3114H111.599C111.827 32.3114 111.949 32.1714 111.984 32.014L118.492 -3.74295C118.527 -3.95287 118.369 -4.14526 118.142 -4.14526H114.101C113.926 -4.14526 113.786 -4.04035 113.751 -3.86541%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M108.189 6.03704L111.967 31.8751C112.002 32.085 111.845 32.295 111.618 32.295H107.577C107.402 32.295 107.262 32.1725 107.227 32.015L103.571 6.00207C103.693 5.72217 103.833 5.72217 104.061 5.72217H107.822C107.997 5.72217 108.154 5.8621 108.189 6.03704Z%27 fill=%27white%27/%3E%3Cpath d=%27M103.431 6.01958L96.9756 41.7765C96.9406 41.9864 97.098 42.1963 97.3254 42.1788H101.314C101.489 42.1788 101.629 42.0564 101.664 41.8815L108.171 6.12454C108.206 5.91462 108.049 5.72217 107.821 5.72217H103.78C103.605 5.72217 103.466 5.84465 103.431 6.01958Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M98.0077 15.956L101.664 41.794C101.699 42.0039 101.541 42.1964 101.314 42.1964H97.273C97.0981 42.1964 96.9582 42.0739 96.9232 41.9165L93.2671 15.921C93.3895 15.6411 93.5295 15.6411 93.7569 15.6411H97.6404C97.8153 15.6411 97.9727 15.781 98.0077 15.956Z%27 fill=%27white%27/%3E%3Cpath d=%27M93.2677 15.9209L86.8652 51.7128C86.8302 51.9227 86.9877 52.1151 87.2151 52.1151H91.116C91.3434 52.1151 91.4659 51.9752 91.5009 51.8177L98.0083 16.0608C98.0433 15.8509 97.8859 15.6584 97.6584 15.6584H93.6176C93.4426 15.6584 93.3027 15.7634 93.2677 15.9384%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M87.7046 25.8395L91.4831 51.6776C91.5181 51.8875 91.3606 52.0974 91.1332 52.0974H87.0923C86.9174 52.0974 86.7775 51.975 86.7425 51.8175L83.0864 25.8046C83.2089 25.5247 83.3488 25.5247 83.5762 25.5247H87.3372C87.5122 25.5247 87.6696 25.6646 87.7046 25.8395Z%27 fill=%27white%27/%3E%3Cpath d=%27M82.9642 25.7347L76.5093 61.4916C76.4743 61.7016 76.6317 61.9115 76.8591 61.894H80.8475C81.0225 61.894 81.1624 61.7715 81.1974 61.5966L87.7048 25.8397C87.7398 25.6298 87.5824 25.4198 87.355 25.4373H83.3141C83.1391 25.4373 82.9992 25.5598 82.9642 25.7347Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M77.5404 35.6535L81.1965 61.4916C81.2315 61.7015 81.074 61.8939 80.8466 61.8939H76.8057C76.6308 61.8939 76.4908 61.7715 76.4559 61.614L72.7998 35.6185C72.9223 35.3386 73.0622 35.3386 73.2896 35.3386H77.1731C77.348 35.3386 77.5055 35.4786 77.5404 35.6535Z%27 fill=%27white%27/%3E%3Cpath d=%27M72.8004 35.6362L66.3979 71.4281C66.3629 71.638 66.5204 71.8304 66.7478 71.8304H70.6488C70.8762 71.8304 70.9986 71.6905 71.0336 71.533L77.541 35.7761C77.576 35.5662 77.4186 35.3738 77.1912 35.3738H73.1503C72.9753 35.3738 72.8354 35.4787 72.8004 35.6537%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M67.2373 45.5549L71.0158 71.3929C71.0508 71.6029 70.8934 71.8128 70.666 71.8128H66.6251C66.4501 71.8128 66.3102 71.6903 66.2752 71.5329L62.6191 45.5199C62.7416 45.24 62.8815 45.24 63.109 45.24H66.87C67.0449 45.24 67.2023 45.3799 67.2373 45.5549Z%27 fill=%27white%27/%3E%3Cpath d=%27M62.5145 45.52L56.0596 81.2769C56.0246 81.4869 56.182 81.6968 56.4094 81.6793H60.3978C60.5728 81.6793 60.7127 81.5568 60.7477 81.3819L67.2551 45.625C67.2901 45.4151 67.1327 45.2227 66.9053 45.2227H62.8644C62.6894 45.2227 62.5495 45.3451 62.5145 45.52Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M57.0741 55.456L60.7302 81.2941C60.7652 81.504 60.6077 81.6964 60.3803 81.6964H56.3394C56.1645 81.6964 56.0245 81.5739 55.9895 81.4165L52.3335 55.421C52.4559 55.1411 52.5959 55.1411 52.8233 55.1411H56.7068C56.8817 55.1411 57.0391 55.281 57.0741 55.456Z%27 fill=%27white%27/%3E%3Cpath d=%27M52.3331 55.4216L45.9306 91.2135C45.8957 91.4234 46.0531 91.6158 46.2805 91.6158H50.1815C50.4089 91.6158 50.5313 91.4759 50.5663 91.3184L57.0737 55.5615C57.1087 55.3516 56.9513 55.1592 56.7239 55.1592H52.683C52.508 55.1592 52.3681 55.2641 52.3331 55.4391%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M46.771 65.3401L50.5495 91.1781C50.5845 91.388 50.4271 91.5979 50.1996 91.5979H46.1588C45.9838 91.5979 45.8439 91.4755 45.8089 91.318L42.1528 65.3051C42.2753 65.0252 42.4152 65.0251 42.6426 65.0251H46.4037C46.5786 65.0251 46.736 65.1651 46.771 65.3401Z%27 fill=%27white%27/%3E%3Cpath d=%27M42.0477 65.2358L35.5928 100.993C35.5578 101.203 35.7152 101.413 35.9426 101.395H39.931C40.106 101.395 40.2459 101.273 40.2809 101.098L46.7883 65.3408C46.8233 65.1309 46.6659 64.9385 46.4385 64.9385H42.3976C42.2226 64.9385 42.0827 65.0609 42.0477 65.2358Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M36.6073 75.1542L40.2634 100.992C40.2984 101.202 40.1409 101.395 39.9135 101.395H35.8726C35.6977 101.395 35.5577 101.272 35.5227 101.115L31.8667 75.1193C31.9892 74.8394 32.1291 74.8394 32.3565 74.8394H36.24C36.4149 74.8394 36.5723 74.9793 36.6073 75.1542Z%27 fill=%27white%27/%3E%3Cpath d=%27M31.8663 75.1369L25.4639 110.929C25.4289 111.139 25.5863 111.331 25.8137 111.331H29.7147C29.9421 111.331 30.0645 111.191 30.0995 111.034L36.607 75.2769C36.6419 75.067 36.4845 74.8745 36.2571 74.8745H32.2162C32.0413 74.8745 31.9013 74.9795 31.8663 75.1544%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M26.3037 85.0554L30.0822 110.893C30.1172 111.103 29.9598 111.313 29.7324 111.313H25.6915C25.5165 111.313 25.3766 111.191 25.3416 111.033L21.6855 85.0204C21.808 84.7405 21.9479 84.7405 22.1754 84.7405H25.9364C26.1113 84.7405 26.2687 84.8804 26.3037 85.0554Z%27 fill=%27white%27/%3E%3Cpath d=%27M21.5633 85.0378L15.1084 120.795C15.0734 121.005 15.2308 121.215 15.4582 121.197H19.4467C19.6216 121.197 19.7615 121.075 19.7965 120.9L26.304 85.1428C26.3389 84.9329 26.1815 84.7405 25.9541 84.7405H21.9132C21.7383 84.7405 21.5983 84.8629 21.5633 85.0378Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M16.1225 94.9567L19.7785 120.795C19.8135 121.005 19.6561 121.197 19.4287 121.197H15.3878C15.2128 121.197 15.0729 121.075 15.0379 120.917L11.3818 94.9217C11.5043 94.6418 11.6442 94.6418 11.8717 94.6418H15.7551C15.93 94.6418 16.0875 94.7818 16.1225 94.9567Z%27 fill=%27white%27/%3E%3Cpath d=%27M11.3995 94.9394L4.99705 130.731C4.96207 130.941 5.1195 131.134 5.34691 131.134H9.24787C9.47529 131.134 9.59773 130.994 9.63271 130.836L16.1401 95.0794C16.1751 94.8695 16.0177 94.677 15.7903 94.677H11.7494C11.5745 94.677 11.4345 94.782 11.3995 94.9569%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M5.83643 104.858L9.61495 130.696C9.64993 130.906 9.49249 131.116 9.26508 131.116H5.22418C5.04925 131.116 4.90931 130.993 4.87432 130.836L1.21826 104.823C1.34071 104.543 1.48066 104.543 1.70807 104.543H5.46908C5.64401 104.543 5.80145 104.683 5.83643 104.858Z%27 fill=%27white%27/%3E%3Cpath d=%27M1.09605 104.736L-5.3589 140.493C-5.39389 140.703 -5.23644 140.913 -5.00903 140.895H-1.02061C-0.845681 140.895 -0.705741 140.773 -0.670755 140.598L5.83668 104.841C5.87166 104.631 5.71423 104.438 5.48682 104.438H1.44592C1.27099 104.438 1.13104 104.561 1.09605 104.736Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M168.61 -24.3156L162.155 11.4412C162.12 11.6512 162.277 11.8611 162.505 11.8436H166.493C166.668 11.8436 166.808 11.7212 166.843 11.5463L173.35 -24.2107C173.385 -24.4206 173.228 -24.613 173 -24.613H168.96C168.785 -24.613 168.645 -24.4906 168.61 -24.3156Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M163.187 -14.3965L166.843 11.4591C166.878 11.669 166.721 11.8614 166.493 11.8614H162.452C162.277 11.8614 162.137 11.739 162.102 11.5815L158.446 -14.414C158.569 -14.6939 158.709 -14.6938 158.936 -14.6938H162.82C162.994 -14.6938 163.152 -14.5539 163.187 -14.379%27 fill=%27white%27/%3E%3Cpath d=%27M158.446 -14.4315L152.044 21.3604C152.009 21.5704 152.166 21.7628 152.394 21.7628H156.295C156.522 21.7628 156.645 21.6228 156.68 21.4654L163.187 -14.2915C163.222 -14.5015 163.065 -14.6938 162.837 -14.6938H158.796C158.621 -14.6938 158.481 -14.5889 158.446 -14.414%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M152.883 -4.49543L156.661 21.3426C156.696 21.5525 156.539 21.7625 156.311 21.7625H152.271C152.096 21.7625 151.956 21.64 151.921 21.4826L148.265 -4.5304C148.387 -4.8103 148.527 -4.8103 148.754 -4.8103H152.515C152.69 -4.8103 152.848 -4.67037 152.883 -4.49543Z%27 fill=%27white%27/%3E%3Cpath d=%27M148.161 -4.53022L141.706 31.2267C141.671 31.4366 141.828 31.6465 142.055 31.629H146.044C146.219 31.629 146.359 31.5066 146.394 31.3317L152.901 -4.42526C152.936 -4.63519 152.779 -4.82764 152.551 -4.82764H148.51C148.335 -4.82764 148.195 -4.70516 148.161 -4.53022Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M142.72 5.40765L146.376 31.2457C146.411 31.4556 146.254 31.648 146.026 31.648H141.985C141.81 31.648 141.671 31.5256 141.636 31.3681L137.979 5.37262C138.102 5.09273 138.242 5.09277 138.469 5.09277H142.353C142.528 5.09277 142.685 5.23271 142.72 5.40765Z%27 fill=%27white%27/%3E%3Cpath d=%27M137.98 5.37226L131.577 41.1642C131.542 41.3741 131.7 41.5665 131.927 41.5665H135.828C136.055 41.5665 136.178 41.4266 136.213 41.2692L142.72 5.51224C142.755 5.30231 142.598 5.10986 142.37 5.10986H138.329C138.155 5.10986 138.015 5.21483 137.98 5.38977%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M132.417 15.2909L136.196 41.129C136.231 41.3389 136.073 41.5489 135.846 41.5489H131.805C131.63 41.5489 131.49 41.4264 131.455 41.269L127.799 15.256C127.921 14.9761 128.061 14.9761 128.289 14.9761H132.05C132.225 14.9761 132.382 15.116 132.417 15.2909Z%27 fill=%27white%27/%3E%3Cpath d=%27M127.694 15.1858L121.239 50.9428C121.204 51.1527 121.361 51.3626 121.589 51.3451H125.577C125.752 51.3451 125.892 51.2227 125.927 51.0477L132.434 15.2908C132.469 15.0809 132.312 14.8884 132.084 14.8884H128.044C127.869 14.8884 127.729 15.0109 127.694 15.1858Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M122.253 25.105L125.909 50.943C125.944 51.1529 125.787 51.3454 125.56 51.3454H121.519C121.344 51.3454 121.204 51.2229 121.169 51.0655L117.513 25.0699C117.635 24.79 117.775 24.79 118.002 24.79H121.886C122.061 24.79 122.218 24.93 122.253 25.105Z%27 fill=%27white%27/%3E%3Cpath d=%27M117.512 25.07L111.11 60.8619C111.075 61.0718 111.232 61.2643 111.46 61.2643H115.361C115.588 61.2643 115.711 61.1244 115.746 60.9669L122.253 25.21C122.288 25.0001 122.13 24.8076 121.903 24.8076H117.862C117.687 24.8076 117.547 24.9126 117.512 25.0875%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M111.95 35.0063L115.728 60.8444C115.763 61.0543 115.606 61.2642 115.378 61.2642H111.337C111.163 61.2642 111.023 61.1417 110.988 60.9843L107.332 34.9713C107.454 34.6914 107.594 34.6914 107.821 34.6914H111.582C111.757 34.6914 111.915 34.8313 111.95 35.0063Z%27 fill=%27white%27/%3E%3Cpath d=%27M107.209 34.9888L100.754 70.7457C100.719 70.9557 100.876 71.1656 101.104 71.1481H105.092C105.267 71.1481 105.407 71.0256 105.442 70.8507L111.949 35.0938C111.984 34.8839 111.827 34.6914 111.6 34.6914H107.559C107.384 34.6914 107.244 34.8139 107.209 34.9888Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M101.769 44.9081L105.425 70.7462C105.46 70.9561 105.303 71.1485 105.075 71.1485H101.034C100.859 71.1485 100.719 71.0261 100.684 70.8686L97.0283 44.8732C97.1508 44.5933 97.2907 44.5933 97.5181 44.5933H101.402C101.577 44.5933 101.734 44.7332 101.769 44.9081Z%27 fill=%27white%27/%3E%3Cpath d=%27M97.0455 44.8725L90.6431 80.6644C90.6081 80.8743 90.7655 81.0668 90.9929 81.0668H94.8939C95.1213 81.0668 95.2437 80.9268 95.2787 80.7693L101.786 45.0124C101.821 44.8025 101.664 44.6101 101.436 44.6101H97.3954C97.2205 44.6101 97.0805 44.7151 97.0455 44.89%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M91.4829 54.8095L95.2614 80.6476C95.2964 80.8575 95.139 81.0674 94.9115 81.0674H90.8707C90.6957 81.0674 90.5558 80.945 90.5208 80.7875L86.8647 54.7745C86.9872 54.4946 87.1271 54.4946 87.3546 54.4946H91.1156C91.2905 54.4946 91.4479 54.6346 91.4829 54.8095Z%27 fill=%27white%27/%3E%3Cpath d=%27M86.742 54.6868L80.2871 90.4437C80.2521 90.6536 80.4095 90.8636 80.637 90.8461H84.6254C84.8003 90.8461 84.9403 90.7236 84.9753 90.5486L91.4827 54.7917C91.5177 54.5818 91.3602 54.3894 91.1328 54.3894H87.0919C86.917 54.3894 86.777 54.5118 86.742 54.6868Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M81.3197 64.6055L84.9758 90.4611C85.0108 90.671 84.8533 90.8634 84.6259 90.8634H80.585C80.4101 90.8634 80.2701 90.741 80.2351 90.5835L76.5791 64.588C76.7016 64.3081 76.8415 64.3081 77.0689 64.3081H80.9524C81.1273 64.3081 81.2848 64.4481 81.3197 64.623%27 fill=%27white%27/%3E%3Cpath d=%27M76.5792 64.5883L70.1767 100.38C70.1418 100.59 70.2992 100.783 70.5266 100.783H74.4276C74.655 100.783 74.7774 100.643 74.8124 100.485L81.3199 64.7283C81.3548 64.5184 81.1974 64.3259 80.97 64.3259H76.9291C76.7541 64.3259 76.6142 64.4309 76.5792 64.6058%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M71.0161 74.5068L74.7946 100.345C74.8296 100.555 74.6722 100.765 74.4448 100.765H70.4039C70.2289 100.765 70.089 100.642 70.054 100.485L66.3979 74.4717C66.5204 74.1918 66.6603 74.1919 66.8878 74.1919H70.6488C70.8237 74.1919 70.9811 74.3318 71.0161 74.5068Z%27 fill=%27white%27/%3E%3Cpath d=%27M66.2757 74.4893L59.8208 110.246C59.7858 110.456 59.9432 110.666 60.1707 110.649H64.1591C64.334 110.649 64.4739 110.526 64.5089 110.351L71.0163 74.5942C71.0513 74.3843 70.8939 74.1919 70.6665 74.1919H66.6256C66.4507 74.1919 66.3107 74.3143 66.2757 74.4893Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M60.8524 84.4082L64.5085 110.246C64.5435 110.456 64.386 110.649 64.1586 110.649H60.1177C59.9428 110.649 59.8029 110.526 59.7679 110.369L56.1118 84.3732C56.2343 84.0933 56.3742 84.0933 56.6016 84.0933H60.4851C60.66 84.0933 60.8175 84.2333 60.8524 84.4082Z%27 fill=%27white%27/%3E%3Cpath d=%27M56.1119 84.3908L49.7095 120.183C49.6745 120.393 49.8319 120.585 50.0593 120.585H53.9603C54.1877 120.585 54.3101 120.445 54.3451 120.288L60.8526 84.5307C60.8875 84.3208 60.7301 84.1284 60.5027 84.1284H56.4618C56.2869 84.1284 56.1469 84.2334 56.1119 84.4083%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M50.5489 94.3099L54.3273 120.165C54.3623 120.375 54.2049 120.585 53.9775 120.585H49.9366C49.7617 120.585 49.6217 120.463 49.5867 120.305L45.9307 94.2924C46.0531 94.0125 46.1931 94.0125 46.4205 94.0125H50.1815C50.3564 94.0125 50.5139 94.1524 50.5489 94.3273%27 fill=%27white%27/%3E%3Cpath d=%27M45.826 94.1871L39.3711 129.944C39.3361 130.154 39.4935 130.364 39.7209 130.346H43.7094C43.8843 130.346 44.0242 130.206 44.0592 130.049L50.5667 94.292C50.6016 94.0821 50.4442 93.8896 50.2168 93.8896H46.1759C46.001 93.8896 45.861 94.0121 45.826 94.1871Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M40.3856 104.106L44.0417 129.944C44.0767 130.154 43.9192 130.347 43.6918 130.347H39.6509C39.476 130.347 39.3361 130.224 39.3011 130.067L35.645 104.071C35.7675 103.791 35.9074 103.791 36.1348 103.791H40.0183C40.1932 103.791 40.3507 103.931 40.3856 104.106Z%27 fill=%27white%27/%3E%3Cpath d=%27M35.6451 104.089L29.2427 139.881C29.2077 140.091 29.3651 140.283 29.5925 140.283H33.4935C33.7209 140.283 33.8433 140.143 33.8783 139.986L40.3857 104.229C40.4207 104.019 40.2633 103.826 40.0359 103.826H35.995C35.8201 103.826 35.6801 103.931 35.6451 104.106%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M30.082 114.007L33.8606 139.846C33.8955 140.056 33.7381 140.265 33.5107 140.265H29.4698C29.2949 140.265 29.1549 140.143 29.1199 139.986L25.4639 113.973C25.5863 113.693 25.7263 113.693 25.9537 113.693H29.7147C29.8896 113.693 30.0471 113.833 30.082 114.007Z%27 fill=%27white%27/%3E%3Cpath d=%27M25.3417 113.99L18.8867 149.747C18.8517 149.957 19.0092 150.167 19.2366 150.149H23.225C23.3999 150.149 23.5399 150.009 23.5749 149.852L30.0823 114.095C30.1173 113.885 29.9598 113.693 29.7324 113.693H25.6915C25.5166 113.693 25.3766 113.815 25.3417 113.99Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M19.9018 123.927L23.5578 149.782C23.5928 149.992 23.4354 150.184 23.2079 150.184H19.1671C18.9921 150.184 18.8522 150.062 18.8172 149.905L15.1611 123.909C15.2836 123.629 15.4235 123.629 15.6509 123.629H19.5344C19.7093 123.629 19.8668 123.769 19.9018 123.944%27 fill=%27white%27/%3E%3Cpath d=%27M15.1779 123.892L8.77537 159.683C8.74039 159.893 8.89783 160.086 9.12524 160.086H13.0262C13.2536 160.086 13.3761 159.946 13.411 159.788L19.9185 124.032C19.9535 123.822 19.796 123.629 19.5686 123.629H15.5277C15.3528 123.629 15.2128 123.734 15.1779 123.909%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M9.61573 133.81L13.3942 159.665C13.4292 159.875 13.2718 160.085 13.0444 160.085H9.00348C8.82855 160.085 8.68859 159.963 8.65361 159.805L4.99756 133.792C5.12001 133.512 5.25995 133.512 5.48736 133.512H9.24838C9.42331 133.512 9.58075 133.652 9.61573 133.827%27 fill=%27white%27/%3E%3Cpath d=%27M4.87437 133.706L-1.58058 169.463C-1.61557 169.673 -1.45814 169.883 -1.23073 169.865H2.75771C2.93264 169.865 3.07258 169.743 3.10757 169.568L9.615 133.811C9.64998 133.601 9.49254 133.408 9.26513 133.408H5.22423C5.0493 133.408 4.90936 133.531 4.87437 133.706Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M203.159 -24.981L196.756 10.8109C196.721 11.0208 196.879 11.2133 197.106 11.2133H201.007C201.235 11.2133 201.357 11.0733 201.392 10.9159L207.899 -24.841C207.934 -25.051 207.777 -25.2434 207.55 -25.2434H203.509C203.334 -25.2434 203.194 -25.1384 203.159 -24.9635%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M197.596 -15.0615L201.374 10.794C201.409 11.0039 201.252 11.2139 201.024 11.2139H196.983C196.809 11.2139 196.669 11.0914 196.634 10.934L192.978 -15.079C193.1 -15.3589 193.24 -15.3589 193.467 -15.3589H197.228C197.403 -15.3589 197.561 -15.219 197.596 -15.044%27 fill=%27white%27/%3E%3Cpath d=%27M192.855 -15.061L186.4 20.6959C186.365 20.9059 186.523 21.1158 186.75 21.0983H190.739C190.914 21.0983 191.054 20.9758 191.089 20.8009L197.596 -14.956C197.631 -15.166 197.473 -15.3758 197.246 -15.3584H193.205C193.03 -15.3584 192.89 -15.2359 192.855 -15.061Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M187.415 -5.14216L191.071 20.6959C191.106 20.9058 190.949 21.0982 190.721 21.0982H186.68C186.505 21.0982 186.365 20.9758 186.33 20.8183L182.674 -5.17718C182.797 -5.45708 182.937 -5.45703 183.164 -5.45703H187.048C187.223 -5.45703 187.38 -5.3171 187.415 -5.14216Z%27 fill=%27white%27/%3E%3Cpath d=%27M182.692 -5.1773L176.29 30.6146C176.255 30.8246 176.412 31.017 176.639 31.017H180.54C180.768 31.017 180.89 30.877 180.925 30.7196L187.433 -5.03733C187.468 -5.24725 187.293 -5.4397 187.083 -5.4397H183.042C182.867 -5.4397 182.727 -5.33473 182.692 -5.15979%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M177.129 4.75853L180.908 30.5966C180.943 30.8065 180.785 31.0164 180.558 31.0164H176.517C176.342 31.0164 176.202 30.8939 176.167 30.7365L172.511 4.72351C172.634 4.44361 172.774 4.4436 173.001 4.4436H176.762C176.937 4.4436 177.094 4.58359 177.129 4.75853Z%27 fill=%27white%27/%3E%3Cpath d=%27M172.388 4.63604L165.933 40.393C165.898 40.6029 166.056 40.8128 166.283 40.7953H170.271C170.446 40.7953 170.586 40.6729 170.621 40.4979L177.129 4.741C177.164 4.53107 177.006 4.33862 176.779 4.33862H172.738C172.563 4.33862 172.423 4.4611 172.388 4.63604Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M166.966 14.5566L170.622 40.3947C170.657 40.6046 170.499 40.797 170.272 40.797H166.231C166.056 40.797 165.916 40.6746 165.881 40.5171L162.225 14.5216C162.348 14.2417 162.487 14.2417 162.715 14.2417H166.598C166.773 14.2417 166.931 14.3816 166.966 14.5566Z%27 fill=%27white%27/%3E%3Cpath d=%27M162.225 14.5392L155.822 50.3311C155.787 50.5411 155.945 50.7335 156.172 50.7335H160.073C160.3 50.7335 160.423 50.5935 160.458 50.4361L166.965 14.6792C167 14.4693 166.825 14.2769 166.615 14.2769H162.575C162.4 14.2769 162.26 14.3818 162.225 14.5567%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M156.663 24.4577L160.441 50.2958C160.476 50.5057 160.319 50.7156 160.091 50.7156H156.05C155.875 50.7156 155.735 50.5931 155.7 50.4357L152.044 24.4227C152.167 24.1428 152.307 24.1428 152.534 24.1428H156.295C156.47 24.1428 156.628 24.2828 156.663 24.4577Z%27 fill=%27white%27/%3E%3Cpath d=%27M151.922 24.4402L145.467 60.1972C145.432 60.4071 145.589 60.617 145.817 60.5995H149.805C149.98 60.5995 150.12 60.4771 150.155 60.3021L156.662 24.5452C156.697 24.3353 156.54 24.1428 156.312 24.1428H152.272C152.097 24.1428 151.957 24.2653 151.922 24.4402Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M146.499 34.3591L150.155 60.1971C150.19 60.4071 150.033 60.5995 149.805 60.5995H145.764C145.589 60.5995 145.449 60.477 145.414 60.3196L141.758 34.3241C141.881 34.0442 142.021 34.0442 142.248 34.0442H146.132C146.307 34.0442 146.464 34.1841 146.499 34.3591Z%27 fill=%27white%27/%3E%3Cpath d=%27M141.758 34.3239L135.355 70.1158C135.32 70.3257 135.478 70.5182 135.705 70.5182H139.606C139.834 70.5182 139.956 70.3782 139.991 70.2208L146.499 34.4638C146.534 34.2539 146.376 34.0615 146.149 34.0615H142.108C141.933 34.0615 141.793 34.1665 141.758 34.3414%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M136.195 44.2604L139.973 70.0985C140.008 70.3084 139.851 70.5183 139.623 70.5183H135.583C135.408 70.5183 135.268 70.3959 135.233 70.2384L131.577 44.2255C131.699 43.9456 131.839 43.9456 132.066 43.9456H135.827C136.002 43.9456 136.16 44.0855 136.195 44.2604Z%27 fill=%27white%27/%3E%3Cpath d=%27M131.472 44.1382L125.017 79.8951C124.982 80.105 125.14 80.315 125.367 80.2975H129.355C129.53 80.2975 129.67 80.175 129.705 80.0001L136.213 44.2431C136.248 44.0332 136.09 43.8408 135.863 43.8408H131.822C131.647 43.8408 131.507 43.9632 131.472 44.1382Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M126.032 54.0571L129.688 79.8951C129.723 80.105 129.566 80.2975 129.338 80.2975H125.297C125.123 80.2975 124.983 80.175 124.948 80.0176L121.292 54.0221C121.414 53.7422 121.554 53.7422 121.781 53.7422H125.665C125.84 53.7422 125.997 53.8821 126.032 54.0571Z%27 fill=%27white%27/%3E%3Cpath d=%27M121.292 54.0392L114.889 89.8312C114.854 90.0411 115.012 90.2335 115.239 90.2335H119.14C119.367 90.2335 119.49 90.0936 119.525 89.9361L126.032 54.1792C126.067 53.9693 125.91 53.7769 125.682 53.7769H121.641C121.467 53.7769 121.327 53.8818 121.292 54.0568%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M115.728 63.9584L119.507 89.7965C119.542 90.0064 119.384 90.2163 119.157 90.2163H115.116C114.941 90.2163 114.801 90.0939 114.766 89.9364L111.11 63.9234C111.232 63.6435 111.372 63.6436 111.6 63.6436H115.361C115.536 63.6436 115.693 63.7835 115.728 63.9584Z%27 fill=%27white%27/%3E%3Cpath d=%27M110.988 63.9409L104.533 99.6978C104.498 99.9078 104.655 100.118 104.883 100.1H108.871C109.046 100.1 109.186 99.9777 109.221 99.8028L115.728 64.0459C115.763 63.836 115.606 63.6436 115.378 63.6436H111.338C111.163 63.6436 111.023 63.766 110.988 63.9409Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M105.547 73.8594L109.203 99.715C109.238 99.9249 109.081 100.117 108.853 100.117H104.813C104.638 100.117 104.498 99.9948 104.463 99.8374L100.807 73.8419C100.929 73.562 101.069 73.562 101.296 73.562H105.18C105.355 73.562 105.512 73.7019 105.547 73.8769%27 fill=%27white%27/%3E%3Cpath d=%27M100.824 73.8425L94.4219 109.634C94.3869 109.844 94.5443 110.037 94.7717 110.037H98.6727C98.9001 110.037 99.0226 109.897 99.0575 109.739L105.565 73.9824C105.6 73.7725 105.442 73.5801 105.215 73.5801H101.174C100.999 73.5801 100.859 73.685 100.824 73.86%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M95.2617 83.761L99.0402 109.599C99.0752 109.809 98.9178 110.019 98.6904 110.019H94.6495C94.4746 110.019 94.3346 109.896 94.2996 109.739L90.6436 83.7259C90.766 83.4461 90.9059 83.446 91.1334 83.446H94.8944C95.0693 83.446 95.2267 83.586 95.2617 83.761Z%27 fill=%27white%27/%3E%3Cpath d=%27M90.5213 83.6385L84.0664 119.395C84.0314 119.605 84.1888 119.815 84.4162 119.798H88.4047C88.5796 119.798 88.7196 119.675 88.7546 119.5L95.262 83.7434C95.2969 83.5335 95.1395 83.3411 94.9121 83.3411H90.8712C90.6963 83.3411 90.5563 83.4635 90.5213 83.6385Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M85.081 93.5751L88.737 119.413C88.772 119.623 88.6146 119.816 88.3872 119.816H84.3463C84.1713 119.816 84.0314 119.693 83.9964 119.536L80.3403 93.5402C80.4628 93.2603 80.6027 93.2603 80.8301 93.2603H84.7136C84.8885 93.2603 85.046 93.4002 85.081 93.5751Z%27 fill=%27white%27/%3E%3Cpath d=%27M80.3575 93.5403L73.9551 129.332C73.9201 129.542 74.0775 129.735 74.3049 129.735H78.2059C78.4333 129.735 78.5557 129.595 78.5907 129.437L85.0981 93.6802C85.1331 93.4703 84.9757 93.2778 84.7483 93.2778H80.7074C80.5325 93.2778 80.3925 93.3828 80.3575 93.5577%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M74.7944 103.459L78.573 129.297C78.6079 129.507 78.4505 129.717 78.2231 129.717H74.1822C74.0073 129.717 73.8673 129.594 73.8323 129.437L70.1763 103.424C70.2987 103.144 70.4387 103.144 70.6661 103.144H74.4271C74.602 103.144 74.7595 103.284 74.7944 103.459Z%27 fill=%27white%27/%3E%3Cpath d=%27M70.0536 103.441L63.5986 139.198C63.5636 139.408 63.7211 139.618 63.9485 139.601H67.9369C68.1118 139.601 68.2518 139.478 68.2868 139.303L74.7942 103.546C74.8292 103.336 74.6717 103.144 74.4443 103.144H70.4034C70.2285 103.144 70.0886 103.267 70.0536 103.441Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M64.6308 113.361L68.2868 139.199C68.3218 139.409 68.1644 139.601 67.937 139.601H63.8961C63.7211 139.601 63.5812 139.479 63.5462 139.321L59.8901 113.326C60.0126 113.046 60.1525 113.046 60.3799 113.046H64.2634C64.4383 113.046 64.5958 113.186 64.6308 113.361Z%27 fill=%27white%27/%3E%3Cpath d=%27M59.8907 113.343L53.4883 149.135C53.4533 149.345 53.6107 149.537 53.8381 149.537H57.7391C57.9665 149.537 58.0889 149.397 58.1239 149.24L64.6314 113.483C64.6663 113.273 64.4914 113.081 64.2815 113.081H60.2406C60.0657 113.081 59.9257 113.186 59.8907 113.36%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M54.3272 123.261L58.1057 149.117C58.1407 149.327 57.9832 149.537 57.7558 149.537H53.7149C53.54 149.537 53.4 149.414 53.365 149.257L49.709 123.244C49.8314 122.964 49.9714 122.964 50.1988 122.964H53.9598C54.1347 122.964 54.2922 123.104 54.3272 123.279%27 fill=%27white%27/%3E%3Cpath d=%27M49.5868 123.139L43.1318 158.896C43.0968 159.106 43.2543 159.316 43.4817 159.298H47.4701C47.645 159.298 47.785 159.158 47.82 159.001L54.3274 123.244C54.3624 123.034 54.205 122.842 53.9775 122.842H49.9366C49.7617 122.842 49.6218 122.964 49.5868 123.139Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M44.164 133.076L47.82 158.914C47.855 159.124 47.6976 159.316 47.4702 159.316H43.4293C43.2543 159.316 43.1144 159.194 43.0794 159.036L39.4233 133.041C39.5458 132.761 39.6857 132.761 39.9131 132.761H43.7966C43.9715 132.761 44.129 132.901 44.164 133.076Z%27 fill=%27white%27/%3E%3Cpath d=%27M39.4239 133.04L33.0215 168.832C32.9865 169.042 33.1439 169.235 33.3713 169.235H37.2723C37.4997 169.235 37.6222 169.095 37.6571 168.937L44.1646 133.18C44.1996 132.971 44.0421 132.778 43.8147 132.778H39.7738C39.5989 132.778 39.4589 132.883 39.4239 133.058%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M33.8608 142.977L37.6393 168.815C37.6743 169.025 37.5169 169.235 37.2895 169.235H33.2486C33.0737 169.235 32.9337 169.112 32.8987 168.955L29.2427 142.942C29.3651 142.662 29.5051 142.662 29.7325 142.662H33.4935C33.6684 142.662 33.8259 142.802 33.8608 142.977Z%27 fill=%27white%27/%3E%3Cpath d=%27M29.12 142.96L22.665 178.716C22.63 178.926 22.7875 179.136 23.0149 179.119H27.0033C27.1782 179.119 27.3182 178.996 27.3532 178.821L33.8606 143.064C33.8956 142.855 33.7381 142.662 33.5107 142.662H29.4698C29.2949 142.662 29.155 142.785 29.12 142.96Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M23.6796 152.878L27.3356 178.716C27.3706 178.926 27.2132 179.119 26.9858 179.119H22.9449C22.7699 179.119 22.63 178.996 22.595 178.839L18.939 152.843C19.0614 152.563 19.2014 152.563 19.4288 152.563H23.3122C23.4872 152.563 23.6446 152.703 23.6796 152.878Z%27 fill=%27white%27/%3E%3Cpath d=%27M18.9391 152.843L12.5366 188.635C12.5016 188.845 12.6591 189.037 12.8865 189.037H16.7874C17.0148 189.037 17.1373 188.897 17.1723 188.74L23.6797 152.983C23.7147 152.773 23.5572 152.581 23.3298 152.581H19.2889C19.114 152.581 18.9741 152.686 18.9391 152.86%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M13.3941 162.78L17.1726 188.618C17.2076 188.828 17.0501 189.038 16.8227 189.038H12.7818C12.6069 189.038 12.4669 188.915 12.4319 188.758L8.77588 162.745C8.89833 162.465 9.03827 162.465 9.26568 162.465H13.0267C13.2016 162.465 13.3591 162.605 13.3941 162.78Z%27 fill=%27white%27/%3E%3Cpath d=%27M8.65318 162.657L2.19823 198.414C2.16324 198.624 2.32069 198.834 2.5481 198.816H6.53652C6.71145 198.816 6.85139 198.694 6.88637 198.519L13.3938 162.762C13.4288 162.552 13.2714 162.359 13.0439 162.359H9.00305C8.82812 162.359 8.68817 162.482 8.65318 162.657Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M3.21328 172.576L6.86934 198.414C6.90433 198.624 6.74688 198.816 6.51947 198.816H2.47857C2.30364 198.816 2.1637 198.694 2.12872 198.536L-1.52734 172.541C-1.40489 172.261 -1.26495 172.261 -1.03754 172.261H2.84593C3.02086 172.261 3.17829 172.401 3.21328 172.576Z%27 fill=%27white%27/%3E%3Cpath d=%27M237.446 -25.7324L230.991 10.0245C230.956 10.2344 231.113 10.4444 231.341 10.4269H235.329C235.504 10.4269 235.644 10.3044 235.679 10.1295L242.186 -25.6274C242.221 -25.8373 242.064 -26.0298 241.836 -26.0298H237.796C237.621 -26.0298 237.481 -25.9074 237.446 -25.7324Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M232.022 -15.8135L235.678 10.0245C235.713 10.2344 235.555 10.4269 235.328 10.4269H231.287C231.112 10.4269 230.972 10.3044 230.937 10.147L227.281 -15.8485C227.404 -16.1284 227.544 -16.1284 227.771 -16.1284H231.655C231.829 -16.1284 231.987 -15.9885 232.022 -15.8135Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.282 -15.8494L220.879 19.9425C220.844 20.1524 221.002 20.3449 221.229 20.3449H225.13C225.358 20.3449 225.48 20.2049 225.515 20.0475L232.022 -15.7094C232.057 -15.9194 231.883 -16.1118 231.673 -16.1118H227.632C227.457 -16.1118 227.317 -16.0068 227.282 -15.8319%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M221.719 -5.91242L225.497 19.9256C225.532 20.1355 225.375 20.3455 225.147 20.3455H221.106C220.932 20.3455 220.792 20.223 220.757 20.0656L217.101 -5.94739C217.223 -6.22729 217.363 -6.22729 217.59 -6.22729H221.351C221.526 -6.22729 221.684 -6.08736 221.719 -5.91242Z%27 fill=%27white%27/%3E%3Cpath d=%27M216.978 -6.03491L210.523 29.722C210.488 29.9319 210.646 30.1419 210.873 30.1244H214.862C215.037 30.1244 215.177 30.0019 215.212 29.827L221.719 -5.92996C221.754 -6.13988 221.597 -6.33228 221.369 -6.33228H217.328C217.153 -6.33228 217.013 -6.20985 216.978 -6.03491Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M211.555 3.88451L215.211 29.7225C215.246 29.9325 215.089 30.1249 214.861 30.1249H210.82C210.645 30.1249 210.505 30.0024 210.471 29.845L206.814 3.84948C206.937 3.56959 207.077 3.56958 207.304 3.56958H211.188C211.363 3.56958 211.52 3.70957 211.555 3.88451Z%27 fill=%27white%27/%3E%3Cpath d=%27M206.815 3.86664L200.412 39.6585C200.377 39.8685 200.535 40.0609 200.762 40.0609H204.663C204.89 40.0609 205.013 39.9209 205.048 39.7635L211.555 4.00657C211.59 3.79664 211.415 3.60425 211.205 3.60425H207.164C206.989 3.60425 206.85 3.70922 206.815 3.88415%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M201.252 13.7864L205.031 39.6244C205.066 39.8343 204.908 40.0442 204.681 40.0442H200.64C200.465 40.0442 200.325 39.9218 200.29 39.7643L196.634 13.7513C196.757 13.4714 196.897 13.4714 197.124 13.4714H200.885C201.06 13.4714 201.217 13.6114 201.252 13.7864Z%27 fill=%27white%27/%3E%3Cpath d=%27M196.511 13.7689L190.056 49.5258C190.021 49.7357 190.178 49.9456 190.406 49.9281H194.394C194.569 49.9281 194.709 49.8057 194.744 49.6307L201.251 13.8738C201.286 13.6639 201.129 13.4714 200.901 13.4714H196.86C196.686 13.4714 196.546 13.5939 196.511 13.7689Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M191.072 23.7055L194.728 49.5435C194.763 49.7534 194.605 49.9459 194.378 49.9459H190.337C190.162 49.9459 190.022 49.8234 189.987 49.666L186.331 23.6705C186.454 23.3906 186.593 23.3906 186.821 23.3906H190.704C190.879 23.3906 191.037 23.5306 191.072 23.7055Z%27 fill=%27white%27/%3E%3Cpath d=%27M186.331 23.6704L179.928 59.4622C179.893 59.6722 180.051 59.8646 180.278 59.8646H184.179C184.406 59.8646 184.529 59.7246 184.564 59.5672L191.071 23.8103C191.106 23.6004 190.931 23.408 190.721 23.408H186.681C186.506 23.408 186.366 23.5129 186.331 23.6878%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M180.786 33.5888L184.564 59.4269C184.599 59.6368 184.442 59.8467 184.214 59.8467H180.173C179.998 59.8467 179.859 59.7242 179.824 59.5668L176.167 33.5538C176.29 33.2739 176.43 33.2739 176.657 33.2739H180.418C180.593 33.2739 180.751 33.4139 180.786 33.5888Z%27 fill=%27white%27/%3E%3Cpath d=%27M176.045 33.4846L169.59 69.2415C169.555 69.4515 169.712 69.6614 169.94 69.6439H173.928C174.103 69.6439 174.243 69.5214 174.278 69.3465L180.785 33.5896C180.82 33.3797 180.663 33.1873 180.436 33.1873H176.395C176.22 33.1873 176.08 33.3097 176.045 33.4846Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M170.604 43.4035L174.26 69.2415C174.295 69.4514 174.138 69.6439 173.911 69.6439H169.87C169.695 69.6439 169.555 69.5214 169.52 69.364L165.864 43.3685C165.986 43.0886 166.126 43.0886 166.354 43.0886H170.237C170.412 43.0886 170.569 43.2286 170.604 43.4035Z%27 fill=%27white%27/%3E%3Cpath d=%27M165.881 43.3684L159.479 79.1603C159.444 79.3702 159.601 79.5626 159.829 79.5626H163.73C163.957 79.5626 164.08 79.4227 164.115 79.2652L170.622 43.5083C170.657 43.2984 170.5 43.106 170.272 43.106H166.231C166.056 43.106 165.916 43.2109 165.881 43.3859%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M160.318 53.3049L164.097 79.1429C164.132 79.3529 163.974 79.5628 163.747 79.5628H159.706C159.531 79.5628 159.391 79.4403 159.356 79.2829L155.7 53.2699C155.823 52.99 155.963 52.99 156.19 52.99H159.951C160.126 52.99 160.283 53.13 160.318 53.3049Z%27 fill=%27white%27/%3E%3Cpath d=%27M155.577 53.27L149.123 89.0269C149.088 89.2369 149.245 89.4468 149.472 89.4293H153.461C153.636 89.4293 153.776 89.3068 153.811 89.1319L160.318 53.375C160.353 53.1651 160.196 52.9727 159.968 52.9727H155.927C155.752 52.9727 155.612 53.0951 155.577 53.27Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M150.137 63.2056L153.793 89.0436C153.828 89.2535 153.671 89.446 153.443 89.446H149.402C149.227 89.446 149.088 89.3235 149.053 89.166L145.396 63.1705C145.519 62.8906 145.659 62.8906 145.886 62.8906H149.77C149.945 62.8906 150.102 63.0306 150.137 63.2056Z%27 fill=%27white%27/%3E%3Cpath d=%27M145.414 63.1708L139.012 98.9627C138.977 99.1726 139.134 99.3651 139.362 99.3651H143.263C143.49 99.3651 143.612 99.2252 143.647 99.0677L150.155 63.3108C150.19 63.1009 150.032 62.9084 149.805 62.9084H145.764C145.589 62.9084 145.449 63.0134 145.414 63.1884%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M139.851 73.0905L143.63 98.9285C143.665 99.1385 143.507 99.3484 143.28 99.3484H139.239C139.064 99.3484 138.924 99.226 138.889 99.0685L135.233 73.0555C135.355 72.7756 135.495 72.7756 135.723 72.7756H139.484C139.659 72.7756 139.816 72.9156 139.851 73.0905Z%27 fill=%27white%27/%3E%3Cpath d=%27M135.11 72.9854L128.655 108.742C128.62 108.952 128.778 109.162 129.005 109.145H132.994C133.168 109.145 133.308 109.022 133.343 108.847L139.851 73.0904C139.886 72.8804 139.728 72.688 139.501 72.688H135.46C135.285 72.688 135.145 72.8105 135.11 72.9854Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M129.67 82.9035L133.326 108.742C133.361 108.951 133.204 109.144 132.977 109.144H128.936C128.761 109.144 128.621 109.021 128.586 108.864L124.93 82.8685C125.052 82.5886 125.192 82.5886 125.419 82.5886H129.303C129.478 82.5886 129.635 82.7286 129.67 82.9035Z%27 fill=%27white%27/%3E%3Cpath d=%27M124.947 82.8688L118.544 118.661C118.509 118.871 118.667 119.063 118.894 119.063H122.795C123.023 119.063 123.145 118.923 123.18 118.766L129.688 83.0088C129.722 82.7988 129.565 82.6064 129.338 82.6064H125.297C125.122 82.6064 124.982 82.7114 124.947 82.8863%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M119.385 92.8054L123.163 118.643C123.198 118.853 123.041 119.063 122.813 119.063H118.773C118.598 119.063 118.458 118.941 118.423 118.783L114.767 92.7704C114.889 92.4905 115.029 92.4905 115.256 92.4905H119.017C119.192 92.4905 119.35 92.6304 119.385 92.8054Z%27 fill=%27white%27/%3E%3Cpath d=%27M114.643 92.7878L108.188 128.545C108.153 128.755 108.311 128.965 108.538 128.947H112.527C112.702 128.947 112.842 128.807 112.877 128.65L119.384 92.8929C119.419 92.6829 119.262 92.4905 119.034 92.4905H114.993C114.818 92.4905 114.678 92.6129 114.643 92.7878Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M109.204 102.707L112.86 128.562C112.895 128.772 112.738 128.965 112.51 128.965H108.469C108.294 128.965 108.154 128.842 108.119 128.685L104.463 102.689C104.586 102.409 104.726 102.409 104.953 102.409H108.837C109.012 102.409 109.169 102.549 109.204 102.724%27 fill=%27white%27/%3E%3Cpath d=%27M104.463 102.689L98.0605 138.481C98.0255 138.691 98.183 138.883 98.4104 138.883H102.311C102.539 138.883 102.661 138.743 102.696 138.586L109.204 102.829C109.239 102.619 109.081 102.427 108.854 102.427H104.813C104.638 102.427 104.498 102.531 104.463 102.706%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M98.8999 112.608L102.678 138.464C102.713 138.673 102.556 138.883 102.329 138.883H98.2877C98.1127 138.883 97.9728 138.761 97.9378 138.603L94.2817 112.59C94.4042 112.311 94.5441 112.311 94.7715 112.311H98.5326C98.7075 112.311 98.8649 112.451 98.8999 112.625%27 fill=%27white%27/%3E%3Cpath d=%27M94.1771 112.485L87.7222 148.242C87.6872 148.452 87.8446 148.662 88.072 148.645H92.0605C92.2354 148.645 92.3753 148.505 92.4103 148.347L98.9177 112.59C98.9527 112.38 98.7953 112.188 98.5679 112.188H94.527C94.352 112.188 94.2121 112.31 94.1771 112.485Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M88.7362 122.422L92.3923 148.26C92.4273 148.47 92.2698 148.662 92.0424 148.662H88.0015C87.8266 148.662 87.6866 148.54 87.6517 148.383L83.9956 122.387C84.1181 122.107 84.258 122.107 84.4854 122.107H88.3689C88.5438 122.107 88.7012 122.247 88.7362 122.422Z%27 fill=%27white%27/%3E%3Cpath d=%27M83.9957 122.387L77.5932 158.179C77.5583 158.389 77.7157 158.581 77.9431 158.581H81.8441C82.0715 158.581 82.1939 158.441 82.2289 158.284L88.7363 122.527C88.7713 122.317 88.6139 122.125 88.3865 122.125H84.3456C84.1706 122.125 84.0307 122.229 83.9957 122.404%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M78.4331 132.306L82.2116 158.161C82.2466 158.371 82.0892 158.581 81.8618 158.581H77.8209C77.6459 158.581 77.506 158.459 77.471 158.301L73.8149 132.288C73.9374 132.008 74.0773 132.008 74.3047 132.008H78.0658C78.2407 132.008 78.3981 132.148 78.4331 132.323%27 fill=%27white%27/%3E%3Cpath d=%27M73.7098 132.288L67.2549 168.045C67.2199 168.255 67.3773 168.465 67.6047 168.447H71.5931C71.7681 168.447 71.908 168.325 71.943 168.15L78.4504 132.393C78.4854 132.183 78.328 131.99 78.1006 131.99H74.0597C73.8847 131.99 73.7448 132.113 73.7098 132.288Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M68.2694 142.207L71.9255 168.045C71.9605 168.255 71.803 168.448 71.5756 168.448H67.5347C67.3598 168.448 67.2198 168.325 67.1849 168.168L63.5288 142.172C63.6513 141.892 63.7912 141.892 64.0186 141.892H67.9021C68.077 141.892 68.2344 142.032 68.2694 142.207Z%27 fill=%27white%27/%3E%3Cpath d=%27M63.5465 142.189L57.144 177.981C57.109 178.191 57.2665 178.384 57.4939 178.384H61.3948C61.6223 178.384 61.7447 178.244 61.7797 178.086L68.2871 142.329C68.3221 142.119 68.1647 141.927 67.9373 141.927H63.8964C63.7214 141.927 63.5815 142.032 63.5465 142.207%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M57.9839 152.109L61.7624 177.947C61.7974 178.157 61.64 178.367 61.4126 178.367H57.3716C57.1967 178.367 57.0568 178.245 57.0218 178.087L53.3657 152.074C53.4882 151.794 53.6281 151.794 53.8555 151.794H57.6165C57.7915 151.794 57.9489 151.934 57.9839 152.109Z%27 fill=%27white%27/%3E%3Cpath d=%27M53.2435 151.986L46.7886 187.743C46.7536 187.953 46.911 188.163 47.1384 188.146H51.1268C51.3018 188.146 51.4417 188.023 51.4767 187.848L57.9841 152.091C58.0191 151.881 57.8617 151.672 57.6343 151.689H53.5934C53.4184 151.689 53.2785 151.811 53.2435 151.986Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M47.8026 161.922L51.4587 187.76C51.4937 187.97 51.3363 188.162 51.1088 188.162H47.0679C46.893 188.162 46.7531 188.04 46.7181 187.883L43.062 161.887C43.1845 161.607 43.3244 161.607 43.5518 161.607H47.4353C47.6102 161.607 47.7677 161.747 47.8026 161.922Z%27 fill=%27white%27/%3E%3Cpath d=%27M43.0792 161.887L36.6767 197.679C36.6418 197.889 36.7992 198.082 37.0266 198.082H40.9276C41.155 198.082 41.2774 197.942 41.3124 197.784L47.8198 162.027C47.8548 161.817 47.6974 161.625 47.47 161.625H43.4291C43.2541 161.625 43.1142 161.73 43.0792 161.905%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M37.5171 171.807L41.2956 197.645C41.3306 197.855 41.1732 198.064 40.9457 198.064H36.9048C36.7299 198.064 36.59 197.942 36.555 197.785L32.8989 171.772C33.0214 171.492 33.1613 171.492 33.3887 171.492H37.1497C37.3247 171.492 37.4821 171.632 37.5171 171.807Z%27 fill=%27white%27/%3E%3Cpath d=%27M32.7581 171.789L26.3032 207.546C26.2682 207.756 26.4257 207.966 26.6531 207.948H30.6415C30.8164 207.948 30.9564 207.826 30.9914 207.651L37.4988 171.894C37.5338 171.684 37.3763 171.492 37.1489 171.492H33.108C32.9331 171.492 32.7931 171.614 32.7581 171.789Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M27.3358 181.726L30.9919 207.564C31.0269 207.774 30.8694 207.966 30.642 207.966H26.6011C26.4262 207.966 26.2862 207.844 26.2513 207.686L22.5952 181.691C22.7177 181.411 22.8576 181.411 23.085 181.411H26.9685C27.1434 181.411 27.3009 181.551 27.3358 181.726Z%27 fill=%27white%27/%3E%3Cpath d=%27M22.5953 181.691L16.1929 217.482C16.1579 217.692 16.3153 217.885 16.5427 217.885H20.4437C20.6711 217.885 20.7935 217.745 20.8285 217.57L27.336 181.813C27.3709 181.603 27.2135 181.411 26.9861 181.411H22.9452C22.7703 181.411 22.6303 181.516 22.5953 181.691Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M17.0327 191.609L20.8112 217.447C20.8462 217.657 20.6888 217.867 20.4614 217.867H16.4205C16.2455 217.867 16.1056 217.745 16.0706 217.587L12.4146 191.574C12.537 191.294 12.6769 191.294 12.9044 191.294H16.6654C16.8403 191.294 16.9977 191.434 17.0327 191.609Z%27 fill=%27white%27/%3E%3Cpath d=%27M12.3089 191.504L5.85399 227.261C5.819 227.471 5.97643 227.681 6.20384 227.663H10.1923C10.3672 227.663 10.5071 227.541 10.5421 227.366L17.0496 191.609C17.0846 191.399 16.9271 191.207 16.6997 191.207H12.6588C12.4839 191.207 12.3439 191.329 12.3089 191.504Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M6.86855 201.423L10.5246 227.261C10.5596 227.471 10.4022 227.664 10.1747 227.664H6.13383C5.9589 227.664 5.81896 227.541 5.78398 227.384L2.12793 201.388C2.25038 201.108 2.39032 201.108 2.61773 201.108H6.5012C6.67613 201.108 6.83357 201.248 6.86855 201.423Z%27 fill=%27white%27/%3E%3Cpath d=%27M2.12805 201.388L-4.27443 237.18C-4.30942 237.39 -4.15198 237.583 -3.92457 237.583H-0.0236096C0.203801 237.583 0.326254 237.443 0.36124 237.268L6.86867 201.511C6.90366 201.301 6.74621 201.108 6.5188 201.108H2.4779C2.30297 201.108 2.16303 201.213 2.12805 201.388Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M271.976 -26.3795L265.574 9.41249C265.539 9.62241 265.696 9.81481 265.924 9.81481H269.825C270.052 9.81481 270.174 9.67489 270.209 9.51744L276.717 -26.2395C276.752 -26.4494 276.577 -26.6418 276.367 -26.6418H272.326C272.151 -26.6418 272.011 -26.5369 271.976 -26.3619%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M266.431 -16.461L270.21 9.37702C270.245 9.58694 270.087 9.79691 269.86 9.79691H265.819C265.644 9.79691 265.504 9.67444 265.469 9.517L261.813 -16.496C261.935 -16.7759 262.075 -16.7759 262.303 -16.7759H266.064C266.239 -16.7759 266.396 -16.6359 266.431 -16.461Z%27 fill=%27white%27/%3E%3Cpath d=%27M261.691 -16.5835L255.236 19.1734C255.201 19.3833 255.358 19.5933 255.586 19.5758H259.574C259.749 19.5758 259.889 19.4533 259.924 19.2784L266.431 -16.4785C266.466 -16.6885 266.309 -16.8809 266.082 -16.8809H262.041C261.866 -16.8809 261.726 -16.7584 261.691 -16.5835Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M256.25 -6.6468L259.906 19.1913C259.941 19.4012 259.784 19.5936 259.556 19.5936H255.515C255.34 19.5936 255.2 19.4711 255.165 19.3137L251.509 -6.68177C251.632 -6.96166 251.772 -6.96167 251.999 -6.96167H255.883C256.057 -6.96167 256.215 -6.82173 256.25 -6.6468Z%27 fill=%27white%27/%3E%3Cpath d=%27M251.526 -6.68194L245.124 29.1099C245.089 29.3199 245.246 29.5123 245.474 29.5123H249.375C249.602 29.5123 249.725 29.3723 249.76 29.2149L256.267 -6.54202C256.302 -6.75194 256.127 -6.94434 255.917 -6.94434H251.876C251.701 -6.94434 251.561 -6.83937 251.526 -6.66443%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M245.964 3.2368L249.742 29.0748C249.777 29.2848 249.62 29.4947 249.393 29.4947H245.352C245.177 29.4947 245.037 29.3722 245.002 29.2148L241.346 3.20178C241.468 2.92188 241.608 2.92188 241.836 2.92188H245.597C245.771 2.92188 245.929 3.06186 245.964 3.2368Z%27 fill=%27white%27/%3E%3Cpath d=%27M241.223 3.21929L234.769 38.9762C234.734 39.1861 234.891 39.396 235.118 39.3785H239.107C239.282 39.3785 239.422 39.2561 239.457 39.0812L245.964 3.32425C245.999 3.11432 245.842 2.92188 245.614 2.92188H241.573C241.398 2.92188 241.258 3.04435 241.223 3.21929Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M235.783 13.1396L239.439 38.9777C239.474 39.1876 239.317 39.38 239.089 39.38H235.048C234.873 39.38 234.734 39.2576 234.699 39.1001L231.042 13.1046C231.165 12.8247 231.305 12.8247 231.532 12.8247H235.416C235.591 12.8247 235.748 12.9646 235.783 13.1396Z%27 fill=%27white%27/%3E%3Cpath d=%27M231.061 13.1218L224.658 48.9137C224.623 49.1236 224.781 49.316 225.008 49.316H228.909C229.136 49.316 229.259 49.1761 229.294 49.0186L235.801 13.2617C235.836 13.0518 235.679 12.8594 235.451 12.8594H231.411C231.236 12.8594 231.096 12.9643 231.061 13.1392%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M225.497 23.0405L229.276 48.8785C229.311 49.0885 229.153 49.2984 228.926 49.2984H224.885C224.71 49.2984 224.57 49.1759 224.535 49.0185L220.879 23.0055C221.001 22.7256 221.141 22.7256 221.369 22.7256H225.13C225.305 22.7256 225.462 22.8655 225.497 23.0405Z%27 fill=%27white%27/%3E%3Cpath d=%27M220.757 22.918L214.302 58.6749C214.267 58.8848 214.424 59.0948 214.652 59.0773H218.64C218.815 59.0773 218.955 58.9548 218.99 58.7799L225.497 23.023C225.532 22.8131 225.375 22.6206 225.147 22.6206H221.107C220.932 22.6206 220.792 22.7431 220.757 22.918Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M215.316 32.8544L218.972 58.6925C219.007 58.9024 218.85 59.0948 218.622 59.0948H214.582C214.407 59.0948 214.267 58.9724 214.232 58.8149L210.576 32.8194C210.698 32.5395 210.838 32.5396 211.065 32.5396H214.949C215.124 32.5396 215.281 32.6795 215.316 32.8544Z%27 fill=%27white%27/%3E%3Cpath d=%27M210.593 32.8198L204.191 68.6117C204.156 68.8216 204.313 69.014 204.541 69.014H208.442C208.669 69.014 208.792 68.8741 208.827 68.7167L215.334 32.9597C215.369 32.7498 215.212 32.5574 214.984 32.5574H210.943C210.768 32.5574 210.628 32.6623 210.593 32.8373%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M205.031 42.7385L208.81 68.5765C208.845 68.7864 208.687 68.9964 208.46 68.9964H204.419C204.244 68.9964 204.104 68.8739 204.069 68.7165L200.413 42.7035C200.536 42.4236 200.675 42.4236 200.903 42.4236H204.664C204.839 42.4236 204.996 42.5635 205.031 42.7385Z%27 fill=%27white%27/%3E%3Cpath d=%27M200.29 42.7388L193.835 78.4957C193.8 78.7057 193.958 78.9156 194.185 78.8981H198.174C198.349 78.8981 198.489 78.7756 198.524 78.6007L205.031 42.8438C205.066 42.6339 204.909 42.4414 204.681 42.4414H200.64C200.465 42.4414 200.325 42.5639 200.29 42.7388Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M194.85 52.6572L198.506 78.4952C198.541 78.7052 198.384 78.8976 198.156 78.8976H194.115C193.94 78.8976 193.8 78.7752 193.765 78.6177L190.109 52.6222C190.232 52.3423 190.372 52.3423 190.599 52.3423H194.483C194.658 52.3423 194.815 52.4823 194.85 52.6572Z%27 fill=%27white%27/%3E%3Cpath d=%27M190.109 52.6225L183.707 88.4144C183.672 88.6243 183.829 88.8168 184.056 88.8168H187.957C188.185 88.8168 188.307 88.6768 188.342 88.5194L194.85 52.7625C194.885 52.5526 194.71 52.3601 194.5 52.3601H190.459C190.284 52.3601 190.144 52.4651 190.109 52.64%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M184.546 62.5588L188.324 88.3969C188.359 88.6068 188.202 88.8167 187.975 88.8167H183.934C183.759 88.8167 183.619 88.6942 183.584 88.5368L179.928 62.5238C180.05 62.2439 180.19 62.2439 180.418 62.2439H184.179C184.353 62.2439 184.511 62.3838 184.546 62.5588Z%27 fill=%27white%27/%3E%3Cpath d=%27M179.823 62.4363L173.368 98.1933C173.333 98.4032 173.491 98.6131 173.718 98.5956H177.706C177.881 98.5956 178.021 98.4731 178.056 98.2982L184.564 62.5413C184.599 62.3314 184.441 62.1389 184.214 62.1389H180.173C179.998 62.1389 179.858 62.2614 179.823 62.4363Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M174.383 72.3555L178.039 98.211C178.074 98.4209 177.916 98.6134 177.689 98.6134H173.648C173.473 98.6134 173.333 98.4909 173.298 98.3335L169.642 72.338C169.765 72.0581 169.904 72.0581 170.132 72.0581H174.015C174.19 72.0581 174.348 72.198 174.383 72.373%27 fill=%27white%27/%3E%3Cpath d=%27M169.642 72.3379L163.239 108.13C163.204 108.34 163.362 108.532 163.589 108.532H167.49C167.717 108.532 167.84 108.392 167.875 108.235L174.382 72.4778C174.417 72.2679 174.242 72.0754 174.032 72.0754H169.992C169.817 72.0754 169.677 72.1804 169.642 72.3553%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M164.079 82.2561L167.858 108.112C167.893 108.322 167.735 108.531 167.508 108.531H163.467C163.292 108.531 163.152 108.409 163.117 108.252L159.461 82.2386C159.583 81.9587 159.723 81.9587 159.951 81.9587H163.712C163.887 81.9587 164.044 82.0987 164.079 82.2736%27 fill=%27white%27/%3E%3Cpath d=%27M159.356 82.2393L152.901 117.996C152.866 118.206 153.023 118.416 153.251 118.399H157.239C157.414 118.399 157.554 118.276 157.589 118.101L164.096 82.3442C164.131 82.1343 163.974 81.9419 163.747 81.9419H159.706C159.531 81.9419 159.391 82.0643 159.356 82.2393Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M153.915 92.1581L157.571 117.996C157.606 118.206 157.449 118.399 157.222 118.399H153.181C153.006 118.399 152.866 118.276 152.831 118.119L149.175 92.1232C149.297 91.8433 149.437 91.8433 149.665 91.8433H153.548C153.723 91.8433 153.88 91.9832 153.915 92.1581Z%27 fill=%27white%27/%3E%3Cpath d=%27M149.193 92.1235L142.791 127.915C142.756 128.125 142.913 128.318 143.14 128.318H147.041C147.269 128.318 147.391 128.178 147.426 128.02L153.934 92.2635C153.969 92.0535 153.811 91.8611 153.584 91.8611H149.543C149.368 91.8611 149.228 91.9661 149.193 92.141%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M143.63 102.06L147.408 127.898C147.443 128.107 147.286 128.317 147.059 128.317H143.018C142.843 128.317 142.703 128.195 142.668 128.038L139.012 102.024C139.134 101.745 139.274 101.745 139.502 101.745H143.263C143.437 101.745 143.595 101.885 143.63 102.06Z%27 fill=%27white%27/%3E%3Cpath d=%27M138.89 101.937L132.435 137.694C132.4 137.904 132.557 138.114 132.784 138.096H136.773C136.948 138.096 137.088 137.974 137.123 137.799L143.63 102.042C143.665 101.832 143.508 101.622 143.28 101.639H139.239C139.064 101.639 138.924 101.762 138.89 101.937Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M133.449 111.856L137.105 137.694C137.14 137.904 136.982 138.096 136.755 138.096H132.714C132.539 138.096 132.399 137.974 132.364 137.816L128.708 111.821C128.83 111.541 128.97 111.541 129.198 111.541H133.081C133.256 111.541 133.414 111.681 133.449 111.856Z%27 fill=%27white%27/%3E%3Cpath d=%27M128.726 111.838L122.323 147.63C122.288 147.84 122.446 148.033 122.673 148.033H126.574C126.801 148.033 126.924 147.893 126.959 147.735L133.466 111.978C133.501 111.768 133.344 111.576 133.116 111.576H129.076C128.901 111.576 128.761 111.681 128.726 111.856%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M123.163 121.757L126.942 147.595C126.977 147.805 126.819 148.015 126.592 148.015H122.551C122.376 148.015 122.236 147.892 122.201 147.735L118.545 121.722C118.667 121.442 118.807 121.442 119.035 121.442H122.796C122.971 121.442 123.128 121.582 123.163 121.757Z%27 fill=%27white%27/%3E%3Cpath d=%27M118.405 121.739L111.95 157.496C111.915 157.706 112.073 157.916 112.3 157.899H116.288C116.463 157.899 116.603 157.759 116.638 157.601L123.146 121.844C123.181 121.634 123.023 121.442 122.796 121.442H118.755C118.58 121.442 118.44 121.564 118.405 121.739Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M112.982 131.659L116.638 157.497C116.673 157.707 116.516 157.899 116.289 157.899H112.248C112.073 157.899 111.933 157.777 111.898 157.619L108.242 131.624C108.364 131.344 108.504 131.344 108.732 131.344H112.615C112.79 131.344 112.947 131.484 112.982 131.659Z%27 fill=%27white%27/%3E%3Cpath d=%27M108.241 131.641L101.839 167.433C101.804 167.643 101.961 167.835 102.189 167.835H106.09C106.317 167.835 106.44 167.695 106.475 167.538L112.982 131.781C113.017 131.571 112.859 131.378 112.632 131.378H108.591C108.416 131.378 108.276 131.483 108.241 131.658%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M102.678 141.56L106.457 167.415C106.492 167.625 106.334 167.835 106.107 167.835H102.066C101.891 167.835 101.751 167.713 101.716 167.555L98.0601 141.542C98.1825 141.262 98.3225 141.262 98.5499 141.262H102.311C102.486 141.262 102.643 141.402 102.678 141.577%27 fill=%27white%27/%3E%3Cpath d=%27M97.9554 141.455L91.5005 177.212C91.4655 177.422 91.6229 177.632 91.8503 177.614H95.8388C96.0137 177.614 96.1536 177.492 96.1886 177.317L102.696 141.56C102.731 141.35 102.574 141.157 102.346 141.157H98.3053C98.1304 141.157 97.9904 141.28 97.9554 141.455Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M92.5151 151.373L96.1711 177.211C96.2061 177.421 96.0487 177.614 95.8212 177.614H91.7803C91.6054 177.614 91.4655 177.491 91.4305 177.334L87.7744 151.338C87.8969 151.059 88.0368 151.059 88.2642 151.059H92.1477C92.3226 151.059 92.4801 151.199 92.5151 151.373Z%27 fill=%27white%27/%3E%3Cpath d=%27M87.7745 151.339L81.3721 187.131C81.3371 187.34 81.4945 187.533 81.7219 187.533H85.6229C85.8503 187.533 85.9727 187.393 86.0077 187.235L92.5151 151.479C92.5501 151.269 92.3927 151.076 92.1653 151.076H88.1244C87.9495 151.076 87.8095 151.181 87.7745 151.356%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M82.2114 161.275L85.9899 187.113C86.0249 187.323 85.8675 187.533 85.6401 187.533H81.5992C81.4242 187.533 81.2843 187.411 81.2493 187.253L77.5933 161.24C77.7157 160.96 77.8557 160.96 78.0831 160.96H81.8441C82.019 160.96 82.1764 161.1 82.2114 161.275Z%27 fill=%27white%27/%3E%3Cpath d=%27M77.4881 161.241L71.0332 196.997C70.9982 197.207 71.1556 197.417 71.383 197.4H75.3715C75.5464 197.4 75.6863 197.277 75.7213 197.102L82.2288 161.345C82.2637 161.136 82.1063 160.926 81.8789 160.943H77.838C77.6631 160.943 77.5231 161.066 77.4881 161.241Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M72.0478 171.176L75.7038 197.014C75.7388 197.224 75.5814 197.417 75.354 197.417H71.3131C71.1381 197.417 70.9982 197.294 70.9632 197.137L67.3071 171.141C67.4296 170.861 67.5695 170.861 67.7969 170.861H71.6804C71.8553 170.861 72.0128 171.001 72.0478 171.176Z%27 fill=%27white%27/%3E%3Cpath d=%27M67.3077 171.141L60.9053 206.933C60.8703 207.143 61.0277 207.335 61.2551 207.335H65.1561C65.3835 207.335 65.5059 207.196 65.5409 207.021L72.0484 171.264C72.0833 171.054 71.9259 170.861 71.6985 170.861H67.6576C67.4826 170.861 67.3427 170.966 67.3077 171.141Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M61.7451 181.06L65.5236 206.898C65.5586 207.108 65.4012 207.318 65.1738 207.318H61.1329C60.9579 207.318 60.818 207.195 60.783 207.038L57.127 181.025C57.2494 180.745 57.3893 180.745 57.6168 180.745H61.3778C61.5527 180.745 61.7101 180.885 61.7451 181.06Z%27 fill=%27white%27/%3E%3Cpath d=%27M57.0218 180.955L50.5669 216.712C50.5319 216.922 50.6893 217.132 50.9167 217.115H54.9052C55.0801 217.115 55.22 216.992 55.255 216.817L61.7625 181.06C61.7974 180.85 61.64 180.658 61.4126 180.658H57.3717C57.1968 180.658 57.0568 180.78 57.0218 180.955Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M51.5814 190.875L55.2375 216.713C55.2725 216.923 55.115 217.115 54.8876 217.115H50.8467C50.6718 217.115 50.5319 216.993 50.4969 216.835L46.8408 190.84C46.9633 190.56 47.1032 190.56 47.3306 190.56H51.2141C51.389 190.56 51.5465 190.7 51.5814 190.875Z%27 fill=%27white%27/%3E%3Cpath d=%27M46.8404 190.84L40.438 226.632C40.403 226.842 40.5604 227.034 40.7878 227.034H44.6888C44.9162 227.034 45.0387 226.894 45.0736 226.719L51.5811 190.962C51.6161 190.752 51.4586 190.56 51.2312 190.56H47.1903C47.0154 190.56 46.8754 190.665 46.8404 190.84Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M41.2954 200.775L45.0739 226.613C45.1089 226.823 44.9515 227.033 44.7241 227.033H40.6832C40.5082 227.033 40.3683 226.911 40.3333 226.753L36.6772 200.74C36.7997 200.46 36.9396 200.46 37.1671 200.46H40.9281C41.103 200.46 41.2604 200.6 41.2954 200.775Z%27 fill=%27white%27/%3E%3Cpath d=%27M36.537 200.758L30.082 236.515C30.047 236.725 30.2045 236.935 30.4319 236.917H34.4203C34.5952 236.917 34.7352 236.795 34.7702 236.62L41.2776 200.863C41.3126 200.653 41.1551 200.46 40.9277 200.46H36.8868C36.7119 200.46 36.572 200.583 36.537 200.758Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M31.0966 210.677L34.7526 236.515C34.7876 236.725 34.6302 236.918 34.4028 236.918H30.3619C30.1869 236.918 30.047 236.795 30.012 236.638L26.356 210.642C26.4784 210.362 26.6184 210.362 26.8458 210.362H30.7292C30.9042 210.362 31.0616 210.502 31.0966 210.677Z%27 fill=%27white%27/%3E%3Cpath d=%27M26.3732 210.642L19.9707 246.434C19.9357 246.644 20.0931 246.836 20.3205 246.836H24.2215C24.4489 246.836 24.5714 246.696 24.6064 246.522L31.1138 210.765C31.1488 210.555 30.9913 210.362 30.7639 210.362H26.723C26.5481 210.362 26.4081 210.467 26.3732 210.642Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M20.8111 220.578L24.5896 246.416C24.6245 246.626 24.4671 246.836 24.2397 246.836H20.1988C20.0239 246.836 19.8839 246.714 19.8489 246.556L16.1929 220.543C16.3153 220.263 16.4553 220.263 16.6827 220.263H20.4437C20.6186 220.263 20.7761 220.403 20.8111 220.578Z%27 fill=%27white%27/%3E%3Cpath d=%27M16.0702 220.457L9.61522 256.213C9.58023 256.423 9.73767 256.633 9.96508 256.616H13.9535C14.1284 256.616 14.2684 256.493 14.3034 256.318L20.8108 220.561C20.8458 220.352 20.6883 220.159 20.4609 220.159H16.42C16.2451 220.159 16.1051 220.282 16.0702 220.457Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M10.6469 230.375L14.3029 256.213C14.3379 256.423 14.1805 256.615 13.9531 256.615H9.91217C9.73724 256.615 9.5973 256.493 9.56231 256.335L5.90625 230.34C6.0287 230.06 6.16864 230.06 6.39605 230.06H10.2795C10.4545 230.06 10.6119 230.2 10.6469 230.375Z%27 fill=%27white%27/%3E%3Cpath d=%27M5.90733 230.357L-0.495133 266.149C-0.530119 266.359 -0.372687 266.551 -0.145276 266.551H3.75569C3.9831 266.551 4.10554 266.411 4.14052 266.236L10.648 230.48C10.6829 230.27 10.5255 230.077 10.2981 230.077H6.2572C6.08227 230.077 5.94232 230.182 5.90733 230.357Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.385 -27.1494L299.93 8.60751C299.895 8.81743 300.053 9.02737 300.28 9.00988H304.268C304.443 9.00988 304.583 8.8874 304.618 8.71246L311.126 -27.0445C311.161 -27.2544 311.003 -27.4468 310.776 -27.4468H306.735C306.56 -27.4468 306.42 -27.3244 306.385 -27.1494Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M300.963 -17.2132L304.619 8.62488C304.654 8.8348 304.496 9.02725 304.269 9.02725H300.228C300.053 9.02725 299.913 8.90479 299.878 8.74735L296.222 -17.2482C296.345 -17.5281 296.485 -17.5281 296.712 -17.5281H300.595C300.77 -17.5281 300.928 -17.3881 300.963 -17.2132Z%27 fill=%27white%27/%3E%3Cpath d=%27M296.222 -17.2479L289.819 18.5441C289.784 18.754 289.942 18.9464 290.169 18.9464H294.07C294.298 18.9464 294.42 18.8065 294.455 18.649L300.962 -17.1079C300.997 -17.3178 300.822 -17.5103 300.613 -17.5103H296.572C296.397 -17.5103 296.257 -17.4053 296.222 -17.2303%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M290.659 -7.32917L294.438 18.5089C294.473 18.7188 294.315 18.9287 294.088 18.9287H290.047C289.872 18.9287 289.732 18.8063 289.697 18.6488L286.041 -7.36419C286.163 -7.64409 286.303 -7.64404 286.531 -7.64404H290.292C290.467 -7.64404 290.624 -7.50411 290.659 -7.32917Z%27 fill=%27white%27/%3E%3Cpath d=%27M285.919 -7.32929L279.464 28.4276C279.429 28.6376 279.586 28.8474 279.814 28.8299H283.802C283.977 28.8299 284.117 28.7075 284.152 28.5326L290.659 -7.22434C290.694 -7.43426 290.537 -7.62671 290.31 -7.62671H286.269C286.094 -7.62671 285.954 -7.50423 285.919 -7.32929Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M280.478 2.58977L284.134 28.4279C284.169 28.6378 284.012 28.8302 283.784 28.8302H279.743C279.568 28.8302 279.428 28.7077 279.393 28.5503L275.737 2.55481C275.86 2.27491 276 2.2749 276.227 2.2749H280.111C280.286 2.2749 280.443 2.41484 280.478 2.58977Z%27 fill=%27white%27/%3E%3Cpath d=%27M275.737 2.55487L269.335 38.3468C269.3 38.5567 269.457 38.7491 269.685 38.7491H273.586C273.813 38.7491 273.936 38.6092 273.971 38.4517L280.478 2.6948C280.513 2.48488 280.356 2.29248 280.128 2.29248H276.087C275.912 2.29248 275.772 2.39745 275.737 2.57238%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M270.192 12.4919L273.971 38.33C274.006 38.5399 273.848 38.7498 273.621 38.7498H269.58C269.405 38.7498 269.265 38.6273 269.23 38.4699L265.574 12.4569C265.697 12.177 265.837 12.177 266.064 12.177H269.825C270 12.177 270.157 12.3169 270.192 12.4919Z%27 fill=%27white%27/%3E%3Cpath d=%27M265.452 12.3694L258.997 48.1263C258.962 48.3362 259.119 48.5462 259.346 48.5287H263.335C263.51 48.5287 263.65 48.4062 263.685 48.2313L270.192 12.4744C270.227 12.2645 270.07 12.072 269.842 12.072H265.801C265.626 12.072 265.487 12.1944 265.452 12.3694Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M260.012 22.2885L263.668 48.1265C263.703 48.3365 263.545 48.5289 263.318 48.5289H259.277C259.102 48.5289 258.962 48.4064 258.927 48.249L255.271 22.2535C255.393 21.9736 255.533 21.9736 255.761 21.9736H259.644C259.819 21.9736 259.977 22.1136 260.012 22.2885Z%27 fill=%27white%27/%3E%3Cpath d=%27M255.288 22.2712L248.886 58.0631C248.851 58.273 249.008 58.4654 249.236 58.4654H253.137C253.364 58.4654 253.486 58.3255 253.521 58.1681L260.029 22.4112C260.064 22.2012 259.906 22.0088 259.679 22.0088H255.638C255.463 22.0088 255.323 22.1138 255.288 22.2887%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M249.725 32.1899L253.504 58.0279C253.539 58.2378 253.381 58.4478 253.154 58.4478H249.113C248.938 58.4478 248.798 58.3253 248.763 58.1679L245.107 32.1549C245.229 31.875 245.369 31.875 245.597 31.875H249.358C249.533 31.875 249.69 32.0149 249.725 32.1899Z%27 fill=%27white%27/%3E%3Cpath d=%27M244.984 32.1724L238.529 67.9293C238.494 68.1392 238.652 68.3491 238.879 68.3317H242.868C243.042 68.3317 243.182 68.2092 243.217 68.0342L249.725 32.2773C249.76 32.0674 249.602 31.875 249.375 31.875H245.334C245.159 31.875 245.019 31.9974 244.984 32.1724Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M239.544 42.0917L243.2 67.9298C243.235 68.1397 243.077 68.3321 242.85 68.3321H238.809C238.634 68.3321 238.494 68.2097 238.459 68.0522L234.803 42.0567C234.926 41.7768 235.066 41.7769 235.293 41.7769H239.176C239.351 41.7769 239.509 41.9168 239.544 42.0917Z%27 fill=%27white%27/%3E%3Cpath d=%27M234.821 42.0561L228.419 77.848C228.384 78.058 228.541 78.2504 228.769 78.2504H232.67C232.897 78.2504 233.02 78.1104 233.055 77.953L239.562 42.1961C239.597 41.9861 239.422 41.7937 239.212 41.7937H235.171C234.996 41.7937 234.856 41.8987 234.821 42.0736%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M229.258 51.9927L233.037 77.8307C233.072 78.0406 232.914 78.2505 232.687 78.2505H228.646C228.471 78.2505 228.331 78.1281 228.296 77.9706L224.64 51.9576C224.763 51.6777 224.903 51.6777 225.13 51.6777H228.891C229.066 51.6777 229.223 51.8177 229.258 51.9927Z%27 fill=%27white%27/%3E%3Cpath d=%27M224.518 51.8704L218.063 87.6273C218.028 87.8373 218.185 88.0471 218.413 88.0297H222.401C222.576 88.0297 222.716 87.9072 222.751 87.7323L229.259 51.9754C229.294 51.7654 229.136 51.573 228.909 51.573H224.868C224.693 51.573 224.553 51.6955 224.518 51.8704Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M219.078 61.7892L222.734 87.6273C222.769 87.8372 222.612 88.0296 222.384 88.0296H218.343C218.168 88.0296 218.028 87.9072 217.993 87.7498L214.337 61.7543C214.46 61.4744 214.6 61.4744 214.827 61.4744H218.711C218.886 61.4744 219.043 61.6143 219.078 61.7892Z%27 fill=%27white%27/%3E%3Cpath d=%27M214.355 61.7714L207.952 97.5633C207.917 97.7732 208.075 97.9657 208.302 97.9657H212.203C212.43 97.9657 212.553 97.8257 212.588 97.6683L219.095 61.9114C219.13 61.7014 218.955 61.509 218.745 61.509H214.704C214.53 61.509 214.39 61.6139 214.355 61.7889%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M208.792 71.6904L212.57 97.5284C212.605 97.7384 212.448 97.9483 212.22 97.9483H208.179C208.004 97.9483 207.864 97.8258 207.829 97.6684L204.173 71.6554C204.296 71.3755 204.436 71.3755 204.663 71.3755H208.424C208.599 71.3755 208.757 71.5154 208.792 71.6904Z%27 fill=%27white%27/%3E%3Cpath d=%27M204.051 71.6729L197.596 107.43C197.561 107.64 197.719 107.85 197.946 107.832H201.934C202.109 107.832 202.249 107.71 202.284 107.535L208.792 71.7779C208.827 71.5679 208.669 71.3755 208.442 71.3755H204.401C204.226 71.3755 204.086 71.498 204.051 71.6729Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M198.611 81.5917L202.267 107.43C202.302 107.64 202.144 107.832 201.917 107.832H197.876C197.701 107.832 197.561 107.71 197.526 107.552L193.87 81.5568C193.993 81.2769 194.133 81.2769 194.36 81.2769H198.243C198.418 81.2769 198.576 81.4168 198.611 81.5917Z%27 fill=%27white%27/%3E%3Cpath d=%27M193.87 81.5745L187.467 117.366C187.432 117.576 187.59 117.769 187.817 117.769H191.718C191.945 117.769 192.068 117.629 192.103 117.471L198.61 81.7144C198.645 81.5045 198.47 81.312 198.26 81.312H194.22C194.045 81.312 193.905 81.417 193.87 81.5919%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M188.307 91.4931L192.086 117.331C192.121 117.541 191.963 117.751 191.736 117.751H187.695C187.52 117.751 187.38 117.629 187.345 117.471L183.689 91.4581C183.811 91.1782 183.951 91.1782 184.179 91.1782H187.94C188.115 91.1782 188.272 91.3182 188.307 91.4931Z%27 fill=%27white%27/%3E%3Cpath d=%27M183.584 91.3882L177.129 127.145C177.094 127.355 177.251 127.565 177.479 127.548H181.467C181.642 127.548 181.782 127.425 181.817 127.25L188.324 91.4932C188.359 91.2833 188.202 91.0908 187.975 91.0908H183.934C183.759 91.0908 183.619 91.2133 183.584 91.3882Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M178.143 101.307L181.799 127.145C181.834 127.355 181.677 127.548 181.45 127.548H177.409C177.234 127.548 177.094 127.425 177.059 127.268L173.403 101.272C173.525 100.992 173.665 100.992 173.893 100.992H177.776C177.951 100.992 178.108 101.132 178.143 101.307Z%27 fill=%27white%27/%3E%3Cpath d=%27M173.403 101.272L167.001 137.064C166.966 137.274 167.123 137.467 167.351 137.467H171.252C171.479 137.467 171.602 137.327 171.637 137.169L178.144 101.412C178.179 101.202 178.004 101.01 177.794 101.01H173.753C173.578 101.01 173.438 101.115 173.403 101.29%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M167.84 111.208L171.618 137.047C171.653 137.256 171.496 137.466 171.269 137.466H167.228C167.053 137.466 166.913 137.344 166.878 137.186L163.222 111.173C163.344 110.894 163.484 110.894 163.711 110.894H167.473C167.647 110.894 167.805 111.033 167.84 111.208Z%27 fill=%27white%27/%3E%3Cpath d=%27M163.117 111.174L156.662 146.931C156.627 147.14 156.785 147.35 157.012 147.333H161C161.175 147.333 161.315 147.21 161.35 147.036L167.858 111.279C167.893 111.069 167.735 110.859 167.508 110.876H163.467C163.292 110.876 163.152 110.999 163.117 111.174Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M157.677 121.11L161.333 146.948C161.368 147.158 161.21 147.35 160.983 147.35H156.942C156.767 147.35 156.627 147.228 156.592 147.07L152.936 121.075C153.058 120.795 153.198 120.795 153.426 120.795H157.309C157.484 120.795 157.642 120.935 157.677 121.11Z%27 fill=%27white%27/%3E%3Cpath d=%27M152.953 121.075L146.551 156.867C146.516 157.077 146.673 157.269 146.901 157.269H150.802C151.029 157.269 151.151 157.129 151.186 156.972L157.694 121.215C157.729 121.005 157.571 120.813 157.344 120.813H153.303C153.128 120.813 152.988 120.918 152.953 121.093%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M147.391 130.994L151.17 156.832C151.205 157.042 151.047 157.251 150.82 157.251H146.779C146.604 157.251 146.464 157.129 146.429 156.972L142.773 130.959C142.895 130.679 143.035 130.679 143.263 130.679H147.024C147.199 130.679 147.356 130.819 147.391 130.994Z%27 fill=%27white%27/%3E%3Cpath d=%27M142.65 130.889L136.195 166.646C136.16 166.856 136.318 167.066 136.545 167.049H140.534C140.709 167.049 140.848 166.926 140.883 166.751L147.391 130.994C147.426 130.785 147.268 130.575 147.041 130.592H143C142.825 130.592 142.685 130.715 142.65 130.889Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M137.21 140.808L140.866 166.646C140.901 166.855 140.743 167.048 140.516 167.048H136.475C136.3 167.048 136.16 166.925 136.125 166.768L132.469 140.773C132.592 140.493 132.732 140.493 132.959 140.493H136.843C137.017 140.493 137.175 140.633 137.21 140.808Z%27 fill=%27white%27/%3E%3Cpath d=%27M132.487 140.773L126.084 176.565C126.049 176.775 126.207 176.967 126.434 176.967H130.335C130.563 176.967 130.685 176.827 130.72 176.67L137.228 140.913C137.263 140.703 137.105 140.51 136.878 140.51H132.837C132.662 140.51 132.522 140.615 132.487 140.79%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M126.924 150.709L130.702 176.547C130.737 176.757 130.58 176.967 130.352 176.967H126.312C126.137 176.967 125.997 176.845 125.962 176.687L122.306 150.674C122.428 150.395 122.568 150.395 122.795 150.395H126.556C126.731 150.395 126.889 150.534 126.924 150.709Z%27 fill=%27white%27/%3E%3Cpath d=%27M122.166 150.692L115.711 186.449C115.676 186.659 115.833 186.869 116.061 186.851H120.049C120.224 186.851 120.364 186.729 120.399 186.554L126.907 150.797C126.941 150.587 126.784 150.395 126.557 150.395H122.516C122.341 150.395 122.201 150.517 122.166 150.692Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M116.743 160.61L120.399 186.448C120.434 186.658 120.277 186.851 120.049 186.851H116.008C115.833 186.851 115.693 186.728 115.658 186.571L112.002 160.575C112.125 160.295 112.265 160.295 112.492 160.295H116.376C116.551 160.295 116.708 160.435 116.743 160.61Z%27 fill=%27white%27/%3E%3Cpath d=%27M112.002 160.576L105.6 196.368C105.565 196.578 105.722 196.77 105.949 196.77H109.85C110.078 196.77 110.2 196.63 110.235 196.473L116.743 160.716C116.778 160.506 116.62 160.314 116.393 160.314H112.352C112.177 160.314 112.037 160.419 112.002 160.594%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M106.439 170.512L110.218 196.35C110.253 196.56 110.096 196.77 109.868 196.77H105.827C105.652 196.77 105.512 196.647 105.477 196.49L101.821 170.477C101.944 170.197 102.084 170.197 102.311 170.197H106.072C106.247 170.197 106.404 170.337 106.439 170.512Z%27 fill=%27white%27/%3E%3Cpath d=%27M101.717 170.389L95.2617 206.146C95.2267 206.356 95.3842 206.566 95.6116 206.549H99.6C99.7749 206.549 99.9149 206.426 99.9499 206.251L106.457 170.494C106.492 170.284 106.335 170.092 106.107 170.092H102.067C101.892 170.092 101.752 170.215 101.717 170.389Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M96.2763 180.308L99.9323 206.146C99.9673 206.356 99.8099 206.548 99.5824 206.548H95.5415C95.3666 206.548 95.2267 206.426 95.1917 206.268L91.5356 180.273C91.6581 179.993 91.798 179.993 92.0254 179.993H95.9089C96.0838 179.993 96.2413 180.133 96.2763 180.308Z%27 fill=%27white%27/%3E%3Cpath d=%27M91.5358 180.291L85.1333 216.083C85.0983 216.292 85.2557 216.485 85.4831 216.485H89.3841C89.6115 216.485 89.734 216.345 89.7689 216.17L96.2764 180.413C96.3114 180.203 96.1539 180.011 95.9265 180.011H91.8856C91.7107 180.011 91.5707 180.116 91.5358 180.291Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M85.9722 190.21L89.7507 216.048C89.7857 216.258 89.6282 216.468 89.4008 216.468H85.3599C85.185 216.468 85.045 216.345 85.0101 216.188L81.354 190.175C81.4765 189.895 81.6164 189.895 81.8438 189.895H85.6048C85.7798 189.895 85.9372 190.035 85.9722 190.21Z%27 fill=%27white%27/%3E%3Cpath d=%27M81.2494 190.192L74.7944 225.949C74.7594 226.159 74.9169 226.369 75.1443 226.351H79.1327C79.3077 226.351 79.4476 226.229 79.4826 226.054L85.99 190.297C86.025 190.087 85.8675 189.895 85.6401 189.895H81.5992C81.4243 189.895 81.2844 190.017 81.2494 190.192Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M75.8095 200.111L79.4655 225.949C79.5005 226.159 79.3431 226.352 79.1157 226.352H75.0748C74.8998 226.352 74.7599 226.229 74.7249 226.072L71.0688 200.076C71.1913 199.796 71.3312 199.796 71.5587 199.796H75.4421C75.617 199.796 75.7745 199.936 75.8095 200.111Z%27 fill=%27white%27/%3E%3Cpath d=%27M71.0685 200.076L64.666 235.868C64.631 236.078 64.7884 236.271 65.0159 236.271H68.9168C69.1442 236.271 69.2667 236.131 69.3017 235.956L75.8091 200.199C75.8441 199.989 75.6866 199.796 75.4592 199.796H71.4183C71.2434 199.796 71.1035 199.901 71.0685 200.076Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M65.523 210.012L69.3015 235.85C69.3364 236.06 69.179 236.27 68.9516 236.27H64.9107C64.7358 236.27 64.5958 236.148 64.5608 235.99L60.9048 209.977C61.0272 209.697 61.1672 209.697 61.3946 209.697H65.1556C65.3305 209.697 65.488 209.837 65.523 210.012Z%27 fill=%27white%27/%3E%3Cpath d=%27M60.7826 209.89L54.3276 245.647C54.2926 245.856 54.4501 246.066 54.6775 246.049H58.6659C58.8408 246.049 58.9808 245.926 59.0158 245.752L65.5232 209.995C65.5582 209.785 65.4007 209.592 65.1733 209.592H61.1324C60.9575 209.592 60.8176 209.715 60.7826 209.89Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M55.3422 219.809L58.9982 245.647C59.0332 245.857 58.8758 246.049 58.6484 246.049H54.6075C54.4326 246.049 54.2926 245.927 54.2576 245.77L50.6016 219.774C50.724 219.494 50.864 219.494 51.0914 219.494H54.9748C55.1498 219.494 55.3072 219.634 55.3422 219.809Z%27 fill=%27white%27/%3E%3Cpath d=%27M50.6012 219.791L44.1987 255.583C44.1637 255.793 44.3212 255.985 44.5486 255.985H48.4495C48.6769 255.985 48.7994 255.845 48.8344 255.671L55.3418 219.914C55.3768 219.704 55.2194 219.511 54.9919 219.511H50.951C50.7761 219.511 50.6362 219.616 50.6012 219.791Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M45.0562 229.711L48.8347 255.549C48.8697 255.759 48.7122 255.968 48.4848 255.968H44.4439C44.269 255.968 44.129 255.846 44.094 255.689L40.438 229.676C40.5604 229.396 40.7004 229.396 40.9278 229.396H44.6888C44.8637 229.396 45.0212 229.536 45.0562 229.711Z%27 fill=%27white%27/%3E%3Cpath d=%27M40.2982 229.693L33.8432 265.45C33.8083 265.66 33.9657 265.87 34.1931 265.852H38.1815C38.3565 265.852 38.4964 265.73 38.5314 265.555L45.0388 229.798C45.0738 229.588 44.9164 229.396 44.689 229.396H40.6481C40.4731 229.396 40.3332 229.518 40.2982 229.693Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M34.8749 239.629L38.531 265.467C38.5659 265.677 38.4085 265.869 38.1811 265.869H34.1402C33.9653 265.869 33.8253 265.747 33.7903 265.589L30.1343 239.594C30.2567 239.314 30.3967 239.314 30.6241 239.314H34.5075C34.6825 239.314 34.8399 239.454 34.8749 239.629Z%27 fill=%27white%27/%3E%3Cpath d=%27M30.1349 239.594L23.7324 275.386C23.6974 275.596 23.8549 275.788 24.0823 275.788H27.9832C28.2106 275.788 28.3331 275.648 28.3681 275.473L34.8755 239.716C34.9105 239.506 34.753 239.314 34.5256 239.314H30.4847C30.3098 239.314 30.1699 239.419 30.1349 239.594Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M24.5718 249.513L28.3503 275.351C28.3853 275.561 28.2278 275.771 28.0004 275.771H23.9595C23.7846 275.771 23.6447 275.649 23.6097 275.491L19.9536 249.478C20.0761 249.198 20.216 249.198 20.4434 249.198H24.2044C24.3794 249.198 24.5368 249.338 24.5718 249.513Z%27 fill=%27white%27/%3E%3Cpath d=%27M19.8309 249.408L13.376 285.165C13.341 285.375 13.4984 285.585 13.7258 285.567H17.7142C17.8892 285.567 18.0291 285.445 18.0641 285.27L24.5715 249.513C24.6065 249.303 24.4491 249.111 24.2217 249.111H20.1808C20.0058 249.111 19.8659 249.233 19.8309 249.408Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M14.4086 259.327L18.0647 285.165C18.0996 285.375 17.9422 285.568 17.7148 285.568H13.6739C13.499 285.568 13.359 285.445 13.324 285.288L9.66797 259.292C9.79042 259.012 9.93036 259.012 10.1578 259.012H14.0412C14.2162 259.012 14.3736 259.152 14.4086 259.327Z%27 fill=%27white%27/%3E%3Cpath d=%27M9.66808 259.292L3.26561 295.084C3.23062 295.294 3.38807 295.487 3.61548 295.487H7.51643C7.74384 295.487 7.86629 295.347 7.90128 295.172L14.4087 259.415C14.4437 259.205 14.2863 259.012 14.0589 259.012H10.0179C9.84301 259.012 9.70307 259.117 9.66808 259.292Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M4.1045 269.228L7.883 295.066C7.91799 295.276 7.76056 295.486 7.53315 295.486H3.49225C3.31732 295.486 3.17736 295.363 3.14238 295.206L-0.513672 269.193C-0.39122 268.913 -0.251278 268.913 -0.0238676 268.913H3.73715C3.91208 268.913 4.06952 269.053 4.1045 269.228Z%27 fill=%27white%27/%3E%3Cpath d=%27M340.636 -25.8724L334.234 9.91951C334.199 10.1294 334.356 10.3219 334.584 10.3219H338.485C338.712 10.3219 338.835 10.1819 338.87 10.0245L345.377 -25.7324C345.412 -25.9424 345.255 -26.1348 345.027 -26.1348H340.986C340.811 -26.1348 340.671 -26.0298 340.636 -25.8549%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M335.074 -15.9363L338.853 9.91926C338.888 10.1292 338.73 10.3391 338.503 10.3391H334.462C334.287 10.3391 334.147 10.2167 334.112 10.0592L330.456 -15.9537C330.579 -16.2336 330.718 -16.2336 330.946 -16.2336H334.707C334.882 -16.2336 335.039 -16.0937 335.074 -15.9188%27 fill=%27white%27/%3E%3Cpath d=%27M330.333 -15.9714L323.878 19.7855C323.843 19.9955 324.001 20.2053 324.228 20.1879H328.217C328.392 20.1879 328.532 20.0654 328.567 19.8905L335.074 -15.8664C335.109 -16.0764 334.951 -16.2688 334.724 -16.2688H330.683C330.508 -16.2688 330.368 -16.1463 330.333 -15.9714Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M324.911 -6.03474L328.567 19.8033C328.602 20.0132 328.444 20.2057 328.217 20.2057H324.176C324.001 20.2057 323.861 20.0832 323.826 19.9258L320.17 -6.06971C320.292 -6.3496 320.432 -6.34961 320.66 -6.34961H324.543C324.718 -6.34961 324.876 -6.20967 324.911 -6.03474Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.17 -6.06988L313.768 29.722C313.733 29.9319 313.89 30.1244 314.117 30.1244H318.018C318.246 30.1244 318.368 29.9844 318.403 29.827L324.911 -5.92996C324.946 -6.13988 324.788 -6.33228 324.561 -6.33228H320.52C320.345 -6.33228 320.205 -6.22736 320.17 -6.05242%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M314.607 3.84905L318.385 29.6871C318.42 29.8971 318.263 30.107 318.036 30.107H313.995C313.82 30.107 313.68 29.9845 313.645 29.8271L309.989 3.81408C310.111 3.53419 310.251 3.53418 310.479 3.53418H314.24C314.415 3.53418 314.572 3.67412 314.607 3.84905Z%27 fill=%27white%27/%3E%3Cpath d=%27M309.884 3.74438L303.429 39.5013C303.394 39.7112 303.551 39.9212 303.779 39.9037H307.767C307.942 39.9037 308.082 39.7812 308.117 39.6063L314.624 3.84934C314.659 3.63942 314.502 3.44702 314.274 3.44702H310.233C310.059 3.44702 309.919 3.56945 309.884 3.74438Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M304.444 13.664L308.1 39.502C308.135 39.7119 307.977 39.9044 307.75 39.9044H303.709C303.534 39.9044 303.394 39.7819 303.359 39.6245L299.703 13.629C299.826 13.3491 299.966 13.3491 300.193 13.3491H304.076C304.251 13.3491 304.409 13.4891 304.444 13.664Z%27 fill=%27white%27/%3E%3Cpath d=%27M299.703 13.6467L293.301 49.4386C293.266 49.6485 293.423 49.8409 293.651 49.8409H297.552C297.779 49.8409 297.901 49.701 297.936 49.5435L304.444 13.7866C304.479 13.5767 304.321 13.3843 304.094 13.3843H300.053C299.878 13.3843 299.738 13.4892 299.703 13.6642%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M294.14 23.5659L297.919 49.4039C297.954 49.6139 297.796 49.8238 297.569 49.8238H293.528C293.353 49.8238 293.213 49.7013 293.178 49.5439L289.522 23.5309C289.644 23.251 289.784 23.251 290.012 23.251H293.773C293.948 23.251 294.105 23.391 294.14 23.5659Z%27 fill=%27white%27/%3E%3Cpath d=%27M289.4 23.5484L282.945 59.3053C282.91 59.5152 283.067 59.7252 283.295 59.7077H287.283C287.458 59.7077 287.598 59.5852 287.633 59.4103L294.14 23.6533C294.175 23.4434 294.018 23.251 293.791 23.251H289.75C289.575 23.251 289.435 23.3735 289.4 23.5484Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M283.959 33.467L287.615 59.3051C287.65 59.515 287.493 59.7074 287.266 59.7074H283.225C283.05 59.7074 282.91 59.585 282.875 59.4275L279.219 33.432C279.341 33.1521 279.481 33.1521 279.709 33.1521H283.592C283.767 33.1521 283.924 33.2921 283.959 33.467Z%27 fill=%27white%27/%3E%3Cpath d=%27M279.236 33.4496L272.833 69.2415C272.798 69.4515 272.956 69.6439 273.183 69.6439H277.084C277.312 69.6439 277.434 69.5039 277.469 69.3465L283.977 33.5896C284.012 33.3797 283.837 33.1873 283.627 33.1873H279.586C279.411 33.1873 279.271 33.2922 279.236 33.4672%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M273.674 43.3683L277.452 69.2064C277.487 69.4163 277.33 69.6263 277.102 69.6263H273.062C272.887 69.6263 272.747 69.5038 272.712 69.3463L269.056 43.3334C269.178 43.0535 269.318 43.0535 269.545 43.0535H273.306C273.481 43.0535 273.639 43.1934 273.674 43.3683Z%27 fill=%27white%27/%3E%3Cpath d=%27M268.933 43.2457L262.478 79.0026C262.443 79.2125 262.6 79.4224 262.828 79.4049H266.816C266.991 79.4049 267.131 79.2825 267.166 79.1075L273.674 43.3506C273.709 43.1407 273.551 42.9482 273.324 42.9482H269.283C269.108 42.9482 268.968 43.0707 268.933 43.2457Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M263.493 53.1823L267.149 79.0203C267.184 79.2303 267.026 79.4227 266.799 79.4227H262.758C262.583 79.4227 262.443 79.3002 262.408 79.1428L258.752 53.1473C258.874 52.8674 259.014 52.8674 259.242 52.8674H263.125C263.3 52.8674 263.458 53.0074 263.493 53.1823Z%27 fill=%27white%27/%3E%3Cpath d=%27M258.769 53.1472L252.367 88.9391C252.332 89.149 252.489 89.3414 252.717 89.3414H256.617C256.845 89.3414 256.967 89.2015 257.002 89.0441L263.51 53.2871C263.545 53.0772 263.37 52.8848 263.16 52.8848H259.119C258.944 52.8848 258.804 52.9897 258.769 53.1647%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M253.206 63.0662L256.985 88.9217C257.02 89.1316 256.862 89.3415 256.635 89.3415H252.594C252.419 89.3415 252.279 89.2191 252.244 89.0617L248.588 63.0486C248.71 62.7688 248.85 62.7688 249.078 62.7688H252.839C253.014 62.7688 253.171 62.9087 253.206 63.0837%27 fill=%27white%27/%3E%3Cpath d=%27M248.466 63.0483L242.011 98.8053C241.976 99.0152 242.133 99.2251 242.361 99.2076H246.349C246.524 99.2076 246.664 99.0852 246.699 98.9102L253.206 63.1533C253.241 62.9434 253.084 62.751 252.856 62.751H248.816C248.641 62.751 248.501 62.8734 248.466 63.0483Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M243.043 72.9677L246.699 98.8057C246.734 99.0157 246.577 99.2081 246.35 99.2081H242.309C242.134 99.2081 241.994 99.0856 241.959 98.9282L238.303 72.9327C238.425 72.6528 238.565 72.6528 238.793 72.6528H242.676C242.851 72.6528 243.008 72.7928 243.043 72.9677Z%27 fill=%27white%27/%3E%3Cpath d=%27M238.302 72.9504L231.9 108.742C231.865 108.952 232.022 109.145 232.25 109.145H236.151C236.378 109.145 236.501 109.005 236.536 108.847L243.043 73.0904C243.078 72.8804 242.921 72.688 242.693 72.688H238.652C238.477 72.688 238.337 72.793 238.302 72.9679%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M232.739 82.8688L236.518 108.707C236.553 108.917 236.395 109.127 236.168 109.127H232.127C231.952 109.127 231.812 109.004 231.777 108.847L228.121 82.8339C228.244 82.554 228.383 82.554 228.611 82.554H232.372C232.547 82.554 232.704 82.6939 232.739 82.8688Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.999 82.7463L221.544 118.503C221.509 118.713 221.666 118.923 221.894 118.906H225.882C226.057 118.906 226.197 118.783 226.232 118.608L232.74 82.8513C232.775 82.6414 232.617 82.449 232.39 82.449H228.349C228.174 82.449 228.034 82.5714 227.999 82.7463Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M222.576 92.6825L226.232 118.521C226.267 118.731 226.11 118.923 225.882 118.923H221.841C221.666 118.923 221.526 118.8 221.491 118.643L217.835 92.6476C217.958 92.3677 218.098 92.3677 218.325 92.3677H222.209C222.384 92.3677 222.541 92.5076 222.576 92.6825Z%27 fill=%27white%27/%3E%3Cpath d=%27M217.836 92.6479L211.434 128.44C211.399 128.65 211.556 128.842 211.783 128.842H215.684C215.912 128.842 216.034 128.702 216.069 128.545L222.577 92.7878C222.612 92.5779 222.437 92.3855 222.227 92.3855H218.186C218.011 92.3855 217.871 92.4905 217.836 92.6654%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M212.272 102.566L216.051 128.404C216.086 128.614 215.929 128.824 215.701 128.824H211.66C211.485 128.824 211.345 128.702 211.31 128.544L207.654 102.531C207.777 102.251 207.917 102.251 208.144 102.251H211.905C212.08 102.251 212.237 102.391 212.272 102.566Z%27 fill=%27white%27/%3E%3Cpath d=%27M207.533 102.567L201.078 138.324C201.043 138.533 201.2 138.743 201.427 138.726H205.416C205.591 138.726 205.731 138.586 205.766 138.429L212.273 102.672C212.308 102.462 212.151 102.269 211.923 102.269H207.882C207.707 102.269 207.568 102.392 207.533 102.567Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M202.091 112.486L205.747 138.324C205.782 138.533 205.625 138.726 205.397 138.726H201.357C201.182 138.726 201.042 138.603 201.007 138.446L197.351 112.451C197.473 112.171 197.613 112.171 197.84 112.171H201.724C201.899 112.171 202.056 112.311 202.091 112.486Z%27 fill=%27white%27/%3E%3Cpath d=%27M197.351 112.45L190.948 148.242C190.913 148.452 191.071 148.645 191.298 148.645H195.199C195.426 148.645 195.549 148.505 195.584 148.347L202.091 112.59C202.126 112.38 201.951 112.188 201.741 112.188H197.701C197.526 112.188 197.386 112.293 197.351 112.468%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M191.806 122.387L195.584 148.225C195.619 148.435 195.462 148.645 195.234 148.645H191.193C191.019 148.645 190.879 148.522 190.844 148.365L187.188 122.352C187.31 122.072 187.45 122.072 187.677 122.072H191.438C191.613 122.072 191.771 122.212 191.806 122.387Z%27 fill=%27white%27/%3E%3Cpath d=%27M187.065 122.265L180.61 158.022C180.575 158.231 180.733 158.441 180.96 158.424H184.949C185.124 158.424 185.263 158.301 185.298 158.127L191.806 122.37C191.841 122.16 191.683 121.967 191.456 121.967H187.415C187.24 121.967 187.1 122.09 187.065 122.265Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M181.625 132.184L185.281 158.022C185.316 158.232 185.159 158.424 184.931 158.424H180.89C180.715 158.424 180.575 158.302 180.54 158.145L176.884 132.149C177.007 131.869 177.147 131.869 177.374 131.869H181.258C181.432 131.869 181.59 132.009 181.625 132.184Z%27 fill=%27white%27/%3E%3Cpath d=%27M176.884 132.166L170.482 167.958C170.447 168.168 170.604 168.36 170.832 168.36H174.733C174.96 168.36 175.083 168.22 175.118 168.063L181.625 132.306C181.66 132.096 181.485 131.903 181.275 131.903H177.234C177.059 131.903 176.919 132.008 176.884 132.183%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M171.339 142.085L175.117 167.94C175.152 168.15 174.995 168.36 174.768 168.36H170.727C170.552 168.36 170.412 168.238 170.377 168.08L166.721 142.067C166.843 141.787 166.983 141.787 167.211 141.787H170.972C171.146 141.787 171.304 141.927 171.339 142.102%27 fill=%27white%27/%3E%3Cpath d=%27M166.598 142.067L160.143 177.824C160.108 178.034 160.265 178.244 160.493 178.227H164.481C164.656 178.227 164.796 178.104 164.831 177.929L171.339 142.172C171.374 141.962 171.216 141.77 170.989 141.77H166.948C166.773 141.77 166.633 141.892 166.598 142.067Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M161.158 151.986L164.814 177.824C164.849 178.034 164.692 178.227 164.464 178.227H160.423C160.248 178.227 160.109 178.104 160.074 177.947L156.417 151.951C156.54 151.671 156.68 151.671 156.907 151.671H160.791C160.966 151.671 161.123 151.811 161.158 151.986Z%27 fill=%27white%27/%3E%3Cpath d=%27M156.435 151.951L150.033 187.743C149.998 187.953 150.155 188.146 150.383 188.146H154.284C154.511 188.146 154.633 188.006 154.668 187.848L161.176 152.091C161.211 151.881 161.053 151.689 160.826 151.689H156.785C156.61 151.689 156.47 151.794 156.435 151.969%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M150.872 161.887L154.65 187.725C154.685 187.935 154.528 188.145 154.3 188.145H150.259C150.084 188.145 149.944 188.023 149.909 187.865L146.253 161.852C146.376 161.573 146.516 161.573 146.743 161.573H150.504C150.679 161.573 150.837 161.712 150.872 161.887Z%27 fill=%27white%27/%3E%3Cpath d=%27M146.131 161.765L139.676 197.522C139.641 197.732 139.799 197.941 140.026 197.924H144.015C144.189 197.924 144.329 197.802 144.364 197.627L150.872 161.87C150.907 161.66 150.749 161.45 150.522 161.467H146.481C146.306 161.467 146.166 161.59 146.131 161.765Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M140.691 171.684L144.347 197.522C144.382 197.732 144.224 197.924 143.997 197.924H139.956C139.781 197.924 139.641 197.802 139.606 197.645L135.95 171.649C136.073 171.369 136.213 171.369 136.44 171.369H140.323C140.498 171.369 140.656 171.509 140.691 171.684Z%27 fill=%27white%27/%3E%3Cpath d=%27M135.968 171.667L129.566 207.459C129.531 207.668 129.688 207.861 129.916 207.861H133.817C134.044 207.861 134.167 207.721 134.202 207.546L140.709 171.789C140.744 171.579 140.587 171.387 140.359 171.387H136.318C136.143 171.387 136.003 171.492 135.968 171.667Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M130.405 181.585L134.184 207.423C134.219 207.633 134.061 207.843 133.834 207.843H129.793C129.618 207.843 129.478 207.72 129.443 207.563L125.787 181.55C125.91 181.27 126.05 181.27 126.277 181.27H130.038C130.213 181.27 130.37 181.41 130.405 181.585Z%27 fill=%27white%27/%3E%3Cpath d=%27M125.664 181.567L119.209 217.324C119.174 217.534 119.332 217.744 119.559 217.727H123.548C123.723 217.727 123.863 217.604 123.898 217.429L130.405 181.672C130.44 181.462 130.283 181.27 130.055 181.27H126.014C125.839 181.27 125.699 181.392 125.664 181.567Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M120.224 191.487L123.88 217.325C123.915 217.535 123.758 217.727 123.53 217.727H119.489C119.314 217.727 119.174 217.605 119.139 217.447L115.483 191.452C115.606 191.172 115.746 191.172 115.973 191.172H119.857C120.032 191.172 120.189 191.312 120.224 191.487Z%27 fill=%27white%27/%3E%3Cpath d=%27M115.484 191.469L109.081 227.261C109.046 227.471 109.203 227.663 109.431 227.663H113.332C113.559 227.663 113.682 227.523 113.717 227.349L120.224 191.592C120.259 191.382 120.102 191.189 119.874 191.189H115.833C115.658 191.189 115.519 191.294 115.484 191.469Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M109.921 201.389L113.699 227.227C113.734 227.437 113.577 227.647 113.35 227.647H109.309C109.134 227.647 108.994 227.524 108.959 227.367L105.303 201.354C105.425 201.074 105.565 201.074 105.793 201.074H109.554C109.728 201.074 109.886 201.214 109.921 201.389Z%27 fill=%27white%27/%3E%3Cpath d=%27M105.198 201.266L98.7427 237.023C98.7077 237.233 98.8651 237.443 99.0925 237.425H103.081C103.256 237.425 103.396 237.303 103.431 237.128L109.938 201.371C109.973 201.161 109.816 200.969 109.588 200.969H105.547C105.373 200.969 105.233 201.091 105.198 201.266Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M99.7577 211.202L103.414 237.04C103.449 237.25 103.291 237.442 103.064 237.442H99.023C98.8481 237.442 98.7082 237.32 98.6732 237.162L95.0171 211.167C95.1395 210.887 95.2795 210.887 95.5069 210.887H99.3904C99.5653 210.887 99.7227 211.027 99.7577 211.202Z%27 fill=%27white%27/%3E%3Cpath d=%27M95.0162 211.167L88.6138 246.959C88.5788 247.168 88.7362 247.361 88.9636 247.361H92.8646C93.092 247.361 93.2144 247.221 93.2494 247.046L99.7568 211.289C99.7918 211.079 99.6344 210.887 99.407 210.887H95.3661C95.1912 210.887 95.0512 210.992 95.0162 211.167Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M89.4531 221.086L93.2316 246.924C93.2666 247.134 93.1092 247.344 92.8818 247.344H88.8409C88.6659 247.344 88.526 247.221 88.491 247.064L84.835 221.051C84.9574 220.771 85.0974 220.771 85.3248 220.771H89.0858C89.2607 220.771 89.4181 220.911 89.4531 221.086Z%27 fill=%27white%27/%3E%3Cpath d=%27M84.7303 221.068L78.2754 256.825C78.2404 257.035 78.3978 257.245 78.6252 257.228H82.6137C82.7886 257.228 82.9285 257.105 82.9635 256.93L89.4709 221.173C89.5059 220.963 89.3485 220.771 89.1211 220.771H85.0802C84.9053 220.771 84.7653 220.893 84.7303 221.068Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M79.2904 230.987L82.9465 256.825C82.9815 257.035 82.824 257.227 82.5966 257.227H78.5557C78.3808 257.227 78.2408 257.105 78.2059 256.947L74.5498 230.952C74.6723 230.672 74.8122 230.672 75.0396 230.672H78.9231C79.098 230.672 79.2555 230.812 79.2904 230.987Z%27 fill=%27white%27/%3E%3Cpath d=%27M74.5499 230.97L68.1474 266.762C68.1125 266.972 68.2699 267.164 68.4973 267.164H72.3983C72.6257 267.164 72.7481 267.024 72.7831 266.849L79.2906 231.093C79.3255 230.883 79.1681 230.69 78.9407 230.69H74.8998C74.7248 230.69 74.5849 230.795 74.5499 230.97Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M69.0039 240.889L72.7824 266.727C72.8174 266.937 72.66 267.147 72.4326 267.147H68.3916C68.2167 267.147 68.0768 267.024 68.0418 266.867L64.3857 240.854C64.5082 240.574 64.6481 240.574 64.8755 240.574H68.6366C68.8115 240.574 68.9689 240.714 69.0039 240.889Z%27 fill=%27white%27/%3E%3Cpath d=%27M64.2635 240.766L57.8086 276.523C57.7736 276.733 57.931 276.943 58.1584 276.925H62.1469C62.3218 276.925 62.4617 276.803 62.4967 276.628L69.0042 240.871C69.0391 240.661 68.8817 240.469 68.6543 240.469H64.6134C64.4385 240.469 64.2985 240.591 64.2635 240.766Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M58.8227 250.703L62.4787 276.541C62.5137 276.751 62.3563 276.943 62.1288 276.943H58.0879C57.913 276.943 57.7731 276.821 57.7381 276.663L54.082 250.668C54.2045 250.388 54.3444 250.388 54.5718 250.388H58.4553C58.6302 250.388 58.7877 250.528 58.8227 250.703Z%27 fill=%27white%27/%3E%3Cpath d=%27M54.1002 250.668L47.6977 286.459C47.6628 286.669 47.8202 286.862 48.0476 286.862H51.9486C52.176 286.862 52.2984 286.722 52.3334 286.547L58.8408 250.79C58.8758 250.58 58.7184 250.388 58.491 250.388H54.4501C54.2751 250.388 54.1352 250.493 54.1002 250.668Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M48.5371 260.587L52.3156 286.425C52.3506 286.635 52.1932 286.845 51.9658 286.845H47.9249C47.7499 286.845 47.61 286.722 47.575 286.565L43.9189 260.552C44.0414 260.272 44.1813 260.272 44.4087 260.272H48.1698C48.3447 260.272 48.5021 260.412 48.5371 260.587Z%27 fill=%27white%27/%3E%3Cpath d=%27M43.7796 260.586L37.3247 296.343C37.2897 296.553 37.4472 296.763 37.6746 296.745H41.663C41.8379 296.745 41.9779 296.623 42.0128 296.448L48.5203 260.691C48.5553 260.481 48.3978 260.289 48.1704 260.289H44.1295C43.9546 260.289 43.8146 260.411 43.7796 260.586Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M38.3568 270.505L42.0129 296.343C42.0479 296.553 41.8904 296.746 41.663 296.746H37.6221C37.4472 296.746 37.3072 296.623 37.2723 296.466L33.6162 270.47C33.7387 270.19 33.8786 270.19 34.106 270.19H37.9895C38.1644 270.19 38.3218 270.33 38.3568 270.505Z%27 fill=%27white%27/%3E%3Cpath d=%27M33.6158 270.47L27.2134 306.262C27.1784 306.472 27.3358 306.665 27.5632 306.665H31.4642C31.6916 306.665 31.814 306.525 31.849 306.35L38.3565 270.593C38.3915 270.383 38.2165 270.19 38.0066 270.19H33.9657C33.7908 270.19 33.6508 270.295 33.6158 270.47Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M28.0532 280.407L31.8317 306.245C31.8667 306.455 31.7093 306.665 31.4819 306.665H27.441C27.266 306.665 27.1261 306.542 27.0911 306.385L23.4351 280.372C23.5575 280.092 23.6975 280.092 23.9249 280.092H27.6859C27.8608 280.092 28.0182 280.232 28.0532 280.407Z%27 fill=%27white%27/%3E%3Cpath d=%27M23.3119 280.284L16.8569 316.041C16.8219 316.251 16.9794 316.461 17.2068 316.444H21.1952C21.3701 316.444 21.5101 316.321 21.5451 316.146L28.0525 280.389C28.0875 280.18 27.93 279.987 27.7026 279.987H23.6617C23.4868 279.987 23.3469 280.11 23.3119 280.284Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M17.8896 290.203L21.5456 316.041C21.5806 316.251 21.4232 316.443 21.1957 316.443H17.1548C16.9799 316.443 16.84 316.321 16.805 316.164L13.1489 290.168C13.2714 289.888 13.4113 289.888 13.6387 289.888H17.5222C17.6971 289.888 17.8546 290.028 17.8896 290.203Z%27 fill=%27white%27/%3E%3Cpath d=%27M13.149 290.185L6.74657 325.977C6.71158 326.187 6.86901 326.379 7.09642 326.379H10.9974C11.2248 326.379 11.3472 326.239 11.3822 326.065L17.8897 290.308C17.9246 290.098 17.7672 289.905 17.5398 289.905H13.4989C13.324 289.905 13.184 290.01 13.149 290.185Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M7.58595 300.104L11.3645 325.942C11.3994 326.152 11.242 326.362 11.0146 326.362H6.97369C6.79876 326.362 6.65882 326.24 6.62384 326.082L2.96777 300.069C3.09023 299.79 3.23017 299.79 3.45758 299.79H7.21859C7.39352 299.79 7.55096 299.929 7.58595 300.104Z%27 fill=%27white%27/%3E%3Cpath d=%27M2.86265 300.087L-3.5923 335.844C-3.62729 336.054 -3.46984 336.264 -3.24243 336.246H0.74599C0.920921 336.246 1.06086 336.124 1.09585 335.949L7.60328 300.192C7.63826 299.982 7.48083 299.79 7.25342 299.79H3.21251C3.03758 299.79 2.89764 299.912 2.86265 300.087Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M375.045 -26.5021L368.59 9.25477C368.555 9.46469 368.713 9.67464 368.94 9.65714H372.929C373.103 9.65714 373.243 9.53472 373.278 9.35978L379.786 -26.3971C379.821 -26.6071 379.663 -26.817 379.436 -26.7995H375.395C375.22 -26.7995 375.08 -26.677 375.045 -26.5021Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M369.605 -16.5833L373.261 9.25471C373.296 9.46463 373.139 9.65708 372.912 9.65708H368.871C368.696 9.65708 368.556 9.53462 368.521 9.37718L364.865 -16.6183C364.987 -16.8982 365.127 -16.8982 365.355 -16.8982H369.238C369.413 -16.8982 369.57 -16.7583 369.605 -16.5833Z%27 fill=%27white%27/%3E%3Cpath d=%27M364.882 -16.6185L358.48 19.1734C358.445 19.3833 358.602 19.5758 358.83 19.5758H362.731C362.958 19.5758 363.081 19.4358 363.116 19.2784L369.623 -16.4785C369.658 -16.6885 369.501 -16.8809 369.273 -16.8809H365.232C365.057 -16.8809 364.917 -16.7759 364.882 -16.601%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M359.32 -6.68244L363.098 19.1556C363.133 19.3655 362.976 19.5755 362.748 19.5755H358.708C358.533 19.5755 358.393 19.453 358.358 19.2956L354.702 -6.71741C354.824 -6.99731 354.964 -6.99731 355.191 -6.99731H358.952C359.127 -6.99731 359.285 -6.85738 359.32 -6.68244Z%27 fill=%27white%27/%3E%3Cpath d=%27M354.579 -6.80518L348.124 28.9517C348.09 29.1617 348.247 29.3716 348.474 29.3541H352.463C352.638 29.3541 352.778 29.2316 352.813 29.0567L359.32 -6.70022C359.355 -6.91014 359.198 -7.10254 358.97 -7.10254H354.929C354.754 -7.10254 354.614 -6.98011 354.579 -6.80518Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M349.139 3.11419L352.795 28.9522C352.83 29.1621 352.672 29.3546 352.445 29.3546H348.404C348.229 29.3546 348.089 29.2321 348.054 29.0747L344.398 3.07917C344.52 2.79927 344.66 2.79932 344.888 2.79932H348.771C348.946 2.79932 349.104 2.93925 349.139 3.11419Z%27 fill=%27white%27/%3E%3Cpath d=%27M344.416 3.09687L338.014 38.8888C337.979 39.0987 338.136 39.2911 338.364 39.2911H342.264C342.492 39.2911 342.614 39.1512 342.649 38.9937L349.157 3.23684C349.192 3.02692 349.017 2.83447 348.807 2.83447H344.766C344.591 2.83447 344.451 2.93944 344.416 3.11438%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M338.853 13.0173L342.631 38.8553C342.666 39.0653 342.509 39.2752 342.281 39.2752H338.24C338.065 39.2752 337.925 39.1527 337.89 38.9953L334.234 12.9823C334.357 12.7024 334.497 12.7024 334.724 12.7024H338.485C338.66 12.7024 338.818 12.8424 338.853 13.0173Z%27 fill=%27white%27/%3E%3Cpath d=%27M334.112 12.9998L327.657 48.7567C327.622 48.9667 327.78 49.1766 328.007 49.1591H331.995C332.17 49.1591 332.31 49.0366 332.345 48.8617L338.853 13.1048C338.888 12.8948 338.73 12.7024 338.503 12.7024H334.462C334.287 12.7024 334.147 12.8249 334.112 12.9998Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M328.689 22.9184L332.345 48.7565C332.38 48.9664 332.223 49.1588 331.996 49.1588H327.955C327.78 49.1588 327.64 49.0364 327.605 48.8789L323.949 22.8834C324.071 22.6035 324.211 22.6035 324.439 22.6035H328.322C328.497 22.6035 328.654 22.7435 328.689 22.9184Z%27 fill=%27white%27/%3E%3Cpath d=%27M323.948 22.883L317.546 58.6749C317.511 58.8848 317.668 59.0773 317.896 59.0773H321.797C322.024 59.0773 322.147 58.9373 322.182 58.7799L328.689 23.023C328.724 22.8131 328.567 22.6206 328.339 22.6206H324.298C324.123 22.6206 323.983 22.7256 323.948 22.9005%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M318.386 32.8198L322.164 58.6578C322.199 58.8678 322.042 59.0777 321.814 59.0777H317.773C317.599 59.0777 317.459 58.9552 317.424 58.7978L313.768 32.7848C313.89 32.5049 314.03 32.5049 314.257 32.5049H318.018C318.193 32.5049 318.351 32.6448 318.386 32.8198Z%27 fill=%27white%27/%3E%3Cpath d=%27M313.644 32.6974L307.189 68.4543C307.154 68.6642 307.312 68.8741 307.539 68.8566H311.528C311.703 68.8566 311.843 68.7342 311.878 68.5592L318.385 32.8023C318.42 32.5924 318.263 32.3825 318.035 32.3999H313.994C313.819 32.3999 313.679 32.5224 313.644 32.6974Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M308.223 42.6161L311.879 68.4542C311.914 68.6641 311.756 68.8565 311.529 68.8565H307.488C307.313 68.8565 307.173 68.7341 307.138 68.5766L303.482 42.5812C303.604 42.3013 303.744 42.3013 303.972 42.3013H307.855C308.03 42.3013 308.188 42.4412 308.223 42.6161Z%27 fill=%27white%27/%3E%3Cpath d=%27M303.482 42.5989L297.079 78.3908C297.044 78.6007 297.202 78.7931 297.429 78.7931H301.33C301.557 78.7931 301.68 78.6532 301.715 78.4957L308.222 42.7388C308.257 42.5289 308.082 42.3364 307.872 42.3364H303.831C303.656 42.3364 303.517 42.4414 303.482 42.6163%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M297.919 52.5173L301.697 78.3553C301.732 78.5652 301.575 78.7752 301.348 78.7752H297.307C297.132 78.7752 296.992 78.6527 296.957 78.4953L293.301 52.4823C293.423 52.2024 293.563 52.2024 293.791 52.2024H297.552C297.727 52.2024 297.884 52.3423 297.919 52.5173Z%27 fill=%27white%27/%3E%3Cpath d=%27M293.179 52.4998L286.724 88.2567C286.689 88.4666 286.846 88.6765 287.073 88.659H291.062C291.237 88.659 291.377 88.5366 291.412 88.3616L297.919 52.6047C297.954 52.3948 297.797 52.2024 297.569 52.2024H293.528C293.353 52.2024 293.214 52.3248 293.179 52.4998Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M287.738 62.4365L291.394 88.2745C291.429 88.4845 291.272 88.6769 291.044 88.6769H287.003C286.829 88.6769 286.689 88.5544 286.654 88.397L282.998 62.4015C283.12 62.1216 283.26 62.1216 283.487 62.1216H287.371C287.546 62.1216 287.703 62.2616 287.738 62.4365Z%27 fill=%27white%27/%3E%3Cpath d=%27M282.997 62.4013L276.595 98.1932C276.56 98.4032 276.717 98.5956 276.945 98.5956H280.846C281.073 98.5956 281.195 98.4557 281.23 98.2982L287.738 62.5413C287.773 62.3314 287.598 62.1389 287.388 62.1389H283.347C283.172 62.1389 283.032 62.2439 282.997 62.4188%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M277.452 72.3204L281.23 98.1759C281.265 98.3858 281.108 98.5957 280.88 98.5957H276.839C276.664 98.5957 276.525 98.4733 276.49 98.3158L272.833 72.3029C272.956 72.023 273.096 72.0229 273.323 72.0229H277.084C277.259 72.0229 277.417 72.1629 277.452 72.3379%27 fill=%27white%27/%3E%3Cpath d=%27M272.711 72.2151L266.256 107.972C266.221 108.182 266.379 108.392 266.606 108.374H270.595C270.77 108.374 270.91 108.252 270.944 108.077L277.452 72.3201C277.487 72.1102 277.329 71.9177 277.102 71.9177H273.061C272.886 71.9177 272.746 72.0402 272.711 72.2151Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M267.271 82.134L270.927 107.972C270.962 108.182 270.804 108.374 270.577 108.374H266.536C266.361 108.374 266.221 108.252 266.186 108.094L262.53 82.099C262.653 81.8191 262.793 81.8191 263.02 81.8191H266.904C267.078 81.8191 267.236 81.959 267.271 82.134Z%27 fill=%27white%27/%3E%3Cpath d=%27M262.53 82.0993L256.128 117.891C256.093 118.101 256.25 118.294 256.478 118.294H260.379C260.606 118.294 260.729 118.154 260.764 117.996L267.271 82.2392C267.306 82.0293 267.131 81.8369 266.921 81.8369H262.88C262.705 81.8369 262.565 81.9419 262.53 82.1168%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M256.985 92.0356L260.763 117.891C260.798 118.101 260.641 118.311 260.414 118.311H256.373C256.198 118.311 256.058 118.189 256.023 118.031L252.367 92.0182C252.489 91.7383 252.629 91.7383 252.857 91.7383H256.618C256.792 91.7383 256.95 91.8782 256.985 92.0532%27 fill=%27white%27/%3E%3Cpath d=%27M252.244 92.0005L245.789 127.757C245.754 127.967 245.911 128.177 246.139 128.16H250.127C250.302 128.16 250.442 128.037 250.477 127.862L256.985 92.1055C257.02 91.8956 256.862 91.7031 256.635 91.7031H252.594C252.419 91.7031 252.279 91.8256 252.244 92.0005Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M246.804 101.936L250.46 127.774C250.495 127.984 250.337 128.177 250.11 128.177H246.069C245.894 128.177 245.754 128.054 245.719 127.897L242.063 101.901C242.185 101.622 242.325 101.622 242.553 101.622H246.436C246.611 101.622 246.769 101.762 246.804 101.936Z%27 fill=%27white%27/%3E%3Cpath d=%27M242.081 101.902L235.678 137.694C235.643 137.904 235.801 138.096 236.028 138.096H239.929C240.156 138.096 240.279 137.956 240.314 137.799L246.821 102.042C246.856 101.832 246.681 101.639 246.471 101.639H242.431C242.256 101.639 242.116 101.744 242.081 101.919%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M236.519 111.82L240.297 137.659C240.332 137.868 240.175 138.078 239.947 138.078H235.906C235.731 138.078 235.591 137.956 235.556 137.798L231.9 111.786C232.023 111.506 232.163 111.506 232.39 111.506H236.151C236.326 111.506 236.484 111.646 236.519 111.82Z%27 fill=%27white%27/%3E%3Cpath d=%27M231.777 111.716L225.322 147.473C225.287 147.683 225.445 147.893 225.672 147.876H229.661C229.835 147.876 229.975 147.736 230.01 147.578L236.518 111.821C236.553 111.611 236.395 111.419 236.168 111.419H232.127C231.952 111.419 231.812 111.541 231.777 111.716Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M226.337 121.634L229.993 147.472C230.028 147.682 229.871 147.875 229.644 147.875H225.603C225.428 147.875 225.288 147.752 225.253 147.595L221.597 121.599C221.719 121.32 221.859 121.32 222.086 121.32H225.97C226.145 121.32 226.302 121.46 226.337 121.634Z%27 fill=%27white%27/%3E%3Cpath d=%27M221.614 121.599L215.211 157.391C215.176 157.601 215.334 157.794 215.561 157.794H219.462C219.69 157.794 219.812 157.654 219.847 157.496L226.354 121.739C226.389 121.529 226.215 121.337 226.005 121.337H221.964C221.789 121.337 221.649 121.442 221.614 121.617%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M216.051 131.536L219.83 157.374C219.865 157.584 219.707 157.794 219.48 157.794H215.439C215.264 157.794 215.124 157.672 215.089 157.514L211.433 131.501C211.556 131.221 211.695 131.221 211.923 131.221H215.684C215.859 131.221 216.016 131.361 216.051 131.536Z%27 fill=%27white%27/%3E%3Cpath d=%27M211.31 131.519L204.855 167.276C204.82 167.486 204.978 167.696 205.205 167.678H209.194C209.369 167.678 209.509 167.556 209.544 167.381L216.051 131.624C216.086 131.414 215.929 131.221 215.701 131.221H211.66C211.485 131.221 211.345 131.344 211.31 131.519Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M205.87 141.438L209.526 167.293C209.561 167.503 209.404 167.695 209.176 167.695H205.135C204.96 167.695 204.82 167.573 204.785 167.416L201.129 141.42C201.252 141.14 201.392 141.14 201.619 141.14H205.503C205.678 141.14 205.835 141.28 205.87 141.455%27 fill=%27white%27/%3E%3Cpath d=%27M201.13 141.42L194.727 177.212C194.692 177.422 194.85 177.614 195.077 177.614H198.978C199.205 177.614 199.328 177.474 199.363 177.317L205.87 141.56C205.905 141.35 205.748 141.157 205.52 141.157H201.479C201.304 141.157 201.164 141.262 201.13 141.437%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M195.567 151.339L199.345 177.194C199.38 177.404 199.223 177.614 198.996 177.614H194.955C194.78 177.614 194.64 177.492 194.605 177.334L190.949 151.321C191.071 151.041 191.211 151.041 191.439 151.041H195.2C195.374 151.041 195.532 151.181 195.567 151.356%27 fill=%27white%27/%3E%3Cpath d=%27M190.844 151.216L184.389 186.973C184.354 187.183 184.511 187.393 184.739 187.376H188.727C188.902 187.376 189.042 187.253 189.077 187.078L195.584 151.321C195.619 151.111 195.462 150.919 195.234 150.919H191.193C191.019 150.919 190.879 151.041 190.844 151.216Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M185.403 161.153L189.059 186.991C189.094 187.201 188.937 187.393 188.709 187.393H184.669C184.494 187.393 184.354 187.271 184.319 187.114L180.663 161.118C180.785 160.838 180.925 160.838 181.152 160.838H185.036C185.211 160.838 185.368 160.978 185.403 161.153Z%27 fill=%27white%27/%3E%3Cpath d=%27M180.663 161.118L174.26 196.91C174.225 197.12 174.383 197.312 174.61 197.312H178.511C178.738 197.312 178.861 197.172 178.896 197.015L185.403 161.258C185.438 161.048 185.281 160.855 185.053 160.855H181.013C180.838 160.855 180.698 160.96 180.663 161.135%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M175.1 171.036L178.879 196.874C178.914 197.084 178.756 197.294 178.529 197.294H174.488C174.313 197.294 174.173 197.172 174.138 197.014L170.482 171.001C170.604 170.721 170.744 170.721 170.972 170.721H174.733C174.908 170.721 175.065 170.861 175.1 171.036Z%27 fill=%27white%27/%3E%3Cpath d=%27M170.377 171.019L163.922 206.776C163.887 206.986 164.044 207.196 164.272 207.178H168.26C168.435 207.178 168.575 207.056 168.61 206.881L175.117 171.124C175.152 170.914 174.995 170.721 174.768 170.721H170.727C170.552 170.721 170.412 170.844 170.377 171.019Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M164.936 180.938L168.592 206.776C168.627 206.986 168.47 207.179 168.243 207.179H164.202C164.027 207.179 163.887 207.056 163.852 206.899L160.196 180.903C160.318 180.623 160.458 180.623 160.686 180.623H164.569C164.744 180.623 164.901 180.763 164.936 180.938Z%27 fill=%27white%27/%3E%3Cpath d=%27M160.196 180.921L153.793 216.712C153.758 216.922 153.916 217.115 154.143 217.115H158.044C158.272 217.115 158.394 216.975 158.429 216.8L164.937 181.043C164.972 180.833 164.814 180.641 164.587 180.641H160.546C160.371 180.641 160.231 180.746 160.196 180.921Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M154.651 190.84L158.429 216.678C158.464 216.888 158.307 217.098 158.08 217.098H154.039C153.864 217.098 153.724 216.975 153.689 216.818L150.033 190.805C150.155 190.525 150.295 190.525 150.523 190.525H154.284C154.458 190.525 154.616 190.665 154.651 190.84Z%27 fill=%27white%27/%3E%3Cpath d=%27M149.91 190.717L143.455 226.474C143.42 226.684 143.578 226.894 143.805 226.877H147.793C147.968 226.877 148.108 226.754 148.143 226.579L154.651 190.822C154.686 190.612 154.528 190.42 154.301 190.42H150.26C150.085 190.42 149.945 190.542 149.91 190.717Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M144.47 200.653L148.126 226.492C148.161 226.701 148.003 226.894 147.776 226.894H143.735C143.56 226.894 143.42 226.771 143.385 226.614L139.729 200.619C139.851 200.339 139.991 200.339 140.219 200.339H144.102C144.277 200.339 144.435 200.479 144.47 200.653Z%27 fill=%27white%27/%3E%3Cpath d=%27M139.746 200.619L133.344 236.41C133.309 236.62 133.466 236.813 133.694 236.813H137.595C137.822 236.813 137.944 236.673 137.979 236.498L144.487 200.741C144.522 200.531 144.364 200.339 144.137 200.339H140.096C139.921 200.339 139.781 200.444 139.746 200.619Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M134.184 210.537L137.962 236.375C137.997 236.585 137.84 236.795 137.612 236.795H133.571C133.396 236.795 133.256 236.672 133.222 236.515L129.565 210.502C129.688 210.222 129.828 210.222 130.055 210.222H133.816C133.991 210.222 134.149 210.362 134.184 210.537Z%27 fill=%27white%27/%3E%3Cpath d=%27M129.426 210.52L122.971 246.277C122.936 246.486 123.093 246.696 123.321 246.679H127.309C127.484 246.679 127.624 246.556 127.659 246.381L134.166 210.625C134.201 210.415 134.044 210.222 133.816 210.222H129.775C129.601 210.222 129.461 210.345 129.426 210.52Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M124.002 220.455L127.658 246.294C127.693 246.503 127.536 246.696 127.309 246.696H123.268C123.093 246.696 122.953 246.573 122.918 246.416L119.262 220.421C119.384 220.141 119.524 220.141 119.752 220.141H123.635C123.81 220.141 123.967 220.281 124.002 220.455Z%27 fill=%27white%27/%3E%3Cpath d=%27M119.262 220.421L112.859 256.212C112.824 256.422 112.982 256.615 113.209 256.615H117.11C117.338 256.615 117.46 256.475 117.495 256.3L124.002 220.543C124.037 220.333 123.88 220.141 123.653 220.141H119.612C119.437 220.141 119.297 220.246 119.262 220.421Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M113.699 230.34L117.478 256.178C117.513 256.388 117.355 256.598 117.128 256.598H113.087C112.912 256.598 112.772 256.475 112.737 256.318L109.081 230.305C109.204 230.025 109.343 230.025 109.571 230.025H113.332C113.507 230.025 113.664 230.165 113.699 230.34Z%27 fill=%27white%27/%3E%3Cpath d=%27M108.959 230.235L102.504 265.992C102.469 266.202 102.626 266.412 102.854 266.394H106.842C107.017 266.394 107.157 266.272 107.192 266.097L113.699 230.34C113.734 230.13 113.577 229.938 113.35 229.938H109.309C109.134 229.938 108.994 230.06 108.959 230.235Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M103.536 240.154L107.192 265.992C107.227 266.202 107.069 266.394 106.842 266.394H102.801C102.626 266.394 102.486 266.272 102.451 266.114L98.7949 240.119C98.9174 239.839 99.0573 239.839 99.2847 239.839H103.168C103.343 239.839 103.501 239.979 103.536 240.154Z%27 fill=%27white%27/%3E%3Cpath d=%27M98.795 240.119L92.3926 275.911C92.3576 276.121 92.515 276.313 92.7424 276.313H96.6434C96.8708 276.313 96.9933 276.173 97.0282 275.998L103.536 240.241C103.571 240.031 103.413 239.839 103.186 239.839H99.1449C98.97 239.839 98.83 239.944 98.795 240.119Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M93.2319 250.055L97.0104 275.893C97.0454 276.103 96.888 276.313 96.6606 276.313H92.6197C92.4447 276.313 92.3048 276.19 92.2698 276.033L88.6138 250.02C88.7362 249.74 88.8762 249.74 89.1036 249.74H92.8646C93.0395 249.74 93.197 249.88 93.2319 250.055Z%27 fill=%27white%27/%3E%3Cpath d=%27M88.5091 250.02L82.0542 285.777C82.0192 285.987 82.1766 286.197 82.404 286.179H86.3925C86.5674 286.179 86.7073 286.057 86.7423 285.882L93.2497 250.125C93.2847 249.915 93.1273 249.723 92.8999 249.723H88.859C88.6841 249.723 88.5441 249.845 88.5091 250.02Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M83.0693 259.957L86.7253 285.795C86.7603 286.005 86.6029 286.197 86.3754 286.197H82.3345C82.1596 286.197 82.0196 286.075 81.9847 285.917L78.3286 259.922C78.4511 259.642 78.591 259.642 78.8184 259.642H82.7019C82.8768 259.642 83.0343 259.782 83.0693 259.957Z%27 fill=%27white%27/%3E%3Cpath d=%27M78.3282 259.922L71.9258 295.714C71.8908 295.924 72.0482 296.116 72.2756 296.116H76.1766C76.404 296.116 76.5265 295.976 76.5614 295.801L83.0689 260.044C83.1039 259.834 82.9464 259.642 82.719 259.642H78.6781C78.5032 259.642 78.3632 259.747 78.3282 259.922Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M72.7656 269.84L76.5441 295.678C76.5791 295.888 76.4217 296.098 76.1943 296.098H72.1534C71.9785 296.098 71.8385 295.976 71.8035 295.818L68.1475 269.805C68.2699 269.525 68.4099 269.525 68.6373 269.525H72.3983C72.5732 269.525 72.7306 269.665 72.7656 269.84Z%27 fill=%27white%27/%3E%3Cpath d=%27M68.0418 269.736L61.5869 305.493C61.5519 305.703 61.7093 305.913 61.9368 305.895H65.9252C66.1001 305.895 66.2401 305.773 66.275 305.598L72.7825 269.841C72.8175 269.631 72.66 269.438 72.4326 269.438H68.3917C68.2168 269.438 68.0768 269.561 68.0418 269.736Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M62.602 279.655L66.258 305.493C66.293 305.703 66.1356 305.895 65.9081 305.895H61.8672C61.6923 305.895 61.5524 305.773 61.5174 305.615L57.8613 279.62C57.9838 279.34 58.1237 279.34 58.3511 279.34H62.2346C62.4095 279.34 62.567 279.48 62.602 279.655Z%27 fill=%27white%27/%3E%3Cpath d=%27M57.8614 279.637L51.459 315.428C51.424 315.638 51.5814 315.831 51.8088 315.831H55.7098C55.9372 315.831 56.0597 315.691 56.0946 315.516L62.6021 279.759C62.6371 279.549 62.4621 279.357 62.2522 279.357H58.2113C58.0364 279.357 57.8964 279.462 57.8614 279.637Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M52.2984 289.556L56.0769 315.394C56.1118 315.604 55.9544 315.814 55.727 315.814H51.6861C51.5112 315.814 51.3712 315.692 51.3362 315.534L47.6802 289.521C47.8026 289.241 47.9426 289.241 48.17 289.241H51.931C52.1059 289.241 52.2634 289.381 52.2984 289.556Z%27 fill=%27white%27/%3E%3Cpath d=%27M47.558 289.539L41.103 325.295C41.068 325.505 41.2255 325.715 41.4529 325.698H45.4413C45.6162 325.698 45.7562 325.575 45.7912 325.4L52.2986 289.644C52.3336 289.434 52.1761 289.241 51.9487 289.241H47.9078C47.7329 289.241 47.5929 289.364 47.558 289.539Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M42.1176 299.457L45.7736 325.295C45.8086 325.505 45.6512 325.698 45.4238 325.698H41.3829C41.2079 325.698 41.068 325.575 41.033 325.418L37.377 299.422C37.4994 299.142 37.6394 299.142 37.8668 299.142H41.7502C41.9252 299.142 42.0826 299.282 42.1176 299.457Z%27 fill=%27white%27/%3E%3Cpath d=%27M37.3946 299.44L30.9922 335.232C30.9572 335.442 31.1146 335.634 31.342 335.634H35.243C35.4704 335.634 35.5928 335.494 35.6278 335.319L42.1353 299.563C42.1702 299.353 42.0128 299.16 41.7854 299.16H37.7445C37.5696 299.16 37.4296 299.265 37.3946 299.44Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M31.8316 309.359L35.6101 335.197C35.6451 335.407 35.4876 335.616 35.2602 335.616H31.2193C31.0444 335.616 30.9044 335.494 30.8694 335.337L27.2134 309.324C27.3358 309.044 27.4758 309.044 27.7032 309.044H31.4642C31.6391 309.044 31.7966 309.184 31.8316 309.359Z%27 fill=%27white%27/%3E%3Cpath d=%27M27.0907 309.236L20.6357 344.993C20.6007 345.203 20.7582 345.413 20.9856 345.395H24.974C25.1489 345.395 25.2889 345.273 25.3239 345.098L31.8313 309.341C31.8663 309.131 31.7089 308.938 31.4814 308.938H27.4405C27.2656 308.938 27.1257 309.061 27.0907 309.236Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M21.6503 319.173L25.3064 345.011C25.3413 345.221 25.1839 345.413 24.9565 345.413H20.9156C20.7407 345.413 20.6007 345.29 20.5657 345.133L16.9097 319.138C17.0321 318.858 17.1721 318.858 17.3995 318.858H21.2829C21.4579 318.858 21.6153 318.998 21.6503 319.173Z%27 fill=%27white%27/%3E%3Cpath d=%27M16.9274 319.138L10.5249 354.929C10.4899 355.139 10.6473 355.332 10.8748 355.332H14.7757C15.0031 355.332 15.1256 355.192 15.1606 355.017L21.668 319.26C21.703 319.05 21.5455 318.858 21.3181 318.858H17.2772C17.1023 318.858 16.9623 318.963 16.9274 319.138Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M11.3648 329.056L15.1433 354.894C15.1782 355.104 15.0208 355.314 14.7934 355.314H10.7525C10.5776 355.314 10.4376 355.192 10.4026 355.034L6.74658 329.021C6.86903 328.741 7.00898 328.741 7.23639 328.741H10.9974C11.1723 328.741 11.3298 328.881 11.3648 329.056Z%27 fill=%27white%27/%3E%3Cpath d=%27M6.62388 329.039L0.16893 364.796C0.133944 365.005 0.291376 365.215 0.518786 365.198H4.50722C4.68215 365.198 4.82209 365.075 4.85708 364.901L11.3645 329.144C11.3995 328.934 11.242 328.741 11.0146 328.741H6.97374C6.79881 328.741 6.65887 328.864 6.62388 329.039Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1.20156 338.958L4.85762 364.796C4.89261 365.006 4.73518 365.198 4.50777 365.198H0.466856C0.291925 365.198 0.151985 365.076 0.116999 364.918L-3.53906 338.923C-3.41661 338.643 -3.27667 338.643 -3.04926 338.643H0.834208C1.00914 338.643 1.16658 338.783 1.20156 338.958Z%27 fill=%27white%27/%3E%3Cpath d=%27M409.455 -27.272L403.052 8.51991C403.017 8.72983 403.175 8.92228 403.402 8.92228H407.303C407.53 8.92228 407.653 8.78231 407.688 8.62487L414.195 -27.1321C414.23 -27.342 414.073 -27.5344 413.845 -27.5344H409.805C409.63 -27.5344 409.49 -27.4295 409.455 -27.2545%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M403.909 -17.3535L407.687 8.50202C407.722 8.71194 407.565 8.92191 407.337 8.92191H403.296C403.122 8.92191 402.982 8.79944 402.947 8.642L399.291 -17.371C399.413 -17.6509 399.553 -17.6509 399.78 -17.6509H403.541C403.716 -17.6509 403.874 -17.5109 403.909 -17.336%27 fill=%27white%27/%3E%3Cpath d=%27M399.168 -17.4756L392.713 18.2813C392.678 18.4913 392.836 18.7012 393.063 18.6837H397.052C397.227 18.6837 397.367 18.5612 397.402 18.3863L403.909 -17.3706C403.944 -17.5806 403.787 -17.7729 403.559 -17.7729H399.518C399.343 -17.7729 399.203 -17.6505 399.168 -17.4756Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M393.728 -7.53883L397.384 18.2992C397.419 18.5091 397.261 18.7016 397.034 18.7016H392.993C392.818 18.7016 392.678 18.5791 392.643 18.4217L388.987 -7.57386C389.11 -7.85375 389.25 -7.85376 389.477 -7.85376H393.361C393.536 -7.85376 393.693 -7.71377 393.728 -7.53883Z%27 fill=%27white%27/%3E%3Cpath d=%27M388.988 -7.57452L382.585 28.2174C382.55 28.4273 382.708 28.6197 382.935 28.6197H386.836C387.064 28.6197 387.186 28.4798 387.221 28.3224L393.729 -7.43454C393.764 -7.64447 393.606 -7.83691 393.379 -7.83691H389.338C389.163 -7.83691 389.023 -7.73195 388.988 -7.55701%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M383.443 2.34466L387.221 28.1827C387.256 28.3926 387.099 28.6026 386.871 28.6026H382.831C382.656 28.6026 382.516 28.4801 382.481 28.3227L378.825 2.30964C378.947 2.02974 379.087 2.02979 379.315 2.02979H383.076C383.25 2.02979 383.408 2.16972 383.443 2.34466Z%27 fill=%27white%27/%3E%3Cpath d=%27M378.684 2.32695L372.229 38.0839C372.194 38.2938 372.352 38.5037 372.579 38.4862H376.568C376.743 38.4862 376.883 38.3638 376.918 38.1888L383.425 2.43191C383.46 2.22198 383.303 2.01209 383.075 2.02959H379.034C378.859 2.02959 378.719 2.15201 378.684 2.32695Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M373.262 12.2651L376.918 38.1031C376.953 38.3131 376.795 38.5055 376.568 38.5055H372.527C372.352 38.5055 372.212 38.3831 372.177 38.2256L368.521 12.2301C368.643 11.9502 368.783 11.9502 369.011 11.9502H372.894C373.069 11.9502 373.227 12.0901 373.262 12.2651Z%27 fill=%27white%27/%3E%3Cpath d=%27M368.521 12.2297L362.118 48.0216C362.083 48.2315 362.241 48.4239 362.468 48.4239H366.369C366.596 48.4239 366.719 48.284 366.754 48.1265L373.261 12.3696C373.296 12.1597 373.121 11.9673 372.911 11.9673H368.871C368.696 11.9673 368.556 12.0723 368.521 12.2472%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M362.958 22.1662L366.737 48.0043C366.772 48.2142 366.614 48.4241 366.387 48.4241H362.346C362.171 48.4241 362.031 48.3016 361.996 48.1442L358.34 22.1312C358.462 21.8513 358.602 21.8513 358.83 21.8513H362.591C362.766 21.8513 362.923 21.9913 362.958 22.1662Z%27 fill=%27white%27/%3E%3Cpath d=%27M358.218 22.0438L351.763 57.8006C351.728 58.0105 351.885 58.2205 352.113 58.203H356.101C356.276 58.203 356.416 58.0806 356.451 57.9056L362.958 22.1487C362.993 21.9388 362.836 21.7463 362.608 21.7463H358.567C358.393 21.7463 358.253 21.8688 358.218 22.0438Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M352.794 31.9623L356.45 57.8004C356.485 58.0103 356.328 58.2027 356.101 58.2027H352.06C351.885 58.2027 351.745 58.0803 351.71 57.9228L348.054 31.9274C348.176 31.6475 348.316 31.6475 348.544 31.6475H352.427C352.602 31.6475 352.759 31.7874 352.794 31.9623Z%27 fill=%27white%27/%3E%3Cpath d=%27M348.055 31.945L341.652 67.7369C341.617 67.9469 341.775 68.1393 342.002 68.1393H345.903C346.131 68.1393 346.253 67.9994 346.288 67.8419L352.795 32.085C352.83 31.8751 352.673 31.6826 352.446 31.6826H348.405C348.23 31.6826 348.09 31.7876 348.055 31.9625%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M342.491 41.8637L346.27 67.7017C346.305 67.9117 346.147 68.1216 345.92 68.1216H341.879C341.704 68.1216 341.564 67.9992 341.529 67.8417L337.873 41.8287C337.995 41.5488 338.135 41.5488 338.363 41.5488H342.124C342.299 41.5488 342.456 41.6888 342.491 41.8637Z%27 fill=%27white%27/%3E%3Cpath d=%27M337.768 41.8289L331.313 77.5858C331.278 77.7958 331.435 78.0056 331.663 77.9881H335.651C335.826 77.9881 335.966 77.8657 336.001 77.6908L342.509 41.9339C342.544 41.7239 342.386 41.5315 342.159 41.5315H338.118C337.943 41.5315 337.803 41.654 337.768 41.8289Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M332.328 51.7656L335.984 77.6036C336.019 77.8135 335.861 78.006 335.634 78.006H331.593C331.418 78.006 331.278 77.8835 331.243 77.7261L327.587 51.7305C327.709 51.4506 327.849 51.4507 328.077 51.4507H331.96C332.135 51.4507 332.293 51.5906 332.328 51.7656Z%27 fill=%27white%27/%3E%3Cpath d=%27M327.587 51.7304L321.185 87.5224C321.15 87.7323 321.307 87.9247 321.534 87.9247H325.435C325.663 87.9247 325.785 87.7848 325.82 87.6273L332.328 51.8704C332.363 51.6605 332.188 51.468 331.978 51.468H327.937C327.762 51.468 327.622 51.573 327.587 51.7479%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M322.024 61.667L325.802 87.505C325.837 87.7149 325.68 87.9248 325.453 87.9248H321.412C321.237 87.9248 321.097 87.8024 321.062 87.645L317.406 61.632C317.528 61.3521 317.668 61.3521 317.896 61.3521H321.657C321.831 61.3521 321.989 61.492 322.024 61.667Z%27 fill=%27white%27/%3E%3Cpath d=%27M317.302 61.5442L310.847 97.3012C310.812 97.5111 310.969 97.721 311.197 97.7035H315.185C315.36 97.7035 315.5 97.5811 315.535 97.4061L322.042 61.6492C322.077 61.4393 321.92 61.2468 321.692 61.2468H317.651C317.477 61.2468 317.337 61.3693 317.302 61.5442Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M311.861 71.4631L315.517 97.3011C315.552 97.5111 315.395 97.7035 315.167 97.7035H311.127C310.952 97.7035 310.812 97.5811 310.777 97.4236L307.121 71.4281C307.243 71.1482 307.383 71.1482 307.61 71.1482H311.494C311.669 71.1482 311.826 71.2882 311.861 71.4631Z%27 fill=%27white%27/%3E%3Cpath d=%27M307.12 71.4457L300.717 107.238C300.682 107.448 300.84 107.64 301.067 107.64H304.968C305.196 107.64 305.318 107.5 305.353 107.343L311.86 71.5857C311.895 71.3757 311.738 71.1833 311.511 71.1833H307.47C307.295 71.1833 307.155 71.2883 307.12 71.4633%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M301.558 81.3642L305.337 107.202C305.372 107.412 305.214 107.622 304.987 107.622H300.946C300.771 107.622 300.631 107.5 300.596 107.342L296.94 81.3292C297.062 81.0493 297.202 81.0493 297.43 81.0493H301.191C301.366 81.0493 301.523 81.1893 301.558 81.3642Z%27 fill=%27white%27/%3E%3Cpath d=%27M296.817 81.3467L290.362 117.104C290.327 117.314 290.484 117.523 290.712 117.506H294.7C294.875 117.506 295.015 117.384 295.05 117.209L301.557 81.4517C301.592 81.2418 301.435 81.0493 301.207 81.0493H297.167C296.992 81.0493 296.852 81.1718 296.817 81.3467Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M291.377 91.266L295.033 117.104C295.068 117.314 294.91 117.506 294.683 117.506H290.642C290.467 117.506 290.327 117.384 290.292 117.227L286.636 91.2311C286.759 90.9512 286.899 90.9512 287.126 90.9512H291.01C291.184 90.9512 291.342 91.0911 291.377 91.266Z%27 fill=%27white%27/%3E%3Cpath d=%27M286.653 91.2483L280.251 127.04C280.216 127.25 280.373 127.443 280.601 127.443H284.502C284.729 127.443 284.852 127.303 284.887 127.145L291.394 91.3882C291.429 91.1783 291.254 90.9858 291.044 90.9858H287.003C286.828 90.9858 286.688 91.0908 286.653 91.2657%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M281.091 101.168L284.869 127.023C284.904 127.233 284.747 127.443 284.519 127.443H280.479C280.304 127.443 280.164 127.321 280.129 127.163L276.473 101.15C276.595 100.87 276.735 100.87 276.962 100.87H280.723C280.898 100.87 281.056 101.01 281.091 101.185%27 fill=%27white%27/%3E%3Cpath d=%27M276.35 101.045L269.895 136.802C269.86 137.012 270.017 137.222 270.245 137.204H274.233C274.408 137.204 274.548 137.064 274.583 136.907L281.091 101.15C281.126 100.94 280.968 100.748 280.741 100.748H276.7C276.525 100.748 276.385 100.87 276.35 101.045Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M270.909 110.981L274.565 136.819C274.6 137.029 274.443 137.221 274.215 137.221H270.174C269.999 137.221 269.859 137.099 269.825 136.941L266.168 110.946C266.291 110.666 266.431 110.666 266.658 110.666H270.542C270.717 110.666 270.874 110.806 270.909 110.981Z%27 fill=%27white%27/%3E%3Cpath d=%27M266.187 110.946L259.784 146.738C259.749 146.948 259.907 147.14 260.134 147.14H264.035C264.262 147.14 264.385 147 264.42 146.843L270.927 111.086C270.962 110.876 270.787 110.683 270.577 110.683H266.536C266.362 110.683 266.222 110.788 266.187 110.963%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M260.623 120.865L264.402 146.703C264.437 146.913 264.279 147.123 264.052 147.123H260.011C259.836 147.123 259.696 147 259.661 146.843L256.005 120.83C256.127 120.55 256.267 120.55 256.495 120.55H260.256C260.431 120.55 260.588 120.69 260.623 120.865Z%27 fill=%27white%27/%3E%3Cpath d=%27M255.883 120.847L249.428 156.604C249.393 156.814 249.55 157.024 249.778 157.007H253.766C253.941 157.007 254.081 156.884 254.116 156.709L260.623 120.952C260.658 120.742 260.501 120.55 260.273 120.55H256.233C256.058 120.55 255.918 120.672 255.883 120.847Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M250.46 130.766L254.116 156.604C254.151 156.814 253.993 157.006 253.766 157.006H249.725C249.55 157.006 249.41 156.884 249.375 156.727L245.719 130.731C245.842 130.451 245.982 130.451 246.209 130.451H250.093C250.267 130.451 250.425 130.591 250.46 130.766Z%27 fill=%27white%27/%3E%3Cpath d=%27M245.719 130.749L239.317 166.541C239.282 166.751 239.439 166.944 239.667 166.944H243.568C243.795 166.944 243.918 166.804 243.953 166.646L250.46 130.889C250.495 130.679 250.338 130.487 250.11 130.487H246.069C245.894 130.487 245.754 130.592 245.719 130.767%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M240.157 140.668L243.936 166.506C243.971 166.716 243.813 166.926 243.586 166.926H239.545C239.37 166.926 239.23 166.803 239.195 166.646L235.539 140.633C235.662 140.353 235.801 140.353 236.029 140.353H239.79C239.965 140.353 240.122 140.493 240.157 140.668Z%27 fill=%27white%27/%3E%3Cpath d=%27M235.417 140.546L228.962 176.302C228.927 176.512 229.084 176.722 229.312 176.705H233.3C233.475 176.705 233.615 176.582 233.65 176.407L240.157 140.65C240.192 140.441 240.035 140.231 239.808 140.248H235.767C235.592 140.248 235.452 140.371 235.417 140.546Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M229.993 150.481L233.649 176.319C233.684 176.529 233.527 176.722 233.299 176.722H229.258C229.083 176.722 228.943 176.599 228.908 176.442L225.252 150.446C225.375 150.167 225.515 150.167 225.742 150.167H229.626C229.801 150.167 229.958 150.306 229.993 150.481Z%27 fill=%27white%27/%3E%3Cpath d=%27M225.252 150.447L218.85 186.239C218.815 186.449 218.972 186.641 219.199 186.641H223.1C223.328 186.641 223.45 186.501 223.485 186.344L229.993 150.587C230.028 150.377 229.87 150.185 229.643 150.185H225.602C225.427 150.185 225.287 150.289 225.252 150.464%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M219.69 160.365L223.468 186.203C223.503 186.413 223.346 186.623 223.119 186.623H219.078C218.903 186.623 218.763 186.501 218.728 186.343L215.072 160.33C215.194 160.051 215.334 160.051 215.562 160.051H219.323C219.498 160.051 219.655 160.19 219.69 160.365Z%27 fill=%27white%27/%3E%3Cpath d=%27M214.95 160.365L208.495 196.122C208.46 196.332 208.617 196.542 208.844 196.525H212.833C213.008 196.525 213.148 196.402 213.183 196.227L219.69 160.47C219.725 160.26 219.568 160.068 219.34 160.068H215.299C215.124 160.068 214.985 160.19 214.95 160.365Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M209.509 170.285L213.165 196.123C213.2 196.333 213.042 196.525 212.815 196.525H208.774C208.599 196.525 208.459 196.403 208.424 196.245L204.768 170.25C204.891 169.97 205.03 169.97 205.258 169.97H209.141C209.316 169.97 209.474 170.11 209.509 170.285Z%27 fill=%27white%27/%3E%3Cpath d=%27M204.768 170.25L198.366 206.042C198.331 206.251 198.488 206.444 198.716 206.444H202.617C202.844 206.444 202.966 206.304 203.001 206.129L209.509 170.372C209.544 170.162 209.386 169.97 209.159 169.97H205.118C204.943 169.97 204.803 170.075 204.768 170.25Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M199.223 180.186L203.001 206.024C203.036 206.233 202.879 206.443 202.651 206.443H198.61C198.435 206.443 198.296 206.321 198.261 206.164L194.604 180.151C194.727 179.871 194.867 179.871 195.094 179.871H198.855C199.03 179.871 199.188 180.011 199.223 180.186Z%27 fill=%27white%27/%3E%3Cpath d=%27M194.482 180.063L188.027 215.82C187.992 216.03 188.149 216.24 188.377 216.223H192.365C192.54 216.223 192.68 216.1 192.715 215.925L199.222 180.168C199.257 179.958 199.1 179.766 198.873 179.766H194.832C194.657 179.766 194.517 179.888 194.482 180.063Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M189.041 189.982L192.697 215.82C192.732 216.03 192.575 216.223 192.348 216.223H188.307C188.132 216.223 187.992 216.1 187.957 215.943L184.301 189.947C184.423 189.667 184.563 189.667 184.791 189.667H188.674C188.849 189.667 189.006 189.807 189.041 189.982Z%27 fill=%27white%27/%3E%3Cpath d=%27M184.319 189.964L177.916 225.756C177.882 225.966 178.039 226.159 178.266 226.159H182.167C182.395 226.159 182.517 226.019 182.552 225.844L189.06 190.087C189.095 189.877 188.92 189.685 188.71 189.685H184.669C184.494 189.685 184.354 189.79 184.319 189.964Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M178.755 199.884L182.534 225.722C182.569 225.932 182.411 226.142 182.184 226.142H178.143C177.968 226.142 177.828 226.019 177.793 225.862L174.137 199.849C174.26 199.569 174.4 199.569 174.627 199.569H178.388C178.563 199.569 178.72 199.709 178.755 199.884Z%27 fill=%27white%27/%3E%3Cpath d=%27M174.015 199.866L167.561 235.623C167.526 235.833 167.683 236.043 167.91 236.026H171.899C172.074 236.026 172.214 235.903 172.249 235.728L178.756 199.971C178.791 199.761 178.634 199.551 178.406 199.569H174.365C174.19 199.569 174.05 199.691 174.015 199.866Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M168.575 209.785L172.231 235.623C172.266 235.833 172.108 236.025 171.881 236.025H167.84C167.665 236.025 167.525 235.903 167.49 235.745L163.834 209.75C163.956 209.47 164.096 209.47 164.324 209.47H168.207C168.382 209.47 168.54 209.61 168.575 209.785Z%27 fill=%27white%27/%3E%3Cpath d=%27M163.852 209.75L157.449 245.542C157.414 245.751 157.572 245.944 157.799 245.944H161.7C161.927 245.944 162.05 245.804 162.085 245.629L168.592 209.872C168.627 209.662 168.452 209.47 168.242 209.47H164.202C164.027 209.47 163.887 209.575 163.852 209.75Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M158.289 219.686L162.068 245.525C162.103 245.734 161.945 245.944 161.718 245.944H157.677C157.502 245.944 157.362 245.822 157.327 245.664L153.671 219.651C153.793 219.372 153.933 219.372 154.161 219.372H157.922C158.097 219.372 158.254 219.512 158.289 219.686Z%27 fill=%27white%27/%3E%3Cpath d=%27M153.549 219.564L147.094 255.321C147.059 255.531 147.216 255.741 147.444 255.723H151.432C151.607 255.723 151.747 255.601 151.782 255.426L158.289 219.669C158.324 219.459 158.167 219.267 157.939 219.267H153.899C153.724 219.267 153.584 219.389 153.549 219.564Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M148.108 229.483L151.764 255.321C151.799 255.531 151.642 255.724 151.415 255.724H147.374C147.199 255.724 147.059 255.601 147.024 255.444L143.368 229.448C143.49 229.168 143.63 229.168 143.858 229.168H147.741C147.916 229.168 148.073 229.308 148.108 229.483Z%27 fill=%27white%27/%3E%3Cpath d=%27M143.385 229.465L136.982 265.257C136.947 265.467 137.105 265.659 137.332 265.659H141.233C141.461 265.659 141.583 265.519 141.618 265.344L148.125 229.587C148.16 229.378 148.003 229.185 147.776 229.185H143.735C143.56 229.185 143.42 229.29 143.385 229.465Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M137.822 239.384L141.601 265.222C141.636 265.432 141.478 265.642 141.251 265.642H137.21C137.035 265.642 136.895 265.519 136.86 265.362L133.204 239.349C133.327 239.069 133.466 239.069 133.694 239.069H137.455C137.63 239.069 137.787 239.209 137.822 239.384Z%27 fill=%27white%27/%3E%3Cpath d=%27M133.081 239.366L126.626 275.123C126.591 275.333 126.749 275.543 126.976 275.526H130.965C131.14 275.526 131.28 275.403 131.315 275.228L137.822 239.471C137.857 239.261 137.7 239.069 137.472 239.069H133.431C133.256 239.069 133.116 239.192 133.081 239.366Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M127.641 249.286L131.297 275.124C131.332 275.334 131.175 275.526 130.947 275.526H126.906C126.731 275.526 126.591 275.404 126.556 275.246L122.9 249.251C123.023 248.971 123.163 248.971 123.39 248.971H127.274C127.449 248.971 127.606 249.111 127.641 249.286Z%27 fill=%27white%27/%3E%3Cpath d=%27M122.901 249.268L116.498 285.06C116.463 285.27 116.621 285.462 116.848 285.462H120.749C120.976 285.462 121.099 285.323 121.134 285.148L127.641 249.391C127.676 249.181 127.519 248.988 127.291 248.988H123.25C123.075 248.988 122.935 249.093 122.901 249.268Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M117.337 259.187L121.116 285.025C121.151 285.234 120.993 285.444 120.766 285.444H116.725C116.55 285.444 116.41 285.322 116.375 285.164L112.719 259.151C112.842 258.872 112.982 258.872 113.209 258.872H116.97C117.145 258.872 117.302 259.012 117.337 259.187Z%27 fill=%27white%27/%3E%3Cpath d=%27M112.614 259.082L106.159 294.839C106.124 295.049 106.282 295.259 106.509 295.242H110.497C110.672 295.242 110.812 295.119 110.847 294.944L117.355 259.187C117.39 258.977 117.232 258.785 117.005 258.785H112.964C112.789 258.785 112.649 258.907 112.614 259.082Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M107.174 269.001L110.83 294.839C110.865 295.049 110.707 295.241 110.48 295.241H106.439C106.264 295.241 106.124 295.119 106.089 294.961L102.433 268.966C102.556 268.686 102.695 268.686 102.923 268.686H106.806C106.981 268.686 107.139 268.826 107.174 269.001Z%27 fill=%27white%27/%3E%3Cpath d=%27M102.434 268.966L96.0312 304.758C95.9962 304.968 96.1537 305.16 96.3811 305.16H100.282C100.509 305.16 100.632 305.02 100.667 304.845L107.174 269.088C107.209 268.878 107.052 268.686 106.824 268.686H102.784C102.609 268.686 102.469 268.791 102.434 268.966Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M96.8706 278.902L100.649 304.74C100.684 304.95 100.527 305.16 100.299 305.16H96.2583C96.0834 305.16 95.9435 305.038 95.9085 304.88L92.2524 278.867C92.3749 278.587 92.5148 278.587 92.7422 278.587H96.5032C96.6782 278.587 96.8356 278.727 96.8706 278.902Z%27 fill=%27white%27/%3E%3Cpath d=%27M92.1483 278.868L85.6933 314.625C85.6584 314.835 85.8158 315.044 86.0432 315.027H90.0316C90.2066 315.027 90.3465 314.905 90.3815 314.73L96.8889 278.973C96.9239 278.763 96.7665 278.57 96.5391 278.57H92.4982C92.3232 278.57 92.1833 278.693 92.1483 278.868Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M86.7074 288.786L90.3635 314.624C90.3985 314.834 90.241 315.026 90.0136 315.026H85.9727C85.7978 315.026 85.6578 314.904 85.6228 314.746L81.9668 288.751C82.0892 288.471 82.2292 288.471 82.4566 288.471H86.3401C86.515 288.471 86.6724 288.611 86.7074 288.786Z%27 fill=%27white%27/%3E%3Cpath d=%27M81.9845 288.768L75.582 324.56C75.547 324.77 75.7045 324.962 75.9319 324.962H79.8328C80.0603 324.962 80.1827 324.822 80.2177 324.648L86.7251 288.891C86.7601 288.681 86.6027 288.488 86.3753 288.488H82.3343C82.1594 288.488 82.0195 288.593 81.9845 288.768Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M76.4214 298.688L80.1999 324.526C80.2349 324.736 80.0774 324.946 79.85 324.946H75.8091C75.6342 324.946 75.4943 324.823 75.4593 324.666L71.8032 298.653C71.9257 298.373 72.0656 298.373 72.293 298.373H76.054C76.229 298.373 76.3864 298.513 76.4214 298.688Z%27 fill=%27white%27/%3E%3Cpath d=%27M71.681 298.583L65.2261 334.339C65.1911 334.549 65.3485 334.759 65.5759 334.742H69.5643C69.7393 334.742 69.8792 334.619 69.9142 334.444L76.4216 298.688C76.4566 298.478 76.2992 298.285 76.0718 298.285H72.0309C71.8559 298.285 71.716 298.408 71.681 298.583Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M66.2406 308.502L69.8967 334.34C69.9317 334.55 69.7742 334.742 69.5468 334.742H65.5059C65.331 334.742 65.191 334.62 65.1561 334.462L61.5 308.467C61.6225 308.187 61.7624 308.187 61.9898 308.187H65.8733C66.0482 308.187 66.2056 308.327 66.2406 308.502Z%27 fill=%27white%27/%3E%3Cpath d=%27M61.5167 308.467L55.1142 344.259C55.0793 344.468 55.2367 344.661 55.4641 344.661H59.3651C59.5925 344.661 59.7149 344.521 59.7499 344.346L66.2573 308.589C66.2923 308.379 66.1349 308.187 65.9075 308.187H61.8666C61.6916 308.187 61.5517 308.292 61.5167 308.467Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M55.9546 318.403L59.7331 344.241C59.7681 344.451 59.6107 344.66 59.3832 344.66H55.3423C55.1674 344.66 55.0275 344.538 54.9925 344.381L51.3364 318.368C51.4589 318.088 51.5988 318.088 51.8262 318.088H55.5872C55.7622 318.088 55.9196 318.228 55.9546 318.403Z%27 fill=%27white%27/%3E%3Cpath d=%27M51.1961 318.385L44.7412 354.142C44.7062 354.352 44.8636 354.562 45.0911 354.544H49.0795C49.2544 354.544 49.3943 354.422 49.4293 354.247L55.9368 318.49C55.9717 318.28 55.8143 318.088 55.5869 318.088H51.546C51.3711 318.088 51.2311 318.21 51.1961 318.385Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M45.7733 328.304L49.4294 354.142C49.4644 354.352 49.3069 354.545 49.0795 354.545H45.0386C44.8637 354.545 44.7237 354.422 44.6888 354.265L41.0327 328.269C41.1552 327.989 41.2951 327.989 41.5225 327.989H45.406C45.5809 327.989 45.7384 328.129 45.7733 328.304Z%27 fill=%27white%27/%3E%3Cpath d=%27M41.0333 328.269L34.6308 364.061C34.5959 364.271 34.7533 364.463 34.9807 364.463H38.8817C39.1091 364.463 39.2315 364.323 39.2665 364.149L45.7739 328.392C45.8089 328.182 45.6515 327.989 45.4241 327.989H41.3832C41.2082 327.989 41.0683 328.094 41.0333 328.269Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M35.4697 338.205L39.2482 364.044C39.2832 364.254 39.1258 364.463 38.8984 364.463H34.8575C34.6826 364.463 34.5426 364.341 34.5076 364.184L30.8516 338.171C30.974 337.891 31.114 337.891 31.3414 337.891H35.1024C35.2773 337.891 35.4348 338.031 35.4697 338.205Z%27 fill=%27white%27/%3E%3Cpath d=%27M30.7469 338.083L24.292 373.84C24.257 374.05 24.4144 374.26 24.6418 374.242H28.6303C28.8052 374.242 28.9451 374.12 28.9801 373.945L35.4876 338.188C35.5225 337.978 35.3651 337.786 35.1377 337.786H31.0968C30.9219 337.786 30.7819 337.908 30.7469 338.083Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M25.3066 348.002L28.9626 373.84C28.9976 374.05 28.8402 374.242 28.6127 374.242H24.5718C24.3969 374.242 24.257 374.12 24.222 373.962L20.5659 347.967C20.6884 347.687 20.8283 347.687 21.0557 347.687H24.9392C25.1141 347.687 25.2716 347.827 25.3066 348.002Z%27 fill=%27white%27/%3E%3Cpath d=%27M20.566 347.984L14.1636 383.776C14.1286 383.986 14.286 384.179 14.5134 384.179H18.4144C18.6418 384.179 18.7642 384.039 18.7992 383.864L25.3067 348.107C25.3416 347.897 25.1842 347.705 24.9568 347.705H20.9159C20.741 347.705 20.601 347.81 20.566 347.984Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M15.0034 357.903L18.7819 383.742C18.8169 383.951 18.6595 384.161 18.4321 384.161H14.3912C14.2162 384.161 14.0763 384.039 14.0413 383.882L10.3853 357.868C10.5077 357.589 10.6477 357.589 10.8751 357.589H14.6361C14.811 357.589 14.9685 357.729 15.0034 357.903Z%27 fill=%27white%27/%3E%3Cpath d=%27M10.2801 357.886L3.82518 393.643C3.79019 393.853 3.94764 394.063 4.17505 394.045H8.16347C8.3384 394.045 8.47834 393.923 8.51333 393.748L15.0208 357.991C15.0557 357.781 14.8983 357.589 14.6709 357.589H10.63C10.4551 357.589 10.3151 357.711 10.2801 357.886Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M4.83975 367.804L8.49581 393.642C8.53079 393.852 8.37335 394.045 8.14594 394.045H4.10504C3.93011 394.045 3.79017 393.922 3.75518 393.765L0.0991211 367.769C0.221573 367.49 0.361515 367.49 0.588925 367.49H4.47239C4.64732 367.49 4.80476 367.629 4.83975 367.804Z%27 fill=%27white%27/%3E%3Cpath d=%27M0.0987353 367.769L-6.30373 403.561C-6.33871 403.771 -6.18128 403.964 -5.95387 403.964H-2.05291C-1.8255 403.964 -1.70306 403.824 -1.66807 403.649L4.83936 367.892C4.87435 367.682 4.71691 367.49 4.4895 367.49H0.448592C0.273661 367.49 0.133722 367.594 0.0987353 367.769Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.111 1.55707L406.708 37.349C406.673 37.5589 406.831 37.7513 407.058 37.7513H410.959C411.187 37.7513 411.309 37.6114 411.344 37.454L417.852 1.69705C417.887 1.48713 417.712 1.29468 417.502 1.29468H413.461C413.286 1.29468 413.146 1.39965 413.111 1.57458%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M407.547 11.4953L411.326 37.3334C411.361 37.5433 411.203 37.7532 410.976 37.7532H406.935C406.76 37.7532 406.62 37.6307 406.585 37.4733L402.929 11.4603C403.052 11.1804 403.192 11.1804 403.419 11.1804H407.18C407.355 11.1804 407.512 11.3204 407.547 11.4953Z%27 fill=%27white%27/%3E%3Cpath d=%27M402.825 11.3726L396.37 47.1295C396.335 47.3395 396.493 47.5493 396.72 47.5318H400.708C400.883 47.5318 401.023 47.4094 401.058 47.2345L407.566 11.4776C407.601 11.2676 407.443 11.0752 407.216 11.0752H403.175C403 11.0752 402.86 11.1977 402.825 11.3726Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M397.385 21.2914L401.041 47.1295C401.076 47.3394 400.919 47.5318 400.691 47.5318H396.65C396.475 47.5318 396.336 47.4094 396.301 47.2519L392.645 21.2565C392.767 20.9766 392.907 20.9766 393.134 20.9766H397.018C397.193 20.9766 397.35 21.1165 397.385 21.2914Z%27 fill=%27white%27/%3E%3Cpath d=%27M392.644 21.2742L386.241 57.0661C386.206 57.276 386.364 57.4684 386.591 57.4684H390.492C390.719 57.4684 390.842 57.3285 390.877 57.171L397.384 21.4141C397.419 21.2042 397.262 21.0117 397.034 21.0117H392.994C392.819 21.0117 392.679 21.1167 392.644 21.2916%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M387.081 31.1933L390.86 57.0314C390.895 57.2413 390.737 57.4512 390.51 57.4512H386.469C386.294 57.4512 386.154 57.3287 386.119 57.1713L382.463 31.1583C382.585 30.8784 382.725 30.8784 382.953 30.8784H386.714C386.889 30.8784 387.046 31.0184 387.081 31.1933Z%27 fill=%27white%27/%3E%3Cpath d=%27M382.341 31.1758L375.886 66.9327C375.851 67.1426 376.008 67.3526 376.236 67.3351H380.224C380.399 67.3351 380.539 67.2126 380.574 67.0377L387.081 31.2808C387.116 31.0709 386.959 30.8784 386.731 30.8784H382.691C382.516 30.8784 382.376 31.0008 382.341 31.1758Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M376.9 41.112L380.556 66.9501C380.591 67.16 380.434 67.3524 380.206 67.3524H376.166C375.991 67.3524 375.851 67.23 375.816 67.0725L372.16 41.077C372.282 40.7971 372.422 40.7971 372.649 40.7971H376.533C376.708 40.7971 376.865 40.9371 376.9 41.112Z%27 fill=%27white%27/%3E%3Cpath d=%27M372.177 41.0768L365.774 76.8688C365.739 77.0787 365.897 77.2711 366.124 77.2711H370.025C370.253 77.2711 370.375 77.1312 370.41 76.9737L376.917 41.2168C376.952 41.0069 376.795 40.8145 376.568 40.8145H372.527C372.352 40.8145 372.212 40.9194 372.177 41.0944%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M366.614 50.9953L370.393 76.8333C370.428 77.0432 370.27 77.2532 370.043 77.2532H366.002C365.827 77.2532 365.687 77.1307 365.652 76.9733L361.996 50.9603C362.119 50.6804 362.258 50.6804 362.486 50.6804H366.247C366.422 50.6804 366.579 50.8204 366.614 50.9953Z%27 fill=%27white%27/%3E%3Cpath d=%27M361.874 50.8907L355.419 86.6476C355.384 86.8575 355.541 87.0674 355.769 87.0499H359.757C359.932 87.0499 360.072 86.9275 360.107 86.7526L366.614 50.9956C366.649 50.7857 366.492 50.5933 366.265 50.5933H362.224C362.049 50.5933 361.909 50.7157 361.874 50.8907Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M356.433 60.8095L360.089 86.6476C360.124 86.8575 359.967 87.0499 359.739 87.0499H355.698C355.523 87.0499 355.383 86.9275 355.348 86.7701L351.692 60.7745C351.815 60.4946 351.955 60.4946 352.182 60.4946H356.066C356.241 60.4946 356.398 60.6346 356.433 60.8095Z%27 fill=%27white%27/%3E%3Cpath d=%27M351.71 60.7748L345.308 96.5667C345.273 96.7767 345.43 96.9691 345.657 96.9691H349.558C349.786 96.9691 349.908 96.8291 349.943 96.6717L356.451 60.9148C356.486 60.7048 356.328 60.5125 356.101 60.5125H352.06C351.885 60.5125 351.745 60.6174 351.71 60.7924%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M346.147 70.7109L349.925 96.5665C349.96 96.7764 349.803 96.9864 349.576 96.9864H345.535C345.36 96.9864 345.22 96.8639 345.185 96.7065L341.529 70.6935C341.651 70.4136 341.791 70.4136 342.019 70.4136H345.78C345.955 70.4136 346.112 70.5535 346.147 70.7284%27 fill=%27white%27/%3E%3Cpath d=%27M341.406 70.6758L334.951 106.433C334.916 106.643 335.074 106.853 335.301 106.835H339.289C339.464 106.835 339.604 106.713 339.639 106.538L346.147 70.7808C346.182 70.5709 346.024 70.3784 345.797 70.3784H341.756C341.581 70.3784 341.441 70.5009 341.406 70.6758Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M335.984 80.612L339.64 106.45C339.675 106.66 339.518 106.852 339.29 106.852H335.25C335.075 106.852 334.935 106.73 334.9 106.572L331.244 80.577C331.366 80.2971 331.506 80.2971 331.733 80.2971H335.617C335.792 80.2971 335.949 80.4371 335.984 80.612Z%27 fill=%27white%27/%3E%3Cpath d=%27M331.243 80.5773L324.84 116.369C324.805 116.579 324.963 116.772 325.19 116.772H329.091C329.319 116.772 329.441 116.632 329.476 116.474L335.983 80.7173C336.018 80.5073 335.861 80.3149 335.634 80.3149H331.593C331.418 80.3149 331.278 80.4199 331.243 80.5948%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M325.681 90.496L329.459 116.334C329.494 116.544 329.337 116.754 329.109 116.754H325.068C324.894 116.754 324.754 116.631 324.719 116.474L321.062 90.4611C321.185 90.1812 321.325 90.1812 321.552 90.1812H325.313C325.488 90.1812 325.646 90.3211 325.681 90.496Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.94 90.3911L314.485 126.148C314.45 126.358 314.607 126.568 314.835 126.55H318.823C318.998 126.55 319.138 126.428 319.173 126.253L325.68 90.4961C325.715 90.2861 325.558 90.0938 325.331 90.0938H321.29C321.115 90.0938 320.975 90.2162 320.94 90.3911Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M315.517 100.31L319.173 126.148C319.208 126.358 319.051 126.55 318.823 126.55H314.782C314.607 126.55 314.467 126.428 314.432 126.27L310.776 100.275C310.899 99.9951 311.039 99.9951 311.266 99.9951H315.15C315.325 99.9951 315.482 100.135 315.517 100.31Z%27 fill=%27white%27/%3E%3Cpath d=%27M310.776 100.275L304.374 136.067C304.339 136.277 304.496 136.469 304.724 136.469H308.625C308.852 136.469 308.975 136.329 309.01 136.172L315.517 100.415C315.552 100.205 315.377 100.012 315.167 100.012H311.126C310.951 100.012 310.811 100.117 310.776 100.292%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M305.213 110.211L308.992 136.049C309.027 136.259 308.869 136.469 308.642 136.469H304.601C304.426 136.469 304.286 136.347 304.251 136.189L300.595 110.176C300.718 109.896 300.858 109.896 301.085 109.896H304.846C305.021 109.896 305.178 110.036 305.213 110.211Z%27 fill=%27white%27/%3E%3Cpath d=%27M300.473 110.194L294.018 145.951C293.983 146.161 294.14 146.371 294.368 146.353H298.356C298.531 146.353 298.671 146.213 298.706 146.056L305.214 110.299C305.249 110.089 305.091 109.896 304.864 109.896H300.823C300.648 109.896 300.508 110.019 300.473 110.194Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M295.033 120.113L298.689 145.951C298.724 146.16 298.566 146.353 298.339 146.353H294.298C294.123 146.353 293.983 146.23 293.948 146.073L290.292 120.078C290.414 119.798 290.554 119.798 290.782 119.798H294.665C294.84 119.798 294.998 119.938 295.033 120.113Z%27 fill=%27white%27/%3E%3Cpath d=%27M290.291 120.095L283.889 155.887C283.854 156.097 284.011 156.29 284.239 156.29H288.139C288.367 156.29 288.489 156.15 288.524 155.992L295.032 120.235C295.067 120.025 294.909 119.833 294.682 119.833H290.641C290.466 119.833 290.326 119.938 290.291 120.113%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M284.73 130.014L288.508 155.87C288.543 156.08 288.386 156.29 288.158 156.29H284.117C283.942 156.29 283.802 156.167 283.767 156.01L280.111 129.997C280.234 129.717 280.374 129.717 280.601 129.717H284.362C284.537 129.717 284.695 129.857 284.73 130.032%27 fill=%27white%27/%3E%3Cpath d=%27M280.006 129.892L273.551 165.649C273.516 165.859 273.673 166.069 273.901 166.051H277.889C278.064 166.051 278.204 165.929 278.239 165.754L284.746 129.997C284.781 129.787 284.624 129.594 284.396 129.594H280.356C280.181 129.594 280.041 129.717 280.006 129.892Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M274.565 139.81L278.221 165.649C278.256 165.858 278.099 166.051 277.872 166.051H273.831C273.656 166.051 273.516 165.928 273.481 165.771L269.825 139.776C269.947 139.496 270.087 139.496 270.315 139.496H274.198C274.373 139.496 274.53 139.636 274.565 139.81Z%27 fill=%27white%27/%3E%3Cpath d=%27M269.825 139.793L263.423 175.585C263.388 175.795 263.545 175.987 263.773 175.987H267.674C267.901 175.987 268.024 175.847 268.059 175.69L274.566 139.933C274.601 139.723 274.426 139.531 274.216 139.531H270.175C270 139.531 269.86 139.636 269.825 139.811%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M264.28 149.712L268.058 175.55C268.093 175.76 267.936 175.97 267.708 175.97H263.668C263.493 175.97 263.353 175.847 263.318 175.69L259.662 149.677C259.784 149.397 259.924 149.397 260.151 149.397H263.912C264.087 149.397 264.245 149.537 264.28 149.712Z%27 fill=%27white%27/%3E%3Cpath d=%27M259.539 149.694L253.084 185.451C253.049 185.661 253.206 185.871 253.434 185.854H257.422C257.597 185.854 257.737 185.731 257.772 185.556L264.28 149.799C264.315 149.589 264.157 149.397 263.93 149.397H259.889C259.714 149.397 259.574 149.519 259.539 149.694Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M254.099 159.613L257.756 185.451C257.791 185.661 257.633 185.854 257.406 185.854H253.365C253.19 185.854 253.05 185.731 253.015 185.574L249.359 159.578C249.481 159.298 249.621 159.298 249.849 159.298H253.732C253.907 159.298 254.065 159.438 254.099 159.613Z%27 fill=%27white%27/%3E%3Cpath d=%27M249.375 159.596L242.973 195.388C242.938 195.598 243.095 195.79 243.322 195.79H247.223C247.451 195.79 247.573 195.65 247.608 195.475L254.116 159.719C254.151 159.509 253.976 159.316 253.766 159.316H249.725C249.55 159.316 249.41 159.421 249.375 159.596Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M243.813 169.515L247.591 195.353C247.626 195.563 247.469 195.772 247.242 195.772H243.201C243.026 195.772 242.886 195.65 242.851 195.493L239.195 169.48C239.317 169.2 239.457 169.2 239.685 169.2H243.446C243.621 169.2 243.778 169.34 243.813 169.515Z%27 fill=%27white%27/%3E%3Cpath d=%27M239.072 169.392L232.617 205.149C232.582 205.359 232.74 205.569 232.967 205.551H236.955C237.13 205.551 237.27 205.429 237.305 205.254L243.813 169.497C243.848 169.287 243.69 169.077 243.463 169.095H239.422C239.247 169.095 239.107 169.217 239.072 169.392Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M233.632 179.311L237.288 205.149C237.323 205.359 237.165 205.552 236.938 205.552H232.897C232.722 205.552 232.582 205.429 232.547 205.272L228.891 179.276C229.014 178.996 229.154 178.996 229.381 178.996H233.264C233.439 178.996 233.597 179.136 233.632 179.311Z%27 fill=%27white%27/%3E%3Cpath d=%27M228.909 179.294L222.506 215.085C222.471 215.295 222.629 215.488 222.856 215.488H226.757C226.985 215.488 227.107 215.348 227.142 215.173L233.649 179.416C233.684 179.206 233.509 179.014 233.3 179.014H229.259C229.084 179.014 228.944 179.119 228.909 179.294Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M223.346 189.213L227.124 215.051C227.159 215.261 227.002 215.471 226.774 215.471H222.733C222.559 215.471 222.419 215.348 222.384 215.191L218.728 189.178C218.85 188.898 218.99 188.898 219.217 188.898H222.978C223.153 188.898 223.311 189.038 223.346 189.213Z%27 fill=%27white%27/%3E%3Cpath d=%27M218.605 189.195L212.15 224.952C212.115 225.162 212.273 225.372 212.5 225.355H216.489C216.664 225.355 216.804 225.232 216.839 225.057L223.346 189.3C223.381 189.09 223.223 188.898 222.996 188.898H218.955C218.78 188.898 218.64 189.02 218.605 189.195Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M213.164 199.131L216.821 224.969C216.856 225.179 216.698 225.371 216.471 225.371H212.43C212.255 225.371 212.115 225.249 212.08 225.092L208.424 199.096C208.546 198.816 208.686 198.816 208.914 198.816H212.797C212.972 198.816 213.129 198.956 213.164 199.131Z%27 fill=%27white%27/%3E%3Cpath d=%27M208.424 199.096L202.021 234.888C201.986 235.098 202.144 235.29 202.371 235.29H206.272C206.5 235.29 206.622 235.15 206.657 234.975L213.165 199.219C213.2 199.009 213.025 198.816 212.815 198.816H208.774C208.599 198.816 208.459 198.921 208.424 199.096Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M202.861 209.016L206.64 234.854C206.675 235.064 206.517 235.273 206.29 235.273H202.249C202.074 235.273 201.934 235.151 201.899 234.994L198.243 208.981C198.366 208.701 198.506 208.701 198.733 208.701H202.494C202.669 208.701 202.826 208.841 202.861 209.016Z%27 fill=%27white%27/%3E%3Cpath d=%27M198.139 208.91L191.684 244.667C191.649 244.877 191.806 245.087 192.033 245.069H196.022C196.197 245.069 196.337 244.947 196.372 244.772L202.879 209.015C202.914 208.805 202.757 208.613 202.529 208.613H198.488C198.313 208.613 198.174 208.735 198.139 208.91Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M192.698 218.83L196.354 244.668C196.389 244.877 196.232 245.07 196.004 245.07H191.963C191.789 245.07 191.649 244.947 191.614 244.79L187.958 218.794C188.08 218.515 188.22 218.515 188.447 218.515H192.331C192.506 218.515 192.663 218.655 192.698 218.83Z%27 fill=%27white%27/%3E%3Cpath d=%27M187.957 218.794L181.555 254.586C181.52 254.796 181.677 254.989 181.905 254.989H185.806C186.033 254.989 186.155 254.849 186.19 254.674L192.698 218.917C192.733 218.707 192.558 218.515 192.348 218.515H188.307C188.132 218.515 187.992 218.62 187.957 218.794Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M182.394 228.73L186.173 254.568C186.208 254.778 186.05 254.988 185.823 254.988H181.782C181.607 254.988 181.467 254.866 181.432 254.708L177.776 228.695C177.898 228.416 178.038 228.416 178.266 228.416H182.027C182.202 228.416 182.359 228.556 182.394 228.73Z%27 fill=%27white%27/%3E%3Cpath d=%27M177.672 228.696L171.217 264.453C171.182 264.662 171.339 264.872 171.567 264.855H175.555C175.73 264.855 175.87 264.732 175.905 264.557L182.412 228.801C182.447 228.591 182.29 228.381 182.062 228.398H178.022C177.847 228.398 177.707 228.521 177.672 228.696Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M172.231 238.632L175.887 264.47C175.922 264.68 175.765 264.872 175.538 264.872H171.497C171.322 264.872 171.182 264.75 171.147 264.592L167.491 238.597C167.613 238.317 167.753 238.317 167.981 238.317H171.864C172.039 238.317 172.196 238.457 172.231 238.632Z%27 fill=%27white%27/%3E%3Cpath d=%27M167.49 238.597L161.088 274.389C161.053 274.599 161.21 274.791 161.438 274.791H165.339C165.566 274.791 165.689 274.651 165.724 274.476L172.231 238.719C172.266 238.509 172.109 238.317 171.881 238.317H167.84C167.665 238.317 167.525 238.422 167.49 238.597Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M161.945 248.516L165.723 274.354C165.758 274.564 165.601 274.773 165.373 274.773H161.333C161.158 274.773 161.018 274.651 160.983 274.494L157.327 248.481C157.449 248.201 157.589 248.201 157.816 248.201H161.577C161.752 248.201 161.91 248.341 161.945 248.516Z%27 fill=%27white%27/%3E%3Cpath d=%27M157.204 248.41L150.749 284.167C150.715 284.377 150.872 284.587 151.099 284.57H155.088C155.263 284.57 155.403 284.447 155.438 284.272L161.945 248.515C161.98 248.305 161.823 248.113 161.595 248.113H157.554C157.379 248.113 157.239 248.236 157.204 248.41Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M151.764 258.33L155.42 284.168C155.455 284.378 155.298 284.57 155.07 284.57H151.029C150.854 284.57 150.714 284.447 150.679 284.29L147.023 258.295C147.146 258.015 147.286 258.015 147.513 258.015H151.397C151.572 258.015 151.729 258.155 151.764 258.33Z%27 fill=%27white%27/%3E%3Cpath d=%27M147.024 258.295L140.622 294.086C140.587 294.296 140.744 294.489 140.971 294.489H144.872C145.1 294.489 145.222 294.349 145.257 294.174L151.765 258.417C151.8 258.207 151.642 258.015 151.415 258.015H147.374C147.199 258.015 147.059 258.12 147.024 258.295Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M141.478 268.231L145.256 294.069C145.291 294.279 145.134 294.489 144.906 294.489H140.865C140.69 294.489 140.55 294.367 140.515 294.209L136.859 268.196C136.982 267.917 137.122 267.917 137.349 267.917H141.11C141.285 267.917 141.443 268.056 141.478 268.231Z%27 fill=%27white%27/%3E%3Cpath d=%27M136.72 268.214L130.265 303.971C130.23 304.181 130.388 304.391 130.615 304.373H134.603C134.778 304.373 134.918 304.251 134.953 304.076L141.461 268.319C141.496 268.109 141.338 267.917 141.111 267.917H137.07C136.895 267.917 136.755 268.039 136.72 268.214Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M131.297 278.132L134.953 303.97C134.988 304.18 134.831 304.373 134.603 304.373H130.563C130.388 304.373 130.248 304.25 130.213 304.093L126.557 278.097C126.679 277.817 126.819 277.817 127.046 277.817H130.93C131.105 277.817 131.262 277.957 131.297 278.132Z%27 fill=%27white%27/%3E%3Cpath d=%27M126.557 278.115L120.154 313.907C120.119 314.116 120.277 314.309 120.504 314.309H124.405C124.632 314.309 124.755 314.169 124.79 313.994L131.297 278.237C131.332 278.027 131.175 277.835 130.948 277.835H126.907C126.732 277.835 126.592 277.94 126.557 278.115Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M120.994 288.034L124.772 313.872C124.807 314.082 124.65 314.292 124.422 314.292H120.381C120.206 314.292 120.067 314.17 120.032 314.012L116.375 287.999C116.498 287.719 116.638 287.719 116.865 287.719H120.626C120.801 287.719 120.959 287.859 120.994 288.034Z%27 fill=%27white%27/%3E%3Cpath d=%27M116.253 287.911L109.798 323.668C109.763 323.878 109.92 324.088 110.148 324.071H114.136C114.311 324.071 114.451 323.948 114.486 323.773L120.993 288.016C121.028 287.806 120.871 287.614 120.644 287.614H116.603C116.428 287.614 116.288 287.736 116.253 287.911Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M110.83 297.848L114.486 323.686C114.521 323.896 114.364 324.088 114.136 324.088H110.095C109.92 324.088 109.78 323.966 109.745 323.809L106.089 297.813C106.212 297.533 106.352 297.533 106.579 297.533H110.463C110.638 297.533 110.795 297.673 110.83 297.848Z%27 fill=%27white%27/%3E%3Cpath d=%27M106.089 297.813L99.687 333.605C99.652 333.815 99.8094 334.007 100.037 334.007H103.938C104.165 334.007 104.288 333.867 104.323 333.692L110.83 297.936C110.865 297.726 110.708 297.533 110.48 297.533H106.439C106.264 297.533 106.124 297.638 106.089 297.813Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M100.527 307.732L104.306 333.57C104.341 333.78 104.183 333.99 103.956 333.99H99.9151C99.7402 333.99 99.6002 333.867 99.5652 333.71L95.9092 307.697C96.0316 307.417 96.1716 307.417 96.399 307.417H100.16C100.335 307.417 100.492 307.557 100.527 307.732Z%27 fill=%27white%27/%3E%3Cpath d=%27M95.8041 307.714L89.3491 343.471C89.3141 343.681 89.4716 343.891 89.699 343.873H93.6874C93.8623 343.873 94.0023 343.751 94.0372 343.576L100.545 307.819C100.58 307.609 100.422 307.417 100.195 307.417H96.1539C95.979 307.417 95.839 307.539 95.8041 307.714Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M90.3637 317.633L94.0197 343.471C94.0547 343.681 93.8973 343.874 93.6699 343.874H89.629C89.454 343.874 89.3141 343.751 89.2791 343.594L85.623 317.598C85.7455 317.318 85.8854 317.318 86.1129 317.318H89.9963C90.1712 317.318 90.3287 317.458 90.3637 317.633Z%27 fill=%27white%27/%3E%3Cpath d=%27M85.6227 317.616L79.2202 353.408C79.1852 353.618 79.3427 353.81 79.5701 353.81H83.471C83.6984 353.81 83.8209 353.67 83.8559 353.495L90.3633 317.738C90.3983 317.528 90.2408 317.336 90.0134 317.336H85.9725C85.7976 317.336 85.6577 317.441 85.6227 317.616Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M80.0601 327.534L83.8386 353.372C83.8735 353.582 83.7161 353.792 83.4887 353.792H79.4478C79.2729 353.792 79.1329 353.67 79.0979 353.512L75.4419 327.499C75.5643 327.219 75.7043 327.219 75.9317 327.219H79.6927C79.8676 327.219 80.0251 327.359 80.0601 327.534Z%27 fill=%27white%27/%3E%3Cpath d=%27M75.3363 327.412L68.8813 363.169C68.8463 363.379 69.0038 363.589 69.2312 363.571H73.2196C73.3945 363.571 73.5345 363.449 73.5695 363.274L80.0769 327.517C80.1119 327.307 79.9544 327.115 79.727 327.115H75.6861C75.5112 327.115 75.3712 327.237 75.3363 327.412Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M69.8964 337.348L73.5524 363.186C73.5874 363.396 73.43 363.588 73.2026 363.588H69.1617C68.9867 363.588 68.8468 363.466 68.8118 363.309L65.1558 337.313C65.2782 337.033 65.4182 337.033 65.6456 337.033H69.529C69.704 337.033 69.8614 337.173 69.8964 337.348Z%27 fill=%27white%27/%3E%3Cpath d=%27M65.1564 337.313L58.7539 373.105C58.7189 373.315 58.8763 373.507 59.1038 373.507H63.0047C63.2321 373.507 63.3546 373.367 63.3896 373.192L69.897 337.436C69.932 337.226 69.7745 337.033 69.5471 337.033H65.5062C65.3313 337.033 65.1914 337.138 65.1564 337.313Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M59.5928 347.232L63.3713 373.07C63.4063 373.28 63.2488 373.49 63.0214 373.49H58.9805C58.8056 373.49 58.6656 373.368 58.6307 373.21L54.9746 347.197C55.0971 346.917 55.237 346.917 55.4644 346.917H59.2254C59.4004 346.917 59.5578 347.057 59.5928 347.232Z%27 fill=%27white%27/%3E%3Cpath d=%27M54.8524 347.215L48.3974 382.972C48.3625 383.181 48.5199 383.391 48.7473 383.374H52.7357C52.9107 383.374 53.0506 383.251 53.0856 383.076L59.593 347.32C59.628 347.11 59.4706 346.917 59.2432 346.917H55.2023C55.0273 346.917 54.8874 347.04 54.8524 347.215Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M49.412 357.151L53.0681 382.989C53.103 383.199 52.9456 383.391 52.7182 383.391H48.6773C48.5024 383.391 48.3624 383.269 48.3274 383.111L44.6714 357.116C44.7938 356.836 44.9338 356.836 45.1612 356.836H49.0447C49.2196 356.836 49.377 356.976 49.412 357.151Z%27 fill=%27white%27/%3E%3Cpath d=%27M44.6891 357.116L38.2866 392.908C38.2516 393.118 38.4091 393.31 38.6365 393.31H42.5374C42.7648 393.31 42.8873 393.17 42.9223 392.995L49.4297 357.238C49.4647 357.028 49.3072 356.836 49.0798 356.836H45.0389C44.864 356.836 44.7241 356.941 44.6891 357.116Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M39.126 367.035L42.9045 392.873C42.9395 393.083 42.7821 393.293 42.5546 393.293H38.5137C38.3388 393.293 38.1989 393.171 38.1639 393.013L34.5078 367C34.6303 366.72 34.7702 366.72 34.9976 366.72H38.7586C38.9336 366.72 39.091 366.86 39.126 367.035Z%27 fill=%27white%27/%3E%3Cpath d=%27M34.3856 366.93L27.9306 402.687C27.8957 402.897 28.0531 403.107 28.2805 403.089H32.2689C32.4439 403.089 32.5838 402.967 32.6188 402.792L39.1262 367.035C39.1612 366.825 39.0038 366.633 38.7764 366.633H34.7355C34.5605 366.633 34.4206 366.755 34.3856 366.93Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M28.9447 376.849L32.6008 402.687C32.6358 402.897 32.4783 403.089 32.2509 403.089H28.21C28.0351 403.089 27.8951 402.967 27.8602 402.809L24.2041 376.814C24.3266 376.534 24.4665 376.534 24.6939 376.534H28.5774C28.7523 376.534 28.9097 376.674 28.9447 376.849Z%27 fill=%27white%27/%3E%3Cpath d=%27M24.2218 376.832L17.8193 412.623C17.7843 412.833 17.9418 413.026 18.1692 413.026H22.0701C22.2976 413.026 22.42 412.886 22.455 412.711L28.9624 376.954C28.9974 376.744 28.84 376.552 28.6126 376.552H24.5717C24.3967 376.552 24.2568 376.657 24.2218 376.832Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M18.6597 386.75L22.4382 412.589C22.4732 412.798 22.3157 413.008 22.0883 413.008H18.0474C17.8725 413.008 17.7325 412.886 17.6976 412.728L14.0415 386.715C14.164 386.436 14.3039 386.436 14.5313 386.436H18.2923C18.4673 386.436 18.6247 386.575 18.6597 386.75Z%27 fill=%27white%27/%3E%3Cpath d=%27M13.9188 386.715L7.46385 422.472C7.42887 422.682 7.58631 422.892 7.81372 422.875H11.8021C11.9771 422.875 12.117 422.752 12.152 422.577L18.6594 386.82C18.6944 386.61 18.537 386.418 18.3096 386.418H14.2687C14.0937 386.418 13.9538 386.54 13.9188 386.715Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M8.496 396.652L12.152 422.49C12.187 422.7 12.0296 422.892 11.8022 422.892H7.76128C7.58635 422.892 7.44641 422.77 7.41142 422.612L3.75537 396.617C3.87782 396.337 4.01777 396.337 4.24518 396.337H8.12864C8.30357 396.337 8.46101 396.477 8.496 396.652Z%27 fill=%27white%27/%3E%3Cpath d=%27M3.755 396.617L-2.64748 432.409C-2.68246 432.619 -2.52503 432.811 -2.29762 432.811H1.60334C1.83075 432.811 1.95321 432.671 1.98819 432.496L8.49562 396.739C8.53061 396.529 8.37316 396.337 8.14575 396.337H4.10486C3.92992 396.337 3.78999 396.442 3.755 396.617Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M416.889 30.5283L410.486 66.3202C410.451 66.5301 410.609 66.7225 410.836 66.7225H414.737C414.965 66.7225 415.087 66.5826 415.122 66.4252L421.629 30.6682C421.664 30.4583 421.507 30.2659 421.28 30.2659H417.239C417.064 30.2659 416.924 30.3708 416.889 30.5458%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M411.327 40.4467L415.105 66.2847C415.14 66.4947 414.983 66.7046 414.755 66.7046H410.714C410.539 66.7046 410.4 66.5822 410.365 66.4247L406.708 40.4117C406.831 40.1318 406.971 40.1318 407.198 40.1318H410.959C411.134 40.1318 411.292 40.2718 411.327 40.4467Z%27 fill=%27white%27/%3E%3Cpath d=%27M406.586 40.3242L400.131 76.0811C400.096 76.2911 400.253 76.501 400.481 76.4835H404.469C404.644 76.4835 404.784 76.361 404.819 76.1861L411.326 40.4292C411.361 40.2193 411.204 40.0269 410.977 40.0269H406.936C406.761 40.0269 406.621 40.1493 406.586 40.3242Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M401.163 50.2609L404.819 76.099C404.854 76.3089 404.697 76.5013 404.469 76.5013H400.428C400.253 76.5013 400.113 76.3789 400.078 76.2214L396.422 50.2259C396.545 49.9461 396.685 49.946 396.912 49.946H400.796C400.971 49.946 401.128 50.086 401.163 50.2609Z%27 fill=%27white%27/%3E%3Cpath d=%27M396.422 50.2258L390.02 86.0177C389.985 86.2276 390.142 86.42 390.369 86.42H394.27C394.498 86.42 394.62 86.2801 394.655 86.1226L401.163 50.3657C401.198 50.1558 401.023 49.9634 400.813 49.9634H396.772C396.597 49.9634 396.457 50.0683 396.422 50.2433%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M390.86 60.1445L394.638 85.9825C394.673 86.1925 394.516 86.4024 394.289 86.4024H390.248C390.073 86.4024 389.933 86.2799 389.898 86.1225L386.242 60.1095C386.364 59.8296 386.504 59.8296 386.732 59.8296H390.493C390.667 59.8296 390.825 59.9696 390.86 60.1445Z%27 fill=%27white%27/%3E%3Cpath d=%27M386.119 60.1446L379.664 95.9015C379.629 96.1114 379.787 96.3213 380.014 96.3038H384.002C384.177 96.3038 384.317 96.1814 384.352 96.0065L390.86 60.2495C390.895 60.0396 390.737 59.8472 390.51 59.8472H386.469C386.294 59.8472 386.154 59.9696 386.119 60.1446Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M380.679 70.064L384.335 95.9195C384.37 96.1294 384.212 96.3219 383.985 96.3219H379.944C379.769 96.3219 379.629 96.1994 379.594 96.042L375.938 70.0465C376.06 69.7666 376.2 69.7666 376.428 69.7666H380.311C380.486 69.7666 380.644 69.9065 380.679 70.0815%27 fill=%27white%27/%3E%3Cpath d=%27M375.939 70.029L369.536 105.821C369.501 106.031 369.659 106.223 369.886 106.223H373.787C374.014 106.223 374.137 106.083 374.172 105.926L380.679 70.1689C380.714 69.959 380.557 69.7666 380.329 69.7666H376.288C376.114 69.7666 375.974 69.8715 375.939 70.0465%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M370.375 79.9651L374.153 105.821C374.188 106.031 374.031 106.241 373.804 106.241H369.763C369.588 106.241 369.448 106.118 369.413 105.961L365.757 79.9476C365.879 79.6677 366.019 79.6677 366.247 79.6677H370.008C370.183 79.6677 370.34 79.8077 370.375 79.9827%27 fill=%27white%27/%3E%3Cpath d=%27M365.652 79.8423L359.197 115.599C359.162 115.809 359.319 116.019 359.547 116.002H363.535C363.71 116.002 363.85 115.879 363.885 115.704L370.392 79.9472C370.427 79.7373 370.27 79.5449 370.042 79.5449H366.002C365.827 79.5449 365.687 79.6673 365.652 79.8423Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M360.211 89.7609L363.867 115.599C363.902 115.809 363.745 116.001 363.518 116.001H359.477C359.302 116.001 359.162 115.879 359.127 115.721L355.471 89.7259C355.593 89.446 355.733 89.446 355.961 89.446H359.844C360.019 89.446 360.176 89.586 360.211 89.7609Z%27 fill=%27white%27/%3E%3Cpath d=%27M355.471 89.7438L349.068 125.536C349.033 125.746 349.191 125.938 349.418 125.938H353.319C353.547 125.938 353.669 125.798 353.704 125.641L360.211 89.8838C360.246 89.6739 360.071 89.4814 359.862 89.4814H355.821C355.646 89.4814 355.506 89.5864 355.471 89.7613%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M349.926 99.6633L353.704 125.501C353.739 125.711 353.582 125.921 353.354 125.921H349.313C349.139 125.921 348.999 125.799 348.964 125.641L345.308 99.6283C345.43 99.3484 345.57 99.3484 345.797 99.3484H349.558C349.733 99.3484 349.891 99.4884 349.926 99.6633Z%27 fill=%27white%27/%3E%3Cpath d=%27M345.185 99.6458L338.73 135.403C338.695 135.613 338.853 135.823 339.08 135.805H343.069C343.244 135.805 343.384 135.683 343.419 135.508L349.926 99.7508C349.961 99.5408 349.804 99.3484 349.576 99.3484H345.535C345.36 99.3484 345.22 99.4709 345.185 99.6458Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M339.745 109.564L343.401 135.402C343.436 135.612 343.279 135.805 343.051 135.805H339.01C338.835 135.805 338.695 135.682 338.66 135.525L335.004 109.529C335.127 109.249 335.267 109.249 335.494 109.249H339.378C339.553 109.249 339.71 109.389 339.745 109.564Z%27 fill=%27white%27/%3E%3Cpath d=%27M335.022 109.529L328.619 145.321C328.584 145.531 328.742 145.723 328.969 145.723H332.87C333.097 145.723 333.22 145.583 333.255 145.426L339.762 109.669C339.797 109.459 339.622 109.267 339.412 109.267H335.371C335.196 109.267 335.057 109.372 335.022 109.547%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M329.459 119.466L333.237 145.304C333.272 145.514 333.115 145.724 332.888 145.724H328.847C328.672 145.724 328.532 145.601 328.497 145.444L324.841 119.431C324.963 119.151 325.103 119.151 325.331 119.151H329.092C329.267 119.151 329.424 119.291 329.459 119.466Z%27 fill=%27white%27/%3E%3Cpath d=%27M324.719 119.343L318.264 155.1C318.229 155.31 318.386 155.52 318.614 155.503H322.602C322.777 155.503 322.917 155.38 322.952 155.205L329.459 119.448C329.494 119.238 329.337 119.028 329.109 119.046H325.068C324.894 119.046 324.754 119.168 324.719 119.343Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M319.278 129.262L322.934 155.118C322.969 155.328 322.812 155.52 322.584 155.52H318.543C318.369 155.52 318.229 155.398 318.194 155.24L314.538 129.245C314.66 128.965 314.8 128.965 315.027 128.965H318.911C319.086 128.965 319.243 129.105 319.278 129.28%27 fill=%27white%27/%3E%3Cpath d=%27M314.555 129.244L308.153 165.036C308.118 165.246 308.275 165.439 308.503 165.439H312.404C312.631 165.439 312.754 165.299 312.789 165.141L319.296 129.384C319.331 129.174 319.173 128.982 318.946 128.982H314.905C314.73 128.982 314.59 129.087 314.555 129.262%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M308.992 139.163L312.77 165.001C312.805 165.211 312.648 165.421 312.42 165.421H308.379C308.205 165.421 308.065 165.298 308.03 165.141L304.374 139.128C304.496 138.848 304.636 138.848 304.863 138.848H308.624C308.799 138.848 308.957 138.988 308.992 139.163Z%27 fill=%27white%27/%3E%3Cpath d=%27M304.251 139.145L297.796 174.902C297.761 175.112 297.918 175.322 298.146 175.305H302.134C302.309 175.305 302.449 175.182 302.484 175.007L308.991 139.25C309.026 139.04 308.869 138.848 308.642 138.848H304.601C304.426 138.848 304.286 138.97 304.251 139.145Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M298.811 149.065L302.467 174.903C302.502 175.113 302.345 175.305 302.117 175.305H298.076C297.901 175.305 297.761 175.183 297.726 175.025L294.07 149.03C294.193 148.75 294.333 148.75 294.56 148.75H298.444C298.619 148.75 298.776 148.89 298.811 149.065Z%27 fill=%27white%27/%3E%3Cpath d=%27M294.07 149.047L287.668 184.839C287.633 185.049 287.79 185.242 288.018 185.242H291.919C292.146 185.242 292.269 185.102 292.304 184.944L298.811 149.187C298.846 148.977 298.689 148.785 298.461 148.785H294.42C294.245 148.785 294.105 148.89 294.07 149.065%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M288.507 158.966L292.286 184.804C292.321 185.014 292.163 185.224 291.936 185.224H287.895C287.72 185.224 287.58 185.101 287.545 184.944L283.889 158.931C284.012 158.651 284.152 158.651 284.379 158.651H288.14C288.315 158.651 288.472 158.791 288.507 158.966Z%27 fill=%27white%27/%3E%3Cpath d=%27M283.784 158.844L277.329 194.601C277.294 194.811 277.452 195.021 277.679 195.003H281.667C281.842 195.003 281.982 194.881 282.017 194.706L288.525 158.949C288.56 158.739 288.402 158.529 288.175 158.546H284.134C283.959 158.546 283.819 158.669 283.784 158.844Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M278.344 168.779L282 194.618C282.035 194.827 281.877 195.02 281.65 195.02H277.609C277.434 195.02 277.294 194.897 277.259 194.74L273.603 168.745C273.725 168.465 273.865 168.465 274.093 168.465H277.976C278.151 168.465 278.309 168.605 278.344 168.779Z%27 fill=%27white%27/%3E%3Cpath d=%27M273.604 168.745L267.201 204.537C267.166 204.747 267.324 204.939 267.551 204.939H271.452C271.679 204.939 271.802 204.799 271.837 204.642L278.344 168.885C278.379 168.675 278.204 168.482 277.994 168.482H273.953C273.779 168.482 273.639 168.587 273.604 168.762%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M268.041 178.681L271.82 204.519C271.855 204.729 271.697 204.939 271.47 204.939H267.429C267.254 204.939 267.114 204.817 267.079 204.659L263.423 178.646C263.545 178.366 263.685 178.366 263.913 178.366H267.674C267.849 178.366 268.006 178.506 268.041 178.681Z%27 fill=%27white%27/%3E%3Cpath d=%27M263.318 178.647L256.863 214.404C256.828 214.614 256.986 214.824 257.213 214.806H261.202C261.376 214.806 261.516 214.684 261.551 214.509L268.059 178.752C268.094 178.542 267.936 178.35 267.709 178.35H263.668C263.493 178.35 263.353 178.472 263.318 178.647Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M257.877 188.565L261.533 214.403C261.568 214.613 261.411 214.806 261.184 214.806H257.143C256.968 214.806 256.828 214.683 256.793 214.526L253.137 188.53C253.259 188.25 253.399 188.25 253.627 188.25H257.51C257.685 188.25 257.842 188.39 257.877 188.565Z%27 fill=%27white%27/%3E%3Cpath d=%27M253.136 188.547L246.734 224.339C246.699 224.549 246.856 224.742 247.084 224.742H250.985C251.212 224.742 251.335 224.602 251.37 224.427L257.877 188.67C257.912 188.46 257.755 188.268 257.527 188.268H253.486C253.311 188.268 253.171 188.373 253.136 188.547Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M247.591 198.466L251.37 224.305C251.405 224.514 251.247 224.724 251.02 224.724H246.979C246.804 224.724 246.664 224.602 246.629 224.444L242.973 198.432C243.096 198.152 243.236 198.152 243.463 198.152H247.224C247.399 198.152 247.556 198.292 247.591 198.466Z%27 fill=%27white%27/%3E%3Cpath d=%27M242.85 198.362L236.395 234.119C236.361 234.329 236.518 234.539 236.745 234.521H240.734C240.909 234.521 241.049 234.399 241.084 234.224L247.591 198.467C247.626 198.257 247.469 198.064 247.241 198.064H243.2C243.025 198.064 242.885 198.187 242.85 198.362Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M237.411 208.281L241.067 234.119C241.102 234.329 240.944 234.522 240.717 234.522H236.676C236.501 234.522 236.361 234.399 236.326 234.242L232.67 208.246C232.792 207.966 232.932 207.966 233.16 207.966H237.043C237.218 207.966 237.376 208.106 237.411 208.281Z%27 fill=%27white%27/%3E%3Cpath d=%27M232.669 208.246L226.267 244.038C226.232 244.248 226.389 244.44 226.616 244.44H230.517C230.745 244.44 230.867 244.3 230.902 244.126L237.41 208.369C237.445 208.159 237.287 207.966 237.06 207.966H233.019C232.844 207.966 232.704 208.071 232.669 208.246Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M227.125 218.182L230.903 244.02C230.938 244.23 230.781 244.44 230.553 244.44H226.512C226.337 244.44 226.197 244.317 226.162 244.16L222.506 218.147C222.629 217.867 222.769 217.867 222.996 217.867H226.757C226.932 217.867 227.09 218.007 227.125 218.182Z%27 fill=%27white%27/%3E%3Cpath d=%27M222.366 218.164L215.911 253.921C215.876 254.131 216.034 254.341 216.261 254.324H220.249C220.424 254.324 220.564 254.201 220.599 254.026L227.107 218.269C227.142 218.059 226.984 217.849 226.757 217.867H222.716C222.541 217.867 222.401 217.989 222.366 218.164Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M216.943 228.083L220.599 253.921C220.634 254.131 220.477 254.324 220.249 254.324H216.209C216.034 254.324 215.894 254.201 215.859 254.044L212.203 228.048C212.325 227.768 212.465 227.768 212.692 227.768H216.576C216.751 227.768 216.908 227.908 216.943 228.083Z%27 fill=%27white%27/%3E%3Cpath d=%27M212.203 228.048L205.801 263.84C205.766 264.05 205.923 264.242 206.151 264.242H210.052C210.279 264.242 210.401 264.103 210.436 263.928L216.944 228.171C216.979 227.961 216.804 227.768 216.594 227.768H212.553C212.378 227.768 212.238 227.873 212.203 228.048Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M206.64 237.984L210.418 263.822C210.453 264.032 210.296 264.242 210.068 264.242H206.027C205.852 264.242 205.713 264.12 205.678 263.962L202.021 237.949C202.144 237.669 202.284 237.669 202.511 237.669H206.272C206.447 237.669 206.605 237.809 206.64 237.984Z%27 fill=%27white%27/%3E%3Cpath d=%27M201.899 237.862L195.444 273.619C195.409 273.829 195.567 274.039 195.794 274.021H199.783C199.958 274.021 200.097 273.899 200.132 273.724L206.64 237.967C206.675 237.757 206.517 237.564 206.29 237.564H202.249C202.074 237.564 201.934 237.687 201.899 237.862Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M196.477 247.781L200.133 273.619C200.168 273.829 200.011 274.022 199.783 274.022H195.742C195.567 274.022 195.427 273.899 195.392 273.742L191.736 247.746C191.859 247.466 191.999 247.466 192.226 247.466H196.11C196.285 247.466 196.442 247.606 196.477 247.781Z%27 fill=%27white%27/%3E%3Cpath d=%27M191.736 247.764L185.333 283.555C185.298 283.765 185.456 283.958 185.683 283.958H189.584C189.812 283.958 189.934 283.818 189.969 283.643L196.477 247.886C196.512 247.676 196.337 247.484 196.127 247.484H192.086C191.911 247.484 191.771 247.589 191.736 247.764Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M186.173 257.682L189.952 283.52C189.987 283.73 189.829 283.94 189.602 283.94H185.561C185.386 283.94 185.246 283.818 185.211 283.66L181.555 257.647C181.678 257.367 181.818 257.367 182.045 257.367H185.806C185.981 257.367 186.138 257.507 186.173 257.682Z%27 fill=%27white%27/%3E%3Cpath d=%27M181.45 257.665L174.995 293.421C174.96 293.631 175.118 293.841 175.345 293.824H179.333C179.508 293.824 179.648 293.701 179.683 293.526L186.191 257.77C186.226 257.56 186.068 257.367 185.841 257.367H181.8C181.625 257.367 181.485 257.49 181.45 257.665Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M176.01 267.584L179.666 293.422C179.701 293.632 179.543 293.825 179.316 293.825H175.275C175.1 293.825 174.96 293.702 174.925 293.545L171.269 267.549C171.391 267.269 171.531 267.269 171.759 267.269H175.642C175.817 267.269 175.975 267.409 176.01 267.584Z%27 fill=%27white%27/%3E%3Cpath d=%27M171.269 267.549L164.866 303.341C164.831 303.551 164.989 303.743 165.216 303.743H169.117C169.344 303.743 169.467 303.603 169.502 303.429L176.009 267.672C176.044 267.462 175.869 267.269 175.659 267.269H171.619C171.444 267.269 171.304 267.374 171.269 267.549Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M165.707 277.486L169.485 303.324C169.52 303.533 169.363 303.743 169.135 303.743H165.094C164.919 303.743 164.779 303.621 164.744 303.464L161.088 277.451C161.211 277.171 161.351 277.171 161.578 277.171H165.339C165.514 277.171 165.672 277.311 165.707 277.486Z%27 fill=%27white%27/%3E%3Cpath d=%27M160.983 277.363L154.528 313.12C154.493 313.33 154.65 313.54 154.878 313.522H158.866C159.041 313.522 159.181 313.4 159.216 313.225L165.723 277.468C165.758 277.258 165.601 277.048 165.374 277.065H161.333C161.158 277.065 161.018 277.188 160.983 277.363Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M155.542 287.282L159.198 313.12C159.233 313.33 159.076 313.522 158.849 313.522H154.808C154.633 313.522 154.493 313.4 154.458 313.242L150.802 287.247C150.924 286.967 151.064 286.967 151.292 286.967H155.175C155.35 286.967 155.507 287.107 155.542 287.282Z%27 fill=%27white%27/%3E%3Cpath d=%27M150.802 287.265L144.4 323.057C144.365 323.267 144.522 323.459 144.75 323.459H148.651C148.878 323.459 149.001 323.319 149.036 323.144L155.543 287.387C155.578 287.177 155.421 286.985 155.193 286.985H151.152C150.977 286.985 150.837 287.09 150.802 287.265Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M145.239 297.183L149.017 323.021C149.052 323.231 148.895 323.441 148.667 323.441H144.627C144.452 323.441 144.312 323.318 144.277 323.161L140.621 297.148C140.743 296.868 140.883 296.868 141.11 296.868H144.871C145.046 296.868 145.204 297.008 145.239 297.183Z%27 fill=%27white%27/%3E%3Cpath d=%27M140.498 297.166L134.043 332.923C134.008 333.132 134.166 333.342 134.393 333.325H138.382C138.557 333.325 138.697 333.202 138.732 333.027L145.239 297.271C145.274 297.061 145.117 296.868 144.889 296.868H140.848C140.673 296.868 140.533 296.991 140.498 297.166Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M135.058 307.102L138.714 332.94C138.749 333.15 138.592 333.343 138.364 333.343H134.323C134.148 333.343 134.008 333.22 133.973 333.063L130.317 307.067C130.44 306.787 130.58 306.787 130.807 306.787H134.691C134.866 306.787 135.023 306.927 135.058 307.102Z%27 fill=%27white%27/%3E%3Cpath d=%27M130.336 307.067L123.933 342.859C123.898 343.069 124.056 343.262 124.283 343.262H128.184C128.411 343.262 128.534 343.122 128.569 342.947L135.076 307.19C135.111 306.98 134.954 306.787 134.726 306.787H130.685C130.51 306.787 130.371 306.892 130.336 307.067Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M124.772 316.986L128.551 342.824C128.586 343.034 128.429 343.243 128.201 343.243H124.16C123.985 343.243 123.845 343.121 123.81 342.964L120.154 316.951C120.277 316.671 120.417 316.671 120.644 316.671H124.405C124.58 316.671 124.737 316.811 124.772 316.986Z%27 fill=%27white%27/%3E%3Cpath d=%27M120.032 316.881L113.577 352.638C113.542 352.848 113.7 353.058 113.927 353.04H117.915C118.09 353.04 118.23 352.918 118.265 352.743L124.773 316.986C124.808 316.776 124.65 316.583 124.423 316.583H120.382C120.207 316.583 120.067 316.706 120.032 316.881Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M114.591 326.8L118.247 352.638C118.282 352.848 118.125 353.04 117.897 353.04H113.856C113.682 353.04 113.542 352.918 113.507 352.76L109.851 326.765C109.973 326.485 110.113 326.485 110.34 326.485H114.224C114.399 326.485 114.556 326.625 114.591 326.8Z%27 fill=%27white%27/%3E%3Cpath d=%27M109.868 326.765L103.466 362.557C103.431 362.767 103.588 362.959 103.816 362.959H107.717C107.944 362.959 108.067 362.819 108.101 362.644L114.609 326.887C114.644 326.677 114.486 326.485 114.259 326.485H110.218C110.043 326.485 109.903 326.59 109.868 326.765Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M104.306 336.7L108.084 362.538C108.119 362.748 107.962 362.958 107.734 362.958H103.693C103.518 362.958 103.379 362.836 103.344 362.678L99.6875 336.665C99.81 336.386 99.9499 336.385 100.177 336.385H103.938C104.113 336.385 104.271 336.525 104.306 336.7Z%27 fill=%27white%27/%3E%3Cpath d=%27M99.5648 336.666L93.1098 372.423C93.0749 372.633 93.2323 372.843 93.4597 372.825H97.4481C97.6231 372.825 97.763 372.703 97.798 372.528L104.305 336.771C104.34 336.561 104.183 336.369 103.956 336.369H99.9147C99.7397 336.369 99.5998 336.491 99.5648 336.666Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M94.142 346.602L97.7981 372.44C97.833 372.65 97.6756 372.843 97.4482 372.843H93.4073C93.2323 372.843 93.0924 372.72 93.0574 372.563L89.4014 346.567C89.5238 346.287 89.6638 346.287 89.8912 346.287H93.7746C93.9496 346.287 94.107 346.427 94.142 346.602Z%27 fill=%27white%27/%3E%3Cpath d=%27M89.4005 346.567L82.998 382.359C82.963 382.569 83.1205 382.762 83.3479 382.762H87.2489C87.4763 382.762 87.5987 382.622 87.6337 382.447L94.1411 346.69C94.1761 346.48 94.0187 346.287 93.7913 346.287H89.7504C89.5754 346.287 89.4355 346.392 89.4005 346.567Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M83.8389 356.486L87.6174 382.324C87.6524 382.534 87.4949 382.744 87.2675 382.744H83.2266C83.0517 382.744 82.9118 382.622 82.8768 382.464L79.2207 356.451C79.3432 356.171 79.4831 356.171 79.7105 356.171H83.4715C83.6465 356.171 83.8039 356.311 83.8389 356.486Z%27 fill=%27white%27/%3E%3Cpath d=%27M79.0975 356.381L72.6426 392.138C72.6076 392.348 72.765 392.558 72.9924 392.541H76.9808C77.1558 392.541 77.2957 392.418 77.3307 392.243L83.8381 356.486C83.8731 356.276 83.7157 356.084 83.4883 356.084H79.4474C79.2724 356.084 79.1325 356.206 79.0975 356.381Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M73.6747 366.3L77.3307 392.138C77.3657 392.348 77.2083 392.541 76.9809 392.541H72.94C72.7651 392.541 72.6251 392.418 72.5901 392.261L68.9341 366.265C69.0565 365.985 69.1965 365.985 69.4239 365.985H73.3074C73.4823 365.985 73.6397 366.125 73.6747 366.3Z%27 fill=%27white%27/%3E%3Cpath d=%27M68.9347 366.265L62.5322 402.057C62.4972 402.267 62.6547 402.459 62.8821 402.459H66.783C67.0104 402.459 67.1329 402.32 67.1679 402.145L73.6753 366.388C73.7103 366.178 73.5529 365.985 73.3254 365.985H69.2845C69.1096 365.985 68.9697 366.09 68.9347 366.265Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M63.3711 376.202L67.1496 402.04C67.1846 402.25 67.0272 402.459 66.7997 402.459H62.7588C62.5839 402.459 62.444 402.337 62.409 402.18L58.7529 376.167C58.8754 375.887 59.0153 375.887 59.2427 375.887H63.0037C63.1787 375.887 63.3361 376.027 63.3711 376.202Z%27 fill=%27white%27/%3E%3Cpath d=%27M58.6307 376.184L52.1758 411.941C52.1408 412.151 52.2982 412.361 52.5256 412.343H56.514C56.689 412.343 56.8289 412.221 56.8639 412.046L63.3713 376.289C63.4063 376.079 63.2489 375.887 63.0215 375.887H58.9806C58.8056 375.887 58.6657 376.009 58.6307 376.184Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M53.1903 386.103L56.8464 411.941C56.8814 412.151 56.7239 412.343 56.4965 412.343H52.4556C52.2807 412.343 52.1408 412.221 52.1058 412.064L48.4497 386.068C48.5722 385.788 48.7121 385.788 48.9395 385.788H52.823C52.9979 385.788 53.1553 385.928 53.1903 386.103Z%27 fill=%27white%27/%3E%3Cpath d=%27M48.4674 386.086L42.0649 421.878C42.0299 422.087 42.1874 422.28 42.4148 422.28H46.3157C46.5432 422.28 46.6656 422.14 46.7006 421.965L53.208 386.208C53.243 385.998 53.0856 385.806 52.8582 385.806H48.8173C48.6423 385.806 48.5024 385.911 48.4674 386.086Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M42.9043 396.004L46.6828 421.842C46.7178 422.052 46.5604 422.262 46.333 422.262H42.2921C42.1171 422.262 41.9772 422.14 41.9422 421.982L38.2861 395.969C38.4086 395.689 38.5485 395.689 38.7759 395.689H42.537C42.7119 395.689 42.8693 395.829 42.9043 396.004Z%27 fill=%27white%27/%3E%3Cpath d=%27M38.1644 395.882L31.7095 431.639C31.6745 431.849 31.8319 432.058 32.0593 432.041H36.0477C36.2227 432.041 36.3626 431.919 36.3976 431.744L42.905 395.987C42.94 395.777 42.7826 395.584 42.5552 395.584H38.5143C38.3393 395.584 38.1994 395.707 38.1644 395.882Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M32.724 405.801L36.3801 431.639C36.4151 431.849 36.2576 432.041 36.0302 432.041H31.9893C31.8144 432.041 31.6744 431.919 31.6394 431.761L27.9834 405.766C28.1059 405.486 28.2458 405.486 28.4732 405.486H32.3567C32.5316 405.486 32.689 405.626 32.724 405.801Z%27 fill=%27white%27/%3E%3Cpath d=%27M28.0001 405.784L21.5976 441.576C21.5627 441.786 21.7201 441.978 21.9475 441.978H25.8485C26.0759 441.978 26.1983 441.838 26.2333 441.663L32.7407 405.906C32.7757 405.696 32.6183 405.504 32.3909 405.504H28.35C28.175 405.504 28.0351 405.609 28.0001 405.784Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M415.088 69.3989L418.866 95.2369C418.901 95.4469 418.744 95.6568 418.517 95.6568H414.476C414.301 95.6568 414.161 95.5343 414.126 95.3769L410.47 69.3639C410.592 69.084 410.732 69.084 410.96 69.084H414.721C414.895 69.084 415.053 69.2239 415.088 69.3989Z%27 fill=%27white%27/%3E%3Cpath d=%27M410.348 69.2765L403.893 105.033C403.858 105.243 404.015 105.453 404.242 105.436H408.231C408.406 105.436 408.546 105.313 408.581 105.138L415.088 69.3814C415.123 69.1715 414.966 68.9616 414.738 68.979H410.697C410.522 68.979 410.383 69.1015 410.348 69.2765Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M404.924 79.1953L408.58 105.051C408.615 105.261 408.458 105.453 408.23 105.453H404.19C404.015 105.453 403.875 105.331 403.84 105.173L400.184 79.1778C400.306 78.8979 400.446 78.8979 400.673 78.8979H404.557C404.732 78.8979 404.889 79.0379 404.924 79.2128%27 fill=%27white%27/%3E%3Cpath d=%27M400.183 79.1774L393.781 114.969C393.746 115.179 393.903 115.372 394.131 115.372H398.032C398.259 115.372 398.381 115.232 398.416 115.074L404.924 79.3174C404.959 79.1075 404.784 78.915 404.574 78.915H400.533C400.358 78.915 400.218 79.02 400.183 79.1949%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M394.621 89.0964L398.399 114.934C398.434 115.144 398.277 115.354 398.049 115.354H394.008C393.833 115.354 393.693 115.232 393.658 115.074L390.002 89.0614C390.125 88.7815 390.265 88.7815 390.492 88.7815H394.253C394.428 88.7815 394.586 88.9214 394.621 89.0964Z%27 fill=%27white%27/%3E%3Cpath d=%27M389.88 89.0789L383.425 124.836C383.39 125.046 383.547 125.256 383.775 125.238H387.763C387.938 125.238 388.078 125.098 388.113 124.941L394.62 89.1838C394.655 88.9739 394.498 88.7815 394.271 88.7815H390.23C390.055 88.7815 389.915 88.9039 389.88 89.0789Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M384.439 98.9977L388.095 124.836C388.13 125.046 387.973 125.238 387.746 125.238H383.705C383.53 125.238 383.39 125.116 383.355 124.958L379.699 98.9627C379.821 98.6828 379.961 98.6829 380.189 98.6829H384.072C384.247 98.6829 384.404 98.8228 384.439 98.9977Z%27 fill=%27white%27/%3E%3Cpath d=%27M379.699 98.9804L373.297 134.772C373.262 134.982 373.419 135.175 373.647 135.175H377.548C377.775 135.175 377.898 135.035 377.933 134.877L384.44 99.1204C384.475 98.9105 384.317 98.718 384.09 98.718H380.049C379.874 98.718 379.734 98.823 379.699 98.9979%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M374.153 108.899L377.932 134.737C377.967 134.947 377.809 135.157 377.582 135.157H373.541C373.366 135.157 373.226 135.035 373.191 134.877L369.535 108.864C369.658 108.584 369.798 108.584 370.025 108.584H373.786C373.961 108.584 374.118 108.724 374.153 108.899Z%27 fill=%27white%27/%3E%3Cpath d=%27M369.413 108.777L362.958 144.534C362.923 144.744 363.08 144.954 363.308 144.936H367.296C367.471 144.936 367.611 144.814 367.646 144.639L374.154 108.882C374.189 108.672 374.031 108.479 373.804 108.479H369.763C369.588 108.479 369.448 108.602 369.413 108.777Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M363.972 118.713L367.628 144.551C367.663 144.761 367.506 144.953 367.278 144.953H363.237C363.062 144.953 362.922 144.831 362.887 144.674L359.231 118.678C359.354 118.398 359.494 118.398 359.721 118.398H363.605C363.78 118.398 363.937 118.538 363.972 118.713Z%27 fill=%27white%27/%3E%3Cpath d=%27M359.232 118.678L352.83 154.47C352.795 154.68 352.952 154.873 353.179 154.873H357.08C357.308 154.873 357.43 154.733 357.465 154.575L363.973 118.818C364.008 118.608 363.85 118.416 363.623 118.416H359.582C359.407 118.416 359.267 118.521 359.232 118.696%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M353.687 128.614L357.466 154.452C357.5 154.662 357.343 154.872 357.116 154.872H353.075C352.9 154.872 352.76 154.75 352.725 154.592L349.069 128.579C349.191 128.299 349.331 128.299 349.559 128.299H353.32C353.495 128.299 353.652 128.439 353.687 128.614Z%27 fill=%27white%27/%3E%3Cpath d=%27M348.947 128.58L342.492 164.337C342.457 164.547 342.614 164.757 342.842 164.739H346.83C347.005 164.739 347.145 164.617 347.18 164.442L353.687 128.685C353.722 128.475 353.565 128.265 353.337 128.283H349.297C349.122 128.283 348.982 128.405 348.947 128.58Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M343.506 138.499L347.162 164.337C347.197 164.547 347.039 164.74 346.812 164.74H342.771C342.596 164.74 342.456 164.617 342.421 164.46L338.765 138.464C338.888 138.184 339.028 138.184 339.255 138.184H343.138C343.313 138.184 343.471 138.324 343.506 138.499Z%27 fill=%27white%27/%3E%3Cpath d=%27M338.783 138.481L332.38 174.273C332.345 174.483 332.503 174.675 332.73 174.675H336.631C336.859 174.675 336.981 174.535 337.016 174.378L343.523 138.621C343.558 138.411 343.401 138.219 343.174 138.219H339.133C338.958 138.219 338.818 138.323 338.783 138.498%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M333.22 148.4L336.998 174.238C337.033 174.448 336.876 174.658 336.648 174.658H332.607C332.433 174.658 332.293 174.536 332.258 174.378L328.602 148.365C328.724 148.085 328.864 148.085 329.091 148.085H332.852C333.027 148.085 333.185 148.225 333.22 148.4Z%27 fill=%27white%27/%3E%3Cpath d=%27M328.479 148.295L322.024 184.052C321.989 184.262 322.147 184.472 322.374 184.454H326.363C326.538 184.454 326.678 184.332 326.713 184.157L333.22 148.4C333.255 148.19 333.097 147.998 332.87 147.998H328.829C328.654 147.998 328.514 148.12 328.479 148.295Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M323.039 158.214L326.695 184.052C326.73 184.262 326.573 184.454 326.345 184.454H322.304C322.129 184.454 321.989 184.332 321.954 184.175L318.298 158.179C318.421 157.899 318.561 157.899 318.788 157.899H322.672C322.847 157.899 323.004 158.039 323.039 158.214Z%27 fill=%27white%27/%3E%3Cpath d=%27M318.315 158.179L311.913 193.971C311.878 194.181 312.035 194.373 312.263 194.373H316.164C316.391 194.373 316.514 194.233 316.549 194.076L323.056 158.319C323.091 158.109 322.916 157.917 322.706 157.917H318.665C318.49 157.917 318.35 158.021 318.315 158.196%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M312.753 168.115L316.531 193.953C316.566 194.163 316.409 194.373 316.182 194.373H312.141C311.966 194.373 311.826 194.25 311.791 194.093L308.135 168.08C308.257 167.8 308.397 167.8 308.625 167.8H312.386C312.561 167.8 312.718 167.94 312.753 168.115Z%27 fill=%27white%27/%3E%3Cpath d=%27M308.012 168.098L301.557 203.854C301.522 204.064 301.679 204.274 301.907 204.257H305.895C306.07 204.257 306.21 204.134 306.245 203.959L312.752 168.202C312.787 167.993 312.63 167.783 312.402 167.8H308.361C308.186 167.8 308.047 167.923 308.012 168.098Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M302.572 178.017L306.228 203.855C306.263 204.065 306.106 204.257 305.878 204.257H301.837C301.663 204.257 301.523 204.135 301.488 203.977L297.832 177.982C297.954 177.702 298.094 177.702 298.321 177.702H302.205C302.38 177.702 302.537 177.842 302.572 178.017Z%27 fill=%27white%27/%3E%3Cpath d=%27M297.832 177.982L291.429 213.774C291.394 213.983 291.552 214.176 291.779 214.176H295.68C295.907 214.176 296.03 214.036 296.065 213.878L302.572 178.122C302.607 177.912 302.432 177.719 302.222 177.719H298.182C298.007 177.719 297.867 177.824 297.832 177.999%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M292.268 187.917L296.047 213.755C296.082 213.965 295.924 214.175 295.697 214.175H291.656C291.481 214.175 291.341 214.053 291.306 213.895L287.65 187.882C287.772 187.603 287.912 187.603 288.14 187.603H291.901C292.076 187.603 292.233 187.742 292.268 187.917Z%27 fill=%27white%27/%3E%3Cpath d=%27M287.546 187.795L281.091 223.552C281.056 223.762 281.213 223.972 281.441 223.955H285.429C285.604 223.955 285.744 223.832 285.779 223.657L292.286 187.9C292.321 187.69 292.164 187.498 291.937 187.498H287.896C287.721 187.498 287.581 187.621 287.546 187.795Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M282.105 197.714L285.761 223.552C285.796 223.762 285.639 223.955 285.412 223.955H281.371C281.196 223.955 281.056 223.832 281.021 223.675L277.365 197.679C277.487 197.399 277.627 197.399 277.855 197.399H281.738C281.913 197.399 282.07 197.539 282.105 197.714Z%27 fill=%27white%27/%3E%3Cpath d=%27M277.364 197.697L270.962 233.489C270.927 233.698 271.084 233.891 271.312 233.891H275.213C275.44 233.891 275.563 233.751 275.598 233.576L282.105 197.819C282.14 197.609 281.983 197.417 281.755 197.417H277.714C277.539 197.417 277.399 197.522 277.364 197.697Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M271.802 207.615L275.581 233.453C275.616 233.663 275.458 233.873 275.231 233.873H271.19C271.015 233.873 270.875 233.751 270.84 233.593L267.184 207.58C267.307 207.301 267.446 207.301 267.674 207.301H271.435C271.61 207.301 271.767 207.44 271.802 207.615Z%27 fill=%27white%27/%3E%3Cpath d=%27M267.078 207.598L260.624 243.355C260.589 243.565 260.746 243.775 260.973 243.757H264.962C265.137 243.757 265.277 243.635 265.312 243.46L271.819 207.703C271.854 207.493 271.697 207.301 271.469 207.301H267.428C267.253 207.301 267.113 207.423 267.078 207.598Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M261.638 217.517L265.294 243.355C265.329 243.565 265.172 243.757 264.944 243.757H260.903C260.728 243.757 260.588 243.635 260.554 243.477L256.897 217.482C257.02 217.202 257.16 217.202 257.387 217.202H261.271C261.446 217.202 261.603 217.342 261.638 217.517Z%27 fill=%27white%27/%3E%3Cpath d=%27M256.898 217.482L250.495 253.274C250.46 253.484 250.618 253.676 250.845 253.676H254.746C254.973 253.676 255.096 253.536 255.131 253.361L261.638 217.604C261.673 217.394 261.498 217.202 261.288 217.202H257.247C257.073 217.202 256.933 217.307 256.898 217.482Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M251.352 227.419L255.131 253.257C255.166 253.467 255.008 253.677 254.781 253.677H250.74C250.565 253.677 250.425 253.554 250.39 253.397L246.734 227.384C246.856 227.104 246.996 227.104 247.224 227.104H250.985C251.16 227.104 251.317 227.244 251.352 227.419Z%27 fill=%27white%27/%3E%3Cpath d=%27M246.612 227.296L240.157 263.053C240.122 263.263 240.28 263.473 240.507 263.456H244.496C244.67 263.456 244.81 263.333 244.845 263.158L251.353 227.401C251.388 227.192 251.23 226.982 251.003 226.999H246.962C246.787 226.999 246.647 227.122 246.612 227.296Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M241.171 237.215L244.827 263.053C244.862 263.263 244.705 263.456 244.477 263.456H240.437C240.262 263.456 240.122 263.333 240.087 263.176L236.431 237.18C236.553 236.9 236.693 236.9 236.92 236.9H240.804C240.979 236.9 241.136 237.04 241.171 237.215Z%27 fill=%27white%27/%3E%3Cpath d=%27M236.448 237.198L230.045 272.99C230.01 273.199 230.168 273.392 230.395 273.392H234.296C234.524 273.392 234.646 273.252 234.681 273.077L241.189 237.32C241.223 237.11 241.049 236.918 240.839 236.918H236.798C236.623 236.918 236.483 237.023 236.448 237.198Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M230.885 247.116L234.664 272.954C234.699 273.164 234.541 273.374 234.314 273.374H230.273C230.098 273.374 229.958 273.252 229.923 273.094L226.267 247.081C226.39 246.801 226.53 246.801 226.757 246.801H230.518C230.693 246.801 230.85 246.941 230.885 247.116Z%27 fill=%27white%27/%3E%3Cpath d=%27M226.127 247.099L219.672 282.856C219.637 283.066 219.794 283.275 220.022 283.258H224.01C224.185 283.258 224.325 283.135 224.36 282.961L230.867 247.204C230.902 246.994 230.745 246.801 230.518 246.801H226.477C226.302 246.801 226.162 246.924 226.127 247.099Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M220.704 257.035L224.36 282.873C224.395 283.083 224.238 283.275 224.01 283.275H219.969C219.794 283.275 219.654 283.153 219.619 282.996L215.963 257C216.086 256.72 216.226 256.72 216.453 256.72H220.337C220.512 256.72 220.669 256.86 220.704 257.035Z%27 fill=%27white%27/%3E%3Cpath d=%27M215.964 257L209.562 292.792C209.527 293.002 209.684 293.194 209.911 293.194H213.812C214.04 293.194 214.162 293.054 214.197 292.879L220.705 257.123C220.74 256.913 220.565 256.72 220.355 256.72H216.314C216.139 256.72 215.999 256.825 215.964 257Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M210.4 266.919L214.179 292.757C214.214 292.967 214.056 293.177 213.829 293.177H209.788C209.613 293.177 209.473 293.054 209.438 292.897L205.782 266.884C205.905 266.604 206.045 266.604 206.272 266.604H210.033C210.208 266.604 210.365 266.744 210.4 266.919Z%27 fill=%27white%27/%3E%3Cpath d=%27M205.661 266.814L199.206 302.571C199.171 302.781 199.328 302.991 199.556 302.974H203.544C203.719 302.974 203.859 302.851 203.894 302.676L210.402 266.919C210.437 266.709 210.279 266.517 210.052 266.517H206.011C205.836 266.517 205.696 266.64 205.661 266.814Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M200.237 276.733L203.893 302.571C203.928 302.781 203.771 302.973 203.543 302.973H199.503C199.328 302.973 199.188 302.851 199.153 302.693L195.497 276.698C195.619 276.418 195.759 276.418 195.986 276.418H199.87C200.045 276.418 200.202 276.558 200.237 276.733Z%27 fill=%27white%27/%3E%3Cpath d=%27M195.497 276.698L189.094 312.49C189.059 312.7 189.217 312.892 189.444 312.892H193.345C193.572 312.892 193.695 312.752 193.73 312.577L200.237 276.82C200.272 276.61 200.097 276.418 199.887 276.418H195.847C195.672 276.418 195.532 276.523 195.497 276.698Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M189.934 286.635L193.713 312.473C193.748 312.682 193.59 312.892 193.363 312.892H189.322C189.147 312.892 189.007 312.77 188.972 312.612L185.316 286.599C185.438 286.32 185.578 286.32 185.806 286.32H189.567C189.742 286.32 189.899 286.46 189.934 286.635Z%27 fill=%27white%27/%3E%3Cpath d=%27M185.211 286.6L178.756 322.357C178.721 322.566 178.878 322.776 179.106 322.759H183.094C183.269 322.759 183.409 322.636 183.444 322.461L189.951 286.705C189.986 286.495 189.829 286.302 189.602 286.302H185.561C185.386 286.302 185.246 286.425 185.211 286.6Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M179.77 296.535L183.426 322.373C183.461 322.583 183.304 322.776 183.077 322.776H179.036C178.861 322.776 178.721 322.653 178.686 322.496L175.03 296.5C175.152 296.22 175.292 296.22 175.52 296.22H179.403C179.578 296.22 179.735 296.36 179.77 296.535Z%27 fill=%27white%27/%3E%3Cpath d=%27M175.03 296.5L168.627 332.292C168.592 332.502 168.75 332.695 168.977 332.695H172.878C173.106 332.695 173.228 332.555 173.263 332.38L179.771 296.623C179.806 296.413 179.648 296.22 179.421 296.22H175.38C175.205 296.22 175.065 296.325 175.03 296.5Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M169.467 306.42L173.246 332.258C173.281 332.468 173.123 332.678 172.896 332.678H168.855C168.68 332.678 168.54 332.555 168.505 332.398L164.849 306.385C164.972 306.105 165.112 306.105 165.339 306.105H169.1C169.275 306.105 169.432 306.245 169.467 306.42Z%27 fill=%27white%27/%3E%3Cpath d=%27M164.744 306.315L158.29 342.071C158.255 342.281 158.412 342.491 158.639 342.474H162.628C162.803 342.474 162.943 342.351 162.978 342.176L169.485 306.419C169.52 306.21 169.363 306.017 169.135 306.017H165.094C164.919 306.017 164.779 306.14 164.744 306.315Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M159.304 316.234L162.96 342.072C162.995 342.282 162.837 342.474 162.61 342.474H158.569C158.394 342.474 158.254 342.352 158.219 342.194L154.563 316.199C154.685 315.919 154.825 315.919 155.053 315.919H158.936C159.111 315.919 159.269 316.059 159.304 316.234Z%27 fill=%27white%27/%3E%3Cpath d=%27M154.563 316.199L148.161 351.991C148.126 352.201 148.283 352.393 148.51 352.393H152.411C152.639 352.393 152.761 352.253 152.796 352.078L159.304 316.321C159.339 316.111 159.181 315.919 158.954 315.919H154.913C154.738 315.919 154.598 316.024 154.563 316.199Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M149 326.135L152.779 351.973C152.814 352.183 152.656 352.393 152.429 352.393H148.388C148.213 352.393 148.073 352.271 148.038 352.113L144.382 326.1C144.504 325.82 144.644 325.82 144.872 325.82H148.633C148.808 325.82 148.965 325.96 149 326.135Z%27 fill=%27white%27/%3E%3Cpath d=%27M144.26 326.118L137.805 361.875C137.77 362.085 137.927 362.294 138.155 362.277H142.143C142.318 362.277 142.458 362.154 142.493 361.98L149 326.223C149.035 326.013 148.878 325.82 148.65 325.82H144.609C144.435 325.82 144.295 325.943 144.26 326.118Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M138.819 336.036L142.475 361.874C142.51 362.084 142.352 362.277 142.125 362.277H138.084C137.909 362.277 137.769 362.154 137.734 361.997L134.078 336.001C134.201 335.721 134.341 335.721 134.568 335.721H138.451C138.626 335.721 138.784 335.861 138.819 336.036Z%27 fill=%27white%27/%3E%3Cpath d=%27M134.096 336.019L127.693 371.811C127.658 372.02 127.816 372.213 128.043 372.213H131.944C132.172 372.213 132.294 372.073 132.329 371.898L138.836 336.141C138.871 335.931 138.714 335.739 138.487 335.739H134.446C134.271 335.739 134.131 335.844 134.096 336.019Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M128.534 345.937L132.312 371.775C132.347 371.985 132.19 372.195 131.962 372.195H127.921C127.747 372.195 127.607 372.073 127.572 371.915L123.916 345.902C124.038 345.622 124.178 345.622 124.405 345.622H128.166C128.341 345.622 128.499 345.762 128.534 345.937Z%27 fill=%27white%27/%3E%3Cpath d=%27M123.793 345.815L117.338 381.572C117.303 381.782 117.46 381.992 117.688 381.974H121.676C121.851 381.974 121.991 381.852 122.026 381.677L128.533 345.92C128.568 345.71 128.411 345.518 128.184 345.518H124.143C123.968 345.518 123.828 345.64 123.793 345.815Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M118.352 355.734L122.009 381.572C122.043 381.782 121.886 381.974 121.659 381.974H117.618C117.443 381.974 117.303 381.852 117.268 381.694L113.612 355.699C113.734 355.419 113.874 355.419 114.102 355.419H117.985C118.16 355.419 118.317 355.559 118.352 355.734Z%27 fill=%27white%27/%3E%3Cpath d=%27M113.629 355.717L107.227 391.509C107.192 391.719 107.349 391.911 107.576 391.911H111.477C111.705 391.911 111.827 391.771 111.862 391.596L118.37 355.839C118.405 355.629 118.247 355.437 118.02 355.437H113.979C113.804 355.437 113.664 355.542 113.629 355.717Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M108.066 365.636L111.845 391.474C111.88 391.684 111.722 391.894 111.495 391.894H107.454C107.279 391.894 107.139 391.771 107.104 391.614L103.448 365.601C103.571 365.321 103.711 365.321 103.938 365.321H107.699C107.874 365.321 108.031 365.461 108.066 365.636Z%27 fill=%27white%27/%3E%3Cpath d=%27M103.326 365.618L96.8711 401.375C96.8361 401.585 96.9935 401.795 97.2209 401.778H101.209C101.384 401.778 101.524 401.655 101.559 401.48L108.067 365.723C108.102 365.513 107.944 365.321 107.717 365.321H103.676C103.501 365.321 103.361 365.443 103.326 365.618Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M97.9032 375.537L101.559 401.375C101.594 401.585 101.437 401.777 101.209 401.777H97.1685C96.9936 401.777 96.8536 401.654 96.8186 401.497L93.1626 375.502C93.285 375.222 93.425 375.222 93.6524 375.222H97.5359C97.7108 375.222 97.8682 375.362 97.9032 375.537Z%27 fill=%27white%27/%3E%3Cpath d=%27M93.1622 375.519L86.7597 411.311C86.7248 411.521 86.8822 411.714 87.1096 411.714H91.0106C91.238 411.714 91.3604 411.574 91.3954 411.399L97.9029 375.642C97.9378 375.432 97.7804 375.24 97.553 375.24H93.5121C93.3372 375.24 93.1972 375.344 93.1622 375.519Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M87.5996 385.438L91.3781 411.276C91.4131 411.486 91.2557 411.696 91.0282 411.696H86.9873C86.8124 411.696 86.6725 411.574 86.6375 411.416L82.9814 385.403C83.1039 385.123 83.2438 385.123 83.4712 385.123H87.2323C87.4072 385.123 87.5646 385.263 87.5996 385.438Z%27 fill=%27white%27/%3E%3Cpath d=%27M82.8763 385.316L76.4214 421.073C76.3864 421.283 76.5438 421.492 76.7712 421.475H80.7596C80.9346 421.475 81.0745 421.352 81.1095 421.178L87.6169 385.421C87.6519 385.211 87.4945 385.018 87.2671 385.018H83.2262C83.0512 385.018 82.9113 385.141 82.8763 385.316Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M77.436 395.234L81.092 421.072C81.127 421.282 80.9696 421.475 80.7421 421.475H76.7012C76.5263 421.475 76.3863 421.352 76.3514 421.195L72.6953 395.199C72.8178 394.919 72.9577 394.919 73.1851 394.919H77.0686C77.2435 394.919 77.401 395.059 77.436 395.234Z%27 fill=%27white%27/%3E%3Cpath d=%27M72.6954 395.217L66.293 431.009C66.258 431.219 66.4154 431.412 66.6428 431.412H70.5438C70.7712 431.412 70.8936 431.272 70.9286 431.097L77.4361 395.34C77.471 395.13 77.3136 394.938 77.0862 394.938H73.0453C72.8703 394.938 72.7304 395.043 72.6954 395.217Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M67.1323 405.136L70.9108 430.974C70.9458 431.184 70.7884 431.394 70.561 431.394H66.5201C66.3451 431.394 66.2052 431.272 66.1702 431.114L62.5142 405.101C62.6366 404.821 62.7766 404.821 63.004 404.821H66.765C66.9399 404.821 67.0973 404.961 67.1323 405.136Z%27 fill=%27white%27/%3E%3Cpath d=%27M62.3924 405.119L55.9375 440.876C55.9025 441.085 56.0599 441.295 56.2874 441.278H60.2758C60.4507 441.278 60.5906 441.155 60.6256 440.981L67.1331 405.224C67.168 405.014 67.0106 404.821 66.7832 404.821H62.7423C62.5674 404.821 62.4274 404.944 62.3924 405.119Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.828 100.152L407.373 135.909C407.338 136.119 407.496 136.329 407.723 136.311H411.711C411.886 136.311 412.026 136.172 412.061 136.014L418.569 100.257C418.604 100.047 418.446 99.8373 418.219 99.8548H414.178C414.003 99.8548 413.863 99.9773 413.828 100.152Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M408.406 110.089L412.062 135.927C412.097 136.137 411.939 136.329 411.712 136.329H407.671C407.496 136.329 407.356 136.207 407.321 136.049L403.665 110.054C403.787 109.774 403.927 109.774 404.155 109.774H408.038C408.213 109.774 408.371 109.914 408.406 110.089Z%27 fill=%27white%27/%3E%3Cpath d=%27M403.664 110.054L397.262 145.846C397.227 146.056 397.384 146.249 397.612 146.249H401.513C401.74 146.249 401.862 146.109 401.897 145.951L408.405 110.194C408.44 109.984 408.265 109.792 408.055 109.792H404.014C403.839 109.792 403.699 109.897 403.664 110.072%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M398.102 119.973L401.881 145.811C401.916 146.021 401.758 146.231 401.531 146.231H397.49C397.315 146.231 397.175 146.108 397.14 145.951L393.484 119.938C393.606 119.658 393.746 119.658 393.974 119.658H397.735C397.91 119.658 398.067 119.798 398.102 119.973Z%27 fill=%27white%27/%3E%3Cpath d=%27M393.361 119.955L386.906 155.712C386.871 155.922 387.029 156.132 387.256 156.115H391.244C391.419 156.115 391.559 155.992 391.594 155.817L398.102 120.06C398.137 119.85 397.979 119.658 397.752 119.658H393.711C393.536 119.658 393.396 119.78 393.361 119.955Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M387.921 129.892L391.577 155.73C391.612 155.94 391.454 156.132 391.227 156.132H387.186C387.011 156.132 386.871 156.01 386.836 155.852L383.18 129.857C383.303 129.577 383.443 129.577 383.67 129.577H387.553C387.728 129.577 387.886 129.717 387.921 129.892Z%27 fill=%27white%27/%3E%3Cpath d=%27M383.18 129.857L376.778 165.649C376.743 165.859 376.9 166.051 377.128 166.051H381.029C381.256 166.051 381.378 165.911 381.413 165.754L387.921 129.997C387.956 129.787 387.798 129.594 387.571 129.594H383.53C383.355 129.594 383.215 129.699 383.18 129.874%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M377.635 139.775L381.413 165.631C381.448 165.841 381.291 166.051 381.063 166.051H377.022C376.848 166.051 376.708 165.928 376.673 165.771L373.017 139.758C373.139 139.478 373.279 139.478 373.506 139.478H377.267C377.442 139.478 377.6 139.618 377.635 139.793%27 fill=%27white%27/%3E%3Cpath d=%27M372.894 139.671L366.439 175.428C366.404 175.638 366.562 175.848 366.789 175.83H370.778C370.953 175.83 371.093 175.708 371.128 175.533L377.635 139.776C377.67 139.566 377.513 139.374 377.285 139.374H373.244C373.069 139.374 372.929 139.496 372.894 139.671Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M367.454 149.59L371.11 175.428C371.145 175.638 370.987 175.83 370.76 175.83H366.719C366.544 175.83 366.404 175.708 366.369 175.55L362.713 149.555C362.835 149.275 362.975 149.275 363.203 149.275H367.086C367.261 149.275 367.419 149.415 367.454 149.59Z%27 fill=%27white%27/%3E%3Cpath d=%27M362.731 149.572L356.328 185.364C356.293 185.574 356.451 185.766 356.678 185.766H360.579C360.806 185.766 360.929 185.626 360.964 185.451L367.471 149.694C367.506 149.484 367.331 149.292 367.121 149.292H363.08C362.906 149.292 362.766 149.397 362.731 149.572Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M357.168 159.491L360.946 185.329C360.981 185.539 360.824 185.749 360.596 185.749H356.555C356.38 185.749 356.24 185.626 356.205 185.469L352.549 159.456C352.672 159.176 352.812 159.176 353.039 159.176H356.8C356.975 159.176 357.133 159.316 357.168 159.491Z%27 fill=%27white%27/%3E%3Cpath d=%27M352.427 159.455L345.972 195.212C345.937 195.422 346.095 195.632 346.322 195.615H350.31C350.485 195.615 350.625 195.492 350.66 195.317L357.168 159.56C357.203 159.35 357.045 159.141 356.818 159.158H352.777C352.602 159.158 352.462 159.28 352.427 159.455Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M346.987 169.392L350.643 195.23C350.678 195.44 350.52 195.632 350.293 195.632H346.252C346.077 195.632 345.937 195.51 345.902 195.353L342.246 169.357C342.369 169.077 342.508 169.077 342.736 169.077H346.619C346.794 169.077 346.952 169.217 346.987 169.392Z%27 fill=%27white%27/%3E%3Cpath d=%27M342.264 169.357L335.861 205.149C335.826 205.359 335.984 205.551 336.211 205.551H340.112C340.34 205.551 340.462 205.411 340.497 205.236L347.004 169.48C347.039 169.27 346.882 169.077 346.655 169.077H342.614C342.439 169.077 342.299 169.182 342.264 169.357Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M336.701 179.276L340.48 205.114C340.515 205.324 340.357 205.534 340.13 205.534H336.089C335.914 205.534 335.774 205.412 335.739 205.254L332.083 179.241C332.205 178.961 332.345 178.961 332.573 178.961H336.334C336.509 178.961 336.666 179.101 336.701 179.276Z%27 fill=%27white%27/%3E%3Cpath d=%27M331.961 179.171L325.506 214.928C325.471 215.138 325.628 215.348 325.856 215.331H329.844C330.019 215.331 330.159 215.208 330.194 215.033L336.701 179.276C336.736 179.066 336.579 178.874 336.352 178.874H332.311C332.136 178.874 331.996 178.996 331.961 179.171Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M326.52 189.09L330.176 214.928C330.211 215.137 330.054 215.33 329.826 215.33H325.785C325.61 215.33 325.47 215.207 325.435 215.05L321.779 189.055C321.902 188.775 322.042 188.775 322.269 188.775H326.153C326.327 188.775 326.485 188.915 326.52 189.09Z%27 fill=%27white%27/%3E%3Cpath d=%27M321.797 189.073L315.394 224.865C315.359 225.075 315.516 225.267 315.744 225.267H319.645C319.872 225.267 319.995 225.127 320.03 224.952L326.537 189.195C326.572 188.985 326.415 188.793 326.187 188.793H322.146C321.971 188.793 321.831 188.898 321.797 189.073Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M316.234 198.991L320.013 224.829C320.048 225.039 319.89 225.249 319.663 225.249H315.622C315.447 225.249 315.307 225.127 315.272 224.969L311.616 198.956C311.739 198.677 311.879 198.677 312.106 198.677H315.867C316.042 198.677 316.199 198.817 316.234 198.991Z%27 fill=%27white%27/%3E%3Cpath d=%27M311.494 198.974L305.039 234.731C305.004 234.941 305.161 235.151 305.388 235.133H309.377C309.552 235.133 309.692 235.011 309.727 234.836L316.234 199.079C316.269 198.869 316.112 198.677 315.884 198.677H311.843C311.668 198.677 311.528 198.799 311.494 198.974Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.053 208.893L309.709 234.731C309.744 234.941 309.587 235.133 309.359 235.133H305.318C305.144 235.133 305.004 235.011 304.969 234.853L301.312 208.858C301.435 208.578 301.575 208.578 301.802 208.578H305.686C305.861 208.578 306.018 208.718 306.053 208.893Z%27 fill=%27white%27/%3E%3Cpath d=%27M301.313 208.876L294.911 244.667C294.876 244.877 295.033 245.07 295.26 245.07H299.161C299.389 245.07 299.511 244.93 299.546 244.755L306.054 208.998C306.089 208.788 305.914 208.596 305.704 208.596H301.663C301.488 208.596 301.348 208.701 301.313 208.876Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M295.749 218.794L299.528 244.632C299.563 244.842 299.406 245.052 299.178 245.052H295.137C294.962 245.052 294.822 244.929 294.787 244.772L291.131 218.759C291.254 218.479 291.394 218.479 291.621 218.479H295.382C295.557 218.479 295.715 218.619 295.749 218.794Z%27 fill=%27white%27/%3E%3Cpath d=%27M291.026 218.672L284.571 254.429C284.536 254.639 284.694 254.849 284.921 254.832H288.91C289.085 254.832 289.224 254.709 289.259 254.534L295.767 218.777C295.802 218.567 295.644 218.375 295.417 218.375H291.376C291.201 218.375 291.061 218.497 291.026 218.672Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M285.586 228.608L289.242 254.446C289.277 254.656 289.119 254.848 288.892 254.848H284.851C284.676 254.848 284.536 254.726 284.501 254.568L280.845 228.573C280.968 228.293 281.108 228.293 281.335 228.293H285.218C285.393 228.293 285.551 228.433 285.586 228.608Z%27 fill=%27white%27/%3E%3Cpath d=%27M280.846 228.573L274.443 264.365C274.408 264.575 274.566 264.767 274.793 264.767H278.694C278.922 264.767 279.044 264.627 279.079 264.452L285.586 228.695C285.621 228.485 285.446 228.293 285.237 228.293H281.196C281.021 228.293 280.881 228.398 280.846 228.573Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M275.283 238.492L279.061 264.33C279.096 264.54 278.939 264.75 278.711 264.75H274.67C274.496 264.75 274.356 264.628 274.321 264.47L270.665 238.457C270.787 238.177 270.927 238.177 271.154 238.177H274.915C275.09 238.177 275.248 238.317 275.283 238.492Z%27 fill=%27white%27/%3E%3Cpath d=%27M270.56 238.475L264.105 274.232C264.07 274.442 264.227 274.652 264.455 274.634H268.443C268.618 274.634 268.758 274.512 268.793 274.337L275.301 238.58C275.336 238.37 275.178 238.177 274.951 238.177H270.91C270.735 238.177 270.595 238.3 270.56 238.475Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M265.12 248.393L268.776 274.231C268.811 274.441 268.653 274.634 268.426 274.634H264.385C264.21 274.634 264.07 274.511 264.035 274.354L260.379 248.358C260.501 248.078 260.641 248.078 260.869 248.078H264.752C264.927 248.078 265.085 248.218 265.12 248.393Z%27 fill=%27white%27/%3E%3Cpath d=%27M260.396 248.376L253.994 284.168C253.959 284.377 254.116 284.57 254.343 284.57H258.244C258.472 284.57 258.594 284.43 258.629 284.255L265.137 248.498C265.172 248.288 265.014 248.096 264.787 248.096H260.746C260.571 248.096 260.431 248.201 260.396 248.376Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M254.834 258.295L258.613 284.133C258.647 284.343 258.49 284.553 258.263 284.553H254.222C254.047 284.553 253.907 284.43 253.872 284.273L250.216 258.26C250.338 257.98 250.478 257.98 250.706 257.98H254.467C254.642 257.98 254.799 258.12 254.834 258.295Z%27 fill=%27white%27/%3E%3Cpath d=%27M250.093 258.172L243.638 293.929C243.603 294.139 243.761 294.349 243.988 294.332H247.976C248.151 294.332 248.291 294.209 248.326 294.034L254.834 258.277C254.869 258.067 254.711 257.875 254.484 257.875H250.443C250.268 257.875 250.128 257.997 250.093 258.172Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M244.653 268.108L248.309 293.946C248.344 294.156 248.186 294.348 247.959 294.348H243.918C243.743 294.348 243.603 294.226 243.568 294.069L239.912 268.073C240.035 267.793 240.175 267.793 240.402 267.793H244.285C244.46 267.793 244.618 267.933 244.653 268.108Z%27 fill=%27white%27/%3E%3Cpath d=%27M239.929 268.073L233.527 303.865C233.492 304.075 233.649 304.267 233.877 304.267H237.778C238.005 304.267 238.128 304.127 238.162 303.953L244.67 268.196C244.705 267.986 244.547 267.793 244.32 267.793H240.279C240.104 267.793 239.964 267.898 239.929 268.073Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M234.367 277.993L238.145 303.831C238.18 304.041 238.023 304.251 237.795 304.251H233.754C233.58 304.251 233.44 304.128 233.405 303.971L229.749 277.958C229.871 277.678 230.011 277.678 230.238 277.678H233.999C234.174 277.678 234.332 277.818 234.367 277.993Z%27 fill=%27white%27/%3E%3Cpath d=%27M229.608 277.992L223.153 313.749C223.118 313.959 223.276 314.169 223.503 314.151H227.492C227.667 314.151 227.806 314.029 227.841 313.854L234.349 278.097C234.384 277.887 234.226 277.695 233.999 277.695H229.958C229.783 277.695 229.643 277.817 229.608 277.992Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M224.185 287.912L227.842 313.75C227.876 313.96 227.719 314.152 227.492 314.152H223.451C223.276 314.152 223.136 314.029 223.101 313.872L219.445 287.877C219.567 287.597 219.707 287.597 219.935 287.597H223.818C223.993 287.597 224.15 287.737 224.185 287.912Z%27 fill=%27white%27/%3E%3Cpath d=%27M219.445 287.877L213.042 323.668C213.007 323.878 213.165 324.071 213.392 324.071H217.293C217.521 324.071 217.643 323.931 217.678 323.756L224.186 287.999C224.221 287.789 224.046 287.597 223.836 287.597H219.795C219.62 287.597 219.48 287.702 219.445 287.877Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M213.882 297.812L217.66 323.65C217.695 323.86 217.538 324.07 217.31 324.07H213.27C213.095 324.07 212.955 323.948 212.92 323.79L209.264 297.777C209.386 297.498 209.526 297.498 209.753 297.498H213.514C213.689 297.498 213.847 297.637 213.882 297.812Z%27 fill=%27white%27/%3E%3Cpath d=%27M209.159 297.69L202.704 333.447C202.669 333.657 202.826 333.867 203.053 333.849H207.042C207.217 333.849 207.357 333.727 207.392 333.552L213.899 297.795C213.934 297.585 213.777 297.393 213.549 297.393H209.508C209.333 297.393 209.194 297.515 209.159 297.69Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M203.718 307.61L207.374 333.448C207.409 333.658 207.252 333.85 207.024 333.85H202.983C202.809 333.85 202.669 333.727 202.634 333.57L198.978 307.575C199.1 307.295 199.24 307.295 199.467 307.295H203.351C203.526 307.295 203.683 307.435 203.718 307.61Z%27 fill=%27white%27/%3E%3Cpath d=%27M198.978 307.591L192.575 343.383C192.54 343.593 192.698 343.786 192.925 343.786H196.826C197.053 343.786 197.176 343.646 197.211 343.471L203.718 307.714C203.753 307.504 203.578 307.312 203.368 307.312H199.328C199.153 307.312 199.013 307.416 198.978 307.591Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M193.416 317.511L197.194 343.349C197.229 343.559 197.072 343.769 196.844 343.769H192.803C192.628 343.769 192.488 343.646 192.453 343.489L188.797 317.476C188.92 317.196 189.06 317.196 189.287 317.196H193.048C193.223 317.196 193.381 317.336 193.416 317.511Z%27 fill=%27white%27/%3E%3Cpath d=%27M188.693 317.493L182.238 353.25C182.203 353.46 182.36 353.67 182.588 353.653H186.576C186.751 353.653 186.891 353.53 186.926 353.355L193.433 317.598C193.468 317.388 193.311 317.196 193.084 317.196H189.043C188.868 317.196 188.728 317.319 188.693 317.493Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M183.251 327.412L186.907 353.25C186.942 353.46 186.785 353.652 186.558 353.652H182.517C182.342 353.652 182.202 353.53 182.167 353.372L178.511 327.377C178.633 327.097 178.773 327.097 179.001 327.097H182.884C183.059 327.097 183.216 327.237 183.251 327.412Z%27 fill=%27white%27/%3E%3Cpath d=%27M178.511 327.377L172.108 363.169C172.073 363.378 172.231 363.571 172.458 363.571H176.359C176.587 363.571 176.709 363.431 176.744 363.256L183.251 327.499C183.286 327.289 183.112 327.097 182.902 327.097H178.861C178.686 327.097 178.546 327.202 178.511 327.377Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M172.948 337.313L176.727 363.151C176.762 363.361 176.604 363.571 176.377 363.571H172.336C172.161 363.571 172.021 363.449 171.986 363.291L168.33 337.278C168.453 336.999 168.592 336.999 168.82 336.999H172.581C172.756 336.999 172.913 337.138 172.948 337.313Z%27 fill=%27white%27/%3E%3Cpath d=%27M168.225 337.191L161.77 372.948C161.736 373.158 161.893 373.368 162.12 373.35H166.109C166.284 373.35 166.424 373.228 166.459 373.053L172.966 337.296C173.001 337.086 172.844 336.894 172.616 336.894H168.575C168.4 336.894 168.26 337.016 168.225 337.191Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M162.785 347.109L166.441 372.947C166.476 373.157 166.319 373.35 166.091 373.35H162.05C161.875 373.35 161.735 373.227 161.701 373.07L158.044 347.074C158.167 346.794 158.307 346.794 158.534 346.794H162.418C162.593 346.794 162.75 346.934 162.785 347.109Z%27 fill=%27white%27/%3E%3Cpath d=%27M158.044 347.093L151.641 382.885C151.606 383.094 151.764 383.287 151.991 383.287H155.892C156.119 383.287 156.242 383.147 156.277 382.972L162.784 347.215C162.819 347.005 162.644 346.813 162.434 346.813H158.393C158.218 346.813 158.079 346.918 158.044 347.093Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M152.499 357.011L156.278 382.849C156.313 383.059 156.155 383.269 155.928 383.269H151.887C151.712 383.269 151.572 383.146 151.537 382.989L147.881 356.976C148.003 356.696 148.143 356.696 148.371 356.696H152.132C152.307 356.696 152.464 356.836 152.499 357.011Z%27 fill=%27white%27/%3E%3Cpath d=%27M147.741 356.993L141.286 392.75C141.251 392.96 141.408 393.17 141.635 393.153H145.624C145.799 393.153 145.939 393.03 145.974 392.855L152.481 357.098C152.516 356.888 152.359 356.696 152.131 356.696H148.09C147.916 356.696 147.776 356.818 147.741 356.993Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M142.3 366.913L145.956 392.751C145.991 392.961 145.834 393.153 145.606 393.153H141.565C141.391 393.153 141.251 393.031 141.216 392.873L137.56 366.878C137.682 366.598 137.822 366.598 138.049 366.598H141.933C142.108 366.598 142.265 366.738 142.3 366.913Z%27 fill=%27white%27/%3E%3Cpath d=%27M137.577 366.895L131.175 402.687C131.14 402.897 131.297 403.089 131.525 403.089H135.426C135.653 403.089 135.775 402.95 135.81 402.775L142.318 367.018C142.353 366.808 142.195 366.615 141.968 366.615H137.927C137.752 366.615 137.612 366.72 137.577 366.895Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M132.014 376.814L135.793 402.652C135.828 402.862 135.67 403.072 135.443 403.072H131.402C131.227 403.072 131.087 402.949 131.052 402.792L127.396 376.779C127.518 376.499 127.658 376.499 127.886 376.499H131.647C131.822 376.499 131.979 376.639 132.014 376.814Z%27 fill=%27white%27/%3E%3Cpath d=%27M127.274 376.691L120.819 412.448C120.784 412.658 120.941 412.868 121.169 412.851H125.157C125.332 412.851 125.472 412.728 125.507 412.553L132.014 376.796C132.049 376.586 131.892 376.394 131.665 376.394H127.624C127.449 376.394 127.309 376.516 127.274 376.691Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M121.851 386.628L125.507 412.466C125.542 412.676 125.385 412.868 125.157 412.868H121.116C120.941 412.868 120.801 412.746 120.766 412.588L117.11 386.593C117.233 386.313 117.373 386.313 117.6 386.313H121.484C121.659 386.313 121.816 386.453 121.851 386.628Z%27 fill=%27white%27/%3E%3Cpath d=%27M117.11 386.593L110.708 422.385C110.673 422.594 110.83 422.787 111.058 422.787H114.959C115.186 422.787 115.309 422.647 115.344 422.472L121.851 386.715C121.886 386.505 121.729 386.313 121.501 386.313H117.46C117.285 386.313 117.145 386.418 117.11 386.593Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M111.548 396.512L115.326 422.35C115.361 422.56 115.204 422.77 114.976 422.77H110.936C110.761 422.77 110.621 422.647 110.586 422.49L106.93 396.477C107.052 396.197 107.192 396.197 107.419 396.197H111.18C111.355 396.197 111.513 396.337 111.548 396.512Z%27 fill=%27white%27/%3E%3Cpath d=%27M106.825 396.494L100.37 432.251C100.335 432.461 100.492 432.671 100.719 432.653H104.708C104.883 432.653 105.023 432.531 105.058 432.356L111.565 396.599C111.6 396.389 111.443 396.197 111.215 396.197H107.174C106.999 396.197 106.86 396.319 106.825 396.494Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M101.384 406.413L105.04 432.251C105.075 432.461 104.918 432.653 104.69 432.653H100.649C100.475 432.653 100.335 432.531 100.3 432.373L96.6436 406.378C96.766 406.098 96.9059 406.098 97.1334 406.098H101.017C101.192 406.098 101.349 406.238 101.384 406.413Z%27 fill=%27white%27/%3E%3Cpath d=%27M96.6432 406.396L90.2407 442.188C90.2057 442.397 90.3632 442.59 90.5906 442.59H94.4915C94.719 442.59 94.8414 442.45 94.8764 442.275L101.384 406.518C101.419 406.308 101.261 406.116 101.034 406.116H96.993C96.8181 406.116 96.6782 406.221 96.6432 406.396Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M417.607 129.122L411.152 164.879C411.117 165.089 411.274 165.298 411.502 165.281H415.49C415.665 165.281 415.805 165.158 415.84 164.984L422.347 129.227C422.382 129.017 422.225 128.807 421.998 128.824H417.957C417.782 128.824 417.642 128.947 417.607 129.122Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M412.166 139.041L415.822 164.896C415.857 165.106 415.7 165.299 415.472 165.299H411.431C411.256 165.299 411.116 165.176 411.081 165.019L407.425 139.023C407.548 138.743 407.688 138.743 407.915 138.743H411.799C411.973 138.743 412.131 138.883 412.166 139.058%27 fill=%27white%27/%3E%3Cpath d=%27M407.443 139.006L401.041 174.798C401.006 175.008 401.163 175.2 401.39 175.2H405.291C405.519 175.2 405.641 175.06 405.676 174.903L412.184 139.146C412.219 138.936 412.044 138.743 411.834 138.743H407.793C407.618 138.743 407.478 138.848 407.443 139.023%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M401.88 148.942L405.658 174.78C405.693 174.99 405.536 175.2 405.309 175.2H401.268C401.093 175.2 400.953 175.078 400.918 174.92L397.262 148.907C397.384 148.627 397.524 148.627 397.752 148.627H401.513C401.687 148.627 401.845 148.767 401.88 148.942Z%27 fill=%27white%27/%3E%3Cpath d=%27M397.139 148.925L390.685 184.682C390.65 184.892 390.807 185.102 391.034 185.085H395.023C395.198 185.085 395.338 184.962 395.373 184.787L401.88 149.03C401.915 148.82 401.758 148.61 401.53 148.628H397.489C397.314 148.628 397.174 148.75 397.139 148.925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M391.699 158.843L395.355 184.681C395.39 184.891 395.233 185.084 395.005 185.084H390.964C390.789 185.084 390.65 184.961 390.615 184.804L386.958 158.808C387.081 158.529 387.221 158.529 387.448 158.529H391.332C391.507 158.529 391.664 158.669 391.699 158.843Z%27 fill=%27white%27/%3E%3Cpath d=%27M386.959 158.826L380.557 194.618C380.522 194.827 380.679 195.02 380.906 195.02H384.807C385.035 195.02 385.157 194.88 385.192 194.723L391.7 158.966C391.735 158.756 391.577 158.563 391.35 158.563H387.309C387.134 158.563 386.994 158.668 386.959 158.843%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M381.395 168.745L385.174 194.583C385.209 194.793 385.052 195.003 384.824 195.003H380.783C380.608 195.003 380.468 194.881 380.433 194.723L376.777 168.71C376.9 168.43 377.04 168.43 377.267 168.43H381.028C381.203 168.43 381.361 168.57 381.395 168.745Z%27 fill=%27white%27/%3E%3Cpath d=%27M376.673 168.622L370.218 204.379C370.183 204.589 370.34 204.799 370.568 204.781H374.556C374.731 204.781 374.871 204.659 374.906 204.484L381.413 168.727C381.448 168.517 381.291 168.325 381.063 168.325H377.023C376.848 168.325 376.708 168.447 376.673 168.622Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M371.232 178.541L374.888 204.379C374.923 204.589 374.766 204.781 374.539 204.781H370.498C370.323 204.781 370.183 204.659 370.148 204.501L366.492 178.506C366.614 178.226 366.754 178.226 366.982 178.226H370.865C371.04 178.226 371.197 178.366 371.232 178.541Z%27 fill=%27white%27/%3E%3Cpath d=%27M366.492 178.524L360.089 214.316C360.054 214.526 360.212 214.718 360.439 214.718H364.34C364.568 214.718 364.69 214.578 364.725 214.403L371.232 178.647C371.267 178.437 371.11 178.244 370.883 178.244H366.842C366.667 178.244 366.527 178.349 366.492 178.524Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M360.928 188.443L364.707 214.281C364.742 214.491 364.584 214.701 364.357 214.701H360.316C360.141 214.701 360.001 214.578 359.966 214.421L356.31 188.408C356.433 188.128 356.572 188.128 356.8 188.128H360.561C360.736 188.128 360.893 188.268 360.928 188.443Z%27 fill=%27white%27/%3E%3Cpath d=%27M356.206 188.425L349.751 224.182C349.716 224.392 349.873 224.602 350.101 224.585H354.089C354.264 224.585 354.404 224.462 354.439 224.287L360.947 188.53C360.982 188.32 360.824 188.128 360.597 188.128H356.556C356.381 188.128 356.241 188.25 356.206 188.425Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M350.766 198.345L354.422 224.183C354.457 224.393 354.299 224.585 354.072 224.585H350.031C349.856 224.585 349.716 224.463 349.681 224.305L346.025 198.31C346.147 198.03 346.287 198.03 346.515 198.03H350.398C350.573 198.03 350.731 198.17 350.766 198.345Z%27 fill=%27white%27/%3E%3Cpath d=%27M346.042 198.327L339.64 234.119C339.605 234.329 339.762 234.521 339.99 234.521H343.89C344.118 234.521 344.24 234.381 344.275 234.206L350.783 198.449C350.818 198.24 350.643 198.047 350.433 198.047H346.392C346.217 198.047 346.077 198.152 346.042 198.327Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M340.479 208.245L344.258 234.083C344.293 234.293 344.135 234.503 343.908 234.503H339.867C339.692 234.503 339.552 234.381 339.517 234.223L335.861 208.21C335.983 207.93 336.123 207.93 336.351 207.93H340.112C340.287 207.93 340.444 208.07 340.479 208.245Z%27 fill=%27white%27/%3E%3Cpath d=%27M335.739 208.123L329.284 243.88C329.249 244.09 329.406 244.3 329.634 244.283H333.622C333.797 244.283 333.937 244.16 333.972 243.985L340.479 208.228C340.514 208.018 340.357 207.808 340.129 207.826H336.088C335.914 207.826 335.774 207.948 335.739 208.123Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M330.298 218.042L333.954 243.88C333.989 244.09 333.832 244.283 333.604 244.283H329.564C329.389 244.283 329.249 244.16 329.214 244.003L325.558 218.007C325.68 217.727 325.82 217.727 326.047 217.727H329.931C330.106 217.727 330.263 217.867 330.298 218.042Z%27 fill=%27white%27/%3E%3Cpath d=%27M325.576 218.025L319.173 253.816C319.138 254.026 319.296 254.219 319.523 254.219H323.424C323.652 254.219 323.774 254.079 323.809 253.904L330.316 218.147C330.351 217.937 330.194 217.745 329.967 217.745H325.926C325.751 217.745 325.611 217.85 325.576 218.025Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M320.013 227.943L323.791 253.781C323.826 253.991 323.669 254.201 323.441 254.201H319.4C319.226 254.201 319.086 254.078 319.051 253.921L315.395 227.908C315.517 227.628 315.657 227.628 315.884 227.628H319.645C319.82 227.628 319.978 227.768 320.013 227.943Z%27 fill=%27white%27/%3E%3Cpath d=%27M315.254 227.925L308.799 263.682C308.764 263.892 308.922 264.102 309.149 264.085H313.138C313.313 264.085 313.453 263.962 313.487 263.787L319.995 228.03C320.03 227.82 319.872 227.628 319.645 227.628H315.604C315.429 227.628 315.289 227.75 315.254 227.925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M309.832 237.862L313.488 263.7C313.523 263.91 313.366 264.102 313.138 264.102H309.097C308.922 264.102 308.782 263.98 308.747 263.823L305.091 237.827C305.214 237.547 305.354 237.547 305.581 237.547H309.465C309.64 237.547 309.797 237.687 309.832 237.862Z%27 fill=%27white%27/%3E%3Cpath d=%27M305.091 237.827L298.688 273.619C298.653 273.829 298.811 274.021 299.038 274.021H302.939C303.167 274.021 303.289 273.881 303.324 273.706L309.832 237.949C309.867 237.74 309.692 237.547 309.482 237.547H305.441C305.266 237.547 305.126 237.652 305.091 237.827Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M299.528 247.747L303.306 273.585C303.341 273.794 303.184 274.004 302.956 274.004H298.916C298.741 274.004 298.601 273.882 298.566 273.725L294.91 247.712C295.032 247.432 295.172 247.432 295.399 247.432H299.16C299.335 247.432 299.493 247.572 299.528 247.747Z%27 fill=%27white%27/%3E%3Cpath d=%27M294.805 247.641L288.351 283.398C288.316 283.608 288.473 283.818 288.7 283.8H292.689C292.864 283.8 293.004 283.678 293.039 283.503L299.546 247.746C299.581 247.536 299.424 247.344 299.196 247.344H295.155C294.98 247.344 294.84 247.466 294.805 247.641Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M289.365 257.56L293.021 283.398C293.056 283.608 292.899 283.8 292.671 283.8H288.63C288.456 283.8 288.316 283.677 288.281 283.52L284.625 257.525C284.747 257.245 284.887 257.245 285.114 257.245H288.998C289.173 257.245 289.33 257.385 289.365 257.56Z%27 fill=%27white%27/%3E%3Cpath d=%27M284.624 257.525L278.222 293.316C278.187 293.526 278.344 293.719 278.572 293.719H282.472C282.7 293.719 282.822 293.579 282.857 293.404L289.365 257.647C289.4 257.437 289.225 257.245 289.015 257.245H284.974C284.799 257.245 284.659 257.35 284.624 257.525Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M279.062 267.461L282.84 293.299C282.875 293.509 282.718 293.719 282.49 293.719H278.449C278.274 293.719 278.134 293.597 278.099 293.439L274.443 267.426C274.566 267.146 274.706 267.146 274.933 267.146H278.694C278.869 267.146 279.027 267.286 279.062 267.461Z%27 fill=%27white%27/%3E%3Cpath d=%27M274.338 267.427L267.883 303.183C267.848 303.393 268.005 303.603 268.233 303.586H272.221C272.396 303.586 272.536 303.463 272.571 303.288L279.078 267.532C279.113 267.322 278.956 267.129 278.729 267.129H274.688C274.513 267.129 274.373 267.252 274.338 267.427Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M268.897 277.363L272.553 303.201C272.588 303.411 272.431 303.604 272.204 303.604H268.163C267.988 303.604 267.848 303.481 267.813 303.324L264.157 277.328C264.279 277.048 264.419 277.048 264.647 277.048H268.53C268.705 277.048 268.862 277.188 268.897 277.363Z%27 fill=%27white%27/%3E%3Cpath d=%27M264.157 277.328L257.755 313.12C257.72 313.33 257.877 313.523 258.105 313.523H262.006C262.233 313.523 262.356 313.383 262.391 313.208L268.898 277.451C268.933 277.241 268.758 277.048 268.548 277.048H264.507C264.332 277.048 264.192 277.153 264.157 277.328Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M258.594 287.247L262.373 313.085C262.408 313.295 262.25 313.504 262.023 313.504H257.982C257.807 313.504 257.667 313.382 257.632 313.225L253.976 287.212C254.099 286.932 254.238 286.932 254.466 286.932H258.227C258.402 286.932 258.559 287.072 258.594 287.247Z%27 fill=%27white%27/%3E%3Cpath d=%27M253.871 287.142L247.416 322.899C247.382 323.109 247.539 323.319 247.766 323.301H251.755C251.93 323.301 252.07 323.179 252.105 323.004L258.612 287.247C258.647 287.037 258.49 286.844 258.262 286.844H254.221C254.046 286.844 253.906 286.967 253.871 287.142Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M248.431 297.06L252.087 322.899C252.122 323.108 251.965 323.301 251.737 323.301H247.696C247.521 323.301 247.381 323.178 247.346 323.021L243.69 297.025C243.813 296.746 243.953 296.746 244.18 296.746H248.064C248.239 296.746 248.396 296.886 248.431 297.06Z%27 fill=%27white%27/%3E%3Cpath d=%27M243.691 297.025L237.288 332.817C237.253 333.027 237.411 333.22 237.638 333.22H241.539C241.766 333.22 241.889 333.08 241.924 332.905L248.431 297.148C248.466 296.938 248.291 296.746 248.081 296.746H244.04C243.865 296.746 243.726 296.851 243.691 297.025Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M238.145 306.962L241.924 332.8C241.959 333.01 241.801 333.22 241.574 333.22H237.533C237.358 333.22 237.218 333.097 237.183 332.94L233.527 306.927C233.649 306.647 233.789 306.647 234.017 306.647H237.778C237.953 306.647 238.11 306.787 238.145 306.962Z%27 fill=%27white%27/%3E%3Cpath d=%27M233.387 306.944L226.932 342.701C226.897 342.911 227.054 343.121 227.281 343.104H231.27C231.445 343.104 231.585 342.981 231.62 342.806L238.127 307.049C238.162 306.839 238.005 306.647 237.777 306.647H233.736C233.562 306.647 233.422 306.769 233.387 306.944Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M227.964 316.863L231.62 342.701C231.655 342.911 231.497 343.104 231.27 343.104H227.229C227.054 343.104 226.914 342.981 226.879 342.824L223.223 316.828C223.346 316.548 223.486 316.548 223.713 316.548H227.596C227.771 316.548 227.929 316.688 227.964 316.863Z%27 fill=%27white%27/%3E%3Cpath d=%27M223.223 316.846L216.821 352.637C216.786 352.847 216.943 353.04 217.171 353.04H221.072C221.299 353.04 221.421 352.9 221.456 352.725L227.964 316.968C227.999 316.758 227.824 316.566 227.614 316.566H223.573C223.398 316.566 223.258 316.671 223.223 316.846Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M217.661 326.765L221.439 352.603C221.474 352.813 221.317 353.023 221.089 353.023H217.048C216.873 353.023 216.734 352.901 216.699 352.743L213.042 326.73C213.165 326.45 213.305 326.45 213.532 326.45H217.293C217.468 326.45 217.626 326.59 217.661 326.765Z%27 fill=%27white%27/%3E%3Cpath d=%27M212.92 326.642L206.465 362.399C206.43 362.609 206.587 362.819 206.815 362.802H210.803C210.978 362.802 211.118 362.679 211.153 362.504L217.66 326.747C217.695 326.537 217.538 326.345 217.311 326.345H213.27C213.095 326.345 212.955 326.467 212.92 326.642Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M207.497 336.579L211.153 362.417C211.188 362.626 211.031 362.819 210.804 362.819H206.763C206.588 362.819 206.448 362.696 206.413 362.539L202.757 336.544C202.879 336.264 203.019 336.264 203.247 336.264H207.13C207.305 336.264 207.462 336.404 207.497 336.579Z%27 fill=%27white%27/%3E%3Cpath d=%27M202.756 336.544L196.354 372.335C196.319 372.545 196.476 372.738 196.703 372.738H200.604C200.832 372.738 200.954 372.598 200.989 372.423L207.497 336.666C207.532 336.456 207.374 336.264 207.147 336.264H203.106C202.931 336.264 202.791 336.369 202.756 336.544Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M197.193 346.462L200.972 372.3C201.007 372.51 200.849 372.72 200.622 372.72H196.581C196.406 372.72 196.266 372.598 196.231 372.44L192.575 346.427C192.698 346.147 192.838 346.147 193.065 346.147H196.826C197.001 346.147 197.158 346.287 197.193 346.462Z%27 fill=%27white%27/%3E%3Cpath d=%27M192.471 346.445L186.016 382.202C185.981 382.412 186.138 382.622 186.365 382.604H190.354C190.529 382.604 190.669 382.482 190.704 382.307L197.211 346.55C197.246 346.34 197.089 346.13 196.861 346.148H192.82C192.645 346.148 192.506 346.27 192.471 346.445Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M187.031 356.364L190.687 382.202C190.722 382.412 190.564 382.604 190.337 382.604H186.296C186.121 382.604 185.981 382.482 185.946 382.324L182.29 356.329C182.412 356.049 182.552 356.049 182.78 356.049H186.663C186.838 356.049 186.996 356.189 187.031 356.364Z%27 fill=%27white%27/%3E%3Cpath d=%27M182.29 356.347L175.887 392.138C175.852 392.348 176.01 392.541 176.237 392.541H180.138C180.365 392.541 180.488 392.401 180.523 392.226L187.03 356.469C187.065 356.259 186.89 356.067 186.68 356.067H182.64C182.465 356.067 182.325 356.172 182.29 356.347Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M176.727 366.266L180.505 392.104C180.54 392.314 180.383 392.523 180.155 392.523H176.114C175.939 392.523 175.799 392.401 175.764 392.244L172.108 366.231C172.231 365.951 172.371 365.951 172.598 365.951H176.359C176.534 365.951 176.692 366.091 176.727 366.266Z%27 fill=%27white%27/%3E%3Cpath d=%27M172.004 366.143L165.549 401.9C165.514 402.11 165.671 402.32 165.899 402.302H169.887C170.062 402.302 170.202 402.18 170.237 402.005L176.744 366.248C176.779 366.038 176.622 365.846 176.395 365.846H172.354C172.179 365.846 172.039 365.968 172.004 366.143Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M166.563 376.079L170.219 401.917C170.254 402.127 170.097 402.319 169.87 402.319H165.829C165.654 402.319 165.514 402.197 165.479 402.04L161.823 376.044C161.945 375.764 162.085 375.764 162.313 375.764H166.196C166.371 375.764 166.528 375.904 166.563 376.079Z%27 fill=%27white%27/%3E%3Cpath d=%27M161.822 376.044L155.42 411.836C155.385 412.046 155.542 412.238 155.77 412.238H159.671C159.898 412.238 160.021 412.098 160.056 411.923L166.563 376.167C166.598 375.957 166.441 375.764 166.213 375.764H162.172C161.997 375.764 161.857 375.869 161.822 376.044Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M156.26 385.963L160.039 411.801C160.074 412.011 159.916 412.221 159.689 412.221H155.648C155.473 412.221 155.333 412.099 155.298 411.941L151.642 385.928C151.765 385.648 151.904 385.648 152.132 385.648H155.893C156.068 385.648 156.225 385.788 156.26 385.963Z%27 fill=%27white%27/%3E%3Cpath d=%27M151.519 385.946L145.064 421.702C145.029 421.912 145.187 422.122 145.414 422.105H149.403C149.578 422.105 149.718 421.982 149.753 421.807L156.26 386.051C156.295 385.841 156.138 385.648 155.91 385.648H151.869C151.694 385.648 151.554 385.771 151.519 385.946Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M146.079 395.882L149.735 421.72C149.77 421.93 149.613 422.123 149.385 422.123H145.344C145.169 422.123 145.029 422 144.994 421.843L141.338 395.847C141.461 395.567 141.601 395.567 141.828 395.567H145.712C145.887 395.567 146.044 395.707 146.079 395.882Z%27 fill=%27white%27/%3E%3Cpath d=%27M141.356 395.847L134.953 431.639C134.918 431.849 135.076 432.042 135.303 432.042H139.204C139.431 432.042 139.554 431.902 139.589 431.727L146.096 395.97C146.131 395.76 145.974 395.567 145.746 395.567H141.705C141.531 395.567 141.391 395.672 141.356 395.847Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M135.793 405.766L139.571 431.604C139.606 431.814 139.449 432.023 139.222 432.023H135.181C135.006 432.023 134.866 431.901 134.831 431.744L131.175 405.731C131.297 405.451 131.437 405.451 131.665 405.451H135.426C135.601 405.451 135.758 405.591 135.793 405.766Z%27 fill=%27white%27/%3E%3Cpath d=%27M131.053 405.661L124.598 441.418C124.563 441.628 124.72 441.838 124.947 441.82H128.936C129.111 441.82 129.251 441.698 129.286 441.523L135.793 405.766C135.828 405.556 135.671 405.364 135.443 405.364H131.402C131.228 405.364 131.088 405.486 131.053 405.661Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M415.945 167.993L419.601 193.831C419.636 194.041 419.478 194.233 419.251 194.233H415.21C415.035 194.233 414.895 194.111 414.86 193.953L411.204 167.958C411.327 167.678 411.466 167.678 411.694 167.678H415.577C415.752 167.678 415.91 167.818 415.945 167.993Z%27 fill=%27white%27/%3E%3Cpath d=%27M411.222 167.976L404.819 203.768C404.784 203.978 404.942 204.17 405.169 204.17H409.07C409.298 204.17 409.42 204.03 409.455 203.873L415.962 168.116C415.997 167.906 415.84 167.713 415.613 167.713H411.572C411.397 167.713 411.257 167.818 411.222 167.993%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M405.658 177.894L409.437 203.732C409.472 203.942 409.314 204.152 409.087 204.152H405.046C404.871 204.152 404.731 204.03 404.696 203.872L401.04 177.859C401.162 177.579 401.302 177.579 401.53 177.579H405.291C405.466 177.579 405.623 177.719 405.658 177.894Z%27 fill=%27white%27/%3E%3Cpath d=%27M400.901 177.877L394.446 213.634C394.411 213.844 394.568 214.054 394.796 214.036H398.784C398.959 214.036 399.099 213.914 399.134 213.739L405.641 177.982C405.676 177.772 405.519 177.579 405.291 177.579H401.251C401.076 177.579 400.936 177.702 400.901 177.877Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M395.477 187.795L399.133 213.633C399.168 213.843 399.011 214.036 398.784 214.036H394.743C394.568 214.036 394.428 213.913 394.393 213.756L390.737 187.76C390.859 187.48 390.999 187.48 391.227 187.48H395.11C395.285 187.48 395.442 187.62 395.477 187.795Z%27 fill=%27white%27/%3E%3Cpath d=%27M390.737 187.778L384.335 223.57C384.3 223.78 384.457 223.972 384.685 223.972H388.586C388.813 223.972 388.936 223.832 388.971 223.657L395.478 187.9C395.513 187.69 395.338 187.498 395.128 187.498H391.087C390.912 187.498 390.772 187.603 390.737 187.778Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M385.175 197.697L388.953 223.535C388.988 223.745 388.831 223.955 388.603 223.955H384.563C384.388 223.955 384.248 223.832 384.213 223.675L380.557 197.662C380.679 197.382 380.819 197.382 381.046 197.382H384.807C384.982 197.382 385.14 197.522 385.175 197.697Z%27 fill=%27white%27/%3E%3Cpath d=%27M380.452 197.574L373.997 233.331C373.962 233.541 374.119 233.751 374.346 233.734H378.335C378.51 233.734 378.65 233.611 378.685 233.436L385.192 197.679C385.227 197.469 385.07 197.259 384.842 197.277H380.801C380.626 197.277 380.487 197.399 380.452 197.574Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M375.011 207.511L378.667 233.349C378.702 233.559 378.545 233.751 378.317 233.751H374.276C374.102 233.751 373.962 233.629 373.927 233.471L370.271 207.476C370.393 207.196 370.533 207.196 370.76 207.196H374.644C374.819 207.196 374.976 207.336 375.011 207.511Z%27 fill=%27white%27/%3E%3Cpath d=%27M370.27 207.476L363.868 243.268C363.833 243.478 363.99 243.67 364.218 243.67H368.118C368.346 243.67 368.468 243.53 368.503 243.355L375.011 207.598C375.046 207.388 374.888 207.196 374.661 207.196H370.62C370.445 207.196 370.305 207.301 370.27 207.476Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M364.707 217.412L368.486 243.25C368.521 243.46 368.363 243.669 368.136 243.669H364.095C363.92 243.669 363.78 243.547 363.745 243.39L360.089 217.377C360.211 217.097 360.351 217.097 360.579 217.097H364.34C364.515 217.097 364.672 217.237 364.707 217.412Z%27 fill=%27white%27/%3E%3Cpath d=%27M359.984 217.377L353.529 253.134C353.494 253.344 353.652 253.554 353.879 253.536H357.868C358.043 253.536 358.182 253.414 358.217 253.239L364.725 217.482C364.76 217.272 364.602 217.08 364.375 217.08H360.334C360.159 217.08 360.019 217.202 359.984 217.377Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M354.544 227.296L358.2 253.134C358.235 253.344 358.078 253.536 357.851 253.536H353.81C353.635 253.536 353.495 253.414 353.46 253.257L349.804 227.261C349.926 226.981 350.066 226.981 350.294 226.981H354.177C354.352 226.981 354.509 227.121 354.544 227.296Z%27 fill=%27white%27/%3E%3Cpath d=%27M349.803 227.278L343.4 263.07C343.365 263.28 343.523 263.473 343.75 263.473H347.651C347.879 263.473 348.001 263.333 348.036 263.158L354.543 227.401C354.578 227.191 354.421 226.999 354.194 226.999H350.153C349.978 226.999 349.838 227.104 349.803 227.278Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M344.24 237.198L348.019 263.036C348.054 263.246 347.896 263.456 347.669 263.456H343.628C343.453 263.456 343.313 263.333 343.278 263.176L339.622 237.163C339.745 236.883 339.884 236.883 340.112 236.883H343.873C344.048 236.883 344.205 237.023 344.24 237.198Z%27 fill=%27white%27/%3E%3Cpath d=%27M339.517 237.093L333.062 272.85C333.027 273.06 333.184 273.27 333.412 273.252H337.4C337.575 273.252 337.715 273.13 337.75 272.955L344.258 237.198C344.293 236.988 344.135 236.795 343.908 236.795H339.867C339.692 236.795 339.552 236.918 339.517 237.093Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M334.077 247.011L337.733 272.849C337.768 273.059 337.61 273.251 337.383 273.251H333.342C333.167 273.251 333.027 273.129 332.992 272.971L329.336 246.976C329.458 246.696 329.598 246.696 329.826 246.696H333.709C333.884 246.696 334.042 246.836 334.077 247.011Z%27 fill=%27white%27/%3E%3Cpath d=%27M329.337 246.976L322.935 282.768C322.9 282.978 323.057 283.17 323.284 283.17H327.185C327.413 283.17 327.535 283.03 327.57 282.855L334.078 247.098C334.113 246.888 333.938 246.696 333.728 246.696H329.687C329.512 246.696 329.372 246.801 329.337 246.976Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M323.791 256.913L327.57 282.751C327.604 282.961 327.447 283.171 327.22 283.171H323.179C323.004 283.171 322.864 283.048 322.829 282.891L319.173 256.878C319.295 256.598 319.435 256.598 319.663 256.598H323.424C323.599 256.598 323.756 256.738 323.791 256.913Z%27 fill=%27white%27/%3E%3Cpath d=%27M319.033 256.895L312.578 292.652C312.543 292.862 312.701 293.072 312.928 293.055H316.916C317.091 293.055 317.231 292.932 317.266 292.757L323.774 257C323.809 256.79 323.651 256.598 323.424 256.598H319.383C319.208 256.598 319.068 256.72 319.033 256.895Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M313.593 266.814L317.249 292.652C317.284 292.862 317.126 293.054 316.899 293.054H312.858C312.683 293.054 312.543 292.932 312.508 292.774L308.852 266.779C308.975 266.499 309.114 266.499 309.342 266.499H313.225C313.4 266.499 313.558 266.639 313.593 266.814Z%27 fill=%27white%27/%3E%3Cpath d=%27M308.869 266.779L302.467 302.571C302.432 302.78 302.589 302.973 302.817 302.973H306.718C306.945 302.973 307.068 302.833 307.102 302.658L313.61 266.901C313.645 266.691 313.47 266.499 313.26 266.499H309.219C309.044 266.499 308.904 266.604 308.869 266.779Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M303.307 276.715L307.085 302.553C307.12 302.763 306.963 302.973 306.735 302.973H302.694C302.519 302.973 302.38 302.851 302.345 302.693L298.688 276.68C298.811 276.4 298.951 276.4 299.178 276.4H302.939C303.114 276.4 303.272 276.54 303.307 276.715Z%27 fill=%27white%27/%3E%3Cpath d=%27M298.566 276.593L292.111 312.35C292.076 312.56 292.234 312.77 292.461 312.752H296.45C296.624 312.752 296.764 312.63 296.799 312.455L303.307 276.698C303.342 276.488 303.184 276.295 302.957 276.295H298.916C298.741 276.295 298.601 276.418 298.566 276.593Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M293.143 286.512L296.8 312.35C296.835 312.56 296.677 312.753 296.45 312.753H292.409C292.234 312.753 292.094 312.63 292.059 312.473L288.403 286.477C288.525 286.197 288.665 286.197 288.893 286.197H292.776C292.951 286.197 293.108 286.337 293.143 286.512Z%27 fill=%27white%27/%3E%3Cpath d=%27M288.402 286.495L282 322.286C281.965 322.496 282.122 322.689 282.35 322.689H286.251C286.478 322.689 286.601 322.549 286.636 322.374L293.143 286.617C293.178 286.407 293.021 286.215 292.793 286.215H288.752C288.577 286.215 288.437 286.32 288.402 286.495Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M282.84 296.414L286.619 322.252C286.654 322.462 286.496 322.671 286.269 322.671H282.228C282.053 322.671 281.913 322.549 281.878 322.392L278.222 296.379C278.345 296.099 278.485 296.099 278.712 296.099H282.473C282.648 296.099 282.805 296.239 282.84 296.414Z%27 fill=%27white%27/%3E%3Cpath d=%27M278.117 296.396L271.662 332.153C271.627 332.363 271.784 332.573 272.011 332.555H276C276.175 332.555 276.315 332.433 276.35 332.258L282.857 296.501C282.892 296.291 282.735 296.099 282.507 296.099H278.466C278.291 296.099 278.152 296.221 278.117 296.396Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M272.676 306.315L276.332 332.153C276.367 332.363 276.21 332.555 275.982 332.555H271.941C271.767 332.555 271.627 332.433 271.592 332.275L267.936 306.28C268.058 306 268.198 306 268.425 306H272.309C272.484 306 272.641 306.14 272.676 306.315Z%27 fill=%27white%27/%3E%3Cpath d=%27M267.936 306.28L261.534 342.072C261.499 342.281 261.656 342.474 261.884 342.474H265.785C266.012 342.474 266.134 342.334 266.169 342.159L272.677 306.402C272.712 306.192 272.537 306 272.327 306H268.286C268.111 306 267.971 306.105 267.936 306.28Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M262.373 316.216L266.151 342.055C266.186 342.264 266.029 342.474 265.801 342.474H261.76C261.585 342.474 261.445 342.352 261.41 342.194L257.754 316.182C257.877 315.902 258.017 315.902 258.244 315.902H262.005C262.18 315.902 262.338 316.042 262.373 316.216Z%27 fill=%27white%27/%3E%3Cpath d=%27M257.65 316.094L251.195 351.851C251.16 352.061 251.317 352.271 251.545 352.253H255.533C255.708 352.253 255.848 352.131 255.883 351.956L262.39 316.199C262.425 315.989 262.268 315.796 262.041 315.796H258C257.825 315.796 257.685 315.919 257.65 316.094Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M252.209 326.012L255.865 351.85C255.9 352.06 255.743 352.253 255.516 352.253H251.475C251.3 352.253 251.16 352.13 251.125 351.973L247.469 325.977C247.591 325.697 247.731 325.697 247.959 325.697H251.842C252.017 325.697 252.174 325.837 252.209 326.012Z%27 fill=%27white%27/%3E%3Cpath d=%27M247.469 325.995L241.066 361.787C241.031 361.997 241.189 362.189 241.416 362.189H245.317C245.545 362.189 245.667 362.049 245.702 361.874L252.209 326.117C252.244 325.907 252.07 325.715 251.86 325.715H247.819C247.644 325.715 247.504 325.82 247.469 325.995Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M241.905 335.914L245.684 361.752C245.719 361.962 245.561 362.172 245.334 362.172H241.293C241.118 362.172 240.978 362.049 240.943 361.892L237.287 335.879C237.41 335.599 237.55 335.599 237.777 335.599H241.538C241.713 335.599 241.87 335.739 241.905 335.914Z%27 fill=%27white%27/%3E%3Cpath d=%27M237.165 335.897L230.71 371.653C230.675 371.863 230.832 372.073 231.06 372.056H235.048C235.223 372.056 235.363 371.933 235.398 371.758L241.906 336.001C241.94 335.792 241.783 335.582 241.556 335.599H237.515C237.34 335.599 237.2 335.722 237.165 335.897Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M231.725 345.833L235.381 371.671C235.416 371.88 235.259 372.073 235.031 372.073H230.99C230.815 372.073 230.675 371.95 230.64 371.793L226.984 345.797C227.107 345.518 227.247 345.518 227.474 345.518H231.358C231.533 345.518 231.69 345.658 231.725 345.833Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.002 345.797L220.599 381.589C220.564 381.799 220.722 381.992 220.949 381.992H224.85C225.077 381.992 225.2 381.852 225.235 381.677L231.742 345.92C231.777 345.71 231.602 345.518 231.392 345.518H227.351C227.177 345.518 227.037 345.623 227.002 345.797Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M221.439 355.716L225.218 381.555C225.253 381.764 225.096 381.974 224.868 381.974H220.827C220.652 381.974 220.512 381.852 220.477 381.694L216.821 355.681C216.944 355.402 217.084 355.402 217.311 355.402H221.072C221.247 355.402 221.404 355.542 221.439 355.716Z%27 fill=%27white%27/%3E%3Cpath d=%27M216.699 355.611L210.244 391.368C210.209 391.578 210.366 391.788 210.593 391.771H214.582C214.757 391.771 214.897 391.648 214.932 391.473L221.439 355.716C221.474 355.506 221.317 355.314 221.089 355.314H217.048C216.874 355.314 216.734 355.436 216.699 355.611Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M211.259 365.531L214.915 391.369C214.95 391.579 214.792 391.771 214.565 391.771H210.524C210.349 391.771 210.209 391.649 210.174 391.491L206.518 365.496C206.641 365.216 206.78 365.216 207.008 365.216H210.891C211.066 365.216 211.224 365.356 211.259 365.531Z%27 fill=%27white%27/%3E%3Cpath d=%27M206.535 365.496L200.132 401.288C200.097 401.498 200.255 401.69 200.482 401.69H204.383C204.611 401.69 204.733 401.55 204.768 401.375L211.275 365.618C211.31 365.408 211.135 365.216 210.926 365.216H206.885C206.71 365.216 206.57 365.321 206.535 365.496Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M200.973 375.432L204.751 401.27C204.786 401.48 204.629 401.69 204.401 401.69H200.36C200.185 401.69 200.046 401.567 200.011 401.41L196.354 375.397C196.477 375.117 196.617 375.117 196.844 375.117H200.605C200.78 375.117 200.938 375.257 200.973 375.432Z%27 fill=%27white%27/%3E%3Cpath d=%27M196.231 375.397L189.776 411.153C189.741 411.363 189.899 411.573 190.126 411.556H194.115C194.29 411.556 194.429 411.433 194.464 411.258L200.972 375.501C201.007 375.292 200.849 375.099 200.622 375.099H196.581C196.406 375.099 196.266 375.222 196.231 375.397Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M190.809 385.333L194.465 411.171C194.5 411.381 194.343 411.574 194.115 411.574H190.074C189.899 411.574 189.759 411.451 189.724 411.294L186.068 385.298C186.191 385.018 186.331 385.018 186.558 385.018H190.442C190.617 385.018 190.774 385.158 190.809 385.333Z%27 fill=%27white%27/%3E%3Cpath d=%27M186.068 385.298L179.666 421.09C179.631 421.3 179.788 421.492 180.016 421.492H183.917C184.144 421.492 184.267 421.352 184.302 421.178L190.809 385.421C190.844 385.211 190.669 385.018 190.459 385.018H186.418C186.243 385.018 186.103 385.123 186.068 385.298Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M180.505 395.217L184.283 421.055C184.318 421.265 184.161 421.475 183.934 421.475H179.893C179.718 421.475 179.578 421.353 179.543 421.195L175.887 395.182C176.009 394.902 176.149 394.902 176.377 394.902H180.138C180.312 394.902 180.47 395.042 180.505 395.217Z%27 fill=%27white%27/%3E%3Cpath d=%27M175.765 395.112L169.31 430.869C169.275 431.079 169.432 431.289 169.659 431.271H173.648C173.823 431.271 173.963 431.149 173.998 430.974L180.505 395.217C180.54 395.007 180.383 394.797 180.155 394.814H176.114C175.939 394.814 175.799 394.937 175.765 395.112Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M170.342 405.031L173.998 430.869C174.033 431.079 173.875 431.272 173.648 431.272H169.607C169.432 431.272 169.292 431.149 169.257 430.992L165.601 404.996C165.724 404.716 165.863 404.716 166.091 404.716H169.974C170.149 404.716 170.307 404.856 170.342 405.031Z%27 fill=%27white%27/%3E%3Cpath d=%27M165.601 404.996L159.199 440.788C159.164 440.998 159.321 441.19 159.549 441.19H163.45C163.677 441.19 163.799 441.05 163.834 440.876L170.342 405.119C170.377 404.909 170.219 404.716 169.992 404.716H165.951C165.776 404.716 165.636 404.821 165.601 404.996Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M414.86 196.805L408.458 232.597C408.423 232.807 408.58 232.999 408.807 232.999H412.708C412.936 232.999 413.058 232.859 413.093 232.684L419.601 196.927C419.636 196.718 419.478 196.525 419.251 196.525H415.21C415.035 196.525 414.895 196.63 414.86 196.805Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M409.297 206.741L413.076 232.579C413.111 232.789 412.953 232.999 412.726 232.999H408.685C408.51 232.999 408.37 232.876 408.335 232.719L404.679 206.706C404.802 206.426 404.942 206.426 405.169 206.426H408.93C409.105 206.426 409.262 206.566 409.297 206.741Z%27 fill=%27white%27/%3E%3Cpath d=%27M404.556 206.723L398.101 242.48C398.066 242.69 398.223 242.9 398.451 242.882H402.439C402.614 242.882 402.754 242.76 402.789 242.585L409.297 206.828C409.332 206.618 409.174 206.426 408.947 206.426H404.906C404.731 206.426 404.591 206.548 404.556 206.723Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M399.116 216.643L402.772 242.481C402.807 242.69 402.65 242.883 402.422 242.883H398.381C398.206 242.883 398.067 242.76 398.032 242.603L394.375 216.607C394.498 216.328 394.638 216.328 394.865 216.328H398.749C398.924 216.328 399.081 216.468 399.116 216.643Z%27 fill=%27white%27/%3E%3Cpath d=%27M394.393 216.625L387.991 252.417C387.956 252.627 388.113 252.819 388.341 252.819H392.242C392.469 252.819 392.591 252.679 392.626 252.504L399.134 216.747C399.169 216.537 399.011 216.345 398.784 216.345H394.743C394.568 216.345 394.428 216.45 394.393 216.625Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M388.83 226.543L392.609 252.381C392.644 252.591 392.486 252.801 392.259 252.801H388.218C388.043 252.801 387.903 252.679 387.868 252.521L384.212 226.508C384.334 226.229 384.474 226.229 384.702 226.229H388.463C388.638 226.229 388.795 226.369 388.83 226.543Z%27 fill=%27white%27/%3E%3Cpath d=%27M384.09 226.422L377.635 262.179C377.6 262.389 377.757 262.599 377.985 262.581H381.973C382.148 262.581 382.288 262.459 382.323 262.284L388.83 226.527C388.865 226.317 388.708 226.125 388.48 226.125H384.44C384.265 226.125 384.125 226.247 384.09 226.422Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M378.65 236.357L382.306 262.195C382.341 262.405 382.183 262.598 381.956 262.598H377.915C377.74 262.598 377.6 262.475 377.565 262.318L373.909 236.322C374.032 236.042 374.172 236.042 374.399 236.042H378.282C378.457 236.042 378.615 236.182 378.65 236.357Z%27 fill=%27white%27/%3E%3Cpath d=%27M373.926 236.322L367.523 272.114C367.488 272.324 367.646 272.517 367.873 272.517H371.774C372.002 272.517 372.124 272.377 372.159 272.202L378.667 236.445C378.701 236.235 378.527 236.042 378.317 236.042H374.276C374.101 236.042 373.961 236.147 373.926 236.322Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M368.363 246.242L372.142 272.08C372.177 272.29 372.019 272.5 371.792 272.5H367.751C367.576 272.5 367.436 272.377 367.401 272.22L363.745 246.207C363.868 245.927 364.008 245.927 364.235 245.927H367.996C368.171 245.927 368.328 246.067 368.363 246.242Z%27 fill=%27white%27/%3E%3Cpath d=%27M363.623 246.224L357.168 281.981C357.133 282.191 357.29 282.401 357.518 282.384H361.506C361.681 282.384 361.821 282.261 361.856 282.086L368.364 246.329C368.399 246.119 368.241 245.927 368.014 245.927H363.973C363.798 245.927 363.658 246.049 363.623 246.224Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M358.2 256.143L361.856 281.981C361.891 282.191 361.733 282.384 361.506 282.384H357.465C357.29 282.384 357.15 282.261 357.115 282.104L353.459 256.108C353.581 255.828 353.721 255.828 353.949 255.828H357.832C358.007 255.828 358.165 255.968 358.2 256.143Z%27 fill=%27white%27/%3E%3Cpath d=%27M353.46 256.125L347.057 291.917C347.022 292.127 347.18 292.319 347.407 292.319H351.308C351.535 292.319 351.658 292.179 351.693 292.004L358.2 256.248C358.235 256.038 358.078 255.845 357.85 255.845H353.809C353.634 255.845 353.495 255.95 353.46 256.125Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M347.896 266.044L351.675 291.882C351.71 292.092 351.553 292.302 351.325 292.302H347.284C347.109 292.302 346.969 292.18 346.934 292.022L343.278 266.009C343.401 265.729 343.541 265.729 343.768 265.729H347.529C347.704 265.729 347.861 265.869 347.896 266.044Z%27 fill=%27white%27/%3E%3Cpath d=%27M343.156 265.922L336.701 301.679C336.666 301.889 336.824 302.099 337.051 302.081H341.039C341.214 302.081 341.354 301.959 341.389 301.784L347.897 266.027C347.932 265.817 347.774 265.625 347.547 265.625H343.506C343.331 265.625 343.191 265.747 343.156 265.922Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M337.733 275.859L341.389 301.697C341.424 301.907 341.266 302.099 341.039 302.099H336.998C336.823 302.099 336.683 301.977 336.648 301.819L332.992 275.824C333.115 275.544 333.255 275.544 333.482 275.544H337.365C337.54 275.544 337.698 275.684 337.733 275.859Z%27 fill=%27white%27/%3E%3Cpath d=%27M332.992 275.824L326.59 311.616C326.555 311.825 326.712 312.018 326.94 312.018H330.841C331.068 312.018 331.19 311.878 331.225 311.703L337.733 275.946C337.768 275.736 337.593 275.544 337.383 275.544H333.342C333.167 275.544 333.027 275.649 332.992 275.824Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M327.43 285.742L331.208 311.58C331.243 311.79 331.086 312 330.858 312H326.817C326.643 312 326.503 311.877 326.468 311.72L322.812 285.707C322.934 285.427 323.074 285.427 323.301 285.427H327.062C327.237 285.427 327.395 285.567 327.43 285.742Z%27 fill=%27white%27/%3E%3Cpath d=%27M322.688 285.724L316.233 321.481C316.198 321.691 316.356 321.901 316.583 321.884H320.572C320.747 321.884 320.887 321.761 320.922 321.586L327.429 285.829C327.464 285.619 327.307 285.427 327.079 285.427H323.038C322.863 285.427 322.723 285.549 322.688 285.724Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M317.248 295.661L320.904 321.499C320.939 321.709 320.782 321.901 320.555 321.901H316.514C316.339 321.901 316.199 321.779 316.164 321.622L312.508 295.626C312.63 295.346 312.77 295.346 312.998 295.346H316.881C317.056 295.346 317.213 295.486 317.248 295.661Z%27 fill=%27white%27/%3E%3Cpath d=%27M312.526 295.626L306.123 331.418C306.088 331.628 306.246 331.82 306.473 331.82H310.374C310.601 331.82 310.724 331.68 310.759 331.505L317.266 295.749C317.301 295.539 317.144 295.346 316.916 295.346H312.875C312.7 295.346 312.56 295.451 312.526 295.626Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.963 305.545L310.741 331.383C310.776 331.593 310.619 331.803 310.392 331.803H306.351C306.176 331.803 306.036 331.681 306.001 331.523L302.345 305.51C302.467 305.23 302.607 305.23 302.835 305.23H306.596C306.77 305.23 306.928 305.37 306.963 305.545Z%27 fill=%27white%27/%3E%3Cpath d=%27M302.223 305.44L295.768 341.197C295.733 341.407 295.89 341.617 296.117 341.599H300.106C300.281 341.599 300.421 341.477 300.456 341.302L306.963 305.545C306.998 305.335 306.841 305.125 306.613 305.142H302.572C302.397 305.142 302.258 305.265 302.223 305.44Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M296.782 315.359L300.438 341.197C300.473 341.407 300.315 341.599 300.088 341.599H296.047C295.872 341.599 295.732 341.477 295.697 341.319L292.041 315.324C292.163 315.044 292.303 315.044 292.531 315.044H296.414C296.589 315.044 296.747 315.184 296.782 315.359Z%27 fill=%27white%27/%3E%3Cpath d=%27M292.059 315.341L285.657 351.133C285.622 351.343 285.779 351.536 286.007 351.536H289.908C290.135 351.536 290.257 351.396 290.292 351.221L296.8 315.464C296.835 315.254 296.677 315.062 296.45 315.062H292.409C292.234 315.062 292.094 315.166 292.059 315.341Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M286.496 325.26L290.274 351.098C290.309 351.308 290.152 351.518 289.924 351.518H285.883C285.708 351.518 285.568 351.396 285.533 351.238L281.877 325.225C282 324.946 282.14 324.946 282.367 324.946H286.128C286.303 324.946 286.461 325.085 286.496 325.26Z%27 fill=%27white%27/%3E%3Cpath d=%27M281.755 325.226L275.3 360.983C275.265 361.192 275.423 361.402 275.65 361.385H279.639C279.813 361.385 279.953 361.262 279.988 361.088L286.496 325.331C286.531 325.121 286.373 324.928 286.146 324.928H282.105C281.93 324.928 281.79 325.051 281.755 325.226Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M276.315 335.162L279.971 361C280.006 361.21 279.848 361.402 279.621 361.402H275.58C275.405 361.402 275.265 361.279 275.23 361.122L271.574 335.127C271.697 334.847 271.837 334.847 272.064 334.847H275.947C276.122 334.847 276.28 334.987 276.315 335.162Z%27 fill=%27white%27/%3E%3Cpath d=%27M271.592 335.127L265.189 370.918C265.154 371.128 265.312 371.321 265.539 371.321H269.44C269.668 371.321 269.79 371.181 269.825 371.006L276.333 335.249C276.368 335.039 276.193 334.847 275.983 334.847H271.942C271.767 334.847 271.627 334.952 271.592 335.127Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M266.029 345.046L269.807 370.884C269.842 371.094 269.685 371.303 269.457 371.303H265.417C265.242 371.303 265.102 371.181 265.067 371.024L261.411 345.011C261.533 344.731 261.673 344.731 261.9 344.731H265.661C265.836 344.731 265.994 344.871 266.029 345.046Z%27 fill=%27white%27/%3E%3Cpath d=%27M261.288 344.94L254.833 380.697C254.798 380.907 254.955 381.117 255.183 381.1H259.171C259.346 381.1 259.486 380.977 259.521 380.802L266.029 345.045C266.064 344.836 265.906 344.643 265.679 344.643H261.638C261.463 344.643 261.323 344.766 261.288 344.94Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M255.866 354.86L259.522 380.698C259.557 380.908 259.399 381.1 259.172 381.1H255.131C254.956 381.1 254.816 380.978 254.781 380.82L251.125 354.825C251.247 354.545 251.387 354.545 251.615 354.545H255.498C255.673 354.545 255.831 354.685 255.866 354.86Z%27 fill=%27white%27/%3E%3Cpath d=%27M251.125 354.842L244.722 390.634C244.687 390.844 244.845 391.036 245.072 391.036H248.973C249.2 391.036 249.323 390.896 249.358 390.721L255.865 354.964C255.9 354.754 255.743 354.562 255.515 354.562H251.474C251.3 354.562 251.16 354.667 251.125 354.842Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M245.563 364.761L249.341 390.599C249.376 390.809 249.219 391.019 248.991 391.019H244.95C244.775 391.019 244.635 390.896 244.6 390.739L240.944 364.726C241.067 364.446 241.207 364.446 241.434 364.446H245.195C245.37 364.446 245.528 364.586 245.563 364.761Z%27 fill=%27white%27/%3E%3Cpath d=%27M240.822 364.744L234.367 400.5C234.332 400.71 234.489 400.92 234.717 400.903H238.705C238.88 400.903 239.02 400.78 239.055 400.605L245.562 364.848C245.597 364.639 245.44 364.429 245.212 364.446H241.171C240.997 364.446 240.857 364.569 240.822 364.744Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M235.381 374.662L239.037 400.5C239.072 400.71 238.915 400.903 238.687 400.903H234.647C234.472 400.903 234.332 400.78 234.297 400.623L230.641 374.627C230.763 374.347 230.903 374.347 231.13 374.347H235.014C235.189 374.347 235.346 374.487 235.381 374.662Z%27 fill=%27white%27/%3E%3Cpath d=%27M230.64 374.645L224.238 410.437C224.203 410.647 224.36 410.839 224.588 410.839H228.489C228.716 410.839 228.838 410.699 228.873 410.525L235.381 374.768C235.416 374.558 235.258 374.365 235.031 374.365H230.99C230.815 374.365 230.675 374.47 230.64 374.645Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M225.078 384.563L228.857 410.401C228.892 410.611 228.734 410.821 228.507 410.821H224.466C224.291 410.821 224.151 410.699 224.116 410.541L220.46 384.528C220.582 384.249 220.722 384.249 220.95 384.249H224.711C224.886 384.249 225.043 384.388 225.078 384.563Z%27 fill=%27white%27/%3E%3Cpath d=%27M220.354 384.441L213.899 420.198C213.864 420.408 214.022 420.618 214.249 420.6H218.238C218.413 420.6 218.553 420.478 218.588 420.303L225.095 384.546C225.13 384.336 224.973 384.144 224.745 384.144H220.704C220.529 384.144 220.389 384.266 220.354 384.441Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M214.914 394.377L218.57 420.215C218.605 420.425 218.448 420.618 218.22 420.618H214.179C214.004 420.618 213.864 420.495 213.829 420.338L210.173 394.342C210.296 394.062 210.436 394.062 210.663 394.062H214.547C214.722 394.062 214.879 394.202 214.914 394.377Z%27 fill=%27white%27/%3E%3Cpath d=%27M210.173 394.342L203.77 430.134C203.736 430.344 203.893 430.536 204.12 430.536H208.021C208.249 430.536 208.371 430.396 208.406 430.221L214.914 394.465C214.949 394.255 214.791 394.062 214.564 394.062H210.523C210.348 394.062 210.208 394.167 210.173 394.342Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M204.628 404.262L208.406 430.1C208.441 430.31 208.284 430.52 208.057 430.52H204.016C203.841 430.52 203.701 430.397 203.666 430.24L200.01 404.227C200.132 403.947 200.272 403.947 200.5 403.947H204.261C204.436 403.947 204.593 404.087 204.628 404.262Z%27 fill=%27white%27/%3E%3Cpath d=%27M199.888 404.244L193.433 440.001C193.398 440.211 193.555 440.421 193.782 440.403H197.771C197.946 440.403 198.086 440.281 198.121 440.106L204.628 404.349C204.663 404.139 204.506 403.947 204.278 403.947H200.237C200.062 403.947 199.923 404.069 199.888 404.244Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.076 235.693L416.854 261.531C416.889 261.741 416.732 261.951 416.504 261.951H412.463C412.289 261.951 412.149 261.829 412.114 261.671L408.458 235.658C408.58 235.378 408.72 235.378 408.947 235.378H412.708C412.883 235.378 413.041 235.518 413.076 235.693Z%27 fill=%27white%27/%3E%3Cpath d=%27M408.335 235.676L401.88 271.433C401.845 271.643 402.003 271.853 402.23 271.835H406.219C406.394 271.835 406.534 271.713 406.568 271.538L413.076 235.781C413.111 235.571 412.953 235.378 412.726 235.378H408.685C408.51 235.378 408.37 235.501 408.335 235.676Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M402.895 245.595L406.551 271.433C406.586 271.643 406.429 271.835 406.201 271.835H402.16C401.985 271.835 401.845 271.713 401.81 271.555L398.154 245.56C398.277 245.28 398.417 245.28 398.644 245.28H402.528C402.702 245.28 402.86 245.42 402.895 245.595Z%27 fill=%27white%27/%3E%3Cpath d=%27M398.172 245.577L391.769 281.369C391.734 281.579 391.891 281.771 392.119 281.771H396.02C396.247 281.771 396.37 281.631 396.405 281.456L402.912 245.699C402.947 245.49 402.79 245.297 402.562 245.297H398.521C398.346 245.297 398.206 245.402 398.172 245.577Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M392.609 255.496L396.388 281.334C396.423 281.544 396.265 281.754 396.038 281.754H391.997C391.822 281.754 391.682 281.631 391.647 281.474L387.991 255.461C388.114 255.181 388.254 255.181 388.481 255.181H392.242C392.417 255.181 392.574 255.321 392.609 255.496Z%27 fill=%27white%27/%3E%3Cpath d=%27M387.868 255.391L381.413 291.148C381.378 291.358 381.536 291.567 381.763 291.55H385.751C385.926 291.55 386.066 291.427 386.101 291.253L392.609 255.496C392.644 255.286 392.486 255.093 392.259 255.093H388.218C388.043 255.093 387.903 255.216 387.868 255.391Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M382.428 265.31L386.084 291.148C386.119 291.358 385.962 291.55 385.734 291.55H381.693C381.519 291.55 381.379 291.428 381.344 291.271L377.688 265.275C377.81 264.995 377.95 264.995 378.177 264.995H382.061C382.236 264.995 382.393 265.135 382.428 265.31Z%27 fill=%27white%27/%3E%3Cpath d=%27M377.705 265.275L371.302 301.067C371.267 301.277 371.425 301.469 371.652 301.469H375.553C375.78 301.469 375.903 301.329 375.938 301.154L382.445 265.397C382.48 265.188 382.323 264.995 382.095 264.995H378.055C377.88 264.995 377.74 265.1 377.705 265.275Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M372.142 275.211L375.921 301.049C375.956 301.259 375.798 301.469 375.571 301.469H371.53C371.355 301.469 371.215 301.347 371.18 301.189L367.524 275.176C367.646 274.896 367.786 274.896 368.014 274.896H371.775C371.95 274.896 372.107 275.036 372.142 275.211Z%27 fill=%27white%27/%3E%3Cpath d=%27M367.401 275.176L360.946 310.933C360.911 311.143 361.069 311.353 361.296 311.335H365.285C365.459 311.335 365.599 311.213 365.634 311.038L372.142 275.281C372.177 275.071 372.019 274.878 371.792 274.878H367.751C367.576 274.878 367.436 275.001 367.401 275.176Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M361.961 285.112L365.617 310.951C365.652 311.16 365.494 311.353 365.267 311.353H361.226C361.051 311.353 360.911 311.23 360.876 311.073L357.22 285.078C357.343 284.798 357.483 284.798 357.71 284.798H361.593C361.768 284.798 361.926 284.938 361.961 285.112Z%27 fill=%27white%27/%3E%3Cpath d=%27M357.238 285.078L350.836 320.869C350.801 321.079 350.958 321.272 351.186 321.272H355.087C355.314 321.272 355.437 321.132 355.472 320.957L361.979 285.2C362.014 284.99 361.839 284.798 361.629 284.798H357.588C357.413 284.798 357.273 284.903 357.238 285.078Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M351.675 294.996L355.453 320.834C355.488 321.044 355.331 321.254 355.103 321.254H351.063C350.888 321.254 350.748 321.131 350.713 320.974L347.057 294.961C347.179 294.681 347.319 294.681 347.546 294.681H351.307C351.482 294.681 351.64 294.821 351.675 294.996Z%27 fill=%27white%27/%3E%3Cpath d=%27M346.935 294.892L340.48 330.649C340.445 330.859 340.602 331.069 340.83 331.051H344.818C344.993 331.051 345.133 330.929 345.168 330.754L351.676 294.997C351.711 294.787 351.553 294.594 351.326 294.594H347.285C347.11 294.594 346.97 294.717 346.935 294.892Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M341.512 304.81L345.168 330.648C345.203 330.858 345.045 331.05 344.818 331.05H340.777C340.602 331.05 340.462 330.928 340.427 330.77L336.771 304.775C336.893 304.495 337.033 304.495 337.261 304.495H341.144C341.319 304.495 341.477 304.635 341.512 304.81Z%27 fill=%27white%27/%3E%3Cpath d=%27M336.771 304.775L330.368 340.567C330.333 340.777 330.491 340.969 330.718 340.969H334.619C334.846 340.969 334.969 340.829 335.004 340.654L341.511 304.897C341.546 304.688 341.371 304.495 341.161 304.495H337.12C336.946 304.495 336.806 304.6 336.771 304.775Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M331.208 314.712L334.987 340.55C335.021 340.76 334.864 340.97 334.637 340.97H330.596C330.421 340.97 330.281 340.847 330.246 340.69L326.59 314.677C326.712 314.397 326.852 314.397 327.08 314.397H330.841C331.016 314.397 331.173 314.537 331.208 314.712Z%27 fill=%27white%27/%3E%3Cpath d=%27M326.468 314.694L320.013 350.451C319.978 350.661 320.136 350.871 320.363 350.854H324.351C324.526 350.854 324.666 350.731 324.701 350.556L331.209 314.799C331.244 314.589 331.086 314.397 330.859 314.397H326.818C326.643 314.397 326.503 314.519 326.468 314.694Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M321.028 324.613L324.684 350.451C324.719 350.661 324.561 350.853 324.334 350.853H320.293C320.118 350.853 319.978 350.731 319.943 350.573L316.287 324.578C316.41 324.298 316.55 324.298 316.777 324.298H320.66C320.835 324.298 320.993 324.438 321.028 324.613Z%27 fill=%27white%27/%3E%3Cpath d=%27M316.286 324.578L309.884 360.37C309.849 360.58 310.006 360.772 310.234 360.772H314.135C314.362 360.772 314.484 360.632 314.519 360.457L321.027 324.7C321.062 324.49 320.904 324.298 320.677 324.298H316.636C316.461 324.298 316.321 324.403 316.286 324.578Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M310.724 334.515L314.502 360.353C314.537 360.563 314.38 360.773 314.152 360.773H310.111C309.936 360.773 309.797 360.651 309.762 360.493L306.105 334.48C306.228 334.2 306.368 334.2 306.595 334.2H310.356C310.531 334.2 310.689 334.34 310.724 334.515Z%27 fill=%27white%27/%3E%3Cpath d=%27M306.001 334.392L299.546 370.149C299.511 370.359 299.668 370.569 299.896 370.551H303.884C304.059 370.551 304.199 370.429 304.234 370.254L310.741 334.497C310.776 334.287 310.619 334.094 310.392 334.094H306.351C306.176 334.094 306.036 334.217 306.001 334.392Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M300.56 344.311L304.216 370.149C304.251 370.359 304.094 370.551 303.867 370.551H299.826C299.651 370.551 299.511 370.429 299.476 370.271L295.82 344.276C295.942 343.996 296.082 343.996 296.31 343.996H300.193C300.368 343.996 300.525 344.136 300.56 344.311Z%27 fill=%27white%27/%3E%3Cpath d=%27M295.82 344.294L289.417 380.085C289.382 380.295 289.54 380.488 289.767 380.488H293.668C293.896 380.488 294.018 380.348 294.053 380.173L300.561 344.416C300.596 344.206 300.421 344.014 300.211 344.014H296.17C295.995 344.014 295.855 344.119 295.82 344.294Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M290.274 354.212L294.052 380.05C294.087 380.26 293.93 380.47 293.703 380.47H289.662C289.487 380.47 289.347 380.347 289.312 380.19L285.656 354.177C285.778 353.897 285.918 353.897 286.146 353.897H289.907C290.081 353.897 290.239 354.037 290.274 354.212Z%27 fill=%27white%27/%3E%3Cpath d=%27M285.534 354.194L279.079 389.951C279.044 390.161 279.201 390.371 279.428 390.354H283.417C283.592 390.354 283.732 390.231 283.767 390.056L290.274 354.299C290.309 354.089 290.152 353.897 289.924 353.897H285.883C285.708 353.897 285.569 354.019 285.534 354.194Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M280.093 364.114L283.749 389.952C283.784 390.162 283.626 390.354 283.399 390.354H279.358C279.183 390.354 279.043 390.232 279.008 390.074L275.352 364.079C275.475 363.799 275.614 363.799 275.842 363.799H279.725C279.9 363.799 280.058 363.939 280.093 364.114Z%27 fill=%27white%27/%3E%3Cpath d=%27M275.37 364.097L268.968 399.888C268.933 400.098 269.09 400.291 269.318 400.291H273.219C273.446 400.291 273.568 400.151 273.603 399.976L280.111 364.219C280.146 364.009 279.971 363.817 279.761 363.817H275.72C275.545 363.817 275.405 363.922 275.37 364.097Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M269.807 374.015L273.586 399.853C273.621 400.063 273.463 400.272 273.236 400.272H269.195C269.02 400.272 268.88 400.15 268.845 399.993L265.189 373.98C265.311 373.7 265.451 373.7 265.679 373.7H269.44C269.615 373.7 269.772 373.84 269.807 374.015Z%27 fill=%27white%27/%3E%3Cpath d=%27M265.067 373.893L258.612 409.65C258.577 409.859 258.735 410.069 258.962 410.052H262.951C263.125 410.052 263.265 409.929 263.3 409.755L269.808 373.998C269.843 373.788 269.685 373.595 269.458 373.595H265.417C265.242 373.595 265.102 373.718 265.067 373.893Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M259.626 383.811L263.282 409.649C263.317 409.859 263.16 410.052 262.933 410.052H258.892C258.717 410.052 258.577 409.929 258.542 409.772L254.886 383.776C255.008 383.496 255.148 383.496 255.376 383.496H259.259C259.434 383.496 259.591 383.636 259.626 383.811Z%27 fill=%27white%27/%3E%3Cpath d=%27M254.903 383.794L248.5 419.586C248.465 419.795 248.623 419.988 248.85 419.988H252.751C252.979 419.988 253.101 419.848 253.136 419.673L259.644 383.916C259.679 383.706 259.504 383.514 259.294 383.514H255.253C255.078 383.514 254.938 383.619 254.903 383.794Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M249.341 393.713L253.119 419.551C253.154 419.761 252.997 419.97 252.769 419.97H248.729C248.554 419.97 248.414 419.848 248.379 419.691L244.723 393.678C244.845 393.398 244.985 393.398 245.212 393.398H248.973C249.148 393.398 249.306 393.538 249.341 393.713Z%27 fill=%27white%27/%3E%3Cpath d=%27M244.582 393.695L238.127 429.452C238.092 429.662 238.25 429.872 238.477 429.854H242.466C242.641 429.854 242.781 429.732 242.816 429.557L249.323 393.8C249.358 393.59 249.201 393.398 248.973 393.398H244.932C244.757 393.398 244.617 393.52 244.582 393.695Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M239.16 403.631L242.816 429.469C242.851 429.679 242.693 429.872 242.466 429.872H238.425C238.25 429.872 238.11 429.749 238.075 429.592L234.419 403.596C234.541 403.316 234.681 403.316 234.909 403.316H238.792C238.967 403.316 239.125 403.456 239.16 403.631Z%27 fill=%27white%27/%3E%3Cpath d=%27M234.419 403.596L228.016 439.388C227.981 439.598 228.139 439.791 228.366 439.791H232.267C232.494 439.791 232.617 439.651 232.652 439.476L239.159 403.719C239.194 403.509 239.019 403.316 238.809 403.316H234.768C234.593 403.316 234.454 403.421 234.419 403.596Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M412.097 264.627L405.642 300.384C405.607 300.594 405.764 300.804 405.991 300.787H409.98C410.155 300.787 410.295 300.664 410.33 300.489L416.837 264.732C416.872 264.522 416.715 264.33 416.487 264.33H412.446C412.271 264.33 412.132 264.453 412.097 264.627Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M406.656 274.546L410.312 300.384C410.347 300.594 410.19 300.786 409.962 300.786H405.921C405.747 300.786 405.607 300.664 405.572 300.506L401.916 274.511C402.038 274.231 402.178 274.231 402.405 274.231H406.289C406.464 274.231 406.621 274.371 406.656 274.546Z%27 fill=%27white%27/%3E%3Cpath d=%27M401.932 274.511L395.529 310.303C395.494 310.513 395.652 310.705 395.879 310.705H399.78C400.007 310.705 400.13 310.565 400.165 310.39L406.672 274.633C406.707 274.423 406.532 274.231 406.322 274.231H402.282C402.107 274.231 401.967 274.336 401.932 274.511Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M396.37 284.447L400.149 310.286C400.184 310.495 400.026 310.705 399.799 310.705H395.758C395.583 310.705 395.443 310.583 395.408 310.425L391.752 284.412C391.874 284.133 392.014 284.133 392.242 284.133H396.003C396.178 284.133 396.335 284.273 396.37 284.447Z%27 fill=%27white%27/%3E%3Cpath d=%27M391.629 284.325L385.174 320.082C385.139 320.292 385.297 320.502 385.524 320.484H389.513C389.688 320.484 389.828 320.362 389.862 320.187L396.37 284.43C396.405 284.22 396.247 284.028 396.02 284.028H391.979C391.804 284.028 391.664 284.15 391.629 284.325Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M386.189 294.244L389.845 320.082C389.88 320.292 389.722 320.484 389.495 320.484H385.454C385.279 320.484 385.139 320.362 385.104 320.205L381.448 294.209C381.571 293.929 381.711 293.929 381.938 293.929H385.822C385.996 293.929 386.154 294.069 386.189 294.244Z%27 fill=%27white%27/%3E%3Cpath d=%27M381.466 294.227L375.063 330.019C375.028 330.228 375.186 330.421 375.413 330.421H379.314C379.542 330.421 379.664 330.281 379.699 330.106L386.207 294.349C386.242 294.139 386.084 293.947 385.857 293.947H381.816C381.641 293.947 381.501 294.052 381.466 294.227Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M375.903 304.145L379.681 329.984C379.716 330.193 379.559 330.403 379.331 330.403H375.291C375.116 330.403 374.976 330.281 374.941 330.123L371.285 304.11C371.407 303.831 371.547 303.831 371.774 303.831H375.536C375.71 303.831 375.868 303.971 375.903 304.145Z%27 fill=%27white%27/%3E%3Cpath d=%27M371.162 304.128L364.707 339.885C364.672 340.095 364.829 340.305 365.057 340.287H369.045C369.22 340.287 369.36 340.165 369.395 339.99L375.903 304.233C375.938 304.023 375.78 303.831 375.553 303.831H371.512C371.337 303.831 371.197 303.953 371.162 304.128Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M365.722 314.047L369.378 339.885C369.413 340.095 369.255 340.287 369.028 340.287H364.987C364.812 340.287 364.672 340.165 364.637 340.007L360.981 314.012C361.103 313.732 361.243 313.732 361.471 313.732H365.354C365.529 313.732 365.687 313.872 365.722 314.047Z%27 fill=%27white%27/%3E%3Cpath d=%27M360.999 314.03L354.596 349.822C354.561 350.031 354.719 350.224 354.946 350.224H358.847C359.074 350.224 359.197 350.084 359.232 349.909L365.739 314.152C365.774 313.942 365.599 313.75 365.389 313.75H361.348C361.174 313.75 361.034 313.855 360.999 314.03Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M355.436 323.949L359.215 349.787C359.25 349.997 359.092 350.207 358.865 350.207H354.824C354.649 350.207 354.509 350.084 354.474 349.927L350.818 323.914C350.94 323.634 351.08 323.634 351.308 323.634H355.069C355.244 323.634 355.401 323.774 355.436 323.949Z%27 fill=%27white%27/%3E%3Cpath d=%27M350.696 323.826L344.241 359.583C344.206 359.793 344.363 360.003 344.591 359.985H348.579C348.754 359.985 348.894 359.863 348.929 359.688L355.436 323.931C355.471 323.721 355.314 323.529 355.086 323.529H351.046C350.871 323.529 350.731 323.651 350.696 323.826Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M345.273 333.744L348.929 359.582C348.964 359.792 348.806 359.985 348.579 359.985H344.538C344.363 359.985 344.223 359.862 344.188 359.705L340.532 333.709C340.655 333.429 340.795 333.429 341.022 333.429H344.905C345.08 333.429 345.238 333.569 345.273 333.744Z%27 fill=%27white%27/%3E%3Cpath d=%27M340.532 333.727L334.13 369.519C334.095 369.729 334.252 369.921 334.48 369.921H338.381C338.608 369.921 338.731 369.781 338.766 369.607L345.273 333.85C345.308 333.64 345.133 333.447 344.923 333.447H340.882C340.707 333.447 340.567 333.552 340.532 333.727Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M334.969 343.646L338.748 369.484C338.783 369.694 338.625 369.904 338.398 369.904H334.357C334.182 369.904 334.042 369.781 334.007 369.624L330.351 343.611C330.474 343.331 330.613 343.331 330.841 343.331H334.602C334.777 343.331 334.934 343.471 334.969 343.646Z%27 fill=%27white%27/%3E%3Cpath d=%27M330.229 343.628L323.774 379.385C323.739 379.595 323.896 379.805 324.124 379.788H328.112C328.287 379.788 328.427 379.665 328.462 379.49L334.969 343.733C335.004 343.524 334.847 343.331 334.62 343.331H330.579C330.404 343.331 330.264 343.454 330.229 343.628Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M324.788 353.564L328.445 379.402C328.479 379.612 328.322 379.805 328.095 379.805H324.054C323.879 379.805 323.739 379.682 323.704 379.525L320.048 353.529C320.17 353.249 320.31 353.249 320.538 353.249H324.421C324.596 353.249 324.753 353.389 324.788 353.564Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.047 353.529L313.645 389.321C313.61 389.531 313.767 389.723 313.994 389.723H317.895C318.123 389.723 318.245 389.583 318.28 389.409L324.788 353.652C324.823 353.442 324.648 353.249 324.438 353.249H320.397C320.222 353.249 320.082 353.354 320.047 353.529Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M314.485 363.449L318.263 389.287C318.298 389.497 318.141 389.707 317.914 389.707H313.873C313.698 389.707 313.558 389.584 313.523 389.427L309.867 363.414C309.989 363.134 310.129 363.134 310.357 363.134H314.118C314.292 363.134 314.45 363.274 314.485 363.449Z%27 fill=%27white%27/%3E%3Cpath d=%27M309.762 363.344L303.307 399.101C303.272 399.311 303.429 399.521 303.657 399.503H307.645C307.82 399.503 307.96 399.381 307.995 399.206L314.502 363.449C314.537 363.239 314.38 363.029 314.152 363.046H310.111C309.936 363.046 309.797 363.169 309.762 363.344Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M304.321 373.263L307.977 399.101C308.012 399.311 307.855 399.503 307.627 399.503H303.586C303.412 399.503 303.272 399.381 303.237 399.223L299.581 373.228C299.703 372.948 299.843 372.948 300.07 372.948H303.954C304.129 372.948 304.286 373.088 304.321 373.263Z%27 fill=%27white%27/%3E%3Cpath d=%27M299.581 373.228L293.179 409.019C293.144 409.229 293.301 409.422 293.529 409.422H297.43C297.657 409.422 297.779 409.282 297.814 409.107L304.322 373.35C304.357 373.14 304.199 372.948 303.972 372.948H299.931C299.756 372.948 299.616 373.053 299.581 373.228Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M294.035 383.164L297.814 409.002C297.849 409.212 297.691 409.422 297.464 409.422H293.423C293.248 409.422 293.108 409.299 293.073 409.142L289.417 383.129C289.539 382.849 289.679 382.849 289.907 382.849H293.668C293.843 382.849 294 382.989 294.035 383.164Z%27 fill=%27white%27/%3E%3Cpath d=%27M289.294 383.129L282.839 418.886C282.804 419.096 282.962 419.306 283.189 419.288H287.178C287.353 419.288 287.492 419.166 287.527 418.991L294.035 383.234C294.07 383.024 293.912 382.832 293.685 382.832H289.644C289.469 382.832 289.329 382.954 289.294 383.129Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M283.855 393.066L287.511 418.904C287.546 419.114 287.388 419.306 287.161 419.306H283.12C282.945 419.306 282.805 419.184 282.77 419.026L279.114 393.031C279.237 392.751 279.377 392.751 279.604 392.751H283.488C283.662 392.751 283.82 392.891 283.855 393.066Z%27 fill=%27white%27/%3E%3Cpath d=%27M279.131 393.031L272.729 428.823C272.694 429.033 272.851 429.225 273.078 429.225H276.979C277.207 429.225 277.329 429.085 277.364 428.91L283.872 393.153C283.907 392.943 283.732 392.751 283.522 392.751H279.481C279.306 392.751 279.166 392.856 279.131 393.031Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M273.568 402.949L277.347 428.787C277.382 428.997 277.224 429.207 276.997 429.207H272.956C272.781 429.207 272.641 429.085 272.606 428.927L268.95 402.914C269.073 402.634 269.213 402.634 269.44 402.634H273.201C273.376 402.634 273.533 402.774 273.568 402.949Z%27 fill=%27white%27/%3E%3Cpath d=%27M268.828 402.844L262.373 438.601C262.338 438.811 262.495 439.021 262.723 439.004H266.711C266.886 439.004 267.026 438.881 267.061 438.706L273.569 402.949C273.604 402.74 273.446 402.547 273.219 402.547H269.178C269.003 402.547 268.863 402.67 268.828 402.844Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M415.577 295.504L409.123 331.261C409.088 331.471 409.245 331.681 409.472 331.663H413.461C413.636 331.663 413.776 331.541 413.811 331.366L420.318 295.609C420.353 295.399 420.196 295.189 419.968 295.207H415.927C415.752 295.207 415.612 295.329 415.577 295.504Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M410.137 305.422L413.793 331.26C413.828 331.47 413.671 331.662 413.443 331.662H409.402C409.227 331.662 409.088 331.54 409.053 331.383L405.396 305.387C405.519 305.107 405.659 305.107 405.886 305.107H409.77C409.945 305.107 410.102 305.247 410.137 305.422Z%27 fill=%27white%27/%3E%3Cpath d=%27M405.414 305.405L399.012 341.197C398.977 341.407 399.134 341.599 399.362 341.599H403.263C403.49 341.599 403.612 341.459 403.647 341.284L410.155 305.527C410.19 305.317 410.032 305.125 409.805 305.125H405.764C405.589 305.125 405.449 305.23 405.414 305.405Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M399.851 315.324L403.63 341.162C403.665 341.372 403.507 341.582 403.28 341.582H399.239C399.064 341.582 398.924 341.459 398.889 341.302L395.233 315.289C395.355 315.009 395.495 315.009 395.723 315.009H399.484C399.659 315.009 399.816 315.149 399.851 315.324Z%27 fill=%27white%27/%3E%3Cpath d=%27M395.11 315.201L388.655 350.958C388.62 351.168 388.778 351.378 389.005 351.361H392.994C393.168 351.361 393.308 351.238 393.343 351.063L399.851 315.306C399.886 315.096 399.728 314.904 399.501 314.904H395.46C395.285 314.904 395.145 315.026 395.11 315.201Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M389.67 325.138L393.326 350.976C393.361 351.186 393.204 351.379 392.977 351.379H388.936C388.761 351.379 388.621 351.256 388.586 351.099L384.93 325.103C385.052 324.823 385.192 324.823 385.419 324.823H389.303C389.478 324.823 389.635 324.963 389.67 325.138Z%27 fill=%27white%27/%3E%3Cpath d=%27M384.946 325.103L378.544 360.895C378.509 361.105 378.666 361.297 378.894 361.297H382.795C383.022 361.297 383.145 361.157 383.18 360.983L389.687 325.226C389.722 325.016 389.565 324.823 389.337 324.823H385.296C385.121 324.823 384.981 324.928 384.946 325.103Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M379.384 335.021L383.162 360.859C383.197 361.069 383.04 361.279 382.812 361.279H378.772C378.597 361.279 378.457 361.157 378.422 360.999L374.766 334.986C374.888 334.707 375.028 334.707 375.255 334.707H379.016C379.191 334.707 379.349 334.846 379.384 335.021Z%27 fill=%27white%27/%3E%3Cpath d=%27M374.643 335.004L368.188 370.761C368.153 370.971 368.31 371.181 368.538 371.163H372.526C372.701 371.163 372.841 371.041 372.876 370.866L379.384 335.109C379.419 334.899 379.261 334.707 379.034 334.707H374.993C374.818 334.707 374.678 334.829 374.643 335.004Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M369.221 344.923L372.877 370.761C372.912 370.971 372.754 371.164 372.527 371.164H368.486C368.311 371.164 368.171 371.041 368.136 370.884L364.48 344.888C364.602 344.608 364.742 344.608 364.97 344.608H368.853C369.028 344.608 369.186 344.748 369.221 344.923Z%27 fill=%27white%27/%3E%3Cpath d=%27M364.48 344.906L358.078 380.698C358.043 380.907 358.2 381.1 358.428 381.1H362.328C362.556 381.1 362.678 380.96 362.713 380.785L369.221 345.028C369.256 344.818 369.081 344.626 368.871 344.626H364.83C364.655 344.626 364.515 344.731 364.48 344.906Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M358.917 354.824L362.696 380.662C362.731 380.872 362.573 381.082 362.346 381.082H358.305C358.13 381.082 357.99 380.96 357.955 380.802L354.299 354.789C354.421 354.51 354.561 354.51 354.789 354.51H358.55C358.725 354.51 358.882 354.649 358.917 354.824Z%27 fill=%27white%27/%3E%3Cpath d=%27M354.177 354.702L347.722 390.459C347.687 390.669 347.844 390.879 348.072 390.861H352.06C352.235 390.861 352.375 390.739 352.41 390.564L358.917 354.807C358.952 354.597 358.795 354.387 358.567 354.405H354.526C354.352 354.405 354.212 354.527 354.177 354.702Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M348.753 364.638L352.409 390.476C352.444 390.686 352.287 390.879 352.06 390.879H348.019C347.844 390.879 347.704 390.756 347.669 390.599L344.013 364.603C344.135 364.323 344.275 364.323 344.502 364.323H348.386C348.561 364.323 348.718 364.463 348.753 364.638Z%27 fill=%27white%27/%3E%3Cpath d=%27M344.013 364.603L337.611 400.395C337.576 400.605 337.733 400.797 337.961 400.797H341.862C342.089 400.797 342.212 400.657 342.247 400.482L348.754 364.726C348.789 364.516 348.631 364.323 348.404 364.323H344.363C344.188 364.323 344.048 364.428 344.013 364.603Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M338.45 374.522L342.229 400.36C342.264 400.57 342.106 400.78 341.879 400.78H337.838C337.663 400.78 337.523 400.658 337.488 400.5L333.832 374.487C333.954 374.207 334.094 374.208 334.322 374.208H338.083C338.258 374.208 338.415 374.347 338.45 374.522Z%27 fill=%27white%27/%3E%3Cpath d=%27M333.71 374.523L327.255 410.28C327.22 410.49 327.377 410.7 327.605 410.682H331.593C331.768 410.682 331.908 410.56 331.943 410.385L338.45 374.628C338.485 374.418 338.328 374.226 338.101 374.226H334.06C333.885 374.226 333.745 374.348 333.71 374.523Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M328.269 384.441L331.925 410.279C331.96 410.489 331.803 410.681 331.576 410.681H327.535C327.36 410.681 327.22 410.559 327.185 410.402L323.529 384.406C323.651 384.126 323.791 384.126 324.019 384.126H327.902C328.077 384.126 328.234 384.266 328.269 384.441Z%27 fill=%27white%27/%3E%3Cpath d=%27M323.528 384.406L317.126 420.198C317.091 420.408 317.248 420.6 317.476 420.6H321.377C321.604 420.6 321.727 420.46 321.762 420.285L328.269 384.529C328.304 384.319 328.129 384.126 327.919 384.126H323.878C323.703 384.126 323.563 384.231 323.528 384.406Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M317.983 394.342L321.762 420.18C321.797 420.39 321.639 420.6 321.412 420.6H317.371C317.196 420.6 317.056 420.478 317.021 420.32L313.365 394.307C313.488 394.028 313.628 394.028 313.855 394.028H317.616C317.791 394.028 317.948 394.168 317.983 394.342Z%27 fill=%27white%27/%3E%3Cpath d=%27M313.243 394.22L306.788 429.977C306.753 430.187 306.91 430.397 307.137 430.379H311.126C311.301 430.379 311.441 430.257 311.476 430.082L317.983 394.325C318.018 394.115 317.861 393.922 317.633 393.922H313.592C313.417 393.922 313.278 394.045 313.243 394.22Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M307.803 404.139L311.459 429.977C311.494 430.187 311.336 430.379 311.109 430.379H307.068C306.893 430.379 306.753 430.257 306.718 430.099L303.062 404.104C303.184 403.824 303.324 403.824 303.552 403.824H307.435C307.61 403.824 307.768 403.964 307.803 404.139Z%27 fill=%27white%27/%3E%3Cpath d=%27M303.062 404.122L296.659 439.914C296.624 440.124 296.782 440.316 297.009 440.316H300.91C301.137 440.316 301.26 440.176 301.295 440.001L307.802 404.244C307.837 404.034 307.68 403.842 307.452 403.842H303.411C303.237 403.842 303.097 403.947 303.062 404.122Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.915 334.392L417.572 360.23C417.607 360.44 417.449 360.632 417.222 360.632H413.181C413.006 360.632 412.866 360.51 412.831 360.353L409.175 334.357C409.297 334.077 409.437 334.077 409.665 334.077H413.548C413.723 334.077 413.88 334.217 413.915 334.392Z%27 fill=%27white%27/%3E%3Cpath d=%27M409.174 334.357L402.772 370.149C402.737 370.359 402.894 370.551 403.122 370.551H407.023C407.25 370.551 407.373 370.411 407.408 370.236L413.915 334.479C413.95 334.27 413.775 334.077 413.565 334.077H409.524C409.349 334.077 409.209 334.182 409.174 334.357Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M403.629 344.276L407.408 370.114C407.443 370.324 407.285 370.534 407.058 370.534H403.017C402.842 370.534 402.702 370.411 402.667 370.254L399.011 344.241C399.134 343.961 399.274 343.961 399.501 343.961H403.262C403.437 343.961 403.594 344.101 403.629 344.276Z%27 fill=%27white%27/%3E%3Cpath d=%27M398.889 344.171L392.434 379.928C392.399 380.138 392.556 380.348 392.784 380.33H396.772C396.947 380.33 397.087 380.208 397.122 380.033L403.63 344.276C403.665 344.066 403.507 343.856 403.28 343.873H399.239C399.064 343.873 398.924 343.996 398.889 344.171Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M393.449 354.09L397.105 379.928C397.14 380.138 396.982 380.33 396.755 380.33H392.714C392.539 380.33 392.399 380.208 392.364 380.051L388.708 354.055C388.83 353.775 388.97 353.775 389.198 353.775H393.081C393.256 353.775 393.414 353.915 393.449 354.09Z%27 fill=%27white%27/%3E%3Cpath d=%27M388.707 354.072L382.305 389.864C382.27 390.074 382.427 390.266 382.655 390.266H386.555C386.783 390.266 386.905 390.126 386.94 389.951L393.448 354.194C393.483 353.984 393.325 353.792 393.098 353.792H389.057C388.882 353.792 388.742 353.897 388.707 354.072Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M383.162 363.991L386.941 389.829C386.976 390.039 386.818 390.249 386.591 390.249H382.55C382.375 390.249 382.235 390.127 382.2 389.969L378.544 363.956C378.666 363.677 378.806 363.677 379.034 363.677H382.795C382.97 363.677 383.127 363.816 383.162 363.991Z%27 fill=%27white%27/%3E%3Cpath d=%27M378.422 363.956L371.967 399.713C371.932 399.923 372.089 400.133 372.317 400.115H376.305C376.48 400.115 376.62 399.993 376.655 399.818L383.162 364.061C383.197 363.851 383.04 363.659 382.813 363.659H378.772C378.597 363.659 378.457 363.781 378.422 363.956Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M372.981 373.893L376.637 399.731C376.672 399.94 376.515 400.133 376.288 400.133H372.247C372.072 400.133 371.932 400.01 371.897 399.853L368.241 373.858C368.363 373.578 368.503 373.578 368.731 373.578H372.614C372.789 373.578 372.946 373.718 372.981 373.893Z%27 fill=%27white%27/%3E%3Cpath d=%27M368.258 373.858L361.856 409.649C361.821 409.859 361.978 410.052 362.206 410.052H366.107C366.334 410.052 366.457 409.912 366.492 409.737L372.999 373.98C373.034 373.77 372.859 373.578 372.649 373.578H368.608C368.433 373.578 368.293 373.683 368.258 373.858Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M362.696 383.777L366.475 409.615C366.51 409.825 366.352 410.034 366.125 410.034H362.084C361.909 410.034 361.769 409.912 361.734 409.755L358.078 383.742C358.201 383.462 358.341 383.462 358.568 383.462H362.329C362.504 383.462 362.661 383.602 362.696 383.777Z%27 fill=%27white%27/%3E%3Cpath d=%27M357.954 383.671L351.499 419.428C351.465 419.638 351.622 419.848 351.849 419.831H355.838C356.013 419.831 356.153 419.708 356.188 419.533L362.695 383.776C362.73 383.566 362.573 383.374 362.345 383.374H358.304C358.129 383.374 357.989 383.496 357.954 383.671Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M352.515 393.59L356.171 419.428C356.206 419.638 356.049 419.831 355.821 419.831H351.78C351.605 419.831 351.465 419.708 351.43 419.551L347.774 393.555C347.897 393.275 348.037 393.275 348.264 393.275H352.148C352.323 393.275 352.48 393.415 352.515 393.59Z%27 fill=%27white%27/%3E%3Cpath d=%27M347.792 393.573L341.389 429.365C341.354 429.575 341.512 429.767 341.739 429.767H345.64C345.867 429.767 345.99 429.627 346.025 429.452L352.532 393.695C352.567 393.485 352.41 393.293 352.182 393.293H348.142C347.967 393.293 347.827 393.398 347.792 393.573Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M342.229 403.491L346.007 429.329C346.042 429.539 345.885 429.749 345.657 429.749H341.616C341.441 429.749 341.301 429.627 341.266 429.469L337.61 403.456C337.733 403.176 337.873 403.177 338.1 403.177H341.861C342.036 403.177 342.194 403.316 342.229 403.491Z%27 fill=%27white%27/%3E%3Cpath d=%27M337.488 403.474L331.033 439.231C330.998 439.441 331.156 439.651 331.383 439.633H335.371C335.546 439.633 335.686 439.511 335.721 439.336L342.229 403.579C342.264 403.369 342.106 403.177 341.879 403.177H337.838C337.663 403.177 337.523 403.299 337.488 403.474Z%27 fill=%27%239CCDC3%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  left: 20px;
  top: 50px;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .mcl-services-template > .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper:after {
    left: calc(50% - 224px);
    top: 21px;
    background-size: 410px 410px;
  }
}
.mcl-services-template .mcl-services {
  padding-top: 90px;
  background-color: #FAFAFA;
}
.mcl-services-template .mcl-services .mcl-results .mcl-resuls-wrapper {
  display: inline-grid;
  width: 100%;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1024px) {
  .mcl-services-template .mcl-services .mcl-results .mcl-resuls-wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 24px;
  }
}
.mcl-services-template .mcl-services .mcl-results .mcl-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.mcl-projects-template {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .mcl-projects-template {
    padding-top: 90px;
  }
}
.mcl-projects-template {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}
.mcl-projects-template > .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27416%27 height=%27415%27 viewBox=%270 0 416 415%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.4%27%3E%3Cmask id=%27mask0_1450_72531%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%274%27 y=%273%27 width=%27408%27 height=%27408%27%3E%3Crect x=%270.983887%27 y=%2758.3616%27 width=%27360.452%27 height=%27360.452%27 rx=%2722%27 transform=%27rotate%28-9.31789 0.983887 58.3616%29%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_1450_72531%29%27%3E%3Cpath d=%27M6.90416 -32.5902L0.449203 3.16669C0.414217 3.37661 0.571662 3.5865 0.799073 3.56901H4.78749C4.96242 3.56901 5.10236 3.44658 5.13735 3.27164L11.6448 -32.4853C11.6798 -32.6952 11.5223 -32.9051 11.2949 -32.8876H7.25403C7.07909 -32.8876 6.93914 -32.7652 6.90416 -32.5902Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1.46328 -22.6711L5.11934 3.18439C5.15433 3.39432 4.99688 3.58677 4.76947 3.58677H0.728574C0.553643 3.58677 0.413704 3.46431 0.378718 3.30686L-3.27734 -22.6886C-3.15489 -22.9685 -3.01495 -22.9685 -2.78754 -22.9685H1.09593C1.27086 -22.9685 1.42829 -22.8286 1.46328 -22.6536%27 fill=%27white%27/%3E%3Cpath d=%27M31.0267 -23.5459L24.5718 12.211C24.5368 12.4209 24.6942 12.6134 24.9216 12.6134H28.9101C29.085 12.6134 29.2249 12.4909 29.2599 12.316L35.7673 -23.4409C35.8023 -23.6508 35.6449 -23.8433 35.4175 -23.8433H31.3766C31.2016 -23.8433 31.0617 -23.7208 31.0267 -23.5459Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M25.5868 -13.627L29.2429 12.211C29.2779 12.4209 29.1204 12.6134 28.893 12.6134H24.8521C24.6772 12.6134 24.5372 12.4909 24.5022 12.3335L20.8462 -13.662C20.9686 -13.9419 21.1086 -13.9419 21.336 -13.9419H25.2195C25.3944 -13.9419 25.5518 -13.802 25.5868 -13.627Z%27 fill=%27white%27/%3E%3Cpath d=%27M20.8453 -13.6616L14.4429 22.1303C14.4079 22.3402 14.5653 22.5326 14.7927 22.5326H18.6937C18.9211 22.5326 19.0435 22.3927 19.0785 22.2352L25.586 -13.5217C25.6209 -13.7316 25.4635 -13.9241 25.2361 -13.9241H21.1952C21.0203 -13.9241 20.8803 -13.8191 20.8453 -13.6442%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M15.3003 -3.72541L19.0788 22.1126C19.1138 22.3225 18.9564 22.5325 18.7289 22.5325H14.688C14.5131 22.5325 14.3732 22.41 14.3382 22.2526L10.6821 -3.76038C10.8046 -4.04028 10.9445 -4.04028 11.1719 -4.04028H14.9329C15.1079 -4.04028 15.2653 -3.90035 15.3003 -3.72541Z%27 fill=%27white%27/%3E%3Cpath d=%27M10.5428 -3.74336L4.08787 32.0136C4.05289 32.2235 4.21033 32.4334 4.43774 32.4159H8.42617C8.6011 32.4159 8.74104 32.2935 8.77602 32.1185L15.2835 -3.63841C15.3184 -3.84833 15.161 -4.05822 14.9336 -4.04073H10.8927C10.7178 -4.04073 10.5778 -3.9183 10.5428 -3.74336Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M5.11904 6.17669L8.77509 32.0147C8.81008 32.2246 8.65265 32.4171 8.42524 32.4171H4.38432C4.20939 32.4171 4.06945 32.2946 4.03447 32.1372L0.378418 6.14167C0.50087 5.86177 0.640812 5.86182 0.868222 5.86182H4.75169C4.92662 5.86182 5.08406 6.00175 5.11904 6.17669Z%27 fill=%27white%27/%3E%3Cpath d=%27M0.378535 6.14203L-6.02394 41.934C-6.05893 42.1439 -5.9015 42.3363 -5.67408 42.3363H-1.77312C-1.54571 42.3363 -1.42326 42.1964 -1.38827 42.0389L5.11916 6.28201C5.15415 6.07209 4.97921 5.87964 4.76929 5.87964H0.728391C0.553461 5.87964 0.413521 5.98461 0.378535 6.15954%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M65.5582 -24.1934L59.1557 11.5985C59.1208 11.8084 59.2782 12.0008 59.5056 12.0008H63.4066C63.634 12.0008 63.7564 11.8609 63.7914 11.7035L70.2988 -24.0534C70.3338 -24.2634 70.1764 -24.4558 69.949 -24.4558H65.9081C65.7331 -24.4558 65.5932 -24.3508 65.5582 -24.1759%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M59.9956 -14.2739L63.7741 11.5817C63.8091 11.7916 63.6517 12.0015 63.4243 12.0015H59.3834C59.2084 12.0015 59.0685 11.879 59.0335 11.7216L55.3774 -14.2914C55.4999 -14.5713 55.6398 -14.5713 55.8672 -14.5713H59.6283C59.8032 -14.5713 59.9606 -14.4313 59.9956 -14.2564%27 fill=%27white%27/%3E%3Cpath d=%27M55.2728 -14.2925L48.8179 21.4644C48.7829 21.6744 48.9403 21.8843 49.1677 21.8668H53.1561C53.3311 21.8668 53.471 21.7443 53.506 21.5694L60.0134 -14.1875C60.0484 -14.3974 59.891 -14.5898 59.6636 -14.5898H55.6227C55.4477 -14.5898 55.3078 -14.4674 55.2728 -14.2925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M49.8319 -4.37306L53.488 21.465C53.523 21.6749 53.3655 21.8673 53.1381 21.8673H49.0972C48.9223 21.8673 48.7823 21.7449 48.7474 21.5874L45.0913 -4.40808C45.2138 -4.68798 45.3537 -4.68799 45.5811 -4.68799H49.4646C49.6395 -4.68799 49.7969 -4.548 49.8319 -4.37306Z%27 fill=%27white%27/%3E%3Cpath d=%27M45.0909 -4.40826L38.6885 31.3837C38.6535 31.5936 38.8109 31.786 39.0383 31.786H42.9393C43.1667 31.786 43.2891 31.6461 43.3241 31.4886L49.8316 -4.26828C49.8665 -4.47821 49.7091 -4.67065 49.4817 -4.67065H45.4408C45.2659 -4.67065 45.1259 -4.56569 45.0909 -4.39075%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M39.5288 5.53001L43.3073 31.368C43.3423 31.578 43.1849 31.7879 42.9575 31.7879H38.9166C38.7416 31.7879 38.6017 31.6654 38.5667 31.508L34.9106 5.49499C35.0331 5.21509 35.173 5.21509 35.4004 5.21509H39.1615C39.3364 5.21509 39.4938 5.35508 39.5288 5.53001Z%27 fill=%27white%27/%3E%3Cpath d=%27M34.805 5.40728L28.3501 41.1642C28.3151 41.3741 28.4725 41.584 28.6999 41.5665H32.6884C32.8633 41.5665 33.0032 41.4441 33.0382 41.2692L39.5457 5.51224C39.5806 5.30231 39.4232 5.10986 39.1958 5.10986H35.1549C34.98 5.10986 34.84 5.23234 34.805 5.40728Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M29.3651 15.3261L33.0212 41.1642C33.0562 41.3741 32.8987 41.5665 32.6713 41.5665H28.6304C28.4555 41.5665 28.3155 41.4441 28.2806 41.2867L24.6245 15.2911C24.747 15.0112 24.8869 15.0112 25.1143 15.0112H28.9978C29.1727 15.0112 29.3302 15.1512 29.3651 15.3261Z%27 fill=%27white%27/%3E%3Cpath d=%27M24.6251 15.3088L18.2226 51.1007C18.1877 51.3106 18.3451 51.503 18.5725 51.503H22.4735C22.7009 51.503 22.8233 51.3631 22.8583 51.2056L29.3657 15.4487C29.4007 15.2388 29.2433 15.0464 29.0159 15.0464H24.975C24.8 15.0464 24.6601 15.1513 24.6251 15.3262%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M19.0615 25.2275L22.84 51.0656C22.875 51.2755 22.7176 51.4854 22.4902 51.4854H18.4493C18.2743 51.4854 18.1344 51.3629 18.0994 51.2055L14.4434 25.1925C14.5658 24.9126 14.7058 24.9126 14.9332 24.9126H18.6942C18.8691 24.9126 19.0266 25.0525 19.0615 25.2275Z%27 fill=%27white%27/%3E%3Cpath d=%27M14.3206 25.21L7.86571 60.9669C7.83072 61.1769 7.98815 61.3867 8.21556 61.3693H12.204C12.3789 61.3693 12.5189 61.2468 12.5539 61.0719L19.0613 25.315C19.0963 25.105 18.9388 24.9126 18.7114 24.9126H14.6705C14.4956 24.9126 14.3556 25.0351 14.3206 25.21Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M8.88029 35.1288L12.5363 60.9669C12.5713 61.1768 12.4139 61.3692 12.1865 61.3692H8.14557C7.97064 61.3692 7.8307 61.2468 7.79571 61.0893L4.13965 35.0939C4.2621 34.814 4.40206 34.814 4.62947 34.814H8.51292C8.68785 34.814 8.8453 34.9539 8.88029 35.1288Z%27 fill=%27white%27/%3E%3Cpath d=%27M4.15782 35.1115L-2.24464 70.9035C-2.27963 71.1134 -2.1222 71.3058 -1.89479 71.3058H2.00618C2.23359 71.3058 2.35603 71.1659 2.39101 71.0084L8.89844 35.2515C8.93343 35.0416 8.776 34.8491 8.54859 34.8491H4.50769C4.33276 34.8491 4.1928 34.9541 4.15782 35.129%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M99.9496 -24.8577L93.4946 10.8993C93.4596 11.1092 93.6171 11.3191 93.8445 11.3016H97.8329C98.0078 11.3016 98.1478 11.1791 98.1828 11.0042L104.69 -24.7527C104.725 -24.9626 104.568 -25.155 104.34 -25.155H100.299C100.124 -25.155 99.9846 -25.0326 99.9496 -24.8577Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M94.5263 -14.9392L98.1823 10.9164C98.2173 11.1263 98.0599 11.3188 97.8324 11.3188H93.7915C93.6166 11.3188 93.4767 11.1963 93.4417 11.0389L89.7856 -14.9567C89.9081 -15.2366 90.048 -15.2366 90.2754 -15.2366H94.1589C94.3338 -15.2366 94.4913 -15.0966 94.5263 -14.9216%27 fill=%27white%27/%3E%3Cpath d=%27M89.7862 -14.9568L83.3838 20.8351C83.3488 21.045 83.5062 21.2374 83.7336 21.2374H87.6346C87.862 21.2374 87.9844 21.0975 88.0194 20.9401L94.5269 -14.8169C94.5618 -15.0268 94.4044 -15.2192 94.177 -15.2192H90.1361C89.9612 -15.2192 89.8212 -15.1143 89.7862 -14.9393%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M84.2227 -5.03767L88.0012 20.8004C88.0362 21.0103 87.8787 21.2202 87.6513 21.2202H83.6104C83.4355 21.2202 83.2955 21.0978 83.2605 20.9403L79.6045 -5.07264C79.7269 -5.35253 79.8669 -5.35254 80.0943 -5.35254H83.8553C84.0303 -5.35254 84.1877 -5.2126 84.2227 -5.03767Z%27 fill=%27white%27/%3E%3Cpath d=%27M79.4823 -5.15967L73.0273 30.5973C72.9923 30.8072 73.1498 31.0171 73.3772 30.9996H77.3656C77.5405 30.9996 77.6805 30.8771 77.7155 30.7022L84.2229 -5.05471C84.2579 -5.26464 84.1004 -5.45703 83.873 -5.45703H79.8321C79.6572 -5.45703 79.5173 -5.33461 79.4823 -5.15967Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M74.0599 4.7763L77.716 30.6144C77.751 30.8243 77.5935 31.0167 77.3661 31.0167H73.3252C73.1503 31.0167 73.0104 30.8942 72.9754 30.7368L69.3193 4.74133C69.4418 4.46143 69.5817 4.46143 69.8091 4.46143H73.6926C73.8675 4.46143 74.025 4.60136 74.0599 4.7763Z%27 fill=%27white%27/%3E%3Cpath d=%27M69.319 4.7414L62.9165 40.5333C62.8815 40.7432 63.0389 40.9357 63.2663 40.9357H67.1673C67.3947 40.9357 67.5172 40.7957 67.5521 40.6382L74.0596 4.88132C74.0946 4.6714 73.9371 4.479 73.7097 4.479H69.6688C69.4939 4.479 69.354 4.58397 69.319 4.75891%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M63.7568 14.6616L67.5354 40.4996C67.5703 40.7096 67.4129 40.9195 67.1855 40.9195H63.1446C62.9697 40.9195 62.8297 40.797 62.7947 40.6396L59.1387 14.6266C59.2611 14.3467 59.4011 14.3467 59.6285 14.3467H63.3895C63.5644 14.3467 63.7219 14.4867 63.7568 14.6616Z%27 fill=%27white%27/%3E%3Cpath d=%27M59.0331 14.6441L52.5781 50.401C52.5431 50.6109 52.7006 50.8208 52.928 50.8033H56.9164C57.0913 50.8033 57.2313 50.6809 57.2663 50.506L63.7737 14.7491C63.8087 14.5391 63.6512 14.3467 63.4238 14.3467H59.3829C59.208 14.3467 59.068 14.4692 59.0331 14.6441Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M53.5927 24.5624L57.2487 50.4005C57.2837 50.6104 57.1263 50.8028 56.8989 50.8028H52.858C52.683 50.8028 52.5431 50.6804 52.5081 50.523L48.8521 24.5275C48.9745 24.2476 49.1144 24.2476 49.3419 24.2476H53.2253C53.4003 24.2476 53.5577 24.3875 53.5927 24.5624Z%27 fill=%27white%27/%3E%3Cpath d=%27M48.8522 24.5456L42.4497 60.3375C42.4147 60.5474 42.5722 60.7399 42.7996 60.7399H46.7005C46.9279 60.7399 47.0504 60.5999 47.0854 60.4424L53.5928 24.6855C53.6278 24.4756 53.4528 24.2832 53.2429 24.2832H49.202C49.0271 24.2832 48.8872 24.3881 48.8522 24.5631%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M43.2896 34.4643L47.0681 60.3024C47.103 60.5123 46.9456 60.7222 46.7182 60.7222H42.6773C42.5024 60.7222 42.3624 60.5997 42.3274 60.4423L38.6714 34.4293C38.7938 34.1494 38.9338 34.1494 39.1612 34.1494H42.9222C43.0971 34.1494 43.2546 34.2894 43.2896 34.4643Z%27 fill=%27white%27/%3E%3Cpath d=%27M38.5663 34.3416L32.1113 70.0985C32.0763 70.3084 32.2338 70.5183 32.4612 70.5008H36.4496C36.6245 70.5008 36.7645 70.3784 36.7995 70.2035L43.3069 34.4466C43.3419 34.2366 43.1844 34.0442 42.957 34.0442H38.9161C38.7412 34.0442 38.6012 34.1667 38.5663 34.3416Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M33.1264 44.2783L36.7824 70.1163C36.8174 70.3262 36.66 70.5187 36.4326 70.5187H32.3917C32.2167 70.5187 32.0768 70.3962 32.0418 70.2387L28.3857 44.2432C28.5082 43.9633 28.6481 43.9634 28.8755 43.9634H32.759C32.9339 43.9634 33.0914 44.1033 33.1264 44.2783Z%27 fill=%27white%27/%3E%3Cpath d=%27M28.3854 44.2431L21.9829 80.035C21.9479 80.245 22.1053 80.4374 22.3328 80.4374H26.2337C26.4611 80.4374 26.5836 80.2974 26.6186 80.14L33.126 44.3831C33.161 44.1732 33.0035 43.9807 32.7761 43.9807H28.7352C28.5603 43.9807 28.4203 44.0857 28.3854 44.2606%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M22.8223 54.1792L26.6008 80.0172C26.6358 80.2271 26.4783 80.437 26.2509 80.437H22.21C22.0351 80.437 21.8951 80.3146 21.8602 80.1571L18.2041 54.1442C18.3266 53.8643 18.4665 53.8643 18.6939 53.8643H22.4549C22.6299 53.8643 22.7873 54.0042 22.8223 54.1792Z%27 fill=%27white%27/%3E%3Cpath d=%27M18.0814 54.1617L11.6264 89.9186C11.5915 90.1285 11.7489 90.3385 11.9763 90.321H15.9647C16.1397 90.321 16.2796 90.1985 16.3146 90.0236L22.822 54.2666C22.857 54.0567 22.6996 53.8643 22.4722 53.8643H18.4313C18.2563 53.8643 18.1164 53.9867 18.0814 54.1617Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M12.641 64.0808L16.2971 89.9188C16.3321 90.1287 16.1746 90.3212 15.9472 90.3212H11.9063C11.7314 90.3212 11.5914 90.1987 11.5565 90.0413L7.90039 64.0458C8.02284 63.7659 8.16278 63.7659 8.39019 63.7659H12.2737C12.4486 63.7659 12.606 63.9059 12.641 64.0808Z%27 fill=%27white%27/%3E%3Cpath d=%27M7.91857 64.0456L1.5161 99.8375C1.48111 100.047 1.63856 100.24 1.86597 100.24H5.76692C5.99433 100.24 6.11678 100.1 6.15177 99.9425L12.6592 64.1856C12.6942 63.9757 12.5368 63.7832 12.3093 63.7832H8.26843C8.0935 63.7832 7.95356 63.8882 7.91857 64.0631%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M2.35597 73.9819L6.13447 99.8375C6.16945 100.047 6.01202 100.257 5.78461 100.257H1.74371C1.56878 100.257 1.42883 100.135 1.39384 99.9774L-2.26221 73.9645C-2.13976 73.6846 -1.99981 73.6846 -1.7724 73.6846H1.98861C2.16354 73.6846 2.32098 73.8245 2.35597 73.9994%27 fill=%27white%27/%3E%3Cpath d=%27M134.218 -23.5809L127.816 12.211C127.781 12.4209 127.938 12.6134 128.166 12.6134H132.067C132.294 12.6134 132.417 12.4734 132.452 12.316L138.959 -23.4409C138.994 -23.6508 138.837 -23.8433 138.609 -23.8433H134.568C134.393 -23.8433 134.253 -23.7383 134.218 -23.5634%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M128.656 -13.6621L132.434 12.1935C132.469 12.4034 132.312 12.6133 132.084 12.6133H128.044C127.869 12.6133 127.729 12.4909 127.694 12.3334L124.038 -13.6796C124.16 -13.9595 124.3 -13.9595 124.527 -13.9595H128.288C128.463 -13.9595 128.621 -13.8195 128.656 -13.6446%27 fill=%27white%27/%3E%3Cpath d=%27M123.915 -13.7844L117.46 21.9725C117.425 22.1825 117.583 22.3924 117.81 22.3749H121.799C121.974 22.3749 122.114 22.2524 122.149 22.0775L128.656 -13.6794C128.691 -13.8893 128.534 -14.0818 128.306 -14.0818H124.265C124.09 -14.0818 123.95 -13.9593 123.915 -13.7844Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M118.475 -3.84773L122.131 21.9903C122.166 22.2002 122.009 22.3927 121.781 22.3927H117.74C117.565 22.3927 117.425 22.2702 117.39 22.1128L113.734 -3.88269C113.857 -4.16259 113.997 -4.1626 114.224 -4.1626H118.108C118.283 -4.1626 118.44 -4.02266 118.475 -3.84773Z%27 fill=%27white%27/%3E%3Cpath d=%27M113.751 -3.88287L107.349 31.909C107.314 32.1189 107.471 32.3114 107.698 32.3114H111.599C111.827 32.3114 111.949 32.1714 111.984 32.014L118.492 -3.74295C118.527 -3.95287 118.369 -4.14526 118.142 -4.14526H114.101C113.926 -4.14526 113.786 -4.04035 113.751 -3.86541%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M108.189 6.03704L111.967 31.8751C112.002 32.085 111.845 32.295 111.618 32.295H107.577C107.402 32.295 107.262 32.1725 107.227 32.015L103.571 6.00207C103.693 5.72217 103.833 5.72217 104.061 5.72217H107.822C107.997 5.72217 108.154 5.8621 108.189 6.03704Z%27 fill=%27white%27/%3E%3Cpath d=%27M103.431 6.01958L96.9756 41.7765C96.9406 41.9864 97.098 42.1963 97.3254 42.1788H101.314C101.489 42.1788 101.629 42.0564 101.664 41.8815L108.171 6.12454C108.206 5.91462 108.049 5.72217 107.821 5.72217H103.78C103.605 5.72217 103.466 5.84465 103.431 6.01958Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M98.0077 15.956L101.664 41.794C101.699 42.0039 101.541 42.1964 101.314 42.1964H97.273C97.0981 42.1964 96.9582 42.0739 96.9232 41.9165L93.2671 15.921C93.3895 15.6411 93.5295 15.6411 93.7569 15.6411H97.6404C97.8153 15.6411 97.9727 15.781 98.0077 15.956Z%27 fill=%27white%27/%3E%3Cpath d=%27M93.2677 15.9209L86.8652 51.7128C86.8302 51.9227 86.9877 52.1151 87.2151 52.1151H91.116C91.3434 52.1151 91.4659 51.9752 91.5009 51.8177L98.0083 16.0608C98.0433 15.8509 97.8859 15.6584 97.6584 15.6584H93.6176C93.4426 15.6584 93.3027 15.7634 93.2677 15.9384%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M87.7046 25.8395L91.4831 51.6776C91.5181 51.8875 91.3606 52.0974 91.1332 52.0974H87.0923C86.9174 52.0974 86.7775 51.975 86.7425 51.8175L83.0864 25.8046C83.2089 25.5247 83.3488 25.5247 83.5762 25.5247H87.3372C87.5122 25.5247 87.6696 25.6646 87.7046 25.8395Z%27 fill=%27white%27/%3E%3Cpath d=%27M82.9642 25.7347L76.5093 61.4916C76.4743 61.7016 76.6317 61.9115 76.8591 61.894H80.8475C81.0225 61.894 81.1624 61.7715 81.1974 61.5966L87.7048 25.8397C87.7398 25.6298 87.5824 25.4198 87.355 25.4373H83.3141C83.1391 25.4373 82.9992 25.5598 82.9642 25.7347Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M77.5404 35.6535L81.1965 61.4916C81.2315 61.7015 81.074 61.8939 80.8466 61.8939H76.8057C76.6308 61.8939 76.4908 61.7715 76.4559 61.614L72.7998 35.6185C72.9223 35.3386 73.0622 35.3386 73.2896 35.3386H77.1731C77.348 35.3386 77.5055 35.4786 77.5404 35.6535Z%27 fill=%27white%27/%3E%3Cpath d=%27M72.8004 35.6362L66.3979 71.4281C66.3629 71.638 66.5204 71.8304 66.7478 71.8304H70.6488C70.8762 71.8304 70.9986 71.6905 71.0336 71.533L77.541 35.7761C77.576 35.5662 77.4186 35.3738 77.1912 35.3738H73.1503C72.9753 35.3738 72.8354 35.4787 72.8004 35.6537%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M67.2373 45.5549L71.0158 71.3929C71.0508 71.6029 70.8934 71.8128 70.666 71.8128H66.6251C66.4501 71.8128 66.3102 71.6903 66.2752 71.5329L62.6191 45.5199C62.7416 45.24 62.8815 45.24 63.109 45.24H66.87C67.0449 45.24 67.2023 45.3799 67.2373 45.5549Z%27 fill=%27white%27/%3E%3Cpath d=%27M62.5145 45.52L56.0596 81.2769C56.0246 81.4869 56.182 81.6968 56.4094 81.6793H60.3978C60.5728 81.6793 60.7127 81.5568 60.7477 81.3819L67.2551 45.625C67.2901 45.4151 67.1327 45.2227 66.9053 45.2227H62.8644C62.6894 45.2227 62.5495 45.3451 62.5145 45.52Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M57.0741 55.456L60.7302 81.2941C60.7652 81.504 60.6077 81.6964 60.3803 81.6964H56.3394C56.1645 81.6964 56.0245 81.5739 55.9895 81.4165L52.3335 55.421C52.4559 55.1411 52.5959 55.1411 52.8233 55.1411H56.7068C56.8817 55.1411 57.0391 55.281 57.0741 55.456Z%27 fill=%27white%27/%3E%3Cpath d=%27M52.3331 55.4216L45.9306 91.2135C45.8957 91.4234 46.0531 91.6158 46.2805 91.6158H50.1815C50.4089 91.6158 50.5313 91.4759 50.5663 91.3184L57.0737 55.5615C57.1087 55.3516 56.9513 55.1592 56.7239 55.1592H52.683C52.508 55.1592 52.3681 55.2641 52.3331 55.4391%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M46.771 65.3401L50.5495 91.1781C50.5845 91.388 50.4271 91.5979 50.1996 91.5979H46.1588C45.9838 91.5979 45.8439 91.4755 45.8089 91.318L42.1528 65.3051C42.2753 65.0252 42.4152 65.0251 42.6426 65.0251H46.4037C46.5786 65.0251 46.736 65.1651 46.771 65.3401Z%27 fill=%27white%27/%3E%3Cpath d=%27M42.0477 65.2358L35.5928 100.993C35.5578 101.203 35.7152 101.413 35.9426 101.395H39.931C40.106 101.395 40.2459 101.273 40.2809 101.098L46.7883 65.3408C46.8233 65.1309 46.6659 64.9385 46.4385 64.9385H42.3976C42.2226 64.9385 42.0827 65.0609 42.0477 65.2358Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M36.6073 75.1542L40.2634 100.992C40.2984 101.202 40.1409 101.395 39.9135 101.395H35.8726C35.6977 101.395 35.5577 101.272 35.5227 101.115L31.8667 75.1193C31.9892 74.8394 32.1291 74.8394 32.3565 74.8394H36.24C36.4149 74.8394 36.5723 74.9793 36.6073 75.1542Z%27 fill=%27white%27/%3E%3Cpath d=%27M31.8663 75.1369L25.4639 110.929C25.4289 111.139 25.5863 111.331 25.8137 111.331H29.7147C29.9421 111.331 30.0645 111.191 30.0995 111.034L36.607 75.2769C36.6419 75.067 36.4845 74.8745 36.2571 74.8745H32.2162C32.0413 74.8745 31.9013 74.9795 31.8663 75.1544%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M26.3037 85.0554L30.0822 110.893C30.1172 111.103 29.9598 111.313 29.7324 111.313H25.6915C25.5165 111.313 25.3766 111.191 25.3416 111.033L21.6855 85.0204C21.808 84.7405 21.9479 84.7405 22.1754 84.7405H25.9364C26.1113 84.7405 26.2687 84.8804 26.3037 85.0554Z%27 fill=%27white%27/%3E%3Cpath d=%27M21.5633 85.0378L15.1084 120.795C15.0734 121.005 15.2308 121.215 15.4582 121.197H19.4467C19.6216 121.197 19.7615 121.075 19.7965 120.9L26.304 85.1428C26.3389 84.9329 26.1815 84.7405 25.9541 84.7405H21.9132C21.7383 84.7405 21.5983 84.8629 21.5633 85.0378Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M16.1225 94.9567L19.7785 120.795C19.8135 121.005 19.6561 121.197 19.4287 121.197H15.3878C15.2128 121.197 15.0729 121.075 15.0379 120.917L11.3818 94.9217C11.5043 94.6418 11.6442 94.6418 11.8717 94.6418H15.7551C15.93 94.6418 16.0875 94.7818 16.1225 94.9567Z%27 fill=%27white%27/%3E%3Cpath d=%27M11.3995 94.9394L4.99705 130.731C4.96207 130.941 5.1195 131.134 5.34691 131.134H9.24787C9.47529 131.134 9.59773 130.994 9.63271 130.836L16.1401 95.0794C16.1751 94.8695 16.0177 94.677 15.7903 94.677H11.7494C11.5745 94.677 11.4345 94.782 11.3995 94.9569%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M5.83643 104.858L9.61495 130.696C9.64993 130.906 9.49249 131.116 9.26508 131.116H5.22418C5.04925 131.116 4.90931 130.993 4.87432 130.836L1.21826 104.823C1.34071 104.543 1.48066 104.543 1.70807 104.543H5.46908C5.64401 104.543 5.80145 104.683 5.83643 104.858Z%27 fill=%27white%27/%3E%3Cpath d=%27M1.09605 104.736L-5.3589 140.493C-5.39389 140.703 -5.23644 140.913 -5.00903 140.895H-1.02061C-0.845681 140.895 -0.705741 140.773 -0.670755 140.598L5.83668 104.841C5.87166 104.631 5.71423 104.438 5.48682 104.438H1.44592C1.27099 104.438 1.13104 104.561 1.09605 104.736Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M168.61 -24.3156L162.155 11.4412C162.12 11.6512 162.277 11.8611 162.505 11.8436H166.493C166.668 11.8436 166.808 11.7212 166.843 11.5463L173.35 -24.2107C173.385 -24.4206 173.228 -24.613 173 -24.613H168.96C168.785 -24.613 168.645 -24.4906 168.61 -24.3156Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M163.187 -14.3965L166.843 11.4591C166.878 11.669 166.721 11.8614 166.493 11.8614H162.452C162.277 11.8614 162.137 11.739 162.102 11.5815L158.446 -14.414C158.569 -14.6939 158.709 -14.6938 158.936 -14.6938H162.82C162.994 -14.6938 163.152 -14.5539 163.187 -14.379%27 fill=%27white%27/%3E%3Cpath d=%27M158.446 -14.4315L152.044 21.3604C152.009 21.5704 152.166 21.7628 152.394 21.7628H156.295C156.522 21.7628 156.645 21.6228 156.68 21.4654L163.187 -14.2915C163.222 -14.5015 163.065 -14.6938 162.837 -14.6938H158.796C158.621 -14.6938 158.481 -14.5889 158.446 -14.414%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M152.883 -4.49543L156.661 21.3426C156.696 21.5525 156.539 21.7625 156.311 21.7625H152.271C152.096 21.7625 151.956 21.64 151.921 21.4826L148.265 -4.5304C148.387 -4.8103 148.527 -4.8103 148.754 -4.8103H152.515C152.69 -4.8103 152.848 -4.67037 152.883 -4.49543Z%27 fill=%27white%27/%3E%3Cpath d=%27M148.161 -4.53022L141.706 31.2267C141.671 31.4366 141.828 31.6465 142.055 31.629H146.044C146.219 31.629 146.359 31.5066 146.394 31.3317L152.901 -4.42526C152.936 -4.63519 152.779 -4.82764 152.551 -4.82764H148.51C148.335 -4.82764 148.195 -4.70516 148.161 -4.53022Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M142.72 5.40765L146.376 31.2457C146.411 31.4556 146.254 31.648 146.026 31.648H141.985C141.81 31.648 141.671 31.5256 141.636 31.3681L137.979 5.37262C138.102 5.09273 138.242 5.09277 138.469 5.09277H142.353C142.528 5.09277 142.685 5.23271 142.72 5.40765Z%27 fill=%27white%27/%3E%3Cpath d=%27M137.98 5.37226L131.577 41.1642C131.542 41.3741 131.7 41.5665 131.927 41.5665H135.828C136.055 41.5665 136.178 41.4266 136.213 41.2692L142.72 5.51224C142.755 5.30231 142.598 5.10986 142.37 5.10986H138.329C138.155 5.10986 138.015 5.21483 137.98 5.38977%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M132.417 15.2909L136.196 41.129C136.231 41.3389 136.073 41.5489 135.846 41.5489H131.805C131.63 41.5489 131.49 41.4264 131.455 41.269L127.799 15.256C127.921 14.9761 128.061 14.9761 128.289 14.9761H132.05C132.225 14.9761 132.382 15.116 132.417 15.2909Z%27 fill=%27white%27/%3E%3Cpath d=%27M127.694 15.1858L121.239 50.9428C121.204 51.1527 121.361 51.3626 121.589 51.3451H125.577C125.752 51.3451 125.892 51.2227 125.927 51.0477L132.434 15.2908C132.469 15.0809 132.312 14.8884 132.084 14.8884H128.044C127.869 14.8884 127.729 15.0109 127.694 15.1858Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M122.253 25.105L125.909 50.943C125.944 51.1529 125.787 51.3454 125.56 51.3454H121.519C121.344 51.3454 121.204 51.2229 121.169 51.0655L117.513 25.0699C117.635 24.79 117.775 24.79 118.002 24.79H121.886C122.061 24.79 122.218 24.93 122.253 25.105Z%27 fill=%27white%27/%3E%3Cpath d=%27M117.512 25.07L111.11 60.8619C111.075 61.0718 111.232 61.2643 111.46 61.2643H115.361C115.588 61.2643 115.711 61.1244 115.746 60.9669L122.253 25.21C122.288 25.0001 122.13 24.8076 121.903 24.8076H117.862C117.687 24.8076 117.547 24.9126 117.512 25.0875%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M111.95 35.0063L115.728 60.8444C115.763 61.0543 115.606 61.2642 115.378 61.2642H111.337C111.163 61.2642 111.023 61.1417 110.988 60.9843L107.332 34.9713C107.454 34.6914 107.594 34.6914 107.821 34.6914H111.582C111.757 34.6914 111.915 34.8313 111.95 35.0063Z%27 fill=%27white%27/%3E%3Cpath d=%27M107.209 34.9888L100.754 70.7457C100.719 70.9557 100.876 71.1656 101.104 71.1481H105.092C105.267 71.1481 105.407 71.0256 105.442 70.8507L111.949 35.0938C111.984 34.8839 111.827 34.6914 111.6 34.6914H107.559C107.384 34.6914 107.244 34.8139 107.209 34.9888Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M101.769 44.9081L105.425 70.7462C105.46 70.9561 105.303 71.1485 105.075 71.1485H101.034C100.859 71.1485 100.719 71.0261 100.684 70.8686L97.0283 44.8732C97.1508 44.5933 97.2907 44.5933 97.5181 44.5933H101.402C101.577 44.5933 101.734 44.7332 101.769 44.9081Z%27 fill=%27white%27/%3E%3Cpath d=%27M97.0455 44.8725L90.6431 80.6644C90.6081 80.8743 90.7655 81.0668 90.9929 81.0668H94.8939C95.1213 81.0668 95.2437 80.9268 95.2787 80.7693L101.786 45.0124C101.821 44.8025 101.664 44.6101 101.436 44.6101H97.3954C97.2205 44.6101 97.0805 44.7151 97.0455 44.89%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M91.4829 54.8095L95.2614 80.6476C95.2964 80.8575 95.139 81.0674 94.9115 81.0674H90.8707C90.6957 81.0674 90.5558 80.945 90.5208 80.7875L86.8647 54.7745C86.9872 54.4946 87.1271 54.4946 87.3546 54.4946H91.1156C91.2905 54.4946 91.4479 54.6346 91.4829 54.8095Z%27 fill=%27white%27/%3E%3Cpath d=%27M86.742 54.6868L80.2871 90.4437C80.2521 90.6536 80.4095 90.8636 80.637 90.8461H84.6254C84.8003 90.8461 84.9403 90.7236 84.9753 90.5486L91.4827 54.7917C91.5177 54.5818 91.3602 54.3894 91.1328 54.3894H87.0919C86.917 54.3894 86.777 54.5118 86.742 54.6868Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M81.3197 64.6055L84.9758 90.4611C85.0108 90.671 84.8533 90.8634 84.6259 90.8634H80.585C80.4101 90.8634 80.2701 90.741 80.2351 90.5835L76.5791 64.588C76.7016 64.3081 76.8415 64.3081 77.0689 64.3081H80.9524C81.1273 64.3081 81.2848 64.4481 81.3197 64.623%27 fill=%27white%27/%3E%3Cpath d=%27M76.5792 64.5883L70.1767 100.38C70.1418 100.59 70.2992 100.783 70.5266 100.783H74.4276C74.655 100.783 74.7774 100.643 74.8124 100.485L81.3199 64.7283C81.3548 64.5184 81.1974 64.3259 80.97 64.3259H76.9291C76.7541 64.3259 76.6142 64.4309 76.5792 64.6058%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M71.0161 74.5068L74.7946 100.345C74.8296 100.555 74.6722 100.765 74.4448 100.765H70.4039C70.2289 100.765 70.089 100.642 70.054 100.485L66.3979 74.4717C66.5204 74.1918 66.6603 74.1919 66.8878 74.1919H70.6488C70.8237 74.1919 70.9811 74.3318 71.0161 74.5068Z%27 fill=%27white%27/%3E%3Cpath d=%27M66.2757 74.4893L59.8208 110.246C59.7858 110.456 59.9432 110.666 60.1707 110.649H64.1591C64.334 110.649 64.4739 110.526 64.5089 110.351L71.0163 74.5942C71.0513 74.3843 70.8939 74.1919 70.6665 74.1919H66.6256C66.4507 74.1919 66.3107 74.3143 66.2757 74.4893Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M60.8524 84.4082L64.5085 110.246C64.5435 110.456 64.386 110.649 64.1586 110.649H60.1177C59.9428 110.649 59.8029 110.526 59.7679 110.369L56.1118 84.3732C56.2343 84.0933 56.3742 84.0933 56.6016 84.0933H60.4851C60.66 84.0933 60.8175 84.2333 60.8524 84.4082Z%27 fill=%27white%27/%3E%3Cpath d=%27M56.1119 84.3908L49.7095 120.183C49.6745 120.393 49.8319 120.585 50.0593 120.585H53.9603C54.1877 120.585 54.3101 120.445 54.3451 120.288L60.8526 84.5307C60.8875 84.3208 60.7301 84.1284 60.5027 84.1284H56.4618C56.2869 84.1284 56.1469 84.2334 56.1119 84.4083%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M50.5489 94.3099L54.3273 120.165C54.3623 120.375 54.2049 120.585 53.9775 120.585H49.9366C49.7617 120.585 49.6217 120.463 49.5867 120.305L45.9307 94.2924C46.0531 94.0125 46.1931 94.0125 46.4205 94.0125H50.1815C50.3564 94.0125 50.5139 94.1524 50.5489 94.3273%27 fill=%27white%27/%3E%3Cpath d=%27M45.826 94.1871L39.3711 129.944C39.3361 130.154 39.4935 130.364 39.7209 130.346H43.7094C43.8843 130.346 44.0242 130.206 44.0592 130.049L50.5667 94.292C50.6016 94.0821 50.4442 93.8896 50.2168 93.8896H46.1759C46.001 93.8896 45.861 94.0121 45.826 94.1871Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M40.3856 104.106L44.0417 129.944C44.0767 130.154 43.9192 130.347 43.6918 130.347H39.6509C39.476 130.347 39.3361 130.224 39.3011 130.067L35.645 104.071C35.7675 103.791 35.9074 103.791 36.1348 103.791H40.0183C40.1932 103.791 40.3507 103.931 40.3856 104.106Z%27 fill=%27white%27/%3E%3Cpath d=%27M35.6451 104.089L29.2427 139.881C29.2077 140.091 29.3651 140.283 29.5925 140.283H33.4935C33.7209 140.283 33.8433 140.143 33.8783 139.986L40.3857 104.229C40.4207 104.019 40.2633 103.826 40.0359 103.826H35.995C35.8201 103.826 35.6801 103.931 35.6451 104.106%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M30.082 114.007L33.8606 139.846C33.8955 140.056 33.7381 140.265 33.5107 140.265H29.4698C29.2949 140.265 29.1549 140.143 29.1199 139.986L25.4639 113.973C25.5863 113.693 25.7263 113.693 25.9537 113.693H29.7147C29.8896 113.693 30.0471 113.833 30.082 114.007Z%27 fill=%27white%27/%3E%3Cpath d=%27M25.3417 113.99L18.8867 149.747C18.8517 149.957 19.0092 150.167 19.2366 150.149H23.225C23.3999 150.149 23.5399 150.009 23.5749 149.852L30.0823 114.095C30.1173 113.885 29.9598 113.693 29.7324 113.693H25.6915C25.5166 113.693 25.3766 113.815 25.3417 113.99Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M19.9018 123.927L23.5578 149.782C23.5928 149.992 23.4354 150.184 23.2079 150.184H19.1671C18.9921 150.184 18.8522 150.062 18.8172 149.905L15.1611 123.909C15.2836 123.629 15.4235 123.629 15.6509 123.629H19.5344C19.7093 123.629 19.8668 123.769 19.9018 123.944%27 fill=%27white%27/%3E%3Cpath d=%27M15.1779 123.892L8.77537 159.683C8.74039 159.893 8.89783 160.086 9.12524 160.086H13.0262C13.2536 160.086 13.3761 159.946 13.411 159.788L19.9185 124.032C19.9535 123.822 19.796 123.629 19.5686 123.629H15.5277C15.3528 123.629 15.2128 123.734 15.1779 123.909%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M9.61573 133.81L13.3942 159.665C13.4292 159.875 13.2718 160.085 13.0444 160.085H9.00348C8.82855 160.085 8.68859 159.963 8.65361 159.805L4.99756 133.792C5.12001 133.512 5.25995 133.512 5.48736 133.512H9.24838C9.42331 133.512 9.58075 133.652 9.61573 133.827%27 fill=%27white%27/%3E%3Cpath d=%27M4.87437 133.706L-1.58058 169.463C-1.61557 169.673 -1.45814 169.883 -1.23073 169.865H2.75771C2.93264 169.865 3.07258 169.743 3.10757 169.568L9.615 133.811C9.64998 133.601 9.49254 133.408 9.26513 133.408H5.22423C5.0493 133.408 4.90936 133.531 4.87437 133.706Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M203.159 -24.981L196.756 10.8109C196.721 11.0208 196.879 11.2133 197.106 11.2133H201.007C201.235 11.2133 201.357 11.0733 201.392 10.9159L207.899 -24.841C207.934 -25.051 207.777 -25.2434 207.55 -25.2434H203.509C203.334 -25.2434 203.194 -25.1384 203.159 -24.9635%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M197.596 -15.0615L201.374 10.794C201.409 11.0039 201.252 11.2139 201.024 11.2139H196.983C196.809 11.2139 196.669 11.0914 196.634 10.934L192.978 -15.079C193.1 -15.3589 193.24 -15.3589 193.467 -15.3589H197.228C197.403 -15.3589 197.561 -15.219 197.596 -15.044%27 fill=%27white%27/%3E%3Cpath d=%27M192.855 -15.061L186.4 20.6959C186.365 20.9059 186.523 21.1158 186.75 21.0983H190.739C190.914 21.0983 191.054 20.9758 191.089 20.8009L197.596 -14.956C197.631 -15.166 197.473 -15.3758 197.246 -15.3584H193.205C193.03 -15.3584 192.89 -15.2359 192.855 -15.061Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M187.415 -5.14216L191.071 20.6959C191.106 20.9058 190.949 21.0982 190.721 21.0982H186.68C186.505 21.0982 186.365 20.9758 186.33 20.8183L182.674 -5.17718C182.797 -5.45708 182.937 -5.45703 183.164 -5.45703H187.048C187.223 -5.45703 187.38 -5.3171 187.415 -5.14216Z%27 fill=%27white%27/%3E%3Cpath d=%27M182.692 -5.1773L176.29 30.6146C176.255 30.8246 176.412 31.017 176.639 31.017H180.54C180.768 31.017 180.89 30.877 180.925 30.7196L187.433 -5.03733C187.468 -5.24725 187.293 -5.4397 187.083 -5.4397H183.042C182.867 -5.4397 182.727 -5.33473 182.692 -5.15979%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M177.129 4.75853L180.908 30.5966C180.943 30.8065 180.785 31.0164 180.558 31.0164H176.517C176.342 31.0164 176.202 30.8939 176.167 30.7365L172.511 4.72351C172.634 4.44361 172.774 4.4436 173.001 4.4436H176.762C176.937 4.4436 177.094 4.58359 177.129 4.75853Z%27 fill=%27white%27/%3E%3Cpath d=%27M172.388 4.63604L165.933 40.393C165.898 40.6029 166.056 40.8128 166.283 40.7953H170.271C170.446 40.7953 170.586 40.6729 170.621 40.4979L177.129 4.741C177.164 4.53107 177.006 4.33862 176.779 4.33862H172.738C172.563 4.33862 172.423 4.4611 172.388 4.63604Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M166.966 14.5566L170.622 40.3947C170.657 40.6046 170.499 40.797 170.272 40.797H166.231C166.056 40.797 165.916 40.6746 165.881 40.5171L162.225 14.5216C162.348 14.2417 162.487 14.2417 162.715 14.2417H166.598C166.773 14.2417 166.931 14.3816 166.966 14.5566Z%27 fill=%27white%27/%3E%3Cpath d=%27M162.225 14.5392L155.822 50.3311C155.787 50.5411 155.945 50.7335 156.172 50.7335H160.073C160.3 50.7335 160.423 50.5935 160.458 50.4361L166.965 14.6792C167 14.4693 166.825 14.2769 166.615 14.2769H162.575C162.4 14.2769 162.26 14.3818 162.225 14.5567%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M156.663 24.4577L160.441 50.2958C160.476 50.5057 160.319 50.7156 160.091 50.7156H156.05C155.875 50.7156 155.735 50.5931 155.7 50.4357L152.044 24.4227C152.167 24.1428 152.307 24.1428 152.534 24.1428H156.295C156.47 24.1428 156.628 24.2828 156.663 24.4577Z%27 fill=%27white%27/%3E%3Cpath d=%27M151.922 24.4402L145.467 60.1972C145.432 60.4071 145.589 60.617 145.817 60.5995H149.805C149.98 60.5995 150.12 60.4771 150.155 60.3021L156.662 24.5452C156.697 24.3353 156.54 24.1428 156.312 24.1428H152.272C152.097 24.1428 151.957 24.2653 151.922 24.4402Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M146.499 34.3591L150.155 60.1971C150.19 60.4071 150.033 60.5995 149.805 60.5995H145.764C145.589 60.5995 145.449 60.477 145.414 60.3196L141.758 34.3241C141.881 34.0442 142.021 34.0442 142.248 34.0442H146.132C146.307 34.0442 146.464 34.1841 146.499 34.3591Z%27 fill=%27white%27/%3E%3Cpath d=%27M141.758 34.3239L135.355 70.1158C135.32 70.3257 135.478 70.5182 135.705 70.5182H139.606C139.834 70.5182 139.956 70.3782 139.991 70.2208L146.499 34.4638C146.534 34.2539 146.376 34.0615 146.149 34.0615H142.108C141.933 34.0615 141.793 34.1665 141.758 34.3414%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M136.195 44.2604L139.973 70.0985C140.008 70.3084 139.851 70.5183 139.623 70.5183H135.583C135.408 70.5183 135.268 70.3959 135.233 70.2384L131.577 44.2255C131.699 43.9456 131.839 43.9456 132.066 43.9456H135.827C136.002 43.9456 136.16 44.0855 136.195 44.2604Z%27 fill=%27white%27/%3E%3Cpath d=%27M131.472 44.1382L125.017 79.8951C124.982 80.105 125.14 80.315 125.367 80.2975H129.355C129.53 80.2975 129.67 80.175 129.705 80.0001L136.213 44.2431C136.248 44.0332 136.09 43.8408 135.863 43.8408H131.822C131.647 43.8408 131.507 43.9632 131.472 44.1382Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M126.032 54.0571L129.688 79.8951C129.723 80.105 129.566 80.2975 129.338 80.2975H125.297C125.123 80.2975 124.983 80.175 124.948 80.0176L121.292 54.0221C121.414 53.7422 121.554 53.7422 121.781 53.7422H125.665C125.84 53.7422 125.997 53.8821 126.032 54.0571Z%27 fill=%27white%27/%3E%3Cpath d=%27M121.292 54.0392L114.889 89.8312C114.854 90.0411 115.012 90.2335 115.239 90.2335H119.14C119.367 90.2335 119.49 90.0936 119.525 89.9361L126.032 54.1792C126.067 53.9693 125.91 53.7769 125.682 53.7769H121.641C121.467 53.7769 121.327 53.8818 121.292 54.0568%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M115.728 63.9584L119.507 89.7965C119.542 90.0064 119.384 90.2163 119.157 90.2163H115.116C114.941 90.2163 114.801 90.0939 114.766 89.9364L111.11 63.9234C111.232 63.6435 111.372 63.6436 111.6 63.6436H115.361C115.536 63.6436 115.693 63.7835 115.728 63.9584Z%27 fill=%27white%27/%3E%3Cpath d=%27M110.988 63.9409L104.533 99.6978C104.498 99.9078 104.655 100.118 104.883 100.1H108.871C109.046 100.1 109.186 99.9777 109.221 99.8028L115.728 64.0459C115.763 63.836 115.606 63.6436 115.378 63.6436H111.338C111.163 63.6436 111.023 63.766 110.988 63.9409Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M105.547 73.8594L109.203 99.715C109.238 99.9249 109.081 100.117 108.853 100.117H104.813C104.638 100.117 104.498 99.9948 104.463 99.8374L100.807 73.8419C100.929 73.562 101.069 73.562 101.296 73.562H105.18C105.355 73.562 105.512 73.7019 105.547 73.8769%27 fill=%27white%27/%3E%3Cpath d=%27M100.824 73.8425L94.4219 109.634C94.3869 109.844 94.5443 110.037 94.7717 110.037H98.6727C98.9001 110.037 99.0226 109.897 99.0575 109.739L105.565 73.9824C105.6 73.7725 105.442 73.5801 105.215 73.5801H101.174C100.999 73.5801 100.859 73.685 100.824 73.86%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M95.2617 83.761L99.0402 109.599C99.0752 109.809 98.9178 110.019 98.6904 110.019H94.6495C94.4746 110.019 94.3346 109.896 94.2996 109.739L90.6436 83.7259C90.766 83.4461 90.9059 83.446 91.1334 83.446H94.8944C95.0693 83.446 95.2267 83.586 95.2617 83.761Z%27 fill=%27white%27/%3E%3Cpath d=%27M90.5213 83.6385L84.0664 119.395C84.0314 119.605 84.1888 119.815 84.4162 119.798H88.4047C88.5796 119.798 88.7196 119.675 88.7546 119.5L95.262 83.7434C95.2969 83.5335 95.1395 83.3411 94.9121 83.3411H90.8712C90.6963 83.3411 90.5563 83.4635 90.5213 83.6385Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M85.081 93.5751L88.737 119.413C88.772 119.623 88.6146 119.816 88.3872 119.816H84.3463C84.1713 119.816 84.0314 119.693 83.9964 119.536L80.3403 93.5402C80.4628 93.2603 80.6027 93.2603 80.8301 93.2603H84.7136C84.8885 93.2603 85.046 93.4002 85.081 93.5751Z%27 fill=%27white%27/%3E%3Cpath d=%27M80.3575 93.5403L73.9551 129.332C73.9201 129.542 74.0775 129.735 74.3049 129.735H78.2059C78.4333 129.735 78.5557 129.595 78.5907 129.437L85.0981 93.6802C85.1331 93.4703 84.9757 93.2778 84.7483 93.2778H80.7074C80.5325 93.2778 80.3925 93.3828 80.3575 93.5577%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M74.7944 103.459L78.573 129.297C78.6079 129.507 78.4505 129.717 78.2231 129.717H74.1822C74.0073 129.717 73.8673 129.594 73.8323 129.437L70.1763 103.424C70.2987 103.144 70.4387 103.144 70.6661 103.144H74.4271C74.602 103.144 74.7595 103.284 74.7944 103.459Z%27 fill=%27white%27/%3E%3Cpath d=%27M70.0536 103.441L63.5986 139.198C63.5636 139.408 63.7211 139.618 63.9485 139.601H67.9369C68.1118 139.601 68.2518 139.478 68.2868 139.303L74.7942 103.546C74.8292 103.336 74.6717 103.144 74.4443 103.144H70.4034C70.2285 103.144 70.0886 103.267 70.0536 103.441Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M64.6308 113.361L68.2868 139.199C68.3218 139.409 68.1644 139.601 67.937 139.601H63.8961C63.7211 139.601 63.5812 139.479 63.5462 139.321L59.8901 113.326C60.0126 113.046 60.1525 113.046 60.3799 113.046H64.2634C64.4383 113.046 64.5958 113.186 64.6308 113.361Z%27 fill=%27white%27/%3E%3Cpath d=%27M59.8907 113.343L53.4883 149.135C53.4533 149.345 53.6107 149.537 53.8381 149.537H57.7391C57.9665 149.537 58.0889 149.397 58.1239 149.24L64.6314 113.483C64.6663 113.273 64.4914 113.081 64.2815 113.081H60.2406C60.0657 113.081 59.9257 113.186 59.8907 113.36%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M54.3272 123.261L58.1057 149.117C58.1407 149.327 57.9832 149.537 57.7558 149.537H53.7149C53.54 149.537 53.4 149.414 53.365 149.257L49.709 123.244C49.8314 122.964 49.9714 122.964 50.1988 122.964H53.9598C54.1347 122.964 54.2922 123.104 54.3272 123.279%27 fill=%27white%27/%3E%3Cpath d=%27M49.5868 123.139L43.1318 158.896C43.0968 159.106 43.2543 159.316 43.4817 159.298H47.4701C47.645 159.298 47.785 159.158 47.82 159.001L54.3274 123.244C54.3624 123.034 54.205 122.842 53.9775 122.842H49.9366C49.7617 122.842 49.6218 122.964 49.5868 123.139Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M44.164 133.076L47.82 158.914C47.855 159.124 47.6976 159.316 47.4702 159.316H43.4293C43.2543 159.316 43.1144 159.194 43.0794 159.036L39.4233 133.041C39.5458 132.761 39.6857 132.761 39.9131 132.761H43.7966C43.9715 132.761 44.129 132.901 44.164 133.076Z%27 fill=%27white%27/%3E%3Cpath d=%27M39.4239 133.04L33.0215 168.832C32.9865 169.042 33.1439 169.235 33.3713 169.235H37.2723C37.4997 169.235 37.6222 169.095 37.6571 168.937L44.1646 133.18C44.1996 132.971 44.0421 132.778 43.8147 132.778H39.7738C39.5989 132.778 39.4589 132.883 39.4239 133.058%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M33.8608 142.977L37.6393 168.815C37.6743 169.025 37.5169 169.235 37.2895 169.235H33.2486C33.0737 169.235 32.9337 169.112 32.8987 168.955L29.2427 142.942C29.3651 142.662 29.5051 142.662 29.7325 142.662H33.4935C33.6684 142.662 33.8259 142.802 33.8608 142.977Z%27 fill=%27white%27/%3E%3Cpath d=%27M29.12 142.96L22.665 178.716C22.63 178.926 22.7875 179.136 23.0149 179.119H27.0033C27.1782 179.119 27.3182 178.996 27.3532 178.821L33.8606 143.064C33.8956 142.855 33.7381 142.662 33.5107 142.662H29.4698C29.2949 142.662 29.155 142.785 29.12 142.96Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M23.6796 152.878L27.3356 178.716C27.3706 178.926 27.2132 179.119 26.9858 179.119H22.9449C22.7699 179.119 22.63 178.996 22.595 178.839L18.939 152.843C19.0614 152.563 19.2014 152.563 19.4288 152.563H23.3122C23.4872 152.563 23.6446 152.703 23.6796 152.878Z%27 fill=%27white%27/%3E%3Cpath d=%27M18.9391 152.843L12.5366 188.635C12.5016 188.845 12.6591 189.037 12.8865 189.037H16.7874C17.0148 189.037 17.1373 188.897 17.1723 188.74L23.6797 152.983C23.7147 152.773 23.5572 152.581 23.3298 152.581H19.2889C19.114 152.581 18.9741 152.686 18.9391 152.86%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M13.3941 162.78L17.1726 188.618C17.2076 188.828 17.0501 189.038 16.8227 189.038H12.7818C12.6069 189.038 12.4669 188.915 12.4319 188.758L8.77588 162.745C8.89833 162.465 9.03827 162.465 9.26568 162.465H13.0267C13.2016 162.465 13.3591 162.605 13.3941 162.78Z%27 fill=%27white%27/%3E%3Cpath d=%27M8.65318 162.657L2.19823 198.414C2.16324 198.624 2.32069 198.834 2.5481 198.816H6.53652C6.71145 198.816 6.85139 198.694 6.88637 198.519L13.3938 162.762C13.4288 162.552 13.2714 162.359 13.0439 162.359H9.00305C8.82812 162.359 8.68817 162.482 8.65318 162.657Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M3.21328 172.576L6.86934 198.414C6.90433 198.624 6.74688 198.816 6.51947 198.816H2.47857C2.30364 198.816 2.1637 198.694 2.12872 198.536L-1.52734 172.541C-1.40489 172.261 -1.26495 172.261 -1.03754 172.261H2.84593C3.02086 172.261 3.17829 172.401 3.21328 172.576Z%27 fill=%27white%27/%3E%3Cpath d=%27M237.446 -25.7324L230.991 10.0245C230.956 10.2344 231.113 10.4444 231.341 10.4269H235.329C235.504 10.4269 235.644 10.3044 235.679 10.1295L242.186 -25.6274C242.221 -25.8373 242.064 -26.0298 241.836 -26.0298H237.796C237.621 -26.0298 237.481 -25.9074 237.446 -25.7324Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M232.022 -15.8135L235.678 10.0245C235.713 10.2344 235.555 10.4269 235.328 10.4269H231.287C231.112 10.4269 230.972 10.3044 230.937 10.147L227.281 -15.8485C227.404 -16.1284 227.544 -16.1284 227.771 -16.1284H231.655C231.829 -16.1284 231.987 -15.9885 232.022 -15.8135Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.282 -15.8494L220.879 19.9425C220.844 20.1524 221.002 20.3449 221.229 20.3449H225.13C225.358 20.3449 225.48 20.2049 225.515 20.0475L232.022 -15.7094C232.057 -15.9194 231.883 -16.1118 231.673 -16.1118H227.632C227.457 -16.1118 227.317 -16.0068 227.282 -15.8319%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M221.719 -5.91242L225.497 19.9256C225.532 20.1355 225.375 20.3455 225.147 20.3455H221.106C220.932 20.3455 220.792 20.223 220.757 20.0656L217.101 -5.94739C217.223 -6.22729 217.363 -6.22729 217.59 -6.22729H221.351C221.526 -6.22729 221.684 -6.08736 221.719 -5.91242Z%27 fill=%27white%27/%3E%3Cpath d=%27M216.978 -6.03491L210.523 29.722C210.488 29.9319 210.646 30.1419 210.873 30.1244H214.862C215.037 30.1244 215.177 30.0019 215.212 29.827L221.719 -5.92996C221.754 -6.13988 221.597 -6.33228 221.369 -6.33228H217.328C217.153 -6.33228 217.013 -6.20985 216.978 -6.03491Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M211.555 3.88451L215.211 29.7225C215.246 29.9325 215.089 30.1249 214.861 30.1249H210.82C210.645 30.1249 210.505 30.0024 210.471 29.845L206.814 3.84948C206.937 3.56959 207.077 3.56958 207.304 3.56958H211.188C211.363 3.56958 211.52 3.70957 211.555 3.88451Z%27 fill=%27white%27/%3E%3Cpath d=%27M206.815 3.86664L200.412 39.6585C200.377 39.8685 200.535 40.0609 200.762 40.0609H204.663C204.89 40.0609 205.013 39.9209 205.048 39.7635L211.555 4.00657C211.59 3.79664 211.415 3.60425 211.205 3.60425H207.164C206.989 3.60425 206.85 3.70922 206.815 3.88415%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M201.252 13.7864L205.031 39.6244C205.066 39.8343 204.908 40.0442 204.681 40.0442H200.64C200.465 40.0442 200.325 39.9218 200.29 39.7643L196.634 13.7513C196.757 13.4714 196.897 13.4714 197.124 13.4714H200.885C201.06 13.4714 201.217 13.6114 201.252 13.7864Z%27 fill=%27white%27/%3E%3Cpath d=%27M196.511 13.7689L190.056 49.5258C190.021 49.7357 190.178 49.9456 190.406 49.9281H194.394C194.569 49.9281 194.709 49.8057 194.744 49.6307L201.251 13.8738C201.286 13.6639 201.129 13.4714 200.901 13.4714H196.86C196.686 13.4714 196.546 13.5939 196.511 13.7689Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M191.072 23.7055L194.728 49.5435C194.763 49.7534 194.605 49.9459 194.378 49.9459H190.337C190.162 49.9459 190.022 49.8234 189.987 49.666L186.331 23.6705C186.454 23.3906 186.593 23.3906 186.821 23.3906H190.704C190.879 23.3906 191.037 23.5306 191.072 23.7055Z%27 fill=%27white%27/%3E%3Cpath d=%27M186.331 23.6704L179.928 59.4622C179.893 59.6722 180.051 59.8646 180.278 59.8646H184.179C184.406 59.8646 184.529 59.7246 184.564 59.5672L191.071 23.8103C191.106 23.6004 190.931 23.408 190.721 23.408H186.681C186.506 23.408 186.366 23.5129 186.331 23.6878%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M180.786 33.5888L184.564 59.4269C184.599 59.6368 184.442 59.8467 184.214 59.8467H180.173C179.998 59.8467 179.859 59.7242 179.824 59.5668L176.167 33.5538C176.29 33.2739 176.43 33.2739 176.657 33.2739H180.418C180.593 33.2739 180.751 33.4139 180.786 33.5888Z%27 fill=%27white%27/%3E%3Cpath d=%27M176.045 33.4846L169.59 69.2415C169.555 69.4515 169.712 69.6614 169.94 69.6439H173.928C174.103 69.6439 174.243 69.5214 174.278 69.3465L180.785 33.5896C180.82 33.3797 180.663 33.1873 180.436 33.1873H176.395C176.22 33.1873 176.08 33.3097 176.045 33.4846Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M170.604 43.4035L174.26 69.2415C174.295 69.4514 174.138 69.6439 173.911 69.6439H169.87C169.695 69.6439 169.555 69.5214 169.52 69.364L165.864 43.3685C165.986 43.0886 166.126 43.0886 166.354 43.0886H170.237C170.412 43.0886 170.569 43.2286 170.604 43.4035Z%27 fill=%27white%27/%3E%3Cpath d=%27M165.881 43.3684L159.479 79.1603C159.444 79.3702 159.601 79.5626 159.829 79.5626H163.73C163.957 79.5626 164.08 79.4227 164.115 79.2652L170.622 43.5083C170.657 43.2984 170.5 43.106 170.272 43.106H166.231C166.056 43.106 165.916 43.2109 165.881 43.3859%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M160.318 53.3049L164.097 79.1429C164.132 79.3529 163.974 79.5628 163.747 79.5628H159.706C159.531 79.5628 159.391 79.4403 159.356 79.2829L155.7 53.2699C155.823 52.99 155.963 52.99 156.19 52.99H159.951C160.126 52.99 160.283 53.13 160.318 53.3049Z%27 fill=%27white%27/%3E%3Cpath d=%27M155.577 53.27L149.123 89.0269C149.088 89.2369 149.245 89.4468 149.472 89.4293H153.461C153.636 89.4293 153.776 89.3068 153.811 89.1319L160.318 53.375C160.353 53.1651 160.196 52.9727 159.968 52.9727H155.927C155.752 52.9727 155.612 53.0951 155.577 53.27Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M150.137 63.2056L153.793 89.0436C153.828 89.2535 153.671 89.446 153.443 89.446H149.402C149.227 89.446 149.088 89.3235 149.053 89.166L145.396 63.1705C145.519 62.8906 145.659 62.8906 145.886 62.8906H149.77C149.945 62.8906 150.102 63.0306 150.137 63.2056Z%27 fill=%27white%27/%3E%3Cpath d=%27M145.414 63.1708L139.012 98.9627C138.977 99.1726 139.134 99.3651 139.362 99.3651H143.263C143.49 99.3651 143.612 99.2252 143.647 99.0677L150.155 63.3108C150.19 63.1009 150.032 62.9084 149.805 62.9084H145.764C145.589 62.9084 145.449 63.0134 145.414 63.1884%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M139.851 73.0905L143.63 98.9285C143.665 99.1385 143.507 99.3484 143.28 99.3484H139.239C139.064 99.3484 138.924 99.226 138.889 99.0685L135.233 73.0555C135.355 72.7756 135.495 72.7756 135.723 72.7756H139.484C139.659 72.7756 139.816 72.9156 139.851 73.0905Z%27 fill=%27white%27/%3E%3Cpath d=%27M135.11 72.9854L128.655 108.742C128.62 108.952 128.778 109.162 129.005 109.145H132.994C133.168 109.145 133.308 109.022 133.343 108.847L139.851 73.0904C139.886 72.8804 139.728 72.688 139.501 72.688H135.46C135.285 72.688 135.145 72.8105 135.11 72.9854Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M129.67 82.9035L133.326 108.742C133.361 108.951 133.204 109.144 132.977 109.144H128.936C128.761 109.144 128.621 109.021 128.586 108.864L124.93 82.8685C125.052 82.5886 125.192 82.5886 125.419 82.5886H129.303C129.478 82.5886 129.635 82.7286 129.67 82.9035Z%27 fill=%27white%27/%3E%3Cpath d=%27M124.947 82.8688L118.544 118.661C118.509 118.871 118.667 119.063 118.894 119.063H122.795C123.023 119.063 123.145 118.923 123.18 118.766L129.688 83.0088C129.722 82.7988 129.565 82.6064 129.338 82.6064H125.297C125.122 82.6064 124.982 82.7114 124.947 82.8863%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M119.385 92.8054L123.163 118.643C123.198 118.853 123.041 119.063 122.813 119.063H118.773C118.598 119.063 118.458 118.941 118.423 118.783L114.767 92.7704C114.889 92.4905 115.029 92.4905 115.256 92.4905H119.017C119.192 92.4905 119.35 92.6304 119.385 92.8054Z%27 fill=%27white%27/%3E%3Cpath d=%27M114.643 92.7878L108.188 128.545C108.153 128.755 108.311 128.965 108.538 128.947H112.527C112.702 128.947 112.842 128.807 112.877 128.65L119.384 92.8929C119.419 92.6829 119.262 92.4905 119.034 92.4905H114.993C114.818 92.4905 114.678 92.6129 114.643 92.7878Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M109.204 102.707L112.86 128.562C112.895 128.772 112.738 128.965 112.51 128.965H108.469C108.294 128.965 108.154 128.842 108.119 128.685L104.463 102.689C104.586 102.409 104.726 102.409 104.953 102.409H108.837C109.012 102.409 109.169 102.549 109.204 102.724%27 fill=%27white%27/%3E%3Cpath d=%27M104.463 102.689L98.0605 138.481C98.0255 138.691 98.183 138.883 98.4104 138.883H102.311C102.539 138.883 102.661 138.743 102.696 138.586L109.204 102.829C109.239 102.619 109.081 102.427 108.854 102.427H104.813C104.638 102.427 104.498 102.531 104.463 102.706%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M98.8999 112.608L102.678 138.464C102.713 138.673 102.556 138.883 102.329 138.883H98.2877C98.1127 138.883 97.9728 138.761 97.9378 138.603L94.2817 112.59C94.4042 112.311 94.5441 112.311 94.7715 112.311H98.5326C98.7075 112.311 98.8649 112.451 98.8999 112.625%27 fill=%27white%27/%3E%3Cpath d=%27M94.1771 112.485L87.7222 148.242C87.6872 148.452 87.8446 148.662 88.072 148.645H92.0605C92.2354 148.645 92.3753 148.505 92.4103 148.347L98.9177 112.59C98.9527 112.38 98.7953 112.188 98.5679 112.188H94.527C94.352 112.188 94.2121 112.31 94.1771 112.485Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M88.7362 122.422L92.3923 148.26C92.4273 148.47 92.2698 148.662 92.0424 148.662H88.0015C87.8266 148.662 87.6866 148.54 87.6517 148.383L83.9956 122.387C84.1181 122.107 84.258 122.107 84.4854 122.107H88.3689C88.5438 122.107 88.7012 122.247 88.7362 122.422Z%27 fill=%27white%27/%3E%3Cpath d=%27M83.9957 122.387L77.5932 158.179C77.5583 158.389 77.7157 158.581 77.9431 158.581H81.8441C82.0715 158.581 82.1939 158.441 82.2289 158.284L88.7363 122.527C88.7713 122.317 88.6139 122.125 88.3865 122.125H84.3456C84.1706 122.125 84.0307 122.229 83.9957 122.404%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M78.4331 132.306L82.2116 158.161C82.2466 158.371 82.0892 158.581 81.8618 158.581H77.8209C77.6459 158.581 77.506 158.459 77.471 158.301L73.8149 132.288C73.9374 132.008 74.0773 132.008 74.3047 132.008H78.0658C78.2407 132.008 78.3981 132.148 78.4331 132.323%27 fill=%27white%27/%3E%3Cpath d=%27M73.7098 132.288L67.2549 168.045C67.2199 168.255 67.3773 168.465 67.6047 168.447H71.5931C71.7681 168.447 71.908 168.325 71.943 168.15L78.4504 132.393C78.4854 132.183 78.328 131.99 78.1006 131.99H74.0597C73.8847 131.99 73.7448 132.113 73.7098 132.288Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M68.2694 142.207L71.9255 168.045C71.9605 168.255 71.803 168.448 71.5756 168.448H67.5347C67.3598 168.448 67.2198 168.325 67.1849 168.168L63.5288 142.172C63.6513 141.892 63.7912 141.892 64.0186 141.892H67.9021C68.077 141.892 68.2344 142.032 68.2694 142.207Z%27 fill=%27white%27/%3E%3Cpath d=%27M63.5465 142.189L57.144 177.981C57.109 178.191 57.2665 178.384 57.4939 178.384H61.3948C61.6223 178.384 61.7447 178.244 61.7797 178.086L68.2871 142.329C68.3221 142.119 68.1647 141.927 67.9373 141.927H63.8964C63.7214 141.927 63.5815 142.032 63.5465 142.207%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M57.9839 152.109L61.7624 177.947C61.7974 178.157 61.64 178.367 61.4126 178.367H57.3716C57.1967 178.367 57.0568 178.245 57.0218 178.087L53.3657 152.074C53.4882 151.794 53.6281 151.794 53.8555 151.794H57.6165C57.7915 151.794 57.9489 151.934 57.9839 152.109Z%27 fill=%27white%27/%3E%3Cpath d=%27M53.2435 151.986L46.7886 187.743C46.7536 187.953 46.911 188.163 47.1384 188.146H51.1268C51.3018 188.146 51.4417 188.023 51.4767 187.848L57.9841 152.091C58.0191 151.881 57.8617 151.672 57.6343 151.689H53.5934C53.4184 151.689 53.2785 151.811 53.2435 151.986Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M47.8026 161.922L51.4587 187.76C51.4937 187.97 51.3363 188.162 51.1088 188.162H47.0679C46.893 188.162 46.7531 188.04 46.7181 187.883L43.062 161.887C43.1845 161.607 43.3244 161.607 43.5518 161.607H47.4353C47.6102 161.607 47.7677 161.747 47.8026 161.922Z%27 fill=%27white%27/%3E%3Cpath d=%27M43.0792 161.887L36.6767 197.679C36.6418 197.889 36.7992 198.082 37.0266 198.082H40.9276C41.155 198.082 41.2774 197.942 41.3124 197.784L47.8198 162.027C47.8548 161.817 47.6974 161.625 47.47 161.625H43.4291C43.2541 161.625 43.1142 161.73 43.0792 161.905%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M37.5171 171.807L41.2956 197.645C41.3306 197.855 41.1732 198.064 40.9457 198.064H36.9048C36.7299 198.064 36.59 197.942 36.555 197.785L32.8989 171.772C33.0214 171.492 33.1613 171.492 33.3887 171.492H37.1497C37.3247 171.492 37.4821 171.632 37.5171 171.807Z%27 fill=%27white%27/%3E%3Cpath d=%27M32.7581 171.789L26.3032 207.546C26.2682 207.756 26.4257 207.966 26.6531 207.948H30.6415C30.8164 207.948 30.9564 207.826 30.9914 207.651L37.4988 171.894C37.5338 171.684 37.3763 171.492 37.1489 171.492H33.108C32.9331 171.492 32.7931 171.614 32.7581 171.789Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M27.3358 181.726L30.9919 207.564C31.0269 207.774 30.8694 207.966 30.642 207.966H26.6011C26.4262 207.966 26.2862 207.844 26.2513 207.686L22.5952 181.691C22.7177 181.411 22.8576 181.411 23.085 181.411H26.9685C27.1434 181.411 27.3009 181.551 27.3358 181.726Z%27 fill=%27white%27/%3E%3Cpath d=%27M22.5953 181.691L16.1929 217.482C16.1579 217.692 16.3153 217.885 16.5427 217.885H20.4437C20.6711 217.885 20.7935 217.745 20.8285 217.57L27.336 181.813C27.3709 181.603 27.2135 181.411 26.9861 181.411H22.9452C22.7703 181.411 22.6303 181.516 22.5953 181.691Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M17.0327 191.609L20.8112 217.447C20.8462 217.657 20.6888 217.867 20.4614 217.867H16.4205C16.2455 217.867 16.1056 217.745 16.0706 217.587L12.4146 191.574C12.537 191.294 12.6769 191.294 12.9044 191.294H16.6654C16.8403 191.294 16.9977 191.434 17.0327 191.609Z%27 fill=%27white%27/%3E%3Cpath d=%27M12.3089 191.504L5.85399 227.261C5.819 227.471 5.97643 227.681 6.20384 227.663H10.1923C10.3672 227.663 10.5071 227.541 10.5421 227.366L17.0496 191.609C17.0846 191.399 16.9271 191.207 16.6997 191.207H12.6588C12.4839 191.207 12.3439 191.329 12.3089 191.504Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M6.86855 201.423L10.5246 227.261C10.5596 227.471 10.4022 227.664 10.1747 227.664H6.13383C5.9589 227.664 5.81896 227.541 5.78398 227.384L2.12793 201.388C2.25038 201.108 2.39032 201.108 2.61773 201.108H6.5012C6.67613 201.108 6.83357 201.248 6.86855 201.423Z%27 fill=%27white%27/%3E%3Cpath d=%27M2.12805 201.388L-4.27443 237.18C-4.30942 237.39 -4.15198 237.583 -3.92457 237.583H-0.0236096C0.203801 237.583 0.326254 237.443 0.36124 237.268L6.86867 201.511C6.90366 201.301 6.74621 201.108 6.5188 201.108H2.4779C2.30297 201.108 2.16303 201.213 2.12805 201.388Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M271.976 -26.3795L265.574 9.41249C265.539 9.62241 265.696 9.81481 265.924 9.81481H269.825C270.052 9.81481 270.174 9.67489 270.209 9.51744L276.717 -26.2395C276.752 -26.4494 276.577 -26.6418 276.367 -26.6418H272.326C272.151 -26.6418 272.011 -26.5369 271.976 -26.3619%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M266.431 -16.461L270.21 9.37702C270.245 9.58694 270.087 9.79691 269.86 9.79691H265.819C265.644 9.79691 265.504 9.67444 265.469 9.517L261.813 -16.496C261.935 -16.7759 262.075 -16.7759 262.303 -16.7759H266.064C266.239 -16.7759 266.396 -16.6359 266.431 -16.461Z%27 fill=%27white%27/%3E%3Cpath d=%27M261.691 -16.5835L255.236 19.1734C255.201 19.3833 255.358 19.5933 255.586 19.5758H259.574C259.749 19.5758 259.889 19.4533 259.924 19.2784L266.431 -16.4785C266.466 -16.6885 266.309 -16.8809 266.082 -16.8809H262.041C261.866 -16.8809 261.726 -16.7584 261.691 -16.5835Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M256.25 -6.6468L259.906 19.1913C259.941 19.4012 259.784 19.5936 259.556 19.5936H255.515C255.34 19.5936 255.2 19.4711 255.165 19.3137L251.509 -6.68177C251.632 -6.96166 251.772 -6.96167 251.999 -6.96167H255.883C256.057 -6.96167 256.215 -6.82173 256.25 -6.6468Z%27 fill=%27white%27/%3E%3Cpath d=%27M251.526 -6.68194L245.124 29.1099C245.089 29.3199 245.246 29.5123 245.474 29.5123H249.375C249.602 29.5123 249.725 29.3723 249.76 29.2149L256.267 -6.54202C256.302 -6.75194 256.127 -6.94434 255.917 -6.94434H251.876C251.701 -6.94434 251.561 -6.83937 251.526 -6.66443%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M245.964 3.2368L249.742 29.0748C249.777 29.2848 249.62 29.4947 249.393 29.4947H245.352C245.177 29.4947 245.037 29.3722 245.002 29.2148L241.346 3.20178C241.468 2.92188 241.608 2.92188 241.836 2.92188H245.597C245.771 2.92188 245.929 3.06186 245.964 3.2368Z%27 fill=%27white%27/%3E%3Cpath d=%27M241.223 3.21929L234.769 38.9762C234.734 39.1861 234.891 39.396 235.118 39.3785H239.107C239.282 39.3785 239.422 39.2561 239.457 39.0812L245.964 3.32425C245.999 3.11432 245.842 2.92188 245.614 2.92188H241.573C241.398 2.92188 241.258 3.04435 241.223 3.21929Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M235.783 13.1396L239.439 38.9777C239.474 39.1876 239.317 39.38 239.089 39.38H235.048C234.873 39.38 234.734 39.2576 234.699 39.1001L231.042 13.1046C231.165 12.8247 231.305 12.8247 231.532 12.8247H235.416C235.591 12.8247 235.748 12.9646 235.783 13.1396Z%27 fill=%27white%27/%3E%3Cpath d=%27M231.061 13.1218L224.658 48.9137C224.623 49.1236 224.781 49.316 225.008 49.316H228.909C229.136 49.316 229.259 49.1761 229.294 49.0186L235.801 13.2617C235.836 13.0518 235.679 12.8594 235.451 12.8594H231.411C231.236 12.8594 231.096 12.9643 231.061 13.1392%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M225.497 23.0405L229.276 48.8785C229.311 49.0885 229.153 49.2984 228.926 49.2984H224.885C224.71 49.2984 224.57 49.1759 224.535 49.0185L220.879 23.0055C221.001 22.7256 221.141 22.7256 221.369 22.7256H225.13C225.305 22.7256 225.462 22.8655 225.497 23.0405Z%27 fill=%27white%27/%3E%3Cpath d=%27M220.757 22.918L214.302 58.6749C214.267 58.8848 214.424 59.0948 214.652 59.0773H218.64C218.815 59.0773 218.955 58.9548 218.99 58.7799L225.497 23.023C225.532 22.8131 225.375 22.6206 225.147 22.6206H221.107C220.932 22.6206 220.792 22.7431 220.757 22.918Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M215.316 32.8544L218.972 58.6925C219.007 58.9024 218.85 59.0948 218.622 59.0948H214.582C214.407 59.0948 214.267 58.9724 214.232 58.8149L210.576 32.8194C210.698 32.5395 210.838 32.5396 211.065 32.5396H214.949C215.124 32.5396 215.281 32.6795 215.316 32.8544Z%27 fill=%27white%27/%3E%3Cpath d=%27M210.593 32.8198L204.191 68.6117C204.156 68.8216 204.313 69.014 204.541 69.014H208.442C208.669 69.014 208.792 68.8741 208.827 68.7167L215.334 32.9597C215.369 32.7498 215.212 32.5574 214.984 32.5574H210.943C210.768 32.5574 210.628 32.6623 210.593 32.8373%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M205.031 42.7385L208.81 68.5765C208.845 68.7864 208.687 68.9964 208.46 68.9964H204.419C204.244 68.9964 204.104 68.8739 204.069 68.7165L200.413 42.7035C200.536 42.4236 200.675 42.4236 200.903 42.4236H204.664C204.839 42.4236 204.996 42.5635 205.031 42.7385Z%27 fill=%27white%27/%3E%3Cpath d=%27M200.29 42.7388L193.835 78.4957C193.8 78.7057 193.958 78.9156 194.185 78.8981H198.174C198.349 78.8981 198.489 78.7756 198.524 78.6007L205.031 42.8438C205.066 42.6339 204.909 42.4414 204.681 42.4414H200.64C200.465 42.4414 200.325 42.5639 200.29 42.7388Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M194.85 52.6572L198.506 78.4952C198.541 78.7052 198.384 78.8976 198.156 78.8976H194.115C193.94 78.8976 193.8 78.7752 193.765 78.6177L190.109 52.6222C190.232 52.3423 190.372 52.3423 190.599 52.3423H194.483C194.658 52.3423 194.815 52.4823 194.85 52.6572Z%27 fill=%27white%27/%3E%3Cpath d=%27M190.109 52.6225L183.707 88.4144C183.672 88.6243 183.829 88.8168 184.056 88.8168H187.957C188.185 88.8168 188.307 88.6768 188.342 88.5194L194.85 52.7625C194.885 52.5526 194.71 52.3601 194.5 52.3601H190.459C190.284 52.3601 190.144 52.4651 190.109 52.64%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M184.546 62.5588L188.324 88.3969C188.359 88.6068 188.202 88.8167 187.975 88.8167H183.934C183.759 88.8167 183.619 88.6942 183.584 88.5368L179.928 62.5238C180.05 62.2439 180.19 62.2439 180.418 62.2439H184.179C184.353 62.2439 184.511 62.3838 184.546 62.5588Z%27 fill=%27white%27/%3E%3Cpath d=%27M179.823 62.4363L173.368 98.1933C173.333 98.4032 173.491 98.6131 173.718 98.5956H177.706C177.881 98.5956 178.021 98.4731 178.056 98.2982L184.564 62.5413C184.599 62.3314 184.441 62.1389 184.214 62.1389H180.173C179.998 62.1389 179.858 62.2614 179.823 62.4363Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M174.383 72.3555L178.039 98.211C178.074 98.4209 177.916 98.6134 177.689 98.6134H173.648C173.473 98.6134 173.333 98.4909 173.298 98.3335L169.642 72.338C169.765 72.0581 169.904 72.0581 170.132 72.0581H174.015C174.19 72.0581 174.348 72.198 174.383 72.373%27 fill=%27white%27/%3E%3Cpath d=%27M169.642 72.3379L163.239 108.13C163.204 108.34 163.362 108.532 163.589 108.532H167.49C167.717 108.532 167.84 108.392 167.875 108.235L174.382 72.4778C174.417 72.2679 174.242 72.0754 174.032 72.0754H169.992C169.817 72.0754 169.677 72.1804 169.642 72.3553%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M164.079 82.2561L167.858 108.112C167.893 108.322 167.735 108.531 167.508 108.531H163.467C163.292 108.531 163.152 108.409 163.117 108.252L159.461 82.2386C159.583 81.9587 159.723 81.9587 159.951 81.9587H163.712C163.887 81.9587 164.044 82.0987 164.079 82.2736%27 fill=%27white%27/%3E%3Cpath d=%27M159.356 82.2393L152.901 117.996C152.866 118.206 153.023 118.416 153.251 118.399H157.239C157.414 118.399 157.554 118.276 157.589 118.101L164.096 82.3442C164.131 82.1343 163.974 81.9419 163.747 81.9419H159.706C159.531 81.9419 159.391 82.0643 159.356 82.2393Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M153.915 92.1581L157.571 117.996C157.606 118.206 157.449 118.399 157.222 118.399H153.181C153.006 118.399 152.866 118.276 152.831 118.119L149.175 92.1232C149.297 91.8433 149.437 91.8433 149.665 91.8433H153.548C153.723 91.8433 153.88 91.9832 153.915 92.1581Z%27 fill=%27white%27/%3E%3Cpath d=%27M149.193 92.1235L142.791 127.915C142.756 128.125 142.913 128.318 143.14 128.318H147.041C147.269 128.318 147.391 128.178 147.426 128.02L153.934 92.2635C153.969 92.0535 153.811 91.8611 153.584 91.8611H149.543C149.368 91.8611 149.228 91.9661 149.193 92.141%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M143.63 102.06L147.408 127.898C147.443 128.107 147.286 128.317 147.059 128.317H143.018C142.843 128.317 142.703 128.195 142.668 128.038L139.012 102.024C139.134 101.745 139.274 101.745 139.502 101.745H143.263C143.437 101.745 143.595 101.885 143.63 102.06Z%27 fill=%27white%27/%3E%3Cpath d=%27M138.89 101.937L132.435 137.694C132.4 137.904 132.557 138.114 132.784 138.096H136.773C136.948 138.096 137.088 137.974 137.123 137.799L143.63 102.042C143.665 101.832 143.508 101.622 143.28 101.639H139.239C139.064 101.639 138.924 101.762 138.89 101.937Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M133.449 111.856L137.105 137.694C137.14 137.904 136.982 138.096 136.755 138.096H132.714C132.539 138.096 132.399 137.974 132.364 137.816L128.708 111.821C128.83 111.541 128.97 111.541 129.198 111.541H133.081C133.256 111.541 133.414 111.681 133.449 111.856Z%27 fill=%27white%27/%3E%3Cpath d=%27M128.726 111.838L122.323 147.63C122.288 147.84 122.446 148.033 122.673 148.033H126.574C126.801 148.033 126.924 147.893 126.959 147.735L133.466 111.978C133.501 111.768 133.344 111.576 133.116 111.576H129.076C128.901 111.576 128.761 111.681 128.726 111.856%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M123.163 121.757L126.942 147.595C126.977 147.805 126.819 148.015 126.592 148.015H122.551C122.376 148.015 122.236 147.892 122.201 147.735L118.545 121.722C118.667 121.442 118.807 121.442 119.035 121.442H122.796C122.971 121.442 123.128 121.582 123.163 121.757Z%27 fill=%27white%27/%3E%3Cpath d=%27M118.405 121.739L111.95 157.496C111.915 157.706 112.073 157.916 112.3 157.899H116.288C116.463 157.899 116.603 157.759 116.638 157.601L123.146 121.844C123.181 121.634 123.023 121.442 122.796 121.442H118.755C118.58 121.442 118.44 121.564 118.405 121.739Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M112.982 131.659L116.638 157.497C116.673 157.707 116.516 157.899 116.289 157.899H112.248C112.073 157.899 111.933 157.777 111.898 157.619L108.242 131.624C108.364 131.344 108.504 131.344 108.732 131.344H112.615C112.79 131.344 112.947 131.484 112.982 131.659Z%27 fill=%27white%27/%3E%3Cpath d=%27M108.241 131.641L101.839 167.433C101.804 167.643 101.961 167.835 102.189 167.835H106.09C106.317 167.835 106.44 167.695 106.475 167.538L112.982 131.781C113.017 131.571 112.859 131.378 112.632 131.378H108.591C108.416 131.378 108.276 131.483 108.241 131.658%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M102.678 141.56L106.457 167.415C106.492 167.625 106.334 167.835 106.107 167.835H102.066C101.891 167.835 101.751 167.713 101.716 167.555L98.0601 141.542C98.1825 141.262 98.3225 141.262 98.5499 141.262H102.311C102.486 141.262 102.643 141.402 102.678 141.577%27 fill=%27white%27/%3E%3Cpath d=%27M97.9554 141.455L91.5005 177.212C91.4655 177.422 91.6229 177.632 91.8503 177.614H95.8388C96.0137 177.614 96.1536 177.492 96.1886 177.317L102.696 141.56C102.731 141.35 102.574 141.157 102.346 141.157H98.3053C98.1304 141.157 97.9904 141.28 97.9554 141.455Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M92.5151 151.373L96.1711 177.211C96.2061 177.421 96.0487 177.614 95.8212 177.614H91.7803C91.6054 177.614 91.4655 177.491 91.4305 177.334L87.7744 151.338C87.8969 151.059 88.0368 151.059 88.2642 151.059H92.1477C92.3226 151.059 92.4801 151.199 92.5151 151.373Z%27 fill=%27white%27/%3E%3Cpath d=%27M87.7745 151.339L81.3721 187.131C81.3371 187.34 81.4945 187.533 81.7219 187.533H85.6229C85.8503 187.533 85.9727 187.393 86.0077 187.235L92.5151 151.479C92.5501 151.269 92.3927 151.076 92.1653 151.076H88.1244C87.9495 151.076 87.8095 151.181 87.7745 151.356%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M82.2114 161.275L85.9899 187.113C86.0249 187.323 85.8675 187.533 85.6401 187.533H81.5992C81.4242 187.533 81.2843 187.411 81.2493 187.253L77.5933 161.24C77.7157 160.96 77.8557 160.96 78.0831 160.96H81.8441C82.019 160.96 82.1764 161.1 82.2114 161.275Z%27 fill=%27white%27/%3E%3Cpath d=%27M77.4881 161.241L71.0332 196.997C70.9982 197.207 71.1556 197.417 71.383 197.4H75.3715C75.5464 197.4 75.6863 197.277 75.7213 197.102L82.2288 161.345C82.2637 161.136 82.1063 160.926 81.8789 160.943H77.838C77.6631 160.943 77.5231 161.066 77.4881 161.241Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M72.0478 171.176L75.7038 197.014C75.7388 197.224 75.5814 197.417 75.354 197.417H71.3131C71.1381 197.417 70.9982 197.294 70.9632 197.137L67.3071 171.141C67.4296 170.861 67.5695 170.861 67.7969 170.861H71.6804C71.8553 170.861 72.0128 171.001 72.0478 171.176Z%27 fill=%27white%27/%3E%3Cpath d=%27M67.3077 171.141L60.9053 206.933C60.8703 207.143 61.0277 207.335 61.2551 207.335H65.1561C65.3835 207.335 65.5059 207.196 65.5409 207.021L72.0484 171.264C72.0833 171.054 71.9259 170.861 71.6985 170.861H67.6576C67.4826 170.861 67.3427 170.966 67.3077 171.141Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M61.7451 181.06L65.5236 206.898C65.5586 207.108 65.4012 207.318 65.1738 207.318H61.1329C60.9579 207.318 60.818 207.195 60.783 207.038L57.127 181.025C57.2494 180.745 57.3893 180.745 57.6168 180.745H61.3778C61.5527 180.745 61.7101 180.885 61.7451 181.06Z%27 fill=%27white%27/%3E%3Cpath d=%27M57.0218 180.955L50.5669 216.712C50.5319 216.922 50.6893 217.132 50.9167 217.115H54.9052C55.0801 217.115 55.22 216.992 55.255 216.817L61.7625 181.06C61.7974 180.85 61.64 180.658 61.4126 180.658H57.3717C57.1968 180.658 57.0568 180.78 57.0218 180.955Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M51.5814 190.875L55.2375 216.713C55.2725 216.923 55.115 217.115 54.8876 217.115H50.8467C50.6718 217.115 50.5319 216.993 50.4969 216.835L46.8408 190.84C46.9633 190.56 47.1032 190.56 47.3306 190.56H51.2141C51.389 190.56 51.5465 190.7 51.5814 190.875Z%27 fill=%27white%27/%3E%3Cpath d=%27M46.8404 190.84L40.438 226.632C40.403 226.842 40.5604 227.034 40.7878 227.034H44.6888C44.9162 227.034 45.0387 226.894 45.0736 226.719L51.5811 190.962C51.6161 190.752 51.4586 190.56 51.2312 190.56H47.1903C47.0154 190.56 46.8754 190.665 46.8404 190.84Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M41.2954 200.775L45.0739 226.613C45.1089 226.823 44.9515 227.033 44.7241 227.033H40.6832C40.5082 227.033 40.3683 226.911 40.3333 226.753L36.6772 200.74C36.7997 200.46 36.9396 200.46 37.1671 200.46H40.9281C41.103 200.46 41.2604 200.6 41.2954 200.775Z%27 fill=%27white%27/%3E%3Cpath d=%27M36.537 200.758L30.082 236.515C30.047 236.725 30.2045 236.935 30.4319 236.917H34.4203C34.5952 236.917 34.7352 236.795 34.7702 236.62L41.2776 200.863C41.3126 200.653 41.1551 200.46 40.9277 200.46H36.8868C36.7119 200.46 36.572 200.583 36.537 200.758Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M31.0966 210.677L34.7526 236.515C34.7876 236.725 34.6302 236.918 34.4028 236.918H30.3619C30.1869 236.918 30.047 236.795 30.012 236.638L26.356 210.642C26.4784 210.362 26.6184 210.362 26.8458 210.362H30.7292C30.9042 210.362 31.0616 210.502 31.0966 210.677Z%27 fill=%27white%27/%3E%3Cpath d=%27M26.3732 210.642L19.9707 246.434C19.9357 246.644 20.0931 246.836 20.3205 246.836H24.2215C24.4489 246.836 24.5714 246.696 24.6064 246.522L31.1138 210.765C31.1488 210.555 30.9913 210.362 30.7639 210.362H26.723C26.5481 210.362 26.4081 210.467 26.3732 210.642Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M20.8111 220.578L24.5896 246.416C24.6245 246.626 24.4671 246.836 24.2397 246.836H20.1988C20.0239 246.836 19.8839 246.714 19.8489 246.556L16.1929 220.543C16.3153 220.263 16.4553 220.263 16.6827 220.263H20.4437C20.6186 220.263 20.7761 220.403 20.8111 220.578Z%27 fill=%27white%27/%3E%3Cpath d=%27M16.0702 220.457L9.61522 256.213C9.58023 256.423 9.73767 256.633 9.96508 256.616H13.9535C14.1284 256.616 14.2684 256.493 14.3034 256.318L20.8108 220.561C20.8458 220.352 20.6883 220.159 20.4609 220.159H16.42C16.2451 220.159 16.1051 220.282 16.0702 220.457Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M10.6469 230.375L14.3029 256.213C14.3379 256.423 14.1805 256.615 13.9531 256.615H9.91217C9.73724 256.615 9.5973 256.493 9.56231 256.335L5.90625 230.34C6.0287 230.06 6.16864 230.06 6.39605 230.06H10.2795C10.4545 230.06 10.6119 230.2 10.6469 230.375Z%27 fill=%27white%27/%3E%3Cpath d=%27M5.90733 230.357L-0.495133 266.149C-0.530119 266.359 -0.372687 266.551 -0.145276 266.551H3.75569C3.9831 266.551 4.10554 266.411 4.14052 266.236L10.648 230.48C10.6829 230.27 10.5255 230.077 10.2981 230.077H6.2572C6.08227 230.077 5.94232 230.182 5.90733 230.357Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.385 -27.1494L299.93 8.60751C299.895 8.81743 300.053 9.02737 300.28 9.00988H304.268C304.443 9.00988 304.583 8.8874 304.618 8.71246L311.126 -27.0445C311.161 -27.2544 311.003 -27.4468 310.776 -27.4468H306.735C306.56 -27.4468 306.42 -27.3244 306.385 -27.1494Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M300.963 -17.2132L304.619 8.62488C304.654 8.8348 304.496 9.02725 304.269 9.02725H300.228C300.053 9.02725 299.913 8.90479 299.878 8.74735L296.222 -17.2482C296.345 -17.5281 296.485 -17.5281 296.712 -17.5281H300.595C300.77 -17.5281 300.928 -17.3881 300.963 -17.2132Z%27 fill=%27white%27/%3E%3Cpath d=%27M296.222 -17.2479L289.819 18.5441C289.784 18.754 289.942 18.9464 290.169 18.9464H294.07C294.298 18.9464 294.42 18.8065 294.455 18.649L300.962 -17.1079C300.997 -17.3178 300.822 -17.5103 300.613 -17.5103H296.572C296.397 -17.5103 296.257 -17.4053 296.222 -17.2303%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M290.659 -7.32917L294.438 18.5089C294.473 18.7188 294.315 18.9287 294.088 18.9287H290.047C289.872 18.9287 289.732 18.8063 289.697 18.6488L286.041 -7.36419C286.163 -7.64409 286.303 -7.64404 286.531 -7.64404H290.292C290.467 -7.64404 290.624 -7.50411 290.659 -7.32917Z%27 fill=%27white%27/%3E%3Cpath d=%27M285.919 -7.32929L279.464 28.4276C279.429 28.6376 279.586 28.8474 279.814 28.8299H283.802C283.977 28.8299 284.117 28.7075 284.152 28.5326L290.659 -7.22434C290.694 -7.43426 290.537 -7.62671 290.31 -7.62671H286.269C286.094 -7.62671 285.954 -7.50423 285.919 -7.32929Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M280.478 2.58977L284.134 28.4279C284.169 28.6378 284.012 28.8302 283.784 28.8302H279.743C279.568 28.8302 279.428 28.7077 279.393 28.5503L275.737 2.55481C275.86 2.27491 276 2.2749 276.227 2.2749H280.111C280.286 2.2749 280.443 2.41484 280.478 2.58977Z%27 fill=%27white%27/%3E%3Cpath d=%27M275.737 2.55487L269.335 38.3468C269.3 38.5567 269.457 38.7491 269.685 38.7491H273.586C273.813 38.7491 273.936 38.6092 273.971 38.4517L280.478 2.6948C280.513 2.48488 280.356 2.29248 280.128 2.29248H276.087C275.912 2.29248 275.772 2.39745 275.737 2.57238%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M270.192 12.4919L273.971 38.33C274.006 38.5399 273.848 38.7498 273.621 38.7498H269.58C269.405 38.7498 269.265 38.6273 269.23 38.4699L265.574 12.4569C265.697 12.177 265.837 12.177 266.064 12.177H269.825C270 12.177 270.157 12.3169 270.192 12.4919Z%27 fill=%27white%27/%3E%3Cpath d=%27M265.452 12.3694L258.997 48.1263C258.962 48.3362 259.119 48.5462 259.346 48.5287H263.335C263.51 48.5287 263.65 48.4062 263.685 48.2313L270.192 12.4744C270.227 12.2645 270.07 12.072 269.842 12.072H265.801C265.626 12.072 265.487 12.1944 265.452 12.3694Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M260.012 22.2885L263.668 48.1265C263.703 48.3365 263.545 48.5289 263.318 48.5289H259.277C259.102 48.5289 258.962 48.4064 258.927 48.249L255.271 22.2535C255.393 21.9736 255.533 21.9736 255.761 21.9736H259.644C259.819 21.9736 259.977 22.1136 260.012 22.2885Z%27 fill=%27white%27/%3E%3Cpath d=%27M255.288 22.2712L248.886 58.0631C248.851 58.273 249.008 58.4654 249.236 58.4654H253.137C253.364 58.4654 253.486 58.3255 253.521 58.1681L260.029 22.4112C260.064 22.2012 259.906 22.0088 259.679 22.0088H255.638C255.463 22.0088 255.323 22.1138 255.288 22.2887%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M249.725 32.1899L253.504 58.0279C253.539 58.2378 253.381 58.4478 253.154 58.4478H249.113C248.938 58.4478 248.798 58.3253 248.763 58.1679L245.107 32.1549C245.229 31.875 245.369 31.875 245.597 31.875H249.358C249.533 31.875 249.69 32.0149 249.725 32.1899Z%27 fill=%27white%27/%3E%3Cpath d=%27M244.984 32.1724L238.529 67.9293C238.494 68.1392 238.652 68.3491 238.879 68.3317H242.868C243.042 68.3317 243.182 68.2092 243.217 68.0342L249.725 32.2773C249.76 32.0674 249.602 31.875 249.375 31.875H245.334C245.159 31.875 245.019 31.9974 244.984 32.1724Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M239.544 42.0917L243.2 67.9298C243.235 68.1397 243.077 68.3321 242.85 68.3321H238.809C238.634 68.3321 238.494 68.2097 238.459 68.0522L234.803 42.0567C234.926 41.7768 235.066 41.7769 235.293 41.7769H239.176C239.351 41.7769 239.509 41.9168 239.544 42.0917Z%27 fill=%27white%27/%3E%3Cpath d=%27M234.821 42.0561L228.419 77.848C228.384 78.058 228.541 78.2504 228.769 78.2504H232.67C232.897 78.2504 233.02 78.1104 233.055 77.953L239.562 42.1961C239.597 41.9861 239.422 41.7937 239.212 41.7937H235.171C234.996 41.7937 234.856 41.8987 234.821 42.0736%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M229.258 51.9927L233.037 77.8307C233.072 78.0406 232.914 78.2505 232.687 78.2505H228.646C228.471 78.2505 228.331 78.1281 228.296 77.9706L224.64 51.9576C224.763 51.6777 224.903 51.6777 225.13 51.6777H228.891C229.066 51.6777 229.223 51.8177 229.258 51.9927Z%27 fill=%27white%27/%3E%3Cpath d=%27M224.518 51.8704L218.063 87.6273C218.028 87.8373 218.185 88.0471 218.413 88.0297H222.401C222.576 88.0297 222.716 87.9072 222.751 87.7323L229.259 51.9754C229.294 51.7654 229.136 51.573 228.909 51.573H224.868C224.693 51.573 224.553 51.6955 224.518 51.8704Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M219.078 61.7892L222.734 87.6273C222.769 87.8372 222.612 88.0296 222.384 88.0296H218.343C218.168 88.0296 218.028 87.9072 217.993 87.7498L214.337 61.7543C214.46 61.4744 214.6 61.4744 214.827 61.4744H218.711C218.886 61.4744 219.043 61.6143 219.078 61.7892Z%27 fill=%27white%27/%3E%3Cpath d=%27M214.355 61.7714L207.952 97.5633C207.917 97.7732 208.075 97.9657 208.302 97.9657H212.203C212.43 97.9657 212.553 97.8257 212.588 97.6683L219.095 61.9114C219.13 61.7014 218.955 61.509 218.745 61.509H214.704C214.53 61.509 214.39 61.6139 214.355 61.7889%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M208.792 71.6904L212.57 97.5284C212.605 97.7384 212.448 97.9483 212.22 97.9483H208.179C208.004 97.9483 207.864 97.8258 207.829 97.6684L204.173 71.6554C204.296 71.3755 204.436 71.3755 204.663 71.3755H208.424C208.599 71.3755 208.757 71.5154 208.792 71.6904Z%27 fill=%27white%27/%3E%3Cpath d=%27M204.051 71.6729L197.596 107.43C197.561 107.64 197.719 107.85 197.946 107.832H201.934C202.109 107.832 202.249 107.71 202.284 107.535L208.792 71.7779C208.827 71.5679 208.669 71.3755 208.442 71.3755H204.401C204.226 71.3755 204.086 71.498 204.051 71.6729Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M198.611 81.5917L202.267 107.43C202.302 107.64 202.144 107.832 201.917 107.832H197.876C197.701 107.832 197.561 107.71 197.526 107.552L193.87 81.5568C193.993 81.2769 194.133 81.2769 194.36 81.2769H198.243C198.418 81.2769 198.576 81.4168 198.611 81.5917Z%27 fill=%27white%27/%3E%3Cpath d=%27M193.87 81.5745L187.467 117.366C187.432 117.576 187.59 117.769 187.817 117.769H191.718C191.945 117.769 192.068 117.629 192.103 117.471L198.61 81.7144C198.645 81.5045 198.47 81.312 198.26 81.312H194.22C194.045 81.312 193.905 81.417 193.87 81.5919%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M188.307 91.4931L192.086 117.331C192.121 117.541 191.963 117.751 191.736 117.751H187.695C187.52 117.751 187.38 117.629 187.345 117.471L183.689 91.4581C183.811 91.1782 183.951 91.1782 184.179 91.1782H187.94C188.115 91.1782 188.272 91.3182 188.307 91.4931Z%27 fill=%27white%27/%3E%3Cpath d=%27M183.584 91.3882L177.129 127.145C177.094 127.355 177.251 127.565 177.479 127.548H181.467C181.642 127.548 181.782 127.425 181.817 127.25L188.324 91.4932C188.359 91.2833 188.202 91.0908 187.975 91.0908H183.934C183.759 91.0908 183.619 91.2133 183.584 91.3882Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M178.143 101.307L181.799 127.145C181.834 127.355 181.677 127.548 181.45 127.548H177.409C177.234 127.548 177.094 127.425 177.059 127.268L173.403 101.272C173.525 100.992 173.665 100.992 173.893 100.992H177.776C177.951 100.992 178.108 101.132 178.143 101.307Z%27 fill=%27white%27/%3E%3Cpath d=%27M173.403 101.272L167.001 137.064C166.966 137.274 167.123 137.467 167.351 137.467H171.252C171.479 137.467 171.602 137.327 171.637 137.169L178.144 101.412C178.179 101.202 178.004 101.01 177.794 101.01H173.753C173.578 101.01 173.438 101.115 173.403 101.29%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M167.84 111.208L171.618 137.047C171.653 137.256 171.496 137.466 171.269 137.466H167.228C167.053 137.466 166.913 137.344 166.878 137.186L163.222 111.173C163.344 110.894 163.484 110.894 163.711 110.894H167.473C167.647 110.894 167.805 111.033 167.84 111.208Z%27 fill=%27white%27/%3E%3Cpath d=%27M163.117 111.174L156.662 146.931C156.627 147.14 156.785 147.35 157.012 147.333H161C161.175 147.333 161.315 147.21 161.35 147.036L167.858 111.279C167.893 111.069 167.735 110.859 167.508 110.876H163.467C163.292 110.876 163.152 110.999 163.117 111.174Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M157.677 121.11L161.333 146.948C161.368 147.158 161.21 147.35 160.983 147.35H156.942C156.767 147.35 156.627 147.228 156.592 147.07L152.936 121.075C153.058 120.795 153.198 120.795 153.426 120.795H157.309C157.484 120.795 157.642 120.935 157.677 121.11Z%27 fill=%27white%27/%3E%3Cpath d=%27M152.953 121.075L146.551 156.867C146.516 157.077 146.673 157.269 146.901 157.269H150.802C151.029 157.269 151.151 157.129 151.186 156.972L157.694 121.215C157.729 121.005 157.571 120.813 157.344 120.813H153.303C153.128 120.813 152.988 120.918 152.953 121.093%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M147.391 130.994L151.17 156.832C151.205 157.042 151.047 157.251 150.82 157.251H146.779C146.604 157.251 146.464 157.129 146.429 156.972L142.773 130.959C142.895 130.679 143.035 130.679 143.263 130.679H147.024C147.199 130.679 147.356 130.819 147.391 130.994Z%27 fill=%27white%27/%3E%3Cpath d=%27M142.65 130.889L136.195 166.646C136.16 166.856 136.318 167.066 136.545 167.049H140.534C140.709 167.049 140.848 166.926 140.883 166.751L147.391 130.994C147.426 130.785 147.268 130.575 147.041 130.592H143C142.825 130.592 142.685 130.715 142.65 130.889Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M137.21 140.808L140.866 166.646C140.901 166.855 140.743 167.048 140.516 167.048H136.475C136.3 167.048 136.16 166.925 136.125 166.768L132.469 140.773C132.592 140.493 132.732 140.493 132.959 140.493H136.843C137.017 140.493 137.175 140.633 137.21 140.808Z%27 fill=%27white%27/%3E%3Cpath d=%27M132.487 140.773L126.084 176.565C126.049 176.775 126.207 176.967 126.434 176.967H130.335C130.563 176.967 130.685 176.827 130.72 176.67L137.228 140.913C137.263 140.703 137.105 140.51 136.878 140.51H132.837C132.662 140.51 132.522 140.615 132.487 140.79%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M126.924 150.709L130.702 176.547C130.737 176.757 130.58 176.967 130.352 176.967H126.312C126.137 176.967 125.997 176.845 125.962 176.687L122.306 150.674C122.428 150.395 122.568 150.395 122.795 150.395H126.556C126.731 150.395 126.889 150.534 126.924 150.709Z%27 fill=%27white%27/%3E%3Cpath d=%27M122.166 150.692L115.711 186.449C115.676 186.659 115.833 186.869 116.061 186.851H120.049C120.224 186.851 120.364 186.729 120.399 186.554L126.907 150.797C126.941 150.587 126.784 150.395 126.557 150.395H122.516C122.341 150.395 122.201 150.517 122.166 150.692Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M116.743 160.61L120.399 186.448C120.434 186.658 120.277 186.851 120.049 186.851H116.008C115.833 186.851 115.693 186.728 115.658 186.571L112.002 160.575C112.125 160.295 112.265 160.295 112.492 160.295H116.376C116.551 160.295 116.708 160.435 116.743 160.61Z%27 fill=%27white%27/%3E%3Cpath d=%27M112.002 160.576L105.6 196.368C105.565 196.578 105.722 196.77 105.949 196.77H109.85C110.078 196.77 110.2 196.63 110.235 196.473L116.743 160.716C116.778 160.506 116.62 160.314 116.393 160.314H112.352C112.177 160.314 112.037 160.419 112.002 160.594%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M106.439 170.512L110.218 196.35C110.253 196.56 110.096 196.77 109.868 196.77H105.827C105.652 196.77 105.512 196.647 105.477 196.49L101.821 170.477C101.944 170.197 102.084 170.197 102.311 170.197H106.072C106.247 170.197 106.404 170.337 106.439 170.512Z%27 fill=%27white%27/%3E%3Cpath d=%27M101.717 170.389L95.2617 206.146C95.2267 206.356 95.3842 206.566 95.6116 206.549H99.6C99.7749 206.549 99.9149 206.426 99.9499 206.251L106.457 170.494C106.492 170.284 106.335 170.092 106.107 170.092H102.067C101.892 170.092 101.752 170.215 101.717 170.389Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M96.2763 180.308L99.9323 206.146C99.9673 206.356 99.8099 206.548 99.5824 206.548H95.5415C95.3666 206.548 95.2267 206.426 95.1917 206.268L91.5356 180.273C91.6581 179.993 91.798 179.993 92.0254 179.993H95.9089C96.0838 179.993 96.2413 180.133 96.2763 180.308Z%27 fill=%27white%27/%3E%3Cpath d=%27M91.5358 180.291L85.1333 216.083C85.0983 216.292 85.2557 216.485 85.4831 216.485H89.3841C89.6115 216.485 89.734 216.345 89.7689 216.17L96.2764 180.413C96.3114 180.203 96.1539 180.011 95.9265 180.011H91.8856C91.7107 180.011 91.5707 180.116 91.5358 180.291Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M85.9722 190.21L89.7507 216.048C89.7857 216.258 89.6282 216.468 89.4008 216.468H85.3599C85.185 216.468 85.045 216.345 85.0101 216.188L81.354 190.175C81.4765 189.895 81.6164 189.895 81.8438 189.895H85.6048C85.7798 189.895 85.9372 190.035 85.9722 190.21Z%27 fill=%27white%27/%3E%3Cpath d=%27M81.2494 190.192L74.7944 225.949C74.7594 226.159 74.9169 226.369 75.1443 226.351H79.1327C79.3077 226.351 79.4476 226.229 79.4826 226.054L85.99 190.297C86.025 190.087 85.8675 189.895 85.6401 189.895H81.5992C81.4243 189.895 81.2844 190.017 81.2494 190.192Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M75.8095 200.111L79.4655 225.949C79.5005 226.159 79.3431 226.352 79.1157 226.352H75.0748C74.8998 226.352 74.7599 226.229 74.7249 226.072L71.0688 200.076C71.1913 199.796 71.3312 199.796 71.5587 199.796H75.4421C75.617 199.796 75.7745 199.936 75.8095 200.111Z%27 fill=%27white%27/%3E%3Cpath d=%27M71.0685 200.076L64.666 235.868C64.631 236.078 64.7884 236.271 65.0159 236.271H68.9168C69.1442 236.271 69.2667 236.131 69.3017 235.956L75.8091 200.199C75.8441 199.989 75.6866 199.796 75.4592 199.796H71.4183C71.2434 199.796 71.1035 199.901 71.0685 200.076Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M65.523 210.012L69.3015 235.85C69.3364 236.06 69.179 236.27 68.9516 236.27H64.9107C64.7358 236.27 64.5958 236.148 64.5608 235.99L60.9048 209.977C61.0272 209.697 61.1672 209.697 61.3946 209.697H65.1556C65.3305 209.697 65.488 209.837 65.523 210.012Z%27 fill=%27white%27/%3E%3Cpath d=%27M60.7826 209.89L54.3276 245.647C54.2926 245.856 54.4501 246.066 54.6775 246.049H58.6659C58.8408 246.049 58.9808 245.926 59.0158 245.752L65.5232 209.995C65.5582 209.785 65.4007 209.592 65.1733 209.592H61.1324C60.9575 209.592 60.8176 209.715 60.7826 209.89Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M55.3422 219.809L58.9982 245.647C59.0332 245.857 58.8758 246.049 58.6484 246.049H54.6075C54.4326 246.049 54.2926 245.927 54.2576 245.77L50.6016 219.774C50.724 219.494 50.864 219.494 51.0914 219.494H54.9748C55.1498 219.494 55.3072 219.634 55.3422 219.809Z%27 fill=%27white%27/%3E%3Cpath d=%27M50.6012 219.791L44.1987 255.583C44.1637 255.793 44.3212 255.985 44.5486 255.985H48.4495C48.6769 255.985 48.7994 255.845 48.8344 255.671L55.3418 219.914C55.3768 219.704 55.2194 219.511 54.9919 219.511H50.951C50.7761 219.511 50.6362 219.616 50.6012 219.791Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M45.0562 229.711L48.8347 255.549C48.8697 255.759 48.7122 255.968 48.4848 255.968H44.4439C44.269 255.968 44.129 255.846 44.094 255.689L40.438 229.676C40.5604 229.396 40.7004 229.396 40.9278 229.396H44.6888C44.8637 229.396 45.0212 229.536 45.0562 229.711Z%27 fill=%27white%27/%3E%3Cpath d=%27M40.2982 229.693L33.8432 265.45C33.8083 265.66 33.9657 265.87 34.1931 265.852H38.1815C38.3565 265.852 38.4964 265.73 38.5314 265.555L45.0388 229.798C45.0738 229.588 44.9164 229.396 44.689 229.396H40.6481C40.4731 229.396 40.3332 229.518 40.2982 229.693Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M34.8749 239.629L38.531 265.467C38.5659 265.677 38.4085 265.869 38.1811 265.869H34.1402C33.9653 265.869 33.8253 265.747 33.7903 265.589L30.1343 239.594C30.2567 239.314 30.3967 239.314 30.6241 239.314H34.5075C34.6825 239.314 34.8399 239.454 34.8749 239.629Z%27 fill=%27white%27/%3E%3Cpath d=%27M30.1349 239.594L23.7324 275.386C23.6974 275.596 23.8549 275.788 24.0823 275.788H27.9832C28.2106 275.788 28.3331 275.648 28.3681 275.473L34.8755 239.716C34.9105 239.506 34.753 239.314 34.5256 239.314H30.4847C30.3098 239.314 30.1699 239.419 30.1349 239.594Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M24.5718 249.513L28.3503 275.351C28.3853 275.561 28.2278 275.771 28.0004 275.771H23.9595C23.7846 275.771 23.6447 275.649 23.6097 275.491L19.9536 249.478C20.0761 249.198 20.216 249.198 20.4434 249.198H24.2044C24.3794 249.198 24.5368 249.338 24.5718 249.513Z%27 fill=%27white%27/%3E%3Cpath d=%27M19.8309 249.408L13.376 285.165C13.341 285.375 13.4984 285.585 13.7258 285.567H17.7142C17.8892 285.567 18.0291 285.445 18.0641 285.27L24.5715 249.513C24.6065 249.303 24.4491 249.111 24.2217 249.111H20.1808C20.0058 249.111 19.8659 249.233 19.8309 249.408Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M14.4086 259.327L18.0647 285.165C18.0996 285.375 17.9422 285.568 17.7148 285.568H13.6739C13.499 285.568 13.359 285.445 13.324 285.288L9.66797 259.292C9.79042 259.012 9.93036 259.012 10.1578 259.012H14.0412C14.2162 259.012 14.3736 259.152 14.4086 259.327Z%27 fill=%27white%27/%3E%3Cpath d=%27M9.66808 259.292L3.26561 295.084C3.23062 295.294 3.38807 295.487 3.61548 295.487H7.51643C7.74384 295.487 7.86629 295.347 7.90128 295.172L14.4087 259.415C14.4437 259.205 14.2863 259.012 14.0589 259.012H10.0179C9.84301 259.012 9.70307 259.117 9.66808 259.292Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M4.1045 269.228L7.883 295.066C7.91799 295.276 7.76056 295.486 7.53315 295.486H3.49225C3.31732 295.486 3.17736 295.363 3.14238 295.206L-0.513672 269.193C-0.39122 268.913 -0.251278 268.913 -0.0238676 268.913H3.73715C3.91208 268.913 4.06952 269.053 4.1045 269.228Z%27 fill=%27white%27/%3E%3Cpath d=%27M340.636 -25.8724L334.234 9.91951C334.199 10.1294 334.356 10.3219 334.584 10.3219H338.485C338.712 10.3219 338.835 10.1819 338.87 10.0245L345.377 -25.7324C345.412 -25.9424 345.255 -26.1348 345.027 -26.1348H340.986C340.811 -26.1348 340.671 -26.0298 340.636 -25.8549%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M335.074 -15.9363L338.853 9.91926C338.888 10.1292 338.73 10.3391 338.503 10.3391H334.462C334.287 10.3391 334.147 10.2167 334.112 10.0592L330.456 -15.9537C330.579 -16.2336 330.718 -16.2336 330.946 -16.2336H334.707C334.882 -16.2336 335.039 -16.0937 335.074 -15.9188%27 fill=%27white%27/%3E%3Cpath d=%27M330.333 -15.9714L323.878 19.7855C323.843 19.9955 324.001 20.2053 324.228 20.1879H328.217C328.392 20.1879 328.532 20.0654 328.567 19.8905L335.074 -15.8664C335.109 -16.0764 334.951 -16.2688 334.724 -16.2688H330.683C330.508 -16.2688 330.368 -16.1463 330.333 -15.9714Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M324.911 -6.03474L328.567 19.8033C328.602 20.0132 328.444 20.2057 328.217 20.2057H324.176C324.001 20.2057 323.861 20.0832 323.826 19.9258L320.17 -6.06971C320.292 -6.3496 320.432 -6.34961 320.66 -6.34961H324.543C324.718 -6.34961 324.876 -6.20967 324.911 -6.03474Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.17 -6.06988L313.768 29.722C313.733 29.9319 313.89 30.1244 314.117 30.1244H318.018C318.246 30.1244 318.368 29.9844 318.403 29.827L324.911 -5.92996C324.946 -6.13988 324.788 -6.33228 324.561 -6.33228H320.52C320.345 -6.33228 320.205 -6.22736 320.17 -6.05242%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M314.607 3.84905L318.385 29.6871C318.42 29.8971 318.263 30.107 318.036 30.107H313.995C313.82 30.107 313.68 29.9845 313.645 29.8271L309.989 3.81408C310.111 3.53419 310.251 3.53418 310.479 3.53418H314.24C314.415 3.53418 314.572 3.67412 314.607 3.84905Z%27 fill=%27white%27/%3E%3Cpath d=%27M309.884 3.74438L303.429 39.5013C303.394 39.7112 303.551 39.9212 303.779 39.9037H307.767C307.942 39.9037 308.082 39.7812 308.117 39.6063L314.624 3.84934C314.659 3.63942 314.502 3.44702 314.274 3.44702H310.233C310.059 3.44702 309.919 3.56945 309.884 3.74438Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M304.444 13.664L308.1 39.502C308.135 39.7119 307.977 39.9044 307.75 39.9044H303.709C303.534 39.9044 303.394 39.7819 303.359 39.6245L299.703 13.629C299.826 13.3491 299.966 13.3491 300.193 13.3491H304.076C304.251 13.3491 304.409 13.4891 304.444 13.664Z%27 fill=%27white%27/%3E%3Cpath d=%27M299.703 13.6467L293.301 49.4386C293.266 49.6485 293.423 49.8409 293.651 49.8409H297.552C297.779 49.8409 297.901 49.701 297.936 49.5435L304.444 13.7866C304.479 13.5767 304.321 13.3843 304.094 13.3843H300.053C299.878 13.3843 299.738 13.4892 299.703 13.6642%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M294.14 23.5659L297.919 49.4039C297.954 49.6139 297.796 49.8238 297.569 49.8238H293.528C293.353 49.8238 293.213 49.7013 293.178 49.5439L289.522 23.5309C289.644 23.251 289.784 23.251 290.012 23.251H293.773C293.948 23.251 294.105 23.391 294.14 23.5659Z%27 fill=%27white%27/%3E%3Cpath d=%27M289.4 23.5484L282.945 59.3053C282.91 59.5152 283.067 59.7252 283.295 59.7077H287.283C287.458 59.7077 287.598 59.5852 287.633 59.4103L294.14 23.6533C294.175 23.4434 294.018 23.251 293.791 23.251H289.75C289.575 23.251 289.435 23.3735 289.4 23.5484Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M283.959 33.467L287.615 59.3051C287.65 59.515 287.493 59.7074 287.266 59.7074H283.225C283.05 59.7074 282.91 59.585 282.875 59.4275L279.219 33.432C279.341 33.1521 279.481 33.1521 279.709 33.1521H283.592C283.767 33.1521 283.924 33.2921 283.959 33.467Z%27 fill=%27white%27/%3E%3Cpath d=%27M279.236 33.4496L272.833 69.2415C272.798 69.4515 272.956 69.6439 273.183 69.6439H277.084C277.312 69.6439 277.434 69.5039 277.469 69.3465L283.977 33.5896C284.012 33.3797 283.837 33.1873 283.627 33.1873H279.586C279.411 33.1873 279.271 33.2922 279.236 33.4672%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M273.674 43.3683L277.452 69.2064C277.487 69.4163 277.33 69.6263 277.102 69.6263H273.062C272.887 69.6263 272.747 69.5038 272.712 69.3463L269.056 43.3334C269.178 43.0535 269.318 43.0535 269.545 43.0535H273.306C273.481 43.0535 273.639 43.1934 273.674 43.3683Z%27 fill=%27white%27/%3E%3Cpath d=%27M268.933 43.2457L262.478 79.0026C262.443 79.2125 262.6 79.4224 262.828 79.4049H266.816C266.991 79.4049 267.131 79.2825 267.166 79.1075L273.674 43.3506C273.709 43.1407 273.551 42.9482 273.324 42.9482H269.283C269.108 42.9482 268.968 43.0707 268.933 43.2457Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M263.493 53.1823L267.149 79.0203C267.184 79.2303 267.026 79.4227 266.799 79.4227H262.758C262.583 79.4227 262.443 79.3002 262.408 79.1428L258.752 53.1473C258.874 52.8674 259.014 52.8674 259.242 52.8674H263.125C263.3 52.8674 263.458 53.0074 263.493 53.1823Z%27 fill=%27white%27/%3E%3Cpath d=%27M258.769 53.1472L252.367 88.9391C252.332 89.149 252.489 89.3414 252.717 89.3414H256.617C256.845 89.3414 256.967 89.2015 257.002 89.0441L263.51 53.2871C263.545 53.0772 263.37 52.8848 263.16 52.8848H259.119C258.944 52.8848 258.804 52.9897 258.769 53.1647%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M253.206 63.0662L256.985 88.9217C257.02 89.1316 256.862 89.3415 256.635 89.3415H252.594C252.419 89.3415 252.279 89.2191 252.244 89.0617L248.588 63.0486C248.71 62.7688 248.85 62.7688 249.078 62.7688H252.839C253.014 62.7688 253.171 62.9087 253.206 63.0837%27 fill=%27white%27/%3E%3Cpath d=%27M248.466 63.0483L242.011 98.8053C241.976 99.0152 242.133 99.2251 242.361 99.2076H246.349C246.524 99.2076 246.664 99.0852 246.699 98.9102L253.206 63.1533C253.241 62.9434 253.084 62.751 252.856 62.751H248.816C248.641 62.751 248.501 62.8734 248.466 63.0483Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M243.043 72.9677L246.699 98.8057C246.734 99.0157 246.577 99.2081 246.35 99.2081H242.309C242.134 99.2081 241.994 99.0856 241.959 98.9282L238.303 72.9327C238.425 72.6528 238.565 72.6528 238.793 72.6528H242.676C242.851 72.6528 243.008 72.7928 243.043 72.9677Z%27 fill=%27white%27/%3E%3Cpath d=%27M238.302 72.9504L231.9 108.742C231.865 108.952 232.022 109.145 232.25 109.145H236.151C236.378 109.145 236.501 109.005 236.536 108.847L243.043 73.0904C243.078 72.8804 242.921 72.688 242.693 72.688H238.652C238.477 72.688 238.337 72.793 238.302 72.9679%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M232.739 82.8688L236.518 108.707C236.553 108.917 236.395 109.127 236.168 109.127H232.127C231.952 109.127 231.812 109.004 231.777 108.847L228.121 82.8339C228.244 82.554 228.383 82.554 228.611 82.554H232.372C232.547 82.554 232.704 82.6939 232.739 82.8688Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.999 82.7463L221.544 118.503C221.509 118.713 221.666 118.923 221.894 118.906H225.882C226.057 118.906 226.197 118.783 226.232 118.608L232.74 82.8513C232.775 82.6414 232.617 82.449 232.39 82.449H228.349C228.174 82.449 228.034 82.5714 227.999 82.7463Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M222.576 92.6825L226.232 118.521C226.267 118.731 226.11 118.923 225.882 118.923H221.841C221.666 118.923 221.526 118.8 221.491 118.643L217.835 92.6476C217.958 92.3677 218.098 92.3677 218.325 92.3677H222.209C222.384 92.3677 222.541 92.5076 222.576 92.6825Z%27 fill=%27white%27/%3E%3Cpath d=%27M217.836 92.6479L211.434 128.44C211.399 128.65 211.556 128.842 211.783 128.842H215.684C215.912 128.842 216.034 128.702 216.069 128.545L222.577 92.7878C222.612 92.5779 222.437 92.3855 222.227 92.3855H218.186C218.011 92.3855 217.871 92.4905 217.836 92.6654%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M212.272 102.566L216.051 128.404C216.086 128.614 215.929 128.824 215.701 128.824H211.66C211.485 128.824 211.345 128.702 211.31 128.544L207.654 102.531C207.777 102.251 207.917 102.251 208.144 102.251H211.905C212.08 102.251 212.237 102.391 212.272 102.566Z%27 fill=%27white%27/%3E%3Cpath d=%27M207.533 102.567L201.078 138.324C201.043 138.533 201.2 138.743 201.427 138.726H205.416C205.591 138.726 205.731 138.586 205.766 138.429L212.273 102.672C212.308 102.462 212.151 102.269 211.923 102.269H207.882C207.707 102.269 207.568 102.392 207.533 102.567Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M202.091 112.486L205.747 138.324C205.782 138.533 205.625 138.726 205.397 138.726H201.357C201.182 138.726 201.042 138.603 201.007 138.446L197.351 112.451C197.473 112.171 197.613 112.171 197.84 112.171H201.724C201.899 112.171 202.056 112.311 202.091 112.486Z%27 fill=%27white%27/%3E%3Cpath d=%27M197.351 112.45L190.948 148.242C190.913 148.452 191.071 148.645 191.298 148.645H195.199C195.426 148.645 195.549 148.505 195.584 148.347L202.091 112.59C202.126 112.38 201.951 112.188 201.741 112.188H197.701C197.526 112.188 197.386 112.293 197.351 112.468%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M191.806 122.387L195.584 148.225C195.619 148.435 195.462 148.645 195.234 148.645H191.193C191.019 148.645 190.879 148.522 190.844 148.365L187.188 122.352C187.31 122.072 187.45 122.072 187.677 122.072H191.438C191.613 122.072 191.771 122.212 191.806 122.387Z%27 fill=%27white%27/%3E%3Cpath d=%27M187.065 122.265L180.61 158.022C180.575 158.231 180.733 158.441 180.96 158.424H184.949C185.124 158.424 185.263 158.301 185.298 158.127L191.806 122.37C191.841 122.16 191.683 121.967 191.456 121.967H187.415C187.24 121.967 187.1 122.09 187.065 122.265Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M181.625 132.184L185.281 158.022C185.316 158.232 185.159 158.424 184.931 158.424H180.89C180.715 158.424 180.575 158.302 180.54 158.145L176.884 132.149C177.007 131.869 177.147 131.869 177.374 131.869H181.258C181.432 131.869 181.59 132.009 181.625 132.184Z%27 fill=%27white%27/%3E%3Cpath d=%27M176.884 132.166L170.482 167.958C170.447 168.168 170.604 168.36 170.832 168.36H174.733C174.96 168.36 175.083 168.22 175.118 168.063L181.625 132.306C181.66 132.096 181.485 131.903 181.275 131.903H177.234C177.059 131.903 176.919 132.008 176.884 132.183%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M171.339 142.085L175.117 167.94C175.152 168.15 174.995 168.36 174.768 168.36H170.727C170.552 168.36 170.412 168.238 170.377 168.08L166.721 142.067C166.843 141.787 166.983 141.787 167.211 141.787H170.972C171.146 141.787 171.304 141.927 171.339 142.102%27 fill=%27white%27/%3E%3Cpath d=%27M166.598 142.067L160.143 177.824C160.108 178.034 160.265 178.244 160.493 178.227H164.481C164.656 178.227 164.796 178.104 164.831 177.929L171.339 142.172C171.374 141.962 171.216 141.77 170.989 141.77H166.948C166.773 141.77 166.633 141.892 166.598 142.067Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M161.158 151.986L164.814 177.824C164.849 178.034 164.692 178.227 164.464 178.227H160.423C160.248 178.227 160.109 178.104 160.074 177.947L156.417 151.951C156.54 151.671 156.68 151.671 156.907 151.671H160.791C160.966 151.671 161.123 151.811 161.158 151.986Z%27 fill=%27white%27/%3E%3Cpath d=%27M156.435 151.951L150.033 187.743C149.998 187.953 150.155 188.146 150.383 188.146H154.284C154.511 188.146 154.633 188.006 154.668 187.848L161.176 152.091C161.211 151.881 161.053 151.689 160.826 151.689H156.785C156.61 151.689 156.47 151.794 156.435 151.969%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M150.872 161.887L154.65 187.725C154.685 187.935 154.528 188.145 154.3 188.145H150.259C150.084 188.145 149.944 188.023 149.909 187.865L146.253 161.852C146.376 161.573 146.516 161.573 146.743 161.573H150.504C150.679 161.573 150.837 161.712 150.872 161.887Z%27 fill=%27white%27/%3E%3Cpath d=%27M146.131 161.765L139.676 197.522C139.641 197.732 139.799 197.941 140.026 197.924H144.015C144.189 197.924 144.329 197.802 144.364 197.627L150.872 161.87C150.907 161.66 150.749 161.45 150.522 161.467H146.481C146.306 161.467 146.166 161.59 146.131 161.765Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M140.691 171.684L144.347 197.522C144.382 197.732 144.224 197.924 143.997 197.924H139.956C139.781 197.924 139.641 197.802 139.606 197.645L135.95 171.649C136.073 171.369 136.213 171.369 136.44 171.369H140.323C140.498 171.369 140.656 171.509 140.691 171.684Z%27 fill=%27white%27/%3E%3Cpath d=%27M135.968 171.667L129.566 207.459C129.531 207.668 129.688 207.861 129.916 207.861H133.817C134.044 207.861 134.167 207.721 134.202 207.546L140.709 171.789C140.744 171.579 140.587 171.387 140.359 171.387H136.318C136.143 171.387 136.003 171.492 135.968 171.667Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M130.405 181.585L134.184 207.423C134.219 207.633 134.061 207.843 133.834 207.843H129.793C129.618 207.843 129.478 207.72 129.443 207.563L125.787 181.55C125.91 181.27 126.05 181.27 126.277 181.27H130.038C130.213 181.27 130.37 181.41 130.405 181.585Z%27 fill=%27white%27/%3E%3Cpath d=%27M125.664 181.567L119.209 217.324C119.174 217.534 119.332 217.744 119.559 217.727H123.548C123.723 217.727 123.863 217.604 123.898 217.429L130.405 181.672C130.44 181.462 130.283 181.27 130.055 181.27H126.014C125.839 181.27 125.699 181.392 125.664 181.567Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M120.224 191.487L123.88 217.325C123.915 217.535 123.758 217.727 123.53 217.727H119.489C119.314 217.727 119.174 217.605 119.139 217.447L115.483 191.452C115.606 191.172 115.746 191.172 115.973 191.172H119.857C120.032 191.172 120.189 191.312 120.224 191.487Z%27 fill=%27white%27/%3E%3Cpath d=%27M115.484 191.469L109.081 227.261C109.046 227.471 109.203 227.663 109.431 227.663H113.332C113.559 227.663 113.682 227.523 113.717 227.349L120.224 191.592C120.259 191.382 120.102 191.189 119.874 191.189H115.833C115.658 191.189 115.519 191.294 115.484 191.469Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M109.921 201.389L113.699 227.227C113.734 227.437 113.577 227.647 113.35 227.647H109.309C109.134 227.647 108.994 227.524 108.959 227.367L105.303 201.354C105.425 201.074 105.565 201.074 105.793 201.074H109.554C109.728 201.074 109.886 201.214 109.921 201.389Z%27 fill=%27white%27/%3E%3Cpath d=%27M105.198 201.266L98.7427 237.023C98.7077 237.233 98.8651 237.443 99.0925 237.425H103.081C103.256 237.425 103.396 237.303 103.431 237.128L109.938 201.371C109.973 201.161 109.816 200.969 109.588 200.969H105.547C105.373 200.969 105.233 201.091 105.198 201.266Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M99.7577 211.202L103.414 237.04C103.449 237.25 103.291 237.442 103.064 237.442H99.023C98.8481 237.442 98.7082 237.32 98.6732 237.162L95.0171 211.167C95.1395 210.887 95.2795 210.887 95.5069 210.887H99.3904C99.5653 210.887 99.7227 211.027 99.7577 211.202Z%27 fill=%27white%27/%3E%3Cpath d=%27M95.0162 211.167L88.6138 246.959C88.5788 247.168 88.7362 247.361 88.9636 247.361H92.8646C93.092 247.361 93.2144 247.221 93.2494 247.046L99.7568 211.289C99.7918 211.079 99.6344 210.887 99.407 210.887H95.3661C95.1912 210.887 95.0512 210.992 95.0162 211.167Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M89.4531 221.086L93.2316 246.924C93.2666 247.134 93.1092 247.344 92.8818 247.344H88.8409C88.6659 247.344 88.526 247.221 88.491 247.064L84.835 221.051C84.9574 220.771 85.0974 220.771 85.3248 220.771H89.0858C89.2607 220.771 89.4181 220.911 89.4531 221.086Z%27 fill=%27white%27/%3E%3Cpath d=%27M84.7303 221.068L78.2754 256.825C78.2404 257.035 78.3978 257.245 78.6252 257.228H82.6137C82.7886 257.228 82.9285 257.105 82.9635 256.93L89.4709 221.173C89.5059 220.963 89.3485 220.771 89.1211 220.771H85.0802C84.9053 220.771 84.7653 220.893 84.7303 221.068Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M79.2904 230.987L82.9465 256.825C82.9815 257.035 82.824 257.227 82.5966 257.227H78.5557C78.3808 257.227 78.2408 257.105 78.2059 256.947L74.5498 230.952C74.6723 230.672 74.8122 230.672 75.0396 230.672H78.9231C79.098 230.672 79.2555 230.812 79.2904 230.987Z%27 fill=%27white%27/%3E%3Cpath d=%27M74.5499 230.97L68.1474 266.762C68.1125 266.972 68.2699 267.164 68.4973 267.164H72.3983C72.6257 267.164 72.7481 267.024 72.7831 266.849L79.2906 231.093C79.3255 230.883 79.1681 230.69 78.9407 230.69H74.8998C74.7248 230.69 74.5849 230.795 74.5499 230.97Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M69.0039 240.889L72.7824 266.727C72.8174 266.937 72.66 267.147 72.4326 267.147H68.3916C68.2167 267.147 68.0768 267.024 68.0418 266.867L64.3857 240.854C64.5082 240.574 64.6481 240.574 64.8755 240.574H68.6366C68.8115 240.574 68.9689 240.714 69.0039 240.889Z%27 fill=%27white%27/%3E%3Cpath d=%27M64.2635 240.766L57.8086 276.523C57.7736 276.733 57.931 276.943 58.1584 276.925H62.1469C62.3218 276.925 62.4617 276.803 62.4967 276.628L69.0042 240.871C69.0391 240.661 68.8817 240.469 68.6543 240.469H64.6134C64.4385 240.469 64.2985 240.591 64.2635 240.766Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M58.8227 250.703L62.4787 276.541C62.5137 276.751 62.3563 276.943 62.1288 276.943H58.0879C57.913 276.943 57.7731 276.821 57.7381 276.663L54.082 250.668C54.2045 250.388 54.3444 250.388 54.5718 250.388H58.4553C58.6302 250.388 58.7877 250.528 58.8227 250.703Z%27 fill=%27white%27/%3E%3Cpath d=%27M54.1002 250.668L47.6977 286.459C47.6628 286.669 47.8202 286.862 48.0476 286.862H51.9486C52.176 286.862 52.2984 286.722 52.3334 286.547L58.8408 250.79C58.8758 250.58 58.7184 250.388 58.491 250.388H54.4501C54.2751 250.388 54.1352 250.493 54.1002 250.668Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M48.5371 260.587L52.3156 286.425C52.3506 286.635 52.1932 286.845 51.9658 286.845H47.9249C47.7499 286.845 47.61 286.722 47.575 286.565L43.9189 260.552C44.0414 260.272 44.1813 260.272 44.4087 260.272H48.1698C48.3447 260.272 48.5021 260.412 48.5371 260.587Z%27 fill=%27white%27/%3E%3Cpath d=%27M43.7796 260.586L37.3247 296.343C37.2897 296.553 37.4472 296.763 37.6746 296.745H41.663C41.8379 296.745 41.9779 296.623 42.0128 296.448L48.5203 260.691C48.5553 260.481 48.3978 260.289 48.1704 260.289H44.1295C43.9546 260.289 43.8146 260.411 43.7796 260.586Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M38.3568 270.505L42.0129 296.343C42.0479 296.553 41.8904 296.746 41.663 296.746H37.6221C37.4472 296.746 37.3072 296.623 37.2723 296.466L33.6162 270.47C33.7387 270.19 33.8786 270.19 34.106 270.19H37.9895C38.1644 270.19 38.3218 270.33 38.3568 270.505Z%27 fill=%27white%27/%3E%3Cpath d=%27M33.6158 270.47L27.2134 306.262C27.1784 306.472 27.3358 306.665 27.5632 306.665H31.4642C31.6916 306.665 31.814 306.525 31.849 306.35L38.3565 270.593C38.3915 270.383 38.2165 270.19 38.0066 270.19H33.9657C33.7908 270.19 33.6508 270.295 33.6158 270.47Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M28.0532 280.407L31.8317 306.245C31.8667 306.455 31.7093 306.665 31.4819 306.665H27.441C27.266 306.665 27.1261 306.542 27.0911 306.385L23.4351 280.372C23.5575 280.092 23.6975 280.092 23.9249 280.092H27.6859C27.8608 280.092 28.0182 280.232 28.0532 280.407Z%27 fill=%27white%27/%3E%3Cpath d=%27M23.3119 280.284L16.8569 316.041C16.8219 316.251 16.9794 316.461 17.2068 316.444H21.1952C21.3701 316.444 21.5101 316.321 21.5451 316.146L28.0525 280.389C28.0875 280.18 27.93 279.987 27.7026 279.987H23.6617C23.4868 279.987 23.3469 280.11 23.3119 280.284Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M17.8896 290.203L21.5456 316.041C21.5806 316.251 21.4232 316.443 21.1957 316.443H17.1548C16.9799 316.443 16.84 316.321 16.805 316.164L13.1489 290.168C13.2714 289.888 13.4113 289.888 13.6387 289.888H17.5222C17.6971 289.888 17.8546 290.028 17.8896 290.203Z%27 fill=%27white%27/%3E%3Cpath d=%27M13.149 290.185L6.74657 325.977C6.71158 326.187 6.86901 326.379 7.09642 326.379H10.9974C11.2248 326.379 11.3472 326.239 11.3822 326.065L17.8897 290.308C17.9246 290.098 17.7672 289.905 17.5398 289.905H13.4989C13.324 289.905 13.184 290.01 13.149 290.185Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M7.58595 300.104L11.3645 325.942C11.3994 326.152 11.242 326.362 11.0146 326.362H6.97369C6.79876 326.362 6.65882 326.24 6.62384 326.082L2.96777 300.069C3.09023 299.79 3.23017 299.79 3.45758 299.79H7.21859C7.39352 299.79 7.55096 299.929 7.58595 300.104Z%27 fill=%27white%27/%3E%3Cpath d=%27M2.86265 300.087L-3.5923 335.844C-3.62729 336.054 -3.46984 336.264 -3.24243 336.246H0.74599C0.920921 336.246 1.06086 336.124 1.09585 335.949L7.60328 300.192C7.63826 299.982 7.48083 299.79 7.25342 299.79H3.21251C3.03758 299.79 2.89764 299.912 2.86265 300.087Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M375.045 -26.5021L368.59 9.25477C368.555 9.46469 368.713 9.67464 368.94 9.65714H372.929C373.103 9.65714 373.243 9.53472 373.278 9.35978L379.786 -26.3971C379.821 -26.6071 379.663 -26.817 379.436 -26.7995H375.395C375.22 -26.7995 375.08 -26.677 375.045 -26.5021Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M369.605 -16.5833L373.261 9.25471C373.296 9.46463 373.139 9.65708 372.912 9.65708H368.871C368.696 9.65708 368.556 9.53462 368.521 9.37718L364.865 -16.6183C364.987 -16.8982 365.127 -16.8982 365.355 -16.8982H369.238C369.413 -16.8982 369.57 -16.7583 369.605 -16.5833Z%27 fill=%27white%27/%3E%3Cpath d=%27M364.882 -16.6185L358.48 19.1734C358.445 19.3833 358.602 19.5758 358.83 19.5758H362.731C362.958 19.5758 363.081 19.4358 363.116 19.2784L369.623 -16.4785C369.658 -16.6885 369.501 -16.8809 369.273 -16.8809H365.232C365.057 -16.8809 364.917 -16.7759 364.882 -16.601%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M359.32 -6.68244L363.098 19.1556C363.133 19.3655 362.976 19.5755 362.748 19.5755H358.708C358.533 19.5755 358.393 19.453 358.358 19.2956L354.702 -6.71741C354.824 -6.99731 354.964 -6.99731 355.191 -6.99731H358.952C359.127 -6.99731 359.285 -6.85738 359.32 -6.68244Z%27 fill=%27white%27/%3E%3Cpath d=%27M354.579 -6.80518L348.124 28.9517C348.09 29.1617 348.247 29.3716 348.474 29.3541H352.463C352.638 29.3541 352.778 29.2316 352.813 29.0567L359.32 -6.70022C359.355 -6.91014 359.198 -7.10254 358.97 -7.10254H354.929C354.754 -7.10254 354.614 -6.98011 354.579 -6.80518Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M349.139 3.11419L352.795 28.9522C352.83 29.1621 352.672 29.3546 352.445 29.3546H348.404C348.229 29.3546 348.089 29.2321 348.054 29.0747L344.398 3.07917C344.52 2.79927 344.66 2.79932 344.888 2.79932H348.771C348.946 2.79932 349.104 2.93925 349.139 3.11419Z%27 fill=%27white%27/%3E%3Cpath d=%27M344.416 3.09687L338.014 38.8888C337.979 39.0987 338.136 39.2911 338.364 39.2911H342.264C342.492 39.2911 342.614 39.1512 342.649 38.9937L349.157 3.23684C349.192 3.02692 349.017 2.83447 348.807 2.83447H344.766C344.591 2.83447 344.451 2.93944 344.416 3.11438%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M338.853 13.0173L342.631 38.8553C342.666 39.0653 342.509 39.2752 342.281 39.2752H338.24C338.065 39.2752 337.925 39.1527 337.89 38.9953L334.234 12.9823C334.357 12.7024 334.497 12.7024 334.724 12.7024H338.485C338.66 12.7024 338.818 12.8424 338.853 13.0173Z%27 fill=%27white%27/%3E%3Cpath d=%27M334.112 12.9998L327.657 48.7567C327.622 48.9667 327.78 49.1766 328.007 49.1591H331.995C332.17 49.1591 332.31 49.0366 332.345 48.8617L338.853 13.1048C338.888 12.8948 338.73 12.7024 338.503 12.7024H334.462C334.287 12.7024 334.147 12.8249 334.112 12.9998Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M328.689 22.9184L332.345 48.7565C332.38 48.9664 332.223 49.1588 331.996 49.1588H327.955C327.78 49.1588 327.64 49.0364 327.605 48.8789L323.949 22.8834C324.071 22.6035 324.211 22.6035 324.439 22.6035H328.322C328.497 22.6035 328.654 22.7435 328.689 22.9184Z%27 fill=%27white%27/%3E%3Cpath d=%27M323.948 22.883L317.546 58.6749C317.511 58.8848 317.668 59.0773 317.896 59.0773H321.797C322.024 59.0773 322.147 58.9373 322.182 58.7799L328.689 23.023C328.724 22.8131 328.567 22.6206 328.339 22.6206H324.298C324.123 22.6206 323.983 22.7256 323.948 22.9005%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M318.386 32.8198L322.164 58.6578C322.199 58.8678 322.042 59.0777 321.814 59.0777H317.773C317.599 59.0777 317.459 58.9552 317.424 58.7978L313.768 32.7848C313.89 32.5049 314.03 32.5049 314.257 32.5049H318.018C318.193 32.5049 318.351 32.6448 318.386 32.8198Z%27 fill=%27white%27/%3E%3Cpath d=%27M313.644 32.6974L307.189 68.4543C307.154 68.6642 307.312 68.8741 307.539 68.8566H311.528C311.703 68.8566 311.843 68.7342 311.878 68.5592L318.385 32.8023C318.42 32.5924 318.263 32.3825 318.035 32.3999H313.994C313.819 32.3999 313.679 32.5224 313.644 32.6974Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M308.223 42.6161L311.879 68.4542C311.914 68.6641 311.756 68.8565 311.529 68.8565H307.488C307.313 68.8565 307.173 68.7341 307.138 68.5766L303.482 42.5812C303.604 42.3013 303.744 42.3013 303.972 42.3013H307.855C308.03 42.3013 308.188 42.4412 308.223 42.6161Z%27 fill=%27white%27/%3E%3Cpath d=%27M303.482 42.5989L297.079 78.3908C297.044 78.6007 297.202 78.7931 297.429 78.7931H301.33C301.557 78.7931 301.68 78.6532 301.715 78.4957L308.222 42.7388C308.257 42.5289 308.082 42.3364 307.872 42.3364H303.831C303.656 42.3364 303.517 42.4414 303.482 42.6163%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M297.919 52.5173L301.697 78.3553C301.732 78.5652 301.575 78.7752 301.348 78.7752H297.307C297.132 78.7752 296.992 78.6527 296.957 78.4953L293.301 52.4823C293.423 52.2024 293.563 52.2024 293.791 52.2024H297.552C297.727 52.2024 297.884 52.3423 297.919 52.5173Z%27 fill=%27white%27/%3E%3Cpath d=%27M293.179 52.4998L286.724 88.2567C286.689 88.4666 286.846 88.6765 287.073 88.659H291.062C291.237 88.659 291.377 88.5366 291.412 88.3616L297.919 52.6047C297.954 52.3948 297.797 52.2024 297.569 52.2024H293.528C293.353 52.2024 293.214 52.3248 293.179 52.4998Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M287.738 62.4365L291.394 88.2745C291.429 88.4845 291.272 88.6769 291.044 88.6769H287.003C286.829 88.6769 286.689 88.5544 286.654 88.397L282.998 62.4015C283.12 62.1216 283.26 62.1216 283.487 62.1216H287.371C287.546 62.1216 287.703 62.2616 287.738 62.4365Z%27 fill=%27white%27/%3E%3Cpath d=%27M282.997 62.4013L276.595 98.1932C276.56 98.4032 276.717 98.5956 276.945 98.5956H280.846C281.073 98.5956 281.195 98.4557 281.23 98.2982L287.738 62.5413C287.773 62.3314 287.598 62.1389 287.388 62.1389H283.347C283.172 62.1389 283.032 62.2439 282.997 62.4188%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M277.452 72.3204L281.23 98.1759C281.265 98.3858 281.108 98.5957 280.88 98.5957H276.839C276.664 98.5957 276.525 98.4733 276.49 98.3158L272.833 72.3029C272.956 72.023 273.096 72.0229 273.323 72.0229H277.084C277.259 72.0229 277.417 72.1629 277.452 72.3379%27 fill=%27white%27/%3E%3Cpath d=%27M272.711 72.2151L266.256 107.972C266.221 108.182 266.379 108.392 266.606 108.374H270.595C270.77 108.374 270.91 108.252 270.944 108.077L277.452 72.3201C277.487 72.1102 277.329 71.9177 277.102 71.9177H273.061C272.886 71.9177 272.746 72.0402 272.711 72.2151Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M267.271 82.134L270.927 107.972C270.962 108.182 270.804 108.374 270.577 108.374H266.536C266.361 108.374 266.221 108.252 266.186 108.094L262.53 82.099C262.653 81.8191 262.793 81.8191 263.02 81.8191H266.904C267.078 81.8191 267.236 81.959 267.271 82.134Z%27 fill=%27white%27/%3E%3Cpath d=%27M262.53 82.0993L256.128 117.891C256.093 118.101 256.25 118.294 256.478 118.294H260.379C260.606 118.294 260.729 118.154 260.764 117.996L267.271 82.2392C267.306 82.0293 267.131 81.8369 266.921 81.8369H262.88C262.705 81.8369 262.565 81.9419 262.53 82.1168%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M256.985 92.0356L260.763 117.891C260.798 118.101 260.641 118.311 260.414 118.311H256.373C256.198 118.311 256.058 118.189 256.023 118.031L252.367 92.0182C252.489 91.7383 252.629 91.7383 252.857 91.7383H256.618C256.792 91.7383 256.95 91.8782 256.985 92.0532%27 fill=%27white%27/%3E%3Cpath d=%27M252.244 92.0005L245.789 127.757C245.754 127.967 245.911 128.177 246.139 128.16H250.127C250.302 128.16 250.442 128.037 250.477 127.862L256.985 92.1055C257.02 91.8956 256.862 91.7031 256.635 91.7031H252.594C252.419 91.7031 252.279 91.8256 252.244 92.0005Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M246.804 101.936L250.46 127.774C250.495 127.984 250.337 128.177 250.11 128.177H246.069C245.894 128.177 245.754 128.054 245.719 127.897L242.063 101.901C242.185 101.622 242.325 101.622 242.553 101.622H246.436C246.611 101.622 246.769 101.762 246.804 101.936Z%27 fill=%27white%27/%3E%3Cpath d=%27M242.081 101.902L235.678 137.694C235.643 137.904 235.801 138.096 236.028 138.096H239.929C240.156 138.096 240.279 137.956 240.314 137.799L246.821 102.042C246.856 101.832 246.681 101.639 246.471 101.639H242.431C242.256 101.639 242.116 101.744 242.081 101.919%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M236.519 111.82L240.297 137.659C240.332 137.868 240.175 138.078 239.947 138.078H235.906C235.731 138.078 235.591 137.956 235.556 137.798L231.9 111.786C232.023 111.506 232.163 111.506 232.39 111.506H236.151C236.326 111.506 236.484 111.646 236.519 111.82Z%27 fill=%27white%27/%3E%3Cpath d=%27M231.777 111.716L225.322 147.473C225.287 147.683 225.445 147.893 225.672 147.876H229.661C229.835 147.876 229.975 147.736 230.01 147.578L236.518 111.821C236.553 111.611 236.395 111.419 236.168 111.419H232.127C231.952 111.419 231.812 111.541 231.777 111.716Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M226.337 121.634L229.993 147.472C230.028 147.682 229.871 147.875 229.644 147.875H225.603C225.428 147.875 225.288 147.752 225.253 147.595L221.597 121.599C221.719 121.32 221.859 121.32 222.086 121.32H225.97C226.145 121.32 226.302 121.46 226.337 121.634Z%27 fill=%27white%27/%3E%3Cpath d=%27M221.614 121.599L215.211 157.391C215.176 157.601 215.334 157.794 215.561 157.794H219.462C219.69 157.794 219.812 157.654 219.847 157.496L226.354 121.739C226.389 121.529 226.215 121.337 226.005 121.337H221.964C221.789 121.337 221.649 121.442 221.614 121.617%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M216.051 131.536L219.83 157.374C219.865 157.584 219.707 157.794 219.48 157.794H215.439C215.264 157.794 215.124 157.672 215.089 157.514L211.433 131.501C211.556 131.221 211.695 131.221 211.923 131.221H215.684C215.859 131.221 216.016 131.361 216.051 131.536Z%27 fill=%27white%27/%3E%3Cpath d=%27M211.31 131.519L204.855 167.276C204.82 167.486 204.978 167.696 205.205 167.678H209.194C209.369 167.678 209.509 167.556 209.544 167.381L216.051 131.624C216.086 131.414 215.929 131.221 215.701 131.221H211.66C211.485 131.221 211.345 131.344 211.31 131.519Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M205.87 141.438L209.526 167.293C209.561 167.503 209.404 167.695 209.176 167.695H205.135C204.96 167.695 204.82 167.573 204.785 167.416L201.129 141.42C201.252 141.14 201.392 141.14 201.619 141.14H205.503C205.678 141.14 205.835 141.28 205.87 141.455%27 fill=%27white%27/%3E%3Cpath d=%27M201.13 141.42L194.727 177.212C194.692 177.422 194.85 177.614 195.077 177.614H198.978C199.205 177.614 199.328 177.474 199.363 177.317L205.87 141.56C205.905 141.35 205.748 141.157 205.52 141.157H201.479C201.304 141.157 201.164 141.262 201.13 141.437%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M195.567 151.339L199.345 177.194C199.38 177.404 199.223 177.614 198.996 177.614H194.955C194.78 177.614 194.64 177.492 194.605 177.334L190.949 151.321C191.071 151.041 191.211 151.041 191.439 151.041H195.2C195.374 151.041 195.532 151.181 195.567 151.356%27 fill=%27white%27/%3E%3Cpath d=%27M190.844 151.216L184.389 186.973C184.354 187.183 184.511 187.393 184.739 187.376H188.727C188.902 187.376 189.042 187.253 189.077 187.078L195.584 151.321C195.619 151.111 195.462 150.919 195.234 150.919H191.193C191.019 150.919 190.879 151.041 190.844 151.216Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M185.403 161.153L189.059 186.991C189.094 187.201 188.937 187.393 188.709 187.393H184.669C184.494 187.393 184.354 187.271 184.319 187.114L180.663 161.118C180.785 160.838 180.925 160.838 181.152 160.838H185.036C185.211 160.838 185.368 160.978 185.403 161.153Z%27 fill=%27white%27/%3E%3Cpath d=%27M180.663 161.118L174.26 196.91C174.225 197.12 174.383 197.312 174.61 197.312H178.511C178.738 197.312 178.861 197.172 178.896 197.015L185.403 161.258C185.438 161.048 185.281 160.855 185.053 160.855H181.013C180.838 160.855 180.698 160.96 180.663 161.135%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M175.1 171.036L178.879 196.874C178.914 197.084 178.756 197.294 178.529 197.294H174.488C174.313 197.294 174.173 197.172 174.138 197.014L170.482 171.001C170.604 170.721 170.744 170.721 170.972 170.721H174.733C174.908 170.721 175.065 170.861 175.1 171.036Z%27 fill=%27white%27/%3E%3Cpath d=%27M170.377 171.019L163.922 206.776C163.887 206.986 164.044 207.196 164.272 207.178H168.26C168.435 207.178 168.575 207.056 168.61 206.881L175.117 171.124C175.152 170.914 174.995 170.721 174.768 170.721H170.727C170.552 170.721 170.412 170.844 170.377 171.019Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M164.936 180.938L168.592 206.776C168.627 206.986 168.47 207.179 168.243 207.179H164.202C164.027 207.179 163.887 207.056 163.852 206.899L160.196 180.903C160.318 180.623 160.458 180.623 160.686 180.623H164.569C164.744 180.623 164.901 180.763 164.936 180.938Z%27 fill=%27white%27/%3E%3Cpath d=%27M160.196 180.921L153.793 216.712C153.758 216.922 153.916 217.115 154.143 217.115H158.044C158.272 217.115 158.394 216.975 158.429 216.8L164.937 181.043C164.972 180.833 164.814 180.641 164.587 180.641H160.546C160.371 180.641 160.231 180.746 160.196 180.921Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M154.651 190.84L158.429 216.678C158.464 216.888 158.307 217.098 158.08 217.098H154.039C153.864 217.098 153.724 216.975 153.689 216.818L150.033 190.805C150.155 190.525 150.295 190.525 150.523 190.525H154.284C154.458 190.525 154.616 190.665 154.651 190.84Z%27 fill=%27white%27/%3E%3Cpath d=%27M149.91 190.717L143.455 226.474C143.42 226.684 143.578 226.894 143.805 226.877H147.793C147.968 226.877 148.108 226.754 148.143 226.579L154.651 190.822C154.686 190.612 154.528 190.42 154.301 190.42H150.26C150.085 190.42 149.945 190.542 149.91 190.717Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M144.47 200.653L148.126 226.492C148.161 226.701 148.003 226.894 147.776 226.894H143.735C143.56 226.894 143.42 226.771 143.385 226.614L139.729 200.619C139.851 200.339 139.991 200.339 140.219 200.339H144.102C144.277 200.339 144.435 200.479 144.47 200.653Z%27 fill=%27white%27/%3E%3Cpath d=%27M139.746 200.619L133.344 236.41C133.309 236.62 133.466 236.813 133.694 236.813H137.595C137.822 236.813 137.944 236.673 137.979 236.498L144.487 200.741C144.522 200.531 144.364 200.339 144.137 200.339H140.096C139.921 200.339 139.781 200.444 139.746 200.619Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M134.184 210.537L137.962 236.375C137.997 236.585 137.84 236.795 137.612 236.795H133.571C133.396 236.795 133.256 236.672 133.222 236.515L129.565 210.502C129.688 210.222 129.828 210.222 130.055 210.222H133.816C133.991 210.222 134.149 210.362 134.184 210.537Z%27 fill=%27white%27/%3E%3Cpath d=%27M129.426 210.52L122.971 246.277C122.936 246.486 123.093 246.696 123.321 246.679H127.309C127.484 246.679 127.624 246.556 127.659 246.381L134.166 210.625C134.201 210.415 134.044 210.222 133.816 210.222H129.775C129.601 210.222 129.461 210.345 129.426 210.52Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M124.002 220.455L127.658 246.294C127.693 246.503 127.536 246.696 127.309 246.696H123.268C123.093 246.696 122.953 246.573 122.918 246.416L119.262 220.421C119.384 220.141 119.524 220.141 119.752 220.141H123.635C123.81 220.141 123.967 220.281 124.002 220.455Z%27 fill=%27white%27/%3E%3Cpath d=%27M119.262 220.421L112.859 256.212C112.824 256.422 112.982 256.615 113.209 256.615H117.11C117.338 256.615 117.46 256.475 117.495 256.3L124.002 220.543C124.037 220.333 123.88 220.141 123.653 220.141H119.612C119.437 220.141 119.297 220.246 119.262 220.421Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M113.699 230.34L117.478 256.178C117.513 256.388 117.355 256.598 117.128 256.598H113.087C112.912 256.598 112.772 256.475 112.737 256.318L109.081 230.305C109.204 230.025 109.343 230.025 109.571 230.025H113.332C113.507 230.025 113.664 230.165 113.699 230.34Z%27 fill=%27white%27/%3E%3Cpath d=%27M108.959 230.235L102.504 265.992C102.469 266.202 102.626 266.412 102.854 266.394H106.842C107.017 266.394 107.157 266.272 107.192 266.097L113.699 230.34C113.734 230.13 113.577 229.938 113.35 229.938H109.309C109.134 229.938 108.994 230.06 108.959 230.235Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M103.536 240.154L107.192 265.992C107.227 266.202 107.069 266.394 106.842 266.394H102.801C102.626 266.394 102.486 266.272 102.451 266.114L98.7949 240.119C98.9174 239.839 99.0573 239.839 99.2847 239.839H103.168C103.343 239.839 103.501 239.979 103.536 240.154Z%27 fill=%27white%27/%3E%3Cpath d=%27M98.795 240.119L92.3926 275.911C92.3576 276.121 92.515 276.313 92.7424 276.313H96.6434C96.8708 276.313 96.9933 276.173 97.0282 275.998L103.536 240.241C103.571 240.031 103.413 239.839 103.186 239.839H99.1449C98.97 239.839 98.83 239.944 98.795 240.119Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M93.2319 250.055L97.0104 275.893C97.0454 276.103 96.888 276.313 96.6606 276.313H92.6197C92.4447 276.313 92.3048 276.19 92.2698 276.033L88.6138 250.02C88.7362 249.74 88.8762 249.74 89.1036 249.74H92.8646C93.0395 249.74 93.197 249.88 93.2319 250.055Z%27 fill=%27white%27/%3E%3Cpath d=%27M88.5091 250.02L82.0542 285.777C82.0192 285.987 82.1766 286.197 82.404 286.179H86.3925C86.5674 286.179 86.7073 286.057 86.7423 285.882L93.2497 250.125C93.2847 249.915 93.1273 249.723 92.8999 249.723H88.859C88.6841 249.723 88.5441 249.845 88.5091 250.02Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M83.0693 259.957L86.7253 285.795C86.7603 286.005 86.6029 286.197 86.3754 286.197H82.3345C82.1596 286.197 82.0196 286.075 81.9847 285.917L78.3286 259.922C78.4511 259.642 78.591 259.642 78.8184 259.642H82.7019C82.8768 259.642 83.0343 259.782 83.0693 259.957Z%27 fill=%27white%27/%3E%3Cpath d=%27M78.3282 259.922L71.9258 295.714C71.8908 295.924 72.0482 296.116 72.2756 296.116H76.1766C76.404 296.116 76.5265 295.976 76.5614 295.801L83.0689 260.044C83.1039 259.834 82.9464 259.642 82.719 259.642H78.6781C78.5032 259.642 78.3632 259.747 78.3282 259.922Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M72.7656 269.84L76.5441 295.678C76.5791 295.888 76.4217 296.098 76.1943 296.098H72.1534C71.9785 296.098 71.8385 295.976 71.8035 295.818L68.1475 269.805C68.2699 269.525 68.4099 269.525 68.6373 269.525H72.3983C72.5732 269.525 72.7306 269.665 72.7656 269.84Z%27 fill=%27white%27/%3E%3Cpath d=%27M68.0418 269.736L61.5869 305.493C61.5519 305.703 61.7093 305.913 61.9368 305.895H65.9252C66.1001 305.895 66.2401 305.773 66.275 305.598L72.7825 269.841C72.8175 269.631 72.66 269.438 72.4326 269.438H68.3917C68.2168 269.438 68.0768 269.561 68.0418 269.736Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M62.602 279.655L66.258 305.493C66.293 305.703 66.1356 305.895 65.9081 305.895H61.8672C61.6923 305.895 61.5524 305.773 61.5174 305.615L57.8613 279.62C57.9838 279.34 58.1237 279.34 58.3511 279.34H62.2346C62.4095 279.34 62.567 279.48 62.602 279.655Z%27 fill=%27white%27/%3E%3Cpath d=%27M57.8614 279.637L51.459 315.428C51.424 315.638 51.5814 315.831 51.8088 315.831H55.7098C55.9372 315.831 56.0597 315.691 56.0946 315.516L62.6021 279.759C62.6371 279.549 62.4621 279.357 62.2522 279.357H58.2113C58.0364 279.357 57.8964 279.462 57.8614 279.637Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M52.2984 289.556L56.0769 315.394C56.1118 315.604 55.9544 315.814 55.727 315.814H51.6861C51.5112 315.814 51.3712 315.692 51.3362 315.534L47.6802 289.521C47.8026 289.241 47.9426 289.241 48.17 289.241H51.931C52.1059 289.241 52.2634 289.381 52.2984 289.556Z%27 fill=%27white%27/%3E%3Cpath d=%27M47.558 289.539L41.103 325.295C41.068 325.505 41.2255 325.715 41.4529 325.698H45.4413C45.6162 325.698 45.7562 325.575 45.7912 325.4L52.2986 289.644C52.3336 289.434 52.1761 289.241 51.9487 289.241H47.9078C47.7329 289.241 47.5929 289.364 47.558 289.539Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M42.1176 299.457L45.7736 325.295C45.8086 325.505 45.6512 325.698 45.4238 325.698H41.3829C41.2079 325.698 41.068 325.575 41.033 325.418L37.377 299.422C37.4994 299.142 37.6394 299.142 37.8668 299.142H41.7502C41.9252 299.142 42.0826 299.282 42.1176 299.457Z%27 fill=%27white%27/%3E%3Cpath d=%27M37.3946 299.44L30.9922 335.232C30.9572 335.442 31.1146 335.634 31.342 335.634H35.243C35.4704 335.634 35.5928 335.494 35.6278 335.319L42.1353 299.563C42.1702 299.353 42.0128 299.16 41.7854 299.16H37.7445C37.5696 299.16 37.4296 299.265 37.3946 299.44Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M31.8316 309.359L35.6101 335.197C35.6451 335.407 35.4876 335.616 35.2602 335.616H31.2193C31.0444 335.616 30.9044 335.494 30.8694 335.337L27.2134 309.324C27.3358 309.044 27.4758 309.044 27.7032 309.044H31.4642C31.6391 309.044 31.7966 309.184 31.8316 309.359Z%27 fill=%27white%27/%3E%3Cpath d=%27M27.0907 309.236L20.6357 344.993C20.6007 345.203 20.7582 345.413 20.9856 345.395H24.974C25.1489 345.395 25.2889 345.273 25.3239 345.098L31.8313 309.341C31.8663 309.131 31.7089 308.938 31.4814 308.938H27.4405C27.2656 308.938 27.1257 309.061 27.0907 309.236Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M21.6503 319.173L25.3064 345.011C25.3413 345.221 25.1839 345.413 24.9565 345.413H20.9156C20.7407 345.413 20.6007 345.29 20.5657 345.133L16.9097 319.138C17.0321 318.858 17.1721 318.858 17.3995 318.858H21.2829C21.4579 318.858 21.6153 318.998 21.6503 319.173Z%27 fill=%27white%27/%3E%3Cpath d=%27M16.9274 319.138L10.5249 354.929C10.4899 355.139 10.6473 355.332 10.8748 355.332H14.7757C15.0031 355.332 15.1256 355.192 15.1606 355.017L21.668 319.26C21.703 319.05 21.5455 318.858 21.3181 318.858H17.2772C17.1023 318.858 16.9623 318.963 16.9274 319.138Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M11.3648 329.056L15.1433 354.894C15.1782 355.104 15.0208 355.314 14.7934 355.314H10.7525C10.5776 355.314 10.4376 355.192 10.4026 355.034L6.74658 329.021C6.86903 328.741 7.00898 328.741 7.23639 328.741H10.9974C11.1723 328.741 11.3298 328.881 11.3648 329.056Z%27 fill=%27white%27/%3E%3Cpath d=%27M6.62388 329.039L0.16893 364.796C0.133944 365.005 0.291376 365.215 0.518786 365.198H4.50722C4.68215 365.198 4.82209 365.075 4.85708 364.901L11.3645 329.144C11.3995 328.934 11.242 328.741 11.0146 328.741H6.97374C6.79881 328.741 6.65887 328.864 6.62388 329.039Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1.20156 338.958L4.85762 364.796C4.89261 365.006 4.73518 365.198 4.50777 365.198H0.466856C0.291925 365.198 0.151985 365.076 0.116999 364.918L-3.53906 338.923C-3.41661 338.643 -3.27667 338.643 -3.04926 338.643H0.834208C1.00914 338.643 1.16658 338.783 1.20156 338.958Z%27 fill=%27white%27/%3E%3Cpath d=%27M409.455 -27.272L403.052 8.51991C403.017 8.72983 403.175 8.92228 403.402 8.92228H407.303C407.53 8.92228 407.653 8.78231 407.688 8.62487L414.195 -27.1321C414.23 -27.342 414.073 -27.5344 413.845 -27.5344H409.805C409.63 -27.5344 409.49 -27.4295 409.455 -27.2545%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M403.909 -17.3535L407.687 8.50202C407.722 8.71194 407.565 8.92191 407.337 8.92191H403.296C403.122 8.92191 402.982 8.79944 402.947 8.642L399.291 -17.371C399.413 -17.6509 399.553 -17.6509 399.78 -17.6509H403.541C403.716 -17.6509 403.874 -17.5109 403.909 -17.336%27 fill=%27white%27/%3E%3Cpath d=%27M399.168 -17.4756L392.713 18.2813C392.678 18.4913 392.836 18.7012 393.063 18.6837H397.052C397.227 18.6837 397.367 18.5612 397.402 18.3863L403.909 -17.3706C403.944 -17.5806 403.787 -17.7729 403.559 -17.7729H399.518C399.343 -17.7729 399.203 -17.6505 399.168 -17.4756Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M393.728 -7.53883L397.384 18.2992C397.419 18.5091 397.261 18.7016 397.034 18.7016H392.993C392.818 18.7016 392.678 18.5791 392.643 18.4217L388.987 -7.57386C389.11 -7.85375 389.25 -7.85376 389.477 -7.85376H393.361C393.536 -7.85376 393.693 -7.71377 393.728 -7.53883Z%27 fill=%27white%27/%3E%3Cpath d=%27M388.988 -7.57452L382.585 28.2174C382.55 28.4273 382.708 28.6197 382.935 28.6197H386.836C387.064 28.6197 387.186 28.4798 387.221 28.3224L393.729 -7.43454C393.764 -7.64447 393.606 -7.83691 393.379 -7.83691H389.338C389.163 -7.83691 389.023 -7.73195 388.988 -7.55701%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M383.443 2.34466L387.221 28.1827C387.256 28.3926 387.099 28.6026 386.871 28.6026H382.831C382.656 28.6026 382.516 28.4801 382.481 28.3227L378.825 2.30964C378.947 2.02974 379.087 2.02979 379.315 2.02979H383.076C383.25 2.02979 383.408 2.16972 383.443 2.34466Z%27 fill=%27white%27/%3E%3Cpath d=%27M378.684 2.32695L372.229 38.0839C372.194 38.2938 372.352 38.5037 372.579 38.4862H376.568C376.743 38.4862 376.883 38.3638 376.918 38.1888L383.425 2.43191C383.46 2.22198 383.303 2.01209 383.075 2.02959H379.034C378.859 2.02959 378.719 2.15201 378.684 2.32695Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M373.262 12.2651L376.918 38.1031C376.953 38.3131 376.795 38.5055 376.568 38.5055H372.527C372.352 38.5055 372.212 38.3831 372.177 38.2256L368.521 12.2301C368.643 11.9502 368.783 11.9502 369.011 11.9502H372.894C373.069 11.9502 373.227 12.0901 373.262 12.2651Z%27 fill=%27white%27/%3E%3Cpath d=%27M368.521 12.2297L362.118 48.0216C362.083 48.2315 362.241 48.4239 362.468 48.4239H366.369C366.596 48.4239 366.719 48.284 366.754 48.1265L373.261 12.3696C373.296 12.1597 373.121 11.9673 372.911 11.9673H368.871C368.696 11.9673 368.556 12.0723 368.521 12.2472%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M362.958 22.1662L366.737 48.0043C366.772 48.2142 366.614 48.4241 366.387 48.4241H362.346C362.171 48.4241 362.031 48.3016 361.996 48.1442L358.34 22.1312C358.462 21.8513 358.602 21.8513 358.83 21.8513H362.591C362.766 21.8513 362.923 21.9913 362.958 22.1662Z%27 fill=%27white%27/%3E%3Cpath d=%27M358.218 22.0438L351.763 57.8006C351.728 58.0105 351.885 58.2205 352.113 58.203H356.101C356.276 58.203 356.416 58.0806 356.451 57.9056L362.958 22.1487C362.993 21.9388 362.836 21.7463 362.608 21.7463H358.567C358.393 21.7463 358.253 21.8688 358.218 22.0438Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M352.794 31.9623L356.45 57.8004C356.485 58.0103 356.328 58.2027 356.101 58.2027H352.06C351.885 58.2027 351.745 58.0803 351.71 57.9228L348.054 31.9274C348.176 31.6475 348.316 31.6475 348.544 31.6475H352.427C352.602 31.6475 352.759 31.7874 352.794 31.9623Z%27 fill=%27white%27/%3E%3Cpath d=%27M348.055 31.945L341.652 67.7369C341.617 67.9469 341.775 68.1393 342.002 68.1393H345.903C346.131 68.1393 346.253 67.9994 346.288 67.8419L352.795 32.085C352.83 31.8751 352.673 31.6826 352.446 31.6826H348.405C348.23 31.6826 348.09 31.7876 348.055 31.9625%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M342.491 41.8637L346.27 67.7017C346.305 67.9117 346.147 68.1216 345.92 68.1216H341.879C341.704 68.1216 341.564 67.9992 341.529 67.8417L337.873 41.8287C337.995 41.5488 338.135 41.5488 338.363 41.5488H342.124C342.299 41.5488 342.456 41.6888 342.491 41.8637Z%27 fill=%27white%27/%3E%3Cpath d=%27M337.768 41.8289L331.313 77.5858C331.278 77.7958 331.435 78.0056 331.663 77.9881H335.651C335.826 77.9881 335.966 77.8657 336.001 77.6908L342.509 41.9339C342.544 41.7239 342.386 41.5315 342.159 41.5315H338.118C337.943 41.5315 337.803 41.654 337.768 41.8289Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M332.328 51.7656L335.984 77.6036C336.019 77.8135 335.861 78.006 335.634 78.006H331.593C331.418 78.006 331.278 77.8835 331.243 77.7261L327.587 51.7305C327.709 51.4506 327.849 51.4507 328.077 51.4507H331.96C332.135 51.4507 332.293 51.5906 332.328 51.7656Z%27 fill=%27white%27/%3E%3Cpath d=%27M327.587 51.7304L321.185 87.5224C321.15 87.7323 321.307 87.9247 321.534 87.9247H325.435C325.663 87.9247 325.785 87.7848 325.82 87.6273L332.328 51.8704C332.363 51.6605 332.188 51.468 331.978 51.468H327.937C327.762 51.468 327.622 51.573 327.587 51.7479%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M322.024 61.667L325.802 87.505C325.837 87.7149 325.68 87.9248 325.453 87.9248H321.412C321.237 87.9248 321.097 87.8024 321.062 87.645L317.406 61.632C317.528 61.3521 317.668 61.3521 317.896 61.3521H321.657C321.831 61.3521 321.989 61.492 322.024 61.667Z%27 fill=%27white%27/%3E%3Cpath d=%27M317.302 61.5442L310.847 97.3012C310.812 97.5111 310.969 97.721 311.197 97.7035H315.185C315.36 97.7035 315.5 97.5811 315.535 97.4061L322.042 61.6492C322.077 61.4393 321.92 61.2468 321.692 61.2468H317.651C317.477 61.2468 317.337 61.3693 317.302 61.5442Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M311.861 71.4631L315.517 97.3011C315.552 97.5111 315.395 97.7035 315.167 97.7035H311.127C310.952 97.7035 310.812 97.5811 310.777 97.4236L307.121 71.4281C307.243 71.1482 307.383 71.1482 307.61 71.1482H311.494C311.669 71.1482 311.826 71.2882 311.861 71.4631Z%27 fill=%27white%27/%3E%3Cpath d=%27M307.12 71.4457L300.717 107.238C300.682 107.448 300.84 107.64 301.067 107.64H304.968C305.196 107.64 305.318 107.5 305.353 107.343L311.86 71.5857C311.895 71.3757 311.738 71.1833 311.511 71.1833H307.47C307.295 71.1833 307.155 71.2883 307.12 71.4633%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M301.558 81.3642L305.337 107.202C305.372 107.412 305.214 107.622 304.987 107.622H300.946C300.771 107.622 300.631 107.5 300.596 107.342L296.94 81.3292C297.062 81.0493 297.202 81.0493 297.43 81.0493H301.191C301.366 81.0493 301.523 81.1893 301.558 81.3642Z%27 fill=%27white%27/%3E%3Cpath d=%27M296.817 81.3467L290.362 117.104C290.327 117.314 290.484 117.523 290.712 117.506H294.7C294.875 117.506 295.015 117.384 295.05 117.209L301.557 81.4517C301.592 81.2418 301.435 81.0493 301.207 81.0493H297.167C296.992 81.0493 296.852 81.1718 296.817 81.3467Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M291.377 91.266L295.033 117.104C295.068 117.314 294.91 117.506 294.683 117.506H290.642C290.467 117.506 290.327 117.384 290.292 117.227L286.636 91.2311C286.759 90.9512 286.899 90.9512 287.126 90.9512H291.01C291.184 90.9512 291.342 91.0911 291.377 91.266Z%27 fill=%27white%27/%3E%3Cpath d=%27M286.653 91.2483L280.251 127.04C280.216 127.25 280.373 127.443 280.601 127.443H284.502C284.729 127.443 284.852 127.303 284.887 127.145L291.394 91.3882C291.429 91.1783 291.254 90.9858 291.044 90.9858H287.003C286.828 90.9858 286.688 91.0908 286.653 91.2657%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M281.091 101.168L284.869 127.023C284.904 127.233 284.747 127.443 284.519 127.443H280.479C280.304 127.443 280.164 127.321 280.129 127.163L276.473 101.15C276.595 100.87 276.735 100.87 276.962 100.87H280.723C280.898 100.87 281.056 101.01 281.091 101.185%27 fill=%27white%27/%3E%3Cpath d=%27M276.35 101.045L269.895 136.802C269.86 137.012 270.017 137.222 270.245 137.204H274.233C274.408 137.204 274.548 137.064 274.583 136.907L281.091 101.15C281.126 100.94 280.968 100.748 280.741 100.748H276.7C276.525 100.748 276.385 100.87 276.35 101.045Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M270.909 110.981L274.565 136.819C274.6 137.029 274.443 137.221 274.215 137.221H270.174C269.999 137.221 269.859 137.099 269.825 136.941L266.168 110.946C266.291 110.666 266.431 110.666 266.658 110.666H270.542C270.717 110.666 270.874 110.806 270.909 110.981Z%27 fill=%27white%27/%3E%3Cpath d=%27M266.187 110.946L259.784 146.738C259.749 146.948 259.907 147.14 260.134 147.14H264.035C264.262 147.14 264.385 147 264.42 146.843L270.927 111.086C270.962 110.876 270.787 110.683 270.577 110.683H266.536C266.362 110.683 266.222 110.788 266.187 110.963%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M260.623 120.865L264.402 146.703C264.437 146.913 264.279 147.123 264.052 147.123H260.011C259.836 147.123 259.696 147 259.661 146.843L256.005 120.83C256.127 120.55 256.267 120.55 256.495 120.55H260.256C260.431 120.55 260.588 120.69 260.623 120.865Z%27 fill=%27white%27/%3E%3Cpath d=%27M255.883 120.847L249.428 156.604C249.393 156.814 249.55 157.024 249.778 157.007H253.766C253.941 157.007 254.081 156.884 254.116 156.709L260.623 120.952C260.658 120.742 260.501 120.55 260.273 120.55H256.233C256.058 120.55 255.918 120.672 255.883 120.847Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M250.46 130.766L254.116 156.604C254.151 156.814 253.993 157.006 253.766 157.006H249.725C249.55 157.006 249.41 156.884 249.375 156.727L245.719 130.731C245.842 130.451 245.982 130.451 246.209 130.451H250.093C250.267 130.451 250.425 130.591 250.46 130.766Z%27 fill=%27white%27/%3E%3Cpath d=%27M245.719 130.749L239.317 166.541C239.282 166.751 239.439 166.944 239.667 166.944H243.568C243.795 166.944 243.918 166.804 243.953 166.646L250.46 130.889C250.495 130.679 250.338 130.487 250.11 130.487H246.069C245.894 130.487 245.754 130.592 245.719 130.767%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M240.157 140.668L243.936 166.506C243.971 166.716 243.813 166.926 243.586 166.926H239.545C239.37 166.926 239.23 166.803 239.195 166.646L235.539 140.633C235.662 140.353 235.801 140.353 236.029 140.353H239.79C239.965 140.353 240.122 140.493 240.157 140.668Z%27 fill=%27white%27/%3E%3Cpath d=%27M235.417 140.546L228.962 176.302C228.927 176.512 229.084 176.722 229.312 176.705H233.3C233.475 176.705 233.615 176.582 233.65 176.407L240.157 140.65C240.192 140.441 240.035 140.231 239.808 140.248H235.767C235.592 140.248 235.452 140.371 235.417 140.546Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M229.993 150.481L233.649 176.319C233.684 176.529 233.527 176.722 233.299 176.722H229.258C229.083 176.722 228.943 176.599 228.908 176.442L225.252 150.446C225.375 150.167 225.515 150.167 225.742 150.167H229.626C229.801 150.167 229.958 150.306 229.993 150.481Z%27 fill=%27white%27/%3E%3Cpath d=%27M225.252 150.447L218.85 186.239C218.815 186.449 218.972 186.641 219.199 186.641H223.1C223.328 186.641 223.45 186.501 223.485 186.344L229.993 150.587C230.028 150.377 229.87 150.185 229.643 150.185H225.602C225.427 150.185 225.287 150.289 225.252 150.464%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M219.69 160.365L223.468 186.203C223.503 186.413 223.346 186.623 223.119 186.623H219.078C218.903 186.623 218.763 186.501 218.728 186.343L215.072 160.33C215.194 160.051 215.334 160.051 215.562 160.051H219.323C219.498 160.051 219.655 160.19 219.69 160.365Z%27 fill=%27white%27/%3E%3Cpath d=%27M214.95 160.365L208.495 196.122C208.46 196.332 208.617 196.542 208.844 196.525H212.833C213.008 196.525 213.148 196.402 213.183 196.227L219.69 160.47C219.725 160.26 219.568 160.068 219.34 160.068H215.299C215.124 160.068 214.985 160.19 214.95 160.365Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M209.509 170.285L213.165 196.123C213.2 196.333 213.042 196.525 212.815 196.525H208.774C208.599 196.525 208.459 196.403 208.424 196.245L204.768 170.25C204.891 169.97 205.03 169.97 205.258 169.97H209.141C209.316 169.97 209.474 170.11 209.509 170.285Z%27 fill=%27white%27/%3E%3Cpath d=%27M204.768 170.25L198.366 206.042C198.331 206.251 198.488 206.444 198.716 206.444H202.617C202.844 206.444 202.966 206.304 203.001 206.129L209.509 170.372C209.544 170.162 209.386 169.97 209.159 169.97H205.118C204.943 169.97 204.803 170.075 204.768 170.25Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M199.223 180.186L203.001 206.024C203.036 206.233 202.879 206.443 202.651 206.443H198.61C198.435 206.443 198.296 206.321 198.261 206.164L194.604 180.151C194.727 179.871 194.867 179.871 195.094 179.871H198.855C199.03 179.871 199.188 180.011 199.223 180.186Z%27 fill=%27white%27/%3E%3Cpath d=%27M194.482 180.063L188.027 215.82C187.992 216.03 188.149 216.24 188.377 216.223H192.365C192.54 216.223 192.68 216.1 192.715 215.925L199.222 180.168C199.257 179.958 199.1 179.766 198.873 179.766H194.832C194.657 179.766 194.517 179.888 194.482 180.063Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M189.041 189.982L192.697 215.82C192.732 216.03 192.575 216.223 192.348 216.223H188.307C188.132 216.223 187.992 216.1 187.957 215.943L184.301 189.947C184.423 189.667 184.563 189.667 184.791 189.667H188.674C188.849 189.667 189.006 189.807 189.041 189.982Z%27 fill=%27white%27/%3E%3Cpath d=%27M184.319 189.964L177.916 225.756C177.882 225.966 178.039 226.159 178.266 226.159H182.167C182.395 226.159 182.517 226.019 182.552 225.844L189.06 190.087C189.095 189.877 188.92 189.685 188.71 189.685H184.669C184.494 189.685 184.354 189.79 184.319 189.964Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M178.755 199.884L182.534 225.722C182.569 225.932 182.411 226.142 182.184 226.142H178.143C177.968 226.142 177.828 226.019 177.793 225.862L174.137 199.849C174.26 199.569 174.4 199.569 174.627 199.569H178.388C178.563 199.569 178.72 199.709 178.755 199.884Z%27 fill=%27white%27/%3E%3Cpath d=%27M174.015 199.866L167.561 235.623C167.526 235.833 167.683 236.043 167.91 236.026H171.899C172.074 236.026 172.214 235.903 172.249 235.728L178.756 199.971C178.791 199.761 178.634 199.551 178.406 199.569H174.365C174.19 199.569 174.05 199.691 174.015 199.866Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M168.575 209.785L172.231 235.623C172.266 235.833 172.108 236.025 171.881 236.025H167.84C167.665 236.025 167.525 235.903 167.49 235.745L163.834 209.75C163.956 209.47 164.096 209.47 164.324 209.47H168.207C168.382 209.47 168.54 209.61 168.575 209.785Z%27 fill=%27white%27/%3E%3Cpath d=%27M163.852 209.75L157.449 245.542C157.414 245.751 157.572 245.944 157.799 245.944H161.7C161.927 245.944 162.05 245.804 162.085 245.629L168.592 209.872C168.627 209.662 168.452 209.47 168.242 209.47H164.202C164.027 209.47 163.887 209.575 163.852 209.75Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M158.289 219.686L162.068 245.525C162.103 245.734 161.945 245.944 161.718 245.944H157.677C157.502 245.944 157.362 245.822 157.327 245.664L153.671 219.651C153.793 219.372 153.933 219.372 154.161 219.372H157.922C158.097 219.372 158.254 219.512 158.289 219.686Z%27 fill=%27white%27/%3E%3Cpath d=%27M153.549 219.564L147.094 255.321C147.059 255.531 147.216 255.741 147.444 255.723H151.432C151.607 255.723 151.747 255.601 151.782 255.426L158.289 219.669C158.324 219.459 158.167 219.267 157.939 219.267H153.899C153.724 219.267 153.584 219.389 153.549 219.564Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M148.108 229.483L151.764 255.321C151.799 255.531 151.642 255.724 151.415 255.724H147.374C147.199 255.724 147.059 255.601 147.024 255.444L143.368 229.448C143.49 229.168 143.63 229.168 143.858 229.168H147.741C147.916 229.168 148.073 229.308 148.108 229.483Z%27 fill=%27white%27/%3E%3Cpath d=%27M143.385 229.465L136.982 265.257C136.947 265.467 137.105 265.659 137.332 265.659H141.233C141.461 265.659 141.583 265.519 141.618 265.344L148.125 229.587C148.16 229.378 148.003 229.185 147.776 229.185H143.735C143.56 229.185 143.42 229.29 143.385 229.465Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M137.822 239.384L141.601 265.222C141.636 265.432 141.478 265.642 141.251 265.642H137.21C137.035 265.642 136.895 265.519 136.86 265.362L133.204 239.349C133.327 239.069 133.466 239.069 133.694 239.069H137.455C137.63 239.069 137.787 239.209 137.822 239.384Z%27 fill=%27white%27/%3E%3Cpath d=%27M133.081 239.366L126.626 275.123C126.591 275.333 126.749 275.543 126.976 275.526H130.965C131.14 275.526 131.28 275.403 131.315 275.228L137.822 239.471C137.857 239.261 137.7 239.069 137.472 239.069H133.431C133.256 239.069 133.116 239.192 133.081 239.366Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M127.641 249.286L131.297 275.124C131.332 275.334 131.175 275.526 130.947 275.526H126.906C126.731 275.526 126.591 275.404 126.556 275.246L122.9 249.251C123.023 248.971 123.163 248.971 123.39 248.971H127.274C127.449 248.971 127.606 249.111 127.641 249.286Z%27 fill=%27white%27/%3E%3Cpath d=%27M122.901 249.268L116.498 285.06C116.463 285.27 116.621 285.462 116.848 285.462H120.749C120.976 285.462 121.099 285.323 121.134 285.148L127.641 249.391C127.676 249.181 127.519 248.988 127.291 248.988H123.25C123.075 248.988 122.935 249.093 122.901 249.268Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M117.337 259.187L121.116 285.025C121.151 285.234 120.993 285.444 120.766 285.444H116.725C116.55 285.444 116.41 285.322 116.375 285.164L112.719 259.151C112.842 258.872 112.982 258.872 113.209 258.872H116.97C117.145 258.872 117.302 259.012 117.337 259.187Z%27 fill=%27white%27/%3E%3Cpath d=%27M112.614 259.082L106.159 294.839C106.124 295.049 106.282 295.259 106.509 295.242H110.497C110.672 295.242 110.812 295.119 110.847 294.944L117.355 259.187C117.39 258.977 117.232 258.785 117.005 258.785H112.964C112.789 258.785 112.649 258.907 112.614 259.082Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M107.174 269.001L110.83 294.839C110.865 295.049 110.707 295.241 110.48 295.241H106.439C106.264 295.241 106.124 295.119 106.089 294.961L102.433 268.966C102.556 268.686 102.695 268.686 102.923 268.686H106.806C106.981 268.686 107.139 268.826 107.174 269.001Z%27 fill=%27white%27/%3E%3Cpath d=%27M102.434 268.966L96.0312 304.758C95.9962 304.968 96.1537 305.16 96.3811 305.16H100.282C100.509 305.16 100.632 305.02 100.667 304.845L107.174 269.088C107.209 268.878 107.052 268.686 106.824 268.686H102.784C102.609 268.686 102.469 268.791 102.434 268.966Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M96.8706 278.902L100.649 304.74C100.684 304.95 100.527 305.16 100.299 305.16H96.2583C96.0834 305.16 95.9435 305.038 95.9085 304.88L92.2524 278.867C92.3749 278.587 92.5148 278.587 92.7422 278.587H96.5032C96.6782 278.587 96.8356 278.727 96.8706 278.902Z%27 fill=%27white%27/%3E%3Cpath d=%27M92.1483 278.868L85.6933 314.625C85.6584 314.835 85.8158 315.044 86.0432 315.027H90.0316C90.2066 315.027 90.3465 314.905 90.3815 314.73L96.8889 278.973C96.9239 278.763 96.7665 278.57 96.5391 278.57H92.4982C92.3232 278.57 92.1833 278.693 92.1483 278.868Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M86.7074 288.786L90.3635 314.624C90.3985 314.834 90.241 315.026 90.0136 315.026H85.9727C85.7978 315.026 85.6578 314.904 85.6228 314.746L81.9668 288.751C82.0892 288.471 82.2292 288.471 82.4566 288.471H86.3401C86.515 288.471 86.6724 288.611 86.7074 288.786Z%27 fill=%27white%27/%3E%3Cpath d=%27M81.9845 288.768L75.582 324.56C75.547 324.77 75.7045 324.962 75.9319 324.962H79.8328C80.0603 324.962 80.1827 324.822 80.2177 324.648L86.7251 288.891C86.7601 288.681 86.6027 288.488 86.3753 288.488H82.3343C82.1594 288.488 82.0195 288.593 81.9845 288.768Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M76.4214 298.688L80.1999 324.526C80.2349 324.736 80.0774 324.946 79.85 324.946H75.8091C75.6342 324.946 75.4943 324.823 75.4593 324.666L71.8032 298.653C71.9257 298.373 72.0656 298.373 72.293 298.373H76.054C76.229 298.373 76.3864 298.513 76.4214 298.688Z%27 fill=%27white%27/%3E%3Cpath d=%27M71.681 298.583L65.2261 334.339C65.1911 334.549 65.3485 334.759 65.5759 334.742H69.5643C69.7393 334.742 69.8792 334.619 69.9142 334.444L76.4216 298.688C76.4566 298.478 76.2992 298.285 76.0718 298.285H72.0309C71.8559 298.285 71.716 298.408 71.681 298.583Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M66.2406 308.502L69.8967 334.34C69.9317 334.55 69.7742 334.742 69.5468 334.742H65.5059C65.331 334.742 65.191 334.62 65.1561 334.462L61.5 308.467C61.6225 308.187 61.7624 308.187 61.9898 308.187H65.8733C66.0482 308.187 66.2056 308.327 66.2406 308.502Z%27 fill=%27white%27/%3E%3Cpath d=%27M61.5167 308.467L55.1142 344.259C55.0793 344.468 55.2367 344.661 55.4641 344.661H59.3651C59.5925 344.661 59.7149 344.521 59.7499 344.346L66.2573 308.589C66.2923 308.379 66.1349 308.187 65.9075 308.187H61.8666C61.6916 308.187 61.5517 308.292 61.5167 308.467Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M55.9546 318.403L59.7331 344.241C59.7681 344.451 59.6107 344.66 59.3832 344.66H55.3423C55.1674 344.66 55.0275 344.538 54.9925 344.381L51.3364 318.368C51.4589 318.088 51.5988 318.088 51.8262 318.088H55.5872C55.7622 318.088 55.9196 318.228 55.9546 318.403Z%27 fill=%27white%27/%3E%3Cpath d=%27M51.1961 318.385L44.7412 354.142C44.7062 354.352 44.8636 354.562 45.0911 354.544H49.0795C49.2544 354.544 49.3943 354.422 49.4293 354.247L55.9368 318.49C55.9717 318.28 55.8143 318.088 55.5869 318.088H51.546C51.3711 318.088 51.2311 318.21 51.1961 318.385Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M45.7733 328.304L49.4294 354.142C49.4644 354.352 49.3069 354.545 49.0795 354.545H45.0386C44.8637 354.545 44.7237 354.422 44.6888 354.265L41.0327 328.269C41.1552 327.989 41.2951 327.989 41.5225 327.989H45.406C45.5809 327.989 45.7384 328.129 45.7733 328.304Z%27 fill=%27white%27/%3E%3Cpath d=%27M41.0333 328.269L34.6308 364.061C34.5959 364.271 34.7533 364.463 34.9807 364.463H38.8817C39.1091 364.463 39.2315 364.323 39.2665 364.149L45.7739 328.392C45.8089 328.182 45.6515 327.989 45.4241 327.989H41.3832C41.2082 327.989 41.0683 328.094 41.0333 328.269Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M35.4697 338.205L39.2482 364.044C39.2832 364.254 39.1258 364.463 38.8984 364.463H34.8575C34.6826 364.463 34.5426 364.341 34.5076 364.184L30.8516 338.171C30.974 337.891 31.114 337.891 31.3414 337.891H35.1024C35.2773 337.891 35.4348 338.031 35.4697 338.205Z%27 fill=%27white%27/%3E%3Cpath d=%27M30.7469 338.083L24.292 373.84C24.257 374.05 24.4144 374.26 24.6418 374.242H28.6303C28.8052 374.242 28.9451 374.12 28.9801 373.945L35.4876 338.188C35.5225 337.978 35.3651 337.786 35.1377 337.786H31.0968C30.9219 337.786 30.7819 337.908 30.7469 338.083Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M25.3066 348.002L28.9626 373.84C28.9976 374.05 28.8402 374.242 28.6127 374.242H24.5718C24.3969 374.242 24.257 374.12 24.222 373.962L20.5659 347.967C20.6884 347.687 20.8283 347.687 21.0557 347.687H24.9392C25.1141 347.687 25.2716 347.827 25.3066 348.002Z%27 fill=%27white%27/%3E%3Cpath d=%27M20.566 347.984L14.1636 383.776C14.1286 383.986 14.286 384.179 14.5134 384.179H18.4144C18.6418 384.179 18.7642 384.039 18.7992 383.864L25.3067 348.107C25.3416 347.897 25.1842 347.705 24.9568 347.705H20.9159C20.741 347.705 20.601 347.81 20.566 347.984Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M15.0034 357.903L18.7819 383.742C18.8169 383.951 18.6595 384.161 18.4321 384.161H14.3912C14.2162 384.161 14.0763 384.039 14.0413 383.882L10.3853 357.868C10.5077 357.589 10.6477 357.589 10.8751 357.589H14.6361C14.811 357.589 14.9685 357.729 15.0034 357.903Z%27 fill=%27white%27/%3E%3Cpath d=%27M10.2801 357.886L3.82518 393.643C3.79019 393.853 3.94764 394.063 4.17505 394.045H8.16347C8.3384 394.045 8.47834 393.923 8.51333 393.748L15.0208 357.991C15.0557 357.781 14.8983 357.589 14.6709 357.589H10.63C10.4551 357.589 10.3151 357.711 10.2801 357.886Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M4.83975 367.804L8.49581 393.642C8.53079 393.852 8.37335 394.045 8.14594 394.045H4.10504C3.93011 394.045 3.79017 393.922 3.75518 393.765L0.0991211 367.769C0.221573 367.49 0.361515 367.49 0.588925 367.49H4.47239C4.64732 367.49 4.80476 367.629 4.83975 367.804Z%27 fill=%27white%27/%3E%3Cpath d=%27M0.0987353 367.769L-6.30373 403.561C-6.33871 403.771 -6.18128 403.964 -5.95387 403.964H-2.05291C-1.8255 403.964 -1.70306 403.824 -1.66807 403.649L4.83936 367.892C4.87435 367.682 4.71691 367.49 4.4895 367.49H0.448592C0.273661 367.49 0.133722 367.594 0.0987353 367.769Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.111 1.55707L406.708 37.349C406.673 37.5589 406.831 37.7513 407.058 37.7513H410.959C411.187 37.7513 411.309 37.6114 411.344 37.454L417.852 1.69705C417.887 1.48713 417.712 1.29468 417.502 1.29468H413.461C413.286 1.29468 413.146 1.39965 413.111 1.57458%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M407.547 11.4953L411.326 37.3334C411.361 37.5433 411.203 37.7532 410.976 37.7532H406.935C406.76 37.7532 406.62 37.6307 406.585 37.4733L402.929 11.4603C403.052 11.1804 403.192 11.1804 403.419 11.1804H407.18C407.355 11.1804 407.512 11.3204 407.547 11.4953Z%27 fill=%27white%27/%3E%3Cpath d=%27M402.825 11.3726L396.37 47.1295C396.335 47.3395 396.493 47.5493 396.72 47.5318H400.708C400.883 47.5318 401.023 47.4094 401.058 47.2345L407.566 11.4776C407.601 11.2676 407.443 11.0752 407.216 11.0752H403.175C403 11.0752 402.86 11.1977 402.825 11.3726Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M397.385 21.2914L401.041 47.1295C401.076 47.3394 400.919 47.5318 400.691 47.5318H396.65C396.475 47.5318 396.336 47.4094 396.301 47.2519L392.645 21.2565C392.767 20.9766 392.907 20.9766 393.134 20.9766H397.018C397.193 20.9766 397.35 21.1165 397.385 21.2914Z%27 fill=%27white%27/%3E%3Cpath d=%27M392.644 21.2742L386.241 57.0661C386.206 57.276 386.364 57.4684 386.591 57.4684H390.492C390.719 57.4684 390.842 57.3285 390.877 57.171L397.384 21.4141C397.419 21.2042 397.262 21.0117 397.034 21.0117H392.994C392.819 21.0117 392.679 21.1167 392.644 21.2916%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M387.081 31.1933L390.86 57.0314C390.895 57.2413 390.737 57.4512 390.51 57.4512H386.469C386.294 57.4512 386.154 57.3287 386.119 57.1713L382.463 31.1583C382.585 30.8784 382.725 30.8784 382.953 30.8784H386.714C386.889 30.8784 387.046 31.0184 387.081 31.1933Z%27 fill=%27white%27/%3E%3Cpath d=%27M382.341 31.1758L375.886 66.9327C375.851 67.1426 376.008 67.3526 376.236 67.3351H380.224C380.399 67.3351 380.539 67.2126 380.574 67.0377L387.081 31.2808C387.116 31.0709 386.959 30.8784 386.731 30.8784H382.691C382.516 30.8784 382.376 31.0008 382.341 31.1758Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M376.9 41.112L380.556 66.9501C380.591 67.16 380.434 67.3524 380.206 67.3524H376.166C375.991 67.3524 375.851 67.23 375.816 67.0725L372.16 41.077C372.282 40.7971 372.422 40.7971 372.649 40.7971H376.533C376.708 40.7971 376.865 40.9371 376.9 41.112Z%27 fill=%27white%27/%3E%3Cpath d=%27M372.177 41.0768L365.774 76.8688C365.739 77.0787 365.897 77.2711 366.124 77.2711H370.025C370.253 77.2711 370.375 77.1312 370.41 76.9737L376.917 41.2168C376.952 41.0069 376.795 40.8145 376.568 40.8145H372.527C372.352 40.8145 372.212 40.9194 372.177 41.0944%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M366.614 50.9953L370.393 76.8333C370.428 77.0432 370.27 77.2532 370.043 77.2532H366.002C365.827 77.2532 365.687 77.1307 365.652 76.9733L361.996 50.9603C362.119 50.6804 362.258 50.6804 362.486 50.6804H366.247C366.422 50.6804 366.579 50.8204 366.614 50.9953Z%27 fill=%27white%27/%3E%3Cpath d=%27M361.874 50.8907L355.419 86.6476C355.384 86.8575 355.541 87.0674 355.769 87.0499H359.757C359.932 87.0499 360.072 86.9275 360.107 86.7526L366.614 50.9956C366.649 50.7857 366.492 50.5933 366.265 50.5933H362.224C362.049 50.5933 361.909 50.7157 361.874 50.8907Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M356.433 60.8095L360.089 86.6476C360.124 86.8575 359.967 87.0499 359.739 87.0499H355.698C355.523 87.0499 355.383 86.9275 355.348 86.7701L351.692 60.7745C351.815 60.4946 351.955 60.4946 352.182 60.4946H356.066C356.241 60.4946 356.398 60.6346 356.433 60.8095Z%27 fill=%27white%27/%3E%3Cpath d=%27M351.71 60.7748L345.308 96.5667C345.273 96.7767 345.43 96.9691 345.657 96.9691H349.558C349.786 96.9691 349.908 96.8291 349.943 96.6717L356.451 60.9148C356.486 60.7048 356.328 60.5125 356.101 60.5125H352.06C351.885 60.5125 351.745 60.6174 351.71 60.7924%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M346.147 70.7109L349.925 96.5665C349.96 96.7764 349.803 96.9864 349.576 96.9864H345.535C345.36 96.9864 345.22 96.8639 345.185 96.7065L341.529 70.6935C341.651 70.4136 341.791 70.4136 342.019 70.4136H345.78C345.955 70.4136 346.112 70.5535 346.147 70.7284%27 fill=%27white%27/%3E%3Cpath d=%27M341.406 70.6758L334.951 106.433C334.916 106.643 335.074 106.853 335.301 106.835H339.289C339.464 106.835 339.604 106.713 339.639 106.538L346.147 70.7808C346.182 70.5709 346.024 70.3784 345.797 70.3784H341.756C341.581 70.3784 341.441 70.5009 341.406 70.6758Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M335.984 80.612L339.64 106.45C339.675 106.66 339.518 106.852 339.29 106.852H335.25C335.075 106.852 334.935 106.73 334.9 106.572L331.244 80.577C331.366 80.2971 331.506 80.2971 331.733 80.2971H335.617C335.792 80.2971 335.949 80.4371 335.984 80.612Z%27 fill=%27white%27/%3E%3Cpath d=%27M331.243 80.5773L324.84 116.369C324.805 116.579 324.963 116.772 325.19 116.772H329.091C329.319 116.772 329.441 116.632 329.476 116.474L335.983 80.7173C336.018 80.5073 335.861 80.3149 335.634 80.3149H331.593C331.418 80.3149 331.278 80.4199 331.243 80.5948%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M325.681 90.496L329.459 116.334C329.494 116.544 329.337 116.754 329.109 116.754H325.068C324.894 116.754 324.754 116.631 324.719 116.474L321.062 90.4611C321.185 90.1812 321.325 90.1812 321.552 90.1812H325.313C325.488 90.1812 325.646 90.3211 325.681 90.496Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.94 90.3911L314.485 126.148C314.45 126.358 314.607 126.568 314.835 126.55H318.823C318.998 126.55 319.138 126.428 319.173 126.253L325.68 90.4961C325.715 90.2861 325.558 90.0938 325.331 90.0938H321.29C321.115 90.0938 320.975 90.2162 320.94 90.3911Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M315.517 100.31L319.173 126.148C319.208 126.358 319.051 126.55 318.823 126.55H314.782C314.607 126.55 314.467 126.428 314.432 126.27L310.776 100.275C310.899 99.9951 311.039 99.9951 311.266 99.9951H315.15C315.325 99.9951 315.482 100.135 315.517 100.31Z%27 fill=%27white%27/%3E%3Cpath d=%27M310.776 100.275L304.374 136.067C304.339 136.277 304.496 136.469 304.724 136.469H308.625C308.852 136.469 308.975 136.329 309.01 136.172L315.517 100.415C315.552 100.205 315.377 100.012 315.167 100.012H311.126C310.951 100.012 310.811 100.117 310.776 100.292%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M305.213 110.211L308.992 136.049C309.027 136.259 308.869 136.469 308.642 136.469H304.601C304.426 136.469 304.286 136.347 304.251 136.189L300.595 110.176C300.718 109.896 300.858 109.896 301.085 109.896H304.846C305.021 109.896 305.178 110.036 305.213 110.211Z%27 fill=%27white%27/%3E%3Cpath d=%27M300.473 110.194L294.018 145.951C293.983 146.161 294.14 146.371 294.368 146.353H298.356C298.531 146.353 298.671 146.213 298.706 146.056L305.214 110.299C305.249 110.089 305.091 109.896 304.864 109.896H300.823C300.648 109.896 300.508 110.019 300.473 110.194Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M295.033 120.113L298.689 145.951C298.724 146.16 298.566 146.353 298.339 146.353H294.298C294.123 146.353 293.983 146.23 293.948 146.073L290.292 120.078C290.414 119.798 290.554 119.798 290.782 119.798H294.665C294.84 119.798 294.998 119.938 295.033 120.113Z%27 fill=%27white%27/%3E%3Cpath d=%27M290.291 120.095L283.889 155.887C283.854 156.097 284.011 156.29 284.239 156.29H288.139C288.367 156.29 288.489 156.15 288.524 155.992L295.032 120.235C295.067 120.025 294.909 119.833 294.682 119.833H290.641C290.466 119.833 290.326 119.938 290.291 120.113%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M284.73 130.014L288.508 155.87C288.543 156.08 288.386 156.29 288.158 156.29H284.117C283.942 156.29 283.802 156.167 283.767 156.01L280.111 129.997C280.234 129.717 280.374 129.717 280.601 129.717H284.362C284.537 129.717 284.695 129.857 284.73 130.032%27 fill=%27white%27/%3E%3Cpath d=%27M280.006 129.892L273.551 165.649C273.516 165.859 273.673 166.069 273.901 166.051H277.889C278.064 166.051 278.204 165.929 278.239 165.754L284.746 129.997C284.781 129.787 284.624 129.594 284.396 129.594H280.356C280.181 129.594 280.041 129.717 280.006 129.892Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M274.565 139.81L278.221 165.649C278.256 165.858 278.099 166.051 277.872 166.051H273.831C273.656 166.051 273.516 165.928 273.481 165.771L269.825 139.776C269.947 139.496 270.087 139.496 270.315 139.496H274.198C274.373 139.496 274.53 139.636 274.565 139.81Z%27 fill=%27white%27/%3E%3Cpath d=%27M269.825 139.793L263.423 175.585C263.388 175.795 263.545 175.987 263.773 175.987H267.674C267.901 175.987 268.024 175.847 268.059 175.69L274.566 139.933C274.601 139.723 274.426 139.531 274.216 139.531H270.175C270 139.531 269.86 139.636 269.825 139.811%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M264.28 149.712L268.058 175.55C268.093 175.76 267.936 175.97 267.708 175.97H263.668C263.493 175.97 263.353 175.847 263.318 175.69L259.662 149.677C259.784 149.397 259.924 149.397 260.151 149.397H263.912C264.087 149.397 264.245 149.537 264.28 149.712Z%27 fill=%27white%27/%3E%3Cpath d=%27M259.539 149.694L253.084 185.451C253.049 185.661 253.206 185.871 253.434 185.854H257.422C257.597 185.854 257.737 185.731 257.772 185.556L264.28 149.799C264.315 149.589 264.157 149.397 263.93 149.397H259.889C259.714 149.397 259.574 149.519 259.539 149.694Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M254.099 159.613L257.756 185.451C257.791 185.661 257.633 185.854 257.406 185.854H253.365C253.19 185.854 253.05 185.731 253.015 185.574L249.359 159.578C249.481 159.298 249.621 159.298 249.849 159.298H253.732C253.907 159.298 254.065 159.438 254.099 159.613Z%27 fill=%27white%27/%3E%3Cpath d=%27M249.375 159.596L242.973 195.388C242.938 195.598 243.095 195.79 243.322 195.79H247.223C247.451 195.79 247.573 195.65 247.608 195.475L254.116 159.719C254.151 159.509 253.976 159.316 253.766 159.316H249.725C249.55 159.316 249.41 159.421 249.375 159.596Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M243.813 169.515L247.591 195.353C247.626 195.563 247.469 195.772 247.242 195.772H243.201C243.026 195.772 242.886 195.65 242.851 195.493L239.195 169.48C239.317 169.2 239.457 169.2 239.685 169.2H243.446C243.621 169.2 243.778 169.34 243.813 169.515Z%27 fill=%27white%27/%3E%3Cpath d=%27M239.072 169.392L232.617 205.149C232.582 205.359 232.74 205.569 232.967 205.551H236.955C237.13 205.551 237.27 205.429 237.305 205.254L243.813 169.497C243.848 169.287 243.69 169.077 243.463 169.095H239.422C239.247 169.095 239.107 169.217 239.072 169.392Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M233.632 179.311L237.288 205.149C237.323 205.359 237.165 205.552 236.938 205.552H232.897C232.722 205.552 232.582 205.429 232.547 205.272L228.891 179.276C229.014 178.996 229.154 178.996 229.381 178.996H233.264C233.439 178.996 233.597 179.136 233.632 179.311Z%27 fill=%27white%27/%3E%3Cpath d=%27M228.909 179.294L222.506 215.085C222.471 215.295 222.629 215.488 222.856 215.488H226.757C226.985 215.488 227.107 215.348 227.142 215.173L233.649 179.416C233.684 179.206 233.509 179.014 233.3 179.014H229.259C229.084 179.014 228.944 179.119 228.909 179.294Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M223.346 189.213L227.124 215.051C227.159 215.261 227.002 215.471 226.774 215.471H222.733C222.559 215.471 222.419 215.348 222.384 215.191L218.728 189.178C218.85 188.898 218.99 188.898 219.217 188.898H222.978C223.153 188.898 223.311 189.038 223.346 189.213Z%27 fill=%27white%27/%3E%3Cpath d=%27M218.605 189.195L212.15 224.952C212.115 225.162 212.273 225.372 212.5 225.355H216.489C216.664 225.355 216.804 225.232 216.839 225.057L223.346 189.3C223.381 189.09 223.223 188.898 222.996 188.898H218.955C218.78 188.898 218.64 189.02 218.605 189.195Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M213.164 199.131L216.821 224.969C216.856 225.179 216.698 225.371 216.471 225.371H212.43C212.255 225.371 212.115 225.249 212.08 225.092L208.424 199.096C208.546 198.816 208.686 198.816 208.914 198.816H212.797C212.972 198.816 213.129 198.956 213.164 199.131Z%27 fill=%27white%27/%3E%3Cpath d=%27M208.424 199.096L202.021 234.888C201.986 235.098 202.144 235.29 202.371 235.29H206.272C206.5 235.29 206.622 235.15 206.657 234.975L213.165 199.219C213.2 199.009 213.025 198.816 212.815 198.816H208.774C208.599 198.816 208.459 198.921 208.424 199.096Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M202.861 209.016L206.64 234.854C206.675 235.064 206.517 235.273 206.29 235.273H202.249C202.074 235.273 201.934 235.151 201.899 234.994L198.243 208.981C198.366 208.701 198.506 208.701 198.733 208.701H202.494C202.669 208.701 202.826 208.841 202.861 209.016Z%27 fill=%27white%27/%3E%3Cpath d=%27M198.139 208.91L191.684 244.667C191.649 244.877 191.806 245.087 192.033 245.069H196.022C196.197 245.069 196.337 244.947 196.372 244.772L202.879 209.015C202.914 208.805 202.757 208.613 202.529 208.613H198.488C198.313 208.613 198.174 208.735 198.139 208.91Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M192.698 218.83L196.354 244.668C196.389 244.877 196.232 245.07 196.004 245.07H191.963C191.789 245.07 191.649 244.947 191.614 244.79L187.958 218.794C188.08 218.515 188.22 218.515 188.447 218.515H192.331C192.506 218.515 192.663 218.655 192.698 218.83Z%27 fill=%27white%27/%3E%3Cpath d=%27M187.957 218.794L181.555 254.586C181.52 254.796 181.677 254.989 181.905 254.989H185.806C186.033 254.989 186.155 254.849 186.19 254.674L192.698 218.917C192.733 218.707 192.558 218.515 192.348 218.515H188.307C188.132 218.515 187.992 218.62 187.957 218.794Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M182.394 228.73L186.173 254.568C186.208 254.778 186.05 254.988 185.823 254.988H181.782C181.607 254.988 181.467 254.866 181.432 254.708L177.776 228.695C177.898 228.416 178.038 228.416 178.266 228.416H182.027C182.202 228.416 182.359 228.556 182.394 228.73Z%27 fill=%27white%27/%3E%3Cpath d=%27M177.672 228.696L171.217 264.453C171.182 264.662 171.339 264.872 171.567 264.855H175.555C175.73 264.855 175.87 264.732 175.905 264.557L182.412 228.801C182.447 228.591 182.29 228.381 182.062 228.398H178.022C177.847 228.398 177.707 228.521 177.672 228.696Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M172.231 238.632L175.887 264.47C175.922 264.68 175.765 264.872 175.538 264.872H171.497C171.322 264.872 171.182 264.75 171.147 264.592L167.491 238.597C167.613 238.317 167.753 238.317 167.981 238.317H171.864C172.039 238.317 172.196 238.457 172.231 238.632Z%27 fill=%27white%27/%3E%3Cpath d=%27M167.49 238.597L161.088 274.389C161.053 274.599 161.21 274.791 161.438 274.791H165.339C165.566 274.791 165.689 274.651 165.724 274.476L172.231 238.719C172.266 238.509 172.109 238.317 171.881 238.317H167.84C167.665 238.317 167.525 238.422 167.49 238.597Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M161.945 248.516L165.723 274.354C165.758 274.564 165.601 274.773 165.373 274.773H161.333C161.158 274.773 161.018 274.651 160.983 274.494L157.327 248.481C157.449 248.201 157.589 248.201 157.816 248.201H161.577C161.752 248.201 161.91 248.341 161.945 248.516Z%27 fill=%27white%27/%3E%3Cpath d=%27M157.204 248.41L150.749 284.167C150.715 284.377 150.872 284.587 151.099 284.57H155.088C155.263 284.57 155.403 284.447 155.438 284.272L161.945 248.515C161.98 248.305 161.823 248.113 161.595 248.113H157.554C157.379 248.113 157.239 248.236 157.204 248.41Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M151.764 258.33L155.42 284.168C155.455 284.378 155.298 284.57 155.07 284.57H151.029C150.854 284.57 150.714 284.447 150.679 284.29L147.023 258.295C147.146 258.015 147.286 258.015 147.513 258.015H151.397C151.572 258.015 151.729 258.155 151.764 258.33Z%27 fill=%27white%27/%3E%3Cpath d=%27M147.024 258.295L140.622 294.086C140.587 294.296 140.744 294.489 140.971 294.489H144.872C145.1 294.489 145.222 294.349 145.257 294.174L151.765 258.417C151.8 258.207 151.642 258.015 151.415 258.015H147.374C147.199 258.015 147.059 258.12 147.024 258.295Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M141.478 268.231L145.256 294.069C145.291 294.279 145.134 294.489 144.906 294.489H140.865C140.69 294.489 140.55 294.367 140.515 294.209L136.859 268.196C136.982 267.917 137.122 267.917 137.349 267.917H141.11C141.285 267.917 141.443 268.056 141.478 268.231Z%27 fill=%27white%27/%3E%3Cpath d=%27M136.72 268.214L130.265 303.971C130.23 304.181 130.388 304.391 130.615 304.373H134.603C134.778 304.373 134.918 304.251 134.953 304.076L141.461 268.319C141.496 268.109 141.338 267.917 141.111 267.917H137.07C136.895 267.917 136.755 268.039 136.72 268.214Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M131.297 278.132L134.953 303.97C134.988 304.18 134.831 304.373 134.603 304.373H130.563C130.388 304.373 130.248 304.25 130.213 304.093L126.557 278.097C126.679 277.817 126.819 277.817 127.046 277.817H130.93C131.105 277.817 131.262 277.957 131.297 278.132Z%27 fill=%27white%27/%3E%3Cpath d=%27M126.557 278.115L120.154 313.907C120.119 314.116 120.277 314.309 120.504 314.309H124.405C124.632 314.309 124.755 314.169 124.79 313.994L131.297 278.237C131.332 278.027 131.175 277.835 130.948 277.835H126.907C126.732 277.835 126.592 277.94 126.557 278.115Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M120.994 288.034L124.772 313.872C124.807 314.082 124.65 314.292 124.422 314.292H120.381C120.206 314.292 120.067 314.17 120.032 314.012L116.375 287.999C116.498 287.719 116.638 287.719 116.865 287.719H120.626C120.801 287.719 120.959 287.859 120.994 288.034Z%27 fill=%27white%27/%3E%3Cpath d=%27M116.253 287.911L109.798 323.668C109.763 323.878 109.92 324.088 110.148 324.071H114.136C114.311 324.071 114.451 323.948 114.486 323.773L120.993 288.016C121.028 287.806 120.871 287.614 120.644 287.614H116.603C116.428 287.614 116.288 287.736 116.253 287.911Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M110.83 297.848L114.486 323.686C114.521 323.896 114.364 324.088 114.136 324.088H110.095C109.92 324.088 109.78 323.966 109.745 323.809L106.089 297.813C106.212 297.533 106.352 297.533 106.579 297.533H110.463C110.638 297.533 110.795 297.673 110.83 297.848Z%27 fill=%27white%27/%3E%3Cpath d=%27M106.089 297.813L99.687 333.605C99.652 333.815 99.8094 334.007 100.037 334.007H103.938C104.165 334.007 104.288 333.867 104.323 333.692L110.83 297.936C110.865 297.726 110.708 297.533 110.48 297.533H106.439C106.264 297.533 106.124 297.638 106.089 297.813Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M100.527 307.732L104.306 333.57C104.341 333.78 104.183 333.99 103.956 333.99H99.9151C99.7402 333.99 99.6002 333.867 99.5652 333.71L95.9092 307.697C96.0316 307.417 96.1716 307.417 96.399 307.417H100.16C100.335 307.417 100.492 307.557 100.527 307.732Z%27 fill=%27white%27/%3E%3Cpath d=%27M95.8041 307.714L89.3491 343.471C89.3141 343.681 89.4716 343.891 89.699 343.873H93.6874C93.8623 343.873 94.0023 343.751 94.0372 343.576L100.545 307.819C100.58 307.609 100.422 307.417 100.195 307.417H96.1539C95.979 307.417 95.839 307.539 95.8041 307.714Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M90.3637 317.633L94.0197 343.471C94.0547 343.681 93.8973 343.874 93.6699 343.874H89.629C89.454 343.874 89.3141 343.751 89.2791 343.594L85.623 317.598C85.7455 317.318 85.8854 317.318 86.1129 317.318H89.9963C90.1712 317.318 90.3287 317.458 90.3637 317.633Z%27 fill=%27white%27/%3E%3Cpath d=%27M85.6227 317.616L79.2202 353.408C79.1852 353.618 79.3427 353.81 79.5701 353.81H83.471C83.6984 353.81 83.8209 353.67 83.8559 353.495L90.3633 317.738C90.3983 317.528 90.2408 317.336 90.0134 317.336H85.9725C85.7976 317.336 85.6577 317.441 85.6227 317.616Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M80.0601 327.534L83.8386 353.372C83.8735 353.582 83.7161 353.792 83.4887 353.792H79.4478C79.2729 353.792 79.1329 353.67 79.0979 353.512L75.4419 327.499C75.5643 327.219 75.7043 327.219 75.9317 327.219H79.6927C79.8676 327.219 80.0251 327.359 80.0601 327.534Z%27 fill=%27white%27/%3E%3Cpath d=%27M75.3363 327.412L68.8813 363.169C68.8463 363.379 69.0038 363.589 69.2312 363.571H73.2196C73.3945 363.571 73.5345 363.449 73.5695 363.274L80.0769 327.517C80.1119 327.307 79.9544 327.115 79.727 327.115H75.6861C75.5112 327.115 75.3712 327.237 75.3363 327.412Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M69.8964 337.348L73.5524 363.186C73.5874 363.396 73.43 363.588 73.2026 363.588H69.1617C68.9867 363.588 68.8468 363.466 68.8118 363.309L65.1558 337.313C65.2782 337.033 65.4182 337.033 65.6456 337.033H69.529C69.704 337.033 69.8614 337.173 69.8964 337.348Z%27 fill=%27white%27/%3E%3Cpath d=%27M65.1564 337.313L58.7539 373.105C58.7189 373.315 58.8763 373.507 59.1038 373.507H63.0047C63.2321 373.507 63.3546 373.367 63.3896 373.192L69.897 337.436C69.932 337.226 69.7745 337.033 69.5471 337.033H65.5062C65.3313 337.033 65.1914 337.138 65.1564 337.313Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M59.5928 347.232L63.3713 373.07C63.4063 373.28 63.2488 373.49 63.0214 373.49H58.9805C58.8056 373.49 58.6656 373.368 58.6307 373.21L54.9746 347.197C55.0971 346.917 55.237 346.917 55.4644 346.917H59.2254C59.4004 346.917 59.5578 347.057 59.5928 347.232Z%27 fill=%27white%27/%3E%3Cpath d=%27M54.8524 347.215L48.3974 382.972C48.3625 383.181 48.5199 383.391 48.7473 383.374H52.7357C52.9107 383.374 53.0506 383.251 53.0856 383.076L59.593 347.32C59.628 347.11 59.4706 346.917 59.2432 346.917H55.2023C55.0273 346.917 54.8874 347.04 54.8524 347.215Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M49.412 357.151L53.0681 382.989C53.103 383.199 52.9456 383.391 52.7182 383.391H48.6773C48.5024 383.391 48.3624 383.269 48.3274 383.111L44.6714 357.116C44.7938 356.836 44.9338 356.836 45.1612 356.836H49.0447C49.2196 356.836 49.377 356.976 49.412 357.151Z%27 fill=%27white%27/%3E%3Cpath d=%27M44.6891 357.116L38.2866 392.908C38.2516 393.118 38.4091 393.31 38.6365 393.31H42.5374C42.7648 393.31 42.8873 393.17 42.9223 392.995L49.4297 357.238C49.4647 357.028 49.3072 356.836 49.0798 356.836H45.0389C44.864 356.836 44.7241 356.941 44.6891 357.116Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M39.126 367.035L42.9045 392.873C42.9395 393.083 42.7821 393.293 42.5546 393.293H38.5137C38.3388 393.293 38.1989 393.171 38.1639 393.013L34.5078 367C34.6303 366.72 34.7702 366.72 34.9976 366.72H38.7586C38.9336 366.72 39.091 366.86 39.126 367.035Z%27 fill=%27white%27/%3E%3Cpath d=%27M34.3856 366.93L27.9306 402.687C27.8957 402.897 28.0531 403.107 28.2805 403.089H32.2689C32.4439 403.089 32.5838 402.967 32.6188 402.792L39.1262 367.035C39.1612 366.825 39.0038 366.633 38.7764 366.633H34.7355C34.5605 366.633 34.4206 366.755 34.3856 366.93Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M28.9447 376.849L32.6008 402.687C32.6358 402.897 32.4783 403.089 32.2509 403.089H28.21C28.0351 403.089 27.8951 402.967 27.8602 402.809L24.2041 376.814C24.3266 376.534 24.4665 376.534 24.6939 376.534H28.5774C28.7523 376.534 28.9097 376.674 28.9447 376.849Z%27 fill=%27white%27/%3E%3Cpath d=%27M24.2218 376.832L17.8193 412.623C17.7843 412.833 17.9418 413.026 18.1692 413.026H22.0701C22.2976 413.026 22.42 412.886 22.455 412.711L28.9624 376.954C28.9974 376.744 28.84 376.552 28.6126 376.552H24.5717C24.3967 376.552 24.2568 376.657 24.2218 376.832Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M18.6597 386.75L22.4382 412.589C22.4732 412.798 22.3157 413.008 22.0883 413.008H18.0474C17.8725 413.008 17.7325 412.886 17.6976 412.728L14.0415 386.715C14.164 386.436 14.3039 386.436 14.5313 386.436H18.2923C18.4673 386.436 18.6247 386.575 18.6597 386.75Z%27 fill=%27white%27/%3E%3Cpath d=%27M13.9188 386.715L7.46385 422.472C7.42887 422.682 7.58631 422.892 7.81372 422.875H11.8021C11.9771 422.875 12.117 422.752 12.152 422.577L18.6594 386.82C18.6944 386.61 18.537 386.418 18.3096 386.418H14.2687C14.0937 386.418 13.9538 386.54 13.9188 386.715Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M8.496 396.652L12.152 422.49C12.187 422.7 12.0296 422.892 11.8022 422.892H7.76128C7.58635 422.892 7.44641 422.77 7.41142 422.612L3.75537 396.617C3.87782 396.337 4.01777 396.337 4.24518 396.337H8.12864C8.30357 396.337 8.46101 396.477 8.496 396.652Z%27 fill=%27white%27/%3E%3Cpath d=%27M3.755 396.617L-2.64748 432.409C-2.68246 432.619 -2.52503 432.811 -2.29762 432.811H1.60334C1.83075 432.811 1.95321 432.671 1.98819 432.496L8.49562 396.739C8.53061 396.529 8.37316 396.337 8.14575 396.337H4.10486C3.92992 396.337 3.78999 396.442 3.755 396.617Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M416.889 30.5283L410.486 66.3202C410.451 66.5301 410.609 66.7225 410.836 66.7225H414.737C414.965 66.7225 415.087 66.5826 415.122 66.4252L421.629 30.6682C421.664 30.4583 421.507 30.2659 421.28 30.2659H417.239C417.064 30.2659 416.924 30.3708 416.889 30.5458%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M411.327 40.4467L415.105 66.2847C415.14 66.4947 414.983 66.7046 414.755 66.7046H410.714C410.539 66.7046 410.4 66.5822 410.365 66.4247L406.708 40.4117C406.831 40.1318 406.971 40.1318 407.198 40.1318H410.959C411.134 40.1318 411.292 40.2718 411.327 40.4467Z%27 fill=%27white%27/%3E%3Cpath d=%27M406.586 40.3242L400.131 76.0811C400.096 76.2911 400.253 76.501 400.481 76.4835H404.469C404.644 76.4835 404.784 76.361 404.819 76.1861L411.326 40.4292C411.361 40.2193 411.204 40.0269 410.977 40.0269H406.936C406.761 40.0269 406.621 40.1493 406.586 40.3242Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M401.163 50.2609L404.819 76.099C404.854 76.3089 404.697 76.5013 404.469 76.5013H400.428C400.253 76.5013 400.113 76.3789 400.078 76.2214L396.422 50.2259C396.545 49.9461 396.685 49.946 396.912 49.946H400.796C400.971 49.946 401.128 50.086 401.163 50.2609Z%27 fill=%27white%27/%3E%3Cpath d=%27M396.422 50.2258L390.02 86.0177C389.985 86.2276 390.142 86.42 390.369 86.42H394.27C394.498 86.42 394.62 86.2801 394.655 86.1226L401.163 50.3657C401.198 50.1558 401.023 49.9634 400.813 49.9634H396.772C396.597 49.9634 396.457 50.0683 396.422 50.2433%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M390.86 60.1445L394.638 85.9825C394.673 86.1925 394.516 86.4024 394.289 86.4024H390.248C390.073 86.4024 389.933 86.2799 389.898 86.1225L386.242 60.1095C386.364 59.8296 386.504 59.8296 386.732 59.8296H390.493C390.667 59.8296 390.825 59.9696 390.86 60.1445Z%27 fill=%27white%27/%3E%3Cpath d=%27M386.119 60.1446L379.664 95.9015C379.629 96.1114 379.787 96.3213 380.014 96.3038H384.002C384.177 96.3038 384.317 96.1814 384.352 96.0065L390.86 60.2495C390.895 60.0396 390.737 59.8472 390.51 59.8472H386.469C386.294 59.8472 386.154 59.9696 386.119 60.1446Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M380.679 70.064L384.335 95.9195C384.37 96.1294 384.212 96.3219 383.985 96.3219H379.944C379.769 96.3219 379.629 96.1994 379.594 96.042L375.938 70.0465C376.06 69.7666 376.2 69.7666 376.428 69.7666H380.311C380.486 69.7666 380.644 69.9065 380.679 70.0815%27 fill=%27white%27/%3E%3Cpath d=%27M375.939 70.029L369.536 105.821C369.501 106.031 369.659 106.223 369.886 106.223H373.787C374.014 106.223 374.137 106.083 374.172 105.926L380.679 70.1689C380.714 69.959 380.557 69.7666 380.329 69.7666H376.288C376.114 69.7666 375.974 69.8715 375.939 70.0465%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M370.375 79.9651L374.153 105.821C374.188 106.031 374.031 106.241 373.804 106.241H369.763C369.588 106.241 369.448 106.118 369.413 105.961L365.757 79.9476C365.879 79.6677 366.019 79.6677 366.247 79.6677H370.008C370.183 79.6677 370.34 79.8077 370.375 79.9827%27 fill=%27white%27/%3E%3Cpath d=%27M365.652 79.8423L359.197 115.599C359.162 115.809 359.319 116.019 359.547 116.002H363.535C363.71 116.002 363.85 115.879 363.885 115.704L370.392 79.9472C370.427 79.7373 370.27 79.5449 370.042 79.5449H366.002C365.827 79.5449 365.687 79.6673 365.652 79.8423Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M360.211 89.7609L363.867 115.599C363.902 115.809 363.745 116.001 363.518 116.001H359.477C359.302 116.001 359.162 115.879 359.127 115.721L355.471 89.7259C355.593 89.446 355.733 89.446 355.961 89.446H359.844C360.019 89.446 360.176 89.586 360.211 89.7609Z%27 fill=%27white%27/%3E%3Cpath d=%27M355.471 89.7438L349.068 125.536C349.033 125.746 349.191 125.938 349.418 125.938H353.319C353.547 125.938 353.669 125.798 353.704 125.641L360.211 89.8838C360.246 89.6739 360.071 89.4814 359.862 89.4814H355.821C355.646 89.4814 355.506 89.5864 355.471 89.7613%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M349.926 99.6633L353.704 125.501C353.739 125.711 353.582 125.921 353.354 125.921H349.313C349.139 125.921 348.999 125.799 348.964 125.641L345.308 99.6283C345.43 99.3484 345.57 99.3484 345.797 99.3484H349.558C349.733 99.3484 349.891 99.4884 349.926 99.6633Z%27 fill=%27white%27/%3E%3Cpath d=%27M345.185 99.6458L338.73 135.403C338.695 135.613 338.853 135.823 339.08 135.805H343.069C343.244 135.805 343.384 135.683 343.419 135.508L349.926 99.7508C349.961 99.5408 349.804 99.3484 349.576 99.3484H345.535C345.36 99.3484 345.22 99.4709 345.185 99.6458Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M339.745 109.564L343.401 135.402C343.436 135.612 343.279 135.805 343.051 135.805H339.01C338.835 135.805 338.695 135.682 338.66 135.525L335.004 109.529C335.127 109.249 335.267 109.249 335.494 109.249H339.378C339.553 109.249 339.71 109.389 339.745 109.564Z%27 fill=%27white%27/%3E%3Cpath d=%27M335.022 109.529L328.619 145.321C328.584 145.531 328.742 145.723 328.969 145.723H332.87C333.097 145.723 333.22 145.583 333.255 145.426L339.762 109.669C339.797 109.459 339.622 109.267 339.412 109.267H335.371C335.196 109.267 335.057 109.372 335.022 109.547%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M329.459 119.466L333.237 145.304C333.272 145.514 333.115 145.724 332.888 145.724H328.847C328.672 145.724 328.532 145.601 328.497 145.444L324.841 119.431C324.963 119.151 325.103 119.151 325.331 119.151H329.092C329.267 119.151 329.424 119.291 329.459 119.466Z%27 fill=%27white%27/%3E%3Cpath d=%27M324.719 119.343L318.264 155.1C318.229 155.31 318.386 155.52 318.614 155.503H322.602C322.777 155.503 322.917 155.38 322.952 155.205L329.459 119.448C329.494 119.238 329.337 119.028 329.109 119.046H325.068C324.894 119.046 324.754 119.168 324.719 119.343Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M319.278 129.262L322.934 155.118C322.969 155.328 322.812 155.52 322.584 155.52H318.543C318.369 155.52 318.229 155.398 318.194 155.24L314.538 129.245C314.66 128.965 314.8 128.965 315.027 128.965H318.911C319.086 128.965 319.243 129.105 319.278 129.28%27 fill=%27white%27/%3E%3Cpath d=%27M314.555 129.244L308.153 165.036C308.118 165.246 308.275 165.439 308.503 165.439H312.404C312.631 165.439 312.754 165.299 312.789 165.141L319.296 129.384C319.331 129.174 319.173 128.982 318.946 128.982H314.905C314.73 128.982 314.59 129.087 314.555 129.262%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M308.992 139.163L312.77 165.001C312.805 165.211 312.648 165.421 312.42 165.421H308.379C308.205 165.421 308.065 165.298 308.03 165.141L304.374 139.128C304.496 138.848 304.636 138.848 304.863 138.848H308.624C308.799 138.848 308.957 138.988 308.992 139.163Z%27 fill=%27white%27/%3E%3Cpath d=%27M304.251 139.145L297.796 174.902C297.761 175.112 297.918 175.322 298.146 175.305H302.134C302.309 175.305 302.449 175.182 302.484 175.007L308.991 139.25C309.026 139.04 308.869 138.848 308.642 138.848H304.601C304.426 138.848 304.286 138.97 304.251 139.145Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M298.811 149.065L302.467 174.903C302.502 175.113 302.345 175.305 302.117 175.305H298.076C297.901 175.305 297.761 175.183 297.726 175.025L294.07 149.03C294.193 148.75 294.333 148.75 294.56 148.75H298.444C298.619 148.75 298.776 148.89 298.811 149.065Z%27 fill=%27white%27/%3E%3Cpath d=%27M294.07 149.047L287.668 184.839C287.633 185.049 287.79 185.242 288.018 185.242H291.919C292.146 185.242 292.269 185.102 292.304 184.944L298.811 149.187C298.846 148.977 298.689 148.785 298.461 148.785H294.42C294.245 148.785 294.105 148.89 294.07 149.065%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M288.507 158.966L292.286 184.804C292.321 185.014 292.163 185.224 291.936 185.224H287.895C287.72 185.224 287.58 185.101 287.545 184.944L283.889 158.931C284.012 158.651 284.152 158.651 284.379 158.651H288.14C288.315 158.651 288.472 158.791 288.507 158.966Z%27 fill=%27white%27/%3E%3Cpath d=%27M283.784 158.844L277.329 194.601C277.294 194.811 277.452 195.021 277.679 195.003H281.667C281.842 195.003 281.982 194.881 282.017 194.706L288.525 158.949C288.56 158.739 288.402 158.529 288.175 158.546H284.134C283.959 158.546 283.819 158.669 283.784 158.844Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M278.344 168.779L282 194.618C282.035 194.827 281.877 195.02 281.65 195.02H277.609C277.434 195.02 277.294 194.897 277.259 194.74L273.603 168.745C273.725 168.465 273.865 168.465 274.093 168.465H277.976C278.151 168.465 278.309 168.605 278.344 168.779Z%27 fill=%27white%27/%3E%3Cpath d=%27M273.604 168.745L267.201 204.537C267.166 204.747 267.324 204.939 267.551 204.939H271.452C271.679 204.939 271.802 204.799 271.837 204.642L278.344 168.885C278.379 168.675 278.204 168.482 277.994 168.482H273.953C273.779 168.482 273.639 168.587 273.604 168.762%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M268.041 178.681L271.82 204.519C271.855 204.729 271.697 204.939 271.47 204.939H267.429C267.254 204.939 267.114 204.817 267.079 204.659L263.423 178.646C263.545 178.366 263.685 178.366 263.913 178.366H267.674C267.849 178.366 268.006 178.506 268.041 178.681Z%27 fill=%27white%27/%3E%3Cpath d=%27M263.318 178.647L256.863 214.404C256.828 214.614 256.986 214.824 257.213 214.806H261.202C261.376 214.806 261.516 214.684 261.551 214.509L268.059 178.752C268.094 178.542 267.936 178.35 267.709 178.35H263.668C263.493 178.35 263.353 178.472 263.318 178.647Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M257.877 188.565L261.533 214.403C261.568 214.613 261.411 214.806 261.184 214.806H257.143C256.968 214.806 256.828 214.683 256.793 214.526L253.137 188.53C253.259 188.25 253.399 188.25 253.627 188.25H257.51C257.685 188.25 257.842 188.39 257.877 188.565Z%27 fill=%27white%27/%3E%3Cpath d=%27M253.136 188.547L246.734 224.339C246.699 224.549 246.856 224.742 247.084 224.742H250.985C251.212 224.742 251.335 224.602 251.37 224.427L257.877 188.67C257.912 188.46 257.755 188.268 257.527 188.268H253.486C253.311 188.268 253.171 188.373 253.136 188.547Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M247.591 198.466L251.37 224.305C251.405 224.514 251.247 224.724 251.02 224.724H246.979C246.804 224.724 246.664 224.602 246.629 224.444L242.973 198.432C243.096 198.152 243.236 198.152 243.463 198.152H247.224C247.399 198.152 247.556 198.292 247.591 198.466Z%27 fill=%27white%27/%3E%3Cpath d=%27M242.85 198.362L236.395 234.119C236.361 234.329 236.518 234.539 236.745 234.521H240.734C240.909 234.521 241.049 234.399 241.084 234.224L247.591 198.467C247.626 198.257 247.469 198.064 247.241 198.064H243.2C243.025 198.064 242.885 198.187 242.85 198.362Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M237.411 208.281L241.067 234.119C241.102 234.329 240.944 234.522 240.717 234.522H236.676C236.501 234.522 236.361 234.399 236.326 234.242L232.67 208.246C232.792 207.966 232.932 207.966 233.16 207.966H237.043C237.218 207.966 237.376 208.106 237.411 208.281Z%27 fill=%27white%27/%3E%3Cpath d=%27M232.669 208.246L226.267 244.038C226.232 244.248 226.389 244.44 226.616 244.44H230.517C230.745 244.44 230.867 244.3 230.902 244.126L237.41 208.369C237.445 208.159 237.287 207.966 237.06 207.966H233.019C232.844 207.966 232.704 208.071 232.669 208.246Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M227.125 218.182L230.903 244.02C230.938 244.23 230.781 244.44 230.553 244.44H226.512C226.337 244.44 226.197 244.317 226.162 244.16L222.506 218.147C222.629 217.867 222.769 217.867 222.996 217.867H226.757C226.932 217.867 227.09 218.007 227.125 218.182Z%27 fill=%27white%27/%3E%3Cpath d=%27M222.366 218.164L215.911 253.921C215.876 254.131 216.034 254.341 216.261 254.324H220.249C220.424 254.324 220.564 254.201 220.599 254.026L227.107 218.269C227.142 218.059 226.984 217.849 226.757 217.867H222.716C222.541 217.867 222.401 217.989 222.366 218.164Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M216.943 228.083L220.599 253.921C220.634 254.131 220.477 254.324 220.249 254.324H216.209C216.034 254.324 215.894 254.201 215.859 254.044L212.203 228.048C212.325 227.768 212.465 227.768 212.692 227.768H216.576C216.751 227.768 216.908 227.908 216.943 228.083Z%27 fill=%27white%27/%3E%3Cpath d=%27M212.203 228.048L205.801 263.84C205.766 264.05 205.923 264.242 206.151 264.242H210.052C210.279 264.242 210.401 264.103 210.436 263.928L216.944 228.171C216.979 227.961 216.804 227.768 216.594 227.768H212.553C212.378 227.768 212.238 227.873 212.203 228.048Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M206.64 237.984L210.418 263.822C210.453 264.032 210.296 264.242 210.068 264.242H206.027C205.852 264.242 205.713 264.12 205.678 263.962L202.021 237.949C202.144 237.669 202.284 237.669 202.511 237.669H206.272C206.447 237.669 206.605 237.809 206.64 237.984Z%27 fill=%27white%27/%3E%3Cpath d=%27M201.899 237.862L195.444 273.619C195.409 273.829 195.567 274.039 195.794 274.021H199.783C199.958 274.021 200.097 273.899 200.132 273.724L206.64 237.967C206.675 237.757 206.517 237.564 206.29 237.564H202.249C202.074 237.564 201.934 237.687 201.899 237.862Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M196.477 247.781L200.133 273.619C200.168 273.829 200.011 274.022 199.783 274.022H195.742C195.567 274.022 195.427 273.899 195.392 273.742L191.736 247.746C191.859 247.466 191.999 247.466 192.226 247.466H196.11C196.285 247.466 196.442 247.606 196.477 247.781Z%27 fill=%27white%27/%3E%3Cpath d=%27M191.736 247.764L185.333 283.555C185.298 283.765 185.456 283.958 185.683 283.958H189.584C189.812 283.958 189.934 283.818 189.969 283.643L196.477 247.886C196.512 247.676 196.337 247.484 196.127 247.484H192.086C191.911 247.484 191.771 247.589 191.736 247.764Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M186.173 257.682L189.952 283.52C189.987 283.73 189.829 283.94 189.602 283.94H185.561C185.386 283.94 185.246 283.818 185.211 283.66L181.555 257.647C181.678 257.367 181.818 257.367 182.045 257.367H185.806C185.981 257.367 186.138 257.507 186.173 257.682Z%27 fill=%27white%27/%3E%3Cpath d=%27M181.45 257.665L174.995 293.421C174.96 293.631 175.118 293.841 175.345 293.824H179.333C179.508 293.824 179.648 293.701 179.683 293.526L186.191 257.77C186.226 257.56 186.068 257.367 185.841 257.367H181.8C181.625 257.367 181.485 257.49 181.45 257.665Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M176.01 267.584L179.666 293.422C179.701 293.632 179.543 293.825 179.316 293.825H175.275C175.1 293.825 174.96 293.702 174.925 293.545L171.269 267.549C171.391 267.269 171.531 267.269 171.759 267.269H175.642C175.817 267.269 175.975 267.409 176.01 267.584Z%27 fill=%27white%27/%3E%3Cpath d=%27M171.269 267.549L164.866 303.341C164.831 303.551 164.989 303.743 165.216 303.743H169.117C169.344 303.743 169.467 303.603 169.502 303.429L176.009 267.672C176.044 267.462 175.869 267.269 175.659 267.269H171.619C171.444 267.269 171.304 267.374 171.269 267.549Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M165.707 277.486L169.485 303.324C169.52 303.533 169.363 303.743 169.135 303.743H165.094C164.919 303.743 164.779 303.621 164.744 303.464L161.088 277.451C161.211 277.171 161.351 277.171 161.578 277.171H165.339C165.514 277.171 165.672 277.311 165.707 277.486Z%27 fill=%27white%27/%3E%3Cpath d=%27M160.983 277.363L154.528 313.12C154.493 313.33 154.65 313.54 154.878 313.522H158.866C159.041 313.522 159.181 313.4 159.216 313.225L165.723 277.468C165.758 277.258 165.601 277.048 165.374 277.065H161.333C161.158 277.065 161.018 277.188 160.983 277.363Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M155.542 287.282L159.198 313.12C159.233 313.33 159.076 313.522 158.849 313.522H154.808C154.633 313.522 154.493 313.4 154.458 313.242L150.802 287.247C150.924 286.967 151.064 286.967 151.292 286.967H155.175C155.35 286.967 155.507 287.107 155.542 287.282Z%27 fill=%27white%27/%3E%3Cpath d=%27M150.802 287.265L144.4 323.057C144.365 323.267 144.522 323.459 144.75 323.459H148.651C148.878 323.459 149.001 323.319 149.036 323.144L155.543 287.387C155.578 287.177 155.421 286.985 155.193 286.985H151.152C150.977 286.985 150.837 287.09 150.802 287.265Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M145.239 297.183L149.017 323.021C149.052 323.231 148.895 323.441 148.667 323.441H144.627C144.452 323.441 144.312 323.318 144.277 323.161L140.621 297.148C140.743 296.868 140.883 296.868 141.11 296.868H144.871C145.046 296.868 145.204 297.008 145.239 297.183Z%27 fill=%27white%27/%3E%3Cpath d=%27M140.498 297.166L134.043 332.923C134.008 333.132 134.166 333.342 134.393 333.325H138.382C138.557 333.325 138.697 333.202 138.732 333.027L145.239 297.271C145.274 297.061 145.117 296.868 144.889 296.868H140.848C140.673 296.868 140.533 296.991 140.498 297.166Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M135.058 307.102L138.714 332.94C138.749 333.15 138.592 333.343 138.364 333.343H134.323C134.148 333.343 134.008 333.22 133.973 333.063L130.317 307.067C130.44 306.787 130.58 306.787 130.807 306.787H134.691C134.866 306.787 135.023 306.927 135.058 307.102Z%27 fill=%27white%27/%3E%3Cpath d=%27M130.336 307.067L123.933 342.859C123.898 343.069 124.056 343.262 124.283 343.262H128.184C128.411 343.262 128.534 343.122 128.569 342.947L135.076 307.19C135.111 306.98 134.954 306.787 134.726 306.787H130.685C130.51 306.787 130.371 306.892 130.336 307.067Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M124.772 316.986L128.551 342.824C128.586 343.034 128.429 343.243 128.201 343.243H124.16C123.985 343.243 123.845 343.121 123.81 342.964L120.154 316.951C120.277 316.671 120.417 316.671 120.644 316.671H124.405C124.58 316.671 124.737 316.811 124.772 316.986Z%27 fill=%27white%27/%3E%3Cpath d=%27M120.032 316.881L113.577 352.638C113.542 352.848 113.7 353.058 113.927 353.04H117.915C118.09 353.04 118.23 352.918 118.265 352.743L124.773 316.986C124.808 316.776 124.65 316.583 124.423 316.583H120.382C120.207 316.583 120.067 316.706 120.032 316.881Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M114.591 326.8L118.247 352.638C118.282 352.848 118.125 353.04 117.897 353.04H113.856C113.682 353.04 113.542 352.918 113.507 352.76L109.851 326.765C109.973 326.485 110.113 326.485 110.34 326.485H114.224C114.399 326.485 114.556 326.625 114.591 326.8Z%27 fill=%27white%27/%3E%3Cpath d=%27M109.868 326.765L103.466 362.557C103.431 362.767 103.588 362.959 103.816 362.959H107.717C107.944 362.959 108.067 362.819 108.101 362.644L114.609 326.887C114.644 326.677 114.486 326.485 114.259 326.485H110.218C110.043 326.485 109.903 326.59 109.868 326.765Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M104.306 336.7L108.084 362.538C108.119 362.748 107.962 362.958 107.734 362.958H103.693C103.518 362.958 103.379 362.836 103.344 362.678L99.6875 336.665C99.81 336.386 99.9499 336.385 100.177 336.385H103.938C104.113 336.385 104.271 336.525 104.306 336.7Z%27 fill=%27white%27/%3E%3Cpath d=%27M99.5648 336.666L93.1098 372.423C93.0749 372.633 93.2323 372.843 93.4597 372.825H97.4481C97.6231 372.825 97.763 372.703 97.798 372.528L104.305 336.771C104.34 336.561 104.183 336.369 103.956 336.369H99.9147C99.7397 336.369 99.5998 336.491 99.5648 336.666Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M94.142 346.602L97.7981 372.44C97.833 372.65 97.6756 372.843 97.4482 372.843H93.4073C93.2323 372.843 93.0924 372.72 93.0574 372.563L89.4014 346.567C89.5238 346.287 89.6638 346.287 89.8912 346.287H93.7746C93.9496 346.287 94.107 346.427 94.142 346.602Z%27 fill=%27white%27/%3E%3Cpath d=%27M89.4005 346.567L82.998 382.359C82.963 382.569 83.1205 382.762 83.3479 382.762H87.2489C87.4763 382.762 87.5987 382.622 87.6337 382.447L94.1411 346.69C94.1761 346.48 94.0187 346.287 93.7913 346.287H89.7504C89.5754 346.287 89.4355 346.392 89.4005 346.567Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M83.8389 356.486L87.6174 382.324C87.6524 382.534 87.4949 382.744 87.2675 382.744H83.2266C83.0517 382.744 82.9118 382.622 82.8768 382.464L79.2207 356.451C79.3432 356.171 79.4831 356.171 79.7105 356.171H83.4715C83.6465 356.171 83.8039 356.311 83.8389 356.486Z%27 fill=%27white%27/%3E%3Cpath d=%27M79.0975 356.381L72.6426 392.138C72.6076 392.348 72.765 392.558 72.9924 392.541H76.9808C77.1558 392.541 77.2957 392.418 77.3307 392.243L83.8381 356.486C83.8731 356.276 83.7157 356.084 83.4883 356.084H79.4474C79.2724 356.084 79.1325 356.206 79.0975 356.381Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M73.6747 366.3L77.3307 392.138C77.3657 392.348 77.2083 392.541 76.9809 392.541H72.94C72.7651 392.541 72.6251 392.418 72.5901 392.261L68.9341 366.265C69.0565 365.985 69.1965 365.985 69.4239 365.985H73.3074C73.4823 365.985 73.6397 366.125 73.6747 366.3Z%27 fill=%27white%27/%3E%3Cpath d=%27M68.9347 366.265L62.5322 402.057C62.4972 402.267 62.6547 402.459 62.8821 402.459H66.783C67.0104 402.459 67.1329 402.32 67.1679 402.145L73.6753 366.388C73.7103 366.178 73.5529 365.985 73.3254 365.985H69.2845C69.1096 365.985 68.9697 366.09 68.9347 366.265Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M63.3711 376.202L67.1496 402.04C67.1846 402.25 67.0272 402.459 66.7997 402.459H62.7588C62.5839 402.459 62.444 402.337 62.409 402.18L58.7529 376.167C58.8754 375.887 59.0153 375.887 59.2427 375.887H63.0037C63.1787 375.887 63.3361 376.027 63.3711 376.202Z%27 fill=%27white%27/%3E%3Cpath d=%27M58.6307 376.184L52.1758 411.941C52.1408 412.151 52.2982 412.361 52.5256 412.343H56.514C56.689 412.343 56.8289 412.221 56.8639 412.046L63.3713 376.289C63.4063 376.079 63.2489 375.887 63.0215 375.887H58.9806C58.8056 375.887 58.6657 376.009 58.6307 376.184Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M53.1903 386.103L56.8464 411.941C56.8814 412.151 56.7239 412.343 56.4965 412.343H52.4556C52.2807 412.343 52.1408 412.221 52.1058 412.064L48.4497 386.068C48.5722 385.788 48.7121 385.788 48.9395 385.788H52.823C52.9979 385.788 53.1553 385.928 53.1903 386.103Z%27 fill=%27white%27/%3E%3Cpath d=%27M48.4674 386.086L42.0649 421.878C42.0299 422.087 42.1874 422.28 42.4148 422.28H46.3157C46.5432 422.28 46.6656 422.14 46.7006 421.965L53.208 386.208C53.243 385.998 53.0856 385.806 52.8582 385.806H48.8173C48.6423 385.806 48.5024 385.911 48.4674 386.086Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M42.9043 396.004L46.6828 421.842C46.7178 422.052 46.5604 422.262 46.333 422.262H42.2921C42.1171 422.262 41.9772 422.14 41.9422 421.982L38.2861 395.969C38.4086 395.689 38.5485 395.689 38.7759 395.689H42.537C42.7119 395.689 42.8693 395.829 42.9043 396.004Z%27 fill=%27white%27/%3E%3Cpath d=%27M38.1644 395.882L31.7095 431.639C31.6745 431.849 31.8319 432.058 32.0593 432.041H36.0477C36.2227 432.041 36.3626 431.919 36.3976 431.744L42.905 395.987C42.94 395.777 42.7826 395.584 42.5552 395.584H38.5143C38.3393 395.584 38.1994 395.707 38.1644 395.882Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M32.724 405.801L36.3801 431.639C36.4151 431.849 36.2576 432.041 36.0302 432.041H31.9893C31.8144 432.041 31.6744 431.919 31.6394 431.761L27.9834 405.766C28.1059 405.486 28.2458 405.486 28.4732 405.486H32.3567C32.5316 405.486 32.689 405.626 32.724 405.801Z%27 fill=%27white%27/%3E%3Cpath d=%27M28.0001 405.784L21.5976 441.576C21.5627 441.786 21.7201 441.978 21.9475 441.978H25.8485C26.0759 441.978 26.1983 441.838 26.2333 441.663L32.7407 405.906C32.7757 405.696 32.6183 405.504 32.3909 405.504H28.35C28.175 405.504 28.0351 405.609 28.0001 405.784Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M415.088 69.3989L418.866 95.2369C418.901 95.4469 418.744 95.6568 418.517 95.6568H414.476C414.301 95.6568 414.161 95.5343 414.126 95.3769L410.47 69.3639C410.592 69.084 410.732 69.084 410.96 69.084H414.721C414.895 69.084 415.053 69.2239 415.088 69.3989Z%27 fill=%27white%27/%3E%3Cpath d=%27M410.348 69.2765L403.893 105.033C403.858 105.243 404.015 105.453 404.242 105.436H408.231C408.406 105.436 408.546 105.313 408.581 105.138L415.088 69.3814C415.123 69.1715 414.966 68.9616 414.738 68.979H410.697C410.522 68.979 410.383 69.1015 410.348 69.2765Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M404.924 79.1953L408.58 105.051C408.615 105.261 408.458 105.453 408.23 105.453H404.19C404.015 105.453 403.875 105.331 403.84 105.173L400.184 79.1778C400.306 78.8979 400.446 78.8979 400.673 78.8979H404.557C404.732 78.8979 404.889 79.0379 404.924 79.2128%27 fill=%27white%27/%3E%3Cpath d=%27M400.183 79.1774L393.781 114.969C393.746 115.179 393.903 115.372 394.131 115.372H398.032C398.259 115.372 398.381 115.232 398.416 115.074L404.924 79.3174C404.959 79.1075 404.784 78.915 404.574 78.915H400.533C400.358 78.915 400.218 79.02 400.183 79.1949%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M394.621 89.0964L398.399 114.934C398.434 115.144 398.277 115.354 398.049 115.354H394.008C393.833 115.354 393.693 115.232 393.658 115.074L390.002 89.0614C390.125 88.7815 390.265 88.7815 390.492 88.7815H394.253C394.428 88.7815 394.586 88.9214 394.621 89.0964Z%27 fill=%27white%27/%3E%3Cpath d=%27M389.88 89.0789L383.425 124.836C383.39 125.046 383.547 125.256 383.775 125.238H387.763C387.938 125.238 388.078 125.098 388.113 124.941L394.62 89.1838C394.655 88.9739 394.498 88.7815 394.271 88.7815H390.23C390.055 88.7815 389.915 88.9039 389.88 89.0789Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M384.439 98.9977L388.095 124.836C388.13 125.046 387.973 125.238 387.746 125.238H383.705C383.53 125.238 383.39 125.116 383.355 124.958L379.699 98.9627C379.821 98.6828 379.961 98.6829 380.189 98.6829H384.072C384.247 98.6829 384.404 98.8228 384.439 98.9977Z%27 fill=%27white%27/%3E%3Cpath d=%27M379.699 98.9804L373.297 134.772C373.262 134.982 373.419 135.175 373.647 135.175H377.548C377.775 135.175 377.898 135.035 377.933 134.877L384.44 99.1204C384.475 98.9105 384.317 98.718 384.09 98.718H380.049C379.874 98.718 379.734 98.823 379.699 98.9979%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M374.153 108.899L377.932 134.737C377.967 134.947 377.809 135.157 377.582 135.157H373.541C373.366 135.157 373.226 135.035 373.191 134.877L369.535 108.864C369.658 108.584 369.798 108.584 370.025 108.584H373.786C373.961 108.584 374.118 108.724 374.153 108.899Z%27 fill=%27white%27/%3E%3Cpath d=%27M369.413 108.777L362.958 144.534C362.923 144.744 363.08 144.954 363.308 144.936H367.296C367.471 144.936 367.611 144.814 367.646 144.639L374.154 108.882C374.189 108.672 374.031 108.479 373.804 108.479H369.763C369.588 108.479 369.448 108.602 369.413 108.777Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M363.972 118.713L367.628 144.551C367.663 144.761 367.506 144.953 367.278 144.953H363.237C363.062 144.953 362.922 144.831 362.887 144.674L359.231 118.678C359.354 118.398 359.494 118.398 359.721 118.398H363.605C363.78 118.398 363.937 118.538 363.972 118.713Z%27 fill=%27white%27/%3E%3Cpath d=%27M359.232 118.678L352.83 154.47C352.795 154.68 352.952 154.873 353.179 154.873H357.08C357.308 154.873 357.43 154.733 357.465 154.575L363.973 118.818C364.008 118.608 363.85 118.416 363.623 118.416H359.582C359.407 118.416 359.267 118.521 359.232 118.696%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M353.687 128.614L357.466 154.452C357.5 154.662 357.343 154.872 357.116 154.872H353.075C352.9 154.872 352.76 154.75 352.725 154.592L349.069 128.579C349.191 128.299 349.331 128.299 349.559 128.299H353.32C353.495 128.299 353.652 128.439 353.687 128.614Z%27 fill=%27white%27/%3E%3Cpath d=%27M348.947 128.58L342.492 164.337C342.457 164.547 342.614 164.757 342.842 164.739H346.83C347.005 164.739 347.145 164.617 347.18 164.442L353.687 128.685C353.722 128.475 353.565 128.265 353.337 128.283H349.297C349.122 128.283 348.982 128.405 348.947 128.58Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M343.506 138.499L347.162 164.337C347.197 164.547 347.039 164.74 346.812 164.74H342.771C342.596 164.74 342.456 164.617 342.421 164.46L338.765 138.464C338.888 138.184 339.028 138.184 339.255 138.184H343.138C343.313 138.184 343.471 138.324 343.506 138.499Z%27 fill=%27white%27/%3E%3Cpath d=%27M338.783 138.481L332.38 174.273C332.345 174.483 332.503 174.675 332.73 174.675H336.631C336.859 174.675 336.981 174.535 337.016 174.378L343.523 138.621C343.558 138.411 343.401 138.219 343.174 138.219H339.133C338.958 138.219 338.818 138.323 338.783 138.498%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M333.22 148.4L336.998 174.238C337.033 174.448 336.876 174.658 336.648 174.658H332.607C332.433 174.658 332.293 174.536 332.258 174.378L328.602 148.365C328.724 148.085 328.864 148.085 329.091 148.085H332.852C333.027 148.085 333.185 148.225 333.22 148.4Z%27 fill=%27white%27/%3E%3Cpath d=%27M328.479 148.295L322.024 184.052C321.989 184.262 322.147 184.472 322.374 184.454H326.363C326.538 184.454 326.678 184.332 326.713 184.157L333.22 148.4C333.255 148.19 333.097 147.998 332.87 147.998H328.829C328.654 147.998 328.514 148.12 328.479 148.295Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M323.039 158.214L326.695 184.052C326.73 184.262 326.573 184.454 326.345 184.454H322.304C322.129 184.454 321.989 184.332 321.954 184.175L318.298 158.179C318.421 157.899 318.561 157.899 318.788 157.899H322.672C322.847 157.899 323.004 158.039 323.039 158.214Z%27 fill=%27white%27/%3E%3Cpath d=%27M318.315 158.179L311.913 193.971C311.878 194.181 312.035 194.373 312.263 194.373H316.164C316.391 194.373 316.514 194.233 316.549 194.076L323.056 158.319C323.091 158.109 322.916 157.917 322.706 157.917H318.665C318.49 157.917 318.35 158.021 318.315 158.196%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M312.753 168.115L316.531 193.953C316.566 194.163 316.409 194.373 316.182 194.373H312.141C311.966 194.373 311.826 194.25 311.791 194.093L308.135 168.08C308.257 167.8 308.397 167.8 308.625 167.8H312.386C312.561 167.8 312.718 167.94 312.753 168.115Z%27 fill=%27white%27/%3E%3Cpath d=%27M308.012 168.098L301.557 203.854C301.522 204.064 301.679 204.274 301.907 204.257H305.895C306.07 204.257 306.21 204.134 306.245 203.959L312.752 168.202C312.787 167.993 312.63 167.783 312.402 167.8H308.361C308.186 167.8 308.047 167.923 308.012 168.098Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M302.572 178.017L306.228 203.855C306.263 204.065 306.106 204.257 305.878 204.257H301.837C301.663 204.257 301.523 204.135 301.488 203.977L297.832 177.982C297.954 177.702 298.094 177.702 298.321 177.702H302.205C302.38 177.702 302.537 177.842 302.572 178.017Z%27 fill=%27white%27/%3E%3Cpath d=%27M297.832 177.982L291.429 213.774C291.394 213.983 291.552 214.176 291.779 214.176H295.68C295.907 214.176 296.03 214.036 296.065 213.878L302.572 178.122C302.607 177.912 302.432 177.719 302.222 177.719H298.182C298.007 177.719 297.867 177.824 297.832 177.999%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M292.268 187.917L296.047 213.755C296.082 213.965 295.924 214.175 295.697 214.175H291.656C291.481 214.175 291.341 214.053 291.306 213.895L287.65 187.882C287.772 187.603 287.912 187.603 288.14 187.603H291.901C292.076 187.603 292.233 187.742 292.268 187.917Z%27 fill=%27white%27/%3E%3Cpath d=%27M287.546 187.795L281.091 223.552C281.056 223.762 281.213 223.972 281.441 223.955H285.429C285.604 223.955 285.744 223.832 285.779 223.657L292.286 187.9C292.321 187.69 292.164 187.498 291.937 187.498H287.896C287.721 187.498 287.581 187.621 287.546 187.795Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M282.105 197.714L285.761 223.552C285.796 223.762 285.639 223.955 285.412 223.955H281.371C281.196 223.955 281.056 223.832 281.021 223.675L277.365 197.679C277.487 197.399 277.627 197.399 277.855 197.399H281.738C281.913 197.399 282.07 197.539 282.105 197.714Z%27 fill=%27white%27/%3E%3Cpath d=%27M277.364 197.697L270.962 233.489C270.927 233.698 271.084 233.891 271.312 233.891H275.213C275.44 233.891 275.563 233.751 275.598 233.576L282.105 197.819C282.14 197.609 281.983 197.417 281.755 197.417H277.714C277.539 197.417 277.399 197.522 277.364 197.697Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M271.802 207.615L275.581 233.453C275.616 233.663 275.458 233.873 275.231 233.873H271.19C271.015 233.873 270.875 233.751 270.84 233.593L267.184 207.58C267.307 207.301 267.446 207.301 267.674 207.301H271.435C271.61 207.301 271.767 207.44 271.802 207.615Z%27 fill=%27white%27/%3E%3Cpath d=%27M267.078 207.598L260.624 243.355C260.589 243.565 260.746 243.775 260.973 243.757H264.962C265.137 243.757 265.277 243.635 265.312 243.46L271.819 207.703C271.854 207.493 271.697 207.301 271.469 207.301H267.428C267.253 207.301 267.113 207.423 267.078 207.598Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M261.638 217.517L265.294 243.355C265.329 243.565 265.172 243.757 264.944 243.757H260.903C260.728 243.757 260.588 243.635 260.554 243.477L256.897 217.482C257.02 217.202 257.16 217.202 257.387 217.202H261.271C261.446 217.202 261.603 217.342 261.638 217.517Z%27 fill=%27white%27/%3E%3Cpath d=%27M256.898 217.482L250.495 253.274C250.46 253.484 250.618 253.676 250.845 253.676H254.746C254.973 253.676 255.096 253.536 255.131 253.361L261.638 217.604C261.673 217.394 261.498 217.202 261.288 217.202H257.247C257.073 217.202 256.933 217.307 256.898 217.482Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M251.352 227.419L255.131 253.257C255.166 253.467 255.008 253.677 254.781 253.677H250.74C250.565 253.677 250.425 253.554 250.39 253.397L246.734 227.384C246.856 227.104 246.996 227.104 247.224 227.104H250.985C251.16 227.104 251.317 227.244 251.352 227.419Z%27 fill=%27white%27/%3E%3Cpath d=%27M246.612 227.296L240.157 263.053C240.122 263.263 240.28 263.473 240.507 263.456H244.496C244.67 263.456 244.81 263.333 244.845 263.158L251.353 227.401C251.388 227.192 251.23 226.982 251.003 226.999H246.962C246.787 226.999 246.647 227.122 246.612 227.296Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M241.171 237.215L244.827 263.053C244.862 263.263 244.705 263.456 244.477 263.456H240.437C240.262 263.456 240.122 263.333 240.087 263.176L236.431 237.18C236.553 236.9 236.693 236.9 236.92 236.9H240.804C240.979 236.9 241.136 237.04 241.171 237.215Z%27 fill=%27white%27/%3E%3Cpath d=%27M236.448 237.198L230.045 272.99C230.01 273.199 230.168 273.392 230.395 273.392H234.296C234.524 273.392 234.646 273.252 234.681 273.077L241.189 237.32C241.223 237.11 241.049 236.918 240.839 236.918H236.798C236.623 236.918 236.483 237.023 236.448 237.198Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M230.885 247.116L234.664 272.954C234.699 273.164 234.541 273.374 234.314 273.374H230.273C230.098 273.374 229.958 273.252 229.923 273.094L226.267 247.081C226.39 246.801 226.53 246.801 226.757 246.801H230.518C230.693 246.801 230.85 246.941 230.885 247.116Z%27 fill=%27white%27/%3E%3Cpath d=%27M226.127 247.099L219.672 282.856C219.637 283.066 219.794 283.275 220.022 283.258H224.01C224.185 283.258 224.325 283.135 224.36 282.961L230.867 247.204C230.902 246.994 230.745 246.801 230.518 246.801H226.477C226.302 246.801 226.162 246.924 226.127 247.099Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M220.704 257.035L224.36 282.873C224.395 283.083 224.238 283.275 224.01 283.275H219.969C219.794 283.275 219.654 283.153 219.619 282.996L215.963 257C216.086 256.72 216.226 256.72 216.453 256.72H220.337C220.512 256.72 220.669 256.86 220.704 257.035Z%27 fill=%27white%27/%3E%3Cpath d=%27M215.964 257L209.562 292.792C209.527 293.002 209.684 293.194 209.911 293.194H213.812C214.04 293.194 214.162 293.054 214.197 292.879L220.705 257.123C220.74 256.913 220.565 256.72 220.355 256.72H216.314C216.139 256.72 215.999 256.825 215.964 257Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M210.4 266.919L214.179 292.757C214.214 292.967 214.056 293.177 213.829 293.177H209.788C209.613 293.177 209.473 293.054 209.438 292.897L205.782 266.884C205.905 266.604 206.045 266.604 206.272 266.604H210.033C210.208 266.604 210.365 266.744 210.4 266.919Z%27 fill=%27white%27/%3E%3Cpath d=%27M205.661 266.814L199.206 302.571C199.171 302.781 199.328 302.991 199.556 302.974H203.544C203.719 302.974 203.859 302.851 203.894 302.676L210.402 266.919C210.437 266.709 210.279 266.517 210.052 266.517H206.011C205.836 266.517 205.696 266.64 205.661 266.814Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M200.237 276.733L203.893 302.571C203.928 302.781 203.771 302.973 203.543 302.973H199.503C199.328 302.973 199.188 302.851 199.153 302.693L195.497 276.698C195.619 276.418 195.759 276.418 195.986 276.418H199.87C200.045 276.418 200.202 276.558 200.237 276.733Z%27 fill=%27white%27/%3E%3Cpath d=%27M195.497 276.698L189.094 312.49C189.059 312.7 189.217 312.892 189.444 312.892H193.345C193.572 312.892 193.695 312.752 193.73 312.577L200.237 276.82C200.272 276.61 200.097 276.418 199.887 276.418H195.847C195.672 276.418 195.532 276.523 195.497 276.698Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M189.934 286.635L193.713 312.473C193.748 312.682 193.59 312.892 193.363 312.892H189.322C189.147 312.892 189.007 312.77 188.972 312.612L185.316 286.599C185.438 286.32 185.578 286.32 185.806 286.32H189.567C189.742 286.32 189.899 286.46 189.934 286.635Z%27 fill=%27white%27/%3E%3Cpath d=%27M185.211 286.6L178.756 322.357C178.721 322.566 178.878 322.776 179.106 322.759H183.094C183.269 322.759 183.409 322.636 183.444 322.461L189.951 286.705C189.986 286.495 189.829 286.302 189.602 286.302H185.561C185.386 286.302 185.246 286.425 185.211 286.6Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M179.77 296.535L183.426 322.373C183.461 322.583 183.304 322.776 183.077 322.776H179.036C178.861 322.776 178.721 322.653 178.686 322.496L175.03 296.5C175.152 296.22 175.292 296.22 175.52 296.22H179.403C179.578 296.22 179.735 296.36 179.77 296.535Z%27 fill=%27white%27/%3E%3Cpath d=%27M175.03 296.5L168.627 332.292C168.592 332.502 168.75 332.695 168.977 332.695H172.878C173.106 332.695 173.228 332.555 173.263 332.38L179.771 296.623C179.806 296.413 179.648 296.22 179.421 296.22H175.38C175.205 296.22 175.065 296.325 175.03 296.5Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M169.467 306.42L173.246 332.258C173.281 332.468 173.123 332.678 172.896 332.678H168.855C168.68 332.678 168.54 332.555 168.505 332.398L164.849 306.385C164.972 306.105 165.112 306.105 165.339 306.105H169.1C169.275 306.105 169.432 306.245 169.467 306.42Z%27 fill=%27white%27/%3E%3Cpath d=%27M164.744 306.315L158.29 342.071C158.255 342.281 158.412 342.491 158.639 342.474H162.628C162.803 342.474 162.943 342.351 162.978 342.176L169.485 306.419C169.52 306.21 169.363 306.017 169.135 306.017H165.094C164.919 306.017 164.779 306.14 164.744 306.315Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M159.304 316.234L162.96 342.072C162.995 342.282 162.837 342.474 162.61 342.474H158.569C158.394 342.474 158.254 342.352 158.219 342.194L154.563 316.199C154.685 315.919 154.825 315.919 155.053 315.919H158.936C159.111 315.919 159.269 316.059 159.304 316.234Z%27 fill=%27white%27/%3E%3Cpath d=%27M154.563 316.199L148.161 351.991C148.126 352.201 148.283 352.393 148.51 352.393H152.411C152.639 352.393 152.761 352.253 152.796 352.078L159.304 316.321C159.339 316.111 159.181 315.919 158.954 315.919H154.913C154.738 315.919 154.598 316.024 154.563 316.199Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M149 326.135L152.779 351.973C152.814 352.183 152.656 352.393 152.429 352.393H148.388C148.213 352.393 148.073 352.271 148.038 352.113L144.382 326.1C144.504 325.82 144.644 325.82 144.872 325.82H148.633C148.808 325.82 148.965 325.96 149 326.135Z%27 fill=%27white%27/%3E%3Cpath d=%27M144.26 326.118L137.805 361.875C137.77 362.085 137.927 362.294 138.155 362.277H142.143C142.318 362.277 142.458 362.154 142.493 361.98L149 326.223C149.035 326.013 148.878 325.82 148.65 325.82H144.609C144.435 325.82 144.295 325.943 144.26 326.118Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M138.819 336.036L142.475 361.874C142.51 362.084 142.352 362.277 142.125 362.277H138.084C137.909 362.277 137.769 362.154 137.734 361.997L134.078 336.001C134.201 335.721 134.341 335.721 134.568 335.721H138.451C138.626 335.721 138.784 335.861 138.819 336.036Z%27 fill=%27white%27/%3E%3Cpath d=%27M134.096 336.019L127.693 371.811C127.658 372.02 127.816 372.213 128.043 372.213H131.944C132.172 372.213 132.294 372.073 132.329 371.898L138.836 336.141C138.871 335.931 138.714 335.739 138.487 335.739H134.446C134.271 335.739 134.131 335.844 134.096 336.019Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M128.534 345.937L132.312 371.775C132.347 371.985 132.19 372.195 131.962 372.195H127.921C127.747 372.195 127.607 372.073 127.572 371.915L123.916 345.902C124.038 345.622 124.178 345.622 124.405 345.622H128.166C128.341 345.622 128.499 345.762 128.534 345.937Z%27 fill=%27white%27/%3E%3Cpath d=%27M123.793 345.815L117.338 381.572C117.303 381.782 117.46 381.992 117.688 381.974H121.676C121.851 381.974 121.991 381.852 122.026 381.677L128.533 345.92C128.568 345.71 128.411 345.518 128.184 345.518H124.143C123.968 345.518 123.828 345.64 123.793 345.815Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M118.352 355.734L122.009 381.572C122.043 381.782 121.886 381.974 121.659 381.974H117.618C117.443 381.974 117.303 381.852 117.268 381.694L113.612 355.699C113.734 355.419 113.874 355.419 114.102 355.419H117.985C118.16 355.419 118.317 355.559 118.352 355.734Z%27 fill=%27white%27/%3E%3Cpath d=%27M113.629 355.717L107.227 391.509C107.192 391.719 107.349 391.911 107.576 391.911H111.477C111.705 391.911 111.827 391.771 111.862 391.596L118.37 355.839C118.405 355.629 118.247 355.437 118.02 355.437H113.979C113.804 355.437 113.664 355.542 113.629 355.717Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M108.066 365.636L111.845 391.474C111.88 391.684 111.722 391.894 111.495 391.894H107.454C107.279 391.894 107.139 391.771 107.104 391.614L103.448 365.601C103.571 365.321 103.711 365.321 103.938 365.321H107.699C107.874 365.321 108.031 365.461 108.066 365.636Z%27 fill=%27white%27/%3E%3Cpath d=%27M103.326 365.618L96.8711 401.375C96.8361 401.585 96.9935 401.795 97.2209 401.778H101.209C101.384 401.778 101.524 401.655 101.559 401.48L108.067 365.723C108.102 365.513 107.944 365.321 107.717 365.321H103.676C103.501 365.321 103.361 365.443 103.326 365.618Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M97.9032 375.537L101.559 401.375C101.594 401.585 101.437 401.777 101.209 401.777H97.1685C96.9936 401.777 96.8536 401.654 96.8186 401.497L93.1626 375.502C93.285 375.222 93.425 375.222 93.6524 375.222H97.5359C97.7108 375.222 97.8682 375.362 97.9032 375.537Z%27 fill=%27white%27/%3E%3Cpath d=%27M93.1622 375.519L86.7597 411.311C86.7248 411.521 86.8822 411.714 87.1096 411.714H91.0106C91.238 411.714 91.3604 411.574 91.3954 411.399L97.9029 375.642C97.9378 375.432 97.7804 375.24 97.553 375.24H93.5121C93.3372 375.24 93.1972 375.344 93.1622 375.519Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M87.5996 385.438L91.3781 411.276C91.4131 411.486 91.2557 411.696 91.0282 411.696H86.9873C86.8124 411.696 86.6725 411.574 86.6375 411.416L82.9814 385.403C83.1039 385.123 83.2438 385.123 83.4712 385.123H87.2323C87.4072 385.123 87.5646 385.263 87.5996 385.438Z%27 fill=%27white%27/%3E%3Cpath d=%27M82.8763 385.316L76.4214 421.073C76.3864 421.283 76.5438 421.492 76.7712 421.475H80.7596C80.9346 421.475 81.0745 421.352 81.1095 421.178L87.6169 385.421C87.6519 385.211 87.4945 385.018 87.2671 385.018H83.2262C83.0512 385.018 82.9113 385.141 82.8763 385.316Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M77.436 395.234L81.092 421.072C81.127 421.282 80.9696 421.475 80.7421 421.475H76.7012C76.5263 421.475 76.3863 421.352 76.3514 421.195L72.6953 395.199C72.8178 394.919 72.9577 394.919 73.1851 394.919H77.0686C77.2435 394.919 77.401 395.059 77.436 395.234Z%27 fill=%27white%27/%3E%3Cpath d=%27M72.6954 395.217L66.293 431.009C66.258 431.219 66.4154 431.412 66.6428 431.412H70.5438C70.7712 431.412 70.8936 431.272 70.9286 431.097L77.4361 395.34C77.471 395.13 77.3136 394.938 77.0862 394.938H73.0453C72.8703 394.938 72.7304 395.043 72.6954 395.217Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M67.1323 405.136L70.9108 430.974C70.9458 431.184 70.7884 431.394 70.561 431.394H66.5201C66.3451 431.394 66.2052 431.272 66.1702 431.114L62.5142 405.101C62.6366 404.821 62.7766 404.821 63.004 404.821H66.765C66.9399 404.821 67.0973 404.961 67.1323 405.136Z%27 fill=%27white%27/%3E%3Cpath d=%27M62.3924 405.119L55.9375 440.876C55.9025 441.085 56.0599 441.295 56.2874 441.278H60.2758C60.4507 441.278 60.5906 441.155 60.6256 440.981L67.1331 405.224C67.168 405.014 67.0106 404.821 66.7832 404.821H62.7423C62.5674 404.821 62.4274 404.944 62.3924 405.119Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.828 100.152L407.373 135.909C407.338 136.119 407.496 136.329 407.723 136.311H411.711C411.886 136.311 412.026 136.172 412.061 136.014L418.569 100.257C418.604 100.047 418.446 99.8373 418.219 99.8548H414.178C414.003 99.8548 413.863 99.9773 413.828 100.152Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M408.406 110.089L412.062 135.927C412.097 136.137 411.939 136.329 411.712 136.329H407.671C407.496 136.329 407.356 136.207 407.321 136.049L403.665 110.054C403.787 109.774 403.927 109.774 404.155 109.774H408.038C408.213 109.774 408.371 109.914 408.406 110.089Z%27 fill=%27white%27/%3E%3Cpath d=%27M403.664 110.054L397.262 145.846C397.227 146.056 397.384 146.249 397.612 146.249H401.513C401.74 146.249 401.862 146.109 401.897 145.951L408.405 110.194C408.44 109.984 408.265 109.792 408.055 109.792H404.014C403.839 109.792 403.699 109.897 403.664 110.072%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M398.102 119.973L401.881 145.811C401.916 146.021 401.758 146.231 401.531 146.231H397.49C397.315 146.231 397.175 146.108 397.14 145.951L393.484 119.938C393.606 119.658 393.746 119.658 393.974 119.658H397.735C397.91 119.658 398.067 119.798 398.102 119.973Z%27 fill=%27white%27/%3E%3Cpath d=%27M393.361 119.955L386.906 155.712C386.871 155.922 387.029 156.132 387.256 156.115H391.244C391.419 156.115 391.559 155.992 391.594 155.817L398.102 120.06C398.137 119.85 397.979 119.658 397.752 119.658H393.711C393.536 119.658 393.396 119.78 393.361 119.955Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M387.921 129.892L391.577 155.73C391.612 155.94 391.454 156.132 391.227 156.132H387.186C387.011 156.132 386.871 156.01 386.836 155.852L383.18 129.857C383.303 129.577 383.443 129.577 383.67 129.577H387.553C387.728 129.577 387.886 129.717 387.921 129.892Z%27 fill=%27white%27/%3E%3Cpath d=%27M383.18 129.857L376.778 165.649C376.743 165.859 376.9 166.051 377.128 166.051H381.029C381.256 166.051 381.378 165.911 381.413 165.754L387.921 129.997C387.956 129.787 387.798 129.594 387.571 129.594H383.53C383.355 129.594 383.215 129.699 383.18 129.874%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M377.635 139.775L381.413 165.631C381.448 165.841 381.291 166.051 381.063 166.051H377.022C376.848 166.051 376.708 165.928 376.673 165.771L373.017 139.758C373.139 139.478 373.279 139.478 373.506 139.478H377.267C377.442 139.478 377.6 139.618 377.635 139.793%27 fill=%27white%27/%3E%3Cpath d=%27M372.894 139.671L366.439 175.428C366.404 175.638 366.562 175.848 366.789 175.83H370.778C370.953 175.83 371.093 175.708 371.128 175.533L377.635 139.776C377.67 139.566 377.513 139.374 377.285 139.374H373.244C373.069 139.374 372.929 139.496 372.894 139.671Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M367.454 149.59L371.11 175.428C371.145 175.638 370.987 175.83 370.76 175.83H366.719C366.544 175.83 366.404 175.708 366.369 175.55L362.713 149.555C362.835 149.275 362.975 149.275 363.203 149.275H367.086C367.261 149.275 367.419 149.415 367.454 149.59Z%27 fill=%27white%27/%3E%3Cpath d=%27M362.731 149.572L356.328 185.364C356.293 185.574 356.451 185.766 356.678 185.766H360.579C360.806 185.766 360.929 185.626 360.964 185.451L367.471 149.694C367.506 149.484 367.331 149.292 367.121 149.292H363.08C362.906 149.292 362.766 149.397 362.731 149.572Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M357.168 159.491L360.946 185.329C360.981 185.539 360.824 185.749 360.596 185.749H356.555C356.38 185.749 356.24 185.626 356.205 185.469L352.549 159.456C352.672 159.176 352.812 159.176 353.039 159.176H356.8C356.975 159.176 357.133 159.316 357.168 159.491Z%27 fill=%27white%27/%3E%3Cpath d=%27M352.427 159.455L345.972 195.212C345.937 195.422 346.095 195.632 346.322 195.615H350.31C350.485 195.615 350.625 195.492 350.66 195.317L357.168 159.56C357.203 159.35 357.045 159.141 356.818 159.158H352.777C352.602 159.158 352.462 159.28 352.427 159.455Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M346.987 169.392L350.643 195.23C350.678 195.44 350.52 195.632 350.293 195.632H346.252C346.077 195.632 345.937 195.51 345.902 195.353L342.246 169.357C342.369 169.077 342.508 169.077 342.736 169.077H346.619C346.794 169.077 346.952 169.217 346.987 169.392Z%27 fill=%27white%27/%3E%3Cpath d=%27M342.264 169.357L335.861 205.149C335.826 205.359 335.984 205.551 336.211 205.551H340.112C340.34 205.551 340.462 205.411 340.497 205.236L347.004 169.48C347.039 169.27 346.882 169.077 346.655 169.077H342.614C342.439 169.077 342.299 169.182 342.264 169.357Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M336.701 179.276L340.48 205.114C340.515 205.324 340.357 205.534 340.13 205.534H336.089C335.914 205.534 335.774 205.412 335.739 205.254L332.083 179.241C332.205 178.961 332.345 178.961 332.573 178.961H336.334C336.509 178.961 336.666 179.101 336.701 179.276Z%27 fill=%27white%27/%3E%3Cpath d=%27M331.961 179.171L325.506 214.928C325.471 215.138 325.628 215.348 325.856 215.331H329.844C330.019 215.331 330.159 215.208 330.194 215.033L336.701 179.276C336.736 179.066 336.579 178.874 336.352 178.874H332.311C332.136 178.874 331.996 178.996 331.961 179.171Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M326.52 189.09L330.176 214.928C330.211 215.137 330.054 215.33 329.826 215.33H325.785C325.61 215.33 325.47 215.207 325.435 215.05L321.779 189.055C321.902 188.775 322.042 188.775 322.269 188.775H326.153C326.327 188.775 326.485 188.915 326.52 189.09Z%27 fill=%27white%27/%3E%3Cpath d=%27M321.797 189.073L315.394 224.865C315.359 225.075 315.516 225.267 315.744 225.267H319.645C319.872 225.267 319.995 225.127 320.03 224.952L326.537 189.195C326.572 188.985 326.415 188.793 326.187 188.793H322.146C321.971 188.793 321.831 188.898 321.797 189.073Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M316.234 198.991L320.013 224.829C320.048 225.039 319.89 225.249 319.663 225.249H315.622C315.447 225.249 315.307 225.127 315.272 224.969L311.616 198.956C311.739 198.677 311.879 198.677 312.106 198.677H315.867C316.042 198.677 316.199 198.817 316.234 198.991Z%27 fill=%27white%27/%3E%3Cpath d=%27M311.494 198.974L305.039 234.731C305.004 234.941 305.161 235.151 305.388 235.133H309.377C309.552 235.133 309.692 235.011 309.727 234.836L316.234 199.079C316.269 198.869 316.112 198.677 315.884 198.677H311.843C311.668 198.677 311.528 198.799 311.494 198.974Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.053 208.893L309.709 234.731C309.744 234.941 309.587 235.133 309.359 235.133H305.318C305.144 235.133 305.004 235.011 304.969 234.853L301.312 208.858C301.435 208.578 301.575 208.578 301.802 208.578H305.686C305.861 208.578 306.018 208.718 306.053 208.893Z%27 fill=%27white%27/%3E%3Cpath d=%27M301.313 208.876L294.911 244.667C294.876 244.877 295.033 245.07 295.26 245.07H299.161C299.389 245.07 299.511 244.93 299.546 244.755L306.054 208.998C306.089 208.788 305.914 208.596 305.704 208.596H301.663C301.488 208.596 301.348 208.701 301.313 208.876Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M295.749 218.794L299.528 244.632C299.563 244.842 299.406 245.052 299.178 245.052H295.137C294.962 245.052 294.822 244.929 294.787 244.772L291.131 218.759C291.254 218.479 291.394 218.479 291.621 218.479H295.382C295.557 218.479 295.715 218.619 295.749 218.794Z%27 fill=%27white%27/%3E%3Cpath d=%27M291.026 218.672L284.571 254.429C284.536 254.639 284.694 254.849 284.921 254.832H288.91C289.085 254.832 289.224 254.709 289.259 254.534L295.767 218.777C295.802 218.567 295.644 218.375 295.417 218.375H291.376C291.201 218.375 291.061 218.497 291.026 218.672Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M285.586 228.608L289.242 254.446C289.277 254.656 289.119 254.848 288.892 254.848H284.851C284.676 254.848 284.536 254.726 284.501 254.568L280.845 228.573C280.968 228.293 281.108 228.293 281.335 228.293H285.218C285.393 228.293 285.551 228.433 285.586 228.608Z%27 fill=%27white%27/%3E%3Cpath d=%27M280.846 228.573L274.443 264.365C274.408 264.575 274.566 264.767 274.793 264.767H278.694C278.922 264.767 279.044 264.627 279.079 264.452L285.586 228.695C285.621 228.485 285.446 228.293 285.237 228.293H281.196C281.021 228.293 280.881 228.398 280.846 228.573Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M275.283 238.492L279.061 264.33C279.096 264.54 278.939 264.75 278.711 264.75H274.67C274.496 264.75 274.356 264.628 274.321 264.47L270.665 238.457C270.787 238.177 270.927 238.177 271.154 238.177H274.915C275.09 238.177 275.248 238.317 275.283 238.492Z%27 fill=%27white%27/%3E%3Cpath d=%27M270.56 238.475L264.105 274.232C264.07 274.442 264.227 274.652 264.455 274.634H268.443C268.618 274.634 268.758 274.512 268.793 274.337L275.301 238.58C275.336 238.37 275.178 238.177 274.951 238.177H270.91C270.735 238.177 270.595 238.3 270.56 238.475Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M265.12 248.393L268.776 274.231C268.811 274.441 268.653 274.634 268.426 274.634H264.385C264.21 274.634 264.07 274.511 264.035 274.354L260.379 248.358C260.501 248.078 260.641 248.078 260.869 248.078H264.752C264.927 248.078 265.085 248.218 265.12 248.393Z%27 fill=%27white%27/%3E%3Cpath d=%27M260.396 248.376L253.994 284.168C253.959 284.377 254.116 284.57 254.343 284.57H258.244C258.472 284.57 258.594 284.43 258.629 284.255L265.137 248.498C265.172 248.288 265.014 248.096 264.787 248.096H260.746C260.571 248.096 260.431 248.201 260.396 248.376Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M254.834 258.295L258.613 284.133C258.647 284.343 258.49 284.553 258.263 284.553H254.222C254.047 284.553 253.907 284.43 253.872 284.273L250.216 258.26C250.338 257.98 250.478 257.98 250.706 257.98H254.467C254.642 257.98 254.799 258.12 254.834 258.295Z%27 fill=%27white%27/%3E%3Cpath d=%27M250.093 258.172L243.638 293.929C243.603 294.139 243.761 294.349 243.988 294.332H247.976C248.151 294.332 248.291 294.209 248.326 294.034L254.834 258.277C254.869 258.067 254.711 257.875 254.484 257.875H250.443C250.268 257.875 250.128 257.997 250.093 258.172Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M244.653 268.108L248.309 293.946C248.344 294.156 248.186 294.348 247.959 294.348H243.918C243.743 294.348 243.603 294.226 243.568 294.069L239.912 268.073C240.035 267.793 240.175 267.793 240.402 267.793H244.285C244.46 267.793 244.618 267.933 244.653 268.108Z%27 fill=%27white%27/%3E%3Cpath d=%27M239.929 268.073L233.527 303.865C233.492 304.075 233.649 304.267 233.877 304.267H237.778C238.005 304.267 238.128 304.127 238.162 303.953L244.67 268.196C244.705 267.986 244.547 267.793 244.32 267.793H240.279C240.104 267.793 239.964 267.898 239.929 268.073Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M234.367 277.993L238.145 303.831C238.18 304.041 238.023 304.251 237.795 304.251H233.754C233.58 304.251 233.44 304.128 233.405 303.971L229.749 277.958C229.871 277.678 230.011 277.678 230.238 277.678H233.999C234.174 277.678 234.332 277.818 234.367 277.993Z%27 fill=%27white%27/%3E%3Cpath d=%27M229.608 277.992L223.153 313.749C223.118 313.959 223.276 314.169 223.503 314.151H227.492C227.667 314.151 227.806 314.029 227.841 313.854L234.349 278.097C234.384 277.887 234.226 277.695 233.999 277.695H229.958C229.783 277.695 229.643 277.817 229.608 277.992Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M224.185 287.912L227.842 313.75C227.876 313.96 227.719 314.152 227.492 314.152H223.451C223.276 314.152 223.136 314.029 223.101 313.872L219.445 287.877C219.567 287.597 219.707 287.597 219.935 287.597H223.818C223.993 287.597 224.15 287.737 224.185 287.912Z%27 fill=%27white%27/%3E%3Cpath d=%27M219.445 287.877L213.042 323.668C213.007 323.878 213.165 324.071 213.392 324.071H217.293C217.521 324.071 217.643 323.931 217.678 323.756L224.186 287.999C224.221 287.789 224.046 287.597 223.836 287.597H219.795C219.62 287.597 219.48 287.702 219.445 287.877Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M213.882 297.812L217.66 323.65C217.695 323.86 217.538 324.07 217.31 324.07H213.27C213.095 324.07 212.955 323.948 212.92 323.79L209.264 297.777C209.386 297.498 209.526 297.498 209.753 297.498H213.514C213.689 297.498 213.847 297.637 213.882 297.812Z%27 fill=%27white%27/%3E%3Cpath d=%27M209.159 297.69L202.704 333.447C202.669 333.657 202.826 333.867 203.053 333.849H207.042C207.217 333.849 207.357 333.727 207.392 333.552L213.899 297.795C213.934 297.585 213.777 297.393 213.549 297.393H209.508C209.333 297.393 209.194 297.515 209.159 297.69Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M203.718 307.61L207.374 333.448C207.409 333.658 207.252 333.85 207.024 333.85H202.983C202.809 333.85 202.669 333.727 202.634 333.57L198.978 307.575C199.1 307.295 199.24 307.295 199.467 307.295H203.351C203.526 307.295 203.683 307.435 203.718 307.61Z%27 fill=%27white%27/%3E%3Cpath d=%27M198.978 307.591L192.575 343.383C192.54 343.593 192.698 343.786 192.925 343.786H196.826C197.053 343.786 197.176 343.646 197.211 343.471L203.718 307.714C203.753 307.504 203.578 307.312 203.368 307.312H199.328C199.153 307.312 199.013 307.416 198.978 307.591Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M193.416 317.511L197.194 343.349C197.229 343.559 197.072 343.769 196.844 343.769H192.803C192.628 343.769 192.488 343.646 192.453 343.489L188.797 317.476C188.92 317.196 189.06 317.196 189.287 317.196H193.048C193.223 317.196 193.381 317.336 193.416 317.511Z%27 fill=%27white%27/%3E%3Cpath d=%27M188.693 317.493L182.238 353.25C182.203 353.46 182.36 353.67 182.588 353.653H186.576C186.751 353.653 186.891 353.53 186.926 353.355L193.433 317.598C193.468 317.388 193.311 317.196 193.084 317.196H189.043C188.868 317.196 188.728 317.319 188.693 317.493Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M183.251 327.412L186.907 353.25C186.942 353.46 186.785 353.652 186.558 353.652H182.517C182.342 353.652 182.202 353.53 182.167 353.372L178.511 327.377C178.633 327.097 178.773 327.097 179.001 327.097H182.884C183.059 327.097 183.216 327.237 183.251 327.412Z%27 fill=%27white%27/%3E%3Cpath d=%27M178.511 327.377L172.108 363.169C172.073 363.378 172.231 363.571 172.458 363.571H176.359C176.587 363.571 176.709 363.431 176.744 363.256L183.251 327.499C183.286 327.289 183.112 327.097 182.902 327.097H178.861C178.686 327.097 178.546 327.202 178.511 327.377Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M172.948 337.313L176.727 363.151C176.762 363.361 176.604 363.571 176.377 363.571H172.336C172.161 363.571 172.021 363.449 171.986 363.291L168.33 337.278C168.453 336.999 168.592 336.999 168.82 336.999H172.581C172.756 336.999 172.913 337.138 172.948 337.313Z%27 fill=%27white%27/%3E%3Cpath d=%27M168.225 337.191L161.77 372.948C161.736 373.158 161.893 373.368 162.12 373.35H166.109C166.284 373.35 166.424 373.228 166.459 373.053L172.966 337.296C173.001 337.086 172.844 336.894 172.616 336.894H168.575C168.4 336.894 168.26 337.016 168.225 337.191Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M162.785 347.109L166.441 372.947C166.476 373.157 166.319 373.35 166.091 373.35H162.05C161.875 373.35 161.735 373.227 161.701 373.07L158.044 347.074C158.167 346.794 158.307 346.794 158.534 346.794H162.418C162.593 346.794 162.75 346.934 162.785 347.109Z%27 fill=%27white%27/%3E%3Cpath d=%27M158.044 347.093L151.641 382.885C151.606 383.094 151.764 383.287 151.991 383.287H155.892C156.119 383.287 156.242 383.147 156.277 382.972L162.784 347.215C162.819 347.005 162.644 346.813 162.434 346.813H158.393C158.218 346.813 158.079 346.918 158.044 347.093Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M152.499 357.011L156.278 382.849C156.313 383.059 156.155 383.269 155.928 383.269H151.887C151.712 383.269 151.572 383.146 151.537 382.989L147.881 356.976C148.003 356.696 148.143 356.696 148.371 356.696H152.132C152.307 356.696 152.464 356.836 152.499 357.011Z%27 fill=%27white%27/%3E%3Cpath d=%27M147.741 356.993L141.286 392.75C141.251 392.96 141.408 393.17 141.635 393.153H145.624C145.799 393.153 145.939 393.03 145.974 392.855L152.481 357.098C152.516 356.888 152.359 356.696 152.131 356.696H148.09C147.916 356.696 147.776 356.818 147.741 356.993Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M142.3 366.913L145.956 392.751C145.991 392.961 145.834 393.153 145.606 393.153H141.565C141.391 393.153 141.251 393.031 141.216 392.873L137.56 366.878C137.682 366.598 137.822 366.598 138.049 366.598H141.933C142.108 366.598 142.265 366.738 142.3 366.913Z%27 fill=%27white%27/%3E%3Cpath d=%27M137.577 366.895L131.175 402.687C131.14 402.897 131.297 403.089 131.525 403.089H135.426C135.653 403.089 135.775 402.95 135.81 402.775L142.318 367.018C142.353 366.808 142.195 366.615 141.968 366.615H137.927C137.752 366.615 137.612 366.72 137.577 366.895Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M132.014 376.814L135.793 402.652C135.828 402.862 135.67 403.072 135.443 403.072H131.402C131.227 403.072 131.087 402.949 131.052 402.792L127.396 376.779C127.518 376.499 127.658 376.499 127.886 376.499H131.647C131.822 376.499 131.979 376.639 132.014 376.814Z%27 fill=%27white%27/%3E%3Cpath d=%27M127.274 376.691L120.819 412.448C120.784 412.658 120.941 412.868 121.169 412.851H125.157C125.332 412.851 125.472 412.728 125.507 412.553L132.014 376.796C132.049 376.586 131.892 376.394 131.665 376.394H127.624C127.449 376.394 127.309 376.516 127.274 376.691Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M121.851 386.628L125.507 412.466C125.542 412.676 125.385 412.868 125.157 412.868H121.116C120.941 412.868 120.801 412.746 120.766 412.588L117.11 386.593C117.233 386.313 117.373 386.313 117.6 386.313H121.484C121.659 386.313 121.816 386.453 121.851 386.628Z%27 fill=%27white%27/%3E%3Cpath d=%27M117.11 386.593L110.708 422.385C110.673 422.594 110.83 422.787 111.058 422.787H114.959C115.186 422.787 115.309 422.647 115.344 422.472L121.851 386.715C121.886 386.505 121.729 386.313 121.501 386.313H117.46C117.285 386.313 117.145 386.418 117.11 386.593Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M111.548 396.512L115.326 422.35C115.361 422.56 115.204 422.77 114.976 422.77H110.936C110.761 422.77 110.621 422.647 110.586 422.49L106.93 396.477C107.052 396.197 107.192 396.197 107.419 396.197H111.18C111.355 396.197 111.513 396.337 111.548 396.512Z%27 fill=%27white%27/%3E%3Cpath d=%27M106.825 396.494L100.37 432.251C100.335 432.461 100.492 432.671 100.719 432.653H104.708C104.883 432.653 105.023 432.531 105.058 432.356L111.565 396.599C111.6 396.389 111.443 396.197 111.215 396.197H107.174C106.999 396.197 106.86 396.319 106.825 396.494Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M101.384 406.413L105.04 432.251C105.075 432.461 104.918 432.653 104.69 432.653H100.649C100.475 432.653 100.335 432.531 100.3 432.373L96.6436 406.378C96.766 406.098 96.9059 406.098 97.1334 406.098H101.017C101.192 406.098 101.349 406.238 101.384 406.413Z%27 fill=%27white%27/%3E%3Cpath d=%27M96.6432 406.396L90.2407 442.188C90.2057 442.397 90.3632 442.59 90.5906 442.59H94.4915C94.719 442.59 94.8414 442.45 94.8764 442.275L101.384 406.518C101.419 406.308 101.261 406.116 101.034 406.116H96.993C96.8181 406.116 96.6782 406.221 96.6432 406.396Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M417.607 129.122L411.152 164.879C411.117 165.089 411.274 165.298 411.502 165.281H415.49C415.665 165.281 415.805 165.158 415.84 164.984L422.347 129.227C422.382 129.017 422.225 128.807 421.998 128.824H417.957C417.782 128.824 417.642 128.947 417.607 129.122Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M412.166 139.041L415.822 164.896C415.857 165.106 415.7 165.299 415.472 165.299H411.431C411.256 165.299 411.116 165.176 411.081 165.019L407.425 139.023C407.548 138.743 407.688 138.743 407.915 138.743H411.799C411.973 138.743 412.131 138.883 412.166 139.058%27 fill=%27white%27/%3E%3Cpath d=%27M407.443 139.006L401.041 174.798C401.006 175.008 401.163 175.2 401.39 175.2H405.291C405.519 175.2 405.641 175.06 405.676 174.903L412.184 139.146C412.219 138.936 412.044 138.743 411.834 138.743H407.793C407.618 138.743 407.478 138.848 407.443 139.023%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M401.88 148.942L405.658 174.78C405.693 174.99 405.536 175.2 405.309 175.2H401.268C401.093 175.2 400.953 175.078 400.918 174.92L397.262 148.907C397.384 148.627 397.524 148.627 397.752 148.627H401.513C401.687 148.627 401.845 148.767 401.88 148.942Z%27 fill=%27white%27/%3E%3Cpath d=%27M397.139 148.925L390.685 184.682C390.65 184.892 390.807 185.102 391.034 185.085H395.023C395.198 185.085 395.338 184.962 395.373 184.787L401.88 149.03C401.915 148.82 401.758 148.61 401.53 148.628H397.489C397.314 148.628 397.174 148.75 397.139 148.925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M391.699 158.843L395.355 184.681C395.39 184.891 395.233 185.084 395.005 185.084H390.964C390.789 185.084 390.65 184.961 390.615 184.804L386.958 158.808C387.081 158.529 387.221 158.529 387.448 158.529H391.332C391.507 158.529 391.664 158.669 391.699 158.843Z%27 fill=%27white%27/%3E%3Cpath d=%27M386.959 158.826L380.557 194.618C380.522 194.827 380.679 195.02 380.906 195.02H384.807C385.035 195.02 385.157 194.88 385.192 194.723L391.7 158.966C391.735 158.756 391.577 158.563 391.35 158.563H387.309C387.134 158.563 386.994 158.668 386.959 158.843%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M381.395 168.745L385.174 194.583C385.209 194.793 385.052 195.003 384.824 195.003H380.783C380.608 195.003 380.468 194.881 380.433 194.723L376.777 168.71C376.9 168.43 377.04 168.43 377.267 168.43H381.028C381.203 168.43 381.361 168.57 381.395 168.745Z%27 fill=%27white%27/%3E%3Cpath d=%27M376.673 168.622L370.218 204.379C370.183 204.589 370.34 204.799 370.568 204.781H374.556C374.731 204.781 374.871 204.659 374.906 204.484L381.413 168.727C381.448 168.517 381.291 168.325 381.063 168.325H377.023C376.848 168.325 376.708 168.447 376.673 168.622Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M371.232 178.541L374.888 204.379C374.923 204.589 374.766 204.781 374.539 204.781H370.498C370.323 204.781 370.183 204.659 370.148 204.501L366.492 178.506C366.614 178.226 366.754 178.226 366.982 178.226H370.865C371.04 178.226 371.197 178.366 371.232 178.541Z%27 fill=%27white%27/%3E%3Cpath d=%27M366.492 178.524L360.089 214.316C360.054 214.526 360.212 214.718 360.439 214.718H364.34C364.568 214.718 364.69 214.578 364.725 214.403L371.232 178.647C371.267 178.437 371.11 178.244 370.883 178.244H366.842C366.667 178.244 366.527 178.349 366.492 178.524Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M360.928 188.443L364.707 214.281C364.742 214.491 364.584 214.701 364.357 214.701H360.316C360.141 214.701 360.001 214.578 359.966 214.421L356.31 188.408C356.433 188.128 356.572 188.128 356.8 188.128H360.561C360.736 188.128 360.893 188.268 360.928 188.443Z%27 fill=%27white%27/%3E%3Cpath d=%27M356.206 188.425L349.751 224.182C349.716 224.392 349.873 224.602 350.101 224.585H354.089C354.264 224.585 354.404 224.462 354.439 224.287L360.947 188.53C360.982 188.32 360.824 188.128 360.597 188.128H356.556C356.381 188.128 356.241 188.25 356.206 188.425Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M350.766 198.345L354.422 224.183C354.457 224.393 354.299 224.585 354.072 224.585H350.031C349.856 224.585 349.716 224.463 349.681 224.305L346.025 198.31C346.147 198.03 346.287 198.03 346.515 198.03H350.398C350.573 198.03 350.731 198.17 350.766 198.345Z%27 fill=%27white%27/%3E%3Cpath d=%27M346.042 198.327L339.64 234.119C339.605 234.329 339.762 234.521 339.99 234.521H343.89C344.118 234.521 344.24 234.381 344.275 234.206L350.783 198.449C350.818 198.24 350.643 198.047 350.433 198.047H346.392C346.217 198.047 346.077 198.152 346.042 198.327Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M340.479 208.245L344.258 234.083C344.293 234.293 344.135 234.503 343.908 234.503H339.867C339.692 234.503 339.552 234.381 339.517 234.223L335.861 208.21C335.983 207.93 336.123 207.93 336.351 207.93H340.112C340.287 207.93 340.444 208.07 340.479 208.245Z%27 fill=%27white%27/%3E%3Cpath d=%27M335.739 208.123L329.284 243.88C329.249 244.09 329.406 244.3 329.634 244.283H333.622C333.797 244.283 333.937 244.16 333.972 243.985L340.479 208.228C340.514 208.018 340.357 207.808 340.129 207.826H336.088C335.914 207.826 335.774 207.948 335.739 208.123Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M330.298 218.042L333.954 243.88C333.989 244.09 333.832 244.283 333.604 244.283H329.564C329.389 244.283 329.249 244.16 329.214 244.003L325.558 218.007C325.68 217.727 325.82 217.727 326.047 217.727H329.931C330.106 217.727 330.263 217.867 330.298 218.042Z%27 fill=%27white%27/%3E%3Cpath d=%27M325.576 218.025L319.173 253.816C319.138 254.026 319.296 254.219 319.523 254.219H323.424C323.652 254.219 323.774 254.079 323.809 253.904L330.316 218.147C330.351 217.937 330.194 217.745 329.967 217.745H325.926C325.751 217.745 325.611 217.85 325.576 218.025Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M320.013 227.943L323.791 253.781C323.826 253.991 323.669 254.201 323.441 254.201H319.4C319.226 254.201 319.086 254.078 319.051 253.921L315.395 227.908C315.517 227.628 315.657 227.628 315.884 227.628H319.645C319.82 227.628 319.978 227.768 320.013 227.943Z%27 fill=%27white%27/%3E%3Cpath d=%27M315.254 227.925L308.799 263.682C308.764 263.892 308.922 264.102 309.149 264.085H313.138C313.313 264.085 313.453 263.962 313.487 263.787L319.995 228.03C320.03 227.82 319.872 227.628 319.645 227.628H315.604C315.429 227.628 315.289 227.75 315.254 227.925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M309.832 237.862L313.488 263.7C313.523 263.91 313.366 264.102 313.138 264.102H309.097C308.922 264.102 308.782 263.98 308.747 263.823L305.091 237.827C305.214 237.547 305.354 237.547 305.581 237.547H309.465C309.64 237.547 309.797 237.687 309.832 237.862Z%27 fill=%27white%27/%3E%3Cpath d=%27M305.091 237.827L298.688 273.619C298.653 273.829 298.811 274.021 299.038 274.021H302.939C303.167 274.021 303.289 273.881 303.324 273.706L309.832 237.949C309.867 237.74 309.692 237.547 309.482 237.547H305.441C305.266 237.547 305.126 237.652 305.091 237.827Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M299.528 247.747L303.306 273.585C303.341 273.794 303.184 274.004 302.956 274.004H298.916C298.741 274.004 298.601 273.882 298.566 273.725L294.91 247.712C295.032 247.432 295.172 247.432 295.399 247.432H299.16C299.335 247.432 299.493 247.572 299.528 247.747Z%27 fill=%27white%27/%3E%3Cpath d=%27M294.805 247.641L288.351 283.398C288.316 283.608 288.473 283.818 288.7 283.8H292.689C292.864 283.8 293.004 283.678 293.039 283.503L299.546 247.746C299.581 247.536 299.424 247.344 299.196 247.344H295.155C294.98 247.344 294.84 247.466 294.805 247.641Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M289.365 257.56L293.021 283.398C293.056 283.608 292.899 283.8 292.671 283.8H288.63C288.456 283.8 288.316 283.677 288.281 283.52L284.625 257.525C284.747 257.245 284.887 257.245 285.114 257.245H288.998C289.173 257.245 289.33 257.385 289.365 257.56Z%27 fill=%27white%27/%3E%3Cpath d=%27M284.624 257.525L278.222 293.316C278.187 293.526 278.344 293.719 278.572 293.719H282.472C282.7 293.719 282.822 293.579 282.857 293.404L289.365 257.647C289.4 257.437 289.225 257.245 289.015 257.245H284.974C284.799 257.245 284.659 257.35 284.624 257.525Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M279.062 267.461L282.84 293.299C282.875 293.509 282.718 293.719 282.49 293.719H278.449C278.274 293.719 278.134 293.597 278.099 293.439L274.443 267.426C274.566 267.146 274.706 267.146 274.933 267.146H278.694C278.869 267.146 279.027 267.286 279.062 267.461Z%27 fill=%27white%27/%3E%3Cpath d=%27M274.338 267.427L267.883 303.183C267.848 303.393 268.005 303.603 268.233 303.586H272.221C272.396 303.586 272.536 303.463 272.571 303.288L279.078 267.532C279.113 267.322 278.956 267.129 278.729 267.129H274.688C274.513 267.129 274.373 267.252 274.338 267.427Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M268.897 277.363L272.553 303.201C272.588 303.411 272.431 303.604 272.204 303.604H268.163C267.988 303.604 267.848 303.481 267.813 303.324L264.157 277.328C264.279 277.048 264.419 277.048 264.647 277.048H268.53C268.705 277.048 268.862 277.188 268.897 277.363Z%27 fill=%27white%27/%3E%3Cpath d=%27M264.157 277.328L257.755 313.12C257.72 313.33 257.877 313.523 258.105 313.523H262.006C262.233 313.523 262.356 313.383 262.391 313.208L268.898 277.451C268.933 277.241 268.758 277.048 268.548 277.048H264.507C264.332 277.048 264.192 277.153 264.157 277.328Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M258.594 287.247L262.373 313.085C262.408 313.295 262.25 313.504 262.023 313.504H257.982C257.807 313.504 257.667 313.382 257.632 313.225L253.976 287.212C254.099 286.932 254.238 286.932 254.466 286.932H258.227C258.402 286.932 258.559 287.072 258.594 287.247Z%27 fill=%27white%27/%3E%3Cpath d=%27M253.871 287.142L247.416 322.899C247.382 323.109 247.539 323.319 247.766 323.301H251.755C251.93 323.301 252.07 323.179 252.105 323.004L258.612 287.247C258.647 287.037 258.49 286.844 258.262 286.844H254.221C254.046 286.844 253.906 286.967 253.871 287.142Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M248.431 297.06L252.087 322.899C252.122 323.108 251.965 323.301 251.737 323.301H247.696C247.521 323.301 247.381 323.178 247.346 323.021L243.69 297.025C243.813 296.746 243.953 296.746 244.18 296.746H248.064C248.239 296.746 248.396 296.886 248.431 297.06Z%27 fill=%27white%27/%3E%3Cpath d=%27M243.691 297.025L237.288 332.817C237.253 333.027 237.411 333.22 237.638 333.22H241.539C241.766 333.22 241.889 333.08 241.924 332.905L248.431 297.148C248.466 296.938 248.291 296.746 248.081 296.746H244.04C243.865 296.746 243.726 296.851 243.691 297.025Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M238.145 306.962L241.924 332.8C241.959 333.01 241.801 333.22 241.574 333.22H237.533C237.358 333.22 237.218 333.097 237.183 332.94L233.527 306.927C233.649 306.647 233.789 306.647 234.017 306.647H237.778C237.953 306.647 238.11 306.787 238.145 306.962Z%27 fill=%27white%27/%3E%3Cpath d=%27M233.387 306.944L226.932 342.701C226.897 342.911 227.054 343.121 227.281 343.104H231.27C231.445 343.104 231.585 342.981 231.62 342.806L238.127 307.049C238.162 306.839 238.005 306.647 237.777 306.647H233.736C233.562 306.647 233.422 306.769 233.387 306.944Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M227.964 316.863L231.62 342.701C231.655 342.911 231.497 343.104 231.27 343.104H227.229C227.054 343.104 226.914 342.981 226.879 342.824L223.223 316.828C223.346 316.548 223.486 316.548 223.713 316.548H227.596C227.771 316.548 227.929 316.688 227.964 316.863Z%27 fill=%27white%27/%3E%3Cpath d=%27M223.223 316.846L216.821 352.637C216.786 352.847 216.943 353.04 217.171 353.04H221.072C221.299 353.04 221.421 352.9 221.456 352.725L227.964 316.968C227.999 316.758 227.824 316.566 227.614 316.566H223.573C223.398 316.566 223.258 316.671 223.223 316.846Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M217.661 326.765L221.439 352.603C221.474 352.813 221.317 353.023 221.089 353.023H217.048C216.873 353.023 216.734 352.901 216.699 352.743L213.042 326.73C213.165 326.45 213.305 326.45 213.532 326.45H217.293C217.468 326.45 217.626 326.59 217.661 326.765Z%27 fill=%27white%27/%3E%3Cpath d=%27M212.92 326.642L206.465 362.399C206.43 362.609 206.587 362.819 206.815 362.802H210.803C210.978 362.802 211.118 362.679 211.153 362.504L217.66 326.747C217.695 326.537 217.538 326.345 217.311 326.345H213.27C213.095 326.345 212.955 326.467 212.92 326.642Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M207.497 336.579L211.153 362.417C211.188 362.626 211.031 362.819 210.804 362.819H206.763C206.588 362.819 206.448 362.696 206.413 362.539L202.757 336.544C202.879 336.264 203.019 336.264 203.247 336.264H207.13C207.305 336.264 207.462 336.404 207.497 336.579Z%27 fill=%27white%27/%3E%3Cpath d=%27M202.756 336.544L196.354 372.335C196.319 372.545 196.476 372.738 196.703 372.738H200.604C200.832 372.738 200.954 372.598 200.989 372.423L207.497 336.666C207.532 336.456 207.374 336.264 207.147 336.264H203.106C202.931 336.264 202.791 336.369 202.756 336.544Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M197.193 346.462L200.972 372.3C201.007 372.51 200.849 372.72 200.622 372.72H196.581C196.406 372.72 196.266 372.598 196.231 372.44L192.575 346.427C192.698 346.147 192.838 346.147 193.065 346.147H196.826C197.001 346.147 197.158 346.287 197.193 346.462Z%27 fill=%27white%27/%3E%3Cpath d=%27M192.471 346.445L186.016 382.202C185.981 382.412 186.138 382.622 186.365 382.604H190.354C190.529 382.604 190.669 382.482 190.704 382.307L197.211 346.55C197.246 346.34 197.089 346.13 196.861 346.148H192.82C192.645 346.148 192.506 346.27 192.471 346.445Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M187.031 356.364L190.687 382.202C190.722 382.412 190.564 382.604 190.337 382.604H186.296C186.121 382.604 185.981 382.482 185.946 382.324L182.29 356.329C182.412 356.049 182.552 356.049 182.78 356.049H186.663C186.838 356.049 186.996 356.189 187.031 356.364Z%27 fill=%27white%27/%3E%3Cpath d=%27M182.29 356.347L175.887 392.138C175.852 392.348 176.01 392.541 176.237 392.541H180.138C180.365 392.541 180.488 392.401 180.523 392.226L187.03 356.469C187.065 356.259 186.89 356.067 186.68 356.067H182.64C182.465 356.067 182.325 356.172 182.29 356.347Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M176.727 366.266L180.505 392.104C180.54 392.314 180.383 392.523 180.155 392.523H176.114C175.939 392.523 175.799 392.401 175.764 392.244L172.108 366.231C172.231 365.951 172.371 365.951 172.598 365.951H176.359C176.534 365.951 176.692 366.091 176.727 366.266Z%27 fill=%27white%27/%3E%3Cpath d=%27M172.004 366.143L165.549 401.9C165.514 402.11 165.671 402.32 165.899 402.302H169.887C170.062 402.302 170.202 402.18 170.237 402.005L176.744 366.248C176.779 366.038 176.622 365.846 176.395 365.846H172.354C172.179 365.846 172.039 365.968 172.004 366.143Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M166.563 376.079L170.219 401.917C170.254 402.127 170.097 402.319 169.87 402.319H165.829C165.654 402.319 165.514 402.197 165.479 402.04L161.823 376.044C161.945 375.764 162.085 375.764 162.313 375.764H166.196C166.371 375.764 166.528 375.904 166.563 376.079Z%27 fill=%27white%27/%3E%3Cpath d=%27M161.822 376.044L155.42 411.836C155.385 412.046 155.542 412.238 155.77 412.238H159.671C159.898 412.238 160.021 412.098 160.056 411.923L166.563 376.167C166.598 375.957 166.441 375.764 166.213 375.764H162.172C161.997 375.764 161.857 375.869 161.822 376.044Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M156.26 385.963L160.039 411.801C160.074 412.011 159.916 412.221 159.689 412.221H155.648C155.473 412.221 155.333 412.099 155.298 411.941L151.642 385.928C151.765 385.648 151.904 385.648 152.132 385.648H155.893C156.068 385.648 156.225 385.788 156.26 385.963Z%27 fill=%27white%27/%3E%3Cpath d=%27M151.519 385.946L145.064 421.702C145.029 421.912 145.187 422.122 145.414 422.105H149.403C149.578 422.105 149.718 421.982 149.753 421.807L156.26 386.051C156.295 385.841 156.138 385.648 155.91 385.648H151.869C151.694 385.648 151.554 385.771 151.519 385.946Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M146.079 395.882L149.735 421.72C149.77 421.93 149.613 422.123 149.385 422.123H145.344C145.169 422.123 145.029 422 144.994 421.843L141.338 395.847C141.461 395.567 141.601 395.567 141.828 395.567H145.712C145.887 395.567 146.044 395.707 146.079 395.882Z%27 fill=%27white%27/%3E%3Cpath d=%27M141.356 395.847L134.953 431.639C134.918 431.849 135.076 432.042 135.303 432.042H139.204C139.431 432.042 139.554 431.902 139.589 431.727L146.096 395.97C146.131 395.76 145.974 395.567 145.746 395.567H141.705C141.531 395.567 141.391 395.672 141.356 395.847Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M135.793 405.766L139.571 431.604C139.606 431.814 139.449 432.023 139.222 432.023H135.181C135.006 432.023 134.866 431.901 134.831 431.744L131.175 405.731C131.297 405.451 131.437 405.451 131.665 405.451H135.426C135.601 405.451 135.758 405.591 135.793 405.766Z%27 fill=%27white%27/%3E%3Cpath d=%27M131.053 405.661L124.598 441.418C124.563 441.628 124.72 441.838 124.947 441.82H128.936C129.111 441.82 129.251 441.698 129.286 441.523L135.793 405.766C135.828 405.556 135.671 405.364 135.443 405.364H131.402C131.228 405.364 131.088 405.486 131.053 405.661Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M415.945 167.993L419.601 193.831C419.636 194.041 419.478 194.233 419.251 194.233H415.21C415.035 194.233 414.895 194.111 414.86 193.953L411.204 167.958C411.327 167.678 411.466 167.678 411.694 167.678H415.577C415.752 167.678 415.91 167.818 415.945 167.993Z%27 fill=%27white%27/%3E%3Cpath d=%27M411.222 167.976L404.819 203.768C404.784 203.978 404.942 204.17 405.169 204.17H409.07C409.298 204.17 409.42 204.03 409.455 203.873L415.962 168.116C415.997 167.906 415.84 167.713 415.613 167.713H411.572C411.397 167.713 411.257 167.818 411.222 167.993%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M405.658 177.894L409.437 203.732C409.472 203.942 409.314 204.152 409.087 204.152H405.046C404.871 204.152 404.731 204.03 404.696 203.872L401.04 177.859C401.162 177.579 401.302 177.579 401.53 177.579H405.291C405.466 177.579 405.623 177.719 405.658 177.894Z%27 fill=%27white%27/%3E%3Cpath d=%27M400.901 177.877L394.446 213.634C394.411 213.844 394.568 214.054 394.796 214.036H398.784C398.959 214.036 399.099 213.914 399.134 213.739L405.641 177.982C405.676 177.772 405.519 177.579 405.291 177.579H401.251C401.076 177.579 400.936 177.702 400.901 177.877Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M395.477 187.795L399.133 213.633C399.168 213.843 399.011 214.036 398.784 214.036H394.743C394.568 214.036 394.428 213.913 394.393 213.756L390.737 187.76C390.859 187.48 390.999 187.48 391.227 187.48H395.11C395.285 187.48 395.442 187.62 395.477 187.795Z%27 fill=%27white%27/%3E%3Cpath d=%27M390.737 187.778L384.335 223.57C384.3 223.78 384.457 223.972 384.685 223.972H388.586C388.813 223.972 388.936 223.832 388.971 223.657L395.478 187.9C395.513 187.69 395.338 187.498 395.128 187.498H391.087C390.912 187.498 390.772 187.603 390.737 187.778Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M385.175 197.697L388.953 223.535C388.988 223.745 388.831 223.955 388.603 223.955H384.563C384.388 223.955 384.248 223.832 384.213 223.675L380.557 197.662C380.679 197.382 380.819 197.382 381.046 197.382H384.807C384.982 197.382 385.14 197.522 385.175 197.697Z%27 fill=%27white%27/%3E%3Cpath d=%27M380.452 197.574L373.997 233.331C373.962 233.541 374.119 233.751 374.346 233.734H378.335C378.51 233.734 378.65 233.611 378.685 233.436L385.192 197.679C385.227 197.469 385.07 197.259 384.842 197.277H380.801C380.626 197.277 380.487 197.399 380.452 197.574Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M375.011 207.511L378.667 233.349C378.702 233.559 378.545 233.751 378.317 233.751H374.276C374.102 233.751 373.962 233.629 373.927 233.471L370.271 207.476C370.393 207.196 370.533 207.196 370.76 207.196H374.644C374.819 207.196 374.976 207.336 375.011 207.511Z%27 fill=%27white%27/%3E%3Cpath d=%27M370.27 207.476L363.868 243.268C363.833 243.478 363.99 243.67 364.218 243.67H368.118C368.346 243.67 368.468 243.53 368.503 243.355L375.011 207.598C375.046 207.388 374.888 207.196 374.661 207.196H370.62C370.445 207.196 370.305 207.301 370.27 207.476Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M364.707 217.412L368.486 243.25C368.521 243.46 368.363 243.669 368.136 243.669H364.095C363.92 243.669 363.78 243.547 363.745 243.39L360.089 217.377C360.211 217.097 360.351 217.097 360.579 217.097H364.34C364.515 217.097 364.672 217.237 364.707 217.412Z%27 fill=%27white%27/%3E%3Cpath d=%27M359.984 217.377L353.529 253.134C353.494 253.344 353.652 253.554 353.879 253.536H357.868C358.043 253.536 358.182 253.414 358.217 253.239L364.725 217.482C364.76 217.272 364.602 217.08 364.375 217.08H360.334C360.159 217.08 360.019 217.202 359.984 217.377Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M354.544 227.296L358.2 253.134C358.235 253.344 358.078 253.536 357.851 253.536H353.81C353.635 253.536 353.495 253.414 353.46 253.257L349.804 227.261C349.926 226.981 350.066 226.981 350.294 226.981H354.177C354.352 226.981 354.509 227.121 354.544 227.296Z%27 fill=%27white%27/%3E%3Cpath d=%27M349.803 227.278L343.4 263.07C343.365 263.28 343.523 263.473 343.75 263.473H347.651C347.879 263.473 348.001 263.333 348.036 263.158L354.543 227.401C354.578 227.191 354.421 226.999 354.194 226.999H350.153C349.978 226.999 349.838 227.104 349.803 227.278Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M344.24 237.198L348.019 263.036C348.054 263.246 347.896 263.456 347.669 263.456H343.628C343.453 263.456 343.313 263.333 343.278 263.176L339.622 237.163C339.745 236.883 339.884 236.883 340.112 236.883H343.873C344.048 236.883 344.205 237.023 344.24 237.198Z%27 fill=%27white%27/%3E%3Cpath d=%27M339.517 237.093L333.062 272.85C333.027 273.06 333.184 273.27 333.412 273.252H337.4C337.575 273.252 337.715 273.13 337.75 272.955L344.258 237.198C344.293 236.988 344.135 236.795 343.908 236.795H339.867C339.692 236.795 339.552 236.918 339.517 237.093Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M334.077 247.011L337.733 272.849C337.768 273.059 337.61 273.251 337.383 273.251H333.342C333.167 273.251 333.027 273.129 332.992 272.971L329.336 246.976C329.458 246.696 329.598 246.696 329.826 246.696H333.709C333.884 246.696 334.042 246.836 334.077 247.011Z%27 fill=%27white%27/%3E%3Cpath d=%27M329.337 246.976L322.935 282.768C322.9 282.978 323.057 283.17 323.284 283.17H327.185C327.413 283.17 327.535 283.03 327.57 282.855L334.078 247.098C334.113 246.888 333.938 246.696 333.728 246.696H329.687C329.512 246.696 329.372 246.801 329.337 246.976Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M323.791 256.913L327.57 282.751C327.604 282.961 327.447 283.171 327.22 283.171H323.179C323.004 283.171 322.864 283.048 322.829 282.891L319.173 256.878C319.295 256.598 319.435 256.598 319.663 256.598H323.424C323.599 256.598 323.756 256.738 323.791 256.913Z%27 fill=%27white%27/%3E%3Cpath d=%27M319.033 256.895L312.578 292.652C312.543 292.862 312.701 293.072 312.928 293.055H316.916C317.091 293.055 317.231 292.932 317.266 292.757L323.774 257C323.809 256.79 323.651 256.598 323.424 256.598H319.383C319.208 256.598 319.068 256.72 319.033 256.895Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M313.593 266.814L317.249 292.652C317.284 292.862 317.126 293.054 316.899 293.054H312.858C312.683 293.054 312.543 292.932 312.508 292.774L308.852 266.779C308.975 266.499 309.114 266.499 309.342 266.499H313.225C313.4 266.499 313.558 266.639 313.593 266.814Z%27 fill=%27white%27/%3E%3Cpath d=%27M308.869 266.779L302.467 302.571C302.432 302.78 302.589 302.973 302.817 302.973H306.718C306.945 302.973 307.068 302.833 307.102 302.658L313.61 266.901C313.645 266.691 313.47 266.499 313.26 266.499H309.219C309.044 266.499 308.904 266.604 308.869 266.779Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M303.307 276.715L307.085 302.553C307.12 302.763 306.963 302.973 306.735 302.973H302.694C302.519 302.973 302.38 302.851 302.345 302.693L298.688 276.68C298.811 276.4 298.951 276.4 299.178 276.4H302.939C303.114 276.4 303.272 276.54 303.307 276.715Z%27 fill=%27white%27/%3E%3Cpath d=%27M298.566 276.593L292.111 312.35C292.076 312.56 292.234 312.77 292.461 312.752H296.45C296.624 312.752 296.764 312.63 296.799 312.455L303.307 276.698C303.342 276.488 303.184 276.295 302.957 276.295H298.916C298.741 276.295 298.601 276.418 298.566 276.593Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M293.143 286.512L296.8 312.35C296.835 312.56 296.677 312.753 296.45 312.753H292.409C292.234 312.753 292.094 312.63 292.059 312.473L288.403 286.477C288.525 286.197 288.665 286.197 288.893 286.197H292.776C292.951 286.197 293.108 286.337 293.143 286.512Z%27 fill=%27white%27/%3E%3Cpath d=%27M288.402 286.495L282 322.286C281.965 322.496 282.122 322.689 282.35 322.689H286.251C286.478 322.689 286.601 322.549 286.636 322.374L293.143 286.617C293.178 286.407 293.021 286.215 292.793 286.215H288.752C288.577 286.215 288.437 286.32 288.402 286.495Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M282.84 296.414L286.619 322.252C286.654 322.462 286.496 322.671 286.269 322.671H282.228C282.053 322.671 281.913 322.549 281.878 322.392L278.222 296.379C278.345 296.099 278.485 296.099 278.712 296.099H282.473C282.648 296.099 282.805 296.239 282.84 296.414Z%27 fill=%27white%27/%3E%3Cpath d=%27M278.117 296.396L271.662 332.153C271.627 332.363 271.784 332.573 272.011 332.555H276C276.175 332.555 276.315 332.433 276.35 332.258L282.857 296.501C282.892 296.291 282.735 296.099 282.507 296.099H278.466C278.291 296.099 278.152 296.221 278.117 296.396Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M272.676 306.315L276.332 332.153C276.367 332.363 276.21 332.555 275.982 332.555H271.941C271.767 332.555 271.627 332.433 271.592 332.275L267.936 306.28C268.058 306 268.198 306 268.425 306H272.309C272.484 306 272.641 306.14 272.676 306.315Z%27 fill=%27white%27/%3E%3Cpath d=%27M267.936 306.28L261.534 342.072C261.499 342.281 261.656 342.474 261.884 342.474H265.785C266.012 342.474 266.134 342.334 266.169 342.159L272.677 306.402C272.712 306.192 272.537 306 272.327 306H268.286C268.111 306 267.971 306.105 267.936 306.28Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M262.373 316.216L266.151 342.055C266.186 342.264 266.029 342.474 265.801 342.474H261.76C261.585 342.474 261.445 342.352 261.41 342.194L257.754 316.182C257.877 315.902 258.017 315.902 258.244 315.902H262.005C262.18 315.902 262.338 316.042 262.373 316.216Z%27 fill=%27white%27/%3E%3Cpath d=%27M257.65 316.094L251.195 351.851C251.16 352.061 251.317 352.271 251.545 352.253H255.533C255.708 352.253 255.848 352.131 255.883 351.956L262.39 316.199C262.425 315.989 262.268 315.796 262.041 315.796H258C257.825 315.796 257.685 315.919 257.65 316.094Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M252.209 326.012L255.865 351.85C255.9 352.06 255.743 352.253 255.516 352.253H251.475C251.3 352.253 251.16 352.13 251.125 351.973L247.469 325.977C247.591 325.697 247.731 325.697 247.959 325.697H251.842C252.017 325.697 252.174 325.837 252.209 326.012Z%27 fill=%27white%27/%3E%3Cpath d=%27M247.469 325.995L241.066 361.787C241.031 361.997 241.189 362.189 241.416 362.189H245.317C245.545 362.189 245.667 362.049 245.702 361.874L252.209 326.117C252.244 325.907 252.07 325.715 251.86 325.715H247.819C247.644 325.715 247.504 325.82 247.469 325.995Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M241.905 335.914L245.684 361.752C245.719 361.962 245.561 362.172 245.334 362.172H241.293C241.118 362.172 240.978 362.049 240.943 361.892L237.287 335.879C237.41 335.599 237.55 335.599 237.777 335.599H241.538C241.713 335.599 241.87 335.739 241.905 335.914Z%27 fill=%27white%27/%3E%3Cpath d=%27M237.165 335.897L230.71 371.653C230.675 371.863 230.832 372.073 231.06 372.056H235.048C235.223 372.056 235.363 371.933 235.398 371.758L241.906 336.001C241.94 335.792 241.783 335.582 241.556 335.599H237.515C237.34 335.599 237.2 335.722 237.165 335.897Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M231.725 345.833L235.381 371.671C235.416 371.88 235.259 372.073 235.031 372.073H230.99C230.815 372.073 230.675 371.95 230.64 371.793L226.984 345.797C227.107 345.518 227.247 345.518 227.474 345.518H231.358C231.533 345.518 231.69 345.658 231.725 345.833Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.002 345.797L220.599 381.589C220.564 381.799 220.722 381.992 220.949 381.992H224.85C225.077 381.992 225.2 381.852 225.235 381.677L231.742 345.92C231.777 345.71 231.602 345.518 231.392 345.518H227.351C227.177 345.518 227.037 345.623 227.002 345.797Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M221.439 355.716L225.218 381.555C225.253 381.764 225.096 381.974 224.868 381.974H220.827C220.652 381.974 220.512 381.852 220.477 381.694L216.821 355.681C216.944 355.402 217.084 355.402 217.311 355.402H221.072C221.247 355.402 221.404 355.542 221.439 355.716Z%27 fill=%27white%27/%3E%3Cpath d=%27M216.699 355.611L210.244 391.368C210.209 391.578 210.366 391.788 210.593 391.771H214.582C214.757 391.771 214.897 391.648 214.932 391.473L221.439 355.716C221.474 355.506 221.317 355.314 221.089 355.314H217.048C216.874 355.314 216.734 355.436 216.699 355.611Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M211.259 365.531L214.915 391.369C214.95 391.579 214.792 391.771 214.565 391.771H210.524C210.349 391.771 210.209 391.649 210.174 391.491L206.518 365.496C206.641 365.216 206.78 365.216 207.008 365.216H210.891C211.066 365.216 211.224 365.356 211.259 365.531Z%27 fill=%27white%27/%3E%3Cpath d=%27M206.535 365.496L200.132 401.288C200.097 401.498 200.255 401.69 200.482 401.69H204.383C204.611 401.69 204.733 401.55 204.768 401.375L211.275 365.618C211.31 365.408 211.135 365.216 210.926 365.216H206.885C206.71 365.216 206.57 365.321 206.535 365.496Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M200.973 375.432L204.751 401.27C204.786 401.48 204.629 401.69 204.401 401.69H200.36C200.185 401.69 200.046 401.567 200.011 401.41L196.354 375.397C196.477 375.117 196.617 375.117 196.844 375.117H200.605C200.78 375.117 200.938 375.257 200.973 375.432Z%27 fill=%27white%27/%3E%3Cpath d=%27M196.231 375.397L189.776 411.153C189.741 411.363 189.899 411.573 190.126 411.556H194.115C194.29 411.556 194.429 411.433 194.464 411.258L200.972 375.501C201.007 375.292 200.849 375.099 200.622 375.099H196.581C196.406 375.099 196.266 375.222 196.231 375.397Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M190.809 385.333L194.465 411.171C194.5 411.381 194.343 411.574 194.115 411.574H190.074C189.899 411.574 189.759 411.451 189.724 411.294L186.068 385.298C186.191 385.018 186.331 385.018 186.558 385.018H190.442C190.617 385.018 190.774 385.158 190.809 385.333Z%27 fill=%27white%27/%3E%3Cpath d=%27M186.068 385.298L179.666 421.09C179.631 421.3 179.788 421.492 180.016 421.492H183.917C184.144 421.492 184.267 421.352 184.302 421.178L190.809 385.421C190.844 385.211 190.669 385.018 190.459 385.018H186.418C186.243 385.018 186.103 385.123 186.068 385.298Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M180.505 395.217L184.283 421.055C184.318 421.265 184.161 421.475 183.934 421.475H179.893C179.718 421.475 179.578 421.353 179.543 421.195L175.887 395.182C176.009 394.902 176.149 394.902 176.377 394.902H180.138C180.312 394.902 180.47 395.042 180.505 395.217Z%27 fill=%27white%27/%3E%3Cpath d=%27M175.765 395.112L169.31 430.869C169.275 431.079 169.432 431.289 169.659 431.271H173.648C173.823 431.271 173.963 431.149 173.998 430.974L180.505 395.217C180.54 395.007 180.383 394.797 180.155 394.814H176.114C175.939 394.814 175.799 394.937 175.765 395.112Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M170.342 405.031L173.998 430.869C174.033 431.079 173.875 431.272 173.648 431.272H169.607C169.432 431.272 169.292 431.149 169.257 430.992L165.601 404.996C165.724 404.716 165.863 404.716 166.091 404.716H169.974C170.149 404.716 170.307 404.856 170.342 405.031Z%27 fill=%27white%27/%3E%3Cpath d=%27M165.601 404.996L159.199 440.788C159.164 440.998 159.321 441.19 159.549 441.19H163.45C163.677 441.19 163.799 441.05 163.834 440.876L170.342 405.119C170.377 404.909 170.219 404.716 169.992 404.716H165.951C165.776 404.716 165.636 404.821 165.601 404.996Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M414.86 196.805L408.458 232.597C408.423 232.807 408.58 232.999 408.807 232.999H412.708C412.936 232.999 413.058 232.859 413.093 232.684L419.601 196.927C419.636 196.718 419.478 196.525 419.251 196.525H415.21C415.035 196.525 414.895 196.63 414.86 196.805Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M409.297 206.741L413.076 232.579C413.111 232.789 412.953 232.999 412.726 232.999H408.685C408.51 232.999 408.37 232.876 408.335 232.719L404.679 206.706C404.802 206.426 404.942 206.426 405.169 206.426H408.93C409.105 206.426 409.262 206.566 409.297 206.741Z%27 fill=%27white%27/%3E%3Cpath d=%27M404.556 206.723L398.101 242.48C398.066 242.69 398.223 242.9 398.451 242.882H402.439C402.614 242.882 402.754 242.76 402.789 242.585L409.297 206.828C409.332 206.618 409.174 206.426 408.947 206.426H404.906C404.731 206.426 404.591 206.548 404.556 206.723Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M399.116 216.643L402.772 242.481C402.807 242.69 402.65 242.883 402.422 242.883H398.381C398.206 242.883 398.067 242.76 398.032 242.603L394.375 216.607C394.498 216.328 394.638 216.328 394.865 216.328H398.749C398.924 216.328 399.081 216.468 399.116 216.643Z%27 fill=%27white%27/%3E%3Cpath d=%27M394.393 216.625L387.991 252.417C387.956 252.627 388.113 252.819 388.341 252.819H392.242C392.469 252.819 392.591 252.679 392.626 252.504L399.134 216.747C399.169 216.537 399.011 216.345 398.784 216.345H394.743C394.568 216.345 394.428 216.45 394.393 216.625Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M388.83 226.543L392.609 252.381C392.644 252.591 392.486 252.801 392.259 252.801H388.218C388.043 252.801 387.903 252.679 387.868 252.521L384.212 226.508C384.334 226.229 384.474 226.229 384.702 226.229H388.463C388.638 226.229 388.795 226.369 388.83 226.543Z%27 fill=%27white%27/%3E%3Cpath d=%27M384.09 226.422L377.635 262.179C377.6 262.389 377.757 262.599 377.985 262.581H381.973C382.148 262.581 382.288 262.459 382.323 262.284L388.83 226.527C388.865 226.317 388.708 226.125 388.48 226.125H384.44C384.265 226.125 384.125 226.247 384.09 226.422Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M378.65 236.357L382.306 262.195C382.341 262.405 382.183 262.598 381.956 262.598H377.915C377.74 262.598 377.6 262.475 377.565 262.318L373.909 236.322C374.032 236.042 374.172 236.042 374.399 236.042H378.282C378.457 236.042 378.615 236.182 378.65 236.357Z%27 fill=%27white%27/%3E%3Cpath d=%27M373.926 236.322L367.523 272.114C367.488 272.324 367.646 272.517 367.873 272.517H371.774C372.002 272.517 372.124 272.377 372.159 272.202L378.667 236.445C378.701 236.235 378.527 236.042 378.317 236.042H374.276C374.101 236.042 373.961 236.147 373.926 236.322Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M368.363 246.242L372.142 272.08C372.177 272.29 372.019 272.5 371.792 272.5H367.751C367.576 272.5 367.436 272.377 367.401 272.22L363.745 246.207C363.868 245.927 364.008 245.927 364.235 245.927H367.996C368.171 245.927 368.328 246.067 368.363 246.242Z%27 fill=%27white%27/%3E%3Cpath d=%27M363.623 246.224L357.168 281.981C357.133 282.191 357.29 282.401 357.518 282.384H361.506C361.681 282.384 361.821 282.261 361.856 282.086L368.364 246.329C368.399 246.119 368.241 245.927 368.014 245.927H363.973C363.798 245.927 363.658 246.049 363.623 246.224Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M358.2 256.143L361.856 281.981C361.891 282.191 361.733 282.384 361.506 282.384H357.465C357.29 282.384 357.15 282.261 357.115 282.104L353.459 256.108C353.581 255.828 353.721 255.828 353.949 255.828H357.832C358.007 255.828 358.165 255.968 358.2 256.143Z%27 fill=%27white%27/%3E%3Cpath d=%27M353.46 256.125L347.057 291.917C347.022 292.127 347.18 292.319 347.407 292.319H351.308C351.535 292.319 351.658 292.179 351.693 292.004L358.2 256.248C358.235 256.038 358.078 255.845 357.85 255.845H353.809C353.634 255.845 353.495 255.95 353.46 256.125Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M347.896 266.044L351.675 291.882C351.71 292.092 351.553 292.302 351.325 292.302H347.284C347.109 292.302 346.969 292.18 346.934 292.022L343.278 266.009C343.401 265.729 343.541 265.729 343.768 265.729H347.529C347.704 265.729 347.861 265.869 347.896 266.044Z%27 fill=%27white%27/%3E%3Cpath d=%27M343.156 265.922L336.701 301.679C336.666 301.889 336.824 302.099 337.051 302.081H341.039C341.214 302.081 341.354 301.959 341.389 301.784L347.897 266.027C347.932 265.817 347.774 265.625 347.547 265.625H343.506C343.331 265.625 343.191 265.747 343.156 265.922Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M337.733 275.859L341.389 301.697C341.424 301.907 341.266 302.099 341.039 302.099H336.998C336.823 302.099 336.683 301.977 336.648 301.819L332.992 275.824C333.115 275.544 333.255 275.544 333.482 275.544H337.365C337.54 275.544 337.698 275.684 337.733 275.859Z%27 fill=%27white%27/%3E%3Cpath d=%27M332.992 275.824L326.59 311.616C326.555 311.825 326.712 312.018 326.94 312.018H330.841C331.068 312.018 331.19 311.878 331.225 311.703L337.733 275.946C337.768 275.736 337.593 275.544 337.383 275.544H333.342C333.167 275.544 333.027 275.649 332.992 275.824Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M327.43 285.742L331.208 311.58C331.243 311.79 331.086 312 330.858 312H326.817C326.643 312 326.503 311.877 326.468 311.72L322.812 285.707C322.934 285.427 323.074 285.427 323.301 285.427H327.062C327.237 285.427 327.395 285.567 327.43 285.742Z%27 fill=%27white%27/%3E%3Cpath d=%27M322.688 285.724L316.233 321.481C316.198 321.691 316.356 321.901 316.583 321.884H320.572C320.747 321.884 320.887 321.761 320.922 321.586L327.429 285.829C327.464 285.619 327.307 285.427 327.079 285.427H323.038C322.863 285.427 322.723 285.549 322.688 285.724Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M317.248 295.661L320.904 321.499C320.939 321.709 320.782 321.901 320.555 321.901H316.514C316.339 321.901 316.199 321.779 316.164 321.622L312.508 295.626C312.63 295.346 312.77 295.346 312.998 295.346H316.881C317.056 295.346 317.213 295.486 317.248 295.661Z%27 fill=%27white%27/%3E%3Cpath d=%27M312.526 295.626L306.123 331.418C306.088 331.628 306.246 331.82 306.473 331.82H310.374C310.601 331.82 310.724 331.68 310.759 331.505L317.266 295.749C317.301 295.539 317.144 295.346 316.916 295.346H312.875C312.7 295.346 312.56 295.451 312.526 295.626Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.963 305.545L310.741 331.383C310.776 331.593 310.619 331.803 310.392 331.803H306.351C306.176 331.803 306.036 331.681 306.001 331.523L302.345 305.51C302.467 305.23 302.607 305.23 302.835 305.23H306.596C306.77 305.23 306.928 305.37 306.963 305.545Z%27 fill=%27white%27/%3E%3Cpath d=%27M302.223 305.44L295.768 341.197C295.733 341.407 295.89 341.617 296.117 341.599H300.106C300.281 341.599 300.421 341.477 300.456 341.302L306.963 305.545C306.998 305.335 306.841 305.125 306.613 305.142H302.572C302.397 305.142 302.258 305.265 302.223 305.44Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M296.782 315.359L300.438 341.197C300.473 341.407 300.315 341.599 300.088 341.599H296.047C295.872 341.599 295.732 341.477 295.697 341.319L292.041 315.324C292.163 315.044 292.303 315.044 292.531 315.044H296.414C296.589 315.044 296.747 315.184 296.782 315.359Z%27 fill=%27white%27/%3E%3Cpath d=%27M292.059 315.341L285.657 351.133C285.622 351.343 285.779 351.536 286.007 351.536H289.908C290.135 351.536 290.257 351.396 290.292 351.221L296.8 315.464C296.835 315.254 296.677 315.062 296.45 315.062H292.409C292.234 315.062 292.094 315.166 292.059 315.341Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M286.496 325.26L290.274 351.098C290.309 351.308 290.152 351.518 289.924 351.518H285.883C285.708 351.518 285.568 351.396 285.533 351.238L281.877 325.225C282 324.946 282.14 324.946 282.367 324.946H286.128C286.303 324.946 286.461 325.085 286.496 325.26Z%27 fill=%27white%27/%3E%3Cpath d=%27M281.755 325.226L275.3 360.983C275.265 361.192 275.423 361.402 275.65 361.385H279.639C279.813 361.385 279.953 361.262 279.988 361.088L286.496 325.331C286.531 325.121 286.373 324.928 286.146 324.928H282.105C281.93 324.928 281.79 325.051 281.755 325.226Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M276.315 335.162L279.971 361C280.006 361.21 279.848 361.402 279.621 361.402H275.58C275.405 361.402 275.265 361.279 275.23 361.122L271.574 335.127C271.697 334.847 271.837 334.847 272.064 334.847H275.947C276.122 334.847 276.28 334.987 276.315 335.162Z%27 fill=%27white%27/%3E%3Cpath d=%27M271.592 335.127L265.189 370.918C265.154 371.128 265.312 371.321 265.539 371.321H269.44C269.668 371.321 269.79 371.181 269.825 371.006L276.333 335.249C276.368 335.039 276.193 334.847 275.983 334.847H271.942C271.767 334.847 271.627 334.952 271.592 335.127Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M266.029 345.046L269.807 370.884C269.842 371.094 269.685 371.303 269.457 371.303H265.417C265.242 371.303 265.102 371.181 265.067 371.024L261.411 345.011C261.533 344.731 261.673 344.731 261.9 344.731H265.661C265.836 344.731 265.994 344.871 266.029 345.046Z%27 fill=%27white%27/%3E%3Cpath d=%27M261.288 344.94L254.833 380.697C254.798 380.907 254.955 381.117 255.183 381.1H259.171C259.346 381.1 259.486 380.977 259.521 380.802L266.029 345.045C266.064 344.836 265.906 344.643 265.679 344.643H261.638C261.463 344.643 261.323 344.766 261.288 344.94Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M255.866 354.86L259.522 380.698C259.557 380.908 259.399 381.1 259.172 381.1H255.131C254.956 381.1 254.816 380.978 254.781 380.82L251.125 354.825C251.247 354.545 251.387 354.545 251.615 354.545H255.498C255.673 354.545 255.831 354.685 255.866 354.86Z%27 fill=%27white%27/%3E%3Cpath d=%27M251.125 354.842L244.722 390.634C244.687 390.844 244.845 391.036 245.072 391.036H248.973C249.2 391.036 249.323 390.896 249.358 390.721L255.865 354.964C255.9 354.754 255.743 354.562 255.515 354.562H251.474C251.3 354.562 251.16 354.667 251.125 354.842Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M245.563 364.761L249.341 390.599C249.376 390.809 249.219 391.019 248.991 391.019H244.95C244.775 391.019 244.635 390.896 244.6 390.739L240.944 364.726C241.067 364.446 241.207 364.446 241.434 364.446H245.195C245.37 364.446 245.528 364.586 245.563 364.761Z%27 fill=%27white%27/%3E%3Cpath d=%27M240.822 364.744L234.367 400.5C234.332 400.71 234.489 400.92 234.717 400.903H238.705C238.88 400.903 239.02 400.78 239.055 400.605L245.562 364.848C245.597 364.639 245.44 364.429 245.212 364.446H241.171C240.997 364.446 240.857 364.569 240.822 364.744Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M235.381 374.662L239.037 400.5C239.072 400.71 238.915 400.903 238.687 400.903H234.647C234.472 400.903 234.332 400.78 234.297 400.623L230.641 374.627C230.763 374.347 230.903 374.347 231.13 374.347H235.014C235.189 374.347 235.346 374.487 235.381 374.662Z%27 fill=%27white%27/%3E%3Cpath d=%27M230.64 374.645L224.238 410.437C224.203 410.647 224.36 410.839 224.588 410.839H228.489C228.716 410.839 228.838 410.699 228.873 410.525L235.381 374.768C235.416 374.558 235.258 374.365 235.031 374.365H230.99C230.815 374.365 230.675 374.47 230.64 374.645Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M225.078 384.563L228.857 410.401C228.892 410.611 228.734 410.821 228.507 410.821H224.466C224.291 410.821 224.151 410.699 224.116 410.541L220.46 384.528C220.582 384.249 220.722 384.249 220.95 384.249H224.711C224.886 384.249 225.043 384.388 225.078 384.563Z%27 fill=%27white%27/%3E%3Cpath d=%27M220.354 384.441L213.899 420.198C213.864 420.408 214.022 420.618 214.249 420.6H218.238C218.413 420.6 218.553 420.478 218.588 420.303L225.095 384.546C225.13 384.336 224.973 384.144 224.745 384.144H220.704C220.529 384.144 220.389 384.266 220.354 384.441Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M214.914 394.377L218.57 420.215C218.605 420.425 218.448 420.618 218.22 420.618H214.179C214.004 420.618 213.864 420.495 213.829 420.338L210.173 394.342C210.296 394.062 210.436 394.062 210.663 394.062H214.547C214.722 394.062 214.879 394.202 214.914 394.377Z%27 fill=%27white%27/%3E%3Cpath d=%27M210.173 394.342L203.77 430.134C203.736 430.344 203.893 430.536 204.12 430.536H208.021C208.249 430.536 208.371 430.396 208.406 430.221L214.914 394.465C214.949 394.255 214.791 394.062 214.564 394.062H210.523C210.348 394.062 210.208 394.167 210.173 394.342Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M204.628 404.262L208.406 430.1C208.441 430.31 208.284 430.52 208.057 430.52H204.016C203.841 430.52 203.701 430.397 203.666 430.24L200.01 404.227C200.132 403.947 200.272 403.947 200.5 403.947H204.261C204.436 403.947 204.593 404.087 204.628 404.262Z%27 fill=%27white%27/%3E%3Cpath d=%27M199.888 404.244L193.433 440.001C193.398 440.211 193.555 440.421 193.782 440.403H197.771C197.946 440.403 198.086 440.281 198.121 440.106L204.628 404.349C204.663 404.139 204.506 403.947 204.278 403.947H200.237C200.062 403.947 199.923 404.069 199.888 404.244Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.076 235.693L416.854 261.531C416.889 261.741 416.732 261.951 416.504 261.951H412.463C412.289 261.951 412.149 261.829 412.114 261.671L408.458 235.658C408.58 235.378 408.72 235.378 408.947 235.378H412.708C412.883 235.378 413.041 235.518 413.076 235.693Z%27 fill=%27white%27/%3E%3Cpath d=%27M408.335 235.676L401.88 271.433C401.845 271.643 402.003 271.853 402.23 271.835H406.219C406.394 271.835 406.534 271.713 406.568 271.538L413.076 235.781C413.111 235.571 412.953 235.378 412.726 235.378H408.685C408.51 235.378 408.37 235.501 408.335 235.676Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M402.895 245.595L406.551 271.433C406.586 271.643 406.429 271.835 406.201 271.835H402.16C401.985 271.835 401.845 271.713 401.81 271.555L398.154 245.56C398.277 245.28 398.417 245.28 398.644 245.28H402.528C402.702 245.28 402.86 245.42 402.895 245.595Z%27 fill=%27white%27/%3E%3Cpath d=%27M398.172 245.577L391.769 281.369C391.734 281.579 391.891 281.771 392.119 281.771H396.02C396.247 281.771 396.37 281.631 396.405 281.456L402.912 245.699C402.947 245.49 402.79 245.297 402.562 245.297H398.521C398.346 245.297 398.206 245.402 398.172 245.577Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M392.609 255.496L396.388 281.334C396.423 281.544 396.265 281.754 396.038 281.754H391.997C391.822 281.754 391.682 281.631 391.647 281.474L387.991 255.461C388.114 255.181 388.254 255.181 388.481 255.181H392.242C392.417 255.181 392.574 255.321 392.609 255.496Z%27 fill=%27white%27/%3E%3Cpath d=%27M387.868 255.391L381.413 291.148C381.378 291.358 381.536 291.567 381.763 291.55H385.751C385.926 291.55 386.066 291.427 386.101 291.253L392.609 255.496C392.644 255.286 392.486 255.093 392.259 255.093H388.218C388.043 255.093 387.903 255.216 387.868 255.391Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M382.428 265.31L386.084 291.148C386.119 291.358 385.962 291.55 385.734 291.55H381.693C381.519 291.55 381.379 291.428 381.344 291.271L377.688 265.275C377.81 264.995 377.95 264.995 378.177 264.995H382.061C382.236 264.995 382.393 265.135 382.428 265.31Z%27 fill=%27white%27/%3E%3Cpath d=%27M377.705 265.275L371.302 301.067C371.267 301.277 371.425 301.469 371.652 301.469H375.553C375.78 301.469 375.903 301.329 375.938 301.154L382.445 265.397C382.48 265.188 382.323 264.995 382.095 264.995H378.055C377.88 264.995 377.74 265.1 377.705 265.275Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M372.142 275.211L375.921 301.049C375.956 301.259 375.798 301.469 375.571 301.469H371.53C371.355 301.469 371.215 301.347 371.18 301.189L367.524 275.176C367.646 274.896 367.786 274.896 368.014 274.896H371.775C371.95 274.896 372.107 275.036 372.142 275.211Z%27 fill=%27white%27/%3E%3Cpath d=%27M367.401 275.176L360.946 310.933C360.911 311.143 361.069 311.353 361.296 311.335H365.285C365.459 311.335 365.599 311.213 365.634 311.038L372.142 275.281C372.177 275.071 372.019 274.878 371.792 274.878H367.751C367.576 274.878 367.436 275.001 367.401 275.176Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M361.961 285.112L365.617 310.951C365.652 311.16 365.494 311.353 365.267 311.353H361.226C361.051 311.353 360.911 311.23 360.876 311.073L357.22 285.078C357.343 284.798 357.483 284.798 357.71 284.798H361.593C361.768 284.798 361.926 284.938 361.961 285.112Z%27 fill=%27white%27/%3E%3Cpath d=%27M357.238 285.078L350.836 320.869C350.801 321.079 350.958 321.272 351.186 321.272H355.087C355.314 321.272 355.437 321.132 355.472 320.957L361.979 285.2C362.014 284.99 361.839 284.798 361.629 284.798H357.588C357.413 284.798 357.273 284.903 357.238 285.078Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M351.675 294.996L355.453 320.834C355.488 321.044 355.331 321.254 355.103 321.254H351.063C350.888 321.254 350.748 321.131 350.713 320.974L347.057 294.961C347.179 294.681 347.319 294.681 347.546 294.681H351.307C351.482 294.681 351.64 294.821 351.675 294.996Z%27 fill=%27white%27/%3E%3Cpath d=%27M346.935 294.892L340.48 330.649C340.445 330.859 340.602 331.069 340.83 331.051H344.818C344.993 331.051 345.133 330.929 345.168 330.754L351.676 294.997C351.711 294.787 351.553 294.594 351.326 294.594H347.285C347.11 294.594 346.97 294.717 346.935 294.892Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M341.512 304.81L345.168 330.648C345.203 330.858 345.045 331.05 344.818 331.05H340.777C340.602 331.05 340.462 330.928 340.427 330.77L336.771 304.775C336.893 304.495 337.033 304.495 337.261 304.495H341.144C341.319 304.495 341.477 304.635 341.512 304.81Z%27 fill=%27white%27/%3E%3Cpath d=%27M336.771 304.775L330.368 340.567C330.333 340.777 330.491 340.969 330.718 340.969H334.619C334.846 340.969 334.969 340.829 335.004 340.654L341.511 304.897C341.546 304.688 341.371 304.495 341.161 304.495H337.12C336.946 304.495 336.806 304.6 336.771 304.775Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M331.208 314.712L334.987 340.55C335.021 340.76 334.864 340.97 334.637 340.97H330.596C330.421 340.97 330.281 340.847 330.246 340.69L326.59 314.677C326.712 314.397 326.852 314.397 327.08 314.397H330.841C331.016 314.397 331.173 314.537 331.208 314.712Z%27 fill=%27white%27/%3E%3Cpath d=%27M326.468 314.694L320.013 350.451C319.978 350.661 320.136 350.871 320.363 350.854H324.351C324.526 350.854 324.666 350.731 324.701 350.556L331.209 314.799C331.244 314.589 331.086 314.397 330.859 314.397H326.818C326.643 314.397 326.503 314.519 326.468 314.694Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M321.028 324.613L324.684 350.451C324.719 350.661 324.561 350.853 324.334 350.853H320.293C320.118 350.853 319.978 350.731 319.943 350.573L316.287 324.578C316.41 324.298 316.55 324.298 316.777 324.298H320.66C320.835 324.298 320.993 324.438 321.028 324.613Z%27 fill=%27white%27/%3E%3Cpath d=%27M316.286 324.578L309.884 360.37C309.849 360.58 310.006 360.772 310.234 360.772H314.135C314.362 360.772 314.484 360.632 314.519 360.457L321.027 324.7C321.062 324.49 320.904 324.298 320.677 324.298H316.636C316.461 324.298 316.321 324.403 316.286 324.578Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M310.724 334.515L314.502 360.353C314.537 360.563 314.38 360.773 314.152 360.773H310.111C309.936 360.773 309.797 360.651 309.762 360.493L306.105 334.48C306.228 334.2 306.368 334.2 306.595 334.2H310.356C310.531 334.2 310.689 334.34 310.724 334.515Z%27 fill=%27white%27/%3E%3Cpath d=%27M306.001 334.392L299.546 370.149C299.511 370.359 299.668 370.569 299.896 370.551H303.884C304.059 370.551 304.199 370.429 304.234 370.254L310.741 334.497C310.776 334.287 310.619 334.094 310.392 334.094H306.351C306.176 334.094 306.036 334.217 306.001 334.392Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M300.56 344.311L304.216 370.149C304.251 370.359 304.094 370.551 303.867 370.551H299.826C299.651 370.551 299.511 370.429 299.476 370.271L295.82 344.276C295.942 343.996 296.082 343.996 296.31 343.996H300.193C300.368 343.996 300.525 344.136 300.56 344.311Z%27 fill=%27white%27/%3E%3Cpath d=%27M295.82 344.294L289.417 380.085C289.382 380.295 289.54 380.488 289.767 380.488H293.668C293.896 380.488 294.018 380.348 294.053 380.173L300.561 344.416C300.596 344.206 300.421 344.014 300.211 344.014H296.17C295.995 344.014 295.855 344.119 295.82 344.294Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M290.274 354.212L294.052 380.05C294.087 380.26 293.93 380.47 293.703 380.47H289.662C289.487 380.47 289.347 380.347 289.312 380.19L285.656 354.177C285.778 353.897 285.918 353.897 286.146 353.897H289.907C290.081 353.897 290.239 354.037 290.274 354.212Z%27 fill=%27white%27/%3E%3Cpath d=%27M285.534 354.194L279.079 389.951C279.044 390.161 279.201 390.371 279.428 390.354H283.417C283.592 390.354 283.732 390.231 283.767 390.056L290.274 354.299C290.309 354.089 290.152 353.897 289.924 353.897H285.883C285.708 353.897 285.569 354.019 285.534 354.194Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M280.093 364.114L283.749 389.952C283.784 390.162 283.626 390.354 283.399 390.354H279.358C279.183 390.354 279.043 390.232 279.008 390.074L275.352 364.079C275.475 363.799 275.614 363.799 275.842 363.799H279.725C279.9 363.799 280.058 363.939 280.093 364.114Z%27 fill=%27white%27/%3E%3Cpath d=%27M275.37 364.097L268.968 399.888C268.933 400.098 269.09 400.291 269.318 400.291H273.219C273.446 400.291 273.568 400.151 273.603 399.976L280.111 364.219C280.146 364.009 279.971 363.817 279.761 363.817H275.72C275.545 363.817 275.405 363.922 275.37 364.097Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M269.807 374.015L273.586 399.853C273.621 400.063 273.463 400.272 273.236 400.272H269.195C269.02 400.272 268.88 400.15 268.845 399.993L265.189 373.98C265.311 373.7 265.451 373.7 265.679 373.7H269.44C269.615 373.7 269.772 373.84 269.807 374.015Z%27 fill=%27white%27/%3E%3Cpath d=%27M265.067 373.893L258.612 409.65C258.577 409.859 258.735 410.069 258.962 410.052H262.951C263.125 410.052 263.265 409.929 263.3 409.755L269.808 373.998C269.843 373.788 269.685 373.595 269.458 373.595H265.417C265.242 373.595 265.102 373.718 265.067 373.893Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M259.626 383.811L263.282 409.649C263.317 409.859 263.16 410.052 262.933 410.052H258.892C258.717 410.052 258.577 409.929 258.542 409.772L254.886 383.776C255.008 383.496 255.148 383.496 255.376 383.496H259.259C259.434 383.496 259.591 383.636 259.626 383.811Z%27 fill=%27white%27/%3E%3Cpath d=%27M254.903 383.794L248.5 419.586C248.465 419.795 248.623 419.988 248.85 419.988H252.751C252.979 419.988 253.101 419.848 253.136 419.673L259.644 383.916C259.679 383.706 259.504 383.514 259.294 383.514H255.253C255.078 383.514 254.938 383.619 254.903 383.794Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M249.341 393.713L253.119 419.551C253.154 419.761 252.997 419.97 252.769 419.97H248.729C248.554 419.97 248.414 419.848 248.379 419.691L244.723 393.678C244.845 393.398 244.985 393.398 245.212 393.398H248.973C249.148 393.398 249.306 393.538 249.341 393.713Z%27 fill=%27white%27/%3E%3Cpath d=%27M244.582 393.695L238.127 429.452C238.092 429.662 238.25 429.872 238.477 429.854H242.466C242.641 429.854 242.781 429.732 242.816 429.557L249.323 393.8C249.358 393.59 249.201 393.398 248.973 393.398H244.932C244.757 393.398 244.617 393.52 244.582 393.695Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M239.16 403.631L242.816 429.469C242.851 429.679 242.693 429.872 242.466 429.872H238.425C238.25 429.872 238.11 429.749 238.075 429.592L234.419 403.596C234.541 403.316 234.681 403.316 234.909 403.316H238.792C238.967 403.316 239.125 403.456 239.16 403.631Z%27 fill=%27white%27/%3E%3Cpath d=%27M234.419 403.596L228.016 439.388C227.981 439.598 228.139 439.791 228.366 439.791H232.267C232.494 439.791 232.617 439.651 232.652 439.476L239.159 403.719C239.194 403.509 239.019 403.316 238.809 403.316H234.768C234.593 403.316 234.454 403.421 234.419 403.596Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M412.097 264.627L405.642 300.384C405.607 300.594 405.764 300.804 405.991 300.787H409.98C410.155 300.787 410.295 300.664 410.33 300.489L416.837 264.732C416.872 264.522 416.715 264.33 416.487 264.33H412.446C412.271 264.33 412.132 264.453 412.097 264.627Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M406.656 274.546L410.312 300.384C410.347 300.594 410.19 300.786 409.962 300.786H405.921C405.747 300.786 405.607 300.664 405.572 300.506L401.916 274.511C402.038 274.231 402.178 274.231 402.405 274.231H406.289C406.464 274.231 406.621 274.371 406.656 274.546Z%27 fill=%27white%27/%3E%3Cpath d=%27M401.932 274.511L395.529 310.303C395.494 310.513 395.652 310.705 395.879 310.705H399.78C400.007 310.705 400.13 310.565 400.165 310.39L406.672 274.633C406.707 274.423 406.532 274.231 406.322 274.231H402.282C402.107 274.231 401.967 274.336 401.932 274.511Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M396.37 284.447L400.149 310.286C400.184 310.495 400.026 310.705 399.799 310.705H395.758C395.583 310.705 395.443 310.583 395.408 310.425L391.752 284.412C391.874 284.133 392.014 284.133 392.242 284.133H396.003C396.178 284.133 396.335 284.273 396.37 284.447Z%27 fill=%27white%27/%3E%3Cpath d=%27M391.629 284.325L385.174 320.082C385.139 320.292 385.297 320.502 385.524 320.484H389.513C389.688 320.484 389.828 320.362 389.862 320.187L396.37 284.43C396.405 284.22 396.247 284.028 396.02 284.028H391.979C391.804 284.028 391.664 284.15 391.629 284.325Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M386.189 294.244L389.845 320.082C389.88 320.292 389.722 320.484 389.495 320.484H385.454C385.279 320.484 385.139 320.362 385.104 320.205L381.448 294.209C381.571 293.929 381.711 293.929 381.938 293.929H385.822C385.996 293.929 386.154 294.069 386.189 294.244Z%27 fill=%27white%27/%3E%3Cpath d=%27M381.466 294.227L375.063 330.019C375.028 330.228 375.186 330.421 375.413 330.421H379.314C379.542 330.421 379.664 330.281 379.699 330.106L386.207 294.349C386.242 294.139 386.084 293.947 385.857 293.947H381.816C381.641 293.947 381.501 294.052 381.466 294.227Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M375.903 304.145L379.681 329.984C379.716 330.193 379.559 330.403 379.331 330.403H375.291C375.116 330.403 374.976 330.281 374.941 330.123L371.285 304.11C371.407 303.831 371.547 303.831 371.774 303.831H375.536C375.71 303.831 375.868 303.971 375.903 304.145Z%27 fill=%27white%27/%3E%3Cpath d=%27M371.162 304.128L364.707 339.885C364.672 340.095 364.829 340.305 365.057 340.287H369.045C369.22 340.287 369.36 340.165 369.395 339.99L375.903 304.233C375.938 304.023 375.78 303.831 375.553 303.831H371.512C371.337 303.831 371.197 303.953 371.162 304.128Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M365.722 314.047L369.378 339.885C369.413 340.095 369.255 340.287 369.028 340.287H364.987C364.812 340.287 364.672 340.165 364.637 340.007L360.981 314.012C361.103 313.732 361.243 313.732 361.471 313.732H365.354C365.529 313.732 365.687 313.872 365.722 314.047Z%27 fill=%27white%27/%3E%3Cpath d=%27M360.999 314.03L354.596 349.822C354.561 350.031 354.719 350.224 354.946 350.224H358.847C359.074 350.224 359.197 350.084 359.232 349.909L365.739 314.152C365.774 313.942 365.599 313.75 365.389 313.75H361.348C361.174 313.75 361.034 313.855 360.999 314.03Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M355.436 323.949L359.215 349.787C359.25 349.997 359.092 350.207 358.865 350.207H354.824C354.649 350.207 354.509 350.084 354.474 349.927L350.818 323.914C350.94 323.634 351.08 323.634 351.308 323.634H355.069C355.244 323.634 355.401 323.774 355.436 323.949Z%27 fill=%27white%27/%3E%3Cpath d=%27M350.696 323.826L344.241 359.583C344.206 359.793 344.363 360.003 344.591 359.985H348.579C348.754 359.985 348.894 359.863 348.929 359.688L355.436 323.931C355.471 323.721 355.314 323.529 355.086 323.529H351.046C350.871 323.529 350.731 323.651 350.696 323.826Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M345.273 333.744L348.929 359.582C348.964 359.792 348.806 359.985 348.579 359.985H344.538C344.363 359.985 344.223 359.862 344.188 359.705L340.532 333.709C340.655 333.429 340.795 333.429 341.022 333.429H344.905C345.08 333.429 345.238 333.569 345.273 333.744Z%27 fill=%27white%27/%3E%3Cpath d=%27M340.532 333.727L334.13 369.519C334.095 369.729 334.252 369.921 334.48 369.921H338.381C338.608 369.921 338.731 369.781 338.766 369.607L345.273 333.85C345.308 333.64 345.133 333.447 344.923 333.447H340.882C340.707 333.447 340.567 333.552 340.532 333.727Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M334.969 343.646L338.748 369.484C338.783 369.694 338.625 369.904 338.398 369.904H334.357C334.182 369.904 334.042 369.781 334.007 369.624L330.351 343.611C330.474 343.331 330.613 343.331 330.841 343.331H334.602C334.777 343.331 334.934 343.471 334.969 343.646Z%27 fill=%27white%27/%3E%3Cpath d=%27M330.229 343.628L323.774 379.385C323.739 379.595 323.896 379.805 324.124 379.788H328.112C328.287 379.788 328.427 379.665 328.462 379.49L334.969 343.733C335.004 343.524 334.847 343.331 334.62 343.331H330.579C330.404 343.331 330.264 343.454 330.229 343.628Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M324.788 353.564L328.445 379.402C328.479 379.612 328.322 379.805 328.095 379.805H324.054C323.879 379.805 323.739 379.682 323.704 379.525L320.048 353.529C320.17 353.249 320.31 353.249 320.538 353.249H324.421C324.596 353.249 324.753 353.389 324.788 353.564Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.047 353.529L313.645 389.321C313.61 389.531 313.767 389.723 313.994 389.723H317.895C318.123 389.723 318.245 389.583 318.28 389.409L324.788 353.652C324.823 353.442 324.648 353.249 324.438 353.249H320.397C320.222 353.249 320.082 353.354 320.047 353.529Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M314.485 363.449L318.263 389.287C318.298 389.497 318.141 389.707 317.914 389.707H313.873C313.698 389.707 313.558 389.584 313.523 389.427L309.867 363.414C309.989 363.134 310.129 363.134 310.357 363.134H314.118C314.292 363.134 314.45 363.274 314.485 363.449Z%27 fill=%27white%27/%3E%3Cpath d=%27M309.762 363.344L303.307 399.101C303.272 399.311 303.429 399.521 303.657 399.503H307.645C307.82 399.503 307.96 399.381 307.995 399.206L314.502 363.449C314.537 363.239 314.38 363.029 314.152 363.046H310.111C309.936 363.046 309.797 363.169 309.762 363.344Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M304.321 373.263L307.977 399.101C308.012 399.311 307.855 399.503 307.627 399.503H303.586C303.412 399.503 303.272 399.381 303.237 399.223L299.581 373.228C299.703 372.948 299.843 372.948 300.07 372.948H303.954C304.129 372.948 304.286 373.088 304.321 373.263Z%27 fill=%27white%27/%3E%3Cpath d=%27M299.581 373.228L293.179 409.019C293.144 409.229 293.301 409.422 293.529 409.422H297.43C297.657 409.422 297.779 409.282 297.814 409.107L304.322 373.35C304.357 373.14 304.199 372.948 303.972 372.948H299.931C299.756 372.948 299.616 373.053 299.581 373.228Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M294.035 383.164L297.814 409.002C297.849 409.212 297.691 409.422 297.464 409.422H293.423C293.248 409.422 293.108 409.299 293.073 409.142L289.417 383.129C289.539 382.849 289.679 382.849 289.907 382.849H293.668C293.843 382.849 294 382.989 294.035 383.164Z%27 fill=%27white%27/%3E%3Cpath d=%27M289.294 383.129L282.839 418.886C282.804 419.096 282.962 419.306 283.189 419.288H287.178C287.353 419.288 287.492 419.166 287.527 418.991L294.035 383.234C294.07 383.024 293.912 382.832 293.685 382.832H289.644C289.469 382.832 289.329 382.954 289.294 383.129Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M283.855 393.066L287.511 418.904C287.546 419.114 287.388 419.306 287.161 419.306H283.12C282.945 419.306 282.805 419.184 282.77 419.026L279.114 393.031C279.237 392.751 279.377 392.751 279.604 392.751H283.488C283.662 392.751 283.82 392.891 283.855 393.066Z%27 fill=%27white%27/%3E%3Cpath d=%27M279.131 393.031L272.729 428.823C272.694 429.033 272.851 429.225 273.078 429.225H276.979C277.207 429.225 277.329 429.085 277.364 428.91L283.872 393.153C283.907 392.943 283.732 392.751 283.522 392.751H279.481C279.306 392.751 279.166 392.856 279.131 393.031Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M273.568 402.949L277.347 428.787C277.382 428.997 277.224 429.207 276.997 429.207H272.956C272.781 429.207 272.641 429.085 272.606 428.927L268.95 402.914C269.073 402.634 269.213 402.634 269.44 402.634H273.201C273.376 402.634 273.533 402.774 273.568 402.949Z%27 fill=%27white%27/%3E%3Cpath d=%27M268.828 402.844L262.373 438.601C262.338 438.811 262.495 439.021 262.723 439.004H266.711C266.886 439.004 267.026 438.881 267.061 438.706L273.569 402.949C273.604 402.74 273.446 402.547 273.219 402.547H269.178C269.003 402.547 268.863 402.67 268.828 402.844Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M415.577 295.504L409.123 331.261C409.088 331.471 409.245 331.681 409.472 331.663H413.461C413.636 331.663 413.776 331.541 413.811 331.366L420.318 295.609C420.353 295.399 420.196 295.189 419.968 295.207H415.927C415.752 295.207 415.612 295.329 415.577 295.504Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M410.137 305.422L413.793 331.26C413.828 331.47 413.671 331.662 413.443 331.662H409.402C409.227 331.662 409.088 331.54 409.053 331.383L405.396 305.387C405.519 305.107 405.659 305.107 405.886 305.107H409.77C409.945 305.107 410.102 305.247 410.137 305.422Z%27 fill=%27white%27/%3E%3Cpath d=%27M405.414 305.405L399.012 341.197C398.977 341.407 399.134 341.599 399.362 341.599H403.263C403.49 341.599 403.612 341.459 403.647 341.284L410.155 305.527C410.19 305.317 410.032 305.125 409.805 305.125H405.764C405.589 305.125 405.449 305.23 405.414 305.405Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M399.851 315.324L403.63 341.162C403.665 341.372 403.507 341.582 403.28 341.582H399.239C399.064 341.582 398.924 341.459 398.889 341.302L395.233 315.289C395.355 315.009 395.495 315.009 395.723 315.009H399.484C399.659 315.009 399.816 315.149 399.851 315.324Z%27 fill=%27white%27/%3E%3Cpath d=%27M395.11 315.201L388.655 350.958C388.62 351.168 388.778 351.378 389.005 351.361H392.994C393.168 351.361 393.308 351.238 393.343 351.063L399.851 315.306C399.886 315.096 399.728 314.904 399.501 314.904H395.46C395.285 314.904 395.145 315.026 395.11 315.201Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M389.67 325.138L393.326 350.976C393.361 351.186 393.204 351.379 392.977 351.379H388.936C388.761 351.379 388.621 351.256 388.586 351.099L384.93 325.103C385.052 324.823 385.192 324.823 385.419 324.823H389.303C389.478 324.823 389.635 324.963 389.67 325.138Z%27 fill=%27white%27/%3E%3Cpath d=%27M384.946 325.103L378.544 360.895C378.509 361.105 378.666 361.297 378.894 361.297H382.795C383.022 361.297 383.145 361.157 383.18 360.983L389.687 325.226C389.722 325.016 389.565 324.823 389.337 324.823H385.296C385.121 324.823 384.981 324.928 384.946 325.103Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M379.384 335.021L383.162 360.859C383.197 361.069 383.04 361.279 382.812 361.279H378.772C378.597 361.279 378.457 361.157 378.422 360.999L374.766 334.986C374.888 334.707 375.028 334.707 375.255 334.707H379.016C379.191 334.707 379.349 334.846 379.384 335.021Z%27 fill=%27white%27/%3E%3Cpath d=%27M374.643 335.004L368.188 370.761C368.153 370.971 368.31 371.181 368.538 371.163H372.526C372.701 371.163 372.841 371.041 372.876 370.866L379.384 335.109C379.419 334.899 379.261 334.707 379.034 334.707H374.993C374.818 334.707 374.678 334.829 374.643 335.004Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M369.221 344.923L372.877 370.761C372.912 370.971 372.754 371.164 372.527 371.164H368.486C368.311 371.164 368.171 371.041 368.136 370.884L364.48 344.888C364.602 344.608 364.742 344.608 364.97 344.608H368.853C369.028 344.608 369.186 344.748 369.221 344.923Z%27 fill=%27white%27/%3E%3Cpath d=%27M364.48 344.906L358.078 380.698C358.043 380.907 358.2 381.1 358.428 381.1H362.328C362.556 381.1 362.678 380.96 362.713 380.785L369.221 345.028C369.256 344.818 369.081 344.626 368.871 344.626H364.83C364.655 344.626 364.515 344.731 364.48 344.906Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M358.917 354.824L362.696 380.662C362.731 380.872 362.573 381.082 362.346 381.082H358.305C358.13 381.082 357.99 380.96 357.955 380.802L354.299 354.789C354.421 354.51 354.561 354.51 354.789 354.51H358.55C358.725 354.51 358.882 354.649 358.917 354.824Z%27 fill=%27white%27/%3E%3Cpath d=%27M354.177 354.702L347.722 390.459C347.687 390.669 347.844 390.879 348.072 390.861H352.06C352.235 390.861 352.375 390.739 352.41 390.564L358.917 354.807C358.952 354.597 358.795 354.387 358.567 354.405H354.526C354.352 354.405 354.212 354.527 354.177 354.702Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M348.753 364.638L352.409 390.476C352.444 390.686 352.287 390.879 352.06 390.879H348.019C347.844 390.879 347.704 390.756 347.669 390.599L344.013 364.603C344.135 364.323 344.275 364.323 344.502 364.323H348.386C348.561 364.323 348.718 364.463 348.753 364.638Z%27 fill=%27white%27/%3E%3Cpath d=%27M344.013 364.603L337.611 400.395C337.576 400.605 337.733 400.797 337.961 400.797H341.862C342.089 400.797 342.212 400.657 342.247 400.482L348.754 364.726C348.789 364.516 348.631 364.323 348.404 364.323H344.363C344.188 364.323 344.048 364.428 344.013 364.603Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M338.45 374.522L342.229 400.36C342.264 400.57 342.106 400.78 341.879 400.78H337.838C337.663 400.78 337.523 400.658 337.488 400.5L333.832 374.487C333.954 374.207 334.094 374.208 334.322 374.208H338.083C338.258 374.208 338.415 374.347 338.45 374.522Z%27 fill=%27white%27/%3E%3Cpath d=%27M333.71 374.523L327.255 410.28C327.22 410.49 327.377 410.7 327.605 410.682H331.593C331.768 410.682 331.908 410.56 331.943 410.385L338.45 374.628C338.485 374.418 338.328 374.226 338.101 374.226H334.06C333.885 374.226 333.745 374.348 333.71 374.523Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M328.269 384.441L331.925 410.279C331.96 410.489 331.803 410.681 331.576 410.681H327.535C327.36 410.681 327.22 410.559 327.185 410.402L323.529 384.406C323.651 384.126 323.791 384.126 324.019 384.126H327.902C328.077 384.126 328.234 384.266 328.269 384.441Z%27 fill=%27white%27/%3E%3Cpath d=%27M323.528 384.406L317.126 420.198C317.091 420.408 317.248 420.6 317.476 420.6H321.377C321.604 420.6 321.727 420.46 321.762 420.285L328.269 384.529C328.304 384.319 328.129 384.126 327.919 384.126H323.878C323.703 384.126 323.563 384.231 323.528 384.406Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M317.983 394.342L321.762 420.18C321.797 420.39 321.639 420.6 321.412 420.6H317.371C317.196 420.6 317.056 420.478 317.021 420.32L313.365 394.307C313.488 394.028 313.628 394.028 313.855 394.028H317.616C317.791 394.028 317.948 394.168 317.983 394.342Z%27 fill=%27white%27/%3E%3Cpath d=%27M313.243 394.22L306.788 429.977C306.753 430.187 306.91 430.397 307.137 430.379H311.126C311.301 430.379 311.441 430.257 311.476 430.082L317.983 394.325C318.018 394.115 317.861 393.922 317.633 393.922H313.592C313.417 393.922 313.278 394.045 313.243 394.22Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M307.803 404.139L311.459 429.977C311.494 430.187 311.336 430.379 311.109 430.379H307.068C306.893 430.379 306.753 430.257 306.718 430.099L303.062 404.104C303.184 403.824 303.324 403.824 303.552 403.824H307.435C307.61 403.824 307.768 403.964 307.803 404.139Z%27 fill=%27white%27/%3E%3Cpath d=%27M303.062 404.122L296.659 439.914C296.624 440.124 296.782 440.316 297.009 440.316H300.91C301.137 440.316 301.26 440.176 301.295 440.001L307.802 404.244C307.837 404.034 307.68 403.842 307.452 403.842H303.411C303.237 403.842 303.097 403.947 303.062 404.122Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.915 334.392L417.572 360.23C417.607 360.44 417.449 360.632 417.222 360.632H413.181C413.006 360.632 412.866 360.51 412.831 360.353L409.175 334.357C409.297 334.077 409.437 334.077 409.665 334.077H413.548C413.723 334.077 413.88 334.217 413.915 334.392Z%27 fill=%27white%27/%3E%3Cpath d=%27M409.174 334.357L402.772 370.149C402.737 370.359 402.894 370.551 403.122 370.551H407.023C407.25 370.551 407.373 370.411 407.408 370.236L413.915 334.479C413.95 334.27 413.775 334.077 413.565 334.077H409.524C409.349 334.077 409.209 334.182 409.174 334.357Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M403.629 344.276L407.408 370.114C407.443 370.324 407.285 370.534 407.058 370.534H403.017C402.842 370.534 402.702 370.411 402.667 370.254L399.011 344.241C399.134 343.961 399.274 343.961 399.501 343.961H403.262C403.437 343.961 403.594 344.101 403.629 344.276Z%27 fill=%27white%27/%3E%3Cpath d=%27M398.889 344.171L392.434 379.928C392.399 380.138 392.556 380.348 392.784 380.33H396.772C396.947 380.33 397.087 380.208 397.122 380.033L403.63 344.276C403.665 344.066 403.507 343.856 403.28 343.873H399.239C399.064 343.873 398.924 343.996 398.889 344.171Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M393.449 354.09L397.105 379.928C397.14 380.138 396.982 380.33 396.755 380.33H392.714C392.539 380.33 392.399 380.208 392.364 380.051L388.708 354.055C388.83 353.775 388.97 353.775 389.198 353.775H393.081C393.256 353.775 393.414 353.915 393.449 354.09Z%27 fill=%27white%27/%3E%3Cpath d=%27M388.707 354.072L382.305 389.864C382.27 390.074 382.427 390.266 382.655 390.266H386.555C386.783 390.266 386.905 390.126 386.94 389.951L393.448 354.194C393.483 353.984 393.325 353.792 393.098 353.792H389.057C388.882 353.792 388.742 353.897 388.707 354.072Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M383.162 363.991L386.941 389.829C386.976 390.039 386.818 390.249 386.591 390.249H382.55C382.375 390.249 382.235 390.127 382.2 389.969L378.544 363.956C378.666 363.677 378.806 363.677 379.034 363.677H382.795C382.97 363.677 383.127 363.816 383.162 363.991Z%27 fill=%27white%27/%3E%3Cpath d=%27M378.422 363.956L371.967 399.713C371.932 399.923 372.089 400.133 372.317 400.115H376.305C376.48 400.115 376.62 399.993 376.655 399.818L383.162 364.061C383.197 363.851 383.04 363.659 382.813 363.659H378.772C378.597 363.659 378.457 363.781 378.422 363.956Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M372.981 373.893L376.637 399.731C376.672 399.94 376.515 400.133 376.288 400.133H372.247C372.072 400.133 371.932 400.01 371.897 399.853L368.241 373.858C368.363 373.578 368.503 373.578 368.731 373.578H372.614C372.789 373.578 372.946 373.718 372.981 373.893Z%27 fill=%27white%27/%3E%3Cpath d=%27M368.258 373.858L361.856 409.649C361.821 409.859 361.978 410.052 362.206 410.052H366.107C366.334 410.052 366.457 409.912 366.492 409.737L372.999 373.98C373.034 373.77 372.859 373.578 372.649 373.578H368.608C368.433 373.578 368.293 373.683 368.258 373.858Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M362.696 383.777L366.475 409.615C366.51 409.825 366.352 410.034 366.125 410.034H362.084C361.909 410.034 361.769 409.912 361.734 409.755L358.078 383.742C358.201 383.462 358.341 383.462 358.568 383.462H362.329C362.504 383.462 362.661 383.602 362.696 383.777Z%27 fill=%27white%27/%3E%3Cpath d=%27M357.954 383.671L351.499 419.428C351.465 419.638 351.622 419.848 351.849 419.831H355.838C356.013 419.831 356.153 419.708 356.188 419.533L362.695 383.776C362.73 383.566 362.573 383.374 362.345 383.374H358.304C358.129 383.374 357.989 383.496 357.954 383.671Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M352.515 393.59L356.171 419.428C356.206 419.638 356.049 419.831 355.821 419.831H351.78C351.605 419.831 351.465 419.708 351.43 419.551L347.774 393.555C347.897 393.275 348.037 393.275 348.264 393.275H352.148C352.323 393.275 352.48 393.415 352.515 393.59Z%27 fill=%27white%27/%3E%3Cpath d=%27M347.792 393.573L341.389 429.365C341.354 429.575 341.512 429.767 341.739 429.767H345.64C345.867 429.767 345.99 429.627 346.025 429.452L352.532 393.695C352.567 393.485 352.41 393.293 352.182 393.293H348.142C347.967 393.293 347.827 393.398 347.792 393.573Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M342.229 403.491L346.007 429.329C346.042 429.539 345.885 429.749 345.657 429.749H341.616C341.441 429.749 341.301 429.627 341.266 429.469L337.61 403.456C337.733 403.176 337.873 403.177 338.1 403.177H341.861C342.036 403.177 342.194 403.316 342.229 403.491Z%27 fill=%27white%27/%3E%3Cpath d=%27M337.488 403.474L331.033 439.231C330.998 439.441 331.156 439.651 331.383 439.633H335.371C335.546 439.633 335.686 439.511 335.721 439.336L342.229 403.579C342.264 403.369 342.106 403.177 341.879 403.177H337.838C337.663 403.177 337.523 403.299 337.488 403.474Z%27 fill=%27%239CCDC3%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  left: 20px;
  top: 50px;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .mcl-projects-template > .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper:after {
    left: calc(50% - 193px);
    top: 72px;
    background-size: 410px 410px;
  }
}
.mcl-projects-template .mcl-projects-wrapper {
  padding-top: 90px;
  background-color: #FAFAFA;
}
.mcl-projects-template .mcl-projects-wrapper .mcl-results .mcl-resuls-wrapper {
  display: inline-grid;
  width: 100%;
  row-gap: 16px;
  column-gap: 24px;
}
@media (min-width: 1024px) {
  .mcl-projects-template .mcl-projects-wrapper .mcl-results .mcl-resuls-wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }
}
.mcl-projects-template .mcl-projects-wrapper .mcl-results .mcl-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.mcl-single-project {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .mcl-single-project {
    padding-top: 90px;
  }
}
.mcl-single-project {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
}
.mcl-single-project > .mcl-wrapper {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .mcl-single-project > .mcl-wrapper {
    padding-top: 40px;
  }
}
.mcl-single-project > .mcl-wrapper > .mcl-button {
  position: relative;
  padding-bottom: 32px;
}
.mcl-single-project > .mcl-wrapper > .mcl-button .mcl-text {
  padding-left: 4px;
}
.mcl-single-project > .mcl-wrapper > .mcl-button:after {
  position: absolute;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27left-arrow 1%27 clip-path=%27url%28%23clip0_2603_7677%29%27%3E%3Cg id=%27Group%27%3E%3Cpath id=%27Vector%27 d=%27M4.70117 12.0916H19.6912%27 stroke=%27%23323232%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath id=%27Vector_2%27 d=%27M8.80361 8.00842L4.70117 12.1115L8.80361 16.2147%27 stroke=%27%23323232%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2603_7677%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27 transform=%27translate%280.691406 0.111572%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  top: 16px;
  width: 24px;
  height: 24px;
}
.mcl-single-project > .mcl-wrapper > .mcl-button:hover .mcl-text {
  color: #1E2929;
}
@media (min-width: 1024px) {
  .mcl-single-project > .mcl-wrapper > .mcl-button {
    display: none;
  }
}
.mcl-single-project > .mcl-wrapper .mcl-breadcrumbs {
  position: relative;
  top: 0;
  padding-bottom: 32px;
  display: none;
}
@media (min-width: 1024px) {
  .mcl-single-project > .mcl-wrapper .mcl-breadcrumbs {
    padding-bottom: 40px;
    display: flex;
  }
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .mcl-single-project > .mcl-wrapper .mcl-single-project-hero {
    flex-direction: row;
    gap: 24px;
  }
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left {
    width: 50%;
  }
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-cpt {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-cpt .mcl-icon {
  color: #4B9C96;
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-cpt .mcl-icon svg {
  height: 16px;
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-cpt-name {
  font-size: 16px;
  line-height: 18px;
  color: #1E2929;
  margin-left: 8px;
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-title {
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 29px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-title {
    font-size: 42px;
    line-height: 44px;
  }
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-title {
  font-weight: 600;
  line-height: 105%;
  padding-bottom: 16px;
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-timeline-wrapper {
  display: flex;
  padding-top: 32px;
  flex-direction: row;
  column-gap: 72px;
}
@media (min-width: 1024px) {
  .mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-timeline-wrapper {
    padding-top: 96px;
    padding-bottom: 25px;
  }
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-timeline-wrapper .mcl-timeline .mcl-reading-time-title {
  color: #525959;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-left .mcl-timeline-wrapper .mcl-timeline .mcl-reading-time-description {
  color: #1E2929;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
@media (min-width: 1024px) {
  .mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-right {
    width: 50%;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  .mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-right .mcl-image {
    margin-bottom: -24px;
  }
}
.mcl-single-project > .mcl-wrapper .mcl-single-project-hero .mcl-right .mcl-image {
  width: 100%;
  height: 504px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2EEEB;
}
.mcl-single-project .mcl-post-content {
  background-color: #FAFAFA;
}
.mcl-single-project .mcl-post-content.mcl-unreset {
  padding-top: 64px;
  margin-bottom: -24px;
}
.mcl-single-project .mcl-post-content.mcl-unreset blockquote {
  margin: 48px auto;
}
@media (min-width: 1024px) {
  .mcl-single-project .mcl-post-content.mcl-unreset blockquote {
    max-width: 50%;
    margin: 64px auto;
  }
}
.mcl-single-project .mcl-post-content.mcl-unreset figure {
  margin: 64px auto;
}
.mcl-single-project .mcl-post-content.mcl-unreset figure img {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-single-project .mcl-post-content.mcl-unreset figure {
    max-width: 83.33%;
  }
}
@media (min-width: 1024px) {
  .mcl-single-project .mcl-post-content.mcl-unreset p, .mcl-single-project .mcl-post-content.mcl-unreset h1, .mcl-single-project .mcl-post-content.mcl-unreset h2, .mcl-single-project .mcl-post-content.mcl-unreset h3, .mcl-single-project .mcl-post-content.mcl-unreset h4, .mcl-single-project .mcl-post-content.mcl-unreset h5, .mcl-single-project .mcl-post-content.mcl-unreset ul {
    max-width: 50%;
    margin: 0 auto;
  }
}
.mcl-single-project .mcl-post-content.mcl-unreset p:last-of-type {
  padding-bottom: 0;
}
.mcl-single-project .mcl-content {
  background-color: #FAFAFA;
}
.mcl-single-project .mcl-content .mcl-tab-anchor {
  padding-top: 88px;
}
@media (min-width: 1024px) {
  .mcl-single-project .mcl-content .mcl-tab-anchor #tabs {
    max-width: 66.66%;
  }
  .mcl-single-project .mcl-content .mcl-tab-anchor #tabs li {
    width: 50%;
  }
}
.mcl-single-project .mcl-project-slider-wrapper {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .mcl-single-project .mcl-project-slider-wrapper {
    padding: 96px 0;
  }
}

.mcl-single-service {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  .mcl-single-service {
    padding-top: 90px;
  }
}
.mcl-single-service {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
}
.mcl-single-service > .mcl-wrapper {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .mcl-single-service > .mcl-wrapper {
    padding-top: 40px;
  }
}
.mcl-single-service > .mcl-wrapper > .mcl-button {
  position: relative;
  padding-bottom: 32px;
}
.mcl-single-service > .mcl-wrapper > .mcl-button .mcl-text {
  padding-left: 4px;
}
.mcl-single-service > .mcl-wrapper > .mcl-button:after {
  position: absolute;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27left-arrow 1%27 clip-path=%27url%28%23clip0_2603_7677%29%27%3E%3Cg id=%27Group%27%3E%3Cpath id=%27Vector%27 d=%27M4.70117 12.0916H19.6912%27 stroke=%27%23323232%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath id=%27Vector_2%27 d=%27M8.80361 8.00842L4.70117 12.1115L8.80361 16.2147%27 stroke=%27%23323232%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2603_7677%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27 transform=%27translate%280.691406 0.111572%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  top: 16px;
  width: 24px;
  height: 24px;
}
.mcl-single-service > .mcl-wrapper > .mcl-button:hover .mcl-text {
  color: #1E2929;
}
@media (min-width: 1024px) {
  .mcl-single-service > .mcl-wrapper > .mcl-button {
    display: none;
  }
}
.mcl-single-service > .mcl-wrapper .mcl-breadcrumbs {
  position: relative;
  top: 0;
  padding-bottom: 32px;
  display: none;
}
@media (min-width: 1024px) {
  .mcl-single-service > .mcl-wrapper .mcl-breadcrumbs {
    padding-bottom: 40px;
    display: flex;
  }
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1024px) {
  .mcl-single-service > .mcl-wrapper .mcl-single-service-hero {
    flex-direction: row;
    gap: 24px;
  }
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left {
    width: 50%;
  }
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left .mcl-cpt {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left .mcl-cpt .mcl-icon {
  color: #4B9C96;
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left .mcl-cpt .mcl-icon svg {
  height: 16px;
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left .mcl-cpt-name {
  font-size: 16px;
  line-height: 18px;
  color: #1E2929;
  margin-left: 8px;
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left .mcl-title {
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 29px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left .mcl-title {
    font-size: 42px;
    line-height: 44px;
  }
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left .mcl-title {
  font-weight: 600;
  line-height: 105%;
  padding-bottom: 16px;
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-left .mcl-button {
  margin-top: 88px;
}
@media (min-width: 1024px) {
  .mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-right {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-right .mcl-image {
    margin-bottom: -24px;
  }
}
.mcl-single-service > .mcl-wrapper .mcl-single-service-hero .mcl-right .mcl-image {
  width: 100%;
  height: 504px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2EEEB;
}
.mcl-single-service .mcl-content {
  background-color: #FAFAFA;
}
.mcl-single-service .mcl-content .mcl-tab-anchor {
  padding-top: 88px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .mcl-single-service .mcl-content .mcl-tab-anchor {
    padding-bottom: 64px;
  }
}
.mcl-single-service .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27416%27 height=%27415%27 viewBox=%270 0 416 415%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.4%27%3E%3Cmask id=%27mask0_1450_72531%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%274%27 y=%273%27 width=%27408%27 height=%27408%27%3E%3Crect x=%270.983887%27 y=%2758.3616%27 width=%27360.452%27 height=%27360.452%27 rx=%2722%27 transform=%27rotate%28-9.31789 0.983887 58.3616%29%27 fill=%27%23D9D9D9%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_1450_72531%29%27%3E%3Cpath d=%27M6.90416 -32.5902L0.449203 3.16669C0.414217 3.37661 0.571662 3.5865 0.799073 3.56901H4.78749C4.96242 3.56901 5.10236 3.44658 5.13735 3.27164L11.6448 -32.4853C11.6798 -32.6952 11.5223 -32.9051 11.2949 -32.8876H7.25403C7.07909 -32.8876 6.93914 -32.7652 6.90416 -32.5902Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1.46328 -22.6711L5.11934 3.18439C5.15433 3.39432 4.99688 3.58677 4.76947 3.58677H0.728574C0.553643 3.58677 0.413704 3.46431 0.378718 3.30686L-3.27734 -22.6886C-3.15489 -22.9685 -3.01495 -22.9685 -2.78754 -22.9685H1.09593C1.27086 -22.9685 1.42829 -22.8286 1.46328 -22.6536%27 fill=%27white%27/%3E%3Cpath d=%27M31.0267 -23.5459L24.5718 12.211C24.5368 12.4209 24.6942 12.6134 24.9216 12.6134H28.9101C29.085 12.6134 29.2249 12.4909 29.2599 12.316L35.7673 -23.4409C35.8023 -23.6508 35.6449 -23.8433 35.4175 -23.8433H31.3766C31.2016 -23.8433 31.0617 -23.7208 31.0267 -23.5459Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M25.5868 -13.627L29.2429 12.211C29.2779 12.4209 29.1204 12.6134 28.893 12.6134H24.8521C24.6772 12.6134 24.5372 12.4909 24.5022 12.3335L20.8462 -13.662C20.9686 -13.9419 21.1086 -13.9419 21.336 -13.9419H25.2195C25.3944 -13.9419 25.5518 -13.802 25.5868 -13.627Z%27 fill=%27white%27/%3E%3Cpath d=%27M20.8453 -13.6616L14.4429 22.1303C14.4079 22.3402 14.5653 22.5326 14.7927 22.5326H18.6937C18.9211 22.5326 19.0435 22.3927 19.0785 22.2352L25.586 -13.5217C25.6209 -13.7316 25.4635 -13.9241 25.2361 -13.9241H21.1952C21.0203 -13.9241 20.8803 -13.8191 20.8453 -13.6442%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M15.3003 -3.72541L19.0788 22.1126C19.1138 22.3225 18.9564 22.5325 18.7289 22.5325H14.688C14.5131 22.5325 14.3732 22.41 14.3382 22.2526L10.6821 -3.76038C10.8046 -4.04028 10.9445 -4.04028 11.1719 -4.04028H14.9329C15.1079 -4.04028 15.2653 -3.90035 15.3003 -3.72541Z%27 fill=%27white%27/%3E%3Cpath d=%27M10.5428 -3.74336L4.08787 32.0136C4.05289 32.2235 4.21033 32.4334 4.43774 32.4159H8.42617C8.6011 32.4159 8.74104 32.2935 8.77602 32.1185L15.2835 -3.63841C15.3184 -3.84833 15.161 -4.05822 14.9336 -4.04073H10.8927C10.7178 -4.04073 10.5778 -3.9183 10.5428 -3.74336Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M5.11904 6.17669L8.77509 32.0147C8.81008 32.2246 8.65265 32.4171 8.42524 32.4171H4.38432C4.20939 32.4171 4.06945 32.2946 4.03447 32.1372L0.378418 6.14167C0.50087 5.86177 0.640812 5.86182 0.868222 5.86182H4.75169C4.92662 5.86182 5.08406 6.00175 5.11904 6.17669Z%27 fill=%27white%27/%3E%3Cpath d=%27M0.378535 6.14203L-6.02394 41.934C-6.05893 42.1439 -5.9015 42.3363 -5.67408 42.3363H-1.77312C-1.54571 42.3363 -1.42326 42.1964 -1.38827 42.0389L5.11916 6.28201C5.15415 6.07209 4.97921 5.87964 4.76929 5.87964H0.728391C0.553461 5.87964 0.413521 5.98461 0.378535 6.15954%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M65.5582 -24.1934L59.1557 11.5985C59.1208 11.8084 59.2782 12.0008 59.5056 12.0008H63.4066C63.634 12.0008 63.7564 11.8609 63.7914 11.7035L70.2988 -24.0534C70.3338 -24.2634 70.1764 -24.4558 69.949 -24.4558H65.9081C65.7331 -24.4558 65.5932 -24.3508 65.5582 -24.1759%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M59.9956 -14.2739L63.7741 11.5817C63.8091 11.7916 63.6517 12.0015 63.4243 12.0015H59.3834C59.2084 12.0015 59.0685 11.879 59.0335 11.7216L55.3774 -14.2914C55.4999 -14.5713 55.6398 -14.5713 55.8672 -14.5713H59.6283C59.8032 -14.5713 59.9606 -14.4313 59.9956 -14.2564%27 fill=%27white%27/%3E%3Cpath d=%27M55.2728 -14.2925L48.8179 21.4644C48.7829 21.6744 48.9403 21.8843 49.1677 21.8668H53.1561C53.3311 21.8668 53.471 21.7443 53.506 21.5694L60.0134 -14.1875C60.0484 -14.3974 59.891 -14.5898 59.6636 -14.5898H55.6227C55.4477 -14.5898 55.3078 -14.4674 55.2728 -14.2925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M49.8319 -4.37306L53.488 21.465C53.523 21.6749 53.3655 21.8673 53.1381 21.8673H49.0972C48.9223 21.8673 48.7823 21.7449 48.7474 21.5874L45.0913 -4.40808C45.2138 -4.68798 45.3537 -4.68799 45.5811 -4.68799H49.4646C49.6395 -4.68799 49.7969 -4.548 49.8319 -4.37306Z%27 fill=%27white%27/%3E%3Cpath d=%27M45.0909 -4.40826L38.6885 31.3837C38.6535 31.5936 38.8109 31.786 39.0383 31.786H42.9393C43.1667 31.786 43.2891 31.6461 43.3241 31.4886L49.8316 -4.26828C49.8665 -4.47821 49.7091 -4.67065 49.4817 -4.67065H45.4408C45.2659 -4.67065 45.1259 -4.56569 45.0909 -4.39075%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M39.5288 5.53001L43.3073 31.368C43.3423 31.578 43.1849 31.7879 42.9575 31.7879H38.9166C38.7416 31.7879 38.6017 31.6654 38.5667 31.508L34.9106 5.49499C35.0331 5.21509 35.173 5.21509 35.4004 5.21509H39.1615C39.3364 5.21509 39.4938 5.35508 39.5288 5.53001Z%27 fill=%27white%27/%3E%3Cpath d=%27M34.805 5.40728L28.3501 41.1642C28.3151 41.3741 28.4725 41.584 28.6999 41.5665H32.6884C32.8633 41.5665 33.0032 41.4441 33.0382 41.2692L39.5457 5.51224C39.5806 5.30231 39.4232 5.10986 39.1958 5.10986H35.1549C34.98 5.10986 34.84 5.23234 34.805 5.40728Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M29.3651 15.3261L33.0212 41.1642C33.0562 41.3741 32.8987 41.5665 32.6713 41.5665H28.6304C28.4555 41.5665 28.3155 41.4441 28.2806 41.2867L24.6245 15.2911C24.747 15.0112 24.8869 15.0112 25.1143 15.0112H28.9978C29.1727 15.0112 29.3302 15.1512 29.3651 15.3261Z%27 fill=%27white%27/%3E%3Cpath d=%27M24.6251 15.3088L18.2226 51.1007C18.1877 51.3106 18.3451 51.503 18.5725 51.503H22.4735C22.7009 51.503 22.8233 51.3631 22.8583 51.2056L29.3657 15.4487C29.4007 15.2388 29.2433 15.0464 29.0159 15.0464H24.975C24.8 15.0464 24.6601 15.1513 24.6251 15.3262%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M19.0615 25.2275L22.84 51.0656C22.875 51.2755 22.7176 51.4854 22.4902 51.4854H18.4493C18.2743 51.4854 18.1344 51.3629 18.0994 51.2055L14.4434 25.1925C14.5658 24.9126 14.7058 24.9126 14.9332 24.9126H18.6942C18.8691 24.9126 19.0266 25.0525 19.0615 25.2275Z%27 fill=%27white%27/%3E%3Cpath d=%27M14.3206 25.21L7.86571 60.9669C7.83072 61.1769 7.98815 61.3867 8.21556 61.3693H12.204C12.3789 61.3693 12.5189 61.2468 12.5539 61.0719L19.0613 25.315C19.0963 25.105 18.9388 24.9126 18.7114 24.9126H14.6705C14.4956 24.9126 14.3556 25.0351 14.3206 25.21Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M8.88029 35.1288L12.5363 60.9669C12.5713 61.1768 12.4139 61.3692 12.1865 61.3692H8.14557C7.97064 61.3692 7.8307 61.2468 7.79571 61.0893L4.13965 35.0939C4.2621 34.814 4.40206 34.814 4.62947 34.814H8.51292C8.68785 34.814 8.8453 34.9539 8.88029 35.1288Z%27 fill=%27white%27/%3E%3Cpath d=%27M4.15782 35.1115L-2.24464 70.9035C-2.27963 71.1134 -2.1222 71.3058 -1.89479 71.3058H2.00618C2.23359 71.3058 2.35603 71.1659 2.39101 71.0084L8.89844 35.2515C8.93343 35.0416 8.776 34.8491 8.54859 34.8491H4.50769C4.33276 34.8491 4.1928 34.9541 4.15782 35.129%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M99.9496 -24.8577L93.4946 10.8993C93.4596 11.1092 93.6171 11.3191 93.8445 11.3016H97.8329C98.0078 11.3016 98.1478 11.1791 98.1828 11.0042L104.69 -24.7527C104.725 -24.9626 104.568 -25.155 104.34 -25.155H100.299C100.124 -25.155 99.9846 -25.0326 99.9496 -24.8577Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M94.5263 -14.9392L98.1823 10.9164C98.2173 11.1263 98.0599 11.3188 97.8324 11.3188H93.7915C93.6166 11.3188 93.4767 11.1963 93.4417 11.0389L89.7856 -14.9567C89.9081 -15.2366 90.048 -15.2366 90.2754 -15.2366H94.1589C94.3338 -15.2366 94.4913 -15.0966 94.5263 -14.9216%27 fill=%27white%27/%3E%3Cpath d=%27M89.7862 -14.9568L83.3838 20.8351C83.3488 21.045 83.5062 21.2374 83.7336 21.2374H87.6346C87.862 21.2374 87.9844 21.0975 88.0194 20.9401L94.5269 -14.8169C94.5618 -15.0268 94.4044 -15.2192 94.177 -15.2192H90.1361C89.9612 -15.2192 89.8212 -15.1143 89.7862 -14.9393%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M84.2227 -5.03767L88.0012 20.8004C88.0362 21.0103 87.8787 21.2202 87.6513 21.2202H83.6104C83.4355 21.2202 83.2955 21.0978 83.2605 20.9403L79.6045 -5.07264C79.7269 -5.35253 79.8669 -5.35254 80.0943 -5.35254H83.8553C84.0303 -5.35254 84.1877 -5.2126 84.2227 -5.03767Z%27 fill=%27white%27/%3E%3Cpath d=%27M79.4823 -5.15967L73.0273 30.5973C72.9923 30.8072 73.1498 31.0171 73.3772 30.9996H77.3656C77.5405 30.9996 77.6805 30.8771 77.7155 30.7022L84.2229 -5.05471C84.2579 -5.26464 84.1004 -5.45703 83.873 -5.45703H79.8321C79.6572 -5.45703 79.5173 -5.33461 79.4823 -5.15967Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M74.0599 4.7763L77.716 30.6144C77.751 30.8243 77.5935 31.0167 77.3661 31.0167H73.3252C73.1503 31.0167 73.0104 30.8942 72.9754 30.7368L69.3193 4.74133C69.4418 4.46143 69.5817 4.46143 69.8091 4.46143H73.6926C73.8675 4.46143 74.025 4.60136 74.0599 4.7763Z%27 fill=%27white%27/%3E%3Cpath d=%27M69.319 4.7414L62.9165 40.5333C62.8815 40.7432 63.0389 40.9357 63.2663 40.9357H67.1673C67.3947 40.9357 67.5172 40.7957 67.5521 40.6382L74.0596 4.88132C74.0946 4.6714 73.9371 4.479 73.7097 4.479H69.6688C69.4939 4.479 69.354 4.58397 69.319 4.75891%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M63.7568 14.6616L67.5354 40.4996C67.5703 40.7096 67.4129 40.9195 67.1855 40.9195H63.1446C62.9697 40.9195 62.8297 40.797 62.7947 40.6396L59.1387 14.6266C59.2611 14.3467 59.4011 14.3467 59.6285 14.3467H63.3895C63.5644 14.3467 63.7219 14.4867 63.7568 14.6616Z%27 fill=%27white%27/%3E%3Cpath d=%27M59.0331 14.6441L52.5781 50.401C52.5431 50.6109 52.7006 50.8208 52.928 50.8033H56.9164C57.0913 50.8033 57.2313 50.6809 57.2663 50.506L63.7737 14.7491C63.8087 14.5391 63.6512 14.3467 63.4238 14.3467H59.3829C59.208 14.3467 59.068 14.4692 59.0331 14.6441Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M53.5927 24.5624L57.2487 50.4005C57.2837 50.6104 57.1263 50.8028 56.8989 50.8028H52.858C52.683 50.8028 52.5431 50.6804 52.5081 50.523L48.8521 24.5275C48.9745 24.2476 49.1144 24.2476 49.3419 24.2476H53.2253C53.4003 24.2476 53.5577 24.3875 53.5927 24.5624Z%27 fill=%27white%27/%3E%3Cpath d=%27M48.8522 24.5456L42.4497 60.3375C42.4147 60.5474 42.5722 60.7399 42.7996 60.7399H46.7005C46.9279 60.7399 47.0504 60.5999 47.0854 60.4424L53.5928 24.6855C53.6278 24.4756 53.4528 24.2832 53.2429 24.2832H49.202C49.0271 24.2832 48.8872 24.3881 48.8522 24.5631%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M43.2896 34.4643L47.0681 60.3024C47.103 60.5123 46.9456 60.7222 46.7182 60.7222H42.6773C42.5024 60.7222 42.3624 60.5997 42.3274 60.4423L38.6714 34.4293C38.7938 34.1494 38.9338 34.1494 39.1612 34.1494H42.9222C43.0971 34.1494 43.2546 34.2894 43.2896 34.4643Z%27 fill=%27white%27/%3E%3Cpath d=%27M38.5663 34.3416L32.1113 70.0985C32.0763 70.3084 32.2338 70.5183 32.4612 70.5008H36.4496C36.6245 70.5008 36.7645 70.3784 36.7995 70.2035L43.3069 34.4466C43.3419 34.2366 43.1844 34.0442 42.957 34.0442H38.9161C38.7412 34.0442 38.6012 34.1667 38.5663 34.3416Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M33.1264 44.2783L36.7824 70.1163C36.8174 70.3262 36.66 70.5187 36.4326 70.5187H32.3917C32.2167 70.5187 32.0768 70.3962 32.0418 70.2387L28.3857 44.2432C28.5082 43.9633 28.6481 43.9634 28.8755 43.9634H32.759C32.9339 43.9634 33.0914 44.1033 33.1264 44.2783Z%27 fill=%27white%27/%3E%3Cpath d=%27M28.3854 44.2431L21.9829 80.035C21.9479 80.245 22.1053 80.4374 22.3328 80.4374H26.2337C26.4611 80.4374 26.5836 80.2974 26.6186 80.14L33.126 44.3831C33.161 44.1732 33.0035 43.9807 32.7761 43.9807H28.7352C28.5603 43.9807 28.4203 44.0857 28.3854 44.2606%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M22.8223 54.1792L26.6008 80.0172C26.6358 80.2271 26.4783 80.437 26.2509 80.437H22.21C22.0351 80.437 21.8951 80.3146 21.8602 80.1571L18.2041 54.1442C18.3266 53.8643 18.4665 53.8643 18.6939 53.8643H22.4549C22.6299 53.8643 22.7873 54.0042 22.8223 54.1792Z%27 fill=%27white%27/%3E%3Cpath d=%27M18.0814 54.1617L11.6264 89.9186C11.5915 90.1285 11.7489 90.3385 11.9763 90.321H15.9647C16.1397 90.321 16.2796 90.1985 16.3146 90.0236L22.822 54.2666C22.857 54.0567 22.6996 53.8643 22.4722 53.8643H18.4313C18.2563 53.8643 18.1164 53.9867 18.0814 54.1617Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M12.641 64.0808L16.2971 89.9188C16.3321 90.1287 16.1746 90.3212 15.9472 90.3212H11.9063C11.7314 90.3212 11.5914 90.1987 11.5565 90.0413L7.90039 64.0458C8.02284 63.7659 8.16278 63.7659 8.39019 63.7659H12.2737C12.4486 63.7659 12.606 63.9059 12.641 64.0808Z%27 fill=%27white%27/%3E%3Cpath d=%27M7.91857 64.0456L1.5161 99.8375C1.48111 100.047 1.63856 100.24 1.86597 100.24H5.76692C5.99433 100.24 6.11678 100.1 6.15177 99.9425L12.6592 64.1856C12.6942 63.9757 12.5368 63.7832 12.3093 63.7832H8.26843C8.0935 63.7832 7.95356 63.8882 7.91857 64.0631%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M2.35597 73.9819L6.13447 99.8375C6.16945 100.047 6.01202 100.257 5.78461 100.257H1.74371C1.56878 100.257 1.42883 100.135 1.39384 99.9774L-2.26221 73.9645C-2.13976 73.6846 -1.99981 73.6846 -1.7724 73.6846H1.98861C2.16354 73.6846 2.32098 73.8245 2.35597 73.9994%27 fill=%27white%27/%3E%3Cpath d=%27M134.218 -23.5809L127.816 12.211C127.781 12.4209 127.938 12.6134 128.166 12.6134H132.067C132.294 12.6134 132.417 12.4734 132.452 12.316L138.959 -23.4409C138.994 -23.6508 138.837 -23.8433 138.609 -23.8433H134.568C134.393 -23.8433 134.253 -23.7383 134.218 -23.5634%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M128.656 -13.6621L132.434 12.1935C132.469 12.4034 132.312 12.6133 132.084 12.6133H128.044C127.869 12.6133 127.729 12.4909 127.694 12.3334L124.038 -13.6796C124.16 -13.9595 124.3 -13.9595 124.527 -13.9595H128.288C128.463 -13.9595 128.621 -13.8195 128.656 -13.6446%27 fill=%27white%27/%3E%3Cpath d=%27M123.915 -13.7844L117.46 21.9725C117.425 22.1825 117.583 22.3924 117.81 22.3749H121.799C121.974 22.3749 122.114 22.2524 122.149 22.0775L128.656 -13.6794C128.691 -13.8893 128.534 -14.0818 128.306 -14.0818H124.265C124.09 -14.0818 123.95 -13.9593 123.915 -13.7844Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M118.475 -3.84773L122.131 21.9903C122.166 22.2002 122.009 22.3927 121.781 22.3927H117.74C117.565 22.3927 117.425 22.2702 117.39 22.1128L113.734 -3.88269C113.857 -4.16259 113.997 -4.1626 114.224 -4.1626H118.108C118.283 -4.1626 118.44 -4.02266 118.475 -3.84773Z%27 fill=%27white%27/%3E%3Cpath d=%27M113.751 -3.88287L107.349 31.909C107.314 32.1189 107.471 32.3114 107.698 32.3114H111.599C111.827 32.3114 111.949 32.1714 111.984 32.014L118.492 -3.74295C118.527 -3.95287 118.369 -4.14526 118.142 -4.14526H114.101C113.926 -4.14526 113.786 -4.04035 113.751 -3.86541%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M108.189 6.03704L111.967 31.8751C112.002 32.085 111.845 32.295 111.618 32.295H107.577C107.402 32.295 107.262 32.1725 107.227 32.015L103.571 6.00207C103.693 5.72217 103.833 5.72217 104.061 5.72217H107.822C107.997 5.72217 108.154 5.8621 108.189 6.03704Z%27 fill=%27white%27/%3E%3Cpath d=%27M103.431 6.01958L96.9756 41.7765C96.9406 41.9864 97.098 42.1963 97.3254 42.1788H101.314C101.489 42.1788 101.629 42.0564 101.664 41.8815L108.171 6.12454C108.206 5.91462 108.049 5.72217 107.821 5.72217H103.78C103.605 5.72217 103.466 5.84465 103.431 6.01958Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M98.0077 15.956L101.664 41.794C101.699 42.0039 101.541 42.1964 101.314 42.1964H97.273C97.0981 42.1964 96.9582 42.0739 96.9232 41.9165L93.2671 15.921C93.3895 15.6411 93.5295 15.6411 93.7569 15.6411H97.6404C97.8153 15.6411 97.9727 15.781 98.0077 15.956Z%27 fill=%27white%27/%3E%3Cpath d=%27M93.2677 15.9209L86.8652 51.7128C86.8302 51.9227 86.9877 52.1151 87.2151 52.1151H91.116C91.3434 52.1151 91.4659 51.9752 91.5009 51.8177L98.0083 16.0608C98.0433 15.8509 97.8859 15.6584 97.6584 15.6584H93.6176C93.4426 15.6584 93.3027 15.7634 93.2677 15.9384%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M87.7046 25.8395L91.4831 51.6776C91.5181 51.8875 91.3606 52.0974 91.1332 52.0974H87.0923C86.9174 52.0974 86.7775 51.975 86.7425 51.8175L83.0864 25.8046C83.2089 25.5247 83.3488 25.5247 83.5762 25.5247H87.3372C87.5122 25.5247 87.6696 25.6646 87.7046 25.8395Z%27 fill=%27white%27/%3E%3Cpath d=%27M82.9642 25.7347L76.5093 61.4916C76.4743 61.7016 76.6317 61.9115 76.8591 61.894H80.8475C81.0225 61.894 81.1624 61.7715 81.1974 61.5966L87.7048 25.8397C87.7398 25.6298 87.5824 25.4198 87.355 25.4373H83.3141C83.1391 25.4373 82.9992 25.5598 82.9642 25.7347Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M77.5404 35.6535L81.1965 61.4916C81.2315 61.7015 81.074 61.8939 80.8466 61.8939H76.8057C76.6308 61.8939 76.4908 61.7715 76.4559 61.614L72.7998 35.6185C72.9223 35.3386 73.0622 35.3386 73.2896 35.3386H77.1731C77.348 35.3386 77.5055 35.4786 77.5404 35.6535Z%27 fill=%27white%27/%3E%3Cpath d=%27M72.8004 35.6362L66.3979 71.4281C66.3629 71.638 66.5204 71.8304 66.7478 71.8304H70.6488C70.8762 71.8304 70.9986 71.6905 71.0336 71.533L77.541 35.7761C77.576 35.5662 77.4186 35.3738 77.1912 35.3738H73.1503C72.9753 35.3738 72.8354 35.4787 72.8004 35.6537%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M67.2373 45.5549L71.0158 71.3929C71.0508 71.6029 70.8934 71.8128 70.666 71.8128H66.6251C66.4501 71.8128 66.3102 71.6903 66.2752 71.5329L62.6191 45.5199C62.7416 45.24 62.8815 45.24 63.109 45.24H66.87C67.0449 45.24 67.2023 45.3799 67.2373 45.5549Z%27 fill=%27white%27/%3E%3Cpath d=%27M62.5145 45.52L56.0596 81.2769C56.0246 81.4869 56.182 81.6968 56.4094 81.6793H60.3978C60.5728 81.6793 60.7127 81.5568 60.7477 81.3819L67.2551 45.625C67.2901 45.4151 67.1327 45.2227 66.9053 45.2227H62.8644C62.6894 45.2227 62.5495 45.3451 62.5145 45.52Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M57.0741 55.456L60.7302 81.2941C60.7652 81.504 60.6077 81.6964 60.3803 81.6964H56.3394C56.1645 81.6964 56.0245 81.5739 55.9895 81.4165L52.3335 55.421C52.4559 55.1411 52.5959 55.1411 52.8233 55.1411H56.7068C56.8817 55.1411 57.0391 55.281 57.0741 55.456Z%27 fill=%27white%27/%3E%3Cpath d=%27M52.3331 55.4216L45.9306 91.2135C45.8957 91.4234 46.0531 91.6158 46.2805 91.6158H50.1815C50.4089 91.6158 50.5313 91.4759 50.5663 91.3184L57.0737 55.5615C57.1087 55.3516 56.9513 55.1592 56.7239 55.1592H52.683C52.508 55.1592 52.3681 55.2641 52.3331 55.4391%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M46.771 65.3401L50.5495 91.1781C50.5845 91.388 50.4271 91.5979 50.1996 91.5979H46.1588C45.9838 91.5979 45.8439 91.4755 45.8089 91.318L42.1528 65.3051C42.2753 65.0252 42.4152 65.0251 42.6426 65.0251H46.4037C46.5786 65.0251 46.736 65.1651 46.771 65.3401Z%27 fill=%27white%27/%3E%3Cpath d=%27M42.0477 65.2358L35.5928 100.993C35.5578 101.203 35.7152 101.413 35.9426 101.395H39.931C40.106 101.395 40.2459 101.273 40.2809 101.098L46.7883 65.3408C46.8233 65.1309 46.6659 64.9385 46.4385 64.9385H42.3976C42.2226 64.9385 42.0827 65.0609 42.0477 65.2358Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M36.6073 75.1542L40.2634 100.992C40.2984 101.202 40.1409 101.395 39.9135 101.395H35.8726C35.6977 101.395 35.5577 101.272 35.5227 101.115L31.8667 75.1193C31.9892 74.8394 32.1291 74.8394 32.3565 74.8394H36.24C36.4149 74.8394 36.5723 74.9793 36.6073 75.1542Z%27 fill=%27white%27/%3E%3Cpath d=%27M31.8663 75.1369L25.4639 110.929C25.4289 111.139 25.5863 111.331 25.8137 111.331H29.7147C29.9421 111.331 30.0645 111.191 30.0995 111.034L36.607 75.2769C36.6419 75.067 36.4845 74.8745 36.2571 74.8745H32.2162C32.0413 74.8745 31.9013 74.9795 31.8663 75.1544%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M26.3037 85.0554L30.0822 110.893C30.1172 111.103 29.9598 111.313 29.7324 111.313H25.6915C25.5165 111.313 25.3766 111.191 25.3416 111.033L21.6855 85.0204C21.808 84.7405 21.9479 84.7405 22.1754 84.7405H25.9364C26.1113 84.7405 26.2687 84.8804 26.3037 85.0554Z%27 fill=%27white%27/%3E%3Cpath d=%27M21.5633 85.0378L15.1084 120.795C15.0734 121.005 15.2308 121.215 15.4582 121.197H19.4467C19.6216 121.197 19.7615 121.075 19.7965 120.9L26.304 85.1428C26.3389 84.9329 26.1815 84.7405 25.9541 84.7405H21.9132C21.7383 84.7405 21.5983 84.8629 21.5633 85.0378Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M16.1225 94.9567L19.7785 120.795C19.8135 121.005 19.6561 121.197 19.4287 121.197H15.3878C15.2128 121.197 15.0729 121.075 15.0379 120.917L11.3818 94.9217C11.5043 94.6418 11.6442 94.6418 11.8717 94.6418H15.7551C15.93 94.6418 16.0875 94.7818 16.1225 94.9567Z%27 fill=%27white%27/%3E%3Cpath d=%27M11.3995 94.9394L4.99705 130.731C4.96207 130.941 5.1195 131.134 5.34691 131.134H9.24787C9.47529 131.134 9.59773 130.994 9.63271 130.836L16.1401 95.0794C16.1751 94.8695 16.0177 94.677 15.7903 94.677H11.7494C11.5745 94.677 11.4345 94.782 11.3995 94.9569%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M5.83643 104.858L9.61495 130.696C9.64993 130.906 9.49249 131.116 9.26508 131.116H5.22418C5.04925 131.116 4.90931 130.993 4.87432 130.836L1.21826 104.823C1.34071 104.543 1.48066 104.543 1.70807 104.543H5.46908C5.64401 104.543 5.80145 104.683 5.83643 104.858Z%27 fill=%27white%27/%3E%3Cpath d=%27M1.09605 104.736L-5.3589 140.493C-5.39389 140.703 -5.23644 140.913 -5.00903 140.895H-1.02061C-0.845681 140.895 -0.705741 140.773 -0.670755 140.598L5.83668 104.841C5.87166 104.631 5.71423 104.438 5.48682 104.438H1.44592C1.27099 104.438 1.13104 104.561 1.09605 104.736Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M168.61 -24.3156L162.155 11.4412C162.12 11.6512 162.277 11.8611 162.505 11.8436H166.493C166.668 11.8436 166.808 11.7212 166.843 11.5463L173.35 -24.2107C173.385 -24.4206 173.228 -24.613 173 -24.613H168.96C168.785 -24.613 168.645 -24.4906 168.61 -24.3156Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M163.187 -14.3965L166.843 11.4591C166.878 11.669 166.721 11.8614 166.493 11.8614H162.452C162.277 11.8614 162.137 11.739 162.102 11.5815L158.446 -14.414C158.569 -14.6939 158.709 -14.6938 158.936 -14.6938H162.82C162.994 -14.6938 163.152 -14.5539 163.187 -14.379%27 fill=%27white%27/%3E%3Cpath d=%27M158.446 -14.4315L152.044 21.3604C152.009 21.5704 152.166 21.7628 152.394 21.7628H156.295C156.522 21.7628 156.645 21.6228 156.68 21.4654L163.187 -14.2915C163.222 -14.5015 163.065 -14.6938 162.837 -14.6938H158.796C158.621 -14.6938 158.481 -14.5889 158.446 -14.414%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M152.883 -4.49543L156.661 21.3426C156.696 21.5525 156.539 21.7625 156.311 21.7625H152.271C152.096 21.7625 151.956 21.64 151.921 21.4826L148.265 -4.5304C148.387 -4.8103 148.527 -4.8103 148.754 -4.8103H152.515C152.69 -4.8103 152.848 -4.67037 152.883 -4.49543Z%27 fill=%27white%27/%3E%3Cpath d=%27M148.161 -4.53022L141.706 31.2267C141.671 31.4366 141.828 31.6465 142.055 31.629H146.044C146.219 31.629 146.359 31.5066 146.394 31.3317L152.901 -4.42526C152.936 -4.63519 152.779 -4.82764 152.551 -4.82764H148.51C148.335 -4.82764 148.195 -4.70516 148.161 -4.53022Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M142.72 5.40765L146.376 31.2457C146.411 31.4556 146.254 31.648 146.026 31.648H141.985C141.81 31.648 141.671 31.5256 141.636 31.3681L137.979 5.37262C138.102 5.09273 138.242 5.09277 138.469 5.09277H142.353C142.528 5.09277 142.685 5.23271 142.72 5.40765Z%27 fill=%27white%27/%3E%3Cpath d=%27M137.98 5.37226L131.577 41.1642C131.542 41.3741 131.7 41.5665 131.927 41.5665H135.828C136.055 41.5665 136.178 41.4266 136.213 41.2692L142.72 5.51224C142.755 5.30231 142.598 5.10986 142.37 5.10986H138.329C138.155 5.10986 138.015 5.21483 137.98 5.38977%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M132.417 15.2909L136.196 41.129C136.231 41.3389 136.073 41.5489 135.846 41.5489H131.805C131.63 41.5489 131.49 41.4264 131.455 41.269L127.799 15.256C127.921 14.9761 128.061 14.9761 128.289 14.9761H132.05C132.225 14.9761 132.382 15.116 132.417 15.2909Z%27 fill=%27white%27/%3E%3Cpath d=%27M127.694 15.1858L121.239 50.9428C121.204 51.1527 121.361 51.3626 121.589 51.3451H125.577C125.752 51.3451 125.892 51.2227 125.927 51.0477L132.434 15.2908C132.469 15.0809 132.312 14.8884 132.084 14.8884H128.044C127.869 14.8884 127.729 15.0109 127.694 15.1858Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M122.253 25.105L125.909 50.943C125.944 51.1529 125.787 51.3454 125.56 51.3454H121.519C121.344 51.3454 121.204 51.2229 121.169 51.0655L117.513 25.0699C117.635 24.79 117.775 24.79 118.002 24.79H121.886C122.061 24.79 122.218 24.93 122.253 25.105Z%27 fill=%27white%27/%3E%3Cpath d=%27M117.512 25.07L111.11 60.8619C111.075 61.0718 111.232 61.2643 111.46 61.2643H115.361C115.588 61.2643 115.711 61.1244 115.746 60.9669L122.253 25.21C122.288 25.0001 122.13 24.8076 121.903 24.8076H117.862C117.687 24.8076 117.547 24.9126 117.512 25.0875%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M111.95 35.0063L115.728 60.8444C115.763 61.0543 115.606 61.2642 115.378 61.2642H111.337C111.163 61.2642 111.023 61.1417 110.988 60.9843L107.332 34.9713C107.454 34.6914 107.594 34.6914 107.821 34.6914H111.582C111.757 34.6914 111.915 34.8313 111.95 35.0063Z%27 fill=%27white%27/%3E%3Cpath d=%27M107.209 34.9888L100.754 70.7457C100.719 70.9557 100.876 71.1656 101.104 71.1481H105.092C105.267 71.1481 105.407 71.0256 105.442 70.8507L111.949 35.0938C111.984 34.8839 111.827 34.6914 111.6 34.6914H107.559C107.384 34.6914 107.244 34.8139 107.209 34.9888Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M101.769 44.9081L105.425 70.7462C105.46 70.9561 105.303 71.1485 105.075 71.1485H101.034C100.859 71.1485 100.719 71.0261 100.684 70.8686L97.0283 44.8732C97.1508 44.5933 97.2907 44.5933 97.5181 44.5933H101.402C101.577 44.5933 101.734 44.7332 101.769 44.9081Z%27 fill=%27white%27/%3E%3Cpath d=%27M97.0455 44.8725L90.6431 80.6644C90.6081 80.8743 90.7655 81.0668 90.9929 81.0668H94.8939C95.1213 81.0668 95.2437 80.9268 95.2787 80.7693L101.786 45.0124C101.821 44.8025 101.664 44.6101 101.436 44.6101H97.3954C97.2205 44.6101 97.0805 44.7151 97.0455 44.89%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M91.4829 54.8095L95.2614 80.6476C95.2964 80.8575 95.139 81.0674 94.9115 81.0674H90.8707C90.6957 81.0674 90.5558 80.945 90.5208 80.7875L86.8647 54.7745C86.9872 54.4946 87.1271 54.4946 87.3546 54.4946H91.1156C91.2905 54.4946 91.4479 54.6346 91.4829 54.8095Z%27 fill=%27white%27/%3E%3Cpath d=%27M86.742 54.6868L80.2871 90.4437C80.2521 90.6536 80.4095 90.8636 80.637 90.8461H84.6254C84.8003 90.8461 84.9403 90.7236 84.9753 90.5486L91.4827 54.7917C91.5177 54.5818 91.3602 54.3894 91.1328 54.3894H87.0919C86.917 54.3894 86.777 54.5118 86.742 54.6868Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M81.3197 64.6055L84.9758 90.4611C85.0108 90.671 84.8533 90.8634 84.6259 90.8634H80.585C80.4101 90.8634 80.2701 90.741 80.2351 90.5835L76.5791 64.588C76.7016 64.3081 76.8415 64.3081 77.0689 64.3081H80.9524C81.1273 64.3081 81.2848 64.4481 81.3197 64.623%27 fill=%27white%27/%3E%3Cpath d=%27M76.5792 64.5883L70.1767 100.38C70.1418 100.59 70.2992 100.783 70.5266 100.783H74.4276C74.655 100.783 74.7774 100.643 74.8124 100.485L81.3199 64.7283C81.3548 64.5184 81.1974 64.3259 80.97 64.3259H76.9291C76.7541 64.3259 76.6142 64.4309 76.5792 64.6058%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M71.0161 74.5068L74.7946 100.345C74.8296 100.555 74.6722 100.765 74.4448 100.765H70.4039C70.2289 100.765 70.089 100.642 70.054 100.485L66.3979 74.4717C66.5204 74.1918 66.6603 74.1919 66.8878 74.1919H70.6488C70.8237 74.1919 70.9811 74.3318 71.0161 74.5068Z%27 fill=%27white%27/%3E%3Cpath d=%27M66.2757 74.4893L59.8208 110.246C59.7858 110.456 59.9432 110.666 60.1707 110.649H64.1591C64.334 110.649 64.4739 110.526 64.5089 110.351L71.0163 74.5942C71.0513 74.3843 70.8939 74.1919 70.6665 74.1919H66.6256C66.4507 74.1919 66.3107 74.3143 66.2757 74.4893Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M60.8524 84.4082L64.5085 110.246C64.5435 110.456 64.386 110.649 64.1586 110.649H60.1177C59.9428 110.649 59.8029 110.526 59.7679 110.369L56.1118 84.3732C56.2343 84.0933 56.3742 84.0933 56.6016 84.0933H60.4851C60.66 84.0933 60.8175 84.2333 60.8524 84.4082Z%27 fill=%27white%27/%3E%3Cpath d=%27M56.1119 84.3908L49.7095 120.183C49.6745 120.393 49.8319 120.585 50.0593 120.585H53.9603C54.1877 120.585 54.3101 120.445 54.3451 120.288L60.8526 84.5307C60.8875 84.3208 60.7301 84.1284 60.5027 84.1284H56.4618C56.2869 84.1284 56.1469 84.2334 56.1119 84.4083%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M50.5489 94.3099L54.3273 120.165C54.3623 120.375 54.2049 120.585 53.9775 120.585H49.9366C49.7617 120.585 49.6217 120.463 49.5867 120.305L45.9307 94.2924C46.0531 94.0125 46.1931 94.0125 46.4205 94.0125H50.1815C50.3564 94.0125 50.5139 94.1524 50.5489 94.3273%27 fill=%27white%27/%3E%3Cpath d=%27M45.826 94.1871L39.3711 129.944C39.3361 130.154 39.4935 130.364 39.7209 130.346H43.7094C43.8843 130.346 44.0242 130.206 44.0592 130.049L50.5667 94.292C50.6016 94.0821 50.4442 93.8896 50.2168 93.8896H46.1759C46.001 93.8896 45.861 94.0121 45.826 94.1871Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M40.3856 104.106L44.0417 129.944C44.0767 130.154 43.9192 130.347 43.6918 130.347H39.6509C39.476 130.347 39.3361 130.224 39.3011 130.067L35.645 104.071C35.7675 103.791 35.9074 103.791 36.1348 103.791H40.0183C40.1932 103.791 40.3507 103.931 40.3856 104.106Z%27 fill=%27white%27/%3E%3Cpath d=%27M35.6451 104.089L29.2427 139.881C29.2077 140.091 29.3651 140.283 29.5925 140.283H33.4935C33.7209 140.283 33.8433 140.143 33.8783 139.986L40.3857 104.229C40.4207 104.019 40.2633 103.826 40.0359 103.826H35.995C35.8201 103.826 35.6801 103.931 35.6451 104.106%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M30.082 114.007L33.8606 139.846C33.8955 140.056 33.7381 140.265 33.5107 140.265H29.4698C29.2949 140.265 29.1549 140.143 29.1199 139.986L25.4639 113.973C25.5863 113.693 25.7263 113.693 25.9537 113.693H29.7147C29.8896 113.693 30.0471 113.833 30.082 114.007Z%27 fill=%27white%27/%3E%3Cpath d=%27M25.3417 113.99L18.8867 149.747C18.8517 149.957 19.0092 150.167 19.2366 150.149H23.225C23.3999 150.149 23.5399 150.009 23.5749 149.852L30.0823 114.095C30.1173 113.885 29.9598 113.693 29.7324 113.693H25.6915C25.5166 113.693 25.3766 113.815 25.3417 113.99Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M19.9018 123.927L23.5578 149.782C23.5928 149.992 23.4354 150.184 23.2079 150.184H19.1671C18.9921 150.184 18.8522 150.062 18.8172 149.905L15.1611 123.909C15.2836 123.629 15.4235 123.629 15.6509 123.629H19.5344C19.7093 123.629 19.8668 123.769 19.9018 123.944%27 fill=%27white%27/%3E%3Cpath d=%27M15.1779 123.892L8.77537 159.683C8.74039 159.893 8.89783 160.086 9.12524 160.086H13.0262C13.2536 160.086 13.3761 159.946 13.411 159.788L19.9185 124.032C19.9535 123.822 19.796 123.629 19.5686 123.629H15.5277C15.3528 123.629 15.2128 123.734 15.1779 123.909%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M9.61573 133.81L13.3942 159.665C13.4292 159.875 13.2718 160.085 13.0444 160.085H9.00348C8.82855 160.085 8.68859 159.963 8.65361 159.805L4.99756 133.792C5.12001 133.512 5.25995 133.512 5.48736 133.512H9.24838C9.42331 133.512 9.58075 133.652 9.61573 133.827%27 fill=%27white%27/%3E%3Cpath d=%27M4.87437 133.706L-1.58058 169.463C-1.61557 169.673 -1.45814 169.883 -1.23073 169.865H2.75771C2.93264 169.865 3.07258 169.743 3.10757 169.568L9.615 133.811C9.64998 133.601 9.49254 133.408 9.26513 133.408H5.22423C5.0493 133.408 4.90936 133.531 4.87437 133.706Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M203.159 -24.981L196.756 10.8109C196.721 11.0208 196.879 11.2133 197.106 11.2133H201.007C201.235 11.2133 201.357 11.0733 201.392 10.9159L207.899 -24.841C207.934 -25.051 207.777 -25.2434 207.55 -25.2434H203.509C203.334 -25.2434 203.194 -25.1384 203.159 -24.9635%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M197.596 -15.0615L201.374 10.794C201.409 11.0039 201.252 11.2139 201.024 11.2139H196.983C196.809 11.2139 196.669 11.0914 196.634 10.934L192.978 -15.079C193.1 -15.3589 193.24 -15.3589 193.467 -15.3589H197.228C197.403 -15.3589 197.561 -15.219 197.596 -15.044%27 fill=%27white%27/%3E%3Cpath d=%27M192.855 -15.061L186.4 20.6959C186.365 20.9059 186.523 21.1158 186.75 21.0983H190.739C190.914 21.0983 191.054 20.9758 191.089 20.8009L197.596 -14.956C197.631 -15.166 197.473 -15.3758 197.246 -15.3584H193.205C193.03 -15.3584 192.89 -15.2359 192.855 -15.061Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M187.415 -5.14216L191.071 20.6959C191.106 20.9058 190.949 21.0982 190.721 21.0982H186.68C186.505 21.0982 186.365 20.9758 186.33 20.8183L182.674 -5.17718C182.797 -5.45708 182.937 -5.45703 183.164 -5.45703H187.048C187.223 -5.45703 187.38 -5.3171 187.415 -5.14216Z%27 fill=%27white%27/%3E%3Cpath d=%27M182.692 -5.1773L176.29 30.6146C176.255 30.8246 176.412 31.017 176.639 31.017H180.54C180.768 31.017 180.89 30.877 180.925 30.7196L187.433 -5.03733C187.468 -5.24725 187.293 -5.4397 187.083 -5.4397H183.042C182.867 -5.4397 182.727 -5.33473 182.692 -5.15979%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M177.129 4.75853L180.908 30.5966C180.943 30.8065 180.785 31.0164 180.558 31.0164H176.517C176.342 31.0164 176.202 30.8939 176.167 30.7365L172.511 4.72351C172.634 4.44361 172.774 4.4436 173.001 4.4436H176.762C176.937 4.4436 177.094 4.58359 177.129 4.75853Z%27 fill=%27white%27/%3E%3Cpath d=%27M172.388 4.63604L165.933 40.393C165.898 40.6029 166.056 40.8128 166.283 40.7953H170.271C170.446 40.7953 170.586 40.6729 170.621 40.4979L177.129 4.741C177.164 4.53107 177.006 4.33862 176.779 4.33862H172.738C172.563 4.33862 172.423 4.4611 172.388 4.63604Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M166.966 14.5566L170.622 40.3947C170.657 40.6046 170.499 40.797 170.272 40.797H166.231C166.056 40.797 165.916 40.6746 165.881 40.5171L162.225 14.5216C162.348 14.2417 162.487 14.2417 162.715 14.2417H166.598C166.773 14.2417 166.931 14.3816 166.966 14.5566Z%27 fill=%27white%27/%3E%3Cpath d=%27M162.225 14.5392L155.822 50.3311C155.787 50.5411 155.945 50.7335 156.172 50.7335H160.073C160.3 50.7335 160.423 50.5935 160.458 50.4361L166.965 14.6792C167 14.4693 166.825 14.2769 166.615 14.2769H162.575C162.4 14.2769 162.26 14.3818 162.225 14.5567%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M156.663 24.4577L160.441 50.2958C160.476 50.5057 160.319 50.7156 160.091 50.7156H156.05C155.875 50.7156 155.735 50.5931 155.7 50.4357L152.044 24.4227C152.167 24.1428 152.307 24.1428 152.534 24.1428H156.295C156.47 24.1428 156.628 24.2828 156.663 24.4577Z%27 fill=%27white%27/%3E%3Cpath d=%27M151.922 24.4402L145.467 60.1972C145.432 60.4071 145.589 60.617 145.817 60.5995H149.805C149.98 60.5995 150.12 60.4771 150.155 60.3021L156.662 24.5452C156.697 24.3353 156.54 24.1428 156.312 24.1428H152.272C152.097 24.1428 151.957 24.2653 151.922 24.4402Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M146.499 34.3591L150.155 60.1971C150.19 60.4071 150.033 60.5995 149.805 60.5995H145.764C145.589 60.5995 145.449 60.477 145.414 60.3196L141.758 34.3241C141.881 34.0442 142.021 34.0442 142.248 34.0442H146.132C146.307 34.0442 146.464 34.1841 146.499 34.3591Z%27 fill=%27white%27/%3E%3Cpath d=%27M141.758 34.3239L135.355 70.1158C135.32 70.3257 135.478 70.5182 135.705 70.5182H139.606C139.834 70.5182 139.956 70.3782 139.991 70.2208L146.499 34.4638C146.534 34.2539 146.376 34.0615 146.149 34.0615H142.108C141.933 34.0615 141.793 34.1665 141.758 34.3414%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M136.195 44.2604L139.973 70.0985C140.008 70.3084 139.851 70.5183 139.623 70.5183H135.583C135.408 70.5183 135.268 70.3959 135.233 70.2384L131.577 44.2255C131.699 43.9456 131.839 43.9456 132.066 43.9456H135.827C136.002 43.9456 136.16 44.0855 136.195 44.2604Z%27 fill=%27white%27/%3E%3Cpath d=%27M131.472 44.1382L125.017 79.8951C124.982 80.105 125.14 80.315 125.367 80.2975H129.355C129.53 80.2975 129.67 80.175 129.705 80.0001L136.213 44.2431C136.248 44.0332 136.09 43.8408 135.863 43.8408H131.822C131.647 43.8408 131.507 43.9632 131.472 44.1382Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M126.032 54.0571L129.688 79.8951C129.723 80.105 129.566 80.2975 129.338 80.2975H125.297C125.123 80.2975 124.983 80.175 124.948 80.0176L121.292 54.0221C121.414 53.7422 121.554 53.7422 121.781 53.7422H125.665C125.84 53.7422 125.997 53.8821 126.032 54.0571Z%27 fill=%27white%27/%3E%3Cpath d=%27M121.292 54.0392L114.889 89.8312C114.854 90.0411 115.012 90.2335 115.239 90.2335H119.14C119.367 90.2335 119.49 90.0936 119.525 89.9361L126.032 54.1792C126.067 53.9693 125.91 53.7769 125.682 53.7769H121.641C121.467 53.7769 121.327 53.8818 121.292 54.0568%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M115.728 63.9584L119.507 89.7965C119.542 90.0064 119.384 90.2163 119.157 90.2163H115.116C114.941 90.2163 114.801 90.0939 114.766 89.9364L111.11 63.9234C111.232 63.6435 111.372 63.6436 111.6 63.6436H115.361C115.536 63.6436 115.693 63.7835 115.728 63.9584Z%27 fill=%27white%27/%3E%3Cpath d=%27M110.988 63.9409L104.533 99.6978C104.498 99.9078 104.655 100.118 104.883 100.1H108.871C109.046 100.1 109.186 99.9777 109.221 99.8028L115.728 64.0459C115.763 63.836 115.606 63.6436 115.378 63.6436H111.338C111.163 63.6436 111.023 63.766 110.988 63.9409Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M105.547 73.8594L109.203 99.715C109.238 99.9249 109.081 100.117 108.853 100.117H104.813C104.638 100.117 104.498 99.9948 104.463 99.8374L100.807 73.8419C100.929 73.562 101.069 73.562 101.296 73.562H105.18C105.355 73.562 105.512 73.7019 105.547 73.8769%27 fill=%27white%27/%3E%3Cpath d=%27M100.824 73.8425L94.4219 109.634C94.3869 109.844 94.5443 110.037 94.7717 110.037H98.6727C98.9001 110.037 99.0226 109.897 99.0575 109.739L105.565 73.9824C105.6 73.7725 105.442 73.5801 105.215 73.5801H101.174C100.999 73.5801 100.859 73.685 100.824 73.86%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M95.2617 83.761L99.0402 109.599C99.0752 109.809 98.9178 110.019 98.6904 110.019H94.6495C94.4746 110.019 94.3346 109.896 94.2996 109.739L90.6436 83.7259C90.766 83.4461 90.9059 83.446 91.1334 83.446H94.8944C95.0693 83.446 95.2267 83.586 95.2617 83.761Z%27 fill=%27white%27/%3E%3Cpath d=%27M90.5213 83.6385L84.0664 119.395C84.0314 119.605 84.1888 119.815 84.4162 119.798H88.4047C88.5796 119.798 88.7196 119.675 88.7546 119.5L95.262 83.7434C95.2969 83.5335 95.1395 83.3411 94.9121 83.3411H90.8712C90.6963 83.3411 90.5563 83.4635 90.5213 83.6385Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M85.081 93.5751L88.737 119.413C88.772 119.623 88.6146 119.816 88.3872 119.816H84.3463C84.1713 119.816 84.0314 119.693 83.9964 119.536L80.3403 93.5402C80.4628 93.2603 80.6027 93.2603 80.8301 93.2603H84.7136C84.8885 93.2603 85.046 93.4002 85.081 93.5751Z%27 fill=%27white%27/%3E%3Cpath d=%27M80.3575 93.5403L73.9551 129.332C73.9201 129.542 74.0775 129.735 74.3049 129.735H78.2059C78.4333 129.735 78.5557 129.595 78.5907 129.437L85.0981 93.6802C85.1331 93.4703 84.9757 93.2778 84.7483 93.2778H80.7074C80.5325 93.2778 80.3925 93.3828 80.3575 93.5577%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M74.7944 103.459L78.573 129.297C78.6079 129.507 78.4505 129.717 78.2231 129.717H74.1822C74.0073 129.717 73.8673 129.594 73.8323 129.437L70.1763 103.424C70.2987 103.144 70.4387 103.144 70.6661 103.144H74.4271C74.602 103.144 74.7595 103.284 74.7944 103.459Z%27 fill=%27white%27/%3E%3Cpath d=%27M70.0536 103.441L63.5986 139.198C63.5636 139.408 63.7211 139.618 63.9485 139.601H67.9369C68.1118 139.601 68.2518 139.478 68.2868 139.303L74.7942 103.546C74.8292 103.336 74.6717 103.144 74.4443 103.144H70.4034C70.2285 103.144 70.0886 103.267 70.0536 103.441Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M64.6308 113.361L68.2868 139.199C68.3218 139.409 68.1644 139.601 67.937 139.601H63.8961C63.7211 139.601 63.5812 139.479 63.5462 139.321L59.8901 113.326C60.0126 113.046 60.1525 113.046 60.3799 113.046H64.2634C64.4383 113.046 64.5958 113.186 64.6308 113.361Z%27 fill=%27white%27/%3E%3Cpath d=%27M59.8907 113.343L53.4883 149.135C53.4533 149.345 53.6107 149.537 53.8381 149.537H57.7391C57.9665 149.537 58.0889 149.397 58.1239 149.24L64.6314 113.483C64.6663 113.273 64.4914 113.081 64.2815 113.081H60.2406C60.0657 113.081 59.9257 113.186 59.8907 113.36%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M54.3272 123.261L58.1057 149.117C58.1407 149.327 57.9832 149.537 57.7558 149.537H53.7149C53.54 149.537 53.4 149.414 53.365 149.257L49.709 123.244C49.8314 122.964 49.9714 122.964 50.1988 122.964H53.9598C54.1347 122.964 54.2922 123.104 54.3272 123.279%27 fill=%27white%27/%3E%3Cpath d=%27M49.5868 123.139L43.1318 158.896C43.0968 159.106 43.2543 159.316 43.4817 159.298H47.4701C47.645 159.298 47.785 159.158 47.82 159.001L54.3274 123.244C54.3624 123.034 54.205 122.842 53.9775 122.842H49.9366C49.7617 122.842 49.6218 122.964 49.5868 123.139Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M44.164 133.076L47.82 158.914C47.855 159.124 47.6976 159.316 47.4702 159.316H43.4293C43.2543 159.316 43.1144 159.194 43.0794 159.036L39.4233 133.041C39.5458 132.761 39.6857 132.761 39.9131 132.761H43.7966C43.9715 132.761 44.129 132.901 44.164 133.076Z%27 fill=%27white%27/%3E%3Cpath d=%27M39.4239 133.04L33.0215 168.832C32.9865 169.042 33.1439 169.235 33.3713 169.235H37.2723C37.4997 169.235 37.6222 169.095 37.6571 168.937L44.1646 133.18C44.1996 132.971 44.0421 132.778 43.8147 132.778H39.7738C39.5989 132.778 39.4589 132.883 39.4239 133.058%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M33.8608 142.977L37.6393 168.815C37.6743 169.025 37.5169 169.235 37.2895 169.235H33.2486C33.0737 169.235 32.9337 169.112 32.8987 168.955L29.2427 142.942C29.3651 142.662 29.5051 142.662 29.7325 142.662H33.4935C33.6684 142.662 33.8259 142.802 33.8608 142.977Z%27 fill=%27white%27/%3E%3Cpath d=%27M29.12 142.96L22.665 178.716C22.63 178.926 22.7875 179.136 23.0149 179.119H27.0033C27.1782 179.119 27.3182 178.996 27.3532 178.821L33.8606 143.064C33.8956 142.855 33.7381 142.662 33.5107 142.662H29.4698C29.2949 142.662 29.155 142.785 29.12 142.96Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M23.6796 152.878L27.3356 178.716C27.3706 178.926 27.2132 179.119 26.9858 179.119H22.9449C22.7699 179.119 22.63 178.996 22.595 178.839L18.939 152.843C19.0614 152.563 19.2014 152.563 19.4288 152.563H23.3122C23.4872 152.563 23.6446 152.703 23.6796 152.878Z%27 fill=%27white%27/%3E%3Cpath d=%27M18.9391 152.843L12.5366 188.635C12.5016 188.845 12.6591 189.037 12.8865 189.037H16.7874C17.0148 189.037 17.1373 188.897 17.1723 188.74L23.6797 152.983C23.7147 152.773 23.5572 152.581 23.3298 152.581H19.2889C19.114 152.581 18.9741 152.686 18.9391 152.86%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M13.3941 162.78L17.1726 188.618C17.2076 188.828 17.0501 189.038 16.8227 189.038H12.7818C12.6069 189.038 12.4669 188.915 12.4319 188.758L8.77588 162.745C8.89833 162.465 9.03827 162.465 9.26568 162.465H13.0267C13.2016 162.465 13.3591 162.605 13.3941 162.78Z%27 fill=%27white%27/%3E%3Cpath d=%27M8.65318 162.657L2.19823 198.414C2.16324 198.624 2.32069 198.834 2.5481 198.816H6.53652C6.71145 198.816 6.85139 198.694 6.88637 198.519L13.3938 162.762C13.4288 162.552 13.2714 162.359 13.0439 162.359H9.00305C8.82812 162.359 8.68817 162.482 8.65318 162.657Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M3.21328 172.576L6.86934 198.414C6.90433 198.624 6.74688 198.816 6.51947 198.816H2.47857C2.30364 198.816 2.1637 198.694 2.12872 198.536L-1.52734 172.541C-1.40489 172.261 -1.26495 172.261 -1.03754 172.261H2.84593C3.02086 172.261 3.17829 172.401 3.21328 172.576Z%27 fill=%27white%27/%3E%3Cpath d=%27M237.446 -25.7324L230.991 10.0245C230.956 10.2344 231.113 10.4444 231.341 10.4269H235.329C235.504 10.4269 235.644 10.3044 235.679 10.1295L242.186 -25.6274C242.221 -25.8373 242.064 -26.0298 241.836 -26.0298H237.796C237.621 -26.0298 237.481 -25.9074 237.446 -25.7324Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M232.022 -15.8135L235.678 10.0245C235.713 10.2344 235.555 10.4269 235.328 10.4269H231.287C231.112 10.4269 230.972 10.3044 230.937 10.147L227.281 -15.8485C227.404 -16.1284 227.544 -16.1284 227.771 -16.1284H231.655C231.829 -16.1284 231.987 -15.9885 232.022 -15.8135Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.282 -15.8494L220.879 19.9425C220.844 20.1524 221.002 20.3449 221.229 20.3449H225.13C225.358 20.3449 225.48 20.2049 225.515 20.0475L232.022 -15.7094C232.057 -15.9194 231.883 -16.1118 231.673 -16.1118H227.632C227.457 -16.1118 227.317 -16.0068 227.282 -15.8319%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M221.719 -5.91242L225.497 19.9256C225.532 20.1355 225.375 20.3455 225.147 20.3455H221.106C220.932 20.3455 220.792 20.223 220.757 20.0656L217.101 -5.94739C217.223 -6.22729 217.363 -6.22729 217.59 -6.22729H221.351C221.526 -6.22729 221.684 -6.08736 221.719 -5.91242Z%27 fill=%27white%27/%3E%3Cpath d=%27M216.978 -6.03491L210.523 29.722C210.488 29.9319 210.646 30.1419 210.873 30.1244H214.862C215.037 30.1244 215.177 30.0019 215.212 29.827L221.719 -5.92996C221.754 -6.13988 221.597 -6.33228 221.369 -6.33228H217.328C217.153 -6.33228 217.013 -6.20985 216.978 -6.03491Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M211.555 3.88451L215.211 29.7225C215.246 29.9325 215.089 30.1249 214.861 30.1249H210.82C210.645 30.1249 210.505 30.0024 210.471 29.845L206.814 3.84948C206.937 3.56959 207.077 3.56958 207.304 3.56958H211.188C211.363 3.56958 211.52 3.70957 211.555 3.88451Z%27 fill=%27white%27/%3E%3Cpath d=%27M206.815 3.86664L200.412 39.6585C200.377 39.8685 200.535 40.0609 200.762 40.0609H204.663C204.89 40.0609 205.013 39.9209 205.048 39.7635L211.555 4.00657C211.59 3.79664 211.415 3.60425 211.205 3.60425H207.164C206.989 3.60425 206.85 3.70922 206.815 3.88415%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M201.252 13.7864L205.031 39.6244C205.066 39.8343 204.908 40.0442 204.681 40.0442H200.64C200.465 40.0442 200.325 39.9218 200.29 39.7643L196.634 13.7513C196.757 13.4714 196.897 13.4714 197.124 13.4714H200.885C201.06 13.4714 201.217 13.6114 201.252 13.7864Z%27 fill=%27white%27/%3E%3Cpath d=%27M196.511 13.7689L190.056 49.5258C190.021 49.7357 190.178 49.9456 190.406 49.9281H194.394C194.569 49.9281 194.709 49.8057 194.744 49.6307L201.251 13.8738C201.286 13.6639 201.129 13.4714 200.901 13.4714H196.86C196.686 13.4714 196.546 13.5939 196.511 13.7689Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M191.072 23.7055L194.728 49.5435C194.763 49.7534 194.605 49.9459 194.378 49.9459H190.337C190.162 49.9459 190.022 49.8234 189.987 49.666L186.331 23.6705C186.454 23.3906 186.593 23.3906 186.821 23.3906H190.704C190.879 23.3906 191.037 23.5306 191.072 23.7055Z%27 fill=%27white%27/%3E%3Cpath d=%27M186.331 23.6704L179.928 59.4622C179.893 59.6722 180.051 59.8646 180.278 59.8646H184.179C184.406 59.8646 184.529 59.7246 184.564 59.5672L191.071 23.8103C191.106 23.6004 190.931 23.408 190.721 23.408H186.681C186.506 23.408 186.366 23.5129 186.331 23.6878%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M180.786 33.5888L184.564 59.4269C184.599 59.6368 184.442 59.8467 184.214 59.8467H180.173C179.998 59.8467 179.859 59.7242 179.824 59.5668L176.167 33.5538C176.29 33.2739 176.43 33.2739 176.657 33.2739H180.418C180.593 33.2739 180.751 33.4139 180.786 33.5888Z%27 fill=%27white%27/%3E%3Cpath d=%27M176.045 33.4846L169.59 69.2415C169.555 69.4515 169.712 69.6614 169.94 69.6439H173.928C174.103 69.6439 174.243 69.5214 174.278 69.3465L180.785 33.5896C180.82 33.3797 180.663 33.1873 180.436 33.1873H176.395C176.22 33.1873 176.08 33.3097 176.045 33.4846Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M170.604 43.4035L174.26 69.2415C174.295 69.4514 174.138 69.6439 173.911 69.6439H169.87C169.695 69.6439 169.555 69.5214 169.52 69.364L165.864 43.3685C165.986 43.0886 166.126 43.0886 166.354 43.0886H170.237C170.412 43.0886 170.569 43.2286 170.604 43.4035Z%27 fill=%27white%27/%3E%3Cpath d=%27M165.881 43.3684L159.479 79.1603C159.444 79.3702 159.601 79.5626 159.829 79.5626H163.73C163.957 79.5626 164.08 79.4227 164.115 79.2652L170.622 43.5083C170.657 43.2984 170.5 43.106 170.272 43.106H166.231C166.056 43.106 165.916 43.2109 165.881 43.3859%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M160.318 53.3049L164.097 79.1429C164.132 79.3529 163.974 79.5628 163.747 79.5628H159.706C159.531 79.5628 159.391 79.4403 159.356 79.2829L155.7 53.2699C155.823 52.99 155.963 52.99 156.19 52.99H159.951C160.126 52.99 160.283 53.13 160.318 53.3049Z%27 fill=%27white%27/%3E%3Cpath d=%27M155.577 53.27L149.123 89.0269C149.088 89.2369 149.245 89.4468 149.472 89.4293H153.461C153.636 89.4293 153.776 89.3068 153.811 89.1319L160.318 53.375C160.353 53.1651 160.196 52.9727 159.968 52.9727H155.927C155.752 52.9727 155.612 53.0951 155.577 53.27Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M150.137 63.2056L153.793 89.0436C153.828 89.2535 153.671 89.446 153.443 89.446H149.402C149.227 89.446 149.088 89.3235 149.053 89.166L145.396 63.1705C145.519 62.8906 145.659 62.8906 145.886 62.8906H149.77C149.945 62.8906 150.102 63.0306 150.137 63.2056Z%27 fill=%27white%27/%3E%3Cpath d=%27M145.414 63.1708L139.012 98.9627C138.977 99.1726 139.134 99.3651 139.362 99.3651H143.263C143.49 99.3651 143.612 99.2252 143.647 99.0677L150.155 63.3108C150.19 63.1009 150.032 62.9084 149.805 62.9084H145.764C145.589 62.9084 145.449 63.0134 145.414 63.1884%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M139.851 73.0905L143.63 98.9285C143.665 99.1385 143.507 99.3484 143.28 99.3484H139.239C139.064 99.3484 138.924 99.226 138.889 99.0685L135.233 73.0555C135.355 72.7756 135.495 72.7756 135.723 72.7756H139.484C139.659 72.7756 139.816 72.9156 139.851 73.0905Z%27 fill=%27white%27/%3E%3Cpath d=%27M135.11 72.9854L128.655 108.742C128.62 108.952 128.778 109.162 129.005 109.145H132.994C133.168 109.145 133.308 109.022 133.343 108.847L139.851 73.0904C139.886 72.8804 139.728 72.688 139.501 72.688H135.46C135.285 72.688 135.145 72.8105 135.11 72.9854Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M129.67 82.9035L133.326 108.742C133.361 108.951 133.204 109.144 132.977 109.144H128.936C128.761 109.144 128.621 109.021 128.586 108.864L124.93 82.8685C125.052 82.5886 125.192 82.5886 125.419 82.5886H129.303C129.478 82.5886 129.635 82.7286 129.67 82.9035Z%27 fill=%27white%27/%3E%3Cpath d=%27M124.947 82.8688L118.544 118.661C118.509 118.871 118.667 119.063 118.894 119.063H122.795C123.023 119.063 123.145 118.923 123.18 118.766L129.688 83.0088C129.722 82.7988 129.565 82.6064 129.338 82.6064H125.297C125.122 82.6064 124.982 82.7114 124.947 82.8863%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M119.385 92.8054L123.163 118.643C123.198 118.853 123.041 119.063 122.813 119.063H118.773C118.598 119.063 118.458 118.941 118.423 118.783L114.767 92.7704C114.889 92.4905 115.029 92.4905 115.256 92.4905H119.017C119.192 92.4905 119.35 92.6304 119.385 92.8054Z%27 fill=%27white%27/%3E%3Cpath d=%27M114.643 92.7878L108.188 128.545C108.153 128.755 108.311 128.965 108.538 128.947H112.527C112.702 128.947 112.842 128.807 112.877 128.65L119.384 92.8929C119.419 92.6829 119.262 92.4905 119.034 92.4905H114.993C114.818 92.4905 114.678 92.6129 114.643 92.7878Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M109.204 102.707L112.86 128.562C112.895 128.772 112.738 128.965 112.51 128.965H108.469C108.294 128.965 108.154 128.842 108.119 128.685L104.463 102.689C104.586 102.409 104.726 102.409 104.953 102.409H108.837C109.012 102.409 109.169 102.549 109.204 102.724%27 fill=%27white%27/%3E%3Cpath d=%27M104.463 102.689L98.0605 138.481C98.0255 138.691 98.183 138.883 98.4104 138.883H102.311C102.539 138.883 102.661 138.743 102.696 138.586L109.204 102.829C109.239 102.619 109.081 102.427 108.854 102.427H104.813C104.638 102.427 104.498 102.531 104.463 102.706%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M98.8999 112.608L102.678 138.464C102.713 138.673 102.556 138.883 102.329 138.883H98.2877C98.1127 138.883 97.9728 138.761 97.9378 138.603L94.2817 112.59C94.4042 112.311 94.5441 112.311 94.7715 112.311H98.5326C98.7075 112.311 98.8649 112.451 98.8999 112.625%27 fill=%27white%27/%3E%3Cpath d=%27M94.1771 112.485L87.7222 148.242C87.6872 148.452 87.8446 148.662 88.072 148.645H92.0605C92.2354 148.645 92.3753 148.505 92.4103 148.347L98.9177 112.59C98.9527 112.38 98.7953 112.188 98.5679 112.188H94.527C94.352 112.188 94.2121 112.31 94.1771 112.485Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M88.7362 122.422L92.3923 148.26C92.4273 148.47 92.2698 148.662 92.0424 148.662H88.0015C87.8266 148.662 87.6866 148.54 87.6517 148.383L83.9956 122.387C84.1181 122.107 84.258 122.107 84.4854 122.107H88.3689C88.5438 122.107 88.7012 122.247 88.7362 122.422Z%27 fill=%27white%27/%3E%3Cpath d=%27M83.9957 122.387L77.5932 158.179C77.5583 158.389 77.7157 158.581 77.9431 158.581H81.8441C82.0715 158.581 82.1939 158.441 82.2289 158.284L88.7363 122.527C88.7713 122.317 88.6139 122.125 88.3865 122.125H84.3456C84.1706 122.125 84.0307 122.229 83.9957 122.404%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M78.4331 132.306L82.2116 158.161C82.2466 158.371 82.0892 158.581 81.8618 158.581H77.8209C77.6459 158.581 77.506 158.459 77.471 158.301L73.8149 132.288C73.9374 132.008 74.0773 132.008 74.3047 132.008H78.0658C78.2407 132.008 78.3981 132.148 78.4331 132.323%27 fill=%27white%27/%3E%3Cpath d=%27M73.7098 132.288L67.2549 168.045C67.2199 168.255 67.3773 168.465 67.6047 168.447H71.5931C71.7681 168.447 71.908 168.325 71.943 168.15L78.4504 132.393C78.4854 132.183 78.328 131.99 78.1006 131.99H74.0597C73.8847 131.99 73.7448 132.113 73.7098 132.288Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M68.2694 142.207L71.9255 168.045C71.9605 168.255 71.803 168.448 71.5756 168.448H67.5347C67.3598 168.448 67.2198 168.325 67.1849 168.168L63.5288 142.172C63.6513 141.892 63.7912 141.892 64.0186 141.892H67.9021C68.077 141.892 68.2344 142.032 68.2694 142.207Z%27 fill=%27white%27/%3E%3Cpath d=%27M63.5465 142.189L57.144 177.981C57.109 178.191 57.2665 178.384 57.4939 178.384H61.3948C61.6223 178.384 61.7447 178.244 61.7797 178.086L68.2871 142.329C68.3221 142.119 68.1647 141.927 67.9373 141.927H63.8964C63.7214 141.927 63.5815 142.032 63.5465 142.207%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M57.9839 152.109L61.7624 177.947C61.7974 178.157 61.64 178.367 61.4126 178.367H57.3716C57.1967 178.367 57.0568 178.245 57.0218 178.087L53.3657 152.074C53.4882 151.794 53.6281 151.794 53.8555 151.794H57.6165C57.7915 151.794 57.9489 151.934 57.9839 152.109Z%27 fill=%27white%27/%3E%3Cpath d=%27M53.2435 151.986L46.7886 187.743C46.7536 187.953 46.911 188.163 47.1384 188.146H51.1268C51.3018 188.146 51.4417 188.023 51.4767 187.848L57.9841 152.091C58.0191 151.881 57.8617 151.672 57.6343 151.689H53.5934C53.4184 151.689 53.2785 151.811 53.2435 151.986Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M47.8026 161.922L51.4587 187.76C51.4937 187.97 51.3363 188.162 51.1088 188.162H47.0679C46.893 188.162 46.7531 188.04 46.7181 187.883L43.062 161.887C43.1845 161.607 43.3244 161.607 43.5518 161.607H47.4353C47.6102 161.607 47.7677 161.747 47.8026 161.922Z%27 fill=%27white%27/%3E%3Cpath d=%27M43.0792 161.887L36.6767 197.679C36.6418 197.889 36.7992 198.082 37.0266 198.082H40.9276C41.155 198.082 41.2774 197.942 41.3124 197.784L47.8198 162.027C47.8548 161.817 47.6974 161.625 47.47 161.625H43.4291C43.2541 161.625 43.1142 161.73 43.0792 161.905%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M37.5171 171.807L41.2956 197.645C41.3306 197.855 41.1732 198.064 40.9457 198.064H36.9048C36.7299 198.064 36.59 197.942 36.555 197.785L32.8989 171.772C33.0214 171.492 33.1613 171.492 33.3887 171.492H37.1497C37.3247 171.492 37.4821 171.632 37.5171 171.807Z%27 fill=%27white%27/%3E%3Cpath d=%27M32.7581 171.789L26.3032 207.546C26.2682 207.756 26.4257 207.966 26.6531 207.948H30.6415C30.8164 207.948 30.9564 207.826 30.9914 207.651L37.4988 171.894C37.5338 171.684 37.3763 171.492 37.1489 171.492H33.108C32.9331 171.492 32.7931 171.614 32.7581 171.789Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M27.3358 181.726L30.9919 207.564C31.0269 207.774 30.8694 207.966 30.642 207.966H26.6011C26.4262 207.966 26.2862 207.844 26.2513 207.686L22.5952 181.691C22.7177 181.411 22.8576 181.411 23.085 181.411H26.9685C27.1434 181.411 27.3009 181.551 27.3358 181.726Z%27 fill=%27white%27/%3E%3Cpath d=%27M22.5953 181.691L16.1929 217.482C16.1579 217.692 16.3153 217.885 16.5427 217.885H20.4437C20.6711 217.885 20.7935 217.745 20.8285 217.57L27.336 181.813C27.3709 181.603 27.2135 181.411 26.9861 181.411H22.9452C22.7703 181.411 22.6303 181.516 22.5953 181.691Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M17.0327 191.609L20.8112 217.447C20.8462 217.657 20.6888 217.867 20.4614 217.867H16.4205C16.2455 217.867 16.1056 217.745 16.0706 217.587L12.4146 191.574C12.537 191.294 12.6769 191.294 12.9044 191.294H16.6654C16.8403 191.294 16.9977 191.434 17.0327 191.609Z%27 fill=%27white%27/%3E%3Cpath d=%27M12.3089 191.504L5.85399 227.261C5.819 227.471 5.97643 227.681 6.20384 227.663H10.1923C10.3672 227.663 10.5071 227.541 10.5421 227.366L17.0496 191.609C17.0846 191.399 16.9271 191.207 16.6997 191.207H12.6588C12.4839 191.207 12.3439 191.329 12.3089 191.504Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M6.86855 201.423L10.5246 227.261C10.5596 227.471 10.4022 227.664 10.1747 227.664H6.13383C5.9589 227.664 5.81896 227.541 5.78398 227.384L2.12793 201.388C2.25038 201.108 2.39032 201.108 2.61773 201.108H6.5012C6.67613 201.108 6.83357 201.248 6.86855 201.423Z%27 fill=%27white%27/%3E%3Cpath d=%27M2.12805 201.388L-4.27443 237.18C-4.30942 237.39 -4.15198 237.583 -3.92457 237.583H-0.0236096C0.203801 237.583 0.326254 237.443 0.36124 237.268L6.86867 201.511C6.90366 201.301 6.74621 201.108 6.5188 201.108H2.4779C2.30297 201.108 2.16303 201.213 2.12805 201.388Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M271.976 -26.3795L265.574 9.41249C265.539 9.62241 265.696 9.81481 265.924 9.81481H269.825C270.052 9.81481 270.174 9.67489 270.209 9.51744L276.717 -26.2395C276.752 -26.4494 276.577 -26.6418 276.367 -26.6418H272.326C272.151 -26.6418 272.011 -26.5369 271.976 -26.3619%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M266.431 -16.461L270.21 9.37702C270.245 9.58694 270.087 9.79691 269.86 9.79691H265.819C265.644 9.79691 265.504 9.67444 265.469 9.517L261.813 -16.496C261.935 -16.7759 262.075 -16.7759 262.303 -16.7759H266.064C266.239 -16.7759 266.396 -16.6359 266.431 -16.461Z%27 fill=%27white%27/%3E%3Cpath d=%27M261.691 -16.5835L255.236 19.1734C255.201 19.3833 255.358 19.5933 255.586 19.5758H259.574C259.749 19.5758 259.889 19.4533 259.924 19.2784L266.431 -16.4785C266.466 -16.6885 266.309 -16.8809 266.082 -16.8809H262.041C261.866 -16.8809 261.726 -16.7584 261.691 -16.5835Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M256.25 -6.6468L259.906 19.1913C259.941 19.4012 259.784 19.5936 259.556 19.5936H255.515C255.34 19.5936 255.2 19.4711 255.165 19.3137L251.509 -6.68177C251.632 -6.96166 251.772 -6.96167 251.999 -6.96167H255.883C256.057 -6.96167 256.215 -6.82173 256.25 -6.6468Z%27 fill=%27white%27/%3E%3Cpath d=%27M251.526 -6.68194L245.124 29.1099C245.089 29.3199 245.246 29.5123 245.474 29.5123H249.375C249.602 29.5123 249.725 29.3723 249.76 29.2149L256.267 -6.54202C256.302 -6.75194 256.127 -6.94434 255.917 -6.94434H251.876C251.701 -6.94434 251.561 -6.83937 251.526 -6.66443%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M245.964 3.2368L249.742 29.0748C249.777 29.2848 249.62 29.4947 249.393 29.4947H245.352C245.177 29.4947 245.037 29.3722 245.002 29.2148L241.346 3.20178C241.468 2.92188 241.608 2.92188 241.836 2.92188H245.597C245.771 2.92188 245.929 3.06186 245.964 3.2368Z%27 fill=%27white%27/%3E%3Cpath d=%27M241.223 3.21929L234.769 38.9762C234.734 39.1861 234.891 39.396 235.118 39.3785H239.107C239.282 39.3785 239.422 39.2561 239.457 39.0812L245.964 3.32425C245.999 3.11432 245.842 2.92188 245.614 2.92188H241.573C241.398 2.92188 241.258 3.04435 241.223 3.21929Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M235.783 13.1396L239.439 38.9777C239.474 39.1876 239.317 39.38 239.089 39.38H235.048C234.873 39.38 234.734 39.2576 234.699 39.1001L231.042 13.1046C231.165 12.8247 231.305 12.8247 231.532 12.8247H235.416C235.591 12.8247 235.748 12.9646 235.783 13.1396Z%27 fill=%27white%27/%3E%3Cpath d=%27M231.061 13.1218L224.658 48.9137C224.623 49.1236 224.781 49.316 225.008 49.316H228.909C229.136 49.316 229.259 49.1761 229.294 49.0186L235.801 13.2617C235.836 13.0518 235.679 12.8594 235.451 12.8594H231.411C231.236 12.8594 231.096 12.9643 231.061 13.1392%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M225.497 23.0405L229.276 48.8785C229.311 49.0885 229.153 49.2984 228.926 49.2984H224.885C224.71 49.2984 224.57 49.1759 224.535 49.0185L220.879 23.0055C221.001 22.7256 221.141 22.7256 221.369 22.7256H225.13C225.305 22.7256 225.462 22.8655 225.497 23.0405Z%27 fill=%27white%27/%3E%3Cpath d=%27M220.757 22.918L214.302 58.6749C214.267 58.8848 214.424 59.0948 214.652 59.0773H218.64C218.815 59.0773 218.955 58.9548 218.99 58.7799L225.497 23.023C225.532 22.8131 225.375 22.6206 225.147 22.6206H221.107C220.932 22.6206 220.792 22.7431 220.757 22.918Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M215.316 32.8544L218.972 58.6925C219.007 58.9024 218.85 59.0948 218.622 59.0948H214.582C214.407 59.0948 214.267 58.9724 214.232 58.8149L210.576 32.8194C210.698 32.5395 210.838 32.5396 211.065 32.5396H214.949C215.124 32.5396 215.281 32.6795 215.316 32.8544Z%27 fill=%27white%27/%3E%3Cpath d=%27M210.593 32.8198L204.191 68.6117C204.156 68.8216 204.313 69.014 204.541 69.014H208.442C208.669 69.014 208.792 68.8741 208.827 68.7167L215.334 32.9597C215.369 32.7498 215.212 32.5574 214.984 32.5574H210.943C210.768 32.5574 210.628 32.6623 210.593 32.8373%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M205.031 42.7385L208.81 68.5765C208.845 68.7864 208.687 68.9964 208.46 68.9964H204.419C204.244 68.9964 204.104 68.8739 204.069 68.7165L200.413 42.7035C200.536 42.4236 200.675 42.4236 200.903 42.4236H204.664C204.839 42.4236 204.996 42.5635 205.031 42.7385Z%27 fill=%27white%27/%3E%3Cpath d=%27M200.29 42.7388L193.835 78.4957C193.8 78.7057 193.958 78.9156 194.185 78.8981H198.174C198.349 78.8981 198.489 78.7756 198.524 78.6007L205.031 42.8438C205.066 42.6339 204.909 42.4414 204.681 42.4414H200.64C200.465 42.4414 200.325 42.5639 200.29 42.7388Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M194.85 52.6572L198.506 78.4952C198.541 78.7052 198.384 78.8976 198.156 78.8976H194.115C193.94 78.8976 193.8 78.7752 193.765 78.6177L190.109 52.6222C190.232 52.3423 190.372 52.3423 190.599 52.3423H194.483C194.658 52.3423 194.815 52.4823 194.85 52.6572Z%27 fill=%27white%27/%3E%3Cpath d=%27M190.109 52.6225L183.707 88.4144C183.672 88.6243 183.829 88.8168 184.056 88.8168H187.957C188.185 88.8168 188.307 88.6768 188.342 88.5194L194.85 52.7625C194.885 52.5526 194.71 52.3601 194.5 52.3601H190.459C190.284 52.3601 190.144 52.4651 190.109 52.64%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M184.546 62.5588L188.324 88.3969C188.359 88.6068 188.202 88.8167 187.975 88.8167H183.934C183.759 88.8167 183.619 88.6942 183.584 88.5368L179.928 62.5238C180.05 62.2439 180.19 62.2439 180.418 62.2439H184.179C184.353 62.2439 184.511 62.3838 184.546 62.5588Z%27 fill=%27white%27/%3E%3Cpath d=%27M179.823 62.4363L173.368 98.1933C173.333 98.4032 173.491 98.6131 173.718 98.5956H177.706C177.881 98.5956 178.021 98.4731 178.056 98.2982L184.564 62.5413C184.599 62.3314 184.441 62.1389 184.214 62.1389H180.173C179.998 62.1389 179.858 62.2614 179.823 62.4363Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M174.383 72.3555L178.039 98.211C178.074 98.4209 177.916 98.6134 177.689 98.6134H173.648C173.473 98.6134 173.333 98.4909 173.298 98.3335L169.642 72.338C169.765 72.0581 169.904 72.0581 170.132 72.0581H174.015C174.19 72.0581 174.348 72.198 174.383 72.373%27 fill=%27white%27/%3E%3Cpath d=%27M169.642 72.3379L163.239 108.13C163.204 108.34 163.362 108.532 163.589 108.532H167.49C167.717 108.532 167.84 108.392 167.875 108.235L174.382 72.4778C174.417 72.2679 174.242 72.0754 174.032 72.0754H169.992C169.817 72.0754 169.677 72.1804 169.642 72.3553%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M164.079 82.2561L167.858 108.112C167.893 108.322 167.735 108.531 167.508 108.531H163.467C163.292 108.531 163.152 108.409 163.117 108.252L159.461 82.2386C159.583 81.9587 159.723 81.9587 159.951 81.9587H163.712C163.887 81.9587 164.044 82.0987 164.079 82.2736%27 fill=%27white%27/%3E%3Cpath d=%27M159.356 82.2393L152.901 117.996C152.866 118.206 153.023 118.416 153.251 118.399H157.239C157.414 118.399 157.554 118.276 157.589 118.101L164.096 82.3442C164.131 82.1343 163.974 81.9419 163.747 81.9419H159.706C159.531 81.9419 159.391 82.0643 159.356 82.2393Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M153.915 92.1581L157.571 117.996C157.606 118.206 157.449 118.399 157.222 118.399H153.181C153.006 118.399 152.866 118.276 152.831 118.119L149.175 92.1232C149.297 91.8433 149.437 91.8433 149.665 91.8433H153.548C153.723 91.8433 153.88 91.9832 153.915 92.1581Z%27 fill=%27white%27/%3E%3Cpath d=%27M149.193 92.1235L142.791 127.915C142.756 128.125 142.913 128.318 143.14 128.318H147.041C147.269 128.318 147.391 128.178 147.426 128.02L153.934 92.2635C153.969 92.0535 153.811 91.8611 153.584 91.8611H149.543C149.368 91.8611 149.228 91.9661 149.193 92.141%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M143.63 102.06L147.408 127.898C147.443 128.107 147.286 128.317 147.059 128.317H143.018C142.843 128.317 142.703 128.195 142.668 128.038L139.012 102.024C139.134 101.745 139.274 101.745 139.502 101.745H143.263C143.437 101.745 143.595 101.885 143.63 102.06Z%27 fill=%27white%27/%3E%3Cpath d=%27M138.89 101.937L132.435 137.694C132.4 137.904 132.557 138.114 132.784 138.096H136.773C136.948 138.096 137.088 137.974 137.123 137.799L143.63 102.042C143.665 101.832 143.508 101.622 143.28 101.639H139.239C139.064 101.639 138.924 101.762 138.89 101.937Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M133.449 111.856L137.105 137.694C137.14 137.904 136.982 138.096 136.755 138.096H132.714C132.539 138.096 132.399 137.974 132.364 137.816L128.708 111.821C128.83 111.541 128.97 111.541 129.198 111.541H133.081C133.256 111.541 133.414 111.681 133.449 111.856Z%27 fill=%27white%27/%3E%3Cpath d=%27M128.726 111.838L122.323 147.63C122.288 147.84 122.446 148.033 122.673 148.033H126.574C126.801 148.033 126.924 147.893 126.959 147.735L133.466 111.978C133.501 111.768 133.344 111.576 133.116 111.576H129.076C128.901 111.576 128.761 111.681 128.726 111.856%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M123.163 121.757L126.942 147.595C126.977 147.805 126.819 148.015 126.592 148.015H122.551C122.376 148.015 122.236 147.892 122.201 147.735L118.545 121.722C118.667 121.442 118.807 121.442 119.035 121.442H122.796C122.971 121.442 123.128 121.582 123.163 121.757Z%27 fill=%27white%27/%3E%3Cpath d=%27M118.405 121.739L111.95 157.496C111.915 157.706 112.073 157.916 112.3 157.899H116.288C116.463 157.899 116.603 157.759 116.638 157.601L123.146 121.844C123.181 121.634 123.023 121.442 122.796 121.442H118.755C118.58 121.442 118.44 121.564 118.405 121.739Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M112.982 131.659L116.638 157.497C116.673 157.707 116.516 157.899 116.289 157.899H112.248C112.073 157.899 111.933 157.777 111.898 157.619L108.242 131.624C108.364 131.344 108.504 131.344 108.732 131.344H112.615C112.79 131.344 112.947 131.484 112.982 131.659Z%27 fill=%27white%27/%3E%3Cpath d=%27M108.241 131.641L101.839 167.433C101.804 167.643 101.961 167.835 102.189 167.835H106.09C106.317 167.835 106.44 167.695 106.475 167.538L112.982 131.781C113.017 131.571 112.859 131.378 112.632 131.378H108.591C108.416 131.378 108.276 131.483 108.241 131.658%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M102.678 141.56L106.457 167.415C106.492 167.625 106.334 167.835 106.107 167.835H102.066C101.891 167.835 101.751 167.713 101.716 167.555L98.0601 141.542C98.1825 141.262 98.3225 141.262 98.5499 141.262H102.311C102.486 141.262 102.643 141.402 102.678 141.577%27 fill=%27white%27/%3E%3Cpath d=%27M97.9554 141.455L91.5005 177.212C91.4655 177.422 91.6229 177.632 91.8503 177.614H95.8388C96.0137 177.614 96.1536 177.492 96.1886 177.317L102.696 141.56C102.731 141.35 102.574 141.157 102.346 141.157H98.3053C98.1304 141.157 97.9904 141.28 97.9554 141.455Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M92.5151 151.373L96.1711 177.211C96.2061 177.421 96.0487 177.614 95.8212 177.614H91.7803C91.6054 177.614 91.4655 177.491 91.4305 177.334L87.7744 151.338C87.8969 151.059 88.0368 151.059 88.2642 151.059H92.1477C92.3226 151.059 92.4801 151.199 92.5151 151.373Z%27 fill=%27white%27/%3E%3Cpath d=%27M87.7745 151.339L81.3721 187.131C81.3371 187.34 81.4945 187.533 81.7219 187.533H85.6229C85.8503 187.533 85.9727 187.393 86.0077 187.235L92.5151 151.479C92.5501 151.269 92.3927 151.076 92.1653 151.076H88.1244C87.9495 151.076 87.8095 151.181 87.7745 151.356%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M82.2114 161.275L85.9899 187.113C86.0249 187.323 85.8675 187.533 85.6401 187.533H81.5992C81.4242 187.533 81.2843 187.411 81.2493 187.253L77.5933 161.24C77.7157 160.96 77.8557 160.96 78.0831 160.96H81.8441C82.019 160.96 82.1764 161.1 82.2114 161.275Z%27 fill=%27white%27/%3E%3Cpath d=%27M77.4881 161.241L71.0332 196.997C70.9982 197.207 71.1556 197.417 71.383 197.4H75.3715C75.5464 197.4 75.6863 197.277 75.7213 197.102L82.2288 161.345C82.2637 161.136 82.1063 160.926 81.8789 160.943H77.838C77.6631 160.943 77.5231 161.066 77.4881 161.241Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M72.0478 171.176L75.7038 197.014C75.7388 197.224 75.5814 197.417 75.354 197.417H71.3131C71.1381 197.417 70.9982 197.294 70.9632 197.137L67.3071 171.141C67.4296 170.861 67.5695 170.861 67.7969 170.861H71.6804C71.8553 170.861 72.0128 171.001 72.0478 171.176Z%27 fill=%27white%27/%3E%3Cpath d=%27M67.3077 171.141L60.9053 206.933C60.8703 207.143 61.0277 207.335 61.2551 207.335H65.1561C65.3835 207.335 65.5059 207.196 65.5409 207.021L72.0484 171.264C72.0833 171.054 71.9259 170.861 71.6985 170.861H67.6576C67.4826 170.861 67.3427 170.966 67.3077 171.141Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M61.7451 181.06L65.5236 206.898C65.5586 207.108 65.4012 207.318 65.1738 207.318H61.1329C60.9579 207.318 60.818 207.195 60.783 207.038L57.127 181.025C57.2494 180.745 57.3893 180.745 57.6168 180.745H61.3778C61.5527 180.745 61.7101 180.885 61.7451 181.06Z%27 fill=%27white%27/%3E%3Cpath d=%27M57.0218 180.955L50.5669 216.712C50.5319 216.922 50.6893 217.132 50.9167 217.115H54.9052C55.0801 217.115 55.22 216.992 55.255 216.817L61.7625 181.06C61.7974 180.85 61.64 180.658 61.4126 180.658H57.3717C57.1968 180.658 57.0568 180.78 57.0218 180.955Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M51.5814 190.875L55.2375 216.713C55.2725 216.923 55.115 217.115 54.8876 217.115H50.8467C50.6718 217.115 50.5319 216.993 50.4969 216.835L46.8408 190.84C46.9633 190.56 47.1032 190.56 47.3306 190.56H51.2141C51.389 190.56 51.5465 190.7 51.5814 190.875Z%27 fill=%27white%27/%3E%3Cpath d=%27M46.8404 190.84L40.438 226.632C40.403 226.842 40.5604 227.034 40.7878 227.034H44.6888C44.9162 227.034 45.0387 226.894 45.0736 226.719L51.5811 190.962C51.6161 190.752 51.4586 190.56 51.2312 190.56H47.1903C47.0154 190.56 46.8754 190.665 46.8404 190.84Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M41.2954 200.775L45.0739 226.613C45.1089 226.823 44.9515 227.033 44.7241 227.033H40.6832C40.5082 227.033 40.3683 226.911 40.3333 226.753L36.6772 200.74C36.7997 200.46 36.9396 200.46 37.1671 200.46H40.9281C41.103 200.46 41.2604 200.6 41.2954 200.775Z%27 fill=%27white%27/%3E%3Cpath d=%27M36.537 200.758L30.082 236.515C30.047 236.725 30.2045 236.935 30.4319 236.917H34.4203C34.5952 236.917 34.7352 236.795 34.7702 236.62L41.2776 200.863C41.3126 200.653 41.1551 200.46 40.9277 200.46H36.8868C36.7119 200.46 36.572 200.583 36.537 200.758Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M31.0966 210.677L34.7526 236.515C34.7876 236.725 34.6302 236.918 34.4028 236.918H30.3619C30.1869 236.918 30.047 236.795 30.012 236.638L26.356 210.642C26.4784 210.362 26.6184 210.362 26.8458 210.362H30.7292C30.9042 210.362 31.0616 210.502 31.0966 210.677Z%27 fill=%27white%27/%3E%3Cpath d=%27M26.3732 210.642L19.9707 246.434C19.9357 246.644 20.0931 246.836 20.3205 246.836H24.2215C24.4489 246.836 24.5714 246.696 24.6064 246.522L31.1138 210.765C31.1488 210.555 30.9913 210.362 30.7639 210.362H26.723C26.5481 210.362 26.4081 210.467 26.3732 210.642Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M20.8111 220.578L24.5896 246.416C24.6245 246.626 24.4671 246.836 24.2397 246.836H20.1988C20.0239 246.836 19.8839 246.714 19.8489 246.556L16.1929 220.543C16.3153 220.263 16.4553 220.263 16.6827 220.263H20.4437C20.6186 220.263 20.7761 220.403 20.8111 220.578Z%27 fill=%27white%27/%3E%3Cpath d=%27M16.0702 220.457L9.61522 256.213C9.58023 256.423 9.73767 256.633 9.96508 256.616H13.9535C14.1284 256.616 14.2684 256.493 14.3034 256.318L20.8108 220.561C20.8458 220.352 20.6883 220.159 20.4609 220.159H16.42C16.2451 220.159 16.1051 220.282 16.0702 220.457Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M10.6469 230.375L14.3029 256.213C14.3379 256.423 14.1805 256.615 13.9531 256.615H9.91217C9.73724 256.615 9.5973 256.493 9.56231 256.335L5.90625 230.34C6.0287 230.06 6.16864 230.06 6.39605 230.06H10.2795C10.4545 230.06 10.6119 230.2 10.6469 230.375Z%27 fill=%27white%27/%3E%3Cpath d=%27M5.90733 230.357L-0.495133 266.149C-0.530119 266.359 -0.372687 266.551 -0.145276 266.551H3.75569C3.9831 266.551 4.10554 266.411 4.14052 266.236L10.648 230.48C10.6829 230.27 10.5255 230.077 10.2981 230.077H6.2572C6.08227 230.077 5.94232 230.182 5.90733 230.357Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.385 -27.1494L299.93 8.60751C299.895 8.81743 300.053 9.02737 300.28 9.00988H304.268C304.443 9.00988 304.583 8.8874 304.618 8.71246L311.126 -27.0445C311.161 -27.2544 311.003 -27.4468 310.776 -27.4468H306.735C306.56 -27.4468 306.42 -27.3244 306.385 -27.1494Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M300.963 -17.2132L304.619 8.62488C304.654 8.8348 304.496 9.02725 304.269 9.02725H300.228C300.053 9.02725 299.913 8.90479 299.878 8.74735L296.222 -17.2482C296.345 -17.5281 296.485 -17.5281 296.712 -17.5281H300.595C300.77 -17.5281 300.928 -17.3881 300.963 -17.2132Z%27 fill=%27white%27/%3E%3Cpath d=%27M296.222 -17.2479L289.819 18.5441C289.784 18.754 289.942 18.9464 290.169 18.9464H294.07C294.298 18.9464 294.42 18.8065 294.455 18.649L300.962 -17.1079C300.997 -17.3178 300.822 -17.5103 300.613 -17.5103H296.572C296.397 -17.5103 296.257 -17.4053 296.222 -17.2303%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M290.659 -7.32917L294.438 18.5089C294.473 18.7188 294.315 18.9287 294.088 18.9287H290.047C289.872 18.9287 289.732 18.8063 289.697 18.6488L286.041 -7.36419C286.163 -7.64409 286.303 -7.64404 286.531 -7.64404H290.292C290.467 -7.64404 290.624 -7.50411 290.659 -7.32917Z%27 fill=%27white%27/%3E%3Cpath d=%27M285.919 -7.32929L279.464 28.4276C279.429 28.6376 279.586 28.8474 279.814 28.8299H283.802C283.977 28.8299 284.117 28.7075 284.152 28.5326L290.659 -7.22434C290.694 -7.43426 290.537 -7.62671 290.31 -7.62671H286.269C286.094 -7.62671 285.954 -7.50423 285.919 -7.32929Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M280.478 2.58977L284.134 28.4279C284.169 28.6378 284.012 28.8302 283.784 28.8302H279.743C279.568 28.8302 279.428 28.7077 279.393 28.5503L275.737 2.55481C275.86 2.27491 276 2.2749 276.227 2.2749H280.111C280.286 2.2749 280.443 2.41484 280.478 2.58977Z%27 fill=%27white%27/%3E%3Cpath d=%27M275.737 2.55487L269.335 38.3468C269.3 38.5567 269.457 38.7491 269.685 38.7491H273.586C273.813 38.7491 273.936 38.6092 273.971 38.4517L280.478 2.6948C280.513 2.48488 280.356 2.29248 280.128 2.29248H276.087C275.912 2.29248 275.772 2.39745 275.737 2.57238%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M270.192 12.4919L273.971 38.33C274.006 38.5399 273.848 38.7498 273.621 38.7498H269.58C269.405 38.7498 269.265 38.6273 269.23 38.4699L265.574 12.4569C265.697 12.177 265.837 12.177 266.064 12.177H269.825C270 12.177 270.157 12.3169 270.192 12.4919Z%27 fill=%27white%27/%3E%3Cpath d=%27M265.452 12.3694L258.997 48.1263C258.962 48.3362 259.119 48.5462 259.346 48.5287H263.335C263.51 48.5287 263.65 48.4062 263.685 48.2313L270.192 12.4744C270.227 12.2645 270.07 12.072 269.842 12.072H265.801C265.626 12.072 265.487 12.1944 265.452 12.3694Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M260.012 22.2885L263.668 48.1265C263.703 48.3365 263.545 48.5289 263.318 48.5289H259.277C259.102 48.5289 258.962 48.4064 258.927 48.249L255.271 22.2535C255.393 21.9736 255.533 21.9736 255.761 21.9736H259.644C259.819 21.9736 259.977 22.1136 260.012 22.2885Z%27 fill=%27white%27/%3E%3Cpath d=%27M255.288 22.2712L248.886 58.0631C248.851 58.273 249.008 58.4654 249.236 58.4654H253.137C253.364 58.4654 253.486 58.3255 253.521 58.1681L260.029 22.4112C260.064 22.2012 259.906 22.0088 259.679 22.0088H255.638C255.463 22.0088 255.323 22.1138 255.288 22.2887%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M249.725 32.1899L253.504 58.0279C253.539 58.2378 253.381 58.4478 253.154 58.4478H249.113C248.938 58.4478 248.798 58.3253 248.763 58.1679L245.107 32.1549C245.229 31.875 245.369 31.875 245.597 31.875H249.358C249.533 31.875 249.69 32.0149 249.725 32.1899Z%27 fill=%27white%27/%3E%3Cpath d=%27M244.984 32.1724L238.529 67.9293C238.494 68.1392 238.652 68.3491 238.879 68.3317H242.868C243.042 68.3317 243.182 68.2092 243.217 68.0342L249.725 32.2773C249.76 32.0674 249.602 31.875 249.375 31.875H245.334C245.159 31.875 245.019 31.9974 244.984 32.1724Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M239.544 42.0917L243.2 67.9298C243.235 68.1397 243.077 68.3321 242.85 68.3321H238.809C238.634 68.3321 238.494 68.2097 238.459 68.0522L234.803 42.0567C234.926 41.7768 235.066 41.7769 235.293 41.7769H239.176C239.351 41.7769 239.509 41.9168 239.544 42.0917Z%27 fill=%27white%27/%3E%3Cpath d=%27M234.821 42.0561L228.419 77.848C228.384 78.058 228.541 78.2504 228.769 78.2504H232.67C232.897 78.2504 233.02 78.1104 233.055 77.953L239.562 42.1961C239.597 41.9861 239.422 41.7937 239.212 41.7937H235.171C234.996 41.7937 234.856 41.8987 234.821 42.0736%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M229.258 51.9927L233.037 77.8307C233.072 78.0406 232.914 78.2505 232.687 78.2505H228.646C228.471 78.2505 228.331 78.1281 228.296 77.9706L224.64 51.9576C224.763 51.6777 224.903 51.6777 225.13 51.6777H228.891C229.066 51.6777 229.223 51.8177 229.258 51.9927Z%27 fill=%27white%27/%3E%3Cpath d=%27M224.518 51.8704L218.063 87.6273C218.028 87.8373 218.185 88.0471 218.413 88.0297H222.401C222.576 88.0297 222.716 87.9072 222.751 87.7323L229.259 51.9754C229.294 51.7654 229.136 51.573 228.909 51.573H224.868C224.693 51.573 224.553 51.6955 224.518 51.8704Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M219.078 61.7892L222.734 87.6273C222.769 87.8372 222.612 88.0296 222.384 88.0296H218.343C218.168 88.0296 218.028 87.9072 217.993 87.7498L214.337 61.7543C214.46 61.4744 214.6 61.4744 214.827 61.4744H218.711C218.886 61.4744 219.043 61.6143 219.078 61.7892Z%27 fill=%27white%27/%3E%3Cpath d=%27M214.355 61.7714L207.952 97.5633C207.917 97.7732 208.075 97.9657 208.302 97.9657H212.203C212.43 97.9657 212.553 97.8257 212.588 97.6683L219.095 61.9114C219.13 61.7014 218.955 61.509 218.745 61.509H214.704C214.53 61.509 214.39 61.6139 214.355 61.7889%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M208.792 71.6904L212.57 97.5284C212.605 97.7384 212.448 97.9483 212.22 97.9483H208.179C208.004 97.9483 207.864 97.8258 207.829 97.6684L204.173 71.6554C204.296 71.3755 204.436 71.3755 204.663 71.3755H208.424C208.599 71.3755 208.757 71.5154 208.792 71.6904Z%27 fill=%27white%27/%3E%3Cpath d=%27M204.051 71.6729L197.596 107.43C197.561 107.64 197.719 107.85 197.946 107.832H201.934C202.109 107.832 202.249 107.71 202.284 107.535L208.792 71.7779C208.827 71.5679 208.669 71.3755 208.442 71.3755H204.401C204.226 71.3755 204.086 71.498 204.051 71.6729Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M198.611 81.5917L202.267 107.43C202.302 107.64 202.144 107.832 201.917 107.832H197.876C197.701 107.832 197.561 107.71 197.526 107.552L193.87 81.5568C193.993 81.2769 194.133 81.2769 194.36 81.2769H198.243C198.418 81.2769 198.576 81.4168 198.611 81.5917Z%27 fill=%27white%27/%3E%3Cpath d=%27M193.87 81.5745L187.467 117.366C187.432 117.576 187.59 117.769 187.817 117.769H191.718C191.945 117.769 192.068 117.629 192.103 117.471L198.61 81.7144C198.645 81.5045 198.47 81.312 198.26 81.312H194.22C194.045 81.312 193.905 81.417 193.87 81.5919%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M188.307 91.4931L192.086 117.331C192.121 117.541 191.963 117.751 191.736 117.751H187.695C187.52 117.751 187.38 117.629 187.345 117.471L183.689 91.4581C183.811 91.1782 183.951 91.1782 184.179 91.1782H187.94C188.115 91.1782 188.272 91.3182 188.307 91.4931Z%27 fill=%27white%27/%3E%3Cpath d=%27M183.584 91.3882L177.129 127.145C177.094 127.355 177.251 127.565 177.479 127.548H181.467C181.642 127.548 181.782 127.425 181.817 127.25L188.324 91.4932C188.359 91.2833 188.202 91.0908 187.975 91.0908H183.934C183.759 91.0908 183.619 91.2133 183.584 91.3882Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M178.143 101.307L181.799 127.145C181.834 127.355 181.677 127.548 181.45 127.548H177.409C177.234 127.548 177.094 127.425 177.059 127.268L173.403 101.272C173.525 100.992 173.665 100.992 173.893 100.992H177.776C177.951 100.992 178.108 101.132 178.143 101.307Z%27 fill=%27white%27/%3E%3Cpath d=%27M173.403 101.272L167.001 137.064C166.966 137.274 167.123 137.467 167.351 137.467H171.252C171.479 137.467 171.602 137.327 171.637 137.169L178.144 101.412C178.179 101.202 178.004 101.01 177.794 101.01H173.753C173.578 101.01 173.438 101.115 173.403 101.29%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M167.84 111.208L171.618 137.047C171.653 137.256 171.496 137.466 171.269 137.466H167.228C167.053 137.466 166.913 137.344 166.878 137.186L163.222 111.173C163.344 110.894 163.484 110.894 163.711 110.894H167.473C167.647 110.894 167.805 111.033 167.84 111.208Z%27 fill=%27white%27/%3E%3Cpath d=%27M163.117 111.174L156.662 146.931C156.627 147.14 156.785 147.35 157.012 147.333H161C161.175 147.333 161.315 147.21 161.35 147.036L167.858 111.279C167.893 111.069 167.735 110.859 167.508 110.876H163.467C163.292 110.876 163.152 110.999 163.117 111.174Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M157.677 121.11L161.333 146.948C161.368 147.158 161.21 147.35 160.983 147.35H156.942C156.767 147.35 156.627 147.228 156.592 147.07L152.936 121.075C153.058 120.795 153.198 120.795 153.426 120.795H157.309C157.484 120.795 157.642 120.935 157.677 121.11Z%27 fill=%27white%27/%3E%3Cpath d=%27M152.953 121.075L146.551 156.867C146.516 157.077 146.673 157.269 146.901 157.269H150.802C151.029 157.269 151.151 157.129 151.186 156.972L157.694 121.215C157.729 121.005 157.571 120.813 157.344 120.813H153.303C153.128 120.813 152.988 120.918 152.953 121.093%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M147.391 130.994L151.17 156.832C151.205 157.042 151.047 157.251 150.82 157.251H146.779C146.604 157.251 146.464 157.129 146.429 156.972L142.773 130.959C142.895 130.679 143.035 130.679 143.263 130.679H147.024C147.199 130.679 147.356 130.819 147.391 130.994Z%27 fill=%27white%27/%3E%3Cpath d=%27M142.65 130.889L136.195 166.646C136.16 166.856 136.318 167.066 136.545 167.049H140.534C140.709 167.049 140.848 166.926 140.883 166.751L147.391 130.994C147.426 130.785 147.268 130.575 147.041 130.592H143C142.825 130.592 142.685 130.715 142.65 130.889Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M137.21 140.808L140.866 166.646C140.901 166.855 140.743 167.048 140.516 167.048H136.475C136.3 167.048 136.16 166.925 136.125 166.768L132.469 140.773C132.592 140.493 132.732 140.493 132.959 140.493H136.843C137.017 140.493 137.175 140.633 137.21 140.808Z%27 fill=%27white%27/%3E%3Cpath d=%27M132.487 140.773L126.084 176.565C126.049 176.775 126.207 176.967 126.434 176.967H130.335C130.563 176.967 130.685 176.827 130.72 176.67L137.228 140.913C137.263 140.703 137.105 140.51 136.878 140.51H132.837C132.662 140.51 132.522 140.615 132.487 140.79%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M126.924 150.709L130.702 176.547C130.737 176.757 130.58 176.967 130.352 176.967H126.312C126.137 176.967 125.997 176.845 125.962 176.687L122.306 150.674C122.428 150.395 122.568 150.395 122.795 150.395H126.556C126.731 150.395 126.889 150.534 126.924 150.709Z%27 fill=%27white%27/%3E%3Cpath d=%27M122.166 150.692L115.711 186.449C115.676 186.659 115.833 186.869 116.061 186.851H120.049C120.224 186.851 120.364 186.729 120.399 186.554L126.907 150.797C126.941 150.587 126.784 150.395 126.557 150.395H122.516C122.341 150.395 122.201 150.517 122.166 150.692Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M116.743 160.61L120.399 186.448C120.434 186.658 120.277 186.851 120.049 186.851H116.008C115.833 186.851 115.693 186.728 115.658 186.571L112.002 160.575C112.125 160.295 112.265 160.295 112.492 160.295H116.376C116.551 160.295 116.708 160.435 116.743 160.61Z%27 fill=%27white%27/%3E%3Cpath d=%27M112.002 160.576L105.6 196.368C105.565 196.578 105.722 196.77 105.949 196.77H109.85C110.078 196.77 110.2 196.63 110.235 196.473L116.743 160.716C116.778 160.506 116.62 160.314 116.393 160.314H112.352C112.177 160.314 112.037 160.419 112.002 160.594%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M106.439 170.512L110.218 196.35C110.253 196.56 110.096 196.77 109.868 196.77H105.827C105.652 196.77 105.512 196.647 105.477 196.49L101.821 170.477C101.944 170.197 102.084 170.197 102.311 170.197H106.072C106.247 170.197 106.404 170.337 106.439 170.512Z%27 fill=%27white%27/%3E%3Cpath d=%27M101.717 170.389L95.2617 206.146C95.2267 206.356 95.3842 206.566 95.6116 206.549H99.6C99.7749 206.549 99.9149 206.426 99.9499 206.251L106.457 170.494C106.492 170.284 106.335 170.092 106.107 170.092H102.067C101.892 170.092 101.752 170.215 101.717 170.389Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M96.2763 180.308L99.9323 206.146C99.9673 206.356 99.8099 206.548 99.5824 206.548H95.5415C95.3666 206.548 95.2267 206.426 95.1917 206.268L91.5356 180.273C91.6581 179.993 91.798 179.993 92.0254 179.993H95.9089C96.0838 179.993 96.2413 180.133 96.2763 180.308Z%27 fill=%27white%27/%3E%3Cpath d=%27M91.5358 180.291L85.1333 216.083C85.0983 216.292 85.2557 216.485 85.4831 216.485H89.3841C89.6115 216.485 89.734 216.345 89.7689 216.17L96.2764 180.413C96.3114 180.203 96.1539 180.011 95.9265 180.011H91.8856C91.7107 180.011 91.5707 180.116 91.5358 180.291Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M85.9722 190.21L89.7507 216.048C89.7857 216.258 89.6282 216.468 89.4008 216.468H85.3599C85.185 216.468 85.045 216.345 85.0101 216.188L81.354 190.175C81.4765 189.895 81.6164 189.895 81.8438 189.895H85.6048C85.7798 189.895 85.9372 190.035 85.9722 190.21Z%27 fill=%27white%27/%3E%3Cpath d=%27M81.2494 190.192L74.7944 225.949C74.7594 226.159 74.9169 226.369 75.1443 226.351H79.1327C79.3077 226.351 79.4476 226.229 79.4826 226.054L85.99 190.297C86.025 190.087 85.8675 189.895 85.6401 189.895H81.5992C81.4243 189.895 81.2844 190.017 81.2494 190.192Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M75.8095 200.111L79.4655 225.949C79.5005 226.159 79.3431 226.352 79.1157 226.352H75.0748C74.8998 226.352 74.7599 226.229 74.7249 226.072L71.0688 200.076C71.1913 199.796 71.3312 199.796 71.5587 199.796H75.4421C75.617 199.796 75.7745 199.936 75.8095 200.111Z%27 fill=%27white%27/%3E%3Cpath d=%27M71.0685 200.076L64.666 235.868C64.631 236.078 64.7884 236.271 65.0159 236.271H68.9168C69.1442 236.271 69.2667 236.131 69.3017 235.956L75.8091 200.199C75.8441 199.989 75.6866 199.796 75.4592 199.796H71.4183C71.2434 199.796 71.1035 199.901 71.0685 200.076Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M65.523 210.012L69.3015 235.85C69.3364 236.06 69.179 236.27 68.9516 236.27H64.9107C64.7358 236.27 64.5958 236.148 64.5608 235.99L60.9048 209.977C61.0272 209.697 61.1672 209.697 61.3946 209.697H65.1556C65.3305 209.697 65.488 209.837 65.523 210.012Z%27 fill=%27white%27/%3E%3Cpath d=%27M60.7826 209.89L54.3276 245.647C54.2926 245.856 54.4501 246.066 54.6775 246.049H58.6659C58.8408 246.049 58.9808 245.926 59.0158 245.752L65.5232 209.995C65.5582 209.785 65.4007 209.592 65.1733 209.592H61.1324C60.9575 209.592 60.8176 209.715 60.7826 209.89Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M55.3422 219.809L58.9982 245.647C59.0332 245.857 58.8758 246.049 58.6484 246.049H54.6075C54.4326 246.049 54.2926 245.927 54.2576 245.77L50.6016 219.774C50.724 219.494 50.864 219.494 51.0914 219.494H54.9748C55.1498 219.494 55.3072 219.634 55.3422 219.809Z%27 fill=%27white%27/%3E%3Cpath d=%27M50.6012 219.791L44.1987 255.583C44.1637 255.793 44.3212 255.985 44.5486 255.985H48.4495C48.6769 255.985 48.7994 255.845 48.8344 255.671L55.3418 219.914C55.3768 219.704 55.2194 219.511 54.9919 219.511H50.951C50.7761 219.511 50.6362 219.616 50.6012 219.791Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M45.0562 229.711L48.8347 255.549C48.8697 255.759 48.7122 255.968 48.4848 255.968H44.4439C44.269 255.968 44.129 255.846 44.094 255.689L40.438 229.676C40.5604 229.396 40.7004 229.396 40.9278 229.396H44.6888C44.8637 229.396 45.0212 229.536 45.0562 229.711Z%27 fill=%27white%27/%3E%3Cpath d=%27M40.2982 229.693L33.8432 265.45C33.8083 265.66 33.9657 265.87 34.1931 265.852H38.1815C38.3565 265.852 38.4964 265.73 38.5314 265.555L45.0388 229.798C45.0738 229.588 44.9164 229.396 44.689 229.396H40.6481C40.4731 229.396 40.3332 229.518 40.2982 229.693Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M34.8749 239.629L38.531 265.467C38.5659 265.677 38.4085 265.869 38.1811 265.869H34.1402C33.9653 265.869 33.8253 265.747 33.7903 265.589L30.1343 239.594C30.2567 239.314 30.3967 239.314 30.6241 239.314H34.5075C34.6825 239.314 34.8399 239.454 34.8749 239.629Z%27 fill=%27white%27/%3E%3Cpath d=%27M30.1349 239.594L23.7324 275.386C23.6974 275.596 23.8549 275.788 24.0823 275.788H27.9832C28.2106 275.788 28.3331 275.648 28.3681 275.473L34.8755 239.716C34.9105 239.506 34.753 239.314 34.5256 239.314H30.4847C30.3098 239.314 30.1699 239.419 30.1349 239.594Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M24.5718 249.513L28.3503 275.351C28.3853 275.561 28.2278 275.771 28.0004 275.771H23.9595C23.7846 275.771 23.6447 275.649 23.6097 275.491L19.9536 249.478C20.0761 249.198 20.216 249.198 20.4434 249.198H24.2044C24.3794 249.198 24.5368 249.338 24.5718 249.513Z%27 fill=%27white%27/%3E%3Cpath d=%27M19.8309 249.408L13.376 285.165C13.341 285.375 13.4984 285.585 13.7258 285.567H17.7142C17.8892 285.567 18.0291 285.445 18.0641 285.27L24.5715 249.513C24.6065 249.303 24.4491 249.111 24.2217 249.111H20.1808C20.0058 249.111 19.8659 249.233 19.8309 249.408Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M14.4086 259.327L18.0647 285.165C18.0996 285.375 17.9422 285.568 17.7148 285.568H13.6739C13.499 285.568 13.359 285.445 13.324 285.288L9.66797 259.292C9.79042 259.012 9.93036 259.012 10.1578 259.012H14.0412C14.2162 259.012 14.3736 259.152 14.4086 259.327Z%27 fill=%27white%27/%3E%3Cpath d=%27M9.66808 259.292L3.26561 295.084C3.23062 295.294 3.38807 295.487 3.61548 295.487H7.51643C7.74384 295.487 7.86629 295.347 7.90128 295.172L14.4087 259.415C14.4437 259.205 14.2863 259.012 14.0589 259.012H10.0179C9.84301 259.012 9.70307 259.117 9.66808 259.292Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M4.1045 269.228L7.883 295.066C7.91799 295.276 7.76056 295.486 7.53315 295.486H3.49225C3.31732 295.486 3.17736 295.363 3.14238 295.206L-0.513672 269.193C-0.39122 268.913 -0.251278 268.913 -0.0238676 268.913H3.73715C3.91208 268.913 4.06952 269.053 4.1045 269.228Z%27 fill=%27white%27/%3E%3Cpath d=%27M340.636 -25.8724L334.234 9.91951C334.199 10.1294 334.356 10.3219 334.584 10.3219H338.485C338.712 10.3219 338.835 10.1819 338.87 10.0245L345.377 -25.7324C345.412 -25.9424 345.255 -26.1348 345.027 -26.1348H340.986C340.811 -26.1348 340.671 -26.0298 340.636 -25.8549%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M335.074 -15.9363L338.853 9.91926C338.888 10.1292 338.73 10.3391 338.503 10.3391H334.462C334.287 10.3391 334.147 10.2167 334.112 10.0592L330.456 -15.9537C330.579 -16.2336 330.718 -16.2336 330.946 -16.2336H334.707C334.882 -16.2336 335.039 -16.0937 335.074 -15.9188%27 fill=%27white%27/%3E%3Cpath d=%27M330.333 -15.9714L323.878 19.7855C323.843 19.9955 324.001 20.2053 324.228 20.1879H328.217C328.392 20.1879 328.532 20.0654 328.567 19.8905L335.074 -15.8664C335.109 -16.0764 334.951 -16.2688 334.724 -16.2688H330.683C330.508 -16.2688 330.368 -16.1463 330.333 -15.9714Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M324.911 -6.03474L328.567 19.8033C328.602 20.0132 328.444 20.2057 328.217 20.2057H324.176C324.001 20.2057 323.861 20.0832 323.826 19.9258L320.17 -6.06971C320.292 -6.3496 320.432 -6.34961 320.66 -6.34961H324.543C324.718 -6.34961 324.876 -6.20967 324.911 -6.03474Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.17 -6.06988L313.768 29.722C313.733 29.9319 313.89 30.1244 314.117 30.1244H318.018C318.246 30.1244 318.368 29.9844 318.403 29.827L324.911 -5.92996C324.946 -6.13988 324.788 -6.33228 324.561 -6.33228H320.52C320.345 -6.33228 320.205 -6.22736 320.17 -6.05242%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M314.607 3.84905L318.385 29.6871C318.42 29.8971 318.263 30.107 318.036 30.107H313.995C313.82 30.107 313.68 29.9845 313.645 29.8271L309.989 3.81408C310.111 3.53419 310.251 3.53418 310.479 3.53418H314.24C314.415 3.53418 314.572 3.67412 314.607 3.84905Z%27 fill=%27white%27/%3E%3Cpath d=%27M309.884 3.74438L303.429 39.5013C303.394 39.7112 303.551 39.9212 303.779 39.9037H307.767C307.942 39.9037 308.082 39.7812 308.117 39.6063L314.624 3.84934C314.659 3.63942 314.502 3.44702 314.274 3.44702H310.233C310.059 3.44702 309.919 3.56945 309.884 3.74438Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M304.444 13.664L308.1 39.502C308.135 39.7119 307.977 39.9044 307.75 39.9044H303.709C303.534 39.9044 303.394 39.7819 303.359 39.6245L299.703 13.629C299.826 13.3491 299.966 13.3491 300.193 13.3491H304.076C304.251 13.3491 304.409 13.4891 304.444 13.664Z%27 fill=%27white%27/%3E%3Cpath d=%27M299.703 13.6467L293.301 49.4386C293.266 49.6485 293.423 49.8409 293.651 49.8409H297.552C297.779 49.8409 297.901 49.701 297.936 49.5435L304.444 13.7866C304.479 13.5767 304.321 13.3843 304.094 13.3843H300.053C299.878 13.3843 299.738 13.4892 299.703 13.6642%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M294.14 23.5659L297.919 49.4039C297.954 49.6139 297.796 49.8238 297.569 49.8238H293.528C293.353 49.8238 293.213 49.7013 293.178 49.5439L289.522 23.5309C289.644 23.251 289.784 23.251 290.012 23.251H293.773C293.948 23.251 294.105 23.391 294.14 23.5659Z%27 fill=%27white%27/%3E%3Cpath d=%27M289.4 23.5484L282.945 59.3053C282.91 59.5152 283.067 59.7252 283.295 59.7077H287.283C287.458 59.7077 287.598 59.5852 287.633 59.4103L294.14 23.6533C294.175 23.4434 294.018 23.251 293.791 23.251H289.75C289.575 23.251 289.435 23.3735 289.4 23.5484Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M283.959 33.467L287.615 59.3051C287.65 59.515 287.493 59.7074 287.266 59.7074H283.225C283.05 59.7074 282.91 59.585 282.875 59.4275L279.219 33.432C279.341 33.1521 279.481 33.1521 279.709 33.1521H283.592C283.767 33.1521 283.924 33.2921 283.959 33.467Z%27 fill=%27white%27/%3E%3Cpath d=%27M279.236 33.4496L272.833 69.2415C272.798 69.4515 272.956 69.6439 273.183 69.6439H277.084C277.312 69.6439 277.434 69.5039 277.469 69.3465L283.977 33.5896C284.012 33.3797 283.837 33.1873 283.627 33.1873H279.586C279.411 33.1873 279.271 33.2922 279.236 33.4672%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M273.674 43.3683L277.452 69.2064C277.487 69.4163 277.33 69.6263 277.102 69.6263H273.062C272.887 69.6263 272.747 69.5038 272.712 69.3463L269.056 43.3334C269.178 43.0535 269.318 43.0535 269.545 43.0535H273.306C273.481 43.0535 273.639 43.1934 273.674 43.3683Z%27 fill=%27white%27/%3E%3Cpath d=%27M268.933 43.2457L262.478 79.0026C262.443 79.2125 262.6 79.4224 262.828 79.4049H266.816C266.991 79.4049 267.131 79.2825 267.166 79.1075L273.674 43.3506C273.709 43.1407 273.551 42.9482 273.324 42.9482H269.283C269.108 42.9482 268.968 43.0707 268.933 43.2457Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M263.493 53.1823L267.149 79.0203C267.184 79.2303 267.026 79.4227 266.799 79.4227H262.758C262.583 79.4227 262.443 79.3002 262.408 79.1428L258.752 53.1473C258.874 52.8674 259.014 52.8674 259.242 52.8674H263.125C263.3 52.8674 263.458 53.0074 263.493 53.1823Z%27 fill=%27white%27/%3E%3Cpath d=%27M258.769 53.1472L252.367 88.9391C252.332 89.149 252.489 89.3414 252.717 89.3414H256.617C256.845 89.3414 256.967 89.2015 257.002 89.0441L263.51 53.2871C263.545 53.0772 263.37 52.8848 263.16 52.8848H259.119C258.944 52.8848 258.804 52.9897 258.769 53.1647%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M253.206 63.0662L256.985 88.9217C257.02 89.1316 256.862 89.3415 256.635 89.3415H252.594C252.419 89.3415 252.279 89.2191 252.244 89.0617L248.588 63.0486C248.71 62.7688 248.85 62.7688 249.078 62.7688H252.839C253.014 62.7688 253.171 62.9087 253.206 63.0837%27 fill=%27white%27/%3E%3Cpath d=%27M248.466 63.0483L242.011 98.8053C241.976 99.0152 242.133 99.2251 242.361 99.2076H246.349C246.524 99.2076 246.664 99.0852 246.699 98.9102L253.206 63.1533C253.241 62.9434 253.084 62.751 252.856 62.751H248.816C248.641 62.751 248.501 62.8734 248.466 63.0483Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M243.043 72.9677L246.699 98.8057C246.734 99.0157 246.577 99.2081 246.35 99.2081H242.309C242.134 99.2081 241.994 99.0856 241.959 98.9282L238.303 72.9327C238.425 72.6528 238.565 72.6528 238.793 72.6528H242.676C242.851 72.6528 243.008 72.7928 243.043 72.9677Z%27 fill=%27white%27/%3E%3Cpath d=%27M238.302 72.9504L231.9 108.742C231.865 108.952 232.022 109.145 232.25 109.145H236.151C236.378 109.145 236.501 109.005 236.536 108.847L243.043 73.0904C243.078 72.8804 242.921 72.688 242.693 72.688H238.652C238.477 72.688 238.337 72.793 238.302 72.9679%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M232.739 82.8688L236.518 108.707C236.553 108.917 236.395 109.127 236.168 109.127H232.127C231.952 109.127 231.812 109.004 231.777 108.847L228.121 82.8339C228.244 82.554 228.383 82.554 228.611 82.554H232.372C232.547 82.554 232.704 82.6939 232.739 82.8688Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.999 82.7463L221.544 118.503C221.509 118.713 221.666 118.923 221.894 118.906H225.882C226.057 118.906 226.197 118.783 226.232 118.608L232.74 82.8513C232.775 82.6414 232.617 82.449 232.39 82.449H228.349C228.174 82.449 228.034 82.5714 227.999 82.7463Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M222.576 92.6825L226.232 118.521C226.267 118.731 226.11 118.923 225.882 118.923H221.841C221.666 118.923 221.526 118.8 221.491 118.643L217.835 92.6476C217.958 92.3677 218.098 92.3677 218.325 92.3677H222.209C222.384 92.3677 222.541 92.5076 222.576 92.6825Z%27 fill=%27white%27/%3E%3Cpath d=%27M217.836 92.6479L211.434 128.44C211.399 128.65 211.556 128.842 211.783 128.842H215.684C215.912 128.842 216.034 128.702 216.069 128.545L222.577 92.7878C222.612 92.5779 222.437 92.3855 222.227 92.3855H218.186C218.011 92.3855 217.871 92.4905 217.836 92.6654%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M212.272 102.566L216.051 128.404C216.086 128.614 215.929 128.824 215.701 128.824H211.66C211.485 128.824 211.345 128.702 211.31 128.544L207.654 102.531C207.777 102.251 207.917 102.251 208.144 102.251H211.905C212.08 102.251 212.237 102.391 212.272 102.566Z%27 fill=%27white%27/%3E%3Cpath d=%27M207.533 102.567L201.078 138.324C201.043 138.533 201.2 138.743 201.427 138.726H205.416C205.591 138.726 205.731 138.586 205.766 138.429L212.273 102.672C212.308 102.462 212.151 102.269 211.923 102.269H207.882C207.707 102.269 207.568 102.392 207.533 102.567Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M202.091 112.486L205.747 138.324C205.782 138.533 205.625 138.726 205.397 138.726H201.357C201.182 138.726 201.042 138.603 201.007 138.446L197.351 112.451C197.473 112.171 197.613 112.171 197.84 112.171H201.724C201.899 112.171 202.056 112.311 202.091 112.486Z%27 fill=%27white%27/%3E%3Cpath d=%27M197.351 112.45L190.948 148.242C190.913 148.452 191.071 148.645 191.298 148.645H195.199C195.426 148.645 195.549 148.505 195.584 148.347L202.091 112.59C202.126 112.38 201.951 112.188 201.741 112.188H197.701C197.526 112.188 197.386 112.293 197.351 112.468%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M191.806 122.387L195.584 148.225C195.619 148.435 195.462 148.645 195.234 148.645H191.193C191.019 148.645 190.879 148.522 190.844 148.365L187.188 122.352C187.31 122.072 187.45 122.072 187.677 122.072H191.438C191.613 122.072 191.771 122.212 191.806 122.387Z%27 fill=%27white%27/%3E%3Cpath d=%27M187.065 122.265L180.61 158.022C180.575 158.231 180.733 158.441 180.96 158.424H184.949C185.124 158.424 185.263 158.301 185.298 158.127L191.806 122.37C191.841 122.16 191.683 121.967 191.456 121.967H187.415C187.24 121.967 187.1 122.09 187.065 122.265Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M181.625 132.184L185.281 158.022C185.316 158.232 185.159 158.424 184.931 158.424H180.89C180.715 158.424 180.575 158.302 180.54 158.145L176.884 132.149C177.007 131.869 177.147 131.869 177.374 131.869H181.258C181.432 131.869 181.59 132.009 181.625 132.184Z%27 fill=%27white%27/%3E%3Cpath d=%27M176.884 132.166L170.482 167.958C170.447 168.168 170.604 168.36 170.832 168.36H174.733C174.96 168.36 175.083 168.22 175.118 168.063L181.625 132.306C181.66 132.096 181.485 131.903 181.275 131.903H177.234C177.059 131.903 176.919 132.008 176.884 132.183%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M171.339 142.085L175.117 167.94C175.152 168.15 174.995 168.36 174.768 168.36H170.727C170.552 168.36 170.412 168.238 170.377 168.08L166.721 142.067C166.843 141.787 166.983 141.787 167.211 141.787H170.972C171.146 141.787 171.304 141.927 171.339 142.102%27 fill=%27white%27/%3E%3Cpath d=%27M166.598 142.067L160.143 177.824C160.108 178.034 160.265 178.244 160.493 178.227H164.481C164.656 178.227 164.796 178.104 164.831 177.929L171.339 142.172C171.374 141.962 171.216 141.77 170.989 141.77H166.948C166.773 141.77 166.633 141.892 166.598 142.067Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M161.158 151.986L164.814 177.824C164.849 178.034 164.692 178.227 164.464 178.227H160.423C160.248 178.227 160.109 178.104 160.074 177.947L156.417 151.951C156.54 151.671 156.68 151.671 156.907 151.671H160.791C160.966 151.671 161.123 151.811 161.158 151.986Z%27 fill=%27white%27/%3E%3Cpath d=%27M156.435 151.951L150.033 187.743C149.998 187.953 150.155 188.146 150.383 188.146H154.284C154.511 188.146 154.633 188.006 154.668 187.848L161.176 152.091C161.211 151.881 161.053 151.689 160.826 151.689H156.785C156.61 151.689 156.47 151.794 156.435 151.969%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M150.872 161.887L154.65 187.725C154.685 187.935 154.528 188.145 154.3 188.145H150.259C150.084 188.145 149.944 188.023 149.909 187.865L146.253 161.852C146.376 161.573 146.516 161.573 146.743 161.573H150.504C150.679 161.573 150.837 161.712 150.872 161.887Z%27 fill=%27white%27/%3E%3Cpath d=%27M146.131 161.765L139.676 197.522C139.641 197.732 139.799 197.941 140.026 197.924H144.015C144.189 197.924 144.329 197.802 144.364 197.627L150.872 161.87C150.907 161.66 150.749 161.45 150.522 161.467H146.481C146.306 161.467 146.166 161.59 146.131 161.765Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M140.691 171.684L144.347 197.522C144.382 197.732 144.224 197.924 143.997 197.924H139.956C139.781 197.924 139.641 197.802 139.606 197.645L135.95 171.649C136.073 171.369 136.213 171.369 136.44 171.369H140.323C140.498 171.369 140.656 171.509 140.691 171.684Z%27 fill=%27white%27/%3E%3Cpath d=%27M135.968 171.667L129.566 207.459C129.531 207.668 129.688 207.861 129.916 207.861H133.817C134.044 207.861 134.167 207.721 134.202 207.546L140.709 171.789C140.744 171.579 140.587 171.387 140.359 171.387H136.318C136.143 171.387 136.003 171.492 135.968 171.667Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M130.405 181.585L134.184 207.423C134.219 207.633 134.061 207.843 133.834 207.843H129.793C129.618 207.843 129.478 207.72 129.443 207.563L125.787 181.55C125.91 181.27 126.05 181.27 126.277 181.27H130.038C130.213 181.27 130.37 181.41 130.405 181.585Z%27 fill=%27white%27/%3E%3Cpath d=%27M125.664 181.567L119.209 217.324C119.174 217.534 119.332 217.744 119.559 217.727H123.548C123.723 217.727 123.863 217.604 123.898 217.429L130.405 181.672C130.44 181.462 130.283 181.27 130.055 181.27H126.014C125.839 181.27 125.699 181.392 125.664 181.567Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M120.224 191.487L123.88 217.325C123.915 217.535 123.758 217.727 123.53 217.727H119.489C119.314 217.727 119.174 217.605 119.139 217.447L115.483 191.452C115.606 191.172 115.746 191.172 115.973 191.172H119.857C120.032 191.172 120.189 191.312 120.224 191.487Z%27 fill=%27white%27/%3E%3Cpath d=%27M115.484 191.469L109.081 227.261C109.046 227.471 109.203 227.663 109.431 227.663H113.332C113.559 227.663 113.682 227.523 113.717 227.349L120.224 191.592C120.259 191.382 120.102 191.189 119.874 191.189H115.833C115.658 191.189 115.519 191.294 115.484 191.469Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M109.921 201.389L113.699 227.227C113.734 227.437 113.577 227.647 113.35 227.647H109.309C109.134 227.647 108.994 227.524 108.959 227.367L105.303 201.354C105.425 201.074 105.565 201.074 105.793 201.074H109.554C109.728 201.074 109.886 201.214 109.921 201.389Z%27 fill=%27white%27/%3E%3Cpath d=%27M105.198 201.266L98.7427 237.023C98.7077 237.233 98.8651 237.443 99.0925 237.425H103.081C103.256 237.425 103.396 237.303 103.431 237.128L109.938 201.371C109.973 201.161 109.816 200.969 109.588 200.969H105.547C105.373 200.969 105.233 201.091 105.198 201.266Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M99.7577 211.202L103.414 237.04C103.449 237.25 103.291 237.442 103.064 237.442H99.023C98.8481 237.442 98.7082 237.32 98.6732 237.162L95.0171 211.167C95.1395 210.887 95.2795 210.887 95.5069 210.887H99.3904C99.5653 210.887 99.7227 211.027 99.7577 211.202Z%27 fill=%27white%27/%3E%3Cpath d=%27M95.0162 211.167L88.6138 246.959C88.5788 247.168 88.7362 247.361 88.9636 247.361H92.8646C93.092 247.361 93.2144 247.221 93.2494 247.046L99.7568 211.289C99.7918 211.079 99.6344 210.887 99.407 210.887H95.3661C95.1912 210.887 95.0512 210.992 95.0162 211.167Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M89.4531 221.086L93.2316 246.924C93.2666 247.134 93.1092 247.344 92.8818 247.344H88.8409C88.6659 247.344 88.526 247.221 88.491 247.064L84.835 221.051C84.9574 220.771 85.0974 220.771 85.3248 220.771H89.0858C89.2607 220.771 89.4181 220.911 89.4531 221.086Z%27 fill=%27white%27/%3E%3Cpath d=%27M84.7303 221.068L78.2754 256.825C78.2404 257.035 78.3978 257.245 78.6252 257.228H82.6137C82.7886 257.228 82.9285 257.105 82.9635 256.93L89.4709 221.173C89.5059 220.963 89.3485 220.771 89.1211 220.771H85.0802C84.9053 220.771 84.7653 220.893 84.7303 221.068Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M79.2904 230.987L82.9465 256.825C82.9815 257.035 82.824 257.227 82.5966 257.227H78.5557C78.3808 257.227 78.2408 257.105 78.2059 256.947L74.5498 230.952C74.6723 230.672 74.8122 230.672 75.0396 230.672H78.9231C79.098 230.672 79.2555 230.812 79.2904 230.987Z%27 fill=%27white%27/%3E%3Cpath d=%27M74.5499 230.97L68.1474 266.762C68.1125 266.972 68.2699 267.164 68.4973 267.164H72.3983C72.6257 267.164 72.7481 267.024 72.7831 266.849L79.2906 231.093C79.3255 230.883 79.1681 230.69 78.9407 230.69H74.8998C74.7248 230.69 74.5849 230.795 74.5499 230.97Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M69.0039 240.889L72.7824 266.727C72.8174 266.937 72.66 267.147 72.4326 267.147H68.3916C68.2167 267.147 68.0768 267.024 68.0418 266.867L64.3857 240.854C64.5082 240.574 64.6481 240.574 64.8755 240.574H68.6366C68.8115 240.574 68.9689 240.714 69.0039 240.889Z%27 fill=%27white%27/%3E%3Cpath d=%27M64.2635 240.766L57.8086 276.523C57.7736 276.733 57.931 276.943 58.1584 276.925H62.1469C62.3218 276.925 62.4617 276.803 62.4967 276.628L69.0042 240.871C69.0391 240.661 68.8817 240.469 68.6543 240.469H64.6134C64.4385 240.469 64.2985 240.591 64.2635 240.766Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M58.8227 250.703L62.4787 276.541C62.5137 276.751 62.3563 276.943 62.1288 276.943H58.0879C57.913 276.943 57.7731 276.821 57.7381 276.663L54.082 250.668C54.2045 250.388 54.3444 250.388 54.5718 250.388H58.4553C58.6302 250.388 58.7877 250.528 58.8227 250.703Z%27 fill=%27white%27/%3E%3Cpath d=%27M54.1002 250.668L47.6977 286.459C47.6628 286.669 47.8202 286.862 48.0476 286.862H51.9486C52.176 286.862 52.2984 286.722 52.3334 286.547L58.8408 250.79C58.8758 250.58 58.7184 250.388 58.491 250.388H54.4501C54.2751 250.388 54.1352 250.493 54.1002 250.668Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M48.5371 260.587L52.3156 286.425C52.3506 286.635 52.1932 286.845 51.9658 286.845H47.9249C47.7499 286.845 47.61 286.722 47.575 286.565L43.9189 260.552C44.0414 260.272 44.1813 260.272 44.4087 260.272H48.1698C48.3447 260.272 48.5021 260.412 48.5371 260.587Z%27 fill=%27white%27/%3E%3Cpath d=%27M43.7796 260.586L37.3247 296.343C37.2897 296.553 37.4472 296.763 37.6746 296.745H41.663C41.8379 296.745 41.9779 296.623 42.0128 296.448L48.5203 260.691C48.5553 260.481 48.3978 260.289 48.1704 260.289H44.1295C43.9546 260.289 43.8146 260.411 43.7796 260.586Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M38.3568 270.505L42.0129 296.343C42.0479 296.553 41.8904 296.746 41.663 296.746H37.6221C37.4472 296.746 37.3072 296.623 37.2723 296.466L33.6162 270.47C33.7387 270.19 33.8786 270.19 34.106 270.19H37.9895C38.1644 270.19 38.3218 270.33 38.3568 270.505Z%27 fill=%27white%27/%3E%3Cpath d=%27M33.6158 270.47L27.2134 306.262C27.1784 306.472 27.3358 306.665 27.5632 306.665H31.4642C31.6916 306.665 31.814 306.525 31.849 306.35L38.3565 270.593C38.3915 270.383 38.2165 270.19 38.0066 270.19H33.9657C33.7908 270.19 33.6508 270.295 33.6158 270.47Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M28.0532 280.407L31.8317 306.245C31.8667 306.455 31.7093 306.665 31.4819 306.665H27.441C27.266 306.665 27.1261 306.542 27.0911 306.385L23.4351 280.372C23.5575 280.092 23.6975 280.092 23.9249 280.092H27.6859C27.8608 280.092 28.0182 280.232 28.0532 280.407Z%27 fill=%27white%27/%3E%3Cpath d=%27M23.3119 280.284L16.8569 316.041C16.8219 316.251 16.9794 316.461 17.2068 316.444H21.1952C21.3701 316.444 21.5101 316.321 21.5451 316.146L28.0525 280.389C28.0875 280.18 27.93 279.987 27.7026 279.987H23.6617C23.4868 279.987 23.3469 280.11 23.3119 280.284Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M17.8896 290.203L21.5456 316.041C21.5806 316.251 21.4232 316.443 21.1957 316.443H17.1548C16.9799 316.443 16.84 316.321 16.805 316.164L13.1489 290.168C13.2714 289.888 13.4113 289.888 13.6387 289.888H17.5222C17.6971 289.888 17.8546 290.028 17.8896 290.203Z%27 fill=%27white%27/%3E%3Cpath d=%27M13.149 290.185L6.74657 325.977C6.71158 326.187 6.86901 326.379 7.09642 326.379H10.9974C11.2248 326.379 11.3472 326.239 11.3822 326.065L17.8897 290.308C17.9246 290.098 17.7672 289.905 17.5398 289.905H13.4989C13.324 289.905 13.184 290.01 13.149 290.185Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M7.58595 300.104L11.3645 325.942C11.3994 326.152 11.242 326.362 11.0146 326.362H6.97369C6.79876 326.362 6.65882 326.24 6.62384 326.082L2.96777 300.069C3.09023 299.79 3.23017 299.79 3.45758 299.79H7.21859C7.39352 299.79 7.55096 299.929 7.58595 300.104Z%27 fill=%27white%27/%3E%3Cpath d=%27M2.86265 300.087L-3.5923 335.844C-3.62729 336.054 -3.46984 336.264 -3.24243 336.246H0.74599C0.920921 336.246 1.06086 336.124 1.09585 335.949L7.60328 300.192C7.63826 299.982 7.48083 299.79 7.25342 299.79H3.21251C3.03758 299.79 2.89764 299.912 2.86265 300.087Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M375.045 -26.5021L368.59 9.25477C368.555 9.46469 368.713 9.67464 368.94 9.65714H372.929C373.103 9.65714 373.243 9.53472 373.278 9.35978L379.786 -26.3971C379.821 -26.6071 379.663 -26.817 379.436 -26.7995H375.395C375.22 -26.7995 375.08 -26.677 375.045 -26.5021Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M369.605 -16.5833L373.261 9.25471C373.296 9.46463 373.139 9.65708 372.912 9.65708H368.871C368.696 9.65708 368.556 9.53462 368.521 9.37718L364.865 -16.6183C364.987 -16.8982 365.127 -16.8982 365.355 -16.8982H369.238C369.413 -16.8982 369.57 -16.7583 369.605 -16.5833Z%27 fill=%27white%27/%3E%3Cpath d=%27M364.882 -16.6185L358.48 19.1734C358.445 19.3833 358.602 19.5758 358.83 19.5758H362.731C362.958 19.5758 363.081 19.4358 363.116 19.2784L369.623 -16.4785C369.658 -16.6885 369.501 -16.8809 369.273 -16.8809H365.232C365.057 -16.8809 364.917 -16.7759 364.882 -16.601%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M359.32 -6.68244L363.098 19.1556C363.133 19.3655 362.976 19.5755 362.748 19.5755H358.708C358.533 19.5755 358.393 19.453 358.358 19.2956L354.702 -6.71741C354.824 -6.99731 354.964 -6.99731 355.191 -6.99731H358.952C359.127 -6.99731 359.285 -6.85738 359.32 -6.68244Z%27 fill=%27white%27/%3E%3Cpath d=%27M354.579 -6.80518L348.124 28.9517C348.09 29.1617 348.247 29.3716 348.474 29.3541H352.463C352.638 29.3541 352.778 29.2316 352.813 29.0567L359.32 -6.70022C359.355 -6.91014 359.198 -7.10254 358.97 -7.10254H354.929C354.754 -7.10254 354.614 -6.98011 354.579 -6.80518Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M349.139 3.11419L352.795 28.9522C352.83 29.1621 352.672 29.3546 352.445 29.3546H348.404C348.229 29.3546 348.089 29.2321 348.054 29.0747L344.398 3.07917C344.52 2.79927 344.66 2.79932 344.888 2.79932H348.771C348.946 2.79932 349.104 2.93925 349.139 3.11419Z%27 fill=%27white%27/%3E%3Cpath d=%27M344.416 3.09687L338.014 38.8888C337.979 39.0987 338.136 39.2911 338.364 39.2911H342.264C342.492 39.2911 342.614 39.1512 342.649 38.9937L349.157 3.23684C349.192 3.02692 349.017 2.83447 348.807 2.83447H344.766C344.591 2.83447 344.451 2.93944 344.416 3.11438%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M338.853 13.0173L342.631 38.8553C342.666 39.0653 342.509 39.2752 342.281 39.2752H338.24C338.065 39.2752 337.925 39.1527 337.89 38.9953L334.234 12.9823C334.357 12.7024 334.497 12.7024 334.724 12.7024H338.485C338.66 12.7024 338.818 12.8424 338.853 13.0173Z%27 fill=%27white%27/%3E%3Cpath d=%27M334.112 12.9998L327.657 48.7567C327.622 48.9667 327.78 49.1766 328.007 49.1591H331.995C332.17 49.1591 332.31 49.0366 332.345 48.8617L338.853 13.1048C338.888 12.8948 338.73 12.7024 338.503 12.7024H334.462C334.287 12.7024 334.147 12.8249 334.112 12.9998Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M328.689 22.9184L332.345 48.7565C332.38 48.9664 332.223 49.1588 331.996 49.1588H327.955C327.78 49.1588 327.64 49.0364 327.605 48.8789L323.949 22.8834C324.071 22.6035 324.211 22.6035 324.439 22.6035H328.322C328.497 22.6035 328.654 22.7435 328.689 22.9184Z%27 fill=%27white%27/%3E%3Cpath d=%27M323.948 22.883L317.546 58.6749C317.511 58.8848 317.668 59.0773 317.896 59.0773H321.797C322.024 59.0773 322.147 58.9373 322.182 58.7799L328.689 23.023C328.724 22.8131 328.567 22.6206 328.339 22.6206H324.298C324.123 22.6206 323.983 22.7256 323.948 22.9005%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M318.386 32.8198L322.164 58.6578C322.199 58.8678 322.042 59.0777 321.814 59.0777H317.773C317.599 59.0777 317.459 58.9552 317.424 58.7978L313.768 32.7848C313.89 32.5049 314.03 32.5049 314.257 32.5049H318.018C318.193 32.5049 318.351 32.6448 318.386 32.8198Z%27 fill=%27white%27/%3E%3Cpath d=%27M313.644 32.6974L307.189 68.4543C307.154 68.6642 307.312 68.8741 307.539 68.8566H311.528C311.703 68.8566 311.843 68.7342 311.878 68.5592L318.385 32.8023C318.42 32.5924 318.263 32.3825 318.035 32.3999H313.994C313.819 32.3999 313.679 32.5224 313.644 32.6974Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M308.223 42.6161L311.879 68.4542C311.914 68.6641 311.756 68.8565 311.529 68.8565H307.488C307.313 68.8565 307.173 68.7341 307.138 68.5766L303.482 42.5812C303.604 42.3013 303.744 42.3013 303.972 42.3013H307.855C308.03 42.3013 308.188 42.4412 308.223 42.6161Z%27 fill=%27white%27/%3E%3Cpath d=%27M303.482 42.5989L297.079 78.3908C297.044 78.6007 297.202 78.7931 297.429 78.7931H301.33C301.557 78.7931 301.68 78.6532 301.715 78.4957L308.222 42.7388C308.257 42.5289 308.082 42.3364 307.872 42.3364H303.831C303.656 42.3364 303.517 42.4414 303.482 42.6163%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M297.919 52.5173L301.697 78.3553C301.732 78.5652 301.575 78.7752 301.348 78.7752H297.307C297.132 78.7752 296.992 78.6527 296.957 78.4953L293.301 52.4823C293.423 52.2024 293.563 52.2024 293.791 52.2024H297.552C297.727 52.2024 297.884 52.3423 297.919 52.5173Z%27 fill=%27white%27/%3E%3Cpath d=%27M293.179 52.4998L286.724 88.2567C286.689 88.4666 286.846 88.6765 287.073 88.659H291.062C291.237 88.659 291.377 88.5366 291.412 88.3616L297.919 52.6047C297.954 52.3948 297.797 52.2024 297.569 52.2024H293.528C293.353 52.2024 293.214 52.3248 293.179 52.4998Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M287.738 62.4365L291.394 88.2745C291.429 88.4845 291.272 88.6769 291.044 88.6769H287.003C286.829 88.6769 286.689 88.5544 286.654 88.397L282.998 62.4015C283.12 62.1216 283.26 62.1216 283.487 62.1216H287.371C287.546 62.1216 287.703 62.2616 287.738 62.4365Z%27 fill=%27white%27/%3E%3Cpath d=%27M282.997 62.4013L276.595 98.1932C276.56 98.4032 276.717 98.5956 276.945 98.5956H280.846C281.073 98.5956 281.195 98.4557 281.23 98.2982L287.738 62.5413C287.773 62.3314 287.598 62.1389 287.388 62.1389H283.347C283.172 62.1389 283.032 62.2439 282.997 62.4188%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M277.452 72.3204L281.23 98.1759C281.265 98.3858 281.108 98.5957 280.88 98.5957H276.839C276.664 98.5957 276.525 98.4733 276.49 98.3158L272.833 72.3029C272.956 72.023 273.096 72.0229 273.323 72.0229H277.084C277.259 72.0229 277.417 72.1629 277.452 72.3379%27 fill=%27white%27/%3E%3Cpath d=%27M272.711 72.2151L266.256 107.972C266.221 108.182 266.379 108.392 266.606 108.374H270.595C270.77 108.374 270.91 108.252 270.944 108.077L277.452 72.3201C277.487 72.1102 277.329 71.9177 277.102 71.9177H273.061C272.886 71.9177 272.746 72.0402 272.711 72.2151Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M267.271 82.134L270.927 107.972C270.962 108.182 270.804 108.374 270.577 108.374H266.536C266.361 108.374 266.221 108.252 266.186 108.094L262.53 82.099C262.653 81.8191 262.793 81.8191 263.02 81.8191H266.904C267.078 81.8191 267.236 81.959 267.271 82.134Z%27 fill=%27white%27/%3E%3Cpath d=%27M262.53 82.0993L256.128 117.891C256.093 118.101 256.25 118.294 256.478 118.294H260.379C260.606 118.294 260.729 118.154 260.764 117.996L267.271 82.2392C267.306 82.0293 267.131 81.8369 266.921 81.8369H262.88C262.705 81.8369 262.565 81.9419 262.53 82.1168%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M256.985 92.0356L260.763 117.891C260.798 118.101 260.641 118.311 260.414 118.311H256.373C256.198 118.311 256.058 118.189 256.023 118.031L252.367 92.0182C252.489 91.7383 252.629 91.7383 252.857 91.7383H256.618C256.792 91.7383 256.95 91.8782 256.985 92.0532%27 fill=%27white%27/%3E%3Cpath d=%27M252.244 92.0005L245.789 127.757C245.754 127.967 245.911 128.177 246.139 128.16H250.127C250.302 128.16 250.442 128.037 250.477 127.862L256.985 92.1055C257.02 91.8956 256.862 91.7031 256.635 91.7031H252.594C252.419 91.7031 252.279 91.8256 252.244 92.0005Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M246.804 101.936L250.46 127.774C250.495 127.984 250.337 128.177 250.11 128.177H246.069C245.894 128.177 245.754 128.054 245.719 127.897L242.063 101.901C242.185 101.622 242.325 101.622 242.553 101.622H246.436C246.611 101.622 246.769 101.762 246.804 101.936Z%27 fill=%27white%27/%3E%3Cpath d=%27M242.081 101.902L235.678 137.694C235.643 137.904 235.801 138.096 236.028 138.096H239.929C240.156 138.096 240.279 137.956 240.314 137.799L246.821 102.042C246.856 101.832 246.681 101.639 246.471 101.639H242.431C242.256 101.639 242.116 101.744 242.081 101.919%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M236.519 111.82L240.297 137.659C240.332 137.868 240.175 138.078 239.947 138.078H235.906C235.731 138.078 235.591 137.956 235.556 137.798L231.9 111.786C232.023 111.506 232.163 111.506 232.39 111.506H236.151C236.326 111.506 236.484 111.646 236.519 111.82Z%27 fill=%27white%27/%3E%3Cpath d=%27M231.777 111.716L225.322 147.473C225.287 147.683 225.445 147.893 225.672 147.876H229.661C229.835 147.876 229.975 147.736 230.01 147.578L236.518 111.821C236.553 111.611 236.395 111.419 236.168 111.419H232.127C231.952 111.419 231.812 111.541 231.777 111.716Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M226.337 121.634L229.993 147.472C230.028 147.682 229.871 147.875 229.644 147.875H225.603C225.428 147.875 225.288 147.752 225.253 147.595L221.597 121.599C221.719 121.32 221.859 121.32 222.086 121.32H225.97C226.145 121.32 226.302 121.46 226.337 121.634Z%27 fill=%27white%27/%3E%3Cpath d=%27M221.614 121.599L215.211 157.391C215.176 157.601 215.334 157.794 215.561 157.794H219.462C219.69 157.794 219.812 157.654 219.847 157.496L226.354 121.739C226.389 121.529 226.215 121.337 226.005 121.337H221.964C221.789 121.337 221.649 121.442 221.614 121.617%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M216.051 131.536L219.83 157.374C219.865 157.584 219.707 157.794 219.48 157.794H215.439C215.264 157.794 215.124 157.672 215.089 157.514L211.433 131.501C211.556 131.221 211.695 131.221 211.923 131.221H215.684C215.859 131.221 216.016 131.361 216.051 131.536Z%27 fill=%27white%27/%3E%3Cpath d=%27M211.31 131.519L204.855 167.276C204.82 167.486 204.978 167.696 205.205 167.678H209.194C209.369 167.678 209.509 167.556 209.544 167.381L216.051 131.624C216.086 131.414 215.929 131.221 215.701 131.221H211.66C211.485 131.221 211.345 131.344 211.31 131.519Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M205.87 141.438L209.526 167.293C209.561 167.503 209.404 167.695 209.176 167.695H205.135C204.96 167.695 204.82 167.573 204.785 167.416L201.129 141.42C201.252 141.14 201.392 141.14 201.619 141.14H205.503C205.678 141.14 205.835 141.28 205.87 141.455%27 fill=%27white%27/%3E%3Cpath d=%27M201.13 141.42L194.727 177.212C194.692 177.422 194.85 177.614 195.077 177.614H198.978C199.205 177.614 199.328 177.474 199.363 177.317L205.87 141.56C205.905 141.35 205.748 141.157 205.52 141.157H201.479C201.304 141.157 201.164 141.262 201.13 141.437%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M195.567 151.339L199.345 177.194C199.38 177.404 199.223 177.614 198.996 177.614H194.955C194.78 177.614 194.64 177.492 194.605 177.334L190.949 151.321C191.071 151.041 191.211 151.041 191.439 151.041H195.2C195.374 151.041 195.532 151.181 195.567 151.356%27 fill=%27white%27/%3E%3Cpath d=%27M190.844 151.216L184.389 186.973C184.354 187.183 184.511 187.393 184.739 187.376H188.727C188.902 187.376 189.042 187.253 189.077 187.078L195.584 151.321C195.619 151.111 195.462 150.919 195.234 150.919H191.193C191.019 150.919 190.879 151.041 190.844 151.216Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M185.403 161.153L189.059 186.991C189.094 187.201 188.937 187.393 188.709 187.393H184.669C184.494 187.393 184.354 187.271 184.319 187.114L180.663 161.118C180.785 160.838 180.925 160.838 181.152 160.838H185.036C185.211 160.838 185.368 160.978 185.403 161.153Z%27 fill=%27white%27/%3E%3Cpath d=%27M180.663 161.118L174.26 196.91C174.225 197.12 174.383 197.312 174.61 197.312H178.511C178.738 197.312 178.861 197.172 178.896 197.015L185.403 161.258C185.438 161.048 185.281 160.855 185.053 160.855H181.013C180.838 160.855 180.698 160.96 180.663 161.135%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M175.1 171.036L178.879 196.874C178.914 197.084 178.756 197.294 178.529 197.294H174.488C174.313 197.294 174.173 197.172 174.138 197.014L170.482 171.001C170.604 170.721 170.744 170.721 170.972 170.721H174.733C174.908 170.721 175.065 170.861 175.1 171.036Z%27 fill=%27white%27/%3E%3Cpath d=%27M170.377 171.019L163.922 206.776C163.887 206.986 164.044 207.196 164.272 207.178H168.26C168.435 207.178 168.575 207.056 168.61 206.881L175.117 171.124C175.152 170.914 174.995 170.721 174.768 170.721H170.727C170.552 170.721 170.412 170.844 170.377 171.019Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M164.936 180.938L168.592 206.776C168.627 206.986 168.47 207.179 168.243 207.179H164.202C164.027 207.179 163.887 207.056 163.852 206.899L160.196 180.903C160.318 180.623 160.458 180.623 160.686 180.623H164.569C164.744 180.623 164.901 180.763 164.936 180.938Z%27 fill=%27white%27/%3E%3Cpath d=%27M160.196 180.921L153.793 216.712C153.758 216.922 153.916 217.115 154.143 217.115H158.044C158.272 217.115 158.394 216.975 158.429 216.8L164.937 181.043C164.972 180.833 164.814 180.641 164.587 180.641H160.546C160.371 180.641 160.231 180.746 160.196 180.921Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M154.651 190.84L158.429 216.678C158.464 216.888 158.307 217.098 158.08 217.098H154.039C153.864 217.098 153.724 216.975 153.689 216.818L150.033 190.805C150.155 190.525 150.295 190.525 150.523 190.525H154.284C154.458 190.525 154.616 190.665 154.651 190.84Z%27 fill=%27white%27/%3E%3Cpath d=%27M149.91 190.717L143.455 226.474C143.42 226.684 143.578 226.894 143.805 226.877H147.793C147.968 226.877 148.108 226.754 148.143 226.579L154.651 190.822C154.686 190.612 154.528 190.42 154.301 190.42H150.26C150.085 190.42 149.945 190.542 149.91 190.717Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M144.47 200.653L148.126 226.492C148.161 226.701 148.003 226.894 147.776 226.894H143.735C143.56 226.894 143.42 226.771 143.385 226.614L139.729 200.619C139.851 200.339 139.991 200.339 140.219 200.339H144.102C144.277 200.339 144.435 200.479 144.47 200.653Z%27 fill=%27white%27/%3E%3Cpath d=%27M139.746 200.619L133.344 236.41C133.309 236.62 133.466 236.813 133.694 236.813H137.595C137.822 236.813 137.944 236.673 137.979 236.498L144.487 200.741C144.522 200.531 144.364 200.339 144.137 200.339H140.096C139.921 200.339 139.781 200.444 139.746 200.619Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M134.184 210.537L137.962 236.375C137.997 236.585 137.84 236.795 137.612 236.795H133.571C133.396 236.795 133.256 236.672 133.222 236.515L129.565 210.502C129.688 210.222 129.828 210.222 130.055 210.222H133.816C133.991 210.222 134.149 210.362 134.184 210.537Z%27 fill=%27white%27/%3E%3Cpath d=%27M129.426 210.52L122.971 246.277C122.936 246.486 123.093 246.696 123.321 246.679H127.309C127.484 246.679 127.624 246.556 127.659 246.381L134.166 210.625C134.201 210.415 134.044 210.222 133.816 210.222H129.775C129.601 210.222 129.461 210.345 129.426 210.52Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M124.002 220.455L127.658 246.294C127.693 246.503 127.536 246.696 127.309 246.696H123.268C123.093 246.696 122.953 246.573 122.918 246.416L119.262 220.421C119.384 220.141 119.524 220.141 119.752 220.141H123.635C123.81 220.141 123.967 220.281 124.002 220.455Z%27 fill=%27white%27/%3E%3Cpath d=%27M119.262 220.421L112.859 256.212C112.824 256.422 112.982 256.615 113.209 256.615H117.11C117.338 256.615 117.46 256.475 117.495 256.3L124.002 220.543C124.037 220.333 123.88 220.141 123.653 220.141H119.612C119.437 220.141 119.297 220.246 119.262 220.421Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M113.699 230.34L117.478 256.178C117.513 256.388 117.355 256.598 117.128 256.598H113.087C112.912 256.598 112.772 256.475 112.737 256.318L109.081 230.305C109.204 230.025 109.343 230.025 109.571 230.025H113.332C113.507 230.025 113.664 230.165 113.699 230.34Z%27 fill=%27white%27/%3E%3Cpath d=%27M108.959 230.235L102.504 265.992C102.469 266.202 102.626 266.412 102.854 266.394H106.842C107.017 266.394 107.157 266.272 107.192 266.097L113.699 230.34C113.734 230.13 113.577 229.938 113.35 229.938H109.309C109.134 229.938 108.994 230.06 108.959 230.235Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M103.536 240.154L107.192 265.992C107.227 266.202 107.069 266.394 106.842 266.394H102.801C102.626 266.394 102.486 266.272 102.451 266.114L98.7949 240.119C98.9174 239.839 99.0573 239.839 99.2847 239.839H103.168C103.343 239.839 103.501 239.979 103.536 240.154Z%27 fill=%27white%27/%3E%3Cpath d=%27M98.795 240.119L92.3926 275.911C92.3576 276.121 92.515 276.313 92.7424 276.313H96.6434C96.8708 276.313 96.9933 276.173 97.0282 275.998L103.536 240.241C103.571 240.031 103.413 239.839 103.186 239.839H99.1449C98.97 239.839 98.83 239.944 98.795 240.119Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M93.2319 250.055L97.0104 275.893C97.0454 276.103 96.888 276.313 96.6606 276.313H92.6197C92.4447 276.313 92.3048 276.19 92.2698 276.033L88.6138 250.02C88.7362 249.74 88.8762 249.74 89.1036 249.74H92.8646C93.0395 249.74 93.197 249.88 93.2319 250.055Z%27 fill=%27white%27/%3E%3Cpath d=%27M88.5091 250.02L82.0542 285.777C82.0192 285.987 82.1766 286.197 82.404 286.179H86.3925C86.5674 286.179 86.7073 286.057 86.7423 285.882L93.2497 250.125C93.2847 249.915 93.1273 249.723 92.8999 249.723H88.859C88.6841 249.723 88.5441 249.845 88.5091 250.02Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M83.0693 259.957L86.7253 285.795C86.7603 286.005 86.6029 286.197 86.3754 286.197H82.3345C82.1596 286.197 82.0196 286.075 81.9847 285.917L78.3286 259.922C78.4511 259.642 78.591 259.642 78.8184 259.642H82.7019C82.8768 259.642 83.0343 259.782 83.0693 259.957Z%27 fill=%27white%27/%3E%3Cpath d=%27M78.3282 259.922L71.9258 295.714C71.8908 295.924 72.0482 296.116 72.2756 296.116H76.1766C76.404 296.116 76.5265 295.976 76.5614 295.801L83.0689 260.044C83.1039 259.834 82.9464 259.642 82.719 259.642H78.6781C78.5032 259.642 78.3632 259.747 78.3282 259.922Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M72.7656 269.84L76.5441 295.678C76.5791 295.888 76.4217 296.098 76.1943 296.098H72.1534C71.9785 296.098 71.8385 295.976 71.8035 295.818L68.1475 269.805C68.2699 269.525 68.4099 269.525 68.6373 269.525H72.3983C72.5732 269.525 72.7306 269.665 72.7656 269.84Z%27 fill=%27white%27/%3E%3Cpath d=%27M68.0418 269.736L61.5869 305.493C61.5519 305.703 61.7093 305.913 61.9368 305.895H65.9252C66.1001 305.895 66.2401 305.773 66.275 305.598L72.7825 269.841C72.8175 269.631 72.66 269.438 72.4326 269.438H68.3917C68.2168 269.438 68.0768 269.561 68.0418 269.736Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M62.602 279.655L66.258 305.493C66.293 305.703 66.1356 305.895 65.9081 305.895H61.8672C61.6923 305.895 61.5524 305.773 61.5174 305.615L57.8613 279.62C57.9838 279.34 58.1237 279.34 58.3511 279.34H62.2346C62.4095 279.34 62.567 279.48 62.602 279.655Z%27 fill=%27white%27/%3E%3Cpath d=%27M57.8614 279.637L51.459 315.428C51.424 315.638 51.5814 315.831 51.8088 315.831H55.7098C55.9372 315.831 56.0597 315.691 56.0946 315.516L62.6021 279.759C62.6371 279.549 62.4621 279.357 62.2522 279.357H58.2113C58.0364 279.357 57.8964 279.462 57.8614 279.637Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M52.2984 289.556L56.0769 315.394C56.1118 315.604 55.9544 315.814 55.727 315.814H51.6861C51.5112 315.814 51.3712 315.692 51.3362 315.534L47.6802 289.521C47.8026 289.241 47.9426 289.241 48.17 289.241H51.931C52.1059 289.241 52.2634 289.381 52.2984 289.556Z%27 fill=%27white%27/%3E%3Cpath d=%27M47.558 289.539L41.103 325.295C41.068 325.505 41.2255 325.715 41.4529 325.698H45.4413C45.6162 325.698 45.7562 325.575 45.7912 325.4L52.2986 289.644C52.3336 289.434 52.1761 289.241 51.9487 289.241H47.9078C47.7329 289.241 47.5929 289.364 47.558 289.539Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M42.1176 299.457L45.7736 325.295C45.8086 325.505 45.6512 325.698 45.4238 325.698H41.3829C41.2079 325.698 41.068 325.575 41.033 325.418L37.377 299.422C37.4994 299.142 37.6394 299.142 37.8668 299.142H41.7502C41.9252 299.142 42.0826 299.282 42.1176 299.457Z%27 fill=%27white%27/%3E%3Cpath d=%27M37.3946 299.44L30.9922 335.232C30.9572 335.442 31.1146 335.634 31.342 335.634H35.243C35.4704 335.634 35.5928 335.494 35.6278 335.319L42.1353 299.563C42.1702 299.353 42.0128 299.16 41.7854 299.16H37.7445C37.5696 299.16 37.4296 299.265 37.3946 299.44Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M31.8316 309.359L35.6101 335.197C35.6451 335.407 35.4876 335.616 35.2602 335.616H31.2193C31.0444 335.616 30.9044 335.494 30.8694 335.337L27.2134 309.324C27.3358 309.044 27.4758 309.044 27.7032 309.044H31.4642C31.6391 309.044 31.7966 309.184 31.8316 309.359Z%27 fill=%27white%27/%3E%3Cpath d=%27M27.0907 309.236L20.6357 344.993C20.6007 345.203 20.7582 345.413 20.9856 345.395H24.974C25.1489 345.395 25.2889 345.273 25.3239 345.098L31.8313 309.341C31.8663 309.131 31.7089 308.938 31.4814 308.938H27.4405C27.2656 308.938 27.1257 309.061 27.0907 309.236Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M21.6503 319.173L25.3064 345.011C25.3413 345.221 25.1839 345.413 24.9565 345.413H20.9156C20.7407 345.413 20.6007 345.29 20.5657 345.133L16.9097 319.138C17.0321 318.858 17.1721 318.858 17.3995 318.858H21.2829C21.4579 318.858 21.6153 318.998 21.6503 319.173Z%27 fill=%27white%27/%3E%3Cpath d=%27M16.9274 319.138L10.5249 354.929C10.4899 355.139 10.6473 355.332 10.8748 355.332H14.7757C15.0031 355.332 15.1256 355.192 15.1606 355.017L21.668 319.26C21.703 319.05 21.5455 318.858 21.3181 318.858H17.2772C17.1023 318.858 16.9623 318.963 16.9274 319.138Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M11.3648 329.056L15.1433 354.894C15.1782 355.104 15.0208 355.314 14.7934 355.314H10.7525C10.5776 355.314 10.4376 355.192 10.4026 355.034L6.74658 329.021C6.86903 328.741 7.00898 328.741 7.23639 328.741H10.9974C11.1723 328.741 11.3298 328.881 11.3648 329.056Z%27 fill=%27white%27/%3E%3Cpath d=%27M6.62388 329.039L0.16893 364.796C0.133944 365.005 0.291376 365.215 0.518786 365.198H4.50722C4.68215 365.198 4.82209 365.075 4.85708 364.901L11.3645 329.144C11.3995 328.934 11.242 328.741 11.0146 328.741H6.97374C6.79881 328.741 6.65887 328.864 6.62388 329.039Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1.20156 338.958L4.85762 364.796C4.89261 365.006 4.73518 365.198 4.50777 365.198H0.466856C0.291925 365.198 0.151985 365.076 0.116999 364.918L-3.53906 338.923C-3.41661 338.643 -3.27667 338.643 -3.04926 338.643H0.834208C1.00914 338.643 1.16658 338.783 1.20156 338.958Z%27 fill=%27white%27/%3E%3Cpath d=%27M409.455 -27.272L403.052 8.51991C403.017 8.72983 403.175 8.92228 403.402 8.92228H407.303C407.53 8.92228 407.653 8.78231 407.688 8.62487L414.195 -27.1321C414.23 -27.342 414.073 -27.5344 413.845 -27.5344H409.805C409.63 -27.5344 409.49 -27.4295 409.455 -27.2545%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M403.909 -17.3535L407.687 8.50202C407.722 8.71194 407.565 8.92191 407.337 8.92191H403.296C403.122 8.92191 402.982 8.79944 402.947 8.642L399.291 -17.371C399.413 -17.6509 399.553 -17.6509 399.78 -17.6509H403.541C403.716 -17.6509 403.874 -17.5109 403.909 -17.336%27 fill=%27white%27/%3E%3Cpath d=%27M399.168 -17.4756L392.713 18.2813C392.678 18.4913 392.836 18.7012 393.063 18.6837H397.052C397.227 18.6837 397.367 18.5612 397.402 18.3863L403.909 -17.3706C403.944 -17.5806 403.787 -17.7729 403.559 -17.7729H399.518C399.343 -17.7729 399.203 -17.6505 399.168 -17.4756Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M393.728 -7.53883L397.384 18.2992C397.419 18.5091 397.261 18.7016 397.034 18.7016H392.993C392.818 18.7016 392.678 18.5791 392.643 18.4217L388.987 -7.57386C389.11 -7.85375 389.25 -7.85376 389.477 -7.85376H393.361C393.536 -7.85376 393.693 -7.71377 393.728 -7.53883Z%27 fill=%27white%27/%3E%3Cpath d=%27M388.988 -7.57452L382.585 28.2174C382.55 28.4273 382.708 28.6197 382.935 28.6197H386.836C387.064 28.6197 387.186 28.4798 387.221 28.3224L393.729 -7.43454C393.764 -7.64447 393.606 -7.83691 393.379 -7.83691H389.338C389.163 -7.83691 389.023 -7.73195 388.988 -7.55701%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M383.443 2.34466L387.221 28.1827C387.256 28.3926 387.099 28.6026 386.871 28.6026H382.831C382.656 28.6026 382.516 28.4801 382.481 28.3227L378.825 2.30964C378.947 2.02974 379.087 2.02979 379.315 2.02979H383.076C383.25 2.02979 383.408 2.16972 383.443 2.34466Z%27 fill=%27white%27/%3E%3Cpath d=%27M378.684 2.32695L372.229 38.0839C372.194 38.2938 372.352 38.5037 372.579 38.4862H376.568C376.743 38.4862 376.883 38.3638 376.918 38.1888L383.425 2.43191C383.46 2.22198 383.303 2.01209 383.075 2.02959H379.034C378.859 2.02959 378.719 2.15201 378.684 2.32695Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M373.262 12.2651L376.918 38.1031C376.953 38.3131 376.795 38.5055 376.568 38.5055H372.527C372.352 38.5055 372.212 38.3831 372.177 38.2256L368.521 12.2301C368.643 11.9502 368.783 11.9502 369.011 11.9502H372.894C373.069 11.9502 373.227 12.0901 373.262 12.2651Z%27 fill=%27white%27/%3E%3Cpath d=%27M368.521 12.2297L362.118 48.0216C362.083 48.2315 362.241 48.4239 362.468 48.4239H366.369C366.596 48.4239 366.719 48.284 366.754 48.1265L373.261 12.3696C373.296 12.1597 373.121 11.9673 372.911 11.9673H368.871C368.696 11.9673 368.556 12.0723 368.521 12.2472%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M362.958 22.1662L366.737 48.0043C366.772 48.2142 366.614 48.4241 366.387 48.4241H362.346C362.171 48.4241 362.031 48.3016 361.996 48.1442L358.34 22.1312C358.462 21.8513 358.602 21.8513 358.83 21.8513H362.591C362.766 21.8513 362.923 21.9913 362.958 22.1662Z%27 fill=%27white%27/%3E%3Cpath d=%27M358.218 22.0438L351.763 57.8006C351.728 58.0105 351.885 58.2205 352.113 58.203H356.101C356.276 58.203 356.416 58.0806 356.451 57.9056L362.958 22.1487C362.993 21.9388 362.836 21.7463 362.608 21.7463H358.567C358.393 21.7463 358.253 21.8688 358.218 22.0438Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M352.794 31.9623L356.45 57.8004C356.485 58.0103 356.328 58.2027 356.101 58.2027H352.06C351.885 58.2027 351.745 58.0803 351.71 57.9228L348.054 31.9274C348.176 31.6475 348.316 31.6475 348.544 31.6475H352.427C352.602 31.6475 352.759 31.7874 352.794 31.9623Z%27 fill=%27white%27/%3E%3Cpath d=%27M348.055 31.945L341.652 67.7369C341.617 67.9469 341.775 68.1393 342.002 68.1393H345.903C346.131 68.1393 346.253 67.9994 346.288 67.8419L352.795 32.085C352.83 31.8751 352.673 31.6826 352.446 31.6826H348.405C348.23 31.6826 348.09 31.7876 348.055 31.9625%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M342.491 41.8637L346.27 67.7017C346.305 67.9117 346.147 68.1216 345.92 68.1216H341.879C341.704 68.1216 341.564 67.9992 341.529 67.8417L337.873 41.8287C337.995 41.5488 338.135 41.5488 338.363 41.5488H342.124C342.299 41.5488 342.456 41.6888 342.491 41.8637Z%27 fill=%27white%27/%3E%3Cpath d=%27M337.768 41.8289L331.313 77.5858C331.278 77.7958 331.435 78.0056 331.663 77.9881H335.651C335.826 77.9881 335.966 77.8657 336.001 77.6908L342.509 41.9339C342.544 41.7239 342.386 41.5315 342.159 41.5315H338.118C337.943 41.5315 337.803 41.654 337.768 41.8289Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M332.328 51.7656L335.984 77.6036C336.019 77.8135 335.861 78.006 335.634 78.006H331.593C331.418 78.006 331.278 77.8835 331.243 77.7261L327.587 51.7305C327.709 51.4506 327.849 51.4507 328.077 51.4507H331.96C332.135 51.4507 332.293 51.5906 332.328 51.7656Z%27 fill=%27white%27/%3E%3Cpath d=%27M327.587 51.7304L321.185 87.5224C321.15 87.7323 321.307 87.9247 321.534 87.9247H325.435C325.663 87.9247 325.785 87.7848 325.82 87.6273L332.328 51.8704C332.363 51.6605 332.188 51.468 331.978 51.468H327.937C327.762 51.468 327.622 51.573 327.587 51.7479%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M322.024 61.667L325.802 87.505C325.837 87.7149 325.68 87.9248 325.453 87.9248H321.412C321.237 87.9248 321.097 87.8024 321.062 87.645L317.406 61.632C317.528 61.3521 317.668 61.3521 317.896 61.3521H321.657C321.831 61.3521 321.989 61.492 322.024 61.667Z%27 fill=%27white%27/%3E%3Cpath d=%27M317.302 61.5442L310.847 97.3012C310.812 97.5111 310.969 97.721 311.197 97.7035H315.185C315.36 97.7035 315.5 97.5811 315.535 97.4061L322.042 61.6492C322.077 61.4393 321.92 61.2468 321.692 61.2468H317.651C317.477 61.2468 317.337 61.3693 317.302 61.5442Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M311.861 71.4631L315.517 97.3011C315.552 97.5111 315.395 97.7035 315.167 97.7035H311.127C310.952 97.7035 310.812 97.5811 310.777 97.4236L307.121 71.4281C307.243 71.1482 307.383 71.1482 307.61 71.1482H311.494C311.669 71.1482 311.826 71.2882 311.861 71.4631Z%27 fill=%27white%27/%3E%3Cpath d=%27M307.12 71.4457L300.717 107.238C300.682 107.448 300.84 107.64 301.067 107.64H304.968C305.196 107.64 305.318 107.5 305.353 107.343L311.86 71.5857C311.895 71.3757 311.738 71.1833 311.511 71.1833H307.47C307.295 71.1833 307.155 71.2883 307.12 71.4633%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M301.558 81.3642L305.337 107.202C305.372 107.412 305.214 107.622 304.987 107.622H300.946C300.771 107.622 300.631 107.5 300.596 107.342L296.94 81.3292C297.062 81.0493 297.202 81.0493 297.43 81.0493H301.191C301.366 81.0493 301.523 81.1893 301.558 81.3642Z%27 fill=%27white%27/%3E%3Cpath d=%27M296.817 81.3467L290.362 117.104C290.327 117.314 290.484 117.523 290.712 117.506H294.7C294.875 117.506 295.015 117.384 295.05 117.209L301.557 81.4517C301.592 81.2418 301.435 81.0493 301.207 81.0493H297.167C296.992 81.0493 296.852 81.1718 296.817 81.3467Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M291.377 91.266L295.033 117.104C295.068 117.314 294.91 117.506 294.683 117.506H290.642C290.467 117.506 290.327 117.384 290.292 117.227L286.636 91.2311C286.759 90.9512 286.899 90.9512 287.126 90.9512H291.01C291.184 90.9512 291.342 91.0911 291.377 91.266Z%27 fill=%27white%27/%3E%3Cpath d=%27M286.653 91.2483L280.251 127.04C280.216 127.25 280.373 127.443 280.601 127.443H284.502C284.729 127.443 284.852 127.303 284.887 127.145L291.394 91.3882C291.429 91.1783 291.254 90.9858 291.044 90.9858H287.003C286.828 90.9858 286.688 91.0908 286.653 91.2657%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M281.091 101.168L284.869 127.023C284.904 127.233 284.747 127.443 284.519 127.443H280.479C280.304 127.443 280.164 127.321 280.129 127.163L276.473 101.15C276.595 100.87 276.735 100.87 276.962 100.87H280.723C280.898 100.87 281.056 101.01 281.091 101.185%27 fill=%27white%27/%3E%3Cpath d=%27M276.35 101.045L269.895 136.802C269.86 137.012 270.017 137.222 270.245 137.204H274.233C274.408 137.204 274.548 137.064 274.583 136.907L281.091 101.15C281.126 100.94 280.968 100.748 280.741 100.748H276.7C276.525 100.748 276.385 100.87 276.35 101.045Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M270.909 110.981L274.565 136.819C274.6 137.029 274.443 137.221 274.215 137.221H270.174C269.999 137.221 269.859 137.099 269.825 136.941L266.168 110.946C266.291 110.666 266.431 110.666 266.658 110.666H270.542C270.717 110.666 270.874 110.806 270.909 110.981Z%27 fill=%27white%27/%3E%3Cpath d=%27M266.187 110.946L259.784 146.738C259.749 146.948 259.907 147.14 260.134 147.14H264.035C264.262 147.14 264.385 147 264.42 146.843L270.927 111.086C270.962 110.876 270.787 110.683 270.577 110.683H266.536C266.362 110.683 266.222 110.788 266.187 110.963%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M260.623 120.865L264.402 146.703C264.437 146.913 264.279 147.123 264.052 147.123H260.011C259.836 147.123 259.696 147 259.661 146.843L256.005 120.83C256.127 120.55 256.267 120.55 256.495 120.55H260.256C260.431 120.55 260.588 120.69 260.623 120.865Z%27 fill=%27white%27/%3E%3Cpath d=%27M255.883 120.847L249.428 156.604C249.393 156.814 249.55 157.024 249.778 157.007H253.766C253.941 157.007 254.081 156.884 254.116 156.709L260.623 120.952C260.658 120.742 260.501 120.55 260.273 120.55H256.233C256.058 120.55 255.918 120.672 255.883 120.847Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M250.46 130.766L254.116 156.604C254.151 156.814 253.993 157.006 253.766 157.006H249.725C249.55 157.006 249.41 156.884 249.375 156.727L245.719 130.731C245.842 130.451 245.982 130.451 246.209 130.451H250.093C250.267 130.451 250.425 130.591 250.46 130.766Z%27 fill=%27white%27/%3E%3Cpath d=%27M245.719 130.749L239.317 166.541C239.282 166.751 239.439 166.944 239.667 166.944H243.568C243.795 166.944 243.918 166.804 243.953 166.646L250.46 130.889C250.495 130.679 250.338 130.487 250.11 130.487H246.069C245.894 130.487 245.754 130.592 245.719 130.767%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M240.157 140.668L243.936 166.506C243.971 166.716 243.813 166.926 243.586 166.926H239.545C239.37 166.926 239.23 166.803 239.195 166.646L235.539 140.633C235.662 140.353 235.801 140.353 236.029 140.353H239.79C239.965 140.353 240.122 140.493 240.157 140.668Z%27 fill=%27white%27/%3E%3Cpath d=%27M235.417 140.546L228.962 176.302C228.927 176.512 229.084 176.722 229.312 176.705H233.3C233.475 176.705 233.615 176.582 233.65 176.407L240.157 140.65C240.192 140.441 240.035 140.231 239.808 140.248H235.767C235.592 140.248 235.452 140.371 235.417 140.546Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M229.993 150.481L233.649 176.319C233.684 176.529 233.527 176.722 233.299 176.722H229.258C229.083 176.722 228.943 176.599 228.908 176.442L225.252 150.446C225.375 150.167 225.515 150.167 225.742 150.167H229.626C229.801 150.167 229.958 150.306 229.993 150.481Z%27 fill=%27white%27/%3E%3Cpath d=%27M225.252 150.447L218.85 186.239C218.815 186.449 218.972 186.641 219.199 186.641H223.1C223.328 186.641 223.45 186.501 223.485 186.344L229.993 150.587C230.028 150.377 229.87 150.185 229.643 150.185H225.602C225.427 150.185 225.287 150.289 225.252 150.464%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M219.69 160.365L223.468 186.203C223.503 186.413 223.346 186.623 223.119 186.623H219.078C218.903 186.623 218.763 186.501 218.728 186.343L215.072 160.33C215.194 160.051 215.334 160.051 215.562 160.051H219.323C219.498 160.051 219.655 160.19 219.69 160.365Z%27 fill=%27white%27/%3E%3Cpath d=%27M214.95 160.365L208.495 196.122C208.46 196.332 208.617 196.542 208.844 196.525H212.833C213.008 196.525 213.148 196.402 213.183 196.227L219.69 160.47C219.725 160.26 219.568 160.068 219.34 160.068H215.299C215.124 160.068 214.985 160.19 214.95 160.365Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M209.509 170.285L213.165 196.123C213.2 196.333 213.042 196.525 212.815 196.525H208.774C208.599 196.525 208.459 196.403 208.424 196.245L204.768 170.25C204.891 169.97 205.03 169.97 205.258 169.97H209.141C209.316 169.97 209.474 170.11 209.509 170.285Z%27 fill=%27white%27/%3E%3Cpath d=%27M204.768 170.25L198.366 206.042C198.331 206.251 198.488 206.444 198.716 206.444H202.617C202.844 206.444 202.966 206.304 203.001 206.129L209.509 170.372C209.544 170.162 209.386 169.97 209.159 169.97H205.118C204.943 169.97 204.803 170.075 204.768 170.25Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M199.223 180.186L203.001 206.024C203.036 206.233 202.879 206.443 202.651 206.443H198.61C198.435 206.443 198.296 206.321 198.261 206.164L194.604 180.151C194.727 179.871 194.867 179.871 195.094 179.871H198.855C199.03 179.871 199.188 180.011 199.223 180.186Z%27 fill=%27white%27/%3E%3Cpath d=%27M194.482 180.063L188.027 215.82C187.992 216.03 188.149 216.24 188.377 216.223H192.365C192.54 216.223 192.68 216.1 192.715 215.925L199.222 180.168C199.257 179.958 199.1 179.766 198.873 179.766H194.832C194.657 179.766 194.517 179.888 194.482 180.063Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M189.041 189.982L192.697 215.82C192.732 216.03 192.575 216.223 192.348 216.223H188.307C188.132 216.223 187.992 216.1 187.957 215.943L184.301 189.947C184.423 189.667 184.563 189.667 184.791 189.667H188.674C188.849 189.667 189.006 189.807 189.041 189.982Z%27 fill=%27white%27/%3E%3Cpath d=%27M184.319 189.964L177.916 225.756C177.882 225.966 178.039 226.159 178.266 226.159H182.167C182.395 226.159 182.517 226.019 182.552 225.844L189.06 190.087C189.095 189.877 188.92 189.685 188.71 189.685H184.669C184.494 189.685 184.354 189.79 184.319 189.964Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M178.755 199.884L182.534 225.722C182.569 225.932 182.411 226.142 182.184 226.142H178.143C177.968 226.142 177.828 226.019 177.793 225.862L174.137 199.849C174.26 199.569 174.4 199.569 174.627 199.569H178.388C178.563 199.569 178.72 199.709 178.755 199.884Z%27 fill=%27white%27/%3E%3Cpath d=%27M174.015 199.866L167.561 235.623C167.526 235.833 167.683 236.043 167.91 236.026H171.899C172.074 236.026 172.214 235.903 172.249 235.728L178.756 199.971C178.791 199.761 178.634 199.551 178.406 199.569H174.365C174.19 199.569 174.05 199.691 174.015 199.866Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M168.575 209.785L172.231 235.623C172.266 235.833 172.108 236.025 171.881 236.025H167.84C167.665 236.025 167.525 235.903 167.49 235.745L163.834 209.75C163.956 209.47 164.096 209.47 164.324 209.47H168.207C168.382 209.47 168.54 209.61 168.575 209.785Z%27 fill=%27white%27/%3E%3Cpath d=%27M163.852 209.75L157.449 245.542C157.414 245.751 157.572 245.944 157.799 245.944H161.7C161.927 245.944 162.05 245.804 162.085 245.629L168.592 209.872C168.627 209.662 168.452 209.47 168.242 209.47H164.202C164.027 209.47 163.887 209.575 163.852 209.75Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M158.289 219.686L162.068 245.525C162.103 245.734 161.945 245.944 161.718 245.944H157.677C157.502 245.944 157.362 245.822 157.327 245.664L153.671 219.651C153.793 219.372 153.933 219.372 154.161 219.372H157.922C158.097 219.372 158.254 219.512 158.289 219.686Z%27 fill=%27white%27/%3E%3Cpath d=%27M153.549 219.564L147.094 255.321C147.059 255.531 147.216 255.741 147.444 255.723H151.432C151.607 255.723 151.747 255.601 151.782 255.426L158.289 219.669C158.324 219.459 158.167 219.267 157.939 219.267H153.899C153.724 219.267 153.584 219.389 153.549 219.564Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M148.108 229.483L151.764 255.321C151.799 255.531 151.642 255.724 151.415 255.724H147.374C147.199 255.724 147.059 255.601 147.024 255.444L143.368 229.448C143.49 229.168 143.63 229.168 143.858 229.168H147.741C147.916 229.168 148.073 229.308 148.108 229.483Z%27 fill=%27white%27/%3E%3Cpath d=%27M143.385 229.465L136.982 265.257C136.947 265.467 137.105 265.659 137.332 265.659H141.233C141.461 265.659 141.583 265.519 141.618 265.344L148.125 229.587C148.16 229.378 148.003 229.185 147.776 229.185H143.735C143.56 229.185 143.42 229.29 143.385 229.465Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M137.822 239.384L141.601 265.222C141.636 265.432 141.478 265.642 141.251 265.642H137.21C137.035 265.642 136.895 265.519 136.86 265.362L133.204 239.349C133.327 239.069 133.466 239.069 133.694 239.069H137.455C137.63 239.069 137.787 239.209 137.822 239.384Z%27 fill=%27white%27/%3E%3Cpath d=%27M133.081 239.366L126.626 275.123C126.591 275.333 126.749 275.543 126.976 275.526H130.965C131.14 275.526 131.28 275.403 131.315 275.228L137.822 239.471C137.857 239.261 137.7 239.069 137.472 239.069H133.431C133.256 239.069 133.116 239.192 133.081 239.366Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M127.641 249.286L131.297 275.124C131.332 275.334 131.175 275.526 130.947 275.526H126.906C126.731 275.526 126.591 275.404 126.556 275.246L122.9 249.251C123.023 248.971 123.163 248.971 123.39 248.971H127.274C127.449 248.971 127.606 249.111 127.641 249.286Z%27 fill=%27white%27/%3E%3Cpath d=%27M122.901 249.268L116.498 285.06C116.463 285.27 116.621 285.462 116.848 285.462H120.749C120.976 285.462 121.099 285.323 121.134 285.148L127.641 249.391C127.676 249.181 127.519 248.988 127.291 248.988H123.25C123.075 248.988 122.935 249.093 122.901 249.268Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M117.337 259.187L121.116 285.025C121.151 285.234 120.993 285.444 120.766 285.444H116.725C116.55 285.444 116.41 285.322 116.375 285.164L112.719 259.151C112.842 258.872 112.982 258.872 113.209 258.872H116.97C117.145 258.872 117.302 259.012 117.337 259.187Z%27 fill=%27white%27/%3E%3Cpath d=%27M112.614 259.082L106.159 294.839C106.124 295.049 106.282 295.259 106.509 295.242H110.497C110.672 295.242 110.812 295.119 110.847 294.944L117.355 259.187C117.39 258.977 117.232 258.785 117.005 258.785H112.964C112.789 258.785 112.649 258.907 112.614 259.082Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M107.174 269.001L110.83 294.839C110.865 295.049 110.707 295.241 110.48 295.241H106.439C106.264 295.241 106.124 295.119 106.089 294.961L102.433 268.966C102.556 268.686 102.695 268.686 102.923 268.686H106.806C106.981 268.686 107.139 268.826 107.174 269.001Z%27 fill=%27white%27/%3E%3Cpath d=%27M102.434 268.966L96.0312 304.758C95.9962 304.968 96.1537 305.16 96.3811 305.16H100.282C100.509 305.16 100.632 305.02 100.667 304.845L107.174 269.088C107.209 268.878 107.052 268.686 106.824 268.686H102.784C102.609 268.686 102.469 268.791 102.434 268.966Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M96.8706 278.902L100.649 304.74C100.684 304.95 100.527 305.16 100.299 305.16H96.2583C96.0834 305.16 95.9435 305.038 95.9085 304.88L92.2524 278.867C92.3749 278.587 92.5148 278.587 92.7422 278.587H96.5032C96.6782 278.587 96.8356 278.727 96.8706 278.902Z%27 fill=%27white%27/%3E%3Cpath d=%27M92.1483 278.868L85.6933 314.625C85.6584 314.835 85.8158 315.044 86.0432 315.027H90.0316C90.2066 315.027 90.3465 314.905 90.3815 314.73L96.8889 278.973C96.9239 278.763 96.7665 278.57 96.5391 278.57H92.4982C92.3232 278.57 92.1833 278.693 92.1483 278.868Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M86.7074 288.786L90.3635 314.624C90.3985 314.834 90.241 315.026 90.0136 315.026H85.9727C85.7978 315.026 85.6578 314.904 85.6228 314.746L81.9668 288.751C82.0892 288.471 82.2292 288.471 82.4566 288.471H86.3401C86.515 288.471 86.6724 288.611 86.7074 288.786Z%27 fill=%27white%27/%3E%3Cpath d=%27M81.9845 288.768L75.582 324.56C75.547 324.77 75.7045 324.962 75.9319 324.962H79.8328C80.0603 324.962 80.1827 324.822 80.2177 324.648L86.7251 288.891C86.7601 288.681 86.6027 288.488 86.3753 288.488H82.3343C82.1594 288.488 82.0195 288.593 81.9845 288.768Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M76.4214 298.688L80.1999 324.526C80.2349 324.736 80.0774 324.946 79.85 324.946H75.8091C75.6342 324.946 75.4943 324.823 75.4593 324.666L71.8032 298.653C71.9257 298.373 72.0656 298.373 72.293 298.373H76.054C76.229 298.373 76.3864 298.513 76.4214 298.688Z%27 fill=%27white%27/%3E%3Cpath d=%27M71.681 298.583L65.2261 334.339C65.1911 334.549 65.3485 334.759 65.5759 334.742H69.5643C69.7393 334.742 69.8792 334.619 69.9142 334.444L76.4216 298.688C76.4566 298.478 76.2992 298.285 76.0718 298.285H72.0309C71.8559 298.285 71.716 298.408 71.681 298.583Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M66.2406 308.502L69.8967 334.34C69.9317 334.55 69.7742 334.742 69.5468 334.742H65.5059C65.331 334.742 65.191 334.62 65.1561 334.462L61.5 308.467C61.6225 308.187 61.7624 308.187 61.9898 308.187H65.8733C66.0482 308.187 66.2056 308.327 66.2406 308.502Z%27 fill=%27white%27/%3E%3Cpath d=%27M61.5167 308.467L55.1142 344.259C55.0793 344.468 55.2367 344.661 55.4641 344.661H59.3651C59.5925 344.661 59.7149 344.521 59.7499 344.346L66.2573 308.589C66.2923 308.379 66.1349 308.187 65.9075 308.187H61.8666C61.6916 308.187 61.5517 308.292 61.5167 308.467Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M55.9546 318.403L59.7331 344.241C59.7681 344.451 59.6107 344.66 59.3832 344.66H55.3423C55.1674 344.66 55.0275 344.538 54.9925 344.381L51.3364 318.368C51.4589 318.088 51.5988 318.088 51.8262 318.088H55.5872C55.7622 318.088 55.9196 318.228 55.9546 318.403Z%27 fill=%27white%27/%3E%3Cpath d=%27M51.1961 318.385L44.7412 354.142C44.7062 354.352 44.8636 354.562 45.0911 354.544H49.0795C49.2544 354.544 49.3943 354.422 49.4293 354.247L55.9368 318.49C55.9717 318.28 55.8143 318.088 55.5869 318.088H51.546C51.3711 318.088 51.2311 318.21 51.1961 318.385Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M45.7733 328.304L49.4294 354.142C49.4644 354.352 49.3069 354.545 49.0795 354.545H45.0386C44.8637 354.545 44.7237 354.422 44.6888 354.265L41.0327 328.269C41.1552 327.989 41.2951 327.989 41.5225 327.989H45.406C45.5809 327.989 45.7384 328.129 45.7733 328.304Z%27 fill=%27white%27/%3E%3Cpath d=%27M41.0333 328.269L34.6308 364.061C34.5959 364.271 34.7533 364.463 34.9807 364.463H38.8817C39.1091 364.463 39.2315 364.323 39.2665 364.149L45.7739 328.392C45.8089 328.182 45.6515 327.989 45.4241 327.989H41.3832C41.2082 327.989 41.0683 328.094 41.0333 328.269Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M35.4697 338.205L39.2482 364.044C39.2832 364.254 39.1258 364.463 38.8984 364.463H34.8575C34.6826 364.463 34.5426 364.341 34.5076 364.184L30.8516 338.171C30.974 337.891 31.114 337.891 31.3414 337.891H35.1024C35.2773 337.891 35.4348 338.031 35.4697 338.205Z%27 fill=%27white%27/%3E%3Cpath d=%27M30.7469 338.083L24.292 373.84C24.257 374.05 24.4144 374.26 24.6418 374.242H28.6303C28.8052 374.242 28.9451 374.12 28.9801 373.945L35.4876 338.188C35.5225 337.978 35.3651 337.786 35.1377 337.786H31.0968C30.9219 337.786 30.7819 337.908 30.7469 338.083Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M25.3066 348.002L28.9626 373.84C28.9976 374.05 28.8402 374.242 28.6127 374.242H24.5718C24.3969 374.242 24.257 374.12 24.222 373.962L20.5659 347.967C20.6884 347.687 20.8283 347.687 21.0557 347.687H24.9392C25.1141 347.687 25.2716 347.827 25.3066 348.002Z%27 fill=%27white%27/%3E%3Cpath d=%27M20.566 347.984L14.1636 383.776C14.1286 383.986 14.286 384.179 14.5134 384.179H18.4144C18.6418 384.179 18.7642 384.039 18.7992 383.864L25.3067 348.107C25.3416 347.897 25.1842 347.705 24.9568 347.705H20.9159C20.741 347.705 20.601 347.81 20.566 347.984Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M15.0034 357.903L18.7819 383.742C18.8169 383.951 18.6595 384.161 18.4321 384.161H14.3912C14.2162 384.161 14.0763 384.039 14.0413 383.882L10.3853 357.868C10.5077 357.589 10.6477 357.589 10.8751 357.589H14.6361C14.811 357.589 14.9685 357.729 15.0034 357.903Z%27 fill=%27white%27/%3E%3Cpath d=%27M10.2801 357.886L3.82518 393.643C3.79019 393.853 3.94764 394.063 4.17505 394.045H8.16347C8.3384 394.045 8.47834 393.923 8.51333 393.748L15.0208 357.991C15.0557 357.781 14.8983 357.589 14.6709 357.589H10.63C10.4551 357.589 10.3151 357.711 10.2801 357.886Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M4.83975 367.804L8.49581 393.642C8.53079 393.852 8.37335 394.045 8.14594 394.045H4.10504C3.93011 394.045 3.79017 393.922 3.75518 393.765L0.0991211 367.769C0.221573 367.49 0.361515 367.49 0.588925 367.49H4.47239C4.64732 367.49 4.80476 367.629 4.83975 367.804Z%27 fill=%27white%27/%3E%3Cpath d=%27M0.0987353 367.769L-6.30373 403.561C-6.33871 403.771 -6.18128 403.964 -5.95387 403.964H-2.05291C-1.8255 403.964 -1.70306 403.824 -1.66807 403.649L4.83936 367.892C4.87435 367.682 4.71691 367.49 4.4895 367.49H0.448592C0.273661 367.49 0.133722 367.594 0.0987353 367.769Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.111 1.55707L406.708 37.349C406.673 37.5589 406.831 37.7513 407.058 37.7513H410.959C411.187 37.7513 411.309 37.6114 411.344 37.454L417.852 1.69705C417.887 1.48713 417.712 1.29468 417.502 1.29468H413.461C413.286 1.29468 413.146 1.39965 413.111 1.57458%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M407.547 11.4953L411.326 37.3334C411.361 37.5433 411.203 37.7532 410.976 37.7532H406.935C406.76 37.7532 406.62 37.6307 406.585 37.4733L402.929 11.4603C403.052 11.1804 403.192 11.1804 403.419 11.1804H407.18C407.355 11.1804 407.512 11.3204 407.547 11.4953Z%27 fill=%27white%27/%3E%3Cpath d=%27M402.825 11.3726L396.37 47.1295C396.335 47.3395 396.493 47.5493 396.72 47.5318H400.708C400.883 47.5318 401.023 47.4094 401.058 47.2345L407.566 11.4776C407.601 11.2676 407.443 11.0752 407.216 11.0752H403.175C403 11.0752 402.86 11.1977 402.825 11.3726Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M397.385 21.2914L401.041 47.1295C401.076 47.3394 400.919 47.5318 400.691 47.5318H396.65C396.475 47.5318 396.336 47.4094 396.301 47.2519L392.645 21.2565C392.767 20.9766 392.907 20.9766 393.134 20.9766H397.018C397.193 20.9766 397.35 21.1165 397.385 21.2914Z%27 fill=%27white%27/%3E%3Cpath d=%27M392.644 21.2742L386.241 57.0661C386.206 57.276 386.364 57.4684 386.591 57.4684H390.492C390.719 57.4684 390.842 57.3285 390.877 57.171L397.384 21.4141C397.419 21.2042 397.262 21.0117 397.034 21.0117H392.994C392.819 21.0117 392.679 21.1167 392.644 21.2916%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M387.081 31.1933L390.86 57.0314C390.895 57.2413 390.737 57.4512 390.51 57.4512H386.469C386.294 57.4512 386.154 57.3287 386.119 57.1713L382.463 31.1583C382.585 30.8784 382.725 30.8784 382.953 30.8784H386.714C386.889 30.8784 387.046 31.0184 387.081 31.1933Z%27 fill=%27white%27/%3E%3Cpath d=%27M382.341 31.1758L375.886 66.9327C375.851 67.1426 376.008 67.3526 376.236 67.3351H380.224C380.399 67.3351 380.539 67.2126 380.574 67.0377L387.081 31.2808C387.116 31.0709 386.959 30.8784 386.731 30.8784H382.691C382.516 30.8784 382.376 31.0008 382.341 31.1758Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M376.9 41.112L380.556 66.9501C380.591 67.16 380.434 67.3524 380.206 67.3524H376.166C375.991 67.3524 375.851 67.23 375.816 67.0725L372.16 41.077C372.282 40.7971 372.422 40.7971 372.649 40.7971H376.533C376.708 40.7971 376.865 40.9371 376.9 41.112Z%27 fill=%27white%27/%3E%3Cpath d=%27M372.177 41.0768L365.774 76.8688C365.739 77.0787 365.897 77.2711 366.124 77.2711H370.025C370.253 77.2711 370.375 77.1312 370.41 76.9737L376.917 41.2168C376.952 41.0069 376.795 40.8145 376.568 40.8145H372.527C372.352 40.8145 372.212 40.9194 372.177 41.0944%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M366.614 50.9953L370.393 76.8333C370.428 77.0432 370.27 77.2532 370.043 77.2532H366.002C365.827 77.2532 365.687 77.1307 365.652 76.9733L361.996 50.9603C362.119 50.6804 362.258 50.6804 362.486 50.6804H366.247C366.422 50.6804 366.579 50.8204 366.614 50.9953Z%27 fill=%27white%27/%3E%3Cpath d=%27M361.874 50.8907L355.419 86.6476C355.384 86.8575 355.541 87.0674 355.769 87.0499H359.757C359.932 87.0499 360.072 86.9275 360.107 86.7526L366.614 50.9956C366.649 50.7857 366.492 50.5933 366.265 50.5933H362.224C362.049 50.5933 361.909 50.7157 361.874 50.8907Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M356.433 60.8095L360.089 86.6476C360.124 86.8575 359.967 87.0499 359.739 87.0499H355.698C355.523 87.0499 355.383 86.9275 355.348 86.7701L351.692 60.7745C351.815 60.4946 351.955 60.4946 352.182 60.4946H356.066C356.241 60.4946 356.398 60.6346 356.433 60.8095Z%27 fill=%27white%27/%3E%3Cpath d=%27M351.71 60.7748L345.308 96.5667C345.273 96.7767 345.43 96.9691 345.657 96.9691H349.558C349.786 96.9691 349.908 96.8291 349.943 96.6717L356.451 60.9148C356.486 60.7048 356.328 60.5125 356.101 60.5125H352.06C351.885 60.5125 351.745 60.6174 351.71 60.7924%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M346.147 70.7109L349.925 96.5665C349.96 96.7764 349.803 96.9864 349.576 96.9864H345.535C345.36 96.9864 345.22 96.8639 345.185 96.7065L341.529 70.6935C341.651 70.4136 341.791 70.4136 342.019 70.4136H345.78C345.955 70.4136 346.112 70.5535 346.147 70.7284%27 fill=%27white%27/%3E%3Cpath d=%27M341.406 70.6758L334.951 106.433C334.916 106.643 335.074 106.853 335.301 106.835H339.289C339.464 106.835 339.604 106.713 339.639 106.538L346.147 70.7808C346.182 70.5709 346.024 70.3784 345.797 70.3784H341.756C341.581 70.3784 341.441 70.5009 341.406 70.6758Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M335.984 80.612L339.64 106.45C339.675 106.66 339.518 106.852 339.29 106.852H335.25C335.075 106.852 334.935 106.73 334.9 106.572L331.244 80.577C331.366 80.2971 331.506 80.2971 331.733 80.2971H335.617C335.792 80.2971 335.949 80.4371 335.984 80.612Z%27 fill=%27white%27/%3E%3Cpath d=%27M331.243 80.5773L324.84 116.369C324.805 116.579 324.963 116.772 325.19 116.772H329.091C329.319 116.772 329.441 116.632 329.476 116.474L335.983 80.7173C336.018 80.5073 335.861 80.3149 335.634 80.3149H331.593C331.418 80.3149 331.278 80.4199 331.243 80.5948%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M325.681 90.496L329.459 116.334C329.494 116.544 329.337 116.754 329.109 116.754H325.068C324.894 116.754 324.754 116.631 324.719 116.474L321.062 90.4611C321.185 90.1812 321.325 90.1812 321.552 90.1812H325.313C325.488 90.1812 325.646 90.3211 325.681 90.496Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.94 90.3911L314.485 126.148C314.45 126.358 314.607 126.568 314.835 126.55H318.823C318.998 126.55 319.138 126.428 319.173 126.253L325.68 90.4961C325.715 90.2861 325.558 90.0938 325.331 90.0938H321.29C321.115 90.0938 320.975 90.2162 320.94 90.3911Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M315.517 100.31L319.173 126.148C319.208 126.358 319.051 126.55 318.823 126.55H314.782C314.607 126.55 314.467 126.428 314.432 126.27L310.776 100.275C310.899 99.9951 311.039 99.9951 311.266 99.9951H315.15C315.325 99.9951 315.482 100.135 315.517 100.31Z%27 fill=%27white%27/%3E%3Cpath d=%27M310.776 100.275L304.374 136.067C304.339 136.277 304.496 136.469 304.724 136.469H308.625C308.852 136.469 308.975 136.329 309.01 136.172L315.517 100.415C315.552 100.205 315.377 100.012 315.167 100.012H311.126C310.951 100.012 310.811 100.117 310.776 100.292%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M305.213 110.211L308.992 136.049C309.027 136.259 308.869 136.469 308.642 136.469H304.601C304.426 136.469 304.286 136.347 304.251 136.189L300.595 110.176C300.718 109.896 300.858 109.896 301.085 109.896H304.846C305.021 109.896 305.178 110.036 305.213 110.211Z%27 fill=%27white%27/%3E%3Cpath d=%27M300.473 110.194L294.018 145.951C293.983 146.161 294.14 146.371 294.368 146.353H298.356C298.531 146.353 298.671 146.213 298.706 146.056L305.214 110.299C305.249 110.089 305.091 109.896 304.864 109.896H300.823C300.648 109.896 300.508 110.019 300.473 110.194Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M295.033 120.113L298.689 145.951C298.724 146.16 298.566 146.353 298.339 146.353H294.298C294.123 146.353 293.983 146.23 293.948 146.073L290.292 120.078C290.414 119.798 290.554 119.798 290.782 119.798H294.665C294.84 119.798 294.998 119.938 295.033 120.113Z%27 fill=%27white%27/%3E%3Cpath d=%27M290.291 120.095L283.889 155.887C283.854 156.097 284.011 156.29 284.239 156.29H288.139C288.367 156.29 288.489 156.15 288.524 155.992L295.032 120.235C295.067 120.025 294.909 119.833 294.682 119.833H290.641C290.466 119.833 290.326 119.938 290.291 120.113%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M284.73 130.014L288.508 155.87C288.543 156.08 288.386 156.29 288.158 156.29H284.117C283.942 156.29 283.802 156.167 283.767 156.01L280.111 129.997C280.234 129.717 280.374 129.717 280.601 129.717H284.362C284.537 129.717 284.695 129.857 284.73 130.032%27 fill=%27white%27/%3E%3Cpath d=%27M280.006 129.892L273.551 165.649C273.516 165.859 273.673 166.069 273.901 166.051H277.889C278.064 166.051 278.204 165.929 278.239 165.754L284.746 129.997C284.781 129.787 284.624 129.594 284.396 129.594H280.356C280.181 129.594 280.041 129.717 280.006 129.892Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M274.565 139.81L278.221 165.649C278.256 165.858 278.099 166.051 277.872 166.051H273.831C273.656 166.051 273.516 165.928 273.481 165.771L269.825 139.776C269.947 139.496 270.087 139.496 270.315 139.496H274.198C274.373 139.496 274.53 139.636 274.565 139.81Z%27 fill=%27white%27/%3E%3Cpath d=%27M269.825 139.793L263.423 175.585C263.388 175.795 263.545 175.987 263.773 175.987H267.674C267.901 175.987 268.024 175.847 268.059 175.69L274.566 139.933C274.601 139.723 274.426 139.531 274.216 139.531H270.175C270 139.531 269.86 139.636 269.825 139.811%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M264.28 149.712L268.058 175.55C268.093 175.76 267.936 175.97 267.708 175.97H263.668C263.493 175.97 263.353 175.847 263.318 175.69L259.662 149.677C259.784 149.397 259.924 149.397 260.151 149.397H263.912C264.087 149.397 264.245 149.537 264.28 149.712Z%27 fill=%27white%27/%3E%3Cpath d=%27M259.539 149.694L253.084 185.451C253.049 185.661 253.206 185.871 253.434 185.854H257.422C257.597 185.854 257.737 185.731 257.772 185.556L264.28 149.799C264.315 149.589 264.157 149.397 263.93 149.397H259.889C259.714 149.397 259.574 149.519 259.539 149.694Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M254.099 159.613L257.756 185.451C257.791 185.661 257.633 185.854 257.406 185.854H253.365C253.19 185.854 253.05 185.731 253.015 185.574L249.359 159.578C249.481 159.298 249.621 159.298 249.849 159.298H253.732C253.907 159.298 254.065 159.438 254.099 159.613Z%27 fill=%27white%27/%3E%3Cpath d=%27M249.375 159.596L242.973 195.388C242.938 195.598 243.095 195.79 243.322 195.79H247.223C247.451 195.79 247.573 195.65 247.608 195.475L254.116 159.719C254.151 159.509 253.976 159.316 253.766 159.316H249.725C249.55 159.316 249.41 159.421 249.375 159.596Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M243.813 169.515L247.591 195.353C247.626 195.563 247.469 195.772 247.242 195.772H243.201C243.026 195.772 242.886 195.65 242.851 195.493L239.195 169.48C239.317 169.2 239.457 169.2 239.685 169.2H243.446C243.621 169.2 243.778 169.34 243.813 169.515Z%27 fill=%27white%27/%3E%3Cpath d=%27M239.072 169.392L232.617 205.149C232.582 205.359 232.74 205.569 232.967 205.551H236.955C237.13 205.551 237.27 205.429 237.305 205.254L243.813 169.497C243.848 169.287 243.69 169.077 243.463 169.095H239.422C239.247 169.095 239.107 169.217 239.072 169.392Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M233.632 179.311L237.288 205.149C237.323 205.359 237.165 205.552 236.938 205.552H232.897C232.722 205.552 232.582 205.429 232.547 205.272L228.891 179.276C229.014 178.996 229.154 178.996 229.381 178.996H233.264C233.439 178.996 233.597 179.136 233.632 179.311Z%27 fill=%27white%27/%3E%3Cpath d=%27M228.909 179.294L222.506 215.085C222.471 215.295 222.629 215.488 222.856 215.488H226.757C226.985 215.488 227.107 215.348 227.142 215.173L233.649 179.416C233.684 179.206 233.509 179.014 233.3 179.014H229.259C229.084 179.014 228.944 179.119 228.909 179.294Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M223.346 189.213L227.124 215.051C227.159 215.261 227.002 215.471 226.774 215.471H222.733C222.559 215.471 222.419 215.348 222.384 215.191L218.728 189.178C218.85 188.898 218.99 188.898 219.217 188.898H222.978C223.153 188.898 223.311 189.038 223.346 189.213Z%27 fill=%27white%27/%3E%3Cpath d=%27M218.605 189.195L212.15 224.952C212.115 225.162 212.273 225.372 212.5 225.355H216.489C216.664 225.355 216.804 225.232 216.839 225.057L223.346 189.3C223.381 189.09 223.223 188.898 222.996 188.898H218.955C218.78 188.898 218.64 189.02 218.605 189.195Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M213.164 199.131L216.821 224.969C216.856 225.179 216.698 225.371 216.471 225.371H212.43C212.255 225.371 212.115 225.249 212.08 225.092L208.424 199.096C208.546 198.816 208.686 198.816 208.914 198.816H212.797C212.972 198.816 213.129 198.956 213.164 199.131Z%27 fill=%27white%27/%3E%3Cpath d=%27M208.424 199.096L202.021 234.888C201.986 235.098 202.144 235.29 202.371 235.29H206.272C206.5 235.29 206.622 235.15 206.657 234.975L213.165 199.219C213.2 199.009 213.025 198.816 212.815 198.816H208.774C208.599 198.816 208.459 198.921 208.424 199.096Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M202.861 209.016L206.64 234.854C206.675 235.064 206.517 235.273 206.29 235.273H202.249C202.074 235.273 201.934 235.151 201.899 234.994L198.243 208.981C198.366 208.701 198.506 208.701 198.733 208.701H202.494C202.669 208.701 202.826 208.841 202.861 209.016Z%27 fill=%27white%27/%3E%3Cpath d=%27M198.139 208.91L191.684 244.667C191.649 244.877 191.806 245.087 192.033 245.069H196.022C196.197 245.069 196.337 244.947 196.372 244.772L202.879 209.015C202.914 208.805 202.757 208.613 202.529 208.613H198.488C198.313 208.613 198.174 208.735 198.139 208.91Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M192.698 218.83L196.354 244.668C196.389 244.877 196.232 245.07 196.004 245.07H191.963C191.789 245.07 191.649 244.947 191.614 244.79L187.958 218.794C188.08 218.515 188.22 218.515 188.447 218.515H192.331C192.506 218.515 192.663 218.655 192.698 218.83Z%27 fill=%27white%27/%3E%3Cpath d=%27M187.957 218.794L181.555 254.586C181.52 254.796 181.677 254.989 181.905 254.989H185.806C186.033 254.989 186.155 254.849 186.19 254.674L192.698 218.917C192.733 218.707 192.558 218.515 192.348 218.515H188.307C188.132 218.515 187.992 218.62 187.957 218.794Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M182.394 228.73L186.173 254.568C186.208 254.778 186.05 254.988 185.823 254.988H181.782C181.607 254.988 181.467 254.866 181.432 254.708L177.776 228.695C177.898 228.416 178.038 228.416 178.266 228.416H182.027C182.202 228.416 182.359 228.556 182.394 228.73Z%27 fill=%27white%27/%3E%3Cpath d=%27M177.672 228.696L171.217 264.453C171.182 264.662 171.339 264.872 171.567 264.855H175.555C175.73 264.855 175.87 264.732 175.905 264.557L182.412 228.801C182.447 228.591 182.29 228.381 182.062 228.398H178.022C177.847 228.398 177.707 228.521 177.672 228.696Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M172.231 238.632L175.887 264.47C175.922 264.68 175.765 264.872 175.538 264.872H171.497C171.322 264.872 171.182 264.75 171.147 264.592L167.491 238.597C167.613 238.317 167.753 238.317 167.981 238.317H171.864C172.039 238.317 172.196 238.457 172.231 238.632Z%27 fill=%27white%27/%3E%3Cpath d=%27M167.49 238.597L161.088 274.389C161.053 274.599 161.21 274.791 161.438 274.791H165.339C165.566 274.791 165.689 274.651 165.724 274.476L172.231 238.719C172.266 238.509 172.109 238.317 171.881 238.317H167.84C167.665 238.317 167.525 238.422 167.49 238.597Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M161.945 248.516L165.723 274.354C165.758 274.564 165.601 274.773 165.373 274.773H161.333C161.158 274.773 161.018 274.651 160.983 274.494L157.327 248.481C157.449 248.201 157.589 248.201 157.816 248.201H161.577C161.752 248.201 161.91 248.341 161.945 248.516Z%27 fill=%27white%27/%3E%3Cpath d=%27M157.204 248.41L150.749 284.167C150.715 284.377 150.872 284.587 151.099 284.57H155.088C155.263 284.57 155.403 284.447 155.438 284.272L161.945 248.515C161.98 248.305 161.823 248.113 161.595 248.113H157.554C157.379 248.113 157.239 248.236 157.204 248.41Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M151.764 258.33L155.42 284.168C155.455 284.378 155.298 284.57 155.07 284.57H151.029C150.854 284.57 150.714 284.447 150.679 284.29L147.023 258.295C147.146 258.015 147.286 258.015 147.513 258.015H151.397C151.572 258.015 151.729 258.155 151.764 258.33Z%27 fill=%27white%27/%3E%3Cpath d=%27M147.024 258.295L140.622 294.086C140.587 294.296 140.744 294.489 140.971 294.489H144.872C145.1 294.489 145.222 294.349 145.257 294.174L151.765 258.417C151.8 258.207 151.642 258.015 151.415 258.015H147.374C147.199 258.015 147.059 258.12 147.024 258.295Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M141.478 268.231L145.256 294.069C145.291 294.279 145.134 294.489 144.906 294.489H140.865C140.69 294.489 140.55 294.367 140.515 294.209L136.859 268.196C136.982 267.917 137.122 267.917 137.349 267.917H141.11C141.285 267.917 141.443 268.056 141.478 268.231Z%27 fill=%27white%27/%3E%3Cpath d=%27M136.72 268.214L130.265 303.971C130.23 304.181 130.388 304.391 130.615 304.373H134.603C134.778 304.373 134.918 304.251 134.953 304.076L141.461 268.319C141.496 268.109 141.338 267.917 141.111 267.917H137.07C136.895 267.917 136.755 268.039 136.72 268.214Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M131.297 278.132L134.953 303.97C134.988 304.18 134.831 304.373 134.603 304.373H130.563C130.388 304.373 130.248 304.25 130.213 304.093L126.557 278.097C126.679 277.817 126.819 277.817 127.046 277.817H130.93C131.105 277.817 131.262 277.957 131.297 278.132Z%27 fill=%27white%27/%3E%3Cpath d=%27M126.557 278.115L120.154 313.907C120.119 314.116 120.277 314.309 120.504 314.309H124.405C124.632 314.309 124.755 314.169 124.79 313.994L131.297 278.237C131.332 278.027 131.175 277.835 130.948 277.835H126.907C126.732 277.835 126.592 277.94 126.557 278.115Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M120.994 288.034L124.772 313.872C124.807 314.082 124.65 314.292 124.422 314.292H120.381C120.206 314.292 120.067 314.17 120.032 314.012L116.375 287.999C116.498 287.719 116.638 287.719 116.865 287.719H120.626C120.801 287.719 120.959 287.859 120.994 288.034Z%27 fill=%27white%27/%3E%3Cpath d=%27M116.253 287.911L109.798 323.668C109.763 323.878 109.92 324.088 110.148 324.071H114.136C114.311 324.071 114.451 323.948 114.486 323.773L120.993 288.016C121.028 287.806 120.871 287.614 120.644 287.614H116.603C116.428 287.614 116.288 287.736 116.253 287.911Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M110.83 297.848L114.486 323.686C114.521 323.896 114.364 324.088 114.136 324.088H110.095C109.92 324.088 109.78 323.966 109.745 323.809L106.089 297.813C106.212 297.533 106.352 297.533 106.579 297.533H110.463C110.638 297.533 110.795 297.673 110.83 297.848Z%27 fill=%27white%27/%3E%3Cpath d=%27M106.089 297.813L99.687 333.605C99.652 333.815 99.8094 334.007 100.037 334.007H103.938C104.165 334.007 104.288 333.867 104.323 333.692L110.83 297.936C110.865 297.726 110.708 297.533 110.48 297.533H106.439C106.264 297.533 106.124 297.638 106.089 297.813Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M100.527 307.732L104.306 333.57C104.341 333.78 104.183 333.99 103.956 333.99H99.9151C99.7402 333.99 99.6002 333.867 99.5652 333.71L95.9092 307.697C96.0316 307.417 96.1716 307.417 96.399 307.417H100.16C100.335 307.417 100.492 307.557 100.527 307.732Z%27 fill=%27white%27/%3E%3Cpath d=%27M95.8041 307.714L89.3491 343.471C89.3141 343.681 89.4716 343.891 89.699 343.873H93.6874C93.8623 343.873 94.0023 343.751 94.0372 343.576L100.545 307.819C100.58 307.609 100.422 307.417 100.195 307.417H96.1539C95.979 307.417 95.839 307.539 95.8041 307.714Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M90.3637 317.633L94.0197 343.471C94.0547 343.681 93.8973 343.874 93.6699 343.874H89.629C89.454 343.874 89.3141 343.751 89.2791 343.594L85.623 317.598C85.7455 317.318 85.8854 317.318 86.1129 317.318H89.9963C90.1712 317.318 90.3287 317.458 90.3637 317.633Z%27 fill=%27white%27/%3E%3Cpath d=%27M85.6227 317.616L79.2202 353.408C79.1852 353.618 79.3427 353.81 79.5701 353.81H83.471C83.6984 353.81 83.8209 353.67 83.8559 353.495L90.3633 317.738C90.3983 317.528 90.2408 317.336 90.0134 317.336H85.9725C85.7976 317.336 85.6577 317.441 85.6227 317.616Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M80.0601 327.534L83.8386 353.372C83.8735 353.582 83.7161 353.792 83.4887 353.792H79.4478C79.2729 353.792 79.1329 353.67 79.0979 353.512L75.4419 327.499C75.5643 327.219 75.7043 327.219 75.9317 327.219H79.6927C79.8676 327.219 80.0251 327.359 80.0601 327.534Z%27 fill=%27white%27/%3E%3Cpath d=%27M75.3363 327.412L68.8813 363.169C68.8463 363.379 69.0038 363.589 69.2312 363.571H73.2196C73.3945 363.571 73.5345 363.449 73.5695 363.274L80.0769 327.517C80.1119 327.307 79.9544 327.115 79.727 327.115H75.6861C75.5112 327.115 75.3712 327.237 75.3363 327.412Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M69.8964 337.348L73.5524 363.186C73.5874 363.396 73.43 363.588 73.2026 363.588H69.1617C68.9867 363.588 68.8468 363.466 68.8118 363.309L65.1558 337.313C65.2782 337.033 65.4182 337.033 65.6456 337.033H69.529C69.704 337.033 69.8614 337.173 69.8964 337.348Z%27 fill=%27white%27/%3E%3Cpath d=%27M65.1564 337.313L58.7539 373.105C58.7189 373.315 58.8763 373.507 59.1038 373.507H63.0047C63.2321 373.507 63.3546 373.367 63.3896 373.192L69.897 337.436C69.932 337.226 69.7745 337.033 69.5471 337.033H65.5062C65.3313 337.033 65.1914 337.138 65.1564 337.313Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M59.5928 347.232L63.3713 373.07C63.4063 373.28 63.2488 373.49 63.0214 373.49H58.9805C58.8056 373.49 58.6656 373.368 58.6307 373.21L54.9746 347.197C55.0971 346.917 55.237 346.917 55.4644 346.917H59.2254C59.4004 346.917 59.5578 347.057 59.5928 347.232Z%27 fill=%27white%27/%3E%3Cpath d=%27M54.8524 347.215L48.3974 382.972C48.3625 383.181 48.5199 383.391 48.7473 383.374H52.7357C52.9107 383.374 53.0506 383.251 53.0856 383.076L59.593 347.32C59.628 347.11 59.4706 346.917 59.2432 346.917H55.2023C55.0273 346.917 54.8874 347.04 54.8524 347.215Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M49.412 357.151L53.0681 382.989C53.103 383.199 52.9456 383.391 52.7182 383.391H48.6773C48.5024 383.391 48.3624 383.269 48.3274 383.111L44.6714 357.116C44.7938 356.836 44.9338 356.836 45.1612 356.836H49.0447C49.2196 356.836 49.377 356.976 49.412 357.151Z%27 fill=%27white%27/%3E%3Cpath d=%27M44.6891 357.116L38.2866 392.908C38.2516 393.118 38.4091 393.31 38.6365 393.31H42.5374C42.7648 393.31 42.8873 393.17 42.9223 392.995L49.4297 357.238C49.4647 357.028 49.3072 356.836 49.0798 356.836H45.0389C44.864 356.836 44.7241 356.941 44.6891 357.116Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M39.126 367.035L42.9045 392.873C42.9395 393.083 42.7821 393.293 42.5546 393.293H38.5137C38.3388 393.293 38.1989 393.171 38.1639 393.013L34.5078 367C34.6303 366.72 34.7702 366.72 34.9976 366.72H38.7586C38.9336 366.72 39.091 366.86 39.126 367.035Z%27 fill=%27white%27/%3E%3Cpath d=%27M34.3856 366.93L27.9306 402.687C27.8957 402.897 28.0531 403.107 28.2805 403.089H32.2689C32.4439 403.089 32.5838 402.967 32.6188 402.792L39.1262 367.035C39.1612 366.825 39.0038 366.633 38.7764 366.633H34.7355C34.5605 366.633 34.4206 366.755 34.3856 366.93Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M28.9447 376.849L32.6008 402.687C32.6358 402.897 32.4783 403.089 32.2509 403.089H28.21C28.0351 403.089 27.8951 402.967 27.8602 402.809L24.2041 376.814C24.3266 376.534 24.4665 376.534 24.6939 376.534H28.5774C28.7523 376.534 28.9097 376.674 28.9447 376.849Z%27 fill=%27white%27/%3E%3Cpath d=%27M24.2218 376.832L17.8193 412.623C17.7843 412.833 17.9418 413.026 18.1692 413.026H22.0701C22.2976 413.026 22.42 412.886 22.455 412.711L28.9624 376.954C28.9974 376.744 28.84 376.552 28.6126 376.552H24.5717C24.3967 376.552 24.2568 376.657 24.2218 376.832Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M18.6597 386.75L22.4382 412.589C22.4732 412.798 22.3157 413.008 22.0883 413.008H18.0474C17.8725 413.008 17.7325 412.886 17.6976 412.728L14.0415 386.715C14.164 386.436 14.3039 386.436 14.5313 386.436H18.2923C18.4673 386.436 18.6247 386.575 18.6597 386.75Z%27 fill=%27white%27/%3E%3Cpath d=%27M13.9188 386.715L7.46385 422.472C7.42887 422.682 7.58631 422.892 7.81372 422.875H11.8021C11.9771 422.875 12.117 422.752 12.152 422.577L18.6594 386.82C18.6944 386.61 18.537 386.418 18.3096 386.418H14.2687C14.0937 386.418 13.9538 386.54 13.9188 386.715Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M8.496 396.652L12.152 422.49C12.187 422.7 12.0296 422.892 11.8022 422.892H7.76128C7.58635 422.892 7.44641 422.77 7.41142 422.612L3.75537 396.617C3.87782 396.337 4.01777 396.337 4.24518 396.337H8.12864C8.30357 396.337 8.46101 396.477 8.496 396.652Z%27 fill=%27white%27/%3E%3Cpath d=%27M3.755 396.617L-2.64748 432.409C-2.68246 432.619 -2.52503 432.811 -2.29762 432.811H1.60334C1.83075 432.811 1.95321 432.671 1.98819 432.496L8.49562 396.739C8.53061 396.529 8.37316 396.337 8.14575 396.337H4.10486C3.92992 396.337 3.78999 396.442 3.755 396.617Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M416.889 30.5283L410.486 66.3202C410.451 66.5301 410.609 66.7225 410.836 66.7225H414.737C414.965 66.7225 415.087 66.5826 415.122 66.4252L421.629 30.6682C421.664 30.4583 421.507 30.2659 421.28 30.2659H417.239C417.064 30.2659 416.924 30.3708 416.889 30.5458%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M411.327 40.4467L415.105 66.2847C415.14 66.4947 414.983 66.7046 414.755 66.7046H410.714C410.539 66.7046 410.4 66.5822 410.365 66.4247L406.708 40.4117C406.831 40.1318 406.971 40.1318 407.198 40.1318H410.959C411.134 40.1318 411.292 40.2718 411.327 40.4467Z%27 fill=%27white%27/%3E%3Cpath d=%27M406.586 40.3242L400.131 76.0811C400.096 76.2911 400.253 76.501 400.481 76.4835H404.469C404.644 76.4835 404.784 76.361 404.819 76.1861L411.326 40.4292C411.361 40.2193 411.204 40.0269 410.977 40.0269H406.936C406.761 40.0269 406.621 40.1493 406.586 40.3242Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M401.163 50.2609L404.819 76.099C404.854 76.3089 404.697 76.5013 404.469 76.5013H400.428C400.253 76.5013 400.113 76.3789 400.078 76.2214L396.422 50.2259C396.545 49.9461 396.685 49.946 396.912 49.946H400.796C400.971 49.946 401.128 50.086 401.163 50.2609Z%27 fill=%27white%27/%3E%3Cpath d=%27M396.422 50.2258L390.02 86.0177C389.985 86.2276 390.142 86.42 390.369 86.42H394.27C394.498 86.42 394.62 86.2801 394.655 86.1226L401.163 50.3657C401.198 50.1558 401.023 49.9634 400.813 49.9634H396.772C396.597 49.9634 396.457 50.0683 396.422 50.2433%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M390.86 60.1445L394.638 85.9825C394.673 86.1925 394.516 86.4024 394.289 86.4024H390.248C390.073 86.4024 389.933 86.2799 389.898 86.1225L386.242 60.1095C386.364 59.8296 386.504 59.8296 386.732 59.8296H390.493C390.667 59.8296 390.825 59.9696 390.86 60.1445Z%27 fill=%27white%27/%3E%3Cpath d=%27M386.119 60.1446L379.664 95.9015C379.629 96.1114 379.787 96.3213 380.014 96.3038H384.002C384.177 96.3038 384.317 96.1814 384.352 96.0065L390.86 60.2495C390.895 60.0396 390.737 59.8472 390.51 59.8472H386.469C386.294 59.8472 386.154 59.9696 386.119 60.1446Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M380.679 70.064L384.335 95.9195C384.37 96.1294 384.212 96.3219 383.985 96.3219H379.944C379.769 96.3219 379.629 96.1994 379.594 96.042L375.938 70.0465C376.06 69.7666 376.2 69.7666 376.428 69.7666H380.311C380.486 69.7666 380.644 69.9065 380.679 70.0815%27 fill=%27white%27/%3E%3Cpath d=%27M375.939 70.029L369.536 105.821C369.501 106.031 369.659 106.223 369.886 106.223H373.787C374.014 106.223 374.137 106.083 374.172 105.926L380.679 70.1689C380.714 69.959 380.557 69.7666 380.329 69.7666H376.288C376.114 69.7666 375.974 69.8715 375.939 70.0465%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M370.375 79.9651L374.153 105.821C374.188 106.031 374.031 106.241 373.804 106.241H369.763C369.588 106.241 369.448 106.118 369.413 105.961L365.757 79.9476C365.879 79.6677 366.019 79.6677 366.247 79.6677H370.008C370.183 79.6677 370.34 79.8077 370.375 79.9827%27 fill=%27white%27/%3E%3Cpath d=%27M365.652 79.8423L359.197 115.599C359.162 115.809 359.319 116.019 359.547 116.002H363.535C363.71 116.002 363.85 115.879 363.885 115.704L370.392 79.9472C370.427 79.7373 370.27 79.5449 370.042 79.5449H366.002C365.827 79.5449 365.687 79.6673 365.652 79.8423Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M360.211 89.7609L363.867 115.599C363.902 115.809 363.745 116.001 363.518 116.001H359.477C359.302 116.001 359.162 115.879 359.127 115.721L355.471 89.7259C355.593 89.446 355.733 89.446 355.961 89.446H359.844C360.019 89.446 360.176 89.586 360.211 89.7609Z%27 fill=%27white%27/%3E%3Cpath d=%27M355.471 89.7438L349.068 125.536C349.033 125.746 349.191 125.938 349.418 125.938H353.319C353.547 125.938 353.669 125.798 353.704 125.641L360.211 89.8838C360.246 89.6739 360.071 89.4814 359.862 89.4814H355.821C355.646 89.4814 355.506 89.5864 355.471 89.7613%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M349.926 99.6633L353.704 125.501C353.739 125.711 353.582 125.921 353.354 125.921H349.313C349.139 125.921 348.999 125.799 348.964 125.641L345.308 99.6283C345.43 99.3484 345.57 99.3484 345.797 99.3484H349.558C349.733 99.3484 349.891 99.4884 349.926 99.6633Z%27 fill=%27white%27/%3E%3Cpath d=%27M345.185 99.6458L338.73 135.403C338.695 135.613 338.853 135.823 339.08 135.805H343.069C343.244 135.805 343.384 135.683 343.419 135.508L349.926 99.7508C349.961 99.5408 349.804 99.3484 349.576 99.3484H345.535C345.36 99.3484 345.22 99.4709 345.185 99.6458Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M339.745 109.564L343.401 135.402C343.436 135.612 343.279 135.805 343.051 135.805H339.01C338.835 135.805 338.695 135.682 338.66 135.525L335.004 109.529C335.127 109.249 335.267 109.249 335.494 109.249H339.378C339.553 109.249 339.71 109.389 339.745 109.564Z%27 fill=%27white%27/%3E%3Cpath d=%27M335.022 109.529L328.619 145.321C328.584 145.531 328.742 145.723 328.969 145.723H332.87C333.097 145.723 333.22 145.583 333.255 145.426L339.762 109.669C339.797 109.459 339.622 109.267 339.412 109.267H335.371C335.196 109.267 335.057 109.372 335.022 109.547%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M329.459 119.466L333.237 145.304C333.272 145.514 333.115 145.724 332.888 145.724H328.847C328.672 145.724 328.532 145.601 328.497 145.444L324.841 119.431C324.963 119.151 325.103 119.151 325.331 119.151H329.092C329.267 119.151 329.424 119.291 329.459 119.466Z%27 fill=%27white%27/%3E%3Cpath d=%27M324.719 119.343L318.264 155.1C318.229 155.31 318.386 155.52 318.614 155.503H322.602C322.777 155.503 322.917 155.38 322.952 155.205L329.459 119.448C329.494 119.238 329.337 119.028 329.109 119.046H325.068C324.894 119.046 324.754 119.168 324.719 119.343Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M319.278 129.262L322.934 155.118C322.969 155.328 322.812 155.52 322.584 155.52H318.543C318.369 155.52 318.229 155.398 318.194 155.24L314.538 129.245C314.66 128.965 314.8 128.965 315.027 128.965H318.911C319.086 128.965 319.243 129.105 319.278 129.28%27 fill=%27white%27/%3E%3Cpath d=%27M314.555 129.244L308.153 165.036C308.118 165.246 308.275 165.439 308.503 165.439H312.404C312.631 165.439 312.754 165.299 312.789 165.141L319.296 129.384C319.331 129.174 319.173 128.982 318.946 128.982H314.905C314.73 128.982 314.59 129.087 314.555 129.262%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M308.992 139.163L312.77 165.001C312.805 165.211 312.648 165.421 312.42 165.421H308.379C308.205 165.421 308.065 165.298 308.03 165.141L304.374 139.128C304.496 138.848 304.636 138.848 304.863 138.848H308.624C308.799 138.848 308.957 138.988 308.992 139.163Z%27 fill=%27white%27/%3E%3Cpath d=%27M304.251 139.145L297.796 174.902C297.761 175.112 297.918 175.322 298.146 175.305H302.134C302.309 175.305 302.449 175.182 302.484 175.007L308.991 139.25C309.026 139.04 308.869 138.848 308.642 138.848H304.601C304.426 138.848 304.286 138.97 304.251 139.145Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M298.811 149.065L302.467 174.903C302.502 175.113 302.345 175.305 302.117 175.305H298.076C297.901 175.305 297.761 175.183 297.726 175.025L294.07 149.03C294.193 148.75 294.333 148.75 294.56 148.75H298.444C298.619 148.75 298.776 148.89 298.811 149.065Z%27 fill=%27white%27/%3E%3Cpath d=%27M294.07 149.047L287.668 184.839C287.633 185.049 287.79 185.242 288.018 185.242H291.919C292.146 185.242 292.269 185.102 292.304 184.944L298.811 149.187C298.846 148.977 298.689 148.785 298.461 148.785H294.42C294.245 148.785 294.105 148.89 294.07 149.065%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M288.507 158.966L292.286 184.804C292.321 185.014 292.163 185.224 291.936 185.224H287.895C287.72 185.224 287.58 185.101 287.545 184.944L283.889 158.931C284.012 158.651 284.152 158.651 284.379 158.651H288.14C288.315 158.651 288.472 158.791 288.507 158.966Z%27 fill=%27white%27/%3E%3Cpath d=%27M283.784 158.844L277.329 194.601C277.294 194.811 277.452 195.021 277.679 195.003H281.667C281.842 195.003 281.982 194.881 282.017 194.706L288.525 158.949C288.56 158.739 288.402 158.529 288.175 158.546H284.134C283.959 158.546 283.819 158.669 283.784 158.844Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M278.344 168.779L282 194.618C282.035 194.827 281.877 195.02 281.65 195.02H277.609C277.434 195.02 277.294 194.897 277.259 194.74L273.603 168.745C273.725 168.465 273.865 168.465 274.093 168.465H277.976C278.151 168.465 278.309 168.605 278.344 168.779Z%27 fill=%27white%27/%3E%3Cpath d=%27M273.604 168.745L267.201 204.537C267.166 204.747 267.324 204.939 267.551 204.939H271.452C271.679 204.939 271.802 204.799 271.837 204.642L278.344 168.885C278.379 168.675 278.204 168.482 277.994 168.482H273.953C273.779 168.482 273.639 168.587 273.604 168.762%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M268.041 178.681L271.82 204.519C271.855 204.729 271.697 204.939 271.47 204.939H267.429C267.254 204.939 267.114 204.817 267.079 204.659L263.423 178.646C263.545 178.366 263.685 178.366 263.913 178.366H267.674C267.849 178.366 268.006 178.506 268.041 178.681Z%27 fill=%27white%27/%3E%3Cpath d=%27M263.318 178.647L256.863 214.404C256.828 214.614 256.986 214.824 257.213 214.806H261.202C261.376 214.806 261.516 214.684 261.551 214.509L268.059 178.752C268.094 178.542 267.936 178.35 267.709 178.35H263.668C263.493 178.35 263.353 178.472 263.318 178.647Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M257.877 188.565L261.533 214.403C261.568 214.613 261.411 214.806 261.184 214.806H257.143C256.968 214.806 256.828 214.683 256.793 214.526L253.137 188.53C253.259 188.25 253.399 188.25 253.627 188.25H257.51C257.685 188.25 257.842 188.39 257.877 188.565Z%27 fill=%27white%27/%3E%3Cpath d=%27M253.136 188.547L246.734 224.339C246.699 224.549 246.856 224.742 247.084 224.742H250.985C251.212 224.742 251.335 224.602 251.37 224.427L257.877 188.67C257.912 188.46 257.755 188.268 257.527 188.268H253.486C253.311 188.268 253.171 188.373 253.136 188.547Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M247.591 198.466L251.37 224.305C251.405 224.514 251.247 224.724 251.02 224.724H246.979C246.804 224.724 246.664 224.602 246.629 224.444L242.973 198.432C243.096 198.152 243.236 198.152 243.463 198.152H247.224C247.399 198.152 247.556 198.292 247.591 198.466Z%27 fill=%27white%27/%3E%3Cpath d=%27M242.85 198.362L236.395 234.119C236.361 234.329 236.518 234.539 236.745 234.521H240.734C240.909 234.521 241.049 234.399 241.084 234.224L247.591 198.467C247.626 198.257 247.469 198.064 247.241 198.064H243.2C243.025 198.064 242.885 198.187 242.85 198.362Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M237.411 208.281L241.067 234.119C241.102 234.329 240.944 234.522 240.717 234.522H236.676C236.501 234.522 236.361 234.399 236.326 234.242L232.67 208.246C232.792 207.966 232.932 207.966 233.16 207.966H237.043C237.218 207.966 237.376 208.106 237.411 208.281Z%27 fill=%27white%27/%3E%3Cpath d=%27M232.669 208.246L226.267 244.038C226.232 244.248 226.389 244.44 226.616 244.44H230.517C230.745 244.44 230.867 244.3 230.902 244.126L237.41 208.369C237.445 208.159 237.287 207.966 237.06 207.966H233.019C232.844 207.966 232.704 208.071 232.669 208.246Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M227.125 218.182L230.903 244.02C230.938 244.23 230.781 244.44 230.553 244.44H226.512C226.337 244.44 226.197 244.317 226.162 244.16L222.506 218.147C222.629 217.867 222.769 217.867 222.996 217.867H226.757C226.932 217.867 227.09 218.007 227.125 218.182Z%27 fill=%27white%27/%3E%3Cpath d=%27M222.366 218.164L215.911 253.921C215.876 254.131 216.034 254.341 216.261 254.324H220.249C220.424 254.324 220.564 254.201 220.599 254.026L227.107 218.269C227.142 218.059 226.984 217.849 226.757 217.867H222.716C222.541 217.867 222.401 217.989 222.366 218.164Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M216.943 228.083L220.599 253.921C220.634 254.131 220.477 254.324 220.249 254.324H216.209C216.034 254.324 215.894 254.201 215.859 254.044L212.203 228.048C212.325 227.768 212.465 227.768 212.692 227.768H216.576C216.751 227.768 216.908 227.908 216.943 228.083Z%27 fill=%27white%27/%3E%3Cpath d=%27M212.203 228.048L205.801 263.84C205.766 264.05 205.923 264.242 206.151 264.242H210.052C210.279 264.242 210.401 264.103 210.436 263.928L216.944 228.171C216.979 227.961 216.804 227.768 216.594 227.768H212.553C212.378 227.768 212.238 227.873 212.203 228.048Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M206.64 237.984L210.418 263.822C210.453 264.032 210.296 264.242 210.068 264.242H206.027C205.852 264.242 205.713 264.12 205.678 263.962L202.021 237.949C202.144 237.669 202.284 237.669 202.511 237.669H206.272C206.447 237.669 206.605 237.809 206.64 237.984Z%27 fill=%27white%27/%3E%3Cpath d=%27M201.899 237.862L195.444 273.619C195.409 273.829 195.567 274.039 195.794 274.021H199.783C199.958 274.021 200.097 273.899 200.132 273.724L206.64 237.967C206.675 237.757 206.517 237.564 206.29 237.564H202.249C202.074 237.564 201.934 237.687 201.899 237.862Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M196.477 247.781L200.133 273.619C200.168 273.829 200.011 274.022 199.783 274.022H195.742C195.567 274.022 195.427 273.899 195.392 273.742L191.736 247.746C191.859 247.466 191.999 247.466 192.226 247.466H196.11C196.285 247.466 196.442 247.606 196.477 247.781Z%27 fill=%27white%27/%3E%3Cpath d=%27M191.736 247.764L185.333 283.555C185.298 283.765 185.456 283.958 185.683 283.958H189.584C189.812 283.958 189.934 283.818 189.969 283.643L196.477 247.886C196.512 247.676 196.337 247.484 196.127 247.484H192.086C191.911 247.484 191.771 247.589 191.736 247.764Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M186.173 257.682L189.952 283.52C189.987 283.73 189.829 283.94 189.602 283.94H185.561C185.386 283.94 185.246 283.818 185.211 283.66L181.555 257.647C181.678 257.367 181.818 257.367 182.045 257.367H185.806C185.981 257.367 186.138 257.507 186.173 257.682Z%27 fill=%27white%27/%3E%3Cpath d=%27M181.45 257.665L174.995 293.421C174.96 293.631 175.118 293.841 175.345 293.824H179.333C179.508 293.824 179.648 293.701 179.683 293.526L186.191 257.77C186.226 257.56 186.068 257.367 185.841 257.367H181.8C181.625 257.367 181.485 257.49 181.45 257.665Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M176.01 267.584L179.666 293.422C179.701 293.632 179.543 293.825 179.316 293.825H175.275C175.1 293.825 174.96 293.702 174.925 293.545L171.269 267.549C171.391 267.269 171.531 267.269 171.759 267.269H175.642C175.817 267.269 175.975 267.409 176.01 267.584Z%27 fill=%27white%27/%3E%3Cpath d=%27M171.269 267.549L164.866 303.341C164.831 303.551 164.989 303.743 165.216 303.743H169.117C169.344 303.743 169.467 303.603 169.502 303.429L176.009 267.672C176.044 267.462 175.869 267.269 175.659 267.269H171.619C171.444 267.269 171.304 267.374 171.269 267.549Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M165.707 277.486L169.485 303.324C169.52 303.533 169.363 303.743 169.135 303.743H165.094C164.919 303.743 164.779 303.621 164.744 303.464L161.088 277.451C161.211 277.171 161.351 277.171 161.578 277.171H165.339C165.514 277.171 165.672 277.311 165.707 277.486Z%27 fill=%27white%27/%3E%3Cpath d=%27M160.983 277.363L154.528 313.12C154.493 313.33 154.65 313.54 154.878 313.522H158.866C159.041 313.522 159.181 313.4 159.216 313.225L165.723 277.468C165.758 277.258 165.601 277.048 165.374 277.065H161.333C161.158 277.065 161.018 277.188 160.983 277.363Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M155.542 287.282L159.198 313.12C159.233 313.33 159.076 313.522 158.849 313.522H154.808C154.633 313.522 154.493 313.4 154.458 313.242L150.802 287.247C150.924 286.967 151.064 286.967 151.292 286.967H155.175C155.35 286.967 155.507 287.107 155.542 287.282Z%27 fill=%27white%27/%3E%3Cpath d=%27M150.802 287.265L144.4 323.057C144.365 323.267 144.522 323.459 144.75 323.459H148.651C148.878 323.459 149.001 323.319 149.036 323.144L155.543 287.387C155.578 287.177 155.421 286.985 155.193 286.985H151.152C150.977 286.985 150.837 287.09 150.802 287.265Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M145.239 297.183L149.017 323.021C149.052 323.231 148.895 323.441 148.667 323.441H144.627C144.452 323.441 144.312 323.318 144.277 323.161L140.621 297.148C140.743 296.868 140.883 296.868 141.11 296.868H144.871C145.046 296.868 145.204 297.008 145.239 297.183Z%27 fill=%27white%27/%3E%3Cpath d=%27M140.498 297.166L134.043 332.923C134.008 333.132 134.166 333.342 134.393 333.325H138.382C138.557 333.325 138.697 333.202 138.732 333.027L145.239 297.271C145.274 297.061 145.117 296.868 144.889 296.868H140.848C140.673 296.868 140.533 296.991 140.498 297.166Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M135.058 307.102L138.714 332.94C138.749 333.15 138.592 333.343 138.364 333.343H134.323C134.148 333.343 134.008 333.22 133.973 333.063L130.317 307.067C130.44 306.787 130.58 306.787 130.807 306.787H134.691C134.866 306.787 135.023 306.927 135.058 307.102Z%27 fill=%27white%27/%3E%3Cpath d=%27M130.336 307.067L123.933 342.859C123.898 343.069 124.056 343.262 124.283 343.262H128.184C128.411 343.262 128.534 343.122 128.569 342.947L135.076 307.19C135.111 306.98 134.954 306.787 134.726 306.787H130.685C130.51 306.787 130.371 306.892 130.336 307.067Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M124.772 316.986L128.551 342.824C128.586 343.034 128.429 343.243 128.201 343.243H124.16C123.985 343.243 123.845 343.121 123.81 342.964L120.154 316.951C120.277 316.671 120.417 316.671 120.644 316.671H124.405C124.58 316.671 124.737 316.811 124.772 316.986Z%27 fill=%27white%27/%3E%3Cpath d=%27M120.032 316.881L113.577 352.638C113.542 352.848 113.7 353.058 113.927 353.04H117.915C118.09 353.04 118.23 352.918 118.265 352.743L124.773 316.986C124.808 316.776 124.65 316.583 124.423 316.583H120.382C120.207 316.583 120.067 316.706 120.032 316.881Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M114.591 326.8L118.247 352.638C118.282 352.848 118.125 353.04 117.897 353.04H113.856C113.682 353.04 113.542 352.918 113.507 352.76L109.851 326.765C109.973 326.485 110.113 326.485 110.34 326.485H114.224C114.399 326.485 114.556 326.625 114.591 326.8Z%27 fill=%27white%27/%3E%3Cpath d=%27M109.868 326.765L103.466 362.557C103.431 362.767 103.588 362.959 103.816 362.959H107.717C107.944 362.959 108.067 362.819 108.101 362.644L114.609 326.887C114.644 326.677 114.486 326.485 114.259 326.485H110.218C110.043 326.485 109.903 326.59 109.868 326.765Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M104.306 336.7L108.084 362.538C108.119 362.748 107.962 362.958 107.734 362.958H103.693C103.518 362.958 103.379 362.836 103.344 362.678L99.6875 336.665C99.81 336.386 99.9499 336.385 100.177 336.385H103.938C104.113 336.385 104.271 336.525 104.306 336.7Z%27 fill=%27white%27/%3E%3Cpath d=%27M99.5648 336.666L93.1098 372.423C93.0749 372.633 93.2323 372.843 93.4597 372.825H97.4481C97.6231 372.825 97.763 372.703 97.798 372.528L104.305 336.771C104.34 336.561 104.183 336.369 103.956 336.369H99.9147C99.7397 336.369 99.5998 336.491 99.5648 336.666Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M94.142 346.602L97.7981 372.44C97.833 372.65 97.6756 372.843 97.4482 372.843H93.4073C93.2323 372.843 93.0924 372.72 93.0574 372.563L89.4014 346.567C89.5238 346.287 89.6638 346.287 89.8912 346.287H93.7746C93.9496 346.287 94.107 346.427 94.142 346.602Z%27 fill=%27white%27/%3E%3Cpath d=%27M89.4005 346.567L82.998 382.359C82.963 382.569 83.1205 382.762 83.3479 382.762H87.2489C87.4763 382.762 87.5987 382.622 87.6337 382.447L94.1411 346.69C94.1761 346.48 94.0187 346.287 93.7913 346.287H89.7504C89.5754 346.287 89.4355 346.392 89.4005 346.567Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M83.8389 356.486L87.6174 382.324C87.6524 382.534 87.4949 382.744 87.2675 382.744H83.2266C83.0517 382.744 82.9118 382.622 82.8768 382.464L79.2207 356.451C79.3432 356.171 79.4831 356.171 79.7105 356.171H83.4715C83.6465 356.171 83.8039 356.311 83.8389 356.486Z%27 fill=%27white%27/%3E%3Cpath d=%27M79.0975 356.381L72.6426 392.138C72.6076 392.348 72.765 392.558 72.9924 392.541H76.9808C77.1558 392.541 77.2957 392.418 77.3307 392.243L83.8381 356.486C83.8731 356.276 83.7157 356.084 83.4883 356.084H79.4474C79.2724 356.084 79.1325 356.206 79.0975 356.381Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M73.6747 366.3L77.3307 392.138C77.3657 392.348 77.2083 392.541 76.9809 392.541H72.94C72.7651 392.541 72.6251 392.418 72.5901 392.261L68.9341 366.265C69.0565 365.985 69.1965 365.985 69.4239 365.985H73.3074C73.4823 365.985 73.6397 366.125 73.6747 366.3Z%27 fill=%27white%27/%3E%3Cpath d=%27M68.9347 366.265L62.5322 402.057C62.4972 402.267 62.6547 402.459 62.8821 402.459H66.783C67.0104 402.459 67.1329 402.32 67.1679 402.145L73.6753 366.388C73.7103 366.178 73.5529 365.985 73.3254 365.985H69.2845C69.1096 365.985 68.9697 366.09 68.9347 366.265Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M63.3711 376.202L67.1496 402.04C67.1846 402.25 67.0272 402.459 66.7997 402.459H62.7588C62.5839 402.459 62.444 402.337 62.409 402.18L58.7529 376.167C58.8754 375.887 59.0153 375.887 59.2427 375.887H63.0037C63.1787 375.887 63.3361 376.027 63.3711 376.202Z%27 fill=%27white%27/%3E%3Cpath d=%27M58.6307 376.184L52.1758 411.941C52.1408 412.151 52.2982 412.361 52.5256 412.343H56.514C56.689 412.343 56.8289 412.221 56.8639 412.046L63.3713 376.289C63.4063 376.079 63.2489 375.887 63.0215 375.887H58.9806C58.8056 375.887 58.6657 376.009 58.6307 376.184Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M53.1903 386.103L56.8464 411.941C56.8814 412.151 56.7239 412.343 56.4965 412.343H52.4556C52.2807 412.343 52.1408 412.221 52.1058 412.064L48.4497 386.068C48.5722 385.788 48.7121 385.788 48.9395 385.788H52.823C52.9979 385.788 53.1553 385.928 53.1903 386.103Z%27 fill=%27white%27/%3E%3Cpath d=%27M48.4674 386.086L42.0649 421.878C42.0299 422.087 42.1874 422.28 42.4148 422.28H46.3157C46.5432 422.28 46.6656 422.14 46.7006 421.965L53.208 386.208C53.243 385.998 53.0856 385.806 52.8582 385.806H48.8173C48.6423 385.806 48.5024 385.911 48.4674 386.086Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M42.9043 396.004L46.6828 421.842C46.7178 422.052 46.5604 422.262 46.333 422.262H42.2921C42.1171 422.262 41.9772 422.14 41.9422 421.982L38.2861 395.969C38.4086 395.689 38.5485 395.689 38.7759 395.689H42.537C42.7119 395.689 42.8693 395.829 42.9043 396.004Z%27 fill=%27white%27/%3E%3Cpath d=%27M38.1644 395.882L31.7095 431.639C31.6745 431.849 31.8319 432.058 32.0593 432.041H36.0477C36.2227 432.041 36.3626 431.919 36.3976 431.744L42.905 395.987C42.94 395.777 42.7826 395.584 42.5552 395.584H38.5143C38.3393 395.584 38.1994 395.707 38.1644 395.882Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M32.724 405.801L36.3801 431.639C36.4151 431.849 36.2576 432.041 36.0302 432.041H31.9893C31.8144 432.041 31.6744 431.919 31.6394 431.761L27.9834 405.766C28.1059 405.486 28.2458 405.486 28.4732 405.486H32.3567C32.5316 405.486 32.689 405.626 32.724 405.801Z%27 fill=%27white%27/%3E%3Cpath d=%27M28.0001 405.784L21.5976 441.576C21.5627 441.786 21.7201 441.978 21.9475 441.978H25.8485C26.0759 441.978 26.1983 441.838 26.2333 441.663L32.7407 405.906C32.7757 405.696 32.6183 405.504 32.3909 405.504H28.35C28.175 405.504 28.0351 405.609 28.0001 405.784Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M415.088 69.3989L418.866 95.2369C418.901 95.4469 418.744 95.6568 418.517 95.6568H414.476C414.301 95.6568 414.161 95.5343 414.126 95.3769L410.47 69.3639C410.592 69.084 410.732 69.084 410.96 69.084H414.721C414.895 69.084 415.053 69.2239 415.088 69.3989Z%27 fill=%27white%27/%3E%3Cpath d=%27M410.348 69.2765L403.893 105.033C403.858 105.243 404.015 105.453 404.242 105.436H408.231C408.406 105.436 408.546 105.313 408.581 105.138L415.088 69.3814C415.123 69.1715 414.966 68.9616 414.738 68.979H410.697C410.522 68.979 410.383 69.1015 410.348 69.2765Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M404.924 79.1953L408.58 105.051C408.615 105.261 408.458 105.453 408.23 105.453H404.19C404.015 105.453 403.875 105.331 403.84 105.173L400.184 79.1778C400.306 78.8979 400.446 78.8979 400.673 78.8979H404.557C404.732 78.8979 404.889 79.0379 404.924 79.2128%27 fill=%27white%27/%3E%3Cpath d=%27M400.183 79.1774L393.781 114.969C393.746 115.179 393.903 115.372 394.131 115.372H398.032C398.259 115.372 398.381 115.232 398.416 115.074L404.924 79.3174C404.959 79.1075 404.784 78.915 404.574 78.915H400.533C400.358 78.915 400.218 79.02 400.183 79.1949%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M394.621 89.0964L398.399 114.934C398.434 115.144 398.277 115.354 398.049 115.354H394.008C393.833 115.354 393.693 115.232 393.658 115.074L390.002 89.0614C390.125 88.7815 390.265 88.7815 390.492 88.7815H394.253C394.428 88.7815 394.586 88.9214 394.621 89.0964Z%27 fill=%27white%27/%3E%3Cpath d=%27M389.88 89.0789L383.425 124.836C383.39 125.046 383.547 125.256 383.775 125.238H387.763C387.938 125.238 388.078 125.098 388.113 124.941L394.62 89.1838C394.655 88.9739 394.498 88.7815 394.271 88.7815H390.23C390.055 88.7815 389.915 88.9039 389.88 89.0789Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M384.439 98.9977L388.095 124.836C388.13 125.046 387.973 125.238 387.746 125.238H383.705C383.53 125.238 383.39 125.116 383.355 124.958L379.699 98.9627C379.821 98.6828 379.961 98.6829 380.189 98.6829H384.072C384.247 98.6829 384.404 98.8228 384.439 98.9977Z%27 fill=%27white%27/%3E%3Cpath d=%27M379.699 98.9804L373.297 134.772C373.262 134.982 373.419 135.175 373.647 135.175H377.548C377.775 135.175 377.898 135.035 377.933 134.877L384.44 99.1204C384.475 98.9105 384.317 98.718 384.09 98.718H380.049C379.874 98.718 379.734 98.823 379.699 98.9979%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M374.153 108.899L377.932 134.737C377.967 134.947 377.809 135.157 377.582 135.157H373.541C373.366 135.157 373.226 135.035 373.191 134.877L369.535 108.864C369.658 108.584 369.798 108.584 370.025 108.584H373.786C373.961 108.584 374.118 108.724 374.153 108.899Z%27 fill=%27white%27/%3E%3Cpath d=%27M369.413 108.777L362.958 144.534C362.923 144.744 363.08 144.954 363.308 144.936H367.296C367.471 144.936 367.611 144.814 367.646 144.639L374.154 108.882C374.189 108.672 374.031 108.479 373.804 108.479H369.763C369.588 108.479 369.448 108.602 369.413 108.777Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M363.972 118.713L367.628 144.551C367.663 144.761 367.506 144.953 367.278 144.953H363.237C363.062 144.953 362.922 144.831 362.887 144.674L359.231 118.678C359.354 118.398 359.494 118.398 359.721 118.398H363.605C363.78 118.398 363.937 118.538 363.972 118.713Z%27 fill=%27white%27/%3E%3Cpath d=%27M359.232 118.678L352.83 154.47C352.795 154.68 352.952 154.873 353.179 154.873H357.08C357.308 154.873 357.43 154.733 357.465 154.575L363.973 118.818C364.008 118.608 363.85 118.416 363.623 118.416H359.582C359.407 118.416 359.267 118.521 359.232 118.696%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M353.687 128.614L357.466 154.452C357.5 154.662 357.343 154.872 357.116 154.872H353.075C352.9 154.872 352.76 154.75 352.725 154.592L349.069 128.579C349.191 128.299 349.331 128.299 349.559 128.299H353.32C353.495 128.299 353.652 128.439 353.687 128.614Z%27 fill=%27white%27/%3E%3Cpath d=%27M348.947 128.58L342.492 164.337C342.457 164.547 342.614 164.757 342.842 164.739H346.83C347.005 164.739 347.145 164.617 347.18 164.442L353.687 128.685C353.722 128.475 353.565 128.265 353.337 128.283H349.297C349.122 128.283 348.982 128.405 348.947 128.58Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M343.506 138.499L347.162 164.337C347.197 164.547 347.039 164.74 346.812 164.74H342.771C342.596 164.74 342.456 164.617 342.421 164.46L338.765 138.464C338.888 138.184 339.028 138.184 339.255 138.184H343.138C343.313 138.184 343.471 138.324 343.506 138.499Z%27 fill=%27white%27/%3E%3Cpath d=%27M338.783 138.481L332.38 174.273C332.345 174.483 332.503 174.675 332.73 174.675H336.631C336.859 174.675 336.981 174.535 337.016 174.378L343.523 138.621C343.558 138.411 343.401 138.219 343.174 138.219H339.133C338.958 138.219 338.818 138.323 338.783 138.498%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M333.22 148.4L336.998 174.238C337.033 174.448 336.876 174.658 336.648 174.658H332.607C332.433 174.658 332.293 174.536 332.258 174.378L328.602 148.365C328.724 148.085 328.864 148.085 329.091 148.085H332.852C333.027 148.085 333.185 148.225 333.22 148.4Z%27 fill=%27white%27/%3E%3Cpath d=%27M328.479 148.295L322.024 184.052C321.989 184.262 322.147 184.472 322.374 184.454H326.363C326.538 184.454 326.678 184.332 326.713 184.157L333.22 148.4C333.255 148.19 333.097 147.998 332.87 147.998H328.829C328.654 147.998 328.514 148.12 328.479 148.295Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M323.039 158.214L326.695 184.052C326.73 184.262 326.573 184.454 326.345 184.454H322.304C322.129 184.454 321.989 184.332 321.954 184.175L318.298 158.179C318.421 157.899 318.561 157.899 318.788 157.899H322.672C322.847 157.899 323.004 158.039 323.039 158.214Z%27 fill=%27white%27/%3E%3Cpath d=%27M318.315 158.179L311.913 193.971C311.878 194.181 312.035 194.373 312.263 194.373H316.164C316.391 194.373 316.514 194.233 316.549 194.076L323.056 158.319C323.091 158.109 322.916 157.917 322.706 157.917H318.665C318.49 157.917 318.35 158.021 318.315 158.196%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M312.753 168.115L316.531 193.953C316.566 194.163 316.409 194.373 316.182 194.373H312.141C311.966 194.373 311.826 194.25 311.791 194.093L308.135 168.08C308.257 167.8 308.397 167.8 308.625 167.8H312.386C312.561 167.8 312.718 167.94 312.753 168.115Z%27 fill=%27white%27/%3E%3Cpath d=%27M308.012 168.098L301.557 203.854C301.522 204.064 301.679 204.274 301.907 204.257H305.895C306.07 204.257 306.21 204.134 306.245 203.959L312.752 168.202C312.787 167.993 312.63 167.783 312.402 167.8H308.361C308.186 167.8 308.047 167.923 308.012 168.098Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M302.572 178.017L306.228 203.855C306.263 204.065 306.106 204.257 305.878 204.257H301.837C301.663 204.257 301.523 204.135 301.488 203.977L297.832 177.982C297.954 177.702 298.094 177.702 298.321 177.702H302.205C302.38 177.702 302.537 177.842 302.572 178.017Z%27 fill=%27white%27/%3E%3Cpath d=%27M297.832 177.982L291.429 213.774C291.394 213.983 291.552 214.176 291.779 214.176H295.68C295.907 214.176 296.03 214.036 296.065 213.878L302.572 178.122C302.607 177.912 302.432 177.719 302.222 177.719H298.182C298.007 177.719 297.867 177.824 297.832 177.999%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M292.268 187.917L296.047 213.755C296.082 213.965 295.924 214.175 295.697 214.175H291.656C291.481 214.175 291.341 214.053 291.306 213.895L287.65 187.882C287.772 187.603 287.912 187.603 288.14 187.603H291.901C292.076 187.603 292.233 187.742 292.268 187.917Z%27 fill=%27white%27/%3E%3Cpath d=%27M287.546 187.795L281.091 223.552C281.056 223.762 281.213 223.972 281.441 223.955H285.429C285.604 223.955 285.744 223.832 285.779 223.657L292.286 187.9C292.321 187.69 292.164 187.498 291.937 187.498H287.896C287.721 187.498 287.581 187.621 287.546 187.795Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M282.105 197.714L285.761 223.552C285.796 223.762 285.639 223.955 285.412 223.955H281.371C281.196 223.955 281.056 223.832 281.021 223.675L277.365 197.679C277.487 197.399 277.627 197.399 277.855 197.399H281.738C281.913 197.399 282.07 197.539 282.105 197.714Z%27 fill=%27white%27/%3E%3Cpath d=%27M277.364 197.697L270.962 233.489C270.927 233.698 271.084 233.891 271.312 233.891H275.213C275.44 233.891 275.563 233.751 275.598 233.576L282.105 197.819C282.14 197.609 281.983 197.417 281.755 197.417H277.714C277.539 197.417 277.399 197.522 277.364 197.697Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M271.802 207.615L275.581 233.453C275.616 233.663 275.458 233.873 275.231 233.873H271.19C271.015 233.873 270.875 233.751 270.84 233.593L267.184 207.58C267.307 207.301 267.446 207.301 267.674 207.301H271.435C271.61 207.301 271.767 207.44 271.802 207.615Z%27 fill=%27white%27/%3E%3Cpath d=%27M267.078 207.598L260.624 243.355C260.589 243.565 260.746 243.775 260.973 243.757H264.962C265.137 243.757 265.277 243.635 265.312 243.46L271.819 207.703C271.854 207.493 271.697 207.301 271.469 207.301H267.428C267.253 207.301 267.113 207.423 267.078 207.598Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M261.638 217.517L265.294 243.355C265.329 243.565 265.172 243.757 264.944 243.757H260.903C260.728 243.757 260.588 243.635 260.554 243.477L256.897 217.482C257.02 217.202 257.16 217.202 257.387 217.202H261.271C261.446 217.202 261.603 217.342 261.638 217.517Z%27 fill=%27white%27/%3E%3Cpath d=%27M256.898 217.482L250.495 253.274C250.46 253.484 250.618 253.676 250.845 253.676H254.746C254.973 253.676 255.096 253.536 255.131 253.361L261.638 217.604C261.673 217.394 261.498 217.202 261.288 217.202H257.247C257.073 217.202 256.933 217.307 256.898 217.482Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M251.352 227.419L255.131 253.257C255.166 253.467 255.008 253.677 254.781 253.677H250.74C250.565 253.677 250.425 253.554 250.39 253.397L246.734 227.384C246.856 227.104 246.996 227.104 247.224 227.104H250.985C251.16 227.104 251.317 227.244 251.352 227.419Z%27 fill=%27white%27/%3E%3Cpath d=%27M246.612 227.296L240.157 263.053C240.122 263.263 240.28 263.473 240.507 263.456H244.496C244.67 263.456 244.81 263.333 244.845 263.158L251.353 227.401C251.388 227.192 251.23 226.982 251.003 226.999H246.962C246.787 226.999 246.647 227.122 246.612 227.296Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M241.171 237.215L244.827 263.053C244.862 263.263 244.705 263.456 244.477 263.456H240.437C240.262 263.456 240.122 263.333 240.087 263.176L236.431 237.18C236.553 236.9 236.693 236.9 236.92 236.9H240.804C240.979 236.9 241.136 237.04 241.171 237.215Z%27 fill=%27white%27/%3E%3Cpath d=%27M236.448 237.198L230.045 272.99C230.01 273.199 230.168 273.392 230.395 273.392H234.296C234.524 273.392 234.646 273.252 234.681 273.077L241.189 237.32C241.223 237.11 241.049 236.918 240.839 236.918H236.798C236.623 236.918 236.483 237.023 236.448 237.198Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M230.885 247.116L234.664 272.954C234.699 273.164 234.541 273.374 234.314 273.374H230.273C230.098 273.374 229.958 273.252 229.923 273.094L226.267 247.081C226.39 246.801 226.53 246.801 226.757 246.801H230.518C230.693 246.801 230.85 246.941 230.885 247.116Z%27 fill=%27white%27/%3E%3Cpath d=%27M226.127 247.099L219.672 282.856C219.637 283.066 219.794 283.275 220.022 283.258H224.01C224.185 283.258 224.325 283.135 224.36 282.961L230.867 247.204C230.902 246.994 230.745 246.801 230.518 246.801H226.477C226.302 246.801 226.162 246.924 226.127 247.099Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M220.704 257.035L224.36 282.873C224.395 283.083 224.238 283.275 224.01 283.275H219.969C219.794 283.275 219.654 283.153 219.619 282.996L215.963 257C216.086 256.72 216.226 256.72 216.453 256.72H220.337C220.512 256.72 220.669 256.86 220.704 257.035Z%27 fill=%27white%27/%3E%3Cpath d=%27M215.964 257L209.562 292.792C209.527 293.002 209.684 293.194 209.911 293.194H213.812C214.04 293.194 214.162 293.054 214.197 292.879L220.705 257.123C220.74 256.913 220.565 256.72 220.355 256.72H216.314C216.139 256.72 215.999 256.825 215.964 257Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M210.4 266.919L214.179 292.757C214.214 292.967 214.056 293.177 213.829 293.177H209.788C209.613 293.177 209.473 293.054 209.438 292.897L205.782 266.884C205.905 266.604 206.045 266.604 206.272 266.604H210.033C210.208 266.604 210.365 266.744 210.4 266.919Z%27 fill=%27white%27/%3E%3Cpath d=%27M205.661 266.814L199.206 302.571C199.171 302.781 199.328 302.991 199.556 302.974H203.544C203.719 302.974 203.859 302.851 203.894 302.676L210.402 266.919C210.437 266.709 210.279 266.517 210.052 266.517H206.011C205.836 266.517 205.696 266.64 205.661 266.814Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M200.237 276.733L203.893 302.571C203.928 302.781 203.771 302.973 203.543 302.973H199.503C199.328 302.973 199.188 302.851 199.153 302.693L195.497 276.698C195.619 276.418 195.759 276.418 195.986 276.418H199.87C200.045 276.418 200.202 276.558 200.237 276.733Z%27 fill=%27white%27/%3E%3Cpath d=%27M195.497 276.698L189.094 312.49C189.059 312.7 189.217 312.892 189.444 312.892H193.345C193.572 312.892 193.695 312.752 193.73 312.577L200.237 276.82C200.272 276.61 200.097 276.418 199.887 276.418H195.847C195.672 276.418 195.532 276.523 195.497 276.698Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M189.934 286.635L193.713 312.473C193.748 312.682 193.59 312.892 193.363 312.892H189.322C189.147 312.892 189.007 312.77 188.972 312.612L185.316 286.599C185.438 286.32 185.578 286.32 185.806 286.32H189.567C189.742 286.32 189.899 286.46 189.934 286.635Z%27 fill=%27white%27/%3E%3Cpath d=%27M185.211 286.6L178.756 322.357C178.721 322.566 178.878 322.776 179.106 322.759H183.094C183.269 322.759 183.409 322.636 183.444 322.461L189.951 286.705C189.986 286.495 189.829 286.302 189.602 286.302H185.561C185.386 286.302 185.246 286.425 185.211 286.6Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M179.77 296.535L183.426 322.373C183.461 322.583 183.304 322.776 183.077 322.776H179.036C178.861 322.776 178.721 322.653 178.686 322.496L175.03 296.5C175.152 296.22 175.292 296.22 175.52 296.22H179.403C179.578 296.22 179.735 296.36 179.77 296.535Z%27 fill=%27white%27/%3E%3Cpath d=%27M175.03 296.5L168.627 332.292C168.592 332.502 168.75 332.695 168.977 332.695H172.878C173.106 332.695 173.228 332.555 173.263 332.38L179.771 296.623C179.806 296.413 179.648 296.22 179.421 296.22H175.38C175.205 296.22 175.065 296.325 175.03 296.5Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M169.467 306.42L173.246 332.258C173.281 332.468 173.123 332.678 172.896 332.678H168.855C168.68 332.678 168.54 332.555 168.505 332.398L164.849 306.385C164.972 306.105 165.112 306.105 165.339 306.105H169.1C169.275 306.105 169.432 306.245 169.467 306.42Z%27 fill=%27white%27/%3E%3Cpath d=%27M164.744 306.315L158.29 342.071C158.255 342.281 158.412 342.491 158.639 342.474H162.628C162.803 342.474 162.943 342.351 162.978 342.176L169.485 306.419C169.52 306.21 169.363 306.017 169.135 306.017H165.094C164.919 306.017 164.779 306.14 164.744 306.315Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M159.304 316.234L162.96 342.072C162.995 342.282 162.837 342.474 162.61 342.474H158.569C158.394 342.474 158.254 342.352 158.219 342.194L154.563 316.199C154.685 315.919 154.825 315.919 155.053 315.919H158.936C159.111 315.919 159.269 316.059 159.304 316.234Z%27 fill=%27white%27/%3E%3Cpath d=%27M154.563 316.199L148.161 351.991C148.126 352.201 148.283 352.393 148.51 352.393H152.411C152.639 352.393 152.761 352.253 152.796 352.078L159.304 316.321C159.339 316.111 159.181 315.919 158.954 315.919H154.913C154.738 315.919 154.598 316.024 154.563 316.199Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M149 326.135L152.779 351.973C152.814 352.183 152.656 352.393 152.429 352.393H148.388C148.213 352.393 148.073 352.271 148.038 352.113L144.382 326.1C144.504 325.82 144.644 325.82 144.872 325.82H148.633C148.808 325.82 148.965 325.96 149 326.135Z%27 fill=%27white%27/%3E%3Cpath d=%27M144.26 326.118L137.805 361.875C137.77 362.085 137.927 362.294 138.155 362.277H142.143C142.318 362.277 142.458 362.154 142.493 361.98L149 326.223C149.035 326.013 148.878 325.82 148.65 325.82H144.609C144.435 325.82 144.295 325.943 144.26 326.118Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M138.819 336.036L142.475 361.874C142.51 362.084 142.352 362.277 142.125 362.277H138.084C137.909 362.277 137.769 362.154 137.734 361.997L134.078 336.001C134.201 335.721 134.341 335.721 134.568 335.721H138.451C138.626 335.721 138.784 335.861 138.819 336.036Z%27 fill=%27white%27/%3E%3Cpath d=%27M134.096 336.019L127.693 371.811C127.658 372.02 127.816 372.213 128.043 372.213H131.944C132.172 372.213 132.294 372.073 132.329 371.898L138.836 336.141C138.871 335.931 138.714 335.739 138.487 335.739H134.446C134.271 335.739 134.131 335.844 134.096 336.019Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M128.534 345.937L132.312 371.775C132.347 371.985 132.19 372.195 131.962 372.195H127.921C127.747 372.195 127.607 372.073 127.572 371.915L123.916 345.902C124.038 345.622 124.178 345.622 124.405 345.622H128.166C128.341 345.622 128.499 345.762 128.534 345.937Z%27 fill=%27white%27/%3E%3Cpath d=%27M123.793 345.815L117.338 381.572C117.303 381.782 117.46 381.992 117.688 381.974H121.676C121.851 381.974 121.991 381.852 122.026 381.677L128.533 345.92C128.568 345.71 128.411 345.518 128.184 345.518H124.143C123.968 345.518 123.828 345.64 123.793 345.815Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M118.352 355.734L122.009 381.572C122.043 381.782 121.886 381.974 121.659 381.974H117.618C117.443 381.974 117.303 381.852 117.268 381.694L113.612 355.699C113.734 355.419 113.874 355.419 114.102 355.419H117.985C118.16 355.419 118.317 355.559 118.352 355.734Z%27 fill=%27white%27/%3E%3Cpath d=%27M113.629 355.717L107.227 391.509C107.192 391.719 107.349 391.911 107.576 391.911H111.477C111.705 391.911 111.827 391.771 111.862 391.596L118.37 355.839C118.405 355.629 118.247 355.437 118.02 355.437H113.979C113.804 355.437 113.664 355.542 113.629 355.717Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M108.066 365.636L111.845 391.474C111.88 391.684 111.722 391.894 111.495 391.894H107.454C107.279 391.894 107.139 391.771 107.104 391.614L103.448 365.601C103.571 365.321 103.711 365.321 103.938 365.321H107.699C107.874 365.321 108.031 365.461 108.066 365.636Z%27 fill=%27white%27/%3E%3Cpath d=%27M103.326 365.618L96.8711 401.375C96.8361 401.585 96.9935 401.795 97.2209 401.778H101.209C101.384 401.778 101.524 401.655 101.559 401.48L108.067 365.723C108.102 365.513 107.944 365.321 107.717 365.321H103.676C103.501 365.321 103.361 365.443 103.326 365.618Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M97.9032 375.537L101.559 401.375C101.594 401.585 101.437 401.777 101.209 401.777H97.1685C96.9936 401.777 96.8536 401.654 96.8186 401.497L93.1626 375.502C93.285 375.222 93.425 375.222 93.6524 375.222H97.5359C97.7108 375.222 97.8682 375.362 97.9032 375.537Z%27 fill=%27white%27/%3E%3Cpath d=%27M93.1622 375.519L86.7597 411.311C86.7248 411.521 86.8822 411.714 87.1096 411.714H91.0106C91.238 411.714 91.3604 411.574 91.3954 411.399L97.9029 375.642C97.9378 375.432 97.7804 375.24 97.553 375.24H93.5121C93.3372 375.24 93.1972 375.344 93.1622 375.519Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M87.5996 385.438L91.3781 411.276C91.4131 411.486 91.2557 411.696 91.0282 411.696H86.9873C86.8124 411.696 86.6725 411.574 86.6375 411.416L82.9814 385.403C83.1039 385.123 83.2438 385.123 83.4712 385.123H87.2323C87.4072 385.123 87.5646 385.263 87.5996 385.438Z%27 fill=%27white%27/%3E%3Cpath d=%27M82.8763 385.316L76.4214 421.073C76.3864 421.283 76.5438 421.492 76.7712 421.475H80.7596C80.9346 421.475 81.0745 421.352 81.1095 421.178L87.6169 385.421C87.6519 385.211 87.4945 385.018 87.2671 385.018H83.2262C83.0512 385.018 82.9113 385.141 82.8763 385.316Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M77.436 395.234L81.092 421.072C81.127 421.282 80.9696 421.475 80.7421 421.475H76.7012C76.5263 421.475 76.3863 421.352 76.3514 421.195L72.6953 395.199C72.8178 394.919 72.9577 394.919 73.1851 394.919H77.0686C77.2435 394.919 77.401 395.059 77.436 395.234Z%27 fill=%27white%27/%3E%3Cpath d=%27M72.6954 395.217L66.293 431.009C66.258 431.219 66.4154 431.412 66.6428 431.412H70.5438C70.7712 431.412 70.8936 431.272 70.9286 431.097L77.4361 395.34C77.471 395.13 77.3136 394.938 77.0862 394.938H73.0453C72.8703 394.938 72.7304 395.043 72.6954 395.217Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M67.1323 405.136L70.9108 430.974C70.9458 431.184 70.7884 431.394 70.561 431.394H66.5201C66.3451 431.394 66.2052 431.272 66.1702 431.114L62.5142 405.101C62.6366 404.821 62.7766 404.821 63.004 404.821H66.765C66.9399 404.821 67.0973 404.961 67.1323 405.136Z%27 fill=%27white%27/%3E%3Cpath d=%27M62.3924 405.119L55.9375 440.876C55.9025 441.085 56.0599 441.295 56.2874 441.278H60.2758C60.4507 441.278 60.5906 441.155 60.6256 440.981L67.1331 405.224C67.168 405.014 67.0106 404.821 66.7832 404.821H62.7423C62.5674 404.821 62.4274 404.944 62.3924 405.119Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.828 100.152L407.373 135.909C407.338 136.119 407.496 136.329 407.723 136.311H411.711C411.886 136.311 412.026 136.172 412.061 136.014L418.569 100.257C418.604 100.047 418.446 99.8373 418.219 99.8548H414.178C414.003 99.8548 413.863 99.9773 413.828 100.152Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M408.406 110.089L412.062 135.927C412.097 136.137 411.939 136.329 411.712 136.329H407.671C407.496 136.329 407.356 136.207 407.321 136.049L403.665 110.054C403.787 109.774 403.927 109.774 404.155 109.774H408.038C408.213 109.774 408.371 109.914 408.406 110.089Z%27 fill=%27white%27/%3E%3Cpath d=%27M403.664 110.054L397.262 145.846C397.227 146.056 397.384 146.249 397.612 146.249H401.513C401.74 146.249 401.862 146.109 401.897 145.951L408.405 110.194C408.44 109.984 408.265 109.792 408.055 109.792H404.014C403.839 109.792 403.699 109.897 403.664 110.072%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M398.102 119.973L401.881 145.811C401.916 146.021 401.758 146.231 401.531 146.231H397.49C397.315 146.231 397.175 146.108 397.14 145.951L393.484 119.938C393.606 119.658 393.746 119.658 393.974 119.658H397.735C397.91 119.658 398.067 119.798 398.102 119.973Z%27 fill=%27white%27/%3E%3Cpath d=%27M393.361 119.955L386.906 155.712C386.871 155.922 387.029 156.132 387.256 156.115H391.244C391.419 156.115 391.559 155.992 391.594 155.817L398.102 120.06C398.137 119.85 397.979 119.658 397.752 119.658H393.711C393.536 119.658 393.396 119.78 393.361 119.955Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M387.921 129.892L391.577 155.73C391.612 155.94 391.454 156.132 391.227 156.132H387.186C387.011 156.132 386.871 156.01 386.836 155.852L383.18 129.857C383.303 129.577 383.443 129.577 383.67 129.577H387.553C387.728 129.577 387.886 129.717 387.921 129.892Z%27 fill=%27white%27/%3E%3Cpath d=%27M383.18 129.857L376.778 165.649C376.743 165.859 376.9 166.051 377.128 166.051H381.029C381.256 166.051 381.378 165.911 381.413 165.754L387.921 129.997C387.956 129.787 387.798 129.594 387.571 129.594H383.53C383.355 129.594 383.215 129.699 383.18 129.874%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M377.635 139.775L381.413 165.631C381.448 165.841 381.291 166.051 381.063 166.051H377.022C376.848 166.051 376.708 165.928 376.673 165.771L373.017 139.758C373.139 139.478 373.279 139.478 373.506 139.478H377.267C377.442 139.478 377.6 139.618 377.635 139.793%27 fill=%27white%27/%3E%3Cpath d=%27M372.894 139.671L366.439 175.428C366.404 175.638 366.562 175.848 366.789 175.83H370.778C370.953 175.83 371.093 175.708 371.128 175.533L377.635 139.776C377.67 139.566 377.513 139.374 377.285 139.374H373.244C373.069 139.374 372.929 139.496 372.894 139.671Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M367.454 149.59L371.11 175.428C371.145 175.638 370.987 175.83 370.76 175.83H366.719C366.544 175.83 366.404 175.708 366.369 175.55L362.713 149.555C362.835 149.275 362.975 149.275 363.203 149.275H367.086C367.261 149.275 367.419 149.415 367.454 149.59Z%27 fill=%27white%27/%3E%3Cpath d=%27M362.731 149.572L356.328 185.364C356.293 185.574 356.451 185.766 356.678 185.766H360.579C360.806 185.766 360.929 185.626 360.964 185.451L367.471 149.694C367.506 149.484 367.331 149.292 367.121 149.292H363.08C362.906 149.292 362.766 149.397 362.731 149.572Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M357.168 159.491L360.946 185.329C360.981 185.539 360.824 185.749 360.596 185.749H356.555C356.38 185.749 356.24 185.626 356.205 185.469L352.549 159.456C352.672 159.176 352.812 159.176 353.039 159.176H356.8C356.975 159.176 357.133 159.316 357.168 159.491Z%27 fill=%27white%27/%3E%3Cpath d=%27M352.427 159.455L345.972 195.212C345.937 195.422 346.095 195.632 346.322 195.615H350.31C350.485 195.615 350.625 195.492 350.66 195.317L357.168 159.56C357.203 159.35 357.045 159.141 356.818 159.158H352.777C352.602 159.158 352.462 159.28 352.427 159.455Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M346.987 169.392L350.643 195.23C350.678 195.44 350.52 195.632 350.293 195.632H346.252C346.077 195.632 345.937 195.51 345.902 195.353L342.246 169.357C342.369 169.077 342.508 169.077 342.736 169.077H346.619C346.794 169.077 346.952 169.217 346.987 169.392Z%27 fill=%27white%27/%3E%3Cpath d=%27M342.264 169.357L335.861 205.149C335.826 205.359 335.984 205.551 336.211 205.551H340.112C340.34 205.551 340.462 205.411 340.497 205.236L347.004 169.48C347.039 169.27 346.882 169.077 346.655 169.077H342.614C342.439 169.077 342.299 169.182 342.264 169.357Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M336.701 179.276L340.48 205.114C340.515 205.324 340.357 205.534 340.13 205.534H336.089C335.914 205.534 335.774 205.412 335.739 205.254L332.083 179.241C332.205 178.961 332.345 178.961 332.573 178.961H336.334C336.509 178.961 336.666 179.101 336.701 179.276Z%27 fill=%27white%27/%3E%3Cpath d=%27M331.961 179.171L325.506 214.928C325.471 215.138 325.628 215.348 325.856 215.331H329.844C330.019 215.331 330.159 215.208 330.194 215.033L336.701 179.276C336.736 179.066 336.579 178.874 336.352 178.874H332.311C332.136 178.874 331.996 178.996 331.961 179.171Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M326.52 189.09L330.176 214.928C330.211 215.137 330.054 215.33 329.826 215.33H325.785C325.61 215.33 325.47 215.207 325.435 215.05L321.779 189.055C321.902 188.775 322.042 188.775 322.269 188.775H326.153C326.327 188.775 326.485 188.915 326.52 189.09Z%27 fill=%27white%27/%3E%3Cpath d=%27M321.797 189.073L315.394 224.865C315.359 225.075 315.516 225.267 315.744 225.267H319.645C319.872 225.267 319.995 225.127 320.03 224.952L326.537 189.195C326.572 188.985 326.415 188.793 326.187 188.793H322.146C321.971 188.793 321.831 188.898 321.797 189.073Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M316.234 198.991L320.013 224.829C320.048 225.039 319.89 225.249 319.663 225.249H315.622C315.447 225.249 315.307 225.127 315.272 224.969L311.616 198.956C311.739 198.677 311.879 198.677 312.106 198.677H315.867C316.042 198.677 316.199 198.817 316.234 198.991Z%27 fill=%27white%27/%3E%3Cpath d=%27M311.494 198.974L305.039 234.731C305.004 234.941 305.161 235.151 305.388 235.133H309.377C309.552 235.133 309.692 235.011 309.727 234.836L316.234 199.079C316.269 198.869 316.112 198.677 315.884 198.677H311.843C311.668 198.677 311.528 198.799 311.494 198.974Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.053 208.893L309.709 234.731C309.744 234.941 309.587 235.133 309.359 235.133H305.318C305.144 235.133 305.004 235.011 304.969 234.853L301.312 208.858C301.435 208.578 301.575 208.578 301.802 208.578H305.686C305.861 208.578 306.018 208.718 306.053 208.893Z%27 fill=%27white%27/%3E%3Cpath d=%27M301.313 208.876L294.911 244.667C294.876 244.877 295.033 245.07 295.26 245.07H299.161C299.389 245.07 299.511 244.93 299.546 244.755L306.054 208.998C306.089 208.788 305.914 208.596 305.704 208.596H301.663C301.488 208.596 301.348 208.701 301.313 208.876Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M295.749 218.794L299.528 244.632C299.563 244.842 299.406 245.052 299.178 245.052H295.137C294.962 245.052 294.822 244.929 294.787 244.772L291.131 218.759C291.254 218.479 291.394 218.479 291.621 218.479H295.382C295.557 218.479 295.715 218.619 295.749 218.794Z%27 fill=%27white%27/%3E%3Cpath d=%27M291.026 218.672L284.571 254.429C284.536 254.639 284.694 254.849 284.921 254.832H288.91C289.085 254.832 289.224 254.709 289.259 254.534L295.767 218.777C295.802 218.567 295.644 218.375 295.417 218.375H291.376C291.201 218.375 291.061 218.497 291.026 218.672Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M285.586 228.608L289.242 254.446C289.277 254.656 289.119 254.848 288.892 254.848H284.851C284.676 254.848 284.536 254.726 284.501 254.568L280.845 228.573C280.968 228.293 281.108 228.293 281.335 228.293H285.218C285.393 228.293 285.551 228.433 285.586 228.608Z%27 fill=%27white%27/%3E%3Cpath d=%27M280.846 228.573L274.443 264.365C274.408 264.575 274.566 264.767 274.793 264.767H278.694C278.922 264.767 279.044 264.627 279.079 264.452L285.586 228.695C285.621 228.485 285.446 228.293 285.237 228.293H281.196C281.021 228.293 280.881 228.398 280.846 228.573Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M275.283 238.492L279.061 264.33C279.096 264.54 278.939 264.75 278.711 264.75H274.67C274.496 264.75 274.356 264.628 274.321 264.47L270.665 238.457C270.787 238.177 270.927 238.177 271.154 238.177H274.915C275.09 238.177 275.248 238.317 275.283 238.492Z%27 fill=%27white%27/%3E%3Cpath d=%27M270.56 238.475L264.105 274.232C264.07 274.442 264.227 274.652 264.455 274.634H268.443C268.618 274.634 268.758 274.512 268.793 274.337L275.301 238.58C275.336 238.37 275.178 238.177 274.951 238.177H270.91C270.735 238.177 270.595 238.3 270.56 238.475Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M265.12 248.393L268.776 274.231C268.811 274.441 268.653 274.634 268.426 274.634H264.385C264.21 274.634 264.07 274.511 264.035 274.354L260.379 248.358C260.501 248.078 260.641 248.078 260.869 248.078H264.752C264.927 248.078 265.085 248.218 265.12 248.393Z%27 fill=%27white%27/%3E%3Cpath d=%27M260.396 248.376L253.994 284.168C253.959 284.377 254.116 284.57 254.343 284.57H258.244C258.472 284.57 258.594 284.43 258.629 284.255L265.137 248.498C265.172 248.288 265.014 248.096 264.787 248.096H260.746C260.571 248.096 260.431 248.201 260.396 248.376Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M254.834 258.295L258.613 284.133C258.647 284.343 258.49 284.553 258.263 284.553H254.222C254.047 284.553 253.907 284.43 253.872 284.273L250.216 258.26C250.338 257.98 250.478 257.98 250.706 257.98H254.467C254.642 257.98 254.799 258.12 254.834 258.295Z%27 fill=%27white%27/%3E%3Cpath d=%27M250.093 258.172L243.638 293.929C243.603 294.139 243.761 294.349 243.988 294.332H247.976C248.151 294.332 248.291 294.209 248.326 294.034L254.834 258.277C254.869 258.067 254.711 257.875 254.484 257.875H250.443C250.268 257.875 250.128 257.997 250.093 258.172Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M244.653 268.108L248.309 293.946C248.344 294.156 248.186 294.348 247.959 294.348H243.918C243.743 294.348 243.603 294.226 243.568 294.069L239.912 268.073C240.035 267.793 240.175 267.793 240.402 267.793H244.285C244.46 267.793 244.618 267.933 244.653 268.108Z%27 fill=%27white%27/%3E%3Cpath d=%27M239.929 268.073L233.527 303.865C233.492 304.075 233.649 304.267 233.877 304.267H237.778C238.005 304.267 238.128 304.127 238.162 303.953L244.67 268.196C244.705 267.986 244.547 267.793 244.32 267.793H240.279C240.104 267.793 239.964 267.898 239.929 268.073Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M234.367 277.993L238.145 303.831C238.18 304.041 238.023 304.251 237.795 304.251H233.754C233.58 304.251 233.44 304.128 233.405 303.971L229.749 277.958C229.871 277.678 230.011 277.678 230.238 277.678H233.999C234.174 277.678 234.332 277.818 234.367 277.993Z%27 fill=%27white%27/%3E%3Cpath d=%27M229.608 277.992L223.153 313.749C223.118 313.959 223.276 314.169 223.503 314.151H227.492C227.667 314.151 227.806 314.029 227.841 313.854L234.349 278.097C234.384 277.887 234.226 277.695 233.999 277.695H229.958C229.783 277.695 229.643 277.817 229.608 277.992Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M224.185 287.912L227.842 313.75C227.876 313.96 227.719 314.152 227.492 314.152H223.451C223.276 314.152 223.136 314.029 223.101 313.872L219.445 287.877C219.567 287.597 219.707 287.597 219.935 287.597H223.818C223.993 287.597 224.15 287.737 224.185 287.912Z%27 fill=%27white%27/%3E%3Cpath d=%27M219.445 287.877L213.042 323.668C213.007 323.878 213.165 324.071 213.392 324.071H217.293C217.521 324.071 217.643 323.931 217.678 323.756L224.186 287.999C224.221 287.789 224.046 287.597 223.836 287.597H219.795C219.62 287.597 219.48 287.702 219.445 287.877Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M213.882 297.812L217.66 323.65C217.695 323.86 217.538 324.07 217.31 324.07H213.27C213.095 324.07 212.955 323.948 212.92 323.79L209.264 297.777C209.386 297.498 209.526 297.498 209.753 297.498H213.514C213.689 297.498 213.847 297.637 213.882 297.812Z%27 fill=%27white%27/%3E%3Cpath d=%27M209.159 297.69L202.704 333.447C202.669 333.657 202.826 333.867 203.053 333.849H207.042C207.217 333.849 207.357 333.727 207.392 333.552L213.899 297.795C213.934 297.585 213.777 297.393 213.549 297.393H209.508C209.333 297.393 209.194 297.515 209.159 297.69Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M203.718 307.61L207.374 333.448C207.409 333.658 207.252 333.85 207.024 333.85H202.983C202.809 333.85 202.669 333.727 202.634 333.57L198.978 307.575C199.1 307.295 199.24 307.295 199.467 307.295H203.351C203.526 307.295 203.683 307.435 203.718 307.61Z%27 fill=%27white%27/%3E%3Cpath d=%27M198.978 307.591L192.575 343.383C192.54 343.593 192.698 343.786 192.925 343.786H196.826C197.053 343.786 197.176 343.646 197.211 343.471L203.718 307.714C203.753 307.504 203.578 307.312 203.368 307.312H199.328C199.153 307.312 199.013 307.416 198.978 307.591Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M193.416 317.511L197.194 343.349C197.229 343.559 197.072 343.769 196.844 343.769H192.803C192.628 343.769 192.488 343.646 192.453 343.489L188.797 317.476C188.92 317.196 189.06 317.196 189.287 317.196H193.048C193.223 317.196 193.381 317.336 193.416 317.511Z%27 fill=%27white%27/%3E%3Cpath d=%27M188.693 317.493L182.238 353.25C182.203 353.46 182.36 353.67 182.588 353.653H186.576C186.751 353.653 186.891 353.53 186.926 353.355L193.433 317.598C193.468 317.388 193.311 317.196 193.084 317.196H189.043C188.868 317.196 188.728 317.319 188.693 317.493Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M183.251 327.412L186.907 353.25C186.942 353.46 186.785 353.652 186.558 353.652H182.517C182.342 353.652 182.202 353.53 182.167 353.372L178.511 327.377C178.633 327.097 178.773 327.097 179.001 327.097H182.884C183.059 327.097 183.216 327.237 183.251 327.412Z%27 fill=%27white%27/%3E%3Cpath d=%27M178.511 327.377L172.108 363.169C172.073 363.378 172.231 363.571 172.458 363.571H176.359C176.587 363.571 176.709 363.431 176.744 363.256L183.251 327.499C183.286 327.289 183.112 327.097 182.902 327.097H178.861C178.686 327.097 178.546 327.202 178.511 327.377Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M172.948 337.313L176.727 363.151C176.762 363.361 176.604 363.571 176.377 363.571H172.336C172.161 363.571 172.021 363.449 171.986 363.291L168.33 337.278C168.453 336.999 168.592 336.999 168.82 336.999H172.581C172.756 336.999 172.913 337.138 172.948 337.313Z%27 fill=%27white%27/%3E%3Cpath d=%27M168.225 337.191L161.77 372.948C161.736 373.158 161.893 373.368 162.12 373.35H166.109C166.284 373.35 166.424 373.228 166.459 373.053L172.966 337.296C173.001 337.086 172.844 336.894 172.616 336.894H168.575C168.4 336.894 168.26 337.016 168.225 337.191Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M162.785 347.109L166.441 372.947C166.476 373.157 166.319 373.35 166.091 373.35H162.05C161.875 373.35 161.735 373.227 161.701 373.07L158.044 347.074C158.167 346.794 158.307 346.794 158.534 346.794H162.418C162.593 346.794 162.75 346.934 162.785 347.109Z%27 fill=%27white%27/%3E%3Cpath d=%27M158.044 347.093L151.641 382.885C151.606 383.094 151.764 383.287 151.991 383.287H155.892C156.119 383.287 156.242 383.147 156.277 382.972L162.784 347.215C162.819 347.005 162.644 346.813 162.434 346.813H158.393C158.218 346.813 158.079 346.918 158.044 347.093Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M152.499 357.011L156.278 382.849C156.313 383.059 156.155 383.269 155.928 383.269H151.887C151.712 383.269 151.572 383.146 151.537 382.989L147.881 356.976C148.003 356.696 148.143 356.696 148.371 356.696H152.132C152.307 356.696 152.464 356.836 152.499 357.011Z%27 fill=%27white%27/%3E%3Cpath d=%27M147.741 356.993L141.286 392.75C141.251 392.96 141.408 393.17 141.635 393.153H145.624C145.799 393.153 145.939 393.03 145.974 392.855L152.481 357.098C152.516 356.888 152.359 356.696 152.131 356.696H148.09C147.916 356.696 147.776 356.818 147.741 356.993Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M142.3 366.913L145.956 392.751C145.991 392.961 145.834 393.153 145.606 393.153H141.565C141.391 393.153 141.251 393.031 141.216 392.873L137.56 366.878C137.682 366.598 137.822 366.598 138.049 366.598H141.933C142.108 366.598 142.265 366.738 142.3 366.913Z%27 fill=%27white%27/%3E%3Cpath d=%27M137.577 366.895L131.175 402.687C131.14 402.897 131.297 403.089 131.525 403.089H135.426C135.653 403.089 135.775 402.95 135.81 402.775L142.318 367.018C142.353 366.808 142.195 366.615 141.968 366.615H137.927C137.752 366.615 137.612 366.72 137.577 366.895Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M132.014 376.814L135.793 402.652C135.828 402.862 135.67 403.072 135.443 403.072H131.402C131.227 403.072 131.087 402.949 131.052 402.792L127.396 376.779C127.518 376.499 127.658 376.499 127.886 376.499H131.647C131.822 376.499 131.979 376.639 132.014 376.814Z%27 fill=%27white%27/%3E%3Cpath d=%27M127.274 376.691L120.819 412.448C120.784 412.658 120.941 412.868 121.169 412.851H125.157C125.332 412.851 125.472 412.728 125.507 412.553L132.014 376.796C132.049 376.586 131.892 376.394 131.665 376.394H127.624C127.449 376.394 127.309 376.516 127.274 376.691Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M121.851 386.628L125.507 412.466C125.542 412.676 125.385 412.868 125.157 412.868H121.116C120.941 412.868 120.801 412.746 120.766 412.588L117.11 386.593C117.233 386.313 117.373 386.313 117.6 386.313H121.484C121.659 386.313 121.816 386.453 121.851 386.628Z%27 fill=%27white%27/%3E%3Cpath d=%27M117.11 386.593L110.708 422.385C110.673 422.594 110.83 422.787 111.058 422.787H114.959C115.186 422.787 115.309 422.647 115.344 422.472L121.851 386.715C121.886 386.505 121.729 386.313 121.501 386.313H117.46C117.285 386.313 117.145 386.418 117.11 386.593Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M111.548 396.512L115.326 422.35C115.361 422.56 115.204 422.77 114.976 422.77H110.936C110.761 422.77 110.621 422.647 110.586 422.49L106.93 396.477C107.052 396.197 107.192 396.197 107.419 396.197H111.18C111.355 396.197 111.513 396.337 111.548 396.512Z%27 fill=%27white%27/%3E%3Cpath d=%27M106.825 396.494L100.37 432.251C100.335 432.461 100.492 432.671 100.719 432.653H104.708C104.883 432.653 105.023 432.531 105.058 432.356L111.565 396.599C111.6 396.389 111.443 396.197 111.215 396.197H107.174C106.999 396.197 106.86 396.319 106.825 396.494Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M101.384 406.413L105.04 432.251C105.075 432.461 104.918 432.653 104.69 432.653H100.649C100.475 432.653 100.335 432.531 100.3 432.373L96.6436 406.378C96.766 406.098 96.9059 406.098 97.1334 406.098H101.017C101.192 406.098 101.349 406.238 101.384 406.413Z%27 fill=%27white%27/%3E%3Cpath d=%27M96.6432 406.396L90.2407 442.188C90.2057 442.397 90.3632 442.59 90.5906 442.59H94.4915C94.719 442.59 94.8414 442.45 94.8764 442.275L101.384 406.518C101.419 406.308 101.261 406.116 101.034 406.116H96.993C96.8181 406.116 96.6782 406.221 96.6432 406.396Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M417.607 129.122L411.152 164.879C411.117 165.089 411.274 165.298 411.502 165.281H415.49C415.665 165.281 415.805 165.158 415.84 164.984L422.347 129.227C422.382 129.017 422.225 128.807 421.998 128.824H417.957C417.782 128.824 417.642 128.947 417.607 129.122Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M412.166 139.041L415.822 164.896C415.857 165.106 415.7 165.299 415.472 165.299H411.431C411.256 165.299 411.116 165.176 411.081 165.019L407.425 139.023C407.548 138.743 407.688 138.743 407.915 138.743H411.799C411.973 138.743 412.131 138.883 412.166 139.058%27 fill=%27white%27/%3E%3Cpath d=%27M407.443 139.006L401.041 174.798C401.006 175.008 401.163 175.2 401.39 175.2H405.291C405.519 175.2 405.641 175.06 405.676 174.903L412.184 139.146C412.219 138.936 412.044 138.743 411.834 138.743H407.793C407.618 138.743 407.478 138.848 407.443 139.023%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M401.88 148.942L405.658 174.78C405.693 174.99 405.536 175.2 405.309 175.2H401.268C401.093 175.2 400.953 175.078 400.918 174.92L397.262 148.907C397.384 148.627 397.524 148.627 397.752 148.627H401.513C401.687 148.627 401.845 148.767 401.88 148.942Z%27 fill=%27white%27/%3E%3Cpath d=%27M397.139 148.925L390.685 184.682C390.65 184.892 390.807 185.102 391.034 185.085H395.023C395.198 185.085 395.338 184.962 395.373 184.787L401.88 149.03C401.915 148.82 401.758 148.61 401.53 148.628H397.489C397.314 148.628 397.174 148.75 397.139 148.925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M391.699 158.843L395.355 184.681C395.39 184.891 395.233 185.084 395.005 185.084H390.964C390.789 185.084 390.65 184.961 390.615 184.804L386.958 158.808C387.081 158.529 387.221 158.529 387.448 158.529H391.332C391.507 158.529 391.664 158.669 391.699 158.843Z%27 fill=%27white%27/%3E%3Cpath d=%27M386.959 158.826L380.557 194.618C380.522 194.827 380.679 195.02 380.906 195.02H384.807C385.035 195.02 385.157 194.88 385.192 194.723L391.7 158.966C391.735 158.756 391.577 158.563 391.35 158.563H387.309C387.134 158.563 386.994 158.668 386.959 158.843%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M381.395 168.745L385.174 194.583C385.209 194.793 385.052 195.003 384.824 195.003H380.783C380.608 195.003 380.468 194.881 380.433 194.723L376.777 168.71C376.9 168.43 377.04 168.43 377.267 168.43H381.028C381.203 168.43 381.361 168.57 381.395 168.745Z%27 fill=%27white%27/%3E%3Cpath d=%27M376.673 168.622L370.218 204.379C370.183 204.589 370.34 204.799 370.568 204.781H374.556C374.731 204.781 374.871 204.659 374.906 204.484L381.413 168.727C381.448 168.517 381.291 168.325 381.063 168.325H377.023C376.848 168.325 376.708 168.447 376.673 168.622Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M371.232 178.541L374.888 204.379C374.923 204.589 374.766 204.781 374.539 204.781H370.498C370.323 204.781 370.183 204.659 370.148 204.501L366.492 178.506C366.614 178.226 366.754 178.226 366.982 178.226H370.865C371.04 178.226 371.197 178.366 371.232 178.541Z%27 fill=%27white%27/%3E%3Cpath d=%27M366.492 178.524L360.089 214.316C360.054 214.526 360.212 214.718 360.439 214.718H364.34C364.568 214.718 364.69 214.578 364.725 214.403L371.232 178.647C371.267 178.437 371.11 178.244 370.883 178.244H366.842C366.667 178.244 366.527 178.349 366.492 178.524Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M360.928 188.443L364.707 214.281C364.742 214.491 364.584 214.701 364.357 214.701H360.316C360.141 214.701 360.001 214.578 359.966 214.421L356.31 188.408C356.433 188.128 356.572 188.128 356.8 188.128H360.561C360.736 188.128 360.893 188.268 360.928 188.443Z%27 fill=%27white%27/%3E%3Cpath d=%27M356.206 188.425L349.751 224.182C349.716 224.392 349.873 224.602 350.101 224.585H354.089C354.264 224.585 354.404 224.462 354.439 224.287L360.947 188.53C360.982 188.32 360.824 188.128 360.597 188.128H356.556C356.381 188.128 356.241 188.25 356.206 188.425Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M350.766 198.345L354.422 224.183C354.457 224.393 354.299 224.585 354.072 224.585H350.031C349.856 224.585 349.716 224.463 349.681 224.305L346.025 198.31C346.147 198.03 346.287 198.03 346.515 198.03H350.398C350.573 198.03 350.731 198.17 350.766 198.345Z%27 fill=%27white%27/%3E%3Cpath d=%27M346.042 198.327L339.64 234.119C339.605 234.329 339.762 234.521 339.99 234.521H343.89C344.118 234.521 344.24 234.381 344.275 234.206L350.783 198.449C350.818 198.24 350.643 198.047 350.433 198.047H346.392C346.217 198.047 346.077 198.152 346.042 198.327Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M340.479 208.245L344.258 234.083C344.293 234.293 344.135 234.503 343.908 234.503H339.867C339.692 234.503 339.552 234.381 339.517 234.223L335.861 208.21C335.983 207.93 336.123 207.93 336.351 207.93H340.112C340.287 207.93 340.444 208.07 340.479 208.245Z%27 fill=%27white%27/%3E%3Cpath d=%27M335.739 208.123L329.284 243.88C329.249 244.09 329.406 244.3 329.634 244.283H333.622C333.797 244.283 333.937 244.16 333.972 243.985L340.479 208.228C340.514 208.018 340.357 207.808 340.129 207.826H336.088C335.914 207.826 335.774 207.948 335.739 208.123Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M330.298 218.042L333.954 243.88C333.989 244.09 333.832 244.283 333.604 244.283H329.564C329.389 244.283 329.249 244.16 329.214 244.003L325.558 218.007C325.68 217.727 325.82 217.727 326.047 217.727H329.931C330.106 217.727 330.263 217.867 330.298 218.042Z%27 fill=%27white%27/%3E%3Cpath d=%27M325.576 218.025L319.173 253.816C319.138 254.026 319.296 254.219 319.523 254.219H323.424C323.652 254.219 323.774 254.079 323.809 253.904L330.316 218.147C330.351 217.937 330.194 217.745 329.967 217.745H325.926C325.751 217.745 325.611 217.85 325.576 218.025Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M320.013 227.943L323.791 253.781C323.826 253.991 323.669 254.201 323.441 254.201H319.4C319.226 254.201 319.086 254.078 319.051 253.921L315.395 227.908C315.517 227.628 315.657 227.628 315.884 227.628H319.645C319.82 227.628 319.978 227.768 320.013 227.943Z%27 fill=%27white%27/%3E%3Cpath d=%27M315.254 227.925L308.799 263.682C308.764 263.892 308.922 264.102 309.149 264.085H313.138C313.313 264.085 313.453 263.962 313.487 263.787L319.995 228.03C320.03 227.82 319.872 227.628 319.645 227.628H315.604C315.429 227.628 315.289 227.75 315.254 227.925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M309.832 237.862L313.488 263.7C313.523 263.91 313.366 264.102 313.138 264.102H309.097C308.922 264.102 308.782 263.98 308.747 263.823L305.091 237.827C305.214 237.547 305.354 237.547 305.581 237.547H309.465C309.64 237.547 309.797 237.687 309.832 237.862Z%27 fill=%27white%27/%3E%3Cpath d=%27M305.091 237.827L298.688 273.619C298.653 273.829 298.811 274.021 299.038 274.021H302.939C303.167 274.021 303.289 273.881 303.324 273.706L309.832 237.949C309.867 237.74 309.692 237.547 309.482 237.547H305.441C305.266 237.547 305.126 237.652 305.091 237.827Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M299.528 247.747L303.306 273.585C303.341 273.794 303.184 274.004 302.956 274.004H298.916C298.741 274.004 298.601 273.882 298.566 273.725L294.91 247.712C295.032 247.432 295.172 247.432 295.399 247.432H299.16C299.335 247.432 299.493 247.572 299.528 247.747Z%27 fill=%27white%27/%3E%3Cpath d=%27M294.805 247.641L288.351 283.398C288.316 283.608 288.473 283.818 288.7 283.8H292.689C292.864 283.8 293.004 283.678 293.039 283.503L299.546 247.746C299.581 247.536 299.424 247.344 299.196 247.344H295.155C294.98 247.344 294.84 247.466 294.805 247.641Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M289.365 257.56L293.021 283.398C293.056 283.608 292.899 283.8 292.671 283.8H288.63C288.456 283.8 288.316 283.677 288.281 283.52L284.625 257.525C284.747 257.245 284.887 257.245 285.114 257.245H288.998C289.173 257.245 289.33 257.385 289.365 257.56Z%27 fill=%27white%27/%3E%3Cpath d=%27M284.624 257.525L278.222 293.316C278.187 293.526 278.344 293.719 278.572 293.719H282.472C282.7 293.719 282.822 293.579 282.857 293.404L289.365 257.647C289.4 257.437 289.225 257.245 289.015 257.245H284.974C284.799 257.245 284.659 257.35 284.624 257.525Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M279.062 267.461L282.84 293.299C282.875 293.509 282.718 293.719 282.49 293.719H278.449C278.274 293.719 278.134 293.597 278.099 293.439L274.443 267.426C274.566 267.146 274.706 267.146 274.933 267.146H278.694C278.869 267.146 279.027 267.286 279.062 267.461Z%27 fill=%27white%27/%3E%3Cpath d=%27M274.338 267.427L267.883 303.183C267.848 303.393 268.005 303.603 268.233 303.586H272.221C272.396 303.586 272.536 303.463 272.571 303.288L279.078 267.532C279.113 267.322 278.956 267.129 278.729 267.129H274.688C274.513 267.129 274.373 267.252 274.338 267.427Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M268.897 277.363L272.553 303.201C272.588 303.411 272.431 303.604 272.204 303.604H268.163C267.988 303.604 267.848 303.481 267.813 303.324L264.157 277.328C264.279 277.048 264.419 277.048 264.647 277.048H268.53C268.705 277.048 268.862 277.188 268.897 277.363Z%27 fill=%27white%27/%3E%3Cpath d=%27M264.157 277.328L257.755 313.12C257.72 313.33 257.877 313.523 258.105 313.523H262.006C262.233 313.523 262.356 313.383 262.391 313.208L268.898 277.451C268.933 277.241 268.758 277.048 268.548 277.048H264.507C264.332 277.048 264.192 277.153 264.157 277.328Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M258.594 287.247L262.373 313.085C262.408 313.295 262.25 313.504 262.023 313.504H257.982C257.807 313.504 257.667 313.382 257.632 313.225L253.976 287.212C254.099 286.932 254.238 286.932 254.466 286.932H258.227C258.402 286.932 258.559 287.072 258.594 287.247Z%27 fill=%27white%27/%3E%3Cpath d=%27M253.871 287.142L247.416 322.899C247.382 323.109 247.539 323.319 247.766 323.301H251.755C251.93 323.301 252.07 323.179 252.105 323.004L258.612 287.247C258.647 287.037 258.49 286.844 258.262 286.844H254.221C254.046 286.844 253.906 286.967 253.871 287.142Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M248.431 297.06L252.087 322.899C252.122 323.108 251.965 323.301 251.737 323.301H247.696C247.521 323.301 247.381 323.178 247.346 323.021L243.69 297.025C243.813 296.746 243.953 296.746 244.18 296.746H248.064C248.239 296.746 248.396 296.886 248.431 297.06Z%27 fill=%27white%27/%3E%3Cpath d=%27M243.691 297.025L237.288 332.817C237.253 333.027 237.411 333.22 237.638 333.22H241.539C241.766 333.22 241.889 333.08 241.924 332.905L248.431 297.148C248.466 296.938 248.291 296.746 248.081 296.746H244.04C243.865 296.746 243.726 296.851 243.691 297.025Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M238.145 306.962L241.924 332.8C241.959 333.01 241.801 333.22 241.574 333.22H237.533C237.358 333.22 237.218 333.097 237.183 332.94L233.527 306.927C233.649 306.647 233.789 306.647 234.017 306.647H237.778C237.953 306.647 238.11 306.787 238.145 306.962Z%27 fill=%27white%27/%3E%3Cpath d=%27M233.387 306.944L226.932 342.701C226.897 342.911 227.054 343.121 227.281 343.104H231.27C231.445 343.104 231.585 342.981 231.62 342.806L238.127 307.049C238.162 306.839 238.005 306.647 237.777 306.647H233.736C233.562 306.647 233.422 306.769 233.387 306.944Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M227.964 316.863L231.62 342.701C231.655 342.911 231.497 343.104 231.27 343.104H227.229C227.054 343.104 226.914 342.981 226.879 342.824L223.223 316.828C223.346 316.548 223.486 316.548 223.713 316.548H227.596C227.771 316.548 227.929 316.688 227.964 316.863Z%27 fill=%27white%27/%3E%3Cpath d=%27M223.223 316.846L216.821 352.637C216.786 352.847 216.943 353.04 217.171 353.04H221.072C221.299 353.04 221.421 352.9 221.456 352.725L227.964 316.968C227.999 316.758 227.824 316.566 227.614 316.566H223.573C223.398 316.566 223.258 316.671 223.223 316.846Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M217.661 326.765L221.439 352.603C221.474 352.813 221.317 353.023 221.089 353.023H217.048C216.873 353.023 216.734 352.901 216.699 352.743L213.042 326.73C213.165 326.45 213.305 326.45 213.532 326.45H217.293C217.468 326.45 217.626 326.59 217.661 326.765Z%27 fill=%27white%27/%3E%3Cpath d=%27M212.92 326.642L206.465 362.399C206.43 362.609 206.587 362.819 206.815 362.802H210.803C210.978 362.802 211.118 362.679 211.153 362.504L217.66 326.747C217.695 326.537 217.538 326.345 217.311 326.345H213.27C213.095 326.345 212.955 326.467 212.92 326.642Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M207.497 336.579L211.153 362.417C211.188 362.626 211.031 362.819 210.804 362.819H206.763C206.588 362.819 206.448 362.696 206.413 362.539L202.757 336.544C202.879 336.264 203.019 336.264 203.247 336.264H207.13C207.305 336.264 207.462 336.404 207.497 336.579Z%27 fill=%27white%27/%3E%3Cpath d=%27M202.756 336.544L196.354 372.335C196.319 372.545 196.476 372.738 196.703 372.738H200.604C200.832 372.738 200.954 372.598 200.989 372.423L207.497 336.666C207.532 336.456 207.374 336.264 207.147 336.264H203.106C202.931 336.264 202.791 336.369 202.756 336.544Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M197.193 346.462L200.972 372.3C201.007 372.51 200.849 372.72 200.622 372.72H196.581C196.406 372.72 196.266 372.598 196.231 372.44L192.575 346.427C192.698 346.147 192.838 346.147 193.065 346.147H196.826C197.001 346.147 197.158 346.287 197.193 346.462Z%27 fill=%27white%27/%3E%3Cpath d=%27M192.471 346.445L186.016 382.202C185.981 382.412 186.138 382.622 186.365 382.604H190.354C190.529 382.604 190.669 382.482 190.704 382.307L197.211 346.55C197.246 346.34 197.089 346.13 196.861 346.148H192.82C192.645 346.148 192.506 346.27 192.471 346.445Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M187.031 356.364L190.687 382.202C190.722 382.412 190.564 382.604 190.337 382.604H186.296C186.121 382.604 185.981 382.482 185.946 382.324L182.29 356.329C182.412 356.049 182.552 356.049 182.78 356.049H186.663C186.838 356.049 186.996 356.189 187.031 356.364Z%27 fill=%27white%27/%3E%3Cpath d=%27M182.29 356.347L175.887 392.138C175.852 392.348 176.01 392.541 176.237 392.541H180.138C180.365 392.541 180.488 392.401 180.523 392.226L187.03 356.469C187.065 356.259 186.89 356.067 186.68 356.067H182.64C182.465 356.067 182.325 356.172 182.29 356.347Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M176.727 366.266L180.505 392.104C180.54 392.314 180.383 392.523 180.155 392.523H176.114C175.939 392.523 175.799 392.401 175.764 392.244L172.108 366.231C172.231 365.951 172.371 365.951 172.598 365.951H176.359C176.534 365.951 176.692 366.091 176.727 366.266Z%27 fill=%27white%27/%3E%3Cpath d=%27M172.004 366.143L165.549 401.9C165.514 402.11 165.671 402.32 165.899 402.302H169.887C170.062 402.302 170.202 402.18 170.237 402.005L176.744 366.248C176.779 366.038 176.622 365.846 176.395 365.846H172.354C172.179 365.846 172.039 365.968 172.004 366.143Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M166.563 376.079L170.219 401.917C170.254 402.127 170.097 402.319 169.87 402.319H165.829C165.654 402.319 165.514 402.197 165.479 402.04L161.823 376.044C161.945 375.764 162.085 375.764 162.313 375.764H166.196C166.371 375.764 166.528 375.904 166.563 376.079Z%27 fill=%27white%27/%3E%3Cpath d=%27M161.822 376.044L155.42 411.836C155.385 412.046 155.542 412.238 155.77 412.238H159.671C159.898 412.238 160.021 412.098 160.056 411.923L166.563 376.167C166.598 375.957 166.441 375.764 166.213 375.764H162.172C161.997 375.764 161.857 375.869 161.822 376.044Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M156.26 385.963L160.039 411.801C160.074 412.011 159.916 412.221 159.689 412.221H155.648C155.473 412.221 155.333 412.099 155.298 411.941L151.642 385.928C151.765 385.648 151.904 385.648 152.132 385.648H155.893C156.068 385.648 156.225 385.788 156.26 385.963Z%27 fill=%27white%27/%3E%3Cpath d=%27M151.519 385.946L145.064 421.702C145.029 421.912 145.187 422.122 145.414 422.105H149.403C149.578 422.105 149.718 421.982 149.753 421.807L156.26 386.051C156.295 385.841 156.138 385.648 155.91 385.648H151.869C151.694 385.648 151.554 385.771 151.519 385.946Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M146.079 395.882L149.735 421.72C149.77 421.93 149.613 422.123 149.385 422.123H145.344C145.169 422.123 145.029 422 144.994 421.843L141.338 395.847C141.461 395.567 141.601 395.567 141.828 395.567H145.712C145.887 395.567 146.044 395.707 146.079 395.882Z%27 fill=%27white%27/%3E%3Cpath d=%27M141.356 395.847L134.953 431.639C134.918 431.849 135.076 432.042 135.303 432.042H139.204C139.431 432.042 139.554 431.902 139.589 431.727L146.096 395.97C146.131 395.76 145.974 395.567 145.746 395.567H141.705C141.531 395.567 141.391 395.672 141.356 395.847Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M135.793 405.766L139.571 431.604C139.606 431.814 139.449 432.023 139.222 432.023H135.181C135.006 432.023 134.866 431.901 134.831 431.744L131.175 405.731C131.297 405.451 131.437 405.451 131.665 405.451H135.426C135.601 405.451 135.758 405.591 135.793 405.766Z%27 fill=%27white%27/%3E%3Cpath d=%27M131.053 405.661L124.598 441.418C124.563 441.628 124.72 441.838 124.947 441.82H128.936C129.111 441.82 129.251 441.698 129.286 441.523L135.793 405.766C135.828 405.556 135.671 405.364 135.443 405.364H131.402C131.228 405.364 131.088 405.486 131.053 405.661Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M415.945 167.993L419.601 193.831C419.636 194.041 419.478 194.233 419.251 194.233H415.21C415.035 194.233 414.895 194.111 414.86 193.953L411.204 167.958C411.327 167.678 411.466 167.678 411.694 167.678H415.577C415.752 167.678 415.91 167.818 415.945 167.993Z%27 fill=%27white%27/%3E%3Cpath d=%27M411.222 167.976L404.819 203.768C404.784 203.978 404.942 204.17 405.169 204.17H409.07C409.298 204.17 409.42 204.03 409.455 203.873L415.962 168.116C415.997 167.906 415.84 167.713 415.613 167.713H411.572C411.397 167.713 411.257 167.818 411.222 167.993%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M405.658 177.894L409.437 203.732C409.472 203.942 409.314 204.152 409.087 204.152H405.046C404.871 204.152 404.731 204.03 404.696 203.872L401.04 177.859C401.162 177.579 401.302 177.579 401.53 177.579H405.291C405.466 177.579 405.623 177.719 405.658 177.894Z%27 fill=%27white%27/%3E%3Cpath d=%27M400.901 177.877L394.446 213.634C394.411 213.844 394.568 214.054 394.796 214.036H398.784C398.959 214.036 399.099 213.914 399.134 213.739L405.641 177.982C405.676 177.772 405.519 177.579 405.291 177.579H401.251C401.076 177.579 400.936 177.702 400.901 177.877Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M395.477 187.795L399.133 213.633C399.168 213.843 399.011 214.036 398.784 214.036H394.743C394.568 214.036 394.428 213.913 394.393 213.756L390.737 187.76C390.859 187.48 390.999 187.48 391.227 187.48H395.11C395.285 187.48 395.442 187.62 395.477 187.795Z%27 fill=%27white%27/%3E%3Cpath d=%27M390.737 187.778L384.335 223.57C384.3 223.78 384.457 223.972 384.685 223.972H388.586C388.813 223.972 388.936 223.832 388.971 223.657L395.478 187.9C395.513 187.69 395.338 187.498 395.128 187.498H391.087C390.912 187.498 390.772 187.603 390.737 187.778Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M385.175 197.697L388.953 223.535C388.988 223.745 388.831 223.955 388.603 223.955H384.563C384.388 223.955 384.248 223.832 384.213 223.675L380.557 197.662C380.679 197.382 380.819 197.382 381.046 197.382H384.807C384.982 197.382 385.14 197.522 385.175 197.697Z%27 fill=%27white%27/%3E%3Cpath d=%27M380.452 197.574L373.997 233.331C373.962 233.541 374.119 233.751 374.346 233.734H378.335C378.51 233.734 378.65 233.611 378.685 233.436L385.192 197.679C385.227 197.469 385.07 197.259 384.842 197.277H380.801C380.626 197.277 380.487 197.399 380.452 197.574Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M375.011 207.511L378.667 233.349C378.702 233.559 378.545 233.751 378.317 233.751H374.276C374.102 233.751 373.962 233.629 373.927 233.471L370.271 207.476C370.393 207.196 370.533 207.196 370.76 207.196H374.644C374.819 207.196 374.976 207.336 375.011 207.511Z%27 fill=%27white%27/%3E%3Cpath d=%27M370.27 207.476L363.868 243.268C363.833 243.478 363.99 243.67 364.218 243.67H368.118C368.346 243.67 368.468 243.53 368.503 243.355L375.011 207.598C375.046 207.388 374.888 207.196 374.661 207.196H370.62C370.445 207.196 370.305 207.301 370.27 207.476Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M364.707 217.412L368.486 243.25C368.521 243.46 368.363 243.669 368.136 243.669H364.095C363.92 243.669 363.78 243.547 363.745 243.39L360.089 217.377C360.211 217.097 360.351 217.097 360.579 217.097H364.34C364.515 217.097 364.672 217.237 364.707 217.412Z%27 fill=%27white%27/%3E%3Cpath d=%27M359.984 217.377L353.529 253.134C353.494 253.344 353.652 253.554 353.879 253.536H357.868C358.043 253.536 358.182 253.414 358.217 253.239L364.725 217.482C364.76 217.272 364.602 217.08 364.375 217.08H360.334C360.159 217.08 360.019 217.202 359.984 217.377Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M354.544 227.296L358.2 253.134C358.235 253.344 358.078 253.536 357.851 253.536H353.81C353.635 253.536 353.495 253.414 353.46 253.257L349.804 227.261C349.926 226.981 350.066 226.981 350.294 226.981H354.177C354.352 226.981 354.509 227.121 354.544 227.296Z%27 fill=%27white%27/%3E%3Cpath d=%27M349.803 227.278L343.4 263.07C343.365 263.28 343.523 263.473 343.75 263.473H347.651C347.879 263.473 348.001 263.333 348.036 263.158L354.543 227.401C354.578 227.191 354.421 226.999 354.194 226.999H350.153C349.978 226.999 349.838 227.104 349.803 227.278Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M344.24 237.198L348.019 263.036C348.054 263.246 347.896 263.456 347.669 263.456H343.628C343.453 263.456 343.313 263.333 343.278 263.176L339.622 237.163C339.745 236.883 339.884 236.883 340.112 236.883H343.873C344.048 236.883 344.205 237.023 344.24 237.198Z%27 fill=%27white%27/%3E%3Cpath d=%27M339.517 237.093L333.062 272.85C333.027 273.06 333.184 273.27 333.412 273.252H337.4C337.575 273.252 337.715 273.13 337.75 272.955L344.258 237.198C344.293 236.988 344.135 236.795 343.908 236.795H339.867C339.692 236.795 339.552 236.918 339.517 237.093Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M334.077 247.011L337.733 272.849C337.768 273.059 337.61 273.251 337.383 273.251H333.342C333.167 273.251 333.027 273.129 332.992 272.971L329.336 246.976C329.458 246.696 329.598 246.696 329.826 246.696H333.709C333.884 246.696 334.042 246.836 334.077 247.011Z%27 fill=%27white%27/%3E%3Cpath d=%27M329.337 246.976L322.935 282.768C322.9 282.978 323.057 283.17 323.284 283.17H327.185C327.413 283.17 327.535 283.03 327.57 282.855L334.078 247.098C334.113 246.888 333.938 246.696 333.728 246.696H329.687C329.512 246.696 329.372 246.801 329.337 246.976Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M323.791 256.913L327.57 282.751C327.604 282.961 327.447 283.171 327.22 283.171H323.179C323.004 283.171 322.864 283.048 322.829 282.891L319.173 256.878C319.295 256.598 319.435 256.598 319.663 256.598H323.424C323.599 256.598 323.756 256.738 323.791 256.913Z%27 fill=%27white%27/%3E%3Cpath d=%27M319.033 256.895L312.578 292.652C312.543 292.862 312.701 293.072 312.928 293.055H316.916C317.091 293.055 317.231 292.932 317.266 292.757L323.774 257C323.809 256.79 323.651 256.598 323.424 256.598H319.383C319.208 256.598 319.068 256.72 319.033 256.895Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M313.593 266.814L317.249 292.652C317.284 292.862 317.126 293.054 316.899 293.054H312.858C312.683 293.054 312.543 292.932 312.508 292.774L308.852 266.779C308.975 266.499 309.114 266.499 309.342 266.499H313.225C313.4 266.499 313.558 266.639 313.593 266.814Z%27 fill=%27white%27/%3E%3Cpath d=%27M308.869 266.779L302.467 302.571C302.432 302.78 302.589 302.973 302.817 302.973H306.718C306.945 302.973 307.068 302.833 307.102 302.658L313.61 266.901C313.645 266.691 313.47 266.499 313.26 266.499H309.219C309.044 266.499 308.904 266.604 308.869 266.779Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M303.307 276.715L307.085 302.553C307.12 302.763 306.963 302.973 306.735 302.973H302.694C302.519 302.973 302.38 302.851 302.345 302.693L298.688 276.68C298.811 276.4 298.951 276.4 299.178 276.4H302.939C303.114 276.4 303.272 276.54 303.307 276.715Z%27 fill=%27white%27/%3E%3Cpath d=%27M298.566 276.593L292.111 312.35C292.076 312.56 292.234 312.77 292.461 312.752H296.45C296.624 312.752 296.764 312.63 296.799 312.455L303.307 276.698C303.342 276.488 303.184 276.295 302.957 276.295H298.916C298.741 276.295 298.601 276.418 298.566 276.593Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M293.143 286.512L296.8 312.35C296.835 312.56 296.677 312.753 296.45 312.753H292.409C292.234 312.753 292.094 312.63 292.059 312.473L288.403 286.477C288.525 286.197 288.665 286.197 288.893 286.197H292.776C292.951 286.197 293.108 286.337 293.143 286.512Z%27 fill=%27white%27/%3E%3Cpath d=%27M288.402 286.495L282 322.286C281.965 322.496 282.122 322.689 282.35 322.689H286.251C286.478 322.689 286.601 322.549 286.636 322.374L293.143 286.617C293.178 286.407 293.021 286.215 292.793 286.215H288.752C288.577 286.215 288.437 286.32 288.402 286.495Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M282.84 296.414L286.619 322.252C286.654 322.462 286.496 322.671 286.269 322.671H282.228C282.053 322.671 281.913 322.549 281.878 322.392L278.222 296.379C278.345 296.099 278.485 296.099 278.712 296.099H282.473C282.648 296.099 282.805 296.239 282.84 296.414Z%27 fill=%27white%27/%3E%3Cpath d=%27M278.117 296.396L271.662 332.153C271.627 332.363 271.784 332.573 272.011 332.555H276C276.175 332.555 276.315 332.433 276.35 332.258L282.857 296.501C282.892 296.291 282.735 296.099 282.507 296.099H278.466C278.291 296.099 278.152 296.221 278.117 296.396Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M272.676 306.315L276.332 332.153C276.367 332.363 276.21 332.555 275.982 332.555H271.941C271.767 332.555 271.627 332.433 271.592 332.275L267.936 306.28C268.058 306 268.198 306 268.425 306H272.309C272.484 306 272.641 306.14 272.676 306.315Z%27 fill=%27white%27/%3E%3Cpath d=%27M267.936 306.28L261.534 342.072C261.499 342.281 261.656 342.474 261.884 342.474H265.785C266.012 342.474 266.134 342.334 266.169 342.159L272.677 306.402C272.712 306.192 272.537 306 272.327 306H268.286C268.111 306 267.971 306.105 267.936 306.28Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M262.373 316.216L266.151 342.055C266.186 342.264 266.029 342.474 265.801 342.474H261.76C261.585 342.474 261.445 342.352 261.41 342.194L257.754 316.182C257.877 315.902 258.017 315.902 258.244 315.902H262.005C262.18 315.902 262.338 316.042 262.373 316.216Z%27 fill=%27white%27/%3E%3Cpath d=%27M257.65 316.094L251.195 351.851C251.16 352.061 251.317 352.271 251.545 352.253H255.533C255.708 352.253 255.848 352.131 255.883 351.956L262.39 316.199C262.425 315.989 262.268 315.796 262.041 315.796H258C257.825 315.796 257.685 315.919 257.65 316.094Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M252.209 326.012L255.865 351.85C255.9 352.06 255.743 352.253 255.516 352.253H251.475C251.3 352.253 251.16 352.13 251.125 351.973L247.469 325.977C247.591 325.697 247.731 325.697 247.959 325.697H251.842C252.017 325.697 252.174 325.837 252.209 326.012Z%27 fill=%27white%27/%3E%3Cpath d=%27M247.469 325.995L241.066 361.787C241.031 361.997 241.189 362.189 241.416 362.189H245.317C245.545 362.189 245.667 362.049 245.702 361.874L252.209 326.117C252.244 325.907 252.07 325.715 251.86 325.715H247.819C247.644 325.715 247.504 325.82 247.469 325.995Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M241.905 335.914L245.684 361.752C245.719 361.962 245.561 362.172 245.334 362.172H241.293C241.118 362.172 240.978 362.049 240.943 361.892L237.287 335.879C237.41 335.599 237.55 335.599 237.777 335.599H241.538C241.713 335.599 241.87 335.739 241.905 335.914Z%27 fill=%27white%27/%3E%3Cpath d=%27M237.165 335.897L230.71 371.653C230.675 371.863 230.832 372.073 231.06 372.056H235.048C235.223 372.056 235.363 371.933 235.398 371.758L241.906 336.001C241.94 335.792 241.783 335.582 241.556 335.599H237.515C237.34 335.599 237.2 335.722 237.165 335.897Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M231.725 345.833L235.381 371.671C235.416 371.88 235.259 372.073 235.031 372.073H230.99C230.815 372.073 230.675 371.95 230.64 371.793L226.984 345.797C227.107 345.518 227.247 345.518 227.474 345.518H231.358C231.533 345.518 231.69 345.658 231.725 345.833Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.002 345.797L220.599 381.589C220.564 381.799 220.722 381.992 220.949 381.992H224.85C225.077 381.992 225.2 381.852 225.235 381.677L231.742 345.92C231.777 345.71 231.602 345.518 231.392 345.518H227.351C227.177 345.518 227.037 345.623 227.002 345.797Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M221.439 355.716L225.218 381.555C225.253 381.764 225.096 381.974 224.868 381.974H220.827C220.652 381.974 220.512 381.852 220.477 381.694L216.821 355.681C216.944 355.402 217.084 355.402 217.311 355.402H221.072C221.247 355.402 221.404 355.542 221.439 355.716Z%27 fill=%27white%27/%3E%3Cpath d=%27M216.699 355.611L210.244 391.368C210.209 391.578 210.366 391.788 210.593 391.771H214.582C214.757 391.771 214.897 391.648 214.932 391.473L221.439 355.716C221.474 355.506 221.317 355.314 221.089 355.314H217.048C216.874 355.314 216.734 355.436 216.699 355.611Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M211.259 365.531L214.915 391.369C214.95 391.579 214.792 391.771 214.565 391.771H210.524C210.349 391.771 210.209 391.649 210.174 391.491L206.518 365.496C206.641 365.216 206.78 365.216 207.008 365.216H210.891C211.066 365.216 211.224 365.356 211.259 365.531Z%27 fill=%27white%27/%3E%3Cpath d=%27M206.535 365.496L200.132 401.288C200.097 401.498 200.255 401.69 200.482 401.69H204.383C204.611 401.69 204.733 401.55 204.768 401.375L211.275 365.618C211.31 365.408 211.135 365.216 210.926 365.216H206.885C206.71 365.216 206.57 365.321 206.535 365.496Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M200.973 375.432L204.751 401.27C204.786 401.48 204.629 401.69 204.401 401.69H200.36C200.185 401.69 200.046 401.567 200.011 401.41L196.354 375.397C196.477 375.117 196.617 375.117 196.844 375.117H200.605C200.78 375.117 200.938 375.257 200.973 375.432Z%27 fill=%27white%27/%3E%3Cpath d=%27M196.231 375.397L189.776 411.153C189.741 411.363 189.899 411.573 190.126 411.556H194.115C194.29 411.556 194.429 411.433 194.464 411.258L200.972 375.501C201.007 375.292 200.849 375.099 200.622 375.099H196.581C196.406 375.099 196.266 375.222 196.231 375.397Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M190.809 385.333L194.465 411.171C194.5 411.381 194.343 411.574 194.115 411.574H190.074C189.899 411.574 189.759 411.451 189.724 411.294L186.068 385.298C186.191 385.018 186.331 385.018 186.558 385.018H190.442C190.617 385.018 190.774 385.158 190.809 385.333Z%27 fill=%27white%27/%3E%3Cpath d=%27M186.068 385.298L179.666 421.09C179.631 421.3 179.788 421.492 180.016 421.492H183.917C184.144 421.492 184.267 421.352 184.302 421.178L190.809 385.421C190.844 385.211 190.669 385.018 190.459 385.018H186.418C186.243 385.018 186.103 385.123 186.068 385.298Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M180.505 395.217L184.283 421.055C184.318 421.265 184.161 421.475 183.934 421.475H179.893C179.718 421.475 179.578 421.353 179.543 421.195L175.887 395.182C176.009 394.902 176.149 394.902 176.377 394.902H180.138C180.312 394.902 180.47 395.042 180.505 395.217Z%27 fill=%27white%27/%3E%3Cpath d=%27M175.765 395.112L169.31 430.869C169.275 431.079 169.432 431.289 169.659 431.271H173.648C173.823 431.271 173.963 431.149 173.998 430.974L180.505 395.217C180.54 395.007 180.383 394.797 180.155 394.814H176.114C175.939 394.814 175.799 394.937 175.765 395.112Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M170.342 405.031L173.998 430.869C174.033 431.079 173.875 431.272 173.648 431.272H169.607C169.432 431.272 169.292 431.149 169.257 430.992L165.601 404.996C165.724 404.716 165.863 404.716 166.091 404.716H169.974C170.149 404.716 170.307 404.856 170.342 405.031Z%27 fill=%27white%27/%3E%3Cpath d=%27M165.601 404.996L159.199 440.788C159.164 440.998 159.321 441.19 159.549 441.19H163.45C163.677 441.19 163.799 441.05 163.834 440.876L170.342 405.119C170.377 404.909 170.219 404.716 169.992 404.716H165.951C165.776 404.716 165.636 404.821 165.601 404.996Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M414.86 196.805L408.458 232.597C408.423 232.807 408.58 232.999 408.807 232.999H412.708C412.936 232.999 413.058 232.859 413.093 232.684L419.601 196.927C419.636 196.718 419.478 196.525 419.251 196.525H415.21C415.035 196.525 414.895 196.63 414.86 196.805Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M409.297 206.741L413.076 232.579C413.111 232.789 412.953 232.999 412.726 232.999H408.685C408.51 232.999 408.37 232.876 408.335 232.719L404.679 206.706C404.802 206.426 404.942 206.426 405.169 206.426H408.93C409.105 206.426 409.262 206.566 409.297 206.741Z%27 fill=%27white%27/%3E%3Cpath d=%27M404.556 206.723L398.101 242.48C398.066 242.69 398.223 242.9 398.451 242.882H402.439C402.614 242.882 402.754 242.76 402.789 242.585L409.297 206.828C409.332 206.618 409.174 206.426 408.947 206.426H404.906C404.731 206.426 404.591 206.548 404.556 206.723Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M399.116 216.643L402.772 242.481C402.807 242.69 402.65 242.883 402.422 242.883H398.381C398.206 242.883 398.067 242.76 398.032 242.603L394.375 216.607C394.498 216.328 394.638 216.328 394.865 216.328H398.749C398.924 216.328 399.081 216.468 399.116 216.643Z%27 fill=%27white%27/%3E%3Cpath d=%27M394.393 216.625L387.991 252.417C387.956 252.627 388.113 252.819 388.341 252.819H392.242C392.469 252.819 392.591 252.679 392.626 252.504L399.134 216.747C399.169 216.537 399.011 216.345 398.784 216.345H394.743C394.568 216.345 394.428 216.45 394.393 216.625Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M388.83 226.543L392.609 252.381C392.644 252.591 392.486 252.801 392.259 252.801H388.218C388.043 252.801 387.903 252.679 387.868 252.521L384.212 226.508C384.334 226.229 384.474 226.229 384.702 226.229H388.463C388.638 226.229 388.795 226.369 388.83 226.543Z%27 fill=%27white%27/%3E%3Cpath d=%27M384.09 226.422L377.635 262.179C377.6 262.389 377.757 262.599 377.985 262.581H381.973C382.148 262.581 382.288 262.459 382.323 262.284L388.83 226.527C388.865 226.317 388.708 226.125 388.48 226.125H384.44C384.265 226.125 384.125 226.247 384.09 226.422Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M378.65 236.357L382.306 262.195C382.341 262.405 382.183 262.598 381.956 262.598H377.915C377.74 262.598 377.6 262.475 377.565 262.318L373.909 236.322C374.032 236.042 374.172 236.042 374.399 236.042H378.282C378.457 236.042 378.615 236.182 378.65 236.357Z%27 fill=%27white%27/%3E%3Cpath d=%27M373.926 236.322L367.523 272.114C367.488 272.324 367.646 272.517 367.873 272.517H371.774C372.002 272.517 372.124 272.377 372.159 272.202L378.667 236.445C378.701 236.235 378.527 236.042 378.317 236.042H374.276C374.101 236.042 373.961 236.147 373.926 236.322Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M368.363 246.242L372.142 272.08C372.177 272.29 372.019 272.5 371.792 272.5H367.751C367.576 272.5 367.436 272.377 367.401 272.22L363.745 246.207C363.868 245.927 364.008 245.927 364.235 245.927H367.996C368.171 245.927 368.328 246.067 368.363 246.242Z%27 fill=%27white%27/%3E%3Cpath d=%27M363.623 246.224L357.168 281.981C357.133 282.191 357.29 282.401 357.518 282.384H361.506C361.681 282.384 361.821 282.261 361.856 282.086L368.364 246.329C368.399 246.119 368.241 245.927 368.014 245.927H363.973C363.798 245.927 363.658 246.049 363.623 246.224Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M358.2 256.143L361.856 281.981C361.891 282.191 361.733 282.384 361.506 282.384H357.465C357.29 282.384 357.15 282.261 357.115 282.104L353.459 256.108C353.581 255.828 353.721 255.828 353.949 255.828H357.832C358.007 255.828 358.165 255.968 358.2 256.143Z%27 fill=%27white%27/%3E%3Cpath d=%27M353.46 256.125L347.057 291.917C347.022 292.127 347.18 292.319 347.407 292.319H351.308C351.535 292.319 351.658 292.179 351.693 292.004L358.2 256.248C358.235 256.038 358.078 255.845 357.85 255.845H353.809C353.634 255.845 353.495 255.95 353.46 256.125Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M347.896 266.044L351.675 291.882C351.71 292.092 351.553 292.302 351.325 292.302H347.284C347.109 292.302 346.969 292.18 346.934 292.022L343.278 266.009C343.401 265.729 343.541 265.729 343.768 265.729H347.529C347.704 265.729 347.861 265.869 347.896 266.044Z%27 fill=%27white%27/%3E%3Cpath d=%27M343.156 265.922L336.701 301.679C336.666 301.889 336.824 302.099 337.051 302.081H341.039C341.214 302.081 341.354 301.959 341.389 301.784L347.897 266.027C347.932 265.817 347.774 265.625 347.547 265.625H343.506C343.331 265.625 343.191 265.747 343.156 265.922Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M337.733 275.859L341.389 301.697C341.424 301.907 341.266 302.099 341.039 302.099H336.998C336.823 302.099 336.683 301.977 336.648 301.819L332.992 275.824C333.115 275.544 333.255 275.544 333.482 275.544H337.365C337.54 275.544 337.698 275.684 337.733 275.859Z%27 fill=%27white%27/%3E%3Cpath d=%27M332.992 275.824L326.59 311.616C326.555 311.825 326.712 312.018 326.94 312.018H330.841C331.068 312.018 331.19 311.878 331.225 311.703L337.733 275.946C337.768 275.736 337.593 275.544 337.383 275.544H333.342C333.167 275.544 333.027 275.649 332.992 275.824Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M327.43 285.742L331.208 311.58C331.243 311.79 331.086 312 330.858 312H326.817C326.643 312 326.503 311.877 326.468 311.72L322.812 285.707C322.934 285.427 323.074 285.427 323.301 285.427H327.062C327.237 285.427 327.395 285.567 327.43 285.742Z%27 fill=%27white%27/%3E%3Cpath d=%27M322.688 285.724L316.233 321.481C316.198 321.691 316.356 321.901 316.583 321.884H320.572C320.747 321.884 320.887 321.761 320.922 321.586L327.429 285.829C327.464 285.619 327.307 285.427 327.079 285.427H323.038C322.863 285.427 322.723 285.549 322.688 285.724Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M317.248 295.661L320.904 321.499C320.939 321.709 320.782 321.901 320.555 321.901H316.514C316.339 321.901 316.199 321.779 316.164 321.622L312.508 295.626C312.63 295.346 312.77 295.346 312.998 295.346H316.881C317.056 295.346 317.213 295.486 317.248 295.661Z%27 fill=%27white%27/%3E%3Cpath d=%27M312.526 295.626L306.123 331.418C306.088 331.628 306.246 331.82 306.473 331.82H310.374C310.601 331.82 310.724 331.68 310.759 331.505L317.266 295.749C317.301 295.539 317.144 295.346 316.916 295.346H312.875C312.7 295.346 312.56 295.451 312.526 295.626Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.963 305.545L310.741 331.383C310.776 331.593 310.619 331.803 310.392 331.803H306.351C306.176 331.803 306.036 331.681 306.001 331.523L302.345 305.51C302.467 305.23 302.607 305.23 302.835 305.23H306.596C306.77 305.23 306.928 305.37 306.963 305.545Z%27 fill=%27white%27/%3E%3Cpath d=%27M302.223 305.44L295.768 341.197C295.733 341.407 295.89 341.617 296.117 341.599H300.106C300.281 341.599 300.421 341.477 300.456 341.302L306.963 305.545C306.998 305.335 306.841 305.125 306.613 305.142H302.572C302.397 305.142 302.258 305.265 302.223 305.44Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M296.782 315.359L300.438 341.197C300.473 341.407 300.315 341.599 300.088 341.599H296.047C295.872 341.599 295.732 341.477 295.697 341.319L292.041 315.324C292.163 315.044 292.303 315.044 292.531 315.044H296.414C296.589 315.044 296.747 315.184 296.782 315.359Z%27 fill=%27white%27/%3E%3Cpath d=%27M292.059 315.341L285.657 351.133C285.622 351.343 285.779 351.536 286.007 351.536H289.908C290.135 351.536 290.257 351.396 290.292 351.221L296.8 315.464C296.835 315.254 296.677 315.062 296.45 315.062H292.409C292.234 315.062 292.094 315.166 292.059 315.341Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M286.496 325.26L290.274 351.098C290.309 351.308 290.152 351.518 289.924 351.518H285.883C285.708 351.518 285.568 351.396 285.533 351.238L281.877 325.225C282 324.946 282.14 324.946 282.367 324.946H286.128C286.303 324.946 286.461 325.085 286.496 325.26Z%27 fill=%27white%27/%3E%3Cpath d=%27M281.755 325.226L275.3 360.983C275.265 361.192 275.423 361.402 275.65 361.385H279.639C279.813 361.385 279.953 361.262 279.988 361.088L286.496 325.331C286.531 325.121 286.373 324.928 286.146 324.928H282.105C281.93 324.928 281.79 325.051 281.755 325.226Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M276.315 335.162L279.971 361C280.006 361.21 279.848 361.402 279.621 361.402H275.58C275.405 361.402 275.265 361.279 275.23 361.122L271.574 335.127C271.697 334.847 271.837 334.847 272.064 334.847H275.947C276.122 334.847 276.28 334.987 276.315 335.162Z%27 fill=%27white%27/%3E%3Cpath d=%27M271.592 335.127L265.189 370.918C265.154 371.128 265.312 371.321 265.539 371.321H269.44C269.668 371.321 269.79 371.181 269.825 371.006L276.333 335.249C276.368 335.039 276.193 334.847 275.983 334.847H271.942C271.767 334.847 271.627 334.952 271.592 335.127Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M266.029 345.046L269.807 370.884C269.842 371.094 269.685 371.303 269.457 371.303H265.417C265.242 371.303 265.102 371.181 265.067 371.024L261.411 345.011C261.533 344.731 261.673 344.731 261.9 344.731H265.661C265.836 344.731 265.994 344.871 266.029 345.046Z%27 fill=%27white%27/%3E%3Cpath d=%27M261.288 344.94L254.833 380.697C254.798 380.907 254.955 381.117 255.183 381.1H259.171C259.346 381.1 259.486 380.977 259.521 380.802L266.029 345.045C266.064 344.836 265.906 344.643 265.679 344.643H261.638C261.463 344.643 261.323 344.766 261.288 344.94Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M255.866 354.86L259.522 380.698C259.557 380.908 259.399 381.1 259.172 381.1H255.131C254.956 381.1 254.816 380.978 254.781 380.82L251.125 354.825C251.247 354.545 251.387 354.545 251.615 354.545H255.498C255.673 354.545 255.831 354.685 255.866 354.86Z%27 fill=%27white%27/%3E%3Cpath d=%27M251.125 354.842L244.722 390.634C244.687 390.844 244.845 391.036 245.072 391.036H248.973C249.2 391.036 249.323 390.896 249.358 390.721L255.865 354.964C255.9 354.754 255.743 354.562 255.515 354.562H251.474C251.3 354.562 251.16 354.667 251.125 354.842Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M245.563 364.761L249.341 390.599C249.376 390.809 249.219 391.019 248.991 391.019H244.95C244.775 391.019 244.635 390.896 244.6 390.739L240.944 364.726C241.067 364.446 241.207 364.446 241.434 364.446H245.195C245.37 364.446 245.528 364.586 245.563 364.761Z%27 fill=%27white%27/%3E%3Cpath d=%27M240.822 364.744L234.367 400.5C234.332 400.71 234.489 400.92 234.717 400.903H238.705C238.88 400.903 239.02 400.78 239.055 400.605L245.562 364.848C245.597 364.639 245.44 364.429 245.212 364.446H241.171C240.997 364.446 240.857 364.569 240.822 364.744Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M235.381 374.662L239.037 400.5C239.072 400.71 238.915 400.903 238.687 400.903H234.647C234.472 400.903 234.332 400.78 234.297 400.623L230.641 374.627C230.763 374.347 230.903 374.347 231.13 374.347H235.014C235.189 374.347 235.346 374.487 235.381 374.662Z%27 fill=%27white%27/%3E%3Cpath d=%27M230.64 374.645L224.238 410.437C224.203 410.647 224.36 410.839 224.588 410.839H228.489C228.716 410.839 228.838 410.699 228.873 410.525L235.381 374.768C235.416 374.558 235.258 374.365 235.031 374.365H230.99C230.815 374.365 230.675 374.47 230.64 374.645Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M225.078 384.563L228.857 410.401C228.892 410.611 228.734 410.821 228.507 410.821H224.466C224.291 410.821 224.151 410.699 224.116 410.541L220.46 384.528C220.582 384.249 220.722 384.249 220.95 384.249H224.711C224.886 384.249 225.043 384.388 225.078 384.563Z%27 fill=%27white%27/%3E%3Cpath d=%27M220.354 384.441L213.899 420.198C213.864 420.408 214.022 420.618 214.249 420.6H218.238C218.413 420.6 218.553 420.478 218.588 420.303L225.095 384.546C225.13 384.336 224.973 384.144 224.745 384.144H220.704C220.529 384.144 220.389 384.266 220.354 384.441Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M214.914 394.377L218.57 420.215C218.605 420.425 218.448 420.618 218.22 420.618H214.179C214.004 420.618 213.864 420.495 213.829 420.338L210.173 394.342C210.296 394.062 210.436 394.062 210.663 394.062H214.547C214.722 394.062 214.879 394.202 214.914 394.377Z%27 fill=%27white%27/%3E%3Cpath d=%27M210.173 394.342L203.77 430.134C203.736 430.344 203.893 430.536 204.12 430.536H208.021C208.249 430.536 208.371 430.396 208.406 430.221L214.914 394.465C214.949 394.255 214.791 394.062 214.564 394.062H210.523C210.348 394.062 210.208 394.167 210.173 394.342Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M204.628 404.262L208.406 430.1C208.441 430.31 208.284 430.52 208.057 430.52H204.016C203.841 430.52 203.701 430.397 203.666 430.24L200.01 404.227C200.132 403.947 200.272 403.947 200.5 403.947H204.261C204.436 403.947 204.593 404.087 204.628 404.262Z%27 fill=%27white%27/%3E%3Cpath d=%27M199.888 404.244L193.433 440.001C193.398 440.211 193.555 440.421 193.782 440.403H197.771C197.946 440.403 198.086 440.281 198.121 440.106L204.628 404.349C204.663 404.139 204.506 403.947 204.278 403.947H200.237C200.062 403.947 199.923 404.069 199.888 404.244Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.076 235.693L416.854 261.531C416.889 261.741 416.732 261.951 416.504 261.951H412.463C412.289 261.951 412.149 261.829 412.114 261.671L408.458 235.658C408.58 235.378 408.72 235.378 408.947 235.378H412.708C412.883 235.378 413.041 235.518 413.076 235.693Z%27 fill=%27white%27/%3E%3Cpath d=%27M408.335 235.676L401.88 271.433C401.845 271.643 402.003 271.853 402.23 271.835H406.219C406.394 271.835 406.534 271.713 406.568 271.538L413.076 235.781C413.111 235.571 412.953 235.378 412.726 235.378H408.685C408.51 235.378 408.37 235.501 408.335 235.676Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M402.895 245.595L406.551 271.433C406.586 271.643 406.429 271.835 406.201 271.835H402.16C401.985 271.835 401.845 271.713 401.81 271.555L398.154 245.56C398.277 245.28 398.417 245.28 398.644 245.28H402.528C402.702 245.28 402.86 245.42 402.895 245.595Z%27 fill=%27white%27/%3E%3Cpath d=%27M398.172 245.577L391.769 281.369C391.734 281.579 391.891 281.771 392.119 281.771H396.02C396.247 281.771 396.37 281.631 396.405 281.456L402.912 245.699C402.947 245.49 402.79 245.297 402.562 245.297H398.521C398.346 245.297 398.206 245.402 398.172 245.577Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M392.609 255.496L396.388 281.334C396.423 281.544 396.265 281.754 396.038 281.754H391.997C391.822 281.754 391.682 281.631 391.647 281.474L387.991 255.461C388.114 255.181 388.254 255.181 388.481 255.181H392.242C392.417 255.181 392.574 255.321 392.609 255.496Z%27 fill=%27white%27/%3E%3Cpath d=%27M387.868 255.391L381.413 291.148C381.378 291.358 381.536 291.567 381.763 291.55H385.751C385.926 291.55 386.066 291.427 386.101 291.253L392.609 255.496C392.644 255.286 392.486 255.093 392.259 255.093H388.218C388.043 255.093 387.903 255.216 387.868 255.391Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M382.428 265.31L386.084 291.148C386.119 291.358 385.962 291.55 385.734 291.55H381.693C381.519 291.55 381.379 291.428 381.344 291.271L377.688 265.275C377.81 264.995 377.95 264.995 378.177 264.995H382.061C382.236 264.995 382.393 265.135 382.428 265.31Z%27 fill=%27white%27/%3E%3Cpath d=%27M377.705 265.275L371.302 301.067C371.267 301.277 371.425 301.469 371.652 301.469H375.553C375.78 301.469 375.903 301.329 375.938 301.154L382.445 265.397C382.48 265.188 382.323 264.995 382.095 264.995H378.055C377.88 264.995 377.74 265.1 377.705 265.275Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M372.142 275.211L375.921 301.049C375.956 301.259 375.798 301.469 375.571 301.469H371.53C371.355 301.469 371.215 301.347 371.18 301.189L367.524 275.176C367.646 274.896 367.786 274.896 368.014 274.896H371.775C371.95 274.896 372.107 275.036 372.142 275.211Z%27 fill=%27white%27/%3E%3Cpath d=%27M367.401 275.176L360.946 310.933C360.911 311.143 361.069 311.353 361.296 311.335H365.285C365.459 311.335 365.599 311.213 365.634 311.038L372.142 275.281C372.177 275.071 372.019 274.878 371.792 274.878H367.751C367.576 274.878 367.436 275.001 367.401 275.176Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M361.961 285.112L365.617 310.951C365.652 311.16 365.494 311.353 365.267 311.353H361.226C361.051 311.353 360.911 311.23 360.876 311.073L357.22 285.078C357.343 284.798 357.483 284.798 357.71 284.798H361.593C361.768 284.798 361.926 284.938 361.961 285.112Z%27 fill=%27white%27/%3E%3Cpath d=%27M357.238 285.078L350.836 320.869C350.801 321.079 350.958 321.272 351.186 321.272H355.087C355.314 321.272 355.437 321.132 355.472 320.957L361.979 285.2C362.014 284.99 361.839 284.798 361.629 284.798H357.588C357.413 284.798 357.273 284.903 357.238 285.078Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M351.675 294.996L355.453 320.834C355.488 321.044 355.331 321.254 355.103 321.254H351.063C350.888 321.254 350.748 321.131 350.713 320.974L347.057 294.961C347.179 294.681 347.319 294.681 347.546 294.681H351.307C351.482 294.681 351.64 294.821 351.675 294.996Z%27 fill=%27white%27/%3E%3Cpath d=%27M346.935 294.892L340.48 330.649C340.445 330.859 340.602 331.069 340.83 331.051H344.818C344.993 331.051 345.133 330.929 345.168 330.754L351.676 294.997C351.711 294.787 351.553 294.594 351.326 294.594H347.285C347.11 294.594 346.97 294.717 346.935 294.892Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M341.512 304.81L345.168 330.648C345.203 330.858 345.045 331.05 344.818 331.05H340.777C340.602 331.05 340.462 330.928 340.427 330.77L336.771 304.775C336.893 304.495 337.033 304.495 337.261 304.495H341.144C341.319 304.495 341.477 304.635 341.512 304.81Z%27 fill=%27white%27/%3E%3Cpath d=%27M336.771 304.775L330.368 340.567C330.333 340.777 330.491 340.969 330.718 340.969H334.619C334.846 340.969 334.969 340.829 335.004 340.654L341.511 304.897C341.546 304.688 341.371 304.495 341.161 304.495H337.12C336.946 304.495 336.806 304.6 336.771 304.775Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M331.208 314.712L334.987 340.55C335.021 340.76 334.864 340.97 334.637 340.97H330.596C330.421 340.97 330.281 340.847 330.246 340.69L326.59 314.677C326.712 314.397 326.852 314.397 327.08 314.397H330.841C331.016 314.397 331.173 314.537 331.208 314.712Z%27 fill=%27white%27/%3E%3Cpath d=%27M326.468 314.694L320.013 350.451C319.978 350.661 320.136 350.871 320.363 350.854H324.351C324.526 350.854 324.666 350.731 324.701 350.556L331.209 314.799C331.244 314.589 331.086 314.397 330.859 314.397H326.818C326.643 314.397 326.503 314.519 326.468 314.694Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M321.028 324.613L324.684 350.451C324.719 350.661 324.561 350.853 324.334 350.853H320.293C320.118 350.853 319.978 350.731 319.943 350.573L316.287 324.578C316.41 324.298 316.55 324.298 316.777 324.298H320.66C320.835 324.298 320.993 324.438 321.028 324.613Z%27 fill=%27white%27/%3E%3Cpath d=%27M316.286 324.578L309.884 360.37C309.849 360.58 310.006 360.772 310.234 360.772H314.135C314.362 360.772 314.484 360.632 314.519 360.457L321.027 324.7C321.062 324.49 320.904 324.298 320.677 324.298H316.636C316.461 324.298 316.321 324.403 316.286 324.578Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M310.724 334.515L314.502 360.353C314.537 360.563 314.38 360.773 314.152 360.773H310.111C309.936 360.773 309.797 360.651 309.762 360.493L306.105 334.48C306.228 334.2 306.368 334.2 306.595 334.2H310.356C310.531 334.2 310.689 334.34 310.724 334.515Z%27 fill=%27white%27/%3E%3Cpath d=%27M306.001 334.392L299.546 370.149C299.511 370.359 299.668 370.569 299.896 370.551H303.884C304.059 370.551 304.199 370.429 304.234 370.254L310.741 334.497C310.776 334.287 310.619 334.094 310.392 334.094H306.351C306.176 334.094 306.036 334.217 306.001 334.392Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M300.56 344.311L304.216 370.149C304.251 370.359 304.094 370.551 303.867 370.551H299.826C299.651 370.551 299.511 370.429 299.476 370.271L295.82 344.276C295.942 343.996 296.082 343.996 296.31 343.996H300.193C300.368 343.996 300.525 344.136 300.56 344.311Z%27 fill=%27white%27/%3E%3Cpath d=%27M295.82 344.294L289.417 380.085C289.382 380.295 289.54 380.488 289.767 380.488H293.668C293.896 380.488 294.018 380.348 294.053 380.173L300.561 344.416C300.596 344.206 300.421 344.014 300.211 344.014H296.17C295.995 344.014 295.855 344.119 295.82 344.294Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M290.274 354.212L294.052 380.05C294.087 380.26 293.93 380.47 293.703 380.47H289.662C289.487 380.47 289.347 380.347 289.312 380.19L285.656 354.177C285.778 353.897 285.918 353.897 286.146 353.897H289.907C290.081 353.897 290.239 354.037 290.274 354.212Z%27 fill=%27white%27/%3E%3Cpath d=%27M285.534 354.194L279.079 389.951C279.044 390.161 279.201 390.371 279.428 390.354H283.417C283.592 390.354 283.732 390.231 283.767 390.056L290.274 354.299C290.309 354.089 290.152 353.897 289.924 353.897H285.883C285.708 353.897 285.569 354.019 285.534 354.194Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M280.093 364.114L283.749 389.952C283.784 390.162 283.626 390.354 283.399 390.354H279.358C279.183 390.354 279.043 390.232 279.008 390.074L275.352 364.079C275.475 363.799 275.614 363.799 275.842 363.799H279.725C279.9 363.799 280.058 363.939 280.093 364.114Z%27 fill=%27white%27/%3E%3Cpath d=%27M275.37 364.097L268.968 399.888C268.933 400.098 269.09 400.291 269.318 400.291H273.219C273.446 400.291 273.568 400.151 273.603 399.976L280.111 364.219C280.146 364.009 279.971 363.817 279.761 363.817H275.72C275.545 363.817 275.405 363.922 275.37 364.097Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M269.807 374.015L273.586 399.853C273.621 400.063 273.463 400.272 273.236 400.272H269.195C269.02 400.272 268.88 400.15 268.845 399.993L265.189 373.98C265.311 373.7 265.451 373.7 265.679 373.7H269.44C269.615 373.7 269.772 373.84 269.807 374.015Z%27 fill=%27white%27/%3E%3Cpath d=%27M265.067 373.893L258.612 409.65C258.577 409.859 258.735 410.069 258.962 410.052H262.951C263.125 410.052 263.265 409.929 263.3 409.755L269.808 373.998C269.843 373.788 269.685 373.595 269.458 373.595H265.417C265.242 373.595 265.102 373.718 265.067 373.893Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M259.626 383.811L263.282 409.649C263.317 409.859 263.16 410.052 262.933 410.052H258.892C258.717 410.052 258.577 409.929 258.542 409.772L254.886 383.776C255.008 383.496 255.148 383.496 255.376 383.496H259.259C259.434 383.496 259.591 383.636 259.626 383.811Z%27 fill=%27white%27/%3E%3Cpath d=%27M254.903 383.794L248.5 419.586C248.465 419.795 248.623 419.988 248.85 419.988H252.751C252.979 419.988 253.101 419.848 253.136 419.673L259.644 383.916C259.679 383.706 259.504 383.514 259.294 383.514H255.253C255.078 383.514 254.938 383.619 254.903 383.794Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M249.341 393.713L253.119 419.551C253.154 419.761 252.997 419.97 252.769 419.97H248.729C248.554 419.97 248.414 419.848 248.379 419.691L244.723 393.678C244.845 393.398 244.985 393.398 245.212 393.398H248.973C249.148 393.398 249.306 393.538 249.341 393.713Z%27 fill=%27white%27/%3E%3Cpath d=%27M244.582 393.695L238.127 429.452C238.092 429.662 238.25 429.872 238.477 429.854H242.466C242.641 429.854 242.781 429.732 242.816 429.557L249.323 393.8C249.358 393.59 249.201 393.398 248.973 393.398H244.932C244.757 393.398 244.617 393.52 244.582 393.695Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M239.16 403.631L242.816 429.469C242.851 429.679 242.693 429.872 242.466 429.872H238.425C238.25 429.872 238.11 429.749 238.075 429.592L234.419 403.596C234.541 403.316 234.681 403.316 234.909 403.316H238.792C238.967 403.316 239.125 403.456 239.16 403.631Z%27 fill=%27white%27/%3E%3Cpath d=%27M234.419 403.596L228.016 439.388C227.981 439.598 228.139 439.791 228.366 439.791H232.267C232.494 439.791 232.617 439.651 232.652 439.476L239.159 403.719C239.194 403.509 239.019 403.316 238.809 403.316H234.768C234.593 403.316 234.454 403.421 234.419 403.596Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M412.097 264.627L405.642 300.384C405.607 300.594 405.764 300.804 405.991 300.787H409.98C410.155 300.787 410.295 300.664 410.33 300.489L416.837 264.732C416.872 264.522 416.715 264.33 416.487 264.33H412.446C412.271 264.33 412.132 264.453 412.097 264.627Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M406.656 274.546L410.312 300.384C410.347 300.594 410.19 300.786 409.962 300.786H405.921C405.747 300.786 405.607 300.664 405.572 300.506L401.916 274.511C402.038 274.231 402.178 274.231 402.405 274.231H406.289C406.464 274.231 406.621 274.371 406.656 274.546Z%27 fill=%27white%27/%3E%3Cpath d=%27M401.932 274.511L395.529 310.303C395.494 310.513 395.652 310.705 395.879 310.705H399.78C400.007 310.705 400.13 310.565 400.165 310.39L406.672 274.633C406.707 274.423 406.532 274.231 406.322 274.231H402.282C402.107 274.231 401.967 274.336 401.932 274.511Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M396.37 284.447L400.149 310.286C400.184 310.495 400.026 310.705 399.799 310.705H395.758C395.583 310.705 395.443 310.583 395.408 310.425L391.752 284.412C391.874 284.133 392.014 284.133 392.242 284.133H396.003C396.178 284.133 396.335 284.273 396.37 284.447Z%27 fill=%27white%27/%3E%3Cpath d=%27M391.629 284.325L385.174 320.082C385.139 320.292 385.297 320.502 385.524 320.484H389.513C389.688 320.484 389.828 320.362 389.862 320.187L396.37 284.43C396.405 284.22 396.247 284.028 396.02 284.028H391.979C391.804 284.028 391.664 284.15 391.629 284.325Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M386.189 294.244L389.845 320.082C389.88 320.292 389.722 320.484 389.495 320.484H385.454C385.279 320.484 385.139 320.362 385.104 320.205L381.448 294.209C381.571 293.929 381.711 293.929 381.938 293.929H385.822C385.996 293.929 386.154 294.069 386.189 294.244Z%27 fill=%27white%27/%3E%3Cpath d=%27M381.466 294.227L375.063 330.019C375.028 330.228 375.186 330.421 375.413 330.421H379.314C379.542 330.421 379.664 330.281 379.699 330.106L386.207 294.349C386.242 294.139 386.084 293.947 385.857 293.947H381.816C381.641 293.947 381.501 294.052 381.466 294.227Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M375.903 304.145L379.681 329.984C379.716 330.193 379.559 330.403 379.331 330.403H375.291C375.116 330.403 374.976 330.281 374.941 330.123L371.285 304.11C371.407 303.831 371.547 303.831 371.774 303.831H375.536C375.71 303.831 375.868 303.971 375.903 304.145Z%27 fill=%27white%27/%3E%3Cpath d=%27M371.162 304.128L364.707 339.885C364.672 340.095 364.829 340.305 365.057 340.287H369.045C369.22 340.287 369.36 340.165 369.395 339.99L375.903 304.233C375.938 304.023 375.78 303.831 375.553 303.831H371.512C371.337 303.831 371.197 303.953 371.162 304.128Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M365.722 314.047L369.378 339.885C369.413 340.095 369.255 340.287 369.028 340.287H364.987C364.812 340.287 364.672 340.165 364.637 340.007L360.981 314.012C361.103 313.732 361.243 313.732 361.471 313.732H365.354C365.529 313.732 365.687 313.872 365.722 314.047Z%27 fill=%27white%27/%3E%3Cpath d=%27M360.999 314.03L354.596 349.822C354.561 350.031 354.719 350.224 354.946 350.224H358.847C359.074 350.224 359.197 350.084 359.232 349.909L365.739 314.152C365.774 313.942 365.599 313.75 365.389 313.75H361.348C361.174 313.75 361.034 313.855 360.999 314.03Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M355.436 323.949L359.215 349.787C359.25 349.997 359.092 350.207 358.865 350.207H354.824C354.649 350.207 354.509 350.084 354.474 349.927L350.818 323.914C350.94 323.634 351.08 323.634 351.308 323.634H355.069C355.244 323.634 355.401 323.774 355.436 323.949Z%27 fill=%27white%27/%3E%3Cpath d=%27M350.696 323.826L344.241 359.583C344.206 359.793 344.363 360.003 344.591 359.985H348.579C348.754 359.985 348.894 359.863 348.929 359.688L355.436 323.931C355.471 323.721 355.314 323.529 355.086 323.529H351.046C350.871 323.529 350.731 323.651 350.696 323.826Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M345.273 333.744L348.929 359.582C348.964 359.792 348.806 359.985 348.579 359.985H344.538C344.363 359.985 344.223 359.862 344.188 359.705L340.532 333.709C340.655 333.429 340.795 333.429 341.022 333.429H344.905C345.08 333.429 345.238 333.569 345.273 333.744Z%27 fill=%27white%27/%3E%3Cpath d=%27M340.532 333.727L334.13 369.519C334.095 369.729 334.252 369.921 334.48 369.921H338.381C338.608 369.921 338.731 369.781 338.766 369.607L345.273 333.85C345.308 333.64 345.133 333.447 344.923 333.447H340.882C340.707 333.447 340.567 333.552 340.532 333.727Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M334.969 343.646L338.748 369.484C338.783 369.694 338.625 369.904 338.398 369.904H334.357C334.182 369.904 334.042 369.781 334.007 369.624L330.351 343.611C330.474 343.331 330.613 343.331 330.841 343.331H334.602C334.777 343.331 334.934 343.471 334.969 343.646Z%27 fill=%27white%27/%3E%3Cpath d=%27M330.229 343.628L323.774 379.385C323.739 379.595 323.896 379.805 324.124 379.788H328.112C328.287 379.788 328.427 379.665 328.462 379.49L334.969 343.733C335.004 343.524 334.847 343.331 334.62 343.331H330.579C330.404 343.331 330.264 343.454 330.229 343.628Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M324.788 353.564L328.445 379.402C328.479 379.612 328.322 379.805 328.095 379.805H324.054C323.879 379.805 323.739 379.682 323.704 379.525L320.048 353.529C320.17 353.249 320.31 353.249 320.538 353.249H324.421C324.596 353.249 324.753 353.389 324.788 353.564Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.047 353.529L313.645 389.321C313.61 389.531 313.767 389.723 313.994 389.723H317.895C318.123 389.723 318.245 389.583 318.28 389.409L324.788 353.652C324.823 353.442 324.648 353.249 324.438 353.249H320.397C320.222 353.249 320.082 353.354 320.047 353.529Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M314.485 363.449L318.263 389.287C318.298 389.497 318.141 389.707 317.914 389.707H313.873C313.698 389.707 313.558 389.584 313.523 389.427L309.867 363.414C309.989 363.134 310.129 363.134 310.357 363.134H314.118C314.292 363.134 314.45 363.274 314.485 363.449Z%27 fill=%27white%27/%3E%3Cpath d=%27M309.762 363.344L303.307 399.101C303.272 399.311 303.429 399.521 303.657 399.503H307.645C307.82 399.503 307.96 399.381 307.995 399.206L314.502 363.449C314.537 363.239 314.38 363.029 314.152 363.046H310.111C309.936 363.046 309.797 363.169 309.762 363.344Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M304.321 373.263L307.977 399.101C308.012 399.311 307.855 399.503 307.627 399.503H303.586C303.412 399.503 303.272 399.381 303.237 399.223L299.581 373.228C299.703 372.948 299.843 372.948 300.07 372.948H303.954C304.129 372.948 304.286 373.088 304.321 373.263Z%27 fill=%27white%27/%3E%3Cpath d=%27M299.581 373.228L293.179 409.019C293.144 409.229 293.301 409.422 293.529 409.422H297.43C297.657 409.422 297.779 409.282 297.814 409.107L304.322 373.35C304.357 373.14 304.199 372.948 303.972 372.948H299.931C299.756 372.948 299.616 373.053 299.581 373.228Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M294.035 383.164L297.814 409.002C297.849 409.212 297.691 409.422 297.464 409.422H293.423C293.248 409.422 293.108 409.299 293.073 409.142L289.417 383.129C289.539 382.849 289.679 382.849 289.907 382.849H293.668C293.843 382.849 294 382.989 294.035 383.164Z%27 fill=%27white%27/%3E%3Cpath d=%27M289.294 383.129L282.839 418.886C282.804 419.096 282.962 419.306 283.189 419.288H287.178C287.353 419.288 287.492 419.166 287.527 418.991L294.035 383.234C294.07 383.024 293.912 382.832 293.685 382.832H289.644C289.469 382.832 289.329 382.954 289.294 383.129Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M283.855 393.066L287.511 418.904C287.546 419.114 287.388 419.306 287.161 419.306H283.12C282.945 419.306 282.805 419.184 282.77 419.026L279.114 393.031C279.237 392.751 279.377 392.751 279.604 392.751H283.488C283.662 392.751 283.82 392.891 283.855 393.066Z%27 fill=%27white%27/%3E%3Cpath d=%27M279.131 393.031L272.729 428.823C272.694 429.033 272.851 429.225 273.078 429.225H276.979C277.207 429.225 277.329 429.085 277.364 428.91L283.872 393.153C283.907 392.943 283.732 392.751 283.522 392.751H279.481C279.306 392.751 279.166 392.856 279.131 393.031Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M273.568 402.949L277.347 428.787C277.382 428.997 277.224 429.207 276.997 429.207H272.956C272.781 429.207 272.641 429.085 272.606 428.927L268.95 402.914C269.073 402.634 269.213 402.634 269.44 402.634H273.201C273.376 402.634 273.533 402.774 273.568 402.949Z%27 fill=%27white%27/%3E%3Cpath d=%27M268.828 402.844L262.373 438.601C262.338 438.811 262.495 439.021 262.723 439.004H266.711C266.886 439.004 267.026 438.881 267.061 438.706L273.569 402.949C273.604 402.74 273.446 402.547 273.219 402.547H269.178C269.003 402.547 268.863 402.67 268.828 402.844Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M415.577 295.504L409.123 331.261C409.088 331.471 409.245 331.681 409.472 331.663H413.461C413.636 331.663 413.776 331.541 413.811 331.366L420.318 295.609C420.353 295.399 420.196 295.189 419.968 295.207H415.927C415.752 295.207 415.612 295.329 415.577 295.504Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M410.137 305.422L413.793 331.26C413.828 331.47 413.671 331.662 413.443 331.662H409.402C409.227 331.662 409.088 331.54 409.053 331.383L405.396 305.387C405.519 305.107 405.659 305.107 405.886 305.107H409.77C409.945 305.107 410.102 305.247 410.137 305.422Z%27 fill=%27white%27/%3E%3Cpath d=%27M405.414 305.405L399.012 341.197C398.977 341.407 399.134 341.599 399.362 341.599H403.263C403.49 341.599 403.612 341.459 403.647 341.284L410.155 305.527C410.19 305.317 410.032 305.125 409.805 305.125H405.764C405.589 305.125 405.449 305.23 405.414 305.405Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M399.851 315.324L403.63 341.162C403.665 341.372 403.507 341.582 403.28 341.582H399.239C399.064 341.582 398.924 341.459 398.889 341.302L395.233 315.289C395.355 315.009 395.495 315.009 395.723 315.009H399.484C399.659 315.009 399.816 315.149 399.851 315.324Z%27 fill=%27white%27/%3E%3Cpath d=%27M395.11 315.201L388.655 350.958C388.62 351.168 388.778 351.378 389.005 351.361H392.994C393.168 351.361 393.308 351.238 393.343 351.063L399.851 315.306C399.886 315.096 399.728 314.904 399.501 314.904H395.46C395.285 314.904 395.145 315.026 395.11 315.201Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M389.67 325.138L393.326 350.976C393.361 351.186 393.204 351.379 392.977 351.379H388.936C388.761 351.379 388.621 351.256 388.586 351.099L384.93 325.103C385.052 324.823 385.192 324.823 385.419 324.823H389.303C389.478 324.823 389.635 324.963 389.67 325.138Z%27 fill=%27white%27/%3E%3Cpath d=%27M384.946 325.103L378.544 360.895C378.509 361.105 378.666 361.297 378.894 361.297H382.795C383.022 361.297 383.145 361.157 383.18 360.983L389.687 325.226C389.722 325.016 389.565 324.823 389.337 324.823H385.296C385.121 324.823 384.981 324.928 384.946 325.103Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M379.384 335.021L383.162 360.859C383.197 361.069 383.04 361.279 382.812 361.279H378.772C378.597 361.279 378.457 361.157 378.422 360.999L374.766 334.986C374.888 334.707 375.028 334.707 375.255 334.707H379.016C379.191 334.707 379.349 334.846 379.384 335.021Z%27 fill=%27white%27/%3E%3Cpath d=%27M374.643 335.004L368.188 370.761C368.153 370.971 368.31 371.181 368.538 371.163H372.526C372.701 371.163 372.841 371.041 372.876 370.866L379.384 335.109C379.419 334.899 379.261 334.707 379.034 334.707H374.993C374.818 334.707 374.678 334.829 374.643 335.004Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M369.221 344.923L372.877 370.761C372.912 370.971 372.754 371.164 372.527 371.164H368.486C368.311 371.164 368.171 371.041 368.136 370.884L364.48 344.888C364.602 344.608 364.742 344.608 364.97 344.608H368.853C369.028 344.608 369.186 344.748 369.221 344.923Z%27 fill=%27white%27/%3E%3Cpath d=%27M364.48 344.906L358.078 380.698C358.043 380.907 358.2 381.1 358.428 381.1H362.328C362.556 381.1 362.678 380.96 362.713 380.785L369.221 345.028C369.256 344.818 369.081 344.626 368.871 344.626H364.83C364.655 344.626 364.515 344.731 364.48 344.906Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M358.917 354.824L362.696 380.662C362.731 380.872 362.573 381.082 362.346 381.082H358.305C358.13 381.082 357.99 380.96 357.955 380.802L354.299 354.789C354.421 354.51 354.561 354.51 354.789 354.51H358.55C358.725 354.51 358.882 354.649 358.917 354.824Z%27 fill=%27white%27/%3E%3Cpath d=%27M354.177 354.702L347.722 390.459C347.687 390.669 347.844 390.879 348.072 390.861H352.06C352.235 390.861 352.375 390.739 352.41 390.564L358.917 354.807C358.952 354.597 358.795 354.387 358.567 354.405H354.526C354.352 354.405 354.212 354.527 354.177 354.702Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M348.753 364.638L352.409 390.476C352.444 390.686 352.287 390.879 352.06 390.879H348.019C347.844 390.879 347.704 390.756 347.669 390.599L344.013 364.603C344.135 364.323 344.275 364.323 344.502 364.323H348.386C348.561 364.323 348.718 364.463 348.753 364.638Z%27 fill=%27white%27/%3E%3Cpath d=%27M344.013 364.603L337.611 400.395C337.576 400.605 337.733 400.797 337.961 400.797H341.862C342.089 400.797 342.212 400.657 342.247 400.482L348.754 364.726C348.789 364.516 348.631 364.323 348.404 364.323H344.363C344.188 364.323 344.048 364.428 344.013 364.603Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M338.45 374.522L342.229 400.36C342.264 400.57 342.106 400.78 341.879 400.78H337.838C337.663 400.78 337.523 400.658 337.488 400.5L333.832 374.487C333.954 374.207 334.094 374.208 334.322 374.208H338.083C338.258 374.208 338.415 374.347 338.45 374.522Z%27 fill=%27white%27/%3E%3Cpath d=%27M333.71 374.523L327.255 410.28C327.22 410.49 327.377 410.7 327.605 410.682H331.593C331.768 410.682 331.908 410.56 331.943 410.385L338.45 374.628C338.485 374.418 338.328 374.226 338.101 374.226H334.06C333.885 374.226 333.745 374.348 333.71 374.523Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M328.269 384.441L331.925 410.279C331.96 410.489 331.803 410.681 331.576 410.681H327.535C327.36 410.681 327.22 410.559 327.185 410.402L323.529 384.406C323.651 384.126 323.791 384.126 324.019 384.126H327.902C328.077 384.126 328.234 384.266 328.269 384.441Z%27 fill=%27white%27/%3E%3Cpath d=%27M323.528 384.406L317.126 420.198C317.091 420.408 317.248 420.6 317.476 420.6H321.377C321.604 420.6 321.727 420.46 321.762 420.285L328.269 384.529C328.304 384.319 328.129 384.126 327.919 384.126H323.878C323.703 384.126 323.563 384.231 323.528 384.406Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M317.983 394.342L321.762 420.18C321.797 420.39 321.639 420.6 321.412 420.6H317.371C317.196 420.6 317.056 420.478 317.021 420.32L313.365 394.307C313.488 394.028 313.628 394.028 313.855 394.028H317.616C317.791 394.028 317.948 394.168 317.983 394.342Z%27 fill=%27white%27/%3E%3Cpath d=%27M313.243 394.22L306.788 429.977C306.753 430.187 306.91 430.397 307.137 430.379H311.126C311.301 430.379 311.441 430.257 311.476 430.082L317.983 394.325C318.018 394.115 317.861 393.922 317.633 393.922H313.592C313.417 393.922 313.278 394.045 313.243 394.22Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M307.803 404.139L311.459 429.977C311.494 430.187 311.336 430.379 311.109 430.379H307.068C306.893 430.379 306.753 430.257 306.718 430.099L303.062 404.104C303.184 403.824 303.324 403.824 303.552 403.824H307.435C307.61 403.824 307.768 403.964 307.803 404.139Z%27 fill=%27white%27/%3E%3Cpath d=%27M303.062 404.122L296.659 439.914C296.624 440.124 296.782 440.316 297.009 440.316H300.91C301.137 440.316 301.26 440.176 301.295 440.001L307.802 404.244C307.837 404.034 307.68 403.842 307.452 403.842H303.411C303.237 403.842 303.097 403.947 303.062 404.122Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M413.915 334.392L417.572 360.23C417.607 360.44 417.449 360.632 417.222 360.632H413.181C413.006 360.632 412.866 360.51 412.831 360.353L409.175 334.357C409.297 334.077 409.437 334.077 409.665 334.077H413.548C413.723 334.077 413.88 334.217 413.915 334.392Z%27 fill=%27white%27/%3E%3Cpath d=%27M409.174 334.357L402.772 370.149C402.737 370.359 402.894 370.551 403.122 370.551H407.023C407.25 370.551 407.373 370.411 407.408 370.236L413.915 334.479C413.95 334.27 413.775 334.077 413.565 334.077H409.524C409.349 334.077 409.209 334.182 409.174 334.357Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M403.629 344.276L407.408 370.114C407.443 370.324 407.285 370.534 407.058 370.534H403.017C402.842 370.534 402.702 370.411 402.667 370.254L399.011 344.241C399.134 343.961 399.274 343.961 399.501 343.961H403.262C403.437 343.961 403.594 344.101 403.629 344.276Z%27 fill=%27white%27/%3E%3Cpath d=%27M398.889 344.171L392.434 379.928C392.399 380.138 392.556 380.348 392.784 380.33H396.772C396.947 380.33 397.087 380.208 397.122 380.033L403.63 344.276C403.665 344.066 403.507 343.856 403.28 343.873H399.239C399.064 343.873 398.924 343.996 398.889 344.171Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M393.449 354.09L397.105 379.928C397.14 380.138 396.982 380.33 396.755 380.33H392.714C392.539 380.33 392.399 380.208 392.364 380.051L388.708 354.055C388.83 353.775 388.97 353.775 389.198 353.775H393.081C393.256 353.775 393.414 353.915 393.449 354.09Z%27 fill=%27white%27/%3E%3Cpath d=%27M388.707 354.072L382.305 389.864C382.27 390.074 382.427 390.266 382.655 390.266H386.555C386.783 390.266 386.905 390.126 386.94 389.951L393.448 354.194C393.483 353.984 393.325 353.792 393.098 353.792H389.057C388.882 353.792 388.742 353.897 388.707 354.072Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M383.162 363.991L386.941 389.829C386.976 390.039 386.818 390.249 386.591 390.249H382.55C382.375 390.249 382.235 390.127 382.2 389.969L378.544 363.956C378.666 363.677 378.806 363.677 379.034 363.677H382.795C382.97 363.677 383.127 363.816 383.162 363.991Z%27 fill=%27white%27/%3E%3Cpath d=%27M378.422 363.956L371.967 399.713C371.932 399.923 372.089 400.133 372.317 400.115H376.305C376.48 400.115 376.62 399.993 376.655 399.818L383.162 364.061C383.197 363.851 383.04 363.659 382.813 363.659H378.772C378.597 363.659 378.457 363.781 378.422 363.956Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M372.981 373.893L376.637 399.731C376.672 399.94 376.515 400.133 376.288 400.133H372.247C372.072 400.133 371.932 400.01 371.897 399.853L368.241 373.858C368.363 373.578 368.503 373.578 368.731 373.578H372.614C372.789 373.578 372.946 373.718 372.981 373.893Z%27 fill=%27white%27/%3E%3Cpath d=%27M368.258 373.858L361.856 409.649C361.821 409.859 361.978 410.052 362.206 410.052H366.107C366.334 410.052 366.457 409.912 366.492 409.737L372.999 373.98C373.034 373.77 372.859 373.578 372.649 373.578H368.608C368.433 373.578 368.293 373.683 368.258 373.858Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M362.696 383.777L366.475 409.615C366.51 409.825 366.352 410.034 366.125 410.034H362.084C361.909 410.034 361.769 409.912 361.734 409.755L358.078 383.742C358.201 383.462 358.341 383.462 358.568 383.462H362.329C362.504 383.462 362.661 383.602 362.696 383.777Z%27 fill=%27white%27/%3E%3Cpath d=%27M357.954 383.671L351.499 419.428C351.465 419.638 351.622 419.848 351.849 419.831H355.838C356.013 419.831 356.153 419.708 356.188 419.533L362.695 383.776C362.73 383.566 362.573 383.374 362.345 383.374H358.304C358.129 383.374 357.989 383.496 357.954 383.671Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M352.515 393.59L356.171 419.428C356.206 419.638 356.049 419.831 355.821 419.831H351.78C351.605 419.831 351.465 419.708 351.43 419.551L347.774 393.555C347.897 393.275 348.037 393.275 348.264 393.275H352.148C352.323 393.275 352.48 393.415 352.515 393.59Z%27 fill=%27white%27/%3E%3Cpath d=%27M347.792 393.573L341.389 429.365C341.354 429.575 341.512 429.767 341.739 429.767H345.64C345.867 429.767 345.99 429.627 346.025 429.452L352.532 393.695C352.567 393.485 352.41 393.293 352.182 393.293H348.142C347.967 393.293 347.827 393.398 347.792 393.573Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M342.229 403.491L346.007 429.329C346.042 429.539 345.885 429.749 345.657 429.749H341.616C341.441 429.749 341.301 429.627 341.266 429.469L337.61 403.456C337.733 403.176 337.873 403.177 338.1 403.177H341.861C342.036 403.177 342.194 403.316 342.229 403.491Z%27 fill=%27white%27/%3E%3Cpath d=%27M337.488 403.474L331.033 439.231C330.998 439.441 331.156 439.651 331.383 439.633H335.371C335.546 439.633 335.686 439.511 335.721 439.336L342.229 403.579C342.264 403.369 342.106 403.177 341.879 403.177H337.838C337.663 403.177 337.523 403.299 337.488 403.474Z%27 fill=%27%239CCDC3%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  left: 20px;
  top: 50px;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .mcl-single-service .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper:after {
    left: calc(50% - 193px);
    top: 72px;
    background-size: 410px 410px;
  }
}
.mcl-single-service .mcl-service-slider-wrapper {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .mcl-single-service .mcl-service-slider-wrapper {
    padding: 96px 0;
  }
}

.mcl-button {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  padding: 19px 24px;
  border: 1px solid;
}
.mcl-button.small {
  padding: 12px 16px;
}
.mcl-button.medium {
  padding: 14px 20px;
}
.mcl-button {
  /** VARIANTS **/
}
.mcl-button.no-text {
  min-width: unset;
  padding: 15px;
}
.mcl-button.no-text .mcl-icon {
  margin: 0;
}
.mcl-button .mcl-text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
}
.mcl-button .mcl-icon {
  max-height: 24px;
  max-width: 24px;
  display: inline-flex;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.mcl-button .mcl-icon svg {
  max-width: 15px;
  max-height: 15px;
}
.mcl-button .mcl-icon.chevron_right:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 5px;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mcl-button .mcl-icon.chevron_down:after {
  content: "";
  position: absolute;
  left: 4px;
  top: -10px;
  width: 1px;
  height: 0;
  transition: all 0.3s ease-in-out;
}
.mcl-button:hover .mcl-icon {
  position: relative;
}
.mcl-button:hover .mcl-icon.chevron_right {
  transform: translateX(5px);
}
.mcl-button:hover .mcl-icon.chevron_right:after {
  width: 15px;
}
.mcl-button:hover .mcl-icon.chevron_down {
  transform: translateY(5px);
}
.mcl-button:hover .mcl-icon.chevron_down:after {
  height: 15px;
}
.mcl-button[disabled] {
  cursor: not-allowed;
  background-color: #F2F2F2 !important;
  border-color: #F2F2F2 !important;
}
.mcl-button[disabled] .mcl-text {
  color: #9DA8A7 !important;
}
.mcl-button[disabled] .mcl-icon {
  fill: #9DA8A7 !important;
}
.mcl-button.mcl-primary {
  background-color: #1E2929;
  border-color: #1E2929;
}
.mcl-button.mcl-primary .mcl-text {
  color: #FFFFFF;
}
.mcl-button.mcl-primary .mcl-icon {
  color: #FFFFFF;
}
.mcl-button.mcl-primary .mcl-icon:after {
  background-color: #FFFFFF;
}
.mcl-button.mcl-primary:hover {
  background-color: #364241;
  border-color: #364241;
}
.mcl-button.mcl-secondary {
  background-color: #FFFFFF;
  border-color: #1E2929;
}
.mcl-button.mcl-secondary .mcl-text {
  color: #1E2929;
}
.mcl-button.mcl-secondary .mcl-icon {
  color: #1E2929;
}
.mcl-button.mcl-secondary .mcl-icon:after {
  background-color: #FFFFFF;
}
.mcl-button.mcl-secondary:hover {
  background-color: #1E2929;
}
.mcl-button.mcl-secondary:hover .mcl-text {
  color: #FFFFFF;
}
.mcl-button.mcl-secondary:hover .mcl-icon {
  color: #FFFFFF;
}
.mcl-button.mcl-tertiary {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.mcl-button.mcl-tertiary .mcl-text {
  color: #1E2929;
}
.mcl-button.mcl-tertiary .mcl-icon {
  color: #1E2929;
}
.mcl-button.mcl-tertiary .mcl-icon:after {
  background-color: #FFFFFF;
}
.mcl-button.mcl-tertiary:hover {
  background-color: transparent;
}
.mcl-button.mcl-tertiary:hover .mcl-text {
  color: #FFFFFF;
}
.mcl-button.mcl-tertiary:hover .mcl-icon {
  color: #FFFFFF;
}
.mcl-button.mcl-quaternary {
  background-color: transparent;
  border-color: #FFFFFF;
}
.mcl-button.mcl-quaternary .mcl-text {
  color: #FFFFFF;
}
.mcl-button.mcl-quaternary .mcl-icon {
  color: #FFFFFF;
}
.mcl-button.mcl-quaternary .mcl-icon:after {
  background-color: #1E2929;
}
.mcl-button.mcl-quaternary:hover {
  background-color: #FFFFFF;
}
.mcl-button.mcl-quaternary:hover .mcl-text {
  color: #1E2929;
}
.mcl-button.mcl-quaternary:hover .mcl-icon {
  color: #1E2929;
}
.mcl-button.mcl-link {
  background-color: transparent;
  border: none;
  border-bottom: transparent;
  border-radius: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.mcl-button.mcl-link.primary .mcl-text {
  color: #1E2929;
  border-bottom: 1px solid #1E2929;
  transition: all 0.3s ease-in-out;
}
.mcl-button.mcl-link.primary .mcl-text:only-child {
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.mcl-button.mcl-link.primary .mcl-icon {
  color: #1E2929;
}
.mcl-button.mcl-link.primary .mcl-icon:after {
  background-color: #1E2929;
}
.mcl-button.mcl-link.primary:hover .mcl-text {
  border-bottom: 1px solid #1E2929;
}
.mcl-button.mcl-link.primary:hover .mcl-text:not(:only-child) {
  border-bottom: 2px solid #4B9C96;
}
.mcl-button.mcl-link.secondary .mcl-text {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.mcl-button.mcl-link.secondary .mcl-text:only-child {
  border-bottom: 1px solid transparent;
  font-weight: 400;
}
.mcl-button.mcl-link.secondary .mcl-icon {
  color: #FFFFFF;
}
.mcl-button.mcl-link.secondary .mcl-icon:after {
  background-color: #FFFFFF;
}
.mcl-button.mcl-link.secondary:hover {
  border-bottom: none;
}
.mcl-button.mcl-link.secondary:hover .mcl-text {
  border-bottom: 2px solid #4B9C96;
}
.mcl-button.mcl-link.secondary:hover .mcl-text:only-child {
  border-bottom: 1px solid #FFFFFF;
}

.mcl-icon {
  display: inline-flex;
}
.mcl-icon svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.mcl-background {
  background-size: cover;
  background-position: center;
}

.mcl-tag {
  padding: 8px;
  border-radius: 50px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  display: inline-flex;
}
.mcl-tag.white-10 {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.mcl-tag.light-green {
  background-color: #E2EEEB;
  color: #1E2929;
}
.mcl-tag.grey {
  background-color: #FAFAFA;
  color: #1E2929;
}

.mcl-image-logo .mcl-link .mcl-image {
  height: 100%;
  max-height: 70px;
}
@media (min-width: 768px) {
  .mcl-image-logo .mcl-link .mcl-image {
    max-height: 115px;
  }
}
.mcl-image-logo .mcl-link .mcl-image {
  width: auto;
  margin: 0 auto;
}

.mcl-pill {
  border-radius: 50px;
  border: 1px solid #245557;
  background: #FFFFFF;
  padding: 8px 16px;
  color: #245557;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  min-width: fit-content;
}
.mcl-pill:hover, .mcl-pill.active {
  border: 1px solid #245557;
  background: #245557;
  color: #FFFFFF;
}

.mcl-card-utenti {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 16px 24px;
  background: #FFFFFF;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.mcl-card-utenti .mcl-image-wrapper {
  border-radius: 8px;
  height: 272.03px;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 600px) {
  .mcl-card-utenti .mcl-image-wrapper {
    height: 193px;
  }
}
@media (min-width: 1024px) {
  .mcl-card-utenti .mcl-image-wrapper {
    height: 272.03px;
  }
}
.mcl-card-utenti .mcl-image-wrapper .mcl-image {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  height: 272.03px;
}
@media (min-width: 600px) {
  .mcl-card-utenti .mcl-image-wrapper .mcl-image {
    height: 193px;
  }
}
@media (min-width: 1024px) {
  .mcl-card-utenti .mcl-image-wrapper .mcl-image {
    height: 272.03px;
  }
}
.mcl-card-utenti > .mcl-icon {
  margin-top: 16px;
  color: #4B9C96;
}
.mcl-card-utenti > .mcl-icon svg {
  height: 32px;
}
.mcl-card-utenti .mcl-title {
  padding-top: 12px;
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
}
.mcl-card-utenti .mcl-link {
  margin-top: 10px;
}
.mcl-card-utenti:hover {
  transform: translateY(-5px);
}
.mcl-card-utenti:hover .mcl-image {
  transform: rotate(2deg) scale(1.05);
}

.mcl-card-progetti {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.mcl-card-progetti .mcl-image {
  border-radius: 20px;
  height: 328px;
  width: 100%;
}
@media (min-width: 600px) {
  .mcl-card-progetti .mcl-image {
    height: 233px;
  }
}
@media (min-width: 1024px) {
  .mcl-card-progetti .mcl-image {
    height: 304px;
  }
}
.mcl-card-progetti .mcl-image {
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.mcl-card-progetti .mcl-cpt {
  display: inline-flex;
  flex-direction: row;
}
.mcl-card-progetti .mcl-cpt .mcl-icon {
  color: #4B9C96;
}
.mcl-card-progetti .mcl-cpt .mcl-icon svg {
  height: 16px;
}
.mcl-card-progetti .mcl-cpt-name {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #1E2929;
  margin-left: 10px;
}
.mcl-card-progetti .mcl-title {
  padding: 8px 0;
  color: #1E2929;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  height: 64px;
}
.mcl-card-progetti .mcl-link {
  margin-top: 18px;
}
.mcl-card-progetti:hover {
  transform: translateY(-5px);
}

.mcl-card-news {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.mcl-card-news .mcl-image {
  border-radius: 20px;
  height: 304px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.mcl-card-news .mcl-title {
  padding: 8px 0;
  color: #1E2929;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.mcl-card-news .mcl-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #525959;
}
.mcl-card-news .mcl-link {
  margin-top: 18px;
}
.mcl-card-news:hover {
  transform: translateY(-5px);
}
.mcl-card-news.medium .mcl-title {
  padding-top: 16px;
}
@media (min-width: 1024px) {
  .mcl-card-news.medium .mcl-date {
    position: absolute;
    top: 409px;
    right: 8px;
  }
}
.mcl-card-news.medium .mcl-image {
  height: 328px;
}
@media (min-width: 1024px) {
  .mcl-card-news.medium .mcl-image {
    height: 386px;
  }
}
.mcl-card-news.large .mcl-image {
  height: 370px;
}
@media (min-width: 1024px) {
  .mcl-card-news.large .mcl-image {
    height: 400px;
  }
}
.mcl-card-news.large .mcl-pill {
  margin-bottom: 16px;
}
.mcl-card-news.large .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 39px;
  line-height: 110%;
  color: #1E2929;
}
.mcl-card-news.large .mcl-date {
  position: absolute;
  top: 423px;
  right: 8px;
}

.mcl-card-full-image {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 255px;
  position: relative;
}
@media (min-width: 600px) {
  .mcl-card-full-image {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .mcl-card-full-image {
    height: 255px;
  }
}
.mcl-card-full-image {
  border-radius: 20px;
  padding: 24px;
  overflow: hidden;
}
.mcl-card-full-image:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.mcl-card-full-image .mcl-title {
  color: #FFFFFF;
  font-family: "Syne", sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .mcl-card-full-image .mcl-title {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .mcl-card-full-image .mcl-link {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
}
.mcl-card-full-image:hover {
  transform: translateY(-5px);
}
.mcl-card-full-image:hover:before {
  background-color: #4B9C96;
  opacity: 0.9;
  z-index: -1;
}
.mcl-card-full-image:hover .mcl-title {
  margin-bottom: 18px;
}
.mcl-card-full-image:hover .mcl-link {
  height: auto;
  overflow: visible;
}

.mcl-card-reviews {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid #E2EEEB;
  border-radius: 15px;
  height: 100%;
}
.mcl-card-reviews .mcl-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  line-height: 21px;
  color: #1E2929;
  padding-bottom: 16px;
}
.mcl-card-reviews .mcl-author {
  display: flex;
  flex-direction: row;
}
.mcl-card-reviews .mcl-author-image {
  margin-right: 8px;
}
.mcl-card-reviews .mcl-author-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mcl-card-reviews .mcl-author-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.mcl-card-reviews .mcl-author-text .mcl-fullname {
  font-weight: 500;
  color: #1E2929;
  font-size: 12px;
  line-height: 16px;
}
.mcl-card-reviews .mcl-author-text .mcl-position {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #9DA8A7;
}

.mcl-card-team {
  height: 370px;
}
@media (min-width: 1024px) {
  .mcl-card-team {
    height: 350px;
  }
}
.mcl-card-team {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: bottom center;
  transition: all 0.3s ease-in-out;
  padding: 16px;
  background-color: #C7D1D0;
  background-size: 90% 296px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27268%27 height=%27292%27 viewBox=%270 0 268 292%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M249.995 296.026C241.602 226.539 193.121 173.026 133.995 173.026C74.8694 173.026 26.3886 226.539 17.9951 296.026%27 fill=%27%23F2F2F2%27/%3E%3Cpath d=%27M249.995 296.026C241.602 226.539 193.121 173.026 133.995 173.026C74.8694 173.026 26.3886 226.539 17.9951 296.026%27 stroke=%27%23F2F2F2%27 stroke-width=%2735.5764%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M184.662 20.8665C212.449 48.6533 212.449 93.7049 184.662 121.492C156.875 149.279 111.824 149.279 84.0369 121.492C56.2501 93.7049 56.2501 48.6533 84.0369 20.8665C111.824 -6.92034 156.875 -6.92034 184.662 20.8665Z%27 fill=%27%23F2F2F2%27/%3E%3C/svg%3E");
}
.mcl-card-team .mcl-author {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: rgba(30, 41, 41, 0.7);
  background-blend-mode: multiply;
  backdrop-filter: blur(4px);
  border-radius: 10px;
  width: 100%;
}
.mcl-card-team .mcl-author-text {
  flex-grow: 1;
}
.mcl-card-team .mcl-author-text .mcl-fullname {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.mcl-card-team .mcl-author-text .mcl-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
.mcl-card-team .mcl-author .mcl-icon {
  display: inline-block;
  width: 24px;
  color: #4B9C96;
}
.mcl-card-team:hover {
  transform: translateY(-5px);
}

.mcl-card-processo {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #E2EEEB;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.mcl-card-processo .mcl-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1E2929;
}
.mcl-card-processo .mcl-description {
  padding-top: 8px;
  font-size: 16px;
  line-height: 18px;
  color: #525959;
}
.mcl-card-processo:hover {
  background-color: #245557;
  transform: translateY(-5px);
}
.mcl-card-processo:hover .mcl-title, .mcl-card-processo:hover .mcl-description {
  color: #FFFFFF;
}

.mcl-card-servizi {
  display: block;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #E2EEEB;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .mcl-card-servizi {
    padding: 24px;
  }
}
.mcl-card-servizi > .mcl-icon {
  color: #4B9C96;
}
.mcl-card-servizi > .mcl-icon svg {
  height: 40px;
  margin-bottom: 8px;
}
.mcl-card-servizi .mcl-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .mcl-card-servizi .mcl-title {
    font-size: calc(18 / 16 * 14);
  }
}
@media (min-width: 1024px) and (min-width: 600px) {
  .mcl-card-servizi .mcl-title {
    font-size: 18;
  }
}
.mcl-card-servizi .mcl-title {
  color: #1E2929;
  word-break: break-word;
}
.mcl-card-servizi .mcl-description {
  font-size: 16px;
  line-height: 18px;
  line-height: 21px;
  color: #525959;
  padding-top: 8px;
}
.mcl-card-servizi .mcl-button {
  padding-top: 26px;
}
.mcl-card-servizi .mcl-button .mcl-text {
  text-align: left;
}
.mcl-card-servizi:hover {
  transform: translateY(-5px);
}

.mcl-hover-menu {
  height: 250px;
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border-radius: 0 0 15px 15px;
}
.mcl-hover-menu:hover {
  background-size: 110%;
}
.mcl-hover-menu .mcl-title {
  padding: 16px;
  background: rgba(30, 41, 41, 0.7);
  background-blend-mode: multiply;
  backdrop-filter: blur(4px);
  border-radius: 10px;
  margin: 16px;
  width: calc(100% - 32px);
  height: 56px;
}

.mcl-card-tremagi-group {
  background-color: #FFFFFF;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 226px;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .mcl-card-tremagi-group {
    width: 100%;
  }
}
.mcl-card-tremagi-group .mcl-image {
  height: 72px;
  object-fit: cover;
  margin-bottom: 16px;
}
.mcl-card-tremagi-group .mcl-description {
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  color: #1E2929;
}
.mcl-card-tremagi-group .mcl-button {
  margin-top: 24px;
}

.mcl-card-picture-text {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .mcl-card-picture-text {
    flex-direction: row;
    column-gap: 24px;
    row-gap: 0;
  }
}
.mcl-card-picture-text .mcl-image-wrapper {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .mcl-card-picture-text .mcl-image-wrapper {
    max-width: 304px;
  }
}
.mcl-card-picture-text .mcl-image-wrapper .mcl-image {
  height: 340px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .mcl-card-picture-text .mcl-image-wrapper .mcl-image {
    width: 304px;
  }
}
.mcl-card-picture-text .mcl-image-wrapper .mcl-image:hover {
  transform: scale(1.15);
}
.mcl-card-picture-text .mcl-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.mcl-card-picture-text .mcl-text-wrapper .mcl-tag {
  margin-bottom: 16px;
}
.mcl-card-picture-text .mcl-text-wrapper .mcl-title {
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-card-picture-text .mcl-text-wrapper .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-card-picture-text .mcl-text-wrapper .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  line-height: 110%;
  color: #1E2929;
  padding-bottom: 16px;
}
.mcl-card-picture-text .mcl-text-wrapper .mcl-description {
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  color: #525959;
}
.mcl-card-picture-text .mcl-text-wrapper .mcl-button {
  margin-top: 32px;
}

.mcl-accordion section h3 {
  padding: 16px 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  line-height: 21px;
  color: #1E2929;
}
.mcl-accordion section h3 svg {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.3s ease-in-out;
  width: 8px;
  height: auto;
}
.mcl-accordion section h3 svg.rotate {
  transform: rotate(180deg);
}
.mcl-accordion section hr {
  border: 0;
  border-bottom: 1px solid #C7D1D0;
  margin-bottom: 16px;
}
.mcl-accordion section div {
  padding-bottom: 16px;
  max-width: 90%;
  display: none;
  font-size: 16px;
  line-height: 18px;
  line-height: 21px;
  color: #525959;
}

.mcl-card-impact {
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  flex-basis: calc(50% - 8px);
  align-items: stretch;
}
@media (min-width: 1024px) {
  .mcl-card-impact {
    padding: 16px;
    flex-basis: auto;
  }
}
.mcl-card-impact .mcl-icon {
  width: 32px;
  margin-bottom: 8px;
}
.mcl-card-impact .mcl-icon svg {
  color: #4B9C96;
}
.mcl-card-impact .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-card-impact .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-card-impact .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 8px;
  color: #1E2929;
}
.mcl-card-impact .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
.mcl-card-impact:hover {
  transform: translateY(-10px);
}

.mcl-card-working-method {
  width: 100%;
  position: relative;
}
.mcl-card-working-method .mcl-line {
  position: absolute;
  left: 70px;
  top: 32px;
  height: 2px;
  width: calc(100% - 60px);
  background-color: #A7CBC3;
}
.mcl-card-working-method .mcl-line:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 0;
  width: 2px;
  background-color: #245557;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .mcl-card-working-method .mcl-line.animate:before {
    top: 141px;
  }
}
.mcl-card-working-method .mcl-icon-wrapper {
  width: 64px;
  height: 64px;
  border: 1px solid #A7CBC3;
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 29px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.mcl-card-working-method .mcl-icon-wrapper .mcl-icon-inner-wrapper {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mcl-card-working-method .mcl-icon-wrapper .mcl-icon-inner-wrapper .mcl-icon {
  width: 24px;
  color: #4B9C96;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .mcl-card-working-method .mcl-icon-wrapper {
    position: absolute;
    left: calc(50% - 28px);
    top: calc(50% - 28px);
    width: 56px;
    height: 56px;
    padding: 16px;
    transition: all 0.3s ease-in-out;
  }
  .mcl-card-working-method .mcl-icon-wrapper:hover {
    background-color: #E2EEEB;
  }
}
.mcl-card-working-method .mcl-icon-wrapper.active {
  width: 98px;
  height: 98px;
  border: 3px solid #FFFFFF;
  outline: 1px solid #E2EEEB;
  left: calc(50% - 49px);
  top: calc(50% - 49px);
  background-color: #E2EEEB;
  padding: 29px;
}
.mcl-card-working-method .mcl-icon-wrapper.active .mcl-icon-inner-wrapper .mcl-icon {
  width: 32px;
  color: #245557;
}
.mcl-card-working-method .mcl-icon-wrapper.active ~ .mcl-line:before {
  width: 69px;
}
@media screen and (min-width: 1024px) {
  .mcl-card-working-method .mcl-icon-wrapper.active ~ .mcl-line:before {
    height: 69px;
    width: 2px;
  }
}
.mcl-card-working-method .mcl-card {
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.mcl-card-working-method .mcl-card .mcl-image-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .mcl-card-working-method .mcl-card .mcl-image-wrapper {
    border-radius: 15px;
  }
}
.mcl-card-working-method .mcl-card .mcl-image-wrapper .mcl-image {
  height: 247px;
  min-height: 247px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.mcl-card-working-method .mcl-card .mcl-image-wrapper .mcl-image:hover {
  transform: scale(1.1);
}
.mcl-card-working-method .mcl-card .mcl-text-wrapper {
  padding: 24px;
  position: relative;
  height: 100%;
  background: #FFFFFF;
}
.mcl-card-working-method .mcl-card .mcl-text-wrapper .mcl-title {
  color: #1E2929;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 16px;
}
.mcl-card-working-method .mcl-card .mcl-text-wrapper .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  bottom: 24px;
  left: 24px;
}

.mcl-card-staggered {
  border-radius: 16px;
  border: 1px solid #E2EEEB;
  background: #FFFFFF;
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-shrink: 0;
}
.mcl-card-staggered .mcl-title {
  color: #1E2929;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 8px;
}
.mcl-card-staggered .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 24px;
}
.mcl-card-staggered .mcl-image-wrapper {
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
}
.mcl-card-staggered .mcl-image-wrapper .mcl-image {
  object-fit: cover;
  width: 100%;
  height: 147px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.mcl-card-staggered .mcl-image-wrapper .mcl-image:hover {
  transform: scale(1.1);
}

.mcl-card-picture {
  display: flex;
  flex-direction: column;
  background: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #F2F2F2;
  height: 100%;
  width: 100%;
}
.mcl-card-picture .mcl-image {
  height: 247px;
  object-position: center;
  object-fit: cover;
}
.mcl-card-picture .mcl-text-wrapper {
  padding: 24px;
}
.mcl-card-picture .mcl-text-wrapper .mcl-icon {
  height: 40px;
  color: #4B9C96;
}
.mcl-card-picture .mcl-text-wrapper .mcl-icon svg {
  width: 40px;
  height: 40px;
}
.mcl-card-picture .mcl-text-wrapper .mcl-title {
  padding: 16px 0;
  color: #1E2929;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.mcl-card-picture .mcl-text-wrapper .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}

.mcl-card-our-values {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  background: #245557;
}
.mcl-card-our-values .mcl-icon {
  margin-bottom: 16px;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
}
.mcl-card-our-values .mcl-title {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 16px;
}
.mcl-card-our-values .mcl-description {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
.mcl-card-our-values .mcl-button {
  margin-top: 48px;
}

.mcl-card-deduction {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .mcl-card-deduction {
    padding: 24px;
  }
}
.mcl-card-deduction .mcl-icon {
  color: #4B9C96;
  width: 32px;
}
.mcl-card-deduction .mcl-title {
  color: #1E2929;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  line-height: 120%;
}
.mcl-card-deduction .mcl-description {
  color: #525959;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  line-height: 127.5%;
}
.mcl-card-deduction:hover {
  transform: translateY(-10px);
}

.mcl-card-linear {
  display: flex;
  flex-direction: column;
}
.mcl-card-linear .mcl-image {
  height: 223px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
}
.mcl-card-linear .mcl-title {
  color: #1E2929;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 8px;
}
.mcl-card-linear .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}

.mcl-breadcrumbs {
  display: flex;
  color: #FFFFFF;
  position: absolute;
  top: 40px;
}
.mcl-breadcrumbs.dark {
  color: #1E2929;
}
.mcl-breadcrumbs.dark a .mcl-icon-container {
  color: #1E2929;
}
.mcl-breadcrumbs.dark .mcl-breadcrumbs-container .mcl-separate {
  color: #1E2929;
}
.mcl-breadcrumbs.dark .mcl-breadcrumbs-container .mcl-label {
  color: #1E2929;
}
.mcl-breadcrumbs.dark .mcl-breadcrumbs-container a:hover .mcl-label:after {
  color: #1E2929;
}
.mcl-breadcrumbs a .mcl-icon-container {
  color: #FFFFFF;
  margin-right: 9px;
}
.mcl-breadcrumbs a .mcl-icon-container .mcl-icon {
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
}
.mcl-breadcrumbs .mcl-breadcrumbs-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  align-items: center;
}
.mcl-breadcrumbs .mcl-breadcrumbs-container .mcl-separate {
  margin: 0 12px;
  color: #FFFFFF;
}
.mcl-breadcrumbs .mcl-breadcrumbs-container .mcl-label {
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  line-height: 130%;
}
.mcl-breadcrumbs .mcl-breadcrumbs-container .title {
  font-weight: 700;
  color: #1E2929;
}
.mcl-breadcrumbs .mcl-breadcrumbs-container a {
  position: relative;
  display: flex;
}
.mcl-breadcrumbs .mcl-breadcrumbs-container a .mcl-label {
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.mcl-breadcrumbs .mcl-breadcrumbs-container a:hover .mcl-label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  border-bottom: 1px solid #FFFFFF;
}

.mcl-header-menu {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
}
.mcl-header-menu.mobile-open {
  background-color: #245557;
}
.mcl-header-menu.mobile-open .mcl-hamburger-menu .mcl-wrapper {
  background-color: #245557;
}
.mcl-header-menu.mobile-open .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper {
  background-color: #245557;
}
.mcl-header-menu.mobile-open .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper .mcl-left .mcl-logo.contrast {
  display: block;
}
.mcl-header-menu.mobile-open .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper .mcl-left .mcl-logo:not(.contrast) {
  display: none;
}
.mcl-header-menu.mobile-open .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right .burger-wrapper .mcl-button.medium.mcl-secondary {
  background-color: transparent;
  border-color: #FFFFFF;
}
.mcl-header-menu.mobile-open .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right .burger-wrapper .mcl-button.medium.mcl-secondary svg {
  color: #FFFFFF;
}
.mcl-header-menu {
  position: relative;
}
.mcl-header-menu .mcl-hamburger-menu {
  width: 100%;
  position: relative;
}
.mcl-header-menu .mcl-hamburger-menu .menu-trigger a:first-of-type {
  display: inline-flex;
}
.mcl-header-menu .mcl-hamburger-menu .menu-trigger a:last-of-type {
  display: none;
}
.mcl-header-menu .mcl-hamburger-menu .menu-trigger.button-trigger a:first-of-type {
  display: none;
}
.mcl-header-menu .mcl-hamburger-menu .menu-trigger.button-trigger a:last-of-type {
  display: inline-flex;
}
.mcl-header-menu .mcl-hamburger-menu #overlay {
  display: none;
  position: absolute;
  top: 100%;
  right: 100%;
  height: calc(100vh - 90px);
  z-index: 5;
  background-color: rgba(30, 41, 41, 0.7);
  width: 100%;
  left: 0;
}
@media (min-width: 1024px) {
  .mcl-header-menu .mcl-hamburger-menu #overlay {
    height: 100vh;
    top: 90px;
    z-index: -1;
  }
}
.mcl-header-menu .mcl-hamburger-menu .right-drawer {
  right: 0;
  position: absolute;
  top: 90px;
  z-index: 6;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  transform: translateX(0) translateY(calc(-100% - 90px));
  background-color: #245557;
}
@media (min-width: 1024px) {
  .mcl-header-menu .mcl-hamburger-menu .right-drawer {
    display: none;
  }
}
.mcl-header-menu .mcl-hamburger-menu .right-drawer.active, .mcl-header-menu .mcl-hamburger-menu .right-drawer.current-menu-ancestor {
  transform: translateX(0) translateY(0);
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .mcl-header-menu .mcl-hamburger-menu .right-drawer.active, .mcl-header-menu .mcl-hamburger-menu .right-drawer.current-menu-ancestor {
    transform: translateX(0);
    width: 460px;
    border-top: 0;
  }
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper {
  background-color: #FFFFFF;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper {
  display: flex;
  justify-content: space-between;
  height: 90px;
  z-index: 3;
  position: relative;
  background-color: #FFFFFF;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper .mcl-button.medium .text-padding {
  padding: 0;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper .mcl-button.medium {
  margin-left: 10px;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper .mcl-image {
  width: auto;
  height: 40px;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div {
  display: flex;
  align-items: center;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-left {
  display: flex;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-left .mcl-logo.contrast {
  display: none;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav {
  display: none;
}
@media (min-width: 1024px) {
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li {
    height: 100%;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #1E2929;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item {
    height: 100%;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.active, .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.current-menu-ancestor, .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.current-menu-item {
    font-weight: 700;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.active:not(.mcl-button):after, .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.current-menu-ancestor:not(.mcl-button):after, .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.current-menu-item:not(.mcl-button):after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #4B9C96;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.mcl-button {
    height: auto;
    padding: 12px 16px;
    border: 1px solid;
    font-weight: 500;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.mcl-button.current-menu-item {
    background-color: #1E2929;
    color: #FFFFFF;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.mcl-button:hover {
    border: 1px solid;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item .mcl-icon {
    margin-left: 12px;
    width: 8px;
    transition: all 0.3s ease-in-out;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item:hover:not(.mcl-button):after, .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.animate:not(.mcl-button):after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #4B9C96;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item:hover .mcl-icon, .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.animate .mcl-icon {
    transform: scaleY(-1);
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li a.menu-item.mobile-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li .mcl-secondary-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    background-color: #FFFFFF;
    display: none;
    transition: display 0.5s ease-in-out;
    padding: 30px 0;
    border-radius: 0 0 20px 20px;
    border-top: 1px solid #C7D1D0;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li .mcl-secondary-menu .mcl-items {
    display: flex;
    column-gap: 24px;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li .mcl-secondary-menu .mcl-items .mcl-item {
    width: 33%;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li .mcl-secondary-menu .mcl-items .mcl-item-description {
    padding: 12px 8px 0;
  }
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right nav ul li .mcl-secondary-menu .mcl-show-all {
    margin-top: 32px;
  }
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right .mcl-button.medium.mcl-secondary {
  margin-left: 0;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right .burger-wrapper {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right {
    justify-content: flex-end;
  }
}
@media (min-width: 1440px) {
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right {
    width: auto;
    justify-content: flex-end;
  }
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right .burger-wrapper {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right .burger-wrapper {
    display: none;
  }
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right .burger-wrapper .mcl-button.medium.mcl-secondary svg {
  color: #1E2929;
}
.mcl-header-menu .mcl-hamburger-menu .mcl-wrapper .mcl-section-wrapper > div.mcl-right .burger-wrapper .mcl-button.medium.mcl-secondary:not(.error):hover svg {
  color: #FFFFFF;
}

.mcl-accordion-menu-right-drawer {
  position: relative;
}
.mcl-accordion-menu-right-drawer .mcl-title {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .mcl-accordion-menu-right-drawer .mcl-title {
    padding: 20px;
  }
}
.mcl-accordion-menu-right-drawer .mcl-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  font-family: "DM Sans", sans-serif;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #4B9C96;
}
.mcl-accordion-menu-right-drawer .mcl-title .mcl-icon {
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  transform: scaleY(1);
}
.mcl-accordion-menu-right-drawer .mcl-title .mcl-icon svg {
  width: 15px;
}
.mcl-accordion-menu-right-drawer .mcl-title .mcl-icon.animate {
  transform: scaleY(-1);
}
.mcl-accordion-menu-right-drawer .mcl-content {
  display: none;
}
.mcl-accordion-menu-right-drawer .mcl-content .mcl-item {
  padding: 19px 0;
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.mcl-accordion-menu-right-drawer .mcl-content .mcl-item .mcl-icon svg {
  color: #A7CBC3;
  margin-right: 18px;
  max-height: 24px;
}
.mcl-accordion-menu-right-drawer .mcl-content .mcl-show-all {
  margin-top: 24px;
  display: none;
  border-top: 1px solid #4B9C96;
  padding: 40px 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.mcl-accordion-menu-right-drawer.active .mcl-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  border-bottom: none;
  padding-left: 25px;
}
.mcl-accordion-menu-right-drawer.active .mcl-title .mcl-icon {
  left: 0;
  right: auto;
  transform: rotate(180deg);
}
.mcl-accordion-menu-right-drawer.active .mcl-content .mcl-show-all {
  display: block;
}

.jquery-modal.blocker {
  z-index: 1001;
  padding-bottom: 0;
  background: rgba(30, 41, 41, 0.7);
  text-align: right;
  overflow: auto;
  display: inline-flex;
  top: 80px;
  justify-content: center;
  height: calc(100% - 100px);
  bottom: 50px;
}
@media (min-width: 1024px) {
  .jquery-modal.blocker {
    align-items: center;
    top: 0;
    bottom: 0;
    height: 100%;
  }
}
.jquery-modal.blocker .mcl-modal {
  vertical-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 44px 20px 34px;
  overflow-x: hidden;
  overflow-y: auto;
  height: fit-content;
}
@media (min-width: 1024px) {
  .jquery-modal.blocker .mcl-modal {
    padding: 50px;
  }
}
.jquery-modal.blocker .mcl-modal {
  background: #FAFAFA;
  border: 1px solid #9DA8A7;
  box-shadow: rgba(30, 41, 41, 0.7);
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .jquery-modal.blocker .mcl-modal {
    max-width: 810px;
    width: 100%;
  }
}
.jquery-modal.blocker .mcl-modal a.close-modal {
  right: 18px;
  top: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1.33366 11.8327L0.166992 10.666L4.83366 5.99935L0.166992 1.33268L1.33366 0.166016L6.00033 4.83268L10.667 0.166016L11.8337 1.33268L7.16699 5.99935L11.8337 10.666L10.667 11.8327L6.00033 7.16602L1.33366 11.8327Z%27 fill=%27%23294859%27/%3E%3C/svg%3E");
  width: 11px;
}
@media (min-width: 1024px) {
  .jquery-modal.blocker .mcl-modal a.close-modal {
    width: 17.5px;
    height: 17.5px;
    top: 21px;
    right: 21px;
  }
}
.jquery-modal.blocker .mcl-modal .mcl-title {
  color: #1E2929;
  padding-bottom: 6px;
  text-align: center;
  font-size: 25px;
  line-height: 28px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .jquery-modal.blocker .mcl-modal .mcl-title {
    padding-bottom: 20px;
  }
}
.jquery-modal.blocker .mcl-modal .mcl-subtitle {
  color: #1E2929;
  text-align: center;
  font-size: calc(18 / 16 * 14);
}
@media (min-width: 600px) {
  .jquery-modal.blocker .mcl-modal .mcl-subtitle {
    font-size: 18;
  }
}
.jquery-modal.blocker .mcl-modal .mcl-link-button-wrapper .mcl-atom-link {
  padding-top: 41px;
}
@media (min-width: 1024px) {
  .jquery-modal.blocker .mcl-modal .mcl-link-button-wrapper .mcl-atom-link {
    padding-top: 2px;
  }
}
.jquery-modal.blocker .mcl-modal .mcl-link-button-wrapper .mcl-atom-link {
  display: block;
  text-align: center;
}
.jquery-modal.blocker .mcl-modal .mcl-link-button-wrapper .mcl-button-wrapper {
  margin-top: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .jquery-modal.blocker .mcl-modal .mcl-link-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    gap: 48px;
  }
  .jquery-modal.blocker .mcl-modal .mcl-link-button-wrapper .mcl-button-wrapper {
    margin-top: 0;
  }
}
.jquery-modal.blocker .mcl-modal .mcl-image {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  overflow: hidden;
}

.mcl-modal {
  display: none;
}

.mcl-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

.mcl-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 80px 16px 40px;
  background: #245557;
  font-family: "DM Sans", sans-serif;
}
.mcl-footer .mcl-column-gap {
  display: flex;
  flex-wrap: wrap;
}
.mcl-footer .mcl-column-gap .mcl-general-info {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .mcl-footer .mcl-column-gap .mcl-general-info {
    width: 50%;
    padding-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .mcl-footer .mcl-column-gap .mcl-general-info {
    width: 25%;
    padding-bottom: 72px;
  }
}
.mcl-footer .mcl-column-gap .mcl-general-info {
  flex-direction: column;
}
.mcl-footer .mcl-column-gap .mcl-general-info .mcl-logo {
  max-width: 105px;
}
.mcl-footer .mcl-column-gap .mcl-general-info .mcl-address {
  padding: 16px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.mcl-footer .mcl-column-gap .mcl-submenu {
  display: inline-flex;
  width: 50%;
  flex-direction: column;
  padding-top: 50px;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .mcl-footer .mcl-column-gap .mcl-submenu {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .mcl-footer .mcl-column-gap .mcl-submenu {
    width: 25%;
  }
}
.mcl-footer .mcl-column-gap .mcl-submenu .mcl-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  padding-bottom: 24px;
  display: flex;
}
.mcl-footer .mcl-column-gap .mcl-submenu .mcl-title .mcl-icon {
  margin-left: 12px;
  width: 10px;
  transition: all 0.3s ease-in-out;
}
.mcl-footer .mcl-column-gap .mcl-submenu .mcl-title .mcl-icon.rotate {
  transform: scaleY(-1);
}
@media (min-width: 768px) {
  .mcl-footer .mcl-column-gap .mcl-submenu .mcl-title .mcl-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .mcl-footer .mcl-column-gap .mcl-submenu .mcl-title {
    padding-bottom: 16px;
    cursor: default;
  }
}
.mcl-footer .mcl-column-gap .mcl-submenu ul {
  display: none;
}
@media (min-width: 768px) {
  .mcl-footer .mcl-column-gap .mcl-submenu ul {
    display: block !important;
  }
}
.mcl-footer .mcl-column-gap .mcl-submenu ul li:not(:last-of-type) {
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .mcl-footer .mcl-column-gap .mcl-submenu ul li:not(:last-of-type) {
    padding-bottom: 10px;
  }
}
.mcl-footer .mcl-social {
  margin: 26px 0 72px;
  display: flex;
  column-gap: 26px;
}
@media (min-width: 768px) {
  .mcl-footer .mcl-social {
    margin-bottom: 48px;
  }
}
.mcl-footer .mcl-social a {
  display: inline-flex;
}
.mcl-footer .mcl-social a img {
  width: 24px;
  height: auto;
}
.mcl-footer .mcl-terms-copyright {
  font-size: 16px;
  line-height: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.mcl-footer .mcl-terms-copyright ul {
  display: flex;
}
.mcl-footer .mcl-terms-copyright ul li {
  display: inline-flex;
}
.mcl-footer .mcl-terms-copyright ul li:not(:first-of-type) {
  margin-left: 32px;
}
.mcl-footer .mcl-terms-copyright > div:not(:last-of-type) {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .mcl-footer .mcl-terms-copyright {
    display: flex;
  }
  .mcl-footer .mcl-terms-copyright > div {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .mcl-footer .mcl-terms-copyright > div:last-of-type {
    text-align: right;
  }
}

.mcl-tab-menu-accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 16px;
}
@media (min-width: 1024px) {
  .mcl-tab-menu-accordion {
    padding: 24px 32px;
  }
}
.mcl-tab-menu-accordion .tabBox {
  width: 99.9%;
  float: left;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.mcl-tab-menu-accordion .tabBox ul.tabs {
  float: left;
  list-style: none;
  width: 99.9%;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .mcl-tab-menu-accordion .tabBox ul.tabs {
    margin-top: 0;
  }
}
.mcl-tab-menu-accordion .tabBox ul.tabs {
  position: relative;
}
.mcl-tab-menu-accordion .tabBox ul.tabs.open {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .mcl-tab-menu-accordion .tabBox ul.tabs.open {
    max-height: 100%;
    overflow: visible;
    flex-wrap: wrap;
  }
}
.mcl-tab-menu-accordion .tabBox ul.tabs.open li.hide {
  display: flex !important;
}
.mcl-tab-menu-accordion .tabBox ul.tabs li {
  float: left;
}
.mcl-tab-menu-accordion .tabBox ul.tabs li:not(:last-of-type) {
  margin-right: 15px;
}
.mcl-tab-menu-accordion .tabBox ul.tabs li .mcl-tag .tag-icon svg {
  fill: red;
}
.mcl-tab-menu-accordion .tabBox ul.tabs li.active .mcl-tag {
  background: rebeccapurple;
}
.mcl-tab-menu-accordion .tabBox ul.tabs li.active .mcl-tag .mcl-text {
  font-weight: 700;
}
.mcl-tab-menu-accordion .tabContainer {
  overflow: hidden;
  clear: both;
  float: left;
  width: 99.9%;
}
.mcl-tab-menu-accordion .tabContainer .tabContent {
  display: none;
}
.mcl-tab-menu-accordion .tabContainer .tabContent nav {
  width: 100%;
}
.mcl-tab-menu-accordion .tabContainer .tabContent nav ul li {
  text-align: left;
  width: 100%;
}
.mcl-tab-menu-accordion .tabContainer .tabContent nav ul li.hide {
  display: none;
}
.mcl-tab-menu-accordion .tabContainer .tabContent nav ul li:not(:nth-last-of-type(-n+2)) {
  border-bottom: 1px solid #4B9C96;
}
.mcl-tab-menu-accordion .tabContainer .tabContent nav ul li:last-of-type a {
  padding: 19px 0;
  width: 100%;
}
.mcl-tab-menu-accordion .tabContainer .tabContent nav ul li {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.mcl-tab-menu-accordion .tabContainer .tabContent nav ul li a {
  padding: 24px 0;
  display: flex;
  width: 100%;
}
.mcl-tab-menu-accordion .tabContainer .tabContent nav ul li.active {
  font-weight: "DM Sans", sans-serif;
}

.mcl-slide-logo-slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-slide-logo-slider {
    align-items: flex-start;
  }
}
.mcl-slide-logo-slider .mcl-logo-container {
  flex-grow: 0;
  flex-basis: 100%;
  max-height: 66px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mcl-slide-logo-slider .mcl-logo-container .mcl-image-logo {
  width: 100%;
  height: 100%;
}
.mcl-slide-logo-slider .mcl-logo-container .mcl-image-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 120px;
  min-width: 120px;
}
.mcl-slide-logo-slider .mcl-logo-container:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .mcl-slide-logo-slider .mcl-logo-container:not(:last-child) {
    margin-bottom: 18px;
  }
}

.mcl-slide-tremagi-group-slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-slide-tremagi-group-slider {
    align-items: flex-start;
  }
}
.mcl-slide-tremagi-group-slider .mcl-logo-container {
  flex-grow: 0;
  flex-basis: 100%;
  max-height: 66px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mcl-slide-tremagi-group-slider .mcl-logo-container .mcl-image-logo {
  width: 100%;
  height: 100%;
}
.mcl-slide-tremagi-group-slider .mcl-logo-container .mcl-image-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 120px;
  min-width: 120px;
}
.mcl-slide-tremagi-group-slider .mcl-logo-container:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .mcl-slide-tremagi-group-slider .mcl-logo-container:not(:last-child) {
    margin-bottom: 18px;
  }
}

.mcl-slide-working-method-slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-slide-working-method-slider {
    align-items: flex-start;
  }
}

.mcl-slide-projects-slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-slide-projects-slider {
    align-items: flex-start;
  }
}

.mcl-slide-card-picture-slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-slide-card-picture-slider {
    align-items: flex-start;
  }
}

.mcl-slide-reviews-slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-slide-reviews-slider {
    align-items: flex-start;
  }
}

.mcl-slide-simple-slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.mcl-slide-simple-slider img {
  object-fit: cover;
  height: 468px;
  width: 100%;
  object-position: center;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .mcl-slide-simple-slider {
    align-items: flex-start;
  }
}

/* Overlay scuro */
.image-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Contenitore immagine */
.image-popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}
.image-popup-content img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .image-popup-content img {
    height: 94vh;
  }
}

/* Pulsante di chiusura */
.image-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: white;
  color: black;
  font-size: 18px;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.mcl-slide-deductions-slider {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-slide-deductions-slider {
    align-items: flex-start;
  }
}

.mcl-carousel {
  position: relative;
  z-index: 10;
}
.mcl-carousel .owl-carousel-hide-element, .mcl-carousel .owl-dots-hide-element {
  display: none;
}
.mcl-carousel .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 70px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 22;
}
@media (min-width: 1024px) {
  .mcl-carousel .owl-carousel .owl-dots {
    display: none;
  }
}
.mcl-carousel .owl-carousel .owl-dots button {
  margin-right: 10px;
  width: 10px;
  height: 8px;
  cursor: pointer;
  background-color: #4B9C96;
  border-radius: 10px;
  transition: width 0.3s ease-in-out;
}
.mcl-carousel .owl-carousel .owl-dots button.active {
  width: 25px;
  background-color: #4B9C96;
}
.mcl-carousel .owl-carousel .owl-nav {
  display: flex;
  position: absolute;
  width: 100%;
  padding: 0 10px;
  justify-content: space-between;
  pointer-events: none;
  z-index: 30;
  bottom: 0;
}
.mcl-carousel .owl-carousel .owl-nav.disabled {
  display: none;
}
.mcl-carousel .owl-carousel .owl-nav button {
  outline: none;
  pointer-events: auto;
  cursor: pointer;
  width: 60px;
  height: 60px;
}
.mcl-carousel .owl-carousel .owl-nav button.hidden, .mcl-carousel .owl-carousel .owl-nav button.disabled {
  display: block !important;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.5;
}
.mcl-carousel .owl-carousel .owl-nav button .owl-carousel-nav .circle {
  stroke: #FFFFFF;
  fill: transparent;
  transition: stroke 0.2s linear, fill 0.2s linear;
}
.mcl-carousel .owl-carousel .owl-nav button .owl-carousel-nav .arrow {
  fill: #FFFFFF;
  transition: fill 0.2s linear;
}
.mcl-carousel .owl-carousel .owl-nav button .owl-carousel-nav:hover .circle {
  stroke: #FFFFFF;
  fill: #FFFFFF;
}
.mcl-carousel .owl-carousel .owl-nav button .owl-carousel-nav:hover .arrow {
  fill: #1E2929;
}
.mcl-carousel .owl-carousel .owl-stage-outer {
  position: relative;
  z-index: 20;
  height: 100% !important;
}
.mcl-carousel.dark .owl-carousel .owl-dots button {
  background-color: #3C4050;
}
.mcl-carousel.dark .owl-carousel .owl-dots button.active {
  background-color: #3C4050;
}
@media (min-width: 480px) {
  .mcl-carousel.center .owl-carousel .owl-nav {
    bottom: calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  .mcl-carousel.center .owl-carousel .owl-nav {
    padding: 0 40px;
  }
}
.mcl-carousel .mcl-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .mcl-carousel .mcl-button-wrapper {
    left: 100px;
    right: 100px;
    bottom: 5px;
  }
}
.mcl-carousel .mcl-button-wrapper {
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.mcl-carousel .mcl-button-wrapper .mcl-button {
  width: 100%;
  max-width: 360px;
}
@media (min-width: 1024px) {
  .mcl-carousel .mcl-button-wrapper .mcl-button {
    width: auto;
    max-width: none;
  }
}

@media screen and (min-width: 1024px) {
  .mcl-carousel-logo-slider {
    margin-left: 16px;
  }
}
.mcl-carousel-logo-slider .owl-carousel {
  height: 100%;
}
.mcl-carousel-logo-slider .owl-carousel .owl-stage-outer {
  height: 100%;
}
.mcl-carousel-logo-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .mcl-carousel-logo-slider .owl-carousel .owl-stage-outer .owl-stage {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}
.mcl-carousel-logo-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
  min-width: 120px;
}
.mcl-carousel-logo-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.mcl-carousel-logo-slider .owl-carousel .owl-nav {
  bottom: -80px;
  justify-content: flex-start;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .mcl-carousel-logo-slider .owl-carousel .owl-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mcl-carousel-tremagi-group-slider {
    margin-left: -8px;
    margin-right: 16px;
  }
}
.mcl-carousel-tremagi-group-slider .owl-carousel {
  height: 100%;
  margin-left: -8px;
}
@media screen and (min-width: 1024px) {
  .mcl-carousel-tremagi-group-slider .owl-carousel {
    padding: 0;
    margin-left: 0;
  }
}
.mcl-carousel-tremagi-group-slider .owl-carousel .owl-stage-outer {
  height: 100%;
}
.mcl-carousel-tremagi-group-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.mcl-carousel-tremagi-group-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
  min-width: 120px;
  width: calc(100vw + 40px) !important;
  margin-right: 16px !important;
}
@media screen and (min-width: 1024px) {
  .mcl-carousel-tremagi-group-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    margin-right: 24px !important;
    width: initial;
  }
}
.mcl-carousel-tremagi-group-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.mcl-carousel-tremagi-group-slider .owl-carousel .owl-nav {
  bottom: -80px;
  justify-content: flex-start;
  padding: 0;
  left: 8px;
}
@media screen and (min-width: 1024px) {
  .mcl-carousel-tremagi-group-slider .owl-carousel .owl-nav {
    display: none;
  }
}
.mcl-carousel-tremagi-group-slider .owl-carousel .owl-nav .owl-prev svg circle, .mcl-carousel-tremagi-group-slider .owl-carousel .owl-nav .owl-prev svg path {
  stroke: #9DA8A7 !important;
}
.mcl-carousel-tremagi-group-slider .owl-carousel .owl-nav .owl-next svg circle, .mcl-carousel-tremagi-group-slider .owl-carousel .owl-nav .owl-next svg path {
  stroke: #FFFFFF !important;
}

.mcl-carousel-working-method-slider {
  margin-left: -16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .mcl-carousel-working-method-slider {
    margin-left: 0;
  }
}
.mcl-carousel-working-method-slider .owl-carousel {
  height: 100%;
}
.mcl-carousel-working-method-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.mcl-carousel-working-method-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.mcl-carousel-working-method-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.mcl-carousel-projects-slider {
  margin-left: -16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .mcl-carousel-projects-slider {
    margin-left: 0;
  }
}
.mcl-carousel-projects-slider .owl-carousel {
  height: 100%;
}
.mcl-carousel-projects-slider .owl-carousel .owl-stage-outer {
  height: 100%;
}
.mcl-carousel-projects-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.mcl-carousel-projects-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.mcl-carousel-projects-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.mcl-carousel-card-picture-slider {
  margin-left: -32px;
}
.mcl-carousel-card-picture-slider .owl-carousel {
  height: 100%;
}
.mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer {
  height: 100%;
}
.mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.mcl-carousel-card-picture-slider .owl-carousel .owl-nav {
  bottom: -80px;
  left: 16px;
  justify-content: flex-start;
}

.mcl-carousel-reviews-slider .owl-carousel {
  height: 100%;
}
.mcl-carousel-reviews-slider .owl-carousel .owl-stage-outer {
  height: 100%;
  overflow: hidden;
}
.mcl-carousel-reviews-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.mcl-carousel-reviews-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
}
.mcl-carousel-reviews-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.mcl-carousel-reviews-slider .owl-carousel .owl-nav {
  justify-content: flex-start;
  position: relative;
  margin-top: 16px;
}
.mcl-carousel-deductions-slider {
  width: calc(100% + 16px);
  margin-top: 32px;
  margin-bottom: 16px;
}
.mcl-carousel-deductions-slider .owl-carousel {
  height: 100%;
}
.mcl-carousel-deductions-slider .owl-carousel .owl-stage-outer {
  height: 100%;
}
.mcl-carousel-deductions-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: stretch;
  padding-left: 0 !important;
}
.mcl-carousel-deductions-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.mcl-carousel-deductions-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.mcl-carousel-simple-slider {
  margin-left: -16px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .mcl-carousel-simple-slider {
    margin-left: -8px;
  }
}
.mcl-carousel-simple-slider .owl-carousel {
  height: 100%;
}
.mcl-carousel-simple-slider .owl-carousel .owl-stage-outer {
  height: 100%;
}
.mcl-carousel-simple-slider .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
  align-items: stretch;
}
.mcl-carousel-simple-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.mcl-carousel-simple-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.mcl-carousel-simple-slider .owl-carousel .owl-nav {
  position: relative;
  margin-top: 22px;
  justify-content: flex-start;
  padding: 0 16px;
  margin-left: 8px;
}

.form-builder-widget.hide {
  display: none;
}
.form-builder-widget .mcl-form-builder {
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder {
    margin: auto;
    padding: 0;
  }
}
.form-builder-widget .mcl-form-builder.hide {
  display: none;
}
.form-builder-widget .mcl-form-builder .mcl-form-title {
  color: #525959;
  font-size: 20px;
  line-height: 24px;
  line-height: 120%;
  padding-bottom: 48px;
  text-align: left;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form-title {
    display: none;
  }
}
.form-builder-widget .mcl-form-builder .mcl-form {
  width: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form > div {
  flex-wrap: wrap;
  display: flex;
  column-gap: 20px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-field-wrapper {
  position: relative;
  width: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-field-wrapper .mdc-touch-target-wrapper {
  display: inline-grid;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form .mcl-field-wrapper .mdc-touch-target-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-field-wrapper .mdc-touch-target-wrapper.mcl-privacy-policy {
  display: flex;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-field-wrapper .mdc-touch-target-wrapper.mcl-privacy-policy .mcl-flex {
  margin-left: 0;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-field-wrapper .mdc-touch-target-wrapper.mcl-privacy-policy .mcl-checkbox-field-label {
  color: #1E2929;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  line-height: 130%;
}
.form-builder-widget .mcl-form-builder .mcl-form {
  /* Change the white to any color */
}
.form-builder-widget .mcl-form-builder .mcl-form input:-webkit-autofill,
.form-builder-widget .mcl-form-builder .mcl-form input:-webkit-autofill:hover,
.form-builder-widget .mcl-form-builder .mcl-form input:-webkit-autofill:focus,
.form-builder-widget .mcl-form-builder .mcl-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form-builder-widget .mcl-form-builder .mcl-form {
  /* Common */
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select {
  width: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-line-ripple {
  display: none;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-floating-label--required::after {
  content: "";
}
.form-builder-widget .mcl-form-builder .mcl-form {
  /* End common */
  /* Input */
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper {
  position: relative;
  margin-bottom: 16px;
  display: flex;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field {
  background-color: #FFFFFF !important;
  height: 56px;
  cursor: pointer;
  width: 100%;
  padding: 0;
  overflow: inherit;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field::before {
  height: 56px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field__input {
  font-weight: 400;
  font-size: 18px;
  min-height: 21px;
  color: #1E2929;
  left: 14px;
  position: absolute;
  top: 0;
  width: calc(100% - 28px);
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--focused .mdc-notched-outline__trailing, .form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--focused .mdc-notched-outline__leading, .form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--focused .mdc-notched-outline__notch {
  border-width: 1px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--outlined .mdc-floating-label {
  color: #9DA8A7;
  font-size: 14px;
  line-height: 18px;
  line-height: 130%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--outlined .mdc-notched-outline__trailing, .form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--outlined .mdc-notched-outline__leading, .form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--outlined .mdc-notched-outline__notch {
  border-color: #9DA8A7;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--outlined.invalid {
  position: relative;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--outlined.invalid .mdc-notched-outline__trailing, .form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--outlined.invalid .mdc-notched-outline__leading, .form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--outlined.invalid .mdc-notched-outline__notch {
  border-color: #DA1E28;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--outlined.invalid:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_886_29163%29%27%3E%3Cpath d=%27M7.414 20.414L3.586 16.586C3.211 16.211 3 15.702 3 15.172V8.828C3 8.298 3.211 7.789 3.586 7.414L7.414 3.586C7.789 3.211 8.298 3 8.828 3H15.171C15.701 3 16.21 3.211 16.585 3.586L20.413 7.414C20.789 7.789 21 8.298 21 8.828V15.171C21 15.701 20.789 16.21 20.414 16.585L16 21H8.828C8.298 21 7.789 20.789 7.414 20.414Z%27 fill=%27%23DA1E28%27 stroke=%27%23DA1E28%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M11.9959 14.9857C11.5132 14.9857 11.1215 15.3774 11.125 15.86C11.125 16.3427 11.5167 16.7344 11.9994 16.7344C12.482 16.7344 12.8737 16.3427 12.8737 15.86C12.8737 15.3774 12.482 14.9857 11.9959 14.9857Z%27 fill=%27white%27/%3E%3Cpath d=%27M12 12.5V7.5%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_886_29163%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper > label.error {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #DA1E28;
  font-size: 12px;
  line-height: 16px;
  line-height: 130%;
  font-weight: 500;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--filled:hover .mdc-text-field__ripple::before, .form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: 0;
  background-color: transparent !important;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field--filled.mdc-ripple-upgraded .mdc-text-field__ripple::before {
  opacity: 0;
  background-color: transparent !important;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper.textarea {
  flex-direction: column-reverse;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field + .mdc-text-field-helper-line {
  position: absolute;
  right: 0;
  top: -22px;
}
.form-builder-widget .mcl-form-builder .mcl-form {
  /* End input */
  /* Select */
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select--focused .mdc-select__menu ul {
  padding: 0;
  border-radius: 10px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  background-color: #FFFFFF !important;
  padding: 0 0 0 16px;
  height: 56px;
  cursor: pointer;
  margin-bottom: 16px;
  transition: all 0.2s ease-in-out;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select--focused .mdc-notched-outline__trailing, .form-builder-widget .mcl-form-builder .mcl-form .mdc-select--focused .mdc-notched-outline__leading, .form-builder-widget .mcl-form-builder .mcl-form .mdc-select--focused .mdc-notched-outline__notch {
  border-width: 1px !important;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select--outlined .mdc-floating-label {
  display: flex;
  column-gap: 5px;
  align-items: center;
  color: #9DA8A7;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  line-height: 130%;
  overflow: visible;
  background-color: #FFFFFF;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select--outlined .mdc-notched-outline__trailing, .form-builder-widget .mcl-form-builder .mcl-form .mdc-select--outlined .mdc-notched-outline__leading, .form-builder-widget .mcl-form-builder .mcl-form .mdc-select--outlined .mdc-notched-outline__notch {
  border-color: #9DA8A7;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select--outlined.mdc-select--invalid .mdc-notched-outline__trailing, .form-builder-widget .mcl-form-builder .mcl-form .mdc-select--outlined.mdc-select--invalid .mdc-notched-outline__leading, .form-builder-widget .mcl-form-builder .mcl-form .mdc-select--outlined.mdc-select--invalid .mdc-notched-outline__notch {
  border-color: #DA1E28 !important;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
  fill: #4B9C96;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select--outlined .mdc-select__anchor::before {
  height: 35px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select__selected-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select__anchor:hover .mdc-select__ripple::before, .form-builder-widget .mcl-form-builder .mcl-form .mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple::before {
  background-color: transparent !important;
  opacity: 0 !important;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-list-item {
  padding: 8px 16px;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #1E2929;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-list-item.mdc-list-item--selected {
  font-weight: 700;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-list-item .mdc-list-item__text {
  display: flex;
  column-gap: 10px;
  align-items: center;
  text-align: left;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-list-item .mdc-list-item__text .mcl-icon {
  height: 22px;
}
.form-builder-widget .mcl-form-builder .mcl-form :not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before, .form-builder-widget .mcl-form-builder .mcl-form :not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after, .form-builder-widget .mcl-form-builder .mcl-form .mdc-select__anchor .mdc-select__ripple::before, .form-builder-widget .mcl-form-builder .mcl-form .mdc-select__anchor .mdc-select__ripple::after {
  background-color: #4B9C96 !important;
  opacity: 0;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select__ripple {
  display: none !important;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
  fill: rgba(0, 0, 0, 0.54) !important;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select__dropdown-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2725%27 height=%2724%27 viewBox=%270 0 25 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27arrow.2 2%27 clip-path=%27url%28%23clip0_2421_1460%29%27%3E%3Cpath id=%27Vector%27 d=%27M8.375 10L12.375 14L16.375 10%27 stroke=%27%23525959%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2421_1460%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27 transform=%27translate%280.375%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  transition: all 0.2s ease-in-out;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 18px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-select:not(.mdc-select--disabled).mdc-select--activated .mdc-select__dropdown-icon {
  transform: scaleY(-1);
}
.form-builder-widget .mcl-form-builder .mcl-form {
  /* End select */
  /* Textarea */
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field.mdc-text-field--textarea {
  min-height: 100px;
  height: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field.mdc-text-field--textarea .mdc-text-field__input {
  position: relative;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-text-field-wrapper .mdc-text-field.mdc-text-field--textarea .mdc-floating-label--float-above {
  transform: translateY(-25px) scale(0.75);
  color: #9DA8A7;
  font-size: 14px;
  line-height: 18px;
  line-height: 130%;
  background-color: #FFFFFF;
  z-index: 1;
  padding: 0 5px;
  overflow: visible;
}
.form-builder-widget .mcl-form-builder .mcl-form {
  /* End textarea */
  /* Checkbox */
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-checkbox.mdc-checkbox--touch {
  display: flex;
  align-items: center;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
  margin: 0 0 0 -11px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-touch-target-wrapper .mcl-flex {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-checkbox-label {
  font-family: NunitoSans, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: normal;
  color: #4B9C96;
  padding-bottom: 10px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-checkbox-field-label {
  max-width: 426px;
  color: #525959;
  font-size: 14px;
  line-height: 18px;
  line-height: 130%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-checkbox-field-label a {
  text-decoration: underline;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-checkbox-field-label.required {
  position: relative;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-checkbox-field-label.required > *:after {
  content: "*";
  position: absolute;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-checkbox__background {
  width: 18px;
  height: 18px;
  border-color: #1E2929 !important;
  border: 1px solid #525959;
  border-radius: 4px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-checkbox__background .mdc-checkbox__checkmark {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 2px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, .form-builder-widget .mcl-form-builder .mcl-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, .form-builder-widget .mcl-form-builder .mcl-form .mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
  background-color: #1E2929;
}
.form-builder-widget .mcl-form-builder .mcl-form {
  /* End checkbox */
  /* File upload */
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .mcl-file-label {
  font-size: 14px;
  line-height: 1.43;
  color: #4B9C96;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field {
  position: relative;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 30px;
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field {
    width: 295px;
  }
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field {
  min-height: 124px;
  height: 100%;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field {
    margin-bottom: 28px;
  }
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-area {
  height: 100%;
  width: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field .browse {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-area {
  background-color: #FFFFFF;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-area .mcl-button {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 7;
  cursor: pointer;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field .drop-area {
  display: block;
  border-radius: 10px;
  border: dashed 1px #1E2929;
  position: relative;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field,
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-area,
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field .browse {
  transition: all 0.3s;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field.loaded .drop-area {
  background-color: #FFFFFF;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field .browse {
  opacity: 0;
  transform: translateY(100%);
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field.loaded .browse {
  opacity: 1;
  transform: translateY(0);
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field.loaded .browse.hasitems {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field.hover .drop-area {
  background-color: #1E2929;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field .drop-area input[type=file] {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  z-index: 3;
  top: 0;
  left: 0;
  opacity: 0.000001;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field .file-list {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 40px;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 16px;
  padding-top: 16px;
  color: #1E2929;
  font-family: NunitoSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field.loaded .file-list {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 40px;
  bottom: auto;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  display: block;
  padding-left: 16px;
  padding-top: 15px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field .file-list p {
  text-align: center !important;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field .file-list strong {
  font-weight: 900;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field .remove {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 4;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(-100%);
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d=%27M0 0L24 0 24 24 0 24z%27 transform=%27translate%28-670 -824%29 translate%280 100%29 translate%28415 708%29 translate%2816 16%29 translate%28239%29%27/%3E%3Cpath fill=%27%23747474%27 d=%27M14.59 8L12 10.59 9.41 8 8 9.41 10.59 12 8 14.59 9.41 16 12 13.41 14.59 16 16 14.59 13.41 12 16 9.41 14.59 8zM12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z%27 transform=%27translate%28-670 -824%29 translate%280 100%29 translate%28415 708%29 translate%2816 16%29 translate%28239%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field.loaded .remove {
  opacity: 1;
  transform: translateY(0);
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field ul li {
  text-align: left;
  list-style: none;
  font-family: NunitoSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #4B9C96;
  padding: 4px 0;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field ul li:not(.no-items) {
  padding-left: 30px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-file-uploader .drop-field ul li:not(.no-items):after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d=%27M0 0L24 0 24 24 0 24z%27 transform=%27translate%28-431 -824%29 translate%280 100%29 translate%28415 708%29 translate%2816 16%29%27/%3E%3Cpath fill=%27%23000B28%27 fill-rule=%27nonzero%27 d=%27M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z%27 transform=%27translate%28-431 -824%29 translate%280 100%29 translate%28415 708%29 translate%2816 16%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}
.form-builder-widget .mcl-form-builder .mcl-form {
  /* End File upload */
  /* Radio button */
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-radio-toolbar {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form .mcl-radio-toolbar {
    flex-direction: row;
  }
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-radio-toolbar input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-radio-toolbar label {
  display: flex;
  align-items: center;
  padding: 16px;
  color: #1E2929;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  border-radius: 6px;
  border: 1px solid #9DA8A7;
  width: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-radio-toolbar label span {
  width: 24px;
  color: #4B9C96;
  margin-right: 16px;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-radio-toolbar label:hover {
  cursor: pointer;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-radio-toolbar input[type=radio]:focus + label {
  background-color: #1E2929;
  color: #FFFFFF;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-radio-toolbar input[type=radio]:checked + label {
  background-color: #4B9C96;
  color: #FFFFFF;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-radio-toolbar input[type=radio]:checked + label span {
  color: #FFFFFF;
}
.form-builder-widget .mcl-form-builder .mcl-form {
  /* End Radio button */
  /* Width */
}
.form-builder-widget .mcl-form-builder .mcl-form .width-20 {
  flex-basis: 100%;
  flex-grow: 0;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form .width-20 {
    flex-basis: calc(20% - 20px);
    flex-grow: 1;
    max-width: calc(20% - 10px);
  }
}
.form-builder-widget .mcl-form-builder .mcl-form .width-25 {
  flex-basis: 100%;
  flex-grow: 0;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form .width-25 {
    flex-basis: calc(25% - 20px);
    flex-grow: 1;
    max-width: calc(25% - 10px);
  }
}
.form-builder-widget .mcl-form-builder .mcl-form .width-30 {
  flex-basis: 100%;
  flex-grow: 0;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form .width-30 {
    flex-basis: calc(30% - 20px);
    flex-grow: 1;
    max-width: calc(30% - 10px);
  }
}
.form-builder-widget .mcl-form-builder .mcl-form .width-50 {
  flex-basis: 100%;
  flex-grow: 0;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form .width-50 {
    flex-basis: calc(50% - 10px);
    flex-grow: 1;
    max-width: calc(50% - 10px);
  }
}
.form-builder-widget .mcl-form-builder .mcl-form .width-100 {
  flex-basis: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form .g-recaptcha {
  margin-bottom: 36px;
  width: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-button-wrapper {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .form-builder-widget .mcl-form-builder .mcl-form .mcl-button-wrapper {
    margin-top: 32px;
  }
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-form-element-label {
  padding-bottom: 4px;
  display: block;
  width: 100%;
  color: #1E2929;
  font-size: 14px;
  line-height: 18px;
  line-height: 130%;
}
.form-builder-widget .mcl-form-builder .mcl-form .mcl-form-element-label span {
  color: #1E2929;
}
.mcl-news-filters {
  margin-bottom: 33px;
}
.mcl-news-filters .mcl-form {
  padding: 0;
}
.mcl-news-filters .mcl-form .mcl-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-pills {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .mcl-news-filters .mcl-form .mcl-wrapper .mcl-pills {
    overflow: visible;
  }
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order {
  gap: 8px;
  align-items: center;
  display: none;
}
@media (min-width: 1024px) {
  .mcl-news-filters .mcl-form .mcl-wrapper .mcl-order {
    display: flex;
  }
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mcl-text {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  line-height: 130%;
  min-width: 100px;
  text-align: right;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select__anchor:hover .mdc-notched-outline {
  background-color: #245557 !important;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select__anchor:hover .mdc-select__selected-text {
  color: #FFFFFF;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select__anchor:hover .mdc-select__dropdown-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27arrow.2 2%27 clip-path=%27url%28%23clip0_661_25180%29%27%3E%3Cpath id=%27Vector%27 d=%27M8 10L12 14L16 10%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_661_25180%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined.mdc-select--no-label .mdc-menu-surface, .mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-menu-surface--is-open-below {
  top: 48px !important;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  margin-bottom: 0;
  width: 170px;
  height: 40px;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor[aria-expanded=true] .mdc-notched-outline {
  background-color: #245557 !important;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor[aria-expanded=true] .mdc-select__selected-text {
  color: #FFFFFF;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor[aria-expanded=true] .mdc-select__dropdown-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27arrow.2 2%27 clip-path=%27url%28%23clip0_661_25180%29%27%3E%3Cpath id=%27Vector%27 d=%27M8 10L12 14L16 10%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_661_25180%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-notched-outline__trailing, .mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-notched-outline__leading, .mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-notched-outline__notch {
  border: none !important;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-notched-outline {
  border: 1px solid #245557;
  border-radius: 50px;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-notched-outline__notch {
  padding: 0 !important;
}
.mcl-news-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select__selected-text {
  color: #245557;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  line-height: 130%;
}

.mcl-services-filters {
  margin-bottom: 32px;
}
.mcl-services-filters .mcl-form {
  padding: 0;
}
.mcl-services-filters .mcl-form .mcl-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order {
  gap: 16px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-services-filters .mcl-form .mcl-wrapper .mcl-order {
    flex-wrap: nowrap;
    width: auto;
  }
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mcl-text {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select__anchor:hover .mdc-notched-outline {
  background-color: #E2EEEB !important;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined.mdc-select--no-label .mdc-menu-surface, .mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-menu-surface--is-open-below {
  top: 48px !important;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  margin-bottom: 0;
  width: 100%;
  height: 40px;
  background-color: transparent !important;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor[aria-expanded=true] .mdc-notched-outline {
  background-color: #245557 !important;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor[aria-expanded=true] .mdc-select__selected-text {
  color: #FFFFFF;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor[aria-expanded=true] .mdc-select__dropdown-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27arrow.2 2%27 clip-path=%27url%28%23clip0_661_25180%29%27%3E%3Cpath id=%27Vector%27 d=%27M8 10L12 14L16 10%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_661_25180%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-notched-outline__trailing, .mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-notched-outline__leading, .mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-notched-outline__notch {
  border: none !important;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-notched-outline {
  border: 1px solid #245557;
  border-radius: 50px;
  background-color: #FFFFFF;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-notched-outline__notch {
  padding: 0 !important;
}
.mcl-services-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select__selected-text {
  color: #245557;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  line-height: 130%;
}

.mcl-projects-filters {
  margin-bottom: 32px;
}
.mcl-projects-filters .mcl-form {
  padding: 0;
}
.mcl-projects-filters .mcl-form .mcl-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order {
  gap: 16px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order {
    flex-wrap: nowrap;
    width: auto;
  }
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mcl-text {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select__anchor:hover .mdc-notched-outline {
  background-color: #E2EEEB !important;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined.mdc-select--no-label .mdc-menu-surface, .mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-menu-surface--is-open-below {
  top: 48px !important;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
  margin-bottom: 0;
  width: 100%;
  height: 40px;
  background-color: transparent !important;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor[aria-expanded=true] .mdc-notched-outline {
  background-color: #245557 !important;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor[aria-expanded=true] .mdc-select__selected-text {
  color: #FFFFFF;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor[aria-expanded=true] .mdc-select__dropdown-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27arrow.2 2%27 clip-path=%27url%28%23clip0_661_25180%29%27%3E%3Cpath id=%27Vector%27 d=%27M8 10L12 14L16 10%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_661_25180%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-notched-outline__trailing, .mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-notched-outline__leading, .mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select--outlined .mdc-notched-outline__notch {
  border: none !important;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-notched-outline {
  border: 1px solid #245557;
  border-radius: 50px;
  background-color: #FFFFFF;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-notched-outline__notch {
  padding: 0 !important;
}
.mcl-projects-filters .mcl-form .mcl-wrapper .mcl-order .mdc-select__selected-text {
  color: #245557;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  line-height: 130%;
}

.mcl-tab-anchor #tabs {
  width: 100%;
  overflow-y: hidden;
  display: flex;
  overflow-x: auto;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mcl-tab-anchor #tabs {
    max-width: 83.33%;
    margin: auto;
    height: 56px;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.mcl-tab-anchor #tabs li {
  float: left;
  list-style: none;
  border-radius: 8px;
  background: #E2EEEB;
  display: flex;
  flex-shrink: 0;
  transition: all 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
@media (min-width: 1024px) {
  .mcl-tab-anchor #tabs li {
    border-radius: 8px 8px 0 0;
    width: 33%;
    border-bottom: 2px solid #4B9C96;
  }
}
.mcl-tab-anchor #tabs li.inactive {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .mcl-tab-anchor #tabs li.inactive {
    border-bottom: 1px solid #9DA8A7;
  }
}
.mcl-tab-anchor #tabs li.inactive {
  font-weight: 500;
}
.mcl-tab-anchor #tabs li:hover {
  background-color: #E2EEEB;
}
.mcl-tab-anchor #tabs li a {
  color: #1E2929;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
}
.mcl-tab-anchor #tabs li a .mcl-icon {
  width: 24px;
  height: 24px;
  color: #1E2929;
}

.mcl-hero {
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding-top: 54px;
  padding-bottom: 64px;
  position: relative;
}
@media (min-width: 1024px) {
  .mcl-hero {
    padding-top: 32px;
  }
}
.mcl-hero .mcl-video {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mcl-hero {
  background-color: #245557;
  background-repeat: no-repeat;
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='550' height='480' viewBox='0 0 550 480' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1771_70136)'%3E%3Crect width='550' height='480' fill='url(%23paint0_linear_1771_70136)'/%3E%3Cg style='mix-blend-mode:soft-light' opacity='0.6'%3E%3Cpath d='M18.3081 -24.9846L12.5273 7.03676C12.496 7.22475 12.637 7.41271 12.8406 7.39705H16.4125C16.5692 7.39705 16.6945 7.28741 16.7258 7.13075L22.5536 -24.8906C22.5849 -25.0786 22.4439 -25.251 22.2403 -25.251H18.6214C18.4647 -25.251 18.3394 -25.1413 18.3081 -24.9846Z' fill='%239CCDC3'/%3E%3Cpath d='M13.4363 -16.1018L16.7105 7.03696C16.7418 7.22495 16.6008 7.39725 16.3972 7.39725H12.7783C12.6217 7.39725 12.4963 7.28758 12.465 7.14659L9.1908 -16.1331C9.30046 -16.3838 9.42578 -16.3838 9.62944 -16.3838H13.1073C13.264 -16.3838 13.405 -16.2585 13.4363 -16.1018Z' fill='white'/%3E%3Cpath d='M9.19028 -16.1331L3.45651 15.9196C3.42517 16.1076 3.56618 16.2799 3.76984 16.2799H7.26336C7.46701 16.2799 7.57668 16.1546 7.60801 15.9979L13.4358 -16.0235C13.4671 -16.2114 13.3261 -16.3838 13.1225 -16.3838H9.5036C9.34694 -16.3838 9.22162 -16.2898 9.19028 -16.1331Z' fill='%239CCDC3'/%3E%3Cpath d='M4.22385 -7.2356L7.60771 15.9031C7.63904 16.0911 7.49805 16.2791 7.29439 16.2791H3.67553C3.51887 16.2791 3.39354 16.1695 3.36221 16.0285L0.0880127 -7.26692C0.197675 -7.51757 0.323001 -7.51758 0.52666 -7.51758H3.89486C4.05152 -7.51758 4.19251 -7.39226 4.22385 -7.2356Z' fill='white'/%3E%3Cpath d='M-0.0368899 -7.25128L-5.81766 24.7701C-5.84899 24.9581 -5.70799 25.1461 -5.50433 25.1304H-1.93248C-1.77582 25.1304 -1.6505 25.0208 -1.61916 24.8641L4.20861 -7.15729C4.23994 -7.34528 4.09895 -7.51758 3.89529 -7.51758H0.276426C0.119766 -7.51758 -0.00555785 -7.40794 -0.0368899 -7.25128Z' fill='%239CCDC3'/%3E%3Cpath d='M49.2168 -25.5804L43.483 6.47231C43.4517 6.6603 43.5927 6.83265 43.7963 6.83265H47.2898C47.4935 6.83265 47.6032 6.70728 47.6345 6.55062L53.4623 -25.4707C53.4936 -25.6587 53.3526 -25.8311 53.1489 -25.8311H49.5301C49.3734 -25.8311 49.2481 -25.7371 49.2168 -25.5804Z' fill='%239CCDC3'/%3E%3Cpath d='M44.235 -16.6975L47.6188 6.44126C47.6502 6.62925 47.5092 6.81723 47.3055 6.81723H43.6867C43.53 6.81723 43.4047 6.70756 43.3733 6.56657L40.0991 -16.7288C40.2088 -16.9795 40.3341 -16.9795 40.5378 -16.9795H43.906C44.0626 -16.9795 44.2036 -16.8542 44.235 -16.6975Z' fill='white'/%3E%3Cpath d='M40.0064 -16.7131L34.2257 15.3082C34.1943 15.4962 34.3353 15.6842 34.539 15.6685H38.1109C38.2675 15.6685 38.3929 15.5589 38.4242 15.4022L44.252 -16.6192C44.2833 -16.8071 44.1423 -16.9795 43.9386 -16.9795H40.3198C40.1631 -16.9795 40.0378 -16.8698 40.0064 -16.7131Z' fill='%239CCDC3'/%3E%3Cpath d='M35.1332 -7.83033L38.4074 15.3084C38.4387 15.4964 38.2977 15.6687 38.0941 15.6687H34.4752C34.3185 15.6687 34.1932 15.5591 34.1619 15.4181L30.8877 -7.86164C30.9974 -8.1123 31.1227 -8.1123 31.3263 -8.1123H34.8042C34.9609 -8.1123 35.1018 -7.98699 35.1332 -7.83033Z' fill='white'/%3E%3Cpath d='M30.8888 -7.86164L25.155 24.1911C25.1237 24.3791 25.2647 24.5514 25.4683 24.5514H28.9618C29.1655 24.5514 29.2752 24.4261 29.3065 24.2694L35.1343 -7.75197C35.1656 -7.93996 35.0246 -8.1123 34.8209 -8.1123H31.2021C31.0454 -8.1123 30.9201 -8.0183 30.8888 -7.86164Z' fill='%239CCDC3'/%3E%3Cpath d='M25.9222 1.03686L29.3061 24.1756C29.3374 24.3636 29.1964 24.5516 28.9928 24.5516H25.3739C25.2172 24.5516 25.0919 24.4419 25.0606 24.3009L21.7864 1.00555C21.896 0.754889 22.0214 0.754883 22.225 0.754883H25.5932C25.7499 0.754883 25.8909 0.8802 25.9222 1.03686Z' fill='white'/%3E%3Cpath d='M21.6769 0.926452L15.8961 32.9478C15.8648 33.1358 16.0057 33.3238 16.2094 33.3082H19.7813C19.9379 33.3082 20.0632 33.1985 20.0946 33.0418L25.9224 1.02044C25.9537 0.832452 25.8127 0.660156 25.609 0.660156H21.9902C21.8335 0.660156 21.7082 0.769792 21.6769 0.926452Z' fill='%239CCDC3'/%3E%3Cpath d='M16.8036 9.80932L20.0778 32.948C20.1091 33.136 19.9681 33.3084 19.7645 33.3084H16.1456C15.989 33.3084 15.8636 33.1987 15.8323 33.0577L12.5581 9.77801C12.6678 9.52735 12.7931 9.52734 12.9968 9.52734H16.4746C16.6313 9.52734 16.7723 9.65266 16.8036 9.80932Z' fill='white'/%3E%3Cpath d='M12.5592 9.79363L6.8254 41.8464C6.79407 42.0344 6.93507 42.2067 7.13873 42.2067H10.6323C10.8359 42.2067 10.9456 42.0814 10.9769 41.9247L16.8047 9.9033C16.836 9.71531 16.695 9.54297 16.4913 9.54297H12.8725C12.7158 9.54297 12.5905 9.63697 12.5592 9.79363Z' fill='%239CCDC3'/%3E%3Cpath d='M7.59262 18.6765L10.9765 41.8152C11.0078 42.0032 10.8668 42.1912 10.6632 42.1912H7.04431C6.88765 42.1912 6.76233 42.0816 6.731 41.9406L3.45679 18.6451C3.56645 18.3945 3.69179 18.3945 3.89545 18.3945H7.26364C7.4203 18.3945 7.56129 18.5198 7.59262 18.6765Z' fill='white'/%3E%3Cpath d='M3.33201 18.6608L-2.44877 50.6822C-2.4801 50.8702 -2.33911 51.0582 -2.13545 51.0426H1.43642C1.59308 51.0426 1.7184 50.9329 1.74973 50.7762L7.5775 18.7548C7.60883 18.5668 7.46783 18.3945 7.26417 18.3945H3.64532C3.48866 18.3945 3.36334 18.5042 3.33201 18.6608Z' fill='%239CCDC3'/%3E%3Cpath d='M-1.52452 27.5583L1.74969 50.6971C1.78102 50.8851 1.64003 51.0574 1.43637 51.0574H-2.18249C-2.33916 51.0574 -2.46448 50.9477 -2.49581 50.8067L-5.77002 27.527C-5.66036 27.2764 -5.53503 27.2764 -5.33137 27.2764H-1.85351C-1.69685 27.2764 -1.55586 27.4017 -1.52452 27.5583Z' fill='white'/%3E%3Cpath d='M79.782 -24.4368L74.0012 7.58456C73.9699 7.77255 74.1108 7.96056 74.3145 7.9449H77.8864C78.043 7.9449 78.1684 7.83521 78.1997 7.67855L84.0275 -24.3428C84.0588 -24.5308 83.9178 -24.7031 83.7141 -24.7031H80.0953C79.9386 -24.7031 79.8133 -24.5935 79.782 -24.4368Z' fill='%239CCDC3'/%3E%3Cpath d='M74.9102 -15.554L78.1844 7.58477C78.2157 7.77276 78.0747 7.9451 77.871 7.9451H74.2522C74.0955 7.9451 73.9702 7.83543 73.9389 7.69444L70.6647 -15.5853C70.7743 -15.8359 70.8997 -15.8359 71.1033 -15.8359H74.5812C74.7378 -15.8359 74.8788 -15.7106 74.9102 -15.554Z' fill='white'/%3E%3Cpath d='M70.6643 -15.5697L64.9305 16.4831C64.8992 16.6711 65.0402 16.8434 65.2438 16.8434H68.7373C68.941 16.8434 69.0507 16.7181 69.082 16.5614L74.9098 -15.46C74.9411 -15.648 74.8001 -15.8203 74.5965 -15.8203H70.9776C70.8209 -15.8203 70.6956 -15.7263 70.6643 -15.5697Z' fill='%239CCDC3'/%3E%3Cpath d='M65.6825 -6.68677L69.0663 16.452C69.0977 16.6399 68.9567 16.828 68.753 16.828H65.1342C64.9775 16.828 64.8522 16.7183 64.8208 16.5773L61.5466 -6.71809C61.6563 -6.96874 61.7816 -6.96875 61.9853 -6.96875H65.3535C65.5102 -6.96875 65.6511 -6.84343 65.6825 -6.68677Z' fill='white'/%3E%3Cpath d='M61.4524 -6.79718L55.6716 25.2242C55.6403 25.4122 55.7813 25.6002 55.9849 25.5845H59.5568C59.7134 25.5845 59.8388 25.4749 59.8701 25.3182L65.6979 -6.70319C65.7292 -6.89118 65.5882 -7.06348 65.3845 -7.06348H61.7657C61.609 -7.06348 61.4837 -6.95384 61.4524 -6.79718Z' fill='%239CCDC3'/%3E%3Cpath d='M56.5806 2.10131L59.8548 25.2401C59.8861 25.4281 59.7451 25.6004 59.5415 25.6004H55.9226C55.766 25.6004 55.6406 25.4907 55.6093 25.3497L52.3351 2.07C52.4447 1.81934 52.5701 1.81934 52.7737 1.81934H56.2516C56.4083 1.81934 56.5493 1.94465 56.5806 2.10131Z' fill='white'/%3E%3Cpath d='M52.3347 2.07L46.6009 34.1227C46.5696 34.3107 46.7106 34.483 46.9142 34.483H50.4078C50.6114 34.483 50.7211 34.3577 50.7524 34.2011L56.5802 2.17967C56.6115 1.99168 56.4705 1.81934 56.2669 1.81934H52.648C52.4913 1.81934 52.366 1.91334 52.3347 2.07Z' fill='%239CCDC3'/%3E%3Cpath d='M47.3529 10.9529L50.7367 34.0916C50.7681 34.2796 50.6271 34.4676 50.4234 34.4676H46.8046C46.6479 34.4676 46.5226 34.358 46.4912 34.217L43.217 10.9216C43.3267 10.6709 43.452 10.6709 43.6557 10.6709H47.0239C47.1805 10.6709 47.3215 10.7963 47.3529 10.9529Z' fill='white'/%3E%3Cpath d='M43.1228 10.9372L37.342 42.9586C37.3107 43.1466 37.4517 43.3346 37.6553 43.3189H41.2272C41.3838 43.3189 41.5092 43.2093 41.5405 43.0526L47.3683 11.0312C47.3996 10.8432 47.2586 10.6709 47.0549 10.6709H43.4361C43.2794 10.6709 43.1541 10.7806 43.1228 10.9372Z' fill='%239CCDC3'/%3E%3Cpath d='M38.2511 19.8201L41.5253 42.9588C41.5567 43.1468 41.4157 43.3191 41.212 43.3191H37.5932C37.4365 43.3191 37.3111 43.2095 37.2798 43.0685L34.0056 19.7887C34.1153 19.5381 34.2406 19.5381 34.4443 19.5381H37.9221C38.0788 19.5381 38.2198 19.6634 38.2511 19.8201Z' fill='white'/%3E%3Cpath d='M34.0051 19.8044L28.2713 51.8571C28.24 52.0451 28.381 52.2174 28.5847 52.2174H32.0782C32.2818 52.2174 32.3915 52.092 32.4228 51.9354L38.2506 19.914C38.2819 19.7261 38.141 19.5537 37.9373 19.5537H34.3184C34.1618 19.5537 34.0364 19.6477 34.0051 19.8044Z' fill='%239CCDC3'/%3E%3Cpath d='M29.0401 28.6873L32.424 51.826C32.4553 52.014 32.3143 52.202 32.1107 52.202H28.4918C28.3351 52.202 28.2098 52.0923 28.1785 51.9513L24.9043 28.6559C25.014 28.4053 25.1393 28.4053 25.3429 28.4053H28.7112C28.8678 28.4053 29.0088 28.5306 29.0401 28.6873Z' fill='white'/%3E%3Cpath d='M24.7948 28.5769L19.014 60.5982C18.9827 60.7862 19.1237 60.9742 19.3273 60.9586H22.8992C23.0558 60.9586 23.1812 60.8489 23.2125 60.6923L29.0403 28.6709C29.0716 28.4829 28.9306 28.3105 28.727 28.3105H25.1081C24.9514 28.3105 24.8261 28.4202 24.7948 28.5769Z' fill='%239CCDC3'/%3E%3Cpath d='M19.9215 37.4753L23.1957 60.6141C23.2271 60.8021 23.0861 60.9744 22.8824 60.9744H19.2636C19.1069 60.9744 18.9816 60.8647 18.9502 60.7237L15.676 37.444C15.7857 37.1933 15.911 37.1934 16.1147 37.1934H19.5925C19.7492 37.1934 19.8902 37.3187 19.9215 37.4753Z' fill='white'/%3E%3Cpath d='M15.6924 37.444L9.95858 69.4967C9.92725 69.6847 10.0683 69.857 10.2719 69.857H13.7654C13.9691 69.857 14.0788 69.7317 14.1101 69.575L19.9379 37.5536C19.9692 37.3657 19.8282 37.1934 19.6245 37.1934H16.0057C15.849 37.1934 15.7237 37.2873 15.6924 37.444Z' fill='%239CCDC3'/%3E%3Cpath d='M10.7105 46.3269L14.0944 69.4656C14.1257 69.6536 13.9847 69.8416 13.7811 69.8416H10.1622C10.0056 69.8416 9.88024 69.732 9.8489 69.591L6.57471 46.2956C6.68437 46.0449 6.8097 46.0449 7.01335 46.0449H10.3816C10.5382 46.0449 10.6792 46.1702 10.7105 46.3269Z' fill='white'/%3E%3Cpath d='M6.44834 46.3269L0.667567 78.3483C0.636234 78.5363 0.777236 78.7243 0.980895 78.7086H4.55275C4.70941 78.7086 4.83473 78.5989 4.86607 78.4423L10.6938 46.4209C10.7252 46.2329 10.5842 46.0605 10.3805 46.0605H6.76166C6.605 46.0605 6.47967 46.1702 6.44834 46.3269Z' fill='%239CCDC3'/%3E%3Cpath d='M1.59193 55.2098L4.86613 78.3485C4.89746 78.5365 4.75647 78.7088 4.55281 78.7088H0.933949C0.777288 78.7088 0.651965 78.5992 0.620632 78.4582L-2.65356 55.1784C-2.5439 54.9277 -2.41858 54.9277 -2.21492 54.9277H1.26295C1.41961 54.9277 1.5606 55.0531 1.59193 55.2098Z' fill='white'/%3E%3Cpath d='M-2.65249 55.1784L-8.38627 87.2311C-8.4176 87.4191 -8.27661 87.5914 -8.07295 87.5914H-4.57942C-4.37576 87.5914 -4.2661 87.4661 -4.23476 87.3095L1.59301 55.2881C1.62434 55.1001 1.46767 54.9277 1.27968 54.9277H-2.33917C-2.49583 54.9277 -2.62116 55.0217 -2.65249 55.1784Z' fill='%239CCDC3'/%3E%3Cpath d='M110.706 -25.0159L104.972 7.03681C104.941 7.22481 105.082 7.3971 105.285 7.3971H108.779C108.983 7.3971 109.092 7.27178 109.124 7.11512L114.951 -24.9063C114.983 -25.0943 114.842 -25.2666 114.638 -25.2666H111.019C110.863 -25.2666 110.737 -25.1726 110.706 -25.0159Z' fill='%239CCDC3'/%3E%3Cpath d='M105.741 -16.1331L109.125 7.00566C109.156 7.19366 109.015 7.38168 108.811 7.38168H105.193C105.036 7.38168 104.911 7.27201 104.879 7.13102L101.605 -16.1644C101.715 -16.4151 101.84 -16.415 102.044 -16.415H105.412C105.569 -16.415 105.71 -16.2897 105.741 -16.1331Z' fill='white'/%3E%3Cpath d='M101.496 -16.2435L95.7148 15.7779C95.6835 15.9659 95.8245 16.1539 96.0281 16.1383H99.6C99.7567 16.1383 99.882 16.0286 99.9133 15.8719L105.741 -16.1495C105.772 -16.3375 105.631 -16.5098 105.428 -16.5098H101.809C101.652 -16.5098 101.527 -16.4001 101.496 -16.2435Z' fill='%239CCDC3'/%3E%3Cpath d='M96.6223 -7.34498L99.8965 15.7938C99.9278 15.9818 99.7869 16.1541 99.5832 16.1541H95.9643C95.8077 16.1541 95.6824 16.0444 95.651 15.9034L92.3768 -7.37629C92.4865 -7.62695 92.6118 -7.62695 92.8155 -7.62695H96.2933C96.45 -7.62695 96.591 -7.50164 96.6223 -7.34498Z' fill='white'/%3E%3Cpath d='M92.3932 -7.37629L86.6594 24.6764C86.6281 24.8644 86.769 25.0368 86.9727 25.0368H90.4662C90.6699 25.0368 90.7796 24.9114 90.8109 24.7548L96.6386 -7.26662C96.67 -7.45461 96.529 -7.62695 96.3253 -7.62695H92.7065C92.5498 -7.62695 92.4245 -7.53295 92.3932 -7.37629Z' fill='%239CCDC3'/%3E%3Cpath d='M87.4115 1.50663L90.7953 24.6454C90.8267 24.8334 90.6857 25.0213 90.482 25.0213H86.8632C86.7065 25.0213 86.5812 24.9117 86.5499 24.7707L83.2756 1.47527C83.3853 1.22462 83.5106 1.22461 83.7143 1.22461H87.0825C87.2392 1.22461 87.3801 1.34997 87.4115 1.50663Z' fill='white'/%3E%3Cpath d='M83.1507 1.49095L77.37 33.5123C77.3386 33.7003 77.4796 33.8883 77.6833 33.8726H81.2551C81.4118 33.8726 81.5371 33.763 81.5684 33.6063L87.3962 1.58495C87.4275 1.39695 87.2866 1.22461 87.0829 1.22461H83.464C83.3074 1.22461 83.1821 1.33429 83.1507 1.49095Z' fill='%239CCDC3'/%3E%3Cpath d='M78.2927 10.3884L81.5669 33.5271C81.5983 33.7151 81.4573 33.8875 81.2536 33.8875H77.6348C77.4781 33.8875 77.3528 33.7778 77.3215 33.6368L74.0472 10.3571C74.1569 10.1065 74.2822 10.1064 74.4859 10.1064H77.9638C78.1204 10.1064 78.2614 10.2318 78.2927 10.3884Z' fill='white'/%3E%3Cpath d='M74.0483 10.3571L68.3145 42.4098C68.2832 42.5978 68.4242 42.7701 68.6279 42.7701H72.1214C72.325 42.7701 72.4347 42.6448 72.466 42.4881L78.2938 10.4667C78.3251 10.2787 78.1841 10.1064 77.9805 10.1064H74.3616C74.205 10.1064 74.0796 10.2004 74.0483 10.3571Z' fill='%239CCDC3'/%3E%3Cpath d='M69.0665 19.241L72.4504 42.3797C72.4817 42.5677 72.3407 42.7557 72.137 42.7557H68.5182C68.3615 42.7557 68.2362 42.646 68.2049 42.505L64.9307 19.2096C65.0403 18.959 65.1657 18.959 65.3693 18.959H68.7375C68.8942 18.959 69.0352 19.0843 69.0665 19.241Z' fill='white'/%3E%3Cpath d='M64.8211 19.1462L59.0404 51.1676C59.009 51.3556 59.1501 51.5436 59.3537 51.5279H62.9256C63.0822 51.5279 63.2075 51.4182 63.2389 51.2616L69.0666 19.2402C69.098 19.0522 68.957 18.8799 68.7533 18.8799H65.1345C64.9778 18.8799 64.8525 18.9895 64.8211 19.1462Z' fill='%239CCDC3'/%3E%3Cpath d='M59.9647 28.029L63.2389 51.1678C63.2703 51.3558 63.1293 51.5281 62.9256 51.5281H59.3068C59.1501 51.5281 59.0248 51.4184 58.9934 51.2774L55.7192 27.9977C55.8289 27.747 55.9542 27.7471 56.1579 27.7471H59.6357C59.7924 27.7471 59.9334 27.8724 59.9647 28.029Z' fill='white'/%3E%3Cpath d='M55.7187 27.9977L49.9849 60.0504C49.9536 60.2384 50.0946 60.4107 50.2983 60.4107H53.7918C53.9955 60.4107 54.1051 60.2854 54.1365 60.1288L59.9642 28.1074C59.9956 27.9194 59.8546 27.7471 59.6509 27.7471H56.032C55.8754 27.7471 55.7501 27.841 55.7187 27.9977Z' fill='%239CCDC3'/%3E%3Cpath d='M50.7369 36.8963L54.1208 60.035C54.1521 60.223 54.0111 60.411 53.8074 60.411H50.1886C50.0319 60.411 49.9066 60.3013 49.8753 60.1603L46.6011 36.8649C46.7107 36.6143 46.8361 36.6143 47.0397 36.6143H50.4079C50.5646 36.6143 50.7056 36.7396 50.7369 36.8963Z' fill='white'/%3E%3Cpath d='M46.5069 36.8649L40.7262 68.8863C40.6948 69.0743 40.8358 69.2623 41.0395 69.2467H44.6113C44.768 69.2467 44.8933 69.137 44.9246 68.9803L50.7524 36.9589C50.7837 36.7709 50.6428 36.5986 50.4391 36.5986H46.8202C46.6636 36.5986 46.5382 36.7083 46.5069 36.8649Z' fill='%239CCDC3'/%3E%3Cpath d='M41.6352 45.7625L44.9094 68.9012C44.9407 69.0892 44.7997 69.2616 44.596 69.2616H40.9772C40.8205 69.2616 40.6952 69.1519 40.6638 69.0109L37.3896 45.7311C37.4993 45.4805 37.6246 45.4805 37.8283 45.4805H41.3062C41.4628 45.4805 41.6038 45.6058 41.6352 45.7625Z' fill='white'/%3E%3Cpath d='M37.3893 45.7311L31.6555 77.7838C31.6241 77.9718 31.7651 78.1442 31.9688 78.1442H35.4623C35.666 78.1442 35.7757 78.0189 35.807 77.8622L41.6348 45.8408C41.6661 45.6528 41.5251 45.4805 41.3214 45.4805H37.7026C37.5459 45.4805 37.4206 45.5745 37.3893 45.7311Z' fill='%239CCDC3'/%3E%3Cpath d='M32.4073 54.6141L35.7912 77.7528C35.8225 77.9408 35.6815 78.1288 35.4779 78.1288H31.859C31.7024 78.1288 31.577 78.0191 31.5457 77.8781L28.2715 54.5827C28.3811 54.332 28.5065 54.332 28.7102 54.332H32.0783C32.235 54.332 32.376 54.4574 32.4073 54.6141Z' fill='white'/%3E%3Cpath d='M28.1773 54.5202L22.3966 86.5416C22.3652 86.7296 22.5062 86.9176 22.7099 86.9019H26.2817C26.4384 86.9019 26.5637 86.7923 26.5951 86.6356L32.4228 54.6142C32.4542 54.4262 32.3132 54.2539 32.1095 54.2539H28.4906C28.334 54.2539 28.2087 54.3636 28.1773 54.5202Z' fill='%239CCDC3'/%3E%3Cpath d='M23.3056 63.4031L26.5798 86.5418C26.6111 86.7298 26.4701 86.9021 26.2664 86.9021H22.6476C22.4909 86.9021 22.3656 86.7925 22.3343 86.6515L19.0601 63.3718C19.1697 63.1211 19.295 63.1211 19.4987 63.1211H22.9766C23.1332 63.1211 23.2742 63.2464 23.3056 63.4031Z' fill='white'/%3E%3Cpath d='M19.0597 63.3874L13.3259 95.4401C13.2946 95.6281 13.4355 95.8004 13.6392 95.8004H17.1327C17.3364 95.8004 17.4461 95.6751 17.4774 95.5184L23.3052 63.497C23.3365 63.309 23.1798 63.1367 22.9918 63.1367H19.373C19.2163 63.1367 19.091 63.2307 19.0597 63.3874Z' fill='%239CCDC3'/%3E%3Cpath d='M14.0779 72.2693L17.4617 95.408C17.4931 95.596 17.3521 95.784 17.1484 95.784H13.5295C13.3729 95.784 13.2476 95.6744 13.2162 95.5334L9.94202 72.238C10.0517 71.9873 10.177 71.9873 10.3807 71.9873H13.7489C13.9055 71.9873 14.0465 72.1126 14.0779 72.2693Z' fill='white'/%3E%3Cpath d='M9.83248 72.2536L4.05172 104.275C4.02039 104.463 4.16138 104.651 4.36504 104.635H7.93689C8.09355 104.635 8.21889 104.526 8.25022 104.369L14.078 72.3476C14.1093 72.1596 13.9683 71.9873 13.7647 71.9873H10.1458C9.98915 71.9873 9.86382 72.0969 9.83248 72.2536Z' fill='%239CCDC3'/%3E%3Cpath d='M4.96072 81.1365L8.23491 104.275C8.26625 104.463 8.12526 104.636 7.9216 104.636H4.30273C4.14607 104.636 4.02075 104.526 3.98942 104.385L0.71521 81.1052C0.824872 80.8545 0.950211 80.8545 1.15387 80.8545H4.63172C4.78838 80.8545 4.92939 80.9798 4.96072 81.1365Z' fill='white'/%3E%3Cpath d='M0.731532 81.1218L-5.00223 113.175C-5.03357 113.363 -4.89258 113.535 -4.68892 113.535H-1.19538C-0.991726 113.535 -0.882074 113.409 -0.850742 113.253L4.97703 81.2314C5.00836 81.0434 4.86737 80.8711 4.66371 80.8711H1.04486C0.888199 80.8711 0.762864 80.9651 0.731532 81.1218Z' fill='%239CCDC3'/%3E%3Cpath d='M141.412 -25.7835L135.631 6.23793C135.6 6.42592 135.741 6.61393 135.944 6.59827H139.516C139.673 6.59827 139.798 6.48858 139.83 6.33192L145.657 -25.6895C145.689 -25.8775 145.548 -26.0498 145.344 -26.0498H141.725C141.568 -26.0498 141.443 -25.9401 141.412 -25.7835Z' fill='%239CCDC3'/%3E%3Cpath d='M136.54 -16.9016L139.814 6.23716C139.846 6.42515 139.705 6.59749 139.501 6.59749H135.882C135.726 6.59749 135.6 6.48783 135.569 6.34683L132.295 -16.9329C132.404 -17.1836 132.53 -17.1836 132.733 -17.1836H136.211C136.368 -17.1836 136.509 -17.0582 136.54 -16.9016Z' fill='white'/%3E%3Cpath d='M132.309 -16.9163L126.576 15.1364C126.544 15.3244 126.685 15.4967 126.889 15.4967H130.383C130.586 15.4967 130.696 15.3714 130.727 15.2147L136.555 -16.8067C136.586 -16.9946 136.43 -17.167 136.242 -17.167H132.623C132.466 -17.167 132.341 -17.073 132.309 -16.9163Z' fill='%239CCDC3'/%3E%3Cpath d='M127.328 -8.03443L130.712 15.1043C130.743 15.2923 130.602 15.4803 130.398 15.4803H126.779C126.623 15.4803 126.497 15.3706 126.466 15.2297L123.192 -8.06574C123.302 -8.3164 123.427 -8.31641 123.631 -8.31641H126.999C127.155 -8.31641 127.296 -8.19109 127.328 -8.03443Z' fill='white'/%3E%3Cpath d='M123.082 -8.04915L117.301 23.9722C117.27 24.1602 117.411 24.3482 117.615 24.3325H121.187C121.343 24.3325 121.469 24.2229 121.5 24.0662L127.328 -7.95515C127.359 -8.14315 127.218 -8.33116 127.014 -8.31549H123.396C123.239 -8.31549 123.114 -8.20581 123.082 -8.04915Z' fill='%239CCDC3'/%3E%3Cpath d='M118.211 0.832759L121.485 23.9715C121.516 24.1595 121.375 24.3318 121.171 24.3318H117.553C117.396 24.3318 117.271 24.2222 117.239 24.0812L113.965 0.801444C114.075 0.550787 114.2 0.550781 114.404 0.550781H117.882C118.038 0.550781 118.179 0.676098 118.211 0.832759Z' fill='white'/%3E%3Cpath d='M113.981 0.801444L108.248 32.8541C108.216 33.0421 108.357 33.2145 108.561 33.2145H112.055C112.258 33.2145 112.368 33.0892 112.399 32.9325L118.227 0.911117C118.258 0.723125 118.102 0.550781 117.914 0.550781H114.295C114.138 0.550781 114.013 0.644783 113.981 0.801444Z' fill='%239CCDC3'/%3E%3Cpath d='M109 9.69995L112.383 32.8387C112.415 33.0267 112.274 33.2147 112.07 33.2147H108.451C108.295 33.2147 108.169 33.105 108.138 32.964L104.864 9.66863C104.973 9.41797 105.099 9.41797 105.302 9.41797H108.671C108.827 9.41797 108.968 9.54329 109 9.69995Z' fill='white'/%3E%3Cpath d='M104.753 9.58954L98.972 41.6109C98.9407 41.7989 99.0817 41.9869 99.2853 41.9713H102.857C103.014 41.9713 103.139 41.8616 103.171 41.7049L108.998 9.68353C109.03 9.49554 108.889 9.32324 108.685 9.32324H105.066C104.909 9.32324 104.784 9.43288 104.753 9.58954Z' fill='%239CCDC3'/%3E%3Cpath d='M99.881 18.4724L103.155 41.6111C103.187 41.7991 103.046 41.9715 102.842 41.9715H99.223C99.0664 41.9715 98.9411 41.8618 98.9097 41.7208L95.6355 18.4411C95.7452 18.1904 95.8705 18.1904 96.0742 18.1904H99.552C99.7087 18.1904 99.8497 18.3157 99.881 18.4724Z' fill='white'/%3E%3Cpath d='M95.652 18.4577L89.9182 50.5104C89.8868 50.6984 90.0278 50.8707 90.2315 50.8707H93.725C93.9287 50.8707 94.0383 50.7454 94.0697 50.5888L99.8974 18.5674C99.9288 18.3794 99.7878 18.207 99.5841 18.207H95.9653C95.8086 18.207 95.6833 18.301 95.652 18.4577Z' fill='%239CCDC3'/%3E%3Cpath d='M90.67 27.3396L94.0539 50.4783C94.0852 50.6663 93.9442 50.8543 93.7406 50.8543H90.1217C89.9651 50.8543 89.8397 50.7447 89.8084 50.6037L86.5342 27.3082C86.6438 27.0576 86.7692 27.0576 86.9728 27.0576H90.341C90.4977 27.0576 90.6387 27.1829 90.67 27.3396Z' fill='white'/%3E%3Cpath d='M86.4247 27.3239L80.6439 59.3453C80.6126 59.5333 80.7535 59.7213 80.9572 59.7056H84.5291C84.6857 59.7056 84.811 59.596 84.8424 59.4393L90.6701 27.4179C90.7015 27.2299 90.5605 27.0576 90.3568 27.0576H86.738C86.5813 27.0576 86.456 27.1673 86.4247 27.3239Z' fill='%239CCDC3'/%3E%3Cpath d='M81.5514 36.2068L84.8256 59.3456C84.8569 59.5335 84.716 59.7059 84.5123 59.7059H80.8934C80.7368 59.7059 80.6114 59.5962 80.5801 59.4552L77.3059 36.1755C77.4156 35.9248 77.5409 35.9248 77.7446 35.9248H81.2224C81.3791 35.9248 81.5201 36.0502 81.5514 36.2068Z' fill='white'/%3E%3Cpath d='M77.307 36.1911L71.5732 68.2438C71.5419 68.4318 71.6829 68.6041 71.8865 68.6041H75.3801C75.5837 68.6041 75.6934 68.4788 75.7247 68.3222L81.5525 36.3008C81.5838 36.1128 81.4428 35.9404 81.2392 35.9404H77.6203C77.4636 35.9404 77.3383 36.0344 77.307 36.1911Z' fill='%239CCDC3'/%3E%3Cpath d='M72.3252 45.074L75.709 68.2127C75.7404 68.4007 75.5994 68.5887 75.3957 68.5887H71.7768C71.6202 68.5887 71.4949 68.479 71.4635 68.3381L68.1893 45.0427C68.299 44.792 68.4243 44.792 68.628 44.792H71.9962C72.1528 44.792 72.2938 44.9174 72.3252 45.074Z' fill='white'/%3E%3Cpath d='M68.0952 44.9802L62.3144 77.0016C62.2831 77.1895 62.4241 77.3776 62.6277 77.3619H66.1996C66.3562 77.3619 66.4816 77.2523 66.5129 77.0956L72.3407 45.0742C72.372 44.8862 72.231 44.7139 72.0274 44.7139H68.4085C68.2518 44.7139 68.1265 44.8236 68.0952 44.9802Z' fill='%239CCDC3'/%3E%3Cpath d='M63.2234 53.8621L66.4976 77.0008C66.5289 77.1888 66.388 77.3611 66.1843 77.3611H62.5654C62.4088 77.3611 62.2834 77.2514 62.2521 77.1105L58.9779 53.8307C59.0876 53.5801 59.2129 53.5801 59.4166 53.5801H62.8944C63.0511 53.5801 63.1921 53.7054 63.2234 53.8621Z' fill='white'/%3E%3Cpath d='M58.9774 53.8307L53.2436 85.8834C53.2123 86.0714 53.3533 86.2438 53.5569 86.2438H57.0505C57.2541 86.2438 57.3638 86.1184 57.3951 85.9618L63.2229 53.9404C63.2542 53.7524 63.1132 53.5801 62.9096 53.5801H59.2907C59.134 53.5801 59.0087 53.6741 58.9774 53.8307Z' fill='%239CCDC3'/%3E%3Cpath d='M53.9956 62.7292L57.3794 85.868C57.4108 86.056 57.2698 86.244 57.0661 86.244H53.4473C53.2906 86.244 53.1653 86.1343 53.1339 85.9933L49.8597 62.6979C49.9694 62.4473 50.0947 62.4473 50.2984 62.4473H53.6666C53.8232 62.4473 53.9642 62.5726 53.9956 62.7292Z' fill='white'/%3E%3Cpath d='M49.7656 62.698L43.9848 94.7194C43.9535 94.9074 44.0945 95.0953 44.2981 95.0797H47.87C48.0267 95.0797 48.152 94.97 48.1833 94.8134L54.0111 62.792C54.0424 62.604 53.9014 62.4316 53.6978 62.4316H50.0789C49.9223 62.4316 49.7969 62.5413 49.7656 62.698Z' fill='%239CCDC3'/%3E%3Cpath d='M44.8938 71.5808L48.168 94.7196C48.1994 94.9076 48.0583 95.0799 47.8547 95.0799H44.2358C44.0792 95.0799 43.9538 94.9702 43.9225 94.8292L40.6483 71.5495C40.758 71.2988 40.8833 71.2988 41.087 71.2988H44.5648C44.7215 71.2988 44.8625 71.4241 44.8938 71.5808Z' fill='white'/%3E%3Cpath d='M40.6632 71.5651L34.9294 103.618C34.8981 103.806 35.0391 103.978 35.2427 103.978H38.7363C38.9399 103.978 39.0496 103.853 39.0809 103.696L44.9087 71.6747C44.94 71.4867 44.799 71.3145 44.5954 71.3145H40.9765C40.8198 71.3145 40.6945 71.4084 40.6632 71.5651Z' fill='%239CCDC3'/%3E%3Cpath d='M35.6814 80.448L39.0652 103.587C39.0965 103.775 38.9556 103.963 38.7519 103.963H35.133C34.9764 103.963 34.8511 103.853 34.8197 103.712L31.5455 80.4167C31.6552 80.166 31.7805 80.166 31.9842 80.166H35.3524C35.509 80.166 35.65 80.2913 35.6814 80.448Z' fill='white'/%3E%3Cpath d='M31.436 80.3542L25.6552 112.376C25.6239 112.564 25.7649 112.752 25.9686 112.736H29.5404C29.6971 112.736 29.8224 112.626 29.8537 112.47L35.6815 80.4482C35.7128 80.2602 35.5718 80.0879 35.3682 80.0879H31.7493C31.5927 80.0879 31.4673 80.1976 31.436 80.3542Z' fill='%239CCDC3'/%3E%3Cpath d='M26.5642 89.2361L29.8384 112.375C29.8698 112.563 29.7288 112.735 29.5251 112.735H25.9063C25.7496 112.735 25.6243 112.626 25.5929 112.485L22.3187 89.2048C22.4284 88.9541 22.5537 88.9541 22.7574 88.9541H26.2352C26.3919 88.9541 26.5329 89.0795 26.5642 89.2361Z' fill='white'/%3E%3Cpath d='M22.3351 89.2048L16.6013 121.257C16.57 121.445 16.711 121.618 16.9146 121.618H20.4081C20.6118 121.618 20.7215 121.492 20.7528 121.336L26.5806 89.3144C26.6119 89.1264 26.4709 88.9541 26.2672 88.9541H22.6484C22.4917 88.9541 22.3664 89.0481 22.3351 89.2048Z' fill='%239CCDC3'/%3E%3Cpath d='M17.3532 98.1033L20.7371 121.242C20.7684 121.43 20.6274 121.618 20.4238 121.618H16.8049C16.6483 121.618 16.5229 121.508 16.4916 121.367L13.2174 98.072C13.3271 97.8213 13.4524 97.8213 13.6561 97.8213H17.0243C17.1809 97.8213 17.3219 97.9466 17.3532 98.1033Z' fill='white'/%3E%3Cpath d='M13.091 98.0876L7.31027 130.109C7.27893 130.297 7.41992 130.485 7.62358 130.469H11.1954C11.3521 130.469 11.4774 130.36 11.5088 130.203L17.3365 98.1816C17.3679 97.9936 17.2269 97.8213 17.0232 97.8213H13.4044C13.2477 97.8213 13.1224 97.931 13.091 98.0876Z' fill='%239CCDC3'/%3E%3Cpath d='M8.23463 106.97L11.5088 130.109C11.5402 130.297 11.3992 130.47 11.1955 130.47H7.57666C7.42 130.47 7.29466 130.36 7.26333 130.219L3.98914 106.939C4.0988 106.688 4.22412 106.688 4.42778 106.688H7.90565C8.06231 106.688 8.2033 106.814 8.23463 106.97Z' fill='white'/%3E%3Cpath d='M3.99021 106.939L-1.74357 138.992C-1.7749 139.18 -1.6339 139.352 -1.43024 139.352H2.06328C2.26694 139.352 2.3766 139.227 2.40794 139.07L8.23571 107.049C8.26704 106.861 8.12605 106.688 7.92239 106.688H4.30353C4.14687 106.688 4.02154 106.782 3.99021 106.939Z' fill='%239CCDC3'/%3E%3Cpath d='M-0.991607 115.837L2.39225 138.975C2.42358 139.163 2.28259 139.351 2.07894 139.351H-1.53992C-1.69658 139.351 -1.82191 139.242 -1.85324 139.101L-5.12744 115.805C-5.01778 115.555 -4.89245 115.555 -4.68879 115.555H-1.32059C-1.16393 115.555 -1.02294 115.68 -0.991607 115.837Z' fill='white'/%3E%3Cpath d='M172.243 -26.473L166.509 5.57973C166.477 5.76773 166.618 5.94007 166.822 5.94007H170.316C170.519 5.94007 170.629 5.81475 170.66 5.65809L176.488 -26.3633C176.519 -26.5513 176.363 -26.7236 176.175 -26.7236H172.556C172.399 -26.7236 172.274 -26.6296 172.243 -26.473Z' fill='%239CCDC3'/%3E%3Cpath d='M167.261 -17.591L170.645 5.5477C170.676 5.7357 170.535 5.92367 170.331 5.92367H166.713C166.556 5.92367 166.431 5.81401 166.399 5.67301L163.125 -17.6224C163.235 -17.873 163.36 -17.873 163.564 -17.873H166.932C167.089 -17.873 167.23 -17.7477 167.261 -17.591Z' fill='white'/%3E%3Cpath d='M163.015 -17.6067L157.235 14.4147C157.203 14.6027 157.344 14.7906 157.548 14.775H161.12C161.276 14.775 161.402 14.6653 161.433 14.5087L167.261 -17.5127C167.292 -17.7007 167.151 -17.873 166.948 -17.873H163.329C163.172 -17.873 163.047 -17.7634 163.015 -17.6067Z' fill='%239CCDC3'/%3E%3Cpath d='M158.144 -8.70826L161.418 14.4305C161.449 14.6185 161.308 14.7908 161.105 14.7908H157.486C157.329 14.7908 157.204 14.6811 157.172 14.5401L153.898 -8.73957C154.008 -8.99023 154.133 -8.99023 154.337 -8.99023H157.815C157.971 -8.99023 158.112 -8.86492 158.144 -8.70826Z' fill='white'/%3E%3Cpath d='M153.898 -8.73957L148.164 23.3131C148.133 23.5011 148.274 23.6735 148.477 23.6735H151.971C152.175 23.6735 152.284 23.5481 152.316 23.3914L158.143 -8.6299C158.175 -8.81789 158.018 -8.99023 157.83 -8.99023H154.211C154.054 -8.99023 153.929 -8.89623 153.898 -8.73957Z' fill='%239CCDC3'/%3E%3Cpath d='M148.916 0.143305L152.3 23.2821C152.331 23.4701 152.19 23.658 151.986 23.658H148.368C148.211 23.658 148.086 23.5484 148.054 23.4074L144.78 0.111991C144.89 -0.138666 145.015 -0.138672 145.219 -0.138672H148.587C148.744 -0.138672 148.885 -0.013355 148.916 0.143305Z' fill='white'/%3E%3Cpath d='M144.686 0.049499L138.905 32.0709C138.874 32.2589 139.015 32.4469 139.218 32.4312H142.79C142.947 32.4312 143.072 32.3215 143.104 32.1649L148.931 0.143491C148.963 -0.044501 148.822 -0.216797 148.618 -0.216797H144.999C144.843 -0.216797 144.717 -0.107161 144.686 0.049499Z' fill='%239CCDC3'/%3E%3Cpath d='M139.814 8.93237L143.088 32.0711C143.12 32.2591 142.979 32.4314 142.775 32.4314H139.156C138.999 32.4314 138.874 32.3218 138.843 32.1808L135.569 8.90101C135.678 8.65035 135.804 8.65039 136.007 8.65039H139.485C139.642 8.65039 139.783 8.77571 139.814 8.93237Z' fill='white'/%3E%3Cpath d='M135.568 8.90101L129.834 40.9538C129.803 41.1418 129.944 41.314 130.148 41.314H133.641C133.845 41.314 133.955 41.1887 133.986 41.0321L139.814 9.01068C139.845 8.82269 139.688 8.65039 139.5 8.65039H135.882C135.725 8.65039 135.6 8.74434 135.568 8.90101Z' fill='%239CCDC3'/%3E%3Cpath d='M130.586 17.7986L133.97 40.9374C134.001 41.1253 133.86 41.3133 133.657 41.3133H130.038C129.881 41.3133 129.756 41.2037 129.725 41.0627L126.45 17.7673C126.56 17.5166 126.685 17.5166 126.889 17.5166H130.257C130.414 17.5166 130.555 17.642 130.586 17.7986Z' fill='white'/%3E%3Cpath d='M126.356 17.7682L120.576 49.7896C120.544 49.9776 120.685 50.1656 120.889 50.1499H124.461C124.617 50.1499 124.743 50.0402 124.774 49.8836L130.602 17.8622C130.633 17.6742 130.492 17.4862 130.288 17.5019H126.67C126.513 17.5019 126.388 17.6115 126.356 17.7682Z' fill='%239CCDC3'/%3E%3Cpath d='M121.484 26.6658L124.759 49.8045C124.79 49.9925 124.649 50.1649 124.445 50.1649H120.827C120.67 50.1649 120.545 50.0552 120.513 49.9142L117.239 26.6345C117.349 26.3838 117.474 26.3838 117.678 26.3838H121.156C121.312 26.3838 121.453 26.5092 121.484 26.6658Z' fill='white'/%3E%3Cpath d='M117.239 26.6345L111.505 58.6872C111.474 58.8752 111.615 59.0475 111.818 59.0475H115.312C115.515 59.0475 115.625 58.9222 115.656 58.7655L121.484 26.7441C121.515 26.5561 121.374 26.3838 121.171 26.3838H117.552C117.395 26.3838 117.27 26.4778 117.239 26.6345Z' fill='%239CCDC3'/%3E%3Cpath d='M112.274 35.5173L115.657 58.6561C115.689 58.844 115.548 59.032 115.344 59.032H111.725C111.569 59.032 111.443 58.9224 111.412 58.7814L108.138 35.486C108.247 35.2353 108.373 35.2354 108.576 35.2354H111.945C112.101 35.2354 112.242 35.3607 112.274 35.5173Z' fill='white'/%3E%3Cpath d='M108.028 35.4236L102.248 67.445C102.216 67.633 102.357 67.8209 102.561 67.8053H106.133C106.289 67.8053 106.415 67.6956 106.446 67.539L112.274 35.5176C112.305 35.3296 112.164 35.1572 111.96 35.1572H108.342C108.185 35.1572 108.06 35.2669 108.028 35.4236Z' fill='%239CCDC3'/%3E%3Cpath d='M103.155 44.3064L106.429 67.4452C106.46 67.6332 106.319 67.8055 106.116 67.8055H102.497C102.34 67.8055 102.215 67.6958 102.184 67.5548L98.9094 44.2751C99.0191 44.0244 99.1444 44.0244 99.3481 44.0244H102.826C102.983 44.0244 103.124 44.1497 103.155 44.3064Z' fill='white'/%3E%3Cpath d='M98.9105 44.2751L93.1767 76.3278C93.1454 76.5158 93.2864 76.6881 93.49 76.6881H96.9836C97.1872 76.6881 97.2969 76.5628 97.3282 76.4061L103.156 44.3848C103.187 44.1968 103.046 44.0244 102.843 44.0244H99.2238C99.0672 44.0244 98.9418 44.1184 98.9105 44.2751Z' fill='%239CCDC3'/%3E%3Cpath d='M93.9439 53.1726L97.3278 76.3114C97.3591 76.4994 97.2181 76.6873 97.0145 76.6873H93.3956C93.239 76.6873 93.1136 76.5777 93.0823 76.4367L89.8081 53.1413C89.9178 52.8906 90.0431 52.8906 90.2468 52.8906H93.6149C93.7716 52.8906 93.9126 53.0159 93.9439 53.1726Z' fill='white'/%3E%3Cpath d='M89.6833 53.1569L83.9026 85.1783C83.8712 85.3663 84.0122 85.5543 84.2159 85.5386H87.7877C87.9444 85.5386 88.0697 85.429 88.101 85.2723L93.9288 53.251C93.9601 53.063 93.8192 52.8906 93.6155 52.8906H89.9966C89.84 52.8906 89.7147 53.0003 89.6833 53.1569Z' fill='%239CCDC3'/%3E%3Cpath d='M84.8269 62.0398L88.1011 85.1785C88.1325 85.3665 87.9915 85.5389 87.7878 85.5389H84.169C84.0123 85.5389 83.887 85.4292 83.8556 85.2882L80.5814 62.0085C80.6911 61.7578 80.8164 61.7578 81.0201 61.7578H84.4979C84.6546 61.7578 84.7956 61.8831 84.8269 62.0398Z' fill='white'/%3E%3Cpath d='M80.5809 62.0241L74.8471 94.0769C74.8158 94.2648 74.9568 94.4371 75.1604 94.4371H78.654C78.8576 94.4371 78.9673 94.3118 78.9986 94.1552L84.8264 62.1338C84.8577 61.9458 84.7167 61.7734 84.5131 61.7734H80.8942C80.7376 61.7734 80.6122 61.8674 80.5809 62.0241Z' fill='%239CCDC3'/%3E%3Cpath d='M75.5991 70.907L78.983 94.0457C79.0143 94.2337 78.8733 94.4217 78.6696 94.4217H75.0508C74.8941 94.4217 74.7688 94.3121 74.7375 94.1711L71.4633 70.8757C71.5729 70.625 71.6982 70.625 71.9019 70.625H75.2701C75.4268 70.625 75.5678 70.7503 75.5991 70.907Z' fill='white'/%3E%3Cpath d='M71.3537 70.7975L65.573 102.819C65.5416 103.007 65.6826 103.195 65.8863 103.179H69.4581C69.6148 103.179 69.7401 103.07 69.7714 102.913L75.5992 70.8915C75.6306 70.7035 75.4896 70.5312 75.2859 70.5312H71.6671C71.5104 70.5312 71.385 70.6409 71.3537 70.7975Z' fill='%239CCDC3'/%3E%3Cpath d='M66.4973 79.696L69.7715 102.835C69.8029 103.023 69.6619 103.195 69.4582 103.195H65.8394C65.6827 103.195 65.5574 103.085 65.5261 102.944L62.2518 79.6647C62.3615 79.4141 62.4868 79.4141 62.6905 79.4141H66.1683C66.325 79.4141 66.466 79.5394 66.4973 79.696Z' fill='white'/%3E%3Cpath d='M62.2514 79.6647L56.5177 111.717C56.4863 111.905 56.6273 112.078 56.831 112.078H60.3245C60.5282 112.078 60.6378 111.952 60.6692 111.796L66.4969 79.7744C66.5283 79.5864 66.3873 79.4141 66.1836 79.4141H62.5647C62.4081 79.4141 62.2827 79.5081 62.2514 79.6647Z' fill='%239CCDC3'/%3E%3Cpath d='M57.2696 88.5467L60.6535 111.685C60.6848 111.873 60.5438 112.061 60.3402 112.061H56.7213C56.5646 112.061 56.4393 111.952 56.408 111.811L53.1338 88.5153C53.2435 88.2647 53.3688 88.2646 53.5724 88.2646H56.9406C57.0973 88.2646 57.2383 88.39 57.2696 88.5467Z' fill='white'/%3E%3Cpath d='M53.0395 88.531L47.2588 120.552C47.2274 120.74 47.3684 120.928 47.5721 120.913H51.1439C51.3006 120.913 51.4259 120.803 51.4572 120.646L57.285 88.625C57.3163 88.437 57.1754 88.2646 56.9717 88.2646H53.3528C53.1962 88.2646 53.0709 88.3743 53.0395 88.531Z' fill='%239CCDC3'/%3E%3Cpath d='M48.1677 97.4138L51.4419 120.553C51.4733 120.741 51.3323 120.913 51.1286 120.913H47.5098C47.3531 120.913 47.2278 120.803 47.1964 120.662L43.9222 97.3825C44.0319 97.1318 44.1572 97.1318 44.3609 97.1318H47.8388C47.9954 97.1318 48.1364 97.2572 48.1677 97.4138Z' fill='white'/%3E%3Cpath d='M43.9219 97.3981L38.1881 129.451C38.1567 129.639 38.2978 129.811 38.5014 129.811H41.9949C42.1986 129.811 42.3083 129.686 42.3396 129.529L48.1674 97.5078C48.1987 97.3198 48.0577 97.1475 47.854 97.1475H44.2352C44.0785 97.1475 43.9532 97.2415 43.9219 97.3981Z' fill='%239CCDC3'/%3E%3Cpath d='M38.94 106.28L42.3239 129.419C42.3552 129.607 42.2142 129.795 42.0106 129.795H38.3917C38.2351 129.795 38.1097 129.685 38.0784 129.544L34.8042 106.249C34.9139 105.998 35.0392 105.998 35.2428 105.998H38.611C38.7677 105.998 38.9087 106.123 38.94 106.28Z' fill='white'/%3E%3Cpath d='M34.7099 106.172L28.9292 138.193C28.8978 138.381 29.0388 138.569 29.2425 138.553H32.8143C32.971 138.553 33.0963 138.444 33.1277 138.287L38.9554 106.266C38.9868 106.078 38.8458 105.905 38.6421 105.905H35.0233C34.8666 105.905 34.7412 106.015 34.7099 106.172Z' fill='%239CCDC3'/%3E%3Cpath d='M29.8383 115.07L33.1125 138.209C33.1438 138.397 33.0028 138.569 32.7991 138.569H29.1803C29.0236 138.569 28.8983 138.459 28.867 138.318L25.5928 115.039C25.7024 114.788 25.8278 114.788 26.0314 114.788H29.5093C29.6659 114.788 29.8069 114.913 29.8383 115.07Z' fill='white'/%3E%3Cpath d='M25.5923 115.039L19.8585 147.091C19.8272 147.279 19.9682 147.452 20.1718 147.452H23.6653C23.869 147.452 23.9787 147.326 24.01 147.17L29.8377 115.148C29.8691 114.96 29.7281 114.788 29.5244 114.788H25.9056C25.7489 114.788 25.6236 114.882 25.5923 115.039Z' fill='%239CCDC3'/%3E%3Cpath d='M20.6104 123.921L23.9943 147.059C24.0256 147.247 23.8846 147.435 23.681 147.435H20.0621C19.9055 147.435 19.7801 147.326 19.7488 147.185L16.4746 123.889C16.5843 123.639 16.7096 123.639 16.9133 123.639H20.2815C20.4381 123.639 20.5791 123.764 20.6104 123.921Z' fill='white'/%3E%3Cpath d='M16.3651 123.905L10.5843 155.926C10.553 156.114 10.694 156.302 10.8976 156.287H14.4695C14.6262 156.287 14.7515 156.177 14.7828 156.02L20.6106 123.999C20.6419 123.811 20.5009 123.639 20.2973 123.639H16.6784C16.5217 123.639 16.3964 123.748 16.3651 123.905Z' fill='%239CCDC3'/%3E%3Cpath d='M11.4933 132.804L14.7675 155.942C14.7988 156.13 14.6578 156.303 14.4542 156.303H10.8353C10.6787 156.303 10.5533 156.193 10.522 156.052L7.2478 132.772C7.35747 132.521 7.48279 132.521 7.68645 132.521H11.1643C11.321 132.521 11.462 132.647 11.4933 132.804Z' fill='white'/%3E%3Cpath d='M7.26425 132.772L1.53048 164.825C1.49915 165.013 1.64014 165.185 1.8438 165.185H5.33733C5.54099 165.185 5.65065 165.06 5.68198 164.903L11.5097 132.882C11.5411 132.694 11.4001 132.521 11.1964 132.521H7.57757C7.42091 132.521 7.29558 132.615 7.26425 132.772Z' fill='%239CCDC3'/%3E%3Cpath d='M2.28232 141.655L5.66619 164.794C5.69752 164.982 5.55653 165.17 5.35287 165.17H1.73401C1.57735 165.17 1.45203 165.06 1.42069 164.919L-1.85352 141.624C-1.74385 141.373 -1.61853 141.373 -1.41487 141.373H1.95333C2.10999 141.373 2.25099 141.498 2.28232 141.655Z' fill='white'/%3E%3Cpath d='M-1.96293 141.561L-7.74369 173.583C-7.77502 173.771 -7.63403 173.959 -7.43037 173.943H-3.85852C-3.70186 173.943 -3.57652 173.833 -3.54519 173.677L2.28257 141.655C2.3139 141.467 2.17291 141.295 1.96925 141.295H-1.6496C-1.80626 141.295 -1.9316 141.405 -1.96293 141.561Z' fill='%239CCDC3'/%3E%3Cpath d='M203.057 -27.052L197.276 4.96938C197.245 5.15737 197.386 5.34533 197.59 5.32967H201.162C201.318 5.32967 201.444 5.22003 201.475 5.06337L207.303 -26.958C207.334 -27.146 207.193 -27.3184 206.989 -27.3184H203.37C203.214 -27.3184 203.088 -27.2087 203.057 -27.052Z' fill='%239CCDC3'/%3E%3Cpath d='M198.185 -18.1702L201.46 4.9686C201.491 5.1566 201.35 5.32889 201.146 5.32889H197.527C197.371 5.32889 197.245 5.21927 197.214 5.07828L193.94 -18.2015C194.05 -18.4521 194.175 -18.4521 194.379 -18.4521H197.856C198.013 -18.4521 198.154 -18.3268 198.185 -18.1702Z' fill='white'/%3E%3Cpath d='M193.941 -18.1859L188.207 13.8668C188.176 14.0548 188.317 14.2272 188.521 14.2272H192.014C192.218 14.2272 192.327 14.1018 192.359 13.9452L198.186 -18.0762C198.218 -18.2642 198.077 -18.4365 197.873 -18.4365H194.254C194.098 -18.4365 193.972 -18.3425 193.941 -18.1859Z' fill='%239CCDC3'/%3E%3Cpath d='M188.974 -9.30298L192.358 13.8358C192.39 14.0238 192.249 14.2118 192.045 14.2118H188.426C188.269 14.2118 188.144 14.1021 188.113 13.9611L184.839 -9.3343C184.948 -9.58496 185.074 -9.58496 185.277 -9.58496H188.645C188.802 -9.58496 188.943 -9.45964 188.974 -9.30298Z' fill='white'/%3E%3Cpath d='M184.729 -9.39679L178.948 22.6246C178.917 22.8126 179.058 23.0006 179.262 22.9849H182.833C182.99 22.9849 183.115 22.8753 183.147 22.7186L188.975 -9.3028C189.006 -9.49079 188.865 -9.66309 188.661 -9.66309H185.042C184.886 -9.66309 184.76 -9.55345 184.729 -9.39679Z' fill='%239CCDC3'/%3E%3Cpath d='M179.856 -0.514898L183.13 22.6238C183.161 22.8118 183.02 22.9842 182.817 22.9842H179.198C179.041 22.9842 178.916 22.8745 178.885 22.7335L175.61 -0.54626C175.72 -0.796917 175.845 -0.796875 176.049 -0.796875H179.527C179.684 -0.796875 179.825 -0.671558 179.856 -0.514898Z' fill='white'/%3E%3Cpath d='M175.611 -0.54626L169.878 31.5065C169.846 31.6945 169.987 31.8668 170.191 31.8668H173.685C173.888 31.8668 173.998 31.7415 174.029 31.5848L179.857 -0.436587C179.888 -0.624579 179.747 -0.796875 179.544 -0.796875H175.925C175.768 -0.796875 175.643 -0.702921 175.611 -0.54626Z' fill='%239CCDC3'/%3E%3Cpath d='M170.645 8.35234L174.029 31.4911C174.06 31.6791 173.919 31.867 173.715 31.867H170.097C169.94 31.867 169.815 31.7574 169.783 31.6164L166.509 8.32097C166.619 8.07032 166.744 8.07031 166.948 8.07031H170.316C170.473 8.07031 170.614 8.19568 170.645 8.35234Z' fill='white'/%3E%3Cpath d='M166.384 8.3366L160.603 40.358C160.572 40.546 160.713 40.734 160.917 40.7183H164.489C164.645 40.7183 164.771 40.6086 164.802 40.452L170.63 8.43059C170.661 8.2426 170.52 8.05459 170.316 8.07025H166.698C166.541 8.07025 166.416 8.17993 166.384 8.3366Z' fill='%239CCDC3'/%3E%3Cpath d='M161.528 17.2195L164.802 40.3583C164.833 40.5462 164.692 40.7186 164.489 40.7186H160.87C160.713 40.7186 160.588 40.6089 160.557 40.4679L157.282 17.1882C157.392 16.9375 157.517 16.9375 157.721 16.9375H161.199C161.356 16.9375 161.497 17.0629 161.528 17.2195Z' fill='white'/%3E%3Cpath d='M157.282 17.1882L151.548 49.2409C151.517 49.4289 151.658 49.6012 151.861 49.6012H155.355C155.559 49.6012 155.668 49.4759 155.7 49.3192L161.527 17.2978C161.559 17.1098 161.402 16.9375 161.214 16.9375H157.595C157.438 16.9375 157.313 17.0315 157.282 17.1882Z' fill='%239CCDC3'/%3E%3Cpath d='M152.3 26.0857L155.684 49.2245C155.715 49.4125 155.574 49.6004 155.371 49.6004H151.752C151.595 49.6004 151.47 49.4908 151.438 49.3498L148.164 26.0544C148.274 25.8037 148.399 25.8037 148.603 25.8037H151.971C152.128 25.8037 152.269 25.929 152.3 26.0857Z' fill='white'/%3E%3Cpath d='M148.055 25.9763L142.274 57.9977C142.243 58.1857 142.384 58.3737 142.587 58.358H146.159C146.316 58.358 146.441 58.2483 146.472 58.0917L152.3 26.0703C152.332 25.8823 152.19 25.71 151.987 25.71H148.368C148.211 25.71 148.086 25.8196 148.055 25.9763Z' fill='%239CCDC3'/%3E%3Cpath d='M143.198 34.8591L146.472 57.9979C146.504 58.1859 146.363 58.3582 146.159 58.3582H142.54C142.384 58.3582 142.258 58.2485 142.227 58.1075L138.953 34.8278C139.062 34.5772 139.188 34.5771 139.391 34.5771H142.869C143.026 34.5771 143.167 34.7025 143.198 34.8591Z' fill='white'/%3E%3Cpath d='M138.952 34.8444L133.218 66.8971C133.187 67.0851 133.328 67.2574 133.532 67.2574H137.025C137.229 67.2574 137.339 67.1321 137.37 66.9754L143.198 34.954C143.229 34.766 143.072 34.5938 142.884 34.5938H139.266C139.109 34.5938 138.984 34.6878 138.952 34.8444Z' fill='%239CCDC3'/%3E%3Cpath d='M133.97 43.7263L137.354 66.865C137.386 67.053 137.245 67.2411 137.041 67.2411H133.422C133.265 67.2411 133.14 67.1314 133.109 66.9904L129.835 43.695C129.944 43.4443 130.07 43.4443 130.273 43.4443H133.641C133.798 43.4443 133.939 43.5697 133.97 43.7263Z' fill='white'/%3E%3Cpath d='M129.74 43.7106L123.96 75.732C123.928 75.92 124.069 76.108 124.273 76.0924H127.845C128.002 76.0924 128.127 75.9827 128.158 75.826L133.986 43.8047C134.017 43.6167 133.876 43.4443 133.673 43.4443H130.054C129.897 43.4443 129.772 43.554 129.74 43.7106Z' fill='%239CCDC3'/%3E%3Cpath d='M124.869 52.5935L128.143 75.7322C128.174 75.9202 128.033 76.0926 127.83 76.0926H124.211C124.054 76.0926 123.929 75.9829 123.897 75.8419L120.623 52.5622C120.733 52.3115 120.858 52.3115 121.062 52.3115H124.54C124.696 52.3115 124.837 52.4368 124.869 52.5935Z' fill='white'/%3E%3Cpath d='M120.623 52.5622L114.889 84.6149C114.858 84.8029 114.999 84.9752 115.202 84.9752H118.696C118.899 84.9752 119.009 84.8499 119.04 84.6932L124.868 52.6718C124.899 52.4838 124.743 52.3115 124.555 52.3115H120.936C120.779 52.3115 120.654 52.4055 120.623 52.5622Z' fill='%239CCDC3'/%3E%3Cpath d='M115.641 61.4597L119.025 84.5984C119.056 84.7864 118.915 84.9745 118.711 84.9745H115.093C114.936 84.9745 114.811 84.8648 114.779 84.7238L111.505 61.4284C111.615 61.1777 111.74 61.1777 111.944 61.1777H115.312C115.469 61.1777 115.61 61.3031 115.641 61.4597Z' fill='white'/%3E%3Cpath d='M111.411 61.3502L105.63 93.3716C105.599 93.5596 105.74 93.7476 105.943 93.7319H109.515C109.672 93.7319 109.797 93.6223 109.829 93.4656L115.656 61.4442C115.688 61.2562 115.547 61.0683 115.343 61.0839H111.724C111.568 61.0839 111.442 61.1936 111.411 61.3502Z' fill='%239CCDC3'/%3E%3Cpath d='M106.539 70.2332L109.813 93.3719C109.845 93.5599 109.704 93.7323 109.5 93.7323H105.881C105.724 93.7323 105.599 93.6226 105.568 93.4816L102.294 70.2018C102.403 69.9512 102.529 69.9512 102.732 69.9512H106.21C106.367 69.9512 106.508 70.0765 106.539 70.2332Z' fill='white'/%3E%3Cpath d='M102.295 70.2175L96.5609 102.27C96.5295 102.458 96.6705 102.631 96.8742 102.631H100.368C100.571 102.631 100.681 102.505 100.712 102.349L106.54 70.3271C106.571 70.1391 106.43 69.9668 106.227 69.9668H102.608C102.451 69.9668 102.326 70.0608 102.295 70.2175Z' fill='%239CCDC3'/%3E%3Cpath d='M97.3128 79.1004L100.697 102.239C100.728 102.427 100.587 102.615 100.383 102.615H96.7645C96.6079 102.615 96.4825 102.505 96.4512 102.364L93.177 79.069C93.2867 78.8184 93.412 78.8184 93.6156 78.8184H96.9838C97.1405 78.8184 97.2815 78.9437 97.3128 79.1004Z' fill='white'/%3E%3Cpath d='M93.0659 79.0847L87.2851 111.106C87.2538 111.294 87.3948 111.482 87.5984 111.466H91.1703C91.327 111.466 91.4523 111.357 91.4836 111.2L97.3114 79.1787C97.3427 78.9907 97.2017 78.8184 96.9981 78.8184H93.3792C93.2225 78.8184 93.0972 78.928 93.0659 79.0847Z' fill='%239CCDC3'/%3E%3Cpath d='M88.1942 87.9831L91.4684 111.122C91.4998 111.31 91.3588 111.482 91.1551 111.482H87.5362C87.3796 111.482 87.2543 111.373 87.2229 111.232L83.9487 87.9518C84.0584 87.7012 84.1837 87.7012 84.3874 87.7012H87.8652C88.0219 87.7012 88.1629 87.8265 88.1942 87.9831Z' fill='white'/%3E%3Cpath d='M83.9651 87.9518L78.2313 120.005C78.2 120.193 78.341 120.365 78.5446 120.365H82.0381C82.2418 120.365 82.3515 120.24 82.3828 120.083L88.2106 88.0615C88.2419 87.8735 88.1009 87.7012 87.8973 87.7012H84.2784C84.1217 87.7012 83.9964 87.7952 83.9651 87.9518Z' fill='%239CCDC3'/%3E%3Cpath d='M78.9832 96.8347L82.3671 119.973C82.3984 120.161 82.2574 120.349 82.0538 120.349H78.4349C78.2783 120.349 78.1529 120.24 78.1216 120.099L74.8474 96.8034C74.9571 96.5527 75.0824 96.5527 75.2861 96.5527H78.6542C78.8109 96.5527 78.9519 96.6781 78.9832 96.8347Z' fill='white'/%3E%3Cpath d='M74.7379 96.7409L68.9571 128.762C68.9258 128.95 69.0668 129.138 69.2705 129.123H72.8423C72.999 129.123 73.1243 129.013 73.1556 128.856L78.9834 96.8349C79.0147 96.6469 78.8737 96.4746 78.6701 96.4746H75.0512C74.8945 96.4746 74.7692 96.5842 74.7379 96.7409Z' fill='%239CCDC3'/%3E%3Cpath d='M69.8646 105.623L73.1388 128.762C73.1702 128.95 73.0292 129.122 72.8255 129.122H69.2067C69.05 129.122 68.9247 129.012 68.8933 128.871L65.6191 105.591C65.7288 105.341 65.8541 105.341 66.0578 105.341H69.5357C69.6923 105.341 69.8333 105.466 69.8646 105.623Z' fill='white'/%3E%3Cpath d='M65.6355 105.591L59.9017 137.644C59.8704 137.832 60.0114 138.004 60.215 138.004H63.7086C63.9122 138.004 64.0219 137.879 64.0532 137.723L69.881 105.701C69.9123 105.513 69.7713 105.341 69.5676 105.341H65.9488C65.7921 105.341 65.6668 105.435 65.6355 105.591Z' fill='%239CCDC3'/%3E%3Cpath d='M60.6537 114.49L64.0375 137.629C64.0688 137.817 63.9278 138.005 63.7242 138.005H60.1053C59.9487 138.005 59.8234 137.895 59.792 137.754L56.5178 114.459C56.6275 114.208 56.7528 114.208 56.9565 114.208H60.3247C60.4813 114.208 60.6223 114.333 60.6537 114.49Z' fill='white'/%3E%3Cpath d='M56.4083 114.459L50.6275 146.48C50.5962 146.668 50.7372 146.856 50.9408 146.84H54.5127C54.6694 146.84 54.7947 146.731 54.826 146.574L60.6538 114.553C60.6851 114.365 60.5441 114.192 60.3405 114.192H56.7216C56.565 114.192 56.4396 114.302 56.4083 114.459Z' fill='%239CCDC3'/%3E%3Cpath d='M51.5519 123.357L54.8261 146.496C54.8574 146.684 54.7164 146.856 54.5128 146.856H50.8939C50.7372 146.856 50.6119 146.747 50.5806 146.606L47.3064 123.326C47.4161 123.075 47.5414 123.075 47.745 123.075H51.2229C51.3796 123.075 51.5205 123.201 51.5519 123.357Z' fill='white'/%3E%3Cpath d='M47.3059 123.326L41.5721 155.379C41.5408 155.567 41.6818 155.739 41.8854 155.739H45.379C45.5826 155.739 45.6923 155.614 45.7236 155.457L51.5514 123.436C51.5827 123.248 51.4417 123.075 51.2381 123.075H47.6192C47.4625 123.075 47.3372 123.169 47.3059 123.326Z' fill='%239CCDC3'/%3E%3Cpath d='M42.3241 132.208L45.7079 155.346C45.7393 155.534 45.5983 155.722 45.3946 155.722H41.7758C41.6191 155.722 41.4938 155.613 41.4625 155.472L38.1882 132.176C38.2979 131.926 38.4232 131.926 38.6269 131.926H41.9951C42.1518 131.926 42.2927 132.051 42.3241 132.208Z' fill='white'/%3E%3Cpath d='M38.0787 132.114L32.2979 164.135C32.2666 164.323 32.4076 164.511 32.6113 164.496H36.1831C36.3398 164.496 36.4651 164.386 36.4964 164.229L42.3242 132.208C42.3555 132.02 42.2145 131.848 42.0109 131.848H38.392C38.2354 131.848 38.11 131.957 38.0787 132.114Z' fill='%239CCDC3'/%3E%3Cpath d='M33.2223 140.997L36.4965 164.136C36.5278 164.324 36.3868 164.496 36.1832 164.496H32.5643C32.4077 164.496 32.2823 164.386 32.251 164.245L28.9768 140.966C29.0865 140.715 29.2118 140.715 29.4155 140.715H32.8933C33.05 140.715 33.191 140.84 33.2223 140.997Z' fill='white'/%3E%3Cpath d='M28.9764 140.966L23.2426 173.018C23.2113 173.206 23.3523 173.379 23.556 173.379H27.0495C27.2531 173.379 27.3628 173.253 27.3941 173.097L33.2219 141.075C33.2532 140.887 33.1122 140.715 32.9086 140.715H29.2897C29.1331 140.715 29.0077 140.809 28.9764 140.966Z' fill='%239CCDC3'/%3E%3Cpath d='M23.9945 149.864L27.3783 173.003C27.4097 173.191 27.2687 173.379 27.065 173.379H23.4462C23.2895 173.379 23.1642 173.269 23.1329 173.128L19.8586 149.833C19.9683 149.582 20.0936 149.582 20.2973 149.582H23.6655C23.8222 149.582 23.9631 149.707 23.9945 149.864Z' fill='white'/%3E%3Cpath d='M19.7491 149.848L13.9683 181.87C13.937 182.058 14.078 182.246 14.2817 182.23H17.8535C18.0102 182.23 18.1355 182.12 18.1668 181.964L23.9946 149.942C24.0259 149.754 23.8849 149.582 23.6813 149.582H20.0624C19.9058 149.582 19.7804 149.692 19.7491 149.848Z' fill='%239CCDC3'/%3E%3Cpath d='M14.8775 158.731L18.1517 181.87C18.183 182.058 18.042 182.23 17.8383 182.23H14.2195C14.0628 182.23 13.9375 182.121 13.9062 181.98L10.632 158.7C10.7416 158.449 10.8669 158.449 11.0706 158.449H14.5485C14.7051 158.449 14.8461 158.575 14.8775 158.731Z' fill='white'/%3E%3Cpath d='M10.6483 158.716L4.91451 190.768C4.88318 190.956 5.02418 191.129 5.22784 191.129H8.72136C8.92502 191.129 9.03469 191.003 9.06602 190.847L14.8938 158.825C14.9251 158.637 14.7841 158.465 14.5805 158.465H10.9616C10.8049 158.465 10.6796 158.559 10.6483 158.716Z' fill='%239CCDC3'/%3E%3Cpath d='M5.66647 167.597L9.05033 190.736C9.08166 190.924 8.94067 191.112 8.73702 191.112H5.11816C4.9615 191.112 4.83617 191.003 4.80484 190.862L1.53064 167.566C1.6403 167.315 1.76563 167.315 1.96929 167.315H5.33749C5.49415 167.315 5.63514 167.441 5.66647 167.597Z' fill='white'/%3E%3Cpath d='M1.41965 167.488L-4.36112 199.509C-4.39245 199.697 -4.25145 199.885 -4.04779 199.87H-0.475937C-0.319276 199.87 -0.193953 199.76 -0.16262 199.603L5.66515 167.582C5.69648 167.394 5.55549 167.222 5.35183 167.222H1.73297C1.57631 167.222 1.45099 167.331 1.41965 167.488Z' fill='%239CCDC3'/%3E%3Cpath d='M233.967 -27.6488L228.234 4.4039C228.202 4.59189 228.343 4.76424 228.547 4.76424H232.04C232.244 4.76424 232.354 4.63889 232.385 4.49789L238.213 -27.5235C238.244 -27.7115 238.088 -27.8838 237.9 -27.8838H234.281C234.124 -27.8838 233.999 -27.7898 233.967 -27.6331' fill='%239CCDC3'/%3E%3Cpath d='M228.986 -18.7493L232.369 4.3895C232.401 4.57749 232.26 4.76547 232.056 4.76547H228.437C228.281 4.76547 228.155 4.6558 228.124 4.51481L224.85 -18.7806C224.959 -19.0312 225.085 -19.0312 225.288 -19.0312H228.657C228.813 -19.0312 228.954 -18.9059 228.986 -18.7493Z' fill='white'/%3E%3Cpath d='M224.756 -18.8596L218.975 13.1617C218.943 13.3497 219.084 13.5377 219.288 13.522H222.86C223.017 13.522 223.142 13.4124 223.173 13.2557L229.001 -18.7656C229.032 -18.9536 228.891 -19.126 228.688 -19.126H225.069C224.912 -19.126 224.787 -19.0163 224.756 -18.8596Z' fill='%239CCDC3'/%3E%3Cpath d='M219.884 -9.97681L223.158 13.1619C223.189 13.3499 223.048 13.5223 222.845 13.5223H219.226C219.069 13.5223 218.944 13.4126 218.913 13.2716L215.638 -10.0081C215.748 -10.2588 215.873 -10.2588 216.077 -10.2588H219.555C219.711 -10.2588 219.852 -10.1335 219.884 -9.97681Z' fill='white'/%3E%3Cpath d='M215.638 -9.99255L209.904 22.0602C209.873 22.2482 210.014 22.4205 210.217 22.4205H213.711C213.915 22.4205 214.024 22.2952 214.056 22.1385L219.883 -9.88288C219.915 -10.0709 219.774 -10.2432 219.57 -10.2432H215.951C215.794 -10.2432 215.669 -10.1492 215.638 -9.99255Z' fill='%239CCDC3'/%3E%3Cpath d='M210.656 -1.10962L214.04 22.0291C214.071 22.2171 213.93 22.4051 213.727 22.4051H210.108C209.951 22.4051 209.826 22.2955 209.794 22.1545L206.52 -1.14094C206.63 -1.3916 206.755 -1.3916 206.959 -1.3916H210.327C210.484 -1.3916 210.625 -1.26628 210.656 -1.10962Z' fill='white'/%3E%3Cpath d='M206.426 -1.12531L200.645 30.8961C200.614 31.0841 200.755 31.2721 200.959 31.2564H204.53C204.687 31.2564 204.812 31.1467 204.844 30.9901L210.671 -1.03131C210.703 -1.21931 210.562 -1.3916 210.358 -1.3916H206.739C206.583 -1.3916 206.457 -1.28197 206.426 -1.12531Z' fill='%239CCDC3'/%3E%3Cpath d='M201.554 7.75756L204.828 30.8963C204.86 31.0843 204.719 31.2566 204.515 31.2566H200.896C200.74 31.2566 200.614 31.147 200.583 31.006L197.309 7.7262C197.418 7.47554 197.544 7.47559 197.747 7.47559H201.225C201.382 7.47559 201.523 7.6009 201.554 7.75756Z' fill='white'/%3E%3Cpath d='M197.308 7.7262L191.574 39.779C191.543 39.9669 191.684 40.1392 191.888 40.1392H195.381C195.585 40.1392 195.695 40.0139 195.726 39.8573L201.554 7.83587C201.585 7.64788 201.428 7.47559 201.24 7.47559H197.622C197.465 7.47559 197.34 7.56954 197.308 7.7262Z' fill='%239CCDC3'/%3E%3Cpath d='M192.342 16.6238L195.726 39.7625C195.757 39.9505 195.616 40.1385 195.412 40.1385H191.793C191.637 40.1385 191.511 40.0289 191.48 39.8879L188.206 16.5925C188.316 16.3418 188.441 16.3418 188.645 16.3418H192.013C192.169 16.3418 192.31 16.4672 192.342 16.6238Z' fill='white'/%3E%3Cpath d='M188.096 16.5143L182.316 48.5357C182.284 48.7237 182.425 48.9117 182.629 48.8961H186.201C186.357 48.8961 186.483 48.7864 186.514 48.6297L192.342 16.6083C192.373 16.4203 192.232 16.2323 192.029 16.248H188.41C188.253 16.248 188.128 16.3577 188.096 16.5143Z' fill='%239CCDC3'/%3E%3Cpath d='M183.225 25.3973L186.499 48.536C186.53 48.724 186.389 48.8963 186.185 48.8963H182.567C182.41 48.8963 182.285 48.7867 182.253 48.6457L178.979 25.3659C179.089 25.1152 179.214 25.1152 179.418 25.1152H182.896C183.052 25.1152 183.193 25.2406 183.225 25.3973Z' fill='white'/%3E%3Cpath d='M178.995 25.3815L173.262 57.4342C173.23 57.6222 173.371 57.7946 173.575 57.7946H177.069C177.272 57.7946 177.382 57.6692 177.413 57.5126L183.241 25.4912C183.272 25.3032 183.116 25.1309 182.928 25.1309H179.309C179.152 25.1309 179.027 25.2249 178.995 25.3815Z' fill='%239CCDC3'/%3E%3Cpath d='M174.014 34.2644L177.398 57.4032C177.429 57.5912 177.288 57.7791 177.084 57.7791H173.465C173.309 57.7791 173.183 57.6695 173.152 57.5285L169.878 34.2331C169.988 33.9824 170.113 33.9824 170.317 33.9824H173.685C173.841 33.9824 173.982 34.1077 174.014 34.2644Z' fill='white'/%3E%3Cpath d='M169.752 34.2488L163.971 66.2702C163.939 66.4582 164.08 66.6461 164.284 66.6304H167.856C168.013 66.6304 168.138 66.5208 168.169 66.3642L173.997 34.3428C174.028 34.1548 173.887 33.9824 173.684 33.9824H170.065C169.908 33.9824 169.783 34.0921 169.752 34.2488Z' fill='%239CCDC3'/%3E%3Cpath d='M164.895 43.1462L168.169 66.285C168.201 66.473 168.06 66.6453 167.856 66.6453H164.237C164.081 66.6453 163.955 66.5356 163.924 66.3946L160.65 43.1149C160.759 42.8643 160.885 42.8643 161.088 42.8643H164.566C164.723 42.8643 164.864 42.9896 164.895 43.1462Z' fill='white'/%3E%3Cpath d='M160.651 43.1149L154.917 75.1676C154.886 75.3556 155.026 75.528 155.23 75.528H158.724C158.927 75.528 159.037 75.4026 159.068 75.2459L164.896 43.2245C164.927 43.0366 164.771 42.8643 164.583 42.8643H160.964C160.807 42.8643 160.682 42.9583 160.651 43.1149Z' fill='%239CCDC3'/%3E%3Cpath d='M155.669 51.9978L159.053 75.1366C159.084 75.3246 158.943 75.5125 158.739 75.5125H155.12C154.964 75.5125 154.838 75.4029 154.807 75.2619L151.533 51.9665C151.643 51.7158 151.768 51.7158 151.972 51.7158H155.34C155.496 51.7158 155.637 51.8411 155.669 51.9978Z' fill='white'/%3E%3Cpath d='M151.422 51.904L145.641 83.9254C145.61 84.1134 145.751 84.3014 145.955 84.2857H149.526C149.683 84.2857 149.808 84.176 149.84 84.0194L155.667 51.998C155.699 51.81 155.558 51.6377 155.354 51.6377H151.735C151.579 51.6377 151.453 51.7473 151.422 51.904Z' fill='%239CCDC3'/%3E%3Cpath d='M146.566 60.7869L149.84 83.9256C149.871 84.1136 149.73 84.286 149.526 84.286H145.908C145.751 84.286 145.626 84.1763 145.594 84.0353L142.32 60.7555C142.43 60.5049 142.555 60.5049 142.759 60.5049H146.237C146.393 60.5049 146.534 60.6302 146.566 60.7869Z' fill='white'/%3E%3Cpath d='M142.321 60.7555L136.587 92.8083C136.556 92.9963 136.697 93.1686 136.901 93.1686H140.394C140.598 93.1686 140.708 93.0433 140.739 92.8866L146.567 60.8652C146.598 60.6772 146.441 60.5049 146.253 60.5049H142.634C142.478 60.5049 142.352 60.5989 142.321 60.7555Z' fill='%239CCDC3'/%3E%3Cpath d='M137.339 69.6531L140.723 92.7918C140.754 92.9798 140.613 93.1678 140.41 93.1678H136.791C136.634 93.1678 136.509 93.0581 136.478 92.9172L133.203 69.6218C133.313 69.3711 133.438 69.3711 133.642 69.3711H137.01C137.167 69.3711 137.308 69.4965 137.339 69.6531Z' fill='white'/%3E%3Cpath d='M133.109 69.6227L127.328 101.644C127.297 101.832 127.438 102.02 127.642 102.004H131.214C131.37 102.004 131.496 101.895 131.527 101.738L137.355 69.7167C137.386 69.5287 137.245 69.3564 137.041 69.3564H133.423C133.266 69.3564 133.141 69.4661 133.109 69.6227Z' fill='%239CCDC3'/%3E%3Cpath d='M128.237 78.5203L131.512 101.659C131.543 101.847 131.402 102.019 131.198 102.019H127.579C127.423 102.019 127.297 101.91 127.266 101.769L123.992 78.4889C124.102 78.2383 124.227 78.2383 124.431 78.2383H127.908C128.065 78.2383 128.206 78.3636 128.237 78.5203Z' fill='white'/%3E%3Cpath d='M123.992 78.4889L118.258 110.542C118.226 110.73 118.367 110.902 118.571 110.902H122.065C122.268 110.902 122.378 110.777 122.409 110.62L128.237 78.5986C128.268 78.4106 128.127 78.2383 127.924 78.2383H124.305C124.148 78.2383 124.023 78.3323 123.992 78.4889Z' fill='%239CCDC3'/%3E%3Cpath d='M119.01 87.3719L122.393 110.511C122.425 110.699 122.284 110.887 122.08 110.887H118.461C118.305 110.887 118.179 110.777 118.148 110.636L114.874 87.3405C114.983 87.0898 115.109 87.0898 115.312 87.0898H118.681C118.837 87.0898 118.978 87.2152 119.01 87.3719Z' fill='white'/%3E%3Cpath d='M114.78 87.2781L108.999 119.299C108.968 119.487 109.109 119.675 109.312 119.66H112.884C113.041 119.66 113.166 119.55 113.197 119.393L119.025 87.3721C119.056 87.1841 118.915 87.0117 118.712 87.0117H115.093C114.936 87.0117 114.811 87.1214 114.78 87.2781Z' fill='%239CCDC3'/%3E%3Cpath d='M109.908 96.1599L113.182 119.299C113.213 119.487 113.072 119.659 112.869 119.659H109.25C109.093 119.659 108.968 119.549 108.937 119.408L105.662 96.1286C105.772 95.8779 105.897 95.8779 106.101 95.8779H109.579C109.736 95.8779 109.877 96.0032 109.908 96.1599Z' fill='white'/%3E%3Cpath d='M105.662 96.1286L99.9282 128.181C99.8969 128.369 100.038 128.542 100.242 128.542H103.735C103.939 128.542 104.048 128.416 104.08 128.26L109.907 96.2382C109.939 96.0502 109.798 95.8779 109.594 95.8779H105.975C105.819 95.8779 105.693 95.9719 105.662 96.1286Z' fill='%239CCDC3'/%3E%3Cpath d='M100.68 105.027L104.064 128.166C104.095 128.354 103.954 128.542 103.751 128.542H100.132C99.9752 128.542 99.8499 128.432 99.8185 128.291L96.5443 104.996C96.654 104.745 96.7793 104.745 96.983 104.745H100.351C100.508 104.745 100.649 104.87 100.68 105.027Z' fill='white'/%3E%3Cpath d='M96.4348 105.011L90.654 137.033C90.6227 137.221 90.7637 137.409 90.9673 137.393H94.5392C94.6958 137.393 94.8212 137.283 94.8525 137.127L100.68 105.105C100.712 104.917 100.571 104.745 100.367 104.745H96.7481C96.5914 104.745 96.4661 104.855 96.4348 105.011Z' fill='%239CCDC3'/%3E%3Cpath d='M91.563 113.895L94.8372 137.034C94.8685 137.222 94.7276 137.394 94.5239 137.394H90.905C90.7484 137.394 90.6231 137.285 90.5917 137.144L87.3175 113.864C87.4272 113.613 87.5525 113.613 87.7562 113.613H91.234C91.3907 113.613 91.5317 113.739 91.563 113.895Z' fill='white'/%3E%3Cpath d='M87.3324 113.879L81.5986 145.931C81.5673 146.119 81.7083 146.292 81.9119 146.292H85.4054C85.6091 146.292 85.7188 146.166 85.7501 146.01L91.5779 113.988C91.6092 113.8 91.4682 113.628 91.2645 113.628H87.6457C87.489 113.628 87.3637 113.722 87.3324 113.879Z' fill='%239CCDC3'/%3E%3Cpath d='M82.3506 122.762L85.7344 145.9C85.7658 146.088 85.6248 146.276 85.4211 146.276H81.8023C81.6456 146.276 81.5203 146.167 81.4889 146.026L78.2147 122.73C78.3244 122.479 78.4497 122.479 78.6534 122.479H82.0216C82.1782 122.479 82.3192 122.605 82.3506 122.762Z' fill='white'/%3E%3Cpath d='M78.1052 122.652L72.3244 154.673C72.2931 154.861 72.4341 155.049 72.6377 155.034H76.2096C76.3663 155.034 76.4916 154.924 76.5229 154.767L82.3507 122.746C82.382 122.558 82.241 122.386 82.0374 122.386H78.4185C78.2619 122.386 78.1365 122.495 78.1052 122.652Z' fill='%239CCDC3'/%3E%3Cpath d='M73.2334 131.534L76.5076 154.673C76.539 154.861 76.398 155.033 76.1943 155.033H72.5755C72.4188 155.033 72.2934 154.923 72.2621 154.782L68.9879 131.503C69.0976 131.252 69.2229 131.252 69.4266 131.252H72.9044C73.0611 131.252 73.2021 131.377 73.2334 131.534Z' fill='white'/%3E%3Cpath d='M69.0042 131.519L63.2705 163.572C63.2391 163.76 63.3801 163.932 63.5838 163.932H67.0773C67.281 163.932 67.3906 163.807 67.422 163.65L73.2497 131.629C73.2811 131.441 73.1401 131.269 72.9364 131.269H69.3176C69.1609 131.269 69.0356 131.363 69.0042 131.519Z' fill='%239CCDC3'/%3E%3Cpath d='M64.0226 140.401L67.4064 163.54C67.4378 163.728 67.2968 163.916 67.0931 163.916H63.4742C63.3176 163.916 63.1922 163.806 63.1609 163.665L59.8867 140.37C59.9964 140.119 60.1217 140.119 60.3254 140.119H63.6936C63.8502 140.119 63.9912 140.244 64.0226 140.401Z' fill='white'/%3E%3Cpath d='M59.7756 140.385L53.9948 172.407C53.9635 172.595 54.1045 172.783 54.3082 172.767H57.88C58.0367 172.767 58.162 172.657 58.1933 172.501L64.0211 140.479C64.0524 140.291 63.9114 140.119 63.7078 140.119H60.0889C59.9323 140.119 59.8069 140.229 59.7756 140.385Z' fill='%239CCDC3'/%3E%3Cpath d='M54.9192 149.268L58.1934 172.407C58.2247 172.595 58.0838 172.767 57.8801 172.767H54.2612C54.1046 172.767 53.9792 172.658 53.9479 172.517L50.6737 149.237C50.7834 148.986 50.9087 148.986 51.1124 148.986H54.5902C54.7469 148.986 54.8879 149.112 54.9192 149.268Z' fill='white'/%3E%3Cpath d='M50.6748 149.253L44.941 181.305C44.9097 181.493 45.0507 181.666 45.2543 181.666H48.7479C48.9515 181.666 49.0612 181.54 49.0925 181.384L54.9203 149.362C54.9516 149.174 54.8106 149.002 54.607 149.002H50.9881C50.8314 149.002 50.7061 149.096 50.6748 149.253Z' fill='%239CCDC3'/%3E%3Cpath d='M45.693 158.135L49.0768 181.274C49.1082 181.462 48.9672 181.65 48.7635 181.65H45.1446C44.988 181.65 44.8627 181.541 44.8313 181.4L41.5571 158.104C41.6668 157.854 41.7921 157.854 41.9958 157.854H45.364C45.5206 157.854 45.6616 157.979 45.693 158.135Z' fill='white'/%3E%3Cpath d='M41.4629 158.025L35.6821 190.046C35.6508 190.234 35.7918 190.422 35.9954 190.407H39.5673C39.7239 190.407 39.8492 190.297 39.8806 190.14L45.7083 158.119C45.7397 157.931 45.5987 157.759 45.395 157.759H41.7762C41.6195 157.759 41.4942 157.868 41.4629 158.025Z' fill='%239CCDC3'/%3E%3Cpath d='M36.5911 166.908L39.8653 190.047C39.8966 190.235 39.7556 190.407 39.552 190.407H35.9331C35.7764 190.407 35.6511 190.297 35.6198 190.156L32.3456 166.877C32.4552 166.626 32.5806 166.626 32.7842 166.626H36.2621C36.4188 166.626 36.5598 166.751 36.5911 166.908Z' fill='white'/%3E%3Cpath d='M32.3452 166.893L26.6114 198.946C26.5801 199.134 26.7211 199.306 26.9247 199.306H30.4183C30.6219 199.306 30.7316 199.181 30.7629 199.024L36.5907 167.003C36.622 166.815 36.481 166.643 36.2773 166.643H32.6585C32.5018 166.643 32.3765 166.737 32.3452 166.893Z' fill='%239CCDC3'/%3E%3Cpath d='M27.3634 175.776L30.7472 198.915C30.7786 199.103 30.6376 199.291 30.4339 199.291H26.8151C26.6584 199.291 26.5331 199.181 26.5017 199.04L23.2275 175.745C23.3372 175.494 23.4625 175.494 23.6662 175.494H27.0344C27.191 175.494 27.332 175.619 27.3634 175.776Z' fill='white'/%3E%3Cpath d='M23.118 175.76L17.3372 207.782C17.3059 207.97 17.4469 208.158 17.6506 208.142H21.2224C21.3791 208.142 21.5044 208.032 21.5357 207.876L27.3635 175.854C27.3948 175.666 27.2539 175.494 27.0502 175.494H23.4313C23.2747 175.494 23.1493 175.604 23.118 175.76Z' fill='%239CCDC3'/%3E%3Cpath d='M18.2462 184.658L21.5204 207.797C21.5518 207.985 21.4108 208.157 21.2071 208.157H17.5883C17.4316 208.157 17.3063 208.047 17.2749 207.906L14.0007 184.627C14.1104 184.376 14.2357 184.376 14.4394 184.376H17.9172C18.0739 184.376 18.2149 184.501 18.2462 184.658Z' fill='white'/%3E%3Cpath d='M14.0156 184.627L8.28182 216.679C8.25049 216.867 8.39149 217.04 8.59515 217.04H12.0887C12.2923 217.04 12.402 216.914 12.4333 216.758L18.2611 184.736C18.2924 184.548 18.1514 184.376 17.9478 184.376H14.3289C14.1723 184.376 14.0469 184.47 14.0156 184.627Z' fill='%239CCDC3'/%3E%3Cpath d='M9.03378 193.51L12.4176 216.648C12.449 216.836 12.308 217.024 12.1043 217.024H8.48547C8.32881 217.024 8.20348 216.915 8.17215 216.774L4.89795 193.478C5.00761 193.227 5.13294 193.228 5.3366 193.228H8.7048C8.86146 193.228 9.00245 193.353 9.03378 193.51Z' fill='white'/%3E%3Cpath d='M4.78843 193.416L-0.992345 225.437C-1.02368 225.625 -0.882688 225.813 -0.679029 225.797H2.89283C3.04949 225.797 3.17482 225.688 3.20615 225.531L9.03392 193.51C9.06526 193.322 8.92425 193.149 8.7206 193.149H5.10174C4.94508 193.149 4.81976 193.259 4.78843 193.416Z' fill='%239CCDC3'/%3E%3Cpath d='M-0.0833616 202.298L3.19084 225.436C3.22217 225.624 3.08118 225.797 2.87752 225.797H-0.741344C-0.898005 225.797 -1.02333 225.687 -1.05466 225.546L-4.32886 202.266C-4.2192 202.016 -4.09387 202.016 -3.89021 202.016H-0.412347C-0.255687 202.016 -0.114694 202.141 -0.0833616 202.298Z' fill='white'/%3E%3Cpath d='M264.531 -26.5833L258.75 5.43808C258.719 5.62607 258.86 5.81408 259.064 5.79841H262.636C262.792 5.79841 262.917 5.68873 262.949 5.53207L268.777 -26.4893C268.808 -26.6773 268.667 -26.8496 268.463 -26.8496H264.844C264.688 -26.8496 264.562 -26.74 264.531 -26.5833Z' fill='%239CCDC3'/%3E%3Cpath d='M259.659 -17.7004L262.933 5.43828C262.965 5.62627 262.824 5.79862 262.62 5.79862H259.001C258.845 5.79862 258.719 5.68895 258.688 5.54796L255.414 -17.7318C255.523 -17.9825 255.649 -17.9824 255.852 -17.9824H259.33C259.487 -17.9824 259.628 -17.8571 259.659 -17.7004Z' fill='white'/%3E%3Cpath d='M255.43 -17.7161L249.696 14.3366C249.665 14.5246 249.806 14.6969 250.01 14.6969H253.503C253.707 14.6969 253.817 14.5716 253.848 14.4149L259.676 -17.6065C259.707 -17.7945 259.566 -17.9668 259.362 -17.9668H255.744C255.587 -17.9668 255.462 -17.8728 255.43 -17.7161Z' fill='%239CCDC3'/%3E%3Cpath d='M250.448 -8.83321L253.832 14.3055C253.864 14.4935 253.723 14.6815 253.519 14.6815H249.9C249.743 14.6815 249.618 14.5719 249.587 14.4309L246.312 -8.86457C246.422 -9.11523 246.547 -9.11523 246.751 -9.11523H250.119C250.276 -9.11523 250.417 -8.98987 250.448 -8.83321Z' fill='white'/%3E%3Cpath d='M246.202 -8.84889L240.421 23.1725C240.389 23.3605 240.53 23.5485 240.734 23.5328H244.306C244.463 23.5328 244.588 23.4232 244.619 23.2665L250.447 -8.7549C250.478 -8.94289 250.337 -9.11523 250.134 -9.11523H246.515C246.358 -9.11523 246.233 -9.00555 246.202 -8.84889Z' fill='%239CCDC3'/%3E%3Cpath d='M241.33 0.0339782L244.604 23.1727C244.635 23.3607 244.494 23.533 244.291 23.533H240.672C240.515 23.533 240.39 23.4234 240.358 23.2824L237.084 0.00261552C237.194 -0.248041 237.319 -0.248047 237.523 -0.248047H241.001C241.157 -0.248047 241.298 -0.122682 241.33 0.0339782Z' fill='white'/%3E%3Cpath d='M237.085 0.0182405L231.352 32.0709C231.32 32.2589 231.461 32.4313 231.665 32.4313H235.158C235.362 32.4313 235.472 32.306 235.503 32.1493L241.331 0.127914C241.362 -0.0600782 241.205 -0.232422 241.017 -0.232422H237.399C237.242 -0.232422 237.117 -0.13842 237.085 0.0182405Z' fill='%239CCDC3'/%3E%3Cpath d='M232.102 8.90112L235.486 32.0399C235.517 32.2279 235.376 32.4159 235.173 32.4159H231.554C231.397 32.4159 231.272 32.3062 231.24 32.1652L227.966 8.8698C228.076 8.61915 228.201 8.61914 228.405 8.61914H231.773C231.93 8.61914 232.071 8.74446 232.102 8.90112Z' fill='white'/%3E%3Cpath d='M227.874 8.79076L222.093 40.8122C222.061 41.0001 222.202 41.1881 222.406 41.1724H225.978C226.135 41.1724 226.26 41.0628 226.291 40.9061L232.119 8.88475C232.15 8.69676 232.009 8.52441 231.806 8.52441H228.187C228.03 8.52441 227.905 8.6341 227.874 8.79076Z' fill='%239CCDC3'/%3E%3Cpath d='M223 17.6892L226.274 40.8279C226.306 41.0159 226.165 41.1883 225.961 41.1883H222.342C222.185 41.1883 222.06 41.0786 222.029 40.9376L218.755 17.6579C218.864 17.4072 218.99 17.4072 219.193 17.4072H222.671C222.828 17.4072 222.969 17.5325 223 17.6892Z' fill='white'/%3E%3Cpath d='M218.756 17.6579L213.022 49.7106C212.991 49.8986 213.132 50.0709 213.335 50.0709H216.829C217.032 50.0709 217.142 49.9456 217.173 49.7889L223.001 17.7675C223.033 17.5795 222.876 17.4072 222.688 17.4072H219.069C218.912 17.4072 218.787 17.5012 218.756 17.6579Z' fill='%239CCDC3'/%3E%3Cpath d='M213.774 26.5408L217.158 49.6795C217.189 49.8675 217.048 50.0555 216.844 50.0555H213.226C213.069 50.0555 212.944 49.9458 212.912 49.8048L209.638 26.5095C209.748 26.2588 209.873 26.2588 210.077 26.2588H213.445C213.602 26.2588 213.743 26.3841 213.774 26.5408Z' fill='white'/%3E%3Cpath d='M209.544 26.5251L203.763 58.5465C203.732 58.7345 203.873 58.9225 204.076 58.9068H207.648C207.805 58.9068 207.93 58.7971 207.962 58.6405L213.789 26.6191C213.821 26.4311 213.68 26.2588 213.476 26.2588H209.857C209.701 26.2588 209.575 26.3684 209.544 26.5251Z' fill='%239CCDC3'/%3E%3Cpath d='M204.672 35.408L207.946 58.5467C207.978 58.7347 207.837 58.907 207.633 58.907H204.014C203.858 58.907 203.732 58.7973 203.701 58.6564L200.427 35.3766C200.536 35.126 200.662 35.126 200.865 35.126H204.343C204.5 35.126 204.641 35.2513 204.672 35.408Z' fill='white'/%3E%3Cpath d='M200.442 35.3913L194.708 67.444C194.676 67.632 194.817 67.8043 195.021 67.8043H198.515C198.718 67.8043 198.828 67.679 198.859 67.5224L204.687 35.501C204.718 35.313 204.577 35.1406 204.374 35.1406H200.755C200.598 35.1406 200.473 35.2346 200.442 35.3913Z' fill='%239CCDC3'/%3E%3Cpath d='M195.46 44.2751L198.844 67.4139C198.875 67.6019 198.734 67.7899 198.53 67.7899H194.911C194.755 67.7899 194.629 67.6802 194.598 67.5392L191.324 44.2438C191.434 43.9932 191.559 43.9932 191.762 43.9932H195.131C195.287 43.9932 195.428 44.1185 195.46 44.2751Z' fill='white'/%3E%3Cpath d='M191.214 44.1647L185.434 76.1861C185.402 76.3741 185.543 76.5621 185.747 76.5465H189.319C189.475 76.5465 189.601 76.4368 189.632 76.2801L195.46 44.2587C195.491 44.0707 195.35 43.8984 195.146 43.8984H191.528C191.371 43.8984 191.246 44.0081 191.214 44.1647Z' fill='%239CCDC3'/%3E%3Cpath d='M186.343 53.0632L189.617 76.202C189.648 76.39 189.507 76.5623 189.303 76.5623H185.685C185.528 76.5623 185.403 76.4527 185.371 76.3117L182.097 53.0319C182.207 52.7813 182.332 52.7812 182.536 52.7812H186.014C186.17 52.7812 186.311 52.9066 186.343 53.0632Z' fill='white'/%3E%3Cpath d='M182.112 53.0319L176.378 85.0846C176.347 85.2726 176.488 85.445 176.691 85.445H180.185C180.389 85.445 180.498 85.3196 180.53 85.163L186.357 53.1416C186.389 52.9536 186.248 52.7812 186.044 52.7812H182.425C182.269 52.7812 182.143 52.8753 182.112 53.0319Z' fill='%239CCDC3'/%3E%3Cpath d='M177.13 61.9148L180.514 85.0536C180.545 85.2416 180.404 85.4295 180.201 85.4295H176.582C176.425 85.4295 176.3 85.3199 176.268 85.1789L172.994 61.8835C173.104 61.6328 173.229 61.6328 173.433 61.6328H176.801C176.958 61.6328 177.099 61.7582 177.13 61.9148Z' fill='white'/%3E%3Cpath d='M172.869 61.9148L167.089 93.9362C167.057 94.1242 167.198 94.3121 167.402 94.2965H170.974C171.13 94.2965 171.256 94.1868 171.287 94.0302L177.115 62.0088C177.146 61.8208 177.005 61.6484 176.802 61.6484H173.183C173.026 61.6484 172.901 61.7581 172.869 61.9148Z' fill='%239CCDC3'/%3E%3Cpath d='M168.013 70.7966L171.287 93.9354C171.318 94.1234 171.178 94.2957 170.974 94.2957H167.355C167.198 94.2957 167.073 94.186 167.042 94.045L163.767 70.7653C163.877 70.5147 164.002 70.5146 164.206 70.5146H167.684C167.841 70.5146 167.982 70.64 168.013 70.7966Z' fill='white'/%3E%3Cpath d='M163.767 70.7653L158.033 102.818C158.002 103.006 158.143 103.178 158.347 103.178H161.84C162.044 103.178 162.153 103.053 162.185 102.896L168.013 70.875C168.044 70.687 167.887 70.5146 167.699 70.5146H164.08C163.924 70.5146 163.798 70.6087 163.767 70.7653Z' fill='%239CCDC3'/%3E%3Cpath d='M158.785 79.6648L162.169 102.804C162.2 102.992 162.059 103.18 161.856 103.18H158.237C158.08 103.18 157.955 103.07 157.924 102.929L154.649 79.6335C154.759 79.3828 154.884 79.3828 155.088 79.3828H158.456C158.613 79.3828 158.754 79.5081 158.785 79.6648Z' fill='white'/%3E%3Cpath d='M154.555 79.5544L148.774 111.576C148.743 111.764 148.884 111.952 149.088 111.936H152.66C152.816 111.936 152.942 111.826 152.973 111.67L158.801 79.6484C158.832 79.4604 158.691 79.2881 158.487 79.2881H154.868C154.712 79.2881 154.586 79.3977 154.555 79.5544Z' fill='%239CCDC3'/%3E%3Cpath d='M149.683 88.4373L152.958 111.576C152.989 111.764 152.848 111.936 152.644 111.936H149.026C148.869 111.936 148.744 111.827 148.712 111.686L145.438 88.4059C145.548 88.1552 145.673 88.1553 145.877 88.1553H149.354C149.511 88.1553 149.652 88.2806 149.683 88.4373Z' fill='white'/%3E%3Cpath d='M145.437 88.4216L139.704 120.474C139.672 120.662 139.813 120.835 140.017 120.835H143.511C143.714 120.835 143.824 120.709 143.855 120.553L149.683 88.5312C149.714 88.3432 149.558 88.1709 149.37 88.1709H145.751C145.594 88.1709 145.469 88.2649 145.437 88.4216Z' fill='%239CCDC3'/%3E%3Cpath d='M140.456 97.3035L143.84 120.442C143.871 120.63 143.73 120.818 143.526 120.818H139.907C139.751 120.818 139.625 120.709 139.594 120.568L136.32 97.2721C136.429 97.0215 136.555 97.0215 136.758 97.0215H140.127C140.283 97.0215 140.424 97.1468 140.456 97.3035Z' fill='white'/%3E%3Cpath d='M136.227 97.2878L130.446 129.309C130.415 129.497 130.556 129.685 130.76 129.67H134.332C134.488 129.67 134.614 129.56 134.645 129.403L140.473 97.3818C140.504 97.1938 140.363 97.0215 140.159 97.0215H136.54C136.384 97.0215 136.258 97.1312 136.227 97.2878Z' fill='%239CCDC3'/%3E%3Cpath d='M131.354 106.171L134.628 129.309C134.659 129.497 134.518 129.67 134.315 129.67H130.696C130.539 129.67 130.414 129.56 130.383 129.419L127.108 106.139C127.218 105.889 127.343 105.889 127.547 105.889H131.025C131.182 105.889 131.323 106.014 131.354 106.171Z' fill='white'/%3E%3Cpath d='M127.109 106.139L121.376 138.192C121.344 138.38 121.485 138.552 121.689 138.552H125.183C125.386 138.552 125.496 138.427 125.527 138.27L131.355 106.249C131.386 106.061 131.23 105.889 131.042 105.889H127.423C127.266 105.889 127.141 105.983 127.109 106.139Z' fill='%239CCDC3'/%3E%3Cpath d='M122.128 115.038L125.511 138.177C125.543 138.365 125.402 138.553 125.198 138.553H121.579C121.423 138.553 121.297 138.443 121.266 138.302L117.992 115.007C118.101 114.756 118.227 114.756 118.43 114.756H121.799C121.955 114.756 122.096 114.881 122.128 115.038Z' fill='white'/%3E%3Cpath d='M117.898 114.928L112.117 146.95C112.085 147.138 112.226 147.326 112.43 147.31H116.002C116.159 147.31 116.284 147.2 116.315 147.044L122.143 115.022C122.174 114.834 122.033 114.662 121.83 114.662H118.211C118.054 114.662 117.929 114.772 117.898 114.928Z' fill='%239CCDC3'/%3E%3Cpath d='M113.026 123.811L116.3 146.95C116.331 147.138 116.19 147.31 115.987 147.31H112.368C112.211 147.31 112.086 147.201 112.054 147.06L108.78 123.78C108.89 123.529 109.015 123.529 109.219 123.529H112.697C112.853 123.529 112.994 123.655 113.026 123.811Z' fill='white'/%3E%3Cpath d='M108.78 123.796L103.046 155.848C103.015 156.036 103.156 156.209 103.359 156.209H106.853C107.057 156.209 107.166 156.083 107.198 155.927L113.025 123.905C113.057 123.717 112.9 123.545 112.712 123.545H109.093C108.937 123.545 108.811 123.639 108.78 123.796Z' fill='%239CCDC3'/%3E%3Cpath d='M103.813 132.678L107.197 155.817C107.229 156.005 107.088 156.193 106.884 156.193H103.265C103.108 156.193 102.983 156.084 102.952 155.943L99.6775 132.647C99.7872 132.396 99.9125 132.396 100.116 132.396H103.484C103.641 132.396 103.782 132.522 103.813 132.678Z' fill='white'/%3E%3Cpath d='M99.5527 132.663L93.7719 164.684C93.7406 164.872 93.8816 165.06 94.0853 165.045H97.6571C97.8138 165.045 97.9391 164.935 97.9704 164.778L103.798 132.757C103.83 132.569 103.689 132.396 103.485 132.396H99.866C99.7094 132.396 99.584 132.506 99.5527 132.663Z' fill='%239CCDC3'/%3E%3Cpath d='M94.6809 141.546L97.9551 164.684C97.9865 164.872 97.8455 165.045 97.6418 165.045H94.0229C93.8663 165.045 93.741 164.935 93.7096 164.794L90.4354 141.514C90.5451 141.264 90.6704 141.264 90.8741 141.264H94.3519C94.5086 141.264 94.6496 141.389 94.6809 141.546Z' fill='white'/%3E%3Cpath d='M90.4503 141.529L84.7165 173.582C84.6852 173.77 84.8262 173.942 85.0298 173.942H88.5234C88.727 173.942 88.8367 173.817 88.868 173.66L94.6958 141.639C94.7271 141.451 94.5861 141.278 94.3825 141.278H90.7636C90.6069 141.278 90.4816 141.372 90.4503 141.529Z' fill='%239CCDC3'/%3E%3Cpath d='M85.4685 150.413L88.8523 173.552C88.8837 173.74 88.7427 173.928 88.539 173.928H84.9202C84.7635 173.928 84.6382 173.818 84.6068 173.677L81.3326 150.382C81.4423 150.131 81.5676 150.131 81.7713 150.131H85.1395C85.2961 150.131 85.4371 150.256 85.4685 150.413Z' fill='white'/%3E%3Cpath d='M81.2231 150.302L75.4423 182.324C75.411 182.512 75.552 182.7 75.7557 182.684H79.3275C79.4842 182.684 79.6095 182.574 79.6409 182.418L85.4686 150.396C85.5 150.208 85.359 150.036 85.1553 150.036H81.5364C81.3798 150.036 81.2545 150.146 81.2231 150.302Z' fill='%239CCDC3'/%3E%3Cpath d='M76.3666 159.201L79.6408 182.34C79.6721 182.528 79.5311 182.7 79.3275 182.7H75.7086C75.552 182.7 75.4266 182.59 75.3953 182.449L72.1211 159.17C72.2308 158.919 72.3561 158.919 72.5597 158.919H76.0376C76.1943 158.919 76.3353 159.044 76.3666 159.201Z' fill='white'/%3E%3Cpath d='M72.1207 159.17L66.3869 191.222C66.3556 191.41 66.4966 191.583 66.7003 191.583H70.1938C70.3974 191.583 70.5071 191.457 70.5384 191.301L76.3662 159.279C76.3975 159.091 76.2565 158.919 76.0529 158.919H72.434C72.2774 158.919 72.152 159.013 72.1207 159.17Z' fill='%239CCDC3'/%3E%3Cpath d='M67.1389 168.052L70.5227 191.19C70.5541 191.378 70.4131 191.566 70.2094 191.566H66.5906C66.4339 191.566 66.3086 191.457 66.2772 191.316L63.0031 168.02C63.1127 167.769 63.238 167.77 63.4417 167.77H66.8099C66.9665 167.77 67.1076 167.895 67.1389 168.052Z' fill='white'/%3E%3Cpath d='M62.9088 168.036L57.128 200.057C57.0967 200.245 57.2377 200.433 57.4413 200.418H61.0132C61.1698 200.418 61.2952 200.308 61.3265 200.151L67.1543 168.13C67.1856 167.942 67.0446 167.77 66.841 167.77H63.2221C63.0654 167.77 62.9401 167.879 62.9088 168.036Z' fill='%239CCDC3'/%3E%3Cpath d='M58.0371 176.919L61.3113 200.057C61.3427 200.245 61.2016 200.418 60.998 200.418H57.3791C57.2225 200.418 57.0972 200.308 57.0658 200.167L53.7916 176.887C53.9013 176.637 54.0266 176.637 54.2303 176.637H57.7081C57.8648 176.637 58.0058 176.762 58.0371 176.919Z' fill='white'/%3E%3Cpath d='M53.7911 176.903L48.0573 208.956C48.026 209.144 48.167 209.316 48.3707 209.316H51.8642C52.0679 209.316 52.1775 209.191 52.2089 209.034L58.0366 177.013C58.0679 176.825 57.9269 176.652 57.7233 176.652H54.1044C53.9478 176.652 53.8224 176.746 53.7911 176.903Z' fill='%239CCDC3'/%3E%3Cpath d='M48.8093 185.787L52.1932 208.926C52.2245 209.114 52.0835 209.302 51.8799 209.302H48.261C48.1043 209.302 47.979 209.192 47.9477 209.051L44.6735 185.755C44.7831 185.505 44.9085 185.505 45.1121 185.505H48.4803C48.637 185.505 48.778 185.63 48.8093 185.787Z' fill='white'/%3E%3Cpath d='M44.5808 185.676L38.8 217.698C38.7687 217.886 38.9097 218.074 39.1134 218.058H42.6852C42.8419 218.058 42.9672 217.948 42.9985 217.792L48.8263 185.77C48.8576 185.582 48.7166 185.41 48.513 185.41H44.8941C44.7374 185.41 44.6121 185.52 44.5808 185.676Z' fill='%239CCDC3'/%3E%3Cpath d='M39.7075 194.575L42.9817 217.714C43.013 217.902 42.8721 218.074 42.6684 218.074H39.0495C38.8929 218.074 38.7676 217.964 38.7362 217.823L35.462 194.544C35.5717 194.293 35.697 194.293 35.9007 194.293H39.3785C39.5352 194.293 39.6762 194.418 39.7075 194.575Z' fill='white'/%3E%3Cpath d='M35.4631 194.544L29.7293 226.596C29.698 226.784 29.839 226.957 30.0427 226.957H33.5362C33.7398 226.957 33.8495 226.831 33.8808 226.675L39.7086 194.653C39.7399 194.465 39.5833 194.293 39.3953 194.293H35.7764C35.6198 194.293 35.4944 194.387 35.4631 194.544Z' fill='%239CCDC3'/%3E%3Cpath d='M30.4813 203.442L33.8652 226.581C33.8965 226.769 33.7555 226.957 33.5518 226.957H29.933C29.7763 226.957 29.651 226.847 29.6197 226.706L26.3455 203.411C26.4551 203.16 26.5804 203.16 26.7841 203.16H30.1523C30.309 203.16 30.45 203.285 30.4813 203.442Z' fill='white'/%3E%3Cpath d='M26.2359 203.427L20.4552 235.448C20.4238 235.636 20.5648 235.824 20.7685 235.808H24.3403C24.497 235.808 24.6223 235.699 24.6537 235.542L30.4814 203.521C30.5128 203.333 30.3718 203.16 30.1681 203.16H26.5493C26.3926 203.16 26.2673 203.27 26.2359 203.427Z' fill='%239CCDC3'/%3E%3Cpath d='M21.3627 212.308L24.6369 235.447C24.6682 235.635 24.5272 235.807 24.3236 235.807H20.7047C20.5481 235.807 20.4227 235.698 20.3914 235.557L17.1172 212.277C17.2268 212.026 17.3522 212.026 17.5558 212.026H21.0337C21.1904 212.026 21.3314 212.152 21.3627 212.308Z' fill='white'/%3E%3Cpath d='M17.1335 212.277L11.3997 244.33C11.3684 244.518 11.5094 244.69 11.7131 244.69H15.2066C15.4103 244.69 15.5199 244.565 15.5512 244.408L21.379 212.387C21.4103 212.199 21.2694 212.026 21.0657 212.026H17.4468C17.2902 212.026 17.1649 212.12 17.1335 212.277Z' fill='%239CCDC3'/%3E%3Cpath d='M12.1517 221.176L15.5356 244.314C15.5669 244.502 15.4259 244.69 15.2222 244.69H11.6034C11.4467 244.69 11.3214 244.581 11.2901 244.44L8.01587 221.144C8.12553 220.894 8.25086 220.894 8.45452 220.894H11.8227C11.9794 220.894 12.1204 221.019 12.1517 221.176Z' fill='white'/%3E%3Cpath d='M7.90635 221.066L2.12557 253.087C2.09424 253.275 2.23524 253.464 2.4389 253.448H6.01076C6.16742 253.448 6.29274 253.338 6.32407 253.181L12.1518 221.16C12.1832 220.972 12.0422 220.8 11.8385 220.8H8.21966C8.063 220.8 7.93768 220.909 7.90635 221.066Z' fill='%239CCDC3'/%3E%3Cpath d='M3.03456 229.949L6.30876 253.088C6.34009 253.276 6.1991 253.448 5.99544 253.448H2.37659C2.21993 253.448 2.09459 253.338 2.06326 253.197L-1.21094 229.918C-1.10128 229.667 -0.975949 229.667 -0.77229 229.667H2.70557C2.86223 229.667 3.00323 229.792 3.03456 229.949Z' fill='white'/%3E%3Cpath d='M-1.19607 229.933L-6.92985 261.986C-6.96118 262.174 -6.82019 262.346 -6.61653 262.346H-3.123C-2.91934 262.346 -2.80967 262.221 -2.77834 262.064L3.04943 230.043C3.08076 229.855 2.93976 229.683 2.7361 229.683H-0.882752C-1.03941 229.683 -1.16474 229.777 -1.19607 229.933Z' fill='%239CCDC3'/%3E%3Cpath d='M295.457 -27.1624L289.723 4.89028C289.692 5.07827 289.833 5.25062 290.036 5.25062H293.53C293.733 5.25062 293.843 5.1253 293.874 4.96864L299.702 -27.0527C299.733 -27.2407 299.592 -27.4131 299.389 -27.4131H295.77C295.613 -27.4131 295.488 -27.3191 295.457 -27.1624Z' fill='%239CCDC3'/%3E%3Cpath d='M290.475 -18.2795L293.859 4.85923C293.89 5.04722 293.749 5.2352 293.545 5.2352H289.927C289.77 5.2352 289.645 5.12553 289.613 4.98453L286.339 -18.3109C286.449 -18.5615 286.574 -18.5615 286.778 -18.5615H290.146C290.303 -18.5615 290.444 -18.4362 290.475 -18.2795Z' fill='white'/%3E%3Cpath d='M286.245 -18.2952L280.464 13.7262C280.433 13.9142 280.574 14.1022 280.777 14.0865H284.349C284.506 14.0865 284.631 13.9769 284.662 13.8202L290.49 -18.2012C290.522 -18.3892 290.381 -18.5615 290.177 -18.5615H286.558C286.401 -18.5615 286.276 -18.4518 286.245 -18.2952Z' fill='%239CCDC3'/%3E%3Cpath d='M281.373 -9.41231L284.647 13.7264C284.679 13.9144 284.538 14.0868 284.334 14.0868H280.715C280.558 14.0868 280.433 13.9771 280.402 13.8361L277.128 -9.44367C277.237 -9.69433 277.363 -9.69434 277.566 -9.69434H281.044C281.201 -9.69434 281.342 -9.56897 281.373 -9.41231Z' fill='white'/%3E%3Cpath d='M277.142 -9.42903L271.409 22.6237C271.377 22.8117 271.518 22.984 271.722 22.984H275.216C275.419 22.984 275.529 22.8587 275.56 22.702L281.388 -9.31935C281.419 -9.50734 281.263 -9.67969 281.075 -9.67969H277.456C277.299 -9.67969 277.174 -9.58569 277.142 -9.42903Z' fill='%239CCDC3'/%3E%3Cpath d='M272.161 -0.546148L275.544 22.5926C275.576 22.7806 275.435 22.9686 275.231 22.9686H271.612C271.456 22.9686 271.33 22.8589 271.299 22.7179L268.025 -0.577463C268.134 -0.828119 268.26 -0.828125 268.463 -0.828125H271.832C271.988 -0.828125 272.129 -0.702808 272.161 -0.546148Z' fill='white'/%3E%3Cpath d='M267.915 -0.655592L262.134 31.3658C262.103 31.5538 262.244 31.7418 262.448 31.7261H266.02C266.176 31.7261 266.302 31.6165 266.333 31.4598L272.161 -0.5616C272.192 -0.749592 272.051 -0.937602 271.847 -0.921936H268.228C268.072 -0.921936 267.946 -0.812253 267.915 -0.655592Z' fill='%239CCDC3'/%3E%3Cpath d='M263.043 8.22729L266.318 31.3661C266.349 31.5541 266.208 31.7264 266.004 31.7264H262.386C262.229 31.7264 262.104 31.6167 262.072 31.4757L258.798 8.19597C258.908 7.94532 259.033 7.94531 259.237 7.94531H262.714C262.871 7.94531 263.012 8.07063 263.043 8.22729Z' fill='white'/%3E%3Cpath d='M258.813 8.2116L253.079 40.2643C253.048 40.4523 253.189 40.6246 253.392 40.6246H256.886C257.09 40.6246 257.199 40.4993 257.231 40.3426L263.058 8.32123C263.09 8.13323 262.949 7.96094 262.745 7.96094H259.126C258.969 7.96094 258.844 8.05494 258.813 8.2116Z' fill='%239CCDC3'/%3E%3Cpath d='M253.831 17.0945L257.215 40.2332C257.246 40.4212 257.105 40.6092 256.901 40.6092H253.283C253.126 40.6092 253.001 40.4996 252.969 40.3586L249.695 17.0632C249.805 16.8125 249.93 16.8125 250.134 16.8125H253.502C253.659 16.8125 253.8 16.9378 253.831 17.0945Z' fill='white'/%3E%3Cpath d='M249.57 17.0788L243.79 49.1002C243.758 49.2882 243.899 49.4762 244.103 49.4605H247.675C247.831 49.4605 247.957 49.3508 247.988 49.1942L253.816 17.1728C253.847 16.9848 253.706 16.8125 253.502 16.8125H249.884C249.727 16.8125 249.602 16.9221 249.57 17.0788Z' fill='%239CCDC3'/%3E%3Cpath d='M244.714 25.9764L247.988 49.1151C248.019 49.3031 247.878 49.4754 247.675 49.4754H244.056C243.899 49.4754 243.774 49.3658 243.743 49.2248L240.468 25.945C240.578 25.6943 240.703 25.6943 240.907 25.6943H244.385C244.542 25.6943 244.683 25.8197 244.714 25.9764Z' fill='white'/%3E%3Cpath d='M240.468 25.945L234.734 57.9978C234.703 58.1857 234.844 58.358 235.047 58.358H238.541C238.745 58.358 238.854 58.2327 238.886 58.0761L244.713 26.0547C244.745 25.8667 244.588 25.6943 244.4 25.6943H240.781C240.625 25.6943 240.499 25.7883 240.468 25.945Z' fill='%239CCDC3'/%3E%3Cpath d='M235.486 34.8279L238.87 57.9666C238.901 58.1546 238.76 58.3426 238.557 58.3426H234.938C234.781 58.3426 234.656 58.233 234.624 58.092L231.35 34.7966C231.46 34.5459 231.585 34.5459 231.789 34.5459H235.157C235.314 34.5459 235.455 34.6712 235.486 34.8279Z' fill='white'/%3E%3Cpath d='M231.256 34.7341L225.475 66.7555C225.444 66.9435 225.585 67.1315 225.789 67.1158H229.36C229.517 67.1158 229.642 67.0062 229.674 66.8495L235.502 34.8281C235.533 34.6401 235.392 34.4678 235.188 34.4678H231.569C231.413 34.4678 231.287 34.5775 231.256 34.7341Z' fill='%239CCDC3'/%3E%3Cpath d='M226.384 43.616L229.658 66.7547C229.69 66.9427 229.549 67.115 229.345 67.115H225.726C225.57 67.115 225.444 67.0054 225.413 66.8644L222.139 43.5846C222.248 43.334 222.374 43.334 222.577 43.334H226.055C226.212 43.334 226.353 43.4593 226.384 43.616Z' fill='white'/%3E%3Cpath d='M222.14 43.5846L216.406 75.6374C216.375 75.8253 216.516 75.9977 216.719 75.9977H220.213C220.417 75.9977 220.526 75.8724 220.558 75.7157L226.385 43.6943C226.417 43.5063 226.26 43.334 226.072 43.334H222.453C222.297 43.334 222.171 43.428 222.14 43.5846Z' fill='%239CCDC3'/%3E%3Cpath d='M217.158 52.4831L220.542 75.6219C220.573 75.8099 220.432 75.9979 220.229 75.9979H216.61C216.453 75.9979 216.328 75.8882 216.296 75.7472L213.022 52.4518C213.132 52.2012 213.257 52.2012 213.461 52.2012H216.829C216.986 52.2012 217.127 52.3265 217.158 52.4831Z' fill='white'/%3E%3Cpath d='M212.928 52.4529L207.147 84.4743C207.116 84.6623 207.257 84.8502 207.46 84.8345H211.032C211.189 84.8345 211.314 84.7249 211.346 84.5683L217.173 52.5469C217.205 52.3589 217.064 52.1865 216.86 52.1865H213.241C213.085 52.1865 212.959 52.2962 212.928 52.4529Z' fill='%239CCDC3'/%3E%3Cpath d='M208.055 61.3503L211.329 84.4891C211.36 84.6771 211.219 84.8494 211.016 84.8494H207.397C207.24 84.8494 207.115 84.7397 207.083 84.5987L203.809 61.319C203.919 61.0684 204.044 61.0684 204.248 61.0684H207.726C207.882 61.0684 208.023 61.1937 208.055 61.3503Z' fill='white'/%3E%3Cpath d='M203.81 61.319L198.077 93.3717C198.045 93.5597 198.186 93.7321 198.39 93.7321H201.883C202.087 93.7321 202.197 93.6067 202.228 93.45L208.056 61.4287C208.087 61.2407 207.93 61.0684 207.742 61.0684H204.124C203.967 61.0684 203.842 61.1624 203.81 61.319Z' fill='%239CCDC3'/%3E%3Cpath d='M198.828 70.2019L202.212 93.3407C202.244 93.5287 202.103 93.7166 201.899 93.7166H198.28C198.123 93.7166 197.998 93.607 197.967 93.466L194.693 70.1706C194.802 69.9199 194.928 69.9199 195.131 69.9199H198.499C198.656 69.9199 198.797 70.0452 198.828 70.2019Z' fill='white'/%3E%3Cpath d='M194.598 70.1081L188.818 102.129C188.786 102.317 188.927 102.505 189.131 102.49H192.703C192.859 102.49 192.985 102.38 193.016 102.223L198.844 70.2021C198.875 70.0141 198.734 69.8418 198.531 69.8418H194.912C194.755 69.8418 194.63 69.9514 194.598 70.1081Z' fill='%239CCDC3'/%3E%3Cpath d='M189.727 78.99L193.001 102.129C193.032 102.317 192.891 102.489 192.688 102.489H189.069C188.912 102.489 188.787 102.379 188.755 102.238L185.481 78.9586C185.591 78.708 185.716 78.708 185.92 78.708H189.398C189.554 78.708 189.695 78.8333 189.727 78.99Z' fill='white'/%3E%3Cpath d='M185.481 78.9586L179.747 111.011C179.716 111.199 179.857 111.372 180.06 111.372H183.554C183.757 111.372 183.867 111.246 183.898 111.09L189.726 79.0683C189.758 78.8803 189.601 78.708 189.413 78.708H185.794C185.637 78.708 185.512 78.802 185.481 78.9586Z' fill='%239CCDC3'/%3E%3Cpath d='M180.514 87.8572L183.898 110.996C183.929 111.184 183.788 111.372 183.585 111.372H179.966C179.809 111.372 179.684 111.262 179.653 111.121L176.378 87.8259C176.488 87.5752 176.613 87.5752 176.817 87.5752H180.185C180.342 87.5752 180.483 87.7006 180.514 87.8572Z' fill='white'/%3E%3Cpath d='M176.254 87.8415L170.473 119.863C170.441 120.051 170.582 120.239 170.786 120.223H174.358C174.515 120.223 174.64 120.114 174.671 119.957L180.499 87.9355C180.53 87.7475 180.389 87.5752 180.186 87.5752H176.567C176.41 87.5752 176.285 87.6849 176.254 87.8415Z' fill='%239CCDC3'/%3E%3Cpath d='M171.397 96.7254L174.671 119.864C174.703 120.052 174.562 120.224 174.358 120.224H170.739C170.582 120.224 170.457 120.115 170.426 119.974L167.152 96.694C167.261 96.4434 167.387 96.4434 167.59 96.4434H171.068C171.225 96.4434 171.366 96.5687 171.397 96.7254Z' fill='white'/%3E%3Cpath d='M167.151 96.7087L161.417 128.761C161.386 128.949 161.527 129.122 161.731 129.122H165.224C165.428 129.122 165.537 128.996 165.569 128.84L171.397 96.8183C171.428 96.6304 171.271 96.458 171.083 96.458H167.464C167.308 96.458 167.182 96.552 167.151 96.7087Z' fill='%239CCDC3'/%3E%3Cpath d='M162.169 105.592L165.553 128.73C165.584 128.918 165.443 129.106 165.24 129.106H161.621C161.464 129.106 161.339 128.997 161.308 128.856L158.033 105.56C158.143 105.31 158.268 105.31 158.472 105.31H161.84C161.997 105.31 162.138 105.435 162.169 105.592Z' fill='white'/%3E%3Cpath d='M157.924 105.481L152.143 137.503C152.112 137.691 152.253 137.879 152.456 137.863H156.028C156.185 137.863 156.31 137.753 156.342 137.597L162.169 105.575C162.201 105.387 162.06 105.215 161.856 105.215H158.237C158.081 105.215 157.955 105.325 157.924 105.481Z' fill='%239CCDC3'/%3E%3Cpath d='M153.068 114.381L156.342 137.519C156.373 137.707 156.232 137.88 156.028 137.88H152.41C152.253 137.88 152.128 137.77 152.096 137.629L148.822 114.349C148.932 114.099 149.057 114.099 149.261 114.099H152.739C152.895 114.099 153.036 114.224 153.068 114.381Z' fill='white'/%3E%3Cpath d='M148.822 114.349L143.088 146.402C143.057 146.59 143.198 146.762 143.401 146.762H146.895C147.098 146.762 147.208 146.637 147.239 146.48L153.067 114.459C153.098 114.271 152.957 114.099 152.754 114.099H149.135C148.978 114.099 148.853 114.193 148.822 114.349Z' fill='%239CCDC3'/%3E%3Cpath d='M143.84 123.231L147.224 146.37C147.255 146.558 147.114 146.746 146.91 146.746H143.291C143.135 146.746 143.009 146.636 142.978 146.495L139.704 123.2C139.814 122.949 139.939 122.949 140.143 122.949H143.511C143.667 122.949 143.808 123.075 143.84 123.231Z' fill='white'/%3E%3Cpath d='M139.61 123.216L133.829 155.238C133.798 155.426 133.939 155.614 134.142 155.598H137.714C137.871 155.598 137.996 155.488 138.027 155.332L143.855 123.31C143.887 123.122 143.746 122.934 143.542 122.95H139.923C139.766 122.95 139.641 123.06 139.61 123.216Z' fill='%239CCDC3'/%3E%3Cpath d='M134.738 132.098L138.012 155.237C138.043 155.425 137.902 155.597 137.699 155.597H134.08C133.923 155.597 133.798 155.488 133.767 155.347L130.492 132.067C130.602 131.816 130.727 131.816 130.931 131.816H134.409C134.566 131.816 134.707 131.942 134.738 132.098Z' fill='white'/%3E%3Cpath d='M130.493 132.083L124.76 164.135C124.728 164.323 124.869 164.496 125.073 164.496H128.567C128.77 164.496 128.88 164.37 128.911 164.214L134.739 132.192C134.77 132.004 134.614 131.832 134.426 131.832H130.807C130.65 131.832 130.525 131.926 130.493 132.083Z' fill='%239CCDC3'/%3E%3Cpath d='M125.512 140.966L128.896 164.104C128.927 164.292 128.786 164.48 128.582 164.48H124.963C124.807 164.48 124.681 164.371 124.65 164.23L121.376 140.934C121.486 140.684 121.611 140.684 121.815 140.684H125.183C125.339 140.684 125.48 140.809 125.512 140.966Z' fill='white'/%3E%3Cpath d='M121.282 140.855L115.501 172.877C115.47 173.065 115.611 173.253 115.814 173.237H119.386C119.543 173.237 119.668 173.127 119.699 172.971L125.527 140.949C125.559 140.761 125.418 140.589 125.214 140.589H121.595C121.438 140.589 121.313 140.699 121.282 140.855Z' fill='%239CCDC3'/%3E%3Cpath d='M116.408 149.754L119.683 172.892C119.714 173.08 119.573 173.253 119.369 173.253H115.75C115.594 173.253 115.468 173.143 115.437 173.002L112.163 149.722C112.273 149.472 112.398 149.472 112.601 149.472H116.079C116.236 149.472 116.377 149.597 116.408 149.754Z' fill='white'/%3E%3Cpath d='M112.164 149.722L106.43 181.775C106.399 181.963 106.54 182.135 106.743 182.135H110.237C110.441 182.135 110.55 182.01 110.582 181.853L116.409 149.832C116.441 149.644 116.3 149.472 116.096 149.472H112.477C112.321 149.472 112.195 149.566 112.164 149.722Z' fill='%239CCDC3'/%3E%3Cpath d='M107.182 158.606L110.566 181.745C110.597 181.933 110.456 182.121 110.253 182.121H106.634C106.477 182.121 106.352 182.011 106.32 181.87L103.046 158.575C103.156 158.324 103.281 158.324 103.485 158.324H106.853C107.01 158.324 107.151 158.45 107.182 158.606Z' fill='white'/%3E%3Cpath d='M102.937 158.591L97.156 190.612C97.1246 190.8 97.2657 190.988 97.4693 190.972H101.041C101.198 190.972 101.323 190.863 101.354 190.706L107.182 158.685C107.214 158.497 107.073 158.324 106.869 158.324H103.25C103.093 158.324 102.968 158.434 102.937 158.591Z' fill='%239CCDC3'/%3E%3Cpath d='M98.0635 167.488L101.338 190.627C101.369 190.815 101.228 190.987 101.024 190.987H97.4055C97.2488 190.987 97.1235 190.877 97.0922 190.736L93.818 167.457C93.9277 167.206 94.053 167.206 94.2566 167.206H97.7345C97.8912 167.206 98.0321 167.331 98.0635 167.488Z' fill='white'/%3E%3Cpath d='M93.8343 167.457L88.1006 199.51C88.0692 199.698 88.2102 199.87 88.4139 199.87H91.9074C92.1111 199.87 92.2207 199.744 92.2521 199.588L98.0798 167.566C98.1112 167.378 97.9702 167.206 97.7665 167.206H94.1476C93.991 167.206 93.8657 167.3 93.8343 167.457Z' fill='%239CCDC3'/%3E%3Cpath d='M88.8525 176.34L92.2364 199.478C92.2677 199.666 92.1267 199.854 91.923 199.854H88.3042C88.1475 199.854 88.0222 199.745 87.9909 199.604L84.7167 176.308C84.8263 176.058 84.9517 176.058 85.1553 176.058H88.5235C88.6802 176.058 88.8212 176.183 88.8525 176.34Z' fill='white'/%3E%3Cpath d='M84.6072 176.246L78.8264 208.267C78.795 208.455 78.936 208.643 79.1397 208.627H82.7116C82.8682 208.627 82.9936 208.518 83.0249 208.361L88.8527 176.34C88.884 176.152 88.743 175.979 88.5393 175.979H84.9205C84.7638 175.979 84.6385 176.089 84.6072 176.246Z' fill='%239CCDC3'/%3E%3Cpath d='M79.7355 185.128L83.0097 208.266C83.041 208.454 82.9 208.627 82.6964 208.627H79.0775C78.9209 208.627 78.7955 208.517 78.7642 208.376L75.49 185.096C75.5997 184.846 75.725 184.846 75.9287 184.846H79.4065C79.5632 184.846 79.7042 184.971 79.7355 185.128Z' fill='white'/%3E%3Cpath d='M75.5047 185.113L69.771 217.166C69.7396 217.354 69.8806 217.526 70.0843 217.526H73.5778C73.7815 217.526 73.8911 217.401 73.9225 217.244L79.7502 185.223C79.7816 185.035 79.6406 184.862 79.4369 184.862H75.8181C75.6614 184.862 75.5361 184.956 75.5047 185.113Z' fill='%239CCDC3'/%3E%3Cpath d='M70.523 193.995L73.9069 217.134C73.9382 217.322 73.7973 217.51 73.5936 217.51H69.9747C69.8181 217.51 69.6928 217.4 69.6614 217.259L66.3872 193.964C66.4969 193.713 66.6222 193.713 66.8259 193.713H70.1941C70.3507 193.713 70.4917 193.838 70.523 193.995Z' fill='white'/%3E%3Cpath d='M66.2776 193.964L60.4968 225.985C60.4655 226.173 60.6064 226.361 60.8101 226.345H64.382C64.5386 226.345 64.6639 226.236 64.6953 226.079L70.523 194.058C70.5544 193.87 70.4134 193.697 70.2097 193.697H66.5909C66.4342 193.697 66.3089 193.807 66.2776 193.964Z' fill='%239CCDC3'/%3E%3Cpath d='M61.4211 202.862L64.6953 226.001C64.7267 226.189 64.5857 226.361 64.382 226.361H60.7632C60.6065 226.361 60.4812 226.251 60.4499 226.111L57.1757 202.831C57.2853 202.58 57.4106 202.58 57.6143 202.58H61.0922C61.2488 202.58 61.3898 202.705 61.4211 202.862Z' fill='white'/%3E%3Cpath d='M57.1753 202.831L51.4415 234.883C51.4102 235.071 51.5512 235.244 51.7548 235.244H55.2483C55.452 235.244 55.5617 235.118 55.593 234.962L61.4208 202.94C61.4521 202.752 61.3111 202.58 61.1074 202.58H57.4886C57.3319 202.58 57.2066 202.674 57.1753 202.831Z' fill='%239CCDC3'/%3E%3Cpath d='M52.1935 211.714L55.5773 234.852C55.6087 235.04 55.4677 235.228 55.264 235.228H51.6452C51.4885 235.228 51.3631 235.119 51.3318 234.978L48.0576 211.682C48.1673 211.432 48.2926 211.432 48.4963 211.432H51.8645C52.0211 211.432 52.1621 211.557 52.1935 211.714Z' fill='white'/%3E%3Cpath d='M47.9481 211.62L42.1673 243.641C42.136 243.829 42.277 244.017 42.4806 244.001H46.0525C46.2092 244.001 46.3345 243.892 46.3658 243.735L52.1936 211.714C52.2249 211.526 52.0839 211.354 51.8803 211.354H48.2614C48.1048 211.354 47.9794 211.463 47.9481 211.62Z' fill='%239CCDC3'/%3E%3Cpath d='M43.0916 220.502L46.3658 243.64C46.3971 243.828 46.2561 244.001 46.0525 244.001H42.4336C42.2769 244.001 42.1516 243.891 42.1203 243.75L38.8461 220.47C38.9557 220.22 39.0811 220.22 39.2847 220.22H42.7626C42.9192 220.22 43.0602 220.345 43.0916 220.502Z' fill='white'/%3E%3Cpath d='M38.8471 220.487L33.1134 252.54C33.082 252.728 33.223 252.9 33.4267 252.9H36.9202C37.1239 252.9 37.2335 252.775 37.2649 252.618L43.0926 220.597C43.124 220.409 42.983 220.236 42.7793 220.236H39.1605C39.0038 220.236 38.8785 220.33 38.8471 220.487Z' fill='%239CCDC3'/%3E%3Cpath d='M33.8653 229.369L37.2492 252.508C37.2805 252.696 37.1395 252.884 36.9359 252.884H33.317C33.1603 252.884 33.035 252.774 33.0037 252.633L29.7295 229.338C29.8392 229.087 29.9645 229.087 30.1681 229.087H33.5363C33.693 229.087 33.834 229.212 33.8653 229.369Z' fill='white'/%3E%3Cpath d='M29.6185 229.353L23.8377 261.375C23.8064 261.563 23.9474 261.751 24.1511 261.735H27.7229C27.8796 261.735 28.0049 261.625 28.0362 261.469L33.864 229.447C33.8953 229.259 33.7543 229.087 33.5507 229.087H29.9318C29.7752 229.087 29.6498 229.197 29.6185 229.353Z' fill='%239CCDC3'/%3E%3Cpath d='M24.7467 238.236L28.0209 261.375C28.0523 261.563 27.9112 261.735 27.7076 261.735H24.0887C23.9321 261.735 23.8067 261.626 23.7754 261.485L20.5012 238.205C20.6109 237.954 20.7362 237.954 20.9399 237.954H24.4177C24.5744 237.954 24.7154 238.079 24.7467 238.236Z' fill='white'/%3E%3Cpath d='M20.5008 238.22L14.7671 270.273C14.7357 270.461 14.8767 270.633 15.0804 270.633H18.5739C18.7776 270.633 18.8872 270.508 18.9186 270.351L24.7463 238.33C24.7777 238.142 24.621 237.97 24.433 237.97H20.8141C20.6575 237.97 20.5322 238.064 20.5008 238.22Z' fill='%239CCDC3'/%3E%3Cpath d='M15.5357 247.102L18.9196 270.241C18.9509 270.429 18.8099 270.617 18.6063 270.617H14.9874C14.8308 270.617 14.7054 270.507 14.6741 270.366L11.3999 247.071C11.5096 246.82 11.6349 246.82 11.8386 246.82H15.2068C15.3634 246.82 15.5044 246.946 15.5357 247.102Z' fill='white'/%3E%3Cpath d='M11.2904 246.993L5.50961 279.014C5.47828 279.202 5.61927 279.375 5.82292 279.375H9.39478C9.55144 279.375 9.67678 279.265 9.70811 279.108L15.5359 247.087C15.5672 246.899 15.4262 246.727 15.2225 246.727H11.6037C11.447 246.727 11.3217 246.836 11.2904 246.993Z' fill='%239CCDC3'/%3E%3Cpath d='M6.41713 255.892L9.69134 279.031C9.72267 279.219 9.58168 279.391 9.37802 279.391H5.75916C5.6025 279.391 5.47717 279.282 5.44584 279.141L2.17163 255.861C2.28129 255.61 2.40663 255.61 2.61029 255.61H6.08814C6.2448 255.61 6.38579 255.736 6.41713 255.892Z' fill='white'/%3E%3Cpath d='M2.17269 255.861L-3.56107 287.914C-3.5924 288.102 -3.45141 288.274 -3.24775 288.274H0.245778C0.449436 288.274 0.5591 288.149 0.590433 287.992L6.41819 255.971C6.44952 255.783 6.29287 255.61 6.10487 255.61H2.48602C2.32936 255.61 2.20403 255.704 2.17269 255.861Z' fill='%239CCDC3'/%3E%3Cpath d='M-2.79385 264.743L0.590017 287.882C0.621349 288.07 0.480348 288.258 0.276689 288.258H-3.34216C-3.49882 288.258 -3.62415 288.148 -3.65548 288.007L-6.92969 264.712C-6.82003 264.461 -6.6947 264.461 -6.49104 264.461H-3.12284C-2.96618 264.461 -2.82519 264.586 -2.79385 264.743Z' fill='white'/%3E%3Cpath d='M326.271 -27.7415L320.49 4.27992C320.459 4.46792 320.6 4.65593 320.804 4.64026H324.376C324.532 4.64026 324.658 4.53058 324.689 4.37392L330.517 -27.6475C330.548 -27.8355 330.407 -28.0078 330.203 -28.0078H326.585C326.428 -28.0078 326.303 -27.8981 326.271 -27.7415Z' fill='%239CCDC3'/%3E%3Cpath d='M321.415 -18.8596L324.689 4.27915C324.72 4.46714 324.579 4.63949 324.376 4.63949H320.757C320.6 4.63949 320.475 4.52982 320.443 4.38882L317.169 -18.8909C317.279 -19.1416 317.404 -19.1416 317.608 -19.1416H321.086C321.242 -19.1416 321.383 -19.0162 321.415 -18.8596Z' fill='white'/%3E%3Cpath d='M317.169 -18.8753L311.435 13.1774C311.404 13.3654 311.545 13.5377 311.748 13.5377H315.242C315.446 13.5377 315.555 13.4124 315.587 13.2557L321.414 -18.7656C321.446 -18.9536 321.289 -19.126 321.101 -19.126H317.482C317.325 -19.126 317.2 -19.032 317.169 -18.8753Z' fill='%239CCDC3'/%3E%3Cpath d='M312.187 -9.99244L315.571 13.1463C315.602 13.3343 315.461 13.5223 315.258 13.5223H311.639C311.482 13.5223 311.357 13.4126 311.325 13.2716L308.051 -10.0238C308.161 -10.2744 308.286 -10.2744 308.49 -10.2744H311.858C312.015 -10.2744 312.156 -10.1491 312.187 -9.99244Z' fill='white'/%3E%3Cpath d='M307.958 -10.1019L302.178 21.9195C302.146 22.1075 302.287 22.2955 302.491 22.2798H306.063C306.22 22.2798 306.345 22.1702 306.376 22.0135L312.204 -10.0079C312.235 -10.1959 312.094 -10.3839 311.891 -10.3682H308.272C308.115 -10.3682 307.99 -10.2585 307.958 -10.1019Z' fill='%239CCDC3'/%3E%3Cpath d='M303.085 -1.20435L306.359 21.9344C306.391 22.1224 306.25 22.2947 306.046 22.2947H302.427C302.271 22.2947 302.145 22.185 302.114 22.044L298.84 -1.23567C298.949 -1.48632 299.075 -1.48633 299.278 -1.48633H302.756C302.913 -1.48633 303.054 -1.36101 303.085 -1.20435Z' fill='white'/%3E%3Cpath d='M298.841 -1.23567L293.107 30.817C293.076 31.005 293.217 31.1773 293.42 31.1773H296.914C297.117 31.1773 297.227 31.052 297.258 30.8954L303.086 -1.12604C303.117 -1.31403 302.977 -1.48633 302.773 -1.48633H299.154C298.997 -1.48633 298.872 -1.39233 298.841 -1.23567Z' fill='%239CCDC3'/%3E%3Cpath d='M293.859 7.66284L297.243 30.8016C297.274 30.9896 297.133 31.1775 296.93 31.1775H293.311C293.154 31.1775 293.029 31.0679 292.997 30.9269L289.723 7.63147C289.833 7.38082 289.958 7.38086 290.162 7.38086H293.53C293.687 7.38086 293.828 7.50618 293.859 7.66284Z' fill='white'/%3E%3Cpath d='M289.629 7.63153L283.848 39.6529C283.817 39.8409 283.958 40.0289 284.161 40.0133H287.733C287.89 40.0133 288.015 39.9036 288.047 39.7469L293.874 7.72552C293.906 7.53753 293.765 7.36523 293.561 7.36523H289.942C289.786 7.36523 289.66 7.47487 289.629 7.63153Z' fill='%239CCDC3'/%3E%3Cpath d='M284.756 16.5144L288.03 39.6531C288.061 39.8411 287.92 40.0135 287.717 40.0135H284.098C283.941 40.0135 283.816 39.9038 283.784 39.7628L280.51 16.4831C280.62 16.2324 280.745 16.2324 280.949 16.2324H284.427C284.583 16.2324 284.724 16.3577 284.756 16.5144Z' fill='white'/%3E%3Cpath d='M280.511 16.4987L274.777 48.5515C274.746 48.7395 274.887 48.9118 275.091 48.9118H278.584C278.788 48.9118 278.898 48.7864 278.929 48.6298L284.757 16.6084C284.788 16.4204 284.647 16.248 284.443 16.248H280.824C280.668 16.248 280.542 16.342 280.511 16.4987Z' fill='%239CCDC3'/%3E%3Cpath d='M275.529 25.3816L278.913 48.5203C278.945 48.7083 278.804 48.8963 278.6 48.8963H274.981C274.824 48.8963 274.699 48.7867 274.668 48.6457L271.394 25.3502C271.503 25.0996 271.629 25.0996 271.832 25.0996H275.2C275.357 25.0996 275.498 25.2249 275.529 25.3816Z' fill='white'/%3E%3Cpath d='M271.299 25.2869L265.519 57.3082C265.487 57.4962 265.628 57.6842 265.832 57.6685H269.404C269.56 57.6685 269.686 57.5589 269.717 57.4022L275.545 25.3808C275.576 25.1929 275.435 25.0205 275.231 25.0205H271.613C271.456 25.0205 271.331 25.1302 271.299 25.2869Z' fill='%239CCDC3'/%3E%3Cpath d='M266.428 34.1697L269.702 57.3084C269.733 57.4964 269.592 57.6687 269.389 57.6687H265.77C265.613 57.6687 265.488 57.5591 265.456 57.4181L262.182 34.1384C262.292 33.8877 262.417 33.8877 262.621 33.8877H266.099C266.255 33.8877 266.396 34.013 266.428 34.1697Z' fill='white'/%3E%3Cpath d='M262.182 34.1384L256.448 66.1911C256.417 66.3791 256.558 66.5514 256.761 66.5514H260.255C260.458 66.5514 260.568 66.4261 260.599 66.2694L266.427 34.248C266.458 34.06 266.302 33.8877 266.114 33.8877H262.495C262.338 33.8877 262.213 33.9817 262.182 34.1384Z' fill='%239CCDC3'/%3E%3Cpath d='M257.215 43.0369L260.599 66.1756C260.63 66.3636 260.489 66.5516 260.286 66.5516H256.667C256.51 66.5516 256.385 66.4419 256.353 66.3009L253.079 43.0055C253.189 42.7549 253.314 42.7549 253.518 42.7549H256.886C257.043 42.7549 257.184 42.8802 257.215 43.0369Z' fill='white'/%3E%3Cpath d='M252.954 43.0212L247.174 75.0426C247.142 75.2306 247.283 75.4186 247.487 75.4029H251.059C251.216 75.4029 251.341 75.2933 251.372 75.1366L257.2 43.1152C257.231 42.9272 257.09 42.7549 256.887 42.7549H253.268C253.111 42.7549 252.986 42.8646 252.954 43.0212Z' fill='%239CCDC3'/%3E%3Cpath d='M248.083 51.904L251.357 75.0428C251.388 75.2308 251.247 75.4031 251.043 75.4031H247.425C247.268 75.4031 247.143 75.2934 247.111 75.1524L243.837 51.8727C243.947 51.6221 244.072 51.6221 244.276 51.6221H247.754C247.91 51.6221 248.051 51.7474 248.083 51.904Z' fill='white'/%3E%3Cpath d='M243.852 51.8727L238.118 83.9254C238.087 84.1134 238.228 84.2858 238.432 84.2858H241.925C242.129 84.2858 242.238 84.1604 242.27 84.0037L248.098 51.9824C248.129 51.7944 247.972 51.6221 247.784 51.6221H244.165C244.009 51.6221 243.883 51.7161 243.852 51.8727Z' fill='%239CCDC3'/%3E%3Cpath d='M238.87 60.7712L242.254 83.91C242.285 84.098 242.144 84.286 241.941 84.286H238.322C238.165 84.286 238.04 84.1763 238.009 84.0353L234.734 60.7399C234.844 60.4893 234.969 60.4893 235.173 60.4893H238.541C238.698 60.4893 238.839 60.6146 238.87 60.7712Z' fill='white'/%3E%3Cpath d='M234.625 60.6608L228.844 92.6822C228.813 92.8702 228.954 93.0582 229.157 93.0426H232.729C232.886 93.0426 233.011 92.9329 233.043 92.7762L238.87 60.7548C238.902 60.5668 238.761 60.3945 238.557 60.3945H234.938C234.781 60.3945 234.656 60.5042 234.625 60.6608Z' fill='%239CCDC3'/%3E%3Cpath d='M229.768 69.5437L233.043 92.6824C233.074 92.8704 232.933 93.0428 232.729 93.0428H229.11C228.954 93.0428 228.829 92.9331 228.797 92.7921L225.523 69.5123C225.633 69.2617 225.758 69.2617 225.962 69.2617H229.439C229.596 69.2617 229.737 69.387 229.768 69.5437Z' fill='white'/%3E%3Cpath d='M225.522 69.528L219.789 101.581C219.757 101.769 219.898 101.941 220.102 101.941H223.596C223.799 101.941 223.909 101.816 223.94 101.659L229.768 69.6377C229.799 69.4497 229.658 69.2773 229.455 69.2773H225.836C225.679 69.2773 225.554 69.3713 225.522 69.528Z' fill='%239CCDC3'/%3E%3Cpath d='M220.541 78.4109L223.924 101.55C223.956 101.738 223.815 101.926 223.611 101.926H219.992C219.836 101.926 219.71 101.816 219.679 101.675L216.405 78.3796C216.514 78.1289 216.64 78.1289 216.843 78.1289H220.212C220.368 78.1289 220.509 78.2543 220.541 78.4109Z' fill='white'/%3E%3Cpath d='M216.312 78.3952L210.531 110.417C210.5 110.605 210.641 110.793 210.845 110.777H214.417C214.573 110.777 214.698 110.667 214.73 110.511L220.558 78.4892C220.589 78.3012 220.448 78.1289 220.244 78.1289H216.625C216.469 78.1289 216.343 78.2386 216.312 78.3952Z' fill='%239CCDC3'/%3E%3Cpath d='M211.439 87.2781L214.713 110.417C214.744 110.605 214.603 110.777 214.4 110.777H210.781C210.624 110.777 210.499 110.668 210.468 110.527L207.193 87.2468C207.303 86.9961 207.428 86.9961 207.632 86.9961H211.11C211.267 86.9961 211.408 87.1215 211.439 87.2781Z' fill='white'/%3E%3Cpath d='M207.194 87.2468L201.461 119.299C201.429 119.487 201.57 119.66 201.774 119.66H205.268C205.471 119.66 205.581 119.534 205.612 119.378L211.44 87.3564C211.471 87.1684 211.315 86.9961 211.127 86.9961H207.508C207.351 86.9961 207.226 87.0901 207.194 87.2468Z' fill='%239CCDC3'/%3E%3Cpath d='M202.213 96.1453L205.596 119.284C205.628 119.472 205.487 119.66 205.283 119.66H201.664C201.508 119.66 201.382 119.55 201.351 119.409L198.077 96.1139C198.186 95.8633 198.312 95.8633 198.515 95.8633H201.884C202.04 95.8633 202.181 95.9886 202.213 96.1453Z' fill='white'/%3E%3Cpath d='M197.983 96.0349L192.202 128.056C192.17 128.244 192.311 128.432 192.515 128.417H196.087C196.244 128.417 196.369 128.307 196.4 128.15L202.228 96.1289C202.259 95.9409 202.118 95.7686 201.915 95.7686H198.296C198.139 95.7686 198.014 95.8782 197.983 96.0349Z' fill='%239CCDC3'/%3E%3Cpath d='M193.109 104.918L196.383 128.056C196.415 128.244 196.274 128.417 196.07 128.417H192.451C192.295 128.417 192.169 128.307 192.138 128.166L188.864 104.886C188.973 104.636 189.099 104.636 189.302 104.636H192.78C192.937 104.636 193.078 104.761 193.109 104.918Z' fill='white'/%3E%3Cpath d='M188.865 104.902L183.131 136.955C183.1 137.143 183.241 137.315 183.444 137.315H186.938C187.142 137.315 187.251 137.19 187.283 137.033L193.11 105.012C193.142 104.824 192.985 104.651 192.797 104.651H189.178C189.022 104.651 188.896 104.745 188.865 104.902Z' fill='%239CCDC3'/%3E%3Cpath d='M183.883 113.785L187.267 136.924C187.298 137.112 187.157 137.3 186.954 137.3H183.335C183.178 137.3 183.053 137.19 183.021 137.049L179.747 113.754C179.857 113.503 179.982 113.503 180.186 113.503H183.554C183.711 113.503 183.852 113.628 183.883 113.785Z' fill='white'/%3E%3Cpath d='M179.638 113.769L173.857 145.791C173.826 145.979 173.967 146.167 174.17 146.151H177.742C177.899 146.151 178.024 146.041 178.055 145.885L183.883 113.863C183.914 113.675 183.773 113.487 183.57 113.503H179.951C179.794 113.503 179.669 113.613 179.638 113.769Z' fill='%239CCDC3'/%3E%3Cpath d='M174.764 122.668L178.039 145.806C178.07 145.994 177.929 146.167 177.725 146.167H174.106C173.95 146.167 173.824 146.057 173.793 145.916L170.519 122.636C170.629 122.386 170.754 122.386 170.958 122.386H174.435C174.592 122.386 174.733 122.511 174.764 122.668Z' fill='white'/%3E%3Cpath d='M170.535 122.636L164.801 154.689C164.77 154.877 164.911 155.049 165.115 155.049H168.608C168.812 155.049 168.922 154.924 168.953 154.767L174.781 122.746C174.812 122.558 174.655 122.386 174.467 122.386H170.849C170.692 122.386 170.567 122.48 170.535 122.636Z' fill='%239CCDC3'/%3E%3Cpath d='M165.553 131.519L168.937 154.658C168.969 154.846 168.828 155.034 168.624 155.034H165.005C164.848 155.034 164.723 154.924 164.692 154.783L161.418 131.488C161.527 131.237 161.653 131.237 161.856 131.237H165.224C165.381 131.237 165.522 131.363 165.553 131.519Z' fill='white'/%3E%3Cpath d='M161.308 131.425L155.527 163.446C155.496 163.634 155.637 163.822 155.841 163.806H159.412C159.569 163.806 159.694 163.697 159.726 163.54L165.554 131.519C165.585 131.331 165.444 131.158 165.24 131.158H161.621C161.465 131.158 161.339 131.268 161.308 131.425Z' fill='%239CCDC3'/%3E%3Cpath d='M156.436 140.307L159.711 163.446C159.742 163.634 159.601 163.806 159.397 163.806H155.778C155.622 163.806 155.496 163.697 155.465 163.556L152.191 140.276C152.301 140.025 152.426 140.025 152.63 140.025H156.107C156.264 140.025 156.405 140.151 156.436 140.307Z' fill='white'/%3E%3Cpath d='M152.206 140.276L146.472 172.329C146.441 172.517 146.582 172.689 146.785 172.689H150.279C150.482 172.689 150.592 172.564 150.623 172.407L156.451 140.386C156.482 140.198 156.326 140.025 156.138 140.025H152.519C152.362 140.025 152.237 140.119 152.206 140.276Z' fill='%239CCDC3'/%3E%3Cpath d='M147.224 149.175L150.608 172.313C150.639 172.501 150.498 172.689 150.294 172.689H146.676C146.519 172.689 146.394 172.58 146.362 172.439L143.088 149.143C143.198 148.893 143.323 148.893 143.527 148.893H146.895C147.052 148.893 147.193 149.018 147.224 149.175Z' fill='white'/%3E%3Cpath d='M142.978 149.143L137.198 181.165C137.166 181.353 137.307 181.541 137.511 181.525H141.083C141.24 181.525 141.365 181.415 141.396 181.259L147.224 149.237C147.255 149.049 147.114 148.877 146.911 148.877H143.292C143.135 148.877 143.01 148.987 142.978 149.143Z' fill='%239CCDC3'/%3E%3Cpath d='M138.122 158.041L141.396 181.18C141.428 181.368 141.287 181.54 141.083 181.54H137.464C137.307 181.54 137.182 181.43 137.151 181.289L133.877 158.009C133.986 157.759 134.112 157.759 134.315 157.759H137.793C137.95 157.759 138.091 157.884 138.122 158.041Z' fill='white'/%3E%3Cpath d='M133.876 158.009L128.142 190.062C128.111 190.25 128.252 190.422 128.456 190.422H131.949C132.153 190.422 132.262 190.297 132.294 190.14L138.122 158.119C138.153 157.931 137.996 157.759 137.808 157.759H134.189C134.033 157.759 133.907 157.853 133.876 158.009Z' fill='%239CCDC3'/%3E%3Cpath d='M128.894 166.893L132.278 190.032C132.309 190.22 132.168 190.408 131.965 190.408H128.346C128.189 190.408 128.064 190.298 128.033 190.157L124.758 166.862C124.868 166.611 124.993 166.611 125.197 166.611H128.565C128.722 166.611 128.863 166.737 128.894 166.893Z' fill='white'/%3E%3Cpath d='M124.649 166.799L118.868 198.82C118.837 199.008 118.978 199.196 119.181 199.18H122.753C122.91 199.18 123.035 199.071 123.067 198.914L128.894 166.893C128.926 166.705 128.785 166.516 128.581 166.532H124.962C124.806 166.532 124.68 166.642 124.649 166.799Z' fill='%239CCDC3'/%3E%3Cpath d='M119.793 175.681L123.067 198.82C123.098 199.008 122.957 199.18 122.753 199.18H119.135C118.978 199.18 118.853 199.071 118.821 198.93L115.547 175.65C115.657 175.399 115.782 175.399 115.986 175.399H119.464C119.62 175.399 119.761 175.525 119.793 175.681Z' fill='white'/%3E%3Cpath d='M115.548 175.65L109.814 207.703C109.783 207.891 109.924 208.063 110.128 208.063H113.621C113.825 208.063 113.934 207.938 113.966 207.781L119.794 175.76C119.825 175.572 119.684 175.399 119.48 175.399H115.861C115.705 175.399 115.579 175.493 115.548 175.65Z' fill='%239CCDC3'/%3E%3Cpath d='M110.566 184.549L113.95 207.687C113.981 207.875 113.84 208.063 113.637 208.063H110.018C109.861 208.063 109.736 207.954 109.705 207.813L106.43 184.517C106.54 184.267 106.665 184.267 106.869 184.267H110.237C110.394 184.267 110.535 184.392 110.566 184.549Z' fill='white'/%3E%3Cpath d='M106.319 184.533L100.539 216.554C100.507 216.742 100.648 216.93 100.852 216.915H104.424C104.58 216.915 104.706 216.805 104.737 216.648L110.565 184.627C110.596 184.439 110.455 184.267 110.251 184.267H106.633C106.476 184.267 106.351 184.376 106.319 184.533Z' fill='%239CCDC3'/%3E%3Cpath d='M101.448 193.415L104.722 216.553C104.753 216.741 104.612 216.914 104.409 216.914H100.79C100.633 216.914 100.508 216.804 100.476 216.663L97.2021 193.383C97.3118 193.133 97.4372 193.133 97.6408 193.133H101.119C101.275 193.133 101.416 193.258 101.448 193.415Z' fill='white'/%3E%3Cpath d='M97.2032 193.4L91.4694 225.453C91.4381 225.641 91.5791 225.813 91.7828 225.813H95.2763C95.4799 225.813 95.5896 225.688 95.6209 225.531L101.449 193.51C101.48 193.322 101.339 193.149 101.135 193.149H97.5165C97.3599 193.149 97.2345 193.243 97.2032 193.4Z' fill='%239CCDC3'/%3E%3Cpath d='M92.2367 202.282L95.6205 225.421C95.6519 225.609 95.5109 225.797 95.3072 225.797H91.6884C91.5317 225.797 91.4064 225.687 91.3751 225.546L88.1008 202.251C88.2105 202 88.3358 202 88.5395 202H91.9077C92.0644 202 92.2053 202.125 92.2367 202.282Z' fill='white'/%3E%3Cpath d='M87.9913 202.173L82.2105 234.194C82.1792 234.382 82.3202 234.57 82.5239 234.554H86.0957C86.2524 234.554 86.3777 234.445 86.409 234.288L92.2368 202.267C92.2681 202.079 92.1271 201.906 91.9235 201.906H88.3046C88.148 201.906 88.0226 202.016 87.9913 202.173Z' fill='%239CCDC3'/%3E%3Cpath d='M83.1181 211.056L86.3923 234.194C86.4236 234.382 86.2826 234.555 86.0789 234.555H82.4601C82.3034 234.555 82.1781 234.445 82.1468 234.304L78.8726 211.024C78.9822 210.773 79.1075 210.773 79.3112 210.773H82.7891C82.9457 210.773 83.0867 210.899 83.1181 211.056Z' fill='white'/%3E%3Cpath d='M78.8736 211.04L73.1399 243.092C73.1085 243.28 73.2495 243.453 73.4532 243.453H76.9467C77.1504 243.453 77.26 243.327 77.2914 243.171L83.1191 211.149C83.1505 210.961 83.0095 210.789 82.8058 210.789H79.1869C79.0303 210.789 78.905 210.883 78.8736 211.04Z' fill='%239CCDC3'/%3E%3Cpath d='M73.9071 219.922L77.2909 243.06C77.3223 243.248 77.1813 243.436 76.9776 243.436H73.3588C73.2021 243.436 73.0768 243.327 73.0454 243.186L69.7712 219.89C69.8809 219.64 70.0062 219.64 70.2099 219.64H73.5781C73.7348 219.64 73.8757 219.765 73.9071 219.922Z' fill='white'/%3E%3Cpath d='M69.6617 219.907L63.8809 251.928C63.8496 252.116 63.9906 252.304 64.1943 252.289H67.7661C67.9228 252.289 68.0481 252.179 68.0794 252.022L73.9072 220.001C73.9385 219.813 73.7975 219.625 73.5939 219.641H69.975C69.8184 219.641 69.6931 219.75 69.6617 219.907Z' fill='%239CCDC3'/%3E%3Cpath d='M64.7901 228.789L68.0643 251.928C68.0956 252.116 67.9546 252.288 67.7509 252.288H64.1321C63.9754 252.288 63.8501 252.178 63.8188 252.037L60.5446 228.758C60.6542 228.507 60.7795 228.507 60.9832 228.507H64.4611C64.6177 228.507 64.7587 228.632 64.7901 228.789Z' fill='white'/%3E%3Cpath d='M60.5593 228.774L54.8255 260.827C54.7942 261.015 54.9352 261.187 55.1388 261.187H58.6324C58.836 261.187 58.9457 261.062 58.977 260.905L64.8048 228.884C64.8361 228.696 64.6951 228.523 64.4915 228.523H60.8726C60.716 228.523 60.5906 228.617 60.5593 228.774Z' fill='%239CCDC3'/%3E%3Cpath d='M55.5775 237.657L58.9614 260.796C58.9927 260.984 58.8517 261.172 58.648 261.172H55.0292C54.8725 261.172 54.7472 261.062 54.7158 260.921L51.4417 237.626C51.5513 237.375 51.6766 237.375 51.8803 237.375H55.2485C55.4051 237.375 55.5462 237.5 55.5775 237.657Z' fill='white'/%3E%3Cpath d='M51.3321 237.547L45.5514 269.568C45.52 269.756 45.661 269.944 45.8647 269.928H49.4365C49.5932 269.928 49.7185 269.819 49.7498 269.662L55.5776 237.641C55.6089 237.453 55.468 237.28 55.2643 237.28H51.6454C51.4888 237.28 51.3634 237.39 51.3321 237.547Z' fill='%239CCDC3'/%3E%3Cpath d='M46.4604 246.429L49.7347 269.568C49.766 269.756 49.625 269.929 49.4213 269.929H45.8025C45.6458 269.929 45.5205 269.819 45.4892 269.678L42.215 246.398C42.3246 246.148 42.45 246.147 42.6536 246.147H46.1315C46.2881 246.147 46.4291 246.273 46.4604 246.429Z' fill='white'/%3E%3Cpath d='M42.2297 246.414L36.4959 278.466C36.4646 278.654 36.6056 278.827 36.8093 278.827H40.3028C40.5065 278.827 40.6161 278.701 40.6475 278.56L46.4752 246.539C46.5066 246.351 46.3656 246.179 46.1619 246.179H42.543C42.3864 246.179 42.261 246.273 42.2297 246.429' fill='%239CCDC3'/%3E%3Cpath d='M37.2479 255.296L40.6317 278.434C40.6631 278.622 40.5221 278.81 40.3184 278.81H36.6996C36.5429 278.81 36.4176 278.701 36.3863 278.56L33.1121 255.264C33.2217 255.014 33.347 255.014 33.5507 255.014H36.9189C37.0756 255.014 37.2166 255.139 37.2479 255.296Z' fill='white'/%3E%3Cpath d='M33.0025 255.28L27.2218 287.301C27.1904 287.489 27.3314 287.662 27.5351 287.662H31.1069C31.2636 287.662 31.3889 287.552 31.4203 287.395L37.248 255.374C37.2794 255.186 37.1384 255.014 36.9347 255.014H33.3158C33.1592 255.014 33.0339 255.123 33.0025 255.28Z' fill='%239CCDC3'/%3E%3Cpath d='M28.1309 264.178L31.4051 287.317C31.4364 287.505 31.2954 287.678 31.0918 287.678H27.4729C27.3162 287.678 27.1909 287.568 27.1596 287.427L23.8854 264.147C23.995 263.896 24.1204 263.896 24.324 263.896H27.8019C27.9586 263.896 28.0995 264.022 28.1309 264.178Z' fill='white'/%3E%3Cpath d='M23.8849 264.147L18.1511 296.2C18.1198 296.388 18.2607 296.56 18.4644 296.56H21.9579C22.1616 296.56 22.2713 296.435 22.3026 296.278L28.1303 264.257C28.1617 264.069 28.0207 263.896 27.817 263.896H24.1982C24.0415 263.896 23.9162 263.99 23.8849 264.147Z' fill='%239CCDC3'/%3E%3Cpath d='M18.903 273.03L22.2869 296.169C22.3182 296.357 22.1772 296.545 21.9736 296.545H18.3547C18.1981 296.545 18.0728 296.435 18.0414 296.294L14.7672 272.999C14.8769 272.748 15.0022 272.748 15.2059 272.748H18.5741C18.7307 272.748 18.8717 272.873 18.903 273.03Z' fill='white'/%3E%3Cpath d='M14.6731 272.936L8.8923 304.958C8.86097 305.146 9.00197 305.318 9.20563 305.318H12.7775C12.9341 305.318 13.0595 305.208 13.0908 305.052L18.9186 273.03C18.9499 272.842 18.8089 272.67 18.6053 272.67H14.9864C14.8297 272.67 14.7044 272.78 14.6731 272.936Z' fill='%239CCDC3'/%3E%3Cpath d='M9.80128 281.819L13.0755 304.958C13.1068 305.146 12.9658 305.318 12.7622 305.318H9.14331C8.98665 305.318 8.86132 305.208 8.82998 305.067L5.55579 281.788C5.66545 281.537 5.79077 281.537 5.99443 281.537H9.4723C9.62896 281.537 9.76995 281.662 9.80128 281.819Z' fill='white'/%3E%3Cpath d='M5.55686 281.788L-0.176916 313.84C-0.208248 314.028 -0.0672464 314.201 0.136412 314.201H3.62993C3.83359 314.201 3.94326 314.075 3.97459 313.919L9.80236 281.897C9.83369 281.709 9.6927 281.537 9.48904 281.537H5.87018C5.71352 281.537 5.58819 281.631 5.55686 281.788Z' fill='%239CCDC3'/%3E%3Cpath d='M0.575043 290.686L3.9589 313.825C3.99023 314.013 3.84924 314.201 3.64559 314.201H0.0267339C-0.129927 314.201 -0.255262 314.091 -0.286594 313.95L-3.56079 290.655C-3.45113 290.404 -3.3258 290.404 -3.12214 290.404H0.246058C0.402718 290.404 0.543711 290.53 0.575043 290.686Z' fill='white'/%3E%3Cpath d='M-3.65505 290.654L-9.43583 322.675C-9.46716 322.863 -9.32617 323.051 -9.12251 323.036H-5.55066C-5.39399 323.036 -5.26866 322.91 -5.23733 322.769L0.590442 290.748C0.621774 290.56 0.480773 290.388 0.277114 290.388H-3.34174C-3.4984 290.388 -3.62372 290.497 -3.65505 290.654Z' fill='%239CCDC3'/%3E%3Cpath d='M357.102 -28.432L351.368 3.6207C351.337 3.80869 351.478 3.98103 351.681 3.98103H355.175C355.379 3.98103 355.488 3.85568 355.52 3.71469L361.347 -28.3067C361.379 -28.4947 361.238 -28.667 361.034 -28.667H357.415C357.259 -28.667 357.133 -28.573 357.102 -28.4163' fill='%239CCDC3'/%3E%3Cpath d='M352.12 -19.549L355.504 3.5897C355.535 3.77769 355.394 3.96567 355.191 3.96567H351.572C351.415 3.96567 351.29 3.856 351.258 3.715L347.984 -19.5804C348.094 -19.831 348.219 -19.8311 348.423 -19.8311H351.791C351.948 -19.8311 352.089 -19.7057 352.12 -19.549Z' fill='white'/%3E%3Cpath d='M347.89 -19.6428L342.109 12.3785C342.078 12.5665 342.219 12.7545 342.423 12.7388H345.994C346.151 12.7388 346.276 12.6292 346.308 12.4725L352.135 -19.5488C352.167 -19.7368 352.026 -19.9092 351.822 -19.9092H348.203C348.047 -19.9092 347.921 -19.7995 347.89 -19.6428Z' fill='%239CCDC3'/%3E%3Cpath d='M343.018 -10.76L346.293 12.3787C346.324 12.5667 346.183 12.739 345.979 12.739H342.36C342.204 12.739 342.078 12.6294 342.047 12.4884L338.773 -10.7913C338.882 -11.042 339.008 -11.042 339.211 -11.042H342.689C342.846 -11.042 342.987 -10.9167 343.018 -10.76Z' fill='white'/%3E%3Cpath d='M338.772 -10.7913L333.039 21.2614C333.007 21.4494 333.148 21.6217 333.352 21.6217H336.845C337.049 21.6217 337.159 21.4963 337.19 21.3397L343.018 -10.6817C343.049 -10.8697 342.908 -11.042 342.705 -11.042H339.086C338.929 -11.042 338.804 -10.948 338.772 -10.7913Z' fill='%239CCDC3'/%3E%3Cpath d='M333.79 -1.89283L337.174 21.2459C337.206 21.4339 337.065 21.6219 336.861 21.6219H333.242C333.085 21.6219 332.96 21.5122 332.929 21.3713L329.655 -1.92414C329.764 -2.1748 329.89 -2.1748 330.093 -2.1748H333.461C333.618 -2.1748 333.759 -2.04949 333.79 -1.89283Z' fill='white'/%3E%3Cpath d='M329.545 -1.90851L323.764 30.1129C323.733 30.3009 323.874 30.4889 324.078 30.4732H327.65C327.806 30.4732 327.932 30.3635 327.963 30.2069L333.791 -1.81452C333.822 -2.00251 333.681 -2.1748 333.477 -2.1748H329.858C329.702 -2.1748 329.576 -2.06517 329.545 -1.90851Z' fill='%239CCDC3'/%3E%3Cpath d='M324.673 6.97436L327.948 30.1131C327.979 30.3011 327.838 30.4734 327.634 30.4734H324.016C323.859 30.4734 323.734 30.3638 323.702 30.2228L320.428 6.943C320.538 6.69234 320.663 6.69238 320.867 6.69238H324.344C324.501 6.69238 324.642 6.8177 324.673 6.97436Z' fill='white'/%3E%3Cpath d='M320.444 6.95769L314.711 39.0104C314.679 39.1984 314.82 39.3707 315.024 39.3707H318.517C318.721 39.3707 318.831 39.2454 318.862 39.0888L324.69 7.06737C324.721 6.87937 324.58 6.70703 324.376 6.70703H320.758C320.601 6.70703 320.476 6.80103 320.444 6.95769Z' fill='%239CCDC3'/%3E%3Cpath d='M315.462 15.8406L318.846 38.9793C318.878 39.1673 318.737 39.3553 318.533 39.3553H314.914C314.758 39.3553 314.632 39.2457 314.601 39.1047L311.327 15.8093C311.436 15.5586 311.562 15.5586 311.765 15.5586H315.133C315.29 15.5586 315.431 15.684 315.462 15.8406Z' fill='white'/%3E%3Cpath d='M311.216 15.7312L305.435 47.7526C305.403 47.9406 305.544 48.1286 305.748 48.1129H309.32C309.477 48.1129 309.602 48.0032 309.633 47.8466L315.461 15.8252C315.492 15.6372 315.351 15.4648 315.148 15.4648H311.529C311.372 15.4648 311.247 15.5745 311.216 15.7312Z' fill='%239CCDC3'/%3E%3Cpath d='M306.344 24.6296L309.618 47.7684C309.649 47.9564 309.508 48.1287 309.305 48.1287H305.686C305.529 48.1287 305.404 48.019 305.373 47.878L302.098 24.5983C302.208 24.3477 302.333 24.3477 302.537 24.3477H306.015C306.172 24.3477 306.313 24.473 306.344 24.6296Z' fill='white'/%3E%3Cpath d='M302.115 24.5983L296.381 56.651C296.35 56.839 296.491 57.0114 296.694 57.0114H300.188C300.391 57.0114 300.501 56.886 300.532 56.7294L306.36 24.708C306.392 24.52 306.235 24.3477 306.047 24.3477H302.428C302.271 24.3477 302.146 24.4417 302.115 24.5983Z' fill='%239CCDC3'/%3E%3Cpath d='M297.133 33.4812L300.517 56.62C300.548 56.808 300.407 56.9959 300.203 56.9959H296.585C296.428 56.9959 296.303 56.8863 296.271 56.7453L292.997 33.4499C293.107 33.1992 293.232 33.1992 293.436 33.1992H296.804C296.961 33.1992 297.102 33.3245 297.133 33.4812Z' fill='white'/%3E%3Cpath d='M292.888 33.4656L287.107 65.487C287.075 65.6749 287.216 65.8629 287.42 65.8472H290.992C291.149 65.8472 291.274 65.7376 291.305 65.5809L297.133 33.5596C297.164 33.3716 297.023 33.1992 296.82 33.1992H293.201C293.044 33.1992 292.919 33.3089 292.888 33.4656Z' fill='%239CCDC3'/%3E%3Cpath d='M288.031 42.3484L291.305 65.4872C291.337 65.6751 291.196 65.8474 290.992 65.8474H287.373C287.216 65.8474 287.091 65.7378 287.06 65.5968L283.786 42.3171C283.895 42.0664 284.021 42.0664 284.224 42.0664H287.702C287.859 42.0664 288 42.1917 288.031 42.3484Z' fill='white'/%3E%3Cpath d='M283.785 42.3317L278.051 74.3844C278.02 74.5724 278.161 74.7448 278.365 74.7448H281.858C282.062 74.7448 282.172 74.6194 282.203 74.4627L288.031 42.4413C288.062 42.2534 287.921 42.0811 287.717 42.0811H284.098C283.942 42.0811 283.816 42.1751 283.785 42.3317Z' fill='%239CCDC3'/%3E%3Cpath d='M278.803 51.2146L282.187 74.3534C282.218 74.5414 282.078 74.7293 281.874 74.7293H278.255C278.098 74.7293 277.973 74.6197 277.942 74.4787L274.667 51.1833C274.777 50.9326 274.902 50.9326 275.106 50.9326H278.474C278.631 50.9326 278.772 51.0579 278.803 51.2146Z' fill='white'/%3E%3Cpath d='M274.558 51.1052L268.777 83.1266C268.746 83.3145 268.887 83.5026 269.091 83.4869H272.662C272.819 83.4869 272.944 83.3772 272.976 83.2205L278.803 51.1992C278.835 51.0112 278.694 50.8389 278.49 50.8389H274.871C274.715 50.8389 274.589 50.9485 274.558 51.1052Z' fill='%239CCDC3'/%3E%3Cpath d='M269.702 60.0037L272.976 83.1424C273.007 83.3304 272.866 83.5028 272.662 83.5028H269.044C268.887 83.5028 268.762 83.3931 268.73 83.2521L265.456 59.9723C265.566 59.7217 265.691 59.7217 265.895 59.7217H269.373C269.529 59.7217 269.67 59.847 269.702 60.0037Z' fill='white'/%3E%3Cpath d='M265.456 59.9723L259.722 92.0251C259.69 92.2131 259.831 92.3854 260.035 92.3854H263.529C263.732 92.3854 263.842 92.2601 263.873 92.1034L269.701 60.082C269.732 59.894 269.576 59.7217 269.388 59.7217H265.769C265.612 59.7217 265.487 59.8157 265.456 59.9723Z' fill='%239CCDC3'/%3E%3Cpath d='M260.474 68.8552L263.858 91.9939C263.889 92.1819 263.748 92.37 263.544 92.37H259.925C259.769 92.37 259.643 92.2603 259.612 92.1193L256.338 68.8239C256.448 68.5732 256.573 68.5732 256.777 68.5732H260.145C260.301 68.5732 260.442 68.6986 260.474 68.8552Z' fill='white'/%3E%3Cpath d='M256.228 68.8395L250.448 100.861C250.416 101.049 250.557 101.237 250.761 101.221H254.333C254.489 101.221 254.615 101.112 254.646 100.955L260.474 68.9335C260.505 68.7455 260.364 68.5732 260.161 68.5732H256.542C256.385 68.5732 256.26 68.6829 256.228 68.8395Z' fill='%239CCDC3'/%3E%3Cpath d='M251.357 77.7371L254.631 100.876C254.662 101.064 254.521 101.236 254.317 101.236H250.699C250.542 101.236 250.417 101.126 250.385 100.986L247.111 77.7057C247.221 77.4551 247.346 77.4551 247.55 77.4551H251.028C251.184 77.4551 251.325 77.5804 251.357 77.7371Z' fill='white'/%3E%3Cpath d='M247.126 77.7057L241.392 109.758C241.361 109.946 241.502 110.119 241.706 110.119H245.199C245.403 110.119 245.512 109.993 245.544 109.837L251.371 77.8154C251.403 77.6274 251.262 77.4551 251.058 77.4551H247.439C247.283 77.4551 247.157 77.5491 247.126 77.7057Z' fill='%239CCDC3'/%3E%3Cpath d='M242.144 86.5887L245.528 109.727C245.559 109.915 245.418 110.103 245.215 110.103H241.596C241.439 110.103 241.314 109.994 241.282 109.853L238.008 86.5573C238.118 86.3066 238.243 86.3066 238.447 86.3066H241.815C241.972 86.3066 242.113 86.432 242.144 86.5887Z' fill='white'/%3E%3Cpath d='M237.899 86.4948L232.118 118.516C232.087 118.704 232.228 118.892 232.431 118.876H236.003C236.16 118.876 236.285 118.767 236.316 118.61L242.144 86.5888C242.176 86.4008 242.035 86.2128 241.831 86.2285H238.212C238.055 86.2285 237.93 86.3381 237.899 86.4948Z' fill='%239CCDC3'/%3E%3Cpath d='M233.027 95.3767L236.301 118.515C236.333 118.703 236.192 118.876 235.988 118.876H232.369C232.212 118.876 232.087 118.766 232.056 118.625L228.782 95.3454C228.891 95.0947 229.017 95.0947 229.22 95.0947H232.698C232.855 95.0947 232.996 95.22 233.027 95.3767Z' fill='white'/%3E%3Cpath d='M228.798 95.3619L223.064 127.415C223.033 127.603 223.174 127.775 223.377 127.775H226.871C227.075 127.775 227.184 127.65 227.216 127.493L233.043 95.4716C233.075 95.2836 232.934 95.1113 232.73 95.1113H229.111C228.955 95.1113 228.829 95.2053 228.798 95.3619Z' fill='%239CCDC3'/%3E%3Cpath d='M223.816 104.244L227.2 127.383C227.231 127.571 227.09 127.759 226.887 127.759H223.268C223.111 127.759 222.986 127.649 222.954 127.508L219.68 104.213C219.79 103.962 219.915 103.962 220.119 103.962H223.487C223.644 103.962 223.785 104.087 223.816 104.244Z' fill='white'/%3E%3Cpath d='M219.569 104.214L213.788 136.235C213.757 136.423 213.898 136.611 214.102 136.595H217.674C217.83 136.595 217.956 136.486 217.987 136.329L223.815 104.308C223.846 104.12 223.705 103.947 223.501 103.947H219.883C219.726 103.947 219.6 104.057 219.569 104.214Z' fill='%239CCDC3'/%3E%3Cpath d='M214.698 113.111L217.972 136.25C218.003 136.438 217.862 136.61 217.658 136.61H214.04C213.883 136.61 213.758 136.5 213.726 136.359L210.452 113.08C210.562 112.829 210.687 112.829 210.891 112.829H214.369C214.525 112.829 214.666 112.954 214.698 113.111Z' fill='white'/%3E%3Cpath d='M210.468 113.08L204.735 145.132C204.703 145.32 204.844 145.493 205.048 145.493H208.541C208.745 145.493 208.855 145.367 208.886 145.211L214.714 113.189C214.745 113.001 214.589 112.829 214.401 112.829H210.782C210.625 112.829 210.5 112.923 210.468 113.08Z' fill='%239CCDC3'/%3E%3Cpath d='M205.487 121.963L208.87 145.101C208.902 145.289 208.761 145.477 208.557 145.477H204.938C204.782 145.477 204.656 145.368 204.625 145.227L201.351 121.931C201.46 121.681 201.586 121.681 201.789 121.681H205.158C205.314 121.681 205.455 121.806 205.487 121.963Z' fill='white'/%3E%3Cpath d='M201.241 121.869L195.46 153.89C195.429 154.078 195.57 154.266 195.774 154.251H199.346C199.502 154.251 199.628 154.141 199.659 153.984L205.487 121.963C205.518 121.775 205.377 121.603 205.173 121.603H201.555C201.398 121.603 201.273 121.712 201.241 121.869Z' fill='%239CCDC3'/%3E%3Cpath d='M196.385 130.751L199.659 153.89C199.69 154.077 199.549 154.25 199.346 154.25H195.727C195.57 154.25 195.445 154.14 195.413 153.999L192.139 130.719C192.249 130.469 192.374 130.469 192.578 130.469H196.056C196.212 130.469 196.353 130.594 196.385 130.751Z' fill='white'/%3E%3Cpath d='M192.139 130.736L186.405 162.789C186.374 162.977 186.515 163.149 186.718 163.149H190.212C190.416 163.149 190.525 163.024 190.557 162.867L196.384 130.846C196.416 130.658 196.275 130.485 196.071 130.485H192.452C192.295 130.485 192.17 130.579 192.139 130.736Z' fill='%239CCDC3'/%3E%3Cpath d='M187.157 139.618L190.541 162.757C190.572 162.945 190.431 163.133 190.227 163.133H186.609C186.452 163.133 186.327 163.023 186.295 162.882L183.021 139.587C183.131 139.336 183.256 139.336 183.46 139.336H186.828C186.985 139.336 187.126 139.461 187.157 139.618Z' fill='white'/%3E%3Cpath d='M182.912 139.603L177.131 171.625C177.099 171.813 177.24 172.001 177.444 171.985H181.016C181.173 171.985 181.298 171.875 181.329 171.719L187.157 139.697C187.188 139.509 187.047 139.321 186.844 139.337H183.225C183.068 139.337 182.943 139.447 182.912 139.603Z' fill='%239CCDC3'/%3E%3Cpath d='M178.04 148.485L181.314 171.624C181.345 171.812 181.204 171.984 181.001 171.984H177.382C177.225 171.984 177.1 171.874 177.069 171.734L173.794 148.454C173.904 148.203 174.029 148.203 174.233 148.203H177.711C177.868 148.203 178.009 148.328 178.04 148.485Z' fill='white'/%3E%3Cpath d='M173.794 148.469L168.06 180.522C168.029 180.71 168.17 180.882 168.373 180.882H171.867C172.071 180.882 172.18 180.757 172.212 180.6L178.039 148.579C178.071 148.391 177.93 148.219 177.726 148.219H174.107C173.951 148.219 173.825 148.313 173.794 148.469Z' fill='%239CCDC3'/%3E%3Cpath d='M168.812 157.352L172.196 180.491C172.227 180.679 172.086 180.867 171.883 180.867H168.264C168.107 180.867 167.982 180.757 167.95 180.616L164.676 157.321C164.786 157.07 164.911 157.07 165.115 157.07H168.483C168.64 157.07 168.781 157.196 168.812 157.352Z' fill='white'/%3E%3Cpath d='M164.582 157.242L158.801 189.263C158.77 189.451 158.911 189.639 159.115 189.624H162.686C162.843 189.624 162.968 189.514 163 189.357L168.827 157.336C168.859 157.148 168.718 156.976 168.514 156.976H164.895C164.739 156.976 164.613 157.085 164.582 157.242Z' fill='%239CCDC3'/%3E%3Cpath d='M159.71 166.141L162.985 189.28C163.016 189.468 162.875 189.64 162.671 189.64H159.052C158.896 189.64 158.77 189.531 158.739 189.39L155.465 166.11C155.575 165.859 155.7 165.859 155.903 165.859H159.381C159.538 165.859 159.679 165.985 159.71 166.141Z' fill='white'/%3E%3Cpath d='M155.464 166.11L149.731 198.163C149.699 198.351 149.84 198.523 150.044 198.523H153.537C153.741 198.523 153.851 198.398 153.882 198.241L159.71 166.22C159.741 166.032 159.6 165.859 159.396 165.859H155.778C155.621 165.859 155.496 165.953 155.464 166.11Z' fill='%239CCDC3'/%3E%3Cpath d='M150.498 174.992L153.882 198.131C153.913 198.319 153.772 198.507 153.568 198.507H149.949C149.793 198.507 149.667 198.397 149.636 198.256L146.362 174.961C146.472 174.71 146.597 174.71 146.801 174.71H150.169C150.325 174.71 150.466 174.835 150.498 174.992Z' fill='white'/%3E%3Cpath d='M146.252 174.976L140.472 206.998C140.44 207.186 140.581 207.374 140.785 207.358H144.357C144.513 207.358 144.639 207.248 144.67 207.092L150.498 175.07C150.529 174.882 150.388 174.71 150.185 174.71H146.566C146.409 174.71 146.284 174.82 146.252 174.976Z' fill='%239CCDC3'/%3E%3Cpath d='M141.381 183.859L144.655 206.998C144.686 207.186 144.545 207.358 144.342 207.358H140.723C140.566 207.358 140.441 207.249 140.409 207.108L137.135 183.828C137.245 183.577 137.37 183.577 137.574 183.577H141.052C141.208 183.577 141.349 183.702 141.381 183.859Z' fill='white'/%3E%3Cpath d='M137.152 183.843L131.418 215.896C131.386 216.084 131.527 216.256 131.731 216.256H135.225C135.428 216.256 135.538 216.131 135.569 215.974L141.397 183.953C141.428 183.765 141.272 183.593 141.084 183.593H137.465C137.308 183.593 137.183 183.687 137.152 183.843Z' fill='%239CCDC3'/%3E%3Cpath d='M132.17 192.726L135.554 215.865C135.585 216.053 135.444 216.241 135.24 216.241H131.621C131.465 216.241 131.339 216.131 131.308 215.99L128.034 192.695C128.144 192.444 128.269 192.444 128.473 192.444H131.841C131.997 192.444 132.138 192.57 132.17 192.726Z' fill='white'/%3E%3Cpath d='M127.923 192.617L122.142 224.638C122.111 224.826 122.252 225.014 122.455 224.999H126.027C126.184 224.999 126.309 224.889 126.341 224.732L132.168 192.711C132.2 192.523 132.059 192.335 131.855 192.351H128.236C128.079 192.351 127.954 192.46 127.923 192.617Z' fill='%239CCDC3'/%3E%3Cpath d='M123.051 201.514L126.325 224.653C126.357 224.841 126.216 225.013 126.012 225.013H122.393C122.237 225.013 122.111 224.904 122.08 224.763L118.806 201.483C118.915 201.232 119.041 201.232 119.244 201.232H122.722C122.879 201.232 123.02 201.358 123.051 201.514Z' fill='white'/%3E%3Cpath d='M118.822 201.483L113.088 233.536C113.057 233.724 113.198 233.896 113.402 233.896H116.895C117.099 233.896 117.208 233.771 117.24 233.614L123.068 201.593C123.099 201.405 122.942 201.232 122.754 201.232H119.135C118.979 201.232 118.853 201.326 118.822 201.483Z' fill='%239CCDC3'/%3E%3Cpath d='M113.84 210.366L117.224 233.505C117.255 233.693 117.114 233.881 116.911 233.881H113.292C113.135 233.881 113.01 233.771 112.979 233.63L109.704 210.335C109.814 210.084 109.939 210.084 110.143 210.084H113.511C113.668 210.084 113.809 210.209 113.84 210.366Z' fill='white'/%3E%3Cpath d='M109.578 210.366L103.797 242.387C103.766 242.575 103.907 242.763 104.111 242.748H107.682C107.839 242.748 107.964 242.638 107.996 242.481L113.823 210.46C113.855 210.272 113.714 210.1 113.51 210.1H109.891C109.735 210.1 109.609 210.209 109.578 210.366Z' fill='%239CCDC3'/%3E%3Cpath d='M104.722 219.249L107.996 242.388C108.027 242.576 107.886 242.748 107.682 242.748H104.064C103.907 242.748 103.782 242.638 103.75 242.497L100.476 219.217C100.586 218.967 100.711 218.967 100.915 218.967H104.393C104.549 218.967 104.69 219.092 104.722 219.249Z' fill='white'/%3E%3Cpath d='M100.477 219.217L94.7434 251.27C94.712 251.458 94.853 251.63 95.0567 251.63H98.5502C98.7539 251.63 98.8635 251.505 98.8949 251.348L104.723 219.327C104.754 219.139 104.613 218.967 104.409 218.967H100.79C100.634 218.967 100.508 219.061 100.477 219.217Z' fill='%239CCDC3'/%3E%3Cpath d='M95.4953 228.116L98.8792 251.255C98.9105 251.443 98.7695 251.631 98.5659 251.631H94.947C94.7904 251.631 94.665 251.521 94.6337 251.38L91.3595 228.085C91.4692 227.834 91.5945 227.834 91.7981 227.834H95.1664C95.323 227.834 95.464 227.959 95.4953 228.116Z' fill='white'/%3E%3Cpath d='M91.2652 228.007L85.4845 260.028C85.4531 260.216 85.5941 260.404 85.7978 260.388H89.3696C89.5263 260.388 89.6516 260.279 89.683 260.122L95.5107 228.101C95.5421 227.913 95.4011 227.74 95.1974 227.74H91.5786C91.4219 227.74 91.2966 227.85 91.2652 228.007Z' fill='%239CCDC3'/%3E%3Cpath d='M86.3936 236.888L89.6678 260.027C89.6991 260.215 89.5581 260.387 89.3545 260.387H85.7356C85.5789 260.387 85.4536 260.278 85.4223 260.137L82.1481 236.857C82.2577 236.606 82.3831 236.606 82.5867 236.606H86.0646C86.2212 236.606 86.3622 236.732 86.3936 236.888Z' fill='white'/%3E%3Cpath d='M82.1475 236.874L76.4138 268.927C76.3825 269.115 76.5234 269.287 76.7271 269.287H80.2206C80.4243 269.287 80.5339 269.161 80.5653 269.005L86.393 236.983C86.4244 236.795 86.2834 236.623 86.0797 236.623H82.4609C82.3042 236.623 82.1789 236.717 82.1475 236.874Z' fill='%239CCDC3'/%3E%3Cpath d='M77.1657 245.756L80.5496 268.894C80.5809 269.082 80.44 269.27 80.2363 269.27H76.6174C76.4608 269.27 76.3354 269.161 76.3041 269.02L73.0299 245.724C73.1396 245.474 73.2649 245.474 73.4686 245.474H76.8367C76.9934 245.474 77.1344 245.599 77.1657 245.756Z' fill='white'/%3E%3Cpath d='M72.9356 245.74L67.1549 277.761C67.1235 277.949 67.2645 278.122 67.4682 278.122H71.04C71.1967 278.122 71.322 278.012 71.3534 277.855L77.1811 245.834C77.2125 245.646 77.0715 245.474 76.8678 245.474H73.249C73.0923 245.474 72.967 245.583 72.9356 245.74Z' fill='%239CCDC3'/%3E%3Cpath d='M68.064 254.623L71.3382 277.761C71.3695 277.949 71.2285 278.122 71.0249 278.122H67.406C67.2494 278.122 67.124 278.012 67.0927 277.871L63.8185 254.591C63.9281 254.341 64.0535 254.341 64.2571 254.341H67.735C67.8917 254.341 68.0327 254.466 68.064 254.623Z' fill='white'/%3E%3Cpath d='M63.8179 254.591L58.0842 286.644C58.0529 286.832 58.1939 287.004 58.3975 287.004H61.891C62.0947 287.004 62.2044 286.879 62.2357 286.723L68.0635 254.701C68.0948 254.513 67.9538 254.341 67.7501 254.341H64.1313C63.9746 254.341 63.8493 254.435 63.8179 254.591Z' fill='%239CCDC3'/%3E%3Cpath d='M58.8514 263.489L62.2353 286.628C62.2666 286.816 62.1256 287.004 61.922 287.004H58.3031C58.1465 287.004 58.0211 286.894 57.9898 286.753L54.7156 263.458C54.8252 263.207 54.9506 263.207 55.1542 263.207H58.5224C58.6791 263.207 58.8201 263.332 58.8514 263.489Z' fill='white'/%3E%3Cpath d='M54.6062 263.38L48.8254 295.401C48.7941 295.589 48.9351 295.761 49.1387 295.761H52.7106C52.8672 295.761 52.9926 295.652 53.0239 295.495L58.8517 263.474C58.883 263.286 58.742 263.113 58.5383 263.113H54.9195C54.7628 263.113 54.6375 263.223 54.6062 263.38Z' fill='%239CCDC3'/%3E%3Cpath d='M49.7344 272.262L53.0086 295.401C53.0399 295.589 52.8989 295.762 52.6953 295.762H49.0764C48.9198 295.762 48.7944 295.652 48.7631 295.511L45.4889 272.231C45.5986 271.981 45.7239 271.98 45.9275 271.98H49.4054C49.5621 271.98 49.7031 272.106 49.7344 272.262Z' fill='white'/%3E%3Cpath d='M45.4884 272.248L39.7546 304.3C39.7233 304.488 39.8643 304.661 40.0679 304.661H43.5615C43.7651 304.661 43.8748 304.535 43.9061 304.379L49.7339 272.357C49.7652 272.169 49.6242 271.997 49.4205 271.997H45.8017C45.645 271.997 45.5197 272.091 45.4884 272.248Z' fill='%239CCDC3'/%3E%3Cpath d='M40.5234 281.13L43.9073 304.268C43.9386 304.456 43.7976 304.644 43.594 304.644H39.9751C39.8184 304.644 39.6931 304.535 39.6618 304.394L36.3876 281.098C36.4972 280.848 36.6226 280.848 36.8262 280.848H40.1944C40.3511 280.848 40.4921 280.973 40.5234 281.13Z' fill='white'/%3E%3Cpath d='M36.2612 281.114L30.4804 313.135C30.4491 313.323 30.5901 313.511 30.7937 313.496H34.3656C34.5223 313.496 34.6476 313.37 34.6789 313.229L40.5067 281.208C40.538 281.02 40.397 280.848 40.1934 280.848H36.5745C36.4179 280.848 36.2925 280.957 36.2612 281.114Z' fill='%239CCDC3'/%3E%3Cpath d='M31.4048 289.997L34.679 313.136C34.7103 313.324 34.5693 313.496 34.3657 313.496H30.7468C30.5902 313.496 30.4648 313.386 30.4335 313.245L27.1593 289.966C27.269 289.715 27.3943 289.715 27.5979 289.715H31.0758C31.2325 289.715 31.3735 289.84 31.4048 289.997Z' fill='white'/%3E%3Cpath d='M27.1588 289.981L21.425 322.034C21.3937 322.222 21.5347 322.394 21.7383 322.394H25.2319C25.4355 322.394 25.5452 322.269 25.5765 322.112L31.4043 290.091C31.4356 289.903 31.2946 289.73 31.091 289.73H27.4721C27.3154 289.73 27.1901 289.825 27.1588 289.981Z' fill='%239CCDC3'/%3E%3Cpath d='M22.177 298.863L25.5608 322.002C25.5922 322.19 25.4512 322.378 25.2475 322.378H21.6287C21.472 322.378 21.3467 322.268 21.3153 322.127L18.0411 298.832C18.1508 298.581 18.2761 298.581 18.4798 298.581H21.848C22.0046 298.581 22.1456 298.706 22.177 298.863Z' fill='white'/%3E%3Cpath d='M17.9316 298.754L12.1508 330.775C12.1195 330.963 12.2605 331.151 12.4642 331.135H16.036C16.1927 331.135 16.318 331.01 16.3493 330.869L22.1771 298.848C22.2084 298.66 22.0674 298.487 21.8638 298.487H18.2449C18.0883 298.487 17.9629 298.597 17.9316 298.754Z' fill='%239CCDC3'/%3E%3Cpath d='M13.0752 307.652L16.3494 330.791C16.3807 330.979 16.2398 331.151 16.0361 331.151H12.4172C12.2606 331.151 12.1353 331.042 12.1039 330.901L8.82971 307.621C8.93937 307.37 9.06471 307.37 9.26837 307.37H12.7462C12.9029 307.37 13.0439 307.495 13.0752 307.652Z' fill='white'/%3E%3Cpath d='M8.83077 307.621L3.09701 339.673C3.06568 339.861 3.20667 340.034 3.41033 340.034H6.90386C7.10752 340.034 7.21718 339.908 7.24851 339.752L13.0763 307.73C13.1076 307.542 12.9666 307.37 12.763 307.37H9.1441C8.98744 307.37 8.86211 307.464 8.83077 307.621Z' fill='%239CCDC3'/%3E%3Cpath d='M3.84897 316.504L7.23284 339.642C7.26417 339.83 7.12318 340.018 6.91952 340.018H3.30066C3.144 340.018 3.01868 339.909 2.98734 339.768L-0.286865 316.472C-0.177203 316.222 -0.0518765 316.222 0.151782 316.222H3.51998C3.67664 316.222 3.81764 316.347 3.84897 316.504Z' fill='white'/%3E%3Cpath d='M-0.381128 316.488L-6.1619 348.509C-6.19323 348.697 -6.05223 348.885 -5.84857 348.87H-2.27672C-2.12006 348.87 -1.99473 348.744 -1.9634 348.603L3.86437 316.582C3.8957 316.394 3.75471 316.206 3.55105 316.222H-0.0678122C-0.224473 316.222 -0.349796 316.331 -0.381128 316.488Z' fill='%239CCDC3'/%3E%3Cpath d='M387.918 -29.0892L382.137 2.93222C382.106 3.12021 382.247 3.30822 382.45 3.29255H386.022C386.179 3.29255 386.304 3.18287 386.336 3.02621L392.163 -28.9951C392.195 -29.1831 392.054 -29.3555 391.85 -29.3555H388.231C388.075 -29.3555 387.949 -29.2458 387.918 -29.0892Z' fill='%239CCDC3'/%3E%3Cpath d='M383.045 -20.2063L386.319 2.93242C386.35 3.12041 386.209 3.29276 386.006 3.29276H382.387C382.23 3.29276 382.105 3.18309 382.073 3.0421L378.799 -20.2376C378.909 -20.4883 379.034 -20.4883 379.238 -20.4883H382.716C382.872 -20.4883 383.013 -20.363 383.045 -20.2063Z' fill='white'/%3E%3Cpath d='M378.815 -20.223L373.082 11.8298C373.05 12.0178 373.191 12.1901 373.395 12.1901H376.889C377.092 12.1901 377.202 12.0648 377.233 11.9081L383.061 -20.1133C383.092 -20.3013 382.936 -20.4736 382.748 -20.4736H379.129C378.972 -20.4736 378.847 -20.3796 378.815 -20.223Z' fill='%239CCDC3'/%3E%3Cpath d='M373.834 -11.3391L377.218 11.7996C377.249 11.9876 377.108 12.1756 376.904 12.1756H373.285C373.129 12.1756 373.003 12.066 372.972 11.925L369.698 -11.3704C369.808 -11.6211 369.933 -11.6211 370.137 -11.6211H373.505C373.661 -11.6211 373.802 -11.4958 373.834 -11.3391Z' fill='white'/%3E%3Cpath d='M369.588 -11.3548L363.808 20.6666C363.776 20.8546 363.917 21.0426 364.121 21.0269H367.693C367.849 21.0269 367.975 20.9172 368.006 20.7606L373.834 -11.2608C373.865 -11.4488 373.724 -11.6211 373.521 -11.6211H369.902C369.745 -11.6211 369.62 -11.5115 369.588 -11.3548Z' fill='%239CCDC3'/%3E%3Cpath d='M364.732 -2.47291L368.006 20.6658C368.037 20.8538 367.896 21.0262 367.693 21.0262H364.074C363.917 21.0262 363.792 20.9165 363.761 20.7755L360.486 -2.50427C360.596 -2.75492 360.721 -2.75488 360.925 -2.75488H364.403C364.56 -2.75488 364.701 -2.62957 364.732 -2.47291Z' fill='white'/%3E%3Cpath d='M360.486 -2.50427L354.752 29.5485C354.721 29.7365 354.862 29.9088 355.066 29.9088H358.559C358.763 29.9088 358.872 29.7835 358.904 29.6268L364.732 -2.39459C364.763 -2.58259 364.622 -2.75488 364.418 -2.75488H360.799C360.643 -2.75488 360.517 -2.66093 360.486 -2.50427Z' fill='%239CCDC3'/%3E%3Cpath d='M355.504 6.39433L358.888 29.5331C358.919 29.721 358.778 29.909 358.575 29.909H354.956C354.799 29.909 354.674 29.7994 354.642 29.6584L351.368 6.36297C351.478 6.11231 351.603 6.1123 351.807 6.1123H355.175C355.332 6.1123 355.473 6.23767 355.504 6.39433Z' fill='white'/%3E%3Cpath d='M351.259 6.2849L345.478 38.3063C345.447 38.4943 345.588 38.6822 345.791 38.6666H349.363C349.52 38.6666 349.645 38.5569 349.677 38.4003L355.504 6.37889C355.536 6.1909 355.395 6.01855 355.191 6.01855H351.572C351.415 6.01855 351.29 6.12824 351.259 6.2849Z' fill='%239CCDC3'/%3E%3Cpath d='M346.402 15.1677L349.677 38.3065C349.708 38.4945 349.567 38.6668 349.363 38.6668H345.744C345.588 38.6668 345.462 38.5572 345.431 38.4162L342.157 15.1364C342.267 14.8857 342.392 14.8857 342.596 14.8857H346.073C346.23 14.8857 346.371 15.0111 346.402 15.1677Z' fill='white'/%3E%3Cpath d='M342.156 15.1511L336.423 47.2038C336.391 47.3918 336.532 47.5641 336.736 47.5641H340.23C340.433 47.5641 340.543 47.4387 340.574 47.2821L346.402 15.2607C346.433 15.0727 346.277 14.9004 346.089 14.9004H342.47C342.313 14.9004 342.188 14.9944 342.156 15.1511Z' fill='%239CCDC3'/%3E%3Cpath d='M337.175 24.0339L340.559 47.1727C340.59 47.3607 340.449 47.5487 340.245 47.5487H336.626C336.47 47.5487 336.344 47.439 336.313 47.298L333.039 24.0026C333.148 23.752 333.274 23.752 333.477 23.752H336.846C337.002 23.752 337.143 23.8773 337.175 24.0339Z' fill='white'/%3E%3Cpath d='M332.929 24.0183L327.148 56.0397C327.117 56.2277 327.258 56.4156 327.462 56.4H331.034C331.19 56.4 331.316 56.2903 331.347 56.1337L337.175 24.1123C337.206 23.9243 337.065 23.752 336.861 23.752H333.242C333.086 23.752 332.961 23.8616 332.929 24.0183Z' fill='%239CCDC3'/%3E%3Cpath d='M328.057 32.9011L331.332 56.0399C331.363 56.2279 331.222 56.4002 331.018 56.4002H327.4C327.243 56.4002 327.118 56.2905 327.086 56.1495L323.812 32.8698C323.922 32.6191 324.047 32.6191 324.251 32.6191H327.729C327.885 32.6191 328.026 32.7445 328.057 32.9011Z' fill='white'/%3E%3Cpath d='M323.827 32.8854L318.093 64.9381C318.062 65.1261 318.203 65.2984 318.406 65.2984H321.9C322.104 65.2984 322.213 65.1731 322.245 65.0164L328.072 32.9951C328.104 32.8071 327.963 32.6348 327.759 32.6348H324.14C323.984 32.6348 323.858 32.7288 323.827 32.8854Z' fill='%239CCDC3'/%3E%3Cpath d='M318.845 41.7683L322.229 64.907C322.26 65.095 322.119 65.283 321.916 65.283H318.297C318.14 65.283 318.015 65.1734 317.983 65.0324L314.709 41.737C314.819 41.4863 314.944 41.4863 315.148 41.4863H318.516C318.673 41.4863 318.814 41.6116 318.845 41.7683Z' fill='white'/%3E%3Cpath d='M314.6 41.6736L308.819 73.695C308.788 73.883 308.929 74.071 309.132 74.0553H312.704C312.861 74.0553 312.986 73.9456 313.017 73.789L318.845 41.7676C318.877 41.5796 318.736 41.4072 318.532 41.4072H314.913C314.756 41.4072 314.631 41.5169 314.6 41.6736Z' fill='%239CCDC3'/%3E%3Cpath d='M309.728 50.5564L313.002 73.6952C313.033 73.8832 312.892 74.0555 312.689 74.0555H309.07C308.913 74.0555 308.788 73.9458 308.757 73.8048L305.482 50.5251C305.592 50.2744 305.717 50.2744 305.921 50.2744H309.399C309.556 50.2744 309.697 50.3998 309.728 50.5564Z' fill='white'/%3E%3Cpath d='M305.499 50.5251L299.765 82.5778C299.734 82.7658 299.875 82.9381 300.078 82.9381H303.572C303.776 82.9381 303.885 82.8128 303.917 82.6561L309.744 50.6348C309.776 50.4468 309.635 50.2744 309.431 50.2744H305.812C305.656 50.2744 305.53 50.3684 305.499 50.5251Z' fill='%239CCDC3'/%3E%3Cpath d='M300.517 59.4236L303.901 82.5624C303.932 82.7503 303.791 82.9383 303.587 82.9383H299.969C299.812 82.9383 299.687 82.8287 299.655 82.6877L296.381 59.3923C296.491 59.1416 296.616 59.1416 296.82 59.1416H300.188C300.345 59.1416 300.486 59.2669 300.517 59.4236Z' fill='white'/%3E%3Cpath d='M296.272 59.3923L290.491 91.4137C290.46 91.6017 290.601 91.7897 290.804 91.774H294.376C294.533 91.774 294.658 91.6643 294.689 91.5077L300.517 59.4863C300.549 59.2983 300.408 59.126 300.204 59.126H296.585C296.428 59.126 296.303 59.2356 296.272 59.3923Z' fill='%239CCDC3'/%3E%3Cpath d='M291.398 68.2908L294.673 91.4295C294.704 91.6175 294.563 91.7898 294.359 91.7898H290.74C290.584 91.7898 290.458 91.6802 290.427 91.5392L287.153 68.2595C287.262 68.0088 287.388 68.0088 287.591 68.0088H291.069C291.226 68.0088 291.367 68.1341 291.398 68.2908Z' fill='white'/%3E%3Cpath d='M287.169 68.2595L281.436 100.312C281.404 100.5 281.545 100.672 281.749 100.672H285.242C285.446 100.672 285.556 100.547 285.587 100.391L291.415 68.3691C291.446 68.1811 291.289 68.0088 291.101 68.0088H287.483C287.326 68.0088 287.201 68.1028 287.169 68.2595Z' fill='%239CCDC3'/%3E%3Cpath d='M282.187 77.1424L285.571 100.281C285.603 100.469 285.462 100.657 285.258 100.657H281.639C281.482 100.657 281.357 100.547 281.326 100.406L278.052 77.111C278.161 76.8604 278.287 76.8604 278.49 76.8604H281.858C282.015 76.8604 282.156 76.9857 282.187 77.1424Z' fill='white'/%3E%3Cpath d='M277.942 77.0475L272.161 109.069C272.13 109.257 272.271 109.445 272.475 109.429H276.047C276.203 109.429 276.328 109.32 276.36 109.163L282.188 77.1416C282.219 76.9536 282.078 76.7812 281.874 76.7812H278.255C278.099 76.7812 277.973 76.8909 277.942 77.0475Z' fill='%239CCDC3'/%3E%3Cpath d='M273.086 85.9304L276.36 109.069C276.391 109.257 276.25 109.429 276.046 109.429H272.428C272.271 109.429 272.146 109.32 272.114 109.179L268.84 85.8991C268.95 85.6484 269.075 85.6484 269.279 85.6484H272.757C272.913 85.6484 273.054 85.7738 273.086 85.9304Z' fill='white'/%3E%3Cpath d='M268.84 85.8991L263.106 117.952C263.075 118.14 263.216 118.312 263.419 118.312H266.913C267.116 118.312 267.226 118.187 267.257 118.03L273.085 86.0087C273.117 85.8207 272.96 85.6484 272.772 85.6484H269.153C268.996 85.6484 268.871 85.7424 268.84 85.8991Z' fill='%239CCDC3'/%3E%3Cpath d='M263.858 94.7976L267.242 117.936C267.273 118.124 267.132 118.312 266.928 118.312H263.31C263.153 118.312 263.028 118.203 262.996 118.062L259.722 94.7663C259.832 94.5156 259.957 94.5156 260.161 94.5156H263.529C263.686 94.5156 263.827 94.6409 263.858 94.7976Z' fill='white'/%3E%3Cpath d='M259.613 94.7819L253.832 126.803C253.8 126.991 253.941 127.179 254.145 127.164H257.717C257.874 127.164 257.999 127.054 258.03 126.897L263.858 94.8759C263.889 94.6879 263.748 94.5156 263.545 94.5156H259.926C259.769 94.5156 259.644 94.6253 259.613 94.7819Z' fill='%239CCDC3'/%3E%3Cpath d='M254.741 103.665L258.015 126.804C258.046 126.992 257.905 127.164 257.702 127.164H254.083C253.926 127.164 253.801 127.054 253.769 126.913L250.495 103.633C250.605 103.383 250.73 103.383 250.934 103.383H254.412C254.568 103.383 254.709 103.508 254.741 103.665Z' fill='white'/%3E%3Cpath d='M250.495 103.633L244.761 135.686C244.73 135.874 244.871 136.046 245.074 136.046H248.568C248.771 136.046 248.881 135.921 248.912 135.764L254.74 103.743C254.772 103.555 254.631 103.383 254.427 103.383H250.808C250.651 103.383 250.526 103.477 250.495 103.633Z' fill='%239CCDC3'/%3E%3Cpath d='M245.513 112.532L248.897 135.671C248.928 135.859 248.787 136.047 248.584 136.047H244.965C244.808 136.047 244.683 135.937 244.651 135.796L241.377 112.501C241.487 112.25 241.612 112.25 241.816 112.25H245.184C245.341 112.25 245.482 112.375 245.513 112.532Z' fill='white'/%3E%3Cpath d='M241.283 112.422L235.502 144.443C235.471 144.631 235.612 144.819 235.815 144.803H239.387C239.544 144.803 239.669 144.694 239.701 144.537L245.528 112.516C245.56 112.328 245.419 112.155 245.215 112.155H241.596C241.44 112.155 241.314 112.265 241.283 112.422Z' fill='%239CCDC3'/%3E%3Cpath d='M236.411 121.304L239.685 144.443C239.717 144.631 239.576 144.804 239.372 144.804H235.753C235.597 144.804 235.471 144.694 235.44 144.553L232.166 121.273C232.275 121.022 232.401 121.022 232.604 121.022H236.082C236.239 121.022 236.38 121.148 236.411 121.304Z' fill='white'/%3E%3Cpath d='M232.165 121.289L226.431 153.341C226.4 153.529 226.541 153.702 226.745 153.702H230.238C230.442 153.702 230.552 153.576 230.583 153.42L236.411 121.398C236.442 121.21 236.285 121.038 236.097 121.038H232.478C232.322 121.038 232.196 121.132 232.165 121.289Z' fill='%239CCDC3'/%3E%3Cpath d='M227.199 130.172L230.583 153.31C230.614 153.498 230.473 153.686 230.269 153.686H226.65C226.494 153.686 226.368 153.577 226.337 153.436L223.063 130.14C223.173 129.89 223.298 129.89 223.502 129.89H226.87C227.026 129.89 227.167 130.015 227.199 130.172Z' fill='white'/%3E%3Cpath d='M222.953 130.156L217.173 162.177C217.141 162.365 217.282 162.553 217.486 162.538H221.058C221.214 162.538 221.34 162.428 221.371 162.271L227.199 130.25C227.23 130.062 227.089 129.89 226.886 129.89H223.267C223.11 129.89 222.985 129.999 222.953 130.156Z' fill='%239CCDC3'/%3E%3Cpath d='M218.082 139.039L221.356 162.178C221.387 162.366 221.246 162.538 221.043 162.538H217.424C217.267 162.538 217.142 162.428 217.11 162.287L213.836 139.007C213.946 138.757 214.071 138.757 214.275 138.757H217.753C217.909 138.757 218.05 138.882 218.082 139.039Z' fill='white'/%3E%3Cpath d='M213.852 139.023L208.119 171.076C208.087 171.264 208.228 171.436 208.432 171.436H211.925C212.129 171.436 212.239 171.311 212.27 171.154L218.098 139.133C218.129 138.945 217.973 138.772 217.785 138.772H214.166C214.009 138.772 213.884 138.866 213.852 139.023Z' fill='%239CCDC3'/%3E%3Cpath d='M208.871 147.906L212.255 171.045C212.286 171.233 212.145 171.421 211.941 171.421H208.322C208.166 171.421 208.04 171.311 208.009 171.17L204.735 147.875C204.845 147.624 204.97 147.624 205.174 147.624H208.542C208.698 147.624 208.839 147.749 208.871 147.906Z' fill='white'/%3E%3Cpath d='M204.624 147.796L198.843 179.817C198.812 180.005 198.953 180.193 199.156 180.177H202.728C202.885 180.177 203.01 180.068 203.041 179.911L208.869 147.89C208.901 147.702 208.76 147.529 208.556 147.529H204.937C204.78 147.529 204.655 147.639 204.624 147.796Z' fill='%239CCDC3'/%3E%3Cpath d='M199.752 156.678L203.026 179.817C203.058 180.005 202.917 180.178 202.713 180.178H199.094C198.937 180.178 198.812 180.068 198.781 179.927L195.507 156.647C195.616 156.396 195.742 156.396 195.945 156.396H199.423C199.58 156.396 199.721 156.522 199.752 156.678Z' fill='white'/%3E%3Cpath d='M195.523 156.663L189.789 188.716C189.758 188.904 189.899 189.076 190.102 189.076H193.596C193.8 189.076 193.909 188.95 193.941 188.794L199.768 156.772C199.8 156.584 199.643 156.412 199.455 156.412H195.836C195.68 156.412 195.554 156.506 195.523 156.663Z' fill='%239CCDC3'/%3E%3Cpath d='M190.541 165.546L193.925 188.684C193.956 188.872 193.815 189.06 193.612 189.06H189.993C189.836 189.06 189.711 188.951 189.679 188.81L186.405 165.514C186.515 165.264 186.64 165.264 186.844 165.264H190.212C190.369 165.264 190.51 165.389 190.541 165.546Z' fill='white'/%3E%3Cpath d='M186.279 165.53L180.498 197.551C180.467 197.739 180.608 197.927 180.811 197.912H184.383C184.54 197.912 184.665 197.802 184.697 197.645L190.524 165.624C190.556 165.436 190.415 165.264 190.211 165.264H186.592C186.436 165.264 186.31 165.373 186.279 165.53Z' fill='%239CCDC3'/%3E%3Cpath d='M181.423 174.428L184.697 197.567C184.728 197.755 184.587 197.928 184.383 197.928H180.765C180.608 197.928 180.483 197.818 180.451 197.677L177.177 174.397C177.287 174.146 177.412 174.146 177.616 174.146H181.094C181.25 174.146 181.391 174.272 181.423 174.428Z' fill='white'/%3E%3Cpath d='M177.178 174.397L171.444 206.45C171.413 206.638 171.554 206.81 171.758 206.81H175.251C175.455 206.81 175.564 206.685 175.596 206.528L181.424 174.507C181.455 174.319 181.298 174.146 181.11 174.146H177.491C177.335 174.146 177.209 174.24 177.178 174.397Z' fill='%239CCDC3'/%3E%3Cpath d='M172.196 183.28L175.58 206.419C175.611 206.607 175.47 206.795 175.267 206.795H171.648C171.491 206.795 171.366 206.685 171.334 206.544L168.06 183.249C168.17 182.998 168.295 182.998 168.499 182.998H171.867C172.024 182.998 172.165 183.123 172.196 183.28Z' fill='white'/%3E%3Cpath d='M167.966 183.185L162.185 215.207C162.154 215.395 162.295 215.583 162.499 215.567H166.071C166.227 215.567 166.353 215.457 166.384 215.301L172.212 183.279C172.243 183.091 172.102 182.903 171.898 182.919H168.279C168.123 182.919 167.997 183.029 167.966 183.185Z' fill='%239CCDC3'/%3E%3Cpath d='M163.094 192.068L166.369 215.207C166.4 215.395 166.259 215.567 166.055 215.567H162.436C162.28 215.567 162.154 215.458 162.123 215.317L158.849 192.037C158.959 191.786 159.084 191.786 159.288 191.786H162.765C162.922 191.786 163.063 191.912 163.094 192.068Z' fill='white'/%3E%3Cpath d='M158.848 192.037L153.115 224.09C153.083 224.277 153.224 224.45 153.428 224.45H156.922C157.125 224.45 157.235 224.325 157.266 224.168L163.094 192.147C163.125 191.959 162.969 191.786 162.781 191.786H159.162C159.005 191.786 158.88 191.88 158.848 192.037Z' fill='%239CCDC3'/%3E%3Cpath d='M153.867 200.935L157.251 224.074C157.282 224.262 157.141 224.45 156.937 224.45H153.318C153.162 224.45 153.036 224.34 153.005 224.199L149.731 200.904C149.84 200.653 149.966 200.653 150.169 200.653H153.538C153.694 200.653 153.835 200.779 153.867 200.935Z' fill='white'/%3E%3Cpath d='M149.637 200.904L143.856 232.925C143.824 233.113 143.965 233.301 144.169 233.286H147.741C147.898 233.286 148.023 233.176 148.054 233.019L153.882 200.998C153.913 200.81 153.772 200.638 153.569 200.638H149.95C149.793 200.638 149.668 200.747 149.637 200.904Z' fill='%239CCDC3'/%3E%3Cpath d='M144.765 209.802L148.039 232.94C148.07 233.128 147.929 233.301 147.726 233.301H144.107C143.95 233.301 143.825 233.191 143.793 233.05L140.519 209.77C140.629 209.52 140.754 209.52 140.958 209.52H144.436C144.592 209.52 144.733 209.645 144.765 209.802Z' fill='white'/%3E%3Cpath d='M140.519 209.77L134.785 241.823C134.754 242.011 134.895 242.183 135.098 242.183H138.592C138.796 242.183 138.905 242.058 138.937 241.901L144.764 209.88C144.796 209.692 144.639 209.52 144.451 209.52H140.832C140.676 209.52 140.55 209.614 140.519 209.77Z' fill='%239CCDC3'/%3E%3Cpath d='M135.552 218.654L138.936 241.793C138.968 241.981 138.827 242.169 138.623 242.169H135.004C134.847 242.169 134.722 242.059 134.691 241.918L131.417 218.623C131.526 218.372 131.651 218.372 131.855 218.372H135.223C135.38 218.372 135.521 218.497 135.552 218.654Z' fill='white'/%3E%3Cpath d='M131.307 218.559L125.526 250.581C125.495 250.769 125.636 250.957 125.84 250.941H129.411C129.568 250.941 129.693 250.831 129.725 250.675L135.552 218.653C135.584 218.465 135.443 218.293 135.239 218.293H131.62C131.464 218.293 131.338 218.403 131.307 218.559Z' fill='%239CCDC3'/%3E%3Cpath d='M126.435 227.442L129.709 250.581C129.741 250.769 129.6 250.941 129.396 250.941H125.777C125.621 250.941 125.495 250.832 125.464 250.691L122.19 227.411C122.299 227.16 122.425 227.16 122.628 227.16H126.106C126.263 227.16 126.404 227.285 126.435 227.442Z' fill='white'/%3E%3Cpath d='M122.189 227.411L116.456 259.464C116.424 259.652 116.565 259.824 116.769 259.824H120.262C120.466 259.824 120.576 259.698 120.607 259.542L126.435 227.52C126.466 227.332 126.325 227.16 126.121 227.16H122.503C122.346 227.16 122.221 227.254 122.189 227.411Z' fill='%239CCDC3'/%3E%3Cpath d='M117.224 236.309L120.608 259.448C120.64 259.636 120.499 259.824 120.295 259.824H116.676C116.519 259.824 116.394 259.714 116.363 259.573L113.089 236.278C113.198 236.027 113.324 236.027 113.527 236.027H116.895C117.052 236.027 117.193 236.153 117.224 236.309Z' fill='white'/%3E%3Cpath d='M112.962 236.294L107.181 268.315C107.15 268.503 107.291 268.691 107.495 268.675H111.067C111.223 268.675 111.349 268.566 111.38 268.409L117.208 236.388C117.239 236.2 117.098 236.027 116.894 236.027H113.275C113.119 236.027 112.993 236.137 112.962 236.294Z' fill='%239CCDC3'/%3E%3Cpath d='M108.106 245.176L111.38 268.314C111.411 268.502 111.27 268.675 111.067 268.675H107.448C107.291 268.675 107.166 268.565 107.134 268.424L103.86 245.144C103.97 244.894 104.095 244.894 104.299 244.894H107.777C107.933 244.894 108.074 245.019 108.106 245.176Z' fill='white'/%3E%3Cpath d='M103.861 245.161L98.1274 277.214C98.0961 277.402 98.2371 277.574 98.4407 277.574H101.934C102.138 277.574 102.248 277.448 102.279 277.292L108.107 245.27C108.138 245.082 107.997 244.91 107.793 244.91H104.174C104.018 244.91 103.892 245.004 103.861 245.161Z' fill='%239CCDC3'/%3E%3Cpath d='M98.8795 254.043L102.263 277.181C102.295 277.369 102.154 277.557 101.95 277.557H98.3312C98.1745 277.557 98.0492 277.448 98.0178 277.307L94.7437 254.011C94.8533 253.761 94.9786 253.761 95.1823 253.761H98.5505C98.7071 253.761 98.8482 253.886 98.8795 254.043Z' fill='white'/%3E%3Cpath d='M94.6325 253.933L88.8518 285.955C88.8204 286.143 88.9614 286.315 89.1651 286.315H92.7369C92.8936 286.315 93.0189 286.205 93.0503 286.049L98.878 254.027C98.9094 253.839 98.7684 253.667 98.5647 253.667H94.9459C94.7892 253.667 94.6639 253.777 94.6325 253.933Z' fill='%239CCDC3'/%3E%3Cpath d='M89.7761 262.832L93.0503 285.97C93.0817 286.158 92.9407 286.331 92.737 286.331H89.1182C88.9615 286.331 88.8362 286.221 88.8048 286.08L85.5306 262.8C85.6403 262.55 85.7656 262.55 85.9693 262.55H89.4471C89.6038 262.55 89.7448 262.675 89.7761 262.832Z' fill='white'/%3E%3Cpath d='M85.5317 262.8L79.7979 294.853C79.7666 295.041 79.9076 295.213 80.1113 295.213H83.6048C83.8085 295.213 83.9181 295.088 83.9495 294.931L89.7772 262.91C89.8086 262.722 89.6676 262.55 89.4639 262.55H85.845C85.6884 262.55 85.563 262.644 85.5317 262.8Z' fill='%239CCDC3'/%3E%3Cpath d='M80.5499 271.682L83.9338 294.821C83.9651 295.009 83.8241 295.197 83.6204 295.197H80.0016C79.8449 295.197 79.7196 295.087 79.6883 294.946L76.4141 271.651C76.5237 271.4 76.6491 271.4 76.8527 271.4H80.2209C80.3776 271.4 80.5186 271.526 80.5499 271.682Z' fill='white'/%3E%3Cpath d='M76.3198 271.667L70.539 303.688C70.5077 303.876 70.6487 304.048 70.8523 304.048H74.4242C74.5809 304.048 74.7062 303.939 74.7375 303.782L80.5653 271.761C80.5966 271.573 80.4556 271.4 80.252 271.4H76.6331C76.4765 271.4 76.3511 271.51 76.3198 271.667Z' fill='%239CCDC3'/%3E%3Cpath d='M71.4481 280.55L74.7223 303.688C74.7537 303.876 74.6127 304.049 74.409 304.049H70.7901C70.6335 304.049 70.5082 303.939 70.4768 303.798L67.2026 280.518C67.3123 280.268 67.4376 280.268 67.6413 280.268H71.1191C71.2758 280.268 71.4168 280.393 71.4481 280.55Z' fill='white'/%3E%3Cpath d='M67.2021 280.535L61.4683 312.588C61.437 312.776 61.578 312.948 61.7817 312.948H65.2752C65.4789 312.948 65.5885 312.823 65.6199 312.666L71.4476 280.644C71.479 280.456 71.338 280.284 71.1343 280.284H67.5154C67.3588 280.284 67.2335 280.378 67.2021 280.535Z' fill='%239CCDC3'/%3E%3Cpath d='M62.2203 289.417L65.6042 312.556C65.6355 312.744 65.4945 312.931 65.2908 312.931H61.672C61.5153 312.931 61.39 312.822 61.3587 312.681L58.0845 289.385C58.1941 289.135 58.3195 289.135 58.5231 289.135H61.8913C62.048 289.135 62.189 289.26 62.2203 289.417Z' fill='white'/%3E%3Cpath d='M57.9902 289.307L52.2094 321.329C52.1781 321.517 52.3191 321.705 52.5228 321.689H56.0946C56.2513 321.689 56.3766 321.564 56.4079 321.423L62.2357 289.401C62.267 289.213 62.126 289.041 61.9224 289.041H58.3035C58.1469 289.041 58.0215 289.151 57.9902 289.307Z' fill='%239CCDC3'/%3E%3Cpath d='M53.1185 298.206L56.3928 321.345C56.4241 321.533 56.2831 321.705 56.0794 321.705H52.4606C52.3039 321.705 52.1786 321.595 52.1472 321.454L48.873 298.175C48.9827 297.924 49.108 297.924 49.3117 297.924H52.7896C52.9462 297.924 53.0872 298.049 53.1185 298.206Z' fill='white'/%3E%3Cpath d='M48.8725 298.175L43.1388 330.227C43.1074 330.415 43.2484 330.588 43.4521 330.588H46.9456C47.1493 330.588 47.2589 330.462 47.2902 330.306L53.118 298.284C53.1494 298.096 53.0084 297.924 52.8047 297.924H49.1859C49.0292 297.924 48.9039 298.018 48.8725 298.175Z' fill='%239CCDC3'/%3E%3Cpath d='M43.8907 307.056L47.2746 330.195C47.3059 330.383 47.1649 330.571 46.9613 330.571H43.3424C43.1858 330.571 43.0604 330.462 43.0291 330.321L39.7549 307.025C39.8645 306.774 39.9899 306.774 40.1935 306.774H43.5617C43.7184 306.774 43.8594 306.9 43.8907 307.056Z' fill='white'/%3E%3Cpath d='M39.6454 307.042L33.8646 339.063C33.8333 339.251 33.9742 339.439 34.1779 339.423H37.7498C37.9064 339.423 38.0317 339.298 38.0631 339.157L43.8908 307.136C43.9222 306.948 43.7812 306.76 43.5775 306.775H39.9587C39.802 306.775 39.6767 306.885 39.6454 307.042Z' fill='%239CCDC3'/%3E%3Cpath d='M34.7736 315.939L38.0478 339.078C38.0791 339.266 37.9381 339.438 37.7345 339.438H34.1156C33.959 339.438 33.8336 339.329 33.8023 339.188L30.5281 315.908C30.6377 315.657 30.7631 315.657 30.9667 315.657H34.4446C34.6012 315.657 34.7423 315.783 34.7736 315.939Z' fill='white'/%3E%3Cpath d='M30.5429 315.908L24.8092 347.961C24.7778 348.149 24.9188 348.321 25.1225 348.321H28.616C28.8197 348.321 28.9293 348.196 28.9607 348.039L34.7884 316.018C34.8198 315.83 34.6788 315.657 34.4751 315.657H30.8563C30.6996 315.657 30.5743 315.751 30.5429 315.908Z' fill='%239CCDC3'/%3E%3Cpath d='M25.5611 324.791L28.945 347.93C28.9763 348.118 28.8353 348.306 28.6317 348.306H25.0128C24.8562 348.306 24.7308 348.196 24.6995 348.055L21.4253 324.759C21.535 324.509 21.6603 324.509 21.8639 324.509H25.2321C25.3888 324.509 25.5298 324.634 25.5611 324.791Z' fill='white'/%3E%3Cpath d='M21.3158 324.697L15.535 356.718C15.5037 356.906 15.6447 357.094 15.8483 357.079H19.4202C19.5768 357.079 19.7022 356.953 19.7335 356.812L25.5613 324.791C25.5926 324.603 25.4516 324.431 25.2479 324.431H21.6291C21.4724 324.431 21.3471 324.54 21.3158 324.697Z' fill='%239CCDC3'/%3E%3Cpath d='M16.444 333.58L19.7182 356.719C19.7495 356.907 19.6085 357.079 19.4049 357.079H15.786C15.6294 357.079 15.504 356.969 15.4727 356.828L12.1985 333.549C12.3081 333.298 12.4335 333.298 12.6371 333.298H16.115C16.2717 333.298 16.4127 333.423 16.444 333.58Z' fill='white'/%3E%3Cpath d='M12.2149 333.563L6.48117 365.616C6.44983 365.804 6.59083 365.976 6.79449 365.976H10.288C10.4917 365.976 10.6013 365.851 10.6327 365.694L16.4604 333.673C16.4918 333.485 16.3508 333.312 16.1471 333.312H12.5283C12.3716 333.312 12.2463 333.406 12.2149 333.563Z' fill='%239CCDC3'/%3E%3Cpath d='M7.23312 342.447L10.617 365.586C10.6483 365.774 10.5073 365.962 10.3037 365.962H6.68481C6.52815 365.962 6.40282 365.852 6.37149 365.711L3.09729 342.416C3.20695 342.165 3.33228 342.165 3.53594 342.165H6.90414C7.0608 342.165 7.20179 342.29 7.23312 342.447Z' fill='white'/%3E%3Cpath d='M2.98618 342.415L-2.79459 374.436C-2.82592 374.624 -2.68492 374.812 -2.48126 374.796H1.09059C1.24725 374.796 1.37258 374.671 1.40391 374.53L7.23168 342.509C7.26301 342.321 7.12202 342.148 6.91836 342.148H3.2995C3.14284 342.148 3.01751 342.258 2.98618 342.415Z' fill='%239CCDC3'/%3E%3Cpath d='M-1.87021 351.313L1.40398 374.452C1.43531 374.64 1.29432 374.812 1.09067 374.812H-2.5282C-2.68486 374.812 -2.81018 374.703 -2.84151 374.562L-6.11572 351.282C-6.00606 351.031 -5.88072 351.031 -5.67706 351.031H-2.19921C-2.04255 351.031 -1.90155 351.157 -1.87021 351.313Z' fill='white'/%3E%3Cpath d='M418.842 -29.6839L413.108 2.3688C413.077 2.55679 413.218 2.72913 413.422 2.72913H416.915C417.119 2.72913 417.228 2.60377 417.26 2.44711L423.088 -29.5743C423.119 -29.7623 422.962 -29.9346 422.774 -29.9346H419.155C418.999 -29.9346 418.873 -29.8406 418.842 -29.6839Z' fill='%239CCDC3'/%3E%3Cpath d='M413.86 -20.802L417.244 2.33677C417.275 2.52476 417.134 2.71274 416.931 2.71274H413.312C413.155 2.71274 413.03 2.60307 412.999 2.46207L409.724 -20.8333C409.834 -21.084 409.959 -21.084 410.163 -21.084H413.531C413.688 -21.084 413.829 -20.9587 413.86 -20.802Z' fill='white'/%3E%3Cpath d='M409.615 -20.8176L403.834 11.2037C403.803 11.3917 403.944 11.5797 404.147 11.564H407.719C407.876 11.564 408.001 11.4544 408.033 11.2977L413.86 -20.7236C413.892 -20.9116 413.751 -21.084 413.547 -21.084H409.928C409.772 -21.084 409.646 -20.9743 409.615 -20.8176Z' fill='%239CCDC3'/%3E%3Cpath d='M404.743 -11.9358L408.017 11.2029C408.049 11.3909 407.908 11.5633 407.704 11.5633H404.085C403.928 11.5633 403.803 11.4536 403.772 11.3126L400.498 -11.9671C400.607 -12.2178 400.733 -12.2178 400.936 -12.2178H404.414C404.571 -12.2178 404.712 -12.0925 404.743 -11.9358Z' fill='white'/%3E%3Cpath d='M400.512 -11.9506L394.779 20.1022C394.747 20.2902 394.888 20.4625 395.092 20.4625H398.586C398.789 20.4625 398.899 20.3372 398.93 20.1805L404.758 -11.8409C404.789 -12.0289 404.648 -12.2012 404.445 -12.2012H400.826C400.669 -12.2012 400.544 -12.1072 400.512 -11.9506Z' fill='%239CCDC3'/%3E%3Cpath d='M395.531 -3.06763L398.915 20.0711C398.946 20.2591 398.805 20.4471 398.601 20.4471H394.982C394.826 20.4471 394.7 20.3374 394.669 20.1964L391.395 -3.09895C391.504 -3.3496 391.63 -3.34961 391.833 -3.34961H395.202C395.358 -3.34961 395.499 -3.22429 395.531 -3.06763Z' fill='white'/%3E%3Cpath d='M391.285 -3.16139L385.504 28.86C385.473 29.048 385.614 29.236 385.818 29.2203H389.39C389.546 29.2203 389.672 29.1107 389.703 28.954L395.531 -3.0674C395.562 -3.25539 395.421 -3.42773 395.217 -3.42773H391.599C391.442 -3.42773 391.317 -3.31805 391.285 -3.16139Z' fill='%239CCDC3'/%3E%3Cpath d='M386.413 5.72045L389.688 28.8592C389.719 29.0472 389.578 29.2195 389.374 29.2195H385.756C385.599 29.2195 385.473 29.1099 385.442 28.9689L382.168 5.68914C382.278 5.43848 382.403 5.43848 382.607 5.43848H386.084C386.241 5.43848 386.382 5.56379 386.413 5.72045Z' fill='white'/%3E%3Cpath d='M382.183 5.68914L376.449 37.7418C376.418 37.9298 376.559 38.1022 376.762 38.1022H380.256C380.46 38.1022 380.569 37.9769 380.601 37.8202L386.428 5.79881C386.46 5.61082 386.303 5.43848 386.115 5.43848H382.496C382.339 5.43848 382.214 5.53248 382.183 5.68914Z' fill='%239CCDC3'/%3E%3Cpath d='M377.201 14.5876L380.585 37.7264C380.616 37.9144 380.475 38.1024 380.272 38.1024H376.653C376.496 38.1024 376.371 37.9927 376.339 37.8517L373.065 14.5563C373.175 14.3057 373.3 14.3057 373.504 14.3057H376.872C377.029 14.3057 377.17 14.431 377.201 14.5876Z' fill='white'/%3E%3Cpath d='M372.956 14.5564L367.175 46.5778C367.144 46.7658 367.285 46.9538 367.488 46.9381H371.06C371.217 46.9381 371.342 46.8284 371.373 46.6718L377.201 14.6504C377.232 14.4624 377.092 14.29 376.888 14.29H373.269C373.112 14.29 372.987 14.3997 372.956 14.5564Z' fill='%239CCDC3'/%3E%3Cpath d='M368.099 23.4548L371.373 46.5936C371.405 46.7816 371.264 46.9539 371.06 46.9539H367.441C367.285 46.9539 367.159 46.8442 367.128 46.7032L363.854 23.4235C363.963 23.1729 364.089 23.1729 364.292 23.1729H367.77C367.927 23.1729 368.068 23.2982 368.099 23.4548Z' fill='white'/%3E%3Cpath d='M363.855 23.4235L358.121 55.4762C358.09 55.6642 358.231 55.8366 358.434 55.8366H361.928C362.132 55.8366 362.241 55.7112 362.273 55.5546L368.1 23.5332C368.132 23.3452 367.991 23.1729 367.787 23.1729H364.168C364.012 23.1729 363.886 23.2669 363.855 23.4235Z' fill='%239CCDC3'/%3E%3Cpath d='M358.873 32.3054L362.257 55.4442C362.288 55.6322 362.147 55.8202 361.944 55.8202H358.325C358.168 55.8202 358.043 55.7105 358.011 55.5695L354.737 32.2741C354.847 32.0234 354.972 32.0234 355.176 32.0234H358.544C358.701 32.0234 358.842 32.1488 358.873 32.3054Z' fill='white'/%3E%3Cpath d='M354.643 32.2126L348.862 64.234C348.831 64.422 348.972 64.61 349.175 64.5943H352.747C352.904 64.5943 353.029 64.4846 353.061 64.328L358.888 32.3066C358.92 32.1186 358.779 31.9463 358.575 31.9463H354.956C354.8 31.9463 354.674 32.0559 354.643 32.2126Z' fill='%239CCDC3'/%3E%3Cpath d='M349.77 41.0945L353.044 64.2332C353.075 64.4212 352.934 64.5935 352.731 64.5935H349.112C348.955 64.5935 348.83 64.4839 348.798 64.3429L345.524 41.0632C345.634 40.8125 345.759 40.8125 345.963 40.8125H349.441C349.597 40.8125 349.738 40.9378 349.77 41.0945Z' fill='white'/%3E%3Cpath d='M345.525 41.0632L339.791 73.1159C339.76 73.3039 339.901 73.4762 340.105 73.4762H343.598C343.802 73.4762 343.912 73.3508 343.943 73.1942L349.771 41.1728C349.802 40.9848 349.661 40.8125 349.457 40.8125H345.839C345.682 40.8125 345.557 40.9065 345.525 41.0632Z' fill='%239CCDC3'/%3E%3Cpath d='M340.543 49.9617L343.927 73.1004C343.959 73.2884 343.818 73.4764 343.614 73.4764H339.995C339.838 73.4764 339.713 73.3667 339.682 73.2257L336.408 49.9303C336.517 49.6796 336.643 49.6797 336.846 49.6797H340.214C340.371 49.6797 340.512 49.805 340.543 49.9617Z' fill='white'/%3E%3Cpath d='M336.298 49.946L330.517 81.9674C330.486 82.1554 330.627 82.3434 330.831 82.3277H334.402C334.559 82.3277 334.684 82.218 334.716 82.0614L340.544 50.04C340.575 49.852 340.434 49.6797 340.23 49.6797H336.611C336.455 49.6797 336.329 49.7893 336.298 49.946Z' fill='%239CCDC3'/%3E%3Cpath d='M331.425 58.8289L334.699 81.9676C334.73 82.1556 334.589 82.328 334.386 82.328H330.767C330.61 82.328 330.485 82.2183 330.454 82.0773L327.179 58.7975C327.289 58.5469 327.414 58.5469 327.618 58.5469H331.096C331.252 58.5469 331.393 58.6722 331.425 58.8289Z' fill='white'/%3E%3Cpath d='M327.196 58.7975L321.462 90.8503C321.431 91.0383 321.572 91.2106 321.775 91.2106H325.269C325.472 91.2106 325.582 91.0853 325.613 90.9286L331.441 58.9072C331.472 58.7192 331.316 58.5469 331.128 58.5469H327.509C327.352 58.5469 327.227 58.6409 327.196 58.7975Z' fill='%239CCDC3'/%3E%3Cpath d='M322.214 67.6951L325.598 90.8338C325.629 91.0218 325.488 91.2098 325.284 91.2098H321.666C321.509 91.2098 321.384 91.1001 321.352 90.9591L318.078 67.6637C318.188 67.4131 318.313 67.4131 318.517 67.4131H321.885C322.041 67.4131 322.183 67.5385 322.214 67.6951Z' fill='white'/%3E%3Cpath d='M317.968 67.5857L312.188 99.6071C312.156 99.7951 312.297 99.983 312.501 99.9674H316.073C316.23 99.9674 316.355 99.8577 316.386 99.7011L322.214 67.6797C322.245 67.4917 322.104 67.3193 321.901 67.3193H318.282C318.125 67.3193 318 67.429 317.968 67.5857Z' fill='%239CCDC3'/%3E%3Cpath d='M313.097 76.4685L316.371 99.6073C316.402 99.7953 316.261 99.9676 316.058 99.9676H312.439C312.282 99.9676 312.157 99.8579 312.126 99.7169L308.851 76.4372C308.961 76.1865 309.086 76.1865 309.29 76.1865H312.768C312.924 76.1865 313.065 76.3118 313.097 76.4685Z' fill='white'/%3E%3Cpath d='M308.866 76.4528L303.132 108.506C303.101 108.694 303.242 108.866 303.446 108.866H306.939C307.143 108.866 307.252 108.74 307.284 108.584L313.112 76.5624C313.143 76.3744 313.002 76.2021 312.798 76.2021H309.179C309.023 76.2021 308.897 76.2962 308.866 76.4528Z' fill='%239CCDC3'/%3E%3Cpath d='M303.884 85.3357L307.268 108.474C307.299 108.662 307.158 108.85 306.955 108.85H303.336C303.179 108.85 303.054 108.741 303.023 108.6L299.748 85.3044C299.858 85.0537 299.983 85.0537 300.187 85.0537H303.555C303.712 85.0537 303.853 85.179 303.884 85.3357Z' fill='white'/%3E%3Cpath d='M299.639 85.3201L293.858 117.341C293.827 117.529 293.968 117.717 294.171 117.702H297.743C297.9 117.702 298.025 117.592 298.057 117.435L303.884 85.414C303.916 85.2261 303.775 85.0537 303.571 85.0537H299.952C299.796 85.0537 299.67 85.1634 299.639 85.3201Z' fill='%239CCDC3'/%3E%3Cpath d='M294.767 94.2019L298.041 117.341C298.073 117.529 297.932 117.701 297.728 117.701H294.109C293.953 117.701 293.827 117.591 293.796 117.45L290.522 94.1706C290.631 93.9199 290.757 93.9199 290.96 93.9199H294.438C294.595 93.9199 294.736 94.0452 294.767 94.2019Z' fill='white'/%3E%3Cpath d='M290.536 94.1871L284.803 126.24C284.771 126.428 284.912 126.6 285.116 126.6H288.61C288.813 126.6 288.923 126.475 288.954 126.318L294.782 94.2968C294.813 94.1088 294.657 93.9365 294.469 93.9365H290.85C290.693 93.9365 290.568 94.0305 290.536 94.1871Z' fill='%239CCDC3'/%3E%3Cpath d='M285.555 103.069L288.939 126.208C288.97 126.396 288.829 126.584 288.625 126.584H285.006C284.85 126.584 284.724 126.474 284.693 126.333L281.419 103.038C281.528 102.787 281.654 102.787 281.857 102.787H285.226C285.382 102.787 285.523 102.912 285.555 103.069Z' fill='white'/%3E%3Cpath d='M281.309 102.96L275.529 134.981C275.497 135.169 275.638 135.357 275.842 135.341H279.414C279.57 135.341 279.696 135.232 279.727 135.075L285.555 103.054C285.586 102.866 285.445 102.693 285.241 102.693H281.623C281.466 102.693 281.341 102.803 281.309 102.96Z' fill='%239CCDC3'/%3E%3Cpath d='M276.453 111.843L279.727 134.981C279.758 135.169 279.617 135.342 279.414 135.342H275.795C275.638 135.342 275.513 135.232 275.482 135.091L272.207 111.811C272.317 111.561 272.442 111.561 272.646 111.561H276.124C276.281 111.561 276.422 111.686 276.453 111.843Z' fill='white'/%3E%3Cpath d='M272.208 111.827L266.475 143.88C266.443 144.068 266.584 144.24 266.788 144.24H270.282C270.485 144.24 270.595 144.115 270.626 143.958L276.454 111.937C276.485 111.749 276.329 111.576 276.141 111.576H272.522C272.365 111.576 272.24 111.67 272.208 111.827Z' fill='%239CCDC3'/%3E%3Cpath d='M267.227 120.71L270.611 143.848C270.642 144.036 270.501 144.224 270.297 144.224H266.678C266.522 144.224 266.396 144.115 266.365 143.974L263.091 120.678C263.2 120.428 263.326 120.428 263.529 120.428H266.898C267.054 120.428 267.195 120.553 267.227 120.71Z' fill='white'/%3E%3Cpath d='M262.981 120.694L257.201 152.715C257.169 152.903 257.31 153.091 257.514 153.076H261.086C261.242 153.076 261.368 152.966 261.399 152.809L267.227 120.788C267.258 120.6 267.117 120.428 266.913 120.428H263.295C263.138 120.428 263.013 120.537 262.981 120.694Z' fill='%239CCDC3'/%3E%3Cpath d='M258.108 129.593L261.382 152.731C261.414 152.919 261.273 153.092 261.069 153.092H257.45C257.293 153.092 257.168 152.982 257.137 152.841L253.863 129.561C253.972 129.311 254.098 129.311 254.301 129.311H257.779C257.936 129.311 258.077 129.436 258.108 129.593Z' fill='white'/%3E%3Cpath d='M253.864 129.561L248.13 161.614C248.099 161.802 248.239 161.974 248.443 161.974H251.937C252.14 161.974 252.25 161.849 252.281 161.692L258.109 129.671C258.14 129.483 257.984 129.311 257.796 129.311H254.177C254.02 129.311 253.895 129.405 253.864 129.561Z' fill='%239CCDC3'/%3E%3Cpath d='M248.882 138.443L252.266 161.582C252.297 161.77 252.156 161.958 251.952 161.958H248.334C248.177 161.958 248.052 161.848 248.02 161.707L244.746 138.412C244.856 138.161 244.981 138.161 245.185 138.161H248.553C248.709 138.161 248.85 138.286 248.882 138.443Z' fill='white'/%3E%3Cpath d='M244.652 138.349L238.871 170.371C238.84 170.559 238.981 170.747 239.184 170.731H242.756C242.913 170.731 243.038 170.621 243.069 170.465L248.897 138.443C248.929 138.255 248.788 138.067 248.584 138.083H244.965C244.808 138.083 244.683 138.193 244.652 138.349Z' fill='%239CCDC3'/%3E%3Cpath d='M239.778 147.232L243.053 170.371C243.084 170.559 242.943 170.731 242.739 170.731H239.12C238.964 170.731 238.838 170.622 238.807 170.481L235.533 147.201C235.643 146.95 235.768 146.95 235.972 146.95H239.449C239.606 146.95 239.747 147.076 239.778 147.232Z' fill='white'/%3E%3Cpath d='M235.534 147.201L229.8 179.254C229.769 179.442 229.91 179.614 230.114 179.614H233.607C233.811 179.614 233.92 179.489 233.952 179.332L239.78 147.31C239.811 147.122 239.67 146.95 239.466 146.95H235.847C235.691 146.95 235.565 147.044 235.534 147.201Z' fill='%239CCDC3'/%3E%3Cpath d='M230.567 156.099L233.951 179.238C233.983 179.426 233.842 179.614 233.638 179.614H230.019C229.863 179.614 229.737 179.504 229.706 179.363L226.432 156.068C226.541 155.817 226.667 155.817 226.87 155.817H230.238C230.395 155.817 230.536 155.943 230.567 156.099Z' fill='white'/%3E%3Cpath d='M226.322 156.067L220.541 188.088C220.51 188.276 220.651 188.464 220.855 188.449H224.427C224.583 188.449 224.709 188.339 224.74 188.182L230.568 156.161C230.599 155.973 230.458 155.801 230.254 155.801H226.635C226.479 155.801 226.353 155.91 226.322 156.067Z' fill='%239CCDC3'/%3E%3Cpath d='M221.45 164.967L224.725 188.105C224.756 188.293 224.615 188.466 224.411 188.466H220.792C220.636 188.466 220.51 188.356 220.479 188.215L217.205 164.935C217.315 164.685 217.44 164.685 217.644 164.685H221.121C221.278 164.685 221.419 164.81 221.45 164.967Z' fill='white'/%3E%3Cpath d='M217.22 164.935L211.486 196.988C211.455 197.176 211.596 197.348 211.799 197.348H215.293C215.496 197.348 215.606 197.223 215.637 197.066L221.465 165.045C221.497 164.857 221.34 164.685 221.152 164.685H217.533C217.376 164.685 217.251 164.779 217.22 164.935Z' fill='%239CCDC3'/%3E%3Cpath d='M212.238 173.817L215.622 196.956C215.653 197.144 215.512 197.332 215.308 197.332H211.69C211.533 197.332 211.408 197.222 211.376 197.081L208.102 173.786C208.212 173.535 208.337 173.535 208.541 173.535H211.909C212.066 173.535 212.207 173.66 212.238 173.817Z' fill='white'/%3E%3Cpath d='M207.993 173.723L202.212 205.745C202.18 205.933 202.321 206.121 202.525 206.105H206.097C206.254 206.105 206.379 205.995 206.41 205.839L212.238 173.817C212.269 173.629 212.128 173.457 211.925 173.457H208.306C208.149 173.457 208.024 173.567 207.993 173.723Z' fill='%239CCDC3'/%3E%3Cpath d='M203.121 182.606L206.395 205.745C206.426 205.933 206.285 206.105 206.082 206.105H202.463C202.306 206.105 202.181 205.996 202.15 205.855L198.875 182.575C198.985 182.324 199.11 182.324 199.314 182.324H202.792C202.949 182.324 203.09 182.45 203.121 182.606Z' fill='white'/%3E%3Cpath d='M198.89 182.575L193.156 214.628C193.125 214.816 193.266 214.988 193.47 214.988H196.963C197.167 214.988 197.277 214.863 197.308 214.706L203.136 182.685C203.167 182.497 203.01 182.324 202.822 182.324H199.204C199.047 182.324 198.922 182.418 198.89 182.575Z' fill='%239CCDC3'/%3E%3Cpath d='M193.908 191.473L197.292 214.612C197.323 214.8 197.182 214.988 196.979 214.988H193.36C193.203 214.988 193.078 214.879 193.047 214.738L189.772 191.442C189.882 191.191 190.007 191.191 190.211 191.191H193.579C193.736 191.191 193.877 191.317 193.908 191.473Z' fill='white'/%3E%3Cpath d='M189.663 191.458L183.882 223.479C183.851 223.667 183.992 223.855 184.196 223.839H187.767C187.924 223.839 188.049 223.73 188.081 223.573L193.909 191.552C193.94 191.364 193.799 191.191 193.595 191.191H189.976C189.82 191.191 189.694 191.301 189.663 191.458Z' fill='%239CCDC3'/%3E%3Cpath d='M184.791 200.34L188.065 223.478C188.097 223.666 187.956 223.839 187.752 223.839H184.133C183.977 223.839 183.851 223.729 183.82 223.588L180.546 200.308C180.655 200.058 180.781 200.058 180.984 200.058H184.462C184.619 200.058 184.76 200.183 184.791 200.34Z' fill='white'/%3E%3Cpath d='M180.545 200.324L174.811 232.377C174.78 232.565 174.921 232.737 175.125 232.737H178.618C178.822 232.737 178.932 232.612 178.963 232.455L184.791 200.434C184.822 200.246 184.665 200.073 184.477 200.073H180.859C180.702 200.073 180.577 200.167 180.545 200.324Z' fill='%239CCDC3'/%3E%3Cpath d='M175.563 209.207L178.947 232.346C178.979 232.534 178.838 232.722 178.634 232.722H175.015C174.858 232.722 174.733 232.612 174.702 232.471L171.428 209.176C171.537 208.925 171.663 208.925 171.866 208.925H175.234C175.391 208.925 175.532 209.05 175.563 209.207Z' fill='white'/%3E%3Cpath d='M171.333 209.097L165.553 241.119C165.521 241.307 165.662 241.495 165.866 241.479H169.438C169.595 241.479 169.72 241.369 169.751 241.213L175.579 209.191C175.61 209.003 175.469 208.831 175.266 208.831H171.647C171.49 208.831 171.365 208.941 171.333 209.097Z' fill='%239CCDC3'/%3E%3Cpath d='M166.462 217.996L169.736 241.135C169.767 241.323 169.626 241.495 169.423 241.495H165.804C165.647 241.495 165.522 241.385 165.49 241.244L162.216 217.964C162.326 217.714 162.451 217.714 162.655 217.714H166.133C166.289 217.714 166.43 217.839 166.462 217.996Z' fill='white'/%3E%3Cpath d='M162.217 217.964L156.483 250.017C156.452 250.205 156.593 250.378 156.797 250.378H160.29C160.494 250.378 160.604 250.252 160.635 250.096L166.463 218.074C166.494 217.886 166.353 217.714 166.149 217.714H162.531C162.374 217.714 162.249 217.808 162.217 217.964Z' fill='%239CCDC3'/%3E%3Cpath d='M157.235 226.847L160.619 249.986C160.651 250.174 160.51 250.362 160.306 250.362H156.687C156.53 250.362 156.405 250.253 156.374 250.112L153.1 226.816C153.209 226.565 153.335 226.565 153.538 226.565H156.906C157.063 226.565 157.204 226.691 157.235 226.847Z' fill='white'/%3E%3Cpath d='M153.005 226.832L147.225 258.853C147.193 259.041 147.334 259.229 147.538 259.214H151.11C151.266 259.214 151.392 259.104 151.423 258.947L157.251 226.926C157.282 226.738 157.141 226.565 156.938 226.565H153.319C153.162 226.565 153.037 226.675 153.005 226.832Z' fill='%239CCDC3'/%3E%3Cpath d='M148.132 235.714L151.406 258.852C151.438 259.04 151.297 259.213 151.093 259.213H147.474C147.317 259.213 147.192 259.103 147.161 258.962L143.887 235.682C143.996 235.432 144.122 235.432 144.325 235.432H147.803C147.96 235.432 148.101 235.557 148.132 235.714Z' fill='white'/%3E%3Cpath d='M143.888 235.698L138.154 267.751C138.123 267.939 138.264 268.111 138.467 268.111H141.961C142.164 268.111 142.274 267.986 142.305 267.829L148.133 235.808C148.165 235.62 148.008 235.447 147.82 235.447H144.201C144.044 235.447 143.919 235.541 143.888 235.698Z' fill='%239CCDC3'/%3E%3Cpath d='M138.921 244.581L142.305 267.72C142.336 267.908 142.195 268.096 141.992 268.096H138.373C138.216 268.096 138.091 267.986 138.06 267.845L134.785 244.55C134.895 244.299 135.02 244.299 135.224 244.299H138.592C138.749 244.299 138.89 244.424 138.921 244.581Z' fill='white'/%3E%3Cpath d='M134.676 244.471L128.895 276.493C128.864 276.681 129.005 276.869 129.208 276.853H132.78C132.937 276.853 133.062 276.728 133.093 276.587L138.921 244.565C138.953 244.377 138.812 244.205 138.608 244.205H134.989C134.832 244.205 134.707 244.315 134.676 244.471Z' fill='%239CCDC3'/%3E%3Cpath d='M129.804 253.369L133.078 276.508C133.11 276.696 132.969 276.868 132.765 276.868H129.146C128.989 276.868 128.864 276.758 128.833 276.617L125.559 253.338C125.668 253.087 125.794 253.087 125.997 253.087H129.475C129.632 253.087 129.773 253.212 129.804 253.369Z' fill='white'/%3E%3Cpath d='M125.558 253.339L119.824 285.391C119.793 285.579 119.934 285.752 120.138 285.752H123.631C123.835 285.752 123.944 285.626 123.976 285.485L129.804 253.464C129.835 253.276 129.678 253.104 129.49 253.104H125.871C125.715 253.104 125.589 253.198 125.558 253.354' fill='%239CCDC3'/%3E%3Cpath d='M120.592 262.22L123.976 285.359C124.007 285.547 123.866 285.735 123.662 285.735H120.043C119.887 285.735 119.761 285.625 119.73 285.484L116.456 262.189C116.565 261.938 116.691 261.938 116.894 261.938H120.263C120.419 261.938 120.56 262.064 120.592 262.22Z' fill='white'/%3E%3Cpath d='M116.331 262.205L110.55 294.226C110.519 294.414 110.66 294.586 110.863 294.586H114.435C114.592 294.586 114.717 294.477 114.749 294.32L120.576 262.299C120.608 262.111 120.467 261.923 120.263 261.938H116.644C116.488 261.938 116.362 262.048 116.331 262.205Z' fill='%239CCDC3'/%3E%3Cpath d='M111.474 271.103L114.749 294.242C114.78 294.43 114.639 294.602 114.435 294.602H110.817C110.66 294.602 110.535 294.493 110.503 294.352L107.229 271.072C107.339 270.821 107.464 270.821 107.668 270.821H111.146C111.302 270.821 111.443 270.947 111.474 271.103Z' fill='white'/%3E%3Cpath d='M107.228 271.072L101.495 303.125C101.463 303.313 101.604 303.485 101.808 303.485H105.302C105.505 303.485 105.615 303.36 105.646 303.203L111.474 271.182C111.505 270.994 111.364 270.821 111.161 270.821H107.542C107.385 270.821 107.26 270.915 107.228 271.072Z' fill='%239CCDC3'/%3E%3Cpath d='M102.247 279.955L105.631 303.094C105.662 303.282 105.521 303.47 105.317 303.47H101.698C101.542 303.47 101.416 303.36 101.385 303.219L98.1108 279.923C98.2205 279.673 98.3458 279.673 98.5495 279.673H101.918C102.074 279.673 102.215 279.798 102.247 279.955Z' fill='white'/%3E%3Cpath d='M98.0013 279.861L92.2205 311.882C92.1892 312.07 92.3302 312.258 92.5339 312.243H96.1057C96.2624 312.243 96.3877 312.117 96.419 311.976L102.247 279.955C102.278 279.767 102.137 279.595 101.933 279.595H98.3146C98.158 279.595 98.0327 279.704 98.0013 279.861Z' fill='%239CCDC3'/%3E%3Cpath d='M93.1449 288.743L96.4191 311.882C96.4504 312.07 96.3094 312.242 96.1058 312.242H92.4869C92.3303 312.242 92.2049 312.132 92.1736 311.991L88.8994 288.712C89.0091 288.461 89.1344 288.461 89.3381 288.461H92.8159C92.9726 288.461 93.1136 288.586 93.1449 288.743Z' fill='white'/%3E%3Cpath d='M88.899 288.728L83.1652 320.781C83.1339 320.969 83.2749 321.141 83.4786 321.141H86.9721C87.1757 321.141 87.2854 321.016 87.3167 320.859L93.1445 288.838C93.1758 288.65 93.0348 288.478 92.8312 288.478H89.2123C89.0557 288.478 88.9304 288.571 88.899 288.728Z' fill='%239CCDC3'/%3E%3Cpath d='M83.9171 297.61L87.301 320.749C87.3323 320.937 87.1913 321.125 86.9876 321.125H83.3688C83.2121 321.125 83.0868 321.015 83.0554 320.874L79.7812 297.579C79.8909 297.328 80.0162 297.328 80.2199 297.328H83.5881C83.7448 297.328 83.8858 297.454 83.9171 297.61Z' fill='white'/%3E%3Cpath d='M79.6871 297.579L73.9063 329.6C73.875 329.788 74.016 329.976 74.2197 329.96H77.7915C77.9482 329.96 78.0735 329.835 78.1048 329.694L83.9326 297.673C83.9639 297.485 83.8229 297.312 83.6193 297.312H80.0004C79.8438 297.312 79.7184 297.422 79.6871 297.579Z' fill='%239CCDC3'/%3E%3Cpath d='M74.8153 306.477L78.0895 329.616C78.1209 329.804 77.9799 329.976 77.7762 329.976H74.1574C74.0007 329.976 73.8754 329.867 73.844 329.726L70.5698 306.446C70.6795 306.195 70.8048 306.195 71.0085 306.195H74.4863C74.643 306.195 74.784 306.321 74.8153 306.477Z' fill='white'/%3E%3Cpath d='M70.5709 306.446L64.8371 338.499C64.8058 338.687 64.9468 338.859 65.1504 338.859H68.644C68.8476 338.859 68.9573 338.734 68.9886 338.577L74.8164 306.556C74.8477 306.368 74.7067 306.195 74.5031 306.195H70.8842C70.7276 306.195 70.6022 306.289 70.5709 306.446Z' fill='%239CCDC3'/%3E%3Cpath d='M65.5891 315.329L68.973 338.468C69.0043 338.656 68.8633 338.844 68.6596 338.844H65.0408C64.8841 338.844 64.7588 338.734 64.7274 338.593L61.4532 315.297C61.5629 315.047 61.6882 315.047 61.8919 315.047H65.2601C65.4167 315.047 65.5577 315.172 65.5891 315.329Z' fill='white'/%3E%3Cpath d='M61.359 315.234L55.5782 347.255C55.5469 347.443 55.6879 347.631 55.8915 347.616H59.4634C59.62 347.616 59.7454 347.49 59.7767 347.349L65.6045 315.328C65.6358 315.14 65.4948 314.952 65.2912 314.968H61.6723C61.5156 314.968 61.3903 315.077 61.359 315.234Z' fill='%239CCDC3'/%3E%3Cpath d='M56.4857 324.117L59.7599 347.256C59.7913 347.444 59.6503 347.616 59.4466 347.616H55.8278C55.6711 347.616 55.5458 347.506 55.5144 347.365L52.2402 324.086C52.3499 323.835 52.4752 323.835 52.6789 323.835H56.1567C56.3134 323.835 56.4544 323.96 56.4857 324.117Z' fill='white'/%3E%3Cpath d='M52.2413 324.102L46.5075 356.155C46.4762 356.343 46.6172 356.515 46.8209 356.515H50.3144C50.5181 356.515 50.6277 356.39 50.659 356.233L56.4868 324.212C56.5181 324.024 56.3772 323.852 56.1735 323.852H52.5546C52.398 323.852 52.2726 323.946 52.2413 324.102Z' fill='%239CCDC3'/%3E%3Cpath d='M47.2595 332.984L50.6434 356.123C50.6747 356.311 50.5337 356.499 50.33 356.499H46.7112C46.5545 356.499 46.4292 356.389 46.3979 356.248L43.1237 332.953C43.2333 332.702 43.3586 332.702 43.5623 332.702H46.9305C47.0872 332.702 47.2282 332.827 47.2595 332.984Z' fill='white'/%3E%3Cpath d='M43.0141 332.968L37.2334 364.99C37.202 365.178 37.343 365.366 37.5467 365.35H41.1186C41.2752 365.35 41.4005 365.225 41.4319 365.084L47.2596 333.063C47.291 332.875 47.15 332.702 46.9463 332.702H43.3275C43.1708 332.702 43.0455 332.812 43.0141 332.968Z' fill='%239CCDC3'/%3E%3Cpath d='M38.1409 341.851L41.4151 364.99C41.4464 365.178 41.3054 365.35 41.1018 365.35H37.4829C37.3262 365.35 37.2009 365.241 37.1696 365.1L33.8954 341.82C34.005 341.569 34.1304 341.569 34.334 341.569H37.8119C37.9686 341.569 38.1095 341.695 38.1409 341.851Z' fill='white'/%3E%3Cpath d='M33.9117 341.836L28.1779 373.888C28.1466 374.076 28.2876 374.249 28.4913 374.249H31.9848C32.1885 374.249 32.2981 374.123 32.3295 373.967L38.1572 341.945C38.1886 341.757 38.0475 341.585 37.8439 341.585H34.225C34.0684 341.585 33.9431 341.679 33.9117 341.836Z' fill='%239CCDC3'/%3E%3Cpath d='M28.9299 350.719L32.3138 373.857C32.3451 374.045 32.2041 374.233 32.0004 374.233H28.3816C28.2249 374.233 28.0996 374.124 28.0683 373.983L24.7941 350.687C24.9037 350.437 25.0291 350.437 25.2327 350.437H28.6009C28.7576 350.437 28.8986 350.562 28.9299 350.719Z' fill='white'/%3E%3Cpath d='M24.6845 350.608L18.9038 382.629C18.8724 382.817 19.0134 383.006 19.2171 382.99H22.789C22.9456 382.99 23.0709 382.864 23.1023 382.723L28.9301 350.702C28.9614 350.514 28.8204 350.342 28.6167 350.342H24.9979C24.8412 350.342 24.7159 350.451 24.6845 350.608Z' fill='%239CCDC3'/%3E%3Cpath d='M19.8129 359.507L23.0871 382.645C23.1184 382.833 22.9774 383.006 22.7738 383.006H19.1549C18.9982 383.006 18.8729 382.896 18.8416 382.755L15.5674 359.475C15.677 359.225 15.8024 359.225 16.006 359.225H19.4839C19.6406 359.225 19.7815 359.35 19.8129 359.507Z' fill='white'/%3E%3Cpath d='M15.5821 359.475L9.84835 391.528C9.81702 391.716 9.95802 391.888 10.1617 391.888H13.6552C13.8589 391.888 13.9685 391.763 13.9999 391.606L19.8276 359.585C19.859 359.397 19.718 359.225 19.5143 359.225H15.8954C15.7388 359.225 15.6135 359.319 15.5821 359.475Z' fill='%239CCDC3'/%3E%3Cpath d='M10.6004 368.358L13.9843 391.497C14.0156 391.685 13.8746 391.873 13.671 391.873H10.0521C9.89546 391.873 9.77013 391.763 9.7388 391.622L6.4646 368.327C6.57426 368.076 6.69959 368.076 6.90325 368.076H10.2714C10.4281 368.076 10.5691 368.201 10.6004 368.358Z' fill='white'/%3E%3Cpath d='M6.35496 368.342L0.574183 400.364C0.542851 400.552 0.683841 400.74 0.887499 400.724H4.45935C4.61602 400.724 4.74135 400.599 4.77268 400.458L10.6005 368.436C10.6318 368.248 10.4908 368.06 10.2871 368.076H6.66827C6.51161 368.076 6.38629 368.186 6.35496 368.342Z' fill='%239CCDC3'/%3E%3Cpath d='M1.49855 377.225L4.77276 400.364C4.80409 400.552 4.66309 400.724 4.45943 400.724H0.840577C0.683916 400.724 0.558593 400.615 0.527261 400.474L-2.74695 377.194C-2.63729 376.943 -2.51196 376.943 -2.3083 376.943H1.16956C1.32622 376.943 1.46722 377.069 1.49855 377.225Z' fill='white'/%3E%3Cpath d='M-2.74735 377.21L-8.48111 409.262C-8.51245 409.45 -8.37146 409.623 -8.1678 409.623H-4.67427C-4.47061 409.623 -4.36094 409.497 -4.32961 409.341L1.49815 377.319C1.52948 377.131 1.38849 376.959 1.18483 376.959H-2.43402C-2.59068 376.959 -2.71602 377.053 -2.74735 377.21Z' fill='%239CCDC3'/%3E%3Cpath d='M449.407 -28.5414L443.626 3.48001C443.595 3.668 443.736 3.85601 443.94 3.84035H447.512C447.668 3.84035 447.794 3.73066 447.825 3.574L453.653 -28.4474C453.684 -28.6354 453.543 -28.8233 453.339 -28.8077H449.72C449.564 -28.8077 449.438 -28.698 449.407 -28.5414Z' fill='%239CCDC3'/%3E%3Cpath d='M444.534 -19.6585L447.808 3.48027C447.839 3.66827 447.698 3.84061 447.495 3.84061H443.876C443.719 3.84061 443.594 3.73094 443.563 3.58995L440.288 -19.6898C440.398 -19.9405 440.523 -19.9404 440.727 -19.9404H444.205C444.362 -19.9404 444.503 -19.8151 444.534 -19.6585Z' fill='white'/%3E%3Cpath d='M440.29 -19.6741L434.556 12.3786C434.524 12.5666 434.665 12.7389 434.869 12.7389H438.363C438.566 12.7389 438.676 12.6136 438.707 12.4569L444.535 -19.5645C444.566 -19.7525 444.425 -19.9248 444.222 -19.9248H440.603C440.446 -19.9248 440.321 -19.8308 440.29 -19.6741Z' fill='%239CCDC3'/%3E%3Cpath d='M435.308 -10.7922L438.692 12.3465C438.723 12.5345 438.582 12.7225 438.378 12.7225H434.759C434.603 12.7225 434.477 12.6129 434.446 12.4719L431.172 -10.8236C431.282 -11.0742 431.407 -11.0742 431.611 -11.0742H434.979C435.135 -11.0742 435.276 -10.9489 435.308 -10.7922Z' fill='white'/%3E%3Cpath d='M431.078 -10.9006L425.297 21.1207C425.266 21.3087 425.407 21.4967 425.61 21.4811H429.182C429.339 21.4811 429.464 21.3714 429.495 21.2147L435.323 -10.8067C435.354 -10.9946 435.213 -11.167 435.01 -11.167H431.391C431.234 -11.167 431.109 -11.0573 431.078 -10.9006Z' fill='%239CCDC3'/%3E%3Cpath d='M426.204 -2.0022L429.479 21.1366C429.51 21.3246 429.369 21.4969 429.165 21.4969H425.546C425.39 21.4969 425.264 21.3872 425.233 21.2462L421.959 -2.03352C422.069 -2.28417 422.194 -2.28418 422.398 -2.28418H425.875C426.032 -2.28418 426.173 -2.15886 426.204 -2.0022Z' fill='white'/%3E%3Cpath d='M421.96 -2.03352L416.226 30.0192C416.195 30.2072 416.336 30.3795 416.539 30.3795H420.033C420.237 30.3795 420.346 30.2542 420.378 30.0975L426.205 -1.92384C426.237 -2.11184 426.096 -2.28418 425.892 -2.28418H422.273C422.117 -2.28418 421.991 -2.19018 421.96 -2.03352Z' fill='%239CCDC3'/%3E%3Cpath d='M416.993 6.84838L420.377 29.9872C420.409 30.1751 420.268 30.3631 420.064 30.3631H416.445C416.288 30.3631 416.163 30.2535 416.132 30.1125L412.858 6.81707C412.967 6.56641 413.093 6.56641 413.296 6.56641H416.664C416.821 6.56641 416.962 6.69172 416.993 6.84838Z' fill='white'/%3E%3Cpath d='M412.733 6.84833L406.952 38.8697C406.921 39.0577 407.062 39.2457 407.265 39.2301H410.837C410.994 39.2301 411.119 39.1204 411.15 38.9637L416.978 6.94232C417.01 6.75433 416.869 6.58203 416.665 6.58203H413.046C412.889 6.58203 412.764 6.69167 412.733 6.84833Z' fill='%239CCDC3'/%3E%3Cpath d='M407.859 15.7312L411.134 38.8699C411.165 39.0579 411.024 39.2303 410.82 39.2303H407.202C407.045 39.2303 406.92 39.1206 406.888 38.9796L403.614 15.6999C403.724 15.4492 403.849 15.4492 404.053 15.4492H407.531C407.687 15.4492 407.828 15.5745 407.859 15.7312Z' fill='white'/%3E%3Cpath d='M403.63 15.6999L397.897 47.7526C397.865 47.9406 398.006 48.1129 398.21 48.1129H401.703C401.907 48.1129 402.017 47.9876 402.048 47.8309L407.876 15.8095C407.907 15.6215 407.766 15.4492 407.562 15.4492H403.944C403.787 15.4492 403.662 15.5432 403.63 15.6999Z' fill='%239CCDC3'/%3E%3Cpath d='M398.649 24.5984L402.032 47.7371C402.064 47.9251 401.923 48.1131 401.719 48.1131H398.1C397.944 48.1131 397.818 48.0035 397.787 47.8625L394.513 24.567C394.622 24.3164 394.748 24.3164 394.951 24.3164H398.32C398.476 24.3164 398.617 24.4417 398.649 24.5984Z' fill='white'/%3E%3Cpath d='M394.403 24.489L388.622 56.5103C388.591 56.6983 388.732 56.8863 388.936 56.8707H392.508C392.664 56.8707 392.79 56.761 392.821 56.6043L398.649 24.5829C398.68 24.395 398.539 24.2227 398.335 24.2227H394.717C394.56 24.2227 394.435 24.3323 394.403 24.489Z' fill='%239CCDC3'/%3E%3Cpath d='M389.547 33.3719L392.821 56.5106C392.852 56.6986 392.711 56.8709 392.508 56.8709H388.889C388.732 56.8709 388.607 56.7613 388.575 56.6203L385.301 33.3405C385.411 33.0898 385.536 33.0898 385.74 33.0898H389.218C389.374 33.0898 389.515 33.2152 389.547 33.3719Z' fill='white'/%3E%3Cpath d='M385.301 33.3552L379.567 65.4079C379.536 65.5959 379.677 65.7682 379.88 65.7682H383.374C383.577 65.7682 383.687 65.6429 383.718 65.4862L389.546 33.4648C389.578 33.2768 389.421 33.1045 389.233 33.1045H385.614C385.457 33.1045 385.332 33.1985 385.301 33.3552Z' fill='%239CCDC3'/%3E%3Cpath d='M380.319 42.2381L383.703 65.3768C383.734 65.5648 383.593 65.7528 383.389 65.7528H379.771C379.614 65.7528 379.489 65.6431 379.457 65.5021L376.183 42.2067C376.293 41.9561 376.418 41.9561 376.622 41.9561H379.99C380.147 41.9561 380.288 42.0814 380.319 42.2381Z' fill='white'/%3E%3Cpath d='M376.089 42.2224L370.308 74.2438C370.277 74.4318 370.418 74.6197 370.621 74.6041H374.193C374.35 74.6041 374.475 74.4944 374.507 74.3378L380.334 42.3164C380.366 42.1284 380.225 41.9561 380.021 41.9561H376.402C376.246 41.9561 376.12 42.0657 376.089 42.2224Z' fill='%239CCDC3'/%3E%3Cpath d='M371.217 51.1052L374.491 74.244C374.523 74.432 374.382 74.6043 374.178 74.6043H370.559C370.403 74.6043 370.277 74.4947 370.246 74.3537L366.972 51.0739C367.081 50.8232 367.207 50.8232 367.41 50.8232H370.888C371.045 50.8232 371.186 50.9486 371.217 51.1052Z' fill='white'/%3E%3Cpath d='M366.971 51.0739L361.237 83.1266C361.206 83.3146 361.347 83.4869 361.551 83.4869H365.044C365.248 83.4869 365.358 83.3616 365.389 83.205L371.217 51.1836C371.248 50.9956 371.107 50.8232 370.903 50.8232H367.285C367.128 50.8232 367.002 50.9172 366.971 51.0739Z' fill='%239CCDC3'/%3E%3Cpath d='M361.989 59.9724L365.373 83.1112C365.405 83.2992 365.264 83.4872 365.06 83.4872H361.441C361.284 83.4872 361.159 83.3775 361.128 83.2365L357.854 59.9411C357.963 59.6904 358.089 59.6904 358.292 59.6904H361.66C361.817 59.6904 361.958 59.8157 361.989 59.9724Z' fill='white'/%3E%3Cpath d='M357.761 59.863L351.98 91.8844C351.949 92.0724 352.09 92.2604 352.293 92.2447H355.865C356.022 92.2447 356.147 92.1351 356.179 91.9784L362.006 59.957C362.038 59.769 361.897 59.5967 361.693 59.5967H358.074C357.917 59.5967 357.792 59.7064 357.761 59.863Z' fill='%239CCDC3'/%3E%3Cpath d='M352.888 68.7449L356.162 91.8836C356.193 92.0716 356.052 92.2439 355.848 92.2439H352.23C352.073 92.2439 351.948 92.1343 351.916 91.9933L348.642 68.7136C348.752 68.4629 348.877 68.4629 349.081 68.4629H352.559C352.715 68.4629 352.856 68.5882 352.888 68.7449Z' fill='white'/%3E%3Cpath d='M348.643 68.7291L342.909 100.782C342.878 100.97 343.019 101.142 343.223 101.142H346.716C346.92 101.142 347.03 101.017 347.061 100.86L352.889 68.8388C352.92 68.6508 352.763 68.4785 352.575 68.4785H348.956C348.8 68.4785 348.674 68.5725 348.643 68.7291Z' fill='%239CCDC3'/%3E%3Cpath d='M343.661 77.6121L347.045 100.751C347.077 100.939 346.936 101.127 346.732 101.127H343.113C342.956 101.127 342.831 101.017 342.8 100.876L339.526 77.5807C339.635 77.3301 339.761 77.3301 339.964 77.3301H343.332C343.489 77.3301 343.63 77.4554 343.661 77.6121Z' fill='white'/%3E%3Cpath d='M339.414 77.5963L333.634 109.618C333.602 109.806 333.743 109.994 333.947 109.978H337.519C337.675 109.978 337.801 109.868 337.832 109.712L343.66 77.6903C343.691 77.5023 343.55 77.3144 343.347 77.33H339.728C339.571 77.33 339.446 77.4397 339.414 77.5963Z' fill='%239CCDC3'/%3E%3Cpath d='M334.543 86.4792L337.817 109.618C337.848 109.806 337.707 109.978 337.504 109.978H333.885C333.728 109.978 333.603 109.869 333.571 109.728L330.297 86.4479C330.407 86.1972 330.532 86.1973 330.736 86.1973H334.214C334.37 86.1973 334.511 86.3226 334.543 86.4792Z' fill='white'/%3E%3Cpath d='M330.314 86.4636L324.58 118.516C324.548 118.704 324.689 118.877 324.893 118.877H328.387C328.59 118.877 328.7 118.751 328.731 118.595L334.559 86.5732C334.59 86.3852 334.449 86.2129 334.246 86.2129H330.627C330.47 86.2129 330.345 86.3069 330.314 86.4636Z' fill='%239CCDC3'/%3E%3Cpath d='M325.332 95.3455L328.716 118.484C328.747 118.672 328.606 118.86 328.402 118.86H324.783C324.627 118.86 324.501 118.751 324.47 118.61L321.196 95.3141C321.306 95.0635 321.431 95.0635 321.635 95.0635H325.003C325.159 95.0635 325.3 95.1888 325.332 95.3455Z' fill='white'/%3E%3Cpath d='M321.086 95.237L315.306 127.258C315.274 127.446 315.415 127.634 315.619 127.619H319.191C319.347 127.619 319.473 127.509 319.504 127.352L325.332 95.331C325.363 95.143 325.222 94.9707 325.019 94.9707H321.4C321.243 94.9707 321.118 95.0804 321.086 95.237Z' fill='%239CCDC3'/%3E%3Cpath d='M316.213 104.135L319.487 127.273C319.519 127.461 319.378 127.634 319.174 127.634H315.555C315.399 127.634 315.273 127.524 315.242 127.383L311.968 104.103C312.077 103.853 312.203 103.853 312.406 103.853H315.884C316.041 103.853 316.182 103.978 316.213 104.135Z' fill='white'/%3E%3Cpath d='M311.984 104.103L306.25 136.156C306.219 136.344 306.36 136.516 306.564 136.516H310.057C310.261 136.516 310.37 136.391 310.402 136.234L316.229 104.213C316.261 104.025 316.12 103.853 315.916 103.853H312.297C312.141 103.853 312.015 103.947 311.984 104.103Z' fill='%239CCDC3'/%3E%3Cpath d='M307.002 112.986L310.386 136.125C310.417 136.313 310.276 136.501 310.073 136.501H306.454C306.297 136.501 306.172 136.391 306.141 136.25L302.866 112.955C302.976 112.704 303.101 112.704 303.305 112.704H306.673C306.83 112.704 306.971 112.829 307.002 112.986Z' fill='white'/%3E%3Cpath d='M302.757 112.97L296.976 144.992C296.945 145.18 297.086 145.368 297.289 145.352H300.861C301.018 145.352 301.143 145.242 301.175 145.086L307.002 113.064C307.034 112.876 306.893 112.704 306.689 112.704H303.07C302.913 112.704 302.788 112.814 302.757 112.97Z' fill='%239CCDC3'/%3E%3Cpath d='M297.9 121.853L301.175 144.992C301.206 145.18 301.065 145.352 300.861 145.352H297.242C297.086 145.352 296.96 145.243 296.929 145.102L293.655 121.822C293.765 121.571 293.89 121.571 294.094 121.571H297.571C297.728 121.571 297.869 121.697 297.9 121.853Z' fill='white'/%3E%3Cpath d='M293.654 121.838L287.921 153.89C287.889 154.078 288.03 154.251 288.234 154.251H291.727C291.931 154.251 292.041 154.125 292.072 153.969L297.9 121.947C297.931 121.759 297.775 121.587 297.587 121.587H293.968C293.811 121.587 293.686 121.681 293.654 121.838Z' fill='%239CCDC3'/%3E%3Cpath d='M288.673 130.719L292.056 153.858C292.088 154.046 291.947 154.234 291.743 154.234H288.124C287.968 154.234 287.842 154.125 287.811 153.984L284.537 130.688C284.646 130.438 284.772 130.438 284.975 130.438H288.344C288.5 130.438 288.641 130.563 288.673 130.719Z' fill='white'/%3E%3Cpath d='M284.427 130.61L278.646 162.631C278.615 162.819 278.756 163.007 278.96 162.992H282.532C282.688 162.992 282.814 162.882 282.845 162.725L288.673 130.704C288.704 130.516 288.563 130.328 288.359 130.344H284.741C284.584 130.344 284.459 130.453 284.427 130.61Z' fill='%239CCDC3'/%3E%3Cpath d='M279.571 139.509L282.845 162.647C282.876 162.835 282.735 163.008 282.532 163.008H278.913C278.756 163.008 278.631 162.898 278.6 162.757L275.325 139.477C275.435 139.227 275.56 139.227 275.764 139.227H279.242C279.398 139.227 279.54 139.352 279.571 139.509Z' fill='white'/%3E%3Cpath d='M275.325 139.477L269.591 171.53C269.56 171.718 269.701 171.89 269.904 171.89H273.398C273.602 171.89 273.711 171.765 273.743 171.608L279.57 139.587C279.602 139.399 279.461 139.227 279.257 139.227H275.638C275.481 139.227 275.356 139.321 275.325 139.477Z' fill='%239CCDC3'/%3E%3Cpath d='M270.343 148.36L273.727 171.499C273.758 171.687 273.617 171.875 273.413 171.875H269.795C269.638 171.875 269.513 171.765 269.481 171.624L266.207 148.329C266.317 148.078 266.442 148.078 266.646 148.078H270.014C270.171 148.078 270.312 148.203 270.343 148.36Z' fill='white'/%3E%3Cpath d='M266.098 148.36L260.317 180.381C260.286 180.569 260.426 180.757 260.63 180.742H264.202C264.359 180.742 264.484 180.632 264.515 180.475L270.343 148.454C270.374 148.266 270.233 148.094 270.03 148.094H266.411C266.254 148.094 266.129 148.203 266.098 148.36Z' fill='%239CCDC3'/%3E%3Cpath d='M261.226 157.243L264.5 180.382C264.531 180.57 264.391 180.742 264.187 180.742H260.568C260.411 180.742 260.286 180.632 260.255 180.491L256.98 157.212C257.09 156.961 257.215 156.961 257.419 156.961H260.897C261.054 156.961 261.195 157.086 261.226 157.243Z' fill='white'/%3E%3Cpath d='M256.98 157.212L251.246 189.264C251.215 189.452 251.356 189.625 251.56 189.625H255.053C255.257 189.625 255.366 189.499 255.398 189.343L261.225 157.321C261.257 157.133 261.1 156.961 260.912 156.961H257.293C257.137 156.961 257.011 157.055 256.98 157.212Z' fill='%239CCDC3'/%3E%3Cpath d='M252.015 166.11L255.399 189.249C255.43 189.437 255.289 189.625 255.086 189.625H251.467C251.31 189.625 251.185 189.515 251.153 189.374L247.879 166.079C247.989 165.828 248.114 165.828 248.318 165.828H251.686C251.843 165.828 251.984 165.953 252.015 166.11Z' fill='white'/%3E%3Cpath d='M247.768 166L241.987 198.021C241.956 198.209 242.097 198.397 242.301 198.381H245.872C246.029 198.381 246.154 198.272 246.186 198.115L252.014 166.094C252.045 165.906 251.904 165.733 251.7 165.733H248.081C247.925 165.733 247.799 165.843 247.768 166Z' fill='%239CCDC3'/%3E%3Cpath d='M242.896 174.883L246.171 198.021C246.202 198.209 246.061 198.382 245.857 198.382H242.238C242.082 198.382 241.956 198.272 241.925 198.131L238.651 174.851C238.761 174.601 238.886 174.601 239.09 174.601H242.567C242.724 174.601 242.865 174.726 242.896 174.883Z' fill='white'/%3E%3Cpath d='M238.652 174.867L232.918 206.92C232.887 207.108 233.028 207.28 233.231 207.28H236.725C236.929 207.28 237.038 207.155 237.07 206.998L242.897 174.976C242.929 174.789 242.788 174.616 242.584 174.616H238.965C238.809 174.616 238.683 174.71 238.652 174.867Z' fill='%239CCDC3'/%3E%3Cpath d='M233.685 183.75L237.069 206.889C237.101 207.077 236.96 207.264 236.756 207.264H233.137C232.98 207.264 232.855 207.155 232.824 207.014L229.55 183.718C229.659 183.468 229.785 183.468 229.988 183.468H233.356C233.513 183.468 233.654 183.593 233.685 183.75Z' fill='white'/%3E%3Cpath d='M229.44 183.734L223.659 215.756C223.628 215.944 223.769 216.132 223.973 216.116H227.544C227.701 216.116 227.826 216.006 227.858 215.85L233.686 183.828C233.717 183.64 233.576 183.468 233.372 183.468H229.753C229.597 183.468 229.471 183.578 229.44 183.734Z' fill='%239CCDC3'/%3E%3Cpath d='M224.567 192.617L227.841 215.756C227.872 215.944 227.731 216.116 227.528 216.116H223.909C223.752 216.116 223.627 216.006 223.595 215.865L220.321 192.586C220.431 192.335 220.556 192.335 220.76 192.335H224.238C224.394 192.335 224.535 192.46 224.567 192.617Z' fill='white'/%3E%3Cpath d='M220.338 192.586L214.604 224.638C214.573 224.826 214.714 224.999 214.917 224.999H218.411C218.614 224.999 218.724 224.873 218.755 224.717L224.583 192.695C224.614 192.507 224.458 192.335 224.27 192.335H220.651C220.494 192.335 220.369 192.429 220.338 192.586Z' fill='%239CCDC3'/%3E%3Cpath d='M215.356 201.484L218.74 224.623C218.771 224.811 218.63 224.999 218.426 224.999H214.807C214.651 224.999 214.525 224.889 214.494 224.748L211.22 201.453C211.33 201.202 211.455 201.202 211.659 201.202H215.027C215.183 201.202 215.324 201.327 215.356 201.484Z' fill='white'/%3E%3Cpath d='M211.11 201.374L205.33 233.395C205.298 233.583 205.439 233.771 205.643 233.755H209.215C209.372 233.755 209.497 233.646 209.528 233.489L215.356 201.468C215.387 201.28 215.246 201.107 215.043 201.107H211.424C211.267 201.107 211.142 201.217 211.11 201.374Z' fill='%239CCDC3'/%3E%3Cpath d='M206.239 210.257L209.513 233.395C209.544 233.583 209.403 233.756 209.2 233.756H205.581C205.424 233.756 205.299 233.646 205.268 233.505L201.993 210.225C202.103 209.975 202.228 209.975 202.432 209.975H205.91C206.066 209.975 206.207 210.1 206.239 210.257Z' fill='white'/%3E%3Cpath d='M202.008 210.241L196.274 242.294C196.243 242.482 196.384 242.654 196.588 242.654H200.081C200.285 242.654 200.395 242.529 200.426 242.372L206.254 210.351C206.285 210.163 206.128 209.99 205.94 209.99H202.321C202.165 209.99 202.039 210.084 202.008 210.241Z' fill='%239CCDC3'/%3E%3Cpath d='M197.026 219.124L200.41 242.263C200.441 242.451 200.3 242.639 200.097 242.639H196.478C196.321 242.639 196.196 242.529 196.165 242.388L192.89 219.093C193 218.842 193.125 218.842 193.329 218.842H196.697C196.854 218.842 196.995 218.967 197.026 219.124Z' fill='white'/%3E%3Cpath d='M192.781 219.108L187 251.129C186.969 251.317 187.11 251.506 187.314 251.49H190.885C191.042 251.49 191.167 251.38 191.199 251.223L197.026 219.202C197.058 219.014 196.917 218.842 196.713 218.842H193.094C192.938 218.842 192.812 218.951 192.781 219.108Z' fill='%239CCDC3'/%3E%3Cpath d='M187.909 227.991L191.183 251.13C191.215 251.318 191.074 251.49 190.87 251.49H187.251C187.095 251.49 186.969 251.38 186.938 251.239L183.664 227.96C183.773 227.709 183.899 227.709 184.102 227.709H187.58C187.737 227.709 187.878 227.834 187.909 227.991Z' fill='white'/%3E%3Cpath d='M183.663 227.974L177.929 260.027C177.898 260.215 178.039 260.387 178.243 260.387H181.736C181.94 260.387 182.05 260.262 182.081 260.105L187.909 228.084C187.94 227.896 187.783 227.724 187.595 227.724H183.976C183.82 227.724 183.694 227.818 183.663 227.974Z' fill='%239CCDC3'/%3E%3Cpath d='M178.681 236.857L182.065 259.996C182.097 260.184 181.956 260.372 181.752 260.372H178.133C177.976 260.372 177.851 260.262 177.82 260.121L174.546 236.826C174.655 236.575 174.781 236.575 174.984 236.575H178.352C178.509 236.575 178.65 236.701 178.681 236.857Z' fill='white'/%3E%3Cpath d='M174.451 236.763L168.671 268.785C168.639 268.973 168.78 269.161 168.984 269.145H172.556C172.712 269.145 172.838 269.035 172.869 268.879L178.697 236.857C178.728 236.669 178.587 236.497 178.384 236.497H174.765C174.608 236.497 174.483 236.607 174.451 236.763Z' fill='%239CCDC3'/%3E%3Cpath d='M169.58 245.646L172.854 268.785C172.885 268.973 172.744 269.145 172.54 269.145H168.922C168.765 269.145 168.64 269.036 168.608 268.895L165.334 245.615C165.444 245.364 165.569 245.364 165.773 245.364H169.251C169.407 245.364 169.548 245.49 169.58 245.646Z' fill='white'/%3E%3Cpath d='M165.334 245.615L159.6 277.668C159.568 277.856 159.709 278.028 159.913 278.028H163.407C163.61 278.028 163.72 277.903 163.751 277.762L169.579 245.74C169.61 245.552 169.454 245.38 169.266 245.38H165.647C165.49 245.38 165.365 245.474 165.334 245.63' fill='%239CCDC3'/%3E%3Cpath d='M160.352 254.512L163.736 277.651C163.767 277.839 163.626 278.027 163.422 278.027H159.803C159.647 278.027 159.521 277.917 159.49 277.776L156.216 254.481C156.326 254.23 156.451 254.23 156.655 254.23H160.023C160.179 254.23 160.32 254.356 160.352 254.512Z' fill='white'/%3E%3Cpath d='M156.122 254.482L150.341 286.503C150.31 286.691 150.451 286.879 150.654 286.864H154.226C154.383 286.864 154.508 286.738 154.54 286.597L160.367 254.576C160.399 254.388 160.258 254.2 160.054 254.216H156.435C156.278 254.216 156.153 254.325 156.122 254.482Z' fill='%239CCDC3'/%3E%3Cpath d='M151.25 263.365L154.524 286.504C154.556 286.692 154.415 286.864 154.211 286.864H150.592C150.435 286.864 150.31 286.754 150.279 286.613L147.005 263.334C147.114 263.083 147.24 263.083 147.443 263.083H150.921C151.078 263.083 151.219 263.208 151.25 263.365Z' fill='white'/%3E%3Cpath d='M147.004 263.348L141.27 295.401C141.239 295.589 141.38 295.761 141.584 295.761H145.077C145.281 295.761 145.39 295.636 145.422 295.495L151.249 263.474C151.281 263.286 151.124 263.113 150.936 263.113H147.317C147.161 263.113 147.035 263.207 147.004 263.364' fill='%239CCDC3'/%3E%3Cpath d='M142.039 272.231L145.423 295.37C145.454 295.558 145.313 295.746 145.11 295.746H141.491C141.334 295.746 141.209 295.636 141.177 295.495L137.903 272.2C138.013 271.949 138.138 271.949 138.342 271.949H141.71C141.867 271.949 142.008 272.075 142.039 272.231Z' fill='white'/%3E%3Cpath d='M137.794 272.137L132.013 304.159C131.982 304.347 132.123 304.535 132.326 304.519H135.898C136.055 304.519 136.18 304.394 136.211 304.253L142.039 272.231C142.071 272.043 141.93 271.871 141.726 271.871H138.107C137.95 271.871 137.825 271.981 137.794 272.137Z' fill='%239CCDC3'/%3E%3Cpath d='M132.92 281.019L136.195 304.158C136.226 304.346 136.085 304.518 135.881 304.518H132.262C132.106 304.518 131.98 304.409 131.949 304.268L128.675 280.988C128.785 280.737 128.91 280.737 129.114 280.737H132.591C132.748 280.737 132.889 280.863 132.92 281.019Z' fill='white'/%3E%3Cpath d='M128.691 280.988L122.957 313.041C122.926 313.229 123.067 313.401 123.271 313.401H126.764C126.968 313.401 127.078 313.276 127.109 313.119L132.937 281.098C132.968 280.91 132.827 280.737 132.623 280.737H129.005C128.848 280.737 128.723 280.831 128.691 280.988Z' fill='%239CCDC3'/%3E%3Cpath d='M123.71 289.886L127.093 313.025C127.125 313.213 126.984 313.401 126.78 313.401H123.161C123.005 313.401 122.879 313.292 122.848 313.151L119.574 289.855C119.683 289.605 119.809 289.604 120.012 289.604H123.381C123.537 289.604 123.678 289.73 123.71 289.886Z' fill='white'/%3E%3Cpath d='M119.449 289.871L113.668 321.892C113.637 322.08 113.778 322.268 113.981 322.253H117.553C117.71 322.253 117.835 322.127 117.867 321.986L123.694 289.965C123.726 289.777 123.585 289.604 123.381 289.604H119.762C119.605 289.604 119.48 289.714 119.449 289.871Z' fill='%239CCDC3'/%3E%3Cpath d='M114.592 298.754L117.867 321.892C117.898 322.08 117.757 322.253 117.553 322.253H113.934C113.778 322.253 113.652 322.143 113.621 322.002L110.347 298.722C110.457 298.472 110.582 298.472 110.786 298.472H114.263C114.42 298.472 114.561 298.597 114.592 298.754Z' fill='white'/%3E%3Cpath d='M110.346 298.722L104.613 330.775C104.581 330.963 104.722 331.135 104.926 331.135H108.419C108.623 331.135 108.733 331.01 108.764 330.853L114.592 298.832C114.623 298.644 114.482 298.472 114.279 298.472H110.66C110.503 298.472 110.378 298.566 110.346 298.722Z' fill='%239CCDC3'/%3E%3Cpath d='M105.365 307.621L108.748 330.76C108.78 330.948 108.639 331.136 108.435 331.136H104.816C104.66 331.136 104.534 331.026 104.503 330.885L101.229 307.59C101.338 307.339 101.464 307.339 101.667 307.339H105.036C105.192 307.339 105.333 307.464 105.365 307.621Z' fill='white'/%3E%3Cpath d='M101.119 307.511L95.3385 339.533C95.3071 339.721 95.4481 339.909 95.6518 339.893H99.2236C99.3803 339.893 99.5056 339.768 99.537 339.627L105.365 307.606C105.396 307.418 105.255 307.245 105.051 307.245H101.433C101.276 307.245 101.151 307.355 101.119 307.511Z' fill='%239CCDC3'/%3E%3Cpath d='M96.2628 316.393L99.537 339.532C99.5684 339.72 99.4274 339.892 99.2237 339.892H95.6049C95.4482 339.892 95.3229 339.783 95.2916 339.642L92.0173 316.362C92.127 316.111 92.2523 316.111 92.456 316.111H95.9338C96.0905 316.111 96.2315 316.237 96.2628 316.393Z' fill='white'/%3E%3Cpath d='M92.0169 316.379L86.2832 348.431C86.2518 348.619 86.3928 348.792 86.5965 348.792H90.09C90.2937 348.792 90.4033 348.666 90.4347 348.51L96.2624 316.488C96.2938 316.3 96.1528 316.128 95.9491 316.128H92.3302C92.1736 316.128 92.0483 316.222 92.0169 316.379Z' fill='%239CCDC3'/%3E%3Cpath d='M87.035 325.26L90.4189 348.399C90.4502 348.587 90.3092 348.775 90.1055 348.775H86.4867C86.33 348.775 86.2047 348.666 86.1734 348.525L82.8992 325.229C83.0088 324.979 83.1342 324.979 83.3378 324.979H86.706C86.8627 324.979 87.0037 325.104 87.035 325.26Z' fill='white'/%3E%3Cpath d='M82.805 325.245L77.0243 357.266C76.9929 357.454 77.1339 357.642 77.3376 357.627H80.9094C81.0661 357.627 81.1914 357.501 81.2227 357.36L87.0505 325.339C87.0818 325.151 86.9409 324.979 86.7372 324.979H83.1183C82.9617 324.979 82.8364 325.088 82.805 325.245Z' fill='%239CCDC3'/%3E%3Cpath d='M77.9333 334.128L81.2074 357.266C81.2388 357.454 81.0978 357.627 80.8941 357.627H77.2753C77.1186 357.627 76.9933 357.517 76.9619 357.376L73.6877 334.096C73.7974 333.846 73.9227 333.846 74.1264 333.846H77.6043C77.7609 333.846 77.9019 333.971 77.9333 334.128Z' fill='white'/%3E%3Cpath d='M73.6874 334.096L67.9536 366.149C67.9222 366.337 68.0633 366.509 68.2669 366.509H71.7604C71.9641 366.509 72.0738 366.384 72.1051 366.227L77.9329 334.206C77.9642 334.018 77.8232 333.846 77.6195 333.846H74.0007C73.844 333.846 73.7187 333.94 73.6874 334.096Z' fill='%239CCDC3'/%3E%3Cpath d='M68.7054 342.995L72.0893 366.134C72.1206 366.322 71.9796 366.51 71.7759 366.51H68.1571C68.0004 366.51 67.8751 366.4 67.8438 366.259L64.5696 342.964C64.6792 342.713 64.8046 342.713 65.0082 342.713H68.3764C68.5331 342.713 68.6741 342.838 68.7054 342.995Z' fill='white'/%3E%3Cpath d='M64.4754 342.884L58.6947 374.906C58.6633 375.094 58.8043 375.282 59.008 375.266H62.5798C62.7365 375.266 62.8618 375.141 62.8932 375L68.7209 342.978C68.7523 342.79 68.6113 342.618 68.4076 342.618H64.7888C64.6321 342.618 64.5067 342.728 64.4754 342.884Z' fill='%239CCDC3'/%3E%3Cpath d='M59.6036 351.767L62.8779 374.906C62.9092 375.094 62.7682 375.266 62.5645 375.266H58.9457C58.789 375.266 58.6637 375.157 58.6324 375.016L55.3582 351.736C55.4678 351.485 55.5931 351.485 55.7968 351.485H59.2747C59.4313 351.485 59.5723 351.611 59.6036 351.767Z' fill='white'/%3E%3Cpath d='M55.3578 351.753L49.624 383.805C49.5927 383.993 49.7336 384.166 49.9373 384.166H53.4308C53.6345 384.166 53.7442 384.04 53.7755 383.884L59.6032 351.862C59.6346 351.674 59.4936 351.502 59.2899 351.502H55.6711C55.5144 351.502 55.3891 351.596 55.3578 351.753Z' fill='%239CCDC3'/%3E%3Cpath d='M50.3759 360.635L53.7598 383.773C53.7911 383.961 53.6502 384.149 53.4465 384.149H49.8276C49.671 384.149 49.5457 384.04 49.5143 383.899L46.2401 360.603C46.3498 360.352 46.4751 360.353 46.6788 360.353H50.047C50.2036 360.353 50.3446 360.478 50.3759 360.635Z' fill='white'/%3E%3Cpath d='M46.1306 360.619L40.3498 392.64C40.3185 392.828 40.4595 393.016 40.6631 393.001H44.235C44.3916 393.001 44.517 392.875 44.5483 392.734L50.3761 360.713C50.4074 360.525 50.2664 360.353 50.0628 360.353H46.4439C46.2872 360.353 46.1619 360.462 46.1306 360.619Z' fill='%239CCDC3'/%3E%3Cpath d='M41.2588 369.517L44.533 392.656C44.5643 392.844 44.4234 393.016 44.2197 393.016H40.6008C40.4442 393.016 40.3189 392.907 40.2875 392.766L37.0133 369.486C37.123 369.235 37.2483 369.235 37.452 369.235H40.9298C41.0865 369.235 41.2275 369.361 41.2588 369.517Z' fill='white'/%3E%3Cpath d='M37.0296 369.486L31.2959 401.539C31.2645 401.727 31.4055 401.899 31.6092 401.899H35.1027C35.3064 401.899 35.416 401.774 35.4474 401.617L41.2751 369.596C41.3065 369.408 41.1655 369.235 40.9618 369.235H37.343C37.1863 369.235 37.061 369.329 37.0296 369.486Z' fill='%239CCDC3'/%3E%3Cpath d='M32.0478 378.369L35.4317 401.508C35.463 401.696 35.322 401.884 35.1184 401.884H31.4995C31.3429 401.884 31.2175 401.774 31.1862 401.633L27.912 378.338C28.0216 378.087 28.147 378.087 28.3506 378.087H31.7188C31.8755 378.087 32.0165 378.212 32.0478 378.369Z' fill='white'/%3E%3Cpath d='M27.8025 378.275L22.0217 410.297C21.9904 410.485 22.1314 410.673 22.335 410.657H25.9069C26.0635 410.657 26.1889 410.532 26.2202 410.391L32.0479 378.369C32.0793 378.181 31.9383 378.009 31.7346 378.009H28.1158C27.9591 378.009 27.8338 378.119 27.8025 378.275Z' fill='%239CCDC3'/%3E%3Cpath d='M22.9292 387.157L26.2034 410.296C26.2348 410.484 26.0938 410.656 25.8901 410.656H22.2712C22.1146 410.656 21.9893 410.546 21.9579 410.405L18.6837 387.126C18.7934 386.875 18.9187 386.875 19.1224 386.875H22.6002C22.7569 386.875 22.8979 387 22.9292 387.157Z' fill='white'/%3E%3Cpath d='M18.7 387.126L12.9663 419.178C12.9349 419.366 13.0759 419.539 13.2796 419.539H16.7731C16.9768 419.539 17.0864 419.413 17.1178 419.257L22.9455 387.235C22.9769 387.047 22.8359 386.875 22.6322 386.875H19.0134C18.8567 386.875 18.7314 386.969 18.7 387.126Z' fill='%239CCDC3'/%3E%3Cpath d='M13.7182 396.024L17.1021 419.163C17.1334 419.351 16.9924 419.539 16.7888 419.539H13.1699C13.0133 419.539 12.8879 419.429 12.8566 419.288L9.5824 395.993C9.69206 395.742 9.81739 395.742 10.021 395.742H13.3892C13.5459 395.742 13.6869 395.868 13.7182 396.024Z' fill='white'/%3E%3Cpath d='M9.47288 395.993L3.6921 428.014C3.66077 428.202 3.80177 428.39 4.00543 428.375H7.57729C7.73395 428.375 7.85927 428.249 7.8906 428.108L13.7184 396.087C13.7497 395.899 13.6087 395.727 13.4051 395.727H9.78619C9.62953 395.727 9.50421 395.836 9.47288 395.993Z' fill='%239CCDC3'/%3E%3Cpath d='M4.61647 404.891L7.89066 428.03C7.922 428.218 7.78101 428.39 7.57735 428.39H3.95848C3.80182 428.39 3.6765 428.281 3.64517 428.14L0.370972 404.86C0.480634 404.609 0.60596 404.609 0.809619 404.609H4.28748C4.44414 404.609 4.58514 404.735 4.61647 404.891Z' fill='white'/%3E%3Cpath d='M0.37046 404.86L-5.36332 436.913C-5.39465 437.101 -5.25366 437.273 -5.05 437.273H-1.55647C-1.35281 437.273 -1.24315 437.148 -1.21181 436.991L4.61596 404.97C4.64729 404.782 4.50629 404.609 4.30263 404.609H0.683776C0.527116 404.609 0.401792 404.703 0.37046 404.86Z' fill='%239CCDC3'/%3E%3Cpath d='M480.331 -29.1205L474.597 2.93222C474.566 3.12021 474.707 3.29256 474.911 3.29256H478.404C478.608 3.29256 478.718 3.16721 478.749 3.02621L484.577 -28.9951C484.608 -29.1831 484.467 -29.3555 484.263 -29.3555H480.645C480.488 -29.3555 480.363 -29.2615 480.331 -29.1048' fill='%239CCDC3'/%3E%3Cpath d='M475.349 -20.2375L478.733 2.90122C478.765 3.08921 478.624 3.27719 478.42 3.27719H474.801C474.644 3.27719 474.519 3.16752 474.488 3.02653L471.214 -20.2689C471.323 -20.5195 471.449 -20.5195 471.652 -20.5195H475.02C475.177 -20.5195 475.318 -20.3942 475.349 -20.2375Z' fill='white'/%3E%3Cpath d='M471.104 -20.3313L465.323 11.6901C465.292 11.8781 465.433 12.066 465.637 12.0504H469.209C469.365 12.0504 469.491 11.9407 469.522 11.7841L475.35 -20.2373C475.381 -20.4253 475.24 -20.5977 475.036 -20.5977H471.417C471.261 -20.5977 471.135 -20.488 471.104 -20.3313Z' fill='%239CCDC3'/%3E%3Cpath d='M466.248 -11.4495L469.522 11.6893C469.553 11.8773 469.412 12.0496 469.208 12.0496H465.59C465.433 12.0496 465.308 11.9399 465.276 11.7989L462.002 -11.4808C462.112 -11.7314 462.237 -11.7314 462.441 -11.7314H465.919C466.075 -11.7314 466.216 -11.6061 466.248 -11.4495Z' fill='white'/%3E%3Cpath d='M462.002 -11.4808L456.268 20.5719C456.237 20.7599 456.378 20.9323 456.581 20.9323H460.075C460.278 20.9323 460.388 20.8069 460.419 20.6502L466.247 -11.3711C466.279 -11.5591 466.122 -11.7314 465.934 -11.7314H462.315C462.158 -11.7314 462.033 -11.6374 462.002 -11.4808Z' fill='%239CCDC3'/%3E%3Cpath d='M457.02 -2.58228L460.404 20.5564C460.435 20.7444 460.294 20.9325 460.09 20.9325H456.472C456.315 20.9325 456.19 20.8228 456.158 20.6818L452.884 -2.6136C452.994 -2.86425 453.119 -2.86426 453.323 -2.86426H456.691C456.848 -2.86426 456.989 -2.73894 457.02 -2.58228Z' fill='white'/%3E%3Cpath d='M452.79 -2.61452L447.009 29.4069C446.978 29.5949 447.119 29.7828 447.322 29.7672H450.894C451.051 29.7672 451.176 29.6575 451.208 29.5009L457.035 -2.52052C457.067 -2.70852 456.926 -2.88086 456.722 -2.88086H453.103C452.946 -2.88086 452.821 -2.77118 452.79 -2.61452Z' fill='%239CCDC3'/%3E%3Cpath d='M447.918 6.28491L451.192 29.4236C451.223 29.6116 451.082 29.784 450.879 29.784H447.26C447.103 29.784 446.978 29.6743 446.947 29.5333L443.672 6.25359C443.782 6.00294 443.907 6.00293 444.111 6.00293H447.589C447.746 6.00293 447.887 6.12825 447.918 6.28491Z' fill='white'/%3E%3Cpath d='M443.672 6.25359L437.938 38.3063C437.907 38.4943 438.048 38.6666 438.252 38.6666H441.745C441.949 38.6666 442.058 38.5413 442.09 38.3846L447.918 6.36322C447.949 6.17523 447.808 6.00293 447.604 6.00293H443.985C443.829 6.00293 443.703 6.09693 443.672 6.25359Z' fill='%239CCDC3'/%3E%3Cpath d='M438.69 15.1355L442.074 38.2742C442.105 38.4622 441.964 38.6502 441.761 38.6502H438.142C437.985 38.6502 437.86 38.5406 437.829 38.3996L434.554 15.1042C434.664 14.8535 434.789 14.8535 434.993 14.8535H438.361C438.518 14.8535 438.659 14.9788 438.69 15.1355Z' fill='white'/%3E%3Cpath d='M434.462 15.0417L428.681 47.0631C428.65 47.2511 428.791 47.4391 428.994 47.4235H432.566C432.723 47.4235 432.848 47.3138 432.879 47.1571L438.707 15.1357C438.739 14.9477 438.598 14.7754 438.394 14.7754H434.775C434.618 14.7754 434.493 14.8851 434.462 15.0417Z' fill='%239CCDC3'/%3E%3Cpath d='M429.589 23.9246L432.863 47.0633C432.894 47.2513 432.753 47.4237 432.549 47.4237H428.931C428.774 47.4237 428.649 47.314 428.617 47.173L425.343 23.8932C425.453 23.6426 425.578 23.6426 425.782 23.6426H429.26C429.416 23.6426 429.557 23.7679 429.589 23.9246Z' fill='white'/%3E%3Cpath d='M425.344 23.8932L419.61 55.946C419.579 56.134 419.72 56.3063 419.924 56.3063H423.417C423.621 56.3063 423.73 56.181 423.762 56.0243L429.589 24.0029C429.621 23.8149 429.464 23.6426 429.276 23.6426H425.657C425.501 23.6426 425.375 23.7366 425.344 23.8932Z' fill='%239CCDC3'/%3E%3Cpath d='M420.362 32.7917L423.746 55.9305C423.777 56.1185 423.636 56.3065 423.433 56.3065H419.814C419.657 56.3065 419.532 56.1968 419.501 56.0558L416.226 32.7604C416.336 32.5098 416.461 32.5098 416.665 32.5098H420.033C420.19 32.5098 420.331 32.6351 420.362 32.7917Z' fill='white'/%3E%3Cpath d='M416.117 32.7761L410.336 64.7975C410.305 64.9855 410.446 65.1735 410.649 65.1578H414.221C414.378 65.1578 414.503 65.0482 414.535 64.8915L420.362 32.8701C420.394 32.6821 420.253 32.5098 420.049 32.5098H416.43C416.273 32.5098 416.148 32.6194 416.117 32.7761Z' fill='%239CCDC3'/%3E%3Cpath d='M411.244 41.658L414.518 64.7967C414.549 64.9847 414.408 65.157 414.204 65.157H410.586C410.429 65.157 410.304 65.0473 410.272 64.9064L406.998 41.6266C407.108 41.376 407.233 41.376 407.437 41.376H410.915C411.071 41.376 411.212 41.5013 411.244 41.658Z' fill='white'/%3E%3Cpath d='M407.014 41.6432L401.281 73.6959C401.249 73.8839 401.39 74.0563 401.594 74.0563H405.088C405.291 74.0563 405.401 73.9309 405.432 73.7743L411.26 41.7529C411.291 41.5649 411.15 41.3926 410.947 41.3926H407.328C407.171 41.3926 407.046 41.4866 407.014 41.6432Z' fill='%239CCDC3'/%3E%3Cpath d='M402.033 50.5251L405.417 73.6639C405.448 73.8519 405.307 74.0399 405.103 74.0399H401.484C401.328 74.0399 401.202 73.9302 401.171 73.7892L397.897 50.4938C398.007 50.2432 398.132 50.2432 398.335 50.2432H401.704C401.86 50.2432 402.001 50.3685 402.033 50.5251Z' fill='white'/%3E%3Cpath d='M397.787 50.4157L392.007 82.4371C391.975 82.6251 392.116 82.8131 392.32 82.7974H395.892C396.048 82.7974 396.174 82.6878 396.205 82.5311L402.033 50.5098C402.064 50.3218 401.923 50.1494 401.72 50.1494H398.101C397.944 50.1494 397.819 50.259 397.787 50.4157Z' fill='%239CCDC3'/%3E%3Cpath d='M392.914 59.3143L396.188 82.453C396.22 82.641 396.079 82.8133 395.875 82.8133H392.256C392.099 82.8133 391.974 82.7036 391.943 82.5627L388.668 59.2829C388.778 59.0322 388.903 59.0322 389.107 59.0322H392.585C392.742 59.0322 392.883 59.1576 392.914 59.3143Z' fill='white'/%3E%3Cpath d='M388.685 59.2829L382.951 91.3356C382.92 91.5236 383.061 91.6959 383.264 91.6959H386.758C386.962 91.6959 387.071 91.5706 387.103 91.414L392.93 59.3926C392.962 59.2046 392.821 59.0322 392.617 59.0322H388.998C388.842 59.0322 388.716 59.1262 388.685 59.2829Z' fill='%239CCDC3'/%3E%3Cpath d='M383.703 68.1658L387.087 91.3045C387.118 91.4925 386.977 91.6805 386.774 91.6805H383.155C382.998 91.6805 382.873 91.5708 382.841 91.4298L379.567 68.1345C379.677 67.8838 379.802 67.8838 380.006 67.8838H383.374C383.531 67.8838 383.672 68.0091 383.703 68.1658Z' fill='white'/%3E%3Cpath d='M379.458 68.1501L373.677 100.171C373.646 100.359 373.787 100.547 373.99 100.532H377.562C377.719 100.532 377.844 100.422 377.876 100.265L383.703 68.2441C383.735 68.0561 383.594 67.8838 383.39 67.8838H379.771C379.614 67.8838 379.489 67.9934 379.458 68.1501Z' fill='%239CCDC3'/%3E%3Cpath d='M374.601 77.032L377.875 100.171C377.907 100.359 377.766 100.531 377.562 100.531H373.943C373.787 100.531 373.661 100.421 373.63 100.28L370.356 77.0006C370.465 76.75 370.591 76.75 370.794 76.75H374.272C374.429 76.75 374.57 76.8753 374.601 77.032Z' fill='white'/%3E%3Cpath d='M370.355 77.0173L364.622 109.07C364.59 109.258 364.731 109.43 364.935 109.43H368.428C368.632 109.43 368.742 109.305 368.773 109.148L374.601 77.1269C374.632 76.9389 374.476 76.7666 374.288 76.7666H370.669C370.512 76.7666 370.387 76.8606 370.355 77.0173Z' fill='%239CCDC3'/%3E%3Cpath d='M365.374 85.8992L368.757 109.038C368.789 109.226 368.648 109.414 368.444 109.414H364.825C364.669 109.414 364.543 109.304 364.512 109.163L361.238 85.8678C361.347 85.6172 361.473 85.6172 361.676 85.6172H365.045C365.201 85.6172 365.342 85.7426 365.374 85.8992Z' fill='white'/%3E%3Cpath d='M361.128 85.7898L355.347 117.811C355.316 117.999 355.457 118.187 355.661 118.171H359.233C359.389 118.171 359.515 118.062 359.546 117.905L365.374 85.8838C365.405 85.6958 365.264 85.5234 365.06 85.5234H361.441C361.285 85.5234 361.159 85.6331 361.128 85.7898Z' fill='%239CCDC3'/%3E%3Cpath d='M356.272 94.6882L359.546 117.827C359.577 118.015 359.436 118.187 359.233 118.187H355.614C355.457 118.187 355.332 118.078 355.3 117.937L352.026 94.6569C352.136 94.4063 352.261 94.4062 352.465 94.4062H355.943C356.099 94.4062 356.24 94.5316 356.272 94.6882Z' fill='white'/%3E%3Cpath d='M352.026 94.6569L346.292 126.71C346.261 126.898 346.402 127.07 346.605 127.07H350.099C350.302 127.07 350.412 126.945 350.443 126.788L356.271 94.7666C356.303 94.5786 356.162 94.4062 355.958 94.4062H352.339C352.182 94.4062 352.057 94.5003 352.026 94.6569Z' fill='%239CCDC3'/%3E%3Cpath d='M347.044 103.539L350.428 126.678C350.459 126.866 350.318 127.054 350.114 127.054H346.496C346.339 127.054 346.214 126.944 346.182 126.803L342.908 103.507C343.018 103.257 343.143 103.257 343.347 103.257H346.715C346.872 103.257 347.013 103.382 347.044 103.539Z' fill='white'/%3E%3Cpath d='M342.799 103.523L337.018 135.545C336.986 135.733 337.127 135.921 337.331 135.905H340.903C341.06 135.905 341.185 135.795 341.216 135.639L347.044 103.617C347.075 103.429 346.934 103.257 346.731 103.257H343.112C342.955 103.257 342.83 103.367 342.799 103.523Z' fill='%239CCDC3'/%3E%3Cpath d='M337.927 112.423L341.201 135.561C341.232 135.749 341.091 135.922 340.888 135.922H337.269C337.112 135.922 336.987 135.812 336.956 135.671L333.681 112.391C333.791 112.141 333.916 112.141 334.12 112.141H337.598C337.755 112.141 337.896 112.266 337.927 112.423Z' fill='white'/%3E%3Cpath d='M333.681 112.391L327.947 144.444C327.916 144.632 328.057 144.804 328.26 144.804H331.754C331.958 144.804 332.067 144.679 332.099 144.522L337.926 112.501C337.958 112.313 337.801 112.141 337.613 112.141H333.994C333.838 112.141 333.712 112.235 333.681 112.391Z' fill='%239CCDC3'/%3E%3Cpath d='M328.716 121.273L332.1 144.412C332.131 144.6 331.99 144.788 331.786 144.788H328.168C328.011 144.788 327.886 144.678 327.854 144.537L324.58 121.242C324.69 120.991 324.815 120.991 325.019 120.991H328.387C328.544 120.991 328.685 121.117 328.716 121.273Z' fill='white'/%3E%3Cpath d='M324.47 121.179L318.69 153.201C318.658 153.389 318.799 153.577 319.003 153.561H322.575C322.731 153.561 322.857 153.451 322.888 153.295L328.716 121.273C328.747 121.085 328.606 120.897 328.403 120.913H324.784C324.627 120.913 324.502 121.023 324.47 121.179Z' fill='%239CCDC3'/%3E%3Cpath d='M319.597 130.062L322.871 153.201C322.903 153.389 322.762 153.561 322.558 153.561H318.939C318.783 153.561 318.657 153.452 318.626 153.311L315.352 130.031C315.461 129.78 315.587 129.78 315.79 129.78H319.268C319.425 129.78 319.566 129.906 319.597 130.062Z' fill='white'/%3E%3Cpath d='M315.353 130.047L309.619 162.099C309.588 162.287 309.729 162.46 309.932 162.46H313.426C313.63 162.46 313.739 162.334 313.771 162.178L319.598 130.156C319.63 129.968 319.489 129.796 319.285 129.796H315.666C315.51 129.796 315.384 129.89 315.353 130.047Z' fill='%239CCDC3'/%3E%3Cpath d='M310.386 138.929L313.77 162.068C313.802 162.256 313.66 162.444 313.457 162.444H309.838C309.681 162.444 309.556 162.335 309.525 162.194L306.25 138.898C306.36 138.647 306.485 138.647 306.689 138.647H310.057C310.214 138.647 310.355 138.773 310.386 138.929Z' fill='white'/%3E%3Cpath d='M306.141 138.897L300.36 170.919C300.329 171.107 300.47 171.295 300.674 171.279H304.245C304.402 171.279 304.527 171.169 304.559 171.013L310.386 138.991C310.418 138.803 310.277 138.631 310.073 138.631H306.454C306.298 138.631 306.172 138.74 306.141 138.897Z' fill='%239CCDC3'/%3E%3Cpath d='M301.268 147.796L304.542 170.934C304.573 171.122 304.432 171.295 304.229 171.295H300.61C300.453 171.295 300.328 171.185 300.296 171.044L297.022 147.764C297.132 147.514 297.257 147.514 297.461 147.514H300.939C301.095 147.514 301.236 147.639 301.268 147.796Z' fill='white'/%3E%3Cpath d='M297.039 147.764L291.305 179.817C291.273 180.005 291.414 180.177 291.618 180.177H295.112C295.315 180.177 295.425 180.052 295.456 179.895L301.284 147.874C301.315 147.686 301.159 147.514 300.971 147.514H297.352C297.195 147.514 297.07 147.608 297.039 147.764Z' fill='%239CCDC3'/%3E%3Cpath d='M292.057 156.647L295.441 179.786C295.472 179.974 295.331 180.162 295.127 180.162H291.508C291.352 180.162 291.226 180.052 291.195 179.911L287.921 156.616C288.031 156.365 288.156 156.365 288.36 156.365H291.728C291.884 156.365 292.025 156.491 292.057 156.647Z' fill='white'/%3E%3Cpath d='M287.811 156.553L282.031 188.575C281.999 188.763 282.14 188.951 282.344 188.935H285.916C286.072 188.935 286.198 188.825 286.229 188.669L292.057 156.647C292.088 156.459 291.947 156.287 291.744 156.287H288.125C287.968 156.287 287.843 156.397 287.811 156.553Z' fill='%239CCDC3'/%3E%3Cpath d='M282.94 165.436L286.214 188.575C286.245 188.763 286.104 188.935 285.9 188.935H282.282C282.125 188.935 282 188.826 281.968 188.685L278.694 165.405C278.804 165.154 278.929 165.154 279.133 165.154H282.611C282.767 165.154 282.908 165.28 282.94 165.436Z' fill='white'/%3E%3Cpath d='M278.709 165.421L272.975 197.473C272.944 197.661 273.085 197.834 273.289 197.834H276.782C276.986 197.834 277.095 197.708 277.127 197.552L282.954 165.53C282.986 165.342 282.845 165.17 282.641 165.17H279.022C278.866 165.17 278.74 165.264 278.709 165.421Z' fill='%239CCDC3'/%3E%3Cpath d='M273.727 174.303L277.111 197.442C277.142 197.63 277.001 197.818 276.798 197.818H273.179C273.022 197.818 272.897 197.708 272.866 197.567L269.591 174.272C269.701 174.021 269.826 174.021 270.03 174.021H273.398C273.555 174.021 273.696 174.147 273.727 174.303Z' fill='white'/%3E%3Cpath d='M269.482 174.288L263.701 206.309C263.67 206.497 263.811 206.685 264.014 206.669H267.586C267.743 206.669 267.868 206.56 267.9 206.403L273.727 174.382C273.759 174.194 273.618 174.021 273.414 174.021H269.795C269.638 174.021 269.513 174.131 269.482 174.288Z' fill='%239CCDC3'/%3E%3Cpath d='M264.61 183.17L267.884 206.308C267.916 206.496 267.775 206.669 267.571 206.669H263.952C263.795 206.669 263.67 206.559 263.639 206.418L260.365 183.138C260.474 182.888 260.599 182.888 260.803 182.888H264.281C264.438 182.888 264.579 183.013 264.61 183.17Z' fill='white'/%3E%3Cpath d='M260.364 183.154L254.63 215.207C254.599 215.395 254.74 215.567 254.944 215.567H258.437C258.641 215.567 258.75 215.442 258.782 215.285L264.61 183.264C264.641 183.076 264.5 182.903 264.296 182.903H260.677C260.521 182.903 260.395 182.997 260.364 183.154Z' fill='%239CCDC3'/%3E%3Cpath d='M255.382 192.037L258.766 215.176C258.798 215.364 258.657 215.552 258.453 215.552H254.834C254.677 215.552 254.552 215.442 254.521 215.301L251.246 192.005C251.356 191.755 251.481 191.755 251.685 191.755H255.053C255.21 191.755 255.351 191.88 255.382 192.037Z' fill='white'/%3E%3Cpath d='M251.152 191.927L245.371 223.949C245.34 224.137 245.481 224.325 245.685 224.309H249.257C249.413 224.309 249.539 224.199 249.57 224.043L255.398 192.021C255.429 191.833 255.288 191.661 255.084 191.661H251.466C251.309 191.661 251.184 191.771 251.152 191.927Z' fill='%239CCDC3'/%3E%3Cpath d='M246.28 200.825L249.555 223.964C249.586 224.152 249.445 224.324 249.241 224.324H245.622C245.466 224.324 245.34 224.214 245.309 224.073L242.035 200.794C242.145 200.543 242.27 200.543 242.474 200.543H245.951C246.108 200.543 246.249 200.668 246.28 200.825Z' fill='white'/%3E%3Cpath d='M242.035 200.794L236.301 232.846C236.269 233.034 236.41 233.207 236.614 233.207H240.108C240.311 233.207 240.421 233.081 240.452 232.925L246.28 200.903C246.311 200.715 246.17 200.543 245.967 200.543H242.348C242.191 200.543 242.066 200.637 242.035 200.794Z' fill='%239CCDC3'/%3E%3Cpath d='M237.053 209.677L240.437 232.816C240.468 233.004 240.327 233.192 240.123 233.192H236.504C236.348 233.192 236.222 233.083 236.191 232.942L232.917 209.646C233.027 209.395 233.152 209.396 233.356 209.396H236.724C236.88 209.396 237.021 209.521 237.053 209.677Z' fill='white'/%3E%3Cpath d='M232.823 209.662L227.042 241.683C227.011 241.871 227.151 242.059 227.355 242.043H230.927C231.084 242.043 231.209 241.934 231.24 241.777L237.068 209.756C237.099 209.568 236.958 209.396 236.755 209.396H233.136C232.979 209.396 232.854 209.505 232.823 209.662Z' fill='%239CCDC3'/%3E%3Cpath d='M227.951 218.544L231.225 241.682C231.256 241.87 231.116 242.043 230.912 242.043H227.293C227.136 242.043 227.011 241.933 226.98 241.792L223.705 218.512C223.815 218.262 223.94 218.262 224.144 218.262H227.622C227.779 218.262 227.92 218.387 227.951 218.544Z' fill='white'/%3E%3Cpath d='M223.706 218.528L217.973 250.581C217.941 250.769 218.082 250.941 218.286 250.941H221.779C221.983 250.941 222.093 250.816 222.124 250.659L227.952 218.638C227.983 218.45 227.842 218.277 227.639 218.277H224.02C223.863 218.277 223.738 218.371 223.706 218.528Z' fill='%239CCDC3'/%3E%3Cpath d='M218.74 227.411L222.124 250.55C222.155 250.738 222.014 250.926 221.811 250.926H218.192C218.035 250.926 217.91 250.816 217.878 250.675L214.604 227.38C214.714 227.129 214.839 227.129 215.043 227.129H218.411C218.568 227.129 218.709 227.254 218.74 227.411Z' fill='white'/%3E%3Cpath d='M214.495 227.302L208.714 259.323C208.682 259.511 208.823 259.699 209.027 259.683H212.599C212.756 259.683 212.881 259.574 212.912 259.417L218.74 227.396C218.771 227.208 218.63 227.035 218.427 227.035H214.808C214.651 227.035 214.526 227.145 214.495 227.302Z' fill='%239CCDC3'/%3E%3Cpath d='M209.621 236.199L212.896 259.338C212.927 259.526 212.786 259.698 212.582 259.698H208.963C208.807 259.698 208.681 259.588 208.65 259.447L205.376 236.168C205.486 235.917 205.611 235.917 205.815 235.917H209.292C209.449 235.917 209.59 236.042 209.621 236.199Z' fill='white'/%3E%3Cpath d='M205.392 236.168L199.658 268.22C199.627 268.408 199.768 268.581 199.972 268.581H203.465C203.669 268.581 203.779 268.455 203.81 268.299L209.638 236.277C209.669 236.089 209.528 235.917 209.324 235.917H205.706C205.549 235.917 205.424 236.011 205.392 236.168Z' fill='%239CCDC3'/%3E%3Cpath d='M200.41 245.051L203.794 268.189C203.826 268.377 203.685 268.565 203.481 268.565H199.862C199.705 268.565 199.58 268.456 199.549 268.315L196.275 245.019C196.384 244.769 196.51 244.769 196.713 244.769H200.081C200.238 244.769 200.379 244.894 200.41 245.051Z' fill='white'/%3E%3Cpath d='M196.15 245.051L190.369 277.073C190.338 277.261 190.479 277.449 190.682 277.433H194.254C194.411 277.433 194.536 277.308 194.567 277.167L200.395 245.145C200.427 244.957 200.286 244.769 200.082 244.785H196.463C196.306 244.785 196.181 244.895 196.15 245.051Z' fill='%239CCDC3'/%3E%3Cpath d='M191.293 253.933L194.568 277.072C194.599 277.26 194.458 277.432 194.254 277.432H190.635C190.479 277.432 190.353 277.323 190.322 277.182L187.048 253.902C187.158 253.651 187.283 253.651 187.486 253.651H190.964C191.121 253.651 191.262 253.777 191.293 253.933Z' fill='white'/%3E%3Cpath d='M187.047 253.902L181.314 285.955C181.282 286.143 181.423 286.315 181.627 286.315H185.12C185.324 286.315 185.434 286.19 185.465 286.049L191.293 254.027C191.324 253.839 191.183 253.667 190.98 253.667H187.361C187.204 253.667 187.079 253.761 187.047 253.918' fill='%239CCDC3'/%3E%3Cpath d='M182.066 262.801L185.449 285.939C185.481 286.127 185.34 286.315 185.136 286.315H181.517C181.361 286.315 181.235 286.206 181.204 286.065L177.93 262.769C178.039 262.519 178.165 262.519 178.368 262.519H181.737C181.893 262.519 182.034 262.644 182.066 262.801Z' fill='white'/%3E%3Cpath d='M177.82 262.69L172.039 294.712C172.008 294.9 172.149 295.088 172.353 295.072H175.925C176.081 295.072 176.207 294.947 176.238 294.806L182.066 262.784C182.097 262.596 181.956 262.424 181.752 262.424H178.133C177.977 262.424 177.851 262.533 177.82 262.69Z' fill='%239CCDC3'/%3E%3Cpath d='M172.964 271.573L176.238 294.712C176.269 294.9 176.128 295.072 175.925 295.072H172.306C172.149 295.072 172.024 294.962 171.992 294.821L168.718 271.542C168.828 271.291 168.953 271.291 169.157 271.291H172.635C172.791 271.291 172.932 271.416 172.964 271.573Z' fill='white'/%3E%3Cpath d='M168.718 271.557L162.984 303.61C162.953 303.798 163.094 303.97 163.297 303.97H166.791C166.994 303.97 167.104 303.845 167.135 303.704L172.963 271.683C172.995 271.495 172.838 271.322 172.65 271.322H169.031C168.874 271.322 168.749 271.416 168.718 271.573' fill='%239CCDC3'/%3E%3Cpath d='M163.736 280.44L167.12 303.579C167.151 303.767 167.01 303.955 166.806 303.955H163.188C163.031 303.955 162.906 303.845 162.874 303.704L159.6 280.409C159.71 280.158 159.835 280.158 160.039 280.158H163.407C163.564 280.158 163.705 280.284 163.736 280.44Z' fill='white'/%3E%3Cpath d='M159.506 280.424L153.725 312.446C153.694 312.634 153.835 312.822 154.038 312.806H157.61C157.767 312.806 157.892 312.681 157.924 312.54L163.751 280.518C163.783 280.33 163.642 280.158 163.438 280.158H159.819C159.662 280.158 159.537 280.268 159.506 280.424Z' fill='%239CCDC3'/%3E%3Cpath d='M154.634 289.307L157.908 312.446C157.94 312.634 157.799 312.806 157.595 312.806H153.976C153.82 312.806 153.694 312.697 153.663 312.556L150.389 289.276C150.498 289.025 150.624 289.025 150.827 289.025H154.305C154.462 289.025 154.603 289.151 154.634 289.307Z' fill='white'/%3E%3Cpath d='M150.388 289.276L144.654 321.329C144.623 321.517 144.764 321.689 144.968 321.689H148.461C148.665 321.689 148.775 321.564 148.806 321.407L154.634 289.386C154.665 289.198 154.508 289.025 154.32 289.025H150.701C150.545 289.025 150.419 289.119 150.388 289.276Z' fill='%239CCDC3'/%3E%3Cpath d='M145.406 298.175L148.79 321.313C148.822 321.501 148.681 321.689 148.477 321.689H144.858C144.701 321.689 144.576 321.58 144.545 321.439L141.271 298.143C141.38 297.893 141.505 297.893 141.709 297.893H145.077C145.234 297.893 145.375 298.018 145.406 298.175Z' fill='white'/%3E%3Cpath d='M141.176 298.064L135.395 330.085C135.364 330.273 135.505 330.461 135.709 330.446H139.281C139.437 330.446 139.563 330.32 139.594 330.179L145.422 298.158C145.453 297.97 145.312 297.782 145.108 297.798H141.49C141.333 297.798 141.208 297.907 141.176 298.064Z' fill='%239CCDC3'/%3E%3Cpath d='M136.305 306.947L139.579 330.086C139.61 330.274 139.469 330.446 139.265 330.446H135.647C135.49 330.446 135.365 330.336 135.333 330.195L132.059 306.916C132.169 306.665 132.294 306.665 132.498 306.665H135.976C136.132 306.665 136.273 306.79 136.305 306.947Z' fill='white'/%3E%3Cpath d='M132.06 306.931L126.326 338.984C126.295 339.172 126.436 339.344 126.64 339.344H130.133C130.337 339.344 130.447 339.219 130.478 339.062L136.306 307.041C136.337 306.853 136.18 306.681 135.992 306.681H132.373C132.217 306.681 132.091 306.775 132.06 306.931Z' fill='%239CCDC3'/%3E%3Cpath d='M127.078 315.814L130.462 338.953C130.494 339.141 130.353 339.329 130.149 339.329H126.53C126.373 339.329 126.248 339.219 126.217 339.078L122.943 315.783C123.052 315.532 123.177 315.532 123.381 315.532H126.749C126.906 315.532 127.047 315.658 127.078 315.814Z' fill='white'/%3E%3Cpath d='M122.831 315.799L117.051 347.82C117.019 348.008 117.16 348.196 117.364 348.18H120.936C121.092 348.18 121.218 348.055 121.249 347.914L127.077 315.893C127.108 315.705 126.967 315.532 126.764 315.532H123.145C122.988 315.532 122.863 315.642 122.831 315.799Z' fill='%239CCDC3'/%3E%3Cpath d='M117.96 324.681L121.234 347.82C121.265 348.008 121.124 348.18 120.921 348.18H117.302C117.145 348.18 117.02 348.071 116.988 347.93L113.714 324.65C113.824 324.399 113.949 324.399 114.153 324.399H117.631C117.787 324.399 117.928 324.525 117.96 324.681Z' fill='white'/%3E%3Cpath d='M113.731 324.666L107.997 356.718C107.965 356.906 108.106 357.079 108.31 357.079H111.804C112.007 357.079 112.117 356.953 112.148 356.797L117.976 324.775C118.007 324.587 117.851 324.415 117.663 324.415H114.044C113.887 324.415 113.762 324.509 113.731 324.666Z' fill='%239CCDC3'/%3E%3Cpath d='M108.749 333.549L112.133 356.687C112.164 356.875 112.023 357.063 111.819 357.063H108.2C108.044 357.063 107.918 356.954 107.887 356.813L104.613 333.517C104.723 333.267 104.848 333.267 105.052 333.267H108.42C108.576 333.267 108.717 333.392 108.749 333.549Z' fill='white'/%3E%3Cpath d='M104.503 333.438L98.7226 365.46C98.6913 365.648 98.8323 365.836 99.036 365.82H102.608C102.764 365.82 102.89 365.695 102.921 365.554L108.749 333.532C108.78 333.344 108.639 333.172 108.436 333.172H104.817C104.66 333.172 104.535 333.282 104.503 333.438Z' fill='%239CCDC3'/%3E%3Cpath d='M99.6301 342.337L102.904 365.475C102.936 365.663 102.795 365.836 102.591 365.836H98.9722C98.8155 365.836 98.6902 365.726 98.6588 365.585L95.3846 342.305C95.4943 342.055 95.6196 342.055 95.8233 342.055H99.3012C99.4578 342.055 99.5988 342.18 99.6301 342.337Z' fill='white'/%3E%3Cpath d='M95.401 342.305L89.6672 374.358C89.6359 374.546 89.7769 374.718 89.9805 374.718H93.4741C93.6777 374.718 93.7874 374.593 93.8187 374.436L99.6465 342.415C99.6778 342.227 99.5368 342.055 99.3331 342.055H95.7143C95.5576 342.055 95.4323 342.149 95.401 342.305Z' fill='%239CCDC3'/%3E%3Cpath d='M90.4192 351.188L93.803 374.327C93.8343 374.515 93.6933 374.703 93.4897 374.703H89.8708C89.7142 374.703 89.5889 374.593 89.5575 374.452L86.2833 351.157C86.393 350.906 86.5183 350.906 86.722 350.906H90.0902C90.2468 350.906 90.3878 351.032 90.4192 351.188Z' fill='white'/%3E%3Cpath d='M86.1738 351.173L80.393 383.194C80.3617 383.382 80.5027 383.57 80.7063 383.554H84.2782C84.4349 383.554 84.5602 383.429 84.5915 383.288L90.4193 351.267C90.4506 351.079 90.3096 350.891 90.106 350.906H86.4871C86.3305 350.906 86.2051 351.016 86.1738 351.173Z' fill='%239CCDC3'/%3E%3Cpath d='M81.3174 360.055L84.5916 383.194C84.6229 383.382 84.4819 383.554 84.2783 383.554H80.6594C80.5028 383.554 80.3774 383.445 80.3461 383.304L77.0719 360.024C77.1816 359.773 77.3069 359.773 77.5105 359.773H80.9884C81.1451 359.773 81.2861 359.899 81.3174 360.055Z' fill='white'/%3E%3Cpath d='M77.0714 360.04L71.3376 392.092C71.3063 392.28 71.4473 392.453 71.6509 392.453H75.1445C75.3481 392.453 75.4578 392.327 75.4891 392.171L81.3169 360.149C81.3482 359.961 81.2072 359.789 81.0036 359.789H77.3847C77.228 359.789 77.1027 359.883 77.0714 360.04Z' fill='%239CCDC3'/%3E%3Cpath d='M72.0896 368.923L75.4734 392.061C75.5048 392.249 75.3638 392.437 75.1601 392.437H71.5413C71.3846 392.437 71.2593 392.328 71.228 392.187L67.9537 368.891C68.0634 368.641 68.1887 368.641 68.3924 368.641H71.7606C71.9173 368.641 72.0582 368.766 72.0896 368.923Z' fill='white'/%3E%3Cpath d='M67.8595 368.812L62.0787 400.834C62.0474 401.022 62.1884 401.21 62.392 401.194H65.9639C66.1206 401.194 66.2459 401.069 66.2772 400.928L72.105 368.906C72.1363 368.718 71.9953 368.546 71.7917 368.546H68.1728C68.0161 368.546 67.8908 368.656 67.8595 368.812Z' fill='%239CCDC3'/%3E%3Cpath d='M62.9878 377.711L66.262 400.849C66.2933 401.037 66.1523 401.21 65.9487 401.21H62.3298C62.1732 401.21 62.0478 401.1 62.0165 400.959L58.7423 377.679C58.852 377.429 58.9773 377.429 59.181 377.429H62.6588C62.8155 377.429 62.9565 377.554 62.9878 377.711Z' fill='white'/%3E%3Cpath d='M58.7418 377.679L53.008 409.732C52.9767 409.92 53.1177 410.092 53.3213 410.092H56.8149C57.0185 410.092 57.1282 409.967 57.1595 409.81L62.9873 377.789C63.0186 377.601 62.8776 377.429 62.674 377.429H59.0551C58.8985 377.429 58.7731 377.523 58.7418 377.679Z' fill='%239CCDC3'/%3E%3Cpath d='M53.76 386.562L57.1439 409.701C57.1752 409.889 57.0342 410.077 56.8305 410.077H53.2117C53.055 410.077 52.9297 409.967 52.8983 409.826L49.6241 386.531C49.7338 386.28 49.8591 386.28 50.0628 386.28H53.431C53.5877 386.28 53.7286 386.406 53.76 386.562Z' fill='white'/%3E%3Cpath d='M49.5146 386.562L43.7339 418.584C43.7025 418.772 43.8435 418.96 44.0472 418.944H47.619C47.7757 418.944 47.901 418.819 47.9323 418.678L53.7601 386.656C53.7914 386.468 53.6504 386.296 53.4468 386.296H49.8279C49.6713 386.296 49.546 386.406 49.5146 386.562Z' fill='%239CCDC3'/%3E%3Cpath d='M44.643 395.444L47.9172 418.583C47.9485 418.771 47.8075 418.943 47.6038 418.943H43.985C43.8283 418.943 43.703 418.834 43.6717 418.693L40.3975 395.413C40.5071 395.162 40.6324 395.162 40.8361 395.162H44.314C44.4706 395.162 44.6116 395.287 44.643 395.444Z' fill='white'/%3E%3Cpath d='M40.4138 395.413L34.68 427.465C34.6487 427.653 34.7897 427.826 34.9933 427.826H38.4869C38.6905 427.826 38.8002 427.701 38.8315 427.544L44.6593 395.522C44.6906 395.335 44.534 395.162 44.346 395.162H40.7271C40.5705 395.162 40.4451 395.256 40.4138 395.413Z' fill='%239CCDC3'/%3E%3Cpath d='M35.432 404.311L38.8158 427.45C38.8472 427.638 38.7062 427.826 38.5025 427.826H34.8837C34.727 427.826 34.6017 427.716 34.5703 427.575L31.2961 404.28C31.4058 404.029 31.5311 404.029 31.7348 404.029H35.103C35.2596 404.029 35.4006 404.155 35.432 404.311Z' fill='white'/%3E%3Cpath d='M31.185 404.202L25.4043 436.223C25.3729 436.411 25.5139 436.599 25.7176 436.584H29.2894C29.4461 436.584 29.5714 436.458 29.6028 436.317L35.4305 404.296C35.4619 404.108 35.3209 403.936 35.1172 403.936H31.4984C31.3417 403.936 31.2164 404.045 31.185 404.202Z' fill='%239CCDC3'/%3E%3Cpath d='M26.3134 413.085L29.5876 436.223C29.6189 436.411 29.4779 436.584 29.2742 436.584H25.6554C25.4987 436.584 25.3734 436.474 25.3421 436.333L22.0679 413.053C22.1775 412.803 22.3029 412.803 22.5065 412.803H25.9844C26.141 412.803 26.282 412.928 26.3134 413.085Z' fill='white'/%3E%3Cpath d='M22.0842 413.069L16.3504 445.122C16.3191 445.31 16.4601 445.482 16.6637 445.482H20.1573C20.3609 445.482 20.4706 445.357 20.5019 445.2L26.3297 413.179C26.361 412.991 26.22 412.818 26.0164 412.818H22.3975C22.2409 412.818 22.1155 412.912 22.0842 413.069Z' fill='%239CCDC3'/%3E%3Cpath d='M17.1024 421.952L20.4863 445.091C20.5176 445.279 20.3766 445.467 20.1729 445.467H16.5541C16.3974 445.467 16.2721 445.357 16.2408 445.216L12.9666 421.921C13.0762 421.67 13.2016 421.67 13.4052 421.67H16.7734C16.9301 421.67 17.0711 421.795 17.1024 421.952Z' fill='white'/%3E%3Cpath d='M12.857 421.936L7.07626 453.958C7.04493 454.146 7.18592 454.334 7.38957 454.318H10.9614C11.1181 454.318 11.2434 454.193 11.2748 454.052L17.1025 422.03C17.1339 421.842 16.9929 421.67 16.7892 421.67H13.1703C13.0137 421.67 12.8884 421.78 12.857 421.936Z' fill='%239CCDC3'/%3E%3Cpath d='M7.98378 430.818L11.258 453.957C11.2893 454.145 11.1483 454.317 10.9447 454.317H7.32581C7.16915 454.317 7.04382 454.208 7.01249 454.067L3.73828 430.787C3.84794 430.536 3.97328 430.536 4.17694 430.536H7.65479C7.81145 430.536 7.95244 430.661 7.98378 430.818Z' fill='white'/%3E%3Cpath d='M3.7546 430.787L-1.97916 462.84C-2.01049 463.027 -1.8695 463.2 -1.66585 463.2H1.82769C2.03135 463.2 2.141 463.074 2.17233 462.918L8.0001 430.896C8.03143 430.708 7.89044 430.536 7.68678 430.536H4.06792C3.91126 430.536 3.78593 430.63 3.7546 430.787Z' fill='%239CCDC3'/%3E%3Cpath d='M-1.2272 439.685L2.15667 462.824C2.188 463.012 2.047 463.2 1.84334 463.2H-1.77551C-1.93217 463.2 -2.0575 463.09 -2.08883 462.949L-5.36304 439.654C-5.25337 439.403 -5.12805 439.403 -4.92439 439.403H-1.55619C-1.39953 439.403 -1.25854 439.529 -1.2272 439.685Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1771_70136' x1='226.078' y1='227.584' x2='4.32845' y2='-2.5464e-06' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23245557'/%3E%3Cstop offset='1' stop-color='%23245557' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_1771_70136'%3E%3Crect width='550' height='480' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");*/
}
.mcl-hero.full-background {
  align-items: center;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .mcl-hero.full-background {
    background-size: 100%;
    background-position: right;
    min-height: 900px;
  }
}
.mcl-hero.full-background {
  background-blend-mode: normal, lighten, normal;
}
.mcl-hero.full-background:after {
  display: none;
  content: none;
}
.mcl-hero:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27550%27 height=%27480%27 viewBox=%270 0 550 480%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect width=%27550%27 height=%27480%27 fill=%27url%28%23paint0_linear_1771_73210%29%27/%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_1771_73210%27 x1=%27226.078%27 y1=%27227.584%27 x2=%274.32845%27 y2=%27-2.5464e-06%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23245557%27/%3E%3Cstop offset=%271%27 stop-color=%27%23245557%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.mcl-hero .mcl-wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .mcl-hero .mcl-wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.mcl-hero .mcl-wrapper .mcl-text-wrapper .mcl-title {
  font-size: 29px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .mcl-hero .mcl-wrapper .mcl-text-wrapper .mcl-title {
    font-size: 42px;
    line-height: 44px;
  }
}
.mcl-hero .mcl-wrapper .mcl-text-wrapper .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
  color: #FFFFFF;
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .mcl-hero .mcl-wrapper .mcl-text-wrapper .mcl-title {
    padding-top: 0;
  }
}
.mcl-hero .mcl-wrapper .mcl-text-wrapper .mcl-description {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-top: 16px;
}
.mcl-hero .mcl-wrapper .mcl-image-wrapper {
  float: right;
  position: relative;
  right: 0;
  top: 12px;
  z-index: 3;
  width: 100%;
  height: 382px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .mcl-hero .mcl-wrapper .mcl-image-wrapper {
    width: 41.66%;
    margin-top: 0;
  }
}
.mcl-hero .mcl-wrapper .mcl-image-wrapper img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.mcl-hero .mcl-wrapper .mcl-image-wrapper {
  /*&:after {
    position: absolute;
    content: '';
    top: 0;
    right: -23px;
    z-index: -1;
    width: 100%;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='456' height='460' viewBox='0 0 456 460' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M119.249 459.055H455.959L455.952 0.874023H48.3153C18.1032 0.874023 -4.59657 28.4508 1.21023 58.0996L72.1443 420.28C76.5558 442.805 96.2966 459.055 119.249 459.055Z' fill='%234B9C96'/%3E%3C/svg%3E");
  }*/
}

.mcl-inclined-photo {
  padding-top: 80px;
}
@media (min-width: 1024px) {
  .mcl-inclined-photo {
    padding: 32px 0;
  }
}
.mcl-inclined-photo {
  background-repeat: no-repeat;
  background-position: bottom right;
}
.mcl-inclined-photo.white {
  background-color: #FFFFFF;
}
.mcl-inclined-photo.grey {
  background-color: #FAFAFA;
}
@media (min-width: 1024px) {
  .mcl-inclined-photo.grey {
    background-image: linear-gradient(145deg, #FAFAFA 0%, rgba(251, 251, 251, 0) 100%), url("data:image/svg+xml;charset=utf8,%3Csvg width=%271023%27 height=%27614%27 viewBox=%270 0 1023 614%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_1895_62315%29%27%3E%3Cg opacity=%270.4%27%3E%3Cpath d=%27M1028.05 92.7964L1017.58 150.782C1017.53 151.123 1017.78 151.463 1018.15 151.435H1024.62C1024.9 151.435 1025.13 151.236 1025.19 150.953L1035.74 92.9666C1035.8 92.6262 1035.54 92.2858 1035.17 92.3142H1028.62C1028.34 92.3142 1028.11 92.5127 1028.05 92.7964Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1019.23 108.881L1025.16 150.782C1025.22 151.122 1024.96 151.434 1024.59 151.434H1018.04C1017.75 151.434 1017.53 151.236 1017.47 150.98L1011.54 108.824C1011.74 108.37 1011.97 108.37 1012.34 108.37H1018.63C1018.92 108.37 1019.17 108.597 1019.23 108.881Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1011.54 108.852L1001.16 166.895C1001.1 167.236 1001.36 167.548 1001.73 167.548H1008.05C1008.42 167.548 1008.62 167.321 1008.68 167.037L1019.23 109.051C1019.29 108.71 1019.03 108.398 1018.66 108.398H1012.11C1011.83 108.398 1011.6 108.569 1011.54 108.852Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1002.52 124.938L1008.65 166.839C1008.7 167.18 1008.45 167.52 1008.08 167.52H1001.53C1001.24 167.52 1001.02 167.321 1000.96 167.066L995.031 124.882C995.23 124.428 995.457 124.428 995.826 124.428H1001.92C1002.21 124.428 1002.46 124.655 1002.52 124.938Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M994.861 124.74L984.394 182.726C984.337 183.066 984.592 183.407 984.961 183.378H991.429C991.713 183.378 991.94 183.18 991.996 182.896L1002.55 124.91C1002.61 124.57 1002.35 124.229 1001.98 124.258H995.429C995.145 124.258 994.918 124.456 994.861 124.74Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M986.038 140.825L991.967 182.726C992.024 183.066 991.769 183.378 991.4 183.378H984.847C984.563 183.378 984.336 183.18 984.28 182.925L978.351 140.768C978.549 140.314 978.776 140.314 979.145 140.314H985.443C985.726 140.314 985.982 140.541 986.038 140.825Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M978.351 140.796L967.968 198.839C967.911 199.179 968.166 199.491 968.535 199.491H974.861C975.23 199.491 975.429 199.264 975.485 198.98L986.038 140.994C986.095 140.654 985.84 140.342 985.471 140.342H978.918C978.634 140.342 978.407 140.512 978.351 140.796Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M969.359 156.882L975.487 198.783C975.544 199.123 975.288 199.463 974.919 199.463H968.366C968.083 199.463 967.856 199.265 967.799 199.01L961.87 156.825C962.069 156.371 962.296 156.371 962.664 156.371H968.764C969.047 156.371 969.303 156.598 969.359 156.882Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M961.643 156.853L951.175 214.839C951.118 215.18 951.373 215.52 951.742 215.492H958.21C958.494 215.492 958.721 215.293 958.778 215.01L969.33 157.024C969.387 156.683 969.132 156.371 968.763 156.371H962.21C961.926 156.371 961.699 156.57 961.643 156.853Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M952.85 172.968L958.779 214.869C958.836 215.209 958.58 215.521 958.211 215.521H951.658C951.375 215.521 951.148 215.322 951.091 215.067L945.162 172.911C945.361 172.457 945.588 172.457 945.956 172.457H952.254C952.538 172.457 952.793 172.684 952.85 172.968Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M945.161 172.911L934.778 230.954C934.722 231.294 934.977 231.606 935.346 231.606H941.672C942.041 231.606 942.239 231.379 942.296 231.096L952.849 173.11C952.906 172.769 952.622 172.457 952.281 172.457H945.728C945.445 172.457 945.218 172.627 945.161 172.911Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M936.14 188.996L942.267 230.925C942.324 231.266 942.068 231.606 941.7 231.606H935.147C934.863 231.606 934.636 231.407 934.579 231.152L928.65 188.968C928.849 188.514 929.076 188.514 929.445 188.514H935.544C935.827 188.514 936.083 188.741 936.14 189.024%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M928.452 188.825L917.984 246.811C917.928 247.152 918.183 247.492 918.552 247.464H925.02C925.303 247.464 925.53 247.265 925.587 246.981L936.14 188.995C936.197 188.655 935.941 188.343 935.573 188.343H929.02C928.736 188.343 928.509 188.541 928.452 188.825Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M919.657 204.911L925.586 246.812C925.643 247.152 925.388 247.464 925.019 247.464H918.466C918.182 247.464 917.955 247.266 917.899 247.011L911.97 204.854C912.168 204.4 912.395 204.4 912.764 204.4H919.062C919.345 204.4 919.601 204.627 919.657 204.911Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M911.97 204.854L901.587 262.897C901.53 263.237 901.786 263.55 902.154 263.55H908.48C908.849 263.55 909.048 263.323 909.105 263.039L919.657 205.053C919.714 204.712 919.431 204.4 919.09 204.4H912.537C912.253 204.4 912.026 204.571 911.97 204.854Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M902.949 220.967L909.077 262.868C909.133 263.208 908.878 263.548 908.509 263.548H901.956C901.673 263.548 901.446 263.35 901.389 263.095L895.46 220.91C895.659 220.456 895.885 220.456 896.254 220.456H902.353C902.637 220.456 902.892 220.683 902.949 220.967Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M895.29 220.91L884.822 278.896C884.766 279.236 885.021 279.577 885.39 279.548H891.858C892.141 279.548 892.368 279.35 892.425 279.066L902.978 221.08C903.035 220.739 902.779 220.399 902.411 220.427H895.858C895.574 220.427 895.347 220.626 895.29 220.91Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M886.466 237.024L892.395 278.925C892.452 279.266 892.196 279.578 891.828 279.578H885.275C884.991 279.578 884.764 279.379 884.707 279.124L878.778 236.968C878.977 236.514 879.204 236.514 879.573 236.514H885.87C886.154 236.514 886.409 236.741 886.466 237.024Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M878.779 236.968L868.397 295.01C868.34 295.351 868.595 295.663 868.964 295.663H875.29C875.659 295.663 875.857 295.436 875.914 295.152L886.467 237.166C886.524 236.826 886.24 236.514 885.9 236.514H879.347C879.063 236.514 878.836 236.684 878.779 236.968Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M869.759 253.052L875.886 294.981C875.943 295.321 875.688 295.662 875.319 295.662H868.766C868.482 295.662 868.255 295.463 868.198 295.208L862.27 253.023C862.468 252.569 862.695 252.569 863.064 252.569H869.163C869.447 252.569 869.702 252.796 869.759 253.08%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M862.099 252.883L851.631 310.869C851.574 311.209 851.83 311.55 852.198 311.521H858.666C858.95 311.521 859.177 311.323 859.234 311.039L869.787 253.053C869.843 252.712 869.588 252.4 869.219 252.4H862.666C862.382 252.4 862.156 252.599 862.099 252.883Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M853.277 268.968L859.206 310.869C859.262 311.209 859.007 311.521 858.638 311.521H852.085C851.801 311.521 851.575 311.322 851.518 311.067L845.589 268.911C845.787 268.457 846.014 268.457 846.383 268.457H852.681C852.965 268.457 853.22 268.684 853.277 268.968Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M845.589 268.911L835.206 326.954C835.149 327.294 835.405 327.606 835.773 327.606H842.1C842.468 327.606 842.667 327.379 842.724 327.096L853.277 269.11C853.333 268.769 853.05 268.457 852.709 268.457H846.156C845.873 268.457 845.646 268.627 845.589 268.911Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M836.568 285.024L842.696 326.925C842.753 327.266 842.497 327.606 842.128 327.606H835.575C835.292 327.606 835.065 327.407 835.008 327.152L829.079 284.968C829.278 284.514 829.505 284.514 829.873 284.514H835.973C836.256 284.514 836.512 284.741 836.568 285.024Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M828.879 284.996L818.411 342.982C818.354 343.322 818.61 343.663 818.979 343.634H825.446C825.73 343.634 825.957 343.436 826.014 343.152L836.567 285.166C836.624 284.826 836.368 284.514 835.999 284.514H829.446C829.163 284.514 828.936 284.712 828.879 284.996Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M820.058 301.081L825.987 342.982C826.044 343.322 825.788 343.634 825.419 343.634H818.866C818.583 343.634 818.356 343.436 818.299 343.18L812.37 301.024C812.569 300.57 812.796 300.57 813.164 300.57H819.462C819.746 300.57 820.001 300.797 820.058 301.081Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M812.398 301.052L802.016 359.094C801.959 359.435 802.214 359.747 802.583 359.747H808.909C809.278 359.747 809.476 359.52 809.533 359.236L820.086 301.25C820.143 300.91 819.888 300.598 819.519 300.598H812.966C812.682 300.598 812.455 300.768 812.398 301.052Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M803.378 317.139L809.505 359.068C809.562 359.408 809.307 359.749 808.938 359.749H802.385C802.101 359.749 801.874 359.55 801.818 359.295L795.889 317.11C796.087 316.656 796.314 316.656 796.683 316.656H802.782C803.066 316.656 803.321 316.883 803.378 317.167%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M795.689 316.938L785.221 374.924C785.164 375.265 785.419 375.605 785.788 375.577H792.256C792.54 375.577 792.767 375.378 792.823 375.095L803.376 317.109C803.433 316.768 803.178 316.456 802.809 316.456H796.256C795.972 316.456 795.745 316.655 795.689 316.938Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M786.867 333.053L792.796 374.954C792.853 375.294 792.598 375.606 792.229 375.606H785.676C785.392 375.606 785.165 375.407 785.109 375.152L779.18 332.996C779.378 332.542 779.605 332.542 779.974 332.542H786.272C786.555 332.542 786.811 332.769 786.867 333.053Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M779.208 332.996L768.825 391.039C768.769 391.379 769.024 391.691 769.393 391.691H775.719C776.087 391.691 776.286 391.464 776.343 391.181L786.896 333.195C786.952 332.854 786.697 332.542 786.328 332.542H779.775C779.492 332.542 779.265 332.712 779.208 332.996Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M770.185 349.08L776.313 391.009C776.37 391.35 776.114 391.69 775.746 391.69H769.193C768.909 391.69 768.682 391.491 768.625 391.236L762.696 349.052C762.895 348.598 763.122 348.598 763.491 348.598H769.59C769.873 348.598 770.129 348.825 770.185 349.08Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M762.5 349.054L752.032 407.04C751.976 407.38 752.231 407.72 752.6 407.692H759.068C759.351 407.692 759.578 407.494 759.635 407.21L770.188 349.224C770.245 348.883 769.989 348.571 769.621 348.571H763.067C762.784 348.571 762.557 348.77 762.5 349.054Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M753.703 365.137L759.632 407.038C759.689 407.378 759.434 407.69 759.065 407.69H752.512C752.228 407.69 752.001 407.491 751.945 407.236L746.016 365.08C746.214 364.626 746.441 364.626 746.81 364.626H753.108C753.391 364.626 753.647 364.853 753.703 365.137Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M746.018 365.109L735.635 423.152C735.578 423.492 735.833 423.804 736.202 423.804H742.528C742.897 423.804 743.096 423.577 743.152 423.294L753.705 365.308C753.762 364.967 753.507 364.655 753.138 364.655H746.585C746.301 364.655 746.074 364.825 746.018 365.109Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M736.995 381.196L743.122 423.097C743.179 423.437 742.924 423.778 742.555 423.778H736.002C735.718 423.778 735.492 423.579 735.435 423.324L729.506 381.139C729.704 380.686 729.931 380.686 730.3 380.686H736.399C736.683 380.686 736.938 380.913 736.995 381.196Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M729.308 380.997L718.84 438.983C718.783 439.323 719.038 439.664 719.407 439.635H725.875C726.159 439.635 726.386 439.437 726.443 439.153L736.996 381.167C737.052 380.826 736.797 380.486 736.428 380.514H729.875C729.591 380.514 729.364 380.713 729.308 380.997Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M720.515 397.11L726.444 439.011C726.501 439.352 726.245 439.664 725.876 439.664H719.323C719.04 439.664 718.813 439.465 718.756 439.21L712.827 397.054C713.026 396.6 713.253 396.6 713.621 396.6H719.919C720.203 396.6 720.458 396.827 720.515 397.11Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M712.825 397.054L702.442 455.096C702.386 455.437 702.641 455.749 703.01 455.749H709.336C709.705 455.749 709.903 455.522 709.96 455.238L720.513 397.252C720.57 396.912 720.314 396.6 719.946 396.6H713.393C713.109 396.6 712.882 396.77 712.825 397.054Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M703.807 413.139L709.934 455.039C709.991 455.38 709.735 455.72 709.367 455.72H702.814C702.53 455.72 702.303 455.522 702.246 455.266L696.317 413.082C696.516 412.628 696.743 412.628 697.112 412.628H703.211C703.495 412.628 703.75 412.855 703.807 413.139Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M696.117 413.11L685.649 471.096C685.593 471.437 685.848 471.777 686.217 471.749H692.685C692.968 471.749 693.195 471.55 693.252 471.266L703.805 413.28C703.862 412.94 703.606 412.628 703.238 412.628H696.685C696.401 412.628 696.174 412.827 696.117 413.11Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M687.295 429.224L693.224 471.125C693.281 471.466 693.026 471.778 692.657 471.778H686.104C685.82 471.778 685.593 471.579 685.536 471.324L679.607 429.168C679.806 428.714 680.033 428.714 680.402 428.714H686.699C686.983 428.714 687.238 428.941 687.295 429.224Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M679.606 429.168L669.224 487.211C669.167 487.551 669.422 487.863 669.791 487.863H676.117C676.486 487.863 676.685 487.636 676.741 487.352L687.294 429.366C687.351 429.026 687.096 428.714 686.727 428.714H680.174C679.89 428.714 679.663 428.884 679.606 429.168Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M670.615 445.252L676.743 487.181C676.799 487.522 676.544 487.862 676.175 487.862H669.622C669.339 487.862 669.112 487.663 669.055 487.408L663.126 445.223C663.325 444.77 663.551 444.77 663.92 444.77H670.019C670.303 444.77 670.558 444.997 670.615 445.252Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M662.927 445.083L652.459 503.069C652.402 503.409 652.658 503.75 653.026 503.721H659.494C659.778 503.721 660.005 503.523 660.062 503.239L670.615 445.253C670.671 444.913 670.416 444.601 670.047 444.601H663.494C663.211 444.601 662.984 444.799 662.927 445.083Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M654.104 461.166L660.033 503.095C660.089 503.436 659.834 503.748 659.465 503.748H652.912C652.629 503.748 652.402 503.549 652.345 503.294L646.416 461.138C646.615 460.684 646.842 460.684 647.21 460.684H653.508C653.792 460.684 654.047 460.911 654.104 461.166Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M646.445 461.138L636.063 519.18C636.006 519.521 636.261 519.833 636.63 519.833H642.956C643.325 519.833 643.523 519.606 643.58 519.322L654.133 461.336C654.19 460.996 653.934 460.684 653.566 460.684H647.013C646.729 460.684 646.502 460.854 646.445 461.138Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M637.424 477.224L643.551 519.124C643.608 519.465 643.353 519.805 642.984 519.805H636.431C636.147 519.805 635.92 519.607 635.863 519.351L629.935 477.167C630.133 476.713 630.36 476.713 630.729 476.713H636.828C637.112 476.713 637.367 476.94 637.424 477.224Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M629.736 477.166L619.269 535.152C619.212 535.492 619.467 535.833 619.836 535.804H626.304C626.588 535.804 626.815 535.606 626.871 535.322L637.424 477.336C637.481 476.996 637.226 476.684 636.857 476.684H630.304C630.02 476.684 629.793 476.882 629.736 477.166Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M620.913 493.281L626.842 535.21C626.899 535.551 626.644 535.863 626.275 535.863H619.722C619.438 535.863 619.211 535.664 619.155 535.409L613.226 493.253C613.424 492.799 613.651 492.799 614.02 492.799H620.318C620.601 492.799 620.857 493.026 620.913 493.309%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M613.254 493.224L602.871 551.267C602.814 551.608 603.07 551.92 603.439 551.92H609.765C610.133 551.92 610.332 551.693 610.389 551.437L620.942 493.451C620.998 493.111 620.743 492.799 620.374 492.799H613.821C613.538 492.799 613.311 492.969 613.254 493.253%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M604.233 509.336L610.361 551.265C610.418 551.606 610.162 551.946 609.793 551.946H603.24C602.957 551.946 602.73 551.747 602.673 551.492L596.744 509.307C596.943 508.854 597.17 508.854 597.538 508.854H603.638C603.921 508.854 604.177 509.081 604.233 509.364%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M596.546 509.138L586.078 567.125C586.021 567.465 586.277 567.805 586.646 567.777H593.113C593.397 567.777 593.624 567.578 593.681 567.295L604.234 509.309C604.291 508.968 604.035 508.656 603.666 508.656H597.113C596.83 508.656 596.603 508.855 596.546 509.138Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M587.725 525.224L593.654 567.124C593.711 567.465 593.455 567.777 593.086 567.777H586.533C586.25 567.777 586.023 567.578 585.966 567.323L580.037 525.167C580.236 524.713 580.463 524.713 580.831 524.713H587.129C587.413 524.713 587.668 524.94 587.725 525.224Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M580.063 525.195L569.681 583.238C569.624 583.578 569.879 583.89 570.248 583.89H576.574C576.943 583.89 577.142 583.663 577.198 583.408L587.751 525.422C587.808 525.082 587.553 524.77 587.184 524.77H580.631C580.347 524.77 580.12 524.94 580.063 525.223%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M571.043 541.279L577.17 583.208C577.227 583.549 576.972 583.889 576.603 583.889H570.05C569.766 583.889 569.539 583.691 569.483 583.435L563.554 541.251C563.752 540.797 563.979 540.797 564.348 540.797H570.447C570.731 540.797 570.986 541.024 571.043 541.307%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M563.356 541.252L552.888 599.238C552.831 599.578 553.086 599.918 553.455 599.89H559.923C560.207 599.89 560.434 599.691 560.49 599.408L571.043 541.422C571.1 541.081 570.845 540.741 570.476 540.769H563.923C563.639 540.769 563.412 540.968 563.356 541.252Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M554.532 557.338L560.461 599.267C560.518 599.607 560.263 599.919 559.894 599.919H553.341C553.057 599.919 552.83 599.721 552.774 599.466L546.845 557.309C547.043 556.855 547.27 556.855 547.639 556.855H553.937C554.22 556.855 554.476 557.082 554.532 557.366%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M546.845 557.309L536.462 615.352C536.405 615.692 536.661 616.005 537.029 616.005H543.355C543.724 616.005 543.923 615.778 543.98 615.522L554.532 557.536C554.589 557.196 554.334 556.884 553.965 556.884H547.412C547.128 556.884 546.901 557.054 546.845 557.338%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M537.824 573.394L543.952 615.295C544.008 615.636 543.753 615.976 543.384 615.976H536.831C536.548 615.976 536.321 615.778 536.264 615.522L530.335 573.338C530.534 572.884 530.76 572.884 531.129 572.884H537.228C537.512 572.884 537.767 573.111 537.824 573.394Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M530.164 573.195L519.696 631.181C519.64 631.522 519.895 631.862 520.264 631.834H526.732C527.015 631.834 527.242 631.635 527.299 631.351L537.852 573.365C537.909 573.025 537.653 572.713 537.285 572.713H530.732C530.448 572.713 530.221 572.912 530.164 573.195Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M521.342 589.309L527.271 631.21C527.328 631.551 527.072 631.863 526.704 631.863H520.151C519.867 631.863 519.64 631.664 519.583 631.409L513.654 589.253C513.853 588.799 514.08 588.799 514.449 588.799H520.746C521.03 588.799 521.285 589.026 521.342 589.309Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M513.654 589.252L503.272 647.295C503.215 647.635 503.47 647.947 503.839 647.947H510.165C510.534 647.947 510.732 647.72 510.789 647.465L521.342 589.479C521.399 589.138 521.143 588.826 520.775 588.826H514.222C513.938 588.826 513.711 588.996 513.654 589.28%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M504.634 605.347L510.761 647.247C510.818 647.588 510.563 647.928 510.194 647.928H503.641C503.357 647.928 503.13 647.73 503.073 647.474L497.145 605.29C497.343 604.836 497.57 604.836 497.939 604.836H504.038C504.322 604.836 504.577 605.063 504.634 605.347Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M496.974 605.318L486.506 663.304C486.449 663.645 486.705 663.985 487.073 663.957H493.541C493.825 663.957 494.052 663.758 494.109 663.474L504.661 605.488C504.718 605.148 504.463 604.836 504.094 604.836H497.541C497.257 604.836 497.03 605.034 496.974 605.318Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1025.16 155.661L1031.09 197.562C1031.14 197.902 1030.89 198.214 1030.52 198.214H1023.97C1023.68 198.214 1023.46 198.016 1023.4 197.761L1017.47 155.604C1017.67 155.15 1017.9 155.15 1018.27 155.15H1024.56C1024.85 155.15 1025.1 155.377 1025.16 155.661Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1017.47 155.604L1007.09 213.647C1007.03 213.987 1007.29 214.3 1007.66 214.3H1013.98C1014.35 214.3 1014.55 214.073 1014.61 213.789L1025.16 155.803C1025.22 155.462 1024.96 155.15 1024.59 155.15H1018.04C1017.75 155.15 1017.53 155.321 1017.47 155.604Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1008.45 171.72L1014.58 213.62C1014.63 213.961 1014.38 214.301 1014.01 214.301H1007.46C1007.17 214.301 1006.95 214.103 1006.89 213.847L1000.96 171.663C1001.16 171.209 1001.39 171.209 1001.76 171.209H1007.85C1008.14 171.209 1008.39 171.436 1008.45 171.72Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1000.76 171.52L990.294 229.506C990.237 229.847 990.493 230.187 990.861 230.159H997.329C997.613 230.159 997.84 229.96 997.897 229.677L1008.45 171.691C1008.51 171.35 1008.25 171.038 1007.88 171.038H1001.33C1001.05 171.038 1000.82 171.237 1000.76 171.52Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M991.968 187.605L997.897 229.506C997.954 229.847 997.698 230.159 997.33 230.159H990.777C990.493 230.159 990.266 229.96 990.209 229.705L984.28 187.549C984.479 187.095 984.706 187.095 985.075 187.095H991.372C991.656 187.095 991.911 187.322 991.968 187.605Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M984.28 187.577L973.898 245.62C973.841 245.96 974.096 246.272 974.465 246.272H980.791C981.16 246.272 981.358 246.045 981.415 245.762L991.968 187.776C992.025 187.435 991.741 187.123 991.401 187.123H984.848C984.564 187.123 984.337 187.293 984.28 187.577Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M975.26 203.663L981.387 245.564C981.444 245.904 981.189 246.245 980.82 246.245H974.267C973.983 246.245 973.756 246.046 973.699 245.791L967.771 203.606C967.969 203.152 968.196 203.152 968.565 203.152H974.664C974.948 203.152 975.203 203.379 975.26 203.663Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M967.572 203.634L957.105 261.62C957.048 261.961 957.303 262.301 957.672 262.273H964.14C964.424 262.273 964.65 262.074 964.707 261.791L975.26 203.805C975.317 203.464 975.062 203.124 974.693 203.152H968.14C967.856 203.152 967.629 203.351 967.572 203.634Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M958.748 219.719L964.677 261.648C964.734 261.988 964.479 262.3 964.11 262.3H957.557C957.273 262.3 957.046 262.102 956.989 261.846L951.061 219.69C951.259 219.236 951.486 219.236 951.855 219.236H958.153C958.436 219.236 958.692 219.463 958.748 219.747%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M951.089 219.69L940.706 277.733C940.649 278.073 940.905 278.386 941.273 278.386H947.6C947.968 278.386 948.167 278.159 948.224 277.875L958.777 219.889C958.833 219.548 958.578 219.236 958.209 219.236H951.656C951.373 219.236 951.146 219.407 951.089 219.69Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M942.068 235.776L948.196 277.677C948.253 278.018 947.997 278.358 947.628 278.358H941.075C940.792 278.358 940.565 278.159 940.508 277.904L934.579 235.72C934.778 235.266 935.005 235.266 935.373 235.266H941.473C941.756 235.266 942.012 235.493 942.068 235.776Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M934.381 235.578L923.913 293.564C923.856 293.904 924.112 294.245 924.481 294.216H930.948C931.232 294.216 931.459 294.018 931.516 293.734L942.069 235.748C942.125 235.407 941.87 235.067 941.501 235.095H934.948C934.665 235.095 934.438 235.294 934.381 235.578Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M925.558 251.691L931.487 293.592C931.544 293.933 931.288 294.245 930.919 294.245H924.366C924.083 294.245 923.856 294.046 923.799 293.791L917.87 251.635C918.069 251.181 918.296 251.181 918.664 251.181H924.962C925.246 251.181 925.501 251.408 925.558 251.691Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M917.899 251.635L907.517 309.677C907.46 310.018 907.715 310.33 908.084 310.33H914.41C914.779 310.33 914.977 310.103 915.034 309.819L925.587 251.833C925.644 251.493 925.389 251.181 925.02 251.181H918.467C918.183 251.181 917.956 251.351 917.899 251.635Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M908.879 267.72L915.006 309.62C915.063 309.961 914.808 310.301 914.439 310.301H907.886C907.602 310.301 907.375 310.103 907.319 309.847L901.39 267.663C901.588 267.209 901.815 267.209 902.184 267.209H908.283C908.567 267.209 908.822 267.436 908.879 267.72Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M901.191 267.69L890.723 325.676C890.666 326.016 890.921 326.357 891.29 326.329H897.758C898.042 326.329 898.269 326.13 898.325 325.846L908.878 267.86C908.935 267.52 908.68 267.179 908.311 267.208H901.758C901.474 267.208 901.247 267.406 901.191 267.69Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M892.367 283.774L898.296 325.675C898.353 326.016 898.098 326.328 897.729 326.328H891.176C890.892 326.328 890.665 326.129 890.609 325.874L884.68 283.718C884.878 283.264 885.105 283.264 885.474 283.264H891.772C892.055 283.264 892.311 283.491 892.367 283.774Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M884.709 283.748L874.326 341.791C874.27 342.131 874.525 342.443 874.894 342.443H881.22C881.589 342.443 881.787 342.216 881.844 341.932L892.397 283.946C892.453 283.606 892.17 283.294 891.829 283.294H885.276C884.993 283.294 884.766 283.464 884.709 283.748Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M875.686 299.831L881.814 341.732C881.871 342.072 881.615 342.413 881.247 342.413H874.694C874.41 342.413 874.183 342.214 874.126 341.959L868.197 299.774C868.396 299.32 868.623 299.32 868.992 299.32H875.091C875.374 299.32 875.63 299.547 875.686 299.831Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M867.999 299.634L857.531 357.62C857.475 357.961 857.73 358.301 858.099 358.273H864.567C864.85 358.273 865.077 358.074 865.134 357.791L875.687 299.805C875.744 299.464 875.488 299.124 875.12 299.152H868.567C868.283 299.152 868.056 299.351 867.999 299.634Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M859.206 315.748L865.135 357.649C865.192 357.989 864.937 358.301 864.568 358.301H858.015C857.731 358.301 857.504 358.103 857.447 357.847L851.519 315.691C851.717 315.237 851.944 315.237 852.313 315.237H858.611C858.894 315.237 859.15 315.464 859.206 315.748Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M851.519 315.691L841.136 373.734C841.079 374.074 841.334 374.386 841.703 374.386H848.029C848.398 374.386 848.597 374.16 848.653 373.876L859.206 315.89C859.263 315.549 858.979 315.237 858.639 315.237H852.086C851.802 315.237 851.575 315.407 851.519 315.691Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M842.496 331.805L848.624 373.706C848.68 374.046 848.425 374.386 848.056 374.386H841.503C841.219 374.386 840.993 374.188 840.936 373.932L835.007 331.748C835.205 331.294 835.432 331.294 835.801 331.294H841.9C842.184 331.294 842.439 331.521 842.496 331.805Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M834.809 331.776L824.341 389.762C824.284 390.102 824.539 390.443 824.908 390.414H831.376C831.66 390.414 831.887 390.216 831.944 389.932L842.496 331.946C842.553 331.606 842.298 331.265 841.929 331.294H835.376C835.092 331.294 834.865 331.492 834.809 331.776Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M825.987 347.861L831.916 389.79C831.972 390.131 831.717 390.443 831.348 390.443H824.795C824.511 390.443 824.285 390.244 824.228 389.989L818.299 347.833C818.497 347.379 818.724 347.379 819.093 347.379H825.391C825.675 347.379 825.93 347.606 825.987 347.89%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M818.299 347.804L807.916 405.847C807.859 406.188 808.115 406.5 808.483 406.5H814.81C815.178 406.5 815.377 406.273 815.434 405.989L825.987 348.003C826.043 347.663 825.76 347.351 825.419 347.351H818.866C818.582 347.351 818.356 347.521 818.299 347.804Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M809.278 363.918L815.406 405.819C815.462 406.159 815.207 406.5 814.838 406.5H808.285C808.002 406.5 807.775 406.301 807.718 406.046L801.789 363.861C801.988 363.407 802.215 363.407 802.583 363.407H808.682C808.966 363.407 809.221 363.634 809.278 363.918Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M801.62 363.72L791.152 421.706C791.096 422.047 791.351 422.387 791.72 422.359H798.188C798.471 422.359 798.698 422.16 798.755 421.877L809.308 363.89C809.365 363.55 809.109 363.21 808.741 363.238H802.188C801.904 363.238 801.677 363.437 801.62 363.72Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M792.794 379.806L798.723 421.706C798.78 422.047 798.525 422.359 798.156 422.359H791.603C791.319 422.359 791.092 422.16 791.035 421.905L785.106 379.749C785.305 379.295 785.532 379.295 785.901 379.295H792.198C792.482 379.295 792.737 379.522 792.794 379.806Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M785.109 379.776L774.727 437.819C774.67 438.159 774.925 438.471 775.294 438.471H781.62C781.989 438.471 782.187 438.244 782.244 437.961L792.797 379.975C792.854 379.634 792.599 379.322 792.23 379.322H785.677C785.393 379.322 785.166 379.492 785.109 379.776Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M776.115 395.861L782.243 437.762C782.299 438.103 782.044 438.443 781.675 438.443H775.122C774.839 438.443 774.612 438.244 774.555 437.989L768.626 395.804C768.825 395.351 769.051 395.351 769.42 395.351H775.519C775.803 395.351 776.058 395.578 776.115 395.861Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M768.428 395.832L757.96 453.818C757.903 454.158 758.159 454.499 758.527 454.47H764.995C765.279 454.47 765.506 454.272 765.563 453.988L776.116 396.002C776.172 395.661 775.917 395.321 775.548 395.349H768.995C768.712 395.349 768.485 395.548 768.428 395.832Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M759.606 411.919L765.535 453.82C765.591 454.16 765.336 454.472 764.967 454.472H758.414C758.131 454.472 757.904 454.274 757.847 454.018L751.918 411.862C752.117 411.408 752.343 411.408 752.712 411.408H759.01C759.294 411.408 759.549 411.635 759.606 411.919Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M751.947 411.862L741.565 469.905C741.508 470.245 741.763 470.557 742.132 470.557H748.458C748.827 470.557 749.025 470.33 749.082 470.047L759.635 412.061C759.692 411.72 759.436 411.408 759.068 411.408H752.515C752.231 411.408 752.004 411.578 751.947 411.862Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M742.925 427.974L749.052 469.874C749.109 470.215 748.854 470.555 748.485 470.555H741.932C741.648 470.555 741.421 470.357 741.364 470.101L735.436 427.917C735.634 427.463 735.861 427.463 736.23 427.463H742.329C742.613 427.463 742.868 427.69 742.925 427.974Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M735.236 427.776L724.769 485.762C724.712 486.102 724.967 486.443 725.336 486.414H731.804C732.088 486.414 732.315 486.216 732.371 485.932L742.924 427.946C742.981 427.606 742.726 427.265 742.357 427.294H735.804C735.52 427.294 735.293 427.492 735.236 427.776Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M726.415 443.861L732.344 485.762C732.401 486.103 732.146 486.415 731.777 486.415H725.224C724.94 486.415 724.713 486.216 724.656 485.961L718.728 443.804C718.926 443.351 719.153 443.351 719.522 443.351H725.82C726.103 443.351 726.359 443.578 726.415 443.861Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M718.755 443.833L708.372 501.876C708.315 502.216 708.571 502.528 708.94 502.528H715.266C715.634 502.528 715.833 502.301 715.89 502.017L726.443 444.031C726.499 443.691 726.244 443.379 725.875 443.379H719.322C719.039 443.379 718.812 443.549 718.755 443.833Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M709.734 459.918L715.862 501.847C715.918 502.187 715.663 502.528 715.294 502.528H708.741C708.458 502.528 708.231 502.329 708.174 502.074L702.245 459.889C702.444 459.436 702.671 459.436 703.039 459.436H709.139C709.422 459.436 709.678 459.662 709.734 459.946%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M702.047 459.89L691.579 517.876C691.522 518.217 691.778 518.557 692.147 518.529H698.614C698.898 518.529 699.125 518.33 699.182 518.046L709.735 460.06C709.792 459.72 709.536 459.38 709.167 459.408H702.614C702.331 459.408 702.104 459.606 702.047 459.89Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M693.224 476.004L699.153 517.905C699.21 518.245 698.954 518.557 698.585 518.557H692.032C691.749 518.557 691.522 518.359 691.465 518.103L685.536 475.947C685.735 475.493 685.962 475.493 686.33 475.493H692.628C692.912 475.493 693.167 475.72 693.224 476.004Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M685.536 475.948L675.153 533.991C675.097 534.331 675.352 534.643 675.721 534.643H682.047C682.416 534.643 682.614 534.416 682.671 534.161L693.224 476.175C693.281 475.835 693.025 475.522 692.656 475.522H686.103C685.82 475.522 685.593 475.693 685.536 475.976%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M676.516 492.031L682.643 533.932C682.7 534.272 682.444 534.613 682.076 534.613H675.523C675.239 534.613 675.012 534.414 674.955 534.159L669.026 491.974C669.225 491.52 669.452 491.521 669.821 491.521H675.92C676.204 491.521 676.459 491.747 676.516 492.031Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M668.857 491.863L658.389 549.849C658.332 550.19 658.587 550.53 658.956 550.502H665.424C665.708 550.502 665.935 550.303 665.991 550.019L676.544 492.033C676.601 491.693 676.346 491.381 675.977 491.381H669.424C669.14 491.381 668.913 491.579 668.857 491.863Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M660.033 507.948L665.962 549.877C666.019 550.218 665.764 550.53 665.395 550.53H658.842C658.558 550.53 658.331 550.331 658.275 550.076L652.346 507.92C652.544 507.466 652.771 507.466 653.14 507.466H659.438C659.721 507.466 659.977 507.693 660.033 507.976%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M652.346 507.891L641.963 565.934C641.906 566.275 642.162 566.587 642.53 566.587H648.856C649.225 566.587 649.424 566.36 649.481 566.104L660.033 508.118C660.09 507.778 659.807 507.466 659.466 507.466H652.913C652.629 507.466 652.402 507.636 652.346 507.92%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M643.324 524.003L649.452 565.932C649.508 566.272 649.253 566.613 648.884 566.613H642.331C642.048 566.613 641.821 566.414 641.764 566.159L635.835 523.974C636.034 523.521 636.26 523.521 636.629 523.521H642.728C643.012 523.521 643.267 523.747 643.324 524.031%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M635.664 523.948L625.196 581.934C625.14 582.275 625.395 582.615 625.764 582.587H632.232C632.515 582.587 632.742 582.388 632.799 582.104L643.352 524.118C643.409 523.778 643.153 523.466 642.785 523.466H636.232C635.948 523.466 635.721 523.664 635.664 523.948Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M626.844 540.061L632.773 581.991C632.83 582.331 632.574 582.643 632.206 582.643H625.653C625.369 582.643 625.142 582.444 625.085 582.189L619.156 540.033C619.355 539.579 619.582 539.579 619.951 539.579H626.248C626.532 539.579 626.787 539.806 626.844 540.09%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M619.154 540.005L608.772 598.047C608.715 598.388 608.97 598.7 609.339 598.7H615.665C616.034 598.7 616.232 598.473 616.289 598.218L626.842 540.232C626.899 539.891 626.643 539.579 626.275 539.579H619.722C619.438 539.579 619.211 539.749 619.154 540.033%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M610.163 556.09L616.291 598.019C616.347 598.359 616.092 598.7 615.723 598.7H609.17C608.886 598.7 608.66 598.501 608.603 598.246L602.674 556.061C602.872 555.607 603.099 555.607 603.468 555.607H609.567C609.851 555.607 610.106 555.834 610.163 556.118%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M602.473 555.919L592.005 613.905C591.948 614.245 592.204 614.557 592.572 614.557H599.04C599.324 614.557 599.551 614.359 599.608 614.075L610.161 556.089C610.217 555.749 609.962 555.437 609.593 555.437H603.04C602.756 555.437 602.53 555.635 602.473 555.919Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M593.652 572.004L599.581 613.905C599.637 614.245 599.382 614.557 599.013 614.557H592.46C592.176 614.557 591.95 614.359 591.893 614.103L585.964 571.947C586.162 571.493 586.389 571.493 586.758 571.493H593.056C593.34 571.493 593.595 571.72 593.652 572.004Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M585.964 571.947L575.581 629.99C575.524 630.33 575.78 630.642 576.149 630.642H582.475C582.843 630.642 583.042 630.415 583.099 630.16L593.652 572.174C593.708 571.834 593.453 571.521 593.084 571.521H586.531C586.248 571.521 586.021 571.692 585.964 571.975%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M576.972 588.061L583.099 629.962C583.156 630.303 582.901 630.643 582.532 630.643H575.979C575.695 630.643 575.468 630.445 575.411 630.189L569.482 588.005C569.681 587.551 569.908 587.551 570.277 587.551H576.376C576.66 587.551 576.915 587.778 576.972 588.061Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M569.256 588.032L558.788 646.018C558.731 646.358 558.987 646.699 559.356 646.67H565.823C566.107 646.67 566.334 646.472 566.391 646.188L576.944 588.202C577 587.862 576.745 587.521 576.376 587.55H569.823C569.54 587.55 569.313 587.748 569.256 588.032Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M560.461 604.125L566.39 646.026C566.447 646.366 566.192 646.678 565.823 646.678H559.27C558.986 646.678 558.759 646.48 558.702 646.224L552.773 604.068C552.972 603.614 553.199 603.614 553.568 603.614H559.865C560.149 603.614 560.404 603.841 560.461 604.125Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M552.772 604.07L542.39 662.113C542.333 662.453 542.588 662.765 542.957 662.765H549.283C549.652 662.765 549.851 662.538 549.907 662.283L560.46 604.297C560.517 603.957 560.233 603.645 559.893 603.645H553.34C553.056 603.645 552.829 603.815 552.772 604.098%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1023.6 202.584L1013.21 260.627C1013.16 260.967 1013.41 261.279 1013.78 261.279H1020.11C1020.48 261.279 1020.68 261.052 1020.73 260.768L1031.29 202.782C1031.34 202.442 1031.09 202.13 1030.72 202.13H1024.17C1023.88 202.13 1023.65 202.3 1023.6 202.584Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1014.58 218.671L1020.71 260.572C1020.76 260.912 1020.51 261.253 1020.14 261.253H1013.59C1013.3 261.253 1013.07 261.054 1013.02 260.799L1007.09 218.614C1007.29 218.16 1007.51 218.16 1007.88 218.16H1013.98C1014.27 218.16 1014.52 218.387 1014.58 218.671Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1006.89 218.471L996.422 276.457C996.365 276.798 996.621 277.138 996.989 277.11H1003.46C1003.74 277.11 1003.97 276.911 1004.02 276.627L1014.58 218.641C1014.63 218.301 1014.38 217.961 1014.01 217.989H1007.46C1007.17 217.989 1006.95 218.188 1006.89 218.471Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M998.097 234.584L1004.03 276.485C1004.08 276.825 1003.83 277.137 1003.46 277.137H996.905C996.622 277.137 996.395 276.939 996.338 276.683L990.409 234.527C990.608 234.073 990.835 234.073 991.203 234.073H997.501C997.785 234.073 998.04 234.3 998.097 234.584Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M990.407 234.527L980.024 292.57C979.968 292.91 980.223 293.222 980.592 293.222H986.918C987.287 293.222 987.485 292.995 987.542 292.712L998.095 234.726C998.152 234.385 997.868 234.073 997.528 234.073H990.975C990.691 234.073 990.464 234.243 990.407 234.527Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M981.387 250.613L987.514 292.514C987.571 292.854 987.316 293.195 986.947 293.195H980.394C980.11 293.195 979.883 292.996 979.826 292.741L973.897 250.556C974.096 250.103 974.323 250.103 974.692 250.103H980.791C981.075 250.103 981.33 250.33 981.387 250.613Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M973.699 250.585L963.232 308.571C963.175 308.911 963.43 309.252 963.799 309.223H970.267C970.55 309.223 970.777 309.025 970.834 308.741L981.387 250.755C981.444 250.415 981.189 250.103 980.82 250.103H974.267C973.983 250.103 973.756 250.301 973.699 250.585Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M964.878 266.698L970.807 308.599C970.864 308.939 970.609 309.252 970.24 309.252H963.687C963.403 309.252 963.176 309.053 963.119 308.798L957.19 266.641C957.389 266.188 957.616 266.188 957.985 266.188H964.282C964.566 266.188 964.821 266.414 964.878 266.698Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M957.188 266.641L946.806 324.684C946.749 325.025 947.004 325.337 947.373 325.337H953.699C954.068 325.337 954.267 325.11 954.323 324.826L964.876 266.84C964.933 266.5 964.649 266.188 964.309 266.188H957.756C957.472 266.188 957.245 266.358 957.188 266.641Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M948.168 282.726L954.295 324.656C954.352 324.996 954.097 325.337 953.728 325.337H947.175C946.891 325.337 946.664 325.138 946.608 324.883L940.679 282.698C940.877 282.244 941.104 282.244 941.473 282.244H947.572C947.856 282.244 948.111 282.471 948.168 282.755%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M940.509 282.556L930.041 340.542C929.984 340.882 930.24 341.222 930.608 341.194H937.076C937.36 341.194 937.587 340.995 937.644 340.712L948.197 282.726C948.253 282.385 947.998 282.073 947.629 282.073H941.076C940.793 282.073 940.566 282.272 940.509 282.556Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M931.685 298.641L937.614 340.541C937.67 340.882 937.415 341.194 937.046 341.194H930.493C930.21 341.194 929.983 340.995 929.926 340.74L923.997 298.584C924.196 298.13 924.423 298.13 924.791 298.13H931.089C931.373 298.13 931.628 298.357 931.685 298.641Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M923.998 298.612L913.615 356.655C913.559 356.995 913.814 357.307 914.183 357.307H920.509C920.878 357.307 921.076 357.08 921.133 356.797L931.686 298.811C931.743 298.47 931.459 298.158 931.118 298.158H924.565C924.282 298.158 924.055 298.328 923.998 298.612Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M915.004 314.698L921.131 356.627C921.188 356.968 920.933 357.308 920.564 357.308H914.011C913.727 357.308 913.5 357.11 913.444 356.854L907.515 314.67C907.713 314.216 907.94 314.216 908.309 314.216H914.408C914.692 314.216 914.947 314.443 915.004 314.726%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M907.318 314.641L896.851 372.627C896.794 372.968 897.049 373.308 897.418 373.28H903.886C904.17 373.28 904.397 373.081 904.453 372.797L915.006 314.811C915.063 314.471 914.808 314.131 914.439 314.159H907.886C907.602 314.159 907.375 314.357 907.318 314.641Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M898.495 330.754L904.424 372.655C904.481 372.995 904.226 373.307 903.857 373.307H897.304C897.02 373.307 896.793 373.109 896.737 372.853L890.808 330.697C891.006 330.243 891.233 330.243 891.602 330.243H897.9C898.183 330.243 898.439 330.47 898.495 330.754Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M890.836 330.697L880.453 388.74C880.396 389.08 880.652 389.392 881.021 389.392H887.347C887.715 389.392 887.914 389.165 887.971 388.882L898.524 330.896C898.58 330.555 898.297 330.243 897.956 330.243H891.403C891.12 330.243 890.893 330.413 890.836 330.697Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M881.814 346.782L887.942 388.683C887.999 389.023 887.743 389.364 887.375 389.364H880.822C880.538 389.364 880.311 389.165 880.254 388.91L874.325 346.725C874.524 346.271 874.751 346.271 875.119 346.271H881.219C881.502 346.271 881.758 346.498 881.814 346.782Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M874.127 346.613L863.659 404.599C863.603 404.94 863.858 405.28 864.227 405.252H870.695C870.978 405.252 871.205 405.053 871.262 404.769L881.815 346.783C881.872 346.443 881.616 346.131 881.247 346.131H874.694C874.411 346.131 874.184 346.329 874.127 346.613Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M865.304 362.699L871.233 404.6C871.29 404.94 871.034 405.253 870.666 405.253H864.113C863.829 405.253 863.602 405.054 863.545 404.799L857.616 362.642C857.815 362.188 858.042 362.188 858.411 362.188H864.708C864.992 362.188 865.247 362.415 865.304 362.699Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M857.646 362.671L847.263 420.713C847.206 421.054 847.461 421.366 847.83 421.366H854.156C854.525 421.366 854.724 421.139 854.78 420.855L865.333 362.869C865.39 362.529 865.106 362.217 864.766 362.217H858.213C857.929 362.217 857.702 362.387 857.646 362.671Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M848.624 378.756L854.751 420.657C854.808 420.997 854.553 421.338 854.184 421.338H847.631C847.347 421.338 847.12 421.139 847.064 420.884L841.135 378.699C841.333 378.245 841.56 378.245 841.929 378.245H848.028C848.312 378.245 848.567 378.472 848.624 378.756Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M840.936 378.727L830.468 436.713C830.411 437.054 830.666 437.394 831.035 437.366H837.503C837.787 437.366 838.014 437.167 838.07 436.884L848.623 378.898C848.68 378.557 848.425 378.245 848.056 378.245H841.503C841.219 378.245 840.992 378.444 840.936 378.727Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M832.114 394.812L838.042 436.713C838.099 437.054 837.844 437.366 837.475 437.366H830.922C830.638 437.366 830.411 437.167 830.355 436.912L824.426 394.756C824.624 394.302 824.851 394.302 825.22 394.302H831.518C831.801 394.302 832.057 394.529 832.114 394.812Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M824.428 394.784L814.045 452.827C813.988 453.167 814.244 453.479 814.612 453.479H820.938C821.307 453.479 821.506 453.252 821.563 452.969L832.115 394.983C832.172 394.642 831.917 394.33 831.548 394.33H824.995C824.711 394.33 824.484 394.5 824.428 394.784Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M815.406 410.868L821.534 452.797C821.59 453.138 821.335 453.478 820.966 453.478H814.413C814.13 453.478 813.903 453.28 813.846 453.024L807.917 410.84C808.116 410.386 808.343 410.386 808.711 410.386H814.81C815.094 410.386 815.349 410.613 815.406 410.896%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M807.746 410.67L797.278 468.656C797.222 468.996 797.477 469.337 797.846 469.308H804.314C804.597 469.308 804.824 469.11 804.881 468.826L815.434 410.84C815.491 410.5 815.235 410.188 814.867 410.188H808.314C808.03 410.188 807.803 410.386 807.746 410.67Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M798.924 426.783L804.853 468.684C804.91 469.024 804.654 469.336 804.286 469.336H797.733C797.449 469.336 797.222 469.138 797.165 468.883L791.236 426.726C791.435 426.272 791.662 426.272 792.031 426.272H798.328C798.612 426.272 798.867 426.499 798.924 426.783Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M791.236 426.726L780.854 484.769C780.797 485.11 781.052 485.422 781.421 485.422H787.747C788.116 485.422 788.314 485.195 788.371 484.911L798.924 426.925C798.981 426.585 798.725 426.272 798.357 426.272H791.804C791.52 426.272 791.293 426.443 791.236 426.726Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M782.214 442.812L788.341 484.713C788.398 485.054 788.143 485.394 787.774 485.394H781.221C780.937 485.394 780.71 485.196 780.654 484.94L774.725 442.756C774.923 442.302 775.15 442.302 775.519 442.302H781.618C781.902 442.302 782.157 442.529 782.214 442.812Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M774.557 442.783L764.089 500.769C764.032 501.109 764.288 501.45 764.656 501.421H771.124C771.408 501.421 771.635 501.223 771.692 500.939L782.245 442.953C782.301 442.613 782.046 442.272 781.677 442.3H775.124C774.84 442.3 774.614 442.499 774.557 442.783Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M765.734 458.868L771.663 500.769C771.719 501.109 771.464 501.421 771.095 501.421H764.542C764.258 501.421 764.032 501.223 763.975 500.967L758.046 458.811C758.244 458.357 758.471 458.357 758.84 458.357H765.138C765.422 458.357 765.677 458.584 765.734 458.868Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M758.044 458.84L747.661 516.882C747.604 517.223 747.86 517.535 748.229 517.535H754.555C754.923 517.535 755.122 517.308 755.179 517.024L765.732 459.038C765.788 458.698 765.533 458.386 765.164 458.386H758.611C758.328 458.386 758.101 458.556 758.044 458.84Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M749.054 474.927L755.181 516.827C755.238 517.168 754.983 517.508 754.614 517.508H748.061C747.777 517.508 747.55 517.31 747.493 517.054L741.564 474.87C741.763 474.416 741.99 474.416 742.359 474.416H748.458C748.742 474.416 748.997 474.643 749.054 474.927Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M741.364 474.726L730.897 532.712C730.84 533.053 731.095 533.393 731.464 533.365H737.932C738.216 533.365 738.442 533.166 738.499 532.882L749.052 474.896C749.109 474.556 748.854 474.215 748.485 474.244H741.932C741.648 474.244 741.421 474.442 741.364 474.726Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M732.542 490.841L738.471 532.742C738.528 533.082 738.273 533.394 737.904 533.394H731.351C731.067 533.394 730.84 533.196 730.783 532.94L724.854 490.784C725.053 490.33 725.28 490.33 725.649 490.33H731.947C732.23 490.33 732.485 490.557 732.542 490.841Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M724.854 490.784L714.471 548.827C714.414 549.167 714.669 549.479 715.038 549.479H721.364C721.733 549.479 721.932 549.252 721.988 548.997L732.541 491.011C732.598 490.67 732.343 490.358 731.974 490.358H725.421C725.137 490.358 724.91 490.529 724.854 490.812%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M715.861 506.869L721.989 548.798C722.045 549.139 721.79 549.479 721.421 549.479H714.868C714.585 549.479 714.358 549.281 714.301 549.025L708.372 506.841C708.571 506.387 708.798 506.387 709.166 506.387H715.266C715.549 506.387 715.805 506.614 715.861 506.897%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M708.145 506.87L697.677 564.856C697.62 565.196 697.875 565.537 698.244 565.508H704.712C704.996 565.508 705.223 565.31 705.279 565.026L715.832 507.04C715.889 506.699 715.634 506.359 715.265 506.387H708.712C708.428 506.387 708.201 506.586 708.145 506.87Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M699.35 522.955L705.279 564.884C705.336 565.225 705.08 565.537 704.711 565.537H698.158C697.875 565.537 697.648 565.338 697.591 565.083L691.662 522.927C691.861 522.473 692.088 522.473 692.456 522.473H698.754C699.038 522.473 699.293 522.7 699.35 522.983%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M691.664 522.898L681.281 580.941C681.225 581.281 681.48 581.593 681.849 581.593H688.175C688.544 581.593 688.742 581.366 688.799 581.111L699.352 523.125C699.409 522.785 699.153 522.473 698.784 522.473H692.231C691.948 522.473 691.721 522.643 691.664 522.927%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M682.642 539.012L688.77 580.913C688.827 581.253 688.571 581.593 688.203 581.593H681.65C681.366 581.593 681.139 581.395 681.082 581.139L675.153 538.955C675.352 538.501 675.579 538.501 675.948 538.501H682.047C682.33 538.501 682.586 538.728 682.642 539.012Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M674.955 538.812L664.487 596.798C664.431 597.139 664.686 597.479 665.055 597.451H671.523C671.806 597.451 672.033 597.252 672.09 596.969L682.643 538.983C682.7 538.642 682.444 538.33 682.076 538.33H675.523C675.239 538.33 675.012 538.529 674.955 538.812Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M666.16 554.897L672.089 596.827C672.146 597.167 671.891 597.479 671.522 597.479H664.969C664.685 597.479 664.458 597.281 664.402 597.025L658.473 554.869C658.671 554.415 658.898 554.415 659.267 554.415H665.565C665.848 554.415 666.104 554.642 666.16 554.926%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M658.473 554.869L648.09 612.912C648.033 613.252 648.288 613.564 648.657 613.564H654.983C655.352 613.564 655.551 613.337 655.607 613.082L666.16 555.096C666.217 554.755 665.962 554.443 665.593 554.443H659.04C658.756 554.443 658.529 554.614 658.473 554.897%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M649.454 570.955L655.582 612.884C655.638 613.225 655.383 613.565 655.014 613.565H648.461C648.177 613.565 647.951 613.366 647.894 613.111L641.965 570.927C642.163 570.473 642.39 570.473 642.759 570.473H648.858C649.142 570.473 649.397 570.7 649.454 570.983%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M641.793 570.925L631.325 628.911C631.269 629.251 631.524 629.592 631.893 629.563H638.361C638.644 629.563 638.871 629.365 638.928 629.081L649.481 571.095C649.538 570.754 649.282 570.442 648.913 570.442H642.36C642.077 570.442 641.85 570.641 641.793 570.925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M632.97 587.011L638.899 628.912C638.956 629.252 638.7 629.564 638.332 629.564H631.779C631.495 629.564 631.268 629.365 631.211 629.11L625.282 586.954C625.481 586.5 625.708 586.5 626.077 586.5H632.374C632.658 586.5 632.913 586.727 632.97 587.011Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M625.282 586.954L614.899 644.997C614.843 645.337 615.098 645.649 615.467 645.649H621.793C622.162 645.649 622.36 645.422 622.417 645.167L632.97 587.181C633.027 586.84 632.771 586.528 632.403 586.528H625.85C625.566 586.528 625.339 586.699 625.282 586.982%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M616.262 603.077L622.389 644.978C622.446 645.318 622.191 645.659 621.822 645.659H615.269C614.985 645.659 614.758 645.46 614.701 645.205L608.772 603.02C608.971 602.566 609.198 602.566 609.567 602.566H615.666C615.95 602.566 616.205 602.793 616.262 603.077Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M608.603 602.879L598.135 660.865C598.078 661.205 598.333 661.546 598.702 661.517H605.17C605.454 661.517 605.681 661.319 605.737 661.035L616.29 603.049C616.347 602.709 616.092 602.396 615.723 602.396H609.17C608.886 602.396 608.659 602.595 608.603 602.879Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1029.7 249.507L1019.32 307.549C1019.26 307.89 1019.51 308.202 1019.88 308.202H1026.21C1026.58 308.202 1026.78 307.975 1026.83 307.691L1037.39 249.705C1037.44 249.365 1037.19 249.053 1036.82 249.053H1030.27C1029.98 249.053 1029.76 249.223 1029.7 249.507Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1020.68 265.592L1026.8 307.493C1026.86 307.833 1026.61 308.173 1026.24 308.173H1019.68C1019.4 308.173 1019.17 307.975 1019.12 307.72L1013.19 265.535C1013.39 265.081 1013.61 265.081 1013.98 265.081H1020.08C1020.36 265.081 1020.62 265.308 1020.68 265.592Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1012.99 265.42L1002.52 323.407C1002.46 323.747 1002.72 324.087 1003.09 324.059H1009.56C1009.84 324.059 1010.07 323.86 1010.12 323.577L1020.68 265.591C1020.73 265.25 1020.48 264.91 1020.11 264.938H1013.56C1013.27 264.938 1013.05 265.137 1012.99 265.42Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1004.19 281.507L1010.12 323.408C1010.18 323.748 1009.92 324.06 1009.56 324.06H1003C1002.72 324.06 1002.49 323.862 1002.44 323.606L996.507 281.45C996.705 280.996 996.932 280.996 997.301 280.996H1003.6C1003.88 280.996 1004.14 281.223 1004.19 281.507Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M996.506 281.477L986.123 339.52C986.066 339.861 986.322 340.173 986.69 340.173H993.017C993.385 340.173 993.584 339.946 993.641 339.662L1004.19 281.676C1004.25 281.336 1003.97 281.023 1003.63 281.023H997.073C996.79 281.023 996.563 281.194 996.506 281.477Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M987.487 297.563L993.615 339.464C993.671 339.805 993.416 340.145 993.047 340.145H986.494C986.211 340.145 985.984 339.947 985.927 339.691L979.998 297.507C980.197 297.053 980.424 297.053 980.792 297.053H986.892C987.175 297.053 987.43 297.28 987.487 297.563Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M979.798 297.536L969.33 355.522C969.273 355.862 969.529 356.203 969.898 356.174H976.365C976.649 356.174 976.876 355.976 976.933 355.692L987.486 297.706C987.542 297.365 987.287 297.025 986.918 297.053H980.365C980.082 297.053 979.855 297.252 979.798 297.536Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M970.975 313.62L976.904 355.549C976.961 355.89 976.705 356.202 976.336 356.202H969.783C969.5 356.202 969.273 356.003 969.216 355.748L963.287 313.592C963.486 313.138 963.713 313.138 964.081 313.138H970.379C970.663 313.138 970.918 313.365 970.975 313.648%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M963.288 313.592L952.905 371.634C952.849 371.975 953.104 372.287 953.473 372.287H959.799C960.168 372.287 960.366 372.06 960.423 371.776L970.976 313.79C971.033 313.45 970.749 313.138 970.408 313.138H963.855C963.572 313.138 963.345 313.308 963.288 313.592Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M954.267 329.678L960.394 371.579C960.451 371.919 960.195 372.259 959.827 372.259H953.274C952.99 372.259 952.763 372.061 952.706 371.805L946.777 329.621C946.976 329.167 947.203 329.167 947.572 329.167H953.671C953.954 329.167 954.21 329.394 954.267 329.678Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M946.608 329.478L936.14 387.464C936.083 387.805 936.338 388.145 936.707 388.117H943.175C943.459 388.117 943.686 387.918 943.742 387.634L954.295 329.648C954.352 329.308 954.097 328.967 953.728 328.996H947.175C946.891 328.996 946.664 329.194 946.608 329.478Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M937.784 345.592L943.713 387.493C943.77 387.833 943.515 388.145 943.146 388.145H936.593C936.309 388.145 936.082 387.946 936.026 387.691L930.097 345.535C930.295 345.081 930.522 345.081 930.891 345.081H937.189C937.472 345.081 937.728 345.308 937.784 345.592Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M930.098 345.535L919.715 403.578C919.658 403.918 919.914 404.23 920.282 404.23H926.608C926.977 404.23 927.176 404.003 927.232 403.72L937.785 345.734C937.842 345.393 937.558 345.081 937.218 345.081H930.665C930.381 345.081 930.154 345.251 930.098 345.535Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M921.104 361.62L927.232 403.521C927.289 403.861 927.033 404.202 926.665 404.202H920.112C919.828 404.202 919.601 404.003 919.544 403.748L913.615 361.563C913.814 361.109 914.041 361.109 914.41 361.109H920.509C920.792 361.109 921.048 361.336 921.104 361.62Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M913.417 361.591L902.949 419.577C902.893 419.918 903.148 420.258 903.517 420.23H909.985C910.268 420.23 910.495 420.031 910.552 419.748L921.105 361.762C921.162 361.421 920.906 361.081 920.537 361.109H913.984C913.701 361.109 913.474 361.308 913.417 361.591Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M904.595 377.677L910.524 419.578C910.581 419.918 910.325 420.23 909.957 420.23H903.403C903.12 420.23 902.893 420.031 902.836 419.776L896.907 377.62C897.106 377.166 897.333 377.166 897.702 377.166H903.999C904.283 377.166 904.538 377.393 904.595 377.677Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M896.935 377.648L886.552 435.691C886.495 436.031 886.75 436.343 887.119 436.343H893.445C893.814 436.343 894.013 436.117 894.069 435.833L904.622 377.847C904.679 377.506 904.424 377.194 904.055 377.194H897.502C897.218 377.194 896.991 377.365 896.935 377.648Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M887.914 393.733L894.041 435.634C894.098 435.975 893.843 436.315 893.474 436.315H886.921C886.637 436.315 886.41 436.116 886.354 435.861L880.425 393.677C880.623 393.223 880.85 393.223 881.219 393.223H887.318C887.602 393.223 887.857 393.45 887.914 393.733Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M880.227 393.536L869.759 451.522C869.702 451.862 869.957 452.203 870.326 452.174H876.794C877.078 452.174 877.305 451.976 877.362 451.692L887.914 393.706C887.971 393.365 887.716 393.025 887.347 393.053H880.794C880.51 393.053 880.283 393.252 880.227 393.536Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M871.403 409.648L877.332 451.549C877.388 451.89 877.133 452.202 876.764 452.202H870.211C869.927 452.202 869.7 452.003 869.644 451.748L863.715 409.592C863.913 409.138 864.14 409.138 864.509 409.138H870.807C871.091 409.138 871.346 409.365 871.403 409.648Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M863.744 409.592L853.361 467.634C853.305 467.975 853.56 468.287 853.929 468.287H860.255C860.624 468.287 860.822 468.06 860.879 467.776L871.432 409.79C871.489 409.45 871.233 409.138 870.865 409.138H864.311C864.028 409.138 863.801 409.308 863.744 409.592Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M854.724 425.676L860.851 467.577C860.908 467.917 860.652 468.257 860.284 468.257H853.731C853.447 468.257 853.22 468.059 853.163 467.804L847.234 425.619C847.433 425.165 847.66 425.165 848.029 425.165H854.128C854.411 425.165 854.667 425.392 854.724 425.676Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M847.036 425.677L836.568 483.663C836.512 484.004 836.767 484.344 837.136 484.316H843.604C843.887 484.316 844.114 484.117 844.171 483.834L854.724 425.847C854.781 425.507 854.525 425.167 854.157 425.195H847.604C847.32 425.195 847.093 425.394 847.036 425.677Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M838.213 441.764L844.142 483.664C844.199 484.005 843.943 484.317 843.575 484.317H837.022C836.738 484.317 836.511 484.118 836.454 483.863L830.525 441.707C830.724 441.253 830.951 441.253 831.32 441.253H837.617C837.901 441.253 838.156 441.48 838.213 441.764Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M830.525 441.707L820.143 499.75C820.086 500.09 820.341 500.402 820.71 500.402H827.036C827.405 500.402 827.603 500.175 827.66 499.891L838.213 441.905C838.27 441.565 837.986 441.253 837.646 441.253H831.093C830.809 441.253 830.582 441.423 830.525 441.707Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M821.505 457.819L827.632 499.72C827.689 500.06 827.434 500.401 827.065 500.401H820.512C820.228 500.401 820.001 500.202 819.945 499.947L814.016 457.762C814.214 457.309 814.441 457.309 814.81 457.309H820.909C821.193 457.309 821.448 457.536 821.505 457.819Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M813.844 457.621L803.376 515.607C803.319 515.947 803.575 516.288 803.943 516.259H810.411C810.695 516.259 810.922 516.061 810.979 515.777L821.532 457.791C821.588 457.45 821.333 457.11 820.964 457.138H814.411C814.128 457.138 813.901 457.337 813.844 457.621Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M805.022 473.706L810.951 515.607C811.007 515.947 810.752 516.259 810.383 516.259H803.83C803.547 516.259 803.32 516.061 803.263 515.805L797.334 473.649C797.533 473.195 797.76 473.195 798.128 473.195H804.426C804.71 473.195 804.965 473.422 805.022 473.706Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M797.334 473.677L786.951 531.72C786.895 532.061 787.15 532.373 787.519 532.373H793.845C794.213 532.373 794.412 532.146 794.469 531.89L805.022 473.904C805.078 473.564 804.823 473.252 804.454 473.252H797.901C797.618 473.252 797.391 473.422 797.334 473.706%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M788.314 489.763L794.442 531.692C794.499 532.032 794.243 532.373 793.874 532.373H787.321C787.038 532.373 786.811 532.174 786.754 531.919L780.825 489.734C781.024 489.28 781.251 489.28 781.619 489.28H787.719C788.002 489.28 788.258 489.507 788.314 489.791%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M780.655 489.734L770.188 547.72C770.131 548.061 770.386 548.401 770.755 548.373H777.223C777.507 548.373 777.733 548.174 777.79 547.89L788.343 489.904C788.4 489.564 788.145 489.252 787.776 489.252H781.223C780.939 489.252 780.712 489.451 780.655 489.734Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M771.832 505.82L777.761 547.721C777.818 548.062 777.563 548.374 777.194 548.374H770.641C770.357 548.374 770.13 548.175 770.073 547.92L764.145 505.763C764.343 505.31 764.57 505.31 764.939 505.31H771.237C771.52 505.31 771.776 505.537 771.832 505.82Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M764.145 505.763L753.762 563.806C753.705 564.147 753.96 564.459 754.329 564.459H760.655C761.024 564.459 761.223 564.232 761.279 563.976L771.832 505.99C771.889 505.65 771.605 505.338 771.265 505.338H764.712C764.428 505.338 764.201 505.508 764.145 505.792%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M755.152 521.876L761.28 563.805C761.337 564.145 761.081 564.486 760.712 564.486H754.159C753.876 564.486 753.649 564.287 753.592 564.032L747.663 521.847C747.862 521.394 748.089 521.394 748.457 521.394H754.557C754.84 521.394 755.096 521.62 755.152 521.904%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M747.465 521.679L736.997 579.665C736.94 580.005 737.196 580.345 737.565 580.317H744.032C744.316 580.317 744.543 580.119 744.6 579.835L755.153 521.849C755.209 521.508 754.954 521.196 754.585 521.196H748.032C747.749 521.196 747.522 521.395 747.465 521.679Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M738.642 537.764L744.571 579.664C744.628 580.005 744.372 580.317 744.003 580.317H737.45C737.167 580.317 736.94 580.118 736.883 579.863L730.954 537.707C731.153 537.253 731.38 537.253 731.748 537.253H738.046C738.33 537.253 738.585 537.48 738.642 537.764Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M730.954 537.735L720.571 595.778C720.515 596.118 720.77 596.43 721.139 596.43H727.465C727.834 596.43 728.032 596.203 728.089 595.948L738.642 537.962C738.699 537.622 738.443 537.31 738.074 537.31H731.521C731.238 537.31 731.011 537.48 730.954 537.763%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M721.962 553.819L728.089 595.72C728.146 596.06 727.891 596.401 727.522 596.401H720.969C720.685 596.401 720.458 596.202 720.402 595.947L714.473 553.763C714.671 553.309 714.898 553.309 715.267 553.309H721.366C721.65 553.309 721.905 553.536 721.962 553.819Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M714.244 553.791L703.776 611.777C703.72 612.117 703.975 612.458 704.344 612.429H710.812C711.095 612.429 711.322 612.231 711.379 611.947L721.932 553.961C721.989 553.621 721.733 553.309 721.365 553.309H714.812C714.528 553.309 714.301 553.507 714.244 553.791Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M705.45 569.877L711.379 611.806C711.436 612.147 711.181 612.459 710.812 612.459H704.259C703.975 612.459 703.748 612.26 703.692 612.005L697.763 569.848C697.961 569.395 698.188 569.395 698.557 569.395H704.855C705.138 569.395 705.394 569.622 705.45 569.905%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M697.764 569.846L687.381 627.889C687.324 628.23 687.58 628.542 687.948 628.542H694.274C694.643 628.542 694.842 628.315 694.898 628.059L705.451 570.073C705.508 569.733 705.253 569.421 704.884 569.421H698.331C698.047 569.421 697.82 569.591 697.764 569.875%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M688.741 585.933L694.869 627.834C694.925 628.175 694.67 628.515 694.301 628.515H687.748C687.465 628.515 687.238 628.317 687.181 628.061L681.252 585.877C681.451 585.423 681.677 585.423 682.046 585.423H688.145C688.429 585.423 688.684 585.65 688.741 585.933Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M681.054 585.735L670.586 643.721C670.529 644.062 670.785 644.402 671.153 644.374H677.621C677.905 644.374 678.132 644.175 678.189 643.891L688.742 585.905C688.798 585.565 688.543 585.253 688.174 585.253H681.621C681.338 585.253 681.111 585.451 681.054 585.735Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M672.261 601.849L678.19 643.749C678.247 644.09 677.991 644.402 677.623 644.402H671.07C670.786 644.402 670.559 644.203 670.502 643.948L664.573 601.792C664.772 601.338 664.999 601.338 665.368 601.338H671.665C671.949 601.338 672.204 601.565 672.261 601.849Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M664.573 601.791L654.191 659.834C654.134 660.174 654.389 660.486 654.758 660.486H661.084C661.453 660.486 661.651 660.259 661.708 660.004L672.261 602.018C672.318 601.677 672.062 601.365 671.694 601.365H665.141C664.857 601.365 664.63 601.535 664.573 601.819%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1026.32 315.69L1032.45 357.591C1032.51 357.932 1032.25 358.272 1031.88 358.272H1025.33C1025.05 358.272 1024.82 358.073 1024.76 357.818L1018.83 315.662C1019.03 315.208 1019.26 315.208 1019.63 315.208H1025.73C1026.01 315.208 1026.27 315.435 1026.32 315.719%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1018.63 315.493L1008.17 373.479C1008.11 373.819 1008.36 374.16 1008.73 374.131H1015.2C1015.49 374.131 1015.71 373.933 1015.77 373.649L1026.32 315.663C1026.38 315.322 1026.12 314.982 1025.75 315.01H1019.2C1018.92 315.01 1018.69 315.209 1018.63 315.493Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1009.84 331.578L1015.77 373.479C1015.83 373.819 1015.57 374.131 1015.2 374.131H1008.65C1008.37 374.131 1008.14 373.933 1008.08 373.677L1002.15 331.521C1002.35 331.067 1002.58 331.067 1002.95 331.067H1009.25C1009.53 331.067 1009.78 331.294 1009.84 331.578Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1002.15 331.55L991.769 389.592C991.712 389.933 991.967 390.245 992.336 390.245H998.662C999.031 390.245 999.229 390.018 999.286 389.734L1009.84 331.748C1009.9 331.408 1009.61 331.096 1009.27 331.096H1002.72C1002.44 331.096 1002.21 331.266 1002.15 331.55Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M993.133 347.635L999.26 389.536C999.317 389.876 999.062 390.216 998.693 390.216H992.14C991.856 390.216 991.629 390.018 991.572 389.762L985.644 347.578C985.842 347.124 986.069 347.124 986.438 347.124H992.537C992.821 347.124 993.076 347.351 993.133 347.635Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M985.443 347.606L974.976 405.592C974.919 405.933 975.174 406.273 975.543 406.245H982.011C982.295 406.245 982.522 406.046 982.578 405.763L993.131 347.777C993.188 347.436 992.933 347.124 992.564 347.124H986.011C985.727 347.124 985.5 347.323 985.443 347.606Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M976.62 363.72L982.549 405.621C982.606 405.961 982.351 406.273 981.982 406.273H975.429C975.145 406.273 974.918 406.074 974.862 405.819L968.933 363.663C969.131 363.209 969.358 363.209 969.727 363.209H976.025C976.308 363.209 976.564 363.436 976.62 363.72Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M968.933 363.663L958.55 421.706C958.493 422.046 958.748 422.358 959.117 422.358H965.443C965.812 422.358 966.011 422.131 966.067 421.848L976.62 363.862C976.677 363.521 976.393 363.209 976.053 363.209H969.5C969.216 363.209 968.989 363.379 968.933 363.663Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M959.941 379.749L966.069 421.678C966.126 422.019 965.87 422.359 965.501 422.359H958.948C958.665 422.359 958.438 422.16 958.381 421.905L952.452 379.721C952.651 379.267 952.878 379.267 953.246 379.267H959.346C959.629 379.267 959.885 379.494 959.941 379.749Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M952.254 379.577L941.786 437.563C941.729 437.903 941.985 438.244 942.354 438.216H948.822C949.105 438.216 949.332 438.017 949.389 437.733L959.942 379.747C959.999 379.407 959.743 379.095 959.374 379.095H952.821C952.538 379.095 952.311 379.293 952.254 379.577Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M943.43 395.662L949.359 437.563C949.416 437.903 949.16 438.215 948.791 438.215H942.238C941.955 438.215 941.728 438.017 941.671 437.761L935.742 395.605C935.941 395.151 936.168 395.151 936.536 395.151H942.834C943.118 395.151 943.373 395.378 943.43 395.634%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M935.743 395.605L925.36 453.648C925.304 453.988 925.559 454.301 925.928 454.301H932.254C932.623 454.301 932.821 454.074 932.878 453.79L943.431 395.804C943.488 395.463 943.204 395.151 942.864 395.151H936.311C936.027 395.151 935.8 395.322 935.743 395.605Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M926.75 411.719L932.877 453.62C932.934 453.96 932.679 454.3 932.31 454.3H925.757C925.473 454.3 925.246 454.102 925.19 453.846L919.261 411.662C919.459 411.208 919.686 411.208 920.055 411.208H926.154C926.438 411.208 926.693 411.435 926.75 411.719Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M919.063 411.664L908.595 469.65C908.538 469.99 908.793 470.331 909.162 470.302H915.63C915.914 470.302 916.141 470.104 916.197 469.82L926.75 411.834C926.807 411.494 926.552 411.182 926.183 411.182H919.63C919.346 411.182 919.119 411.38 919.063 411.664Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M910.239 427.776L916.168 469.677C916.225 470.018 915.97 470.33 915.601 470.33H909.048C908.764 470.33 908.537 470.131 908.481 469.876L902.552 427.72C902.75 427.266 902.977 427.266 903.346 427.266H909.644C909.927 427.266 910.183 427.493 910.239 427.776Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M902.581 427.72L892.198 485.762C892.142 486.103 892.397 486.415 892.766 486.415H899.092C899.461 486.415 899.659 486.188 899.716 485.904L910.269 427.918C910.326 427.578 910.042 427.266 909.701 427.266H903.148C902.865 427.266 902.638 427.436 902.581 427.72Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M893.559 443.806L899.687 485.706C899.744 486.047 899.488 486.387 899.12 486.387H892.567C892.283 486.387 892.056 486.189 891.999 485.933L886.07 443.749C886.269 443.295 886.496 443.295 886.865 443.295H892.964C893.247 443.295 893.503 443.522 893.559 443.806Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M885.873 443.635L875.405 501.621C875.349 501.962 875.604 502.302 875.973 502.274H882.441C882.724 502.274 882.951 502.075 883.008 501.792L893.561 443.805C893.618 443.465 893.362 443.125 892.994 443.153H886.441C886.157 443.153 885.93 443.352 885.873 443.635Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M877.048 459.721L882.977 501.65C883.034 501.99 882.778 502.302 882.41 502.302H875.857C875.573 502.302 875.346 502.104 875.289 501.848L869.36 459.692C869.559 459.238 869.786 459.238 870.155 459.238H876.452C876.736 459.238 876.991 459.465 877.048 459.749%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M869.389 459.664L859.006 517.707C858.949 518.047 859.205 518.359 859.573 518.359H865.899C866.268 518.359 866.467 518.132 866.523 517.848L877.076 459.862C877.133 459.522 876.878 459.21 876.509 459.21H869.956C869.672 459.21 869.445 459.38 869.389 459.664Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M860.369 475.777L866.497 517.678C866.553 518.019 866.298 518.359 865.929 518.359H859.376C859.093 518.359 858.866 518.16 858.809 517.905L852.88 475.721C853.078 475.267 853.305 475.267 853.674 475.267H859.773C860.057 475.267 860.312 475.494 860.369 475.777Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M852.68 475.749L842.212 533.735C842.155 534.075 842.411 534.416 842.779 534.387H849.247C849.531 534.387 849.758 534.189 849.815 533.905L860.368 475.919C860.424 475.579 860.169 475.267 859.8 475.267H853.247C852.963 475.267 852.737 475.465 852.68 475.749Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M843.859 491.834L849.788 533.763C849.844 534.103 849.589 534.416 849.22 534.416H842.667C842.384 534.416 842.157 534.217 842.1 533.962L836.171 491.805C836.369 491.352 836.596 491.352 836.965 491.352H843.263C843.547 491.352 843.802 491.578 843.859 491.862%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M836.171 491.806L825.788 549.849C825.731 550.19 825.987 550.502 826.356 550.502H832.682C833.05 550.502 833.249 550.275 833.306 550.019L843.859 492.033C843.915 491.693 843.632 491.381 843.291 491.381H836.738C836.455 491.381 836.228 491.551 836.171 491.835%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M827.148 507.889L833.276 549.789C833.333 550.13 833.077 550.47 832.708 550.47H826.155C825.872 550.47 825.645 550.272 825.588 550.016L819.659 507.832C819.858 507.378 820.085 507.378 820.453 507.378H826.553C826.836 507.378 827.092 507.605 827.148 507.889Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M819.49 507.691L809.023 565.677C808.966 566.018 809.221 566.358 809.59 566.33H816.058C816.341 566.33 816.568 566.131 816.625 565.847L827.178 507.862C827.235 507.521 826.98 507.209 826.611 507.209H820.058C819.774 507.209 819.547 507.408 819.49 507.691Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M810.668 523.805L816.597 565.734C816.654 566.074 816.399 566.386 816.03 566.386H809.477C809.193 566.386 808.966 566.188 808.909 565.932L802.98 523.776C803.179 523.322 803.406 523.322 803.775 523.322H810.072C810.356 523.322 810.611 523.549 810.668 523.833%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M802.98 523.748L792.598 581.791C792.541 582.131 792.796 582.443 793.165 582.443H799.491C799.86 582.443 800.059 582.216 800.115 581.961L810.668 523.975C810.725 523.634 810.47 523.322 810.101 523.322H803.548C803.264 523.322 803.037 523.492 802.98 523.776%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M793.96 539.835L800.087 581.736C800.144 582.076 799.889 582.417 799.52 582.417H792.967C792.683 582.417 792.456 582.218 792.4 581.963L786.471 539.778C786.669 539.324 786.896 539.324 787.265 539.324H793.364C793.648 539.324 793.903 539.551 793.96 539.835Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M786.299 539.806L775.831 597.793C775.774 598.133 776.03 598.473 776.399 598.445H782.866C783.15 598.445 783.377 598.246 783.434 597.963L793.987 539.977C794.043 539.636 793.788 539.324 793.419 539.324H786.866C786.583 539.324 786.356 539.523 786.299 539.806Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M777.476 555.891L783.405 597.82C783.462 598.16 783.206 598.472 782.837 598.472H776.284C776.001 598.472 775.774 598.274 775.717 598.018L769.788 555.862C769.987 555.408 770.214 555.408 770.582 555.408H776.88C777.164 555.408 777.419 555.635 777.476 555.919%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M769.817 555.862L759.435 613.905C759.378 614.245 759.633 614.557 760.002 614.557H766.328C766.697 614.557 766.895 614.33 766.952 614.075L777.505 556.089C777.562 555.749 777.307 555.437 776.938 555.437H770.385C770.101 555.437 769.874 555.607 769.817 555.89%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M760.798 571.947L766.925 613.876C766.982 614.217 766.727 614.557 766.358 614.557H759.805C759.521 614.557 759.294 614.359 759.238 614.103L753.309 571.919C753.507 571.465 753.734 571.465 754.103 571.465H760.202C760.486 571.465 760.741 571.692 760.798 571.975%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M753.11 571.749L742.643 629.735C742.586 630.075 742.841 630.416 743.21 630.387H749.678C749.962 630.387 750.189 630.189 750.245 629.905L760.798 571.919C760.855 571.579 760.6 571.267 760.231 571.267H753.678C753.394 571.267 753.167 571.465 753.11 571.749Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M744.287 587.862L750.216 629.763C750.273 630.103 750.018 630.416 749.649 630.416H743.096C742.812 630.416 742.585 630.217 742.529 629.962L736.6 587.805C736.798 587.352 737.025 587.352 737.394 587.352H743.692C743.975 587.352 744.231 587.578 744.287 587.862Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M736.626 587.805L726.243 645.848C726.187 646.189 726.442 646.501 726.811 646.501H733.137C733.505 646.501 733.704 646.274 733.761 646.018L744.314 588.032C744.37 587.692 744.115 587.38 743.746 587.38H737.193C736.91 587.38 736.683 587.55 736.626 587.834%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M727.605 603.898L733.733 645.799C733.79 646.14 733.534 646.48 733.166 646.48H726.613C726.329 646.48 726.102 646.281 726.045 646.026L720.116 603.842C720.315 603.388 720.542 603.388 720.911 603.388H727.01C727.293 603.388 727.549 603.615 727.605 603.898Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M719.89 603.87L709.422 661.856C709.365 662.196 709.621 662.537 709.989 662.508H716.457C716.741 662.508 716.968 662.31 717.025 662.026L727.578 604.04C727.634 603.7 727.379 603.388 727.01 603.388H720.457C720.173 603.388 719.947 603.586 719.89 603.87Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1024.76 362.444L1014.29 420.43C1014.24 420.77 1014.49 421.111 1014.86 421.082H1021.33C1021.61 421.082 1021.84 420.884 1021.9 420.6L1032.45 362.614C1032.51 362.274 1032.25 361.933 1031.88 361.962H1025.33C1025.04 361.962 1024.82 362.16 1024.76 362.444Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1015.94 378.557L1021.87 420.457C1021.93 420.798 1021.67 421.11 1021.3 421.11H1014.75C1014.46 421.11 1014.24 420.911 1014.18 420.656L1008.25 378.5C1008.45 378.046 1008.68 378.046 1009.05 378.046H1015.34C1015.63 378.046 1015.88 378.273 1015.94 378.557Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1008.28 378.5L997.897 436.543C997.84 436.883 998.095 437.195 998.464 437.195H1004.79C1005.16 437.195 1005.36 436.968 1005.41 436.684L1015.97 378.698C1016.02 378.358 1015.77 378.046 1015.4 378.046H1008.85C1008.56 378.046 1008.34 378.216 1008.28 378.5Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M999.258 394.614L1005.39 436.515C1005.44 436.856 1005.19 437.196 1004.82 437.196H998.265C997.981 437.196 997.754 436.997 997.697 436.742L991.769 394.557C991.967 394.104 992.194 394.104 992.563 394.104H998.662C998.946 394.104 999.201 394.33 999.258 394.614Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M991.572 394.587L981.105 452.573C981.048 452.913 981.303 453.253 981.672 453.225H988.14C988.424 453.225 988.651 453.026 988.707 452.743L999.26 394.757C999.317 394.416 999.062 394.076 998.693 394.104H992.14C991.856 394.104 991.629 394.303 991.572 394.587Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M982.749 410.67L988.678 452.599C988.735 452.939 988.48 453.251 988.111 453.251H981.558C981.274 453.251 981.047 453.053 980.99 452.798L975.062 410.641C975.26 410.187 975.487 410.188 975.856 410.188H982.154C982.437 410.188 982.693 410.414 982.749 410.698%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M975.06 410.613L964.677 468.656C964.62 468.996 964.875 469.308 965.244 469.308H971.57C971.939 469.308 972.138 469.081 972.194 468.798L982.747 410.812C982.804 410.471 982.549 410.159 982.18 410.159H975.627C975.343 410.159 975.116 410.329 975.06 410.613Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M966.039 426.727L972.166 468.628C972.223 468.969 971.968 469.309 971.599 469.309H965.046C964.762 469.309 964.535 469.111 964.479 468.855L958.55 426.671C958.748 426.217 958.975 426.217 959.344 426.217H965.443C965.727 426.217 965.982 426.444 966.039 426.727Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M958.38 426.528L947.912 484.514C947.855 484.854 948.111 485.195 948.48 485.166H954.948C955.231 485.166 955.458 484.968 955.515 484.684L966.068 426.698C966.125 426.358 965.869 426.017 965.5 426.046H958.947C958.664 426.046 958.437 426.244 958.38 426.528Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M949.558 442.613L955.487 484.514C955.543 484.854 955.288 485.167 954.919 485.167H948.366C948.083 485.167 947.856 484.968 947.799 484.713L941.87 442.556C942.069 442.103 942.296 442.103 942.664 442.103H948.962C949.246 442.103 949.501 442.329 949.558 442.613Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M941.869 442.585L931.486 500.628C931.43 500.968 931.685 501.28 932.054 501.28H938.38C938.749 501.28 938.947 501.053 939.004 500.769L949.557 442.783C949.614 442.443 949.358 442.131 948.99 442.131H942.436C942.153 442.131 941.926 442.301 941.869 442.585Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M932.85 458.67L938.977 500.599C939.034 500.939 938.778 501.28 938.41 501.28H931.857C931.573 501.28 931.346 501.081 931.289 500.826L925.36 458.641C925.559 458.187 925.786 458.188 926.155 458.188H932.254C932.537 458.188 932.793 458.414 932.85 458.698%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M925.189 458.642L914.721 516.628C914.664 516.969 914.919 517.309 915.288 517.281H921.756C922.04 517.281 922.267 517.082 922.323 516.798L932.876 458.812C932.933 458.472 932.678 458.131 932.309 458.16H925.756C925.472 458.16 925.245 458.358 925.189 458.642Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M916.366 474.726L922.295 516.627C922.352 516.968 922.097 517.28 921.728 517.28H915.175C914.891 517.28 914.664 517.081 914.608 516.826L908.679 474.67C908.877 474.216 909.104 474.216 909.473 474.216H915.771C916.054 474.216 916.31 474.443 916.366 474.726Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M908.681 474.671L898.298 532.713C898.241 533.054 898.496 533.366 898.865 533.366H905.191C905.56 533.366 905.759 533.139 905.815 532.884L916.368 474.898C916.425 474.557 916.141 474.245 915.801 474.245H909.248C908.964 474.245 908.737 474.415 908.681 474.699%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M899.687 490.783L905.815 532.712C905.872 533.053 905.616 533.393 905.248 533.393H898.695C898.411 533.393 898.184 533.195 898.127 532.939L892.198 490.755C892.397 490.301 892.624 490.301 892.993 490.301H899.092C899.375 490.301 899.631 490.528 899.687 490.811%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M892 490.585L881.532 548.571C881.476 548.911 881.731 549.252 882.1 549.223H888.568C888.851 549.223 889.078 549.025 889.135 548.741L899.688 490.755C899.745 490.415 899.489 490.103 899.121 490.103H892.567C892.284 490.103 892.057 490.301 892 490.585Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M883.178 506.672L889.107 548.573C889.164 548.913 888.908 549.225 888.54 549.225H881.987C881.703 549.225 881.476 549.027 881.419 548.771L875.49 506.615C875.689 506.161 875.916 506.161 876.285 506.161H882.582C882.866 506.161 883.121 506.388 883.178 506.672Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M875.518 506.641L865.135 564.684C865.078 565.025 865.333 565.337 865.702 565.337H872.028C872.397 565.337 872.596 565.11 872.652 564.854L883.205 506.868C883.262 506.528 882.978 506.216 882.638 506.216H876.085C875.801 506.216 875.574 506.386 875.518 506.67%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M866.496 522.726L872.624 564.656C872.68 564.996 872.425 565.337 872.056 565.337H865.503C865.219 565.337 864.992 565.138 864.936 564.883L859.007 522.698C859.205 522.244 859.432 522.244 859.801 522.244H865.9C866.184 522.244 866.439 522.471 866.496 522.755%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M858.78 522.699L848.313 580.685C848.256 581.025 848.511 581.366 848.88 581.337H855.348C855.632 581.337 855.859 581.139 855.915 580.855L866.468 522.869C866.525 522.529 866.27 522.188 865.901 522.217H859.348C859.064 522.217 858.837 522.415 858.78 522.699Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M849.986 538.812L855.915 580.742C855.971 581.082 855.716 581.394 855.347 581.394H848.794C848.51 581.394 848.284 581.195 848.227 580.94L842.298 538.784C842.496 538.33 842.723 538.33 843.092 538.33H849.39C849.674 538.33 849.929 538.557 849.986 538.841%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M842.298 538.756L831.915 596.798C831.858 597.139 832.114 597.451 832.482 597.451H838.809C839.177 597.451 839.376 597.224 839.433 596.969L849.986 538.983C850.042 538.642 849.759 538.33 849.418 538.33H842.865C842.582 538.33 842.355 538.5 842.298 538.784%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M833.277 554.842L839.405 596.743C839.462 597.083 839.206 597.423 838.837 597.423H832.284C832.001 597.423 831.774 597.225 831.717 596.97L825.788 554.785C825.987 554.331 826.214 554.331 826.582 554.331H832.682C832.965 554.331 833.221 554.558 833.277 554.842Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M825.59 554.671L815.122 612.657C815.065 612.997 815.321 613.338 815.69 613.309H822.157C822.441 613.309 822.668 613.111 822.725 612.827L833.278 554.841C833.334 554.501 833.079 554.188 832.71 554.188H826.157C825.874 554.188 825.647 554.387 825.59 554.671Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M816.795 570.756L822.724 612.685C822.781 613.025 822.525 613.337 822.157 613.337H815.604C815.32 613.337 815.093 613.139 815.036 612.884L809.107 570.727C809.306 570.273 809.533 570.273 809.902 570.273H816.199C816.483 570.273 816.738 570.5 816.795 570.784%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M809.107 570.699L798.725 628.742C798.668 629.082 798.923 629.394 799.292 629.394H805.618C805.987 629.394 806.185 629.167 806.242 628.912L816.795 570.926C816.852 570.585 816.597 570.273 816.228 570.273H809.675C809.391 570.273 809.164 570.444 809.107 570.727%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M800.086 586.813L806.213 628.714C806.27 629.055 806.015 629.395 805.646 629.395H799.093C798.809 629.395 798.582 629.197 798.526 628.941L792.597 586.757C792.795 586.303 793.022 586.303 793.391 586.303H799.49C799.774 586.303 800.029 586.53 800.086 586.813Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M792.427 586.757L781.959 644.743C781.902 645.083 782.158 645.424 782.526 645.395H788.994C789.278 645.395 789.505 645.197 789.562 644.913L800.115 586.927C800.171 586.587 799.916 586.274 799.547 586.274H792.994C792.711 586.274 792.484 586.473 792.427 586.757Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M783.605 602.879L789.534 644.78C789.59 645.12 789.335 645.432 788.966 645.432H782.413C782.13 645.432 781.903 645.234 781.846 644.978L775.917 602.822C776.116 602.368 776.343 602.368 776.711 602.368H783.009C783.293 602.368 783.548 602.595 783.605 602.879Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M775.917 602.822L765.534 660.865C765.478 661.205 765.733 661.517 766.102 661.517H772.428C772.796 661.517 772.995 661.29 773.052 661.035L783.605 603.049C783.661 602.709 783.406 602.396 783.037 602.396H776.484C776.201 602.396 775.974 602.567 775.917 602.85%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1030.89 409.422L1020.42 467.408C1020.36 467.749 1020.62 468.089 1020.99 468.061H1027.46C1027.74 468.061 1027.97 467.862 1028.02 467.579L1038.58 409.593C1038.63 409.252 1038.38 408.912 1038.01 408.94H1031.46C1031.17 408.94 1030.95 409.139 1030.89 409.422Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1022.07 425.507L1028 467.408C1028.05 467.748 1027.8 468.06 1027.43 468.06H1020.88C1020.59 468.06 1020.36 467.862 1020.31 467.606L1014.38 425.45C1014.58 424.996 1014.8 424.996 1015.17 424.996H1021.47C1021.75 424.996 1022.01 425.223 1022.07 425.507Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1014.41 425.479L1004.03 483.522C1003.97 483.862 1004.22 484.175 1004.59 484.175H1010.92C1011.29 484.175 1011.49 483.948 1011.54 483.664L1022.1 425.678C1022.15 425.337 1021.87 425.025 1021.53 425.025H1014.98C1014.69 425.025 1014.46 425.196 1014.41 425.479Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1005.39 441.563L1011.51 483.464C1011.57 483.805 1011.31 484.145 1010.95 484.145H1004.39C1004.11 484.145 1003.88 483.947 1003.83 483.691L997.896 441.507C998.095 441.053 998.322 441.053 998.691 441.053H1004.79C1005.07 441.053 1005.33 441.28 1005.39 441.563Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M997.67 441.535L987.202 499.521C987.145 499.862 987.401 500.202 987.77 500.174H994.238C994.521 500.174 994.748 499.975 994.805 499.691L1005.36 441.705C1005.41 441.365 1005.16 441.053 1004.79 441.053H998.237C997.954 441.053 997.727 441.251 997.67 441.535Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M988.876 457.62L994.805 499.521C994.862 499.861 994.607 500.173 994.238 500.173H987.685C987.401 500.173 987.174 499.975 987.117 499.719L981.188 457.563C981.387 457.109 981.614 457.109 981.983 457.109H988.28C988.564 457.109 988.819 457.336 988.876 457.62Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M981.188 457.592L970.806 515.634C970.749 515.975 971.004 516.287 971.373 516.287H977.699C978.068 516.287 978.267 516.06 978.323 515.776L988.876 457.79C988.933 457.45 988.649 457.138 988.309 457.138H981.756C981.472 457.138 981.245 457.308 981.188 457.592Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M972.166 473.678L978.293 515.607C978.35 515.947 978.095 516.288 977.726 516.288H971.173C970.889 516.288 970.662 516.089 970.606 515.834L964.677 473.649C964.875 473.195 965.102 473.195 965.471 473.195H971.57C971.854 473.195 972.109 473.422 972.166 473.706%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M964.48 473.479L954.012 531.465C953.955 531.806 954.21 532.146 954.579 532.118H961.047C961.331 532.118 961.558 531.919 961.614 531.636L972.167 473.65C972.224 473.309 971.969 472.997 971.6 472.997H965.047C964.763 472.997 964.536 473.196 964.48 473.479Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M955.686 489.592L961.615 531.521C961.671 531.861 961.416 532.173 961.047 532.173H954.494C954.211 532.173 953.984 531.975 953.927 531.719L947.998 489.563C948.197 489.109 948.424 489.109 948.792 489.109H955.09C955.374 489.109 955.629 489.336 955.686 489.62%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M947.996 489.535L937.613 547.578C937.557 547.918 937.812 548.23 938.181 548.23H944.507C944.876 548.23 945.074 548.003 945.131 547.748L955.684 489.762C955.741 489.421 955.457 489.109 955.116 489.109H948.563C948.28 489.109 948.053 489.28 947.996 489.563%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M938.977 505.621L945.105 547.55C945.162 547.891 944.906 548.231 944.538 548.231H937.985C937.701 548.231 937.474 548.032 937.417 547.777L931.488 505.593C931.687 505.139 931.914 505.139 932.283 505.139H938.382C938.665 505.139 938.921 505.366 938.977 505.649%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M931.318 505.592L920.85 563.578C920.793 563.919 921.048 564.259 921.417 564.231H927.885C928.169 564.231 928.396 564.032 928.452 563.749L939.005 505.762C939.062 505.422 938.807 505.082 938.438 505.11H931.885C931.601 505.11 931.374 505.309 931.318 505.592Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M922.495 521.678L928.424 563.579C928.481 563.919 928.226 564.231 927.857 564.231H921.304C921.02 564.231 920.793 564.032 920.737 563.777L914.808 521.621C915.006 521.167 915.233 521.167 915.602 521.167H921.9C922.183 521.167 922.439 521.394 922.495 521.678Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M914.808 521.648L904.425 579.691C904.368 580.031 904.623 580.343 904.992 580.343H911.318C911.687 580.343 911.886 580.116 911.942 579.861L922.495 521.875C922.552 521.535 922.268 521.223 921.928 521.223H915.375C915.091 521.223 914.864 521.393 914.808 521.677%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M905.785 537.734L911.913 579.635C911.969 579.976 911.714 580.316 911.345 580.316H904.792C904.508 580.316 904.282 580.117 904.225 579.862L898.296 537.678C898.494 537.224 898.721 537.224 899.09 537.224H905.189C905.473 537.224 905.728 537.451 905.785 537.734Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M898.125 537.537L887.657 595.523C887.601 595.863 887.856 596.204 888.225 596.175H894.693C894.976 596.175 895.203 595.977 895.26 595.693L905.813 537.707C905.87 537.367 905.614 537.055 905.246 537.055H898.692C898.409 537.055 898.182 537.253 898.125 537.537Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M889.303 553.648L895.232 595.549C895.289 595.89 895.033 596.202 894.665 596.202H888.112C887.828 596.202 887.601 596.003 887.544 595.748L881.615 553.592C881.814 553.138 882.041 553.138 882.41 553.138H888.707C888.991 553.138 889.246 553.365 889.303 553.648Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M881.617 553.593L871.234 611.635C871.178 611.976 871.433 612.288 871.802 612.288H878.128C878.497 612.288 878.695 612.061 878.752 611.806L889.305 553.82C889.362 553.479 889.106 553.167 888.738 553.167H882.185C881.901 553.167 881.674 553.337 881.617 553.621%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M872.596 569.678L878.723 611.607C878.78 611.947 878.525 612.288 878.156 612.288H871.603C871.319 612.288 871.092 612.089 871.035 611.834L865.106 569.649C865.305 569.195 865.532 569.195 865.901 569.195H872C872.284 569.195 872.539 569.422 872.596 569.706%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M864.907 569.679L854.44 627.665C854.383 628.006 854.638 628.346 855.007 628.318H861.475C861.758 628.318 861.985 628.119 862.042 627.835L872.595 569.849C872.652 569.509 872.397 569.169 872.028 569.197H865.475C865.191 569.197 864.964 569.396 864.907 569.679Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M856.084 585.764L862.013 627.664C862.07 628.005 861.815 628.317 861.446 628.317H854.893C854.609 628.317 854.382 628.118 854.325 627.863L848.396 585.707C848.595 585.253 848.822 585.253 849.191 585.253H855.489C855.772 585.253 856.028 585.48 856.084 585.764Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M848.426 585.706L838.043 643.749C837.986 644.089 838.242 644.401 838.61 644.401H844.936C845.305 644.401 845.504 644.174 845.561 643.919L856.113 585.933C856.17 585.592 855.887 585.28 855.546 585.28H848.993C848.709 585.28 848.483 585.45 848.426 585.734%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M839.406 601.819L845.534 643.72C845.59 644.061 845.335 644.401 844.966 644.401H838.413C838.13 644.401 837.903 644.202 837.846 643.947L831.917 601.763C832.116 601.309 832.343 601.309 832.711 601.309H838.81C839.094 601.309 839.349 601.536 839.406 601.819Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M831.717 601.621L821.249 659.607C821.192 659.947 821.448 660.288 821.816 660.259H828.284C828.568 660.259 828.795 660.061 828.852 659.777L839.405 601.791C839.461 601.451 839.206 601.139 838.837 601.139H832.284C832.001 601.139 831.774 601.337 831.717 601.621Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1028 472.288L1033.93 514.189C1033.98 514.529 1033.73 514.841 1033.36 514.841H1026.8C1026.52 514.841 1026.29 514.643 1026.24 514.387L1020.31 472.231C1020.51 471.777 1020.73 471.777 1021.1 471.777H1027.4C1027.68 471.777 1027.94 472.004 1028 472.288Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1020.31 472.23L1009.93 530.273C1009.87 530.613 1010.13 530.925 1010.49 530.925H1016.82C1017.19 530.925 1017.39 530.699 1017.44 530.443L1028 472.457C1028.05 472.117 1027.8 471.805 1027.43 471.805H1020.88C1020.59 471.805 1020.37 471.975 1020.31 472.259%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1011.29 488.345L1017.41 530.245C1017.47 530.586 1017.21 530.926 1016.85 530.926H1010.29C1010.01 530.926 1009.78 530.728 1009.73 530.472L1003.8 488.288C1004 487.834 1004.22 487.834 1004.59 487.834H1010.69C1010.97 487.834 1011.23 488.061 1011.29 488.345Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1003.6 488.317L993.131 546.303C993.074 546.643 993.33 546.984 993.698 546.956H1000.17C1000.45 546.956 1000.68 546.757 1000.73 546.473L1011.29 488.487C1011.34 488.147 1011.09 487.806 1010.72 487.835H1004.17C1003.88 487.835 1003.66 488.033 1003.6 488.317Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M994.776 504.401L1000.7 546.302C1000.76 546.643 1000.51 546.955 1000.14 546.955H993.584C993.301 546.955 993.074 546.756 993.017 546.501L987.088 504.345C987.286 503.891 987.513 503.891 987.882 503.891H994.18C994.464 503.891 994.719 504.118 994.776 504.401Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M987.117 504.343L976.734 562.386C976.678 562.727 976.933 563.039 977.302 563.039H983.628C983.997 563.039 984.195 562.812 984.252 562.557L994.805 504.57C994.862 504.23 994.578 503.918 994.238 503.918H987.685C987.401 503.918 987.174 504.088 987.117 504.372%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M978.096 520.456L984.223 562.357C984.28 562.697 984.025 563.038 983.656 563.038H977.103C976.819 563.038 976.592 562.839 976.535 562.584L970.606 520.399C970.805 519.945 971.032 519.945 971.401 519.945H977.5C977.784 519.945 978.039 520.172 978.096 520.456Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M970.408 520.26L959.941 578.246C959.884 578.586 960.139 578.927 960.508 578.898H966.976C967.259 578.898 967.486 578.7 967.543 578.416L978.096 520.43C978.153 520.089 977.897 519.777 977.529 519.777H970.976C970.692 519.777 970.465 519.976 970.408 520.26Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M961.587 536.345L967.516 578.274C967.573 578.614 967.318 578.926 966.949 578.926H960.396C960.112 578.926 959.885 578.728 959.828 578.472L953.899 536.316C954.098 535.862 954.325 535.862 954.694 535.862H960.991C961.275 535.862 961.53 536.089 961.587 536.373%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M953.928 536.316L943.545 594.359C943.488 594.699 943.744 595.011 944.112 595.011H950.438C950.807 595.011 951.006 594.785 951.063 594.529L961.615 536.543C961.672 536.203 961.389 535.891 961.048 535.891H954.495C954.211 535.891 953.984 536.061 953.928 536.345%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M944.905 552.401L951.033 594.33C951.089 594.671 950.834 595.011 950.465 595.011H943.912C943.629 595.011 943.402 594.813 943.345 594.557L937.416 552.373C937.615 551.919 937.842 551.919 938.21 551.919H944.309C944.593 551.919 944.848 552.146 944.905 552.43%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M937.218 552.373L926.75 610.359C926.693 610.699 926.949 611.04 927.317 611.011H933.785C934.069 611.011 934.296 610.813 934.353 610.529L944.906 552.543C944.962 552.203 944.707 551.891 944.338 551.891H937.785C937.502 551.891 937.275 552.089 937.218 552.373Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M928.422 568.458L934.351 610.359C934.408 610.699 934.152 611.011 933.784 611.011H927.231C926.947 611.011 926.72 610.813 926.663 610.557L920.734 568.401C920.933 567.947 921.16 567.947 921.529 567.947H927.826C928.11 567.947 928.365 568.174 928.422 568.458Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M920.737 568.4L910.355 626.443C910.298 626.783 910.553 627.095 910.922 627.095H917.248C917.617 627.095 917.815 626.868 917.872 626.613L928.425 568.627C928.482 568.287 928.198 567.975 927.858 567.975H921.305C921.021 567.975 920.794 568.145 920.737 568.429%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M911.715 584.515L917.842 626.415C917.899 626.756 917.644 627.096 917.275 627.096H910.722C910.438 627.096 910.211 626.898 910.155 626.642L904.226 584.458C904.424 584.004 904.651 584.004 905.02 584.004H911.119C911.403 584.004 911.658 584.231 911.715 584.515Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M904.027 584.315L893.56 642.301C893.503 642.642 893.758 642.982 894.127 642.954H900.595C900.879 642.954 901.106 642.755 901.162 642.471L911.715 584.485C911.772 584.145 911.517 583.833 911.148 583.833H904.595C904.311 583.833 904.084 584.032 904.027 584.315Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M895.233 600.401L901.162 642.302C901.218 642.643 900.963 642.955 900.594 642.955H894.041C893.758 642.955 893.531 642.756 893.474 642.501L887.545 600.345C887.743 599.891 887.97 599.891 888.339 599.891H894.637C894.921 599.891 895.176 600.118 895.233 600.401Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M887.545 600.372L877.162 658.415C877.105 658.755 877.361 659.067 877.73 659.067H884.056C884.424 659.067 884.623 658.84 884.68 658.585L895.233 600.599C895.289 600.258 895.006 599.946 894.665 599.946H888.112C887.829 599.946 887.602 600.117 887.545 600.4%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1026.44 519.21L1016.05 577.253C1016 577.593 1016.25 577.905 1016.62 577.905H1022.95C1023.32 577.905 1023.51 577.678 1023.57 577.423L1034.12 519.437C1034.18 519.096 1033.92 518.784 1033.56 518.784H1027C1026.72 518.784 1026.49 518.954 1026.44 519.238%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1017.41 535.296L1023.54 577.197C1023.6 577.537 1023.34 577.878 1022.98 577.878H1016.42C1016.14 577.878 1015.91 577.679 1015.85 577.424L1009.93 535.239C1010.12 534.785 1010.35 534.785 1010.72 534.785H1016.82C1017.1 534.785 1017.36 535.012 1017.41 535.296Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1009.73 535.267L999.26 593.253C999.203 593.594 999.458 593.934 999.827 593.906H1006.3C1006.58 593.906 1006.81 593.707 1006.86 593.424L1017.42 535.438C1017.47 535.097 1017.22 534.785 1016.85 534.785H1010.3C1010.01 534.785 1009.78 534.984 1009.73 535.267Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1000.9 551.351L1006.83 593.281C1006.89 593.621 1006.63 593.933 1006.27 593.933H999.713C999.429 593.933 999.202 593.735 999.146 593.479L993.217 551.323C993.415 550.869 993.642 550.869 994.011 550.869H1000.31C1000.59 550.869 1000.85 551.096 1000.9 551.38%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M993.217 551.323L982.834 609.366C982.777 609.706 983.033 610.018 983.401 610.018H989.728C990.096 610.018 990.295 609.791 990.352 609.536L1000.9 551.55C1000.96 551.21 1000.68 550.897 1000.34 550.897H993.784C993.5 550.897 993.274 551.068 993.217 551.351%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M984.225 567.408L990.352 609.309C990.409 609.649 990.153 609.99 989.785 609.99H983.232C982.948 609.99 982.721 609.791 982.664 609.536L976.735 567.351C976.934 566.897 977.161 566.897 977.53 566.897H983.629C983.912 566.897 984.168 567.124 984.225 567.408Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M976.537 567.211L966.069 625.197C966.013 625.537 966.268 625.878 966.637 625.849H973.105C973.388 625.849 973.615 625.651 973.672 625.367L984.225 567.381C984.282 567.041 984.026 566.729 983.658 566.729H977.105C976.821 566.729 976.594 566.927 976.537 567.211Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M967.714 583.324L973.643 625.225C973.7 625.565 973.444 625.877 973.076 625.877H966.523C966.239 625.877 966.012 625.679 965.955 625.424L960.026 583.267C960.225 582.813 960.452 582.813 960.821 582.813H967.118C967.402 582.813 967.657 583.04 967.714 583.324Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M960.053 583.267L949.67 641.31C949.613 641.651 949.869 641.963 950.237 641.963H956.563C956.932 641.963 957.131 641.736 957.188 641.48L967.74 583.494C967.797 583.154 967.514 582.842 967.173 582.842H960.62C960.336 582.842 960.109 583.012 960.053 583.296%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M951.032 599.353L957.16 641.253C957.216 641.594 956.961 641.934 956.592 641.934H950.039C949.756 641.934 949.529 641.736 949.472 641.48L943.543 599.296C943.742 598.842 943.968 598.842 944.337 598.842H950.436C950.72 598.842 950.975 599.069 951.032 599.353Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M943.345 599.324L932.877 657.31C932.82 657.651 933.076 657.991 933.444 657.963H939.912C940.196 657.963 940.423 657.764 940.48 657.48L951.033 599.494C951.089 599.154 950.834 598.842 950.465 598.842H943.912C943.629 598.842 943.402 599.04 943.345 599.324Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1032.53 566.132L1022.15 624.174C1022.09 624.515 1022.35 624.827 1022.72 624.827H1029.04C1029.41 624.827 1029.61 624.6 1029.67 624.345L1040.22 566.359C1040.28 566.018 1039.99 565.706 1039.65 565.706H1033.1C1032.82 565.706 1032.59 565.876 1032.53 566.16%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1023.51 582.217L1029.64 624.118C1029.7 624.458 1029.44 624.798 1029.07 624.798H1022.52C1022.24 624.798 1022.01 624.6 1021.95 624.345L1016.02 582.16C1016.22 581.706 1016.45 581.706 1016.82 581.706H1022.92C1023.2 581.706 1023.46 581.933 1023.51 582.217Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M1015.83 582.217L1005.36 640.203C1005.3 640.543 1005.56 640.884 1005.93 640.855H1012.39C1012.68 640.855 1012.9 640.657 1012.96 640.373L1023.51 582.387C1023.57 582.046 1023.32 581.734 1022.95 581.734H1016.39C1016.11 581.734 1015.88 581.933 1015.83 582.217Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M1007 598.302L1012.93 640.203C1012.99 640.543 1012.73 640.855 1012.36 640.855H1005.81C1005.53 640.855 1005.3 640.656 1005.24 640.401L999.315 598.245C999.514 597.791 999.741 597.791 1000.11 597.791H1006.41C1006.69 597.791 1006.95 598.018 1007 598.302Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M999.315 598.246L988.933 656.289C988.876 656.629 989.131 656.941 989.5 656.941H995.826C996.195 656.941 996.393 656.714 996.45 656.459L1007 598.473C1007.06 598.132 1006.8 597.82 1006.44 597.82H999.883C999.599 597.82 999.372 597.991 999.315 598.274%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M990.323 614.367L996.451 656.268C996.507 656.608 996.252 656.949 995.883 656.949H989.33C989.047 656.949 988.82 656.75 988.763 656.495L982.834 614.31C983.033 613.856 983.26 613.856 983.628 613.856H989.727C990.011 613.856 990.266 614.083 990.323 614.367Z%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M982.636 614.169L972.168 672.155C972.111 672.495 972.367 672.836 972.735 672.807H979.203C979.487 672.807 979.714 672.609 979.771 672.325L990.324 614.339C990.38 613.999 990.125 613.687 989.756 613.687H983.203C982.92 613.687 982.693 613.885 982.636 614.169Z%27 fill=%27%239CCDC3%27/%3E%3C/g%3E%3Crect width=%271023%27 height=%27614%27 fill=%27url%28%23paint0_linear_1895_62315%29%27/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_1895_62315%27 x1=%27760%27 y1=%27342.5%27 x2=%271305%27 y2=%27803.5%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FAFAFA%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FBFBFB%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3CclipPath id=%27clip0_1895_62315%27%3E%3Crect width=%271023%27 height=%27614%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
.mcl-inclined-photo .mcl-flex-content {
  display: flex;
  column-gap: 24px;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 1024px) {
  .mcl-inclined-photo .mcl-flex-content {
    flex-direction: row;
    align-items: center;
    padding-top: 24px;
  }
}
@media (min-width: 1024px) {
  .mcl-inclined-photo .mcl-flex-content > div {
    width: 50%;
  }
}
.mcl-inclined-photo .mcl-flex-content > div {
  display: flex;
  justify-content: center;
}
.mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper {
  position: relative;
  padding: 45px 16px;
  width: 100%;
  margin: 35px 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper {
    padding: 64px 0;
    width: 50%;
    margin-top: 0;
  }
}
.mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper img {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  transform: rotate(-9deg);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper img {
    transform-origin: left bottom;
  }
}
@media (min-width: 1024px) {
  .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper img {
    max-height: 360px;
    max-width: 360px;
    width: auto;
  }
}
.mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper img {
  object-fit: cover;
  z-index: 1;
}
.mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27325%27 height=%27549%27 viewBox=%270 0 325 549%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M81.0273 549H7.225C3.46968 549 0.637312 545.589 1.32708 541.898L90.0848 66.8979C90.6154 64.0584 93.094 62 95.9827 62H170.76C174.521 62 177.354 65.419 176.656 69.1138L86.9231 544.114C86.3877 546.948 83.9116 549 81.0273 549Z%27 fill=%27%23245557%27/%3E%3Cpath d=%27M228.027 487H154.225C150.47 487 147.637 483.589 148.327 479.898L237.085 4.89792C237.615 2.05838 240.094 0 242.983 0H317.76C321.521 0 324.354 3.41898 323.656 7.11379L233.923 482.114C233.388 484.948 230.912 487 228.027 487Z%27 fill=%27%234B9C96%27/%3E%3C/svg%3E");
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper:after {
    transform-origin: left bottom;
  }
}
.mcl-inclined-photo .mcl-flex-content .mcl-image-wrapper.animated:after {
  transform: rotate(1deg);
}
.mcl-inclined-photo .mcl-flex-content .mcl-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mcl-inclined-photo .mcl-flex-content .mcl-text-wrapper .mcl-tag {
  margin-bottom: 24px;
}
.mcl-inclined-photo .mcl-flex-content .mcl-text-wrapper .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-inclined-photo .mcl-flex-content .mcl-text-wrapper .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-inclined-photo .mcl-flex-content .mcl-text-wrapper .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
.mcl-inclined-photo .mcl-flex-content .mcl-text-wrapper .mcl-description {
  padding-top: 16px;
  color: #525959;
  font-size: 16px;
  line-height: 18px;
}
.mcl-inclined-photo .mcl-flex-content .mcl-text-wrapper .mcl-button {
  margin-top: 32px;
}

.mcl-servizi {
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .mcl-servizi {
    padding: 96px 0;
  }
}
.mcl-servizi.grey {
  background-color: #FAFAFA;
}
.mcl-servizi.white {
  background-color: #FFFFFF;
}
.mcl-servizi.full-image-background .mcl-wrapper .mcl-grid-content-2 {
  column-gap: 24px;
  row-gap: 24px;
}
@media (min-width: 1024px) {
  .mcl-servizi.full-image-background .mcl-wrapper .mcl-grid-content-2 .mcl-button-wrapper {
    margin: 48px auto 0;
  }
}
.mcl-servizi .mcl-wrapper > .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-servizi .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-servizi .mcl-wrapper > .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  .mcl-servizi .mcl-wrapper > .mcl-title {
    text-align: center;
  }
}
.mcl-servizi .mcl-wrapper .mcl-grid-content-2 {
  column-gap: 24px;
  row-gap: 32px;
}
@media (min-width: 1024px) {
  .mcl-servizi .mcl-wrapper .mcl-grid-content-2 {
    width: 100%;
    max-width: 83.33%;
    margin: 0 auto;
    display: grid;
    row-gap: 56px;
  }
}
.mcl-servizi .mcl-wrapper .mcl-grid-content-2 .mcl-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 50%;
}
.mcl-servizi .mcl-wrapper .mcl-grid-content-2 .mcl-card .mcl-icon svg {
  height: 32px;
  color: #4B9C96;
}
.mcl-servizi .mcl-wrapper .mcl-grid-content-2 .mcl-card .mcl-title {
  margin-top: 8px;
  color: #1E2929;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.mcl-servizi .mcl-wrapper .mcl-grid-content-2 .mcl-card .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 21px;
  margin-top: 8px;
}
.mcl-servizi .mcl-wrapper .mcl-button-wrapper {
  margin: 48px auto 0;
}
@media (min-width: 1024px) {
  .mcl-servizi .mcl-wrapper .mcl-button-wrapper {
    margin: 64px auto 0;
  }
}
.mcl-servizi .mcl-wrapper .mcl-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mcl-customer-type {
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .mcl-customer-type {
    padding: 96px 0;
  }
}
.mcl-customer-type {
  background-color: #245557;
  text-align: center;
}
.mcl-customer-type.light {
  background-color: #E2EEEB;
}
.mcl-customer-type.light .mcl-wrapper > .mcl-title, .mcl-customer-type.light .mcl-wrapper .mcl-description {
  color: #1E2929;
}
.mcl-customer-type .mcl-wrapper > .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-customer-type .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-customer-type .mcl-wrapper > .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  color: #FFFFFF;
}
.mcl-customer-type .mcl-wrapper .mcl-description {
  padding-top: 16px;
  color: #FFFFFF;
}
.mcl-customer-type .mcl-wrapper .mcl-description p {
  font-size: 20px;
  line-height: 24px;
}
.mcl-customer-type .mcl-wrapper .mcl-tag {
  margin-bottom: 24px;
}
.mcl-customer-type .mcl-wrapper .mcl-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .mcl-customer-type .mcl-wrapper .mcl-items {
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .mcl-customer-type .mcl-wrapper .mcl-items {
    row-gap: 20px;
    column-gap: 20px;
    flex-wrap: nowrap;
  }
}
.mcl-customer-type .mcl-wrapper .mcl-items > .mcl-card-utenti {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-customer-type .mcl-wrapper .mcl-items > .mcl-card-utenti {
    max-width: 304px;
  }
}

.mcl-logo-slider {
  padding: 80px 16px 0px;
}
@media (min-width: 1024px) {
  .mcl-logo-slider {
    padding: 80px 16px;
  }
}
.mcl-logo-slider {
  background-color: #FFFFFF;
  text-align: center;
}
.mcl-logo-slider .mcl-title {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  color: #1E2929;
  padding-bottom: 32px;
}
.mcl-logo-slider .mcl-description {
  margin-top: -16px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .mcl-logo-slider .mcl-description {
    padding-bottom: 40px;
  }
}
.mcl-logo-slider .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
.mcl-logo-slider .mcl-button-wrapper {
  text-align: center;
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .mcl-logo-slider .mcl-button-wrapper {
    margin-top: 45px;
  }
}
.mcl-logo-slider .mcl-wrapper {
  overflow: hidden;
}
.mcl-logo-slider .mcl-wrapper .mcl-no-logo-slider {
  grid-template-columns: repeat(2, 1fr);
  display: inline-grid;
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-logo-slider .mcl-wrapper .mcl-no-logo-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 82px;
    flex-wrap: wrap;
  }
}
.mcl-logo-slider .mcl-wrapper .mcl-no-logo-slider .mcl-image-logo {
  padding: 16px 0;
  text-align: center;
}
.mcl-logo-slider .mcl-wrapper .mcl-no-logo-slider .mcl-image-logo img {
  width: 120px;
  max-height: 40px;
  object-fit: contain;
}
.mcl-logo-slider.no-slider {
  margin-bottom: 0;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .mcl-logo-slider.no-slider {
    text-align: center;
  }
}
.mcl-logo-slider.no-slider .mcl-title {
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-logo-slider.no-slider .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-logo-slider.no-slider .mcl-title {
  font-family: "Syne", sans-serif;
}
.mcl-logo-slider.no-slider .mcl-wrapper .mcl-no-logo-slider {
  margin: auto;
}
.mcl-logo-slider.no-slider .mcl-wrapper .mcl-no-logo-slider.large {
  max-width: 796px;
  column-gap: 44px;
}
.mcl-logo-slider.no-slider .mcl-wrapper .mcl-no-logo-slider.medium {
  max-width: 632px;
  column-gap: 44px;
}
.mcl-logo-slider.no-slider .mcl-wrapper .mcl-no-logo-slider.small {
  max-width: 587px;
  column-gap: 44px;
}
.mcl-logo-slider.no-slider .mcl-wrapper .mcl-no-logo-slider .mcl-image-logo {
  padding: 32px 0;
}
.mcl-logo-slider.grey {
  background-color: #FAFAFA;
}
.mcl-logo-slider {
  /* @media screen and (max-width: $bp-desktop) {
    height: 100% !important;
    margin-bottom: -72px;
    .owl-item.cloned {
      display: none !important;
    }
    .owl-stage-outer {
      height: 100% !important;

      .owl-stage {
        transform: none !important;
        transition: none !important;
        width: auto !important;
        flex-wrap: wrap;
        display: inline-grid !important;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 !important;
      }

      .owl-item {
        width: auto !important;

        margin-bottom: 75px;

        &:nth-child(odd) {
          margin-right: 0 !important;
        }
      }
    }
  } */
}

.mcl-contact-card-green-small {
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .mcl-contact-card-green-small {
    padding: 105px 0;
  }
}
.mcl-contact-card-green-small {
  background-color: #FAFAFA;
}
.mcl-contact-card-green-small.white {
  background-color: #FFFFFF;
}
.mcl-contact-card-green-small.grey {
  background-color: #FAFAFA;
}
.mcl-contact-card-green-small .mcl-card {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-contact-card-green-small .mcl-card {
    width: 83%;
  }
}
.mcl-contact-card-green-small .mcl-card {
  margin: auto;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mcl-contact-card-green-small .mcl-card {
    flex-direction: row;
    min-height: 392px;
  }
}
@media (min-width: 1024px) {
  .mcl-contact-card-green-small .mcl-card .mcl-left {
    width: 40%;
  }
}
.mcl-contact-card-green-small .mcl-card .mcl-left img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
@media (min-width: 1024px) {
  .mcl-contact-card-green-small .mcl-card .mcl-left img {
    min-height: 100%;
  }
}
.mcl-contact-card-green-small .mcl-card .mcl-right {
  padding: 40px 24px;
}
@media (min-width: 1024px) {
  .mcl-contact-card-green-small .mcl-card .mcl-right {
    width: 60%;
    padding: 40px;
  }
}
.mcl-contact-card-green-small .mcl-card .mcl-right {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #4B9C96;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27328%27 height=%27339%27 viewBox=%270 0 328 339%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0_1856_65411%29%27%3E%3Cpath d=%27M328 318.158C328 329.204 319.046 338.158 308 338.158H20C8.95432 338.158 0 329.204 0 318.158V0.158203H328V318.158Z%27 fill=%27%234B9C96%27/%3E%3Cg style=%27mix-blend-mode:soft-light%27 opacity=%270.6%27%3E%3Cpath d=%27M318.26 369.439L324.041 337.417C324.072 337.229 323.931 337.041 323.727 337.057H320.155C319.999 337.057 319.873 337.167 319.842 337.323L314.014 369.345C313.983 369.533 314.124 369.705 314.328 369.705H317.946C318.103 369.705 318.228 369.595 318.26 369.439Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M323.131 360.556L319.857 337.417C319.826 337.229 319.967 337.057 320.171 337.057H323.789C323.946 337.057 324.071 337.166 324.103 337.307L327.377 360.587C327.267 360.838 327.142 360.838 326.938 360.838H323.46C323.304 360.838 323.163 360.713 323.131 360.556Z%27 fill=%27white%27/%3E%3Cpath d=%27M327.377 360.572L333.111 328.519C333.142 328.331 333.001 328.159 332.798 328.159H329.304C329.1 328.159 328.991 328.284 328.959 328.441L323.132 360.462C323.1 360.65 323.241 360.822 323.445 360.822H327.064C327.22 360.822 327.346 360.728 327.377 360.572Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M287.445 370.128L293.179 338.075C293.211 337.887 293.07 337.715 292.866 337.715H289.372C289.169 337.715 289.059 337.841 289.028 337.997L283.2 370.019C283.169 370.207 283.31 370.379 283.513 370.379H287.132C287.289 370.379 287.414 370.285 287.445 370.128Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M292.411 361.245L289.027 338.107C288.996 337.919 289.137 337.731 289.341 337.731H292.959C293.116 337.731 293.241 337.84 293.273 337.981L296.547 361.277C296.437 361.527 296.312 361.527 296.108 361.527H292.74C292.583 361.527 292.442 361.402 292.411 361.245Z%27 fill=%27white%27/%3E%3Cpath d=%27M296.656 361.339L302.437 329.318C302.468 329.13 302.327 328.942 302.124 328.957H298.552C298.395 328.957 298.27 329.067 298.239 329.224L292.411 361.245C292.379 361.433 292.52 361.605 292.724 361.605H296.343C296.5 361.605 296.625 361.496 296.656 361.339Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M301.528 352.456L298.254 329.318C298.222 329.13 298.363 328.957 298.567 328.957H302.186C302.343 328.957 302.468 329.067 302.499 329.208L305.773 352.488C305.664 352.738 305.538 352.738 305.335 352.738H301.857C301.7 352.738 301.559 352.613 301.528 352.456Z%27 fill=%27white%27/%3E%3Cpath d=%27M305.774 352.488L311.507 320.435C311.539 320.247 311.398 320.075 311.194 320.075H307.701C307.497 320.075 307.387 320.2 307.356 320.357L301.528 352.378C301.497 352.566 301.638 352.738 301.841 352.738H305.46C305.617 352.738 305.742 352.644 305.774 352.488Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M310.739 343.59L307.355 320.451C307.324 320.263 307.465 320.075 307.669 320.075H311.287C311.444 320.075 311.569 320.185 311.601 320.326L314.875 343.621C314.765 343.872 314.64 343.872 314.436 343.872H311.068C310.912 343.872 310.77 343.747 310.739 343.59Z%27 fill=%27white%27/%3E%3Cpath d=%27M315 343.606L320.781 311.584C320.812 311.396 320.671 311.208 320.467 311.224H316.896C316.739 311.224 316.614 311.334 316.582 311.49L310.755 343.512C310.723 343.7 310.864 343.872 311.068 343.872H314.687C314.843 343.872 314.969 343.762 315 343.606Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M319.856 334.723L316.582 311.584C316.551 311.396 316.692 311.224 316.895 311.224H320.514C320.671 311.224 320.796 311.334 320.827 311.475L324.102 334.754C323.992 335.005 323.867 335.005 323.663 335.005H320.185C320.028 335.005 319.887 334.88 319.856 334.723Z%27 fill=%27white%27/%3E%3Cpath d=%27M324.104 334.739L329.837 302.686C329.869 302.498 329.728 302.326 329.524 302.326H326.031C325.827 302.326 325.717 302.451 325.686 302.608L319.858 334.629C319.827 334.817 319.968 334.989 320.171 334.989H323.79C323.947 334.989 324.072 334.895 324.104 334.739Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M329.085 325.856L325.701 302.717C325.67 302.529 325.811 302.341 326.014 302.341H329.633C329.79 302.341 329.915 302.451 329.947 302.592L333.221 325.887C333.111 326.138 332.986 326.138 332.782 326.138H329.414C329.257 326.138 329.116 326.012 329.085 325.856Z%27 fill=%27white%27/%3E%3Cpath d=%27M265.731 361.918L271.464 329.866C271.496 329.678 271.355 329.505 271.151 329.505H267.658C267.454 329.505 267.344 329.631 267.313 329.787L261.485 361.809C261.454 361.997 261.61 362.169 261.798 362.169H265.417C265.574 362.169 265.699 362.075 265.731 361.918Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M270.714 353.036L267.33 329.898C267.299 329.71 267.44 329.522 267.643 329.522H271.262C271.419 329.522 271.544 329.631 271.575 329.772L274.85 353.068C274.74 353.318 274.615 353.318 274.411 353.318H271.043C270.886 353.318 270.745 353.193 270.714 353.036Z%27 fill=%27white%27/%3E%3Cpath d=%27M274.943 353.052L280.724 321.031C280.755 320.843 280.614 320.655 280.411 320.67H276.839C276.682 320.67 276.557 320.78 276.526 320.937L270.698 352.958C270.667 353.146 270.808 353.318 271.011 353.318H274.63C274.787 353.318 274.912 353.209 274.943 353.052Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M279.815 344.169L276.541 321.03C276.51 320.842 276.651 320.67 276.854 320.67H280.473C280.63 320.67 280.755 320.78 280.786 320.921L284.061 344.201C283.951 344.451 283.826 344.451 283.622 344.451H280.144C279.987 344.451 279.846 344.326 279.815 344.169Z%27 fill=%27white%27/%3E%3Cpath d=%27M284.061 344.201L289.794 312.148C289.826 311.96 289.685 311.787 289.481 311.787H285.988C285.784 311.787 285.674 311.913 285.643 312.069L279.815 344.091C279.784 344.279 279.941 344.451 280.129 344.451H283.747C283.904 344.451 284.029 344.357 284.061 344.201Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M289.042 335.303L285.658 312.164C285.627 311.976 285.768 311.788 285.971 311.788H289.59C289.747 311.788 289.872 311.898 289.904 312.039L293.178 335.334C293.068 335.585 292.943 335.585 292.739 335.585H289.371C289.214 335.585 289.073 335.46 289.042 335.303Z%27 fill=%27white%27/%3E%3Cpath d=%27M293.273 335.412L299.054 303.391C299.086 303.203 298.945 303.015 298.741 303.031H295.169C295.012 303.031 294.887 303.14 294.856 303.297L289.028 335.318C288.997 335.506 289.138 335.694 289.341 335.679H292.96C293.117 335.679 293.242 335.569 293.273 335.412Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M298.145 326.529L294.871 303.391C294.84 303.203 294.981 303.03 295.184 303.03H298.803C298.96 303.03 299.085 303.14 299.116 303.281L302.391 326.561C302.281 326.812 302.156 326.812 301.952 326.812H298.474C298.317 326.812 298.176 326.686 298.145 326.529Z%27 fill=%27white%27/%3E%3Cpath d=%27M302.389 326.545L308.123 294.493C308.154 294.305 308.013 294.132 307.809 294.132H304.316C304.112 294.132 304.002 294.258 303.971 294.414L298.143 326.436C298.112 326.624 298.253 326.796 298.457 326.796H302.076C302.232 326.796 302.358 326.702 302.389 326.545Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M307.37 317.662L303.986 294.524C303.955 294.336 304.096 294.148 304.299 294.148H307.918C308.075 294.148 308.2 294.257 308.232 294.398L311.506 317.694C311.396 317.944 311.271 317.944 311.067 317.944H307.699C307.542 317.944 307.401 317.819 307.37 317.662Z%27 fill=%27white%27/%3E%3Cpath d=%27M311.617 317.678L317.398 285.657C317.429 285.469 317.288 285.281 317.085 285.296H313.513C313.356 285.296 313.231 285.406 313.199 285.563L307.372 317.584C307.34 317.772 307.481 317.944 307.685 317.944H311.304C311.461 317.944 311.586 317.835 311.617 317.678Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M316.489 308.78L313.215 285.641C313.183 285.453 313.324 285.28 313.528 285.28H317.147C317.304 285.28 317.429 285.39 317.46 285.531L320.734 308.811C320.625 309.062 320.499 309.062 320.296 309.062H316.818C316.661 309.062 316.52 308.936 316.489 308.78Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.719 308.811L326.453 276.758C326.484 276.57 326.343 276.398 326.139 276.398H322.646C322.442 276.398 322.332 276.523 322.301 276.68L316.473 308.701C316.442 308.889 316.583 309.062 316.787 309.062H320.406C320.562 309.062 320.688 308.968 320.719 308.811Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M325.7 299.928L322.316 276.789C322.285 276.601 322.426 276.413 322.63 276.413H326.248C326.405 276.413 326.53 276.523 326.562 276.664L329.836 299.959C329.726 300.21 329.601 300.21 329.397 300.21H326.029C325.872 300.21 325.731 300.085 325.7 299.928Z%27 fill=%27white%27/%3E%3Cpath d=%27M329.945 300.022L335.726 268C335.757 267.812 335.616 267.624 335.413 267.64H331.841C331.684 267.64 331.559 267.75 331.528 267.906L325.7 299.928C325.668 300.116 325.809 300.288 326.013 300.288H329.632C329.789 300.288 329.914 300.178 329.945 300.022Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M234.932 362.514L240.712 330.493C240.744 330.305 240.603 330.117 240.399 330.132H236.827C236.671 330.132 236.545 330.242 236.514 330.399L230.686 362.42C230.655 362.608 230.796 362.78 230.999 362.78H234.618C234.775 362.78 234.9 362.671 234.932 362.514Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M239.788 353.616L236.513 330.478C236.482 330.29 236.623 330.117 236.827 330.117H240.446C240.602 330.117 240.728 330.227 240.759 330.368L244.033 353.648C243.924 353.898 243.798 353.898 243.595 353.898H240.117C239.96 353.898 239.819 353.773 239.788 353.616Z%27 fill=%27white%27/%3E%3Cpath d=%27M244.033 353.648L249.767 321.595C249.798 321.407 249.657 321.235 249.454 321.235H245.96C245.757 321.235 245.647 321.36 245.616 321.517L239.788 353.538C239.757 353.726 239.913 353.898 240.101 353.898H243.72C243.877 353.898 244.002 353.804 244.033 353.648Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M249.015 344.765L245.631 321.626C245.599 321.438 245.74 321.25 245.944 321.25H249.563C249.72 321.25 249.845 321.36 249.876 321.501L253.15 344.796C253.041 345.047 252.915 345.047 252.712 345.047H249.344C249.187 345.047 249.046 344.922 249.015 344.765Z%27 fill=%27white%27/%3E%3Cpath d=%27M253.262 344.859L259.043 312.837C259.074 312.649 258.933 312.461 258.729 312.477H255.157C255.001 312.477 254.875 312.587 254.844 312.743L249.016 344.765C248.985 344.953 249.126 345.125 249.33 345.125H252.948C253.105 345.125 253.23 345.015 253.262 344.859Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M258.118 335.976L254.844 312.837C254.812 312.649 254.953 312.477 255.157 312.477H258.776C258.932 312.477 259.058 312.586 259.089 312.727L262.363 336.007C262.254 336.258 262.128 336.258 261.925 336.258H258.447C258.29 336.258 258.149 336.132 258.118 335.976Z%27 fill=%27white%27/%3E%3Cpath d=%27M262.363 336.007L268.097 303.954C268.129 303.766 267.988 303.594 267.784 303.594H264.29C264.087 303.594 263.977 303.719 263.946 303.876L258.118 335.897C258.087 336.085 258.243 336.258 258.431 336.258H262.05C262.207 336.258 262.332 336.164 262.363 336.007Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M267.345 327.11L263.961 303.971C263.929 303.783 264.07 303.595 264.274 303.595H267.893C268.05 303.595 268.175 303.705 268.206 303.846L271.48 327.141C271.371 327.392 271.245 327.392 271.042 327.392H267.674C267.517 327.392 267.376 327.266 267.345 327.11Z%27 fill=%27white%27/%3E%3Cpath d=%27M271.574 327.14L277.355 295.119C277.386 294.931 277.245 294.743 277.042 294.758H273.47C273.313 294.758 273.188 294.868 273.157 295.025L267.329 327.046C267.297 327.234 267.438 327.406 267.642 327.406H271.261C271.418 327.406 271.543 327.297 271.574 327.14Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M276.446 318.242L273.172 295.104C273.14 294.916 273.281 294.743 273.485 294.743H277.104C277.261 294.743 277.386 294.853 277.417 294.994L280.691 318.274C280.582 318.524 280.456 318.524 280.253 318.524H276.775C276.618 318.524 276.477 318.399 276.446 318.242Z%27 fill=%27white%27/%3E%3Cpath d=%27M280.692 318.274L286.425 286.221C286.457 286.033 286.316 285.861 286.112 285.861H282.618C282.415 285.861 282.305 285.986 282.274 286.143L276.446 318.164C276.415 318.352 276.556 318.524 276.759 318.524H280.378C280.535 318.524 280.66 318.43 280.692 318.274Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M285.675 309.391L282.291 286.252C282.26 286.064 282.401 285.876 282.604 285.876H286.223C286.38 285.876 286.505 285.986 286.536 286.127L289.811 309.422C289.701 309.673 289.576 309.673 289.372 309.673H286.004C285.847 309.673 285.706 309.547 285.675 309.391Z%27 fill=%27white%27/%3E%3Cpath d=%27M289.904 309.485L295.685 277.463C295.716 277.275 295.575 277.087 295.372 277.103H291.8C291.643 277.103 291.518 277.213 291.487 277.369L285.659 309.391C285.628 309.579 285.768 309.751 285.972 309.751H289.591C289.748 309.751 289.873 309.641 289.904 309.485Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M294.776 300.603L291.502 277.464C291.47 277.276 291.611 277.104 291.815 277.104H295.434C295.591 277.104 295.716 277.213 295.747 277.354L299.021 300.634C298.912 300.885 298.786 300.885 298.583 300.885H295.105C294.948 300.885 294.807 300.759 294.776 300.603Z%27 fill=%27white%27/%3E%3Cpath d=%27M299.022 300.634L304.755 268.581C304.787 268.393 304.646 268.221 304.442 268.221H300.949C300.745 268.221 300.635 268.346 300.604 268.503L294.776 300.524C294.745 300.712 294.886 300.885 295.089 300.885H298.708C298.865 300.885 298.99 300.791 299.022 300.634Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M304.003 291.736L300.619 268.597C300.588 268.409 300.729 268.221 300.932 268.221H304.551C304.708 268.221 304.833 268.331 304.864 268.472L308.139 291.767C308.029 292.018 307.904 292.018 307.7 292.018H304.332C304.175 292.018 304.034 291.892 304.003 291.736Z%27 fill=%27white%27/%3E%3Cpath d=%27M308.248 291.751L314.029 259.73C314.06 259.542 313.919 259.354 313.716 259.37H310.144C309.987 259.37 309.862 259.479 309.83 259.636L304.003 291.657C303.971 291.845 304.112 292.018 304.316 292.018H307.935C308.091 292.018 308.217 291.908 308.248 291.751Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M313.12 282.867L309.846 259.729C309.814 259.541 309.955 259.368 310.159 259.368H313.778C313.934 259.368 314.06 259.478 314.091 259.619L317.365 282.899C317.256 283.149 317.13 283.149 316.927 283.149H313.449C313.292 283.149 313.151 283.024 313.12 282.867Z%27 fill=%27white%27/%3E%3Cpath d=%27M317.352 282.884L323.085 250.831C323.117 250.643 322.976 250.471 322.772 250.471H319.279C319.075 250.471 318.965 250.596 318.934 250.753L313.106 282.774C313.075 282.962 313.216 283.135 313.42 283.135H317.038C317.195 283.135 317.32 283.041 317.352 282.884Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M322.333 274.001L318.949 250.862C318.918 250.674 319.059 250.486 319.262 250.486H322.881C323.038 250.486 323.163 250.596 323.195 250.737L326.469 274.033C326.359 274.283 326.234 274.283 326.03 274.283H322.662C322.505 274.283 322.364 274.158 322.333 274.001Z%27 fill=%27white%27/%3E%3Cpath d=%27M326.578 274.111L332.359 242.089C332.39 241.901 332.249 241.713 332.046 241.729H328.474C328.317 241.729 328.192 241.839 328.16 241.995L322.333 274.017C322.301 274.205 322.442 274.377 322.646 274.377H326.265C326.421 274.377 326.547 274.267 326.578 274.111Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M195.141 370.238L200.921 338.216C200.953 338.028 200.812 337.84 200.608 337.856H197.036C196.88 337.856 196.754 337.966 196.723 338.122L190.895 370.144C190.864 370.332 191.005 370.504 191.208 370.504H194.827C194.984 370.504 195.109 370.394 195.141 370.238Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M200.012 361.355L196.738 338.216C196.707 338.028 196.848 337.856 197.051 337.856H200.67C200.827 337.856 200.952 337.965 200.984 338.106L204.258 361.386C204.148 361.637 204.023 361.637 203.819 361.637H200.341C200.185 361.637 200.044 361.511 200.012 361.355Z%27 fill=%27white%27/%3E%3Cpath d=%27M204.242 361.371L209.976 329.319C210.007 329.131 209.866 328.958 209.663 328.958H206.169C205.966 328.958 205.856 329.084 205.825 329.24L199.997 361.262C199.966 361.45 200.107 361.622 200.31 361.622H203.929C204.086 361.622 204.211 361.528 204.242 361.371Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M209.224 352.488L205.84 329.349C205.808 329.161 205.949 328.973 206.153 328.973H209.772C209.928 328.973 210.054 329.082 210.085 329.223L213.359 352.519C213.25 352.77 213.124 352.77 212.921 352.77H209.553C209.396 352.77 209.255 352.644 209.224 352.488Z%27 fill=%27white%27/%3E%3Cpath d=%27M213.469 352.598L219.25 320.577C219.281 320.389 219.14 320.201 218.936 320.216H215.364C215.208 320.216 215.082 320.326 215.051 320.483L209.223 352.504C209.192 352.692 209.333 352.864 209.537 352.864H213.155C213.312 352.864 213.437 352.755 213.469 352.598Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M218.34 343.699L215.066 320.561C215.035 320.373 215.176 320.2 215.38 320.2H218.998C219.155 320.2 219.28 320.31 219.312 320.451L222.586 343.731C222.476 343.981 222.351 343.981 222.147 343.981H218.669C218.513 343.981 218.372 343.856 218.34 343.699Z%27 fill=%27white%27/%3E%3Cpath d=%27M222.572 343.731L228.306 311.678C228.338 311.49 228.197 311.318 227.993 311.318H224.499C224.296 311.318 224.186 311.443 224.155 311.6L218.327 343.621C218.296 343.809 218.437 343.981 218.64 343.981H222.259C222.416 343.981 222.541 343.887 222.572 343.731Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M227.554 334.848L224.17 311.709C224.138 311.521 224.279 311.333 224.483 311.333H228.102C228.259 311.333 228.384 311.443 228.415 311.584L231.689 334.879C231.58 335.13 231.454 335.13 231.251 335.13H227.883C227.726 335.13 227.585 335.005 227.554 334.848Z%27 fill=%27white%27/%3E%3Cpath d=%27M231.814 334.848L237.595 302.827C237.627 302.639 237.486 302.451 237.282 302.466H233.71C233.553 302.466 233.428 302.576 233.397 302.733L227.569 334.754C227.538 334.942 227.679 335.114 227.882 335.114H231.501C231.658 335.114 231.783 335.005 231.814 334.848Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M236.671 325.966L233.396 302.827C233.365 302.639 233.506 302.467 233.71 302.467H237.328C237.485 302.467 237.61 302.577 237.642 302.718L240.916 325.997C240.806 326.248 240.681 326.248 240.477 326.248H237C236.843 326.248 236.702 326.123 236.671 325.966Z%27 fill=%27white%27/%3E%3Cpath d=%27M240.916 325.997L246.65 293.945C246.681 293.757 246.54 293.584 246.337 293.584H242.843C242.639 293.584 242.53 293.71 242.498 293.866L236.671 325.888C236.639 326.076 236.796 326.248 236.984 326.248H240.603C240.76 326.248 240.885 326.154 240.916 325.997Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M245.899 317.098L242.515 293.959C242.484 293.771 242.625 293.583 242.829 293.583H246.448C246.604 293.583 246.73 293.693 246.761 293.834L250.035 317.129C249.925 317.38 249.8 317.38 249.597 317.38H246.228C246.072 317.38 245.931 317.255 245.899 317.098Z%27 fill=%27white%27/%3E%3Cpath d=%27M250.129 317.208L255.91 285.187C255.941 284.999 255.8 284.811 255.596 284.827H252.025C251.868 284.827 251.743 284.936 251.711 285.093L245.883 317.114C245.852 317.302 245.993 317.475 246.197 317.475H249.816C249.972 317.475 250.098 317.365 250.129 317.208Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M255.001 308.325L251.726 285.187C251.695 284.999 251.836 284.826 252.04 284.826H255.659C255.815 284.826 255.941 284.936 255.972 285.077L259.246 308.357C259.136 308.607 259.011 308.607 258.807 308.607H255.33C255.173 308.607 255.032 308.482 255.001 308.325Z%27 fill=%27white%27/%3E%3Cpath d=%27M259.246 308.341L264.98 276.288C265.011 276.1 264.87 275.928 264.667 275.928H261.173C260.969 275.928 260.86 276.053 260.829 276.21L255.001 308.231C254.969 308.419 255.126 308.592 255.314 308.592H258.933C259.09 308.592 259.215 308.498 259.246 308.341Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M264.227 299.459L260.844 276.32C260.812 276.132 260.953 275.944 261.157 275.944H264.776C264.932 275.944 265.058 276.054 265.089 276.195L268.363 299.491C268.254 299.741 268.128 299.741 267.925 299.741H264.556C264.4 299.741 264.259 299.616 264.227 299.459Z%27 fill=%27white%27/%3E%3Cpath d=%27M268.457 299.475L274.238 267.453C274.269 267.265 274.128 267.077 273.924 267.093H270.353C270.196 267.093 270.071 267.203 270.039 267.359L264.212 299.381C264.18 299.569 264.321 299.741 264.525 299.741H268.144C268.3 299.741 268.426 299.632 268.457 299.475Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M273.331 290.592L270.056 267.453C270.025 267.265 270.166 267.093 270.37 267.093H273.989C274.145 267.093 274.271 267.203 274.302 267.344L277.576 290.623C277.467 290.874 277.341 290.874 277.138 290.874H273.66C273.503 290.874 273.362 290.749 273.331 290.592Z%27 fill=%27white%27/%3E%3Cpath d=%27M277.574 290.623L283.308 258.571C283.339 258.383 283.198 258.21 282.995 258.21H279.501C279.298 258.21 279.188 258.336 279.157 258.492L273.329 290.514C273.298 290.702 273.454 290.874 273.642 290.874H277.261C277.418 290.874 277.543 290.78 277.574 290.623Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M282.556 281.725L279.172 258.586C279.14 258.398 279.281 258.21 279.485 258.21H283.104C283.261 258.21 283.386 258.32 283.417 258.461L286.691 281.756C286.582 282.007 286.456 282.007 286.253 282.007H282.885C282.728 282.007 282.587 281.882 282.556 281.725Z%27 fill=%27white%27/%3E%3Cpath d=%27M286.787 281.834L292.568 249.813C292.599 249.625 292.458 249.437 292.255 249.453H288.683C288.526 249.453 288.401 249.562 288.369 249.719L282.542 281.74C282.51 281.928 282.651 282.101 282.855 282.101H286.474C286.63 282.101 286.756 281.991 286.787 281.834Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M291.659 272.951L288.385 249.813C288.353 249.625 288.494 249.452 288.698 249.452H292.317C292.473 249.452 292.599 249.562 292.63 249.703L295.904 272.983C295.795 273.233 295.669 273.233 295.466 273.233H291.988C291.831 273.233 291.69 273.108 291.659 272.951Z%27 fill=%27white%27/%3E%3Cpath d=%27M295.904 272.967L301.638 240.914C301.67 240.726 301.529 240.554 301.325 240.554H297.831C297.628 240.554 297.518 240.679 297.487 240.836L291.659 272.857C291.628 273.045 291.784 273.218 291.972 273.218H295.591C295.748 273.218 295.873 273.124 295.904 272.967Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M300.87 264.084L297.486 240.945C297.455 240.757 297.596 240.569 297.799 240.569H301.418C301.575 240.569 301.7 240.679 301.732 240.82L305.006 264.116C304.896 264.366 304.771 264.366 304.567 264.366H301.199C301.042 264.366 300.901 264.241 300.87 264.084Z%27 fill=%27white%27/%3E%3Cpath d=%27M305.131 264.1L310.912 232.079C310.943 231.891 310.802 231.702 310.598 231.718H307.026C306.87 231.718 306.745 231.828 306.713 231.985L300.885 264.006C300.854 264.194 300.995 264.366 301.199 264.366H304.818C304.974 264.366 305.1 264.257 305.131 264.1Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M310.003 255.217L306.728 232.078C306.697 231.89 306.838 231.718 307.042 231.718H310.661C310.817 231.718 310.943 231.828 310.974 231.969L314.248 255.248C314.138 255.499 314.013 255.499 313.809 255.499H310.332C310.175 255.499 310.034 255.374 310.003 255.217Z%27 fill=%27white%27/%3E%3Cpath d=%27M314.233 255.234L319.966 223.181C319.998 222.993 319.857 222.821 319.653 222.821H316.16C315.956 222.821 315.846 222.946 315.815 223.103L309.987 255.124C309.956 255.312 310.097 255.484 310.3 255.484H313.919C314.076 255.484 314.201 255.39 314.233 255.234Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M319.216 246.35L315.832 223.211C315.801 223.023 315.942 222.835 316.145 222.835H319.764C319.921 222.835 320.046 222.945 320.077 223.086L323.352 246.381C323.242 246.632 323.117 246.632 322.913 246.632H319.545C319.388 246.632 319.247 246.507 319.216 246.35Z%27 fill=%27white%27/%3E%3Cpath d=%27M323.461 246.46L329.242 214.439C329.273 214.251 329.132 214.063 328.928 214.079H325.357C325.2 214.079 325.075 214.188 325.043 214.345L319.215 246.366C319.184 246.554 319.325 246.727 319.529 246.727H323.148C323.304 246.727 323.43 246.617 323.461 246.46Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M328.317 237.562L325.043 214.423C325.011 214.235 325.152 214.063 325.356 214.063H328.975C329.132 214.063 329.257 214.172 329.288 214.313L332.562 237.593C332.453 237.844 332.328 237.844 332.124 237.844H328.646C328.489 237.844 328.348 237.718 328.317 237.562Z%27 fill=%27white%27/%3E%3Cpath d=%27M173.428 362.029L179.209 330.007C179.24 329.819 179.099 329.631 178.895 329.647H175.323C175.167 329.647 175.041 329.757 175.01 329.913L169.182 361.935C169.151 362.123 169.292 362.295 169.496 362.295H173.114C173.271 362.295 173.396 362.185 173.428 362.029Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M178.299 353.147L175.025 330.008C174.994 329.82 175.135 329.648 175.339 329.648H178.957C179.114 329.648 179.239 329.757 179.271 329.898L182.545 353.178C182.435 353.429 182.31 353.429 182.106 353.429H178.628C178.472 353.429 178.331 353.303 178.299 353.147Z%27 fill=%27white%27/%3E%3Cpath d=%27M182.543 353.178L188.277 321.125C188.308 320.937 188.167 320.765 187.964 320.765H184.47C184.266 320.765 184.157 320.89 184.125 321.047L178.298 353.068C178.266 353.256 178.423 353.429 178.611 353.429H182.23C182.386 353.429 182.512 353.335 182.543 353.178Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M187.526 344.28L184.142 321.141C184.111 320.953 184.252 320.765 184.456 320.765H188.075C188.231 320.765 188.357 320.874 188.388 321.015L191.662 344.311C191.552 344.562 191.427 344.562 191.223 344.562H187.855C187.699 344.562 187.558 344.436 187.526 344.28Z%27 fill=%27white%27/%3E%3Cpath d=%27M191.756 344.31L197.537 312.288C197.568 312.1 197.427 311.912 197.223 311.928H193.651C193.495 311.928 193.37 312.038 193.338 312.194L187.51 344.216C187.479 344.404 187.62 344.576 187.824 344.576H191.443C191.599 344.576 191.725 344.466 191.756 344.31Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M196.629 335.412L193.355 312.274C193.324 312.086 193.465 311.913 193.669 311.913H197.287C197.444 311.913 197.569 312.023 197.601 312.164L200.875 335.444C200.765 335.694 200.64 335.694 200.436 335.694H196.958C196.802 335.694 196.661 335.569 196.629 335.412Z%27 fill=%27white%27/%3E%3Cpath d=%27M200.873 335.444L206.607 303.391C206.638 303.203 206.497 303.031 206.294 303.031H202.8C202.596 303.031 202.487 303.156 202.455 303.313L196.628 335.334C196.596 335.522 196.753 335.694 196.941 335.694H200.56C200.717 335.694 200.842 335.6 200.873 335.444Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M205.854 326.561L202.471 303.422C202.439 303.234 202.58 303.046 202.784 303.046H206.403C206.559 303.046 206.685 303.156 206.716 303.297L209.99 326.592C209.881 326.843 209.755 326.843 209.552 326.843H206.183C206.027 326.843 205.886 326.717 205.854 326.561Z%27 fill=%27white%27/%3E%3Cpath d=%27M210.086 326.655L215.867 294.633C215.898 294.445 215.757 294.257 215.553 294.273H211.982C211.825 294.273 211.7 294.383 211.668 294.539L205.84 326.561C205.809 326.749 205.95 326.921 206.154 326.921H209.773C209.929 326.921 210.055 326.811 210.086 326.655Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M214.958 317.773L211.683 294.634C211.652 294.446 211.793 294.274 211.997 294.274H215.616C215.772 294.274 215.898 294.383 215.929 294.524L219.203 317.804C219.093 318.055 218.968 318.055 218.764 318.055H215.287C215.13 318.055 214.989 317.929 214.958 317.773Z%27 fill=%27white%27/%3E%3Cpath d=%27M219.203 317.804L224.937 285.751C224.968 285.563 224.827 285.391 224.624 285.391H221.13C220.927 285.391 220.817 285.516 220.786 285.673L214.958 317.694C214.926 317.882 215.083 318.055 215.271 318.055H218.89C219.047 318.055 219.172 317.961 219.203 317.804Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M224.169 308.905L220.785 285.767C220.754 285.579 220.895 285.391 221.098 285.391H224.717C224.874 285.391 224.999 285.5 225.03 285.641L228.305 308.937C228.195 309.187 228.07 309.188 227.866 309.188H224.498C224.341 309.188 224.2 309.062 224.169 308.905Z%27 fill=%27white%27/%3E%3Cpath d=%27M228.43 308.921L234.21 276.9C234.242 276.712 234.101 276.524 233.897 276.539H230.325C230.169 276.539 230.043 276.649 230.012 276.806L224.184 308.827C224.153 309.015 224.294 309.188 224.498 309.188H228.116C228.273 309.188 228.398 309.078 228.43 308.921Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M233.286 300.037L230.012 276.899C229.98 276.711 230.121 276.538 230.325 276.538H233.944C234.1 276.538 234.226 276.648 234.257 276.789L237.531 300.069C237.422 300.319 237.296 300.319 237.093 300.319H233.615C233.458 300.319 233.317 300.194 233.286 300.037Z%27 fill=%27white%27/%3E%3Cpath d=%27M237.533 300.054L243.267 268.001C243.298 267.813 243.157 267.641 242.954 267.641H239.46C239.257 267.641 239.147 267.766 239.116 267.923L233.288 299.944C233.257 300.132 233.413 300.305 233.601 300.305H237.22C237.377 300.305 237.502 300.211 237.533 300.054Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M242.515 291.171L239.131 268.032C239.099 267.844 239.24 267.656 239.444 267.656H243.063C243.22 267.656 243.345 267.766 243.376 267.907L246.65 291.202C246.541 291.453 246.415 291.453 246.212 291.453H242.844C242.687 291.453 242.546 291.328 242.515 291.171Z%27 fill=%27white%27/%3E%3Cpath d=%27M246.76 291.282L252.541 259.26C252.572 259.072 252.431 258.884 252.227 258.9H248.655C248.499 258.9 248.373 259.009 248.342 259.166L242.514 291.188C242.483 291.376 242.624 291.548 242.828 291.548H246.446C246.603 291.548 246.728 291.438 246.76 291.282Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M251.616 282.382L248.342 259.243C248.31 259.055 248.451 258.883 248.655 258.883H252.274C252.43 258.883 252.556 258.993 252.587 259.134L255.861 282.413C255.752 282.664 255.626 282.664 255.423 282.664H251.945C251.788 282.664 251.647 282.539 251.616 282.382Z%27 fill=%27white%27/%3E%3Cpath d=%27M255.861 282.413L261.595 250.361C261.627 250.173 261.486 250 261.282 250H257.788C257.585 250 257.475 250.126 257.444 250.282L251.616 282.304C251.585 282.492 251.726 282.664 251.929 282.664H255.548C255.705 282.664 255.83 282.57 255.861 282.413Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M260.845 273.531L257.461 250.393C257.429 250.205 257.57 250.017 257.774 250.017H261.393C261.55 250.017 261.675 250.126 261.706 250.267L264.98 273.563C264.871 273.813 264.745 273.813 264.542 273.813H261.174C261.017 273.813 260.876 273.688 260.845 273.531Z%27 fill=%27white%27/%3E%3Cpath d=%27M265.074 273.546L270.855 241.525C270.886 241.337 270.745 241.149 270.542 241.165H266.97C266.813 241.165 266.688 241.274 266.657 241.431L260.829 273.452C260.797 273.64 260.938 273.828 261.142 273.813H264.761C264.918 273.813 265.043 273.703 265.074 273.546Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M269.946 264.664L266.672 241.526C266.64 241.338 266.781 241.165 266.985 241.165H270.604C270.761 241.165 270.886 241.275 270.917 241.416L274.191 264.696C274.082 264.946 273.956 264.946 273.753 264.946H270.275C270.118 264.946 269.977 264.821 269.946 264.664Z%27 fill=%27white%27/%3E%3Cpath d=%27M274.19 264.68L279.923 232.627C279.955 232.439 279.814 232.267 279.61 232.267H276.117C275.913 232.267 275.803 232.392 275.772 232.549L269.944 264.57C269.913 264.758 270.069 264.931 270.257 264.931H273.876C274.033 264.931 274.158 264.837 274.19 264.68Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M279.173 255.797L275.789 232.658C275.758 232.47 275.899 232.282 276.102 232.282H279.721C279.878 232.282 280.003 232.392 280.034 232.533L283.309 255.828C283.199 256.079 283.074 256.079 282.87 256.079H279.502C279.345 256.079 279.204 255.954 279.173 255.797Z%27 fill=%27white%27/%3E%3Cpath d=%27M283.402 255.908L289.183 223.886C289.214 223.698 289.073 223.51 288.87 223.526H285.298C285.141 223.526 285.016 223.635 284.985 223.792L279.157 255.814C279.126 256.002 279.267 256.174 279.47 256.174H283.089C283.246 256.174 283.371 256.064 283.402 255.908Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M288.276 247.009L285.002 223.87C284.97 223.682 285.111 223.51 285.315 223.51H288.934C289.091 223.51 289.216 223.62 289.247 223.761L292.521 247.04C292.412 247.291 292.286 247.291 292.083 247.291H288.605C288.448 247.291 288.307 247.166 288.276 247.009Z%27 fill=%27white%27/%3E%3Cpath d=%27M292.52 247.04L298.253 214.988C298.285 214.8 298.144 214.627 297.94 214.627H294.447C294.243 214.627 294.133 214.753 294.102 214.909L288.274 246.931C288.243 247.119 288.384 247.291 288.587 247.291H292.206C292.363 247.291 292.488 247.197 292.52 247.04Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M297.501 238.156L294.117 215.018C294.086 214.83 294.227 214.642 294.43 214.642H298.049C298.206 214.642 298.331 214.751 298.363 214.892L301.637 238.188C301.527 238.438 301.402 238.438 301.198 238.438H297.83C297.673 238.438 297.532 238.313 297.501 238.156Z%27 fill=%27white%27/%3E%3Cpath d=%27M301.746 238.172L307.527 206.151C307.558 205.963 307.417 205.775 307.214 205.79H303.642C303.485 205.79 303.36 205.9 303.328 206.057L297.501 238.078C297.469 238.266 297.61 238.438 297.814 238.438H301.433C301.589 238.438 301.715 238.329 301.746 238.172Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M306.62 229.275L303.346 206.136C303.314 205.948 303.455 205.776 303.659 205.776H307.278C307.434 205.776 307.56 205.885 307.591 206.026L310.865 229.306C310.756 229.557 310.63 229.557 310.427 229.557H306.949C306.792 229.557 306.651 229.431 306.62 229.275Z%27 fill=%27white%27/%3E%3Cpath d=%27M310.85 229.306L316.584 197.253C316.615 197.065 316.474 196.893 316.27 196.893H312.777C312.573 196.893 312.463 197.018 312.432 197.175L306.604 229.196C306.573 229.384 306.714 229.557 306.918 229.557H310.536C310.693 229.557 310.818 229.463 310.85 229.306Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M315.831 220.423L312.447 197.284C312.416 197.096 312.557 196.908 312.76 196.908H316.379C316.536 196.908 316.661 197.018 316.693 197.159L319.967 220.454C319.857 220.705 319.732 220.705 319.528 220.705H316.16C316.003 220.705 315.862 220.58 315.831 220.423Z%27 fill=%27white%27/%3E%3Cpath d=%27M320.076 220.517L325.857 188.496C325.888 188.308 325.747 188.12 325.544 188.135H321.972C321.815 188.135 321.69 188.245 321.658 188.402L315.831 220.423C315.799 220.611 315.94 220.783 316.144 220.783H319.763C319.92 220.783 320.045 220.674 320.076 220.517Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M324.948 211.635L321.674 188.496C321.642 188.308 321.783 188.136 321.987 188.136H325.606C325.762 188.136 325.888 188.246 325.919 188.387L329.193 211.666C329.084 211.917 328.958 211.917 328.755 211.917H325.277C325.12 211.917 324.979 211.792 324.948 211.635Z%27 fill=%27white%27/%3E%3Cpath d=%27M329.18 211.65L334.914 179.597C334.945 179.409 334.804 179.237 334.6 179.237H331.107C330.903 179.237 330.793 179.362 330.762 179.519L324.934 211.54C324.903 211.728 325.044 211.9 325.248 211.9H328.867C329.023 211.9 329.149 211.806 329.18 211.65Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M142.502 362.624L148.236 330.572C148.267 330.384 148.126 330.211 147.923 330.211H144.429C144.225 330.211 144.116 330.337 144.084 330.493L138.257 362.515C138.225 362.703 138.382 362.875 138.57 362.875H142.189C142.345 362.875 142.471 362.781 142.502 362.624Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M147.47 353.726L144.086 330.587C144.054 330.399 144.195 330.211 144.399 330.211H148.018C148.175 330.211 148.3 330.321 148.331 330.462L151.605 353.757C151.496 354.008 151.37 354.008 151.167 354.008H147.799C147.642 354.008 147.501 353.882 147.47 353.726Z%27 fill=%27white%27/%3E%3Cpath d=%27M151.729 353.741L157.509 321.72C157.541 321.532 157.4 321.344 157.196 321.36H153.624C153.467 321.36 153.342 321.469 153.311 321.626L147.483 353.647C147.452 353.835 147.593 354.008 147.796 354.008H151.415C151.572 354.008 151.697 353.898 151.729 353.741Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M156.6 344.859L153.326 321.72C153.295 321.532 153.436 321.36 153.639 321.36H157.258C157.415 321.36 157.54 321.469 157.572 321.61L160.846 344.89C160.736 345.141 160.611 345.141 160.407 345.141H156.929C156.773 345.141 156.632 345.015 156.6 344.859Z%27 fill=%27white%27/%3E%3Cpath d=%27M160.832 344.89L166.566 312.837C166.597 312.649 166.456 312.477 166.253 312.477H162.759C162.555 312.477 162.446 312.602 162.414 312.759L156.587 344.78C156.555 344.968 156.712 345.141 156.9 345.141H160.519C160.675 345.141 160.801 345.047 160.832 344.89Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M165.813 335.991L162.429 312.853C162.398 312.665 162.539 312.477 162.743 312.477H166.362C166.518 312.477 166.644 312.586 166.675 312.727L169.949 336.023C169.84 336.273 169.714 336.273 169.511 336.273H166.142C165.986 336.273 165.845 336.148 165.813 335.991Z%27 fill=%27white%27/%3E%3Cpath d=%27M170.059 336.102L175.839 304.08C175.871 303.892 175.73 303.704 175.526 303.72H171.954C171.798 303.72 171.672 303.83 171.641 303.986L165.813 336.008C165.782 336.196 165.923 336.368 166.126 336.368H169.745C169.902 336.368 170.027 336.259 170.059 336.102Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M174.915 327.219L171.64 304.08C171.609 303.892 171.75 303.72 171.954 303.72H175.573C175.729 303.72 175.855 303.83 175.886 303.971L179.16 327.25C179.05 327.501 178.925 327.501 178.722 327.501H175.244C175.087 327.501 174.946 327.376 174.915 327.219Z%27 fill=%27white%27/%3E%3Cpath d=%27M179.16 327.235L184.894 295.182C184.925 294.994 184.784 294.822 184.581 294.822H181.087C180.884 294.822 180.774 294.947 180.743 295.104L174.915 327.125C174.883 327.313 175.024 327.485 175.228 327.485H178.847C179.004 327.485 179.129 327.391 179.16 327.235Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M184.143 318.352L180.76 295.213C180.728 295.025 180.869 294.837 181.073 294.837H184.692C184.848 294.837 184.974 294.947 185.005 295.088L188.279 318.383C188.17 318.634 188.044 318.634 187.841 318.634H184.472C184.316 318.634 184.175 318.508 184.143 318.352Z%27 fill=%27white%27/%3E%3Cpath d=%27M188.371 318.367L194.152 286.346C194.183 286.158 194.042 285.97 193.839 285.986H190.267C190.11 285.986 189.985 286.095 189.953 286.252L184.126 318.273C184.094 318.461 184.235 318.634 184.439 318.634H188.058C188.214 318.634 188.34 318.524 188.371 318.367Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M193.245 309.485L189.971 286.346C189.939 286.158 190.08 285.986 190.284 285.986H193.903C194.059 285.986 194.185 286.095 194.216 286.236L197.49 309.516C197.381 309.767 197.255 309.767 197.052 309.767H193.574C193.417 309.767 193.276 309.641 193.245 309.485Z%27 fill=%27white%27/%3E%3Cpath d=%27M197.488 309.516L203.222 277.463C203.254 277.275 203.113 277.103 202.909 277.103H199.415C199.212 277.103 199.102 277.228 199.071 277.385L193.243 309.406C193.212 309.594 193.368 309.767 193.556 309.767H197.175C197.332 309.767 197.457 309.673 197.488 309.516Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M202.472 300.617L199.088 277.479C199.056 277.291 199.197 277.103 199.401 277.103H203.02C203.177 277.103 203.302 277.212 203.333 277.353L206.607 300.649C206.498 300.899 206.372 300.899 206.169 300.899H202.801C202.644 300.899 202.503 300.774 202.472 300.617Z%27 fill=%27white%27/%3E%3Cpath d=%27M206.701 300.728L212.482 268.706C212.513 268.518 212.372 268.33 212.169 268.346H208.597C208.44 268.346 208.315 268.456 208.283 268.612L202.456 300.634C202.424 300.822 202.565 300.994 202.769 300.994H206.388C206.545 300.994 206.67 300.884 206.701 300.728Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M211.575 291.845L208.301 268.706C208.269 268.518 208.41 268.346 208.614 268.346H212.233C212.389 268.346 212.515 268.456 212.546 268.597L215.82 291.876C215.711 292.127 215.585 292.127 215.382 292.127H211.904C211.747 292.127 211.606 292.002 211.575 291.845Z%27 fill=%27white%27/%3E%3Cpath d=%27M215.819 291.861L221.552 259.808C221.584 259.62 221.443 259.448 221.239 259.448H217.745C217.542 259.448 217.432 259.573 217.401 259.73L211.573 291.751C211.542 291.939 211.698 292.111 211.886 292.111H215.505C215.662 292.111 215.787 292.017 215.819 291.861Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M220.802 282.978L217.418 259.839C217.386 259.651 217.527 259.463 217.731 259.463H221.35C221.507 259.463 221.632 259.573 221.663 259.714L224.938 283.009C224.828 283.26 224.703 283.26 224.499 283.26H221.131C220.974 283.26 220.833 283.134 220.802 282.978Z%27 fill=%27white%27/%3E%3Cpath d=%27M225.047 282.994L230.828 250.972C230.859 250.784 230.718 250.596 230.514 250.612H226.943C226.786 250.612 226.661 250.721 226.629 250.878L220.801 282.9C220.77 283.088 220.911 283.275 221.115 283.26H224.734C224.89 283.26 225.016 283.15 225.047 282.994Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M229.919 274.095L226.644 250.956C226.613 250.768 226.754 250.596 226.958 250.596H230.577C230.733 250.596 230.859 250.706 230.89 250.847L234.164 274.126C234.054 274.377 233.929 274.377 233.725 274.377H230.248C230.091 274.377 229.95 274.252 229.919 274.095Z%27 fill=%27white%27/%3E%3Cpath d=%27M234.149 274.126L239.882 242.074C239.914 241.886 239.773 241.713 239.569 241.713H236.076C235.872 241.713 235.762 241.839 235.731 241.995L229.903 274.017C229.872 274.205 230.028 274.377 230.216 274.377H233.835C233.992 274.377 234.117 274.283 234.149 274.126Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M239.13 265.243L235.746 242.105C235.715 241.917 235.856 241.729 236.059 241.729H239.678C239.835 241.729 239.96 241.838 239.991 241.979L243.266 265.275C243.156 265.525 243.031 265.525 242.827 265.525H239.459C239.302 265.525 239.161 265.4 239.13 265.243Z%27 fill=%27white%27/%3E%3Cpath d=%27M243.375 265.338L249.156 233.317C249.187 233.129 249.046 232.941 248.842 232.956H245.271C245.114 232.956 244.989 233.066 244.957 233.223L239.13 265.244C239.098 265.432 239.239 265.604 239.443 265.604H243.062C243.218 265.604 243.344 265.495 243.375 265.338Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M248.247 256.455L244.972 233.317C244.941 233.129 245.082 232.956 245.286 232.956H248.905C249.061 232.956 249.187 233.066 249.218 233.207L252.492 256.487C252.383 256.737 252.257 256.737 252.054 256.737H248.576C248.419 256.737 248.278 256.612 248.247 256.455Z%27 fill=%27white%27/%3E%3Cpath d=%27M252.479 256.487L258.212 224.434C258.244 224.246 258.103 224.074 257.899 224.074H254.406C254.202 224.074 254.092 224.199 254.061 224.356L248.233 256.377C248.202 256.565 248.359 256.737 248.546 256.737H252.165C252.322 256.737 252.447 256.643 252.479 256.487Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M257.46 247.588L254.076 224.449C254.045 224.261 254.186 224.073 254.389 224.073H258.008C258.165 224.073 258.29 224.183 258.322 224.324L261.596 247.619C261.486 247.87 261.361 247.87 261.157 247.87H257.789C257.632 247.87 257.491 247.745 257.46 247.588Z%27 fill=%27white%27/%3E%3Cpath d=%27M261.705 247.619L267.486 215.598C267.517 215.41 267.376 215.222 267.173 215.238H263.601C263.444 215.238 263.319 215.347 263.287 215.504L257.46 247.525C257.428 247.713 257.569 247.886 257.773 247.886H261.392C261.548 247.886 261.674 247.776 261.705 247.619Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M266.561 238.722L263.287 215.583C263.256 215.395 263.397 215.223 263.6 215.223H267.219C267.376 215.223 267.501 215.332 267.532 215.473L270.807 238.753C270.697 239.004 270.572 239.004 270.368 239.004H266.89C266.733 239.004 266.592 238.879 266.561 238.722Z%27 fill=%27white%27/%3E%3Cpath d=%27M270.807 238.753L276.541 206.701C276.572 206.513 276.431 206.34 276.227 206.34H272.734C272.53 206.34 272.42 206.466 272.389 206.622L266.561 238.644C266.53 238.832 266.687 239.004 266.875 239.004H270.493C270.65 239.004 270.775 238.91 270.807 238.753Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M275.79 229.869L272.406 206.731C272.375 206.543 272.516 206.355 272.719 206.355H276.338C276.495 206.355 276.62 206.464 276.652 206.605L279.926 229.901C279.816 230.151 279.691 230.151 279.487 230.151H276.119C275.962 230.151 275.821 230.026 275.79 229.869Z%27 fill=%27white%27/%3E%3Cpath d=%27M280.035 229.964L285.816 197.943C285.847 197.755 285.706 197.567 285.503 197.582H281.931C281.774 197.582 281.649 197.692 281.617 197.849L275.79 229.87C275.758 230.058 275.899 230.246 276.103 230.231H279.722C279.879 230.231 280.004 230.121 280.035 229.964Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M284.891 221.081L281.617 197.943C281.586 197.755 281.727 197.582 281.93 197.582H285.549C285.706 197.582 285.831 197.692 285.863 197.833L289.137 221.113C289.027 221.363 288.902 221.363 288.698 221.363H285.22C285.064 221.363 284.923 221.238 284.891 221.081Z%27 fill=%27white%27/%3E%3Cpath d=%27M289.135 221.113L294.869 189.06C294.9 188.872 294.759 188.7 294.555 188.7H291.062C290.858 188.7 290.749 188.825 290.717 188.982L284.889 221.003C284.858 221.191 284.999 221.363 285.203 221.363H288.822C288.978 221.363 289.104 221.269 289.135 221.113Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M294.118 212.214L290.734 189.075C290.703 188.887 290.844 188.699 291.048 188.699H294.666C294.823 188.699 294.948 188.809 294.98 188.95L298.254 212.245C298.144 212.496 298.019 212.496 297.815 212.496H294.447C294.29 212.496 294.149 212.371 294.118 212.214Z%27 fill=%27white%27/%3E%3Cpath d=%27M298.365 212.23L304.146 180.208C304.177 180.02 304.036 179.832 303.833 179.848H300.261C300.104 179.848 299.979 179.958 299.948 180.114L294.12 212.136C294.088 212.324 294.229 212.496 294.433 212.496H298.052C298.209 212.496 298.334 212.386 298.365 212.23Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M303.237 203.348L299.963 180.209C299.931 180.021 300.072 179.849 300.276 179.849H303.895C304.052 179.849 304.177 179.959 304.208 180.1L307.482 203.379C307.373 203.63 307.247 203.63 307.044 203.63H303.566C303.409 203.63 303.268 203.505 303.237 203.348Z%27 fill=%27white%27/%3E%3Cpath d=%27M307.481 203.363L313.214 171.31C313.246 171.122 313.105 170.95 312.901 170.95H309.408C309.204 170.95 309.094 171.075 309.063 171.232L303.235 203.253C303.204 203.441 303.345 203.613 303.548 203.613H307.167C307.324 203.613 307.449 203.519 307.481 203.363Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M312.446 194.481L309.062 171.342C309.031 171.154 309.172 170.966 309.376 170.966H312.994C313.151 170.966 313.276 171.076 313.308 171.217L316.582 194.512C316.472 194.763 316.347 194.763 316.143 194.763H312.775C312.619 194.763 312.478 194.637 312.446 194.481Z%27 fill=%27white%27/%3E%3Cpath d=%27M316.691 194.59L322.472 162.569C322.504 162.381 322.363 162.193 322.159 162.208H318.587C318.43 162.208 318.305 162.318 318.274 162.475L312.446 194.496C312.415 194.684 312.556 194.856 312.759 194.856H316.378C316.535 194.856 316.66 194.747 316.691 194.59Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M321.565 185.707L318.291 162.569C318.26 162.381 318.4 162.208 318.604 162.208H322.223C322.38 162.208 322.505 162.318 322.536 162.459L325.811 185.739C325.701 185.989 325.576 185.989 325.372 185.989H321.894C321.737 185.989 321.596 185.864 321.565 185.707Z%27 fill=%27white%27/%3E%3Cpath d=%27M325.811 185.723L331.544 153.67C331.576 153.482 331.435 153.31 331.231 153.31H327.738C327.534 153.31 327.424 153.435 327.393 153.592L321.565 185.613C321.534 185.801 321.675 185.974 321.879 185.974H325.497C325.654 185.974 325.779 185.88 325.811 185.723Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M330.776 176.841L327.392 153.702C327.361 153.514 327.502 153.326 327.706 153.326H331.325C331.481 153.326 331.607 153.436 331.638 153.577L334.912 176.872C334.802 177.123 334.677 177.123 334.473 177.123H331.105C330.949 177.123 330.808 176.998 330.776 176.841Z%27 fill=%27white%27/%3E%3Cpath d=%27M111.797 363.297L117.578 331.276C117.609 331.088 117.468 330.9 117.264 330.915H113.693C113.536 330.915 113.411 331.025 113.379 331.182L107.551 363.203C107.52 363.391 107.661 363.563 107.865 363.563H111.484C111.64 363.563 111.766 363.454 111.797 363.297Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M116.653 354.414L113.379 331.276C113.347 331.088 113.488 330.915 113.692 330.915H117.311C117.468 330.915 117.593 331.025 117.624 331.166L120.898 354.446C120.789 354.696 120.663 354.696 120.46 354.696H116.982C116.825 354.696 116.684 354.571 116.653 354.414Z%27 fill=%27white%27/%3E%3Cpath d=%27M120.899 354.431L126.632 322.378C126.664 322.19 126.523 322.018 126.319 322.018H122.826C122.622 322.018 122.512 322.143 122.481 322.3L116.653 354.321C116.622 354.509 116.763 354.682 116.966 354.682H120.585C120.742 354.682 120.867 354.588 120.899 354.431Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M125.88 345.548L122.496 322.409C122.465 322.221 122.606 322.033 122.809 322.033H126.428C126.585 322.033 126.71 322.143 126.741 322.284L130.016 345.579C129.906 345.83 129.781 345.83 129.577 345.83H126.209C126.052 345.83 125.911 345.705 125.88 345.548Z%27 fill=%27white%27/%3E%3Cpath d=%27M130.125 345.658L135.906 313.636C135.937 313.448 135.796 313.26 135.592 313.276H132.021C131.864 313.276 131.739 313.385 131.707 313.542L125.88 345.564C125.848 345.752 125.989 345.924 126.193 345.924H129.812C129.968 345.924 130.094 345.814 130.125 345.658Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M134.983 336.759L131.709 313.62C131.678 313.432 131.818 313.26 132.022 313.26H135.641C135.798 313.26 135.923 313.37 135.954 313.511L139.229 336.79C139.119 337.041 138.994 337.041 138.79 337.041H135.312C135.155 337.041 135.014 336.916 134.983 336.759Z%27 fill=%27white%27/%3E%3Cpath d=%27M139.229 336.79L144.962 304.738C144.994 304.55 144.853 304.377 144.649 304.377H141.156C140.952 304.377 140.842 304.503 140.811 304.659L134.983 336.681C134.952 336.869 135.108 337.041 135.296 337.041H138.915C139.072 337.041 139.197 336.947 139.229 336.79Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M144.21 327.907L140.826 304.769C140.795 304.581 140.936 304.393 141.139 304.393H144.758C144.915 304.393 145.04 304.502 145.072 304.643L148.346 327.939C148.236 328.189 148.111 328.189 147.907 328.189H144.539C144.382 328.189 144.241 328.064 144.21 327.907Z%27 fill=%27white%27/%3E%3Cpath d=%27M148.455 327.923L154.236 295.902C154.267 295.714 154.126 295.526 153.923 295.541H150.351C150.194 295.541 150.069 295.651 150.037 295.808L144.21 327.829C144.178 328.017 144.319 328.189 144.523 328.189H148.142C148.298 328.189 148.424 328.08 148.455 327.923Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M153.327 319.026L150.053 295.887C150.021 295.699 150.162 295.527 150.366 295.527H153.985C154.141 295.527 154.267 295.636 154.298 295.777L157.572 319.057C157.463 319.308 157.337 319.308 157.134 319.308H153.656C153.499 319.308 153.358 319.182 153.327 319.026Z%27 fill=%27white%27/%3E%3Cpath d=%27M157.557 319.057L163.291 287.004C163.322 286.816 163.181 286.644 162.977 286.644H159.484C159.28 286.644 159.17 286.769 159.139 286.926L153.311 318.947C153.28 319.135 153.421 319.308 153.625 319.308H157.243C157.4 319.308 157.525 319.214 157.557 319.057Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M162.54 310.174L159.156 287.035C159.125 286.847 159.266 286.659 159.469 286.659H163.088C163.245 286.659 163.37 286.769 163.402 286.91L166.676 310.205C166.566 310.456 166.441 310.456 166.237 310.456H162.869C162.712 310.456 162.571 310.331 162.54 310.174Z%27 fill=%27white%27/%3E%3Cpath d=%27M166.785 310.268L172.566 278.247C172.597 278.059 172.456 277.871 172.253 277.886H168.681C168.524 277.886 168.399 277.996 168.367 278.153L162.54 310.174C162.508 310.362 162.649 310.55 162.853 310.534H166.472C166.629 310.534 166.754 310.425 166.785 310.268Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M171.657 301.386L168.383 278.247C168.351 278.059 168.492 277.887 168.696 277.887H172.315C172.471 277.887 172.597 277.997 172.628 278.138L175.902 301.417C175.793 301.668 175.667 301.668 175.464 301.668H171.986C171.829 301.668 171.688 301.543 171.657 301.386Z%27 fill=%27white%27/%3E%3Cpath d=%27M175.885 301.401L181.619 269.348C181.65 269.16 181.509 268.988 181.305 268.988H177.812C177.608 268.988 177.499 269.113 177.467 269.27L171.639 301.291C171.608 301.479 171.749 301.651 171.953 301.651H175.572C175.728 301.651 175.854 301.557 175.885 301.401Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M180.868 292.519L177.484 269.38C177.453 269.192 177.594 269.004 177.798 269.004H181.416C181.573 269.004 181.698 269.114 181.73 269.255L185.004 292.55C184.894 292.801 184.769 292.801 184.565 292.801H181.197C181.04 292.801 180.899 292.675 180.868 292.519Z%27 fill=%27white%27/%3E%3Cpath d=%27M185.115 292.549L190.896 260.528C190.927 260.34 190.786 260.152 190.583 260.167H187.011C186.854 260.167 186.729 260.277 186.698 260.434L180.87 292.455C180.838 292.643 180.979 292.815 181.183 292.815H184.802C184.959 292.815 185.084 292.706 185.115 292.549Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M189.987 283.652L186.713 260.513C186.681 260.325 186.822 260.153 187.026 260.153H190.645C190.802 260.153 190.927 260.262 190.958 260.403L194.232 283.683C194.123 283.934 193.997 283.934 193.794 283.934H190.316C190.159 283.934 190.018 283.808 189.987 283.652Z%27 fill=%27white%27/%3E%3Cpath d=%27M194.215 283.683L199.949 251.63C199.98 251.442 199.839 251.27 199.635 251.27H196.142C195.938 251.27 195.829 251.395 195.797 251.552L189.969 283.573C189.938 283.761 190.095 283.934 190.283 283.934H193.902C194.058 283.934 194.184 283.84 194.215 283.683Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M199.196 274.8L195.812 251.661C195.781 251.473 195.922 251.285 196.126 251.285H199.745C199.901 251.285 200.027 251.395 200.058 251.536L203.332 274.831C203.222 275.082 203.097 275.082 202.893 275.082H199.525C199.369 275.082 199.228 274.957 199.196 274.8Z%27 fill=%27white%27/%3E%3Cpath d=%27M203.443 274.894L209.224 242.872C209.255 242.684 209.114 242.496 208.911 242.512H205.339C205.182 242.512 205.057 242.622 205.026 242.778L199.198 274.8C199.167 274.988 199.308 275.16 199.511 275.16H203.13C203.287 275.16 203.412 275.05 203.443 274.894Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M208.299 266.012L205.025 242.873C204.994 242.685 205.135 242.513 205.339 242.513H208.957C209.114 242.513 209.239 242.623 209.271 242.764L212.545 266.043C212.435 266.294 212.31 266.294 212.106 266.294H208.628C208.472 266.294 208.331 266.169 208.299 266.012Z%27 fill=%27white%27/%3E%3Cpath d=%27M212.545 266.027L218.279 233.974C218.31 233.786 218.169 233.614 217.966 233.614H214.472C214.268 233.614 214.159 233.739 214.127 233.896L208.3 265.917C208.268 266.105 208.409 266.277 208.613 266.277H212.232C212.388 266.277 212.514 266.183 212.545 266.027Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M217.526 257.145L214.142 234.006C214.111 233.818 214.252 233.63 214.456 233.63H218.075C218.231 233.63 218.357 233.74 218.388 233.881L221.662 257.176C221.552 257.427 221.427 257.427 221.223 257.427H217.855C217.699 257.427 217.558 257.301 217.526 257.145Z%27 fill=%27white%27/%3E%3Cpath d=%27M221.772 257.159L227.552 225.138C227.584 224.95 227.443 224.762 227.239 224.778H223.667C223.51 224.778 223.385 224.888 223.354 225.044L217.526 257.066C217.495 257.253 217.636 257.442 217.839 257.426H221.458C221.615 257.426 221.74 257.316 221.772 257.159Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M226.643 248.278L223.369 225.139C223.338 224.951 223.479 224.778 223.682 224.778H227.301C227.458 224.778 227.583 224.888 227.614 225.029L230.889 248.309C230.779 248.56 230.654 248.56 230.45 248.56H226.972C226.816 248.56 226.674 248.434 226.643 248.278Z%27 fill=%27white%27/%3E%3Cpath d=%27M230.891 248.293L236.625 216.241C236.656 216.053 236.515 215.88 236.311 215.88H232.818C232.614 215.88 232.504 216.006 232.473 216.162L226.645 248.184C226.614 248.372 226.755 248.544 226.959 248.544H230.577C230.734 248.544 230.859 248.45 230.891 248.293Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M235.872 239.41L232.488 216.272C232.457 216.084 232.598 215.896 232.801 215.896H236.42C236.577 215.896 236.702 216.005 236.734 216.146L240.008 239.442C239.898 239.692 239.773 239.692 239.569 239.692H236.201C236.044 239.692 235.903 239.567 235.872 239.41Z%27 fill=%27white%27/%3E%3Cpath d=%27M240.102 239.521L245.882 207.499C245.914 207.311 245.773 207.123 245.569 207.139H241.997C241.841 207.139 241.715 207.249 241.684 207.405L235.856 239.427C235.825 239.615 235.966 239.787 236.169 239.787H239.788C239.945 239.787 240.07 239.677 240.102 239.521Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M244.973 230.621L241.699 207.483C241.668 207.295 241.809 207.122 242.012 207.122H245.631C245.788 207.122 245.913 207.232 245.945 207.373L249.219 230.653C249.109 230.903 248.984 230.903 248.78 230.903H245.302C245.146 230.903 245.005 230.778 244.973 230.621Z%27 fill=%27white%27/%3E%3Cpath d=%27M249.219 230.653L254.953 198.6C254.984 198.412 254.843 198.24 254.639 198.24H251.146C250.942 198.24 250.833 198.365 250.801 198.522L244.973 230.543C244.942 230.731 245.083 230.903 245.287 230.903H248.906C249.062 230.903 249.188 230.809 249.219 230.653Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M254.186 221.771L250.803 198.632C250.771 198.444 250.912 198.256 251.116 198.256H254.735C254.891 198.256 255.017 198.366 255.048 198.507L258.322 221.802C258.213 222.053 258.087 222.053 257.884 222.053H254.515C254.359 222.053 254.218 221.927 254.186 221.771Z%27 fill=%27white%27/%3E%3Cpath d=%27M258.432 221.786L264.212 189.765C264.244 189.577 264.103 189.389 263.899 189.405H260.327C260.171 189.405 260.045 189.514 260.014 189.671L254.186 221.692C254.155 221.88 254.296 222.053 254.499 222.053H258.118C258.275 222.053 258.4 221.943 258.432 221.786Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M263.303 212.904L260.029 189.765C259.998 189.577 260.139 189.405 260.342 189.405H263.961C264.118 189.405 264.243 189.514 264.275 189.655L267.549 212.935C267.439 213.185 267.314 213.186 267.11 213.186H263.632C263.476 213.186 263.335 213.06 263.303 212.904Z%27 fill=%27white%27/%3E%3Cpath d=%27M267.531 212.919L273.265 180.867C273.297 180.679 273.156 180.506 272.952 180.506H269.458C269.255 180.506 269.145 180.632 269.114 180.788L263.286 212.81C263.255 212.998 263.411 213.17 263.599 213.17H267.218C267.375 213.17 267.5 213.076 267.531 212.919Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M272.515 204.036L269.131 180.898C269.099 180.71 269.24 180.522 269.444 180.522H273.063C273.22 180.522 273.345 180.631 273.376 180.772L276.65 204.068C276.541 204.318 276.415 204.318 276.212 204.318H272.844C272.687 204.318 272.546 204.193 272.515 204.036Z%27 fill=%27white%27/%3E%3Cpath d=%27M276.762 204.146L282.543 172.124C282.574 171.936 282.433 171.749 282.229 171.764H278.657C278.501 171.764 278.375 171.874 278.344 172.03L272.516 204.052C272.485 204.24 272.626 204.428 272.83 204.412H276.448C276.605 204.412 276.73 204.303 276.762 204.146Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M281.633 195.248L278.359 172.11C278.328 171.922 278.469 171.749 278.673 171.749H282.291C282.448 171.749 282.573 171.859 282.605 172L285.879 195.28C285.769 195.53 285.644 195.53 285.44 195.53H281.962C281.806 195.53 281.665 195.405 281.633 195.248Z%27 fill=%27white%27/%3E%3Cpath d=%27M285.861 195.28L291.595 163.227C291.627 163.039 291.486 162.867 291.282 162.867H287.788C287.585 162.867 287.475 162.992 287.444 163.149L281.616 195.17C281.585 195.358 281.741 195.53 281.929 195.53H285.548C285.705 195.53 285.83 195.436 285.861 195.28Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M290.843 186.397L287.459 163.258C287.427 163.07 287.568 162.882 287.772 162.882H291.391C291.548 162.882 291.673 162.992 291.704 163.133L294.979 186.428C294.869 186.679 294.744 186.679 294.54 186.679H291.172C291.015 186.679 290.874 186.553 290.843 186.397Z%27 fill=%27white%27/%3E%3Cpath d=%27M295.105 186.397L300.886 154.375C300.918 154.187 300.777 153.999 300.573 154.015H297.001C296.844 154.015 296.719 154.125 296.688 154.281L290.86 186.303C290.829 186.491 290.97 186.663 291.173 186.663H294.792C294.949 186.663 295.074 186.553 295.105 186.397Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M299.962 177.514L296.687 154.375C296.656 154.187 296.797 154.015 297.001 154.015H300.62C300.776 154.015 300.902 154.125 300.933 154.266L304.207 177.545C304.097 177.796 303.972 177.796 303.768 177.796H300.291C300.134 177.796 299.993 177.671 299.962 177.514Z%27 fill=%27white%27/%3E%3Cpath d=%27M304.207 177.545L309.941 145.493C309.972 145.305 309.831 145.132 309.628 145.132H306.134C305.93 145.132 305.821 145.258 305.789 145.414L299.962 177.436C299.93 177.624 300.071 177.796 300.275 177.796H303.894C304.051 177.796 304.176 177.702 304.207 177.545Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M309.188 168.647L305.805 145.508C305.773 145.32 305.914 145.132 306.118 145.132H309.737C309.893 145.132 310.019 145.242 310.05 145.383L313.324 168.678C313.215 168.929 313.089 168.929 312.886 168.929H309.517C309.361 168.929 309.22 168.803 309.188 168.647Z%27 fill=%27white%27/%3E%3Cpath d=%27M313.418 168.756L319.199 136.735C319.23 136.547 319.089 136.359 318.885 136.374H315.314C315.157 136.374 315.032 136.484 315 136.641L309.172 168.662C309.141 168.85 309.282 169.022 309.486 169.022H313.105C313.261 169.022 313.387 168.913 313.418 168.756Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M318.29 159.874L315.015 136.736C314.984 136.548 315.125 136.375 315.329 136.375H318.948C319.104 136.375 319.23 136.485 319.261 136.626L322.535 159.906C322.425 160.156 322.3 160.156 322.096 160.156H318.619C318.462 160.156 318.321 160.031 318.29 159.874Z%27 fill=%27white%27/%3E%3Cpath d=%27M322.535 159.889L328.269 127.836C328.3 127.648 328.159 127.476 327.956 127.476H324.462C324.259 127.476 324.149 127.601 324.118 127.758L318.29 159.779C318.258 159.967 318.399 160.14 318.603 160.14H322.222C322.379 160.14 322.504 160.046 322.535 159.889Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M327.518 151.007L324.135 127.868C324.103 127.68 324.244 127.492 324.448 127.492H328.067C328.223 127.492 328.349 127.602 328.38 127.743L331.654 151.038C331.545 151.289 331.419 151.289 331.216 151.289H327.847C327.691 151.289 327.55 151.164 327.518 151.007Z%27 fill=%27white%27/%3E%3Cpath d=%27M331.748 151.023L337.529 119.001C337.56 118.813 337.419 118.641 337.216 118.641H333.644C333.487 118.641 333.362 118.751 333.33 118.907L327.503 150.929C327.471 151.117 327.612 151.289 327.816 151.289H331.435C331.591 151.289 331.717 151.179 331.748 151.023Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M80.8576 363.877L86.5913 331.825C86.6227 331.637 86.4817 331.464 86.2781 331.464H82.7845C82.5808 331.464 82.4712 331.59 82.4399 331.746L76.6121 363.768C76.5808 363.956 76.7218 364.128 76.9254 364.128H80.5443C80.7009 364.128 80.8262 364.034 80.8576 363.877Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M85.8388 354.994L82.4549 331.856C82.4236 331.668 82.5646 331.48 82.7682 331.48H86.3871C86.5437 331.48 86.6691 331.589 86.7004 331.73L89.9746 355.026C89.8649 355.276 89.7396 355.276 89.536 355.276H86.1678C86.0111 355.276 85.8701 355.151 85.8388 354.994Z%27 fill=%27white%27/%3E%3Cpath d=%27M90.084 355.089L95.8648 323.068C95.8961 322.88 95.7551 322.692 95.5514 322.707H91.9796C91.8229 322.707 91.6976 322.817 91.6663 322.974L85.8385 354.995C85.8072 355.183 85.9482 355.355 86.1518 355.355H89.7707C89.9273 355.355 90.0527 355.246 90.084 355.089Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M94.9556 346.206L91.6814 323.068C91.6501 322.88 91.7911 322.707 91.9948 322.707H95.6136C95.7703 322.707 95.8956 322.817 95.927 322.958L99.2012 346.238C99.0915 346.488 98.9662 346.488 98.7625 346.488H95.2847C95.128 346.488 94.987 346.363 94.9556 346.206Z%27 fill=%27white%27/%3E%3Cpath d=%27M99.1857 346.238L104.919 314.185C104.951 313.997 104.81 313.825 104.606 313.825H101.113C100.909 313.825 100.799 313.95 100.768 314.107L94.9402 346.128C94.9089 346.316 95.0498 346.488 95.2535 346.488H98.8724C99.029 346.488 99.1544 346.394 99.1857 346.238Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M104.167 337.339L100.783 314.2C100.752 314.012 100.893 313.824 101.096 313.824H104.715C104.872 313.824 104.997 313.934 105.029 314.075L108.303 337.37C108.193 337.621 108.068 337.621 107.864 337.621H104.496C104.339 337.621 104.198 337.496 104.167 337.339Z%27 fill=%27white%27/%3E%3Cpath d=%27M108.412 337.37L114.193 305.349C114.224 305.161 114.083 304.973 113.88 304.989H110.308C110.151 304.989 110.026 305.098 109.994 305.255L104.167 337.276C104.135 337.464 104.276 337.637 104.48 337.637H108.099C108.256 337.637 108.381 337.527 108.412 337.37Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M113.286 328.472L110.012 305.333C109.98 305.145 110.121 304.973 110.325 304.973H113.944C114.1 304.973 114.226 305.083 114.257 305.224L117.531 328.503C117.422 328.754 117.296 328.754 117.093 328.754H113.615C113.458 328.754 113.317 328.629 113.286 328.472Z%27 fill=%27white%27/%3E%3Cpath d=%27M117.514 328.503L123.248 296.451C123.279 296.263 123.138 296.09 122.934 296.09H119.441C119.237 296.09 119.127 296.216 119.096 296.372L113.268 328.394C113.237 328.582 113.394 328.754 113.582 328.754H117.201C117.357 328.754 117.483 328.66 117.514 328.503Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M122.497 319.62L119.113 296.482C119.082 296.294 119.223 296.106 119.426 296.106H123.045C123.202 296.106 123.327 296.215 123.359 296.356L126.633 319.652C126.523 319.902 126.398 319.902 126.194 319.902H122.826C122.669 319.902 122.528 319.777 122.497 319.62Z%27 fill=%27white%27/%3E%3Cpath d=%27M126.742 319.715L132.523 287.694C132.554 287.506 132.413 287.318 132.21 287.333H128.638C128.481 287.333 128.356 287.443 128.324 287.6L122.497 319.621C122.465 319.809 122.606 319.981 122.81 319.981H126.429C126.586 319.981 126.711 319.872 126.742 319.715Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M131.598 310.832L128.324 287.694C128.293 287.506 128.434 287.333 128.637 287.333H132.256C132.413 287.333 132.538 287.443 132.57 287.584L135.844 310.864C135.734 311.114 135.609 311.114 135.405 311.114H131.927C131.771 311.114 131.63 310.989 131.598 310.832Z%27 fill=%27white%27/%3E%3Cpath d=%27M135.844 310.864L141.578 278.811C141.609 278.623 141.468 278.451 141.264 278.451H137.771C137.567 278.451 137.458 278.576 137.426 278.733L131.598 310.754C131.567 310.942 131.724 311.114 131.912 311.114H135.531C135.687 311.114 135.813 311.02 135.844 310.864Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M140.825 301.965L137.441 278.826C137.41 278.638 137.551 278.45 137.755 278.45H141.373C141.53 278.45 141.655 278.56 141.687 278.701L144.961 301.996C144.851 302.247 144.726 302.247 144.522 302.247H141.154C140.997 302.247 140.856 302.122 140.825 301.965Z%27 fill=%27white%27/%3E%3Cpath d=%27M145.07 301.981L150.851 269.959C150.882 269.771 150.741 269.583 150.538 269.599H146.966C146.809 269.599 146.684 269.709 146.653 269.865L140.825 301.887C140.793 302.075 140.934 302.247 141.138 302.247H144.757C144.914 302.247 145.039 302.137 145.07 301.981Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M149.942 293.098L146.668 269.959C146.636 269.771 146.778 269.599 146.981 269.599H150.6C150.757 269.599 150.882 269.709 150.913 269.85L154.188 293.129C154.078 293.38 153.953 293.38 153.749 293.38H150.271C150.114 293.38 149.973 293.255 149.942 293.098Z%27 fill=%27white%27/%3E%3Cpath d=%27M154.19 293.129L159.923 261.077C159.955 260.889 159.814 260.716 159.61 260.716H156.117C155.913 260.716 155.803 260.842 155.772 260.998L149.944 293.02C149.913 293.208 150.054 293.38 150.257 293.38H153.876C154.033 293.38 154.158 293.286 154.19 293.129Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M159.171 284.231L155.787 261.092C155.756 260.904 155.897 260.716 156.1 260.716H159.719C159.876 260.716 160.001 260.826 160.032 260.967L163.307 284.262C163.197 284.513 163.072 284.513 162.868 284.513H159.5C159.343 284.513 159.202 284.387 159.171 284.231Z%27 fill=%27white%27/%3E%3Cpath d=%27M163.4 284.341L169.181 252.32C169.213 252.132 169.072 251.944 168.868 251.959H165.296C165.139 251.959 165.014 252.069 164.983 252.226L159.155 284.247C159.124 284.435 159.265 284.607 159.468 284.607H163.087C163.244 284.607 163.369 284.498 163.4 284.341Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M168.272 275.458L164.998 252.319C164.967 252.131 165.108 251.959 165.311 251.959H168.93C169.087 251.959 169.212 252.069 169.243 252.21L172.518 275.49C172.408 275.74 172.283 275.74 172.079 275.74H168.601C168.444 275.74 168.303 275.615 168.272 275.458Z%27 fill=%27white%27/%3E%3Cpath d=%27M172.518 275.474L178.252 243.421C178.283 243.233 178.142 243.061 177.938 243.061H174.445C174.241 243.061 174.131 243.186 174.1 243.343L168.272 275.364C168.241 275.552 168.398 275.725 168.586 275.725H172.204C172.361 275.725 172.486 275.631 172.518 275.474Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M177.485 266.591L174.101 243.452C174.07 243.264 174.211 243.076 174.415 243.076H178.034C178.19 243.076 178.316 243.186 178.347 243.327L181.621 266.622C181.511 266.873 181.386 266.873 181.182 266.873H177.814C177.658 266.873 177.517 266.748 177.485 266.591Z%27 fill=%27white%27/%3E%3Cpath d=%27M181.73 266.607L187.511 234.585C187.543 234.397 187.402 234.209 187.198 234.225H183.626C183.469 234.225 183.344 234.335 183.313 234.491L177.485 266.513C177.454 266.701 177.595 266.873 177.798 266.873H181.417C181.574 266.873 181.699 266.763 181.73 266.607Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M186.602 257.724L183.328 234.585C183.297 234.397 183.438 234.225 183.641 234.225H187.26C187.417 234.225 187.542 234.334 187.573 234.475L190.848 257.755C190.738 258.006 190.613 258.006 190.409 258.006H186.931C186.774 258.006 186.634 257.881 186.602 257.724Z%27 fill=%27white%27/%3E%3Cpath d=%27M190.832 257.74L196.566 225.687C196.597 225.499 196.456 225.327 196.253 225.327H192.759C192.555 225.327 192.446 225.452 192.414 225.609L186.587 257.63C186.555 257.818 186.712 257.99 186.9 257.99H190.519C190.676 257.99 190.801 257.896 190.832 257.74Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M195.813 248.857L192.43 225.718C192.398 225.53 192.539 225.342 192.743 225.342H196.362C196.518 225.342 196.644 225.452 196.675 225.593L199.949 248.888C199.84 249.139 199.714 249.139 199.511 249.139H196.142C195.986 249.139 195.845 249.013 195.813 248.857Z%27 fill=%27white%27/%3E%3Cpath d=%27M200.061 248.967L205.841 216.946C205.873 216.758 205.732 216.57 205.528 216.585H201.956C201.8 216.585 201.674 216.695 201.643 216.852L195.815 248.873C195.784 249.061 195.925 249.233 196.128 249.233H199.747C199.904 249.233 200.029 249.124 200.061 248.967Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M204.932 240.084L201.658 216.945C201.627 216.757 201.768 216.585 201.971 216.585H205.59C205.747 216.585 205.872 216.695 205.904 216.836L209.178 240.116C209.068 240.366 208.943 240.366 208.739 240.366H205.261C205.105 240.366 204.964 240.241 204.932 240.084Z%27 fill=%27white%27/%3E%3Cpath d=%27M209.16 240.1L214.894 208.047C214.925 207.859 214.784 207.687 214.581 207.687H211.087C210.884 207.687 210.774 207.812 210.743 207.969L204.915 239.99C204.883 240.178 205.04 240.351 205.228 240.351H208.847C209.004 240.351 209.129 240.257 209.16 240.1Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M214.143 231.217L210.76 208.078C210.728 207.89 210.869 207.702 211.073 207.702H214.692C214.848 207.702 214.974 207.812 215.005 207.953L218.279 231.248C218.17 231.499 218.044 231.499 217.841 231.499H214.472C214.316 231.499 214.175 231.374 214.143 231.217Z%27 fill=%27white%27/%3E%3Cpath d=%27M218.404 231.233L224.185 199.211C224.216 199.023 224.075 198.835 223.872 198.851H220.3C220.143 198.851 220.018 198.961 219.987 199.117L214.159 231.139C214.128 231.327 214.268 231.499 214.472 231.499H218.091C218.248 231.499 218.373 231.389 218.404 231.233Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M223.26 222.334L219.986 199.196C219.955 199.008 220.096 198.835 220.299 198.835H223.918C224.075 198.835 224.2 198.945 224.232 199.086L227.506 222.366C227.396 222.616 227.271 222.616 227.067 222.616H223.589C223.433 222.616 223.292 222.491 223.26 222.334Z%27 fill=%27white%27/%3E%3Cpath d=%27M227.506 222.366L233.24 190.313C233.271 190.125 233.13 189.953 232.926 189.953H229.433C229.229 189.953 229.12 190.078 229.088 190.235L223.26 222.256C223.229 222.444 223.386 222.616 223.574 222.616H227.193C227.349 222.616 227.475 222.522 227.506 222.366Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M232.487 213.483L229.103 190.344C229.072 190.156 229.213 189.968 229.417 189.968H233.036C233.192 189.968 233.318 190.078 233.349 190.219L236.623 213.514C236.513 213.765 236.388 213.765 236.184 213.765H232.816C232.66 213.765 232.519 213.639 232.487 213.483Z%27 fill=%27white%27/%3E%3Cpath d=%27M236.717 213.578L242.498 181.556C242.529 181.368 242.388 181.18 242.184 181.196H238.612C238.456 181.196 238.33 181.305 238.299 181.462L232.471 213.484C232.44 213.672 232.581 213.859 232.785 213.844H236.404C236.56 213.844 236.685 213.734 236.717 213.578Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M241.588 204.694L238.314 181.556C238.283 181.368 238.424 181.195 238.628 181.195H242.246C242.403 181.195 242.528 181.305 242.56 181.446L245.834 204.726C245.724 204.977 245.599 204.977 245.395 204.977H241.917C241.761 204.977 241.62 204.851 241.588 204.694Z%27 fill=%27white%27/%3E%3Cpath d=%27M245.836 204.726L251.57 172.673C251.601 172.485 251.46 172.313 251.257 172.313H247.763C247.559 172.313 247.45 172.438 247.418 172.595L241.591 204.616C241.559 204.804 241.716 204.977 241.904 204.977H245.523C245.679 204.977 245.805 204.883 245.836 204.726Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M250.817 195.827L247.433 172.689C247.402 172.501 247.543 172.313 247.747 172.313H251.366C251.522 172.313 251.648 172.422 251.679 172.563L254.953 195.859C254.843 196.109 254.718 196.109 254.514 196.109H251.146C250.99 196.109 250.849 195.984 250.817 195.827Z%27 fill=%27white%27/%3E%3Cpath d=%27M255.047 195.859L260.828 163.837C260.859 163.649 260.718 163.461 260.514 163.477H256.943C256.786 163.477 256.661 163.587 256.629 163.743L250.801 195.765C250.77 195.953 250.911 196.125 251.115 196.125H254.734C254.89 196.125 255.016 196.015 255.047 195.859Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M259.919 186.961L256.644 163.822C256.613 163.634 256.754 163.462 256.958 163.462H260.577C260.733 163.462 260.859 163.572 260.89 163.713L264.164 186.992C264.054 187.243 263.929 187.243 263.725 187.243H260.248C260.091 187.243 259.95 187.118 259.919 186.961Z%27 fill=%27white%27/%3E%3Cpath d=%27M264.164 186.992L269.898 154.94C269.929 154.752 269.788 154.579 269.585 154.579H266.091C265.887 154.579 265.778 154.705 265.746 154.861L259.919 186.883C259.887 187.071 260.044 187.243 260.232 187.243H263.851C264.008 187.243 264.133 187.149 264.164 186.992Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M269.132 178.109L265.748 154.97C265.717 154.782 265.858 154.594 266.061 154.594H269.68C269.837 154.594 269.962 154.704 269.993 154.845L273.268 178.14C273.158 178.391 273.033 178.391 272.829 178.391H269.461C269.304 178.391 269.163 178.265 269.132 178.109Z%27 fill=%27white%27/%3E%3Cpath d=%27M273.377 178.203L279.158 146.182C279.189 145.994 279.048 145.806 278.844 145.822H275.273C275.116 145.822 274.991 145.931 274.959 146.088L269.131 178.109C269.1 178.297 269.241 178.47 269.445 178.47H273.064C273.22 178.47 273.346 178.36 273.377 178.203Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M278.249 169.321L274.974 146.182C274.943 145.994 275.084 145.821 275.288 145.821H278.907C279.063 145.821 279.189 145.931 279.22 146.072L282.494 169.352C282.384 169.602 282.259 169.603 282.055 169.603H278.578C278.421 169.603 278.28 169.477 278.249 169.321Z%27 fill=%27white%27/%3E%3Cpath d=%27M282.494 169.352L288.228 137.299C288.259 137.111 288.118 136.939 287.915 136.939H284.421C284.218 136.939 284.108 137.064 284.077 137.221L278.249 169.242C278.217 169.43 278.358 169.603 278.562 169.603H282.181C282.338 169.603 282.463 169.508 282.494 169.352Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M287.46 160.453L284.076 137.315C284.045 137.127 284.186 136.939 284.389 136.939H288.008C288.165 136.939 288.29 137.048 288.321 137.189L291.596 160.485C291.486 160.735 291.361 160.735 291.157 160.735H287.789C287.632 160.735 287.491 160.61 287.46 160.453Z%27 fill=%27white%27/%3E%3Cpath d=%27M291.721 160.469L297.502 128.448C297.533 128.26 297.392 128.072 297.188 128.087H293.616C293.46 128.087 293.334 128.197 293.303 128.354L287.475 160.375C287.444 160.563 287.585 160.735 287.789 160.735H291.407C291.564 160.735 291.689 160.626 291.721 160.469Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M296.579 151.587L293.305 128.448C293.273 128.26 293.414 128.088 293.618 128.088H297.237C297.393 128.088 297.519 128.198 297.55 128.339L300.824 151.619C300.715 151.869 300.589 151.869 300.386 151.869H296.908C296.751 151.869 296.61 151.744 296.579 151.587Z%27 fill=%27white%27/%3E%3Cpath d=%27M300.822 151.602L306.556 119.549C306.588 119.361 306.447 119.189 306.243 119.189H302.749C302.546 119.189 302.436 119.314 302.405 119.471L296.577 151.492C296.546 151.68 296.687 151.853 296.89 151.853H300.509C300.666 151.853 300.791 151.759 300.822 151.602Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M305.804 142.72L302.42 119.581C302.388 119.393 302.529 119.205 302.733 119.205H306.352C306.509 119.205 306.634 119.315 306.665 119.456L309.939 142.751C309.83 143.002 309.704 143.002 309.501 143.002H306.133C305.976 143.002 305.835 142.877 305.804 142.72Z%27 fill=%27white%27/%3E%3Cpath d=%27M310.051 142.829L315.832 110.808C315.863 110.62 315.722 110.448 315.518 110.448H311.946C311.79 110.448 311.664 110.557 311.633 110.714L305.805 142.735C305.774 142.923 305.915 143.096 306.119 143.096H309.737C309.894 143.096 310.019 142.986 310.051 142.829Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M314.907 133.931L311.633 110.792C311.601 110.604 311.742 110.432 311.946 110.432H315.565C315.721 110.432 315.847 110.542 315.878 110.683L319.152 133.962C319.043 134.213 318.917 134.213 318.714 134.213H315.236C315.079 134.213 314.938 134.088 314.907 133.931Z%27 fill=%27white%27/%3E%3Cpath d=%27M319.152 133.962L324.886 101.91C324.918 101.722 324.777 101.549 324.573 101.549H321.079C320.876 101.549 320.766 101.675 320.735 101.831L314.907 133.853C314.876 134.041 315.017 134.213 315.22 134.213H318.839C318.996 134.213 319.121 134.119 319.152 133.962Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M324.134 125.08L320.75 101.942C320.718 101.754 320.86 101.566 321.063 101.566H324.682C324.839 101.566 324.964 101.675 324.995 101.816L328.27 125.112C328.16 125.362 328.035 125.362 327.831 125.362H324.463C324.306 125.362 324.165 125.237 324.134 125.08Z%27 fill=%27white%27/%3E%3Cpath d=%27M328.363 125.096L334.144 93.0745C334.175 92.8865 334.034 92.7142 333.831 92.7142H330.259C330.102 92.7142 329.977 92.8239 329.946 92.9805L324.118 125.002C324.086 125.19 324.227 125.362 324.431 125.362H328.05C328.207 125.362 328.332 125.253 328.363 125.096Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M50.041 364.55L55.8218 332.529C55.8531 332.341 55.7121 332.153 55.5085 332.168H51.9366C51.78 332.168 51.6547 332.278 51.6233 332.435L45.7956 364.456C45.7642 364.644 45.9052 364.816 46.1088 364.816H49.7277C49.8844 364.816 50.0097 364.707 50.041 364.55Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M54.9146 355.668L51.6404 332.529C51.6091 332.341 51.7501 332.169 51.9538 332.169H55.5726C55.7293 332.169 55.8546 332.279 55.8859 332.42L59.1602 355.7C59.0505 355.95 58.9252 355.95 58.7215 355.95H55.2436C55.087 355.95 54.946 355.825 54.9146 355.668Z%27 fill=%27white%27/%3E%3Cpath d=%27M59.1584 355.7L64.8921 323.647C64.9235 323.459 64.7825 323.287 64.5788 323.287H61.0853C60.8816 323.287 60.772 323.412 60.7406 323.569L54.9129 355.59C54.8815 355.778 55.0225 355.95 55.2262 355.95H58.8451C59.0017 355.95 59.1271 355.856 59.1584 355.7Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M64.1396 346.801L60.7557 323.662C60.7244 323.474 60.8654 323.286 61.069 323.286H64.6879C64.8446 323.286 64.9699 323.396 65.0012 323.537L68.2754 346.832C68.1657 347.083 68.0404 347.083 67.8367 347.083H64.4686C64.3119 347.083 64.1709 346.958 64.1396 346.801Z%27 fill=%27white%27/%3E%3Cpath d=%27M68.3848 346.817L74.1656 314.795C74.1969 314.607 74.0559 314.419 73.8522 314.435H70.2804C70.1237 314.435 69.9984 314.545 69.9671 314.701L64.1393 346.723C64.108 346.911 64.2489 347.083 64.4526 347.083H68.0715C68.2282 347.083 68.3535 346.973 68.3848 346.817Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M73.2584 337.934L69.9842 314.795C69.9528 314.607 70.0939 314.435 70.2975 314.435H73.9164C74.073 314.435 74.1984 314.544 74.2297 314.685L77.5039 337.965C77.3942 338.216 77.2689 338.216 77.0653 338.216H73.5874C73.4307 338.216 73.2898 338.09 73.2584 337.934Z%27 fill=%27white%27/%3E%3Cpath d=%27M77.4884 337.965L83.2222 305.912C83.2535 305.724 83.1125 305.552 82.9089 305.552H79.4154C79.2117 305.552 79.102 305.677 79.0707 305.834L73.2429 337.855C73.2116 338.043 73.3683 338.216 73.5563 338.216H77.1751C77.3318 338.216 77.4571 338.122 77.4884 337.965Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M82.4696 329.068L79.0858 305.929C79.0545 305.741 79.1954 305.553 79.3991 305.553H83.0179C83.1746 305.553 83.2999 305.663 83.3313 305.804L86.6055 329.099C86.4958 329.35 86.3705 329.35 86.1668 329.35H82.7986C82.642 329.35 82.5009 329.224 82.4696 329.068Z%27 fill=%27white%27/%3E%3Cpath d=%27M86.7149 329.177L92.4956 297.156C92.527 296.968 92.386 296.78 92.1823 296.795H88.6104C88.4538 296.795 88.3284 296.905 88.2971 297.062L82.4693 329.083C82.438 329.271 82.579 329.443 82.7827 329.443H86.4015C86.5582 329.443 86.6835 329.334 86.7149 329.177Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M91.5865 320.294L88.3124 297.155C88.281 296.967 88.422 296.795 88.6257 296.795H92.2445C92.4012 296.795 92.5265 296.905 92.5578 297.046L95.832 320.326C95.7224 320.576 95.597 320.576 95.3934 320.576H91.9155C91.7589 320.576 91.6179 320.451 91.5865 320.294Z%27 fill=%27white%27/%3E%3Cpath d=%27M95.8185 320.31L101.552 288.257C101.584 288.069 101.443 287.897 101.239 287.897H97.7454C97.5417 287.897 97.4321 288.022 97.4007 288.179L91.573 320.2C91.5417 320.388 91.6827 320.561 91.8863 320.561H95.5052C95.6618 320.561 95.7872 320.467 95.8185 320.31Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M100.8 311.427L97.4158 288.288C97.3845 288.1 97.5255 287.912 97.7292 287.912H101.348C101.505 287.912 101.63 288.022 101.661 288.163L104.936 311.458C104.826 311.709 104.701 311.709 104.497 311.709H101.129C100.972 311.709 100.831 311.584 100.8 311.427Z%27 fill=%27white%27/%3E%3Cpath d=%27M105.045 311.443L110.826 279.421C110.857 279.233 110.716 279.045 110.512 279.061H106.941C106.784 279.061 106.659 279.171 106.627 279.327L100.799 311.349C100.768 311.537 100.909 311.709 101.113 311.709H104.732C104.888 311.709 105.014 311.599 105.045 311.443Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M109.917 302.561L106.642 279.422C106.611 279.234 106.752 279.062 106.956 279.062H110.575C110.731 279.062 110.857 279.171 110.888 279.312L114.162 302.592C114.052 302.843 113.927 302.843 113.723 302.843H110.246C110.089 302.843 109.948 302.717 109.917 302.561Z%27 fill=%27white%27/%3E%3Cpath d=%27M114.147 302.576L119.88 270.523C119.912 270.335 119.771 270.163 119.567 270.163H116.074C115.87 270.163 115.76 270.288 115.729 270.444L109.901 302.466C109.87 302.654 110.026 302.826 110.214 302.826H113.833C113.99 302.826 114.115 302.732 114.147 302.576Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M119.13 293.694L115.746 270.555C115.715 270.367 115.856 270.179 116.059 270.179H119.678C119.835 270.179 119.96 270.289 119.991 270.43L123.266 293.725C123.156 293.976 123.031 293.976 122.827 293.976H119.459C119.302 293.976 119.161 293.85 119.13 293.694Z%27 fill=%27white%27/%3E%3Cpath d=%27M123.375 293.803L129.156 261.782C129.187 261.594 129.046 261.406 128.842 261.421H125.271C125.114 261.421 124.989 261.531 124.957 261.688L119.13 293.709C119.098 293.897 119.239 294.069 119.443 294.069H123.062C123.218 294.069 123.344 293.96 123.375 293.803Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M128.231 284.92L124.957 261.781C124.926 261.593 125.067 261.421 125.27 261.421H128.889C129.046 261.421 129.171 261.531 129.202 261.672L132.477 284.952C132.367 285.202 132.242 285.202 132.038 285.202H128.56C128.403 285.202 128.262 285.077 128.231 284.92Z%27 fill=%27white%27/%3E%3Cpath d=%27M132.475 284.936L138.209 252.883C138.24 252.695 138.099 252.523 137.895 252.523H134.402C134.198 252.523 134.088 252.648 134.057 252.805L128.229 284.826C128.198 285.014 128.355 285.187 128.543 285.187H132.161C132.318 285.187 132.443 285.093 132.475 284.936Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M137.458 276.053L134.074 252.914C134.043 252.726 134.184 252.538 134.387 252.538H138.006C138.163 252.538 138.288 252.648 138.32 252.789L141.594 276.084C141.484 276.335 141.359 276.335 141.155 276.335H137.787C137.63 276.335 137.489 276.21 137.458 276.053Z%27 fill=%27white%27/%3E%3Cpath d=%27M141.703 276.069L147.484 244.047C147.515 243.859 147.374 243.671 147.171 243.687H143.599C143.442 243.687 143.317 243.797 143.285 243.953L137.458 275.975C137.426 276.163 137.567 276.335 137.771 276.335H141.39C141.547 276.335 141.672 276.225 141.703 276.069Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M146.575 267.17L143.301 244.031C143.269 243.843 143.41 243.671 143.614 243.671H147.233C147.389 243.671 147.515 243.781 147.546 243.922L150.82 267.201C150.711 267.452 150.585 267.452 150.382 267.452H146.904C146.747 267.452 146.606 267.327 146.575 267.17Z%27 fill=%27white%27/%3E%3Cpath d=%27M150.82 267.201L156.554 235.149C156.586 234.961 156.445 234.788 156.241 234.788H152.747C152.544 234.788 152.434 234.914 152.403 235.07L146.575 267.092C146.544 267.28 146.7 267.452 146.888 267.452H150.507C150.664 267.452 150.789 267.358 150.82 267.201Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M155.802 258.32L152.418 235.181C152.386 234.993 152.527 234.805 152.731 234.805H156.35C156.507 234.805 156.632 234.914 156.663 235.055L159.938 258.351C159.828 258.602 159.703 258.602 159.499 258.602H156.131C155.974 258.602 155.833 258.476 155.802 258.32Z%27 fill=%27white%27/%3E%3Cpath d=%27M160.031 258.413L165.812 226.392C165.843 226.204 165.702 226.016 165.499 226.032H161.927C161.77 226.032 161.645 226.141 161.614 226.298L155.786 258.319C155.754 258.507 155.895 258.695 156.099 258.68H159.718C159.875 258.68 160 258.57 160.031 258.413Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M164.905 249.531L161.631 226.392C161.599 226.204 161.74 226.032 161.944 226.032H165.563C165.72 226.032 165.845 226.141 165.876 226.282L169.15 249.562C169.041 249.812 168.915 249.812 168.712 249.812H165.234C165.077 249.812 164.936 249.687 164.905 249.531Z%27 fill=%27white%27/%3E%3Cpath d=%27M169.151 249.562L174.884 217.509C174.916 217.321 174.775 217.149 174.571 217.149H171.077C170.874 217.149 170.764 217.274 170.733 217.431L164.905 249.452C164.874 249.64 165.015 249.812 165.218 249.812H168.837C168.994 249.812 169.119 249.718 169.151 249.562Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M174.116 240.663L170.732 217.525C170.701 217.337 170.842 217.149 171.046 217.149H174.664C174.821 217.149 174.946 217.258 174.978 217.399L178.252 240.695C178.142 240.945 178.017 240.945 177.813 240.945H174.445C174.288 240.945 174.147 240.82 174.116 240.663Z%27 fill=%27white%27/%3E%3Cpath d=%27M178.361 240.696L184.142 208.674C184.173 208.486 184.032 208.298 183.829 208.314H180.257C180.1 208.314 179.975 208.424 179.944 208.58L174.116 240.602C174.085 240.79 174.226 240.962 174.429 240.962H178.048C178.205 240.962 178.33 240.852 178.361 240.696Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M183.233 231.796L179.959 208.657C179.927 208.469 180.068 208.297 180.272 208.297H183.891C184.048 208.297 184.173 208.407 184.204 208.548L187.479 231.827C187.369 232.078 187.244 232.078 187.04 232.078H183.562C183.405 232.078 183.264 231.953 183.233 231.796Z%27 fill=%27white%27/%3E%3Cpath d=%27M187.463 231.827L193.197 199.775C193.228 199.587 193.087 199.414 192.883 199.414H189.39C189.186 199.414 189.077 199.54 189.045 199.696L183.218 231.718C183.186 231.906 183.343 232.078 183.531 232.078H187.15C187.306 232.078 187.432 231.984 187.463 231.827Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M192.446 222.946L189.062 199.807C189.031 199.619 189.172 199.431 189.376 199.431H192.995C193.151 199.431 193.277 199.541 193.308 199.682L196.582 222.977C196.472 223.228 196.347 223.228 196.143 223.228H192.775C192.619 223.228 192.478 223.102 192.446 222.946Z%27 fill=%27white%27/%3E%3Cpath d=%27M196.691 223.039L202.472 191.018C202.504 190.83 202.363 190.642 202.159 190.658H198.587C198.43 190.658 198.305 190.767 198.274 190.924L192.446 222.945C192.415 223.133 192.556 223.306 192.759 223.306H196.378C196.535 223.306 196.66 223.196 196.691 223.039Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M201.563 214.156L198.289 191.018C198.258 190.83 198.399 190.657 198.602 190.657H202.221C202.378 190.657 202.503 190.767 202.534 190.908L205.809 214.188C205.699 214.439 205.574 214.438 205.37 214.438H201.892C201.735 214.438 201.594 214.313 201.563 214.156Z%27 fill=%27white%27/%3E%3Cpath d=%27M205.793 214.188L211.527 182.135C211.558 181.947 211.417 181.775 211.214 181.775H207.72C207.516 181.775 207.407 181.9 207.375 182.057L201.548 214.078C201.516 214.266 201.673 214.438 201.861 214.438H205.48C205.636 214.438 205.762 214.345 205.793 214.188Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M210.776 205.289L207.392 182.151C207.361 181.963 207.502 181.775 207.706 181.775H211.325C211.481 181.775 211.607 181.884 211.638 182.025L214.912 205.321C214.802 205.571 214.677 205.571 214.473 205.571H211.105C210.949 205.571 210.808 205.446 210.776 205.289Z%27 fill=%27white%27/%3E%3Cpath d=%27M215.022 205.305L220.802 173.284C220.834 173.096 220.693 172.908 220.489 172.923H216.917C216.76 172.923 216.635 173.033 216.604 173.19L210.776 205.211C210.745 205.399 210.886 205.571 211.089 205.571H214.708C214.865 205.571 214.99 205.462 215.022 205.305Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M219.893 196.423L216.619 173.284C216.588 173.096 216.729 172.924 216.932 172.924H220.551C220.708 172.924 220.833 173.034 220.864 173.175L224.139 196.454C224.029 196.705 223.904 196.705 223.7 196.705H220.222C220.066 196.705 219.925 196.58 219.893 196.423Z%27 fill=%27white%27/%3E%3Cpath d=%27M224.139 196.439L229.873 164.386C229.904 164.198 229.763 164.026 229.559 164.026H226.066C225.862 164.026 225.752 164.151 225.721 164.308L219.893 196.329C219.862 196.517 220.019 196.689 220.207 196.689H223.826C223.982 196.689 224.107 196.595 224.139 196.439Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M229.12 187.556L225.736 164.417C225.705 164.229 225.846 164.041 226.049 164.041H229.668C229.825 164.041 229.95 164.151 229.982 164.292L233.256 187.587C233.146 187.838 233.021 187.838 232.817 187.838H229.449C229.292 187.838 229.151 187.713 229.12 187.556Z%27 fill=%27white%27/%3E%3Cpath d=%27M233.35 187.665L239.13 155.644C239.162 155.456 239.021 155.268 238.817 155.284H235.245C235.089 155.284 234.963 155.393 234.932 155.55L229.104 187.571C229.073 187.759 229.214 187.932 229.417 187.932H233.036C233.193 187.932 233.318 187.822 233.35 187.665Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M238.221 178.767L234.947 155.628C234.916 155.44 235.057 155.268 235.26 155.268H238.879C239.036 155.268 239.161 155.378 239.193 155.518L242.467 178.798C242.357 179.049 242.232 179.049 242.028 179.049H238.55C238.394 179.049 238.253 178.924 238.221 178.767Z%27 fill=%27white%27/%3E%3Cpath d=%27M242.467 178.798L248.201 146.745C248.232 146.557 248.091 146.385 247.887 146.385H244.394C244.19 146.385 244.081 146.51 244.049 146.667L238.221 178.689C238.19 178.877 238.331 179.049 238.535 179.049H242.154C242.31 179.049 242.436 178.955 242.467 178.798Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M247.448 169.915L244.064 146.777C244.033 146.589 244.174 146.401 244.378 146.401H247.996C248.153 146.401 248.278 146.51 248.31 146.651L251.584 169.947C251.474 170.197 251.349 170.197 251.145 170.197H247.777C247.62 170.197 247.479 170.072 247.448 169.915Z%27 fill=%27white%27/%3E%3Cpath d=%27M251.678 169.931L257.459 137.91C257.49 137.722 257.349 137.534 257.145 137.549H253.573C253.417 137.549 253.291 137.659 253.26 137.816L247.432 169.837C247.401 170.025 247.542 170.197 247.746 170.197H251.364C251.521 170.197 251.646 170.088 251.678 169.931Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M256.551 161.049L253.277 137.91C253.246 137.722 253.387 137.55 253.59 137.55H257.209C257.366 137.55 257.491 137.66 257.523 137.801L260.797 161.08C260.687 161.331 260.562 161.331 260.358 161.331H256.88C256.724 161.331 256.583 161.206 256.551 161.049Z%27 fill=%27white%27/%3E%3Cpath d=%27M260.797 161.065L266.531 129.012C266.562 128.824 266.421 128.652 266.217 128.652H262.724C262.52 128.652 262.411 128.777 262.379 128.934L256.552 160.955C256.52 161.143 256.677 161.315 256.865 161.315H260.484C260.64 161.315 260.766 161.221 260.797 161.065Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M265.763 152.182L262.379 129.043C262.347 128.855 262.488 128.667 262.692 128.667H266.311C266.468 128.667 266.593 128.777 266.624 128.918L269.898 152.213C269.789 152.464 269.663 152.464 269.46 152.464H266.092C265.935 152.464 265.794 152.339 265.763 152.182Z%27 fill=%27white%27/%3E%3Cpath d=%27M270.008 152.291L275.789 120.27C275.82 120.082 275.679 119.894 275.475 119.91H271.903C271.747 119.91 271.621 120.035 271.59 120.176L265.762 152.197C265.731 152.385 265.872 152.558 266.076 152.558H269.695C269.851 152.558 269.977 152.448 270.008 152.291Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M274.879 143.394L271.605 120.255C271.574 120.067 271.715 119.895 271.919 119.895H275.537C275.694 119.895 275.819 120.004 275.851 120.145L279.125 143.425C279.015 143.676 278.89 143.676 278.686 143.676H275.208C275.052 143.676 274.911 143.55 274.879 143.394Z%27 fill=%27white%27/%3E%3Cpath d=%27M279.125 143.424L284.859 111.371C284.89 111.183 284.749 111.011 284.546 111.011H281.052C280.848 111.011 280.739 111.137 280.707 111.278L274.88 143.299C274.848 143.487 275.005 143.659 275.193 143.659H278.812C278.968 143.659 279.094 143.565 279.125 143.408%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M284.093 134.542L280.709 111.403C280.677 111.215 280.818 111.027 281.022 111.027H284.641C284.798 111.027 284.923 111.137 284.954 111.278L288.229 134.574C288.119 134.824 287.994 134.824 287.79 134.824H284.422C284.265 134.824 284.124 134.699 284.093 134.542Z%27 fill=%27white%27/%3E%3Cpath d=%27M288.354 134.558L294.134 102.537C294.166 102.349 294.025 102.176 293.821 102.176H290.249C290.092 102.176 289.967 102.286 289.936 102.443L284.108 134.464C284.077 134.652 284.218 134.84 284.421 134.824H288.04C288.197 134.824 288.322 134.715 288.354 134.558Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M293.21 125.659L289.935 102.521C289.904 102.333 290.045 102.16 290.249 102.16H293.868C294.024 102.16 294.15 102.27 294.181 102.411L297.455 125.691C297.345 125.941 297.22 125.941 297.016 125.941H293.539C293.382 125.941 293.241 125.816 293.21 125.659Z%27 fill=%27white%27/%3E%3Cpath d=%27M297.455 125.691L303.189 93.638C303.22 93.45 303.079 93.2777 302.876 93.2777H299.382C299.178 93.2777 299.069 93.4031 299.038 93.5597L293.21 125.581C293.178 125.769 293.319 125.941 293.523 125.941H297.142C297.299 125.941 297.424 125.847 297.455 125.691Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M302.436 116.808L299.053 93.6691C299.021 93.4811 299.162 93.2931 299.366 93.2931H302.985C303.141 93.2931 303.267 93.4028 303.298 93.5438L306.572 116.839C306.463 117.09 306.337 117.09 306.134 117.09H302.765C302.609 117.09 302.468 116.965 302.436 116.808Z%27 fill=%27white%27/%3E%3Cpath d=%27M306.682 116.902L312.462 84.8803C312.494 84.6923 312.353 84.5043 312.149 84.52H308.577C308.421 84.52 308.295 84.6453 308.264 84.7863L302.436 116.808C302.405 116.996 302.546 117.168 302.749 117.168H306.368C306.525 117.168 306.65 117.058 306.682 116.902Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M311.54 108.02L308.265 84.881C308.234 84.693 308.375 84.5207 308.579 84.5207H312.198C312.354 84.5207 312.48 84.6303 312.511 84.7713L315.785 108.051C315.675 108.302 315.55 108.302 315.347 108.302H311.869C311.712 108.302 311.571 108.176 311.54 108.02Z%27 fill=%27white%27/%3E%3Cpath d=%27M315.785 108.035L321.519 75.9818C321.55 75.7938 321.409 75.6215 321.206 75.6215H317.712C317.509 75.6215 317.399 75.7468 317.368 75.9035L311.54 107.925C311.508 108.113 311.649 108.285 311.853 108.285H315.472C315.629 108.285 315.754 108.191 315.785 108.035Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M320.767 99.1525L317.383 76.0138C317.351 75.8258 317.492 75.6378 317.696 75.6378H321.315C321.471 75.6378 321.597 75.7475 321.628 75.8885L324.902 99.1839C324.793 99.4345 324.667 99.4346 324.464 99.4346H321.095C320.939 99.4346 320.798 99.3092 320.767 99.1525Z%27 fill=%27white%27/%3E%3Cpath d=%27M324.996 99.1839L330.777 67.1625C330.808 66.9745 330.667 66.7865 330.464 66.8022H326.892C326.735 66.8022 326.61 66.9275 326.578 67.0685L320.751 99.0899C320.719 99.2779 320.86 99.4502 321.064 99.4502H324.683C324.839 99.4502 324.965 99.3406 324.996 99.1839Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M329.868 90.2854L326.594 67.1466C326.562 66.9586 326.703 66.7863 326.907 66.7863H330.526C330.682 66.7863 330.808 66.896 330.839 67.037L334.113 90.3168C334.004 90.5674 333.878 90.5674 333.675 90.5674H330.197C330.04 90.5674 329.899 90.4421 329.868 90.2854Z%27 fill=%27white%27/%3E%3Cpath d=%27M19.383 363.408L25.1167 331.355C25.1481 331.167 25.0071 330.994 24.8034 330.994H21.3099C21.1062 330.994 20.9966 331.12 20.9652 331.276L15.1375 363.298C15.1061 363.486 15.2628 363.658 15.4508 363.658H19.0696C19.2263 363.658 19.3516 363.564 19.383 363.408Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M24.3641 354.525L20.9803 331.386C20.9489 331.198 21.09 331.01 21.2936 331.01H24.9125C25.0691 331.01 25.1945 331.12 25.2258 331.261L28.5 354.556C28.3903 354.807 28.265 354.807 28.0614 354.807H24.6932C24.5365 354.807 24.3955 354.681 24.3641 354.525Z%27 fill=%27white%27/%3E%3Cpath d=%27M28.5957 354.54L34.3765 322.519C34.4078 322.331 34.2668 322.143 34.0632 322.159H30.4913C30.3346 322.159 30.2093 322.268 30.178 322.425L24.3502 354.446C24.3189 354.634 24.4599 354.807 24.6635 354.807H28.2824C28.439 354.807 28.5644 354.697 28.5957 354.54Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M33.4674 345.657L30.1932 322.519C30.1618 322.331 30.3028 322.158 30.5065 322.158H34.1254C34.282 322.158 34.4074 322.268 34.4387 322.409L37.7129 345.689C37.6032 345.939 37.4779 345.939 37.2742 345.939H33.7964C33.6397 345.939 33.4987 345.814 33.4674 345.657Z%27 fill=%27white%27/%3E%3Cpath d=%27M37.713 345.689L43.4468 313.636C43.4781 313.448 43.3371 313.276 43.1335 313.276H39.6399C39.4363 313.276 39.3266 313.401 39.2953 313.558L33.4675 345.579C33.4362 345.767 33.5772 345.939 33.7808 345.939H37.3997C37.5564 345.939 37.6817 345.845 37.713 345.689Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M42.6943 336.79L39.3104 313.652C39.2791 313.464 39.4201 313.276 39.6237 313.276H43.2426C43.3992 313.276 43.5245 313.385 43.5559 313.526L46.8301 336.822C46.7204 337.072 46.5951 337.072 46.3914 337.072H43.0232C42.8666 337.072 42.7256 336.947 42.6943 336.79Z%27 fill=%27white%27/%3E%3Cpath d=%27M46.9219 336.9L52.7027 304.878C52.734 304.69 52.593 304.502 52.3894 304.518H48.8175C48.6609 304.518 48.5355 304.628 48.5042 304.784L42.6764 336.806C42.6451 336.994 42.7861 337.166 42.9898 337.166H46.6086C46.7653 337.166 46.8906 337.056 46.9219 336.9Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M51.7955 328.018L48.5213 304.879C48.49 304.691 48.631 304.519 48.8346 304.519H52.4535C52.6102 304.519 52.7355 304.628 52.7668 304.769L56.041 328.049C55.9314 328.3 55.806 328.3 55.6024 328.3H52.1245C51.9678 328.3 51.8269 328.174 51.7955 328.018Z%27 fill=%27white%27/%3E%3Cpath d=%27M56.0412 328.034L61.7749 295.981C61.8063 295.793 61.6653 295.621 61.4616 295.621H57.9681C57.7644 295.621 57.6548 295.746 57.6234 295.903L51.7957 327.924C51.7643 328.112 51.921 328.284 52.109 328.284H55.7279C55.8845 328.284 56.0098 328.19 56.0412 328.034Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M61.0224 319.151L57.6385 296.012C57.6072 295.824 57.7482 295.636 57.9518 295.636H61.5707C61.7273 295.636 61.8527 295.746 61.884 295.887L65.1582 319.182C65.0485 319.433 64.9232 319.433 64.7196 319.433H61.3514C61.1947 319.433 61.0537 319.307 61.0224 319.151Z%27 fill=%27white%27/%3E%3Cpath d=%27M65.2696 319.166L71.0503 287.145C71.0817 286.957 70.9406 286.769 70.737 286.785H67.1651C67.0085 286.785 66.8831 286.894 66.8518 287.051L61.0241 319.072C60.9927 319.26 61.1337 319.448 61.3374 319.433H64.9562C65.1129 319.433 65.2382 319.323 65.2696 319.166Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M70.1412 310.283L66.867 287.145C66.8357 286.957 66.9767 286.784 67.1803 286.784H70.7992C70.9558 286.784 71.0811 286.894 71.1125 287.035L74.3867 310.315C74.2771 310.565 74.1517 310.565 73.9481 310.565H70.4702C70.3135 310.565 70.1725 310.44 70.1412 310.283Z%27 fill=%27white%27/%3E%3Cpath d=%27M74.3693 310.299L80.1031 278.246C80.1344 278.058 79.9934 277.886 79.7897 277.886H76.2962C76.0926 277.886 75.9829 278.011 75.9516 278.168L70.1238 310.189C70.0925 310.377 70.2334 310.55 70.4371 310.55H74.0559C74.2126 310.55 74.338 310.456 74.3693 310.299Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M79.3524 301.417L75.9686 278.278C75.9372 278.09 76.0782 277.902 76.2819 277.902H79.9007C80.0574 277.902 80.1828 278.012 80.2141 278.153L83.4883 301.449C83.3786 301.699 83.2533 301.699 83.0496 301.699H79.6814C79.5247 301.699 79.3838 301.574 79.3524 301.417Z%27 fill=%27white%27/%3E%3Cpath d=%27M83.5977 301.526L89.3785 269.504C89.4098 269.316 89.2688 269.128 89.0652 269.144H85.4933C85.3366 269.144 85.2113 269.254 85.18 269.41L79.3522 301.432C79.3209 301.62 79.4619 301.792 79.6655 301.792H83.2844C83.441 301.792 83.5663 301.682 83.5977 301.526Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M88.4713 292.628L85.1971 269.489C85.1658 269.301 85.3067 269.129 85.5104 269.129H89.1293C89.2859 269.129 89.4113 269.239 89.4426 269.38L92.7168 292.659C92.6071 292.91 92.4818 292.91 92.2781 292.91H88.8003C88.6436 292.91 88.5026 292.785 88.4713 292.628Z%27 fill=%27white%27/%3E%3Cpath d=%27M92.6994 292.659L98.4331 260.607C98.4645 260.419 98.3235 260.246 98.1198 260.246H94.6263C94.4226 260.246 94.313 260.372 94.2816 260.528L88.4539 292.55C88.4225 292.738 88.5636 292.91 88.7672 292.91H92.3861C92.5427 292.91 92.668 292.816 92.6994 292.659Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M97.6806 283.777L94.2967 260.638C94.2654 260.45 94.4064 260.262 94.61 260.262H98.2289C98.3856 260.262 98.5109 260.372 98.5422 260.513L101.816 283.808C101.707 284.059 101.581 284.059 101.378 284.059H98.0096C97.8529 284.059 97.7119 283.933 97.6806 283.777Z%27 fill=%27white%27/%3E%3Cpath d=%27M101.928 283.792L107.709 251.771C107.74 251.583 107.599 251.395 107.395 251.411H103.823C103.667 251.411 103.541 251.52 103.51 251.677L97.6823 283.698C97.6509 283.886 97.7919 284.059 97.9956 284.059H101.614C101.771 284.059 101.896 283.949 101.928 283.792Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M106.784 274.909L103.51 251.771C103.478 251.583 103.619 251.41 103.823 251.41H107.442C107.598 251.41 107.724 251.52 107.755 251.661L111.029 274.941C110.92 275.191 110.794 275.191 110.591 275.191H107.113C106.956 275.191 106.815 275.066 106.784 274.909Z%27 fill=%27white%27/%3E%3Cpath d=%27M111.029 274.925L116.763 242.872C116.795 242.684 116.654 242.512 116.45 242.512H112.956C112.753 242.512 112.643 242.637 112.612 242.794L106.784 274.815C106.753 275.003 106.909 275.176 107.097 275.176H110.716C110.873 275.176 110.998 275.082 111.029 274.925Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M116.011 266.043L112.627 242.904C112.595 242.716 112.736 242.528 112.94 242.528H116.559C116.716 242.528 116.841 242.638 116.872 242.779L120.146 266.075C120.037 266.325 119.911 266.325 119.708 266.325H116.34C116.183 266.325 116.042 266.2 116.011 266.043Z%27 fill=%27white%27/%3E%3Cpath d=%27M120.256 266.153L126.037 234.131C126.068 233.943 125.927 233.755 125.723 233.771H122.151C121.995 233.771 121.869 233.881 121.838 234.037L116.01 266.059C115.979 266.247 116.12 266.435 116.324 266.419H119.943C120.099 266.419 120.225 266.309 120.256 266.153Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M125.114 257.254L121.84 234.115C121.808 233.927 121.949 233.755 122.153 233.755H125.772C125.928 233.755 126.054 233.865 126.085 234.006L129.359 257.285C129.25 257.536 129.124 257.536 128.921 257.536H125.443C125.286 257.536 125.145 257.411 125.114 257.254Z%27 fill=%27white%27/%3E%3Cpath d=%27M129.36 257.285L135.093 225.233C135.125 225.045 134.984 224.872 134.78 224.872H131.286C131.083 224.872 130.973 224.998 130.942 225.154L125.114 257.176C125.083 257.364 125.224 257.536 125.427 257.536H129.046C129.203 257.536 129.328 257.442 129.36 257.285Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M134.341 248.403L130.957 225.264C130.926 225.076 131.067 224.888 131.27 224.888H134.889C135.046 224.888 135.171 224.998 135.202 225.139L138.477 248.434C138.367 248.685 138.242 248.685 138.038 248.685H134.67C134.513 248.685 134.372 248.559 134.341 248.403Z%27 fill=%27white%27/%3E%3Cpath d=%27M138.586 248.403L144.367 216.381C144.398 216.193 144.257 216.005 144.053 216.021H140.482C140.325 216.021 140.2 216.131 140.168 216.287L134.34 248.309C134.309 248.497 134.45 248.669 134.654 248.669H138.273C138.429 248.669 138.555 248.559 138.586 248.403Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M143.458 239.52L140.183 216.381C140.152 216.193 140.293 216.021 140.497 216.021H144.116C144.272 216.021 144.398 216.13 144.429 216.271L147.703 239.551C147.593 239.802 147.468 239.802 147.264 239.802H143.787C143.63 239.802 143.489 239.676 143.458 239.52Z%27 fill=%27white%27/%3E%3Cpath d=%27M147.703 239.551L153.437 207.498C153.468 207.31 153.327 207.138 153.124 207.138H149.63C149.427 207.138 149.317 207.263 149.286 207.42L143.458 239.441C143.426 239.629 143.583 239.802 143.771 239.802H147.39C147.547 239.802 147.672 239.708 147.703 239.551Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M152.669 230.653L149.285 207.514C149.254 207.326 149.395 207.138 149.598 207.138H153.217C153.374 207.138 153.499 207.248 153.53 207.389L156.805 230.684C156.695 230.935 156.57 230.935 156.366 230.935H152.998C152.841 230.935 152.7 230.809 152.669 230.653Z%27 fill=%27white%27/%3E%3Cpath d=%27M156.916 230.763L162.697 198.742C162.728 198.554 162.587 198.366 162.383 198.381H158.812C158.655 198.381 158.53 198.491 158.498 198.648L152.671 230.669C152.639 230.857 152.78 231.029 152.984 231.029H156.603C156.759 231.029 156.885 230.92 156.916 230.763Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M161.788 221.88L158.513 198.741C158.482 198.553 158.623 198.381 158.827 198.381H162.446C162.602 198.381 162.728 198.491 162.759 198.632L166.033 221.911C165.924 222.162 165.798 222.162 165.595 222.162H162.117C161.96 222.162 161.819 222.037 161.788 221.88Z%27 fill=%27white%27/%3E%3Cpath d=%27M166.031 221.896L171.765 189.843C171.797 189.655 171.656 189.483 171.452 189.483H167.958C167.755 189.483 167.645 189.608 167.614 189.765L161.786 221.786C161.755 221.974 161.896 222.146 162.099 222.146H165.718C165.875 222.146 166 222.053 166.031 221.896Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M170.999 213.013L167.615 189.874C167.584 189.686 167.725 189.498 167.928 189.498H171.547C171.704 189.498 171.829 189.608 171.861 189.749L175.135 213.044C175.025 213.295 174.9 213.295 174.696 213.295H171.328C171.171 213.295 171.03 213.17 170.999 213.013Z%27 fill=%27white%27/%3E%3Cpath d=%27M175.244 213.029L181.025 181.007C181.056 180.819 180.915 180.631 180.712 180.647H177.14C176.983 180.647 176.858 180.756 176.826 180.913L170.999 212.935C170.967 213.123 171.108 213.295 171.312 213.295H174.931C175.088 213.295 175.213 213.185 175.244 213.029Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M180.118 204.146L176.844 181.007C176.812 180.819 176.953 180.647 177.157 180.647H180.776C180.932 180.647 181.058 180.756 181.089 180.897L184.363 204.177C184.254 204.428 184.128 204.428 183.925 204.428H180.447C180.29 204.428 180.149 204.302 180.118 204.146Z%27 fill=%27white%27/%3E%3Cpath d=%27M184.346 204.177L190.08 172.124C190.111 171.936 189.97 171.764 189.766 171.764H186.273C186.069 171.764 185.959 171.889 185.928 172.046L180.1 204.067C180.069 204.255 180.226 204.428 180.414 204.428H184.033C184.189 204.428 184.315 204.334 184.346 204.177Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M189.327 195.279L185.943 172.14C185.912 171.952 186.053 171.764 186.257 171.764H189.875C190.032 171.764 190.157 171.873 190.189 172.014L193.463 195.31C193.353 195.56 193.228 195.561 193.024 195.561H189.656C189.499 195.561 189.358 195.435 189.327 195.279Z%27 fill=%27white%27/%3E%3Cpath d=%27M193.572 195.389L199.353 163.368C199.384 163.18 199.243 162.992 199.04 163.007H195.468C195.311 163.007 195.186 163.117 195.155 163.274L189.327 195.295C189.295 195.483 189.436 195.655 189.64 195.655H193.259C193.416 195.655 193.541 195.546 193.572 195.389Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M198.446 186.506L195.172 163.367C195.14 163.179 195.281 163.007 195.485 163.007H199.104C199.261 163.007 199.386 163.117 199.417 163.258L202.691 186.537C202.582 186.788 202.456 186.788 202.253 186.788H198.775C198.618 186.788 198.477 186.663 198.446 186.506Z%27 fill=%27white%27/%3E%3Cpath d=%27M202.676 186.522L208.41 154.469C208.441 154.281 208.3 154.109 208.096 154.109H204.603C204.399 154.109 204.29 154.234 204.258 154.391L198.43 186.412C198.399 186.6 198.556 186.772 198.744 186.772H202.363C202.519 186.772 202.645 186.678 202.676 186.522Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M207.657 177.639L204.273 154.5C204.242 154.312 204.383 154.124 204.587 154.124H208.205C208.362 154.124 208.487 154.234 208.519 154.375L211.793 177.67C211.683 177.921 211.558 177.921 211.354 177.921H207.986C207.829 177.921 207.688 177.796 207.657 177.639Z%27 fill=%27white%27/%3E%3Cpath d=%27M211.902 177.655L217.683 145.633C217.714 145.445 217.573 145.257 217.37 145.273H213.798C213.641 145.273 213.516 145.383 213.485 145.539L207.657 177.561C207.626 177.749 207.767 177.921 207.97 177.921H211.589C211.746 177.921 211.871 177.811 211.902 177.655Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M216.774 168.772L213.5 145.633C213.468 145.445 213.609 145.273 213.813 145.273H217.432C217.589 145.273 217.714 145.382 217.745 145.523L221.02 168.803C220.91 169.054 220.785 169.054 220.581 169.054H217.103C216.946 169.054 216.805 168.928 216.774 168.772Z%27 fill=%27white%27/%3E%3Cpath d=%27M221.02 168.788L226.753 136.736C226.785 136.548 226.644 136.375 226.44 136.375H222.947C222.743 136.375 222.633 136.501 222.602 136.657L216.774 168.679C216.743 168.867 216.9 169.039 217.088 169.039H220.706C220.863 169.039 220.988 168.945 221.02 168.788Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M226.003 159.906L222.619 136.767C222.588 136.579 222.729 136.391 222.932 136.391H226.551C226.708 136.391 226.833 136.5 226.864 136.641L230.139 159.937C230.029 160.188 229.904 160.187 229.7 160.187H226.332C226.175 160.187 226.034 160.062 226.003 159.906Z%27 fill=%27white%27/%3E%3Cpath d=%27M230.232 159.999L236.013 127.978C236.045 127.79 235.904 127.602 235.7 127.618H232.128C231.971 127.618 231.846 127.727 231.815 127.884L225.987 159.905C225.956 160.093 226.097 160.266 226.3 160.266H229.919C230.076 160.266 230.201 160.156 230.232 159.999Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M235.104 151.116L231.83 127.978C231.799 127.79 231.94 127.617 232.143 127.617H235.762C235.919 127.617 236.044 127.727 236.075 127.868L239.35 151.148C239.24 151.398 239.115 151.398 238.911 151.398H235.433C235.276 151.398 235.135 151.273 235.104 151.116Z%27 fill=%27white%27/%3E%3Cpath d=%27M239.35 151.148L245.084 119.095C245.115 118.907 244.974 118.735 244.77 118.735H241.277C241.073 118.735 240.963 118.86 240.932 119.001L235.104 151.023C235.073 151.211 235.23 151.383 235.418 151.383H239.036C239.193 151.383 239.318 151.289 239.35 151.132%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M244.331 142.25L240.947 119.112C240.916 118.924 241.057 118.736 241.26 118.736H244.879C245.036 118.736 245.161 118.845 245.193 118.986L248.467 142.282C248.357 142.532 248.232 142.532 248.028 142.532H244.66C244.503 142.532 244.362 142.407 244.331 142.25Z%27 fill=%27white%27/%3E%3Cpath d=%27M248.563 142.281L254.343 110.259C254.375 110.071 254.234 109.883 254.03 109.899H250.458C250.301 109.899 250.176 110.024 250.145 110.165L244.317 142.187C244.286 142.375 244.427 142.563 244.63 142.547H248.249C248.406 142.547 248.531 142.437 248.563 142.281Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M253.434 133.398L250.16 110.259C250.129 110.071 250.27 109.899 250.473 109.899H254.092C254.249 109.899 254.374 110.008 254.405 110.149L257.68 133.429C257.57 133.68 257.445 133.68 257.241 133.68H253.763C253.607 133.68 253.466 133.554 253.434 133.398Z%27 fill=%27white%27/%3E%3Cpath d=%27M257.68 133.414L263.414 101.362C263.445 101.174 263.304 101.001 263.1 101.001H259.607C259.403 101.001 259.293 101.127 259.262 101.268L253.434 133.289C253.403 133.477 253.56 133.649 253.748 133.649H257.367C257.523 133.649 257.649 133.555 257.68 133.399%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M262.645 124.531L259.262 101.393C259.23 101.205 259.371 101.017 259.575 101.017H263.194C263.35 101.017 263.476 101.126 263.507 101.267L266.781 124.563C266.672 124.814 266.546 124.813 266.343 124.813H262.974C262.818 124.813 262.677 124.688 262.645 124.531Z%27 fill=%27white%27/%3E%3Cpath d=%27M266.891 124.625L272.671 92.6038C272.703 92.4158 272.562 92.2279 272.358 92.2435H268.786C268.63 92.2435 268.504 92.3688 268.473 92.5098L262.645 124.531C262.614 124.719 262.755 124.892 262.958 124.892H266.577C266.734 124.892 266.859 124.782 266.891 124.625Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M271.762 115.743L268.488 92.6046C268.457 92.4166 268.598 92.2444 268.801 92.2444H272.42C272.577 92.2444 272.702 92.354 272.734 92.495L276.008 115.775C275.898 116.025 275.773 116.025 275.569 116.025H272.091C271.935 116.025 271.794 115.9 271.762 115.743Z%27 fill=%27white%27/%3E%3Cpath d=%27M275.992 115.775L281.726 83.722C281.757 83.534 281.616 83.3617 281.413 83.3617H277.919C277.716 83.3617 277.606 83.487 277.575 83.6437L271.747 115.665C271.715 115.853 271.857 116.025 272.06 116.025H275.679C275.836 116.025 275.961 115.931 275.992 115.775Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M280.974 106.876L277.59 83.7375C277.558 83.5495 277.699 83.3615 277.903 83.3615H281.522C281.679 83.3615 281.804 83.4711 281.835 83.6121L285.109 106.907C285 107.158 284.874 107.158 284.671 107.158H281.303C281.146 107.158 281.005 107.033 280.974 106.876Z%27 fill=%27white%27/%3E%3Cpath d=%27M285.234 106.892L291.015 74.8704C291.047 74.6824 290.906 74.4945 290.702 74.5101H287.13C286.973 74.5101 286.848 74.6354 286.817 74.7764L280.989 106.798C280.958 106.986 281.099 107.158 281.302 107.158H284.921C285.078 107.158 285.203 107.048 285.234 106.892Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M290.09 98.009L286.816 74.8703C286.785 74.6823 286.926 74.51 287.13 74.51H290.748C290.905 74.51 291.03 74.6197 291.062 74.7607L294.336 98.0404C294.226 98.2911 294.101 98.291 293.897 98.291H290.419C290.263 98.291 290.122 98.1657 290.09 98.009Z%27 fill=%27white%27/%3E%3Cpath d=%27M294.338 98.0404L300.072 65.9876C300.103 65.7997 299.962 65.6274 299.758 65.6274H296.265C296.061 65.6274 295.952 65.7527 295.92 65.9093L290.093 97.9307C290.061 98.1187 290.202 98.291 290.406 98.291H294.025C294.181 98.291 294.307 98.1971 294.338 98.0404Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M299.319 89.1419L295.935 66.0031C295.904 65.8151 296.045 65.6271 296.249 65.6271H299.868C300.024 65.6271 300.15 65.7367 300.181 65.8777L303.455 89.1731C303.345 89.4238 303.22 89.4238 303.016 89.4238H299.648C299.492 89.4238 299.351 89.2985 299.319 89.1419Z%27 fill=%27white%27/%3E%3Cpath d=%27M303.565 89.2513L309.345 57.2299C309.377 57.0419 309.236 56.8538 309.032 56.8695H305.46C305.303 56.8695 305.178 56.9949 305.147 57.1359L299.319 89.1572C299.288 89.3452 299.429 89.5176 299.632 89.5176H303.251C303.408 89.5176 303.533 89.4079 303.565 89.2513Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M308.421 80.3694L305.146 57.2307C305.115 57.0427 305.256 56.8703 305.46 56.8703H309.078C309.235 56.8703 309.36 56.98 309.392 57.121L312.666 80.4008C312.556 80.6514 312.431 80.6514 312.227 80.6514H308.75C308.593 80.6514 308.452 80.5261 308.421 80.3694Z%27 fill=%27white%27/%3E%3Cpath d=%27M312.666 80.3841L318.4 48.3313C318.431 48.1433 318.29 47.971 318.087 47.971H314.593C314.389 47.971 314.28 48.0963 314.248 48.253L308.421 80.2744C308.389 80.4624 308.53 80.6348 308.734 80.6348H312.353C312.51 80.6348 312.635 80.5407 312.666 80.3841Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M317.649 71.5022L314.265 48.3634C314.234 48.1754 314.375 47.9875 314.579 47.9875H318.198C318.354 47.9875 318.48 48.0971 318.511 48.2381L321.785 71.5335C321.675 71.7841 321.55 71.7842 321.347 71.7842H317.978C317.822 71.7842 317.681 71.6589 317.649 71.5022Z%27 fill=%27white%27/%3E%3Cpath d=%27M321.879 71.5179L327.66 39.4965C327.691 39.3085 327.55 39.1204 327.346 39.1361H323.775C323.618 39.1361 323.493 39.2615 323.461 39.4025L317.633 71.4239C317.602 71.6119 317.743 71.7842 317.947 71.7842H321.566C321.722 71.7842 321.848 71.6745 321.879 71.5179Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M326.751 62.635L323.476 39.4963C323.445 39.3083 323.586 39.136 323.79 39.136H327.409C327.565 39.136 327.691 39.2457 327.722 39.3867L330.996 62.6664C330.886 62.917 330.761 62.917 330.557 62.917H327.08C326.923 62.917 326.782 62.7917 326.751 62.635Z%27 fill=%27white%27/%3E%3Cpath d=%27M330.996 62.6664L336.73 30.6136C336.761 30.4256 336.62 30.2533 336.417 30.2533H332.923C332.719 30.2533 332.61 30.3787 332.579 30.5353L326.751 62.5567C326.719 62.7447 326.86 62.917 327.064 62.917H330.683C330.84 62.917 330.965 62.823 330.996 62.6664Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M-2.32989 355.119L3.40384 323.067C3.43518 322.879 3.29421 322.706 3.09055 322.706H-0.402993C-0.606651 322.706 -0.716315 322.832 -0.747648 322.988L-6.57542 355.01C-6.60675 355.198 -6.46574 355.37 -6.26208 355.37H-2.64323C-2.48656 355.37 -2.36122 355.276 -2.32989 355.119Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M2.6513 346.238L-0.732571 323.099C-0.763904 322.911 -0.62289 322.723 -0.419231 322.723H3.19962C3.35628 322.723 3.48158 322.832 3.51291 322.973L6.78711 346.269C6.67745 346.52 6.55212 346.52 6.34846 346.52H2.98027C2.82361 346.52 2.68263 346.394 2.6513 346.238Z%27 fill=%27white%27/%3E%3Cpath d=%27M6.89651 346.347L12.6773 314.326C12.7086 314.138 12.5676 313.95 12.3639 313.965H8.79209C8.63543 313.965 8.51013 314.075 8.4788 314.232L2.65103 346.253C2.61969 346.441 2.76066 346.613 2.96432 346.613H6.58322C6.73988 346.613 6.86518 346.504 6.89651 346.347Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M11.7701 337.448L8.4959 314.31C8.46456 314.122 8.60558 313.949 8.80924 313.949H12.4281C12.5847 313.949 12.7101 314.059 12.7414 314.2L16.0156 337.48C15.906 337.73 15.7806 337.73 15.577 337.73H12.0991C11.9425 337.73 11.8015 337.605 11.7701 337.448Z%27 fill=%27white%27/%3E%3Cpath d=%27M15.9982 337.48L21.732 305.427C21.7633 305.239 21.6223 305.067 21.4186 305.067H17.9251C17.7215 305.067 17.6118 305.192 17.5805 305.349L11.7527 337.37C11.7214 337.558 11.8624 337.73 12.066 337.73H15.6849C15.8416 337.73 15.9669 337.636 15.9982 337.48Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M20.9813 328.597L17.5975 305.458C17.5662 305.27 17.7071 305.082 17.9108 305.082H21.5297C21.6863 305.082 21.8117 305.192 21.843 305.333L25.1172 328.628C25.0075 328.879 24.8822 328.879 24.6785 328.879H21.3104C21.1537 328.879 21.0127 328.754 20.9813 328.597Z%27 fill=%27white%27/%3E%3Cpath d=%27M25.2266 328.613L31.0074 296.591C31.0387 296.403 30.8977 296.215 30.694 296.231H27.1222C26.9655 296.231 26.8402 296.341 26.8088 296.497L20.9811 328.519C20.9497 328.707 21.0907 328.879 21.2944 328.879H24.9132C25.0699 328.879 25.1953 328.769 25.2266 328.613Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M30.0826 319.731L26.8084 296.592C26.7771 296.404 26.9181 296.232 27.1217 296.232H30.7406C30.8972 296.232 31.0226 296.341 31.0539 296.482L34.3281 319.762C34.2185 320.013 34.0931 320.013 33.8895 320.013H30.4116C30.255 320.013 30.114 319.887 30.0826 319.731Z%27 fill=%27white%27/%3E%3Cpath d=%27M34.3283 319.745L40.062 287.693C40.0934 287.505 39.9524 287.332 39.7487 287.332H36.2552C36.0515 287.332 35.9418 287.458 35.9105 287.614L30.0828 319.636C30.0515 319.824 30.2081 319.996 30.3961 319.996H34.0149C34.1716 319.996 34.2969 319.902 34.3283 319.745Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M39.3095 310.863L35.9256 287.725C35.8943 287.537 36.0353 287.349 36.2389 287.349H39.8578C40.0144 287.349 40.1397 287.458 40.1711 287.599L43.4453 310.895C43.3357 311.146 43.2103 311.146 43.0067 311.146H39.6384C39.4818 311.146 39.3408 311.02 39.3095 310.863Z%27 fill=%27white%27/%3E%3Cpath d=%27M43.5547 310.973L49.3355 278.952C49.3668 278.764 49.2259 278.576 49.0222 278.591H45.4503C45.2937 278.591 45.1683 278.701 45.137 278.858L39.3092 310.879C39.2779 311.067 39.4189 311.239 39.6226 311.239H43.2414C43.3981 311.239 43.5234 311.13 43.5547 310.973Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M48.4127 302.074L45.1385 278.936C45.1072 278.748 45.2482 278.575 45.4519 278.575H49.0707C49.2274 278.575 49.3527 278.685 49.384 278.826L52.6582 302.106C52.5485 302.356 52.4232 302.356 52.2196 302.356H48.7417C48.585 302.356 48.4441 302.231 48.4127 302.074Z%27 fill=%27white%27/%3E%3Cpath d=%27M52.6583 302.106L58.3921 270.053C58.4235 269.865 58.2825 269.693 58.0788 269.693H54.5853C54.3816 269.693 54.272 269.818 54.2406 269.975L48.4129 301.996C48.3815 302.184 48.5225 302.356 48.7262 302.356H52.3451C52.5017 302.356 52.627 302.262 52.6583 302.106Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M57.6396 293.224L54.2557 270.085C54.2244 269.897 54.3653 269.709 54.569 269.709H58.1879C58.3445 269.709 58.4699 269.819 58.5012 269.96L61.7754 293.255C61.6657 293.506 61.5404 293.506 61.3367 293.506H57.9686C57.8119 293.506 57.6709 293.381 57.6396 293.224Z%27 fill=%27white%27/%3E%3Cpath d=%27M61.8848 293.24L67.6656 261.218C67.6969 261.03 67.5559 260.842 67.3522 260.858H63.7804C63.6237 260.858 63.4984 260.967 63.4671 261.124L57.6393 293.146C57.608 293.334 57.7489 293.506 57.9526 293.506H61.5715C61.7281 293.506 61.8535 293.396 61.8848 293.24Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M66.7564 284.34L63.4822 261.201C63.4509 261.013 63.5919 260.841 63.7956 260.841H67.4144C67.5711 260.841 67.6964 260.951 67.7278 261.092L71.002 284.371C70.8923 284.622 70.767 284.622 70.5633 284.622H67.0854C66.9288 284.622 66.7878 284.497 66.7564 284.34Z%27 fill=%27white%27/%3E%3Cpath d=%27M71.0021 284.371L76.7359 252.319C76.7672 252.131 76.6262 251.958 76.4225 251.958H72.929C72.7253 251.958 72.6157 252.084 72.5843 252.24L66.7566 284.262C66.7252 284.45 66.8819 284.622 67.0699 284.622H70.6888C70.8454 284.622 70.9708 284.528 71.0021 284.371Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M75.9677 275.49L72.5838 252.351C72.5525 252.163 72.6935 251.975 72.8971 251.975H76.516C76.6726 251.975 76.798 252.084 76.8293 252.225L80.1035 275.521C79.9939 275.771 79.8685 275.771 79.6649 275.771H76.2967C76.14 275.771 75.999 275.646 75.9677 275.49Z%27 fill=%27white%27/%3E%3Cpath d=%27M80.213 275.583L85.9937 243.562C86.025 243.374 85.8841 243.186 85.6804 243.202H82.1085C81.9519 243.202 81.8265 243.311 81.7952 243.468L75.9674 275.489C75.9361 275.677 76.0771 275.865 76.2808 275.85H79.8996C80.0563 275.85 80.1816 275.74 80.213 275.583Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M85.0865 266.7L81.8124 243.562C81.781 243.374 81.922 243.201 82.1256 243.201H85.7445C85.9012 243.201 86.0265 243.311 86.0578 243.452L89.332 266.732C89.2224 266.982 89.097 266.982 88.8934 266.982H85.4155C85.2589 266.982 85.1179 266.857 85.0865 266.7Z%27 fill=%27white%27/%3E%3Cpath d=%27M89.3302 266.716L95.064 234.663C95.0953 234.475 94.9544 234.303 94.7507 234.303H91.2572C91.0535 234.303 90.9438 234.428 90.9125 234.585L85.0847 266.606C85.0534 266.794 85.1944 266.967 85.3981 266.967H89.0169C89.1736 266.967 89.2989 266.873 89.3302 266.716Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M94.2978 257.833L90.9139 234.694C90.8826 234.506 91.0236 234.319 91.2273 234.319H94.8461C95.0028 234.319 95.1281 234.428 95.1594 234.569L98.4336 257.865C98.3239 258.115 98.1986 258.115 97.9949 258.115H94.6268C94.4701 258.115 94.3291 257.99 94.2978 257.833Z%27 fill=%27white%27/%3E%3Cpath d=%27M98.543 257.866L104.324 225.844C104.355 225.656 104.214 225.468 104.01 225.484H100.439C100.282 225.484 100.157 225.593 100.125 225.75L94.2975 257.772C94.2662 257.96 94.4071 258.132 94.6108 258.132H98.2297C98.3864 258.132 98.5117 258.022 98.543 257.866Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M103.417 248.967L100.142 225.828C100.111 225.64 100.252 225.468 100.456 225.468H104.075C104.231 225.468 104.357 225.578 104.388 225.719L107.662 248.998C107.552 249.249 107.427 249.249 107.223 249.249H103.746C103.589 249.249 103.448 249.124 103.417 248.967Z%27 fill=%27white%27/%3E%3Cpath d=%27M107.645 248.998L113.378 216.946C113.41 216.758 113.269 216.585 113.065 216.585H109.572C109.368 216.585 109.258 216.711 109.227 216.867L103.399 248.889C103.368 249.077 103.525 249.249 103.713 249.249H107.331C107.488 249.249 107.613 249.155 107.645 248.998Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M112.628 240.115L109.244 216.977C109.213 216.789 109.354 216.601 109.557 216.601H113.176C113.333 216.601 113.458 216.71 113.489 216.851L116.764 240.147C116.654 240.397 116.529 240.397 116.325 240.397H112.957C112.8 240.397 112.659 240.272 112.628 240.115Z%27 fill=%27white%27/%3E%3Cpath d=%27M116.873 240.209L122.654 208.188C122.685 208 122.544 207.812 122.341 207.828H118.769C118.612 207.828 118.487 207.937 118.455 208.094L112.628 240.115C112.596 240.303 112.737 240.476 112.941 240.476H116.56C116.716 240.476 116.842 240.366 116.873 240.209Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M121.745 231.326L118.471 208.188C118.439 208 118.58 207.827 118.784 207.827H122.403C122.559 207.827 122.685 207.937 122.716 208.078L125.99 231.358C125.881 231.608 125.755 231.608 125.552 231.608H122.074C121.917 231.608 121.776 231.483 121.745 231.326Z%27 fill=%27white%27/%3E%3Cpath d=%27M125.975 231.342L131.709 199.289C131.74 199.101 131.599 198.929 131.395 198.929H127.902C127.698 198.929 127.588 199.054 127.557 199.211L121.729 231.232C121.698 231.42 121.839 231.593 122.043 231.593H125.661C125.818 231.593 125.943 231.499 125.975 231.342Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M130.956 222.459L127.572 199.32C127.541 199.132 127.682 198.944 127.885 198.944H131.504C131.661 198.944 131.786 199.054 131.818 199.195L135.092 222.491C134.982 222.741 134.857 222.741 134.653 222.741H131.285C131.128 222.741 130.987 222.616 130.956 222.459Z%27 fill=%27white%27/%3E%3Cpath d=%27M135.201 222.475L140.982 190.454C141.013 190.266 140.872 190.078 140.669 190.093H137.097C136.94 190.093 136.815 190.203 136.783 190.36L130.956 222.381C130.924 222.569 131.065 222.741 131.269 222.741H134.888C135.045 222.741 135.17 222.632 135.201 222.475Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M140.073 213.593L136.799 190.454C136.767 190.266 136.908 190.094 137.112 190.094H140.731C140.887 190.094 141.013 190.204 141.044 190.345L144.318 213.624C144.209 213.875 144.083 213.875 143.88 213.875H140.402C140.245 213.875 140.104 213.75 140.073 213.593Z%27 fill=%27white%27/%3E%3Cpath d=%27M144.32 213.609L150.054 181.556C150.086 181.368 149.945 181.196 149.741 181.196H146.247C146.044 181.196 145.934 181.321 145.903 181.478L140.075 213.499C140.044 213.687 140.185 213.859 140.388 213.859H144.007C144.164 213.859 144.289 213.765 144.32 213.609Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M149.302 204.726L145.918 181.587C145.886 181.399 146.027 181.211 146.231 181.211H149.85C150.007 181.211 150.132 181.321 150.163 181.462L153.438 204.757C153.328 205.008 153.203 205.008 152.999 205.008H149.631C149.474 205.008 149.333 204.882 149.302 204.726Z%27 fill=%27white%27/%3E%3Cpath d=%27M153.531 204.835L159.312 172.814C159.343 172.626 159.202 172.438 158.999 172.454H155.427C155.27 172.454 155.145 172.563 155.114 172.72L149.286 204.741C149.254 204.929 149.395 205.102 149.599 205.102H153.218C153.375 205.102 153.5 204.992 153.531 204.835Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M158.403 195.938L155.129 172.799C155.097 172.611 155.238 172.439 155.442 172.439H159.061C159.218 172.439 159.343 172.548 159.374 172.689L162.648 195.969C162.539 196.22 162.413 196.22 162.21 196.22H158.732C158.575 196.22 158.434 196.094 158.403 195.938Z%27 fill=%27white%27/%3E%3Cpath d=%27M162.649 195.969L168.382 163.916C168.414 163.728 168.273 163.556 168.069 163.556H164.575C164.372 163.556 164.262 163.681 164.231 163.838L158.403 195.859C158.372 196.047 158.513 196.22 158.716 196.22H162.335C162.492 196.22 162.617 196.126 162.649 195.969Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M167.632 187.085L164.248 163.947C164.217 163.759 164.358 163.57 164.561 163.57H168.18C168.337 163.57 168.462 163.68 168.493 163.821L171.768 187.117C171.658 187.367 171.533 187.367 171.329 187.367H167.961C167.804 187.367 167.663 187.242 167.632 187.085Z%27 fill=%27white%27/%3E%3Cpath d=%27M171.861 187.101L177.642 155.079C177.673 154.892 177.532 154.704 177.329 154.719H173.757C173.6 154.719 173.475 154.829 173.444 154.986L167.616 187.007C167.585 187.195 167.726 187.367 167.929 187.367H171.548C171.705 187.367 171.83 187.258 171.861 187.101Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M176.733 178.219L173.459 155.08C173.427 154.892 173.568 154.72 173.772 154.72H177.391C177.548 154.72 177.673 154.83 177.704 154.971L180.979 178.25C180.869 178.501 180.744 178.501 180.54 178.501H177.062C176.905 178.501 176.764 178.376 176.733 178.219Z%27 fill=%27white%27/%3E%3Cpath d=%27M180.977 178.235L186.71 146.182C186.742 145.994 186.601 145.822 186.397 145.822H182.904C182.7 145.822 182.59 145.947 182.559 146.104L176.731 178.125C176.7 178.313 176.841 178.485 177.045 178.485H180.663C180.82 178.485 180.945 178.391 180.977 178.235Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M185.944 169.352L182.56 146.213C182.529 146.025 182.67 145.837 182.874 145.837H186.493C186.649 145.837 186.775 145.947 186.806 146.088L190.08 169.383C189.97 169.634 189.845 169.634 189.641 169.634H186.273C186.117 169.634 185.976 169.508 185.944 169.352Z%27 fill=%27white%27/%3E%3Cpath d=%27M190.189 169.461L195.97 137.44C196.002 137.252 195.861 137.064 195.657 137.079H192.085C191.928 137.079 191.803 137.189 191.772 137.346L185.944 169.367C185.913 169.555 186.054 169.728 186.257 169.728H189.876C190.033 169.728 190.158 169.618 190.189 169.461Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M195.063 160.564L191.789 137.425C191.758 137.237 191.899 137.065 192.102 137.065H195.721C195.878 137.065 196.003 137.174 196.034 137.315L199.309 160.595C199.199 160.846 199.074 160.846 198.87 160.846H195.392C195.235 160.846 195.094 160.72 195.063 160.564Z%27 fill=%27white%27/%3E%3Cpath d=%27M199.291 160.595L205.025 128.542C205.056 128.354 204.915 128.182 204.712 128.182H201.218C201.014 128.182 200.905 128.307 200.873 128.464L195.046 160.485C195.014 160.673 195.155 160.846 195.359 160.846H198.978C199.135 160.846 199.26 160.752 199.291 160.595Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M204.274 151.712L200.89 128.573C200.859 128.385 201 128.197 201.204 128.197H204.823C204.979 128.197 205.105 128.307 205.136 128.448L208.41 151.743C208.3 151.994 208.175 151.994 207.972 151.994H204.603C204.447 151.994 204.306 151.869 204.274 151.712Z%27 fill=%27white%27/%3E%3Cpath d=%27M208.533 151.711L214.314 119.69C214.345 119.502 214.204 119.314 214.001 119.33H210.429C210.272 119.33 210.147 119.455 210.115 119.596L204.288 151.617C204.256 151.805 204.397 151.993 204.601 151.978H208.22C208.377 151.978 208.502 151.868 208.533 151.711Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M213.391 142.829L210.117 119.691C210.086 119.503 210.227 119.33 210.43 119.33H214.049C214.206 119.33 214.331 119.44 214.363 119.581L217.637 142.861C217.527 143.111 217.402 143.111 217.198 143.111H213.72C213.564 143.111 213.423 142.986 213.391 142.829Z%27 fill=%27white%27/%3E%3Cpath d=%27M217.637 142.861L223.371 110.808C223.402 110.62 223.261 110.448 223.057 110.448H219.564C219.36 110.448 219.25 110.573 219.219 110.714L213.391 142.735C213.36 142.923 213.501 143.096 213.705 143.096H217.324C217.48 143.096 217.606 143.002 217.637 142.845%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M222.618 133.962L219.234 110.823C219.203 110.635 219.344 110.447 219.548 110.447H223.166C223.323 110.447 223.448 110.557 223.48 110.698L226.754 133.994C226.644 134.244 226.519 134.244 226.315 134.244H222.947C222.79 134.244 222.649 134.119 222.618 133.962Z%27 fill=%27white%27/%3E%3Cpath d=%27M226.863 134.073L232.644 102.051C232.675 101.863 232.534 101.675 232.331 101.691H228.759C228.602 101.691 228.477 101.816 228.446 101.957L222.618 133.979C222.586 134.167 222.727 134.339 222.931 134.339H226.55C226.707 134.339 226.832 134.229 226.863 134.073Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M231.719 125.19L228.445 102.051C228.414 101.863 228.555 101.691 228.758 101.691H232.377C232.534 101.691 232.659 101.8 232.691 101.941L235.965 125.221C235.855 125.472 235.73 125.472 235.526 125.472H232.048C231.892 125.472 231.751 125.346 231.719 125.19Z%27 fill=%27white%27/%3E%3Cpath d=%27M235.965 125.205L241.699 93.1527C241.73 92.9647 241.589 92.7924 241.385 92.7924H237.892C237.688 92.7924 237.579 92.9178 237.547 93.0588L231.72 125.08C231.688 125.268 231.845 125.44 232.033 125.44H235.652C235.808 125.44 235.934 125.346 235.965 125.19%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M240.948 116.323L237.564 93.1837C237.533 92.9957 237.674 92.8078 237.878 92.8078H241.496C241.653 92.8078 241.778 92.9175 241.81 93.0585L245.084 116.354C244.974 116.605 244.849 116.604 244.645 116.604H241.277C241.12 116.604 240.979 116.479 240.948 116.323Z%27 fill=%27white%27/%3E%3Cpath d=%27M245.178 116.338L250.959 84.3168C250.99 84.1288 250.849 83.9408 250.645 83.9565H247.073C246.917 83.9565 246.791 84.0818 246.76 84.2228L240.932 116.244C240.901 116.432 241.042 116.604 241.246 116.604H244.864C245.021 116.604 245.146 116.495 245.178 116.338Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M250.049 107.455L246.775 84.3166C246.744 84.1286 246.885 83.9563 247.089 83.9563H250.707C250.864 83.9563 250.989 84.0659 251.021 84.2069L254.295 107.487C254.185 107.737 254.06 107.737 253.856 107.737H250.378C250.222 107.737 250.081 107.612 250.049 107.455Z%27 fill=%27white%27/%3E%3Cpath d=%27M254.295 107.487L260.029 75.4339C260.06 75.2459 259.919 75.0736 259.716 75.0736H256.222C256.018 75.0736 255.909 75.1989 255.877 75.3555L250.05 107.377C250.018 107.565 250.175 107.737 250.363 107.737H253.982C254.138 107.737 254.264 107.643 254.295 107.487Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M259.278 98.5881L255.894 75.4494C255.863 75.2614 256.004 75.0734 256.208 75.0734H259.827C259.983 75.0734 260.109 75.1831 260.14 75.3241L263.414 98.6195C263.304 98.8702 263.179 98.8701 262.975 98.8701H259.607C259.451 98.8701 259.31 98.7448 259.278 98.5881Z%27 fill=%27white%27/%3E%3Cpath d=%27M263.508 98.6986L269.289 66.6772C269.32 66.4892 269.179 66.3013 268.975 66.3169H265.403C265.247 66.3169 265.121 66.4422 265.09 66.5832L259.262 98.6046C259.231 98.7926 259.372 98.9806 259.576 98.9649H263.195C263.351 98.9649 263.477 98.8553 263.508 98.6986Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M268.379 89.8157L265.105 66.6769C265.074 66.4889 265.215 66.3166 265.419 66.3166H269.037C269.194 66.3166 269.319 66.4262 269.351 66.5672L272.625 89.8469C272.515 90.0976 272.39 90.0977 272.186 90.0977H268.708C268.552 90.0977 268.411 89.9723 268.379 89.8157Z%27 fill=%27white%27/%3E%3Cpath d=%27M272.623 89.8314L278.357 57.7787C278.388 57.5907 278.247 57.4184 278.044 57.4184H274.55C274.346 57.4184 274.237 57.5437 274.205 57.7004L268.378 89.7217C268.346 89.9097 268.503 90.082 268.691 90.082H272.31C272.467 90.082 272.592 89.9881 272.623 89.8314Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M277.606 80.9485L274.222 57.8098C274.191 57.6218 274.332 57.4337 274.536 57.4337H278.155C278.311 57.4337 278.437 57.5435 278.468 57.6845L281.742 80.9799C281.633 81.2305 281.507 81.2305 281.304 81.2305H277.935C277.779 81.2305 277.638 81.1052 277.606 80.9485Z%27 fill=%27white%27/%3E%3Cpath d=%27M281.852 80.9642L287.632 48.9428C287.664 48.7548 287.523 48.5668 287.319 48.5825H283.747C283.591 48.5825 283.465 48.7078 283.434 48.8488L277.606 80.8702C277.575 81.0582 277.716 81.2305 277.919 81.2305H281.538C281.695 81.2305 281.82 81.1208 281.852 80.9642Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M286.723 72.0813L283.449 48.9425C283.418 48.7545 283.559 48.5822 283.762 48.5822H287.381C287.538 48.5822 287.663 48.6919 287.695 48.8329L290.969 72.1127C290.859 72.3633 290.734 72.3633 290.53 72.3633H287.052C286.896 72.3633 286.755 72.238 286.723 72.0813Z%27 fill=%27white%27/%3E%3Cpath d=%27M290.953 72.097L296.687 40.0443C296.718 39.8563 296.577 39.684 296.374 39.684H292.88C292.677 39.684 292.567 39.8093 292.536 39.966L286.708 71.9874C286.676 72.1754 286.833 72.3477 287.021 72.3477H290.64C290.797 72.3477 290.922 72.2537 290.953 72.097Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M295.934 63.214L292.551 40.0753C292.519 39.8874 292.66 39.6994 292.864 39.6994H296.483C296.639 39.6994 296.765 39.809 296.796 39.95L300.07 63.2454C299.961 63.496 299.835 63.4961 299.632 63.4961H296.263C296.107 63.4961 295.966 63.3707 295.934 63.214Z%27 fill=%27white%27/%3E%3Cpath d=%27M300.18 63.3244L305.96 31.303C305.992 31.115 305.851 30.9271 305.647 30.9427H302.075C301.919 30.9427 301.793 31.0681 301.762 31.209L295.934 63.2304C295.903 63.4184 296.044 63.5908 296.248 63.5908H299.866C300.023 63.5908 300.148 63.4811 300.18 63.3244Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M305.053 54.426L301.779 31.2874C301.748 31.0994 301.889 30.927 302.092 30.927H305.711C305.868 30.927 305.993 31.0367 306.025 31.1777L309.299 54.4574C309.189 54.708 309.064 54.708 308.86 54.708H305.382C305.226 54.708 305.085 54.5827 305.053 54.426Z%27 fill=%27white%27/%3E%3Cpath d=%27M309.283 54.4574L315.017 22.4046C315.048 22.2166 314.907 22.0443 314.704 22.0443H311.21C311.007 22.0443 310.897 22.1697 310.866 22.3263L305.038 54.3477C305.007 54.5357 305.148 54.708 305.351 54.708H308.97C309.127 54.708 309.252 54.6141 309.283 54.4574Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M314.265 45.5745L310.881 22.4357C310.849 22.2477 310.99 22.0597 311.194 22.0597H314.813C314.97 22.0597 315.095 22.1693 315.126 22.3103L318.4 45.6057C318.291 45.8564 318.165 45.8564 317.962 45.8564H314.594C314.437 45.8564 314.296 45.7311 314.265 45.5745Z%27 fill=%27white%27/%3E%3Cpath d=%27M318.51 45.5901L324.291 13.5687C324.322 13.3807 324.181 13.1928 323.977 13.2084H320.405C320.249 13.2084 320.123 13.3337 320.092 13.4747L314.264 45.4961C314.233 45.6841 314.374 45.8722 314.578 45.8565H318.196C318.353 45.8565 318.478 45.7468 318.51 45.5901Z%27 fill=%27%239CCDC3%27/%3E%3Cpath d=%27M323.366 36.7073L320.092 13.5685C320.06 13.3805 320.201 13.2082 320.405 13.2082H324.024C324.18 13.2082 324.306 13.3179 324.337 13.4589L327.611 36.7386C327.502 36.9893 327.376 36.9893 327.173 36.9893H323.695C323.538 36.9893 323.397 36.8639 323.366 36.7073Z%27 fill=%27white%27/%3E%3Cpath d=%27M327.611 36.723L333.345 4.67026C333.377 4.48227 333.236 4.30997 333.032 4.30997H329.538C329.335 4.30997 329.225 4.43529 329.194 4.59195L323.366 36.6133C323.335 36.8013 323.476 36.9736 323.679 36.9736H327.298C327.455 36.9736 327.58 36.8797 327.611 36.723Z%27 fill=%27%239CCDC3%27/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_1856_65411%27%3E%3Cpath d=%27M328 318.158C328 329.204 319.046 338.158 308 338.158H20C8.95432 338.158 0 329.204 0 318.158V0.158203H328V318.158Z%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  position: relative;
}
.mcl-contact-card-green-small .mcl-card .mcl-right:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: "";
  z-index: 0;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27493%27 height=%27393%27 viewBox=%270 0 493 393%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M492.102 372.143C492.102 383.188 483.147 392.143 472.102 392.143H0.101562V0.142578H472.102C483.147 0.142578 492.102 9.09688 492.102 20.1426V372.143Z%27 fill=%27url%28%23paint0_linear_1557_103619%29%27/%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_1557_103619%27 x1=%27306.58%27 y1=%27239.691%27 x2=%27472.946%27 y2=%27407.312%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%234B9C96%27/%3E%3Cstop offset=%271%27 stop-color=%27%234B9C96%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.mcl-contact-card-green-small .mcl-card .mcl-right .mcl-tag {
  margin-bottom: 24px;
  z-index: 1;
}
.mcl-contact-card-green-small .mcl-card .mcl-right .mcl-title {
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-contact-card-green-small .mcl-card .mcl-right .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-contact-card-green-small .mcl-card .mcl-right .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 32px;
  color: #FFFFFF;
  z-index: 1;
}
.mcl-contact-card-green-small .mcl-card .mcl-right .mcl-description {
  padding-top: 18px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #FFFFFF;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.mcl-contact-card-green-small .mcl-card .mcl-right .mcl-description .mcl-icon {
  width: 25px !important;
  height: 25px !important;
}
.mcl-contact-card-green-small .mcl-card .mcl-right .mcl-button-wrapper {
  z-index: 1;
}

.mcl-about-us-video {
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .mcl-about-us-video {
    padding: 96px 0;
  }
}
.mcl-about-us-video {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #4B9C96;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27439%27 height=%27828%27 viewBox=%270 0 439 828%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.2%27%3E%3Cpath d=%27M315.118 -75.3992L148.798 851.992C147.856 857.562 152.157 862.64 157.809 862.599L259.214 862.23C263.637 862.23 267.446 858.995 268.183 854.613L438.024 -73.3923C438.966 -78.9623 434.625 -84.0407 428.973 -83.9998L324.046 -82.9759C319.623 -82.9349 315.896 -79.7404 315.159 -75.3992%27 fill=%27%23132D2E%27/%3E%3Cpath d=%27M170.806 182.161L268.852 853.008C269.917 858.618 265.576 863.82 259.883 863.82L154.833 863.451C150.492 863.451 146.724 860.339 145.905 856.038L51.1753 181.464C54.165 174.215 58.1786 174.133 63.9533 174.215H161.468C165.809 174.256 170.027 177.901 170.806 182.201%27 fill=%27%23245557%27/%3E%3Cpath d=%27M51.1222 181.473L-103.648 1032.28C-104.713 1037.89 -100.371 1043.09 -94.6785 1043.05L5.33426 1042.68C9.67552 1042.68 13.4434 1039.57 14.2625 1035.27L170.63 183.807C171.695 178.155 167.189 174.101 161.456 174.183L60.0095 174.019C55.6683 174.06 51.9413 177.172 51.1632 181.432%27 fill=%27%23132D2E%27/%3E%3Cpath d=%27M-67.9643 182.821L47.1609 853.176C48.1028 858.746 43.8026 863.825 38.1508 863.825L-61.9029 863.456C-66.3261 863.456 -70.135 860.221 -70.8722 855.838L-190.871 184.827C-191.813 179.257 -187.472 174.179 -181.82 174.22H-77.0154C-72.5923 174.261 -68.7425 178.479 -68.0053 182.821%27 fill=%27%23245557%27/%3E%3C/g%3E%3C/svg%3E");
}
.mcl-about-us-video .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-about-us-video .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-about-us-video .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 61px;
  text-align: center;
  color: #FFFFFF;
}
.mcl-about-us-video .video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 30px;
}
.mcl-about-us-video .video-container iframe, .mcl-about-us-video .video-container object, .mcl-about-us-video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mcl-about-us-video .mcl-button-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mcl-about-us-video.no-video .mcl-wrapper {
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mcl-about-us-video.no-video .mcl-wrapper {
    max-width: 860px;
    margin: auto;
    flex-direction: row;
  }
}
.mcl-about-us-video.no-video .mcl-wrapper {
  display: flex;
  gap: 61px;
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-left .mcl-title {
  padding-bottom: 16px;
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-left .mcl-description {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 40px;
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-left .mcl-button-wrapper {
  margin-top: 0;
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-right {
  text-align: center;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 1024px) {
  .mcl-about-us-video.no-video .mcl-wrapper .mcl-right {
    justify-content: center;
  }
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-right img {
  object-fit: cover;
}
@media (min-width: 1024px) {
  .mcl-about-us-video.no-video .mcl-wrapper .mcl-right img {
    object-fit: contain;
  }
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-right img {
  border-radius: 10px;
  overflow: hidden;
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-right img:first-of-type {
  width: calc(50% - 6px);
}
@media (min-width: 1024px) {
  .mcl-about-us-video.no-video .mcl-wrapper .mcl-right img:first-of-type {
    width: auto;
  }
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-right img:first-of-type {
  height: 210px;
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-right img:nth-of-type(2) {
  width: calc(50% - 6px);
}
@media (min-width: 1024px) {
  .mcl-about-us-video.no-video .mcl-wrapper .mcl-right img:nth-of-type(2) {
    width: auto;
  }
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-right img:nth-of-type(2) {
  height: 133px;
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-right img:last-of-type {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-about-us-video.no-video .mcl-wrapper .mcl-right img:last-of-type {
    width: auto;
  }
}
.mcl-about-us-video.no-video .mcl-wrapper .mcl-right img:last-of-type {
  height: 200px;
}

.mcl-tremagi-group {
  padding: 80px 0 100px;
  background-color: #245557;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1024px) {
  .mcl-tremagi-group {
    padding: 96px 0;
  }
}
.mcl-tremagi-group > .mcl-wrapper .mcl-tag {
  margin-bottom: 24px;
}
.mcl-tremagi-group > .mcl-wrapper > .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-tremagi-group > .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-tremagi-group > .mcl-wrapper > .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 16px;
}
.mcl-tremagi-group > .mcl-wrapper > .mcl-description {
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 48px;
  max-width: 628px;
  margin: auto;
}

.mcl-impact.green {
  background-color: #4B9C96;
  color: #FFFFFF;
}
.mcl-impact.light-green {
  background-color: #E2EEEB;
  color: #1E2929;
}
.mcl-impact {
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .mcl-impact {
    padding: 96px 0;
  }
}
.mcl-impact > .mcl-wrapper > .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-impact > .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-impact > .mcl-wrapper > .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 32px;
  text-align: center;
}
.mcl-impact > .mcl-wrapper .mcl-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 1024px) {
  .mcl-impact > .mcl-wrapper .mcl-cards {
    gap: 24px;
  }
}
.mcl-impact > .mcl-wrapper .mcl-cards.resized {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-impact > .mcl-wrapper .mcl-cards.resized {
    max-width: 83%;
  }
}
.mcl-impact > .mcl-wrapper .mcl-cards.resized {
  margin: auto;
}
@media (min-width: 1024px) {
  .mcl-impact > .mcl-wrapper .mcl-cards .mcl-card-impact {
    width: 250px;
    height: 165px;
  }
}

.mcl-working-method {
  padding: 82px 0;
}
@media (min-width: 1024px) {
  .mcl-working-method {
    padding: 120px 0;
  }
}
.mcl-working-method {
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%271024%27 height=%271805%27 viewBox=%270 0 1024 1805%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cmask id=%27mask0_1816_59293%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%271024%27 height=%271805%27%3E%3Crect width=%271024%27 height=%271805%27 fill=%27white%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_1816_59293%29%27%3E%3Cpath d=%27M1035.25 1333.27L327.555 1608.87C300.247 1619.51 287.887 1652.24 301.43 1678.05L620.75 2286.78C631.747 2307.75 656.317 2316.88 678.493 2308.24L1195.08 2107.06C1217.19 2098.46 1230.27 2074.78 1225.87 2051.34L1097.66 1368.19C1092.21 1339.15 1062.63 1322.61 1035.25 1333.27Z%27 fill=%27url%28%23paint0_linear_1816_59293%29%27/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_1816_59293%27 x1=%27328.627%27 y1=%271637.83%27 x2=%27941.5%27 y2=%271481.15%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23E2EEEB%27/%3E%3Cstop offset=%270.822917%27 stop-color=%27%23E2EEEB%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 200%;
}
@media (min-width: 1024px) {
  .mcl-working-method {
    background-size: cover;
  }
}
.mcl-working-method.grey {
  background-color: #FAFAFA;
}
.mcl-working-method.white {
  background-color: #FFFFFF;
}
.mcl-working-method > .mcl-wrapper > .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-working-method > .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-working-method > .mcl-wrapper > .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 56px;
}
@media (min-width: 1024px) {
  .mcl-working-method > .mcl-wrapper > .mcl-title {
    padding-bottom: 72px;
  }
}
.mcl-working-method > .mcl-wrapper > .mcl-title {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .mcl-working-method .owl-stage .owl-item.active .mcl-icon-wrapper {
    border: 3px solid #FFFFFF;
    outline: 1px solid #E2EEEB;
    background-color: #E2EEEB;
  }
  .mcl-working-method .owl-stage .owl-item.active .mcl-icon-wrapper .mcl-icon-inner-wrapper .mcl-icon {
    color: #245557;
  }
  .mcl-working-method .owl-stage .owl-item.active .mcl-line:before {
    height: 2px;
    width: 69px;
  }
}
.mcl-working-method .owl-stage .owl-item .item:not(.first) .mcl-card-working-method:before {
  display: none;
}
.mcl-working-method .mcl-button-wrapper {
  margin-top: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mcl-working-method .mcl-button-wrapper .mcl-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-working-method .mcl-button-wrapper .mcl-button {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .mcl-working-method {
    height: 100% !important;
    margin-bottom: -72px;
  }
  .mcl-working-method .owl-item.cloned {
    display: none !important;
  }
  .mcl-working-method .owl-stage-outer {
    height: 100% !important;
    max-width: 1066px !important;
    width: 83.33% !important;
    margin: 0 auto;
    padding: 0 32px;
  }
  .mcl-working-method .owl-stage-outer .owl-stage {
    transform: none !important;
    transition: none !important;
    width: 100% !important;
    flex-wrap: wrap;
    display: inline-grid !important;
    grid-template-columns: repeat(1, 1fr);
    padding: 0 !important;
  }
  .mcl-working-method .owl-stage-outer .owl-item {
    width: auto !important;
    margin-bottom: 75px;
    margin-right: 0 !important;
    overflow: visible !important;
  }
  .mcl-working-method .owl-stage-outer .owl-item:nth-child(odd) {
    margin-right: 0 !important;
  }
  .mcl-working-method .owl-stage-outer .owl-item:nth-child(odd) .mcl-card {
    flex-direction: row-reverse;
  }
  .mcl-working-method .owl-stage-outer .owl-item .mcl-line {
    left: 50%;
    top: 180px;
    width: 2px;
    height: 210px;
  }
  .mcl-working-method .owl-stage-outer .owl-item .mcl-card {
    flex-direction: row;
    border: none;
    border-radius: 0;
    justify-content: space-between;
    height: 100%;
  }
  .mcl-working-method .owl-stage-outer .owl-item .mcl-card .mcl-image {
    width: 304px;
    object-fit: cover;
    height: 200px;
    border-radius: 15px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .mcl-working-method .owl-stage-outer .owl-item .mcl-card .mcl-image {
    width: 420px;
  }
}
@media screen and (min-width: 1024px) {
  .mcl-working-method .owl-stage-outer .owl-item .mcl-card .mcl-text-wrapper {
    width: 304px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  .mcl-working-method .owl-stage-outer .owl-item .mcl-card .mcl-text-wrapper {
    width: 420px;
  }
}
@media screen and (min-width: 1024px) {
  .mcl-working-method .owl-stage-outer .owl-item .mcl-card .mcl-text-wrapper .mcl-description {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .mcl-working-method .mcl-button-wrapper {
    margin-bottom: 56px;
  }
}

.mcl-projects {
  padding: 80px 0 0;
}
@media screen and (min-width: 1024px) {
  .mcl-projects {
    padding: 96px 0;
  }
}
.mcl-projects.grey {
  background-color: #FAFAFA;
}
.mcl-projects.white {
  background-color: #FFFFFF;
}
.mcl-projects {
  text-align: center;
}
.mcl-projects > .mcl-wrapper .mcl-tag {
  margin-bottom: 24px;
}
.mcl-projects > .mcl-wrapper .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-projects > .mcl-wrapper .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-projects > .mcl-wrapper .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  color: #1E2929;
  padding-bottom: 56px;
}
.mcl-projects .mcl-button-wrapper {
  display: flex;
  margin-top: 56px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .mcl-projects {
    height: 100% !important;
  }
  .mcl-projects .owl-item.cloned {
    display: none !important;
  }
  .mcl-projects .owl-stage-outer {
    height: 100% !important;
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .mcl-projects .owl-stage-outer .owl-stage {
    transform: none !important;
    transition: none !important;
    width: 100% !important;
    flex-wrap: wrap;
    display: flex !important;
    justify-content: center;
    padding: 0 !important;
    gap: 24px;
  }
  .mcl-projects .owl-stage-outer .owl-item {
    width: 304px !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }
  .mcl-projects .owl-stage-outer .owl-item:nth-child(odd) {
    margin-right: 0 !important;
  }
}

.mcl-contact-section-dark-green-small {
  padding: 36px 0 72px;
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-small {
    padding: 97px 0;
  }
}
.mcl-contact-section-dark-green-small.grey {
  background-color: #FAFAFA;
}
.mcl-contact-section-dark-green-small.white {
  background-color: #FFFFFF;
}
.mcl-contact-section-dark-green-small .mcl-card {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-small .mcl-card {
    width: 83%;
  }
}
.mcl-contact-section-dark-green-small .mcl-card {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27268%27 height=%27355%27 viewBox=%270 0 268 355%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.2%27%3E%3Cpath d=%27M277.62 -90.1265L186.436 416.851C185.92 419.896 188.278 422.672 191.376 422.65L246.971 422.448C249.396 422.448 251.484 420.68 251.888 418.284L345.003 -89.0295C345.52 -92.0744 343.14 -94.8506 340.041 -94.8282L282.515 -94.2685C280.09 -94.2461 278.047 -92.4998 277.643 -90.1265%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M198.501 50.6736L252.255 417.406C252.838 420.473 250.458 423.317 247.337 423.317L189.744 423.115C187.364 423.115 185.298 421.414 184.849 419.063L132.914 50.293C134.553 46.3301 136.754 46.2854 139.92 46.3301H193.381C195.761 46.3525 198.074 48.3451 198.501 50.696%27 fill=%27%23397571%27/%3E%3Cpath d=%27M132.885 50.2982L48.0328 515.408C47.449 518.476 49.8291 521.319 52.9502 521.297L107.782 521.095C110.162 521.095 112.228 519.394 112.677 517.043L198.404 51.5744C198.988 48.4847 196.518 46.2682 193.375 46.3129L137.757 46.2234C135.377 46.2458 133.334 47.9473 132.907 50.2758%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M67.5964 51.0346L130.713 417.499C131.23 420.543 128.872 423.32 125.773 423.32L70.9195 423.118C68.4945 423.118 66.4063 421.349 66.0021 418.954L0.213262 52.1317C-0.30317 49.0868 2.07692 46.3105 5.17551 46.3329H62.6341C65.0591 46.3553 67.1697 48.6614 67.5739 51.0346%27 fill=%27%23397571%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  padding: 80px 16px;
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-small .mcl-card {
    padding: 55px 80px;
  }
}
.mcl-contact-section-dark-green-small .mcl-card {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #245557;
}
.mcl-contact-section-dark-green-small .mcl-card .mcl-tag {
  margin-bottom: 24px;
}
.mcl-contact-section-dark-green-small .mcl-card .mcl-title {
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-small .mcl-card .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-contact-section-dark-green-small .mcl-card .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  padding-bottom: 32px;
  color: #FFFFFF;
  text-align: center;
}
.mcl-contact-section-dark-green-small .mcl-card .mcl-button {
  margin-bottom: 16px;
}
.mcl-contact-section-dark-green-small .mcl-card .mcl-description {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.mcl-card-picture-text-repeater {
  padding: 72px 0;
}
@media (min-width: 1024px) {
  .mcl-card-picture-text-repeater {
    padding: 96px 0;
  }
}
.mcl-card-picture-text-repeater {
  background-color: #FFFFFF;
}
.mcl-card-picture-text-repeater.white {
  background-color: #FFFFFF;
}
.mcl-card-picture-text-repeater.grey {
  background-color: #FAFAFA;
}
.mcl-card-picture-text-repeater > .mcl-wrapper > .mcl-title {
  color: #1E2929;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-card-picture-text-repeater > .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-card-picture-text-repeater > .mcl-wrapper > .mcl-title {
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.39px;
}
.mcl-card-picture-text-repeater > .mcl-wrapper > .mcl-description {
  color: #525959;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  line-height: 120%;
  padding-top: 16px;
  padding-bottom: 64px;
  max-width: 632px;
  margin: auto;
}
@media (min-width: 1024px) {
  .mcl-card-picture-text-repeater > .mcl-wrapper > .mcl-description {
    padding-bottom: 80px;
  }
}
.mcl-card-picture-text-repeater > .mcl-wrapper .mcl-cards {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
  margin: auto;
}
@media (min-width: 1024px) {
  .mcl-card-picture-text-repeater > .mcl-wrapper .mcl-cards {
    row-gap: 96px;
    max-width: 83%;
  }
  .mcl-card-picture-text-repeater > .mcl-wrapper .mcl-cards .mcl-card-picture-text:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.mcl-certifications {
  padding: 72px 0;
}
@media screen and (min-width: 1024px) {
  .mcl-certifications {
    padding: 96px 0;
  }
}
.mcl-certifications {
  background-color: #F2F2F2;
}
.mcl-certifications .mcl-card {
  background-color: #245557;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .mcl-certifications .mcl-card {
    flex-direction: row;
    width: 83%;
    margin: auto;
  }
}
.mcl-certifications .mcl-card .mcl-text-wrapper {
  width: 100%;
  padding: 40px 24px;
}
@media screen and (min-width: 1024px) {
  .mcl-certifications .mcl-card .mcl-text-wrapper {
    padding: 40px;
    width: 50%;
  }
}
.mcl-certifications .mcl-card .mcl-text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.mcl-certifications .mcl-card .mcl-text-wrapper .mcl-tag {
  margin-bottom: 24px;
}
.mcl-certifications .mcl-card .mcl-text-wrapper .mcl-title {
  color: #FFFFFF;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-certifications .mcl-card .mcl-text-wrapper .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-certifications .mcl-card .mcl-text-wrapper .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
}
.mcl-certifications .mcl-card .mcl-text-wrapper .mcl-description {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-top: 8px;
}
.mcl-certifications .mcl-card .mcl-text-wrapper .mcl-certificates {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .mcl-certifications .mcl-card .mcl-text-wrapper .mcl-certificates {
    margin-top: 40px;
  }
}
.mcl-certifications .mcl-card .mcl-text-wrapper .mcl-certificates {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}
.mcl-certifications .mcl-card .mcl-text-wrapper .mcl-button-wrapper {
  margin-top: 40px;
}
.mcl-certifications .mcl-card .mcl-text-wrapper .mcl-image {
  height: 55px;
  object-fit: cover;
}
.mcl-certifications .mcl-card > .mcl-image {
  height: 250px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mcl-certifications .mcl-card > .mcl-image {
    width: 50%;
    height: 100%;
  }
}
.mcl-certifications .mcl-card > .mcl-image {
  object-fit: cover;
}
.mcl-certifications.inverted .mcl-card {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .mcl-certifications.inverted .mcl-card {
    flex-direction: row-reverse;
  }
}

.mcl-staggered-cards {
  padding: 75px 0;
}
@media (min-width: 1024px) {
  .mcl-staggered-cards {
    padding: 96px 0;
  }
}
.mcl-staggered-cards {
  background-color: #FAFAFA;
}
.mcl-staggered-cards > .mcl-wrapper > .mcl-title {
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-staggered-cards > .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-staggered-cards > .mcl-wrapper > .mcl-title {
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 40px;
  text-align: center;
}
.mcl-staggered-cards > .mcl-wrapper .mcl-tag-wrapper {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mcl-staggered-cards > .mcl-wrapper .mcl-grid-content-3 {
  gap: 16px;
}
@media (min-width: 1024px) {
  .mcl-staggered-cards > .mcl-wrapper .mcl-grid-content-3 {
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .mcl-staggered-cards > .mcl-wrapper .mcl-grid-content-3 .mcl-card-staggered:nth-child(1), .mcl-staggered-cards > .mcl-wrapper .mcl-grid-content-3 .mcl-card-staggered:nth-child(3) {
    margin-top: 32px;
  }
  .mcl-staggered-cards > .mcl-wrapper .mcl-grid-content-3 .mcl-card-staggered:nth-child(2) {
    margin-bottom: 32px;
  }
}
.mcl-staggered-cards > .mcl-wrapper .mcl-button-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mcl-staggered-cards > .mcl-wrapper .mcl-button-wrapper .mcl-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-staggered-cards > .mcl-wrapper .mcl-button-wrapper .mcl-button {
    width: auto;
  }
}

.mcl-certification-section {
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .mcl-certification-section {
    padding: 100px 0;
  }
}
.mcl-certification-section {
  background-color: #245557;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27268%27 height=%27355%27 viewBox=%270 0 268 355%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.2%27%3E%3Cpath d=%27M277.62 -90.1265L186.436 416.851C185.92 419.896 188.278 422.672 191.376 422.65L246.971 422.448C249.396 422.448 251.484 420.68 251.888 418.284L345.003 -89.0295C345.52 -92.0744 343.14 -94.8506 340.041 -94.8282L282.515 -94.2685C280.09 -94.2461 278.047 -92.4998 277.643 -90.1265%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M198.501 50.6736L252.255 417.406C252.838 420.473 250.458 423.317 247.337 423.317L189.744 423.115C187.364 423.115 185.298 421.414 184.849 419.063L132.914 50.293C134.553 46.3301 136.754 46.2854 139.92 46.3301H193.381C195.761 46.3525 198.074 48.3451 198.501 50.696%27 fill=%27%23397571%27/%3E%3Cpath d=%27M132.885 50.2982L48.0328 515.408C47.449 518.476 49.8291 521.319 52.9502 521.297L107.782 521.095C110.162 521.095 112.228 519.394 112.677 517.043L198.404 51.5744C198.988 48.4847 196.518 46.2682 193.375 46.3129L137.757 46.2234C135.377 46.2458 133.334 47.9473 132.907 50.2758%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M67.5964 51.0346L130.713 417.499C131.23 420.543 128.872 423.32 125.773 423.32L70.9195 423.118C68.4945 423.118 66.4063 421.349 66.0021 418.954L0.213262 52.1317C-0.30317 49.0868 2.07692 46.3105 5.17551 46.3329H62.6341C65.0591 46.3553 67.1697 48.6614 67.5739 51.0346%27 fill=%27%23397571%27/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
}
.mcl-certification-section > .mcl-wrapper {
  width: 100%;
}
.mcl-certification-section > .mcl-wrapper .mcl-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  .mcl-certification-section > .mcl-wrapper .mcl-text-wrapper {
    flex-direction: row;
    gap: 32px;
  }
  .mcl-certification-section > .mcl-wrapper .mcl-text-wrapper > div {
    width: calc(50% - 16px);
  }
}
.mcl-certification-section > .mcl-wrapper .mcl-text-wrapper .mcl-title {
  color: #FFFFFF;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-certification-section > .mcl-wrapper .mcl-text-wrapper .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-certification-section > .mcl-wrapper .mcl-text-wrapper .mcl-title {
  font-weight: 600;
  letter-spacing: -0.39px;
}
.mcl-certification-section > .mcl-wrapper .mcl-text-wrapper .mcl-description {
  padding-top: 16px;
}
@media (min-width: 1024px) {
  .mcl-certification-section > .mcl-wrapper .mcl-text-wrapper .mcl-description {
    padding-top: 0;
    max-width: 626px;
  }
}
.mcl-certification-section > .mcl-wrapper .mcl-text-wrapper .mcl-description {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
.mcl-certification-section > .mcl-wrapper .mcl-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .mcl-certification-section > .mcl-wrapper .mcl-cards {
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.mcl-certification-section > .mcl-wrapper .mcl-button-wrapper {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .mcl-certification-section.double .mcl-wrapper {
    width: 66.66%;
  }
  .mcl-certification-section.double .mcl-wrapper .mcl-text-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .mcl-certification-section.double .mcl-wrapper .mcl-text-wrapper > div {
    width: 100%;
    text-align: center;
  }
  .mcl-certification-section.double .mcl-wrapper .mcl-text-wrapper .mcl-description {
    padding-top: 8px;
    margin: auto;
  }
  .mcl-certification-section.double .mcl-wrapper .mcl-cards {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mcl-certification-section.double .mcl-wrapper .mcl-cards > div {
    width: 304px;
  }
}
@media (min-width: 1024px) {
  .mcl-certification-section.single .mcl-wrapper {
    display: flex;
    gap: 48px;
    width: 83%;
  }
  .mcl-certification-section.single .mcl-wrapper .mcl-text-wrapper {
    width: calc(100% - 352px);
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }
  .mcl-certification-section.single .mcl-wrapper .mcl-text-wrapper > div {
    width: 100%;
  }
  .mcl-certification-section.single .mcl-wrapper .mcl-text-wrapper .mcl-description {
    padding-top: 8px;
    padding-bottom: 0;
  }
  .mcl-certification-section.single .mcl-wrapper .mcl-cards {
    display: flex;
    width: 304px;
    height: 100%;
  }
}

.mcl-slider-card-picture {
  padding: 80px 0 152px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .mcl-slider-card-picture {
    padding: 96px 0 152px 0;
    max-width: 1280px;
    margin: auto;
    overflow: hidden;
  }
}
.mcl-slider-card-picture .mcl-desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .mcl-slider-card-picture .mcl-desktop-only {
    display: block;
    position: absolute;
    right: 32px;
    top: -32px;
    width: calc(50% - 64px);
    height: calc(100% + 112px);
  }
  .mcl-slider-card-picture .mcl-desktop-only .mcl-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .mcl-slider-card-picture .mcl-carousel-card-picture-slider {
    width: calc(50% + 16px);
  }
  .mcl-slider-card-picture .mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer {
    height: auto !important;
    overflow: hidden;
  }
  .mcl-slider-card-picture .mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    overflow: visible;
    margin-right: 16px !important;
  }
  .mcl-slider-card-picture .mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item:not(.active) {
    visibility: hidden;
  }
  .mcl-slider-card-picture .mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .mcl-card-picture {
    border-radius: 0;
    border: none;
    align-items: flex-start;
  }
  .mcl-slider-card-picture .mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .mcl-card-picture .mcl-image {
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    width: 50%;
    margin-top: -150px;
    display: none;
  }
  .mcl-slider-card-picture .mcl-carousel-card-picture-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .mcl-card-picture .mcl-text-wrapper {
    max-width: 386px;
    border-radius: 20px;
    border: 1px solid #F2F2F2;
    height: auto;
  }
}
.mcl-slider-card-picture .mcl-wrapper {
  padding-right: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .mcl-slider-card-picture .mcl-wrapper {
    padding-right: 32px;
  }
}
.mcl-slider-card-picture .mcl-wrapper > .mcl-title {
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-slider-card-picture .mcl-wrapper > .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-slider-card-picture .mcl-wrapper > .mcl-title {
  font-weight: 600;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  .mcl-slider-card-picture .mcl-wrapper > .mcl-title {
    padding-bottom: 56px;
    max-width: 50%;
  }
}
.mcl-slider-card-picture .mcl-wrapper > .mcl-tag {
  margin-bottom: 24px;
}

.mcl-our-values {
  background-color: #FAFAFA;
  padding: 72px 0;
}
@media (min-width: 1024px) {
  .mcl-our-values {
    padding: 93px 0;
  }
}
@media (min-width: 1024px) {
  .mcl-our-values .mcl-wrapper .mcl-inner-wrapper {
    max-width: 83.33%;
  }
}
.mcl-our-values .mcl-wrapper .mcl-inner-wrapper {
  text-align: center;
  margin: auto;
}
.mcl-our-values .mcl-wrapper .mcl-inner-wrapper .mcl-tag {
  margin-bottom: 24px;
}
.mcl-our-values .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
  color: #1E2929;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-our-values .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-our-values .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 16px;
}
.mcl-our-values .mcl-wrapper .mcl-inner-wrapper > .mcl-description {
  color: #525959;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 48px;
  max-width: 624px;
  margin: auto;
}
.mcl-our-values .mcl-wrapper .mcl-inner-wrapper .mcl-grid-content-2 {
  gap: 24px;
  margin: auto;
  text-align: left;
}
.mcl-our-values .mcl-wrapper .mcl-inner-wrapper .mcl-button {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-our-values .mcl-wrapper .mcl-inner-wrapper .mcl-button {
    width: auto;
  }
}
.mcl-our-values .mcl-wrapper .mcl-inner-wrapper .mcl-button {
  margin-top: 48px;
}

.mcl-about-us {
  padding: 80px 0;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .mcl-about-us {
    padding: 96px 0;
  }
}
.mcl-about-us .mcl-wrapper > .mcl-title {
  color: #1E2929;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-about-us .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-about-us .mcl-wrapper > .mcl-title {
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 16px;
}
.mcl-about-us .mcl-wrapper > .mcl-description {
  color: #525959;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 40px;
  max-width: 638px;
  margin: auto;
}
.mcl-about-us .mcl-wrapper .mcl-cards {
  gap: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.mcl-about-us .mcl-wrapper .mcl-cards > a {
  width: 304px;
}
.mcl-about-us .mcl-wrapper .mcl-button-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mcl-contact-section-dark-green-big {
  background: linear-gradient(to bottom, #245557 0%, #245557 45%, #FAFAFA 45%, #FAFAFA 100%);
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-big {
    background: linear-gradient(to right, #245557 0%, #245557 45%, #FAFAFA 45%, #FAFAFA 100%);
  }
}
.mcl-contact-section-dark-green-big .mcl-wrapper {
  padding: 0;
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-big .mcl-wrapper {
    padding: 0 32px;
  }
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper {
    flex-direction: row;
  }
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left {
  border-radius: 0 0 20px 20px;
  background-color: #245557;
  padding: 80px 16px;
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left {
    width: 50%;
    border-radius: 0 20px 20px 0;
    padding: 80px 52px 95px 0;
  }
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left .mcl-tag {
  margin-bottom: 24px;
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left .mcl-title {
  color: #FFFFFF;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left .mcl-title {
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 16px;
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left .mcl-description {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 8px;
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left .mcl-list .mcl-item-list {
  color: #FFFFFF;
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left .mcl-list .mcl-item-list .mcl-icon {
  color: #A7CBC3;
  width: 32px;
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-left .mcl-list .mcl-item-list .mcl-text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-right {
  background-color: #FAFAFA;
  padding: 80px 16px;
}
@media (min-width: 1024px) {
  .mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-right {
    width: 50%;
    padding: 85px 32px;
  }
}
.mcl-contact-section-dark-green-big .mcl-wrapper .mcl-inner-wrapper .mcl-right .mcl-form-title {
  padding-bottom: 0;
}

.mcl-section-accordion {
  background-color: #FFFFFF;
}
.mcl-section-accordion.grey {
  background-color: #FAFAFA;
}
.mcl-section-accordion.white {
  background-color: #FFFFFF;
}
.mcl-section-accordion .mcl-inner-wrapper {
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .mcl-section-accordion .mcl-inner-wrapper {
    width: 83.33%;
    margin: auto;
  }
}
.mcl-section-accordion .mcl-inner-wrapper > .mcl-title {
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  line-height: 115%;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .mcl-section-accordion .mcl-inner-wrapper > .mcl-title {
    text-align: center;
  }
}

.mcl-reviews {
  padding: 80px 0;
  background-color: #FAFAFA;
}
.mcl-reviews.grey {
  background-color: #FAFAFA;
}
.mcl-reviews.white {
  background-color: #FFFFFF;
}
.mcl-reviews .mcl-wrapper > .mcl-title {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .mcl-reviews .mcl-wrapper > .mcl-title {
    padding-bottom: 32px;
  }
}
.mcl-reviews .mcl-wrapper > .mcl-title {
  color: #1E2929;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
}
.mcl-reviews .mcl-wrapper .mcl-no-logo-slider {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
  justify-content: center;
}
@media (min-width: 1024px) {
  .mcl-reviews .mcl-wrapper .mcl-no-logo-slider {
    flex-wrap: nowrap;
  }
  .mcl-reviews .mcl-wrapper .mcl-no-logo-slider .mcl-card-reviews {
    max-width: 468px;
  }
}

.mcl-form {
  padding: 64px 0;
}
@media (min-width: 1024px) {
  .mcl-form {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .mcl-form .mcl-wrapper .mcl-inner-wrapper {
    max-width: 66.66%;
    margin: auto;
  }
}
.mcl-form .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
  padding-bottom: 8px;
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-form .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-form .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
  font-weight: 600;
  text-align: center;
}
.mcl-form .mcl-wrapper .mcl-inner-wrapper > .mcl-description {
  padding-bottom: 48px;
  color: #525959;
  font-size: 20px;
  line-height: 24px;
  line-height: 120%;
  text-align: center;
}
.mcl-form .mcl-wrapper .mcl-inner-wrapper > .mcl-tag-wrapper {
  text-align: center;
  margin-bottom: 24px;
}
.mcl-form .mcl-wrapper .mcl-inner-wrapper .form-builder-widget .mcl-form-builder .mcl-form {
  padding: 0;
}
.mcl-form .mcl-wrapper .mcl-inner-wrapper .form-builder-widget .mcl-form-builder .mcl-form .mcl-button-wrapper {
  margin-top: 0;
}

.mcl-hero-map {
  background-color: #FAFAFA;
  padding: 32px 0 64px;
}
@media (min-width: 1024px) {
  .mcl-hero-map {
    padding: 40px 0 64px;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-breadcrumbs {
  position: relative;
  top: auto;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper {
    max-width: 66.66%;
    margin: auto;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
  padding: 32px 0 16px;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
    padding: 40px 0 8px;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-title {
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.39px;
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-description {
  color: #525959;
  line-height: 120%;
  padding-bottom: 32px;
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-description p {
  font-size: 20px;
  line-height: 24px;
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-button-wrapper {
  display: flex;
  gap: 8px;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-button-wrapper {
    gap: 16px;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-button-wrapper {
  margin-bottom: 48px;
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-button-wrapper .mcl-button {
  width: 50%;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper > .mcl-button-wrapper .mcl-button {
    min-width: 214px;
    width: auto;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner {
    padding: 16px;
    flex-direction: row;
    align-items: center;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner .mcl-phone {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner .mcl-phone {
    margin-bottom: 0;
    width: 37.5%;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner .mcl-phone .mcl-icon {
  color: #4B9C96;
  margin-right: 16px;
  width: 24px;
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner .mcl-phone .mcl-phone-number {
  color: #1E2929;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner .mcl-opening-hours {
  width: 100%;
  color: #525959;
  font-size: 14px;
  line-height: 18px;
  line-height: 130%;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner .mcl-opening-hours {
    margin-bottom: 0;
    width: 37.5%;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner .mcl-call-cta {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-white-banner .mcl-call-cta {
    justify-content: center;
    width: 25%;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-maps {
  margin: 16px 0;
  width: 100%;
  height: 382px;
  border-radius: 20px;
  border: 1px solid #F2F2F2;
  overflow: hidden;
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-maps > p {
  width: 100%;
  height: 382px;
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-maps > p > iframe {
  width: 100%;
  height: 382px;
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-detail {
  flex-direction: column;
  gap: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-detail {
    flex-direction: row;
    align-items: center;
  }
}
.mcl-hero-map .mcl-wrapper .mcl-inner-wrapper .mcl-detail > div {
  color: #525959;
  font-size: 14px;
  line-height: 18px;
  line-height: 130%;
}

.mcl-hero-simple {
  background-color: #245557;
  padding: 40px 0 63px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%27376%27 height=%27341%27 viewBox=%270 0 376 341%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.2%27%3E%3Cpath d=%27M331.722 -100.354L222.827 508.385C222.21 512.041 225.025 515.375 228.726 515.348L295.12 515.106C298.016 515.106 300.509 512.982 300.992 510.106L412.194 -99.0371C412.81 -102.693 409.968 -106.027 406.268 -106L337.568 -105.328C334.672 -105.301 332.231 -103.204 331.749 -100.354%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M237.234 68.7082L301.429 509.052C302.126 512.735 299.284 516.149 295.556 516.149L226.776 515.908C223.934 515.908 221.467 513.864 220.93 511.042L158.907 68.2512C160.865 63.4929 163.493 63.4392 167.274 63.4929H231.12C233.962 63.5198 236.724 65.9124 237.234 68.7351%27 fill=%27%23397571%27/%3E%3Cpath d=%27M158.872 68.257L57.5388 626.725C56.8416 630.408 59.684 633.822 63.4113 633.795L128.893 633.554C131.736 633.554 134.203 631.51 134.739 628.688L237.118 69.7893C237.816 66.0794 234.866 63.418 231.112 63.4718L164.691 63.3643C161.849 63.3911 159.409 65.4342 158.899 68.2301%27 fill=%27%234B9C96%27/%3E%3Cpath d=%27M80.9025 69.1405L156.279 509.162C156.896 512.818 154.081 516.152 150.38 516.152L84.8711 515.91C81.9751 515.91 79.4813 513.786 78.9987 510.909L0.430849 70.4577C-0.185895 66.8016 2.65651 63.4682 6.35697 63.495H74.9764C77.8724 63.5219 80.393 66.2909 80.8757 69.1405%27 fill=%27%23397571%27/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.mcl-hero-simple .mcl-breadcrumbs {
  position: relative;
  top: 0;
  display: none;
}
@media (min-width: 1024px) {
  .mcl-hero-simple .mcl-breadcrumbs {
    margin-bottom: 49px;
    display: flex;
  }
}
.mcl-hero-simple .mcl-button.back_breadcrumbs {
  position: relative;
  margin-bottom: 54px;
}
.mcl-hero-simple .mcl-button.back_breadcrumbs .mcl-text {
  padding-left: 30px;
}
.mcl-hero-simple .mcl-button.back_breadcrumbs:after {
  position: absolute;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg id=%27left-arrow 1%27 clip-path=%27url%28%23clip0_2603_7677%29%27%3E%3Cg id=%27Group%27%3E%3Cpath id=%27Vector%27 d=%27M4.70117 12.0916H19.6912%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath id=%27Vector_2%27 d=%27M8.80361 8.00842L4.70117 12.1115L8.80361 16.2147%27 stroke=%27white%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2603_7677%27%3E%3Crect width=%2724%27 height=%2724%27 fill=%27white%27 transform=%27translate%280.691406 0.111572%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: "";
  top: -3px;
  width: 24px;
  height: 24px;
}
.mcl-hero-simple .mcl-button.back_breadcrumbs:hover .mcl-text {
  color: #1E2929;
}
@media (min-width: 1024px) {
  .mcl-hero-simple .mcl-button.back_breadcrumbs {
    display: none;
  }
}
.mcl-hero-simple .mcl-title {
  color: #FFFFFF;
  font-family: "Syne", sans-serif;
  font-size: 29px;
  line-height: 110%;
}
@media (min-width: 1024px) {
  .mcl-hero-simple .mcl-title {
    font-size: 42px;
    line-height: 44px;
  }
}
.mcl-hero-simple .mcl-title {
  font-weight: 600;
  line-height: 105%;
  padding-bottom: 24px;
}

@media (min-width: 1024px) {
  .mcl-deductions {
    padding: 96px 0;
  }
}
.mcl-deductions {
  background-color: #FAFAFA;
}
.mcl-deductions .mcl-wrapper {
  padding: 0;
}
@media (min-width: 1024px) {
  .mcl-deductions .mcl-wrapper {
    padding: 0 32px;
  }
}
.mcl-deductions .mcl-wrapper .mcl-card {
  padding: 80px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #245557;
}
@media (min-width: 1024px) {
  .mcl-deductions .mcl-wrapper .mcl-card {
    padding: 48px 32px;
    flex-direction: row;
    gap: 24px;
    max-width: 83.33%;
    margin: auto;
    border-radius: 20px;
  }
}
.mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper {
    max-width: 40%;
  }
}
.mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-tag {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-tag {
    margin-bottom: 16px;
  }
}
.mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper > .mcl-title {
  color: #FFFFFF;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper > .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper > .mcl-title {
  font-weight: 600;
}
.mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper > .mcl-description {
  padding-top: 8px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper > .mcl-description {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-carousel-deductions-slider {
    display: none;
  }
}
.mcl-deductions .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-button {
  margin-top: 24px;
}
.mcl-deductions .mcl-wrapper .mcl-card .mcl-cards {
  display: none;
}
@media (min-width: 1024px) {
  .mcl-deductions .mcl-wrapper .mcl-card .mcl-cards {
    max-width: 60%;
    display: block;
  }
}
.mcl-deductions .mcl-wrapper .mcl-card > .mcl-button-wrapper {
  margin-top: 8px;
  display: none;
}
@media (min-width: 1024px) {
  .mcl-deductions.four .mcl-wrapper .mcl-card .mcl-cards {
    display: inline-grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .mcl-deductions.three .mcl-wrapper .mcl-card {
    flex-direction: column;
  }
  .mcl-deductions.three .mcl-wrapper .mcl-card .mcl-text-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mcl-deductions.three .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-title {
    text-align: center;
    max-width: 588px;
    margin: auto;
  }
  .mcl-deductions.three .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-description {
    text-align: center;
    max-width: 660px;
    margin: auto;
  }
  .mcl-deductions.three .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-button {
    display: none;
  }
  .mcl-deductions.three .mcl-wrapper .mcl-card .mcl-cards {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: stretch;
  }
  .mcl-deductions.three .mcl-wrapper .mcl-card .mcl-cards .mcl-card-deduction {
    min-width: 222px;
    height: auto;
  }
  .mcl-deductions.three .mcl-wrapper .mcl-card > .mcl-button-wrapper {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .mcl-deductions.two .mcl-wrapper .mcl-card {
    flex-direction: column;
  }
  .mcl-deductions.two .mcl-wrapper .mcl-card .mcl-text-wrapper {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mcl-deductions.two .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-title {
    text-align: center;
    max-width: 588px;
    margin: auto;
  }
  .mcl-deductions.two .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-description {
    text-align: center;
    max-width: 660px;
    margin: auto;
  }
  .mcl-deductions.two .mcl-wrapper .mcl-card .mcl-text-wrapper .mcl-button {
    display: none;
  }
  .mcl-deductions.two .mcl-wrapper .mcl-card .mcl-cards {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: stretch;
    max-width: 64%;
  }
  .mcl-deductions.two .mcl-wrapper .mcl-card .mcl-cards .mcl-card-deduction {
    min-width: 50%;
    max-width: 304px;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .mcl-deductions.two .mcl-wrapper .mcl-card .mcl-cards .mcl-card-deduction .mcl-title, .mcl-deductions.two .mcl-wrapper .mcl-card .mcl-cards .mcl-card-deduction .mcl-description {
    text-align: left;
  }
  .mcl-deductions.two .mcl-wrapper .mcl-card > .mcl-button-wrapper {
    display: flex;
  }
}
.mcl-deductions.light-green .mcl-wrapper .mcl-card {
  background-color: #4B9C96;
}
@media (min-width: 1024px) {
  .mcl-deductions.light-green .mcl-wrapper .mcl-card {
    gap: 48px;
  }
}
.mcl-deductions.dark-green .mcl-wrapper .mcl-card {
  background-color: #245557;
}

.mcl-slider-single {
  padding: 80px 0;
  background-color: #FAFAFA;
}
@media (min-width: 1024px) {
  .mcl-slider-single {
    padding: 96px 0;
  }
}

.mcl-three-linear-cards {
  padding: 80px 0;
  background-color: #FAFAFA;
}
@media screen and (min-width: 1024px) {
  .mcl-three-linear-cards {
    padding: 96px 0;
  }
}
.mcl-three-linear-cards .mcl-cards {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .mcl-three-linear-cards .mcl-cards {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .mcl-three-linear-cards .mcl-cards .mcl-card-linear {
    width: 304px;
  }
}

.mcl-bullet-point {
  background-color: #FFFFFF;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .mcl-bullet-point {
    padding: 120px 0;
  }
}
.mcl-bullet-point .mcl-inner-wrapper {
  max-width: 66.66%;
  margin: auto;
}
.mcl-bullet-point .mcl-inner-wrapper .mcl-title {
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1024px) {
  .mcl-bullet-point .mcl-inner-wrapper .mcl-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.mcl-bullet-point .mcl-inner-wrapper .mcl-title {
  font-weight: 600;
  line-height: 110%;
  padding-bottom: 8px;
}
.mcl-bullet-point .mcl-inner-wrapper .mcl-list .mcl-item-list {
  margin-top: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
}
.mcl-bullet-point .mcl-inner-wrapper .mcl-list .mcl-item-list .mcl-icon {
  color: #4B9C96;
  width: 32px;
}
.mcl-bullet-point .mcl-inner-wrapper .mcl-list .mcl-item-list .mcl-text {
  color: #1E2929;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
}

.mcl-graph {
  background-color: #FAFAFA;
  padding: 80px 0;
}
@media (min-width: 1024px) {
  .mcl-graph {
    padding: 95px 0;
  }
}
.mcl-graph .mcl-card {
  border-radius: 20px;
  background: #FFFFFF;
  padding: 32px 34px;
}
.mcl-graph .mcl-card .mcl-title {
  color: #1E2929;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  line-height: 115%;
  padding-bottom: 8px;
}
.mcl-graph .mcl-card .mcl-description {
  color: #525959;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 24px;
}
.mcl-graph .mcl-card .mcl-image {
  width: 100%;
  object-fit: cover;
}

.banda-testo-cta {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.banda-testo-cta .mcl-wrapper > .mcl-title {
  color: #1E2929;
  text-align: center;
  font-family: "Syne", sans-serif;
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .banda-testo-cta .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.banda-testo-cta .mcl-wrapper > .mcl-title {
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 16px;
}
.banda-testo-cta .mcl-wrapper > .mcl-description {
  color: #525959;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  max-width: 638px;
  margin: auto;
}
.banda-testo-cta .mcl-wrapper .mcl-btn-container {
  display: flex;
  justify-content: center;
  padding-top: 24px;
}

.documents {
  background-color: #f9f9f9;
  padding: 60px 0;
  text-align: center;
}
.documents .mcl-title {
  font-size: 24px;
  font-weight: 700;
  color: #000b28;
  padding-bottom: 20px;
}
.documents .mcl-wrapper {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.documents .mcl-wrapper:before, .documents .mcl-wrapper:after {
  content: "";
  display: table;
}
.documents .mcl-wrapper:after {
  clear: both;
}
.documents .mcl-wrapper a {
  padding: 16px 0;
  transition: all 0.5s ease-in-out;
  min-height: 196px;
  width: calc(49.95% - 15px);
}
.documents .mcl-wrapper a:nth-child(1n) {
  float: left;
  margin-right: 30px;
  clear: none;
}
.documents .mcl-wrapper a:last-child {
  margin-right: 0;
}
.documents .mcl-wrapper a:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.documents .mcl-wrapper a:nth-child(odd) {
  clear: both;
}
.documents .mcl-wrapper a:hover {
  background-color: #eaeaea;
}
@media (min-width: 600px) {
  .documents .mcl-wrapper a {
    width: calc(33.3% - 13.33px);
  }
  .documents .mcl-wrapper a:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none;
  }
  .documents .mcl-wrapper a:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  .documents .mcl-wrapper a:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .documents .mcl-wrapper a {
    width: calc(16.65% - 16.67px);
  }
  .documents .mcl-wrapper a:nth-child(6n) {
    margin-right: 0;
    float: right;
  }
  .documents .mcl-wrapper a:nth-child(6n+1) {
    clear: both;
  }
}
.documents .mcl-wrapper a .img {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2760%27 height=%2764%27 viewBox=%270 0 60 64%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill-rule=%27nonzero%27%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg fill=%27%23000B28%27%3E%3Cpath d=%27M.649 12.574L11.85.796c.141-.148.331-.231.528-.231h22.64c.415 0 .752.36.752.802v48.536c0 .443-.337.803-.752.803H1.175c-.415 0-.752-.36-.752-.803V13.145c0-.215.081-.42.226-.571z%27 transform=%27translate%28-794 -3576%29 translate%280 3372%29 translate%28730 172%29 translate%2864 32%29 translate%2811.4 6.4%29%27/%3E%3Cpath d=%27M35.019 51.147H1.175c-.642 0-1.166-.559-1.166-1.244V13.145c0-.33.126-.653.348-.886L11.56.482c.22-.232.51-.358.818-.358h22.64c.642 0 1.166.558 1.166 1.243v48.536c0 .687-.524 1.244-1.166 1.244zm-22.64-50.14c-.089 0-.174.036-.238.104L.94 12.888c-.065.068-.1.16-.1.257v36.758c0 .2.151.361.338.361h33.842c.187 0 .338-.162.338-.36V1.366c0-.199-.151-.36-.338-.36h-22.64z%27 transform=%27translate%28-794 -3576%29 translate%280 3372%29 translate%28730 172%29 translate%2864 32%29 translate%2811.4 6.4%29%27/%3E%3C/g%3E%3Cg%3E%3Cpath fill=%27%23FFF%27 d=%27M20.411 12.187H1.193c-.415 0-.752-.36-.752-.803V1.367c0-.443.337-.802.752-.802h19.218c.416 0 .753.36.753.802v10.017c0 .443-.337.803-.753.803z%27 transform=%27translate%28-794 -3576%29 translate%280 3372%29 translate%28730 172%29 translate%2864 32%29 translate%2811.4 6.4%29 translate%2823.774 9.63%29%27/%3E%3Cpath fill=%27%23000B28%27 d=%27M20.411 12.627H1.193c-.642 0-1.166-.559-1.166-1.244V1.366C.027.68.551.122 1.193.122h19.218c.643 0 1.166.559 1.166 1.244v10.017c0 .687-.523 1.244-1.166 1.244zM1.193 1.005c-.186 0-.338.162-.338.36v10.018c0 .199.152.36.338.36h19.218c.187 0 .339-.161.339-.36V1.366c0-.2-.152-.361-.339-.361H1.193z%27 transform=%27translate%28-794 -3576%29 translate%280 3372%29 translate%28730 172%29 translate%2864 32%29 translate%2811.4 6.4%29 translate%2823.774 9.63%29%27/%3E%3C/g%3E%3Cg%3E%3Cpath fill=%27%23FFF%27 d=%27M12.07.565v11.442c0 .443-.336.803-.752.803H.424L12.071.565z%27 transform=%27translate%28-794 -3576%29 translate%280 3372%29 translate%28730 172%29 translate%2864 32%29 translate%2811.4 6.4%29%27/%3E%3Cpath fill=%27%23000B28%27 d=%27M11.318 13.251H.424c-.168 0-.319-.108-.382-.274-.063-.167-.027-.357.092-.482L11.78.25c.12-.125.297-.16.45-.093.154.07.255.23.255.408v11.442c0 .685-.524 1.244-1.167 1.244zm-9.886-.883h9.886c.187 0 .339-.162.339-.36V1.62L1.432 12.368z%27 transform=%27translate%28-794 -3576%29 translate%280 3372%29 translate%28730 172%29 translate%2864 32%29 translate%2811.4 6.4%29%27/%3E%3C/g%3E%3Cg fill=%27%23000B28%27%3E%3Cpath d=%27M.036.01H1.84c1.052 0 1.69.666 1.69 1.627v.013c0 1.09-.795 1.653-1.784 1.653h-.737v1.413h-.97V.01H.036zm1.74 2.373c.484 0 .768-.31.768-.712v-.013c0-.464-.302-.713-.788-.713h-.75v1.438h.77zM4.25.01h1.72c1.388 0 2.345 1.014 2.345 2.34v.013c0 1.324-.959 2.353-2.344 2.353H4.249V.01zm.97.934V3.78h.75c.794 0 1.33-.571 1.33-1.404v-.013c0-.833-.536-1.419-1.33-1.419h-.75V.944zM9.18.01L12.539.01 12.539.95 10.151.95 10.151 1.952 12.256 1.952 12.256 2.892 10.151 2.892 10.151 4.714 9.18 4.714z%27 transform=%27translate%28-794 -3576%29 translate%280 3372%29 translate%28730 172%29 translate%2864 32%29 translate%2811.4 6.4%29 translate%2828.288 13.643%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 60px;
  height: 64px;
  display: inline-flex;
}
.documents .mcl-wrapper a .mcl-description {
  font-size: 16px;
  line-height: 1.5;
  color: #747474;
  padding-top: 32px;
  max-width: 190px;
  margin: auto;
}

.mcl-certifications-2 {
  padding: 80px 0 100px;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 1024px) {
  .mcl-certifications-2 {
    padding: 96px 0;
  }
}
.mcl-certifications-2 > .mcl-wrapper .mcl-tag {
  margin-bottom: 24px;
}
.mcl-certifications-2 > .mcl-wrapper > .mcl-title {
  font-size: 25px;
  line-height: 29px;
}
@media (min-width: 1024px) {
  .mcl-certifications-2 > .mcl-wrapper > .mcl-title {
    font-size: 39px;
    line-height: 43px;
  }
}
.mcl-certifications-2 > .mcl-wrapper > .mcl-title {
  font-family: "Syne", sans-serif;
  font-weight: 600;
  letter-spacing: -0.39px;
  padding-bottom: 16px;
}
.mcl-certifications-2 > .mcl-wrapper > .mcl-description {
  font-size: 16px;
  line-height: 18px;
  line-height: 130%;
  padding-bottom: 48px;
  max-width: 628px;
  margin: auto;
}

/*# sourceMappingURL=main.min.4ede665c6de01136b4f7.css.map*/