@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table thead,
table tbody,
table tr,
table th,
table td {
  border: 0;
}

td,
th {
  padding: 0;
}

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

.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > iframe {
  width: 100%;
  height: 100%;
}
.sixteen-nine > .content, .sixteen-nine > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.eot");
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.woff2") format("woff2"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.woff") format("woff"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.eot");
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.eot");
  src: url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("/1ncludes/fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.d-flex {
  display: flex;
}

.f-column {
  flex-direction: column;
}

.f-row {
  flex-direction: row;
}

.f-row-rev {
  flex-direction: row-reverse;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-nowrap {
  flex-wrap: nowrap;
}

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-stretch {
  align-items: stretch;
}

.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 1;
  min-height: 100%;
  min-width: 320px;
  width: 100%;
  background-color: #FFF;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #1E1E1E;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1023px) {
  body.popup-shown .main-screen {
    display: none;
  }
}
@media (max-width: 1023px) {
  body.popup-shown .page, body.popup-shown .main-screen, body.popup-shown #channels {
    display: none;
  }
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

section.page {
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.page.page-bottom {
    position: static;
  }
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1170px;
}
@media (max-width: 1279px) {
  .container {
    width: 980px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media (max-width: 479px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 374px) {
  .container {
    padding: 0 10px;
  }
}

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

.hide {
  display: none;
}

@media (max-width: 767px) {
  .desktop-tablet-only {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

li, ul {
  list-style: none;
}

.clearfix:after {
  content: "";
  clear: right;
  display: table;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
}

button {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
}
button svg {
  fill: #fff;
}

a,
.link {
  color: #7A7A7A;
  vertical-align: top;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover,
.link:hover {
  border-color: rgba(0, 163, 214, 0.6);
  transition: all 0.3s;
}
a.dashed,
.link.dashed {
  border-bottom: 1px dashed rgba(0, 163, 214, 0.4);
}
a.dashed:hover,
.link.dashed:hover {
  border-color: rgba(0, 163, 214, 0.8);
}
a.black,
.link.black {
  color: #0844A4;
  border-color: rgba(8, 68, 164, 0.2);
}
a.black:hover,
.link.black:hover {
  color: #00A3D6;
  border-color: rgba(0, 163, 214, 0.6);
}
a.dashed-black,
.link.dashed-black {
  color: #0844A4;
  border-bottom: 1px dashed rgba(8, 68, 164, 0.3);
}
a.dashed-black:hover,
.link.dashed-black:hover {
  color: #00A3D6;
  border-color: rgba(0, 163, 214, 0.8);
}
a.no-link,
.link.no-link {
  color: inherit;
  border-bottom: none;
}

h1 {
  line-height: 1.3;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 15px;
  color: #1E1E1E;
  text-align: center;
}
@media (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 120%;
  }
}

.w-full {
  width: 100%;
}

.txt-white {
  color: #FFF;
}

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

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

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

.txt-medium {
  font-weight: 500;
}

::-moz-placeholder {
  color: #606060;
}

::placeholder {
  color: #606060;
}

.popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 1;
  width: 100%;
  opacity: 0;
}
.popup.hidden {
  display: none;
}
.popup .popup-inner {
  z-index: 1002;
  opacity: 0.999;
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(96, 65, 38, 0.43);
  border-radius: 6px;
}
.popup .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1003;
  opacity: 0.999;
}
.popup .popup-close:hover {
  transform: scale(1.05, 1.05);
}
.popup .popup-close svg {
  width: 40px;
  height: 40px;
  max-height: 40px;
  vertical-align: middle;
  fill: #8C97A3;
}
.popup .popup-close svg.close-svg-mobile {
  width: 30px;
  height: 30px;
}
@media (min-width: 1024px) {
  .popup .popup-close svg.close-svg-mobile {
    display: none;
  }
}
.popup .popup-close svg.close-svg-desktop {
  display: none;
  width: 16px;
  height: 16px;
}
@media (min-width: 1024px) {
  .popup .popup-close svg.close-svg-desktop {
    display: block;
  }
}
.popup .popup-close:hover svg {
  fill: #ea447e;
}
@media (min-width: 1024px) {
  .popup {
    background-color: rgba(48, 49, 51, 0.7);
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
    opacity: 0.999;
  }
  .popup .popup-inner {
    max-width: 800px;
  }
}
@media (max-width: 1023px) {
  .popup {
    min-height: 100vh;
  }
  .popup .popup-inner {
    padding: 50px 20px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .popup {
    padding: 15px;
    background-color: rgba(39, 55, 71, 0.12);
  }
  .popup .popup-inner {
    max-width: 100%;
    min-height: initial;
  }
}
@media (max-width: 479px) {
  .popup .popup-inner {
    min-height: 100vh;
  }
}

[data-popup=form] .popup-inner {
  width: 400px;
  max-width: 100%;
  padding: 0;
}
[data-popup=form] .popup-inner .cta-form {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 600px;
  width: 100%;
}
[data-popup=form] .popup-inner .cta-form .no_obligation {
  display: flex;
}
[data-popup=form] .popup-inner .cta-form .mob_call {
  display: none;
}
[data-popup=form] .popup-inner .cta-form .or_call {
  display: inline-block;
  text-align: center;
}
[data-popup=form] .popup-inner .cta-form .phone-holder {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -moz-inline-flex;
  display: inline-flex;
}
[data-popup=form] .popup-inner .cta-form .or_call.first, [data-popup=form] .popup-inner .cta-form .phone-holder.first {
  display: none;
}
@media (max-width: 479px) {
  [data-popup=form] .popup-inner .cta-form {
    border: 0;
  }
}

[data-popup=rules] .popup-content {
  padding: 40px 15px;
}
[data-popup=rules] .popup-content p {
  white-space: pre-line;
  box-flex: 0;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
}
[data-popup=rules] .popup-content ul {
  padding-left: 20px;
}
[data-popup=rules] .popup-content ul,
[data-popup=rules] .popup-content li {
  list-style: disc;
}

.phone-holder.white {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.phone-holder.white .phone-holder-info {
  display: flex;
  padding: 0 10px 0 0;
  min-width: 200px;
}
.phone-holder.white .phone-icon-holder {
  display: flex;
}
.phone-holder.white .phone-icon-holder .phone-icon {
  height: 28px;
  min-height: 28px;
  margin: 0 3px 0 0;
  fill: #54BEE1;
}
.phone-holder.white .phone-numbers {
  position: relative;
  display: flex;
  height: 25px;
}
.phone-holder.white .phone-numbers .phone-number {
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
}
.phone-holder.white .phone-numbers .phone-number:hover {
  color: #54BEE1;
}
.phone-holder.white .phone-numbers .phone-devider {
  padding: 0 8px 0 0;
}

.button {
  border-radius: 10px;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  transition: all 0.3s;
}
.button.btn-bg {
  background-color: #54BEE1;
  color: #FFF;
  width: 100%;
  height: 70px;
}
.button:hover {
  transition: all 0.3s;
}

.button-holder {
  display: flex;
  z-index: 9;
}
.button-holder.full {
  width: 100%;
}
.button-holder.center {
  justify-content: center;
}
.button-holder .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  border: 0;
  height: 45px;
  padding: 1px 33px 0;
  border-radius: 45px;
  color: #FFF;
  background-color: #ea447e;
  cursor: pointer;
}
.button-holder .button:hover {
  background-color: rgba(234, 68, 126, 0.8);
}
.button-holder .button.large {
  height: 50px;
  line-height: 50px;
  z-index: 2;
}
.button-holder .secondary-button {
  margin: 0;
  display: block;
  text-align: center;
  height: 42px;
  line-height: 38px;
  padding: 0 33px;
  border: 3px solid transparent;
  border-radius: 42px;
  cursor: pointer;
  color: #0844A4;
  outline: none;
}
.button-holder .secondary-button:hover {
  color: white;
}
.button-holder .secondary-button.fullStreight {
  width: 100%;
  border-radius: 0;
}
.button-holder .secondary-button.pink-button {
  border: 3px solid #ea447e;
  background: white;
}
.button-holder .secondary-button.pink-button:hover {
  color: white;
  background-color: #ea447e;
}
.button-holder .secondary-button a {
  text-decoration: none;
}
.button-holder .secondary-button.light-blue-button {
  border: 3px solid #54BEE1;
  background-color: transparent;
}
.button-holder .secondary-button.light-blue-button:hover {
  background-color: #54BEE1;
}
.button-holder .secondary-button.light-blue-button-mob {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: white;
  border: 3px solid #54BEE1;
  background-color: #54BEE1;
  height: 46px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-top: 20px;
}
.button-holder .secondary-button.light-blue-button-mob:hover {
  border: 3px solid rgb(34.7014925373, 157.3134328358, 197.7985074627);
  background-color: rgb(34.7014925373, 157.3134328358, 197.7985074627);
}
.button-holder .secondary-button.light-blue-button-mob svg {
  fill: #FFF;
  width: 15px;
  height: 15px;
  margin: 0 0 0 5px;
}
.button-holder .secondary-button.light-blue-button-mob a {
  text-decoration: none;
}
.button-holder .secondary-button.large {
  height: 50px;
  width: 350px;
  line-height: 40px;
  z-index: 2;
}

.custom_checkbox {
  display: flex;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.custom_checkbox span {
  display: inline-block;
  max-width: 100%;
}
.custom_checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.custom_checkbox .checkmark {
  flex-shrink: 0;
  -ms-flex-negative: 0;
  position: relative;
  border: 1px solid #ea447e;
  width: 21px;
  min-width: 21px;
  height: 21px;
}
.custom_checkbox .checkmark:after {
  flex-shrink: 0;
  -ms-flex-negative: 0;
  content: "";
  display: none;
}
.custom_checkbox .checkmark {
  border-radius: 3.5px 3.5px 3.5px 3.5px;
}
.custom_checkbox .checkmark:after {
  position: absolute;
  left: 6.3636363636px;
  top: 0px;
  width: 7px;
  height: 14.8px;
  border: solid #FFF;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom_checkbox span a {
  position: relative;
  z-index: 3;
}
.custom_checkbox span a:hover {
  color: #ea447e;
}
.custom_checkbox .checkmark {
  background-color: #ea447e;
  border-color: #ea447e;
  border-radius: 2px;
  margin-right: 15px;
}
.custom_checkbox .checkmark:after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 11.8px;
  border-width: 0 2px 2px 0;
}
.custom_checkbox .text {
  color: #606060;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.top-bar {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 124px;
  padding: 0 15px;
}
.top-bar .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.top-bar #toggle-menu {
  display: none;
  flex-shrink: 0;
  position: relative;
  left: -12px;
  z-index: 100;
  width: 40px;
  height: 40px;
  margin-right: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s;
  outline: none;
}
.top-bar #toggle-menu.active span {
  background: none;
}
.top-bar #toggle-menu.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.top-bar #toggle-menu.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.top-bar #toggle-menu.active span::before, .top-bar #toggle-menu.active span::after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
}
.top-bar #toggle-menu span {
  display: block;
  position: absolute;
  top: 20px;
  left: 11px;
  right: 9px;
  height: 2px;
  background: #FFF;
  transition: background 0s 0.3s;
}
.top-bar #toggle-menu span:before {
  top: -6px;
  background: #FFF;
  transition-property: top, transform;
}
.top-bar #toggle-menu span:after {
  background: #FFF;
  bottom: -6px;
  transition-property: bottom, transform;
}
.top-bar #toggle-menu span:before, .top-bar #toggle-menu span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  left: 0;
  background: #FFF;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.top-bar .brand {
  display: flex;
  align-items: center;
  margin-right: 56px;
}
.top-bar .brand a {
  border-bottom: none;
}
.top-bar .brand .logo svg {
  width: 195px;
  height: auto;
  vertical-align: middle;
}
.top-bar .brand .logo-holder {
  display: flex;
  align-items: flex-start;
  height: 42px;
  margin: 0 11px;
}
.top-bar .top-bar-info {
  flex: auto;
  position: relative;
  top: 7px;
}
.top-bar .top-bar-info .navigation-menu a {
  color: #070708;
  margin-right: 50px;
  transition: all 0.2s;
}
.top-bar .top-bar-info .navigation-menu a:nth-last-of-type {
  margin-right: 0;
}
.top-bar .top-bar-info .navigation-menu a:hover {
  color: #FFF;
  transition: all 0.2s;
}
.top-bar .top-bar-info .phone-holder {
  margin-right: 85px;
}
.top-bar .top-bar-info .phone-holder .phone-icon-holder svg {
  width: 24px;
  height: 24px;
  fill: #070708;
}
.topbar-inverse-color .top-bar .top-bar-info .phone-holder .phone-icon-holder svg {
  stroke-width: 0;
}
.top-bar .top-bar-info .phone-holder .phone-numbers {
  display: flex;
  position: relative;
  height: 25px;
  font-size: 1.125em;
}
.top-bar .top-bar-info .phone-holder .phone-numbers > * {
  color: #070708;
}
.top-bar .top-bar-info .phone-holder .phone-numbers .phone-number {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.top-bar .top-bar-info .phone-holder .phone-numbers .phone-number:hover {
  color: #FFF;
  transition: all 0.2s;
}
.topbar-inverse-color .top-bar .top-bar-info .phone-holder .phone-numbers .phone-number:hover {
  color: #fff;
}
.top-bar .top-bar-info .phone-holder .phone-numbers .phone-devider {
  padding: 0 8px 0 0;
}
.top-bar .top-bar-info .phone-number-mobile {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-bar .top-bar-info .language-holder {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 75px;
  z-index: 11;
}
.top-bar .top-bar-info .language-holder .language-item {
  width: 49px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  display: none;
  color: #070708;
  border: 1px solid #070708;
  border-radius: 4px;
  padding: 6px 19px 6px 8px;
  transition: all 0.2s;
}
.top-bar .top-bar-info .language-holder .language-item:not(.active) {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 11;
}
.topbar-inverse-color .top-bar .top-bar-info .language-holder .language-item {
  color: #FFF;
}
.top-bar .top-bar-info .language-holder .language-item:hover {
  transition: all 0.2s;
}
.top-bar .top-bar-info .language-holder .language-item:hover:not(.active) {
  background: #9458A2;
  border: 1px solid #9458A2;
  color: #FFF;
}
.top-bar .top-bar-info .language-holder .language-item.active {
  display: flex;
}
.top-bar .top-bar-info .language-holder .language-item.active:before {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.07281 4.07568C3.93587 4.07587 3.8032 4.02811 3.69781 3.94067L0.182808 1.01267C0.074683 0.910005 0.00968026 0.770037 0.000996991 0.621186C-0.00768627 0.472335 0.0406009 0.325758 0.136055 0.211213C0.231509 0.0966681 0.366976 0.0227412 0.514952 0.00444018C0.662929 -0.0138609 0.812324 0.0248359 0.932808 0.112675L4.07281 2.73567L7.21481 0.203674C7.33999 0.105014 7.49924 0.0601227 7.65752 0.0788764C7.8158 0.09763 7.96015 0.178492 8.05881 0.303675C8.15747 0.428857 8.20236 0.588105 8.18361 0.746385C8.16485 0.904666 8.08399 1.04901 7.95881 1.14767L4.44481 3.97567C4.33562 4.04998 4.20453 4.08521 4.07281 4.07568Z' fill='%23070708' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.top-bar .top-bar-info .language-holder:hover .language-item {
  display: flex;
}
.top-bar.custom .top-bar-info .navigation-menu a {
  color: #1E1E1E;
}
.top-bar.custom .top-bar-info .phone-holder .phone-numbers > * {
  color: #1E1E1E;
}
.top-bar.custom .top-bar-info .language-holder .language-item {
  color: #1E1E1E;
}
@media (max-width: 1279px) {
  .top-bar {
    height: 124px;
  }
  .top-bar .top-bar-info .navigation-menu a {
    margin-right: 48px;
  }
  .top-bar .top-bar-info .navigation-menu a:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .top-bar {
    padding: 0;
  }
  .top-bar .top-bar-info {
    justify-content: flex-end;
  }
  .top-bar .top-bar-info .phone-holder .phone-numbers > * {
    color: #070708;
  }
  .top-bar .top-bar-info .language-holder .language-item {
    color: #070708;
    border: 1px solid #070708;
  }
  .top-bar .top-bar-info .language-holder .language-item.active {
    /*&:before {
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.07281 4.07568C3.93587 4.07587 3.8032 4.02811 3.69781 3.94067L0.182808 1.01267C0.074683 0.910005 0.00968026 0.770037 0.000996991 0.621186C-0.00768627 0.472335 0.0406009 0.325758 0.136055 0.211213C0.231509 0.0966681 0.366976 0.0227412 0.514952 0.00444018C0.662929 -0.0138609 0.812324 0.0248359 0.932808 0.112675L4.07281 2.73567L7.21481 0.203674C7.33999 0.105014 7.49924 0.0601227 7.65752 0.0788764C7.8158 0.09763 7.96015 0.178492 8.05881 0.303675C8.15747 0.428857 8.20236 0.588105 8.18361 0.746385C8.16485 0.904666 8.08399 1.04901 7.95881 1.14767L4.44481 3.97567C4.33562 4.04998 4.20453 4.08521 4.07281 4.07568Z' fill='white'/%3E%3C/svg%3E%0A");
    }*/
  }
  .top-bar .navigation-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-bar {
    height: 100px;
  }
  .top-bar .container {
    justify-content: center;
    position: relative;
  }
}
@media (max-width: 479px) {
  .top-bar {
    height: 85px;
  }
  .top-bar .brand {
    margin-right: 0;
  }
  .top-bar .brand .logo svg {
    width: 135px;
  }
  .top-bar .top-bar-info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
  }
  .top-bar .top-bar-info .top-bar-contacts {
    position: absolute;
    right: 0;
  }
  .top-bar .top-bar-info .phone-number-mobile {
    display: flex;
    right: 20px;
  }
  .top-bar .top-bar-info .language-holder {
    position: absolute;
    left: 20px;
    right: auto;
  }
  .top-bar .phone-holder {
    display: none;
  }
}
@media (max-width: 374px) {
  .top-bar .top-bar-info {
    padding: 0 10px;
  }
  .top-bar .top-bar-info .phone-number-mobile {
    right: 10px;
  }
  .top-bar .top-bar-info .language-holder {
    left: 10px;
  }
}

.footer {
  min-height: 70px;
  height: auto;
  background-color: #FFF;
  font-size: 16px;
  line-height: 22px;
  color: #1E1E1E;
  padding: 38px 0;
}
.footer .container {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer a {
  color: #1E1E1E;
}
@media (max-width: 1023px) {
  .footer {
    padding: 33px 0;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer .container > * {
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .footer {
    background-color: #F5F5F5;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.footer.light {
  color: #1E1E1E;
  background-color: #FFF;
}
@media (max-width: 1023px) {
  .footer.light {
    background-color: #FFF;
  }
}
@media (max-width: 767px) {
  .footer.light {
    background-color: #F5F5F5;
    color: #1E1E1E;
  }
}
@media (max-width: 479px) {
  .footer .footer-inner {
    text-align: center;
    width: 100%;
  }
}
.footer .conditionRules {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  color: #fff;
  position: relative;
  z-index: 99999;
  margin-bottom: 10px;
}

.cta-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
  width: 400px;
  padding: 30px 25px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
}
.popup .cta-form {
  box-shadow: none;
}
.cta-form .title {
  width: 100%;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 28px;
}
.cta-form .subtitle {
  color: #5A6775;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 22px;
}
.cta-form .subtitle b {
  color: #3D7900;
  text-transform: uppercase;
  margin: 0 3px 0 2px;
}
.cta-form .no_obligation {
  display: flex;
  align-items: center;
  margin: 11px 0 21px;
  color: #273747;
  text-align: center;
}
@media (max-width: 1023px) {
  .cta-form .no_obligation {
    display: none;
  }
}
.cta-form .no_obligation svg {
  margin-right: 5px;
}
.cta-form .mob_call {
  display: none;
}
.cta-form .mob_call a {
  width: 148px;
  height: 39px;
  border-radius: 50px;
  background-color: #F03676;
  cursor: pointer;
  color: #FFF;
  margin-bottom: 28px;
}
.cta-form .mob_call a svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 12px;
}
.cta-form .mob_call p {
  color: #1E1E1E;
  font-size: 0.875em;
  margin-bottom: 14px;
}
.cta-form .inputs {
  width: 100%;
  text-align: center;
  margin-bottom: 1px;
}
.cta-form .inputs .input {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.cta-form .inputs .input .info-icon {
  top: 50%;
  right: 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  transform: translateY(-50%);
}
@media (min-width: 480px) {
  .cta-form .inputs .input .info-tooltip {
    right: 0;
    left: auto;
    width: 100%;
    max-width: 260px;
    padding: 25px 20px;
  }
}
.cta-form .inputs .input .info-error {
  display: none;
  font-size: 0.8em;
  color: red;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(84, 97, 110, 0.3);
  padding: 10px 20px;
  position: absolute;
  top: 52px;
  z-index: 10;
}
.cta-form .inputs .input.error .info-error {
  display: block;
}
.cta-form .inputs .input.ok .info-error {
  display: none;
}
.cta-form input {
  width: 100%;
  height: 50px;
  padding: 11px;
  background-color: #F5F5F5;
  border: solid 1px #F5F5F5;
  border-radius: 50px;
  color: #7A7A7A;
  font-size: 1em;
  line-height: 46px;
  text-align: center;
  outline: none;
}
.cta-form input:focus {
  border-radius: 22px;
}
.cta-form input:focus.error {
  border-radius: 22px;
  border: 1px solid #ED2D72;
}
.cta-form input:focus.ok {
  border-radius: 22px;
  border: 1px solid #1E1E1E;
}
.cta-form input:not(:focus).error {
  background-color: rgba(242, 86, 69, 0.1);
  border: 1px solid #ED2D72;
}
.cta-form input:not(:focus).ok {
  border: 1px solid #1E1E1E;
}
.cta-form .submit-center {
  display: flex;
  justify-content: center;
}
.cta-form .custom_checkbox {
  max-width: 100%;
  margin-bottom: 28px;
  align-items: center;
}
.cta-form .custom_checkbox .checkmark {
  background-color: #9458A2;
  border-color: #9458A2;
}
.cta-form .custom_checkbox .checkmark.ok {
  background-color: #9458A2;
}
.cta-form .custom_checkbox .checkmark.error {
  border-color: #ED2D72;
  background-color: #FFF;
}
.cta-form .custom_checkbox .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-top: -2px;
}
.cta-form .custom_checkbox .text a {
  color: #9458A2;
}
.cta-form .button {
  width: 270px;
  height: 62px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 10px;
  background: #ED2D72;
  cursor: pointer;
  color: #FFF;
  font-size: 1em;
  line-height: 22px;
  font-weight: 500;
  flex-shrink: 0;
  transition: all 0.3s;
}
.cta-form .button:hover {
  background: #9458A2;
  transition: all 0.3s;
}
.cta-form .or_call {
  width: 100%;
  justify-content: center;
  color: #1E1E1E;
  font-size: 18px;
  line-height: 120%;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  position: relative;
}
.cta-form .or_call:before {
  content: "";
  display: block;
  width: calc(100% + 50px);
  height: 1px;
  background-color: #273747;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cta-form .phone-holder {
  display: flex;
  align-items: center;
}
.cta-form .phone-holder svg {
  height: 24px;
  min-height: 10px;
  margin: 0 3px 0 0;
  fill: #54BEE1;
}
.cta-form .phone-holder .phone-numbers {
  display: flex;
  position: relative;
  font-weight: 500;
  font-size: 22px;
  height: 29px;
}
.cta-form .phone-holder .phone-numbers .phone-number {
  cursor: pointer;
  color: #273747;
  text-decoration: none;
}
.cta-form .phone-holder .phone-numbers .phone-number.desktop {
  display: block;
}
.cta-form .phone-holder .phone-numbers .phone-number.mobile {
  display: none;
}
.cta-form .phone-holder .phone-numbers .phone-number:hover {
  color: #54BEE1;
}
@media (max-width: 1279px) {
  .cta-form {
    width: 382px;
    padding: 30px 30px 34px;
  }
}
@media (max-width: 1023px) {
  .cta-form {
    width: 100%;
  }
  .cta-form input {
    max-width: 300px;
    width: 100% !important;
  }
  .cta-form button {
    max-width: 265px;
  }
  .cta-form .or_call {
    display: block;
  }
  .cta-form .or_call.first {
    display: none;
  }
  .cta-form .phone-holder {
    display: flex;
  }
  .cta-form .phone-holder.first {
    display: none !important;
  }
  .cta-form .phone-holder .phone-numbers .phone-number.desktop {
    display: none !important;
  }
  .cta-form .phone-holder .phone-numbers .phone-number.mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .cta-form.form-custom-policy {
    padding: 0 !important;
  }
  .cta-form.form-custom-policy .title {
    margin-bottom: 26px;
  }
  .cta-form.form-custom-policy .inputs {
    margin-bottom: 10px;
  }
  .cta-form.form-custom-policy .inputs .input {
    margin-bottom: 10px;
  }
  .cta-form.form-custom-policy .inputs .input input {
    height: 51px;
  }
  .cta-form.form-custom-policy .bottom {
    border-bottom: 2px dashed #EFEFEF;
  }
  .cta-form.form-custom-policy .button {
    max-width: 280px;
    margin-bottom: 20px;
    height: 58px;
  }
  .cta-form.form-custom-policy .custom_checkbox {
    max-width: 300px;
    text-align: center;
    margin-bottom: 28px;
  }
  .cta-form.form-custom-policy .custom_checkbox .text {
    color: #273747;
    font-size: 16px;
    line-height: 20px;
  }
  .cta-form.form-custom-policy .custom_checkbox .text a {
    color: #979797;
  }
  .cta-form.form-custom-policy .or_call {
    color: #1E1E1E;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .cta-form.form-custom-policy .phone-holder .phone-numbers {
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    height: auto;
  }
}
@media (max-width: 479px) {
  .cta-form.form-custom-policy .title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 21px;
  }
  .cta-form.form-custom-policy .inputs {
    margin-bottom: 5px;
  }
  .cta-form.form-custom-policy .inputs .input {
    margin-bottom: 15px;
  }
  .cta-form.form-custom-policy .custom_checkbox {
    max-width: 250px;
  }
  .cta-form.form-custom-policy .custom_checkbox .text {
    font-size: 14px;
    line-height: 17px;
  }
  .cta-form.form-custom-policy .or_call {
    margin-top: 23px;
  }
  .cta-form.form-custom-policy .phone-holder {
    margin-left: -8px;
  }
}

@media (max-width: 479px) {
  .form-block {
    width: 100%;
  }
}

.cta-form.cta-form-wide .title {
  font-size: 32px;
}
@media (max-width: 1023px) {
  .cta-form.cta-form-wide .title {
    font-size: 21px;
  }
}
.cta-form.cta-form-wide .title span {
  font-weight: 300;
}
.cta-form.cta-form-wide .inputs {
  display: flex;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide .inputs {
    box-orient: horizontal;
    box-direction: normal;
    -moz-flex-direction: row;
    flex-direction: row;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.cta-form.cta-form-wide .inputs button {
  display: none;
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide .inputs button {
    display: block;
  }
}
.cta-form.cta-form-wide .agreement_row {
  width: 100%;
  display: flex;
  display: -moz-flex;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cta-form.cta-form-wide .agreement_row .phone {
  margin-left: 50px;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide .agreement_row .phone {
    display: flex;
    display: -moz-flex;
    display: flex;
    margin-right: 180px;
  }
}
.cta-form.cta-form-wide .agreement_row .phone .or_call {
  margin-right: 15px;
}
.cta-form.cta-form-wide .custom_checkbox {
  max-width: 100%;
}
.cta-form.cta-form-wide > button {
  display: block;
}
.cta-form.cta-form-wide .or_call,
.cta-form.cta-form-wide .phone-holder {
  display: flex;
  display: -moz-flex;
  display: flex;
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide .input,
  .cta-form.cta-form-wide div:not(.input) > input {
    width: 300px;
    margin-right: 25px;
  }
}
@media (min-width: 1024px) {
  .cta-form.cta-form-wide > button,
  .cta-form.cta-form-wide > .or_call,
  .cta-form.cta-form-wide > .phone-holder {
    display: none;
  }
}

.success {
  min-height: 100vh;
}
.success #success {
  background-color: #FFF;
  color: #fff;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.success #success #footer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1920' height='178' viewBox='0 0 1920 178'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='1920' height='178' transform='translate(0 840)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 -840)' clip-path='url(%23a)'%3E%3Cpath d='M0,0S1481.87-69.742,1961.87,55.758,1920,502,1920,502,346.533,568.067-133.467,442.567,0,0,0,0Z' transform='translate(0 859)' fill='%23f5f7fa'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 178px;
  margin-top: 0;
}
.success #success > .container {
  padding-top: 71px;
  padding-bottom: 165px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
.success #success > .container:after {
  content: "";
  display: block;
  width: 377px;
  height: 518px;
  background-image: url(../img/success-img-after.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -136px;
  top: 72px;
}
.success #success .person {
  display: flex;
  display: -moz-flex;
  display: flex;
  text-align: center;
  width: 275px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
}
.success #success .person img {
  width: 171px;
  height: 171px;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  border-radius: 50% 50% 50% 50%;
  border: 8px solid #F5F7FA;
  margin-bottom: 10px;
}
.success #success .person .info {
  display: flex;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #1E1E1E;
}
.success #success .person .info .name {
  font-size: 1.8125em;
}
.success #success .headContent {
  position: relative;
  width: 573px;
  padding: 28px 45px 41px 45px;
  border-radius: 16px 16px 16px 16px;
  background-color: #F5F7FA;
}
.success #success .headContent:before {
  content: "";
  position: absolute;
  bottom: 118px;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #f5f7fa;
}
.success #success .headContent h1 {
  width: 100%;
  font-size: 3em;
  line-height: 1.3;
  margin-bottom: 33px;
  color: #1E1E1E;
  font-weight: 500;
}
.success #success .headContent p {
  width: 100%;
  font-size: 1.125em;
  line-height: 1.4;
  margin-bottom: 27px;
  color: #1E1E1E;
}
.success #success .phone-holder {
  color: #1E1E1E;
  margin-bottom: 34px;
  padding-top: 9px;
}
.success #success .phone-holder .phone-icon-holder {
  display: flex;
  align-items: center;
}
.success #success .phone-holder .phone-icon-holder svg {
  width: 24px;
  height: 24px;
  fill: #00BBEF;
}
.topbar-inverse-color .success #success .phone-holder .phone-icon-holder svg {
  stroke-width: 0;
}
.success #success .phone-holder .phone-numbers {
  position: relative;
  display: flex;
  display: -moz-flex;
  display: flex;
}
.success #success .phone-holder .phone-numbers .phone-number {
  font-size: 1.25em;
  cursor: pointer;
  text-decoration: none;
}
.success #success .phone-holder .phone-numbers .phone-number:hover {
  color: #00A3D6;
}
.topbar-inverse-color .success #success .phone-holder .phone-numbers .phone-number:hover {
  color: #fff;
}
.success #success .phone-holder .phone-numbers .phone-devider {
  padding: 0 8px 0 0;
}
.success #success .phone-numbers {
  display: flex;
  display: -moz-flex;
  display: flex;
}
@media (max-width: 1279px) {
  .success #success > .container:after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .success #success > .container {
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 25px;
  }
  .success #success .headContent {
    width: 100%;
  }
  .success #success .headContent:before {
    display: none;
  }
  .success #success .person {
    z-index: 1;
    margin-top: -46px;
    margin-left: 0;
  }
  .success #success .person .info img {
    width: 147px;
    height: 147px;
  }
}
@media (max-width: 479px) {
  .success #success > .container {
    padding-bottom: 80px;
  }
  .success #success .headContent {
    padding: 33px 12px 68px 12px;
  }
  .success #success .headContent h1 {
    font-size: 2.625em;
    line-height: 1.3;
    margin-bottom: 19px;
  }
  .success #success .headContent p {
    font-size: 0.875em;
    line-height: 1.8;
    margin-bottom: 17px;
  }
  .success #success .person {
    width: 240px;
  }
  .success #success .person .info .name {
    font-size: 1.5em;
    margin-bottom: 9px;
  }
  .success #success .person .info div {
    font-size: 0.875em;
  }
  .success #success #footer {
    height: 134px;
  }
}

#first_screen {
  background-image: url(../img/bg-internet-1920.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#first_screen .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
#first_screen .cta {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
#first_screen .cta .container {
  min-height: 821px;
  padding-top: 185px;
  padding-bottom: 91px;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 5;
}
#first_screen .cta .content-block {
  padding-left: 0;
  position: relative;
  z-index: 21;
}
#first_screen .cta .title-block {
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 5;
}
#first_screen .cta {
  /*h1 {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 100px;
    line-height: 105%;
    text-transform: uppercase;
    //text-shadow: 3px 3px 4px $black;
    //-webkit-text-stroke: 2px $black;
    //-webkit-text-stroke: 3px #000000;
    //paint-order: stroke fill;
    //filter: url(#brush-stroke);
    margin-bottom: 21px;
    position: relative;
    z-index: 6;

    span {
      font-weight: 400;
      font-size: 70px;
      line-height: 105%;

      svg {
        width: 100%;
        height: auto;
      }
    }

    svg {
      width: 100%;
      height: auto;
    }

    .speed {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: $white;
      box-shadow: 3px 2px 8px 0 rgba(24, 62, 98, 0.18), 10px 9px 14px 0 rgba(24, 62, 98, 0.15), 23px 21px 19px 0 rgba(24, 62, 98, 0.09), 41px 38px 22px 0 rgba(24, 62, 98, 0.03), 64px 59px 24px 0 rgba(24, 62, 98, 0);
      color: $march2026_pink;
      font-weight: 700;
      font-size: 24px;
      line-height: 108%;
      text-transform: none;
      text-shadow: none;
      -webkit-text-stroke: 0;
      padding: 10px 20px;
      position: relative;
      z-index: 3;
    }
  }*/
  /** Title SVG **/
}
#first_screen .cta h1 {
  margin-bottom: 191px;
}
#first_screen .cta h1.lv .title-svg {
  width: 487px;
  height: 173px;
  background-image: url("data:image/svg+xml,%3Csvg width='487' height='173' viewBox='0 0 487 173' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7311_2007' maskUnits='userSpaceOnUse' x='1.42993' y='87' width='486' height='69' fill='black'%3E%3Crect fill='white' x='1.42993' y='87' width='486' height='69'/%3E%3Cpath d='M21.3099 152H5.82993V91.97H21.3099V152ZM87.9092 152H72.9692L47.5892 117.26V152H32.1092V91.97H48.0392L72.3392 125V91.97H87.9092V152ZM127.62 152H112.14V105.47H95.3103V91.97H144.36V105.47H127.62V152ZM195.738 152H151.728V91.97H195.738V105.47H167.208V114.83H195.108V128.33H167.208V138.5H195.738V152ZM255.936 152H238.206L228.126 131.84H220.206V152H204.726V91.97H234.786C241.266 91.97 246.366 93.86 250.086 97.64C253.806 101.42 255.666 106.19 255.666 111.95C255.666 116.75 254.466 120.68 252.066 123.74C249.726 126.74 246.936 128.81 243.696 129.95L255.936 152ZM232.446 118.34C234.546 118.34 236.316 117.77 237.756 116.63C239.196 115.49 239.916 113.9 239.916 111.86C239.916 109.88 239.196 108.32 237.756 107.18C236.316 106.04 234.546 105.47 232.446 105.47H220.206V118.34H232.446ZM320.028 152H305.088L279.708 117.26V152H264.228V91.97H280.158L304.458 125V91.97H320.028V152ZM374.859 152H330.849V91.97H374.859V105.47H346.329V114.83H374.229V128.33H346.329V138.5H374.859V152ZM412.738 152H397.258V105.47H380.428V91.97H429.478V105.47H412.738V152ZM458.462 153.08C447.362 153.08 438.482 149.9 431.822 143.54L440.012 131.93C445.292 137.21 451.682 139.85 459.182 139.85C461.822 139.85 463.892 139.4 465.392 138.5C466.952 137.54 467.732 136.34 467.732 134.9C467.732 133.64 466.892 132.62 465.212 131.84C463.532 131 461.432 130.4 458.912 130.04C456.392 129.62 453.662 128.99 450.722 128.15C447.782 127.25 445.052 126.23 442.532 125.09C440.012 123.89 437.912 122 436.232 119.42C434.552 116.84 433.712 113.75 433.712 110.15C433.712 104.87 435.842 100.37 440.102 96.65C444.422 92.93 450.272 91.07 457.652 91.07C467.432 91.07 475.562 93.86 482.042 99.44L473.582 110.51C468.542 106.37 462.692 104.3 456.032 104.3C451.712 104.3 449.552 105.74 449.552 108.62C449.552 109.76 450.392 110.75 452.072 111.59C453.752 112.37 455.852 112.97 458.372 113.39C460.892 113.81 463.592 114.47 466.472 115.37C469.412 116.21 472.142 117.23 474.662 118.43C477.182 119.63 479.282 121.49 480.962 124.01C482.642 126.53 483.482 129.53 483.482 133.01C483.482 139.13 481.292 144.02 476.912 147.68C472.532 151.28 466.382 153.08 458.462 153.08Z'/%3E%3C/mask%3E%3Cpath d='M21.3099 152H5.82993V91.97H21.3099V152ZM87.9092 152H72.9692L47.5892 117.26V152H32.1092V91.97H48.0392L72.3392 125V91.97H87.9092V152ZM127.62 152H112.14V105.47H95.3103V91.97H144.36V105.47H127.62V152ZM195.738 152H151.728V91.97H195.738V105.47H167.208V114.83H195.108V128.33H167.208V138.5H195.738V152ZM255.936 152H238.206L228.126 131.84H220.206V152H204.726V91.97H234.786C241.266 91.97 246.366 93.86 250.086 97.64C253.806 101.42 255.666 106.19 255.666 111.95C255.666 116.75 254.466 120.68 252.066 123.74C249.726 126.74 246.936 128.81 243.696 129.95L255.936 152ZM232.446 118.34C234.546 118.34 236.316 117.77 237.756 116.63C239.196 115.49 239.916 113.9 239.916 111.86C239.916 109.88 239.196 108.32 237.756 107.18C236.316 106.04 234.546 105.47 232.446 105.47H220.206V118.34H232.446ZM320.028 152H305.088L279.708 117.26V152H264.228V91.97H280.158L304.458 125V91.97H320.028V152ZM374.859 152H330.849V91.97H374.859V105.47H346.329V114.83H374.229V128.33H346.329V138.5H374.859V152ZM412.738 152H397.258V105.47H380.428V91.97H429.478V105.47H412.738V152ZM458.462 153.08C447.362 153.08 438.482 149.9 431.822 143.54L440.012 131.93C445.292 137.21 451.682 139.85 459.182 139.85C461.822 139.85 463.892 139.4 465.392 138.5C466.952 137.54 467.732 136.34 467.732 134.9C467.732 133.64 466.892 132.62 465.212 131.84C463.532 131 461.432 130.4 458.912 130.04C456.392 129.62 453.662 128.99 450.722 128.15C447.782 127.25 445.052 126.23 442.532 125.09C440.012 123.89 437.912 122 436.232 119.42C434.552 116.84 433.712 113.75 433.712 110.15C433.712 104.87 435.842 100.37 440.102 96.65C444.422 92.93 450.272 91.07 457.652 91.07C467.432 91.07 475.562 93.86 482.042 99.44L473.582 110.51C468.542 106.37 462.692 104.3 456.032 104.3C451.712 104.3 449.552 105.74 449.552 108.62C449.552 109.76 450.392 110.75 452.072 111.59C453.752 112.37 455.852 112.97 458.372 113.39C460.892 113.81 463.592 114.47 466.472 115.37C469.412 116.21 472.142 117.23 474.662 118.43C477.182 119.63 479.282 121.49 480.962 124.01C482.642 126.53 483.482 129.53 483.482 133.01C483.482 139.13 481.292 144.02 476.912 147.68C472.532 151.28 466.382 153.08 458.462 153.08Z' fill='white'/%3E%3Cpath d='M21.3099 153.5C21.3099 152.5 21.3099 151.5 21.3099 150.5C18.7929 150.167 16.2759 149.867 13.7589 149.6C11.1159 149.32 8.47293 149.077 5.82993 148.87L8.95972 152C9.53986 144.575 9.82993 137.15 9.82993 129.725C9.82993 117.14 9.73734 104.555 9.55215 91.97L5.82993 95.6922C10.9899 95.6163 16.1499 95.5248 21.3099 95.4177L17.8622 91.97C18.2251 109.463 18.767 126.956 19.4877 144.449C19.5914 146.966 19.6988 149.483 19.8099 152C20.8099 152 21.8099 152 22.8099 152C22.921 149.483 23.0285 146.966 23.1322 144.449C23.8529 126.956 24.3947 109.463 24.7577 91.97L24.6847 88.4522L21.3099 88.5223C16.1499 88.4152 10.9899 88.3237 5.82993 88.2478L2.05376 88.3033L2.10771 91.97C1.92252 104.555 1.82993 117.14 1.82993 129.725C1.82993 137.15 2.12 144.575 2.70015 152L2.9622 155.354L5.82993 155.13C8.47293 154.923 11.1159 154.68 13.7589 154.4C16.2759 154.133 18.7929 153.833 21.3099 153.5ZM21.3099 150.5V153.5L22.867 153.294L22.8099 152H19.8099L21.3099 150.5ZM87.9092 153.5C87.9092 152.5 87.9092 151.5 87.9092 150.5C82.9292 150.202 77.9492 149.93 72.9692 149.685L74.8386 150.634C74.5178 150.147 74.1968 149.659 73.8754 149.172C66.2919 137.674 58.5437 126.296 50.6309 115.038L43.9226 105.687L43.8224 117.26C43.6669 125.754 43.5892 134.248 43.5892 142.741C43.5892 145.828 43.5904 148.914 43.5927 152L47.5892 148.003C42.4292 148.007 37.2692 148.014 32.1092 148.024L36.0848 152C36.0453 131.99 35.9579 111.98 35.8226 91.97L32.1092 95.6833C37.4192 95.6474 42.7292 95.6081 48.0392 95.5655L45.1431 94.1007C53.3315 105.046 61.538 115.977 69.7625 126.896L75.4855 134.763L75.5382 125C75.4137 113.99 75.2747 102.98 75.1212 91.97L72.3392 94.752C77.5292 94.6796 82.7192 94.604 87.9092 94.5252L85.354 91.97C85.5733 106.417 85.8177 120.864 86.087 135.311C86.1907 140.874 86.2981 146.437 86.4092 152C87.4092 152 88.4092 152 89.4092 152C89.5203 146.437 89.6277 140.874 89.7315 135.311C90.0008 120.864 90.2451 106.417 90.4645 91.97L90.4251 89.3766L87.9092 89.4148C82.7192 89.336 77.5292 89.2604 72.3392 89.188L69.519 89.2273L69.5573 91.97C69.4038 102.98 69.2648 113.99 69.1403 125L74.916 123.104C66.9404 112.003 58.9469 100.914 50.9354 89.8393L49.8287 88.3601L48.0392 88.3745C42.7292 88.3319 37.4192 88.2926 32.1092 88.2567L28.3709 88.2819L28.3959 91.97C28.2606 111.98 28.1731 131.99 28.1336 152L28.1415 155.983L32.1092 155.976C37.2692 155.986 42.4292 155.993 47.5892 155.997L51.5888 155.994L51.5858 152C51.5881 148.914 51.5892 145.828 51.5892 142.741C51.5892 134.248 51.5115 125.754 51.3561 117.26L44.5476 119.482C52.867 130.443 61.351 141.283 69.9996 152.004C70.3661 152.458 70.7328 152.912 71.0999 153.366L71.9099 154.367L72.9692 154.315C77.9492 154.07 82.9292 153.798 87.9092 153.5ZM87.9092 150.5V153.5L89.4374 153.408L89.4092 152H86.4092L87.9092 150.5ZM127.62 153.5C127.62 152.5 127.62 151.5 127.62 150.5C123.984 150.167 120.348 149.867 116.712 149.6C115.188 149.488 113.664 149.382 112.14 149.282L114.858 152C115.713 138.98 116.14 125.96 116.14 112.94C116.14 110.45 116.139 107.96 116.135 105.47L116.141 101.481L112.14 101.475C106.53 101.483 100.92 101.5 95.3103 101.525L99.2552 105.47C99.2348 100.97 99.2087 96.47 99.1769 91.97L95.3103 95.8366C111.66 95.7211 128.01 95.5308 144.36 95.2656L141.065 91.97C141.138 96.47 141.216 100.97 141.301 105.47L144.36 102.41C138.78 102.515 133.2 102.628 127.62 102.75L124.961 102.692L124.901 105.47C125.16 117.344 125.459 129.218 125.798 141.092C125.902 144.728 126.009 148.364 126.12 152C127.12 152 128.12 152 129.12 152C129.231 148.364 129.339 144.728 129.443 141.092C129.781 129.218 130.08 117.344 130.34 105.47L127.62 108.19C133.2 108.312 138.78 108.425 144.36 108.53L147.476 108.471L147.42 105.47C147.504 100.97 147.583 96.47 147.656 91.97L147.602 88.6218L144.36 88.6744C128.01 88.4092 111.66 88.2188 95.3103 88.1034L91.4166 88.1309L91.4437 91.97C91.412 96.47 91.3859 100.97 91.3655 105.47L91.3834 109.433L95.3103 109.415C100.92 109.44 106.53 109.457 112.14 109.465L108.146 105.47C108.142 107.96 108.14 110.45 108.14 112.94C108.14 125.96 108.568 138.98 109.423 152L109.612 154.884L112.14 154.718C113.664 154.618 115.188 154.512 116.712 154.4C120.348 154.133 123.984 153.833 127.62 153.5ZM127.62 150.5V153.5L129.162 153.359L129.12 152H126.12L127.62 150.5ZM195.738 153.5C195.738 152.5 195.738 151.5 195.738 150.5C190.389 150.167 185.04 149.867 179.691 149.6C170.37 149.135 161.049 148.772 151.728 148.51L155.219 152C155.559 139.925 155.728 127.85 155.728 115.775C155.728 107.84 155.72 99.905 155.704 91.97L151.728 95.9455C166.398 95.9154 181.068 95.8574 195.738 95.7716L191.937 91.97C191.963 96.47 191.992 100.97 192.024 105.47L195.738 101.755C186.228 101.822 176.718 101.9 167.208 101.991L163.762 101.958L163.729 105.47C163.759 108.59 163.789 111.71 163.822 114.83L163.787 118.182L167.208 118.217C176.508 118.121 185.808 118.014 195.108 117.896L192.042 114.83C192.099 119.33 192.159 123.83 192.221 128.33L195.108 125.443C185.808 125.572 176.508 125.712 167.208 125.863L164.782 125.824L164.742 128.33C164.797 131.72 164.853 135.11 164.912 138.5L164.873 140.757L167.208 140.797C175.869 140.648 184.53 140.49 193.191 140.322C194.04 140.306 194.889 140.289 195.738 140.273L193.966 138.5C194.054 143 194.145 147.5 194.238 152C195.238 152 196.238 152 197.238 152C197.332 147.5 197.423 143 197.511 138.5L197.476 136.693L195.738 136.727C194.889 136.711 194.04 136.694 193.191 136.678C184.53 136.51 175.869 136.352 167.208 136.203L169.505 138.5C169.563 135.11 169.62 131.72 169.675 128.33L167.208 130.797C176.508 130.948 185.808 131.088 195.108 131.217L198.035 131.176L197.995 128.33C198.058 123.83 198.118 119.33 198.175 114.83L198.135 111.725L195.108 111.764C185.808 111.646 176.508 111.539 167.208 111.443L170.595 114.83C170.627 111.71 170.658 108.59 170.688 105.47L167.208 108.949C176.718 109.04 186.228 109.118 195.738 109.185L199.479 109.158L199.453 105.47C199.485 100.97 199.514 96.47 199.54 91.97L199.518 88.1463L195.738 88.1684C181.068 88.0826 166.398 88.0246 151.728 87.9944L147.745 88.0026L147.753 91.97C147.737 99.905 147.728 107.84 147.728 115.775C147.728 127.85 147.898 139.925 148.238 152L148.339 155.586L151.728 155.49C161.049 155.228 170.37 154.865 179.691 154.4C185.04 154.133 190.389 153.833 195.738 153.5ZM195.738 150.5V153.5L197.268 153.405L197.238 152H194.238L195.738 150.5ZM255.936 153.5C255.936 152.5 255.936 151.5 255.936 150.5C251.689 150.167 247.442 149.867 243.195 149.6C241.532 149.496 239.869 149.396 238.206 149.302L240.62 150.793C237.64 143.883 234.567 137.019 231.402 130.202L230.493 128.247L228.126 128.178C225.486 128.102 222.846 128.039 220.206 127.988L216.43 127.916L216.355 131.84C216.256 137.012 216.206 142.184 216.206 147.356C216.206 148.904 216.207 150.452 216.208 152L220.206 148.001C215.046 148.005 209.886 148.014 204.726 148.028L208.699 152C208.644 131.99 208.506 111.98 208.287 91.97L204.726 95.5303C214.746 95.4203 224.766 95.2898 234.786 95.1386C239.848 95.0259 244.674 96.3413 248.022 99.6715C251.305 102.81 252.997 107.185 253.061 111.95C253.155 115.756 252.357 119.451 250.218 122.291C248.331 124.847 245.891 126.862 242.994 127.954L240.658 128.717L241.846 130.977C243.947 134.568 246.052 138.157 248.159 141.744C250.311 145.407 252.467 149.069 254.625 152.728C255.499 152.243 256.374 151.757 257.248 151.272C255.284 147.505 253.316 143.739 251.346 139.976C249.416 136.29 247.483 132.605 245.547 128.923L244.399 131.946C248.182 130.728 251.501 128.199 253.918 125.184C257.029 121.415 258.215 116.473 258.271 111.95C258.472 106.215 256.402 99.9052 252.151 95.6085C247.657 90.7669 240.824 88.8099 234.786 88.8014C224.766 88.6502 214.746 88.5197 204.726 88.4097L201.128 88.4492L201.166 91.97C200.947 111.98 200.809 131.99 200.754 152L200.765 155.983L204.726 155.972C209.886 155.986 215.046 155.995 220.206 155.999L224.207 155.996L224.205 152C224.206 150.452 224.206 148.904 224.206 147.356C224.206 142.184 224.157 137.012 224.058 131.84L220.206 135.692C222.846 135.641 225.486 135.578 228.126 135.502L224.851 133.478C228.405 140.101 232.053 146.677 235.793 153.207L236.697 154.783L238.206 154.698C239.869 154.604 241.532 154.504 243.195 154.4C247.442 154.133 251.689 153.833 255.936 153.5ZM255.936 150.5V153.5L258.438 153.304L257.248 151.272L254.625 152.728L255.936 150.5ZM232.446 114.34C232.446 117.007 232.446 119.673 232.446 122.34C233.778 122.34 235.202 122.168 236.617 121.706C237.905 121.29 239.167 120.62 240.239 119.766C242.688 117.984 244.029 114.438 243.916 111.86C244.036 109.257 242.611 105.759 240.239 104.044C237.976 102.207 234.962 101.438 232.446 101.47C228.366 101.47 224.286 101.47 220.206 101.47H216.206V105.47C216.206 109.76 216.206 114.05 216.206 118.34V122.34H220.206C223.295 122.34 226.383 122.34 229.471 122.34C230.463 122.34 231.455 122.34 232.446 122.34C232.446 119.673 232.446 117.007 232.446 114.34C231.455 114.34 230.463 114.34 229.471 114.34C226.383 114.34 223.295 114.34 220.206 114.34L224.206 118.34C224.206 114.05 224.206 109.76 224.206 105.47L220.206 109.47C224.286 109.47 228.366 109.47 232.446 109.47C233.711 109.476 234.566 109.76 235.274 110.316C235.774 110.769 235.871 110.902 235.916 111.86C235.874 112.892 235.748 113.068 235.274 113.494C234.929 113.765 234.569 113.959 234.137 114.1C233.665 114.255 233.098 114.34 232.446 114.34ZM232.446 122.34V114.34V122.34ZM320.028 153.5C320.028 152.5 320.028 151.5 320.028 150.5C315.048 150.202 310.068 149.93 305.088 149.685L306.958 150.634C306.637 150.147 306.316 149.659 305.995 149.172C298.411 137.674 290.663 126.296 282.75 115.038L276.042 105.687L275.941 117.26C275.786 125.754 275.708 134.248 275.708 142.741C275.708 145.828 275.71 148.914 275.712 152L279.708 148.003C274.548 148.007 269.388 148.014 264.228 148.024L268.204 152C268.164 131.99 268.077 111.98 267.942 91.97L264.228 95.6833C269.538 95.6474 274.848 95.6081 280.158 95.5655L277.262 94.1007C285.451 105.046 293.657 115.977 301.882 126.896L307.605 134.763L307.657 125C307.533 113.99 307.394 102.98 307.24 91.97L304.458 94.752C309.648 94.6796 314.838 94.604 320.028 94.5252L317.473 91.97C317.693 106.417 317.937 120.864 318.206 135.311C318.31 140.874 318.417 146.437 318.528 152C319.528 152 320.528 152 321.528 152C321.639 146.437 321.747 140.874 321.851 135.311C322.12 120.864 322.364 106.417 322.584 91.97L322.544 89.3766L320.028 89.4148C314.838 89.336 309.648 89.2604 304.458 89.188L301.638 89.2273L301.676 91.97C301.523 102.98 301.384 113.99 301.259 125L307.035 123.104C299.06 112.003 291.066 100.914 283.055 89.8393L281.948 88.3601L280.158 88.3745C274.848 88.3319 269.538 88.2926 264.228 88.2567L260.49 88.2819L260.515 91.97C260.38 111.98 260.292 131.99 260.253 152L260.261 155.983L264.228 155.976C269.388 155.986 274.548 155.993 279.708 155.997L283.708 155.994L283.705 152C283.707 148.914 283.708 145.828 283.708 142.741C283.708 134.248 283.631 125.754 283.475 117.26L276.667 119.482C284.986 130.443 293.47 141.283 302.119 152.004C302.485 152.458 302.852 152.912 303.219 153.366L304.029 154.367L305.088 154.315C310.068 154.07 315.048 153.798 320.028 153.5ZM320.028 150.5V153.5L321.556 153.408L321.528 152H318.528L320.028 150.5ZM374.859 153.5C374.859 152.5 374.859 151.5 374.859 150.5C369.51 150.167 364.161 149.867 358.812 149.6C349.491 149.135 340.17 148.772 330.849 148.51L334.34 152C334.68 139.925 334.849 127.85 334.849 115.775C334.849 107.84 334.841 99.905 334.825 91.97L330.849 95.9455C345.519 95.9154 360.189 95.8574 374.859 95.7716L371.058 91.97C371.084 96.47 371.113 100.97 371.145 105.47L374.859 101.755C365.349 101.822 355.839 101.9 346.329 101.991L342.883 101.958L342.85 105.47C342.88 108.59 342.911 111.71 342.943 114.83L342.908 118.182L346.329 118.217C355.629 118.121 364.929 118.014 374.229 117.896L371.163 114.83C371.22 119.33 371.28 123.83 371.342 128.33L374.229 125.443C364.929 125.572 355.629 125.712 346.329 125.863L343.904 125.824L343.863 128.33C343.918 131.72 343.975 135.11 344.033 138.5L343.994 140.757L346.329 140.797C354.99 140.648 363.651 140.49 372.312 140.322C373.161 140.306 374.01 140.289 374.859 140.273L373.087 138.5C373.175 143 373.266 147.5 373.359 152C374.359 152 375.359 152 376.359 152C376.453 147.5 376.544 143 376.632 138.5L376.597 136.693L374.859 136.727C374.01 136.711 373.161 136.694 372.312 136.678C363.651 136.51 354.99 136.352 346.329 136.203L348.626 138.5C348.684 135.11 348.741 131.72 348.796 128.33L346.329 130.797C355.629 130.948 364.929 131.088 374.229 131.217L377.156 131.176L377.116 128.33C377.179 123.83 377.239 119.33 377.296 114.83L377.256 111.725L374.229 111.764C364.929 111.646 355.629 111.539 346.329 111.443L349.716 114.83C349.748 111.71 349.779 108.59 349.809 105.47L346.329 108.949C355.839 109.04 365.349 109.118 374.859 109.185L378.6 109.158L378.574 105.47C378.606 100.97 378.635 96.47 378.661 91.97L378.639 88.1463L374.859 88.1684C360.189 88.0826 345.519 88.0246 330.849 87.9944L326.866 88.0026L326.874 91.97C326.858 99.905 326.849 107.84 326.849 115.775C326.849 127.85 327.019 139.925 327.359 152L327.46 155.586L330.849 155.49C340.17 155.228 349.491 154.865 358.812 154.4C364.161 154.133 369.51 153.833 374.859 153.5ZM374.859 150.5V153.5L376.389 153.405L376.359 152H373.359L374.859 150.5ZM412.738 153.5C412.738 152.5 412.738 151.5 412.738 150.5C409.102 150.167 405.466 149.867 401.829 149.6C400.306 149.488 398.781 149.382 397.258 149.282L399.975 152C400.83 138.98 401.258 125.96 401.258 112.94C401.258 110.45 401.256 107.96 401.252 105.47L401.258 101.481L397.258 101.475C391.648 101.483 386.038 101.5 380.428 101.525L384.372 105.47C384.352 100.97 384.326 96.47 384.294 91.97L380.428 95.8366C396.778 95.7211 413.128 95.5308 429.478 95.2656L426.182 91.97C426.255 96.47 426.334 100.97 426.418 105.47L429.478 102.41C423.898 102.515 418.318 102.628 412.738 102.75L410.079 102.692L410.018 105.47C410.277 117.344 410.577 129.218 410.915 141.092C411.019 144.728 411.126 148.364 411.238 152C412.238 152 413.238 152 414.238 152C414.349 148.364 414.456 144.728 414.56 141.092C414.898 129.218 415.198 117.344 415.457 105.47L412.738 108.19C418.318 108.312 423.898 108.425 429.478 108.53L432.593 108.471L432.537 105.47C432.621 100.97 432.7 96.47 432.773 91.97L432.719 88.6218L429.478 88.6744C413.128 88.4092 396.778 88.2188 380.428 88.1034L376.534 88.1309L376.561 91.97C376.529 96.47 376.503 100.97 376.483 105.47L376.501 109.433L380.428 109.415C386.038 109.44 391.648 109.457 397.258 109.465L393.263 105.47C393.259 107.96 393.258 110.45 393.258 112.94C393.258 125.96 393.685 138.98 394.54 152L394.729 154.884L397.258 154.718C398.781 154.618 400.306 154.512 401.829 154.4C405.466 154.133 409.102 153.833 412.738 153.5ZM412.738 150.5V153.5L414.279 153.359L414.238 152H411.238L412.738 150.5ZM458.462 154.58C458.462 153.58 458.462 152.58 458.462 151.58C453.493 151.249 448.624 150.284 444.233 148.416C440.298 146.753 436.79 144.352 433.92 141.344L434.304 145.29C437.191 141.531 440.054 137.755 442.894 133.963L437.519 134.424C442.853 140.27 451.186 143.874 459.182 143.789C461.671 143.774 464.458 143.627 467.444 141.919L467.482 141.895C469.291 140.915 471.849 138.148 471.732 134.9C471.737 134.051 471.556 133.11 471.196 132.286C470.024 129.761 468.206 128.865 466.897 128.212L467.001 128.263C464.433 126.997 461.91 126.441 459.477 126.085L459.569 126.099C456.998 125.672 454.403 125.052 451.817 124.319L451.889 124.34C449.237 123.533 446.647 122.591 444.167 121.477L444.237 121.509C442.357 120.627 440.791 119.186 439.534 117.27C438.232 115.306 437.625 112.859 437.616 110.15C437.559 106.016 439.334 102.404 442.619 99.5316L442.599 99.5489C446.409 96.1679 451.915 94.7962 457.652 94.7706C465.804 94.6541 473.753 96.9092 479.779 102.069L479.286 97.3336C476.503 101.052 473.723 104.772 470.945 108.494L475.69 107.945C470.253 103.457 462.97 101.042 456.032 101.213C454.326 101.258 452.502 101.347 450.394 102.346C448.186 103.195 446.348 106.437 446.585 108.62C446.564 110.237 447.472 111.731 448.304 112.512C449.155 113.338 449.986 113.803 450.772 114.192L450.847 114.228C453.234 115.288 455.592 115.803 457.91 116.164C460.498 116.554 463.096 117.173 465.672 117.932L465.735 117.95C468.429 118.672 471.059 119.583 473.57 120.725C475.724 121.69 477.551 123.292 478.968 125.339C480.484 127.491 481.206 130.171 481.255 133.01C481.424 138.085 479.562 142.933 475.689 146.215L475.7 146.205C474.721 147.048 473.641 147.783 472.486 148.41C468.357 150.648 463.403 151.467 458.462 151.58C458.462 152.58 458.462 153.58 458.462 154.58C463.69 154.679 469.152 154.086 474.153 151.651C475.548 150.966 476.888 150.134 478.124 149.155L478.136 149.145C482.995 145.437 485.753 139.017 485.709 133.01C485.786 129.543 484.993 125.795 482.957 122.681C481.246 119.994 478.753 117.594 475.755 116.135C472.996 114.768 470.126 113.671 467.21 112.79L467.273 112.808C464.539 111.909 461.735 111.143 458.835 110.616C456.839 110.249 454.897 109.727 453.297 108.952L453.373 108.988C452.939 108.764 452.586 108.503 452.465 108.361C452.402 108.293 452.406 108.268 452.441 108.327C452.475 108.381 452.518 108.524 452.52 108.62C452.53 108.253 452.611 108.092 452.652 108.046C452.694 108.001 452.756 107.924 453.043 107.792C453.611 107.522 454.807 107.358 456.032 107.387C461.773 107.432 467.183 109.404 471.475 113.075L474.186 115.251L476.22 112.526C479.082 108.868 481.942 105.208 484.799 101.546L486.78 98.8989L484.306 96.8113C477.04 90.2842 467.012 87.3374 457.652 87.3694C450.945 87.2965 443.367 88.7947 437.606 93.7511L437.586 93.7684C433.008 97.5197 429.664 103.919 429.809 110.15C429.777 113.918 430.646 118.082 432.93 121.57C434.773 124.456 437.514 127.11 440.827 128.671L440.898 128.703C443.732 129.993 446.631 131.059 449.556 131.96L449.628 131.981C452.433 132.786 455.297 133.484 458.256 133.981L458.347 133.995C460.248 134.267 462.053 134.729 463.424 135.417L463.528 135.468C463.793 135.589 463.983 135.714 464.034 135.758C464.094 135.806 463.971 135.73 463.851 135.456C463.771 135.278 463.73 135.043 463.733 134.9C463.72 134.899 463.794 134.68 463.798 134.702C463.8 134.712 463.634 134.901 463.303 135.105L463.341 135.081C462.601 135.567 460.951 135.905 459.182 135.911C452.936 136.039 447.095 133.817 442.506 129.436L439.391 126.493L437.131 129.897C434.511 133.845 431.914 137.809 429.341 141.79L427.855 144.089L429.725 145.736C433.457 149.062 437.934 151.518 442.607 152.933C447.833 154.529 453.234 154.912 458.462 154.58ZM458.462 151.58V154.58V151.58Z' fill='%23070708' mask='url(%23path-1-outside-1_7311_2007)'/%3E%3Cmask id='path-3-outside-2_7311_2007' maskUnits='userSpaceOnUse' x='-0.570068' y='8' width='340' height='57' fill='black'%3E%3Crect fill='white' x='-0.570068' y='8' width='340' height='57'/%3E%3Cpath d='M27.1699 60.84C23.7166 60.84 20.5666 60.2333 17.7199 59.02C14.8733 57.8067 12.4233 56.1267 10.3699 53.98C8.36327 51.7867 6.79993 49.22 5.67993 46.28C4.55993 43.34 3.99993 40.1433 3.99993 36.69C3.99993 33.2367 4.55993 30.04 5.67993 27.1C6.79993 24.16 8.36327 21.6167 10.3699 19.47C12.4233 17.2767 14.8733 15.5733 17.7199 14.36C20.5666 13.1467 23.7166 12.54 27.1699 12.54C30.6233 12.54 33.7733 13.1467 36.6199 14.36C39.4666 15.5733 41.8933 17.2767 43.8999 19.47C45.9533 21.6167 47.5399 24.16 48.6599 27.1C49.7799 30.04 50.3399 33.2367 50.3399 36.69C50.3399 40.1433 49.7799 43.34 48.6599 46.28C47.5399 49.22 45.9533 51.7867 43.8999 53.98C41.8933 56.1267 39.4666 57.8067 36.6199 59.02C33.7733 60.2333 30.6233 60.84 27.1699 60.84ZM27.1699 55.66C29.7833 55.66 32.1399 55.1933 34.2399 54.26C36.3399 53.28 38.1366 51.95 39.6299 50.27C41.1233 48.5433 42.2666 46.5367 43.0599 44.25C43.8999 41.9167 44.3199 39.3967 44.3199 36.69C44.3199 33.9833 43.8999 31.4633 43.0599 29.13C42.2666 26.7967 41.1233 24.79 39.6299 23.11C38.1366 21.43 36.3399 20.1233 34.2399 19.19C32.1399 18.21 29.7833 17.72 27.1699 17.72C24.5566 17.72 22.1766 18.21 20.0299 19.19C17.9299 20.1233 16.1333 21.43 14.6399 23.11C13.1466 24.79 12.0033 26.7967 11.2099 29.13C10.4166 31.4633 10.0199 33.9833 10.0199 36.69C10.0199 39.3967 10.4166 41.9167 11.2099 44.25C12.0033 46.5367 13.1466 48.5433 14.6399 50.27C16.1333 51.95 17.9299 53.28 20.0299 54.26C22.1766 55.1933 24.5566 55.66 27.1699 55.66ZM59.4153 60V13.31H78.1753C80.5087 13.31 82.5853 13.6833 84.4053 14.43C86.2253 15.1767 87.742 16.2033 88.9553 17.51C90.2153 18.77 91.172 20.2633 91.8253 21.99C92.4787 23.67 92.8053 25.4667 92.8053 27.38C92.8053 29.2933 92.4787 31.1133 91.8253 32.84C91.172 34.52 90.2153 36.0133 88.9553 37.32C87.6953 38.58 86.1553 39.5833 84.3353 40.33C82.5153 41.0767 80.462 41.45 78.1753 41.45H65.2253V60H59.4153ZM77.4753 36.27C80.2753 36.27 82.5153 35.4533 84.1953 33.82C85.922 32.1867 86.7853 30.04 86.7853 27.38C86.7853 24.72 85.922 22.5733 84.1953 20.94C82.5153 19.3067 80.2753 18.49 77.4753 18.49H65.2253V36.27H77.4753ZM112.049 60V18.49H97.2793V13.31H132.699V18.49H117.859V60H112.049ZM140.421 60V13.31H146.231V60H140.421ZM172.289 60.84C168.183 60.84 164.659 60.1633 161.719 58.81C158.779 57.41 156.329 55.6133 154.369 53.42L157.799 49.01C158.546 49.85 159.433 50.69 160.459 51.53C161.486 52.3233 162.606 53.0233 163.819 53.63C165.079 54.2367 166.433 54.7267 167.879 55.1C169.326 55.4733 170.866 55.66 172.499 55.66C174.599 55.66 176.349 55.4033 177.749 54.89C179.149 54.3767 180.269 53.7467 181.109 53C181.949 52.2067 182.556 51.3433 182.929 50.41C183.303 49.43 183.489 48.4967 183.489 47.61C183.489 46.1167 183.093 44.88 182.299 43.9C181.506 42.92 180.456 42.1033 179.149 41.45C177.889 40.75 176.419 40.19 174.739 39.77C173.106 39.3033 171.403 38.8367 169.629 38.37C167.903 37.8567 166.199 37.2967 164.519 36.69C162.886 36.0833 161.416 35.3133 160.109 34.38C158.849 33.4 157.823 32.21 157.029 30.81C156.236 29.41 155.839 27.66 155.839 25.56C155.839 23.6467 156.236 21.8967 157.029 20.31C157.869 18.7233 158.989 17.37 160.389 16.25C161.836 15.0833 163.539 14.1967 165.499 13.59C167.459 12.9367 169.583 12.61 171.869 12.61C175.463 12.61 178.636 13.17 181.389 14.29C184.143 15.41 186.499 17.02 188.459 19.12L184.959 23.39C183.186 21.43 181.133 20.0067 178.799 19.12C176.466 18.2333 174.016 17.79 171.449 17.79C168.649 17.79 166.339 18.4667 164.519 19.82C162.746 21.1733 161.859 22.97 161.859 25.21C161.859 26.5167 162.256 27.59 163.049 28.43C163.843 29.27 164.869 29.9933 166.129 30.6C167.436 31.2067 168.906 31.7433 170.539 32.21C172.219 32.63 173.923 33.0967 175.649 33.61C177.423 34.0767 179.126 34.6367 180.759 35.29C182.439 35.9433 183.909 36.7833 185.169 37.81C186.476 38.8367 187.526 40.0967 188.319 41.59C189.113 43.0833 189.509 44.9267 189.509 47.12C189.509 48.8 189.206 50.48 188.599 52.16C187.993 53.7933 186.989 55.2633 185.589 56.57C184.236 57.83 182.463 58.8567 180.269 59.65C178.076 60.4433 175.416 60.84 172.289 60.84ZM226.395 60L208.685 39L203.995 44.32V60H198.185V13.31H203.995V37.46L224.645 13.31H231.925L212.465 35.5L233.605 60H226.395ZM273.546 60L269.416 49.64H246.176L242.046 60H235.396L254.156 13.31H261.366L280.196 60H273.546ZM257.796 19.33L247.856 44.46H267.666L257.796 19.33ZM286.3 60V13.31H292.11V60H286.3ZM318.168 60.84C314.061 60.84 310.538 60.1633 307.598 58.81C304.658 57.41 302.208 55.6133 300.248 53.42L303.678 49.01C304.425 49.85 305.311 50.69 306.338 51.53C307.365 52.3233 308.485 53.0233 309.698 53.63C310.958 54.2367 312.311 54.7267 313.758 55.1C315.205 55.4733 316.745 55.66 318.378 55.66C320.478 55.66 322.228 55.4033 323.628 54.89C325.028 54.3767 326.148 53.7467 326.988 53C327.828 52.2067 328.435 51.3433 328.808 50.41C329.181 49.43 329.368 48.4967 329.368 47.61C329.368 46.1167 328.971 44.88 328.178 43.9C327.385 42.92 326.335 42.1033 325.028 41.45C323.768 40.75 322.298 40.19 320.618 39.77C318.985 39.3033 317.281 38.8367 315.508 38.37C313.781 37.8567 312.078 37.2967 310.398 36.69C308.765 36.0833 307.295 35.3133 305.988 34.38C304.728 33.4 303.701 32.21 302.908 30.81C302.115 29.41 301.718 27.66 301.718 25.56C301.718 23.6467 302.115 21.8967 302.908 20.31C303.748 18.7233 304.868 17.37 306.268 16.25C307.715 15.0833 309.418 14.1967 311.378 13.59C313.338 12.9367 315.461 12.61 317.748 12.61C321.341 12.61 324.515 13.17 327.268 14.29C330.021 15.41 332.378 17.02 334.338 19.12L330.838 23.39C329.065 21.43 327.011 20.0067 324.678 19.12C322.345 18.2333 319.895 17.79 317.328 17.79C314.528 17.79 312.218 18.4667 310.398 19.82C308.625 21.1733 307.738 22.97 307.738 25.21C307.738 26.5167 308.135 27.59 308.928 28.43C309.721 29.27 310.748 29.9933 312.008 30.6C313.315 31.2067 314.785 31.7433 316.418 32.21C318.098 32.63 319.801 33.0967 321.528 33.61C323.301 34.0767 325.005 34.6367 326.638 35.29C328.318 35.9433 329.788 36.7833 331.048 37.81C332.355 38.8367 333.405 40.0967 334.198 41.59C334.991 43.0833 335.388 44.9267 335.388 47.12C335.388 48.8 335.085 50.48 334.478 52.16C333.871 53.7933 332.868 55.2633 331.468 56.57C330.115 57.83 328.341 58.8567 326.148 59.65C323.955 60.4433 321.295 60.84 318.168 60.84Z'/%3E%3C/mask%3E%3Cpath d='M27.1699 60.84C23.7166 60.84 20.5666 60.2333 17.7199 59.02C14.8733 57.8067 12.4233 56.1267 10.3699 53.98C8.36327 51.7867 6.79993 49.22 5.67993 46.28C4.55993 43.34 3.99993 40.1433 3.99993 36.69C3.99993 33.2367 4.55993 30.04 5.67993 27.1C6.79993 24.16 8.36327 21.6167 10.3699 19.47C12.4233 17.2767 14.8733 15.5733 17.7199 14.36C20.5666 13.1467 23.7166 12.54 27.1699 12.54C30.6233 12.54 33.7733 13.1467 36.6199 14.36C39.4666 15.5733 41.8933 17.2767 43.8999 19.47C45.9533 21.6167 47.5399 24.16 48.6599 27.1C49.7799 30.04 50.3399 33.2367 50.3399 36.69C50.3399 40.1433 49.7799 43.34 48.6599 46.28C47.5399 49.22 45.9533 51.7867 43.8999 53.98C41.8933 56.1267 39.4666 57.8067 36.6199 59.02C33.7733 60.2333 30.6233 60.84 27.1699 60.84ZM27.1699 55.66C29.7833 55.66 32.1399 55.1933 34.2399 54.26C36.3399 53.28 38.1366 51.95 39.6299 50.27C41.1233 48.5433 42.2666 46.5367 43.0599 44.25C43.8999 41.9167 44.3199 39.3967 44.3199 36.69C44.3199 33.9833 43.8999 31.4633 43.0599 29.13C42.2666 26.7967 41.1233 24.79 39.6299 23.11C38.1366 21.43 36.3399 20.1233 34.2399 19.19C32.1399 18.21 29.7833 17.72 27.1699 17.72C24.5566 17.72 22.1766 18.21 20.0299 19.19C17.9299 20.1233 16.1333 21.43 14.6399 23.11C13.1466 24.79 12.0033 26.7967 11.2099 29.13C10.4166 31.4633 10.0199 33.9833 10.0199 36.69C10.0199 39.3967 10.4166 41.9167 11.2099 44.25C12.0033 46.5367 13.1466 48.5433 14.6399 50.27C16.1333 51.95 17.9299 53.28 20.0299 54.26C22.1766 55.1933 24.5566 55.66 27.1699 55.66ZM59.4153 60V13.31H78.1753C80.5087 13.31 82.5853 13.6833 84.4053 14.43C86.2253 15.1767 87.742 16.2033 88.9553 17.51C90.2153 18.77 91.172 20.2633 91.8253 21.99C92.4787 23.67 92.8053 25.4667 92.8053 27.38C92.8053 29.2933 92.4787 31.1133 91.8253 32.84C91.172 34.52 90.2153 36.0133 88.9553 37.32C87.6953 38.58 86.1553 39.5833 84.3353 40.33C82.5153 41.0767 80.462 41.45 78.1753 41.45H65.2253V60H59.4153ZM77.4753 36.27C80.2753 36.27 82.5153 35.4533 84.1953 33.82C85.922 32.1867 86.7853 30.04 86.7853 27.38C86.7853 24.72 85.922 22.5733 84.1953 20.94C82.5153 19.3067 80.2753 18.49 77.4753 18.49H65.2253V36.27H77.4753ZM112.049 60V18.49H97.2793V13.31H132.699V18.49H117.859V60H112.049ZM140.421 60V13.31H146.231V60H140.421ZM172.289 60.84C168.183 60.84 164.659 60.1633 161.719 58.81C158.779 57.41 156.329 55.6133 154.369 53.42L157.799 49.01C158.546 49.85 159.433 50.69 160.459 51.53C161.486 52.3233 162.606 53.0233 163.819 53.63C165.079 54.2367 166.433 54.7267 167.879 55.1C169.326 55.4733 170.866 55.66 172.499 55.66C174.599 55.66 176.349 55.4033 177.749 54.89C179.149 54.3767 180.269 53.7467 181.109 53C181.949 52.2067 182.556 51.3433 182.929 50.41C183.303 49.43 183.489 48.4967 183.489 47.61C183.489 46.1167 183.093 44.88 182.299 43.9C181.506 42.92 180.456 42.1033 179.149 41.45C177.889 40.75 176.419 40.19 174.739 39.77C173.106 39.3033 171.403 38.8367 169.629 38.37C167.903 37.8567 166.199 37.2967 164.519 36.69C162.886 36.0833 161.416 35.3133 160.109 34.38C158.849 33.4 157.823 32.21 157.029 30.81C156.236 29.41 155.839 27.66 155.839 25.56C155.839 23.6467 156.236 21.8967 157.029 20.31C157.869 18.7233 158.989 17.37 160.389 16.25C161.836 15.0833 163.539 14.1967 165.499 13.59C167.459 12.9367 169.583 12.61 171.869 12.61C175.463 12.61 178.636 13.17 181.389 14.29C184.143 15.41 186.499 17.02 188.459 19.12L184.959 23.39C183.186 21.43 181.133 20.0067 178.799 19.12C176.466 18.2333 174.016 17.79 171.449 17.79C168.649 17.79 166.339 18.4667 164.519 19.82C162.746 21.1733 161.859 22.97 161.859 25.21C161.859 26.5167 162.256 27.59 163.049 28.43C163.843 29.27 164.869 29.9933 166.129 30.6C167.436 31.2067 168.906 31.7433 170.539 32.21C172.219 32.63 173.923 33.0967 175.649 33.61C177.423 34.0767 179.126 34.6367 180.759 35.29C182.439 35.9433 183.909 36.7833 185.169 37.81C186.476 38.8367 187.526 40.0967 188.319 41.59C189.113 43.0833 189.509 44.9267 189.509 47.12C189.509 48.8 189.206 50.48 188.599 52.16C187.993 53.7933 186.989 55.2633 185.589 56.57C184.236 57.83 182.463 58.8567 180.269 59.65C178.076 60.4433 175.416 60.84 172.289 60.84ZM226.395 60L208.685 39L203.995 44.32V60H198.185V13.31H203.995V37.46L224.645 13.31H231.925L212.465 35.5L233.605 60H226.395ZM273.546 60L269.416 49.64H246.176L242.046 60H235.396L254.156 13.31H261.366L280.196 60H273.546ZM257.796 19.33L247.856 44.46H267.666L257.796 19.33ZM286.3 60V13.31H292.11V60H286.3ZM318.168 60.84C314.061 60.84 310.538 60.1633 307.598 58.81C304.658 57.41 302.208 55.6133 300.248 53.42L303.678 49.01C304.425 49.85 305.311 50.69 306.338 51.53C307.365 52.3233 308.485 53.0233 309.698 53.63C310.958 54.2367 312.311 54.7267 313.758 55.1C315.205 55.4733 316.745 55.66 318.378 55.66C320.478 55.66 322.228 55.4033 323.628 54.89C325.028 54.3767 326.148 53.7467 326.988 53C327.828 52.2067 328.435 51.3433 328.808 50.41C329.181 49.43 329.368 48.4967 329.368 47.61C329.368 46.1167 328.971 44.88 328.178 43.9C327.385 42.92 326.335 42.1033 325.028 41.45C323.768 40.75 322.298 40.19 320.618 39.77C318.985 39.3033 317.281 38.8367 315.508 38.37C313.781 37.8567 312.078 37.2967 310.398 36.69C308.765 36.0833 307.295 35.3133 305.988 34.38C304.728 33.4 303.701 32.21 302.908 30.81C302.115 29.41 301.718 27.66 301.718 25.56C301.718 23.6467 302.115 21.8967 302.908 20.31C303.748 18.7233 304.868 17.37 306.268 16.25C307.715 15.0833 309.418 14.1967 311.378 13.59C313.338 12.9367 315.461 12.61 317.748 12.61C321.341 12.61 324.515 13.17 327.268 14.29C330.021 15.41 332.378 17.02 334.338 19.12L330.838 23.39C329.065 21.43 327.011 20.0067 324.678 19.12C322.345 18.2333 319.895 17.79 317.328 17.79C314.528 17.79 312.218 18.4667 310.398 19.82C308.625 21.1733 307.738 22.97 307.738 25.21C307.738 26.5167 308.135 27.59 308.928 28.43C309.721 29.27 310.748 29.9933 312.008 30.6C313.315 31.2067 314.785 31.7433 316.418 32.21C318.098 32.63 319.801 33.0967 321.528 33.61C323.301 34.0767 325.005 34.6367 326.638 35.29C328.318 35.9433 329.788 36.7833 331.048 37.81C332.355 38.8367 333.405 40.0967 334.198 41.59C334.991 43.0833 335.388 44.9267 335.388 47.12C335.388 48.8 335.085 50.48 334.478 52.16C333.871 53.7933 332.868 55.2633 331.468 56.57C330.115 57.83 328.341 58.8567 326.148 59.65C323.955 60.4433 321.295 60.84 318.168 60.84Z' fill='white'/%3E%3Cpath d='M27.1699 62.34C27.1699 61.34 27.1699 60.34 27.1699 59.34C24.7961 59.0081 22.5321 58.3988 20.4848 57.4816C19.8877 57.2146 19.3086 56.9223 18.7491 56.6054C16.4036 55.2873 14.4032 53.6175 12.8044 51.6514L12.8555 51.706C11.2626 49.6674 10.0842 47.3811 9.25917 44.9165C8.38729 42.3145 7.99993 39.5535 7.99993 36.7019C7.99993 36.698 7.99993 36.694 7.99993 36.69C7.99793 33.8344 8.43935 31.0678 9.40015 28.5172C10.298 26.1218 11.5741 23.9659 13.241 22.1538C14.9026 20.342 16.9227 18.9148 19.2284 17.899C21.6449 16.8265 24.3463 16.3072 27.1699 16.262C29.9929 16.2118 32.7289 16.6334 35.2241 17.6348C37.5772 18.574 39.6736 19.9467 41.4084 21.7495L41.4596 21.8042C43.2709 23.5961 44.6942 25.7765 45.707 28.2249C46.7984 30.8448 47.357 33.7212 47.4511 36.69C47.5498 39.6578 47.1875 42.5983 46.249 45.3615C45.3729 47.9558 44.0417 50.3641 42.2512 52.4365C40.5252 54.4515 38.3446 56.0799 35.8702 57.2611C35.2715 57.5485 34.6561 57.8061 34.0265 58.0334C31.8672 58.8145 29.5431 59.2301 27.1699 59.34C27.1699 60.34 27.1699 61.34 27.1699 62.34C29.7957 62.4522 32.4885 62.2203 35.108 61.5136C35.8711 61.3082 36.6268 61.0634 37.3696 60.7789C40.368 59.6406 43.22 57.8651 45.5498 55.5223C47.9197 53.1665 49.7949 50.2817 51.0709 47.1984C52.4656 43.859 53.1368 40.2447 53.2288 36.69C53.3296 33.1363 52.8547 29.4579 51.6129 25.9751C50.4877 22.7818 48.7128 19.7014 46.3403 17.1358L46.3915 17.1905C44.1002 14.5714 41.1635 12.4758 38.0158 11.0851C34.5637 9.54073 30.8003 8.85966 27.1699 8.81798C23.5402 8.76431 19.7422 9.3476 16.2115 10.821C12.9827 12.1502 9.93832 14.1976 7.50088 16.7841C5.05136 19.3607 3.19131 22.4628 1.95971 25.6828C0.587325 29.2349 -0.00482911 33.0231 -6.81281e-05 36.69C-6.81579e-05 36.6951 -6.7085e-05 36.7002 -6.48797e-05 36.7054C-0.00402313 40.3671 0.642661 44.1513 2.10069 47.6435C3.41917 50.8303 5.38558 53.8346 7.88435 56.254L7.93544 56.3086C10.466 58.6772 13.5298 60.4181 16.6908 61.4346C17.4728 61.6896 18.2649 61.8996 19.0604 62.0654C21.792 62.636 24.5449 62.6742 27.1699 62.34ZM27.1699 59.34V62.34V59.34ZM27.1699 51.66C27.1699 54.3267 27.1699 56.9933 27.1699 59.66C29.4288 59.6611 31.7857 59.3606 34.0745 58.6053C34.6794 58.4061 35.2777 58.1761 35.8645 57.9152L35.9315 57.8847C38.4241 56.7305 40.766 55.0253 42.6196 52.9275L42.6554 52.8866C44.531 50.7272 45.9374 48.1771 46.839 45.5611L46.8235 45.6049C47.8712 42.7056 48.3233 39.6463 48.3199 36.69C48.3233 33.7337 47.8712 30.6744 46.8235 27.7751L46.847 27.8424C45.9622 25.2229 44.5638 22.6307 42.6196 20.4525C40.7655 18.3519 38.3922 16.6477 35.8645 15.5348L35.9315 15.5653C33.1213 14.246 30.0512 13.7137 27.1699 13.72C24.2605 13.713 21.1811 14.2588 18.3688 15.5512L18.4054 15.5348C15.8776 16.6477 13.5044 18.3519 11.6503 20.4525C9.70604 22.6307 8.30763 25.2229 7.42284 27.8424C6.43617 30.7359 6.01746 33.761 6.01993 36.69C6.01746 39.619 6.43617 42.6441 7.42284 45.5376L7.43091 45.5611C8.33244 48.1771 9.73885 50.7272 11.6145 52.8866L11.6503 52.9275C13.5039 55.0253 15.8458 56.7305 18.3384 57.8847L18.435 57.9283C19.0429 58.1926 19.6631 58.4258 20.2904 58.6273C22.5632 59.3591 24.9105 59.6614 27.1699 59.66C27.1699 56.9933 27.1699 54.3267 27.1699 51.66C25.6042 51.6606 24.1105 51.4527 22.7374 51.0107C22.3577 50.8887 21.9868 50.7491 21.6248 50.5917L21.7215 50.6353C20.1311 49.8941 18.7617 48.8879 17.6296 47.6125L17.6654 47.6534C16.4931 46.3001 15.6035 44.7137 14.989 42.9389L14.997 42.9624C14.3287 41.0011 14.0188 38.8832 14.0199 36.69C14.0188 34.4968 14.3287 32.3789 14.997 30.4176C15.6015 28.6358 16.4748 27.064 17.6296 25.7675C18.7435 24.5127 20.0867 23.541 21.6545 22.8452L21.6911 22.8288C23.337 22.0749 25.1868 21.7185 27.1699 21.72C29.1354 21.7184 30.9565 22.0691 32.5484 22.8147L32.6154 22.8452C34.1832 23.541 35.5264 24.5127 36.6403 25.7675C37.7951 27.064 38.6683 28.6358 39.2728 30.4176L39.2964 30.4849C39.9945 32.4195 40.3212 34.514 40.3199 36.69C40.3212 38.866 39.9945 40.9605 39.2964 42.8951L39.2809 42.9389C38.6663 44.7137 37.7767 46.3001 36.6045 47.6534L36.6403 47.6125C35.5082 48.8879 34.1388 49.8941 32.5484 50.6353L32.6154 50.6048C32.2766 50.7553 31.9286 50.8893 31.5713 51.007C30.2226 51.4524 28.7357 51.6607 27.1699 51.66ZM27.1699 59.66V51.66V59.66ZM57.9153 60C58.9153 60 59.9153 60 60.9153 60C61.2487 57.5279 61.5487 55.0558 61.8153 52.5837C62.882 42.6954 63.4153 32.807 63.4153 22.9187C63.4153 19.7158 63.4091 16.5129 63.3967 13.31L59.4153 17.2913C65.6687 17.2671 71.922 17.2191 78.1753 17.1474C79.9275 17.1217 81.5694 17.3566 82.9796 17.9051C84.2868 18.4129 85.3877 19.1076 86.2643 20.0088L86.3586 20.1067C87.2729 20.9792 87.9762 22.0236 88.4777 23.2567L88.4895 23.2873C89.0178 24.5498 89.2966 25.9211 89.3338 27.38C89.3729 28.8559 89.1651 30.2864 88.6922 31.6545L88.7032 31.6258C88.2507 32.9041 87.5636 34.0589 86.6364 35.0839L86.6775 35.0421C85.74 36.0475 84.5508 36.8635 83.1678 37.4842C81.6953 38.153 79.987 38.4932 78.1753 38.5543C73.8587 38.6832 69.542 38.8235 65.2253 38.975L62.8401 38.8913L62.7503 41.45C62.9486 47.0979 63.1662 52.7458 63.4031 58.3937C63.4256 58.9292 63.4482 59.4646 63.471 60L65.2253 58.2457C63.2887 58.3282 61.352 58.413 59.4153 58.5C59.4153 59.5 59.4153 60.5 59.4153 61.5C61.352 61.587 63.2887 61.6718 65.2253 61.7543L67.0511 61.6765L66.9796 60C67.0024 59.4646 67.0251 58.9292 67.0475 58.3937C67.2845 52.7458 67.5021 47.0979 67.7003 41.45L65.2253 43.925C69.542 44.0765 73.8587 44.2168 78.1753 44.3457C80.5586 44.4096 83.0836 44.1075 85.5028 43.1758C87.5423 42.3978 89.5548 41.2166 91.2332 39.5979L91.2742 39.5561C92.8307 38.0154 94.1119 36.107 94.9475 34.0542L94.9585 34.0255C95.8072 31.9159 96.2429 29.6219 96.2768 27.38C96.3191 25.1669 95.9704 22.8544 95.1612 20.6927L95.1729 20.7233C94.4174 18.6115 93.1727 16.5638 91.552 14.9133L91.6463 15.0112C90.0125 13.1971 87.9388 11.8407 85.831 10.9549C83.3054 9.88633 80.6634 9.49662 78.1753 9.47258C71.922 9.4009 65.6687 9.35292 59.4153 9.32865L55.4186 9.34416L55.434 13.31C55.4215 16.5129 55.4153 19.7158 55.4153 22.9187C55.4153 32.807 55.9487 42.6954 57.0153 52.5837C57.282 55.0558 57.582 57.5279 57.9153 60ZM60.9153 60H57.9153L58.1254 61.558L59.4153 61.5V58.5L60.9153 60ZM77.4753 32.27C77.4753 34.9367 77.4753 37.6033 77.4753 40.27C78.9907 40.2694 80.6083 40.0853 82.2357 39.5506C83.9569 38.9939 85.6572 37.9906 86.9836 36.688L86.9441 36.7259C89.5733 34.3638 90.8677 30.4835 90.7853 27.38C90.8677 24.2765 89.5733 20.3962 86.9441 18.0341L86.9836 18.072C84.3743 15.4532 80.5352 14.439 77.4753 14.49C73.392 14.49 69.3087 14.49 65.2253 14.49H61.2253V18.49C61.2253 24.4167 61.2253 30.3433 61.2253 36.27V40.27H65.2253C68.121 40.27 71.0166 40.27 73.9122 40.27C75.0999 40.27 76.2876 40.27 77.4753 40.27C77.4753 37.6033 77.4753 34.9367 77.4753 32.27C76.2876 32.27 75.0999 32.27 73.9122 32.27C71.0166 32.27 68.121 32.27 65.2253 32.27L69.2253 36.27C69.2253 30.3433 69.2253 24.4167 69.2253 18.49L65.2253 22.49C69.3087 22.49 73.392 22.49 77.4753 22.49C79.2803 22.4953 80.5113 22.9348 81.407 23.808L81.4465 23.8459C82.3645 24.7306 82.7692 25.7335 82.7853 27.38C82.7692 29.0265 82.3645 30.0294 81.4465 30.9141L81.407 30.952C80.9311 31.412 80.4085 31.7278 79.7352 31.9515C79.1032 32.1605 78.3348 32.2707 77.4753 32.27ZM77.4753 40.27V32.27V40.27ZM110.549 60C111.549 60 112.549 60 113.549 60C113.883 57.263 114.183 54.526 114.449 51.789C115.516 40.841 116.049 29.893 116.049 18.945C116.049 18.7933 116.049 18.6417 116.049 18.49L116.05 14.4906L112.049 14.49C107.126 14.4908 102.203 14.5035 97.2793 14.5282L101.241 18.49C101.232 16.7633 101.222 15.0367 101.211 13.31L97.2793 17.2414C109.086 17.162 120.893 17.0136 132.699 16.7964L129.213 13.31C129.245 15.0367 129.278 16.7633 129.313 18.49L132.699 15.1033C127.753 15.2028 122.806 15.3144 117.859 15.438L114.885 15.3637L114.807 18.49C115.133 31.5263 115.543 44.5627 116.037 57.599C116.067 58.3993 116.098 59.1997 116.129 60L117.859 58.2697C115.923 58.3446 113.986 58.4214 112.049 58.5C112.049 59.5 112.049 60.5 112.049 61.5C113.986 61.5786 115.923 61.6554 117.859 61.7303L119.654 61.6609L119.59 60C119.621 59.1997 119.651 58.3993 119.682 57.599C120.175 44.5627 120.585 31.5263 120.911 18.49L117.859 21.542C122.806 21.6656 127.753 21.7772 132.699 21.8767L136.153 21.8072L136.086 18.49C136.121 16.7633 136.154 15.0367 136.186 13.31L136.12 9.76064L132.699 9.82359C120.893 9.60635 109.086 9.45802 97.2793 9.37861L93.3217 9.40523L93.3479 13.31C93.3363 15.0367 93.3262 16.7633 93.3175 18.49L93.3375 22.4716L97.2793 22.4518C102.203 22.4765 107.126 22.4892 112.049 22.49L108.049 18.49C108.049 18.6417 108.049 18.7933 108.049 18.945C108.049 29.893 108.583 40.841 109.649 51.789C109.916 54.526 110.216 57.263 110.549 60ZM113.549 60H110.549L110.738 61.5532L112.049 61.5V58.5L113.549 60ZM138.921 60C139.921 60 140.921 60 141.921 60C142.255 58.25 142.555 56.5 142.821 54.75C143.888 47.75 144.421 40.75 144.421 33.75C144.421 26.9367 144.365 20.1233 144.253 13.31L140.421 17.1416C142.358 17.1097 144.295 17.0732 146.231 17.0322L142.509 13.31C142.838 28.8733 143.461 44.4367 144.376 60L146.231 58.1447C146.045 58.1557 145.858 58.1667 145.671 58.1778C143.921 58.2815 142.171 58.3889 140.421 58.5C140.421 59.5 140.421 60.5 140.421 61.5C142.171 61.6111 143.921 61.7185 145.671 61.8222C145.858 61.8333 146.045 61.8443 146.231 61.8553L148.189 61.7402L148.086 60C149.002 44.4367 149.624 28.8733 149.953 13.31L149.873 9.5107L146.231 9.58777C144.295 9.54679 142.358 9.51033 140.421 9.47842L136.528 9.54258L136.59 13.31C136.477 20.1233 136.421 26.9367 136.421 33.75C136.421 40.75 136.955 47.75 138.021 54.75C138.288 56.5 138.588 58.25 138.921 60ZM141.921 60H138.921L139.221 61.5762L140.421 61.5V58.5L141.921 60ZM172.289 62.34C172.289 61.34 172.289 60.34 172.289 59.34C168.825 59.0352 165.461 58.2394 162.697 56.6861L162.724 56.6991C162.485 56.5618 162.248 56.4214 162.015 56.2778C159.87 54.9593 158.002 53.3489 156.542 51.4784L156.669 55.2089C157.895 53.8031 159.115 52.3926 160.329 50.9775L155.404 51.1391C156.317 52.2531 157.305 53.2362 158.325 54.1391L158.398 54.1975C159.593 55.1929 160.89 56.057 162.241 56.7865L162.288 56.8097C163.792 57.5932 165.368 58.2022 166.961 58.6587C168.794 59.1816 170.669 59.4261 172.499 59.4627C174.538 59.4913 176.702 59.3851 179.095 58.5606C180.602 58.0215 182.201 57.2953 183.741 55.9608L183.829 55.88C184.929 54.8607 185.978 53.5175 186.632 51.891L186.656 51.8296C187.129 50.6004 187.485 49.1796 187.488 47.61C187.489 47.0056 187.446 46.3728 187.335 45.7173C187.099 44.2617 186.453 42.6554 185.408 41.3836C184.131 39.8037 182.52 38.663 180.936 37.8756L181.09 37.9566C179.31 36.9727 177.489 36.3444 175.707 35.8998L175.835 35.9341C174.106 35.4435 172.375 34.9749 170.641 34.5237L170.763 34.5576C169.115 34.0727 167.481 33.542 165.864 32.965L165.898 32.9774C164.62 32.5095 163.443 31.9104 162.4 31.1734L162.529 31.2695C161.673 30.6129 160.984 29.8257 160.438 28.8784C160 28.1434 159.732 26.9563 159.727 25.56C159.716 24.2539 159.96 23.0902 160.475 22.0329L160.434 22.1126C161.016 20.9871 161.788 20.032 162.772 19.228L162.783 19.2187C163.856 18.3327 165.148 17.6577 166.613 17.1877L166.69 17.1629C168.295 16.607 170.044 16.3367 171.869 16.3166C174.763 16.2836 177.567 16.6634 180.031 17.6287C182.273 18.5026 184.259 19.7992 185.9 21.5088L185.752 16.9006C184.603 18.3387 183.455 19.7774 182.308 21.2165L187.502 21.0897C185.483 18.8903 182.864 17.0575 179.979 16.0153C177.246 15.0106 174.312 14.5389 171.449 14.5843C168.584 14.6093 165.307 15.3184 162.679 17.3453L162.648 17.3685C160.328 19.0294 158.725 22.4056 158.886 25.21C158.869 26.8918 159.532 29.0355 160.935 30.4269C162.139 31.6649 163.528 32.5208 164.899 33.1554L164.935 33.1724C166.54 33.8831 168.164 34.4164 169.786 34.8478L169.874 34.8715C171.555 35.2551 173.23 35.6779 174.898 36.1353L174.979 36.1578C176.625 36.5522 178.245 37.0399 179.824 37.6292L179.846 37.638C181.239 38.1395 182.53 38.8114 183.649 39.6751L183.683 39.7018C184.748 40.4892 185.626 41.4847 186.295 42.6651C186.987 43.8607 187.311 45.4427 187.354 47.12C187.397 48.5708 187.165 50.0379 186.692 51.4714L186.699 51.4541C186.238 52.8326 185.408 54.0939 184.3 55.1889C183.8 55.6851 183.228 56.138 182.605 56.5454C181.715 57.1273 180.725 57.6162 179.683 58.0281C177.443 58.9126 174.876 59.2615 172.289 59.34C172.289 60.34 172.289 61.34 172.289 62.34C175.097 62.4086 177.994 62.2168 180.856 61.2719C182.095 60.8581 183.325 60.3385 184.506 59.6542C185.333 59.1749 186.135 58.6131 186.877 57.9527C188.399 56.6041 189.716 54.8645 190.5 52.8659L190.506 52.8486C191.202 51.057 191.625 49.103 191.664 47.12C191.706 45.003 191.445 42.7 190.343 40.5149C189.469 38.7737 188.195 37.1673 186.656 35.9182L186.689 35.9449C185.172 34.6576 183.447 33.6705 181.672 32.942L181.695 32.9508C179.942 32.2073 178.143 31.5809 176.32 31.0622L176.4 31.0847C174.683 30.5355 172.951 30.0217 171.205 29.5485L171.293 29.5721C169.903 29.1421 168.561 28.6353 167.324 28.0276L167.36 28.0446C166.458 27.5849 165.697 27.0346 165.164 26.4331C164.92 26.1259 164.825 25.867 164.833 25.21C164.894 23.8333 165.323 23.0688 166.39 22.2715L166.359 22.2947C167.678 21.3559 169.441 20.9528 171.449 20.9957C173.594 21.034 175.672 21.443 177.619 22.2247C179.461 22.9615 181.065 24.1412 182.417 25.6903L185.158 28.6393L187.611 25.5635C188.797 24.1559 189.982 22.7479 191.167 21.3394L193.106 18.9115L191.019 16.7312C188.742 14.2214 185.839 12.2321 182.747 10.9512C179.192 9.46707 175.45 8.93592 171.869 8.90341C169.382 8.88077 166.8 9.20444 164.308 10.0171L164.386 9.99226C162.161 10.6596 159.93 11.735 157.995 13.2813L158.007 13.272C156.222 14.6729 154.692 16.5017 153.624 18.5074L153.583 18.5871C152.467 20.7693 151.953 23.2474 151.952 25.56C151.948 27.7767 152.261 30.3012 153.62 32.7416C154.629 34.5502 156.043 36.2089 157.69 37.4905L157.819 37.5866C159.484 38.7862 161.298 39.713 163.14 40.4026L163.174 40.415C164.931 41.0562 166.706 41.6452 168.496 42.1824L168.617 42.2163C170.3 42.6641 171.976 43.1262 173.643 43.6059L173.772 43.6402C175.048 43.9616 176.227 44.3953 177.208 44.9434L177.362 45.0244C178.174 45.4314 178.78 45.9057 179.191 46.4164C179.305 46.5655 179.384 46.706 179.447 47.0541C179.473 47.207 179.49 47.3942 179.49 47.61C179.494 47.9578 179.41 48.4332 179.203 48.9904L179.227 48.929C179.092 49.283 178.835 49.683 178.389 50.12L178.477 50.0392C178.076 50.4225 177.316 50.8668 176.403 51.2194C175.444 51.6076 174.006 51.8189 172.499 51.8573C171.219 51.8947 169.978 51.7969 168.798 51.5413C167.599 51.2778 166.445 50.9182 165.35 50.4503L165.397 50.4735C164.382 50.0204 163.419 49.4854 162.52 48.8625L162.594 48.9209C161.722 48.2749 160.907 47.5942 160.194 46.8809L157.397 44.0206L155.27 47.0425C154.197 48.5674 153.13 50.0969 152.069 51.6311L150.596 53.7611L152.196 55.3616C154.41 57.6127 157.056 59.3324 159.81 60.5411C160.11 60.6732 160.411 60.7997 160.714 60.9209L160.742 60.9339C164.57 62.4107 168.542 62.6415 172.289 62.34ZM172.289 59.34V62.34V59.34ZM225.248 60.967C226.013 60.3223 226.777 59.6777 227.542 59.033C225.209 55.7496 222.85 52.4876 220.466 49.2472C217.412 45.0955 214.316 40.979 211.178 36.8978L208.964 34.0195L206.239 36.8436C204.595 38.5464 202.961 40.2568 201.335 41.9748L200.5 42.8564L200.448 44.32C200.264 49.5467 200.135 54.7733 200.063 60L203.995 56.0685C202.058 56.0419 200.122 56.023 198.185 56.0119L202.173 60C202.181 58.6142 202.185 57.2283 202.185 55.8425C202.185 41.665 202.139 27.4875 202.046 13.31L198.185 17.1714C200.122 17.1588 202.058 17.1453 203.995 17.1309L200.174 13.31C200.234 21.36 200.308 29.41 200.398 37.46L200.337 47.1796L206.729 39.7979C213.523 31.6714 220.297 23.5282 227.052 15.3682L224.645 16.477C227.072 16.4382 229.498 16.3981 231.925 16.3566L229.634 11.3012C223.274 18.8088 216.931 26.331 210.604 33.8679L209.186 35.4159L210.591 37.1171C216.735 43.9347 222.895 50.7397 229.069 57.532C230.152 58.7243 231.236 59.9162 232.321 61.1077L233.605 58.3044C231.202 58.3683 228.798 58.4335 226.395 58.5C226.395 59.5 226.395 60.5 226.395 61.5C228.798 61.5665 231.202 61.6317 233.605 61.6956L237.339 61.624L234.889 58.8923C233.869 57.6449 232.849 56.3978 231.828 55.1511C226.013 48.0491 220.183 40.9597 214.339 33.8829L214.326 37.1321C220.972 29.8757 227.602 22.6045 234.215 15.3188L238.611 10.1819L231.925 10.2634C229.498 10.2219 227.072 10.1818 224.645 10.143L223.136 10.1671L222.238 11.2518C215.226 19.1918 208.234 27.1486 201.261 35.1221L207.592 37.46C207.682 29.41 207.756 21.36 207.816 13.31L207.787 9.46097L203.995 9.48906C202.058 9.47472 200.122 9.46123 198.185 9.44861L194.298 9.47394L194.323 13.31C194.231 27.4875 194.185 41.665 194.185 55.8425C194.185 57.2283 194.189 58.6142 194.197 60L194.22 64.0108L198.185 63.9881C200.122 63.977 202.058 63.9581 203.995 63.9315L207.98 63.8767L207.926 60C207.854 54.7733 207.726 49.5467 207.541 44.32L206.655 46.6652C208.156 44.8366 209.648 43.0003 211.131 41.1564L206.192 41.1022C209.685 44.884 213.22 48.6305 216.797 52.3417C219.588 55.2383 222.406 58.1134 225.248 60.967ZM227.542 59.033L225.248 60.967L225.796 61.5166L226.395 61.5V58.5L227.542 59.033ZM272.152 60.5555C273.081 60.1852 274.01 59.8148 274.939 59.4445C274.22 56.74 273.47 54.0478 272.688 51.368C272.424 50.4624 272.157 49.5582 271.886 48.6554L271.436 47.1586L269.416 46.9811C261.669 46.3004 253.923 45.8789 246.176 45.7164L243.6 45.6624L242.531 48.1871C241.584 50.4244 240.661 52.6711 239.762 54.9273C239.285 56.1245 238.808 57.3219 238.332 58.5197L242.046 56.0024C239.829 56.0051 237.613 56.0102 235.396 56.0177L239.091 61.4847C245.292 45.9004 251.368 30.2657 257.318 14.5807L254.156 16.7182C256.559 16.6715 258.963 16.6219 261.366 16.5696L258.343 14.5292C264.737 29.4393 271.247 44.3023 277.875 59.118C278.105 59.6314 278.335 60.1446 278.565 60.6579L280.196 58.2412C277.979 58.3251 275.763 58.4114 273.546 58.5C273.546 59.5 273.546 60.5 273.546 61.5C275.763 61.5886 277.979 61.6749 280.196 61.7588L282.861 61.6632L281.827 59.3421C281.637 58.813 281.446 58.2839 281.255 57.7549C275.75 42.4863 270.128 27.265 264.389 12.0908L263.494 10.004L261.366 10.0503C258.963 9.99805 256.559 9.94852 254.156 9.90176L251.787 9.94785L250.993 12.0393C244.437 27.481 238.006 42.973 231.701 58.5153L229.517 64.0011L235.396 63.9823C237.613 63.9898 239.829 63.9949 242.046 63.9976L244.761 63.9943L245.759 61.4803C246.238 60.2838 246.716 59.0869 247.193 57.8898C248.093 55.6336 248.968 53.368 249.821 51.0929L246.176 53.5636C253.923 53.4011 261.669 52.9796 269.416 52.2989L266.946 50.6246C267.37 51.4663 267.798 52.3066 268.23 53.1455C269.506 55.6278 270.814 58.0978 272.152 60.5555ZM274.939 59.4445L272.152 60.5555L272.686 61.5344L273.546 61.5V58.5L274.939 59.4445ZM261.515 20.8013C259.036 19.8204 256.556 18.8396 254.076 17.8587C253.624 19.003 253.171 20.1473 252.718 21.2916C249.858 28.524 246.997 35.7564 244.136 42.9887L241.972 48.46H247.856C254.459 48.46 261.063 48.46 267.666 48.46H273.534L271.389 42.9977C268.549 35.7664 265.709 28.5351 262.869 21.3038C262.419 20.1585 261.969 19.0131 261.519 17.8677C259.037 18.8426 256.555 19.8174 254.073 20.7923C254.523 21.9377 254.972 23.083 255.422 24.2284C258.262 31.4597 261.103 38.691 263.943 45.9223L267.666 40.46C261.063 40.46 254.459 40.46 247.856 40.46L251.575 45.9313C254.436 38.6989 257.297 31.4665 260.158 24.2341C260.61 23.0898 261.063 21.9455 261.515 20.8013ZM254.076 17.8587L261.515 20.8013L254.073 20.7923L261.519 17.8677L257.809 8.42173L254.076 17.8587ZM284.8 60C285.8 60 286.8 60 287.8 60C288.133 58.25 288.433 56.5 288.7 54.75C289.767 47.75 290.3 40.75 290.3 33.75C290.3 26.9367 290.244 20.1233 290.132 13.31L286.3 17.1416C288.237 17.1097 290.173 17.0732 292.11 17.0322L288.388 13.31C288.717 28.8733 289.34 44.4367 290.255 60L292.11 58.1447C291.923 58.1557 291.737 58.1667 291.55 58.1778C289.8 58.2815 288.05 58.3889 286.3 58.5C286.3 59.5 286.3 60.5 286.3 61.5C288.05 61.6111 289.8 61.7185 291.55 61.8222C291.737 61.8333 291.923 61.8443 292.11 61.8553L294.068 61.7402L293.965 60C294.881 44.4367 295.503 28.8733 295.832 13.31L295.752 9.5107L292.11 9.58777C290.173 9.54679 288.237 9.51033 286.3 9.47842L282.406 9.54258L282.469 13.31C282.356 20.1233 282.3 26.9367 282.3 33.75C282.3 40.75 282.833 47.75 283.9 54.75C284.167 56.5 284.467 58.25 284.8 60ZM287.8 60H284.8L285.1 61.5762L286.3 61.5V58.5L287.8 60ZM318.168 62.34C318.168 61.34 318.168 60.34 318.168 59.34C314.704 59.0352 311.34 58.2394 308.576 56.6861L308.603 56.6991C308.364 56.5618 308.127 56.4214 307.894 56.2778C305.749 54.9593 303.881 53.3489 302.421 51.4784L302.548 55.2089C303.774 53.8031 304.994 52.3926 306.208 50.9775L301.283 51.1391C302.196 52.2531 303.184 53.2362 304.203 54.1391L304.277 54.1975C305.472 55.1929 306.769 56.057 308.12 56.7865L308.167 56.8097C309.671 57.5932 311.246 58.2022 312.84 58.6587C314.673 59.1816 316.548 59.4261 318.378 59.4627C320.417 59.4913 322.581 59.3851 324.974 58.5606C326.481 58.0215 328.08 57.2953 329.62 55.9608L329.708 55.88C330.808 54.8607 331.857 53.5175 332.511 51.891L332.535 51.8296C333.008 50.6004 333.364 49.1796 333.367 47.61C333.368 47.0056 333.325 46.3728 333.214 45.7173C332.978 44.2617 332.332 42.6554 331.287 41.3836C330.01 39.8037 328.399 38.663 326.815 37.8756L326.969 37.9566C325.189 36.9727 323.368 36.3444 321.586 35.8998L321.714 35.9341C319.985 35.4435 318.254 34.9749 316.52 34.5237L316.642 34.5576C314.993 34.0727 313.36 33.542 311.743 32.965L311.777 32.9774C310.499 32.5095 309.322 31.9104 308.279 31.1734L308.407 31.2695C307.552 30.6129 306.863 29.8257 306.317 28.8784C305.879 28.1434 305.611 26.9563 305.606 25.56C305.595 24.2539 305.839 23.0902 306.354 22.0329L306.313 22.1126C306.895 20.9871 307.667 20.032 308.651 19.228L308.662 19.2187C309.735 18.3327 311.027 17.6577 312.492 17.1877L312.569 17.1629C314.174 16.607 315.923 16.3367 317.748 16.3166C320.642 16.2836 323.446 16.6634 325.91 17.6287C328.152 18.5026 330.138 19.7992 331.779 21.5088L331.63 16.9006C330.482 18.3387 329.334 19.7774 328.187 21.2165L333.381 21.0897C331.361 18.8903 328.743 17.0575 325.858 16.0153C323.125 15.0106 320.19 14.5389 317.328 14.5843C314.463 14.6093 311.185 15.3184 308.558 17.3453L308.527 17.3685C306.207 19.0294 304.604 22.4056 304.765 25.21C304.748 26.8918 305.411 29.0355 306.814 30.4269C308.018 31.6649 309.407 32.5208 310.778 33.1554L310.814 33.1724C312.419 33.8831 314.043 34.4164 315.664 34.8478L315.753 34.8715C317.433 35.2551 319.109 35.6779 320.777 36.1353L320.858 36.1578C322.504 36.5522 324.124 37.0399 325.702 37.6292L325.725 37.638C327.118 38.1395 328.409 38.8114 329.528 39.6751L329.562 39.7018C330.627 40.4892 331.505 41.4847 332.174 42.6651C332.866 43.8607 333.19 45.4427 333.233 47.12C333.276 48.5708 333.044 50.0379 332.571 51.4714L332.578 51.4541C332.117 52.8326 331.287 54.0939 330.179 55.1889C329.679 55.6851 329.106 56.138 328.483 56.5454C327.594 57.1273 326.604 57.6162 325.561 58.0281C323.322 58.9126 320.755 59.2615 318.168 59.34C318.168 60.34 318.168 61.34 318.168 62.34C320.975 62.4086 323.873 62.2168 326.735 61.2719C327.974 60.8581 329.204 60.3385 330.385 59.6542C331.212 59.1749 332.014 58.6131 332.755 57.9527C334.278 56.6041 335.595 54.8645 336.379 52.8659L336.385 52.8486C337.081 51.057 337.504 49.103 337.543 47.12C337.585 45.003 337.324 42.7 336.222 40.5149C335.348 38.7737 334.074 37.1673 332.535 35.9182L332.568 35.9449C331.051 34.6576 329.326 33.6705 327.551 32.942L327.574 32.9508C325.821 32.2073 324.022 31.5809 322.199 31.0622L322.279 31.0847C320.562 30.5355 318.83 30.0217 317.083 29.5485L317.172 29.5721C315.782 29.1421 314.44 28.6353 313.202 28.0276L313.238 28.0446C312.337 27.5849 311.576 27.0346 311.043 26.4331C310.799 26.1259 310.703 25.867 310.712 25.21C310.773 23.8333 311.202 23.0688 312.269 22.2715L312.238 22.2947C313.557 21.3559 315.32 20.9528 317.328 20.9957C319.473 21.034 321.551 21.443 323.498 22.2247C325.34 22.9615 326.943 24.1412 328.296 25.6903L331.037 28.6393L333.49 25.5635C334.676 24.1559 335.861 22.7479 337.046 21.3394L338.985 18.9115L336.898 16.7312C334.621 14.2214 331.718 12.2321 328.626 10.9512C325.071 9.46707 321.329 8.93592 317.748 8.90341C315.261 8.88077 312.679 9.20444 310.187 10.0171L310.265 9.99226C308.04 10.6596 305.809 11.735 303.874 13.2813L303.886 13.272C302.101 14.6729 300.571 16.5017 299.503 18.5074L299.462 18.5871C298.346 20.7693 297.832 23.2474 297.831 25.56C297.827 27.7767 298.14 30.3012 299.499 32.7416C300.508 34.5502 301.922 36.2089 303.569 37.4905L303.698 37.5866C305.363 38.7862 307.177 39.713 309.019 40.4026L309.053 40.415C310.81 41.0562 312.585 41.6452 314.375 42.1824L314.496 42.2163C316.179 42.6641 317.855 43.1262 319.522 43.6059L319.651 43.6402C320.926 43.9616 322.106 44.3953 323.087 44.9434L323.241 45.0244C324.053 45.4314 324.659 45.9057 325.07 46.4164C325.184 46.5655 325.263 46.706 325.326 47.0541C325.352 47.207 325.369 47.3942 325.369 47.61C325.373 47.9578 325.289 48.4332 325.082 48.9904L325.106 48.929C324.971 49.283 324.714 49.683 324.268 50.12L324.356 50.0392C323.955 50.4225 323.195 50.8668 322.282 51.2194C321.323 51.6076 319.885 51.8189 318.378 51.8573C317.098 51.8947 315.857 51.7969 314.677 51.5413C313.478 51.2778 312.324 50.9182 311.229 50.4503L311.276 50.4735C310.261 50.0204 309.298 49.4854 308.399 48.8625L308.473 48.9209C307.601 48.2749 306.786 47.5942 306.073 46.8809L303.276 44.0206L301.148 47.0425C300.076 48.5674 299.009 50.0969 297.948 51.6311L296.475 53.7611L298.075 55.3616C300.289 57.6127 302.935 59.3324 305.689 60.5411C305.988 60.6732 306.29 60.7997 306.593 60.9209L306.62 60.9339C310.449 62.4107 314.42 62.6415 318.168 62.34ZM318.168 59.34V62.34V59.34Z' fill='%23070708' mask='url(%23path-3-outside-2_7311_2007)'/%3E%3C/svg%3E%0A");
}
#first_screen .cta h1 .title-svg {
  display: block;
  width: 472px;
  height: 177px;
  background-image: url("data:image/svg+xml,%3Csvg width='472' height='177' viewBox='0 0 472 177' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7261_732903' maskUnits='userSpaceOnUse' x='1.42993' y='89.7214' width='471' height='69' fill='black'%3E%3Crect fill='white' x='1.42993' y='89.7214' width='471' height='69'/%3E%3Cpath d='M20.7699 154.721H5.82993V94.6914H21.3099V130.061L45.6099 94.6914H61.6299V154.721H46.0599V117.641L20.7699 154.721ZM128.341 154.721H112.861V130.601H87.931V154.721H72.451V94.6914H87.931V117.101H112.861V94.6914H128.341V154.721ZM168.05 154.721H152.57V108.191H135.74V94.6914H184.79V108.191H168.05V154.721ZM236.168 154.721H192.158V94.6914H236.168V108.191H207.638V117.551H235.538V131.051H207.638V141.221H236.168V154.721ZM260.636 154.721H245.156V94.6914H275.216C288.716 94.6914 296.096 103.781 296.096 114.671C296.096 125.471 288.716 134.561 275.216 134.561H260.636V154.721ZM273.146 121.061C277.286 121.061 280.346 118.721 280.346 114.671C280.346 110.531 277.286 108.191 273.146 108.191H260.636V121.061H273.146ZM358.878 154.721H343.398V130.601H318.468V154.721H302.988V94.6914H318.468V117.101H343.398V94.6914H358.878V154.721ZM413.707 154.721H369.697V94.6914H413.707V108.191H385.177V117.551H413.077V131.051H385.177V141.221H413.707V154.721ZM451.585 154.721H436.105V108.191H419.275V94.6914H468.325V108.191H451.585V154.721Z'/%3E%3C/mask%3E%3Cpath d='M20.7699 154.721H5.82993V94.6914H21.3099V130.061L45.6099 94.6914H61.6299V154.721H46.0599V117.641L20.7699 154.721ZM128.341 154.721H112.861V130.601H87.931V154.721H72.451V94.6914H87.931V117.101H112.861V94.6914H128.341V154.721ZM168.05 154.721H152.57V108.191H135.74V94.6914H184.79V108.191H168.05V154.721ZM236.168 154.721H192.158V94.6914H236.168V108.191H207.638V117.551H235.538V131.051H207.638V141.221H236.168V154.721ZM260.636 154.721H245.156V94.6914H275.216C288.716 94.6914 296.096 103.781 296.096 114.671C296.096 125.471 288.716 134.561 275.216 134.561H260.636V154.721ZM273.146 121.061C277.286 121.061 280.346 118.721 280.346 114.671C280.346 110.531 277.286 108.191 273.146 108.191H260.636V121.061H273.146ZM358.878 154.721H343.398V130.601H318.468V154.721H302.988V94.6914H318.468V117.101H343.398V94.6914H358.878V154.721ZM413.707 154.721H369.697V94.6914H413.707V108.191H385.177V117.551H413.077V131.051H385.177V141.221H413.707V154.721ZM451.585 154.721H436.105V108.191H419.275V94.6914H468.325V108.191H451.585V154.721Z' fill='white'/%3E%3Cpath d='M20.7699 156.221C20.7699 155.221 20.7699 154.221 20.7699 153.221C15.7899 152.93 10.8099 152.665 5.82993 152.425L8.12662 154.721C8.16159 153.996 8.19603 153.271 8.22993 152.546C9.13131 133.261 9.65183 113.976 9.79151 94.6914L5.82993 98.653C9.36629 98.6786 12.9027 98.6914 16.439 98.6914C18.0627 98.6914 19.6863 98.6911 21.3099 98.6905L17.3108 94.6914C17.3152 106.481 17.3354 118.271 17.3714 130.061L17.3543 142.744L24.5562 132.292C32.6202 120.477 40.665 108.649 48.6907 96.808L45.6099 98.4292C50.9499 98.3955 56.2899 98.3586 61.6299 98.3184L58.003 94.6914C58.1535 114.701 58.3496 134.711 58.5913 154.721L61.6299 151.683C56.4399 151.745 51.2499 151.811 46.0599 151.88L48.9014 154.721C48.7375 142.361 48.5563 130.001 48.3576 117.641L48.4097 110.211L44.1617 116.347C39.0693 124.077 33.9849 131.813 28.9086 139.555C25.7796 144.326 22.6536 149.1 19.5307 153.876C20.3569 154.44 21.183 155.003 22.0091 155.567C25.3156 150.916 28.6191 146.263 31.9194 141.608C37.2737 134.056 42.62 126.499 47.9582 118.936L43.7622 117.641C43.5636 130.001 43.3824 142.361 43.2185 154.721L43.2566 157.6L46.0599 157.563C51.2499 157.632 56.4399 157.697 61.6299 157.76L64.7049 157.723L64.6686 154.721C64.9103 134.711 65.1064 114.701 65.2569 94.6914L65.2294 91.0374L61.6299 91.0645C56.2899 91.0243 50.9499 90.9874 45.6099 90.9537L43.6195 90.9662L42.5292 92.5749C34.3548 104.314 26.1996 116.066 18.0637 127.831L25.2485 130.061C25.2845 118.271 25.3047 106.481 25.309 94.6914L25.3076 90.6909L21.3099 90.6923C19.6863 90.6917 18.0627 90.6914 16.439 90.6914C12.9027 90.6914 9.36629 90.7042 5.82993 90.7299L1.83987 90.7588L1.86835 94.6914C2.00803 113.976 2.52856 133.261 3.42993 152.546C3.46383 153.271 3.49827 153.996 3.53325 154.721L3.64908 157.123L5.82993 157.018C10.8099 156.778 15.7899 156.512 20.7699 156.221ZM20.7699 153.221V156.221L21.6132 156.172L22.0091 155.567L19.5307 153.876L20.7699 153.221ZM128.341 156.221C128.341 155.221 128.341 154.221 128.341 153.221C123.181 152.904 118.021 152.616 112.861 152.359L115.223 154.721C115.236 154.466 115.248 154.211 115.261 153.956C115.644 146.171 115.959 138.386 116.204 130.601L116.307 127.367L112.861 127.258C104.551 126.996 96.241 126.812 87.931 126.707L84.0865 126.658L84.0366 130.601C83.9662 136.166 83.931 141.731 83.931 147.296C83.931 149.771 83.9318 152.246 83.9333 154.721L87.931 150.724C82.771 150.727 77.611 150.734 72.451 150.744L76.4289 154.721C76.3903 134.711 76.3012 114.701 76.1614 94.6914L72.451 98.4018C77.611 98.3658 82.771 98.3264 87.931 98.2836L84.3388 94.6914C84.4007 102.161 84.4697 109.631 84.5457 117.101L84.5116 120.452L87.931 120.487C96.241 120.402 104.551 120.309 112.861 120.207L115.928 120.245L115.967 117.101C115.875 109.631 115.776 102.161 115.67 94.6914L112.861 97.5008C118.021 97.4277 123.181 97.3513 128.341 97.2715L125.761 94.6914C125.987 109.286 126.239 123.881 126.519 138.476C126.623 143.891 126.73 149.306 126.841 154.721C127.841 154.721 128.841 154.721 129.841 154.721C129.952 149.306 130.06 143.891 130.163 138.476C130.443 123.881 130.695 109.286 130.921 94.6914L130.881 92.0721L128.341 92.1114C123.181 92.0316 118.021 91.9552 112.861 91.8821L110.012 91.9224L110.052 94.6914C109.946 102.161 109.847 109.631 109.755 117.101L112.861 113.996C104.551 113.894 96.241 113.801 87.931 113.716L91.3164 117.101C91.3924 109.631 91.4613 102.161 91.5232 94.6914L91.4932 91.0697L87.931 91.0992C82.771 91.0565 77.611 91.0171 72.451 90.981L68.7149 91.0071L68.7406 94.6914C68.6009 114.701 68.5117 134.711 68.4731 154.721L68.4808 158.707L72.451 158.699C77.611 158.709 82.771 158.716 87.931 158.719L91.9312 158.717L91.9287 154.721C91.9303 152.246 91.931 149.771 91.931 147.296C91.931 141.731 91.8958 136.166 91.8254 130.601L87.931 134.496C96.241 134.391 104.551 134.207 112.861 133.945L109.518 130.601C109.763 138.386 110.078 146.171 110.461 153.956C110.474 154.211 110.486 154.466 110.499 154.721L110.622 157.195L112.861 157.084C118.021 156.826 123.181 156.539 128.341 156.221ZM128.341 153.221V156.221L129.87 156.127L129.841 154.721H126.841L128.341 153.221ZM168.05 156.221C168.05 155.221 168.05 154.221 168.05 153.221C164.414 152.888 160.778 152.588 157.142 152.321C155.618 152.21 154.094 152.104 152.57 152.004L155.288 154.721C156.143 141.701 156.57 128.681 156.57 115.661C156.57 113.171 156.568 110.681 156.565 108.191L156.57 104.202L152.57 104.197C146.96 104.204 141.35 104.221 135.74 104.247L139.685 108.191C139.664 103.691 139.638 99.1914 139.607 94.6914L135.74 98.558C152.09 98.4426 168.44 98.2523 184.79 97.987L181.494 94.6914C181.567 99.1914 181.646 103.691 181.73 108.191L184.79 105.132C179.21 105.236 173.63 105.35 168.05 105.472L165.391 105.414L165.33 108.191C165.59 120.065 165.889 131.939 166.228 143.813C166.331 147.449 166.439 151.085 166.55 154.721C167.55 154.721 168.55 154.721 169.55 154.721C169.661 151.085 169.769 147.449 169.872 143.813C170.211 131.939 170.51 120.065 170.77 108.191L168.05 110.911C173.63 111.033 179.21 111.146 184.79 111.251L187.906 111.193L187.85 108.191C187.934 103.691 188.013 99.1914 188.086 94.6914L188.031 91.3432L184.79 91.3958C168.44 91.1306 152.09 90.9403 135.74 90.8249L131.846 90.8523L131.873 94.6914C131.842 99.1914 131.816 103.691 131.795 108.191L131.813 112.154L135.74 112.136C141.35 112.162 146.96 112.178 152.57 112.186L148.575 108.191C148.572 110.681 148.57 113.171 148.57 115.661C148.57 128.681 148.997 141.701 149.852 154.721L150.042 157.605L152.57 157.439C154.094 157.339 155.618 157.233 157.142 157.121C160.778 156.855 164.414 156.555 168.05 156.221ZM168.05 153.221V156.221L169.592 156.08L169.55 154.721H166.55L168.05 153.221ZM236.168 156.221C236.168 155.221 236.168 154.221 236.168 153.221C230.819 152.888 225.47 152.588 220.121 152.321C210.8 151.857 201.479 151.493 192.158 151.231L195.648 154.721C195.988 142.646 196.158 130.571 196.158 118.496C196.158 110.561 196.15 102.626 196.134 94.6914L192.158 98.667C206.828 98.6368 221.498 98.5788 236.168 98.493L232.367 94.6914C232.393 99.1914 232.422 103.691 232.453 108.191L236.168 104.477C226.658 104.543 217.148 104.622 207.638 104.712L204.192 104.679L204.159 108.191C204.188 111.311 204.219 114.431 204.251 117.551L204.217 120.903L207.638 120.938C216.938 120.843 226.238 120.736 235.538 120.618L232.472 117.551C232.529 122.051 232.589 126.551 232.651 131.051L235.538 128.164C226.238 128.293 216.938 128.433 207.638 128.585L205.212 128.545L205.171 131.051C205.226 134.441 205.283 137.831 205.341 141.221L205.303 143.478L207.638 143.518C216.299 143.37 224.96 143.212 233.621 143.044C234.47 143.027 235.319 143.011 236.168 142.994L234.395 141.221C234.484 145.721 234.575 150.221 234.668 154.721C235.668 154.721 236.668 154.721 237.668 154.721C237.762 150.221 237.852 145.721 237.941 141.221L237.905 139.415L236.168 139.449C235.319 139.432 234.47 139.416 233.621 139.399C224.96 139.231 216.299 139.073 207.638 138.925L209.935 141.221C209.993 137.831 210.05 134.441 210.105 131.051L207.638 133.518C216.938 133.669 226.238 133.81 235.538 133.938L238.465 133.898L238.425 131.051C238.487 126.551 238.547 122.051 238.604 117.551L238.565 114.447L235.538 114.485C226.238 114.367 216.938 114.26 207.638 114.165L211.025 117.551C211.057 114.431 211.088 111.311 211.117 108.191L207.638 111.671C217.148 111.761 226.658 111.839 236.168 111.906L239.909 111.88L239.883 108.191C239.914 103.691 239.943 99.1914 239.97 94.6914L239.947 90.8677L236.168 90.8899C221.498 90.804 206.828 90.746 192.158 90.7159L188.174 90.7241L188.183 94.6914C188.166 102.626 188.158 110.561 188.158 118.496C188.158 130.571 188.328 142.646 188.668 154.721L188.769 158.307L192.158 158.212C201.479 157.95 210.8 157.586 220.121 157.121C225.47 156.855 230.819 156.555 236.168 156.221ZM236.168 153.221V156.221L237.697 156.126L237.668 154.721H234.668L236.168 153.221ZM260.636 156.221C260.636 155.221 260.636 154.221 260.636 153.221C257.216 152.888 253.795 152.588 250.375 152.321C248.635 152.186 246.896 152.059 245.156 151.94L247.937 154.721C248.75 142.779 249.156 130.837 249.156 118.895C249.156 110.827 249.135 102.759 249.094 94.6914L245.156 98.6296C255.176 98.5784 265.196 98.4955 275.216 98.3807C284.856 97.833 292.993 104.955 292.89 114.671C293.469 124.28 285.338 132.25 275.216 132.06C270.356 132.183 265.496 132.312 260.636 132.449L258.585 132.392L258.524 134.561C258.617 137.861 258.714 141.161 258.814 144.46C258.918 147.881 259.025 151.301 259.136 154.721C260.136 154.721 261.136 154.721 262.136 154.721C262.247 151.301 262.355 147.881 262.458 144.46C262.558 141.161 262.655 137.861 262.748 134.561L260.636 136.673C265.496 136.811 270.356 136.94 275.216 137.063C287.032 138.326 299.933 127.407 299.302 114.671C300.438 102.007 287.594 90.0772 275.216 91.0022C265.196 90.8874 255.176 90.8044 245.156 90.7533L241.198 90.7735L241.218 94.6914C241.177 102.759 241.156 110.827 241.156 118.895C241.156 130.837 241.562 142.779 242.375 154.721L242.576 157.678L245.156 157.502C246.896 157.384 248.635 157.257 250.375 157.121C253.795 156.855 257.216 156.555 260.636 156.221ZM260.636 153.221V156.221L262.18 156.071L262.136 154.721H259.136L260.636 153.221ZM273.146 117.061C273.146 119.728 273.146 122.395 273.146 125.061C274.501 125.06 275.92 124.882 277.352 124.404C281.228 123.414 284.645 118.638 284.346 114.671C284.411 112.027 283.236 108.711 280.808 106.762C278.425 104.786 275.6 104.195 273.146 104.191C268.976 104.191 264.806 104.191 260.636 104.191H256.636V108.191C256.636 112.481 256.636 116.771 256.636 121.061V125.061H260.636C263.812 125.061 266.988 125.061 270.164 125.061C271.158 125.061 272.152 125.061 273.146 125.061C273.146 122.395 273.146 119.728 273.146 117.061C272.152 117.061 271.158 117.061 270.164 117.061C266.988 117.061 263.812 117.061 260.636 117.061L264.636 121.061C264.636 116.771 264.636 112.481 264.636 108.191L260.636 112.191C264.806 112.191 268.976 112.191 273.146 112.191C274.312 112.183 275.242 112.517 275.672 112.896C276.094 113.27 276.328 113.687 276.346 114.671C276.262 116.005 276.022 116.317 274.812 116.818C274.355 116.972 273.778 117.062 273.146 117.061ZM273.146 125.061V117.061V125.061ZM358.878 156.221C358.878 155.221 358.878 154.221 358.878 153.221C353.718 152.904 348.558 152.616 343.398 152.359L345.76 154.721C345.773 154.466 345.786 154.211 345.798 153.956C346.182 146.171 346.496 138.386 346.742 130.601L346.844 127.367L343.398 127.258C335.088 126.996 326.778 126.812 318.468 126.707L314.624 126.658L314.574 130.601C314.503 136.166 314.468 141.731 314.468 147.296C314.468 149.771 314.469 152.246 314.47 154.721L318.468 150.724C313.308 150.727 308.148 150.734 302.988 150.744L306.966 154.721C306.927 134.711 306.838 114.701 306.699 94.6914L302.988 98.4018C308.148 98.3658 313.308 98.3264 318.468 98.2836L314.876 94.6914C314.938 102.161 315.007 109.631 315.083 117.101L315.049 120.452L318.468 120.487C326.778 120.402 335.088 120.309 343.398 120.207L346.465 120.245L346.504 117.101C346.412 109.631 346.313 102.161 346.207 94.6914L343.398 97.5008C348.558 97.4277 353.718 97.3513 358.878 97.2715L356.298 94.6914C356.524 109.286 356.776 123.881 357.056 138.476C357.16 143.891 357.267 149.306 357.378 154.721C358.378 154.721 359.378 154.721 360.378 154.721C360.489 149.306 360.597 143.891 360.7 138.476C360.98 123.881 361.232 109.286 361.458 94.6914L361.418 92.0721L358.878 92.1114C353.718 92.0316 348.558 91.9552 343.398 91.8821L340.55 91.9224L340.589 94.6914C340.483 102.161 340.384 109.631 340.293 117.101L343.398 113.996C335.088 113.894 326.778 113.801 318.468 113.716L321.853 117.101C321.929 109.631 321.998 102.161 322.06 94.6914L322.03 91.0697L318.468 91.0992C313.308 91.0565 308.148 91.0171 302.988 90.981L299.252 91.0071L299.278 94.6914C299.138 114.701 299.049 134.711 299.01 154.721L299.018 158.707L302.988 158.699C308.148 158.709 313.308 158.716 318.468 158.719L322.468 158.717L322.466 154.721C322.467 152.246 322.468 149.771 322.468 147.296C322.468 141.731 322.433 136.166 322.363 130.601L318.468 134.496C326.778 134.391 335.088 134.207 343.398 133.945L340.055 130.601C340.3 138.386 340.615 146.171 340.998 153.956C341.011 154.211 341.023 154.466 341.036 154.721L341.159 157.195L343.398 157.084C348.558 156.826 353.718 156.539 358.878 156.221ZM358.878 153.221V156.221L360.407 156.127L360.378 154.721H357.378L358.878 153.221ZM413.707 156.221C413.707 155.221 413.707 154.221 413.707 153.221C408.358 152.888 403.009 152.588 397.66 152.321C388.339 151.857 379.018 151.493 369.697 151.231L373.188 154.721C373.527 142.646 373.697 130.571 373.697 118.496C373.697 110.561 373.689 102.626 373.673 94.6914L369.697 98.667C384.367 98.6368 399.037 98.5788 413.707 98.493L409.906 94.6914C409.932 99.1914 409.961 103.691 409.992 108.191L413.707 104.477C404.197 104.543 394.687 104.622 385.177 104.712L381.731 104.679L381.698 108.191C381.727 111.311 381.758 114.431 381.79 117.551L381.756 120.903L385.177 120.938C394.477 120.843 403.777 120.736 413.077 120.618L410.011 117.551C410.068 122.051 410.128 126.551 410.19 131.051L413.077 128.164C403.777 128.293 394.477 128.433 385.177 128.585L382.751 128.545L382.71 131.051C382.766 134.441 382.822 137.831 382.88 141.221L382.842 143.478L385.177 143.518C393.838 143.37 402.499 143.212 411.16 143.044C412.009 143.027 412.858 143.011 413.707 142.994L411.935 141.221C412.023 145.721 412.114 150.221 412.207 154.721C413.207 154.721 414.207 154.721 415.207 154.721C415.301 150.221 415.391 145.721 415.48 141.221L415.444 139.415L413.707 139.449C412.858 139.432 412.009 139.416 411.16 139.399C402.499 139.231 393.838 139.073 385.177 138.925L387.474 141.221C387.532 137.831 387.589 134.441 387.644 131.051L385.177 133.518C394.477 133.669 403.777 133.81 413.077 133.938L416.004 133.898L415.964 131.051C416.027 126.551 416.086 122.051 416.143 117.551L416.104 114.447L413.077 114.485C403.777 114.367 394.477 114.26 385.177 114.165L388.564 117.551C388.596 114.431 388.627 111.311 388.656 108.191L385.177 111.671C394.687 111.761 404.197 111.839 413.707 111.906L417.448 111.88L417.422 108.191C417.453 103.691 417.482 99.1914 417.509 94.6914L417.486 90.8677L413.707 90.8899C399.037 90.804 384.367 90.746 369.697 90.7159L365.713 90.7241L365.722 94.6914C365.705 102.626 365.697 110.561 365.697 118.496C365.697 130.571 365.867 142.646 366.207 154.721L366.308 158.307L369.697 158.212C379.018 157.95 388.339 157.586 397.66 157.121C403.009 156.855 408.358 156.555 413.707 156.221ZM413.707 153.221V156.221L415.236 156.126L415.207 154.721H412.207L413.707 153.221ZM451.585 156.221C451.585 155.221 451.585 154.221 451.585 153.221C447.949 152.888 444.313 152.588 440.677 152.321C439.153 152.21 437.629 152.104 436.105 152.004L438.823 154.721C439.678 141.701 440.105 128.681 440.105 115.661C440.105 113.171 440.103 110.681 440.1 108.191L440.106 104.202L436.105 104.197C430.495 104.204 424.885 104.221 419.275 104.247L423.22 108.191C423.2 103.691 423.173 99.1914 423.142 94.6914L419.275 98.558C435.625 98.4426 451.975 98.2523 468.325 97.987L465.03 94.6914C465.103 99.1914 465.181 103.691 465.266 108.191L468.325 105.132C462.745 105.236 457.165 105.35 451.585 105.472L448.926 105.414L448.865 108.191C449.125 120.065 449.424 131.939 449.763 143.813C449.867 147.449 449.974 151.085 450.085 154.721C451.085 154.721 452.085 154.721 453.085 154.721C453.196 151.085 453.304 147.449 453.407 143.813C453.746 131.939 454.045 120.065 454.305 108.191L451.585 110.911C457.165 111.033 462.745 111.146 468.325 111.251L471.441 111.193L471.385 108.191C471.469 103.691 471.548 99.1914 471.621 94.6914L471.566 91.3432L468.325 91.3958C451.975 91.1306 435.625 90.9403 419.275 90.8249L415.382 90.8523L415.409 94.6914C415.377 99.1914 415.351 103.691 415.33 108.191L415.348 112.154L419.275 112.136C424.885 112.162 430.495 112.178 436.105 112.186L432.11 108.191C432.107 110.681 432.105 113.171 432.105 115.661C432.105 128.681 432.533 141.701 433.387 154.721L433.577 157.605L436.105 157.439C437.629 157.339 439.153 157.233 440.677 157.121C444.313 156.855 447.949 156.555 451.585 156.221ZM451.585 153.221V156.221L453.127 156.08L453.085 154.721H450.085L451.585 153.221Z' fill='%23070708' mask='url(%23path-1-outside-1_7261_732903)'/%3E%3Cmask id='path-3-outside-2_7261_732903' maskUnits='userSpaceOnUse' x='-0.570068' y='-0.278564' width='464' height='69' fill='black'%3E%3Crect fill='white' x='-0.570068' y='-0.278564' width='464' height='69'/%3E%3Cpath d='M27.1699 64.5614C23.7166 64.5614 20.5666 63.9548 17.7199 62.7414C14.8733 61.5281 12.4233 59.8481 10.3699 57.7014C8.36327 55.5081 6.79993 52.9414 5.67993 50.0014C4.55993 47.0614 3.99993 43.8648 3.99993 40.4114C3.99993 36.9581 4.55993 33.7614 5.67993 30.8214C6.79993 27.8814 8.36327 25.3381 10.3699 23.1914C12.4233 20.9981 14.8733 19.2948 17.7199 18.0814C20.5666 16.8681 23.7166 16.2614 27.1699 16.2614C30.6233 16.2614 33.7733 16.8681 36.6199 18.0814C39.4666 19.2948 41.8933 20.9981 43.8999 23.1914C45.9533 25.3381 47.5399 27.8814 48.6599 30.8214C49.7799 33.7614 50.3399 36.9581 50.3399 40.4114C50.3399 43.8648 49.7799 47.0614 48.6599 50.0014C47.5399 52.9414 45.9533 55.5081 43.8999 57.7014C41.8933 59.8481 39.4666 61.5281 36.6199 62.7414C33.7733 63.9548 30.6233 64.5614 27.1699 64.5614ZM27.1699 59.3814C29.7833 59.3814 32.1399 58.9148 34.2399 57.9814C36.3399 57.0014 38.1366 55.6714 39.6299 53.9914C41.1233 52.2648 42.2666 50.2581 43.0599 47.9714C43.8999 45.6381 44.3199 43.1181 44.3199 40.4114C44.3199 37.7048 43.8999 35.1848 43.0599 32.8514C42.2666 30.5181 41.1233 28.5114 39.6299 26.8314C38.1366 25.1514 36.3399 23.8448 34.2399 22.9114C32.1399 21.9314 29.7833 21.4414 27.1699 21.4414C24.5566 21.4414 22.1766 21.9314 20.0299 22.9114C17.9299 23.8448 16.1333 25.1514 14.6399 26.8314C13.1466 28.5114 12.0033 30.5181 11.2099 32.8514C10.4166 35.1848 10.0199 37.7048 10.0199 40.4114C10.0199 43.1181 10.4166 45.6381 11.2099 47.9714C12.0033 50.2581 13.1466 52.2648 14.6399 53.9914C16.1333 55.6714 17.9299 57.0014 20.0299 57.9814C22.1766 58.9148 24.5566 59.3814 27.1699 59.3814ZM92.5253 63.7214V22.2114H65.2253V63.7214H59.4153V17.0314H98.3353V63.7214H92.5253ZM120.799 63.7214V22.2114H106.029V17.0314H141.449V22.2114H126.609V63.7214H120.799ZM149.171 63.7214V17.0314H154.981V53.5014L181.861 17.0314H187.811V63.7214H182.001V26.4814L154.771 63.7214H149.171ZM203.142 29.2114C203.142 32.8048 204.052 35.5114 205.872 37.3314C207.738 39.1048 210.445 39.9914 213.992 39.9914C215.952 39.9914 217.865 39.8514 219.732 39.5714C221.598 39.2914 223.278 38.8948 224.772 38.3814V17.0314H230.582V63.7214H224.772V43.5614C223.232 43.9814 221.528 44.3548 219.662 44.6814C217.795 45.0081 215.742 45.1714 213.502 45.1714C210.748 45.1714 208.345 44.7981 206.292 44.0514C204.285 43.2581 202.605 42.1614 201.252 40.7614C199.945 39.3614 198.965 37.6814 198.312 35.7214C197.658 33.7148 197.332 31.5214 197.332 29.1414V17.0314H203.142V29.2114ZM241.525 63.7214V17.0314H272.115V22.2114H247.335V37.2614H271.625V42.4414H247.335V58.5414H272.115V63.7214H241.525ZM303.498 64.5614C300.138 64.5614 296.988 63.9781 294.048 62.8114C291.155 61.6448 288.612 60.0114 286.418 57.9114C284.272 55.7648 282.568 53.2214 281.308 50.2814C280.095 47.2948 279.488 44.0048 279.488 40.4114C279.488 36.8181 280.095 33.5514 281.308 30.6114C282.568 27.6248 284.272 25.0814 286.418 22.9814C288.612 20.8348 291.155 19.1781 294.048 18.0114C296.988 16.8448 300.138 16.2614 303.498 16.2614C305.552 16.2614 307.442 16.4948 309.168 16.9614C310.942 17.4281 312.552 18.0814 313.998 18.9214C315.492 19.7614 316.822 20.7414 317.988 21.8614C319.202 22.9814 320.275 24.1948 321.208 25.5014L316.308 28.2314C314.955 26.2714 313.135 24.6614 310.848 23.4014C308.608 22.0948 306.158 21.4414 303.498 21.4414C300.932 21.4414 298.552 21.9081 296.358 22.8414C294.165 23.7748 292.252 25.0814 290.618 26.7614C289.032 28.4414 287.772 30.4481 286.838 32.7814C285.952 35.0681 285.508 37.6114 285.508 40.4114C285.508 43.1648 285.952 45.7081 286.838 48.0414C287.772 50.3748 289.032 52.3814 290.618 54.0614C292.252 55.7414 294.165 57.0481 296.358 57.9814C298.552 58.9148 300.932 59.3814 303.498 59.3814C306.158 59.3814 308.608 58.7514 310.848 57.4914C313.135 56.2314 314.955 54.5981 316.308 52.5914L321.278 55.3214C319.318 57.9814 316.892 60.1981 313.998 61.9714C311.152 63.6981 307.652 64.5614 303.498 64.5614ZM356.893 63.7214L339.183 42.7214L334.493 48.0414V63.7214H328.683V17.0314H334.493V41.1814L355.143 17.0314H362.423L342.963 39.2214L364.103 63.7214H356.893ZM370.724 63.7214V17.0314H376.534V53.5014L403.414 17.0314H409.364V63.7214H403.554V26.4814L376.324 63.7214H370.724ZM420.284 63.7214V17.0314H426.094V53.5014L452.974 17.0314H458.924V63.7214H453.114V26.4814L425.884 63.7214H420.284ZM451.854 8.21143C450.454 10.1248 448.681 11.6414 446.534 12.7614C444.434 13.8348 442.124 14.3714 439.604 14.3714C437.084 14.3714 434.751 13.8348 432.604 12.7614C430.504 11.6414 428.731 10.1248 427.284 8.21143L429.874 5.97143C430.994 7.51143 432.371 8.7481 434.004 9.68143C435.638 10.5681 437.504 11.0114 439.604 11.0114C441.658 11.0114 443.501 10.5681 445.134 9.68143C446.814 8.79477 448.191 7.5581 449.264 5.97143L451.854 8.21143Z'/%3E%3C/mask%3E%3Cpath d='M27.1699 64.5614C23.7166 64.5614 20.5666 63.9548 17.7199 62.7414C14.8733 61.5281 12.4233 59.8481 10.3699 57.7014C8.36327 55.5081 6.79993 52.9414 5.67993 50.0014C4.55993 47.0614 3.99993 43.8648 3.99993 40.4114C3.99993 36.9581 4.55993 33.7614 5.67993 30.8214C6.79993 27.8814 8.36327 25.3381 10.3699 23.1914C12.4233 20.9981 14.8733 19.2948 17.7199 18.0814C20.5666 16.8681 23.7166 16.2614 27.1699 16.2614C30.6233 16.2614 33.7733 16.8681 36.6199 18.0814C39.4666 19.2948 41.8933 20.9981 43.8999 23.1914C45.9533 25.3381 47.5399 27.8814 48.6599 30.8214C49.7799 33.7614 50.3399 36.9581 50.3399 40.4114C50.3399 43.8648 49.7799 47.0614 48.6599 50.0014C47.5399 52.9414 45.9533 55.5081 43.8999 57.7014C41.8933 59.8481 39.4666 61.5281 36.6199 62.7414C33.7733 63.9548 30.6233 64.5614 27.1699 64.5614ZM27.1699 59.3814C29.7833 59.3814 32.1399 58.9148 34.2399 57.9814C36.3399 57.0014 38.1366 55.6714 39.6299 53.9914C41.1233 52.2648 42.2666 50.2581 43.0599 47.9714C43.8999 45.6381 44.3199 43.1181 44.3199 40.4114C44.3199 37.7048 43.8999 35.1848 43.0599 32.8514C42.2666 30.5181 41.1233 28.5114 39.6299 26.8314C38.1366 25.1514 36.3399 23.8448 34.2399 22.9114C32.1399 21.9314 29.7833 21.4414 27.1699 21.4414C24.5566 21.4414 22.1766 21.9314 20.0299 22.9114C17.9299 23.8448 16.1333 25.1514 14.6399 26.8314C13.1466 28.5114 12.0033 30.5181 11.2099 32.8514C10.4166 35.1848 10.0199 37.7048 10.0199 40.4114C10.0199 43.1181 10.4166 45.6381 11.2099 47.9714C12.0033 50.2581 13.1466 52.2648 14.6399 53.9914C16.1333 55.6714 17.9299 57.0014 20.0299 57.9814C22.1766 58.9148 24.5566 59.3814 27.1699 59.3814ZM92.5253 63.7214V22.2114H65.2253V63.7214H59.4153V17.0314H98.3353V63.7214H92.5253ZM120.799 63.7214V22.2114H106.029V17.0314H141.449V22.2114H126.609V63.7214H120.799ZM149.171 63.7214V17.0314H154.981V53.5014L181.861 17.0314H187.811V63.7214H182.001V26.4814L154.771 63.7214H149.171ZM203.142 29.2114C203.142 32.8048 204.052 35.5114 205.872 37.3314C207.738 39.1048 210.445 39.9914 213.992 39.9914C215.952 39.9914 217.865 39.8514 219.732 39.5714C221.598 39.2914 223.278 38.8948 224.772 38.3814V17.0314H230.582V63.7214H224.772V43.5614C223.232 43.9814 221.528 44.3548 219.662 44.6814C217.795 45.0081 215.742 45.1714 213.502 45.1714C210.748 45.1714 208.345 44.7981 206.292 44.0514C204.285 43.2581 202.605 42.1614 201.252 40.7614C199.945 39.3614 198.965 37.6814 198.312 35.7214C197.658 33.7148 197.332 31.5214 197.332 29.1414V17.0314H203.142V29.2114ZM241.525 63.7214V17.0314H272.115V22.2114H247.335V37.2614H271.625V42.4414H247.335V58.5414H272.115V63.7214H241.525ZM303.498 64.5614C300.138 64.5614 296.988 63.9781 294.048 62.8114C291.155 61.6448 288.612 60.0114 286.418 57.9114C284.272 55.7648 282.568 53.2214 281.308 50.2814C280.095 47.2948 279.488 44.0048 279.488 40.4114C279.488 36.8181 280.095 33.5514 281.308 30.6114C282.568 27.6248 284.272 25.0814 286.418 22.9814C288.612 20.8348 291.155 19.1781 294.048 18.0114C296.988 16.8448 300.138 16.2614 303.498 16.2614C305.552 16.2614 307.442 16.4948 309.168 16.9614C310.942 17.4281 312.552 18.0814 313.998 18.9214C315.492 19.7614 316.822 20.7414 317.988 21.8614C319.202 22.9814 320.275 24.1948 321.208 25.5014L316.308 28.2314C314.955 26.2714 313.135 24.6614 310.848 23.4014C308.608 22.0948 306.158 21.4414 303.498 21.4414C300.932 21.4414 298.552 21.9081 296.358 22.8414C294.165 23.7748 292.252 25.0814 290.618 26.7614C289.032 28.4414 287.772 30.4481 286.838 32.7814C285.952 35.0681 285.508 37.6114 285.508 40.4114C285.508 43.1648 285.952 45.7081 286.838 48.0414C287.772 50.3748 289.032 52.3814 290.618 54.0614C292.252 55.7414 294.165 57.0481 296.358 57.9814C298.552 58.9148 300.932 59.3814 303.498 59.3814C306.158 59.3814 308.608 58.7514 310.848 57.4914C313.135 56.2314 314.955 54.5981 316.308 52.5914L321.278 55.3214C319.318 57.9814 316.892 60.1981 313.998 61.9714C311.152 63.6981 307.652 64.5614 303.498 64.5614ZM356.893 63.7214L339.183 42.7214L334.493 48.0414V63.7214H328.683V17.0314H334.493V41.1814L355.143 17.0314H362.423L342.963 39.2214L364.103 63.7214H356.893ZM370.724 63.7214V17.0314H376.534V53.5014L403.414 17.0314H409.364V63.7214H403.554V26.4814L376.324 63.7214H370.724ZM420.284 63.7214V17.0314H426.094V53.5014L452.974 17.0314H458.924V63.7214H453.114V26.4814L425.884 63.7214H420.284ZM451.854 8.21143C450.454 10.1248 448.681 11.6414 446.534 12.7614C444.434 13.8348 442.124 14.3714 439.604 14.3714C437.084 14.3714 434.751 13.8348 432.604 12.7614C430.504 11.6414 428.731 10.1248 427.284 8.21143L429.874 5.97143C430.994 7.51143 432.371 8.7481 434.004 9.68143C435.638 10.5681 437.504 11.0114 439.604 11.0114C441.658 11.0114 443.501 10.5681 445.134 9.68143C446.814 8.79477 448.191 7.5581 449.264 5.97143L451.854 8.21143Z' fill='white'/%3E%3Cpath d='M27.1699 66.0614C27.1699 65.0614 27.1699 64.0614 27.1699 63.0614C24.7961 62.7295 22.5321 62.1203 20.4848 61.203C19.8877 60.9361 19.3086 60.6437 18.7491 60.3268C16.4036 59.0088 14.4032 57.3389 12.8044 55.3728L12.8555 55.4274C11.2626 53.3888 10.0842 51.1026 9.25917 48.6379C8.38729 46.036 7.99993 43.2749 7.99993 40.4234C7.99993 40.4194 7.99993 40.4154 7.99993 40.4114C7.99793 37.5559 8.43935 34.7892 9.40015 32.2387C10.298 29.8433 11.5741 27.6874 13.241 25.8752C14.9026 24.0635 16.9227 22.6362 19.2284 21.6204C21.6449 20.548 24.3463 20.0286 27.1699 19.9835C29.9929 19.9333 32.7289 20.3548 35.2241 21.3563C37.5772 22.2955 39.6736 23.6681 41.4084 25.4709L41.4596 25.5257C43.2709 27.3175 44.6942 29.4979 45.707 31.9464C46.7984 34.5662 47.357 37.4427 47.4511 40.4114C47.5498 43.3792 47.1875 46.3197 46.249 49.083C45.3729 51.6772 44.0417 54.0856 42.2512 56.1579C40.5252 58.1729 38.3446 59.8014 35.8702 60.9825C35.2715 61.2699 34.6561 61.5275 34.0265 61.7548C31.8672 62.536 29.5431 62.9516 27.1699 63.0614C27.1699 64.0614 27.1699 65.0614 27.1699 66.0614C29.7957 66.1736 32.4885 65.9417 35.108 65.2351C35.8711 65.0296 36.6268 64.7848 37.3696 64.5003C40.368 63.362 43.22 61.5865 45.5498 59.2437C47.9197 56.888 49.7949 54.0031 51.0709 50.9199C52.4656 47.5805 53.1368 43.9661 53.2288 40.4114C53.3296 36.8577 52.8547 33.1793 51.6129 29.6965C50.4877 26.5033 48.7128 23.4228 46.3403 20.8572L46.3915 20.9119C44.1002 18.2929 41.1635 16.1973 38.0158 14.8066C34.5637 13.2622 30.8003 12.5811 27.1699 12.5394C23.5402 12.4857 19.7422 13.069 16.2115 14.5424C12.9827 15.8716 9.93832 17.9191 7.50088 20.5055C5.05136 23.0822 3.19131 26.1842 1.95971 29.4042C0.587325 32.9563 -0.00482911 36.7445 -6.81281e-05 40.4114C-6.81579e-05 40.4166 -6.7085e-05 40.4217 -6.48797e-05 40.4268C-0.00402313 44.0885 0.642661 47.8728 2.10069 51.365C3.41917 54.5518 5.38558 57.556 7.88435 59.9755L7.93544 60.0301C10.466 62.3987 13.5298 64.1396 16.6908 65.156C17.4728 65.411 18.2649 65.6211 19.0604 65.7868C21.792 66.3574 24.5449 66.3957 27.1699 66.0614ZM27.1699 63.0614V66.0614V63.0614ZM27.1699 55.3814C27.1699 58.0481 27.1699 60.7148 27.1699 63.3814C29.4288 63.3825 31.7857 63.082 34.0745 62.3268C34.6794 62.1275 35.2777 61.8975 35.8645 61.6367L35.9315 61.6062C38.4241 60.4519 40.766 58.7468 42.6196 56.6489L42.6554 56.608C44.531 54.4487 45.9374 51.8986 46.839 49.2825L46.8235 49.3263C47.8712 46.427 48.3233 43.3677 48.3199 40.4114C48.3233 37.4552 47.8712 34.3959 46.8235 31.4966L46.847 31.5638C45.9622 28.9444 44.5638 26.3521 42.6196 24.174C40.7655 22.0733 38.3922 20.3691 35.8645 19.2562L35.9315 19.2867C33.1213 17.9675 30.0512 17.4351 27.1699 17.4414C24.2605 17.4344 21.1811 17.9803 18.3688 19.2727L18.4054 19.2562C15.8776 20.3691 13.5044 22.0733 11.6503 24.174C9.70604 26.3521 8.30763 28.9444 7.42284 31.5638C6.43617 34.4573 6.01746 37.4824 6.01993 40.4114C6.01746 43.3404 6.43617 46.3656 7.42284 49.259L7.43091 49.2825C8.33244 51.8986 9.73885 54.4487 11.6145 56.608L11.6503 56.6489C13.5039 58.7468 15.8458 60.4519 18.3384 61.6062L18.435 61.6497C19.0429 61.9141 19.6631 62.1472 20.2904 62.3487C22.5632 63.0805 24.9105 63.3828 27.1699 63.3814C27.1699 60.7148 27.1699 58.0481 27.1699 55.3814C25.6042 55.382 24.1105 55.1741 22.7374 54.7321C22.3577 54.6101 21.9868 54.4705 21.6248 54.3132L21.7215 54.3567C20.1311 53.6156 18.7617 52.6093 17.6296 51.334L17.6654 51.3748C16.4931 50.0215 15.6035 48.4351 14.989 46.6603L14.997 46.6838C14.3287 44.7225 14.0188 42.6046 14.0199 40.4114C14.0188 38.2182 14.3287 36.1003 14.997 34.139C15.6015 32.3572 16.4748 30.7854 17.6296 29.4889C18.7435 28.2341 20.0867 27.2625 21.6545 26.5667L21.6911 26.5502C23.337 25.7963 25.1868 25.4399 27.1699 25.4414C29.1354 25.4398 30.9565 25.7905 32.5484 26.5362L32.6154 26.5667C34.1832 27.2625 35.5264 28.2341 36.6403 29.4889C37.7951 30.7854 38.6683 32.3572 39.2728 34.139L39.2964 34.2063C39.9945 36.1409 40.3212 38.2354 40.3199 40.4114C40.3212 42.5874 39.9945 44.6819 39.2964 46.6166L39.2809 46.6603C38.6663 48.4351 37.7767 50.0215 36.6045 51.3748L36.6403 51.334C35.5082 52.6093 34.1388 53.6156 32.5484 54.3567L32.6154 54.3262C32.2766 54.4767 31.9286 54.6108 31.5713 54.7285C30.2226 55.1738 28.7357 55.3821 27.1699 55.3814ZM27.1699 63.3814V55.3814V63.3814ZM91.0253 63.7214C92.0253 63.7214 93.0253 63.7214 94.0253 63.7214C94.3587 59.4841 94.6587 55.2468 94.9253 51.0094C95.5294 41.4101 95.9625 31.8108 96.2244 22.2114L96.3226 18.6159L92.5253 18.5123C85.1753 18.3117 77.8253 18.2114 70.4753 18.2114C68.7253 18.2114 66.9753 18.2121 65.2253 18.2133L61.2301 18.2104L61.2272 22.2114C61.2372 36.0481 61.2867 49.8848 61.3757 63.7214L65.2253 59.8718C63.2887 59.8842 61.352 59.8975 59.4153 59.9115L63.2253 63.7214C63.1128 48.1581 62.9503 32.5948 62.7379 17.0314L59.4153 20.354C72.3887 20.1769 85.362 19.9651 98.3353 19.7186L95.6482 17.0314C95.9002 30.2941 96.1885 43.5568 96.5131 56.8194C96.5694 59.1201 96.6268 61.4208 96.6853 63.7214L98.3353 62.0714C96.3987 62.1206 94.462 62.1707 92.5253 62.2214C92.5253 63.2214 92.5253 64.2214 92.5253 65.2214C94.462 65.2722 96.3987 65.3222 98.3353 65.3715L100.026 65.3285L99.9854 63.7214C100.044 61.4208 100.101 59.1201 100.158 56.8194C100.482 43.5568 100.77 30.2941 101.022 17.0314L100.97 14.2942L98.3353 14.3443C85.362 14.0978 72.3887 13.886 59.4153 13.7089L56.048 13.7548L56.0928 17.0314C55.8803 32.5948 55.7179 48.1581 55.6053 63.7214L55.6331 67.5588L59.4153 67.5314C61.352 67.5454 63.2887 67.5586 65.2253 67.5711L69.0996 67.5462L69.075 63.7214C69.164 49.8848 69.2134 36.0481 69.2234 22.2114L65.2253 26.2095C66.9753 26.2108 68.7253 26.2114 70.4753 26.2114C77.8253 26.2114 85.1753 26.1111 92.5253 25.9106L88.8262 22.2114C89.0882 31.8108 89.5212 41.4101 90.1253 51.0094C90.392 55.2468 90.692 59.4841 91.0253 63.7214ZM94.0253 63.7214H91.0253L91.1462 65.2576L92.5253 65.2214V62.2214L94.0253 63.7214ZM119.299 63.7214C120.299 63.7214 121.299 63.7214 122.299 63.7214C122.633 60.9844 122.933 58.2474 123.199 55.5104C124.266 44.5624 124.799 33.6144 124.799 22.6664C124.799 22.5148 124.799 22.3631 124.799 22.2114L124.8 18.2121L120.799 18.2115C115.876 18.2122 110.953 18.2249 106.029 18.2496L109.991 22.2114C109.982 20.4848 109.972 18.7581 109.961 17.0314L106.029 20.9628C117.836 20.8834 129.643 20.7351 141.449 20.5178L137.963 17.0314C137.995 18.7581 138.028 20.4848 138.063 22.2114L141.449 18.8248C136.503 18.9242 131.556 19.0358 126.609 19.1595L123.635 19.0851L123.557 22.2114C123.883 35.2478 124.293 48.2841 124.787 61.3204C124.817 62.1208 124.848 62.9211 124.879 63.7214L126.609 61.9911C124.673 62.066 122.736 62.1428 120.799 62.2214C120.799 63.2214 120.799 64.2214 120.799 65.2214C122.736 65.3001 124.673 65.3768 126.609 65.4517L128.404 65.3823L128.34 63.7214C128.371 62.9211 128.401 62.1208 128.432 61.3204C128.925 48.2841 129.335 35.2478 129.661 22.2114L126.609 25.2634C131.556 25.3871 136.503 25.4986 141.449 25.5981L144.903 25.5287L144.836 22.2114C144.871 20.4848 144.904 18.7581 144.936 17.0314L144.87 13.4821L141.449 13.545C129.643 13.3278 117.836 13.1795 106.029 13.1L102.072 13.1267L102.098 17.0314C102.086 18.7581 102.076 20.4848 102.068 22.2114L102.087 26.193L106.029 26.1732C110.953 26.1979 115.876 26.2107 120.799 26.2114L116.799 22.2114C116.799 22.3631 116.799 22.5148 116.799 22.6664C116.799 33.6144 117.333 44.5624 118.399 55.5104C118.666 58.2474 118.966 60.9844 119.299 63.7214ZM122.299 63.7214H119.299L119.488 65.2747L120.799 65.2214V62.2214L122.299 63.7214ZM147.671 63.7214C148.671 63.7214 149.671 63.7214 150.671 63.7214C151.005 59.0265 151.305 54.3315 151.571 49.6365C152.188 38.7681 152.627 27.8998 152.887 17.0314L149.171 20.7475C151.108 20.7938 153.045 20.8345 154.981 20.8695L151.143 17.0314C151.035 23.0063 150.981 28.9813 150.981 34.9562C150.981 41.1379 150.988 47.3197 151 53.5014L150.988 65.6078L158.186 55.8632C167.12 43.6879 176.024 31.4899 184.897 19.2692L181.861 20.8031C183.845 20.7889 185.828 20.7741 187.811 20.7586L184.084 17.0314C184.206 32.5948 184.368 48.1581 184.571 63.7214L187.811 60.4815C185.875 60.5067 183.938 60.5326 182.001 60.5592L185.163 63.7214C184.993 51.3081 184.797 38.8948 184.576 26.4814L184.642 18.6214L179.923 24.9619C172.697 35.2245 165.492 45.5028 158.308 55.7966C156.689 58.1166 155.072 60.4373 153.455 62.7589L154.771 62.0907C152.905 62.1337 151.038 62.1773 149.171 62.2214C149.171 63.2214 149.171 64.2214 149.171 65.2214C151.038 65.2656 152.905 65.3092 154.771 65.3522L155.636 65.3323L156.088 64.684C157.81 62.4394 159.53 60.194 161.25 57.9477C168.881 47.9811 176.491 37.9988 184.079 28.001L179.427 26.4814C179.205 38.8948 179.009 51.3081 178.839 63.7214L178.883 66.9264L182.001 66.8837C183.938 66.9102 185.875 66.9361 187.811 66.9614L191.093 66.9186L191.051 63.7214C191.254 48.1581 191.417 32.5948 191.538 17.0314L191.509 13.2754L187.811 13.3043C185.828 13.2888 183.845 13.274 181.861 13.2598L179.929 13.2736L178.825 14.7937C169.778 26.8863 160.762 39.0016 151.777 51.1396L158.962 53.5014C158.975 47.3197 158.981 41.1379 158.981 34.9562C158.981 28.9813 158.927 23.0063 158.819 17.0314L158.749 13.1253L154.981 13.1934C153.045 13.2284 151.108 13.2691 149.171 13.3154L145.368 13.4064L145.455 17.0314C145.715 27.8998 146.154 38.7681 146.771 49.6365C147.038 54.3315 147.338 59.0265 147.671 63.7214ZM150.671 63.7214H147.671L147.78 65.2544L149.171 65.2214V62.2214L150.671 63.7214ZM204.642 29.2114C203.642 29.2114 202.642 29.2114 201.642 29.2114C201.353 32.2776 201.646 36.0093 204.233 38.9703L204.275 39.0118C204.565 39.3253 204.876 39.6219 205.202 39.8982C207.808 42.0881 211.084 42.7913 213.992 42.9629C216.05 43.0889 218.138 43.0582 220.223 42.849C222.098 42.6599 224.004 42.3335 225.93 41.7515L228.221 41.0719L228.335 38.3814C228.626 31.5646 228.772 24.7478 228.772 17.9309C228.772 17.6311 228.772 17.3313 228.772 17.0314L224.772 21.0313C226.708 21.0309 228.645 21.0292 230.582 21.0262L226.587 17.0314C226.611 32.5948 226.72 48.1581 226.912 63.7214L230.582 60.052C228.645 60.076 226.708 60.1013 224.772 60.1279L228.365 63.7214C228.273 57.0014 228.165 50.2814 228.041 43.5614L228.118 39.341L223.911 40.407C222.363 40.8621 220.752 41.2372 219.115 41.5587C217.321 41.9135 215.427 42.0834 213.502 42.127C211.304 42.1786 209.16 41.9671 207.277 41.3413L207.352 41.3696C205.765 40.7933 204.359 39.9642 203.223 38.856L203.256 38.8908C202.169 37.7994 201.34 36.4464 200.774 34.9007L200.78 34.9179C200.134 33.1214 199.811 31.1609 199.752 29.1414C199.642 25.1048 199.527 21.0681 199.407 17.0314L197.332 19.1064C199.268 19.0486 201.205 18.9894 203.142 18.9289L201.244 17.0314C201.269 17.8281 201.294 18.6248 201.32 19.4215C201.423 22.6848 201.531 25.9481 201.642 29.2114C202.642 29.2114 203.642 29.2114 204.642 29.2114C204.753 25.9481 204.86 22.6848 204.964 19.4215C204.989 18.6248 205.014 17.8281 205.039 17.0314L204.978 15.0766L203.142 15.1339C201.205 15.0734 199.268 15.0143 197.332 14.9564L195.197 15.0202L195.257 17.0314C195.136 21.0681 195.021 25.1048 194.912 29.1414C194.851 31.5725 195.108 34.0837 195.844 36.525L195.849 36.5422C196.515 38.7154 197.649 40.86 199.247 42.632L199.281 42.6669C200.953 44.476 203.059 45.8309 205.231 46.7333L205.306 46.7616C208.029 47.805 210.819 48.1603 213.502 48.2158C215.7 48.258 217.938 48.1588 220.208 47.8042C222.008 47.5234 223.814 47.1776 225.632 46.7159L221.502 43.5614C221.378 50.2814 221.27 57.0014 221.178 63.7214L221.228 67.3637L224.772 67.315C226.708 67.3416 228.645 67.3669 230.582 67.3909L234.296 67.3449L234.251 63.7214C234.444 48.1581 234.552 32.5948 234.577 17.0314L234.57 13.0304L230.582 13.0367C228.645 13.0336 226.708 13.0319 224.772 13.0315L220.771 13.0324L220.772 17.0314C220.772 17.3313 220.772 17.6311 220.772 17.9309C220.772 24.7478 220.917 31.5646 221.208 38.3814L223.613 35.0114C222.268 35.5517 220.783 35.9688 219.24 36.2938C217.528 36.6547 215.773 36.8943 213.992 37.02C211.765 37.1906 209.657 36.9707 208.063 36.0438C207.857 35.9249 207.659 35.7943 207.468 35.6511L207.511 35.6926C205.859 34.4471 204.919 31.9343 204.642 29.2114ZM201.642 29.2114H204.642H201.642ZM240.025 63.7214C241.025 63.7214 242.025 63.7214 243.025 63.7214C243.358 59.5098 243.658 55.2981 243.925 51.0864C244.643 39.7348 245.12 28.3831 245.354 17.0314L241.525 20.8612C247.02 20.9747 252.515 21.0314 258.01 21.0314C262.711 21.0314 267.413 21.0268 272.115 21.0176L268.129 17.0314C268.132 18.7581 268.136 20.4848 268.141 22.2114L272.115 18.2373C263.855 18.2595 255.595 18.2959 247.335 18.3466L243.494 18.323L243.47 22.2114C243.501 27.2281 243.537 32.2448 243.578 37.2614L243.547 40.987L247.335 41.0182C255.431 40.9516 263.528 40.8713 271.625 40.7773L268.109 37.2614C268.129 38.9881 268.15 40.7148 268.171 42.4414L271.625 38.9876C263.528 39.0874 255.431 39.201 247.335 39.3282L244.271 39.2801L244.221 42.4414C244.306 47.8081 244.396 53.1748 244.492 58.5414L244.442 61.3317L247.335 61.3837C255.595 61.2354 263.855 61.0728 272.115 60.8961L269.76 58.5414C269.797 60.2681 269.835 61.9948 269.873 63.7214L272.115 61.4795C266.13 61.612 260.145 61.7518 254.16 61.8992C249.948 62.0029 245.736 62.1103 241.525 62.2214C241.525 63.2214 241.525 64.2214 241.525 65.2214C245.736 65.3325 249.948 65.44 254.16 65.5437C260.145 65.691 266.13 65.8309 272.115 65.9633L274.405 65.9127L274.357 63.7214C274.395 61.9948 274.432 60.2681 274.469 58.5414L274.418 56.1375L272.115 56.1868C263.855 56.01 255.595 55.8475 247.335 55.6992L250.177 58.5414C250.273 53.1748 250.364 47.8081 250.448 42.4414L247.335 45.5547C255.431 45.6819 263.528 45.7954 271.625 45.8953L275.121 45.8522L275.079 42.4414C275.1 40.7148 275.12 38.9881 275.141 37.2614L275.099 33.7053L271.625 33.7456C263.528 33.6516 255.431 33.5713 247.335 33.5047L251.091 37.2614C251.133 32.2448 251.169 27.2281 251.2 22.2114L247.335 26.0763C255.595 26.127 263.855 26.1634 272.115 26.1855L276.099 26.1749L276.089 22.2114C276.093 20.4848 276.097 18.7581 276.101 17.0314L276.093 13.0375L272.115 13.0453C267.413 13.036 262.711 13.0314 258.01 13.0314C252.515 13.0314 247.02 13.0882 241.525 13.2017L237.617 13.2824L237.695 17.0314C237.929 28.3831 238.406 39.7348 239.125 51.0864C239.391 55.2981 239.691 59.5098 240.025 63.7214ZM243.025 63.7214H240.025L240.146 65.2578L241.525 65.2214V62.2214L243.025 63.7214ZM303.498 66.0614C303.498 65.0614 303.498 64.0614 303.498 63.0614C300.44 62.7694 297.518 61.9709 294.9 60.6654L294.912 60.6701C294.578 60.5026 294.25 60.3281 293.928 60.1466C291.845 58.9767 290.001 57.51 288.443 55.7968L288.488 55.8413C286.713 53.8073 285.377 51.4685 284.444 48.9377L284.469 48.9975C283.526 46.284 283.169 43.3801 283.263 40.4114C283.353 37.4615 283.892 34.6463 284.975 32.1246L284.963 32.1532C285.68 30.5092 286.562 28.9895 287.618 27.6323C288.111 26.9978 288.644 26.3997 289.215 25.8402C291.028 24.0592 293.159 22.6728 295.539 21.7085L295.519 21.7166C298.017 20.7141 300.713 20.2278 303.498 20.217C305.129 20.2088 306.701 20.3745 308.143 20.7545L308.168 20.7612C309.565 21.1191 310.869 21.6256 312.04 22.2938L312.086 22.3203C313.277 22.9781 314.36 23.7542 315.31 24.6509L315.365 24.7028C316.381 25.6248 317.295 26.6345 318.091 27.7277L319.344 22.1554C317.718 23.0785 316.092 24.0023 314.467 24.9271L319.421 26.0822C317.651 23.5388 315.211 21.5275 312.639 20.1511L312.718 20.1958C309.948 18.5861 306.633 17.7646 303.498 17.8159C300.643 17.8383 297.679 18.3961 294.975 19.5899C292.435 20.696 290.064 22.342 288.154 24.3658L288.12 24.4018C286.177 26.5025 284.725 28.9905 283.748 31.5455L283.735 31.5783C282.655 34.4724 282.263 37.5077 282.31 40.4114C282.351 43.3271 282.859 46.3266 283.98 49.1277L283.999 49.1772C285.042 51.6753 286.542 54.0741 288.496 56.0657L288.525 56.0962C290.447 58.0151 292.788 59.5383 295.272 60.5336C297.91 61.6058 300.759 62.0544 303.498 61.993C306.451 61.9507 309.489 61.1356 312.04 59.6102L312.021 59.6206C314.439 58.2318 316.638 56.2533 318.171 53.8474L315.227 54.5603C316.907 55.4278 318.587 56.2945 320.268 57.1603L319.589 54.0769C317.862 56.577 315.634 58.7243 313.045 60.4164C313.038 60.4214 313.023 60.4308 313.009 60.4402C310.316 62.1925 306.941 62.957 303.498 63.0614C303.498 64.0614 303.498 65.0614 303.498 66.0614C307.289 66.1751 311.331 65.5852 314.887 63.5633C314.906 63.5526 314.925 63.5417 314.944 63.5309C318.008 61.7721 320.778 59.4005 322.967 56.5659L324.368 54.5542L322.288 53.4826C320.656 52.5284 319.023 51.5751 317.39 50.6226L315.517 49.6556L314.446 51.3354C313.226 53.0386 311.585 54.3822 309.675 55.3623L309.656 55.3726C307.754 56.3773 305.661 56.8327 303.498 56.7699C301.356 56.7166 299.302 56.2798 297.444 55.4293C295.632 54.6062 294.036 53.46 292.711 52.0267L292.74 52.0572C291.413 50.5841 290.399 48.8332 289.678 46.9057L289.697 46.9551C288.966 44.8999 288.66 42.6841 288.707 40.4114C288.75 38.1275 289.137 35.9375 289.941 33.9846L289.928 34.0174C290.715 32.1467 291.778 30.4851 293.117 29.1211L293.082 29.157C294.419 27.8285 295.986 26.8051 297.742 26.093C299.532 25.3641 301.473 25.0365 303.498 25.0669C305.495 25.0953 307.323 25.6076 308.978 26.607L309.057 26.6518C310.782 27.6293 312.185 28.8735 313.196 30.3807L315.193 33.2181L318.149 31.5358C319.791 30.6405 321.432 29.7444 323.072 28.8474L326.825 26.7172L324.325 23.2751C323.236 21.7266 321.98 20.2988 320.611 19.0201L320.666 19.0719C319.227 17.6727 317.607 16.4876 315.91 15.5226L315.956 15.5491C314.112 14.4651 312.141 13.6895 310.168 13.1617L310.193 13.1684C307.945 12.5512 305.685 12.3142 303.498 12.3058C299.84 12.2858 296.071 12.9199 292.578 14.3062L292.557 14.3144C289.266 15.6245 286.168 17.6203 283.621 20.1233C282.79 20.9357 282.013 21.8066 281.302 22.7218C279.777 24.6807 278.567 26.8439 277.654 29.0696L277.642 29.0982C276.161 32.7648 275.616 36.6805 275.713 40.4114C275.8 44.1696 276.545 48.0362 278.148 51.5653L278.173 51.6252C279.657 54.7575 281.758 57.6643 284.348 59.9815L284.394 60.0261C286.636 61.9601 289.218 63.4802 291.921 64.5068C292.34 64.6666 292.761 64.8151 293.185 64.9528L293.197 64.9575C296.571 66.0408 300.113 66.3628 303.498 66.0614ZM303.498 63.0614V66.0614V63.0614ZM355.746 64.6885C356.511 64.0438 357.275 63.3991 358.04 62.7544C355.707 59.471 353.348 56.2091 350.964 52.9686C347.91 48.8169 344.814 44.7004 341.676 40.6192L339.462 37.7409L336.737 40.5651C335.093 42.2678 333.459 43.9782 331.833 45.6962L330.998 46.5778L330.947 48.0414C330.762 53.2681 330.633 58.4948 330.561 63.7214L334.493 59.7899C332.556 59.7633 330.62 59.7445 328.683 59.7334L332.671 63.7214C332.679 62.3356 332.683 60.9498 332.683 59.5639C332.683 45.3864 332.637 31.2089 332.544 17.0314L328.683 20.8928C330.62 20.8802 332.556 20.8667 334.493 20.8524L330.672 17.0314C330.732 25.0814 330.806 33.1314 330.896 41.1814L330.835 50.9011L337.227 43.5193C344.021 35.3928 350.795 27.2496 357.55 19.0896L355.143 20.1984C357.57 20.1596 359.996 20.1195 362.423 20.078L360.132 15.0227C353.772 22.5302 347.429 30.0524 341.102 37.5893L339.684 39.1374L341.089 40.8385C347.233 47.6561 353.393 54.4611 359.567 61.2534C360.65 62.4457 361.734 63.6376 362.819 64.8291L364.103 62.0258C361.7 62.0897 359.296 62.1549 356.893 62.2214C356.893 63.2214 356.893 64.2214 356.893 65.2214C359.296 65.288 361.7 65.3532 364.103 65.417L367.837 65.3455L365.387 62.6137C364.367 61.3663 363.347 60.1192 362.326 58.8726C356.511 51.7705 350.681 44.6811 344.837 37.6043L344.824 40.8535C351.471 33.5971 358.1 26.326 364.713 19.0402L369.109 13.9033L362.423 13.9848C359.996 13.9433 357.57 13.9032 355.143 13.8644L353.634 13.8886L352.736 14.9733C345.724 22.9133 338.732 30.87 331.759 38.8436L338.09 41.1814C338.18 33.1314 338.254 25.0814 338.314 17.0314L338.285 13.1824L334.493 13.2105C332.556 13.1962 330.62 13.1827 328.683 13.17L324.797 13.1954L324.822 17.0314C324.729 31.2089 324.683 45.3864 324.683 59.5639C324.683 60.9498 324.687 62.3356 324.695 63.7214L324.718 67.7323L328.683 67.7095C330.62 67.6984 332.556 67.6795 334.493 67.6529L338.478 67.5981L338.424 63.7214C338.353 58.4948 338.224 53.2681 338.039 48.0414L337.153 50.3866C338.654 48.558 340.146 46.7217 341.629 44.8778L336.69 44.8236C340.183 48.6054 343.718 52.3519 347.295 56.0631C350.087 58.9597 352.904 61.8348 355.746 64.6885ZM358.04 62.7544L355.746 64.6885L356.294 65.238L356.893 65.2214V62.2214L358.04 62.7544ZM369.224 63.7214C370.224 63.7214 371.224 63.7214 372.224 63.7214C372.557 59.0265 372.857 54.3315 373.124 49.6365C373.741 38.7681 374.18 27.8998 374.44 17.0314L370.724 20.7475C372.661 20.7938 374.597 20.8345 376.534 20.8695L372.696 17.0314C372.588 23.0063 372.534 28.9813 372.534 34.9562C372.534 41.1379 372.54 47.3197 372.553 53.5014L372.541 65.6078L379.738 55.8632C388.673 43.6879 397.577 31.4899 406.45 19.2692L403.414 20.8031C405.397 20.7889 407.381 20.7741 409.364 20.7586L405.637 17.0314C405.758 32.5948 405.921 48.1581 406.124 63.7214L409.364 60.4815C407.427 60.5067 405.491 60.5326 403.554 60.5592L406.716 63.7214C406.546 51.3081 406.35 38.8948 406.128 26.4814L406.195 18.6214L401.476 24.9619C394.25 35.2245 387.045 45.5028 379.861 55.7966C378.242 58.1166 376.624 60.4373 375.008 62.7589L376.324 62.0907C374.457 62.1337 372.591 62.1773 370.724 62.2214C370.724 63.2214 370.724 64.2214 370.724 65.2214C372.591 65.2656 374.457 65.3092 376.324 65.3522L377.189 65.3323L377.64 64.684C379.362 62.4394 381.083 60.194 382.803 57.9477C390.434 47.9811 398.044 37.9988 405.632 28.001L400.979 26.4814C400.758 38.8948 400.562 51.3081 400.392 63.7214L400.436 66.9264L403.554 66.8837C405.491 66.9102 407.427 66.9361 409.364 66.9614L412.646 66.9186L412.604 63.7214C412.807 48.1581 412.969 32.5948 413.091 17.0314L413.062 13.2754L409.364 13.3043C407.381 13.2888 405.397 13.274 403.414 13.2598L401.482 13.2736L400.378 14.7937C391.331 26.8863 382.315 39.0016 373.329 51.1396L380.515 53.5014C380.527 47.3197 380.534 41.1379 380.534 34.9562C380.534 28.9813 380.48 23.0063 380.372 17.0314L380.301 13.1253L376.534 13.1934C374.597 13.2284 372.661 13.2691 370.724 13.3154L366.921 13.4064L367.008 17.0314C367.268 27.8998 367.707 38.7681 368.324 49.6365C368.591 54.3315 368.891 59.0265 369.224 63.7214ZM372.224 63.7214H369.224L369.333 65.2544L370.724 65.2214V62.2214L372.224 63.7214ZM418.784 63.7214C419.784 63.7214 420.784 63.7214 421.784 63.7214C422.118 59.0265 422.418 54.3315 422.684 49.6365C423.302 38.7681 423.74 27.8998 424 17.0314L420.284 20.7475C422.221 20.7938 424.158 20.8345 426.094 20.8695L422.256 17.0314C422.148 23.0063 422.094 28.9813 422.094 34.9562C422.094 41.1379 422.101 47.3197 422.114 53.5014L422.102 65.6078L429.299 55.8632C438.234 43.6879 447.138 31.4899 456.011 19.2692L452.974 20.8031C454.958 20.7889 456.941 20.7741 458.924 20.7586L455.197 17.0314C455.319 32.5948 455.481 48.1581 455.685 63.7214L458.924 60.4815C456.988 60.5067 455.051 60.5326 453.114 60.5592L456.277 63.7214C456.107 51.3081 455.911 38.8948 455.689 26.4814L455.755 18.6214L451.036 24.9619C443.81 35.2245 436.605 45.5028 429.422 55.7966C427.803 58.1166 426.185 60.4373 424.568 62.7589L425.884 62.0907C424.018 62.1337 422.151 62.1773 420.284 62.2214C420.284 63.2214 420.284 64.2214 420.284 65.2214C422.151 65.2656 424.018 65.3092 425.884 65.3522L426.749 65.3323L427.201 64.684C428.923 62.4394 430.644 60.194 432.364 57.9477C439.995 47.9811 447.604 37.9988 455.193 28.001L450.54 26.4814C450.318 38.8948 450.122 51.3081 449.952 63.7214L449.996 66.9264L453.114 66.8837C455.051 66.9102 456.988 66.9361 458.924 66.9614L462.206 66.9186L462.164 63.7214C462.368 48.1581 462.53 32.5948 462.652 17.0314L462.622 13.2754L458.924 13.3043C456.941 13.2888 454.958 13.274 452.974 13.2598L451.042 13.2736L449.938 14.7937C440.891 26.8863 431.875 39.0016 422.89 51.1396L430.075 53.5014C430.088 47.3197 430.094 41.1379 430.094 34.9562C430.094 28.9813 430.04 23.0063 429.932 17.0314L429.862 13.1253L426.094 13.1934C424.158 13.2284 422.221 13.2691 420.284 13.3154L416.482 13.4064L416.568 17.0314C416.828 27.8998 417.267 38.7681 417.884 49.6365C418.151 54.3315 418.451 59.0265 418.784 63.7214ZM421.784 63.7214H418.784L418.893 65.2544L420.284 65.2214V62.2214L421.784 63.7214ZM455.083 10.5735C452.931 8.99878 450.778 7.42408 448.626 5.84939C448.199 6.43313 447.726 6.96659 447.205 7.44958C446.462 8.13966 445.62 8.72715 444.684 9.21509L444.714 9.1997C443.171 9.99051 441.463 10.3726 439.604 10.3714C437.73 10.3726 435.989 9.9835 434.393 9.18372L434.487 9.23202C432.902 8.38842 431.565 7.24218 430.475 5.799L429.901 11.2369C430.764 10.4902 431.628 9.74355 432.491 8.99688L426.64 8.32412C428.04 10.2645 429.919 11.964 432.02 13.1544L432.096 13.1968C434.468 14.497 437.159 15.0212 439.604 15.0114C442.047 15.023 444.716 14.4741 447.043 13.1968L447.001 13.219C449.214 12.0679 451.202 10.2721 452.578 8.21267L446.648 8.99689C446.778 9.10938 446.908 9.22188 447.038 9.33438C447.771 9.96855 448.505 10.6027 449.238 11.2369C450.982 9.21992 452.727 7.20295 454.471 5.18598C453.738 4.55181 453.005 3.91764 452.271 3.28347C452.141 3.17097 452.011 3.05848 451.881 2.94598L448.475 -4.57764e-05L445.951 3.7302C445.242 4.7763 444.37 5.56095 443.267 6.14389L443.226 6.16602C442.184 6.73263 440.989 7.01125 439.604 7.01143C438.179 7.01178 436.952 6.73153 435.913 6.16602L435.989 6.20846C434.846 5.55568 433.895 4.69959 433.109 3.61874L430.55 0.0990448L427.258 2.94598C426.395 3.69265 425.531 4.43931 424.668 5.18598L421.835 7.63616L424.094 10.6239C425.832 12.9407 428.149 14.9306 430.722 16.2908L430.816 16.3391C433.54 17.7162 436.649 18.384 439.604 18.3714C442.531 18.384 445.635 17.7282 448.355 16.3232L448.385 16.3078C449.906 15.5157 451.359 14.51 452.646 13.3147C453.547 12.4793 454.365 11.5549 455.083 10.5735ZM448.626 5.84939L455.083 10.5735L457.26 7.59789L454.471 5.18598L449.238 11.2369L448.626 5.84939Z' fill='%23070708' mask='url(%23path-3-outside-2_7261_732903)'/%3E%3C/svg%3E%0A");
  -image: url("data:image/svg+xml,%3Csvg width='523' height='184' viewBox='0 0 523 184' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6 159H6V92.3H23.2V131.6L50.2 92.3H68V159H50.7V117.8L22.6 159ZM142.123 159H124.923V132.2H97.2234V159H80.0234V92.3H97.2234V117.2H124.923V92.3H142.123V159ZM186.245 159H169.045V107.3H150.345V92.3H204.845V107.3H186.245V159ZM261.931 159H213.031V92.3H261.931V107.3H230.231V117.7H261.231V132.7H230.231V144H261.931V159ZM289.118 159H271.918V92.3H305.318C320.318 92.3 328.518 102.4 328.518 114.5C328.518 126.5 320.318 136.6 305.318 136.6H289.118V159ZM303.018 121.6C307.618 121.6 311.018 119 311.018 114.5C311.018 109.9 307.618 107.3 303.018 107.3H289.118V121.6H303.018ZM398.276 159H381.076V132.2H353.376V159H336.176V92.3H353.376V117.2H381.076V92.3H398.276V159ZM459.197 159H410.297V92.3H459.197V107.3H427.497V117.7H458.497V132.7H427.497V144H459.197V159ZM501.284 159H484.084V107.3H465.384V92.3H519.884V107.3H501.284V159Z' fill='white'/%3E%3Cpath d='M69.2404 100.069C68.9745 108.464 70.15 115.073 69.9838 125.306C69.8177 135.538 69.1941 137.071 69.3344 148.789C69.3758 152.248 69.3679 155.708 69.3426 159L69.3566 160.328L68 160.343C60.8948 160.288 54.567 160.153 50.7 160.261L49.4521 160.274L49.4387 159C49.4272 158.588 49.413 158.204 49.3956 157.85C49.1393 152.633 49.9141 152.082 49.742 144.673C49.57 137.264 49.6711 132.773 49.923 126.293C49.9967 124.395 50.0673 121.346 50.1225 117.8L51.1771 118.125C46.2431 125.123 39.7535 134.561 37.0499 138.913C33.2264 145.068 28.1307 151.587 25.2276 155.617C24.3234 156.873 23.5927 157.848 23.0203 158.587C22.7778 158.9 22.6335 159.023 22.5926 158.995C22.5925 158.995 22.5925 158.995 22.5925 158.995C22.5417 158.96 22.6512 158.692 22.9311 158.268C24.2895 156.209 26.284 153.108 28.5531 149.385C32.7839 142.443 33.6638 141.969 39.6645 132.792C43.5315 126.877 46.3011 122.414 49.788 117.178L51.8203 114.228L51.8039 117.8C51.8423 121.271 51.833 125.06 51.7347 129.646C51.484 141.343 52.412 144.87 52.0984 159L50.7 157.602C52.1536 157.634 53.7193 157.679 55.4177 157.74C60.729 157.932 64.654 157.964 68 157.91L66.9103 159C66.7794 150.875 66.1391 146.165 66.0251 133.312C65.9071 120.002 66.2349 104.131 66.3961 92.3L68 93.9039C63.7022 93.8453 59.9377 93.8087 57.0229 93.8235C54.8847 93.8343 52.6031 93.8484 50.2 93.8629L51.4882 93.185C45.9368 101.371 39.2259 111.255 32.0557 121.465C29.6278 124.922 27.0815 128.626 24.4607 132.466L21.6476 136.521L21.6704 131.6C21.631 119.182 21.4741 105.656 21.6814 93.2025C21.6864 92.9038 21.6914 92.6029 21.6964 92.3L23.2 93.8036C17.9031 93.7159 11.9794 93.6215 6 93.5259L7.22593 92.3C7.01382 105.573 6.79598 119.12 6.63262 126.693C6.39147 137.872 6.33708 140.597 6.48443 151.358C6.51578 153.647 6.52459 156.256 6.50745 159L6 158.493C10.6692 158.522 15.7278 158.626 20.2612 158.822C23.8834 158.979 23.0626 159.197 19.4168 159.302C14.0854 159.454 9.70887 159.352 6.96182 159.625C6.63027 159.658 6.31023 159.69 6 159.72L5.28739 159.728L5.27974 159C4.80627 154.174 4.63964 151.721 4.9378 145.21C5.25508 138.281 4.534 135.016 4.617 130.976C4.70003 126.937 5.12535 127.003 4.79766 106.464C4.71298 101.156 4.6446 96.4683 4.58839 92.3L4.5737 90.9034L6 90.8884C13.0629 90.7931 18.634 90.7328 23.2 90.6874L24.7954 90.6706L24.8126 92.3C24.8441 95.4675 24.8684 98.1513 24.8923 100.514C24.9598 107.182 24.6981 120.07 24.706 131.6L21.9587 130.747C23.0444 129.165 24.1027 127.609 25.1114 126.107C30.9349 117.437 41.9343 101.539 48.8174 91.3501L49.2997 90.632L50.2 90.6225C52.8284 90.6019 55.1352 90.5741 56.9649 90.5356C62.8157 90.4128 65.3781 90.5102 68 90.6662L69.6165 90.6492L69.6338 92.3C69.5128 94.3333 69.3566 96.4025 69.2404 100.069ZM98.4639 94.9108C98.2134 102.415 99.2414 108.415 99.2232 117.2L97.2234 115.2C97.7669 115.201 98.3209 115.206 98.8867 115.216C108.598 115.382 110.053 116.006 121.176 115.866C122.428 115.85 123.68 115.841 124.923 115.838L123.561 117.2C123.536 107.399 123.846 98.1402 123.619 93.7455C123.592 93.2177 123.576 92.7403 123.57 92.3L123.555 90.9616L124.923 90.9464C128.615 90.8937 129.702 91.4958 135.985 91.342C138.27 91.2861 140.263 91.2591 142.123 91.2566L143.155 91.2452L143.167 92.3C143.172 96.1634 143.07 99.4544 142.9 103.606C142.649 109.756 142.434 128.651 142.743 135.522C143.052 142.393 142.516 150.23 142.388 154.942C142.349 156.41 142.294 157.566 142.238 158.451C142.214 158.827 142.164 159 142.114 159C142.114 159 142.114 159 142.114 159C142.053 159 141.992 158.731 141.984 158.249C141.947 155.908 141.847 152.41 141.624 148.277C141.208 140.571 141.668 139.729 141.454 129.324C141.24 118.918 140.812 112.667 141.089 100.423C141.161 97.2098 141.135 94.6462 141.069 92.3L142.123 93.3546C136.901 93.502 132.756 93.848 124.923 93.745L126.368 92.3C126.341 94.3555 126.284 96.665 126.183 99.3146C125.862 107.775 125.988 112.53 126.22 117.2L126.205 118.51L124.923 118.496C120.054 118.737 115.277 119.093 106.486 119.175C103.506 119.203 100.391 119.206 97.2234 119.192L95.2096 119.17L95.2314 117.2C95.268 108.758 95.4236 99.9391 95.5463 92.3L97.2234 93.9771C91.1606 93.8798 85.8407 93.8032 82.0417 93.8235C81.383 93.827 80.7101 93.8309 80.0234 93.835L81.5584 92.3C81.619 102.436 81.7331 115.541 81.5835 129.325C81.4858 138.334 81.5989 148.637 81.6361 159L80.0234 157.387C85.8094 157.367 91.6143 157.37 97.2234 157.446L95.6697 159C95.68 158.244 95.6917 157.492 95.7048 156.743C95.8344 149.354 95.9795 140.575 96.1219 132.2L96.1342 131.086L97.2234 131.098C107.262 131.269 116.72 131.436 122.505 131.567C123.36 131.587 124.164 131.605 124.923 131.622L125.508 131.629L125.501 132.2C125.307 140.858 125.272 143.802 125.408 153.191C125.433 154.958 125.444 156.926 125.438 159L124.923 158.486C129.74 158.5 135.129 158.604 139.904 158.822C143.342 158.979 142.563 159.197 139.102 159.302C134.042 159.454 129.888 159.352 127.281 159.625C126.425 159.715 125.65 159.795 124.923 159.866L124.067 159.875L124.058 159C123.699 155.302 123.596 152.853 123.861 147.356C124.179 140.779 123.457 137.68 123.54 133.847C123.554 133.229 123.576 132.713 123.603 132.2L124.923 133.521C122.249 133.383 119.661 133.127 103.305 133.402C101.175 133.438 99.1502 133.471 97.2234 133.501L98.5248 132.2C98.7182 144.506 98.8055 152.816 98.868 159L98.886 160.626L97.2234 160.645C95.5131 160.662 93.9654 160.677 92.5407 160.692C89.4787 160.725 85.0347 160.681 80.0234 160.627L78.4148 160.645L78.3965 159C78.4722 151.929 78.5663 143.729 78.4883 136.688C78.3632 125.391 78.4632 103.137 78.2954 92.3L78.2764 90.5913L80.0234 90.5719C80.7282 90.561 81.3846 90.549 81.9866 90.5356C90.6345 90.3443 91.713 90.6871 97.2234 90.9537L98.5547 90.9389L98.5698 92.3C98.5324 93.0722 98.4966 93.9315 98.4639 94.9108ZM183.523 91.0596C188.873 91.3255 193.085 90.15 199.606 90.3162C201.842 90.3731 203.427 90.4839 204.845 90.5993L206.517 90.5717L206.545 92.3C206.324 95.0161 206.087 97.1206 206.179 102.028C206.212 103.803 206.214 105.58 206.2 107.3L206.222 108.632L204.845 108.655C199.33 108.61 194.386 108.409 191.851 108.604C189.341 108.798 188.526 108.404 186.245 108.273L187.217 107.3C187.175 108.04 187.16 108.935 187.202 110.091C187.375 114.813 187.273 117.675 187.022 121.805C186.77 125.934 186.555 138.622 186.864 143.235C187.173 147.849 186.637 153.111 186.509 156.275C186.47 157.261 186.415 158.037 186.359 158.632C186.335 158.884 186.285 159 186.236 159C186.235 159 186.235 159 186.235 159C186.174 159 186.113 158.819 186.106 158.496C186.068 156.924 185.968 154.575 185.745 151.8C185.329 146.626 185.789 146.06 185.575 139.073C185.361 132.086 184.933 127.889 185.21 119.668C185.389 114.342 184.966 111.674 184.825 107.3L184.849 105.857L186.245 105.88C188.622 105.803 191.504 105.809 195.591 106.04C199.65 106.27 202.439 106.271 204.845 106.168L203.713 107.3C203.524 102.856 202.981 99.7208 202.872 92.3L204.845 94.2729C204.799 94.2736 204.754 94.2743 204.708 94.2749C193.144 94.4358 178.547 93.7681 171.576 93.8235C165.789 93.8694 158.356 93.9744 150.345 93.9174L151.962 92.3C151.95 93.9406 151.932 95.6054 151.905 97.2852C151.854 100.428 151.86 103.805 151.883 107.3L150.345 105.762C156.424 105.722 162.86 105.632 169.045 105.703L170.668 105.73L170.642 107.3C170.625 108.742 170.6 110.169 170.563 111.576C170.278 122.484 169.918 137.906 169.677 145.031C169.458 151.509 169.393 153.532 169.494 159L169.045 158.551C169.591 158.541 170.172 158.529 170.795 158.516C174.737 158.431 180.167 158.511 184.754 158.822C187.062 158.979 186.539 159.197 184.216 159.302C180.818 159.454 178.029 159.352 176.278 159.625C173.423 160.07 171.907 160.291 169.045 160.185L167.879 160.204L167.86 159C167.884 158.356 167.924 157.643 167.982 156.832C168.3 152.416 167.579 150.335 167.662 147.761C167.745 145.187 168.17 145.229 167.842 132.139C167.523 119.383 167.435 112.243 167.358 107.3L169.045 108.986C168.915 108.988 168.787 108.99 168.661 108.992C164.697 109.055 157.286 108.832 150.345 108.808L148.862 108.832L148.837 107.3C148.843 105.56 148.836 103.849 148.809 102.23C148.766 99.5966 148.75 96.0774 148.74 92.3L148.714 90.7223L150.345 90.6954C158.158 90.6751 167.076 90.6827 171.539 90.5356C178.159 90.3175 178.173 90.7936 183.523 91.0596ZM241.685 108.54C237.655 108.404 234.064 108.646 230.231 108.892L231.823 107.3C232.027 110.472 232.234 113.81 232.231 117.7L230.231 115.7C230.82 115.7 231.422 115.706 232.038 115.716C241.631 115.882 243.068 116.506 254.055 116.366C256.468 116.335 258.882 116.331 261.231 116.342L262.574 116.327L262.589 117.7C262.564 123.382 262.455 128.688 262.452 132.7L262.466 133.907L261.231 133.921C259.351 133.919 257.755 133.941 256.536 134.004C251.645 134.261 251.129 133.486 244.182 133.658C238.551 133.797 234.718 133.757 230.231 133.603L231.134 132.7C231.098 133.748 231.056 134.831 231.008 135.981C230.934 137.77 230.863 140.652 230.808 144L230.231 143.423C238.252 143.556 248.951 143.599 253.74 143.38C256.405 143.259 259.217 143.268 261.931 143.331L262.592 143.324L262.6 144C262.502 148.199 262.273 152.164 262.196 154.992C262.156 156.442 262.102 157.583 262.046 158.458C262.022 158.829 261.972 159 261.922 159C261.922 159 261.922 159 261.922 159C261.861 159 261.8 158.734 261.792 158.258C261.755 155.946 261.655 152.49 261.432 148.408C261.335 146.641 261.286 145.239 261.264 144L261.931 144.667C257.832 144.739 255.509 144.505 247.617 144.67C241.014 144.807 236.104 145.033 230.231 145.103L229.116 145.091L229.128 144C229.089 140.73 229.098 137.162 229.197 132.837C229.198 132.791 229.199 132.746 229.2 132.7L229.211 131.657L230.231 131.668C242.017 131.929 244.938 130.824 261.231 131.41L259.942 132.7C259.951 132.435 259.961 132.166 259.972 131.894C260.214 125.592 260.202 121.372 260.082 117.7L261.231 118.849C254.954 119.054 250.277 119.573 239.544 119.675C236.55 119.703 233.417 119.706 230.231 119.691L228.218 119.669L228.24 117.7C228.256 114.259 228.291 110.756 228.337 107.3L228.358 105.384L230.231 105.405C241.753 105.556 252.761 105.812 259.261 105.777C260.126 105.772 261.017 105.767 261.931 105.761L260.392 107.3C260.364 102.801 260.327 97.7354 260.309 92.3L261.931 93.9224C255.387 93.9446 248.306 93.94 241.035 93.8601C232.515 93.7665 222.824 93.8662 213.031 93.9075L214.639 92.3C214.668 99.2177 214.668 106.186 214.55 112.83C214.29 127.461 213.968 147.613 213.73 159L213.031 158.301C214.133 158.324 215.153 158.346 216.078 158.367C226.559 158.609 229.114 158.663 239.203 158.516C245.002 158.431 252.991 158.511 259.739 158.822C263.135 158.979 262.365 159.197 258.947 159.302C253.948 159.454 249.845 159.352 247.27 159.625C242.123 160.17 239.936 160.38 233.439 160.062C226.942 159.745 223.881 160.466 220.094 160.383C217.927 160.335 217.02 160.176 213.031 160.109L211.934 160.122L211.922 159C211.971 156.019 211.969 151.317 211.829 143.081C211.501 123.824 211.418 113.267 211.339 105.975C211.303 102.686 211.359 97.7826 211.419 92.3L211.401 90.7056L213.031 90.6873C219.705 90.7598 227.236 90.838 233.761 90.7649C240.726 90.6868 251.907 90.6964 261.931 90.6739L263.539 90.6558L263.557 92.3C263.57 98.0051 263.593 103.335 263.649 107.3L263.668 108.999L261.931 109.018C260.975 109.031 260.099 109.047 259.315 109.064C249.576 109.282 249.556 108.806 241.685 108.54ZM315.983 93.0163C320.609 95.2877 325.134 97.2334 328.087 103.419C330.095 108.421 329.781 110.263 329.849 114.5C329.825 115.549 329.771 116.753 329.597 118.203C328.893 125.82 323.147 131.585 320.544 133.466C317.875 135.483 317.223 135.117 312.899 136.617C309.943 137.498 307.662 137.65 305.318 137.575C304.175 137.529 303.008 137.461 301.708 137.377C299.331 137.223 293.939 137.083 289.118 137.068L289.586 136.6C289.576 139.658 289.617 142.486 289.738 144.17C290.047 148.51 289.51 153.46 289.383 156.437C289.343 157.364 289.289 158.094 289.232 158.653C289.208 158.89 289.158 159 289.109 159C289.109 159 289.109 159 289.109 159C289.047 159 288.987 158.83 288.979 158.526C288.941 157.047 288.842 154.837 288.618 152.227C288.202 147.359 288.662 146.827 288.448 140.255C288.406 138.95 288.355 137.748 288.303 136.6L288.317 135.771L289.118 135.785C293.753 135.574 297.52 135.344 303.718 135.565C304.281 135.585 304.812 135.598 305.318 135.604C311.454 135.209 314.077 134.881 321.569 129.244C327.287 123.395 326.799 119.941 326.757 114.5C326.653 112.999 326.457 111.279 325.952 109.246C324.35 99.1543 311.91 93.0699 305.318 93.8202C305.037 93.8202 304.766 93.8213 304.507 93.8235C297.949 93.8789 289.142 94.0198 279.845 93.8601C277.339 93.8171 274.674 93.8149 271.918 93.8292L273.447 92.3C273.486 99.7685 273.645 107.912 273.437 115.407C273.152 125.669 272.792 140.177 272.551 146.879C272.346 152.553 272.276 154.594 272.349 159L271.918 158.569C272.717 158.556 273.594 158.538 274.584 158.516C278.292 158.431 283.401 158.511 287.716 158.822C289.887 158.979 289.395 159.197 287.21 159.302C284.013 159.454 281.389 159.352 279.743 159.625C276.736 160.123 275.309 160.341 271.918 160.133L270.805 160.152L270.785 159C270.805 158.679 270.828 158.34 270.856 157.981C271.173 153.826 270.452 151.869 270.535 149.447C270.618 147.025 271.043 147.065 270.716 134.751C270.388 122.438 270.304 115.687 270.226 111.024C270.158 107.009 270.422 99.2344 270.412 92.3L270.386 90.8208L271.918 90.7939C273.038 90.7922 274.137 90.7834 275.194 90.7649C282.794 90.6317 298.244 90.7538 304.472 90.5356C304.768 90.5253 305.049 90.5165 305.318 90.5092C311.018 90.5956 311.329 91.1231 315.983 93.0163ZM290.071 108.54C289.741 108.48 289.427 108.494 289.118 108.549L290.367 107.3C290.554 108.361 291.23 109.363 291.102 110.744C290.936 112.527 290.312 112.794 290.452 114.837C290.593 116.878 290.166 118.922 290.422 119.831C290.638 120.597 290.122 120.786 290.057 121.6L289.118 120.661C289.269 120.673 289.443 120.669 289.645 120.642C290.936 120.47 291.719 120.571 292.848 120.823C293.977 121.075 297.446 121.29 298.707 120.98C299.969 120.671 301.408 121.208 302.273 121.335C302.543 121.375 302.755 121.429 302.917 121.486C302.986 121.509 303.018 121.56 303.018 121.609C303.018 121.609 303.018 121.609 303.018 121.609C303.018 121.671 302.969 121.731 302.88 121.739C302.45 121.777 301.808 121.876 301.049 122.1C299.635 122.516 299.48 122.056 297.569 122.27C295.659 122.484 294.511 122.911 292.263 122.635C290.906 122.468 290.18 122.824 289.118 122.987L287.652 122.899L287.731 121.6C287.623 120.904 287.599 120.065 287.858 118.808C288.514 115.635 287.304 115.301 287.143 112.139C287.065 110.61 287.181 108.887 287.315 107.3L287.43 105.396L289.118 105.497C290.813 105.641 292.354 105.805 293.338 105.777C295.244 105.721 297.804 105.58 300.506 105.74C301.297 105.787 302.143 105.785 303.018 105.767C305.35 105.693 308.274 106.299 310.059 108.32C311.531 109.866 312.251 112.473 312.015 114.5C311.896 116.079 311.321 117.433 310.784 118.194C309.463 119.887 309.006 120.137 307.33 121.204C306.331 121.783 304.714 122.057 303.432 121.771C302.787 121.625 302.948 121.411 303.559 121.286C304.448 121.093 305.19 121.042 305.557 120.663C306.268 119.887 306.443 119.619 307.481 119.357C308.541 119.015 308.336 118.107 308.701 117.745C308.887 117.542 309.074 117.497 309.333 117.136C309.568 116.777 309.96 116.06 309.816 114.5C309.816 114.5 309.816 114.499 309.816 114.499C309.405 111.36 307.923 110.575 307.09 110.048C306.386 109.62 304.78 108.781 303.018 108.806C302.62 108.804 302.23 108.813 301.858 108.835C299.649 108.968 295.158 108.846 293.348 109.064C291.538 109.282 291.534 108.806 290.071 108.54ZM354.616 94.9108C354.366 102.415 355.394 108.415 355.376 117.2L353.376 115.2C353.919 115.201 354.473 115.206 355.039 115.216C364.751 115.382 366.205 116.006 377.328 115.866C378.58 115.85 379.832 115.841 381.076 115.838L379.714 117.2C379.688 107.399 379.999 98.1402 379.771 93.7455C379.744 93.2177 379.728 92.7403 379.722 92.3L379.707 90.9616L381.076 90.9464C384.768 90.8937 385.854 91.4958 392.137 91.342C394.423 91.2861 396.416 91.2591 398.276 91.2566L399.307 91.2452L399.319 92.3C399.324 96.1634 399.223 99.4544 399.053 103.606C398.801 109.756 398.586 128.651 398.895 135.522C399.205 142.393 398.668 150.23 398.541 154.942C398.501 156.41 398.447 157.566 398.39 158.451C398.366 158.827 398.316 159 398.267 159C398.267 159 398.267 159 398.267 159C398.205 159 398.145 158.731 398.137 158.249C398.099 155.908 397.999 152.41 397.776 148.277C397.36 140.571 397.82 139.729 397.606 129.324C397.392 118.918 396.965 112.667 397.241 100.423C397.314 97.2098 397.287 94.6462 397.221 92.3L398.276 93.3546C393.053 93.502 388.909 93.848 381.076 93.745L382.521 92.3C382.494 94.3555 382.436 96.665 382.335 99.3146C382.014 107.775 382.141 112.53 382.372 117.2L382.357 118.51L381.076 118.496C376.206 118.737 371.429 119.093 362.638 119.175C359.658 119.203 356.544 119.206 353.376 119.192L351.362 119.17L351.384 117.2C351.42 108.758 351.576 99.9391 351.699 92.3L353.376 93.9771C347.313 93.8798 341.993 93.8032 338.194 93.8235C337.535 93.827 336.862 93.8309 336.176 93.835L337.711 92.3C337.771 102.436 337.885 115.541 337.736 129.325C337.638 138.334 337.751 148.637 337.788 159L336.176 157.387C341.962 157.367 347.767 157.37 353.376 157.446L351.822 159C351.832 158.244 351.844 157.492 351.857 156.743C351.987 149.354 352.132 140.575 352.274 132.2L352.287 131.086L353.376 131.098C363.415 131.269 372.872 131.436 378.657 131.567C379.513 131.587 380.316 131.605 381.076 131.622L381.66 131.629L381.654 132.2C381.46 140.858 381.425 143.802 381.56 153.191C381.586 154.958 381.596 156.926 381.59 159L381.076 158.486C385.892 158.5 391.281 158.604 396.056 158.822C399.494 158.979 398.715 159.197 395.255 159.302C390.194 159.454 386.041 159.352 383.433 159.625C382.577 159.715 381.803 159.795 381.076 159.866L380.22 159.875L380.21 159C379.851 155.302 379.748 152.853 380.014 147.356C380.331 140.779 379.61 137.68 379.693 133.847C379.706 133.229 379.728 132.713 379.755 132.2L381.076 133.521C378.402 133.383 375.813 133.127 359.457 133.402C357.327 133.438 355.303 133.471 353.376 133.501L354.677 132.2C354.871 144.506 354.958 152.816 355.02 159L355.038 160.626L353.376 160.645C351.665 160.662 350.118 160.677 348.693 160.692C345.631 160.725 341.187 160.681 336.176 160.627L334.567 160.645L334.549 159C334.625 151.929 334.719 143.729 334.641 136.688C334.516 125.391 334.616 103.137 334.448 92.3L334.429 90.5913L336.176 90.5719C336.88 90.561 337.537 90.549 338.139 90.5356C346.787 90.3443 347.865 90.6871 353.376 90.9537L354.707 90.9389L354.722 92.3C354.685 93.0722 354.649 93.9315 354.616 94.9108ZM438.951 108.54C434.921 108.404 431.33 108.646 427.497 108.892L429.089 107.3C429.293 110.472 429.499 113.81 429.497 117.7L427.497 115.7C428.086 115.7 428.688 115.706 429.304 115.716C438.897 115.882 440.334 116.506 451.321 116.366C453.734 116.335 456.148 116.331 458.497 116.342L459.84 116.327L459.855 117.7C459.829 123.382 459.721 128.688 459.718 132.7L459.731 133.907L458.497 133.921C456.617 133.919 455.02 133.941 453.802 134.004C448.91 134.261 448.394 133.486 441.447 133.658C435.816 133.797 431.983 133.757 427.497 133.603L428.4 132.7C428.364 133.748 428.322 134.831 428.274 135.981C428.2 137.77 428.129 140.652 428.073 144L427.497 143.423C435.517 143.556 446.217 143.599 451.005 143.38C453.67 143.259 456.482 143.268 459.197 143.331L459.858 143.324L459.866 144C459.767 148.199 459.539 152.164 459.462 154.992C459.422 156.442 459.368 157.583 459.311 158.458C459.287 158.829 459.237 159 459.188 159C459.188 159 459.188 159 459.188 159C459.126 159 459.066 158.734 459.058 158.258C459.02 155.946 458.921 152.49 458.697 148.408C458.601 146.641 458.551 145.239 458.53 144L459.197 144.667C455.098 144.739 452.775 144.505 444.882 144.67C438.279 144.807 433.37 145.033 427.497 145.103L426.381 145.091L426.394 144C426.354 140.73 426.363 137.162 426.462 132.837C426.463 132.791 426.464 132.746 426.465 132.7L426.477 131.657L427.497 131.668C439.283 131.929 442.203 130.824 458.497 131.41L457.207 132.7C457.217 132.435 457.227 132.166 457.237 131.894C457.479 125.592 457.467 121.372 457.347 117.7L458.497 118.849C452.22 119.054 447.543 119.573 436.81 119.675C433.815 119.703 430.682 119.706 427.497 119.691L425.483 119.669L425.506 117.7C425.521 114.259 425.557 110.756 425.602 107.3L425.624 105.384L427.497 105.405C439.019 105.556 450.026 105.812 456.526 105.777C457.392 105.772 458.283 105.767 459.197 105.761L457.658 107.3C457.63 102.801 457.593 97.7354 457.574 92.3L459.197 93.9224C452.652 93.9446 445.572 93.94 438.3 93.8601C429.78 93.7665 420.09 93.8662 410.297 93.9075L411.904 92.3C411.933 99.2177 411.933 106.186 411.815 112.83C411.556 127.461 411.234 147.613 410.996 159L410.297 158.301C411.399 158.324 412.419 158.346 413.344 158.367C423.825 158.609 426.38 158.663 436.468 158.516C442.267 158.431 450.256 158.511 457.004 158.822C460.4 158.979 459.631 159.197 456.212 159.302C451.214 159.454 447.111 159.352 444.535 159.625C439.389 160.17 437.202 160.38 430.705 160.062C424.208 159.745 421.147 160.466 417.36 160.383C415.192 160.335 414.286 160.176 410.297 160.109L409.2 160.122L409.187 159C409.237 156.019 409.235 151.317 409.095 143.081C408.767 123.824 408.683 113.267 408.605 105.975C408.569 102.686 408.625 97.7826 408.684 92.3L408.666 90.7056L410.297 90.6873C416.97 90.7598 424.502 90.838 431.026 90.7649C437.991 90.6868 449.173 90.6964 459.197 90.6739L460.805 90.6558L460.823 92.3C460.836 98.0051 460.859 103.335 460.915 107.3L460.934 108.999L459.197 109.018C458.241 109.031 457.364 109.047 456.581 109.064C446.841 109.282 446.821 108.806 438.951 108.54ZM498.562 91.0596C503.912 91.3255 508.124 90.15 514.645 90.3162C516.882 90.3731 518.466 90.4839 519.884 90.5993L521.556 90.5717L521.584 92.3C521.363 95.0161 521.126 97.1206 521.218 102.028C521.251 103.803 521.253 105.58 521.239 107.3L521.261 108.632L519.884 108.655C514.369 108.61 509.425 108.409 506.89 108.604C504.38 108.798 503.565 108.404 501.284 108.273L502.256 107.3C502.214 108.04 502.199 108.935 502.242 110.091C502.414 114.813 502.312 117.675 502.061 121.805C501.809 125.934 501.594 138.622 501.903 143.235C502.213 147.849 501.676 153.111 501.548 156.275C501.509 157.261 501.454 158.037 501.398 158.632C501.374 158.884 501.324 159 501.275 159C501.275 159 501.275 159 501.274 159C501.213 159 501.152 158.819 501.145 158.496C501.107 156.924 501.007 154.575 500.784 151.8C500.368 146.626 500.828 146.06 500.614 139.073C500.4 132.086 499.972 127.889 500.249 119.668C500.428 114.342 500.005 111.674 499.864 107.3L499.888 105.857L501.284 105.88C503.661 105.803 506.543 105.809 510.63 106.04C514.689 106.27 517.478 106.271 519.884 106.168L518.752 107.3C518.563 102.856 518.02 99.7208 517.911 92.3L519.884 94.2729C519.838 94.2736 519.793 94.2743 519.747 94.2749C508.183 94.4358 493.586 93.7681 486.615 93.8235C480.828 93.8694 473.395 93.9744 465.384 93.9174L467.001 92.3C466.989 93.9406 466.971 95.6054 466.944 97.2852C466.893 100.428 466.899 103.805 466.922 107.3L465.384 105.762C471.463 105.722 477.899 105.632 484.084 105.703L485.707 105.73L485.681 107.3C485.664 108.742 485.639 110.169 485.602 111.576C485.317 122.484 484.957 137.906 484.716 145.031C484.497 151.509 484.432 153.532 484.533 159L484.084 158.551C484.63 158.541 485.211 158.529 485.834 158.516C489.776 158.431 495.206 158.511 499.793 158.822C502.102 158.979 501.578 159.197 499.255 159.302C495.857 159.454 493.068 159.352 491.317 159.625C488.462 160.07 486.946 160.291 484.084 160.185L482.919 160.204L482.899 159C482.923 158.356 482.963 157.643 483.021 156.832C483.339 152.416 482.618 150.335 482.701 147.761C482.784 145.187 483.209 145.229 482.881 132.139C482.562 119.383 482.474 112.243 482.397 107.3L484.084 108.986C483.954 108.988 483.826 108.99 483.7 108.992C479.736 109.055 472.325 108.832 465.384 108.808L463.901 108.832L463.876 107.3C463.882 105.56 463.875 103.849 463.848 102.23C463.805 99.5966 463.789 96.0774 463.779 92.3L463.753 90.7223L465.384 90.6954C473.197 90.6751 482.115 90.6827 486.578 90.5356C493.198 90.3175 493.212 90.7936 498.562 91.0596Z' fill='%23171717'/%3E%3Cpath d='M3.57 36.69C3.57 22.9 12.88 12.54 26.74 12.54C40.53 12.54 49.91 22.9 49.91 36.69C49.91 50.48 40.53 60.84 26.74 60.84C12.88 60.84 3.57 50.48 3.57 36.69ZM43.89 36.69C43.89 25.77 37.17 17.72 26.74 17.72C16.24 17.72 9.59 25.77 9.59 36.69C9.59 47.54 16.24 55.66 26.74 55.66C37.17 55.66 43.89 47.54 43.89 36.69ZM92.0954 60V18.49H64.7954V60H58.9854V13.31H97.9054V60H92.0954ZM120.369 60V18.49H105.599V13.31H141.019V18.49H126.179V60H120.369ZM148.741 13.31H154.551V51.04L181.431 13.31H187.381V60H181.571V21.57L154.341 60H148.741V13.31ZM202.712 26.33C202.712 34.31 205.512 37.11 212.932 37.11C217.202 37.11 221.332 36.34 224.342 34.94V13.31H230.152V60H224.342V39.63C221.262 40.96 216.852 42.29 211.322 42.29C201.242 42.29 196.902 37.74 196.902 26.26V13.31H202.712V26.33ZM241.095 60V13.31H271.685V18.49H246.905V33.54H271.195V38.72H246.905V54.82H271.685V60H241.095ZM302.858 60.84C289.628 60.84 279.058 51.04 279.058 36.69C279.058 22.34 289.628 12.54 302.858 12.54C311.328 12.54 317.068 16.53 320.778 21.78L315.878 24.51C313.218 20.59 308.388 17.72 302.858 17.72C292.848 17.72 285.078 25.56 285.078 36.69C285.078 47.75 292.848 55.66 302.858 55.66C308.388 55.66 313.218 52.86 315.878 48.87L320.848 51.6C316.928 56.92 311.328 60.84 302.858 60.84ZM356.463 60L338.753 39L334.063 44.32V60H328.253V13.31H334.063V37.46L354.713 13.31H361.993L342.533 35.5L363.673 60H356.463ZM370.294 13.31H376.104V51.04L402.984 13.31H408.934V60H403.124V21.57L375.894 60H370.294V13.31ZM439.175 9.81C434.555 9.81 430.425 7.64 427.765 4.07L430.775 1.62C432.735 4.28 435.675 5.96 439.175 5.96C442.675 5.96 445.615 4.28 447.505 1.62L450.515 4.07C447.925 7.64 443.865 9.81 439.175 9.81ZM419.855 13.31H425.665V51.04L452.545 13.31H458.495V60H452.685V21.57L425.455 60H419.855V13.31Z' fill='white'/%3E%3Cpath d='M47.754 28.0711C46.8164 24.9722 44.9923 23.0354 42.5125 20.2083C39.855 17.5327 39.569 16.7411 35.4808 14.9898C32.3906 13.8035 29.0648 13.2928 26.74 13.3031C25.9334 13.3012 25.264 13.3501 24.7549 13.4299C22.8017 13.7927 22.4931 13.2735 19.7617 14.12C17.0784 15.0706 15.5259 15.8047 13.3829 17.0935C11.0029 18.124 6.07163 24.3723 5.59306 27.2637C4.76722 29.9427 3.94975 33.0571 3.78238 35.0121C3.72357 35.6216 3.68073 36.0905 3.64239 36.4611C3.62632 36.6173 3.59532 36.69 3.56437 36.69C3.56435 36.69 3.56433 36.69 3.56431 36.69C3.52592 36.69 3.48762 36.5771 3.48476 36.3752C3.47137 35.4019 3.46921 33.938 3.59674 32.2014C3.95713 28.9761 4.19001 28.6218 5.8825 24.5794C7.82311 20.6805 9.38527 18.1819 13.8583 15.415C18.393 13.145 19.5374 11.7138 26.74 11.7378C26.8319 11.7426 26.9245 11.7481 27.0179 11.7541C34.2488 12.7213 35.4646 12.1681 41.8282 16.2619C48.3314 20.7643 50.8489 30.6694 50.8165 35.0088C50.8503 35.5514 50.8712 36.1028 50.8767 36.69C50.9386 40.8844 50.0323 46.378 46.9212 51.1008C43.6246 56.5607 36.4146 61.3933 29.3081 61.6703C28.4911 61.726 27.6311 61.7467 26.74 61.7246C19.9609 61.8813 12.4381 57.6715 9.98771 54.5382C7.0986 51.1139 6.58508 50.1009 4.87862 46.173C3.95374 43.8786 3.33485 40.4759 3.47298 37.6176C3.54878 36.1785 3.67576 36.5181 3.78439 37.9375C3.96474 40.0203 4.20439 41.7213 4.60105 42.7278C5.43189 44.724 5.77609 45.5206 6.70207 48.0141C7.71776 50.4987 8.88484 51.2484 9.79724 52.4551C10.2748 53.0528 10.4591 53.395 11.2625 54.2407C12.0866 55.0374 13.4875 56.5392 17.088 58.1061C20.9931 59.7103 24.2456 59.8926 26.74 59.8673C28.8996 59.8247 30.528 59.5583 31.8492 59.2566C34.7103 58.7686 40.6169 56.34 43.5577 52.4271C46.5538 49.3207 49.242 41.3085 48.8459 36.69C48.8353 36.1032 48.8054 35.5919 48.7659 35.143C48.2891 31.2411 48.5149 31.1934 47.754 28.0711ZM9.81157 29.6371C10.7538 27.2262 10.9648 24.9153 13.2073 22.3932C15.5829 20.0636 16.2041 19.9855 19.4965 18.2977C22.0372 17.1284 24.8577 16.9371 26.74 16.957C27.3958 16.9588 27.9411 16.9761 28.3647 16.9689C30.0209 16.9884 30.1383 17.4315 32.3764 17.9641C34.6126 18.5949 35.8718 19.3765 37.3831 20.7129C39.1216 21.8854 42.4827 27.0521 43.1196 29.2181C44.0347 31.2869 44.0462 33.8931 44.0235 35.3901C44.022 35.8643 43.9942 36.2282 43.9609 36.5138C43.9467 36.6343 43.9152 36.69 43.8844 36.69C43.8843 36.69 43.8843 36.69 43.8843 36.69C43.8458 36.6899 43.8083 36.6038 43.8021 36.4504C43.7719 35.7111 43.6681 34.5966 43.3533 33.33C42.6901 31.0121 43.0044 30.6346 41.6554 27.6764C40.1197 24.826 38.806 23.3519 35.9034 21.0369C32.7957 19.0271 31.7331 19.1477 26.74 18.5227C26.6719 18.5177 26.6032 18.5129 26.5339 18.5083C21.256 18.5075 20.5965 19.4728 16.6583 22.4477C12.6481 25.6549 10.5242 32.2901 10.5712 35.4737C10.5566 35.8658 10.5515 36.2648 10.5568 36.69C10.588 39.6994 11.2155 43.4967 13.0665 46.9274C15.0711 50.9588 20.0177 54.1277 24.9144 54.622C25.4883 54.7002 26.0999 54.7539 26.74 54.7761C31.539 55.1953 36.9821 52.3147 38.8547 50.0667C41.0585 47.6265 41.4897 46.8202 42.5022 43.8021C43.0442 42.0388 43.5343 39.5563 43.7693 37.3946C43.8822 36.3057 44.0255 36.5496 44.0607 37.6582C44.0966 39.2881 43.8236 40.6005 43.8272 41.4592C43.807 43.1703 43.7529 43.9711 42.7404 45.8954C41.6812 47.7738 41.468 48.8472 40.6598 49.8573C40.2461 50.3469 39.9919 50.5483 39.2981 51.2178C38.579 51.8478 37.4991 53.1087 34.6403 54.6689C31.5297 56.2775 28.8055 56.5719 26.74 56.6322C24.9318 56.6685 23.5414 56.4774 22.4076 56.2466C19.9213 55.8961 15.1351 53.2667 12.7433 49.9444C10.2379 47.2342 8.37629 40.4602 8.52622 36.69C8.5157 36.1998 8.51551 35.771 8.51775 35.3934C8.6308 32.1196 8.98186 32.1193 9.81157 29.6371ZM63.2856 59.2247C63.7979 59.2399 64.3002 59.2476 64.7954 59.2491L64.0444 60C64.0592 55.0714 63.4611 50.8563 63.5555 44.6409C63.6593 37.8013 64.0491 36.7769 63.9614 28.9437C63.9208 25.3159 63.9562 21.6871 63.9899 18.49L63.9821 17.6925L64.7954 17.6845C68.5012 17.7237 71.6271 17.7607 73.4995 17.6748C76.987 17.5146 77.3551 17.9988 82.3078 17.8913C86.2562 17.8055 88.9646 17.8283 92.0954 17.9209L92.6589 17.9153L92.6645 18.49C92.641 19.2861 92.613 20.1096 92.581 20.9877C92.4236 25.3193 92.2893 38.6265 92.4826 43.4653C92.676 48.3043 92.3405 53.8233 92.2609 57.1424C92.2361 58.1762 92.2022 58.9898 92.1669 59.6136C92.152 59.8778 92.1207 59.9999 92.0898 60C92.0897 60 92.0897 60 92.0897 60C92.0512 59.9999 92.0134 59.8106 92.0085 59.471C91.9849 57.8226 91.9227 55.3588 91.7832 52.4482C91.523 47.0213 91.8105 46.4282 91.6768 39.1C91.5431 31.7718 91.2759 27.3689 91.4487 18.7464C91.4504 18.6602 91.4521 18.5748 91.4536 18.49L92.0954 19.1318C83.6888 18.9782 81.6273 19.683 69.5774 19.2772C67.7661 19.2162 66.196 19.1811 64.7954 19.1657L65.4711 18.49C65.3834 26.5007 65.9441 28.9652 66.0297 39.2892C66.0841 45.8518 65.9869 53.3456 65.8917 60L65.8809 61.107L64.7954 61.0963C62.7637 61.0673 60.8102 61.0384 58.9854 61.0141L57.9614 61.004L57.9713 60C58.0145 56.7552 58.0434 53.9172 58.0332 51.7695C57.9986 44.4579 57.9105 34.6379 58.0103 24.2728C58.0434 20.8394 58.0378 17.1392 58.0221 13.31L58.0317 12.3374L58.9854 12.3467C66.7161 12.315 74.9731 12.2418 82.6245 12.3609C87.2415 12.4327 92.6295 12.5122 97.9054 12.5914L98.631 12.5985L98.624 13.31C98.507 21.1082 98.3907 28.6615 98.3008 33.1188C98.1501 40.5914 98.1161 42.4128 98.2082 49.6056C98.2461 52.5687 98.2312 56.3336 98.1481 60L98.1457 60.245L97.9054 60.2427C96.4559 60.2098 95.0218 60.1663 93.6587 60.1111C91.2375 60.0131 91.7861 59.8767 94.2232 59.8114C95.5462 59.776 96.7813 59.7625 97.9054 59.7508L97.6562 60C97.6364 58.0965 97.6218 56.5114 97.5146 55.3569C97.1739 51.6878 97.0432 50.1283 97.2415 45.4963C97.4398 40.8645 96.9891 38.682 97.041 35.9819C97.0929 33.2817 97.3587 33.3261 97.1539 19.597C97.1203 17.3393 97.0907 15.2494 97.0646 13.31L97.9054 14.1508C88.0506 14.2834 82.0816 14.3266 77.7373 14.3677C73.6675 14.4062 66.1315 14.2732 58.9854 14.2535L59.9289 13.31C59.9235 15.2932 59.9267 17.2463 59.9448 19.0869C60.0281 27.5604 59.9518 44.7866 60.0881 51.7307C60.1777 56.2956 60.0798 57.8657 59.955 60L58.9854 59.0304C60.0976 59.0954 61.3631 59.1678 63.2856 59.2247ZM116.373 14.0853C112.782 13.9206 109.948 14.6402 105.599 14.5526L106.842 13.31C106.841 13.3506 106.84 13.3914 106.839 13.4323C106.784 15.7655 106.65 17.051 106.548 18.49L105.599 17.5414C106.885 17.6324 108.293 17.6974 110.681 17.656C114.234 17.5944 117.788 17.7075 120.369 17.7249L121.123 17.7134L121.134 18.49C121.127 19.585 121.137 20.5052 121.185 21.1761C121.345 23.4288 120.861 23.6665 120.968 26.8656C121.076 30.0645 121.012 32.0033 120.855 34.801C120.698 37.5989 120.563 46.1943 120.757 49.3198C120.95 52.4454 120.614 56.0103 120.535 58.1542C120.51 58.822 120.476 59.3475 120.441 59.7504C120.426 59.9211 120.395 60 120.364 60C120.364 60 120.364 60 120.364 60C120.325 59.9999 120.287 59.8777 120.283 59.6583C120.259 58.5935 120.197 57.0021 120.057 55.1221C119.797 51.6167 120.084 51.2337 119.951 46.5001C119.817 41.7667 119.55 38.9228 119.723 33.3532C119.895 27.7838 119.172 26.5045 119.582 18.6427C119.585 18.5915 119.587 18.5406 119.59 18.49L120.369 19.2694C113.213 18.9059 111.945 19.5213 105.599 19.6927L104.379 19.6742L104.397 18.49C104.383 17.9897 104.372 17.4579 104.365 16.8891C104.35 15.7331 104.347 14.5323 104.351 13.31L104.371 12.0432L105.599 12.0619C112.661 12.0884 120.441 12.3873 124.467 12.3578C128.905 12.3253 134.773 12.2456 141.019 12.3189L142.025 12.3342L142.011 13.31C142.006 13.7113 142 14.1142 141.994 14.5184C141.975 15.7911 141.969 17.1206 141.97 18.49L141.956 19.4552L141.019 19.4409C136.317 19.4446 131.144 19.5349 126.179 19.4943L127.184 18.49C127.174 19.6848 127.156 20.8675 127.129 22.0286C126.95 29.4188 126.725 39.867 126.575 44.694C126.424 49.5207 126.39 50.6972 126.482 55.3432C126.509 56.7034 126.509 58.3253 126.477 60L126.473 60.3025L126.179 60.2981C124.566 60.2673 122.904 60.2066 121.379 60.1111C119.815 60.0131 120.17 59.8767 121.744 59.8114C123.508 59.7383 125.031 59.7587 126.179 59.6954L125.875 60C125.855 59.6502 125.828 59.335 125.789 59.0581C125.448 56.6881 125.317 55.6808 125.516 52.6889C125.714 49.6971 125.263 48.2873 125.315 46.5433C125.367 44.7992 125.633 44.8279 125.428 35.9598C125.223 27.0917 125.171 22.2302 125.122 18.8719C125.12 18.7493 125.118 18.622 125.117 18.49L125.101 17.4444L126.179 17.428C129.53 17.4006 135.851 17.5947 141.019 17.5386L140.068 18.49C140.066 18.2807 140.063 18.0733 140.06 17.868C140.041 16.6009 140.03 15.0307 140.023 13.31L141.019 14.3062C135.308 14.3288 127.939 14.3079 124.492 14.4127C120.007 14.549 119.998 14.2515 116.373 14.0853ZM186.606 43.3533C186.772 37.0377 186.038 32.066 186.141 24.3682C186.212 19.1498 186.414 16.9392 186.509 13.31L187.381 14.1824C185.793 14.1406 183.933 14.1193 181.431 14.1382L182.106 13.7906C181.983 13.9663 181.857 14.1461 181.729 14.3301C176.685 21.5607 171.35 28.5898 169.203 31.8797C167.056 35.1694 166.421 35.2258 163.274 39.8279C160.128 44.4298 158.116 47.1445 155.159 51.0233C155.089 51.116 155.015 51.2134 154.938 51.3153L154.083 52.5254L154.077 51.04C154.229 45.8212 154.353 31.4248 154.164 26.109C154.01 21.7843 154.19 16.9769 154.311 13.31L154.551 13.5504C153.601 13.5191 152.726 13.4919 151.957 13.4755C150.794 13.4507 149.878 13.4168 149.176 13.3815C148.879 13.3666 148.741 13.3353 148.741 13.3044C148.741 13.3043 148.741 13.3043 148.741 13.3043C148.741 13.2658 148.954 13.228 149.337 13.2231C150.659 13.2063 152.447 13.1699 154.551 13.0998L154.763 13.1017L154.761 13.31C154.79 14.1583 154.823 15.058 154.863 15.9991C155.124 22.1069 154.836 22.7744 154.97 31.022C155.09 38.4098 155.317 43.1559 155.238 51.04L153.992 50.6413C154.531 49.8994 155.099 49.1252 155.701 48.3118C161.472 40.5086 162.177 38.2736 170.459 27.3547C175.811 20.298 177.797 17.1283 180.648 12.7517L180.944 12.3436L181.431 12.3479C183.169 12.2755 185.071 12.2036 187.381 12.1504L188.551 12.1606L188.541 13.31C188.575 14.7974 188.602 16.4541 188.616 18.3451C188.716 31.9958 188.299 49.2272 188.333 57.456C188.337 58.2766 188.341 59.1254 188.345 60L188.337 60.9722L187.381 60.9639C185.551 60.9728 183.608 60.9831 181.571 60.9924L180.57 60.9836L180.579 60C180.548 53.25 180.527 45.4756 180.596 37.4078C180.638 32.5061 180.618 27.1215 180.594 21.57L182.369 22.1352C177.967 28.405 173.388 34.9388 168.988 40.971C164.737 46.798 159.507 53.9805 154.853 60.3625L154.66 60.6299L154.341 60.6271C152.402 60.6006 150.522 60.5745 148.741 60.5491L148.187 60.5443L148.192 60C148.248 56.084 148.3 52.6454 148.346 50.1024C148.497 41.6923 148.531 39.6424 148.438 31.5473C148.386 26.8941 148.435 20.4839 148.63 15.0694C148.728 12.3445 148.865 12.962 148.93 15.7047C149.025 19.7155 148.962 23.0079 149.132 25.0745C149.473 29.2039 149.603 30.959 149.405 36.1721C149.207 41.385 149.658 43.8413 149.606 46.8801C149.561 49.5206 149.354 49.8291 149.435 60L148.741 59.3064C150.276 59.2942 152.036 59.2754 154.062 59.2485C154.155 59.2473 154.248 59.2461 154.341 59.2448L153.725 59.5634C162.391 46.9836 167.208 40.0967 170.53 35.3229C172.769 32.1064 176.761 26.6326 180.789 21.016L182.518 18.5562L182.53 21.57C182.51 24.979 182.503 28.4215 182.531 31.5713C182.592 38.5659 182.567 50.8596 182.603 60L181.571 58.968C183.718 58.9595 185.692 58.9476 187.381 58.9305L186.312 60C186.302 59.0757 186.291 58.2363 186.279 57.4996C186.142 49.6847 186.44 49.6686 186.606 43.3533ZM229.377 44.5727C229.543 40.1674 228.808 36.6996 228.912 31.3302C229.016 25.9609 229.405 25.1567 229.318 19.0074C229.29 17.0732 229.298 15.1386 229.316 13.31L230.152 14.1459C228.013 14.1246 226.02 14.0886 224.342 14.0768L225.109 13.31C225.098 14.7586 225.106 15.9724 225.157 16.8419C225.317 19.5797 224.833 19.8687 224.941 23.7566C225.048 27.6444 224.985 30.0007 224.827 33.4009C224.808 33.8169 224.789 34.3382 224.771 34.94L224.775 35.2085L224.523 35.3294C221.749 36.5983 216.826 37.4369 212.932 37.4055C211.127 37.4223 209.53 37.2508 208.462 37.021C206.534 36.6826 204.517 35.3148 203.686 33.4842C202.813 31.692 202.713 29.8857 202.633 28.587C202.591 27.7742 202.612 27.1206 202.642 26.6376C202.655 26.4287 202.687 26.3299 202.717 26.33C202.717 26.33 202.717 26.33 202.717 26.33C202.756 26.3299 202.793 26.4826 202.801 26.7478C202.857 28.0174 202.945 30.0162 203.81 32.0705C204.662 33.9493 205.511 34.7086 206.578 35.4074C207.671 36.0662 209.135 36.6272 211.965 36.6742C212.3 36.6787 212.609 36.6754 212.932 36.6669C217.076 36.48 220.14 35.9541 224.047 34.3051L223.642 34.94C223.648 33.9228 223.665 32.8334 223.695 31.6414C223.868 24.8726 223.145 23.3178 223.555 13.7629C223.561 13.6098 223.567 13.4588 223.573 13.31L223.583 12.5321L224.342 12.5416C226.729 12.6374 228.569 12.6582 230.152 12.6347L230.835 12.6433L230.827 13.31C230.893 17.7862 231.313 20.2077 231.386 27.129C231.487 36.6506 231.069 48.6698 231.104 54.4096C231.114 56.113 231.129 57.9899 231.143 60L231.13 61.0031L230.152 60.9908C228.316 61.003 226.369 61.0139 224.342 61.0187L223.311 61.0058L223.323 60C223.316 56.7678 223.324 53.3313 223.367 49.8148C223.406 46.6502 223.391 43.197 223.37 39.63L224.727 40.5226C220.586 42.3546 215.869 43.3405 211.322 43.2889C210.072 43.2783 208.828 43.1958 207.603 43.0019C204.287 42.5718 200.086 40.6834 198.289 36.9825C196.448 33.4051 196.333 29.4837 196.369 26.26C196.419 23.8551 196.465 21.7447 196.506 20.1434C196.586 17.058 196.633 15.1999 196.646 13.31L196.649 13.051L196.902 13.0542C198.541 13.0658 200.204 13.052 202.712 13.0121L203.013 13.0158L203.01 13.31C203.011 13.4084 203.013 13.5081 203.015 13.6091C203.068 16.8548 203.018 21.326 202.823 25.1028C202.725 27.0035 202.589 26.5728 202.523 24.6596C202.428 21.8621 202.492 19.5655 202.321 18.1241C202.091 16.1821 201.957 14.993 201.955 13.31L202.712 14.0671C201.898 14.0682 200.97 14.0385 199.785 13.9739C198.664 13.9127 197.726 13.9133 196.902 13.9418L197.534 13.31C197.598 15.158 197.802 16.4297 197.766 17.8958C197.723 19.6669 197.53 19.9338 197.587 26.26C197.601 27.488 197.659 28.9459 197.915 30.653C199.353 41.6382 207.986 41.1163 211.322 41.2352C211.4 41.2342 211.478 41.233 211.555 41.2315C214.346 41.216 219.388 40.7475 223.964 38.7562L225.276 38.1713L225.294 39.63C225.279 41.7226 225.277 43.8121 225.301 45.7438C225.346 49.2953 225.345 54.8054 225.355 60L224.342 58.987C226.372 58.9831 228.354 58.9774 230.152 58.9666L229.118 60C229.105 57.7817 229.084 55.8434 229.049 54.44C228.913 48.9889 229.21 48.9777 229.377 44.5727ZM246.13 22.4024C246.17 21.0453 246.157 19.7584 246.116 18.49L246.108 17.709L246.905 17.7011C250.849 17.5731 254.615 17.1715 259.759 17.2501C265.311 17.3349 267.008 17.6104 271.685 17.6608L270.856 18.49C270.867 17.4404 270.867 16.2406 270.851 14.8135C270.845 14.312 270.841 13.8104 270.838 13.31L271.685 14.1567C264.417 14.1991 257.39 13.9754 254.147 14.1252C250.68 14.2854 250.314 13.8012 245.392 13.9087C243.792 13.9437 242.397 13.9606 241.095 13.9621L241.747 13.31C241.75 16.0144 241.687 18.3181 241.58 21.224C241.423 25.5294 241.289 38.7559 241.482 43.5655C241.675 48.3751 241.34 53.8607 241.26 57.1597C241.236 58.1873 241.202 58.996 241.166 59.6159C241.151 59.8786 241.12 59.9999 241.089 60C241.089 60 241.089 60 241.089 60C241.051 59.9999 241.013 59.8118 241.008 59.4742C240.984 57.8357 240.922 55.3869 240.783 52.494C240.522 47.0999 240.81 46.5105 240.676 39.2266C240.542 31.9427 240.275 27.5666 240.448 18.9962C240.493 16.7469 240.477 14.9523 240.436 13.31L240.442 12.6444L241.095 12.6509C245.71 12.5345 249.122 12.2205 258.045 12.5228C264.643 12.7463 268.021 12.6229 271.685 12.4482L272.555 12.4568L272.547 13.31C272.622 14.8899 272.707 16.5228 272.777 18.49L272.767 19.5933L271.685 19.5826C269.85 19.6486 267.723 19.7022 265.078 19.7243C259.338 19.7722 252.88 19.7027 246.905 19.6204L248.035 18.49C247.955 24.3477 247.862 29.7413 247.855 33.54L246.905 32.5895C247.368 32.5903 247.808 32.5898 248.222 32.5878C254.456 32.5581 262.524 32.4891 271.195 32.5331L272.212 32.5431L272.202 33.54C272.194 34.9777 272.184 36.4321 272.17 37.8973C272.167 38.1699 272.165 38.4441 272.163 38.72L272.153 39.6973L271.195 39.6879C263.814 39.63 255.273 39.738 246.905 39.7347L247.919 38.72C247.918 41.8612 247.901 44.9779 247.854 47.9997C247.82 50.1365 247.785 52.4395 247.749 54.82L246.905 53.9754C255.559 54.1062 265.238 54.2482 271.685 54.3629L272.146 54.3674L272.142 54.82C272.12 56.0371 272.1 57.1389 272.08 58.0969C272.066 58.7753 272.054 59.4069 272.042 60L272.038 60.3605L271.685 60.357C265.785 60.2395 263.697 60.2191 257.201 60.3028C253.092 60.3557 247.43 60.3058 242.649 60.1111C240.242 60.0131 240.787 59.8767 243.21 59.8114C246.752 59.716 249.659 59.7798 251.485 59.6093C255.131 59.2685 256.681 59.1378 261.285 59.3361C265.889 59.5344 268.058 59.0838 270.742 59.1356C271.09 59.1424 271.393 59.1527 271.685 59.1651L270.85 60C270.899 58.8484 270.981 57.8532 271.004 54.82L271.685 55.5012C269.555 55.4851 266.421 55.4979 261.522 55.5715C255.59 55.6605 250.823 55.7207 246.905 55.7644L245.97 55.7736L245.96 54.82C245.904 49.7242 245.875 46.0635 245.847 43.1421C245.836 41.9392 245.839 40.4315 245.851 38.72L245.84 37.6765L246.905 37.666C252.546 37.7035 260.401 37.8244 266.863 37.7606C268.131 37.748 269.597 37.7391 271.195 37.7325L270.207 38.72C270.201 37.1064 270.196 35.3576 270.193 33.54L271.195 34.5415C262.858 34.556 253.074 34.5476 248.261 34.6427C247.776 34.6523 247.326 34.6597 246.905 34.6652L245.791 34.6762L245.78 33.54C245.707 27.9646 245.975 27.5883 246.13 22.4024ZM319.561 21.4351C316.765 17.6801 313.328 15.8098 308.073 14.3655C305.819 13.8041 304.307 13.6554 302.858 13.5544C300.87 13.4742 298.925 13.3863 295.337 14.5382C289.074 16.4897 284.407 21.5293 283.188 24.1284C281.966 26.7136 281.255 26.7794 280.298 30.8249C279.853 33.0994 279.731 34.9115 279.691 36.69C279.667 38.0952 279.706 39.4815 279.894 41.0765C280.085 42.875 280.924 46.5842 282.934 49.8152C284.87 53.0894 287.894 55.6147 289.661 56.6157C293.127 58.7566 297.6 60.2762 300.429 60.5619C301.299 60.6677 301.994 60.7241 302.527 60.7664C302.753 60.784 302.858 60.8146 302.858 60.8456C302.858 60.8457 302.858 60.8457 302.858 60.8457C302.858 60.884 302.694 60.9229 302.402 60.923C300.986 60.9221 298.859 60.8384 296.376 60.3378C291.843 59.1386 291.204 58.8895 286.223 54.9418C281.657 50.5755 279.283 46.833 278.529 39.3072C278.465 38.3553 278.441 37.4949 278.438 36.69C278.769 31.3604 277.959 27.9744 283.811 20.4642C291.314 13.467 293.064 12.3199 302.858 11.3172C303.189 11.3128 303.518 11.3145 303.866 11.324C310.657 11.2152 318.215 15.6398 321.642 21.1697L322.317 22.1486L321.293 22.7039C319.51 23.6583 317.84 24.5538 316.352 25.3601L315.559 25.7902L315.073 25.0564C314.27 23.8405 313.348 22.8944 312.514 22.2003C310.205 20.2577 306.752 18.7099 302.858 18.7352C299.175 18.7248 295.196 19.9626 292.085 22.5974C288.349 25.6362 285.981 31.0963 286.081 36.69C286.081 40.8788 287.351 45.0625 289.715 48.2708C292.315 52.0419 297.575 55.0144 302.858 54.9935C308.313 55.1622 312.875 52.0877 314.816 49.6504C315.097 49.3177 315.348 48.989 315.574 48.6673L315.766 48.3869L316.054 48.5497C318.114 49.7444 319.56 50.5791 320.973 51.3723L321.234 51.5196L321.057 51.7541C319.808 53.3723 318.575 54.9526 316.038 56.9635C313.252 59.2573 308.364 61.01 304.204 60.9174C302.118 60.8722 302.605 60.7593 304.668 60.5893C307.684 60.293 310.092 59.5737 311.445 58.8124C314.095 57.2125 315.117 56.4745 318.016 53.9308C319.059 52.9596 319.768 52.0413 320.324 51.2136L320.535 52.1709C318.965 51.3976 317.759 50.9264 316.494 50.1942C316.108 49.9707 315.802 49.7824 315.486 49.5847L316.557 49.3223C316.051 49.9728 315.515 50.6952 314.105 51.9938C312.677 53.2052 310.31 55.308 305.385 56.2227C304.524 56.3672 303.678 56.4398 302.858 56.4528C291.802 56.2687 287.598 49.26 285.868 45.6785C284.927 43.6789 284.013 40.3834 284.075 36.69C284.072 32.56 285.385 27.944 287.699 24.6083C289.942 20.8368 296.367 16.4679 302.858 16.7045C307.673 16.6512 311.756 18.8943 313.812 20.6062C315.349 21.853 316.202 22.9599 316.806 23.8805L315.333 23.5306C317.124 22.5874 318.106 22.2074 320.382 21.068L320.113 22.2504C319.949 21.9942 319.766 21.7228 319.561 21.4351ZM331.447 14.0853C330.344 14.0508 329.289 14.0551 328.253 14.0826L329.026 13.31C329.131 17.2677 329.575 20.9615 329.493 26.0964C329.389 32.5756 328.999 33.546 329.087 40.9664C329.175 48.3864 328.908 55.8106 329.068 59.1146C329.084 59.4353 329.093 59.7283 329.098 60L328.253 59.1552C330.41 59.1192 331.233 59.3948 334.063 59.4158L333.479 60C333.482 59.515 333.478 58.971 333.464 58.3513C333.357 53.6599 333.42 50.8165 333.577 46.7134C333.601 46.0917 333.624 45.2747 333.646 44.32L333.645 44.1669L333.75 44.0444C335.075 42.6095 336.775 40.7383 338.519 38.7934L338.753 38.5216L338.992 38.7986C341.89 42.2952 344.99 45.9562 346.661 47.7766C349.764 51.1561 352.878 55.369 354.844 57.8239C355.457 58.5886 355.928 59.1996 356.282 59.6741C356.432 59.8751 356.482 59.9837 356.459 60.0036C356.459 60.0036 356.459 60.0037 356.459 60.0037C356.429 60.0284 356.285 59.9157 356.074 59.6729C355.049 58.4944 353.497 56.7504 351.612 54.7326C348.099 50.9703 347.957 50.3555 343.379 45.1348C341.485 42.975 339.88 41.1926 338.285 39.3948L339.212 39.405C337.779 41.1162 336.331 42.8205 334.59 44.7844L334.765 44.32C334.762 45.6996 334.745 47.1866 334.71 48.8367C334.608 53.6565 334.818 56.2855 334.923 60L334.914 60.8687L334.063 60.8598C332.429 60.9061 330.585 60.932 328.253 60.9022L327.342 60.8927L327.351 60C327.368 58.6485 327.404 57.133 327.466 55.3991C327.876 43.8694 327.119 42.6558 327.019 31.166C326.969 25.5228 327.045 19.1525 327.13 13.31L327.142 12.1758L328.253 12.1874C330.27 12.2169 332.224 12.2476 334.063 12.2748L335.109 12.2857L335.098 13.31C335.044 16.9912 335.003 20.2137 335.015 22.5639C335.036 26.7865 335.077 31.8924 335.083 37.46L333.287 36.7968C335.601 34.085 338.049 31.2385 340.569 28.3508C344.679 23.642 349.287 18.1316 353.945 12.6533L354.258 12.2949L354.713 12.2996C357.151 12.2928 359.589 12.2929 361.993 12.3076L364.213 12.324L362.747 13.9709C361.654 15.2013 360.568 16.4148 359.492 17.601C354.474 23.1377 348.033 30.2621 342.949 35.8651L342.952 35.1383C345.135 37.7562 347.05 40.0585 348.451 41.7539C352.962 47.2118 354.063 48.5404 358.584 53.639C360.142 55.3962 362.02 57.58 363.883 59.8184L364.278 60.2826L363.673 60.278C361.728 60.2438 359.769 60.1891 357.944 60.1111C355.65 60.0131 356.17 59.8767 358.479 59.8114C360.443 59.7559 362.202 59.7543 363.673 59.729L363.468 60.177C362.764 59.3886 362.148 58.7211 361.618 58.2169C359.09 55.808 358.026 54.7749 355.309 51.3232C352.593 47.8716 350.901 46.6007 349.269 44.6303C347.837 42.9003 347.838 42.5799 342.006 35.9548L341.61 35.5059L342.009 35.0409C342.809 34.1102 343.715 33.0509 344.742 31.8408C353.164 21.9274 357.826 16.5325 361.036 12.7971C361.088 12.7361 361.142 12.6741 361.196 12.6112L361.993 14.3699C360.137 14.3845 357.588 14.3634 354.713 14.335L355.492 13.9761C352.274 17.6655 348.425 22.0602 345.232 25.8743C342.647 28.962 338.675 33.6095 334.832 38.1172L333.068 40.2045L333.052 37.46C333.043 31.5757 333.028 25.8787 332.96 22.6006C332.851 17.3194 333.021 16.2696 333.178 13.31L334.063 14.1945C333.336 14.1559 332.494 14.118 331.447 14.0853ZM408.159 43.3533C408.325 37.0377 407.59 32.066 407.694 24.3682C407.764 19.1498 407.966 16.9392 408.062 13.31L408.934 14.1824C407.346 14.1406 405.486 14.1193 402.984 14.1382L403.659 13.7906C403.535 13.9663 403.41 14.1461 403.281 14.3301C398.238 21.5607 392.903 28.5898 390.755 31.8797C388.608 35.1694 387.974 35.2258 384.827 39.8279C381.68 44.4298 379.669 47.1445 376.712 51.0233C376.642 51.116 376.568 51.2134 376.49 51.3153L375.636 52.5254L375.63 51.04C375.782 45.8212 375.905 31.4248 375.717 26.109C375.563 21.7843 375.743 16.9769 375.864 13.31L376.104 13.5504C375.153 13.5191 374.279 13.4919 373.51 13.4755C372.347 13.4507 371.431 13.4168 370.729 13.3815C370.431 13.3666 370.294 13.3353 370.294 13.3044C370.294 13.3043 370.294 13.3043 370.294 13.3043C370.294 13.2658 370.507 13.228 370.889 13.2231C372.212 13.2063 374 13.1699 376.104 13.0998L376.316 13.1017L376.314 13.31C376.342 14.1583 376.376 15.058 376.416 15.9991C376.676 22.1069 376.389 22.7744 376.523 31.022C376.642 38.4098 376.869 43.1559 376.791 51.04L375.544 50.6413C376.084 49.8994 376.652 49.1252 377.254 48.3118C383.025 40.5086 383.729 38.2736 392.012 27.3547C397.364 20.298 399.349 17.1283 402.2 12.7517L402.497 12.3436L402.984 12.3479C404.721 12.2755 406.624 12.2036 408.934 12.1504L410.104 12.1606L410.094 13.31C410.128 14.7974 410.154 16.4541 410.168 18.3451C410.269 31.9958 409.852 49.2272 409.886 57.456C409.89 58.2766 409.894 59.1254 409.898 60L409.889 60.9722L408.934 60.9639C407.104 60.9728 405.161 60.9831 403.124 60.9924L402.123 60.9836L402.132 60C402.101 53.25 402.08 45.4756 402.149 37.4078C402.191 32.5061 402.171 27.1215 402.146 21.57L403.922 22.1352C399.52 28.405 394.941 34.9388 390.54 40.971C386.289 46.798 381.06 53.9805 376.406 60.3625L376.213 60.6299L375.894 60.6271C373.955 60.6006 372.075 60.5745 370.294 60.5491L369.74 60.5443L369.745 60C369.801 56.084 369.853 52.6454 369.899 50.1024C370.049 41.6923 370.083 39.6424 369.991 31.5473C369.938 26.8941 369.988 20.4839 370.183 15.0694C370.281 12.3445 370.417 12.962 370.483 15.7047C370.578 19.7155 370.514 23.0079 370.685 25.0745C371.025 29.2039 371.156 30.959 370.958 36.1721C370.76 41.385 371.21 43.8413 371.158 46.8801C371.113 49.5206 370.907 49.8291 370.988 60L370.294 59.3064C371.829 59.2942 373.588 59.2754 375.615 59.2485C375.708 59.2473 375.801 59.2461 375.894 59.2448L375.278 59.5634C383.944 46.9836 388.76 40.0967 392.083 35.3229C394.322 32.1064 398.314 26.6326 402.342 21.016L404.07 18.5562L404.082 21.57C404.063 24.979 404.056 28.4215 404.083 31.5713C404.145 38.5659 404.12 50.8596 404.156 60L403.124 58.968C405.271 58.9595 407.244 58.9476 408.934 58.9305L407.864 60C407.855 59.0757 407.844 58.2363 407.831 57.4996C407.695 49.6847 407.992 49.6686 408.159 43.3533ZM435.7 6.18429C434.578 5.62328 433.296 5.81842 432.05 4.72509C430.965 3.68864 431.003 3.22385 430.113 2.10756L431.293 2.25745C431.208 2.32877 431.119 2.40657 431.025 2.49186C430.034 3.389 428.898 4.10852 428.247 4.66288L428.378 3.61325C428.499 3.7684 428.615 3.89228 428.725 3.97906C429.29 4.40869 428.966 4.79648 429.761 5.43305C430.564 6.04472 430.993 6.45617 431.641 7.08125C432.246 7.75979 434.759 9.03242 435.802 9.01301C436.803 9.07071 437.875 9.52904 438.576 9.63216C438.792 9.66581 438.961 9.70216 439.093 9.73824C439.149 9.7535 439.174 9.78472 439.175 9.81563C439.175 9.81565 439.175 9.81567 439.175 9.81569C439.175 9.85415 439.134 9.8921 439.062 9.89643C438.711 9.91733 438.185 9.96339 437.545 10.033C436.342 10.132 436.252 9.85593 434.693 9.53519C433.15 9.15405 432.092 8.97215 430.608 7.74647C429.274 6.52587 428.392 6.69464 427.098 4.56665L426.631 3.87539L427.24 3.42532C427.323 3.37432 427.41 3.32258 427.5 3.27007C429.071 2.35928 429.419 1.71532 430.136 0.83503L431.026 0.176262L431.589 1.0196C431.935 1.31672 432.324 1.65872 432.838 2.12336C434.453 3.72306 437.139 5.02301 438.598 4.99094C438.781 4.99723 438.974 4.99786 439.175 4.99205C440.508 4.95973 442.126 4.60548 443.662 3.82951C444.792 3.27293 445.863 2.23404 446.681 1.03493L447.374 0.149731L448.142 0.836594C448.868 1.41178 449.581 2.00252 450.229 2.6138C450.492 2.86234 450.772 3.12576 451.062 3.39779L451.702 3.97053L451.216 4.57897C449.708 6.47215 447.308 8.03023 446.013 8.52555C444.492 9.12207 444.123 9.21634 442.644 9.70654C441.79 9.97457 440.539 10.0975 439.508 9.91747C438.99 9.82524 439.114 9.69119 439.619 9.61481C440.359 9.49764 440.971 9.4848 441.32 9.2594C442.013 8.79994 442.266 8.62132 443.216 8.54782C444.177 8.45148 444.414 7.84607 444.913 7.67058C445.382 7.4451 445.651 7.85897 447.707 5.99932C448.67 5.05128 449.283 4.20303 449.737 3.50607L449.908 4.81479C449.161 4.26665 448.611 3.85188 448.16 3.51726C447.819 3.26453 447.368 2.86764 446.858 2.41413L448.339 2.21307C447.617 3.1612 446.581 4.12826 445.626 4.86689C444.319 6.04801 441.054 7.06736 439.175 7.02177C438.915 7.03274 438.683 7.0377 438.486 7.04282C436.852 7.03259 436.872 6.69998 435.7 6.18429ZM457.719 43.3533C457.885 37.0377 457.151 32.066 457.255 24.3682C457.325 19.1498 457.527 16.9392 457.622 13.31L458.495 14.1824C456.906 14.1406 455.047 14.1193 452.545 14.1382L453.219 13.7906C453.096 13.9663 452.97 14.1461 452.842 14.3301C447.798 21.5607 442.463 28.5898 440.316 31.8797C438.169 35.1694 437.534 35.2258 434.387 39.8279C431.241 44.4298 429.229 47.1445 426.273 51.0233C426.202 51.116 426.128 51.2134 426.051 51.3153L425.196 52.5254L425.19 51.04C425.342 45.8212 425.466 31.4248 425.277 26.109C425.124 21.7843 425.304 16.9769 425.424 13.31L425.665 13.5504C424.714 13.5191 423.84 13.4919 423.071 13.4755C421.907 13.4507 420.991 13.4168 420.289 13.3815C419.992 13.3666 419.855 13.3353 419.855 13.3044C419.855 13.3043 419.855 13.3043 419.855 13.3043C419.855 13.2658 420.068 13.228 420.45 13.2231C421.772 13.2063 423.56 13.1699 425.665 13.0998L425.877 13.1017L425.875 13.31C425.903 14.1583 425.937 15.058 425.977 15.9991C426.237 22.1069 425.949 22.7744 426.083 31.022C426.203 38.4098 426.43 43.1559 426.352 51.04L425.105 50.6413C425.645 49.8994 426.213 49.1252 426.814 48.3118C432.586 40.5086 433.29 38.2736 441.572 27.3547C446.925 20.298 448.91 17.1283 451.761 12.7517L452.057 12.3436L452.545 12.3479C454.282 12.2755 456.184 12.2036 458.495 12.1504L459.664 12.1606L459.654 13.31C459.688 14.7974 459.715 16.4541 459.729 18.3451C459.829 31.9958 459.412 49.2272 459.447 57.456C459.45 58.2766 459.454 59.1254 459.458 60L459.45 60.9722L458.495 60.9639C456.665 60.9728 454.721 60.9831 452.685 60.9924L451.684 60.9836L451.692 60C451.661 53.25 451.64 45.4756 451.709 37.4078C451.751 32.5061 451.731 27.1215 451.707 21.57L453.482 22.1352C449.081 28.405 444.502 34.9388 440.101 40.971C435.85 46.798 430.62 53.9805 425.966 60.3625L425.773 60.6299L425.455 60.6271C423.515 60.6006 421.636 60.5745 419.855 60.5491L419.301 60.5443L419.305 60C419.361 56.084 419.414 52.6454 419.459 50.1024C419.61 41.6923 419.644 39.6424 419.552 31.5473C419.499 26.8941 419.549 20.4839 419.743 15.0694C419.841 12.3445 419.978 12.962 420.043 15.7047C420.139 19.7155 420.075 23.0079 420.245 25.0745C420.586 29.2039 420.717 30.959 420.518 36.1721C420.32 41.385 420.771 43.8413 420.719 46.8801C420.674 49.5206 420.467 49.8291 420.548 60L419.855 59.3064C421.389 59.2942 423.149 59.2754 425.175 59.2485C425.268 59.2473 425.362 59.2461 425.455 59.2448L424.838 59.5634C433.505 46.9836 438.321 40.0967 441.643 35.3229C443.882 32.1064 447.874 26.6326 451.903 21.016L453.631 18.5562L453.643 21.57C453.623 24.979 453.616 28.4215 453.644 31.5713C453.705 38.5659 453.68 50.8596 453.717 60L452.685 58.968C454.832 58.9595 456.805 58.9476 458.495 58.9305L457.425 60C457.416 59.0757 457.405 58.2363 457.392 57.4996C457.255 49.6847 457.553 49.6686 457.719 43.3533Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#first_screen .cta h1 .speed {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  box-shadow: 3px 2px 8px 0 rgba(24, 62, 98, 0.18), 10px 9px 14px 0 rgba(24, 62, 98, 0.15), 23px 21px 19px 0 rgba(24, 62, 98, 0.09), 41px 38px 22px 0 rgba(24, 62, 98, 0.03), 64px 59px 24px 0 rgba(24, 62, 98, 0);
  color: #F04F75;
  font-weight: 700;
  font-size: 24px;
  line-height: 108%;
  text-transform: none;
  text-shadow: none;
  -webkit-text-stroke: 0;
  padding: 10px 20px;
  position: relative;
  z-index: 3;
}
#first_screen .cta .points {
  margin-bottom: 58px;
  position: relative;
  z-index: 6;
}
#first_screen .cta .points .point {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}
#first_screen .cta .points .point:last-of-type {
  margin-bottom: 0;
}
#first_screen .cta .points .point svg {
  display: flex;
  width: 9px;
  height: auto;
  flex-shrink: 0;
  margin-right: 8px;
}
#first_screen .cta .points .point b {
  margin-right: 5px;
}
#first_screen .cta .bubble {
  width: 453px;
  height: 236px;
  background-image: url("data:image/svg+xml,%3Csvg width='453' height='236' viewBox='0 0 453 236' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.6053 182.744L352.087 202.211L358.145 160.644L399.943 180.405L362.783 128.82L364.434 117.49L64.5467 61.3926L65.6053 182.744Z' fill='white'/%3E%3Cpath d='M65.6053 182.744L65.4019 185.737L62.6297 185.548L62.6054 182.77L65.6053 182.744ZM352.087 202.211L355.056 202.643L354.655 205.392L351.884 205.204L352.087 202.211ZM358.145 160.644L355.176 160.211L355.761 156.198L359.427 157.932L358.145 160.644ZM399.943 180.405L402.377 178.651L398.661 183.117L399.943 180.405ZM362.783 128.82L360.349 130.573L359.639 129.588L359.814 128.387L362.783 128.82ZM364.434 117.49L364.985 114.542L367.818 115.071L367.402 117.923L364.434 117.49ZM64.5467 61.3926L61.5469 61.4188L61.5151 57.7735L65.0984 58.4438L64.5467 61.3926ZM65.6053 182.744L65.8087 179.751L352.291 199.218L352.087 202.211L351.884 205.204L65.4019 185.737L65.6053 182.744ZM352.087 202.211L349.119 201.778L355.176 160.211L358.145 160.644L361.113 161.076L355.056 202.643L352.087 202.211ZM358.145 160.644L359.427 157.932L401.226 177.693L399.943 180.405L398.661 183.117L356.863 163.356L358.145 160.644ZM399.943 180.405L397.509 182.158L360.349 130.573L362.783 128.82L365.217 127.066L402.377 178.651L399.943 180.405ZM362.783 128.82L359.814 128.387L361.465 117.058L364.434 117.49L367.402 117.923L365.751 129.252L362.783 128.82ZM364.434 117.49L363.882 120.439L63.9951 64.3415L64.5467 61.3926L65.0984 58.4438L364.985 114.542L364.434 117.49ZM64.5467 61.3926L67.5466 61.3665L68.6052 182.717L65.6053 182.744L62.6054 182.77L61.5469 61.4188L64.5467 61.3926Z' fill='%23070708'/%3E%3Ccircle cx='92.5312' cy='112.753' r='4.5' transform='rotate(5.77473 92.5312 112.753)' fill='%23070708'/%3E%3Cpath d='M115.017 108.196L114.84 109.944L108.92 109.346L107.81 120.329L105.623 120.108L106.911 107.376L115.017 108.196ZM107.938 112.418L111.139 112.741C112.106 112.839 112.918 113.086 113.573 113.482C114.228 113.873 114.707 114.377 115.01 114.997C115.312 115.616 115.424 116.314 115.346 117.089C115.287 117.672 115.131 118.195 114.878 118.658C114.625 119.122 114.282 119.511 113.85 119.827C113.418 120.136 112.907 120.358 112.316 120.493C111.731 120.628 111.074 120.659 110.345 120.585L105.623 120.108L106.911 107.376L109.115 107.599L108.003 118.59L110.521 118.845C111.075 118.901 111.54 118.845 111.916 118.677C112.293 118.503 112.583 118.256 112.787 117.935C112.996 117.614 113.121 117.253 113.161 116.851C113.201 116.46 113.149 116.096 113.007 115.757C112.87 115.42 112.634 115.136 112.298 114.908C111.961 114.68 111.516 114.538 110.963 114.482L107.762 114.158L107.938 112.418ZM125.431 120.353L125.255 122.093L118.495 121.409L118.671 119.669L125.431 120.353ZM120.404 108.74L119.116 121.472L116.921 121.25L118.209 108.518L120.404 108.74ZM125.121 114.588L124.948 116.302L119.072 115.708L119.245 113.994L125.121 114.588ZM126.499 109.357L126.322 111.106L119.606 110.426L119.783 108.678L126.499 109.357ZM132.028 116.612L130.262 116.433L130.388 115.183L131.91 115.337C132.452 115.392 132.9 115.357 133.254 115.234C133.609 115.105 133.876 114.905 134.057 114.635C134.243 114.36 134.356 114.029 134.395 113.645C134.43 113.301 134.374 112.977 134.228 112.674C134.088 112.371 133.849 112.117 133.51 111.912C133.173 111.701 132.724 111.568 132.164 111.511C131.744 111.468 131.355 111.506 130.996 111.622C130.636 111.739 130.341 111.924 130.109 112.178C129.883 112.432 129.751 112.745 129.714 113.118L127.519 112.896C127.575 112.342 127.741 111.859 128.019 111.445C128.303 111.026 128.664 110.683 129.104 110.415C129.549 110.148 130.048 109.96 130.601 109.851C131.16 109.737 131.74 109.71 132.34 109.771C133.04 109.842 133.664 109.984 134.214 110.199C134.764 110.408 135.228 110.684 135.605 111.029C135.983 111.373 136.256 111.783 136.426 112.26C136.596 112.731 136.651 113.263 136.591 113.858C136.547 114.295 136.403 114.696 136.16 115.06C135.923 115.425 135.603 115.734 135.201 115.988C134.798 116.241 134.326 116.426 133.784 116.542C133.249 116.653 132.664 116.676 132.028 116.612ZM130.339 115.673L132.105 115.851C132.81 115.923 133.43 116.059 133.963 116.26C134.496 116.461 134.938 116.721 135.289 117.039C135.639 117.357 135.893 117.733 136.049 118.167C136.206 118.595 136.258 119.074 136.204 119.605C136.144 120.2 135.971 120.718 135.685 121.16C135.405 121.597 135.033 121.954 134.569 122.231C134.106 122.508 133.571 122.699 132.966 122.802C132.366 122.906 131.717 122.923 131.017 122.852C130.452 122.795 129.899 122.669 129.359 122.473C128.826 122.272 128.35 122 127.931 121.657C127.519 121.309 127.202 120.888 126.981 120.395C126.76 119.901 126.683 119.328 126.749 118.675L128.952 118.898C128.916 119.26 128.984 119.602 129.158 119.926C129.337 120.244 129.599 120.512 129.942 120.73C130.292 120.942 130.708 121.072 131.192 121.121C131.746 121.177 132.224 121.137 132.627 121.001C133.035 120.866 133.356 120.657 133.591 120.374C133.832 120.092 133.971 119.762 134.009 119.383C134.046 119.022 134.022 118.704 133.938 118.431C133.86 118.152 133.724 117.92 133.531 117.736C133.338 117.545 133.092 117.394 132.791 117.281C132.49 117.168 132.139 117.091 131.736 117.051L130.215 116.897L130.339 115.673ZM143.202 114.35L145.309 114.563L144.522 122.346L147.522 122.649L148.309 114.866L150.434 115.081L149.647 122.864L152.637 123.166L153.424 115.384L155.532 115.597L154.575 125.058L142.245 123.811L143.202 114.35ZM162.195 116.271L161.238 125.732L159.122 125.518L160.079 116.057L162.195 116.271ZM165.299 116.585L165.131 118.246L156.859 117.409L157.027 115.748L165.299 116.585ZM168.639 118.76L167.499 130.04L165.391 129.827L166.716 116.728L168.657 116.924L168.639 118.76ZM174.519 122.208L174.5 122.391C174.43 123.079 174.284 123.709 174.061 124.282C173.845 124.849 173.557 125.335 173.198 125.74C172.846 126.14 172.43 126.437 171.951 126.63C171.472 126.823 170.936 126.889 170.341 126.829C169.752 126.77 169.247 126.61 168.826 126.349C168.411 126.084 168.072 125.734 167.81 125.301C167.548 124.868 167.35 124.371 167.219 123.81C167.093 123.244 167.026 122.631 167.016 121.97L167.088 121.262C167.234 120.576 167.426 119.959 167.664 119.412C167.907 118.865 168.201 118.403 168.546 118.026C168.89 117.648 169.292 117.371 169.752 117.194C170.211 117.017 170.733 116.957 171.316 117.016C171.91 117.076 172.426 117.246 172.863 117.526C173.301 117.8 173.655 118.166 173.927 118.623C174.199 119.075 174.384 119.606 174.481 120.216C174.579 120.821 174.592 121.485 174.519 122.208ZM172.393 122.178L172.411 121.995C172.455 121.557 172.456 121.148 172.412 120.767C172.368 120.38 172.274 120.034 172.128 119.731C171.982 119.428 171.78 119.183 171.522 118.998C171.27 118.808 170.955 118.694 170.576 118.655C170.203 118.617 169.876 118.649 169.594 118.75C169.314 118.846 169.072 118.995 168.869 119.198C168.666 119.401 168.5 119.647 168.37 119.934C168.242 120.215 168.14 120.526 168.064 120.866L167.893 122.562C167.92 122.989 168.001 123.386 168.134 123.753C168.268 124.12 168.479 124.424 168.767 124.665C169.061 124.901 169.453 125.043 169.942 125.093C170.321 125.131 170.653 125.082 170.938 124.946C171.222 124.81 171.464 124.608 171.662 124.339C171.866 124.065 172.028 123.743 172.148 123.373C172.268 123.002 172.35 122.604 172.393 122.178ZM181.35 125.849L181.806 121.337C181.84 120.999 181.809 120.701 181.711 120.444C181.613 120.187 181.446 119.978 181.209 119.819C180.978 119.66 180.675 119.562 180.302 119.524C179.958 119.489 179.655 119.517 179.393 119.609C179.13 119.7 178.919 119.838 178.759 120.022C178.599 120.206 178.506 120.423 178.481 120.674L176.382 120.462C176.42 120.088 176.547 119.736 176.763 119.405C176.979 119.073 177.273 118.788 177.645 118.549C178.016 118.309 178.449 118.135 178.943 118.026C179.437 117.917 179.981 117.893 180.576 117.953C181.287 118.025 181.905 118.208 182.429 118.502C182.958 118.797 183.356 119.203 183.622 119.718C183.894 120.229 183.994 120.846 183.921 121.568L183.495 125.774C183.452 126.206 183.442 126.597 183.465 126.946C183.495 127.291 183.556 127.594 183.647 127.857L183.633 127.997L181.473 127.778C181.397 127.541 181.347 127.245 181.324 126.889C181.308 126.528 181.316 126.181 181.35 125.849ZM182.046 122.024L181.932 123.328L180.419 123.175C180.028 123.136 179.681 123.139 179.376 123.185C179.071 123.225 178.813 123.304 178.6 123.424C178.388 123.544 178.222 123.698 178.103 123.886C177.984 124.075 177.912 124.294 177.886 124.545C177.861 124.795 177.896 125.032 177.991 125.253C178.087 125.469 178.24 125.646 178.45 125.785C178.666 125.925 178.934 126.011 179.254 126.043C179.686 126.087 180.071 126.038 180.409 125.895C180.754 125.748 181.032 125.555 181.245 125.317C181.458 125.074 181.582 124.836 181.617 124.604L182.205 125.609C182.111 125.841 181.965 126.085 181.768 126.342C181.572 126.599 181.323 126.839 181.024 127.062C180.731 127.279 180.387 127.448 179.992 127.567C179.603 127.687 179.164 127.722 178.674 127.672C178.056 127.61 177.518 127.431 177.059 127.138C176.6 126.838 176.255 126.465 176.024 126.017C175.793 125.564 175.704 125.069 175.759 124.533C175.809 124.031 175.947 123.598 176.173 123.232C176.405 122.861 176.718 122.563 177.111 122.337C177.511 122.113 177.986 121.961 178.536 121.881C179.086 121.795 179.705 121.787 180.393 121.857L182.046 122.024ZM197.181 124.703L197.163 124.886C197.095 125.557 196.957 126.167 196.748 126.717C196.546 127.262 196.278 127.727 195.944 128.111C195.611 128.496 195.217 128.78 194.763 128.963C194.314 129.148 193.807 129.211 193.242 129.154C192.746 129.104 192.323 128.976 191.973 128.77C191.623 128.563 191.338 128.296 191.118 127.968C190.899 127.633 190.734 127.252 190.624 126.822C190.515 126.387 190.451 125.916 190.432 125.407L190.709 122.67C190.833 122.141 190.99 121.662 191.181 121.234C191.378 120.8 191.618 120.433 191.902 120.132C192.191 119.831 192.525 119.612 192.905 119.473C193.284 119.329 193.722 119.282 194.217 119.332C194.672 119.378 195.075 119.502 195.426 119.702C195.777 119.896 196.078 120.157 196.327 120.482C196.578 120.802 196.775 121.178 196.92 121.611C197.065 122.038 197.158 122.513 197.2 123.035C197.247 123.558 197.241 124.114 197.181 124.703ZM195.055 124.673L195.074 124.49C195.111 124.122 195.123 123.77 195.11 123.433C195.097 123.096 195.055 122.786 194.983 122.502C194.919 122.212 194.821 121.958 194.69 121.739C194.559 121.514 194.392 121.335 194.187 121.202C193.989 121.064 193.75 120.981 193.471 120.953C193.092 120.915 192.77 120.947 192.507 121.05C192.249 121.147 192.045 121.303 191.894 121.518C191.749 121.727 191.644 121.976 191.58 122.264L191.203 125.989C191.219 126.238 191.282 126.462 191.391 126.661C191.507 126.861 191.681 127.029 191.915 127.165C192.149 127.295 192.456 127.379 192.834 127.417C193.184 127.452 193.486 127.409 193.74 127.288C194 127.161 194.219 126.971 194.398 126.718C194.583 126.466 194.728 126.165 194.834 125.817C194.94 125.468 195.014 125.087 195.055 124.673ZM185.568 123.714L185.586 123.53C185.646 122.941 185.748 122.395 185.893 121.892C186.038 121.388 186.225 120.942 186.453 120.552C186.687 120.158 186.959 119.829 187.268 119.566C187.578 119.297 187.924 119.102 188.308 118.982C188.691 118.856 189.111 118.816 189.565 118.862C190.055 118.911 190.469 119.045 190.806 119.261C191.144 119.472 191.419 119.753 191.631 120.104C191.848 120.456 192.007 120.864 192.108 121.327C192.214 121.786 192.276 122.287 192.291 122.83L192.025 125.462C191.909 125.969 191.753 126.43 191.558 126.846C191.363 127.262 191.127 127.615 190.85 127.905C190.574 128.195 190.246 128.409 189.867 128.548C189.488 128.686 189.05 128.73 188.555 128.68C187.995 128.624 187.511 128.46 187.103 128.189C186.694 127.918 186.365 127.561 186.116 127.117C185.866 126.674 185.694 126.165 185.599 125.59C185.51 125.009 185.5 124.384 185.568 123.714ZM187.694 123.743L187.675 123.927C187.633 124.341 187.626 124.729 187.655 125.091C187.689 125.454 187.765 125.776 187.883 126.059C188.003 126.336 188.174 126.563 188.398 126.738C188.621 126.914 188.908 127.02 189.258 127.055C189.643 127.094 189.963 127.068 190.22 126.976C190.477 126.884 190.679 126.742 190.828 126.551C190.983 126.361 191.094 126.137 191.161 125.878L191.528 122.258C191.522 121.963 191.466 121.698 191.361 121.464C191.255 121.224 191.086 121.03 190.854 120.883C190.622 120.73 190.314 120.634 189.929 120.595C189.579 120.559 189.273 120.617 189.011 120.767C188.754 120.918 188.534 121.14 188.351 121.433C188.175 121.722 188.031 122.067 187.92 122.468C187.815 122.863 187.74 123.289 187.694 123.743ZM189.447 132.26L191.173 115.191L193.29 115.405L191.563 132.474L189.447 132.26ZM204.051 128.145L204.507 123.633C204.541 123.295 204.509 122.997 204.412 122.74C204.314 122.482 204.147 122.274 203.91 122.115C203.678 121.956 203.376 121.858 203.003 121.82C202.659 121.785 202.356 121.813 202.093 121.904C201.831 121.996 201.62 122.133 201.46 122.317C201.3 122.501 201.207 122.719 201.182 122.97L199.083 122.757C199.121 122.384 199.248 122.032 199.464 121.7C199.68 121.369 199.974 121.084 200.345 120.844C200.717 120.605 201.15 120.431 201.644 120.322C202.138 120.213 202.682 120.188 203.277 120.249C203.988 120.32 204.605 120.504 205.129 120.798C205.659 121.093 206.057 121.498 206.323 122.014C206.595 122.525 206.694 123.141 206.621 123.864L206.196 128.07C206.152 128.502 206.142 128.892 206.166 129.242C206.196 129.587 206.256 129.89 206.347 130.153L206.333 130.293L204.173 130.074C204.097 129.837 204.048 129.54 204.025 129.185C204.008 128.824 204.017 128.477 204.051 128.145ZM204.747 124.319L204.632 125.624L203.12 125.471C202.729 125.432 202.381 125.435 202.076 125.48C201.772 125.52 201.513 125.6 201.301 125.72C201.089 125.84 200.923 125.994 200.804 126.182C200.685 126.37 200.612 126.59 200.587 126.84C200.562 127.091 200.597 127.327 200.692 127.549C200.788 127.765 200.941 127.942 201.151 128.081C201.366 128.221 201.634 128.307 201.955 128.339C202.386 128.383 202.771 128.333 203.11 128.191C203.454 128.043 203.733 127.851 203.945 127.613C204.158 127.369 204.283 127.132 204.318 126.9L204.905 127.904C204.811 128.136 204.666 128.381 204.469 128.638C204.272 128.895 204.024 129.134 203.725 129.357C203.432 129.575 203.088 129.744 202.693 129.863C202.304 129.982 201.865 130.017 201.375 129.968C200.757 129.905 200.219 129.727 199.759 129.433C199.301 129.134 198.956 128.76 198.724 128.313C198.493 127.86 198.405 127.365 198.459 126.828C198.51 126.327 198.648 125.893 198.874 125.528C199.105 125.156 199.418 124.858 199.812 124.633C200.212 124.409 200.686 124.256 201.236 124.176C201.787 124.091 202.406 124.083 203.094 124.152L204.747 124.319ZM217.013 126.806L215.194 126.622L215.302 125.555L216.771 125.703C217.144 125.741 217.446 125.722 217.678 125.645C217.915 125.569 218.089 125.448 218.2 125.282C218.318 125.112 218.389 124.907 218.413 124.668C218.434 124.458 218.404 124.255 218.324 124.058C218.25 123.856 218.106 123.683 217.891 123.537C217.676 123.392 217.373 123.3 216.983 123.26C216.662 123.228 216.368 123.251 216.101 123.33C215.84 123.409 215.627 123.535 215.462 123.707C215.298 123.879 215.203 124.087 215.178 124.332L213.071 124.119C213.13 123.53 213.348 123.04 213.723 122.648C214.104 122.256 214.589 121.976 215.178 121.805C215.766 121.635 216.398 121.584 217.075 121.653C217.652 121.711 218.164 121.825 218.613 121.994C219.061 122.157 219.434 122.371 219.731 122.637C220.035 122.897 220.254 123.208 220.388 123.569C220.529 123.925 220.576 124.327 220.531 124.776C220.498 125.097 220.392 125.392 220.211 125.663C220.031 125.933 219.787 126.164 219.479 126.357C219.171 126.544 218.807 126.678 218.387 126.759C217.972 126.841 217.514 126.856 217.013 126.806ZM215.256 126.009L217.075 126.193C217.634 126.25 218.124 126.355 218.544 126.51C218.965 126.658 219.311 126.852 219.581 127.092C219.851 127.331 220.044 127.613 220.158 127.936C220.279 128.255 220.319 128.612 220.279 129.009C220.235 129.452 220.098 129.841 219.87 130.177C219.648 130.508 219.35 130.779 218.975 130.988C218.606 131.198 218.176 131.343 217.685 131.423C217.194 131.503 216.66 131.514 216.083 131.455C215.454 131.392 214.852 131.225 214.279 130.955C213.711 130.685 213.257 130.313 212.917 129.836C212.582 129.355 212.45 128.773 212.519 128.091L214.626 128.304C214.602 128.543 214.652 128.775 214.777 129C214.901 129.224 215.094 129.418 215.354 129.579C215.615 129.735 215.938 129.833 216.323 129.872C216.719 129.912 217.049 129.883 217.312 129.786C217.576 129.683 217.779 129.536 217.922 129.344C218.066 129.147 218.149 128.932 218.173 128.698C218.205 128.384 218.169 128.124 218.066 127.919C217.963 127.714 217.791 127.556 217.549 127.443C217.308 127.324 216.998 127.246 216.619 127.207L215.15 127.059L215.256 126.009ZM227.328 130.499L227.785 125.987C227.819 125.649 227.787 125.351 227.689 125.094C227.592 124.836 227.424 124.628 227.187 124.469C226.956 124.31 226.654 124.212 226.281 124.174C225.937 124.139 225.634 124.167 225.371 124.259C225.109 124.35 224.897 124.487 224.737 124.672C224.577 124.856 224.485 125.073 224.459 125.324L222.361 125.111C222.399 124.738 222.525 124.386 222.742 124.054C222.958 123.723 223.252 123.438 223.623 123.198C223.995 122.959 224.428 122.785 224.922 122.676C225.416 122.567 225.96 122.542 226.554 122.603C227.266 122.675 227.883 122.858 228.407 123.152C228.937 123.447 229.334 123.853 229.6 124.368C229.873 124.879 229.972 125.495 229.899 126.218L229.474 130.424C229.43 130.856 229.42 131.246 229.443 131.596C229.473 131.941 229.534 132.244 229.625 132.507L229.611 132.647L227.451 132.428C227.375 132.191 227.326 131.894 227.303 131.539C227.286 131.178 227.295 130.831 227.328 130.499ZM228.024 126.674L227.91 127.978L226.397 127.825C226.007 127.786 225.659 127.789 225.354 127.835C225.05 127.874 224.791 127.954 224.579 128.074C224.366 128.194 224.201 128.348 224.082 128.536C223.962 128.724 223.89 128.944 223.865 129.195C223.839 129.445 223.874 129.681 223.97 129.903C224.066 130.119 224.219 130.296 224.428 130.435C224.644 130.575 224.912 130.661 225.233 130.693C225.664 130.737 226.049 130.688 226.387 130.545C226.732 130.397 227.011 130.205 227.223 129.967C227.436 129.724 227.56 129.486 227.596 129.254L228.183 130.258C228.089 130.49 227.943 130.735 227.747 130.992C227.55 131.249 227.302 131.489 227.003 131.712C226.71 131.929 226.366 132.098 225.971 132.217C225.582 132.336 225.142 132.371 224.653 132.322C224.035 132.259 223.496 132.081 223.037 131.788C222.579 131.488 222.234 131.114 222.002 130.667C221.771 130.214 221.683 129.719 221.737 129.183C221.788 128.681 221.926 128.248 222.151 127.882C222.383 127.511 222.696 127.212 223.09 126.987C223.489 126.763 223.964 126.61 224.514 126.531C225.065 126.445 225.684 126.437 226.372 126.506L228.024 126.674ZM235.981 128.618L236.002 128.417C236.071 127.735 236.234 127.112 236.491 126.549C236.749 125.98 237.086 125.499 237.503 125.106C237.926 124.707 238.421 124.415 238.987 124.231C239.56 124.042 240.19 123.982 240.878 124.051C241.572 124.121 242.177 124.306 242.695 124.606C243.218 124.9 243.648 125.285 243.982 125.761C244.318 126.231 244.555 126.77 244.693 127.379C244.833 127.982 244.868 128.624 244.799 129.306L244.778 129.507C244.709 130.19 244.546 130.812 244.289 131.375C244.032 131.938 243.692 132.419 243.269 132.818C242.846 133.211 242.351 133.502 241.784 133.692C241.218 133.876 240.591 133.934 239.903 133.864C239.209 133.794 238.601 133.612 238.077 133.317C237.559 133.018 237.133 132.633 236.798 132.163C236.463 131.688 236.226 131.148 236.087 130.545C235.948 129.942 235.912 129.3 235.981 128.618ZM238.109 128.63L238.089 128.831C238.046 129.256 238.049 129.663 238.098 130.051C238.147 130.439 238.25 130.785 238.408 131.089C238.566 131.394 238.782 131.642 239.057 131.835C239.332 132.028 239.671 132.145 240.073 132.185C240.464 132.225 240.81 132.177 241.112 132.043C241.42 131.909 241.682 131.709 241.897 131.442C242.113 131.175 242.283 130.857 242.409 130.487C242.541 130.117 242.628 129.72 242.671 129.294L242.691 129.093C242.734 128.673 242.727 128.272 242.672 127.89C242.623 127.502 242.516 127.153 242.354 126.842C242.197 126.531 241.981 126.28 241.706 126.087C241.437 125.889 241.104 125.77 240.708 125.73C240.312 125.69 239.959 125.74 239.651 125.879C239.348 126.014 239.089 126.217 238.873 126.49C238.657 126.762 238.486 127.084 238.361 127.454C238.235 127.818 238.152 128.21 238.109 128.63ZM251.214 125.273L250.257 134.735L248.141 134.521L249.097 125.059L251.214 125.273ZM254.318 125.587L254.15 127.248L245.878 126.412L246.046 124.75L254.318 125.587ZM257.999 125.959L257.042 135.421L254.935 135.208L255.892 125.746L257.999 125.959ZM264.173 126.584L259.339 131.846L256.934 131.602L256.847 129.668L258.605 129.846L261.541 126.318L264.173 126.584ZM260.75 135.796L258.317 131.38L260.099 130.35L263.522 136.076L260.75 135.796ZM271.982 127.373L271.812 129.052L267.195 128.585L267.365 126.906L271.982 127.373ZM273.634 127.541L272.678 137.002L270.57 136.789L271.527 127.327L273.634 127.541ZM266.849 126.854L268.93 127.065L268.203 131.717C268.098 132.408 267.966 133.013 267.808 133.533C267.655 134.047 267.476 134.485 267.268 134.847C267.061 135.203 266.824 135.485 266.555 135.694C266.287 135.902 265.984 136.045 265.646 136.123C265.309 136.201 264.936 136.219 264.528 136.178L263.872 136.112L264.038 134.379L264.373 134.387C264.591 134.391 264.783 134.354 264.95 134.277C265.117 134.194 265.265 134.068 265.394 133.898C265.529 133.729 265.646 133.505 265.745 133.227C265.85 132.949 265.942 132.617 266.022 132.23C266.109 131.844 266.189 131.393 266.265 130.877L266.849 126.854ZM281.057 132.152L280.887 133.831L275.815 133.318L275.985 131.639L281.057 132.152ZM278.173 128L277.216 137.461L275.109 137.248L276.065 127.786L278.173 128ZM279.398 133.009L279.418 132.807C279.487 132.125 279.65 131.503 279.907 130.94C280.165 130.371 280.505 129.89 280.928 129.497C281.351 129.098 281.846 128.807 282.412 128.623C282.979 128.433 283.606 128.372 284.294 128.442C284.994 128.513 285.602 128.698 286.12 128.998C286.643 129.292 287.073 129.677 287.407 130.152C287.743 130.622 287.98 131.161 288.118 131.77C288.258 132.373 288.293 133.016 288.224 133.698L288.203 133.899C288.134 134.581 287.971 135.204 287.714 135.767C287.457 136.329 287.117 136.81 286.694 137.209C286.277 137.603 285.782 137.894 285.209 138.084C284.643 138.268 284.013 138.325 283.319 138.255C282.626 138.185 282.02 138.003 281.502 137.709C280.984 137.409 280.555 137.024 280.214 136.554C279.879 136.078 279.642 135.539 279.503 134.936C279.364 134.333 279.329 133.691 279.398 133.009ZM281.534 133.021L281.514 133.223C281.471 133.648 281.474 134.055 281.523 134.443C281.572 134.83 281.675 135.176 281.833 135.481C281.991 135.785 282.207 136.034 282.482 136.227C282.757 136.42 283.093 136.536 283.489 136.576C283.886 136.616 284.235 136.569 284.537 136.435C284.845 136.301 285.107 136.101 285.322 135.834C285.538 135.567 285.708 135.249 285.834 134.879C285.966 134.509 286.053 134.111 286.096 133.686L286.116 133.485C286.159 133.065 286.152 132.664 286.097 132.281C286.047 131.894 285.944 131.545 285.787 131.234C285.63 130.924 285.414 130.672 285.139 130.48C284.865 130.281 284.527 130.161 284.124 130.121C283.734 130.081 283.384 130.131 283.076 130.271C282.773 130.405 282.514 130.609 282.298 130.881C282.082 131.154 281.911 131.475 281.786 131.845C281.66 132.21 281.577 132.602 281.534 133.021ZM298.04 130.009L297.083 139.47L294.976 139.257L295.933 129.796L298.04 130.009ZM296.725 134.107L296.556 135.777C296.288 135.862 295.989 135.935 295.659 135.996C295.335 136.051 294.996 136.091 294.64 136.114C294.285 136.131 293.93 136.121 293.574 136.085C292.74 136.001 292.033 135.8 291.453 135.482C290.879 135.165 290.455 134.725 290.182 134.161C289.916 133.592 289.824 132.897 289.907 132.075L290.197 129.207L292.296 129.419L292.006 132.287C291.958 132.759 291.99 133.142 292.102 133.436C292.219 133.731 292.414 133.954 292.688 134.105C292.961 134.257 293.313 134.354 293.745 134.398C294.106 134.434 294.45 134.445 294.775 134.431C295.101 134.411 295.426 134.373 295.749 134.318C296.073 134.262 296.398 134.192 296.725 134.107ZM303.484 140.294C302.785 140.223 302.164 140.046 301.621 139.761C301.085 139.471 300.64 139.1 300.285 138.646C299.936 138.192 299.685 137.675 299.532 137.094C299.379 136.513 299.335 135.899 299.4 135.252L299.436 134.902C299.511 134.162 299.686 133.503 299.963 132.924C300.239 132.345 300.591 131.863 301.019 131.476C301.447 131.084 301.935 130.8 302.483 130.626C303.031 130.452 303.611 130.395 304.223 130.457C304.899 130.526 305.479 130.699 305.963 130.978C306.448 131.256 306.835 131.62 307.125 132.067C307.422 132.509 307.624 133.021 307.73 133.603C307.841 134.186 307.863 134.818 307.794 135.5L307.703 136.401L300.393 135.662L300.546 134.149L305.775 134.678L305.791 134.512C305.818 134.132 305.778 133.768 305.672 133.422C305.572 133.076 305.392 132.787 305.133 132.555C304.873 132.322 304.511 132.182 304.044 132.135C303.694 132.1 303.375 132.144 303.086 132.268C302.803 132.387 302.557 132.577 302.348 132.838C302.139 133.1 301.965 133.424 301.825 133.81C301.693 134.191 301.601 134.627 301.552 135.116L301.517 135.466C301.475 135.88 301.491 136.271 301.566 136.637C301.647 136.999 301.785 137.322 301.98 137.607C302.175 137.892 302.422 138.126 302.722 138.309C303.022 138.487 303.373 138.596 303.775 138.636C304.283 138.688 304.745 138.631 305.162 138.467C305.579 138.303 305.952 138.05 306.281 137.706L307.283 138.894C307.049 139.171 306.755 139.429 306.401 139.67C306.047 139.906 305.626 140.084 305.136 140.205C304.653 140.327 304.102 140.357 303.484 140.294ZM315.951 135.813L315.783 137.474L310.886 136.979L311.054 135.318L315.951 135.813ZM312.066 131.427L311.109 140.889L309.002 140.676L309.959 131.214L312.066 131.427ZM317.873 132.014L316.916 141.476L314.808 141.263L315.765 131.801L317.873 132.014ZM321.652 138.845L326.014 132.838L328.121 133.051L327.164 142.512L325.057 142.299L325.703 135.907L321.34 141.923L319.233 141.71L320.19 132.249L322.297 132.462L321.652 138.845ZM333.548 143.335C332.848 143.264 332.227 143.086 331.684 142.802C331.148 142.512 330.703 142.14 330.349 141.686C330 141.233 329.749 140.715 329.596 140.135C329.442 139.554 329.398 138.94 329.464 138.293L329.499 137.943C329.574 137.202 329.75 136.543 330.026 135.964C330.303 135.386 330.655 134.903 331.082 134.516C331.511 134.124 331.999 133.841 332.547 133.666C333.094 133.492 333.674 133.436 334.286 133.498C334.962 133.566 335.543 133.74 336.027 134.018C336.511 134.297 336.898 134.66 337.189 135.107C337.486 135.55 337.687 136.062 337.793 136.644C337.905 137.226 337.926 137.859 337.857 138.541L337.766 139.441L330.456 138.702L330.609 137.189L335.838 137.718L335.855 137.552C335.882 137.172 335.842 136.809 335.735 136.462C335.635 136.116 335.455 135.827 335.196 135.595C334.937 135.363 334.574 135.223 334.108 135.176C333.758 135.14 333.438 135.185 333.149 135.308C332.866 135.427 332.62 135.617 332.411 135.879C332.202 136.14 332.028 136.464 331.889 136.851C331.756 137.232 331.665 137.667 331.615 138.157L331.58 138.507C331.538 138.921 331.555 139.311 331.629 139.678C331.711 140.039 331.849 140.362 332.044 140.647C332.239 140.932 332.486 141.166 332.785 141.349C333.085 141.527 333.437 141.636 333.839 141.677C334.346 141.728 334.808 141.672 335.225 141.508C335.642 141.344 336.015 141.09 336.345 140.746L337.346 141.934C337.112 142.211 336.818 142.47 336.464 142.711C336.11 142.946 335.689 143.124 335.2 143.245C334.716 143.367 334.165 143.397 333.548 143.335Z' fill='%23070708'/%3E%3Ccircle cx='88.7077' cy='150.56' r='4.5' transform='rotate(5.77473 88.7077 150.56)' fill='%23070708'/%3E%3Cpath d='M111.194 146.003L111.017 147.752L105.097 147.153L103.986 158.136L101.8 157.915L103.088 145.183L111.194 146.003ZM104.115 150.225L107.315 150.549C108.283 150.647 109.094 150.894 109.749 151.29C110.405 151.68 110.884 152.185 111.186 152.804C111.488 153.424 111.601 154.121 111.522 154.897C111.463 155.48 111.307 156.003 111.054 156.466C110.801 156.929 110.459 157.318 110.026 157.634C109.594 157.944 109.083 158.166 108.492 158.3C107.907 158.436 107.251 158.466 106.522 158.393L101.8 157.915L103.088 145.183L105.291 145.406L104.18 156.398L106.698 156.652C107.252 156.708 107.717 156.652 108.093 156.484C108.47 156.31 108.76 156.063 108.963 155.742C109.172 155.422 109.297 155.06 109.338 154.658C109.377 154.267 109.326 153.903 109.183 153.565C109.047 153.227 108.81 152.944 108.474 152.716C108.138 152.487 107.693 152.345 107.139 152.289L103.939 151.965L104.115 150.225ZM121.607 158.16L121.431 159.9L114.672 159.217L114.848 157.477L121.607 158.16ZM116.58 146.548L115.293 159.28L113.098 159.058L114.385 146.326L116.58 146.548ZM121.298 152.396L121.125 154.11L115.248 153.515L115.422 151.802L121.298 152.396ZM122.675 147.164L122.498 148.913L115.782 148.234L115.959 146.485L122.675 147.164ZM128.205 154.419L126.438 154.241L126.565 152.99L128.086 153.144C128.628 153.199 129.076 153.165 129.431 153.042C129.785 152.913 130.053 152.713 130.233 152.443C130.42 152.167 130.533 151.837 130.572 151.452C130.607 151.108 130.551 150.784 130.405 150.481C130.265 150.178 130.025 149.924 129.687 149.719C129.349 149.509 128.9 149.375 128.341 149.318C127.921 149.276 127.531 149.313 127.172 149.43C126.813 149.547 126.517 149.732 126.286 149.985C126.06 150.239 125.928 150.552 125.89 150.926L123.695 150.704C123.751 150.15 123.918 149.666 124.195 149.252C124.479 148.834 124.841 148.49 125.28 148.223C125.725 147.955 126.224 147.767 126.777 147.658C127.336 147.544 127.916 147.517 128.517 147.578C129.216 147.649 129.841 147.792 130.39 148.006C130.94 148.215 131.404 148.491 131.782 148.836C132.159 149.18 132.433 149.591 132.602 150.067C132.773 150.538 132.828 151.071 132.768 151.665C132.723 152.103 132.58 152.503 132.337 152.867C132.1 153.232 131.78 153.541 131.377 153.795C130.975 154.049 130.503 154.234 129.961 154.35C129.425 154.46 128.84 154.484 128.205 154.419ZM126.515 153.48L128.282 153.659C128.987 153.73 129.606 153.866 130.139 154.067C130.673 154.268 131.115 154.528 131.465 154.846C131.816 155.164 132.069 155.54 132.226 155.974C132.383 156.403 132.434 156.882 132.381 157.412C132.321 158.007 132.147 158.525 131.861 158.968C131.581 159.405 131.21 159.762 130.746 160.039C130.282 160.316 129.747 160.506 129.142 160.61C128.543 160.714 127.893 160.731 127.194 160.66C126.628 160.603 126.076 160.476 125.536 160.28C125.003 160.079 124.527 159.807 124.108 159.464C123.695 159.116 123.379 158.696 123.158 158.202C122.937 157.709 122.859 157.136 122.925 156.483L125.129 156.705C125.092 157.067 125.161 157.41 125.334 157.733C125.514 158.052 125.775 158.32 126.119 158.537C126.468 158.749 126.885 158.88 127.369 158.928C127.923 158.984 128.401 158.944 128.803 158.809C129.211 158.673 129.533 158.464 129.768 158.182C130.008 157.9 130.148 157.569 130.186 157.19C130.222 156.829 130.199 156.511 130.114 156.238C130.037 155.959 129.901 155.728 129.708 155.543C129.515 155.353 129.268 155.201 128.967 155.088C128.667 154.976 128.315 154.899 127.913 154.858L126.391 154.704L126.515 153.48ZM142.369 160.498C142.713 160.533 143.029 160.497 143.316 160.391C143.61 160.279 143.854 160.11 144.048 159.882C144.248 159.655 144.372 159.382 144.422 159.063L146.407 159.264C146.334 159.875 146.097 160.413 145.696 160.879C145.296 161.345 144.792 161.698 144.185 161.936C143.578 162.17 142.925 162.251 142.225 162.18C141.502 162.107 140.885 161.921 140.374 161.622C139.863 161.317 139.452 160.928 139.14 160.455C138.829 159.981 138.612 159.45 138.489 158.86C138.372 158.271 138.346 157.65 138.412 156.998L138.443 156.692C138.509 156.039 138.658 155.435 138.891 154.882C139.13 154.323 139.45 153.843 139.849 153.442C140.249 153.04 140.73 152.744 141.291 152.554C141.852 152.357 142.492 152.295 143.209 152.368C143.967 152.445 144.616 152.663 145.157 153.024C145.698 153.379 146.105 153.842 146.377 154.411C146.655 154.975 146.765 155.61 146.705 156.317L144.72 156.116C144.738 155.765 144.683 155.441 144.553 155.145C144.431 154.844 144.238 154.595 143.975 154.398C143.718 154.201 143.398 154.083 143.013 154.044C142.587 154.001 142.226 154.053 141.928 154.199C141.631 154.34 141.389 154.551 141.202 154.833C141.015 155.108 140.868 155.426 140.761 155.786C140.66 156.141 140.59 156.514 140.55 156.905L140.519 157.211C140.48 157.601 140.474 157.983 140.501 158.357C140.528 158.731 140.605 159.072 140.733 159.379C140.867 159.681 141.066 159.934 141.328 160.137C141.59 160.334 141.938 160.455 142.369 160.498ZM150.597 155.129L149.457 166.41L147.349 166.196L148.674 153.097L150.615 153.294L150.597 155.129ZM156.477 158.577L156.458 158.761C156.388 159.449 156.242 160.079 156.02 160.651C155.803 161.218 155.515 161.704 155.156 162.11C154.804 162.51 154.388 162.806 153.909 162.999C153.43 163.192 152.894 163.259 152.299 163.199C151.71 163.139 151.205 162.979 150.784 162.719C150.369 162.453 150.03 162.104 149.768 161.671C149.506 161.238 149.308 160.741 149.177 160.18C149.051 159.614 148.984 159 148.974 158.34L149.046 157.631C149.192 156.945 149.384 156.329 149.622 155.781C149.865 155.235 150.159 154.773 150.504 154.395C150.848 154.018 151.25 153.741 151.71 153.563C152.169 153.386 152.691 153.327 153.274 153.386C153.868 153.446 154.384 153.616 154.821 153.896C155.259 154.17 155.613 154.535 155.885 154.993C156.157 155.444 156.342 155.975 156.439 156.586C156.537 157.19 156.55 157.854 156.477 158.577ZM154.351 158.548L154.369 158.364C154.413 157.927 154.414 157.517 154.37 157.136C154.326 156.749 154.232 156.404 154.086 156.1C153.94 155.797 153.738 155.553 153.48 155.368C153.228 155.177 152.913 155.063 152.534 155.025C152.161 154.987 151.834 155.019 151.552 155.12C151.272 155.215 151.03 155.364 150.827 155.568C150.624 155.771 150.458 156.016 150.328 156.303C150.2 156.585 150.098 156.896 150.022 157.235L149.851 158.932C149.878 159.359 149.959 159.755 150.092 160.122C150.226 160.489 150.437 160.793 150.725 161.034C151.019 161.27 151.411 161.413 151.9 161.462C152.279 161.501 152.611 161.452 152.896 161.316C153.18 161.18 153.422 160.977 153.62 160.709C153.824 160.435 153.986 160.113 154.106 159.742C154.226 159.371 154.308 158.973 154.351 158.548ZM157.848 158.91L157.868 158.709C157.937 158.027 158.1 157.404 158.357 156.842C158.615 156.273 158.952 155.792 159.369 155.398C159.792 154.999 160.287 154.707 160.853 154.523C161.426 154.334 162.056 154.274 162.744 154.343C163.438 154.414 164.043 154.599 164.561 154.898C165.084 155.193 165.514 155.578 165.848 156.053C166.184 156.523 166.421 157.062 166.559 157.671C166.699 158.274 166.734 158.917 166.665 159.599L166.644 159.8C166.575 160.482 166.412 161.104 166.155 161.667C165.898 162.23 165.558 162.711 165.135 163.11C164.712 163.503 164.217 163.795 163.651 163.985C163.084 164.169 162.457 164.226 161.769 164.157C161.076 164.086 160.467 163.904 159.943 163.61C159.426 163.31 158.999 162.925 158.664 162.456C158.329 161.98 158.092 161.441 157.953 160.838C157.814 160.235 157.779 159.592 157.848 158.91ZM159.975 158.922L159.955 159.123C159.912 159.549 159.915 159.955 159.964 160.343C160.013 160.731 160.117 161.077 160.274 161.382C160.432 161.686 160.648 161.935 160.923 162.127C161.198 162.32 161.537 162.437 161.939 162.478C162.33 162.517 162.676 162.47 162.978 162.335C163.286 162.202 163.548 162.001 163.763 161.735C163.979 161.468 164.149 161.149 164.275 160.779C164.407 160.41 164.494 160.012 164.537 159.587L164.557 159.385C164.6 158.966 164.593 158.565 164.538 158.182C164.489 157.794 164.383 157.445 164.22 157.134C164.063 156.824 163.847 156.572 163.572 156.379C163.303 156.182 162.971 156.062 162.574 156.022C162.178 155.982 161.825 156.032 161.517 156.172C161.215 156.306 160.955 156.509 160.739 156.782C160.523 157.055 160.352 157.376 160.227 157.746C160.102 158.11 160.018 158.502 159.975 158.922ZM171.173 155.373L170.217 164.834L168.109 164.621L169.066 155.159L171.173 155.373ZM177.347 155.997L172.513 161.259L170.108 161.016L170.021 159.081L171.779 159.259L174.715 155.731L177.347 155.997ZM173.924 165.209L171.491 160.793L173.274 159.763L176.696 165.489L173.924 165.209ZM183.368 164.247L183.824 159.735C183.858 159.397 183.827 159.099 183.729 158.842C183.631 158.585 183.464 158.376 183.227 158.217C182.995 158.058 182.693 157.96 182.32 157.922C181.976 157.887 181.673 157.916 181.411 158.007C181.148 158.098 180.937 158.236 180.777 158.42C180.617 158.604 180.524 158.821 180.499 159.072L178.4 158.86C178.438 158.487 178.565 158.134 178.781 157.803C178.997 157.471 179.291 157.186 179.663 156.947C180.034 156.707 180.467 156.533 180.961 156.424C181.455 156.315 181.999 156.291 182.594 156.351C183.305 156.423 183.923 156.606 184.446 156.9C184.976 157.195 185.374 157.601 185.64 158.117C185.912 158.627 186.012 159.244 185.938 159.967L185.513 164.173C185.469 164.604 185.459 164.995 185.483 165.344C185.513 165.689 185.573 165.993 185.665 166.255L185.651 166.395L183.491 166.177C183.415 165.939 183.365 165.643 183.342 165.287C183.326 164.926 183.334 164.579 183.368 164.247ZM184.064 160.422L183.95 161.726L182.437 161.574C182.046 161.534 181.698 161.537 181.393 161.583C181.089 161.623 180.831 161.703 180.618 161.822C180.406 161.942 180.24 162.096 180.121 162.285C180.002 162.473 179.93 162.692 179.904 162.943C179.879 163.194 179.914 163.43 180.009 163.651C180.105 163.867 180.258 164.045 180.468 164.184C180.683 164.323 180.952 164.409 181.272 164.442C181.704 164.485 182.088 164.436 182.427 164.293C182.771 164.146 183.05 163.953 183.263 163.715C183.476 163.472 183.6 163.234 183.635 163.002L184.222 164.007C184.128 164.239 183.983 164.483 183.786 164.74C183.589 164.997 183.341 165.237 183.042 165.46C182.749 165.678 182.405 165.846 182.01 165.965C181.621 166.085 181.182 166.12 180.692 166.07C180.074 166.008 179.536 165.83 179.077 165.536C178.618 165.236 178.273 164.863 178.042 164.415C177.811 163.962 177.722 163.467 177.777 162.931C177.827 162.429 177.965 161.996 178.191 161.63C178.423 161.259 178.735 160.961 179.129 160.735C179.529 160.511 180.004 160.359 180.554 160.279C181.104 160.193 181.723 160.185 182.411 160.255L184.064 160.422ZM194.626 157.744L196.733 157.958L196.292 161.279C196.165 162.243 195.97 163.063 195.707 163.737C195.445 164.411 195.135 164.972 194.778 165.419C194.421 165.86 194.032 166.212 193.611 166.476C193.195 166.74 192.766 166.938 192.323 167.07L191.702 167.007L191.87 165.345L192.169 165.358C192.447 165.115 192.689 164.869 192.897 164.619C193.112 164.364 193.299 164.08 193.461 163.766C193.622 163.447 193.761 163.069 193.875 162.633C193.996 162.198 194.099 161.675 194.184 161.065L194.626 157.744ZM195.186 157.801L201.184 158.408L200.228 167.869L198.129 167.657L198.905 159.979L195.005 159.585L195.186 157.801ZM191.391 165.279L201.692 166.321L201.237 170.816L199.13 170.603L199.414 167.787L193.354 167.174L193.07 169.99L190.927 169.773L191.391 165.279ZM203.091 163.486L203.112 163.285C203.181 162.602 203.344 161.98 203.601 161.417C203.859 160.848 204.196 160.367 204.613 159.973C205.036 159.575 205.53 159.283 206.097 159.099C206.67 158.909 207.3 158.849 207.988 158.919C208.682 158.989 209.287 159.174 209.804 159.474C210.328 159.768 210.758 160.153 211.092 160.629C211.428 161.098 211.665 161.638 211.803 162.247C211.942 162.85 211.978 163.492 211.909 164.174L211.888 164.375C211.819 165.057 211.656 165.68 211.399 166.243C211.142 166.806 210.802 167.287 210.379 167.686C209.956 168.079 209.461 168.37 208.894 168.56C208.328 168.744 207.701 168.802 207.013 168.732C206.319 168.662 205.711 168.48 205.187 168.185C204.669 167.886 204.243 167.501 203.908 167.031C203.573 166.556 203.336 166.016 203.197 165.413C203.058 164.81 203.022 164.168 203.091 163.486ZM205.219 163.498L205.199 163.699C205.156 164.124 205.159 164.531 205.208 164.919C205.257 165.307 205.36 165.653 205.518 165.957C205.676 166.262 205.892 166.51 206.167 166.703C206.442 166.896 206.781 167.012 207.183 167.053C207.573 167.093 207.92 167.045 208.222 166.911C208.53 166.777 208.792 166.577 209.007 166.31C209.223 166.043 209.393 165.725 209.519 165.355C209.651 164.985 209.738 164.588 209.781 164.162L209.801 163.961C209.844 163.541 209.837 163.14 209.782 162.758C209.732 162.37 209.626 162.021 209.464 161.71C209.306 161.399 209.09 161.148 208.815 160.955C208.547 160.757 208.214 160.638 207.818 160.598C207.422 160.558 207.069 160.608 206.761 160.747C206.458 160.882 206.199 161.085 205.983 161.358C205.767 161.63 205.596 161.952 205.471 162.322C205.345 162.686 205.262 163.078 205.219 163.498ZM220.44 160.355L220.27 162.034L216.143 161.616L215.355 169.399L213.248 169.186L214.205 159.724L220.44 160.355ZM220.598 165.256L220.618 165.055C220.687 164.373 220.85 163.75 221.107 163.187C221.365 162.619 221.702 162.138 222.119 161.744C222.542 161.345 223.037 161.053 223.603 160.869C224.176 160.68 224.806 160.62 225.494 160.689C226.188 160.76 226.793 160.945 227.311 161.244C227.835 161.539 228.264 161.924 228.599 162.399C228.934 162.869 229.171 163.408 229.31 164.017C229.449 164.62 229.484 165.263 229.415 165.945L229.395 166.146C229.326 166.828 229.163 167.45 228.905 168.013C228.648 168.576 228.308 169.057 227.885 169.456C227.462 169.849 226.968 170.141 226.401 170.331C225.834 170.515 225.207 170.572 224.519 170.502C223.826 170.432 223.217 170.25 222.693 169.956C222.176 169.656 221.749 169.271 221.414 168.802C221.079 168.326 220.842 167.787 220.703 167.184C220.564 166.581 220.529 165.938 220.598 165.256ZM222.726 165.268L222.705 165.469C222.662 165.895 222.665 166.301 222.714 166.689C222.763 167.077 222.867 167.423 223.024 167.728C223.182 168.032 223.398 168.281 223.673 168.473C223.948 168.666 224.287 168.783 224.689 168.824C225.08 168.863 225.426 168.816 225.728 168.681C226.036 168.548 226.298 168.347 226.514 168.08C226.729 167.814 226.9 167.495 227.025 167.125C227.157 166.756 227.244 166.358 227.287 165.933L227.308 165.731C227.35 165.312 227.344 164.911 227.288 164.528C227.239 164.14 227.133 163.791 226.97 163.48C226.813 163.17 226.597 162.918 226.322 162.725C226.053 162.527 225.721 162.408 225.324 162.368C224.928 162.328 224.575 162.378 224.267 162.518C223.965 162.652 223.706 162.855 223.49 163.128C223.274 163.401 223.103 163.722 222.977 164.092C222.852 164.456 222.768 164.848 222.726 165.268ZM235.702 167.367L232.677 167.061L232.81 165.572L235.293 165.824C235.701 165.865 236.04 165.858 236.311 165.803C236.587 165.748 236.798 165.646 236.943 165.496C237.088 165.34 237.173 165.142 237.197 164.903C237.217 164.705 237.197 164.529 237.136 164.376C237.075 164.216 236.971 164.082 236.823 163.973C236.681 163.858 236.496 163.769 236.267 163.705C236.044 163.635 235.781 163.585 235.478 163.554L233.756 163.38L232.967 171.18L230.859 170.967L231.816 161.505L235.646 161.893C236.253 161.954 236.792 162.062 237.266 162.216C237.745 162.37 238.145 162.573 238.467 162.823C238.79 163.073 239.024 163.374 239.171 163.725C239.325 164.07 239.379 164.464 239.334 164.907C239.305 165.199 239.213 165.466 239.059 165.71C238.911 165.954 238.704 166.163 238.439 166.336C238.174 166.509 237.857 166.642 237.489 166.735C237.121 166.821 236.705 166.856 236.242 166.838L235.702 167.367ZM235.293 171.415L231.655 171.047L232.663 169.471L235.461 169.754C235.834 169.792 236.148 169.776 236.402 169.708C236.656 169.639 236.85 169.523 236.985 169.36C237.125 169.192 237.208 168.985 237.233 168.741C237.258 168.49 237.222 168.268 237.124 168.076C237.025 167.883 236.858 167.728 236.623 167.61C236.394 167.487 236.087 167.406 235.702 167.367L233.298 167.123L233.465 165.639L236.325 165.928L236.87 166.566C237.466 166.668 237.952 166.846 238.326 167.102C238.701 167.358 238.971 167.659 239.136 168.005C239.301 168.352 239.364 168.718 239.325 169.102C239.281 169.545 239.156 169.927 238.953 170.248C238.756 170.57 238.482 170.828 238.133 171.022C237.79 171.211 237.379 171.341 236.901 171.41C236.424 171.474 235.887 171.475 235.293 171.415ZM240.937 167.313L240.958 167.112C241.027 166.43 241.19 165.807 241.447 165.244C241.705 164.676 242.042 164.194 242.459 163.801C242.882 163.402 243.377 163.11 243.943 162.926C244.516 162.737 245.146 162.677 245.834 162.746C246.528 162.817 247.133 163.001 247.65 163.301C248.174 163.596 248.604 163.981 248.938 164.456C249.274 164.926 249.511 165.465 249.649 166.074C249.788 166.677 249.824 167.319 249.755 168.002L249.734 168.203C249.665 168.885 249.502 169.507 249.245 170.07C248.988 170.633 248.648 171.114 248.225 171.513C247.802 171.906 247.307 172.198 246.74 172.388C246.174 172.572 245.547 172.629 244.859 172.559C244.165 172.489 243.557 172.307 243.033 172.013C242.515 171.713 242.089 171.328 241.754 170.858C241.419 170.383 241.182 169.844 241.043 169.241C240.904 168.638 240.868 167.995 240.937 167.313ZM243.065 167.325L243.045 167.526C243.002 167.952 243.005 168.358 243.054 168.746C243.103 169.134 243.206 169.48 243.364 169.785C243.522 170.089 243.738 170.338 244.013 170.53C244.288 170.723 244.627 170.84 245.029 170.881C245.419 170.92 245.766 170.873 246.068 170.738C246.376 170.605 246.638 170.404 246.853 170.137C247.069 169.871 247.239 169.552 247.365 169.182C247.497 168.813 247.584 168.415 247.627 167.99L247.647 167.788C247.69 167.369 247.683 166.968 247.628 166.585C247.578 166.197 247.472 165.848 247.31 165.537C247.152 165.227 246.936 164.975 246.661 164.782C246.393 164.584 246.06 164.465 245.664 164.425C245.268 164.385 244.915 164.435 244.607 164.575C244.304 164.709 244.045 164.912 243.829 165.185C243.613 165.458 243.442 165.779 243.317 166.149C243.191 166.513 243.108 166.905 243.065 167.325ZM253.922 165.578L252.781 176.859L250.674 176.646L251.998 163.547L253.94 163.743L253.922 165.578ZM259.801 169.026L259.783 169.21C259.713 169.898 259.567 170.528 259.344 171.1C259.128 171.667 258.84 172.154 258.481 172.559C258.128 172.959 257.713 173.256 257.234 173.449C256.755 173.642 256.218 173.708 255.624 173.648C255.035 173.589 254.53 173.429 254.108 173.168C253.694 172.902 253.355 172.553 253.093 172.12C252.83 171.687 252.633 171.19 252.501 170.629C252.376 170.063 252.308 169.449 252.299 168.789L252.37 168.081C252.516 167.395 252.708 166.778 252.946 166.231C253.19 165.684 253.484 165.222 253.828 164.845C254.173 164.467 254.575 164.19 255.034 164.013C255.494 163.835 256.015 163.776 256.598 163.835C257.193 163.895 257.709 164.065 258.146 164.345C258.583 164.619 258.938 164.984 259.21 165.442C259.482 165.893 259.667 166.424 259.764 167.035C259.862 167.64 259.874 168.304 259.801 169.026ZM257.675 168.997L257.694 168.813C257.738 168.376 257.738 167.967 257.694 167.585C257.651 167.198 257.556 166.853 257.41 166.55C257.264 166.246 257.062 166.002 256.804 165.817C256.553 165.627 256.237 165.512 255.858 165.474C255.485 165.436 255.158 165.468 254.877 165.569C254.596 165.664 254.355 165.814 254.151 166.017C253.948 166.22 253.782 166.465 253.653 166.753C253.524 167.034 253.422 167.345 253.347 167.685L253.175 169.381C253.203 169.808 253.283 170.205 253.417 170.572C253.551 170.938 253.761 171.242 254.049 171.484C254.343 171.719 254.735 171.862 255.225 171.912C255.604 171.95 255.936 171.901 256.22 171.765C256.505 171.629 256.746 171.427 256.944 171.158C257.149 170.884 257.311 170.562 257.431 170.191C257.551 169.821 257.632 169.422 257.675 168.997ZM266.633 172.668L267.089 168.156C267.123 167.818 267.091 167.52 266.994 167.263C266.896 167.005 266.729 166.797 266.491 166.638C266.26 166.479 265.958 166.381 265.585 166.343C265.241 166.308 264.938 166.336 264.675 166.427C264.413 166.519 264.202 166.656 264.042 166.84C263.882 167.024 263.789 167.242 263.764 167.493L261.665 167.28C261.703 166.907 261.83 166.555 262.046 166.223C262.262 165.892 262.556 165.607 262.927 165.367C263.299 165.128 263.732 164.954 264.226 164.845C264.72 164.736 265.264 164.711 265.859 164.772C266.57 164.843 267.187 165.027 267.711 165.321C268.241 165.616 268.639 166.021 268.904 166.537C269.177 167.048 269.276 167.664 269.203 168.387L268.778 172.593C268.734 173.025 268.724 173.415 268.748 173.765C268.778 174.11 268.838 174.413 268.929 174.676L268.915 174.816L266.755 174.597C266.679 174.36 266.63 174.063 266.607 173.708C266.59 173.347 266.599 173 266.633 172.668ZM267.329 168.842L267.214 170.147L265.701 169.994C265.311 169.955 264.963 169.958 264.658 170.003C264.354 170.043 264.095 170.123 263.883 170.243C263.671 170.363 263.505 170.517 263.386 170.705C263.267 170.893 263.194 171.113 263.169 171.363C263.144 171.614 263.179 171.85 263.274 172.072C263.37 172.288 263.523 172.465 263.733 172.604C263.948 172.744 264.216 172.83 264.537 172.862C264.968 172.906 265.353 172.856 265.691 172.714C266.036 172.566 266.315 172.374 266.527 172.136C266.74 171.892 266.865 171.655 266.9 171.423L267.487 172.427C267.393 172.659 267.248 172.904 267.051 173.161C266.854 173.418 266.606 173.657 266.307 173.88C266.014 174.098 265.67 174.267 265.275 174.386C264.886 174.505 264.447 174.54 263.957 174.491C263.339 174.428 262.801 174.25 262.341 173.956C261.883 173.657 261.538 173.283 261.306 172.836C261.075 172.383 260.987 171.888 261.041 171.351C261.092 170.85 261.23 170.416 261.456 170.051C261.687 169.679 262 169.381 262.394 169.156C262.794 168.932 263.268 168.779 263.818 168.699C264.369 168.614 264.988 168.606 265.676 168.675L267.329 168.842Z' fill='%23070708'/%3E%3Cg clip-path='url(%23clip0_7261_732908)'%3E%3Crect width='168' height='34' transform='translate(208.872 51.4521) rotate(10.6022)' fill='%23070708'/%3E%3Cpath d='M220.268 79.4875L221.111 74.9857C221.903 74.9916 222.425 74.7027 223.151 72.4578L224.621 67.9718L232.308 69.4106L230.939 76.7236L231.981 76.9186L231.12 81.5187L228.623 81.0514L229.076 78.6334L223.237 77.5405L222.785 79.9585L220.268 79.4875ZM226.395 70.5624L225.618 73.0824C225.263 74.2165 224.732 74.9919 224.039 75.432L228.442 76.2563L229.403 71.1254L226.395 70.5624ZM237.503 80.455C234.377 79.8699 232.917 77.2362 233.425 74.5233C233.929 71.8301 236.243 69.903 239.368 70.4881C242.514 71.0768 243.974 73.7105 243.47 76.4037C242.962 79.1166 240.648 81.0437 237.503 80.455ZM237.919 78.2335C239.472 78.5242 240.595 77.412 240.875 75.918C241.151 74.4436 240.506 73.0002 238.953 72.7095C237.4 72.4188 236.295 73.5347 236.019 75.0091C235.74 76.5031 236.366 77.9428 237.919 78.2335ZM254.509 83.6383C250.518 82.8913 249.421 79.5118 250.113 75.8159C250.856 71.8449 253.624 69.4532 257.497 70.1782C259.089 70.4762 260.323 71.2769 261.115 72.2595L259.456 74.1668C258.873 73.3659 258.193 72.8722 257.033 72.6551C255.106 72.2945 253.444 73.6723 253.054 75.7561C253.036 75.8544 253.021 75.933 253.023 76.035C253.798 75.2644 255.266 74.705 256.701 74.9736C259.06 75.4152 260.887 77.2833 260.365 80.0748C259.886 82.6304 257.497 84.1976 254.509 83.6383ZM254.815 81.1319C256.329 81.4152 257.342 80.5672 257.515 79.6432C257.773 78.2671 256.704 77.4566 255.446 77.2211C254.463 77.0371 253.434 77.3126 252.658 77.9812C252.541 79.2614 252.987 80.7896 254.815 81.1319ZM266.233 85.8329C262.479 85.1301 261.444 81.4163 262.077 78.0351C262.71 74.6538 265.014 71.5853 268.769 72.2881C272.504 72.9873 273.562 76.685 272.929 80.0663C272.296 83.4476 269.968 86.5321 266.233 85.8329ZM266.697 83.3559C268.565 83.7055 269.626 81.9507 270.078 79.5327C270.531 77.1147 270.173 75.1147 268.305 74.7651C266.418 74.4119 265.361 76.147 264.908 78.565C264.455 80.983 264.81 83.0027 266.697 83.3559ZM278.424 88.1148C274.669 87.412 273.635 83.6982 274.268 80.317C274.901 76.9357 277.205 73.8672 280.959 74.57C284.694 75.2692 285.752 78.9669 285.119 82.3482C284.486 85.7295 282.159 88.814 278.424 88.1148ZM278.888 85.6378C280.755 85.9874 281.816 84.2326 282.269 81.8146C282.721 79.3966 282.363 77.3966 280.496 77.047C278.608 76.6938 277.551 78.4289 277.099 80.8469C276.646 83.2649 277 85.2846 278.888 85.6378ZM305.105 92.8649L302.294 92.3387L304.012 83.1582L298.598 91.6469L297.379 91.4188L295.402 81.5464L293.683 90.727L290.892 90.2044L293.346 77.0922L297.258 77.8245L298.96 86.343L303.628 79.0167L307.559 79.7527L305.105 92.8649ZM312.425 92.1801C313.978 92.4708 315.102 91.3586 315.389 89.8252C315.658 88.3901 315.012 86.9468 313.459 86.656C311.906 86.3653 310.802 87.4812 310.534 88.9163C310.247 90.4497 310.872 91.8894 312.425 92.1801ZM312.01 94.4015C308.844 93.8091 307.434 91.1238 308.012 88.0374C308.877 83.4176 310.934 81.6663 314.279 81.8446C315.915 81.9068 316.51 81.7739 316.572 81.4397L319.167 81.9255C318.821 83.7734 316.327 83.8356 314.737 83.7414C312.441 83.6168 311.333 84.4268 310.872 85.4798C311.826 84.6208 313.089 84.2874 314.406 84.534C317.119 85.0418 318.454 87.6927 317.961 90.3269C317.46 93.0005 315.175 94.994 312.01 94.4015ZM321.394 95.9141L318.996 95.4651L320.773 85.97L323.27 86.4374L322.196 92.1777L327.182 87.1697L329.698 87.6407L327.921 97.1358L325.424 96.6684L326.539 90.7119L321.394 95.9141ZM334.665 98.3982L332.149 97.9272L333.518 90.6142L330.864 90.1174L331.273 87.9353L339.097 89.3999L338.688 91.582L336.034 91.0852L334.665 98.3982ZM339.381 99.6879L337.573 99.3494L344.834 86.3229L346.642 86.6614L339.381 99.6879ZM349.734 101.463C346.805 100.915 345.087 98.4568 345.636 95.5276C346.18 92.6182 348.67 90.9477 351.599 91.496C353.546 91.8603 354.567 92.9264 355.034 93.9092L353.115 95.1371C352.788 94.3841 352.166 93.9014 351.301 93.7395C349.788 93.4562 348.52 94.3584 348.211 96.0097C347.902 97.661 348.754 98.9802 350.267 99.2636C351.132 99.4255 351.894 99.1611 352.464 98.6167L353.812 100.436C353.018 101.203 351.68 101.827 349.734 101.463Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7261_732908'%3E%3Crect width='168' height='34' fill='white' transform='translate(208.872 51.4521) rotate(10.6022)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 101px;
  top: 125px;
  z-index: 5;
}
#first_screen .cta .bubble.lv {
  background-image: url("data:image/svg+xml,%3Csvg width='453' height='236' viewBox='0 0 453 236' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.6053 182.744L352.087 202.211L358.145 160.644L399.943 180.405L362.783 128.82L364.434 117.49L64.5467 61.3926L65.6053 182.744Z' fill='white'/%3E%3Cpath d='M65.6053 182.744L65.4019 185.737L62.6297 185.548L62.6054 182.77L65.6053 182.744ZM352.087 202.211L355.056 202.643L354.655 205.392L351.884 205.204L352.087 202.211ZM358.145 160.644L355.176 160.211L355.761 156.198L359.427 157.932L358.145 160.644ZM399.943 180.405L402.377 178.651L398.661 183.117L399.943 180.405ZM362.783 128.82L360.349 130.573L359.639 129.588L359.814 128.387L362.783 128.82ZM364.434 117.49L364.985 114.542L367.818 115.071L367.402 117.923L364.434 117.49ZM64.5467 61.3926L61.5469 61.4188L61.5151 57.7735L65.0984 58.4438L64.5467 61.3926ZM65.6053 182.744L65.8087 179.751L352.291 199.218L352.087 202.211L351.884 205.204L65.4019 185.737L65.6053 182.744ZM352.087 202.211L349.119 201.778L355.176 160.211L358.145 160.644L361.113 161.076L355.056 202.643L352.087 202.211ZM358.145 160.644L359.427 157.932L401.226 177.693L399.943 180.405L398.661 183.117L356.863 163.356L358.145 160.644ZM399.943 180.405L397.509 182.158L360.349 130.573L362.783 128.82L365.217 127.066L402.377 178.651L399.943 180.405ZM362.783 128.82L359.814 128.387L361.465 117.058L364.434 117.49L367.402 117.923L365.751 129.252L362.783 128.82ZM364.434 117.49L363.882 120.439L63.9951 64.3415L64.5467 61.3926L65.0984 58.4438L364.985 114.542L364.434 117.49ZM64.5467 61.3926L67.5466 61.3665L68.6052 182.717L65.6053 182.744L62.6054 182.77L61.5469 61.4188L64.5467 61.3926Z' fill='%23070708'/%3E%3Ccircle cx='92.5312' cy='112.753' r='4.5' transform='rotate(5.77473 92.5312 112.753)' fill='%23070708'/%3E%3Cpath d='M111.015 114.84L107.771 114.512L107.915 112.91L110.748 113.197C111.226 113.245 111.638 113.216 111.985 113.11C112.338 112.998 112.615 112.817 112.817 112.567C113.02 112.31 113.14 111.99 113.179 111.605C113.222 111.18 113.176 110.824 113.04 110.54C112.904 110.255 112.673 110.034 112.347 109.878C112.027 109.722 111.608 109.618 111.089 109.565L108.964 109.35L107.853 120.333L105.658 120.111L106.946 107.379L111.266 107.816C111.965 107.887 112.582 108.017 113.117 108.207C113.657 108.397 114.105 108.654 114.461 108.979C114.823 109.298 115.082 109.683 115.236 110.135C115.397 110.587 115.447 111.11 115.387 111.705C115.334 112.229 115.16 112.698 114.865 113.109C114.57 113.516 114.165 113.831 113.647 114.055C113.13 114.28 112.504 114.381 111.77 114.36L111.015 114.84ZM110.337 120.584L106.498 120.196L107.662 118.556L110.513 118.844C111.008 118.894 111.43 118.855 111.779 118.725C112.129 118.59 112.4 118.384 112.592 118.109C112.791 117.829 112.911 117.491 112.951 117.094C112.993 116.68 112.956 116.315 112.841 115.997C112.727 115.673 112.52 115.414 112.222 115.219C111.924 115.018 111.522 114.892 111.015 114.84L108.549 114.591L108.728 112.992L111.937 113.317L112.375 113.971C113.072 114.065 113.631 114.277 114.051 114.608C114.476 114.94 114.777 115.344 114.953 115.822C115.128 116.299 115.189 116.8 115.136 117.324C115.054 118.135 114.808 118.796 114.397 119.308C113.992 119.82 113.445 120.186 112.758 120.405C112.071 120.618 111.264 120.678 110.337 120.584ZM125.483 120.358L125.307 122.098L118.548 121.415L118.724 119.675L125.483 120.358ZM120.456 108.746L119.169 121.478L116.974 121.256L118.261 108.524L120.456 108.746ZM125.174 114.594L125.001 116.308L119.124 115.713L119.298 113.999L125.174 114.594ZM126.551 109.362L126.374 111.111L119.658 110.432L119.835 108.683L126.551 109.362ZM136.178 121.44L136.002 123.18L127.161 122.286L127.337 120.546L136.178 121.44ZM136.951 111.783L127.974 122.368L126.505 122.22L126.646 120.829L135.645 110.282L137.088 110.428L136.951 111.783ZM136.275 110.345L136.098 112.094L127.668 111.242L127.845 109.493L136.275 110.345ZM147.725 121.777C147.746 121.567 147.713 121.372 147.625 121.193C147.538 121.007 147.352 120.83 147.069 120.66C146.792 120.49 146.373 120.318 145.814 120.144C145.324 119.983 144.877 119.805 144.472 119.611C144.074 119.411 143.738 119.186 143.463 118.934C143.188 118.683 142.984 118.397 142.852 118.078C142.719 117.758 142.673 117.4 142.713 117.004C142.752 116.619 142.873 116.263 143.077 115.936C143.281 115.609 143.553 115.331 143.895 115.1C144.236 114.87 144.639 114.701 145.103 114.595C145.573 114.489 146.088 114.465 146.648 114.522C147.44 114.602 148.106 114.805 148.644 115.13C149.189 115.45 149.59 115.853 149.847 116.338C150.105 116.818 150.205 117.34 150.148 117.906L148.041 117.692C148.066 117.442 148.025 117.202 147.919 116.973C147.819 116.74 147.65 116.543 147.413 116.383C147.177 116.218 146.869 116.116 146.49 116.078C146.129 116.042 145.823 116.069 145.572 116.162C145.327 116.249 145.138 116.377 145.003 116.546C144.874 116.716 144.798 116.908 144.777 117.124C144.761 117.281 144.775 117.427 144.821 117.561C144.872 117.69 144.966 117.814 145.101 117.934C145.237 118.048 145.426 118.161 145.667 118.274C145.915 118.387 146.227 118.504 146.604 118.625C147.311 118.85 147.912 119.108 148.407 119.399C148.908 119.685 149.28 120.029 149.522 120.431C149.764 120.826 149.857 121.307 149.8 121.872C149.757 122.292 149.628 122.668 149.412 122.999C149.202 123.325 148.916 123.6 148.552 123.822C148.188 124.038 147.763 124.193 147.277 124.285C146.796 124.378 146.265 124.394 145.682 124.336C144.825 124.249 144.114 124.024 143.55 123.661C142.987 123.291 142.575 122.852 142.314 122.343C142.06 121.829 141.959 121.312 142.012 120.793L144.049 120.999C144.033 121.392 144.109 121.715 144.278 121.967C144.453 122.215 144.681 122.406 144.962 122.54C145.249 122.669 145.55 122.75 145.865 122.782C146.244 122.82 146.567 122.803 146.833 122.729C147.101 122.65 147.31 122.53 147.462 122.369C147.614 122.202 147.702 122.004 147.725 121.777ZM151.44 120.068L151.46 119.867C151.529 119.185 151.692 118.562 151.95 117.999C152.207 117.431 152.545 116.95 152.961 116.556C153.384 116.157 153.879 115.865 154.445 115.681C155.018 115.492 155.649 115.432 156.336 115.501C157.03 115.572 157.636 115.756 158.153 116.056C158.677 116.351 159.106 116.736 159.441 117.211C159.776 117.681 160.013 118.22 160.152 118.829C160.291 119.432 160.326 120.075 160.257 120.757L160.237 120.958C160.168 121.64 160.005 122.262 159.748 122.825C159.491 123.388 159.15 123.869 158.727 124.268C158.305 124.661 157.81 124.953 157.243 125.143C156.677 125.327 156.05 125.384 155.362 125.314C154.668 125.244 154.059 125.062 153.535 124.768C153.018 124.468 152.592 124.083 152.256 123.614C151.922 123.138 151.685 122.599 151.545 121.996C151.406 121.393 151.371 120.75 151.44 120.068ZM153.568 120.08L153.547 120.281C153.504 120.707 153.507 121.113 153.557 121.501C153.606 121.889 153.709 122.235 153.867 122.54C154.024 122.844 154.241 123.093 154.516 123.285C154.791 123.478 155.129 123.595 155.531 123.636C155.922 123.675 156.268 123.628 156.571 123.493C156.879 123.36 157.14 123.159 157.356 122.892C157.571 122.626 157.742 122.307 157.868 121.937C157.999 121.568 158.086 121.17 158.13 120.745L158.15 120.543C158.192 120.124 158.186 119.723 158.13 119.34C158.081 118.952 157.975 118.603 157.812 118.292C157.655 117.982 157.439 117.73 157.164 117.537C156.896 117.339 156.563 117.22 156.167 117.18C155.77 117.14 155.418 117.19 155.109 117.33C154.807 117.464 154.548 117.667 154.332 117.94C154.116 118.213 153.945 118.534 153.819 118.904C153.694 119.268 153.61 119.66 153.568 120.08ZM167.505 124.387L168.665 112.914L170.781 113.128L169.423 126.56L167.508 126.366L167.505 124.387ZM161.619 121.097L161.637 120.914C161.71 120.197 161.86 119.552 162.089 118.981C162.318 118.403 162.614 117.918 162.978 117.525C163.342 117.126 163.766 116.836 164.25 116.655C164.734 116.468 165.265 116.404 165.842 116.463C166.413 116.52 166.903 116.682 167.312 116.947C167.721 117.212 168.056 117.567 168.318 118.012C168.579 118.45 168.772 118.965 168.895 119.554C169.018 120.138 169.083 120.78 169.088 121.482L169.029 122.068C168.885 122.736 168.694 123.341 168.457 123.883C168.22 124.424 167.929 124.883 167.584 125.261C167.24 125.638 166.838 125.916 166.378 126.093C165.925 126.271 165.409 126.331 164.832 126.272C164.261 126.214 163.757 126.043 163.32 125.757C162.89 125.472 162.536 125.098 162.259 124.634C161.982 124.17 161.789 123.638 161.678 123.038C161.569 122.432 161.549 121.785 161.619 121.097ZM163.745 121.127L163.726 121.311C163.682 121.742 163.68 122.148 163.718 122.529C163.761 122.91 163.854 123.252 163.994 123.555C164.134 123.852 164.331 124.095 164.582 124.286C164.84 124.471 165.159 124.583 165.538 124.621C166.016 124.669 166.42 124.604 166.75 124.426C167.08 124.247 167.351 123.989 167.562 123.651C167.779 123.308 167.942 122.918 168.051 122.481L168.211 120.898C168.211 120.551 168.17 120.223 168.09 119.914C168.015 119.606 167.898 119.333 167.74 119.093C167.582 118.847 167.375 118.65 167.12 118.5C166.87 118.345 166.565 118.25 166.204 118.213C165.819 118.174 165.484 118.223 165.199 118.359C164.915 118.495 164.67 118.697 164.467 118.965C164.269 119.234 164.11 119.553 163.99 119.924C163.87 120.294 163.788 120.696 163.745 121.127ZM177.153 125.425L177.609 120.912C177.643 120.574 177.611 120.277 177.514 120.019C177.416 119.762 177.249 119.554 177.012 119.394C176.78 119.236 176.478 119.137 176.105 119.1C175.761 119.065 175.458 119.093 175.195 119.184C174.933 119.275 174.722 119.413 174.562 119.597C174.402 119.781 174.309 119.999 174.284 120.249L172.185 120.037C172.223 119.664 172.35 119.312 172.566 118.98C172.782 118.649 173.076 118.363 173.447 118.124C173.819 117.885 174.252 117.711 174.746 117.602C175.24 117.493 175.784 117.468 176.379 117.528C177.09 117.6 177.707 117.783 178.231 118.078C178.761 118.373 179.159 118.778 179.425 119.294C179.697 119.804 179.796 120.421 179.723 121.144L179.298 125.35C179.254 125.781 179.244 126.172 179.268 126.522C179.298 126.866 179.358 127.17 179.45 127.432L179.435 127.572L177.276 127.354C177.199 127.117 177.15 126.82 177.127 126.464C177.11 126.103 177.119 125.757 177.153 125.425ZM177.849 121.599L177.734 122.904L176.222 122.751C175.831 122.711 175.483 122.715 175.178 122.76C174.874 122.8 174.615 122.88 174.403 123C174.191 123.12 174.025 123.274 173.906 123.462C173.787 123.65 173.714 123.87 173.689 124.12C173.664 124.371 173.699 124.607 173.794 124.829C173.89 125.045 174.043 125.222 174.253 125.361C174.468 125.501 174.736 125.587 175.057 125.619C175.488 125.663 175.873 125.613 176.212 125.471C176.556 125.323 176.835 125.13 177.047 124.893C177.26 124.649 177.385 124.412 177.42 124.18L178.007 125.184C177.913 125.416 177.768 125.661 177.571 125.917C177.374 126.174 177.126 126.414 176.827 126.637C176.534 126.855 176.19 127.023 175.795 127.142C175.406 127.262 174.967 127.297 174.477 127.248C173.859 127.185 173.321 127.007 172.862 126.713C172.403 126.414 172.058 126.04 171.826 125.593C171.595 125.139 171.507 124.645 171.561 124.108C171.612 123.607 171.75 123.173 171.976 122.807C172.207 122.436 172.52 122.138 172.914 121.913C173.314 121.688 173.789 121.536 174.338 121.456C174.889 121.371 175.508 121.363 176.196 121.432L177.849 121.599ZM188.629 120.781L187.488 132.062L185.381 131.849L186.706 118.749L188.647 118.946L188.629 120.781ZM194.508 124.229L194.49 124.413C194.42 125.101 194.274 125.731 194.051 126.303C193.835 126.87 193.547 127.356 193.188 127.762C192.836 128.162 192.42 128.459 191.941 128.652C191.462 128.845 190.925 128.911 190.331 128.851C189.742 128.791 189.237 128.631 188.816 128.371C188.401 128.105 188.062 127.756 187.8 127.323C187.537 126.89 187.34 126.393 187.209 125.832C187.083 125.266 187.016 124.652 187.006 123.992L187.078 123.283C187.224 122.597 187.415 121.981 187.653 121.434C187.897 120.887 188.191 120.425 188.536 120.047C188.88 119.67 189.282 119.393 189.742 119.215C190.201 119.038 190.723 118.979 191.306 119.038C191.9 119.098 192.416 119.268 192.853 119.548C193.29 119.822 193.645 120.187 193.917 120.645C194.189 121.096 194.374 121.627 194.471 122.238C194.569 122.843 194.582 123.506 194.508 124.229ZM192.382 124.2L192.401 124.016C192.445 123.579 192.445 123.17 192.402 122.788C192.358 122.401 192.264 122.056 192.118 121.752C191.972 121.449 191.77 121.205 191.511 121.02C191.26 120.829 190.944 120.715 190.566 120.677C190.192 120.639 189.865 120.671 189.584 120.772C189.304 120.867 189.062 121.016 188.859 121.22C188.656 121.423 188.489 121.668 188.36 121.956C188.232 122.237 188.13 122.548 188.054 122.887L187.882 124.584C187.91 125.011 187.991 125.408 188.124 125.774C188.258 126.141 188.469 126.445 188.756 126.686C189.051 126.922 189.443 127.065 189.932 127.115C190.311 127.153 190.643 127.104 190.928 126.968C191.212 126.832 191.454 126.629 191.652 126.361C191.856 126.087 192.018 125.765 192.138 125.394C192.258 125.023 192.339 124.625 192.382 124.2ZM201.34 127.871L201.796 123.359C201.83 123.02 201.799 122.723 201.701 122.465C201.603 122.208 201.436 122 201.199 121.84C200.967 121.682 200.665 121.583 200.292 121.546C199.948 121.511 199.645 121.539 199.383 121.63C199.12 121.722 198.909 121.859 198.749 122.043C198.589 122.227 198.496 122.445 198.471 122.695L196.372 122.483C196.41 122.11 196.537 121.758 196.753 121.426C196.969 121.095 197.263 120.809 197.635 120.57C198.006 120.331 198.439 120.157 198.933 120.048C199.427 119.939 199.971 119.914 200.566 119.974C201.277 120.046 201.895 120.229 202.418 120.524C202.948 120.819 203.346 121.224 203.612 121.74C203.884 122.25 203.984 122.867 203.91 123.59L203.485 127.796C203.441 128.227 203.431 128.618 203.455 128.968C203.485 129.313 203.545 129.616 203.637 129.879L203.623 130.018L201.463 129.8C201.387 129.563 201.337 129.266 201.314 128.91C201.298 128.55 201.306 128.203 201.34 127.871ZM202.036 124.045L201.922 125.35L200.409 125.197C200.018 125.157 199.67 125.161 199.365 125.206C199.061 125.246 198.803 125.326 198.59 125.446C198.378 125.566 198.212 125.72 198.093 125.908C197.974 126.096 197.902 126.316 197.876 126.566C197.851 126.817 197.886 127.053 197.981 127.275C198.077 127.491 198.23 127.668 198.44 127.807C198.655 127.947 198.924 128.033 199.244 128.065C199.676 128.109 200.06 128.059 200.399 127.917C200.743 127.769 201.022 127.576 201.235 127.339C201.448 127.095 201.572 126.858 201.607 126.626L202.194 127.63C202.1 127.862 201.955 128.107 201.758 128.363C201.561 128.62 201.313 128.86 201.014 129.083C200.721 129.301 200.377 129.469 199.982 129.588C199.593 129.708 199.154 129.743 198.664 129.694C198.046 129.631 197.508 129.453 197.049 129.159C196.59 128.86 196.245 128.486 196.014 128.039C195.783 127.585 195.694 127.091 195.749 126.554C195.799 126.053 195.937 125.619 196.163 125.253C196.395 124.882 196.708 124.584 197.101 124.359C197.501 124.134 197.976 123.982 198.526 123.902C199.076 123.817 199.695 123.809 200.383 123.878L202.036 124.045ZM208.358 122.759L207.584 130.419L205.476 130.206L206.433 120.744L208.444 120.948L208.358 122.759ZM211.441 121.189L211.226 123.146C211.1 123.11 210.962 123.078 210.811 123.051C210.667 123.025 210.522 123.004 210.376 122.989C210.014 122.953 209.691 122.973 209.407 123.05C209.123 123.122 208.878 123.244 208.672 123.418C208.472 123.586 208.309 123.799 208.183 124.057C208.057 124.316 207.968 124.61 207.917 124.94L207.433 124.927C207.493 124.332 207.607 123.787 207.775 123.292C207.942 122.796 208.162 122.368 208.435 122.007C208.712 121.646 209.04 121.376 209.418 121.196C209.801 121.017 210.229 120.952 210.701 120.999C210.829 121.012 210.965 121.038 211.108 121.076C211.257 121.115 211.368 121.152 211.441 121.189ZM221.784 129.938L222.241 125.426C222.275 125.088 222.243 124.79 222.145 124.533C222.048 124.276 221.88 124.068 221.643 123.908C221.412 123.749 221.11 123.651 220.737 123.613C220.393 123.578 220.09 123.607 219.827 123.698C219.565 123.789 219.353 123.927 219.193 124.111C219.033 124.295 218.941 124.512 218.915 124.763L216.817 124.551C216.855 124.178 216.981 123.825 217.198 123.494C217.414 123.162 217.708 122.877 218.079 122.638C218.451 122.399 218.884 122.224 219.378 122.115C219.872 122.006 220.416 121.982 221.01 122.042C221.722 122.114 222.339 122.297 222.863 122.591C223.393 122.887 223.79 123.292 224.056 123.808C224.329 124.318 224.428 124.935 224.355 125.658L223.93 129.864C223.886 130.295 223.876 130.686 223.899 131.036C223.929 131.38 223.99 131.684 224.081 131.946L224.067 132.086L221.907 131.868C221.831 131.63 221.782 131.334 221.759 130.978C221.742 130.617 221.751 130.271 221.784 129.938ZM222.48 126.113L222.366 127.418L220.853 127.265C220.463 127.225 220.115 127.228 219.81 127.274C219.506 127.314 219.247 127.394 219.035 127.514C218.822 127.633 218.657 127.787 218.538 127.976C218.418 128.164 218.346 128.383 218.321 128.634C218.295 128.885 218.331 129.121 218.426 129.342C218.522 129.558 218.675 129.736 218.884 129.875C219.1 130.014 219.368 130.1 219.689 130.133C220.12 130.176 220.505 130.127 220.843 129.984C221.188 129.837 221.467 129.644 221.679 129.406C221.892 129.163 222.016 128.925 222.052 128.693L222.639 129.698C222.545 129.93 222.399 130.174 222.203 130.431C222.006 130.688 221.758 130.928 221.459 131.151C221.166 131.369 220.822 131.537 220.427 131.656C220.038 131.776 219.598 131.811 219.109 131.761C218.491 131.699 217.952 131.521 217.493 131.227C217.035 130.927 216.69 130.554 216.458 130.106C216.227 129.653 216.139 129.158 216.193 128.622C216.244 128.121 216.382 127.687 216.607 127.321C216.839 126.95 217.152 126.652 217.546 126.427C217.945 126.202 218.42 126.05 218.97 125.97C219.521 125.884 220.14 125.876 220.828 125.946L222.48 126.113ZM231.206 123.25L231.051 124.789L225.717 124.249L225.872 122.71L231.206 123.25ZM227.646 120.549L229.753 120.762L228.826 129.926C228.797 130.217 228.815 130.446 228.881 130.612C228.953 130.772 229.062 130.886 229.208 130.954C229.354 131.022 229.529 131.066 229.734 131.087C229.879 131.101 230.02 131.107 230.156 131.103C230.292 131.099 230.401 131.092 230.485 131.083L230.331 132.693C230.151 132.728 229.942 132.754 229.705 132.771C229.473 132.789 229.209 132.783 228.911 132.753C228.427 132.704 228.008 132.576 227.652 132.369C227.296 132.156 227.033 131.844 226.863 131.432C226.693 131.021 226.64 130.491 226.705 129.844L227.646 120.549ZM237.443 130.85C237.464 130.641 237.431 130.446 237.343 130.266C237.256 130.081 237.071 129.903 236.787 129.733C236.51 129.563 236.092 129.392 235.532 129.217C235.042 129.056 234.595 128.878 234.19 128.684C233.792 128.485 233.456 128.259 233.181 128.008C232.906 127.756 232.702 127.471 232.57 127.151C232.437 126.831 232.391 126.473 232.431 126.077C232.47 125.692 232.591 125.336 232.795 125.009C232.999 124.683 233.272 124.404 233.613 124.173C233.954 123.943 234.357 123.775 234.821 123.668C235.291 123.563 235.806 123.538 236.366 123.595C237.159 123.675 237.824 123.878 238.363 124.203C238.907 124.523 239.308 124.926 239.565 125.411C239.823 125.891 239.923 126.413 239.866 126.979L237.759 126.766C237.784 126.515 237.744 126.275 237.637 126.047C237.537 125.813 237.369 125.616 237.131 125.457C236.895 125.291 236.587 125.19 236.208 125.151C235.847 125.115 235.541 125.143 235.29 125.235C235.046 125.322 234.856 125.45 234.721 125.619C234.592 125.789 234.517 125.981 234.495 126.197C234.479 126.355 234.494 126.5 234.539 126.634C234.591 126.763 234.684 126.888 234.819 127.007C234.955 127.121 235.144 127.235 235.386 127.347C235.633 127.461 235.945 127.578 236.322 127.698C237.029 127.923 237.63 128.181 238.125 128.472C238.626 128.759 238.998 129.102 239.24 129.504C239.483 129.899 239.575 130.38 239.518 130.945C239.476 131.365 239.346 131.741 239.13 132.072C238.921 132.399 238.634 132.673 238.27 132.895C237.906 133.112 237.481 133.266 236.995 133.358C236.514 133.451 235.983 133.468 235.4 133.409C234.543 133.322 233.832 133.097 233.268 132.734C232.705 132.365 232.293 131.926 232.032 131.416C231.778 130.902 231.677 130.385 231.73 129.866L233.767 130.072C233.751 130.465 233.827 130.788 233.996 131.041C234.171 131.288 234.399 131.479 234.68 131.613C234.968 131.743 235.269 131.823 235.583 131.855C235.962 131.893 236.285 131.876 236.552 131.803C236.819 131.724 237.028 131.604 237.18 131.442C237.332 131.275 237.42 131.078 237.443 130.85ZM244.707 120.604L243.349 134.036L241.232 133.822L242.591 120.39L244.707 120.604ZM249.811 134.866C249.111 134.795 248.49 134.618 247.948 134.333C247.411 134.043 246.966 133.672 246.612 133.218C246.263 132.764 246.012 132.247 245.859 131.666C245.705 131.085 245.661 130.471 245.727 129.824L245.762 129.474C245.837 128.734 246.013 128.075 246.289 127.496C246.566 126.917 246.918 126.435 247.346 126.048C247.774 125.656 248.262 125.372 248.81 125.198C249.357 125.024 249.937 124.967 250.549 125.029C251.225 125.098 251.806 125.271 252.29 125.55C252.774 125.828 253.161 126.192 253.452 126.639C253.749 127.081 253.95 127.593 254.056 128.175C254.168 128.758 254.189 129.39 254.12 130.072L254.029 130.973L246.719 130.234L246.872 128.721L252.101 129.25L252.118 129.084C252.145 128.704 252.105 128.34 251.999 127.994C251.898 127.648 251.718 127.359 251.459 127.127C251.2 126.894 250.837 126.754 250.371 126.707C250.021 126.672 249.701 126.716 249.412 126.84C249.129 126.959 248.883 127.149 248.674 127.41C248.465 127.672 248.291 127.996 248.152 128.382C248.019 128.763 247.928 129.199 247.878 129.688L247.843 130.038C247.801 130.452 247.818 130.842 247.892 131.209C247.974 131.571 248.112 131.894 248.307 132.179C248.502 132.463 248.749 132.698 249.048 132.881C249.349 133.059 249.7 133.168 250.102 133.208C250.609 133.26 251.071 133.203 251.488 133.039C251.905 132.875 252.278 132.622 252.608 132.278L253.609 133.466C253.375 133.743 253.081 134.001 252.727 134.242C252.373 134.478 251.952 134.656 251.463 134.777C250.979 134.899 250.429 134.929 249.811 134.866ZM253.693 122.246L253.557 123.593L247.619 122.993L247.755 121.646L253.693 122.246ZM262.275 126.392L264.19 126.585L263.26 135.785C263.174 136.636 262.92 137.34 262.499 137.898C262.077 138.456 261.527 138.857 260.849 139.101C260.17 139.35 259.405 139.432 258.554 139.346C258.192 139.309 257.795 139.216 257.363 139.066C256.936 138.917 256.528 138.705 256.137 138.43C255.752 138.161 255.442 137.827 255.205 137.426L256.319 136.284C256.617 136.721 256.96 137.053 257.349 137.28C257.738 137.508 258.157 137.645 258.606 137.69C259.09 137.739 259.51 137.69 259.867 137.544C260.228 137.404 260.52 137.171 260.741 136.846C260.962 136.521 261.098 136.111 261.148 135.615L261.866 128.515L262.275 126.392ZM255.359 130.577L255.378 130.394C255.45 129.677 255.604 129.033 255.838 128.462C256.073 127.885 256.375 127.4 256.745 127.007C257.115 126.609 257.545 126.32 258.034 126.14C258.524 125.954 259.063 125.89 259.652 125.95C260.264 126.012 260.775 126.175 261.184 126.44C261.599 126.706 261.931 127.061 262.181 127.504C262.431 127.942 262.609 128.454 262.714 129.042C262.826 129.625 262.888 130.267 262.899 130.969L262.84 131.555C262.696 132.223 262.505 132.828 262.268 133.37C262.03 133.911 261.742 134.371 261.404 134.749C261.065 135.127 260.666 135.405 260.206 135.582C259.753 135.76 259.231 135.819 258.643 135.759C258.065 135.701 257.556 135.529 257.114 135.243C256.677 134.957 256.315 134.582 256.026 134.117C255.743 133.652 255.544 133.12 255.428 132.519C255.312 131.913 255.29 131.265 255.359 130.577ZM257.485 130.607L257.467 130.791C257.423 131.222 257.423 131.628 257.467 132.01C257.517 132.392 257.615 132.734 257.761 133.038C257.913 133.336 258.118 133.58 258.375 133.771C258.639 133.957 258.961 134.069 259.34 134.107C259.835 134.157 260.251 134.093 260.587 133.915C260.929 133.738 261.202 133.48 261.407 133.141C261.619 132.798 261.782 132.408 261.897 131.972L262.057 130.389C262.056 130.042 262.016 129.714 261.935 129.405C261.86 129.097 261.744 128.823 261.586 128.583C261.428 128.338 261.218 128.14 260.957 127.99C260.695 127.834 260.378 127.737 260.005 127.699C259.626 127.661 259.289 127.709 258.992 127.844C258.696 127.979 258.443 128.18 258.234 128.448C258.03 128.716 257.865 129.035 257.739 129.405C257.613 129.775 257.529 130.176 257.485 130.607ZM270.987 134.243C271.008 134.033 270.975 133.838 270.887 133.658C270.799 133.473 270.614 133.295 270.331 133.125C270.054 132.956 269.635 132.784 269.076 132.61C268.586 132.448 268.138 132.27 267.734 132.076C267.336 131.877 267 131.652 266.725 131.4C266.45 131.148 266.246 130.863 266.113 130.543C265.981 130.224 265.935 129.865 265.975 129.469C266.014 129.084 266.135 128.729 266.339 128.402C266.543 128.075 266.815 127.796 267.157 127.566C267.498 127.335 267.901 127.167 268.365 127.061C268.835 126.955 269.35 126.931 269.909 126.987C270.702 127.067 271.368 127.27 271.906 127.595C272.451 127.916 272.852 128.318 273.109 128.804C273.367 129.283 273.467 129.806 273.41 130.371L271.303 130.158C271.328 129.907 271.287 129.668 271.181 129.439C271.081 129.205 270.912 129.008 270.675 128.849C270.439 128.684 270.131 128.582 269.752 128.544C269.391 128.507 269.084 128.535 268.834 128.627C268.589 128.715 268.4 128.843 268.265 129.012C268.136 129.181 268.06 129.374 268.039 129.589C268.023 129.747 268.037 129.893 268.083 130.027C268.134 130.156 268.228 130.28 268.363 130.4C268.499 130.513 268.687 130.627 268.929 130.74C269.177 130.853 269.489 130.97 269.866 131.09C270.573 131.315 271.174 131.573 271.669 131.865C272.17 132.151 272.542 132.495 272.784 132.896C273.026 133.292 273.119 133.772 273.062 134.338C273.019 134.757 272.89 135.133 272.674 135.465C272.464 135.791 272.177 136.065 271.813 136.287C271.45 136.504 271.025 136.658 270.539 136.75C270.058 136.843 269.526 136.86 268.943 136.801C268.087 136.714 267.376 136.489 266.812 136.126C266.249 135.757 265.837 135.318 265.576 134.809C265.322 134.294 265.221 133.777 265.273 133.259L267.311 133.465C267.295 133.858 267.371 134.18 267.54 134.433C267.715 134.68 267.943 134.871 268.224 135.006C268.511 135.135 268.812 135.215 269.127 135.247C269.506 135.286 269.829 135.268 270.095 135.195C270.362 135.116 270.572 134.996 270.724 134.834C270.876 134.667 270.964 134.47 270.987 134.243ZM269.122 123.074L270.294 124.579L271.736 123.338L273.546 123.521L273.536 123.617L270.843 125.792L269.514 125.657L267.32 122.98L267.329 122.892L269.122 123.074ZM280.162 135.842L280.619 131.33C280.653 130.992 280.621 130.694 280.523 130.437C280.426 130.18 280.258 129.971 280.021 129.812C279.79 129.653 279.488 129.555 279.115 129.517C278.771 129.482 278.468 129.51 278.205 129.602C277.943 129.693 277.731 129.831 277.571 130.015C277.412 130.199 277.319 130.416 277.294 130.667L275.195 130.455C275.233 130.081 275.359 129.729 275.576 129.398C275.792 129.066 276.086 128.781 276.457 128.542C276.829 128.302 277.262 128.128 277.756 128.019C278.25 127.91 278.794 127.886 279.388 127.946C280.1 128.018 280.717 128.201 281.241 128.495C281.771 128.79 282.168 129.196 282.434 129.711C282.707 130.222 282.806 130.839 282.733 131.561L282.308 135.767C282.264 136.199 282.254 136.589 282.278 136.939C282.307 137.284 282.368 137.587 282.459 137.85L282.445 137.99L280.285 137.771C280.209 137.534 280.16 137.238 280.137 136.882C280.12 136.521 280.129 136.174 280.162 135.842ZM280.858 132.017L280.744 133.321L279.231 133.168C278.841 133.129 278.493 133.132 278.188 133.178C277.884 133.218 277.625 133.297 277.413 133.417C277.201 133.537 277.035 133.691 276.916 133.879C276.796 134.068 276.724 134.287 276.699 134.538C276.674 134.788 276.709 135.025 276.804 135.246C276.9 135.462 277.053 135.639 277.262 135.778C277.478 135.918 277.746 136.004 278.067 136.036C278.498 136.08 278.883 136.031 279.221 135.888C279.566 135.74 279.845 135.548 280.057 135.31C280.27 135.067 280.394 134.829 280.43 134.597L281.017 135.602C280.923 135.834 280.777 136.078 280.581 136.335C280.384 136.592 280.136 136.832 279.837 137.055C279.544 137.272 279.2 137.441 278.805 137.56C278.416 137.68 277.977 137.715 277.487 137.665C276.869 137.603 276.33 137.424 275.871 137.131C275.413 136.831 275.068 136.458 274.836 136.01C274.605 135.557 274.517 135.062 274.571 134.526C274.622 134.024 274.76 133.591 274.985 133.225C275.217 132.854 275.53 132.556 275.924 132.33C276.323 132.106 276.798 131.954 277.348 131.874C277.899 131.788 278.518 131.78 279.206 131.85L280.858 132.017ZM287.133 130.946L286.38 138.388L284.273 138.175L285.23 128.713L287.215 128.914L287.133 130.946ZM286.518 133.269L285.837 133.192C285.91 132.522 286.066 131.916 286.303 131.375C286.546 130.834 286.851 130.379 287.219 130.01C287.592 129.641 288.019 129.372 288.502 129.203C288.985 129.028 289.509 128.969 290.074 129.026C290.529 129.072 290.933 129.178 291.288 129.343C291.648 129.504 291.946 129.737 292.18 130.043C292.42 130.35 292.587 130.735 292.681 131.198C292.777 131.655 292.791 132.208 292.726 132.855L292.108 138.967L289.992 138.753L290.611 132.632C290.657 132.177 290.626 131.812 290.518 131.536C290.417 131.255 290.247 131.046 290.007 130.91C289.774 130.769 289.474 130.68 289.107 130.642C288.745 130.606 288.414 130.649 288.113 130.772C287.812 130.894 287.549 131.077 287.325 131.319C287.106 131.562 286.926 131.85 286.787 132.183C286.647 132.517 286.557 132.879 286.518 133.269ZM300.177 137.53L300.908 130.299L303.025 130.513L302.068 139.974L300.074 139.773L300.177 137.53ZM300.673 135.593L301.383 135.647C301.319 136.283 301.19 136.861 300.996 137.384C300.802 137.9 300.54 138.342 300.208 138.708C299.877 139.07 299.473 139.338 298.996 139.513C298.519 139.683 297.963 139.736 297.328 139.672C296.867 139.625 296.452 139.515 296.08 139.342C295.709 139.169 295.398 138.929 295.146 138.621C294.901 138.313 294.725 137.927 294.619 137.463C294.512 136.999 294.491 136.455 294.554 135.831L295.172 129.719L297.279 129.932L296.66 136.062C296.625 136.406 296.636 136.698 296.694 136.94C296.753 137.175 296.845 137.37 296.971 137.524C297.097 137.678 297.25 137.794 297.431 137.871C297.611 137.948 297.806 137.997 298.016 138.019C298.617 138.079 299.101 138.011 299.468 137.812C299.842 137.608 300.122 137.313 300.309 136.925C300.501 136.538 300.623 136.094 300.673 135.593Z' fill='%23070708'/%3E%3Ccircle cx='88.7077' cy='150.56' r='4.5' transform='rotate(5.77473 88.7077 150.56)' fill='%23070708'/%3E%3Cpath d='M107.191 152.648L103.947 152.32L104.091 150.718L106.925 151.004C107.403 151.052 107.815 151.023 108.161 150.917C108.514 150.806 108.792 150.625 108.994 150.374C109.196 150.118 109.317 149.797 109.356 149.412C109.399 148.987 109.352 148.632 109.216 148.347C109.08 148.062 108.849 147.842 108.524 147.685C108.204 147.529 107.784 147.425 107.265 147.372L105.14 147.158L104.03 158.141L101.835 157.919L103.122 145.187L107.442 145.624C108.142 145.694 108.759 145.824 109.293 146.014C109.833 146.204 110.282 146.461 110.637 146.786C111 147.105 111.258 147.491 111.413 147.942C111.573 148.394 111.623 148.917 111.563 149.512C111.51 150.037 111.336 150.505 111.041 150.917C110.747 151.323 110.341 151.638 109.824 151.863C109.306 152.087 108.681 152.189 107.947 152.167L107.191 152.648ZM106.513 158.392L102.674 158.004L103.838 156.363L106.689 156.652C107.185 156.702 107.607 156.662 107.956 156.532C108.305 156.397 108.576 156.192 108.769 155.917C108.968 155.636 109.088 155.298 109.128 154.902C109.169 154.488 109.133 154.122 109.018 153.804C108.903 153.48 108.697 153.221 108.399 153.026C108.101 152.825 107.698 152.699 107.191 152.648L104.725 152.398L104.905 150.8L108.114 151.124L108.551 151.778C109.248 151.872 109.807 152.085 110.227 152.416C110.653 152.747 110.954 153.152 111.129 153.629C111.305 154.106 111.366 154.607 111.313 155.132C111.231 155.942 110.984 156.603 110.573 157.115C110.168 157.628 109.622 157.994 108.934 158.213C108.247 158.426 107.44 158.485 106.513 158.392ZM121.66 158.166L121.484 159.906L114.724 159.222L114.9 157.482L121.66 158.166ZM116.633 146.553L115.345 159.285L113.15 159.063L114.438 146.331L116.633 146.553ZM121.35 152.401L121.177 154.115L115.301 153.521L115.474 151.807L121.35 152.401ZM122.728 147.169L122.551 148.918L115.835 148.239L116.012 146.49L122.728 147.169ZM132.354 159.247L132.178 160.987L123.338 160.093L123.514 158.353L132.354 159.247ZM133.128 149.59L124.151 160.175L122.682 160.027L122.822 158.637L131.822 148.089L133.265 148.235L133.128 149.59ZM132.451 148.153L132.275 149.902L123.845 149.049L124.022 147.3L132.451 148.153ZM141.949 148.407L140.59 161.838L138.474 161.624L139.833 148.193L141.949 148.407ZM146.138 152.841L145.181 162.302L143.074 162.089L144.031 152.628L146.138 152.841ZM148.426 149.874L148.289 151.221L142.352 150.62L142.488 149.274L148.426 149.874ZM154.603 153.697L156.518 153.89L155.587 163.09C155.501 163.941 155.247 164.645 154.826 165.203C154.404 165.762 153.854 166.162 153.176 166.406C152.497 166.655 151.732 166.737 150.881 166.651C150.52 166.614 150.123 166.521 149.69 166.371C149.264 166.222 148.855 166.01 148.465 165.735C148.08 165.466 147.769 165.132 147.533 164.731L148.646 163.589C148.944 164.026 149.287 164.358 149.676 164.585C150.066 164.813 150.485 164.95 150.934 164.995C151.417 165.044 151.838 164.995 152.194 164.849C152.556 164.709 152.847 164.476 153.068 164.151C153.29 163.826 153.425 163.416 153.476 162.92L154.194 155.82L154.603 153.697ZM147.686 157.883L147.705 157.699C147.778 156.982 147.931 156.338 148.165 155.767C148.4 155.19 148.703 154.705 149.072 154.312C149.442 153.914 149.872 153.625 150.361 153.445C150.851 153.259 151.391 153.195 151.98 153.255C152.592 153.317 153.102 153.48 153.511 153.745C153.926 154.011 154.258 154.366 154.508 154.809C154.758 155.247 154.936 155.759 155.041 156.347C155.153 156.93 155.215 157.572 155.226 158.274L155.167 158.86C155.023 159.528 154.832 160.133 154.595 160.675C154.358 161.216 154.07 161.676 153.731 162.054C153.392 162.432 152.993 162.71 152.534 162.887C152.08 163.065 151.559 163.124 150.97 163.064C150.393 163.006 149.883 162.834 149.441 162.548C149.004 162.262 148.642 161.887 148.353 161.422C148.07 160.957 147.871 160.425 147.755 159.824C147.64 159.218 147.617 158.57 147.686 157.883ZM149.812 157.912L149.794 158.096C149.75 158.527 149.75 158.933 149.794 159.315C149.844 159.697 149.942 160.039 150.088 160.343C150.24 160.641 150.445 160.885 150.703 161.076C150.967 161.262 151.288 161.374 151.667 161.412C152.162 161.462 152.578 161.398 152.914 161.22C153.256 161.043 153.53 160.785 153.735 160.446C153.946 160.103 154.109 159.713 154.224 159.277L154.384 157.694C154.384 157.347 154.343 157.019 154.263 156.71C154.188 156.402 154.071 156.128 153.913 155.889C153.755 155.643 153.545 155.445 153.284 155.295C153.023 155.139 152.706 155.042 152.333 155.004C151.954 154.966 151.616 155.014 151.32 155.149C151.023 155.284 150.77 155.485 150.561 155.753C150.357 156.021 150.192 156.34 150.067 156.71C149.941 157.08 149.856 157.481 149.812 157.912ZM163.665 161.919L164.396 154.687L166.513 154.901L165.556 164.363L163.562 164.161L163.665 161.919ZM164.161 159.981L164.871 160.036C164.807 160.671 164.678 161.25 164.484 161.772C164.29 162.288 164.028 162.73 163.696 163.097C163.365 163.458 162.961 163.726 162.484 163.902C162.007 164.072 161.452 164.124 160.816 164.06C160.356 164.014 159.94 163.904 159.568 163.731C159.197 163.558 158.886 163.317 158.634 163.009C158.389 162.702 158.213 162.316 158.107 161.851C158 161.387 157.979 160.843 158.042 160.22L158.66 154.107L160.768 154.32L160.148 160.45C160.113 160.794 160.124 161.087 160.182 161.328C160.241 161.564 160.333 161.759 160.459 161.913C160.585 162.067 160.738 162.182 160.919 162.26C161.099 162.337 161.295 162.386 161.504 162.407C162.105 162.468 162.589 162.399 162.956 162.201C163.33 161.997 163.611 161.701 163.797 161.314C163.989 160.927 164.111 160.483 164.161 159.981ZM170.585 157.257L169.823 164.794L167.716 164.581L168.673 155.12L170.657 155.32L170.585 157.257ZM169.996 159.679L169.28 159.598C169.346 158.945 169.488 158.35 169.708 157.813C169.927 157.275 170.214 156.819 170.571 156.442C170.927 156.06 171.35 155.782 171.839 155.608C172.334 155.428 172.89 155.37 173.508 155.432C173.94 155.476 174.327 155.58 174.669 155.744C175.018 155.903 175.311 156.13 175.546 156.424C175.787 156.72 175.956 157.084 176.054 157.518C176.157 157.953 176.178 158.467 176.118 159.062L175.481 165.366L173.373 165.153L173.992 159.032C174.039 158.572 174.006 158.203 173.892 157.927C173.785 157.651 173.608 157.445 173.363 157.308C173.124 157.166 172.83 157.077 172.48 157.042C172.083 157.002 171.738 157.043 171.443 157.167C171.153 157.29 170.908 157.475 170.706 157.719C170.505 157.964 170.346 158.254 170.23 158.59C170.113 158.926 170.035 159.289 169.996 159.679ZM175.92 159.713L174.91 159.832C174.968 159.26 175.101 158.729 175.309 158.238C175.525 157.741 175.806 157.316 176.154 156.963C176.508 156.604 176.927 156.337 177.41 156.162C177.893 155.987 178.432 155.93 179.026 155.99C179.51 156.039 179.935 156.15 180.3 156.322C180.672 156.489 180.978 156.726 181.217 157.033C181.457 157.34 181.625 157.725 181.719 158.188C181.814 158.645 181.83 159.189 181.766 159.818L181.147 165.94L179.031 165.726L179.651 159.596C179.699 159.118 179.667 158.74 179.553 158.464C179.446 158.188 179.272 157.988 179.031 157.863C178.791 157.733 178.496 157.65 178.146 157.615C177.82 157.582 177.525 157.614 177.262 157.711C177.005 157.803 176.782 157.948 176.591 158.147C176.4 158.339 176.248 158.568 176.133 158.833C176.023 159.099 175.952 159.392 175.92 159.713ZM188.842 164.801L189.298 160.289C189.332 159.95 189.301 159.653 189.203 159.396C189.105 159.138 188.938 158.93 188.701 158.771C188.469 158.612 188.167 158.513 187.794 158.476C187.45 158.441 187.147 158.469 186.885 158.56C186.622 158.652 186.411 158.789 186.251 158.973C186.091 159.157 185.998 159.375 185.973 159.625L183.874 159.413C183.912 159.04 184.039 158.688 184.255 158.356C184.471 158.025 184.765 157.739 185.137 157.5C185.508 157.261 185.941 157.087 186.435 156.978C186.929 156.869 187.473 156.844 188.068 156.904C188.779 156.976 189.397 157.16 189.92 157.454C190.45 157.749 190.848 158.154 191.114 158.67C191.386 159.181 191.486 159.797 191.413 160.52L190.987 164.726C190.944 165.158 190.933 165.548 190.957 165.898C190.987 166.243 191.047 166.546 191.139 166.809L191.125 166.949L188.965 166.73C188.889 166.493 188.839 166.196 188.816 165.841C188.8 165.48 188.808 165.133 188.842 164.801ZM189.538 160.975L189.424 162.28L187.911 162.127C187.52 162.088 187.172 162.091 186.867 162.136C186.563 162.176 186.305 162.256 186.092 162.376C185.88 162.496 185.714 162.65 185.595 162.838C185.476 163.026 185.404 163.246 185.378 163.496C185.353 163.747 185.388 163.983 185.483 164.205C185.579 164.421 185.732 164.598 185.942 164.737C186.157 164.877 186.426 164.963 186.746 164.995C187.178 165.039 187.562 164.989 187.901 164.847C188.245 164.699 188.524 164.507 188.737 164.269C188.95 164.025 189.074 163.788 189.109 163.556L189.696 164.56C189.602 164.792 189.457 165.037 189.26 165.294C189.063 165.55 188.815 165.79 188.516 166.013C188.223 166.231 187.879 166.4 187.484 166.519C187.095 166.638 186.656 166.673 186.166 166.624C185.548 166.561 185.01 166.383 184.551 166.089C184.092 165.79 183.747 165.416 183.516 164.969C183.285 164.516 183.196 164.021 183.251 163.484C183.301 162.983 183.439 162.549 183.665 162.184C183.897 161.812 184.21 161.514 184.603 161.289C185.003 161.064 185.478 160.912 186.028 160.832C186.578 160.747 187.197 160.739 187.885 160.808L189.538 160.975ZM202.723 158.563L202.568 160.102L197.234 159.563L197.389 158.024L202.723 158.563ZM199.163 155.862L201.27 156.075L200.343 165.24C200.314 165.531 200.332 165.76 200.398 165.925C200.47 166.086 200.579 166.2 200.725 166.268C200.871 166.335 201.047 166.38 201.251 166.4C201.396 166.415 201.537 166.42 201.673 166.416C201.809 166.412 201.919 166.406 202.002 166.397L201.848 168.007C201.668 168.041 201.459 168.067 201.222 168.085C200.99 168.102 200.726 168.096 200.428 168.066C199.945 168.017 199.525 167.889 199.169 167.683C198.813 167.47 198.55 167.158 198.38 166.746C198.21 166.334 198.157 165.805 198.223 165.158L199.163 155.862ZM207.546 168.786C206.847 168.715 206.226 168.538 205.683 168.253C205.147 167.963 204.702 167.591 204.347 167.137C203.999 166.684 203.748 166.167 203.594 165.586C203.441 165.005 203.397 164.391 203.463 163.744L203.498 163.394C203.573 162.654 203.749 161.994 204.025 161.416C204.301 160.837 204.654 160.354 205.081 159.968C205.51 159.575 205.998 159.292 206.545 159.118C207.093 158.943 207.673 158.887 208.285 158.949C208.961 159.017 209.542 159.191 210.026 159.47C210.51 159.748 210.897 160.111 211.188 160.559C211.485 161.001 211.686 161.513 211.792 162.095C211.904 162.678 211.925 163.31 211.856 163.992L211.765 164.893L204.455 164.154L204.608 162.641L209.837 163.17L209.854 163.003C209.881 162.623 209.841 162.26 209.734 161.914C209.634 161.568 209.454 161.279 209.195 161.046C208.936 160.814 208.573 160.674 208.107 160.627C207.757 160.592 207.437 160.636 207.148 160.76C206.865 160.878 206.619 161.069 206.41 161.33C206.201 161.592 206.027 161.916 205.888 162.302C205.755 162.683 205.664 163.119 205.614 163.608L205.579 163.958C205.537 164.372 205.554 164.762 205.628 165.129C205.71 165.491 205.848 165.814 206.043 166.099C206.238 166.383 206.485 166.617 206.784 166.801C207.084 166.978 207.436 167.088 207.838 167.128C208.345 167.179 208.807 167.123 209.224 166.959C209.641 166.795 210.014 166.541 210.344 166.198L211.345 167.386C211.111 167.662 210.817 167.921 210.463 168.162C210.109 168.397 209.688 168.576 209.199 168.697C208.715 168.819 208.164 168.848 207.546 168.786ZM215.885 161.714L215.111 169.374L213.003 169.161L213.96 159.7L215.971 159.903L215.885 161.714ZM218.968 160.144L218.753 162.101C218.627 162.065 218.488 162.033 218.338 162.006C218.194 161.98 218.048 161.959 217.903 161.945C217.541 161.908 217.218 161.928 216.934 162.006C216.65 162.077 216.405 162.2 216.199 162.373C215.999 162.541 215.836 162.755 215.71 163.013C215.584 163.271 215.495 163.565 215.444 163.896L214.959 163.882C215.019 163.287 215.134 162.742 215.301 162.247C215.469 161.752 215.689 161.323 215.961 160.962C216.239 160.602 216.567 160.331 216.944 160.152C217.328 159.973 217.755 159.907 218.228 159.955C218.356 159.968 218.492 159.993 218.635 160.031C218.784 160.07 218.895 160.107 218.968 160.144ZM222.195 162.476L221.433 170.014L219.325 169.801L220.282 160.339L222.267 160.54L222.195 162.476ZM221.606 164.899L220.889 164.817C220.956 164.164 221.098 163.569 221.317 163.032C221.537 162.495 221.824 162.038 222.18 161.662C222.537 161.28 222.96 161.001 223.448 160.827C223.944 160.647 224.5 160.589 225.118 160.651C225.55 160.695 225.937 160.799 226.279 160.963C226.628 161.122 226.92 161.349 227.156 161.644C227.397 161.939 227.566 162.304 227.663 162.737C227.767 163.172 227.788 163.686 227.728 164.281L227.091 170.586L224.983 170.373L225.602 164.252C225.649 163.791 225.615 163.423 225.502 163.146C225.394 162.87 225.218 162.664 224.973 162.527C224.734 162.385 224.439 162.297 224.09 162.261C223.693 162.221 223.347 162.263 223.052 162.386C222.763 162.51 222.518 162.694 222.316 162.939C222.115 163.183 221.956 163.474 221.839 163.809C221.723 164.145 221.645 164.508 221.606 164.899ZM227.53 164.932L226.52 165.051C226.577 164.48 226.711 163.948 226.919 163.457C227.134 162.961 227.416 162.536 227.764 162.182C228.118 161.823 228.537 161.557 229.02 161.382C229.503 161.207 230.041 161.149 230.636 161.209C231.12 161.258 231.544 161.369 231.91 161.541C232.282 161.709 232.587 161.946 232.827 162.253C233.067 162.56 233.234 162.945 233.329 163.408C233.424 163.865 233.44 164.408 233.376 165.038L232.757 171.159L230.641 170.945L231.261 164.815C231.309 164.337 231.277 163.96 231.163 163.683C231.056 163.407 230.881 163.207 230.641 163.083C230.401 162.952 230.106 162.87 229.756 162.834C229.43 162.801 229.135 162.833 228.872 162.93C228.615 163.022 228.391 163.167 228.201 163.366C228.01 163.559 227.858 163.788 227.742 164.053C227.633 164.319 227.562 164.612 227.53 164.932ZM238.138 162.145L237.182 171.606L235.065 171.392L236.022 161.931L238.138 162.145ZM236.134 159.433C236.166 159.113 236.298 158.858 236.529 158.669C236.766 158.475 237.075 158.398 237.454 158.436C237.827 158.474 238.11 158.611 238.304 158.849C238.498 159.081 238.579 159.357 238.547 159.677C238.515 159.992 238.381 160.244 238.144 160.432C237.907 160.62 237.602 160.695 237.229 160.657C236.85 160.619 236.563 160.484 236.369 160.252C236.18 160.021 236.102 159.748 236.134 159.433ZM242.333 164.61L241.58 172.051L239.473 171.838L240.43 162.377L242.415 162.577L242.333 164.61ZM241.718 166.933L241.037 166.855C241.11 166.185 241.266 165.579 241.503 165.038C241.746 164.497 242.051 164.042 242.419 163.673C242.792 163.304 243.219 163.036 243.702 162.866C244.184 162.692 244.709 162.633 245.274 162.69C245.729 162.736 246.133 162.841 246.488 163.007C246.848 163.167 247.146 163.4 247.38 163.707C247.62 164.014 247.787 164.399 247.881 164.862C247.976 165.319 247.991 165.871 247.926 166.518L247.308 172.63L245.192 172.416L245.811 166.295C245.857 165.841 245.826 165.475 245.718 165.199C245.617 164.918 245.447 164.71 245.207 164.574C244.974 164.432 244.674 164.343 244.307 164.306C243.945 164.269 243.614 164.312 243.313 164.435C243.012 164.558 242.749 164.74 242.525 164.982C242.306 165.225 242.126 165.513 241.987 165.847C241.847 166.18 241.757 166.542 241.718 166.933ZM244.147 173.141L244.08 173.797C244.029 174.304 243.862 174.82 243.579 175.345C243.302 175.871 242.95 176.295 242.523 176.616L241.496 175.85C241.739 175.545 241.934 175.223 242.08 174.884C242.232 174.546 242.33 174.153 242.376 173.704L242.45 172.97L244.147 173.141ZM254.985 171.49L255.441 166.978C255.475 166.64 255.444 166.342 255.346 166.085C255.248 165.827 255.081 165.619 254.844 165.46C254.613 165.301 254.31 165.203 253.937 165.165C253.593 165.13 253.29 165.158 253.028 165.25C252.765 165.341 252.554 165.478 252.394 165.662C252.234 165.847 252.141 166.064 252.116 166.315L250.017 166.102C250.055 165.729 250.182 165.377 250.398 165.045C250.614 164.714 250.908 164.429 251.28 164.189C251.651 163.95 252.084 163.776 252.578 163.667C253.072 163.558 253.616 163.533 254.211 163.594C254.922 163.666 255.54 163.849 256.064 164.143C256.593 164.438 256.991 164.844 257.257 165.359C257.529 165.87 257.629 166.486 257.556 167.209L257.13 171.415C257.087 171.847 257.077 172.237 257.1 172.587C257.13 172.932 257.191 173.235 257.282 173.498L257.268 173.638L255.108 173.419C255.032 173.182 254.982 172.885 254.959 172.53C254.943 172.169 254.951 171.822 254.985 171.49ZM255.681 167.665L255.567 168.969L254.054 168.816C253.663 168.777 253.315 168.78 253.011 168.826C252.706 168.865 252.448 168.945 252.235 169.065C252.023 169.185 251.857 169.339 251.738 169.527C251.619 169.715 251.547 169.935 251.521 170.186C251.496 170.436 251.531 170.672 251.626 170.894C251.722 171.11 251.875 171.287 252.085 171.426C252.301 171.566 252.569 171.652 252.889 171.684C253.321 171.728 253.706 171.678 254.044 171.536C254.389 171.388 254.667 171.196 254.88 170.958C255.093 170.715 255.217 170.477 255.252 170.245L255.84 171.249C255.745 171.481 255.6 171.726 255.403 171.983C255.206 172.24 254.958 172.48 254.659 172.702C254.366 172.92 254.022 173.089 253.627 173.208C253.238 173.327 252.799 173.362 252.309 173.313C251.691 173.25 251.153 173.072 250.694 172.779C250.235 172.479 249.89 172.105 249.659 171.658C249.428 171.205 249.339 170.71 249.394 170.174C249.444 169.672 249.582 169.239 249.808 168.873C250.04 168.502 250.353 168.203 250.746 167.978C251.146 167.754 251.621 167.601 252.171 167.522C252.721 167.436 253.34 167.428 254.028 167.497L255.681 167.665Z' fill='%23070708'/%3E%3Cg clip-path='url(%23clip0_7261_732908)'%3E%3Crect width='168' height='34' transform='translate(208.872 51.4521) rotate(10.6022)' fill='%23070708'/%3E%3Cpath d='M221.606 77.2351L224.06 64.1228L226.557 64.5901L224.102 77.7024L221.606 77.2351ZM226.582 66.7313L226.847 65.3159L233.432 66.5486L233.167 67.964L226.582 66.7313ZM226.578 78.1658L228.355 68.6707L230.852 69.138L229.074 78.6331L226.578 78.1658ZM238.077 80.3182L238.301 79.119C237.381 79.9032 236.244 80.2193 235.103 80.0058C232.705 79.5569 231.235 77.4098 231.827 74.2447C232.409 71.1387 234.551 69.5863 236.969 70.0389C238.09 70.2487 239.059 70.9389 239.626 72.042L240.531 67.2059L243.047 67.677L240.593 80.7892L238.077 80.3182ZM238.651 77.2515L239.28 73.8899C238.965 73.1798 238.165 72.5621 237.32 72.4039C235.904 72.1389 234.712 73.0755 234.403 74.7268C234.097 76.3584 234.87 77.663 236.286 77.9279C237.131 78.0862 238.1 77.7996 238.651 77.2515ZM242.656 81.1754L243.005 79.3078L248.31 74.6646L244.025 73.8624L244.433 71.6803L252.1 73.1154L251.762 74.924L246.387 79.6152L250.81 80.4431L250.401 82.6252L242.656 81.1754ZM258.157 77.3216C258.9 73.3506 261.668 70.9589 265.54 71.6839C267.133 71.9819 268.366 72.7826 269.159 73.7652L267.507 75.6332C266.925 74.8323 266.248 74.319 265.088 74.1019C263.102 73.7302 261.485 75.1976 261.095 77.2814C261.076 77.3797 261.058 77.478 261.063 77.5603C261.838 76.7898 263.302 76.25 264.737 76.5186C267.096 76.9602 268.931 78.789 268.408 81.5805C267.93 84.1361 265.541 85.7033 262.553 85.144C258.562 84.397 257.465 81.0175 258.157 77.3216ZM265.556 81.1686C265.821 79.7531 264.775 78.9266 263.497 78.6874C262.514 78.5034 261.478 78.8183 260.706 79.4672C260.588 80.7474 261.024 82.3346 262.872 82.6805C264.385 82.9639 265.383 82.0925 265.556 81.1686ZM270.121 79.5408C270.754 76.1595 273.058 73.091 276.813 73.7938C280.548 74.493 281.605 78.1907 280.972 81.572C280.34 84.9533 278.012 88.0378 274.277 87.3386C270.522 86.6357 269.488 82.922 270.121 79.5408ZM278.122 81.0384C278.575 78.6204 278.216 76.6204 276.349 76.2708C274.462 75.9176 273.404 77.6526 272.952 80.0707C272.499 82.4887 272.854 84.5084 274.741 84.8616C276.608 85.2112 277.669 83.4564 278.122 81.0384ZM282.312 81.8227C282.945 78.4414 285.248 75.3729 289.003 76.0757C292.738 76.7749 293.796 80.4726 293.163 83.8539C292.53 87.2352 290.203 90.3197 286.468 89.6205C282.713 88.9177 281.679 85.2039 282.312 81.8227ZM290.313 83.3203C290.765 80.9023 290.407 78.9023 288.54 78.5527C286.652 78.1995 285.595 79.9346 285.142 82.3526C284.69 84.7706 285.044 86.7903 286.931 87.1435C288.799 87.4931 289.86 85.7383 290.313 83.3203ZM310.338 93.8444L312.104 84.4083L306.642 93.1526L305.423 92.9245L303.494 82.7966L301.727 92.2327L298.936 91.7101L301.39 78.5979L305.302 79.3301L306.956 88.1042L311.672 80.5224L315.603 81.2584L313.149 94.3706L310.338 93.8444ZM315.694 94.847L318.148 81.7348L320.645 82.2021L319.74 87.0381C320.667 86.2147 321.821 85.9219 322.941 86.1317C325.359 86.5843 326.795 88.8064 326.214 91.9124C325.621 95.0775 323.474 96.5475 321.076 96.0986C319.935 95.8851 318.989 95.179 318.415 94.1152L318.191 95.3144L315.694 94.847ZM318.761 92.2673C319.06 92.954 319.899 93.5791 320.705 93.73C322.16 94.0023 323.329 93.0817 323.638 91.4304C323.947 89.7791 323.194 88.4782 321.739 88.2059C320.933 88.055 319.921 88.3539 319.39 88.9057L318.761 92.2673ZM330.49 86.3442C329.684 86.1933 329.121 85.3961 329.275 84.5704C329.43 83.7448 330.243 83.2052 331.049 83.3561C331.875 83.5106 332.418 84.3041 332.264 85.1298C332.109 85.9554 331.315 86.4987 330.49 86.3442ZM327.213 97.0032L328.99 87.5081L331.487 87.9754L329.709 97.4705L327.213 97.0032ZM335.325 98.7659C333.576 98.4384 332.802 97.3575 333.118 95.6669L334.045 90.7129L332.473 90.4185L332.881 88.2364L334.454 88.5308L334.939 85.9359L337.456 86.4069L336.97 89.0018L338.897 89.3624L338.488 91.5445L336.562 91.1839L335.759 95.4695C335.649 96.0592 335.879 96.5703 336.429 96.6733C336.803 96.7432 337.182 96.6718 337.346 96.56L337.523 98.5466C337.087 98.8109 336.367 98.961 335.325 98.7659ZM337.515 99.3386L344.776 86.3121L346.585 86.6507L339.324 99.6772L337.515 99.3386ZM344.703 98.9953L346.112 97.448C346.679 98.2256 347.973 99.1392 349.152 99.36C350.233 99.5624 350.814 99.2846 350.925 98.6948C351.05 98.0264 350.268 97.636 349.228 97.2173C347.655 96.5974 345.625 95.8105 346.048 93.5497C346.346 91.9574 348.003 90.8229 350.5 91.2902C352.112 91.592 353.287 92.3816 354.071 93.3016L352.768 94.8279C352.312 94.1117 351.322 93.4179 350.163 93.2008C349.258 93.0315 348.606 93.2553 348.503 93.8058C348.393 94.3955 349.099 94.7516 350.12 95.1665C351.693 95.7865 353.794 96.6275 353.353 98.9865C353.025 100.736 351.308 101.758 348.673 101.264C347.022 100.955 345.533 100.107 344.703 98.9953Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7261_732908'%3E%3Crect width='168' height='34' fill='white' transform='translate(208.872 51.4521) rotate(10.6022)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 121px;
}
#first_screen .cta .discount-block {
  width: 280px;
  height: 182px;
  color: #FFF;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  margin-left: 28px;
  position: relative;
  z-index: 2;
}
#first_screen .cta .discount-block::before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: -94px;
  width: 552px;
  height: 358px;
  background: url(../img/bg-discount-1920.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
#first_screen .cta .discount-block .new_price {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  position: relative;
}
#first_screen .cta .discount-block .new_price .euro {
  font-weight: 700;
  font-size: 210px;
  line-height: 87%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
  -webkit-text-stroke: 3px #1E1E1E;
}
#first_screen .cta .discount-block .new_price .euro svg {
  height: auto;
}
#first_screen .cta .discount-block .new_price .right-part {
  position: relative;
  margin-top: 7px;
}
#first_screen .cta .discount-block .new_price .right-part .cents {
  font-weight: 700;
  font-size: 115px;
  line-height: 88%;
  text-shadow: 3px 3px 3px rgba(39, 55, 71, 0.25);
  -webkit-text-stroke: 3px #1E1E1E;
  position: relative;
}
#first_screen .cta .discount-block .new_price .right-part .cents svg {
  height: auto;
}
#first_screen .cta .discount-block .new_price .right-part .value {
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  -webkit-text-stroke: 1px #070708;
}
#first_screen .cta .discount-block .new_price .right-part .until {
  width: auto;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-top: 2px;
}
#first_screen .cta .discount-block .old_price {
  font-family: "Proxima Nova", sans-serif;
  color: #070708;
  position: absolute;
  top: -157px;
  left: -28px;
  z-index: 1;
}
#first_screen .cta .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #070708;
  position: absolute;
  top: 48%;
  left: 48%;
  transform: translateX(-50%) translateY(-50%) rotate(-23deg);
}
#first_screen .cta .discount-block .old_price .euro {
  font-size: 64px;
  line-height: 85%;
}
#first_screen .cta .discount-block .old_price .right-part {
  margin-top: 4px;
  margin-left: 3px;
}
#first_screen .cta .discount-block .old_price .right-part .cents {
  font-size: 34px;
  line-height: 100%;
  margin-top: -3px;
}
#first_screen .cta .discount-block .old_price .right-part .value {
  font-size: 18px;
  line-height: 100%;
  margin-top: 1px;
}
#first_screen .cta .discount-block .bottom-quote-row {
  position: absolute;
  left: 0;
  bottom: -89px;
}
#first_screen .cta .discount-block .bottom-quote-row .until {
  width: auto;
  color: #FFF;
  font-size: 16px;
  line-height: 120%;
  margin-right: 7px;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms {
  width: auto;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > * {
  color: #070708;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  text-decoration: underline;
  position: relative;
  z-index: 5;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > *:hover {
  opacity: 0.8;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms > *:hover svg {
  opacity: 0.8;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 6px;
}
#first_screen .cta .discount-block .bottom-quote-row .text-agreement-terms .rules {
  display: none;
}
#first_screen .cta .until-mobile {
  display: none;
  width: 366px;
  height: 57px;
  background-color: black;
  font-weight: 600;
  font-size: 26px;
  transform: skewX(-20deg);
}
#first_screen .cta .until-mobile span {
  transform: skewX(20deg);
}
#first_screen .cta img {
  display: none;
  height: auto;
  position: absolute;
  z-index: 4;
}
#first_screen .cta img.img-akciya-1920 {
  display: block;
  width: 529px;
  right: 319px;
  bottom: -160px;
}
#first_screen .cta img.img-akciya-1024 {
  width: 476px;
  right: 236px;
  bottom: -128px;
}
#first_screen .cta img.img-akciya-768 {
  width: 476px;
  right: -66px;
  top: 191px;
  bottom: auto;
}
#first_screen .cta img.img-akciya-480 {
  width: 387px;
  right: -76px;
  top: -298px;
}
#first_screen .cta img.img-akciya-375 {
  width: 329px;
  right: -66px;
  top: 263px;
}
#first_screen .cta .form-block {
  width: 345px;
  position: relative;
  z-index: 5;
}
#first_screen .cta .form-block.form-block-short .or_call {
  margin-bottom: 20px;
}
#first_screen .cta .form-block.form-block-short .or_call.or_call_short {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 14px;
}
#first_screen .cta .form-block.form-block-short .or_call.or_call_short::before {
  display: none;
}
#first_screen .cta .form-block.form-block-short .operators-online-text {
  color: #3fc350;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-top: 10px;
}
#first_screen .cta .form-block.form-block-short .operators-online-text svg {
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
#first_screen .cta .form-block form {
  width: 100%;
  border-radius: 16px;
}
#first_screen .cta .form-block form .inputs {
  margin-bottom: 15px;
}
#first_screen .cta .form-block form .inputs .input {
  margin-bottom: 15px;
}
#first_screen .cta .form-block form .custom_checkbox .checkmark {
  background-color: #9458A2;
  border-color: #9458A2;
}
#first_screen .cta .form-block form .custom_checkbox .text a {
  color: #9458A2;
}
#first_screen .cta .form-block form .button {
  background: #ED2D72;
  border-radius: 30px;
  color: #FFF;
  width: 100%;
  height: 56px;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .button:hover {
  background: #9458A2;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .phone-holder svg {
  fill: #9458A2;
}
#first_screen .cta .or_call,
#first_screen .cta .phone-holder {
  display: flex;
}
@media (max-width: 1279px) {
  #first_screen {
    background-image: url(../img/bg-internet-1024.jpg);
  }
  #first_screen .cta .container {
    min-height: 870px;
    padding-top: 180px;
    padding-bottom: 105px;
  }
  #first_screen .cta .title-block {
    max-width: 600px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 540px;
    height: 189px;
    background-image: url("data:image/svg+xml,%3Csvg width='540' height='189' viewBox='0 0 540 189' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7261_675025' maskUnits='userSpaceOnUse' x='2' y='92' width='538' height='76' fill='black'%3E%3Crect fill='white' x='2' y='92' width='538' height='76'/%3E%3Cpath d='M23.2 164H6V97.3H23.2V164ZM97.1992 164H80.5992L52.3992 125.4V164H35.1992V97.3H52.8992L79.8992 134V97.3H97.1992V164ZM141.323 164H124.123V112.3H105.423V97.3H159.923V112.3H141.323V164ZM217.009 164H168.109V97.3H217.009V112.3H185.309V122.7H216.309V137.7H185.309V149H217.009V164ZM283.896 164H264.196L252.996 141.6H244.196V164H226.996V97.3H260.396C275.196 97.3 283.596 107.1 283.596 119.5C283.596 131.1 276.496 137.3 270.296 139.5L283.896 164ZM257.796 126.6C262.296 126.6 266.096 124.1 266.096 119.4C266.096 114.9 262.296 112.3 257.796 112.3H244.196V126.6H257.796ZM355.109 164H338.509L310.309 125.4V164H293.109V97.3H310.809L337.809 134V97.3H355.109V164ZM416.033 164H367.133V97.3H416.033V112.3H384.333V122.7H415.333V137.7H384.333V149H416.033V164ZM458.12 164H440.92V112.3H422.22V97.3H476.72V112.3H458.12V164ZM508.925 165.2C495.425 165.2 486.025 161 479.325 154.6L488.425 141.7C493.225 146.5 500.625 150.5 509.725 150.5C515.625 150.5 519.225 148.2 519.225 145C519.225 135.9 481.425 143.2 481.425 117.5C481.425 106.3 490.925 96.3 508.025 96.3C518.725 96.3 528.025 99.5 535.125 105.6L525.725 117.9C520.125 113.3 512.825 111 506.225 111C501.225 111 499.025 113 499.025 115.8C499.025 124.3 536.725 118.1 536.725 142.9C536.725 156.3 526.825 165.2 508.925 165.2Z'/%3E%3C/mask%3E%3Cpath d='M23.2 164H6V97.3H23.2V164ZM97.1992 164H80.5992L52.3992 125.4V164H35.1992V97.3H52.8992L79.8992 134V97.3H97.1992V164ZM141.323 164H124.123V112.3H105.423V97.3H159.923V112.3H141.323V164ZM217.009 164H168.109V97.3H217.009V112.3H185.309V122.7H216.309V137.7H185.309V149H217.009V164ZM283.896 164H264.196L252.996 141.6H244.196V164H226.996V97.3H260.396C275.196 97.3 283.596 107.1 283.596 119.5C283.596 131.1 276.496 137.3 270.296 139.5L283.896 164ZM257.796 126.6C262.296 126.6 266.096 124.1 266.096 119.4C266.096 114.9 262.296 112.3 257.796 112.3H244.196V126.6H257.796ZM355.109 164H338.509L310.309 125.4V164H293.109V97.3H310.809L337.809 134V97.3H355.109V164ZM416.033 164H367.133V97.3H416.033V112.3H384.333V122.7H415.333V137.7H384.333V149H416.033V164ZM458.12 164H440.92V112.3H422.22V97.3H476.72V112.3H458.12V164ZM508.925 165.2C495.425 165.2 486.025 161 479.325 154.6L488.425 141.7C493.225 146.5 500.625 150.5 509.725 150.5C515.625 150.5 519.225 148.2 519.225 145C519.225 135.9 481.425 143.2 481.425 117.5C481.425 106.3 490.925 96.3 508.025 96.3C518.725 96.3 528.025 99.5 535.125 105.6L525.725 117.9C520.125 113.3 512.825 111 506.225 111C501.225 111 499.025 113 499.025 115.8C499.025 124.3 536.725 118.1 536.725 142.9C536.725 156.3 526.825 165.2 508.925 165.2Z' fill='white'/%3E%3Cpath d='M23.2 165.5C23.2 164.5 23.2 163.5 23.2 162.5C20.4033 162.167 17.6067 161.867 14.81 161.6C11.8733 161.32 8.93667 161.077 6 160.87L9.12979 164C9.70993 155.75 10 147.5 10 139.25C10 125.267 9.90741 111.283 9.72222 97.3L6 101.022C11.7333 100.946 17.4667 100.855 23.2 100.748L19.7523 97.3C20.1152 116.737 20.657 136.173 21.3778 155.61C21.4815 158.407 21.5889 161.203 21.7 164C22.7 164 23.7 164 24.7 164C24.8111 161.203 24.9185 158.407 25.0222 155.61C25.743 136.173 26.2848 116.737 26.6477 97.3L26.5822 93.7891L23.2 93.8523C17.4667 93.7452 11.7333 93.6537 6 93.5778L2.22915 93.6277L2.27778 97.3C2.09259 111.283 2 125.267 2 139.25C2 147.5 2.29007 155.75 2.87022 164L3.10462 167.333L6 167.13C8.93667 166.923 11.8733 166.68 14.81 166.4C17.6067 166.133 20.4033 165.833 23.2 165.5ZM23.2 162.5V165.5L24.7522 165.315L24.7 164H21.7L23.2 162.5ZM97.1992 165.5C97.1992 164.5 97.1992 163.5 97.1992 162.5C91.6659 162.202 86.1326 161.93 80.5992 161.685L82.4686 162.634C82.1096 162.094 81.7503 161.555 81.3908 161.015C72.9054 148.282 64.2555 135.67 55.4408 123.178L48.7226 113.83L48.6323 125.4C48.4769 134.838 48.3992 144.275 48.3992 153.713C48.3992 157.142 48.4004 160.571 48.4026 164L52.3992 160.003C46.6659 160.007 40.9326 160.014 35.1992 160.024L39.1748 164C39.1353 141.767 39.0479 119.533 38.9126 97.3L35.1992 101.013C41.0992 100.977 46.9992 100.938 52.8992 100.895L50.0031 99.4307C59.0915 111.599 68.198 123.754 77.3225 135.896L83.0508 143.762L83.0982 134C82.9737 121.767 82.8347 109.533 82.6812 97.3L79.8992 100.082C85.6659 100.01 91.4326 99.934 97.1992 99.8552L94.644 97.3C94.8633 113.352 95.1077 129.404 95.377 145.457C95.4807 151.638 95.5881 157.819 95.6992 164C96.6992 164 97.6992 164 98.6992 164C98.8103 157.819 98.9177 151.638 99.0214 145.457C99.2908 129.404 99.5351 113.352 99.7545 97.3L99.7191 94.7103L97.1992 94.7448C91.4326 94.666 85.6659 94.5904 79.8992 94.518L77.0828 94.5534L77.1172 97.3C76.9637 109.533 76.8248 121.767 76.7003 134L82.476 132.104C73.6004 119.779 64.7069 107.468 55.7954 95.1693L54.6916 93.6916L52.8992 93.7045C46.9992 93.6619 41.0992 93.6226 35.1992 93.5867L31.4634 93.6094L31.4859 97.3C31.3505 119.533 31.2631 141.767 31.2236 164L31.2307 167.983L35.1992 167.976C40.9326 167.986 46.6659 167.993 52.3992 167.997L56.3985 167.994L56.3958 164C56.3981 160.571 56.3992 157.142 56.3992 153.713C56.3992 144.275 56.3215 134.838 56.1661 125.4L49.3576 127.622C58.5787 139.817 67.9645 151.892 77.5149 163.847C77.9196 164.353 78.3246 164.86 78.7299 165.366L79.5281 166.362L80.5992 166.315C86.1326 166.07 91.6659 165.798 97.1992 165.5ZM97.1992 162.5V165.5L98.7247 165.418L98.6992 164H95.6992L97.1992 162.5ZM141.323 165.5C141.323 164.5 141.323 163.5 141.323 162.5C137.283 162.167 133.243 161.867 129.203 161.6C127.509 161.488 125.816 161.382 124.123 161.282L126.84 164C127.695 149.533 128.123 135.067 128.123 120.6C128.123 117.833 128.121 115.067 128.117 112.3L128.122 108.31L124.123 108.305C117.889 108.313 111.656 108.33 105.423 108.355L109.368 112.3C109.347 107.3 109.321 102.3 109.289 97.3L105.423 101.167C123.589 101.051 141.756 100.861 159.923 100.596L156.627 97.3C156.7 102.3 156.779 107.3 156.863 112.3L159.923 109.24C153.723 109.345 147.523 109.458 141.323 109.58L138.658 109.528L138.603 112.3C138.863 125.493 139.162 138.687 139.5 151.88C139.604 155.92 139.712 159.96 139.823 164C140.823 164 141.823 164 142.823 164C142.934 159.96 143.041 155.92 143.145 151.88C143.484 138.687 143.783 125.493 144.042 112.3L141.323 115.02C147.523 115.142 153.723 115.255 159.923 115.36L163.033 115.307L162.982 112.3C163.067 107.3 163.145 102.3 163.218 97.3L163.169 93.957L159.923 94.0044C141.756 93.7392 123.589 93.5489 105.423 93.4334L101.532 93.4581L101.556 97.3C101.524 102.3 101.498 107.3 101.478 112.3L101.494 116.261L105.423 116.245C111.656 116.27 117.889 116.287 124.123 116.295L120.128 112.3C120.124 115.067 120.123 117.833 120.123 120.6C120.123 135.067 120.55 149.533 121.405 164L121.574 166.868L124.123 166.718C125.816 166.618 127.509 166.512 129.203 166.4C133.243 166.133 137.283 165.833 141.323 165.5ZM141.323 162.5V165.5L142.86 165.373L142.823 164H139.823L141.323 162.5ZM217.009 165.5C217.009 164.5 217.009 163.5 217.009 162.5C211.066 162.167 205.123 161.867 199.179 161.6C188.823 161.135 178.466 160.772 168.109 160.51L171.6 164C171.94 150.583 172.109 137.167 172.109 123.75C172.109 114.933 172.101 106.117 172.085 97.3L168.109 101.276C184.409 101.245 200.709 101.187 217.009 101.102L213.208 97.3C213.234 102.3 213.263 107.3 213.295 112.3L217.009 108.585C206.443 108.652 195.876 108.73 185.309 108.821L181.86 108.791L181.83 112.3C181.86 115.767 181.89 119.233 181.923 122.7L181.891 126.055L185.309 126.087C195.643 125.991 205.976 125.884 216.309 125.766L213.243 122.7C213.3 127.7 213.36 132.7 213.422 137.7L216.309 134.813C205.976 134.942 195.643 135.082 185.309 135.233L182.879 135.198L182.843 137.7C182.898 141.467 182.954 145.233 183.013 149L182.978 151.261L185.309 151.297C194.933 151.148 204.556 150.99 214.179 150.822C215.123 150.806 216.066 150.789 217.009 150.773L215.237 149C215.325 154 215.416 159 215.509 164C216.509 164 217.509 164 218.509 164C218.603 159 218.694 154 218.782 149L218.75 147.197L217.009 147.227C216.066 147.211 215.123 147.194 214.179 147.178C204.556 147.01 194.933 146.852 185.309 146.703L187.606 149C187.664 145.233 187.721 141.467 187.776 137.7L185.309 140.167C195.643 140.318 205.976 140.458 216.309 140.587L219.232 140.551L219.196 137.7C219.259 132.7 219.319 127.7 219.376 122.7L219.34 119.599L216.309 119.634C205.976 119.516 195.643 119.409 185.309 119.313L188.696 122.7C188.728 119.233 188.759 115.767 188.789 112.3L185.309 115.779C195.876 115.87 206.443 115.948 217.009 116.015L220.747 115.991L220.724 112.3C220.756 107.3 220.785 102.3 220.811 97.3L220.791 93.4785L217.009 93.4984C200.709 93.4126 184.409 93.3546 168.109 93.3244L164.126 93.3318L164.134 97.3C164.118 106.117 164.109 114.933 164.109 123.75C164.109 137.167 164.279 150.583 164.619 164L164.71 167.576L168.109 167.49C178.466 167.228 188.823 166.865 199.179 166.4C205.123 166.133 211.066 165.833 217.009 165.5ZM217.009 162.5V165.5L218.536 165.414L218.509 164H215.509L217.009 162.5ZM283.896 165.5C283.896 164.5 283.896 163.5 283.896 162.5C279.178 162.167 274.46 161.867 269.742 161.6C267.893 161.496 266.045 161.396 264.196 161.302L266.609 162.793C263.257 155.136 259.811 147.526 256.271 139.962L255.353 137.999L252.996 137.938C250.063 137.862 247.129 137.799 244.196 137.748L240.412 137.683L240.344 141.6C240.245 147.342 240.196 153.084 240.196 158.825C240.196 160.55 240.197 162.275 240.198 164L244.196 160.001C238.463 160.005 232.729 160.014 226.996 160.028L230.968 164C230.913 141.767 230.776 119.533 230.556 97.3L226.996 100.86C238.129 100.75 249.263 100.619 260.396 100.468C271.459 99.7498 281.227 108.217 280.991 119.5C281.362 127.276 276.9 134.799 269.588 137.505L267.257 138.28L268.446 140.527C270.772 144.523 273.101 148.517 275.433 152.509C277.814 156.584 280.198 160.657 282.585 164.728C283.459 164.243 284.333 163.757 285.208 163.272C283.015 159.093 280.819 154.916 278.62 150.741C276.465 146.65 274.307 142.56 272.146 138.473L271.004 141.495C280.176 138.649 286.411 128.889 286.201 119.5C287.42 105.875 273.806 93.2057 260.396 94.1319C249.263 93.9807 238.129 93.8501 226.996 93.7401L223.401 93.7756L223.436 97.3C223.216 119.533 223.079 141.767 223.024 164L223.034 167.982L226.996 167.972C232.729 167.986 238.463 167.995 244.196 167.999L248.197 167.996L248.195 164C248.196 162.275 248.196 160.55 248.196 158.825C248.196 153.084 248.147 147.342 248.048 141.6L244.196 145.452C247.129 145.401 250.063 145.338 252.996 145.262L249.721 143.238C253.648 150.607 257.669 157.93 261.783 165.207L262.67 166.776L264.196 166.698C266.045 166.604 267.893 166.504 269.742 166.4C274.46 166.133 279.178 165.833 283.896 165.5ZM283.896 162.5V165.5L286.403 165.323L285.208 163.272L282.585 164.728L283.896 162.5ZM257.796 122.6C257.796 125.267 257.796 127.933 257.796 130.6C259.259 130.599 260.764 130.405 262.267 129.928C266.426 128.929 270.422 123.923 270.096 119.4C270.186 116.341 268.559 112.802 265.983 110.922C263.445 108.981 260.518 108.308 257.796 108.3C253.263 108.3 248.729 108.3 244.196 108.3H240.196V112.3C240.196 117.067 240.196 121.833 240.196 126.6V130.6H244.196C247.628 130.6 251.06 130.6 254.492 130.6C255.593 130.6 256.695 130.6 257.796 130.6C257.796 127.933 257.796 125.267 257.796 122.6C256.695 122.6 255.593 122.6 254.492 122.6C251.06 122.6 247.628 122.6 244.196 122.6L248.196 126.6C248.196 121.833 248.196 117.067 248.196 112.3L244.196 116.3C248.729 116.3 253.263 116.3 257.796 116.3C259.138 116.292 260.379 116.686 261.089 117.25C261.795 117.827 262.073 118.371 262.096 119.4C262.031 121.018 261.523 121.68 259.837 122.306C259.239 122.497 258.535 122.601 257.796 122.6ZM257.796 130.6V122.6V130.6ZM355.109 165.5C355.109 164.5 355.109 163.5 355.109 162.5C349.576 162.202 344.043 161.93 338.509 161.685L340.379 162.634C340.02 162.094 339.66 161.555 339.301 161.015C330.816 148.282 322.166 135.67 313.351 123.178L306.633 113.83L306.543 125.4C306.387 134.838 306.309 144.275 306.309 153.713C306.309 157.142 306.311 160.571 306.313 164L310.309 160.003C304.576 160.007 298.843 160.014 293.109 160.024L297.085 164C297.045 141.767 296.958 119.533 296.823 97.3L293.109 101.013C299.009 100.977 304.909 100.938 310.809 100.895L307.913 99.4307C317.002 111.599 326.108 123.754 335.233 135.896L340.961 143.762L341.008 134C340.884 121.767 340.745 109.533 340.591 97.3L337.809 100.082C343.576 100.01 349.343 99.934 355.109 99.8552L352.554 97.3C352.773 113.352 353.018 129.404 353.287 145.457C353.391 151.638 353.498 157.819 353.609 164C354.609 164 355.609 164 356.609 164C356.72 157.819 356.828 151.638 356.932 145.457C357.201 129.404 357.445 113.352 357.665 97.3L357.629 94.7103L355.109 94.7448C349.343 94.666 343.576 94.5904 337.809 94.518L334.993 94.5534L335.027 97.3C334.874 109.533 334.735 121.767 334.61 134L340.386 132.104C331.511 119.779 322.617 107.468 313.706 95.1693L312.602 93.6916L310.809 93.7045C304.909 93.6619 299.009 93.6226 293.109 93.5867L289.374 93.6094L289.396 97.3C289.261 119.533 289.173 141.767 289.134 164L289.141 167.983L293.109 167.976C298.843 167.986 304.576 167.993 310.309 167.997L314.309 167.994L314.306 164C314.308 160.571 314.309 157.142 314.309 153.713C314.309 144.275 314.232 134.838 314.076 125.4L307.268 127.622C316.489 139.817 325.875 151.892 335.425 163.847C335.83 164.353 336.235 164.86 336.64 165.366L337.438 166.362L338.509 166.315C344.043 166.07 349.576 165.798 355.109 165.5ZM355.109 162.5V165.5L356.635 165.418L356.609 164H353.609L355.109 162.5ZM416.033 165.5C416.033 164.5 416.033 163.5 416.033 162.5C410.089 162.167 404.146 161.867 398.203 161.6C387.846 161.135 377.489 160.772 367.133 160.51L370.623 164C370.963 150.583 371.133 137.167 371.133 123.75C371.133 114.933 371.125 106.117 371.108 97.3L367.133 101.276C383.433 101.245 399.733 101.187 416.033 101.102L412.231 97.3C412.258 102.3 412.287 107.3 412.318 112.3L416.033 108.585C405.466 108.652 394.899 108.73 384.333 108.821L380.883 108.791L380.853 112.3C380.883 115.767 380.914 119.233 380.946 122.7L380.915 126.055L384.333 126.087C394.666 125.991 404.999 125.884 415.333 125.766L412.267 122.7C412.324 127.7 412.383 132.7 412.446 137.7L415.333 134.813C404.999 134.942 394.666 135.082 384.333 135.233L381.903 135.198L381.866 137.7C381.921 141.467 381.978 145.233 382.036 149L382.001 151.261L384.333 151.297C393.956 151.148 403.579 150.99 413.203 150.822C414.146 150.806 415.089 150.789 416.033 150.773L414.26 149C414.348 154 414.439 159 414.533 164C415.533 164 416.533 164 417.533 164C417.626 159 417.717 154 417.805 149L417.774 147.197L416.033 147.227C415.089 147.211 414.146 147.194 413.203 147.178C403.579 147.01 393.956 146.852 384.333 146.703L386.63 149C386.688 145.233 386.744 141.467 386.8 137.7L384.333 140.167C394.666 140.318 404.999 140.458 415.333 140.587L418.255 140.551L418.22 137.7C418.282 132.7 418.342 127.7 418.399 122.7L418.364 119.599L415.333 119.634C404.999 119.516 394.666 119.409 384.333 119.313L387.72 122.7C387.752 119.233 387.783 115.767 387.812 112.3L384.333 115.779C394.899 115.87 405.466 115.948 416.033 116.015L419.771 115.991L419.747 112.3C419.779 107.3 419.808 102.3 419.834 97.3L419.814 93.4785L416.033 93.4984C399.733 93.4126 383.433 93.3546 367.133 93.3244L363.15 93.3318L363.157 97.3C363.141 106.117 363.133 114.933 363.133 123.75C363.133 137.167 363.303 150.583 363.642 164L363.733 167.576L367.133 167.49C377.489 167.228 387.846 166.865 398.203 166.4C404.146 166.133 410.089 165.833 416.033 165.5ZM416.033 162.5V165.5L417.559 165.414L417.533 164H414.533L416.033 162.5ZM458.12 165.5C458.12 164.5 458.12 163.5 458.12 162.5C454.08 162.167 450.04 161.867 446 161.6C444.306 161.488 442.613 161.382 440.92 161.282L443.637 164C444.492 149.533 444.92 135.067 444.92 120.6C444.92 117.833 444.918 115.067 444.914 112.3L444.919 108.31L440.92 108.305C434.686 108.313 428.453 108.33 422.22 108.355L426.164 112.3C426.144 107.3 426.118 102.3 426.086 97.3L422.22 101.167C440.386 101.051 458.553 100.861 476.72 100.596L473.424 97.3C473.497 102.3 473.576 107.3 473.66 112.3L476.72 109.24C470.52 109.345 464.32 109.458 458.12 109.58L455.454 109.528L455.4 112.3C455.659 125.493 455.959 138.687 456.297 151.88C456.401 155.92 456.508 159.96 456.62 164C457.62 164 458.62 164 459.62 164C459.731 159.96 459.838 155.92 459.942 151.88C460.28 138.687 460.58 125.493 460.839 112.3L458.12 115.02C464.32 115.142 470.52 115.255 476.72 115.36L479.83 115.307L479.779 112.3C479.863 107.3 479.942 102.3 480.015 97.3L479.966 93.957L476.72 94.0044C458.553 93.7392 440.386 93.5489 422.22 93.4334L418.329 93.4581L418.353 97.3C418.321 102.3 418.295 107.3 418.275 112.3L418.291 116.261L422.22 116.245C428.453 116.27 434.686 116.287 440.92 116.295L436.925 112.3C436.921 115.067 436.92 117.833 436.92 120.6C436.92 135.067 437.347 149.533 438.202 164L438.371 166.868L440.92 166.718C442.613 166.618 444.306 166.512 446 166.4C450.04 166.133 454.08 165.833 458.12 165.5ZM458.12 162.5V165.5L459.657 165.373L459.62 164H456.62L458.12 162.5ZM508.925 166.7C508.925 165.7 508.925 164.7 508.925 163.7C503.39 163.368 497.96 162.337 493.037 160.282C488.617 158.448 484.666 155.771 481.423 152.403L481.807 156.351C484.998 152.162 488.164 147.956 491.308 143.734L485.93 144.195C492.015 150.587 500.802 154.416 509.725 154.439C512.1 154.442 514.586 154.215 517.226 153.129C519.699 152.197 523.291 149.299 523.225 145C523.224 144.116 523.065 143.232 522.712 142.37C521.673 139.962 519.911 138.922 518.641 138.225C517.362 137.558 516.116 137.14 515.017 136.808C512.746 136.136 510.643 135.712 508.584 135.273C504.482 134.414 500.556 133.58 496.993 132.271C489.684 129.756 485.15 124.82 485.328 117.5C485.005 106.823 496.503 99.6549 508.025 100C517.093 99.8938 526.116 102.49 532.865 108.231L532.369 103.494C529.273 107.622 526.179 111.752 523.088 115.884L527.832 115.335C521.667 110.411 513.997 107.877 506.225 107.913C504.335 107.954 502.31 108.116 500.119 109.204C497.887 110.155 495.859 113.247 496.058 115.8C495.998 118.143 497.775 120.077 499.007 120.813C500.28 121.637 501.457 122.059 502.596 122.438C504.856 123.156 506.964 123.578 509.06 124.021C513.236 124.883 517.273 125.689 521.064 126.989C528.729 129.354 534.701 134.924 534.498 142.9C534.79 150.049 531.067 156.864 524.583 160.145C519.933 162.627 514.423 163.586 508.925 163.7C508.925 164.7 508.925 165.7 508.925 166.7C514.736 166.799 520.748 166.054 526.24 163.391C533.922 159.979 539.124 151.315 538.952 142.9C540.128 119.949 507.542 119.937 501.992 115.8C502.005 115.431 502.087 115.243 502.188 115.1C502.291 114.959 502.475 114.787 502.845 114.611C503.582 114.251 504.876 114.06 506.225 114.087C512.498 114.186 518.885 116.489 523.618 120.465L526.323 122.641L528.362 119.916C531.538 115.848 534.711 111.778 537.881 107.706L539.865 105.061L537.385 102.969C529.311 95.8276 518.403 92.6011 508.025 92.5996C494.828 91.7427 477.256 101.033 477.522 117.5C476.389 141.926 509.817 142.102 515.311 145.408C515.248 145.259 515.223 145.086 515.225 145C515.21 145.054 515.28 144.949 515.154 145.122C515.029 145.277 514.651 145.569 514.105 145.802C513.005 146.286 511.387 146.547 509.725 146.561C502.856 146.671 495.979 143.982 490.92 139.205L487.819 136.258L485.542 139.666C482.619 144.044 479.719 148.438 476.843 152.849L475.353 155.133L477.227 156.797C481.326 160.477 486.253 163.215 491.414 164.799C497.174 166.584 503.133 167.032 508.925 166.7ZM508.925 163.7V166.7V163.7Z' fill='%23070708' mask='url(%23path-1-outside-1_7261_675025)'/%3E%3Cmask id='path-3-outside-2_7261_675025' maskUnits='userSpaceOnUse' x='0' y='11' width='434' height='70' fill='black'%3E%3Crect fill='white' y='11' width='434' height='70'/%3E%3Cpath d='M34.38 77.08C29.94 77.08 25.89 76.3 22.23 74.74C18.57 73.18 15.42 71.02 12.78 68.26C10.2 65.44 8.19 62.14 6.75 58.36C5.31 54.58 4.59 50.47 4.59 46.03C4.59 41.59 5.31 37.48 6.75 33.7C8.19 29.92 10.2 26.65 12.78 23.89C15.42 21.07 18.57 18.88 22.23 17.32C25.89 15.76 29.94 14.98 34.38 14.98C38.82 14.98 42.87 15.76 46.53 17.32C50.19 18.88 53.31 21.07 55.89 23.89C58.53 26.65 60.57 29.92 62.01 33.7C63.45 37.48 64.17 41.59 64.17 46.03C64.17 50.47 63.45 54.58 62.01 58.36C60.57 62.14 58.53 65.44 55.89 68.26C53.31 71.02 50.19 73.18 46.53 74.74C42.87 76.3 38.82 77.08 34.38 77.08ZM34.38 70.42C37.74 70.42 40.77 69.82 43.47 68.62C46.17 67.36 48.48 65.65 50.4 63.49C52.32 61.27 53.79 58.69 54.81 55.75C55.89 52.75 56.43 49.51 56.43 46.03C56.43 42.55 55.89 39.31 54.81 36.31C53.79 33.31 52.32 30.73 50.4 28.57C48.48 26.41 46.17 24.73 43.47 23.53C40.77 22.27 37.74 21.64 34.38 21.64C31.02 21.64 27.96 22.27 25.2 23.53C22.5 24.73 20.19 26.41 18.27 28.57C16.35 30.73 14.88 33.31 13.86 36.31C12.84 39.31 12.33 42.55 12.33 46.03C12.33 49.51 12.84 52.75 13.86 55.75C14.88 58.69 16.35 61.27 18.27 63.49C20.19 65.65 22.5 67.36 25.2 68.62C27.96 69.82 31.02 70.42 34.38 70.42ZM75.8384 76V15.97H99.9584C102.958 15.97 105.628 16.45 107.968 17.41C110.308 18.37 112.258 19.69 113.818 21.37C115.438 22.99 116.668 24.91 117.508 27.13C118.348 29.29 118.768 31.6 118.768 34.06C118.768 36.52 118.348 38.86 117.508 41.08C116.668 43.24 115.438 45.16 113.818 46.84C112.198 48.46 110.218 49.75 107.878 50.71C105.538 51.67 102.898 52.15 99.9584 52.15H83.3084V76H75.8384ZM99.0584 45.49C102.658 45.49 105.538 44.44 107.698 42.34C109.918 40.24 111.028 37.48 111.028 34.06C111.028 30.64 109.918 27.88 107.698 25.78C105.538 23.68 102.658 22.63 99.0584 22.63H83.3084V45.49H99.0584ZM143.511 76V22.63H124.521V15.97H170.061V22.63H150.981V76H143.511ZM179.989 76V15.97H187.459V76H179.989ZM220.962 77.08C215.682 77.08 211.152 76.21 207.372 74.47C203.592 72.67 200.442 70.36 197.922 67.54L202.332 61.87C203.292 62.95 204.432 64.03 205.752 65.11C207.072 66.13 208.512 67.03 210.072 67.81C211.692 68.59 213.432 69.22 215.292 69.7C217.152 70.18 219.132 70.42 221.232 70.42C223.932 70.42 226.182 70.09 227.982 69.43C229.782 68.77 231.222 67.96 232.302 67C233.382 65.98 234.162 64.87 234.642 63.67C235.122 62.41 235.362 61.21 235.362 60.07C235.362 58.15 234.852 56.56 233.832 55.3C232.812 54.04 231.462 52.99 229.782 52.15C228.162 51.25 226.272 50.53 224.112 49.99C222.012 49.39 219.822 48.79 217.542 48.19C215.322 47.53 213.132 46.81 210.972 46.03C208.872 45.25 206.982 44.26 205.302 43.06C203.682 41.8 202.362 40.27 201.342 38.47C200.322 36.67 199.812 34.42 199.812 31.72C199.812 29.26 200.322 27.01 201.342 24.97C202.422 22.93 203.862 21.19 205.662 19.75C207.522 18.25 209.712 17.11 212.232 16.33C214.752 15.49 217.482 15.07 220.422 15.07C225.042 15.07 229.122 15.79 232.662 17.23C236.202 18.67 239.232 20.74 241.752 23.44L237.252 28.93C234.972 26.41 232.332 24.58 229.332 23.44C226.332 22.3 223.182 21.73 219.882 21.73C216.282 21.73 213.312 22.6 210.972 24.34C208.692 26.08 207.552 28.39 207.552 31.27C207.552 32.95 208.062 34.33 209.082 35.41C210.102 36.49 211.422 37.42 213.042 38.2C214.722 38.98 216.612 39.67 218.712 40.27C220.872 40.81 223.062 41.41 225.282 42.07C227.562 42.67 229.752 43.39 231.852 44.23C234.012 45.07 235.902 46.15 237.522 47.47C239.202 48.79 240.552 50.41 241.572 52.33C242.592 54.25 243.102 56.62 243.102 59.44C243.102 61.6 242.712 63.76 241.932 65.92C241.152 68.02 239.862 69.91 238.062 71.59C236.322 73.21 234.042 74.53 231.222 75.55C228.402 76.57 224.982 77.08 220.962 77.08ZM290.526 76L267.756 49L261.726 55.84V76H254.256V15.97H261.726V47.02L288.276 15.97H297.636L272.616 44.5L299.796 76H290.526ZM351.149 76L345.839 62.68H315.959L310.649 76H302.099L326.219 15.97H335.489L359.699 76H351.149ZM330.899 23.71L318.119 56.02H343.589L330.899 23.71ZM367.547 76V15.97H375.017V76H367.547ZM408.521 77.08C403.241 77.08 398.711 76.21 394.931 74.47C391.151 72.67 388.001 70.36 385.481 67.54L389.891 61.87C390.851 62.95 391.991 64.03 393.311 65.11C394.631 66.13 396.071 67.03 397.631 67.81C399.251 68.59 400.991 69.22 402.851 69.7C404.711 70.18 406.691 70.42 408.791 70.42C411.491 70.42 413.741 70.09 415.541 69.43C417.341 68.77 418.781 67.96 419.861 67C420.941 65.98 421.721 64.87 422.201 63.67C422.681 62.41 422.921 61.21 422.921 60.07C422.921 58.15 422.411 56.56 421.391 55.3C420.371 54.04 419.021 52.99 417.341 52.15C415.721 51.25 413.831 50.53 411.671 49.99C409.571 49.39 407.381 48.79 405.101 48.19C402.881 47.53 400.691 46.81 398.531 46.03C396.431 45.25 394.541 44.26 392.861 43.06C391.241 41.8 389.921 40.27 388.901 38.47C387.881 36.67 387.371 34.42 387.371 31.72C387.371 29.26 387.881 27.01 388.901 24.97C389.981 22.93 391.421 21.19 393.221 19.75C395.081 18.25 397.271 17.11 399.791 16.33C402.311 15.49 405.041 15.07 407.981 15.07C412.601 15.07 416.681 15.79 420.221 17.23C423.761 18.67 426.791 20.74 429.311 23.44L424.811 28.93C422.531 26.41 419.891 24.58 416.891 23.44C413.891 22.3 410.741 21.73 407.441 21.73C403.841 21.73 400.871 22.6 398.531 24.34C396.251 26.08 395.111 28.39 395.111 31.27C395.111 32.95 395.621 34.33 396.641 35.41C397.661 36.49 398.981 37.42 400.601 38.2C402.281 38.98 404.171 39.67 406.271 40.27C408.431 40.81 410.621 41.41 412.841 42.07C415.121 42.67 417.311 43.39 419.411 44.23C421.571 45.07 423.461 46.15 425.081 47.47C426.761 48.79 428.111 50.41 429.131 52.33C430.151 54.25 430.661 56.62 430.661 59.44C430.661 61.6 430.271 63.76 429.491 65.92C428.711 68.02 427.421 69.91 425.621 71.59C423.881 73.21 421.601 74.53 418.781 75.55C415.961 76.57 412.541 77.08 408.521 77.08Z'/%3E%3C/mask%3E%3Cpath d='M34.38 77.08C29.94 77.08 25.89 76.3 22.23 74.74C18.57 73.18 15.42 71.02 12.78 68.26C10.2 65.44 8.19 62.14 6.75 58.36C5.31 54.58 4.59 50.47 4.59 46.03C4.59 41.59 5.31 37.48 6.75 33.7C8.19 29.92 10.2 26.65 12.78 23.89C15.42 21.07 18.57 18.88 22.23 17.32C25.89 15.76 29.94 14.98 34.38 14.98C38.82 14.98 42.87 15.76 46.53 17.32C50.19 18.88 53.31 21.07 55.89 23.89C58.53 26.65 60.57 29.92 62.01 33.7C63.45 37.48 64.17 41.59 64.17 46.03C64.17 50.47 63.45 54.58 62.01 58.36C60.57 62.14 58.53 65.44 55.89 68.26C53.31 71.02 50.19 73.18 46.53 74.74C42.87 76.3 38.82 77.08 34.38 77.08ZM34.38 70.42C37.74 70.42 40.77 69.82 43.47 68.62C46.17 67.36 48.48 65.65 50.4 63.49C52.32 61.27 53.79 58.69 54.81 55.75C55.89 52.75 56.43 49.51 56.43 46.03C56.43 42.55 55.89 39.31 54.81 36.31C53.79 33.31 52.32 30.73 50.4 28.57C48.48 26.41 46.17 24.73 43.47 23.53C40.77 22.27 37.74 21.64 34.38 21.64C31.02 21.64 27.96 22.27 25.2 23.53C22.5 24.73 20.19 26.41 18.27 28.57C16.35 30.73 14.88 33.31 13.86 36.31C12.84 39.31 12.33 42.55 12.33 46.03C12.33 49.51 12.84 52.75 13.86 55.75C14.88 58.69 16.35 61.27 18.27 63.49C20.19 65.65 22.5 67.36 25.2 68.62C27.96 69.82 31.02 70.42 34.38 70.42ZM75.8384 76V15.97H99.9584C102.958 15.97 105.628 16.45 107.968 17.41C110.308 18.37 112.258 19.69 113.818 21.37C115.438 22.99 116.668 24.91 117.508 27.13C118.348 29.29 118.768 31.6 118.768 34.06C118.768 36.52 118.348 38.86 117.508 41.08C116.668 43.24 115.438 45.16 113.818 46.84C112.198 48.46 110.218 49.75 107.878 50.71C105.538 51.67 102.898 52.15 99.9584 52.15H83.3084V76H75.8384ZM99.0584 45.49C102.658 45.49 105.538 44.44 107.698 42.34C109.918 40.24 111.028 37.48 111.028 34.06C111.028 30.64 109.918 27.88 107.698 25.78C105.538 23.68 102.658 22.63 99.0584 22.63H83.3084V45.49H99.0584ZM143.511 76V22.63H124.521V15.97H170.061V22.63H150.981V76H143.511ZM179.989 76V15.97H187.459V76H179.989ZM220.962 77.08C215.682 77.08 211.152 76.21 207.372 74.47C203.592 72.67 200.442 70.36 197.922 67.54L202.332 61.87C203.292 62.95 204.432 64.03 205.752 65.11C207.072 66.13 208.512 67.03 210.072 67.81C211.692 68.59 213.432 69.22 215.292 69.7C217.152 70.18 219.132 70.42 221.232 70.42C223.932 70.42 226.182 70.09 227.982 69.43C229.782 68.77 231.222 67.96 232.302 67C233.382 65.98 234.162 64.87 234.642 63.67C235.122 62.41 235.362 61.21 235.362 60.07C235.362 58.15 234.852 56.56 233.832 55.3C232.812 54.04 231.462 52.99 229.782 52.15C228.162 51.25 226.272 50.53 224.112 49.99C222.012 49.39 219.822 48.79 217.542 48.19C215.322 47.53 213.132 46.81 210.972 46.03C208.872 45.25 206.982 44.26 205.302 43.06C203.682 41.8 202.362 40.27 201.342 38.47C200.322 36.67 199.812 34.42 199.812 31.72C199.812 29.26 200.322 27.01 201.342 24.97C202.422 22.93 203.862 21.19 205.662 19.75C207.522 18.25 209.712 17.11 212.232 16.33C214.752 15.49 217.482 15.07 220.422 15.07C225.042 15.07 229.122 15.79 232.662 17.23C236.202 18.67 239.232 20.74 241.752 23.44L237.252 28.93C234.972 26.41 232.332 24.58 229.332 23.44C226.332 22.3 223.182 21.73 219.882 21.73C216.282 21.73 213.312 22.6 210.972 24.34C208.692 26.08 207.552 28.39 207.552 31.27C207.552 32.95 208.062 34.33 209.082 35.41C210.102 36.49 211.422 37.42 213.042 38.2C214.722 38.98 216.612 39.67 218.712 40.27C220.872 40.81 223.062 41.41 225.282 42.07C227.562 42.67 229.752 43.39 231.852 44.23C234.012 45.07 235.902 46.15 237.522 47.47C239.202 48.79 240.552 50.41 241.572 52.33C242.592 54.25 243.102 56.62 243.102 59.44C243.102 61.6 242.712 63.76 241.932 65.92C241.152 68.02 239.862 69.91 238.062 71.59C236.322 73.21 234.042 74.53 231.222 75.55C228.402 76.57 224.982 77.08 220.962 77.08ZM290.526 76L267.756 49L261.726 55.84V76H254.256V15.97H261.726V47.02L288.276 15.97H297.636L272.616 44.5L299.796 76H290.526ZM351.149 76L345.839 62.68H315.959L310.649 76H302.099L326.219 15.97H335.489L359.699 76H351.149ZM330.899 23.71L318.119 56.02H343.589L330.899 23.71ZM367.547 76V15.97H375.017V76H367.547ZM408.521 77.08C403.241 77.08 398.711 76.21 394.931 74.47C391.151 72.67 388.001 70.36 385.481 67.54L389.891 61.87C390.851 62.95 391.991 64.03 393.311 65.11C394.631 66.13 396.071 67.03 397.631 67.81C399.251 68.59 400.991 69.22 402.851 69.7C404.711 70.18 406.691 70.42 408.791 70.42C411.491 70.42 413.741 70.09 415.541 69.43C417.341 68.77 418.781 67.96 419.861 67C420.941 65.98 421.721 64.87 422.201 63.67C422.681 62.41 422.921 61.21 422.921 60.07C422.921 58.15 422.411 56.56 421.391 55.3C420.371 54.04 419.021 52.99 417.341 52.15C415.721 51.25 413.831 50.53 411.671 49.99C409.571 49.39 407.381 48.79 405.101 48.19C402.881 47.53 400.691 46.81 398.531 46.03C396.431 45.25 394.541 44.26 392.861 43.06C391.241 41.8 389.921 40.27 388.901 38.47C387.881 36.67 387.371 34.42 387.371 31.72C387.371 29.26 387.881 27.01 388.901 24.97C389.981 22.93 391.421 21.19 393.221 19.75C395.081 18.25 397.271 17.11 399.791 16.33C402.311 15.49 405.041 15.07 407.981 15.07C412.601 15.07 416.681 15.79 420.221 17.23C423.761 18.67 426.791 20.74 429.311 23.44L424.811 28.93C422.531 26.41 419.891 24.58 416.891 23.44C413.891 22.3 410.741 21.73 407.441 21.73C403.841 21.73 400.871 22.6 398.531 24.34C396.251 26.08 395.111 28.39 395.111 31.27C395.111 32.95 395.621 34.33 396.641 35.41C397.661 36.49 398.981 37.42 400.601 38.2C402.281 38.98 404.171 39.67 406.271 40.27C408.431 40.81 410.621 41.41 412.841 42.07C415.121 42.67 417.311 43.39 419.411 44.23C421.571 45.07 423.461 46.15 425.081 47.47C426.761 48.79 428.111 50.41 429.131 52.33C430.151 54.25 430.661 56.62 430.661 59.44C430.661 61.6 430.271 63.76 429.491 65.92C428.711 68.02 427.421 69.91 425.621 71.59C423.881 73.21 421.601 74.53 418.781 75.55C415.961 76.57 412.541 77.08 408.521 77.08Z' fill='white'/%3E%3Cpath d='M34.38 78.58C34.38 77.58 34.38 76.58 34.38 75.58C31.292 75.2484 28.3113 74.5467 25.5814 73.4169C24.7853 73.0881 24.0104 72.724 23.2592 72.3254C20.127 70.6738 17.4031 68.5167 15.2145 65.9314L15.2656 65.986C13.0882 63.3105 11.4605 60.2685 10.3292 56.9965C9.12451 53.5239 8.58944 49.8278 8.59 46.0458C8.59 46.0406 8.59 46.0353 8.59 46.03C8.58703 42.2426 9.1761 38.5396 10.4702 35.1172C11.6723 31.9196 13.3965 29.0126 15.651 26.5738C17.8985 24.1334 20.6422 22.2098 23.7384 20.859C27.0046 19.4228 30.6345 18.746 34.38 18.702C38.1249 18.6506 41.7893 19.2297 45.1342 20.5948C48.2731 21.8669 51.0885 23.735 53.3985 26.1695L53.4497 26.2242C55.8587 28.6386 57.7389 31.5706 59.0571 34.8249C60.4818 38.3166 61.188 42.1295 61.2811 46.03C61.3809 49.9296 60.8708 53.8065 59.5991 57.4416C58.4155 60.8469 56.6263 64.0114 54.2413 66.7165C51.936 69.3539 49.0364 71.4686 45.7803 72.9811C44.9899 73.3502 44.1786 73.6795 43.3501 73.9687C40.508 74.9624 37.4673 75.4705 34.38 75.58C34.38 76.58 34.38 77.58 34.38 78.58C37.7199 78.6925 41.1294 78.3681 44.4316 77.4489C45.3937 77.1817 46.3452 76.8651 47.2797 76.4989C51.0598 75.0292 54.6309 72.7675 57.5399 69.8023C60.5042 66.8138 62.8376 63.1727 64.4209 59.2784C66.149 55.0672 66.9678 50.5165 67.0589 46.03C67.1607 41.5445 66.5381 36.9297 64.9629 32.5751C63.5323 28.5759 61.3006 24.7439 58.3303 21.5558L58.3815 21.6105C55.5151 18.3597 51.8594 15.7687 47.9258 14.0451C43.6242 12.137 38.9323 11.2984 34.38 11.258C29.8283 11.2031 25.1019 11.9439 20.7216 13.781C16.7022 15.4451 12.9342 17.989 9.91095 21.2041C6.87367 24.4074 4.56559 28.2606 3.02978 32.2828C1.32408 36.7067 0.584273 41.4313 0.59 46.03C0.59 46.0364 0.590002 46.0428 0.590004 46.0493C0.58548 50.6415 1.37988 55.3607 3.17076 59.7235C4.79546 63.7177 7.21112 67.4777 10.2944 70.534L10.3455 70.5886C13.466 73.5765 17.2532 75.8046 21.2008 77.1546C22.1746 77.4913 23.1625 77.7731 24.157 78.0007C27.5712 78.7838 31.0408 78.9146 34.38 78.58ZM34.38 75.58V78.58V75.58ZM34.38 66.42C34.38 69.0867 34.38 71.7533 34.38 74.42C37.1853 74.4213 40.0912 74.0482 42.8997 73.1214C43.642 72.8769 44.3756 72.5948 45.0946 72.2752L45.1615 72.2447C48.2375 70.8197 51.1095 68.7272 53.3896 66.1475L53.4255 66.1066C55.7365 63.4454 57.4709 60.3044 58.589 57.0611L58.5736 57.1049C59.8707 53.515 60.434 49.7194 60.43 46.03C60.434 42.3405 59.8707 38.545 58.5736 34.9551L58.5971 35.0224C57.4995 31.7742 55.7766 28.5871 53.3896 25.9125C51.1115 23.3325 48.2074 21.2461 45.0946 19.8748L45.1615 19.9053C41.7225 18.2911 37.9537 17.6325 34.38 17.64C30.7716 17.6318 26.9881 18.3065 23.5388 19.8912L23.5754 19.8748C20.4626 21.2461 17.5585 23.3325 15.2804 25.9125C12.8934 28.5871 11.1705 31.7742 10.0729 35.0224C8.84981 38.6094 8.32702 42.3692 8.33 46.03C8.32702 49.6908 8.84981 53.4506 10.0729 57.0376L10.081 57.0611C11.1991 60.3044 12.9335 63.4454 15.2445 66.1066L15.2804 66.1475C17.5605 68.7272 20.4325 70.8197 23.5085 72.2447L23.6051 72.2883C24.3516 72.6129 25.1133 72.8992 25.8845 73.147C28.6782 74.0465 31.5741 74.4217 34.38 74.42C34.38 71.7533 34.38 69.0867 34.38 66.42C32.2678 66.4209 30.2254 66.1401 28.3315 65.5304C27.8079 65.3622 27.2954 65.1693 26.7949 64.9517L26.8915 64.9953C24.7178 63.9834 22.8183 62.5898 21.2596 60.8325L21.2955 60.8734C19.6878 59.0183 18.4702 56.8409 17.639 54.4389L17.6471 54.4624C16.7424 51.8075 16.3284 48.955 16.33 46.03C16.3284 43.105 16.7424 40.2524 17.6471 37.5976C18.4644 35.187 19.6622 33.0204 21.2596 31.2275C22.7976 29.4934 24.6717 28.1394 26.8246 27.1852L26.8612 27.1688C29.144 26.1226 31.6979 25.6372 34.38 25.64C37.0378 25.6372 39.5577 26.1141 41.7785 27.1547L41.8454 27.1852C43.9983 28.1394 45.8724 29.4934 47.4104 31.2275C49.0078 33.0204 50.2056 35.187 51.0229 37.5976L51.0465 37.6649C51.994 40.2901 52.4319 43.1208 52.43 46.03C52.4319 48.9392 51.994 51.7699 51.0465 54.3951L51.031 54.4389C50.1998 56.8409 48.9822 59.0183 47.3745 60.8734L47.4104 60.8325C45.8517 62.5898 43.9522 63.9834 41.7785 64.9953L41.8454 64.9648C41.3745 65.1741 40.8913 65.3601 40.3965 65.5231C38.5281 66.1399 36.4921 66.4209 34.38 66.42ZM34.38 74.42V66.42V74.42ZM74.3384 76C75.3384 76 76.3384 76 77.3384 76C77.6717 72.8216 77.9717 69.6432 78.2384 66.4648C79.305 53.7512 79.8384 41.0376 79.8384 28.324C79.8384 24.206 79.8321 20.088 79.8197 15.97L75.8384 19.9513C83.8784 19.9271 91.9184 19.8791 99.9584 19.8074C102.316 19.7815 104.57 20.1055 106.543 20.8851C108.338 21.592 109.892 22.5797 111.127 23.8688L111.222 23.9667C112.498 25.1996 113.48 26.6858 114.161 28.3967L114.173 28.4273C114.892 30.179 115.26 32.0766 115.297 34.06C115.337 36.0671 115.037 38.0296 114.375 39.8945L114.386 39.8658C113.75 41.62 112.781 43.2124 111.499 44.6039L111.54 44.5621C110.229 45.9423 108.583 47.0437 106.711 47.8642C104.682 48.7616 102.369 49.1936 99.9584 49.2543C94.4084 49.3832 88.8584 49.5235 83.3084 49.675L80.9027 49.6093L80.8334 52.15C81.0316 59.4116 81.2492 66.6732 81.4861 73.9348C81.5086 74.6232 81.5312 75.3116 81.554 76L83.3084 74.2457C80.8184 74.3282 78.3284 74.413 75.8384 74.5C75.8384 75.5 75.8384 76.5 75.8384 77.5C78.3284 77.587 80.8184 77.6718 83.3084 77.7543L85.1188 77.6943L85.0627 76C85.0855 75.3116 85.1081 74.6232 85.1306 73.9348C85.3675 66.6732 85.5851 59.4116 85.7834 52.15L83.3084 54.625C88.8584 54.7765 94.4084 54.9168 99.9584 55.0457C102.941 55.11 106.071 54.7162 109.046 53.5558C111.574 52.578 114.044 51.1114 116.096 49.1179L116.137 49.0761C118.049 47.1688 119.611 44.8229 120.631 42.2942L120.642 42.2655C121.679 39.6591 122.207 36.8331 122.24 34.06C122.283 31.3223 121.844 28.4836 120.844 25.8327L120.856 25.8633C119.921 23.2737 118.398 20.7842 116.415 18.7733L116.509 18.8712C114.517 16.6692 111.99 15.0198 109.394 13.9349C106.306 12.6353 103.052 12.1564 99.9584 12.1326C91.9184 12.0609 83.8784 12.0129 75.8384 11.9886L71.845 12.0007L71.857 15.97C71.8446 20.088 71.8384 24.206 71.8384 28.324C71.8384 41.0376 72.3717 53.7512 73.4384 66.4648C73.705 69.6432 74.005 72.8216 74.3384 76ZM77.3384 76H74.3384L74.5006 77.5468L75.8384 77.5V74.5L77.3384 76ZM99.0584 41.49C99.0584 44.1567 99.0584 46.8233 99.0584 49.49C100.913 49.4894 102.871 49.2632 104.822 48.6223C106.885 47.9541 108.903 46.7625 110.487 45.208L110.447 45.2459C113.583 42.4199 115.12 37.8421 115.028 34.06C115.12 30.2779 113.583 25.7001 110.447 22.8741L110.487 22.912C107.377 19.7943 102.813 18.5724 99.0584 18.63C93.8084 18.63 88.5584 18.63 83.3084 18.63H79.3084V22.63C79.3084 30.25 79.3084 37.87 79.3084 45.49V49.49H83.3084C87.0313 49.49 90.7543 49.49 94.4772 49.49C96.0043 49.49 97.5313 49.49 99.0584 49.49C99.0584 46.8233 99.0584 44.1567 99.0584 41.49C97.5313 41.49 96.0043 41.49 94.4772 41.49C90.7543 41.49 87.0313 41.49 83.3084 41.49L87.3084 45.49C87.3084 37.87 87.3084 30.25 87.3084 22.63L83.3084 26.63C88.5584 26.63 93.8084 26.63 99.0584 26.63C101.558 26.6288 103.514 27.2759 104.91 28.648L104.95 28.6859C106.374 30.0344 107.022 31.7349 107.028 34.06C107.022 36.3851 106.374 38.0856 104.95 39.4341L104.91 39.472C104.177 40.1839 103.336 40.688 102.321 41.0232C101.366 41.3385 100.257 41.4907 99.0584 41.49ZM99.0584 49.49V41.49V49.49ZM142.011 76C143.011 76 144.011 76 145.011 76C145.344 72.481 145.644 68.962 145.911 65.443C146.977 51.367 147.511 37.291 147.511 23.215C147.511 23.02 147.511 22.825 147.511 22.63L147.511 18.6305L143.511 18.63C137.181 18.6308 130.851 18.6435 124.521 18.6682L128.482 22.63C128.474 20.41 128.464 18.19 128.452 15.97L124.521 19.9014C139.701 19.822 154.881 19.6736 170.061 19.4564L166.574 15.97C166.606 18.19 166.639 20.41 166.674 22.63L170.061 19.2433C163.701 19.3428 157.341 19.4544 150.981 19.578L147.989 19.5199L147.929 22.63C148.255 39.391 148.664 56.152 149.158 72.913C149.189 73.942 149.219 74.971 149.25 76L150.981 74.2697C148.491 74.3446 146.001 74.4214 143.511 74.5C143.511 75.5 143.511 76.5 143.511 77.5C146.001 77.5786 148.491 77.6554 150.981 77.7303L152.761 77.6767L152.711 76C152.742 74.971 152.773 73.942 152.803 72.913C153.297 56.152 153.707 39.391 154.033 22.63L150.981 25.682C157.341 25.8056 163.701 25.9172 170.061 26.0167L173.499 25.9629L173.447 22.63C173.482 20.41 173.515 18.19 173.547 15.97L173.496 12.4344L170.061 12.4836C154.881 12.2663 139.701 12.118 124.521 12.0386L120.569 12.0593L120.589 15.97C120.578 18.19 120.567 20.41 120.559 22.63L120.574 26.6072L124.521 26.5918C130.851 26.6165 137.181 26.6292 143.511 26.63L139.511 22.63C139.511 22.825 139.511 23.02 139.511 23.215C139.511 37.291 140.044 51.367 141.111 65.443C141.377 68.962 141.677 72.481 142.011 76ZM145.011 76H142.011L142.157 77.5427L143.511 77.5V74.5L145.011 76ZM178.489 76C179.489 76 180.489 76 181.489 76C181.822 73.75 182.122 71.5 182.389 69.25C183.455 60.25 183.989 51.25 183.989 42.25C183.989 33.49 183.933 24.73 183.82 15.97L179.989 19.8016C182.479 19.7697 184.969 19.7332 187.459 19.6922L183.737 15.97C184.066 35.98 184.688 55.99 185.603 76L187.459 74.1447C187.219 74.1557 186.979 74.1667 186.739 74.1778C184.489 74.2815 182.239 74.3889 179.989 74.5C179.989 75.5 179.989 76.5 179.989 77.5C182.239 77.6111 184.489 77.7185 186.739 77.8222C186.979 77.8333 187.219 77.8443 187.459 77.8553L189.395 77.7667L189.314 76C190.229 55.99 190.852 35.98 191.181 15.97L191.119 12.1875L187.459 12.2478C184.969 12.2068 182.479 12.1703 179.989 12.1384L176.109 12.1882L176.157 15.97C176.045 24.73 175.989 33.49 175.989 42.25C175.989 51.25 176.522 60.25 177.589 69.25C177.855 71.5 178.155 73.75 178.489 76ZM181.489 76H178.489L178.72 77.5626L179.989 77.5V74.5L181.489 76ZM220.962 78.58C220.962 77.58 220.962 76.58 220.962 75.58C216.468 75.2747 212.055 74.3323 208.35 72.3461L208.377 72.3591C208.06 72.1849 207.747 72.0064 207.437 71.8233C204.592 70.1438 202.08 68.0576 200.095 65.5984L200.222 69.3289C201.775 67.5031 203.321 65.6726 204.862 63.8375L199.937 63.9991C201.082 65.3741 202.327 66.595 203.617 67.7191L203.691 67.7775C205.185 69.0041 206.805 70.068 208.494 70.9665L208.541 70.9897C210.416 71.9519 212.382 72.6993 214.374 73.2587C216.637 73.8928 218.958 74.1862 221.232 74.2227C223.777 74.2499 226.456 74.0983 229.328 73.1006C231.18 72.4341 233.116 71.5407 234.934 69.9608L235.022 69.88C236.343 68.6527 237.578 67.0604 238.345 65.151L238.369 65.0896C238.939 63.6052 239.358 61.9135 239.361 60.07C239.361 59.3485 239.31 58.5985 239.179 57.8275C238.901 56.1142 238.151 54.2584 236.94 52.7836C235.423 50.9051 233.495 49.5336 231.569 48.5756L231.723 48.6566C229.548 47.4538 227.299 46.6739 225.08 46.1198L225.208 46.1541C222.994 45.5249 220.775 44.9233 218.554 44.3437L218.675 44.3776C216.536 43.7467 214.416 43.056 212.317 42.305L212.351 42.3174C210.627 41.6841 209.023 40.8671 207.592 39.8534L207.721 39.9495C206.509 39.016 205.519 37.8794 204.751 36.5384C204.056 35.3498 203.705 33.6324 203.7 31.72C203.688 29.8969 204.04 28.213 204.788 26.6929L204.747 26.7726C205.564 25.1998 206.666 23.847 208.044 22.728L208.056 22.7187C209.558 21.4852 211.354 20.5602 213.346 19.9277L213.423 19.9029C215.613 19.1515 217.981 18.7963 220.422 18.7766C224.241 18.7436 227.98 19.2535 231.304 20.5687C234.308 21.7505 236.992 23.5165 239.193 25.8288L239.044 21.2206C237.562 23.0654 236.081 24.9107 234.6 26.7565L239.794 26.6297C237.294 23.8948 234.072 21.6316 230.512 20.3353C227.111 19.0754 223.459 18.4778 219.882 18.5243C216.32 18.5467 212.323 19.4147 209.132 21.8653L209.101 21.8885C206.297 23.9005 204.403 27.8683 204.579 31.27C204.558 33.286 205.33 35.7729 206.968 37.4069C208.42 38.9077 210.116 39.9645 211.812 40.7554L211.848 40.7724C213.859 41.6714 215.906 42.3533 217.958 42.9078L218.047 42.9315C220.217 43.4375 222.379 43.9941 224.531 44.5953L224.611 44.6178C226.754 45.1426 228.862 45.7895 230.916 46.5692L230.939 46.578C232.785 47.2552 234.506 48.1641 236.002 49.3351L236.036 49.3618C237.473 50.4401 238.658 51.8073 239.548 53.4051C240.496 55.0837 240.903 57.2207 240.947 59.44C240.991 61.3813 240.665 63.3372 240.025 65.2314L240.031 65.2141C239.393 67.075 238.257 68.765 236.773 70.2089C236.095 70.8705 235.326 71.4684 234.496 72.0024C233.311 72.7652 232.003 73.3982 230.635 73.9281C227.667 75.0739 224.319 75.5001 220.962 75.58C220.962 76.58 220.962 77.58 220.962 78.58C224.54 78.6471 228.218 78.3781 231.809 77.1719C233.374 76.6402 234.921 75.9764 236.398 75.1113C237.432 74.5053 238.43 73.7986 239.349 72.9727C241.248 71.2752 242.872 69.1069 243.832 66.6259L243.839 66.6086C244.701 64.3563 245.218 61.9136 245.257 59.44C245.298 56.781 244.954 53.923 243.596 51.2549C242.501 49.0963 240.919 47.1183 239.008 45.5782L239.042 45.6049C237.148 44.0104 234.992 42.7863 232.765 41.882L232.788 41.8908C230.558 40.9569 228.272 40.1713 225.952 39.5222L226.033 39.5447C223.832 38.8517 221.613 38.2041 219.377 37.6085L219.466 37.6321C217.645 37.079 215.88 36.4236 214.236 35.6276L214.272 35.6446C213.046 35.0286 211.978 34.2774 211.196 33.4131C210.718 32.8632 210.514 32.2612 210.525 31.27C210.572 29.296 211.292 27.9399 212.843 26.7915L212.812 26.8147C214.695 25.4522 217.178 24.8902 219.882 24.9357C222.742 24.973 225.536 25.5078 228.152 26.5447C230.669 27.5356 232.876 29.1457 234.71 31.2303L237.435 34.1801L239.904 31.1035C241.423 29.2893 242.942 27.4746 244.46 25.6594L246.399 23.2446L244.311 21.0512C241.475 17.9386 237.874 15.4799 234.02 13.8912C229.605 12.0571 224.927 11.3959 220.422 11.3634C217.318 11.3404 214.118 11.7489 211.041 12.7571L211.118 12.7323C208.367 13.5621 205.633 14.8875 203.268 16.7813L203.28 16.772C201.099 18.4879 199.24 20.7144 197.937 23.1674L197.896 23.2471C196.546 25.8921 195.924 28.8905 195.924 31.72C195.921 34.4529 196.317 37.5076 197.933 40.4016C199.164 42.6039 200.879 44.612 202.883 46.1705L203.012 46.2666C205.064 47.7428 207.305 48.8876 209.593 49.7426L209.627 49.755C211.866 50.5702 214.128 51.3192 216.409 52.0024L216.53 52.0363C218.701 52.6126 220.864 53.2075 223.016 53.8259L223.144 53.8602C224.857 54.291 226.465 54.8765 227.841 55.6434L227.995 55.7244C229.149 56.302 230.071 57.007 230.723 57.8164C231.004 58.1685 231.186 58.5585 231.292 59.1643C231.337 59.4327 231.362 59.7371 231.363 60.07C231.366 60.6917 231.22 61.4381 230.915 62.2504L230.939 62.189C230.693 62.8259 230.249 63.475 229.582 64.12L229.67 64.0392C228.991 64.6679 227.895 65.2794 226.636 65.7594C225.197 66.3209 223.246 66.5775 221.232 66.6173C219.508 66.6548 217.821 66.5081 216.21 66.1413C214.613 65.775 213.068 65.277 211.603 64.6303L211.65 64.6535C210.296 64.0314 209.01 63.2966 207.813 62.4425L207.887 62.5009C206.745 61.6336 205.672 60.7152 204.727 59.7409L201.982 56.8744L199.802 59.9025C198.403 61.8474 197.009 63.7969 195.622 65.7511L194.143 67.8344L195.749 69.4816C198.488 72.3215 201.778 74.5169 205.232 76.0867C205.608 76.2582 205.986 76.4228 206.367 76.5809L206.394 76.5939C211.165 78.5036 216.184 78.881 220.962 78.58ZM220.962 75.58V78.58V75.58ZM289.38 76.967C290.144 76.3223 290.909 75.6777 291.673 75.033C288.601 70.8728 285.503 66.7342 282.38 62.617C278.378 57.342 274.334 52.1023 270.249 46.8978L267.986 44.0149L265.31 46.8436C263.22 49.053 261.139 51.2701 259.066 53.4948L258.219 54.4035L258.18 55.84C257.995 62.56 257.867 69.28 257.795 76L261.726 72.0685C259.236 72.0419 256.746 72.023 254.256 72.0119L258.244 76C258.252 74.2182 258.256 72.4364 258.256 70.6546C258.256 52.4264 258.21 34.1982 258.118 15.97L254.256 19.8314C256.746 19.8188 259.236 19.8053 261.726 19.7909L257.905 15.97C257.965 26.32 258.04 36.67 258.129 47.02L258.082 56.7447L264.46 49.3578C273.221 38.9314 281.962 28.4882 290.683 18.0282L288.276 19.137C291.396 19.0982 294.516 19.0581 297.636 19.0166L295.346 13.9612C287.132 23.5821 278.935 33.2177 270.755 42.8679L269.337 44.4317L270.742 46.1171C278.6 54.9196 286.471 63.7095 294.358 72.4867C295.742 74.0274 297.127 75.5678 298.513 77.1077L299.796 74.3044C296.706 74.3683 293.616 74.4335 290.526 74.5C290.526 75.5 290.526 76.5 290.526 77.5C293.616 77.5665 296.706 77.6317 299.796 77.6956L303.523 77.64L301.08 74.8923C299.76 73.2964 298.439 71.701 297.117 70.1059C289.59 61.0189 282.047 51.9446 274.49 42.8829L274.477 46.1321C282.977 36.7623 291.46 27.3779 299.927 17.9788L304.331 12.8599L297.636 12.9234C294.516 12.8819 291.396 12.8418 288.276 12.803L286.778 12.8216L285.869 13.9118C276.891 24.1518 267.932 34.4086 258.992 44.6821L265.324 47.02C265.413 36.67 265.488 26.32 265.547 15.97L265.525 12.1272L261.726 12.1491C259.236 12.1347 256.746 12.1212 254.256 12.1086L250.375 12.1283L250.395 15.97C250.303 34.1982 250.256 52.4264 250.256 70.6546C250.256 72.4364 250.26 74.2182 250.268 76L250.286 80.0058L254.256 79.9881C256.746 79.977 259.236 79.9581 261.726 79.9315L265.699 79.889L265.658 76C265.586 69.28 265.458 62.56 265.273 55.84L264.387 58.1852C266.334 55.8499 268.272 53.507 270.202 51.1564L265.264 51.1022C269.704 56.0073 274.186 60.877 278.71 65.7115C282.241 69.4849 285.798 73.2367 289.38 76.967ZM291.673 75.033L289.38 76.967L289.904 77.5134L290.526 77.5V74.5L291.673 75.033ZM349.756 76.5555C350.685 76.1852 351.614 75.8148 352.542 75.4445C351.529 72.0026 350.485 68.5729 349.41 65.1556C349.046 64.0008 348.679 62.8474 348.309 61.6954L347.814 60.156L345.839 60.0211C335.879 59.3404 325.919 58.9189 315.959 58.7564L313.364 58.7141L312.314 61.2271C311.111 64.109 309.931 67.0004 308.774 69.9012C308.161 71.4404 307.548 72.9799 306.936 74.5197L310.649 72.0024C307.799 72.0051 304.949 72.0102 302.099 72.0177L305.794 77.4847C313.782 57.4537 321.644 37.3723 329.382 17.2407L326.219 19.3782C329.309 19.3315 332.399 19.2819 335.489 19.2296L332.466 17.1892C340.593 36.3971 348.837 55.5578 357.198 74.6713C357.488 75.3335 357.778 75.9957 358.068 76.6579L359.699 74.2411C356.849 74.3251 353.999 74.4114 351.149 74.5C351.149 75.5 351.149 76.5 351.149 77.5C353.999 77.5886 356.849 77.6749 359.699 77.7589L362.352 77.6848L361.33 75.3421C361.08 74.6641 360.829 73.9861 360.578 73.3082C353.34 53.7419 345.985 34.2227 338.512 14.7508L337.633 12.674L335.489 12.7103C332.399 12.658 329.309 12.6085 326.219 12.5618L323.864 12.5974L323.057 14.6993C314.714 34.5876 306.496 54.5263 298.404 74.5153L296.217 79.9969L302.099 79.9823C304.949 79.9898 307.799 79.9949 310.649 79.9976L313.363 79.995L314.362 77.4803C314.978 75.9417 315.592 74.4029 316.205 72.8637C317.362 69.9629 318.495 67.0526 319.604 64.1329L315.959 66.6036C325.919 66.4411 335.879 66.0196 345.839 65.3389L343.369 63.6646C343.893 64.7555 344.42 65.845 344.951 66.9331C346.522 70.1529 348.123 73.3604 349.756 76.5555ZM352.542 75.4445L349.756 76.5555L350.253 77.5279L351.149 77.5V74.5L352.542 75.4445ZM334.619 25.1813C332.139 24.2004 329.659 23.2196 327.179 22.2387C326.598 23.71 326.016 25.1812 325.434 26.6524C321.756 35.9512 318.078 45.25 314.399 54.5487L312.235 60.02H318.119C326.609 60.02 335.099 60.02 343.589 60.02H349.458L347.312 54.5577C343.661 45.2603 340.009 35.963 336.357 26.6656C335.779 25.193 335.201 23.7203 334.622 22.2477C332.14 23.2226 329.658 24.1974 327.176 25.1723C327.754 26.6449 328.333 28.1175 328.911 29.5902C332.563 38.8875 336.214 48.1849 339.866 57.4823L343.589 52.02C335.099 52.02 326.609 52.02 318.119 52.02L321.839 57.4913C325.517 48.1925 329.195 38.8937 332.873 29.595C333.455 28.1237 334.037 26.6525 334.619 25.1813ZM327.179 22.2387L334.619 25.1813L327.176 25.1723L334.622 22.2477L330.912 12.8017L327.179 22.2387ZM366.047 76C367.047 76 368.047 76 369.047 76C369.381 73.75 369.681 71.5 369.947 69.25C371.014 60.25 371.547 51.25 371.547 42.25C371.547 33.49 371.491 24.73 371.379 15.97L367.547 19.8016C370.037 19.7697 372.527 19.7332 375.017 19.6922L371.295 15.97C371.625 35.98 372.247 55.99 373.162 76L375.017 74.1447C374.777 74.1557 374.537 74.1667 374.297 74.1778C372.047 74.2815 369.797 74.3889 367.547 74.5C367.547 75.5 367.547 76.5 367.547 77.5C369.797 77.6111 372.047 77.7185 374.297 77.8222C374.537 77.8333 374.777 77.8443 375.017 77.8553L376.953 77.7667L376.873 76C377.788 55.99 378.41 35.98 378.74 15.97L378.677 12.1875L375.017 12.2478C372.527 12.2068 370.037 12.1703 367.547 12.1384L363.667 12.1882L363.716 15.97C363.603 24.73 363.547 33.49 363.547 42.25C363.547 51.25 364.081 60.25 365.147 69.25C365.414 71.5 365.714 73.75 366.047 76ZM369.047 76H366.047L366.279 77.5626L367.547 77.5V74.5L369.047 76ZM408.521 78.58C408.521 77.58 408.521 76.58 408.521 75.58C404.026 75.2747 399.614 74.3323 395.908 72.3461L395.936 72.3591C395.618 72.1849 395.305 72.0064 394.996 71.8233C392.151 70.1438 389.638 68.0576 387.653 65.5984L387.781 69.3289C389.333 67.5031 390.88 65.6726 392.42 63.8375L387.495 63.9991C388.641 65.3741 389.886 66.595 391.176 67.7191L391.249 67.7775C392.744 69.0041 394.364 70.068 396.052 70.9665L396.1 70.9897C397.974 71.9519 399.94 72.6993 401.932 73.2587C404.195 73.8928 406.516 74.1862 408.791 74.2227C411.336 74.2499 414.014 74.0983 416.886 73.1006C418.739 72.4341 420.675 71.5407 422.492 69.9608L422.581 69.88C423.901 68.6527 425.136 67.0604 425.903 65.151L425.927 65.0896C426.498 63.6052 426.917 61.9135 426.919 60.07C426.92 59.3485 426.868 58.5985 426.738 57.8275C426.46 56.1142 425.71 54.2584 424.499 52.7836C422.982 50.9051 421.053 49.5336 419.128 48.5756L419.281 48.6566C417.107 47.4538 414.858 46.6739 412.638 46.1198L412.767 46.1541C410.552 45.5249 408.334 44.9233 406.113 44.3437L406.234 44.3776C404.095 43.7467 401.974 43.056 399.876 42.305L399.91 42.3174C398.186 41.6841 396.582 40.8671 395.151 39.8534L395.28 39.9495C394.067 39.016 393.078 37.8794 392.309 36.5384C391.614 35.3498 391.263 33.6324 391.258 31.72C391.246 29.8969 391.598 28.213 392.346 26.6929L392.305 26.7726C393.123 25.1998 394.224 23.847 395.603 22.728L395.615 22.7187C397.117 21.4852 398.912 20.5602 400.904 19.9277L400.982 19.9029C403.171 19.1515 405.539 18.7963 407.981 18.7766C411.799 18.7436 415.538 19.2535 418.862 20.5687C421.866 21.7505 424.55 23.5165 426.751 25.8288L426.603 21.2206C425.121 23.0654 423.64 24.9107 422.159 26.7565L427.353 26.6297C424.852 23.8948 421.631 21.6316 418.07 20.3353C414.669 19.0754 411.018 18.4778 407.441 18.5243C403.879 18.5467 399.882 19.4147 396.69 21.8653L396.66 21.8885C393.856 23.9005 391.962 27.8683 392.137 31.27C392.116 33.286 392.888 35.7729 394.526 37.4069C395.979 38.9077 397.675 39.9645 399.37 40.7554L399.406 40.7724C401.418 41.6714 403.465 42.3533 405.517 42.9078L405.605 42.9315C407.775 43.4375 409.937 43.9941 412.09 44.5953L412.17 44.6178C414.312 45.1426 416.42 45.7895 418.475 46.5692L418.497 46.578C420.343 47.2552 422.064 48.1641 423.561 49.3351L423.594 49.3618C425.031 50.4401 426.217 51.8073 427.107 53.4051C428.054 55.0837 428.462 57.2207 428.506 59.44C428.549 61.3813 428.224 63.3372 427.584 65.2314L427.59 65.2141C426.952 67.075 425.815 68.765 424.332 70.2089C423.654 70.8705 422.885 71.4684 422.055 72.0024C420.869 72.7652 419.562 73.3982 418.194 73.9281C415.226 75.0739 411.878 75.5001 408.521 75.58C408.521 76.58 408.521 77.58 408.521 78.58C412.098 78.6471 415.777 78.3781 419.367 77.1719C420.932 76.6402 422.479 75.9764 423.957 75.1113C424.99 74.5053 425.988 73.7986 426.908 72.9727C428.806 71.2752 430.43 69.1069 431.391 66.6259L431.397 66.6086C432.26 64.3563 432.777 61.9136 432.816 59.44C432.857 56.781 432.513 53.923 431.154 51.2549C430.059 49.0963 428.478 47.1183 426.567 45.5782L426.6 45.6049C424.707 44.0104 422.551 42.7863 420.324 41.882L420.346 41.8908C418.117 40.9569 415.83 40.1713 413.511 39.5222L413.591 39.5447C411.39 38.8517 409.172 38.2041 406.936 37.6085L407.024 37.6321C405.204 37.079 403.438 36.4236 401.795 35.6276L401.831 35.6446C400.605 35.0286 399.536 34.2774 398.755 33.4131C398.276 32.8632 398.072 32.2612 398.084 31.27C398.131 29.296 398.851 27.9399 400.401 26.7915L400.371 26.8147C402.253 25.4522 404.736 24.8902 407.441 24.9357C410.3 24.973 413.095 25.5078 415.711 26.5447C418.228 27.5356 420.434 29.1457 422.268 31.2303L424.994 34.1801L427.462 31.1035C428.981 29.2893 430.5 27.4746 432.018 25.6594L433.958 23.2446L431.87 21.0512C429.033 17.9386 425.433 15.4799 421.579 13.8912C417.164 12.0571 412.486 11.3959 407.981 11.3634C404.877 11.3404 401.676 11.7489 398.6 12.7571L398.677 12.7323C395.925 13.5621 393.191 14.8875 390.826 16.7813L390.838 16.772C388.658 18.4879 386.799 20.7144 385.496 23.1674L385.455 23.2471C384.105 25.8921 383.483 28.8905 383.483 31.72C383.479 34.4529 383.875 37.5076 385.492 40.4016C386.722 42.6039 388.437 44.612 390.441 46.1705L390.57 46.2666C392.623 47.7428 394.864 48.8876 397.152 49.7426L397.185 49.755C399.424 50.5702 401.686 51.3192 403.967 52.0024L404.088 52.0363C406.259 52.6126 408.422 53.2075 410.575 53.8259L410.703 53.8602C412.416 54.291 414.024 54.8765 415.4 55.6434L415.553 55.7244C416.708 56.302 417.63 57.007 418.282 57.8164C418.562 58.1685 418.744 58.5585 418.85 59.1643C418.896 59.4327 418.921 59.7371 418.922 60.07C418.925 60.6917 418.779 61.4381 418.474 62.2504L418.498 62.189C418.251 62.8259 417.808 63.475 417.141 64.12L417.229 64.0392C416.55 64.6679 415.453 65.2794 414.195 65.7594C412.756 66.3209 410.804 66.5775 408.791 66.6173C407.066 66.6548 405.38 66.5081 403.769 66.1413C402.172 65.775 400.627 65.277 399.162 64.6303L399.209 64.6535C397.855 64.0314 396.569 63.2966 395.372 62.4425L395.445 62.5009C394.303 61.6336 393.231 60.7152 392.286 59.7409L389.541 56.8744L387.361 59.9025C385.961 61.8474 384.568 63.7969 383.18 65.7511L381.701 67.8344L383.308 69.4816C386.046 72.3215 389.337 74.5169 392.79 76.0867C393.167 76.2582 393.545 76.4228 393.925 76.5809L393.953 76.5939C398.723 78.5036 403.743 78.881 408.521 78.58ZM408.521 75.58V78.58V75.58Z' fill='%23070708' mask='url(%23path-3-outside-2_7261_675025)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 .title-svg {
    width: 524px;
    height: 184px;
    background-image: url("data:image/svg+xml,%3Csvg width='524' height='188' viewBox='0 0 524 188' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7261_675025' maskUnits='userSpaceOnUse' x='2.43018' y='91.7214' width='522' height='75' fill='black'%3E%3Crect fill='white' x='2.43018' y='91.7214' width='522' height='75'/%3E%3Cpath d='M23.0302 162.721H6.43018V96.0214H23.6302V135.321L50.6302 96.0214H68.4302V162.721H51.1302V121.521L23.0302 162.721ZM142.554 162.721H125.354V135.921H97.6536V162.721H80.4536V96.0214H97.6536V120.921H125.354V96.0214H142.554V162.721ZM186.675 162.721H169.475V111.021H150.775V96.0214H205.275V111.021H186.675V162.721ZM262.361 162.721H213.461V96.0214H262.361V111.021H230.661V121.421H261.661V136.421H230.661V147.721H262.361V162.721ZM289.548 162.721H272.348V96.0214H305.748C320.748 96.0214 328.948 106.121 328.948 118.221C328.948 130.221 320.748 140.321 305.748 140.321H289.548V162.721ZM303.448 125.321C308.048 125.321 311.448 122.721 311.448 118.221C311.448 113.621 308.048 111.021 303.448 111.021H289.548V125.321H303.448ZM398.706 162.721H381.506V135.921H353.806V162.721H336.606V96.0214H353.806V120.921H381.506V96.0214H398.706V162.721ZM459.627 162.721H410.727V96.0214H459.627V111.021H427.927V121.421H458.927V136.421H427.927V147.721H459.627V162.721ZM501.714 162.721H484.514V111.021H465.814V96.0214H520.314V111.021H501.714V162.721Z'/%3E%3C/mask%3E%3Cpath d='M23.0302 162.721H6.43018V96.0214H23.6302V135.321L50.6302 96.0214H68.4302V162.721H51.1302V121.521L23.0302 162.721ZM142.554 162.721H125.354V135.921H97.6536V162.721H80.4536V96.0214H97.6536V120.921H125.354V96.0214H142.554V162.721ZM186.675 162.721H169.475V111.021H150.775V96.0214H205.275V111.021H186.675V162.721ZM262.361 162.721H213.461V96.0214H262.361V111.021H230.661V121.421H261.661V136.421H230.661V147.721H262.361V162.721ZM289.548 162.721H272.348V96.0214H305.748C320.748 96.0214 328.948 106.121 328.948 118.221C328.948 130.221 320.748 140.321 305.748 140.321H289.548V162.721ZM303.448 125.321C308.048 125.321 311.448 122.721 311.448 118.221C311.448 113.621 308.048 111.021 303.448 111.021H289.548V125.321H303.448ZM398.706 162.721H381.506V135.921H353.806V162.721H336.606V96.0214H353.806V120.921H381.506V96.0214H398.706V162.721ZM459.627 162.721H410.727V96.0214H459.627V111.021H427.927V121.421H458.927V136.421H427.927V147.721H459.627V162.721ZM501.714 162.721H484.514V111.021H465.814V96.0214H520.314V111.021H501.714V162.721Z' fill='white'/%3E%3Cpath d='M23.0302 164.221C23.0302 163.221 23.0302 162.221 23.0302 161.221C17.4968 160.93 11.9635 160.665 6.43018 160.425L8.72686 162.721C8.76184 161.916 8.79628 161.11 8.83018 160.304C9.73155 138.876 10.2521 117.449 10.3918 96.0214L6.43018 99.983C10.3595 100.009 14.2888 100.021 18.218 100.021C20.0221 100.021 21.8261 100.021 23.6302 100.021L19.6311 96.0214C19.6354 109.121 19.6556 122.221 19.6916 135.321L19.6763 148.005L26.8765 137.552C35.8405 124.427 44.7853 111.289 53.7109 98.138L50.6302 99.7592C56.5635 99.7255 62.4968 99.6886 68.4302 99.6484L64.8032 96.0214C64.9538 118.255 65.1498 140.488 65.3915 162.721L68.4302 159.683C62.6635 159.745 56.8968 159.811 51.1302 159.88L53.9716 162.721C53.8078 148.988 53.6265 135.255 53.4279 121.521L53.4748 114.09L49.2319 120.227C43.5601 128.807 37.8962 137.392 32.2404 145.983C28.7542 151.279 25.2711 156.577 21.791 161.876C22.6171 162.44 23.4432 163.003 24.2694 163.567C27.9331 158.392 31.5937 153.216 35.2513 148.037C41.185 139.635 47.1107 131.229 53.0284 122.816L48.8325 121.521C48.6338 135.255 48.4526 148.988 48.2887 162.721L48.323 165.596L51.1302 165.563C56.8968 165.632 62.6635 165.697 68.4302 165.76L71.5015 165.727L71.4688 162.721C71.7105 140.488 71.9066 118.255 72.0571 96.0214L72.0324 92.3701L68.4302 92.3945C62.4968 92.3543 56.5635 92.3174 50.6302 92.2837L48.6421 92.295L47.5494 93.9049C38.4751 106.954 29.4199 120.016 20.3839 133.091L27.5688 135.321C27.6047 122.221 27.6249 109.121 27.6293 96.0214L27.6279 92.021L23.6302 92.0223C21.8261 92.0217 20.0221 92.0214 18.218 92.0214C14.2888 92.0214 10.3595 92.0342 6.43018 92.0599L2.44294 92.0858L2.4686 96.0214C2.60827 117.449 3.1288 138.876 4.03018 160.304C4.06408 161.11 4.09851 161.916 4.13349 162.721L4.23731 165.113L6.43018 165.018C11.9635 164.778 17.4968 164.512 23.0302 164.221ZM23.0302 161.221V164.221L23.8683 164.177L24.2694 163.567L21.791 161.876L23.0302 161.221ZM142.554 164.221C142.554 163.221 142.554 162.221 142.554 161.221C136.82 160.904 131.087 160.616 125.354 160.359L127.716 162.721C127.728 162.438 127.741 162.155 127.754 161.871C128.137 153.221 128.451 144.571 128.697 135.921L128.789 132.676L125.354 132.578C116.12 132.316 106.887 132.132 97.6536 132.027L93.8041 131.983L93.7592 135.921C93.6888 142.105 93.6536 148.288 93.6536 154.471C93.6536 157.221 93.6544 159.971 93.6559 162.721L97.6536 158.724C91.9203 158.727 86.187 158.734 80.4536 158.744L84.4315 162.721C84.3929 140.488 84.3038 118.255 84.164 96.0214L80.4536 99.7318C86.187 99.6958 91.9203 99.6564 97.6536 99.6136L94.0614 96.0214C94.1233 104.321 94.1923 112.621 94.2683 120.921L94.2376 124.275L97.6536 124.307C106.887 124.222 116.12 124.129 125.354 124.027L128.424 124.061L128.459 120.921C128.367 112.621 128.269 104.321 128.163 96.0214L125.354 98.8308C131.087 98.7577 136.82 98.6813 142.554 98.6015L139.974 96.0214C140.199 112.238 140.452 128.455 140.731 144.671C140.835 150.688 140.943 156.705 141.054 162.721C142.054 162.721 143.054 162.721 144.054 162.721C144.165 156.705 144.272 150.688 144.376 144.671C144.655 128.455 144.908 112.238 145.134 96.0214L145.097 93.406L142.554 93.4414C136.82 93.3616 131.087 93.2852 125.354 93.2121L122.509 93.2484L122.544 96.0214C122.438 104.321 122.34 112.621 122.248 120.921L125.354 117.816C116.12 117.714 106.887 117.621 97.6536 117.536L101.039 120.921C101.115 112.621 101.184 104.321 101.246 96.0214L101.219 92.4026L97.6536 92.4292C91.9203 92.3865 86.187 92.3471 80.4536 92.311L76.72 92.3345L76.7432 96.0214C76.6035 118.255 76.5143 140.488 76.4757 162.721L76.4826 166.706L80.4536 166.699C86.187 166.709 91.9203 166.716 97.6536 166.719L101.654 166.717L101.651 162.721C101.653 159.971 101.654 157.221 101.654 154.471C101.654 148.288 101.618 142.105 101.548 135.921L97.6536 139.816C106.887 139.711 116.12 139.527 125.354 139.265L122.01 135.921C122.256 144.571 122.57 153.221 122.954 161.871C122.966 162.155 122.979 162.438 122.992 162.721L123.102 165.185L125.354 165.084C131.087 164.826 136.82 164.539 142.554 164.221ZM142.554 161.221V164.221L144.08 164.137L144.054 162.721H141.054L142.554 161.221ZM186.675 164.221C186.675 163.221 186.675 162.221 186.675 161.221C182.635 160.888 178.595 160.588 174.555 160.321C172.861 160.21 171.168 160.104 169.475 160.004L172.192 162.721C173.047 148.255 173.475 133.788 173.475 119.321C173.475 116.555 173.473 113.788 173.469 111.021L173.475 107.032L169.475 107.027C163.241 107.034 157.008 107.051 150.775 107.077L154.72 111.021C154.699 106.021 154.673 101.021 154.641 96.0214L150.775 99.888C168.941 99.7726 187.108 99.5823 205.275 99.3171L201.979 96.0214C202.052 101.021 202.131 106.021 202.215 111.021L205.275 107.962C199.075 108.066 192.875 108.18 186.675 108.302L184.01 108.249L183.955 111.021C184.215 124.215 184.514 137.408 184.852 150.601C184.956 154.641 185.064 158.681 185.175 162.721C186.175 162.721 187.175 162.721 188.175 162.721C188.286 158.681 188.393 154.641 188.497 150.601C188.836 137.408 189.135 124.215 189.394 111.021L186.675 113.741C192.875 113.863 199.075 113.976 205.275 114.081L208.385 114.029L208.334 111.021C208.419 106.021 208.497 101.021 208.57 96.0214L208.522 92.6784L205.275 92.7258C187.108 92.4606 168.941 92.2703 150.775 92.1549L146.884 92.1796L146.908 96.0214C146.876 101.021 146.85 106.021 146.83 111.021L146.846 114.982L150.775 114.966C157.008 114.992 163.241 115.008 169.475 115.016L165.48 111.021C165.476 113.788 165.475 116.555 165.475 119.321C165.475 133.788 165.902 148.255 166.757 162.721L166.926 165.59L169.475 165.439C171.168 165.339 172.861 165.233 174.555 165.121C178.595 164.855 182.635 164.555 186.675 164.221ZM186.675 161.221V164.221L188.212 164.095L188.175 162.721H185.175L186.675 161.221ZM262.361 164.221C262.361 163.221 262.361 162.221 262.361 161.221C256.418 160.888 250.475 160.588 244.531 160.321C234.175 159.857 223.818 159.493 213.461 159.231L216.952 162.721C217.292 149.305 217.461 135.888 217.461 122.471C217.461 113.655 217.453 104.838 217.437 96.0214L213.461 99.997C229.761 99.9668 246.061 99.9088 262.361 99.823L258.56 96.0214C258.586 101.021 258.615 106.021 258.647 111.021L262.361 107.307C251.795 107.373 241.228 107.452 230.661 107.542L227.212 107.513L227.182 111.021C227.212 114.488 227.242 117.955 227.275 121.421L227.243 124.777L230.661 124.808C240.995 124.713 251.328 124.606 261.661 124.488L258.595 121.421C258.652 126.421 258.712 131.421 258.774 136.421L261.661 133.534C251.328 133.663 240.995 133.803 230.661 133.955L228.231 133.919L228.195 136.421C228.25 140.188 228.306 143.955 228.365 147.721L228.33 149.982L230.661 150.018C240.285 149.87 249.908 149.712 259.531 149.544C260.475 149.527 261.418 149.511 262.361 149.494L260.589 147.721C260.677 152.721 260.768 157.721 260.861 162.721C261.861 162.721 262.861 162.721 263.861 162.721C263.955 157.721 264.046 152.721 264.134 147.721L264.102 145.918L262.361 145.949C261.418 145.932 260.475 145.916 259.531 145.899C249.908 145.731 240.285 145.573 230.661 145.425L232.958 147.721C233.016 143.955 233.073 140.188 233.128 136.421L230.661 138.888C240.995 139.039 251.328 139.18 261.661 139.308L264.584 139.272L264.548 136.421C264.611 131.421 264.671 126.421 264.728 121.421L264.692 118.321L261.661 118.355C251.328 118.237 240.995 118.13 230.661 118.035L234.048 121.421C234.08 117.955 234.111 114.488 234.141 111.021L230.661 114.501C241.228 114.591 251.795 114.669 262.361 114.736L266.099 114.713L266.076 111.021C266.108 106.021 266.137 101.021 266.163 96.0214L266.143 92.2L262.361 92.2199C246.061 92.134 229.761 92.076 213.461 92.0459L209.479 92.0532L209.486 96.0214C209.47 104.838 209.461 113.655 209.461 122.471C209.461 135.888 209.631 149.305 209.971 162.721L210.062 166.298L213.461 166.212C223.818 165.95 234.175 165.586 244.531 165.121C250.475 164.855 256.418 164.555 262.361 164.221ZM262.361 161.221V164.221L263.888 164.136L263.861 162.721H260.861L262.361 161.221ZM289.548 164.221C289.548 163.221 289.548 162.221 289.548 161.221C285.748 160.888 281.947 160.588 278.147 160.321C276.214 160.186 274.281 160.059 272.348 159.94L275.129 162.721C275.942 149.452 276.348 136.183 276.348 122.914C276.348 113.95 276.328 104.986 276.286 96.0214L272.348 99.9596C283.481 99.9084 294.615 99.8255 305.748 99.7107C316.612 99.0812 325.914 107.262 325.742 118.221C326.388 129.071 317.089 138.091 305.748 137.82C300.348 137.943 294.948 138.072 289.548 138.209L287.491 138.157L287.436 140.321C287.529 143.988 287.626 147.654 287.726 151.32C287.83 155.12 287.937 158.921 288.048 162.721C289.048 162.721 290.048 162.721 291.048 162.721C291.159 158.921 291.267 155.12 291.37 151.32C291.47 147.654 291.567 143.988 291.66 140.321L289.548 142.433C294.948 142.571 300.348 142.7 305.748 142.823C318.783 144.167 332.852 132.198 332.154 118.221C333.359 104.314 319.349 91.3253 305.748 92.3322C294.615 92.2174 283.481 92.1344 272.348 92.0833L268.392 92.1014L268.41 96.0214C268.369 104.986 268.348 113.95 268.348 122.914C268.348 136.183 268.754 149.452 269.567 162.721L269.747 165.662L272.348 165.502C274.281 165.384 276.214 165.257 278.147 165.121C281.947 164.855 285.748 164.555 289.548 164.221ZM289.548 161.221V164.221L291.088 164.086L291.048 162.721H288.048L289.548 161.221ZM303.448 121.321C303.448 123.988 303.448 126.655 303.448 129.321C304.914 129.32 306.444 129.127 307.98 128.614C312.139 127.541 315.759 122.483 315.448 118.221C315.516 115.375 314.262 111.852 311.676 109.774C309.136 107.667 306.103 107.025 303.448 107.021C298.815 107.021 294.181 107.021 289.548 107.021H285.548V111.021C285.548 115.788 285.548 120.555 285.548 125.321V129.321H289.548C293.077 129.321 296.606 129.321 300.134 129.321C301.239 129.321 302.344 129.321 303.448 129.321C303.448 126.655 303.448 123.988 303.448 121.321C302.344 121.321 301.239 121.321 300.134 121.321C296.606 121.321 293.077 121.321 289.548 121.321L293.548 125.321C293.548 120.555 293.548 115.788 293.548 111.021L289.548 115.021C294.181 115.021 298.815 115.021 303.448 115.021C304.815 115.012 305.953 115.398 306.54 115.908C307.12 116.411 307.432 117.035 307.448 118.221C307.376 119.85 306.933 120.444 305.44 121.028C304.878 121.217 304.191 121.322 303.448 121.321ZM303.448 129.321V121.321V129.321ZM398.706 164.221C398.706 163.221 398.706 162.221 398.706 161.221C392.973 160.904 387.239 160.616 381.506 160.359L383.868 162.721C383.881 162.438 383.893 162.155 383.906 161.871C384.289 153.221 384.604 144.571 384.849 135.921L384.942 132.676L381.506 132.578C372.273 132.316 363.039 132.132 353.806 132.027L349.956 131.983L349.912 135.921C349.841 142.105 349.806 148.288 349.806 154.471C349.806 157.221 349.807 159.971 349.808 162.721L353.806 158.724C348.073 158.727 342.339 158.734 336.606 158.744L340.584 162.721C340.545 140.488 340.456 118.255 340.316 96.0214L336.606 99.7318C342.339 99.6958 348.073 99.6564 353.806 99.6136L350.214 96.0214C350.276 104.321 350.345 112.621 350.421 120.921L350.39 124.275L353.806 124.307C363.039 124.222 372.273 124.129 381.506 124.027L384.577 124.061L384.611 120.921C384.52 112.621 384.421 104.321 384.315 96.0214L381.506 98.8308C387.239 98.7577 392.973 98.6813 398.706 98.6015L396.126 96.0214C396.352 112.238 396.604 128.455 396.884 144.671C396.987 150.688 397.095 156.705 397.206 162.721C398.206 162.721 399.206 162.721 400.206 162.721C400.317 156.705 400.424 150.688 400.528 144.671C400.808 128.455 401.06 112.238 401.286 96.0214L401.25 93.406L398.706 93.4414C392.973 93.3616 387.239 93.2852 381.506 93.2121L378.661 93.2484L378.697 96.0214C378.591 104.321 378.492 112.621 378.4 120.921L381.506 117.816C372.273 117.714 363.039 117.621 353.806 117.536L357.191 120.921C357.267 112.621 357.336 104.321 357.398 96.0214L357.371 92.4026L353.806 92.4292C348.073 92.3865 342.339 92.3471 336.606 92.311L332.872 92.3345L332.896 96.0214C332.756 118.255 332.667 140.488 332.628 162.721L332.635 166.706L336.606 166.699C342.339 166.709 348.073 166.716 353.806 166.719L357.806 166.717L357.804 162.721C357.805 159.971 357.806 157.221 357.806 154.471C357.806 148.288 357.771 142.105 357.7 135.921L353.806 139.816C363.039 139.711 372.273 139.527 381.506 139.265L378.163 135.921C378.408 144.571 378.723 153.221 379.106 161.871C379.119 162.155 379.131 162.438 379.144 162.721L379.254 165.185L381.506 165.084C387.239 164.826 392.973 164.539 398.706 164.221ZM398.706 161.221V164.221L400.232 164.137L400.206 162.721H397.206L398.706 161.221ZM459.627 164.221C459.627 163.221 459.627 162.221 459.627 161.221C453.684 160.888 447.74 160.588 441.797 160.321C431.44 159.857 421.084 159.493 410.727 159.231L414.217 162.721C414.557 149.305 414.727 135.888 414.727 122.471C414.727 113.655 414.719 104.838 414.703 96.0214L410.727 99.997C427.027 99.9668 443.327 99.9088 459.627 99.823L455.826 96.0214C455.852 101.021 455.881 106.021 455.912 111.021L459.627 107.307C449.06 107.373 438.494 107.452 427.927 107.542L424.478 107.513L424.448 111.021C424.477 114.488 424.508 117.955 424.54 121.421L424.509 124.777L427.927 124.808C438.26 124.713 448.594 124.606 458.927 124.488L455.861 121.421C455.918 126.421 455.978 131.421 456.04 136.421L458.927 133.534C448.594 133.663 438.26 133.803 427.927 133.955L425.497 133.919L425.46 136.421C425.515 140.188 425.572 143.955 425.63 147.721L425.595 149.982L427.927 150.018C437.55 149.87 447.174 149.712 456.797 149.544C457.74 149.527 458.684 149.511 459.627 149.494L457.854 147.721C457.943 152.721 458.034 157.721 458.127 162.721C459.127 162.721 460.127 162.721 461.127 162.721C461.221 157.721 461.311 152.721 461.4 147.721L461.368 145.918L459.627 145.949C458.684 145.932 457.74 145.916 456.797 145.899C447.174 145.731 437.55 145.573 427.927 145.425L430.224 147.721C430.282 143.955 430.339 140.188 430.394 136.421L427.927 138.888C438.26 139.039 448.594 139.18 458.927 139.308L461.85 139.272L461.814 136.421C461.876 131.421 461.936 126.421 461.993 121.421L461.958 118.321L458.927 118.355C448.594 118.237 438.26 118.13 427.927 118.035L431.314 121.421C431.346 117.955 431.377 114.488 431.406 111.021L427.927 114.501C438.494 114.591 449.06 114.669 459.627 114.736L463.365 114.713L463.342 111.021C463.373 106.021 463.402 101.021 463.429 96.0214L463.408 92.2L459.627 92.2199C443.327 92.134 427.027 92.076 410.727 92.0459L406.744 92.0532L406.751 96.0214C406.735 104.838 406.727 113.655 406.727 122.471C406.727 135.888 406.897 149.305 407.237 162.721L407.327 166.298L410.727 166.212C421.084 165.95 431.44 165.586 441.797 165.121C447.74 164.855 453.684 164.555 459.627 164.221ZM459.627 161.221V164.221L461.154 164.136L461.127 162.721H458.127L459.627 161.221ZM501.714 164.221C501.714 163.221 501.714 162.221 501.714 161.221C497.674 160.888 493.634 160.588 489.594 160.321C487.9 160.21 486.207 160.104 484.514 160.004L487.232 162.721C488.086 148.255 488.514 133.788 488.514 119.321C488.514 116.555 488.512 113.788 488.509 111.021L488.514 107.032L484.514 107.027C478.28 107.034 472.047 107.051 465.814 107.077L469.759 111.021C469.738 106.021 469.712 101.021 469.68 96.0214L465.814 99.888C483.98 99.7726 502.147 99.5823 520.314 99.3171L517.018 96.0214C517.091 101.021 517.17 106.021 517.254 111.021L520.314 107.962C514.114 108.066 507.914 108.18 501.714 108.302L499.049 108.249L498.994 111.021C499.254 124.215 499.553 137.408 499.892 150.601C499.995 154.641 500.103 158.681 500.214 162.721C501.214 162.721 502.214 162.721 503.214 162.721C503.325 158.681 503.432 154.641 503.536 150.601C503.875 137.408 504.174 124.215 504.433 111.021L501.714 113.741C507.914 113.863 514.114 113.976 520.314 114.081L523.424 114.029L523.373 111.021C523.458 106.021 523.536 101.021 523.609 96.0214L523.561 92.6784L520.314 92.7258C502.147 92.4606 483.98 92.2703 465.814 92.1549L461.923 92.1796L461.947 96.0214C461.915 101.021 461.889 106.021 461.869 111.021L461.885 114.982L465.814 114.966C472.047 114.992 478.28 115.008 484.514 115.016L480.519 111.021C480.516 113.788 480.514 116.555 480.514 119.321C480.514 133.788 480.941 148.255 481.796 162.721L481.966 165.59L484.514 165.439C486.207 165.339 487.9 165.233 489.594 165.121C493.634 164.855 497.674 164.555 501.714 164.221ZM501.714 161.221V164.221L503.252 164.095L503.214 162.721H500.214L501.714 161.221Z' fill='%23070708' mask='url(%23path-1-outside-1_7261_675025)'/%3E%3Cmask id='path-3-outside-2_7261_675025' maskUnits='userSpaceOnUse' x='-0.569824' y='-0.278564' width='464' height='69' fill='black'%3E%3Crect fill='white' x='-0.569824' y='-0.278564' width='464' height='69'/%3E%3Cpath d='M27.1702 64.5614C23.7168 64.5614 20.5668 63.9548 17.7202 62.7414C14.8735 61.5281 12.4235 59.8481 10.3702 57.7014C8.36351 55.5081 6.80018 52.9414 5.68018 50.0014C4.56018 47.0614 4.00018 43.8648 4.00018 40.4114C4.00018 36.9581 4.56018 33.7614 5.68018 30.8214C6.80018 27.8814 8.36351 25.3381 10.3702 23.1914C12.4235 20.9981 14.8735 19.2948 17.7202 18.0814C20.5668 16.8681 23.7168 16.2614 27.1702 16.2614C30.6235 16.2614 33.7735 16.8681 36.6202 18.0814C39.4668 19.2948 41.8935 20.9981 43.9002 23.1914C45.9535 25.3381 47.5402 27.8814 48.6602 30.8214C49.7802 33.7614 50.3402 36.9581 50.3402 40.4114C50.3402 43.8648 49.7802 47.0614 48.6602 50.0014C47.5402 52.9414 45.9535 55.5081 43.9002 57.7014C41.8935 59.8481 39.4668 61.5281 36.6202 62.7414C33.7735 63.9548 30.6235 64.5614 27.1702 64.5614ZM27.1702 59.3814C29.7835 59.3814 32.1402 58.9148 34.2402 57.9814C36.3402 57.0014 38.1368 55.6714 39.6302 53.9914C41.1235 52.2648 42.2668 50.2581 43.0602 47.9714C43.9002 45.6381 44.3202 43.1181 44.3202 40.4114C44.3202 37.7048 43.9002 35.1848 43.0602 32.8514C42.2668 30.5181 41.1235 28.5114 39.6302 26.8314C38.1368 25.1514 36.3402 23.8448 34.2402 22.9114C32.1402 21.9314 29.7835 21.4414 27.1702 21.4414C24.5568 21.4414 22.1768 21.9314 20.0302 22.9114C17.9302 23.8448 16.1335 25.1514 14.6402 26.8314C13.1468 28.5114 12.0035 30.5181 11.2102 32.8514C10.4168 35.1848 10.0202 37.7048 10.0202 40.4114C10.0202 43.1181 10.4168 45.6381 11.2102 47.9714C12.0035 50.2581 13.1468 52.2648 14.6402 53.9914C16.1335 55.6714 17.9302 57.0014 20.0302 57.9814C22.1768 58.9148 24.5568 59.3814 27.1702 59.3814ZM92.5256 63.7214V22.2114H65.2256V63.7214H59.4156V17.0314H98.3356V63.7214H92.5256ZM120.8 63.7214V22.2114H106.03V17.0314H141.45V22.2114H126.61V63.7214H120.8ZM149.171 63.7214V17.0314H154.981V53.5014L181.861 17.0314H187.811V63.7214H182.001V26.4814L154.771 63.7214H149.171ZM203.142 29.2114C203.142 32.8048 204.052 35.5114 205.872 37.3314C207.739 39.1048 210.445 39.9914 213.992 39.9914C215.952 39.9914 217.865 39.8514 219.732 39.5714C221.599 39.2914 223.279 38.8948 224.772 38.3814V17.0314H230.582V63.7214H224.772V43.5614C223.232 43.9814 221.529 44.3548 219.662 44.6814C217.795 45.0081 215.742 45.1714 213.502 45.1714C210.749 45.1714 208.345 44.7981 206.292 44.0514C204.285 43.2581 202.605 42.1614 201.252 40.7614C199.945 39.3614 198.965 37.6814 198.312 35.7214C197.659 33.7148 197.332 31.5214 197.332 29.1414V17.0314H203.142V29.2114ZM241.525 63.7214V17.0314H272.115V22.2114H247.335V37.2614H271.625V42.4414H247.335V58.5414H272.115V63.7214H241.525ZM303.498 64.5614C300.138 64.5614 296.988 63.9781 294.048 62.8114C291.155 61.6448 288.612 60.0114 286.418 57.9114C284.272 55.7648 282.568 53.2214 281.308 50.2814C280.095 47.2948 279.488 44.0048 279.488 40.4114C279.488 36.8181 280.095 33.5514 281.308 30.6114C282.568 27.6248 284.272 25.0814 286.418 22.9814C288.612 20.8348 291.155 19.1781 294.048 18.0114C296.988 16.8448 300.138 16.2614 303.498 16.2614C305.552 16.2614 307.442 16.4948 309.168 16.9614C310.942 17.4281 312.552 18.0814 313.998 18.9214C315.492 19.7614 316.822 20.7414 317.988 21.8614C319.202 22.9814 320.275 24.1948 321.208 25.5014L316.308 28.2314C314.955 26.2714 313.135 24.6614 310.848 23.4014C308.608 22.0948 306.158 21.4414 303.498 21.4414C300.932 21.4414 298.552 21.9081 296.358 22.8414C294.165 23.7748 292.252 25.0814 290.618 26.7614C289.032 28.4414 287.772 30.4481 286.838 32.7814C285.952 35.0681 285.508 37.6114 285.508 40.4114C285.508 43.1648 285.952 45.7081 286.838 48.0414C287.772 50.3748 289.032 52.3814 290.618 54.0614C292.252 55.7414 294.165 57.0481 296.358 57.9814C298.552 58.9148 300.932 59.3814 303.498 59.3814C306.158 59.3814 308.608 58.7514 310.848 57.4914C313.135 56.2314 314.955 54.5981 316.308 52.5914L321.278 55.3214C319.318 57.9814 316.892 60.1981 313.998 61.9714C311.152 63.6981 307.652 64.5614 303.498 64.5614ZM356.893 63.7214L339.183 42.7214L334.493 48.0414V63.7214H328.683V17.0314H334.493V41.1814L355.143 17.0314H362.423L342.963 39.2214L364.103 63.7214H356.893ZM370.724 63.7214V17.0314H376.534V53.5014L403.414 17.0314H409.364V63.7214H403.554V26.4814L376.324 63.7214H370.724ZM420.285 63.7214V17.0314H426.095V53.5014L452.975 17.0314H458.925V63.7214H453.115V26.4814L425.885 63.7214H420.285ZM451.855 8.21143C450.455 10.1248 448.681 11.6414 446.535 12.7614C444.435 13.8348 442.125 14.3714 439.605 14.3714C437.085 14.3714 434.751 13.8348 432.605 12.7614C430.505 11.6414 428.731 10.1248 427.285 8.21143L429.875 5.97143C430.995 7.51143 432.371 8.7481 434.005 9.68143C435.638 10.5681 437.505 11.0114 439.605 11.0114C441.658 11.0114 443.501 10.5681 445.135 9.68143C446.815 8.79477 448.191 7.5581 449.265 5.97143L451.855 8.21143Z'/%3E%3C/mask%3E%3Cpath d='M27.1702 64.5614C23.7168 64.5614 20.5668 63.9548 17.7202 62.7414C14.8735 61.5281 12.4235 59.8481 10.3702 57.7014C8.36351 55.5081 6.80018 52.9414 5.68018 50.0014C4.56018 47.0614 4.00018 43.8648 4.00018 40.4114C4.00018 36.9581 4.56018 33.7614 5.68018 30.8214C6.80018 27.8814 8.36351 25.3381 10.3702 23.1914C12.4235 20.9981 14.8735 19.2948 17.7202 18.0814C20.5668 16.8681 23.7168 16.2614 27.1702 16.2614C30.6235 16.2614 33.7735 16.8681 36.6202 18.0814C39.4668 19.2948 41.8935 20.9981 43.9002 23.1914C45.9535 25.3381 47.5402 27.8814 48.6602 30.8214C49.7802 33.7614 50.3402 36.9581 50.3402 40.4114C50.3402 43.8648 49.7802 47.0614 48.6602 50.0014C47.5402 52.9414 45.9535 55.5081 43.9002 57.7014C41.8935 59.8481 39.4668 61.5281 36.6202 62.7414C33.7735 63.9548 30.6235 64.5614 27.1702 64.5614ZM27.1702 59.3814C29.7835 59.3814 32.1402 58.9148 34.2402 57.9814C36.3402 57.0014 38.1368 55.6714 39.6302 53.9914C41.1235 52.2648 42.2668 50.2581 43.0602 47.9714C43.9002 45.6381 44.3202 43.1181 44.3202 40.4114C44.3202 37.7048 43.9002 35.1848 43.0602 32.8514C42.2668 30.5181 41.1235 28.5114 39.6302 26.8314C38.1368 25.1514 36.3402 23.8448 34.2402 22.9114C32.1402 21.9314 29.7835 21.4414 27.1702 21.4414C24.5568 21.4414 22.1768 21.9314 20.0302 22.9114C17.9302 23.8448 16.1335 25.1514 14.6402 26.8314C13.1468 28.5114 12.0035 30.5181 11.2102 32.8514C10.4168 35.1848 10.0202 37.7048 10.0202 40.4114C10.0202 43.1181 10.4168 45.6381 11.2102 47.9714C12.0035 50.2581 13.1468 52.2648 14.6402 53.9914C16.1335 55.6714 17.9302 57.0014 20.0302 57.9814C22.1768 58.9148 24.5568 59.3814 27.1702 59.3814ZM92.5256 63.7214V22.2114H65.2256V63.7214H59.4156V17.0314H98.3356V63.7214H92.5256ZM120.8 63.7214V22.2114H106.03V17.0314H141.45V22.2114H126.61V63.7214H120.8ZM149.171 63.7214V17.0314H154.981V53.5014L181.861 17.0314H187.811V63.7214H182.001V26.4814L154.771 63.7214H149.171ZM203.142 29.2114C203.142 32.8048 204.052 35.5114 205.872 37.3314C207.739 39.1048 210.445 39.9914 213.992 39.9914C215.952 39.9914 217.865 39.8514 219.732 39.5714C221.599 39.2914 223.279 38.8948 224.772 38.3814V17.0314H230.582V63.7214H224.772V43.5614C223.232 43.9814 221.529 44.3548 219.662 44.6814C217.795 45.0081 215.742 45.1714 213.502 45.1714C210.749 45.1714 208.345 44.7981 206.292 44.0514C204.285 43.2581 202.605 42.1614 201.252 40.7614C199.945 39.3614 198.965 37.6814 198.312 35.7214C197.659 33.7148 197.332 31.5214 197.332 29.1414V17.0314H203.142V29.2114ZM241.525 63.7214V17.0314H272.115V22.2114H247.335V37.2614H271.625V42.4414H247.335V58.5414H272.115V63.7214H241.525ZM303.498 64.5614C300.138 64.5614 296.988 63.9781 294.048 62.8114C291.155 61.6448 288.612 60.0114 286.418 57.9114C284.272 55.7648 282.568 53.2214 281.308 50.2814C280.095 47.2948 279.488 44.0048 279.488 40.4114C279.488 36.8181 280.095 33.5514 281.308 30.6114C282.568 27.6248 284.272 25.0814 286.418 22.9814C288.612 20.8348 291.155 19.1781 294.048 18.0114C296.988 16.8448 300.138 16.2614 303.498 16.2614C305.552 16.2614 307.442 16.4948 309.168 16.9614C310.942 17.4281 312.552 18.0814 313.998 18.9214C315.492 19.7614 316.822 20.7414 317.988 21.8614C319.202 22.9814 320.275 24.1948 321.208 25.5014L316.308 28.2314C314.955 26.2714 313.135 24.6614 310.848 23.4014C308.608 22.0948 306.158 21.4414 303.498 21.4414C300.932 21.4414 298.552 21.9081 296.358 22.8414C294.165 23.7748 292.252 25.0814 290.618 26.7614C289.032 28.4414 287.772 30.4481 286.838 32.7814C285.952 35.0681 285.508 37.6114 285.508 40.4114C285.508 43.1648 285.952 45.7081 286.838 48.0414C287.772 50.3748 289.032 52.3814 290.618 54.0614C292.252 55.7414 294.165 57.0481 296.358 57.9814C298.552 58.9148 300.932 59.3814 303.498 59.3814C306.158 59.3814 308.608 58.7514 310.848 57.4914C313.135 56.2314 314.955 54.5981 316.308 52.5914L321.278 55.3214C319.318 57.9814 316.892 60.1981 313.998 61.9714C311.152 63.6981 307.652 64.5614 303.498 64.5614ZM356.893 63.7214L339.183 42.7214L334.493 48.0414V63.7214H328.683V17.0314H334.493V41.1814L355.143 17.0314H362.423L342.963 39.2214L364.103 63.7214H356.893ZM370.724 63.7214V17.0314H376.534V53.5014L403.414 17.0314H409.364V63.7214H403.554V26.4814L376.324 63.7214H370.724ZM420.285 63.7214V17.0314H426.095V53.5014L452.975 17.0314H458.925V63.7214H453.115V26.4814L425.885 63.7214H420.285ZM451.855 8.21143C450.455 10.1248 448.681 11.6414 446.535 12.7614C444.435 13.8348 442.125 14.3714 439.605 14.3714C437.085 14.3714 434.751 13.8348 432.605 12.7614C430.505 11.6414 428.731 10.1248 427.285 8.21143L429.875 5.97143C430.995 7.51143 432.371 8.7481 434.005 9.68143C435.638 10.5681 437.505 11.0114 439.605 11.0114C441.658 11.0114 443.501 10.5681 445.135 9.68143C446.815 8.79477 448.191 7.5581 449.265 5.97143L451.855 8.21143Z' fill='white'/%3E%3Cpath d='M27.1702 66.0614C27.1702 65.0614 27.1702 64.0614 27.1702 63.0614C24.7963 62.7295 22.5323 62.1203 20.4851 61.203C19.8879 60.9361 19.3089 60.6437 18.7493 60.3268C16.4038 59.0088 14.4034 57.3389 12.8047 55.3728L12.8558 55.4274C11.2629 53.3888 10.0844 51.1026 9.25942 48.6379C8.38753 46.036 8.00018 43.2749 8.00018 40.4234C8.00018 40.4194 8.00018 40.4154 8.00018 40.4114C7.99817 37.5559 8.43959 34.7892 9.40039 32.2387C10.2983 29.8433 11.5744 27.6874 13.2412 25.8752C14.9028 24.0635 16.923 22.6362 19.2286 21.6204C21.6451 20.548 24.3466 20.0286 27.1702 19.9835C29.9931 19.9333 32.7291 20.3548 35.2243 21.3563C37.5774 22.2955 39.6739 23.6681 41.4086 25.4709L41.4598 25.5257C43.2712 27.3175 44.6945 29.4979 45.7072 31.9464C46.7986 34.5662 47.3572 37.4427 47.4513 40.4114C47.5501 43.3792 47.1877 46.3197 46.2493 49.083C45.3731 51.6772 44.042 54.0856 42.2514 56.1579C40.5254 58.1729 38.3448 59.8014 35.8705 60.9825C35.2718 61.2699 34.6563 61.5275 34.0267 61.7548C31.8674 62.536 29.5433 62.9516 27.1702 63.0614C27.1702 64.0614 27.1702 65.0614 27.1702 66.0614C29.796 66.1736 32.4887 65.9417 35.1082 65.2351C35.8714 65.0296 36.627 64.7848 37.3699 64.5003C40.3682 63.362 43.2203 61.5865 45.5501 59.2437C47.9199 56.888 49.7952 54.0031 51.0711 50.9199C52.4658 47.5805 53.1371 43.9661 53.2291 40.4114C53.3299 36.8577 52.8549 33.1793 51.6131 29.6965C50.4879 26.5033 48.7131 23.4228 46.3405 20.8572L46.3917 20.9119C44.1005 18.2929 41.1637 16.1973 38.016 14.8066C34.564 13.2622 30.8006 12.5811 27.1702 12.5394C23.5404 12.4857 19.7425 13.069 16.2118 14.5424C12.983 15.8716 9.93856 17.9191 7.50112 20.5055C5.0516 23.0822 3.19156 26.1842 1.95996 29.4042C0.587569 32.9563 -0.00458497 36.7445 0.000176013 40.4114C0.000175983 40.4166 0.000177056 40.4217 0.000179261 40.4268C-0.00377899 44.0885 0.642906 47.8728 2.10093 51.365C3.41942 54.5518 5.38582 57.556 7.8846 59.9755L7.93568 60.0301C10.4662 62.3987 13.53 64.1396 16.691 65.156C17.4731 65.411 18.2651 65.6211 19.0607 65.7868C21.7922 66.3574 24.5451 66.3957 27.1702 66.0614ZM27.1702 63.0614V66.0614V63.0614ZM27.1702 55.3814C27.1702 58.0481 27.1702 60.7148 27.1702 63.3814C29.4291 63.3825 31.7859 63.082 34.0747 62.3268C34.6796 62.1275 35.278 61.8975 35.8647 61.6367L35.9317 61.6062C38.4243 60.4519 40.7662 58.7468 42.6198 56.6489L42.6556 56.608C44.5313 54.4487 45.9377 51.8986 46.8392 49.2825L46.8237 49.3263C47.8714 46.427 48.3236 43.3677 48.3202 40.4114C48.3236 37.4552 47.8714 34.3959 46.8237 31.4966L46.8473 31.5638C45.9625 28.9444 44.5641 26.3521 42.6198 24.174C40.7657 22.0733 38.3925 20.3691 35.8647 19.2562L35.9317 19.2867C33.1216 17.9675 30.0515 17.4351 27.1702 17.4414C24.2607 17.4344 21.1814 17.9803 18.369 19.2727L18.4056 19.2562C15.8779 20.3691 13.5046 22.0733 11.6505 24.174C9.70629 26.3521 8.30787 28.9444 7.42309 31.5638C6.43641 34.4573 6.0177 37.4824 6.02018 40.4114C6.0177 43.3404 6.43641 46.3656 7.42309 49.259L7.43115 49.2825C8.33269 51.8986 9.7391 54.4487 11.6147 56.608L11.6505 56.6489C13.5041 58.7468 15.846 60.4519 18.3386 61.6062L18.4353 61.6497C19.0432 61.9141 19.6634 62.1472 20.2906 62.3487C22.5635 63.0805 24.9107 63.3828 27.1702 63.3814C27.1702 60.7148 27.1702 58.0481 27.1702 55.3814C25.6045 55.382 24.1108 55.1741 22.7377 54.7321C22.3579 54.6101 21.9871 54.4705 21.6251 54.3132L21.7217 54.3567C20.1313 53.6156 18.7619 52.6093 17.6298 51.334L17.6656 51.3748C16.4934 50.0215 15.6038 48.4351 14.9892 46.6603L14.9973 46.6838C14.329 44.7225 14.0191 42.6046 14.0202 40.4114C14.0191 38.2182 14.329 36.1003 14.9973 34.139C15.6018 32.3572 16.475 30.7854 17.6298 29.4889C18.7438 28.2341 20.087 27.2625 21.6547 26.5667L21.6913 26.5502C23.3373 25.7963 25.187 25.4399 27.1702 25.4414C29.1356 25.4398 30.9567 25.7905 32.5486 26.5362L32.6156 26.5667C34.1834 27.2625 35.5266 28.2341 36.6405 29.4889C37.7953 30.7854 38.6686 32.3572 39.2731 34.139L39.2966 34.2063C39.9948 36.1409 40.3214 38.2354 40.3202 40.4114C40.3214 42.5874 39.9948 44.6819 39.2966 46.6166L39.2812 46.6603C38.6666 48.4351 37.777 50.0215 36.6047 51.3748L36.6405 51.334C35.5084 52.6093 34.1391 53.6156 32.5486 54.3567L32.6156 54.3262C32.2769 54.4767 31.9289 54.6108 31.5715 54.7285C30.2228 55.1738 28.7359 55.3821 27.1702 55.3814ZM27.1702 63.3814V55.3814V63.3814ZM91.0256 63.7214C92.0256 63.7214 93.0256 63.7214 94.0256 63.7214C94.3589 59.4841 94.6589 55.2468 94.9256 51.0094C95.5297 41.4101 95.9627 31.8108 96.2247 22.2114L96.3228 18.6159L92.5256 18.5123C85.1756 18.3117 77.8256 18.2114 70.4756 18.2114C68.7256 18.2114 66.9756 18.2121 65.2256 18.2133L61.2304 18.2104L61.2275 22.2114C61.2375 36.0481 61.2869 49.8848 61.3759 63.7214L65.2256 59.8718C63.2889 59.8842 61.3522 59.8975 59.4156 59.9115L63.2255 63.7214C63.113 48.1581 62.9506 32.5948 62.7381 17.0314L59.4156 20.354C72.3889 20.1769 85.3622 19.9651 98.3356 19.7186L95.6484 17.0314C95.9005 30.2941 96.1888 43.5568 96.5133 56.8194C96.5696 59.1201 96.627 61.4208 96.6855 63.7214L98.3356 62.0714C96.3989 62.1206 94.4622 62.1707 92.5256 62.2214C92.5256 63.2214 92.5256 64.2214 92.5256 65.2214C94.4622 65.2722 96.3989 65.3222 98.3356 65.3715L100.026 65.3285L99.9856 63.7214C100.044 61.4208 100.101 59.1201 100.158 56.8194C100.482 43.5568 100.771 30.2941 101.023 17.0314L100.971 14.2942L98.3356 14.3443C85.3622 14.0978 72.3889 13.886 59.4156 13.7089L56.0483 13.7548L56.093 17.0314C55.8806 32.5948 55.7181 48.1581 55.6056 63.7214L55.6333 67.5588L59.4156 67.5314C61.3522 67.5454 63.2889 67.5586 65.2256 67.5711L69.0998 67.5462L69.0752 63.7214C69.1642 49.8848 69.2137 36.0481 69.2237 22.2114L65.2256 26.2095C66.9756 26.2108 68.7256 26.2114 70.4756 26.2114C77.8256 26.2114 85.1756 26.1111 92.5256 25.9106L88.8264 22.2114C89.0884 31.8108 89.5215 41.4101 90.1256 51.0094C90.3922 55.2468 90.6922 59.4841 91.0256 63.7214ZM94.0256 63.7214H91.0256L91.1464 65.2576L92.5256 65.2214V62.2214L94.0256 63.7214ZM119.3 63.7214C120.3 63.7214 121.3 63.7214 122.3 63.7214C122.633 60.9844 122.933 58.2474 123.2 55.5104C124.266 44.5624 124.8 33.6144 124.8 22.6664C124.8 22.5148 124.8 22.3631 124.8 22.2114L124.8 18.2121L120.8 18.2115C115.876 18.2122 110.953 18.2249 106.03 18.2496L109.991 22.2114C109.983 20.4848 109.973 18.7581 109.961 17.0314L106.03 20.9628C117.836 20.8834 129.643 20.7351 141.45 20.5178L137.963 17.0314C137.995 18.7581 138.028 20.4848 138.063 22.2114L141.45 18.8248C136.503 18.9242 131.556 19.0358 126.61 19.1595L123.636 19.0851L123.558 22.2114C123.883 35.2478 124.293 48.2841 124.787 61.3204C124.818 62.1208 124.848 62.9211 124.879 63.7214L126.61 61.9911C124.673 62.066 122.736 62.1428 120.8 62.2214C120.8 63.2214 120.8 64.2214 120.8 65.2214C122.736 65.3001 124.673 65.3768 126.61 65.4517L128.404 65.3823L128.34 63.7214C128.371 62.9211 128.401 62.1208 128.432 61.3204C128.926 48.2841 129.336 35.2478 129.662 22.2114L126.61 25.2634C131.556 25.3871 136.503 25.4986 141.45 25.5981L144.903 25.5287L144.836 22.2114C144.871 20.4848 144.904 18.7581 144.936 17.0314L144.871 13.4821L141.45 13.545C129.643 13.3278 117.836 13.1795 106.03 13.1L102.072 13.1267L102.098 17.0314C102.087 18.7581 102.076 20.4848 102.068 22.2114L102.088 26.193L106.03 26.1732C110.953 26.1979 115.876 26.2107 120.8 26.2114L116.8 22.2114C116.8 22.3631 116.8 22.5148 116.8 22.6664C116.8 33.6144 117.333 44.5624 118.4 55.5104C118.666 58.2474 118.966 60.9844 119.3 63.7214ZM122.3 63.7214H119.3L119.489 65.2747L120.8 65.2214V62.2214L122.3 63.7214ZM147.671 63.7214C148.671 63.7214 149.671 63.7214 150.671 63.7214C151.005 59.0265 151.305 54.3315 151.571 49.6365C152.189 38.7681 152.627 27.8998 152.887 17.0314L149.171 20.7475C151.108 20.7938 153.045 20.8345 154.981 20.8695L151.143 17.0314C151.035 23.0063 150.981 28.9813 150.981 34.9562C150.981 41.1379 150.988 47.3197 151.001 53.5014L150.989 65.6078L158.186 55.8632C167.121 43.6879 176.024 31.4899 184.898 19.2692L181.861 20.8031C183.845 20.7889 185.828 20.7741 187.811 20.7586L184.084 17.0314C184.206 32.5948 184.368 48.1581 184.571 63.7214L187.811 60.4815C185.875 60.5067 183.938 60.5326 182.001 60.5592L185.164 63.7214C184.994 51.3081 184.798 38.8948 184.576 26.4814L184.642 18.6214L179.923 24.9619C172.697 35.2245 165.492 45.5028 158.309 55.7966C156.69 58.1166 155.072 60.4373 153.455 62.7589L154.771 62.0907C152.905 62.1337 151.038 62.1773 149.171 62.2214C149.171 63.2214 149.171 64.2214 149.171 65.2214C151.038 65.2656 152.905 65.3092 154.771 65.3522L155.636 65.3323L156.088 64.684C157.81 62.4394 159.531 60.194 161.251 57.9477C168.882 47.9811 176.491 37.9988 184.08 28.001L179.427 26.4814C179.205 38.8948 179.009 51.3081 178.839 63.7214L178.883 66.9264L182.001 66.8837C183.938 66.9102 185.875 66.9361 187.811 66.9614L191.093 66.9186L191.051 63.7214C191.254 48.1581 191.417 32.5948 191.539 17.0314L191.509 13.2754L187.811 13.3043C185.828 13.2888 183.845 13.274 181.861 13.2598L179.929 13.2736L178.825 14.7937C169.778 26.8863 160.762 39.0016 151.777 51.1396L158.962 53.5014C158.975 47.3197 158.981 41.1379 158.981 34.9562C158.981 28.9813 158.927 23.0063 158.819 17.0314L158.749 13.1253L154.981 13.1934C153.045 13.2284 151.108 13.2691 149.171 13.3154L145.369 13.4064L145.455 17.0314C145.715 27.8998 146.154 38.7681 146.771 49.6365C147.038 54.3315 147.338 59.0265 147.671 63.7214ZM150.671 63.7214H147.671L147.78 65.2544L149.171 65.2214V62.2214L150.671 63.7214ZM204.642 29.2114C203.642 29.2114 202.642 29.2114 201.642 29.2114C201.353 32.2776 201.647 36.0093 204.233 38.9703L204.276 39.0118C204.565 39.3253 204.876 39.6219 205.203 39.8982C207.808 42.0881 211.084 42.7913 213.992 42.9629C216.051 43.0889 218.138 43.0582 220.224 42.849C222.098 42.6599 224.005 42.3335 225.93 41.7515L228.221 41.0719L228.336 38.3814C228.627 31.5646 228.772 24.7478 228.772 17.9309C228.772 17.6311 228.772 17.3313 228.772 17.0314L224.772 21.0313C226.709 21.0309 228.645 21.0292 230.582 21.0262L226.587 17.0314C226.611 32.5948 226.72 48.1581 226.913 63.7214L230.582 60.052C228.645 60.076 226.709 60.1013 224.772 60.1279L228.366 63.7214C228.273 57.0014 228.165 50.2814 228.042 43.5614L228.118 39.341L223.912 40.407C222.363 40.8621 220.753 41.2372 219.115 41.5587C217.321 41.9135 215.427 42.0834 213.502 42.127C211.304 42.1786 209.16 41.9671 207.277 41.3413L207.352 41.3696C205.766 40.7933 204.36 39.9642 203.223 38.856L203.256 38.8908C202.17 37.7994 201.34 36.4464 200.774 34.9007L200.78 34.9179C200.134 33.1214 199.811 31.1609 199.752 29.1414C199.643 25.1048 199.528 21.0681 199.407 17.0314L197.332 19.1064C199.269 19.0486 201.205 18.9894 203.142 18.9289L201.244 17.0314C201.269 17.8281 201.294 18.6248 201.32 19.4215C201.423 22.6848 201.531 25.9481 201.642 29.2114C202.642 29.2114 203.642 29.2114 204.642 29.2114C204.753 25.9481 204.86 22.6848 204.964 19.4215C204.99 18.6248 205.015 17.8281 205.039 17.0314L204.978 15.0766L203.142 15.1339C201.205 15.0734 199.269 15.0143 197.332 14.9564L195.197 15.0202L195.257 17.0314C195.136 21.0681 195.021 25.1048 194.912 29.1414C194.851 31.5725 195.108 34.0837 195.844 36.525L195.85 36.5422C196.515 38.7154 197.649 40.86 199.248 42.632L199.281 42.6669C200.953 44.476 203.059 45.8309 205.232 46.7333L205.306 46.7616C208.029 47.805 210.819 48.1603 213.502 48.2158C215.7 48.258 217.939 48.1588 220.208 47.8042C222.008 47.5234 223.814 47.1776 225.632 46.7159L221.502 43.5614C221.379 50.2814 221.271 57.0014 221.178 63.7214L221.228 67.3637L224.772 67.315C226.709 67.3416 228.645 67.3669 230.582 67.3909L234.296 67.3449L234.251 63.7214C234.444 48.1581 234.553 32.5948 234.577 17.0314L234.571 13.0304L230.582 13.0367C228.645 13.0336 226.709 13.0319 224.772 13.0315L220.771 13.0324L220.772 17.0314C220.772 17.3313 220.772 17.6311 220.772 17.9309C220.772 24.7478 220.917 31.5646 221.208 38.3814L223.614 35.0114C222.268 35.5517 220.784 35.9688 219.24 36.2938C217.528 36.6547 215.774 36.8943 213.992 37.02C211.765 37.1906 209.658 36.9707 208.063 36.0438C207.858 35.9249 207.659 35.7943 207.468 35.6511L207.511 35.6926C205.859 34.4471 204.919 31.9343 204.642 29.2114ZM201.642 29.2114H204.642H201.642ZM240.025 63.7214C241.025 63.7214 242.025 63.7214 243.025 63.7214C243.358 59.5098 243.658 55.2981 243.925 51.0864C244.644 39.7348 245.12 28.3831 245.355 17.0314L241.525 20.8612C247.02 20.9747 252.515 21.0314 258.01 21.0314C262.712 21.0314 267.413 21.0268 272.115 21.0176L268.129 17.0314C268.132 18.7581 268.136 20.4848 268.141 22.2114L272.115 18.2373C263.855 18.2595 255.595 18.2959 247.335 18.3466L243.494 18.323L243.47 22.2114C243.501 27.2281 243.537 32.2448 243.578 37.2614L243.548 40.987L247.335 41.0182C255.432 40.9516 263.528 40.8713 271.625 40.7773L268.109 37.2614C268.129 38.9881 268.15 40.7148 268.171 42.4414L271.625 38.9876C263.528 39.0874 255.432 39.201 247.335 39.3282L244.271 39.2801L244.222 42.4414C244.306 47.8081 244.396 53.1748 244.493 58.5414L244.443 61.3317L247.335 61.3837C255.595 61.2354 263.855 61.0728 272.115 60.8961L269.76 58.5414C269.797 60.2681 269.835 61.9948 269.873 63.7214L272.115 61.4795C266.13 61.612 260.145 61.7518 254.16 61.8992C249.948 62.0029 245.737 62.1103 241.525 62.2214C241.525 63.2214 241.525 64.2214 241.525 65.2214C245.737 65.3325 249.948 65.44 254.16 65.5437C260.145 65.691 266.13 65.8309 272.115 65.9633L274.405 65.9127L274.357 63.7214C274.395 61.9948 274.433 60.2681 274.47 58.5414L274.418 56.1375L272.115 56.1868C263.855 56.01 255.595 55.8475 247.335 55.6992L250.177 58.5414C250.274 53.1748 250.364 47.8081 250.448 42.4414L247.335 45.5547C255.432 45.6819 263.528 45.7954 271.625 45.8953L275.121 45.8522L275.079 42.4414C275.1 40.7148 275.121 38.9881 275.141 37.2614L275.099 33.7053L271.625 33.7456C263.528 33.6516 255.432 33.5713 247.335 33.5047L251.092 37.2614C251.133 32.2448 251.169 27.2281 251.2 22.2114L247.335 26.0763C255.595 26.127 263.855 26.1634 272.115 26.1855L276.1 26.1749L276.089 22.2114C276.094 20.4848 276.098 18.7581 276.101 17.0314L276.093 13.0375L272.115 13.0453C267.413 13.036 262.712 13.0314 258.01 13.0314C252.515 13.0314 247.02 13.0882 241.525 13.2017L237.618 13.2824L237.695 17.0314C237.93 28.3831 238.406 39.7348 239.125 51.0864C239.392 55.2981 239.692 59.5098 240.025 63.7214ZM243.025 63.7214H240.025L240.147 65.2578L241.525 65.2214V62.2214L243.025 63.7214ZM303.498 66.0614C303.498 65.0614 303.498 64.0614 303.498 63.0614C300.441 62.7694 297.518 61.9709 294.9 60.6654L294.912 60.6701C294.579 60.5026 294.251 60.3281 293.928 60.1466C291.845 58.9767 290.001 57.51 288.443 55.7968L288.489 55.8413C286.713 53.8073 285.377 51.4685 284.444 48.9377L284.469 48.9975C283.526 46.284 283.169 43.3801 283.264 40.4114C283.353 37.4615 283.892 34.6463 284.975 32.1246L284.963 32.1532C285.68 30.5092 286.562 28.9895 287.618 27.6323C288.111 26.9978 288.644 26.3997 289.215 25.8402C291.029 24.0592 293.16 22.6728 295.539 21.7085L295.519 21.7166C298.018 20.7141 300.714 20.2278 303.498 20.217C305.13 20.2088 306.702 20.3745 308.143 20.7545L308.169 20.7612C309.565 21.1191 310.869 21.6256 312.04 22.2938L312.087 22.3203C313.277 22.9781 314.36 23.7542 315.311 24.6509L315.366 24.7028C316.382 25.6248 317.295 26.6345 318.092 27.7277L319.344 22.1554C317.718 23.0785 316.093 24.0023 314.467 24.9271L319.421 26.0822C317.651 23.5388 315.211 21.5275 312.639 20.1511L312.718 20.1958C309.948 18.5861 306.633 17.7646 303.498 17.8159C300.643 17.8383 297.68 18.3961 294.975 19.5899C292.435 20.696 290.064 22.342 288.154 24.3658L288.12 24.4018C286.177 26.5025 284.725 28.9905 283.749 31.5455L283.736 31.5783C282.655 34.4724 282.263 37.5077 282.31 40.4114C282.351 43.3271 282.859 46.3266 283.98 49.1277L283.999 49.1772C285.042 51.6753 286.543 54.0741 288.496 56.0657L288.526 56.0962C290.447 58.0151 292.789 59.5383 295.272 60.5336C297.91 61.6058 300.76 62.0544 303.498 61.993C306.451 61.9507 309.489 61.1356 312.04 59.6102L312.022 59.6206C314.44 58.2318 316.638 56.2533 318.171 53.8474L315.227 54.5603C316.907 55.4278 318.587 56.2945 320.268 57.1603L319.589 54.0769C317.863 56.577 315.634 58.7243 313.045 60.4164C313.038 60.4214 313.024 60.4308 313.009 60.4402C310.316 62.1925 306.941 62.957 303.498 63.0614C303.498 64.0614 303.498 65.0614 303.498 66.0614C307.289 66.1751 311.331 65.5852 314.887 63.5633C314.906 63.5526 314.925 63.5417 314.944 63.5309C318.008 61.7721 320.778 59.4005 322.967 56.5659L324.369 54.5542L322.289 53.4826C320.656 52.5284 319.023 51.5751 317.39 50.6226L315.517 49.6556L314.446 51.3354C313.226 53.0386 311.585 54.3822 309.675 55.3623L309.657 55.3726C307.754 56.3773 305.661 56.8327 303.498 56.7699C301.357 56.7166 299.302 56.2798 297.444 55.4293C295.633 54.6062 294.036 53.46 292.711 52.0267L292.741 52.0572C291.413 50.5841 290.399 48.8332 289.678 46.9057L289.697 46.9551C288.966 44.8999 288.661 42.6841 288.707 40.4114C288.75 38.1275 289.137 35.9375 289.941 33.9846L289.928 34.0174C290.716 32.1467 291.778 30.4851 293.117 29.1211L293.083 29.157C294.419 27.8285 295.986 26.8051 297.742 26.093C299.532 25.3641 301.473 25.0365 303.498 25.0669C305.496 25.0953 307.323 25.6076 308.979 26.607L309.057 26.6518C310.782 27.6293 312.185 28.8735 313.196 30.3807L315.193 33.2181L318.149 31.5358C319.791 30.6405 321.432 29.7444 323.073 28.8474L326.826 26.7172L324.325 23.2751C323.236 21.7266 321.981 20.2988 320.611 19.0201L320.666 19.0719C319.227 17.6727 317.607 16.4876 315.91 15.5226L315.957 15.5491C314.113 14.4651 312.142 13.6895 310.168 13.1617L310.194 13.1684C307.945 12.5512 305.685 12.3142 303.498 12.3058C299.84 12.2858 296.071 12.9199 292.578 14.3062L292.558 14.3144C289.267 15.6245 286.168 17.6203 283.621 20.1233C282.79 20.9357 282.014 21.8066 281.302 22.7218C279.777 24.6807 278.567 26.8439 277.654 29.0696L277.642 29.0982C276.161 32.7648 275.617 36.6805 275.713 40.4114C275.8 44.1696 276.545 48.0362 278.148 51.5653L278.173 51.6252C279.657 54.7575 281.758 57.6643 284.348 59.9815L284.394 60.0261C286.637 61.9601 289.218 63.4802 291.921 64.5068C292.34 64.6666 292.761 64.8151 293.185 64.9528L293.197 64.9575C296.571 66.0408 300.113 66.3628 303.498 66.0614ZM303.498 63.0614V66.0614V63.0614ZM355.746 64.6885C356.511 64.0438 357.275 63.3991 358.04 62.7544C355.707 59.471 353.348 56.2091 350.964 52.9686C347.91 48.8169 344.814 44.7004 341.676 40.6192L339.462 37.7409L336.737 40.5651C335.094 42.2678 333.459 43.9782 331.833 45.6962L330.999 46.5778L330.947 48.0414C330.762 53.2681 330.634 58.4948 330.562 63.7214L334.493 59.7899C332.556 59.7633 330.62 59.7445 328.683 59.7334L332.671 63.7214C332.679 62.3356 332.683 60.9498 332.683 59.5639C332.683 45.3864 332.637 31.2089 332.545 17.0314L328.683 20.8928C330.62 20.8802 332.556 20.8667 334.493 20.8524L330.672 17.0314C330.732 25.0814 330.806 33.1314 330.896 41.1814L330.835 50.9011L337.227 43.5193C344.021 35.3928 350.795 27.2496 357.55 19.0896L355.143 20.1984C357.57 20.1596 359.996 20.1195 362.423 20.078L360.133 15.0227C353.772 22.5302 347.429 30.0524 341.102 37.5893L339.684 39.1374L341.089 40.8385C347.234 47.6561 353.393 54.4611 359.567 61.2534C360.651 62.4457 361.735 63.6376 362.819 64.8291L364.103 62.0258C361.7 62.0897 359.296 62.1549 356.893 62.2214C356.893 63.2214 356.893 64.2214 356.893 65.2214C359.296 65.288 361.7 65.3532 364.103 65.417L367.837 65.3455L365.387 62.6137C364.367 61.3663 363.347 60.1192 362.326 58.8726C356.511 51.7705 350.682 44.6811 344.837 37.6043L344.824 40.8535C351.471 33.5971 358.101 26.326 364.714 19.0402L369.109 13.9033L362.423 13.9848C359.996 13.9433 357.57 13.9032 355.143 13.8644L353.634 13.8886L352.736 14.9733C345.724 22.9133 338.732 30.87 331.759 38.8436L338.09 41.1814C338.18 33.1314 338.254 25.0814 338.314 17.0314L338.286 13.1824L334.493 13.2105C332.556 13.1962 330.62 13.1827 328.683 13.17L324.797 13.1954L324.822 17.0314C324.729 31.2089 324.683 45.3864 324.683 59.5639C324.683 60.9498 324.687 62.3356 324.695 63.7214L324.718 67.7323L328.683 67.7095C330.62 67.6984 332.556 67.6795 334.493 67.6529L338.478 67.5981L338.425 63.7214C338.353 58.4948 338.224 53.2681 338.04 48.0414L337.153 50.3866C338.654 48.558 340.146 46.7217 341.629 44.8778L336.69 44.8236C340.183 48.6054 343.718 52.3519 347.295 56.0631C350.087 58.9597 352.904 61.8348 355.746 64.6885ZM358.04 62.7544L355.746 64.6885L356.294 65.238L356.893 65.2214V62.2214L358.04 62.7544ZM369.224 63.7214C370.224 63.7214 371.224 63.7214 372.224 63.7214C372.557 59.0265 372.857 54.3315 373.124 49.6365C373.741 38.7681 374.18 27.8998 374.44 17.0314L370.724 20.7475C372.661 20.7938 374.598 20.8345 376.534 20.8695L372.696 17.0314C372.588 23.0063 372.534 28.9813 372.534 34.9562C372.534 41.1379 372.541 47.3197 372.553 53.5014L372.541 65.6078L379.739 55.8632C388.673 43.6879 397.577 31.4899 406.45 19.2692L403.414 20.8031C405.397 20.7889 407.381 20.7741 409.364 20.7586L405.637 17.0314C405.759 32.5948 405.921 48.1581 406.124 63.7214L409.364 60.4815C407.427 60.5067 405.491 60.5326 403.554 60.5592L406.716 63.7214C406.546 51.3081 406.35 38.8948 406.129 26.4814L406.195 18.6214L401.476 24.9619C394.25 35.2245 387.045 45.5028 379.861 55.7966C378.242 58.1166 376.625 60.4373 375.008 62.7589L376.324 62.0907C374.457 62.1337 372.591 62.1773 370.724 62.2214C370.724 63.2214 370.724 64.2214 370.724 65.2214C372.591 65.2656 374.457 65.3092 376.324 65.3522L377.189 65.3323L377.641 64.684C379.363 62.4394 381.083 60.194 382.803 57.9477C390.434 47.9811 398.044 37.9988 405.632 28.001L400.98 26.4814C400.758 38.8948 400.562 51.3081 400.392 63.7214L400.436 66.9264L403.554 66.8837C405.491 66.9102 407.427 66.9361 409.364 66.9614L412.646 66.9186L412.604 63.7214C412.807 48.1581 412.97 32.5948 413.091 17.0314L413.062 13.2754L409.364 13.3043C407.381 13.2888 405.397 13.274 403.414 13.2598L401.482 13.2736L400.378 14.7937C391.331 26.8863 382.315 39.0016 373.33 51.1396L380.515 53.5014C380.528 47.3197 380.534 41.1379 380.534 34.9562C380.534 28.9813 380.48 23.0063 380.372 17.0314L380.302 13.1253L376.534 13.1934C374.598 13.2284 372.661 13.2691 370.724 13.3154L366.921 13.4064L367.008 17.0314C367.268 27.8998 367.707 38.7681 368.324 49.6365C368.591 54.3315 368.891 59.0265 369.224 63.7214ZM372.224 63.7214H369.224L369.333 65.2544L370.724 65.2214V62.2214L372.224 63.7214ZM418.785 63.7214C419.785 63.7214 420.785 63.7214 421.785 63.7214C422.118 59.0265 422.418 54.3315 422.685 49.6365C423.302 38.7681 423.741 27.8998 424.001 17.0314L420.285 20.7475C422.221 20.7938 424.158 20.8345 426.095 20.8695L422.257 17.0314C422.149 23.0063 422.095 28.9813 422.095 34.9562C422.095 41.1379 422.101 47.3197 422.114 53.5014L422.102 65.6078L429.299 55.8632C438.234 43.6879 447.138 31.4899 456.011 19.2692L452.975 20.8031C454.958 20.7889 456.941 20.7741 458.925 20.7586L455.198 17.0314C455.319 32.5948 455.482 48.1581 455.685 63.7214L458.925 60.4815C456.988 60.5067 455.051 60.5326 453.115 60.5592L456.277 63.7214C456.107 51.3081 455.911 38.8948 455.689 26.4814L455.756 18.6214L451.037 24.9619C443.81 35.2245 436.605 45.5028 429.422 55.7966C427.803 58.1166 426.185 60.4373 424.568 62.7589L425.885 62.0907C424.018 62.1337 422.151 62.1773 420.285 62.2214C420.285 63.2214 420.285 64.2214 420.285 65.2214C422.151 65.2656 424.018 65.3092 425.885 65.3522L426.75 65.3323L427.201 64.684C428.923 62.4394 430.644 60.194 432.364 57.9477C439.995 47.9811 447.605 37.9988 455.193 28.001L450.54 26.4814C450.318 38.8948 450.122 51.3081 449.952 63.7214L449.996 66.9264L453.115 66.8837C455.051 66.9102 456.988 66.9361 458.925 66.9614L462.206 66.9186L462.165 63.7214C462.368 48.1581 462.53 32.5948 462.652 17.0314L462.622 13.2754L458.925 13.3043C456.941 13.2888 454.958 13.274 452.975 13.2598L451.042 13.2736L449.939 14.7937C440.892 26.8863 431.876 39.0016 422.89 51.1396L430.075 53.5014C430.088 47.3197 430.095 41.1379 430.095 34.9562C430.095 28.9813 430.041 23.0063 429.933 17.0314L429.862 13.1253L426.095 13.1934C424.158 13.2284 422.221 13.2691 420.285 13.3154L416.482 13.4064L416.569 17.0314C416.829 27.8998 417.267 38.7681 417.885 49.6365C418.151 54.3315 418.451 59.0265 418.785 63.7214ZM421.785 63.7214H418.785L418.894 65.2544L420.285 65.2214V62.2214L421.785 63.7214ZM455.083 10.5735C452.931 8.99878 450.779 7.42408 448.627 5.84939C448.199 6.43313 447.726 6.96659 447.205 7.44958C446.462 8.13966 445.62 8.72715 444.684 9.21509L444.714 9.1997C443.171 9.99051 441.463 10.3726 439.605 10.3714C437.73 10.3726 435.99 9.9835 434.394 9.18372L434.487 9.23202C432.903 8.38842 431.565 7.24218 430.475 5.799L429.901 11.2369C430.765 10.4902 431.628 9.74355 432.491 8.99688L426.64 8.32412C428.04 10.2645 429.919 11.964 432.02 13.1544L432.096 13.1968C434.469 14.497 437.159 15.0212 439.605 15.0114C442.047 15.023 444.717 14.4741 447.043 13.1968L447.002 13.219C449.214 12.0679 451.202 10.2721 452.578 8.21267L446.648 8.99689C446.778 9.10938 446.908 9.22188 447.038 9.33438C447.772 9.96855 448.505 10.6027 449.238 11.2369C450.983 9.21992 452.727 7.20295 454.471 5.18598C453.738 4.55181 453.005 3.91764 452.272 3.28347C452.141 3.17097 452.011 3.05848 451.881 2.94598L448.475 -4.57764e-05L445.952 3.7302C445.243 4.7763 444.37 5.56095 443.268 6.14389L443.226 6.16602C442.184 6.73263 440.99 7.01125 439.605 7.01143C438.179 7.01178 436.952 6.73153 435.913 6.16602L435.989 6.20846C434.847 5.55568 433.896 4.69959 433.11 3.61874L430.55 0.0990448L427.258 2.94598C426.395 3.69265 425.531 4.43931 424.668 5.18598L421.835 7.63616L424.094 10.6239C425.832 12.9407 428.149 14.9306 430.722 16.2908L430.816 16.3391C433.54 17.7162 436.649 18.384 439.605 18.3714C442.531 18.384 445.636 17.7282 448.355 16.3232L448.385 16.3078C449.906 15.5157 451.359 14.51 452.646 13.3147C453.547 12.4793 454.365 11.5549 455.083 10.5735ZM448.627 5.84939L455.083 10.5735L457.26 7.59789L454.471 5.18598L449.238 11.2369L448.627 5.84939Z' fill='%23070708' mask='url(%23path-3-outside-2_7261_675025)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta .bubble {
    left: 62px;
    top: 115px;
  }
  #first_screen .cta .bubble.lv {
    top: 115px;
  }
  #first_screen .cta img.img-akciya-1920 {
    display: none;
  }
  #first_screen .cta img.img-akciya-1024 {
    display: block;
  }
}
@media (max-width: 1023px) {
  #first_screen {
    background-image: url(../img/bg-internet-768.jpg);
    z-index: 1;
    position: relative;
  }
  #first_screen .cta {
    position: relative;
  }
  #first_screen .cta .container {
    padding-top: 167px;
    padding-bottom: 75px;
  }
  #first_screen .cta .container:after {
    display: none;
  }
  #first_screen .cta .content-block {
    flex-direction: column;
    justify-content: flex-start;
  }
  #first_screen .cta .title-block {
    margin-bottom: 120px;
  }
  #first_screen .cta h1 {
    margin-bottom: 165px;
  }
  #first_screen .cta .bubble {
    width: 432px;
    height: 176px;
    background-image: url("data:image/svg+xml,%3Csvg width='432' height='176' viewBox='0 0 432 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.1927 159.982L325.356 143.32L325.467 110.145L360.348 120.945L325.551 84.7452L325.581 75.7039L84.4997 75.7043L99.1927 159.982Z' fill='white'/%3E%3Cpath d='M99.1927 159.982L99.3396 161.977L97.5334 162.11L97.2224 160.326L99.1927 159.982ZM325.356 143.32L327.356 143.327L327.35 145.179L325.503 145.315L325.356 143.32ZM325.467 110.145L323.467 110.139L323.476 107.435L326.058 108.235L325.467 110.145ZM360.348 120.945L361.79 119.559L359.756 122.855L360.348 120.945ZM325.551 84.7452L324.109 86.1312L323.548 85.5478L323.551 84.7386L325.551 84.7452ZM325.581 75.7039L325.581 73.7039L327.588 73.7039L327.581 75.7106L325.581 75.7039ZM84.4997 75.7043L82.5294 76.0478L82.1209 73.7043L84.4997 73.7043L84.4997 75.7043ZM99.1927 159.982L99.0457 157.988L325.209 141.326L325.356 143.32L325.503 145.315L99.3396 161.977L99.1927 159.982ZM325.356 143.32L323.356 143.314L323.467 110.139L325.467 110.145L327.467 110.152L327.356 143.327L325.356 143.32ZM325.467 110.145L326.058 108.235L360.939 119.034L360.348 120.945L359.756 122.855L324.875 112.056L325.467 110.145ZM360.348 120.945L358.906 122.331L324.109 86.1312L325.551 84.7452L326.993 83.3592L361.79 119.559L360.348 120.945ZM325.551 84.7452L323.551 84.7386L323.581 75.6973L325.581 75.7039L327.581 75.7106L327.551 84.7519L325.551 84.7452ZM325.581 75.7039L325.581 77.7039L84.4997 77.7043L84.4997 75.7043L84.4997 73.7043L325.581 73.7039L325.581 75.7039ZM84.4997 75.7043L86.47 75.3608L101.163 159.639L99.1927 159.982L97.2224 160.326L82.5294 76.0478L84.4997 75.7043Z' fill='%23070708'/%3E%3Ccircle cx='109.104' cy='105.525' r='4.5' transform='rotate(-2.32621 109.104 105.525)' fill='%23070708'/%3E%3Cpath d='M128.687 99.2716L128.743 100.638L124.119 100.826L124.467 109.404L122.76 109.474L122.356 99.5288L128.687 99.2716ZM123.699 103.299L126.199 103.197C126.955 103.166 127.607 103.268 128.155 103.501C128.702 103.729 129.126 104.066 129.427 104.51C129.728 104.953 129.891 105.478 129.915 106.084C129.934 106.539 129.871 106.959 129.727 107.343C129.583 107.728 129.362 108.065 129.063 108.356C128.765 108.641 128.395 108.869 127.955 109.037C127.52 109.205 127.017 109.301 126.448 109.324L122.76 109.474L122.356 99.5288L124.077 99.4589L124.426 108.045L126.393 107.965C126.825 107.947 127.177 107.853 127.449 107.682C127.72 107.507 127.916 107.285 128.037 107.015C128.163 106.746 128.22 106.454 128.207 106.14C128.195 105.834 128.115 105.559 127.968 105.315C127.826 105.069 127.613 104.877 127.329 104.738C127.045 104.599 126.687 104.539 126.254 104.556L123.755 104.658L123.699 103.299ZM138.039 107.492L138.094 108.851L132.814 109.065L132.759 107.706L138.039 107.492ZM132.895 99.1007L133.299 109.046L131.585 109.115L131.181 99.1703L132.895 99.1007ZM137.169 103.087L137.223 104.426L132.633 104.612L132.579 103.273L137.169 103.087ZM137.656 98.9073L137.711 100.273L132.465 100.486L132.41 99.1204L137.656 98.9073ZM142.709 103.888L141.329 103.944L141.289 102.967L142.478 102.919C142.901 102.902 143.242 102.826 143.502 102.693C143.761 102.554 143.945 102.371 144.054 102.143C144.168 101.911 144.218 101.644 144.206 101.344C144.195 101.075 144.117 100.832 143.971 100.614C143.83 100.397 143.618 100.227 143.335 100.106C143.052 99.9812 142.691 99.9274 142.254 99.9451C141.926 99.9585 141.631 100.03 141.367 100.159C141.103 100.288 140.896 100.463 140.745 100.684C140.599 100.904 140.532 101.16 140.544 101.451L138.829 101.521C138.812 101.088 138.887 100.698 139.055 100.349C139.228 99.9951 139.469 99.6911 139.778 99.4369C140.091 99.1824 140.455 98.9829 140.868 98.8384C141.287 98.6891 141.73 98.605 142.199 98.5859C142.746 98.5637 143.242 98.6051 143.689 98.7101C144.135 98.8106 144.523 98.9727 144.851 99.1965C145.179 99.4204 145.435 99.7065 145.618 100.055C145.801 100.399 145.901 100.803 145.92 101.267C145.934 101.609 145.868 101.933 145.72 102.24C145.578 102.547 145.365 102.82 145.083 103.059C144.801 103.299 144.458 103.493 144.053 103.642C143.653 103.786 143.205 103.868 142.709 103.888ZM141.305 103.35L142.685 103.294C143.235 103.271 143.727 103.308 144.16 103.405C144.593 103.501 144.961 103.653 145.266 103.859C145.571 104.066 145.808 104.328 145.975 104.645C146.143 104.957 146.236 105.321 146.252 105.735C146.271 106.199 146.195 106.618 146.023 106.989C145.855 107.357 145.608 107.672 145.281 107.936C144.955 108.2 144.564 108.406 144.109 108.552C143.659 108.698 143.161 108.782 142.614 108.804C142.172 108.822 141.733 108.785 141.296 108.693C140.863 108.597 140.467 108.44 140.107 108.222C139.751 107.999 139.461 107.71 139.237 107.354C139.013 106.998 138.89 106.565 138.87 106.055L140.591 105.985C140.602 106.268 140.693 106.524 140.862 106.754C141.035 106.98 141.266 107.158 141.554 107.287C141.846 107.412 142.181 107.467 142.559 107.452C142.992 107.434 143.356 107.351 143.651 107.202C143.95 107.053 144.175 106.857 144.325 106.614C144.479 106.37 144.55 106.101 144.538 105.805C144.526 105.522 144.473 105.28 144.378 105.079C144.288 104.873 144.158 104.709 143.989 104.589C143.82 104.463 143.613 104.373 143.369 104.32C143.125 104.266 142.846 104.245 142.532 104.258L141.344 104.306L141.305 103.35ZM151.065 100.921L152.711 100.854L152.958 106.933L155.301 106.838L155.054 100.759L156.714 100.692L156.96 106.771L159.296 106.676L159.049 100.597L160.696 100.53L160.996 107.921L151.365 108.312L151.065 100.921ZM165.9 100.319L166.2 107.709L164.548 107.776L164.247 100.386L165.9 100.319ZM168.325 100.22L168.378 101.518L161.916 101.78L161.864 100.483L168.325 100.22ZM171.135 101.529L171.493 110.34L169.847 110.407L169.432 100.175L170.948 100.114L171.135 101.529ZM176.04 103.54L176.046 103.683C176.068 104.22 176.025 104.722 175.916 105.187C175.811 105.647 175.643 106.053 175.411 106.404C175.183 106.751 174.896 107.025 174.548 107.226C174.201 107.427 173.795 107.537 173.33 107.556C172.87 107.575 172.464 107.507 172.111 107.353C171.762 107.194 171.463 106.962 171.214 106.657C170.964 106.353 170.758 105.991 170.595 105.574C170.436 105.152 170.317 104.687 170.237 104.179L170.215 103.626C170.252 103.082 170.332 102.586 170.455 102.138C170.583 101.691 170.759 101.303 170.983 100.974C171.207 100.646 171.486 100.388 171.82 100.201C172.155 100.014 172.55 99.9117 173.005 99.8932C173.47 99.8744 173.885 99.9487 174.252 100.116C174.619 100.279 174.933 100.522 175.192 100.844C175.451 101.162 175.652 101.551 175.793 102.01C175.935 102.465 176.017 102.975 176.04 103.54ZM174.4 103.75L174.394 103.607C174.38 103.265 174.336 102.95 174.26 102.661C174.184 102.368 174.074 102.112 173.928 101.895C173.782 101.677 173.6 101.511 173.381 101.397C173.166 101.278 172.911 101.224 172.615 101.236C172.324 101.248 172.075 101.308 171.87 101.417C171.664 101.521 171.494 101.663 171.36 101.842C171.226 102.02 171.125 102.227 171.057 102.463C170.989 102.694 170.944 102.944 170.923 103.214L170.977 104.539C171.045 104.865 171.151 105.161 171.294 105.429C171.437 105.697 171.633 105.908 171.881 106.062C172.133 106.212 172.45 106.278 172.833 106.263C173.129 106.251 173.379 106.177 173.583 106.041C173.787 105.905 173.951 105.723 174.074 105.494C174.201 105.261 174.291 104.995 174.343 104.696C174.394 104.398 174.414 104.082 174.4 103.75ZM181.7 105.595L181.557 102.07C181.546 101.806 181.489 101.581 181.385 101.393C181.282 101.206 181.13 101.064 180.93 100.967C180.735 100.87 180.491 100.827 180.2 100.839C179.931 100.85 179.701 100.905 179.509 101.004C179.317 101.103 179.169 101.232 179.066 101.392C178.963 101.551 178.915 101.728 178.923 101.924L177.284 101.991C177.272 101.699 177.331 101.414 177.461 101.135C177.592 100.856 177.787 100.604 178.047 100.379C178.307 100.155 178.621 99.973 178.989 99.8349C179.357 99.6968 179.774 99.6183 180.238 99.5994C180.794 99.5768 181.289 99.6502 181.725 99.8195C182.165 99.9886 182.516 100.257 182.777 100.625C183.043 100.988 183.187 101.452 183.21 102.017L183.343 105.302C183.357 105.639 183.392 105.941 183.449 106.208C183.51 106.47 183.589 106.697 183.688 106.889L183.693 106.998L182.006 107.067C181.921 106.893 181.851 106.67 181.794 106.398C181.742 106.122 181.71 105.854 181.7 105.595ZM181.816 102.573L181.871 103.59L180.69 103.638C180.385 103.651 180.117 103.691 179.887 103.76C179.657 103.824 179.467 103.914 179.317 104.029C179.166 104.145 179.056 104.281 178.985 104.439C178.913 104.597 178.882 104.774 178.89 104.97C178.898 105.166 178.951 105.344 179.048 105.504C179.146 105.66 179.283 105.78 179.46 105.864C179.641 105.948 179.857 105.984 180.107 105.974C180.444 105.961 180.735 105.88 180.98 105.734C181.229 105.582 181.423 105.403 181.56 105.197C181.698 104.986 181.767 104.789 181.769 104.607L182.331 105.316C182.284 105.505 182.199 105.709 182.076 105.928C181.953 106.148 181.788 106.36 181.582 106.564C181.38 106.764 181.134 106.931 180.843 107.066C180.556 107.201 180.222 107.276 179.839 107.292C179.357 107.311 178.922 107.233 178.537 107.057C178.151 106.877 177.844 106.627 177.617 106.308C177.389 105.984 177.267 105.613 177.25 105.194C177.234 104.802 177.293 104.453 177.426 104.147C177.564 103.836 177.773 103.572 178.051 103.355C178.334 103.139 178.683 102.969 179.098 102.848C179.512 102.721 179.988 102.647 180.525 102.625L181.816 102.573ZM193.765 102.977L193.77 103.12C193.792 103.644 193.752 104.129 193.652 104.576C193.556 105.017 193.4 105.405 193.186 105.737C192.971 106.07 192.699 106.332 192.369 106.523C192.044 106.714 191.661 106.819 191.219 106.836C190.832 106.852 190.492 106.8 190.2 106.679C189.908 106.559 189.659 106.384 189.453 106.156C189.248 105.922 189.079 105.646 188.948 105.328C188.816 105.005 188.715 104.649 188.644 104.259L188.558 102.121C188.595 101.7 188.664 101.314 188.764 100.963C188.868 100.608 189.013 100.299 189.198 100.036C189.388 99.7728 189.621 99.5672 189.898 99.4191C190.175 99.2665 190.507 99.1823 190.894 99.1666C191.249 99.1521 191.572 99.2029 191.864 99.3187C192.156 99.43 192.416 99.5973 192.644 99.8207C192.872 100.039 193.065 100.308 193.224 100.625C193.383 100.938 193.507 101.293 193.596 101.691C193.69 102.088 193.746 102.517 193.765 102.977ZM192.124 103.187L192.118 103.044C192.107 102.757 192.077 102.485 192.03 102.226C191.984 101.968 191.917 101.734 191.831 101.523C191.749 101.307 191.646 101.122 191.521 100.968C191.396 100.809 191.247 100.689 191.075 100.61C190.908 100.525 190.715 100.487 190.496 100.496C190.2 100.508 189.956 100.568 189.765 100.677C189.577 100.78 189.437 100.922 189.344 101.104C189.255 101.281 189.202 101.484 189.184 101.713L189.302 104.622C189.342 104.812 189.415 104.978 189.521 105.12C189.632 105.261 189.784 105.371 189.979 105.45C190.174 105.524 190.419 105.555 190.715 105.543C190.988 105.532 191.216 105.466 191.398 105.345C191.584 105.218 191.732 105.048 191.842 104.834C191.957 104.619 192.036 104.372 192.079 104.092C192.122 103.812 192.137 103.511 192.124 103.187ZM184.713 103.488L184.708 103.345C184.689 102.885 184.708 102.453 184.764 102.05C184.821 101.646 184.916 101.282 185.048 100.957C185.186 100.628 185.359 100.345 185.568 100.108C185.777 99.867 186.023 99.6792 186.305 99.5446C186.586 99.4054 186.905 99.3286 187.26 99.3142C187.642 99.2986 187.975 99.3558 188.259 99.4857C188.542 99.611 188.785 99.7973 188.986 100.045C189.192 100.292 189.36 100.588 189.488 100.934C189.62 101.275 189.722 101.654 189.794 102.071L189.877 104.127C189.844 104.53 189.774 104.902 189.67 105.244C189.565 105.585 189.422 105.883 189.241 106.137C189.059 106.391 188.83 106.591 188.554 106.739C188.277 106.888 187.945 106.969 187.558 106.985C187.121 107.003 186.73 106.93 186.386 106.766C186.042 106.602 185.749 106.363 185.508 106.049C185.268 105.735 185.079 105.362 184.943 104.929C184.811 104.492 184.735 104.012 184.713 103.488ZM186.354 103.278L186.359 103.421C186.373 103.745 186.41 104.044 186.471 104.32C186.537 104.596 186.631 104.836 186.754 105.041C186.876 105.241 187.033 105.396 187.224 105.507C187.416 105.618 187.648 105.668 187.921 105.657C188.222 105.645 188.466 105.589 188.653 105.49C188.841 105.391 188.982 105.26 189.075 105.097C189.173 104.933 189.234 104.748 189.258 104.542L189.143 101.714C189.106 101.488 189.035 101.29 188.927 101.121C188.82 100.948 188.669 100.817 188.474 100.729C188.278 100.637 188.03 100.596 187.73 100.609C187.457 100.62 187.227 100.698 187.041 100.842C186.86 100.986 186.715 101.181 186.607 101.427C186.503 101.669 186.43 101.95 186.388 102.271C186.351 102.587 186.339 102.923 186.354 103.278ZM188.637 109.644L188.096 96.311L189.749 96.2438L190.29 109.577L188.637 109.644ZM199.431 104.875L199.288 101.35C199.277 101.086 199.22 100.86 199.117 100.673C199.013 100.486 198.862 100.343 198.662 100.247C198.466 100.15 198.223 100.107 197.931 100.119C197.663 100.13 197.432 100.185 197.24 100.284C197.048 100.383 196.9 100.512 196.797 100.671C196.694 100.831 196.647 101.008 196.655 101.204L195.016 101.271C195.004 100.979 195.063 100.694 195.193 100.415C195.323 100.136 195.518 99.8841 195.778 99.6592C196.038 99.4342 196.352 99.2527 196.721 99.1146C197.089 98.9765 197.505 98.898 197.97 98.8791C198.525 98.8566 199.021 98.9299 199.457 99.0992C199.897 99.2684 200.247 99.5369 200.509 99.9048C200.774 100.268 200.919 100.732 200.941 101.297L201.075 104.582C201.089 104.919 201.124 105.221 201.18 105.488C201.241 105.75 201.321 105.977 201.42 106.169L201.424 106.278L199.737 106.347C199.653 106.172 199.582 105.949 199.525 105.678C199.473 105.402 199.442 105.134 199.431 104.875ZM199.548 101.853L199.603 102.87L198.421 102.918C198.116 102.93 197.849 102.971 197.619 103.039C197.389 103.103 197.199 103.193 197.048 103.309C196.898 103.424 196.787 103.561 196.716 103.719C196.645 103.877 196.613 104.054 196.621 104.25C196.629 104.446 196.682 104.624 196.78 104.784C196.877 104.94 197.014 105.059 197.191 105.143C197.373 105.227 197.588 105.264 197.839 105.254C198.176 105.24 198.467 105.16 198.712 105.013C198.961 104.862 199.154 104.683 199.292 104.477C199.429 104.266 199.499 104.069 199.501 103.887L200.063 104.596C200.016 104.785 199.931 104.989 199.807 105.208C199.684 105.428 199.519 105.64 199.313 105.844C199.112 106.044 198.865 106.211 198.574 106.346C198.288 106.481 197.953 106.556 197.571 106.572C197.088 106.591 196.654 106.513 196.268 106.337C195.882 106.157 195.576 105.907 195.348 105.588C195.121 105.264 194.999 104.893 194.982 104.474C194.966 104.082 195.024 103.733 195.158 103.427C195.296 103.115 195.504 102.852 195.783 102.635C196.066 102.418 196.415 102.249 196.829 102.127C197.244 102.001 197.72 101.927 198.257 101.905L199.548 101.853ZM209.266 102.423L207.845 102.48L207.811 101.647L208.958 101.6C209.25 101.589 209.481 101.54 209.65 101.456C209.825 101.371 209.946 101.259 210.013 101.12C210.085 100.975 210.117 100.81 210.109 100.623C210.103 100.459 210.058 100.306 209.974 100.163C209.895 100.016 209.765 99.8983 209.584 99.8099C209.402 99.7215 209.159 99.6834 208.854 99.6958C208.603 99.706 208.38 99.7561 208.183 99.8463C207.99 99.9362 207.84 100.056 207.732 100.207C207.624 100.357 207.574 100.528 207.582 100.719L205.936 100.786C205.917 100.326 206.031 99.9245 206.277 99.5816C206.527 99.2385 206.87 98.9691 207.304 98.7736C207.739 98.5781 208.22 98.4696 208.748 98.4481C209.199 98.4298 209.606 98.4611 209.97 98.5422C210.333 98.6186 210.644 98.7428 210.902 98.9148C211.164 99.082 211.367 99.2973 211.51 99.5606C211.657 99.8191 211.738 100.124 211.752 100.474C211.762 100.725 211.713 100.964 211.603 101.192C211.494 101.42 211.331 101.625 211.115 101.807C210.899 101.985 210.633 102.128 210.318 102.236C210.008 102.345 209.657 102.407 209.266 102.423ZM207.825 102.002L209.246 101.944C209.683 101.927 210.072 101.954 210.413 102.027C210.753 102.095 211.04 102.207 211.274 102.361C211.509 102.516 211.688 102.712 211.811 102.949C211.939 103.181 212.01 103.451 212.022 103.761C212.036 104.107 211.974 104.422 211.835 104.706C211.7 104.985 211.5 105.226 211.235 105.428C210.974 105.63 210.659 105.789 210.29 105.904C209.92 106.02 209.51 106.087 209.059 106.105C208.568 106.125 208.086 106.062 207.615 105.917C207.148 105.772 206.758 105.535 206.444 105.205C206.134 104.871 205.968 104.438 205.946 103.905L207.592 103.838C207.6 104.025 207.664 104.198 207.784 104.357C207.905 104.517 208.074 104.644 208.292 104.74C208.51 104.832 208.77 104.871 209.07 104.859C209.38 104.847 209.631 104.789 209.823 104.685C210.014 104.577 210.155 104.441 210.244 104.278C210.333 104.11 210.374 103.935 210.366 103.753C210.356 103.507 210.301 103.311 210.199 103.165C210.097 103.018 209.947 102.915 209.748 102.855C209.55 102.79 209.302 102.763 209.006 102.775L207.859 102.822L207.825 102.002ZM217.613 104.136L217.47 100.612C217.46 100.347 217.402 100.122 217.299 99.9343C217.196 99.7469 217.044 99.6049 216.844 99.5081C216.648 99.4111 216.405 99.3686 216.114 99.3804C215.845 99.3913 215.614 99.4463 215.422 99.5453C215.23 99.6443 215.083 99.7735 214.98 99.9327C214.877 100.092 214.829 100.27 214.837 100.465L213.198 100.532C213.186 100.24 213.245 99.9553 213.375 99.6764C213.505 99.3974 213.7 99.1455 213.96 98.9205C214.22 98.6956 214.534 98.5141 214.903 98.376C215.271 98.2379 215.688 98.1594 216.152 98.1405C216.708 98.1179 217.203 98.1913 217.639 98.3606C218.079 98.5297 218.43 98.7983 218.691 99.1662C218.957 99.5295 219.101 99.9934 219.124 100.558L219.257 103.843C219.271 104.18 219.306 104.482 219.362 104.749C219.423 105.011 219.503 105.238 219.602 105.43L219.607 105.54L217.92 105.608C217.835 105.434 217.764 105.211 217.708 104.939C217.655 104.663 217.624 104.395 217.613 104.136ZM217.73 101.114L217.785 102.131L216.604 102.179C216.298 102.192 216.031 102.232 215.801 102.301C215.571 102.365 215.381 102.455 215.231 102.57C215.08 102.686 214.969 102.823 214.898 102.981C214.827 103.139 214.796 103.315 214.804 103.511C214.812 103.707 214.864 103.885 214.962 104.045C215.06 104.201 215.197 104.321 215.373 104.405C215.555 104.489 215.771 104.526 216.021 104.515C216.358 104.502 216.649 104.421 216.894 104.275C217.143 104.123 217.337 103.944 217.474 103.738C217.612 103.527 217.681 103.33 217.683 103.148L218.245 103.857C218.198 104.046 218.113 104.25 217.99 104.47C217.866 104.689 217.702 104.901 217.495 105.105C217.294 105.305 217.047 105.473 216.756 105.607C216.47 105.742 216.136 105.817 215.753 105.833C215.27 105.853 214.836 105.774 214.45 105.599C214.065 105.418 213.758 105.168 213.531 104.849C213.303 104.525 213.181 104.154 213.164 103.735C213.148 103.344 213.207 102.995 213.34 102.688C213.478 102.377 213.686 102.113 213.965 101.896C214.248 101.68 214.597 101.51 215.012 101.389C215.426 101.262 215.902 101.188 216.439 101.167L217.73 101.114ZM224.07 101.739L224.064 101.582C224.042 101.049 224.1 100.552 224.236 100.09C224.372 99.6242 224.579 99.2167 224.857 98.8679C225.139 98.5143 225.488 98.2356 225.904 98.0317C226.324 97.8231 226.803 97.7079 227.34 97.686C227.882 97.664 228.369 97.74 228.8 97.9141C229.235 98.0834 229.608 98.3328 229.918 98.6623C230.228 98.9872 230.469 99.3765 230.643 99.8301C230.816 100.279 230.914 100.77 230.935 101.303L230.942 101.46C230.963 101.993 230.906 102.49 230.77 102.952C230.633 103.413 230.424 103.821 230.142 104.174C229.86 104.523 229.511 104.802 229.095 105.01C228.679 105.214 228.202 105.327 227.665 105.349C227.123 105.371 226.634 105.297 226.199 105.128C225.768 104.954 225.397 104.705 225.088 104.38C224.778 104.05 224.536 103.661 224.363 103.212C224.189 102.763 224.092 102.272 224.07 101.739ZM225.71 101.515L225.716 101.672C225.73 102.005 225.777 102.317 225.857 102.611C225.937 102.904 226.055 103.159 226.21 103.376C226.365 103.593 226.558 103.761 226.791 103.879C227.024 103.998 227.298 104.05 227.612 104.038C227.917 104.025 228.178 103.951 228.396 103.814C228.619 103.677 228.798 103.495 228.935 103.266C229.072 103.036 229.168 102.773 229.225 102.474C229.285 102.175 229.309 101.859 229.295 101.527L229.289 101.37C229.276 101.042 229.227 100.734 229.142 100.445C229.062 100.152 228.942 99.8946 228.782 99.6731C228.627 99.4513 228.433 99.2813 228.201 99.1631C227.972 99.0401 227.703 98.9849 227.393 98.9974C227.084 99.01 226.818 99.087 226.595 99.2283C226.378 99.3648 226.2 99.5499 226.064 99.7835C225.927 100.017 225.831 100.283 225.775 100.582C225.718 100.876 225.697 101.187 225.71 101.515ZM235.433 97.4941L235.733 104.885L234.08 104.952L233.78 97.5613L235.433 97.4941ZM237.858 97.3956L237.91 98.6934L231.449 98.9559L231.396 97.6581L237.858 97.3956ZM240.733 97.2788L241.033 104.669L239.387 104.736L239.087 97.3457L240.733 97.2788ZM245.555 97.0829L242.41 101.665L240.531 101.741L240.252 100.261L241.625 100.205L243.499 97.1664L245.555 97.0829ZM243.929 104.552L241.572 101.418L242.831 100.43L246.095 104.464L243.929 104.552ZM251.655 96.8351L251.708 98.1466L248.102 98.2931L248.048 96.9816L251.655 96.8351ZM252.946 96.7827L253.246 104.173L251.6 104.24L251.3 96.8496L252.946 96.7827ZM247.645 96.998L249.271 96.932L249.221 100.594C249.216 101.137 249.181 101.618 249.116 102.035C249.055 102.448 248.965 102.805 248.844 103.107C248.724 103.404 248.572 103.647 248.388 103.837C248.205 104.027 247.987 104.17 247.735 104.267C247.484 104.364 247.199 104.419 246.88 104.432L246.368 104.452L246.306 103.1L246.565 103.069C246.733 103.049 246.877 103 246.997 102.922C247.116 102.839 247.217 102.726 247.297 102.581C247.383 102.436 247.448 102.251 247.494 102.026C247.544 101.8 247.579 101.534 247.598 101.228C247.622 100.921 247.635 100.565 247.637 100.159L247.645 96.998ZM259.166 99.5198L259.22 100.831L255.258 100.992L255.205 99.6807L259.166 99.5198ZM256.491 96.6387L256.791 104.029L255.145 104.096L254.844 96.7056L256.491 96.6387ZM257.983 100.361L257.976 100.204C257.955 99.6716 258.012 99.1744 258.148 98.7128C258.285 98.2466 258.494 97.839 258.776 97.49C259.058 97.1365 259.407 96.8577 259.823 96.6538C260.239 96.4454 260.715 96.3302 261.253 96.3084C261.799 96.2862 262.288 96.3621 262.719 96.5362C263.155 96.7055 263.527 96.9549 263.837 97.2844C264.147 97.6093 264.389 97.9986 264.562 98.4522C264.735 98.9013 264.833 99.3922 264.855 99.925L264.861 100.082C264.883 100.615 264.825 101.112 264.689 101.574C264.553 102.035 264.343 102.443 264.061 102.796C263.783 103.145 263.434 103.424 263.014 103.633C262.598 103.837 262.119 103.949 261.578 103.971C261.036 103.993 260.549 103.92 260.118 103.75C259.687 103.576 259.314 103.327 259 103.002C258.69 102.673 258.449 102.283 258.275 101.834C258.102 101.385 258.004 100.894 257.983 100.361ZM259.629 100.137L259.636 100.294C259.649 100.627 259.696 100.94 259.776 101.233C259.857 101.526 259.974 101.781 260.129 101.998C260.284 102.216 260.478 102.383 260.711 102.502C260.943 102.62 261.215 102.673 261.524 102.66C261.834 102.647 262.098 102.573 262.316 102.436C262.538 102.3 262.718 102.117 262.854 101.888C262.991 101.659 263.088 101.395 263.144 101.096C263.205 100.797 263.228 100.481 263.215 100.149L263.208 99.9918C263.195 99.664 263.146 99.3558 263.061 99.0674C262.981 98.7742 262.863 98.5167 262.708 98.2949C262.553 98.0732 262.36 97.9032 262.127 97.7849C261.894 97.6621 261.62 97.6071 261.306 97.6198C261.001 97.6322 260.737 97.7091 260.515 97.8504C260.297 97.9869 260.12 98.172 259.983 98.4056C259.847 98.6392 259.75 98.9054 259.694 99.2041C259.638 99.4983 259.616 99.8094 259.629 100.137ZM272.009 96.0083L272.309 103.399L270.663 103.466L270.363 96.0752L272.009 96.0083ZM271.445 99.3083L271.498 100.613C271.301 100.708 271.079 100.796 270.832 100.879C270.589 100.958 270.331 101.025 270.06 101.082C269.789 101.134 269.514 101.166 269.236 101.177C268.585 101.203 268.018 101.126 267.537 100.945C267.06 100.764 266.685 100.471 266.413 100.067C266.146 99.6581 265.999 99.1327 265.973 98.4907L265.882 96.2504L267.521 96.1838L267.612 98.4241C267.627 98.7929 267.694 99.0844 267.812 99.2986C267.935 99.5125 268.11 99.6628 268.337 99.7493C268.564 99.8359 268.846 99.8723 269.183 99.8586C269.465 99.8472 269.73 99.8181 269.979 99.7715C270.228 99.7204 270.474 99.6556 270.717 99.5773C270.96 99.4991 271.203 99.4094 271.445 99.3083ZM277.328 103.332C276.782 103.354 276.284 103.285 275.835 103.125C275.391 102.961 275.007 102.724 274.684 102.413C274.366 102.102 274.116 101.731 273.934 101.301C273.753 100.87 273.652 100.402 273.631 99.8968L273.62 99.6236C273.597 99.0453 273.659 98.5182 273.809 98.0424C273.958 97.5665 274.177 97.1563 274.464 96.8117C274.75 96.4625 275.095 96.1908 275.498 95.9966C275.9 95.8023 276.341 95.6955 276.819 95.6761C277.347 95.6546 277.813 95.7246 278.216 95.8861C278.62 96.0476 278.958 96.2848 279.23 96.5975C279.507 96.9055 279.719 97.2778 279.864 97.7143C280.014 98.1506 280.1 98.6352 280.122 99.168L280.15 99.8715L274.44 100.103L274.392 98.9218L278.476 98.7559L278.471 98.6261C278.45 98.3305 278.38 98.0551 278.26 97.8C278.144 97.5447 277.974 97.3418 277.749 97.1913C277.524 97.0408 277.23 96.973 276.865 96.9878C276.592 96.9989 276.351 97.068 276.142 97.1951C275.937 97.3174 275.768 97.4907 275.636 97.715C275.504 97.9393 275.405 98.2079 275.34 98.5207C275.28 98.8287 275.257 99.174 275.273 99.5565L275.284 99.8297C275.297 100.153 275.353 100.452 275.45 100.726C275.553 100.996 275.694 101.229 275.876 101.427C276.057 101.625 276.273 101.778 276.524 101.887C276.774 101.99 277.057 102.036 277.371 102.023C277.767 102.007 278.117 101.913 278.42 101.741C278.723 101.569 278.983 101.333 279.198 101.032L280.1 101.837C279.95 102.076 279.752 102.307 279.506 102.532C279.259 102.751 278.954 102.935 278.591 103.082C278.232 103.229 277.811 103.312 277.328 103.332ZM286.437 98.5146L286.49 99.8123L282.665 99.9677L282.612 98.67L286.437 98.5146ZM282.965 95.5632L283.265 102.954L281.619 103.021L281.319 95.6301L282.965 95.5632ZM287.5 95.379L287.8 102.769L286.154 102.836L285.854 95.4459L287.5 95.379ZM291.159 100.225L293.859 95.1207L295.505 95.0538L295.806 102.444L294.159 102.511L293.957 97.5181L291.257 102.629L289.61 102.696L289.31 95.3055L290.956 95.2386L291.159 100.225ZM300.811 102.378C300.264 102.4 299.767 102.331 299.318 102.172C298.873 102.007 298.49 101.77 298.167 101.459C297.849 101.148 297.599 100.777 297.417 100.347C297.235 99.9163 297.134 99.4484 297.114 98.9429L297.103 98.6697C297.079 98.0914 297.142 97.5643 297.291 97.0885C297.441 96.6126 297.659 96.2024 297.946 95.8578C298.233 95.5086 298.578 95.2369 298.98 95.0427C299.383 94.8484 299.823 94.7416 300.301 94.7222C300.83 94.7007 301.295 94.7707 301.699 94.9322C302.102 95.0937 302.44 95.3308 302.713 95.6436C302.99 95.9516 303.201 96.3239 303.347 96.7604C303.497 97.1967 303.582 97.6813 303.604 98.214L303.633 98.9176L297.923 99.1495L297.875 97.9679L301.959 97.802L301.954 97.6722C301.933 97.3766 301.862 97.1012 301.742 96.8461C301.627 96.5908 301.457 96.3879 301.232 96.2374C301.007 96.0869 300.712 96.0191 300.348 96.0339C300.075 96.045 299.833 96.1141 299.624 96.2411C299.419 96.3635 299.251 96.5368 299.119 96.7611C298.986 96.9854 298.888 97.254 298.823 97.5667C298.762 97.8748 298.74 98.2201 298.756 98.6026L298.767 98.8758C298.78 99.1991 298.835 99.4979 298.933 99.7721C299.035 100.042 299.177 100.275 299.358 100.473C299.54 100.671 299.756 100.824 300.006 100.933C300.257 101.036 300.539 101.082 300.853 101.069C301.25 101.053 301.599 100.959 301.902 100.787C302.206 100.615 302.465 100.379 302.681 100.078L303.583 100.883C303.433 101.122 303.234 101.353 302.988 101.578C302.742 101.798 302.437 101.981 302.073 102.128C301.714 102.275 301.294 102.358 300.811 102.378Z' fill='%23070708'/%3E%3Ccircle cx='110.119' cy='130.504' r='4.5' transform='rotate(-2.32621 110.119 130.504)' fill='%23070708'/%3E%3Cpath d='M129.702 124.251L129.758 125.617L125.133 125.805L125.482 134.384L123.774 134.453L123.37 124.508L129.702 124.251ZM124.714 128.278L127.214 128.177C127.97 128.146 128.622 128.247 129.169 128.48C129.717 128.709 130.141 129.045 130.442 129.489C130.743 129.933 130.905 130.458 130.93 131.063C130.948 131.519 130.886 131.939 130.742 132.323C130.598 132.707 130.376 133.045 130.078 133.335C129.779 133.621 129.41 133.848 128.97 134.016C128.534 134.185 128.032 134.28 127.463 134.303L123.774 134.453L123.37 124.508L125.092 124.438L125.44 133.024L127.408 132.944C127.84 132.927 128.192 132.832 128.463 132.662C128.734 132.487 128.931 132.264 129.052 131.995C129.178 131.725 129.234 131.433 129.222 131.119C129.209 130.814 129.13 130.539 128.983 130.294C128.841 130.049 128.628 129.857 128.344 129.718C128.06 129.579 127.702 129.518 127.269 129.536L124.769 129.637L124.714 128.278ZM139.053 132.471L139.108 133.83L133.829 134.045L133.773 132.686L139.053 132.471ZM133.91 124.08L134.314 134.025L132.599 134.095L132.195 124.15L133.91 124.08ZM138.183 128.066L138.238 129.405L133.648 129.591L133.593 128.253L138.183 128.066ZM138.67 123.887L138.726 125.253L133.48 125.466L133.425 124.1L138.67 123.887ZM143.723 128.867L142.344 128.923L142.304 127.947L143.492 127.898C143.916 127.881 144.257 127.806 144.516 127.672C144.775 127.534 144.959 127.351 145.069 127.123C145.182 126.89 145.233 126.624 145.221 126.323C145.21 126.054 145.132 125.811 144.986 125.594C144.845 125.376 144.633 125.207 144.35 125.086C144.066 124.961 143.706 124.907 143.269 124.925C142.941 124.938 142.645 125.009 142.381 125.139C142.118 125.268 141.91 125.443 141.76 125.663C141.613 125.884 141.546 126.139 141.558 126.431L139.844 126.501C139.826 126.068 139.902 125.677 140.07 125.328C140.242 124.975 140.483 124.671 140.792 124.416C141.106 124.162 141.469 123.962 141.883 123.818C142.301 123.669 142.745 123.584 143.214 123.565C143.76 123.543 144.257 123.585 144.703 123.69C145.15 123.79 145.537 123.952 145.866 124.176C146.194 124.4 146.45 124.686 146.633 125.034C146.815 125.378 146.916 125.782 146.935 126.247C146.949 126.588 146.882 126.912 146.735 127.219C146.592 127.526 146.38 127.799 146.098 128.039C145.816 128.278 145.472 128.473 145.068 128.621C144.668 128.765 144.22 128.847 143.723 128.867ZM142.319 128.329L143.699 128.273C144.25 128.251 144.742 128.288 145.175 128.384C145.607 128.481 145.976 128.632 146.281 128.839C146.586 129.045 146.822 129.307 146.99 129.624C147.158 129.937 147.25 130.3 147.267 130.714C147.286 131.179 147.209 131.597 147.037 131.969C146.87 132.336 146.623 132.652 146.296 132.916C145.969 133.18 145.578 133.385 145.124 133.531C144.674 133.677 144.175 133.761 143.629 133.784C143.187 133.801 142.748 133.765 142.311 133.673C141.878 133.576 141.482 133.419 141.122 133.201C140.766 132.978 140.476 132.689 140.252 132.333C140.027 131.978 139.905 131.545 139.884 131.035L141.606 130.965C141.617 131.247 141.707 131.504 141.876 131.734C142.05 131.959 142.28 132.137 142.568 132.267C142.861 132.392 143.196 132.446 143.574 132.431C144.006 132.414 144.37 132.33 144.665 132.182C144.965 132.033 145.189 131.836 145.339 131.593C145.493 131.35 145.565 131.08 145.553 130.784C145.541 130.502 145.488 130.26 145.393 130.058C145.303 129.852 145.173 129.689 145.004 129.568C144.834 129.443 144.628 129.353 144.384 129.299C144.14 129.245 143.861 129.224 143.547 129.237L142.358 129.286L142.319 128.329ZM155.296 131.996C155.565 131.985 155.804 131.923 156.014 131.809C156.228 131.691 156.397 131.534 156.522 131.337C156.65 131.141 156.717 130.917 156.72 130.666L158.271 130.603C158.281 131.081 158.157 131.522 157.9 131.924C157.643 132.327 157.293 132.654 156.852 132.904C156.411 133.15 155.917 133.284 155.37 133.307C154.805 133.33 154.31 133.254 153.883 133.08C153.456 132.901 153.097 132.646 152.805 132.316C152.514 131.986 152.288 131.601 152.129 131.16C151.974 130.719 151.886 130.244 151.866 129.734L151.856 129.495C151.835 128.985 151.884 128.504 152.003 128.052C152.126 127.596 152.319 127.191 152.583 126.838C152.847 126.485 153.184 126.205 153.595 125.997C154.006 125.784 154.492 125.666 155.052 125.643C155.644 125.619 156.168 125.717 156.624 125.935C157.079 126.149 157.443 126.461 157.715 126.869C157.992 127.273 158.146 127.75 158.177 128.301L156.627 128.364C156.602 128.091 156.524 127.848 156.392 127.634C156.264 127.416 156.089 127.245 155.865 127.122C155.645 126.999 155.385 126.943 155.085 126.956C154.752 126.969 154.48 127.049 154.267 127.194C154.053 127.335 153.89 127.524 153.777 127.761C153.663 127.994 153.584 128.255 153.541 128.544C153.503 128.828 153.49 129.123 153.502 129.428L153.512 129.667C153.524 129.972 153.561 130.267 153.623 130.552C153.685 130.837 153.782 131.091 153.914 131.313C154.051 131.531 154.231 131.704 154.455 131.832C154.679 131.955 154.959 132.01 155.296 131.996ZM161.044 126.96L161.402 135.771L159.756 135.838L159.34 125.606L160.856 125.544L161.044 126.96ZM165.949 128.97L165.955 129.114C165.977 129.651 165.933 130.152 165.824 130.617C165.72 131.078 165.552 131.484 165.32 131.835C165.092 132.182 164.804 132.456 164.457 132.657C164.109 132.858 163.703 132.968 163.239 132.987C162.779 133.006 162.372 132.938 162.019 132.783C161.671 132.624 161.372 132.392 161.122 132.088C160.873 131.783 160.666 131.422 160.504 131.005C160.345 130.582 160.226 130.117 160.146 129.61L160.123 129.056C160.161 128.512 160.241 128.016 160.364 127.569C160.492 127.121 160.668 126.733 160.891 126.405C161.115 126.077 161.394 125.819 161.729 125.632C162.063 125.445 162.458 125.342 162.914 125.324C163.378 125.305 163.794 125.379 164.161 125.547C164.528 125.71 164.841 125.953 165.101 126.275C165.36 126.593 165.56 126.982 165.702 127.441C165.844 127.896 165.926 128.406 165.949 128.97ZM164.309 129.181L164.303 129.037C164.289 128.696 164.244 128.38 164.169 128.092C164.093 127.798 163.982 127.543 163.836 127.325C163.691 127.108 163.508 126.942 163.289 126.827C163.075 126.708 162.819 126.655 162.524 126.667C162.232 126.679 161.984 126.739 161.778 126.848C161.573 126.952 161.403 127.093 161.269 127.272C161.135 127.451 161.034 127.658 160.966 127.893C160.897 128.124 160.853 128.375 160.832 128.645L160.886 129.97C160.954 130.295 161.059 130.592 161.202 130.86C161.346 131.128 161.541 131.339 161.789 131.493C162.041 131.642 162.359 131.709 162.741 131.694C163.037 131.682 163.287 131.608 163.492 131.472C163.696 131.336 163.86 131.153 163.983 130.925C164.11 130.692 164.2 130.426 164.251 130.127C164.303 129.829 164.322 129.513 164.309 129.181ZM167.041 129.076L167.035 128.919C167.013 128.387 167.07 127.889 167.207 127.428C167.343 126.962 167.55 126.554 167.827 126.205C168.11 125.852 168.459 125.573 168.874 125.369C169.295 125.16 169.774 125.045 170.311 125.023C170.853 125.001 171.339 125.077 171.771 125.251C172.206 125.421 172.579 125.67 172.889 126C173.198 126.325 173.44 126.714 173.614 127.167C173.787 127.617 173.884 128.107 173.906 128.64L173.912 128.797C173.934 129.33 173.877 129.827 173.74 130.289C173.604 130.751 173.395 131.158 173.113 131.512C172.83 131.861 172.481 132.139 172.066 132.348C171.65 132.552 171.173 132.665 170.636 132.686C170.094 132.708 169.605 132.635 169.17 132.466C168.738 132.291 168.368 132.042 168.058 131.717C167.748 131.388 167.507 130.998 167.333 130.549C167.16 130.1 167.063 129.609 167.041 129.076ZM168.681 128.852L168.687 129.01C168.701 129.342 168.748 129.655 168.828 129.948C168.908 130.241 169.026 130.496 169.181 130.714C169.335 130.931 169.529 131.099 169.762 131.217C169.995 131.335 170.268 131.388 170.583 131.375C170.888 131.363 171.149 131.288 171.367 131.152C171.59 131.015 171.769 130.832 171.906 130.603C172.042 130.374 172.139 130.11 172.195 129.811C172.256 129.512 172.28 129.197 172.266 128.864L172.26 128.707C172.247 128.379 172.198 128.071 172.113 127.783C172.032 127.489 171.913 127.232 171.753 127.01C171.598 126.789 171.404 126.619 171.171 126.5C170.943 126.377 170.674 126.322 170.364 126.335C170.054 126.347 169.789 126.424 169.566 126.566C169.348 126.702 169.171 126.887 169.035 127.121C168.898 127.354 168.802 127.621 168.745 127.919C168.689 128.214 168.667 128.525 168.681 128.852ZM176.914 124.892L177.215 132.282L175.569 132.349L175.268 124.959L176.914 124.892ZM181.737 124.696L178.591 129.278L176.713 129.354L176.434 127.874L177.806 127.818L179.681 124.78L181.737 124.696ZM180.111 132.165L177.753 129.031L179.013 128.043L182.276 132.077L180.111 132.165ZM187.277 130.389L187.134 126.865C187.123 126.6 187.066 126.375 186.963 126.187C186.859 126 186.708 125.858 186.507 125.761C186.312 125.664 186.069 125.622 185.777 125.633C185.508 125.644 185.278 125.699 185.086 125.798C184.894 125.897 184.746 126.027 184.643 126.186C184.54 126.345 184.493 126.523 184.501 126.718L182.861 126.785C182.85 126.494 182.909 126.208 183.039 125.929C183.169 125.65 183.364 125.399 183.624 125.174C183.884 124.949 184.198 124.767 184.566 124.629C184.935 124.491 185.351 124.412 185.816 124.394C186.371 124.371 186.867 124.444 187.302 124.614C187.743 124.783 188.093 125.051 188.354 125.419C188.62 125.783 188.764 126.246 188.787 126.811L188.921 130.096C188.934 130.433 188.97 130.735 189.026 131.002C189.087 131.264 189.167 131.491 189.266 131.683L189.27 131.793L187.583 131.861C187.498 131.687 187.428 131.464 187.371 131.192C187.319 130.916 187.288 130.649 187.277 130.389ZM187.394 127.367L187.449 128.384L186.267 128.432C185.962 128.445 185.695 128.485 185.465 128.554C185.235 128.618 185.044 128.708 184.894 128.823C184.744 128.939 184.633 129.076 184.562 129.234C184.491 129.392 184.459 129.568 184.467 129.764C184.475 129.96 184.528 130.138 184.626 130.298C184.723 130.454 184.86 130.574 185.037 130.658C185.218 130.742 185.434 130.779 185.685 130.768C186.022 130.755 186.313 130.674 186.557 130.528C186.807 130.376 187 130.197 187.138 129.991C187.275 129.78 187.345 129.583 187.346 129.401L187.909 130.11C187.862 130.299 187.777 130.503 187.653 130.723C187.53 130.942 187.365 131.154 187.159 131.358C186.957 131.558 186.711 131.726 186.42 131.861C186.134 131.995 185.799 132.07 185.417 132.086C184.934 132.106 184.5 132.027 184.114 131.852C183.728 131.671 183.422 131.421 183.194 131.102C182.967 130.778 182.844 130.407 182.827 129.988C182.811 129.597 182.87 129.248 183.004 128.941C183.142 128.63 183.35 128.366 183.628 128.149C183.912 127.933 184.26 127.763 184.675 127.642C185.09 127.515 185.565 127.441 186.103 127.42L187.394 127.367ZM195.233 124.148L196.879 124.081L196.903 126.687C196.911 127.443 196.851 128.096 196.723 128.644C196.594 129.192 196.417 129.657 196.191 130.041C195.965 130.419 195.704 130.733 195.408 130.982C195.117 131.231 194.809 131.431 194.482 131.581L193.997 131.601L193.944 130.303L194.176 130.28C194.363 130.062 194.523 129.846 194.656 129.631C194.793 129.411 194.906 129.171 194.996 128.912C195.086 128.649 195.151 128.343 195.191 127.994C195.236 127.646 195.258 127.232 195.257 126.753L195.233 124.148ZM195.671 124.13L200.356 123.94L200.656 131.33L199.017 131.397L198.773 125.4L195.727 125.523L195.671 124.13ZM193.568 130.304L201.614 129.978L201.757 133.488L200.11 133.555L200.021 131.356L195.288 131.548L195.377 133.748L193.704 133.816L193.568 130.304ZM202.381 127.641L202.375 127.484C202.353 126.951 202.41 126.454 202.547 125.992C202.683 125.526 202.89 125.118 203.167 124.77C203.45 124.416 203.799 124.137 204.214 123.934C204.635 123.725 205.114 123.61 205.651 123.588C206.193 123.566 206.679 123.642 207.111 123.816C207.546 123.985 207.919 124.235 208.229 124.564C208.538 124.889 208.78 125.278 208.953 125.732C209.127 126.181 209.224 126.672 209.246 127.205L209.252 127.362C209.274 127.894 209.217 128.392 209.08 128.853C208.944 129.315 208.735 129.723 208.453 130.076C208.17 130.425 207.821 130.704 207.406 130.912C206.99 131.116 206.513 131.229 205.976 131.251C205.434 131.273 204.945 131.199 204.51 131.03C204.078 130.856 203.708 130.606 203.398 130.281C203.088 129.952 202.847 129.563 202.673 129.114C202.5 128.665 202.403 128.174 202.381 127.641ZM204.021 127.417L204.027 127.574C204.041 127.906 204.088 128.219 204.168 128.512C204.248 128.806 204.366 129.061 204.521 129.278C204.675 129.495 204.869 129.663 205.102 129.781C205.335 129.899 205.608 129.952 205.923 129.939C206.228 129.927 206.489 129.853 206.707 129.716C206.93 129.579 207.109 129.396 207.246 129.167C207.382 128.938 207.479 128.674 207.535 128.376C207.596 128.077 207.62 127.761 207.606 127.429L207.6 127.272C207.587 126.944 207.538 126.635 207.453 126.347C207.372 126.054 207.253 125.796 207.093 125.575C206.938 125.353 206.744 125.183 206.511 125.065C206.283 124.942 206.014 124.887 205.704 124.899C205.394 124.912 205.129 124.989 204.906 125.13C204.688 125.267 204.511 125.452 204.375 125.685C204.238 125.919 204.142 126.185 204.085 126.484C204.029 126.778 204.007 127.089 204.021 127.417ZM215.396 123.329L215.45 124.64L212.226 124.771L212.473 130.85L210.827 130.917L210.526 123.527L215.396 123.329ZM216.055 127.085L216.049 126.928C216.027 126.396 216.085 125.898 216.221 125.437C216.357 124.97 216.564 124.563 216.842 124.214C217.124 123.861 217.473 123.582 217.889 123.378C218.309 123.169 218.788 123.054 219.325 123.032C219.867 123.01 220.354 123.086 220.785 123.26C221.22 123.43 221.593 123.679 221.903 124.009C222.213 124.334 222.454 124.723 222.628 125.176C222.801 125.625 222.899 126.116 222.92 126.649L222.927 126.806C222.948 127.339 222.891 127.836 222.755 128.298C222.618 128.76 222.409 129.167 222.127 129.521C221.845 129.87 221.496 130.148 221.08 130.357C220.664 130.561 220.187 130.674 219.65 130.695C219.108 130.717 218.619 130.644 218.184 130.474C217.753 130.3 217.382 130.051 217.072 129.726C216.763 129.396 216.521 129.007 216.348 128.558C216.174 128.109 216.077 127.618 216.055 127.085ZM217.695 126.861L217.701 127.019C217.715 127.351 217.762 127.664 217.842 127.957C217.922 128.25 218.04 128.505 218.195 128.723C218.35 128.94 218.543 129.107 218.776 129.226C219.009 129.344 219.283 129.397 219.597 129.384C219.902 129.372 220.163 129.297 220.381 129.161C220.604 129.024 220.783 128.841 220.92 128.612C221.057 128.383 221.153 128.119 221.209 127.82C221.27 127.521 221.294 127.206 221.28 126.873L221.274 126.716C221.261 126.388 221.212 126.08 221.127 125.792C221.047 125.498 220.927 125.241 220.767 125.019C220.612 124.798 220.418 124.628 220.186 124.509C219.957 124.386 219.688 124.331 219.378 124.344C219.069 124.356 218.803 124.433 218.58 124.575C218.363 124.711 218.185 124.896 218.049 125.13C217.912 125.363 217.816 125.63 217.76 125.928C217.703 126.223 217.682 126.534 217.695 126.861ZM227.917 127.055L225.554 127.151L225.493 125.99L227.433 125.912C227.752 125.899 228.012 125.856 228.215 125.784C228.422 125.712 228.572 125.61 228.667 125.478C228.762 125.342 228.806 125.181 228.798 124.994C228.792 124.839 228.757 124.706 228.693 124.595C228.629 124.479 228.534 124.387 228.408 124.319C228.287 124.246 228.134 124.198 227.951 124.173C227.772 124.144 227.564 124.134 227.327 124.144L225.981 124.199L226.229 130.291L224.583 130.358L224.283 122.968L227.274 122.846C227.748 122.827 228.175 122.851 228.557 122.917C228.942 122.984 229.273 123.096 229.549 123.253C229.824 123.411 230.038 123.617 230.189 123.87C230.345 124.119 230.431 124.417 230.445 124.763C230.454 124.991 230.412 125.207 230.32 125.411C230.233 125.615 230.097 125.799 229.912 125.961C229.727 126.124 229.497 126.261 229.224 126.373C228.95 126.479 228.634 126.552 228.275 126.589L227.917 127.055ZM228.046 130.217L225.204 130.333L225.807 129.009L227.993 128.92C228.285 128.908 228.524 128.862 228.713 128.781C228.901 128.7 229.038 128.59 229.123 128.45C229.213 128.305 229.254 128.136 229.247 127.945C229.239 127.749 229.186 127.583 229.089 127.445C228.993 127.308 228.847 127.207 228.653 127.141C228.463 127.072 228.218 127.043 227.917 127.055L226.039 127.131L226.006 125.97L228.239 125.879L228.729 126.311C229.199 126.323 229.592 126.408 229.909 126.564C230.225 126.72 230.466 126.922 230.631 127.171C230.796 127.419 230.885 127.694 230.897 127.994C230.911 128.341 230.858 128.648 230.736 128.918C230.62 129.187 230.437 129.416 230.19 129.604C229.946 129.787 229.644 129.931 229.284 130.037C228.923 130.139 228.51 130.199 228.046 130.217ZM231.943 126.44L231.936 126.283C231.915 125.75 231.972 125.253 232.108 124.791C232.244 124.325 232.451 123.918 232.729 123.569C233.011 123.215 233.36 122.937 233.776 122.733C234.196 122.524 234.675 122.409 235.212 122.387C235.754 122.365 236.241 122.441 236.672 122.615C237.108 122.784 237.48 123.034 237.79 123.363C238.1 123.688 238.342 124.077 238.515 124.531C238.688 124.98 238.786 125.471 238.807 126.004L238.814 126.161C238.836 126.694 238.778 127.191 238.642 127.652C238.506 128.114 238.296 128.522 238.014 128.875C237.732 129.224 237.383 129.503 236.967 129.711C236.551 129.915 236.075 130.028 235.537 130.05C234.996 130.072 234.507 129.998 234.071 129.829C233.64 129.655 233.269 129.406 232.96 129.081C232.65 128.751 232.408 128.362 232.235 127.913C232.062 127.464 231.964 126.973 231.943 126.44ZM233.582 126.216L233.589 126.373C233.602 126.706 233.649 127.018 233.729 127.312C233.81 127.605 233.927 127.86 234.082 128.077C234.237 128.294 234.431 128.462 234.664 128.58C234.896 128.699 235.17 128.751 235.484 128.739C235.789 128.726 236.051 128.652 236.269 128.515C236.491 128.378 236.671 128.195 236.807 127.966C236.944 127.737 237.04 127.474 237.097 127.175C237.158 126.876 237.181 126.56 237.168 126.228L237.161 126.071C237.148 125.743 237.099 125.435 237.014 125.146C236.934 124.853 236.814 124.596 236.655 124.374C236.5 124.152 236.306 123.982 236.073 123.864C235.844 123.741 235.575 123.686 235.266 123.698C234.956 123.711 234.69 123.788 234.468 123.929C234.25 124.066 234.073 124.251 233.936 124.484C233.8 124.718 233.703 124.984 233.647 125.283C233.591 125.577 233.569 125.888 233.582 126.216ZM241.751 123.681L242.109 132.492L240.463 132.559L240.047 122.327L241.563 122.266L241.751 123.681ZM246.656 125.692L246.662 125.835C246.683 126.373 246.64 126.874 246.531 127.339C246.427 127.799 246.258 128.205 246.026 128.557C245.799 128.903 245.511 129.177 245.164 129.378C244.816 129.58 244.41 129.69 243.945 129.708C243.486 129.727 243.079 129.659 242.726 129.505C242.378 129.346 242.079 129.114 241.829 128.809C241.58 128.505 241.373 128.144 241.21 127.726C241.052 127.304 240.933 126.839 240.853 126.331L240.83 125.778C240.867 125.234 240.948 124.738 241.071 124.29C241.199 123.843 241.374 123.455 241.598 123.126C241.822 122.798 242.101 122.54 242.436 122.353C242.77 122.167 243.165 122.064 243.621 122.045C244.085 122.027 244.501 122.101 244.868 122.268C245.235 122.431 245.548 122.674 245.807 122.996C246.067 123.314 246.267 123.703 246.409 124.162C246.551 124.617 246.633 125.127 246.656 125.692ZM245.016 125.902L245.01 125.759C244.996 125.417 244.951 125.102 244.875 124.813C244.8 124.52 244.689 124.264 244.543 124.047C244.398 123.829 244.215 123.663 243.996 123.549C243.782 123.43 243.526 123.376 243.23 123.389C242.939 123.4 242.691 123.461 242.485 123.569C242.28 123.673 242.11 123.815 241.976 123.994C241.841 124.172 241.74 124.379 241.672 124.615C241.604 124.846 241.56 125.096 241.539 125.366L241.593 126.691C241.661 127.017 241.766 127.313 241.909 127.581C242.052 127.849 242.248 128.06 242.496 128.214C242.748 128.364 243.066 128.431 243.448 128.415C243.744 128.403 243.994 128.329 244.199 128.193C244.403 128.057 244.567 127.875 244.69 127.646C244.817 127.413 244.906 127.147 244.958 126.849C245.01 126.55 245.029 126.235 245.016 125.902ZM252.315 127.747L252.172 124.223C252.161 123.958 252.104 123.733 252.001 123.545C251.897 123.358 251.746 123.216 251.546 123.119C251.35 123.022 251.107 122.98 250.815 122.991C250.547 123.002 250.316 123.057 250.124 123.156C249.932 123.255 249.784 123.385 249.681 123.544C249.578 123.703 249.531 123.881 249.539 124.076L247.9 124.143C247.888 123.852 247.947 123.566 248.077 123.287C248.207 123.008 248.402 122.757 248.662 122.532C248.922 122.307 249.236 122.125 249.605 121.987C249.973 121.849 250.389 121.77 250.854 121.752C251.409 121.729 251.905 121.802 252.341 121.972C252.781 122.141 253.131 122.409 253.393 122.777C253.658 123.14 253.803 123.604 253.825 124.169L253.959 127.454C253.973 127.791 254.008 128.093 254.064 128.36C254.125 128.622 254.205 128.849 254.304 129.041L254.308 129.151L252.621 129.219C252.537 129.045 252.466 128.822 252.409 128.55C252.357 128.274 252.326 128.007 252.315 127.747ZM252.432 124.725L252.487 125.742L251.305 125.79C251 125.803 250.733 125.843 250.503 125.912C250.273 125.976 250.083 126.066 249.932 126.181C249.782 126.297 249.671 126.434 249.6 126.592C249.529 126.75 249.497 126.926 249.505 127.122C249.513 127.318 249.566 127.496 249.664 127.656C249.761 127.812 249.898 127.932 250.075 128.016C250.256 128.1 250.472 128.137 250.723 128.126C251.06 128.113 251.351 128.032 251.596 127.886C251.845 127.734 252.038 127.555 252.176 127.349C252.313 127.138 252.383 126.941 252.384 126.759L252.947 127.468C252.9 127.657 252.815 127.861 252.691 128.081C252.568 128.3 252.403 128.512 252.197 128.716C251.995 128.916 251.749 129.084 251.458 129.219C251.172 129.353 250.837 129.428 250.455 129.444C249.972 129.464 249.538 129.385 249.152 129.21C248.766 129.029 248.46 128.779 248.232 128.46C248.005 128.136 247.883 127.765 247.866 127.346C247.85 126.955 247.908 126.606 248.042 126.299C248.18 125.988 248.388 125.724 248.667 125.507C248.95 125.291 249.299 125.121 249.713 125C250.128 124.873 250.604 124.799 251.141 124.778L252.432 124.725Z' fill='%23070708'/%3E%3Crect width='141' height='29' transform='translate(186.259 46) rotate(0.511031)' fill='%23070708'/%3E%3Cpath d='M202.392 63.3687L203.112 63.3751C203.518 62.7227 203.88 61.6059 204.11 59.1279L204.285 57.4333L210.429 57.4881L210.376 63.4399L211.224 63.4475L211.191 67.1913L209.415 67.1755L209.432 65.2076L204.153 65.1605L204.135 67.1284L202.359 67.1126L202.392 63.3687ZM205.831 59.9112C205.652 62.1017 205.292 62.9465 205.016 63.3921L208.344 63.4218L208.381 59.246L205.886 59.2237L205.831 59.9112ZM216.085 65.4589C213.541 65.4362 212.021 63.5666 212.041 61.3587C212.061 59.1668 213.613 57.3245 216.157 57.3472C218.717 57.3701 220.236 59.2397 220.217 61.4316C220.197 63.6395 218.645 65.4817 216.085 65.4589ZM216.101 63.651C217.365 63.6622 218.094 62.6287 218.105 61.4128C218.115 60.2128 217.405 59.1664 216.141 59.1552C214.877 59.1439 214.164 60.1776 214.153 61.3775C214.142 62.5935 214.837 63.6397 216.101 63.651ZM225.367 60.0375C225.395 56.8056 227.24 54.534 230.392 54.5621C231.688 54.5736 232.772 55.0313 233.534 55.6941L232.494 57.3969C231.923 56.8478 231.318 56.5384 230.374 56.53C228.758 56.5156 227.69 57.8981 227.675 59.594C227.674 59.674 227.673 59.754 227.689 59.8182C228.191 59.1026 229.269 58.4722 230.437 58.4826C232.357 58.4998 234.058 59.683 234.038 61.9549C234.019 64.0348 232.357 65.604 229.925 65.5824C226.677 65.5534 225.34 63.0454 225.367 60.0375ZM231.733 62.0303C231.743 60.8784 230.804 60.374 229.764 60.3647C228.964 60.3576 228.192 60.7507 227.675 61.3701C227.762 62.3949 228.327 63.584 229.831 63.5974C231.063 63.6084 231.726 62.7823 231.733 62.0303ZM235.101 60.1083C235.125 57.3564 236.51 54.6166 239.566 54.6439C242.606 54.671 243.957 57.4352 243.932 60.1871C243.908 62.939 242.507 65.6946 239.467 65.6675C236.411 65.6402 235.076 62.8602 235.101 60.1083ZM241.612 60.1664C241.63 58.1985 241.068 56.6734 239.548 56.6598C238.012 56.6461 237.422 58.1609 237.405 60.1288C237.387 62.0968 237.949 63.6378 239.485 63.6515C241.005 63.6651 241.595 62.1343 241.612 60.1664ZM245.022 60.1968C245.047 57.4449 246.431 54.7051 249.487 54.7324C252.527 54.7595 253.878 57.5237 253.854 60.2756C253.829 63.0275 252.429 65.7831 249.389 65.756C246.333 65.7287 244.998 62.9487 245.022 60.1968ZM251.534 60.2549C251.551 58.2869 250.989 56.7619 249.469 56.7483C247.933 56.7346 247.344 58.2494 247.326 60.2173C247.309 62.1853 247.871 63.7263 249.407 63.74C250.927 63.7536 251.516 62.2228 251.534 60.2549ZM268.781 65.7369L268.85 58.0572L265.773 65.7101L264.782 65.7012L261.842 57.9947L261.774 65.6744L259.502 65.6542L259.597 54.9826L262.781 55.011L265.313 61.6898L267.965 55.0572L271.164 55.0858L271.069 65.7573L268.781 65.7369ZM272.686 61.0996C272.716 57.7877 274.046 55.7515 277.651 55.2236L279.926 54.8919L279.909 56.7478L277.811 57.0651C275.552 57.397 274.472 58.2834 274.186 59.7529C274.883 58.7511 276.104 58.2979 277.223 58.3079C279.383 58.3272 280.857 59.9724 280.839 62.0043C280.819 64.1802 279.299 66.0227 276.723 65.9998C274.147 65.9768 272.66 64.0594 272.686 61.0996ZM278.743 61.9216C278.754 60.7537 278.043 59.7073 276.779 59.696C275.515 59.6847 274.802 60.7184 274.791 61.8864C274.78 63.1343 275.475 64.1806 276.739 64.1918C278.003 64.2031 278.732 63.1696 278.743 61.9216ZM282.328 65.8577L282.397 58.1301L284.429 58.1482L284.386 62.916L287.613 58.1766L289.66 58.1948L289.592 65.9225L287.56 65.9044L287.604 60.9606L284.28 65.8752L282.328 65.8577ZM293.033 65.9532L293.086 60.0015L290.926 59.9822L290.942 58.2063L297.309 58.2631L297.294 60.039L295.134 60.0197L295.081 65.9715L293.033 65.9532ZM297.504 66.3131L301.397 55.0354L302.869 55.0485L298.976 66.3262L297.504 66.3131ZM303.319 62.1728C303.34 59.8049 305.067 58.1402 307.451 58.1615C309.035 58.1756 309.988 58.8722 310.494 59.5967L309.155 60.8168C308.792 60.2856 308.234 59.9766 307.53 59.9703C306.299 59.9593 305.427 60.8476 305.415 62.1915C305.403 63.5355 306.258 64.4551 307.49 64.4661C308.194 64.4724 308.757 64.1574 309.13 63.6487L310.447 64.8925C309.928 65.6079 308.962 66.2873 307.378 66.2732C304.994 66.2519 303.297 64.5567 303.319 62.1728Z' fill='white'/%3E%3C/svg%3E%0A");
    left: 105px;
    top: 135px;
  }
  #first_screen .cta .bubble.lv {
    background-image: url("data:image/svg+xml,%3Csvg width='432' height='176' viewBox='0 0 432 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.1927 159.982L325.356 143.32L325.467 110.145L360.348 120.945L325.551 84.7452L325.581 75.7039L84.4997 75.7043L99.1927 159.982Z' fill='white'/%3E%3Cpath d='M99.1927 159.982L99.3396 161.977L97.5334 162.11L97.2224 160.326L99.1927 159.982ZM325.356 143.32L327.356 143.327L327.35 145.179L325.503 145.315L325.356 143.32ZM325.467 110.145L323.467 110.139L323.476 107.435L326.058 108.235L325.467 110.145ZM360.348 120.945L361.79 119.559L359.756 122.855L360.348 120.945ZM325.551 84.7452L324.109 86.1312L323.548 85.5478L323.551 84.7386L325.551 84.7452ZM325.581 75.7039L325.581 73.7039L327.588 73.7039L327.581 75.7106L325.581 75.7039ZM84.4997 75.7043L82.5294 76.0478L82.1209 73.7043L84.4997 73.7043L84.4997 75.7043ZM99.1927 159.982L99.0457 157.988L325.209 141.326L325.356 143.32L325.503 145.315L99.3396 161.977L99.1927 159.982ZM325.356 143.32L323.356 143.314L323.467 110.139L325.467 110.145L327.467 110.152L327.356 143.327L325.356 143.32ZM325.467 110.145L326.058 108.235L360.939 119.034L360.348 120.945L359.756 122.855L324.875 112.056L325.467 110.145ZM360.348 120.945L358.906 122.331L324.109 86.1312L325.551 84.7452L326.993 83.3592L361.79 119.559L360.348 120.945ZM325.551 84.7452L323.551 84.7386L323.581 75.6973L325.581 75.7039L327.581 75.7106L327.551 84.7519L325.551 84.7452ZM325.581 75.7039L325.581 77.7039L84.4997 77.7043L84.4997 75.7043L84.4997 73.7043L325.581 73.7039L325.581 75.7039ZM84.4997 75.7043L86.47 75.3608L101.163 159.639L99.1927 159.982L97.2224 160.326L82.5294 76.0478L84.4997 75.7043Z' fill='%23070708'/%3E%3Ccircle cx='122.593' cy='104.977' r='4.5' transform='rotate(-2.32621 122.593 104.977)' fill='%23070708'/%3E%3Cpath d='M139.823 104.279L137.289 104.382L137.224 103.132L139.437 103.043C139.811 103.027 140.125 102.96 140.38 102.84C140.639 102.716 140.833 102.546 140.961 102.331C141.089 102.111 141.147 101.851 141.135 101.551C141.121 101.218 141.047 100.95 140.911 100.746C140.775 100.541 140.573 100.397 140.305 100.312C140.041 100.227 139.707 100.192 139.302 100.209L137.642 100.276L137.99 108.855L136.276 108.925L135.872 98.9799L139.246 98.8428C139.792 98.8206 140.282 98.8532 140.714 98.9405C141.151 99.0277 141.524 99.1767 141.834 99.3876C142.148 99.5938 142.389 99.8622 142.557 100.193C142.731 100.523 142.826 100.921 142.845 101.385C142.862 101.795 142.779 102.175 142.597 102.524C142.415 102.869 142.137 103.156 141.764 103.386C141.39 103.616 140.919 103.762 140.352 103.826L139.823 104.279ZM139.93 108.776L136.932 108.898L137.648 107.508L139.875 107.417C140.262 107.401 140.583 107.325 140.837 107.186C141.091 107.044 141.277 106.856 141.396 106.623C141.518 106.386 141.573 106.112 141.561 105.802C141.548 105.479 141.479 105.201 141.356 104.969C141.232 104.733 141.045 104.555 140.794 104.438C140.542 104.316 140.219 104.263 139.823 104.279L137.896 104.357L137.859 103.107L140.366 103.005L140.775 103.46C141.322 103.456 141.775 103.559 142.135 103.768C142.499 103.976 142.775 104.255 142.962 104.603C143.15 104.951 143.252 105.33 143.269 105.74C143.294 106.373 143.177 106.909 142.917 107.348C142.661 107.787 142.28 108.129 141.775 108.373C141.269 108.612 140.654 108.747 139.93 108.776ZM151.568 106.942L151.624 108.301L146.344 108.516L146.288 107.157L151.568 106.942ZM146.425 98.5512L146.829 108.496L145.114 108.566L144.71 98.6208L146.425 98.5512ZM150.698 102.537L150.753 103.876L146.163 104.062L146.108 102.724L150.698 102.537ZM151.185 98.3578L151.241 99.7239L145.995 99.9369L145.94 98.5709L151.185 98.3578ZM159.922 106.603L159.977 107.962L153.072 108.243L153.016 106.883L159.922 106.603ZM159.459 99.0821L153.707 108.217L152.559 108.263L152.515 107.177L158.289 98.0692L159.416 98.0234L159.459 99.0821ZM158.781 98.0493L158.836 99.4153L152.252 99.6828L152.196 98.3167L158.781 98.0493ZM168.85 105.597C168.844 105.433 168.797 105.287 168.709 105.158C168.622 105.025 168.46 104.908 168.223 104.808C167.991 104.708 167.65 104.622 167.2 104.549C166.805 104.478 166.441 104.39 166.108 104.285C165.78 104.175 165.496 104.039 165.257 103.875C165.018 103.712 164.829 103.514 164.692 103.282C164.555 103.051 164.48 102.78 164.468 102.47C164.456 102.17 164.51 101.883 164.631 101.609C164.752 101.335 164.932 101.09 165.169 100.875C165.407 100.66 165.698 100.487 166.044 100.354C166.395 100.221 166.788 100.146 167.226 100.128C167.845 100.103 168.38 100.186 168.83 100.378C169.284 100.564 169.637 100.831 169.888 101.176C170.139 101.517 170.274 101.909 170.292 102.35L168.646 102.417C168.638 102.221 168.58 102.041 168.473 101.877C168.371 101.708 168.219 101.575 168.019 101.478C167.819 101.377 167.571 101.332 167.275 101.344C166.993 101.355 166.76 101.41 166.577 101.509C166.398 101.603 166.266 101.722 166.181 101.867C166.1 102.012 166.063 102.169 166.07 102.337C166.075 102.46 166.102 102.571 166.152 102.669C166.206 102.762 166.292 102.848 166.409 102.925C166.526 102.998 166.683 103.065 166.882 103.125C167.085 103.185 167.338 103.241 167.641 103.293C168.211 103.388 168.702 103.521 169.115 103.691C169.532 103.857 169.856 104.081 170.086 104.363C170.317 104.641 170.441 105.001 170.459 105.443C170.472 105.771 170.414 106.074 170.283 106.353C170.158 106.627 169.967 106.87 169.711 107.081C169.455 107.287 169.145 107.453 168.78 107.577C168.42 107.701 168.013 107.772 167.557 107.791C166.888 107.818 166.316 107.723 165.842 107.505C165.368 107.282 165.003 106.989 164.746 106.626C164.494 106.257 164.36 105.871 164.343 105.465L165.935 105.401C165.965 105.705 166.059 105.945 166.217 106.121C166.379 106.293 166.576 106.415 166.807 106.487C167.042 106.555 167.283 106.584 167.528 106.574C167.824 106.562 168.071 106.513 168.268 106.428C168.465 106.338 168.613 106.222 168.713 106.081C168.812 105.936 168.857 105.775 168.85 105.597ZM171.524 103.874L171.517 103.717C171.496 103.184 171.553 102.687 171.689 102.225C171.825 101.759 172.032 101.351 172.31 101.003C172.592 100.649 172.941 100.37 173.357 100.166C173.777 99.9577 174.256 99.8425 174.794 99.8207C175.335 99.7987 175.822 99.8747 176.253 100.049C176.689 100.218 177.062 100.467 177.371 100.797C177.681 101.122 177.923 101.511 178.096 101.965C178.269 102.414 178.367 102.905 178.389 103.438L178.395 103.595C178.417 104.127 178.359 104.625 178.223 105.086C178.087 105.548 177.877 105.955 177.595 106.309C177.313 106.658 176.964 106.937 176.548 107.145C176.132 107.349 175.656 107.462 175.119 107.484C174.577 107.506 174.088 107.432 173.652 107.263C173.221 107.089 172.851 106.839 172.541 106.514C172.231 106.185 171.989 105.796 171.816 105.346C171.643 104.897 171.545 104.407 171.524 103.874ZM173.163 103.65L173.17 103.807C173.183 104.139 173.23 104.452 173.311 104.745C173.391 105.038 173.508 105.294 173.663 105.511C173.818 105.728 174.012 105.896 174.245 106.014C174.478 106.132 174.751 106.185 175.065 106.172C175.37 106.16 175.632 106.085 175.85 105.949C176.072 105.812 176.252 105.629 176.388 105.4C176.525 105.171 176.622 104.907 176.678 104.609C176.739 104.31 176.762 103.994 176.749 103.661L176.743 103.504C176.729 103.177 176.68 102.868 176.595 102.58C176.515 102.287 176.395 102.029 176.236 101.808C176.081 101.586 175.887 101.416 175.654 101.298C175.426 101.175 175.156 101.12 174.847 101.132C174.537 101.145 174.271 101.222 174.049 101.363C173.831 101.499 173.654 101.685 173.517 101.918C173.381 102.152 173.284 102.418 173.228 102.717C173.172 103.011 173.15 103.322 173.163 103.65ZM184.367 105.439L184.003 96.4773L185.656 96.4102L186.082 106.902L184.587 106.962L184.367 105.439ZM179.474 103.551L179.468 103.407C179.446 102.847 179.491 102.335 179.604 101.869C179.717 101.399 179.893 100.993 180.129 100.651C180.366 100.304 180.661 100.034 181.013 99.8417C181.366 99.6449 181.767 99.5374 182.218 99.5191C182.664 99.501 183.059 99.5716 183.403 99.7309C183.747 99.8903 184.044 100.127 184.294 100.44C184.544 100.75 184.749 101.124 184.908 101.565C185.067 102.001 185.187 102.489 185.268 103.028L185.287 103.486C185.249 104.016 185.169 104.503 185.045 104.946C184.922 105.389 184.748 105.774 184.524 106.103C184.3 106.431 184.021 106.689 183.687 106.876C183.357 107.062 182.967 107.165 182.516 107.183C182.069 107.201 181.663 107.124 181.295 106.952C180.933 106.78 180.619 106.531 180.355 106.204C180.091 105.877 179.884 105.489 179.733 105.039C179.582 104.584 179.496 104.088 179.474 103.551ZM181.114 103.34L181.12 103.484C181.134 103.821 181.176 104.134 181.247 104.423C181.323 104.712 181.431 104.965 181.572 105.183C181.713 105.396 181.891 105.562 182.106 105.681C182.325 105.795 182.582 105.846 182.878 105.834C183.252 105.819 183.556 105.725 183.79 105.551C184.025 105.377 184.205 105.149 184.33 104.865C184.46 104.577 184.543 104.259 184.579 103.911L184.529 102.675C184.49 102.407 184.423 102.159 184.327 101.931C184.236 101.702 184.116 101.504 183.968 101.336C183.82 101.164 183.639 101.035 183.425 100.948C183.217 100.856 182.971 100.816 182.689 100.827C182.388 100.839 182.136 100.914 181.931 101.05C181.727 101.186 181.561 101.368 181.434 101.597C181.311 101.825 181.223 102.089 181.172 102.387C181.12 102.686 181.101 103.004 181.114 103.34ZM191.91 105.18L191.767 101.656C191.756 101.392 191.699 101.166 191.596 100.979C191.492 100.791 191.34 100.649 191.14 100.552C190.945 100.455 190.701 100.413 190.41 100.425C190.141 100.436 189.911 100.491 189.719 100.59C189.527 100.689 189.379 100.818 189.276 100.977C189.173 101.136 189.126 101.314 189.134 101.51L187.494 101.576C187.483 101.285 187.542 101 187.672 100.721C187.802 100.442 187.997 100.19 188.257 99.9648C188.517 99.7398 188.831 99.5583 189.199 99.4202C189.568 99.2821 189.984 99.2036 190.449 99.1847C191.004 99.1622 191.5 99.2355 191.935 99.4049C192.375 99.574 192.726 99.8425 192.987 100.21C193.253 100.574 193.397 101.038 193.42 101.602L193.554 104.888C193.567 105.225 193.602 105.526 193.659 105.793C193.72 106.055 193.8 106.282 193.899 106.475L193.903 106.584L192.216 106.652C192.131 106.478 192.061 106.255 192.004 105.984C191.952 105.708 191.92 105.44 191.91 105.18ZM192.027 102.158L192.082 103.175L190.9 103.223C190.595 103.236 190.327 103.276 190.098 103.345C189.868 103.409 189.677 103.499 189.527 103.614C189.377 103.73 189.266 103.867 189.195 104.025C189.124 104.183 189.092 104.36 189.1 104.555C189.108 104.751 189.161 104.929 189.259 105.089C189.356 105.245 189.493 105.365 189.67 105.449C189.851 105.533 190.067 105.57 190.318 105.56C190.655 105.546 190.945 105.466 191.19 105.319C191.44 105.167 191.633 104.988 191.771 104.782C191.908 104.571 191.978 104.375 191.979 104.192L192.542 104.901C192.495 105.09 192.409 105.294 192.286 105.514C192.163 105.733 191.998 105.945 191.792 106.15C191.59 106.349 191.344 106.517 191.053 106.652C190.767 106.787 190.432 106.862 190.05 106.877C189.567 106.897 189.133 106.819 188.747 106.643C188.361 106.462 188.054 106.213 187.827 105.893C187.6 105.57 187.477 105.198 187.46 104.779C187.444 104.388 187.503 104.039 187.637 103.732C187.775 103.421 187.983 103.157 188.261 102.941C188.544 102.724 188.893 102.555 189.308 102.433C189.722 102.307 190.198 102.233 190.736 102.211L192.027 102.158ZM200.238 100.347L200.596 109.158L198.95 109.225L198.534 98.9931L200.051 98.9315L200.238 100.347ZM205.143 102.358L205.149 102.501C205.171 103.038 205.127 103.539 205.019 104.005C204.914 104.465 204.746 104.871 204.514 105.222C204.286 105.569 203.999 105.843 203.651 106.044C203.303 106.245 202.897 106.355 202.433 106.374C201.973 106.393 201.567 106.325 201.214 106.171C200.865 106.011 200.566 105.78 200.317 105.475C200.067 105.17 199.861 104.809 199.698 104.392C199.539 103.969 199.42 103.504 199.34 102.997L199.318 102.444C199.355 101.899 199.435 101.404 199.558 100.956C199.686 100.508 199.862 100.12 200.086 99.7921C200.31 99.4638 200.589 99.2061 200.923 99.0192C201.258 98.8323 201.653 98.7296 202.108 98.7111C202.572 98.6922 202.988 98.7666 203.355 98.9341C203.722 99.0971 204.035 99.3398 204.295 99.6622C204.554 99.9801 204.755 100.369 204.896 100.828C205.038 101.283 205.12 101.793 205.143 102.358ZM203.503 102.568L203.497 102.424C203.483 102.083 203.438 101.768 203.363 101.479C203.287 101.185 203.176 100.93 203.031 100.712C202.885 100.495 202.703 100.329 202.484 100.215C202.269 100.096 202.014 100.042 201.718 100.054C201.426 100.066 201.178 100.126 200.973 100.235C200.767 100.339 200.597 100.481 200.463 100.659C200.329 100.838 200.228 101.045 200.16 101.281C200.092 101.511 200.047 101.762 200.026 102.032L200.08 103.357C200.148 103.682 200.253 103.979 200.397 104.247C200.54 104.515 200.735 104.726 200.983 104.88C201.236 105.029 201.553 105.096 201.936 105.081C202.232 105.069 202.482 104.995 202.686 104.859C202.89 104.723 203.054 104.54 203.177 104.312C203.304 104.079 203.394 103.813 203.446 103.514C203.497 103.216 203.516 102.9 203.503 102.568ZM210.803 104.413L210.659 100.888C210.649 100.624 210.592 100.398 210.488 100.211C210.385 100.024 210.233 99.8816 210.033 99.7849C209.838 99.6879 209.594 99.6453 209.303 99.6572C209.034 99.6681 208.804 99.7231 208.611 99.8221C208.419 99.9211 208.272 100.05 208.169 100.21C208.066 100.369 208.018 100.546 208.026 100.742L206.387 100.809C206.375 100.517 206.434 100.232 206.564 99.9531C206.694 99.6742 206.889 99.4222 207.149 99.1973C207.409 98.9724 207.724 98.7909 208.092 98.6528C208.46 98.5146 208.877 98.4361 209.341 98.4173C209.897 98.3947 210.392 98.4681 210.828 98.6374C211.268 98.8065 211.619 99.0751 211.88 99.443C212.146 99.8062 212.29 100.27 212.313 100.835L212.446 104.12C212.46 104.457 212.495 104.759 212.552 105.026C212.612 105.288 212.692 105.515 212.791 105.707L212.796 105.816L211.109 105.885C211.024 105.71 210.953 105.488 210.897 105.216C210.845 104.94 210.813 104.672 210.803 104.413ZM210.919 101.391L210.974 102.408L209.793 102.456C209.488 102.468 209.22 102.509 208.99 102.578C208.76 102.642 208.57 102.731 208.42 102.847C208.269 102.963 208.159 103.099 208.087 103.257C208.016 103.415 207.985 103.592 207.993 103.788C208.001 103.984 208.053 104.162 208.151 104.322C208.249 104.478 208.386 104.598 208.563 104.682C208.744 104.765 208.96 104.802 209.21 104.792C209.547 104.778 209.838 104.698 210.083 104.551C210.332 104.4 210.526 104.221 210.663 104.015C210.801 103.804 210.87 103.607 210.872 103.425L211.434 104.134C211.387 104.323 211.302 104.527 211.179 104.746C211.055 104.966 210.891 105.178 210.685 105.382C210.483 105.582 210.237 105.749 209.946 105.884C209.659 106.019 209.325 106.094 208.942 106.11C208.459 106.129 208.025 106.051 207.64 105.875C207.254 105.695 206.947 105.445 206.72 105.126C206.492 104.802 206.37 104.431 206.353 104.012C206.337 103.62 206.396 103.271 206.529 102.965C206.667 102.654 206.875 102.39 207.154 102.173C207.437 101.956 207.786 101.787 208.201 101.665C208.615 101.539 209.091 101.465 209.628 101.443L210.919 101.391ZM215.647 99.7073L215.89 105.691L214.244 105.758L213.944 98.3672L215.515 98.3033L215.647 99.7073ZM217.849 98.1606L217.897 99.6912C217.796 99.677 217.686 99.6678 217.568 99.6635C217.453 99.659 217.339 99.6591 217.225 99.6637C216.943 99.6752 216.697 99.7263 216.486 99.8169C216.275 99.903 216.1 100.024 215.96 100.18C215.825 100.332 215.723 100.514 215.654 100.726C215.585 100.939 215.549 101.175 215.546 101.436L215.171 101.478C215.153 101.014 215.181 100.581 215.256 100.182C215.331 99.7817 215.453 99.4279 215.623 99.1199C215.797 98.8118 216.02 98.5679 216.291 98.3881C216.567 98.2081 216.889 98.1107 217.258 98.0957C217.358 98.0916 217.465 98.0964 217.58 98.11C217.699 98.1234 217.788 98.1403 217.849 98.1606ZM226.772 103.764L226.629 100.24C226.618 99.9755 226.561 99.7497 226.457 99.5624C226.354 99.375 226.202 99.2329 226.002 99.1361C225.807 99.0392 225.563 98.9966 225.272 99.0085C225.003 99.0194 224.773 99.0743 224.581 99.1734C224.389 99.2724 224.241 99.4015 224.138 99.5608C224.035 99.7201 223.988 99.8976 223.996 100.093L222.356 100.16C222.344 99.8686 222.404 99.5834 222.534 99.3044C222.664 99.0255 222.859 98.7735 223.119 98.5486C223.379 98.3237 223.693 98.1422 224.061 98.004C224.43 97.8659 224.846 97.7874 225.31 97.7686C225.866 97.746 226.362 97.8194 226.797 97.9887C227.237 98.1578 227.588 98.4263 227.849 98.7943C228.115 99.1575 228.259 99.6214 228.282 100.186L228.416 103.471C228.429 103.808 228.464 104.11 228.521 104.377C228.582 104.639 228.662 104.866 228.761 105.058L228.765 105.168L227.078 105.236C226.993 105.062 226.923 104.839 226.866 104.567C226.814 104.291 226.782 104.024 226.772 103.764ZM226.889 100.742L226.944 101.759L225.762 101.807C225.457 101.82 225.189 101.86 224.959 101.929C224.729 101.993 224.539 102.083 224.389 102.198C224.239 102.314 224.128 102.451 224.057 102.609C223.986 102.767 223.954 102.943 223.962 103.139C223.97 103.335 224.023 103.513 224.12 103.673C224.218 103.829 224.355 103.949 224.532 104.033C224.713 104.117 224.929 104.154 225.179 104.143C225.516 104.13 225.807 104.049 226.052 103.903C226.301 103.751 226.495 103.572 226.632 103.366C226.77 103.155 226.839 102.959 226.841 102.776L227.404 103.485C227.357 103.674 227.271 103.878 227.148 104.098C227.025 104.317 226.86 104.529 226.654 104.733C226.452 104.933 226.206 105.101 225.915 105.236C225.628 105.37 225.294 105.445 224.911 105.461C224.429 105.481 223.995 105.402 223.609 105.227C223.223 105.046 222.916 104.796 222.689 104.477C222.461 104.153 222.339 103.782 222.322 103.363C222.306 102.972 222.365 102.623 222.499 102.316C222.636 102.005 222.845 101.741 223.123 101.525C223.406 101.308 223.755 101.139 224.17 101.017C224.584 100.89 225.06 100.816 225.598 100.795L226.889 100.742ZM233.294 97.5811L233.343 98.7832L229.176 98.9525L229.127 97.7504L233.294 97.5811ZM230.256 95.8915L231.902 95.8246L232.193 102.983C232.202 103.21 232.241 103.384 232.31 103.505C232.383 103.62 232.479 103.696 232.6 103.733C232.72 103.769 232.859 103.784 233.019 103.777C233.133 103.772 233.242 103.761 233.346 103.743C233.45 103.725 233.534 103.708 233.597 103.692L233.655 104.949C233.52 104.995 233.362 105.038 233.181 105.077C233.005 105.116 232.8 105.141 232.568 105.15C232.19 105.165 231.853 105.113 231.556 104.993C231.259 104.868 231.022 104.656 230.846 104.358C230.67 104.059 230.571 103.658 230.551 103.152L230.256 95.8915ZM238.929 102.75C238.922 102.586 238.875 102.44 238.788 102.311C238.701 102.178 238.539 102.061 238.302 101.962C238.07 101.861 237.729 101.775 237.279 101.702C236.884 101.631 236.52 101.544 236.187 101.439C235.859 101.329 235.575 101.192 235.336 101.028C235.097 100.865 234.908 100.667 234.771 100.436C234.634 100.204 234.559 99.9334 234.547 99.6237C234.534 99.3232 234.589 99.0359 234.71 98.7619C234.831 98.4879 235.011 98.2434 235.248 98.0285C235.486 97.8136 235.777 97.6398 236.123 97.5072C236.474 97.3744 236.867 97.2991 237.304 97.2813C237.924 97.2562 238.458 97.3394 238.909 97.5309C239.363 97.7177 239.716 97.9838 239.967 98.3294C240.218 98.6704 240.353 99.0618 240.371 99.5034L238.725 99.5703C238.717 99.3745 238.659 99.1944 238.552 99.03C238.45 98.8608 238.298 98.7279 238.098 98.6311C237.898 98.5298 237.65 98.4851 237.354 98.4971C237.072 98.5086 236.839 98.5637 236.656 98.6623C236.477 98.7562 236.345 98.8756 236.26 99.0205C236.179 99.1652 236.142 99.3217 236.149 99.4902C236.154 99.6132 236.181 99.7238 236.231 99.8221C236.285 99.9157 236.37 100.001 236.488 100.079C236.605 100.151 236.762 100.218 236.961 100.278C237.164 100.338 237.417 100.394 237.72 100.446C238.29 100.541 238.781 100.674 239.194 100.844C239.611 101.01 239.935 101.234 240.165 101.516C240.395 101.794 240.52 102.154 240.537 102.596C240.551 102.924 240.492 103.227 240.362 103.506C240.237 103.78 240.046 104.023 239.79 104.234C239.534 104.441 239.223 104.606 238.859 104.73C238.499 104.854 238.092 104.926 237.636 104.944C236.967 104.971 236.395 104.876 235.921 104.658C235.447 104.436 235.081 104.143 234.825 103.779C234.573 103.411 234.439 103.024 234.422 102.619L236.014 102.554C236.044 102.858 236.138 103.098 236.296 103.274C236.458 103.446 236.654 103.568 236.885 103.641C237.121 103.708 237.361 103.737 237.607 103.727C237.903 103.715 238.15 103.667 238.347 103.581C238.544 103.491 238.692 103.376 238.791 103.235C238.89 103.089 238.936 102.928 238.929 102.75ZM243.4 94.0645L243.826 104.556L242.173 104.623L241.747 94.1316L243.4 94.0645ZM248.893 104.487C248.346 104.509 247.849 104.44 247.4 104.281C246.955 104.116 246.571 103.879 246.249 103.568C245.93 103.257 245.68 102.886 245.499 102.456C245.317 102.025 245.216 101.557 245.195 101.052L245.184 100.779C245.161 100.201 245.224 99.6735 245.373 99.1976C245.523 98.7218 245.741 98.3115 246.028 97.9669C246.315 97.6177 246.66 97.346 247.062 97.1518C247.465 96.9576 247.905 96.8507 248.383 96.8313C248.911 96.8098 249.377 96.8799 249.781 97.0414C250.184 97.2029 250.522 97.44 250.795 97.7527C251.072 98.0608 251.283 98.433 251.428 98.8695C251.578 99.3059 251.664 99.7904 251.686 100.323L251.714 101.027L246.004 101.259L245.956 100.077L250.041 99.9111L250.036 99.7813C250.014 99.4857 249.944 99.2103 249.824 98.9552C249.709 98.6999 249.539 98.497 249.314 98.3465C249.089 98.196 248.794 98.1282 248.43 98.143C248.156 98.1541 247.915 98.2232 247.706 98.3503C247.501 98.4726 247.333 98.6459 247.2 98.8702C247.068 99.0946 246.97 99.3631 246.905 99.6759C246.844 99.9839 246.822 100.329 246.837 100.712L246.848 100.985C246.862 101.308 246.917 101.607 247.015 101.881C247.117 102.151 247.259 102.384 247.44 102.582C247.621 102.78 247.837 102.933 248.088 103.042C248.339 103.146 248.621 103.191 248.935 103.178C249.331 103.162 249.681 103.068 249.984 102.896C250.287 102.724 250.547 102.488 250.763 102.187L251.664 102.992C251.514 103.231 251.316 103.463 251.07 103.687C250.823 103.907 250.518 104.09 250.155 104.237C249.796 104.384 249.375 104.467 248.893 104.487ZM250.499 94.344L250.542 95.3958L245.904 95.5842L245.861 94.5324L250.499 94.344ZM257.562 96.5953L259.058 96.5345L259.35 103.72C259.377 104.385 259.258 104.955 258.995 105.431C258.731 105.907 258.352 106.276 257.856 106.538C257.361 106.804 256.781 106.951 256.116 106.978C255.834 106.989 255.518 106.961 255.168 106.893C254.823 106.825 254.486 106.707 254.155 106.538C253.829 106.373 253.553 106.149 253.327 105.867L254.06 104.865C254.337 105.169 254.637 105.387 254.962 105.52C255.287 105.652 255.624 105.712 255.975 105.697C256.353 105.682 256.671 105.598 256.929 105.447C257.193 105.299 257.391 105.088 257.526 104.813C257.661 104.539 257.721 104.208 257.705 103.821L257.48 98.2748L257.562 96.5953ZM252.695 100.576L252.689 100.433C252.666 99.8728 252.714 99.3601 252.832 98.8946C252.95 98.4246 253.129 98.0182 253.371 97.6755C253.612 97.3281 253.911 97.0583 254.268 96.8659C254.625 96.669 255.034 96.5611 255.494 96.5425C255.972 96.523 256.383 96.593 256.727 96.7523C257.075 96.9115 257.37 97.1481 257.611 97.4622C257.851 97.7717 258.045 98.1469 258.19 98.588C258.34 99.0243 258.458 99.5121 258.544 100.051L258.562 100.509C258.525 101.04 258.444 101.526 258.321 101.969C258.197 102.412 258.026 102.798 257.807 103.126C257.587 103.454 257.31 103.712 256.976 103.899C256.646 104.085 256.251 104.188 255.791 104.207C255.34 104.225 254.929 104.148 254.557 103.976C254.19 103.804 253.87 103.555 253.596 103.228C253.328 102.902 253.116 102.514 252.961 102.064C252.805 101.61 252.717 101.114 252.695 100.576ZM254.335 100.366L254.341 100.509C254.355 100.846 254.399 101.159 254.475 101.448C254.555 101.737 254.668 101.99 254.814 102.208C254.964 102.42 255.148 102.586 255.368 102.705C255.591 102.819 255.851 102.87 256.147 102.858C256.534 102.842 256.847 102.748 257.086 102.574C257.33 102.4 257.512 102.171 257.633 101.888C257.758 101.6 257.841 101.282 257.882 100.934L257.832 99.6972C257.793 99.4297 257.726 99.1816 257.63 98.9528C257.539 98.7239 257.419 98.5258 257.271 98.3585C257.123 98.1867 256.939 98.0573 256.721 97.9704C256.503 97.8789 256.249 97.8391 255.957 97.8509C255.661 97.8629 255.407 97.9371 255.193 98.0735C254.98 98.2099 254.807 98.3925 254.675 98.6213C254.547 98.85 254.455 99.1137 254.399 99.4125C254.343 99.7112 254.322 100.029 254.335 100.366ZM265.13 101.686C265.124 101.522 265.077 101.376 264.989 101.247C264.902 101.114 264.74 100.997 264.503 100.897C264.271 100.797 263.93 100.711 263.48 100.638C263.085 100.567 262.721 100.479 262.388 100.374C262.06 100.264 261.776 100.128 261.537 99.9641C261.298 99.8005 261.109 99.6029 260.972 99.3712C260.835 99.1396 260.76 98.869 260.748 98.5594C260.736 98.2588 260.79 97.9716 260.911 97.6975C261.032 97.4235 261.212 97.1791 261.449 96.9642C261.687 96.7493 261.978 96.5755 262.324 96.4429C262.675 96.31 263.068 96.2348 263.506 96.217C264.125 96.1918 264.66 96.275 265.11 96.4665C265.564 96.6533 265.917 96.9195 266.168 97.2651C266.419 97.6061 266.554 97.9974 266.572 98.4391L264.926 98.506C264.918 98.3102 264.86 98.1301 264.753 97.9656C264.651 97.7965 264.499 97.6635 264.299 97.5668C264.099 97.4654 263.851 97.4208 263.555 97.4328C263.273 97.4443 263.04 97.4993 262.857 97.598C262.678 97.6919 262.546 97.8113 262.461 97.9561C262.38 98.1008 262.343 98.2574 262.35 98.4259C262.355 98.5488 262.382 98.6595 262.432 98.7578C262.486 98.8514 262.572 98.9368 262.689 99.0142C262.806 99.087 262.963 99.1535 263.162 99.2139C263.365 99.274 263.618 99.3299 263.921 99.3814C264.491 99.4769 264.982 99.6097 265.395 99.78C265.812 99.9455 266.136 100.169 266.366 100.452C266.597 100.73 266.721 101.09 266.739 101.532C266.752 101.859 266.693 102.163 266.563 102.442C266.438 102.716 266.247 102.959 265.991 103.17C265.735 103.376 265.425 103.542 265.06 103.666C264.7 103.79 264.293 103.861 263.837 103.88C263.168 103.907 262.596 103.812 262.122 103.594C261.648 103.371 261.282 103.078 261.026 102.715C260.774 102.346 260.64 101.959 260.623 101.554L262.215 101.49C262.245 101.794 262.339 102.034 262.497 102.21C262.659 102.381 262.856 102.503 263.087 102.576C263.322 102.644 263.563 102.673 263.808 102.663C264.104 102.651 264.351 102.602 264.548 102.517C264.745 102.427 264.893 102.311 264.993 102.17C265.092 102.025 265.137 101.863 265.13 101.686ZM262.47 93.2898L263.538 94.3206L264.512 93.2069L265.926 93.1494L265.929 93.2246L264.093 95.1942L263.055 95.2364L261.072 93.415L261.07 93.3467L262.47 93.2898ZM272.371 101.912L272.228 98.3872C272.217 98.1231 272.16 97.8974 272.057 97.71C271.953 97.5227 271.801 97.3806 271.601 97.2838C271.406 97.1868 271.162 97.1443 270.871 97.1561C270.602 97.167 270.372 97.222 270.18 97.321C269.988 97.4201 269.84 97.5492 269.737 97.7085C269.634 97.8677 269.587 98.0452 269.595 98.241L267.955 98.3076C267.944 98.0162 268.003 97.731 268.133 97.4521C268.263 97.1731 268.458 96.9212 268.718 96.6963C268.978 96.4713 269.292 96.2898 269.66 96.1517C270.029 96.0136 270.445 95.9351 270.91 95.9162C271.465 95.8937 271.961 95.967 272.396 96.1363C272.836 96.3055 273.187 96.574 273.448 96.942C273.714 97.3052 273.858 97.7691 273.881 98.3337L274.015 101.619C274.028 101.956 274.063 102.258 274.12 102.525C274.181 102.787 274.261 103.014 274.36 103.206L274.364 103.315L272.677 103.384C272.592 103.209 272.522 102.986 272.465 102.715C272.413 102.439 272.381 102.171 272.371 101.912ZM272.488 98.8898L272.543 99.9069L271.361 99.9549C271.056 99.9673 270.788 100.008 270.559 100.076C270.329 100.141 270.138 100.23 269.988 100.346C269.838 100.462 269.727 100.598 269.656 100.756C269.585 100.914 269.553 101.091 269.561 101.287C269.569 101.483 269.622 101.661 269.72 101.821C269.817 101.977 269.954 102.096 270.131 102.181C270.312 102.264 270.528 102.301 270.779 102.291C271.116 102.277 271.406 102.197 271.651 102.05C271.901 101.899 272.094 101.72 272.232 101.514C272.369 101.303 272.439 101.106 272.44 100.924L273.003 101.633C272.956 101.822 272.87 102.026 272.747 102.245C272.624 102.465 272.459 102.677 272.253 102.881C272.051 103.081 271.805 103.248 271.514 103.383C271.227 103.518 270.893 103.593 270.511 103.609C270.028 103.628 269.594 103.55 269.208 103.374C268.822 103.194 268.515 102.944 268.288 102.625C268.061 102.301 267.938 101.93 267.921 101.511C267.905 101.119 267.964 100.77 268.098 100.464C268.236 100.153 268.444 99.8887 268.722 99.6722C269.005 99.4554 269.354 99.2862 269.769 99.1644C270.183 99.0381 270.659 98.964 271.197 98.9422L272.488 98.8898ZM277.202 97.3779L277.438 103.19L275.792 103.257L275.491 95.8669L277.042 95.8039L277.202 97.3779ZM276.983 99.234L276.45 99.2488C276.433 98.7249 276.486 98.2416 276.61 97.7987C276.738 97.3557 276.923 96.9719 277.165 96.6473C277.412 96.3226 277.712 96.0686 278.065 95.8856C278.417 95.6979 278.815 95.5951 279.256 95.5772C279.611 95.5627 279.934 95.5998 280.225 95.6883C280.521 95.7721 280.775 95.9191 280.989 96.1294C281.207 96.3394 281.378 96.6175 281.502 96.9637C281.625 97.3054 281.697 97.7289 281.718 98.2343L281.912 103.009L280.259 103.076L280.064 98.2946C280.05 97.9395 279.986 97.6616 279.873 97.4609C279.765 97.2555 279.611 97.1135 279.411 97.035C279.216 96.9517 278.975 96.9158 278.688 96.9275C278.406 96.939 278.156 97.0084 277.938 97.1359C277.719 97.2633 277.537 97.4327 277.39 97.6439C277.248 97.8549 277.142 98.0964 277.071 98.3684C277 98.6404 276.97 98.9289 276.983 99.234ZM287.968 101.018L287.738 95.3694L289.391 95.3023L289.691 102.693L288.134 102.756L287.968 101.018ZM288.137 99.4719L288.69 99.4357C288.71 99.9321 288.674 100.392 288.582 100.815C288.49 101.234 288.336 101.603 288.121 101.922C287.905 102.236 287.624 102.487 287.275 102.675C286.927 102.857 286.505 102.959 286.008 102.979C285.649 102.994 285.317 102.955 285.012 102.862C284.707 102.77 284.441 102.619 284.213 102.409C283.99 102.199 283.813 101.921 283.68 101.575C283.547 101.23 283.471 100.813 283.451 100.326L283.257 95.5515L284.904 95.4846L285.098 100.273C285.109 100.541 285.15 100.765 285.221 100.945C285.292 101.12 285.384 101.26 285.498 101.365C285.612 101.47 285.743 101.542 285.89 101.581C286.038 101.621 286.193 101.637 286.357 101.631C286.826 101.612 287.192 101.506 287.453 101.313C287.718 101.115 287.902 100.857 288.003 100.538C288.108 100.219 288.153 99.8635 288.137 99.4719Z' fill='%23070708'/%3E%3Ccircle cx='123.608' cy='129.956' r='4.5' transform='rotate(-2.32621 123.608 129.956)' fill='%23070708'/%3E%3Cpath d='M140.837 129.258L138.303 129.361L138.239 128.112L140.452 128.022C140.825 128.007 141.139 127.939 141.395 127.82C141.654 127.695 141.848 127.525 141.976 127.31C142.104 127.091 142.162 126.831 142.149 126.53C142.136 126.198 142.061 125.929 141.925 125.725C141.789 125.521 141.587 125.376 141.319 125.291C141.056 125.206 140.721 125.172 140.316 125.188L138.656 125.256L139.005 133.835L137.29 133.904L136.887 123.959L140.261 123.822C140.807 123.8 141.296 123.833 141.729 123.92C142.166 124.007 142.539 124.156 142.848 124.367C143.162 124.573 143.404 124.842 143.572 125.172C143.745 125.503 143.841 125.9 143.86 126.365C143.877 126.775 143.794 127.154 143.612 127.504C143.43 127.849 143.152 128.136 142.778 128.365C142.404 128.595 141.934 128.742 141.366 128.806L140.837 129.258ZM140.945 133.756L137.946 133.878L138.663 132.487L140.889 132.397C141.277 132.381 141.597 132.304 141.852 132.166C142.106 132.023 142.292 131.836 142.41 131.603C142.533 131.365 142.588 131.092 142.575 130.782C142.562 130.459 142.494 130.181 142.37 129.949C142.247 129.712 142.059 129.535 141.808 129.417C141.557 129.295 141.233 129.242 140.837 129.258L138.911 129.337L138.874 128.086L141.381 127.984L141.789 128.44C142.336 128.436 142.79 128.538 143.149 128.747C143.514 128.956 143.79 129.234 143.977 129.582C144.164 129.931 144.267 130.31 144.283 130.719C144.309 131.352 144.192 131.888 143.931 132.328C143.675 132.767 143.295 133.108 142.789 133.353C142.284 133.592 141.669 133.726 140.945 133.756ZM152.583 131.922L152.638 133.281L147.358 133.495L147.303 132.136L152.583 131.922ZM147.439 123.531L147.843 133.476L146.129 133.545L145.725 123.6L147.439 123.531ZM151.713 127.517L151.767 128.855L147.177 129.042L147.123 127.703L151.713 127.517ZM152.2 123.337L152.256 124.703L147.01 124.916L146.954 123.55L152.2 123.337ZM160.936 131.582L160.992 132.941L154.086 133.222L154.031 131.863L160.936 131.582ZM160.474 124.062L154.721 133.196L153.574 133.243L153.53 132.157L159.304 123.049L160.431 123.003L160.474 124.062ZM159.795 123.029L159.851 124.395L153.266 124.662L153.211 123.296L159.795 123.029ZM167.136 122.183L167.562 132.675L165.909 132.742L165.483 122.25L167.136 122.183ZM170.848 125.139L171.148 132.529L169.502 132.596L169.202 125.205L170.848 125.139ZM172.284 122.604L172.327 123.655L167.689 123.844L167.647 122.792L172.284 122.604ZM177.46 124.87L178.956 124.809L179.248 131.995C179.275 132.659 179.156 133.23 178.893 133.706C178.629 134.182 178.25 134.551 177.754 134.812C177.259 135.079 176.679 135.226 176.014 135.253C175.732 135.264 175.416 135.236 175.066 135.168C174.721 135.1 174.384 134.981 174.053 134.812C173.727 134.648 173.451 134.424 173.225 134.141L173.958 133.14C174.235 133.443 174.535 133.662 174.86 133.794C175.185 133.927 175.522 133.986 175.873 133.972C176.251 133.957 176.569 133.873 176.827 133.721C177.09 133.574 177.289 133.363 177.424 133.088C177.559 132.814 177.619 132.483 177.603 132.096L177.378 126.549L177.46 124.87ZM172.593 128.851L172.587 128.708C172.564 128.147 172.612 127.635 172.73 127.169C172.848 126.699 173.027 126.293 173.269 125.95C173.51 125.603 173.809 125.333 174.166 125.141C174.523 124.944 174.932 124.836 175.392 124.817C175.87 124.798 176.281 124.868 176.625 125.027C176.973 125.186 177.268 125.423 177.509 125.737C177.749 126.046 177.942 126.422 178.088 126.863C178.238 127.299 178.356 127.787 178.442 128.326L178.46 128.784C178.423 129.314 178.342 129.801 178.219 130.244C178.095 130.687 177.924 131.072 177.705 131.401C177.485 131.729 177.208 131.986 176.874 132.173C176.544 132.36 176.149 132.463 175.689 132.481C175.238 132.5 174.827 132.423 174.455 132.251C174.088 132.079 173.768 131.83 173.494 131.503C173.226 131.177 173.014 130.788 172.859 130.339C172.703 129.884 172.615 129.388 172.593 128.851ZM174.233 128.641L174.239 128.784C174.253 129.121 174.297 129.434 174.373 129.723C174.453 130.011 174.566 130.265 174.712 130.482C174.862 130.695 175.046 130.861 175.266 130.98C175.489 131.094 175.749 131.145 176.045 131.133C176.432 131.117 176.745 131.022 176.984 130.848C177.228 130.674 177.41 130.446 177.531 130.162C177.656 129.875 177.739 129.556 177.78 129.208L177.73 127.972C177.691 127.704 177.624 127.456 177.528 127.227C177.437 126.999 177.317 126.8 177.169 126.633C177.02 126.461 176.837 126.332 176.619 126.245C176.401 126.154 176.147 126.114 175.855 126.126C175.559 126.138 175.305 126.212 175.091 126.348C174.878 126.485 174.705 126.667 174.573 126.896C174.445 127.125 174.353 127.388 174.297 127.687C174.241 127.986 174.22 128.304 174.233 128.641ZM185.339 130.208L185.11 124.559L186.763 124.492L187.063 131.882L185.506 131.946L185.339 130.208ZM185.509 128.662L186.062 128.625C186.082 129.122 186.046 129.582 185.954 130.005C185.861 130.424 185.707 130.793 185.492 131.112C185.277 131.426 184.995 131.677 184.647 131.864C184.299 132.047 183.876 132.149 183.38 132.169C183.02 132.183 182.688 132.144 182.383 132.052C182.079 131.959 181.812 131.808 181.585 131.599C181.362 131.389 181.184 131.111 181.052 130.765C180.919 130.419 180.843 130.003 180.823 129.516L180.629 124.741L182.275 124.674L182.47 129.462C182.481 129.731 182.522 129.955 182.593 130.135C182.664 130.31 182.756 130.45 182.87 130.554C182.984 130.659 183.114 130.732 183.262 130.771C183.409 130.811 183.565 130.827 183.729 130.821C184.198 130.802 184.563 130.695 184.824 130.502C185.09 130.305 185.273 130.046 185.374 129.727C185.48 129.408 185.525 129.053 185.509 128.662ZM190.157 125.859L190.396 131.747L188.75 131.814L188.45 124.423L190 124.36L190.157 125.859ZM189.969 127.789L189.408 127.805C189.387 127.295 189.432 126.821 189.542 126.384C189.652 125.946 189.823 125.563 190.056 125.234C190.289 124.901 190.584 124.64 190.941 124.452C191.303 124.26 191.725 124.154 192.208 124.134C192.545 124.12 192.854 124.158 193.136 124.247C193.422 124.331 193.672 124.474 193.885 124.675C194.103 124.876 194.274 125.138 194.396 125.461C194.523 125.785 194.596 126.178 194.615 126.643L194.815 131.567L193.169 131.634L192.975 126.853C192.96 126.493 192.894 126.213 192.777 126.013C192.664 125.812 192.505 125.673 192.301 125.594C192.102 125.511 191.865 125.475 191.592 125.486C191.283 125.499 191.021 125.569 190.807 125.696C190.598 125.823 190.429 125.992 190.301 126.202C190.173 126.413 190.082 126.654 190.029 126.925C189.976 127.196 189.956 127.484 189.969 127.789ZM194.534 127.166L193.769 127.368C193.751 126.922 193.795 126.498 193.902 126.097C194.013 125.691 194.183 125.333 194.413 125.023C194.646 124.708 194.939 124.456 195.292 124.269C195.645 124.081 196.053 123.978 196.518 123.959C196.896 123.944 197.235 123.982 197.535 124.075C197.84 124.163 198.101 124.312 198.319 124.522C198.538 124.732 198.709 125.01 198.832 125.356C198.955 125.698 199.027 126.115 199.047 126.606L199.241 131.388L197.588 131.455L197.394 126.667C197.379 126.293 197.312 126.006 197.195 125.806C197.082 125.605 196.926 125.47 196.727 125.401C196.528 125.327 196.291 125.295 196.018 125.306C195.763 125.317 195.54 125.374 195.348 125.477C195.16 125.576 195.004 125.713 194.879 125.886C194.753 126.056 194.661 126.249 194.601 126.466C194.546 126.682 194.524 126.916 194.534 127.166ZM205.042 129.667L204.898 126.143C204.888 125.879 204.831 125.653 204.727 125.466C204.624 125.278 204.472 125.136 204.272 125.04C204.077 124.943 203.833 124.9 203.542 124.912C203.273 124.923 203.043 124.978 202.85 125.077C202.658 125.176 202.511 125.305 202.408 125.464C202.305 125.624 202.257 125.801 202.265 125.997L200.626 126.063C200.614 125.772 200.673 125.487 200.803 125.208C200.933 124.929 201.128 124.677 201.388 124.452C201.648 124.227 201.963 124.046 202.331 123.907C202.699 123.769 203.116 123.691 203.58 123.672C204.136 123.649 204.631 123.723 205.067 123.892C205.507 124.061 205.858 124.33 206.119 124.698C206.385 125.061 206.529 125.525 206.552 126.09L206.685 129.375C206.699 129.712 206.734 130.014 206.791 130.281C206.851 130.543 206.931 130.77 207.03 130.962L207.035 131.071L205.348 131.14C205.263 130.965 205.192 130.742 205.136 130.471C205.083 130.195 205.052 129.927 205.042 129.667ZM205.158 126.646L205.213 127.663L204.032 127.711C203.727 127.723 203.459 127.764 203.229 127.832C202.999 127.896 202.809 127.986 202.659 128.102C202.508 128.217 202.398 128.354 202.326 128.512C202.255 128.67 202.224 128.847 202.232 129.043C202.24 129.239 202.292 129.417 202.39 129.577C202.488 129.732 202.625 129.852 202.802 129.936C202.983 130.02 203.199 130.057 203.449 130.047C203.786 130.033 204.077 129.953 204.322 129.806C204.571 129.655 204.765 129.476 204.902 129.269C205.04 129.059 205.109 128.862 205.111 128.679L205.673 129.389C205.626 129.578 205.541 129.782 205.418 130.001C205.294 130.22 205.13 130.432 204.924 130.637C204.722 130.837 204.476 131.004 204.185 131.139C203.898 131.274 203.564 131.349 203.181 131.364C202.698 131.384 202.264 131.306 201.879 131.13C201.493 130.95 201.186 130.7 200.959 130.381C200.731 130.057 200.609 129.686 200.592 129.267C200.576 128.875 200.635 128.526 200.768 128.22C200.906 127.908 201.114 127.645 201.393 127.428C201.676 127.211 202.025 127.042 202.44 126.92C202.854 126.794 203.33 126.72 203.867 126.698L205.158 126.646ZM215.047 123.343L215.096 124.545L210.929 124.714L210.881 123.512L215.047 123.343ZM212.009 121.653L213.655 121.587L213.946 128.745C213.955 128.972 213.994 129.146 214.063 129.267C214.136 129.382 214.233 129.458 214.353 129.494C214.473 129.531 214.613 129.545 214.772 129.539C214.886 129.534 214.995 129.523 215.099 129.505C215.203 129.487 215.287 129.47 215.35 129.454L215.408 130.71C215.273 130.757 215.115 130.8 214.934 130.839C214.758 130.878 214.554 130.902 214.321 130.912C213.943 130.927 213.606 130.875 213.309 130.755C213.012 130.63 212.776 130.418 212.599 130.12C212.423 129.821 212.325 129.419 212.304 128.914L212.009 121.653ZM219.881 130.686C219.335 130.708 218.837 130.64 218.388 130.48C217.944 130.316 217.56 130.078 217.237 129.767C216.919 129.456 216.669 129.086 216.487 128.655C216.306 128.225 216.205 127.757 216.184 127.251L216.173 126.978C216.15 126.4 216.212 125.873 216.362 125.397C216.511 124.921 216.73 124.511 217.017 124.166C217.303 123.817 217.648 123.545 218.051 123.351C218.453 123.157 218.894 123.05 219.372 123.031C219.9 123.009 220.366 123.079 220.769 123.241C221.173 123.402 221.511 123.639 221.783 123.952C222.06 124.26 222.272 124.632 222.417 125.069C222.567 125.505 222.653 125.99 222.675 126.522L222.703 127.226L216.993 127.458L216.945 126.276L221.029 126.11L221.024 125.981C221.003 125.685 220.933 125.41 220.813 125.154C220.697 124.899 220.527 124.696 220.302 124.546C220.077 124.395 219.783 124.327 219.418 124.342C219.145 124.353 218.904 124.422 218.695 124.549C218.49 124.672 218.321 124.845 218.189 125.069C218.057 125.294 217.958 125.562 217.893 125.875C217.833 126.183 217.81 126.528 217.826 126.911L217.837 127.184C217.85 127.507 217.906 127.806 218.003 128.08C218.106 128.35 218.247 128.584 218.429 128.782C218.61 128.979 218.826 129.133 219.077 129.241C219.327 129.345 219.61 129.39 219.924 129.378C220.32 129.362 220.67 129.267 220.973 129.096C221.276 128.924 221.536 128.687 221.751 128.387L222.653 129.191C222.503 129.43 222.305 129.662 222.059 129.886C221.812 130.106 221.507 130.289 221.144 130.436C220.785 130.583 220.364 130.666 219.881 130.686ZM225.527 124.327L225.77 130.31L224.124 130.377L223.824 122.986L225.395 122.923L225.527 124.327ZM227.729 122.78L227.777 124.311C227.676 124.296 227.567 124.287 227.448 124.283C227.334 124.278 227.22 124.278 227.106 124.283C226.824 124.295 226.577 124.346 226.366 124.436C226.155 124.522 225.98 124.644 225.841 124.8C225.705 124.951 225.603 125.133 225.534 125.346C225.465 125.558 225.429 125.795 225.426 126.055L225.052 126.097C225.033 125.633 225.061 125.201 225.136 124.801C225.211 124.401 225.333 124.047 225.503 123.739C225.678 123.431 225.901 123.187 226.171 123.007C226.447 122.827 226.769 122.73 227.138 122.715C227.238 122.711 227.345 122.716 227.46 122.729C227.579 122.743 227.669 122.76 227.729 122.78ZM230.469 124.222L230.709 130.109L229.062 130.176L228.762 122.786L230.313 122.723L230.469 124.222ZM230.281 126.152L229.721 126.168C229.7 125.658 229.744 125.184 229.854 124.746C229.964 124.308 230.136 123.925 230.369 123.596C230.601 123.263 230.896 123.003 231.254 122.815C231.615 122.622 232.038 122.516 232.52 122.496C232.857 122.483 233.167 122.52 233.448 122.609C233.735 122.693 233.984 122.836 234.198 123.037C234.416 123.238 234.586 123.5 234.709 123.824C234.836 124.147 234.909 124.541 234.928 125.005L235.128 129.93L233.482 129.997L233.287 125.216C233.273 124.856 233.207 124.576 233.089 124.375C232.976 124.175 232.818 124.035 232.614 123.957C232.414 123.874 232.178 123.838 231.905 123.849C231.595 123.861 231.333 123.931 231.12 124.058C230.91 124.186 230.742 124.354 230.613 124.565C230.485 124.775 230.394 125.016 230.342 125.287C230.289 125.559 230.269 125.847 230.281 126.152ZM234.846 125.529L234.081 125.731C234.063 125.284 234.108 124.861 234.215 124.46C234.326 124.054 234.496 123.696 234.725 123.385C234.959 123.07 235.252 122.819 235.604 122.631C235.957 122.443 236.366 122.34 236.83 122.321C237.208 122.306 237.547 122.345 237.847 122.437C238.152 122.525 238.413 122.674 238.632 122.884C238.85 123.094 239.021 123.373 239.145 123.719C239.268 124.06 239.34 124.477 239.36 124.969L239.554 129.75L237.901 129.817L237.706 125.029C237.691 124.656 237.625 124.369 237.507 124.168C237.394 123.968 237.238 123.833 237.039 123.763C236.84 123.689 236.604 123.658 236.331 123.669C236.076 123.679 235.852 123.736 235.66 123.84C235.473 123.939 235.316 124.075 235.191 124.249C235.066 124.418 234.973 124.611 234.914 124.828C234.859 125.045 234.836 125.278 234.846 125.529ZM242.71 122.219L243.01 129.61L241.357 129.677L241.057 122.286L242.71 122.219ZM240.869 120.351C240.859 120.101 240.932 119.89 241.089 119.72C241.251 119.544 241.48 119.451 241.776 119.439C242.067 119.427 242.301 119.502 242.476 119.663C242.651 119.82 242.744 120.024 242.754 120.275C242.764 120.52 242.688 120.729 242.526 120.9C242.364 121.07 242.138 121.162 241.846 121.173C241.55 121.185 241.315 121.113 241.14 120.956C240.969 120.799 240.879 120.597 240.869 120.351ZM246.209 123.658L246.446 129.47L244.799 129.537L244.499 122.147L246.05 122.084L246.209 123.658ZM245.991 125.514L245.458 125.528C245.441 125.005 245.494 124.521 245.618 124.078C245.746 123.635 245.931 123.252 246.173 122.927C246.42 122.602 246.72 122.348 247.072 122.165C247.425 121.978 247.822 121.875 248.264 121.857C248.619 121.842 248.942 121.879 249.233 121.968C249.529 122.052 249.783 122.199 249.997 122.409C250.215 122.619 250.386 122.897 250.51 123.243C250.633 123.585 250.705 124.009 250.725 124.514L250.919 129.288L249.266 129.356L249.072 124.574C249.058 124.219 248.994 123.941 248.881 123.741C248.772 123.535 248.618 123.393 248.419 123.315C248.224 123.231 247.983 123.196 247.696 123.207C247.414 123.219 247.164 123.288 246.945 123.416C246.727 123.543 246.545 123.712 246.398 123.924C246.256 124.135 246.15 124.376 246.079 124.648C246.008 124.92 245.978 125.209 245.991 125.514ZM248.541 130.028L248.562 130.54C248.578 130.937 248.506 131.352 248.346 131.787C248.19 132.223 247.966 132.587 247.672 132.882L246.797 132.405C246.951 132.143 247.065 131.874 247.141 131.597C247.221 131.32 247.254 131.006 247.239 130.656L247.216 130.082L248.541 130.028ZM256.706 127.569L256.563 124.044C256.552 123.78 256.495 123.554 256.392 123.367C256.288 123.18 256.136 123.038 255.936 122.941C255.741 122.844 255.497 122.801 255.206 122.813C254.937 122.824 254.707 122.879 254.515 122.978C254.323 123.077 254.175 123.206 254.072 123.366C253.969 123.525 253.922 123.702 253.93 123.898L252.29 123.965C252.279 123.673 252.338 123.388 252.468 123.109C252.598 122.83 252.793 122.578 253.053 122.353C253.313 122.128 253.627 121.947 253.995 121.809C254.364 121.671 254.78 121.592 255.245 121.573C255.8 121.551 256.296 121.624 256.731 121.793C257.172 121.963 257.522 122.231 257.783 122.599C258.049 122.962 258.193 123.426 258.216 123.991L258.35 127.276C258.363 127.613 258.398 127.915 258.455 128.182C258.516 128.444 258.596 128.671 258.695 128.863L258.699 128.972L257.012 129.041C256.927 128.866 256.857 128.644 256.8 128.372C256.748 128.096 256.717 127.828 256.706 127.569ZM256.823 124.547L256.878 125.564L255.696 125.612C255.391 125.624 255.123 125.665 254.894 125.734C254.664 125.798 254.473 125.887 254.323 126.003C254.173 126.119 254.062 126.255 253.991 126.413C253.92 126.571 253.888 126.748 253.896 126.944C253.904 127.14 253.957 127.318 254.055 127.478C254.152 127.634 254.289 127.754 254.466 127.838C254.647 127.921 254.863 127.958 255.114 127.948C255.451 127.934 255.741 127.854 255.986 127.707C256.236 127.556 256.429 127.377 256.567 127.171C256.704 126.96 256.774 126.763 256.775 126.581L257.338 127.29C257.291 127.479 257.205 127.683 257.082 127.902C256.959 128.122 256.794 128.334 256.588 128.538C256.386 128.738 256.14 128.905 255.849 129.04C255.563 129.175 255.228 129.25 254.846 129.266C254.363 129.285 253.929 129.207 253.543 129.031C253.157 128.851 252.85 128.601 252.623 128.282C252.396 127.958 252.273 127.587 252.256 127.168C252.24 126.776 252.299 126.427 252.433 126.121C252.571 125.81 252.779 125.546 253.057 125.329C253.34 125.112 253.689 124.943 254.104 124.821C254.519 124.695 254.994 124.621 255.532 124.599L256.823 124.547Z' fill='%23070708'/%3E%3Crect width='141' height='29' transform='translate(186.259 46) rotate(0.511031)' fill='%23070708'/%3E%3Cpath d='M203.097 65.1511L203.192 54.4795L205.224 54.4976L205.129 65.1692L203.097 65.1511ZM205.544 56.1805L205.554 55.0286L210.914 55.0764L210.903 56.2283L205.544 56.1805ZM207.143 65.1871L207.212 57.4595L209.244 57.4776L209.175 65.2053L207.143 65.1871ZM216.502 65.2706L216.511 64.2947C215.896 65.0412 215.044 65.4496 214.116 65.4413C212.164 65.4239 210.705 63.9389 210.728 61.363C210.751 58.8351 212.221 57.3121 214.189 57.3297C215.101 57.3378 215.961 57.7455 216.562 58.5349L216.597 54.599L218.645 54.6173L218.55 65.2889L216.502 65.2706ZM216.524 62.7747L216.548 60.0388C216.201 59.5237 215.484 59.1493 214.796 59.1432C213.644 59.1329 212.836 60.0377 212.824 61.3817C212.813 62.7096 213.604 63.6287 214.756 63.639C215.444 63.6451 216.168 63.2836 216.524 62.7747ZM220.229 65.3039L220.242 63.7839L223.77 59.3832L220.282 59.3521L220.298 57.5762L226.537 57.6318L226.524 59.1038L222.948 63.552L226.548 63.5842L226.532 65.3601L220.229 65.3039ZM231.898 60.0957C231.926 56.8639 233.771 54.5922 236.923 54.6203C238.219 54.6319 239.303 55.0896 240.065 55.7524L239.025 57.4552C238.454 56.9061 237.849 56.5967 236.905 56.5882C235.289 56.5738 234.221 57.9564 234.206 59.6523C234.205 59.7323 234.204 59.8123 234.22 59.8764C234.722 59.1609 235.8 58.5305 236.968 58.5409C238.888 58.558 240.589 59.7412 240.569 62.0131C240.55 64.0931 238.888 65.6623 236.456 65.6406C233.208 65.6116 231.871 63.1036 231.898 60.0957ZM238.264 62.0886C238.274 60.9366 237.335 60.4322 236.295 60.423C235.495 60.4158 234.723 60.809 234.206 61.4284C234.293 62.4532 234.858 63.6423 236.362 63.6557C237.594 63.6667 238.257 62.8406 238.264 62.0886ZM241.632 60.1665C241.656 57.4147 243.041 54.6749 246.097 54.7022C249.137 54.7293 250.488 57.4934 250.463 60.2453C250.439 62.9972 249.038 65.7528 245.998 65.7257C242.942 65.6985 241.607 62.9184 241.632 60.1665ZM248.143 60.2246C248.161 58.2567 247.599 56.7316 246.079 56.7181C244.543 56.7044 243.953 58.2192 243.936 60.1871C243.918 62.155 244.48 63.6961 246.016 63.7098C247.536 63.7234 248.126 62.1926 248.143 60.2246ZM251.553 60.255C251.578 57.5032 252.962 54.7634 256.018 54.7906C259.058 54.8178 260.409 57.5819 260.385 60.3338C260.36 63.0857 258.96 65.8413 255.92 65.8142C252.864 65.787 251.529 63.0069 251.553 60.255ZM258.065 60.3131C258.082 58.3452 257.52 56.8201 256 56.8066C254.464 56.7929 253.875 58.3077 253.857 60.2756C253.84 62.2435 254.402 63.7846 255.938 63.7983C257.458 63.8118 258.047 62.281 258.065 60.3131ZM275.312 65.7952L275.381 58.1155L272.304 65.7683L271.313 65.7595L268.373 58.053L268.305 65.7327L266.033 65.7124L266.128 55.0408L269.312 55.0692L271.844 61.7481L274.496 55.1155L277.695 55.144L277.6 65.8156L275.312 65.7952ZM279.672 65.8341L279.767 55.1625L281.799 55.1806L281.764 59.1164C282.379 58.3379 283.246 57.9456 284.158 57.9538C286.126 57.9713 287.568 59.5202 287.546 62.0481C287.523 64.624 286.038 66.0828 284.086 66.0654C283.158 66.0572 282.314 65.6336 281.712 64.8762L281.704 65.8522L279.672 65.8341ZM281.726 63.3723C282.057 63.8713 282.806 64.2459 283.462 64.2518C284.646 64.2624 285.438 63.3734 285.45 62.0294C285.462 60.6855 284.686 59.7665 283.502 59.756C282.846 59.7501 282.091 60.1274 281.75 60.6364L281.726 63.3723ZM290.133 57.063C289.477 57.0572 288.922 56.5082 288.928 55.8362C288.934 55.1642 289.499 54.6253 290.155 54.6311C290.827 54.6371 291.366 55.1859 291.36 55.8579C291.354 56.5299 290.805 57.069 290.133 57.063ZM289.046 65.9177L289.115 58.19L291.147 58.2081L291.078 65.9358L289.046 65.9177ZM295.683 66.1689C294.259 66.1562 293.498 65.4134 293.51 64.0374L293.546 60.0056L292.266 59.9942L292.282 58.2182L293.562 58.2296L293.581 56.1177L295.629 56.136L295.61 58.2479L297.178 58.2619L297.162 60.0378L295.594 60.0238L295.563 63.5117C295.559 63.9917 295.811 64.3619 296.259 64.3659C296.563 64.3687 296.852 64.2592 296.965 64.1482L297.384 65.688C297.077 65.9573 296.531 66.1764 295.683 66.1689ZM297.488 66.313L301.381 55.0353L302.853 55.0484L298.96 66.3261L297.488 66.313ZM303.101 65.035L303.994 63.6189C304.549 64.1519 305.697 64.6901 306.657 64.6987C307.537 64.7065 307.955 64.4063 307.96 63.9263C307.964 63.3823 307.294 63.1843 306.416 63.0005C305.09 62.7326 303.381 62.3974 303.397 60.5575C303.409 59.2615 304.555 58.1357 306.587 58.1538C307.899 58.1655 308.935 58.6228 309.681 59.2375L308.869 60.6223C308.41 60.1221 307.533 59.7143 306.589 59.7059C305.853 59.6993 305.371 59.967 305.367 60.415C305.363 60.895 305.969 61.0764 306.831 61.2601C308.157 61.5279 309.93 61.8958 309.913 63.8157C309.9 65.2396 308.691 66.2849 306.547 66.2658C305.203 66.2538 303.911 65.7942 303.101 65.035Z' fill='white'/%3E%3C/svg%3E%0A");
    top: 135px;
  }
  #first_screen .cta .discount-block {
    width: 223px;
    height: 170px;
    margin-left: 36px;
    align-items: flex-start;
    justify-content: center;
  }
  #first_screen .cta .discount-block:before {
    width: 429px;
    height: 279px;
    background: url(../img/bg-discount-768.png) no-repeat center;
    background-size: contain;
    top: -60px;
    left: -75px;
  }
  #first_screen .cta .discount-block .new_price .euro {
    font-size: 160px;
  }
  #first_screen .cta .discount-block .new_price .euro svg {
    width: 99px;
  }
  #first_screen .cta .discount-block .new_price .right-part {
    margin-top: 4px;
    margin-left: 2px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents {
    font-size: 100px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents svg {
    width: 123px;
  }
  #first_screen .cta .discount-block .new_price .right-part .value {
    font-size: 24px;
  }
  #first_screen .cta .discount-block .old_price {
    left: -36px;
    top: -100px;
  }
  #first_screen .cta .discount-block .bottom-quote-row {
    bottom: -80px;
  }
  #first_screen .cta .form-block {
    width: 100%;
    margin-top: 0;
    /*&:before {
      content: '';
      display: block;
      width: 416px;
      height: 632px;
      background-image: url(../img/img-february2026-inet-768.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: -480px;
      right: -46px;
    }*/
  }
  #first_screen .cta img.img-akciya-1024 {
    display: none;
  }
  #first_screen .cta img.img-akciya-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  #first_screen {
    background-image: url(../img/bg-internet-480.jpg);
  }
  #first_screen .container {
    width: 450px;
  }
  #first_screen .cta .container {
    padding-top: 132px;
    padding-bottom: 40px;
    min-height: 1000px;
  }
  #first_screen .cta .container:before {
    display: none;
  }
  #first_screen .cta .content-block {
    align-items: center;
  }
  #first_screen .cta .title-block {
    margin-bottom: 0;
    padding-bottom: 380px;
  }
  #first_screen .cta h1 {
    font-size: 80px;
    z-index: 5;
    margin-bottom: 30px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 433px;
    height: 151px;
    background-image: url("data:image/svg+xml,%3Csvg width='433' height='156' viewBox='0 0 433 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7313_2488' maskUnits='userSpaceOnUse' x='0' y='78' width='433' height='62' fill='black'%3E%3Crect fill='white' y='78' width='433' height='62'/%3E%3Cpath d='M18.56 136H4.8V82.64H18.56V136ZM77.7594 136H64.4794L41.9194 105.12V136H28.1594V82.64H42.3194L63.9194 112V82.64H77.7594V136ZM113.058 136H99.2981V94.64H84.3381V82.64H127.938V94.64H113.058V136ZM173.608 136H134.488V82.64H173.608V94.64H148.248V102.96H173.048V114.96H148.248V124H173.608V136ZM227.117 136H211.357L202.397 118.08H195.357V136H181.597V82.64H208.317C220.157 82.64 226.877 90.48 226.877 100.4C226.877 109.68 221.197 114.64 216.237 116.4L227.117 136ZM206.237 106.08C209.837 106.08 212.877 104.08 212.877 100.32C212.877 96.72 209.837 94.64 206.237 94.64H195.357V106.08H206.237ZM284.088 136H270.807L248.248 105.12V136H234.488V82.64H248.648L270.248 112V82.64H284.088V136ZM332.826 136H293.706V82.64H332.826V94.64H307.466V102.96H332.266V114.96H307.466V124H332.826V136ZM366.496 136H352.736V94.64H337.776V82.64H381.376V94.64H366.496V136ZM407.14 136.96C396.34 136.96 388.82 133.6 383.46 128.48L390.74 118.16C394.58 122 400.5 125.2 407.78 125.2C412.5 125.2 415.38 123.36 415.38 120.8C415.38 113.52 385.14 119.36 385.14 98.8C385.14 89.84 392.74 81.84 406.42 81.84C414.98 81.84 422.42 84.4 428.1 89.28L420.58 99.12C416.1 95.44 410.26 93.6 404.98 93.6C400.98 93.6 399.22 95.2 399.22 97.44C399.22 104.24 429.38 99.28 429.38 119.12C429.38 129.84 421.46 136.96 407.14 136.96Z'/%3E%3C/mask%3E%3Cpath d='M18.56 136H4.8V82.64H18.56V136ZM77.7594 136H64.4794L41.9194 105.12V136H28.1594V82.64H42.3194L63.9194 112V82.64H77.7594V136ZM113.058 136H99.2981V94.64H84.3381V82.64H127.938V94.64H113.058V136ZM173.608 136H134.488V82.64H173.608V94.64H148.248V102.96H173.048V114.96H148.248V124H173.608V136ZM227.117 136H211.357L202.397 118.08H195.357V136H181.597V82.64H208.317C220.157 82.64 226.877 90.48 226.877 100.4C226.877 109.68 221.197 114.64 216.237 116.4L227.117 136ZM206.237 106.08C209.837 106.08 212.877 104.08 212.877 100.32C212.877 96.72 209.837 94.64 206.237 94.64H195.357V106.08H206.237ZM284.088 136H270.807L248.248 105.12V136H234.488V82.64H248.648L270.248 112V82.64H284.088V136ZM332.826 136H293.706V82.64H332.826V94.64H307.466V102.96H332.266V114.96H307.466V124H332.826V136ZM366.496 136H352.736V94.64H337.776V82.64H381.376V94.64H366.496V136ZM407.14 136.96C396.34 136.96 388.82 133.6 383.46 128.48L390.74 118.16C394.58 122 400.5 125.2 407.78 125.2C412.5 125.2 415.38 123.36 415.38 120.8C415.38 113.52 385.14 119.36 385.14 98.8C385.14 89.84 392.74 81.84 406.42 81.84C414.98 81.84 422.42 84.4 428.1 89.28L420.58 99.12C416.1 95.44 410.26 93.6 404.98 93.6C400.98 93.6 399.22 95.2 399.22 97.44C399.22 104.24 429.38 99.28 429.38 119.12C429.38 129.84 421.46 136.96 407.14 136.96Z' fill='white'/%3E%3Cpath d='M18.56 137.5C18.56 136.5 18.56 135.5 18.56 134.5C16.3227 134.167 14.0853 133.867 11.848 133.6C9.49867 133.32 7.14933 133.077 4.8 132.87L7.92979 136C8.50993 129.4 8.8 122.8 8.8 116.2C8.8 105.013 8.70741 93.8267 8.52222 82.64L4.8 86.3622C9.38667 86.2863 13.9733 86.1948 18.56 86.0877L15.1123 82.64C15.4752 98.1893 16.017 113.739 16.7378 129.288C16.8415 131.525 16.9489 133.763 17.06 136C18.06 136 19.06 136 20.06 136C20.1711 133.763 20.2785 131.525 20.3822 129.288C21.103 113.739 21.6448 98.1893 22.0077 82.64L21.9254 79.1137L18.56 79.1923C13.9733 79.0852 9.38667 78.9937 4.8 78.9178L1.0172 78.9804L1.07778 82.64C0.892593 93.8267 0.8 105.013 0.8 116.2C0.8 122.8 1.09007 129.4 1.67022 136L1.96721 139.379L4.8 139.13C7.14933 138.923 9.49867 138.68 11.848 138.4C14.0853 138.133 16.3227 137.833 18.56 137.5ZM18.56 134.5V137.5L20.1229 137.267L20.06 136H17.06L18.56 134.5ZM77.7594 137.5C77.7594 136.5 77.7594 135.5 77.7594 134.5C73.3327 134.202 68.906 133.93 64.4794 133.685L66.3487 134.634C66.0662 134.199 65.7833 133.764 65.5002 133.329C58.8184 123.065 51.972 112.921 44.961 102.898L38.2653 93.5428L38.1525 105.12C37.9971 112.67 37.9194 120.22 37.9194 127.77C37.9194 130.513 37.9205 133.257 37.9228 136L41.9194 132.003C37.3327 132.007 32.746 132.014 28.1594 132.024L32.135 136C32.0955 118.213 32.008 100.427 31.8727 82.64L28.1594 86.3533C32.8794 86.3174 37.5994 86.2781 42.3194 86.2355L39.4232 84.7707C46.7117 94.4923 54.0182 104.201 61.3426 113.896L67.059 121.765L67.1183 112C66.9938 102.213 66.8549 92.4267 66.7014 82.64L63.9194 85.422C68.5327 85.3496 73.146 85.274 77.7594 85.1952L75.2041 82.64C75.4235 95.4818 75.6678 108.324 75.9371 121.165C76.0409 126.11 76.1483 131.055 76.2594 136C77.2594 136 78.2594 136 79.2594 136C79.3705 131.055 79.4779 126.11 79.5816 121.165C79.8509 108.324 80.0953 95.4818 80.3146 82.64L80.2702 80.0419L77.7594 80.0848C73.146 80.006 68.5327 79.9304 63.9194 79.858L61.0945 79.9023L61.1374 82.64C60.9839 92.4267 60.8449 102.213 60.7204 112L66.4961 110.104C59.4206 100.226 52.3271 90.3611 45.2155 80.5093L44.1052 79.0284L42.3194 79.0445C37.5994 79.0019 32.8794 78.9626 28.1594 78.9267L24.418 78.9551L24.446 82.64C24.3107 100.427 24.2233 118.213 24.1838 136L24.1926 139.984L28.1594 139.976C32.746 139.986 37.3327 139.993 41.9194 139.997L45.9193 139.993L45.916 136C45.9182 133.257 45.9194 130.513 45.9194 127.77C45.9194 120.22 45.8417 112.67 45.6862 105.12L38.8777 107.342C46.2953 117.069 53.8775 126.675 61.6244 136.16C61.9526 136.562 62.2812 136.964 62.61 137.366L63.4349 138.373L64.4794 138.315C68.906 138.07 73.3327 137.798 77.7594 137.5ZM77.7594 134.5V137.5L79.2908 137.397L79.2594 136H76.2594L77.7594 134.5ZM113.058 137.5C113.058 136.5 113.058 135.5 113.058 134.5C109.826 134.167 106.594 133.867 103.362 133.6C102.007 133.488 100.653 133.382 99.2981 133.282L102.016 136C102.871 124.427 103.298 112.853 103.298 101.28C103.298 99.0667 103.296 96.8533 103.293 94.64L103.299 90.6515L99.2981 90.6452C94.3115 90.653 89.3248 90.6697 84.3381 90.6951L88.283 94.64C88.2626 90.64 88.2365 86.64 88.2047 82.64L84.3381 86.5066C98.8715 86.3911 113.405 86.2008 127.938 85.9356L124.643 82.64C124.715 86.64 124.794 90.64 124.879 94.64L127.938 91.5804C122.978 91.685 118.018 91.7983 113.058 91.9203L110.407 91.8551L110.338 94.64C110.598 105.195 110.897 115.749 111.236 126.304C111.34 129.536 111.447 132.768 111.558 136C112.558 136 113.558 136 114.558 136C114.669 132.768 114.777 129.536 114.88 126.304C115.219 115.749 115.518 105.195 115.778 94.64L113.058 97.3597C118.018 97.4817 122.978 97.595 127.938 97.6996L131.061 97.6338L130.998 94.64C131.082 90.64 131.161 86.64 131.234 82.64L131.173 79.2854L127.938 79.3444C113.405 79.0792 98.8715 78.8889 84.3381 78.7734L80.4411 78.8044L80.4716 82.64C80.4398 86.64 80.4137 90.64 80.3933 94.64L80.4135 98.6049L84.3381 98.5849C89.3248 98.6103 94.3115 98.627 99.2981 98.6348L95.3033 94.64C95.2999 96.8533 95.2981 99.0667 95.2981 101.28C95.2981 112.853 95.7255 124.427 96.5804 136L96.7948 138.903L99.2981 138.718C100.653 138.618 102.007 138.512 103.362 138.4C106.594 138.133 109.826 137.833 113.058 137.5ZM113.058 134.5V137.5L114.604 137.341L114.558 136H111.558L113.058 134.5ZM173.607 137.5C173.607 136.5 173.607 135.5 173.607 134.5C168.853 134.167 164.098 133.867 159.344 133.6C151.058 133.135 142.773 132.772 134.488 132.51L137.978 136C138.318 125.267 138.488 114.533 138.488 103.8C138.488 96.7467 138.479 89.6933 138.463 82.64L134.488 86.6155C147.527 86.5854 160.568 86.5274 173.607 86.4416L169.806 82.64C169.832 86.64 169.861 90.64 169.893 94.64L173.607 90.9253C165.154 90.992 156.701 91.0705 148.247 91.1606L144.806 91.1239L144.768 94.64C144.798 97.4133 144.829 100.187 144.861 102.96L144.822 106.307L148.247 106.347C156.514 106.251 164.781 106.144 173.048 106.026L169.981 102.96C170.038 106.96 170.098 110.96 170.16 114.96L173.048 112.073C164.781 112.202 156.514 112.342 148.247 112.493L145.827 112.449L145.781 114.96C145.836 117.973 145.893 120.987 145.951 124L145.907 126.252L148.247 126.297C155.946 126.148 163.645 125.99 171.344 125.822C172.098 125.806 172.853 125.789 173.607 125.773L171.835 124C171.923 128 172.014 132 172.107 136C173.107 136 174.107 136 175.107 136C175.201 132 175.292 128 175.38 124L175.34 122.189L173.607 122.227C172.853 122.211 172.098 122.194 171.344 122.178C163.645 122.01 155.946 121.852 148.247 121.703L150.544 124C150.602 120.987 150.659 117.973 150.714 114.96L148.247 117.427C156.514 117.578 164.781 117.718 173.048 117.847L175.979 117.801L175.935 114.96C175.997 110.96 176.057 106.96 176.114 102.96L176.069 99.8506L173.048 99.8937C164.781 99.7757 156.514 99.6688 148.247 99.5731L151.634 102.96C151.666 100.187 151.697 97.4133 151.727 94.64L148.247 98.1194C156.701 98.2095 165.154 98.288 173.607 98.3547L177.351 98.3251L177.322 94.64C177.354 90.64 177.383 86.64 177.409 82.64L177.384 78.8136L173.607 78.8384C160.568 78.7526 147.527 78.6946 134.488 78.6644L130.503 78.6737L130.512 82.64C130.496 89.6933 130.488 96.7467 130.488 103.8C130.488 114.533 130.657 125.267 130.997 136L131.111 139.597L134.488 139.49C142.773 139.228 151.058 138.865 159.344 138.4C164.098 138.133 168.853 137.833 173.607 137.5ZM173.607 134.5V137.5L175.14 137.393L175.107 136H172.107L173.607 134.5ZM227.117 137.5C227.117 136.5 227.117 135.5 227.117 134.5C223.342 134.167 219.568 133.867 215.794 133.6C214.315 133.496 212.836 133.396 211.357 133.302L213.77 134.793C211.164 128.63 208.465 122.513 205.672 116.442L204.776 114.495L202.397 114.418C200.05 114.342 197.704 114.279 195.357 114.228L191.59 114.147L191.505 118.08C191.406 122.673 191.357 127.267 191.357 131.86C191.357 133.24 191.357 134.62 191.358 136L195.357 132.001C190.77 132.005 186.184 132.014 181.597 132.028L185.569 136C185.514 118.213 185.376 100.427 185.157 82.64L181.597 86.1999C190.504 86.0899 199.41 85.9593 208.317 85.808C216.933 85.2542 224.363 91.6075 224.272 100.4C224.585 106.459 221.192 112.254 215.529 114.405L213.205 115.164L214.386 117.427C216.264 120.615 218.144 123.8 220.028 126.984C221.951 130.234 223.876 133.482 225.805 136.728C226.68 136.243 227.554 135.757 228.428 135.272C226.694 131.918 224.956 128.566 223.215 125.216C221.509 121.933 219.799 118.652 218.087 115.373L216.945 118.395C224.468 116.105 229.634 108.073 229.482 100.4C230.555 89.2658 219.279 78.7101 208.317 79.4719C199.41 79.3207 190.504 79.1901 181.597 79.0801L177.994 79.1246L178.037 82.64C177.817 100.427 177.68 118.213 177.625 136L177.637 139.985L181.597 139.972C186.184 139.986 190.77 139.995 195.357 139.999L199.358 139.996L199.355 136C199.356 134.62 199.357 133.24 199.357 131.86C199.357 127.267 199.308 122.673 199.209 118.08L195.357 121.932C197.704 121.881 200.05 121.818 202.397 121.742L199.122 119.718C202.302 125.594 205.576 131.424 208.944 137.207L209.867 138.793L211.357 138.698C212.836 138.604 214.315 138.504 215.794 138.4C219.568 138.133 223.342 137.833 227.117 137.5ZM227.117 134.5V137.5L229.612 137.28L228.428 135.272L225.805 136.728L227.117 134.5ZM206.237 102.08C206.237 104.747 206.237 107.413 206.237 110.08C207.48 110.079 208.764 109.915 210.056 109.505C213.631 108.668 217.177 104.229 216.877 100.32C216.96 97.6699 215.523 94.5394 213.276 92.9047C211.062 91.2141 208.552 90.6482 206.237 90.64C202.61 90.64 198.984 90.64 195.357 90.64H191.357V94.64C191.357 98.4533 191.357 102.267 191.357 106.08V110.08H195.357C198.102 110.08 200.848 110.08 203.593 110.08C204.475 110.08 205.356 110.08 206.237 110.08C206.237 107.413 206.237 104.747 206.237 102.08C205.356 102.08 204.475 102.08 203.593 102.08C200.848 102.08 198.102 102.08 195.357 102.08L199.357 106.08C199.357 102.267 199.357 98.4533 199.357 94.64L195.357 98.64C198.984 98.64 202.61 98.64 206.237 98.64C207.172 98.6315 207.996 98.9195 208.381 99.2324C208.76 99.5644 208.847 99.6996 208.877 100.32C208.87 100.847 208.764 101.075 208.621 101.272C208.475 101.466 208.166 101.711 207.627 101.882C207.239 102.007 206.755 102.081 206.237 102.08ZM206.237 110.08V102.08V110.08ZM284.087 137.5C284.087 136.5 284.087 135.5 284.087 134.5C279.661 134.202 275.234 133.93 270.807 133.685L272.677 134.634C272.394 134.199 272.111 133.764 271.828 133.329C265.147 123.065 258.3 112.921 251.289 102.898L244.593 93.5428L244.481 105.12C244.325 112.67 244.247 120.22 244.247 127.77C244.247 130.513 244.249 133.257 244.251 136L248.247 132.003C243.661 132.007 239.074 132.014 234.488 132.024L238.463 136C238.424 118.213 238.336 100.427 238.201 82.64L234.488 86.3533C239.208 86.3174 243.928 86.2781 248.648 86.2355L245.751 84.7707C253.04 94.4923 260.346 104.201 267.671 113.896L273.387 121.765L273.446 112C273.322 102.213 273.183 92.4267 273.029 82.64L270.247 85.422C274.861 85.3496 279.474 85.274 284.087 85.1952L281.532 82.64C281.752 95.4818 281.996 108.324 282.265 121.165C282.369 126.11 282.476 131.055 282.587 136C283.587 136 284.587 136 285.587 136C285.699 131.055 285.806 126.11 285.91 121.165C286.179 108.324 286.423 95.4818 286.643 82.64L286.598 80.0419L284.087 80.0848C279.474 80.006 274.861 79.9304 270.247 79.858L267.423 79.9023L267.466 82.64C267.312 92.4267 267.173 102.213 267.049 112L272.824 110.104C265.749 100.226 258.655 90.3611 251.544 80.5093L250.433 79.0284L248.648 79.0445C243.928 79.0019 239.208 78.9626 234.488 78.9267L230.746 78.9551L230.774 82.64C230.639 100.427 230.551 118.213 230.512 136L230.521 139.984L234.488 139.976C239.074 139.986 243.661 139.993 248.247 139.997L252.247 139.993L252.244 136C252.246 133.257 252.247 130.513 252.247 127.77C252.247 120.22 252.17 112.67 252.014 105.12L245.206 107.342C252.623 117.069 260.206 126.675 267.952 136.16C268.281 136.562 268.609 136.964 268.938 137.366L269.763 138.373L270.807 138.315C275.234 138.07 279.661 137.798 284.087 137.5ZM284.087 134.5V137.5L285.619 137.397L285.587 136H282.587L284.087 134.5ZM332.826 137.5C332.826 136.5 332.826 135.5 332.826 134.5C328.072 134.167 323.317 133.867 318.562 133.6C310.277 133.135 301.992 132.772 293.706 132.51L297.197 136C297.536 125.267 297.706 114.533 297.706 103.8C297.706 96.7467 297.698 89.6933 297.682 82.64L293.706 86.6155C306.746 86.5854 319.786 86.5274 332.826 86.4416L329.025 82.64C329.051 86.64 329.08 90.64 329.112 94.64L332.826 90.9253C324.373 90.992 315.92 91.0705 307.466 91.1606L304.024 91.1239L303.987 94.64C304.016 97.4133 304.047 100.187 304.079 102.96L304.041 106.307L307.466 106.347C315.733 106.251 324 106.144 332.266 106.026L329.2 102.96C329.257 106.96 329.317 110.96 329.379 114.96L332.266 112.073C324 112.202 315.733 112.342 307.466 112.493L305.045 112.449L305 114.96C305.055 117.973 305.111 120.987 305.169 124L305.126 126.252L307.466 126.297C315.165 126.148 322.864 125.99 330.562 125.822C331.317 125.806 332.072 125.789 332.826 125.773L331.054 124C331.142 128 331.233 132 331.326 136C332.326 136 333.326 136 334.326 136C334.42 132 334.511 128 334.599 124L334.559 122.189L332.826 122.227C332.072 122.211 331.317 122.194 330.562 122.178C322.864 122.01 315.165 121.852 307.466 121.703L309.763 124C309.821 120.987 309.878 117.973 309.933 114.96L307.466 117.427C315.733 117.578 324 117.718 332.266 117.847L335.198 117.801L335.153 114.96C335.216 110.96 335.275 106.96 335.333 102.96L335.288 99.8506L332.266 99.8937C324 99.7757 315.733 99.6688 307.466 99.5731L310.853 102.96C310.885 100.187 310.916 97.4133 310.946 94.64L307.466 98.1194C315.92 98.2095 324.373 98.288 332.826 98.3547L336.57 98.3251L336.541 94.64C336.573 90.64 336.601 86.64 336.628 82.64L336.603 78.8136L332.826 78.8384C319.786 78.7526 306.746 78.6946 293.706 78.6644L289.722 78.6737L289.731 82.64C289.714 89.6933 289.706 96.7467 289.706 103.8C289.706 114.533 289.876 125.267 290.216 136L290.33 139.597L293.706 139.49C301.992 139.228 310.277 138.865 318.562 138.4C323.317 138.133 328.072 137.833 332.826 137.5ZM332.826 134.5V137.5L334.359 137.393L334.326 136H331.326L332.826 134.5ZM366.496 137.5C366.496 136.5 366.496 135.5 366.496 134.5C363.264 134.167 360.032 133.867 356.8 133.6C355.445 133.488 354.09 133.382 352.736 133.282L355.453 136C356.308 124.427 356.736 112.853 356.736 101.28C356.736 99.0667 356.734 96.8533 356.73 94.64L356.737 90.6515L352.736 90.6452C347.749 90.653 342.762 90.6697 337.776 90.6951L341.72 94.64C341.7 90.64 341.674 86.64 341.642 82.64L337.776 86.5066C352.309 86.3911 366.842 86.2008 381.376 85.9356L378.08 82.64C378.153 86.64 378.232 90.64 378.316 94.64L381.376 91.5804C376.416 91.685 371.456 91.7983 366.496 91.9203L363.844 91.8551L363.776 94.64C364.036 105.195 364.335 115.749 364.673 126.304C364.777 129.536 364.885 132.768 364.996 136C365.996 136 366.996 136 367.996 136C368.107 132.768 368.214 129.536 368.318 126.304C368.656 115.749 368.956 105.195 369.215 94.64L366.496 97.3597C371.456 97.4817 376.416 97.595 381.376 97.6996L384.498 97.6338L384.435 94.64C384.52 90.64 384.598 86.64 384.671 82.64L384.61 79.2854L381.376 79.3444C366.842 79.0792 352.309 78.8889 337.776 78.7734L333.879 78.8044L333.909 82.64C333.877 86.64 333.851 90.64 333.831 94.64L333.851 98.6049L337.776 98.5849C342.762 98.6103 347.749 98.627 352.736 98.6348L348.741 94.64C348.737 96.8533 348.736 99.0667 348.736 101.28C348.736 112.853 349.163 124.427 350.018 136L350.232 138.903L352.736 138.718C354.09 138.618 355.445 138.512 356.8 138.4C360.032 138.133 363.264 137.833 366.496 137.5ZM366.496 134.5V137.5L368.042 137.341L367.996 136H364.996L366.496 134.5ZM407.14 138.46C407.14 137.46 407.14 136.46 407.14 135.46C402.738 135.128 398.447 134.245 394.592 132.574C391.13 131.082 388.067 128.946 385.558 126.283L385.942 130.231C388.526 126.902 391.086 123.556 393.623 120.194L388.245 120.655C393.216 125.93 400.436 129.108 407.78 129.139C409.751 129.143 411.827 128.965 414.092 128.036C416.199 127.251 419.437 124.677 419.38 120.8C419.38 119.995 419.234 119.183 418.909 118.392C417.951 116.179 416.37 115.272 415.285 114.672C414.185 114.099 413.149 113.755 412.244 113.48C410.374 112.928 408.683 112.589 407.032 112.237C403.75 111.551 400.647 110.889 397.87 109.871C392.154 107.848 388.972 104.387 389.043 98.8C388.779 90.8372 397.369 85.3152 406.42 85.5404C413.543 85.4443 420.573 87.4586 425.84 91.911L425.344 87.1738C422.874 90.4822 420.407 93.7924 417.943 97.1044L422.687 96.555C417.612 92.5213 411.347 90.4703 404.98 90.5135C403.414 90.5523 401.72 90.6795 399.822 91.6224C397.887 92.4367 396.065 95.2155 396.253 97.44C396.198 99.5637 397.823 101.315 398.879 101.936C399.978 102.645 400.955 102.987 401.893 103.297C403.75 103.882 405.444 104.214 407.127 104.564C410.474 105.243 413.682 105.872 416.673 106.885C422.737 108.763 427.247 112.912 427.153 119.12C427.398 124.712 424.568 129.98 419.501 132.591C415.865 134.559 411.507 135.348 407.14 135.46C407.14 136.46 407.14 137.46 407.14 138.46C411.82 138.56 416.68 137.986 421.158 135.837C427.423 133.095 431.732 125.979 431.607 119.12C432.672 100.391 405.522 99.5762 402.187 97.44C402.201 97.2333 402.243 97.2094 402.255 97.2034C402.271 97.1994 402.324 97.1333 402.549 97.0296C402.993 96.8142 403.955 96.6587 404.98 96.6865C409.848 96.78 414.829 98.5986 418.473 101.685L421.19 103.859L423.217 101.136C425.766 97.8876 428.312 94.6378 430.856 91.3862L432.839 88.73L430.36 86.649C423.768 80.7958 414.853 78.1516 406.42 78.1396C395.695 77.4029 381.03 85.0478 381.237 98.8C380.249 119.077 408.518 119.784 411.509 121.43C411.417 121.21 411.379 120.966 411.38 120.8C411.363 120.651 411.515 120.347 411.524 120.369C411.534 120.372 411.332 120.555 410.972 120.709C410.246 121.036 409.039 121.248 407.78 121.261C402.49 121.362 397.18 119.325 393.235 115.665L390.099 112.723L387.857 116.126C385.54 119.644 383.247 123.178 380.978 126.729L379.494 129.049L381.362 130.677C384.726 133.652 388.766 135.849 392.969 137.091C397.661 138.492 402.48 138.792 407.14 138.46ZM407.14 135.46V138.46V135.46Z' fill='%23070708' mask='url(%23path-1-outside-1_7313_2488)'/%3E%3Cmask id='path-3-outside-2_7313_2488' maskUnits='userSpaceOnUse' x='0' y='9' width='382' height='63' fill='black'%3E%3Crect fill='white' y='9' width='382' height='63'/%3E%3Cpath d='M30.178 67.948C26.2807 67.948 22.7257 67.2633 19.513 65.894C16.3003 64.5247 13.5353 62.6287 11.218 60.206C8.95333 57.7307 7.189 54.834 5.925 51.516C4.661 48.198 4.029 44.5903 4.029 40.693C4.029 36.7957 4.661 33.188 5.925 29.87C7.189 26.552 8.95333 23.6817 11.218 21.259C13.5353 18.7837 16.3003 16.8613 19.513 15.492C22.7257 14.1227 26.2807 13.438 30.178 13.438C34.0753 13.438 37.6303 14.1227 40.843 15.492C44.0557 16.8613 46.7943 18.7837 49.059 21.259C51.3763 23.6817 53.167 26.552 54.431 29.87C55.695 33.188 56.327 36.7957 56.327 40.693C56.327 44.5903 55.695 48.198 54.431 51.516C53.167 54.834 51.3763 57.7307 49.059 60.206C46.7943 62.6287 44.0557 64.5247 40.843 65.894C37.6303 67.2633 34.0753 67.948 30.178 67.948ZM30.178 62.102C33.1273 62.102 35.787 61.5753 38.157 60.522C40.527 59.416 42.5547 57.915 44.24 56.019C45.9253 54.0703 47.2157 51.8057 48.111 49.225C49.059 46.5917 49.533 43.7477 49.533 40.693C49.533 37.6383 49.059 34.7943 48.111 32.161C47.2157 29.5277 45.9253 27.263 44.24 25.367C42.5547 23.471 40.527 21.9963 38.157 20.943C35.787 19.837 33.1273 19.284 30.178 19.284C27.2287 19.284 24.5427 19.837 22.12 20.943C19.75 21.9963 17.7223 23.471 16.037 25.367C14.3517 27.263 13.0613 29.5277 12.166 32.161C11.2707 34.7943 10.823 37.6383 10.823 40.693C10.823 43.7477 11.2707 46.5917 12.166 49.225C13.0613 51.8057 14.3517 54.0703 16.037 56.019C17.7223 57.915 19.75 59.416 22.12 60.522C24.5427 61.5753 27.2287 62.102 30.178 62.102ZM66.5692 67V14.307H87.7412C90.3746 14.307 92.7182 14.7283 94.7722 15.571C96.8262 16.4137 98.5379 17.5723 99.9072 19.047C101.329 20.469 102.409 22.1543 103.146 24.103C103.884 25.999 104.252 28.0267 104.252 30.186C104.252 32.3453 103.884 34.3993 103.146 36.348C102.409 38.244 101.329 39.9293 99.9072 41.404C98.4852 42.826 96.7472 43.9583 94.6932 44.801C92.6392 45.6437 90.3219 46.065 87.7412 46.065H73.1262V67H66.5692ZM86.9512 40.219C90.1112 40.219 92.6392 39.2973 94.5352 37.454C96.4839 35.6107 97.4582 33.188 97.4582 30.186C97.4582 27.184 96.4839 24.7613 94.5352 22.918C92.6392 21.0747 90.1112 20.153 86.9512 20.153H73.1262V40.219H86.9512ZM125.97 67V20.153H109.301V14.307H149.275V20.153H132.527V67H125.97ZM157.99 67V14.307H164.547V67H157.99ZM193.955 67.948C189.321 67.948 185.344 67.1843 182.026 65.657C178.708 64.077 175.943 62.0493 173.731 59.574L177.602 54.597C178.445 55.545 179.446 56.493 180.604 57.441C181.763 58.3363 183.027 59.1263 184.396 59.811C185.818 60.4957 187.346 61.0487 188.978 61.47C190.611 61.8913 192.349 62.102 194.192 62.102C196.562 62.102 198.537 61.8123 200.117 61.233C201.697 60.6537 202.961 59.9427 203.909 59.1C204.857 58.2047 205.542 57.2303 205.963 56.177C206.385 55.071 206.595 54.0177 206.595 53.017C206.595 51.3317 206.148 49.936 205.252 48.83C204.357 47.724 203.172 46.8023 201.697 46.065C200.275 45.275 198.616 44.643 196.72 44.169C194.877 43.6423 192.955 43.1157 190.953 42.589C189.005 42.0097 187.082 41.3777 185.186 40.693C183.343 40.0083 181.684 39.1393 180.209 38.086C178.787 36.98 177.629 35.637 176.733 34.057C175.838 32.477 175.39 30.502 175.39 28.132C175.39 25.9727 175.838 23.9977 176.733 22.207C177.681 20.4163 178.945 18.889 180.525 17.625C182.158 16.3083 184.08 15.3077 186.292 14.623C188.504 13.8857 190.901 13.517 193.481 13.517C197.537 13.517 201.118 14.149 204.225 15.413C207.333 16.677 209.992 18.494 212.204 20.864L208.254 25.683C206.253 23.471 203.936 21.8647 201.302 20.864C198.669 19.8633 195.904 19.363 193.007 19.363C189.847 19.363 187.24 20.1267 185.186 21.654C183.185 23.1813 182.184 25.209 182.184 27.737C182.184 29.2117 182.632 30.423 183.527 31.371C184.423 32.319 185.581 33.1353 187.003 33.82C188.478 34.5047 190.137 35.1103 191.98 35.637C193.876 36.111 195.799 36.6377 197.747 37.217C199.749 37.7437 201.671 38.3757 203.514 39.113C205.41 39.8503 207.069 40.7983 208.491 41.957C209.966 43.1157 211.151 44.5377 212.046 46.223C212.942 47.9083 213.389 49.9887 213.389 52.464C213.389 54.36 213.047 56.256 212.362 58.152C211.678 59.9953 210.545 61.6543 208.965 63.129C207.438 64.551 205.437 65.7097 202.961 66.605C200.486 67.5003 197.484 67.948 193.955 67.948ZM255.018 67L235.031 43.3L229.738 49.304V67H223.181V14.307H229.738V41.562L253.043 14.307H261.259L239.297 39.35L263.155 67H255.018ZM308.231 67L303.57 55.308H277.342L272.681 67H265.176L286.348 14.307H294.485L315.736 67H308.231ZM290.456 21.101L279.238 49.462H301.595L290.456 21.101ZM322.625 67V14.307H329.182V67H322.625ZM358.59 67.948C353.956 67.948 349.979 67.1843 346.661 65.657C343.343 64.077 340.578 62.0493 338.366 59.574L342.237 54.597C343.08 55.545 344.081 56.493 345.239 57.441C346.398 58.3363 347.662 59.1263 349.031 59.811C350.453 60.4957 351.981 61.0487 353.613 61.47C355.246 61.8913 356.984 62.102 358.827 62.102C361.197 62.102 363.172 61.8123 364.752 61.233C366.332 60.6537 367.596 59.9427 368.544 59.1C369.492 58.2047 370.177 57.2303 370.598 56.177C371.02 55.071 371.23 54.0177 371.23 53.017C371.23 51.3317 370.783 49.936 369.887 48.83C368.992 47.724 367.807 46.8023 366.332 46.065C364.91 45.275 363.251 44.643 361.355 44.169C359.512 43.6423 357.59 43.1157 355.588 42.589C353.64 42.0097 351.717 41.3777 349.821 40.693C347.978 40.0083 346.319 39.1393 344.844 38.086C343.422 36.98 342.264 35.637 341.368 34.057C340.473 32.477 340.025 30.502 340.025 28.132C340.025 25.9727 340.473 23.9977 341.368 22.207C342.316 20.4163 343.58 18.889 345.16 17.625C346.793 16.3083 348.715 15.3077 350.927 14.623C353.139 13.8857 355.536 13.517 358.116 13.517C362.172 13.517 365.753 14.149 368.86 15.413C371.968 16.677 374.627 18.494 376.839 20.864L372.889 25.683C370.888 23.471 368.571 21.8647 365.937 20.864C363.304 19.8633 360.539 19.363 357.642 19.363C354.482 19.363 351.875 20.1267 349.821 21.654C347.82 23.1813 346.819 25.209 346.819 27.737C346.819 29.2117 347.267 30.423 348.162 31.371C349.058 32.319 350.216 33.1353 351.638 33.82C353.113 34.5047 354.772 35.1103 356.615 35.637C358.511 36.111 360.434 36.6377 362.382 37.217C364.384 37.7437 366.306 38.3757 368.149 39.113C370.045 39.8503 371.704 40.7983 373.126 41.957C374.601 43.1157 375.786 44.5377 376.681 46.223C377.577 47.9083 378.024 49.9887 378.024 52.464C378.024 54.36 377.682 56.256 376.997 58.152C376.313 59.9953 375.18 61.6543 373.6 63.129C372.073 64.551 370.072 65.7097 367.596 66.605C365.121 67.5003 362.119 67.948 358.59 67.948Z'/%3E%3C/mask%3E%3Cpath d='M30.178 67.948C26.2807 67.948 22.7257 67.2633 19.513 65.894C16.3003 64.5247 13.5353 62.6287 11.218 60.206C8.95333 57.7307 7.189 54.834 5.925 51.516C4.661 48.198 4.029 44.5903 4.029 40.693C4.029 36.7957 4.661 33.188 5.925 29.87C7.189 26.552 8.95333 23.6817 11.218 21.259C13.5353 18.7837 16.3003 16.8613 19.513 15.492C22.7257 14.1227 26.2807 13.438 30.178 13.438C34.0753 13.438 37.6303 14.1227 40.843 15.492C44.0557 16.8613 46.7943 18.7837 49.059 21.259C51.3763 23.6817 53.167 26.552 54.431 29.87C55.695 33.188 56.327 36.7957 56.327 40.693C56.327 44.5903 55.695 48.198 54.431 51.516C53.167 54.834 51.3763 57.7307 49.059 60.206C46.7943 62.6287 44.0557 64.5247 40.843 65.894C37.6303 67.2633 34.0753 67.948 30.178 67.948ZM30.178 62.102C33.1273 62.102 35.787 61.5753 38.157 60.522C40.527 59.416 42.5547 57.915 44.24 56.019C45.9253 54.0703 47.2157 51.8057 48.111 49.225C49.059 46.5917 49.533 43.7477 49.533 40.693C49.533 37.6383 49.059 34.7943 48.111 32.161C47.2157 29.5277 45.9253 27.263 44.24 25.367C42.5547 23.471 40.527 21.9963 38.157 20.943C35.787 19.837 33.1273 19.284 30.178 19.284C27.2287 19.284 24.5427 19.837 22.12 20.943C19.75 21.9963 17.7223 23.471 16.037 25.367C14.3517 27.263 13.0613 29.5277 12.166 32.161C11.2707 34.7943 10.823 37.6383 10.823 40.693C10.823 43.7477 11.2707 46.5917 12.166 49.225C13.0613 51.8057 14.3517 54.0703 16.037 56.019C17.7223 57.915 19.75 59.416 22.12 60.522C24.5427 61.5753 27.2287 62.102 30.178 62.102ZM66.5692 67V14.307H87.7412C90.3746 14.307 92.7182 14.7283 94.7722 15.571C96.8262 16.4137 98.5379 17.5723 99.9072 19.047C101.329 20.469 102.409 22.1543 103.146 24.103C103.884 25.999 104.252 28.0267 104.252 30.186C104.252 32.3453 103.884 34.3993 103.146 36.348C102.409 38.244 101.329 39.9293 99.9072 41.404C98.4852 42.826 96.7472 43.9583 94.6932 44.801C92.6392 45.6437 90.3219 46.065 87.7412 46.065H73.1262V67H66.5692ZM86.9512 40.219C90.1112 40.219 92.6392 39.2973 94.5352 37.454C96.4839 35.6107 97.4582 33.188 97.4582 30.186C97.4582 27.184 96.4839 24.7613 94.5352 22.918C92.6392 21.0747 90.1112 20.153 86.9512 20.153H73.1262V40.219H86.9512ZM125.97 67V20.153H109.301V14.307H149.275V20.153H132.527V67H125.97ZM157.99 67V14.307H164.547V67H157.99ZM193.955 67.948C189.321 67.948 185.344 67.1843 182.026 65.657C178.708 64.077 175.943 62.0493 173.731 59.574L177.602 54.597C178.445 55.545 179.446 56.493 180.604 57.441C181.763 58.3363 183.027 59.1263 184.396 59.811C185.818 60.4957 187.346 61.0487 188.978 61.47C190.611 61.8913 192.349 62.102 194.192 62.102C196.562 62.102 198.537 61.8123 200.117 61.233C201.697 60.6537 202.961 59.9427 203.909 59.1C204.857 58.2047 205.542 57.2303 205.963 56.177C206.385 55.071 206.595 54.0177 206.595 53.017C206.595 51.3317 206.148 49.936 205.252 48.83C204.357 47.724 203.172 46.8023 201.697 46.065C200.275 45.275 198.616 44.643 196.72 44.169C194.877 43.6423 192.955 43.1157 190.953 42.589C189.005 42.0097 187.082 41.3777 185.186 40.693C183.343 40.0083 181.684 39.1393 180.209 38.086C178.787 36.98 177.629 35.637 176.733 34.057C175.838 32.477 175.39 30.502 175.39 28.132C175.39 25.9727 175.838 23.9977 176.733 22.207C177.681 20.4163 178.945 18.889 180.525 17.625C182.158 16.3083 184.08 15.3077 186.292 14.623C188.504 13.8857 190.901 13.517 193.481 13.517C197.537 13.517 201.118 14.149 204.225 15.413C207.333 16.677 209.992 18.494 212.204 20.864L208.254 25.683C206.253 23.471 203.936 21.8647 201.302 20.864C198.669 19.8633 195.904 19.363 193.007 19.363C189.847 19.363 187.24 20.1267 185.186 21.654C183.185 23.1813 182.184 25.209 182.184 27.737C182.184 29.2117 182.632 30.423 183.527 31.371C184.423 32.319 185.581 33.1353 187.003 33.82C188.478 34.5047 190.137 35.1103 191.98 35.637C193.876 36.111 195.799 36.6377 197.747 37.217C199.749 37.7437 201.671 38.3757 203.514 39.113C205.41 39.8503 207.069 40.7983 208.491 41.957C209.966 43.1157 211.151 44.5377 212.046 46.223C212.942 47.9083 213.389 49.9887 213.389 52.464C213.389 54.36 213.047 56.256 212.362 58.152C211.678 59.9953 210.545 61.6543 208.965 63.129C207.438 64.551 205.437 65.7097 202.961 66.605C200.486 67.5003 197.484 67.948 193.955 67.948ZM255.018 67L235.031 43.3L229.738 49.304V67H223.181V14.307H229.738V41.562L253.043 14.307H261.259L239.297 39.35L263.155 67H255.018ZM308.231 67L303.57 55.308H277.342L272.681 67H265.176L286.348 14.307H294.485L315.736 67H308.231ZM290.456 21.101L279.238 49.462H301.595L290.456 21.101ZM322.625 67V14.307H329.182V67H322.625ZM358.59 67.948C353.956 67.948 349.979 67.1843 346.661 65.657C343.343 64.077 340.578 62.0493 338.366 59.574L342.237 54.597C343.08 55.545 344.081 56.493 345.239 57.441C346.398 58.3363 347.662 59.1263 349.031 59.811C350.453 60.4957 351.981 61.0487 353.613 61.47C355.246 61.8913 356.984 62.102 358.827 62.102C361.197 62.102 363.172 61.8123 364.752 61.233C366.332 60.6537 367.596 59.9427 368.544 59.1C369.492 58.2047 370.177 57.2303 370.598 56.177C371.02 55.071 371.23 54.0177 371.23 53.017C371.23 51.3317 370.783 49.936 369.887 48.83C368.992 47.724 367.807 46.8023 366.332 46.065C364.91 45.275 363.251 44.643 361.355 44.169C359.512 43.6423 357.59 43.1157 355.588 42.589C353.64 42.0097 351.717 41.3777 349.821 40.693C347.978 40.0083 346.319 39.1393 344.844 38.086C343.422 36.98 342.264 35.637 341.368 34.057C340.473 32.477 340.025 30.502 340.025 28.132C340.025 25.9727 340.473 23.9977 341.368 22.207C342.316 20.4163 343.58 18.889 345.16 17.625C346.793 16.3083 348.715 15.3077 350.927 14.623C353.139 13.8857 355.536 13.517 358.116 13.517C362.172 13.517 365.753 14.149 368.86 15.413C371.968 16.677 374.627 18.494 376.839 20.864L372.889 25.683C370.888 23.471 368.571 21.8647 365.937 20.864C363.304 19.8633 360.539 19.363 357.642 19.363C354.482 19.363 351.875 20.1267 349.821 21.654C347.82 23.1813 346.819 25.209 346.819 27.737C346.819 29.2117 347.267 30.423 348.162 31.371C349.058 32.319 350.216 33.1353 351.638 33.82C353.113 34.5047 354.772 35.1103 356.615 35.637C358.511 36.111 360.434 36.6377 362.382 37.217C364.384 37.7437 366.306 38.3757 368.149 39.113C370.045 39.8503 371.704 40.7983 373.126 41.957C374.601 43.1157 375.786 44.5377 376.681 46.223C377.577 47.9083 378.024 49.9887 378.024 52.464C378.024 54.36 377.682 56.256 376.997 58.152C376.313 59.9953 375.18 61.6543 373.6 63.129C372.073 64.551 370.072 65.7097 367.596 66.605C365.121 67.5003 362.119 67.948 358.59 67.948Z' fill='white'/%3E%3Cpath d='M30.178 69.448C30.178 68.448 30.178 67.448 30.178 66.448C27.4828 66.1162 24.8963 65.4654 22.5418 64.4525C21.8551 64.1577 21.188 63.833 20.5422 63.4794C17.8426 62.0112 15.5167 60.1221 13.6525 57.8774L13.7036 57.932C11.8477 55.6068 10.4671 52.9804 9.50424 50.1525C8.48258 47.1588 8.02875 43.9769 8.029 40.7067C8.029 40.7021 8.029 40.6976 8.029 40.693C8.02656 37.4181 8.53442 34.2301 9.64522 31.2872C10.68 28.5308 12.1577 26.0369 14.089 23.9428C16.0143 21.8481 18.36 20.1975 21.0214 19.031C23.8203 17.7949 26.9396 17.2046 30.178 17.16C33.4158 17.1093 36.5696 17.6017 39.4472 18.7668C42.1539 19.8558 44.5739 21.4514 46.5675 23.5385L46.6187 23.5932C48.699 25.6652 50.3279 28.1838 51.4781 30.9949C52.7195 34.0071 53.3445 37.3049 53.4381 40.693C53.5373 44.0801 53.1085 47.4419 52.0201 50.5975C51.0056 53.5568 49.4683 56.3054 47.4103 58.6625C45.4236 60.9576 42.9194 62.8048 40.0933 64.1351C39.4083 64.4593 38.7048 64.7491 37.9857 65.0042C35.5191 65.8811 32.8725 66.3383 30.178 66.448C30.178 67.448 30.178 68.448 30.178 69.448C33.1251 69.5603 36.1404 69.2868 39.0671 68.4845C39.9198 68.2513 40.7636 67.9741 41.5927 67.6529C44.9428 66.3655 48.1185 64.3712 50.7089 61.7483C53.3463 59.1078 55.4277 55.8826 56.8419 52.4344C58.3867 48.7027 59.1243 44.667 59.2159 40.693C59.3171 36.72 58.7757 32.6202 57.3839 28.7451C56.1213 25.1892 54.1409 21.7705 51.4993 18.9248L51.5505 18.9795C49.0005 16.0762 45.7402 13.7576 42.2388 12.2171C38.4045 10.5091 34.2233 9.75711 30.178 9.71598C26.1334 9.66177 21.9176 10.3159 18.0046 11.953C14.42 13.4329 11.05 15.7038 8.34895 18.5731C5.63493 21.4317 3.57328 24.8718 2.20478 28.4528C0.682402 32.3972 0.0238048 36.6068 0.0290003 40.693C0.0290002 40.6987 0.0290014 40.7044 0.0290039 40.7101C0.024791 44.7906 0.73795 48.9956 2.34576 52.8795C3.80204 56.4296 5.97061 59.774 8.73242 62.48L8.78351 62.5346C11.5795 65.1819 14.9689 67.1421 18.4838 68.3086C19.3521 68.6004 20.2323 68.8427 21.1174 69.0363C24.1562 69.7025 27.2316 69.7824 30.178 69.448ZM30.178 66.448V69.448V66.448ZM30.178 58.102C30.178 60.7687 30.178 63.4353 30.178 66.102C32.6828 66.1032 35.2867 65.77 37.8094 64.9376C38.4761 64.7179 39.1353 64.4645 39.7816 64.1772L39.8485 64.1467C42.6036 62.8706 45.1841 60.9912 47.2296 58.6765L47.2655 58.6356C49.337 56.2504 50.891 53.4344 51.89 50.5361L51.8745 50.5799C53.0345 47.3698 53.5367 43.9792 53.533 40.693C53.5367 37.4068 53.0345 34.0162 51.8745 30.8061L51.8981 30.8734C50.9176 27.971 49.3731 25.1111 47.2296 22.7095C45.1847 20.3932 42.5726 18.517 39.7816 17.2878L39.8485 17.3183C36.7554 15.8663 33.3709 15.2772 30.178 15.284C26.954 15.2764 23.5578 15.8803 20.4588 17.3042L20.4954 17.2878C17.7044 18.517 15.0923 20.3932 13.0474 22.7095C10.9039 25.1111 9.35944 27.971 8.37891 30.8734C7.28584 34.079 6.8203 37.4347 6.823 40.693C6.8203 43.9513 7.28584 47.307 8.37891 50.5126L8.38697 50.5361C9.38598 53.4344 10.94 56.2504 13.0115 58.6356L13.0474 58.6765C15.0929 60.9912 17.6734 62.8706 20.4285 64.1467L20.5251 64.1903C21.1954 64.4817 21.8792 64.7388 22.5713 64.9611C25.0785 65.7684 27.6726 66.1035 30.178 66.102C30.178 63.4353 30.178 60.7687 30.178 58.102C28.3664 58.1027 26.6258 57.862 25.0183 57.3446C24.5738 57.2018 24.1392 57.0382 23.7149 56.8537L23.8115 56.8973C21.9586 56.0343 20.3507 54.8538 19.0266 53.3615L19.0625 53.4024C17.6943 51.8233 16.6571 49.971 15.945 47.9139L15.9531 47.9374C15.1784 45.664 14.8217 43.2155 14.823 40.693C14.8217 38.1705 15.1784 35.722 15.9531 33.4486C16.6534 31.3839 17.6727 29.5444 19.0266 28.0245C20.3314 26.554 21.9135 25.4103 23.7446 24.5982L23.7812 24.5818C25.7137 23.6963 27.8804 23.2819 30.178 23.284C32.455 23.2818 34.5905 23.6893 36.4655 24.5677L36.5324 24.5982C38.3635 25.4103 39.9456 26.554 41.2504 28.0245C42.6044 29.5444 43.6236 31.3839 44.3239 33.4486L44.3475 33.5159C45.1578 35.7613 45.5345 38.1871 45.533 40.693C45.5345 43.1989 45.1578 45.6247 44.3475 47.8701L44.332 47.9139C43.6199 49.9709 42.5827 51.8233 41.2145 53.4024L41.2504 53.3615C39.9263 54.8538 38.3184 56.0343 36.4655 56.8973L36.5324 56.8668C36.1342 57.0438 35.7253 57.2012 35.3062 57.3393C33.7236 57.8618 31.9896 58.1028 30.178 58.102ZM30.178 66.102V58.102V66.102ZM65.0692 67C66.0692 67 67.0692 67 68.0692 67C68.4026 64.2101 68.7026 61.4201 68.9692 58.6302C70.0359 47.4705 70.5692 36.3108 70.5692 25.1511C70.5692 21.5364 70.563 17.9217 70.5506 14.307L66.5692 18.2883C73.6266 18.2641 80.6839 18.2161 87.7412 18.1444C89.766 18.1186 91.6833 18.3936 93.3465 19.0461C94.8733 19.6435 96.1783 20.47 97.2162 21.5458L97.3105 21.6437C98.3878 22.6783 99.2163 23.9216 99.7986 25.3697L99.8104 25.4003C100.425 26.8829 100.744 28.4911 100.781 30.186C100.82 31.9009 100.571 33.5709 100.013 35.1625L100.024 35.1338C99.4888 36.6263 98.6751 37.978 97.5883 39.1679L97.6294 39.1261C96.5238 40.3002 95.1287 41.2446 93.5257 41.9552C91.803 42.7268 89.8226 43.1084 87.7412 43.1693C82.8696 43.2982 77.9979 43.4385 73.1262 43.59L70.7305 43.5155L70.6512 46.065C70.8495 52.4391 71.0671 58.8131 71.304 65.1872C71.3265 65.7915 71.3491 66.3957 71.3719 67L73.1262 65.2457C70.9406 65.3282 68.7549 65.413 66.5692 65.5C66.5692 66.5 66.5692 67.5 66.5692 68.5C68.7549 68.587 70.9406 68.6718 73.1262 68.7543L74.9442 68.6857L74.8805 67C74.9034 66.3957 74.926 65.7915 74.9484 65.1872C75.1854 58.8131 75.403 52.4391 75.6012 46.065L73.1262 48.54C77.9979 48.6915 82.8696 48.8318 87.7412 48.9607C90.3942 49.0248 93.1913 48.6814 95.8607 47.6468C98.1202 46.7789 100.339 45.4693 102.185 43.6819L102.226 43.6401C103.942 41.9344 105.35 39.8291 106.268 37.5622L106.279 37.5335C107.213 35.2004 107.69 32.667 107.724 30.186C107.766 27.7369 107.377 25.1875 106.482 22.8057L106.494 22.8363C105.657 20.5095 104.288 18.263 102.504 16.4503L102.598 16.5482C100.803 14.5596 98.5253 13.0713 96.1979 12.0959C93.4193 10.9234 90.5019 10.4935 87.7412 10.4696C80.6839 10.3979 73.6266 10.3499 66.5692 10.3256L62.5742 10.3394L62.5879 14.307C62.5754 17.9217 62.5692 21.5364 62.5692 25.1511C62.5692 36.3108 63.1026 47.4705 64.1692 58.6302C64.4359 61.4201 64.7359 64.2101 65.0692 67ZM68.0692 67H65.0692L65.2547 68.5524L66.5692 68.5V65.5L68.0692 67ZM86.9512 36.219C86.9512 38.8857 86.9512 41.5523 86.9512 44.219C88.6193 44.2184 90.3902 44.0154 92.1629 43.4329C94.038 42.826 95.8812 41.738 97.3235 40.322L97.284 40.3599C100.141 37.7891 101.545 33.5948 101.458 30.186C101.545 26.7772 100.141 22.5829 97.284 20.0121L97.3235 20.05C94.4888 17.2067 90.3239 16.099 86.9512 16.153C82.3429 16.153 77.7346 16.153 73.1262 16.153H69.1262V20.153C69.1262 26.8417 69.1262 33.5303 69.1262 40.219V44.219H73.1262C76.3942 44.219 79.6621 44.219 82.93 44.219C84.2704 44.219 85.6108 44.219 86.9512 44.219C86.9512 41.5523 86.9512 38.8857 86.9512 36.219C85.6108 36.219 84.2704 36.219 82.93 36.219C79.6621 36.219 76.3942 36.219 73.1262 36.219L77.1262 40.219C77.1262 33.5303 77.1262 26.8417 77.1262 20.153L73.1262 24.153C77.7346 24.153 82.3429 24.153 86.9512 24.153C89.069 24.1554 90.6259 24.6883 91.7469 25.786L91.7864 25.8239C92.9324 26.9173 93.4464 28.2342 93.4582 30.186C93.4464 32.1378 92.9324 33.4547 91.7864 34.5481L91.7469 34.586C91.1551 35.1594 90.4896 35.5599 89.6624 35.8337C88.8851 36.0906 87.9633 36.2197 86.9512 36.219ZM86.9512 44.219V36.219V44.219ZM124.47 67C125.47 67 126.47 67 127.47 67C127.804 63.9111 128.104 60.8222 128.37 57.7333C129.437 45.3777 129.97 33.0221 129.97 20.6665C129.97 20.4953 129.97 20.3242 129.97 20.153L129.971 16.1536L125.97 16.153C120.414 16.1538 114.858 16.1665 109.301 16.1912L113.263 20.153C113.255 18.2043 113.244 16.2557 113.233 14.307L109.301 18.2384C122.626 18.159 135.951 18.0106 149.275 17.7934L145.789 14.307C145.821 16.2557 145.854 18.2043 145.889 20.153L149.275 16.7663C143.693 16.8658 138.11 16.9774 132.527 17.101L129.545 17.0349L129.475 20.153C129.801 34.8654 130.211 49.5779 130.705 64.2903C130.736 65.1935 130.766 66.0968 130.797 67L132.527 65.2697C130.342 65.3446 128.156 65.4214 125.97 65.5C125.97 66.5 125.97 67.5 125.97 68.5C128.156 68.5786 130.342 68.6554 132.527 68.7303L134.315 68.669L134.258 67C134.289 66.0968 134.319 65.1935 134.35 64.2903C134.844 49.5779 135.254 34.8654 135.579 20.153L132.527 23.205C138.11 23.3286 143.693 23.4402 149.275 23.5397L152.721 23.4783L152.662 20.153C152.697 18.2043 152.73 16.2557 152.762 14.307L152.704 10.7647L149.275 10.8206C135.951 10.6033 122.626 10.455 109.301 10.3756L105.347 10.3992L105.37 14.307C105.358 16.2557 105.348 18.2043 105.34 20.153L105.357 24.1323L109.301 24.1148C114.858 24.1395 120.414 24.1522 125.97 24.153L121.97 20.153C121.97 20.3242 121.97 20.4953 121.97 20.6665C121.97 33.0221 122.504 45.3777 123.57 57.7333C123.837 60.8222 124.137 63.9111 124.47 67ZM127.47 67H124.47L124.637 68.548L125.97 68.5V65.5L127.47 67ZM156.49 67C157.49 67 158.49 67 159.49 67C159.823 65.025 160.123 63.05 160.39 61.075C161.457 53.175 161.99 45.275 161.99 37.375C161.99 29.6857 161.934 21.9963 161.822 14.307L157.99 18.1386C160.176 18.1067 162.361 18.0702 164.547 18.0292L160.825 14.307C161.154 31.8713 161.777 49.4357 162.692 67L164.547 65.1447C164.336 65.1557 164.126 65.1667 163.915 65.1778C161.94 65.2815 159.965 65.3889 157.99 65.5C157.99 66.5 157.99 67.5 157.99 68.5C159.965 68.6111 161.94 68.7185 163.915 68.8222C164.126 68.8333 164.336 68.8443 164.547 68.8553L166.494 68.7538L166.402 67C167.318 49.4357 167.94 31.8713 168.269 14.307L168.198 10.5163L164.547 10.5848C162.361 10.5438 160.176 10.5073 157.99 10.4754L154.103 10.5322L154.159 14.307C154.046 21.9963 153.99 29.6857 153.99 37.375C153.99 45.275 154.523 53.175 155.59 61.075C155.857 63.05 156.157 65.025 156.49 67ZM159.49 67H156.49L156.755 68.5695L157.99 68.5V65.5L159.49 67ZM193.955 69.448C193.955 68.448 193.955 67.448 193.955 66.448C190.028 66.143 186.192 65.2812 183.004 63.5331L183.032 63.5461C182.757 63.3922 182.486 63.2347 182.219 63.0733C179.758 61.5923 177.6 59.7678 175.904 57.6324L176.032 61.3629C177.404 59.7681 178.771 58.1686 180.132 56.5645L175.207 56.7261C176.225 57.9576 177.328 59.0477 178.47 60.0501L178.543 60.1085C179.873 61.2079 181.315 62.1619 182.818 62.9675L182.866 62.9907C184.536 63.8546 186.287 64.5259 188.06 65.0287C190.087 65.6017 192.163 65.8681 194.192 65.9047C196.459 65.9327 198.855 65.8061 201.463 64.9036C203.126 64.3071 204.876 63.5057 206.541 62.0608L206.63 61.98C207.829 60.8671 208.961 59.4118 209.666 57.658L209.69 57.5966C210.207 56.2526 210.592 54.7099 210.594 53.017C210.595 52.3599 210.548 51.6744 210.428 50.9669C210.173 49.3953 209.48 47.6768 208.361 46.3136C206.976 44.5993 205.222 43.3548 203.485 42.4906L203.638 42.5716C201.681 41.4892 199.667 40.7927 197.688 40.2988L197.816 40.3331C195.869 39.7802 193.919 39.2517 191.966 38.7427L192.087 38.7766C190.218 38.226 188.365 37.6233 186.532 36.968L186.565 36.9804C185.087 36.4381 183.718 35.7409 182.5 34.8794L182.629 34.9755C181.613 34.1943 180.789 33.2499 180.142 32.1254C179.588 31.1863 179.283 29.7605 179.278 28.132C179.267 26.5932 179.559 25.1955 180.179 23.9299L180.138 24.0096C180.826 22.6828 181.747 21.5488 182.908 20.603L182.92 20.5937C184.186 19.5514 185.704 18.7638 187.406 18.2207L187.483 18.1959C189.352 17.552 191.379 17.2435 193.481 17.2236C196.791 17.1906 200.016 17.629 202.867 18.7517C205.452 19.7642 207.752 21.272 209.645 23.2528L209.497 18.6446C208.198 20.2657 206.9 21.8874 205.603 23.5095L210.797 23.3827C208.561 20.9423 205.672 18.9159 202.482 17.7593C199.449 16.6398 196.192 16.1114 193.007 16.1573C189.829 16.1811 186.227 16.9617 183.346 19.1794L183.316 19.2025C180.778 21.0214 179.044 24.6638 179.211 27.737C179.192 29.5692 179.905 31.8673 181.413 33.3679C182.729 34.7241 184.256 35.6704 185.773 36.3754L185.809 36.3924C187.597 37.1878 189.412 37.788 191.227 38.2748L191.315 38.2985C193.216 38.7371 195.11 39.2202 196.997 39.7423L197.077 39.7648C198.947 40.2179 200.786 40.7772 202.579 41.4522L202.601 41.461C204.198 42.0416 205.682 42.8201 206.972 43.8221L207.005 43.8488C208.238 44.7671 209.254 45.9299 210.023 47.2981C210.829 48.7111 211.191 50.5428 211.235 52.464C211.278 54.1355 211.004 55.8226 210.456 57.4634L210.462 57.4461C209.922 59.0417 208.954 60.4959 207.676 61.7479C207.096 62.3185 206.436 62.8366 205.719 63.301C204.697 63.9644 203.564 64.5181 202.375 64.9831C199.808 65.9852 196.889 66.3688 193.955 66.448C193.955 67.448 193.955 68.448 193.955 69.448C197.11 69.5159 200.358 69.2894 203.548 68.2269C204.934 67.76 206.307 67.1756 207.621 66.4099C208.541 65.8736 209.431 65.2466 210.253 64.5117C211.945 63.0061 213.4 61.0736 214.263 58.8579L214.269 58.8406C215.04 56.8417 215.506 54.6678 215.544 52.464C215.586 50.1031 215.288 47.5503 214.07 45.1479C213.097 43.2188 211.684 41.4453 209.978 40.0652L210.011 40.0919C208.325 38.6664 206.406 37.5726 204.428 36.765L204.45 36.7738C202.483 35.9446 200.464 35.2466 198.418 34.6692L198.498 34.6917C196.563 34.0778 194.612 33.5038 192.646 32.9755L192.734 32.9991C191.151 32.5137 189.618 31.94 188.198 31.2476L188.234 31.2646C187.186 30.7345 186.287 30.0939 185.642 29.3741C185.293 28.9577 185.148 28.5444 185.158 27.737C185.213 26.0915 185.773 25.0608 187.057 24.1055L187.027 24.1287C188.599 22.9992 190.686 22.5246 193.007 22.5687C195.474 22.6065 197.874 23.0722 200.123 23.9687C202.268 24.8198 204.143 26.1932 205.712 27.9833L208.446 30.9327L210.906 27.8565C212.242 26.2659 213.577 24.6749 214.912 23.0834L216.852 20.6622L214.764 18.4752C212.235 15.6941 209.018 13.4936 205.584 12.0742C201.641 10.4326 197.478 9.8429 193.481 9.81041C190.717 9.7876 187.856 10.1495 185.102 11.0501L185.179 11.0253C182.717 11.7657 180.26 12.9536 178.131 14.6563L178.143 14.647C176.18 16.1896 174.502 18.1974 173.329 20.4044L173.288 20.4841C172.066 22.8745 171.504 25.5868 171.503 28.132C171.499 30.581 171.849 33.3441 173.325 35.9886C174.433 37.9744 175.983 39.7903 177.79 41.1965L177.919 41.2926C179.759 42.6167 181.765 43.6415 183.808 44.4056L183.841 44.418C185.815 45.1375 187.809 45.7985 189.82 46.4014L189.941 46.4353C191.844 46.9409 193.739 47.4628 195.625 48.0049L195.753 48.0392C197.225 48.4098 198.598 48.9118 199.757 49.5584L199.91 49.6394C200.876 50.1231 201.624 50.7013 202.144 51.3464C202.333 51.5868 202.458 51.8396 202.541 52.3037C202.576 52.5086 202.596 52.7485 202.597 53.017C202.6 53.488 202.488 54.0854 202.237 54.7574L202.261 54.696C202.076 55.1773 201.735 55.6894 201.189 56.22L201.278 56.1392C200.751 56.6329 199.84 57.1525 198.772 57.5624C197.596 58.0286 195.928 58.2602 194.192 58.2993C192.713 58.3368 191.271 58.2169 189.897 57.9113C188.519 57.6015 187.189 57.1797 185.927 56.6313L185.975 56.6545C184.807 56.1253 183.699 55.5004 182.666 54.7735L182.739 54.8319C181.746 54.0863 180.815 53.2987 179.998 52.4679L177.227 49.6043L175.073 52.6295C173.853 54.3434 172.639 56.0619 171.431 57.7851L169.955 59.8912L171.559 61.5156C174.009 64.0317 176.945 65.9654 180.013 67.3366C180.347 67.4865 180.683 67.6301 181.021 67.7679L181.049 67.7809C185.301 69.4525 189.744 69.7493 193.955 69.448ZM193.955 66.448V69.448V66.448ZM253.871 67.967C254.635 67.3223 255.4 66.6777 256.164 66.033C253.499 62.355 250.807 58.6986 248.091 55.0636C244.61 50.4064 241.088 45.7845 237.523 41.1978L235.284 38.317L232.585 41.1436C230.74 43.0744 228.904 45.0128 227.077 46.9588L226.237 47.8542L226.191 49.304C226.006 55.2027 225.878 61.1013 225.806 67L229.738 63.0685C227.552 63.0419 225.366 63.023 223.181 63.0119L227.169 67C227.177 65.436 227.181 63.872 227.181 62.308C227.181 46.3076 227.134 30.3073 227.042 14.307L223.181 18.1684C225.366 18.1558 227.552 18.1423 229.738 18.1279L225.917 14.307C225.976 23.392 226.051 32.477 226.14 41.562L226.087 51.2843L232.472 43.8998C240.151 34.7384 247.81 25.5602 255.45 16.3652L253.043 17.474C255.781 17.4352 258.52 17.3951 261.259 17.3536L258.968 12.2982C251.774 20.7568 244.596 29.23 237.435 37.7179L236.017 39.274L237.422 40.9671C244.338 48.6779 251.268 56.3761 258.212 64.0616C259.431 65.4107 260.651 66.7594 261.871 68.1077L263.155 65.3044C260.442 65.3683 257.73 65.4335 255.018 65.5C255.018 66.5 255.018 67.5 255.018 68.5C257.73 68.5665 260.442 68.6317 263.155 68.6956L266.885 68.6322L264.438 65.8923C263.283 64.4881 262.128 63.0842 260.972 61.6808C254.386 53.6855 247.786 45.7029 241.171 37.7329L241.158 40.9821C248.638 32.7747 256.102 24.5525 263.549 16.3158L267.949 11.1881L261.259 11.2604C258.52 11.2189 255.781 11.1788 253.043 11.14L251.539 11.1613L250.636 12.2488C242.739 21.2238 234.861 30.2156 227.003 39.2241L233.335 41.562C233.424 32.477 233.499 23.392 233.558 14.307L233.533 10.4611L229.738 10.4861C227.552 10.4717 225.366 10.4582 223.181 10.4456L219.297 10.468L219.319 14.307C219.227 30.3073 219.181 46.3076 219.181 62.308C219.181 63.872 219.185 65.436 219.192 67L219.213 71.0082L223.181 70.9881C225.366 70.977 227.552 70.9581 229.738 70.9315L233.716 70.883L233.669 67C233.597 61.1013 233.469 55.2027 233.284 49.304L232.398 51.6492C234.099 49.5926 235.792 47.5283 237.477 45.4564L232.538 45.4022C236.457 49.6895 240.418 53.9414 244.421 58.1581C247.546 61.4492 250.696 64.7189 253.871 67.967ZM256.164 66.033L253.871 67.967L254.407 68.515L255.018 68.5V65.5L256.164 66.033ZM306.837 67.5555C307.766 67.1852 308.695 66.8148 309.624 66.4445C308.773 63.4082 307.89 60.3841 306.977 57.3724C306.668 56.3547 306.356 55.3383 306.04 54.3234L305.567 52.8046L303.57 52.6491C294.827 51.9684 286.085 51.5469 277.342 51.3844L274.756 51.3364L273.697 53.8551C272.635 56.3825 271.596 58.9193 270.581 61.4656C270.042 62.8166 269.505 64.168 268.967 65.5197L272.681 63.0024C270.179 63.0051 267.678 63.0102 265.176 63.0177L268.871 68.4847C275.876 50.8994 282.756 33.2637 289.51 15.5777L286.348 17.7152C289.06 17.6685 291.773 17.6189 294.485 17.5666L291.462 15.5262C298.636 32.3703 305.926 49.1673 313.334 65.917C313.591 66.4973 313.848 67.0776 314.105 67.6579L315.736 65.2411C313.234 65.3251 310.733 65.4114 308.231 65.5C308.231 66.5 308.231 67.5 308.231 68.5C310.733 68.5886 313.234 68.6749 315.736 68.7589L318.395 68.6743L317.367 66.3421C317.15 65.746 316.932 65.1499 316.714 64.5539C310.429 47.3513 304.027 30.196 297.508 13.0878L296.621 11.0061L294.485 11.0473C291.773 10.995 289.06 10.9455 286.348 10.8988L283.986 10.9395L283.185 13.0363C275.825 30.479 268.59 47.972 261.481 65.5153L259.295 70.9989L265.176 70.9823C267.678 70.9898 270.179 70.9949 272.681 70.9976L275.395 70.9946L276.394 68.4803C276.934 67.1299 277.474 65.7791 278.012 64.428C279.027 61.8818 280.019 59.3261 280.987 56.7609L277.342 59.2316C286.085 59.0691 294.827 58.6476 303.57 57.9669L301.1 56.2926C301.569 57.2465 302.042 58.1989 302.518 59.1499C303.927 61.9641 305.367 64.766 306.837 67.5555ZM309.624 66.4445L306.837 67.5555L307.352 68.5311L308.231 68.5V65.5L309.624 66.4445ZM294.175 22.5723C291.696 21.5914 289.216 20.6106 286.736 19.6297C286.225 20.9212 285.715 22.2126 285.204 23.504C281.975 31.6662 278.747 39.8285 275.518 47.9907L273.354 53.462H279.238C286.69 53.462 294.143 53.462 301.595 53.462H307.463L305.318 47.9997C302.113 39.8387 298.907 31.6777 295.702 23.5166C295.194 22.224 294.687 20.9314 294.179 19.6387C291.697 20.6136 289.215 21.5884 286.733 22.5633C287.24 23.8559 287.748 25.1486 288.256 26.4412C291.461 34.6022 294.666 42.7633 297.872 50.9243L301.595 45.462C294.143 45.462 286.69 45.462 279.238 45.462L282.957 50.9333C286.186 42.771 289.414 34.6088 292.643 26.4465C293.154 25.1551 293.665 23.8637 294.175 22.5723ZM286.736 19.6297L294.175 22.5723L286.733 22.5633L294.179 19.6387L290.469 10.1927L286.736 19.6297ZM321.125 67C322.125 67 323.125 67 324.125 67C324.458 65.025 324.758 63.05 325.025 61.075C326.092 53.175 326.625 45.275 326.625 37.375C326.625 29.6857 326.569 21.9963 326.456 14.307L322.625 18.1386C324.811 18.1067 326.996 18.0702 329.182 18.0292L325.46 14.307C325.789 31.8713 326.411 49.4357 327.327 67L329.182 65.1447C328.971 65.1557 328.761 65.1667 328.55 65.1778C326.575 65.2815 324.6 65.3889 322.625 65.5C322.625 66.5 322.625 67.5 322.625 68.5C324.6 68.6111 326.575 68.7185 328.55 68.8222C328.761 68.8333 328.971 68.8443 329.182 68.8553L331.129 68.7538L331.037 67C331.952 49.4357 332.575 31.8713 332.904 14.307L332.833 10.5163L329.182 10.5848C326.996 10.5438 324.811 10.5073 322.625 10.4754L318.738 10.5322L318.793 14.307C318.681 21.9963 318.625 29.6857 318.625 37.375C318.625 45.275 319.158 53.175 320.225 61.075C320.492 63.05 320.792 65.025 321.125 67ZM324.125 67H321.125L321.39 68.5695L322.625 68.5V65.5L324.125 67ZM358.59 69.448C358.59 68.448 358.59 67.448 358.59 66.448C354.662 66.143 350.826 65.2812 347.639 63.5331L347.666 63.5461C347.392 63.3922 347.121 63.2347 346.853 63.0733C344.393 61.5923 342.235 59.7678 340.539 57.6324L340.666 61.3629C342.039 59.7681 343.406 58.1686 344.767 56.5645L339.842 56.7261C340.859 57.9576 341.963 59.0477 343.105 60.0501L343.178 60.1085C344.508 61.2079 345.95 62.1619 347.453 62.9675L347.5 62.9907C349.171 63.8546 350.922 64.5259 352.695 65.0287C354.721 65.6017 356.797 65.8681 358.827 65.9047C361.094 65.9327 363.489 65.8061 366.098 64.9036C367.76 64.3071 369.511 63.5057 371.176 62.0608L371.264 61.98C372.463 60.8671 373.596 59.4118 374.301 57.658L374.325 57.5966C374.842 56.2526 375.226 54.7099 375.229 53.017C375.23 52.3599 375.183 51.6744 375.063 50.9669C374.808 49.3953 374.115 47.6768 372.996 46.3136C371.611 44.5993 369.857 43.3548 368.119 42.4906L368.273 42.5716C366.316 41.4892 364.302 40.7927 362.323 40.2988L362.451 40.3331C360.504 39.7802 358.553 39.2517 356.6 38.7427L356.722 38.7766C354.853 38.226 353 37.6233 351.166 36.968L351.2 36.9804C349.722 36.4381 348.352 35.7409 347.135 34.8794L347.264 34.9755C346.247 34.1943 345.423 33.2499 344.777 32.1254C344.223 31.1863 343.918 29.7605 343.913 28.132C343.902 26.5932 344.194 25.1955 344.814 23.9299L344.773 24.0096C345.461 22.6828 346.381 21.5488 347.543 20.603L347.554 20.5937C348.82 19.5514 350.339 18.7638 352.041 18.2207L352.118 18.1959C353.986 17.552 356.014 17.2435 358.116 17.2236C361.426 17.1906 364.651 17.629 367.502 18.7517C370.087 19.7642 372.387 21.272 374.28 23.2528L374.132 18.6446C372.833 20.2657 371.535 21.8874 370.238 23.5095L375.432 23.3827C373.196 20.9423 370.306 18.9159 367.117 17.7593C364.084 16.6398 360.826 16.1114 357.642 16.1573C354.463 16.1811 350.862 16.9617 347.981 19.1794L347.95 19.2025C345.412 21.0214 343.678 24.6638 343.846 27.737C343.827 29.5692 344.539 31.8673 346.048 33.3679C347.364 34.7241 348.891 35.6704 350.408 36.3754L350.444 36.3924C352.232 37.1878 354.046 37.788 355.862 38.2748L355.95 38.2985C357.851 38.7371 359.745 39.2202 361.632 39.7423L361.712 39.7648C363.582 40.2179 365.421 40.7772 367.214 41.4522L367.236 41.461C368.833 42.0416 370.317 42.8201 371.607 43.8221L371.64 43.8488C372.872 44.7671 373.889 45.9299 374.658 47.2981C375.464 48.7111 375.826 50.5428 375.869 52.464C375.913 54.1355 375.638 55.8226 375.09 57.4634L375.097 57.4461C374.556 59.0417 373.588 60.4959 372.311 61.7479C371.731 62.3185 371.07 62.8366 370.354 63.301C369.331 63.9644 368.199 64.5181 367.01 64.9831C364.443 65.9852 361.524 66.3688 358.59 66.448C358.59 67.448 358.59 68.448 358.59 69.448C361.744 69.5159 364.993 69.2894 368.183 68.2269C369.569 67.76 370.941 67.1756 372.256 66.4099C373.176 65.8736 374.066 65.2466 374.888 64.5117C376.579 63.0061 378.035 61.0736 378.898 58.8579L378.904 58.8406C379.675 56.8417 380.14 54.6678 380.179 52.464C380.221 50.1031 379.923 47.5503 378.705 45.1479C377.731 43.2188 376.319 41.4453 374.613 40.0652L374.646 40.0919C372.96 38.6664 371.04 37.5726 369.062 36.765L369.085 36.7738C367.118 35.9446 365.099 35.2466 363.053 34.6692L363.133 34.6917C361.198 34.0778 359.247 33.5038 357.281 32.9755L357.369 32.9991C355.785 32.5137 354.253 31.94 352.833 31.2476L352.869 31.2646C351.821 30.7345 350.921 30.0939 350.277 29.3741C349.927 28.9577 349.783 28.5444 349.793 27.737C349.847 26.0915 350.408 25.0608 351.692 24.1055L351.661 24.1287C353.234 22.9992 355.321 22.5246 357.642 22.5687C360.109 22.6065 362.509 23.0722 364.757 23.9687C366.903 24.8198 368.778 26.1932 370.347 27.9833L373.08 30.9327L375.541 27.8565C376.877 26.2659 378.212 24.6749 379.547 23.0834L381.486 20.6622L379.399 18.4752C376.87 15.6941 373.653 13.4936 370.218 12.0742C366.276 10.4326 362.113 9.8429 358.116 9.81041C355.352 9.7876 352.491 10.1495 349.736 11.0501L349.814 11.0253C347.352 11.7657 344.895 12.9536 342.766 14.6563L342.778 14.647C340.815 16.1896 339.137 18.1974 337.963 20.4044L337.922 20.4841C336.701 22.8745 336.138 25.5868 336.138 28.132C336.134 30.581 336.484 33.3441 337.96 35.9886C339.068 37.9744 340.617 39.7903 342.425 41.1965L342.554 41.2926C344.393 42.6167 346.4 43.6415 348.442 44.4056L348.476 44.418C350.45 45.1375 352.444 45.7985 354.455 46.4014L354.576 46.4353C356.478 46.9409 358.374 47.4628 360.259 48.0049L360.388 48.0392C361.86 48.4098 363.233 48.9118 364.391 49.5584L364.545 49.6394C365.511 50.1231 366.259 50.7013 366.779 51.3464C366.968 51.5868 367.093 51.8396 367.176 52.3037C367.21 52.5086 367.231 52.7485 367.231 53.017C367.235 53.488 367.123 54.0854 366.872 54.7574L366.896 54.696C366.711 55.1773 366.37 55.6894 365.824 56.22L365.912 56.1392C365.386 56.6329 364.475 57.1525 363.406 57.5624C362.231 58.0286 360.562 58.2602 358.827 58.2993C357.348 58.3368 355.906 58.2169 354.532 57.9113C353.154 57.6015 351.824 57.1797 350.562 56.6313L350.61 56.6545C349.442 56.1253 348.333 55.5004 347.3 54.7735L347.374 54.8319C346.38 54.0863 345.45 53.2987 344.633 52.4679L341.862 49.6043L339.708 52.6295C338.488 54.3434 337.274 56.0619 336.066 57.7851L334.59 59.8912L336.194 61.5156C338.643 64.0317 341.579 65.9654 344.648 67.3366C344.982 67.4865 345.318 67.6301 345.656 67.7679L345.684 67.7809C349.936 69.4525 354.379 69.7493 358.59 69.448ZM358.59 66.448V69.448V66.448Z' fill='%23070708' mask='url(%23path-3-outside-2_7313_2488)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 60px;
  }
  #first_screen .cta h1 .title-svg {
    width: 421px;
    height: 156px;
    background-image: url("data:image/svg+xml,%3Csvg width='421' height='156' viewBox='0 0 421 156' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7261_733013' maskUnits='userSpaceOnUse' x='0.939941' y='77.4714' width='420' height='62' fill='black'%3E%3Crect fill='white' x='0.939941' y='77.4714' width='420' height='62'/%3E%3Cpath d='M19.0199 135.471H5.73994V82.1114H19.4999V113.551L41.0999 82.1114H55.3399V135.471H41.4999V102.511L19.0199 135.471ZM114.639 135.471H100.879V114.031H78.7187V135.471H64.9587V82.1114H78.7187V102.031H100.879V82.1114H114.639V135.471ZM149.936 135.471H136.176V94.1114H121.216V82.1114H164.816V94.1114H149.936V135.471ZM210.485 135.471H171.365V82.1114H210.485V94.1114H185.125V102.431H209.925V114.431H185.125V123.471H210.485V135.471ZM232.234 135.471H218.474V82.1114H245.194C257.194 82.1114 263.754 90.1914 263.754 99.8714C263.754 109.471 257.194 117.551 245.194 117.551H232.234V135.471ZM243.354 105.551C247.034 105.551 249.754 103.471 249.754 99.8714C249.754 96.1914 247.034 94.1114 243.354 94.1114H232.234V105.551H243.354ZM319.561 135.471H305.801V114.031H283.641V135.471H269.881V82.1114H283.641V102.031H305.801V82.1114H319.561V135.471ZM368.297 135.471H329.177V82.1114H368.297V94.1114H342.937V102.431H367.737V114.431H342.937V123.471H368.297V135.471ZM401.967 135.471H388.207V94.1114H373.247V82.1114H416.847V94.1114H401.967V135.471Z'/%3E%3C/mask%3E%3Cpath d='M19.0199 135.471H5.73994V82.1114H19.4999V113.551L41.0999 82.1114H55.3399V135.471H41.4999V102.511L19.0199 135.471ZM114.639 135.471H100.879V114.031H78.7187V135.471H64.9587V82.1114H78.7187V102.031H100.879V82.1114H114.639V135.471ZM149.936 135.471H136.176V94.1114H121.216V82.1114H164.816V94.1114H149.936V135.471ZM210.485 135.471H171.365V82.1114H210.485V94.1114H185.125V102.431H209.925V114.431H185.125V123.471H210.485V135.471ZM232.234 135.471H218.474V82.1114H245.194C257.194 82.1114 263.754 90.1914 263.754 99.8714C263.754 109.471 257.194 117.551 245.194 117.551H232.234V135.471ZM243.354 105.551C247.034 105.551 249.754 103.471 249.754 99.8714C249.754 96.1914 247.034 94.1114 243.354 94.1114H232.234V105.551H243.354ZM319.561 135.471H305.801V114.031H283.641V135.471H269.881V82.1114H283.641V102.031H305.801V82.1114H319.561V135.471ZM368.297 135.471H329.177V82.1114H368.297V94.1114H342.937V102.431H367.737V114.431H342.937V123.471H368.297V135.471ZM401.967 135.471H388.207V94.1114H373.247V82.1114H416.847V94.1114H401.967V135.471Z' fill='white'/%3E%3Cpath d='M19.0199 136.971C19.0199 135.971 19.0199 134.971 19.0199 133.971C14.5933 133.68 10.1666 133.415 5.73994 133.175L8.03663 135.471C8.0716 134.827 8.10604 134.182 8.13994 133.537C9.04132 116.395 9.56184 99.2534 9.70152 82.1114L5.73994 86.073C8.88337 86.0986 12.0268 86.1114 15.1702 86.1114C16.6135 86.1114 18.0567 86.1111 19.4999 86.1105L15.5008 82.1114C15.5052 92.5914 15.5254 103.071 15.5614 113.551L15.5422 126.234L22.7462 115.782C29.9102 105.277 37.0551 94.7591 44.1807 84.228L41.0999 85.8492C45.8466 85.8155 50.5933 85.7786 55.3399 85.7384L51.713 82.1114C51.8635 99.8981 52.0596 117.685 52.3013 135.471L55.3399 132.433C50.7266 132.495 46.1133 132.561 41.4999 132.63L44.3414 135.471C44.1775 124.485 43.9963 113.498 43.7976 102.511L43.8562 95.0833L39.6017 101.217C35.0888 108.098 30.5839 114.984 26.0871 121.876C23.3152 126.124 20.5464 130.374 17.7807 134.626C18.6069 135.19 19.433 135.753 20.2592 136.317C23.2085 132.19 26.1547 128.06 29.0979 123.929C33.8727 117.227 38.6395 110.519 43.3982 103.806L39.2022 102.511C39.0036 113.498 38.8224 124.485 38.6585 135.471L38.7015 138.355L41.4999 138.313C46.1133 138.382 50.7266 138.447 55.3399 138.51L58.4193 138.468L58.3786 135.471C58.6203 117.685 58.8164 99.8981 58.9669 82.1114L58.9359 78.454L55.3399 78.4845C50.5933 78.4443 45.8466 78.4074 41.0999 78.3737L39.1066 78.3878L38.0192 79.9949C30.7448 90.4238 23.4897 100.866 16.2537 111.321L23.4385 113.551C23.4745 103.071 23.4947 92.5914 23.499 82.1114L23.4974 78.1107L19.4999 78.1123C18.0567 78.1117 16.6135 78.1114 15.1702 78.1114C12.0268 78.1114 8.88337 78.1242 5.73994 78.1499L1.74635 78.1824L1.77836 82.1114C1.91804 99.2534 2.43857 116.395 3.33994 133.537C3.37384 134.182 3.40828 134.827 3.44326 135.471L3.57424 137.886L5.73994 137.768C10.1666 137.528 14.5933 137.262 19.0199 136.971ZM19.0199 133.971V136.971L19.8696 136.916L20.2592 136.317L17.7807 134.626L19.0199 133.971ZM114.639 136.971C114.639 135.971 114.639 134.971 114.639 133.971C110.052 133.654 105.465 133.366 100.879 133.109L103.241 135.471C103.254 135.245 103.266 135.018 103.279 134.791C103.662 127.871 103.977 120.951 104.222 114.031L104.336 110.811L100.879 110.688C93.492 110.426 86.1054 110.242 78.7187 110.137L74.8805 110.082L74.8243 114.031C74.7539 118.978 74.7187 123.925 74.7187 128.871C74.7187 131.071 74.7195 133.271 74.721 135.471L78.7187 131.474C74.132 131.477 69.5454 131.484 64.9587 131.494L68.9366 135.471C68.898 117.685 68.8088 99.8981 68.6691 82.1114L64.9587 85.8218C69.5454 85.7858 74.132 85.7464 78.7187 85.7036L75.1265 82.1114C75.1884 88.7514 75.2573 95.3914 75.3333 102.031L75.295 105.378L78.7187 105.417C86.1054 105.332 93.492 105.239 100.879 105.137L103.941 105.179L103.984 102.031C103.893 95.3914 103.794 88.7514 103.688 82.1114L100.879 84.9208C105.465 84.8477 110.052 84.7713 114.639 84.6915L112.059 82.1114C112.284 95.0848 112.537 108.058 112.816 121.031C112.92 125.845 113.028 130.658 113.139 135.471C114.139 135.471 115.139 135.471 116.139 135.471C116.25 130.658 116.357 125.845 116.461 121.031C116.74 108.058 116.993 95.0848 117.219 82.1114L117.173 79.4873L114.639 79.5314C110.052 79.4516 105.465 79.3752 100.879 79.3021L98.0253 79.3476L98.0694 82.1114C97.9636 88.7514 97.8648 95.3914 97.7732 102.031L100.879 98.9259C93.492 98.8239 86.1054 98.7306 78.7187 98.6461L82.104 102.031C82.18 95.3914 82.249 88.7514 82.3109 82.1114L82.2771 78.486L78.7187 78.5192C74.132 78.4765 69.5454 78.4371 64.9587 78.401L61.2194 78.4304L61.2483 82.1114C61.1085 99.8981 61.0194 117.685 60.9808 135.471L60.9894 139.458L64.9587 139.449C69.5454 139.459 74.132 139.466 78.7187 139.469L82.7192 139.466L82.7164 135.471C82.7179 133.271 82.7187 131.071 82.7187 128.871C82.7187 123.925 82.6835 118.978 82.6131 114.031L78.7187 117.926C86.1054 117.821 93.492 117.637 100.879 117.375L97.5352 114.031C97.7808 120.951 98.0953 127.871 98.4787 134.791C98.4912 135.018 98.5039 135.245 98.5166 135.471L98.656 137.958L100.879 137.834C105.465 137.576 110.052 137.289 114.639 136.971ZM114.639 133.971V136.971L116.171 136.865L116.139 135.471H113.139L114.639 133.971ZM149.936 136.971C149.936 135.971 149.936 134.971 149.936 133.971C146.704 133.638 143.472 133.338 140.24 133.071C138.885 132.96 137.53 132.854 136.176 132.754L138.893 135.471C139.748 123.898 140.176 112.325 140.176 100.751C140.176 98.5381 140.174 96.3248 140.17 94.1114L140.177 90.1229L136.176 90.1166C131.189 90.1245 126.202 90.1411 121.216 90.1666L125.16 94.1114C125.14 90.1114 125.114 86.1114 125.082 82.1114L121.216 85.978C135.749 85.8626 150.282 85.6723 164.816 85.4071L161.52 82.1114C161.593 86.1114 161.672 90.1114 161.756 94.1114L164.816 91.0518C159.856 91.1564 154.896 91.2697 149.936 91.3917L147.284 91.3265L147.216 94.1114C147.476 104.666 147.775 115.221 148.113 125.775C148.217 129.007 148.324 132.239 148.436 135.471C149.436 135.471 150.436 135.471 151.436 135.471C151.547 132.239 151.654 129.007 151.758 125.775C152.096 115.221 152.396 104.666 152.655 94.1114L149.936 96.8312C154.896 96.9532 159.856 97.0665 164.816 97.1711L167.938 97.1052L167.875 94.1114C167.96 90.1114 168.038 86.1114 168.111 82.1114L168.05 78.7568L164.816 78.8158C150.282 78.5506 135.749 78.3603 121.216 78.2449L117.319 78.2758L117.349 82.1114C117.317 86.1114 117.291 90.1114 117.271 94.1114L117.291 98.0763L121.216 98.0563C126.202 98.0818 131.189 98.0984 136.176 98.1062L132.181 94.1114C132.177 96.3248 132.176 98.5381 132.176 100.751C132.176 112.325 132.603 123.898 133.458 135.471L133.672 138.374L136.176 138.189C137.53 138.089 138.885 137.983 140.24 137.871C143.472 137.605 146.704 137.305 149.936 136.971ZM149.936 133.971V136.971L151.482 136.812L151.436 135.471H148.436L149.936 133.971ZM210.485 136.971C210.485 135.971 210.485 134.971 210.485 133.971C205.73 133.638 200.976 133.338 196.221 133.071C187.936 132.607 179.65 132.243 171.365 131.981L174.855 135.471C175.195 124.738 175.365 114.005 175.365 103.271C175.365 96.2181 175.357 89.1648 175.34 82.1114L171.365 86.087C184.405 86.0568 197.445 85.9988 210.485 85.913L206.683 82.1114C206.71 86.1114 206.739 90.1114 206.77 94.1114L210.485 90.3967C202.032 90.4635 193.578 90.5419 185.125 90.6321L181.683 90.5954L181.646 94.1114C181.675 96.8848 181.706 99.6581 181.738 102.431L181.699 105.779L185.125 105.818C193.392 105.723 201.658 105.616 209.925 105.498L206.859 102.431C206.916 106.431 206.976 110.431 207.038 114.431L209.925 111.544C201.658 111.673 193.392 111.813 185.125 111.965L182.704 111.92L182.658 114.431C182.713 117.445 182.77 120.458 182.828 123.471L182.785 125.723L185.125 125.768C192.824 125.62 200.522 125.462 208.221 125.294C208.976 125.277 209.73 125.261 210.485 125.244L208.712 123.471C208.801 127.471 208.891 131.471 208.985 135.471C209.985 135.471 210.985 135.471 211.985 135.471C212.078 131.471 212.169 127.471 212.258 123.471L212.218 121.661L210.485 121.699C209.73 121.682 208.976 121.666 208.221 121.649C200.522 121.481 192.824 121.323 185.125 121.175L187.422 123.471C187.48 120.458 187.537 117.445 187.592 114.431L185.125 116.898C193.392 117.049 201.658 117.19 209.925 117.318L212.856 117.273L212.812 114.431C212.874 110.431 212.934 106.431 212.991 102.431L212.947 99.322L209.925 99.3652C201.658 99.2471 193.392 99.1402 185.125 99.0446L188.512 102.431C188.544 99.6581 188.575 96.8848 188.604 94.1114L185.125 97.5908C193.578 97.681 202.032 97.7594 210.485 97.8261L214.229 97.7966L214.2 94.1114C214.231 90.1114 214.26 86.1114 214.286 82.1114L214.261 78.285L210.485 78.3099C197.445 78.224 184.405 78.166 171.365 78.1359L167.38 78.1451L167.389 82.1114C167.373 89.1648 167.365 96.2181 167.365 103.271C167.365 114.005 167.535 124.738 167.875 135.471L167.988 139.069L171.365 138.962C179.65 138.7 187.936 138.336 196.221 137.871C200.976 137.605 205.73 137.305 210.485 136.971ZM210.485 133.971V136.971L212.017 136.864L211.985 135.471H208.985L210.485 133.971ZM232.234 136.971C232.234 135.971 232.234 134.971 232.234 133.971C229.194 133.638 226.154 133.338 223.113 133.071C221.567 132.936 220.021 132.809 218.474 132.69L221.255 135.471C222.068 124.856 222.474 114.241 222.474 103.626C222.474 96.4543 222.454 89.2829 222.413 82.1114L218.474 86.0496C227.381 85.9984 236.288 85.9155 245.194 85.8007C253.611 85.3348 260.582 91.3983 260.549 99.8714C261.06 108.239 254.098 115.159 245.194 115.05C240.874 115.173 236.554 115.302 232.234 115.439L230.191 115.375L230.122 117.551C230.215 120.484 230.312 123.417 230.412 126.35C230.516 129.391 230.623 132.431 230.734 135.471C231.734 135.471 232.734 135.471 233.734 135.471C233.845 132.431 233.953 129.391 234.057 126.35C234.157 123.417 234.253 120.484 234.346 117.551L232.234 119.663C236.554 119.801 240.874 119.93 245.194 120.053C255.792 121.235 267.524 111.365 266.96 99.8714C268.028 88.4503 256.349 77.579 245.194 78.4222C236.288 78.3074 227.381 78.2244 218.474 78.1732L214.514 78.196L214.536 82.1114C214.495 89.2829 214.474 96.4543 214.474 103.626C214.474 114.241 214.881 124.856 215.693 135.471L215.921 138.448L218.474 138.252C220.021 138.134 221.567 138.007 223.113 137.871C226.154 137.605 229.194 137.305 232.234 136.971ZM232.234 133.971V136.971L233.783 136.802L233.734 135.471H230.734L232.234 133.971ZM243.354 101.551C243.354 104.218 243.354 106.885 243.354 109.551C244.599 109.55 245.907 109.387 247.234 108.944C250.828 108.037 254.041 103.544 253.754 99.8714C253.817 97.4283 252.72 94.32 250.45 92.5002C248.223 90.6544 245.607 90.1153 243.354 90.1114C239.648 90.1114 235.941 90.1114 232.234 90.1114H228.234V94.1114C228.234 97.9248 228.234 101.738 228.234 105.551V109.551H232.234C235.057 109.551 237.88 109.551 240.703 109.551C241.587 109.551 242.471 109.551 243.354 109.551C243.354 106.885 243.354 104.218 243.354 101.551C242.471 101.551 241.587 101.551 240.703 101.551C237.88 101.551 235.057 101.551 232.234 101.551L236.234 105.551C236.234 101.738 236.234 97.9248 236.234 94.1114L232.234 98.1114C235.941 98.1114 239.648 98.1114 243.354 98.1114C244.319 98.1031 245.04 98.3861 245.314 98.6342C245.578 98.8789 245.733 99.0885 245.754 99.8714C245.751 100.395 245.639 100.653 245.516 100.828C245.392 101 245.165 101.198 244.694 101.358C244.342 101.477 243.876 101.552 243.354 101.551ZM243.354 109.551V101.551V109.551ZM319.561 136.971C319.561 135.971 319.561 134.971 319.561 133.971C314.974 133.654 310.387 133.366 305.801 133.109L308.163 135.471C308.175 135.245 308.188 135.018 308.201 134.791C308.584 127.871 308.898 120.951 309.144 114.031L309.258 110.811L305.801 110.688C298.414 110.426 291.027 110.242 283.641 110.137L279.802 110.082L279.746 114.031C279.676 118.978 279.641 123.925 279.641 128.871C279.641 131.071 279.641 133.271 279.643 135.471L283.641 131.474C279.054 131.477 274.467 131.484 269.881 131.494L273.858 135.471C273.82 117.685 273.731 99.8981 273.591 82.1114L269.881 85.8218C274.467 85.7858 279.054 85.7464 283.641 85.7036L280.048 82.1114C280.11 88.7514 280.179 95.3914 280.255 102.031L280.217 105.378L283.641 105.417C291.027 105.332 298.414 105.239 305.801 105.137L308.863 105.179L308.906 102.031C308.814 95.3914 308.716 88.7514 308.61 82.1114L305.801 84.9208C310.387 84.8477 314.974 84.7713 319.561 84.6915L316.981 82.1114C317.206 95.0848 317.459 108.058 317.738 121.031C317.842 125.845 317.949 130.658 318.061 135.471C319.061 135.471 320.061 135.471 321.061 135.471C321.172 130.658 321.279 125.845 321.383 121.031C321.662 108.058 321.915 95.0848 322.141 82.1114L322.095 79.4873L319.561 79.5314C314.974 79.4516 310.387 79.3752 305.801 79.3021L302.947 79.3476L302.991 82.1114C302.885 88.7514 302.787 95.3914 302.695 102.031L305.801 98.9259C298.414 98.8239 291.027 98.7306 283.641 98.6461L287.026 102.031C287.102 95.3914 287.171 88.7514 287.233 82.1114L287.199 78.486L283.641 78.5192C279.054 78.4765 274.467 78.4371 269.881 78.401L266.141 78.4304L266.17 82.1114C266.03 99.8981 265.941 117.685 265.903 135.471L265.911 139.458L269.881 139.449C274.467 139.459 279.054 139.466 283.641 139.469L287.641 139.466L287.638 135.471C287.64 133.271 287.641 131.071 287.641 128.871C287.641 123.925 287.605 118.978 287.535 114.031L283.641 117.926C291.027 117.821 298.414 117.637 305.801 117.375L302.457 114.031C302.703 120.951 303.017 127.871 303.401 134.791C303.413 135.018 303.426 135.245 303.438 135.471L303.578 137.958L305.801 137.834C310.387 137.576 314.974 137.289 319.561 136.971ZM319.561 133.971V136.971L321.093 136.865L321.061 135.471H318.061L319.561 133.971ZM368.297 136.971C368.297 135.971 368.297 134.971 368.297 133.971C363.543 133.638 358.788 133.338 354.033 133.071C345.748 132.607 337.463 132.243 329.177 131.981L332.668 135.471C333.008 124.738 333.177 114.005 333.177 103.271C333.177 96.2181 333.169 89.1648 333.153 82.1114L329.177 86.087C342.217 86.0568 355.257 85.9988 368.297 85.913L364.496 82.1114C364.522 86.1114 364.551 90.1114 364.583 94.1114L368.297 90.3967C359.844 90.4635 351.391 90.5419 342.937 90.6321L339.496 90.5954L339.458 94.1114C339.488 96.8848 339.518 99.6581 339.551 102.431L339.512 105.779L342.937 105.818C351.204 105.723 359.471 105.616 367.737 105.498L364.671 102.431C364.728 106.431 364.788 110.431 364.85 114.431L367.737 111.544C359.471 111.673 351.204 111.813 342.937 111.965L340.517 111.92L340.471 114.431C340.526 117.445 340.582 120.458 340.641 123.471L340.597 125.723L342.937 125.768C350.636 125.62 358.335 125.462 366.033 125.294C366.788 125.277 367.543 125.261 368.297 125.244L366.525 123.471C366.613 127.471 366.704 131.471 366.797 135.471C367.797 135.471 368.797 135.471 369.797 135.471C369.891 131.471 369.982 127.471 370.07 123.471L370.03 121.661L368.297 121.699C367.543 121.682 366.788 121.666 366.033 121.649C358.335 121.481 350.636 121.323 342.937 121.175L345.234 123.471C345.292 120.458 345.349 117.445 345.404 114.431L342.937 116.898C351.204 117.049 359.471 117.19 367.737 117.318L370.669 117.273L370.624 114.431C370.687 110.431 370.747 106.431 370.804 102.431L370.759 99.322L367.737 99.3652C359.471 99.2471 351.204 99.1402 342.937 99.0446L346.324 102.431C346.356 99.6581 346.387 96.8848 346.417 94.1114L342.937 97.5908C351.391 97.681 359.844 97.7594 368.297 97.8261L372.041 97.7966L372.012 94.1114C372.044 90.1114 372.073 86.1114 372.099 82.1114L372.074 78.285L368.297 78.3099C355.257 78.224 342.217 78.166 329.177 78.1359L325.193 78.1451L325.202 82.1114C325.186 89.1648 325.177 96.2181 325.177 103.271C325.177 114.005 325.347 124.738 325.687 135.471L325.801 139.069L329.177 138.962C337.463 138.7 345.748 138.336 354.033 137.871C358.788 137.605 363.543 137.305 368.297 136.971ZM368.297 133.971V136.971L369.83 136.864L369.797 135.471H366.797L368.297 133.971ZM401.967 136.971C401.967 135.971 401.967 134.971 401.967 133.971C398.735 133.638 395.503 133.338 392.271 133.071C390.916 132.96 389.561 132.854 388.207 132.754L390.925 135.471C391.779 123.898 392.207 112.325 392.207 100.751C392.207 98.5381 392.205 96.3248 392.202 94.1114L392.208 90.1229L388.207 90.1166C383.22 90.1245 378.233 90.1411 373.247 90.1666L377.192 94.1114C377.171 90.1114 377.145 86.1114 377.113 82.1114L373.247 85.978C387.78 85.8626 402.313 85.6723 416.847 85.4071L413.551 82.1114C413.624 86.1114 413.703 90.1114 413.787 94.1114L416.847 91.0518C411.887 91.1564 406.927 91.2697 401.967 91.3917L399.316 91.3265L399.247 94.1114C399.507 104.666 399.806 115.221 400.145 125.775C400.248 129.007 400.356 132.239 400.467 135.471C401.467 135.471 402.467 135.471 403.467 135.471C403.578 132.239 403.685 129.007 403.789 125.775C404.128 115.221 404.427 104.666 404.687 94.1114L401.967 96.8312C406.927 96.9532 411.887 97.0665 416.847 97.1711L419.97 97.1052L419.906 94.1114C419.991 90.1114 420.069 86.1114 420.142 82.1114L420.081 78.7568L416.847 78.8158C402.313 78.5506 387.78 78.3603 373.247 78.2449L369.35 78.2758L369.38 82.1114C369.348 86.1114 369.322 90.1114 369.302 94.1114L369.322 98.0763L373.247 98.0563C378.233 98.0818 383.22 98.0984 388.207 98.1062L384.212 94.1114C384.209 96.3248 384.207 98.5381 384.207 100.751C384.207 112.325 384.634 123.898 385.489 135.471L385.703 138.374L388.207 138.189C389.561 138.089 390.916 137.983 392.271 137.871C395.503 137.605 398.735 137.305 401.967 136.971ZM401.967 133.971V136.971L403.513 136.812L403.467 135.471H400.467L401.967 133.971Z' fill='%23070708' mask='url(%23path-1-outside-1_7261_733013)'/%3E%3Cmask id='path-3-outside-2_7261_733013' maskUnits='userSpaceOnUse' x='-0.0600586' y='-0.528564' width='398' height='61' fill='black'%3E%3Crect fill='white' x='-0.0600586' y='-0.528564' width='398' height='61'/%3E%3Cpath d='M23.8599 56.1914C20.8999 56.1914 18.1999 55.6714 15.7599 54.6314C13.3199 53.5914 11.2199 52.1514 9.45994 50.3114C7.73994 48.4314 6.39994 46.2314 5.43994 43.7114C4.47994 41.1914 3.99994 38.4514 3.99994 35.4914C3.99994 32.5314 4.47994 29.7914 5.43994 27.2714C6.39994 24.7514 7.73994 22.5714 9.45994 20.7314C11.2199 18.8514 13.3199 17.3914 15.7599 16.3514C18.1999 15.3114 20.8999 14.7914 23.8599 14.7914C26.8199 14.7914 29.5199 15.3114 31.9599 16.3514C34.3999 17.3914 36.4799 18.8514 38.1999 20.7314C39.9599 22.5714 41.3199 24.7514 42.2799 27.2714C43.2399 29.7914 43.7199 32.5314 43.7199 35.4914C43.7199 38.4514 43.2399 41.1914 42.2799 43.7114C41.3199 46.2314 39.9599 48.4314 38.1999 50.3114C36.4799 52.1514 34.3999 53.5914 31.9599 54.6314C29.5199 55.6714 26.8199 56.1914 23.8599 56.1914ZM23.8599 51.7514C26.0999 51.7514 28.1199 51.3514 29.9199 50.5514C31.7199 49.7114 33.2599 48.5714 34.5399 47.1314C35.8199 45.6514 36.7999 43.9314 37.4799 41.9714C38.1999 39.9714 38.5599 37.8114 38.5599 35.4914C38.5599 33.1714 38.1999 31.0114 37.4799 29.0114C36.7999 27.0114 35.8199 25.2914 34.5399 23.8514C33.2599 22.4114 31.7199 21.2914 29.9199 20.4914C28.1199 19.6514 26.0999 19.2314 23.8599 19.2314C21.6199 19.2314 19.5799 19.6514 17.7399 20.4914C15.9399 21.2914 14.3999 22.4114 13.1199 23.8514C11.8399 25.2914 10.8599 27.0114 10.1799 29.0114C9.49994 31.0114 9.15994 33.1714 9.15994 35.4914C9.15994 37.8114 9.49994 39.9714 10.1799 41.9714C10.8599 43.9314 11.8399 45.6514 13.1199 47.1314C14.3999 48.5714 15.9399 49.7114 17.7399 50.5514C19.5799 51.3514 21.6199 51.7514 23.8599 51.7514ZM79.8788 55.4714V19.8914H56.4788V55.4714H51.4988V15.4514H84.8588V55.4714H79.8788ZM104.114 55.4714V19.8914H91.4537V15.4514H121.814V19.8914H109.094V55.4714H104.114ZM128.432 55.4714V15.4514H133.412V46.7114L156.452 15.4514H161.552V55.4714H156.572V23.5514L133.232 55.4714H128.432ZM174.693 25.8914C174.693 28.9714 175.473 31.2914 177.033 32.8514C178.633 34.3714 180.953 35.1314 183.993 35.1314C185.673 35.1314 187.313 35.0114 188.913 34.7714C190.513 34.5314 191.953 34.1914 193.233 33.7514V15.4514H198.213V55.4714H193.233V38.1914C191.913 38.5514 190.453 38.8714 188.853 39.1514C187.253 39.4314 185.493 39.5714 183.573 39.5714C181.213 39.5714 179.153 39.2514 177.393 38.6114C175.673 37.9314 174.233 36.9914 173.073 35.7914C171.953 34.5914 171.113 33.1514 170.553 31.4714C169.993 29.7514 169.713 27.8714 169.713 25.8314V15.4514H174.693V25.8914ZM207.593 55.4714V15.4514H233.813V19.8914H212.573V32.7914H233.393V37.2314H212.573V51.0314H233.813V55.4714H207.593ZM260.713 56.1914C257.833 56.1914 255.133 55.6914 252.613 54.6914C250.133 53.6914 247.953 52.2914 246.073 50.4914C244.233 48.6514 242.773 46.4714 241.693 43.9514C240.653 41.3914 240.133 38.5714 240.133 35.4914C240.133 32.4114 240.653 29.6114 241.693 27.0914C242.773 24.5314 244.233 22.3514 246.073 20.5514C247.953 18.7114 250.133 17.2914 252.613 16.2914C255.133 15.2914 257.833 14.7914 260.713 14.7914C262.473 14.7914 264.093 14.9914 265.573 15.3914C267.093 15.7914 268.473 16.3514 269.713 17.0714C270.993 17.7914 272.133 18.6314 273.133 19.5914C274.173 20.5514 275.093 21.5914 275.893 22.7114L271.693 25.0514C270.533 23.3714 268.973 21.9914 267.013 20.9114C265.093 19.7914 262.993 19.2314 260.713 19.2314C258.513 19.2314 256.473 19.6314 254.593 20.4314C252.713 21.2314 251.073 22.3514 249.673 23.7914C248.313 25.2314 247.233 26.9514 246.433 28.9514C245.673 30.9114 245.293 33.0914 245.293 35.4914C245.293 37.8514 245.673 40.0314 246.433 42.0314C247.233 44.0314 248.313 45.7514 249.673 47.1914C251.073 48.6314 252.713 49.7514 254.593 50.5514C256.473 51.3514 258.513 51.7514 260.713 51.7514C262.993 51.7514 265.093 51.2114 267.013 50.1314C268.973 49.0514 270.533 47.6514 271.693 45.9314L275.953 48.2714C274.273 50.5514 272.193 52.4514 269.713 53.9714C267.273 55.4514 264.273 56.1914 260.713 56.1914ZM306.48 55.4714L291.3 37.4714L287.28 42.0314V55.4714H282.3V15.4514H287.28V36.1514L304.98 15.4514H311.22L294.54 34.4714L312.66 55.4714H306.48ZM318.335 55.4714V15.4514H323.315V46.7114L346.355 15.4514H351.455V55.4714H346.475V23.5514L323.135 55.4714H318.335ZM360.815 55.4714V15.4514H365.795V46.7114L388.835 15.4514H393.935V55.4714H388.955V23.5514L365.615 55.4714H360.815ZM387.875 7.89143C386.675 9.53143 385.155 10.8314 383.315 11.7914C381.515 12.7114 379.535 13.1714 377.375 13.1714C375.215 13.1714 373.215 12.7114 371.375 11.7914C369.575 10.8314 368.055 9.53143 366.815 7.89143L369.035 5.97143C369.995 7.29143 371.175 8.35143 372.575 9.15143C373.975 9.91143 375.575 10.2914 377.375 10.2914C379.135 10.2914 380.715 9.91143 382.115 9.15143C383.555 8.39143 384.735 7.33143 385.655 5.97143L387.875 7.89143Z'/%3E%3C/mask%3E%3Cpath d='M23.8599 56.1914C20.8999 56.1914 18.1999 55.6714 15.7599 54.6314C13.3199 53.5914 11.2199 52.1514 9.45994 50.3114C7.73994 48.4314 6.39994 46.2314 5.43994 43.7114C4.47994 41.1914 3.99994 38.4514 3.99994 35.4914C3.99994 32.5314 4.47994 29.7914 5.43994 27.2714C6.39994 24.7514 7.73994 22.5714 9.45994 20.7314C11.2199 18.8514 13.3199 17.3914 15.7599 16.3514C18.1999 15.3114 20.8999 14.7914 23.8599 14.7914C26.8199 14.7914 29.5199 15.3114 31.9599 16.3514C34.3999 17.3914 36.4799 18.8514 38.1999 20.7314C39.9599 22.5714 41.3199 24.7514 42.2799 27.2714C43.2399 29.7914 43.7199 32.5314 43.7199 35.4914C43.7199 38.4514 43.2399 41.1914 42.2799 43.7114C41.3199 46.2314 39.9599 48.4314 38.1999 50.3114C36.4799 52.1514 34.3999 53.5914 31.9599 54.6314C29.5199 55.6714 26.8199 56.1914 23.8599 56.1914ZM23.8599 51.7514C26.0999 51.7514 28.1199 51.3514 29.9199 50.5514C31.7199 49.7114 33.2599 48.5714 34.5399 47.1314C35.8199 45.6514 36.7999 43.9314 37.4799 41.9714C38.1999 39.9714 38.5599 37.8114 38.5599 35.4914C38.5599 33.1714 38.1999 31.0114 37.4799 29.0114C36.7999 27.0114 35.8199 25.2914 34.5399 23.8514C33.2599 22.4114 31.7199 21.2914 29.9199 20.4914C28.1199 19.6514 26.0999 19.2314 23.8599 19.2314C21.6199 19.2314 19.5799 19.6514 17.7399 20.4914C15.9399 21.2914 14.3999 22.4114 13.1199 23.8514C11.8399 25.2914 10.8599 27.0114 10.1799 29.0114C9.49994 31.0114 9.15994 33.1714 9.15994 35.4914C9.15994 37.8114 9.49994 39.9714 10.1799 41.9714C10.8599 43.9314 11.8399 45.6514 13.1199 47.1314C14.3999 48.5714 15.9399 49.7114 17.7399 50.5514C19.5799 51.3514 21.6199 51.7514 23.8599 51.7514ZM79.8788 55.4714V19.8914H56.4788V55.4714H51.4988V15.4514H84.8588V55.4714H79.8788ZM104.114 55.4714V19.8914H91.4537V15.4514H121.814V19.8914H109.094V55.4714H104.114ZM128.432 55.4714V15.4514H133.412V46.7114L156.452 15.4514H161.552V55.4714H156.572V23.5514L133.232 55.4714H128.432ZM174.693 25.8914C174.693 28.9714 175.473 31.2914 177.033 32.8514C178.633 34.3714 180.953 35.1314 183.993 35.1314C185.673 35.1314 187.313 35.0114 188.913 34.7714C190.513 34.5314 191.953 34.1914 193.233 33.7514V15.4514H198.213V55.4714H193.233V38.1914C191.913 38.5514 190.453 38.8714 188.853 39.1514C187.253 39.4314 185.493 39.5714 183.573 39.5714C181.213 39.5714 179.153 39.2514 177.393 38.6114C175.673 37.9314 174.233 36.9914 173.073 35.7914C171.953 34.5914 171.113 33.1514 170.553 31.4714C169.993 29.7514 169.713 27.8714 169.713 25.8314V15.4514H174.693V25.8914ZM207.593 55.4714V15.4514H233.813V19.8914H212.573V32.7914H233.393V37.2314H212.573V51.0314H233.813V55.4714H207.593ZM260.713 56.1914C257.833 56.1914 255.133 55.6914 252.613 54.6914C250.133 53.6914 247.953 52.2914 246.073 50.4914C244.233 48.6514 242.773 46.4714 241.693 43.9514C240.653 41.3914 240.133 38.5714 240.133 35.4914C240.133 32.4114 240.653 29.6114 241.693 27.0914C242.773 24.5314 244.233 22.3514 246.073 20.5514C247.953 18.7114 250.133 17.2914 252.613 16.2914C255.133 15.2914 257.833 14.7914 260.713 14.7914C262.473 14.7914 264.093 14.9914 265.573 15.3914C267.093 15.7914 268.473 16.3514 269.713 17.0714C270.993 17.7914 272.133 18.6314 273.133 19.5914C274.173 20.5514 275.093 21.5914 275.893 22.7114L271.693 25.0514C270.533 23.3714 268.973 21.9914 267.013 20.9114C265.093 19.7914 262.993 19.2314 260.713 19.2314C258.513 19.2314 256.473 19.6314 254.593 20.4314C252.713 21.2314 251.073 22.3514 249.673 23.7914C248.313 25.2314 247.233 26.9514 246.433 28.9514C245.673 30.9114 245.293 33.0914 245.293 35.4914C245.293 37.8514 245.673 40.0314 246.433 42.0314C247.233 44.0314 248.313 45.7514 249.673 47.1914C251.073 48.6314 252.713 49.7514 254.593 50.5514C256.473 51.3514 258.513 51.7514 260.713 51.7514C262.993 51.7514 265.093 51.2114 267.013 50.1314C268.973 49.0514 270.533 47.6514 271.693 45.9314L275.953 48.2714C274.273 50.5514 272.193 52.4514 269.713 53.9714C267.273 55.4514 264.273 56.1914 260.713 56.1914ZM306.48 55.4714L291.3 37.4714L287.28 42.0314V55.4714H282.3V15.4514H287.28V36.1514L304.98 15.4514H311.22L294.54 34.4714L312.66 55.4714H306.48ZM318.335 55.4714V15.4514H323.315V46.7114L346.355 15.4514H351.455V55.4714H346.475V23.5514L323.135 55.4714H318.335ZM360.815 55.4714V15.4514H365.795V46.7114L388.835 15.4514H393.935V55.4714H388.955V23.5514L365.615 55.4714H360.815ZM387.875 7.89143C386.675 9.53143 385.155 10.8314 383.315 11.7914C381.515 12.7114 379.535 13.1714 377.375 13.1714C375.215 13.1714 373.215 12.7114 371.375 11.7914C369.575 10.8314 368.055 9.53143 366.815 7.89143L369.035 5.97143C369.995 7.29143 371.175 8.35143 372.575 9.15143C373.975 9.91143 375.575 10.2914 377.375 10.2914C379.135 10.2914 380.715 9.91143 382.115 9.15143C383.555 8.39143 384.735 7.33143 385.655 5.97143L387.875 7.89143Z' fill='white'/%3E%3Cpath d='M23.8599 57.6914C23.8599 56.6914 23.8599 55.6914 23.8599 54.6914C21.8432 54.3593 19.9375 53.7964 18.2316 52.9854C17.7339 52.7493 17.2528 52.4929 16.7891 52.2168C14.8369 51.0655 13.1982 49.6393 11.8944 47.9828L11.9455 48.0374C10.6449 46.3172 9.6911 44.4089 9.01918 42.3479C8.31372 40.1813 8.00022 37.8877 7.99994 35.5014C7.99994 35.4981 7.99994 35.4948 7.99994 35.4914C7.99842 33.1018 8.36601 30.8033 9.16016 28.6887C9.90592 26.6944 10.958 24.914 12.331 23.4152C13.6996 21.9178 15.3581 20.7387 17.2684 19.8904C19.2601 18.9998 21.4973 18.5592 23.8599 18.5135C26.2219 18.4639 28.4937 18.8067 30.5641 19.6263C32.5243 20.3991 34.2612 21.524 35.7084 23.0109L35.7596 23.0657C37.2721 24.5463 38.467 26.3509 39.327 28.3964C40.2517 30.5803 40.7365 32.9886 40.8311 35.4914C40.9293 37.9933 40.6408 40.4656 39.869 42.793C39.1466 44.9817 38.0445 47.0119 36.5512 48.7679C35.1148 50.4717 33.2937 51.857 31.2103 52.8725C30.7073 53.1191 30.1899 53.3408 29.6598 53.5372C27.8417 54.212 25.876 54.5814 23.8599 54.6914C23.8599 55.6914 23.8599 56.6914 23.8599 57.6914C26.1287 57.8035 28.4631 57.6178 30.7412 57.0174C31.4049 56.8429 32.0626 56.634 32.7096 56.3903C35.3171 55.4177 37.8097 53.8854 39.8498 51.8537C41.9224 49.8143 43.5687 47.3076 44.6909 44.6299C45.9189 41.7264 46.5163 38.5803 46.6088 35.4914C46.7092 32.4036 46.308 29.1934 45.2329 26.1465C44.2604 23.3563 42.714 20.6516 40.6403 18.3972L40.6915 18.4519C38.6878 16.1487 36.1106 14.3008 33.3558 13.0766C30.3286 11.714 27.0294 11.1117 23.8599 11.0694C20.6911 11.0164 17.3574 11.5209 14.2515 12.8125C11.418 13.9741 8.7354 15.7734 6.59089 18.0455C4.43525 20.3088 2.79922 23.0353 1.71972 25.8542C0.513991 28.9704 -0.00433624 32.2904 -5.84126e-05 35.4914C-5.84126e-05 35.4959 -5.74589e-05 35.5004 -5.55515e-05 35.5048C-0.00373083 38.7014 0.569093 42.0181 1.8607 45.075C3.02608 47.8581 4.76785 50.4844 6.97436 52.5855L7.02545 52.6401C9.26105 54.699 11.9631 56.1963 14.7308 57.046C15.417 57.2602 16.1111 57.4343 16.8072 57.5692C19.1974 58.0335 21.5919 58.0255 23.8599 57.6914ZM23.8599 54.6914V57.6914V54.6914ZM23.8599 47.7514C23.8599 50.4181 23.8599 53.0848 23.8599 55.7514C25.8456 55.7524 27.928 55.4883 29.9569 54.8187C30.4931 54.6421 31.0239 54.4381 31.5445 54.2067L31.6115 54.1762C33.8125 53.1573 35.8893 51.6458 37.5296 49.7889L37.5654 49.748C39.2233 47.8396 40.4657 45.5849 41.259 43.2825L41.2435 43.3263C42.1665 40.7723 42.563 38.0811 42.5599 35.4914C42.563 32.9018 42.1665 30.2106 41.2435 27.6566L41.267 27.7238C40.4886 25.4187 39.2525 23.124 37.5296 21.194C35.8875 19.333 33.7797 17.8199 31.5445 16.8362L31.6115 16.8667C29.1158 15.695 26.3951 15.2257 23.8599 15.2314C21.3 15.225 18.5727 15.7064 16.0788 16.8527L16.1154 16.8362C13.8802 17.8199 11.7724 19.333 10.1303 21.194C8.40741 23.124 7.17126 25.4187 6.39285 27.7238C5.52439 30.2705 5.15772 32.9283 5.15994 35.4914C5.15772 38.0546 5.52439 40.7123 6.39285 43.259L6.40092 43.2825C7.19416 45.5849 8.43657 47.8396 10.0945 49.748L10.1303 49.7889C11.7706 51.6458 13.8474 53.1573 16.0484 54.1762L16.145 54.2197C16.6837 54.4539 17.2331 54.6604 17.7884 54.8388C19.8008 55.4868 21.8737 55.7527 23.8599 55.7514C23.8599 53.0848 23.8599 50.4181 23.8599 47.7514C22.5674 47.7519 21.3481 47.5804 20.2354 47.2223C19.9276 47.1234 19.6275 47.0104 19.3348 46.8832L19.4315 46.9267C18.1327 46.321 17.0284 45.5084 16.1096 44.474L16.1454 44.5148C15.1908 43.4124 14.4652 42.1215 13.959 40.6603L13.967 40.6838C13.4169 39.0693 13.1591 37.3188 13.1599 35.4914C13.1591 33.6641 13.4169 31.9136 13.967 30.299C14.4652 28.8316 15.1762 27.5572 16.1096 26.5089C17.0115 25.4938 18.0893 24.7133 19.3645 24.1467L19.4011 24.1302C20.7286 23.5225 22.2263 23.2305 23.8599 23.2314C25.4792 23.2304 26.9509 23.518 28.2284 24.1162L28.2954 24.1467C29.5706 24.7133 30.6484 25.4938 31.5503 26.5089C32.4837 27.5572 33.1947 28.8316 33.6929 30.299L33.7164 30.3663C34.2898 31.9557 34.5608 33.682 34.5599 35.4914C34.5608 37.3008 34.2898 39.0272 33.7164 40.6166L33.7009 40.6603C33.1946 42.1215 32.469 43.4124 31.5145 44.5148L31.5503 44.474C30.6314 45.5084 29.5272 46.321 28.2284 46.9267L28.2954 46.8962C28.0228 47.0174 27.7423 47.1254 27.4537 47.2205C26.3648 47.58 25.1525 47.752 23.8599 47.7514ZM23.8599 55.7514V47.7514V55.7514ZM78.3788 55.4714C79.3788 55.4714 80.3788 55.4714 81.3788 55.4714C81.7122 51.8394 82.0122 48.2074 82.2788 44.5754C82.883 36.3474 83.316 28.1194 83.578 19.8914L83.6919 16.3137L79.8788 16.1923C73.5788 15.9917 67.2788 15.8914 60.9788 15.8914C59.4788 15.8914 57.9789 15.8921 56.4788 15.8933L52.4841 15.89L52.4807 19.8914C52.4907 31.7514 52.5402 43.6114 52.6292 55.4714L56.4788 51.6218C54.8188 51.6342 53.1588 51.6475 51.4988 51.6615L55.3088 55.4714C55.1963 42.1314 55.0338 28.7914 54.8214 15.4514L51.4988 18.774C62.6188 18.5969 73.7388 18.3851 84.8588 18.1386L82.1717 15.4514C82.4237 26.8194 82.712 38.1874 83.0366 49.5554C83.0929 51.5274 83.1503 53.4994 83.2088 55.4714L84.8588 53.8214C83.1989 53.8706 81.5388 53.9207 79.8788 53.9714C79.8788 54.9714 79.8788 55.9714 79.8788 56.9714C81.5388 57.0222 83.1989 57.0722 84.8588 57.1215L86.5563 57.0711L86.5089 55.4714C86.5674 53.4994 86.6248 51.5274 86.6811 49.5554C87.0057 38.1874 87.294 26.8194 87.546 15.4514L87.4851 12.7061L84.8588 12.7643C73.7388 12.5178 62.6188 12.306 51.4988 12.1289L48.1242 12.1826L48.1763 15.4514C47.9639 28.7914 47.8014 42.1314 47.6889 55.4714L47.7213 59.3133L51.4988 59.2814C53.1588 59.2954 54.8188 59.3086 56.4788 59.3211L60.3572 59.292L60.3285 55.4714C60.4175 43.6114 60.467 31.7514 60.477 19.8914L56.4788 23.8895C57.9789 23.8908 59.4788 23.8914 60.9788 23.8914C67.2788 23.8914 73.5788 23.7911 79.8788 23.5906L76.1797 19.8914C76.4417 28.1194 76.8747 36.3474 77.4789 44.5754C77.7455 48.2074 78.0455 51.8394 78.3788 55.4714ZM81.3788 55.4714H78.3788L78.5203 57.013L79.8788 56.9714V53.9714L81.3788 55.4714ZM102.614 55.4714C103.614 55.4714 104.614 55.4714 105.614 55.4714C105.947 53.1254 106.247 50.7794 106.514 48.4334C107.58 39.0494 108.114 29.6654 108.114 20.2814C108.114 20.1514 108.114 20.0214 108.114 19.8914L108.114 15.8922L104.114 15.8915C99.8937 15.8922 95.6737 15.9049 91.4537 15.9296L95.4155 19.8914C95.4068 18.4114 95.3967 16.9314 95.3851 15.4514L91.4537 19.3828C101.574 19.3034 111.694 19.1551 121.814 18.9378L118.327 15.4514C118.359 16.9314 118.392 18.4114 118.427 19.8914L121.814 16.5048C117.574 16.6042 113.334 16.7158 109.094 16.8395L106.133 16.7531L106.042 19.8914C106.368 31.0654 106.778 42.2394 107.271 53.4134C107.302 54.0994 107.332 54.7854 107.363 55.4714L109.094 53.7411C107.434 53.816 105.774 53.8928 104.114 53.9714C104.114 54.9714 104.114 55.9714 104.114 56.9714C105.774 57.0501 107.434 57.1268 109.094 57.2017L110.898 57.1203L110.824 55.4714C110.855 54.7854 110.886 54.0994 110.916 53.4134C111.41 42.2394 111.82 31.0654 112.146 19.8914L109.094 22.9434C113.334 23.0671 117.574 23.1786 121.814 23.2781L125.278 23.1968L125.2 19.8914C125.235 18.4114 125.268 16.9314 125.3 15.4514L125.224 11.8918L121.814 11.965C111.694 11.7478 101.574 11.5995 91.4537 11.5201L87.4917 11.5511L87.5223 15.4514C87.5107 16.9314 87.5006 18.4114 87.4919 19.8914L87.5152 23.8763L91.4537 23.8532C95.6737 23.8779 99.8937 23.8907 104.114 23.8914L100.114 19.8914C100.114 20.0214 100.114 20.1514 100.114 20.2814C100.114 29.6654 100.647 39.0494 101.714 48.4334C101.98 50.7794 102.28 53.1254 102.614 55.4714ZM105.614 55.4714H102.614L102.835 57.032L104.114 56.9714V53.9714L105.614 55.4714ZM126.932 55.4714C127.932 55.4714 128.932 55.4714 129.932 55.4714C130.266 51.4472 130.566 47.4229 130.832 43.3986C131.45 34.0829 131.888 24.7672 132.148 15.4514L128.432 19.1675C130.092 19.2138 131.752 19.2545 133.412 19.2895L129.574 15.4514C129.466 20.5728 129.412 25.6941 129.412 30.8155C129.412 36.1141 129.419 41.4128 129.432 46.7114L129.418 58.8172L136.617 49.0732C144.272 38.6346 151.895 28.1733 159.489 17.6892L156.452 19.2231C158.152 19.2089 159.852 19.1941 161.552 19.1786L157.825 15.4514C157.947 28.7914 158.109 42.1314 158.312 55.4714L161.552 52.2315C159.892 52.2567 158.232 52.2826 156.572 52.3092L159.735 55.4714C159.565 44.8314 159.369 34.1914 159.147 23.5514L159.225 15.6952L154.494 22.0319C148.326 30.8473 142.18 39.6784 136.054 48.5251C134.674 50.5189 133.294 52.5135 131.916 54.5089L133.232 53.8407C131.632 53.8837 130.032 53.9273 128.432 53.9714C128.432 54.9714 128.432 55.9714 128.432 56.9714C130.032 57.0156 131.632 57.0592 133.232 57.1022L134.103 57.0788L134.549 56.434C136.032 54.5155 137.515 52.5963 138.996 50.6762C145.569 42.1567 152.12 33.6217 158.651 25.071L153.998 23.5514C153.776 34.1914 153.58 44.8314 153.41 55.4714L153.462 58.6834L156.572 58.6337C158.232 58.6602 159.892 58.6861 161.552 58.7114L164.841 58.6613L164.792 55.4714C164.995 42.1314 165.158 28.7914 165.28 15.4514L165.245 11.6906L161.552 11.7243C159.852 11.7088 158.152 11.694 156.452 11.6798L154.516 11.6959L153.416 13.2137C145.649 23.5696 137.913 33.9483 130.208 44.3496L137.393 46.7114C137.406 41.4128 137.412 36.1141 137.412 30.8155C137.412 25.6941 137.358 20.5728 137.25 15.4514L137.168 11.5342L133.412 11.6134C131.752 11.6484 130.092 11.6891 128.432 11.7354L124.616 11.8419L124.716 15.4514C124.976 24.7672 125.415 34.0829 126.032 43.3986C126.299 47.4229 126.599 51.4472 126.932 55.4714ZM129.932 55.4714H126.932L127.06 57.0093L128.432 56.9714V53.9714L129.932 55.4714ZM176.193 25.8914C175.193 25.8914 174.193 25.8914 173.193 25.8914C172.905 28.5441 173.11 31.8297 175.394 34.4903L175.437 34.5318C175.692 34.8127 175.966 35.0788 176.255 35.3269C178.56 37.2941 181.452 37.9313 183.993 38.1029C185.777 38.2289 187.59 38.2175 189.405 38.049C191.035 37.8966 192.699 37.6234 194.391 37.1215L196.661 36.4654L196.797 33.7514C197.087 27.9084 197.233 22.0654 197.233 16.2224C197.233 15.9654 197.233 15.7084 197.233 15.4514L193.233 19.4513C194.893 19.4509 196.553 19.4492 198.213 19.4462L194.218 15.4514C194.242 28.7914 194.351 42.1314 194.543 55.4714L198.213 51.802C196.553 51.826 194.893 51.8513 193.233 51.8779L196.826 55.4714C196.734 49.7114 196.626 43.9514 196.503 38.1914L196.591 33.9814L192.373 35.037C191.065 35.4266 189.698 35.7502 188.306 36.0287C186.802 36.3328 185.204 36.4835 183.573 36.527C181.724 36.5789 179.932 36.4078 178.378 35.9013L178.453 35.9296C177.135 35.4589 175.98 34.7858 175.044 33.886L175.077 33.9208C174.182 33.0339 173.493 31.9308 173.015 30.6507L173.021 30.6679C172.474 29.1741 172.192 27.533 172.133 25.8314C172.023 22.3714 171.909 18.9114 171.788 15.4514L169.713 17.5264C171.373 17.4686 173.033 17.4094 174.693 17.3489L172.795 15.4514C172.82 16.1343 172.845 16.8172 172.871 17.5001C172.974 20.2972 173.082 23.0943 173.193 25.8914C174.193 25.8914 175.193 25.8914 176.193 25.8914C176.304 23.0943 176.411 20.2972 176.515 17.5001C176.54 16.8172 176.566 16.1343 176.59 15.4514L176.519 13.4874L174.693 13.5539C173.033 13.4934 171.373 13.4343 169.713 13.3764L167.568 13.4512L167.638 15.4514C167.517 18.9114 167.402 22.3714 167.293 25.8314C167.232 27.9446 167.448 30.1364 168.085 32.275L168.091 32.2922C168.668 34.1998 169.662 36.0945 171.069 37.662L171.102 37.6969C172.573 39.2976 174.429 40.4966 176.333 41.2933L176.407 41.3216C178.801 42.2458 181.239 42.5606 183.573 42.6158C185.477 42.6581 187.42 42.5781 189.399 42.2742C190.953 42.0364 192.516 41.7421 194.093 41.3459L189.963 38.1914C189.84 43.9514 189.732 49.7114 189.639 55.4714L189.698 59.1216L193.233 59.065C194.893 59.0916 196.553 59.1169 198.213 59.1409L201.935 59.0871L201.882 55.4714C202.075 42.1314 202.183 28.7914 202.208 15.4514L202.2 11.4494L198.213 11.4566C196.553 11.4536 194.893 11.4519 193.233 11.4515L189.232 11.4525L189.233 15.4514C189.233 15.7084 189.233 15.9654 189.233 16.2224C189.233 22.0654 189.378 27.9084 189.669 33.7514L192.074 30.3814C190.963 30.8415 189.72 31.2055 188.421 31.4938C186.98 31.814 185.5 32.0342 183.993 32.16C182.133 32.3307 180.41 32.1767 179.116 31.4724C178.948 31.3818 178.786 31.2817 178.629 31.1711L178.672 31.2126C177.323 30.2675 176.471 28.2008 176.193 25.8914ZM173.193 25.8914H176.193H173.193ZM206.093 55.4714C207.093 55.4714 208.093 55.4714 209.093 55.4714C209.426 51.8614 209.726 48.2514 209.993 44.6414C210.711 34.9114 211.188 25.1814 211.422 15.4514L207.593 19.2812C212.303 19.3947 217.013 19.4514 221.723 19.4514C225.753 19.4514 229.783 19.4468 233.813 19.4376L229.826 15.4514C229.83 16.9314 229.834 18.4114 229.838 19.8914L233.813 15.9173C226.733 15.9395 219.653 15.9759 212.573 16.0266L208.736 15.9991L208.708 19.8914C208.739 24.1914 208.775 28.4914 208.816 32.7914L208.78 36.5118L212.573 36.5482C219.513 36.4816 226.453 36.4013 233.393 36.3073L229.877 32.7914C229.897 34.2714 229.917 35.7514 229.939 37.2314L233.393 33.7776C226.453 33.8774 219.513 33.991 212.573 34.1182L209.517 34.0622L209.459 37.2314C209.544 41.8314 209.634 46.4314 209.73 51.0314L209.672 53.8129L212.573 53.8737C219.653 53.7254 226.733 53.5628 233.813 53.3861L231.458 51.0314C231.495 52.5114 231.533 53.9914 231.571 55.4714L233.813 53.2295C228.683 53.362 223.553 53.5018 218.423 53.6492C214.813 53.7529 211.203 53.8603 207.593 53.9714C207.593 54.9714 207.593 55.9714 207.593 56.9714C211.203 57.0825 214.813 57.19 218.423 57.2937C223.553 57.441 228.683 57.5809 233.813 57.7133L236.111 57.654L236.054 55.4714C236.093 53.9914 236.13 52.5114 236.167 51.0314L236.107 48.6195L233.813 48.6768C226.733 48.5 219.653 48.3375 212.573 48.1892L215.415 51.0314C215.511 46.4314 215.602 41.8314 215.686 37.2314L212.573 40.3447C219.513 40.4719 226.453 40.5854 233.393 40.6853L236.895 40.6349L236.846 37.2314C236.868 35.7514 236.888 34.2714 236.908 32.7914L236.86 29.2286L233.393 29.2756C226.453 29.1816 219.513 29.1013 212.573 29.0347L216.329 32.7914C216.371 28.4914 216.407 24.1914 216.437 19.8914L212.573 23.7563C219.653 23.807 226.733 23.8434 233.813 23.8655L237.799 23.8531L237.787 19.8914C237.791 18.4114 237.795 16.9314 237.799 15.4514L237.79 11.4562L233.813 11.4653C229.783 11.456 225.753 11.4514 221.723 11.4514C217.013 11.4514 212.303 11.5082 207.593 11.6217L203.673 11.7161L203.763 15.4514C203.997 25.1814 204.474 34.9114 205.193 44.6414C205.459 48.2514 205.759 51.8614 206.093 55.4714ZM209.093 55.4714H206.093L206.235 57.0132L207.593 56.9714V53.9714L209.093 55.4714ZM260.713 57.6914C260.713 56.6914 260.713 55.6914 260.713 54.6914C258.115 54.3987 255.655 53.6802 253.464 52.5454L253.476 52.5501C253.197 52.4044 252.923 52.2529 252.653 52.0959C250.912 51.0829 249.384 49.8295 248.097 48.3768L248.143 48.4213C246.679 46.6981 245.589 44.734 244.828 42.6077L244.853 42.6675C244.092 40.3999 243.814 37.9797 243.908 35.4914C243.998 33.0187 244.46 30.6842 245.359 28.6046L245.347 28.6332C245.948 27.2656 246.68 26.0089 247.552 24.8886C247.959 24.3648 248.398 23.8716 248.869 23.4102C250.372 21.9352 252.129 20.7904 254.104 19.9885L254.083 19.9966C256.154 19.1648 258.388 18.7584 260.713 18.747C262.071 18.7388 263.369 18.8757 264.548 19.1845L264.573 19.1912C265.729 19.4858 266.799 19.9008 267.755 20.4438L267.801 20.4703C268.785 21.0122 269.675 21.6482 270.455 22.3809L270.51 22.4328C271.356 23.1976 272.114 24.0332 272.776 24.9377L274.029 19.3654C272.636 20.1585 271.244 20.9523 269.852 21.7471L274.805 22.9022C273.234 20.6482 271.068 18.8694 268.804 17.6611L268.883 17.7058C266.429 16.2825 263.481 15.5563 260.713 15.6059C258.206 15.6289 255.593 16.1234 253.209 17.1799C250.976 18.1562 248.887 19.6115 247.209 21.3958L247.174 21.4318C245.466 23.285 244.193 25.4766 243.343 27.7155L243.33 27.7483C242.384 30.2962 242.047 32.9582 242.094 35.4914C242.136 38.0365 242.585 40.6635 243.574 43.1177L243.593 43.1672C244.51 45.3492 245.831 47.4516 247.551 49.1957L247.58 49.2262C249.269 50.9057 251.33 52.2382 253.507 53.1036C255.823 54.0384 258.323 54.4238 260.713 54.363C263.3 54.3192 265.972 53.5949 268.205 52.2502L268.186 52.2606C270.295 51.041 272.219 49.2998 273.555 47.1874L270.611 47.9003C272.055 48.6378 273.498 49.3745 274.943 50.1103L274.264 47.0269C272.817 49.146 270.945 50.9704 268.76 52.4164C268.755 52.42 268.743 52.4279 268.731 52.4358C266.484 53.9186 263.639 54.5864 260.713 54.6914C260.713 55.6914 260.713 56.6914 260.713 57.6914C263.987 57.8045 267.499 57.3113 270.609 55.559C270.625 55.5497 270.642 55.5403 270.659 55.5309C273.319 54.0183 275.732 51.9695 277.642 49.5159L279.039 47.4906L276.963 46.4326C275.567 45.6084 274.171 44.7851 272.774 43.9626L270.889 42.9994L269.83 44.6754C268.807 46.0851 267.44 47.1914 265.84 48.0023L265.821 48.0126C264.236 48.8366 262.51 49.2012 260.713 49.1399C258.919 49.086 257.215 48.7124 255.679 47.9993C254.174 47.3061 252.859 46.3506 251.766 45.1567L251.795 45.1872C250.701 43.9616 249.867 42.507 249.272 40.8957L249.291 40.9451C248.693 39.2368 248.445 37.3935 248.491 35.4914C248.535 33.578 248.866 31.7612 249.536 30.1546L249.523 30.1874C250.184 28.6328 251.067 27.2676 252.171 26.1511L252.137 26.187C253.242 25.098 254.527 24.2653 255.976 23.683C257.446 23.0915 259.036 22.8271 260.713 22.8569C262.343 22.887 263.803 23.304 265.143 24.117L265.222 24.1618C266.64 24.9711 267.768 25.9828 268.58 27.2007L270.585 30.0397L273.534 28.3558C274.942 27.5905 276.35 26.8244 277.757 26.0574L281.511 23.9197L279.01 20.4851C278.055 19.1253 276.954 17.8716 275.756 16.75L275.811 16.8019C274.542 15.5667 273.115 14.5217 271.625 13.6726L271.671 13.6991C270.042 12.7403 268.305 12.0562 266.573 11.5917L266.598 11.5984C264.613 11.0525 262.627 10.8441 260.713 10.8358C257.515 10.8165 254.208 11.3706 251.142 12.5862L251.122 12.5944C248.236 13.7421 245.511 15.4962 243.275 17.6933C242.544 18.4077 241.862 19.1736 241.236 19.9781C239.896 21.7002 238.835 23.6003 238.038 25.5496L238.026 25.5782C236.729 28.8028 236.261 32.2377 236.358 35.4914C236.445 38.7691 237.111 42.1521 238.532 45.2353L238.557 45.2952C239.869 48.023 241.724 50.5551 244.003 52.5616L244.048 52.6061C246.02 54.2796 248.285 55.5863 250.646 56.4561C251.012 56.5915 251.38 56.7169 251.749 56.8328L251.761 56.8375C254.707 57.7502 257.788 57.9921 260.713 57.6914ZM260.713 54.6914V57.6914V54.6914ZM305.333 56.4385C306.097 55.7938 306.862 55.1491 307.626 54.5044C305.663 51.6594 303.674 48.8358 301.66 46.0337C299.079 42.4436 296.457 38.8888 293.792 35.3692L291.616 32.4949L288.854 35.3151C287.434 36.7645 286.022 38.2215 284.619 39.6862L283.794 40.5476L283.733 42.0314C283.548 46.5114 283.42 50.9914 283.348 55.4714L287.28 51.5399C285.62 51.5133 283.96 51.4945 282.3 51.4834L286.288 55.4714C286.296 54.2836 286.3 53.0957 286.3 51.9079C286.3 39.7557 286.253 27.6036 286.161 15.4514L282.3 19.3128C283.96 19.3002 285.62 19.2867 287.28 19.2724L283.459 15.4514C283.518 22.3514 283.593 29.2514 283.682 36.1514L283.612 45.8672L290.014 38.4893C295.824 31.5128 301.615 24.5196 307.387 17.5096L304.98 18.6184C307.06 18.5796 309.14 18.5395 311.22 18.498L308.929 13.4427C303.496 19.8936 298.079 26.3591 292.679 32.8393L291.261 34.3756L292.665 36.0885C297.954 41.9137 303.257 47.7262 308.574 53.5261C309.508 54.5441 310.442 55.5618 311.376 56.5791L312.66 53.7758C310.6 53.8397 308.54 53.9049 306.48 53.9714C306.48 54.9714 306.48 55.9714 306.48 56.9714C308.54 57.038 310.6 57.1032 312.66 57.167L316.398 57.0834L313.943 54.3637C313.074 53.2905 312.204 52.2177 311.333 51.1452C306.375 45.0356 301.402 38.9386 296.414 32.8543L296.401 36.1035C302.121 29.9038 307.824 23.6893 313.51 17.4602L317.899 12.3098L311.22 12.4048C309.14 12.3633 307.06 12.3232 304.98 12.2844L303.462 12.3127L302.573 13.3933C296.544 20.1833 290.535 26.99 284.546 33.8136L290.877 36.1514C290.966 29.2514 291.041 22.3514 291.101 15.4514L291.067 11.5978L287.28 11.6305C285.62 11.6161 283.96 11.6027 282.3 11.59L278.409 11.6196L278.438 15.4514C278.346 27.6036 278.3 39.7557 278.3 51.9079C278.3 53.0957 278.304 54.2836 278.312 55.4714L278.338 59.486L282.3 59.4595C283.96 59.4484 285.62 59.4295 287.28 59.4029L291.273 59.3389L291.211 55.4714C291.139 50.9914 291.011 46.5114 290.826 42.0314L289.94 44.3766C291.217 42.8013 292.486 41.2184 293.746 39.6278L288.807 39.5736C291.826 42.7938 294.888 45.9786 297.991 49.1282C300.413 51.5864 302.86 54.0232 305.333 56.4385ZM307.626 54.5044L305.333 56.4385L305.898 56.9902L306.48 56.9714V53.9714L307.626 54.5044ZM316.835 55.4714C317.835 55.4714 318.835 55.4714 319.835 55.4714C320.168 51.4472 320.468 47.4229 320.735 43.3986C321.352 34.0829 321.791 24.7672 322.051 15.4514L318.335 19.1675C319.995 19.2138 321.655 19.2545 323.315 19.2895L319.477 15.4514C319.369 20.5728 319.315 25.6941 319.315 30.8155C319.315 36.1141 319.321 41.4128 319.334 46.7114L319.32 58.8172L326.519 49.0732C334.174 38.6346 341.798 28.1733 349.391 17.6892L346.355 19.2231C348.055 19.2089 349.755 19.1941 351.455 19.1786L347.728 15.4514C347.849 28.7914 348.012 42.1314 348.215 55.4714L351.455 52.2315C349.795 52.2567 348.135 52.2826 346.475 52.3092L349.637 55.4714C349.467 44.8314 349.271 34.1914 349.049 23.5514L349.127 15.6952L344.397 22.0319C338.229 30.8473 332.082 39.6784 325.957 48.5251C324.576 50.5189 323.197 52.5135 321.818 54.5089L323.135 53.8407C321.535 53.8837 319.935 53.9273 318.335 53.9714C318.335 54.9714 318.335 55.9714 318.335 56.9714C319.935 57.0156 321.535 57.0592 323.135 57.1022L324.006 57.0788L324.451 56.434C325.935 54.5155 327.417 52.5963 328.898 50.6762C335.471 42.1567 342.023 33.6217 348.553 25.071L343.9 23.5514C343.679 34.1914 343.483 44.8314 343.313 55.4714L343.364 58.6834L346.475 58.6337C348.135 58.6602 349.795 58.6861 351.455 58.7114L354.743 58.6613L354.695 55.4714C354.898 42.1314 355.06 28.7914 355.182 15.4514L355.148 11.6906L351.455 11.7243C349.755 11.7088 348.055 11.694 346.355 11.6798L344.418 11.6959L343.319 13.2137C335.552 23.5696 327.816 33.9483 320.11 44.3496L327.296 46.7114C327.308 41.4128 327.315 36.1141 327.315 30.8155C327.315 25.6941 327.261 20.5728 327.153 15.4514L327.07 11.5342L323.315 11.6134C321.655 11.6484 319.995 11.6891 318.335 11.7354L314.518 11.8419L314.619 15.4514C314.879 24.7672 315.317 34.0829 315.935 43.3986C316.201 47.4229 316.501 51.4472 316.835 55.4714ZM319.835 55.4714H316.835L316.962 57.0093L318.335 56.9714V53.9714L319.835 55.4714ZM359.315 55.4714C360.315 55.4714 361.315 55.4714 362.315 55.4714C362.649 51.4472 362.949 47.4229 363.215 43.3986C363.833 34.0829 364.271 24.7672 364.531 15.4514L360.815 19.1675C362.475 19.2138 364.135 19.2545 365.795 19.2895L361.957 15.4514C361.849 20.5728 361.795 25.6941 361.795 30.8155C361.795 36.1141 361.802 41.4128 361.815 46.7114L361.8 58.8172L369 49.0732C376.654 38.6346 384.278 28.1733 391.871 17.6892L388.835 19.2231C390.535 19.2089 392.235 19.1941 393.935 19.1786L390.208 15.4514C390.33 28.7914 390.492 42.1314 390.695 55.4714L393.935 52.2315C392.275 52.2567 390.615 52.2826 388.955 52.3092L392.118 55.4714C391.947 44.8314 391.752 34.1914 391.53 23.5514L391.607 15.6952L386.877 22.0319C380.709 30.8473 374.562 39.6784 368.437 48.5251C367.057 50.5189 365.677 52.5135 364.299 54.5089L365.615 53.8407C364.015 53.8837 362.415 53.9273 360.815 53.9714C360.815 54.9714 360.815 55.9714 360.815 56.9714C362.415 57.0156 364.015 57.0592 365.615 57.1022L366.486 57.0788L366.932 56.434C368.415 54.5155 369.898 52.5963 371.379 50.6762C377.952 42.1567 384.503 33.6217 391.033 25.071L386.381 23.5514C386.159 34.1914 385.963 44.8314 385.793 55.4714L385.844 58.6834L388.955 58.6337C390.615 58.6602 392.275 58.6861 393.935 58.7114L397.224 58.6613L397.175 55.4714C397.378 42.1314 397.541 28.7914 397.662 15.4514L397.628 11.6906L393.935 11.7243C392.235 11.7088 390.535 11.694 388.835 11.6798L386.898 11.6959L385.799 13.2137C378.032 23.5696 370.296 33.9483 362.591 44.3496L369.776 46.7114C369.789 41.4128 369.795 36.1141 369.795 30.8155C369.795 25.6941 369.741 20.5728 369.633 15.4514L369.551 11.5342L365.795 11.6134C364.135 11.6484 362.475 11.6891 360.815 11.7354L356.998 11.8419L357.099 15.4514C357.359 24.7672 357.798 34.0829 358.415 43.3986C358.682 47.4229 358.982 51.4472 359.315 55.4714ZM362.315 55.4714H359.315L359.443 57.0093L360.815 56.9714V53.9714L362.315 55.4714ZM391.103 10.2535C388.951 8.67878 386.799 7.10408 384.647 5.52939C384.302 6.00134 383.921 6.43066 383.502 6.81948C382.903 7.37488 382.225 7.84858 381.465 8.24509L381.495 8.22969C380.256 8.86366 378.892 9.17159 377.375 9.17143C375.846 9.17164 374.451 8.85801 373.164 8.21372L373.258 8.26202C371.97 7.57584 370.894 6.65361 370.006 5.479L369.432 10.9169C370.172 10.2769 370.912 9.63689 371.652 8.99688L365.8 8.32412C367.045 10.0487 368.721 11.5656 370.591 12.6244L370.667 12.6668C372.796 13.8338 375.206 14.3005 377.375 14.2914C379.544 14.3021 381.938 13.8124 384.024 12.6668L383.982 12.689C385.958 11.6618 387.742 10.0503 388.968 8.21267L383.039 8.99689C383.15 9.09331 383.262 9.18974 383.373 9.28617C384.002 9.82974 384.63 10.3733 385.259 10.9169C387.003 8.89992 388.747 6.88295 390.492 4.86598C389.863 4.32241 389.235 3.77883 388.606 3.23526C388.495 3.13883 388.383 3.0424 388.272 2.94598L384.866 -4.57764e-05L382.342 3.7302C381.782 4.55447 381.114 5.15481 380.248 5.6139L380.207 5.63602C379.405 6.07092 378.487 6.29044 377.375 6.29144C376.226 6.29106 375.279 6.06826 374.484 5.63602L374.56 5.67846C373.649 5.15734 372.9 4.48379 372.27 3.61874L369.71 0.0990448L366.419 2.94598C365.679 3.58598 364.939 4.22598 364.199 4.86598L361.366 7.31616L363.625 10.3039C365.161 12.3521 367.216 14.118 369.493 15.3208L369.586 15.3691C372.002 16.5907 374.765 17.1831 377.375 17.1714C379.96 17.1831 382.721 16.6014 385.136 15.3532L385.166 15.3378C386.511 14.6372 387.801 13.7453 388.942 12.6846C389.742 11.9434 390.467 11.1231 391.103 10.2535ZM384.647 5.52939L391.103 10.2535L393.281 7.27789L390.492 4.86598L385.259 10.9169L384.647 5.52939Z' fill='%23070708' mask='url(%23path-3-outside-2_7261_733013)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta .points {
    margin-bottom: 120px;
  }
  #first_screen .cta .points .point {
    font-size: 18px;
  }
  #first_screen .cta .bubble {
    left: -85px;
    top: auto;
    bottom: 182px;
  }
  #first_screen .cta .bubble.lv {
    top: auto;
    bottom: 182px;
  }
  #first_screen .cta .discount-block {
    margin-left: 23px;
  }
  #first_screen .cta .discount-block .old_price {
    left: auto;
    top: 45px;
    right: -185px;
  }
  #first_screen .cta .form-block:before {
    content: "";
    display: block;
    width: 387px;
    height: 387px;
    background-image: url(../img/img-april2026-inet-480.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -298px;
    right: -76px;
    z-index: 3;
  }
  #first_screen .cta .form-block form,
  #first_screen .cta .form-block .cta-form {
    z-index: 5;
  }
  #first_screen .cta img.img-akciya-768 {
    display: none;
  }
}
@media (max-width: 479px) {
  #first_screen {
    background-image: url(../img/bg-internet-375.jpg);
  }
  #first_screen .container {
    width: 100%;
  }
  #first_screen .cta .container {
    padding-top: 118px;
    padding-bottom: 35px;
  }
  #first_screen .cta .title-block {
    padding-bottom: 390px;
  }
  #first_screen .cta h1 {
    font-size: 64px;
    margin-bottom: 20px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 338px;
    height: 130px;
    background-image: url("data:image/svg+xml,%3Csvg width='338' height='130' viewBox='0 0 338 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7313_2982' maskUnits='userSpaceOnUse' x='-0.26416' y='67.2793' width='338' height='50' fill='black'%3E%3Crect fill='white' x='-0.26416' y='67.2793' width='338' height='50'/%3E%3Cpath d='M15.1198 113.279H4.45584V71.9253H15.1198V113.279ZM60.9994 113.279H50.7074L33.2234 89.3473V113.279H22.5594V71.9253H33.5334L50.2734 94.6793V71.9253H60.9994V113.279ZM88.3559 113.279H77.6919V81.2253H66.0979V71.9253H99.8879V81.2253H88.3559V113.279ZM135.282 113.279H104.964V71.9253H135.282V81.2253H115.628V87.6733H134.848V96.9733H115.628V103.979H135.282V113.279ZM176.751 113.279H164.537L157.593 99.3913H152.137V113.279H141.473V71.9253H162.181C171.357 71.9253 176.565 78.0013 176.565 85.6893C176.565 92.8813 172.163 96.7253 168.319 98.0893L176.751 113.279ZM160.569 90.0913C163.359 90.0913 165.715 88.5413 165.715 85.6273C165.715 82.8373 163.359 81.2253 160.569 81.2253H152.137V90.0913H160.569ZM220.904 113.279H210.612L193.128 89.3473V113.279H182.464V71.9253H193.438L210.178 94.6793V71.9253H220.904V113.279ZM258.676 113.279H228.358V71.9253H258.676V81.2253H239.022V87.6733H258.242V96.9733H239.022V103.979H258.676V113.279ZM284.77 113.279H274.106V81.2253H262.512V71.9253H296.302V81.2253H284.77V113.279ZM316.269 114.023C307.899 114.023 302.071 111.419 297.917 107.451L303.559 99.4533C306.535 102.429 311.123 104.909 316.765 104.909C320.423 104.909 322.655 103.483 322.655 101.499C322.655 95.8573 299.219 100.383 299.219 84.4493C299.219 77.5053 305.109 71.3053 315.711 71.3053C322.345 71.3053 328.111 73.2893 332.513 77.0713L326.685 84.6973C323.213 81.8453 318.687 80.4193 314.595 80.4193C311.495 80.4193 310.131 81.6593 310.131 83.3953C310.131 88.6653 333.505 84.8213 333.505 100.197C333.505 108.505 327.367 114.023 316.269 114.023Z'/%3E%3C/mask%3E%3Cpath d='M15.1198 113.279H4.45584V71.9253H15.1198V113.279ZM60.9994 113.279H50.7074L33.2234 89.3473V113.279H22.5594V71.9253H33.5334L50.2734 94.6793V71.9253H60.9994V113.279ZM88.3559 113.279H77.6919V81.2253H66.0979V71.9253H99.8879V81.2253H88.3559V113.279ZM135.282 113.279H104.964V71.9253H135.282V81.2253H115.628V87.6733H134.848V96.9733H115.628V103.979H135.282V113.279ZM176.751 113.279H164.537L157.593 99.3913H152.137V113.279H141.473V71.9253H162.181C171.357 71.9253 176.565 78.0013 176.565 85.6893C176.565 92.8813 172.163 96.7253 168.319 98.0893L176.751 113.279ZM160.569 90.0913C163.359 90.0913 165.715 88.5413 165.715 85.6273C165.715 82.8373 163.359 81.2253 160.569 81.2253H152.137V90.0913H160.569ZM220.904 113.279H210.612L193.128 89.3473V113.279H182.464V71.9253H193.438L210.178 94.6793V71.9253H220.904V113.279ZM258.676 113.279H228.358V71.9253H258.676V81.2253H239.022V87.6733H258.242V96.9733H239.022V103.979H258.676V113.279ZM284.77 113.279H274.106V81.2253H262.512V71.9253H296.302V81.2253H284.77V113.279ZM316.269 114.023C307.899 114.023 302.071 111.419 297.917 107.451L303.559 99.4533C306.535 102.429 311.123 104.909 316.765 104.909C320.423 104.909 322.655 103.483 322.655 101.499C322.655 95.8573 299.219 100.383 299.219 84.4493C299.219 77.5053 305.109 71.3053 315.711 71.3053C322.345 71.3053 328.111 73.2893 332.513 77.0713L326.685 84.6973C323.213 81.8453 318.687 80.4193 314.595 80.4193C311.495 80.4193 310.131 81.6593 310.131 83.3953C310.131 88.6653 333.505 84.8213 333.505 100.197C333.505 108.505 327.367 114.023 316.269 114.023Z' fill='white'/%3E%3Cpath d='M15.1198 114.779C15.1198 113.779 15.1198 112.779 15.1198 111.779C13.3859 111.446 11.652 111.146 9.91804 110.879C8.09731 110.599 6.27657 110.356 4.45584 110.15L7.58563 113.279C8.16577 108.164 8.45584 103.049 8.45584 97.9343C8.45584 89.2646 8.36325 80.595 8.17806 71.9253L4.45584 75.6475C8.01051 75.5716 11.5652 75.4801 15.1198 75.373L11.6721 71.9253C12.035 83.976 12.5769 96.0268 13.2976 108.077C13.4013 109.811 13.5087 111.545 13.6198 113.279C14.6198 113.279 15.6198 113.279 16.6198 113.279C16.731 111.545 16.8384 109.811 16.9421 108.077C17.6628 96.0268 18.2046 83.976 18.5676 71.9253L18.4607 68.3769L15.1198 68.4776C11.5652 68.3705 8.01051 68.279 4.45584 68.2031L0.655844 68.2842L0.733618 71.9253C0.548433 80.595 0.45584 89.2646 0.45584 97.9343C0.45584 103.049 0.745912 108.164 1.32605 113.279L1.71628 116.72L4.45584 116.409C6.27657 116.203 8.09731 115.959 9.91804 115.679C11.652 115.413 13.3859 115.113 15.1198 114.779ZM15.1198 111.779V114.779L16.6965 114.476L16.6198 113.279H13.6198L15.1198 111.779ZM60.9994 114.779C60.9994 113.779 60.9994 112.779 60.9994 111.779C57.5687 111.481 54.138 111.209 50.7074 110.964L52.5767 111.914C52.3629 111.572 52.1489 111.231 51.9345 110.891C46.876 102.849 41.6528 94.9267 36.265 87.1252L29.6022 77.7602L29.4565 89.3473C29.3011 95.1986 29.2234 101.05 29.2234 106.901C29.2234 109.027 29.2245 111.153 29.2268 113.279L33.2234 109.283C29.6687 109.287 26.114 109.294 22.5594 109.304L26.5349 113.279C26.4954 99.4946 26.408 85.71 26.2727 71.9253L22.5594 75.6386C26.2174 75.6027 29.8754 75.5634 33.5334 75.5208L30.6372 74.056C36.3057 81.5756 41.9921 89.0819 47.6966 96.575L53.3958 104.45L53.4723 94.6793C53.3478 87.0946 53.2088 79.51 53.0553 71.9253L50.2734 74.7073C53.8487 74.6349 57.424 74.5593 60.9994 74.4805L58.4441 71.9253C58.6635 81.8777 58.9078 91.8301 59.1771 101.782C59.2808 105.615 59.3882 109.447 59.4994 113.279C60.4994 113.279 61.4994 113.279 62.4994 113.279C62.6105 109.447 62.7179 105.615 62.8216 101.782C63.0909 91.8301 63.3352 81.8777 63.5546 71.9253L63.4971 69.315L60.9994 69.3701C57.424 69.2913 53.8487 69.2157 50.2734 69.1433L47.4362 69.2007L47.4914 71.9253C47.3379 79.51 47.1989 87.0946 47.0744 94.6793L52.8501 92.7836C47.3946 85.1074 41.921 77.4444 36.4295 69.7946L35.3097 68.3091L33.5334 68.3298C29.8754 68.2872 26.2174 68.2479 22.5594 68.212L18.8099 68.2488L18.846 71.9253C18.7107 85.71 18.6233 99.4946 18.5838 113.279L18.5952 117.266L22.5594 117.255C26.114 117.265 29.6687 117.272 33.2234 117.276L37.2242 117.272L37.2199 113.279C37.2222 111.153 37.2234 109.027 37.2234 106.901C37.2234 101.05 37.1456 95.1986 36.9902 89.3473L30.1817 91.5694C35.9761 99.074 41.9351 106.458 48.0587 113.722C48.3182 114.03 48.5779 114.338 48.838 114.645L49.702 115.666L50.7074 115.594C54.138 115.349 57.5687 115.078 60.9994 114.779ZM60.9994 111.779V114.779L62.539 114.645L62.4994 113.279H59.4994L60.9994 111.779ZM88.3559 114.779C88.3559 113.779 88.3559 112.779 88.3559 111.779C85.8511 111.446 83.3463 111.146 80.8415 110.879C79.7916 110.768 78.7418 110.662 77.6919 110.562L80.4096 113.279C81.2645 104.31 81.6919 95.3406 81.6919 86.3713C81.6919 84.656 81.6901 82.9406 81.6867 81.2253L81.6947 77.2386L77.6919 77.2305C73.8272 77.2383 69.9626 77.255 66.0979 77.2804L70.0427 81.2253C70.0223 78.1253 69.9962 75.0253 69.9645 71.9253L66.0979 75.7919C77.3612 75.6764 88.6246 75.4861 99.8879 75.2209L96.5923 71.9253C96.6653 75.0253 96.7439 78.1253 96.8283 81.2253L99.8879 78.1657C96.0439 78.2703 92.1999 78.3836 88.3559 78.5056L85.7252 78.4221L85.6362 81.2253C85.8958 89.4052 86.195 97.585 86.5337 105.765C86.6374 108.27 86.7448 110.774 86.8559 113.279C87.8559 113.279 88.8559 113.279 89.8559 113.279C89.967 110.774 90.0744 108.27 90.1781 105.765C90.5168 97.585 90.8159 89.4052 91.0756 81.2253L88.3559 83.945C92.1999 84.067 96.0439 84.1803 99.8879 84.2849L103.028 84.1995L102.948 81.2253C103.032 78.1253 103.111 75.0253 103.184 71.9253L103.104 68.5539L99.8879 68.6297C88.6246 68.3645 77.3612 68.1741 66.0979 68.0587L62.1921 68.0988L62.2313 71.9253C62.1995 75.0253 62.1735 78.1253 62.153 81.2253L62.1792 85.196L66.0979 85.1702C69.9626 85.1956 73.8272 85.2123 77.6919 85.2201L73.6971 81.2253C73.6936 82.9406 73.6919 84.656 73.6919 86.3713C73.6919 95.3406 74.1193 104.31 74.9741 113.279L75.2553 116.229L77.6919 115.997C78.7418 115.897 79.7916 115.791 80.8415 115.679C83.3463 115.413 85.8511 115.113 88.3559 114.779ZM88.3559 111.779V114.779L89.9132 114.572L89.8559 113.279H86.8559L88.3559 111.779ZM135.282 114.779C135.282 113.779 135.282 112.779 135.282 111.779C131.597 111.446 127.912 111.146 124.227 110.879C117.806 110.415 111.385 110.051 104.964 109.789L108.454 113.279C108.794 104.961 108.964 96.6426 108.964 88.3243C108.964 82.858 108.956 77.3916 108.939 71.9253L104.964 75.9008C115.07 75.8707 125.176 75.8127 135.282 75.7269L131.48 71.9253C131.506 75.0253 131.535 78.1253 131.567 81.2253L135.282 77.5106C128.73 77.5773 122.179 77.6558 115.628 77.7459L112.197 77.6987L112.148 81.2253C112.178 83.3746 112.209 85.524 112.241 87.6733L112.191 91.0088L115.628 91.0602C122.034 90.9645 128.441 90.8576 134.848 90.7396L131.781 87.6733C131.839 90.7733 131.898 93.8733 131.961 96.9733L134.848 94.0863C128.441 94.2152 122.034 94.3553 115.628 94.5066L113.221 94.4497L113.161 96.9733C113.216 99.3086 113.273 101.644 113.331 103.979L113.275 106.218L115.628 106.276C121.594 106.128 127.561 105.969 133.527 105.802C134.112 105.785 134.697 105.769 135.282 105.752L133.509 103.979C133.597 107.079 133.688 110.179 133.782 113.279C134.782 113.279 135.782 113.279 136.782 113.279C136.875 110.179 136.966 107.079 137.054 103.979L137.002 102.158L135.282 102.207C134.697 102.19 134.112 102.174 133.527 102.157C127.561 101.989 121.594 101.831 115.628 101.682L117.924 103.979C117.983 101.644 118.039 99.3086 118.094 96.9733L115.628 99.44C122.034 99.5913 128.441 99.7314 134.848 99.8603L137.792 99.8011L137.735 96.9733C137.797 93.8733 137.857 90.7733 137.914 87.6733L137.856 84.5516L134.848 84.607C128.441 84.489 122.034 84.3821 115.628 84.2864L119.015 87.6733C119.047 85.524 119.077 83.3746 119.107 81.2253L115.628 84.7047C122.179 84.7948 128.73 84.8733 135.282 84.94L139.034 84.9018L138.996 81.2253C139.028 78.1253 139.057 75.0253 139.083 71.9253L139.051 68.0917L135.282 68.1237C125.176 68.0379 115.07 67.9799 104.964 67.9497L100.976 67.9616L100.988 71.9253C100.972 77.3916 100.964 82.858 100.964 88.3243C100.964 96.6426 101.134 104.961 101.473 113.279L101.621 116.906L104.964 116.77C111.385 116.507 117.806 116.144 124.227 115.679C127.912 115.413 131.597 115.113 135.282 114.779ZM135.282 111.779V114.779L136.823 114.64L136.782 113.279H133.782L135.282 111.779ZM176.751 114.779C176.751 113.779 176.751 112.779 176.751 111.779C173.826 111.446 170.901 111.146 167.976 110.879C166.83 110.775 165.684 110.675 164.537 110.581L166.951 112.073C165.017 107.253 162.989 102.48 160.869 97.7536L160.006 95.8305L157.593 95.7294C155.775 95.6532 153.956 95.5899 152.137 95.5394L148.395 95.4356L148.286 99.3913C148.187 102.951 148.137 106.511 148.137 110.071C148.137 111.14 148.138 112.21 148.139 113.279L152.137 109.281C148.583 109.284 145.028 109.293 141.473 109.307L145.446 113.279C145.39 99.4946 145.253 85.71 145.033 71.9253L141.473 75.4852C148.376 75.3752 155.279 75.2446 162.181 75.0933C168.595 74.6875 173.92 79.1386 173.961 85.6893C174.221 90.2038 171.791 94.443 167.612 96.0948L165.297 96.8315L166.469 99.1165C167.943 101.576 169.419 104.035 170.899 106.491C172.41 108.998 173.923 111.504 175.44 114.007C176.314 113.522 177.189 113.037 178.063 112.551C176.74 109.94 175.415 107.33 174.086 104.722C172.783 102.167 171.478 99.6138 170.17 97.0621L169.027 100.084C175.067 98.2935 179.27 91.8173 179.17 85.6893C180.113 76.7969 170.941 68.1434 162.181 68.7572C155.279 68.606 148.376 68.4754 141.473 68.3654L137.858 68.423L137.913 71.9253C137.694 85.71 137.556 99.4946 137.501 113.279L137.517 117.267L141.473 117.252C145.028 117.266 148.583 117.275 152.137 117.278L156.14 117.274L156.136 113.279C156.137 112.21 156.137 111.14 156.137 110.071C156.137 106.511 156.088 102.951 155.989 99.3913L152.137 103.243C153.956 103.193 155.775 103.129 157.593 103.053L154.318 101.029C156.827 105.561 159.429 110.047 162.124 114.486L163.101 116.096L164.537 115.977C165.684 115.883 166.83 115.784 167.976 115.679C170.901 115.413 173.826 115.113 176.751 114.779ZM176.751 111.779V114.779L179.23 114.497L178.063 112.551L175.44 114.007L176.751 111.779ZM160.569 86.0913C160.569 88.758 160.569 91.4246 160.569 94.0913C161.614 94.0903 162.699 93.9533 163.803 93.6028C166.852 92.9126 169.992 88.9833 169.715 85.6273C169.793 83.3451 168.527 80.582 166.576 79.1686C164.654 77.7034 162.519 77.2335 160.569 77.2253C157.759 77.2253 154.948 77.2253 152.137 77.2253H148.137V81.2253C148.137 84.1806 148.137 87.136 148.137 90.0913V94.0913H152.137C154.265 94.0913 156.393 94.0913 158.521 94.0913C159.204 94.0913 159.887 94.0913 160.569 94.0913C160.569 91.4246 160.569 88.758 160.569 86.0913C159.887 86.0913 159.204 86.0913 158.521 86.0913C156.393 86.0913 154.265 86.0913 152.137 86.0913L156.137 90.0913C156.137 87.136 156.137 84.1806 156.137 81.2253L152.137 85.2253C154.948 85.2253 157.759 85.2253 160.569 85.2253C161.139 85.2169 161.588 85.4088 161.681 85.4963C161.764 85.6071 161.679 85.3748 161.715 85.6273C161.708 85.8834 161.679 85.8365 161.702 85.8177C161.722 85.7948 161.655 85.8905 161.373 85.9806C161.175 86.0449 160.89 86.092 160.569 86.0913ZM160.569 94.0913V86.0913V94.0913ZM220.904 114.779C220.904 113.779 220.904 112.779 220.904 111.779C217.473 111.481 214.042 111.209 210.612 110.964L212.481 111.914C212.267 111.572 212.053 111.231 211.839 110.891C206.78 102.849 201.557 94.9267 196.169 87.1252L189.506 77.7602L189.361 89.3473C189.205 95.1986 189.128 101.05 189.128 106.901C189.128 109.027 189.129 111.153 189.131 113.279L193.128 109.283C189.573 109.287 186.018 109.294 182.464 109.304L186.439 113.279C186.4 99.4946 186.312 85.71 186.177 71.9253L182.464 75.6386C186.122 75.6027 189.78 75.5634 193.438 75.5208L190.542 74.056C196.21 81.5756 201.896 89.0819 207.601 96.575L213.3 104.45L213.377 94.6793C213.252 87.0946 213.113 79.51 212.96 71.9253L210.178 74.7073C213.753 74.6349 217.328 74.5593 220.904 74.4805L218.348 71.9253C218.568 81.8777 218.812 91.8301 219.081 101.782C219.185 105.615 219.293 109.447 219.404 113.279C220.404 113.279 221.404 113.279 222.404 113.279C222.515 109.447 222.622 105.615 222.726 101.782C222.995 91.8301 223.24 81.8777 223.459 71.9253L223.401 69.315L220.904 69.3701C217.328 69.2913 213.753 69.2157 210.178 69.1433L207.341 69.2007L207.396 71.9253C207.242 79.51 207.103 87.0946 206.979 94.6793L212.754 92.7836C207.299 85.1074 201.825 77.4444 196.334 69.7946L195.214 68.3091L193.438 68.3298C189.78 68.2872 186.122 68.2479 182.464 68.212L178.714 68.2488L178.75 71.9253C178.615 85.71 178.528 99.4946 178.488 113.279L178.499 117.266L182.464 117.255C186.018 117.265 189.573 117.272 193.128 117.276L197.129 117.272L197.124 113.279C197.127 111.153 197.128 109.027 197.128 106.901C197.128 101.05 197.05 95.1986 196.895 89.3473L190.086 91.5694C195.88 99.074 201.839 106.458 207.963 113.722C208.222 114.03 208.482 114.338 208.742 114.645L209.606 115.666L210.612 115.594C214.042 115.349 217.473 115.078 220.904 114.779ZM220.904 111.779V114.779L222.443 114.645L222.404 113.279H219.404L220.904 111.779ZM258.676 114.779C258.676 113.779 258.676 112.779 258.676 111.779C254.991 111.446 251.306 111.146 247.622 110.879C241.2 110.415 234.779 110.051 228.358 109.789L231.849 113.279C232.188 104.961 232.358 96.6426 232.358 88.3243C232.358 82.858 232.35 77.3916 232.334 71.9253L228.358 75.9008C238.464 75.8707 248.57 75.8127 258.676 75.7269L254.875 71.9253C254.901 75.0253 254.93 78.1253 254.961 81.2253L258.676 77.5106C252.125 77.5773 245.574 77.6558 239.022 77.7459L235.591 77.6987L235.543 81.2253C235.572 83.3746 235.603 85.524 235.635 87.6733L235.586 91.0088L239.022 91.0602C245.429 90.9645 251.836 90.8576 258.242 90.7396L255.176 87.6733C255.233 90.7733 255.293 93.8733 255.355 96.9733L258.242 94.0863C251.836 94.2152 245.429 94.3553 239.022 94.5066L236.615 94.4497L236.555 96.9733C236.611 99.3086 236.667 101.644 236.725 103.979L236.67 106.218L239.022 106.276C244.989 106.128 250.955 105.969 256.922 105.802C257.506 105.785 258.091 105.769 258.676 105.752L256.904 103.979C256.992 107.079 257.083 110.179 257.176 113.279C258.176 113.279 259.176 113.279 260.176 113.279C260.27 110.179 260.361 107.079 260.449 103.979L260.397 102.158L258.676 102.207C258.091 102.19 257.506 102.174 256.922 102.157C250.955 101.989 244.989 101.831 239.022 101.682L241.319 103.979C241.377 101.644 241.434 99.3086 241.489 96.9733L239.022 99.44C245.429 99.5913 251.836 99.7314 258.242 99.8603L261.186 99.8011L261.129 96.9733C261.192 93.8733 261.251 90.7733 261.308 87.6733L261.251 84.5516L258.242 84.607C251.836 84.489 245.429 84.3821 239.022 84.2864L242.409 87.6733C242.441 85.524 242.472 83.3746 242.502 81.2253L239.022 84.7047C245.574 84.7948 252.125 84.8733 258.676 84.94L262.428 84.9018L262.391 81.2253C262.422 78.1253 262.451 75.0253 262.478 71.9253L262.445 68.0917L258.676 68.1237C248.57 68.0379 238.464 67.9799 228.358 67.9497L224.371 67.9616L224.383 71.9253C224.366 77.3916 224.358 82.858 224.358 88.3243C224.358 96.6426 224.528 104.961 224.868 113.279L225.016 116.906L228.358 116.77C234.779 116.507 241.2 116.144 247.622 115.679C251.306 115.413 254.991 115.113 258.676 114.779ZM258.676 111.779V114.779L260.217 114.64L260.176 113.279H257.176L258.676 111.779ZM284.77 114.779C284.77 113.779 284.77 112.779 284.77 111.779C282.265 111.446 279.76 111.146 277.256 110.879C276.206 110.768 275.156 110.662 274.106 110.562L276.824 113.279C277.679 104.31 278.106 95.3406 278.106 86.3713C278.106 84.656 278.104 82.9406 278.101 81.2253L278.109 77.2386L274.106 77.2305C270.241 77.2383 266.377 77.255 262.512 77.2804L266.457 81.2253C266.436 78.1253 266.41 75.0253 266.379 71.9253L262.512 75.7919C273.775 75.6764 285.039 75.4861 296.302 75.2209L293.006 71.9253C293.079 75.0253 293.158 78.1253 293.242 81.2253L296.302 78.1657C292.458 78.2703 288.614 78.3836 284.77 78.5056L282.139 78.4221L282.05 81.2253C282.31 89.4052 282.609 97.585 282.948 105.765C283.051 108.27 283.159 110.774 283.27 113.279C284.27 113.279 285.27 113.279 286.27 113.279C286.381 110.774 286.488 108.27 286.592 105.765C286.931 97.585 287.23 89.4052 287.49 81.2253L284.77 83.945C288.614 84.067 292.458 84.1803 296.302 84.2849L299.443 84.1995L299.362 81.2253C299.446 78.1253 299.525 75.0253 299.598 71.9253L299.518 68.5539L296.302 68.6297C285.039 68.3645 273.775 68.1741 262.512 68.0587L258.606 68.0988L258.645 71.9253C258.614 75.0253 258.588 78.1253 258.567 81.2253L258.593 85.196L262.512 85.1702C266.377 85.1956 270.241 85.2123 274.106 85.2201L270.111 81.2253C270.108 82.9406 270.106 84.656 270.106 86.3713C270.106 95.3406 270.533 104.31 271.388 113.279L271.669 116.229L274.106 115.997C275.156 115.897 276.206 115.791 277.256 115.679C279.76 115.413 282.265 115.113 284.77 114.779ZM284.77 111.779V114.779L286.327 114.572L286.27 113.279H283.27L284.77 111.779ZM316.269 115.523C316.269 114.523 316.269 113.523 316.269 112.523C312.886 112.192 309.62 111.441 306.727 110.116C304.128 108.931 301.864 107.283 300.016 105.255L300.4 109.202C302.437 106.647 304.452 104.075 306.442 101.487L301.065 101.948C305.032 106.218 310.843 108.809 316.765 108.848C318.373 108.853 320.08 108.719 322.009 107.932C323.784 107.28 326.704 104.997 326.655 101.499C326.655 100.767 326.522 100.018 326.223 99.2911C325.337 97.2544 323.919 96.4653 323 95.9535C322.063 95.4657 321.214 95.1869 320.484 94.965C318.976 94.5202 317.654 94.2568 316.372 93.9836C313.826 93.4534 311.464 92.9477 309.395 92.1902C305.113 90.6094 303.147 88.4761 303.122 84.4493C302.911 78.9294 308.885 74.8887 315.711 75.0057C321.084 74.9191 326.321 76.4092 330.253 79.7023L329.757 74.9651C327.852 77.5354 325.949 80.1077 324.048 82.6817L328.792 82.1323C324.698 78.8996 319.698 77.284 314.595 77.3328C313.321 77.3704 311.926 77.4658 310.291 78.2784C308.623 78.9694 306.987 81.4666 307.164 83.3953C307.114 85.3219 308.602 86.9082 309.499 87.4262C310.442 88.0303 311.24 88.302 311.996 88.5498C313.49 89.014 314.813 89.265 316.123 89.5314C318.724 90.0456 321.185 90.5164 323.457 91.2698C328.08 92.7102 331.274 95.5804 331.278 100.197C331.482 104.389 329.455 108.263 325.663 110.272C322.939 111.777 319.618 112.412 316.269 112.523C316.269 113.523 316.269 114.523 316.269 115.523C319.931 115.625 323.755 115.204 327.32 113.518C332.31 111.378 335.816 105.655 335.732 100.197C336.698 85.2679 314.439 83.7306 313.099 83.3953C313.113 83.3346 313.119 83.4584 313.052 83.5756C312.988 83.6953 312.923 83.7239 313.018 83.6855C313.198 83.6004 313.862 83.4767 314.595 83.5058C318.2 83.5936 321.916 84.9769 324.578 87.2623L327.313 89.4342L329.323 86.7129C331.307 84.2029 333.29 81.6911 335.269 79.1775L337.25 76.5058L334.774 74.4403C329.516 69.7465 322.395 67.6264 315.711 67.6049C307.211 66.9764 295.162 73.14 295.316 84.4493C294.458 100.993 318.085 102.178 318.823 102.33C318.705 102.045 318.654 101.737 318.656 101.499C318.637 101.167 318.863 100.684 318.993 100.571C319.124 100.437 319.081 100.522 318.888 100.604C318.498 100.791 317.661 100.959 316.765 100.97C312.897 101.063 308.996 99.6129 306.054 96.9587L302.869 94.0246L300.677 97.4197C298.906 100.163 297.159 102.923 295.435 105.7L293.962 108.072L295.819 109.648C298.523 111.989 301.763 113.698 305.104 114.633C308.834 115.688 312.629 115.855 316.269 115.523ZM316.269 112.523V115.523V112.523Z' fill='%23070708' mask='url(%23path-1-outside-1_7313_2982)'/%3E%3Cmask id='path-3-outside-2_7313_2982' maskUnits='userSpaceOnUse' x='-0.26416' y='5' width='311' height='54' fill='black'%3E%3Crect fill='white' x='-0.26416' y='5' width='311' height='54'/%3E%3Cpath d='M25.1838 54.768C22.0265 54.768 19.1465 54.2133 16.5438 53.104C13.9412 51.9947 11.7012 50.4587 9.82384 48.496C7.98917 46.4907 6.55984 44.144 5.53584 41.456C4.51184 38.768 3.99984 35.8453 3.99984 32.688C3.99984 29.5307 4.51184 26.608 5.53584 23.92C6.55984 21.232 7.98917 18.9067 9.82384 16.944C11.7012 14.9387 13.9412 13.3813 16.5438 12.272C19.1465 11.1627 22.0265 10.608 25.1838 10.608C28.3412 10.608 31.2212 11.1627 33.8238 12.272C36.4265 13.3813 38.6452 14.9387 40.4798 16.944C42.3572 18.9067 43.8078 21.232 44.8318 23.92C45.8558 26.608 46.3678 29.5307 46.3678 32.688C46.3678 35.8453 45.8558 38.768 44.8318 41.456C43.8078 44.144 42.3572 46.4907 40.4798 48.496C38.6452 50.4587 36.4265 51.9947 33.8238 53.104C31.2212 54.2133 28.3412 54.768 25.1838 54.768ZM25.1838 50.032C27.5732 50.032 29.7278 49.6053 31.6478 48.752C33.5678 47.856 35.2105 46.64 36.5758 45.104C37.9412 43.5253 38.9865 41.6907 39.7118 39.6C40.4798 37.4667 40.8638 35.1627 40.8638 32.688C40.8638 30.2133 40.4798 27.9093 39.7118 25.776C38.9865 23.6427 37.9412 21.808 36.5758 20.272C35.2105 18.736 33.5678 17.5413 31.6478 16.688C29.7278 15.792 27.5732 15.344 25.1838 15.344C22.7945 15.344 20.6185 15.792 18.6558 16.688C16.7358 17.5413 15.0932 18.736 13.7278 20.272C12.3625 21.808 11.3172 23.6427 10.5918 25.776C9.86651 27.9093 9.50384 30.2133 9.50384 32.688C9.50384 35.1627 9.86651 37.4667 10.5918 39.6C11.3172 41.6907 12.3625 43.5253 13.7278 45.104C15.0932 46.64 16.7358 47.856 18.6558 48.752C20.6185 49.6053 22.7945 50.032 25.1838 50.032ZM54.6653 54V11.312H71.8173C73.9507 11.312 75.8493 11.6533 77.5133 12.336C79.1773 13.0187 80.564 13.9573 81.6733 15.152C82.8253 16.304 83.7 17.6693 84.2973 19.248C84.8947 20.784 85.1933 22.4267 85.1933 24.176C85.1933 25.9253 84.8947 27.5893 84.2973 29.168C83.7 30.704 82.8253 32.0693 81.6733 33.264C80.5213 34.416 79.1133 35.3333 77.4493 36.016C75.7853 36.6987 73.908 37.04 71.8173 37.04H59.9773V54H54.6653ZM71.1773 32.304C73.7373 32.304 75.7853 31.5573 77.3213 30.064C78.9 28.5707 79.6893 26.608 79.6893 24.176C79.6893 21.744 78.9 19.7813 77.3213 18.288C75.7853 16.7947 73.7373 16.048 71.1773 16.048H59.9773V32.304H71.1773ZM102.788 54V16.048H89.2838V11.312H121.668V16.048H108.1V54H102.788ZM128.728 54V11.312H134.04V54H128.728ZM157.864 54.768C154.11 54.768 150.888 54.1493 148.2 52.912C145.512 51.632 143.272 49.9893 141.48 47.984L144.616 43.952C145.299 44.72 146.11 45.488 147.048 46.256C147.987 46.9813 149.011 47.6213 150.12 48.176C151.272 48.7307 152.51 49.1787 153.832 49.52C155.155 49.8613 156.563 50.032 158.056 50.032C159.976 50.032 161.576 49.7973 162.856 49.328C164.136 48.8587 165.16 48.2827 165.928 47.6C166.696 46.8747 167.251 46.0853 167.592 45.232C167.934 44.336 168.104 43.4827 168.104 42.672C168.104 41.3067 167.742 40.176 167.016 39.28C166.291 38.384 165.331 37.6373 164.136 37.04C162.984 36.4 161.64 35.888 160.104 35.504C158.611 35.0773 157.054 34.6507 155.432 34.224C153.854 33.7547 152.296 33.2427 150.76 32.688C149.267 32.1333 147.923 31.4293 146.728 30.576C145.576 29.68 144.638 28.592 143.912 27.312C143.187 26.032 142.824 24.432 142.824 22.512C142.824 20.7627 143.187 19.1627 143.912 17.712C144.68 16.2613 145.704 15.024 146.984 14C148.307 12.9333 149.864 12.1227 151.656 11.568C153.448 10.9707 155.39 10.672 157.48 10.672C160.766 10.672 163.667 11.184 166.184 12.208C168.702 13.232 170.856 14.704 172.648 16.624L169.448 20.528C167.827 18.736 165.95 17.4347 163.816 16.624C161.683 15.8133 159.443 15.408 157.096 15.408C154.536 15.408 152.424 16.0267 150.76 17.264C149.139 18.5013 148.328 20.144 148.328 22.192C148.328 23.3867 148.691 24.368 149.416 25.136C150.142 25.904 151.08 26.5653 152.232 27.12C153.427 27.6747 154.771 28.1653 156.264 28.592C157.8 28.976 159.358 29.4027 160.936 29.872C162.558 30.2987 164.115 30.8107 165.608 31.408C167.144 32.0053 168.488 32.7733 169.64 33.712C170.835 34.6507 171.795 35.8027 172.52 37.168C173.246 38.5333 173.608 40.2187 173.608 42.224C173.608 43.76 173.331 45.296 172.776 46.832C172.222 48.3253 171.304 49.6693 170.024 50.864C168.787 52.016 167.166 52.9547 165.16 53.68C163.155 54.4053 160.723 54.768 157.864 54.768ZM207.332 54L191.14 34.8L186.852 39.664V54H181.54V11.312H186.852V33.392L205.732 11.312H212.388L194.596 31.6L213.924 54H207.332ZM250.442 54L246.666 44.528H225.418L221.642 54H215.562L232.714 11.312H239.306L256.522 54H250.442ZM236.042 16.816L226.954 39.792H245.066L236.042 16.816ZM262.103 54V11.312H267.415V54H262.103ZM291.239 54.768C287.485 54.768 284.263 54.1493 281.575 52.912C278.887 51.632 276.647 49.9893 274.855 47.984L277.991 43.952C278.674 44.72 279.485 45.488 280.423 46.256C281.362 46.9813 282.386 47.6213 283.495 48.176C284.647 48.7307 285.885 49.1787 287.207 49.52C288.53 49.8613 289.938 50.032 291.431 50.032C293.351 50.032 294.951 49.7973 296.231 49.328C297.511 48.8587 298.535 48.2827 299.303 47.6C300.071 46.8747 300.626 46.0853 300.967 45.232C301.309 44.336 301.479 43.4827 301.479 42.672C301.479 41.3067 301.117 40.176 300.391 39.28C299.666 38.384 298.706 37.6373 297.511 37.04C296.359 36.4 295.015 35.888 293.479 35.504C291.986 35.0773 290.429 34.6507 288.807 34.224C287.229 33.7547 285.671 33.2427 284.135 32.688C282.642 32.1333 281.298 31.4293 280.103 30.576C278.951 29.68 278.013 28.592 277.287 27.312C276.562 26.032 276.199 24.432 276.199 22.512C276.199 20.7627 276.562 19.1627 277.287 17.712C278.055 16.2613 279.079 15.024 280.359 14C281.682 12.9333 283.239 12.1227 285.031 11.568C286.823 10.9707 288.765 10.672 290.855 10.672C294.141 10.672 297.042 11.184 299.559 12.208C302.077 13.232 304.231 14.704 306.023 16.624L302.823 20.528C301.202 18.736 299.325 17.4347 297.191 16.624C295.058 15.8133 292.818 15.408 290.471 15.408C287.911 15.408 285.799 16.0267 284.135 17.264C282.514 18.5013 281.703 20.144 281.703 22.192C281.703 23.3867 282.066 24.368 282.791 25.136C283.517 25.904 284.455 26.5653 285.607 27.12C286.802 27.6747 288.146 28.1653 289.639 28.592C291.175 28.976 292.733 29.4027 294.311 29.872C295.933 30.2987 297.49 30.8107 298.983 31.408C300.519 32.0053 301.863 32.7733 303.015 33.712C304.21 34.6507 305.17 35.8027 305.895 37.168C306.621 38.5333 306.983 40.2187 306.983 42.224C306.983 43.76 306.706 45.296 306.151 46.832C305.597 48.3253 304.679 49.6693 303.399 50.864C302.162 52.016 300.541 52.9547 298.535 53.68C296.53 54.4053 294.098 54.768 291.239 54.768Z'/%3E%3C/mask%3E%3Cpath d='M25.1838 54.768C22.0265 54.768 19.1465 54.2133 16.5438 53.104C13.9412 51.9947 11.7012 50.4587 9.82384 48.496C7.98917 46.4907 6.55984 44.144 5.53584 41.456C4.51184 38.768 3.99984 35.8453 3.99984 32.688C3.99984 29.5307 4.51184 26.608 5.53584 23.92C6.55984 21.232 7.98917 18.9067 9.82384 16.944C11.7012 14.9387 13.9412 13.3813 16.5438 12.272C19.1465 11.1627 22.0265 10.608 25.1838 10.608C28.3412 10.608 31.2212 11.1627 33.8238 12.272C36.4265 13.3813 38.6452 14.9387 40.4798 16.944C42.3572 18.9067 43.8078 21.232 44.8318 23.92C45.8558 26.608 46.3678 29.5307 46.3678 32.688C46.3678 35.8453 45.8558 38.768 44.8318 41.456C43.8078 44.144 42.3572 46.4907 40.4798 48.496C38.6452 50.4587 36.4265 51.9947 33.8238 53.104C31.2212 54.2133 28.3412 54.768 25.1838 54.768ZM25.1838 50.032C27.5732 50.032 29.7278 49.6053 31.6478 48.752C33.5678 47.856 35.2105 46.64 36.5758 45.104C37.9412 43.5253 38.9865 41.6907 39.7118 39.6C40.4798 37.4667 40.8638 35.1627 40.8638 32.688C40.8638 30.2133 40.4798 27.9093 39.7118 25.776C38.9865 23.6427 37.9412 21.808 36.5758 20.272C35.2105 18.736 33.5678 17.5413 31.6478 16.688C29.7278 15.792 27.5732 15.344 25.1838 15.344C22.7945 15.344 20.6185 15.792 18.6558 16.688C16.7358 17.5413 15.0932 18.736 13.7278 20.272C12.3625 21.808 11.3172 23.6427 10.5918 25.776C9.86651 27.9093 9.50384 30.2133 9.50384 32.688C9.50384 35.1627 9.86651 37.4667 10.5918 39.6C11.3172 41.6907 12.3625 43.5253 13.7278 45.104C15.0932 46.64 16.7358 47.856 18.6558 48.752C20.6185 49.6053 22.7945 50.032 25.1838 50.032ZM54.6653 54V11.312H71.8173C73.9507 11.312 75.8493 11.6533 77.5133 12.336C79.1773 13.0187 80.564 13.9573 81.6733 15.152C82.8253 16.304 83.7 17.6693 84.2973 19.248C84.8947 20.784 85.1933 22.4267 85.1933 24.176C85.1933 25.9253 84.8947 27.5893 84.2973 29.168C83.7 30.704 82.8253 32.0693 81.6733 33.264C80.5213 34.416 79.1133 35.3333 77.4493 36.016C75.7853 36.6987 73.908 37.04 71.8173 37.04H59.9773V54H54.6653ZM71.1773 32.304C73.7373 32.304 75.7853 31.5573 77.3213 30.064C78.9 28.5707 79.6893 26.608 79.6893 24.176C79.6893 21.744 78.9 19.7813 77.3213 18.288C75.7853 16.7947 73.7373 16.048 71.1773 16.048H59.9773V32.304H71.1773ZM102.788 54V16.048H89.2838V11.312H121.668V16.048H108.1V54H102.788ZM128.728 54V11.312H134.04V54H128.728ZM157.864 54.768C154.11 54.768 150.888 54.1493 148.2 52.912C145.512 51.632 143.272 49.9893 141.48 47.984L144.616 43.952C145.299 44.72 146.11 45.488 147.048 46.256C147.987 46.9813 149.011 47.6213 150.12 48.176C151.272 48.7307 152.51 49.1787 153.832 49.52C155.155 49.8613 156.563 50.032 158.056 50.032C159.976 50.032 161.576 49.7973 162.856 49.328C164.136 48.8587 165.16 48.2827 165.928 47.6C166.696 46.8747 167.251 46.0853 167.592 45.232C167.934 44.336 168.104 43.4827 168.104 42.672C168.104 41.3067 167.742 40.176 167.016 39.28C166.291 38.384 165.331 37.6373 164.136 37.04C162.984 36.4 161.64 35.888 160.104 35.504C158.611 35.0773 157.054 34.6507 155.432 34.224C153.854 33.7547 152.296 33.2427 150.76 32.688C149.267 32.1333 147.923 31.4293 146.728 30.576C145.576 29.68 144.638 28.592 143.912 27.312C143.187 26.032 142.824 24.432 142.824 22.512C142.824 20.7627 143.187 19.1627 143.912 17.712C144.68 16.2613 145.704 15.024 146.984 14C148.307 12.9333 149.864 12.1227 151.656 11.568C153.448 10.9707 155.39 10.672 157.48 10.672C160.766 10.672 163.667 11.184 166.184 12.208C168.702 13.232 170.856 14.704 172.648 16.624L169.448 20.528C167.827 18.736 165.95 17.4347 163.816 16.624C161.683 15.8133 159.443 15.408 157.096 15.408C154.536 15.408 152.424 16.0267 150.76 17.264C149.139 18.5013 148.328 20.144 148.328 22.192C148.328 23.3867 148.691 24.368 149.416 25.136C150.142 25.904 151.08 26.5653 152.232 27.12C153.427 27.6747 154.771 28.1653 156.264 28.592C157.8 28.976 159.358 29.4027 160.936 29.872C162.558 30.2987 164.115 30.8107 165.608 31.408C167.144 32.0053 168.488 32.7733 169.64 33.712C170.835 34.6507 171.795 35.8027 172.52 37.168C173.246 38.5333 173.608 40.2187 173.608 42.224C173.608 43.76 173.331 45.296 172.776 46.832C172.222 48.3253 171.304 49.6693 170.024 50.864C168.787 52.016 167.166 52.9547 165.16 53.68C163.155 54.4053 160.723 54.768 157.864 54.768ZM207.332 54L191.14 34.8L186.852 39.664V54H181.54V11.312H186.852V33.392L205.732 11.312H212.388L194.596 31.6L213.924 54H207.332ZM250.442 54L246.666 44.528H225.418L221.642 54H215.562L232.714 11.312H239.306L256.522 54H250.442ZM236.042 16.816L226.954 39.792H245.066L236.042 16.816ZM262.103 54V11.312H267.415V54H262.103ZM291.239 54.768C287.485 54.768 284.263 54.1493 281.575 52.912C278.887 51.632 276.647 49.9893 274.855 47.984L277.991 43.952C278.674 44.72 279.485 45.488 280.423 46.256C281.362 46.9813 282.386 47.6213 283.495 48.176C284.647 48.7307 285.885 49.1787 287.207 49.52C288.53 49.8613 289.938 50.032 291.431 50.032C293.351 50.032 294.951 49.7973 296.231 49.328C297.511 48.8587 298.535 48.2827 299.303 47.6C300.071 46.8747 300.626 46.0853 300.967 45.232C301.309 44.336 301.479 43.4827 301.479 42.672C301.479 41.3067 301.117 40.176 300.391 39.28C299.666 38.384 298.706 37.6373 297.511 37.04C296.359 36.4 295.015 35.888 293.479 35.504C291.986 35.0773 290.429 34.6507 288.807 34.224C287.229 33.7547 285.671 33.2427 284.135 32.688C282.642 32.1333 281.298 31.4293 280.103 30.576C278.951 29.68 278.013 28.592 277.287 27.312C276.562 26.032 276.199 24.432 276.199 22.512C276.199 20.7627 276.562 19.1627 277.287 17.712C278.055 16.2613 279.079 15.024 280.359 14C281.682 12.9333 283.239 12.1227 285.031 11.568C286.823 10.9707 288.765 10.672 290.855 10.672C294.141 10.672 297.042 11.184 299.559 12.208C302.077 13.232 304.231 14.704 306.023 16.624L302.823 20.528C301.202 18.736 299.325 17.4347 297.191 16.624C295.058 15.8133 292.818 15.408 290.471 15.408C287.911 15.408 285.799 16.0267 284.135 17.264C282.514 18.5013 281.703 20.144 281.703 22.192C281.703 23.3867 282.066 24.368 282.791 25.136C283.517 25.904 284.455 26.5653 285.607 27.12C286.802 27.6747 288.146 28.1653 289.639 28.592C291.175 28.976 292.733 29.4027 294.311 29.872C295.933 30.2987 297.49 30.8107 298.983 31.408C300.519 32.0053 301.863 32.7733 303.015 33.712C304.21 34.6507 305.17 35.8027 305.895 37.168C306.621 38.5333 306.983 40.2187 306.983 42.224C306.983 43.76 306.706 45.296 306.151 46.832C305.597 48.3253 304.679 49.6693 303.399 50.864C302.162 52.016 300.541 52.9547 298.535 53.68C296.53 54.4053 294.098 54.768 291.239 54.768Z' fill='white'/%3E%3Cpath d='M25.1838 56.268C25.1838 55.268 25.1838 54.268 25.1838 53.268C23.0243 52.936 20.9752 52.3545 19.1328 51.501C18.5953 51.2526 18.075 50.9818 17.573 50.6894C15.4635 49.4714 13.6801 47.9477 12.2583 46.1674L12.3094 46.222C10.8919 44.3744 9.84824 42.3149 9.11508 40.0925C8.34305 37.7517 8.00001 35.2712 7.99984 32.6988C7.99984 32.6952 7.99984 32.6916 7.99984 32.688C7.99813 30.112 8.39525 27.6262 9.25606 25.3372C10.0627 23.1825 11.2044 21.2519 12.6949 19.6278C14.1807 18.0046 15.9838 16.7263 18.0523 15.811C20.2139 14.8476 22.6368 14.3755 25.1838 14.33C27.7302 14.2802 30.1877 14.6545 32.428 15.5469C34.5454 16.3862 36.4261 17.6102 37.9883 19.2235L38.0395 19.2782C39.6715 20.8833 40.9578 22.8383 41.8789 25.0449C42.8703 27.4032 43.3846 29.9988 43.479 32.688C43.5774 35.3762 43.2594 38.0358 42.4209 40.5376C41.637 42.8885 40.4433 45.0699 38.8311 46.9525C37.2789 48.7808 35.3139 50.2633 33.0742 51.3451C32.5329 51.608 31.9762 51.844 31.4064 52.0528C29.4518 52.7702 27.3427 53.158 25.1838 53.268C25.1838 54.268 25.1838 55.268 25.1838 56.268C27.5954 56.3801 30.0732 56.176 32.4878 55.5331C33.1913 55.3462 33.8882 55.1229 34.5735 54.8629C37.3373 53.824 39.9737 52.1944 42.1297 50.0383C44.3212 47.8723 46.0591 45.2143 47.2428 42.3744C48.5375 39.2966 49.1644 35.9632 49.2567 32.688C49.3573 29.4138 48.9266 26.0164 47.7848 22.7951C46.7512 19.8436 45.1134 16.9887 42.9202 14.6098L42.9714 14.6645C40.8527 12.2349 38.1316 10.288 35.2197 8.99715C32.0225 7.56184 28.5377 6.92802 25.1838 6.88598C21.8307 6.83268 18.3113 7.36871 15.0354 8.73301C12.0438 9.96166 9.21647 11.8602 6.95479 14.2581C4.6816 16.6467 2.95596 19.5235 1.81562 22.5028C0.543227 25.7934 -0.00463098 29.3006 -0.000159919 32.688C-0.000159979 32.6927 -0.000158966 32.6975 -0.000156939 32.7022C-0.00394559 36.0848 0.598423 39.5885 1.9566 42.8195C3.18322 45.7641 5.01484 48.5416 7.33826 50.77L7.38935 50.8246C9.74293 53.0074 12.5897 54.6022 15.5147 55.5186C16.2392 55.7491 16.9725 55.9376 17.7084 56.0848C20.2352 56.5916 22.773 56.6021 25.1838 56.268ZM25.1838 53.268V56.268V53.268ZM25.1838 46.032C25.1838 48.6987 25.1838 51.3653 25.1838 54.032C27.2788 54.033 29.471 53.7543 31.6039 53.0505C32.1675 52.8649 32.7253 52.6504 33.2724 52.4072L33.3394 52.3767C35.657 51.3037 37.8399 49.7148 39.5655 47.7615L39.6013 47.7206C41.3463 45.7118 42.6543 43.3389 43.4909 40.9111L43.4754 40.9549C44.4483 38.2627 44.867 35.4243 44.8638 32.688C44.867 29.9517 44.4483 27.1133 43.4754 24.4211L43.4989 24.4884C42.678 22.0575 41.3769 19.6438 39.5655 17.6145C37.8386 15.6577 35.6246 14.0682 33.2724 13.0328L33.3394 13.0633C30.7179 11.8325 27.8574 11.338 25.1838 11.344C22.4841 11.3374 19.6159 11.8445 16.9947 13.0492L17.0313 13.0328C14.6791 14.0682 12.4651 15.6577 10.7382 17.6145C8.92677 19.6438 7.62571 22.0576 6.80475 24.4884C5.889 27.1738 5.50152 29.9785 5.50384 32.688C5.50152 35.3975 5.889 38.2022 6.80475 40.8876L6.81281 40.9111C7.64938 43.3389 8.95739 45.7118 10.7024 47.7206L10.7382 47.7615C12.4638 49.7148 14.6467 51.3037 16.9643 52.3767L17.0609 52.4203C17.6273 52.6665 18.205 52.8837 18.7891 53.0714C20.9057 53.7529 23.0883 54.0333 25.1838 54.032C25.1838 51.3653 25.1838 48.6987 25.1838 46.032C23.7821 46.0325 22.453 45.8465 21.2361 45.4548C20.8996 45.3467 20.5712 45.223 20.2507 45.0837L20.3474 45.1273C18.9319 44.4674 17.7216 43.5773 16.7175 42.4465L16.7533 42.4874C15.7117 41.2846 14.9205 39.8755 14.3709 38.2889L14.3789 38.3124C13.7816 36.5592 13.5029 34.6617 13.5038 32.688C13.5029 30.7143 13.7816 28.8168 14.3789 27.0636C14.9196 25.4704 15.6955 24.0771 16.7175 22.9295C17.7042 21.8185 18.8881 20.9615 20.2804 20.3432L20.317 20.3268C21.7719 19.6606 23.4104 19.3428 25.1838 19.344C26.9416 19.3427 28.553 19.6556 29.9563 20.3127L30.0233 20.3432C31.4155 20.9615 32.5995 21.8185 33.5862 22.9295C34.6082 24.0771 35.3841 25.4704 35.9248 27.0636L35.9483 27.1309C36.5716 28.8583 36.8649 30.732 36.8638 32.688C36.8649 34.644 36.5716 36.5177 35.9483 38.2451L35.9328 38.2889C35.3832 39.8755 34.592 41.2846 33.5504 42.4874L33.5862 42.4465C32.582 43.5773 31.3717 44.4674 29.9563 45.1273L30.0233 45.0968C29.7242 45.2297 29.4167 45.3481 29.1007 45.4522C27.9078 45.8461 26.5857 46.0326 25.1838 46.032ZM25.1838 54.032V46.032V54.032ZM53.1653 54C54.1653 54 55.1653 54 56.1653 54C56.4987 51.7398 56.7987 49.4796 57.0653 47.2194C58.132 38.1786 58.6653 29.1378 58.6653 20.0971C58.6653 17.1687 58.6591 14.2403 58.6467 11.312L54.6653 15.2933C60.3827 15.2691 66.1 15.2211 71.8173 15.1494C73.3878 15.1238 74.8461 15.3319 76.0876 15.8111C77.2485 16.2592 78.2133 16.8659 78.9823 17.6508L79.0766 17.7487C79.8823 18.513 80.5021 19.425 80.9497 20.5147L80.9615 20.5453C81.4325 21.661 81.6844 22.8745 81.7218 24.176C81.7607 25.4926 81.5805 26.7635 81.1642 27.9825L81.1752 27.9538C80.778 29.0894 80.1751 30.1129 79.3544 31.0279L79.3955 30.9861C78.5702 31.879 77.5181 32.6094 76.2819 33.1702C74.9761 33.7704 73.4493 34.0831 71.8173 34.1443C67.8707 34.2732 63.924 34.4135 59.9773 34.565L57.6009 34.4737L57.5023 37.04C57.7006 42.2038 57.9182 47.3676 58.1551 52.5314C58.1776 53.0209 58.2002 53.5105 58.223 54L59.9773 52.2457C58.2067 52.3282 56.436 52.413 54.6653 52.5C54.6653 53.5 54.6653 54.5 54.6653 55.5C56.436 55.587 58.2067 55.6718 59.9773 55.7543L61.8094 55.669L61.7317 54C61.7545 53.5105 61.7771 53.0209 61.7996 52.5314C62.0365 47.3676 62.2541 42.2038 62.4524 37.04L59.9773 39.515C63.924 39.6665 67.8707 39.8068 71.8173 39.9357C74.0209 39.9995 76.3644 39.7249 78.6168 38.8618C80.5096 38.1438 82.3849 37.0481 83.9512 35.5419L83.9922 35.5001C85.4423 34.0693 86.6392 32.2922 87.4195 30.3822L87.4305 30.3535C88.2226 28.393 88.6307 26.2586 88.6648 24.176C88.7069 22.1203 88.3851 19.9657 87.6332 17.9507L87.6449 17.9813C86.9433 16.0129 85.7821 14.0977 84.27 12.5553L84.3644 12.6532C82.8381 10.9555 80.9005 9.68697 78.939 8.86087C76.5821 7.86164 74.1237 7.4987 71.8173 7.47458C66.1 7.4029 60.3827 7.35492 54.6653 7.33065L50.6672 7.34763L50.684 11.312C50.6716 14.2403 50.6653 17.1687 50.6653 20.0971C50.6653 29.1378 51.1987 38.1786 52.2653 47.2194C52.532 49.4796 52.832 51.7398 53.1653 54ZM56.1653 54H53.1653L53.3958 55.5624L54.6653 55.5V52.5L56.1653 54ZM71.1773 28.304C71.1773 30.9707 71.1773 33.6373 71.1773 36.304C72.591 36.3034 74.1062 36.1319 75.6369 35.6291C77.2554 35.1058 78.8604 34.1591 80.1097 32.932L80.0701 32.9699C82.5473 30.7469 83.7689 27.0759 83.6893 24.176C83.7689 21.2761 82.5473 17.6051 80.0701 15.3821L80.1097 15.42C77.6505 12.9509 74.0288 11.9989 71.1773 12.048C67.444 12.048 63.7107 12.048 59.9773 12.048H55.9773V16.048C55.9773 21.4667 55.9773 26.8853 55.9773 32.304V36.304H59.9773C62.6248 36.304 65.2722 36.304 67.9196 36.304C69.0055 36.304 70.0914 36.304 71.1773 36.304C71.1773 33.6373 71.1773 30.9707 71.1773 28.304C70.0914 28.304 69.0055 28.304 67.9196 28.304C65.2722 28.304 62.6248 28.304 59.9773 28.304L63.9773 32.304C63.9773 26.8853 63.9773 21.4667 63.9773 16.048L59.9773 20.048C63.7107 20.048 67.444 20.048 71.1773 20.048C72.7738 20.0553 73.7876 20.4324 74.533 21.156L74.5725 21.1939C75.3385 21.9394 75.6704 22.7331 75.6893 24.176C75.6704 25.6189 75.3385 26.4126 74.5725 27.1581L74.533 27.196C74.1343 27.5805 73.707 27.8397 73.1364 28.0299C72.6012 28.2071 71.935 28.3047 71.1773 28.304ZM71.1773 36.304V28.304V36.304ZM101.288 54C102.288 54 103.288 54 104.288 54C104.621 51.4976 104.921 48.9952 105.188 46.4928C106.255 36.4832 106.788 26.4736 106.788 16.464C106.788 16.3253 106.788 16.1867 106.788 16.048L106.788 12.0487L102.788 12.048C98.2865 12.0488 93.7852 12.0615 89.2838 12.0862L93.2456 16.048C93.237 14.4693 93.2268 12.8907 93.2152 11.312L89.2838 15.2434C100.079 15.164 110.873 15.0156 121.668 14.7984L118.181 11.312C118.213 12.8907 118.246 14.4693 118.281 16.048L121.668 12.6613C117.145 12.7608 112.623 12.8724 108.1 12.996L105.134 12.9149L105.048 16.048C105.374 27.9669 105.784 39.8859 106.278 51.8048C106.308 52.5365 106.339 53.2683 106.37 54L108.1 52.2697C106.329 52.3446 104.559 52.4214 102.788 52.5C102.788 53.5 102.788 54.5 102.788 55.5C104.559 55.5786 106.329 55.6554 108.1 55.7303L109.9 55.6541L109.83 54C109.861 53.2683 109.892 52.5365 109.922 51.8048C110.416 39.8859 110.826 27.9669 111.152 16.048L108.1 19.1C112.623 19.2236 117.145 19.3352 121.668 19.4347L125.127 19.3586L125.055 16.048C125.089 14.4693 125.122 12.8907 125.154 11.312L125.083 7.75687L121.668 7.82559C110.873 7.60835 100.079 7.46002 89.2838 7.38062L85.3238 7.40974L85.3525 11.312C85.3408 12.8907 85.3307 14.4693 85.322 16.048L85.3439 20.0314L89.2838 20.0098C93.7852 20.0345 98.2865 20.0472 102.788 20.048L98.7879 16.048C98.7878 16.1867 98.7878 16.3253 98.7878 16.464C98.7878 26.4736 99.3212 36.4832 100.388 46.4928C100.655 48.9952 100.955 51.4976 101.288 54ZM104.288 54H101.288L101.495 55.5574L102.788 55.5V52.5L104.288 54ZM127.228 54C128.228 54 129.228 54 130.228 54C130.561 52.4 130.861 50.8 131.128 49.2C132.195 42.8 132.728 36.4 132.728 30C132.728 23.7707 132.672 17.5413 132.559 11.312L128.728 15.1436C130.499 15.1117 132.269 15.0752 134.04 15.0342L130.318 11.312C130.647 25.5413 131.269 39.7707 132.185 54L134.04 52.1447C133.869 52.1557 133.699 52.1667 133.528 52.1778C131.928 52.2815 130.328 52.3889 128.728 52.5C128.728 53.5 128.728 54.5 128.728 55.5C130.328 55.6111 131.928 55.7185 133.528 55.8222C133.699 55.8333 133.869 55.8443 134.04 55.8553L136.006 55.7288L135.895 54C136.81 39.7707 137.433 25.5413 137.762 11.312L137.674 7.50565L134.04 7.58978C132.269 7.54879 130.499 7.51234 128.728 7.48042L124.828 7.5507L124.896 11.312C124.784 17.5413 124.728 23.7707 124.728 30C124.728 36.4 125.261 42.8 126.328 49.2C126.595 50.8 126.895 52.4 127.228 54ZM130.228 54H127.228L127.557 55.5813L128.728 55.5V52.5L130.228 54ZM157.864 56.268C157.864 55.268 157.864 54.268 157.864 53.268C154.709 52.9633 151.659 52.2115 149.178 50.7881L149.206 50.8011C148.989 50.6749 148.776 50.546 148.565 50.4141C146.63 49.2039 144.956 47.7362 143.653 46.0424L143.78 49.7729C144.908 48.4931 146.03 47.2086 147.146 45.9195L142.221 46.0811C143.064 47.1168 143.975 48.0286 144.914 48.8651L144.987 48.9235C146.093 49.8496 147.293 50.6537 148.542 51.3325L148.589 51.3557C149.982 52.0855 151.44 52.653 152.914 53.0787C154.618 53.5683 156.36 53.798 158.056 53.8347C159.943 53.8637 161.953 53.7711 164.202 52.9986C165.605 52.4977 167.103 51.8217 168.56 50.5608L168.648 50.48C169.682 49.5231 170.675 48.2546 171.295 46.713L171.319 46.6516C171.763 45.499 172.1 44.1594 172.103 42.672C172.104 42.1028 172.063 41.5051 171.958 40.8843C171.735 39.5059 171.12 37.9745 170.125 36.7636C168.921 35.2733 167.404 34.2018 165.924 33.4656L166.077 33.5466C164.416 32.6283 162.723 32.0456 161.072 31.6338L161.2 31.6681C159.617 31.2191 158.031 30.7903 156.445 30.3777L156.566 30.4116C155.065 29.9705 153.577 29.4878 152.105 28.963L152.139 28.9754C150.995 28.5571 149.946 28.0234 149.019 27.3694L149.148 27.4655C148.4 26.892 147.801 26.2096 147.321 25.3804C146.96 24.7815 146.717 23.7534 146.712 22.512C146.702 21.3609 146.913 20.3534 147.358 19.4349L147.317 19.5146C147.828 18.5233 148.502 17.6875 149.367 16.978L149.378 16.9687C150.322 16.187 151.463 15.587 152.77 15.1657L152.847 15.1409C154.277 14.6437 155.84 14.3988 157.48 14.3786C160.097 14.3456 162.62 14.6864 164.826 15.5467C166.84 16.3283 168.616 17.4841 170.089 19.0128L169.941 14.4046C168.892 15.7207 167.844 17.0374 166.797 18.3545L171.991 18.2277C170.116 16.189 167.679 14.4853 164.996 13.5193C162.464 12.5912 159.744 12.1572 157.096 12.2023C154.44 12.2281 151.378 12.8895 148.92 14.7893L148.889 14.8125C146.714 16.368 145.198 19.5668 145.355 22.192C145.339 23.7736 145.97 25.8143 147.302 27.1329C148.432 28.2921 149.729 29.0877 151.002 29.6754L151.038 29.6924C152.521 30.3466 154.018 30.8353 155.511 31.2298L155.599 31.2535C157.133 31.6003 158.662 31.983 160.186 32.3973L160.266 32.4198C161.764 32.7751 163.237 33.215 164.673 33.7472L164.695 33.756C165.953 34.2048 167.114 34.8056 168.121 35.5771L168.154 35.6038C169.107 36.3039 169.893 37.1879 170.497 38.2431C171.111 39.2938 171.41 40.7093 171.453 42.224C171.496 43.5276 171.292 44.8481 170.87 46.1434L170.876 46.1261C170.469 47.3598 169.731 48.4925 168.735 49.4829C168.288 49.9294 167.775 50.3388 167.214 50.7082C166.413 51.2359 165.518 51.6815 164.574 52.0581C162.553 52.8642 160.22 53.1899 157.864 53.268C157.864 54.268 157.864 55.268 157.864 56.268C160.441 56.337 163.104 56.1684 165.747 55.3019C166.888 54.9235 168.023 54.4471 169.116 53.8171C169.88 53.3758 170.623 52.8575 171.312 52.2467C172.722 51.0027 173.947 49.3917 174.677 47.5379L174.683 47.5206C175.329 45.8672 175.724 44.0599 175.763 42.224C175.805 40.2697 175.57 38.1331 174.544 36.0929C173.736 34.4769 172.554 32.9821 171.127 31.8202L171.16 31.8469C169.756 30.6518 168.16 29.7358 166.521 29.06L166.544 29.0688C164.934 28.3824 163.281 27.8037 161.607 27.3242L161.687 27.3467C160.115 26.8406 158.529 26.367 156.93 25.9305L157.018 25.9541C155.757 25.561 154.542 25.0988 153.427 24.5476L153.463 24.5646C152.659 24.1518 151.989 23.6618 151.531 23.1391C151.358 22.9047 151.295 22.7488 151.302 22.192C151.367 20.9945 151.71 20.4074 152.631 19.7155L152.6 19.7387C153.75 18.927 155.297 18.5716 157.096 18.6137C159.026 18.6523 160.89 19.0236 162.637 19.7287C164.276 20.3892 165.698 21.4398 166.906 22.8283L169.654 25.7769L172.1 22.7015C173.186 21.4159 174.271 20.1299 175.356 18.8434L177.295 16.41L175.208 14.2352C173.099 11.9062 170.406 10.0577 167.542 8.86925C164.245 7.49004 160.783 6.99794 157.48 6.96541C155.178 6.94287 152.781 7.24109 150.465 7.99513L150.543 7.97026C148.476 8.58887 146.396 9.5892 144.59 11.0313L144.602 11.022C142.936 12.3284 141.504 14.0379 140.507 15.9094L140.466 15.9891C139.42 18.0324 138.938 20.3545 138.937 22.512C138.933 24.5739 139.221 26.9393 140.504 29.2436C141.445 30.9341 142.77 32.4879 144.309 33.6865L144.438 33.7826C145.987 34.8992 147.673 35.7606 149.381 36.4006L149.415 36.413C151.027 37.002 152.657 37.543 154.299 38.0364L154.42 38.0703C155.957 38.4796 157.487 38.9017 159.008 39.3399L159.137 39.3742C160.282 39.6628 161.333 40.051 162.196 40.5334L162.349 40.6144C163.058 40.9702 163.569 41.3753 163.908 41.7964C163.973 41.8846 164.02 41.9502 164.071 42.221C164.091 42.3393 164.105 42.4914 164.105 42.672C164.109 42.9376 164.044 43.3318 163.866 43.8124L163.89 43.751C163.789 44.0201 163.588 44.3454 163.208 44.72L163.296 44.6392C162.978 44.9488 162.32 45.343 161.51 45.6574C160.694 45.9937 159.412 46.1913 158.056 46.2293C156.91 46.2667 155.802 46.1835 154.751 45.9613C153.672 45.7287 152.634 45.4106 151.651 44.9963L151.699 45.0195C150.784 44.6171 149.918 44.142 149.11 43.5885L149.183 43.6469C148.392 43.0673 147.655 42.4579 147.012 41.8229L144.192 38.9655L142.087 41.9845C141.112 43.3834 140.143 44.7869 139.18 46.1951L137.71 48.3448L139.308 49.9256C141.364 52.0001 143.816 53.5771 146.36 54.6775C146.637 54.7978 146.915 54.9128 147.195 55.0229L147.223 55.0359C150.769 56.3828 154.426 56.5696 157.864 56.268ZM157.864 53.268V56.268V53.268ZM206.186 54.967C206.95 54.3223 207.715 53.6777 208.479 53.033C206.368 50.0126 204.231 47.0137 202.069 44.0362C199.299 40.2215 196.487 36.442 193.633 32.6978L191.44 29.8217L188.694 32.6436C187.185 34.1944 185.684 35.7528 184.192 37.3188L183.363 38.189L183.306 39.664C183.121 44.4427 182.993 49.2213 182.921 54L186.852 50.0685C185.082 50.0419 183.311 50.023 181.54 50.0119L185.528 54C185.536 52.733 185.54 51.4659 185.54 50.1989C185.54 37.2366 185.494 24.2743 185.402 11.312L181.54 15.1734C183.311 15.1608 185.082 15.1473 186.852 15.1329L183.031 11.312C183.091 18.672 183.166 26.032 183.255 33.392L183.189 43.1094L189.586 35.7299C195.79 28.2934 201.975 20.8402 208.139 13.3702L205.732 14.479C207.951 14.4402 210.17 14.4001 212.388 14.3586L210.098 9.30324C204.294 16.1768 198.506 23.065 192.735 29.9679L191.318 31.5093L192.722 33.2171C198.353 39.4392 203.998 45.6487 209.659 51.8456C210.652 52.9333 211.646 54.0207 212.641 55.1077L213.924 52.3044C211.727 52.3683 209.53 52.4335 207.332 52.5C207.332 53.5 207.332 54.5 207.332 55.5C209.53 55.5665 211.727 55.6317 213.924 55.6956L217.661 55.6173L215.208 52.8923C214.278 51.7494 213.348 50.6068 212.418 49.4647C207.117 42.9581 201.801 36.4642 196.47 29.9829L196.457 33.2321C202.548 26.6097 208.622 19.9725 214.679 13.3208L219.07 8.17627L212.388 8.26539C210.17 8.22391 207.951 8.18378 205.732 8.14501L204.219 8.17146L203.325 9.25382C196.903 16.5038 190.501 23.7706 184.118 31.0541L190.45 33.392C190.539 26.032 190.614 18.672 190.673 11.312L190.642 7.46035L186.852 7.49106C185.082 7.47672 183.311 7.46323 181.54 7.45061L177.652 7.47833L177.679 11.312C177.587 24.2743 177.54 37.2366 177.54 50.1989C177.54 51.4659 177.544 52.733 177.552 54L177.577 58.0129L181.54 57.9881C183.311 57.977 185.082 57.9581 186.852 57.9315L190.842 57.8715L190.784 54C190.712 49.2213 190.584 44.4427 190.399 39.664L189.513 42.0092C190.879 40.3326 192.237 38.6483 193.586 36.9564L188.648 36.9022C191.856 40.347 195.107 43.7565 198.4 47.1307C200.97 49.7643 203.565 52.3764 206.186 54.967ZM208.479 53.033L206.186 54.967L206.743 55.5178L207.332 55.5V52.5L208.479 53.033ZM249.048 54.5555C249.977 54.1852 250.906 53.8148 251.835 53.4445C251.204 50.9612 250.542 48.4903 249.849 46.0317C249.615 45.2008 249.377 44.3714 249.136 43.5434L248.705 42.065L246.666 41.8691C239.583 41.1884 232.501 40.7669 225.418 40.6044L222.849 40.5455L221.773 43.0751C220.904 45.119 220.058 47.1724 219.235 49.2352C218.799 50.3297 218.363 51.4245 217.928 52.5197L221.642 50.0024C219.615 50.0051 217.589 50.0102 215.562 50.0177L219.257 55.4847C224.922 41.2344 230.462 26.9337 235.876 12.5827L232.714 14.7202C234.911 14.6735 237.109 14.6239 239.306 14.5716L236.283 12.5312C242.157 26.152 248.147 39.7256 254.255 53.2521C254.467 53.7207 254.679 54.1893 254.891 54.6579L256.522 52.2412C254.495 52.3251 252.469 52.4114 250.442 52.5C250.442 53.5 250.442 54.5 250.442 55.5C252.469 55.5886 254.495 55.6749 256.522 55.7588L259.193 55.654L258.153 53.3421C257.981 52.8577 257.808 52.3733 257.635 51.8889C252.65 37.9097 247.548 23.9776 242.329 10.0928L241.427 8.00185L239.306 8.05235C237.109 8.00005 234.911 7.95052 232.714 7.90376L230.339 7.9543L229.551 10.0413C223.531 24.149 217.636 38.307 211.867 52.5153L209.684 58.0028L215.562 57.9823C217.589 57.9898 219.615 57.9949 221.642 57.9976L224.357 57.9939L225.355 55.4803C225.793 54.3864 226.23 53.2922 226.666 52.1976C227.489 50.1348 228.287 48.0626 229.062 45.9809L225.418 48.4516C232.501 48.2891 239.583 47.8676 246.666 47.1869L244.196 45.5126C244.59 46.2795 244.989 47.0451 245.39 47.8092C246.579 50.0703 247.798 52.319 249.048 54.5555ZM251.835 53.4445L249.048 54.5555L249.597 55.5369L250.442 55.5V52.5L251.835 53.4445ZM239.761 18.2873C237.282 17.3064 234.802 16.3256 232.322 15.3447C231.908 16.3909 231.495 17.4372 231.081 18.4834C228.465 25.0958 225.85 31.7083 223.234 38.3207L221.07 43.792H226.954C232.991 43.792 239.029 43.792 245.066 43.792H250.934L248.789 38.3297C246.192 31.7182 243.596 25.1068 240.999 18.4953C240.588 17.4481 240.176 16.4009 239.765 15.3537C237.283 16.3286 234.801 17.3034 232.319 18.2783C232.73 19.3255 233.141 20.3727 233.553 21.4199C236.149 28.0314 238.746 34.6428 241.343 41.2543L245.066 35.792C239.029 35.792 232.991 35.792 226.954 35.792L230.673 41.2633C233.289 34.6508 235.904 28.0383 238.52 21.4259C238.934 20.3797 239.348 19.3335 239.761 18.2873ZM232.322 15.3447L239.761 18.2873L232.319 18.2783L239.765 15.3537L236.055 5.90773L232.322 15.3447ZM260.603 54C261.603 54 262.603 54 263.603 54C263.936 52.4 264.236 50.8 264.503 49.2C265.57 42.8 266.103 36.4 266.103 30C266.103 23.7707 266.047 17.5413 265.934 11.312L262.103 15.1436C263.874 15.1117 265.644 15.0752 267.415 15.0342L263.693 11.312C264.022 25.5413 264.644 39.7707 265.56 54L267.415 52.1447C267.244 52.1557 267.074 52.1667 266.903 52.1778C265.303 52.2815 263.703 52.3889 262.103 52.5C262.103 53.5 262.103 54.5 262.103 55.5C263.703 55.6111 265.303 55.7185 266.903 55.8222C267.074 55.8333 267.244 55.8443 267.415 55.8553L269.381 55.7288L269.27 54C270.185 39.7707 270.808 25.5413 271.137 11.312L271.049 7.50565L267.415 7.58978C265.644 7.54879 263.874 7.51234 262.103 7.48042L258.203 7.5507L258.271 11.312C258.159 17.5413 258.103 23.7707 258.103 30C258.103 36.4 258.636 42.8 259.703 49.2C259.97 50.8 260.27 52.4 260.603 54ZM263.603 54H260.603L260.932 55.5813L262.103 55.5V52.5L263.603 54ZM291.239 56.268C291.239 55.268 291.239 54.268 291.239 53.268C288.084 52.9633 285.034 52.2115 282.553 50.7881L282.581 50.8011C282.364 50.6749 282.151 50.546 281.94 50.4141C280.005 49.2039 278.331 47.7362 277.028 46.0424L277.155 49.7729C278.283 48.4931 279.405 47.2086 280.521 45.9195L275.596 46.0811C276.439 47.1168 277.35 48.0286 278.289 48.8651L278.362 48.9235C279.468 49.8496 280.668 50.6537 281.917 51.3325L281.964 51.3557C283.357 52.0855 284.815 52.653 286.289 53.0787C287.993 53.5683 289.735 53.798 291.431 53.8347C293.318 53.8637 295.328 53.7711 297.577 52.9986C298.98 52.4977 300.478 51.8217 301.935 50.5608L302.023 50.48C303.057 49.5231 304.05 48.2546 304.67 46.713L304.694 46.6516C305.138 45.499 305.475 44.1594 305.478 42.672C305.479 42.1028 305.438 41.5051 305.333 40.8843C305.11 39.5059 304.495 37.9745 303.5 36.7636C302.296 35.2733 300.779 34.2018 299.299 33.4656L299.452 33.5466C297.791 32.6283 296.098 32.0456 294.447 31.6338L294.575 31.6681C292.992 31.2191 291.406 30.7903 289.82 30.3777L289.941 30.4116C288.44 29.9705 286.952 29.4878 285.48 28.963L285.514 28.9754C284.37 28.5571 283.321 28.0234 282.394 27.3694L282.523 27.4655C281.775 26.892 281.176 26.2096 280.696 25.3804C280.335 24.7815 280.092 23.7534 280.087 22.512C280.077 21.3609 280.288 20.3534 280.733 19.4349L280.692 19.5146C281.203 18.5233 281.877 17.6875 282.742 16.978L282.753 16.9687C283.697 16.187 284.838 15.587 286.145 15.1657L286.222 15.1409C287.652 14.6437 289.215 14.3988 290.855 14.3786C293.472 14.3456 295.995 14.6864 298.201 15.5467C300.215 16.3283 301.991 17.4841 303.464 19.0128L303.316 14.4046C302.267 15.7207 301.219 17.0374 300.172 18.3545L305.366 18.2277C303.491 16.189 301.054 14.4853 298.371 13.5193C295.839 12.5912 293.119 12.1572 290.471 12.2023C287.815 12.2281 284.754 12.8895 282.295 14.7893L282.264 14.8125C280.089 16.368 278.573 19.5668 278.73 22.192C278.714 23.7736 279.345 25.8143 280.677 27.1329C281.807 28.2921 283.104 29.0877 284.377 29.6754L284.413 29.6924C285.896 30.3466 287.393 30.8353 288.886 31.2298L288.974 31.2535C290.508 31.6003 292.037 31.983 293.561 32.3973L293.641 32.4198C295.139 32.7751 296.612 33.215 298.048 33.7472L298.07 33.756C299.328 34.2048 300.489 34.8056 301.496 35.5771L301.529 35.6038C302.482 36.3039 303.268 37.1879 303.872 38.2431C304.486 39.2938 304.785 40.7093 304.828 42.224C304.871 43.5276 304.667 44.8481 304.245 46.1434L304.251 46.1261C303.844 47.3598 303.106 48.4925 302.11 49.4829C301.663 49.9294 301.15 50.3388 300.589 50.7082C299.788 51.2359 298.893 51.6815 297.949 52.0581C295.928 52.8642 293.595 53.1899 291.239 53.268C291.239 54.268 291.239 55.268 291.239 56.268C293.816 56.337 296.479 56.1684 299.122 55.3019C300.263 54.9235 301.398 54.4471 302.491 53.8171C303.255 53.3758 303.998 52.8575 304.687 52.2467C306.097 51.0027 307.322 49.3917 308.052 47.5379L308.058 47.5206C308.704 45.8672 309.099 44.0599 309.138 42.224C309.18 40.2697 308.945 38.1331 307.919 36.0929C307.111 34.4769 305.929 32.9821 304.502 31.8202L304.535 31.8469C303.131 30.6518 301.535 29.7358 299.896 29.06L299.919 29.0688C298.309 28.3824 296.656 27.8037 294.982 27.3242L295.062 27.3467C293.49 26.8406 291.904 26.367 290.305 25.9305L290.393 25.9541C289.132 25.561 287.917 25.0988 286.802 24.5476L286.838 24.5646C286.034 24.1518 285.364 23.6618 284.906 23.1391C284.733 22.9047 284.67 22.7488 284.677 22.192C284.742 20.9945 285.085 20.4074 286.006 19.7155L285.975 19.7387C287.125 18.927 288.672 18.5716 290.471 18.6137C292.401 18.6523 294.265 19.0236 296.012 19.7287C297.651 20.3892 299.073 21.4398 300.281 22.8283L303.029 25.7769L305.475 22.7015C306.561 21.4159 307.646 20.1299 308.731 18.8434L310.67 16.41L308.583 14.2352C306.474 11.9062 303.781 10.0577 300.917 8.86925C297.62 7.49004 294.158 6.99794 290.855 6.96541C288.553 6.94287 286.156 7.24109 283.84 7.99513L283.918 7.97026C281.851 8.58887 279.772 9.5892 277.965 11.0313L277.977 11.022C276.311 12.3284 274.879 14.0379 273.882 15.9094L273.841 15.9891C272.795 18.0324 272.313 20.3545 272.312 22.512C272.308 24.5739 272.596 26.9393 273.879 29.2436C274.82 30.9341 276.145 32.4879 277.684 33.6865L277.813 33.7826C279.362 34.8992 281.048 35.7606 282.756 36.4006L282.79 36.413C284.402 37.002 286.032 37.543 287.674 38.0364L287.795 38.0703C289.332 38.4796 290.862 38.9017 292.383 39.3399L292.512 39.3742C293.657 39.6628 294.708 40.051 295.571 40.5334L295.724 40.6144C296.434 40.9702 296.944 41.3753 297.283 41.7964C297.348 41.8846 297.395 41.9502 297.446 42.221C297.466 42.3393 297.48 42.4914 297.48 42.672C297.484 42.9376 297.419 43.3318 297.241 43.8124L297.265 43.751C297.164 44.0201 296.963 44.3454 296.583 44.72L296.671 44.6392C296.353 44.9488 295.695 45.343 294.885 45.6574C294.069 45.9937 292.787 46.1913 291.431 46.2293C290.285 46.2667 289.177 46.1835 288.126 45.9613C287.047 45.7287 286.009 45.4106 285.026 44.9963L285.074 45.0195C284.159 44.6171 283.293 44.142 282.485 43.5885L282.558 43.6469C281.767 43.0673 281.03 42.4579 280.387 41.8229L277.567 38.9655L275.462 41.9845C274.487 43.3834 273.518 44.7869 272.555 46.1951L271.085 48.3448L272.683 49.9256C274.739 52.0001 277.191 53.5771 279.735 54.6775C280.012 54.7978 280.29 54.9128 280.57 55.0229L280.598 55.0359C284.144 56.3828 287.801 56.5696 291.239 56.268ZM291.239 53.268V56.268V53.268Z' fill='%23070708' mask='url(%23path-3-outside-2_7313_2982)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 48px;
  }
  #first_screen .cta h1 .title-svg {
    width: 348px;
    height: 130px;
    background-image: url("data:image/svg+xml,%3Csvg width='348' height='130' viewBox='0 0 348 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-outside-1_7261_675672' maskUnits='userSpaceOnUse' x='0.450195' y='64.2214' width='348' height='53' fill='black'%3E%3Crect fill='white' x='0.450195' y='64.2214' width='348' height='53'/%3E%3Cpath d='M16.3662 113.221H5.4102V69.1994H16.7622V95.1374L34.5822 69.1994H46.3302V113.221H34.9122V86.0294L16.3662 113.221ZM95.2517 113.221H83.8997V95.5334H65.6177V113.221H54.2657V69.1994H65.6177V85.6334H83.8997V69.1994H95.2517V113.221ZM124.372 113.221H113.02V79.0994H100.678V69.1994H136.648V79.0994H124.372V113.221ZM174.325 113.221H142.051V69.1994H174.325V79.0994H153.403V85.9634H173.863V95.8634H153.403V103.321H174.325V113.221ZM192.268 113.221H180.916V69.1994H202.96C212.86 69.1994 218.272 75.8654 218.272 83.8514C218.272 91.7714 212.86 98.4374 202.96 98.4374H192.268V113.221ZM201.442 88.5374C204.478 88.5374 206.722 86.8214 206.722 83.8514C206.722 80.8154 204.478 79.0994 201.442 79.0994H192.268V88.5374H201.442ZM264.312 113.221H252.96V95.5334H234.678V113.221H223.326V69.1994H234.678V85.6334H252.96V69.1994H264.312V113.221ZM304.52 113.221H272.246V69.1994H304.52V79.0994H283.598V85.9634H304.058V95.8634H283.598V103.321H304.52V113.221ZM332.297 113.221H320.945V79.0994H308.603V69.1994H344.573V79.0994H332.297V113.221Z'/%3E%3C/mask%3E%3Cpath d='M16.3662 113.221H5.4102V69.1994H16.7622V95.1374L34.5822 69.1994H46.3302V113.221H34.9122V86.0294L16.3662 113.221ZM95.2517 113.221H83.8997V95.5334H65.6177V113.221H54.2657V69.1994H65.6177V85.6334H83.8997V69.1994H95.2517V113.221ZM124.372 113.221H113.02V79.0994H100.678V69.1994H136.648V79.0994H124.372V113.221ZM174.325 113.221H142.051V69.1994H174.325V79.0994H153.403V85.9634H173.863V95.8634H153.403V103.321H174.325V113.221ZM192.268 113.221H180.916V69.1994H202.96C212.86 69.1994 218.272 75.8654 218.272 83.8514C218.272 91.7714 212.86 98.4374 202.96 98.4374H192.268V113.221ZM201.442 88.5374C204.478 88.5374 206.722 86.8214 206.722 83.8514C206.722 80.8154 204.478 79.0994 201.442 79.0994H192.268V88.5374H201.442ZM264.312 113.221H252.96V95.5334H234.678V113.221H223.326V69.1994H234.678V85.6334H252.96V69.1994H264.312V113.221ZM304.52 113.221H272.246V69.1994H304.52V79.0994H283.598V85.9634H304.058V95.8634H283.598V103.321H304.52V113.221ZM332.297 113.221H320.945V79.0994H308.603V69.1994H344.573V79.0994H332.297V113.221Z' fill='white'/%3E%3Cpath d='M16.3662 114.721C16.3662 113.721 16.3662 112.721 16.3662 111.721C12.7142 111.43 9.0622 111.165 5.4102 110.925L7.70688 113.221C7.74186 112.69 7.7763 112.158 7.8102 111.626C8.71157 97.4837 9.2321 83.3416 9.37178 69.1994L5.4102 73.161C8.00353 73.1866 10.5969 73.1994 13.1902 73.1994C14.3809 73.1994 15.5715 73.1991 16.7622 73.1985L12.7631 69.1994C12.7675 77.8454 12.7876 86.4914 12.8236 95.1374L12.8004 107.818L20.0085 97.3677C25.9125 88.697 31.7973 80.0131 37.6629 71.316L34.5822 72.9372C38.4982 72.9035 42.4142 72.8666 46.3302 72.8264L42.7032 69.1994C42.8538 83.8734 43.0499 98.5474 43.2915 113.221L46.3302 110.183C42.5242 110.245 38.7182 110.311 34.9122 110.38L37.7536 113.221C37.5898 104.157 37.4085 95.0934 37.2099 86.0294L37.2808 78.6054L33.014 84.7348C29.3123 90.4261 25.6187 96.1229 21.9331 101.825C19.6613 105.34 17.3926 108.857 15.127 112.376C15.9531 112.94 16.7793 113.503 17.6054 114.067C20.0546 110.673 22.5008 107.277 24.944 103.879C28.9075 98.366 32.863 92.8478 36.8104 87.3241L32.6145 86.0294C32.4159 95.0934 32.2346 104.157 32.0707 113.221L32.123 116.113L34.9122 116.063C38.7182 116.132 42.5242 116.197 46.3302 116.26L49.4181 116.209L49.3689 113.221C49.6105 98.5474 49.8066 83.8734 49.9572 69.1994L49.9196 65.5357L46.3302 65.5725C42.4142 65.5323 38.4982 65.4954 34.5822 65.4617L32.5833 65.4789L31.5015 67.0829C25.4871 75.6778 19.4919 84.2859 13.5159 92.9072L20.7008 95.1374C20.7368 86.4914 20.7569 77.8454 20.7613 69.1994L20.7593 65.1983L16.7622 65.2003C15.5715 65.1997 14.3809 65.1994 13.1902 65.1994C10.5969 65.1994 8.00353 65.2122 5.4102 65.2379L1.40988 65.2774L1.44862 69.1994C1.58829 83.3416 2.10882 97.4837 3.0102 111.626C3.0441 112.158 3.07853 112.69 3.11351 113.221L3.27379 115.659L5.4102 115.518C9.0622 115.278 12.7142 115.012 16.3662 114.721ZM16.3662 111.721V114.721L17.228 114.653L17.6054 114.067L15.127 112.376L16.3662 111.721ZM95.2517 114.721C95.2517 113.721 95.2517 112.721 95.2517 111.721C91.4677 111.404 87.6837 111.116 83.8997 110.859L86.2618 113.221C86.2745 113.034 86.2871 112.847 86.2997 112.66C86.683 106.951 86.9975 101.242 87.2431 95.5334L87.3805 92.3397L83.8997 92.19C77.8057 91.9278 71.7117 91.7442 65.6177 91.6391L61.7916 91.573L61.7233 95.5334C61.6529 99.6144 61.6177 103.695 61.6177 107.776C61.6177 109.591 61.6184 111.406 61.62 113.221L65.6177 109.224C61.8337 109.227 58.0497 109.234 54.2657 109.244L58.2436 113.221C58.205 98.5474 58.1158 83.8734 57.9761 69.1994L54.2657 72.9098C58.0497 72.8738 61.8337 72.8344 65.6177 72.7916L62.0255 69.1994C62.0874 74.6774 62.1563 80.1554 62.2323 85.6334L62.186 88.9712L65.6177 89.0188C71.7117 88.9342 77.8057 88.841 83.8997 88.739L86.9524 88.7901L87.0052 85.6334C86.9135 80.1554 86.8148 74.6774 86.709 69.1994L83.8997 72.0088C87.6837 71.9357 91.4677 71.8593 95.2517 71.7795L92.6716 69.1994C92.8973 79.9024 93.1499 90.6054 93.4294 101.308C93.5331 105.279 93.6406 109.25 93.7517 113.221C94.7517 113.221 95.7517 113.221 96.7517 113.221C96.8628 109.25 96.9702 105.279 97.0739 101.308C97.3534 90.6054 97.606 79.9024 97.8317 69.1994L97.7762 66.5662L95.2517 66.6194C91.4677 66.5396 87.6837 66.4632 83.8997 66.3901L81.0371 66.4454L81.0903 69.1994C80.9846 74.6774 80.8858 80.1554 80.7941 85.6334L83.8997 82.5279C77.8057 82.4259 71.7117 82.3326 65.6177 82.2481L69.003 85.6334C69.079 80.1554 69.148 74.6774 69.2099 69.1994L69.1688 65.5671L65.6177 65.6072C61.8337 65.5645 58.0497 65.5251 54.2657 65.489L50.5203 65.5247L50.5553 69.1994C50.4155 83.8734 50.3263 98.5474 50.2878 113.221L50.2982 117.21L54.2657 117.199C58.0497 117.209 61.8337 117.216 65.6177 117.219L69.6188 117.216L69.6153 113.221C69.6169 111.406 69.6177 109.591 69.6177 107.776C69.6177 103.695 69.5825 99.6144 69.512 95.5334L65.6177 99.4278C71.7117 99.3227 77.8057 99.139 83.8997 98.8769L80.5562 95.5334C80.8018 101.242 81.1163 106.951 81.4997 112.66C81.5122 112.847 81.5249 113.034 81.5376 113.221L81.7082 115.732L83.8997 115.584C87.6837 115.326 91.4677 115.039 95.2517 114.721ZM95.2517 111.721V114.721L96.79 114.592L96.7517 113.221H93.7517L95.2517 111.721ZM124.372 114.721C124.372 113.721 124.372 112.721 124.372 111.721C121.705 111.388 119.039 111.088 116.372 110.821C115.255 110.71 114.137 110.604 113.02 110.504L115.737 113.221C116.592 103.673 117.02 94.1254 117.02 84.5774C117.02 82.7514 117.018 80.9254 117.014 79.0994L117.022 75.1123L113.02 75.1046C108.906 75.1125 104.792 75.1291 100.678 75.1546L104.622 79.0994C104.602 75.7994 104.576 72.4994 104.544 69.1994L100.678 73.066C112.668 72.9506 124.658 72.7603 136.648 72.4951L133.352 69.1994C133.425 72.4994 133.504 75.7994 133.588 79.0994L136.648 76.0398C132.556 76.1444 128.464 76.2577 124.372 76.3797L121.735 76.3011L121.652 79.0994C121.912 87.807 122.211 96.5146 122.549 105.222C122.653 107.889 122.76 110.555 122.872 113.221C123.872 113.221 124.872 113.221 125.872 113.221C125.983 110.555 126.09 107.889 126.194 105.222C126.532 96.5146 126.832 87.807 127.091 79.0994L124.372 81.8191C128.464 81.9412 132.556 82.0545 136.648 82.1591L139.783 82.0789L139.707 79.0994C139.792 75.7994 139.87 72.4994 139.943 69.1994L139.869 65.8326L136.648 65.9038C124.658 65.6386 112.668 65.4483 100.678 65.3329L96.7742 65.3704L96.811 69.1994C96.7792 72.4994 96.7532 75.7994 96.7327 79.0994L96.7573 83.0686L100.678 83.0443C104.792 83.0698 108.906 83.0864 113.02 83.0942L109.025 79.0994C109.021 80.9254 109.02 82.7514 109.02 84.5774C109.02 94.1254 109.447 103.673 110.302 113.221L110.565 116.159L113.02 115.939C114.137 115.839 115.255 115.733 116.372 115.621C119.039 115.355 121.705 115.055 124.372 114.721ZM124.372 111.721V114.721L125.926 114.527L125.872 113.221H122.872L124.372 111.721ZM174.325 114.721C174.325 113.721 174.325 112.721 174.325 111.721C170.402 111.388 166.48 111.088 162.557 110.821C155.722 110.357 148.886 109.993 142.051 109.731L145.541 113.221C145.881 104.366 146.051 95.5114 146.051 86.6564C146.051 80.8374 146.043 75.0184 146.026 69.1994L142.051 73.175C152.809 73.1448 163.567 73.0868 174.325 73.001L170.523 69.1994C170.55 72.4994 170.579 75.7994 170.61 79.0994L174.325 75.3847C167.351 75.4515 160.377 75.5299 153.403 75.6201L149.969 75.5757L149.923 79.0994C149.953 81.3874 149.984 83.6754 150.016 85.9634L149.969 89.3021L153.403 89.3503C160.223 89.2546 167.043 89.1478 173.863 89.0297L170.797 85.9634C170.854 89.2634 170.913 92.5634 170.976 95.8634L173.863 92.9764C167.043 93.1053 160.223 93.2454 153.403 93.3967L150.992 93.3432L150.936 95.8634C150.991 98.3494 151.048 100.835 151.106 103.321L151.054 105.563L153.403 105.618C159.754 105.47 166.106 105.312 172.457 105.144C173.08 105.127 173.702 105.111 174.325 105.094L172.552 103.321C172.64 106.621 172.731 109.921 172.825 113.221C173.825 113.221 174.825 113.221 175.825 113.221C175.918 109.921 176.009 106.621 176.097 103.321L176.049 101.503L174.325 101.549C173.702 101.532 173.08 101.516 172.457 101.499C166.106 101.331 159.754 101.173 153.403 101.025L155.7 103.321C155.758 100.835 155.814 98.3494 155.87 95.8634L153.403 98.3302C160.223 98.4815 167.043 98.6216 173.863 98.7505L176.803 98.6949L176.75 95.8634C176.812 92.5634 176.872 89.2634 176.929 85.9634L176.875 82.845L173.863 82.8972C167.043 82.7791 160.223 82.6722 153.403 82.5766L156.79 85.9634C156.822 83.6754 156.853 81.3874 156.882 79.0994L153.403 82.5788C160.377 82.669 167.351 82.7474 174.325 82.8141L178.075 82.7782L178.04 79.0994C178.071 75.7994 178.1 72.4994 178.126 69.1994L178.096 65.3678L174.325 65.3979C163.567 65.312 152.809 65.254 142.051 65.2239L138.064 65.2351L138.075 69.1994C138.059 75.0184 138.051 80.8374 138.051 86.6564C138.051 95.5114 138.221 104.366 138.56 113.221L138.699 116.84L142.051 116.712C148.886 116.45 155.722 116.086 162.557 115.621C166.48 115.355 170.402 115.055 174.325 114.721ZM174.325 111.721V114.721L175.864 114.591L175.825 113.221H172.825L174.325 111.721ZM192.268 114.721C192.268 113.721 192.268 112.721 192.268 111.721C189.76 111.388 187.251 111.088 184.743 110.821C183.467 110.686 182.192 110.559 180.916 110.44L183.697 113.221C184.51 104.464 184.916 95.7063 184.916 86.9488C184.916 81.0323 184.895 75.1159 184.854 69.1994L180.916 73.1376C188.264 73.0864 195.612 73.0035 202.96 72.8887C209.665 72.5373 215.004 77.119 215.066 83.8514C215.484 90.4808 210.157 95.9323 202.96 95.9363C199.396 96.0585 195.832 96.1882 192.268 96.3254L190.24 96.2474L190.156 98.4374C190.249 100.857 190.346 103.277 190.446 105.697C190.55 108.205 190.657 110.713 190.768 113.221C191.768 113.221 192.768 113.221 193.768 113.221C193.879 110.713 193.987 108.205 194.09 105.697C194.19 103.277 194.287 100.857 194.38 98.4374L192.268 100.549C195.832 100.687 199.396 100.816 202.96 100.939C211.851 102.008 221.947 93.6075 221.478 83.8514C222.449 74.1711 212.402 64.7815 202.96 65.5102C195.612 65.3954 188.264 65.3124 180.916 65.2612L176.951 65.2889L176.978 69.1994C176.937 75.1159 176.916 81.0323 176.916 86.9488C176.916 95.7063 177.322 104.464 178.135 113.221L178.415 116.235L180.916 116.002C182.192 115.884 183.467 115.757 184.743 115.621C187.251 115.355 189.76 115.055 192.268 114.721ZM192.268 111.721V114.721L193.825 114.514L193.768 113.221H190.768L192.268 111.721ZM201.442 84.5374C201.442 87.2041 201.442 89.8708 201.442 92.5374C202.532 92.5364 203.685 92.3939 204.865 92.0003C208.063 91.2091 210.993 87.1116 210.722 83.8514C210.781 81.6906 209.793 78.8726 207.745 77.2334C205.737 75.5709 203.414 75.1037 201.442 75.0994C198.384 75.0994 195.326 75.0994 192.268 75.0994H188.268V79.0994C188.268 82.2454 188.268 85.3914 188.268 88.5374V92.5374H192.268C194.597 92.5374 196.926 92.5374 199.255 92.5374C199.984 92.5374 200.713 92.5374 201.442 92.5374C201.442 89.8708 201.442 87.2041 201.442 84.5374C200.713 84.5374 199.984 84.5374 199.255 84.5374C196.926 84.5374 194.597 84.5374 192.268 84.5374L196.268 88.5374C196.268 85.3914 196.268 82.2454 196.268 79.0994L192.268 83.0994C195.326 83.0994 198.384 83.0994 201.442 83.0994C202.126 83.0914 202.554 83.3026 202.61 83.3675C202.648 83.4031 202.64 83.3922 202.663 83.44C202.683 83.4862 202.722 83.6146 202.722 83.8514C202.718 84.172 202.66 84.2233 202.657 84.232C202.651 84.2379 202.604 84.3179 202.325 84.4144C202.12 84.4841 201.809 84.5383 201.442 84.5374ZM201.442 92.5374V84.5374V92.5374ZM264.312 114.721C264.312 113.721 264.312 112.721 264.312 111.721C260.528 111.404 256.744 111.116 252.96 110.859L255.322 113.221C255.335 113.034 255.348 112.847 255.36 112.66C255.744 106.951 256.058 101.242 256.304 95.5334L256.441 92.3397L252.96 92.19C246.866 91.9278 240.772 91.7442 234.678 91.6391L230.852 91.573L230.784 95.5334C230.713 99.6144 230.678 103.695 230.678 107.776C230.678 109.591 230.679 111.406 230.681 113.221L234.678 109.224C230.894 109.227 227.11 109.234 223.326 109.244L227.304 113.221C227.266 98.5474 227.176 83.8734 227.037 69.1994L223.326 72.9098C227.11 72.8738 230.894 72.8344 234.678 72.7916L231.086 69.1994C231.148 74.6774 231.217 80.1554 231.293 85.6334L231.247 88.9712L234.678 89.0188C240.772 88.9342 246.866 88.841 252.96 88.739L256.013 88.7901L256.066 85.6334C255.974 80.1554 255.875 74.6774 255.77 69.1994L252.96 72.0088C256.744 71.9357 260.528 71.8593 264.312 71.7795L261.732 69.1994C261.958 79.9024 262.21 90.6054 262.49 101.308C262.594 105.279 262.701 109.25 262.812 113.221C263.812 113.221 264.812 113.221 265.812 113.221C265.923 109.25 266.031 105.279 266.134 101.308C266.414 90.6054 266.667 79.9024 266.892 69.1994L266.837 66.5662L264.312 66.6194C260.528 66.5396 256.744 66.4632 252.96 66.3901L250.098 66.4454L250.151 69.1994C250.045 74.6774 249.946 80.1554 249.855 85.6334L252.96 82.5279C246.866 82.4259 240.772 82.3326 234.678 82.2481L238.064 85.6334C238.14 80.1554 238.209 74.6774 238.27 69.1994L238.229 65.5671L234.678 65.6072C230.894 65.5645 227.11 65.5251 223.326 65.489L219.581 65.5247L219.616 69.1994C219.476 83.8734 219.387 98.5474 219.348 113.221L219.359 117.21L223.326 117.199C227.11 117.209 230.894 117.216 234.678 117.219L238.679 117.216L238.676 113.221C238.677 111.406 238.678 109.591 238.678 107.776C238.678 103.695 238.643 99.6144 238.573 95.5334L234.678 99.4278C240.772 99.3227 246.866 99.139 252.96 98.8769L249.617 95.5334C249.862 101.242 250.177 106.951 250.56 112.66C250.573 112.847 250.585 113.034 250.598 113.221L250.769 115.732L252.96 115.584C256.744 115.326 260.528 115.039 264.312 114.721ZM264.312 111.721V114.721L265.851 114.592L265.812 113.221H262.812L264.312 111.721ZM304.52 114.721C304.52 113.721 304.52 112.721 304.52 111.721C300.598 111.388 296.675 111.088 292.752 110.821C285.917 110.357 279.082 109.993 272.246 109.731L275.737 113.221C276.076 104.366 276.246 95.5114 276.246 86.6564C276.246 80.8374 276.238 75.0184 276.222 69.1994L272.246 73.175C283.004 73.1448 293.762 73.0868 304.52 73.001L300.719 69.1994C300.745 72.4994 300.774 75.7994 300.805 79.0994L304.52 75.3847C297.546 75.4515 290.572 75.5299 283.598 75.6201L280.164 75.5757L280.119 79.0994C280.148 81.3874 280.179 83.6754 280.211 85.9634L280.164 89.3021L283.598 89.3503C290.418 89.2546 297.238 89.1478 304.058 89.0297L300.992 85.9634C301.049 89.2634 301.109 92.5634 301.171 95.8634L304.058 92.9764C297.238 93.1053 290.418 93.2454 283.598 93.3967L281.187 93.3432L281.131 95.8634C281.187 98.3494 281.243 100.835 281.301 103.321L281.249 105.563L283.598 105.618C289.95 105.47 296.301 105.312 302.652 105.144C303.275 105.127 303.898 105.111 304.52 105.094L302.748 103.321C302.836 106.621 302.927 109.921 303.02 113.221C304.02 113.221 305.02 113.221 306.02 113.221C306.114 109.921 306.204 106.621 306.293 103.321L306.244 101.503L304.52 101.549C303.898 101.532 303.275 101.516 302.652 101.499C296.301 101.331 289.95 101.173 283.598 101.025L285.895 103.321C285.953 100.835 286.01 98.3494 286.065 95.8634L283.598 98.3302C290.418 98.4815 297.238 98.6216 304.058 98.7505L306.999 98.6949L306.945 95.8634C307.008 92.5634 307.067 89.2634 307.124 85.9634L307.07 82.845L304.058 82.8972C297.238 82.7791 290.418 82.6722 283.598 82.5766L286.985 85.9634C287.017 83.6754 287.048 81.3874 287.078 79.0994L283.598 82.5788C290.572 82.669 297.546 82.7474 304.52 82.8141L308.27 82.7782L308.235 79.0994C308.266 75.7994 308.295 72.4994 308.322 69.1994L308.291 65.3678L304.52 65.3979C293.762 65.312 283.004 65.254 272.246 65.2239L268.259 65.2351L268.271 69.1994C268.254 75.0184 268.246 80.8374 268.246 86.6564C268.246 95.5114 268.416 104.366 268.756 113.221L268.895 116.84L272.246 116.712C279.082 116.45 285.917 116.086 292.752 115.621C296.675 115.355 300.598 115.055 304.52 114.721ZM304.52 111.721V114.721L306.059 114.591L306.02 113.221H303.02L304.52 111.721ZM332.297 114.721C332.297 113.721 332.297 112.721 332.297 111.721C329.631 111.388 326.965 111.088 324.298 110.821C323.181 110.71 322.063 110.604 320.945 110.504L323.663 113.221C324.518 103.673 324.945 94.1254 324.945 84.5774C324.945 82.7514 324.944 80.9254 324.94 79.0994L324.948 75.1123L320.945 75.1046C316.831 75.1125 312.717 75.1291 308.603 75.1546L312.548 79.0994C312.528 75.7994 312.502 72.4994 312.47 69.1994L308.603 73.066C320.593 72.9506 332.583 72.7603 344.573 72.4951L341.278 69.1994C341.351 72.4994 341.429 75.7994 341.514 79.0994L344.573 76.0398C340.481 76.1444 336.389 76.2577 332.297 76.3797L329.661 76.3011L329.578 79.0994C329.837 87.807 330.136 96.5146 330.475 105.222C330.579 107.889 330.686 110.555 330.797 113.221C331.797 113.221 332.797 113.221 333.797 113.221C333.908 110.555 334.016 107.889 334.12 105.222C334.458 96.5146 334.757 87.807 335.017 79.0994L332.297 81.8191C336.389 81.9412 340.481 82.0545 344.573 82.1591L347.709 82.0789L347.633 79.0994C347.717 75.7994 347.796 72.4994 347.869 69.1994L347.795 65.8326L344.573 65.9038C332.583 65.6386 320.593 65.4483 308.603 65.3329L304.7 65.3704L304.737 69.1994C304.705 72.4994 304.679 75.7994 304.659 79.0994L304.683 83.0686L308.603 83.0443C312.717 83.0698 316.831 83.0864 320.945 83.0942L316.951 79.0994C316.947 80.9254 316.945 82.7514 316.945 84.5774C316.945 94.1254 317.373 103.673 318.228 113.221L318.491 116.159L320.945 115.939C322.063 115.839 323.181 115.733 324.298 115.621C326.965 115.355 329.631 115.055 332.297 114.721ZM332.297 111.721V114.721L333.852 114.527L333.797 113.221H330.797L332.297 111.721Z' fill='%23070708' mask='url(%23path-1-outside-1_7261_675672)'/%3E%3Cmask id='path-3-outside-2_7261_675672' maskUnits='userSpaceOnUse' x='-0.549805' y='-0.778564' width='334' height='53' fill='black'%3E%3Crect fill='white' x='-0.549805' y='-0.778564' width='334' height='53'/%3E%3Cpath d='M20.5502 47.8214C18.0835 47.8214 15.8335 47.3881 13.8002 46.5214C11.7669 45.6548 10.0169 44.4548 8.5502 42.9214C7.11686 41.3548 6.0002 39.5214 5.2002 37.4214C4.4002 35.3214 4.0002 33.0381 4.0002 30.5714C4.0002 28.1048 4.4002 25.8214 5.2002 23.7214C6.0002 21.6214 7.11686 19.8048 8.5502 18.2714C10.0169 16.7048 11.7669 15.4881 13.8002 14.6214C15.8335 13.7548 18.0835 13.3214 20.5502 13.3214C23.0169 13.3214 25.2669 13.7548 27.3002 14.6214C29.3335 15.4881 31.0669 16.7048 32.5002 18.2714C33.9669 19.8048 35.1002 21.6214 35.9002 23.7214C36.7002 25.8214 37.1002 28.1048 37.1002 30.5714C37.1002 33.0381 36.7002 35.3214 35.9002 37.4214C35.1002 39.5214 33.9669 41.3548 32.5002 42.9214C31.0669 44.4548 29.3335 45.6548 27.3002 46.5214C25.2669 47.3881 23.0169 47.8214 20.5502 47.8214ZM20.5502 44.1214C22.4169 44.1214 24.1002 43.7881 25.6002 43.1214C27.1002 42.4214 28.3835 41.4714 29.4502 40.2714C30.5169 39.0381 31.3335 37.6048 31.9002 35.9714C32.5002 34.3048 32.8002 32.5048 32.8002 30.5714C32.8002 28.6381 32.5002 26.8381 31.9002 25.1714C31.3335 23.5048 30.5169 22.0714 29.4502 20.8714C28.3835 19.6714 27.1002 18.7381 25.6002 18.0714C24.1002 17.3714 22.4169 17.0214 20.5502 17.0214C18.6835 17.0214 16.9835 17.3714 15.4502 18.0714C13.9502 18.7381 12.6669 19.6714 11.6002 20.8714C10.5335 22.0714 9.71686 23.5048 9.1502 25.1714C8.58353 26.8381 8.3002 28.6381 8.3002 30.5714C8.3002 32.5048 8.58353 34.3048 9.1502 35.9714C9.71686 37.6048 10.5335 39.0381 11.6002 40.2714C12.6669 41.4714 13.9502 42.4214 15.4502 43.1214C16.9835 43.7881 18.6835 44.1214 20.5502 44.1214ZM67.2326 47.2214V17.5714H47.7326V47.2214H43.5826V13.8714H71.3826V47.2214H67.2326ZM87.4283 47.2214V17.5714H76.8783V13.8714H102.178V17.5714H91.5783V47.2214H87.4283ZM107.694 47.2214V13.8714H111.844V39.9214L131.044 13.8714H135.294V47.2214H131.144V20.6214L111.694 47.2214H107.694ZM146.244 22.5714C146.244 25.1381 146.894 27.0714 148.194 28.3714C149.528 29.6381 151.461 30.2714 153.994 30.2714C155.394 30.2714 156.761 30.1714 158.094 29.9714C159.428 29.7714 160.628 29.4881 161.694 29.1214V13.8714H165.844V47.2214H161.694V32.8214C160.594 33.1214 159.378 33.3881 158.044 33.6214C156.711 33.8548 155.244 33.9714 153.644 33.9714C151.678 33.9714 149.961 33.7048 148.494 33.1714C147.061 32.6048 145.861 31.8214 144.894 30.8214C143.961 29.8214 143.261 28.6214 142.794 27.2214C142.328 25.7881 142.094 24.2214 142.094 22.5214V13.8714H146.244V22.5714ZM173.661 47.2214V13.8714H195.511V17.5714H177.811V28.3214H195.161V32.0214H177.811V43.5214H195.511V47.2214H173.661ZM217.928 47.8214C215.528 47.8214 213.278 47.4048 211.178 46.5714C209.111 45.7381 207.294 44.5714 205.728 43.0714C204.194 41.5381 202.978 39.7214 202.078 37.6214C201.211 35.4881 200.778 33.1381 200.778 30.5714C200.778 28.0048 201.211 25.6714 202.078 23.5714C202.978 21.4381 204.194 19.6214 205.728 18.1214C207.294 16.5881 209.111 15.4048 211.178 14.5714C213.278 13.7381 215.528 13.3214 217.928 13.3214C219.394 13.3214 220.744 13.4881 221.978 13.8214C223.244 14.1548 224.394 14.6214 225.428 15.2214C226.494 15.8214 227.444 16.5214 228.278 17.3214C229.144 18.1214 229.911 18.9881 230.578 19.9214L227.078 21.8714C226.111 20.4714 224.811 19.3214 223.178 18.4214C221.578 17.4881 219.828 17.0214 217.928 17.0214C216.094 17.0214 214.394 17.3548 212.828 18.0214C211.261 18.6881 209.894 19.6214 208.728 20.8214C207.594 22.0214 206.694 23.4548 206.028 25.1214C205.394 26.7548 205.078 28.5714 205.078 30.5714C205.078 32.5381 205.394 34.3548 206.028 36.0214C206.694 37.6881 207.594 39.1214 208.728 40.3214C209.894 41.5214 211.261 42.4548 212.828 43.1214C214.394 43.7881 216.094 44.1214 217.928 44.1214C219.828 44.1214 221.578 43.6714 223.178 42.7714C224.811 41.8714 226.111 40.7048 227.078 39.2714L230.628 41.2214C229.228 43.1214 227.494 44.7048 225.428 45.9714C223.394 47.2048 220.894 47.8214 217.928 47.8214ZM256.067 47.2214L243.417 32.2214L240.067 36.0214V47.2214H235.917V13.8714H240.067V31.1214L254.817 13.8714H260.017L246.117 29.7214L261.217 47.2214H256.067ZM265.946 47.2214V13.8714H270.096V39.9214L289.296 13.8714H293.546V47.2214H289.396V20.6214L269.946 47.2214H265.946ZM301.346 47.2214V13.8714H305.496V39.9214L324.696 13.8714H328.946V47.2214H324.796V20.6214L305.346 47.2214H301.346ZM323.896 7.57143C322.896 8.9381 321.63 10.0214 320.096 10.8214C318.596 11.5881 316.946 11.9714 315.146 11.9714C313.346 11.9714 311.68 11.5881 310.146 10.8214C308.646 10.0214 307.38 8.9381 306.346 7.57143L308.196 5.97143C308.996 7.07143 309.98 7.95477 311.146 8.62143C312.313 9.25477 313.646 9.57143 315.146 9.57143C316.613 9.57143 317.93 9.25477 319.096 8.62143C320.296 7.9881 321.28 7.10477 322.046 5.97143L323.896 7.57143Z'/%3E%3C/mask%3E%3Cpath d='M20.5502 47.8214C18.0835 47.8214 15.8335 47.3881 13.8002 46.5214C11.7669 45.6548 10.0169 44.4548 8.5502 42.9214C7.11686 41.3548 6.0002 39.5214 5.2002 37.4214C4.4002 35.3214 4.0002 33.0381 4.0002 30.5714C4.0002 28.1048 4.4002 25.8214 5.2002 23.7214C6.0002 21.6214 7.11686 19.8048 8.5502 18.2714C10.0169 16.7048 11.7669 15.4881 13.8002 14.6214C15.8335 13.7548 18.0835 13.3214 20.5502 13.3214C23.0169 13.3214 25.2669 13.7548 27.3002 14.6214C29.3335 15.4881 31.0669 16.7048 32.5002 18.2714C33.9669 19.8048 35.1002 21.6214 35.9002 23.7214C36.7002 25.8214 37.1002 28.1048 37.1002 30.5714C37.1002 33.0381 36.7002 35.3214 35.9002 37.4214C35.1002 39.5214 33.9669 41.3548 32.5002 42.9214C31.0669 44.4548 29.3335 45.6548 27.3002 46.5214C25.2669 47.3881 23.0169 47.8214 20.5502 47.8214ZM20.5502 44.1214C22.4169 44.1214 24.1002 43.7881 25.6002 43.1214C27.1002 42.4214 28.3835 41.4714 29.4502 40.2714C30.5169 39.0381 31.3335 37.6048 31.9002 35.9714C32.5002 34.3048 32.8002 32.5048 32.8002 30.5714C32.8002 28.6381 32.5002 26.8381 31.9002 25.1714C31.3335 23.5048 30.5169 22.0714 29.4502 20.8714C28.3835 19.6714 27.1002 18.7381 25.6002 18.0714C24.1002 17.3714 22.4169 17.0214 20.5502 17.0214C18.6835 17.0214 16.9835 17.3714 15.4502 18.0714C13.9502 18.7381 12.6669 19.6714 11.6002 20.8714C10.5335 22.0714 9.71686 23.5048 9.1502 25.1714C8.58353 26.8381 8.3002 28.6381 8.3002 30.5714C8.3002 32.5048 8.58353 34.3048 9.1502 35.9714C9.71686 37.6048 10.5335 39.0381 11.6002 40.2714C12.6669 41.4714 13.9502 42.4214 15.4502 43.1214C16.9835 43.7881 18.6835 44.1214 20.5502 44.1214ZM67.2326 47.2214V17.5714H47.7326V47.2214H43.5826V13.8714H71.3826V47.2214H67.2326ZM87.4283 47.2214V17.5714H76.8783V13.8714H102.178V17.5714H91.5783V47.2214H87.4283ZM107.694 47.2214V13.8714H111.844V39.9214L131.044 13.8714H135.294V47.2214H131.144V20.6214L111.694 47.2214H107.694ZM146.244 22.5714C146.244 25.1381 146.894 27.0714 148.194 28.3714C149.528 29.6381 151.461 30.2714 153.994 30.2714C155.394 30.2714 156.761 30.1714 158.094 29.9714C159.428 29.7714 160.628 29.4881 161.694 29.1214V13.8714H165.844V47.2214H161.694V32.8214C160.594 33.1214 159.378 33.3881 158.044 33.6214C156.711 33.8548 155.244 33.9714 153.644 33.9714C151.678 33.9714 149.961 33.7048 148.494 33.1714C147.061 32.6048 145.861 31.8214 144.894 30.8214C143.961 29.8214 143.261 28.6214 142.794 27.2214C142.328 25.7881 142.094 24.2214 142.094 22.5214V13.8714H146.244V22.5714ZM173.661 47.2214V13.8714H195.511V17.5714H177.811V28.3214H195.161V32.0214H177.811V43.5214H195.511V47.2214H173.661ZM217.928 47.8214C215.528 47.8214 213.278 47.4048 211.178 46.5714C209.111 45.7381 207.294 44.5714 205.728 43.0714C204.194 41.5381 202.978 39.7214 202.078 37.6214C201.211 35.4881 200.778 33.1381 200.778 30.5714C200.778 28.0048 201.211 25.6714 202.078 23.5714C202.978 21.4381 204.194 19.6214 205.728 18.1214C207.294 16.5881 209.111 15.4048 211.178 14.5714C213.278 13.7381 215.528 13.3214 217.928 13.3214C219.394 13.3214 220.744 13.4881 221.978 13.8214C223.244 14.1548 224.394 14.6214 225.428 15.2214C226.494 15.8214 227.444 16.5214 228.278 17.3214C229.144 18.1214 229.911 18.9881 230.578 19.9214L227.078 21.8714C226.111 20.4714 224.811 19.3214 223.178 18.4214C221.578 17.4881 219.828 17.0214 217.928 17.0214C216.094 17.0214 214.394 17.3548 212.828 18.0214C211.261 18.6881 209.894 19.6214 208.728 20.8214C207.594 22.0214 206.694 23.4548 206.028 25.1214C205.394 26.7548 205.078 28.5714 205.078 30.5714C205.078 32.5381 205.394 34.3548 206.028 36.0214C206.694 37.6881 207.594 39.1214 208.728 40.3214C209.894 41.5214 211.261 42.4548 212.828 43.1214C214.394 43.7881 216.094 44.1214 217.928 44.1214C219.828 44.1214 221.578 43.6714 223.178 42.7714C224.811 41.8714 226.111 40.7048 227.078 39.2714L230.628 41.2214C229.228 43.1214 227.494 44.7048 225.428 45.9714C223.394 47.2048 220.894 47.8214 217.928 47.8214ZM256.067 47.2214L243.417 32.2214L240.067 36.0214V47.2214H235.917V13.8714H240.067V31.1214L254.817 13.8714H260.017L246.117 29.7214L261.217 47.2214H256.067ZM265.946 47.2214V13.8714H270.096V39.9214L289.296 13.8714H293.546V47.2214H289.396V20.6214L269.946 47.2214H265.946ZM301.346 47.2214V13.8714H305.496V39.9214L324.696 13.8714H328.946V47.2214H324.796V20.6214L305.346 47.2214H301.346ZM323.896 7.57143C322.896 8.9381 321.63 10.0214 320.096 10.8214C318.596 11.5881 316.946 11.9714 315.146 11.9714C313.346 11.9714 311.68 11.5881 310.146 10.8214C308.646 10.0214 307.38 8.9381 306.346 7.57143L308.196 5.97143C308.996 7.07143 309.98 7.95477 311.146 8.62143C312.313 9.25477 313.646 9.57143 315.146 9.57143C316.613 9.57143 317.93 9.25477 319.096 8.62143C320.296 7.9881 321.28 7.10477 322.046 5.97143L323.896 7.57143Z' fill='white'/%3E%3Cpath d='M20.5502 49.3214C20.5502 48.3214 20.5502 47.3214 20.5502 46.3214C18.8905 45.9892 17.3432 45.4725 15.9786 44.7678C15.5804 44.5626 15.1972 44.342 14.8294 44.1068C13.2705 43.1223 11.9935 41.9397 10.9847 40.5928L11.0358 40.6474C10.0274 39.2457 9.29825 37.7152 8.77944 36.0579C8.2404 34.3265 8.00076 32.5005 8.0002 30.5795C8.0002 30.5768 8.0002 30.5741 8.0002 30.5714C7.99916 28.6476 8.29292 26.8174 8.92041 25.1387C9.51407 23.5455 10.3422 22.1407 11.4212 20.9552C12.497 19.7721 13.7936 18.8412 15.3086 18.1604C16.8756 17.4517 18.6485 17.0898 20.5502 17.0435C22.4512 16.9945 24.2587 17.2585 25.9044 17.8963C27.4716 18.5026 28.849 19.3798 30.0087 20.5509L30.0599 20.6057C31.2735 21.775 32.2399 23.2039 32.9473 24.8464C33.7053 26.5944 34.1163 28.5345 34.2113 30.5714C34.3091 32.6074 34.0944 34.6115 33.4893 36.503C32.9206 38.2862 32.0475 39.9383 30.8515 41.3779C29.7047 42.7706 28.243 43.9127 26.5505 44.7625C26.1434 44.9683 25.7239 45.154 25.2932 45.3195C23.8166 45.8881 22.2092 46.2112 20.5502 46.3214C20.5502 47.3214 20.5502 48.3214 20.5502 49.3214C22.4618 49.4333 24.4379 49.2939 26.3747 48.7998C26.9389 48.6562 27.4987 48.4831 28.0499 48.2803C30.2664 47.4734 32.3995 46.1842 34.1501 44.4637C35.9254 42.7407 37.3426 40.612 38.3111 38.3399C39.3725 35.8723 39.8961 33.1944 39.9891 30.5714C40.0889 27.9495 39.7616 25.2075 38.8531 22.5965C38.0334 20.2092 36.7154 17.8803 34.9405 15.9372L34.9917 15.9919C33.2756 14.0046 31.0579 12.4044 28.696 11.3466C26.0936 10.1659 23.2587 9.64231 20.5502 9.59941C17.8423 9.54697 14.9729 9.97274 12.2918 11.0824C9.85361 12.0766 7.53272 13.6277 5.68114 15.5855C3.81939 17.5355 2.40737 19.8864 1.47998 22.3042C0.440902 24.9845 -0.00359941 27.8363 0.000195503 30.5714C0.000195503 30.5753 0.000196218 30.5791 0.000197887 30.5829C-0.00319469 33.3142 0.49577 36.1633 1.62095 38.785C2.63322 41.1644 4.15036 43.4129 6.06462 45.1955L6.1157 45.2501C8.05636 46.9994 10.3967 48.2531 12.771 48.936C13.3614 49.1093 13.9576 49.2476 14.5542 49.3515C16.6031 49.7096 18.6392 49.6553 20.5502 49.3214ZM20.5502 46.3214V49.3214V46.3214ZM20.5502 40.1214C20.5502 42.7881 20.5502 45.4548 20.5502 48.1214C22.2627 48.1223 24.0705 47.8945 25.8396 47.3107C26.307 47.1567 26.7702 46.9787 27.2248 46.7767L27.2917 46.7462C29.2011 45.8627 31.0128 44.5449 32.4398 42.9289L32.4756 42.888C33.9159 41.2305 34.9943 39.2713 35.6792 37.2825L35.6637 37.3263C36.462 35.1176 36.8029 32.7945 36.8002 30.5714C36.8029 28.3483 36.462 26.0253 35.6637 23.8166L35.6873 23.8838C35.0153 21.8931 33.9414 19.8958 32.4398 18.214C31.0097 16.5927 29.1674 15.2707 27.2247 14.4162L27.2917 14.4467C25.1105 13.4225 22.7391 13.0163 20.5502 13.0214C18.3397 13.0156 15.9645 13.4326 13.789 14.4327L13.8256 14.4162C11.883 15.2707 10.0407 16.5927 8.61056 18.214C7.10902 19.8958 6.03514 21.8931 5.3631 23.8838C4.61285 26.0838 4.29823 28.3742 4.3002 30.5714C4.29823 32.7687 4.61286 35.0591 5.36311 37.259L5.37117 37.2825C6.05612 39.2713 7.13453 41.2305 8.57474 42.888L8.61056 42.9289C10.0376 44.5449 11.8493 45.8627 13.7587 46.7462L13.8553 46.7897C14.3246 46.9938 14.8032 47.1737 15.2867 47.329C17.0387 47.8931 18.8372 48.1225 20.5502 48.1214C20.5502 45.4548 20.5502 42.7881 20.5502 40.1214C19.5309 40.1218 18.5859 39.9867 17.7337 39.7124C17.4978 39.6366 17.2685 39.5503 17.0451 39.4532L17.1417 39.4967C16.1346 39.0264 15.2954 38.4074 14.5898 37.614L14.6256 37.6548C13.8888 36.8033 13.3272 35.8079 12.9292 34.6603L12.9373 34.6838C12.5054 33.4161 12.2996 32.0329 12.3002 30.5714C12.2996 29.11 12.5054 27.7268 12.9373 26.459C13.329 25.306 13.8778 24.329 14.5898 23.5289C15.2798 22.7535 16.092 22.1641 17.0747 21.7267L17.1114 21.7102C18.1204 21.2487 19.266 21.0211 20.5502 21.0214C21.8232 21.0209 22.9456 21.2455 23.9087 21.6962L23.9756 21.7267C24.9583 22.1641 25.7706 22.7535 26.4606 23.5289C27.1726 24.329 27.7213 25.306 28.1131 26.459L28.1366 26.5263C28.5854 27.7704 28.8008 29.1286 28.8002 30.5714C28.8008 32.0142 28.5854 33.3725 28.1366 34.6166L28.1212 34.6603C27.7232 35.8079 27.1616 36.8033 26.4247 37.6548L26.4606 37.614C25.755 38.4074 24.9158 39.0264 23.9087 39.4967L23.9756 39.4662C23.7691 39.558 23.5563 39.64 23.3364 39.7124C22.5073 39.9862 21.5696 40.1219 20.5502 40.1214ZM20.5502 48.1214V40.1214V48.1214ZM65.7326 47.2214C66.7326 47.2214 67.7326 47.2214 68.7326 47.2214C69.0659 44.1948 69.366 41.1681 69.6326 38.1414C70.2367 31.2848 70.6698 24.4281 70.9317 17.5714L71.0675 14.0188L67.2326 13.8723C61.9826 13.6717 56.7326 13.5714 51.4826 13.5714C50.2326 13.5714 48.9826 13.5721 47.7326 13.5733L43.7386 13.5693L43.7345 17.5714C43.7445 27.4548 43.794 37.3381 43.883 47.2214L47.7326 43.3718C46.3493 43.3842 44.966 43.3975 43.5826 43.4115L47.3926 47.2214C47.2801 36.1048 47.1176 24.9881 46.9052 13.8714L43.5826 17.194C52.8493 17.0169 62.1159 16.8051 71.3826 16.5586L68.6955 13.8714C68.9475 23.3448 69.2358 32.8181 69.5604 42.2914C69.6167 43.9348 69.6741 45.5781 69.7326 47.2214L71.3826 45.5714C69.9993 45.6206 68.616 45.6707 67.2326 45.7214C67.2326 46.7214 67.2326 47.7214 67.2326 48.7214C68.616 48.7722 69.9993 48.8222 71.3826 48.8715L73.0892 48.8107L73.0326 47.2214C73.0911 45.5781 73.1485 43.9348 73.2048 42.2914C73.5294 32.8181 73.8177 23.3448 74.0697 13.8714L73.9964 11.1148L71.3826 11.1843C62.116 10.9378 52.8493 10.726 43.5826 10.5489L40.1978 10.6136L40.2601 13.8714C40.0476 24.9881 39.8852 36.1048 39.7726 47.2214L39.8116 51.0696L43.5826 51.0314C44.966 51.0454 46.3493 51.0586 47.7326 51.0711L51.6166 51.0361L51.5823 47.2214C51.6712 37.3381 51.7207 27.4548 51.7307 17.5714L47.7326 21.5695C48.9826 21.5708 50.2326 21.5714 51.4826 21.5714C56.7326 21.5714 61.9826 21.4711 67.2326 21.2706L63.5335 17.5714C63.7955 24.4281 64.2285 31.2848 64.8326 38.1414C65.0993 41.1681 65.3993 44.1948 65.7326 47.2214ZM68.7326 47.2214H65.7326L65.9032 48.7702L67.2326 48.7214V45.7214L68.7326 47.2214ZM85.9283 47.2214C86.9283 47.2214 87.9283 47.2214 88.9283 47.2214C89.2617 45.2664 89.5617 43.3114 89.8283 41.3564C90.895 33.5364 91.4283 25.7164 91.4283 17.8964C91.4283 17.7881 91.4283 17.6798 91.4283 17.5714L91.4291 13.5723L87.4283 13.5715C83.9117 13.5722 80.395 13.5849 76.8783 13.6096L80.8401 17.5714C80.8315 16.3381 80.8213 15.1048 80.8097 13.8714L76.8783 17.8028C85.3117 17.7234 93.745 17.5751 102.178 17.3578L98.6919 13.8714C98.7237 15.1048 98.7569 16.3381 98.7917 17.5714L102.178 14.1848C98.645 14.2842 95.1117 14.3958 91.5783 14.5195L88.6368 14.4165L88.5263 17.5714C88.8522 26.8831 89.2622 36.1948 89.7561 45.5064C89.7864 46.0781 89.8171 46.6498 89.848 47.2214L91.5783 45.4911C90.195 45.566 88.8117 45.6428 87.4283 45.7214C87.4283 46.7214 87.4283 47.7214 87.4283 48.7214C88.8117 48.8001 90.195 48.8768 91.5783 48.9517L93.397 48.8532L93.3086 47.2214C93.3396 46.6498 93.3702 46.0781 93.4005 45.5064C93.8945 36.1948 94.3044 26.8831 94.6303 17.5714L91.5783 20.6234C95.1117 20.7471 98.645 20.8586 102.178 20.9581L105.658 20.8602L105.565 17.5714C105.6 16.3381 105.633 15.1048 105.665 13.8714L105.573 10.2976L102.178 10.385C93.745 10.1678 85.3117 10.0195 76.8783 9.94005L72.9103 9.97741L72.9469 13.8714C72.9353 15.1048 72.9252 16.3381 72.9165 17.5714L72.9445 21.5609L76.8783 21.5332C80.395 21.5579 83.9117 21.5707 87.4283 21.5714L83.4284 17.5714C83.4283 17.6798 83.4283 17.7881 83.4283 17.8964C83.4283 25.7164 83.9617 33.5364 85.0283 41.3564C85.295 43.3114 85.595 45.2664 85.9283 47.2214ZM88.9283 47.2214H85.9283L86.196 48.7915L87.4283 48.7214V45.7214L88.9283 47.2214ZM106.194 47.2214C107.194 47.2214 108.194 47.2214 109.194 47.2214C109.527 43.8679 109.827 40.5143 110.094 37.1608C110.711 29.3976 111.15 21.6345 111.41 13.8714L107.694 17.5875C109.077 17.6338 110.461 17.6745 111.844 17.7095L108.006 13.8714C107.898 18.1392 107.844 22.407 107.844 26.6748C107.844 31.0904 107.85 35.5059 107.863 39.9214L107.846 52.0263L115.048 42.2832C121.423 33.5813 127.767 24.8566 134.08 16.1092L131.044 17.6431C132.461 17.6289 133.877 17.6141 135.294 17.5986L131.567 13.8714C131.689 24.9881 131.851 36.1048 132.054 47.2214L135.294 43.9815C133.911 44.0067 132.527 44.0326 131.144 44.0592L134.306 47.2214C134.136 38.3548 133.94 29.4881 133.718 20.6214L133.811 12.7706L129.066 19.1019C123.956 26.4702 118.867 33.854 113.8 41.2536C112.658 42.9212 111.517 44.5896 110.378 46.2589L111.694 45.5907C110.361 45.6337 109.027 45.6773 107.694 45.7214C107.694 46.7214 107.694 47.7214 107.694 48.7214C109.027 48.7656 110.361 48.8092 111.694 48.8522L112.573 48.8238L113.01 48.184C114.255 46.5917 115.499 44.9986 116.742 43.4047C122.257 36.3324 127.75 29.2445 133.222 22.141L128.57 20.6214C128.348 29.4881 128.152 38.3548 127.982 47.2214L128.043 50.4432L131.144 50.3837C132.527 50.4102 133.911 50.4361 135.294 50.4614L138.592 50.4012L138.534 47.2214C138.737 36.1048 138.899 24.9881 139.021 13.8714L138.98 10.104L135.294 10.1443C133.877 10.1288 132.461 10.114 131.044 10.0998L129.101 10.1192L128.008 11.6337C121.521 20.2529 115.065 28.8949 108.64 37.5596L115.825 39.9214C115.838 35.5059 115.844 31.0904 115.844 26.6748C115.844 22.407 115.79 18.1392 115.682 13.8714L115.582 9.93881L111.844 10.0334C110.461 10.0684 109.077 10.1091 107.694 10.1554L103.858 10.2839L103.978 13.8714C104.238 21.6345 104.677 29.3976 105.294 37.1608C105.561 40.5143 105.861 43.8679 106.194 47.2214ZM109.194 47.2214H106.194L106.347 48.766L107.694 48.7214V45.7214L109.194 47.2214ZM147.744 22.5714C146.744 22.5714 145.744 22.5714 144.744 22.5714C144.457 24.8106 144.575 27.6502 146.555 30.0103L146.598 30.0518C146.819 30.3001 147.057 30.5356 147.308 30.7555C149.313 32.5001 151.82 33.0714 153.994 33.2429C155.504 33.3689 157.043 33.3768 158.586 33.249C159.972 33.1333 161.394 32.9132 162.853 32.4915L165.094 31.8678L165.258 29.1214C165.549 24.2523 165.694 19.3831 165.694 14.5139C165.694 14.2998 165.694 14.0856 165.694 13.8714L161.694 17.8713C163.078 17.8709 164.461 17.8692 165.844 17.8662L161.85 13.8714C161.874 24.9881 161.982 36.1048 162.175 47.2214L165.844 43.552C164.461 43.576 163.078 43.6013 161.694 43.6279L165.288 47.2214C165.196 42.4214 165.088 37.6214 164.964 32.8214L165.07 28.626L160.834 29.667C159.767 29.9911 158.644 30.2632 157.498 30.4987C156.284 30.7521 154.981 30.8836 153.644 30.927C152.144 30.9792 150.705 30.8486 149.48 30.4613L149.555 30.4896C148.505 30.1245 147.601 29.6074 146.865 28.916L146.899 28.9508C146.196 28.2685 145.647 27.4151 145.257 26.4007L145.262 26.4179C144.814 25.2268 144.574 23.9051 144.514 22.5214C144.405 19.6381 144.29 16.7548 144.169 13.8714L142.094 15.9464C143.478 15.8886 144.861 15.8294 146.244 15.7689L144.347 13.8714C144.372 14.4405 144.397 15.0096 144.422 15.5786C144.526 17.9096 144.633 20.2405 144.744 22.5714C145.744 22.5714 146.744 22.5714 147.744 22.5714C147.855 20.2405 147.963 17.9096 148.067 15.5786C148.092 15.0096 148.117 14.4405 148.142 13.8714L148.055 11.8947L146.244 11.9739C144.861 11.9134 143.478 11.8543 142.094 11.7964L139.936 11.8867L140.019 13.8714C139.899 16.7548 139.784 19.6381 139.675 22.5214C139.614 24.3167 139.788 26.1891 140.326 28.025L140.332 28.0422C140.821 29.6842 141.675 31.3291 142.89 32.692L142.923 32.7269C144.194 34.1193 145.799 35.1622 147.434 35.8533L147.509 35.8816C149.574 36.6865 151.659 36.9609 153.644 37.0158C155.254 37.0582 156.902 36.9974 158.591 36.7442C159.899 36.5494 161.218 36.3066 162.555 35.9759L158.425 32.8214C158.301 37.6214 158.193 42.4214 158.101 47.2214L158.171 50.8827L161.694 50.815C163.078 50.8416 164.461 50.8669 165.844 50.8909L169.576 50.8262L169.514 47.2214C169.706 36.1048 169.815 24.9881 169.839 13.8714L169.83 9.86797L165.844 9.87665C164.461 9.87364 163.078 9.87193 161.694 9.87152L157.693 9.8727L157.694 13.8714C157.694 14.0856 157.694 14.2998 157.694 14.5139C157.694 19.3831 157.84 24.2523 158.131 29.1214L160.536 25.7514C159.658 26.1314 158.658 26.4423 157.603 26.6938C156.433 26.9733 155.227 27.1742 153.994 27.3C152.501 27.4707 151.163 27.3827 150.168 26.901C150.039 26.8386 149.913 26.7691 149.791 26.6911L149.833 26.7326C148.787 26.088 148.024 24.4673 147.744 22.5714ZM144.744 22.5714H147.744H144.744ZM172.161 47.2214C173.161 47.2214 174.161 47.2214 175.161 47.2214C175.494 44.2131 175.794 41.2048 176.061 38.1964C176.779 30.0881 177.256 21.9798 177.491 13.8714L173.661 17.7012C177.586 17.8147 181.511 17.8714 185.436 17.8714C188.794 17.8714 192.152 17.8668 195.511 17.8576L191.525 13.8714C191.528 15.1048 191.532 16.3381 191.537 17.5714L195.511 13.5973C189.611 13.6195 183.711 13.6559 177.811 13.7066L173.979 13.6737L173.946 17.5714C173.977 21.1548 174.013 24.7381 174.054 28.3214L174.011 32.0344L177.811 32.0782C183.594 32.0116 189.377 31.9313 195.161 31.8373L191.645 28.3214C191.665 29.5548 191.686 30.7881 191.707 32.0214L195.161 28.5676C189.377 28.6674 183.594 28.781 177.811 28.9082L174.767 28.8412L174.697 32.0214C174.782 35.8548 174.872 39.6881 174.969 43.5214L174.899 46.2905L177.811 46.3637C183.711 46.2154 189.611 46.0528 195.511 45.8761L193.156 43.5214C193.193 44.7548 193.231 45.9881 193.269 47.2214L195.511 44.9795C191.236 45.112 186.961 45.2518 182.686 45.3992C179.677 45.5029 176.669 45.6103 173.661 45.7214C173.661 46.7214 173.661 47.7214 173.661 48.7214C176.669 48.8325 179.677 48.94 182.686 49.0437C186.961 49.191 191.236 49.3309 195.511 49.4633L197.82 49.3918L197.753 47.2214C197.791 45.9881 197.828 44.7548 197.865 43.5214L197.793 41.0984L195.511 41.1668C189.611 40.99 183.711 40.8275 177.811 40.6792L180.653 43.5214C180.749 39.6881 180.84 35.8548 180.924 32.0214L177.811 35.1347C183.594 35.2619 189.377 35.3754 195.161 35.4753L198.673 35.4146L198.615 32.0214C198.636 30.7881 198.657 29.5548 198.677 28.3214L198.619 24.7494L195.161 24.8056C189.377 24.7116 183.594 24.6313 177.811 24.5647L181.568 28.3214C181.609 24.7381 181.645 21.1548 181.676 17.5714L177.811 21.4363C183.711 21.487 189.611 21.5234 195.511 21.5455L199.5 21.5306L199.485 17.5714C199.49 16.3381 199.493 15.1048 199.497 13.8714L199.486 9.87435L195.511 9.88528C192.152 9.87605 188.794 9.87143 185.436 9.87143C181.511 9.87143 177.586 9.92818 173.661 10.0417L169.724 10.1555L169.831 13.8714C170.065 21.9798 170.542 30.0881 171.261 38.1964C171.527 41.2048 171.827 44.2131 172.161 47.2214ZM175.161 47.2214H172.161L172.332 48.7705L173.661 48.7214V45.7214L175.161 47.2214ZM217.928 49.3214C217.928 48.3214 217.928 47.3214 217.928 46.3214C215.79 46.028 213.791 45.3896 212.029 44.4254L212.041 44.4301C211.816 44.3062 211.595 44.1778 211.378 44.0451C209.979 43.189 208.767 42.149 207.752 40.9568L207.798 41.0013C206.646 39.5889 205.801 37.9995 205.213 36.2777L205.238 36.3375C204.659 34.5158 204.459 32.5792 204.553 30.5714C204.643 28.5759 205.028 26.7222 205.744 25.0846L205.732 25.1132C206.217 24.022 206.799 23.0284 207.486 22.1449C207.808 21.7319 208.153 21.3436 208.524 20.9802C209.715 19.8111 211.099 18.9079 212.668 18.2685L212.648 18.2766C214.291 17.6154 216.063 17.2891 217.928 17.277C219.013 17.2688 220.038 17.3769 220.952 17.6145L220.978 17.6212C221.893 17.8525 222.729 18.1759 223.469 18.5938L223.516 18.6203C224.294 19.0462 224.99 19.5422 225.6 20.1109L225.655 20.1628C226.33 20.7704 226.934 21.4319 227.461 22.1477L228.713 16.5754C227.554 17.2385 226.395 17.9023 225.237 18.5671L230.19 19.7222C228.818 17.7575 226.926 16.2112 224.969 15.1711L225.047 15.2158C222.91 13.9789 220.329 13.3479 217.928 13.3959C215.769 13.4194 213.507 13.8507 211.444 14.7699C209.518 15.6163 207.709 16.8809 206.263 18.4258L206.229 18.4618C204.755 20.0675 203.662 21.9627 202.938 23.8855L202.925 23.9183C202.113 26.12 201.832 28.4088 201.879 30.5714C201.921 32.7459 202.312 35.0004 203.169 37.1077L203.188 37.1572C203.979 39.0231 205.12 40.829 206.605 42.3257L206.635 42.3562C208.092 43.7962 209.871 44.9381 211.742 45.6736C213.737 46.4711 215.886 46.7932 217.928 46.733C220.149 46.6878 222.455 46.0542 224.369 44.8902L224.351 44.9006C226.151 43.8502 227.801 42.3463 228.94 40.5274L225.996 41.2403C227.203 41.8478 228.41 42.4545 229.617 43.0603L228.939 39.9769C227.771 41.7149 226.256 43.2166 224.474 44.4164C224.472 44.4185 224.462 44.425 224.453 44.4315C222.653 45.6447 220.337 46.2157 217.928 46.3214C217.928 47.3214 217.928 48.3214 217.928 49.3214C220.685 49.4338 223.667 49.0374 226.331 47.5547C226.345 47.5468 226.359 47.5388 226.373 47.5309C228.631 46.2645 230.687 44.5384 232.317 42.4659L233.708 40.4216L231.638 39.3826C230.479 38.6884 229.319 37.9951 228.159 37.3026L226.257 36.3448L225.215 38.0154C224.388 39.1316 223.296 40.0006 222.004 40.6423L221.986 40.6526C220.719 41.2959 219.36 41.5698 217.928 41.5099C216.483 41.4554 215.129 41.1451 213.914 40.5693C212.715 40.006 211.682 39.2411 210.82 38.2867L210.85 38.3172C209.991 37.3391 209.336 36.1809 208.867 34.8857L208.886 34.9351C208.42 33.5736 208.231 32.1029 208.276 30.5714C208.32 29.0286 208.596 27.585 209.13 26.3246L209.117 26.3574C209.653 25.1189 210.356 24.0501 211.226 23.1811L211.192 23.217C212.064 22.3674 213.069 21.7254 214.211 21.273C215.359 20.8188 216.6 20.6176 217.928 20.6469C219.192 20.6786 220.284 21.0003 221.308 21.627L221.387 21.6718C222.498 22.313 223.352 23.0922 223.965 24.0207L225.98 26.8619L228.919 25.1758C230.093 24.5405 231.268 23.9044 232.442 23.2674L236.198 21.1193L233.694 17.6951C232.874 16.5239 231.929 15.4444 230.9 14.48L230.955 14.5319C229.858 13.4607 228.624 12.5557 227.339 11.8226L227.386 11.8491C225.972 11.0154 224.469 10.423 222.977 10.0217L223.003 10.0284C221.282 9.55368 219.569 9.37414 217.928 9.36585C215.19 9.34714 212.345 9.82118 209.707 10.8662L209.687 10.8744C207.206 11.8596 204.855 13.3722 202.93 15.2633C202.299 15.8797 201.71 16.5407 201.171 17.2345C200.015 18.7197 199.103 20.3567 198.423 22.0296L198.411 22.0582C197.297 24.8408 196.907 27.7949 197.002 30.5714C197.09 33.3686 197.678 36.268 198.917 38.9053L198.942 38.9652C200.081 41.2885 201.691 43.4459 203.657 45.1415L203.703 45.1861C205.403 46.5991 207.352 47.6925 209.371 48.4053C209.684 48.5163 209.999 48.6187 210.314 48.7128L210.326 48.7175C212.844 49.4596 215.463 49.6215 217.928 49.3214ZM217.928 46.3214V49.3214V46.3214ZM254.92 48.1885C255.684 47.5438 256.449 46.8991 257.213 46.2544C255.62 43.8477 254.001 41.4625 252.356 39.0988C250.249 36.0703 248.1 33.0771 245.909 30.1192L243.785 27.2515L240.971 30.0651C239.774 31.2611 238.586 32.4649 237.406 33.6762L236.595 34.5095L236.52 36.0214C236.335 39.7548 236.207 43.4881 236.135 47.2214L240.067 43.2899C238.683 43.2633 237.3 43.2445 235.917 43.2334L239.905 47.2214C239.913 46.2316 239.917 45.2417 239.917 44.2518C239.917 34.125 239.87 23.9982 239.778 13.8714L235.917 17.7328C237.3 17.7202 238.683 17.7067 240.067 17.6924L236.246 13.8714C236.305 19.6214 236.38 25.3714 236.469 31.1214L236.385 40.8317L242.801 33.4593C247.628 27.6328 252.436 21.7896 257.224 15.9296L254.817 17.0384C256.55 16.9996 258.283 16.9595 260.017 16.918L257.726 11.8627C253.219 17.2569 248.729 22.6658 244.256 28.0893L242.839 29.6091L244.242 31.3385C248.674 36.1712 253.121 40.9913 257.582 45.7987C258.365 46.6426 259.149 47.486 259.933 48.3291L261.217 45.5258C259.5 45.5897 257.783 45.6549 256.067 45.7214C256.067 46.7214 256.067 47.7214 256.067 48.7214C257.783 48.788 259.5 48.8532 261.217 48.917L264.962 48.8166L262.5 46.1137C261.781 45.2147 261.062 44.3161 260.341 43.4178C256.239 38.3007 252.122 33.1962 247.991 28.1043L247.978 31.3535C252.771 26.2104 257.547 21.0526 262.307 15.8802L266.687 10.711L260.017 10.8248C258.283 10.7833 256.55 10.7432 254.817 10.7044L253.288 10.7386L252.41 11.8133C247.364 17.4533 242.339 23.11 237.333 28.7836L243.664 31.1214C243.753 25.3714 243.828 19.6214 243.888 13.8714L243.848 10.0113L240.067 10.0505C238.683 10.0362 237.3 10.0227 235.917 10.01L232.02 10.0456L232.055 13.8714C231.963 23.9982 231.917 34.125 231.917 44.2518C231.917 45.2417 231.921 46.2316 231.929 47.2214L231.961 51.2413L235.917 51.2095C237.3 51.1984 238.683 51.1795 240.067 51.1529L244.072 51.0758L243.998 47.2214C243.926 43.4881 243.798 39.7548 243.613 36.0214L242.727 38.3666C243.781 37.0447 244.826 35.7151 245.863 34.3778L240.924 34.3236C243.47 36.9821 246.057 39.6053 248.687 42.1933C250.739 44.2132 252.817 46.2116 254.92 48.1885ZM257.213 46.2544L254.92 48.1885L255.51 48.743L256.067 48.7214V45.7214L257.213 46.2544ZM264.446 47.2214C265.446 47.2214 266.446 47.2214 267.446 47.2214C267.779 43.8679 268.079 40.5143 268.346 37.1608C268.963 29.3976 269.402 21.6345 269.662 13.8714L265.946 17.5875C267.329 17.6338 268.713 17.6745 270.096 17.7095L266.258 13.8714C266.15 18.1392 266.096 22.407 266.096 26.6748C266.096 31.0904 266.102 35.5059 266.115 39.9214L266.098 52.0263L273.3 42.2832C279.675 33.5813 286.019 24.8566 292.332 16.1092L289.296 17.6431C290.713 17.6289 292.129 17.6141 293.546 17.5986L289.819 13.8714C289.94 24.9881 290.103 36.1048 290.306 47.2214L293.546 43.9815C292.163 44.0067 290.779 44.0326 289.396 44.0592L292.558 47.2214C292.388 38.3548 292.192 29.4881 291.97 20.6214L292.063 12.7706L287.318 19.1019C282.208 26.4702 277.119 33.854 272.052 41.2536C270.91 42.9212 269.769 44.5896 268.629 46.2589L269.946 45.5907C268.613 45.6337 267.279 45.6773 265.946 45.7214C265.946 46.7214 265.946 47.7214 265.946 48.7214C267.279 48.7656 268.613 48.8092 269.946 48.8522L270.825 48.8238L271.262 48.184C272.507 46.5917 273.751 44.9986 274.994 43.4047C280.509 36.3324 286.002 29.2445 291.474 22.141L286.821 20.6214C286.6 29.4881 286.404 38.3548 286.234 47.2214L286.295 50.4432L289.396 50.3837C290.779 50.4102 292.163 50.4361 293.546 50.4614L296.844 50.4012L296.786 47.2214C296.989 36.1048 297.151 24.9881 297.273 13.8714L297.232 10.104L293.546 10.1443C292.129 10.1288 290.713 10.114 289.296 10.0998L287.353 10.1192L286.26 11.6337C279.773 20.2529 273.317 28.8949 266.891 37.5596L274.077 39.9214C274.089 35.5059 274.096 31.0904 274.096 26.6748C274.096 22.407 274.042 18.1392 273.934 13.8714L273.834 9.93881L270.096 10.0334C268.713 10.0684 267.329 10.1091 265.946 10.1554L262.11 10.2839L262.23 13.8714C262.49 21.6345 262.929 29.3976 263.546 37.1608C263.813 40.5143 264.113 43.8679 264.446 47.2214ZM267.446 47.2214H264.446L264.599 48.766L265.946 48.7214V45.7214L267.446 47.2214ZM299.846 47.2214C300.846 47.2214 301.846 47.2214 302.846 47.2214C303.18 43.8679 303.48 40.5143 303.746 37.1608C304.364 29.3976 304.802 21.6345 305.062 13.8714L301.346 17.5875C302.73 17.6338 304.113 17.6745 305.496 17.7095L301.658 13.8714C301.55 18.1392 301.496 22.407 301.496 26.6748C301.496 31.0904 301.503 35.5059 301.516 39.9214L301.499 52.0263L308.701 42.2832C315.075 33.5813 321.419 24.8566 327.732 16.1092L324.696 17.6431C326.113 17.6289 327.53 17.6141 328.946 17.5986L325.219 13.8714C325.341 24.9881 325.503 36.1048 325.706 47.2214L328.946 43.9815C327.563 44.0067 326.18 44.0326 324.796 44.0592L327.959 47.2214C327.789 38.3548 327.593 29.4881 327.371 20.6214L327.464 12.7706L322.718 19.1019C317.608 26.4702 312.52 33.854 307.453 41.2536C306.311 42.9212 305.17 44.5896 304.03 46.2589L305.346 45.5907C304.013 45.6337 302.68 45.6773 301.346 45.7214C301.346 46.7214 301.346 47.7214 301.346 48.7214C302.68 48.7656 304.013 48.8092 305.346 48.8522L306.226 48.8238L306.663 48.184C307.908 46.5917 309.152 44.9986 310.395 43.4047C315.909 36.3324 321.402 29.2445 326.874 22.141L322.222 20.6214C322 29.4881 321.804 38.3548 321.634 47.2214L321.696 50.4432L324.796 50.3837C326.18 50.4102 327.563 50.4361 328.946 50.4614L332.244 50.4012L332.186 47.2214C332.389 36.1048 332.552 24.9881 332.673 13.8714L332.632 10.104L328.946 10.1443C327.53 10.1288 326.113 10.114 324.696 10.0998L322.753 10.1192L321.66 11.6337C315.173 20.2529 308.717 28.8949 302.292 37.5596L309.477 39.9214C309.49 35.5059 309.496 31.0904 309.496 26.6748C309.496 22.407 309.442 18.1392 309.334 13.8714L309.235 9.93881L305.496 10.0334C304.113 10.0684 302.73 10.1091 301.346 10.1554L297.51 10.2839L297.63 13.8714C297.89 21.6345 298.329 29.3976 298.946 37.1608C299.213 40.5143 299.513 43.8679 299.846 47.2214ZM302.846 47.2214H299.846L300 48.766L301.346 48.7214V45.7214L302.846 47.2214ZM327.124 9.93348C324.972 8.35878 322.82 6.78409 320.668 5.20939C320.405 5.56954 320.116 5.89473 319.798 6.18938C319.345 6.61011 318.831 6.97001 318.246 7.27509L318.276 7.25969C317.341 7.73681 316.321 7.97061 315.146 7.97143C313.962 7.97066 312.914 7.73253 311.935 7.24372L312.029 7.29202C311.038 6.76326 310.223 6.06504 309.537 5.159L308.963 10.5969C309.58 10.0636 310.196 9.53022 310.813 8.99689L304.961 8.32412C306.049 9.83292 307.524 11.1673 309.162 12.0944L309.238 12.1368C311.123 13.1705 313.254 13.5798 315.146 13.5714C317.042 13.5813 319.159 13.1507 321.005 12.1368L320.963 12.159C322.702 11.2556 324.282 9.82844 325.359 8.21267L319.43 8.99689C319.523 9.07724 319.616 9.1576 319.708 9.23795C320.232 9.69093 320.756 10.1439 321.28 10.5969C323.024 8.57992 324.768 6.56295 326.513 4.54598C325.989 4.093 325.465 3.64002 324.942 3.18705C324.849 3.10669 324.756 3.02634 324.663 2.94598L321.257 -4.57764e-05L318.733 3.7302C318.322 4.33265 317.858 4.74867 317.229 5.0839L317.188 5.10602C316.627 5.40921 315.984 5.56963 315.146 5.57143C314.274 5.57033 313.606 5.405 313.055 5.10602L313.131 5.14846C312.452 4.759 311.905 4.26798 311.431 3.61874L308.871 0.0990448L305.58 2.94598C304.963 3.47931 304.346 4.01265 303.73 4.54598L300.897 6.99616L303.156 9.98387C304.49 11.7635 306.284 13.3054 308.264 14.3508L308.357 14.3991C310.465 15.4652 312.881 15.9821 315.146 15.9714C317.389 15.9821 319.806 15.4745 321.917 14.3832L321.947 14.3678C323.117 13.7586 324.242 12.9805 325.239 12.0545C325.937 11.4074 326.57 10.6913 327.124 9.93348ZM320.668 5.20939L327.124 9.93348L329.302 6.95789L326.513 4.54598L321.28 10.5969L320.668 5.20939Z' fill='%23070708' mask='url(%23path-3-outside-2_7261_675672)'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 .speed {
    font-size: 18px;
    padding: 8px 15px;
  }
  #first_screen .cta .points {
    margin-bottom: 130px;
  }
  #first_screen .cta .points .point {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #first_screen .cta .bubble {
    bottom: 192px;
  }
  #first_screen .cta .bubble.lv {
    bottom: 192px;
  }
  #first_screen .cta .discount-block {
    margin-left: 20px;
  }
  #first_screen .cta .discount-block .old_price {
    left: auto;
    top: auto;
    bottom: -55px;
    right: -100px;
  }
  #first_screen .cta .form-block {
    max-width: 400px;
  }
  #first_screen .cta .form-block:before {
    background-image: url(../img/img-april2026-inet-375.png);
    width: 329px;
    height: 329px;
    top: -263px;
    right: -65px;
  }
  #first_screen .cta .form-block form .custom_checkbox {
    max-width: 215px;
  }
}

/*** Tarifi ***/
.tarifi-internet {
  background: #f2f6fa;
  padding: 80px 0 90px;
}
.tarifi-internet h2 {
  margin-bottom: 50px;
}
.tarifi-internet .mode-switch {
  width: -moz-max-content;
  width: max-content;
  padding: 5px;
  background-color: #f6f7fb;
  border-radius: 48px;
  margin: 0 auto 50px;
}
.tarifi-internet .mode-switch a {
  padding: 20px 48px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #1E1E1E;
  cursor: pointer;
  transition: all 0.2s;
}
.tarifi-internet .mode-switch a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.tarifi-internet .mode-switch a.active {
  background-color: #FFF;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  cursor: default;
  transition: all 0.2s;
}
.tarifi-internet .tarifi-points {
  margin: 0 -25px;
}
.tarifi-internet .tarifi-points [data-control-this*=unlimited]:not([data-control-this*=two-years]) {
  display: none;
}
.tarifi-internet .tarifi-points .single-tarif {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 384px;
  min-height: 474px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 39px 50px 50px;
  margin: 0 25px;
  position: relative;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .pack-header path {
  fill: #ED2D72;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .list .list-item .icon-point svg path {
  fill: #ED2D72;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .button {
  background: #ED2D72;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .pack-header path {
  fill: #9458A2;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item a {
  color: #9458A2;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item .icon-point svg path {
  fill: #9458A2;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .button {
  background: #9458A2;
}
.tarifi-internet .tarifi-points .single-tarif .content-info-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip {
  display: none;
  position: absolute;
  top: 15px;
  left: 60px;
  right: 15px;
  padding: 32px 15px 32px;
  border-radius: 8px;
  box-shadow: 0 10px 20px 0 rgba(8, 68, 164, 0.3);
  z-index: 10;
  background: #FFF;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 100%;
  border-width: 9px 14px 9px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip ul li {
  padding: 0 0 24px;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip ul li:last-child {
  padding: 0;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip .close-tooltip {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip .close-tooltip svg {
  width: 16px;
  height: 16px;
  fill: #8c97a3;
}
.tarifi-internet .tarifi-points .single-tarif .info-tooltip .close-tooltip:hover svg {
  fill: #ED2D72;
}
.tarifi-internet .tarifi-points .single-tarif .pack-header {
  position: absolute;
  top: 0;
  right: 0;
}
.tarifi-internet .tarifi-points .single-tarif .name-tarif {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 27px;
}
.tarifi-internet .tarifi-points .single-tarif .list .list-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 16px;
}
.tarifi-internet .tarifi-points .single-tarif .list .list-item .icon-point {
  width: 20px;
  height: 20px;
  border: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.tarifi-internet .tarifi-points .single-tarif .list .list-item a {
  font-size: 16px;
}
.tarifi-internet .tarifi-points .single-tarif .price {
  font-family: "Proxima Nova", sans-serif;
  margin-bottom: 20px;
}
.tarifi-internet .tarifi-points .single-tarif .price .old_price {
  color: #9fa2b5;
  font-weight: 600;
  margin-right: 20px;
  margin-top: 5px;
  position: relative;
}
.tarifi-internet .tarifi-points .single-tarif .price .old_price:after {
  display: block;
  content: "";
  background-color: #9fa2b5;
  width: 115%;
  height: 2px;
  position: absolute;
  left: -5px;
  top: 42%;
  transform: rotate(-20deg);
}
.tarifi-internet .tarifi-points .single-tarif .price .old_price .eur {
  font-size: 36px;
  line-height: 120%;
}
.tarifi-internet .tarifi-points .single-tarif .price .old_price .right-part .cents {
  font-size: 24px;
  line-height: 120%;
}
.tarifi-internet .tarifi-points .single-tarif .price .new_price .eur {
  font-weight: 700;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -0.05em;
}
.tarifi-internet .tarifi-points .single-tarif .price .new_price .right-part {
  margin-left: 7px;
  margin-top: 7px;
  position: relative;
}
.tarifi-internet .tarifi-points .single-tarif .price .new_price .right-part .cents {
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -0.03em;
  margin-bottom: -5px;
  position: relative;
}
.tarifi-internet .tarifi-points .single-tarif .price .new_price .right-part .value {
  font-size: 18px;
  line-height: 150%;
  margin-left: 3px;
}
.tarifi-internet .tarifi-points .single-tarif .until-text {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 29px;
}
.tarifi-internet .tarifi-points .single-tarif .button {
  width: 217px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  color: #FFF;
  cursor: pointer;
}
.tarifi-internet .tarifi-points .single-tarif.orange .pack-header path {
  fill: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .list .list-item .icon-point {
  border-color: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .list .list-item .icon-point svg path {
  fill: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .list .list-item a {
  color: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .button {
  background-color: #ec7c38;
}
.tarifi-internet .tarifi-points .single-tarif.orange .button:hover {
  background-color: rgba(236, 124, 56, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.green .pack-header path {
  fill: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .list .list-item .icon-point {
  border-color: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .list .list-item .icon-point svg path {
  fill: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .list .list-item a {
  color: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .button {
  background-color: #3D7900;
}
.tarifi-internet .tarifi-points .single-tarif.green .button:hover {
  background-color: rgba(61, 121, 0, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.blue .pack-header path {
  fill: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .list .list-item .icon-point {
  border-color: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .list .list-item .icon-point svg path {
  fill: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .list .list-item a {
  color: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .button {
  background-color: #00BBEF;
}
.tarifi-internet .tarifi-points .single-tarif.blue .button:hover {
  background-color: rgba(0, 187, 239, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .pack-header path {
  fill: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .list .list-item .icon-point {
  border-color: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .list .list-item .icon-point svg path {
  fill: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .list .list-item a {
  color: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .button {
  background-color: #0844A4;
}
.tarifi-internet .tarifi-points .single-tarif.dark_blue .button:hover {
  background-color: rgba(8, 68, 164, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.yellow .pack-header path {
  fill: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .list .list-item .icon-point {
  border-color: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .list .list-item .icon-point svg path {
  fill: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .list .list-item a {
  color: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .button {
  background-color: #FBDA2B;
}
.tarifi-internet .tarifi-points .single-tarif.yellow .button:hover {
  background-color: rgba(251, 218, 43, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.pink .pack-header path {
  fill: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .list .list-item .icon-point {
  border-color: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .list .list-item .icon-point svg path {
  fill: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .list .list-item a {
  color: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .button {
  background-color: #ea447e;
}
.tarifi-internet .tarifi-points .single-tarif.pink .button:hover {
  background-color: rgba(234, 68, 126, 0.8);
}
.tarifi-internet .tarifi-points .single-tarif.purple .pack-header path {
  fill: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .list .list-item .icon-point {
  border-color: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .list .list-item .icon-point svg path {
  fill: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .list .list-item a {
  color: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .button {
  background-color: purple;
}
.tarifi-internet .tarifi-points .single-tarif.purple .button:hover {
  background-color: rgba(128, 0, 128, 0.8);
}
.tarifi-internet .link-kopsavilkums {
  font-size: 15px;
  color: #979797;
  border-bottom: none;
  margin-top: 15px;
}
.tarifi-internet .link-kopsavilkums:hover {
  color: #1E1E1E;
}
.tarifi-internet .link-kopsavilkums:hover svg path {
  fill: #1E1E1E;
  transition: all 0.3s;
}
.tarifi-internet .link-kopsavilkums svg {
  margin-right: 6px;
}
.tarifi-internet .link-kopsavilkums svg path {
  transition: all 0.3s;
}
@media (max-width: 1279px) {
  .tarifi-internet {
    padding: 80px 0;
  }
}
@media (max-width: 1023px) {
  .tarifi-internet {
    padding: 60px 0;
  }
  .tarifi-internet .tarifi-points {
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .tarifi-internet .tarifi-points .single-tarif {
    width: calc(50% - 7px);
    padding: 35px 45px 45px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .tarifi-internet h2 {
    margin-bottom: 40px;
  }
  .tarifi-internet .mode-switch {
    width: 100%;
    margin-bottom: 30px;
  }
  .tarifi-internet .mode-switch a {
    width: 50%;
    font-size: 15px;
    padding: 20px;
  }
  .tarifi-internet .tarifi-points {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .tarifi-internet .tarifi-points .single-tarif {
    max-width: 350px;
    width: 100%;
    min-height: 400px;
    padding: 35px 35px 45px;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  .tarifi-internet .mode-switch {
    width: 100%;
    margin-bottom: 30px;
  }
  .tarifi-internet .mode-switch a {
    font-size: 13px;
    padding: 16px 13px;
  }
  .tarifi-internet .tarifi-points .single-tarif .name-tarif {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

/*** About kibersargs ***/
#about-kibersargs {
  padding: 100px 0 120px;
}
#about-kibersargs h2 {
  margin-bottom: 60px;
}
#about-kibersargs .content-block {
  margin-bottom: 80px;
}
#about-kibersargs .content-block .text-col {
  max-width: 100%;
  font-size: 18px;
}
#about-kibersargs .content-block .text-col p {
  margin: 0 0 40px 0;
}
#about-kibersargs .content-block .text-col p:last-of-type {
  margin: 0;
}
#about-kibersargs .content-block .text-col p span {
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 16px;
}
#about-kibersargs .list-about-kibersargs .list__item {
  width: 377px;
  min-height: 216px;
  background: #f2f6fa;
  border: 2px solid #dfe5ea;
  border-radius: 20px;
  padding: 40px;
}
#about-kibersargs .list-about-kibersargs .list__item .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 12px;
}
#about-kibersargs .list-about-kibersargs .list__item .title svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 12px;
}
#about-kibersargs .list-about-kibersargs .list__item .text {
  font-size: 18px;
  line-height: 140%;
  opacity: 0.9;
}
@media (max-width: 1279px) {
  #about-kibersargs {
    padding: 80px 0 100px;
  }
  #about-kibersargs .content-block {
    margin-bottom: 60px;
  }
  #about-kibersargs .list-about-kibersargs .list__item {
    width: 310px;
    padding: 30px;
  }
  #about-kibersargs .list-about-kibersargs .list__item .title {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  #about-kibersargs {
    padding: 60px 0;
  }
  #about-kibersargs .content-block {
    margin-bottom: 50px;
  }
  #about-kibersargs .list-about-kibersargs .list__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #about-kibersargs .list-about-kibersargs .list__item:last-of-type {
    width: 475px;
  }
}
@media (max-width: 767px) {
  #about-kibersargs {
    padding: 60px 0 50px;
  }
  #about-kibersargs h2 {
    margin-bottom: 30px;
  }
  #about-kibersargs .content-block {
    flex-direction: column-reverse;
  }
  #about-kibersargs .content-block .text-col {
    max-width: 100%;
  }
  #about-kibersargs .content-block .text-col p {
    margin: 0 0 30px 0;
  }
  #about-kibersargs .content-block .text-col p span {
    font-size: 24px;
  }
  #about-kibersargs .content-block .icon-shield-kibersargs {
    width: 174px;
    height: 233px;
    margin-bottom: 30px;
  }
  #about-kibersargs .list-about-kibersargs .list__item {
    width: 100%;
    min-height: 180px;
    margin-bottom: 10px;
  }
  #about-kibersargs .list-about-kibersargs .list__item:last-of-type {
    width: 100%;
  }
}
/*** What can kibersargs ***/
#what-can-kibersargs {
  background: #040707;
  padding: 120px 0;
}
#what-can-kibersargs h2 {
  margin-bottom: 60px;
}
#what-can-kibersargs .list-what-can-kibersargs {
  border-radius: 20px;
  box-shadow: 0 4px 144px 0 rgba(8, 68, 164, 0.2);
  background: #202323;
  padding: 50px 100px;
  position: relative;
  /*&:before {
    content: '';
    display: block;
    width: 2px;
    height: calc(100% - 100px);
    background-color: rgba(255,255,255, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }*/
}
#what-can-kibersargs .list-what-can-kibersargs .list__item {
  width: 50%;
}
#what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(odd) {
  padding-right: 100px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
#what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(even) {
  padding-left: 100px;
}
#what-can-kibersargs .list-what-can-kibersargs .list__item svg {
  margin-bottom: 26px;
}
#what-can-kibersargs .list-what-can-kibersargs .list__item .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 16px;
}
#what-can-kibersargs .list-what-can-kibersargs .list__item .text {
  font-size: 18px;
  line-height: 140%;
  opacity: 0.8;
}
#what-can-kibersargs .check-availability {
  background: #040707;
  border-radius: 20px;
  box-shadow: 0 4px 144px 0 rgba(8, 68, 164, 0.2);
  padding: 60px 120px 60px 60px;
}
#what-can-kibersargs .check-availability .text {
  max-width: 500px;
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
}
#what-can-kibersargs .check-availability .button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: #ED2D72;
  color: #FFF;
  min-width: 290px;
  width: auto;
  height: 62px;
  padding: 0 20px;
  transition: all 0.3s;
}
#what-can-kibersargs .check-availability .button:hover {
  background: #9458A2;
  transition: all 0.3s;
}
#what-can-kibersargs .check-availability .button svg {
  margin-right: 6px;
}
@media (max-width: 1279px) {
  #what-can-kibersargs {
    padding: 80px 0;
  }
  #what-can-kibersargs .list-what-can-kibersargs {
    padding: 50px 40px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(odd) {
    padding-right: 50px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(even) {
    padding-left: 50px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item .title {
    font-size: 24px;
  }
  #what-can-kibersargs .check-availability {
    padding: 60px;
  }
}
@media (max-width: 1023px) {
  #what-can-kibersargs {
    padding: 60px 0;
  }
  #what-can-kibersargs h2 {
    margin-bottom: 40px;
  }
  #what-can-kibersargs .list-what-can-kibersargs {
    flex-direction: column;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item {
    width: 100%;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(odd) {
    padding-right: 0;
    padding-bottom: 50px;
    border-right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(even) {
    padding-left: 0;
    padding-top: 50px;
  }
  #what-can-kibersargs .check-availability {
    padding: 60px 0;
  }
  #what-can-kibersargs .check-availability .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #what-can-kibersargs .list-what-can-kibersargs {
    margin-bottom: 50px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(odd) {
    padding-bottom: 40px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item:nth-child(even) {
    padding-top: 40px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item svg {
    width: 88px;
    height: 80px;
    margin-bottom: 20px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item .text {
    margin-bottom: 12px;
  }
  #what-can-kibersargs .check-availability {
    padding: 0;
  }
  #what-can-kibersargs .check-availability .text {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  #what-can-kibersargs .list-what-can-kibersargs {
    padding: 40px 30px;
    margin-bottom: 50px;
  }
  #what-can-kibersargs .list-what-can-kibersargs .list__item .title {
    font-size: 20px;
  }
  #what-can-kibersargs .check-availability .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/*** Our services ***/
#our-services {
  padding-top: 80px;
}
#our-services h2 {
  margin-bottom: 40px;
}
#our-services .list {
  margin-bottom: 20px;
}
#our-services .list .list__item {
  width: 381px;
  min-height: 249px;
  border-radius: 10px;
  background: #f5f7fa;
  margin-bottom: 20px;
  padding: 62px 100px 62px 53px;
}
#our-services .list .list__item:nth-child(1), #our-services .list .list__item:nth-child(2) {
  width: calc(50% - 7px);
}
#our-services .list .list__item .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 108%;
  margin-bottom: 6px;
}
#our-services .list .list__item .title span {
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  margin-left: 4px;
}
#our-services .list .list__item .text {
  color: #606060;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
#our-services .list .list__item .text a {
  color: #54BEE1;
}
@media (max-width: 1279px) {
  #our-services {
    padding-top: 70px;
  }
  #our-services .list .list__item {
    width: 315px;
    margin-bottom: 16px;
    padding: 62px 50px;
  }
}
@media (max-width: 1023px) {
  #our-services {
    padding-top: 60px;
  }
  #our-services h2 {
    margin-bottom: 30px;
  }
  #our-services .list .list__item {
    width: 237px;
    margin-bottom: 8px;
    padding: 50px 32px;
  }
}
@media (max-width: 767px) {
  #our-services {
    padding-top: 26px;
  }
  #our-services h2 {
    max-width: 300px;
    margin-bottom: 20px;
  }
  #our-services .list {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  #our-services .list .list__item {
    max-width: 361px;
    width: 100%;
    min-height: 200px;
    margin-bottom: 7px;
    padding: 50px 32px;
  }
  #our-services .list .list__item:nth-child(1), #our-services .list .list__item:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 479px) {
  #our-services {
    padding-top: 40px;
  }
  #our-services h2 {
    margin-bottom: 20px;
  }
  #our-services .list .list__item {
    min-height: 184px;
    padding: 40px 25px;
  }
  #our-services .list .list__item .title {
    font-size: 45px;
    margin-bottom: 13px;
  }
  #our-services .list .list__item .title span {
    font-size: 25px;
  }
  #our-services .list .list__item .text {
    font-size: 16px;
  }
}

#about-balticom {
  padding: 80px 0 90px;
}
#about-balticom h2 {
  margin-bottom: 50px;
}
#about-balticom .list-about-balticom {
  max-width: 465px;
  flex-shrink: 0;
}
#about-balticom .list-about-balticom .list__item {
  margin-bottom: 55px;
}
#about-balticom .list-about-balticom .list__item:last-child {
  margin-bottom: 0;
}
#about-balticom .list-about-balticom .list__item .title {
  display: flex;
  flex-shrink: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 108%;
  margin-right: 23px;
}
#about-balticom .list-about-balticom .list__item .text {
  display: flex;
  flex: auto;
  color: #606060;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}
#about-balticom .img-about-balticom {
  width: 568px;
  height: 483px;
  background-image: url(../img/img-about-balticom-1920.jpg);
  border-radius: 10px;
}
@media (max-width: 1279px) {
  #about-balticom {
    padding: 60px 0 70px;
  }
  #about-balticom .list-about-balticom {
    max-width: 405px;
  }
  #about-balticom .list-about-balticom .list__item .title {
    font-size: 45px;
    margin-right: 20px;
  }
  #about-balticom .list-about-balticom .list__item .text {
    font-size: 18px;
  }
  #about-balticom .img-about-balticom {
    width: 480px;
    height: 409px;
    background-image: url(../img/img-about-balticom-1024.jpg);
  }
}
@media (max-width: 1023px) {
  #about-balticom {
    padding: 55px 0 60px;
  }
  #about-balticom h2 {
    margin-bottom: 35px;
  }
  #about-balticom .content-block {
    align-items: center;
    flex-direction: column-reverse;
  }
  #about-balticom .list-about-balticom {
    max-width: 625px;
  }
  #about-balticom .list-about-balticom .list__item {
    margin-bottom: 25px;
  }
  #about-balticom .list-about-balticom .list__item .title {
    font-size: 40px;
    margin-right: 15px;
  }
  #about-balticom .img-about-balticom {
    width: 559px;
    height: 418px;
    background-image: url(../img/img-about-balticom-768.jpg);
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #about-balticom {
    padding: 50px 0;
  }
  #about-balticom .container {
    align-items: center;
  }
  #about-balticom h2 {
    max-width: 375px;
    margin-bottom: 30px;
  }
  #about-balticom .list-about-balticom {
    max-width: 375px;
  }
  #about-balticom .list-about-balticom .list__item {
    margin-bottom: 25px;
  }
  #about-balticom .img-about-balticom {
    width: 450px;
    height: 336px;
    background-image: url(../img/img-about-balticom-480.jpg);
  }
}
@media (max-width: 479px) {
  #about-balticom {
    padding: 40px 0;
  }
  #about-balticom .list-about-balticom .list__item .title {
    font-size: 35px;
    margin-right: 15px;
  }
  #about-balticom .list-about-balticom .list__item .text {
    font-size: 16px;
  }
  #about-balticom .img-about-balticom {
    max-width: 450px;
    width: 100%;
    height: 258px;
    background-image: url(../img/img-about-balticom-375.jpg);
    margin-bottom: 30px;
  }
}

#our-achievements {
  background-image: url(../img/bg-our-achievements-1920.jpg);
  padding: 80px 0 95px;
}
#our-achievements h2 {
  margin-bottom: 60px;
}
#our-achievements h2 br {
  display: none;
}
#our-achievements .list .list__item {
  width: 380px;
  min-height: 229px;
  border-radius: 10px;
  border: 1px solid rgba(223, 223, 223, 0.5);
  background: #17171e;
  padding: 44px 25px 44px 19px;
}
#our-achievements .list .list__item .top-row {
  margin-bottom: 15px;
}
#our-achievements .list .list__item .top-row svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 16px;
}
#our-achievements .list .list__item .top-row .title {
  display: flex;
  flex: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
#our-achievements .list .list__item .text {
  color: #d6d6d6;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 6px;
}
#our-achievements .list .list__item .text a,
#our-achievements .list .list__item .text span {
  color: #00BBEF;
  border-bottom: 0;
  text-decoration: none;
}
@media (max-width: 1279px) {
  #our-achievements .list {
    max-width: 942px;
  }
  #our-achievements .list .list__item {
    width: 300px;
    padding: 30px 25px 40px 19px;
  }
  #our-achievements .list .list__item .top-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #our-achievements .list .list__item .top-row svg {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  #our-achievements .list .list__item .top-row .title {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
    padding-left: 6px;
  }
  #our-achievements .list .list__item .text {
    font-size: 16px;
    line-height: 20px;
    padding-left: 6px;
  }
}
@media (max-width: 1023px) {
  #our-achievements {
    padding: 55px 0 65px;
  }
  #our-achievements h2 {
    margin-bottom: 35px;
  }
  #our-achievements .list .list__item {
    width: 225px;
    padding: 30px 15px;
  }
  #our-achievements .list .list__item .top-row {
    margin-bottom: 10px;
  }
  #our-achievements .list .list__item .top-row svg {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  #our-achievements .list .list__item .top-row .title {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  #our-achievements {
    padding: 60px 0 75px;
  }
  #our-achievements h2 {
    max-width: 400px;
  }
  #our-achievements h2 br {
    display: block;
  }
  #our-achievements .list {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #our-achievements .list .list__item {
    max-width: 405px;
    width: 100%;
    margin-bottom: 20px;
    padding: 40px 20px 40px 24px;
  }
  #our-achievements .list .list__item:last-of-type {
    margin-bottom: 0;
  }
  #our-achievements .list .list__item .top-row {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 26px;
  }
  #our-achievements .list .list__item .top-row svg {
    width: 54px;
    height: 54px;
    display: flex;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  #our-achievements .list .list__item .top-row .title {
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
    padding-left: 0;
  }
  #our-achievements .list .list__item .text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  #our-achievements {
    padding: 41px 0;
  }
  #our-achievements h2 {
    margin-bottom: 30px;
  }
  #our-achievements .list .list__item {
    min-height: 200px;
    padding: 30px 24px 40px 19px;
  }
  #our-achievements .list .list__item .top-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #our-achievements .list .list__item .top-row svg {
    width: 45px;
    height: 45px;
    margin-bottom: 8px;
  }
  #our-achievements .list .list__item .top-row .title {
    font-size: 16px;
    line-height: 20px;
    min-height: 20px;
    padding-left: 6px;
  }
  #our-achievements .list .list__item .text {
    font-size: 16px;
    line-height: 20px;
  }
}

#why-balticom {
  padding-top: 100px;
  padding-bottom: 65px;
}
#why-balticom .points .point {
  margin-bottom: 80px;
}
#why-balticom .points .point:nth-of-type(odd) {
  flex-direction: row-reverse;
}
#why-balticom .points .point:last-child {
  margin-bottom: 0;
}
#why-balticom .points .point .content-point {
  width: 500px;
}
#why-balticom .points .point .content-point .title-point {
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  color: #1E1E1E;
  margin-bottom: 30px;
}
#why-balticom .points .point .content-point .text-point {
  color: #606060;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
#why-balticom .points .point .content-point .text-point ul.with-border {
  border: 1px solid #efecef;
  border-radius: 10px;
  width: 100%;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  -moz-column-count: 2;
       column-count: 2;
  margin-top: 25px;
  padding: 30px;
}
#why-balticom .points .point .content-point .text-point ul.with-border li {
  color: #1E1E1E;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 29px;
  position: relative;
}
#why-balticom .points .point .content-point .text-point ul.with-border li:before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5264 0.869907C13.8741 0.445711 12.9576 0.576803 12.4805 1.15707L5.07704 10.1942L2.61287 7.41596C2.11073 6.8517 1.19031 6.75565 0.556888 7.20083C-0.0784676 7.64597 -0.185392 8.46732 0.314839 9.02967L5.17005 14.5072L14.8465 2.69075C15.3237 2.10854 15.1806 1.2941 14.5264 0.869907Z' fill='%2354BEE1'/%3E%3Cpath d='M14.5264 0.869907C13.8741 0.445711 12.9576 0.576803 12.4805 1.15707L5.07704 10.1942L2.61287 7.41596C2.11073 6.8517 1.19031 6.75565 0.556888 7.20083C-0.0784676 7.64597 -0.185392 8.46732 0.314839 9.02967L5.17005 14.5072L14.8465 2.69075C15.3237 2.10854 15.1806 1.2941 14.5264 0.869907Z' fill='url(%23paint0_linear_94_3849)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_94_3849' x1='14.6882' y1='16.0635' x2='0.031252' y2='8.938' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F78E39'/%3E%3Cstop offset='1' stop-color='%23F17533'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#why-balticom .points .point .content-point .text-point ul.with-border li:nth-child(2n) {
  margin-right: 0;
}
#why-balticom .points .point .content-point .text-point ul.with-border li:nth-child(3n), #why-balticom .points .point .content-point .text-point ul.with-border li:last-child {
  margin-bottom: 0;
}
#why-balticom .points .point .content-point .text-point span br {
  display: none;
}
#why-balticom .points .point .content-point .text-point svg {
  margin-bottom: -4px;
}
#why-balticom .points .point .content-point .text-point a {
  color: #1E1E1E;
  transition: all 0.2s;
}
#why-balticom .points .point .content-point .text-point a:hover {
  color: #ea447e;
  transition: all 0.2s;
}
#why-balticom .points .point .img-point {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1279px) {
  #why-balticom {
    padding-top: 70px;
    padding-bottom: 15px;
  }
  #why-balticom .points {
    align-items: center;
  }
  #why-balticom .points .point {
    max-width: 890px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 70px;
  }
  #why-balticom .points .point:nth-of-type(odd) {
    flex-direction: column;
  }
  #why-balticom .points .point .content-point {
    width: 100%;
    align-items: center;
    margin-bottom: 75px;
  }
  #why-balticom .points .point .content-point .title-point {
    text-align: center;
  }
  #why-balticom .points .point .content-point .text-point {
    text-align: center;
  }
  #why-balticom .points .point .content-point .text-point ul.with-border {
    max-width: 435px;
    margin: 35px auto 0;
  }
}
@media (max-width: 1023px) {
  #why-balticom .points .point .content-point {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #why-balticom .points .point {
    margin-bottom: 40px;
  }
  #why-balticom .points .point .content-point {
    margin-bottom: 40px;
  }
  #why-balticom .points .point .content-point .title-point {
    margin-bottom: 15px;
  }
  #why-balticom .points .point .content-point .title-point br {
    display: none;
  }
}
@media (max-width: 479px) {
  #why-balticom .points .point .content-point .title-point {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #why-balticom .points .point .content-point .text-point ul.with-border {
    margin: 22px auto 0;
    padding: 30px 25px;
  }
  #why-balticom .points .point .content-point .text-point ul.with-border li {
    font-size: 18px;
    margin-bottom: 13px;
  }
  #why-balticom .points .point .content-point .text-point ul.with-border li:before {
    width: 15px;
    height: 13px;
  }
}

#channels svg,
.channels_block svg,
#channels-page svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#channels svg.hd-icon-svg,
.channels_block svg.hd-icon-svg,
#channels-page svg.hd-icon-svg {
  width: 30px;
  height: 19px;
}
#channels svg.uhd-icon-svg,
.channels_block svg.uhd-icon-svg,
#channels-page svg.uhd-icon-svg {
  width: 40px;
  height: 19px;
}
#channels svg.gift-icon-svg,
.channels_block svg.gift-icon-svg,
#channels-page svg.gift-icon-svg {
  fill: #ea447e;
}
#channels svg.interactive-icon-svg,
.channels_block svg.interactive-icon-svg,
#channels-page svg.interactive-icon-svg {
  fill: #00BBEF;
}
#channels svg.info-icon-svg,
.channels_block svg.info-icon-svg,
#channels-page svg.info-icon-svg {
  fill: #E80058;
}

#channels,
#channels-page {
  padding-top: 34px;
  padding-bottom: 112px;
}
#channels h2,
#channels-page h2 {
  justify-content: center;
  margin-bottom: 45px;
}
#channels h2 span,
#channels-page h2 span {
  display: flex;
  position: relative;
  z-index: 10;
  margin-left: 24px;
}
#channels h2 span:before,
#channels-page h2 span:before {
  content: "";
  display: block;
  width: 113px;
  height: 76px;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112.776' height='75.421' viewBox='0 0 112.776 75.421'%3E%3Cpath d='M1408.521,940.875c.033-.612,1.293.685,1.575-.432a6.351,6.351,0,0,0-1.225-1.727c.141-1.092.721-1.1,1.05-1.727.216-1.4-.567-.33-.35-1.726,2.828-1.2,5.96-2.759,9.1-2.59.271.015.486.868.525.863,1.822-.208,3.581-1.345,5.427-1.295,6.411.172,12.514.813,17.855.863,1.473.014,3.964-1.706,4.2.432,2.773-.844,7.929-.037,10.678.432,15.995,2.724,33.441,7.5,47.788,14.676.157,1.889,1.955,3.445,1.051,5.18.262.5.428,1.247.875,1.3-.645,8.05-6.184,4.031-6.477,12.949-.082,1.353.44,1.217.7,1.727-.423,1.794-.388,5.264.525,6.043-.661,4.27-2.254,6.239-4.9,5.612.608,1.951,1.214,4.991,1.75,6.906-.357,4.259-2.508,5.827-4.026,4.748a6.87,6.87,0,0,0-.875,3.022c-3.371,1.79-9.305-.106-14.7-.864-22.566-3.165-50.589-5.633-70.369-5.612-2.871,0-6.464,2.166-8.227-3.453.595-.4.955-1.7,2.276-1.3-.049-.886-.468-.861-.7-1.295.054-.586.438-.359.7-.432a1.194,1.194,0,0,0-1.4-.864c.159-.749.613-1.116.875-.432-.2-1.329-.1-3.8.875-3.454-.081-1.525-.785-1.517-.7-3.453.844.067.88-1.857,1.926-1.295-.687-.227-.294-2.67-.875-1.727.336-1.24.726-6.671,1.926-4.748q.157-1.682-.525-1.295a3.549,3.549,0,0,0,.525-3.021c.708-.413,1.073-1.672,1.926-1.727.1.957-.334.615-.35,1.3.716.47.448-1.485.875-1.726-2.213-2.026-5.967-.251-6.477-6.475.543.029.622-1.726,1.575-1.727.257-1.642-.782-.085-.525-1.726h.875c-1.208-.91.664-2.2-.35-3.453,1.509-2.109,3.086-2.093,5.426-2.589C1408.151,943.574,1408.563,941.994,1408.521,940.875Z' transform='matrix(0.995, -0.105, 0.105, 0.995, -1490.243, -769.602)' fill='%23ffd783' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 113px 76px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
#channels .filter_switch,
#channels-page .filter_switch {
  display: none;
}
#channels .under_h2,
#channels-page .under_h2 {
  font-size: 1.125em;
  line-height: 1.67;
  margin-bottom: 69px;
}
#channels .under_h2 svg,
#channels-page .under_h2 svg {
  margin: 0 5px;
}
#channels .highlight_switch,
#channels-page .highlight_switch {
  padding: 27px 25px 25px 35px;
  width: 364px;
  background-color: #eef0fa;
  border-radius: 8px;
  color: #0844A4;
  margin-left: 106px;
  position: sticky;
  top: 40px;
}
#channels .highlight_switch.fixed,
#channels-page .highlight_switch.fixed {
  position: fixed;
  top: 100px;
  right: calc((100% - 1170px) / 2);
}
#channels .highlight_switch .langs-channels,
#channels-page .highlight_switch .langs-channels {
  padding-top: 15px;
}
#channels .highlight_switch .title-tab,
#channels-page .highlight_switch .title-tab {
  font-size: 1.125em;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 17px;
}
#channels .highlight_switch .title-tab.mobile,
#channels-page .highlight_switch .title-tab.mobile {
  display: none;
}
#channels .highlight_switch .custom_radio,
#channels-page .highlight_switch .custom_radio {
  position: relative;
}
#channels .highlight_switch .custom_radio.active .checkbox_name,
#channels-page .highlight_switch .custom_radio.active .checkbox_name {
  font-weight: 500;
}
#channels .highlight_switch .custom_radio input,
#channels-page .highlight_switch .custom_radio input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#channels .highlight_switch .custom_radio .checkmark,
#channels-page .highlight_switch .custom_radio .checkmark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #afafaf;
  background-color: #FFF;
  margin-right: 15px;
}
#channels .highlight_switch .custom_radio .checkmark.active:after,
#channels-page .highlight_switch .custom_radio .checkmark.active:after {
  content: "";
  display: block;
  background-color: #00BBEF;
  border-radius: 50% 50% 50% 50%;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
}
#channels .highlight_switch .custom_checkbox.active .checkbox_name,
#channels-page .highlight_switch .custom_checkbox.active .checkbox_name {
  font-weight: 500;
}
#channels .highlight_switch .custom_checkbox .checkmark,
#channels-page .highlight_switch .custom_checkbox .checkmark {
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid #afafaf;
  background-color: #FFF;
  margin-top: 3px;
  margin-right: 13px;
}
#channels .highlight_switch .custom_checkbox .checkmark:after,
#channels-page .highlight_switch .custom_checkbox .checkmark:after {
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.923' height='10.284' viewBox='0 0 12.923 10.284'%3E%3Cpath id='Контур_13338' data-name='Контур 13338' d='M20.073,11.031a1.186,1.186,0,1,1,1.693,1.66L15.456,20.58a1.186,1.186,0,0,1-1.707.032L9.566,16.429a1.186,1.186,0,1,1,1.676-1.676l3.311,3.309,5.49-7a.373.373,0,0,1,.032-.034Z' transform='translate(-9.182 -10.676)' fill='%2354bee1' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#channels .highlight_switch label,
#channels-page .highlight_switch label {
  margin-bottom: 13px;
}
#channels .highlight_switch .count,
#channels-page .highlight_switch .count {
  font-size: 0.875em;
  font-weight: 400 !important;
  color: #afafaf;
  margin-left: 3px;
}
#channels .highlight_switch .types-and-langs,
#channels-page .highlight_switch .types-and-langs {
  margin-top: 15px;
}
@media (max-width: 1279px) {
  #channels,
  #channels-page {
    padding-top: 68px;
    padding-bottom: 73px;
  }
  #channels .under_h2,
  #channels-page .under_h2 {
    margin-bottom: 56px;
  }
  #channels .highlight_switch,
  #channels-page .highlight_switch {
    width: 305px;
    padding: 27px 25px 25px 35px;
    margin-left: 75px;
  }
  #channels .highlight_switch.fixed,
  #channels-page .highlight_switch.fixed {
    right: calc((100% - 940px) / 2);
  }
}
@media (max-width: 1023px) {
  #channels,
  #channels-page {
    padding-top: 47px;
    padding-bottom: 80px;
  }
  #channels h2,
  #channels-page h2 {
    width: 350px;
    display: block;
    margin: 0 auto 16px;
  }
  #channels h2 span,
  #channels-page h2 span {
    display: inline-block;
    margin-left: 7px;
  }
  #channels h2 span:before,
  #channels-page h2 span:before {
    width: 84px;
    height: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83.514' height='49.63' viewBox='0 0 83.514 49.63'%3E%3Cpath d='M1406.482,937.79c.025-.393.966.44,1.177-.277a4.154,4.154,0,0,0-.915-1.11c.105-.7.538-.707.784-1.11.161-.9-.423-.212-.261-1.109,2.112-.773,4.451-1.773,6.8-1.665.2.009.363.558.392.555,1.361-.134,2.674-.864,4.052-.832,4.787.11,9.346.523,13.333.555,1.1.009,2.96-1.1,3.137.277,2.071-.543,5.921-.024,7.974.278,11.945,1.75,24.973,4.823,35.687,9.432.117,1.214,1.46,2.214.784,3.329.2.323.32.8.654.832-.481,5.174-4.618,2.591-4.837,8.322-.061.87.329.782.523,1.11-.315,1.153-.29,3.383.392,3.883-.493,2.744-1.684,4.01-3.66,3.606.454,1.254.907,3.208,1.307,4.438-.267,2.737-1.873,3.745-3.007,3.051a3.978,3.978,0,0,0-.653,1.942c-2.518,1.15-6.949-.068-10.981-.555-16.852-2.034-37.778-3.62-52.55-3.606-2.144,0-4.827,1.392-6.144-2.219.444-.254.713-1.091,1.7-.832-.037-.57-.349-.554-.523-.832.041-.377.327-.23.523-.277a.912.912,0,0,0-1.046-.555c.119-.481.458-.717.653-.277-.151-.854-.075-2.444.654-2.219-.061-.98-.586-.975-.523-2.219.63.043.657-1.194,1.438-.832-.513-.146-.219-1.716-.654-1.11.25-.8.542-4.287,1.438-3.051q.117-1.081-.392-.832a2.035,2.035,0,0,0,.392-1.942c.529-.266.8-1.074,1.438-1.11.072.615-.25.4-.261.832.534.3.335-.955.654-1.109-1.653-1.3-4.456-.161-4.836-4.161.405.019.464-1.109,1.177-1.11.192-1.055-.584-.054-.392-1.109h.654c-.9-.585.5-1.414-.261-2.219,1.127-1.356,2.3-1.345,4.052-1.664A18,18,0,0,1,1406.482,937.79Z' transform='matrix(0.995, -0.105, 0.105, 0.995, -1490.243, -772.423)' fill='%23ffd783' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 84px 50px;
  }
  #channels .under_h2,
  #channels-page .under_h2 {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 36px;
  }
  #channels .under_h2 br,
  #channels-page .under_h2 br {
    display: none;
  }
  #channels .highlight_switch,
  #channels-page .highlight_switch {
    width: 300px;
    padding: 27px 25px 25px 30px;
    margin-left: 34px;
  }
  #channels .highlight_switch.fixed,
  #channels-page .highlight_switch.fixed {
    right: calc((100% - 644px) / 2);
  }
}
@media (max-width: 767px) {
  #channels .highlight_switch,
  #channels-page .highlight_switch {
    max-width: 400px;
    width: 100%;
    padding: 27px 27px 0;
    margin-bottom: 50px;
    margin-left: 0;
    position: relative;
    top: auto;
  }
  #channels .highlight_switch .package-channels,
  #channels-page .highlight_switch .package-channels {
    margin-bottom: 12px;
  }
  #channels .highlight_switch .title-tab.mobile,
  #channels-page .highlight_switch .title-tab.mobile {
    display: flex;
    width: 100%;
    height: 73px;
    border-top: 1px solid rgba(175, 175, 175, 0.35);
    margin-bottom: 0;
  }
  #channels .highlight_switch .title-tab.mobile .left-col-title svg,
  #channels-page .highlight_switch .title-tab.mobile .left-col-title svg {
    margin-right: 10px;
  }
  #channels .highlight_switch .title-tab.mobile svg,
  #channels-page .highlight_switch .title-tab.mobile svg {
    transition: 0.3s;
  }
  #channels .highlight_switch .title-tab.mobile.active .arrow,
  #channels-page .highlight_switch .title-tab.mobile.active .arrow {
    transform: rotate(180deg);
    transition: 0.3s;
  }
  #channels .highlight_switch .types-and-langs,
  #channels-page .highlight_switch .types-and-langs {
    display: none;
    margin-top: 15px;
    padding-bottom: 27px;
  }
  #channels .highlight_switch .types-and-langs.active,
  #channels-page .highlight_switch .types-and-langs.active {
    display: block;
  }
}
@media (max-width: 479px) {
  #channels,
  #channels-page {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #channels h2,
  #channels-page h2 {
    max-width: 350px;
    width: 100%;
    line-height: 1.333;
    margin: 0 auto 26px;
  }
  #channels h2 span:before,
  #channels-page h2 span:before {
    width: 57px;
    height: 38px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57.064' height='38.163' viewBox='0 0 57.064 38.163'%3E%3Cpath d='M1404.543,936.61c.017-.31.654.346.8-.218a3.211,3.211,0,0,0-.62-.874c.071-.553.365-.557.531-.874.109-.706-.287-.167-.177-.873a10.88,10.88,0,0,1,4.606-1.311c.137.007.246.439.266.437.922-.106,1.812-.68,2.746-.655,3.244.087,6.332.411,9.034.437.745.007,2.006-.863,2.126.218,1.4-.427,4.012-.019,5.4.219,8.093,1.378,16.921,3.8,24.18,7.426.08.956.989,1.743.532,2.621.133.255.216.631.443.655-.326,4.073-3.129,2.04-3.277,6.552-.042.685.223.616.354.874-.214.908-.2,2.663.266,3.058-.334,2.161-1.141,3.157-2.48,2.839.308.987.614,2.526.886,3.495-.181,2.155-1.269,2.948-2.037,2.4a3.475,3.475,0,0,0-.443,1.529c-1.706.906-4.708-.054-7.44-.437a284.465,284.465,0,0,0-35.606-2.839c-1.453,0-3.271,1.1-4.163-1.747.3-.2.483-.859,1.151-.655-.025-.449-.237-.436-.354-.655.027-.3.222-.181.354-.218a.6.6,0,0,0-.708-.437c.08-.379.31-.564.443-.218-.1-.672-.051-1.924.443-1.747-.041-.772-.4-.768-.354-1.747.427.034.446-.94.974-.655-.348-.115-.149-1.351-.443-.874.17-.627.367-3.375.974-2.4q.079-.851-.266-.655a1.8,1.8,0,0,0,.266-1.529c.358-.209.543-.846.974-.874.049.484-.169.311-.177.655.362.238.227-.752.443-.874-1.12-1.025-3.019-.127-3.277-3.276.274.015.314-.873.8-.874.13-.831-.4-.043-.266-.874h.443c-.611-.46.336-1.113-.177-1.747.764-1.067,1.561-1.059,2.746-1.31A16.434,16.434,0,0,1,1404.543,936.61Z' transform='matrix(0.995, -0.105, 0.105, 0.995, -1490.243, -775.106)' fill='%23ffd783' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 57px 38px;
  }
  #channels .under_h2,
  #channels-page .under_h2 {
    line-height: 1.6;
  }
  #channels .category .category_title,
  #channels-page .category .category_title {
    font-size: 1.5625em;
    text-align: left;
  }
}

@media (max-width: 479px) {
  #channels-page {
    padding-top: 80px;
  }
  #channels-page .highlight_switch {
    display: flex;
    align-items: center;
  }
  #channels-page .channels_block.hide-channels {
    height: auto;
  }
  #channels-page .channels_block.hide-channels:before {
    display: none;
  }
}

.channel_block_wrap .category,
.channels_block .category {
  width: 100%;
  padding: 0 0 35px;
}
.channel_block_wrap .category .category_title,
.channels_block .category .category_title {
  padding: 0 10px 10px;
  color: #1E1E1E;
  font-size: 1.5625em;
  font-weight: 500;
  text-align: left;
}
.channel_block_wrap .category.hidden,
.channels_block .category.hidden {
  display: none;
}
@media (max-width: 479px) {
  .channel_block_wrap .category .category_title,
  .channels_block .category .category_title {
    text-align: center;
    font-size: 21px;
  }
}
.channel_block_wrap .channel,
.channels_block .channel {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transition: border 0.3s, background-color 0.3s;
  border: 1px solid transparent;
}
@media (min-width: 480px) {
  .channel_block_wrap .channel,
  .channels_block .channel {
    padding: 4px 10px;
  }
}
.channel_block_wrap .channel.hidden,
.channels_block .channel.hidden {
  display: none;
}
.channel_block_wrap .channel .logo,
.channels_block .channel .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}
.channel_block_wrap .channel .logo img,
.channels_block .channel .logo img {
  max-width: 100%;
  max-height: 100%;
}
.channel_block_wrap .channel .logo svg,
.channels_block .channel .logo svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.channel_block_wrap .channel .name,
.channels_block .channel .name {
  padding: 0 12px;
}
.channel_block_wrap .channel .icons,
.channels_block .channel .icons {
  display: flex;
  align-items: center;
}
.channel_block_wrap .channel .icons svg,
.channels_block .channel .icons svg {
  margin: 0 8px 0 0;
}
.channel_block_wrap .channel .channel-tooltip,
.channels_block .channel .channel-tooltip {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 20px;
  border-radius: 8px;
  background-color: #f25645;
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(39, 55, 71, 0.3);
  cursor: default;
}
.channel_block_wrap .channel .channel-tooltip:after,
.channels_block .channel .channel-tooltip:after {
  content: "";
  position: absolute;
  top: -14px;
  left: 14px;
  border-width: 0 14px 14px 14px;
  border-style: solid;
  border-color: transparent transparent #f25645 transparent;
}
.channel_block_wrap .channel.highlight_first,
.channels_block .channel.highlight_first {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.channel_block_wrap .channel.highlight_last,
.channels_block .channel.highlight_last {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.channel_block_wrap .channel.highlight,
.channels_block .channel.highlight {
  background-color: #eef0fa;
}
.channel_block_wrap .channel.has-tooltip,
.channels_block .channel.has-tooltip {
  cursor: pointer;
}
.channel_block_wrap .channel.has-tooltip:hover .name,
.channels_block .channel.has-tooltip:hover .name {
  color: #f25645;
}
.channel_block_wrap .channel.has-tooltip:hover .channel-tooltip,
.channels_block .channel.has-tooltip:hover .channel-tooltip {
  display: block;
}
.channel_block_wrap .channel.rtr .name, .channel_block_wrap .channel.ntv_mir_baltic .name, .channel_block_wrap .channel.ren_tv .name, .channel_block_wrap .channel.kinomiks .name, .channel_block_wrap .channel.kinokomediya .name, .channel_block_wrap .channel.hd_life .name,
.channels_block .channel.rtr .name,
.channels_block .channel.ntv_mir_baltic .name,
.channels_block .channel.ren_tv .name,
.channels_block .channel.kinomiks .name,
.channels_block .channel.kinokomediya .name,
.channels_block .channel.hd_life .name {
  color: #f25645;
}

.channels_block {
  width: 700px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.channels_block.show-channels {
  height: auto;
}
.channels_block.show-channels:before {
  display: none;
}
@media (max-width: 1279px) {
  .channels_block {
    width: 560px;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .channels_block .channel .name {
    display: flex;
    flex: auto;
  }
}
@media (max-width: 1023px) {
  .channels_block {
    width: 310px;
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .channels_block {
    max-width: 400px;
    width: 100%;
  }
  .channels_block .channel .logo {
    width: 32px;
    height: 32px;
  }
  .channels_block .channel .name {
    font-size: 1em;
    font-weight: 300;
  }
}

.channels-container {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .channels-container {
    flex-direction: column;
    align-items: center;
  }
}

#our-advantages {
  padding-bottom: 70px;
}
#our-advantages h2 {
  margin-bottom: 50px;
}
#our-advantages .list {
  margin-bottom: 33px;
}
#our-advantages .list .list__item {
  width: 381px;
  min-height: 196px;
  border-radius: 10px;
  border: 1px solid #f5f7fa;
  background: #f5f7fa;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 17px;
  padding: 34px 50px 34px 45px;
}
#our-advantages .list .list__item svg {
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  #our-advantages h2 {
    margin-bottom: 40px;
  }
  #our-advantages .list {
    margin-bottom: 13px;
  }
  #our-advantages .list .list__item {
    width: 313px;
    font-size: 18px;
    padding: 32px 30px 34px 35px;
  }
}
@media (max-width: 1023px) {
  #our-advantages {
    padding-bottom: 60px;
  }
  #our-advantages .list {
    margin-bottom: 9px;
  }
  #our-advantages .list .list__item {
    width: 231px;
    min-height: 224px;
    padding: 32px 15px 25px;
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  #our-advantages h2 {
    margin-bottom: 30px;
  }
  #our-advantages .list {
    margin-bottom: 4px;
  }
  #our-advantages .list .list__item {
    width: calc(50% - 8px);
    font-size: 18px;
    padding: 32px 15px 25px;
    margin-bottom: 16px;
  }
}
@media (max-width: 479px) {
  #our-advantages .list {
    margin-bottom: 10px;
  }
  #our-advantages .list .list__item {
    width: calc(50% - 3px);
    font-size: 16px;
    padding: 32px 15px 35px;
    margin-bottom: 5px;
  }
  #our-advantages .list .list__item svg {
    margin-bottom: 10px;
  }
}

#our-reviews {
  padding-bottom: 68px;
}
#our-reviews h2 {
  margin-bottom: 40px;
}
#our-reviews .info-socials-points {
  margin-bottom: 50px;
}
#our-reviews .info-socials-points .point {
  color: #606060;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin: 0 30px;
}
#our-reviews .info-socials-points .point svg {
  display: flex;
  flex-shrink: 0;
  margin-right: 20px;
}
#our-reviews .info-socials-points .point b {
  color: #1E1E1E;
  font-weight: 700;
}
#our-reviews .points-reviews .single-review {
  width: 356px;
  min-height: 330px;
  height: auto;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background-color: #FFF;
  color: #7A7A7A;
  padding: 29px 27px 27px 25px;
  position: relative;
  margin-bottom: 19px;
  transition: all 0.2s;
}
#our-reviews .points-reviews .single-review .top-row {
  position: relative;
  margin-bottom: 27px;
}
#our-reviews .points-reviews .single-review .top-row .img-user {
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 13px;
}
#our-reviews .points-reviews .single-review .top-row .meta-user {
  padding-top: 1px;
}
#our-reviews .points-reviews .single-review .top-row .meta-user .name-user {
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.4;
}
#our-reviews .points-reviews .single-review .top-row .icon-review {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #f5f7fa;
  position: absolute;
  right: 0;
  top: 0;
}
#our-reviews .points-reviews .single-review .btn-more {
  color: #00BBEF;
  padding-right: 15px;
  position: absolute;
  left: 27px;
  bottom: 41px;
}
#our-reviews .points-reviews .single-review .btn-more:before {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4.872' height='8.355' viewBox='0 0 4.872 8.355'%3E%3Cpath d='M1153.883,944.224a.732.732,0,0,0-.468-.22.779.779,0,0,0-.512.13.579.579,0,0,0-.256.4.54.54,0,0,0,.151.441l3,3.2-3.115,3.2a.547.547,0,0,0-.16.382h0a.569.569,0,0,0,.257.459.775.775,0,0,0,.508.135.736.736,0,0,0,.472-.213l3.477-3.578,0,0a.533.533,0,0,0,0-.753Z' transform='translate(-1152.527 -944)' fill='%2354bee1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#our-reviews .points-reviews .single-review:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.07);
  transition: all 0.2s;
}
@media (max-width: 1279px) {
  #our-reviews {
    padding-bottom: 73px;
  }
  #our-reviews h2 {
    margin-bottom: 53px;
  }
  #our-reviews .points-reviews .single-review {
    width: 318px;
    margin-bottom: 12px;
    padding: 25px;
  }
}
@media (max-width: 1023px) {
  #our-reviews {
    padding-bottom: 50px;
  }
  #our-reviews h2 {
    margin-bottom: 35px;
  }
  #our-reviews .info-socials-points {
    margin-bottom: 35px;
  }
  #our-reviews .info-socials-points .point {
    font-size: 18px;
    margin: 0 15px;
  }
  #our-reviews .points-reviews .single-review {
    padding: 29px 13px 27px;
    overflow: hidden;
    height: 337px;
  }
  #our-reviews .slick-slider .slick-list {
    margin: 0 -10px;
  }
  #our-reviews .slick-slider .slick-slide {
    padding: 0 10px;
  }
  #our-reviews .slick-slider .slick-arrow {
    width: 34px;
    height: 34px;
    background-color: #ea447e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 14px;
    border-radius: 50%;
    position: absolute;
    text-indent: -99999px;
    bottom: -35px;
    z-index: 10;
    transform: translateX(-50%);
    transition: all 0.2s;
  }
  #our-reviews .slick-slider .slick-arrow.slick-disabled {
    background-color: #f1f1f1;
    transition: all 0.2s;
  }
  #our-reviews .slick-slider .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.711' height='13.421' viewBox='0 0 7.711 13.421'%3E%3Cpath d='M-17869.238,6160.25l-5.3,5.3,5.3,5.3' transform='translate(17875.535 -6158.835)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    left: 25%;
  }
  #our-reviews .slick-slider .slick-prev.slick-disabled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.711' height='13.421' viewBox='0 0 7.711 13.421'%3E%3Cpath d='M-17869.238,6160.25l-5.3,5.3,5.3,5.3' transform='translate(17875.535 -6158.835)' fill='none' stroke='%23cbcbcb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  }
  #our-reviews .slick-slider .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.711' height='13.421' viewBox='0 0 7.711 13.421'%3E%3Cpath d='M-17874.535,6160.25l5.3,5.3-5.3,5.3' transform='translate(17875.949 -6158.835)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
    right: 25%;
  }
  #our-reviews .slick-slider .slick-next.slick-disabled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.711' height='13.421' viewBox='0 0 7.711 13.421'%3E%3Cpath d='M-17874.535,6160.25l5.3,5.3-5.3,5.3' transform='translate(17875.949 -6158.835)' fill='none' stroke='%23CBCBCB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  #our-reviews .info-socials-points {
    justify-content: space-between;
  }
  #our-reviews .info-socials-points .point {
    width: calc(50% - 14px);
    margin: 0;
  }
  #our-reviews .info-socials-points .point svg {
    width: 37px;
    height: 37px;
    margin-right: 15px;
  }
  #our-reviews .info-socials-points .point br {
    display: none;
  }
}
@media (max-width: 479px) {
  #our-reviews {
    padding-bottom: 55px;
  }
  #our-reviews h2 {
    max-width: 220px;
  }
  #our-reviews .info-socials-points {
    flex-direction: column;
    margin-bottom: 15px;
  }
  #our-reviews .info-socials-points .point {
    max-width: 335px;
    width: 100%;
    margin-bottom: 20px;
  }
  #our-reviews .points-reviews .single-review {
    height: 340px;
  }
  #our-reviews .slick-slider .slick-next {
    right: 0;
    transform: none;
  }
  #our-reviews .slick-slider .slick-prev {
    left: 0;
    transform: none;
  }
  #our-reviews .slick-slider .slick-dots {
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: -24px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #our-reviews .slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
  }
  #our-reviews .slick-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    padding: 0;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    text-indent: -99999px;
    transition: all 0.2s;
  }
  #our-reviews .slick-slider .slick-dots li button:before {
    display: none;
  }
  #our-reviews .slick-slider .slick-dots li.slick-active button {
    background-color: #ea447e;
    border: 1px solid #ea447e;
    transition: all 0.2s;
  }
}

#bottom-check-availability {
  background-image: url(../img/bg-bottom-check-availability-1920.jpg);
  padding: 80px 0 90px;
}
#bottom-check-availability h2 {
  margin-bottom: 40px;
}
#bottom-check-availability .button {
  width: 290px;
  height: 55px;
  background-color: #FFF;
}
#bottom-check-availability .button:hover {
  background-color: #54BEE1;
  color: #FFF;
}
@media (max-width: 1279px) {
  #bottom-check-availability {
    background-image: url(../img/bg-bottom-check-availability-1024.jpg);
  }
}
@media (max-width: 1023px) {
  #bottom-check-availability {
    background-image: url(../img/bg-bottom-check-availability-768.jpg);
  }
  #bottom-check-availability h2 br {
    display: none;
  }
}
@media (max-width: 767px) {
  #bottom-check-availability {
    background-image: url(../img/bg-bottom-check-availability-480.jpg);
    padding: 70px 0;
  }
  #bottom-check-availability h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  #bottom-check-availability {
    background-image: url(../img/bg-bottom-check-availability-375.jpg);
  }
  #bottom-check-availability h2 {
    max-width: 315px;
    font-size: 25px;
    margin-bottom: 27px;
  }
}

#bottom_cta {
  background-image: url(../img/bg-bottom_cta.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 77px;
  padding-bottom: 64px;
}
#bottom_cta h2 {
  margin-bottom: 17px;
}
#bottom_cta .under_h2 {
  font-size: 1.125em;
  margin-bottom: 34px;
}
#bottom_cta .bottom-form-block {
  position: relative;
  z-index: 10;
}
#bottom_cta .bottom-form-block:before {
  content: "";
  display: block;
  width: 325px;
  height: 324px;
  background-image: url(../img/bottom-form-before.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -235px;
  bottom: 0;
  z-index: 1;
}
#bottom_cta .bottom-form-block:after {
  content: "";
  display: block;
  width: 171px;
  height: 309px;
  background-image: url(../img/bottom-form-after.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -233px;
  bottom: 0;
}
#bottom_cta .bottom-form-block form {
  width: 362px;
}
#bottom_cta .bottom-form-block form .title,
#bottom_cta .bottom-form-block form .or_call,
#bottom_cta .bottom-form-block form .phone-holder {
  display: none;
}
@media (max-width: 1023px) {
  #bottom_cta {
    padding-top: 68px;
    padding-bottom: 70px;
  }
  #bottom_cta h2 {
    width: 350px;
  }
  #bottom_cta .under_h2 {
    margin-bottom: 36px;
  }
  #bottom_cta .bottom-form-block:before {
    left: -199px;
  }
  #bottom_cta .bottom-form-block:after {
    right: -105px;
    bottom: 0;
    transform: scale(-1, 1);
  }
}
@media (max-width: 767px) {
  #bottom_cta {
    display: none;
  }
}
@media (max-width: 479px) {
  #bottom_cta {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  #bottom_cta h2 {
    max-width: 350px;
    width: 300px;
    line-height: 1.333;
    margin-bottom: 20px;
  }
  #bottom_cta .under_h2 {
    font-size: 1em;
    line-height: 1.5625;
  }
  #bottom_cta .under_h2 br {
    display: none;
  }
  #bottom_cta .bottom-form-block {
    max-width: 100%;
    width: 100%;
  }
  #bottom_cta .bottom-form-block:before, #bottom_cta .bottom-form-block:after {
    display: none;
  }
  #bottom_cta .bottom-form-block form {
    max-width: 100%;
    width: 100%;
  }
  #bottom_cta .bottom-form-block form .or_call,
  #bottom_cta .bottom-form-block form .phone-holder {
    display: flex;
  }
  #bottom_cta .bottom-form-block form .or_call.first,
  #bottom_cta .bottom-form-block form .phone-holder.first {
    display: none !important;
  }
  #bottom_cta .bottom-form-block form .phone-holder {
    width: 148px;
    height: 39px;
    border-radius: 50px;
    background-color: #f03676;
    color: #FFF;
    justify-content: center;
    margin-top: 5px;
  }
  #bottom_cta .bottom-form-block form .phone-holder svg path {
    fill: #FFF;
  }
  #bottom_cta .bottom-form-block form .phone-holder .phone-numbers a {
    color: #FFF;
  }
}

#quiz-page {
  background-image: url(../img/bg-quiz-page-1920.jpg);
  min-height: 100vh;
  padding-top: 200px;
}
#quiz-page .back-button {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #cfcfcf;
  cursor: pointer;
  position: absolute;
  top: 50px;
  left: 50px;
  transition: all 0.3s;
  z-index: 10;
}
#quiz-page .back-button:hover {
  background: #b9b9b9;
  transition: all 0.3s;
}
#quiz-page .top-bar {
  position: absolute;
  top: 0;
  left: 0;
}
#quiz-page .top-bar .container {
  align-items: center;
  justify-content: center;
}
#quiz-page .quiz-block .quiz-step {
  min-height: 655px;
  padding: 60px 90px 65px;
  position: relative;
}
#quiz-page .quiz-block .quiz-step.hide {
  display: none;
}
#quiz-page .quiz-block .numb-step {
  position: absolute;
  top: 30px;
  right: 30px;
}
#quiz-page .quiz-block .quiz-title-question {
  max-width: 750px;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 35px;
}
#quiz-page .quiz-block .quiz-subtitle-question {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 45px;
}
#quiz-page .quiz-block .quiz-subtitle-question svg {
  margin-top: 4px;
  margin-right: 10px;
}
#quiz-page .quiz-block input {
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  background: #FFF;
  font-size: 18px;
  padding: 0 25px;
}
#quiz-page .quiz-block input.error {
  border-color: #E80058;
}
#quiz-page .quiz-block input.ok {
  border-color: #54BEE1;
}
#quiz-page .quiz-block input[name=flat].error {
  border-color: #cfcfcf;
}
#quiz-page .quiz-block .single-answer {
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  height: 80px;
  transition: all 0.3s;
}
#quiz-page .quiz-block .single-answer:hover {
  color: #FFF;
  border: 1px solid #54BEE1;
  background: #54BEE1;
  transition: all 0.3s;
}
#quiz-page .quiz-block .single-answer.active {
  color: #FFF;
  border: 1px solid #54BEE1;
  background: #54BEE1;
  transition: all 0.3s;
}
#quiz-page .quiz-block .single-answer span {
  display: block;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address {
  max-width: 735px;
  margin-bottom: 50px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress {
  width: 547px;
  position: relative;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress.active input {
  border-radius: 10px 10px 0 0;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .search-remove {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 56px;
  right: 22px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .search-remove:hover path {
  fill: #E80058;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .suggest-list {
  display: none;
  max-height: 170px;
  height: auto;
  overflow-y: auto;
  background: #FFF;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 105px;
  left: 0;
  padding: 20px 25px 30px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .suggest-list .search-suggest__item {
  cursor: pointer;
  font-size: 18px;
  line-height: 111%;
  margin-bottom: 10px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .suggest-list .search-suggest__item:last-child {
  margin-bottom: 0;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-adress .suggest-list .search-suggest__item:hover {
  color: #606060;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address .field-flat {
  width: 162px;
}
#quiz-page .quiz-block .quiz-step-2 .fields-address label {
  color: #54BEE1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
}
#quiz-page .quiz-block .quiz-step-2 .button {
  max-width: 360px;
  width: 100%;
  height: 70px;
  color: #FFF;
  background-color: #bfecfb;
  cursor: pointer;
}
#quiz-page .quiz-block .quiz-step-2 .button.active {
  cursor: pointer;
  background-color: #54BEE1;
}
#quiz-page .quiz-block .quiz-step-3 .yes-no-btns {
  margin-bottom: 40px;
}
#quiz-page .quiz-block .quiz-step-3 .yes-no-btns .single-answer {
  width: 242px;
  height: 70px;
  margin: 0 13px;
}
#quiz-page .quiz-block .quiz-step-3 .list-operators .single-answer {
  width: 180px;
  height: 80px;
  margin: 0 7px 14px;
}
#quiz-page .quiz-block .quiz-step-4 .list-answers .single-answer,
#quiz-page .quiz-block .quiz-step-5 .list-answers .single-answer,
#quiz-page .quiz-block .quiz-step-6 .list-answers .single-answer {
  width: 259px;
  margin: 0 7px 14px;
}
#quiz-page .quiz-block .quiz-step-6 .list-logos-channels {
  max-width: 800px;
  margin-bottom: 30px;
}
#quiz-page .quiz-block .quiz-step-6 .list-logos-channels > * {
  margin: 0 20px 20px;
}
#quiz-page .quiz-block .quiz-step-6 .list-logos-channels img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
#quiz-page .quiz-block .quiz-step-6 .info-text {
  color: #cfcfcf;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 40px;
}
#quiz-page .quiz-block .quiz-step-6 .info-text svg {
  margin-top: 3px;
  margin-right: 10px;
}
#quiz-page .quiz-block .last-step .inputs {
  margin-bottom: 26px;
}
#quiz-page .quiz-block .last-step .inputs input {
  margin-bottom: 10px;
}
#quiz-page .quiz-block .last-step input,
#quiz-page .quiz-block .last-step [type=submit] {
  max-width: 451px;
}
#quiz-page .quiz-block .last-step .custom_checkbox {
  margin-bottom: 35px;
}
@media (max-width: 1279px) {
  #quiz-page .quiz-block .quiz-step {
    padding: 60px;
  }
}
@media (max-width: 1023px) {
  #quiz-page {
    padding-top: 136px;
  }
  #quiz-page .back-button {
    top: 33px;
  }
  #quiz-page .quiz-block .numb-step {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 30px;
  }
  #quiz-page .quiz-block .quiz-title-question {
    margin-bottom: 25px;
  }
  #quiz-page .quiz-block .quiz-step {
    min-height: 894px;
    padding: 40px 30px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress {
    width: 465px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress .search-remove {
    top: 51px;
    right: 15px;
    width: 22px;
    height: 22px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress .suggest-list {
    top: 90px;
    padding: 15px 25px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress .suggest-list .search-suggest__item {
    font-size: 14px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-5 .list-answers .single-answer {
    width: 200px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels > * {
    margin: 0 15px 20px;
  }
}
@media (max-width: 767px) {
  #quiz-page {
    padding-top: 80px;
  }
  #quiz-page .back-button {
    width: 30px;
    height: 30px;
    left: calc((100% - 480px) / 2 + 20px);
    top: 50%;
    transform: translateY(-50%);
  }
  #quiz-page .back-button svg {
    width: 16px;
    height: 16px;
  }
  #quiz-page .top-bar {
    height: 80px;
  }
  #quiz-page .top-bar .logo svg {
    width: 128px;
    height: 27px;
  }
  #quiz-page .quiz-block {
    width: calc(100% + 30px);
  }
  #quiz-page .quiz-block .numb-step {
    width: 70px;
    height: 30px;
    font-size: 14px;
    position: absolute;
    top: -55px;
    right: 20px;
  }
  #quiz-page .quiz-block .quiz-title-question {
    max-width: 380px;
    font-size: 20px;
    margin-bottom: 25px;
  }
  #quiz-page .quiz-block .quiz-title-question br {
    display: none;
  }
  #quiz-page .quiz-block .quiz-subtitle-question {
    max-width: 380px;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
  #quiz-page .quiz-block .quiz-subtitle-question svg {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #quiz-page .quiz-block .quiz-step {
    min-height: 640px;
    padding: 30px 20px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address {
    margin-bottom: 30px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-adress {
    width: 300px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .field-flat {
    width: 115px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .button {
    max-width: 100%;
    height: 55px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .yes-no-btns {
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .yes-no-btns .single-answer {
    width: calc(50% - 5px);
    height: 60px;
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .list-operators {
    justify-content: space-between;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .list-operators .single-answer {
    width: calc(50% - 5px);
    height: 60px;
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-3 .list-operators .single-answer:last-of-type {
    width: 100%;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-4 .list-answers {
    justify-content: space-between;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-4 .list-answers .single-answer {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-5 .list-answers {
    justify-content: space-between;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-5 .list-answers .single-answer {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-5 .list-answers .single-answer:last-child {
    width: 100%;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .quiz-subtitle-question {
    max-width: 270px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .info-text {
    max-width: 300px;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    text-align: center;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .info-text svg {
    margin-right: 0;
    margin-bottom: 4px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels {
    margin-bottom: 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels > * {
    margin: 0 8px 20px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels svg {
    width: 150px;
    height: auto;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels svg:nth-child(3) {
    width: 50px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels img {
    max-width: 120px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-answers {
    justify-content: space-between;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-answers .single-answer {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .inputs {
    margin-bottom: 10px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .inputs input {
    margin-bottom: 15px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .custom_checkbox {
    align-self: flex-start;
    margin-bottom: 30px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .custom_checkbox .checkmark {
    margin-right: 10px;
  }
  #quiz-page .quiz-block .quiz-step.last-step .custom_checkbox .text {
    font-size: 14px;
  }
  #quiz-page .quiz-block .quiz-step.last-step [type=submit] {
    font-size: 14px;
    height: 60px;
  }
  #quiz-page .quiz-block .single-answer {
    width: calc(50% - 5px);
    height: 60px;
    font-size: 16px;
    margin: 0 0 10px;
  }
  #quiz-page .quiz-block input {
    font-size: 14px;
    height: 55px;
  }
}
@media (max-width: 479px) {
  #quiz-page .back-button {
    width: 30px;
    height: 30px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  #quiz-page .back-button svg {
    width: 16px;
    height: 16px;
  }
  #quiz-page .quiz-block {
    border-radius: 0;
  }
  #quiz-page .quiz-block .numb-step {
    right: 15px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address {
    flex-direction: column;
    align-items: center;
    margin-bottom: 23px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .single-field {
    width: 100% !important;
    margin-bottom: 15px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-2 .fields-address .single-field:last-child {
    margin-bottom: 0;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .info-text {
    margin-bottom: 30px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels {
    justify-content: space-between;
    margin: 0 -5px 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels > * {
    margin: 0 5px 10px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels svg {
    width: 118px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels svg:last-of-type {
    width: 100px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-logos-channels img {
    max-width: 100px;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-answers {
    flex-direction: column;
    align-items: center;
  }
  #quiz-page .quiz-block .quiz-step.quiz-step-6 .list-answers .single-answer {
    width: 100%;
    margin: 0 0 10px;
  }
}

/*** Custom styles ***/
.check-availability {
  background-color: #54BEE1;
  border-radius: 10px;
  padding: 30px 50px;
}
.check-availability .text {
  max-width: 685px;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}
.check-availability .button {
  width: 290px;
  height: 55px;
  background-color: #FFF;
}
.check-availability .button:hover {
  background-color: #1E1E1E;
  color: #FFF;
}
@media (max-width: 1023px) {
  .check-availability {
    flex-direction: column;
    align-items: center;
    padding: 35px 50px;
  }
  .check-availability .text {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .check-availability {
    padding: 35px 25px;
  }
  .check-availability .button {
    max-width: 290px;
    width: 100%;
  }
}

.quiz-block {
  background-color: #FFF;
  border-radius: 20px;
  color: #1E1E1E;
}
.quiz-block .numb-step {
  width: 86px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #b9b9b9;
  color: #FFF;
}