@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: #FFF;
  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: #1E1E1E;
  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: #FFF;
}
.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: #FFF;
}
.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: #1E1E1E;
  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: #FFF;
  border: 1px solid #FFF;
  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: #E83B25;
  border: 1px solid #E83B25;
}
.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.28142C3.93587 4.28161 3.8032 4.23516 3.69781 4.15014L0.182808 1.30287C0.074683 1.20303 0.00968026 1.06692 0.000996991 0.922175C-0.00768627 0.777428 0.0406009 0.634892 0.136055 0.523505C0.231509 0.412118 0.366976 0.340229 0.514952 0.322433C0.662929 0.304637 0.812324 0.342266 0.932808 0.427683L4.07281 2.97837L7.21481 0.516174C7.33999 0.420234 7.49924 0.37658 7.65752 0.394817C7.8158 0.413054 7.96015 0.491686 8.05881 0.613417C8.15747 0.735148 8.20236 0.890005 8.18361 1.04392C8.16485 1.19784 8.08399 1.33821 7.95881 1.43415L4.44481 4.18418C4.33562 4.25643 4.20453 4.2907 4.07281 4.28142Z' fill='white'/%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: #FFF;
  }
  .top-bar .top-bar-info .language-holder .language-item {
    color: #FFF;
    border: 1px solid #FFF;
  }
  .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 #F04F75;
}
.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 #F04F75;
}
.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: #427ABE;
  border-color: #427ABE;
}
.cta-form .custom_checkbox .checkmark.ok {
  background-color: #427ABE;
}
.cta-form .custom_checkbox .checkmark.error {
  border-color: #F04F75;
  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: #427ABE;
}
.cta-form .button {
  width: 270px;
  height: 62px;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  border-radius: 10px;
  background: #F04F75;
  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: #427ABE;
  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-first-screen-march2026-1920-inet.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: 190px;
  padding-bottom: 59px;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 5;
}
#first_screen .cta .content-block {
  align-items: center;
  padding-left: 0;
  position: relative;
  z-index: 21;
}
#first_screen .cta .title-block {
  max-width: 700px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 16;
}
#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: 21px;
}
#first_screen .cta h1.lv .title-svg {
  width: 586px;
  height: 204px;
  background-image: url("data:image/svg+xml,%3Csvg width='586' height='204' viewBox='0 0 586 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.1 179H20.9V127.3H2.2V112.3H56.7V127.3H38.1V179ZM113.787 179H64.8867V112.3H113.787V127.3H82.0867V137.7H113.087V152.7H82.0867V164H113.787V179ZM167.773 179H123.773V112.3H140.973V164H167.773V179ZM225.603 179H176.703V112.3H225.603V127.3H193.903V137.7H224.903V152.7H193.903V164H225.603V179ZM275.19 179H253.59L228.49 112.3H247.99L264.39 160.4L280.89 112.3H300.39L275.19 179ZM322.516 179H305.316V112.3H322.516V179ZM332.116 106.7H295.816V98.2H332.116V106.7ZM384.216 179H332.416V165.3L360.816 127.3H332.416V112.3H383.516V126L355.016 164H384.216V179ZM411.286 179H394.086V112.3H411.286V179ZM435.885 180.2C429.185 180.2 422.585 178.6 417.585 174.2L424.785 161.1C427.185 163.1 430.385 165 434.385 165C439.785 165 443.285 161.5 443.285 155.9V112.3H460.485V156.1C460.485 172.6 450.485 180.2 435.885 180.2ZM533.593 179H514.093L510.793 169.4H484.493L481.193 179H461.693L486.793 112.3H508.393L533.593 179ZM506.093 154.4L497.593 129.3L489.093 154.4H506.093Z' fill='white'/%3E%3Cpath d='M35.3781 111.37C40.7284 111.569 44.9402 110.688 51.4614 110.812C53.6979 110.855 55.2823 110.938 56.7 111.024L57.9596 111.009L57.9756 112.3C57.8099 115.016 57.6317 117.121 57.7008 122.028C57.7258 123.803 57.7268 125.58 57.7164 127.3L57.7288 128.304L56.7 128.316C51.1852 128.283 46.2413 128.132 43.7068 128.278C41.1962 128.423 40.3811 128.128 38.1 128.03L38.8297 127.3C38.7979 128.04 38.7868 128.935 38.8185 130.091C38.9475 134.813 38.8717 137.675 38.6828 141.805C38.4939 145.934 38.3327 158.622 38.5647 163.235C38.7967 167.849 38.3941 173.111 38.2986 176.275C38.2689 177.261 38.2282 178.037 38.1858 178.632C38.1679 178.884 38.1303 179 38.0932 179C38.0932 179 38.0932 179 38.0932 179C38.047 179 38.0016 178.819 37.9958 178.496C37.9675 176.924 37.8928 174.575 37.7253 171.8C37.4131 166.626 37.7581 166.06 37.5977 159.073C37.4373 152.086 37.1166 147.889 37.324 139.668C37.4583 134.342 37.1414 131.674 37.0352 127.3L37.0486 126.222L38.1 126.235C40.4777 126.178 43.3594 126.182 47.4462 126.355C51.5057 126.527 54.2945 126.528 56.7 126.451L55.8513 127.3C55.7093 122.856 55.3023 119.721 55.2203 112.3L56.7 113.78C56.6548 113.78 56.6094 113.781 56.5639 113.781C44.9996 113.902 30.4021 113.401 23.431 113.443C17.6449 113.477 10.211 113.556 2.2 113.513L3.41304 112.3C3.40429 113.941 3.39044 115.605 3.37008 117.285C3.33199 120.428 3.33659 123.805 3.35371 127.3L2.2 126.146C8.27899 126.117 14.7158 126.049 20.9 126.102L22.1125 126.117L22.0979 127.3C22.0855 128.742 22.0665 130.169 22.039 131.576C21.8253 142.484 21.5553 157.906 21.3745 165.031C21.21 171.509 21.1614 173.532 21.2369 179L20.9 178.663C21.4464 178.656 22.0272 178.647 22.6502 178.637C26.5922 178.573 32.0226 178.633 36.6095 178.867C38.9179 178.984 38.3948 179.148 36.0713 179.226C32.6736 179.341 29.8844 179.264 28.1337 179.469C25.278 179.803 23.7627 179.969 20.9 179.889L20.0224 179.9L20.0113 179C20.0292 178.356 20.0596 177.643 20.1033 176.832C20.3413 172.416 19.8005 170.335 19.8627 167.761C19.925 165.187 20.244 165.229 19.9982 152.139C19.7587 139.383 19.6931 132.243 19.6353 127.3L20.9 128.565C20.7705 128.566 20.6426 128.568 20.5161 128.569C16.5527 128.616 9.1413 128.449 2.2 128.431L1.08325 128.445L1.06909 127.3C1.0736 125.56 1.0687 123.849 1.04867 122.23C1.01611 119.597 1.00388 116.077 0.996537 112.3L0.981829 111.112L2.2 111.097C10.0133 111.081 18.931 111.087 23.394 110.977C30.0145 110.813 30.0281 111.17 35.3781 111.37ZM93.5405 128.23C89.5105 128.128 85.9195 128.309 82.0867 128.494L83.2807 127.3C83.4335 130.472 83.5884 133.81 83.5867 137.7L82.0867 136.2C82.6758 136.2 83.2776 136.204 83.8934 136.212C93.4868 136.337 94.9236 136.804 105.911 136.699C108.324 136.676 110.738 136.673 113.087 136.681L114.097 136.673L114.105 137.7C114.086 143.382 114.005 148.688 114.002 152.7L114.01 153.608L113.087 153.616C111.206 153.614 109.61 153.63 108.392 153.678C103.5 153.87 102.984 153.289 96.0373 153.418C90.406 153.523 86.573 153.493 82.0867 153.377L82.764 152.7C82.737 153.748 82.7053 154.831 82.6695 155.981C82.6139 157.77 82.5606 160.652 82.5191 164L82.0867 163.568C90.1072 163.667 100.807 163.699 105.595 163.535C108.26 163.444 111.072 163.451 113.787 163.499L114.284 163.494L114.288 164C114.215 168.199 114.043 172.164 113.985 174.992C113.956 176.442 113.915 177.583 113.873 178.458C113.855 178.829 113.817 179 113.78 179C113.78 179 113.78 179 113.78 179C113.734 179 113.688 178.734 113.682 178.258C113.654 175.946 113.579 172.49 113.412 168.408C113.34 166.641 113.303 165.239 113.286 164L113.787 164.5C109.687 164.554 107.365 164.379 99.4721 164.502C92.8693 164.605 87.9597 164.775 82.0867 164.827L81.2524 164.82L81.2593 164C81.2299 160.73 81.2365 157.162 81.3107 152.837C81.3115 152.791 81.3122 152.746 81.313 152.7L81.3196 151.92L82.0867 151.926C93.8729 152.122 96.7933 151.293 113.087 151.733L112.12 152.7C112.127 152.435 112.134 152.166 112.142 151.894C112.324 145.592 112.314 141.372 112.225 137.7L113.087 138.562C106.81 138.716 102.133 139.105 91.3998 139.181C88.4052 139.202 85.2723 139.204 82.0867 139.193L80.5808 139.181L80.5932 137.7C80.605 134.259 80.6319 130.756 80.6658 127.3L80.6779 125.867L82.0867 125.879C93.6085 125.992 104.616 126.184 111.116 126.157C111.982 126.154 112.873 126.15 113.787 126.146L112.632 127.3C112.611 122.801 112.584 117.735 112.57 112.3L113.787 113.517C107.242 113.533 100.162 113.53 92.8901 113.47C84.3702 113.4 74.6797 113.475 64.8867 113.506L66.0923 112.3C66.1142 119.218 66.1141 126.186 66.0257 132.83C65.8308 147.461 65.5892 167.613 65.411 179L64.8867 178.476C65.9888 178.493 67.0088 178.51 67.9337 178.526C78.4149 178.706 80.9696 178.747 91.0582 178.637C96.8573 178.573 104.846 178.633 111.594 178.867C114.99 178.984 114.22 179.148 110.802 179.226C105.804 179.341 101.701 179.264 99.1251 179.469C93.9787 179.878 91.7914 180.035 85.2944 179.797C78.7978 179.559 75.7366 180.099 71.9495 180.037C69.782 180.002 68.8754 179.882 64.8867 179.832L64.0617 179.839L64.0546 179C64.0919 176.019 64.0901 171.317 63.985 163.081C63.7392 143.824 63.6765 133.267 63.6175 125.975C63.5909 122.686 63.6326 117.783 63.6772 112.3L63.6671 111.101L64.8867 111.09C71.56 111.145 79.0918 111.204 85.6163 111.149C92.5813 111.09 103.763 111.097 113.787 111.08L114.996 111.07L115.006 112.3C115.016 118.005 115.033 123.335 115.075 127.3L115.086 128.578L113.787 128.589C112.831 128.599 111.954 128.61 111.171 128.623C101.431 128.787 101.411 128.43 93.5405 128.23ZM137.089 111.37C138.441 111.425 139.714 111.397 140.973 111.331L141.929 111.318L141.942 112.3C142.115 115.593 142.551 118.797 142.461 123.105C142.337 129.061 141.869 129.953 141.974 136.775C142.079 143.596 141.76 150.421 141.952 153.458C142.144 156.495 141.563 156.816 141.692 161.128C141.723 162.172 141.742 163.115 141.751 164L140.973 163.223C143.747 163.196 145.941 163.274 148.8 163.417C152.406 163.598 163.151 163.753 167.773 163.564L168.204 163.558L168.21 164C168.218 164.214 168.228 164.415 168.238 164.601C168.47 168.815 168.068 173.621 167.972 176.512C167.942 177.412 167.902 178.12 167.859 178.664C167.841 178.894 167.804 179 167.767 179C167.767 179 167.767 179 167.767 179C167.72 179 167.675 178.835 167.669 178.539C167.641 177.104 167.566 174.958 167.399 172.424C167.149 168.641 167.32 167.555 167.316 164L167.773 164.457C166.887 164.458 165.847 164.47 164.573 164.502C158.191 164.663 154.357 164.983 146.848 164.776C144.463 164.71 142.661 164.753 140.973 164.826L140.137 164.815L140.148 164C139.991 160.375 139.693 157.274 140.029 150.042C140.521 139.443 139.613 138.328 139.492 127.766C139.436 122.882 139.514 117.406 139.608 112.3L140.973 113.665C135.036 113.555 129.6 113.42 126.176 113.443C125.406 113.448 124.604 113.454 123.773 113.46L124.933 112.3C124.98 118.34 125.049 125.907 124.944 133.842C124.824 142.868 125.126 154.011 124.912 163.974C124.815 168.498 124.707 173.872 124.6 179L123.773 178.173C129.94 178.301 135.752 178.427 139.305 178.526C145.812 178.706 147.398 178.747 153.662 178.637C157.263 178.573 162.223 178.633 166.412 178.867C168.521 178.984 168.043 179.148 165.921 179.226C162.817 179.341 160.27 179.264 158.671 179.469C155.475 179.878 154.117 180.035 150.084 179.797C146.05 179.559 144.15 180.099 141.798 180.037C139.447 179.975 139.485 179.656 127.53 179.902C126.214 179.929 124.963 179.954 123.773 179.977L122.81 179.99L122.797 179C122.612 169.382 122.557 163.748 122.504 159.718C122.445 155.191 122.722 145.737 122.622 138.358C122.533 131.813 122.596 119.271 122.497 112.3L122.479 111.041L123.773 111.023C124.662 111.01 125.459 110.995 126.143 110.977C132.19 110.813 132.202 111.17 137.089 111.37ZM205.357 128.23C201.327 128.128 197.736 128.309 193.903 128.494L195.097 127.3C195.25 130.472 195.405 133.81 195.403 137.7L193.903 136.2C194.492 136.2 195.094 136.204 195.71 136.212C205.303 136.337 206.74 136.804 217.727 136.699C220.14 136.676 222.554 136.673 224.903 136.681L225.913 136.673L225.922 137.7C225.902 143.382 225.821 148.688 225.819 152.7L225.826 153.608L224.903 153.616C223.023 153.614 221.426 153.63 220.208 153.678C215.317 153.87 214.8 153.289 207.854 153.418C202.222 153.523 198.389 153.493 193.903 153.377L194.58 152.7C194.553 153.748 194.522 154.831 194.486 155.981C194.43 157.77 194.377 160.652 194.336 164L193.903 163.568C201.924 163.667 212.623 163.699 217.411 163.535C220.076 163.444 222.889 163.451 225.603 163.499L226.1 163.494L226.105 164C226.031 168.199 225.86 172.164 225.802 174.992C225.772 176.442 225.731 177.583 225.689 178.458C225.671 178.829 225.633 179 225.596 179C225.596 179 225.596 179 225.596 179C225.55 179 225.505 178.734 225.499 178.258C225.471 175.946 225.396 172.49 225.228 168.408C225.156 166.641 225.119 165.239 225.103 164L225.603 164.5C221.504 164.554 219.181 164.379 211.288 164.502C204.686 164.605 199.776 164.775 193.903 164.827L193.069 164.82L193.076 164C193.046 160.73 193.053 157.162 193.127 152.837C193.128 152.791 193.129 152.746 193.129 152.7L193.136 151.92L193.903 151.926C205.689 152.122 208.61 151.293 224.903 151.733L223.936 152.7C223.943 152.435 223.951 152.166 223.958 151.894C224.14 145.592 224.131 141.372 224.041 137.7L224.903 138.562C218.626 138.716 213.949 139.105 203.216 139.181C200.222 139.202 197.089 139.204 193.903 139.193L192.397 139.181L192.41 137.7C192.421 134.259 192.448 130.756 192.482 127.3L192.494 125.867L193.903 125.879C205.425 125.992 216.432 126.184 222.933 126.157C223.798 126.154 224.689 126.15 225.603 126.146L224.449 127.3C224.428 122.801 224.4 117.735 224.386 112.3L225.603 113.517C219.059 113.533 211.978 113.53 204.706 113.47C196.187 113.4 186.496 113.475 176.703 113.506L177.909 112.3C177.931 119.218 177.931 126.186 177.842 132.83C177.647 147.461 177.406 167.613 177.227 179L176.703 178.476C177.805 178.493 178.825 178.51 179.75 178.526C190.231 178.706 192.786 178.747 202.875 178.637C208.674 178.573 216.663 178.633 223.41 178.867C226.806 178.984 226.037 179.148 222.619 179.226C217.62 179.341 213.517 179.264 210.941 179.469C205.795 179.878 203.608 180.035 197.111 179.797C190.614 179.559 187.553 180.099 183.766 180.037C181.598 180.002 180.692 179.882 176.703 179.832L175.878 179.839L175.871 179C175.908 176.019 175.906 171.317 175.801 163.081C175.556 143.824 175.493 133.267 175.434 125.975C175.407 122.686 175.449 117.783 175.494 112.3L175.484 111.101L176.703 111.09C183.376 111.145 190.908 111.204 197.433 111.149C204.398 111.09 215.579 111.097 225.603 111.08L226.812 111.07L226.823 112.3C226.832 118.005 226.85 123.335 226.892 127.3L226.902 128.578L225.603 128.589C224.647 128.599 223.77 128.61 222.987 128.623C213.247 128.787 213.227 128.43 205.357 128.23ZM265.965 152.941C268.337 146.641 269.222 141.345 272.001 133.628C274.78 125.911 275.62 124.901 278.568 115.983C279.014 114.636 279.468 113.293 279.923 111.968L280.15 111.285L280.89 111.277C288.764 111.279 296.073 111.485 299.623 111.322C299.894 111.309 300.148 111.3 300.39 111.294L301.836 111.28L301.331 112.656C300.182 115.958 299.45 116.478 297.6 121.717C295.622 127.317 294.279 130.657 292.267 135.448C290.255 140.24 284.465 155.109 282.631 160.618C280.798 166.128 278.082 172.176 276.587 175.865C276.121 177.014 275.738 177.912 275.434 178.597C275.305 178.887 275.218 179.011 275.184 178.998C275.184 178.998 275.183 178.998 275.183 178.998C275.14 178.981 275.178 178.753 275.316 178.37C275.989 176.511 276.963 173.721 278.04 170.397C280.047 164.2 280.621 163.657 283.577 155.38C286.532 147.104 288.098 142.052 291.946 132.454C295.255 124.201 295.738 121.175 299.381 111.919L300.39 113.378C298.77 113.356 296.965 113.314 294.921 113.245C288.421 113.026 284.512 113.084 280.89 113.227L281.767 112.601C280.472 116.925 279.445 120.87 276.891 128.522C273.352 139.126 268.733 151.743 265.512 160.785L264.368 164.066L263.267 160.783C262.367 158.038 261.565 155.627 260.902 153.71C258.033 145.426 254.133 134.316 250.236 122.514C249.205 119.392 248.08 116.086 246.905 112.67L247.99 113.446C241.705 113.464 235.058 113.518 228.49 113.518L229.63 111.871C231.012 115.545 232.366 119.199 233.64 122.752C238.271 135.666 244.85 153.913 247.836 162.363C250.555 170.056 251.405 172.451 253.906 178.881L253.59 178.663C254.268 178.655 254.988 178.647 255.76 178.637C260.718 178.573 267.547 178.633 273.315 178.867C276.218 178.984 275.561 179.148 272.639 179.226C268.366 179.341 264.858 179.264 262.656 179.469C259.075 179.802 257.17 179.968 253.59 179.889L252.983 179.895L252.757 179.313C252.486 178.541 252.196 177.683 251.873 176.701C250.14 171.419 248.712 169.16 247.63 166.108C246.548 163.056 246.866 162.994 240.838 147.674C234.81 132.353 231.573 123.929 229.322 118.116C228.764 116.675 228.079 114.838 227.309 112.744L226.655 111.055L228.49 111.038C234.067 111.077 241.331 111.178 247.99 111.17L248.787 111.162L249.059 111.935C249.521 113.285 249.979 114.607 250.427 115.88C253.8 125.464 260.379 145.043 263.221 152.87C264.486 156.355 265.122 158.314 265.613 159.983L263.168 159.981C263.958 157.961 264.649 156.436 265.965 152.941ZM315.408 111.37C317.892 111.503 320.021 111.151 322.516 110.942L323.85 110.918L323.875 112.3C323.977 113.525 324.045 114.838 324.004 116.325C323.88 120.839 323.412 121.516 323.517 126.685C323.622 131.855 323.303 137.028 323.495 139.33C323.687 141.632 323.106 141.874 323.235 145.143C323.364 148.412 323.288 150.393 323.099 153.252C322.91 156.111 322.749 164.893 322.981 168.087C323.213 171.281 322.811 174.923 322.715 177.114C322.685 177.796 322.645 178.333 322.602 178.745C322.584 178.919 322.547 179 322.51 179C322.51 179 322.51 179 322.51 179C322.463 179 322.418 178.875 322.412 178.651C322.384 177.563 322.309 175.937 322.142 174.016C321.83 170.434 322.175 170.043 322.014 165.206C321.854 160.369 321.533 157.463 321.74 151.772C321.948 146.081 321.08 144.774 321.572 136.741C322.064 128.708 321.156 127.863 321.035 119.857C320.999 117.46 321.019 114.875 321.063 112.3L322.516 113.754C316.491 113.651 310.518 113.414 307.138 113.443C306.554 113.448 305.946 113.454 305.316 113.46L306.476 112.3C306.523 116.877 306.592 122.613 306.486 128.627C306.367 135.468 306.669 143.913 306.455 151.464C306.242 159.015 305.972 169.691 305.791 174.624C305.723 176.482 305.674 177.811 305.647 179L305.316 178.67C307.282 178.716 308.863 178.706 311.821 178.637C314.55 178.573 318.309 178.633 321.485 178.867C323.083 178.984 322.721 179.148 321.112 179.226C318.76 179.341 316.829 179.264 315.617 179.469C313.196 179.878 312.166 180.035 309.109 179.797C307.487 179.67 306.321 179.763 305.316 179.869L304.463 179.884L304.447 179C304.354 178.111 304.25 177.35 304.279 176.513C304.341 174.731 304.66 174.76 304.415 165.699C304.169 156.638 304.106 151.67 304.047 148.239C303.988 144.807 304.265 137.642 304.165 132.049C304.076 127.089 304.138 117.583 304.039 112.3L304.017 111.046L305.316 111.023C305.99 111.01 306.594 110.995 307.112 110.977C311.695 110.813 311.704 111.17 315.408 111.37ZM301.205 97.2697C303.183 97.4692 304.74 96.5875 307.15 96.7121C309.56 96.8367 309.921 97.3044 312.682 97.1992C315.443 97.094 318.205 97.4138 319.434 97.2217C320.663 97.0295 320.793 97.6106 322.538 97.4815C324.283 97.3525 325.341 97.4283 326.868 97.6172C327.852 97.739 330.15 97.8493 332.116 97.8501L332.454 97.8388L332.466 98.2C332.466 99.2839 332.499 100.267 332.581 100.873C332.813 102.578 332.411 104.523 332.315 105.693C332.285 106.057 332.245 106.344 332.202 106.564C332.184 106.657 332.147 106.7 332.11 106.7C332.11 106.7 332.11 106.7 332.11 106.7C332.063 106.7 332.018 106.633 332.012 106.514C331.984 105.933 331.909 105.064 331.742 104.039C331.43 102.126 331.775 101.917 331.614 99.3343C331.589 98.9346 331.561 98.5596 331.531 98.2L332.116 98.7857C330.152 98.9493 328.646 99.1513 326.078 98.976C323.039 98.7687 322.341 99.6365 318.051 99.1447C313.762 98.6529 313.311 99.5605 309.036 99.6812C304.761 99.8019 299.366 99.3011 296.789 99.3426C296.477 99.3476 296.153 99.3536 295.816 99.36L296.976 98.2C297.022 100.589 297.089 103.568 296.993 106.7L295.816 105.523C295.889 105.525 295.962 105.528 296.034 105.53C299.687 105.65 304.197 105.347 308.229 105.561C312.261 105.775 317.962 106.045 320.595 106.226C323.229 106.406 323.871 106.447 326.406 106.337C327.863 106.273 329.87 106.333 331.565 106.567C332.419 106.684 332.225 106.848 331.367 106.926C330.111 107.041 329.08 106.964 328.432 107.169C327.139 107.578 326.59 107.735 324.957 107.497C323.325 107.259 322.556 107.799 321.604 107.737C320.653 107.675 320.668 107.356 315.83 107.602C310.991 107.848 308.339 107.91 306.507 107.969C304.674 108.028 300.848 107.751 297.862 107.851C297.281 107.871 296.582 107.883 295.816 107.891L294.666 107.93L294.625 106.7C294.596 103.977 294.617 100.402 294.539 98.2L294.498 96.9672L295.816 96.9231C296.176 96.9105 296.499 96.8952 296.775 96.8767C299.222 96.7132 299.227 97.0702 301.205 97.2697ZM351.31 111.37C358.215 111.569 363.651 110.688 372.067 110.812C377.459 110.892 379.913 111.113 383.516 111.233L384.572 111.223L384.582 112.3C384.515 114.321 384.479 116.703 384.516 120.167C384.538 122.126 384.542 124.085 384.536 126L384.539 126.33L384.332 126.612C379.811 132.602 375.583 137.952 373.654 140.779C371.233 144.328 370.496 144.341 366.943 149.294C363.39 154.247 361.113 157.156 357.764 161.306C357.164 162.05 356.353 163.077 355.404 164.292L355.016 163.514C362.073 163.651 373.982 163.726 378.87 163.535C380.61 163.468 382.421 163.454 384.216 163.471L384.74 163.466L384.745 164C384.703 168.346 384.482 172.593 384.414 175.484C384.385 176.756 384.344 177.757 384.301 178.525C384.284 178.85 384.246 179 384.209 179C384.209 179 384.209 179 384.209 179C384.163 179 384.117 178.767 384.111 178.349C384.083 176.321 384.008 173.289 383.841 169.708C383.725 167.228 383.7 165.568 383.706 164L384.216 164.51C381.561 164.5 379.167 164.401 373.498 164.502C366.541 164.626 361.726 164.845 355.016 164.844L353.322 164.831L354.341 163.494C355.533 161.905 356.84 160.195 358.332 158.285C364.864 149.921 365.632 147.451 375.011 135.764C378.64 131.243 380.898 128.201 382.815 125.475L382.64 126C382.51 121.758 382.246 118.257 382.109 112.3L383.516 113.707C382.057 113.741 380.452 113.767 378.652 113.781C363.728 113.902 344.888 113.401 335.891 113.443C334.778 113.448 333.618 113.454 332.416 113.46L333.576 112.3C333.6 116.786 333.631 121.865 333.639 127.3L332.416 126.077C337.305 126.069 342.482 126.08 347.775 126.13C351.865 126.168 356.263 126.163 360.816 126.146L363.128 126.163L361.74 127.991C355.998 135.736 349.887 144.067 344.046 151.641C340.736 155.932 336.903 160.91 333.117 165.824L333.291 165.3C333.222 170.055 333.152 174.764 333.086 179L332.416 178.329C337.009 178.401 341.047 178.468 343.989 178.526C353.184 178.706 355.426 178.747 364.276 178.637C369.364 178.573 376.372 178.633 382.292 178.867C385.271 178.984 384.596 179.148 381.597 179.226C377.212 179.341 373.613 179.264 371.353 179.469C366.838 179.878 364.919 180.035 359.22 179.797C353.52 179.559 350.835 180.099 347.512 180.037C344.562 179.982 344.275 179.724 332.416 179.839L331.584 179.847L331.576 179C331.562 177.505 331.541 175.826 331.514 173.935C331.468 170.805 331.429 167.937 331.395 165.3L331.392 164.971L331.598 164.689C338.418 155.314 342.635 149.586 345.717 145.382C348.728 141.274 354.551 133.76 359.91 126.623L360.816 128.431C358.53 128.426 356.282 128.431 354.156 128.451C348.727 128.503 340.378 128.503 332.416 128.515L331.213 128.526L331.201 127.3C331.193 121.735 331.18 116.359 331.139 112.3L331.127 111.036L332.416 111.024C333.703 111.011 334.857 110.996 335.843 110.977C344.388 110.813 344.405 111.17 351.31 111.37ZM404.178 111.37C406.661 111.503 408.791 111.151 411.286 110.942L412.619 110.918L412.644 112.3C412.747 113.525 412.815 114.838 412.774 116.325C412.649 120.839 412.182 121.516 412.287 126.685C412.392 131.855 412.072 137.028 412.264 139.33C412.456 141.632 411.875 141.874 412.004 145.143C412.133 148.412 412.058 150.393 411.869 153.252C411.68 156.111 411.519 164.893 411.751 168.087C411.983 171.281 411.58 174.923 411.485 177.114C411.455 177.796 411.414 178.333 411.372 178.745C411.354 178.919 411.316 179 411.279 179C411.279 179 411.279 179 411.279 179C411.233 179 411.188 178.875 411.182 178.651C411.153 177.563 411.079 175.937 410.911 174.016C410.599 170.434 410.944 170.043 410.784 165.206C410.623 160.369 410.303 157.463 410.51 151.772C410.717 146.081 409.849 144.774 410.341 136.741C410.833 128.708 409.925 127.863 409.805 119.857C409.769 117.46 409.788 114.875 409.832 112.3L411.286 113.754C405.26 113.651 399.288 113.414 395.907 113.443C395.324 113.448 394.716 113.454 394.086 113.46L395.246 112.3C395.292 116.877 395.361 122.613 395.256 128.627C395.136 135.468 395.439 143.913 395.225 151.464C395.011 159.015 394.741 169.691 394.56 174.624C394.492 176.482 394.444 177.811 394.416 179L394.086 178.67C396.051 178.716 397.633 178.706 400.591 178.637C403.32 178.573 407.079 178.633 410.254 178.867C411.852 178.984 411.49 179.148 409.882 179.226C407.53 179.341 405.599 179.264 404.387 179.469C401.965 179.878 400.936 180.035 397.879 179.797C396.257 179.67 395.09 179.763 394.086 179.869L393.233 179.884L393.217 179C393.123 178.111 393.019 177.35 393.049 176.513C393.111 174.731 393.43 174.76 393.184 165.699C392.938 156.638 392.876 151.67 392.817 148.239C392.758 144.807 393.035 137.642 392.935 132.049C392.846 127.089 392.908 117.583 392.809 112.3L392.787 111.046L394.086 111.023C394.759 111.01 395.364 110.995 395.882 110.977C400.465 110.813 400.474 111.17 404.178 111.37ZM454.028 111.37C456.3 111.471 458.327 111.295 460.485 111.112L461.655 111.095L461.673 112.3C461.851 114.406 462.035 116.636 461.973 119.339C461.848 124.811 461.381 125.631 461.486 131.898C461.591 138.164 461.271 144.435 461.463 147.225C461.656 150.015 461.075 150.31 461.204 154.272C461.225 154.919 461.24 155.525 461.251 156.1C461.282 159.116 460.992 161.325 460.14 164.176C459.638 165.855 458.419 169.333 456.124 172.194C453.89 175.116 450.688 177.119 448.952 178.038C445.447 180.015 440.824 180.31 438.184 180.334C437.351 180.351 436.7 180.323 436.197 180.285C435.984 180.268 435.885 180.23 435.885 180.193C435.885 180.193 435.885 180.193 435.885 180.193C435.885 180.147 436.038 180.102 436.31 180.094C437.619 180.051 439.598 179.899 441.842 179.352C445.91 178.13 446.682 178.608 451.476 175.451C455.908 171.859 457.606 168.593 459.192 162.141C459.71 159.672 459.704 157.861 459.618 156.1C459.458 153.088 459.232 150.188 459.54 144.087C460.032 134.349 459.125 133.324 459.004 123.621C458.96 120.044 458.999 116.121 459.066 112.3L460.485 113.72C453.941 113.606 447.696 113.416 444.002 113.443C443.767 113.444 443.527 113.446 443.285 113.448L444.433 112.3C444.477 118.067 444.57 125.623 444.455 133.582C444.358 140.284 444.537 148.256 444.497 155.9C444.491 157.873 444.051 159.911 442.992 161.625C441.399 164.416 437.753 166.105 434.385 165.935C430.447 165.899 426.845 163.865 424.341 161.633L425.393 161.434C423.694 164.359 422.19 166.94 421.115 168.763C419.655 171.239 418.726 172.815 417.859 174.35L417.791 173.966C419.197 175.204 420.68 176.297 423.388 177.458C426.378 178.769 430.806 179.741 434.639 180.048C436.566 180.195 436.139 180.372 434.174 180.391C431.296 180.389 428.975 179.876 427.483 179.717C424.515 179.332 423.101 179.089 419.915 176.927C418.756 176.093 417.852 175.401 417.068 174.788L416.599 174.388L416.899 173.823C417.597 172.357 417.998 171.214 418.687 170.042C419.698 168.322 419.999 168.347 424.036 160.688L424.516 159.783L425.332 160.443C425.873 160.877 426.474 161.32 427.152 161.748C429.671 163.352 432.197 163.986 434.385 163.929C440.129 163.794 441.746 159.673 441.942 157.205C441.981 156.817 442.007 156.382 442.008 155.9C442.011 151.389 442.223 143.797 442.134 137.731C442.038 131.216 442.119 118.233 441.98 112.3L441.961 111.014L443.285 110.995C443.526 110.989 443.755 110.983 443.971 110.977C449.527 110.813 449.538 111.17 454.028 111.37ZM479.948 127.848C482.077 122.758 482.78 118.386 485.263 112.141C485.312 112.018 485.36 111.897 485.408 111.779L485.751 110.832L486.793 110.82C493.165 110.955 494.28 111.402 501.824 111.299C504.048 111.269 506.272 111.274 508.393 111.292L509.078 111.284L509.336 111.944C511.139 116.842 512.65 121.185 513.638 123.416C515.029 126.553 514.613 127.097 516.454 131.603C518.294 136.108 519.265 138.894 520.592 142.941C521.92 146.989 526.389 159.275 528.287 163.64C530.184 168.005 531.723 173.22 532.787 176.304C533.118 177.264 533.362 178.026 533.539 178.615C533.614 178.864 533.621 178.989 533.587 179.002C533.587 179.002 533.587 179.002 533.587 179.002C533.543 179.019 533.435 178.861 533.312 178.551C532.713 177.046 531.788 174.808 530.62 172.192C528.444 167.315 528.561 166.648 525.866 159.97C523.172 153.292 521.343 149.359 518.543 141.361C515.743 133.364 514.244 131.851 510.478 120.491C509.356 117.109 508.454 114.658 507.626 112.59L508.393 113.12C503.141 113.224 500.028 113.696 491.661 113.781C490.084 113.797 488.453 113.802 486.793 113.799L488.196 112.828C484.341 123.013 479.714 134.253 477.553 140.099C475.062 146.837 471.763 155.903 468.064 165.392C466.387 169.695 464.618 174.488 462.797 179.416L461.693 177.82C468.023 177.782 474.564 177.744 480.706 177.861C480.868 177.864 481.03 177.867 481.193 177.87L480.125 178.633C481.2 175.686 482.391 172.419 483.602 169.094L483.832 168.45L484.493 168.458C493.598 168.624 503.117 168.797 508.328 168.926C509.226 168.948 510.041 168.968 510.793 168.986L511.094 168.989L511.185 169.265C512.458 173.276 513.149 175.392 514.392 178.897L514.093 178.684C515.142 178.674 516.309 178.658 517.673 178.637C521.735 178.573 527.331 178.633 532.057 178.867C534.436 178.984 533.897 179.148 531.503 179.226C528.002 179.341 525.128 179.264 523.324 179.469C519.842 179.864 518.294 180.024 514.093 179.82L513.518 179.827L513.318 179.266C513.276 179.123 513.234 178.977 513.191 178.827C511.937 174.447 510.728 172.595 509.925 170.066C509.888 169.951 509.854 169.84 509.822 169.734L510.793 170.427C508.464 170.347 507.916 170.067 495.044 170.302C491.018 170.375 487.534 170.432 484.493 170.478L485.512 169.75C484.236 173.653 483.201 176.788 482.338 179.394L482.071 180.2L481.193 180.211C479.159 180.234 477.43 180.252 475.905 180.269C472.703 180.306 467.317 180.211 461.693 180.16L460.031 180.179L460.607 178.592C461.815 175.469 463.038 172.262 464.097 169.342C466.936 161.516 472.982 145.709 475.231 139.267C477.481 132.824 477.82 132.937 479.948 127.848ZM494.397 141.637C493.713 143.036 494.158 144.471 493.436 146.215C492.714 147.958 492.18 148.076 491.588 150.152C491.076 151.948 490.262 153.644 489.97 154.697L489.093 153.474C489.263 153.464 489.414 153.448 489.544 153.422C490.504 153.23 490.605 153.811 491.969 153.682C493.333 153.552 494.159 153.628 495.352 153.817C496.544 154.006 500.208 154.167 501.54 153.935C502.873 153.703 504.392 154.106 505.306 154.201C505.591 154.231 505.815 154.272 505.987 154.314C506.059 154.332 506.093 154.37 506.093 154.407C506.093 154.407 506.093 154.407 506.093 154.407C506.093 154.453 506.041 154.498 505.947 154.504C505.493 154.533 504.815 154.607 504.014 154.775C502.52 155.087 502.356 154.742 500.339 154.902C498.321 155.063 497.109 155.383 494.735 155.176C492.517 154.982 491.895 155.726 489.093 155.425L487.624 155.364L488.122 154.071C488.206 153.89 488.298 153.701 488.4 153.501C489.941 150.485 489.194 149.86 490.151 146.658C491.108 143.456 492.934 139.624 493.541 137.704C494.147 135.784 494.914 133.189 495.943 130.525C496.138 130.019 496.327 129.486 496.512 128.934L497.669 125.744L498.674 128.934C499.477 131.289 500.531 133.885 501.186 136.358C501.994 139.411 503.167 143.716 503.655 145.722C504.144 147.729 504.266 148.217 505.006 150.058C505.431 151.115 505.878 152.62 506.081 153.95C506.184 154.619 505.98 154.528 505.691 153.918C505.268 153.025 505.082 152.238 504.726 151.824C504.014 150.999 503.728 150.642 503.544 149.358C503.361 148.074 502.656 147.678 502.476 146.954C502.297 146.23 502.603 146.139 501.158 142.638C499.712 139.136 498.988 137.193 498.473 135.856C497.977 134.569 497.313 131.813 496.512 129.666H498.674C498.649 129.75 498.624 129.834 498.6 129.917C497.946 132.159 496.338 136.621 495.88 138.485C495.421 140.348 495.082 140.237 494.397 141.637Z' fill='%23171717'/%3E%3Cpath d='M23.2 83H6V16.3H23.2V83ZM97.1992 83H80.5992L52.3992 44.4V83H35.1992V16.3H52.8992L79.8992 53V16.3H97.1992V83ZM141.323 83H124.123V31.3H105.423V16.3H159.923V31.3H141.323V83ZM217.009 83H168.109V16.3H217.009V31.3H185.309V41.7H216.309V56.7H185.309V68H217.009V83ZM283.896 83H264.196L252.996 60.6H244.196V83H226.996V16.3H260.396C275.196 16.3 283.596 26.1 283.596 38.5C283.596 50.1 276.496 56.3 270.296 58.5L283.896 83ZM257.796 45.6C262.296 45.6 266.096 43.1 266.096 38.4C266.096 33.9 262.296 31.3 257.796 31.3H244.196V45.6H257.796ZM355.109 83H338.509L310.309 44.4V83H293.109V16.3H310.809L337.809 53V16.3H355.109V83ZM416.033 83H367.133V16.3H416.033V31.3H384.333V41.7H415.333V56.7H384.333V68H416.033V83ZM458.12 83H440.92V31.3H422.22V16.3H476.72V31.3H458.12V83ZM508.925 84.2C495.425 84.2 486.025 80 479.325 73.6L488.425 60.7C493.225 65.5 500.625 69.5 509.725 69.5C515.625 69.5 519.225 67.2 519.225 64C519.225 54.9 481.425 62.2 481.425 36.5C481.425 25.3 490.925 15.3 508.025 15.3C518.725 15.3 528.025 18.5 535.125 24.6L525.725 36.9C520.125 32.3 512.825 30 506.225 30C501.225 30 499.025 32 499.025 34.8C499.025 43.3 536.725 37.1 536.725 61.9C536.725 75.3 526.825 84.2 508.925 84.2Z' fill='white'/%3E%3Cpath d='M16.0916 15.3697C18.5756 15.5035 20.705 15.151 23.2 14.9419L24.5334 14.918L24.5581 16.3C24.6608 17.5252 24.7289 18.8385 24.6879 20.3252C24.5633 24.8394 24.0956 25.5155 24.2008 30.6855C24.306 35.8552 23.9862 41.0278 24.1783 43.3297C24.3705 45.6315 23.7894 45.8745 23.9185 49.1433C24.0475 52.4119 23.9717 54.393 23.7828 57.2516C23.5939 60.1105 23.4327 68.8933 23.6647 72.087C23.8967 75.2807 23.4941 78.9233 23.3986 81.114C23.3689 81.7963 23.3282 82.3333 23.2858 82.745C23.2679 82.9193 23.2303 83 23.1932 83C23.1932 83 23.1932 83 23.1932 83C23.147 82.9999 23.1016 82.875 23.0958 82.6509C23.0675 81.5629 22.9928 79.9368 22.8253 78.0158C22.5131 74.434 22.8581 74.0425 22.6977 69.2058C22.5373 64.3692 22.2166 61.4633 22.424 55.7723C22.6313 50.0815 21.7635 48.7743 22.2553 40.7411C22.7471 32.708 21.8395 31.8626 21.7188 23.8573C21.6827 21.4604 21.7023 18.8753 21.7463 16.3L23.2 17.7537C17.1741 17.6506 11.2021 17.4135 7.82129 17.4426C7.23765 17.4476 6.62979 17.4536 6 17.46L7.15999 16.3C7.20642 20.8774 7.27538 26.6131 7.17008 32.6267C7.05031 39.4677 7.35266 47.9128 7.13896 55.4642C6.92525 63.0155 6.65533 73.6914 6.47447 78.6236C6.4063 80.4824 6.35803 81.8114 6.33026 83L6 82.6697C7.96525 82.7157 9.54687 82.7055 12.505 82.6367C15.2338 82.5732 18.9929 82.633 22.1682 82.8667C23.7662 82.9842 23.4041 83.1479 21.7957 83.2263C19.4436 83.3408 17.5128 83.2643 16.3009 83.4689C13.8792 83.8778 12.85 84.0346 9.79281 83.7967C8.17103 83.6704 7.00422 83.7633 6 83.8691L5.14667 83.8844L5.13086 83C5.03723 82.1113 4.93352 81.3499 4.96275 80.5133C5.02502 78.7311 5.34401 78.7604 5.09825 69.6991C4.85247 60.6376 4.78976 55.6701 4.73075 52.2386C4.67175 48.8071 4.9486 41.6419 4.84867 36.0494C4.76004 31.0889 4.82208 21.5834 4.72307 16.3L4.70065 15.0463L6 15.0231C6.67314 15.0104 7.27775 14.9952 7.79568 14.9767C12.3787 14.8131 12.3881 15.1702 16.0916 15.3697ZM55.5053 18.2725C60.1956 24.9844 64.7244 29.6524 70.5366 37.763C75.3562 44.4885 76.5291 46.6552 80.6986 52.4119L78.9068 53C78.9176 51.5364 78.9164 49.8748 78.8984 47.9237C78.7932 36.4979 79.1131 25.0655 78.9209 19.9778C78.8628 18.4393 78.8754 17.317 78.9177 16.3L78.9098 15.3265L79.8992 15.3185C82.2451 15.416 84.0305 15.6716 89.0703 15.5815C92.18 15.526 94.7624 15.5084 97.1992 15.5215L97.9714 15.5152L97.9778 16.3C97.9605 19.5242 97.8896 22.4934 97.782 26.0919C97.5931 32.4105 97.4319 51.822 97.6639 58.8805C97.8959 65.9391 97.4933 73.9899 97.3979 78.8315C97.3681 80.3396 97.3274 81.5265 97.2851 82.4364C97.2671 82.8218 97.2295 82.9999 97.1925 83C97.1924 83 97.1924 83 97.1924 83C97.1462 82.9999 97.1008 82.7238 97.095 82.2284C97.0667 79.8237 96.992 76.2298 96.8245 71.9841C96.5124 64.0677 96.8573 63.2026 96.6969 52.5126C96.5365 41.8228 96.2158 35.4003 96.4232 22.8224C96.4642 20.3319 96.4631 18.2213 96.4388 16.3L97.1992 17.0604C91.4427 17.1334 87.3848 17.415 79.8992 17.3971L80.9963 16.3C80.99 18.9341 80.9466 21.9927 80.8439 25.6992C80.4643 39.4031 80.9184 43.6427 81.2009 53L81.1856 56.9708L78.8507 53.7714C77.1445 51.593 75.1854 49.0457 72.7712 45.8107C65.9677 36.6938 58.2342 25.8795 51.8903 17.0423L52.8992 17.5526C46.858 17.4821 41.562 17.4278 37.7537 17.4426C36.9239 17.4458 36.0719 17.4495 35.1992 17.4533L36.3526 16.3C36.3984 26.6449 36.4798 39.9122 36.3693 53.8556C36.2991 62.7223 36.374 72.8082 36.4049 83L35.1992 81.7943C40.9659 81.7769 46.7664 81.7735 52.3992 81.8185L51.2177 83C51.2288 81.6121 51.2428 80.2343 51.2603 78.8698C51.3933 68.48 51.5481 55.4138 51.6897 44.4L51.698 42.2233L52.9721 43.9814C56.8423 49.4244 60.2713 54.2553 62.6436 57.6181C68.9278 66.5266 70.4622 68.696 76.741 77.1029C78.0077 78.799 79.4276 80.7306 80.908 82.7744L80.5992 82.6176C85.2657 82.6366 90.3641 82.715 94.9188 82.8667C98.4506 82.9842 97.6503 83.1479 94.0954 83.2263C88.897 83.3408 84.6296 83.2643 81.951 83.4689C81.4781 83.505 81.0293 83.5392 80.5992 83.5713L80.3137 83.5736L80.1379 83.337C77.2529 79.9493 75.7267 78.0488 72.2682 72.947C68.4746 67.3509 66.1598 65.0992 63.8866 61.8822C61.7334 58.8349 61.885 58.552 51.6988 44.9117L53.2666 44.4C53.2766 45.3491 53.288 46.3506 53.301 47.4082C53.5162 64.9443 53.591 75.5431 53.6459 83L53.6559 84.2365L52.3992 84.2467C51.3398 84.2545 50.3439 84.2619 49.4004 84.2692C45.9839 84.2958 40.8928 84.2542 35.1992 84.2097L33.9994 84.2194L33.9896 83C34.0439 76.0546 34.1028 68.2126 34.0479 61.4203C33.9554 49.9793 34.027 27.5991 33.9084 16.3L33.8981 15.0197L35.1992 15.0092C36.1072 14.9997 36.9436 14.9889 37.6971 14.9767C46.3401 14.8372 47.6234 15.0766 52.8992 15.2738L53.4099 15.2697L53.7258 15.6919C54.236 16.4427 54.8172 17.2878 55.5053 18.2725ZM138.601 15.3697C143.951 15.5692 148.163 14.6875 154.684 14.8121C156.921 14.8549 158.505 14.938 159.923 15.0244L161.182 15.0089L161.198 16.3C161.033 19.0161 160.854 21.1206 160.923 26.0277C160.948 27.8035 160.949 29.5795 160.939 31.3L160.951 32.3036L159.923 32.3164C154.408 32.2828 149.464 32.1318 146.929 32.2783C144.419 32.4234 143.604 32.1277 141.323 32.0297L142.052 31.3C142.021 32.0401 142.01 32.9346 142.041 34.0914C142.17 38.8131 142.094 41.6749 141.905 45.8045C141.717 49.9344 141.555 62.6218 141.787 67.2354C142.019 71.8489 141.617 77.1109 141.521 80.2755C141.492 81.2612 141.451 82.0369 141.408 82.6316C141.391 82.8835 141.353 82.9999 141.316 83C141.316 83 141.316 83 141.316 83C141.27 82.9999 141.224 82.8195 141.218 82.4957C141.19 80.924 141.115 78.5749 140.948 75.7999C140.636 70.6257 140.981 70.0603 140.82 63.0733C140.66 56.0864 140.339 51.8885 140.547 43.6675C140.681 38.3418 140.364 35.6738 140.258 31.3L140.271 30.2222L141.323 30.2352C143.7 30.1775 146.582 30.1821 150.669 30.3553C154.728 30.5274 157.517 30.5281 159.923 30.4513L159.074 31.3C158.932 26.8563 158.525 23.7208 158.443 16.3L159.923 17.7797C159.877 17.7802 159.832 17.7807 159.787 17.7812C148.222 17.9019 133.625 17.4011 126.654 17.4426C120.868 17.4771 113.434 17.5558 105.423 17.513L106.636 16.3C106.627 17.9406 106.613 19.6054 106.593 21.2852C106.555 24.4278 106.559 27.8048 106.576 31.3L105.423 30.1463C111.502 30.1165 117.938 30.0489 124.123 30.1021L125.335 30.1171L125.321 31.3C125.308 32.7415 125.289 34.1693 125.262 35.5756C125.048 46.4841 124.778 61.9064 124.597 69.0313C124.433 75.5086 124.384 77.5324 124.46 83L124.123 82.6631C124.669 82.6555 125.25 82.6467 125.873 82.6367C129.815 82.5732 135.245 82.633 139.832 82.8667C142.141 82.9842 141.617 83.1479 139.294 83.2263C135.896 83.3408 133.107 83.2643 131.356 83.4689C128.501 83.8027 126.985 83.9685 124.123 83.8887L123.245 83.8996L123.234 83C123.252 82.3559 123.282 81.6435 123.326 80.8323C123.564 76.4162 123.023 74.3353 123.085 71.761C123.148 69.1866 123.467 69.2289 123.221 56.1391C122.981 43.3832 122.916 36.2433 122.858 31.3L124.123 32.5647C123.993 32.5662 123.865 32.5677 123.739 32.5692C119.775 32.6164 112.364 32.4489 105.423 32.4309L104.306 32.4447L104.292 31.3C104.296 29.5597 104.291 27.849 104.271 26.2295C104.239 23.5966 104.227 20.0774 104.219 16.3L104.204 15.1116L105.423 15.0965C113.236 15.0813 122.154 15.087 126.617 14.9767C133.237 14.8131 133.251 15.1702 138.601 15.3697ZM196.763 32.2303C192.733 32.1282 189.142 32.3095 185.309 32.494L186.503 31.3C186.656 34.4723 186.811 37.8103 186.809 41.7L185.309 40.2C185.898 40.2003 186.5 40.2041 187.116 40.2121C196.709 40.3367 198.146 40.8044 209.133 40.6992C211.547 40.6761 213.96 40.6735 216.309 40.6815L217.319 40.673L217.328 41.7C217.309 47.3823 217.227 52.6877 217.225 56.7L217.233 57.6078L216.309 57.6155C214.429 57.6143 212.833 57.6304 211.615 57.6783C206.723 57.8705 206.207 57.2894 199.26 57.4185C193.629 57.5231 189.796 57.493 185.309 57.3773L185.987 56.7C185.96 57.7476 185.928 58.8308 185.892 59.9809C185.837 61.7703 185.783 64.6517 185.742 68L185.309 67.5676C193.33 67.667 204.03 67.699 208.818 67.5353C211.483 67.4442 214.295 67.451 217.009 67.4985L217.507 67.4943L217.511 68C217.437 72.1988 217.266 76.1644 217.208 78.9919C217.178 80.442 217.138 81.5831 217.095 82.458C217.077 82.8286 217.04 82.9999 217.003 83C217.003 83 217.003 83 217.003 83C216.956 82.9999 216.911 82.7344 216.905 82.2581C216.877 79.9459 216.802 76.4902 216.635 72.4078C216.562 70.6409 216.525 69.2392 216.509 68L217.009 68.5004C212.91 68.5539 210.587 68.3791 202.695 68.5023C196.092 68.6053 191.182 68.7745 185.309 68.8274L184.475 68.8204L184.482 68C184.453 64.7304 184.459 61.1623 184.533 56.8372C184.534 56.7913 184.535 56.7456 184.536 56.7L184.542 55.9198L185.309 55.9263C197.096 56.1216 200.016 55.2926 216.309 55.7328L215.342 56.7C215.349 56.4347 215.357 56.166 215.365 55.8935C215.546 49.5925 215.537 45.3723 215.447 41.7L216.309 42.5621C210.032 42.7157 205.355 43.105 194.622 43.1812C191.628 43.2024 188.495 43.2044 185.309 43.1935L183.803 43.1808L183.816 41.7C183.828 38.2589 183.855 34.7563 183.888 31.3L183.901 29.8672L185.309 29.8791C196.831 29.9922 207.839 30.1837 214.339 30.1574C215.205 30.1539 216.095 30.1499 217.009 30.1457L215.855 31.3C215.834 26.8012 215.806 21.7354 215.793 16.3L217.009 17.5168C210.465 17.5335 203.384 17.53 196.113 17.4701C187.593 17.3999 177.902 17.4747 168.109 17.5056L169.315 16.3C169.337 23.2177 169.337 30.1864 169.248 36.8297C169.053 51.4612 168.812 71.6129 168.634 83L168.109 82.4757C169.211 82.4929 170.231 82.5096 171.156 82.5255C181.638 82.7064 184.192 82.7472 194.281 82.6367C200.08 82.5732 208.069 82.633 214.817 82.8667C218.213 82.9842 217.443 83.1479 214.025 83.2263C209.026 83.3408 204.923 83.2643 202.348 83.4689C197.201 83.8778 195.014 84.0346 188.517 83.7967C182.02 83.5587 178.959 84.0995 175.172 84.0373C173.005 84.0016 172.098 83.8819 168.109 83.8321L167.284 83.839L167.277 83C167.315 80.0192 167.313 75.3171 167.208 67.0811C166.962 47.8241 166.899 37.2674 166.84 29.9749C166.814 26.6858 166.855 21.7826 166.9 16.3L166.89 15.1008L168.109 15.0905C174.783 15.1448 182.314 15.2035 188.839 15.1487C195.804 15.0901 206.985 15.0973 217.009 15.0804L218.219 15.0702L218.229 16.3C218.239 22.0051 218.256 27.3353 218.298 31.3L218.309 32.5776L217.009 32.5885C216.053 32.5986 215.177 32.6101 214.393 32.6233C204.654 32.7868 204.634 32.4298 196.763 32.2303ZM226.066 17.5807C226.08 17.1478 226.088 16.7214 226.092 16.3L226.083 15.4059L226.996 15.3963C232.658 15.4518 237.41 14.6961 244.498 14.8121C251.628 14.9288 253.082 15.3462 260.396 15.3126C260.918 15.3104 261.45 15.3173 262.026 15.3385C271.335 15.2802 278.958 21.9502 280.922 25.4066C283.093 28.8455 282.975 29.4792 284.09 35.0032C284.283 36.2557 284.362 37.4107 284.371 38.5C284.366 42.2676 283.756 45.2738 282.001 48.7105C280.787 51.4242 276.284 56.9521 270.414 58.8311L270.603 58.3295C272.478 61.7238 274.253 64.8601 275.367 66.678C278.185 71.2761 280.815 76.8442 282.526 80.1217C283.058 81.1426 283.462 81.9544 283.762 82.5822C283.889 82.8481 283.923 82.9852 283.89 83.0033C283.89 83.0033 283.89 83.0033 283.89 83.0033C283.85 83.0256 283.708 82.8634 283.519 82.5356C282.604 80.9446 281.207 78.5824 279.488 75.8302C276.282 70.6986 276.263 69.9539 272.163 62.8977C271.308 61.4265 270.516 60.0825 269.756 58.7996L269.406 58.1527L270.09 57.9182C275.055 55.7933 279.004 52.7117 281.675 45.8994C282.695 43.0126 282.825 40.6652 282.761 38.5C282.343 34.2511 282.294 29.8436 276.688 23.2284C270.164 17.1018 265.658 17.5147 260.396 17.5004C257.779 17.6266 254.719 17.7431 250.456 17.7812C243.018 17.8476 234.504 17.7256 226.996 17.6094L228.306 16.3C228.211 22.4224 228.12 27.876 228.139 31.5326C228.18 39.6736 228.286 50.6075 228.166 62.1482C228.1 68.5116 228.162 75.6976 228.196 83L226.996 81.8003C232.773 81.7739 238.623 81.7656 244.196 81.8533L243.049 83C243.052 82.8415 243.054 82.6832 243.057 82.5251C243.168 75.9368 243.293 67.9386 243.414 60.6L243.422 59.8094L244.196 59.8176C247.3 59.8686 250.285 59.9186 252.996 59.9663L253.394 59.9705L253.563 60.3166C254.976 63.2704 256.212 65.8647 257.152 67.8516C260.453 74.827 261.441 76.9097 264.502 82.8472L264.196 82.6584C264.72 82.652 265.271 82.6447 265.854 82.6367C270.457 82.5732 276.799 82.633 282.155 82.8667C284.851 82.9842 284.24 83.1479 281.527 83.2263C277.559 83.3408 274.302 83.2643 272.257 83.4689C269.053 83.7896 267.294 83.9552 264.196 83.897L263.651 83.9027L263.394 83.4011C263.027 82.6319 262.63 81.7645 262.179 80.7465C260.085 76.0273 258.515 74.0957 257.226 71.3789C256.162 69.1371 256.186 68.6781 252.262 60.9668L252.996 61.4202C251.163 61.4331 248.958 61.4588 246.285 61.5018C245.574 61.5132 244.878 61.5242 244.196 61.5349L245.131 60.6C245.291 70.8608 245.366 77.8336 245.417 83L245.43 84.2077L244.196 84.2208C242.328 84.2391 240.695 84.2543 239.229 84.2692C236.346 84.2986 231.899 84.2447 226.996 84.1955L225.813 84.208L225.801 83C225.85 78.0602 225.895 72.6571 225.845 67.9223C225.745 58.4877 225.836 39.3076 225.673 31.5758C225.509 23.8443 225.866 23.8285 226.066 17.5807ZM245.365 32.2303C244.958 32.1747 244.575 32.2032 244.196 32.2705L245.167 31.3C245.341 32.2796 245.774 33.2342 245.684 34.5161C245.559 36.294 245.092 36.5603 245.197 38.5964C245.302 40.6324 244.982 42.6696 245.174 43.5762C245.352 44.416 244.867 44.56 244.897 45.6L244.196 44.8991C244.279 44.8967 244.367 44.891 244.462 44.8815C245.749 44.7525 246.529 44.8283 247.655 45.0172C248.781 45.2061 252.24 45.3673 253.498 45.1353C254.756 44.9033 256.191 45.3059 257.053 45.4014C257.322 45.4311 257.534 45.4718 257.696 45.5142C257.764 45.5321 257.796 45.5697 257.796 45.6068C257.796 45.6068 257.796 45.6068 257.796 45.6068C257.796 45.653 257.747 45.6984 257.659 45.7042C257.23 45.7325 256.59 45.8072 255.833 45.9747C254.422 46.2869 254.268 45.9419 252.363 46.1023C250.459 46.2627 249.314 46.5834 247.073 46.376C245.832 46.2613 245.121 46.4759 244.196 46.607L243.146 46.5593L243.189 45.6C243.083 44.8541 243.032 43.9695 243.251 42.5567C243.743 39.393 242.836 39.06 242.715 35.9072C242.659 34.4524 242.736 32.8215 242.83 31.3L242.895 29.8753L244.196 29.9344C245.972 30.0448 247.598 30.1797 248.622 30.1574C250.523 30.1159 253.075 30.0101 255.769 30.1299C256.413 30.1585 257.093 30.1631 257.796 30.1563C260.214 30.1083 263.173 30.8007 264.976 32.8346C266.262 34.1906 267.047 36.475 266.868 38.4C266.779 40.0909 266.122 41.5491 265.53 42.3236C264.194 43.9258 263.732 44.1618 262.047 45.131C261.049 45.6549 259.48 45.9334 258.207 45.7264C257.568 45.6198 257.723 45.4605 258.339 45.3612C259.235 45.2063 259.979 45.1338 260.373 44.823C261.143 44.1832 261.385 43.9519 262.438 43.627C263.503 43.2372 263.482 42.441 263.884 42.0477C264.086 41.8333 264.254 41.7735 264.529 41.4C264.776 41.0277 265.226 40.3059 265.188 38.7014C265.185 38.6006 265.179 38.5001 265.171 38.4C264.862 35.409 263.33 34.4727 262.478 33.8843C261.67 33.3265 259.712 32.3575 257.796 32.4319C257.565 32.4351 257.338 32.4413 257.117 32.4513C254.915 32.5512 250.437 32.4597 248.632 32.6233C246.827 32.7868 246.823 32.4298 245.365 32.2303ZM313.415 18.2725C318.106 24.9844 322.635 29.6524 328.447 37.763C333.266 44.4885 334.439 46.6552 338.609 52.4119L336.817 53C336.828 51.5364 336.827 49.8748 336.809 47.9237C336.703 36.4979 337.023 25.0655 336.831 19.9778C336.773 18.4393 336.786 17.317 336.828 16.3L336.82 15.3265L337.809 15.3185C340.155 15.416 341.941 15.6716 346.98 15.5815C350.09 15.526 352.673 15.5084 355.109 15.5215L355.882 15.5152L355.888 16.3C355.871 19.5242 355.8 22.4934 355.692 26.0919C355.503 32.4105 355.342 51.822 355.574 58.8805C355.806 65.9391 355.404 73.9899 355.308 78.8315C355.278 80.3396 355.238 81.5265 355.195 82.4364C355.177 82.8218 355.14 82.9999 355.103 83C355.103 83 355.103 83 355.103 83C355.056 82.9999 355.011 82.7238 355.005 82.2284C354.977 79.8237 354.902 76.2298 354.735 71.9841C354.423 64.0677 354.767 63.2026 354.607 52.5126C354.447 41.8228 354.126 35.4003 354.333 22.8224C354.374 20.3319 354.373 18.2213 354.349 16.3L355.109 17.0604C349.353 17.1334 345.295 17.415 337.809 17.3971L338.906 16.3C338.9 18.9341 338.857 21.9927 338.754 25.6992C338.374 39.4031 338.829 43.6427 339.111 53L339.096 56.9708L336.761 53.7714C335.055 51.593 333.096 49.0457 330.681 45.8107C323.878 36.6938 316.144 25.8795 309.8 17.0423L310.809 17.5526C304.768 17.4821 299.472 17.4278 295.664 17.4426C294.834 17.4458 293.982 17.4495 293.109 17.4533L294.263 16.3C294.309 26.6449 294.39 39.9122 294.279 53.8556C294.209 62.7223 294.284 72.8082 294.315 83L293.109 81.7943C298.876 81.7769 304.677 81.7735 310.309 81.8185L309.128 83C309.139 81.6121 309.153 80.2343 309.17 78.8698C309.303 68.48 309.458 55.4138 309.6 44.4L309.608 42.2233L310.882 43.9814C314.753 49.4244 318.181 54.2553 320.554 57.6181C326.838 66.5266 328.372 68.696 334.651 77.1029C335.918 78.799 337.338 80.7306 338.818 82.7744L338.509 82.6176C343.176 82.6366 348.274 82.715 352.829 82.8667C356.361 82.9842 355.56 83.1479 352.006 83.2263C346.807 83.3408 342.54 83.2643 339.861 83.4689C339.388 83.505 338.939 83.5392 338.509 83.5713L338.224 83.5736L338.048 83.337C335.163 79.9493 333.637 78.0488 330.178 72.947C326.385 67.3509 324.07 65.0992 321.797 61.8822C319.644 58.8349 319.795 58.552 309.609 44.9117L311.177 44.4C311.187 45.3491 311.198 46.3506 311.211 47.4082C311.426 64.9443 311.501 75.5431 311.556 83L311.566 84.2365L310.309 84.2467C309.25 84.2545 308.254 84.2619 307.311 84.2692C303.894 84.2958 298.803 84.2542 293.109 84.2097L291.91 84.2194L291.9 83C291.954 76.0546 292.013 68.2126 291.958 61.4203C291.866 49.9793 291.937 27.5991 291.819 16.3L291.808 15.0197L293.109 15.0092C294.017 14.9997 294.854 14.9889 295.607 14.9767C304.25 14.8372 305.534 15.0766 310.809 15.2738L311.32 15.2697L311.636 15.6919C312.146 16.4427 312.727 17.2878 313.415 18.2725ZM395.787 32.2303C391.757 32.1282 388.166 32.3095 384.333 32.494L385.527 31.3C385.68 34.4723 385.835 37.8103 385.833 41.7L384.333 40.2C384.922 40.2003 385.524 40.2041 386.139 40.2121C395.733 40.3367 397.17 40.8044 408.157 40.6992C410.57 40.6761 412.984 40.6735 415.333 40.6815L416.343 40.673L416.351 41.7C416.332 47.3823 416.251 52.6877 416.248 56.7L416.256 57.6078L415.333 57.6155C413.453 57.6143 411.856 57.6304 410.638 57.6783C405.746 57.8705 405.23 57.2894 398.283 57.4185C392.652 57.5231 388.819 57.493 384.333 57.3773L385.01 56.7C384.983 57.7476 384.951 58.8308 384.916 59.9809C384.86 61.7703 384.807 64.6517 384.765 68L384.333 67.5676C392.353 67.667 403.053 67.699 407.841 67.5353C410.506 67.4442 413.318 67.451 416.033 67.4985L416.53 67.4943L416.534 68C416.461 72.1988 416.289 76.1644 416.231 78.9919C416.202 80.442 416.161 81.5831 416.119 82.458C416.101 82.8286 416.063 82.9999 416.026 83C416.026 83 416.026 83 416.026 83C415.98 82.9999 415.934 82.7344 415.929 82.2581C415.9 79.9459 415.826 76.4902 415.658 72.4078C415.586 70.6409 415.549 69.2392 415.532 68L416.033 68.5004C411.934 68.5539 409.611 68.3791 401.718 68.5023C395.115 68.6053 390.206 68.7745 384.333 68.8274L383.499 68.8204L383.505 68C383.476 64.7304 383.483 61.1623 383.557 56.8372C383.558 56.7913 383.558 56.7456 383.559 56.7L383.566 55.9198L384.333 55.9263C396.119 56.1216 399.039 55.2926 415.333 55.7328L414.366 56.7C414.373 56.4347 414.38 56.166 414.388 55.8935C414.57 49.5925 414.561 45.3723 414.471 41.7L415.333 42.5621C409.056 42.7157 404.379 43.105 393.646 43.1812C390.651 43.2024 387.518 43.2044 384.333 43.1935L382.827 43.1808L382.839 41.7C382.851 38.2589 382.878 34.7563 382.912 31.3L382.924 29.8672L384.333 29.8791C395.855 29.9922 406.862 30.1837 413.362 30.1574C414.228 30.1539 415.119 30.1499 416.033 30.1457L414.878 31.3C414.858 26.8012 414.83 21.7354 414.816 16.3L416.033 17.5168C409.488 17.5335 402.408 17.53 395.136 17.4701C386.616 17.3999 376.926 17.4747 367.133 17.5056L368.338 16.3C368.36 23.2177 368.36 30.1864 368.272 36.8297C368.077 51.4612 367.835 71.6129 367.657 83L367.133 82.4757C368.235 82.4929 369.255 82.5096 370.18 82.5255C380.661 82.7064 383.216 82.7472 393.304 82.6367C399.103 82.5732 407.092 82.633 413.84 82.8667C417.236 82.9842 416.467 83.1479 413.048 83.2263C408.05 83.3408 403.947 83.2643 401.371 83.4689C396.225 83.8778 394.037 84.0346 387.541 83.7967C381.044 83.5587 377.983 84.0995 374.196 84.0373C372.028 84.0016 371.121 83.8819 367.133 83.8321L366.308 83.839L366.301 83C366.338 80.0192 366.336 75.3171 366.231 67.0811C365.985 47.8241 365.923 37.2674 365.864 29.9749C365.837 26.6858 365.879 21.7826 365.923 16.3L365.913 15.1008L367.133 15.0905C373.806 15.1448 381.338 15.2035 387.862 15.1487C394.827 15.0901 406.009 15.0973 416.033 15.0804L417.242 15.0702L417.252 16.3C417.262 22.0051 417.279 27.3353 417.321 31.3L417.332 32.5776L416.033 32.5885C415.077 32.5986 414.2 32.6101 413.417 32.6233C403.677 32.7868 403.657 32.4298 395.787 32.2303ZM455.398 15.3697C460.748 15.5692 464.96 14.6875 471.481 14.8121C473.717 14.8549 475.302 14.938 476.72 15.0244L477.979 15.0089L477.995 16.3C477.829 19.0161 477.651 21.1206 477.72 26.0277C477.745 27.8035 477.746 29.5795 477.736 31.3L477.748 32.3036L476.72 32.3164C471.205 32.2828 466.261 32.1318 463.726 32.2783C461.216 32.4234 460.401 32.1277 458.12 32.0297L458.849 31.3C458.817 32.0401 458.806 32.9346 458.838 34.0914C458.967 38.8131 458.891 41.6749 458.702 45.8045C458.513 49.9344 458.352 62.6218 458.584 67.2354C458.816 71.8489 458.414 77.1109 458.318 80.2755C458.288 81.2612 458.248 82.0369 458.205 82.6316C458.187 82.8835 458.15 82.9999 458.113 83C458.113 83 458.113 83 458.113 83C458.067 82.9999 458.021 82.8195 458.015 82.4957C457.987 80.924 457.912 78.5749 457.745 75.7999C457.433 70.6257 457.778 70.0603 457.617 63.0733C457.457 56.0864 457.136 51.8885 457.344 43.6675C457.478 38.3418 457.161 35.6738 457.055 31.3L457.068 30.2222L458.12 30.2352C460.497 30.1775 463.379 30.1821 467.466 30.3553C471.525 30.5274 474.314 30.5281 476.72 30.4513L475.871 31.3C475.729 26.8563 475.322 23.7208 475.24 16.3L476.72 17.7797C476.674 17.7802 476.629 17.7807 476.583 17.7812C465.019 17.9019 450.422 17.4011 443.451 17.4426C437.664 17.4771 430.231 17.5558 422.22 17.513L423.433 16.3C423.424 17.9406 423.41 19.6054 423.39 21.2852C423.352 24.4278 423.356 27.8048 423.373 31.3L422.22 30.1463C428.299 30.1165 434.735 30.0489 440.92 30.1021L442.132 30.1171L442.117 31.3C442.105 32.7415 442.086 34.1693 442.058 35.5756C441.845 46.4841 441.575 61.9064 441.394 69.0313C441.23 75.5086 441.181 77.5324 441.256 83L440.92 82.6631C441.466 82.6555 442.047 82.6467 442.67 82.6367C446.612 82.5732 452.042 82.633 456.629 82.8667C458.937 82.9842 458.414 83.1479 456.091 83.2263C452.693 83.3408 449.904 83.2643 448.153 83.4689C445.298 83.8027 443.782 83.9685 440.92 83.8887L440.042 83.8996L440.031 83C440.049 82.3559 440.079 81.6435 440.123 80.8323C440.361 76.4162 439.82 74.3353 439.882 71.761C439.945 69.1866 440.264 69.2289 440.018 56.1391C439.778 43.3832 439.713 36.2433 439.655 31.3L440.92 32.5647C440.79 32.5662 440.662 32.5677 440.536 32.5692C436.572 32.6164 429.161 32.4489 422.22 32.4309L421.103 32.4447L421.089 31.3C421.093 29.5597 421.088 27.849 421.068 26.2295C421.036 23.5966 421.023 20.0774 421.016 16.3L421.001 15.1116L422.22 15.0965C430.033 15.0813 438.951 15.087 443.414 14.9767C450.034 14.8131 450.048 15.1702 455.398 15.3697ZM525.155 17.4997C529.143 19.2398 532.568 21.0392 535.942 23.6491L536.838 24.4055L536.121 25.3612C534.34 27.9452 532.413 30.6879 529.968 33.7978C528.738 35.3633 527.718 36.626 526.811 37.7301L525.969 38.853L524.857 37.9564C521.107 34.9368 518.965 32.9923 511.171 31.4298C509.525 31.165 507.86 31.0238 506.225 31.0224C503.011 30.9253 499.821 32.1873 499.983 34.8C499.9 36.2716 502.083 37.2381 503.656 37.7827C505.316 38.3475 506.801 38.6708 507.961 38.8971C512.507 39.7693 512.921 40.2486 519.388 41.9253C525.758 43.8048 529.843 45.7038 533.595 50.4199C535.171 52.3689 537.273 56.7987 537.112 61.9C537.388 68.9778 533.012 75.9927 529.969 78.3197C524.98 82.947 517.116 84.0835 512.762 84.2552C511.374 84.3312 510.282 84.3167 509.447 84.2833C509.091 84.2686 508.925 84.2301 508.925 84.1932C508.925 84.1932 508.925 84.1932 508.925 84.1932C508.925 84.1468 509.182 84.1027 509.636 84.091C511.828 84.0283 515.141 83.7981 518.855 82.7434C522.296 81.7257 524.1 80.9026 526.11 79.8291C528.04 78.6897 530.485 77.3585 533.093 73.3338C535.447 69.4534 536.008 65.6714 535.96 61.9C535.846 57.7215 534.862 53.1958 530.563 49.1917C521.569 42.2856 518.097 44.2496 502.355 39.2883C500.497 38.5124 498.169 37.2031 498.204 34.8C498.138 32.4092 499.965 30.5716 501.578 29.97C503.229 29.2838 504.766 29.1467 506.225 29.0872C511.492 29.1267 516.68 29.1468 524.895 34.4103C525.498 34.8272 526.092 35.2724 526.673 35.746L524.538 35.9932C527.539 32.032 530.779 27.8435 533.987 23.7299L534.191 25.6868C525.919 18.234 514.611 16.362 508.431 16.4442C508.297 16.4437 508.161 16.4438 508.025 16.4444C499.052 16.0561 483.927 21.1451 482.662 34.9289C482.613 35.4465 482.586 35.9687 482.583 36.5C482.238 43.0904 486.272 49.7813 493.133 52.6649C499.825 55.8409 507.569 56.4923 514.82 58.742C515.912 59.1225 516.97 59.5236 518.089 60.2701C519.16 60.9522 520.34 62.36 520.271 64C520.302 66.5862 518.128 68.541 516.114 69.3228C514.043 70.1786 511.851 70.4028 509.725 70.3827C500.641 70.3901 492.393 65.7443 488.038 61.0872L488.872 61.0156C487.923 62.3173 487.061 63.496 486.31 64.5215C483.265 68.6758 481.408 71.2109 479.577 73.7775L479.538 73.3773C481.665 75.3905 483.977 77.3042 488.104 79.374C492.978 81.8925 500.426 83.676 506.838 84.0323C510.063 84.2034 509.342 84.3924 506.069 84.3618C501.277 84.2667 497.412 83.3782 494.977 82.9058C490.144 81.8461 487.895 81.2449 482.783 77.5018C481.17 76.2494 479.894 75.1429 478.798 74.1518L478.323 73.7064L478.701 73.1602C480.389 70.6256 481.424 68.7515 482.868 66.7775C484.229 64.9178 484.813 64.3398 487.757 60.2286L488.305 59.436L489.003 60.1217C490.962 62.0426 494.148 64.9611 500.277 67.0383C503.614 68.1267 506.815 68.5085 509.725 68.473C514.095 68.5231 518.269 66.6389 518.069 64C518.112 62.2919 515.358 61.3501 513.463 60.7919C511.427 60.2135 509.554 59.8497 507.867 59.501C501.808 58.141 483.86 55.4363 480.909 42.0065C480.493 40.3868 480.25 38.5711 480.242 36.5C479.973 30.1194 484.125 22.2756 490.548 18.5545C496.854 14.6358 503.86 14.0509 508.025 13.9829C508.151 13.9809 508.276 13.9793 508.397 13.978C517.9 14.2801 518.001 14.8442 525.155 17.4997Z' fill='%23171717'/%3E%3Cpath d='M572.474 57.2023L573.027 72.6439L564.378 73L563.826 57.5584L551.3 58.0741L551 49.6733L563.526 49.1576L562.996 34.3561L571.645 34L572.174 48.8015L584.7 48.2858L585 56.6866L572.474 57.2023Z' fill='white'/%3E%3Cpath d='M562.308 41.1285C562.37 38.7819 561.865 36.8213 561.585 34.4065L561.507 33.0336L562.938 32.945C563.817 32.8383 564.756 32.7612 565.796 32.7517C568.531 32.7266 569.643 32.9374 571.602 32.9656L572.62 32.9026L572.679 33.963C572.663 34.7955 572.679 35.7812 572.758 37.1098C573.022 41.5641 572.862 46.0361 573.125 48.0143C573.162 48.2958 573.183 48.5419 573.191 48.7651L572.132 47.7847C573.477 47.7275 573.992 48.1184 576.405 47.9082C579.217 47.6633 580.929 47.6687 583.401 47.756C583.74 47.7679 584.174 47.7754 584.679 47.7785L585.178 47.7476L585.207 48.2676C585.182 50.4454 585.23 53.9316 585.355 56.6739L585.375 57.0193L585.015 57.0416C583.753 57.1059 582.649 57.1854 581.902 57.2793C579.158 57.6245 576.001 57.3515 574.109 57.3339C573.519 57.3284 573.055 57.3068 572.698 57.2791C572.547 57.2673 572.476 57.2326 572.474 57.1956C572.474 57.1956 572.474 57.1955 572.474 57.1955C572.472 57.1494 572.578 57.0996 572.771 57.0858C573.708 57.0189 575.107 56.8865 576.756 56.6511C579.832 56.212 580.183 56.5428 584.347 56.2108C584.561 56.1937 584.772 56.1763 584.978 56.1588L584.472 56.7055C584.23 53.6645 583.946 51.4656 583.859 48.3159L584.734 49.1267C583.951 49.1528 583.11 49.1671 582.182 49.1662C578.073 49.1618 576.636 49.7994 572.219 49.8883L571.103 49.9111L571.087 48.8404C571.074 47.9729 571.083 46.9906 571.123 45.8507C571.33 39.9525 570.689 38.5611 570.265 34.0493L571.702 35.3793C570.902 35.4587 570.003 35.5318 568.964 35.5928C567.088 35.7029 565.075 35.7726 563.057 35.82L564.461 34.3037C564.558 39.7069 564.496 45.158 564.634 48.1862C564.648 48.4889 564.662 48.7991 564.677 49.1164L564.695 50.2863L563.573 50.3092C560.074 50.4929 555.709 50.74 551.05 50.8772L552.204 49.6302C552.222 50.3547 552.236 51.0862 552.248 51.8226C552.278 53.7693 552.359 55.8647 552.455 58.0329L551.253 56.9195C555.339 56.716 559.683 56.4583 563.778 56.3928L564.974 56.3684L564.992 57.5168C564.995 57.8373 564.997 58.1564 564.998 58.4736C565.011 62.8639 565.042 68.477 565.053 72.9759L564.35 72.3255C566.532 72.3087 568.452 72.2983 569.843 72.3001C571.139 72.3018 572.136 72.3029 573.012 72.2956L572.678 72.6564C572.672 70.6522 572.62 69.284 572.441 66.4381C572.294 64.0872 572.237 60.8434 572.373 58.0969C572.441 56.7146 572.616 57.0211 572.744 58.4053C572.931 60.4295 572.914 62.0972 573.156 63.135C573.639 65.2087 573.828 66.0906 573.684 68.7355C573.589 70.479 573.811 71.6046 573.971 72.6101L574.023 73.5293L573.065 73.5886C572.546 73.6742 572.059 73.7431 571.534 73.7435C570.157 73.7444 570.022 73.4883 564.413 73.8414L563.585 73.8927L563.536 73.0301C563.499 72.3728 563.453 71.6404 563.398 70.8219C562.972 64.4852 562.749 60.471 562.592 57.6025L563.877 58.7917C563.212 58.8317 562.609 58.8678 562.053 58.9018C559.733 59.0436 555.423 59.0604 551.347 59.2053L550.235 59.2742L550.169 58.1146C550.135 56.9959 550.092 55.8948 550.033 54.8571C549.955 53.4704 549.878 51.6706 549.8 49.7162L549.734 48.549L550.951 48.4737C555.313 48.2769 560.447 48.0744 563.472 47.8661L562.234 49.2038C562.213 48.8753 562.192 48.5716 562.171 48.2964C561.866 44.3502 562.222 44.3293 562.308 41.1285Z' fill='%23171717'/%3E%3C/svg%3E%0A");
}
#first_screen .cta h1 .title-svg {
  display: block;
  width: 735px;
  height: 204px;
  background-image: url("data:image/svg+xml,%3Csvg width='735' height='204' viewBox='0 0 735 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.1 179H20.9V127.3H2.2V112.3H56.7V127.3H38.1V179ZM113.787 179H64.8867V112.3H113.787V127.3H82.0867V137.7H113.087V152.7H82.0867V164H113.787V179ZM120.073 180.2V165C126.273 165 130.273 161.3 132.173 146.1L136.173 112.3H185.873V179H168.673V127.3H151.673L149.273 147.4C146.073 174.4 134.673 180.2 120.073 180.2ZM246.795 179H197.895V112.3H246.795V127.3H215.095V137.7H246.095V152.7H215.095V164H246.795V179ZM295.781 179H256.781V112.3H294.581C307.781 112.3 314.081 120.9 314.081 129.3C314.081 137.6 308.981 143.2 302.681 144.6C309.781 145.7 315.381 152.5 315.381 160.9C315.381 170.6 308.881 179 295.781 179ZM290.681 137.9C294.181 137.9 296.581 135.6 296.581 132.3C296.581 129.1 294.181 126.8 290.681 126.8H273.981V137.9H290.681ZM291.281 164.5C295.381 164.5 297.881 162.1 297.881 158.5C297.881 155.2 295.481 152.5 291.281 152.5H273.981V164.5H291.281ZM341.35 179H324.75V112.3H341.95V151.6L368.95 112.3H386.75V179H369.45V137.8L341.35 179ZM395.073 191.3V165C401.473 164 405.273 161.3 407.173 146.1L411.173 112.3H460.873V164H466.873V191.3H449.573V179H412.273V191.3H395.073ZM424.273 147.4C423.373 154.9 420.773 160.2 416.973 164H443.673V127.3H426.673L424.273 147.4ZM523.162 179H474.262V112.3H523.162V127.3H491.462V137.7H522.462V152.7H491.462V164H523.162V179ZM595.248 179H578.048V152.2H550.348V179H533.148V112.3H550.348V137.2H578.048V112.3H595.248V179ZM623.87 179H607.27V112.3H624.47V151.6L651.47 112.3H669.27V179H651.97V137.8L623.87 179ZM730.193 179H681.293V112.3H730.193V127.3H698.493V137.7H729.493V152.7H698.493V164H730.193V179Z' fill='white'/%3E%3Cpath d='M35.3781 111.37C40.7284 111.569 44.9402 110.688 51.4614 110.812C53.6979 110.855 55.2823 110.938 56.7 111.024L57.9596 111.009L57.9756 112.3C57.8099 115.016 57.6317 117.121 57.7008 122.028C57.7258 123.803 57.7268 125.58 57.7164 127.3L57.7288 128.304L56.7 128.316C51.1852 128.283 46.2413 128.132 43.7068 128.278C41.1962 128.423 40.3811 128.128 38.1 128.03L38.8297 127.3C38.7979 128.04 38.7868 128.935 38.8185 130.091C38.9475 134.813 38.8717 137.675 38.6828 141.805C38.4939 145.934 38.3327 158.622 38.5647 163.235C38.7967 167.849 38.3941 173.111 38.2986 176.275C38.2689 177.261 38.2282 178.037 38.1858 178.632C38.1679 178.884 38.1303 179 38.0932 179C38.0932 179 38.0932 179 38.0932 179C38.047 179 38.0016 178.819 37.9958 178.496C37.9675 176.924 37.8928 174.575 37.7253 171.8C37.4131 166.626 37.7581 166.06 37.5977 159.073C37.4373 152.086 37.1166 147.889 37.324 139.668C37.4583 134.342 37.1414 131.674 37.0352 127.3L37.0486 126.222L38.1 126.235C40.4777 126.178 43.3594 126.182 47.4462 126.355C51.5057 126.527 54.2945 126.528 56.7 126.451L55.8513 127.3C55.7093 122.856 55.3023 119.721 55.2203 112.3L56.7 113.78C56.6548 113.78 56.6094 113.781 56.5639 113.781C44.9996 113.902 30.4021 113.401 23.431 113.443C17.6449 113.477 10.211 113.556 2.2 113.513L3.41304 112.3C3.40429 113.941 3.39044 115.605 3.37008 117.285C3.33199 120.428 3.33659 123.805 3.35371 127.3L2.2 126.146C8.27899 126.117 14.7158 126.049 20.9 126.102L22.1125 126.117L22.0979 127.3C22.0855 128.742 22.0665 130.169 22.039 131.576C21.8253 142.484 21.5553 157.906 21.3745 165.031C21.21 171.509 21.1614 173.532 21.2369 179L20.9 178.663C21.4464 178.656 22.0272 178.647 22.6502 178.637C26.5922 178.573 32.0226 178.633 36.6095 178.867C38.9179 178.984 38.3948 179.148 36.0713 179.226C32.6736 179.341 29.8844 179.264 28.1337 179.469C25.278 179.803 23.7627 179.969 20.9 179.889L20.0224 179.9L20.0113 179C20.0292 178.356 20.0596 177.643 20.1033 176.832C20.3413 172.416 19.8005 170.335 19.8627 167.761C19.925 165.187 20.244 165.229 19.9982 152.139C19.7587 139.383 19.6931 132.243 19.6353 127.3L20.9 128.565C20.7705 128.566 20.6426 128.568 20.5161 128.569C16.5527 128.616 9.1413 128.449 2.2 128.431L1.08325 128.445L1.06909 127.3C1.0736 125.56 1.0687 123.849 1.04867 122.23C1.01611 119.597 1.00388 116.077 0.996537 112.3L0.981829 111.112L2.2 111.097C10.0133 111.081 18.931 111.087 23.394 110.977C30.0145 110.813 30.0281 111.17 35.3781 111.37ZM93.5405 128.23C89.5105 128.128 85.9195 128.309 82.0867 128.494L83.2807 127.3C83.4335 130.472 83.5884 133.81 83.5867 137.7L82.0867 136.2C82.6758 136.2 83.2776 136.204 83.8934 136.212C93.4868 136.337 94.9236 136.804 105.911 136.699C108.324 136.676 110.738 136.673 113.087 136.681L114.097 136.673L114.105 137.7C114.086 143.382 114.005 148.688 114.002 152.7L114.01 153.608L113.087 153.616C111.206 153.614 109.61 153.63 108.392 153.678C103.5 153.87 102.984 153.289 96.0373 153.418C90.406 153.523 86.573 153.493 82.0867 153.377L82.764 152.7C82.737 153.748 82.7053 154.831 82.6695 155.981C82.6139 157.77 82.5606 160.652 82.5191 164L82.0867 163.568C90.1072 163.667 100.807 163.699 105.595 163.535C108.26 163.444 111.072 163.451 113.787 163.499L114.284 163.494L114.288 164C114.215 168.199 114.043 172.164 113.985 174.992C113.956 176.442 113.915 177.583 113.873 178.458C113.855 178.829 113.817 179 113.78 179C113.78 179 113.78 179 113.78 179C113.734 179 113.688 178.734 113.682 178.258C113.654 175.946 113.579 172.49 113.412 168.408C113.34 166.641 113.303 165.239 113.286 164L113.787 164.5C109.687 164.554 107.365 164.379 99.4721 164.502C92.8693 164.605 87.9597 164.775 82.0867 164.827L81.2524 164.82L81.2593 164C81.2299 160.73 81.2365 157.162 81.3107 152.837C81.3115 152.791 81.3122 152.746 81.313 152.7L81.3196 151.92L82.0867 151.926C93.8729 152.122 96.7933 151.293 113.087 151.733L112.12 152.7C112.127 152.435 112.134 152.166 112.142 151.894C112.324 145.592 112.314 141.372 112.225 137.7L113.087 138.562C106.81 138.716 102.133 139.105 91.3998 139.181C88.4052 139.202 85.2723 139.204 82.0867 139.193L80.5808 139.181L80.5932 137.7C80.605 134.259 80.6319 130.756 80.6658 127.3L80.6779 125.867L82.0867 125.879C93.6085 125.992 104.616 126.184 111.116 126.157C111.982 126.154 112.873 126.15 113.787 126.146L112.632 127.3C112.611 122.801 112.584 117.735 112.57 112.3L113.787 113.517C107.242 113.533 100.162 113.53 92.8901 113.47C84.3702 113.4 74.6797 113.475 64.8867 113.506L66.0923 112.3C66.1142 119.218 66.1141 126.186 66.0257 132.83C65.8308 147.461 65.5892 167.613 65.411 179L64.8867 178.476C65.9888 178.493 67.0088 178.51 67.9337 178.526C78.4149 178.706 80.9696 178.747 91.0582 178.637C96.8573 178.573 104.846 178.633 111.594 178.867C114.99 178.984 114.22 179.148 110.802 179.226C105.804 179.341 101.701 179.264 99.1251 179.469C93.9787 179.878 91.7914 180.035 85.2944 179.797C78.7978 179.559 75.7366 180.099 71.9495 180.037C69.782 180.002 68.8754 179.882 64.8867 179.832L64.0617 179.839L64.0546 179C64.0919 176.019 64.0901 171.317 63.985 163.081C63.7392 143.824 63.6765 133.267 63.6175 125.975C63.5909 122.686 63.6326 117.783 63.6772 112.3L63.6671 111.101L64.8867 111.09C71.56 111.145 79.0918 111.204 85.6163 111.149C92.5813 111.09 103.763 111.097 113.787 111.08L114.996 111.07L115.006 112.3C115.016 118.005 115.033 123.335 115.075 127.3L115.086 128.578L113.787 128.589C112.831 128.599 111.954 128.61 111.171 128.623C101.431 128.787 101.411 128.43 93.5405 128.23ZM182.516 179.93C177.667 179.804 173.472 180.113 168.673 180.324L167.361 180.335L167.35 179C167.229 176.241 167.14 173.281 167.186 169.883C167.31 160.573 167.778 159.179 167.673 148.517C167.595 140.656 167.749 132.792 167.758 127.3L168.673 128.216C166.717 128.213 165.062 128.228 163.816 128.278C159.069 128.47 158.568 127.889 151.827 128.018C151.775 128.019 151.724 128.02 151.673 128.021L152.39 127.386C151.725 134.003 151.168 138.033 150.288 143.82C150.146 144.754 149.967 145.999 149.766 147.459C149.048 155.201 144.938 168.606 140.743 172.719C136.556 178.312 128.393 180.151 123.976 180.244C122.565 180.331 121.45 180.316 120.602 180.283C120.241 180.269 120.073 180.23 120.073 180.193C120.073 180.193 120.073 180.193 120.073 180.193C120.074 180.147 120.333 180.103 120.794 180.091C123.016 180.021 126.422 179.817 130.127 178.546C136.606 175.653 138.214 175.643 143.293 167.281C146.698 160.271 147.416 154.863 148.436 147.301C148.682 145.266 148.965 143.073 149.3 140.63C150.088 134.894 150.355 131.311 150.718 127.186L150.828 126.331L151.673 126.338C155.844 126.209 160.573 126.11 168.673 126.341L169.64 126.35L169.632 127.3C169.628 127.459 169.623 127.619 169.618 127.78C169.126 144.346 170.034 146.09 170.155 162.599C170.193 167.795 170.169 173.42 170.12 179L168.673 177.553C174.654 177.606 180.582 177.687 185.873 177.753L184.626 179C184.694 173.543 184.745 168.764 184.731 165.302C184.689 155.35 184.584 141.984 184.703 127.877C184.745 123.008 184.736 117.745 184.715 112.3L185.873 113.458C175.541 113.498 164.552 113.579 154.354 113.439C148.832 113.363 142.5 113.28 136.173 113.197L137.064 112.405C135.56 123.824 134.056 135.225 133.168 141.731C132.942 143.386 132.745 144.836 132.567 146.147C131.254 152.686 131.885 156.397 126.631 163.066C125.1 164.589 122.589 165.446 120.073 165.381L120.455 165C120.433 169.275 120.355 173.916 120.207 178.072C120.089 181.368 119.925 180.621 119.847 177.304C119.733 172.453 119.809 168.472 119.605 165.972C119.577 165.636 119.551 165.313 119.525 165L119.521 164.457L120.073 164.452C124.172 163.942 126.164 162.905 128.676 157.84C130.936 152.46 130.638 149.298 131.139 145.971C131.16 145.794 131.184 145.609 131.209 145.423C131.703 141.78 132.013 141.878 133.965 123.292C134.395 119.198 134.785 115.512 135.141 112.178L135.241 111.269L136.173 111.261C148.044 111.125 155.488 111.077 161.006 111.031C166.421 110.986 176.344 111.137 185.873 111.166L186.998 111.156L187.007 112.3C186.999 115.224 187.001 118.11 187.025 120.818C187.125 132.351 187.033 155.798 187.197 165.249C187.332 173.071 187.111 174.433 186.917 179L186.926 180.035L185.873 180.044C184.922 180.004 183.832 179.965 182.516 179.93ZM226.548 128.23C222.518 128.128 218.927 128.309 215.095 128.494L216.289 127.3C216.441 130.472 216.596 133.81 216.595 137.7L215.095 136.2C215.684 136.2 216.285 136.204 216.901 136.212C226.495 136.337 227.931 136.804 238.918 136.699C241.332 136.676 243.745 136.673 246.095 136.681L247.104 136.673L247.113 137.7C247.094 143.382 247.013 148.688 247.01 152.7L247.018 153.608L246.095 153.616C244.214 153.614 242.618 153.63 241.4 153.678C236.508 153.87 235.992 153.289 229.045 153.418C223.414 153.523 219.581 153.493 215.095 153.377L215.772 152.7C215.745 153.748 215.713 154.831 215.677 155.981C215.622 157.77 215.568 160.652 215.527 164L215.095 163.568C223.115 163.667 233.815 163.699 238.603 163.535C241.268 163.444 244.08 163.451 246.795 163.499L247.292 163.494L247.296 164C247.222 168.199 247.051 172.164 246.993 174.992C246.963 176.442 246.923 177.583 246.88 178.458C246.862 178.829 246.825 179 246.788 179C246.788 179 246.788 179 246.788 179C246.742 179 246.696 178.734 246.69 178.258C246.662 175.946 246.587 172.49 246.42 168.408C246.347 166.641 246.31 165.239 246.294 164L246.795 164.5C242.695 164.554 240.373 164.379 232.48 164.502C225.877 164.605 220.968 164.775 215.095 164.827L214.26 164.82L214.267 164C214.238 160.73 214.244 157.162 214.318 152.837C214.319 152.791 214.32 152.746 214.321 152.7L214.327 151.92L215.095 151.926C226.881 152.122 229.801 151.293 246.095 151.733L245.127 152.7C245.135 152.435 245.142 152.166 245.15 151.894C245.331 145.592 245.322 141.372 245.232 137.7L246.095 138.562C239.817 138.716 235.141 139.105 224.408 139.181C221.413 139.202 218.28 139.204 215.095 139.193L213.589 139.181L213.601 137.7C213.613 134.259 213.64 130.756 213.674 127.3L213.686 125.867L215.095 125.879C226.616 125.992 237.624 126.184 244.124 126.157C244.99 126.154 245.88 126.15 246.795 126.146L245.64 127.3C245.619 122.801 245.592 117.735 245.578 112.3L246.795 113.517C240.25 113.533 233.17 113.53 225.898 113.47C217.378 113.4 207.687 113.475 197.895 113.506L199.1 112.3C199.122 119.218 199.122 126.186 199.033 132.83C198.839 147.461 198.597 167.613 198.419 179L197.895 178.476C198.997 178.493 200.017 178.51 200.942 178.526C211.423 178.706 213.977 178.747 224.066 178.637C229.865 178.573 237.854 178.633 244.602 178.867C247.998 178.984 247.228 179.148 243.81 179.226C238.812 179.341 234.708 179.264 232.133 179.469C226.987 179.878 224.799 180.035 218.302 179.797C211.806 179.559 208.744 180.099 204.957 180.037C202.79 180.002 201.883 179.882 197.895 179.832L197.07 179.839L197.062 179C197.1 176.019 197.098 171.317 196.993 163.081C196.747 143.824 196.684 133.267 196.625 125.975C196.599 122.686 196.64 117.783 196.685 112.3L196.675 111.101L197.895 111.09C204.568 111.145 212.1 111.204 218.624 111.149C225.589 111.09 236.77 111.097 246.795 111.08L248.004 111.07L248.014 112.3C248.024 118.005 248.041 123.335 248.083 127.3L248.094 128.578L246.795 128.589C245.838 128.599 244.962 128.61 244.178 128.623C234.439 128.787 234.419 128.43 226.548 128.23ZM288.703 111.37C290.765 111.446 292.661 111.365 294.581 111.243C297.787 111.073 301.348 111.113 305.349 113.087C311.32 116.828 312.326 118.205 314.72 125.728C314.978 126.904 315.104 128.11 315.104 129.3C315.309 136.193 310.766 141.525 308.301 143.177C306.137 144.765 305.108 144.844 302.841 145.318L302.794 143.874C303.595 144.037 304.561 144.259 305.787 144.701C310.471 146.588 312.621 149.313 314.331 153.232C314.961 154.752 315.847 157.629 315.78 160.9C315.926 166.251 312.896 171.954 310.736 174.004C307.473 177.76 301.711 178.952 298.562 179.066C297.556 179.134 296.764 179.118 296.16 179.083C295.902 179.069 295.781 179.03 295.781 178.993C295.781 178.993 295.781 178.993 295.781 178.993C295.781 178.947 295.968 178.903 296.295 178.891C297.875 178.833 300.275 178.606 302.881 177.649C307.424 175.523 308.708 175.809 312.533 170.086C314.246 166.882 314.637 163.943 314.592 160.9C314.503 158.187 313.99 155.245 312.122 151.972C309.323 147.587 306.519 146.351 302.518 145.655L302.45 143.558C304.562 143.004 307.186 142.014 309.792 139.212C313.04 135.44 313.229 132.011 313.153 129.3C312.837 125.962 312.149 122.568 307.939 118.413C304.659 115.319 299.555 113.721 294.581 113.691C287.391 113.577 280.692 113.419 276.594 113.443C271.142 113.475 264.248 113.545 256.781 113.52L258.002 112.3C257.994 114.511 257.979 116.771 257.951 119.059C257.832 129.076 258.134 141.441 257.92 152.498C257.764 160.578 257.578 171.101 257.418 179L256.781 178.363C259.691 178.422 262.245 178.477 264.189 178.526C271.411 178.706 273.171 178.747 280.122 178.637C284.117 178.573 289.621 178.633 294.271 178.867C296.61 178.984 296.08 179.148 293.725 179.226C290.281 179.341 287.454 179.264 285.68 179.469C282.134 179.878 280.627 180.035 276.151 179.797C271.674 179.559 269.565 180.099 266.956 180.037C264.787 179.985 264.451 179.756 256.781 179.822L255.97 179.832L255.96 179C255.946 177.442 255.921 175.581 255.88 173.341C255.634 160.073 255.571 152.8 255.512 147.775C255.453 142.751 255.73 132.259 255.63 124.071C255.593 121.009 255.582 116.765 255.575 112.3L255.56 111.108L256.781 111.094C264.258 111.082 272.355 111.079 276.556 110.977C283.267 110.813 283.281 111.17 288.703 111.37ZM274.912 127.031C274.712 128.414 275.594 129.503 275.469 131.189C275.345 132.875 274.877 133.128 274.982 135.059C275.036 136.055 274.978 137.051 274.934 137.9L273.981 136.947C274.779 136.988 275.447 137.015 275.863 136.922C276.723 136.73 276.814 137.311 278.035 137.182C279.256 137.052 279.996 137.128 281.064 137.317C282.131 137.506 285.412 137.667 286.605 137.435C287.798 137.203 289.159 137.606 289.977 137.701C290.232 137.731 290.432 137.772 290.586 137.814C290.651 137.832 290.681 137.87 290.681 137.907C290.681 137.907 290.681 137.907 290.681 137.907C290.681 137.953 290.635 137.998 290.551 138.004C290.144 138.033 289.537 138.107 288.82 138.275C287.482 138.587 287.335 138.242 285.529 138.402C283.722 138.563 282.637 138.883 280.511 138.676C278.385 138.469 277.897 139.336 274.896 138.845C274.56 138.79 274.258 138.752 273.981 138.729L273.115 138.688L273.152 137.9C273.335 135.71 272.607 135.164 272.5 132.509C272.427 130.689 272.583 128.579 272.708 126.8L272.772 125.469L273.981 125.527C275.126 125.607 276.134 125.674 276.84 125.657C278.642 125.616 281.063 125.51 283.619 125.63C285.738 125.729 288.27 125.538 290.681 125.592C291.253 125.603 291.824 125.679 292.368 125.827C293.696 126.17 295.203 127.039 296.1 128.349C297.024 129.645 297.25 131.193 297.152 132.3C297.118 132.741 297.045 133.13 296.961 133.449C296.325 135.328 296.013 135.749 294.656 137.052C293.829 137.779 292.29 138.227 291.074 138.024C290.462 137.921 290.617 137.764 291.191 137.657C292.026 137.488 292.712 137.353 293.029 137.006C293.631 136.291 293.761 136.059 294.605 135.546C295.442 134.941 295.123 134.22 295.339 133.758C295.469 133.405 295.723 133.342 295.77 132.3C295.773 131.854 295.716 131.208 295.322 130.444C293.847 128.002 291.883 128.122 290.902 128.073C290.834 128.074 290.76 128.075 290.681 128.077C289.322 128.094 286.852 127.858 284.897 127.951C282.808 128.051 278.561 127.96 276.849 128.123C275.238 128.277 275.14 127.97 273.981 127.767L274.948 126.8C274.936 126.872 274.923 126.949 274.912 127.031ZM274.012 153.43C274.002 153.429 273.992 153.428 273.981 153.426L274.908 152.5C274.724 153.957 275.593 155.112 275.469 156.894C275.345 158.687 274.877 158.956 274.982 161.011C275.046 162.259 274.953 163.507 274.913 164.5L273.981 163.568C274.623 163.594 275.158 163.597 275.517 163.522C276.431 163.33 276.528 163.911 277.827 163.782C279.126 163.652 279.913 163.728 281.049 163.917C282.185 164.106 285.675 164.267 286.945 164.035C288.214 163.803 289.661 164.206 290.532 164.301C290.803 164.331 291.016 164.372 291.18 164.414C291.249 164.432 291.281 164.47 291.281 164.507C291.281 164.507 291.281 164.507 291.281 164.507C291.281 164.553 291.232 164.598 291.143 164.604C290.71 164.633 290.064 164.707 289.301 164.875C287.877 165.187 287.722 164.842 285.8 165.002C283.878 165.163 282.723 165.483 280.461 165.276C278.2 165.069 277.68 165.936 274.488 165.445C274.311 165.417 274.142 165.394 273.981 165.375L273.068 165.334L273.106 164.5C273.43 161.768 272.614 161.302 272.5 158.297C272.43 156.455 272.569 154.333 272.69 152.5L272.75 151.153L273.981 151.208C275.313 151.296 276.492 151.375 277.299 151.357C279.216 151.316 281.792 151.21 284.51 151.33C286.549 151.42 288.945 151.272 291.281 151.283C292.16 151.286 293.047 151.415 293.872 151.706C296.672 152.413 298.911 156.104 298.479 158.5C298.436 159.121 298.322 159.661 298.191 160.082C297.438 162.044 297.069 162.483 295.536 163.753C294.604 164.457 292.982 164.832 291.697 164.625C291.05 164.521 291.21 164.362 291.828 164.259C292.726 164.097 293.467 163.985 293.831 163.645C294.533 162.943 294.711 162.709 295.638 162.209C296.562 161.611 296.293 160.842 296.545 160.357C296.703 159.952 297.033 159.92 297.07 158.5C297.064 158.051 296.997 157.458 296.702 156.77C295.318 153.99 293.217 153.959 292.161 153.817C291.918 153.802 291.625 153.779 291.281 153.769C289.785 153.729 287.631 153.572 285.871 153.651C283.648 153.751 279.13 153.66 277.309 153.823C275.488 153.987 275.484 153.63 274.012 153.43ZM387.68 120.069C387.481 128.464 388.362 135.073 388.238 145.306C388.113 155.538 387.646 157.071 387.751 168.789C387.782 172.248 387.776 175.708 387.757 179L387.765 179.999L386.75 180.007C379.645 179.966 373.317 179.865 369.45 179.946L368.512 179.953L368.504 179C368.495 178.588 368.485 178.204 368.472 177.85C368.28 172.633 368.861 172.082 368.732 164.673C368.602 157.264 368.678 152.773 368.867 146.293C368.923 144.395 368.975 141.346 369.017 137.8L369.808 138.044C364.901 145.061 358.421 154.505 355.672 158.826C351.785 164.937 346.8 171.532 343.923 175.58C343.027 176.841 342.307 177.824 341.747 178.571C341.509 178.887 341.375 179.017 341.344 178.996C341.344 178.996 341.344 178.996 341.344 178.996C341.306 178.97 341.428 178.711 341.71 178.288C343.076 176.234 345.091 173.147 347.406 169.455C351.723 162.572 352.508 162.034 358.553 152.886C362.448 146.991 365.265 142.56 368.766 137.334L370.287 135.12L370.278 137.8C370.307 141.271 370.3 145.06 370.226 149.646C370.038 161.343 370.734 164.87 370.499 179L369.45 177.951C370.904 177.975 372.469 178.009 374.168 178.055C379.479 178.199 383.404 178.223 386.75 178.183L385.933 179C385.835 170.875 385.354 166.165 385.269 153.312C385.18 140.002 385.426 124.131 385.547 112.3L386.75 113.503C382.452 113.459 378.688 113.432 375.773 113.443C373.635 113.451 371.353 113.461 368.95 113.472L369.916 112.964C364.353 121.141 357.628 131.016 350.484 141.244C348.065 144.708 345.519 148.411 342.896 152.25L340.79 155.292L340.803 151.6C340.773 139.182 340.656 125.656 340.811 113.202C340.815 112.904 340.819 112.603 340.822 112.3L341.95 113.428C336.653 113.362 330.729 113.291 324.75 113.219L325.669 112.3C325.51 125.573 325.347 139.12 325.224 146.693C325.044 157.872 325.003 160.597 325.113 171.358C325.137 173.647 325.143 176.256 325.131 179L324.75 178.619C329.419 178.641 334.478 178.72 339.011 178.867C342.633 178.984 341.813 179.148 338.167 179.226C332.835 179.341 328.459 179.264 325.712 179.469C325.38 179.494 325.06 179.517 324.75 179.54L324.214 179.544L324.21 179C323.855 174.174 323.73 171.721 323.953 165.21C324.191 158.281 323.651 155.016 323.713 150.976C323.775 146.937 324.094 147.003 323.848 126.464C323.785 121.156 323.733 116.468 323.691 112.3L323.683 111.25L324.75 111.241C331.813 111.17 337.384 111.125 341.95 111.091L343.15 111.081L343.159 112.3C343.183 115.467 343.201 118.151 343.219 120.514C343.27 127.182 343.074 140.07 343.079 151.6L341.019 150.96C342.105 149.378 343.165 147.823 344.178 146.324C350.024 137.669 361.01 121.762 367.913 111.588L368.278 111.047L368.95 111.042C371.578 111.026 373.885 111.006 375.715 110.977C381.566 110.885 384.128 110.958 386.75 111.075L387.966 111.065L387.975 112.3C387.885 114.333 387.767 116.403 387.68 120.069ZM461.804 154.696C461.71 157.969 461.855 160.916 462.021 164L460.873 162.852C462.784 162.749 464.747 162.637 466.873 162.567L468.292 162.554L468.306 164C468.363 165.756 468.391 167.623 468.361 169.664C468.237 178.166 467.769 179.439 467.874 189.176C467.882 189.884 467.887 190.593 467.891 191.3L467.9 192.308L466.873 192.317C460.399 192.35 454.097 192.223 449.573 192.216L448.666 192.224L448.658 191.3C448.66 189.534 448.645 188.04 448.595 186.911C448.441 183.427 448.786 182.447 448.86 179L449.573 179.713C448.732 179.695 447.744 179.693 446.536 179.718C440.38 179.848 436.649 179.772 431.266 179.583C427.714 179.458 419.31 179.346 412.273 179.35L412.623 179C412.626 182.632 412.659 185.9 412.738 187.948C412.78 189.044 412.802 190.169 412.807 191.3L412.812 191.829L412.273 191.834C407.201 191.86 401.999 191.577 398.625 191.499C397.34 191.469 396.329 191.428 395.554 191.386C395.225 191.368 395.074 191.33 395.073 191.293C395.073 191.293 395.073 191.293 395.073 191.293C395.074 191.247 395.309 191.202 395.731 191.196C397.78 191.167 400.842 191.093 404.46 190.925C408.041 190.76 409.928 190.779 412.273 190.81L411.783 191.3C411.81 189.227 411.846 186.796 411.771 182.521C411.749 181.288 411.725 180.122 411.699 179L411.704 178.42L412.273 178.425C419.439 178.26 424.785 178.045 434.051 178.224C440.747 178.354 444.221 178.063 449.573 177.947L450.636 177.957L450.626 179C450.694 182.123 450.702 185.885 450.534 191.3L449.573 190.34C449.734 190.345 449.896 190.35 450.06 190.355C458.164 190.619 462.384 190.481 466.873 190.277L465.85 191.3C465.674 187.409 465.448 183.316 465.392 176.316C465.361 172.397 465.372 168.21 465.404 164L466.873 165.47C464.87 165.454 462.861 165.434 460.873 165.411L459.449 165.398L459.462 164C459.576 154.099 459.756 144.722 459.731 139.121C459.697 131.784 459.622 122.416 459.657 112.3L460.873 113.516C458.458 113.508 455.999 113.493 453.516 113.47C440.833 113.352 425.224 113.643 411.173 113.449L412.314 112.435C412.285 112.656 412.255 112.877 412.226 113.097C410.882 123.158 409.157 136.192 407.817 146.176C407.254 150.214 406.486 153.734 405.578 156.278C403.358 162.842 399.532 164.668 395.121 165.303L395.38 165C395.387 166.737 395.406 168.694 395.437 171.158C395.5 176.297 395.44 183.377 395.207 189.357C395.089 192.366 394.925 191.684 394.847 188.655C394.733 184.226 394.809 180.589 394.605 178.307C394.196 173.746 394.039 171.808 394.277 166.05C394.292 165.688 394.304 165.339 394.313 165L394.307 164.356L394.956 164.248C399.941 163.641 401.4 161.335 402.83 158.907C403.927 156.5 404.955 156.39 406.353 145.997C406.556 144.163 406.786 142.011 407.049 139.48C408.374 126.708 409.289 118.282 409.96 112.156L410.076 111.088L411.173 111.078C413.202 111.06 414.98 111.045 416.581 111.031C423.043 110.972 436.537 111.249 447.07 111.149C450.701 111.114 455.625 111.103 460.873 111.095L462.067 111.084L462.078 112.3C462.092 122.274 462.09 133.417 462.197 139.072C462.36 147.704 462.003 147.721 461.804 154.696ZM442.743 142.457C442.943 139.828 442.061 137.758 442.186 134.553C442.309 131.378 442.769 130.877 442.675 127.3L443.673 128.298C443.64 128.299 443.605 128.3 443.571 128.301C439.901 128.406 436.229 128.086 434.594 128.278C432.96 128.47 432.788 127.889 430.467 128.018C428.957 128.102 427.833 128.1 426.673 128.035L427.404 127.387C427.296 128.001 427.169 128.623 427.019 129.318C426.591 131.311 425.692 137.483 425.653 139.762C425.615 142.041 424.909 144.561 424.629 146.094C424.542 146.571 424.457 146.945 424.38 147.23C424.348 147.351 424.304 147.404 424.267 147.399C424.267 147.399 424.267 147.399 424.267 147.399C424.221 147.394 424.186 147.3 424.199 147.142C424.263 146.371 424.326 145.216 424.321 143.842C424.312 141.28 424.688 141.045 424.936 137.616C425.184 134.188 425.11 132.101 425.795 128.114C425.849 127.796 425.895 127.496 425.933 127.212L426.031 126.538L426.673 126.554C429.98 126.601 431.185 125.903 436.432 126.355C440.02 126.665 441.588 126.42 443.673 126.166L444.835 126.196L444.807 127.3C444.957 128.529 445.11 129.938 445.155 132.045C445.275 137.728 444.775 144.903 444.816 148.329C444.858 151.754 444.963 156.356 444.844 161.213C444.821 162.107 444.814 163.04 444.814 164L444.785 165.169L443.673 165.141C439.418 165.144 434.622 165.313 430.248 165.139C426.183 164.977 420.844 164.783 416.973 164.619L415.469 164.595L416.536 163.562C417.422 162.75 418.137 161.961 418.669 161.325C420.79 158.631 421.209 157.819 422.279 154.678C422.862 152.853 423.523 150.309 424.048 148.109C424.309 147.004 424.446 147.273 424.367 148.422C424.242 150.103 423.864 151.437 423.848 152.331C423.796 154.114 423.733 154.93 422.661 156.905C421.553 158.845 421.462 160.003 420.687 161.088C420.022 161.91 419.878 162.066 417.55 164.576L416.973 163.185C417.809 163.174 418.844 163.148 420.142 163.098C426.575 162.852 430.101 162.79 432.538 162.731C434.901 162.674 439.76 162.932 443.673 162.857L442.53 164C442.528 163.88 442.525 163.761 442.522 163.642C442.422 159.672 442.514 151.6 442.35 148.347C442.187 145.093 442.544 145.086 442.743 142.457ZM502.916 128.23C498.885 128.128 495.294 128.309 491.462 128.494L492.656 127.3C492.808 130.472 492.963 133.81 492.962 137.7L491.462 136.2C492.051 136.2 492.653 136.204 493.268 136.212C502.862 136.337 504.299 136.804 515.286 136.699C517.699 136.676 520.113 136.673 522.462 136.681L523.472 136.673L523.48 137.7C523.461 143.382 523.38 148.688 523.377 152.7L523.385 153.608L522.462 153.616C520.581 153.614 518.985 153.63 517.767 153.678C512.875 153.87 512.359 153.289 505.412 153.418C499.781 153.523 495.948 153.493 491.462 153.377L492.139 152.7C492.112 153.748 492.08 154.831 492.044 155.981C491.989 157.77 491.936 160.652 491.894 164L491.462 163.568C499.482 163.667 510.182 163.699 514.97 163.535C517.635 163.444 520.447 163.451 523.162 163.499L523.659 163.494L523.663 164C523.59 168.199 523.418 172.164 523.36 174.992C523.331 176.442 523.29 177.583 523.248 178.458C523.23 178.829 523.192 179 523.155 179C523.155 179 523.155 179 523.155 179C523.109 179 523.063 178.734 523.057 178.258C523.029 175.946 522.954 172.49 522.787 168.408C522.715 166.641 522.678 165.239 522.661 164L523.162 164.5C519.062 164.554 516.74 164.379 508.847 164.502C502.244 164.605 497.335 164.775 491.462 164.827L490.627 164.82L490.634 164C490.605 160.73 490.612 157.162 490.686 152.837C490.686 152.791 490.687 152.746 490.688 152.7L490.695 151.92L491.462 151.926C503.248 152.122 506.168 151.293 522.462 151.733L521.495 152.7C521.502 152.435 521.509 152.166 521.517 151.894C521.699 145.592 521.689 141.372 521.6 137.7L522.462 138.562C516.185 138.716 511.508 139.105 500.775 139.181C497.78 139.202 494.647 139.204 491.462 139.193L489.956 139.181L489.968 137.7C489.98 134.259 490.007 130.756 490.041 127.3L490.053 125.867L491.462 125.879C502.983 125.992 513.991 126.184 520.491 126.157C521.357 126.154 522.248 126.15 523.162 126.146L522.007 127.3C521.987 122.801 521.959 117.735 521.945 112.3L523.162 113.517C516.617 113.533 509.537 113.53 502.265 113.47C493.745 113.4 484.055 113.475 474.262 113.506L475.467 112.3C475.489 119.218 475.489 126.186 475.401 132.83C475.206 147.461 474.964 167.613 474.786 179L474.262 178.476C475.364 178.493 476.384 178.51 477.309 178.526C487.79 178.706 490.345 178.747 500.433 178.637C506.232 178.573 514.221 178.633 520.969 178.867C524.365 178.984 523.595 179.148 520.177 179.226C515.179 179.341 511.076 179.264 508.5 179.469C503.354 179.878 501.166 180.035 494.669 179.797C488.173 179.559 485.112 180.099 481.324 180.037C479.157 180.002 478.25 179.882 474.262 179.832L473.437 179.839L473.43 179C473.467 176.019 473.465 171.317 473.36 163.081C473.114 143.824 473.051 133.267 472.992 125.975C472.966 122.686 473.008 117.783 473.052 112.3L473.042 111.101L474.262 111.09C480.935 111.145 488.467 111.204 494.991 111.149C501.956 111.09 513.138 111.097 523.162 111.08L524.371 111.07L524.381 112.3C524.391 118.005 524.408 123.335 524.45 127.3L524.461 128.578L523.162 128.589C522.206 128.599 521.329 128.61 520.546 128.623C510.806 128.787 510.786 128.43 502.916 128.23ZM551.279 114.911C551.091 122.415 551.862 128.415 551.848 137.2L550.348 135.7C550.892 135.701 551.446 135.705 552.012 135.712C561.723 135.837 563.178 136.304 574.301 136.199C575.553 136.187 576.805 136.181 578.048 136.178L577.027 137.2C577.008 127.399 577.241 118.14 577.07 113.745C577.05 113.218 577.038 112.74 577.033 112.3L577.025 111.293L578.048 111.285C581.74 111.245 582.827 111.697 589.11 111.582C591.396 111.54 593.388 111.519 595.248 111.517L596.024 111.511L596.031 112.3C596.035 116.163 595.959 119.454 595.831 123.606C595.642 129.756 595.481 148.651 595.713 155.522C595.945 162.393 595.543 170.23 595.447 174.942C595.417 176.41 595.377 177.566 595.334 178.451C595.316 178.827 595.279 179 595.242 179C595.242 179 595.242 179 595.242 179C595.195 179 595.15 178.731 595.144 178.249C595.116 175.908 595.041 172.41 594.874 168.277C594.562 160.571 594.907 159.729 594.746 149.324C594.586 138.918 594.265 132.667 594.472 120.423C594.527 117.21 594.507 114.646 594.458 112.3L595.248 113.091C590.026 113.202 585.881 113.461 578.048 113.384L579.132 112.3C579.112 114.355 579.069 116.665 578.993 119.315C578.752 127.775 578.847 132.53 579.021 137.2L579.012 138.18L578.048 138.172C573.179 138.353 568.402 138.62 559.611 138.681C556.631 138.702 553.516 138.704 550.348 138.694L548.842 138.682L548.854 137.2C548.882 128.758 548.999 119.939 549.091 112.3L550.348 113.558C544.286 113.485 538.966 113.427 535.167 113.443C534.508 113.445 533.835 113.448 533.148 113.451L534.3 112.3C534.345 122.436 534.431 135.541 534.319 149.325C534.245 158.334 534.33 168.637 534.358 179L533.148 177.791C538.934 177.775 544.739 177.777 550.348 177.835L549.183 179C549.191 178.244 549.2 177.492 549.209 176.743C549.307 169.354 549.416 160.575 549.522 152.2L549.529 151.367L550.348 151.374C560.387 151.502 569.845 151.627 575.63 151.726C576.485 151.74 577.289 151.754 578.048 151.767L578.485 151.77L578.482 152.2C578.336 160.858 578.31 163.802 578.412 173.191C578.431 174.958 578.439 176.926 578.434 179L578.048 178.614C582.865 178.625 588.254 178.703 593.029 178.867C596.467 178.984 595.688 179.148 592.227 179.226C587.167 179.341 583.013 179.264 580.406 179.469C579.55 179.536 578.775 179.596 578.048 179.649L577.405 179.655L577.399 179C577.13 175.302 577.053 172.853 577.252 167.356C577.49 160.779 576.949 157.68 577.011 153.847C577.021 153.229 577.038 152.713 577.058 152.2L578.048 153.191C575.374 153.087 572.786 152.896 556.43 153.102C554.3 153.129 552.275 153.153 550.348 153.176L551.324 152.2C551.469 164.506 551.535 172.816 551.582 179L551.592 180.223L550.348 180.233C548.638 180.246 547.09 180.258 545.666 180.269C542.604 180.294 538.16 180.26 533.148 180.22L531.938 180.23L531.928 179C531.985 171.929 532.056 163.729 531.997 156.688C531.903 145.391 531.978 123.137 531.852 112.3L531.842 111.015L533.148 111.004C533.853 110.996 534.51 110.987 535.112 110.977C543.759 110.833 544.838 111.09 550.348 111.29L551.35 111.282L551.358 112.3C551.33 113.072 551.303 113.931 551.279 114.911ZM670.2 120.069C670 128.464 670.882 135.073 670.757 145.306C670.633 155.538 670.165 157.071 670.27 168.789C670.301 172.248 670.295 175.708 670.276 179L670.284 179.999L669.27 180.007C662.164 179.966 655.836 179.865 651.97 179.946L651.031 179.953L651.024 179C651.015 178.588 651.004 178.204 650.991 177.85C650.799 172.633 651.38 172.082 651.251 164.673C651.122 157.264 651.198 152.773 651.387 146.293C651.442 144.395 651.495 141.346 651.536 137.8L652.327 138.044C647.421 145.061 640.94 154.505 638.191 158.826C634.304 164.937 629.319 171.532 626.442 175.58C625.546 176.841 624.827 177.824 624.266 178.571C624.029 178.887 623.895 179.017 623.864 178.996C623.864 178.996 623.864 178.996 623.864 178.996C623.826 178.97 623.948 178.711 624.229 178.288C625.596 176.234 627.611 173.147 629.926 169.455C634.243 162.572 635.027 162.034 641.072 152.886C644.968 146.991 647.784 142.56 651.286 137.334L652.807 135.12L652.797 137.8C652.826 141.271 652.819 145.06 652.746 149.646C652.558 161.343 653.253 164.87 653.018 179L651.97 177.951C653.423 177.975 654.989 178.009 656.687 178.055C661.998 178.199 665.924 178.223 669.27 178.183L668.452 179C668.354 170.875 667.874 166.165 667.788 153.312C667.7 140.002 667.946 124.131 668.067 112.3L669.27 113.503C664.972 113.459 661.207 113.432 658.292 113.443C656.154 113.451 653.873 113.461 651.47 113.472L652.436 112.964C646.872 121.141 640.147 131.016 633.004 141.244C630.585 144.708 628.039 148.411 625.415 152.25L623.31 155.292L623.322 151.6C623.293 139.182 623.175 125.656 623.331 113.202C623.334 112.904 623.338 112.603 623.342 112.3L624.47 113.428C619.173 113.362 613.249 113.291 607.27 113.219L608.189 112.3C608.03 125.573 607.867 139.12 607.744 146.693C607.563 157.872 607.522 160.597 607.633 171.358C607.656 173.647 607.663 176.256 607.65 179L607.27 178.619C611.939 178.641 616.997 178.72 621.531 178.867C625.153 178.984 624.332 179.148 620.686 179.226C615.355 179.341 610.978 179.264 608.231 179.469C607.9 179.494 607.58 179.517 607.27 179.54L606.734 179.544L606.729 179C606.374 174.174 606.249 171.721 606.473 165.21C606.711 158.281 606.17 155.016 606.232 150.976C606.295 146.937 606.614 147.003 606.368 126.464C606.304 121.156 606.253 116.468 606.211 112.3L606.203 111.25L607.27 111.241C614.332 111.17 619.904 111.125 624.47 111.091L625.669 111.081L625.679 112.3C625.703 115.467 625.721 118.151 625.739 120.514C625.789 127.182 625.593 140.07 625.599 151.6L623.539 150.96C624.625 149.378 625.685 147.823 626.697 146.324C632.543 137.669 643.53 121.762 650.433 111.588L650.798 111.047L651.47 111.042C654.098 111.026 656.405 111.006 658.234 110.977C664.085 110.885 666.648 110.958 669.27 111.075L670.485 111.065L670.495 112.3C670.404 114.333 670.287 116.403 670.2 120.069ZM709.947 128.23C705.917 128.128 702.326 128.309 698.493 128.494L699.687 127.3C699.84 130.472 699.995 133.81 699.993 137.7L698.493 136.2C699.082 136.2 699.684 136.204 700.3 136.212C709.893 136.337 711.33 136.804 722.317 136.699C724.73 136.676 727.144 136.673 729.493 136.681L730.503 136.673L730.512 137.7C730.492 143.382 730.411 148.688 730.409 152.7L730.416 153.608L729.493 153.616C727.613 153.614 726.016 153.63 724.798 153.678C719.907 153.87 719.39 153.289 712.444 153.418C706.812 153.523 702.979 153.493 698.493 153.377L699.17 152.7C699.143 153.748 699.112 154.831 699.076 155.981C699.02 157.77 698.967 160.652 698.925 164L698.493 163.568C706.513 163.667 717.213 163.699 722.001 163.535C724.666 163.444 727.478 163.451 730.193 163.499L730.69 163.494L730.694 164C730.621 168.199 730.45 172.164 730.392 174.992C730.362 176.442 730.321 177.583 730.279 178.458C730.261 178.829 730.223 179 730.186 179C730.186 179 730.186 179 730.186 179C730.14 179 730.095 178.734 730.089 178.258C730.06 175.946 729.986 172.49 729.818 168.408C729.746 166.641 729.709 165.239 729.693 164L730.193 164.5C726.094 164.554 723.771 164.379 715.878 164.502C709.276 164.605 704.366 164.775 698.493 164.827L697.659 164.82L697.666 164C697.636 160.73 697.643 157.162 697.717 152.837C697.718 152.791 697.719 152.746 697.719 152.7L697.726 151.92L698.493 151.926C710.279 152.122 713.2 151.293 729.493 151.733L728.526 152.7C728.533 152.435 728.54 152.166 728.548 151.894C728.73 145.592 728.721 141.372 728.631 137.7L729.493 138.562C723.216 138.716 718.539 139.105 707.806 139.181C704.811 139.202 701.679 139.204 698.493 139.193L696.987 139.181L697 137.7C697.011 134.259 697.038 130.756 697.072 127.3L697.084 125.867L698.493 125.879C710.015 125.992 721.022 126.184 727.522 126.157C728.388 126.154 729.279 126.15 730.193 126.146L729.039 127.3C729.018 122.801 728.99 117.735 728.976 112.3L730.193 113.517C723.648 113.533 716.568 113.53 709.296 113.47C700.776 113.4 691.086 113.475 681.293 113.506L682.499 112.3C682.52 119.218 682.52 126.186 682.432 132.83C682.237 147.461 681.995 167.613 681.817 179L681.293 178.476C682.395 178.493 683.415 178.51 684.34 178.526C694.821 178.706 697.376 178.747 707.464 178.637C713.264 178.573 721.252 178.633 728 178.867C731.396 178.984 730.627 179.148 727.209 179.226C722.21 179.341 718.107 179.264 715.531 179.469C710.385 179.878 708.198 180.035 701.701 179.797C695.204 179.559 692.143 180.099 688.356 180.037C686.188 180.002 685.282 179.882 681.293 179.832L680.468 179.839L680.461 179C680.498 176.019 680.496 171.317 680.391 163.081C680.145 143.824 680.083 133.267 680.024 125.975C679.997 122.686 680.039 117.783 680.083 112.3L680.073 111.101L681.293 111.09C687.966 111.145 695.498 111.204 702.023 111.149C708.988 111.09 720.169 111.097 730.193 111.08L731.402 111.07L731.413 112.3C731.422 118.005 731.44 123.335 731.482 127.3L731.492 128.578L730.193 128.589C729.237 128.599 728.36 128.61 727.577 128.623C717.837 128.787 717.817 128.43 709.947 128.23Z' fill='%23171717'/%3E%3Cpath d='M22.6 83H6V16.3H23.2V55.6L50.2 16.3H68V83H50.7V41.8L22.6 83ZM142.123 83H124.923V56.2H97.2234V83H80.0234V16.3H97.2234V41.2H124.923V16.3H142.123V83ZM186.245 83H169.045V31.3H150.345V16.3H204.845V31.3H186.245V83ZM261.931 83H213.031V16.3H261.931V31.3H230.231V41.7H261.231V56.7H230.231V68H261.931V83ZM289.118 83H271.918V16.3H305.318C320.318 16.3 328.518 26.4 328.518 38.5C328.518 50.5 320.318 60.6 305.318 60.6H289.118V83ZM303.018 45.6C307.618 45.6 311.018 43 311.018 38.5C311.018 33.9 307.618 31.3 303.018 31.3H289.118V45.6H303.018ZM398.276 83H381.076V56.2H353.376V83H336.176V16.3H353.376V41.2H381.076V16.3H398.276V83ZM459.197 83H410.297V16.3H459.197V31.3H427.497V41.7H458.497V56.7H427.497V68H459.197V83ZM501.284 83H484.084V31.3H465.384V16.3H519.884V31.3H501.284V83Z' fill='white'/%3E%3Cpath d='M68.9303 24.0692C68.7308 32.4644 69.6125 39.0731 69.4879 49.3056C69.3633 59.538 68.8956 61.0705 69.0008 72.7893C69.0319 76.2481 69.0259 79.7075 69.007 83L69.0148 83.999L68 84.007C60.8948 83.9661 54.567 83.8651 50.7 83.946L49.7616 83.9534L49.754 83C49.7454 82.5881 49.7347 82.2041 49.7217 81.8501C49.5295 76.6326 50.1106 76.0819 49.9815 68.6725C49.8525 61.2636 49.9283 56.7731 50.1172 50.2933C50.1725 48.3955 50.2255 45.3458 50.2669 41.8L51.0578 42.044C46.1514 49.0605 39.6707 58.5046 36.9219 62.826C33.0346 68.9374 28.0497 75.5317 25.1729 79.5801C24.2769 80.8411 23.5574 81.8237 22.9966 82.5708C22.7591 82.8872 22.6251 83.017 22.5944 82.9962C22.5944 82.9962 22.5944 82.9962 22.5944 82.9961C22.5563 82.97 22.6783 82.7105 22.9598 82.2875C24.326 80.2341 26.3411 77.147 28.6563 73.4554C32.973 66.5721 33.758 66.0335 39.8029 56.8859C43.6983 50.9909 46.5147 46.56 50.016 41.3335L51.5371 39.1197L51.5279 41.8C51.5568 45.271 51.5498 49.0597 51.476 53.6465C51.288 65.3427 51.984 68.8696 51.7488 83L50.7 81.9512C52.1536 81.9754 53.7193 82.0094 55.4177 82.0553C60.729 82.1988 64.654 82.2232 68 82.1827L67.1827 83C67.0846 74.875 66.6043 70.1645 66.5188 57.312C66.4303 44.0017 66.6762 28.1305 66.7971 16.3L68 17.5029C63.7022 17.459 59.9377 17.4315 57.0229 17.4426C54.8847 17.4507 52.6031 17.4613 50.2 17.4722L51.1661 16.9637C45.6025 25.1408 38.878 35.0164 31.7343 45.2442C29.3153 48.7076 26.7693 52.4111 24.1456 56.2496L22.04 59.2917L22.0528 55.6C22.0233 43.1822 21.9056 29.6562 22.061 17.2025C22.0648 16.9038 22.0685 16.6029 22.0723 16.3L23.2 17.4277C17.9031 17.3619 11.9794 17.2911 6 17.2194L6.91945 16.3C6.76036 29.5729 6.59698 43.1199 6.47447 50.6929C6.2936 61.8722 6.25281 64.5971 6.36332 75.3577C6.38683 77.647 6.39344 80.2563 6.38059 83L6 82.6194C10.6692 82.6413 15.7278 82.7195 20.2612 82.8667C23.8834 82.9842 23.0626 83.1479 19.4168 83.2263C14.0854 83.3408 9.70887 83.2643 6.96182 83.4689C6.63027 83.4936 6.31023 83.5174 6 83.5402L5.4641 83.5444L5.4598 83C5.10471 78.1741 4.97973 75.7211 5.20335 69.21C5.44131 62.2807 4.9005 59.0156 4.96275 54.9762C5.02502 50.9366 5.34401 51.0031 5.09825 30.4638C5.03474 25.1562 4.98345 20.4683 4.94129 16.3L4.93301 15.2497L6 15.2413C13.0629 15.1699 18.634 15.1246 23.2 15.0906L24.3998 15.0811L24.4094 16.3C24.4331 19.4675 24.4513 22.1513 24.4692 24.5138C24.5198 31.182 24.3236 44.0703 24.3295 55.6L22.269 54.9604C23.355 53.378 24.4151 51.8234 25.4277 50.3243C31.2739 41.6695 42.2602 25.7625 49.163 15.5876L49.528 15.0472L50.2 15.0419C52.8284 15.0264 55.1352 15.0055 56.9649 14.9767C62.8157 14.8846 65.3781 14.9576 68 15.0746L69.2156 15.065L69.2254 16.3C69.1346 18.3333 69.0174 20.4025 68.9303 24.0692ZM98.1538 18.9108C97.9659 26.4147 98.7369 32.4148 98.7233 41.2L97.2234 39.7002C97.7669 39.701 98.3209 39.7049 98.8867 39.7121C108.598 39.8367 110.053 40.3044 121.176 40.1992C122.428 40.1873 123.68 40.1809 124.923 40.1785L123.902 41.2C123.883 31.3985 124.116 22.1402 123.945 17.7455C123.925 17.2177 123.913 16.7403 123.908 16.3L123.9 15.2933L124.923 15.2848C128.615 15.2453 129.702 15.6968 135.985 15.5815C138.27 15.5396 140.263 15.5193 142.123 15.5175L142.899 15.511L142.906 16.3C142.91 20.1634 142.834 23.4544 142.706 27.6057C142.517 33.7563 142.356 52.6513 142.588 59.5221C142.82 66.393 142.418 74.2296 142.322 78.9424C142.292 80.4104 142.252 81.5657 142.209 82.4514C142.191 82.8265 142.154 82.9999 142.117 83C142.117 83 142.117 83 142.117 83C142.07 82.9999 142.025 82.7311 142.019 82.2489C141.991 79.9082 141.916 76.4099 141.749 72.2771C141.437 64.5713 141.782 63.7292 141.621 53.3237C141.461 42.9182 141.14 36.6665 141.347 24.4232C141.402 21.2098 141.382 18.6462 141.333 16.3L142.123 17.0909C136.901 17.2015 132.756 17.461 124.923 17.3838L126.007 16.3C125.987 18.3555 125.944 20.665 125.868 23.3146C125.627 31.7752 125.722 36.5298 125.895 41.2L125.887 42.1801L124.923 42.1721C120.054 42.3529 115.277 42.6196 106.486 42.6812C103.506 42.7021 100.391 42.7043 97.2234 42.694L95.7171 42.6815L95.7294 41.2C95.7568 32.7578 95.8736 23.9391 95.9656 16.3L97.2234 17.5578C91.1606 17.4848 85.8407 17.4274 82.0417 17.4426C81.383 17.4452 80.7101 17.4481 80.0234 17.4512L81.1747 16.3C81.2201 26.436 81.3057 39.541 81.1935 53.3248C81.1202 62.3343 81.2051 72.6369 81.2329 83L80.0234 81.7905C85.8094 81.775 91.6143 81.7772 97.2234 81.8347L96.0581 83C96.0659 82.2441 96.0746 81.4917 96.0845 80.7434C96.1817 73.3545 96.2905 64.575 96.3973 56.2L96.4042 55.367L97.2234 55.3739C107.262 55.5019 116.72 55.6269 122.505 55.7255C123.36 55.7401 124.164 55.7538 124.923 55.7666L125.36 55.7702L125.357 56.2C125.211 64.8585 125.185 67.8016 125.287 77.1911C125.306 78.9581 125.314 80.926 125.309 83L124.923 82.6142C129.74 82.6249 135.129 82.7034 139.904 82.8667C143.342 82.9842 142.563 83.1479 139.102 83.2263C134.042 83.3408 129.888 83.2643 127.281 83.4689C126.425 83.5361 125.65 83.5964 124.923 83.6494L124.28 83.6547L124.274 83C124.005 79.3024 123.928 76.8529 124.127 71.3562C124.365 64.7794 123.824 61.6804 123.886 57.8465C123.896 57.2293 123.913 56.7131 123.933 56.2L124.923 57.1906C122.249 57.0869 119.661 56.8955 103.305 57.1018C101.175 57.1286 99.1502 57.1533 97.2234 57.176L98.1994 56.2C98.3445 68.5057 98.41 76.8158 98.4568 83L98.467 84.2231L97.2234 84.2334C95.5131 84.2463 93.9654 84.2579 92.5407 84.2692C89.4787 84.2937 85.0347 84.2604 80.0234 84.2202L78.8135 84.2302L78.8033 83C78.86 75.9294 78.9306 67.7294 78.8721 60.6883C78.7783 49.3913 78.8533 27.1374 78.7274 16.3L78.7167 15.0148L80.0234 15.0039C80.7282 14.9958 81.3846 14.9867 81.9866 14.9767C90.6345 14.8333 91.713 15.0903 97.2234 15.2902L98.2247 15.2819L98.2332 16.3C98.2052 17.0722 98.1783 17.9315 98.1538 18.9108ZM183.523 15.3697C188.873 15.5692 193.085 14.6875 199.606 14.8121C201.842 14.8549 203.427 14.938 204.845 15.0244L206.104 15.0089L206.12 16.3C205.954 19.0161 205.776 21.1206 205.845 26.0277C205.87 27.8035 205.871 29.5795 205.861 31.3L205.873 32.3036L204.845 32.3164C199.33 32.2828 194.386 32.1318 191.851 32.2783C189.341 32.4234 188.526 32.1277 186.245 32.0297L186.974 31.3C186.942 32.0401 186.931 32.9346 186.963 34.0914C187.092 38.8131 187.016 41.6749 186.827 45.8045C186.638 49.9344 186.477 62.6218 186.709 67.2354C186.941 71.8489 186.539 77.1109 186.443 80.2755C186.413 81.2612 186.373 82.0369 186.33 82.6316C186.312 82.8835 186.275 82.9999 186.238 83C186.238 83 186.238 83 186.238 83C186.192 82.9999 186.146 82.8195 186.14 82.4957C186.112 80.924 186.037 78.5749 185.87 75.7999C185.558 70.6257 185.903 70.0603 185.742 63.0733C185.582 56.0864 185.261 51.8885 185.468 43.6675C185.603 38.3418 185.286 35.6738 185.18 31.3L185.193 30.2222L186.245 30.2352C188.622 30.1775 191.504 30.1821 195.591 30.3553C199.65 30.5274 202.439 30.5281 204.845 30.4513L203.996 31.3C203.854 26.8563 203.447 23.7208 203.365 16.3L204.845 17.7797C204.799 17.7802 204.754 17.7807 204.708 17.7812C193.144 17.9019 178.547 17.4011 171.576 17.4426C165.789 17.4771 158.356 17.5558 150.345 17.513L151.558 16.3C151.549 17.9406 151.535 19.6054 151.515 21.2852C151.477 24.4278 151.481 27.8048 151.498 31.3L150.345 30.1463C156.424 30.1165 162.86 30.0489 169.045 30.1021L170.257 30.1171L170.242 31.3C170.23 32.7415 170.211 34.1693 170.183 35.5756C169.97 46.4841 169.7 61.9064 169.519 69.0313C169.355 75.5086 169.306 77.5324 169.381 83L169.045 82.6631C169.591 82.6555 170.172 82.6467 170.795 82.6367C174.737 82.5732 180.167 82.633 184.754 82.8667C187.062 82.9842 186.539 83.1479 184.216 83.2263C180.818 83.3408 178.029 83.2643 176.278 83.4689C173.423 83.8027 171.907 83.9685 169.045 83.8887L168.167 83.8996L168.156 83C168.174 82.3559 168.204 81.6435 168.248 80.8323C168.486 76.4162 167.945 74.3353 168.007 71.761C168.07 69.1866 168.389 69.2289 168.143 56.1391C167.903 43.3832 167.838 36.2433 167.78 31.3L169.045 32.5647C168.915 32.5662 168.787 32.5677 168.661 32.5692C164.697 32.6164 157.286 32.4489 150.345 32.4309L149.228 32.4447L149.214 31.3C149.218 29.5597 149.213 27.849 149.193 26.2295C149.161 23.5966 149.148 20.0774 149.141 16.3L149.126 15.1116L150.345 15.0965C158.158 15.0813 167.076 15.087 171.539 14.9767C178.159 14.8131 178.173 15.1702 183.523 15.3697ZM241.685 32.2303C237.655 32.1282 234.064 32.3095 230.231 32.494L231.425 31.3C231.578 34.4723 231.733 37.8103 231.731 41.7L230.231 40.2C230.82 40.2003 231.422 40.2041 232.038 40.2121C241.631 40.3367 243.068 40.8044 254.055 40.6992C256.468 40.6761 258.882 40.6735 261.231 40.6815L262.241 40.673L262.25 41.7C262.23 47.3823 262.149 52.6877 262.147 56.7L262.154 57.6078L261.231 57.6155C259.351 57.6143 257.755 57.6304 256.536 57.6783C251.645 57.8705 251.129 57.2894 244.182 57.4185C238.551 57.5231 234.718 57.493 230.231 57.3773L230.909 56.7C230.882 57.7476 230.85 58.8308 230.814 59.9809C230.758 61.7703 230.705 64.6517 230.664 68L230.231 67.5676C238.252 67.667 248.951 67.699 253.74 67.5353C256.405 67.4442 259.217 67.451 261.931 67.4985L262.428 67.4943L262.433 68C262.359 72.1988 262.188 76.1644 262.13 78.9919C262.1 80.442 262.059 81.5831 262.017 82.458C261.999 82.8286 261.962 82.9999 261.924 83C261.924 83 261.924 83 261.924 83C261.878 82.9999 261.833 82.7344 261.827 82.2581C261.799 79.9459 261.724 76.4902 261.557 72.4078C261.484 70.6409 261.447 69.2392 261.431 68L261.931 68.5004C257.832 68.5539 255.509 68.3791 247.617 68.5023C241.014 68.6053 236.104 68.7745 230.231 68.8274L229.397 68.8204L229.404 68C229.374 64.7304 229.381 61.1623 229.455 56.8372C229.456 56.7913 229.457 56.7456 229.458 56.7L229.464 55.9198L230.231 55.9263C242.017 56.1216 244.938 55.2926 261.231 55.7328L260.264 56.7C260.271 56.4347 260.279 56.166 260.287 55.8935C260.468 49.5925 260.459 45.3723 260.369 41.7L261.231 42.5621C254.954 42.7157 250.277 43.105 239.544 43.1812C236.55 43.2024 233.417 43.2044 230.231 43.1935L228.725 43.1808L228.738 41.7C228.75 38.2589 228.776 34.7563 228.81 31.3L228.822 29.8672L230.231 29.8791C241.753 29.9922 252.761 30.1837 259.261 30.1574C260.126 30.1539 261.017 30.1499 261.931 30.1457L260.777 31.3C260.756 26.8012 260.728 21.7354 260.714 16.3L261.931 17.5168C255.387 17.5335 248.306 17.53 241.035 17.4701C232.515 17.3999 222.824 17.4747 213.031 17.5056L214.237 16.3C214.259 23.2177 214.259 30.1864 214.17 36.8297C213.975 51.4612 213.734 71.6129 213.556 83L213.031 82.4757C214.133 82.4929 215.153 82.5096 216.078 82.5255C226.559 82.7064 229.114 82.7472 239.203 82.6367C245.002 82.5732 252.991 82.633 259.739 82.8667C263.135 82.9842 262.365 83.1479 258.947 83.2263C253.948 83.3408 249.845 83.2643 247.27 83.4689C242.123 83.8778 239.936 84.0346 233.439 83.7967C226.942 83.5587 223.881 84.0995 220.094 84.0373C217.927 84.0016 217.02 83.8819 213.031 83.8321L212.206 83.839L212.199 83C212.236 80.0192 212.235 75.3171 212.13 67.0811C211.884 47.8241 211.821 37.2674 211.762 29.9749C211.735 26.6858 211.777 21.7826 211.822 16.3L211.812 15.1008L213.031 15.0905C219.705 15.1448 227.236 15.2035 233.761 15.1487C240.726 15.0901 251.907 15.0973 261.931 15.0804L263.141 15.0702L263.151 16.3C263.16 22.0051 263.178 27.3353 263.22 31.3L263.23 32.5776L261.931 32.5885C260.975 32.5986 260.099 32.6101 259.315 32.6233C249.576 32.7868 249.556 32.4298 241.685 32.2303ZM315.866 17.3034C320.479 19.5014 324.734 21.6213 327.639 27.6322C329.632 32.5138 329.428 34.3125 329.516 38.5C329.498 39.5368 329.445 40.7264 329.267 42.1567C328.543 49.6557 322.963 55.387 320.355 57.2003C317.698 59.1327 317.14 58.9368 312.838 60.386C309.902 61.2314 307.646 61.3836 305.318 61.331C304.175 61.2965 303.008 61.246 301.708 61.1828C299.331 61.0672 293.939 60.962 289.118 60.9509L289.469 60.6C289.462 63.6576 289.493 66.4858 289.583 68.17C289.815 72.5101 289.412 77.4601 289.317 80.437C289.287 81.3643 289.246 82.094 289.204 82.6534C289.186 82.8904 289.148 82.9999 289.111 83C289.111 83 289.111 83 289.111 83C289.065 82.9999 289.02 82.8302 289.014 82.5256C288.985 81.047 288.911 78.8373 288.743 76.2268C288.431 71.3594 288.776 70.8275 288.616 64.2547C288.584 62.9498 288.546 61.7483 288.507 60.6L288.515 59.9806L289.118 59.9886C293.753 59.8307 297.52 59.6577 303.718 59.824C304.281 59.8391 304.812 59.8484 305.318 59.8531C311.478 59.4367 314.248 59.3432 321.794 53.4649C327.489 47.443 327.133 44.0533 327.197 38.5C327.118 36.9723 326.94 35.2157 326.433 33.1339C324.817 22.7513 311.936 16.6538 305.318 17.4402C305.037 17.4402 304.766 17.441 304.507 17.4426C297.949 17.4841 289.142 17.5899 279.845 17.4701C277.339 17.4378 274.674 17.4362 271.918 17.4469L273.065 16.3C273.094 23.7685 273.213 31.9118 273.057 39.4072C272.843 49.6689 272.573 64.1768 272.392 70.8792C272.239 76.5526 272.187 78.594 272.241 83L271.918 82.6769C272.717 82.667 273.594 82.6536 274.584 82.6367C278.292 82.5732 283.401 82.633 287.716 82.8667C289.887 82.9842 289.395 83.1479 287.21 83.2263C284.013 83.3408 281.389 83.2643 279.743 83.4689C276.736 83.8424 275.309 84.0056 271.918 83.8496L271.08 83.8607L271.068 83C271.083 82.6788 271.101 82.34 271.121 81.9806C271.359 77.8263 270.818 75.8688 270.881 73.4471C270.943 71.0253 271.262 71.0652 271.016 58.7515C270.77 46.4376 270.708 39.6871 270.649 35.0239C270.598 31.0094 270.796 23.2344 270.788 16.3L270.774 15.1855L271.918 15.1704C273.038 15.1692 274.137 15.1626 275.194 15.1487C282.794 15.0487 298.244 15.1403 304.472 14.9767C304.768 14.969 305.049 14.9624 305.318 14.9569C310.939 15.0772 311.247 15.4905 315.866 17.3034ZM290.071 32.2303C289.741 32.1853 289.427 32.1953 289.118 32.2364L290.054 31.3C290.195 32.3613 290.702 33.3635 290.606 34.7443C290.481 36.5274 290.014 36.7944 290.119 38.8365C290.224 40.8785 289.904 42.9216 290.096 43.8308C290.258 44.5974 289.871 44.7858 289.822 45.6L289.118 44.8956C289.269 44.9045 289.443 44.9018 289.645 44.8815C290.936 44.7525 291.719 44.8283 292.848 45.0172C293.977 45.2061 297.446 45.3673 298.707 45.1353C299.969 44.9033 301.408 45.3059 302.273 45.4014C302.543 45.4311 302.755 45.4718 302.917 45.5142C302.986 45.5321 303.018 45.5697 303.018 45.6068C303.018 45.6068 303.018 45.6068 303.018 45.6068C303.018 45.653 302.969 45.6984 302.88 45.7042C302.45 45.7325 301.808 45.8072 301.049 45.9747C299.635 46.2869 299.48 45.9419 297.569 46.1023C295.659 46.2627 294.511 46.5834 292.263 46.376C290.906 46.2508 290.18 46.5179 289.118 46.6406L288.033 46.5914L288.077 45.6C287.997 44.9043 287.979 44.0645 288.173 42.8083C288.665 39.6354 287.757 39.3014 287.637 36.1395C287.578 34.6104 287.665 32.8874 287.766 31.3L287.83 29.8898L289.118 29.9481C290.813 30.0556 292.354 30.1788 293.338 30.1574C295.244 30.1159 297.804 30.0101 300.506 30.1299C301.297 30.165 302.143 30.1639 303.018 30.1501C305.292 30.0903 308.076 30.7041 309.796 32.5935C311.218 34.0398 311.955 36.5166 311.766 38.5C311.679 40.0388 311.148 41.365 310.644 42.1201C309.401 43.8032 308.946 44.0755 307.279 45.0937C306.287 45.6462 304.706 45.9344 303.43 45.7264C302.789 45.6198 302.946 45.4606 303.563 45.3611C304.461 45.2062 305.206 45.1294 305.597 44.8145C306.359 44.1656 306.591 43.9343 307.626 43.5791C308.671 43.1531 308.608 42.3553 308.985 41.9426C309.174 41.7175 309.338 41.6476 309.59 41.2572C309.818 40.8672 310.219 40.1193 310.116 38.5C310.116 38.4996 310.116 38.4991 310.116 38.4987C309.798 35.2288 308.206 34.2643 307.319 33.6925C306.561 33.2076 304.834 32.399 303.018 32.4295C302.62 32.4283 302.23 32.4345 301.858 32.4513C299.649 32.5512 295.158 32.4597 293.348 32.6233C291.538 32.7868 291.534 32.4298 290.071 32.2303ZM354.306 18.9108C354.118 26.4147 354.889 32.4148 354.876 41.2L353.376 39.7002C353.919 39.701 354.473 39.7049 355.039 39.7121C364.751 39.8367 366.205 40.3044 377.328 40.1992C378.58 40.1873 379.832 40.1809 381.076 40.1785L380.054 41.2C380.035 31.3985 380.268 22.1402 380.097 17.7455C380.077 17.2177 380.065 16.7403 380.061 16.3L380.052 15.2933L381.076 15.2848C384.768 15.2453 385.854 15.6968 392.137 15.5815C394.423 15.5396 396.416 15.5193 398.276 15.5175L399.052 15.511L399.058 16.3C399.062 20.1634 398.986 23.4544 398.859 27.6057C398.67 33.7563 398.508 52.6513 398.74 59.5221C398.973 66.393 398.57 74.2296 398.474 78.9424C398.445 80.4104 398.404 81.5657 398.362 82.4514C398.344 82.8265 398.306 82.9999 398.269 83C398.269 83 398.269 83 398.269 83C398.223 82.9999 398.177 82.7311 398.172 82.2489C398.143 79.9082 398.069 76.4099 397.901 72.2771C397.589 64.5713 397.934 63.7292 397.773 53.3237C397.613 42.9182 397.292 36.6665 397.5 24.4232C397.554 21.2098 397.535 18.6462 397.485 16.3L398.276 17.0909C393.053 17.2015 388.909 17.461 381.076 17.3838L382.16 16.3C382.139 18.3555 382.096 20.665 382.02 23.3146C381.78 31.7752 381.874 36.5298 382.048 41.2L382.04 42.1801L381.076 42.1721C376.206 42.3529 371.429 42.6196 362.638 42.6812C359.658 42.7021 356.544 42.7043 353.376 42.694L351.869 42.6815L351.882 41.2C351.909 32.7578 352.026 23.9391 352.118 16.3L353.376 17.5578C347.313 17.4848 341.993 17.4274 338.194 17.4426C337.535 17.4452 336.862 17.4481 336.176 17.4512L337.327 16.3C337.372 26.436 337.458 39.541 337.346 53.3248C337.273 62.3343 337.357 72.6369 337.385 83L336.176 81.7905C341.962 81.775 347.767 81.7772 353.376 81.8347L352.21 83C352.218 82.2441 352.227 81.4917 352.237 80.7434C352.334 73.3545 352.443 64.575 352.55 56.2L352.557 55.367L353.376 55.3739C363.415 55.5019 372.872 55.6269 378.657 55.7255C379.513 55.7401 380.316 55.7538 381.076 55.7666L381.513 55.7702L381.509 56.2C381.364 64.8585 381.337 67.8016 381.439 77.1911C381.458 78.9581 381.466 80.926 381.462 83L381.076 82.6142C385.892 82.6249 391.281 82.7034 396.056 82.8667C399.494 82.9842 398.715 83.1479 395.255 83.2263C390.194 83.3408 386.041 83.2643 383.433 83.4689C382.577 83.5361 381.803 83.5964 381.076 83.6494L380.432 83.6547L380.426 83C380.157 79.3024 380.08 76.8529 380.279 71.3562C380.517 64.7794 379.976 61.6804 380.039 57.8465C380.049 57.2293 380.065 56.7131 380.085 56.2L381.076 57.1906C378.402 57.0869 375.813 56.8955 359.457 57.1018C357.327 57.1286 355.303 57.1533 353.376 57.176L354.352 56.2C354.497 68.5057 354.562 76.8158 354.609 83L354.619 84.2231L353.376 84.2334C351.665 84.2463 350.118 84.2579 348.693 84.2692C345.631 84.2937 341.187 84.2604 336.176 84.2202L334.966 84.2302L334.956 83C335.012 75.9294 335.083 67.7294 335.024 60.6883C334.931 49.3913 335.006 27.1374 334.88 16.3L334.869 15.0148L336.176 15.0039C336.88 14.9958 337.537 14.9867 338.139 14.9767C346.787 14.8333 347.865 15.0903 353.376 15.2902L354.377 15.2819L354.386 16.3C354.358 17.0722 354.331 17.9315 354.306 18.9108ZM438.951 32.2303C434.921 32.1282 431.33 32.3095 427.497 32.494L428.691 31.3C428.844 34.4723 428.999 37.8103 428.997 41.7L427.497 40.2C428.086 40.2003 428.688 40.2041 429.304 40.2121C438.897 40.3367 440.334 40.8044 451.321 40.6992C453.734 40.6761 456.148 40.6735 458.497 40.6815L459.507 40.673L459.515 41.7C459.496 47.3823 459.415 52.6877 459.412 56.7L459.42 57.6078L458.497 57.6155C456.617 57.6143 455.02 57.6304 453.802 57.6783C448.91 57.8705 448.394 57.2894 441.447 57.4185C435.816 57.5231 431.983 57.493 427.497 57.3773L428.174 56.7C428.147 57.7476 428.115 58.8308 428.08 59.9809C428.024 61.7703 427.971 64.6517 427.929 68L427.497 67.5676C435.517 67.667 446.217 67.699 451.005 67.5353C453.67 67.4442 456.482 67.451 459.197 67.4985L459.694 67.4943L459.698 68C459.625 72.1988 459.453 76.1644 459.396 78.9919C459.366 80.442 459.325 81.5831 459.283 82.458C459.265 82.8286 459.227 82.9999 459.19 83C459.19 83 459.19 83 459.19 83C459.144 82.9999 459.098 82.7344 459.093 82.2581C459.064 79.9459 458.99 76.4902 458.822 72.4078C458.75 70.6409 458.713 69.2392 458.697 68L459.197 68.5004C455.098 68.5539 452.775 68.3791 444.882 68.5023C438.279 68.6053 433.37 68.7745 427.497 68.8274L426.663 68.8204L426.669 68C426.64 64.7304 426.647 61.1623 426.721 56.8372C426.722 56.7913 426.722 56.7456 426.723 56.7L426.73 55.9198L427.497 55.9263C439.283 56.1216 442.203 55.2926 458.497 55.7328L457.53 56.7C457.537 56.4347 457.544 56.166 457.552 55.8935C457.734 49.5925 457.725 45.3723 457.635 41.7L458.497 42.5621C452.22 42.7157 447.543 43.105 436.81 43.1812C433.815 43.2024 430.682 43.2044 427.497 43.1935L425.991 43.1808L426.003 41.7C426.015 38.2589 426.042 34.7563 426.076 31.3L426.088 29.8672L427.497 29.8791C439.019 29.9922 450.026 30.1837 456.526 30.1574C457.392 30.1539 458.283 30.1499 459.197 30.1457L458.043 31.3C458.022 26.8012 457.994 21.7354 457.98 16.3L459.197 17.5168C452.652 17.5335 445.572 17.53 438.3 17.4701C429.78 17.3999 420.09 17.4747 410.297 17.5056L411.502 16.3C411.524 23.2177 411.524 30.1864 411.436 36.8297C411.241 51.4612 410.999 71.6129 410.821 83L410.297 82.4757C411.399 82.4929 412.419 82.5096 413.344 82.5255C423.825 82.7064 426.38 82.7472 436.468 82.6367C442.267 82.5732 450.256 82.633 457.004 82.8667C460.4 82.9842 459.631 83.1479 456.212 83.2263C451.214 83.3408 447.111 83.2643 444.535 83.4689C439.389 83.8778 437.202 84.0346 430.705 83.7967C424.208 83.5587 421.147 84.0995 417.36 84.0373C415.192 84.0016 414.286 83.8819 410.297 83.8321L409.472 83.839L409.465 83C409.502 80.0192 409.5 75.3171 409.395 67.0811C409.149 47.8241 409.087 37.2674 409.028 29.9749C409.001 26.6858 409.043 21.7826 409.087 16.3L409.077 15.1008L410.297 15.0905C416.97 15.1448 424.502 15.2035 431.026 15.1487C437.991 15.0901 449.173 15.0973 459.197 15.0804L460.406 15.0702L460.416 16.3C460.426 22.0051 460.444 27.3353 460.485 31.3L460.496 32.5776L459.197 32.5885C458.241 32.5986 457.364 32.6101 456.581 32.6233C446.841 32.7868 446.821 32.4298 438.951 32.2303ZM498.562 15.3697C503.912 15.5692 508.124 14.6875 514.645 14.8121C516.882 14.8549 518.466 14.938 519.884 15.0244L521.143 15.0089L521.159 16.3C520.993 19.0161 520.815 21.1206 520.884 26.0277C520.909 27.8035 520.91 29.5795 520.9 31.3L520.912 32.3036L519.884 32.3164C514.369 32.2828 509.425 32.1318 506.89 32.2783C504.38 32.4234 503.565 32.1277 501.284 32.0297L502.013 31.3C501.981 32.0401 501.97 32.9346 502.002 34.0914C502.131 38.8131 502.055 41.6749 501.866 45.8045C501.677 49.9344 501.516 62.6218 501.748 67.2354C501.98 71.8489 501.578 77.1109 501.482 80.2755C501.452 81.2612 501.412 82.0369 501.369 82.6316C501.351 82.8835 501.314 82.9999 501.277 83C501.277 83 501.277 83 501.277 83C501.231 82.9999 501.185 82.8195 501.179 82.4957C501.151 80.924 501.076 78.5749 500.909 75.7999C500.597 70.6257 500.942 70.0603 500.781 63.0733C500.621 56.0864 500.3 51.8885 500.508 43.6675C500.642 38.3418 500.325 35.6738 500.219 31.3L500.232 30.2222L501.284 30.2352C503.661 30.1775 506.543 30.1821 510.63 30.3553C514.689 30.5274 517.478 30.5281 519.884 30.4513L519.035 31.3C518.893 26.8563 518.486 23.7208 518.404 16.3L519.884 17.7797C519.838 17.7802 519.793 17.7807 519.747 17.7812C508.183 17.9019 493.586 17.4011 486.615 17.4426C480.828 17.4771 473.395 17.5558 465.384 17.513L466.597 16.3C466.588 17.9406 466.574 19.6054 466.554 21.2852C466.516 24.4278 466.52 27.8048 466.537 31.3L465.384 30.1463C471.463 30.1165 477.899 30.0489 484.084 30.1021L485.296 30.1171L485.281 31.3C485.269 32.7415 485.25 34.1693 485.223 35.5756C485.009 46.4841 484.739 61.9064 484.558 69.0313C484.394 75.5086 484.345 77.5324 484.421 83L484.084 82.6631C484.63 82.6555 485.211 82.6467 485.834 82.6367C489.776 82.5732 495.206 82.633 499.793 82.8667C502.102 82.9842 501.578 83.1479 499.255 83.2263C495.857 83.3408 493.068 83.2643 491.317 83.4689C488.462 83.8027 486.946 83.9685 484.084 83.8887L483.206 83.8996L483.195 83C483.213 82.3559 483.243 81.6435 483.287 80.8323C483.525 76.4162 482.984 74.3353 483.046 71.761C483.109 69.1866 483.428 69.2289 483.182 56.1391C482.942 43.3832 482.877 36.2433 482.819 31.3L484.084 32.5647C483.954 32.5662 483.826 32.5677 483.7 32.5692C479.736 32.6164 472.325 32.4489 465.384 32.4309L464.267 32.4447L464.253 31.3C464.257 29.5597 464.252 27.849 464.232 26.2295C464.2 23.5966 464.187 20.0774 464.18 16.3L464.165 15.1116L465.384 15.0965C473.197 15.0813 482.115 15.087 486.578 14.9767C493.198 14.8131 493.212 15.1702 498.562 15.3697Z' fill='%23171717'/%3E%3Cpath d='M552.474 57.2023L553.027 72.6439L544.378 73L543.826 57.5584L531.3 58.0741L531 49.6733L543.526 49.1576L542.996 34.3561L551.645 34L552.174 48.8015L564.7 48.2858L565 56.6866L552.474 57.2023Z' fill='white'/%3E%3Cpath d='M542.308 41.1285C542.37 38.7819 541.865 36.8213 541.585 34.4065L541.507 33.0336L542.938 32.945C543.817 32.8383 544.756 32.7612 545.796 32.7517C548.531 32.7266 549.643 32.9374 551.602 32.9656L552.62 32.9026L552.679 33.963C552.663 34.7955 552.679 35.7812 552.758 37.1098C553.022 41.5641 552.862 46.0361 553.125 48.0143C553.162 48.2958 553.183 48.5419 553.191 48.7651L552.132 47.7847C553.477 47.7275 553.992 48.1184 556.405 47.9082C559.217 47.6633 560.929 47.6687 563.401 47.756C563.74 47.7679 564.174 47.7754 564.679 47.7785L565.178 47.7476L565.207 48.2676C565.182 50.4454 565.23 53.9316 565.355 56.6739L565.375 57.0193L565.015 57.0416C563.753 57.1059 562.649 57.1854 561.902 57.2793C559.158 57.6245 556.001 57.3515 554.109 57.3339C553.519 57.3284 553.055 57.3068 552.698 57.2791C552.547 57.2673 552.476 57.2326 552.474 57.1956C552.474 57.1956 552.474 57.1955 552.474 57.1955C552.472 57.1494 552.578 57.0996 552.771 57.0858C553.708 57.0189 555.107 56.8865 556.756 56.6511C559.832 56.212 560.183 56.5428 564.347 56.2108C564.561 56.1937 564.772 56.1763 564.978 56.1588L564.472 56.7055C564.23 53.6645 563.946 51.4656 563.859 48.3159L564.734 49.1267C563.951 49.1528 563.11 49.1671 562.182 49.1662C558.073 49.1618 556.636 49.7994 552.219 49.8883L551.103 49.9111L551.087 48.8404C551.074 47.9729 551.083 46.9906 551.123 45.8507C551.33 39.9525 550.689 38.5611 550.265 34.0493L551.702 35.3793C550.902 35.4587 550.003 35.5318 548.964 35.5928C547.088 35.7029 545.075 35.7726 543.057 35.82L544.461 34.3037C544.558 39.7069 544.496 45.158 544.634 48.1862C544.648 48.4889 544.662 48.7991 544.677 49.1164L544.695 50.2863L543.573 50.3092C540.074 50.4929 535.709 50.74 531.05 50.8772L532.204 49.6302C532.222 50.3547 532.236 51.0862 532.248 51.8226C532.278 53.7693 532.359 55.8647 532.455 58.0329L531.253 56.9195C535.339 56.716 539.683 56.4583 543.778 56.3928L544.974 56.3684L544.992 57.5168C544.995 57.8373 544.997 58.1564 544.998 58.4736C545.011 62.8639 545.042 68.477 545.053 72.9759L544.35 72.3255C546.532 72.3087 548.452 72.2983 549.843 72.3001C551.139 72.3018 552.136 72.3029 553.012 72.2956L552.678 72.6564C552.672 70.6522 552.62 69.284 552.441 66.4381C552.294 64.0872 552.237 60.8434 552.373 58.0969C552.441 56.7146 552.616 57.0211 552.744 58.4053C552.931 60.4295 552.914 62.0972 553.156 63.135C553.639 65.2087 553.828 66.0906 553.684 68.7355C553.589 70.479 553.811 71.6046 553.971 72.6101L554.023 73.5293L553.065 73.5886C552.546 73.6742 552.059 73.7431 551.534 73.7435C550.157 73.7444 550.022 73.4883 544.413 73.8414L543.585 73.8927L543.536 73.0301C543.499 72.3728 543.453 71.6404 543.398 70.8219C542.972 64.4852 542.749 60.471 542.592 57.6025L543.877 58.7917C543.212 58.8317 542.609 58.8678 542.053 58.9018C539.733 59.0436 535.423 59.0604 531.347 59.2053L530.235 59.2742L530.169 58.1146C530.135 56.9959 530.092 55.8948 530.033 54.8571C529.955 53.4704 529.878 51.6706 529.8 49.7162L529.734 48.549L530.951 48.4737C535.313 48.2769 540.447 48.0744 543.472 47.8661L542.234 49.2038C542.213 48.8753 542.192 48.5716 542.171 48.2964C541.866 44.3502 542.222 44.3293 542.308 41.1285Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
#first_screen .cta h1 .speed {
  display: flex;
  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 .discount-block {
  height: 139px;
  background: #FBED22 url(../img/bg-price-dots.png) center bottom no-repeat;
  background-size: cover;
  border-radius: 20px;
  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: #FFF;
  align-items: center;
  justify-content: center;
  padding: 0 20px 15px 15px;
  margin-bottom: 38px;
  position: relative;
}
#first_screen .cta .discount-block .new_price {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 700;
  margin-top: -18px;
  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 .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 .value {
  font-weight: 600;
  font-size: 34px;
  line-height: 100%;
  -webkit-text-stroke: 1px #1E1E1E;
}
#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: #FFF;
  position: absolute;
  bottom: -50px;
  right: -115px;
  z-index: 1;
}
#first_screen .cta .discount-block .old_price:before {
  content: "";
  display: block;
  width: 105%;
  height: 2px;
  background-color: #FFF;
  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: -29px;
}
#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: #FFF;
  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;
}
#first_screen .cta img.img-akciya-1920 {
  display: block;
  width: 563px;
  right: 245px;
  bottom: -88px;
}
#first_screen .cta img.img-akciya-1024 {
  width: 467px;
  right: 173px;
  bottom: -20px;
}
#first_screen .cta img.img-akciya-768 {
  width: 593px;
  right: -200px;
  top: 125px;
  bottom: auto;
}
#first_screen .cta img.img-akciya-480 {
  width: 372px;
  right: -115px;
  top: 160px;
}
#first_screen .cta img.img-akciya-375 {
  width: 351px;
  right: -135px;
  top: 155px;
}
#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: #427ABE;
  border-color: #427ABE;
}
#first_screen .cta .form-block form .custom_checkbox .text a {
  color: #427ABE;
}
#first_screen .cta .form-block form .button {
  background: #F04F75;
  border-radius: 30px;
  color: #FFF;
  width: 100%;
  height: 56px;
  transition: all 0.2s;
}
#first_screen .cta .form-block form .button:hover {
  background: #427ABE;
  transition: all 0.2s;
}
#first_screen .cta .or_call, #first_screen .cta .phone-holder {
  display: flex;
}
@media (max-width: 1279px) {
  #first_screen {
    background-image: url(../img/bg-first-screen-march2026-1024-inet.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: 474px;
    height: 172px;
    background-image: url("data:image/svg+xml,%3Csvg width='474' height='172' viewBox='0 0 474 172' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.48 152H16.72V110.64H1.76V98.64H45.36V110.64H30.48V152ZM91.0294 152H51.9094V98.64H91.0294V110.64H65.6694V118.96H90.4694V130.96H65.6694V140H91.0294V152ZM134.219 152H99.0188V98.64H112.779V140H134.219V152ZM180.483 152H141.363V98.64H180.483V110.64H155.123V118.96H179.923V130.96H155.123V140H180.483V152ZM220.152 152H202.872L182.792 98.64H198.392L211.512 137.12L224.712 98.64H240.312L220.152 152ZM258.013 152H244.253V98.64H258.013V152ZM265.693 94.16H236.653V87.36H265.693V94.16ZM307.373 152H265.933V141.04L288.653 110.64H265.933V98.64H306.813V109.6L284.013 140H307.373V152ZM329.029 152H315.269V98.64H329.029V152ZM348.708 152.96C343.348 152.96 338.068 151.68 334.068 148.16L339.828 137.68C341.748 139.28 344.308 140.8 347.508 140.8C351.828 140.8 354.628 138 354.628 133.52V98.64H368.388V133.68C368.388 146.88 360.388 152.96 348.708 152.96ZM426.874 152H411.274L408.634 144.32H387.594L384.954 152H369.354L389.434 98.64H406.714L426.874 152ZM404.874 132.32L398.074 112.24L391.274 132.32H404.874Z' fill='white'/%3E%3Cpath d='M28.3025 97.7097C32.5827 97.9092 35.9521 97.0275 41.1691 97.1521C42.9583 97.1949 44.2258 97.278 45.36 97.3644L46.6155 97.345L46.6356 98.64C46.4699 100.813 46.2917 102.496 46.3608 106.422C46.3858 107.843 46.3868 109.264 46.3764 110.64L46.3918 111.64L45.36 111.656C40.9481 111.623 36.9931 111.472 34.9654 111.618C32.957 111.763 32.3049 111.468 30.48 111.37L31.2097 110.64C31.1779 111.232 31.1669 111.948 31.1985 112.873C31.3275 116.651 31.2517 118.94 31.0628 122.244C30.8739 125.548 30.7127 135.697 30.9447 139.388C31.1767 143.079 30.7741 147.289 30.6786 149.82C30.6489 150.609 30.6082 151.23 30.5658 151.705C30.5479 151.907 30.5103 152 30.4732 152C30.4732 152 30.4732 152 30.4732 152C30.427 152 30.3816 151.856 30.3758 151.597C30.3475 150.339 30.2728 148.46 30.1053 146.24C29.7931 142.101 30.1381 141.648 29.9777 136.059C29.8173 130.469 29.4966 127.111 29.704 120.534C29.8383 116.273 29.5214 114.139 29.4152 110.64L29.432 109.559L30.48 109.575C32.3821 109.518 34.6875 109.522 37.957 109.695C41.2046 109.867 43.4356 109.868 45.36 109.791L44.5113 110.64C44.3693 107.085 43.9623 104.577 43.8803 98.64L45.36 100.12C45.3238 100.12 45.2875 100.121 45.2511 100.121C35.9997 100.242 24.3216 99.7411 18.7448 99.7826C14.1159 99.8171 8.16883 99.8958 1.76 99.853L2.97304 98.64C2.96429 99.9525 2.95044 101.284 2.93008 102.628C2.89199 105.142 2.89659 107.844 2.91371 110.64L1.76 109.486C6.6232 109.457 11.7726 109.389 16.72 109.442L17.9361 109.461L17.9179 110.64C17.9055 111.793 17.8865 112.935 17.859 114.061C17.6453 122.787 17.3753 135.125 17.1945 140.825C17.03 146.007 16.9814 147.626 17.0569 152L16.72 151.663C17.1571 151.656 17.6217 151.647 18.1202 151.637C21.2737 151.573 25.6181 151.633 29.2876 151.867C31.1343 151.984 30.7159 152.148 28.8571 152.226C26.1389 152.341 23.9075 152.264 22.507 152.469C20.2224 152.803 19.0101 152.969 16.72 152.889L15.8452 152.902L15.8313 152C15.8492 151.485 15.8796 150.915 15.9233 150.266C16.1613 146.733 15.6205 145.068 15.6827 143.009C15.745 140.949 16.064 140.983 15.8182 130.511C15.5787 120.307 15.5131 114.595 15.4553 110.64L16.72 111.905C16.6164 111.906 16.5141 111.908 16.4129 111.909C13.2421 111.956 7.31304 111.789 1.76 111.771L0.646849 111.788L0.629087 110.64C0.633595 109.248 0.628704 107.879 0.608673 106.584C0.576108 104.477 0.563883 101.662 0.556537 98.64L0.538211 97.4554L1.76 97.4365C8.0106 97.4213 15.1448 97.427 18.7152 97.3167C24.0116 97.1532 24.0225 97.5102 28.3025 97.7097ZM74.8324 111.57C71.6084 111.468 68.7356 111.649 65.6694 111.834L66.8634 110.64C67.0161 113.178 67.1711 115.848 67.1694 118.96L65.6694 117.46C66.1407 117.46 66.6221 117.464 67.1147 117.472C74.7895 117.597 75.9389 118.064 84.7285 117.959C86.6591 117.936 88.59 117.933 90.4694 117.941L91.4771 117.931L91.4879 118.96C91.4686 123.506 91.3874 127.75 91.3849 130.96L91.3944 131.866L90.4694 131.876C88.9651 131.874 87.688 131.89 86.7136 131.938C82.8002 132.13 82.3872 131.549 76.8298 131.678C72.3248 131.783 69.2584 131.753 65.6694 131.637L66.3466 130.96C66.3196 131.798 66.2879 132.665 66.2522 133.585C66.1965 135.016 66.1433 137.321 66.1018 140L65.6694 139.568C72.0857 139.667 80.6455 139.699 84.476 139.535C86.608 139.444 88.8577 139.451 91.0294 139.499L91.5255 139.493L91.5309 140C91.4573 143.359 91.286 146.532 91.228 148.794C91.1983 149.954 91.1576 150.867 91.1152 151.566C91.0973 151.863 91.0597 152 91.0226 152C91.0226 152 91.0226 152 91.0225 152C90.9764 152 90.931 151.788 90.9252 151.406C90.8968 149.557 90.8221 146.792 90.6547 143.526C90.5822 142.113 90.5452 140.991 90.529 140L91.0294 140.5C87.7499 140.554 85.8918 140.379 79.5777 140.502C74.2955 140.605 70.3678 140.775 65.6694 140.827L64.8334 140.819L64.842 140C64.8125 137.384 64.8192 134.53 64.8933 131.07C64.8941 131.033 64.8949 130.996 64.8956 130.96L64.9039 130.178L65.6694 130.186C75.0983 130.382 77.4347 129.553 90.4694 129.993L89.5022 130.96C89.5094 130.748 89.5168 130.533 89.5247 130.315C89.7062 125.274 89.6971 121.898 89.6073 118.96L90.4694 119.822C85.4476 119.976 81.7063 120.365 73.1198 120.441C70.7241 120.462 68.2178 120.464 65.6694 120.453L64.1603 120.438L64.1759 118.96C64.1877 116.207 64.2145 113.405 64.2485 110.64L64.2636 109.204L65.6694 109.219C74.8868 109.332 83.6928 109.524 88.893 109.497C89.5855 109.494 90.2981 109.49 91.0294 109.486L89.875 110.64C89.8542 107.041 89.8264 102.988 89.8126 98.64L91.0294 99.8568C85.7937 99.8735 80.1294 99.87 74.3121 99.8101C67.4962 99.7399 59.7437 99.8147 51.9094 99.8456L53.115 98.64C53.1368 104.174 53.1368 109.749 53.0483 115.064C52.8535 126.769 52.6119 142.89 52.4337 152L51.9094 151.476C52.791 151.493 53.607 151.51 54.347 151.526C62.7319 151.706 64.7757 151.747 72.8466 151.637C77.4859 151.573 83.8769 151.633 89.2752 151.867C91.992 151.984 91.3764 152.148 88.6418 152.226C84.6431 152.341 81.3605 152.264 79.3001 152.469C75.183 152.878 73.4331 153.035 68.2356 152.797C63.0383 152.559 60.5893 153.099 57.5596 153.037C55.8256 153.002 55.1003 152.882 51.9094 152.832L51.0861 152.841L51.0773 152C51.1145 149.615 51.1127 145.854 51.0076 139.265C50.7618 123.859 50.6991 115.414 50.6401 109.58C50.6135 106.949 50.6552 103.026 50.6999 98.64L50.6873 97.4433L51.9094 97.4305C57.248 97.4848 63.2735 97.5435 68.493 97.4887C74.0651 97.4301 83.0101 97.4373 91.0294 97.4204L92.236 97.4077L92.249 98.64C92.2586 103.204 92.276 107.468 92.3179 110.64L92.3313 111.915L91.0294 111.929C90.2645 111.939 89.5632 111.95 88.9365 111.963C81.1449 112.127 81.1289 111.77 74.8324 111.57ZM109.671 97.7097C110.753 97.7649 111.771 97.7373 112.779 97.6711L113.731 97.655L113.748 98.64C113.92 101.274 114.357 103.838 114.267 107.284C114.142 112.049 113.674 112.763 113.78 118.22C113.885 123.677 113.565 129.137 113.757 131.566C113.949 133.996 113.368 134.252 113.497 137.703C113.528 138.537 113.548 139.292 113.556 140L112.779 139.223C114.997 139.196 116.753 139.274 119.04 139.417C121.924 139.598 130.521 139.753 134.219 139.564L134.647 139.557L134.655 140C134.664 140.171 134.673 140.332 134.683 140.481C134.915 143.852 134.513 147.697 134.417 150.009C134.388 150.729 134.347 151.296 134.305 151.731C134.287 151.915 134.249 152 134.212 152C134.212 152 134.212 152 134.212 152C134.166 152 134.12 151.868 134.115 151.631C134.086 150.483 134.012 148.767 133.844 146.739C133.594 143.713 133.765 142.844 133.761 140L134.219 140.457C133.51 140.458 132.677 140.47 131.658 140.502C126.553 140.663 123.486 140.983 117.479 140.776C115.57 140.71 114.129 140.753 112.779 140.826L111.939 140.812L111.953 140C111.796 137.1 111.498 134.62 111.834 128.834C112.326 120.355 111.418 119.462 111.298 111.012C111.242 107.105 111.319 102.725 111.414 98.64L112.779 100.005C108.029 99.8947 103.68 99.7603 100.941 99.7826C100.325 99.7876 99.6835 99.7936 99.0188 99.8L100.179 98.64C100.225 103.472 100.294 109.526 100.189 115.874C100.069 123.095 100.371 132.009 100.158 139.979C100.061 143.598 99.9521 147.897 99.8455 152L99.0188 151.173C103.952 151.301 108.602 151.427 111.444 151.526C116.65 151.706 117.919 151.747 122.93 151.637C125.81 151.573 129.778 151.633 133.13 151.867C134.816 151.984 134.434 152.148 132.736 152.226C130.254 152.341 128.216 152.264 126.936 152.469C124.38 152.878 123.294 153.035 120.067 152.797C116.84 152.559 115.32 153.099 113.439 153.037C111.557 152.975 111.588 152.656 102.024 152.902C100.971 152.929 99.9705 152.954 99.0188 152.977L98.0591 152.993L98.0423 152C97.8575 144.306 97.802 139.798 97.7495 136.575C97.6905 132.953 97.9674 125.389 97.8674 119.486C97.7788 114.25 97.8408 104.217 97.7418 98.64L97.7206 97.3851L99.0188 97.3631C99.7293 97.3504 100.367 97.3352 100.914 97.3167C105.752 97.1532 105.762 97.5102 109.671 97.7097ZM164.286 111.57C161.061 111.468 158.189 111.649 155.122 111.834L156.317 110.64C156.469 113.178 156.624 115.848 156.622 118.96L155.122 117.46C155.594 117.46 156.075 117.464 156.568 117.472C164.243 117.597 165.392 118.064 174.182 117.959C176.112 117.936 178.043 117.933 179.923 117.941L180.93 117.931L180.941 118.96C180.922 123.506 180.841 127.75 180.838 130.96L180.848 131.866L179.923 131.876C178.418 131.874 177.141 131.89 176.167 131.938C172.253 132.13 171.84 131.549 166.283 131.678C161.778 131.783 158.712 131.753 155.122 131.637L155.8 130.96C155.773 131.798 155.741 132.665 155.705 133.585C155.65 135.016 155.596 137.321 155.555 140L155.122 139.568C161.539 139.667 170.099 139.699 173.929 139.535C176.061 139.444 178.311 139.451 180.482 139.499L180.979 139.493L180.984 140C180.91 143.359 180.739 146.532 180.681 148.794C180.651 149.954 180.611 150.867 180.568 151.566C180.55 151.863 180.513 152 180.476 152C180.476 152 180.476 152 180.476 152C180.43 152 180.384 151.788 180.378 151.406C180.35 149.557 180.275 146.792 180.108 143.526C180.035 142.113 179.998 140.991 179.982 140L180.482 140.5C177.203 140.554 175.345 140.379 169.031 140.502C163.749 140.605 159.821 140.775 155.122 140.827L154.286 140.819L154.295 140C154.266 137.384 154.272 134.53 154.346 131.07C154.347 131.033 154.348 130.996 154.349 130.96L154.357 130.178L155.122 130.186C164.551 130.382 166.888 129.553 179.923 129.993L178.955 130.96C178.962 130.748 178.97 130.533 178.978 130.315C179.159 125.274 179.15 121.898 179.06 118.96L179.923 119.822C174.901 119.976 171.159 120.365 162.573 120.441C160.177 120.462 157.671 120.464 155.122 120.453L153.613 120.438L153.629 118.96C153.641 116.207 153.668 113.405 153.702 110.64L153.717 109.204L155.122 109.219C164.34 109.332 173.146 109.524 178.346 109.497C179.039 109.494 179.751 109.49 180.482 109.486L179.328 110.64C179.307 107.041 179.28 102.988 179.266 98.64L180.482 99.8568C175.247 99.8735 169.583 99.87 163.765 99.8101C156.949 99.7399 149.197 99.8147 141.363 99.8456L142.568 98.64C142.59 104.174 142.59 109.749 142.501 115.064C142.307 126.769 142.065 142.89 141.887 152L141.363 151.476C142.244 151.493 143.06 151.51 143.8 151.526C152.185 151.706 154.229 151.747 162.3 151.637C166.939 151.573 173.33 151.633 178.728 151.867C181.445 151.984 180.829 152.148 178.095 152.226C174.096 152.341 170.814 152.264 168.753 152.469C164.636 152.878 162.886 153.035 157.689 152.797C152.491 152.559 150.042 153.099 147.013 153.037C145.279 153.002 144.553 152.882 141.363 152.832L140.539 152.841L140.53 152C140.568 149.615 140.566 145.854 140.461 139.265C140.215 123.859 140.152 115.414 140.093 109.58C140.067 106.949 140.108 103.026 140.153 98.64L140.14 97.4433L141.363 97.4305C146.701 97.4848 152.727 97.5435 157.946 97.4887C163.518 97.4301 172.463 97.4373 180.482 97.4204L181.689 97.4077L181.702 98.64C181.712 103.204 181.729 107.468 181.771 110.64L181.784 111.915L180.482 111.929C179.718 111.939 179.016 111.95 178.39 111.963C170.598 112.127 170.582 111.77 164.286 111.57ZM212.596 131.092C214.531 126.065 215.072 121.771 217.319 115.606C219.566 109.44 220.327 108.663 222.665 101.521C223.018 100.443 223.381 99.3678 223.745 98.3082L223.969 97.6265L224.712 97.6174C231.011 97.6189 236.858 97.8248 239.699 97.6617C239.915 97.6493 240.119 97.6401 240.312 97.6337L241.756 97.6167L241.253 98.9956C240.351 101.644 239.672 102.025 238.215 106.224C236.656 110.714 235.568 113.38 233.923 117.2C232.278 121.02 227.615 132.904 226.192 137.328C224.769 141.752 222.521 146.562 221.306 149.506C220.928 150.423 220.614 151.139 220.363 151.684C220.257 151.914 220.18 152.011 220.146 151.998C220.146 151.998 220.146 151.998 220.145 151.998C220.102 151.981 220.124 151.795 220.234 151.489C220.766 149.999 221.531 147.762 222.362 145.091C223.909 140.111 224.433 139.701 226.767 133.069C229.102 126.436 230.294 122.372 233.411 114.708C236.092 108.118 236.364 105.654 239.303 98.259L240.312 99.718C239.016 99.6958 237.572 99.6536 235.937 99.5847C230.737 99.3657 227.609 99.4242 224.712 99.5672L225.589 98.9408C224.586 102.412 223.824 105.588 221.793 111.713C218.979 120.203 215.233 130.279 212.634 137.505L211.486 140.786L210.389 137.503C209.675 135.305 209.038 133.374 208.505 131.842C206.202 125.217 203.063 116.336 199.967 106.887C199.149 104.387 198.249 101.742 197.307 99.0099L198.392 99.7863C193.364 99.8037 188.046 99.858 182.792 99.8577L183.932 98.2111C185.037 101.15 186.117 104.075 187.125 106.921C190.79 117.268 196.002 131.885 198.358 138.657C200.502 144.823 201.173 146.743 203.188 151.881L202.872 151.663C203.414 151.655 203.991 151.647 204.608 151.637C208.574 151.573 214.038 151.633 218.652 151.867C220.975 151.984 220.449 152.148 218.111 152.226C214.693 152.341 211.886 152.264 210.125 152.469C207.26 152.802 205.736 152.968 202.872 152.889L202.267 152.897L202.039 152.313C201.826 151.694 201.599 151.006 201.35 150.217C200.008 145.975 198.764 144.206 197.91 141.76C197.056 139.314 197.37 139.241 192.502 127.002C187.633 114.763 185.032 108.029 183.22 103.382C182.771 102.231 182.224 100.76 181.611 99.0845L180.954 97.3995L182.792 97.3779C187.254 97.4173 193.065 97.5179 198.392 97.5102L199.186 97.5004L199.461 98.2754C199.831 99.3553 200.199 100.412 200.559 101.429C203.277 109.09 208.523 124.759 210.827 131.011C211.853 133.794 212.356 135.363 212.735 136.703L210.29 136.701C210.939 135.091 211.522 133.881 212.596 131.092ZM252.326 97.7097C254.314 97.8435 256.017 97.491 258.013 97.2819L259.34 97.2522L259.371 98.64C259.474 99.6201 259.542 100.671 259.501 101.86C259.376 105.472 258.909 106.012 259.014 110.148C259.119 114.284 258.799 118.422 258.991 120.264C259.184 122.105 258.603 122.3 258.732 124.915C258.861 127.53 258.785 129.114 258.596 131.401C258.407 133.688 258.246 140.715 258.478 143.27C258.71 145.825 258.307 148.739 258.212 150.491C258.182 151.037 258.141 151.467 258.099 151.796C258.081 151.935 258.043 152 258.006 152C258.006 152 258.006 152 258.006 152C257.96 152 257.915 151.9 257.909 151.721C257.881 150.85 257.806 149.549 257.638 148.013C257.326 145.147 257.671 144.834 257.511 140.965C257.35 137.095 257.03 134.771 257.237 130.218C257.444 125.665 256.577 124.619 257.068 118.193C257.56 111.766 256.653 111.09 256.532 104.686C256.496 102.768 256.515 100.7 256.559 98.64L258.013 100.094C253.192 99.9906 248.415 99.7535 245.71 99.7826C245.243 99.7876 244.757 99.7936 244.253 99.8L245.413 98.64C245.46 102.302 245.529 106.89 245.423 111.701C245.303 117.174 245.606 123.93 245.392 129.971C245.178 136.012 244.908 144.553 244.728 148.499C244.659 149.986 244.611 151.049 244.583 152L244.253 151.67C245.825 151.716 247.091 151.706 249.457 151.637C251.64 151.573 254.647 151.633 257.188 151.867C258.466 151.984 258.176 152.148 256.89 152.226C255.008 152.341 253.463 152.264 252.494 152.469C250.557 152.878 249.733 153.035 247.287 152.797C245.99 152.67 245.057 152.763 244.253 152.869L243.404 152.888L243.384 152C243.29 151.289 243.187 150.68 243.216 150.011C243.278 148.585 243.597 148.608 243.351 141.359C243.106 134.11 243.043 130.136 242.984 127.391C242.925 124.646 243.202 118.913 243.102 114.44C243.013 110.471 243.075 102.867 242.976 98.64L242.948 97.3922L244.253 97.3631C244.792 97.3504 245.275 97.3352 245.69 97.3167C249.356 97.1532 249.364 97.5102 252.326 97.7097ZM240.964 86.4297C242.546 86.6292 243.792 85.7475 245.72 85.8721C247.648 85.9967 247.937 86.4644 250.146 86.3592C252.354 86.254 254.564 86.5738 255.547 86.3817C256.53 86.1895 256.634 86.7706 258.03 86.6415C259.427 86.5125 260.273 86.5883 261.494 86.7772C262.281 86.899 264.12 87.0092 265.693 87.0101L266.028 86.9961L266.043 87.36C266.043 88.2271 266.075 89.0134 266.158 89.4982C266.39 90.8625 265.987 92.4185 265.892 93.3543C265.862 93.6458 265.821 93.8752 265.779 94.0511C265.761 94.1255 265.723 94.16 265.686 94.16C265.686 94.16 265.686 94.16 265.686 94.16C265.64 94.16 265.595 94.1066 265.589 94.0109C265.561 93.5461 265.486 92.8515 265.318 92.0309C265.006 90.5008 265.351 90.3336 265.191 88.2675C265.166 87.9477 265.137 87.6477 265.107 87.36L265.693 87.9457C264.122 88.1093 262.917 88.3113 260.862 88.136C258.431 87.9287 257.873 88.7965 254.441 88.3047C251.01 87.8129 250.648 88.7205 247.229 88.8412C243.809 88.9619 239.493 88.4611 237.431 88.5026C237.182 88.5076 236.922 88.5136 236.653 88.52L237.813 87.36C237.858 89.2711 237.925 91.6548 237.83 94.16L236.653 92.983C236.711 92.9852 236.769 92.9875 236.827 92.9899C239.75 93.1097 243.357 92.8073 246.583 93.021C249.809 93.2347 254.369 93.5047 256.476 93.6855C258.583 93.8664 259.097 93.9072 261.124 93.7967C262.29 93.7332 263.896 93.793 265.252 94.0267C265.935 94.1442 265.78 94.3079 265.093 94.3863C264.088 94.5008 263.264 94.4243 262.746 94.6289C261.712 95.0378 261.272 95.1946 259.966 94.9566C258.66 94.7187 258.045 95.2595 257.283 95.1973C256.522 95.135 256.535 94.816 252.664 95.0618C248.793 95.3075 246.671 95.3702 245.205 95.4292C243.739 95.4882 240.679 95.2114 238.29 95.3113C237.824 95.3308 237.266 95.343 236.653 95.3512L235.514 95.3989L235.462 94.16C235.433 91.9817 235.453 89.1215 235.376 87.36L235.325 86.1386L236.653 86.0831C236.941 86.0704 237.199 86.0552 237.42 86.0367C239.378 85.8732 239.382 86.2302 240.964 86.4297ZM281.048 97.7097C286.572 97.9092 290.921 97.0275 297.654 97.1521C301.967 97.232 303.931 97.4526 306.812 97.5732L307.866 97.5605L307.879 98.64C307.812 100.257 307.776 102.162 307.813 104.933C307.835 106.501 307.839 108.068 307.833 109.6L307.837 109.928L307.629 110.212C304.008 115.001 300.599 119.261 299.08 121.541C297.174 124.403 296.491 124.344 293.669 128.322C290.848 132.299 289.014 134.617 286.305 137.915C285.819 138.506 285.165 139.324 284.401 140.292L284.013 139.514C289.659 139.651 299.186 139.726 303.096 139.535C304.488 139.468 305.937 139.454 307.372 139.471L307.895 139.465L307.902 140C307.86 143.477 307.639 146.874 307.571 149.187C307.541 150.205 307.501 151.006 307.458 151.62C307.44 151.88 307.403 152 307.366 152C307.366 152 307.366 152 307.366 152C307.32 152 307.274 151.814 307.268 151.479C307.24 149.857 307.165 147.431 306.998 144.566C306.882 142.582 306.857 141.255 306.862 140L307.372 140.51C305.249 140.5 303.334 140.401 298.799 140.502C293.233 140.626 289.381 140.845 284.013 140.844L282.317 140.828L283.338 139.494C284.291 138.223 285.34 136.857 286.542 135.335C291.8 128.669 292.276 126.588 299.858 117.298C302.791 113.704 304.594 111.268 306.112 109.075L305.937 109.6C305.807 106.207 305.543 103.406 305.405 98.64L306.812 100.047C305.646 100.081 304.361 100.107 302.922 100.121C290.982 100.242 275.91 99.7411 268.713 99.7826C267.823 99.7878 266.895 99.7939 265.932 99.8004L267.093 98.64C267.117 102.229 267.148 106.292 267.156 110.64L265.932 109.417C269.844 109.409 273.985 109.42 278.22 109.47C281.492 109.508 285.011 109.503 288.652 109.486L290.967 109.508L289.577 111.331C284.989 117.531 280.116 124.208 275.419 130.249C272.758 133.672 269.677 137.644 266.634 141.564L266.808 141.04C266.738 144.844 266.669 148.611 266.603 152L265.932 151.329C269.607 151.401 272.838 151.468 275.192 151.526C282.548 151.706 284.34 151.747 291.421 151.637C295.491 151.573 301.098 151.633 305.834 151.867C308.217 151.984 307.677 152.148 305.278 152.226C301.77 152.341 298.89 152.264 297.083 152.469C293.471 152.878 291.936 153.035 287.376 152.797C282.816 152.559 280.668 153.099 278.01 153.037C275.649 152.982 275.42 152.724 265.932 152.839L265.103 152.849L265.093 152C265.079 150.804 265.058 149.461 265.031 147.948C264.985 145.444 264.946 143.149 264.912 141.04L264.908 140.713L265.115 140.429C270.547 132.911 273.913 128.322 276.37 124.954C278.772 121.662 283.457 115.67 287.746 109.963L288.652 111.771C286.824 111.766 285.025 111.771 283.325 111.791C278.981 111.843 272.302 111.843 265.932 111.855L264.733 111.869L264.718 110.64C264.71 106.188 264.697 101.887 264.656 98.64L264.641 97.3793L265.932 97.3639C266.962 97.3511 267.886 97.3356 268.675 97.3167C275.51 97.1532 275.524 97.5102 281.048 97.7097ZM323.342 97.7097C325.329 97.8435 327.033 97.491 329.029 97.2819L330.356 97.2522L330.387 98.64C330.49 99.6201 330.558 100.671 330.517 101.86C330.392 105.472 329.924 106.012 330.03 110.148C330.135 114.284 329.815 118.422 330.007 120.264C330.199 122.105 329.618 122.3 329.747 124.915C329.876 127.53 329.8 129.114 329.612 131.401C329.423 133.688 329.261 140.715 329.493 143.27C329.725 145.825 329.323 148.739 329.227 150.491C329.198 151.037 329.157 151.467 329.115 151.796C329.097 151.935 329.059 152 329.022 152C329.022 152 329.022 152 329.022 152C328.976 152 328.93 151.9 328.925 151.721C328.896 150.85 328.822 149.549 328.654 148.013C328.342 145.147 328.687 144.834 328.526 140.965C328.366 137.095 328.045 134.771 328.253 130.218C328.46 125.665 327.592 124.619 328.084 118.193C328.576 111.766 327.668 111.09 327.548 104.686C327.511 102.768 327.531 100.7 327.575 98.64L329.029 100.094C324.208 99.9906 319.43 99.7535 316.726 99.7826C316.259 99.7876 315.773 99.7936 315.269 99.8L316.429 98.64C316.475 102.302 316.544 106.89 316.439 111.701C316.319 117.174 316.621 123.93 316.408 129.971C316.194 136.012 315.924 144.553 315.743 148.499C315.675 149.986 315.627 151.049 315.599 152L315.269 151.67C316.841 151.716 318.106 151.706 320.473 151.637C322.656 151.573 325.663 151.633 328.203 151.867C329.482 151.984 329.192 152.148 327.905 152.226C326.024 152.341 324.479 152.264 323.509 152.469C321.572 152.878 320.749 153.035 318.303 152.797C317.006 152.67 316.072 152.763 315.269 152.869L314.419 152.888L314.4 152C314.306 151.289 314.202 150.68 314.232 150.011C314.294 148.585 314.613 148.608 314.367 141.359C314.121 134.11 314.059 130.136 314 127.391C313.94 124.646 314.217 118.913 314.117 114.44C314.029 110.471 314.091 102.867 313.992 98.64L313.964 97.3922L315.269 97.3631C315.807 97.3504 316.291 97.3352 316.705 97.3167C320.372 97.1532 320.379 97.5102 323.342 97.7097ZM363.222 97.7097C365.04 97.8106 366.662 97.6347 368.388 97.4524L369.553 97.4309L369.576 98.64C369.754 100.325 369.938 102.109 369.876 104.271C369.751 108.649 369.284 109.304 369.389 114.318C369.494 119.331 369.174 124.348 369.366 126.58C369.559 128.812 368.978 129.048 369.107 132.218C369.128 132.735 369.143 133.22 369.154 133.68C369.19 136.104 368.941 137.883 368.225 140.169C367.803 141.516 366.807 144.305 364.957 146.6C363.156 148.944 360.588 150.555 359.201 151.314C356.397 152.947 352.661 153.107 350.55 153.107C349.882 153.115 349.361 153.084 348.958 153.045C348.787 153.028 348.708 152.99 348.708 152.953C348.708 152.953 348.708 152.953 348.708 152.953C348.708 152.907 348.831 152.862 349.048 152.854C350.094 152.814 351.677 152.678 353.461 152.207C356.688 151.173 357.324 151.619 361.123 149.079C364.628 146.191 365.898 143.596 367.201 138.485C367.628 136.525 367.609 135.081 367.521 133.68C367.361 131.271 367.135 128.95 367.443 124.07C367.935 116.279 367.028 115.46 366.907 107.696C366.862 104.835 366.902 101.697 366.969 98.64L368.388 100.06C363.153 99.9464 358.157 99.7564 355.202 99.7826C355.013 99.7843 354.822 99.7861 354.628 99.7879L355.776 98.64C355.82 103.253 355.913 109.299 355.798 115.665C355.701 121.027 355.88 127.405 355.84 133.52C355.833 135.131 355.47 136.805 354.59 138.216C353.266 140.515 350.246 141.889 347.508 141.735C344.301 141.69 341.389 140.021 339.384 138.213L340.436 138.014C339.063 140.346 337.846 142.404 336.975 143.856C335.792 145.828 335.039 147.084 334.342 148.31L334.274 147.926C335.391 148.916 336.577 149.785 338.74 150.7C341.127 151.732 344.649 152.519 347.712 152.812C349.252 152.953 348.912 153.128 347.337 153.158C345.029 153.179 343.171 152.753 341.964 152.664C339.561 152.434 338.396 152.261 335.847 150.477C334.921 149.789 334.191 149.235 333.551 148.748L333.083 148.351L333.382 147.783C333.924 146.601 334.21 145.667 334.768 144.734C335.587 143.363 335.876 143.41 339.079 137.268L339.554 136.364L340.375 137.023C340.805 137.365 341.284 137.713 341.821 138.048C343.82 139.303 345.799 139.783 347.508 139.729C351.981 139.581 353.141 136.456 353.301 134.534C353.33 134.233 353.35 133.896 353.351 133.52C353.354 129.912 353.566 123.838 353.477 118.985C353.381 113.773 353.462 103.387 353.323 98.64L353.299 97.3592L354.628 97.3347C354.821 97.3291 355.004 97.3231 355.177 97.3167C359.622 97.1532 359.631 97.5102 363.222 97.7097ZM383.784 111.013C385.524 106.955 385.922 103.395 387.932 98.408C387.971 98.3099 388.011 98.2135 388.049 98.1187L388.388 97.1756L389.434 97.1599C394.532 97.2949 395.424 97.7423 401.459 97.6392C403.238 97.6088 405.017 97.6139 406.714 97.6319L407.396 97.6216L407.657 98.2837C409.092 102.205 410.277 105.689 411.094 107.464C412.242 109.96 411.801 110.436 413.297 114.031C414.794 117.627 415.557 119.86 416.583 123.112C417.61 126.363 421.155 136.204 422.716 139.679C424.277 143.155 425.434 147.355 426.266 149.829C426.526 150.599 426.714 151.212 426.847 151.686C426.904 151.886 426.903 151.989 426.868 152.002C426.868 152.002 426.868 152.002 426.868 152.002C426.825 152.019 426.73 151.896 426.63 151.648C426.146 150.446 425.391 148.661 424.426 146.58C422.627 142.701 422.785 142.143 420.599 136.812C418.413 131.48 416.89 128.357 414.689 121.944C412.488 115.531 411.126 114.382 408.205 105.26C407.336 102.543 406.618 100.581 405.947 98.9298L406.714 99.4599C402.512 99.5636 400.023 100.036 393.329 100.121C392.067 100.137 390.763 100.142 389.434 100.139L390.837 99.168C387.75 107.315 383.978 116.281 382.256 120.96C380.271 126.353 377.652 133.614 374.67 141.196C373.318 144.634 371.909 148.471 370.459 152.416L369.354 150.82C374.419 150.782 379.651 150.744 384.565 150.861C384.694 150.864 384.824 150.867 384.954 150.87L383.886 151.633C384.758 149.279 385.722 146.67 386.703 144.014L386.936 143.368L387.594 143.378C394.879 143.544 402.493 143.717 406.662 143.846C407.381 143.868 408.033 143.888 408.634 143.906L408.936 143.91L409.026 144.185C410.025 147.4 410.572 149.095 411.573 151.897L411.274 151.684C412.113 151.674 413.047 151.658 414.139 151.637C417.388 151.573 421.865 151.633 425.646 151.867C427.549 151.984 427.117 152.148 425.202 152.226C422.401 152.341 420.102 152.264 418.659 152.469C415.874 152.864 414.635 153.024 411.274 152.82L410.702 152.828L410.499 152.266C410.467 152.152 410.435 152.034 410.402 151.914C409.444 148.394 408.375 146.947 407.744 144.92C407.715 144.828 407.688 144.739 407.663 144.654L408.634 145.347C406.771 145.267 406.333 144.987 396.035 145.222C392.814 145.295 390.028 145.352 387.594 145.398L388.614 144.67C387.604 147.796 386.784 150.307 386.099 152.394L385.836 153.197L384.954 153.211C383.327 153.234 381.944 153.252 380.724 153.269C378.162 153.306 373.854 153.211 369.354 153.16L367.696 153.184L368.269 151.592C369.241 149.096 370.222 146.531 371.062 144.193C373.314 137.925 378.168 125.286 379.937 120.12C381.706 114.955 382.044 115.07 383.784 111.013ZM395.694 122.169C395.109 123.276 395.632 124.48 395.03 125.867C394.429 127.254 393.914 127.318 393.46 128.986C393.068 130.429 392.373 131.77 392.152 132.617L391.274 131.394C391.41 131.384 391.532 131.368 391.635 131.342C392.403 131.15 392.484 131.731 393.575 131.602C394.666 131.472 395.327 131.548 396.281 131.737C397.235 131.926 400.167 132.087 401.232 131.855C402.298 131.623 403.514 132.026 404.245 132.121C404.473 132.151 404.652 132.192 404.789 132.234C404.847 132.252 404.874 132.29 404.874 132.327C404.874 132.327 404.874 132.327 404.874 132.327C404.874 132.373 404.833 132.418 404.758 132.424C404.395 132.453 403.852 132.527 403.211 132.695C402.016 133.007 401.885 132.662 400.271 132.822C398.657 132.983 397.687 133.303 395.788 133.096C394.014 132.902 393.516 133.646 391.274 133.345L389.796 133.268L390.303 131.991C390.375 131.848 390.453 131.698 390.541 131.54C391.867 129.159 391.098 128.601 391.84 126.031C392.583 123.462 394.139 120.429 394.616 118.89C395.093 117.351 395.687 115.269 396.533 113.145C396.693 112.742 396.845 112.316 396.994 111.874L398.169 108.685L399.155 111.874C399.799 113.757 400.673 115.824 401.164 117.814C401.77 120.269 402.657 123.73 403.014 125.348C403.371 126.965 403.461 127.358 404.074 128.823C404.426 129.665 404.772 130.872 404.89 131.951C404.95 132.494 404.756 132.432 404.51 131.949C404.149 131.242 404.015 130.607 403.692 130.29C403.045 129.655 402.786 129.38 402.685 128.338C402.583 127.295 401.916 127.013 401.785 126.43C401.653 125.846 401.958 125.753 400.755 122.968C399.552 120.182 398.961 118.632 398.538 117.567C398.131 116.54 397.647 114.319 396.993 112.606H399.156C399.136 112.674 399.116 112.741 399.098 112.807C398.594 114.607 397.29 118.172 396.954 119.673C396.619 121.174 396.28 121.062 395.694 122.169Z' fill='%23171717'/%3E%3Cpath d='M18.56 66H4.8V12.64H18.56V66ZM77.7594 66H64.4794L41.9194 35.12V66H28.1594V12.64H42.3194L63.9194 42V12.64H77.7594V66ZM113.058 66H99.2981V24.64H84.3381V12.64H127.938V24.64H113.058V66ZM173.608 66H134.488V12.64H173.608V24.64H148.248V32.96H173.048V44.96H148.248V54H173.608V66ZM227.117 66H211.357L202.397 48.08H195.357V66H181.597V12.64H208.317C220.157 12.64 226.877 20.48 226.877 30.4C226.877 39.68 221.197 44.64 216.237 46.4L227.117 66ZM206.237 36.08C209.837 36.08 212.877 34.08 212.877 30.32C212.877 26.72 209.837 24.64 206.237 24.64H195.357V36.08H206.237ZM284.088 66H270.807L248.248 35.12V66H234.488V12.64H248.648L270.248 42V12.64H284.088V66ZM332.826 66H293.706V12.64H332.826V24.64H307.466V32.96H332.266V44.96H307.466V54H332.826V66ZM366.496 66H352.736V24.64H337.776V12.64H381.376V24.64H366.496V66ZM407.14 66.96C396.34 66.96 388.82 63.6 383.46 58.48L390.74 48.16C394.58 52 400.5 55.2 407.78 55.2C412.5 55.2 415.38 53.36 415.38 50.8C415.38 43.52 385.14 49.36 385.14 28.8C385.14 19.84 392.74 11.84 406.42 11.84C414.98 11.84 422.42 14.4 428.1 19.28L420.58 29.12C416.1 25.44 410.26 23.6 404.98 23.6C400.98 23.6 399.22 25.2 399.22 27.44C399.22 34.24 429.38 29.28 429.38 49.12C429.38 59.84 421.46 66.96 407.14 66.96Z' fill='white'/%3E%3Cpath d='M12.8733 11.7097C14.8605 11.8435 16.564 11.491 18.56 11.2819L19.8871 11.2522L19.9181 12.64C20.0208 13.6201 20.0889 14.6708 20.0479 15.8601C19.9233 19.4715 19.4556 20.0124 19.5608 24.1484C19.666 28.2841 19.3461 32.4222 19.5383 34.2638C19.7305 36.1052 19.1494 36.2996 19.2785 38.9146C19.4075 41.5295 19.3317 43.1144 19.1428 45.4013C18.9539 47.6884 18.7927 54.7147 19.0247 57.2696C19.2567 59.8246 18.8541 62.7387 18.7586 64.4912C18.7289 65.037 18.6882 65.4666 18.6458 65.796C18.6279 65.9355 18.5903 66 18.5532 66C18.5532 66 18.5532 66 18.5532 66C18.507 66 18.4616 65.9 18.4558 65.7207C18.4275 64.8503 18.3528 63.5494 18.1853 62.0126C17.8731 59.1472 18.2181 58.8341 18.0577 54.9647C17.8973 51.0954 17.5766 48.7706 17.784 44.2179C17.9913 39.6652 17.1235 38.6195 17.6153 32.1929C18.1071 25.7664 17.1995 25.09 17.0788 18.6859C17.0427 16.7684 17.0623 14.7002 17.1063 12.64L18.56 14.0937C13.7393 13.9906 8.96167 13.7535 6.25703 13.7826C5.79012 13.7876 5.30383 13.7936 4.8 13.8L5.95999 12.64C6.00642 16.3019 6.07538 20.8905 5.97008 25.7013C5.85031 31.1742 6.15266 37.9302 5.93896 43.9713C5.72525 50.0124 5.45533 58.5532 5.27447 62.4989C5.2063 63.9859 5.15803 65.0491 5.13026 66L4.8 65.6697C6.3722 65.7157 7.6375 65.7055 10.004 65.6367C12.187 65.5732 15.1944 65.633 17.7346 65.8667C19.013 65.9842 18.7233 66.1479 17.4365 66.2263C15.5549 66.3408 14.0102 66.2643 13.0407 66.4689C11.1034 66.8778 10.28 67.0346 7.83425 66.7967C6.53683 66.6704 5.60337 66.7633 4.8 66.8691L3.9507 66.8881L3.93086 66C3.83723 65.289 3.73352 64.6799 3.76275 64.0106C3.82502 62.5849 4.14401 62.6084 3.89825 55.3593C3.65247 48.1101 3.58976 44.1361 3.53075 41.3909C3.47175 38.6457 3.7486 32.9135 3.64867 28.4395C3.56004 24.4711 3.62208 16.8667 3.52307 12.64L3.49518 11.3922L4.8 11.3631C5.33851 11.3504 5.8222 11.3352 6.23655 11.3167C9.90294 11.1532 9.91048 11.5102 12.8733 11.7097ZM44.5541 14.1077C48.2742 19.5009 52.0393 23.1308 56.6689 29.634C60.508 35.0267 61.3917 36.8003 64.7188 41.4119L62.9269 42C62.9378 40.8291 62.9365 39.4999 62.9186 37.939C62.8134 28.7983 63.1332 19.6524 62.9411 15.5823C62.883 14.3515 62.8956 13.4536 62.9378 12.64L62.928 11.6685L63.9194 11.6585C65.7961 11.756 67.2244 12.0116 71.2562 11.9215C73.744 11.866 75.8099 11.8484 77.7594 11.8615L78.53 11.8537L78.5379 12.64C78.5206 15.2193 78.4497 17.5947 78.3422 20.4735C78.1533 25.5284 77.992 41.0576 78.2241 46.7044C78.4561 52.3513 78.0535 58.7919 77.958 62.6652C77.9283 63.8717 77.8876 64.8212 77.8452 65.5491C77.8273 65.8574 77.7897 65.9999 77.7526 66C77.7526 66 77.7526 66 77.7525 66C77.7064 65.9999 77.661 65.779 77.6552 65.3827C77.6268 63.459 77.5521 60.5838 77.3847 57.1873C77.0725 50.8541 77.4175 50.1621 77.2571 41.6101C77.0967 33.0583 76.7759 27.9202 76.9833 17.8579C77.0244 15.8655 77.0233 14.1771 76.999 12.64L77.7594 13.4004C73.1541 13.4734 69.9079 13.755 63.9194 13.7371L65.0165 12.64C65.0101 14.7473 64.9667 17.1942 64.8641 20.1593C64.4845 31.1224 64.9386 34.5142 65.221 42L65.2019 45.972L62.8709 42.7714C61.4925 41.0386 59.9141 39.0088 57.9784 36.4241C52.523 29.1398 46.3651 20.4671 41.3104 13.3823L42.3194 13.8926C37.4864 13.8221 33.2496 13.7678 30.2029 13.7826C29.5391 13.7858 28.8576 13.7895 28.1594 13.7933L29.3127 12.64C29.3586 20.9159 29.4399 31.5297 29.3295 42.6845C29.2592 49.7779 29.3342 57.8466 29.365 66L28.1594 64.7943C32.7727 64.7769 37.4131 64.7735 41.9194 64.8185L40.7378 66C40.7489 64.8897 40.7629 63.7875 40.7804 62.6958C40.9135 54.384 41.0683 43.931 41.2098 35.12L41.2203 32.9427L42.4923 34.7014C45.5746 39.066 48.3047 42.9402 50.1915 45.6385C55.1897 52.7866 56.4106 54.5269 61.4514 61.2395C62.4684 62.5937 63.6055 64.1382 64.7882 65.7744L64.4794 65.6176C68.2126 65.6366 72.2913 65.715 75.935 65.8667C78.7605 65.9842 78.1203 66.1479 75.2763 66.2263C71.1176 66.3408 67.7037 66.2643 65.5608 66.4689C65.1825 66.505 64.8234 66.5392 64.4794 66.5713L64.1951 66.5742L64.0181 66.337C61.6566 63.6659 60.4177 62.1587 57.6859 58.0516C54.6894 53.5466 52.7503 51.8091 50.9418 49.2281C49.2287 46.7833 49.3968 46.5229 41.219 35.6317L42.7868 35.12C42.7967 35.8793 42.8082 36.6805 42.8211 37.5266C43.0363 51.5554 43.1112 60.0345 43.1661 66L43.1786 67.234L41.9194 67.2467C41.0719 67.2545 40.2751 67.2619 39.5203 67.2692C36.7871 67.2958 32.7142 67.2542 28.1594 67.2097L26.9621 67.2218L26.9497 66C27.0041 60.4437 27.063 54.1701 27.008 48.7363C26.9156 39.5834 26.9871 21.6793 26.8686 12.64L26.8556 11.3624L28.1594 11.3492C28.8858 11.3397 29.5549 11.3289 30.1576 11.3167C37.0721 11.1772 38.0987 11.4166 42.3194 11.6138L42.8279 11.6087L43.1459 12.0319C43.5487 12.6365 44.0084 13.3165 44.5541 14.1077ZM110.881 11.7097C115.161 11.9092 118.53 11.0275 123.747 11.1521C125.536 11.1949 126.804 11.278 127.938 11.3644L129.194 11.345L129.214 12.64C129.048 14.8129 128.87 16.4965 128.939 20.4221C128.964 21.8428 128.965 23.2636 128.954 24.64L128.97 25.6404L127.938 25.6564C123.526 25.6228 119.571 25.4718 117.544 25.6183C115.535 25.7634 114.883 25.4677 113.058 25.3697L113.788 24.64C113.756 25.2321 113.745 25.9477 113.777 26.8731C113.906 30.6505 113.83 32.94 113.641 36.2436C113.452 39.5475 113.291 49.6975 113.523 53.3883C113.755 57.0791 113.352 61.2887 113.257 63.8204C113.227 64.6089 113.186 65.2295 113.144 65.7053C113.126 65.9068 113.088 65.9999 113.051 66C113.051 66 113.051 66 113.051 66C113.005 65.9999 112.96 65.8556 112.954 65.5965C112.926 64.3392 112.851 62.46 112.683 60.2399C112.371 56.1006 112.716 55.6482 112.556 50.0586C112.395 44.4691 112.075 41.1108 112.282 34.534C112.416 30.2735 112.1 28.139 111.993 24.64L112.01 23.559L113.058 23.5752C114.96 23.5175 117.266 23.5221 120.535 23.6953C123.783 23.8674 126.014 23.8681 127.938 23.7913L127.089 24.64C126.947 21.085 126.54 18.5766 126.458 12.64L127.938 14.1197C127.902 14.1202 127.866 14.1207 127.829 14.1212C118.578 14.2419 106.9 13.7411 101.323 13.7826C96.694 13.8171 90.7469 13.8958 84.3381 13.853L85.5512 12.64C85.5424 13.9525 85.5286 15.2843 85.5082 16.6281C85.4701 19.1422 85.4747 21.8438 85.4918 24.64L84.3381 23.4863C89.2013 23.4565 94.3508 23.3889 99.2981 23.4421L100.514 23.4609L100.496 24.64C100.484 25.7932 100.465 26.9354 100.437 28.0605C100.223 36.7873 99.9535 49.1251 99.7726 54.825C99.6082 60.0069 99.5595 61.6259 99.6351 66L99.2981 65.6631C99.7352 65.6555 100.2 65.6467 100.698 65.6367C103.852 65.5732 108.196 65.633 111.866 65.8667C113.712 65.9842 113.294 66.1479 111.435 66.2263C108.717 66.3408 106.486 66.2643 105.085 66.4689C102.801 66.8027 101.588 66.9685 99.2981 66.8887L98.4234 66.9023L98.4094 66C98.4274 65.4847 98.4578 64.9148 98.5015 64.2658C98.7394 60.733 98.1986 59.0683 98.2609 57.0088C98.3232 54.9492 98.6421 54.9831 98.3964 44.5113C98.1569 34.3065 98.0912 28.5946 98.0334 24.64L99.2981 25.9047C99.1946 25.9062 99.0922 25.9077 98.991 25.9092C95.8203 25.9564 89.8912 25.7889 84.3381 25.7709L83.225 25.7881L83.2072 24.64C83.2117 23.2478 83.2068 21.8792 83.1868 20.5836C83.1542 18.4773 83.142 15.6619 83.1347 12.64L83.1163 11.4554L84.3381 11.4365C90.5887 11.4213 97.7229 11.427 101.293 11.3167C106.59 11.1532 106.601 11.5102 110.881 11.7097ZM157.411 25.5703C154.186 25.4682 151.314 25.6495 148.247 25.834L149.442 24.64C149.594 27.1779 149.749 29.8482 149.747 32.96L148.247 31.46C148.719 31.4603 149.2 31.4641 149.693 31.4721C157.368 31.5967 158.517 32.0644 167.307 31.9592C169.237 31.9361 171.168 31.9335 173.048 31.9415L174.055 31.9309L174.066 32.96C174.047 37.5058 173.966 41.7501 173.963 44.96L173.973 45.8658L173.048 45.8755C171.543 45.8744 170.266 45.8904 169.292 45.9383C165.378 46.1305 164.965 45.5494 159.408 45.6785C154.903 45.7831 151.837 45.753 148.247 45.6373L148.925 44.96C148.898 45.7981 148.866 46.6647 148.83 47.5847C148.775 49.0162 148.721 51.3213 148.68 54L148.247 53.5676C154.664 53.667 163.224 53.699 167.054 53.5353C169.186 53.4442 171.436 53.451 173.607 53.4985L174.104 53.4933L174.109 54C174.035 57.3591 173.864 60.5316 173.806 62.7935C173.776 63.9536 173.736 64.8665 173.693 65.5664C173.675 65.8629 173.638 65.9999 173.601 66C173.601 66 173.601 66 173.601 66C173.555 65.9999 173.509 65.7875 173.503 65.4065C173.475 63.5567 173.4 60.7922 173.233 57.5262C173.16 56.1127 173.123 54.9914 173.107 54L173.607 54.5004C170.328 54.5539 168.47 54.3791 162.156 54.5023C156.874 54.6053 152.946 54.7745 148.247 54.8274L147.411 54.8186L147.42 54C147.391 51.3843 147.397 48.5298 147.471 45.0697C147.472 45.033 147.473 44.9965 147.474 44.96L147.482 44.1782L148.247 44.1863C157.676 44.3816 160.013 43.5526 173.048 43.9928L172.08 44.96C172.087 44.7478 172.095 44.5328 172.103 44.3148C172.284 39.274 172.275 35.8979 172.185 32.96L173.048 33.8221C168.026 33.9757 164.284 34.365 155.698 34.4412C153.302 34.4624 150.796 34.4644 148.247 34.4535L146.738 34.4376L146.754 32.96C146.766 30.2071 146.793 27.4051 146.827 24.64L146.842 23.2043L148.247 23.2191C157.465 23.3322 166.271 23.5237 171.471 23.4974C172.164 23.4939 172.876 23.4899 173.607 23.4857L172.453 24.64C172.432 21.041 172.405 16.9883 172.391 12.64L173.607 13.8568C168.372 13.8735 162.708 13.87 156.89 13.8101C150.074 13.7399 142.322 13.8147 134.488 13.8456L135.693 12.64C135.715 18.1741 135.715 23.7491 135.626 29.0638C135.432 40.769 135.19 56.8904 135.012 66L134.488 65.4757C135.369 65.4929 136.185 65.5096 136.925 65.5255C145.31 65.7064 147.354 65.7472 155.425 65.6367C160.064 65.5732 166.455 65.633 171.853 65.8667C174.57 65.9842 173.954 66.1479 171.22 66.2263C167.221 66.3408 163.939 66.2643 161.878 66.4689C157.761 66.8778 156.011 67.0346 150.814 66.7967C145.616 66.5587 143.167 67.0995 140.138 67.0373C138.404 67.0016 137.678 66.8819 134.488 66.8321L133.664 66.8407L133.655 66C133.693 63.6153 133.691 59.8537 133.586 53.2649C133.34 37.8593 133.277 29.4139 133.218 23.5799C133.192 20.9487 133.233 17.0261 133.278 12.64L133.265 11.4433L134.488 11.4305C139.826 11.4848 145.852 11.5435 151.071 11.4887C156.643 11.4301 165.588 11.4373 173.607 11.4204L174.814 11.4077L174.827 12.64C174.837 17.204 174.854 21.4682 174.896 24.64L174.909 25.9148L173.607 25.9285C172.843 25.9386 172.141 25.9501 171.515 25.9633C163.723 26.1268 163.707 25.7698 157.411 25.5703ZM180.667 13.6645C180.68 13.3183 180.689 12.9771 180.693 12.64L180.681 11.7484L181.597 11.7363C186.126 11.7918 189.928 11.0361 195.598 11.1521C201.302 11.2688 202.466 11.6862 208.317 11.6526C208.737 11.6504 209.167 11.655 209.631 11.6709C217.146 11.6038 223.29 17.0476 224.902 19.8192C226.692 22.5874 226.493 23.1435 227.414 27.5839C227.575 28.5921 227.642 29.5226 227.652 30.4C227.654 33.4342 227.146 35.862 225.706 38.6187C224.706 40.7974 221.07 45.2248 216.354 46.7311L216.544 46.2295C218.042 48.9458 219.468 51.4519 220.375 52.8973C222.67 56.5532 224.704 61.0468 226.055 63.6781C226.476 64.4977 226.792 65.1511 227.025 65.6574C227.123 65.8719 227.143 65.9852 227.111 66.0033C227.111 66.0033 227.111 66.0033 227.111 66.0033C227.07 66.0256 226.949 65.9003 226.797 65.6386C226.06 64.3685 224.929 62.486 223.525 60.3005C220.905 56.2256 220.951 55.5963 217.642 49.9669C216.953 48.7932 216.312 47.7219 215.697 46.6996L215.348 46.0504L216.03 45.8182C219.962 44.0978 223.046 41.6483 225.193 36.2701C226.015 33.9867 226.109 32.1185 226.042 30.4C225.675 27.0199 225.586 23.5795 221.218 18.3174C216.103 13.4162 212.48 13.7908 208.317 13.8404C206.223 13.9666 203.776 14.0831 200.365 14.1212C194.414 14.1876 187.603 14.0656 181.597 13.9494L182.906 12.64C182.812 17.5379 182.721 21.9008 182.739 24.8261C182.781 31.3389 182.887 40.086 182.767 49.3185C182.701 54.4092 182.763 60.1581 182.797 66L181.597 64.8003C186.219 64.7739 190.898 64.7656 195.357 64.8533L194.21 66C194.213 65.8732 194.215 65.7465 194.218 65.6201C194.328 60.3495 194.454 53.9509 194.574 48.08L194.585 47.2874L195.357 47.2976C197.84 47.3486 200.228 47.3986 202.397 47.4463L202.797 47.4516L202.964 47.7966C204.084 50.1648 205.063 52.245 205.807 53.8388C208.417 59.4342 209.199 61.1046 211.662 65.8472L211.357 65.6584C211.776 65.652 212.217 65.6447 212.683 65.6367C216.366 65.5732 221.439 65.633 225.724 65.8667C227.881 65.9842 227.392 66.1479 225.222 66.2263C222.047 66.3408 219.441 66.2643 217.806 66.4689C215.243 66.7896 213.835 66.9552 211.357 66.897L210.814 66.9042L210.555 66.4011C210.264 65.7843 209.953 65.0874 209.6 64.2684C207.968 60.4718 206.615 58.9749 205.595 56.7959C204.754 54.9979 204.813 54.6104 201.663 48.4468L202.397 48.9002C200.93 48.9131 199.167 48.9388 197.028 48.9818C196.459 48.9932 195.902 49.0042 195.357 49.0149L196.292 48.08C196.452 56.2887 196.527 61.8669 196.578 66L196.594 67.2044L195.357 67.2208C193.862 67.2391 192.556 67.2543 191.384 67.2692C189.077 67.2986 185.519 67.2447 181.597 67.1955L180.417 67.2111L180.401 66C180.451 62.0482 180.496 57.7257 180.446 53.9378C180.346 46.3902 180.437 31.0461 180.274 24.8607C180.11 18.6755 180.467 18.6628 180.667 13.6645ZM196.292 25.5703C195.966 25.5147 195.66 25.5432 195.357 25.6105L196.327 24.64C196.501 25.4237 196.935 26.1874 196.845 27.2129C196.72 28.6352 196.252 28.8482 196.358 30.4771C196.463 32.106 196.143 33.7357 196.335 34.461C196.513 35.1328 196.028 35.248 196.058 36.08L195.357 35.3791C195.423 35.3767 195.494 35.371 195.57 35.3615C196.599 35.2325 197.224 35.3083 198.124 35.4972C199.025 35.6861 201.792 35.8473 202.798 35.6153C203.805 35.3833 204.952 35.7859 205.643 35.8814C205.858 35.9111 206.027 35.9518 206.157 35.9942C206.211 36.0121 206.237 36.0497 206.237 36.0868C206.237 36.0868 206.237 36.0868 206.237 36.0868C206.237 36.133 206.198 36.1784 206.127 36.1842C205.784 36.2125 205.272 36.2872 204.666 36.4547C203.538 36.7669 203.415 36.4219 201.891 36.5823C200.367 36.7427 199.451 37.0634 197.658 36.856C196.666 36.7413 196.097 36.9559 195.357 37.087L194.296 37.0268L194.35 36.08C194.244 35.4832 194.193 34.7756 194.412 33.6454C194.904 31.1144 193.996 30.848 193.876 28.3258C193.82 27.1619 193.897 25.8572 193.991 24.64L194.073 23.2015L195.357 23.2744C196.777 23.3848 198.079 23.5197 198.898 23.4974C200.418 23.4559 202.46 23.3501 204.616 23.4699C205.131 23.4985 205.675 23.5031 206.237 23.4963C208.21 23.4522 210.661 23.9968 212.141 25.7058C213.194 26.8441 213.819 28.748 213.649 30.32C213.556 31.7007 213 32.8866 212.505 33.5082C211.389 34.7929 211.019 34.9675 209.667 35.7714C208.865 36.2064 207.589 36.4204 206.566 36.2078C206.053 36.099 206.18 35.9388 206.669 35.8438C207.38 35.6973 207.974 35.6549 208.275 35.3674C208.862 34.7787 209.024 34.5709 209.868 34.3653C210.728 34.1036 210.631 33.3956 210.944 33.1102C211.104 32.9516 211.251 32.9192 211.473 32.6384C211.674 32.3591 212.028 31.8002 211.971 30.5539C211.966 30.4757 211.96 30.3977 211.952 30.32C211.656 28.0169 210.494 27.3609 209.839 26.9168C209.225 26.507 207.734 25.709 206.237 25.7719C206.052 25.7751 205.871 25.7813 205.694 25.7913C203.932 25.8912 200.35 25.7997 198.906 25.9633C197.462 26.1268 197.459 25.7698 196.292 25.5703ZM250.882 14.1077C254.602 19.5009 258.367 23.1308 262.997 29.634C266.836 35.0267 267.72 36.8003 271.047 41.4119L269.255 42C269.266 40.8291 269.265 39.4999 269.247 37.939C269.141 28.7983 269.461 19.6524 269.269 15.5823C269.211 14.3515 269.224 13.4536 269.266 12.64L269.256 11.6685L270.247 11.6585C272.124 11.756 273.553 12.0116 277.584 11.9215C280.072 11.866 282.138 11.8484 284.087 11.8615L284.858 11.8537L284.866 12.64C284.849 15.2193 284.778 17.5947 284.67 20.4735C284.481 25.5284 284.32 41.0576 284.552 46.7044C284.784 52.3513 284.382 58.7919 284.286 62.6652C284.256 63.8717 284.216 64.8212 284.173 65.5491C284.155 65.8574 284.118 65.9999 284.081 66C284.081 66 284.081 66 284.081 66C284.034 65.9999 283.989 65.779 283.983 65.3827C283.955 63.459 283.88 60.5838 283.713 57.1873C283.401 50.8541 283.746 50.1621 283.585 41.6101C283.425 33.0583 283.104 27.9202 283.311 17.8579C283.353 15.8655 283.351 14.1771 283.327 12.64L284.087 13.4004C279.482 13.4734 276.236 13.755 270.247 13.7371L271.345 12.64C271.338 14.7473 271.295 17.1942 271.192 20.1593C270.813 31.1224 271.267 34.5142 271.549 42L271.53 45.972L269.199 42.7714C267.821 41.0386 266.242 39.0088 264.306 36.4241C258.851 29.1398 252.693 20.4671 247.639 13.3823L248.648 13.8926C243.815 13.8221 239.578 13.7678 236.531 13.7826C235.867 13.7858 235.186 13.7895 234.488 13.7933L235.641 12.64C235.687 20.9159 235.768 31.5297 235.658 42.6845C235.587 49.7779 235.662 57.8466 235.693 66L234.488 64.7943C239.101 64.7769 243.741 64.7735 248.247 64.8185L247.066 66C247.077 64.8897 247.091 63.7875 247.109 62.6958C247.242 54.384 247.396 43.931 247.538 35.12L247.548 32.9427L248.82 34.7014C251.903 39.066 254.633 42.9402 256.52 45.6385C261.518 52.7866 262.739 54.5269 267.78 61.2395C268.797 62.5937 269.934 64.1382 271.116 65.7744L270.807 65.6176C274.541 65.6366 278.619 65.715 282.263 65.8667C285.089 65.9842 284.448 66.1479 281.604 66.2263C277.446 66.3408 274.032 66.2643 271.889 66.4689C271.511 66.505 271.152 66.5392 270.807 66.5713L270.523 66.5742L270.346 66.337C267.985 63.6659 266.746 62.1587 264.014 58.0516C261.018 53.5466 259.078 51.8091 257.27 49.2281C255.557 46.7833 255.725 46.5229 247.547 35.6317L249.115 35.12C249.125 35.8793 249.136 36.6805 249.149 37.5266C249.364 51.5554 249.439 60.0345 249.494 66L249.507 67.234L248.247 67.2467C247.4 67.2545 246.603 67.2619 245.848 67.2692C243.115 67.2958 239.042 67.2542 234.488 67.2097L233.29 67.2218L233.278 66C233.332 60.4437 233.391 54.1701 233.336 48.7363C233.244 39.5834 233.315 21.6793 233.197 12.64L233.184 11.3624L234.488 11.3492C235.214 11.3397 235.883 11.3289 236.486 11.3167C243.4 11.1772 244.427 11.4166 248.648 11.6138L249.156 11.6087L249.474 12.0319C249.877 12.6365 250.337 13.3165 250.882 14.1077ZM316.629 25.5703C313.405 25.4682 310.532 25.6495 307.466 25.834L308.66 24.64C308.813 27.1779 308.968 29.8482 308.966 32.96L307.466 31.46C307.938 31.4603 308.419 31.4641 308.912 31.4721C316.586 31.5967 317.736 32.0644 326.525 31.9592C328.456 31.9361 330.387 31.9335 332.266 31.9415L333.274 31.9309L333.285 32.96C333.266 37.5058 333.184 41.7501 333.182 44.96L333.191 45.8658L332.266 45.8755C330.762 45.8744 329.485 45.8904 328.51 45.9383C324.597 46.1305 324.184 45.5494 318.627 45.6785C314.122 45.7831 311.055 45.753 307.466 45.6373L308.144 44.96C308.116 45.7981 308.085 46.6647 308.049 47.5847C307.993 49.0162 307.94 51.3213 307.899 54L307.466 53.5676C313.883 53.667 322.442 53.699 326.273 53.5353C328.405 53.4442 330.655 53.451 332.826 53.4985L333.322 53.4933L333.328 54C333.254 57.3591 333.083 60.5316 333.025 62.7935C332.995 63.9536 332.954 64.8665 332.912 65.5664C332.894 65.8629 332.857 65.9999 332.819 66C332.819 66 332.819 66 332.819 66C332.773 65.9999 332.728 65.7875 332.722 65.4065C332.694 63.5567 332.619 60.7922 332.452 57.5262C332.379 56.1127 332.342 54.9914 332.326 54L332.826 54.5004C329.547 54.5539 327.689 54.3791 321.375 54.5023C316.092 54.6053 312.165 54.7745 307.466 54.8274L306.63 54.8186L306.639 54C306.609 51.3843 306.616 48.5298 306.69 45.0697C306.691 45.033 306.692 44.9965 306.693 44.96L306.701 44.1782L307.466 44.1863C316.895 44.3816 319.232 43.5526 332.266 43.9928L331.299 44.96C331.306 44.7478 331.314 44.5328 331.322 44.3148C331.503 39.274 331.494 35.8979 331.404 32.96L332.266 33.8221C327.245 33.9757 323.503 34.365 314.917 34.4412C312.521 34.4624 310.015 34.4644 307.466 34.4535L305.957 34.4376L305.973 32.96C305.985 30.2071 306.011 27.4051 306.045 24.64L306.06 23.2043L307.466 23.2191C316.684 23.3322 325.49 23.5237 330.69 23.4974C331.382 23.4939 332.095 23.4899 332.826 23.4857L331.672 24.64C331.651 21.041 331.623 16.9883 331.609 12.64L332.826 13.8568C327.591 13.8735 321.926 13.87 316.109 13.8101C309.293 13.7399 301.541 13.8147 293.706 13.8456L294.912 12.64C294.934 18.1741 294.934 23.7491 294.845 29.0638C294.65 40.769 294.409 56.8904 294.231 66L293.706 65.4757C294.588 65.4929 295.404 65.5096 296.144 65.5255C304.529 65.7064 306.573 65.7472 314.643 65.6367C319.283 65.5732 325.674 65.633 331.072 65.8667C333.789 65.9842 333.173 66.1479 330.439 66.2263C326.44 66.3408 323.157 66.2643 321.097 66.4689C316.98 66.8778 315.23 67.0346 310.032 66.7967C304.835 66.5587 302.386 67.0995 299.356 67.0373C297.622 67.0016 296.897 66.8819 293.706 66.8321L292.883 66.8407L292.874 66C292.911 63.6153 292.91 59.8537 292.805 53.2649C292.559 37.8593 292.496 29.4139 292.437 23.5799C292.41 20.9487 292.452 17.0261 292.497 12.64L292.484 11.4433L293.706 11.4305C299.045 11.4848 305.07 11.5435 310.29 11.4887C315.862 11.4301 324.807 11.4373 332.826 11.4204L334.033 11.4077L334.046 12.64C334.055 17.204 334.073 21.4682 334.115 24.64L334.128 25.9148L332.826 25.9285C332.061 25.9386 331.36 25.9501 330.733 25.9633C322.942 26.1268 322.926 25.7698 316.629 25.5703ZM364.318 11.7097C368.598 11.9092 371.968 11.0275 377.185 11.1521C378.974 11.1949 380.241 11.278 381.376 11.3644L382.631 11.345L382.651 12.64C382.485 14.8129 382.307 16.4965 382.376 20.4221C382.401 21.8428 382.402 23.2636 382.392 24.64L382.407 25.6404L381.376 25.6564C376.964 25.6228 373.009 25.4718 370.981 25.6183C368.973 25.7634 368.321 25.4677 366.496 25.3697L367.225 24.64C367.193 25.2321 367.182 25.9477 367.214 26.8731C367.343 30.6505 367.267 32.94 367.078 36.2436C366.89 39.5475 366.728 49.6975 366.96 53.3883C367.192 57.0791 366.79 61.2887 366.694 63.8204C366.665 64.6089 366.624 65.2295 366.581 65.7053C366.564 65.9068 366.526 65.9999 366.489 66C366.489 66 366.489 66 366.489 66C366.443 65.9999 366.397 65.8556 366.391 65.5965C366.363 64.3392 366.288 62.46 366.121 60.2399C365.809 56.1006 366.154 55.6482 365.993 50.0586C365.833 44.4691 365.512 41.1108 365.72 34.534C365.854 30.2735 365.537 28.139 365.431 24.64L365.448 23.559L366.496 23.5752C368.398 23.5175 370.703 23.5221 373.973 23.6953C377.22 23.8674 379.451 23.8681 381.376 23.7913L380.527 24.64C380.385 21.085 379.978 18.5766 379.896 12.64L381.376 14.1197C381.339 14.1202 381.303 14.1207 381.267 14.1212C372.015 14.2419 360.337 13.7411 354.76 13.7826C350.132 13.8171 344.184 13.8958 337.776 13.853L338.989 12.64C338.98 13.9525 338.966 15.2843 338.946 16.6281C338.908 19.1422 338.912 21.8438 338.929 24.64L337.776 23.4863C342.639 23.4565 347.788 23.3889 352.736 23.4421L353.952 23.4609L353.934 24.64C353.921 25.7932 353.902 26.9354 353.875 28.0605C353.661 36.7873 353.391 49.1251 353.21 54.825C353.046 60.0069 352.997 61.6259 353.073 66L352.736 65.6631C353.173 65.6555 353.637 65.6467 354.136 65.6367C357.289 65.5732 361.634 65.633 365.303 65.8667C367.15 65.9842 366.732 66.1479 364.873 66.2263C362.155 66.3408 359.923 66.2643 358.523 66.4689C356.238 66.8027 355.026 66.9685 352.736 66.8887L351.861 66.9023L351.847 66C351.865 65.4847 351.895 64.9148 351.939 64.2658C352.177 60.733 351.636 59.0683 351.698 57.0088C351.761 54.9492 352.08 54.9831 351.834 44.5113C351.594 34.3065 351.529 28.5946 351.471 24.64L352.736 25.9047C352.632 25.9062 352.53 25.9077 352.428 25.9092C349.258 25.9564 343.329 25.7889 337.776 25.7709L336.662 25.7881L336.645 24.64C336.649 23.2478 336.644 21.8792 336.624 20.5836C336.592 18.4773 336.579 15.6619 336.572 12.64L336.554 11.4554L337.776 11.4365C344.026 11.4213 351.16 11.427 354.731 11.3167C360.027 11.1532 360.038 11.5102 364.318 11.7097ZM420.193 13.4271C423.393 14.8474 426.168 16.2526 428.917 18.3291L429.813 19.0817L429.096 20.0412C427.695 22.1271 426.175 24.3376 424.211 26.8189C423.222 28.068 422.4 29.0729 421.666 29.9501L420.828 31.0725L419.712 30.1764C416.776 27.7634 415.095 26.1647 408.903 24.9411C407.596 24.7345 406.276 24.6239 404.98 24.6224C402.419 24.5569 400.061 25.5072 400.178 27.44C400.069 28.4147 401.727 29.2322 402.984 29.653C404.299 30.1007 405.486 30.3562 406.413 30.5271C410.054 31.1864 410.361 31.683 415.551 33.0026C420.669 34.4856 423.968 36.033 426.968 39.8634C428.227 41.4459 429.905 45.0243 429.767 49.12C429.976 54.8019 426.466 60.4342 424.035 62.3269C420.041 66.09 413.693 66.9268 410.212 67.0437C409.1 67.0987 408.226 67.079 407.558 67.0438C407.273 67.0285 407.14 66.9902 407.14 66.9532C407.14 66.9532 407.14 66.9532 407.14 66.9532C407.14 66.9068 407.346 66.8625 407.709 66.852C409.461 66.7963 412.111 66.5965 415.067 65.7218C417.804 64.8793 419.236 64.2267 420.84 63.3771C422.377 62.4761 424.331 61.4208 426.39 58.2127C428.247 55.1208 428.668 52.115 428.615 49.12C428.505 45.7998 427.729 42.2531 424.347 39.0693C417.216 33.5488 414.449 35.2863 401.816 31.2069C400.326 30.5701 398.372 29.4879 398.398 27.44C398.345 25.4604 399.878 23.9174 401.2 23.4262C402.554 22.8604 403.799 22.7448 404.98 22.6872C409.226 22.686 413.426 22.6348 420.087 26.8858C420.575 27.2227 421.057 27.5827 421.528 27.966L419.393 28.2132C421.791 25.0417 424.387 21.6946 426.962 18.4099L427.166 20.3668C420.638 14.4498 411.664 12.9119 406.743 12.9839C406.636 12.9836 406.528 12.9838 406.42 12.9844C399.271 12.6903 387.374 16.7379 386.363 27.563C386.323 27.9704 386.301 28.3816 386.298 28.8C386.028 34.017 389.177 39.2287 394.61 41.5165C399.917 44.0298 406.082 44.5455 411.927 46.377C412.81 46.6882 413.668 47.0143 414.593 47.634C415.474 48.1953 416.489 49.4031 416.426 50.8C416.447 52.9794 414.613 54.6048 412.968 55.2353C411.271 55.9304 409.497 56.1037 407.78 56.0827C400.461 56.065 393.838 52.303 390.353 48.5472L391.187 48.4756C390.424 49.514 389.73 50.4542 389.125 51.2719C386.674 54.5846 385.18 56.6062 383.712 58.6575L383.673 58.2573C385.369 59.8668 387.218 61.3924 390.516 63.0344C394.411 65.0321 400.345 66.4669 405.471 66.7992C408.049 66.9596 407.475 67.1436 404.853 67.1346C401.014 67.0812 397.92 66.3548 395.957 66.015C392.057 65.2431 390.22 64.7814 386.133 61.731C384.845 60.7114 383.82 59.8232 382.933 59.0318L382.459 58.5886L382.836 58.0402C384.173 56.0031 384.963 54.4768 386.125 52.9024C387.22 51.4193 387.711 50.9735 390.072 47.6886L390.618 46.8963L391.318 47.5817C392.87 49.1099 395.408 51.4285 400.28 53.06C402.932 53.9144 405.472 54.2085 407.78 54.173C411.256 54.2096 414.427 52.6626 414.224 50.8C414.314 49.7066 412.219 48.8897 410.701 48.4677C409.087 48.013 407.59 47.7248 406.241 47.4491C401.413 46.3666 386.942 44.1786 384.504 33.2607C384.164 31.9466 383.965 30.4747 383.957 28.8C383.732 23.623 387.11 17.2491 392.31 14.2367C397.416 11.0629 403.064 10.5915 406.42 10.5229C406.522 10.5209 406.622 10.5192 406.72 10.5177C414.373 10.7289 414.453 11.2541 420.193 13.4271Z' fill='%23171717'/%3E%3Cpath d='M460.474 46.2023L461.027 61.6439L452.378 62L451.826 46.5584L439.3 47.0741L439 38.6733L451.526 38.1576L450.996 23.3561L459.645 23L460.174 37.8015L472.7 37.2858L473 45.6866L460.474 46.2023Z' fill='white'/%3E%3Cpath d='M450.308 30.1285C450.37 27.7819 449.865 25.8213 449.585 23.4065L449.507 22.0336L450.938 21.945C451.817 21.8383 452.756 21.7612 453.796 21.7517C456.531 21.7266 457.643 21.9374 459.602 21.9656L460.62 21.9026L460.679 22.963C460.663 23.7955 460.679 24.7812 460.758 26.1098C461.022 30.5641 460.862 35.0361 461.125 37.0143C461.162 37.2958 461.183 37.5419 461.191 37.7651L460.132 36.7847C461.477 36.7275 461.992 37.1184 464.405 36.9082C467.217 36.6633 468.929 36.6687 471.401 36.756C471.74 36.7679 472.174 36.7754 472.679 36.7785L473.178 36.7476L473.207 37.2676C473.182 39.4454 473.23 42.9316 473.355 45.6739L473.375 46.0193L473.015 46.0416C471.753 46.1059 470.649 46.1854 469.902 46.2793C467.158 46.6245 464.001 46.3515 462.109 46.3339C461.519 46.3284 461.055 46.3068 460.698 46.2791C460.547 46.2673 460.476 46.2326 460.474 46.1956C460.474 46.1956 460.474 46.1955 460.474 46.1955C460.472 46.1494 460.578 46.0996 460.771 46.0858C461.708 46.0189 463.107 45.8865 464.756 45.6511C467.832 45.212 468.183 45.5428 472.347 45.2108C472.561 45.1937 472.772 45.1763 472.978 45.1588L472.472 45.7055C472.23 42.6645 471.946 40.4656 471.859 37.3159L472.734 38.1267C471.951 38.1528 471.11 38.1671 470.182 38.1662C466.073 38.1618 464.636 38.7994 460.219 38.8883L459.103 38.9111L459.087 37.8404C459.074 36.9729 459.083 35.9906 459.123 34.8507C459.33 28.9525 458.689 27.5611 458.265 23.0493L459.702 24.3793C458.902 24.4587 458.003 24.5318 456.964 24.5928C455.088 24.7029 453.075 24.7726 451.057 24.82L452.461 23.3037C452.558 28.7069 452.496 34.158 452.634 37.1862C452.648 37.4889 452.662 37.7991 452.677 38.1164L452.695 39.2863L451.573 39.3092C448.074 39.4929 443.709 39.74 439.05 39.8772L440.204 38.6302C440.222 39.3547 440.236 40.0862 440.248 40.8226C440.278 42.7693 440.359 44.8647 440.455 47.0329L439.253 45.9195C443.339 45.716 447.683 45.4583 451.778 45.3928L452.974 45.3684L452.992 46.5168C452.995 46.8373 452.997 47.1564 452.998 47.4736C453.011 51.8639 453.042 57.477 453.053 61.9759L452.35 61.3255C454.532 61.3087 456.452 61.2983 457.843 61.3001C459.139 61.3018 460.136 61.3029 461.012 61.2956L460.678 61.6564C460.672 59.6522 460.62 58.284 460.441 55.4381C460.294 53.0872 460.237 49.8434 460.373 47.0969C460.441 45.7146 460.616 46.0211 460.744 47.4053C460.931 49.4295 460.914 51.0972 461.156 52.135C461.639 54.2087 461.828 55.0906 461.684 57.7355C461.589 59.479 461.811 60.6046 461.971 61.6101L462.023 62.5293L461.065 62.5886C460.546 62.6742 460.059 62.7431 459.534 62.7435C458.157 62.7444 458.022 62.4883 452.413 62.8414L451.585 62.8927L451.536 62.0301C451.499 61.3728 451.453 60.6404 451.398 59.8219C450.972 53.4852 450.749 49.471 450.592 46.6025L451.877 47.7917C451.212 47.8317 450.609 47.8678 450.053 47.9018C447.733 48.0436 443.423 48.0604 439.347 48.2053L438.235 48.2742L438.169 47.1146C438.135 45.9959 438.092 44.8948 438.033 43.8571C437.955 42.4704 437.878 40.6706 437.8 38.7162L437.734 37.549L438.951 37.4737C443.313 37.2769 448.447 37.0744 451.472 36.8661L450.234 38.2038C450.213 37.8753 450.192 37.5716 450.171 37.2964C449.866 33.3502 450.222 33.3293 450.308 30.1285Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 .title-svg {
    width: 588px;
    height: 172px;
    background-image: url("data:image/svg+xml,%3Csvg width='588' height='172' viewBox='0 0 588 172' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.48 152H16.72V110.64H1.76V98.64H45.36V110.64H30.48V152ZM91.0294 152H51.9094V98.64H91.0294V110.64H65.6694V118.96H90.4694V130.96H65.6694V140H91.0294V152ZM96.0588 152.96V140.8C101.019 140.8 104.219 137.84 105.739 125.68L108.939 98.64H148.699V152H134.939V110.64H121.339L119.419 126.72C116.859 148.32 107.739 152.96 96.0588 152.96ZM197.436 152H158.316V98.64H197.436V110.64H172.076V118.96H196.876V130.96H172.076V140H197.436V152ZM236.625 152H205.425V98.64H235.665C246.225 98.64 251.265 105.52 251.265 112.24C251.265 118.88 247.185 123.36 242.145 124.48C247.825 125.36 252.305 130.8 252.305 137.52C252.305 145.28 247.105 152 236.625 152ZM232.545 119.12C235.345 119.12 237.265 117.28 237.265 114.64C237.265 112.08 235.345 110.24 232.545 110.24H219.185V119.12H232.545ZM233.025 140.4C236.305 140.4 238.305 138.48 238.305 135.6C238.305 132.96 236.385 130.8 233.025 130.8H219.185V140.4H233.025ZM273.08 152H259.8V98.64H273.56V130.08L295.16 98.64H309.4V152H295.56V119.04L273.08 152ZM316.059 161.84V140.8C321.179 140 324.219 137.84 325.739 125.68L328.939 98.64H368.699V140H373.499V161.84H359.659V152H329.819V161.84H316.059ZM339.419 126.72C338.699 132.72 336.619 136.96 333.579 140H354.939V110.64H341.339L339.419 126.72ZM418.529 152H379.409V98.64H418.529V110.64H393.169V118.96H417.969V130.96H393.169V140H418.529V152ZM476.199 152H462.439V130.56H440.279V152H426.519V98.64H440.279V118.56H462.439V98.64H476.199V152ZM499.096 152H485.816V98.64H499.576V130.08L521.176 98.64H535.416V152H521.576V119.04L499.096 152ZM584.154 152H545.034V98.64H584.154V110.64H558.794V118.96H583.594V130.96H558.794V140H584.154V152Z' fill='white'/%3E%3Cpath d='M28.3025 97.7097C32.5827 97.9092 35.9521 97.0275 41.1691 97.1521C42.9583 97.1949 44.2258 97.278 45.36 97.3644L46.6155 97.345L46.6356 98.64C46.4699 100.813 46.2917 102.496 46.3608 106.422C46.3858 107.843 46.3868 109.264 46.3764 110.64L46.3918 111.64L45.36 111.656C40.9481 111.623 36.9931 111.472 34.9654 111.618C32.957 111.763 32.3049 111.468 30.48 111.37L31.2097 110.64C31.1779 111.232 31.1669 111.948 31.1985 112.873C31.3275 116.651 31.2517 118.94 31.0628 122.244C30.8739 125.548 30.7127 135.697 30.9447 139.388C31.1767 143.079 30.7741 147.289 30.6786 149.82C30.6489 150.609 30.6082 151.23 30.5658 151.705C30.5479 151.907 30.5103 152 30.4732 152C30.4732 152 30.4732 152 30.4732 152C30.427 152 30.3816 151.856 30.3758 151.597C30.3475 150.339 30.2728 148.46 30.1053 146.24C29.7931 142.101 30.1381 141.648 29.9777 136.059C29.8173 130.469 29.4966 127.111 29.704 120.534C29.8383 116.273 29.5214 114.139 29.4152 110.64L29.432 109.559L30.48 109.575C32.3821 109.518 34.6875 109.522 37.957 109.695C41.2046 109.867 43.4356 109.868 45.36 109.791L44.5113 110.64C44.3693 107.085 43.9623 104.577 43.8803 98.64L45.36 100.12C45.3238 100.12 45.2875 100.121 45.2511 100.121C35.9997 100.242 24.3216 99.7411 18.7448 99.7826C14.1159 99.8171 8.16883 99.8958 1.76 99.853L2.97304 98.64C2.96429 99.9525 2.95044 101.284 2.93008 102.628C2.89199 105.142 2.89659 107.844 2.91371 110.64L1.76 109.486C6.6232 109.457 11.7726 109.389 16.72 109.442L17.9361 109.461L17.9179 110.64C17.9055 111.793 17.8865 112.935 17.859 114.061C17.6453 122.787 17.3753 135.125 17.1945 140.825C17.03 146.007 16.9814 147.626 17.0569 152L16.72 151.663C17.1571 151.656 17.6217 151.647 18.1202 151.637C21.2737 151.573 25.6181 151.633 29.2876 151.867C31.1343 151.984 30.7159 152.148 28.8571 152.226C26.1389 152.341 23.9075 152.264 22.507 152.469C20.2224 152.803 19.0101 152.969 16.72 152.889L15.8452 152.902L15.8313 152C15.8492 151.485 15.8796 150.915 15.9233 150.266C16.1613 146.733 15.6205 145.068 15.6827 143.009C15.745 140.949 16.064 140.983 15.8182 130.511C15.5787 120.307 15.5131 114.595 15.4553 110.64L16.72 111.905C16.6164 111.906 16.5141 111.908 16.4129 111.909C13.2421 111.956 7.31304 111.789 1.76 111.771L0.646849 111.788L0.629087 110.64C0.633595 109.248 0.628704 107.879 0.608673 106.584C0.576108 104.477 0.563883 101.662 0.556537 98.64L0.538211 97.4554L1.76 97.4365C8.0106 97.4213 15.1448 97.427 18.7152 97.3167C24.0116 97.1532 24.0225 97.5102 28.3025 97.7097ZM74.8324 111.57C71.6084 111.468 68.7356 111.649 65.6694 111.834L66.8634 110.64C67.0161 113.178 67.1711 115.848 67.1694 118.96L65.6694 117.46C66.1407 117.46 66.6221 117.464 67.1147 117.472C74.7895 117.597 75.9389 118.064 84.7285 117.959C86.6591 117.936 88.59 117.933 90.4694 117.941L91.4771 117.931L91.4879 118.96C91.4686 123.506 91.3874 127.75 91.3849 130.96L91.3944 131.866L90.4694 131.876C88.9651 131.874 87.688 131.89 86.7136 131.938C82.8002 132.13 82.3872 131.549 76.8298 131.678C72.3248 131.783 69.2584 131.753 65.6694 131.637L66.3466 130.96C66.3196 131.798 66.2879 132.665 66.2522 133.585C66.1965 135.016 66.1433 137.321 66.1018 140L65.6694 139.568C72.0857 139.667 80.6455 139.699 84.476 139.535C86.608 139.444 88.8577 139.451 91.0294 139.499L91.5255 139.493L91.5309 140C91.4573 143.359 91.286 146.532 91.228 148.794C91.1983 149.954 91.1576 150.867 91.1152 151.566C91.0973 151.863 91.0597 152 91.0226 152C91.0226 152 91.0226 152 91.0225 152C90.9764 152 90.931 151.788 90.9252 151.406C90.8968 149.557 90.8221 146.792 90.6547 143.526C90.5822 142.113 90.5452 140.991 90.529 140L91.0294 140.5C87.7499 140.554 85.8918 140.379 79.5777 140.502C74.2955 140.605 70.3678 140.775 65.6694 140.827L64.8334 140.819L64.842 140C64.8125 137.384 64.8192 134.53 64.8933 131.07C64.8941 131.033 64.8949 130.996 64.8956 130.96L64.9039 130.178L65.6694 130.186C75.0983 130.382 77.4347 129.553 90.4694 129.993L89.5022 130.96C89.5094 130.748 89.5168 130.533 89.5247 130.315C89.7062 125.274 89.6971 121.898 89.6073 118.96L90.4694 119.822C85.4476 119.976 81.7063 120.365 73.1198 120.441C70.7241 120.462 68.2178 120.464 65.6694 120.453L64.1603 120.438L64.1759 118.96C64.1877 116.207 64.2145 113.405 64.2485 110.64L64.2636 109.204L65.6694 109.219C74.8868 109.332 83.6928 109.524 88.893 109.497C89.5855 109.494 90.2981 109.49 91.0294 109.486L89.875 110.64C89.8542 107.041 89.8264 102.988 89.8126 98.64L91.0294 99.8568C85.7937 99.8735 80.1294 99.87 74.3121 99.8101C67.4962 99.7399 59.7437 99.8147 51.9094 99.8456L53.115 98.64C53.1368 104.174 53.1368 109.749 53.0483 115.064C52.8535 126.769 52.6119 142.89 52.4337 152L51.9094 151.476C52.791 151.493 53.607 151.51 54.347 151.526C62.7319 151.706 64.7757 151.747 72.8466 151.637C77.4859 151.573 83.8769 151.633 89.2752 151.867C91.992 151.984 91.3764 152.148 88.6418 152.226C84.6431 152.341 81.3605 152.264 79.3001 152.469C75.183 152.878 73.4331 153.035 68.2356 152.797C63.0383 152.559 60.5893 153.099 57.5596 153.037C55.8256 153.002 55.1003 152.882 51.9094 152.832L51.0861 152.841L51.0773 152C51.1145 149.615 51.1127 145.854 51.0076 139.265C50.7618 123.859 50.6991 115.414 50.6401 109.58C50.6135 106.949 50.6552 103.026 50.6999 98.64L50.6873 97.4433L51.9094 97.4305C57.248 97.4848 63.2735 97.5435 68.493 97.4887C74.0651 97.4301 83.0101 97.4373 91.0294 97.4204L92.236 97.4077L92.249 98.64C92.2586 103.204 92.276 107.468 92.3179 110.64L92.3313 111.915L91.0294 111.929C90.2645 111.939 89.5632 111.95 88.9365 111.963C81.1449 112.127 81.1289 111.77 74.8324 111.57ZM146.013 152.93C142.133 152.804 138.778 153.113 134.939 153.324L133.63 153.338L133.615 152C133.494 149.793 133.405 147.425 133.451 144.706C133.576 137.259 134.043 136.143 133.938 127.614C133.86 121.325 134.014 115.034 134.023 110.64L134.939 111.556C133.374 111.553 132.05 111.568 131.052 111.618C127.255 111.81 126.854 111.229 121.461 111.358C121.42 111.359 121.379 111.36 121.339 111.361L122.055 110.726C121.548 116.023 121.087 119.245 120.346 123.87C120.226 124.616 120.078 125.612 119.911 126.779C119.306 132.978 116.006 143.703 112.665 147.037C109.322 151.573 102.712 152.984 99.1844 153.034C98.0537 153.099 97.1605 153.079 96.4821 153.044C96.1931 153.028 96.0587 152.99 96.0587 152.953C96.0587 152.953 96.0587 152.953 96.0587 152.953C96.0588 152.907 96.2666 152.863 96.6352 152.852C98.411 152.791 101.136 152.611 104.08 151.565C109.213 149.203 110.52 149.261 114.546 142.577C117.236 136.978 117.765 132.657 118.581 126.621C118.779 124.993 119.009 123.239 119.286 121.286C119.937 116.699 120.119 113.829 120.384 110.526L120.496 109.669L121.339 109.678C124.675 109.549 128.459 109.45 134.939 109.681L135.908 109.692L135.897 110.64C135.893 110.767 135.888 110.895 135.883 111.024C135.392 124.277 136.299 125.672 136.42 138.879C136.458 143.036 136.434 147.536 136.385 152L134.939 150.553C139.723 150.606 144.466 150.687 148.699 150.753L147.452 152C147.519 147.635 147.571 143.811 147.556 141.041C147.515 133.08 147.409 122.387 147.529 111.101C147.57 107.206 147.561 102.996 147.54 98.64L148.699 99.7983C140.433 99.8375 131.642 99.9189 123.483 99.7789C119.066 99.7032 114 99.6203 108.939 99.5369L109.829 98.7454C108.596 107.877 107.362 116.994 106.629 122.196C106.442 123.519 106.279 124.679 106.133 125.727C105.055 130.965 105.575 133.917 101.354 139.306C100.12 140.541 98.0821 141.237 96.0587 141.181L96.4398 140.8C96.4187 144.22 96.3404 147.933 96.1921 151.258C96.0745 153.894 95.9108 153.297 95.8325 150.643C95.7179 146.763 95.7944 143.577 95.5899 141.578C95.5623 141.309 95.5359 141.05 95.5107 140.8L95.5048 140.258L96.0587 140.252C99.3118 139.757 100.745 138.999 102.794 135.011C104.632 130.753 104.305 128.201 104.705 125.551C104.721 125.411 104.74 125.263 104.761 125.114C105.169 122.201 105.48 122.287 106.993 107.412C107.326 104.136 107.629 101.186 107.907 98.5178L108.004 97.6107L108.939 97.6006C118.435 97.465 124.39 97.4168 128.805 97.3707C133.137 97.3256 141.076 97.4771 148.699 97.506L149.82 97.4938L149.833 98.64C149.824 100.979 149.827 103.288 149.85 105.454C149.95 114.681 149.858 133.438 150.022 140.999C150.157 147.257 149.936 148.346 149.743 152L149.754 153.033L148.699 153.044C147.938 153.004 147.066 152.965 146.013 152.93ZM181.239 111.57C178.015 111.468 175.142 111.649 172.076 111.834L173.27 110.64C173.422 113.178 173.577 115.848 173.576 118.96L172.076 117.46C172.547 117.46 173.028 117.464 173.521 117.472C181.196 117.597 182.345 118.064 191.135 117.959C193.065 117.936 194.996 117.933 196.876 117.941L197.883 117.931L197.894 118.96C197.875 123.506 197.794 127.75 197.791 130.96L197.801 131.866L196.876 131.876C195.371 131.874 194.094 131.89 193.12 131.938C189.206 132.13 188.793 131.549 183.236 131.678C178.731 131.783 175.665 131.753 172.076 131.637L172.753 130.96C172.726 131.798 172.694 132.665 172.658 133.585C172.603 135.016 172.55 137.321 172.508 140L172.076 139.568C178.492 139.667 187.052 139.699 190.882 139.535C193.014 139.444 195.264 139.451 197.436 139.499L197.932 139.493L197.937 140C197.864 143.359 197.692 146.532 197.634 148.794C197.605 149.954 197.564 150.867 197.521 151.566C197.504 151.863 197.466 152 197.429 152C197.429 152 197.429 152 197.429 152C197.383 152 197.337 151.788 197.331 151.406C197.303 149.557 197.228 146.792 197.061 143.526C196.988 142.113 196.951 140.991 196.935 140L197.436 140.5C194.156 140.554 192.298 140.379 185.984 140.502C180.702 140.605 176.774 140.775 172.076 140.827L171.24 140.819L171.248 140C171.219 137.384 171.225 134.53 171.3 131.07C171.3 131.033 171.301 130.996 171.302 130.96L171.31 130.178L172.076 130.186C181.505 130.382 183.841 129.553 196.876 129.993L195.908 130.96C195.916 130.748 195.923 130.533 195.931 130.315C196.112 125.274 196.103 121.898 196.014 118.96L196.876 119.822C191.854 119.976 188.113 120.365 179.526 120.441C177.13 120.462 174.624 120.464 172.076 120.453L170.567 120.438L170.582 118.96C170.594 116.207 170.621 113.405 170.655 110.64L170.67 109.204L172.076 109.219C181.293 109.332 190.099 109.524 195.299 109.497C195.992 109.494 196.704 109.49 197.436 109.486L196.281 110.64C196.26 107.041 196.233 102.988 196.219 98.64L197.436 99.8568C192.2 99.8735 186.536 99.87 180.718 99.8101C173.902 99.7399 166.15 99.8147 158.316 99.8456L159.521 98.64C159.543 104.174 159.543 109.749 159.455 115.064C159.26 126.769 159.018 142.89 158.84 152L158.316 151.476C159.197 151.493 160.013 151.51 160.753 151.526C169.138 151.706 171.182 151.747 179.253 151.637C183.892 151.573 190.283 151.633 195.681 151.867C198.398 151.984 197.783 152.148 195.048 152.226C191.049 152.341 187.767 152.264 185.706 152.469C181.589 152.878 179.839 153.035 174.642 152.797C169.445 152.559 166.996 153.099 163.966 153.037C162.232 153.002 161.507 152.882 158.316 152.832L157.492 152.841L157.484 152C157.521 149.615 157.519 145.854 157.414 139.265C157.168 123.859 157.105 115.414 157.046 109.58C157.02 106.949 157.061 103.026 157.106 98.64L157.094 97.4433L158.316 97.4305C163.654 97.4848 169.68 97.5435 174.899 97.4887C180.471 97.4301 189.416 97.4373 197.436 97.4204L198.642 97.4077L198.655 98.64C198.665 103.204 198.682 107.468 198.724 110.64L198.738 111.915L197.436 111.929C196.671 111.939 195.969 111.95 195.343 111.963C187.551 112.127 187.535 111.77 181.239 111.57ZM230.963 97.7097C232.612 97.7855 234.129 97.7051 235.665 97.583C238.249 97.4076 241.151 97.379 244.409 99.0016C249.272 102.077 250.014 103.252 251.972 109.342C252.184 110.296 252.288 111.274 252.288 112.24C252.452 117.827 248.736 122.138 246.753 123.502C245.007 124.817 244.143 124.834 242.304 125.198L242.258 123.754C242.906 123.893 243.687 124.075 244.682 124.427C248.487 125.933 250.226 128.161 251.571 131.338C252.067 132.569 252.766 134.89 252.704 137.52C252.806 141.82 250.374 146.396 248.654 148.069C246.048 151.134 241.37 152.023 238.853 152.093C238.047 152.141 237.412 152.12 236.928 152.084C236.721 152.068 236.625 152.03 236.625 151.993C236.625 151.993 236.625 151.993 236.625 151.993C236.625 151.947 236.774 151.902 237.036 151.892C238.298 151.84 240.217 151.643 242.283 150.847C245.872 149.098 246.923 149.386 249.94 144.818C251.284 142.266 251.566 139.931 251.516 137.52C251.432 135.372 251.024 133.056 249.566 130.459C247.374 126.972 245.11 126.054 241.982 125.535L241.913 123.438C243.568 122.99 245.613 122.225 247.688 120.049C250.282 117.111 250.429 114.38 250.337 112.24C250.05 109.605 249.439 106.971 246.148 103.746C243.585 101.344 239.6 100.073 235.665 100.031C229.912 99.9169 224.554 99.7585 221.275 99.7826C216.914 99.8147 211.398 99.8849 205.425 99.8603L206.645 98.64C206.638 100.408 206.622 102.217 206.595 104.048C206.475 112.061 206.778 121.953 206.564 130.798C206.408 137.262 206.222 145.681 206.062 152L205.425 151.363C207.753 151.422 209.796 151.477 211.351 151.526C217.128 151.706 218.537 151.747 224.097 151.637C227.294 151.573 231.697 151.633 235.416 151.867C237.288 151.984 236.864 152.148 234.98 152.226C232.225 152.341 229.963 152.264 228.544 152.469C225.707 152.878 224.501 153.035 220.92 152.797C217.34 152.559 215.652 153.099 213.565 153.037C211.83 152.985 211.561 152.756 205.425 152.822L204.616 152.834L204.603 152C204.59 150.753 204.565 149.265 204.523 147.473C204.277 136.858 204.215 131.04 204.156 127.02C204.097 123.001 204.374 114.608 204.274 108.057C204.236 105.607 204.226 102.212 204.219 98.64L204.2 97.4522L205.425 97.4336C211.407 97.4216 217.884 97.4192 221.245 97.3167C226.614 97.1532 226.625 97.5102 230.963 97.7097ZM220.115 110.424C219.916 111.531 220.797 112.402 220.673 113.751C220.548 115.1 220.081 115.302 220.186 116.847C220.24 117.644 220.181 118.441 220.138 119.12L219.185 118.167C219.823 118.208 220.357 118.235 220.691 118.142C221.378 117.95 221.451 118.531 222.428 118.402C223.405 118.272 223.997 118.348 224.851 118.537C225.705 118.726 228.33 118.887 229.284 118.655C230.238 118.423 231.327 118.826 231.981 118.921C232.185 118.951 232.346 118.992 232.469 119.034C232.521 119.052 232.545 119.09 232.545 119.127C232.545 119.127 232.545 119.127 232.545 119.127C232.545 119.173 232.508 119.218 232.441 119.224C232.116 119.253 231.63 119.327 231.056 119.495C229.985 119.807 229.868 119.462 228.423 119.622C226.978 119.783 226.109 120.103 224.409 119.896C222.708 119.689 222.318 120.556 219.917 120.065C219.648 120.01 219.406 119.972 219.185 119.949L218.31 119.897L218.356 119.12C218.539 117.368 217.811 116.931 217.704 114.807C217.63 113.351 217.787 111.663 217.912 110.24L217.992 108.895L219.185 108.967C220.101 109.047 220.907 109.114 221.472 109.097C222.914 109.056 224.851 108.95 226.895 109.07C228.591 109.169 230.616 108.978 232.545 109.032C233.017 109.043 233.49 109.109 233.94 109.238C235.038 109.537 236.283 110.276 237.013 111.373C237.766 112.458 237.931 113.737 237.836 114.64C237.802 114.999 237.736 115.316 237.662 115.575C237.111 117.1 236.857 117.424 235.768 118.5C235.103 119.102 233.839 119.456 232.86 119.246C232.368 119.14 232.495 118.981 232.95 118.88C233.609 118.723 234.155 118.631 234.388 118.318C234.826 117.675 234.882 117.479 235.566 117.129C236.253 116.696 235.898 116.084 236.072 115.747C236.18 115.483 236.414 115.446 236.454 114.64C236.458 114.296 236.407 113.797 236.091 113.225C234.924 111.414 233.467 111.54 232.713 111.512C232.661 111.514 232.605 111.515 232.545 111.517C231.458 111.534 229.482 111.298 227.918 111.391C226.247 111.491 222.849 111.4 221.48 111.563C220.191 111.717 220.112 111.41 219.185 111.207L220.152 110.24C220.139 110.298 220.127 110.359 220.115 110.424ZM219.21 131.73C219.201 131.729 219.193 131.728 219.185 131.726L220.111 130.8C219.928 131.966 220.797 132.89 220.673 134.315C220.548 135.75 220.081 135.965 220.186 137.609C220.25 138.607 220.157 139.606 220.117 140.4L219.185 139.468C219.698 139.494 220.126 139.497 220.413 139.422C221.145 139.23 221.222 139.811 222.262 139.682C223.301 139.552 223.93 139.628 224.839 139.817C225.748 140.006 228.54 140.167 229.556 139.935C230.571 139.703 231.729 140.106 232.425 140.201C232.642 140.231 232.813 140.272 232.944 140.314C232.999 140.332 233.025 140.37 233.025 140.407C233.025 140.407 233.025 140.407 233.025 140.407C233.025 140.453 232.985 140.498 232.914 140.504C232.568 140.533 232.051 140.607 231.44 140.775C230.302 141.087 230.177 140.742 228.64 140.902C227.102 141.063 226.178 141.383 224.369 141.176C222.56 140.969 222.144 141.836 219.59 141.345C219.448 141.317 219.314 141.294 219.185 141.275L218.263 141.223L218.31 140.4C218.634 138.215 217.818 137.841 217.704 135.438C217.634 133.964 217.772 132.266 217.893 130.8L217.97 129.44L219.185 129.508C220.25 129.596 221.193 129.675 221.839 129.657C223.373 129.616 225.434 129.51 227.608 129.63C229.239 129.72 231.156 129.572 233.025 129.583C233.748 129.586 234.48 129.696 235.16 129.946C237.475 130.559 239.293 133.652 238.903 135.6C238.859 136.106 238.759 136.545 238.646 136.886C237.999 138.475 237.7 138.814 236.468 139.864C235.717 140.446 234.391 140.74 233.359 140.527C232.839 140.42 232.97 140.26 233.46 140.162C234.171 140.01 234.762 139.936 235.035 139.627C235.557 138.992 235.654 138.791 236.4 138.452C237.153 138.027 236.839 137.371 237.04 137.016C237.17 136.713 237.468 136.703 237.494 135.6C237.488 135.253 237.43 134.795 237.191 134.274C236.083 132.189 234.517 132.207 233.7 132.106C233.514 132.098 233.29 132.079 233.025 132.069C231.828 132.029 230.105 131.872 228.697 131.951C226.919 132.051 223.304 131.96 221.847 132.123C220.39 132.287 220.387 131.93 219.21 131.73ZM310.33 104.855C310.131 111.572 311.012 116.858 310.888 125.044C310.763 133.23 310.296 134.456 310.401 143.831C310.432 146.598 310.426 149.366 310.407 152L310.417 152.997L309.4 153.007C303.716 152.966 298.654 152.865 295.56 152.946L294.623 152.955L294.614 152C294.605 151.67 294.595 151.363 294.582 151.08C294.39 146.906 294.971 146.466 294.842 140.538C294.712 134.611 294.788 131.018 294.977 125.835C295.033 124.316 295.085 121.877 295.127 119.04L295.918 119.284C291.976 124.886 286.786 132.438 284.614 135.913C281.543 140.828 277.488 146.058 275.171 149.286C274.449 150.292 273.867 151.073 273.411 151.666C273.218 151.917 273.105 152.017 273.074 151.996C273.074 151.996 273.074 151.996 273.074 151.996C273.036 151.97 273.126 151.757 273.351 151.418C274.439 149.772 276.039 147.294 277.863 144.322C281.265 138.78 281.95 138.388 286.759 131.052C289.859 126.324 292.084 122.761 294.876 118.574L296.399 116.36L296.388 119.04C296.417 121.817 296.41 124.848 296.336 128.517C296.148 137.874 296.844 140.696 296.609 152L295.56 150.951C296.723 150.975 297.975 151.009 299.334 151.055C303.583 151.199 306.723 151.223 309.4 151.183L308.583 152C308.485 145.5 308.004 141.732 307.919 131.45C307.83 120.801 308.076 108.104 308.197 98.64L309.4 99.8429C305.962 99.799 302.95 99.7715 300.618 99.7826C298.908 99.7907 297.082 99.8013 295.16 99.8122L296.126 99.3037C291.683 105.85 286.311 113.757 280.58 121.928C278.64 124.695 276.603 127.658 274.506 130.73L272.397 133.771L272.413 130.08C272.383 120.146 272.266 109.325 272.421 99.362C272.425 99.123 272.429 98.8823 272.432 98.64L273.56 99.7677C269.323 99.7019 264.584 99.6311 259.8 99.5594L260.719 98.64C260.56 109.258 260.397 120.096 260.274 126.154C260.094 135.098 260.053 137.278 260.163 145.886C260.187 147.718 260.193 149.805 260.181 152L259.8 151.619C263.535 151.641 267.582 151.72 271.209 151.867C274.107 151.984 273.45 152.148 270.533 152.226C266.268 152.341 262.767 152.264 260.569 152.469C260.304 152.494 260.048 152.517 259.8 152.54L259.265 152.545L259.26 152C258.905 148.139 258.78 146.177 259.003 140.968C259.241 135.425 258.701 132.812 258.763 129.581C258.825 126.349 259.144 126.402 258.898 109.971C258.835 105.725 258.783 101.975 258.741 98.64L258.731 97.5918L259.8 97.5813C265.45 97.5099 269.907 97.4646 273.56 97.4306L274.757 97.4188L274.769 98.64C274.793 101.174 274.811 103.321 274.829 105.211C274.88 110.546 274.684 120.856 274.689 130.08L272.629 129.44C273.498 128.174 274.345 126.93 275.152 125.729C279.816 118.796 288.613 106.076 294.123 97.9276L294.486 97.3885L295.16 97.3819C297.263 97.3664 299.108 97.3455 300.572 97.3167C305.253 97.2246 307.302 97.2976 309.4 97.4146L310.613 97.4027L310.625 98.64C310.535 100.267 310.417 101.922 310.33 104.855ZM369.629 132.557C369.535 135.176 369.68 137.533 369.847 140L368.699 138.852C370.227 138.749 371.798 138.637 373.499 138.567L374.914 138.551L374.931 140C374.988 141.405 375.017 142.899 374.987 144.531C374.862 151.333 374.394 152.351 374.5 160.141C374.507 160.708 374.513 161.275 374.516 161.84L374.528 162.845L373.499 162.857C368.319 162.89 363.278 162.763 359.659 162.756L358.754 162.767L358.743 161.84C358.746 160.428 358.73 159.232 358.68 158.329C358.526 155.541 358.871 154.758 358.945 152L359.659 152.713C358.986 152.695 358.195 152.693 357.229 152.718C352.304 152.848 349.319 152.772 345.012 152.583C342.171 152.458 335.448 152.346 329.819 152.35L330.169 152C330.171 154.906 330.204 157.52 330.283 159.158C330.326 160.035 330.347 160.935 330.353 161.84L330.359 162.368L329.819 162.374C325.76 162.4 321.599 162.117 318.9 162.039C317.872 162.009 317.063 161.968 316.443 161.926C316.18 161.908 316.059 161.87 316.059 161.833C316.059 161.833 316.059 161.833 316.059 161.833C316.059 161.787 316.247 161.742 316.585 161.736C318.224 161.707 320.674 161.633 323.568 161.465C326.432 161.3 327.943 161.319 329.819 161.35L329.329 161.84C329.356 160.181 329.392 158.237 329.316 154.817C329.295 153.831 329.27 152.897 329.244 152L329.251 151.419L329.819 151.425C335.551 151.26 339.828 151.045 347.241 151.224C352.598 151.354 355.376 151.063 359.659 150.947L360.724 150.96L360.711 152C360.779 154.498 360.788 157.508 360.619 161.84L359.659 160.88C359.787 160.885 359.917 160.89 360.048 160.895C366.532 161.159 369.907 161.021 373.499 160.817L372.476 161.84C372.299 158.727 372.074 155.453 372.018 149.853C371.986 146.717 371.997 143.368 372.029 140L373.499 141.47C371.896 141.454 370.289 141.434 368.699 141.411L367.271 141.394L367.287 140C367.401 132.079 367.582 124.577 367.556 120.096C367.523 114.227 367.447 106.733 367.482 98.64L368.699 99.8563C366.766 99.8479 364.799 99.8332 362.813 99.8101C352.667 99.6922 340.179 99.9833 328.939 99.7886L330.079 98.775C330.055 98.9517 330.031 99.1282 330.007 99.3042C328.901 107.349 327.486 117.772 326.383 125.756C325.919 128.991 325.292 131.812 324.552 133.852C322.747 139.12 319.641 140.594 316.106 141.103L316.365 140.8C316.373 142.189 316.392 143.755 316.422 145.726C316.486 149.838 316.426 155.501 316.192 160.285C316.075 162.693 315.911 162.148 315.832 159.724C315.718 156.18 315.794 153.271 315.59 151.445C315.181 147.797 315.024 146.246 315.262 141.64C315.277 141.351 315.289 141.071 315.298 140.8L315.29 140.158L315.941 140.048C319.918 139.581 320.948 137.716 322.082 135.826C322.953 133.936 323.818 133.876 324.918 125.577C325.078 124.11 325.257 122.389 325.46 120.363C326.483 110.141 327.2 103.398 327.725 98.4964L327.839 97.431L328.939 97.418C330.562 97.4002 331.984 97.3854 333.264 97.3707C338.435 97.3117 349.23 97.5886 357.656 97.4887C360.561 97.4542 364.5 97.4425 368.699 97.4353L369.889 97.4212L369.903 98.64C369.917 106.619 369.915 115.533 370.022 120.058C370.186 126.963 369.829 126.977 369.629 132.557ZM354.008 122.766C354.208 120.662 353.326 119.006 353.451 116.442C353.574 113.902 354.034 113.502 353.941 110.64L354.939 111.638C354.912 111.639 354.884 111.64 354.857 111.641C351.921 111.746 348.983 111.426 347.675 111.618C346.368 111.81 346.23 111.229 344.374 111.358C343.165 111.442 342.267 111.44 341.339 111.375L342.069 110.727C341.976 111.217 341.864 111.713 341.731 112.268C341.351 113.858 340.6 118.792 340.615 120.621C340.63 122.449 339.985 124.456 339.743 125.68C339.668 126.061 339.591 126.359 339.521 126.586C339.492 126.683 339.449 126.724 339.412 126.719C339.412 126.719 339.412 126.719 339.412 126.719C339.366 126.714 339.329 126.638 339.339 126.511C339.384 125.894 339.419 124.968 339.382 123.865C339.314 121.808 339.682 121.628 339.849 118.881C340.015 116.135 339.892 114.458 340.482 111.273C340.529 111.019 340.567 110.779 340.598 110.552L340.701 109.874L341.339 109.894C343.984 109.941 344.948 109.243 349.146 109.695C352.016 110.005 353.271 109.76 354.939 109.506L356.107 109.543L356.073 110.64C356.222 111.623 356.375 112.75 356.42 114.436C356.541 118.983 356.04 124.722 356.081 127.463C356.123 130.204 356.229 133.885 356.109 137.77C356.087 138.485 356.079 139.232 356.08 140L356.043 141.176L354.939 141.141C351.534 141.144 347.697 141.313 344.198 141.139C340.947 140.977 336.675 140.783 333.579 140.619L332.072 140.589L333.141 139.562C333.853 138.924 334.429 138.304 334.86 137.803C336.577 135.681 336.923 135.031 337.755 132.518C338.207 131.059 338.746 129.036 339.212 127.283C339.444 126.403 339.586 126.621 339.538 127.544C339.461 128.894 339.143 129.961 339.169 130.688C339.205 132.139 339.182 132.813 338.275 134.387C337.341 135.929 337.361 136.912 336.722 137.785C336.177 138.445 336.027 138.546 334.155 140.576L333.579 139.185C334.247 139.174 335.075 139.148 336.113 139.098C341.26 138.852 344.081 138.79 346.03 138.731C347.921 138.674 351.808 138.932 354.939 138.857L353.795 140C353.793 139.904 353.79 139.809 353.787 139.714C353.688 136.538 353.779 130.08 353.615 127.477C353.452 124.874 353.809 124.869 354.008 122.766ZM402.332 111.57C399.108 111.468 396.236 111.649 393.169 111.834L394.363 110.64C394.516 113.178 394.671 115.848 394.669 118.96L393.169 117.46C393.641 117.46 394.122 117.464 394.615 117.472C402.289 117.597 403.439 118.064 412.228 117.959C414.159 117.936 416.09 117.933 417.969 117.941L418.977 117.931L418.988 118.96C418.969 123.506 418.887 127.75 418.885 130.96L418.894 131.866L417.969 131.876C416.465 131.874 415.188 131.89 414.214 131.938C410.3 132.13 409.887 131.549 404.33 131.678C399.825 131.783 396.758 131.753 393.169 131.637L393.847 130.96C393.82 131.798 393.788 132.665 393.752 133.585C393.697 135.016 393.643 137.321 393.602 140L393.169 139.568C399.586 139.667 408.146 139.699 411.976 139.535C414.108 139.444 416.358 139.451 418.529 139.499L419.026 139.493L419.031 140C418.957 143.359 418.786 146.532 418.728 148.794C418.698 149.954 418.658 150.867 418.615 151.566C418.597 151.863 418.56 152 418.523 152C418.523 152 418.523 152 418.523 152C418.476 152 418.431 151.788 418.425 151.406C418.397 149.557 418.322 146.792 418.155 143.526C418.082 142.113 418.045 140.991 418.029 140L418.529 140.5C415.25 140.554 413.392 140.379 407.078 140.502C401.795 140.605 397.868 140.775 393.169 140.827L392.333 140.819L392.342 140C392.313 137.384 392.319 134.53 392.393 131.07C392.394 131.033 392.395 130.996 392.396 130.96L392.404 130.178L393.169 130.186C402.598 130.382 404.935 129.553 417.969 129.993L417.002 130.96C417.009 130.748 417.017 130.533 417.025 130.315C417.206 125.274 417.197 121.898 417.107 118.96L417.969 119.822C412.948 119.976 409.206 120.365 400.62 120.441C398.224 120.462 395.718 120.464 393.169 120.453L391.66 120.438L391.676 118.96C391.688 116.207 391.715 113.405 391.748 110.64L391.764 109.204L393.169 109.219C402.387 109.332 411.193 109.524 416.393 109.497C417.086 109.494 417.798 109.49 418.529 109.486L417.375 110.64C417.354 107.041 417.326 102.988 417.313 98.64L418.529 99.8568C413.294 99.8735 407.629 99.87 401.812 99.8101C394.996 99.7399 387.244 99.8147 379.409 99.8456L380.615 98.64C380.637 104.174 380.637 109.749 380.548 115.064C380.353 126.769 380.112 142.89 379.934 152L379.409 151.476C380.291 151.493 381.107 151.51 381.847 151.526C390.232 151.706 392.276 151.747 400.347 151.637C404.986 151.573 411.377 151.633 416.775 151.867C419.492 151.984 418.876 152.148 416.142 152.226C412.143 152.341 408.86 152.264 406.8 152.469C402.683 152.878 400.933 153.035 395.736 152.797C390.538 152.559 388.089 153.099 385.06 153.037C383.326 153.002 382.6 152.882 379.409 152.832L378.586 152.841L378.577 152C378.615 149.615 378.613 145.854 378.508 139.265C378.262 123.859 378.199 115.414 378.14 109.58C378.114 106.949 378.155 103.026 378.2 98.64L378.187 97.4433L379.409 97.4305C384.748 97.4848 390.773 97.5435 395.993 97.4887C401.565 97.4301 410.51 97.4373 418.529 97.4204L419.736 97.4077L419.749 98.64C419.759 103.204 419.776 107.468 419.818 110.64L419.831 111.915L418.529 111.929C417.765 111.939 417.063 111.95 416.436 111.963C408.645 112.127 408.629 111.77 402.332 111.57ZM441.209 100.729C441.021 106.732 441.792 111.532 441.779 118.56L440.279 117.06C440.713 117.061 441.157 117.065 441.609 117.072C449.379 117.197 450.542 117.664 459.44 117.559C460.442 117.547 461.444 117.541 462.439 117.538L461.417 118.56C461.398 110.719 461.631 103.312 461.46 99.7964C461.44 99.3742 461.428 98.9923 461.424 98.64L461.413 97.6355L462.439 97.6248C465.392 97.5853 466.262 98.0368 471.288 97.9215C473.116 97.8796 474.711 97.8593 476.199 97.8575L476.973 97.8494L476.981 98.64C476.985 101.731 476.909 104.364 476.782 107.685C476.593 112.605 476.431 127.721 476.663 133.218C476.895 138.714 476.493 144.984 476.397 148.754C476.368 149.928 476.327 150.853 476.285 151.561C476.267 151.861 476.229 152 476.192 152C476.192 152 476.192 152 476.192 152C476.146 152 476.1 151.785 476.095 151.399C476.066 149.527 475.992 146.728 475.824 143.422C475.512 137.257 475.857 136.583 475.696 128.259C475.536 119.935 475.215 114.933 475.423 105.139C475.477 102.568 475.457 100.517 475.408 98.64L476.199 99.4309C472.021 99.5415 468.705 99.801 462.439 99.7238L463.523 98.64C463.502 100.284 463.459 102.132 463.383 104.252C463.143 111.02 463.237 114.824 463.411 118.56L463.401 119.542L462.439 119.532C458.543 119.713 454.721 119.98 447.689 120.041C445.305 120.062 442.813 120.064 440.279 120.054L438.769 120.038L438.785 118.56C438.812 111.806 438.929 104.751 439.021 98.64L440.279 99.8979C435.428 99.8248 431.173 99.7674 428.133 99.7826C427.606 99.7852 427.068 99.7881 426.519 99.7912L427.67 98.64C427.715 106.749 427.801 117.233 427.689 128.26C427.616 135.467 427.7 143.709 427.728 152L426.519 150.791C431.148 150.775 435.791 150.777 440.279 150.835L439.113 152C439.121 151.395 439.13 150.793 439.14 150.195C439.237 144.284 439.346 137.26 439.453 130.56L439.461 129.725L440.279 129.734C448.31 129.862 455.876 129.987 460.504 130.086C461.188 130.1 461.831 130.114 462.439 130.127L462.877 130.131L462.872 130.56C462.727 137.487 462.7 139.841 462.802 147.353C462.821 148.766 462.829 150.341 462.825 152L462.439 151.614C466.292 151.625 470.603 151.703 474.423 151.867C477.173 151.984 476.55 152.148 473.782 152.226C469.734 152.341 466.411 152.264 464.325 152.469C463.64 152.536 463.02 152.596 462.439 152.649L461.796 152.656L461.789 152C461.52 149.042 461.443 147.082 461.642 142.685C461.88 137.424 461.339 134.944 461.401 131.877C461.412 131.383 461.428 130.97 461.448 130.56L462.439 131.551C460.299 131.447 458.229 131.256 445.144 131.462C443.44 131.489 441.82 131.513 440.279 131.536L441.255 130.56C441.4 140.405 441.465 147.053 441.512 152L441.525 153.22L440.279 153.233C438.91 153.246 437.672 153.258 436.533 153.269C434.083 153.294 430.528 153.26 426.519 153.22L425.311 153.233L425.299 152C425.355 146.343 425.426 139.784 425.367 134.151C425.274 125.113 425.349 107.31 425.223 98.64L425.209 97.3575L426.519 97.3439C427.083 97.3358 427.608 97.3267 428.089 97.3167C435.008 97.1733 435.87 97.4303 440.279 97.6302L441.278 97.6199L441.289 98.64C441.26 99.2578 441.234 99.9452 441.209 100.729ZM536.346 104.855C536.146 111.572 537.028 116.858 536.904 125.044C536.779 133.23 536.311 134.456 536.416 143.831C536.448 146.598 536.442 149.366 536.423 152L536.432 152.997L535.416 153.007C529.731 152.966 524.669 152.865 521.576 152.946L520.639 152.955L520.63 152C520.621 151.67 520.61 151.363 520.597 151.08C520.405 146.906 520.986 146.466 520.857 140.538C520.728 134.611 520.804 131.018 520.993 125.835C521.048 124.316 521.101 121.877 521.143 119.04L521.933 119.284C517.992 124.886 512.802 132.438 510.63 135.913C507.558 140.828 503.504 146.058 501.187 149.286C500.465 150.292 499.883 151.073 499.427 151.666C499.234 151.917 499.121 152.017 499.09 151.996C499.09 151.996 499.09 151.996 499.09 151.996C499.052 151.97 499.142 151.757 499.366 151.418C500.455 149.772 502.054 147.294 503.879 144.322C507.281 138.78 507.966 138.388 512.775 131.052C515.874 126.324 518.099 122.761 520.892 118.574L522.415 116.36L522.404 119.04C522.432 121.817 522.425 124.848 522.352 128.517C522.164 137.874 522.86 140.696 522.624 152L521.576 150.951C522.738 150.975 523.991 151.009 525.35 151.055C529.599 151.199 532.739 151.223 535.416 151.183L534.598 152C534.5 145.5 534.02 141.732 533.934 131.45C533.846 120.801 534.092 108.104 534.213 98.64L535.416 99.8429C531.977 99.799 528.966 99.7715 526.634 99.7826C524.923 99.7907 523.098 99.8013 521.176 99.8122L522.142 99.3037C517.698 105.85 512.327 113.757 506.596 121.928C504.655 124.695 502.618 127.658 500.521 130.73L498.412 133.771L498.428 130.08C498.399 120.146 498.281 109.325 498.437 99.362C498.44 99.123 498.444 98.8823 498.448 98.64L499.576 99.7677C495.338 99.7019 490.599 99.6311 485.816 99.5594L486.735 98.64C486.576 109.258 486.413 120.096 486.29 126.154C486.109 135.098 486.068 137.278 486.179 145.886C486.202 147.718 486.209 149.805 486.196 152L485.816 151.619C489.551 151.641 493.598 151.72 497.225 151.867C500.122 151.984 499.466 152.148 496.549 152.226C492.284 152.341 488.783 152.264 486.585 152.469C486.32 152.494 486.064 152.517 485.816 152.54L485.281 152.545L485.275 152C484.92 148.139 484.795 146.177 485.019 140.968C485.257 135.425 484.716 132.812 484.778 129.581C484.841 126.349 485.16 126.402 484.914 109.971C484.85 105.725 484.799 101.975 484.757 98.64L484.747 97.5918L485.816 97.5813C491.466 97.5099 495.923 97.4646 499.576 97.4306L500.773 97.4188L500.785 98.64C500.809 101.174 500.827 103.321 500.845 105.211C500.895 110.546 500.699 120.856 500.705 130.08L498.645 129.44C499.513 128.174 500.36 126.93 501.168 125.729C505.831 118.796 514.628 106.076 520.139 97.9276L520.501 97.3885L521.176 97.3819C523.278 97.3664 525.124 97.3455 526.588 97.3167C531.268 97.2246 533.318 97.2976 535.416 97.4146L536.629 97.4027L536.641 98.64C536.55 100.267 536.433 101.922 536.346 104.855ZM567.957 111.57C564.733 111.468 561.861 111.649 558.794 111.834L559.988 110.64C560.141 113.178 560.296 115.848 560.294 118.96L558.794 117.46C559.266 117.46 559.747 117.464 560.24 117.472C567.914 117.597 569.064 118.064 577.853 117.959C579.784 117.936 581.715 117.933 583.594 117.941L584.602 117.931L584.613 118.96C584.594 123.506 584.512 127.75 584.51 130.96L584.519 131.866L583.594 131.876C582.09 131.874 580.813 131.89 579.839 131.938C575.925 132.13 575.512 131.549 569.955 131.678C565.45 131.783 562.383 131.753 558.794 131.637L559.472 130.96C559.445 131.798 559.413 132.665 559.377 133.585C559.322 135.016 559.268 137.321 559.227 140L558.794 139.568C565.211 139.667 573.771 139.699 577.601 139.535C579.733 139.444 581.983 139.451 584.154 139.499L584.651 139.493L584.656 140C584.582 143.359 584.411 146.532 584.353 148.794C584.323 149.954 584.283 150.867 584.24 151.566C584.222 151.863 584.185 152 584.148 152C584.148 152 584.148 152 584.148 152C584.101 152 584.056 151.788 584.05 151.406C584.022 149.557 583.947 146.792 583.78 143.526C583.707 142.113 583.67 140.991 583.654 140L584.154 140.5C580.875 140.554 579.017 140.379 572.703 140.502C567.42 140.605 563.493 140.775 558.794 140.827L557.958 140.819L557.967 140C557.938 137.384 557.944 134.53 558.018 131.07C558.019 131.033 558.02 130.996 558.021 130.96L558.029 130.178L558.794 130.186C568.223 130.382 570.56 129.553 583.594 129.993L582.627 130.96C582.634 130.748 582.642 130.533 582.65 130.315C582.831 125.274 582.822 121.898 582.732 118.96L583.594 119.822C578.573 119.976 574.831 120.365 566.245 120.441C563.849 120.462 561.343 120.464 558.794 120.453L557.285 120.438L557.301 118.96C557.313 116.207 557.34 113.405 557.373 110.64L557.389 109.204L558.794 109.219C568.012 109.332 576.818 109.524 582.018 109.497C582.711 109.494 583.423 109.49 584.154 109.486L583 110.64C582.979 107.041 582.951 102.988 582.938 98.64L584.154 99.8568C578.919 99.8735 573.254 99.87 567.437 99.8101C560.621 99.7399 552.869 99.8147 545.034 99.8456L546.24 98.64C546.262 104.174 546.262 109.749 546.173 115.064C545.978 126.769 545.737 142.89 545.559 152L545.034 151.476C545.916 151.493 546.732 151.51 547.472 151.526C555.857 151.706 557.901 151.747 565.972 151.637C570.611 151.573 577.002 151.633 582.4 151.867C585.117 151.984 584.501 152.148 581.767 152.226C577.768 152.341 574.485 152.264 572.425 152.469C568.308 152.878 566.558 153.035 561.361 152.797C556.163 152.559 553.714 153.099 550.685 153.037C548.951 153.002 548.225 152.882 545.034 152.832L544.211 152.841L544.202 152C544.24 149.615 544.238 145.854 544.133 139.265C543.887 123.859 543.824 115.414 543.765 109.58C543.739 106.949 543.78 103.026 543.825 98.64L543.812 97.4433L545.034 97.4305C550.373 97.4848 556.398 97.5435 561.618 97.4887C567.19 97.4301 576.135 97.4373 584.154 97.4204L585.361 97.4077L585.374 98.64C585.384 103.204 585.401 107.468 585.443 110.64L585.456 111.915L584.154 111.929C583.39 111.939 582.688 111.95 582.062 111.963C574.27 112.127 574.254 111.77 567.957 111.57Z' fill='%23171717'/%3E%3Cpath d='M18.08 66H4.8V12.64H18.56V44.08L40.16 12.64H54.4V66H40.56V33.04L18.08 66ZM113.699 66H99.9388V44.56H77.7788V66H64.0188V12.64H77.7788V32.56H99.9388V12.64H113.699V66ZM148.996 66H135.236V24.64H120.276V12.64H163.876V24.64H148.996V66ZM209.545 66H170.425V12.64H209.545V24.64H184.185V32.96H208.985V44.96H184.185V54H209.545V66ZM231.294 66H217.534V12.64H244.254C256.254 12.64 262.814 20.72 262.814 30.4C262.814 40 256.254 48.08 244.254 48.08H231.294V66ZM242.414 36.08C246.094 36.08 248.814 34 248.814 30.4C248.814 26.72 246.094 24.64 242.414 24.64H231.294V36.08H242.414ZM318.621 66H304.861V44.56H282.701V66H268.941V12.64H282.701V32.56H304.861V12.64H318.621V66ZM367.358 66H328.238V12.64H367.358V24.64H341.998V32.96H366.798V44.96H341.998V54H367.358V66ZM401.027 66H387.267V24.64H372.307V12.64H415.907V24.64H401.027V66Z' fill='white'/%3E%3Cpath d='M55.3303 18.8554C55.1308 25.5715 56.0125 30.8585 55.8879 39.0445C55.7633 47.2304 55.2956 48.4564 55.4008 57.8314C55.4319 60.5985 55.4259 63.366 55.407 66L55.4168 66.9969L54.4 67.007C48.7158 66.9661 43.6536 66.8651 40.56 66.946L39.6235 66.9552L39.614 66C39.6054 65.6705 39.5947 65.3633 39.5817 65.0801C39.3895 60.9061 39.9706 60.4655 39.8415 54.538C39.7125 48.6109 39.7883 45.0185 39.9772 39.8347C40.0325 38.3164 40.0855 35.8767 40.1269 33.04L40.9178 33.284C36.9761 38.886 31.7862 46.4375 29.6143 49.9132C26.5428 54.8284 22.4883 60.0585 20.1712 63.2865C19.4494 64.2919 18.8671 65.0734 18.4115 65.6663C18.2185 65.9174 18.1051 66.017 18.0744 65.9962C18.0744 65.9962 18.0744 65.9962 18.0744 65.9961C18.0363 65.97 18.1264 65.7573 18.3506 65.4183C19.4389 63.7724 21.0386 61.2942 22.8631 58.3221C26.2649 52.7803 26.9499 52.3883 31.7593 45.0521C34.8586 40.3245 37.0836 36.7606 39.876 32.5735L41.3994 30.3604L41.3879 33.04C41.4168 35.8168 41.4098 38.8477 41.336 42.5172C41.148 51.8742 41.844 54.6957 41.6088 66L40.56 64.9512C41.7229 64.9754 42.9755 65.0094 44.3342 65.0553C48.5832 65.1988 51.7232 65.2232 54.4 65.1827L53.5827 66C53.4846 59.5 53.0043 55.7316 52.9188 45.4496C52.8303 34.8014 53.0762 22.1044 53.1971 12.64L54.4 13.8429C50.9618 13.799 47.9502 13.7715 45.6183 13.7826C43.9078 13.7907 42.0825 13.8013 40.16 13.8122L41.1261 13.3037C36.6826 19.8505 31.3111 27.7565 25.5803 35.9279C23.6397 38.6949 21.6027 41.6575 19.5056 44.7296L17.3968 47.7707L17.4128 44.08C17.3833 34.1458 17.2656 23.325 17.421 13.362C17.4248 13.123 17.4285 12.8823 17.4323 12.64L18.56 13.7677C14.3225 13.7019 9.58351 13.6311 4.8 13.5594L5.71945 12.64C5.56036 23.2583 5.39698 34.0959 5.27447 40.1544C5.0936 49.0978 5.05281 51.2776 5.16332 59.8861C5.18683 61.7176 5.19344 63.805 5.18059 66L4.8 65.6194C8.5354 65.6413 12.5822 65.7195 16.209 65.8667C19.1067 65.9842 18.4501 66.1479 15.5334 66.2263C11.2683 66.3408 7.7671 66.2643 5.56946 66.4689C5.30422 66.4936 5.04819 66.5174 4.8 66.5402L4.26518 66.5455L4.2598 66C3.90471 62.1392 3.77973 60.1769 4.00335 54.968C4.24131 49.4245 3.7005 46.8124 3.76275 43.5809C3.82502 40.3493 4.14401 40.4024 3.89825 23.971C3.83474 19.725 3.78345 15.9746 3.74129 12.64L3.73096 11.5918L4.8 11.5813C10.4503 11.5099 14.9072 11.4646 18.56 11.4306L19.7574 11.4188L19.7694 12.64C19.7931 15.174 19.8113 17.321 19.8292 19.2111C19.8798 24.5456 19.6836 34.8562 19.6895 44.08L17.629 43.4404C18.4977 42.1743 19.3446 40.9299 20.1524 39.729C24.8157 32.7959 33.6126 20.0757 39.123 11.9276L39.4856 11.3885L40.16 11.3819C42.2627 11.3664 44.1082 11.3455 45.5719 11.3167C50.2526 11.2246 52.3024 11.2976 54.4 11.4146L55.6132 11.4027L55.6254 12.64C55.5346 14.2667 55.4174 15.922 55.3303 18.8554ZM78.7091 14.7286C78.5212 20.7318 79.2922 25.5318 79.2786 32.56L77.7787 31.0602C78.2135 31.061 78.6567 31.0649 79.1093 31.0721C86.8788 31.1967 88.0424 31.6644 96.9404 31.5592C97.9422 31.5473 98.9439 31.5409 99.9388 31.5385L98.9172 32.56C98.8983 24.7188 99.131 17.3121 98.9605 13.7964C98.94 13.3742 98.9283 12.9923 98.9236 12.64L98.9131 11.6355L99.9388 11.6248C102.892 11.5853 103.762 12.0368 108.788 11.9215C110.616 11.8796 112.211 11.8593 113.699 11.8575L114.473 11.8494L114.481 12.64C114.485 15.7307 114.409 18.3636 114.282 21.6846C114.093 26.605 113.931 41.7211 114.163 47.2177C114.395 52.7144 113.993 58.9837 113.897 62.7539C113.868 63.9283 113.827 64.8525 113.785 65.5611C113.767 65.8612 113.729 65.9999 113.692 66C113.692 66 113.692 66 113.692 66C113.646 65.9999 113.6 65.7849 113.595 65.3991C113.566 63.5266 113.492 60.7279 113.324 57.4217C113.012 51.257 113.357 50.5834 113.196 42.2589C113.036 33.9346 112.715 28.9332 112.923 19.1386C112.977 16.5679 112.958 14.5169 112.908 12.64L113.699 13.4309C109.521 13.5415 106.205 13.801 99.9388 13.7238L101.023 12.64C101.002 14.2844 100.959 16.132 100.883 18.2517C100.643 25.0202 100.737 28.8238 100.911 32.56L100.901 33.542L99.9388 33.5321C96.0433 33.7129 92.2212 33.9796 85.1885 34.0412C82.8049 34.0621 80.313 34.0643 77.7787 34.054L76.2694 34.0384L76.2847 32.56C76.3121 25.8062 76.4289 18.7513 76.5209 12.64L77.7787 13.8979C72.9285 13.8248 68.6726 13.7674 65.6334 13.7826C65.1064 13.7852 64.568 13.7881 64.0188 13.7912L65.17 12.64C65.2154 20.7488 65.301 31.2328 65.1888 42.2598C65.1155 49.4674 65.2004 57.7095 65.2282 66L64.0188 64.7905C68.6475 64.775 73.2914 64.7772 77.7787 64.8347L76.6135 66C76.6212 65.3952 76.63 64.7933 76.6398 64.1947C76.737 58.2836 76.8458 51.26 76.9526 44.56L76.9613 43.7254L77.7787 43.7339C85.8098 43.8619 93.3759 43.9869 98.0037 44.0855C98.6883 44.1001 99.3311 44.1138 99.9388 44.1266L100.377 44.1311L100.372 44.56C100.227 51.4868 100.2 53.8413 100.302 61.3529C100.321 62.7665 100.329 64.3408 100.325 66L99.9388 65.6142C103.792 65.6249 108.103 65.7034 111.923 65.8667C114.673 65.9842 114.05 66.1479 111.282 66.2263C107.234 66.3408 103.911 66.2643 101.825 66.4689C101.14 66.5361 100.52 66.5964 99.9388 66.6494L99.2962 66.656L99.2894 66C99.0201 63.0419 98.9432 61.0823 99.1421 56.6849C99.3801 51.4235 98.8392 48.9443 98.9015 45.8772C98.9115 45.3834 98.9282 44.9705 98.9481 44.56L99.9388 45.5506C97.7995 45.4469 95.7286 45.2556 82.6438 45.4618C80.9399 45.4886 79.3201 45.5133 77.7787 45.536L78.7547 44.56C78.8998 54.4046 78.9653 61.0527 79.0121 66L79.0248 67.2204L77.7787 67.2334C76.4105 67.2463 75.1723 67.2579 74.0326 67.2692C71.5829 67.2937 68.0278 67.2604 64.0188 67.2202L62.8114 67.2327L62.7986 66C62.8553 60.3435 62.9259 53.7835 62.8674 48.1506C62.7736 39.113 62.8486 21.3099 62.7227 12.64L62.7094 11.3575L64.0188 11.3439C64.5825 11.3358 65.1077 11.3267 65.5893 11.3167C72.5076 11.1733 73.3704 11.4303 77.7787 11.6302L78.7779 11.6199L78.7885 12.64C78.7605 13.2578 78.7336 13.9452 78.7091 14.7286ZM146.818 11.7097C151.098 11.9092 154.468 11.0275 159.685 11.1521C161.474 11.1949 162.741 11.278 163.876 11.3644L165.131 11.345L165.151 12.64C164.985 14.8129 164.807 16.4965 164.876 20.4221C164.901 21.8428 164.902 23.2636 164.892 24.64L164.907 25.6404L163.876 25.6564C159.464 25.6228 155.509 25.4718 153.481 25.6183C151.473 25.7634 150.821 25.4677 148.996 25.3697L149.725 24.64C149.693 25.2321 149.682 25.9477 149.714 26.8731C149.843 30.6505 149.767 32.94 149.578 36.2436C149.39 39.5475 149.228 49.6975 149.46 53.3883C149.692 57.0791 149.29 61.2887 149.194 63.8204C149.165 64.6089 149.124 65.2295 149.081 65.7053C149.064 65.9068 149.026 65.9999 148.989 66C148.989 66 148.989 66 148.989 66C148.943 65.9999 148.897 65.8556 148.891 65.5965C148.863 64.3392 148.788 62.46 148.621 60.2399C148.309 56.1006 148.654 55.6482 148.493 50.0586C148.333 44.4691 148.012 41.1108 148.22 34.534C148.354 30.2735 148.037 28.139 147.931 24.64L147.948 23.559L148.996 23.5752C150.898 23.5175 153.203 23.5221 156.473 23.6953C159.72 23.8674 161.951 23.8681 163.876 23.7913L163.027 24.64C162.885 21.085 162.478 18.5766 162.396 12.64L163.876 14.1197C163.839 14.1202 163.803 14.1207 163.767 14.1212C154.515 14.2419 142.837 13.7411 137.26 13.7826C132.632 13.8171 126.684 13.8958 120.276 13.853L121.489 12.64C121.48 13.9525 121.466 15.2843 121.446 16.6281C121.408 19.1422 121.412 21.8438 121.429 24.64L120.276 23.4863C125.139 23.4565 130.288 23.3889 135.236 23.4421L136.452 23.4609L136.434 24.64C136.421 25.7932 136.402 26.9354 136.375 28.0605C136.161 36.7873 135.891 49.1251 135.71 54.825C135.546 60.0069 135.497 61.6259 135.573 66L135.236 65.6631C135.673 65.6555 136.137 65.6467 136.636 65.6367C139.789 65.5732 144.134 65.633 147.803 65.8667C149.65 65.9842 149.232 66.1479 147.373 66.2263C144.654 66.3408 142.423 66.2643 141.023 66.4689C138.738 66.8027 137.526 66.9685 135.236 66.8887L134.361 66.9023L134.347 66C134.365 65.4847 134.395 64.9148 134.439 64.2658C134.677 60.733 134.136 59.0683 134.198 57.0088C134.261 54.9492 134.58 54.9831 134.334 44.5113C134.094 34.3065 134.029 28.5946 133.971 24.64L135.236 25.9047C135.132 25.9062 135.03 25.9077 134.928 25.9092C131.758 25.9564 125.829 25.7889 120.276 25.7709L119.162 25.7881L119.145 24.64C119.149 23.2478 119.144 21.8792 119.124 20.5836C119.092 18.4773 119.08 15.6619 119.072 12.64L119.054 11.4554L120.276 11.4365C126.526 11.4213 133.66 11.427 137.231 11.3167C142.527 11.1532 142.538 11.5102 146.818 11.7097ZM193.348 25.5703C190.124 25.4682 187.251 25.6495 184.185 25.834L185.379 24.64C185.532 27.1779 185.687 29.8482 185.685 32.96L184.185 31.46C184.656 31.4603 185.138 31.4641 185.63 31.4721C193.305 31.5967 194.455 32.0644 203.244 31.9592C205.175 31.9361 207.106 31.9335 208.985 31.9415L209.993 31.9309L210.004 32.96C209.984 37.5058 209.903 41.7501 209.901 44.96L209.91 45.8658L208.985 45.8755C207.481 45.8744 206.204 45.8904 205.229 45.9383C201.316 46.1305 200.903 45.5494 195.345 45.6785C190.84 45.7831 187.774 45.753 184.185 45.6373L184.862 44.96C184.835 45.7981 184.804 46.6647 184.768 47.5847C184.712 49.0162 184.659 51.3213 184.617 54L184.185 53.5676C190.601 53.667 199.161 53.699 202.992 53.5353C205.124 53.4442 207.373 53.451 209.545 53.4985L210.041 53.4933L210.046 54C209.973 57.3591 209.802 60.5316 209.744 62.7935C209.714 63.9536 209.673 64.8665 209.631 65.5664C209.613 65.8629 209.575 65.9999 209.538 66C209.538 66 209.538 66 209.538 66C209.492 65.9999 209.447 65.7875 209.441 65.4065C209.412 63.5567 209.338 60.7922 209.17 57.5262C209.098 56.1127 209.061 54.9914 209.045 54L209.545 54.5004C206.266 54.5539 204.407 54.3791 198.093 54.5023C192.811 54.6053 188.883 54.7745 184.185 54.8274L183.349 54.8186L183.358 54C183.328 51.3843 183.335 48.5298 183.409 45.0697C183.41 45.033 183.411 44.9965 183.411 44.96L183.419 44.1782L184.185 44.1863C193.614 44.3816 195.95 43.5526 208.985 43.9928L208.018 44.96C208.025 44.7478 208.032 44.5328 208.04 44.3148C208.222 39.274 208.213 35.8979 208.123 32.96L208.985 33.8221C203.963 33.9757 200.222 34.365 191.635 34.4412C189.24 34.4624 186.733 34.4644 184.185 34.4535L182.676 34.4376L182.692 32.96C182.703 30.2071 182.73 27.4051 182.764 24.64L182.779 23.2043L184.185 23.2191C193.402 23.3322 202.208 23.5237 207.409 23.4974C208.101 23.4939 208.814 23.4899 209.545 23.4857L208.391 24.64C208.37 21.041 208.342 16.9883 208.328 12.64L209.545 13.8568C204.309 13.8735 198.645 13.87 192.828 13.8101C186.012 13.7399 178.259 13.8147 170.425 13.8456L171.631 12.64C171.652 18.1741 171.652 23.7491 171.564 29.0638C171.369 40.769 171.128 56.8904 170.949 66L170.425 65.4757C171.307 65.4929 172.123 65.5096 172.863 65.5255C181.248 65.7064 183.291 65.7472 191.362 65.6367C196.001 65.5732 202.393 65.633 207.791 65.8667C210.508 65.9842 209.892 66.1479 207.157 66.2263C203.159 66.3408 199.876 66.2643 197.816 66.4689C193.699 66.8778 191.949 67.0346 186.751 66.7967C181.554 66.5587 179.105 67.0995 176.075 67.0373C174.341 67.0016 173.616 66.8819 170.425 66.8321L169.602 66.8407L169.593 66C169.63 63.6153 169.628 59.8537 169.523 53.2649C169.277 37.8593 169.215 29.4139 169.156 23.5799C169.129 20.9487 169.171 17.0261 169.215 12.64L169.203 11.4433L170.425 11.4305C175.764 11.4848 181.789 11.5435 187.009 11.4887C192.581 11.4301 201.526 11.4373 209.545 11.4204L210.752 11.4077L210.765 12.64C210.774 17.204 210.792 21.4682 210.834 24.64L210.847 25.9148L209.545 25.9285C208.78 25.9386 208.079 25.9501 207.452 25.9633C199.66 26.1268 199.644 25.7698 193.348 25.5703ZM252.763 13.2705C256.461 15.0729 260.027 16.6643 262.38 21.5775C263.983 25.5553 263.754 27.0203 263.813 30.4C263.795 31.237 263.752 32.1971 263.612 33.3531C263.044 39.4233 258.481 44.0285 256.397 45.5199C254.264 47.1162 253.762 46.8578 250.307 48.0477C247.946 48.745 246.126 48.8668 244.254 48.811C243.34 48.7765 242.407 48.726 241.367 48.6628C239.465 48.5472 235.151 48.442 231.294 48.4309L231.645 48.08C231.638 50.5261 231.669 52.7886 231.759 54.136C231.991 57.6081 231.588 61.5681 231.493 63.9496C231.463 64.6914 231.423 65.2752 231.38 65.7228C231.362 65.9123 231.325 65.9999 231.288 66C231.288 66 231.288 66 231.288 66C231.241 65.9999 231.196 65.8641 231.19 65.6205C231.162 64.4376 231.087 62.6698 230.92 60.5814C230.608 56.6875 230.952 56.262 230.792 51.0038C230.76 49.9598 230.722 48.9986 230.683 48.08L230.693 47.4587L231.294 47.4686C235.003 47.3108 238.016 47.1377 242.975 47.304C243.425 47.319 243.85 47.3284 244.254 47.3331C249.168 47.0125 251.296 46.7973 257.3 42.2393C261.87 37.5257 261.506 34.775 261.493 30.4C261.416 29.1936 261.262 27.8106 260.858 26.1745C259.573 18.0428 249.533 13.1727 244.254 13.7802C244.029 13.7802 243.813 13.781 243.606 13.7826C238.359 13.8241 231.313 13.9299 223.876 13.8101C221.871 13.7778 219.74 13.7762 217.534 13.7869L218.681 12.64C218.71 18.6148 218.829 25.1294 218.673 31.1258C218.46 39.3351 218.19 50.9414 218.009 56.3034C217.856 60.842 217.803 62.4752 217.857 66L217.534 65.6769C218.174 65.667 218.875 65.6536 219.667 65.6367C222.634 65.5732 226.721 65.633 230.173 65.8667C231.91 65.9842 231.516 66.1479 229.768 66.2263C227.211 66.3408 225.112 66.2643 223.794 66.4689C221.389 66.8424 220.247 67.0056 217.534 66.8496L216.699 66.8634L216.685 66C216.699 65.743 216.717 65.472 216.738 65.1845C216.976 61.8611 216.435 60.2951 216.497 58.3577C216.559 56.4203 216.878 56.4521 216.633 46.6012C216.387 36.75 216.324 31.3497 216.265 27.6191C216.214 24.4075 216.412 18.1875 216.405 12.64L216.387 11.5293L217.534 11.5104C218.431 11.5092 219.31 11.5026 220.155 11.4887C226.235 11.3887 238.595 11.4803 243.578 11.3167C243.814 11.309 244.039 11.3024 244.254 11.2969C248.798 11.3728 249.047 11.7719 252.763 13.2705ZM232.057 25.5703C231.793 25.5253 231.542 25.5353 231.294 25.5764L232.231 24.64C232.372 25.4891 232.879 26.2908 232.782 27.3955C232.658 28.8219 232.19 29.0356 232.295 30.6692C232.4 32.3028 232.081 33.9373 232.273 34.6646C232.435 35.2779 232.047 35.4287 231.999 36.08L231.294 35.3756C231.416 35.3845 231.554 35.3818 231.716 35.3615C232.749 35.2325 233.375 35.3083 234.278 35.4972C235.182 35.6861 237.957 35.8473 238.966 35.6153C239.975 35.3833 241.126 35.7859 241.818 35.8814C242.034 35.9111 242.204 35.9518 242.334 35.9942C242.389 36.0121 242.414 36.0497 242.414 36.0868C242.414 36.0868 242.414 36.0868 242.414 36.0868C242.414 36.133 242.375 36.1784 242.304 36.1842C241.96 36.2125 241.446 36.2872 240.839 36.4547C239.708 36.7669 239.584 36.4219 238.056 36.5823C236.527 36.7427 235.609 37.0634 233.811 36.856C232.724 36.7308 232.144 36.9979 231.294 37.1206L230.198 37.0586L230.254 36.08C230.173 35.5235 230.155 34.8516 230.35 33.8467C230.841 31.3083 229.934 31.0411 229.813 28.5116C229.755 27.2883 229.842 25.9099 229.943 24.64L230.023 23.2162L231.294 23.2881C232.65 23.3956 233.883 23.5188 234.67 23.4974C236.195 23.4559 238.243 23.3501 240.405 23.4699C241.038 23.505 241.714 23.5039 242.414 23.4901C244.268 23.4341 246.579 23.9201 247.995 25.5105C249.162 26.7279 249.742 28.7869 249.562 30.4C249.473 31.6551 249.022 32.7331 248.599 33.3406C247.558 34.6931 247.193 34.897 245.854 35.7409C245.056 36.1992 243.77 36.4213 242.745 36.2077C242.23 36.099 242.358 35.9388 242.848 35.8437C243.561 35.6971 244.155 35.6514 244.454 35.3609C245.033 34.7653 245.184 34.5585 246.014 34.33C246.859 34.0399 246.723 33.3355 247.018 33.0357C247.167 32.8689 247.312 32.8278 247.518 32.5332C247.704 32.2395 248.02 31.6597 247.913 30.4C247.913 30.3997 247.913 30.3993 247.913 30.399C247.603 27.8618 246.395 27.1976 245.718 26.7671C245.144 26.4135 243.835 25.7484 242.414 25.7695C242.096 25.7683 241.784 25.7745 241.486 25.7913C239.719 25.8912 236.127 25.7997 234.678 25.9633C233.23 26.1268 233.227 25.7698 232.057 25.5703ZM283.631 14.7286C283.443 20.7318 284.214 25.5318 284.2 32.56L282.701 31.0602C283.135 31.061 283.579 31.0649 284.031 31.0721C291.801 31.1967 292.964 31.6644 301.862 31.5592C302.864 31.5473 303.866 31.5409 304.861 31.5385L303.839 32.56C303.82 24.7188 304.053 17.3121 303.882 13.7964C303.862 13.3742 303.85 12.9923 303.845 12.64L303.835 11.6355L304.861 11.6248C307.814 11.5853 308.684 12.0368 313.71 11.9215C315.538 11.8796 317.133 11.8593 318.621 11.8575L319.395 11.8494L319.403 12.64C319.407 15.7307 319.331 18.3636 319.203 21.6846C319.015 26.605 318.853 41.7211 319.085 47.2177C319.317 52.7144 318.915 58.9837 318.819 62.7539C318.79 63.9283 318.749 64.8525 318.706 65.5611C318.689 65.8612 318.651 65.9999 318.614 66C318.614 66 318.614 66 318.614 66C318.568 65.9999 318.522 65.7849 318.516 65.3991C318.488 63.5266 318.413 60.7279 318.246 57.4217C317.934 51.257 318.279 50.5834 318.118 42.2589C317.958 33.9346 317.637 28.9332 317.845 19.1386C317.899 16.5679 317.879 14.5169 317.83 12.64L318.621 13.4309C314.443 13.5415 311.127 13.801 304.861 13.7238L305.944 12.64C305.924 14.2844 305.881 16.132 305.805 18.2517C305.565 25.0202 305.659 28.8238 305.833 32.56L305.822 33.542L304.861 33.5321C300.965 33.7129 297.143 33.9796 290.11 34.0412C287.727 34.0621 285.235 34.0643 282.701 34.054L281.191 34.0384L281.207 32.56C281.234 25.8062 281.351 18.7513 281.443 12.64L282.701 13.8979C277.85 13.8248 273.594 13.7674 270.555 13.7826C270.028 13.7852 269.49 13.7881 268.941 13.7912L270.092 12.64C270.137 20.7488 270.223 31.2328 270.111 42.2598C270.037 49.4674 270.122 57.7095 270.15 66L268.941 64.7905C273.569 64.775 278.213 64.7772 282.701 64.8347L281.535 66C281.543 65.3952 281.552 64.7933 281.562 64.1947C281.659 58.2836 281.768 51.26 281.874 44.56L281.883 43.7254L282.701 43.7339C290.732 43.8619 298.298 43.9869 302.926 44.0855C303.61 44.1001 304.253 44.1138 304.861 44.1266L305.299 44.1311L305.294 44.56C305.149 51.4868 305.122 53.8413 305.224 61.3529C305.243 62.7665 305.251 64.3408 305.246 66L304.861 65.6142C308.714 65.6249 313.025 65.7034 316.845 65.8667C319.595 65.9842 318.972 66.1479 316.204 66.2263C312.155 66.3408 308.832 66.2643 306.747 66.4689C306.062 66.5361 305.442 66.5964 304.861 66.6494L304.218 66.656L304.211 66C303.942 63.0419 303.865 61.0823 304.064 56.6849C304.302 51.4235 303.761 48.9443 303.823 45.8772C303.833 45.3834 303.85 44.9705 303.87 44.56L304.861 45.5506C302.721 45.4469 300.65 45.2556 287.566 45.4618C285.862 45.4886 284.242 45.5133 282.701 45.536L283.677 44.56C283.822 54.4046 283.887 61.0527 283.934 66L283.947 67.2204L282.701 67.2334C281.332 67.2463 280.094 67.2579 278.954 67.2692C276.505 67.2937 272.95 67.2604 268.941 67.2202L267.733 67.2327L267.72 66C267.777 60.3435 267.848 53.7835 267.789 48.1506C267.695 39.113 267.77 21.3099 267.645 12.64L267.631 11.3575L268.941 11.3439C269.504 11.3358 270.03 11.3267 270.511 11.3167C277.429 11.1733 278.292 11.4303 282.701 11.6302L283.7 11.6199L283.71 12.64C283.682 13.2578 283.655 13.9452 283.631 14.7286ZM351.161 25.5703C347.936 25.4682 345.064 25.6495 341.997 25.834L343.192 24.64C343.344 27.1779 343.499 29.8482 343.497 32.96L341.997 31.46C342.469 31.4603 342.95 31.4641 343.443 31.4721C351.118 31.5967 352.267 32.0644 361.057 31.9592C362.987 31.9361 364.918 31.9335 366.798 31.9415L367.805 31.9309L367.816 32.96C367.797 37.5058 367.716 41.7501 367.713 44.96L367.723 45.8658L366.798 45.8755C365.293 45.8744 364.016 45.8904 363.042 45.9383C359.128 46.1305 358.715 45.5494 353.158 45.6785C348.653 45.7831 345.587 45.753 341.997 45.6373L342.675 44.96C342.648 45.7981 342.616 46.6647 342.58 47.5847C342.525 49.0162 342.471 51.3213 342.43 54L341.997 53.5676C348.414 53.667 356.974 53.699 360.804 53.5353C362.936 53.4442 365.186 53.451 367.358 53.4985L367.854 53.4933L367.859 54C367.785 57.3591 367.614 60.5316 367.556 62.7935C367.526 63.9536 367.486 64.8665 367.443 65.5664C367.425 65.8629 367.388 65.9999 367.351 66C367.351 66 367.351 66 367.351 66C367.305 65.9999 367.259 65.7875 367.253 65.4065C367.225 63.5567 367.15 60.7922 366.983 57.5262C366.91 56.1127 366.873 54.9914 366.857 54L367.358 54.5004C364.078 54.5539 362.22 54.3791 355.906 54.5023C350.624 54.6053 346.696 54.7745 341.997 54.8274L341.161 54.8186L341.17 54C341.141 51.3843 341.147 48.5298 341.221 45.0697C341.222 45.033 341.223 44.9965 341.224 44.96L341.232 44.1782L341.997 44.1863C351.426 44.3816 353.763 43.5526 366.798 43.9928L365.83 44.96C365.837 44.7478 365.845 44.5328 365.853 44.3148C366.034 39.274 366.025 35.8979 365.935 32.96L366.798 33.8221C361.776 33.9757 358.034 34.365 349.448 34.4412C347.052 34.4624 344.546 34.4644 341.997 34.4535L340.488 34.4376L340.504 32.96C340.516 30.2071 340.543 27.4051 340.577 24.64L340.592 23.2043L341.997 23.2191C351.215 23.3322 360.021 23.5237 365.221 23.4974C365.914 23.4939 366.626 23.4899 367.358 23.4857L366.203 24.64C366.182 21.041 366.155 16.9883 366.141 12.64L367.358 13.8568C362.122 13.8735 356.458 13.87 350.64 13.8101C343.824 13.7399 336.072 13.8147 328.237 13.8456L329.443 12.64C329.465 18.1741 329.465 23.7491 329.376 29.0638C329.182 40.769 328.94 56.8904 328.762 66L328.237 65.4757C329.119 65.4929 329.935 65.5096 330.675 65.5255C339.06 65.7064 341.104 65.7472 349.175 65.6367C353.814 65.5732 360.205 65.633 365.603 65.8667C368.32 65.9842 367.704 66.1479 364.97 66.2263C360.971 66.3408 357.689 66.2643 355.628 66.4689C351.511 66.8778 349.761 67.0346 344.564 66.7967C339.366 66.5587 336.917 67.0995 333.888 67.0373C332.154 67.0016 331.428 66.8819 328.237 66.8321L327.414 66.8407L327.405 66C327.443 63.6153 327.441 59.8537 327.336 53.2649C327.09 37.8593 327.027 29.4139 326.968 23.5799C326.942 20.9487 326.983 17.0261 327.028 12.64L327.015 11.4433L328.237 11.4305C333.576 11.4848 339.602 11.5435 344.821 11.4887C350.393 11.4301 359.338 11.4373 367.358 11.4204L368.564 11.4077L368.577 12.64C368.587 17.204 368.604 21.4682 368.646 24.64L368.659 25.9148L367.358 25.9285C366.593 25.9386 365.891 25.9501 365.265 25.9633C357.473 26.1268 357.457 25.7698 351.161 25.5703ZM398.849 11.7097C403.13 11.9092 406.499 11.0275 411.716 11.1521C413.505 11.1949 414.773 11.278 415.907 11.3644L417.162 11.345L417.182 12.64C417.017 14.8129 416.839 16.4965 416.908 20.4221C416.933 21.8428 416.934 23.2636 416.923 24.64L416.939 25.6404L415.907 25.6564C411.495 25.6228 407.54 25.4718 405.512 25.6183C403.504 25.7634 402.852 25.4677 401.027 25.3697L401.757 24.64C401.725 25.2321 401.714 25.9477 401.745 26.8731C401.874 30.6505 401.799 32.94 401.61 36.2436C401.421 39.5475 401.26 49.6975 401.492 53.3883C401.724 57.0791 401.321 61.2887 401.225 63.8204C401.196 64.6089 401.155 65.2295 401.113 65.7053C401.095 65.9068 401.057 65.9999 401.02 66C401.02 66 401.02 66 401.02 66C400.974 65.9999 400.928 65.8556 400.923 65.5965C400.894 64.3392 400.82 62.46 400.652 60.2399C400.34 56.1006 400.685 55.6482 400.525 50.0586C400.364 44.4691 400.043 41.1108 400.251 34.534C400.385 30.2735 400.068 28.139 399.962 24.64L399.979 23.559L401.027 23.5752C402.929 23.5175 405.234 23.5221 408.504 23.6953C411.751 23.8674 413.983 23.8681 415.907 23.7913L415.058 24.64C414.916 21.085 414.509 18.5766 414.427 12.64L415.907 14.1197C415.871 14.1202 415.834 14.1207 415.798 14.1212C406.547 14.2419 394.869 13.7411 389.292 13.7826C384.663 13.8171 378.716 13.8958 372.307 13.853L373.52 12.64C373.511 13.9525 373.497 15.2843 373.477 16.6281C373.439 19.1422 373.443 21.8438 373.461 24.64L372.307 23.4863C377.17 23.4565 382.32 23.3889 387.267 23.4421L388.483 23.4609L388.465 24.64C388.452 25.7932 388.433 26.9354 388.406 28.0605C388.192 36.7873 387.922 49.1251 387.741 54.825C387.577 60.0069 387.528 61.6259 387.604 66L387.267 65.6631C387.704 65.6555 388.169 65.6467 388.667 65.6367C391.821 65.5732 396.165 65.633 399.834 65.8667C401.681 65.9842 401.263 66.1479 399.404 66.2263C396.686 66.3408 394.454 66.2643 393.054 66.4689C390.769 66.8027 389.557 66.9685 387.267 66.8887L386.392 66.9023L386.378 66C386.396 65.4847 386.427 64.9148 386.47 64.2658C386.708 60.733 386.167 59.0683 386.23 57.0088C386.292 54.9492 386.611 54.9831 386.365 44.5113C386.126 34.3065 386.06 28.5946 386.002 24.64L387.267 25.9047C387.163 25.9062 387.061 25.9077 386.96 25.9092C383.789 25.9564 377.86 25.7889 372.307 25.7709L371.194 25.7881L371.176 24.64C371.18 23.2478 371.176 21.8792 371.156 20.5836C371.123 18.4773 371.111 15.6619 371.103 12.64L371.085 11.4554L372.307 11.4365C378.557 11.4213 385.692 11.427 389.262 11.3167C394.558 11.1532 394.569 11.5102 398.849 11.7097Z' fill='%23171717'/%3E%3Cpath d='M450.474 46.2023L451.027 61.6439L442.378 62L441.826 46.5584L429.3 47.0741L429 38.6733L441.526 38.1576L440.996 23.3561L449.645 23L450.174 37.8015L462.7 37.2858L463 45.6866L450.474 46.2023Z' fill='white'/%3E%3Cpath d='M440.308 30.1285C440.37 27.7819 439.865 25.8213 439.585 23.4065L439.507 22.0336L440.938 21.945C441.817 21.8383 442.756 21.7612 443.796 21.7517C446.531 21.7266 447.643 21.9374 449.602 21.9656L450.62 21.9026L450.679 22.963C450.663 23.7955 450.679 24.7812 450.758 26.1098C451.022 30.5641 450.862 35.0361 451.125 37.0143C451.162 37.2958 451.183 37.5419 451.191 37.7651L450.132 36.7847C451.477 36.7275 451.992 37.1184 454.405 36.9082C457.217 36.6633 458.929 36.6687 461.401 36.756C461.74 36.7679 462.174 36.7754 462.679 36.7785L463.178 36.7476L463.207 37.2676C463.182 39.4454 463.23 42.9316 463.355 45.6739L463.375 46.0193L463.015 46.0416C461.753 46.1059 460.649 46.1854 459.902 46.2793C457.158 46.6245 454.001 46.3515 452.109 46.3339C451.519 46.3284 451.055 46.3068 450.698 46.2791C450.547 46.2673 450.476 46.2326 450.474 46.1956C450.474 46.1956 450.474 46.1955 450.474 46.1955C450.472 46.1494 450.578 46.0996 450.771 46.0858C451.708 46.0189 453.107 45.8865 454.756 45.6511C457.832 45.212 458.183 45.5428 462.347 45.2108C462.561 45.1937 462.772 45.1763 462.978 45.1588L462.472 45.7055C462.23 42.6645 461.946 40.4656 461.859 37.3159L462.734 38.1267C461.951 38.1528 461.11 38.1671 460.182 38.1662C456.073 38.1618 454.636 38.7994 450.219 38.8883L449.103 38.9111L449.087 37.8404C449.074 36.9729 449.083 35.9906 449.123 34.8507C449.33 28.9525 448.689 27.5611 448.265 23.0493L449.702 24.3793C448.902 24.4587 448.003 24.5318 446.964 24.5928C445.088 24.7029 443.075 24.7726 441.057 24.82L442.461 23.3037C442.558 28.7069 442.496 34.158 442.634 37.1862C442.648 37.4889 442.662 37.7991 442.677 38.1164L442.695 39.2863L441.573 39.3092C438.074 39.4929 433.709 39.74 429.05 39.8772L430.204 38.6302C430.222 39.3547 430.236 40.0862 430.248 40.8226C430.278 42.7693 430.359 44.8647 430.455 47.0329L429.253 45.9195C433.339 45.716 437.683 45.4583 441.778 45.3928L442.974 45.3684L442.992 46.5168C442.995 46.8373 442.997 47.1564 442.998 47.4736C443.011 51.8639 443.042 57.477 443.053 61.9759L442.35 61.3255C444.532 61.3087 446.452 61.2983 447.843 61.3001C449.139 61.3018 450.136 61.3029 451.012 61.2956L450.678 61.6564C450.672 59.6522 450.62 58.284 450.441 55.4381C450.294 53.0872 450.237 49.8434 450.373 47.0969C450.441 45.7146 450.616 46.0211 450.744 47.4053C450.931 49.4295 450.914 51.0972 451.156 52.135C451.639 54.2087 451.828 55.0906 451.684 57.7355C451.589 59.479 451.811 60.6046 451.971 61.6101L452.023 62.5293L451.065 62.5886C450.546 62.6742 450.059 62.7431 449.534 62.7435C448.157 62.7444 448.022 62.4883 442.413 62.8414L441.585 62.8927L441.536 62.0301C441.499 61.3728 441.453 60.6404 441.398 59.8219C440.972 53.4852 440.749 49.471 440.592 46.6025L441.877 47.7917C441.212 47.8317 440.609 47.8678 440.053 47.9018C437.733 48.0436 433.423 48.0604 429.347 48.2053L428.235 48.2742L428.169 47.1146C428.135 45.9959 428.092 44.8948 428.033 43.8571C427.955 42.4704 427.878 40.6706 427.8 38.7162L427.734 37.549L428.951 37.4737C433.313 37.2769 438.447 37.0744 441.472 36.8661L440.234 38.2038C440.213 37.8753 440.192 37.5716 440.171 37.2964C439.866 33.3502 440.222 33.3293 440.308 30.1285Z' fill='%23171717'/%3E%3C/svg%3E%0A");
    margin-bottom: 17px;
  }
  #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-first-screen-march2026-768-inet.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 {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  #first_screen .cta .title-block {
    margin-bottom: 62px;
  }
  #first_screen .cta h1 .title-svg {
    margin-bottom: 7px;
  }
  #first_screen .cta .points {
    margin-bottom: 68px;
  }
  #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-first-screen-march2026-480-inet.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: 60px;
  }
  #first_screen .cta h1 {
    font-size: 80px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 359px;
    height: 130px;
    background-image: url("data:image/svg+xml,%3Csvg width='359' height='130' viewBox='0 0 359 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.86 115H12.54V83.98H1.32V74.98H34.02V83.98H22.86V115ZM68.272 115H38.932V74.98H68.272V83.98H49.252V90.22H67.852V99.22H49.252V106H68.272V115ZM100.664 115H74.2641V74.98H84.5841V106H100.664V115ZM135.362 115H106.022V74.98H135.362V83.98H116.342V90.22H134.942V99.22H116.342V106H135.362V115ZM165.114 115H152.154L137.094 74.98H148.794L158.634 103.84L168.534 74.98H180.234L165.114 115ZM193.51 115H183.19V74.98H193.51V115ZM199.27 71.62H177.49V66.52H199.27V71.62ZM230.529 115H199.449V106.78L216.489 83.98H199.449V74.98H230.109V83.2L213.009 106H230.529V115ZM246.772 115H236.452V74.98H246.772V115ZM261.531 115.72C257.511 115.72 253.551 114.76 250.551 112.12L254.871 104.26C256.311 105.46 258.231 106.6 260.631 106.6C263.871 106.6 265.971 104.5 265.971 101.14V74.98H276.291V101.26C276.291 111.16 270.291 115.72 261.531 115.72ZM320.156 115H308.456L306.476 109.24H290.696L288.716 115H277.016L292.076 74.98H305.036L320.156 115ZM303.656 100.24L298.556 85.18L293.456 100.24H303.656Z' fill='white'/%3E%3Cpath d='M21.2269 74.3598C24.4371 74.4928 26.9641 73.905 30.8768 73.9881C32.2188 74.0166 33.1694 74.072 34.02 74.1296L34.8585 74.1181L34.8704 74.98C34.7599 76.6096 34.6411 77.8724 34.6872 80.8166C34.7039 81.8821 34.7045 82.9477 34.6976 83.98L34.7068 84.6481L34.02 84.6576C30.7111 84.6352 27.7448 84.5346 26.2241 84.6322C24.7177 84.7289 24.2287 84.5318 22.86 84.4664L23.3464 83.98C23.3252 84.4241 23.3179 84.9607 23.339 85.6548C23.425 88.4879 23.3744 90.205 23.2485 92.6827C23.1226 95.1606 23.0151 102.773 23.1698 105.541C23.3245 108.309 23.0561 111.467 22.9924 113.365C22.9726 113.957 22.9455 114.422 22.9172 114.779C22.9053 114.93 22.8802 115 22.8555 115C22.8555 115 22.8555 115 22.8554 115C22.8247 115 22.7944 114.892 22.7905 114.697C22.7716 113.754 22.7218 112.345 22.6102 110.68C22.4021 107.575 22.6321 107.236 22.5251 103.044C22.4182 98.8518 22.2044 96.3331 22.3426 91.4005C22.4322 88.2051 22.2209 86.6043 22.1502 83.98L22.1601 83.2605L22.86 83.2702C24.2866 83.2317 26.0157 83.2347 28.4677 83.3502C30.9034 83.4649 32.5767 83.4654 34.02 83.4142L33.4542 83.98C33.3595 81.3138 33.0882 79.4325 33.0335 74.98L34.02 75.9665C33.9929 75.9668 33.9657 75.9671 33.9383 75.9674C26.9998 76.0479 18.2412 75.7141 14.0586 75.7417C10.5869 75.7647 6.12662 75.8172 1.32 75.7887L2.12869 74.98C2.12286 75.9643 2.11363 76.9632 2.10006 77.9711C2.07466 79.8567 2.07773 81.8829 2.08914 83.98L1.32 83.2109C4.9674 83.191 8.82948 83.1459 12.54 83.1814L13.3494 83.1925L13.3386 83.98C13.3303 84.8449 13.3177 85.7016 13.2993 86.5454C13.1568 93.0905 12.9769 102.344 12.8563 106.619C12.7467 110.505 12.7143 111.719 12.7646 115L12.54 114.775C12.8678 114.77 13.2163 114.764 13.5901 114.758C15.9553 114.715 19.2135 114.755 21.9657 114.911C23.3508 114.989 23.0369 115.099 21.6428 115.151C19.6042 115.227 17.9306 115.176 16.8802 115.313C15.1668 115.535 14.2576 115.646 12.54 115.592L11.9558 115.601L11.9475 115C11.9595 114.614 11.9798 114.186 12.0089 113.699C12.1675 111.05 11.807 109.801 11.8485 108.257C11.89 106.712 12.1027 106.737 11.9388 98.8835C11.7792 91.2299 11.7354 86.946 11.6969 83.98L12.54 84.8231C12.4623 84.8242 12.3856 84.8252 12.3097 84.8262C9.93161 84.8576 5.48478 84.7459 1.32 84.7339L0.576566 84.7442L0.566058 83.98C0.569064 82.9358 0.565803 81.9094 0.552449 80.9377C0.530739 79.358 0.522589 77.2464 0.517691 74.98L0.506812 74.1889L1.32 74.1777C6.00795 74.1676 11.3586 74.1713 14.0364 74.0978C18.0087 73.9888 18.0169 74.2268 21.2269 74.3598ZM56.1243 84.6002C53.7063 84.5321 51.5517 84.653 49.252 84.776L50.048 83.98C50.1499 85.8834 50.2532 87.8862 50.252 90.22L49.252 89.22C49.6055 89.2202 49.9666 89.2227 50.336 89.2281C56.0921 89.3112 56.9542 89.6229 63.5463 89.5528C64.9943 89.5374 66.4425 89.5357 67.852 89.541L68.5247 89.5347L68.5311 90.22C68.5182 93.6294 68.4641 96.8126 68.4624 99.22L68.468 99.8246L67.852 99.8304C66.7238 99.8296 65.766 99.8403 65.0352 99.8722C62.1002 100 61.7904 99.6129 57.6224 99.699C54.2436 99.7687 51.9438 99.7487 49.252 99.6715L49.7036 99.22C49.6855 99.8486 49.6644 100.499 49.6406 101.189C49.6035 102.262 49.568 103.991 49.5403 106L49.252 105.712C54.0643 105.778 60.4841 105.799 63.357 105.69C64.956 105.629 66.6433 105.634 68.272 105.666L68.6032 105.663L68.6064 106C68.5573 108.519 68.4431 110.899 68.4044 112.595C68.3846 113.465 68.3575 114.15 68.3293 114.675C68.3173 114.897 68.2922 115 68.2675 115C68.2675 115 68.2675 115 68.2675 115C68.2367 115 68.2064 114.841 68.2025 114.555C68.1837 113.168 68.1339 111.094 68.0222 108.645C67.9739 107.585 67.9492 106.744 67.9384 106L68.272 106.334C65.8124 106.369 64.4189 106.253 59.6833 106.335C55.7216 106.404 52.7758 106.516 49.252 106.552L48.6953 106.546L48.7004 106C48.6808 104.038 48.6852 101.897 48.7347 99.3023C48.7352 99.2748 48.7357 99.2474 48.7362 99.22L48.7411 98.6994L49.252 98.7042C56.3237 98.8344 58.076 98.2818 67.852 98.5752L67.2072 99.22C67.212 99.0609 67.217 98.8996 67.2222 98.7361C67.3433 94.9555 67.3372 92.4234 67.2773 90.22L67.852 90.7947C64.0857 90.8971 61.2797 91.1567 54.8399 91.2075C53.0431 91.2216 51.1634 91.2229 49.252 91.2157L48.2472 91.2063L48.2564 90.22C48.2642 88.1554 48.2821 86.0538 48.3048 83.98L48.3137 83.024L49.252 83.0327C56.1651 83.1081 62.7696 83.2358 66.6697 83.2183C67.1891 83.2159 67.7236 83.2133 68.272 83.2104L67.5025 83.98C67.4885 81.2807 67.47 78.2413 67.4608 74.98L68.272 75.7912C64.3453 75.8023 60.097 75.8 55.734 75.7601C50.6221 75.7133 44.8078 75.7631 38.932 75.7837L39.7358 74.98C39.7503 79.1306 39.7503 83.3118 39.6913 87.2978C39.5614 96.0767 39.4004 108.168 39.2816 115L38.932 114.65C39.5933 114.662 40.2053 114.673 40.7602 114.684C47.0489 114.804 48.5817 114.831 54.6349 114.758C58.1144 114.715 62.9077 114.755 66.9564 114.911C68.994 114.989 68.5323 115.099 66.4814 115.151C63.4823 115.227 61.0204 115.176 59.4751 115.313C56.3872 115.585 55.0748 115.69 51.1767 115.531C47.2787 115.372 45.442 115.733 43.1697 115.692C41.8692 115.668 41.3252 115.588 38.932 115.555L38.3826 115.56L38.3773 115C38.4021 113.212 38.4009 110.39 38.3309 105.449C38.167 93.8944 38.1252 87.5604 38.0859 83.1849C38.0681 81.2115 38.0959 78.2696 38.1257 74.98L38.1182 74.1813L38.932 74.1737C42.936 74.2099 47.4551 74.249 51.3698 74.2124C55.5488 74.1734 62.2576 74.1782 68.272 74.1669L69.0774 74.1594L69.0851 74.98C69.0915 78.403 69.1031 81.6012 69.131 83.98L69.139 84.8309L68.272 84.839C67.6984 84.8457 67.1724 84.8534 66.7024 84.8622C60.8587 84.9712 60.8466 84.7332 56.1243 84.6002ZM82.2532 74.3598C83.0646 74.3966 83.8282 74.3782 84.5841 74.3341L85.2201 74.3245L85.23 74.98C85.3452 76.9556 85.6361 78.8783 85.576 81.4631C85.4929 85.0368 85.1811 85.572 85.2513 89.6649C85.3214 93.7575 85.1082 97.8524 85.2363 99.6748C85.3644 101.497 84.977 101.689 85.063 104.277C85.0838 104.903 85.0967 105.469 85.1024 106L84.5841 105.482C86.2481 105.464 87.5645 105.516 89.2802 105.611C91.4434 105.732 97.8905 105.835 100.664 105.709L100.95 105.705L100.955 106C100.961 106.128 100.967 106.249 100.974 106.361C101.129 108.889 100.86 111.773 100.796 113.507C100.777 114.047 100.75 114.472 100.721 114.798C100.709 114.936 100.684 115 100.66 115C100.66 115 100.66 115 100.66 115C100.629 115 100.598 114.901 100.595 114.724C100.576 113.862 100.526 112.575 100.414 111.054C100.248 108.785 100.362 108.133 100.359 106L100.664 106.305C100.132 106.306 99.5081 106.314 98.7438 106.335C94.9149 106.442 92.6144 106.656 88.1091 106.517C86.6778 106.473 85.5968 106.502 84.5841 106.551L84.0253 106.542L84.0335 106C83.9288 103.825 83.7306 101.965 83.9543 97.6255C84.2821 91.266 83.6771 90.5967 83.5966 84.2593C83.5594 81.3291 83.6108 78.0435 83.674 74.98L84.5841 75.89C81.0218 75.8165 77.7598 75.7269 75.7059 75.7417C75.2439 75.7451 74.7626 75.7491 74.2641 75.7533L75.0374 74.98C75.0683 78.6037 75.1143 83.1444 75.0441 87.9051C74.9643 93.3209 75.1658 100.006 75.0234 105.985C74.9587 108.699 74.8863 111.923 74.8152 115L74.2641 114.449C77.9641 114.534 81.4512 114.618 83.583 114.684C87.4874 114.804 88.4391 114.831 92.1973 114.758C94.3576 114.715 97.3335 114.755 99.8472 114.911C101.112 114.989 100.826 115.099 99.5523 115.151C97.6903 115.227 96.1618 115.176 95.2023 115.313C93.2852 115.585 92.4704 115.69 90.0502 115.531C87.6301 115.372 86.4897 115.733 85.0789 115.692C83.6681 115.65 83.6913 115.437 76.5178 115.601C75.7282 115.619 74.9779 115.636 74.2641 115.651L73.623 115.661L73.6131 115C73.4899 109.229 73.4529 105.849 73.4179 103.431C73.3786 100.714 73.5631 95.0421 73.4965 90.6147C73.4374 86.6877 73.4788 79.1626 73.4128 74.98L73.4002 74.1417L74.2641 74.1287C74.797 74.1203 75.2756 74.1101 75.6856 74.0978C79.3138 73.9888 79.3212 74.2268 82.2532 74.3598ZM123.214 84.6002C120.796 84.5321 118.642 84.653 116.342 84.776L117.138 83.98C117.24 85.8834 117.343 87.8862 117.342 90.22L116.342 89.22C116.695 89.2202 117.056 89.2227 117.426 89.2281C123.182 89.3112 124.044 89.6229 130.636 89.5528C132.084 89.5374 133.532 89.5357 134.942 89.541L135.615 89.5347L135.621 90.22C135.608 93.6294 135.554 96.8126 135.552 99.22L135.558 99.8246L134.942 99.8304C133.814 99.8296 132.856 99.8403 132.125 99.8722C129.19 100 128.88 99.6129 124.712 99.699C121.333 99.7687 119.034 99.7487 116.342 99.6715L116.793 99.22C116.775 99.8486 116.754 100.499 116.73 101.189C116.693 102.262 116.658 103.991 116.63 106L116.342 105.712C121.154 105.778 127.574 105.799 130.447 105.69C132.046 105.629 133.733 105.634 135.362 105.666L135.693 105.663L135.696 106C135.647 108.519 135.533 110.899 135.494 112.595C135.474 113.465 135.447 114.15 135.419 114.675C135.407 114.897 135.382 115 135.357 115C135.357 115 135.357 115 135.357 115C135.327 115 135.296 114.841 135.292 114.555C135.274 113.168 135.224 111.094 135.112 108.645C135.064 107.585 135.039 106.744 135.028 106L135.362 106.334C132.902 106.369 131.509 106.253 126.773 106.335C122.811 106.404 119.866 106.516 116.342 106.552L115.785 106.546L115.79 106C115.771 104.038 115.775 101.897 115.825 99.3023C115.825 99.2748 115.826 99.2474 115.826 99.22L115.831 98.6994L116.342 98.7042C123.414 98.8344 125.166 98.2818 134.942 98.5752L134.297 99.22C134.302 99.0609 134.307 98.8996 134.312 98.7361C134.433 94.9555 134.427 92.4234 134.367 90.22L134.942 90.7947C131.176 90.8971 128.37 91.1567 121.93 91.2075C120.133 91.2216 118.253 91.2229 116.342 91.2157L115.337 91.2063L115.346 90.22C115.354 88.1554 115.372 86.0538 115.395 83.98L115.404 83.024L116.342 83.0327C123.255 83.1081 129.859 83.2358 133.76 83.2183C134.279 83.2159 134.813 83.2133 135.362 83.2104L134.592 83.98C134.578 81.2807 134.56 78.2413 134.551 74.98L135.362 75.7912C131.435 75.8023 127.187 75.8 122.824 75.7601C117.712 75.7133 111.898 75.7631 106.022 75.7837L106.826 74.98C106.84 79.1306 106.84 83.3118 106.781 87.2978C106.651 96.0767 106.49 108.168 106.371 115L106.022 114.65C106.683 114.662 107.295 114.673 107.85 114.684C114.139 114.804 115.672 114.831 121.725 114.758C125.204 114.715 129.997 114.755 134.046 114.911C136.084 114.989 135.622 115.099 133.571 115.151C130.572 115.227 128.11 115.176 126.565 115.313C123.477 115.585 122.165 115.69 118.267 115.531C114.369 115.372 112.532 115.733 110.26 115.692C108.959 115.668 108.415 115.588 106.022 115.555L105.472 115.56L105.467 115C105.492 113.212 105.491 110.39 105.421 105.449C105.257 93.8944 105.215 87.5604 105.176 83.1849C105.158 81.2115 105.186 78.2696 105.216 74.98L105.208 74.1813L106.022 74.1737C110.026 74.2099 114.545 74.249 118.46 74.2124C122.639 74.1734 129.347 74.1782 135.362 74.1669L136.167 74.1594L136.175 74.98C136.181 78.403 136.193 81.6012 136.221 83.98L136.229 84.8309L135.362 84.839C134.788 84.8457 134.262 84.8534 133.792 84.8622C127.948 84.9712 127.936 84.7332 123.214 84.6002ZM159.52 99.3442C160.956 95.5687 161.431 92.3719 163.107 87.7445C164.782 83.1172 165.316 82.5213 167.078 77.1681C167.344 76.3598 167.616 75.5535 167.889 74.7588L168.04 74.3037L168.534 74.2982C173.258 74.2993 177.644 74.4366 179.774 74.3278C179.936 74.3195 180.089 74.3134 180.234 74.3092L181.197 74.2991L180.861 75.2171C180.178 77.2006 179.707 77.5009 178.605 80.647C177.426 84.0102 176.616 86.0124 175.397 88.8828C174.177 91.7534 170.693 100.671 169.608 103.982C168.522 107.293 166.868 110.912 165.964 113.124C165.683 113.812 165.451 114.35 165.266 114.76C165.187 114.934 165.133 115.007 165.11 114.998C165.11 114.998 165.11 114.998 165.11 114.998C165.081 114.987 165.101 114.849 165.183 114.619C165.585 113.503 166.165 111.828 166.8 109.83C167.986 106.104 168.351 105.786 170.115 100.816C171.878 95.8468 172.797 92.8082 175.119 87.0542C177.116 82.1063 177.367 80.2765 179.562 74.726L180.234 75.6987C179.262 75.6839 178.179 75.6557 176.952 75.6098C173.053 75.4638 170.707 75.5028 168.534 75.5981L169.119 75.1806C168.353 77.779 167.756 80.1528 166.228 84.745C164.11 91.1095 161.322 98.6738 159.382 104.097L158.618 106.284L157.885 104.095C157.347 102.448 156.868 101 156.469 99.8507C154.745 94.8811 152.399 88.2171 150.068 81.1336C149.451 79.2594 148.776 77.2758 148.071 75.2266L148.794 75.7442C145.023 75.7558 141.035 75.792 137.094 75.7918L137.854 74.6941C138.683 76.8983 139.494 79.0912 140.255 81.2243C143.021 88.978 146.951 99.9326 148.731 105.007C150.352 109.626 150.859 111.065 152.364 114.921L152.154 114.775C152.561 114.77 152.993 114.764 153.456 114.758C156.431 114.715 160.528 114.755 163.989 114.911C165.731 114.989 165.336 115.099 163.583 115.151C161.019 115.227 158.915 115.176 157.594 115.313C155.445 115.534 154.302 115.645 152.154 115.593L151.75 115.597L151.599 115.209C151.437 114.745 151.265 114.23 151.074 113.639C150.049 110.465 149.159 109.122 148.513 107.289C147.868 105.457 148.078 105.412 144.446 96.2254C140.814 87.0389 138.868 81.986 137.514 78.4991C137.179 77.6352 136.768 76.5327 136.306 75.2763L135.87 74.1514L137.094 74.1386C140.44 74.1649 144.799 74.232 148.794 74.2268L149.325 74.221L149.507 74.7369C149.784 75.5469 150.059 76.3399 150.329 77.103C152.359 82.8513 156.301 94.6006 158.016 99.2938C158.779 101.383 159.159 102.559 159.449 103.562L157.819 103.561C158.299 102.351 158.724 101.439 159.52 99.3442ZM189.245 74.3598C190.735 74.449 192.013 74.214 193.51 74.0746L194.397 74.0569L194.415 74.98C194.484 75.7151 194.529 76.5031 194.502 77.3951C194.419 80.1036 194.107 80.5093 194.177 83.6113C194.247 86.7131 194.034 89.8167 194.162 91.1978C194.29 92.5789 193.903 92.7247 193.989 94.686C194.075 96.6471 194.024 97.8358 193.898 99.551C193.772 101.266 193.665 106.536 193.82 108.452C193.974 110.368 193.706 112.554 193.642 113.868C193.622 114.278 193.595 114.6 193.567 114.847C193.555 114.952 193.53 115 193.505 115C193.505 115 193.505 115 193.505 115C193.475 115 193.444 114.925 193.44 114.791C193.421 114.138 193.372 113.162 193.26 112.009C193.052 109.86 193.282 109.626 193.175 106.724C193.068 103.822 192.854 102.078 192.992 98.6634C193.131 95.2489 192.552 94.4646 192.88 89.6447C193.208 84.8248 192.603 84.3175 192.522 79.5144C192.498 78.0763 192.511 76.5252 192.541 74.98L193.51 75.9491C189.894 75.8804 186.311 75.7223 184.283 75.7417C183.932 75.7451 183.568 75.7491 183.19 75.7533L183.963 74.98C183.994 77.7265 184.04 81.1678 183.97 84.776C183.89 88.8806 184.092 93.9477 183.949 98.4785C183.807 103.009 183.627 109.415 183.506 112.374C183.461 113.489 183.429 114.287 183.41 115L183.19 114.78C184.369 114.81 185.318 114.804 187.093 114.758C188.73 114.715 190.986 114.755 192.891 114.911C193.85 114.989 193.632 115.099 192.667 115.151C191.256 115.227 190.098 115.176 189.37 115.313C187.917 115.585 187.3 115.69 185.466 115.531C184.492 115.447 183.792 115.509 183.19 115.579L182.622 115.591L182.61 115C182.548 114.467 182.479 114.01 182.498 113.508C182.54 112.439 182.753 112.456 182.589 107.019C182.425 101.583 182.383 98.6021 182.344 96.5432C182.304 94.4843 182.489 90.1851 182.422 86.8296C182.363 83.8533 182.405 78.15 182.339 74.98L182.322 74.1459L183.19 74.1287C183.594 74.1203 183.956 74.1101 184.267 74.0978C187.017 73.9888 187.023 74.2268 189.245 74.3598ZM180.723 65.8998C181.91 66.0328 182.844 65.445 184.29 65.5281C185.736 65.6112 185.953 65.9229 187.609 65.8528C189.266 65.7827 190.923 65.9959 191.66 65.8678C192.398 65.7397 192.476 66.1271 193.523 66.041C194.57 65.955 195.205 66.0056 196.121 66.1315C196.711 66.2126 198.09 66.2862 199.27 66.2867L199.494 66.2784L199.503 66.52C199.503 67.1703 199.525 67.7601 199.58 68.1237C199.734 69.1469 199.466 70.3139 199.402 71.0157C199.382 71.2344 199.355 71.4064 199.327 71.5383C199.315 71.5942 199.29 71.62 199.265 71.62C199.265 71.62 199.265 71.62 199.265 71.62C199.235 71.62 199.204 71.58 199.2 71.5081C199.181 71.1596 199.132 70.6386 199.02 70.0231C198.812 68.8756 199.042 68.7502 198.935 67.2006C198.918 66.9608 198.899 66.7358 198.879 66.52L199.27 66.9105C198.091 67.0196 197.188 67.1542 195.647 67.0374C193.823 66.8991 193.405 67.4777 190.831 67.1498C188.257 66.8219 187.986 67.427 185.422 67.5075C182.857 67.5879 179.619 67.2541 178.073 67.2817C177.886 67.2851 177.692 67.2891 177.49 67.2933L178.263 66.52C178.293 67.9533 178.338 69.7411 178.274 71.62L177.49 70.8354C177.533 70.8368 177.577 70.8384 177.621 70.8399C179.812 70.9198 182.518 70.7182 184.937 70.8607C187.357 71.0032 190.777 71.1831 192.357 71.3037C193.937 71.4243 194.322 71.4515 195.843 71.3778C196.718 71.3354 197.922 71.3754 198.939 71.5311C199.451 71.6095 199.335 71.7186 198.82 71.7709C198.066 71.8472 197.448 71.7962 197.059 71.9326C196.284 72.2052 195.954 72.3098 194.974 72.1511C193.995 71.9925 193.534 72.353 192.963 72.3115C192.392 72.27 192.401 72.0573 189.498 72.2212C186.595 72.385 185.003 72.4268 183.904 72.4662C182.805 72.5055 180.509 72.3209 178.717 72.3876C178.368 72.4005 177.949 72.4086 177.49 72.4141L176.726 72.4425L176.696 71.62C176.676 69.9863 176.69 67.8411 176.639 66.52L176.608 65.7015L177.49 65.6687C177.706 65.6603 177.899 65.6501 178.065 65.6378C179.533 65.5288 179.536 65.7668 180.723 65.8998ZM210.786 74.3598C214.929 74.4928 218.19 73.905 223.24 73.9881C226.475 74.0413 227.948 74.1884 230.109 74.2688L230.813 74.2613L230.821 74.98C230.775 76.1925 230.751 77.6216 230.777 79.7001C230.791 80.8756 230.793 82.0512 230.789 83.2L230.792 83.4194L230.653 83.6081C227.94 87.201 225.394 90.4042 224.245 92.1066C222.802 94.2434 222.329 94.2283 220.204 97.2052C218.079 100.182 216.709 101.924 214.69 104.407C214.328 104.852 213.839 105.467 213.269 106.194L213.009 105.676C217.244 105.767 224.389 105.817 227.322 105.69C228.366 105.645 229.453 105.636 230.529 105.647L230.878 105.644L230.882 106C230.854 108.608 230.707 111.156 230.662 112.89C230.642 113.654 230.615 114.254 230.587 114.715C230.575 114.91 230.55 115 230.525 115C230.525 115 230.525 115 230.525 115C230.494 115 230.464 114.86 230.46 114.609C230.441 113.392 230.391 111.573 230.28 109.425C230.202 107.937 230.185 106.941 230.189 106L230.529 106.34C228.936 106.334 227.5 106.268 224.099 106.335C219.924 106.417 217.036 106.564 213.009 106.562L211.88 106.553L212.559 105.663C213.275 104.709 214.06 103.684 214.958 102.54C218.888 97.53 219.302 96.0131 224.956 89.0209C227.144 86.3158 228.497 84.4897 229.642 82.8497L229.526 83.2C229.439 80.655 229.263 78.5543 229.171 74.98L230.109 75.918C229.234 75.9404 228.271 75.9577 227.191 75.9674C218.236 76.0479 206.933 75.7141 201.535 75.7417C200.867 75.7452 200.171 75.7492 199.449 75.7536L200.223 74.98C200.239 77.6714 200.26 80.7189 200.265 83.98L199.449 83.1644C202.383 83.1596 205.489 83.1668 208.665 83.1999C211.119 83.2256 213.758 83.2222 216.489 83.2106L218.031 83.2235L217.106 84.4406C213.662 89.089 210.001 94.0917 206.488 98.6299C204.498 101.201 202.193 104.185 199.917 107.129L200.033 106.78C199.987 109.633 199.94 112.458 199.896 115L199.449 114.553C202.205 114.6 204.628 114.645 206.394 114.684C211.911 114.804 213.255 114.831 218.566 114.758C221.618 114.715 225.823 114.755 229.375 114.911C231.163 114.989 230.758 115.099 228.958 115.151C226.327 115.227 224.168 115.176 222.812 115.313C220.103 115.585 218.952 115.69 215.532 115.531C212.112 115.372 210.501 115.733 208.507 115.692C206.737 115.655 206.565 115.483 199.449 115.56L198.896 115.565L198.89 115C198.88 114.103 198.867 113.096 198.848 111.961C198.818 110.083 198.792 108.362 198.769 106.78L198.767 106.561L198.904 106.373C202.988 100.741 205.516 97.3028 207.362 94.7786C209.167 92.3121 212.669 87.8102 215.885 83.5286L216.489 84.7341C215.118 84.7308 213.769 84.734 212.493 84.7476C209.236 84.7822 204.227 84.7823 199.449 84.7898L198.648 84.7983L198.64 83.98C198.634 80.641 198.625 77.4152 198.599 74.98L198.59 74.1384L199.449 74.1292C200.222 74.1207 200.914 74.1104 201.506 74.0978C206.633 73.9888 206.643 74.2268 210.786 74.3598ZM242.507 74.3598C243.997 74.449 245.275 74.214 246.772 74.0746L247.659 74.0569L247.677 74.98C247.745 75.7151 247.791 76.5031 247.763 77.3951C247.68 80.1036 247.369 80.5093 247.439 83.6113C247.509 86.7131 247.296 89.8167 247.424 91.1978C247.552 92.5789 247.165 92.7247 247.251 94.686C247.337 96.6471 247.286 97.8358 247.16 99.551C247.034 101.266 246.927 106.536 247.081 108.452C247.236 110.368 246.968 112.554 246.904 113.868C246.884 114.278 246.857 114.6 246.829 114.847C246.817 114.952 246.792 115 246.767 115C246.767 115 246.767 115 246.767 115C246.736 115 246.706 114.925 246.702 114.791C246.683 114.138 246.633 113.162 246.522 112.009C246.314 109.86 246.544 109.626 246.437 106.724C246.33 103.822 246.116 102.078 246.254 98.6634C246.392 95.2489 245.814 94.4646 246.142 89.6447C246.47 84.8248 245.865 84.3175 245.784 79.5144C245.76 78.0763 245.773 76.5252 245.802 74.98L246.772 75.9491C243.156 75.8804 239.573 75.7223 237.544 75.7417C237.194 75.7451 236.829 75.7491 236.452 75.7533L237.225 74.98C237.256 77.7265 237.302 81.1678 237.232 84.776C237.152 88.8806 237.353 93.9477 237.211 98.4785C237.068 103.009 236.888 109.415 236.768 112.374C236.722 113.489 236.69 114.287 236.672 115L236.452 114.78C237.631 114.81 238.58 114.804 240.355 114.758C241.992 114.715 244.247 114.755 246.152 114.911C247.111 114.989 246.894 115.099 245.929 115.151C244.518 115.227 243.359 115.176 242.632 115.313C241.179 115.585 240.562 115.69 238.727 115.531C237.754 115.447 237.054 115.509 236.452 115.579L235.884 115.591L235.872 115C235.81 114.467 235.741 114.01 235.76 113.508C235.802 112.439 236.014 112.456 235.85 107.019C235.687 101.583 235.645 98.6021 235.605 96.5432C235.566 94.4843 235.751 90.1851 235.684 86.8296C235.625 83.8533 235.666 78.15 235.6 74.98L235.584 74.1459L236.452 74.1287C236.855 74.1203 237.218 74.1101 237.529 74.0978C240.279 73.9888 240.284 74.2268 242.507 74.3598ZM272.417 74.3598C273.78 74.4271 274.996 74.3098 276.291 74.1883L277.07 74.1755L277.083 74.98C277.201 76.2435 277.324 77.5816 277.283 79.2033C277.2 82.4866 276.888 82.9783 276.958 86.7386C277.028 90.4986 276.815 94.2608 276.943 95.935C277.071 97.6092 276.684 97.7859 276.77 100.163C276.784 100.552 276.795 100.915 276.802 101.26C276.824 103.073 276.644 104.403 276.122 106.115C275.814 107.124 275.075 109.212 273.694 110.932C272.349 112.687 270.425 113.891 269.384 114.451C267.281 115.654 264.495 115.806 262.911 115.813C262.411 115.822 262.02 115.802 261.718 115.777C261.59 115.765 261.531 115.74 261.531 115.715C261.531 115.715 261.531 115.715 261.531 115.715C261.531 115.685 261.623 115.655 261.786 115.649C262.571 115.622 263.758 115.526 265.101 115.186C267.533 114.434 268.002 114.742 270.866 112.844C273.512 110.683 274.501 108.73 275.464 104.876C275.779 103.399 275.771 102.314 275.713 101.26C275.606 99.4529 275.456 97.7125 275.661 94.0523C275.989 88.2096 275.384 87.5947 275.304 81.7723C275.274 79.6261 275.301 77.2724 275.345 74.98L276.291 75.9264C272.364 75.8509 268.618 75.7243 266.401 75.7417C266.26 75.7429 266.116 75.744 265.971 75.7453L266.736 74.98C266.766 78.44 266.828 82.9741 266.751 87.7491C266.687 91.7704 266.806 96.5537 266.779 101.14C266.775 102.335 266.507 103.572 265.86 104.614C264.888 106.31 262.666 107.331 260.631 107.223C258.249 107.196 256.078 105.962 254.575 104.615L255.276 104.483C254.252 106.235 253.345 107.781 252.697 108.873C251.816 110.356 251.255 111.3 250.733 112.22L250.689 111.964C251.529 112.707 252.419 113.361 254.043 114.053C255.835 114.834 258.485 115.42 260.783 115.62C261.939 115.716 261.684 115.833 260.504 115.85C258.775 115.856 257.382 115.543 256.482 115.46C254.692 115.255 253.832 115.117 251.921 113.801C251.226 113.294 250.681 112.879 250.206 112.512L249.894 112.246L250.094 111.869C250.507 110.986 250.736 110.294 251.151 109.592C251.762 108.562 251.958 108.586 254.372 103.985L254.69 103.382L255.236 103.822C255.559 104.081 255.919 104.345 256.324 104.598C257.83 105.551 259.332 105.923 260.631 105.886C264.037 105.792 264.962 103.376 265.081 101.913C265.104 101.684 265.119 101.426 265.119 101.14C265.122 98.4337 265.263 93.8782 265.204 90.2385C265.14 86.3295 265.193 78.5399 265.101 74.98L265.087 74.1243L265.971 74.1098C266.115 74.1061 266.253 74.1021 266.383 74.0978C269.716 73.9888 269.723 74.2268 272.417 74.3598ZM287.911 84.2868C289.2 81.2378 289.567 78.5937 291.065 74.8496C291.094 74.776 291.124 74.7036 291.152 74.6325L291.38 74.0025L292.076 73.9932C295.899 74.0833 296.568 74.3816 301.095 74.3128C302.429 74.2925 303.763 74.2959 305.036 74.3079L305.491 74.3018L305.664 74.7425C306.744 77.6824 307.642 80.2912 308.244 81.6265C309.091 83.5043 308.805 83.8441 309.917 86.5447C311.029 89.2451 311.607 90.9181 312.392 93.3509C313.176 95.7839 315.848 103.16 317.001 105.773C318.154 108.387 319.052 111.525 319.684 113.377C319.881 113.955 320.025 114.413 320.129 114.767C320.173 114.917 320.175 114.993 320.152 115.002C320.152 115.002 320.152 115.002 320.152 115.002C320.123 115.012 320.055 114.919 319.981 114.733C319.62 113.831 319.06 112.49 318.349 110.924C317.024 108.005 317.115 107.597 315.488 103.594C313.862 99.5908 312.744 97.2386 311.077 92.4352C309.41 87.6318 308.457 86.7442 306.228 79.9168C305.564 77.884 305.024 76.4128 304.524 75.1732L305.036 75.5266C301.884 75.5957 300.017 75.9109 294.996 75.9674C294.051 75.9781 293.072 75.9815 292.076 75.9794L293.011 75.332C290.697 81.4428 287.897 88.178 286.603 91.6865C285.111 95.73 283.138 101.172 280.911 106.862C279.902 109.443 278.842 112.32 277.752 115.277L277.016 114.213C280.814 114.188 284.738 114.163 288.424 114.241C288.521 114.243 288.618 114.245 288.716 114.247L288.004 114.755C288.653 112.988 289.371 111.03 290.102 109.036L290.256 108.606L290.696 108.612C296.159 108.723 301.87 108.838 304.997 108.924C305.536 108.938 306.025 108.952 306.476 108.964L306.677 108.966L306.737 109.15C307.494 111.559 307.907 112.829 308.655 114.931L308.456 114.789C309.085 114.782 309.786 114.772 310.604 114.758C313.041 114.715 316.398 114.755 319.234 114.911C320.661 114.989 320.338 115.099 318.902 115.151C316.801 115.227 315.077 115.176 313.994 115.313C311.905 115.576 310.977 115.682 308.456 115.546L308.073 115.552L307.939 115.178C307.915 115.092 307.89 115.004 307.864 114.914C307.127 112.28 306.368 111.181 305.89 109.662C305.868 109.593 305.847 109.527 305.828 109.463L306.476 109.925C305.078 109.871 304.75 109.685 297.026 109.841C294.611 109.89 292.521 109.928 290.696 109.958L291.375 109.474C290.613 111.816 289.995 113.698 289.479 115.262L289.302 115.799L288.716 115.807C287.495 115.822 286.458 115.834 285.543 115.846C283.622 115.871 280.39 115.807 277.016 115.773L275.909 115.787L276.292 114.728C277.019 112.855 277.753 110.931 278.386 109.178C280.083 104.48 283.717 94.9983 285.056 91.1289C286.396 87.2597 286.621 87.3357 287.911 84.2868ZM296.697 92.6019C296.274 93.4373 296.597 94.3171 296.155 95.3606C295.714 96.4042 295.365 96.4645 295.016 97.7126C294.714 98.7924 294.212 99.8047 294.041 100.438L293.456 99.6225C293.558 99.6161 293.649 99.6051 293.726 99.5878C294.302 99.4597 294.363 99.8471 295.181 99.761C296 99.675 296.495 99.7256 297.211 99.8515C297.927 99.9774 300.125 100.085 300.924 99.9302C301.724 99.7755 302.635 100.044 303.184 100.108C303.354 100.127 303.489 100.155 303.592 100.183C303.636 100.195 303.656 100.22 303.656 100.245C303.656 100.245 303.656 100.245 303.656 100.245C303.656 100.275 303.625 100.306 303.568 100.309C303.296 100.328 302.889 100.378 302.408 100.49C301.512 100.698 301.414 100.468 300.203 100.575C298.992 100.682 298.265 100.896 296.841 100.757C295.51 100.628 295.137 101.124 293.456 100.923L292.473 100.878L292.809 100.021C292.86 99.9127 292.917 99.7995 292.98 99.6806C293.936 97.8813 293.431 97.4868 293.997 95.5631C294.564 93.6395 295.691 91.3509 296.052 90.198C296.413 89.0451 296.867 87.4859 297.492 85.8897C297.61 85.5869 297.724 85.2672 297.835 84.936L298.612 82.8097L299.276 84.936C299.758 86.3487 300.401 87.903 300.783 89.3907C301.255 91.2267 301.941 93.8154 302.223 95.0233C302.505 96.2313 302.576 96.525 303.027 97.6268C303.286 98.2601 303.55 99.1641 303.657 99.9669C303.711 100.371 303.579 100.32 303.4 99.9555C303.139 99.4223 303.032 98.9482 302.806 98.7047C302.353 98.218 302.172 98.0075 302.076 97.2319C301.981 96.4562 301.524 96.2304 301.42 95.7946C301.317 95.3588 301.52 95.2975 300.638 93.2018C299.755 91.1062 299.317 89.9419 299.004 89.141C298.703 88.3697 298.32 86.7108 297.835 85.4241H299.277C299.262 85.4747 299.247 85.5249 299.233 85.5746C298.847 86.9219 297.876 89.5977 297.611 90.7192C297.347 91.8407 297.12 91.7666 296.697 92.6019Z' fill='%23171717'/%3E%3Cpath d='M13.92 50H3.6V9.98H13.92V50ZM58.3195 50H48.3595L31.4395 26.84V50H21.1195V9.98H31.7395L47.9395 32V9.98H58.3195V50ZM84.7936 50H74.4736V18.98H63.2536V9.98H95.9536V18.98H84.7936V50ZM130.206 50H100.866V9.98H130.206V18.98H111.186V25.22H129.786V34.22H111.186V41H130.206V50ZM170.338 50H158.518L151.798 36.56H146.518V50H136.198V9.98H156.238C165.118 9.98 170.158 15.86 170.158 23.3C170.158 30.26 165.898 33.98 162.178 35.3L170.338 50ZM154.678 27.56C157.378 27.56 159.658 26.06 159.658 23.24C159.658 20.54 157.378 18.98 154.678 18.98H146.518V27.56H154.678ZM213.066 50H203.106L186.186 26.84V50H175.866V9.98H186.486L202.686 32V9.98H213.066V50ZM249.62 50H220.28V9.98H249.62V18.98H230.6V25.22H249.2V34.22H230.6V41H249.62V50ZM274.872 50H264.552V18.98H253.332V9.98H286.032V18.98H274.872V50ZM305.355 50.72C297.255 50.72 291.615 48.2 287.595 44.36L293.055 36.62C295.935 39.5 300.375 41.9 305.835 41.9C309.375 41.9 311.535 40.52 311.535 38.6C311.535 33.14 288.855 37.52 288.855 22.1C288.855 15.38 294.555 9.38 304.815 9.38C311.235 9.38 316.815 11.3 321.075 14.96L315.435 22.34C312.075 19.58 307.695 18.2 303.735 18.2C300.735 18.2 299.415 19.4 299.415 21.08C299.415 26.18 322.035 22.46 322.035 37.34C322.035 45.38 316.095 50.72 305.355 50.72Z' fill='white'/%3E%3Cpath d='M9.65497 9.35978C11.1453 9.44897 12.423 9.21397 13.92 9.07457L14.8071 9.05695L14.8254 9.98C14.8939 10.7151 14.9393 11.5031 14.9119 12.3951C14.8288 15.1036 14.5171 15.5093 14.5872 18.6113C14.6573 21.7131 14.4441 24.8167 14.5722 26.1978C14.7003 27.5789 14.3129 27.7247 14.399 29.686C14.485 31.6471 14.4344 32.8358 14.3085 34.551C14.1826 36.2663 14.0751 41.536 14.2298 43.4522C14.3845 45.3684 14.1161 47.554 14.0524 48.8684C14.0326 49.2778 14.0055 49.6 13.9772 49.847C13.9653 49.9516 13.9402 50 13.9155 50C13.9155 50 13.9155 50 13.9154 50C13.8847 50 13.8544 49.925 13.8505 49.7905C13.8316 49.1377 13.7818 48.1621 13.6702 47.0095C13.4621 44.8604 13.6921 44.6255 13.5851 41.7235C13.4782 38.8215 13.2644 37.078 13.4026 33.6634C13.5409 30.2489 12.9623 29.4646 13.2902 24.6447C13.6181 19.8248 13.013 19.3175 12.9325 14.5144C12.9085 13.0763 12.9215 11.5252 12.9509 9.98L13.92 10.9491C10.3045 10.8804 6.72125 10.7223 4.69277 10.7417C4.34259 10.7451 3.97787 10.7491 3.6 10.7533L4.37333 9.98C4.40428 12.7265 4.45025 16.1678 4.38006 19.776C4.30021 23.8806 4.50178 28.9477 4.3593 33.4785C4.21683 38.0093 4.03689 44.4149 3.91631 47.3742C3.87087 48.4894 3.83869 49.2868 3.82017 50L3.6 49.7798C4.77915 49.8104 5.72812 49.8037 7.503 49.7578C9.14027 49.7154 11.3958 49.7554 13.3009 49.9111C14.2597 49.9895 14.0425 50.0986 13.0774 50.1509C11.6662 50.2272 10.5077 50.1762 9.78053 50.3126C8.32754 50.5852 7.70999 50.6898 5.87569 50.5311C4.90262 50.4469 4.20253 50.5089 3.6 50.5794L3.0323 50.5907L3.02057 50C2.95815 49.4668 2.88902 49.01 2.9085 48.508C2.95002 47.4387 3.16268 47.4563 2.99883 42.0195C2.83498 36.5826 2.79317 33.6021 2.75384 31.5432C2.7145 29.4843 2.89907 25.1851 2.83245 21.8296C2.77336 18.8533 2.81472 13.15 2.74871 9.98L2.73214 9.14595L3.6 9.12871C4.00388 9.1203 4.36665 9.11015 4.67741 9.09782C7.42721 8.98877 7.43286 9.2268 9.65497 9.35978ZM33.3532 11.1267C36.1566 15.1617 38.9212 17.9277 42.4018 22.799C45.2881 26.8384 45.9736 28.1518 48.4725 31.6079L47.2779 32C47.2851 31.1218 47.2843 30.1249 47.2723 28.9542C47.2022 22.0987 47.4154 15.2393 47.2873 12.1867C47.2486 11.2636 47.257 10.5902 47.2852 9.98L47.2794 9.33158L47.9395 9.32565C49.3471 9.39068 50.4183 9.56104 53.4422 9.50102C55.308 9.46399 56.8574 9.45227 58.3195 9.46097L58.8339 9.45634L58.8386 9.98C58.827 11.9145 58.7798 13.6961 58.7081 15.8551C58.5821 19.6463 58.4746 31.2932 58.6293 35.5283C58.784 39.7635 58.5156 44.5939 58.452 47.4989C58.4321 48.4038 58.405 49.1159 58.3768 49.6618C58.3648 49.8931 58.3397 49.9999 58.315 50C58.315 50 58.315 50 58.315 50C58.2842 49.9999 58.2539 49.8343 58.25 49.537C58.2312 48.0942 58.1814 45.9379 58.0697 43.3904C57.8616 38.6406 58.0916 38.1215 57.9847 31.7076C57.8777 25.2937 57.6639 21.4402 57.8022 13.8934C57.8295 12.3992 57.8288 11.1328 57.8126 9.98L58.3195 10.4869C54.8656 10.5356 52.4309 10.7234 47.9395 10.7114L48.6709 9.98C48.6667 11.5605 48.6378 13.3956 48.5693 15.6195C48.3163 23.8418 48.619 26.3856 48.8073 32L48.796 34.6476L47.2405 32.5142C46.2123 31.2105 45.0332 29.6849 43.5832 27.7449C39.4969 22.2779 34.8664 15.7822 31.0669 10.4748L31.7395 10.815C28.1148 10.7681 24.9372 10.7319 22.6522 10.7417C22.1543 10.7439 21.6432 10.7463 21.1195 10.7489L21.8884 9.98C21.919 16.1869 21.9732 24.1473 21.8996 32.5134C21.8528 37.8334 21.9027 43.8849 21.9233 50L21.1195 49.1962C24.5795 49.1846 28.0599 49.1823 31.4395 49.2123L30.6518 50C30.6592 49.1672 30.6686 48.3406 30.6802 47.5219C30.7689 41.288 30.8721 33.4483 30.9665 26.84L30.9727 25.3887L31.8215 26.561C34.139 29.8301 36.192 32.7318 37.6117 34.7522C41.3725 40.1044 42.2909 41.4076 46.0641 46.4475C46.8254 47.4642 47.6777 48.6229 48.5654 49.8496L48.3595 49.745C51.1595 49.7577 54.2184 49.81 56.9513 49.9111C59.0704 49.9895 58.5902 50.0986 56.4572 50.1509C53.3382 50.2272 50.7778 50.1762 49.1706 50.3126C48.8869 50.3367 48.6176 50.3595 48.3595 50.3808L48.1695 50.3826L48.052 50.2247C46.3031 48.2051 45.3815 47.0692 43.318 43.9995C41.0547 40.6325 39.6367 39.3028 38.2761 37.3701C36.9874 35.5394 37.0939 35.3583 30.9726 27.1811L32.0178 26.84C32.0244 27.4094 32.0321 28.0104 32.0407 28.6449C32.1842 39.1666 32.2341 45.5259 32.2707 50L32.2781 50.8236L31.4395 50.8311C30.8039 50.8363 30.2063 50.8413 29.6402 50.8462C27.5903 50.8639 24.5357 50.8362 21.1195 50.8064L20.3204 50.8136L20.3131 50C20.3493 45.8327 20.3886 41.1276 20.352 37.0522C20.2903 30.1876 20.338 16.7595 20.259 9.98L20.2513 9.12726L21.1195 9.11946C21.6643 9.11311 22.1662 9.10593 22.6182 9.09782C27.8041 9.00477 28.574 9.16442 31.7395 9.29589L32.0794 9.29284L32.2906 9.5746C32.5949 10.0264 32.9419 10.5348 33.3532 11.1267ZM83.1605 9.35978C86.3706 9.49277 88.8977 8.905 92.8104 8.98808C94.1523 9.01657 95.103 9.07196 95.9536 9.12963L96.7921 9.1181L96.804 9.98C96.6935 11.6096 96.5747 12.8724 96.6208 15.8166C96.6375 16.8821 96.6381 17.9477 96.6312 18.98L96.6404 19.6481L95.9536 19.6576C92.6447 19.6352 89.6784 19.5346 88.1577 19.6322C86.6513 19.7289 86.1623 19.5318 84.7936 19.4664L85.28 18.98C85.2588 19.4241 85.2515 19.9607 85.2726 20.6548C85.3586 23.4879 85.308 25.205 85.1821 27.6827C85.0562 30.1606 84.9487 37.7731 85.1034 40.5412C85.2581 43.3094 84.9897 46.4666 84.926 48.3653C84.9062 48.9567 84.8791 49.4221 84.8508 49.779C84.8389 49.9301 84.8138 50 84.7891 50C84.7891 50 84.7891 50 84.789 50C84.7583 49.9999 84.728 49.8917 84.7241 49.6974C84.7052 48.7544 84.6554 47.345 84.5438 45.68C84.3357 42.5754 84.5657 42.2362 84.4587 38.044C84.3518 33.8518 84.138 31.3331 84.2762 26.4005C84.3658 23.2051 84.1545 21.6043 84.0838 18.98L84.0937 18.2605L84.7936 18.2702C86.2202 18.2317 87.9492 18.2347 90.4013 18.3502C92.837 18.4649 94.5103 18.4654 95.9536 18.4142L95.3878 18.98C95.2931 16.3138 95.0218 14.4325 94.9671 9.98L95.9536 10.9665C95.9265 10.9668 95.8992 10.9671 95.8719 10.9674C88.9334 11.0479 80.1748 10.7141 75.9922 10.7417C72.5205 10.7647 68.0602 10.8172 63.2536 10.7887L64.0623 9.98C64.0564 10.9643 64.0472 11.9632 64.0336 12.9711C64.0083 14.8567 64.0113 16.8829 64.0227 18.98L63.2536 18.2109C66.901 18.191 70.7631 18.1459 74.4736 18.1814L75.283 18.1925L75.2722 18.98C75.2639 19.8449 75.2513 20.7016 75.2329 21.5454C75.0904 28.0905 74.9105 37.3438 74.7899 41.6188C74.6803 45.5051 74.6478 46.7195 74.6982 50L74.4736 49.7754C74.8014 49.7703 75.1499 49.7645 75.5237 49.7578C77.8889 49.7154 81.1471 49.7554 83.8993 49.9111C85.2844 49.9895 84.9705 50.0986 83.5764 50.1509C81.5378 50.2272 79.8642 50.1762 78.8138 50.3126C77.1004 50.5351 76.1912 50.6457 74.4736 50.5925L73.8894 50.6005L73.8811 50C73.8931 49.6135 73.9133 49.1861 73.9425 48.6994C74.1011 46.0497 73.7406 44.8012 73.7821 43.2566C73.8236 41.7119 74.0363 41.7373 73.8724 33.8835C73.7128 26.2299 73.669 21.946 73.6304 18.98L74.4736 19.8231C74.3959 19.8242 74.3192 19.8252 74.2432 19.8262C71.8652 19.8576 67.4184 19.7459 63.2536 19.7339L62.5102 19.7442L62.4997 18.98C62.5027 17.9358 62.4994 16.9094 62.486 15.9377C62.4643 14.358 62.4562 12.2464 62.4513 9.98L62.4404 9.18887L63.2536 9.17769C67.9415 9.16756 73.2922 9.17134 75.97 9.09782C79.9423 8.98877 79.9505 9.2268 83.1605 9.35978ZM118.058 19.6002C115.64 19.5321 113.485 19.653 111.186 19.776L111.982 18.98C112.083 20.8834 112.187 22.8862 112.186 25.22L111.186 24.22C111.539 24.2202 111.9 24.2227 112.27 24.2281C118.026 24.3112 118.888 24.6229 125.48 24.5528C126.928 24.5374 128.376 24.5357 129.786 24.541L130.458 24.5347L130.465 25.22C130.452 28.6294 130.398 31.8126 130.396 34.22L130.402 34.8246L129.786 34.8304C128.657 34.8296 127.7 34.8403 126.969 34.8722C124.034 35.0003 123.724 34.6129 119.556 34.699C116.177 34.7687 113.877 34.7487 111.186 34.6715L111.637 34.22C111.619 34.8486 111.598 35.4985 111.574 36.1885C111.537 37.2622 111.502 38.991 111.474 41L111.186 40.7117C115.998 40.778 122.418 40.7993 125.291 40.6902C126.89 40.6295 128.577 40.634 130.206 40.6657L130.537 40.6626L130.54 41C130.491 43.5193 130.377 45.8987 130.338 47.5951C130.318 48.4652 130.291 49.1499 130.263 49.6748C130.251 49.8972 130.226 49.9999 130.201 50C130.201 50 130.201 50 130.201 50C130.17 49.9999 130.14 49.8406 130.136 49.5548C130.117 48.1675 130.067 46.0941 129.956 43.6447C129.908 42.5845 129.883 41.7435 129.872 41L130.206 41.3336C127.746 41.3693 126.352 41.2527 121.617 41.3349C117.655 41.4036 114.709 41.5164 111.186 41.5516L110.629 41.5464L110.634 41C110.614 39.0383 110.619 36.8974 110.668 34.3023C110.669 34.2748 110.669 34.2474 110.67 34.22L110.675 33.6994L111.186 33.7042C118.257 33.8344 120.01 33.2818 129.786 33.5752L129.141 34.22C129.146 34.0609 129.151 33.8996 129.156 33.7361C129.277 29.9555 129.271 27.4234 129.211 25.22L129.786 25.7947C126.019 25.8971 123.213 26.1567 116.773 26.2075C114.977 26.2216 113.097 26.2229 111.186 26.2157L110.181 26.2063L110.19 25.22C110.198 23.1554 110.216 21.0538 110.238 18.98L110.247 18.024L111.186 18.0327C118.099 18.1081 124.703 18.2358 128.603 18.2183C129.123 18.2159 129.657 18.2133 130.206 18.2104L129.436 18.98C129.422 16.2807 129.404 13.2413 129.394 9.98L130.206 10.7912C126.279 10.8023 122.031 10.8 117.668 10.7601C112.556 10.7133 106.741 10.7631 100.866 10.7837L101.669 9.98C101.684 14.1306 101.684 18.3118 101.625 22.2978C101.495 31.0767 101.334 43.1678 101.215 50L100.866 49.6504C101.527 49.6619 102.139 49.673 102.694 49.6837C108.983 49.8043 110.515 49.8315 116.569 49.7578C120.048 49.7154 124.841 49.7554 128.89 49.9111C130.928 49.9895 130.466 50.0986 128.415 50.1509C125.416 50.2272 122.954 50.1762 121.409 50.3126C118.321 50.5852 117.008 50.6898 113.11 50.5311C109.212 50.3725 107.376 50.733 105.103 50.6915C103.803 50.6677 103.259 50.5879 100.866 50.5547L100.316 50.5598L100.311 50C100.336 48.2115 100.335 45.3903 100.264 40.4486C100.101 28.8944 100.059 22.5604 100.019 18.1849C100.002 16.2115 100.03 13.2696 100.059 9.98L100.052 9.18127L100.866 9.17366C104.87 9.20989 109.389 9.24902 113.303 9.21244C117.482 9.17341 124.191 9.17822 130.206 9.16693L131.011 9.1594L131.019 9.98C131.025 13.403 131.037 16.6012 131.065 18.98L131.073 19.8309L130.206 19.839C129.632 19.8457 129.106 19.8534 128.636 19.8622C122.792 19.9712 122.78 19.7332 118.058 19.6002ZM135.577 10.7484C135.587 10.4887 135.592 10.2328 135.595 9.98L135.588 9.38469L136.198 9.37751C139.595 9.41455 142.446 8.91076 146.699 8.98808C150.977 9.06586 151.849 9.34411 156.238 9.3217C156.552 9.32024 156.872 9.3241 157.219 9.33647C162.827 9.29469 167.416 13.3326 168.608 15.4086C169.928 17.4776 169.823 17.8743 170.501 21.1957C170.619 21.9493 170.668 22.6445 170.675 23.3C170.673 25.5673 170.301 27.3786 169.235 29.4431C168.498 31.0739 165.785 34.3923 162.256 35.5207L162.382 35.1863C163.507 37.2232 164.574 39.104 165.247 40.1918C166.952 42.9431 168.506 46.297 169.527 48.2666C169.845 48.8801 170.085 49.3685 170.262 49.7465C170.338 49.9067 170.355 49.9901 170.334 50.0022C170.334 50.0022 170.334 50.0022 170.334 50.0022C170.307 50.0171 170.219 49.9212 170.105 49.7248C169.554 48.771 168.712 47.3561 167.671 45.7103C165.729 42.6414 165.738 42.1834 163.268 37.9548C162.753 37.0732 162.276 36.2681 161.818 35.4997L161.585 35.0678L162.04 34.9122C165.006 33.6304 167.35 31.7867 168.956 27.7232C169.57 25.9998 169.644 24.5946 169.601 23.3C169.34 20.757 169.293 18.141 165.969 14.1819C162.089 10.506 159.379 10.7685 156.238 10.7803C154.667 10.8644 152.832 10.9421 150.274 10.9674C145.811 11.0118 140.702 10.9304 136.198 10.853L137.071 9.98C137.007 13.6534 136.947 16.9256 136.959 19.1196C136.987 24.0041 137.058 30.5645 136.978 37.4889C136.934 41.3069 136.975 45.6186 136.997 50L136.198 49.2002C139.664 49.1826 143.174 49.1771 146.518 49.2355L145.753 50C145.755 49.9049 145.757 49.8099 145.758 49.7151C145.832 45.7621 145.916 40.9632 145.996 36.56L146.002 36.0323L146.518 36.0384C148.38 36.0724 150.171 36.1058 151.798 36.1375L152.064 36.1406L152.176 36.3711C153.02 38.1451 153.759 39.7032 154.32 40.8968C156.29 45.0871 156.88 46.3381 158.721 49.8982L158.518 49.7723C158.832 49.768 159.163 49.7631 159.512 49.7578C162.274 49.7154 166.079 49.7554 169.293 49.9111C170.911 49.9895 170.544 50.0986 168.916 50.1509C166.535 50.2272 164.581 50.1762 163.354 50.3126C161.432 50.5264 160.376 50.6368 158.518 50.598L158.155 50.6023L157.983 50.2674C157.764 49.8054 157.528 49.284 157.26 48.6716C156.018 45.8331 155.043 44.6902 154.274 43.0583C153.639 41.7117 153.666 41.4295 151.309 36.8045L151.798 37.1068C150.698 37.1154 149.375 37.1325 147.771 37.1612C147.344 37.1688 146.927 37.1762 146.518 37.1833L147.141 36.56C147.248 42.7165 147.298 46.9002 147.332 50L147.341 50.8042L146.518 50.8139C145.397 50.8261 144.417 50.8362 143.538 50.8462C141.807 50.8658 139.139 50.8298 136.198 50.797L135.41 50.8063L135.401 50C135.434 47.0361 135.464 43.7943 135.43 40.9534C135.363 35.2926 135.425 23.7845 135.315 19.1455C135.206 14.5066 135.444 14.4971 135.577 10.7484ZM147.219 19.6002C146.975 19.5631 146.745 19.5821 146.518 19.627L147.165 18.98C147.281 19.5678 147.569 20.1405 147.51 20.9097C147.426 21.9764 147.115 22.1362 147.185 23.3579C147.255 24.5795 147.042 25.8018 147.17 26.3457C147.289 26.8496 146.965 26.936 146.985 27.56L146.518 27.0927C146.567 27.0911 146.62 27.0874 146.677 27.081C147.45 26.995 147.918 27.0456 148.593 27.1715C149.269 27.2974 151.344 27.4049 152.099 27.2502C152.854 27.0955 153.714 27.3639 154.232 27.4276C154.393 27.4474 154.52 27.4745 154.617 27.5028C154.659 27.5147 154.678 27.5398 154.678 27.5645C154.678 27.5645 154.678 27.5645 154.678 27.5646C154.678 27.5953 154.648 27.6256 154.595 27.6295C154.338 27.6484 153.954 27.6982 153.5 27.8098C152.653 28.0179 152.561 27.7879 151.418 27.8949C150.275 28.0018 149.588 28.2156 148.244 28.0774C147.499 28.0008 147.072 28.1439 146.518 28.2313L145.814 28.1959L145.846 27.56C145.776 27.1124 145.741 26.5817 145.888 25.734C146.216 23.8358 145.611 23.636 145.53 21.7443C145.493 20.8714 145.544 19.8929 145.607 18.98L145.655 18.0261L146.518 18.0696C147.583 18.1432 148.559 18.2332 149.173 18.2183C150.314 18.1906 151.845 18.1201 153.462 18.1999C153.848 18.219 154.256 18.222 154.678 18.2175C156.141 18.1868 157.944 18.5992 159.039 19.8468C159.819 20.6782 160.289 22.0744 160.172 23.24C160.112 24.2639 159.707 25.1453 159.345 25.6106C158.528 26.5729 158.25 26.7098 157.238 27.3008C156.638 27.6204 155.69 27.7846 154.924 27.6447C154.54 27.5729 154.635 27.4664 155.003 27.4017C155.539 27.3012 155.984 27.2629 156.216 27.0635C156.669 26.654 156.803 26.5076 157.435 26.3307C158.077 26.1136 158.038 25.6122 158.276 25.386C158.397 25.2616 158.502 25.2309 158.667 25.0128C158.817 24.7956 159.085 24.3687 159.053 23.4184C159.05 23.3588 159.046 23.2993 159.041 23.24C158.839 21.4753 157.941 20.9445 157.439 20.6004C156.965 20.2778 155.815 19.6888 154.678 19.7346C154.539 19.7367 154.403 19.7409 154.27 19.7476C152.949 19.8142 150.262 19.7531 149.179 19.8622C148.096 19.9712 148.094 19.7332 147.219 19.6002ZM188.099 11.1267C190.903 15.1617 193.667 17.9277 197.148 22.799C200.034 26.8384 200.72 28.1518 203.219 31.6079L202.024 32C202.031 31.1218 202.03 30.1249 202.018 28.9542C201.948 22.0987 202.162 15.2393 202.033 12.1867C201.995 11.2636 202.003 10.5902 202.031 9.98L202.025 9.33158L202.686 9.32565C204.093 9.39068 205.164 9.56104 208.188 9.50102C210.054 9.46399 211.604 9.45227 213.066 9.46097L213.58 9.45634L213.585 9.98C213.573 11.9145 213.526 13.6961 213.454 15.8551C213.328 19.6463 213.221 31.2932 213.375 35.5283C213.53 39.7635 213.262 44.5939 213.198 47.4989C213.178 48.4038 213.151 49.1159 213.123 49.6618C213.111 49.8931 213.086 49.9999 213.061 50C213.061 50 213.061 50 213.061 50C213.03 49.9999 213 49.8343 212.996 49.537C212.977 48.0942 212.927 45.9379 212.816 43.3904C212.608 38.6406 212.838 38.1215 212.731 31.7076C212.624 25.2937 212.41 21.4402 212.548 13.8934C212.576 12.3992 212.575 11.1328 212.559 9.98L213.066 10.4869C209.612 10.5356 207.177 10.7234 202.686 10.7114L203.417 9.98C203.413 11.5605 203.384 13.3956 203.315 15.6195C203.062 23.8418 203.365 26.3856 203.553 32L203.542 34.6476L201.987 32.5142C200.958 31.2105 199.779 29.6849 198.329 27.7449C194.243 22.2779 189.613 15.7822 185.813 10.4748L186.486 10.815C182.861 10.7681 179.683 10.7319 177.398 10.7417C176.9 10.7439 176.389 10.7463 175.866 10.7489L176.635 9.98C176.665 16.1869 176.719 24.1473 176.646 32.5134C176.599 37.8334 176.649 43.8849 176.669 50L175.866 49.1962C179.326 49.1846 182.806 49.1823 186.186 49.2123L185.398 50C185.405 49.1672 185.415 48.3406 185.426 47.5219C185.515 41.288 185.618 33.4483 185.713 26.84L185.719 25.3887L186.568 26.561C188.885 29.8301 190.938 32.7318 192.358 34.7522C196.119 40.1044 197.037 41.4076 200.81 46.4475C201.571 47.4642 202.424 48.6229 203.311 49.8496L203.106 49.745C205.906 49.7577 208.965 49.81 211.697 49.9111C213.816 49.9895 213.336 50.0986 211.203 50.1509C208.084 50.2272 205.524 50.1762 203.917 50.3126C203.633 50.3367 203.364 50.3595 203.106 50.3808L202.916 50.3826L202.798 50.2247C201.049 48.2051 200.128 47.0692 198.064 43.9995C195.801 40.6325 194.383 39.3028 193.022 37.3701C191.733 35.5394 191.84 35.3583 185.719 27.1811L186.764 26.84C186.771 27.4094 186.778 28.0104 186.787 28.6449C186.93 39.1666 186.98 45.5259 187.017 50L187.024 50.8236L186.186 50.8311C185.55 50.8363 184.952 50.8413 184.386 50.8462C182.336 50.8639 179.282 50.8362 175.866 50.8064L175.066 50.8136L175.059 50C175.095 45.8327 175.135 41.1276 175.098 37.0522C175.036 30.1876 175.084 16.7595 175.005 9.98L174.997 9.12726L175.866 9.11946C176.41 9.11311 176.912 9.10593 177.364 9.09782C182.55 9.00477 183.32 9.16442 186.486 9.29589L186.825 9.29284L187.037 9.5746C187.341 10.0264 187.688 10.5348 188.099 11.1267ZM237.472 19.6002C235.054 19.5321 232.899 19.653 230.6 19.776L231.396 18.98C231.498 20.8834 231.601 22.8862 231.6 25.22L230.6 24.22C230.953 24.2202 231.314 24.2227 231.684 24.2281C237.44 24.3112 238.302 24.6229 244.894 24.5528C246.342 24.5374 247.79 24.5357 249.2 24.541L249.872 24.5347L249.879 25.22C249.866 28.6294 249.812 31.8126 249.81 34.22L249.816 34.8246L249.2 34.8304C248.072 34.8296 247.114 34.8403 246.383 34.8722C243.448 35.0003 243.138 34.6129 238.97 34.699C235.591 34.7687 233.291 34.7487 230.6 34.6715L231.051 34.22C231.033 34.8486 231.012 35.4985 230.988 36.1885C230.951 37.2622 230.916 38.991 230.888 41L230.6 40.7117C235.412 40.778 241.832 40.7993 244.705 40.6902C246.304 40.6295 247.991 40.634 249.62 40.6657L249.951 40.6626L249.954 41C249.905 43.5193 249.791 45.8987 249.752 47.5951C249.732 48.4652 249.705 49.1499 249.677 49.6748C249.665 49.8972 249.64 49.9999 249.615 50C249.615 50 249.615 50 249.615 50C249.584 49.9999 249.554 49.8406 249.55 49.5548C249.531 48.1675 249.482 46.0941 249.37 43.6447C249.322 42.5845 249.297 41.7435 249.286 41L249.62 41.3336C247.16 41.3693 245.767 41.2527 241.031 41.3349C237.069 41.4036 234.123 41.5164 230.6 41.5516L230.043 41.5464L230.048 41C230.028 39.0383 230.033 36.8974 230.082 34.3023C230.083 34.2748 230.083 34.2474 230.084 34.22L230.089 33.6994L230.6 33.7042C237.671 33.8344 239.424 33.2818 249.2 33.5752L248.555 34.22C248.56 34.0609 248.565 33.8996 248.57 33.7361C248.691 29.9555 248.685 27.4234 248.625 25.22L249.2 25.7947C245.433 25.8971 242.627 26.1567 236.188 26.2075C234.391 26.2216 232.511 26.2229 230.6 26.2157L229.595 26.2063L229.604 25.22C229.612 23.1554 229.63 21.0538 229.652 18.98L229.661 18.024L230.6 18.0327C237.513 18.1081 244.117 18.2358 248.017 18.2183C248.537 18.2159 249.071 18.2133 249.62 18.2104L248.85 18.98C248.836 16.2807 248.818 13.2413 248.808 9.98L249.62 10.7912C245.693 10.8023 241.445 10.8 237.082 10.7601C231.97 10.7133 226.155 10.7631 220.28 10.7837L221.083 9.98C221.098 14.1306 221.098 18.3118 221.039 22.2978C220.909 31.0767 220.748 43.1678 220.629 50L220.28 49.6504C220.941 49.6619 221.553 49.673 222.108 49.6837C228.397 49.8043 229.929 49.8315 235.983 49.7578C239.462 49.7154 244.255 49.7554 248.304 49.9111C250.342 49.9895 249.88 50.0986 247.829 50.1509C244.83 50.2272 242.368 50.1762 240.823 50.3126C237.735 50.5852 236.423 50.6898 232.524 50.5311C228.626 50.3725 226.79 50.733 224.517 50.6915C223.217 50.6677 222.673 50.5879 220.28 50.5547L219.73 50.5598L219.725 50C219.75 48.2115 219.749 45.3903 219.679 40.4486C219.515 28.8944 219.473 22.5604 219.434 18.1849C219.416 16.2115 219.444 13.2696 219.473 9.98L219.466 9.18127L220.28 9.17366C224.284 9.20989 228.803 9.24902 232.717 9.21244C236.896 9.17341 243.605 9.17822 249.62 9.16693L250.425 9.1594L250.433 9.98C250.439 13.403 250.451 16.6012 250.479 18.98L250.487 19.8309L249.62 19.839C249.046 19.8457 248.52 19.8534 248.05 19.8622C242.206 19.9712 242.194 19.7332 237.472 19.6002ZM273.239 9.35978C276.449 9.49277 278.976 8.905 282.889 8.98808C284.23 9.01657 285.181 9.07196 286.032 9.12963L286.87 9.1181L286.882 9.98C286.772 11.6096 286.653 12.8724 286.699 15.8166C286.716 16.8821 286.716 17.9477 286.709 18.98L286.718 19.6481L286.032 19.6576C282.723 19.6352 279.757 19.5346 278.236 19.6322C276.729 19.7289 276.24 19.5318 274.872 19.4664L275.358 18.98C275.337 19.4241 275.33 19.9607 275.351 20.6548C275.437 23.4879 275.386 25.205 275.26 27.6827C275.134 30.1606 275.027 37.7731 275.182 40.5412C275.336 43.3094 275.068 46.4666 275.004 48.3653C274.984 48.9567 274.957 49.4221 274.929 49.779C274.917 49.9301 274.892 50 274.867 50C274.867 50 274.867 50 274.867 50C274.836 49.9999 274.806 49.8917 274.802 49.6974C274.783 48.7544 274.734 47.345 274.622 45.68C274.414 42.5754 274.644 42.2362 274.537 38.044C274.43 33.8518 274.216 31.3331 274.354 26.4005C274.444 23.2051 274.233 21.6043 274.162 18.98L274.172 18.2605L274.872 18.2702C276.298 18.2317 278.027 18.2347 280.479 18.3502C282.915 18.4649 284.588 18.4654 286.032 18.4142L285.466 18.98C285.371 16.3138 285.1 14.4325 285.045 9.98L286.032 10.9665C286.005 10.9668 285.977 10.9671 285.95 10.9674C279.012 11.0479 270.253 10.7141 266.07 10.7417C262.599 10.7647 258.138 10.8172 253.332 10.7887L254.14 9.98C254.135 10.9643 254.125 11.9632 254.112 12.9711C254.086 14.8567 254.089 16.8829 254.101 18.98L253.332 18.2109C256.979 18.191 260.841 18.1459 264.552 18.1814L265.361 18.1925L265.35 18.98C265.342 19.8449 265.329 20.7016 265.311 21.5454C265.169 28.0905 264.989 37.3438 264.868 41.6188C264.758 45.5051 264.726 46.7195 264.776 50L264.552 49.7754C264.88 49.7703 265.228 49.7645 265.602 49.7578C267.967 49.7154 271.225 49.7554 273.977 49.9111C275.362 49.9895 275.049 50.0986 273.655 50.1509C271.616 50.2272 269.942 50.1762 268.892 50.3126C267.179 50.5351 266.269 50.6457 264.552 50.5925L263.967 50.6005L263.959 50C263.971 49.6135 263.991 49.1861 264.021 48.6994C264.179 46.0497 263.819 44.8012 263.86 43.2566C263.902 41.7119 264.114 41.7373 263.951 33.8835C263.791 26.2299 263.747 21.946 263.709 18.98L264.552 19.8231C264.474 19.8242 264.397 19.8252 264.321 19.8262C261.943 19.8576 257.496 19.7459 253.332 19.7339L252.588 19.7442L252.578 18.98C252.581 17.9358 252.578 16.9094 252.564 15.9377C252.542 14.358 252.534 12.2464 252.529 9.98L252.519 9.18887L253.332 9.17769C258.02 9.16756 263.37 9.17134 266.048 9.09782C270.02 8.98877 270.029 9.2268 273.239 9.35978ZM315.116 10.6423C317.512 11.6957 319.579 12.7639 321.62 14.3261L322.217 14.8292L321.739 15.4675C320.678 17.0241 319.529 18.6752 318.06 20.5389C317.32 21.4771 316.706 22.233 316.159 22.8934L315.599 23.6419L314.857 23.0443C312.628 21.2334 311.353 20.0523 306.691 19.1237C305.707 18.9665 304.712 18.8826 303.735 18.8816C301.81 18.8274 299.96 19.5648 300.054 21.08C299.99 21.8954 301.27 22.4901 302.213 22.8119C303.205 23.1494 304.096 23.3423 304.792 23.4747C307.52 23.9852 307.761 24.3105 311.646 25.3093C315.476 26.4301 317.937 27.5789 320.188 30.4278C321.133 31.6049 322.393 34.2743 322.293 37.34C322.455 41.5932 319.826 45.809 318.002 47.2155C315.007 50.0124 310.27 50.6701 307.658 50.7663C306.825 50.81 306.17 50.7986 305.668 50.7757C305.455 50.7657 305.355 50.7401 305.355 50.7155C305.355 50.7155 305.355 50.7155 305.355 50.7154C305.355 50.6845 305.509 50.6551 305.782 50.6477C307.096 50.6082 309.084 50.4649 311.307 49.8217C313.367 49.2017 314.445 48.7098 315.65 48.0688C316.806 47.3886 318.272 46.5931 319.828 44.1822C321.231 41.8581 321.558 39.5955 321.525 37.34C321.45 34.8404 320.864 32.1497 318.303 29.7537C312.928 25.6115 310.849 26.8453 301.39 23.8318C300.274 23.3608 298.847 22.5637 298.867 21.08C298.828 19.6232 299.948 18.4963 300.926 18.1321C301.927 17.7147 302.855 17.6305 303.735 17.5915C306.906 17.6042 310.035 17.5939 314.994 20.7654C315.357 21.0166 315.716 21.285 316.067 21.5707L314.644 21.7355C316.443 19.3579 318.389 16.846 320.316 14.38L320.452 15.6846C315.519 11.2279 308.758 10.0913 305.058 10.1427C304.978 10.1424 304.897 10.1425 304.815 10.1429C299.441 9.91546 290.434 12.961 289.675 21.164C289.645 21.4723 289.629 21.7834 289.627 22.1C289.422 26.0358 291.816 30.0033 295.914 31.7271C299.914 33.6236 304.55 34.0126 308.915 35.373C309.574 35.6036 310.213 35.846 310.894 36.3014C311.545 36.7158 312.276 37.5877 312.232 38.6C312.25 40.1885 310.914 41.3819 309.694 41.8527C308.438 42.3697 307.116 42.5022 305.835 42.4884C300.367 42.485 295.41 39.6824 292.797 36.8781L293.353 36.8304C292.782 37.6105 292.264 38.3167 291.812 38.9312C289.98 41.4202 288.863 42.9391 287.763 44.4783L287.737 44.2115C289.011 45.4191 290.398 46.5655 292.873 47.8028C295.796 49.3082 300.257 50.381 304.103 50.6105C306.038 50.721 305.606 50.8453 303.641 50.8321C300.764 50.7826 298.444 50.2443 296.978 49.9736C294.067 49.3631 292.705 49.0088 289.639 46.7443C288.672 45.9869 287.905 45.322 287.244 44.7278L286.927 44.4316L287.179 44.0668C288.188 42.5429 288.796 41.4094 289.665 40.2266C290.483 39.1124 290.841 38.7711 292.609 36.3057L292.974 35.7774L293.441 36.2345C294.611 37.3842 296.518 39.1298 300.186 40.3661C302.182 41.0137 304.096 41.239 305.835 41.2153C308.45 41.2442 310.899 40.1005 310.764 38.6C310.809 37.6662 309.192 37.0799 308.055 36.7532C306.838 36.4088 305.715 36.1915 304.703 35.9834C301.073 35.1692 290.268 33.5383 288.471 25.4224C288.219 24.4445 288.072 23.3486 288.066 22.1C287.902 18.2475 290.411 13.5082 294.286 11.2637C298.09 8.89957 302.308 8.54748 304.815 8.50192C304.891 8.50058 304.966 8.49948 305.039 8.49858C310.758 8.66966 310.818 9.03275 315.116 10.6423Z' fill='%23171717'/%3E%3Cpath d='M348.053 35.5706L348.492 47.4487L341.624 47.7227L341.185 35.8445L331.239 36.2412L331 29.779L340.947 29.3823L340.526 17.9966L347.394 17.7227L347.815 29.1084L357.761 28.7117L358 35.1739L348.053 35.5706Z' fill='white'/%3E%3Cpath d='M340.094 23.1028C340.123 21.3291 339.799 19.8362 339.598 18.0308L339.549 17.1227L340.489 17.0685C341.227 16.9842 342.017 16.9203 342.9 16.9092C345.005 16.8828 345.877 17.0151 347.367 17.0299L348.049 16.9906L348.087 17.6971C348.079 18.3604 348.093 19.1462 348.154 20.2179C348.353 23.6961 348.268 27.1868 348.453 28.732C348.469 28.8576 348.48 28.9742 348.488 29.0836L347.788 28.4352C349.023 28.3392 349.339 28.6474 351.357 28.4878C353.554 28.3141 354.89 28.3114 356.82 28.3605C357.068 28.3668 357.383 28.3702 357.748 28.3707L358.084 28.3514L358.103 28.6991C358.095 30.3509 358.142 33.0213 358.235 35.1652L358.248 35.3956L358.009 35.4093C356.955 35.4583 356.028 35.5181 355.413 35.5871C353.269 35.8275 350.806 35.6571 349.328 35.6523C348.868 35.6508 348.506 35.6381 348.227 35.6209C348.109 35.6137 348.054 35.5908 348.053 35.5661C348.053 35.5661 348.053 35.5661 348.053 35.5661C348.052 35.5353 348.135 35.5017 348.286 35.4918C349.017 35.4437 350.11 35.3503 351.399 35.1872C353.802 34.8831 354.075 35.1024 357.327 34.8656C357.552 34.8492 357.772 34.8325 357.986 34.8157L357.642 35.1871C357.467 32.8754 357.272 31.1706 357.201 28.7324L357.784 29.2719C357.192 29.2909 356.557 29.3027 355.86 29.3053C352.581 29.3179 351.478 29.7675 347.843 29.8282L347.109 29.8445L347.095 29.135C347.086 28.5164 347.089 27.8246 347.108 27.0363C347.217 22.4047 346.777 21.3311 346.472 17.7567L347.431 18.6454C346.822 18.6991 346.141 18.7492 345.357 18.7922C343.836 18.8755 342.201 18.9304 340.565 18.9698L341.5 17.9606C341.588 22.1202 341.575 26.2891 341.681 28.6203C341.692 28.859 341.703 29.1037 341.715 29.354L341.73 30.1335L340.977 30.1502C338.203 30.2877 334.732 30.472 331.032 30.5799L331.801 29.7495C331.814 30.2583 331.826 30.7714 331.836 31.2877C331.866 32.8303 331.933 34.4927 332.009 36.2128L331.208 35.4708C334.457 35.3169 337.913 35.1259 341.154 35.0729L341.942 35.0554L341.957 35.816C341.959 35.9848 341.961 36.153 341.963 36.3205C341.993 39.7687 342.042 44.1833 342.072 47.7061L341.606 47.2748C343.283 47.2559 344.758 47.2422 345.83 47.2383C346.93 47.2344 347.755 47.2312 348.483 47.2214L348.264 47.4571C348.249 45.9872 348.205 44.9173 348.077 42.7806C347.967 40.9448 347.913 38.4123 347.99 36.2686C348.029 35.1898 348.147 35.4296 348.239 36.5106C348.374 38.0915 348.371 39.3934 348.537 40.2043C348.87 41.8248 349 42.5139 348.917 44.5782C348.867 45.8373 348.995 46.6844 349.103 47.4262L349.135 48.0238L348.516 48.0595C348.042 48.1299 347.611 48.1921 347.142 48.1946C346.072 48.2003 345.964 48.0317 341.646 48.2825L341.095 48.3142L341.064 47.7433C341.035 47.2138 340.999 46.6209 340.957 45.9552C340.652 41.1827 340.485 38.0975 340.367 35.8747L341.218 36.6629C340.602 36.6974 340.052 36.728 339.551 36.7565C337.754 36.8588 334.429 36.8863 331.269 36.9957L330.526 37.0385L330.484 36.2691C330.455 35.3694 330.42 34.4831 330.375 33.6493C330.318 32.6076 330.26 31.2674 330.201 29.8085L330.158 29.0265L330.968 28.9798C334.408 28.8304 338.508 28.6739 340.912 28.5215L340.086 29.4141C340.07 29.1548 340.054 28.9151 340.039 28.6982C339.816 25.6164 340.053 25.6013 340.094 23.1028Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 60px;
  }
  #first_screen .cta h1 .title-svg {
    width: 441px;
    height: 130px;
    background-image: url("data:image/svg+xml,%3Csvg width='441' height='130' viewBox='0 0 441 130' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.86 115H12.54V83.98H1.32V74.98H34.02V83.98H22.86V115ZM68.272 115H38.932V74.98H68.272V83.98H49.252V90.22H67.852V99.22H49.252V106H68.272V115ZM72.0441 115.72V106.6C75.7641 106.6 78.1641 104.38 79.3041 95.26L81.7041 74.98H111.524V115H101.204V83.98H91.0041L89.5641 96.04C87.6441 112.24 80.8041 115.72 72.0441 115.72ZM148.077 115H118.737V74.98H148.077V83.98H129.057V90.22H147.657V99.22H129.057V106H148.077V115ZM177.469 115H154.069V74.98H176.749C184.669 74.98 188.449 80.14 188.449 85.18C188.449 90.16 185.389 93.52 181.609 94.36C185.869 95.02 189.229 99.1 189.229 104.14C189.229 109.96 185.329 115 177.469 115ZM174.409 90.34C176.509 90.34 177.949 88.96 177.949 86.98C177.949 85.06 176.509 83.68 174.409 83.68H164.389V90.34H174.409ZM174.769 106.3C177.229 106.3 178.729 104.86 178.729 102.7C178.729 100.72 177.289 99.1 174.769 99.1H164.389V106.3H174.769ZM204.81 115H194.85V74.98H205.17V98.56L221.37 74.98H232.05V115H221.67V90.28L204.81 115ZM237.044 122.38V106.6C240.884 106 243.164 104.38 244.304 95.26L246.704 74.98H276.524V106H280.124V122.38H269.744V115H247.364V122.38H237.044ZM254.564 96.04C254.024 100.54 252.464 103.72 250.184 106H266.204V83.98H256.004L254.564 96.04ZM313.897 115H284.557V74.98H313.897V83.98H294.877V90.22H313.477V99.22H294.877V106H313.897V115ZM357.149 115H346.829V98.92H330.209V115H319.889V74.98H330.209V89.92H346.829V74.98H357.149V115ZM374.322 115H364.362V74.98H374.682V98.56L390.882 74.98H401.562V115H391.182V90.28L374.322 115ZM438.116 115H408.776V74.98H438.116V83.98H419.096V90.22H437.696V99.22H419.096V106H438.116V115Z' fill='white'/%3E%3Cpath d='M21.2269 74.3598C24.4371 74.4928 26.9641 73.905 30.8768 73.9881C32.2188 74.0166 33.1694 74.072 34.02 74.1296L34.8585 74.1181L34.8704 74.98C34.7599 76.6096 34.6411 77.8724 34.6872 80.8166C34.7039 81.8821 34.7045 82.9477 34.6976 83.98L34.7068 84.6481L34.02 84.6576C30.7111 84.6352 27.7448 84.5346 26.2241 84.6322C24.7177 84.7289 24.2287 84.5318 22.86 84.4664L23.3464 83.98C23.3252 84.4241 23.3179 84.9607 23.339 85.6548C23.425 88.4879 23.3744 90.205 23.2485 92.6827C23.1226 95.1606 23.0151 102.773 23.1698 105.541C23.3245 108.309 23.0561 111.467 22.9924 113.365C22.9726 113.957 22.9455 114.422 22.9172 114.779C22.9053 114.93 22.8802 115 22.8555 115C22.8555 115 22.8555 115 22.8554 115C22.8247 115 22.7944 114.892 22.7905 114.697C22.7716 113.754 22.7218 112.345 22.6102 110.68C22.4021 107.575 22.6321 107.236 22.5251 103.044C22.4182 98.8518 22.2044 96.3331 22.3426 91.4005C22.4322 88.2051 22.2209 86.6043 22.1502 83.98L22.1601 83.2605L22.86 83.2702C24.2866 83.2317 26.0157 83.2347 28.4677 83.3502C30.9034 83.4649 32.5767 83.4654 34.02 83.4142L33.4542 83.98C33.3595 81.3138 33.0882 79.4325 33.0335 74.98L34.02 75.9665C33.9929 75.9668 33.9657 75.9671 33.9383 75.9674C26.9998 76.0479 18.2412 75.7141 14.0586 75.7417C10.5869 75.7647 6.12662 75.8172 1.32 75.7887L2.12869 74.98C2.12286 75.9643 2.11363 76.9632 2.10006 77.9711C2.07466 79.8567 2.07773 81.8829 2.08914 83.98L1.32 83.2109C4.9674 83.191 8.82948 83.1459 12.54 83.1814L13.3494 83.1925L13.3386 83.98C13.3303 84.8449 13.3177 85.7016 13.2993 86.5454C13.1568 93.0905 12.9769 102.344 12.8563 106.619C12.7467 110.505 12.7143 111.719 12.7646 115L12.54 114.775C12.8678 114.77 13.2163 114.764 13.5901 114.758C15.9553 114.715 19.2135 114.755 21.9657 114.911C23.3508 114.989 23.0369 115.099 21.6428 115.151C19.6042 115.227 17.9306 115.176 16.8802 115.313C15.1668 115.535 14.2576 115.646 12.54 115.592L11.9558 115.601L11.9475 115C11.9595 114.614 11.9798 114.186 12.0089 113.699C12.1675 111.05 11.807 109.801 11.8485 108.257C11.89 106.712 12.1027 106.737 11.9388 98.8835C11.7792 91.2299 11.7354 86.946 11.6969 83.98L12.54 84.8231C12.4623 84.8242 12.3856 84.8252 12.3097 84.8262C9.93161 84.8576 5.48478 84.7459 1.32 84.7339L0.576566 84.7442L0.566058 83.98C0.569064 82.9358 0.565803 81.9094 0.552449 80.9377C0.530739 79.358 0.522589 77.2464 0.517691 74.98L0.506812 74.1889L1.32 74.1777C6.00795 74.1676 11.3586 74.1713 14.0364 74.0978C18.0087 73.9888 18.0169 74.2268 21.2269 74.3598ZM56.1243 84.6002C53.7063 84.5321 51.5517 84.653 49.252 84.776L50.048 83.98C50.1499 85.8834 50.2532 87.8862 50.252 90.22L49.252 89.22C49.6055 89.2202 49.9666 89.2227 50.336 89.2281C56.0921 89.3112 56.9542 89.6229 63.5463 89.5528C64.9943 89.5374 66.4425 89.5357 67.852 89.541L68.5247 89.5347L68.5311 90.22C68.5182 93.6294 68.4641 96.8126 68.4624 99.22L68.468 99.8246L67.852 99.8304C66.7238 99.8296 65.766 99.8403 65.0352 99.8722C62.1002 100 61.7904 99.6129 57.6224 99.699C54.2436 99.7687 51.9438 99.7487 49.252 99.6715L49.7036 99.22C49.6855 99.8486 49.6644 100.499 49.6406 101.189C49.6035 102.262 49.568 103.991 49.5403 106L49.252 105.712C54.0643 105.778 60.4841 105.799 63.357 105.69C64.956 105.629 66.6433 105.634 68.272 105.666L68.6032 105.663L68.6064 106C68.5573 108.519 68.4431 110.899 68.4044 112.595C68.3846 113.465 68.3575 114.15 68.3293 114.675C68.3173 114.897 68.2922 115 68.2675 115C68.2675 115 68.2675 115 68.2675 115C68.2367 115 68.2064 114.841 68.2025 114.555C68.1837 113.168 68.1339 111.094 68.0222 108.645C67.9739 107.585 67.9492 106.744 67.9384 106L68.272 106.334C65.8124 106.369 64.4189 106.253 59.6833 106.335C55.7216 106.404 52.7758 106.516 49.252 106.552L48.6953 106.546L48.7004 106C48.6808 104.038 48.6852 101.897 48.7347 99.3023C48.7352 99.2748 48.7357 99.2474 48.7362 99.22L48.7411 98.6994L49.252 98.7042C56.3237 98.8344 58.076 98.2818 67.852 98.5752L67.2072 99.22C67.212 99.0609 67.217 98.8996 67.2222 98.7361C67.3433 94.9555 67.3372 92.4234 67.2773 90.22L67.852 90.7947C64.0857 90.8971 61.2797 91.1567 54.8399 91.2075C53.0431 91.2216 51.1634 91.2229 49.252 91.2157L48.2472 91.2063L48.2564 90.22C48.2642 88.1554 48.2821 86.0538 48.3048 83.98L48.3137 83.024L49.252 83.0327C56.1651 83.1081 62.7696 83.2358 66.6697 83.2183C67.1891 83.2159 67.7236 83.2133 68.272 83.2104L67.5025 83.98C67.4885 81.2807 67.47 78.2413 67.4608 74.98L68.272 75.7912C64.3453 75.8023 60.097 75.8 55.734 75.7601C50.6221 75.7133 44.8078 75.7631 38.932 75.7837L39.7358 74.98C39.7503 79.1306 39.7503 83.3118 39.6913 87.2978C39.5614 96.0767 39.4004 108.168 39.2816 115L38.932 114.65C39.5933 114.662 40.2053 114.673 40.7602 114.684C47.0489 114.804 48.5817 114.831 54.6349 114.758C58.1144 114.715 62.9077 114.755 66.9564 114.911C68.994 114.989 68.5323 115.099 66.4814 115.151C63.4823 115.227 61.0204 115.176 59.4751 115.313C56.3872 115.585 55.0748 115.69 51.1767 115.531C47.2787 115.372 45.442 115.733 43.1697 115.692C41.8692 115.668 41.3252 115.588 38.932 115.555L38.3826 115.56L38.3773 115C38.4021 113.212 38.4009 110.39 38.3309 105.449C38.167 93.8944 38.1252 87.5604 38.0859 83.1849C38.0681 81.2115 38.0959 78.2696 38.1257 74.98L38.1182 74.1813L38.932 74.1737C42.936 74.2099 47.4551 74.249 51.3698 74.2124C55.5488 74.1734 62.2576 74.1782 68.272 74.1669L69.0774 74.1594L69.0851 74.98C69.0915 78.403 69.1031 81.6012 69.131 83.98L69.139 84.8309L68.272 84.839C67.6984 84.8457 67.1724 84.8534 66.7024 84.8622C60.8587 84.9712 60.8466 84.7332 56.1243 84.6002ZM109.51 115.62C106.6 115.536 104.083 115.742 101.204 115.882L100.33 115.891L100.322 115C100.241 113.344 100.182 111.569 100.212 109.53C100.295 103.944 100.607 103.107 100.537 96.7105C100.485 91.9938 100.587 87.2751 100.593 83.98L101.204 84.5906C100.03 84.5885 99.0374 84.5986 98.2893 84.6322C95.4412 84.7603 95.1406 84.3729 91.096 84.459C91.0652 84.4596 91.0346 84.4603 91.0041 84.4609L91.4816 84.037C91.0913 88.0085 90.7515 90.4261 90.2113 93.8968C90.1241 94.4569 90.0151 95.2037 89.8922 96.0792C89.4512 100.726 86.9814 108.77 84.4693 111.252C81.9591 114.628 77.0348 115.712 74.3869 115.759C73.5397 115.81 72.8702 115.798 72.3615 115.776C72.1448 115.766 72.0441 115.74 72.0441 115.715C72.0441 115.715 72.0441 115.715 72.0441 115.715C72.0441 115.685 72.2 115.655 72.4765 115.648C73.809 115.604 75.8526 115.476 78.0691 114.704C81.9396 112.952 82.9114 112.968 85.9465 107.953C87.978 103.75 88.3938 100.507 89.0058 95.9738C89.1538 94.7532 89.3246 93.4371 89.5288 91.9719C90.0083 88.5312 90.1581 86.3803 90.3674 83.904L90.4411 83.3334L91.0041 83.3388C93.5065 83.2524 96.344 83.1866 101.204 83.3409L101.849 83.3471L101.843 83.98C101.84 84.0753 101.837 84.1714 101.834 84.2683C101.506 94.2079 102.111 95.254 102.192 105.159C102.217 108.277 102.201 111.652 102.169 115L101.204 114.036C104.792 114.07 108.349 114.125 111.524 114.169L110.693 115C110.738 111.726 110.772 108.858 110.762 106.781C110.735 100.81 110.664 92.7906 110.744 84.3259C110.772 81.4047 110.766 78.247 110.752 74.98L111.524 75.7522C105.325 75.7784 98.7313 75.8326 92.6123 75.7393C89.2992 75.6888 85.5001 75.6336 81.7041 75.5779L82.2979 75.0503C81.3853 81.9001 80.4726 88.7397 79.9324 92.6421C79.7949 93.6352 79.6746 94.505 79.5667 95.2911C78.7696 99.2171 79.1534 101.438 75.9951 105.457C75.0734 106.377 73.557 106.894 72.0441 106.854L72.2981 106.6C72.284 109.165 72.2318 111.95 72.133 114.443C72.0546 116.421 71.9454 115.973 71.8932 113.982C71.8168 111.072 71.8679 108.683 71.7315 107.183C71.7131 106.982 71.6955 106.788 71.6787 106.6L71.6752 106.238L72.0441 106.235C74.4945 105.9 75.6363 105.301 77.1565 102.284C78.5226 99.071 78.3144 97.1666 78.6146 95.1738C78.6272 95.0682 78.6414 94.9573 78.6568 94.8455C78.9572 92.6606 79.1641 92.7216 80.319 81.5681C80.5734 79.1114 80.8048 76.8995 81.0159 74.8986L81.0817 74.293L81.7041 74.287C88.8264 74.1967 93.2926 74.1645 96.6034 74.1338C99.8524 74.1037 105.807 74.2047 111.524 74.224L112.273 74.2168L112.28 74.98C112.274 76.7342 112.276 78.4662 112.292 80.0909C112.358 87.0107 112.297 101.079 112.406 106.749C112.497 111.443 112.349 112.26 112.22 115L112.227 115.689L111.524 115.696C110.953 115.669 110.299 115.643 109.51 115.62ZM135.929 84.6002C133.511 84.5321 131.356 84.653 129.057 84.776L129.853 83.98C129.955 85.8834 130.058 87.8862 130.057 90.22L129.057 89.22C129.41 89.2202 129.771 89.2227 130.141 89.2281C135.897 89.3112 136.759 89.6229 143.351 89.5528C144.799 89.5374 146.247 89.5357 147.657 89.541L148.329 89.5347L148.336 90.22C148.323 93.6294 148.269 96.8126 148.267 99.22L148.273 99.8246L147.657 99.8304C146.529 99.8296 145.571 99.8403 144.84 99.8722C141.905 100 141.595 99.6129 137.427 99.699C134.048 99.7687 131.748 99.7487 129.057 99.6715L129.508 99.22C129.49 99.8486 129.469 100.499 129.445 101.189C129.408 102.262 129.373 103.991 129.345 106L129.057 105.712C133.869 105.778 140.289 105.799 143.162 105.69C144.761 105.629 146.448 105.634 148.077 105.666L148.408 105.663L148.411 106C148.362 108.519 148.248 110.899 148.209 112.595C148.189 113.465 148.162 114.15 148.134 114.675C148.122 114.897 148.097 115 148.072 115C148.072 115 148.072 115 148.072 115C148.041 115 148.011 114.841 148.007 114.555C147.988 113.168 147.939 111.094 147.827 108.645C147.779 107.585 147.754 106.744 147.743 106L148.077 106.334C145.617 106.369 144.224 106.253 139.488 106.335C135.526 106.404 132.581 106.516 129.057 106.552L128.5 106.546L128.505 106C128.486 104.038 128.49 101.897 128.539 99.3023C128.54 99.2748 128.54 99.2474 128.541 99.22L128.546 98.6994L129.057 98.7042C136.128 98.8344 137.881 98.2818 147.657 98.5752L147.012 99.22C147.017 99.0609 147.022 98.8996 147.027 98.7361C147.148 94.9555 147.142 92.4234 147.082 90.22L147.657 90.7947C143.89 90.8971 141.084 91.1567 134.645 91.2075C132.848 91.2216 130.968 91.2229 129.057 91.2157L128.052 91.2063L128.061 90.22C128.069 88.1554 128.087 86.0538 128.109 83.98L128.118 83.024L129.057 83.0327C135.97 83.1081 142.574 83.2358 146.474 83.2183C146.994 83.2159 147.528 83.2133 148.077 83.2104L147.307 83.98C147.293 81.2807 147.275 78.2413 147.266 74.98L148.077 75.7912C144.15 75.8023 139.902 75.8 135.539 75.7601C130.427 75.7133 124.612 75.7631 118.737 75.7837L119.54 74.98C119.555 79.1306 119.555 83.3118 119.496 87.2978C119.366 96.0767 119.205 108.168 119.086 115L118.737 114.65C119.398 114.662 120.01 114.673 120.565 114.684C126.854 114.804 128.386 114.831 134.44 114.758C137.919 114.715 142.712 114.755 146.761 114.911C148.799 114.989 148.337 115.099 146.286 115.151C143.287 115.227 140.825 115.176 139.28 115.313C136.192 115.585 134.88 115.69 130.981 115.531C127.083 115.372 125.247 115.733 122.974 115.692C121.674 115.668 121.13 115.588 118.737 115.555L118.187 115.56L118.182 115C118.207 113.212 118.206 110.39 118.136 105.449C117.972 93.8944 117.93 87.5604 117.891 83.1849C117.873 81.2115 117.901 78.2696 117.93 74.98L117.923 74.1813L118.737 74.1737C122.741 74.2099 127.26 74.249 131.174 74.2124C135.353 74.1734 142.062 74.1782 148.077 74.1669L148.882 74.1594L148.89 74.98C148.896 78.403 148.908 81.6012 148.936 83.98L148.944 84.8309L148.077 84.839C147.503 84.8457 146.977 84.8534 146.507 84.8622C140.663 84.9712 140.651 84.7332 135.929 84.6002ZM173.222 74.3598C174.459 74.4104 175.596 74.3567 176.749 74.2754C178.679 74.1603 180.833 74.1639 183.252 75.3627C186.864 77.635 187.447 78.4859 188.897 83.0233C189.054 83.7334 189.131 84.4613 189.13 85.18C189.254 89.3399 186.5 92.5542 185.018 93.5599C183.715 94.5272 183.084 94.5596 181.715 94.8384L181.684 93.8757C182.167 93.9764 182.749 94.1116 183.489 94.3763C186.319 95.5068 187.616 97.158 188.634 99.5234C189.009 100.44 189.538 102.173 189.495 104.14C189.577 107.357 187.757 110.783 186.463 112.024C184.507 114.298 181.027 114.992 179.138 115.053C178.534 115.092 178.059 115.079 177.696 115.056C177.541 115.046 177.469 115.02 177.469 114.995C177.469 114.995 177.469 114.995 177.469 114.995C177.469 114.965 177.581 114.935 177.777 114.928C178.724 114.891 180.164 114.75 181.721 114.165C184.432 112.874 185.211 113.065 187.491 109.635C188.51 107.716 188.734 105.958 188.703 104.14C188.645 102.52 188.338 100.767 187.229 98.8103C185.566 96.1864 183.876 95.4683 181.5 95.0633L181.454 93.6652C182.71 93.3314 184.266 92.7462 185.827 91.0867C187.774 88.8506 187.886 86.7972 187.83 85.18C187.629 83.1891 187.196 81.1799 184.696 78.7196C182.748 76.8879 179.718 75.9311 176.749 75.9071C172.434 75.8312 168.415 75.7257 165.956 75.7417C162.685 75.7631 158.549 75.8099 154.069 75.7935L154.882 74.98C154.877 76.3064 154.867 77.6628 154.849 79.0357C154.769 85.0457 154.971 92.4648 154.828 99.0988C154.724 103.947 154.6 110.261 154.493 115L154.069 114.575C155.815 114.614 157.347 114.651 158.514 114.684C162.846 114.804 163.902 114.831 168.073 114.758C170.47 114.715 173.773 114.755 176.562 114.911C177.966 114.989 177.648 115.099 176.235 115.151C174.169 115.227 172.472 115.176 171.408 115.313C169.28 115.585 168.376 115.69 165.69 115.531C163.005 115.372 161.739 115.733 160.174 115.692C158.872 115.657 158.67 115.504 154.069 115.548L153.529 115.555L153.521 115C153.512 114.065 153.495 112.949 153.468 111.604C153.304 103.644 153.262 99.2797 153.223 96.2651C153.183 93.2504 153.368 86.9557 153.301 82.0426C153.276 80.2056 153.269 77.6591 153.264 74.98L153.254 74.1868L154.069 74.1757C158.555 74.1677 163.413 74.1661 165.934 74.0978C169.96 73.9888 169.968 74.2268 173.222 74.3598ZM165.009 83.8183C164.876 84.6484 165.464 85.3018 165.381 86.3135C165.298 87.3252 164.986 87.4768 165.056 88.6354C165.092 89.2329 165.053 89.8305 165.024 90.34L164.389 89.7047C164.867 89.7318 165.268 89.7498 165.518 89.6878C166.034 89.5597 166.088 89.9471 166.821 89.861C167.553 89.775 167.997 89.8256 168.638 89.9515C169.279 90.0774 171.247 90.1849 171.963 90.0302C172.679 89.8755 173.495 90.1439 173.986 90.2076C174.139 90.2274 174.259 90.2545 174.352 90.2828C174.391 90.2947 174.409 90.3198 174.409 90.3445C174.409 90.3445 174.409 90.3445 174.409 90.3446C174.409 90.3753 174.381 90.4056 174.331 90.4095C174.087 90.4284 173.722 90.4782 173.292 90.5898C172.489 90.7979 172.401 90.5679 171.317 90.6749C170.233 90.7818 169.582 90.9956 168.307 90.8574C167.031 90.7191 166.738 91.2977 164.938 90.9698C164.736 90.933 164.555 90.908 164.389 90.8927L163.808 90.8618L163.836 90.34C163.958 89.0261 163.473 88.6982 163.401 87.1051C163.352 86.0135 163.457 84.7476 163.54 83.68L163.587 82.7884L164.389 82.8311C165.076 82.8845 165.681 82.9291 166.104 82.9183C167.185 82.8906 168.638 82.8201 170.171 82.8999C171.443 82.9662 172.962 82.8388 174.409 82.8747C174.757 82.882 175.105 82.9293 175.436 83.0217C176.244 83.2357 177.162 83.7714 177.705 84.5739C178.263 85.3677 178.394 86.3102 178.329 86.98C178.307 87.2467 178.261 87.4822 178.207 87.6747C177.812 88.8093 177.624 89.058 176.808 89.8505C176.31 90.2935 175.377 90.5608 174.645 90.4231C174.276 90.3539 174.371 90.2483 174.713 90.1789C175.212 90.0701 175.622 89.9949 175.806 89.7747C176.152 89.3219 176.214 89.1794 176.724 88.8917C177.232 88.5457 177.007 88.1014 177.137 87.8351C177.216 87.6294 177.379 87.5958 177.408 86.98C177.41 86.7168 177.375 86.335 177.138 85.8897C176.257 84.472 175.117 84.5541 174.538 84.5283C174.498 84.5295 174.455 84.5303 174.409 84.5311C173.593 84.5429 172.111 84.3852 170.938 84.4475C169.685 84.5142 167.137 84.4531 166.11 84.5622C165.143 84.6648 165.084 84.46 164.389 84.3247L165.033 83.68C165.025 83.7235 165.017 83.7695 165.009 83.8183ZM164.407 99.7202C164.401 99.7193 164.395 99.7184 164.389 99.7175L165.006 99.1C164.884 99.9743 165.463 100.667 165.381 101.736C165.298 102.812 164.986 102.974 165.056 104.206C165.099 104.955 165.037 105.704 165.01 106.3L164.389 105.679C164.774 105.696 165.095 105.698 165.31 105.648C165.859 105.52 165.917 105.907 166.696 105.821C167.475 105.735 167.948 105.786 168.629 105.911C169.311 106.037 171.405 106.145 172.167 105.99C172.928 105.836 173.797 106.104 174.319 106.168C174.482 106.187 174.61 106.215 174.708 106.243C174.75 106.255 174.769 106.28 174.769 106.305C174.769 106.305 174.769 106.305 174.769 106.305C174.769 106.335 174.739 106.366 174.686 106.369C174.426 106.388 174.038 106.438 173.58 106.55C172.726 106.758 172.633 106.528 171.48 106.635C170.327 106.742 169.634 106.956 168.277 106.817C166.92 106.679 166.608 107.258 164.693 106.93C164.586 106.912 164.485 106.896 164.389 106.884L163.778 106.853L163.805 106.3C164.021 104.661 163.477 104.381 163.401 102.578C163.355 101.473 163.447 100.2 163.528 99.1L163.573 98.1982L164.389 98.2389C165.188 98.2975 165.895 98.3499 166.379 98.3383C167.53 98.3106 169.075 98.2401 170.706 98.3199C171.929 98.3798 173.367 98.2815 174.769 98.2886C175.303 98.2906 175.843 98.3703 176.344 98.5505C178.049 98.9906 179.401 101.252 179.127 102.7C179.098 103.075 179.027 103.402 178.946 103.656C178.479 104.84 178.256 105.099 177.335 105.873C176.774 106.301 175.791 106.524 175.018 106.384C174.63 106.313 174.727 106.207 175.096 106.14C175.632 106.036 176.076 105.974 176.289 105.758C176.697 105.312 176.788 105.167 177.346 104.887C177.905 104.546 177.711 104.071 177.862 103.791C177.958 103.555 178.167 103.541 178.188 102.7C178.184 102.435 178.142 102.084 177.964 101.681C177.134 100.06 175.911 100.055 175.287 99.9745C175.144 99.9666 174.972 99.9528 174.769 99.946C173.871 99.9197 172.579 99.8148 171.522 99.8675C170.189 99.9342 167.478 99.8731 166.385 99.9822C165.293 100.091 165.29 99.8532 164.407 99.7202ZM232.67 79.6415C232.537 84.6786 233.125 88.6439 233.042 94.7834C232.959 100.923 232.647 101.842 232.717 108.874C232.738 110.949 232.734 113.025 232.721 115L232.727 115.665L232.05 115.671C227.787 115.644 223.99 115.577 221.67 115.631L221.045 115.636L221.039 115C221.034 114.753 221.027 114.522 221.018 114.31C220.89 111.18 221.277 110.849 221.191 106.404C221.105 101.958 221.156 99.2638 221.281 95.376C221.318 94.2373 221.354 92.4075 221.381 90.28L221.909 90.4427C218.959 94.6488 215.069 100.314 213.429 102.913C211.109 106.589 208.096 110.53 206.365 112.956C205.825 113.711 205.392 114.299 205.053 114.746C204.909 114.935 204.827 115.011 204.806 114.997C204.806 114.997 204.806 114.997 204.806 114.997C204.781 114.98 204.852 114.823 205.02 114.569C205.838 113.335 207.043 111.48 208.423 109.259C210.996 105.117 211.486 104.807 215.104 99.3126C217.436 95.7718 219.116 93.1069 221.214 89.969L222.229 88.4933L222.222 90.28C222.241 92.3626 222.237 94.6358 222.187 97.3879C222.062 104.406 222.526 106.522 222.369 115L221.67 114.301C222.542 114.317 223.482 114.34 224.501 114.37C227.687 114.466 230.042 114.482 232.05 114.455L231.505 115C231.44 110.125 231.12 107.299 231.063 99.5872C231.004 91.601 231.167 82.0783 231.248 74.98L232.05 75.7819C229.471 75.7527 227.213 75.7344 225.464 75.7417C224.181 75.7472 222.812 75.7542 221.37 75.7614L222.014 75.4225C218.678 80.3304 214.646 86.2576 210.355 92.3907C208.902 94.4675 207.374 96.6895 205.8 98.9931L204.396 101.021L204.405 98.56C204.385 91.1093 204.307 82.9937 204.411 75.5215C204.413 75.3423 204.416 75.1617 204.418 74.98L205.17 75.7318C201.992 75.6879 198.438 75.6407 194.85 75.593L195.463 74.98C195.357 82.9437 195.248 91.072 195.166 95.6158C195.046 102.323 195.019 103.958 195.092 110.415C195.108 111.788 195.112 113.354 195.104 115L194.85 114.746C197.652 114.761 200.687 114.813 203.407 114.911C205.58 114.989 205.088 115.099 202.9 115.151C199.701 115.227 197.075 115.176 195.427 115.313C195.228 115.329 195.036 115.345 194.85 115.36L194.493 115.363L194.49 115C194.253 112.104 194.17 110.633 194.319 106.726C194.478 102.568 194.117 100.609 194.158 98.1857C194.2 95.762 194.413 95.8018 194.249 83.4783C194.206 80.2937 194.172 77.481 194.144 74.98L194.138 74.2804L194.85 74.2742C199.088 74.2266 202.43 74.1964 205.17 74.1737L205.969 74.1667L205.976 74.98C205.992 76.8805 206.004 78.4908 206.016 79.9083C206.05 83.9092 205.919 91.6422 205.923 98.56L204.549 98.1336C205.201 97.1841 205.837 96.2511 206.443 95.3511C209.947 90.1551 216.541 80.6127 220.679 74.505L220.921 74.1452L221.37 74.1412C222.947 74.131 224.331 74.117 225.429 74.0978C228.939 74.0364 230.477 74.0851 232.05 74.1631L232.86 74.156L232.867 74.98C232.806 76.2 232.728 77.4415 232.67 79.6415ZM277.144 100.418C277.082 102.382 277.178 104.15 277.289 106L276.524 105.235C277.67 105.166 278.848 105.091 280.124 105.045L281.069 105.035L281.079 106C281.117 107.054 281.136 108.174 281.116 109.398C281.033 114.499 280.721 115.263 280.791 121.105C280.796 121.531 280.8 121.956 280.802 122.38L280.809 123.051L280.124 123.058C276.239 123.08 272.458 122.995 269.744 122.991L269.14 122.997L269.134 122.38C269.135 121.321 269.125 120.424 269.092 119.747C268.989 117.656 269.219 117.068 269.269 115L269.744 115.476C269.239 115.463 268.646 115.462 267.922 115.479C264.228 115.565 261.99 115.514 258.759 115.389C256.629 115.305 251.586 115.23 247.364 115.233L247.597 115C247.599 117.179 247.621 119.14 247.674 120.369C247.702 121.026 247.716 121.701 247.72 122.38L247.724 122.732L247.364 122.736C244.32 122.753 241.199 122.564 239.175 122.512C238.404 122.493 237.797 122.465 237.332 122.437C237.135 122.425 237.044 122.4 237.044 122.375C237.044 122.375 237.044 122.375 237.044 122.375C237.044 122.345 237.185 122.314 237.439 122.311C238.668 122.292 240.505 122.242 242.676 122.13C244.824 122.02 245.957 122.033 247.364 122.053L247.037 122.38C247.055 121.136 247.079 119.677 247.029 117.113C247.015 116.373 246.998 115.673 246.981 115L246.985 114.613L247.364 114.617C251.663 114.507 254.871 114.363 260.431 114.483C264.448 114.569 266.532 114.376 269.744 114.298L270.453 114.306L270.446 115C270.491 116.874 270.497 119.131 270.384 122.38L269.744 121.74C269.84 121.743 269.938 121.747 270.036 121.75C274.899 121.926 277.431 121.834 280.124 121.698L279.442 122.38C279.324 120.046 279.174 117.59 279.137 113.39C279.116 111.038 279.123 108.526 279.144 106L280.124 106.98C278.922 106.97 277.717 106.956 276.524 106.941L275.573 106.931L275.583 106C275.659 100.059 275.779 94.433 275.762 91.0724C275.74 86.6705 275.69 81.0497 275.713 74.98L276.524 75.7909C275.075 75.7853 273.6 75.7754 272.109 75.7601C264.5 75.6814 255.134 75.8755 246.704 75.7457L247.464 75.07C247.447 75.2026 247.429 75.3349 247.411 75.467C246.594 81.5024 245.547 89.3213 244.733 95.3108C244.391 97.7352 243.926 99.8488 243.377 101.377C242.035 105.321 239.724 106.421 237.076 106.802L237.248 106.6C237.253 107.642 237.266 108.816 237.286 110.295C237.329 113.378 237.289 117.626 237.133 121.214C237.055 123.02 236.945 122.611 236.893 120.793C236.817 118.135 236.868 115.954 236.731 114.584C236.459 111.848 236.354 110.685 236.513 107.23C236.523 107.013 236.531 106.803 236.537 106.6L236.532 106.171L236.966 106.099C239.953 105.741 240.783 104.35 241.637 102.911C242.294 101.479 242.924 101.422 243.757 95.1916C243.878 94.091 244.014 92.7999 244.17 91.2809C244.953 83.6164 245.496 78.5603 245.895 74.8843L245.972 74.1731L246.704 74.1653C247.921 74.1535 248.988 74.1436 249.948 74.1338C253.826 74.0945 261.922 74.2791 268.242 74.2124C270.421 74.1895 273.375 74.1817 276.524 74.1769L277.319 74.1685L277.327 74.98C277.336 80.9644 277.335 87.65 277.406 91.0434C277.515 96.2221 277.277 96.2328 277.144 100.418ZM265.584 93.0742C265.717 91.4966 265.129 90.2546 265.212 88.3317C265.294 86.4268 265.601 86.1263 265.539 83.98L266.204 84.6453C266.184 84.6459 266.163 84.6466 266.143 84.6472C263.941 84.7173 261.737 84.5041 260.757 84.6322C259.776 84.7603 259.673 84.3729 258.28 84.459C257.374 84.515 256.7 84.5131 256.004 84.4702L256.491 84.0381C256.424 84.4059 256.344 84.7786 256.25 85.1955C255.981 86.3898 255.43 90.0918 255.423 91.461C255.415 92.8301 254.965 94.339 254.791 95.258C254.737 95.5442 254.683 95.7681 254.634 95.9389C254.613 96.0113 254.584 96.0424 254.56 96.0395C254.56 96.0395 254.56 96.0395 254.56 96.0395C254.529 96.0358 254.505 95.9794 254.513 95.8841C254.549 95.4217 254.582 94.728 254.568 93.9023C254.542 92.3626 254.79 92.2243 254.928 90.1659C255.066 88.1075 255.001 86.8531 255.425 84.4624C255.459 84.2714 255.487 84.0917 255.51 83.9211L255.577 83.4709L256.004 83.4829C257.988 83.5142 258.711 83.0485 261.859 83.3502C264.012 83.5565 264.953 83.3935 266.204 83.2242L266.98 83.2459L266.96 83.98C267.06 84.7174 267.162 85.5625 267.192 86.8271C267.272 90.2371 266.938 94.5415 266.966 96.5971C266.993 98.6527 267.064 101.413 266.984 104.328C266.969 104.864 266.964 105.424 266.965 106L266.943 106.781L266.204 106.761C263.651 106.763 260.773 106.876 258.149 106.759C255.71 106.651 252.507 106.522 250.184 106.413L249.18 106.395L249.892 105.708C250.425 105.225 250.855 104.755 251.176 104.376C252.456 102.771 252.711 102.283 253.345 100.399C253.69 99.304 254.09 97.7817 254.42 96.464C254.584 95.8023 254.677 95.9646 254.635 96.6554C254.568 97.6656 254.336 98.466 254.339 99.0063C254.334 100.085 254.305 100.581 253.646 101.764C252.965 102.925 252.941 103.638 252.47 104.291C252.066 104.785 251.968 104.87 250.568 106.384L250.184 105.457C250.686 105.45 251.307 105.432 252.085 105.399C255.945 105.235 258.061 105.193 259.523 105.154C260.941 105.116 263.856 105.288 266.204 105.238L265.442 106C265.44 105.928 265.439 105.856 265.437 105.785C265.37 103.403 265.431 98.5603 265.322 96.608C265.213 94.6558 265.451 94.6518 265.584 93.0742ZM301.749 84.6002C299.331 84.5321 297.177 84.653 294.877 84.776L295.673 83.98C295.775 85.8834 295.878 87.8862 295.877 90.22L294.877 89.22C295.23 89.2202 295.592 89.2227 295.961 89.2281C301.717 89.3112 302.579 89.6229 309.171 89.5528C310.619 89.5374 312.068 89.5357 313.477 89.541L314.15 89.5347L314.156 90.22C314.143 93.6294 314.089 96.8126 314.087 99.22L314.093 99.8246L313.477 99.8304C312.349 99.8296 311.391 99.8403 310.66 99.8722C307.725 100 307.415 99.6129 303.247 99.699C299.869 99.7687 297.569 99.7487 294.877 99.6715L295.329 99.22C295.311 99.8486 295.289 100.499 295.266 101.189C295.228 102.262 295.193 103.991 295.165 106L294.877 105.712C299.689 105.778 306.109 105.799 308.982 105.69C310.581 105.629 312.268 105.634 313.897 105.666L314.228 105.663L314.231 106C314.182 108.519 314.068 110.899 314.029 112.595C314.01 113.465 313.982 114.15 313.954 114.675C313.942 114.897 313.917 115 313.893 115C313.893 115 313.892 115 313.892 115C313.862 115 313.831 114.841 313.828 114.555C313.809 113.168 313.759 111.094 313.647 108.645C313.599 107.585 313.574 106.744 313.563 106L313.897 106.334C311.437 106.369 310.044 106.253 305.308 106.335C301.347 106.404 298.401 106.516 294.877 106.552L294.32 106.546L294.325 106C294.306 104.038 294.31 101.897 294.36 99.3023C294.36 99.2748 294.361 99.2474 294.361 99.22L294.366 98.6994L294.877 98.7042C301.949 98.8344 303.701 98.2818 313.477 98.5752L312.832 99.22C312.837 99.0609 312.842 98.8996 312.847 98.7361C312.968 94.9555 312.962 92.4234 312.902 90.22L313.477 90.7947C309.711 90.8971 306.905 91.1567 300.465 91.2075C298.668 91.2216 296.788 91.2229 294.877 91.2157L293.872 91.2063L293.881 90.22C293.889 88.1554 293.907 86.0538 293.93 83.98L293.939 83.024L294.877 83.0327C301.79 83.1081 308.395 83.2358 312.295 83.2183C312.814 83.2159 313.349 83.2133 313.897 83.2104L313.127 83.98C313.114 81.2807 313.095 78.2413 313.086 74.98L313.897 75.7912C309.97 75.8023 305.722 75.8 301.359 75.7601C296.247 75.7133 290.433 75.7631 284.557 75.7837L285.361 74.98C285.375 79.1306 285.375 83.3118 285.316 87.2978C285.186 96.0767 285.025 108.168 284.907 115L284.557 114.65C285.218 114.662 285.83 114.673 286.385 114.684C292.674 114.804 294.207 114.831 300.26 114.758C303.739 114.715 308.533 114.755 312.581 114.911C314.619 114.989 314.157 115.099 312.106 115.151C309.107 115.227 306.645 115.176 305.1 115.313C302.012 115.585 300.7 115.69 296.802 115.531C292.904 115.372 291.067 115.733 288.795 115.692C287.494 115.668 286.95 115.588 284.557 115.555L284.008 115.56L284.002 115C284.027 113.212 284.026 110.39 283.956 105.449C283.792 93.8944 283.75 87.5604 283.711 83.1849C283.693 81.2115 283.721 78.2696 283.751 74.98L283.743 74.1813L284.557 74.1737C288.561 74.2099 293.08 74.249 296.995 74.2124C301.174 74.1734 307.883 74.1782 313.897 74.1669L314.702 74.1594L314.71 74.98C314.717 78.403 314.728 81.6012 314.756 83.98L314.764 84.8309L313.897 84.839C313.323 84.8457 312.797 84.8534 312.327 84.8622C306.484 84.9712 306.472 84.7332 301.749 84.6002ZM330.829 76.5465C330.704 81.0488 331.218 84.6489 331.209 89.92L330.209 88.9201C330.535 88.9207 330.868 88.9232 331.207 88.9281C337.034 89.0112 337.907 89.3229 344.58 89.2528C345.332 89.2449 346.083 89.2406 346.829 89.239L346.148 89.92C346.135 84.0391 346.291 78.4841 346.177 75.8473C346.163 75.5306 346.155 75.2442 346.152 74.98L346.146 74.3095L346.829 74.3032C349.044 74.2769 349.696 74.5779 353.466 74.501C354.837 74.4731 356.033 74.4595 357.149 74.4583L357.666 74.4535L357.671 74.98C357.673 77.298 357.623 79.2727 357.538 81.7635C357.412 85.4538 357.304 96.7908 357.459 100.913C357.614 105.036 357.345 109.738 357.281 112.565C357.262 113.446 357.235 114.139 357.206 114.671C357.194 114.896 357.169 115 357.145 115C357.145 115 357.145 115 357.145 115C357.114 115 357.083 114.839 357.08 114.549C357.061 113.145 357.011 111.046 356.899 108.566C356.691 103.943 356.921 103.438 356.814 97.1942C356.707 90.9509 356.493 87.1999 356.632 79.8539C356.668 77.9259 356.655 76.3877 356.622 74.98L357.149 75.5073C354.016 75.581 351.529 75.754 346.829 75.7025L347.552 74.98C347.538 76.2133 347.509 77.599 347.459 79.1887C347.298 84.2651 347.361 87.1179 347.477 89.92L347.471 90.574L346.829 90.568C343.907 90.6886 341.041 90.8664 335.766 90.9075C333.979 90.9214 332.11 90.9229 330.209 90.916L329.204 90.9067L329.213 89.92C329.231 84.8547 329.309 79.5635 329.37 74.98L330.209 75.8186C326.571 75.7699 323.379 75.7316 321.1 75.7417C320.705 75.7435 320.301 75.7454 319.889 75.7475L320.657 74.98C320.687 81.0616 320.744 88.9246 320.669 97.1949C320.62 102.601 320.677 108.782 320.695 115L319.889 114.194C323.361 114.183 326.844 114.185 330.209 114.223L329.432 115C329.437 114.546 329.443 114.095 329.45 113.646C329.515 109.213 329.587 103.945 329.658 98.92L329.663 98.3642L330.209 98.3692C336.232 98.4546 341.907 98.538 345.378 98.6037C345.891 98.6134 346.373 98.6225 346.829 98.631L347.121 98.6337L347.118 98.92C347.021 104.115 347.004 105.881 347.071 111.515C347.084 112.575 347.089 113.756 347.086 115L346.829 114.743C349.719 114.75 352.952 114.802 355.817 114.911C357.88 114.989 357.413 115.099 355.336 115.151C352.3 115.227 349.808 115.176 348.244 115.313C347.73 115.357 347.265 115.398 346.829 115.433L346.4 115.437L346.396 115C346.217 112.781 346.165 111.312 346.298 108.014C346.457 104.068 346.096 102.208 346.138 99.9079C346.144 99.5376 346.155 99.2278 346.169 98.92L346.829 99.5804C345.225 99.5113 343.671 99.3837 333.858 99.5212C332.58 99.5391 331.365 99.5555 330.209 99.5707L330.86 98.92C330.956 106.303 331 111.289 331.031 115L331.039 115.815L330.209 115.822C329.183 115.831 328.254 115.839 327.399 115.846C325.562 115.862 322.896 115.84 319.889 115.813L319.083 115.821L319.076 115C319.113 110.758 319.16 105.838 319.122 101.613C319.059 94.8348 319.109 81.4824 319.025 74.98L319.017 74.124L319.889 74.116C320.312 74.1105 320.706 74.1045 321.067 74.0978C326.256 74.0022 326.903 74.1735 330.209 74.3068L330.876 74.3007L330.882 74.98C330.864 75.4433 330.846 75.9589 330.829 76.5465ZM402.182 79.6415C402.049 84.6786 402.637 88.6439 402.554 94.7834C402.471 100.923 402.159 101.842 402.229 108.874C402.25 110.949 402.246 113.025 402.233 115L402.239 115.665L401.562 115.671C397.299 115.644 393.502 115.577 391.182 115.631L390.557 115.636L390.551 115C390.545 114.753 390.538 114.522 390.53 114.31C390.401 111.18 390.789 110.849 390.703 106.404C390.617 101.958 390.667 99.2638 390.793 95.376C390.83 94.2373 390.865 92.4075 390.893 90.28L391.42 90.4427C388.471 94.6488 384.581 100.314 382.94 102.913C380.621 106.589 377.608 110.53 375.876 112.956C375.337 113.711 374.903 114.299 374.564 114.746C374.421 114.935 374.338 115.011 374.318 114.997C374.318 114.997 374.318 114.997 374.318 114.997C374.293 114.98 374.363 114.823 374.532 114.569C375.35 113.335 376.555 111.48 377.935 109.259C380.508 105.117 380.998 104.807 384.616 99.3126C386.947 95.7718 388.628 93.1069 390.726 89.969L391.74 88.4933L391.734 90.28C391.753 92.3626 391.748 94.6358 391.699 97.3879C391.574 104.406 392.038 106.522 391.881 115L391.182 114.301C392.054 114.317 392.993 114.34 394.012 114.37C397.199 114.466 399.554 114.482 401.562 114.455L401.017 115C400.951 110.125 400.631 107.299 400.574 99.5872C400.515 91.601 400.679 82.0783 400.76 74.98L401.562 75.7819C398.983 75.7527 396.724 75.7344 394.975 75.7417C393.693 75.7472 392.324 75.7542 390.882 75.7614L391.526 75.4225C388.19 80.3304 384.158 86.2576 379.867 92.3907C378.413 94.4675 376.886 96.6895 375.312 98.9931L373.907 101.021L373.917 98.56C373.897 91.1093 373.819 82.9937 373.922 75.5215C373.925 75.3423 373.927 75.1617 373.93 74.98L374.682 75.7318C371.504 75.6879 367.949 75.6407 364.362 75.593L364.975 74.98C364.869 82.9437 364.76 91.072 364.678 95.6158C364.557 102.323 364.53 103.958 364.604 110.415C364.62 111.788 364.624 113.354 364.615 115L364.362 114.746C367.163 114.761 370.198 114.813 372.918 114.911C375.092 114.989 374.599 115.099 372.412 115.151C369.213 115.227 366.587 115.176 364.939 115.313C364.74 115.329 364.548 115.345 364.362 115.36L364.005 115.363L364.002 115C363.765 112.104 363.682 110.633 363.831 106.726C363.989 102.568 363.629 100.609 363.67 98.1857C363.712 95.762 363.924 95.8018 363.761 83.4783C363.718 80.2937 363.684 77.481 363.656 74.98L363.65 74.2804L364.362 74.2742C368.599 74.2266 371.942 74.1964 374.682 74.1737L375.481 74.1667L375.488 74.98C375.504 76.8805 375.516 78.4908 375.528 79.9083C375.562 83.9092 375.431 91.6422 375.435 98.56L374.061 98.1336C374.713 97.1841 375.348 96.2511 375.955 95.3511C379.458 90.1551 386.053 80.6127 390.19 74.505L390.433 74.1452L390.882 74.1412C392.459 74.131 393.843 74.117 394.941 74.0978C398.451 74.0364 399.989 74.0851 401.562 74.1631L402.371 74.156L402.379 74.98C402.318 76.2 402.24 77.4415 402.182 79.6415ZM425.968 84.6002C423.55 84.5321 421.395 84.653 419.096 84.776L419.892 83.98C419.994 85.8834 420.097 87.8862 420.096 90.22L419.096 89.22C419.449 89.2202 419.81 89.2227 420.18 89.2281C425.936 89.3112 426.798 89.6229 433.39 89.5528C434.838 89.5374 436.286 89.5357 437.696 89.541L438.368 89.5347L438.375 90.22C438.362 93.6294 438.308 96.8126 438.306 99.22L438.312 99.8246L437.696 99.8304C436.568 99.8296 435.61 99.8403 434.879 99.8722C431.944 100 431.634 99.6129 427.466 99.699C424.087 99.7687 421.788 99.7487 419.096 99.6715L419.547 99.22C419.529 99.8486 419.508 100.499 419.484 101.189C419.447 102.262 419.412 103.991 419.384 106L419.096 105.712C423.908 105.778 430.328 105.799 433.201 105.69C434.8 105.629 436.487 105.634 438.116 105.666L438.447 105.663L438.45 106C438.401 108.519 438.287 110.899 438.248 112.595C438.228 113.465 438.201 114.15 438.173 114.675C438.161 114.897 438.136 115 438.111 115C438.111 115 438.111 115 438.111 115C438.08 115 438.05 114.841 438.046 114.555C438.027 113.168 437.978 111.094 437.866 108.645C437.818 107.585 437.793 106.744 437.782 106L438.116 106.334C435.656 106.369 434.263 106.253 429.527 106.335C425.565 106.404 422.62 106.516 419.096 106.552L418.539 106.546L418.544 106C418.525 104.038 418.529 101.897 418.578 99.3023C418.579 99.2748 418.579 99.2474 418.58 99.22L418.585 98.6994L419.096 98.7042C426.167 98.8344 427.92 98.2818 437.696 98.5752L437.051 99.22C437.056 99.0609 437.061 98.8996 437.066 98.7361C437.187 94.9555 437.181 92.4234 437.121 90.22L437.696 90.7947C433.93 90.8971 431.123 91.1567 424.684 91.2075C422.887 91.2216 421.007 91.2229 419.096 91.2157L418.091 91.2063L418.1 90.22C418.108 88.1554 418.126 86.0538 418.148 83.98L418.157 83.024L419.096 83.0327C426.009 83.1081 432.613 83.2358 436.513 83.2183C437.033 83.2159 437.567 83.2133 438.116 83.2104L437.346 83.98C437.332 81.2807 437.314 78.2413 437.305 74.98L438.116 75.7912C434.189 75.8023 429.941 75.8 425.578 75.7601C420.466 75.7133 414.652 75.7631 408.776 75.7837L409.58 74.98C409.594 79.1306 409.594 83.3118 409.535 87.2978C409.405 96.0767 409.244 108.168 409.125 115L408.776 114.65C409.437 114.662 410.049 114.673 410.604 114.684C416.893 114.804 418.426 114.831 424.479 114.758C427.958 114.715 432.751 114.755 436.8 114.911C438.838 114.989 438.376 115.099 436.325 115.151C433.326 115.227 430.864 115.176 429.319 115.313C426.231 115.585 424.919 115.69 421.02 115.531C417.122 115.372 415.286 115.733 413.013 115.692C411.713 115.668 411.169 115.588 408.776 115.555L408.226 115.56L408.221 115C408.246 113.212 408.245 110.39 408.175 105.449C408.011 93.8944 407.969 87.5604 407.93 83.1849C407.912 81.2115 407.94 78.2696 407.969 74.98L407.962 74.1813L408.776 74.1737C412.78 74.2099 417.299 74.249 421.214 74.2124C425.393 74.1734 432.101 74.1782 438.116 74.1669L438.921 74.1594L438.929 74.98C438.935 78.403 438.947 81.6012 438.975 83.98L438.983 84.8309L438.116 84.839C437.542 84.8457 437.016 84.8534 436.546 84.8622C430.702 84.9712 430.69 84.7332 425.968 84.6002Z' fill='%23171717'/%3E%3Cpath d='M13.56 50H3.6V9.98H13.92V33.56L30.12 9.98H40.8V50H30.42V25.28L13.56 50ZM85.2741 50H74.9541V33.92H58.3341V50H48.0141V9.98H58.3341V24.92H74.9541V9.98H85.2741V50ZM111.747 50H101.427V18.98H90.2067V9.98H122.907V18.98H111.747V50ZM157.159 50H127.819V9.98H157.159V18.98H138.139V25.22H156.739V34.22H138.139V41H157.159V50ZM173.471 50H163.151V9.98H183.191C192.191 9.98 197.111 16.04 197.111 23.3C197.111 30.5 192.191 36.56 183.191 36.56H173.471V50ZM181.811 27.56C184.571 27.56 186.611 26 186.611 23.3C186.611 20.54 184.571 18.98 181.811 18.98H173.471V27.56H181.811ZM238.965 50H228.645V33.92H212.025V50H201.705V9.98H212.025V24.92H228.645V9.98H238.965V50ZM275.518 50H246.178V9.98H275.518V18.98H256.498V25.22H275.098V34.22H256.498V41H275.518V50ZM300.77 50H290.45V18.98H279.23V9.98H311.93V18.98H300.77V50Z' fill='white'/%3E%3Cpath d='M41.4202 14.6415C41.2872 19.6786 41.875 23.6439 41.7919 29.7834C41.7088 35.9228 41.3971 36.8423 41.4672 43.8736C41.4879 45.9489 41.4839 48.0245 41.4713 50L41.4771 50.6654L40.8 50.6713C36.5369 50.6441 32.7402 50.5767 30.42 50.6306L29.7949 50.6361L29.7894 50C29.7836 49.7529 29.7765 49.5225 29.7678 49.3101C29.6397 46.1796 30.0271 45.8491 29.941 41.4035C29.855 36.9581 29.9056 34.2638 30.0315 30.376C30.0684 29.2373 30.1037 27.4075 30.1313 25.28L30.6586 25.4427C27.7092 29.6488 23.819 35.314 22.1787 37.9131C19.8591 41.5886 16.846 45.5301 15.1147 47.9555C14.5754 48.711 14.1415 49.2991 13.8027 49.7457C13.6592 49.9349 13.5767 50.0113 13.5563 49.9975C13.5563 49.9975 13.5563 49.9974 13.5562 49.9974C13.5309 49.98 13.6016 49.8226 13.7701 49.5686C14.5883 48.3355 15.7933 46.4804 17.1731 44.2592C19.746 40.1175 20.2359 39.8073 23.854 34.3126C26.1856 30.7718 27.8661 28.1069 29.964 24.969L30.9788 23.4933L30.9719 25.28C30.9912 27.3626 30.9865 29.6358 30.9374 32.3879C30.812 39.4056 31.276 41.5218 31.1192 50L30.42 49.3008C31.2921 49.3169 32.2316 49.3396 33.2506 49.3702C36.4374 49.4658 38.7924 49.4821 40.8 49.4552L40.2552 50C40.1897 45.125 39.8695 42.2987 39.8125 34.5872C39.7535 26.601 39.9174 17.0783 39.9981 9.98L40.8 10.7819C38.2213 10.7527 35.9626 10.7344 34.2137 10.7417C32.9308 10.7472 31.5618 10.7542 30.12 10.7614L30.7641 10.4225C27.4284 15.3304 23.3964 21.2576 19.1048 27.3907C17.6517 29.4675 16.124 31.6895 14.5504 33.9931L13.1457 36.0209L13.1552 33.56C13.1355 26.1093 13.057 17.9937 13.1607 10.5215C13.1632 10.3423 13.1657 10.1617 13.1682 9.98L13.92 10.7318C10.7419 10.6879 7.18763 10.6407 3.6 10.593L4.21297 9.98C4.10691 17.9437 3.99799 26.072 3.91631 30.6158C3.79573 37.3233 3.76854 38.9582 3.84221 45.4146C3.85789 46.7882 3.86229 48.3538 3.85373 50L3.6 49.7463C6.40155 49.7609 9.43668 49.813 12.1567 49.9111C14.3301 49.9895 13.8376 50.0986 11.6501 50.1509C8.45123 50.2272 5.82532 50.1762 4.17709 50.3126C3.97816 50.3291 3.78614 50.3449 3.6 50.3601L3.24305 50.3633L3.23987 50C3.00314 47.1044 2.91982 45.6327 3.0689 41.726C3.22754 37.5684 2.867 35.6093 2.9085 33.1857C2.95002 30.762 3.16268 30.8018 2.99883 18.4783C2.95649 15.2937 2.9223 12.481 2.89419 9.98L2.88806 9.28043L3.6 9.27419C7.83775 9.22657 11.1804 9.19642 13.92 9.17371L14.7192 9.16671L14.7263 9.98C14.742 11.8805 14.7542 13.4908 14.7662 14.9083C14.7999 18.9092 14.6691 26.6422 14.673 33.56L13.2994 33.1336C13.9509 32.1841 14.5866 31.2511 15.1934 30.3511C18.6965 25.1551 25.2909 15.6127 29.4287 9.50504L29.6713 9.14518L30.12 9.14124C31.697 9.13096 33.0811 9.11703 34.1789 9.09782C37.6894 9.0364 39.2268 9.08508 40.8 9.16308L41.6097 9.15599L41.6169 9.98C41.5564 11.2 41.4783 12.4415 41.4202 14.6415ZM58.9543 11.5465C58.829 16.0488 59.343 19.6489 59.3339 24.92L58.3341 23.9201C58.6601 23.9207 58.9926 23.9232 59.332 23.9281C65.1591 24.0112 66.0318 24.3229 72.7053 24.2528C73.4566 24.2449 74.208 24.2406 74.9541 24.239L74.273 24.92C74.2604 19.0391 74.4155 13.4841 74.3019 10.8473C74.2882 10.5306 74.2804 10.2442 74.2773 9.98L74.2711 9.30951L74.9541 9.3032C77.1692 9.27686 77.8212 9.57789 81.591 9.50102C82.9623 9.47306 84.158 9.45953 85.2741 9.45832L85.7909 9.45355L85.7957 9.98C85.7982 12.298 85.7476 14.2727 85.6626 16.7635C85.5367 20.4538 85.4292 31.7908 85.5839 35.9133C85.7385 40.0358 85.4701 44.7377 85.4065 47.5655C85.3867 48.4462 85.3595 49.1394 85.3313 49.6708C85.3193 49.8959 85.2943 49.9999 85.2696 50C85.2695 50 85.2695 50 85.2695 50C85.2387 49.9999 85.2085 49.8387 85.2046 49.5494C85.1857 48.1449 85.1359 46.0459 85.0243 43.5663C84.8162 38.9428 85.0461 38.4375 84.9392 32.1942C84.8323 25.9509 84.6184 22.1999 84.7567 14.8539C84.793 12.9259 84.7799 11.3877 84.7468 9.98L85.2741 10.5073C82.1406 10.581 79.6538 10.754 74.9541 10.7025L75.6766 9.98C75.6631 11.2133 75.6341 12.599 75.5838 14.1887C75.4233 19.2651 75.4864 22.1179 75.6021 24.92L75.5961 25.574L74.9541 25.568C72.0325 25.6886 69.1659 25.8664 63.8914 25.9075C62.1036 25.9214 60.2348 25.9229 58.3341 25.916L57.3289 25.9067L57.338 24.92C57.3563 19.8547 57.4342 14.5635 57.4955 9.98L58.3341 10.8186C54.6963 10.7699 51.5044 10.7316 49.225 10.7417C48.8298 10.7435 48.426 10.7454 48.0141 10.7475L48.7815 9.98C48.8118 16.0616 48.8689 23.9246 48.7941 32.1949C48.7452 37.6006 48.8018 43.7821 48.8204 50L48.0141 49.1937C51.4857 49.1833 54.9686 49.1848 58.3341 49.2231L57.5572 50C57.5624 49.5464 57.5682 49.095 57.5748 48.646C57.6396 44.2127 57.7121 38.945 57.7833 33.92L57.7884 33.3642L58.3341 33.3692C64.3573 33.4546 70.0319 33.538 73.5028 33.6037C74.0162 33.6134 74.4983 33.6225 74.9541 33.631L75.2457 33.6337L75.243 33.92C75.1461 39.1151 75.1285 40.881 75.1963 46.5146C75.209 47.5749 75.2143 48.7556 75.2112 50L74.9541 49.7428C77.8439 49.75 81.0772 49.8022 83.9422 49.9111C86.0049 49.9895 85.5375 50.0986 83.4613 50.1509C80.4252 50.2272 77.9329 50.1762 76.3685 50.3126C75.8551 50.3574 75.3901 50.3976 74.9541 50.4329L74.5252 50.4369L74.5212 50C74.3416 47.7815 74.2904 46.3118 74.423 43.0137C74.5816 39.0676 74.2211 37.2082 74.2626 34.9079C74.2692 34.5376 74.2804 34.2278 74.2936 33.92L74.9541 34.5804C73.3496 34.5113 71.7964 34.3837 61.9828 34.5212C60.7049 34.5391 59.4901 34.5555 58.3341 34.5707L58.9847 33.92C59.0814 41.3034 59.1251 46.2895 59.1563 50L59.1638 50.8146L58.3341 50.8223C57.3079 50.8309 56.3792 50.8386 55.5244 50.8462C53.6872 50.8625 51.0208 50.8403 48.0141 50.8135L47.2082 50.8209L47.2006 50C47.2385 45.7576 47.2855 40.8376 47.2465 36.613C47.184 29.8348 47.234 16.4824 47.15 9.98L47.1421 9.12402L48.0141 9.11596C48.4369 9.1105 48.8308 9.10448 49.192 9.09782C54.3807 9.00217 55.0278 9.17353 58.3341 9.30683L59.001 9.30067L59.0072 9.98C58.9886 10.4433 58.9706 10.9589 58.9543 11.5465ZM110.114 9.35978C113.324 9.49277 115.851 8.905 119.764 8.98808C121.105 9.01657 122.056 9.07196 122.907 9.12963L123.745 9.1181L123.757 9.98C123.647 11.6096 123.528 12.8724 123.574 15.8166C123.591 16.8821 123.591 17.9477 123.584 18.98L123.593 19.6481L122.907 19.6576C119.598 19.6352 116.632 19.5346 115.111 19.6322C113.604 19.7289 113.115 19.5318 111.747 19.4664L112.233 18.98C112.212 19.4241 112.205 19.9607 112.226 20.6548C112.312 23.4879 112.261 25.205 112.135 27.6827C112.009 30.1606 111.902 37.7731 112.057 40.5412C112.211 43.3094 111.943 46.4666 111.879 48.3653C111.859 48.9567 111.832 49.4221 111.804 49.779C111.792 49.9301 111.767 50 111.742 50C111.742 50 111.742 50 111.742 50C111.711 49.9999 111.681 49.8917 111.677 49.6974C111.658 48.7544 111.609 47.345 111.497 45.68C111.289 42.5754 111.519 42.2362 111.412 38.044C111.305 33.8518 111.091 31.3331 111.229 26.4005C111.319 23.2051 111.108 21.6043 111.037 18.98L111.047 18.2605L111.747 18.2702C113.173 18.2317 114.902 18.2347 117.354 18.3502C119.79 18.4649 121.463 18.4654 122.907 18.4142L122.341 18.98C122.246 16.3138 121.975 14.4325 121.92 9.98L122.907 10.9665C122.88 10.9668 122.852 10.9671 122.825 10.9674C115.886 11.0479 107.128 10.7141 102.945 10.7417C99.4736 10.7647 95.0133 10.8172 90.2067 10.7887L91.0154 9.98C91.0096 10.9643 91.0004 11.9632 90.9868 12.9711C90.9614 14.8567 90.9644 16.8829 90.9759 18.98L90.2067 18.2109C93.8541 18.191 97.7162 18.1459 101.427 18.1814L102.236 18.1925L102.225 18.98C102.217 19.8449 102.204 20.7016 102.186 21.5454C102.044 28.0905 101.864 37.3438 101.743 41.6188C101.633 45.5051 101.601 46.7195 101.651 50L101.427 49.7754C101.755 49.7703 102.103 49.7645 102.477 49.7578C104.842 49.7154 108.1 49.7554 110.852 49.9111C112.237 49.9895 111.924 50.0986 110.53 50.1509C108.491 50.2272 106.817 50.1762 105.767 50.3126C104.054 50.5351 103.144 50.6457 101.427 50.5925L100.842 50.6005L100.834 50C100.846 49.6135 100.866 49.1861 100.896 48.6994C101.054 46.0497 100.694 44.8012 100.735 43.2566C100.777 41.7119 100.989 41.7373 100.826 33.8835C100.666 26.2299 100.622 21.946 100.584 18.98L101.427 19.8231C101.349 19.8242 101.272 19.8252 101.196 19.8262C98.8183 19.8576 94.3715 19.7459 90.2067 19.7339L89.4633 19.7442L89.4528 18.98C89.4558 17.9358 89.4525 16.9094 89.4392 15.9377C89.4175 14.358 89.4093 12.2464 89.4044 9.98L89.3935 9.18887L90.2067 9.17769C94.8947 9.16756 100.245 9.17134 102.923 9.09782C106.895 8.98877 106.904 9.2268 110.114 9.35978ZM145.011 19.6002C142.593 19.5321 140.438 19.653 138.139 19.776L138.935 18.98C139.037 20.8834 139.14 22.8862 139.139 25.22L138.139 24.22C138.492 24.2202 138.853 24.2227 139.223 24.2281C144.979 24.3112 145.841 24.6229 152.433 24.5528C153.881 24.5374 155.329 24.5357 156.739 24.541L157.411 24.5347L157.418 25.22C157.405 28.6294 157.351 31.8126 157.349 34.22L157.355 34.8246L156.739 34.8304C155.611 34.8296 154.653 34.8403 153.922 34.8722C150.987 35.0003 150.677 34.6129 146.509 34.699C143.13 34.7687 140.831 34.7487 138.139 34.6715L138.59 34.22C138.572 34.8486 138.551 35.4985 138.527 36.1885C138.49 37.2622 138.455 38.991 138.427 41L138.139 40.7117C142.951 40.778 149.371 40.7993 152.244 40.6902C153.843 40.6295 155.53 40.634 157.159 40.6657L157.49 40.6626L157.493 41C157.444 43.5193 157.33 45.8987 157.291 47.5951C157.271 48.4652 157.244 49.1499 157.216 49.6748C157.204 49.8972 157.179 49.9999 157.154 50C157.154 50 157.154 50 157.154 50C157.123 49.9999 157.093 49.8406 157.089 49.5548C157.07 48.1675 157.021 46.0941 156.909 43.6447C156.861 42.5845 156.836 41.7435 156.825 41L157.159 41.3336C154.699 41.3693 153.306 41.2527 148.57 41.3349C144.608 41.4036 141.663 41.5164 138.139 41.5516L137.582 41.5464L137.587 41C137.568 39.0383 137.572 36.8974 137.621 34.3023C137.622 34.2748 137.622 34.2474 137.623 34.22L137.628 33.6994L138.139 33.7042C145.21 33.8344 146.963 33.2818 156.739 33.5752L156.094 34.22C156.099 34.0609 156.104 33.8996 156.109 33.7361C156.23 29.9555 156.224 27.4234 156.164 25.22L156.739 25.7947C152.972 25.8971 150.166 26.1567 143.727 26.2075C141.93 26.2216 140.05 26.2229 138.139 26.2157L137.134 26.2063L137.143 25.22C137.151 23.1554 137.169 21.0538 137.191 18.98L137.2 18.024L138.139 18.0327C145.052 18.1081 151.656 18.2358 155.556 18.2183C156.076 18.2159 156.61 18.2133 157.159 18.2104L156.389 18.98C156.375 16.2807 156.357 13.2413 156.348 9.98L157.159 10.7912C153.232 10.8023 148.984 10.8 144.621 10.7601C139.509 10.7133 133.695 10.7631 127.819 10.7837L128.622 9.98C128.637 14.1306 128.637 18.3118 128.578 22.2978C128.448 31.0767 128.287 43.1678 128.168 50L127.819 49.6504C128.48 49.6619 129.092 49.673 129.647 49.6837C135.936 49.8043 137.468 49.8315 143.522 49.7578C147.001 49.7154 151.794 49.7554 155.843 49.9111C157.881 49.9895 157.419 50.0986 155.368 50.1509C152.369 50.2272 149.907 50.1762 148.362 50.3126C145.274 50.5852 143.962 50.6898 140.063 50.5311C136.165 50.3725 134.329 50.733 132.056 50.6915C130.756 50.6677 130.212 50.5879 127.819 50.5547L127.269 50.5598L127.264 50C127.289 48.2115 127.288 45.3903 127.218 40.4486C127.054 28.8944 127.012 22.5604 126.973 18.1849C126.955 16.2115 126.983 13.2696 127.012 9.98L127.005 9.18127L127.819 9.17366C131.823 9.20989 136.342 9.24902 140.257 9.21244C144.436 9.17341 151.144 9.17822 157.159 9.16693L157.964 9.1594L157.972 9.98C157.978 13.403 157.99 16.6012 158.018 18.98L158.026 19.8309L157.159 19.839C156.585 19.8457 156.059 19.8534 155.589 19.8622C149.745 19.9712 149.733 19.7332 145.011 19.6002ZM189.543 10.5246C192.314 11.8581 194.92 13.0952 196.673 16.7366C197.872 19.6897 197.727 20.7776 197.776 23.3C197.764 23.9246 197.732 24.6412 197.626 25.5033C197.196 30.0263 193.815 33.4718 192.251 34.5734C190.654 35.7496 190.3 35.5982 187.715 36.4779C185.95 36.9921 184.591 37.0835 183.191 37.0473C182.505 37.0244 181.805 36.9907 181.025 36.9485C179.598 36.8715 176.363 36.8013 173.471 36.7939L173.705 36.56C173.7 38.3946 173.721 40.0915 173.781 41.102C173.935 43.706 173.667 46.6761 173.603 48.4622C173.583 49.0186 173.556 49.4564 173.528 49.7921C173.516 49.9343 173.491 50 173.466 50C173.466 50 173.466 50 173.466 50C173.435 49.9999 173.405 49.8981 173.401 49.7153C173.382 48.8282 173.333 47.5024 173.221 45.9361C173.013 43.0156 173.243 42.6965 173.136 38.7528C173.115 37.9699 173.089 37.249 173.063 36.56L173.069 36.1465L173.471 36.1524C176.252 36.0472 178.512 35.9318 182.231 36.0426C182.569 36.0527 182.887 36.059 183.191 36.0621C186.882 35.8164 188.514 35.7135 193.031 32.2347C196.453 28.6562 196.213 26.6094 196.23 23.3C196.178 22.3886 196.068 21.3421 195.763 20.1028C194.797 13.9314 187.156 10.2755 183.191 10.7401C183.022 10.7401 182.86 10.7406 182.704 10.7417C178.77 10.7694 173.485 10.8399 167.907 10.7601C166.403 10.7385 164.805 10.7375 163.151 10.7446L163.915 9.98C163.935 14.4611 164.014 19.3471 163.91 23.8443C163.768 30.0013 163.588 38.7061 163.467 42.7276C163.365 46.1315 163.33 47.3564 163.366 50L163.151 49.7846C163.63 49.778 164.156 49.7691 164.751 49.7578C166.975 49.7154 170.041 49.7554 172.63 49.9111C173.932 49.9895 173.637 50.0986 172.326 50.1509C170.408 50.2272 168.834 50.1762 167.846 50.3126C166.042 50.5616 165.186 50.6704 163.151 50.5664L162.593 50.5746L162.584 50C162.594 49.8073 162.606 49.604 162.62 49.3884C162.778 46.8958 162.418 45.7213 162.459 44.2683C162.501 42.8152 162.713 42.8391 162.55 35.4509C162.386 28.0625 162.344 24.0122 162.305 21.2143C162.271 18.8056 162.403 14.1406 162.398 9.98L162.387 9.23811L163.151 9.22694C163.823 9.22612 164.482 9.22171 165.116 9.21244C169.676 9.14583 178.946 9.20688 182.683 9.09782C182.861 9.09265 183.03 9.08825 183.191 9.08459C186.579 9.15 186.765 9.4208 189.543 10.5246ZM174.043 19.6002C173.845 19.5702 173.656 19.5769 173.471 19.6043L174.095 18.98C174.189 19.6168 174.527 20.2181 174.463 21.0466C174.38 22.1164 174.068 22.2767 174.138 23.5019C174.208 24.7271 173.995 25.9529 174.123 26.4985C174.231 26.9584 173.973 27.0715 173.94 27.56L173.471 27.0904C173.562 27.0964 173.666 27.0945 173.787 27.081C174.562 26.995 175.031 27.0456 175.709 27.1715C176.386 27.2974 178.468 27.4049 179.225 27.2502C179.981 27.0955 180.845 27.3639 181.364 27.4276C181.526 27.4474 181.653 27.4745 181.75 27.5028C181.792 27.5147 181.811 27.5398 181.811 27.5645C181.811 27.5645 181.811 27.5645 181.811 27.5646C181.811 27.5953 181.781 27.6256 181.728 27.6295C181.47 27.6484 181.085 27.6982 180.63 27.8098C179.781 28.0179 179.688 27.7879 178.542 27.8949C177.395 28.0018 176.707 28.2156 175.358 28.0774C174.543 27.9938 174.108 28.1719 173.471 28.2537L172.744 28.2172L172.777 27.56C172.723 27.1426 172.711 26.6387 172.841 25.885C173.169 23.9812 172.564 23.7809 172.483 21.8837C172.444 20.9662 172.502 19.9324 172.57 18.98L172.617 18.0358L173.471 18.0787C174.488 18.1504 175.412 18.2325 176.003 18.2183C177.146 18.1906 178.682 18.1201 180.304 18.1999C180.778 18.2233 181.286 18.2226 181.811 18.2134C183.187 18.1748 184.885 18.5414 185.93 19.7013C186.793 20.5892 187.232 22.1012 187.109 23.3C187.051 24.2313 186.723 25.0327 186.414 25.4869C185.653 26.4988 185.38 26.6575 184.378 27.2782C183.781 27.6151 182.825 27.7852 182.058 27.6447C181.673 27.5729 181.768 27.4665 182.137 27.4016C182.674 27.3011 183.121 27.2603 183.35 27.0585C183.797 26.6436 183.925 26.4976 184.547 26.303C185.177 26.0643 185.11 25.5636 185.334 25.3261C185.447 25.1955 185.55 25.1585 185.703 24.9301C185.841 24.7022 186.08 24.2596 186.01 23.3C186.01 23.2997 186.01 23.2995 186.01 23.2992C185.8 21.3635 184.867 20.8206 184.346 20.4865C183.902 20.2071 182.889 19.7158 181.811 19.733C181.572 19.7322 181.338 19.7363 181.115 19.7476C179.789 19.8142 177.095 19.7531 176.009 19.8622C174.923 19.9712 174.92 19.7332 174.043 19.6002ZM212.646 11.5465C212.52 16.0488 213.034 19.6489 213.025 24.92L212.025 23.9201C212.352 23.9207 212.684 23.9232 213.023 23.9281C218.85 24.0112 219.723 24.3229 226.397 24.2528C227.148 24.2449 227.899 24.2406 228.645 24.239L227.964 24.92C227.952 19.0391 228.107 13.4841 227.993 10.8473C227.98 10.5306 227.972 10.2442 227.969 9.98L227.962 9.30951L228.645 9.3032C230.861 9.27686 231.513 9.57789 235.282 9.50102C236.654 9.47306 237.849 9.45953 238.965 9.45832L239.482 9.45355L239.487 9.98C239.49 12.298 239.439 14.2727 239.354 16.7635C239.228 20.4538 239.121 31.7908 239.275 35.9133C239.43 40.0358 239.162 44.7377 239.098 47.5655C239.078 48.4462 239.051 49.1394 239.023 49.6708C239.011 49.8959 238.986 49.9999 238.961 50C238.961 50 238.961 50 238.961 50C238.93 49.9999 238.9 49.8387 238.896 49.5494C238.877 48.1449 238.827 46.0459 238.716 43.5663C238.508 38.9428 238.738 38.4375 238.631 32.1942C238.524 25.9509 238.31 22.1999 238.448 14.8539C238.484 12.9259 238.471 11.3877 238.438 9.98L238.965 10.5073C235.832 10.581 233.345 10.754 228.645 10.7025L229.368 9.98C229.354 11.2133 229.326 12.599 229.275 14.1887C229.115 19.2651 229.178 22.1179 229.294 24.92L229.287 25.574L228.645 25.568C225.724 25.6886 222.857 25.8664 217.583 25.9075C215.795 25.9214 213.926 25.9229 212.025 25.916L211.02 25.9067L211.029 24.92C211.048 19.8547 211.126 14.5635 211.187 9.98L212.025 10.8186C208.388 10.7699 205.196 10.7316 202.916 10.7417C202.521 10.7435 202.117 10.7454 201.705 10.7475L202.473 9.98C202.503 16.0616 202.56 23.9246 202.486 32.1949C202.437 37.6006 202.493 43.7821 202.512 50L201.705 49.1937C205.177 49.1833 208.66 49.1848 212.025 49.2231L211.249 50C211.254 49.5464 211.26 49.095 211.266 48.646C211.331 44.2127 211.404 38.945 211.475 33.92L211.48 33.3642L212.025 33.3692C218.049 33.4546 223.723 33.538 227.194 33.6037C227.708 33.6134 228.19 33.6225 228.645 33.631L228.937 33.6337L228.934 33.92C228.837 39.1151 228.82 40.881 228.888 46.5146C228.9 47.5749 228.906 48.7556 228.903 50L228.645 49.7428C231.535 49.75 234.769 49.8022 237.634 49.9111C239.696 49.9895 239.229 50.0986 237.153 50.1509C234.117 50.2272 231.624 50.1762 230.06 50.3126C229.546 50.3574 229.082 50.3976 228.645 50.4329L228.217 50.4369L228.213 50C228.033 47.7815 227.982 46.3118 228.114 43.0137C228.273 39.0676 227.912 37.2082 227.954 34.9079C227.961 34.5376 227.972 34.2278 227.985 33.92L228.645 34.5804C227.041 34.5113 225.488 34.3837 215.674 34.5212C214.396 34.5391 213.182 34.5555 212.025 34.5707L212.676 33.92C212.773 41.3034 212.816 46.2895 212.848 50L212.855 50.8146L212.025 50.8223C210.999 50.8309 210.071 50.8386 209.216 50.8462C207.379 50.8625 204.712 50.8403 201.705 50.8135L200.9 50.8209L200.892 50C200.93 45.7576 200.977 40.8376 200.938 36.613C200.875 29.8348 200.925 16.4824 200.841 9.98L200.834 9.12402L201.705 9.11596C202.128 9.1105 202.522 9.10448 202.883 9.09782C208.072 9.00217 208.719 9.17353 212.025 9.30683L212.692 9.30067L212.699 9.98C212.68 10.4433 212.662 10.9589 212.646 11.5465ZM263.37 19.6002C260.952 19.5321 258.798 19.653 256.498 19.776L257.294 18.98C257.396 20.8834 257.499 22.8862 257.498 25.22L256.498 24.22C256.852 24.2202 257.213 24.2227 257.582 24.2281C263.338 24.3112 264.2 24.6229 270.792 24.5528C272.24 24.5374 273.689 24.5357 275.098 24.541L275.771 24.5347L275.777 25.22C275.764 28.6294 275.71 31.8126 275.708 34.22L275.714 34.8246L275.098 34.8304C273.97 34.8296 273.012 34.8403 272.281 34.8722C269.346 35.0003 269.036 34.6129 264.868 34.699C261.49 34.7687 259.19 34.7487 256.498 34.6715L256.95 34.22C256.932 34.8486 256.91 35.4985 256.887 36.1885C256.85 37.2622 256.814 38.991 256.786 41L256.498 40.7117C261.31 40.778 267.73 40.7993 270.603 40.6902C272.202 40.6295 273.889 40.634 275.518 40.6657L275.849 40.6626L275.852 41C275.803 43.5193 275.689 45.8987 275.651 47.5951C275.631 48.4652 275.604 49.1499 275.575 49.6748C275.563 49.8972 275.538 49.9999 275.514 50C275.514 50 275.514 50 275.514 50C275.483 49.9999 275.453 49.8406 275.449 49.5548C275.43 48.1675 275.38 46.0941 275.268 43.6447C275.22 42.5845 275.195 41.7435 275.185 41L275.518 41.3336C273.059 41.3693 271.665 41.2527 266.929 41.3349C262.968 41.4036 260.022 41.5164 256.498 41.5516L255.941 41.5464L255.947 41C255.927 39.0383 255.931 36.8974 255.981 34.3023C255.981 34.2748 255.982 34.2474 255.982 34.22L255.987 33.6994L256.498 33.7042C263.57 33.8344 265.322 33.2818 275.098 33.5752L274.453 34.22C274.458 34.0609 274.463 33.8996 274.468 33.7361C274.589 29.9555 274.583 27.4234 274.523 25.22L275.098 25.7947C271.332 25.8971 268.526 26.1567 262.086 26.2075C260.289 26.2216 258.409 26.2229 256.498 26.2157L255.493 26.2063L255.502 25.22C255.51 23.1554 255.528 21.0538 255.551 18.98L255.56 18.024L256.498 18.0327C263.411 18.1081 270.016 18.2358 273.916 18.2183C274.435 18.2159 274.97 18.2133 275.518 18.2104L274.749 18.98C274.735 16.2807 274.716 13.2413 274.707 9.98L275.518 10.7912C271.591 10.8023 267.343 10.8 262.98 10.7601C257.868 10.7133 252.054 10.7631 246.178 10.7837L246.982 9.98C246.996 14.1306 246.996 18.3118 246.937 22.2978C246.808 31.0767 246.646 43.1678 246.528 50L246.178 49.6504C246.839 49.6619 247.451 49.673 248.006 49.6837C254.295 49.8043 255.828 49.8315 261.881 49.7578C265.36 49.7154 270.154 49.7554 274.203 49.9111C276.24 49.9895 275.778 50.0986 273.727 50.1509C270.728 50.2272 268.266 50.1762 266.721 50.3126C263.633 50.5852 262.321 50.6898 258.423 50.5311C254.525 50.3725 252.688 50.733 250.416 50.6915C249.115 50.6677 248.571 50.5879 246.178 50.5547L245.629 50.5598L245.623 50C245.648 48.2115 245.647 45.3903 245.577 40.4486C245.413 28.8944 245.371 22.5604 245.332 18.1849C245.314 16.2115 245.342 13.2696 245.372 9.98L245.364 9.18127L246.178 9.17366C250.182 9.20989 254.701 9.24902 258.616 9.21244C262.795 9.17341 269.504 9.17822 275.518 9.16693L276.324 9.1594L276.331 9.98C276.338 13.403 276.349 16.6012 276.377 18.98L276.385 19.8309L275.518 19.839C274.944 19.8457 274.418 19.8534 273.948 19.8622C268.105 19.9712 268.093 19.7332 263.37 19.6002ZM299.137 9.35978C302.347 9.49277 304.874 8.905 308.787 8.98808C310.129 9.01657 311.08 9.07196 311.93 9.12963L312.769 9.1181L312.781 9.98C312.67 11.6096 312.551 12.8724 312.597 15.8166C312.614 16.8821 312.615 17.9477 312.608 18.98L312.617 19.6481L311.93 19.6576C308.621 19.6352 305.655 19.5346 304.134 19.6322C302.628 19.7289 302.139 19.5318 300.77 19.4664L301.257 18.98C301.235 19.4241 301.228 19.9607 301.249 20.6548C301.335 23.4879 301.285 25.205 301.159 27.6827C301.033 30.1606 300.925 37.7731 301.08 40.5412C301.235 43.3094 300.966 46.4666 300.903 48.3653C300.883 48.9567 300.856 49.4221 300.827 49.779C300.815 49.9301 300.79 50 300.766 50C300.766 50 300.766 50 300.766 50C300.735 49.9999 300.705 49.8917 300.701 49.6974C300.682 48.7544 300.632 47.345 300.52 45.68C300.312 42.5754 300.542 42.2362 300.435 38.044C300.328 33.8518 300.115 31.3331 300.253 26.4005C300.342 23.2051 300.131 21.6043 300.06 18.98L300.07 18.2605L300.77 18.2702C302.197 18.2317 303.926 18.2347 306.378 18.3502C308.814 18.4649 310.487 18.4654 311.93 18.4142L311.364 18.98C311.27 16.3138 310.998 14.4325 310.944 9.98L311.93 10.9665C311.903 10.9668 311.876 10.9671 311.849 10.9674C304.91 11.0479 296.151 10.7141 291.969 10.7417C288.497 10.7647 284.037 10.8172 279.23 10.7887L280.039 9.98C280.033 10.9643 280.024 11.9632 280.01 12.9711C279.985 14.8567 279.988 16.8829 279.999 18.98L279.23 18.2109C282.878 18.191 286.74 18.1459 290.45 18.1814L291.26 18.1925L291.249 18.98C291.24 19.8449 291.228 20.7016 291.209 21.5454C291.067 28.0905 290.887 37.3438 290.766 41.6188C290.657 45.5051 290.624 46.7195 290.675 50L290.45 49.7754C290.778 49.7703 291.126 49.7645 291.5 49.7578C293.865 49.7154 297.124 49.7554 299.876 49.9111C301.261 49.9895 300.947 50.0986 299.553 50.1509C297.514 50.2272 295.841 50.1762 294.79 50.3126C293.077 50.5351 292.168 50.6457 290.45 50.5925L289.866 50.6005L289.858 50C289.87 49.6135 289.89 49.1861 289.919 48.6994C290.078 46.0497 289.717 44.8012 289.759 43.2566C289.8 41.7119 290.013 41.7373 289.849 33.8835C289.689 26.2299 289.646 21.946 289.607 18.98L290.45 19.8231C290.372 19.8242 290.296 19.8252 290.22 19.8262C287.842 19.8576 283.395 19.7459 279.23 19.7339L278.487 19.7442L278.476 18.98C278.479 17.9358 278.476 16.9094 278.463 15.9377C278.441 14.358 278.433 12.2464 278.428 9.98L278.417 9.18887L279.23 9.17769C283.918 9.16756 289.269 9.17134 291.947 9.09782C295.919 8.98877 295.927 9.2268 299.137 9.35978Z' fill='%23171717'/%3E%3Cpath d='M343.053 35.5706L343.492 47.4487L336.624 47.7227L336.185 35.8445L326.239 36.2412L326 29.779L335.947 29.3823L335.526 17.9966L342.394 17.7227L342.815 29.1084L352.761 28.7117L353 35.1739L343.053 35.5706Z' fill='white'/%3E%3Cpath d='M335.094 23.1028C335.123 21.3291 334.799 19.8362 334.598 18.0308L334.549 17.1227L335.489 17.0685C336.227 16.9842 337.017 16.9203 337.9 16.9092C340.005 16.8828 340.877 17.0151 342.367 17.0299L343.049 16.9906L343.087 17.6971C343.079 18.3604 343.093 19.1462 343.154 20.2179C343.353 23.6961 343.268 27.1868 343.453 28.732C343.469 28.8576 343.48 28.9742 343.488 29.0836L342.788 28.4352C344.023 28.3392 344.339 28.6474 346.357 28.4878C348.554 28.3141 349.89 28.3114 351.82 28.3605C352.068 28.3668 352.383 28.3702 352.748 28.3707L353.084 28.3514L353.103 28.6991C353.095 30.3509 353.142 33.0213 353.235 35.1652L353.248 35.3956L353.009 35.4093C351.955 35.4583 351.028 35.5181 350.413 35.5871C348.269 35.8275 345.806 35.6571 344.328 35.6523C343.868 35.6508 343.506 35.6381 343.227 35.6209C343.109 35.6137 343.054 35.5908 343.053 35.5661C343.053 35.5661 343.053 35.5661 343.053 35.5661C343.052 35.5353 343.135 35.5017 343.286 35.4918C344.017 35.4437 345.11 35.3503 346.399 35.1872C348.802 34.8831 349.075 35.1024 352.327 34.8656C352.552 34.8492 352.772 34.8325 352.986 34.8157L352.642 35.1871C352.467 32.8754 352.272 31.1706 352.201 28.7324L352.784 29.2719C352.192 29.2909 351.557 29.3027 350.86 29.3053C347.581 29.3179 346.478 29.7675 342.843 29.8282L342.109 29.8445L342.095 29.135C342.086 28.5164 342.089 27.8246 342.108 27.0363C342.217 22.4047 341.777 21.3311 341.472 17.7567L342.431 18.6454C341.822 18.6991 341.141 18.7492 340.357 18.7922C338.836 18.8755 337.201 18.9304 335.565 18.9698L336.5 17.9606C336.588 22.1202 336.575 26.2891 336.681 28.6203C336.692 28.859 336.703 29.1037 336.715 29.354L336.73 30.1335L335.977 30.1502C333.203 30.2877 329.732 30.472 326.032 30.5799L326.801 29.7495C326.814 30.2583 326.826 30.7714 326.836 31.2877C326.866 32.8303 326.933 34.4927 327.009 36.2128L326.208 35.4708C329.457 35.3169 332.913 35.1259 336.154 35.0729L336.942 35.0554L336.957 35.816C336.959 35.9848 336.961 36.153 336.963 36.3205C336.993 39.7687 337.042 44.1833 337.072 47.7061L336.606 47.2748C338.283 47.2559 339.758 47.2422 340.83 47.2383C341.93 47.2344 342.755 47.2312 343.483 47.2214L343.264 47.4571C343.249 45.9872 343.205 44.9173 343.077 42.7806C342.967 40.9448 342.913 38.4123 342.99 36.2686C343.029 35.1898 343.147 35.4296 343.239 36.5106C343.374 38.0915 343.371 39.3934 343.537 40.2043C343.87 41.8248 344 42.5139 343.917 44.5782C343.867 45.8373 343.995 46.6844 344.103 47.4262L344.135 48.0238L343.516 48.0595C343.042 48.1299 342.611 48.1921 342.142 48.1946C341.072 48.2003 340.964 48.0317 336.646 48.2825L336.095 48.3142L336.064 47.7433C336.035 47.2138 335.999 46.6209 335.957 45.9552C335.652 41.1827 335.485 38.0975 335.367 35.8747L336.218 36.6629C335.602 36.6974 335.052 36.728 334.551 36.7565C332.754 36.8588 329.429 36.8863 326.269 36.9957L325.526 37.0385L325.484 36.2691C325.455 35.3694 325.42 34.4831 325.375 33.6493C325.318 32.6076 325.26 31.2674 325.201 29.8085L325.158 29.0265L325.968 28.9798C329.408 28.8304 333.508 28.6739 335.912 28.5215L335.086 29.4141C335.07 29.1548 335.054 28.9151 335.039 28.6982C334.816 25.6164 335.053 25.6013 335.094 23.1028Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta .points {
    margin-bottom: 120px;
  }
  #first_screen .cta .points .point {
    font-size: 18px;
  }
  #first_screen .cta .discount-block {
    align-items: center;
    flex-direction: column;
    height: 107px;
    padding: 0 13px 15px 16px;
  }
  #first_screen .cta .discount-block .new_price {
    margin-top: 0;
  }
  #first_screen .cta .discount-block .new_price .euro {
    font-size: 160px;
    line-height: 87%;
  }
  #first_screen .cta .discount-block .new_price .euro svg {
    width: 167px;
  }
  #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-size: 100px;
    margin-bottom: -13px;
  }
  #first_screen .cta .discount-block .new_price .right-part .cents svg {
    width: 125px;
  }
  #first_screen .cta .discount-block .new_price .right-part .value {
    font-size: 24px;
    line-height: 100%;
  }
  #first_screen .cta .discount-block .new_price .right-part .until {
    font-size: 15px;
  }
  #first_screen .cta .discount-block .old_price {
    top: -95px;
    left: 0;
    right: auto;
    bottom: auto;
  }
  #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;
  }
  #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 > * {
    font-size: 16px;
    line-height: 120%;
  }
  #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 .form-block {
    /*&:before {
      width: 407px;
      height: 619px;
      background-image: url(../img/img-february2026-inet-480.png);
      top: -489px;
      right: auto;
      left: -84px;
      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;
  }
  #first_screen .cta img.img-akciya-480 {
    display: block;
  }
}
@media (max-width: 479px) {
  #first_screen {
    background-image: url(../img/bg-first-screen-march2026-375-inet.jpg);
  }
  #first_screen .container {
    width: 100%;
  }
  #first_screen .cta .container {
    padding-top: 118px;
    padding-bottom: 35px;
  }
  #first_screen .cta .title-block {
    margin-bottom: 34px;
  }
  #first_screen .cta h1 {
    font-size: 64px;
    margin-bottom: 20px;
  }
  #first_screen .cta h1.lv .title-svg {
    width: 273px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg width='273' height='100' viewBox='0 0 273 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.526 88H9.614V64.218H1.012V57.318H26.082V64.218H17.526V88ZM52.3419 88H29.8479V57.318H52.3419V64.218H37.7599V69.002H52.0199V75.902H37.7599V81.1H52.3419V88ZM77.1758 88H56.9358V57.318H64.8478V81.1H77.1758V88ZM103.777 88H81.2834V57.318H103.777V64.218H89.1954V69.002H103.455V75.902H89.1954V81.1H103.777V88ZM126.587 88H116.651L105.105 57.318H114.075L121.619 79.444L129.209 57.318H138.179L126.587 88ZM148.358 88H140.446V57.318H148.358V88ZM152.774 54.742H136.076V50.832H152.774V54.742ZM176.739 88H152.911V81.698L165.975 64.218H152.911V57.318H176.417V63.62L163.307 81.1H176.739V88ZM189.192 88H181.28V57.318H189.192V88ZM200.507 88.552C197.425 88.552 194.389 87.816 192.089 85.792L195.401 79.766C196.505 80.686 197.977 81.56 199.817 81.56C202.301 81.56 203.911 79.95 203.911 77.374V57.318H211.823V77.466C211.823 85.056 207.223 88.552 200.507 88.552ZM245.453 88H236.483L234.965 83.584H222.867L221.349 88H212.379L223.925 57.318H233.861L245.453 88ZM232.803 76.684L228.893 65.138L224.983 76.684H232.803Z' fill='white'/%3E%3Cpath d='M16.2739 56.6978C18.7351 56.8308 20.6725 56.243 23.6722 56.3261C24.701 56.3546 25.4298 56.41 26.082 56.4676L26.9169 56.4527L26.9324 57.318C26.8219 58.5674 26.7031 59.5355 26.7492 61.7927C26.7659 62.6096 26.7665 63.4266 26.7596 64.218L26.7715 64.8832L26.082 64.8956C23.5452 64.8732 21.271 64.7726 20.1051 64.8702C18.9503 64.9669 18.5753 64.7698 17.526 64.7044L18.0124 64.218C17.9912 64.5585 17.9839 64.9699 18.005 65.502C18.091 67.674 18.0404 68.9905 17.9145 70.8901C17.7886 72.7898 17.6811 78.626 17.8358 80.7483C17.9905 82.8705 17.7221 85.291 17.6584 86.7467C17.6386 87.2001 17.6115 87.557 17.5832 87.8305C17.5713 87.9464 17.5462 88 17.5215 88C17.5215 88 17.5215 88 17.5214 88C17.4907 88 17.4604 87.917 17.4565 87.768C17.4376 87.045 17.3878 85.9645 17.2762 84.688C17.0681 82.3078 17.2981 82.0477 17.1911 78.8337C17.0842 75.6197 16.8704 73.6887 17.0086 69.9071C17.0982 67.4572 16.8869 66.2299 16.8162 64.218L16.8291 63.4957L17.526 63.5082C18.6197 63.4697 19.9453 63.4727 21.8253 63.5882C23.6926 63.7029 24.9755 63.7034 26.082 63.6522L25.5162 64.218C25.4215 62.1739 25.1502 60.7316 25.0955 57.318L26.082 58.3045C26.0612 58.3048 26.0403 58.3051 26.0194 58.3055C20.6998 58.3859 13.9849 58.0521 10.7783 58.0797C8.11663 58.1027 4.69707 58.1552 1.012 58.1267L1.82069 57.318C1.81486 58.0727 1.80563 58.8385 1.79206 59.6112C1.76666 61.0568 1.76973 62.6102 1.78114 64.218L1.012 63.4489C3.80834 63.429 6.76927 63.3839 9.614 63.4194L10.4267 63.434L10.4126 64.218C10.4043 64.8811 10.3917 65.5379 10.3733 66.1848C10.2308 71.2027 10.0509 78.2969 9.93031 81.5744C9.82069 84.5539 9.78825 85.4849 9.83862 88L9.614 87.7754C9.86534 87.7703 10.1325 87.7645 10.4191 87.7578C12.2324 87.7154 14.7304 87.7554 16.8404 87.9111C17.9023 87.9895 17.6616 88.0986 16.5928 88.1509C15.0299 88.2272 13.7468 88.1762 12.9415 88.3126C11.6279 88.5351 10.9308 88.6457 9.614 88.5925L9.03234 88.6029L9.02152 88C9.03349 87.7037 9.05376 87.376 9.0829 87.0029C9.24154 84.9714 8.881 84.0142 8.9225 82.8301C8.96402 81.6458 9.17668 81.6653 9.01283 75.644C8.85316 69.7763 8.80938 66.4919 8.77085 64.218L9.614 65.0611C9.55445 65.0622 9.49559 65.0632 9.4374 65.0642C7.61424 65.0956 4.205 64.9839 1.012 64.9719L0.271819 64.9852L0.258058 64.218C0.261064 63.4175 0.257803 62.6305 0.244449 61.8856C0.222739 60.6744 0.214589 59.0556 0.209691 57.318L0.195563 56.5303L1.012 56.5157C4.6061 56.5056 8.70825 56.5093 10.7612 56.4358C13.8067 56.3268 13.8129 56.5648 16.2739 56.6978ZM43.0287 64.8382C41.1748 64.7701 39.523 64.891 37.7599 65.014L38.5559 64.218C38.6577 65.6773 38.761 67.2127 38.7599 69.002L37.7599 68.002C38.0309 68.0022 38.3077 68.0047 38.591 68.0101C43.0039 68.0932 43.6649 68.4049 48.7189 68.3348C49.829 68.3194 50.9393 68.3176 52.0199 68.323L52.6905 68.3148L52.6989 69.002C52.6861 71.6159 52.6319 74.0563 52.6302 75.902L52.6376 76.5048L52.0199 76.5124C51.1549 76.5116 50.4206 76.5223 49.8603 76.5542C47.6101 76.6823 47.3726 76.2949 44.1772 76.381C41.5868 76.4507 39.8236 76.4307 37.7599 76.3535L38.2114 75.902C38.1934 76.3839 38.1723 76.8822 38.1484 77.4112C38.1113 78.2343 38.0758 79.5598 38.0482 81.1L37.7599 80.8117C41.4493 80.878 46.3712 80.8993 48.5737 80.7902C49.7996 80.7295 51.0932 80.734 52.3419 80.7657L52.6721 80.7617L52.6762 81.1C52.6272 83.0315 52.513 84.8556 52.4743 86.1563C52.4545 86.8233 52.4273 87.3482 52.3991 87.7507C52.3871 87.9212 52.3621 87.9999 52.3374 88C52.3374 88 52.3374 88 52.3373 88C52.3066 87.9999 52.2763 87.8778 52.2724 87.6587C52.2535 86.5951 52.2037 85.0055 52.0921 83.1276C52.0438 82.3148 52.0191 81.6701 52.0083 81.1L52.3419 81.4336C50.4562 81.4693 49.3878 81.3527 45.7572 81.4349C42.7199 81.5036 40.4615 81.6164 37.7599 81.6516L37.2016 81.6448L37.2083 81.1C37.1887 79.596 37.1931 77.9546 37.2425 75.9651C37.2431 75.944 37.2436 75.923 37.2441 75.902L37.2504 75.38L37.7599 75.3862C43.1815 75.5164 44.5249 74.9638 52.0199 75.2572L51.3751 75.902C51.3799 75.78 51.3849 75.6563 51.3901 75.531C51.5111 72.6325 51.505 70.6913 51.4451 69.002L52.0199 69.5767C49.1324 69.6791 46.9811 69.9387 42.0439 69.9895C40.6664 70.0036 39.2253 70.0049 37.7599 69.9977L36.7522 69.9854L36.7642 69.002C36.7721 67.4191 36.79 65.8079 36.8126 64.218L36.8243 63.2593L37.7599 63.2707C43.0599 63.3461 48.1234 63.4738 51.1135 63.4563C51.5117 63.4539 51.9214 63.4513 52.3419 63.4484L51.5723 64.218C51.5584 62.1486 51.5399 59.8183 51.5307 57.318L52.3419 58.1292C49.3314 58.1403 46.0744 58.138 42.7294 58.0981C38.8103 58.0513 34.3526 58.1011 29.8479 58.1217L30.6516 57.318C30.6662 60.5001 30.6662 63.7057 30.6072 66.7617C30.4773 73.4922 30.3162 82.762 30.1974 88L29.8479 87.6504C30.3549 87.6619 30.824 87.673 31.2495 87.6837C36.0708 87.8043 37.246 87.8315 41.8868 87.7578C44.5544 87.7154 48.2292 87.7554 51.3332 87.9111C52.8954 87.9895 52.5414 88.0986 50.9691 88.1509C48.6698 88.2272 46.7823 88.1762 45.5975 88.3126C43.2302 88.5852 42.224 88.6898 39.2354 88.5311C36.247 88.3725 34.8388 88.733 33.0968 88.6915C32.0997 88.6677 31.6827 88.5879 29.8479 88.5547L29.3 88.5614L29.2932 88C29.318 86.6288 29.3168 84.4659 29.2467 80.6773C29.0829 71.8191 29.0411 66.963 29.0017 63.6085C28.984 62.0955 29.0118 59.84 29.0416 57.318L29.0318 56.5216L29.8479 56.5117C32.9176 56.5479 36.3822 56.587 39.3835 56.5504C42.5874 56.5114 47.7308 56.5162 52.3419 56.5049L53.1449 56.4951L53.155 57.318C53.1614 59.9423 53.173 62.3942 53.2009 64.218L53.2112 65.0664L52.3419 65.077C51.9021 65.0837 51.4988 65.0914 51.1385 65.1002C46.6583 65.2092 46.6491 64.9712 43.0287 64.8382ZM63.0607 56.6978C63.6828 56.7346 64.2683 56.7162 64.8478 56.6721L65.4808 56.6597L65.4937 57.318C65.6089 58.8326 65.8998 60.3067 65.8397 62.2883C65.7566 65.0282 65.4448 65.4386 65.515 68.5764C65.5851 71.7141 65.3719 74.8535 65.5 76.2507C65.6281 77.6477 65.2407 77.7952 65.3268 79.7791C65.3476 80.2589 65.3604 80.693 65.3661 81.1L64.8478 80.5817C66.1235 80.5639 67.1328 80.616 68.4482 80.7115C70.1066 80.8318 75.0494 80.9354 77.1758 80.8092L77.4607 80.8036L77.4666 81.1C77.4724 81.1984 77.4787 81.2908 77.4856 81.3765C77.6403 83.3149 77.3719 85.5257 77.3082 86.8553C77.2884 87.2694 77.2612 87.5954 77.233 87.8452C77.221 87.9511 77.196 88 77.1713 88C77.1713 88 77.1712 88 77.1712 88C77.1404 88 77.1102 87.9241 77.1063 87.7881C77.0874 87.1278 77.0376 86.1408 76.926 84.9749C76.7594 83.2349 76.8735 82.7354 76.8708 81.1L77.1758 81.4049C76.768 81.4056 76.2895 81.4135 75.7036 81.4349C72.7681 81.5418 71.0043 81.7556 67.5503 81.6174C66.453 81.5734 65.6242 81.6019 64.8478 81.6506L64.2866 81.6396L64.2972 81.1C64.1926 79.4324 63.9943 78.0062 64.218 74.6795C64.5459 69.8039 63.9408 69.2908 63.8603 64.4321C63.8231 62.1856 63.8745 59.6667 63.9378 57.318L64.8478 58.228C62.1167 58.1545 59.6159 58.0649 58.0412 58.0797C57.687 58.0831 57.318 58.0871 56.9358 58.0913L57.7091 57.318C57.7401 60.0962 57.786 63.5774 57.7158 67.2273C57.636 71.3794 57.8376 76.505 57.6951 81.0882C57.6304 83.1691 57.558 85.641 57.4869 88L56.9358 87.4489C59.7724 87.5343 62.4459 87.6179 64.0803 87.6837C67.0737 87.8043 67.8033 87.8315 70.6846 87.7578C72.3408 87.7154 74.6224 87.7554 76.5495 87.9111C77.5194 87.9895 77.2997 88.0986 76.3234 88.1509C74.8959 88.2272 73.724 88.1762 72.9885 88.3126C71.5187 88.5852 70.894 88.6898 69.0385 88.5311C67.183 88.3725 66.3088 88.733 65.2272 88.6915C64.1455 88.65 64.1633 88.4373 58.6637 88.6012C58.0583 88.6192 57.483 88.6358 56.9358 88.651L56.2978 88.6635L56.2848 88C56.1616 83.5757 56.1246 80.9839 56.0896 79.1305C56.0503 77.0478 56.2348 72.6989 56.1682 69.3046C56.1091 66.2939 56.1505 60.5247 56.0845 57.318L56.0681 56.4837L56.9358 56.4667C57.3443 56.4583 57.7113 56.4481 58.0256 56.4358C60.8072 56.3268 60.813 56.5648 63.0607 56.6978ZM94.4642 64.8382C92.6104 64.7701 90.9585 64.891 89.1954 65.014L89.9914 64.218C90.0933 65.6773 90.1966 67.2127 90.1954 69.002L89.1954 68.002C89.4664 68.0022 89.7432 68.0047 90.0265 68.0101C94.4395 68.0932 95.1004 68.4049 100.154 68.3348C101.265 68.3194 102.375 68.3176 103.455 68.323L104.126 68.3148L104.134 69.002C104.122 71.6159 104.067 74.0563 104.066 75.902L104.073 76.5048L103.455 76.5124C102.59 76.5116 101.856 76.5223 101.296 76.5542C99.0457 76.6823 98.8082 76.2949 95.6127 76.381C93.0223 76.4507 91.2591 76.4307 89.1954 76.3535L89.647 75.902C89.6289 76.3839 89.6078 76.8822 89.584 77.4112C89.5469 78.2343 89.5114 79.5598 89.4837 81.1L89.1954 80.8117C92.8848 80.878 97.8067 80.8993 100.009 80.7902C101.235 80.7295 102.529 80.734 103.777 80.7657L104.108 80.7617L104.112 81.1C104.063 83.0315 103.949 84.8556 103.91 86.1563C103.89 86.8233 103.863 87.3482 103.835 87.7507C103.823 87.9212 103.798 87.9999 103.773 88C103.773 88 103.773 88 103.773 88C103.742 87.9999 103.712 87.8778 103.708 87.6587C103.689 86.5951 103.639 85.0055 103.528 83.1276C103.479 82.3148 103.455 81.6701 103.444 81.1L103.777 81.4336C101.892 81.4693 100.823 81.3527 97.1927 81.4349C94.1554 81.5036 91.897 81.6164 89.1954 81.6516L88.6372 81.6448L88.6438 81.1C88.6242 79.596 88.6286 77.9546 88.6781 75.9651C88.6786 75.944 88.6791 75.923 88.6796 75.902L88.686 75.38L89.1954 75.3862C94.6171 75.5164 95.9605 74.9638 103.455 75.2572L102.811 75.902C102.815 75.78 102.82 75.6563 102.826 75.531C102.947 72.6325 102.941 70.6913 102.881 69.002L103.455 69.5767C100.568 69.6791 98.4166 69.9387 93.4794 69.9895C92.1019 70.0036 90.6608 70.0049 89.1954 69.9977L88.1878 69.9854L88.1998 69.002C88.2076 67.4191 88.2255 65.8079 88.2482 64.218L88.2598 63.2593L89.1954 63.2707C94.4954 63.3461 99.5589 63.4738 102.549 63.4563C102.947 63.4539 103.357 63.4513 103.777 63.4484L103.008 64.218C102.994 62.1486 102.975 59.8183 102.966 57.318L103.777 58.1292C100.767 58.1403 97.5099 58.138 94.165 58.0981C90.2458 58.0513 85.7882 58.1011 81.2834 58.1217L82.0872 57.318C82.1017 60.5001 82.1017 63.7057 82.0427 66.7617C81.9128 73.4922 81.7518 82.762 81.633 88L81.2834 87.6504C81.7904 87.6619 82.2596 87.673 82.6851 87.6837C87.5064 87.8043 88.6815 87.8315 93.3223 87.7578C95.9899 87.7154 99.6647 87.7554 102.769 87.9111C104.331 87.9895 103.977 88.0986 102.405 88.1509C100.105 88.2272 98.2178 88.1762 97.0331 88.3126C94.6657 88.5852 93.6596 88.6898 90.671 88.5311C87.6825 88.3725 86.2744 88.733 84.5323 88.6915C83.5353 88.6677 83.1182 88.5879 81.2834 88.5547L80.7356 88.5614L80.7287 88C80.7535 86.6288 80.7523 84.4659 80.6823 80.6773C80.5184 71.8191 80.4766 66.963 80.4373 63.6085C80.4195 62.0955 80.4473 59.84 80.4771 57.318L80.4674 56.5216L81.2834 56.5117C84.3532 56.5479 87.8178 56.587 90.819 56.5504C94.023 56.5114 99.1664 56.5162 103.777 56.5049L104.58 56.4951L104.59 57.318C104.597 59.9423 104.609 62.3942 104.636 64.218L104.647 65.0664L103.777 65.077C103.338 65.0837 102.934 65.0914 102.574 65.1002C98.0938 65.2092 98.0846 64.9712 94.4642 64.8382ZM122.162 75.9503C123.292 73.0658 123.527 70.5704 124.829 67.029C126.132 63.4877 126.61 63.0544 127.946 58.945C128.147 58.3245 128.355 57.7061 128.564 57.0968L128.713 56.6433L129.209 56.6362C132.831 56.6373 136.194 56.7746 137.827 56.6658C137.951 56.6575 138.068 56.6514 138.179 56.6472L139.141 56.634L138.807 57.5551C138.296 59.0808 137.863 59.2835 137.035 61.7022C136.15 64.2878 135.518 65.8186 134.556 68.0088C133.593 70.1992 130.899 77.0271 130.1 79.5784C129.302 82.1297 127.975 84.8824 127.268 86.5724C127.048 87.0988 126.864 87.509 126.716 87.8209C126.653 87.953 126.606 88.0071 126.583 87.9984C126.583 87.9984 126.583 87.9984 126.583 87.9984C126.554 87.9875 126.563 87.8791 126.625 87.7025C126.929 86.8453 127.363 85.5565 127.826 84.0154C128.689 81.1418 129.02 80.9171 130.348 77.0982C131.677 73.2794 132.335 70.9322 134.145 66.5322C135.702 62.7487 135.805 61.3119 137.507 57.064L138.179 58.0367C137.434 58.0219 136.604 57.9937 135.664 57.9478C132.674 57.8018 130.875 57.8408 129.209 57.9361L129.794 57.5186C129.233 59.5197 128.821 61.3552 127.659 64.8793C126.049 69.7634 123.871 75.5488 122.368 79.7006L121.599 81.8882L120.871 79.6993C120.463 78.4344 120.098 77.3238 119.791 76.4429C118.464 72.6349 116.649 67.5312 114.88 62.0945C114.412 60.656 113.895 59.1351 113.352 57.5646L114.075 58.0822C111.184 58.0938 108.127 58.13 105.105 58.1298L105.865 57.0321C106.501 58.722 107.12 60.4043 107.695 62.0429C109.784 67.9991 112.758 76.4125 114.096 80.3125C115.315 83.8633 115.697 84.9685 116.862 87.9208L116.651 87.7752C116.963 87.7702 117.295 87.7644 117.65 87.7578C119.93 87.7154 123.072 87.7554 125.725 87.9111C127.06 87.9895 126.758 88.0986 125.414 88.1509C123.448 88.2272 121.835 88.1762 120.822 88.3126C119.175 88.5345 118.298 88.6451 116.651 88.5929L116.249 88.5987L116.096 88.2088C115.975 87.8524 115.847 87.4554 115.708 87.0003C114.956 84.5535 114.195 83.5538 113.709 82.1454C113.224 80.7369 113.431 80.6849 110.611 73.6555C107.791 66.626 106.289 62.7556 105.243 60.0855C104.983 59.424 104.669 58.5784 104.318 57.6143L103.878 56.4933L105.105 56.4766C107.671 56.5029 111.012 56.57 114.075 56.5648L114.603 56.5573L114.788 57.0749C115.001 57.6958 115.213 58.3035 115.422 58.8878C116.993 63.2898 120.001 72.3023 121.34 75.8922C121.936 77.4901 122.223 78.3934 122.435 79.166L120.805 79.1645C121.186 78.2416 121.535 77.5507 122.162 75.9503ZM145.088 56.6978C146.23 56.787 147.21 56.552 148.358 56.4126L149.239 56.3897L149.263 57.318C149.331 57.8816 149.377 58.4857 149.349 59.1696C149.266 61.2461 148.955 61.5571 149.025 63.9353C149.095 66.3134 148.882 68.6928 149.01 69.7517C149.138 70.8105 148.75 70.9223 148.837 72.4259C148.923 73.9295 148.872 74.8408 148.746 76.1558C148.62 77.4708 148.513 81.5109 148.667 82.98C148.822 84.4491 148.554 86.1247 148.49 87.1324C148.47 87.4463 148.443 87.6933 148.415 87.8827C148.403 87.9629 148.378 88 148.353 88C148.353 88 148.353 88 148.353 88C148.322 88 148.292 87.9425 148.288 87.8394C148.269 87.3389 148.219 86.5909 148.108 85.7073C147.9 84.0596 148.13 83.8796 148.023 81.6547C147.916 79.4298 147.702 78.0931 147.84 75.4753C147.978 72.8575 147.4 72.2562 147.728 68.5609C148.056 64.8657 147.451 64.4768 147.37 60.7944C147.346 59.6918 147.359 58.5026 147.388 57.318L148.358 58.2871C145.586 58.2184 142.839 58.0603 141.283 58.0797C141.015 58.0831 140.735 58.0871 140.446 58.0913L141.219 57.318C141.25 59.4236 141.296 62.062 141.226 64.8283C141.146 67.9752 141.347 71.8599 141.205 75.3335C141.062 78.8071 140.882 83.7181 140.762 85.9869C140.716 86.8419 140.684 87.4532 140.666 88L140.446 87.7798C141.35 87.8104 142.077 87.8037 143.438 87.7578C144.693 87.7154 146.422 87.7554 147.883 87.9111C148.618 87.9895 148.451 88.0986 147.712 88.1509C146.63 88.2272 145.741 88.1762 145.184 88.3126C144.07 88.5852 143.597 88.6898 142.19 88.5311C141.444 88.4469 140.907 88.5089 140.446 88.5794L139.882 88.594L139.866 88C139.804 87.5912 139.735 87.241 139.754 86.8561C139.796 86.0363 140.008 86.0498 139.844 81.8816C139.681 77.7133 139.639 75.4283 139.599 73.8498C139.56 72.2713 139.745 68.9753 139.678 66.4027C139.619 64.1209 139.66 59.7484 139.594 57.318L139.573 56.4893L140.446 56.4667C140.755 56.4583 141.033 56.4481 141.272 56.4358C143.38 56.3268 143.384 56.5648 145.088 56.6978ZM138.554 50.2118C139.464 50.3448 140.18 49.757 141.289 49.8401C142.398 49.9232 142.564 50.2349 143.834 50.1648C145.104 50.0947 146.374 50.3079 146.94 50.1798C147.505 50.0517 147.565 50.4391 148.367 50.353C149.17 50.267 149.657 50.3176 150.359 50.4435C150.812 50.5246 151.869 50.5982 152.774 50.5987L152.995 50.588L153.007 50.832C153.007 51.3306 153.028 51.7827 153.083 52.0615C153.238 52.8459 152.97 53.7407 152.906 54.2787C152.886 54.4463 152.859 54.5782 152.831 54.6794C152.819 54.7222 152.794 54.742 152.769 54.742C152.769 54.742 152.769 54.742 152.769 54.742C152.738 54.742 152.708 54.7113 152.704 54.6562C152.685 54.389 152.635 53.9896 152.524 53.5177C152.316 52.638 152.546 52.5418 152.439 51.3538C152.422 51.1699 152.403 50.9974 152.383 50.832L152.774 51.2225C151.87 51.3316 151.177 51.4662 149.996 51.3494C148.598 51.2111 148.277 51.7897 146.304 51.4618C144.331 51.1339 144.123 51.739 142.157 51.8195C140.19 51.8999 137.708 51.5661 136.523 51.5937C136.38 51.5971 136.23 51.6011 136.076 51.6053L136.849 50.832C136.879 51.9309 136.924 53.3015 136.86 54.742L136.076 53.9574C136.109 53.9588 136.142 53.9604 136.176 53.9619C137.856 54.0418 139.93 53.8402 141.785 53.9827C143.64 54.1252 146.262 54.3051 147.474 54.4257C148.685 54.5463 148.981 54.5735 150.147 54.4998C150.817 54.4574 151.74 54.4974 152.52 54.6531C152.913 54.7315 152.824 54.8406 152.429 54.8928C151.851 54.9692 151.377 54.9182 151.079 55.0546C150.484 55.3272 150.231 55.4318 149.48 55.2731C148.73 55.1145 148.376 55.475 147.938 55.4335C147.5 55.392 147.507 55.1793 145.282 55.3432C143.056 55.507 141.836 55.5488 140.993 55.5882C140.15 55.6275 138.39 55.4429 137.017 55.5095C136.749 55.5225 136.428 55.5307 136.076 55.5361L135.322 55.5727L135.281 54.742C135.262 53.4895 135.276 51.8449 135.224 50.832L135.185 50.0239L136.076 49.9807C136.241 49.9723 136.389 49.9621 136.517 49.9498C137.642 49.8408 137.645 50.0788 138.554 50.2118ZM161.603 56.6978C164.779 56.8308 167.279 56.243 171.151 56.3261C173.631 56.3793 174.76 56.5264 176.417 56.6068L177.118 56.597L177.128 57.318C177.083 58.2476 177.059 59.3433 177.084 60.9367C177.099 61.8379 177.101 62.7393 177.097 63.62L177.1 63.8372L176.961 64.0281C174.878 66.7805 172.905 69.2202 172.043 70.5397C170.961 72.1958 170.526 72.1301 168.913 74.4244C167.3 76.7186 166.24 78.0474 164.668 79.9331C164.386 80.271 164.007 80.7396 163.566 81.2944L163.307 80.776C166.554 80.8675 172.032 80.9172 174.28 80.7902C175.081 80.745 175.914 80.7359 176.739 80.7473L177.087 80.7425L177.092 81.1C177.064 83.0993 176.917 85.0528 176.872 86.3825C176.852 86.9677 176.825 87.4282 176.796 87.7813C176.784 87.9308 176.759 88 176.735 88C176.735 88 176.735 88 176.735 88C176.704 87.9999 176.674 87.8928 176.67 87.7006C176.651 86.7675 176.601 85.373 176.489 83.7255C176.412 82.5848 176.395 81.8214 176.399 81.1L176.739 81.4401C175.518 81.4336 174.417 81.3676 171.809 81.4349C168.609 81.5174 166.394 81.6635 163.307 81.6625L162.176 81.6501L162.857 80.7625C163.406 80.0317 164.01 79.2475 164.704 78.3747C167.743 74.5532 167.953 73.3093 172.349 67.9945C174.05 65.9384 175.085 64.5366 175.95 63.2697L175.833 63.62C175.747 61.6688 175.571 60.0583 175.479 57.318L176.417 58.256C175.746 58.2784 175.008 58.2957 174.18 58.3055C167.315 58.3859 158.648 58.0521 154.51 58.0797C153.998 58.0832 153.464 58.0872 152.911 58.0916L153.685 57.318C153.701 59.3814 153.721 61.7178 153.727 64.218L152.911 63.4024C155.16 63.3976 157.542 63.4048 159.976 63.4379C161.858 63.4636 163.881 63.4602 165.975 63.4486L167.519 63.4654L166.592 64.6786C163.956 68.2458 161.161 72.0899 158.45 75.5556C156.913 77.5196 155.135 79.7982 153.379 82.0474L153.495 81.698C153.449 83.8854 153.402 86.0512 153.358 88L152.911 87.5529C155.024 87.6005 156.882 87.6451 158.235 87.6837C162.465 87.8043 163.496 87.8315 167.567 87.7578C169.907 87.7154 173.131 87.7554 175.854 87.9111C177.225 87.9895 176.914 88.0986 175.535 88.1509C173.518 88.2272 171.862 88.1762 170.822 88.3126C168.746 88.5852 167.863 88.6898 165.241 88.5311C162.619 88.3725 161.384 88.733 159.856 88.6915C158.498 88.6546 158.366 88.4828 152.911 88.5595L152.36 88.5672L152.352 88C152.342 87.3124 152.328 86.5401 152.31 85.6702C152.28 84.2303 152.253 82.9108 152.231 81.698L152.228 81.4813L152.366 81.2907C155.478 76.9594 157.41 74.3184 158.82 72.3787C160.197 70.4833 162.903 67.0474 165.371 63.7666L165.975 64.9721C164.924 64.9688 163.89 64.972 162.912 64.9855C160.414 65.0202 156.574 65.0203 152.911 65.0278L152.113 65.0389L152.101 64.218C152.096 61.6581 152.087 59.185 152.06 57.318L152.049 56.4792L152.911 56.4672C153.503 56.4587 154.034 56.4484 154.488 56.4358C158.418 56.3268 158.426 56.5648 161.603 56.6978ZM185.922 56.6978C187.064 56.787 188.044 56.552 189.192 56.4126L190.073 56.3897L190.097 57.318C190.165 57.8816 190.211 58.4857 190.183 59.1696C190.1 61.2461 189.789 61.5571 189.859 63.9353C189.929 66.3134 189.716 68.6928 189.844 69.7517C189.972 70.8105 189.584 70.9223 189.671 72.4259C189.757 73.9295 189.706 74.8408 189.58 76.1558C189.454 77.4708 189.347 81.5109 189.501 82.98C189.656 84.4491 189.388 86.1247 189.324 87.1324C189.304 87.4463 189.277 87.6933 189.249 87.8827C189.237 87.9629 189.212 88 189.187 88C189.187 88 189.187 88 189.187 88C189.156 88 189.126 87.9425 189.122 87.8394C189.103 87.3389 189.053 86.5909 188.942 85.7073C188.734 84.0596 188.964 83.8796 188.857 81.6547C188.75 79.4298 188.536 78.0931 188.674 75.4753C188.812 72.8575 188.234 72.2562 188.562 68.5609C188.89 64.8657 188.285 64.4768 188.204 60.7944C188.18 59.6918 188.193 58.5026 188.222 57.318L189.192 58.2871C186.42 58.2184 183.673 58.0603 182.117 58.0797C181.849 58.0831 181.569 58.0871 181.28 58.0913L182.053 57.318C182.084 59.4236 182.13 62.062 182.06 64.8283C181.98 67.9752 182.181 71.8599 182.039 75.3335C181.896 78.8071 181.716 83.7181 181.596 85.9869C181.55 86.8419 181.518 87.4532 181.5 88L181.28 87.7798C182.184 87.8104 182.911 87.8037 184.272 87.7578C185.527 87.7154 187.256 87.7554 188.717 87.9111C189.452 87.9895 189.285 88.0986 188.546 88.1509C187.464 88.2272 186.575 88.1762 186.018 88.3126C184.904 88.5852 184.431 88.6898 183.024 88.5311C182.278 88.4469 181.741 88.5089 181.28 88.5794L180.715 88.594L180.7 88C180.638 87.5912 180.569 87.241 180.588 86.8561C180.63 86.0363 180.842 86.0498 180.678 81.8816C180.515 77.7133 180.473 75.4283 180.433 73.8498C180.394 72.2713 180.579 68.9753 180.512 66.4027C180.453 64.1209 180.494 59.7484 180.428 57.318L180.407 56.4893L181.28 56.4667C181.589 56.4583 181.867 56.4481 182.106 56.4358C184.214 56.3268 184.218 56.5648 185.922 56.6978ZM208.853 56.6978C209.898 56.7651 210.831 56.6478 211.823 56.5263L212.598 56.5097L212.615 57.318C212.734 58.2867 212.856 59.3125 212.815 60.5558C212.732 63.0731 212.42 63.4501 212.49 66.3329C212.561 69.2156 212.347 72.0999 212.475 73.3835C212.604 74.667 212.216 74.8025 212.302 76.6253C212.316 76.9229 212.327 77.2014 212.334 77.466C212.359 78.8648 212.208 79.8937 211.781 81.2104C211.529 81.986 210.947 83.5927 209.877 84.9156C208.835 86.2665 207.355 87.1962 206.559 87.6442C204.946 88.6069 202.781 88.664 201.567 88.6545C201.183 88.6566 200.883 88.635 200.651 88.6087C200.553 88.5974 200.507 88.5722 200.507 88.5475C200.507 88.5475 200.507 88.5475 200.507 88.5474C200.507 88.5166 200.578 88.4866 200.702 88.4815C201.304 88.4561 202.213 88.3706 203.234 88.0854C205.078 87.4643 205.451 87.7497 207.619 86.2828C209.616 84.6156 210.306 83.1317 211.07 80.2161C211.322 79.0963 211.305 78.2677 211.245 77.466C211.138 76.0806 210.988 74.7463 211.193 71.9401C211.521 67.4607 210.916 66.9893 210.836 62.5254C210.806 60.88 210.833 59.0755 210.877 57.318L211.823 58.2644C208.813 58.1889 205.94 58.0623 204.241 58.0797C204.133 58.0809 204.023 58.082 203.911 58.0833L204.676 57.318C204.706 59.9707 204.768 63.4468 204.691 67.1076C204.627 70.1906 204.746 73.8578 204.719 77.374C204.714 78.3149 204.5 79.298 203.979 80.127C203.195 81.48 201.411 82.2804 199.817 82.183C197.947 82.1497 196.259 81.1711 195.105 80.1211L195.806 79.9887C195.01 81.3263 194.305 82.5061 193.799 83.3382C193.111 84.4684 192.674 85.1881 192.271 85.8922L192.227 85.6358C192.865 86.2053 193.547 86.7025 194.789 87.2222C196.16 87.8083 198.175 88.2646 199.935 88.4544C200.819 88.5463 200.625 88.6619 199.718 88.6865C198.389 88.7091 197.319 88.457 196.619 88.4238C195.224 88.3265 194.538 88.2375 193.073 87.186C192.541 86.7814 192.118 86.4623 191.744 86.1838L191.433 85.9214L191.632 85.5406C191.936 84.8568 192.084 84.3112 192.408 83.7761C192.884 82.9904 193.072 83.0298 194.902 79.4915L195.216 78.8894L195.766 79.3282C196.012 79.5224 196.286 79.7198 196.593 79.9086C197.735 80.617 198.853 80.8806 199.817 80.8458C202.333 80.7429 202.938 79.0241 203.033 77.9434C203.048 77.775 203.059 77.5853 203.059 77.374C203.062 75.2992 203.203 71.8066 203.144 69.0162C203.08 66.0193 203.133 60.0473 203.041 57.318L203.023 56.4668L203.911 56.4478C204.022 56.4441 204.127 56.4401 204.227 56.4358C206.782 56.3268 206.788 56.5648 208.853 56.6978ZM220.596 64.4023C221.614 62.0756 221.767 60.0002 222.933 57.1365C222.956 57.0802 222.979 57.0249 223.001 56.9705L223.225 56.3434L223.925 56.3312C226.856 56.4213 227.369 56.7196 230.839 56.6508C231.862 56.6305 232.885 56.6339 233.861 56.6459L234.313 56.638L234.489 57.0805C235.31 59.3368 235.982 61.3437 236.463 62.3598C237.14 63.7889 236.836 64.0814 237.708 66.1448C238.579 68.208 239.011 69.4948 239.585 71.3703C240.159 73.246 242.184 78.9096 243.102 80.9005C244.019 82.8915 244.65 85.3195 245.12 86.7452C245.267 87.1892 245.371 87.5428 245.445 87.8164C245.476 87.9324 245.472 87.9928 245.449 88.0016C245.449 88.0016 245.449 88.0016 245.449 88.0016C245.42 88.0124 245.361 87.9431 245.303 87.8009C245.022 87.1107 244.582 86.0868 244.013 84.8958C242.951 82.6751 243.072 82.3431 241.801 79.2829C240.531 76.2227 239.628 74.437 238.38 70.743C237.132 67.049 236.274 66.4162 234.637 61.1549C234.15 59.5883 233.739 58.4591 233.349 57.5112L233.861 57.8646C231.445 57.9337 230.013 58.2489 226.164 58.3055C225.439 58.3161 224.689 58.3195 223.925 58.3174L224.86 57.67C223.083 62.3538 220.882 67.4971 219.895 70.1889C218.757 73.2912 217.26 77.4695 215.536 81.8253C214.754 83.8007 213.946 86.0079 213.115 88.2771L212.379 87.2133C215.291 87.1877 218.299 87.1628 221.125 87.2407C221.199 87.2427 221.274 87.2448 221.349 87.2469L220.637 87.7552C221.143 86.4035 221.703 84.9051 222.273 83.3798L222.43 82.9482L222.867 82.9558C227.055 83.0666 231.434 83.1821 233.831 83.2677C234.244 83.2824 234.619 83.2958 234.965 83.3077L235.167 83.3113L235.226 83.4942C235.792 85.3459 236.103 86.3214 236.682 87.9315L236.483 87.7892C236.965 87.7825 237.502 87.772 238.13 87.7578C239.998 87.7154 242.572 87.7554 244.746 87.9111C245.84 87.9895 245.593 88.0986 244.491 88.1509C242.881 88.2272 241.559 88.1762 240.729 88.3126C239.127 88.5759 238.415 88.6824 236.483 88.5465L236.102 88.5531L235.966 88.1776C235.948 88.1113 235.93 88.0435 235.912 87.974C235.382 85.9429 234.72 85.1274 234.363 83.96C234.346 83.9068 234.331 83.8559 234.317 83.8066L234.965 84.2688C233.893 84.2154 233.642 84.0288 227.72 84.1852C225.868 84.2341 224.266 84.2721 222.867 84.3025L223.546 83.8176C222.971 85.6169 222.503 87.0615 222.112 88.2624L221.939 88.7968L221.349 88.8071C220.413 88.8225 219.618 88.8344 218.916 88.8462C217.443 88.8708 214.966 88.8075 212.379 88.7732L211.275 88.7916L211.655 87.7277C212.217 86.2936 212.782 84.8196 213.262 83.4736C214.548 79.8663 217.347 72.6018 218.35 69.6264C219.354 66.651 219.579 66.7288 220.596 64.4023ZM227.605 70.8746C227.251 71.5051 227.628 72.2235 227.272 73.0174C226.915 73.8112 226.578 73.8341 226.326 74.7963C226.109 75.6287 225.69 76.3934 225.568 76.8821L224.983 76.0665C225.061 76.0601 225.131 76.0491 225.19 76.0318C225.632 75.9037 225.679 76.2911 226.306 76.205C226.933 76.119 227.313 76.1696 227.862 76.2955C228.41 76.4214 230.096 76.5289 230.709 76.3742C231.321 76.2195 232.02 76.4879 232.441 76.5516C232.572 76.5714 232.675 76.5985 232.754 76.6268C232.787 76.6387 232.803 76.6638 232.803 76.6885C232.803 76.6885 232.803 76.6885 232.803 76.6886C232.803 76.7193 232.779 76.7496 232.736 76.7535C232.527 76.7724 232.215 76.8222 231.846 76.9338C231.159 77.1419 231.084 76.9119 230.156 77.0189C229.228 77.1258 228.67 77.3396 227.578 77.2014C226.558 77.0723 226.272 77.5683 224.983 77.3674L223.992 77.3079L224.335 76.4648C224.378 76.383 224.426 76.2975 224.479 76.208C225.284 74.8531 224.763 74.5053 225.18 73.0245C225.596 71.5437 226.534 69.8141 226.805 68.9281C227.076 68.0421 227.408 66.8415 227.905 65.6237C227.999 65.3927 228.087 65.148 228.172 64.894L228.966 62.7686L229.613 64.894C229.984 65.9768 230.501 67.1602 230.768 68.3094C231.098 69.7276 231.585 71.7258 231.774 72.6609C231.964 73.596 232.012 73.8232 232.374 74.6624C232.582 75.1448 232.776 75.8409 232.823 76.468C232.848 76.7835 232.722 76.7527 232.573 76.4771C232.356 76.0741 232.286 75.7068 232.082 75.5303C231.675 75.1776 231.512 75.0241 231.475 74.4175C231.437 73.811 231.006 73.6648 230.936 73.3276C230.866 72.9904 231.069 72.9275 230.356 71.3331C229.643 69.7386 229.298 68.8492 229.049 68.2381C228.81 67.6496 228.554 66.3651 228.172 65.3821H229.614C229.602 65.421 229.592 65.4597 229.581 65.498C229.3 66.5359 228.542 68.5827 228.364 69.4507C228.185 70.3187 227.959 70.2441 227.605 70.8746Z' fill='%23171717'/%3E%3Cpath d='M10.672 38H2.76V7.318H10.672V38ZM44.7116 38H37.0756L24.1036 20.244V38H16.1916V7.318H24.3336L36.7536 24.2V7.318H44.7116V38ZM65.0084 38H57.0964V14.218H48.4944V7.318H73.5644V14.218H65.0084V38ZM99.8243 38H77.3303V7.318H99.8243V14.218H85.2423V19.002H99.5023V25.902H85.2423V31.1H99.8243V38ZM130.592 38H121.53L116.378 27.696H112.33V38H104.418V7.318H119.782C126.59 7.318 130.454 11.826 130.454 17.53C130.454 22.866 127.188 25.718 124.336 26.73L130.592 38ZM118.586 20.796C120.656 20.796 122.404 19.646 122.404 17.484C122.404 15.414 120.656 14.218 118.586 14.218H112.33V20.796H118.586ZM163.35 38H155.714L142.742 20.244V38H134.83V7.318H142.972L155.392 24.2V7.318H163.35V38ZM191.375 38H168.881V7.318H191.375V14.218H176.793V19.002H191.053V25.902H176.793V31.1H191.375V38ZM210.735 38H202.823V14.218H194.221V7.318H219.291V14.218H210.735V38ZM234.106 38.552C227.896 38.552 223.572 36.62 220.49 33.676L224.676 27.742C226.884 29.95 230.288 31.79 234.474 31.79C237.188 31.79 238.844 30.732 238.844 29.26C238.844 25.074 221.455 28.432 221.455 16.61C221.455 11.458 225.826 6.858 233.692 6.858C238.614 6.858 242.892 8.33 246.158 11.136L241.834 16.794C239.258 14.678 235.9 13.62 232.864 13.62C230.564 13.62 229.552 14.54 229.552 15.828C229.552 19.738 246.894 16.886 246.894 28.294C246.894 34.458 242.34 38.552 234.106 38.552Z' fill='white'/%3E%3Cpath d='M7.40214 6.69778C8.54476 6.78697 9.52431 6.55197 10.672 6.41257L11.5534 6.38974L11.5774 7.318C11.6459 7.88157 11.6913 8.48569 11.6639 9.16958C11.5808 11.2461 11.2691 11.5571 11.3392 13.9353C11.4093 16.3134 11.1961 18.6928 11.3242 19.7517C11.4523 20.8105 11.0649 20.9223 11.151 22.4259C11.237 23.9295 11.1864 24.8408 11.0605 26.1558C10.9346 27.4708 10.8271 31.5109 10.9818 32.98C11.1365 34.4491 10.8681 36.1247 10.8044 37.1324C10.7846 37.4463 10.7575 37.6933 10.7292 37.8827C10.7173 37.9629 10.6922 38 10.6675 38C10.6675 38 10.6675 38 10.6674 38C10.6367 38 10.6064 37.9425 10.6025 37.8394C10.5836 37.3389 10.5338 36.5909 10.4222 35.7073C10.2141 34.0596 10.4441 33.8796 10.3371 31.6547C10.2302 29.4298 10.0164 28.0931 10.1546 25.4753C10.2929 22.8575 9.71433 22.2562 10.0422 18.5609C10.3701 14.8657 9.76501 14.4768 9.68455 10.7944C9.66046 9.6918 9.67351 8.50264 9.70288 7.318L10.672 8.28712C7.9001 8.2184 5.15296 8.06035 3.59779 8.07974C3.32932 8.08309 3.0497 8.08706 2.76 8.09132L3.53333 7.318C3.56428 9.42361 3.61025 12.062 3.54006 14.8283C3.46021 17.9752 3.66178 21.8599 3.5193 25.3335C3.37683 28.8071 3.19689 33.7181 3.07631 35.9869C3.03087 36.8419 2.99869 37.4532 2.98017 38L2.76 37.7798C3.66402 37.8104 4.39156 37.8037 5.7523 37.7578C7.00754 37.7154 8.73675 37.7554 10.1974 37.9111C10.9325 37.9895 10.7659 38.0986 10.026 38.1509C8.94406 38.2272 8.05589 38.1762 7.49841 38.3126C6.38445 38.5852 5.911 38.6898 4.50469 38.5311C3.75868 38.4469 3.22194 38.5089 2.76 38.5794L2.19596 38.594L2.18057 38C2.11815 37.5912 2.04902 37.241 2.0685 36.8561C2.11002 36.0363 2.32268 36.0498 2.15883 31.8816C1.99498 27.7133 1.95317 25.4283 1.91384 23.8498C1.8745 22.2713 2.05907 18.9753 1.99245 16.4027C1.93336 14.1209 1.97472 9.74835 1.90871 7.318L1.88724 6.48932L2.76 6.46671C3.06964 6.4583 3.34776 6.44815 3.58601 6.43582C5.69419 6.32677 5.69853 6.5648 7.40214 6.69778ZM25.6873 8.1114C27.8116 11.2233 30.0416 13.2626 32.6945 17.0087C34.8943 20.1152 35.3774 21.1534 37.2866 23.8079L36.092 24.2C36.0993 23.5267 36.0984 22.7624 36.0864 21.8649C36.0163 16.609 36.2295 11.3501 36.1014 9.00981C36.0627 8.3021 36.0711 7.78581 36.0993 7.318L36.0917 6.67141L36.7536 6.66364C37.8328 6.72868 38.654 6.89904 40.9723 6.83902C42.4028 6.80199 43.5907 6.79027 44.7116 6.79897L45.2245 6.79296L45.2307 7.318C45.2192 8.80112 45.1719 10.167 45.1002 11.8223C44.9742 14.7288 44.8667 23.6581 45.0214 26.905C45.1761 30.152 44.9077 33.8553 44.8441 36.0825C44.8242 36.7762 44.7971 37.3222 44.7689 37.7407C44.7569 37.918 44.7319 38 44.7071 38C44.7071 38 44.7071 38 44.7071 38C44.6763 37.9999 44.646 37.8729 44.6422 37.6451C44.6233 36.5389 44.5735 34.8857 44.4619 32.9327C44.2537 29.2911 44.4837 28.8932 44.3768 23.9758C44.2698 19.0585 44.056 16.1041 44.1943 10.3183C44.2217 9.17269 44.2209 8.20182 44.2047 7.318L44.7116 7.82494C42.0636 7.87357 40.197 8.06135 36.7536 8.04939L37.485 7.318C37.4808 8.5297 37.4519 9.93665 37.3834 11.6416C37.1304 17.9454 37.4331 19.8957 37.6214 24.2L37.6066 26.8487L36.0546 24.7142C35.2559 23.7224 34.3433 22.559 33.2282 21.0743C30.0856 16.89 26.5581 11.8935 23.661 7.81285L24.3336 8.15305C21.5547 8.10607 19.1185 8.06986 17.3667 8.07974C16.985 8.0819 16.5931 8.08431 16.1916 8.08689L16.9605 7.318C16.9911 12.0766 17.0453 18.1796 16.9717 24.5936C16.9249 28.6723 16.9748 33.3118 16.9954 38L16.1916 37.1962C18.8443 37.1846 21.5126 37.1823 24.1036 37.2123L23.316 38C23.3233 37.3616 23.3327 36.7278 23.3443 36.1001C23.433 31.3208 23.5362 25.3103 23.6306 20.244L23.6387 18.7921L24.4856 19.965C26.2516 22.4792 27.8154 24.7113 28.8952 26.2665C31.7558 30.3864 32.4548 31.3893 35.3615 35.2431C35.9479 36.0205 36.6022 36.9082 37.2815 37.8496L37.0756 37.745C39.2222 37.7577 41.5675 37.81 43.6626 37.9111C45.2873 37.9895 44.9191 38.0986 43.2839 38.1509C40.8926 38.2272 38.9296 38.1762 37.6975 38.3126C37.4799 38.3367 37.2735 38.3595 37.0756 38.3808L36.8867 38.3831L36.7681 38.2247C35.3857 36.7067 34.6652 35.846 33.1104 33.4727C31.4051 30.8695 30.25 29.8997 29.2147 28.4123C28.2341 27.0033 28.3521 26.8379 23.6367 20.5851L24.6819 20.244C24.6886 20.6806 24.6962 21.1413 24.7048 21.6278C24.8483 29.6944 24.8982 34.5698 24.9348 38L24.9444 38.8213L24.1036 38.8311C23.6163 38.8363 23.1582 38.8413 22.7242 38.8462C21.1526 38.8639 18.8107 38.8362 16.1916 38.8064L15.3948 38.8158L15.3852 38C15.4215 34.8051 15.4607 31.1978 15.4241 28.0734C15.3624 22.8105 15.4102 12.5156 15.3311 7.318L15.3211 6.46766L16.1916 6.45746C16.6093 6.45111 16.9941 6.44393 17.3406 6.43582C21.3165 6.34277 21.9067 6.50243 24.3336 6.6339L24.6716 6.62994L24.8847 6.9126C25.1138 7.26211 25.3757 7.65487 25.6873 8.1114ZM63.7564 6.69778C66.2175 6.83077 68.1549 6.243 71.1547 6.32608C72.1835 6.35457 72.9123 6.40997 73.5644 6.46763L74.3993 6.45265L74.4148 7.318C74.3043 8.56739 74.1855 9.53549 74.2316 11.7927C74.2483 12.6096 74.249 13.4266 74.242 14.218L74.2539 14.8832L73.5644 14.8956C71.0276 14.8732 68.7534 14.7726 67.5875 14.8702C66.4327 14.9669 66.0577 14.7698 65.0084 14.7044L65.4949 14.218C65.4737 14.5585 65.4663 14.9699 65.4874 15.502C65.5734 17.674 65.5229 18.9905 65.3969 20.8901C65.271 22.7898 65.1635 28.626 65.3182 30.7483C65.4729 32.8705 65.2045 35.291 65.1408 36.7467C65.121 37.2001 65.0939 37.557 65.0656 37.8305C65.0537 37.9464 65.0286 38 65.0039 38C65.0039 38 65.0039 38 65.0039 38C64.9731 38 64.9428 37.917 64.9389 37.768C64.9201 37.045 64.8703 35.9645 64.7586 34.688C64.5505 32.3078 64.7805 32.0477 64.6736 28.8337C64.5666 25.6197 64.3528 23.6887 64.4911 19.9071C64.5806 17.4572 64.3694 16.2299 64.2986 14.218L64.3115 13.4957L65.0084 13.5082C66.1021 13.4697 67.4278 13.4727 69.3077 13.5882C71.175 13.7029 72.4579 13.7034 73.5644 13.6522L72.9986 14.218C72.9039 12.1739 72.6326 10.7316 72.5779 7.318L73.5644 8.30448C73.5436 8.30481 73.5228 8.30513 73.5018 8.30545C68.1823 8.3859 61.4674 8.05206 58.2607 8.07974C55.5991 8.10272 52.1795 8.15518 48.4944 8.12669L49.3031 7.318C49.2973 8.07266 49.2881 8.83846 49.2745 9.61117C49.2491 11.0568 49.2522 12.6102 49.2636 14.218L48.4944 13.4489C51.2908 13.429 54.2517 13.3839 57.0964 13.4194L57.9091 13.434L57.895 14.218C57.8867 14.8811 57.8741 15.5379 57.8557 16.1848C57.7133 21.2027 57.5333 28.2969 57.4127 31.5744C57.3031 34.5539 57.2707 35.4849 57.321 38L57.0964 37.7754C57.3478 37.7703 57.6149 37.7645 57.9015 37.7578C59.7148 37.7154 62.2128 37.7554 64.3228 37.9111C65.3847 37.9895 65.1441 38.0986 64.0752 38.1509C62.5123 38.2272 61.2293 38.1762 60.4239 38.3126C59.1103 38.5351 58.4133 38.6457 57.0964 38.5925L56.5148 38.6029L56.5039 38C56.5159 37.7037 56.5362 37.376 56.5653 37.0029C56.724 34.9714 56.3634 34.0142 56.4049 32.8301C56.4464 31.6458 56.6591 31.6653 56.4953 25.644C56.3356 19.7763 56.2918 16.4919 56.2533 14.218L57.0964 15.0611C57.0369 15.0622 56.978 15.0632 56.9198 15.0642C55.0967 15.0956 51.6874 14.9839 48.4944 14.9719L47.7542 14.9852L47.7405 14.218C47.7435 13.4175 47.7402 12.6305 47.7269 11.8856C47.7052 10.6744 47.697 9.0556 47.6921 7.318L47.678 6.53033L48.4944 6.51569C52.0885 6.50556 56.1907 6.50934 58.2437 6.43582C61.2891 6.32677 61.2953 6.5648 63.7564 6.69778ZM90.5111 14.8382C88.6572 14.7701 87.0054 14.891 85.2423 15.014L86.0383 14.218C86.1401 15.6773 86.2434 17.2127 86.2423 19.002L85.2423 18.002C85.5133 18.0022 85.7901 18.0047 86.0734 18.0101C90.4864 18.0932 91.1473 18.4049 96.2013 18.3348C97.3114 18.3194 98.4217 18.3176 99.5023 18.323L100.173 18.3148L100.181 19.002C100.168 21.6159 100.114 24.0563 100.113 25.902L100.12 26.5048L99.5023 26.5124C98.6374 26.5116 97.903 26.5223 97.3427 26.5542C95.0926 26.6823 94.8551 26.2949 91.6596 26.381C89.0692 26.4507 87.306 26.4307 85.2423 26.3535L85.6938 25.902C85.6758 26.3839 85.6547 26.8822 85.6308 27.4112C85.5938 28.2343 85.5583 29.5598 85.5306 31.1L85.2423 30.8117C88.9317 30.878 93.8536 30.8993 96.0561 30.7902C97.282 30.7295 98.5756 30.734 99.8243 30.7657L100.155 30.7617L100.159 31.1C100.11 33.0315 99.9954 34.8556 99.9567 36.1563C99.9369 36.8233 99.9098 37.3482 99.8815 37.7507C99.8696 37.9212 99.8445 37.9999 99.8198 38C99.8198 38 99.8198 38 99.8198 38C99.789 37.9999 99.7587 37.8778 99.7548 37.6587C99.7359 36.5951 99.6861 35.0055 99.5745 33.1276C99.5262 32.3148 99.5015 31.6701 99.4907 31.1L99.8243 31.4336C97.9386 31.4693 96.8702 31.3527 93.2396 31.4349C90.2023 31.5036 87.9439 31.6164 85.2423 31.6516L84.6841 31.6448L84.6907 31.1C84.6711 29.596 84.6755 27.9546 84.725 25.9651C84.7255 25.944 84.726 25.923 84.7265 25.902L84.7329 25.38L85.2423 25.3862C90.6639 25.5164 92.0073 24.9638 99.5023 25.2572L98.8575 25.902C98.8623 25.78 98.8673 25.6563 98.8725 25.531C98.9935 22.6325 98.9875 20.6913 98.9276 19.002L99.5023 19.5767C96.6148 19.6791 94.4635 19.9387 89.5263 19.9895C88.1488 20.0036 86.7077 20.0049 85.2423 19.9977L84.2347 19.9854L84.2467 19.002C84.2545 17.4191 84.2724 15.8079 84.295 14.218L84.3067 13.2593L85.2423 13.2707C90.5423 13.3461 95.6058 13.4738 98.5959 13.4563C98.9941 13.4539 99.4038 13.4513 99.8243 13.4484L99.0548 14.218C99.0408 12.1486 99.0223 9.81829 99.0131 7.318L99.8243 8.12921C96.8138 8.14032 93.5568 8.13799 90.2119 8.09805C86.2927 8.05126 81.8351 8.10111 77.3303 8.12173L78.134 7.318C78.1486 10.5001 78.1486 13.7057 78.0896 16.7617C77.9597 23.4922 77.7987 32.762 77.6799 38L77.3303 37.6504C77.8373 37.6619 78.3065 37.673 78.7319 37.6837C83.5533 37.8043 84.7284 37.8315 89.3692 37.7578C92.0368 37.7154 95.7116 37.7554 98.8157 37.9111C100.378 37.9895 100.024 38.0986 98.4515 38.1509C96.1522 38.2272 94.2647 38.1762 93.08 38.3126C90.7126 38.5852 89.7065 38.6898 86.7179 38.5311C83.7294 38.3725 82.3213 38.733 80.5792 38.6915C79.5821 38.6677 79.1651 38.5879 77.3303 38.5547L76.7824 38.5614L76.7756 38C76.8004 36.6288 76.7992 34.4659 76.7291 30.6773C76.5653 21.8191 76.5235 16.963 76.4841 13.6085C76.4664 12.0955 76.4942 9.84001 76.524 7.318L76.5143 6.52161L77.3303 6.51166C80.4 6.54789 83.8647 6.58702 86.8659 6.55045C90.0698 6.51141 95.2132 6.51621 99.8243 6.50493L100.627 6.49514L100.637 7.318C100.644 9.94233 100.655 12.3942 100.683 14.218L100.694 15.0664L99.8243 15.077C99.3845 15.0837 98.9813 15.0914 98.6209 15.1002C94.1407 15.2092 94.1315 14.9712 90.5111 14.8382ZM103.798 7.9071C103.807 7.70801 103.813 7.51184 103.816 7.318L103.807 6.7249L104.418 6.71551C107.023 6.75256 109.208 6.24876 112.469 6.32608C115.749 6.40386 116.418 6.68211 119.782 6.65971C120.025 6.65823 120.274 6.66055 120.542 6.66913C124.894 6.62118 128.448 9.8008 129.394 11.3974C130.448 12.997 130.285 13.3393 130.829 15.9022C130.924 16.4848 130.965 17.0228 130.971 17.53C130.975 19.2839 130.674 20.6904 129.829 22.2788C129.241 23.5351 127.135 26.0832 124.415 26.9507L124.541 26.6163C125.402 28.1786 126.224 29.6183 126.753 30.4453C128.091 32.5371 129.228 35.1388 129.998 36.6561C130.237 37.1287 130.416 37.5062 130.546 37.7992C130.601 37.9233 130.61 37.9902 130.588 38.0022C130.588 38.0022 130.588 38.0022 130.588 38.0022C130.561 38.0171 130.488 37.947 130.4 37.7968C129.974 37.0678 129.318 35.9887 128.497 34.7395C126.966 32.4103 127.019 32.0331 125.104 28.8033C124.705 28.1299 124.333 27.5157 123.976 26.9297L123.744 26.4957L124.199 26.3422C126.44 25.3435 128.18 23.9422 129.419 20.8827C129.894 19.5816 129.943 18.5119 129.898 17.53C129.672 15.5952 129.598 13.6562 127.14 10.6442C124.246 7.82603 122.154 8.06181 119.782 8.11828C118.578 8.20238 117.171 8.28005 115.21 8.30545C111.788 8.34977 107.872 8.26838 104.418 8.19095L105.291 7.318C105.228 10.1343 105.168 12.6429 105.18 14.325C105.208 18.0698 105.278 23.0994 105.198 28.4082C105.154 31.3353 105.196 34.6409 105.218 38L104.418 37.2002C107.076 37.1826 109.767 37.1771 112.33 37.2355L111.566 38C111.567 37.9271 111.569 37.8543 111.571 37.7816C111.645 34.7509 111.728 31.0718 111.809 27.696L111.817 27.1665L112.33 27.1744C113.758 27.2084 115.131 27.2418 116.378 27.2735L116.646 27.2776L116.756 27.5071C117.395 28.8711 117.954 30.0695 118.378 30.9879C119.865 34.2121 120.311 35.1745 121.734 37.8982L121.53 37.7723C121.771 37.768 122.025 37.7631 122.293 37.7578C124.41 37.7154 127.327 37.7554 129.792 37.9111C131.032 37.9895 130.751 38.0986 129.502 38.1509C127.677 38.2272 126.179 38.1762 125.238 38.3126C123.764 38.5264 122.955 38.6368 121.53 38.598L121.17 38.6035L120.995 38.2674C120.83 37.9121 120.653 37.51 120.455 37.037C119.536 34.8442 118.714 34.0056 118.132 32.7502C117.652 31.7142 117.705 31.4821 115.889 27.9405L116.378 28.2428C115.535 28.2514 114.521 28.2685 113.291 28.2972C112.964 28.3048 112.644 28.3122 112.33 28.3193L112.953 27.696C113.06 32.416 113.11 35.6235 113.144 38L113.156 38.8012L112.33 38.8139C111.471 38.8261 110.72 38.8362 110.046 38.8462C108.719 38.8658 106.674 38.8298 104.418 38.797L103.634 38.809L103.621 38C103.654 35.7277 103.684 33.2423 103.651 31.0642C103.584 26.7243 103.645 17.9015 103.536 14.3449C103.427 10.7884 103.665 10.7811 103.798 7.9071ZM112.868 14.8382C112.681 14.8011 112.505 14.8201 112.33 14.865L112.977 14.218C113.093 14.6686 113.382 15.1077 113.322 15.6974C113.239 16.5152 112.927 16.6377 112.997 17.5744C113.068 18.5109 112.854 19.448 112.982 19.8651C113.101 20.2514 112.777 20.3176 112.797 20.796L112.33 20.3287C112.368 20.3271 112.409 20.3234 112.452 20.317C113.045 20.231 113.404 20.2816 113.921 20.4075C114.439 20.5334 116.031 20.6409 116.609 20.4862C117.188 20.3315 117.848 20.5999 118.245 20.6636C118.368 20.6834 118.465 20.7105 118.54 20.7388C118.572 20.7507 118.586 20.7758 118.586 20.8005C118.586 20.8005 118.586 20.8005 118.586 20.8006C118.586 20.8313 118.564 20.8616 118.523 20.8655C118.326 20.8844 118.031 20.9342 117.683 21.0458C117.034 21.2539 116.963 21.0239 116.087 21.1309C115.211 21.2378 114.684 21.4516 113.653 21.3134C113.083 21.2368 112.756 21.3799 112.33 21.4673L111.618 21.4205L111.659 20.796C111.588 20.4529 111.554 20.046 111.7 19.3961C112.028 17.9408 111.423 17.7876 111.343 16.3373C111.306 15.6681 111.357 14.9179 111.42 14.218L111.483 13.2519L112.33 13.3076C113.147 13.3812 113.895 13.4712 114.366 13.4563C115.24 13.4286 116.415 13.3581 117.654 13.4379C117.95 13.457 118.263 13.46 118.586 13.4555C119.738 13.4276 121.186 13.7364 122.054 14.7566C122.671 15.4357 123.029 16.5655 122.919 17.484C122.856 18.2907 122.522 18.9815 122.227 19.3399C121.565 20.0799 121.352 20.1738 120.572 20.6491C120.109 20.9064 119.366 21.0255 118.776 20.8817C118.48 20.8084 118.554 20.7012 118.834 20.6394C119.24 20.5448 119.581 20.5276 119.748 20.3446C120.072 19.9708 120.15 19.8408 120.636 19.7475C121.135 19.6201 121.042 19.1804 121.218 19.0297C121.309 18.9444 121.399 18.9329 121.528 18.7797C121.646 18.6276 121.845 18.3147 121.8 17.6152C121.797 17.5714 121.793 17.5276 121.788 17.484C121.595 16.2009 120.957 15.8663 120.591 15.6231C120.253 15.4042 119.431 14.9349 118.586 14.9726C118.48 14.9747 118.376 14.9789 118.274 14.9855C117.261 15.0522 115.201 14.9911 114.371 15.1002C113.54 15.2092 113.539 14.9712 112.868 14.8382ZM144.326 8.1114C146.45 11.2233 148.68 13.2626 151.333 17.0087C153.533 20.1152 154.016 21.1534 155.925 23.8079L154.731 24.2C154.738 23.5267 154.737 22.7624 154.725 21.8649C154.655 16.609 154.868 11.3501 154.74 9.00981C154.701 8.3021 154.71 7.78581 154.738 7.318L154.73 6.67141L155.392 6.66364C156.471 6.72868 157.293 6.89904 159.611 6.83902C161.041 6.80199 162.229 6.79027 163.35 6.79897L163.863 6.79296L163.869 7.318C163.858 8.80112 163.811 10.167 163.739 11.8223C163.613 14.7288 163.505 23.6581 163.66 26.905C163.815 30.152 163.546 33.8553 163.483 36.0825C163.463 36.7762 163.436 37.3222 163.408 37.7407C163.396 37.918 163.371 38 163.346 38C163.346 38 163.346 38 163.346 38C163.315 37.9999 163.285 37.8729 163.281 37.6451C163.262 36.5389 163.212 34.8857 163.101 32.9327C162.892 29.2911 163.122 28.8932 163.015 23.9758C162.909 19.0585 162.695 16.1041 162.833 10.3183C162.86 9.17269 162.86 8.20182 162.843 7.318L163.35 7.82494C160.702 7.87357 158.836 8.06135 155.392 8.04939L156.124 7.318C156.119 8.5297 156.091 9.93665 156.022 11.6416C155.769 17.9454 156.072 19.8957 156.26 24.2L156.245 26.8487L154.693 24.7142C153.895 23.7224 152.982 22.559 151.867 21.0743C148.724 16.89 145.197 11.8935 142.3 7.81285L142.972 8.15305C140.193 8.10607 137.757 8.06986 136.005 8.07974C135.624 8.0819 135.232 8.08431 134.83 8.08689L135.599 7.318C135.63 12.0766 135.684 18.1796 135.61 24.5936C135.564 28.6723 135.613 33.3118 135.634 38L134.83 37.1962C137.483 37.1846 140.151 37.1823 142.742 37.2123L141.955 38C141.962 37.3616 141.971 36.7278 141.983 36.1001C142.072 31.3208 142.175 25.3103 142.269 20.244L142.277 18.7921L143.124 19.965C144.89 22.4792 146.454 24.7113 147.534 26.2665C150.394 30.3864 151.093 31.3893 154 35.2431C154.587 36.0205 155.241 36.9082 155.92 37.8496L155.714 37.745C157.861 37.7577 160.206 37.81 162.301 37.9111C163.926 37.9895 163.558 38.0986 161.923 38.1509C159.531 38.2272 157.568 38.1762 156.336 38.3126C156.119 38.3367 155.912 38.3595 155.714 38.3808L155.525 38.3831L155.407 38.2247C154.024 36.7067 153.304 35.846 151.749 33.4727C150.044 30.8695 148.889 29.8997 147.853 28.4123C146.873 27.0033 146.991 26.8379 142.275 20.5851L143.321 20.244C143.327 20.6806 143.335 21.1413 143.343 21.6278C143.487 29.6944 143.537 34.5698 143.573 38L143.583 38.8213L142.742 38.8311C142.255 38.8363 141.797 38.8413 141.363 38.8462C139.791 38.8639 137.449 38.8362 134.83 38.8064L134.033 38.8158L134.024 38C134.06 34.8051 134.099 31.1978 134.063 28.0734C134.001 22.8105 134.049 12.5156 133.97 7.318L133.96 6.46766L134.83 6.45746C135.248 6.45111 135.633 6.44393 135.979 6.43582C139.955 6.34277 140.545 6.50243 142.972 6.6339L143.31 6.62994L143.523 6.9126C143.752 7.26211 144.014 7.65487 144.326 8.1114ZM182.062 14.8382C180.208 14.7701 178.556 14.891 176.793 15.014L177.589 14.218C177.691 15.6773 177.794 17.2127 177.793 19.002L176.793 18.002C177.064 18.0022 177.341 18.0047 177.624 18.0101C182.037 18.0932 182.698 18.4049 187.752 18.3348C188.862 18.3194 189.972 18.3176 191.053 18.323L191.724 18.3148L191.732 19.002C191.719 21.6159 191.665 24.0563 191.663 25.902L191.671 26.5048L191.053 26.5124C190.188 26.5116 189.454 26.5223 188.894 26.5542C186.643 26.6823 186.406 26.2949 183.21 26.381C180.62 26.4507 178.857 26.4307 176.793 26.3535L177.245 25.902C177.227 26.3839 177.205 26.8822 177.182 27.4112C177.145 28.2343 177.109 29.5598 177.081 31.1L176.793 30.8117C180.482 30.878 185.404 30.8993 187.607 30.7902C188.833 30.7295 190.126 30.734 191.375 30.7657L191.705 30.7617L191.709 31.1C191.66 33.0315 191.546 34.8556 191.508 36.1563C191.488 36.8233 191.461 37.3482 191.432 37.7507C191.42 37.9212 191.395 37.9999 191.371 38C191.371 38 191.371 38 191.371 38C191.34 37.9999 191.309 37.8778 191.306 37.6587C191.287 36.5951 191.237 35.0055 191.125 33.1276C191.077 32.3148 191.052 31.6701 191.042 31.1L191.375 31.4336C189.489 31.4693 188.421 31.3527 184.79 31.4349C181.753 31.5036 179.495 31.6164 176.793 31.6516L176.235 31.6448L176.241 31.1C176.222 29.596 176.226 27.9546 176.276 25.9651C176.276 25.944 176.277 25.923 176.277 25.902L176.284 25.38L176.793 25.3862C182.215 25.5164 183.558 24.9638 191.053 25.2572L190.408 25.902C190.413 25.78 190.418 25.6563 190.423 25.531C190.544 22.6325 190.538 20.6913 190.478 19.002L191.053 19.5767C188.166 19.6791 186.014 19.9387 181.077 19.9895C179.7 20.0036 178.258 20.0049 176.793 19.9977L175.785 19.9854L175.797 19.002C175.805 17.4191 175.823 15.8079 175.846 14.218L175.858 13.2593L176.793 13.2707C182.093 13.3461 187.157 13.4738 190.147 13.4563C190.545 13.4539 190.955 13.4513 191.375 13.4484L190.606 14.218C190.592 12.1486 190.573 9.81829 190.564 7.318L191.375 8.12921C188.365 8.14032 185.108 8.13799 181.763 8.09805C177.843 8.05126 173.386 8.10111 168.881 8.12173L169.685 7.318C169.699 10.5001 169.699 13.7057 169.64 16.7617C169.51 23.4922 169.349 32.762 169.231 38L168.881 37.6504C169.388 37.6619 169.857 37.673 170.283 37.6837C175.104 37.8043 176.279 37.8315 180.92 37.7578C183.588 37.7154 187.262 37.7554 190.366 37.9111C191.929 37.9895 191.575 38.0986 190.002 38.1509C187.703 38.2272 185.815 38.1762 184.631 38.3126C182.263 38.5852 181.257 38.6898 178.269 38.5311C175.28 38.3725 173.872 38.733 172.13 38.6915C171.133 38.6677 170.716 38.5879 168.881 38.5547L168.333 38.5614L168.326 38C168.351 36.6288 168.35 34.4659 168.28 30.6773C168.116 21.8191 168.074 16.963 168.035 13.6085C168.017 12.0955 168.045 9.84001 168.075 7.318L168.065 6.52161L168.881 6.51166C171.951 6.54789 175.415 6.58702 178.417 6.55045C181.621 6.51141 186.764 6.51621 191.375 6.50493L192.178 6.49514L192.188 7.318C192.195 9.94233 192.206 12.3942 192.234 14.218L192.244 15.0664L191.375 15.077C190.935 15.0837 190.532 15.0914 190.172 15.1002C185.691 15.2092 185.682 14.9712 182.062 14.8382ZM209.483 6.69778C211.944 6.83077 213.881 6.243 216.881 6.32608C217.91 6.35457 218.639 6.40997 219.291 6.46763L220.126 6.45265L220.141 7.318C220.031 8.56739 219.912 9.53549 219.958 11.7927C219.975 12.6096 219.976 13.4266 219.969 14.218L219.98 14.8832L219.291 14.8956C216.754 14.8732 214.48 14.7726 213.314 14.8702C212.159 14.9669 211.784 14.7698 210.735 14.7044L211.221 14.218C211.2 14.5585 211.193 14.9699 211.214 15.502C211.3 17.674 211.249 18.9905 211.124 20.8901C210.998 22.7898 210.89 28.626 211.045 30.7483C211.199 32.8705 210.931 35.291 210.867 36.7467C210.848 37.2001 210.82 37.557 210.792 37.8305C210.78 37.9464 210.755 38 210.73 38C210.73 38 210.73 38 210.73 38C210.7 38 210.669 37.917 210.665 37.768C210.647 37.045 210.597 35.9645 210.485 34.688C210.277 32.3078 210.507 32.0477 210.4 28.8337C210.293 25.6197 210.079 23.6887 210.218 19.9071C210.307 17.4572 210.096 16.2299 210.025 14.218L210.038 13.4957L210.735 13.5082C211.829 13.4697 213.154 13.4727 215.034 13.5882C216.902 13.7029 218.184 13.7034 219.291 13.6522L218.725 14.218C218.631 12.1739 218.359 10.7316 218.305 7.318L219.291 8.30448C219.27 8.30481 219.249 8.30513 219.228 8.30545C213.909 8.3859 207.194 8.05206 203.987 8.07974C201.326 8.10272 197.906 8.15518 194.221 8.12669L195.03 7.318C195.024 8.07266 195.015 8.83846 195.001 9.61117C194.976 11.0568 194.979 12.6102 194.99 14.218L194.221 13.4489C197.017 13.429 199.978 13.3839 202.823 13.4194L203.636 13.434L203.622 14.218C203.613 14.8811 203.601 15.5379 203.582 16.1848C203.44 21.2027 203.26 28.2969 203.139 31.5744C203.03 34.5539 202.997 35.4849 203.048 38L202.823 37.7754C203.074 37.7703 203.341 37.7645 203.628 37.7578C205.441 37.7154 207.939 37.7554 210.049 37.9111C211.111 37.9895 210.871 38.0986 209.802 38.1509C208.239 38.2272 206.956 38.1762 206.15 38.3126C204.837 38.5351 204.14 38.6457 202.823 38.5925L202.241 38.6029L202.231 38C202.242 37.7037 202.263 37.376 202.292 37.0029C202.451 34.9714 202.09 34.0142 202.131 32.8301C202.173 31.6458 202.386 31.6653 202.222 25.644C202.062 19.7763 202.018 16.4919 201.98 14.218L202.823 15.0611C202.763 15.0622 202.705 15.0632 202.646 15.0642C200.823 15.0956 197.414 14.9839 194.221 14.9719L193.481 14.9852L193.467 14.218C193.47 13.4175 193.467 12.6305 193.453 11.8856C193.432 10.6744 193.424 9.0556 193.419 7.318L193.405 6.53033L194.221 6.51569C197.815 6.50556 201.917 6.50934 203.97 6.43582C207.016 6.32677 207.022 6.5648 209.483 6.69778ZM241.643 7.69145C243.487 8.52106 245.099 9.31335 246.702 10.5021L247.299 11.0018L246.822 11.6435C246.027 12.8514 245.163 14.1299 244.03 15.5537C243.459 16.2704 242.983 16.8458 242.558 17.3474L242.001 18.0953L241.255 17.4983C239.596 16.112 238.644 15.173 235.104 14.4816C234.357 14.3652 233.603 14.3026 232.863 14.3016C231.395 14.2695 230.129 14.7888 230.19 15.828C230.107 16.2957 231.02 16.786 231.743 17.0212C232.493 17.2766 233.175 17.4221 233.708 17.5158C235.803 17.8772 235.968 18.2146 238.961 18.9634C241.914 19.8066 243.824 20.7093 245.548 22.9383C246.272 23.8589 247.236 25.9323 247.151 28.294C247.267 31.5701 245.244 34.818 243.848 35.9205C241.549 38.1125 237.874 38.5604 235.874 38.6183C235.233 38.6472 234.73 38.6322 234.346 38.6081C234.182 38.5976 234.105 38.5721 234.105 38.5475C234.105 38.5475 234.105 38.5475 234.105 38.5474C234.105 38.5166 234.224 38.4869 234.432 38.4803C235.439 38.4458 236.963 38.3237 238.655 37.8067C240.222 37.3092 241.041 36.9366 241.96 36.4524C242.841 35.9391 243.964 35.3367 245.136 33.4975C246.191 31.7253 246.421 30.006 246.383 28.294C246.311 26.3953 245.87 24.3898 243.952 22.568C239.882 19.3957 238.295 20.471 231.013 18.0748C230.154 17.7012 228.99 17.063 229.004 15.828C228.973 14.659 229.887 13.7384 230.661 13.4514C231.455 13.1183 232.178 13.0491 232.863 13.0115C235.319 12.9958 237.757 12.9355 241.628 15.3983C241.912 15.5935 242.191 15.8022 242.465 16.0247L241.042 16.1895C242.419 14.3647 243.915 12.4418 245.399 10.556L245.535 11.8606C241.823 8.47902 236.695 7.57622 233.877 7.62046C233.815 7.62037 233.754 7.62053 233.691 7.62094C229.594 7.45934 222.846 9.77593 222.265 15.9079C222.242 16.139 222.23 16.3724 222.227 16.61C222.075 19.5844 223.849 22.5165 226.948 23.8232C229.978 25.2558 233.509 25.5498 236.89 26.6175C237.402 26.7995 237.901 26.9895 238.446 27.3562C238.965 27.686 239.58 28.4179 239.541 29.26C239.551 30.5638 238.453 31.5266 237.492 31.8914C236.498 32.2959 235.468 32.3928 234.473 32.3784C230.241 32.3575 226.422 30.1736 224.417 28.0001L224.974 27.9524C224.533 28.5482 224.132 29.0874 223.783 29.5564C222.366 31.4563 221.503 32.6158 220.657 33.7943L220.631 33.5275C221.604 34.4526 222.667 35.3272 224.562 36.2651C226.799 37.4059 230.201 38.2346 233.146 38.4473C234.628 38.5503 234.299 38.6711 232.79 38.6731C230.579 38.6527 228.799 38.2279 227.664 38.05C225.406 37.641 224.332 37.3843 221.984 35.6047C221.244 35.0103 220.653 34.4982 220.138 34.0438L219.822 33.7496L220.074 33.3828C220.836 32.2072 221.273 31.3171 221.944 30.4141C222.577 29.5634 222.87 29.3147 224.23 27.4277L224.592 26.8997L225.061 27.3565C225.946 28.2313 227.4 29.557 230.188 30.4813C231.705 30.9651 233.156 31.129 234.473 31.1053C236.463 31.1248 238.21 30.2171 238.073 29.26C238.15 28.7565 236.995 28.2577 236.121 28.0262C235.2 27.7685 234.34 27.6041 233.564 27.4471C230.797 26.8271 222.425 25.5579 220.987 19.2004C220.788 18.4363 220.672 17.5811 220.667 16.61C220.533 13.6 222.501 9.88964 225.519 8.14126C228.483 6.29854 231.751 6.02588 233.691 5.97992C233.75 5.97858 233.808 5.97742 233.865 5.97641C238.289 6.08387 238.334 6.41973 241.643 7.69145Z' fill='%23171717'/%3E%3Cpath d='M265 26.4936L265.309 34.8083L260.476 35L260.167 26.6853L253.168 26.963L253 22.4395L260 22.1618L259.704 14.1917L264.537 14L264.833 21.97L271.832 21.6923L272 26.2159L265 26.4936Z' fill='white'/%3E%3Cpath d='M259.216 17.7612C259.264 16.5222 258.959 15.4822 258.778 14.2261L258.722 13.3273L259.667 13.2659C260.19 13.1889 260.75 13.1331 261.378 13.1326C262.853 13.1315 263.468 13.2736 264.509 13.3067L265.186 13.2628L265.23 13.9743C265.214 14.4417 265.22 14.9952 265.27 15.751C265.43 18.1911 265.308 20.643 265.476 21.7259C265.488 21.8036 265.498 21.8764 265.504 21.9451L264.806 21.2984C265.695 21.2081 265.91 21.5279 267.34 21.3912C268.881 21.244 269.819 21.2574 271.175 21.3296C271.348 21.3388 271.566 21.3459 271.819 21.3509L272.152 21.3292L272.174 21.6797C272.148 22.834 272.166 24.7026 272.235 26.2072L272.25 26.4355L272.009 26.4511C271.262 26.4875 270.604 26.5365 270.169 26.5986C268.666 26.813 266.934 26.6131 265.897 26.5905C265.574 26.5835 265.319 26.5665 265.123 26.546C265.04 26.5373 265.001 26.5138 265 26.4891C265 26.4891 265 26.489 265 26.489C264.999 26.4583 265.057 26.4257 265.163 26.4176C265.676 26.3783 266.442 26.2981 267.345 26.1506C269.029 25.8755 269.223 26.0979 271.504 25.9004C271.669 25.8861 271.829 25.8715 271.986 25.8566L271.641 26.2292C271.491 24.6152 271.316 23.4219 271.272 21.7131L271.854 22.2524C271.441 22.2641 270.998 22.2682 270.512 22.2625C268.201 22.2355 267.435 22.6749 264.861 22.6889L264.122 22.6995L264.114 21.9967C264.112 21.5695 264.123 21.0925 264.15 20.5503C264.309 17.2938 263.879 16.5466 263.614 14.0343L264.573 14.9232C264.148 14.9693 263.673 15.0109 263.126 15.0442C262.052 15.1097 260.898 15.1449 259.742 15.1645L260.677 14.1556C260.719 17.0684 260.661 19.9858 260.742 21.6176C260.75 21.7854 260.759 21.9573 260.768 22.1333L260.777 22.9189L260.03 22.9296C258.078 23.034 255.636 23.1769 253.032 23.24L253.801 22.4098C253.808 22.7603 253.814 23.1137 253.819 23.4692C253.832 24.5547 253.881 25.7243 253.938 26.9344L253.137 26.1925C255.424 26.0773 257.856 25.9275 260.137 25.9146L260.929 25.9031L260.938 26.6567C260.939 26.7657 260.939 26.8743 260.938 26.9826C260.931 29.4059 260.933 32.5089 260.924 34.9834L260.458 34.5524C261.632 34.5537 262.665 34.5578 263.417 34.5668C264.2 34.5762 264.784 34.583 265.3 34.5817L265.082 34.8167C265.082 33.7954 265.05 33.0447 264.946 31.5559C264.856 30.2681 264.83 28.4905 264.93 26.9844C264.98 26.2264 265.095 26.3935 265.176 27.1515C265.293 28.26 265.276 29.1742 265.434 29.7418C265.749 30.8759 265.871 31.3583 265.766 32.8087C265.703 33.6817 265.818 34.2709 265.917 34.7857L265.953 35.3755L265.333 35.4158C264.993 35.4822 264.685 35.5416 264.349 35.5384C263.598 35.5312 263.52 35.3616 260.498 35.5596L259.952 35.5951L259.916 35.0208C259.893 34.6474 259.864 34.2291 259.828 33.759C259.577 30.4315 259.443 28.2729 259.35 26.7157L260.2 27.503C259.756 27.5309 259.362 27.5554 259.002 27.5784C257.743 27.6589 255.413 27.6466 253.198 27.7176L252.462 27.7654L252.413 26.991C252.394 26.3566 252.369 25.7315 252.332 25.1438C252.287 24.4178 252.244 23.485 252.201 22.4691L252.152 21.6933L252.968 21.6404C255.386 21.5321 258.274 21.4247 259.965 21.3009L259.139 22.1937C259.126 22.0115 259.113 21.8431 259.099 21.6907C258.91 19.5293 259.148 19.516 259.216 17.7612Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 span {
    font-size: 48px;
  }
  #first_screen .cta h1 .title-svg {
    width: 338px;
    height: 100px;
    background-image: url("data:image/svg+xml,%3Csvg width='338' height='100' viewBox='0 0 338 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.526 88H9.614V64.218H1.012V57.318H26.082V64.218H17.526V88ZM52.3419 88H29.8479V57.318H52.3419V64.218H37.7599V69.002H52.0199V75.902H37.7599V81.1H52.3419V88ZM55.2338 88.552V81.56C58.0858 81.56 59.9258 79.858 60.7998 72.866L62.6398 57.318H85.5018V88H77.5898V64.218H69.7698L68.6658 73.464C67.1938 85.884 61.9498 88.552 55.2338 88.552ZM113.525 88H91.0315V57.318H113.525V64.218H98.9435V69.002H113.203V75.902H98.9435V81.1H113.525V88ZM136.059 88H118.119V57.318H135.507C141.579 57.318 144.477 61.274 144.477 65.138C144.477 68.956 142.131 71.532 139.233 72.176C142.499 72.682 145.075 75.81 145.075 79.674C145.075 84.136 142.085 88 136.059 88ZM133.713 69.094C135.323 69.094 136.427 68.036 136.427 66.518C136.427 65.046 135.323 63.988 133.713 63.988H126.031V69.094H133.713ZM133.989 81.33C135.875 81.33 137.025 80.226 137.025 78.57C137.025 77.052 135.921 75.81 133.989 75.81H126.031V81.33H133.989ZM157.021 88H149.385V57.318H157.297V75.396L169.717 57.318H177.905V88H169.947V69.048L157.021 88ZM181.734 93.658V81.56C184.678 81.1 186.426 79.858 187.3 72.866L189.14 57.318H212.002V81.1H214.762V93.658H206.804V88H189.646V93.658H181.734ZM195.166 73.464C194.752 76.914 193.556 79.352 191.808 81.1H204.09V64.218H196.27L195.166 73.464ZM240.654 88H218.16V57.318H240.654V64.218H226.072V69.002H240.332V75.902H226.072V81.1H240.654V88ZM273.814 88H265.902V75.672H253.16V88H245.248V57.318H253.16V68.772H265.902V57.318H273.814V88ZM286.98 88H279.344V57.318H287.256V75.396L299.676 57.318H307.864V88H299.906V69.048L286.98 88ZM335.889 88H313.395V57.318H335.889V64.218H321.307V69.002H335.567V75.902H321.307V81.1H335.889V88Z' fill='white'/%3E%3Cpath d='M16.2739 56.6978C18.7351 56.8308 20.6725 56.243 23.6722 56.3261C24.701 56.3546 25.4298 56.41 26.082 56.4676L26.9169 56.4527L26.9324 57.318C26.8219 58.5674 26.7031 59.5355 26.7492 61.7927C26.7659 62.6096 26.7665 63.4266 26.7596 64.218L26.7715 64.8832L26.082 64.8956C23.5452 64.8732 21.271 64.7726 20.1051 64.8702C18.9503 64.9669 18.5753 64.7698 17.526 64.7044L18.0124 64.218C17.9912 64.5585 17.9839 64.9699 18.005 65.502C18.091 67.674 18.0404 68.9905 17.9145 70.8901C17.7886 72.7898 17.6811 78.626 17.8358 80.7483C17.9905 82.8705 17.7221 85.291 17.6584 86.7467C17.6386 87.2001 17.6115 87.557 17.5832 87.8305C17.5713 87.9464 17.5462 88 17.5215 88C17.5215 88 17.5215 88 17.5214 88C17.4907 88 17.4604 87.917 17.4565 87.768C17.4376 87.045 17.3878 85.9645 17.2762 84.688C17.0681 82.3078 17.2981 82.0477 17.1911 78.8337C17.0842 75.6197 16.8704 73.6887 17.0086 69.9071C17.0982 67.4572 16.8869 66.2299 16.8162 64.218L16.8291 63.4957L17.526 63.5082C18.6197 63.4697 19.9453 63.4727 21.8253 63.5882C23.6926 63.7029 24.9755 63.7034 26.082 63.6522L25.5162 64.218C25.4215 62.1739 25.1502 60.7316 25.0955 57.318L26.082 58.3045C26.0612 58.3048 26.0403 58.3051 26.0194 58.3055C20.6998 58.3859 13.9849 58.0521 10.7783 58.0797C8.11663 58.1027 4.69707 58.1552 1.012 58.1267L1.82069 57.318C1.81486 58.0727 1.80563 58.8385 1.79206 59.6112C1.76666 61.0568 1.76973 62.6102 1.78114 64.218L1.012 63.4489C3.80834 63.429 6.76927 63.3839 9.614 63.4194L10.4267 63.434L10.4126 64.218C10.4043 64.8811 10.3917 65.5379 10.3733 66.1848C10.2308 71.2027 10.0509 78.2969 9.93031 81.5744C9.82069 84.5539 9.78825 85.4849 9.83862 88L9.614 87.7754C9.86534 87.7703 10.1325 87.7645 10.4191 87.7578C12.2324 87.7154 14.7304 87.7554 16.8404 87.9111C17.9023 87.9895 17.6616 88.0986 16.5928 88.1509C15.0299 88.2272 13.7468 88.1762 12.9415 88.3126C11.6279 88.5351 10.9308 88.6457 9.614 88.5925L9.03234 88.6029L9.02152 88C9.03349 87.7037 9.05376 87.376 9.0829 87.0029C9.24154 84.9714 8.881 84.0142 8.9225 82.8301C8.96402 81.6458 9.17668 81.6653 9.01283 75.644C8.85316 69.7763 8.80938 66.4919 8.77085 64.218L9.614 65.0611C9.55445 65.0622 9.49559 65.0632 9.4374 65.0642C7.61424 65.0956 4.205 64.9839 1.012 64.9719L0.271819 64.9852L0.258058 64.218C0.261064 63.4175 0.257803 62.6305 0.244449 61.8856C0.222739 60.6744 0.214589 59.0556 0.209691 57.318L0.195563 56.5303L1.012 56.5157C4.6061 56.5056 8.70825 56.5093 10.7612 56.4358C13.8067 56.3268 13.8129 56.5648 16.2739 56.6978ZM43.0287 64.8382C41.1748 64.7701 39.523 64.891 37.7599 65.014L38.5559 64.218C38.6577 65.6773 38.761 67.2127 38.7599 69.002L37.7599 68.002C38.0309 68.0022 38.3077 68.0047 38.591 68.0101C43.0039 68.0932 43.6649 68.4049 48.7189 68.3348C49.829 68.3194 50.9393 68.3176 52.0199 68.323L52.6905 68.3148L52.6989 69.002C52.6861 71.6159 52.6319 74.0563 52.6302 75.902L52.6376 76.5048L52.0199 76.5124C51.1549 76.5116 50.4206 76.5223 49.8603 76.5542C47.6101 76.6823 47.3726 76.2949 44.1772 76.381C41.5868 76.4507 39.8236 76.4307 37.7599 76.3535L38.2114 75.902C38.1934 76.3839 38.1723 76.8822 38.1484 77.4112C38.1113 78.2343 38.0758 79.5598 38.0482 81.1L37.7599 80.8117C41.4493 80.878 46.3712 80.8993 48.5737 80.7902C49.7996 80.7295 51.0932 80.734 52.3419 80.7657L52.6721 80.7617L52.6762 81.1C52.6272 83.0315 52.513 84.8556 52.4743 86.1563C52.4545 86.8233 52.4273 87.3482 52.3991 87.7507C52.3871 87.9212 52.3621 87.9999 52.3374 88C52.3374 88 52.3374 88 52.3373 88C52.3066 87.9999 52.2763 87.8778 52.2724 87.6587C52.2535 86.5951 52.2037 85.0055 52.0921 83.1276C52.0438 82.3148 52.0191 81.6701 52.0083 81.1L52.3419 81.4336C50.4562 81.4693 49.3878 81.3527 45.7572 81.4349C42.7199 81.5036 40.4615 81.6164 37.7599 81.6516L37.2016 81.6448L37.2083 81.1C37.1887 79.596 37.1931 77.9546 37.2425 75.9651C37.2431 75.944 37.2436 75.923 37.2441 75.902L37.2504 75.38L37.7599 75.3862C43.1815 75.5164 44.5249 74.9638 52.0199 75.2572L51.3751 75.902C51.3799 75.78 51.3849 75.6563 51.3901 75.531C51.5111 72.6325 51.505 70.6913 51.4451 69.002L52.0199 69.5767C49.1324 69.6791 46.9811 69.9387 42.0439 69.9895C40.6664 70.0036 39.2253 70.0049 37.7599 69.9977L36.7522 69.9854L36.7642 69.002C36.7721 67.4191 36.79 65.8079 36.8126 64.218L36.8243 63.2593L37.7599 63.2707C43.0599 63.3461 48.1234 63.4738 51.1135 63.4563C51.5117 63.4539 51.9214 63.4513 52.3419 63.4484L51.5723 64.218C51.5584 62.1486 51.5399 59.8183 51.5307 57.318L52.3419 58.1292C49.3314 58.1403 46.0744 58.138 42.7294 58.0981C38.8103 58.0513 34.3526 58.1011 29.8479 58.1217L30.6516 57.318C30.6662 60.5001 30.6662 63.7057 30.6072 66.7617C30.4773 73.4922 30.3162 82.762 30.1974 88L29.8479 87.6504C30.3549 87.6619 30.824 87.673 31.2495 87.6837C36.0708 87.8043 37.246 87.8315 41.8868 87.7578C44.5544 87.7154 48.2292 87.7554 51.3332 87.9111C52.8954 87.9895 52.5414 88.0986 50.9691 88.1509C48.6698 88.2272 46.7823 88.1762 45.5975 88.3126C43.2302 88.5852 42.224 88.6898 39.2354 88.5311C36.247 88.3725 34.8388 88.733 33.0968 88.6915C32.0997 88.6677 31.6827 88.5879 29.8479 88.5547L29.3 88.5614L29.2932 88C29.318 86.6288 29.3168 84.4659 29.2467 80.6773C29.0829 71.8191 29.0411 66.963 29.0017 63.6085C28.984 62.0955 29.0118 59.84 29.0416 57.318L29.0318 56.5216L29.8479 56.5117C32.9176 56.5479 36.3822 56.587 39.3835 56.5504C42.5874 56.5114 47.7308 56.5162 52.3419 56.5049L53.1449 56.4951L53.155 57.318C53.1614 59.9423 53.173 62.3942 53.2009 64.218L53.2112 65.0664L52.3419 65.077C51.9021 65.0837 51.4988 65.0914 51.1385 65.1002C46.6583 65.2092 46.6491 64.9712 43.0287 64.8382ZM83.9575 88.6202C81.7267 88.5358 79.7973 88.7419 77.5898 88.8824L76.7186 88.8933L76.7074 88C76.6266 86.7307 76.5675 85.3695 76.5979 83.8061C76.6809 79.5238 76.9927 78.8824 76.9226 73.978C76.8709 70.3619 76.9732 66.7443 76.9792 64.218L77.5898 64.8286C76.69 64.8265 75.9286 64.8366 75.3551 64.8702C73.1716 64.9983 72.9411 64.6109 69.8403 64.697C69.8167 64.6976 69.7932 64.6983 69.7698 64.6989L70.2473 64.275C69.9674 67.3222 69.6951 69.1742 69.252 71.8317C69.1805 72.2605 69.0923 72.8325 68.9939 73.5032C68.632 77.07 66.729 83.2372 64.8143 85.174C62.8956 87.8108 59.0582 88.5943 57.0325 88.613C56.3815 88.6473 55.8675 88.6319 55.4773 88.608C55.311 88.5976 55.2338 88.5721 55.2338 88.5475C55.2338 88.5475 55.2338 88.5475 55.2338 88.5474C55.2338 88.5165 55.3532 88.4869 55.5651 88.4803C56.5855 88.4426 58.1526 88.3321 59.8363 87.7171C62.7651 86.3371 63.5261 86.4007 65.8235 82.5602C67.3551 79.3447 67.6378 76.8624 68.1076 73.3978C68.2215 72.462 68.3556 71.4534 68.5189 70.3308C68.9023 67.6948 68.9926 66.0428 69.1331 64.142L69.2087 63.5698L69.7698 63.5768C71.6883 63.4904 73.8637 63.4246 77.5898 63.5789L78.2368 63.587L78.2289 64.218C78.2259 64.2911 78.2228 64.3647 78.2196 64.439C77.8917 72.0594 78.4968 72.8614 78.5772 80.4554C78.6026 82.8457 78.5868 85.4333 78.5543 88L77.5898 87.0355C80.3408 87.0704 83.0677 87.1247 85.5018 87.1686L84.6703 88C84.7155 85.49 84.7497 83.2914 84.74 81.6989C84.7124 77.1211 84.6419 70.9728 84.7217 64.4832C84.7493 62.2436 84.7433 59.8227 84.7296 57.318L85.5018 58.0902C80.7488 58.1164 75.694 58.1706 71.0027 58.0773C68.4628 58.0268 65.5501 57.9716 62.6398 57.9159L63.2336 57.3883C62.5105 62.6371 61.787 67.8779 61.3548 70.8676C61.2448 71.6285 61.1485 72.2948 61.0624 72.8971C60.43 75.9126 60.7366 77.6022 58.3012 80.7254C57.5876 81.4433 56.4022 81.8477 55.2338 81.8141L55.4878 81.56C55.4737 83.5265 55.4215 85.6614 55.3227 87.5732C55.2443 89.0891 55.1352 88.7456 55.0829 87.2198C55.0066 84.9886 55.0576 83.157 54.9212 82.0073C54.9028 81.8525 54.8852 81.7038 54.8684 81.56L54.8639 81.1993L55.2338 81.1946C57.0926 80.8697 57.8433 80.4669 59.0389 78.2034C60.1103 75.7761 59.8814 74.2988 60.1103 72.7798C60.1199 72.6999 60.131 72.6149 60.1433 72.5293C60.3832 70.8553 60.5911 70.9079 61.4386 62.3524C61.6253 60.468 61.7957 58.7713 61.9516 57.2366L62.0154 56.6329L62.6398 56.625C68.1002 56.5347 71.5244 56.5025 74.0626 56.4718C76.5535 56.4417 81.1184 56.5427 85.5018 56.562L86.2482 56.5526L86.2578 57.318C86.2519 58.6629 86.2537 59.9907 86.2693 61.2363C86.336 66.5416 86.2749 77.3269 86.384 81.6746C86.4742 85.2729 86.3267 85.8991 86.1978 88L86.2064 88.6872L85.5018 88.696C85.0643 88.6692 84.5629 88.6431 83.9575 88.6202ZM104.212 64.8382C102.358 64.7701 100.707 64.891 98.9435 65.014L99.7395 64.218C99.8413 65.6773 99.9446 67.2127 99.9435 69.002L98.9435 68.002C99.2145 68.0022 99.4913 68.0047 99.7746 68.0101C104.188 68.0932 104.848 68.4049 109.902 68.3348C111.013 68.3194 112.123 68.3176 113.203 68.323L113.874 68.3148L113.883 69.002C113.87 71.6159 113.816 74.0563 113.814 75.902L113.821 76.5048L113.203 76.5124C112.339 76.5116 111.604 76.5223 111.044 76.5542C108.794 76.6823 108.556 76.2949 105.361 76.381C102.77 76.4507 101.007 76.4307 98.9435 76.3535L99.395 75.902C99.377 76.3839 99.3558 76.8822 99.332 77.4112C99.2949 78.2343 99.2594 79.5598 99.2318 81.1L98.9435 80.8117C102.633 80.878 107.555 80.8993 109.757 80.7902C110.983 80.7295 112.277 80.734 113.525 80.7657L113.856 80.7617L113.86 81.1C113.811 83.0315 113.697 84.8556 113.658 86.1563C113.638 86.8233 113.611 87.3482 113.583 87.7507C113.571 87.9212 113.546 87.9999 113.521 88C113.521 88 113.521 88 113.521 88C113.49 87.9999 113.46 87.8778 113.456 87.6587C113.437 86.5951 113.387 85.0055 113.276 83.1276C113.227 82.3148 113.203 81.6701 113.192 81.1L113.525 81.4336C111.64 81.4693 110.571 81.3527 106.941 81.4349C103.903 81.5036 101.645 81.6164 98.9435 81.6516L98.3852 81.6448L98.3919 81.1C98.3723 79.596 98.3767 77.9546 98.4261 75.9651C98.4267 75.944 98.4272 75.923 98.4277 75.902L98.434 75.38L98.9435 75.3862C104.365 75.5164 105.709 74.9638 113.203 75.2572L112.559 75.902C112.563 75.78 112.568 75.6563 112.574 75.531C112.695 72.6325 112.689 70.6913 112.629 69.002L113.203 69.5767C110.316 69.6791 108.165 69.9387 103.227 69.9895C101.85 70.0036 100.409 70.0049 98.9435 69.9977L97.9358 69.9854L97.9478 69.002C97.9557 67.4191 97.9736 65.8079 97.9962 64.218L98.0079 63.2593L98.9435 63.2707C104.243 63.3461 109.307 63.4738 112.297 63.4563C112.695 63.4539 113.105 63.4513 113.525 63.4484L112.756 64.218C112.742 62.1486 112.724 59.8183 112.714 57.318L113.525 58.1292C110.515 58.1403 107.258 58.138 103.913 58.0981C99.9939 58.0513 95.5362 58.1011 91.0315 58.1217L91.8352 57.318C91.8498 60.5001 91.8498 63.7057 91.7908 66.7617C91.6609 73.4922 91.4998 82.762 91.381 88L91.0315 87.6504C91.5384 87.6619 92.0076 87.673 92.4331 87.6837C97.2544 87.8043 98.4296 87.8315 103.07 87.7578C105.738 87.7154 109.413 87.7554 112.517 87.9111C114.079 87.9895 113.725 88.0986 112.153 88.1509C109.853 88.2272 107.966 88.1762 106.781 88.3126C104.414 88.5852 103.408 88.6898 100.419 88.5311C97.4306 88.3725 96.0224 88.733 94.2803 88.6915C93.2833 88.6677 92.8663 88.5879 91.0315 88.5547L90.4836 88.5614L90.4768 88C90.5016 86.6288 90.5004 84.4659 90.4303 80.6773C90.2665 71.8191 90.2247 66.963 90.1853 63.6085C90.1676 62.0955 90.1954 59.84 90.2252 57.318L90.2154 56.5216L91.0315 56.5117C94.1012 56.5479 97.5658 56.587 100.567 56.5504C103.771 56.5114 108.914 56.5162 113.525 56.5049L114.329 56.4951L114.339 57.318C114.345 59.9423 114.357 62.3942 114.384 64.218L114.395 65.0664L113.525 65.077C113.086 65.0837 112.682 65.0914 112.322 65.1002C107.842 65.2092 107.833 64.9712 104.212 64.8382ZM132.804 56.6978C133.752 56.7484 134.624 56.6947 135.507 56.6134C137.002 56.4944 138.695 56.4503 140.595 57.4032C143.431 59.2089 143.828 59.9188 144.974 63.4532C145.098 64.0076 145.159 64.5764 145.159 65.138C145.254 68.384 143.079 70.8833 141.934 71.6873C140.923 72.4632 140.408 72.4525 139.34 72.6544L139.308 71.6917C139.685 71.7755 140.138 71.8827 140.716 72.0845C142.931 72.9481 143.939 74.2517 144.702 76.0971C144.983 76.8125 145.381 78.1558 145.341 79.674C145.394 82.1553 143.992 84.7931 143.006 85.7695C141.51 87.5597 138.789 88.0411 137.342 88.0714C136.878 88.0965 136.512 88.0806 136.234 88.0561C136.115 88.0456 136.059 88.0201 136.059 87.9955C136.059 87.9955 136.059 87.9955 136.059 87.9954C136.059 87.9646 136.145 87.9349 136.295 87.9285C137.02 87.8962 138.124 87.7753 139.303 87.3043C141.346 86.2765 141.961 86.4687 143.676 83.8475C144.437 82.3846 144.585 81.0494 144.55 79.674C144.495 78.4496 144.261 77.1344 143.44 75.6514C142.201 73.6563 140.89 73.1603 139.124 72.8793L139.079 71.4812C140.014 71.222 141.165 70.794 142.354 69.5726C143.843 67.9203 143.926 66.3555 143.859 65.138C143.679 63.6392 143.299 62.1619 141.442 60.3531C139.997 59.0053 137.75 58.2777 135.507 58.2451C132.2 58.1692 129.118 58.0637 127.233 58.0797C124.725 58.1011 121.554 58.1479 118.119 58.1315L118.933 57.318C118.928 58.3349 118.918 59.3748 118.899 60.4274C118.82 65.035 119.021 70.723 118.879 75.8091C118.775 79.5258 118.65 84.3665 118.544 88L118.119 87.5753C119.458 87.6145 120.633 87.6512 121.527 87.6837C124.849 87.8043 125.659 87.8315 128.856 87.7578C130.694 87.7154 133.226 87.7554 135.364 87.9111C136.441 87.9895 136.197 88.0986 135.114 88.1509C133.529 88.2272 132.229 88.1762 131.413 88.3126C129.782 88.5852 129.088 88.6898 127.029 88.5311C124.97 88.3725 124 88.733 122.8 88.6915C121.802 88.657 121.647 88.5043 118.119 88.5477L117.581 88.5573L117.572 88C117.563 87.2833 117.546 86.4273 117.518 85.3967C117.354 79.2936 117.313 75.9478 117.273 73.6366C117.234 71.3253 117.418 66.4993 117.352 62.7327C117.327 61.3243 117.32 59.372 117.315 57.318L117.301 56.5282L118.119 56.5137C121.559 56.5057 125.283 56.5041 127.216 56.4358C130.303 56.3268 130.309 56.5648 132.804 56.6978ZM126.652 64.094C126.519 64.7304 127.106 65.2314 127.023 66.007C126.94 66.7827 126.628 66.8989 126.699 67.7872C126.735 68.2452 126.696 68.7034 126.667 69.094L126.031 68.4587C126.398 68.4858 126.706 68.5038 126.897 68.4418C127.293 68.3137 127.334 68.7011 127.896 68.615C128.458 68.529 128.798 68.5796 129.289 68.7055C129.78 68.8314 131.29 68.9389 131.838 68.7842C132.387 68.6295 133.013 68.8979 133.389 68.9616C133.507 68.9814 133.599 69.0085 133.67 69.0368C133.7 69.0487 133.713 69.0738 133.713 69.0985C133.713 69.0985 133.713 69.0985 133.713 69.0986C133.713 69.1293 133.692 69.1596 133.653 69.1635C133.466 69.1824 133.187 69.2322 132.857 69.3438C132.242 69.5519 132.174 69.3219 131.343 69.4289C130.512 69.5358 130.013 69.7496 129.035 69.6114C128.057 69.4731 127.833 70.0517 126.452 69.7238C126.298 69.687 126.159 69.662 126.031 69.6467L125.443 69.6059L125.479 69.094C125.6 68.0867 125.115 67.8353 125.044 66.6139C124.995 65.777 125.099 64.8065 125.182 63.988L125.245 63.0845L126.031 63.1391C126.558 63.1925 127.022 63.2371 127.346 63.2263C128.176 63.1986 129.289 63.1281 130.465 63.2079C131.44 63.2742 132.604 63.1468 133.713 63.1827C133.992 63.19 134.271 63.2307 134.536 63.3097C135.184 63.4929 135.918 63.9374 136.344 64.5905C136.783 65.237 136.871 65.991 136.808 66.518C136.785 66.7278 136.744 66.9125 136.699 67.063C136.362 67.9492 136.214 68.1304 135.586 68.7643C135.202 69.1193 134.461 69.321 133.895 69.1784C133.611 69.1072 133.686 69.0006 133.945 68.9354C134.32 68.8347 134.633 68.7895 134.757 68.5928C134.989 68.1907 134.999 68.0737 135.397 67.9001C135.8 67.6748 135.549 67.3059 135.651 67.1273C135.714 66.9842 135.863 66.9683 135.887 66.518C135.89 66.3265 135.858 66.0477 135.676 65.7363C135.011 64.7607 134.225 64.8465 133.806 64.8357C133.778 64.8373 133.747 64.8383 133.713 64.8391C133.088 64.8509 131.952 64.6932 131.053 64.7556C130.092 64.8222 128.138 64.7611 127.351 64.8702C126.61 64.9728 126.565 64.768 126.031 64.6327L126.676 63.988C126.668 64.0213 126.659 64.0566 126.652 64.094ZM126.046 76.4302C126.041 76.4293 126.036 76.4284 126.031 76.4275L126.649 75.81C126.527 76.4803 127.106 77.0116 127.023 77.831C126.94 78.6562 126.628 78.7798 126.699 79.7249C126.741 80.299 126.679 80.8733 126.653 81.33L126.031 80.7087C126.326 80.7258 126.572 80.7281 126.738 80.6778C127.158 80.5497 127.203 80.9371 127.8 80.851C128.398 80.765 128.76 80.8156 129.283 80.9415C129.805 81.0674 131.411 81.1749 131.994 81.0202C132.578 80.8655 133.244 81.1339 133.645 81.1976C133.769 81.2174 133.868 81.2445 133.943 81.2728C133.975 81.2847 133.989 81.3098 133.989 81.3345C133.989 81.3345 133.989 81.3345 133.989 81.3346C133.989 81.3653 133.967 81.3956 133.926 81.3995C133.727 81.4184 133.429 81.4682 133.078 81.5798C132.424 81.7879 132.352 81.5579 131.468 81.6649C130.584 81.7718 130.052 81.9856 129.012 81.8474C127.972 81.7091 127.733 82.2877 126.264 81.9598C126.183 81.9416 126.105 81.9262 126.031 81.9135L125.412 81.8732L125.448 81.33C125.664 80.0734 125.12 79.8588 125.044 78.4767C124.997 77.6292 125.09 76.653 125.17 75.81L125.23 74.8967L126.031 74.9489C126.644 75.0075 127.186 75.0599 127.557 75.0483C128.439 75.0206 129.624 74.9501 130.875 75.0299C131.812 75.0898 132.915 74.9915 133.989 74.9986C134.414 75.0007 134.845 75.067 135.245 75.2183C136.611 75.5928 137.669 77.4353 137.424 78.57C137.395 78.8647 137.333 79.1204 137.264 79.3185C136.872 80.2414 136.698 80.431 135.987 81.05C135.553 81.3933 134.777 81.5592 134.182 81.4151C133.882 81.3428 133.958 81.236 134.238 81.1723C134.644 81.0747 134.983 81.0395 135.131 80.845C135.414 80.4461 135.449 80.324 135.88 80.1571C136.318 79.9369 136.093 79.5409 136.209 79.3528C136.285 79.1882 136.472 79.1894 136.485 78.57C136.481 78.3763 136.445 78.1203 136.306 77.8342C135.669 76.6992 134.821 76.7286 134.364 76.6766C134.261 76.6732 134.137 76.6629 133.989 76.656C133.301 76.6297 132.31 76.5248 131.5 76.5776C130.478 76.6442 128.4 76.5831 127.562 76.6922C126.724 76.8012 126.723 76.5632 126.046 76.4302ZM178.525 60.8918C178.392 64.7536 178.98 67.7936 178.897 72.5006C178.814 77.2075 178.502 77.9124 178.572 83.3031C178.593 84.8941 178.589 86.4855 178.576 88L178.584 88.6636L177.905 88.6713C174.637 88.6441 171.726 88.5767 169.947 88.6306L169.324 88.6378L169.316 88C169.311 87.8105 169.303 87.6339 169.295 87.471C169.167 85.071 169.554 84.8177 169.468 81.4094C169.382 78.0012 169.433 75.9356 169.558 72.9549C169.595 72.0819 169.631 70.6791 169.658 69.048L170.186 69.2107C167.912 72.4266 164.925 76.7671 163.688 78.7741C161.94 81.6123 159.578 84.5988 158.238 86.45C157.821 87.0266 157.483 87.4738 157.218 87.8126C157.106 87.956 157.038 88.0113 157.017 87.9975C157.017 87.9975 157.017 87.9974 157.017 87.9974C156.992 87.98 157.04 87.8554 157.169 87.6601C157.792 86.7123 158.707 85.2835 159.743 83.5658C161.675 80.3632 162.095 80.1556 164.849 75.929C166.623 73.2053 167.889 71.1473 169.491 68.737L170.508 67.262L170.499 69.048C170.518 70.6447 170.514 72.3875 170.464 74.4974C170.339 79.8777 170.803 81.5 170.646 88L169.947 87.3008C170.616 87.3169 171.336 87.3396 172.117 87.3702C174.56 87.4658 176.366 87.4821 177.905 87.4552L177.36 88C177.295 84.2625 176.975 82.0957 176.918 76.1835C176.859 70.0608 177.022 62.76 177.103 57.318L177.905 58.1199C175.928 58.0907 174.196 58.0724 172.856 58.0797C171.872 58.0852 170.822 58.0922 169.717 58.0994L170.361 57.7605C167.809 61.5272 164.725 66.0757 161.422 70.7693C160.304 72.3586 159.132 74.0621 157.927 75.8291L156.52 77.8559L156.532 75.396C156.512 69.6838 156.434 63.4619 156.538 57.7331C156.54 57.5957 156.543 57.4573 156.545 57.318L157.297 58.0698C154.86 58.0259 152.136 57.9787 149.385 57.931L149.998 57.318C149.892 63.4235 149.783 69.6552 149.701 73.1388C149.581 78.2812 149.554 79.5346 149.627 84.4845C149.643 85.5376 149.647 86.7379 149.639 88L149.385 87.7463C151.533 87.7609 153.86 87.813 155.945 87.9111C157.611 87.9895 157.234 88.0986 155.557 88.1509C153.104 88.2272 151.091 88.1762 149.827 88.3126C149.675 88.3291 149.528 88.3449 149.385 88.3601L149.029 88.3642L149.025 88C148.788 85.7801 148.705 84.6517 148.854 81.6566C149.013 78.4691 148.652 76.9672 148.693 75.109C148.735 73.2508 148.948 73.2814 148.784 63.8333C148.741 61.3919 148.707 59.2354 148.679 57.318L148.671 56.6204L149.385 56.6122C152.634 56.5646 155.197 56.5344 157.297 56.5117L158.094 56.5026L158.103 57.318C158.119 58.775 158.131 60.0096 158.143 61.0964C158.177 64.1637 158.046 70.0923 158.05 75.396L156.676 74.9696C157.176 74.2416 157.662 73.5257 158.126 72.8344C160.801 68.8436 165.863 61.5319 169.026 56.843L169.266 56.4844L169.717 56.4792C170.926 56.469 171.987 56.455 172.829 56.4358C175.52 56.3744 176.699 56.4231 177.905 56.5011L178.712 56.4919L178.722 57.318C178.661 58.2533 178.583 59.2052 178.525 60.8918ZM212.622 76.8202C212.56 78.326 212.656 79.6813 212.767 81.1L212.002 80.3346C212.881 80.2658 213.784 80.1911 214.762 80.145L215.703 80.132L215.717 81.1C215.755 81.9078 215.774 82.7667 215.754 83.7055C215.671 87.6163 215.359 88.202 215.429 92.6808C215.434 93.0069 215.438 93.3329 215.44 93.658L215.449 94.3268L214.762 94.3363C211.784 94.3577 208.885 94.2734 206.804 94.2685L206.202 94.2768L206.193 93.658C206.195 92.8458 206.185 92.1583 206.152 91.6392C206.049 90.0363 206.279 89.5858 206.328 88L206.804 88.4755C206.417 88.4634 205.962 88.4621 205.407 88.479C202.575 88.565 200.859 88.5144 198.382 88.3885C196.749 88.3055 192.883 88.2304 189.646 88.2333L189.879 88C189.881 89.6708 189.903 91.1739 189.956 92.1159C189.984 92.6203 189.998 93.1377 190.002 93.658L190.007 94.009L189.646 94.014C187.312 94.0314 184.919 93.8425 183.368 93.7904C182.777 93.7706 182.311 93.7435 181.955 93.7152C181.804 93.7033 181.734 93.6782 181.734 93.6535C181.734 93.6535 181.734 93.6535 181.734 93.6534C181.734 93.6227 181.842 93.5924 182.036 93.5885C182.979 93.5696 184.388 93.5198 186.052 93.4082C187.699 93.2978 188.567 93.3107 189.646 93.3312L189.319 93.658C189.337 92.7043 189.361 91.586 189.311 89.6198C189.296 89.0526 189.28 88.516 189.263 88L189.268 87.6118L189.646 87.617C192.942 87.5068 195.401 87.3631 199.664 87.4826C202.744 87.569 204.341 87.3756 206.804 87.2982L207.515 87.308L207.506 88C207.551 89.4365 207.556 91.1672 207.444 93.658L206.804 93.0179C206.878 93.0212 206.952 93.0247 207.028 93.0282C210.756 93.2038 212.697 93.1118 214.762 92.976L214.08 93.658C213.962 91.8682 213.812 89.9854 213.774 86.7655C213.753 84.9625 213.76 83.0366 213.782 81.1L214.762 82.0798C213.84 82.0696 212.916 82.0562 212.002 82.0409L211.048 82.0278L211.061 81.1C211.137 76.5456 211.257 72.2319 211.24 69.6555C211.218 66.2808 211.167 61.9714 211.191 57.318L212.002 58.1289C210.891 58.1233 209.76 58.1134 208.617 58.0981C202.783 58.0195 195.603 58.2135 189.14 58.0837L189.9 57.408C189.886 57.5096 189.872 57.611 189.858 57.7122C189.208 62.3365 188.377 68.3277 187.729 72.9168C187.456 74.7788 187.09 76.4031 186.659 77.5786C185.608 80.6154 183.8 81.4688 181.765 81.7617L181.938 81.56C181.943 82.3589 181.956 83.2591 181.976 84.3927C182.018 86.7567 181.978 90.0133 181.823 92.7641C181.744 94.1485 181.635 93.8348 181.583 92.4414C181.507 90.4038 181.558 88.7311 181.421 87.6812C181.149 85.5832 181.044 84.6916 181.203 82.0431C181.213 81.8767 181.221 81.7158 181.227 81.56L181.221 81.133L181.655 81.059C183.937 80.799 184.466 79.7174 185.113 78.6547C185.612 77.5842 186.129 77.5619 186.753 72.7976C186.843 71.9544 186.944 70.9641 187.057 69.7989C187.629 63.9194 188.033 60.0415 188.331 57.2223L188.405 56.5134L189.14 56.5033C190.073 56.4915 190.891 56.4816 191.627 56.4718C194.6 56.4325 200.807 56.6171 205.652 56.5504C207.322 56.5275 209.588 56.5197 212.002 56.5149L212.794 56.504L212.805 57.318C212.814 61.906 212.812 67.0317 212.884 69.6333C212.993 73.6036 212.755 73.6118 212.622 76.8202ZM203.47 71.1902C203.603 69.9807 203.015 69.0286 203.098 67.5543C203.18 66.0939 203.487 65.8635 203.424 64.218L204.09 64.8833C204.074 64.8839 204.059 64.8846 204.043 64.8852C202.354 64.9553 200.665 64.7421 199.913 64.8702C199.162 64.9983 199.082 64.6109 198.015 64.697C197.32 64.753 196.803 64.7511 196.27 64.7082L196.757 64.2761C196.7 64.5575 196.631 64.8423 196.549 65.1606C196.313 66.0727 195.866 68.908 195.896 69.962C195.926 71.0159 195.518 72.1653 195.37 72.8681C195.324 73.087 195.276 73.2579 195.232 73.3881C195.214 73.4432 195.186 73.4664 195.161 73.4635C195.161 73.4635 195.161 73.4635 195.161 73.4635C195.131 73.4598 195.105 73.4157 195.11 73.3426C195.134 72.9875 195.147 72.4543 195.111 71.8182C195.043 70.632 195.286 70.5323 195.367 68.9513C195.448 67.3702 195.349 66.4025 195.706 64.5735C195.735 64.4274 195.758 64.2898 195.776 64.1591L195.847 63.7055L196.27 63.7209C197.791 63.7522 198.345 63.2865 200.759 63.5882C202.409 63.7945 203.131 63.6315 204.09 63.4622L204.872 63.4907L204.846 64.218C204.945 64.7833 205.047 65.4313 205.077 66.4008C205.158 69.0151 204.824 72.3152 204.852 73.8911C204.879 75.4671 204.95 77.5837 204.87 79.8178C204.855 80.2291 204.85 80.6582 204.85 81.1L204.822 81.8874L204.09 81.8607C202.132 81.8628 199.926 81.9755 197.914 81.8593C196.044 81.7513 193.588 81.6218 191.808 81.5129L190.802 81.4891L191.516 80.8081C191.926 80.447 192.26 80.095 192.51 79.8107C193.507 78.6055 193.71 78.2315 194.178 76.7871C194.431 75.9482 194.746 74.7906 195.035 73.7862C195.179 73.2819 195.276 73.4084 195.255 73.9408C195.221 74.7197 195.031 75.3326 195.064 75.756C195.121 76.6022 195.119 76.9989 194.576 77.9012C194.017 78.7833 194.07 79.3747 193.695 79.8791C193.375 80.2593 193.273 80.3065 192.192 81.4843L191.808 80.5565C192.192 80.5496 192.668 80.5319 193.265 80.4988C196.224 80.335 197.847 80.2932 198.967 80.2538C200.055 80.2157 202.29 80.3883 204.09 80.3377L203.328 81.1C203.326 81.0448 203.324 80.9899 203.322 80.9355C203.256 79.1092 203.317 75.3962 203.208 73.8995C203.099 72.4028 203.337 72.3997 203.47 71.1902ZM231.341 64.8382C229.487 64.7701 227.835 64.891 226.072 65.014L226.868 64.218C226.97 65.6773 227.074 67.2127 227.072 69.002L226.072 68.002C226.343 68.0022 226.62 68.0047 226.903 68.0101C231.316 68.0932 231.977 68.4049 237.031 68.3348C238.141 68.3194 239.252 68.3176 240.332 68.323L241.003 68.3148L241.011 69.002C240.999 71.6159 240.944 74.0563 240.943 75.902L240.95 76.5048L240.332 76.5124C239.467 76.5116 238.733 76.5223 238.173 76.5542C235.923 76.6823 235.685 76.2949 232.49 76.381C229.899 76.4507 228.136 76.4307 226.072 76.3535L226.524 75.902C226.506 76.3839 226.485 76.8822 226.461 77.4112C226.424 78.2343 226.388 79.5598 226.361 81.1L226.072 80.8117C229.762 80.878 234.684 80.8993 236.886 80.7902C238.112 80.7295 239.406 80.734 240.654 80.7657L240.985 80.7617L240.989 81.1C240.94 83.0315 240.825 84.8556 240.787 86.1563C240.767 86.8233 240.74 87.3482 240.712 87.7507C240.7 87.9212 240.675 87.9999 240.65 88C240.65 88 240.65 88 240.65 88C240.619 87.9999 240.589 87.8778 240.585 87.6587C240.566 86.5951 240.516 85.0055 240.405 83.1276C240.356 82.3148 240.332 81.6701 240.321 81.1L240.654 81.4336C238.769 81.4693 237.7 81.3527 234.07 81.4349C231.032 81.5036 228.774 81.6164 226.072 81.6516L225.514 81.6448L225.521 81.1C225.501 79.596 225.506 77.9546 225.555 75.9651C225.556 75.944 225.556 75.923 225.557 75.902L225.563 75.38L226.072 75.3862C231.494 75.5164 232.837 74.9638 240.332 75.2572L239.688 75.902C239.692 75.78 239.697 75.6563 239.703 75.531C239.824 72.6325 239.818 70.6913 239.758 69.002L240.332 69.5767C237.445 69.6791 235.294 69.9387 230.356 69.9895C228.979 70.0036 227.538 70.0049 226.072 69.9977L225.065 69.9854L225.077 69.002C225.085 67.4191 225.103 65.8079 225.125 64.218L225.137 63.2593L226.072 63.2707C231.372 63.3461 236.436 63.4738 239.426 63.4563C239.824 63.4539 240.234 63.4513 240.654 63.4484L239.885 64.218C239.871 62.1486 239.852 59.8183 239.843 57.318L240.654 58.1292C237.644 58.1403 234.387 58.138 231.042 58.0981C227.123 58.0513 222.665 58.1011 218.16 58.1217L218.964 57.318C218.979 60.5001 218.979 63.7057 218.92 66.7617C218.79 73.4922 218.629 82.762 218.51 88L218.16 87.6504C218.667 87.6619 219.137 87.673 219.562 87.6837C224.383 87.8043 225.559 87.8315 230.199 87.7578C232.867 87.7154 236.542 87.7554 239.646 87.9111C241.208 87.9895 240.854 88.0986 239.282 88.1509C236.982 88.2272 235.095 88.1762 233.91 88.3126C231.543 88.5852 230.537 88.6898 227.548 88.5311C224.56 88.3725 223.151 88.733 221.409 88.6915C220.412 88.6677 219.995 88.5879 218.16 88.5547L217.613 88.5614L217.606 88C217.631 86.6288 217.629 84.4659 217.559 80.6773C217.395 71.8191 217.354 66.963 217.314 63.6085C217.296 62.0955 217.324 59.84 217.354 57.318L217.344 56.5216L218.16 56.5117C221.23 56.5479 224.695 56.587 227.696 56.5504C230.9 56.5114 236.043 56.5162 240.654 56.5049L241.457 56.4951L241.467 57.318C241.474 59.9423 241.486 62.3942 241.513 64.218L241.524 65.0664L240.654 65.077C240.215 65.0837 239.811 65.0914 239.451 65.1002C234.971 65.2092 234.962 64.9712 231.341 64.8382ZM253.78 58.519C253.655 61.9708 254.169 64.7308 254.16 68.772L253.16 67.7721C253.41 67.7727 253.665 67.7752 253.925 67.7801C258.393 67.8632 259.062 68.1749 264.178 68.1048C264.754 68.0969 265.33 68.0926 265.902 68.091L265.221 68.772C265.209 64.2633 265.364 60.0045 265.25 57.9829C265.236 57.7402 265.229 57.5206 265.225 57.318L265.217 56.6495L265.902 56.6412C267.601 56.6149 268.1 56.9159 270.991 56.839C272.042 56.8111 272.959 56.7975 273.814 56.7963L274.33 56.7901L274.336 57.318C274.338 59.0952 274.288 60.609 274.203 62.5186C274.077 65.3479 273.969 74.0396 274.124 77.2002C274.279 80.3608 274.01 83.9656 273.947 86.1335C273.927 86.8088 273.9 87.3402 273.872 87.7476C273.86 87.9202 273.835 87.9999 273.81 88C273.81 88 273.81 88 273.81 88C273.779 87.9999 273.749 87.8763 273.745 87.6545C273.726 86.5778 273.676 84.9685 273.565 83.0675C273.356 79.5228 273.586 79.1354 273.479 74.3489C273.372 69.5624 273.159 66.6866 273.297 61.0547C273.333 59.5765 273.32 58.3972 273.287 57.318L273.814 57.8453C271.412 57.919 269.505 58.092 265.902 58.0405L266.625 57.318C266.611 58.2635 266.582 59.3259 266.532 60.5447C266.372 64.4366 266.435 66.6237 266.55 68.772L266.542 69.4277L265.902 69.42C263.662 69.5406 261.465 69.7184 257.421 69.7595C256.05 69.7734 254.617 69.7749 253.16 69.768L252.152 69.7559L252.164 68.772C252.183 64.8886 252.26 60.832 252.322 57.318L253.16 58.1566C250.371 58.1079 247.924 58.0696 246.177 58.0797C245.874 58.0815 245.564 58.0834 245.248 58.0855L246.016 57.318C246.046 61.9805 246.103 68.0088 246.028 74.3494C245.979 78.4938 246.036 83.233 246.055 88L245.248 87.1937C247.91 87.1833 250.58 87.1848 253.16 87.2231L252.383 88C252.389 87.6523 252.394 87.3062 252.401 86.9619C252.466 83.5631 252.538 79.5245 252.61 75.672L252.616 75.1147L253.16 75.1212C257.778 75.2066 262.129 75.29 264.79 75.3557C265.183 75.3654 265.553 75.3745 265.902 75.383L266.195 75.3866L266.191 75.672C266.094 79.6549 266.077 81.0087 266.145 85.3279C266.157 86.1407 266.163 87.046 266.159 88L265.902 87.7428C268.118 87.75 270.597 87.8022 272.793 87.9111C274.375 87.9895 274.016 88.0986 272.424 88.1509C270.097 88.2272 268.186 88.1762 266.987 88.3126C266.593 88.3574 266.237 88.3976 265.902 88.4329L265.475 88.4381L265.469 88C265.29 86.2991 265.239 85.1724 265.371 82.6438C265.53 79.6185 265.169 78.193 265.211 76.4294C265.217 76.1455 265.229 75.908 265.242 75.672L265.902 76.3324C264.672 76.2633 263.481 76.1357 255.958 76.2732C254.978 76.2911 254.047 76.3075 253.16 76.3227L253.811 75.672C253.908 81.3326 253.951 85.1553 253.983 88L253.992 88.8122L253.16 88.8223C252.374 88.8309 251.662 88.8386 251.006 88.8462C249.598 88.8625 247.553 88.8403 245.248 88.8135L244.445 88.8231L244.435 88C244.473 84.7475 244.52 80.9755 244.481 77.7366C244.418 72.54 244.468 62.3032 244.384 57.318L244.374 56.4645L245.248 56.454C245.572 56.4485 245.874 56.4425 246.151 56.4358C250.129 56.3402 250.625 56.5115 253.16 56.6448L253.825 56.6368L253.833 57.318C253.815 57.6732 253.797 58.0685 253.78 58.519ZM308.484 60.8918C308.351 64.7536 308.939 67.7936 308.856 72.5006C308.773 77.2075 308.461 77.9124 308.531 83.3031C308.552 84.8941 308.548 86.4855 308.535 88L308.543 88.6636L307.864 88.6713C304.596 88.6441 301.685 88.5767 299.906 88.6306L299.283 88.6378L299.275 88C299.27 87.8105 299.262 87.6339 299.254 87.471C299.126 85.071 299.513 84.8177 299.427 81.4094C299.341 78.0012 299.392 75.9356 299.517 72.9549C299.554 72.0819 299.59 70.6791 299.617 69.048L300.145 69.2107C297.87 72.4266 294.884 76.7671 293.647 78.7741C291.899 81.6123 289.537 84.5988 288.197 86.45C287.78 87.0266 287.442 87.4738 287.177 87.8126C287.065 87.956 286.997 88.0113 286.976 87.9975C286.976 87.9975 286.976 87.9974 286.976 87.9974C286.951 87.98 286.999 87.8554 287.128 87.6601C287.751 86.7123 288.665 85.2835 289.702 83.5658C291.634 80.3632 292.054 80.1556 294.808 75.929C296.582 73.2053 297.848 71.1473 299.45 68.737L300.467 67.262L300.458 69.048C300.477 70.6447 300.473 72.3875 300.423 74.4974C300.298 79.8777 300.762 81.5 300.605 88L299.906 87.3008C300.575 87.3169 301.295 87.3396 302.076 87.3702C304.519 87.4658 306.325 87.4821 307.864 87.4552L307.319 88C307.254 84.2625 306.934 82.0957 306.877 76.1835C306.818 70.0608 306.981 62.76 307.062 57.318L307.864 58.1199C305.887 58.0907 304.155 58.0724 302.815 58.0797C301.831 58.0852 300.781 58.0922 299.676 58.0994L300.32 57.7605C297.768 61.5272 294.684 66.0757 291.381 70.7693C290.263 72.3586 289.091 74.0621 287.886 75.8291L286.479 77.8559L286.491 75.396C286.471 69.6838 286.393 63.4619 286.497 57.7331C286.499 57.5957 286.502 57.4573 286.504 57.318L287.256 58.0698C284.819 58.0259 282.095 57.9787 279.344 57.931L279.957 57.318C279.851 63.4235 279.742 69.6552 279.66 73.1388C279.54 78.2812 279.513 79.5346 279.586 84.4845C279.602 85.5376 279.606 86.7379 279.598 88L279.344 87.7463C281.492 87.7609 283.819 87.813 285.904 87.9111C287.57 87.9895 287.193 88.0986 285.516 88.1509C283.063 88.2272 281.05 88.1762 279.786 88.3126C279.634 88.3291 279.487 88.3449 279.344 88.3601L278.988 88.3642L278.984 88C278.747 85.7801 278.664 84.6517 278.813 81.6566C278.972 78.4691 278.611 76.9672 278.652 75.109C278.694 73.2508 278.907 73.2814 278.743 63.8333C278.7 61.3919 278.666 59.2354 278.638 57.318L278.63 56.6204L279.344 56.6122C282.593 56.5646 285.156 56.5344 287.256 56.5117L288.053 56.5026L288.062 57.318C288.078 58.775 288.09 60.0096 288.102 61.0964C288.136 64.1637 288.005 70.0923 288.009 75.396L286.635 74.9696C287.135 74.2416 287.621 73.5257 288.085 72.8344C290.76 68.8436 295.822 61.5319 298.985 56.843L299.225 56.4844L299.676 56.4792C300.885 56.469 301.946 56.455 302.788 56.4358C305.479 56.3744 306.658 56.4231 307.864 56.5011L308.671 56.4919L308.681 57.318C308.62 58.2533 308.542 59.2052 308.484 60.8918ZM326.576 64.8382C324.722 64.7701 323.07 64.891 321.307 65.014L322.103 64.218C322.205 65.6773 322.308 67.2127 322.307 69.002L321.307 68.002C321.578 68.0022 321.855 68.0047 322.138 68.0101C326.551 68.0932 327.212 68.4049 332.266 68.3348C333.376 68.3194 334.486 68.3176 335.567 68.323L336.237 68.3148L336.246 69.002C336.233 71.6159 336.179 74.0563 336.177 75.902L336.184 76.5048L335.567 76.5124C334.702 76.5116 333.967 76.5223 333.407 76.5542C331.157 76.6823 330.92 76.2949 327.724 76.381C325.134 76.4507 323.37 76.4307 321.307 76.3535L321.758 75.902C321.74 76.3839 321.719 76.8822 321.695 77.4112C321.658 78.2343 321.623 79.5598 321.595 81.1L321.307 80.8117C324.996 80.878 329.918 80.8993 332.121 80.7902C333.346 80.7295 334.64 80.734 335.889 80.7657L336.219 80.7617L336.223 81.1C336.174 83.0315 336.06 84.8556 336.021 86.1563C336.001 86.8233 335.974 87.3482 335.946 87.7507C335.934 87.9212 335.909 87.9999 335.884 88C335.884 88 335.884 88 335.884 88C335.853 87.9999 335.823 87.8778 335.819 87.6587C335.8 86.5951 335.751 85.0055 335.639 83.1276C335.591 82.3148 335.566 81.6701 335.555 81.1L335.889 81.4336C334.003 81.4693 332.935 81.3527 329.304 81.4349C326.267 81.5036 324.008 81.6164 321.307 81.6516L320.749 81.6448L320.755 81.1C320.736 79.596 320.74 77.9546 320.789 75.9651C320.79 75.944 320.79 75.923 320.791 75.902L320.797 75.38L321.307 75.3862C326.728 75.5164 328.072 74.9638 335.567 75.2572L334.922 75.902C334.927 75.78 334.932 75.6563 334.937 75.531C335.058 72.6325 335.052 70.6913 334.992 69.002L335.567 69.5767C332.679 69.6791 330.528 69.9387 325.591 69.9895C324.213 70.0036 322.772 70.0049 321.307 69.9977L320.299 69.9854L320.311 69.002C320.319 67.4191 320.337 65.8079 320.359 64.218L320.371 63.2593L321.307 63.2707C326.607 63.3461 331.67 63.4738 334.66 63.4563C335.059 63.4539 335.468 63.4513 335.889 63.4484L335.119 64.218C335.105 62.1486 335.087 59.8183 335.078 57.318L335.889 58.1292C332.878 58.1403 329.621 58.138 326.276 58.0981C322.357 58.0513 317.9 58.1011 313.395 58.1217L314.199 57.318C314.213 60.5001 314.213 63.7057 314.154 66.7617C314.024 73.4922 313.863 82.762 313.744 88L313.395 87.6504C313.902 87.6619 314.371 87.673 314.796 87.6837C319.618 87.8043 320.793 87.8315 325.434 87.7578C328.101 87.7154 331.776 87.7554 334.88 87.9111C336.442 87.9895 336.088 88.0986 334.516 88.1509C332.217 88.2272 330.329 88.1762 329.144 88.3126C326.777 88.5852 325.771 88.6898 322.782 88.5311C319.794 88.3725 318.386 88.733 316.644 88.6915C315.647 88.6677 315.23 88.5879 313.395 88.5547L312.847 88.5614L312.84 88C312.865 86.6288 312.864 84.4659 312.794 80.6773C312.63 71.8191 312.588 66.963 312.549 63.6085C312.531 62.0955 312.559 59.84 312.588 57.318L312.579 56.5216L313.395 56.5117C316.465 56.5479 319.929 56.587 322.93 56.5504C326.134 56.5114 331.278 56.5162 335.889 56.5049L336.692 56.4951L336.702 57.318C336.708 59.9423 336.72 62.3942 336.748 64.218L336.758 65.0664L335.889 65.077C335.449 65.0837 335.046 65.0914 334.685 65.1002C330.205 65.2092 330.196 64.9712 326.576 64.8382Z' fill='%23171717'/%3E%3Cpath d='M10.396 38H2.76V7.318H10.672V25.396L23.092 7.318H31.28V38H23.322V19.048L10.396 38ZM65.3768 38H57.4648V25.672H44.7228V38H36.8108V7.318H44.7228V18.772H57.4648V7.318H65.3768V38ZM85.6725 38H77.7605V14.218H69.1585V7.318H94.2285V14.218H85.6725V38ZM120.488 38H97.9944V7.318H120.488V14.218H105.906V19.002H120.166V25.902H105.906V31.1H120.488V38ZM132.994 38H125.082V7.318H140.446C147.346 7.318 151.118 11.964 151.118 17.53C151.118 23.05 147.346 27.696 140.446 27.696H132.994V38ZM139.388 20.796C141.504 20.796 143.068 19.6 143.068 17.53C143.068 15.414 141.504 14.218 139.388 14.218H132.994V20.796H139.388ZM183.207 38H175.295V25.672H162.553V38H154.641V7.318H162.553V18.772H175.295V7.318H183.207V38ZM211.231 38H188.737V7.318H211.231V14.218H196.649V19.002H210.909V25.902H196.649V31.1H211.231V38ZM230.59 38H222.678V14.218H214.076V7.318H239.146V14.218H230.59V38Z' fill='white'/%3E%3Cpath d='M31.9002 10.8918C31.7672 14.7536 32.355 17.7936 32.2719 22.5006C32.1888 27.2075 31.8771 27.9124 31.9472 33.3031C31.9679 34.8941 31.9639 36.4855 31.9513 38L31.9589 38.6636L31.28 38.6713C28.0116 38.6441 25.1008 38.5767 23.322 38.6306L22.6987 38.6378L22.6914 38C22.6856 37.8105 22.6785 37.6339 22.6698 37.471C22.5417 35.071 22.9291 34.8177 22.843 31.4094C22.757 28.0012 22.8076 25.9356 22.9335 22.9549C22.9704 22.0819 23.0057 20.6791 23.0332 19.048L23.5606 19.2107C21.2865 22.4266 18.2998 26.7671 17.0634 28.7741C15.3149 31.6123 12.9531 34.5988 11.6135 36.45C11.1962 37.0266 10.8583 37.4738 10.5931 37.8126C10.4808 37.956 10.4127 38.0113 10.3923 37.9975C10.3923 37.9975 10.3923 37.9974 10.3922 37.9974C10.3668 37.98 10.4152 37.8554 10.5437 37.6601C11.1673 36.7123 12.0815 35.2835 13.1179 33.5658C15.0503 30.3632 15.4703 30.1556 18.2236 25.929C19.9978 23.2053 21.2643 21.1473 22.866 18.737L23.8828 17.262L23.8739 19.048C23.8932 20.6447 23.8885 22.3875 23.8394 24.4974C23.714 29.8777 24.178 31.5 24.0212 38L23.322 37.3008C23.9906 37.3169 24.7109 37.3396 25.4922 37.3702C27.9353 37.4658 29.7409 37.4821 31.28 37.4552L30.7352 38C30.6697 34.2625 30.3495 32.0957 30.2925 26.1835C30.2335 20.0608 30.3974 12.76 30.4781 7.318L31.28 8.11995C29.303 8.09066 27.5713 8.07237 26.2305 8.07974C25.247 8.08515 24.1974 8.0922 23.092 8.09944L23.7361 7.7605C21.1844 11.5272 18.0996 16.0757 14.7971 20.7693C13.6788 22.3586 12.5074 24.0621 11.3024 25.8291L9.89482 27.8559L9.90719 25.396C9.8875 19.6838 9.80904 13.4619 9.9127 7.73314C9.91518 7.59574 9.91768 7.45734 9.92019 7.318L10.672 8.06981C8.23545 8.02594 5.51052 7.97874 2.76 7.93096L3.37297 7.318C3.26691 13.4235 3.15799 19.6552 3.07631 23.1388C2.95573 28.2812 2.92854 29.5346 3.00221 34.4845C3.01789 35.5376 3.02229 36.7379 3.01373 38L2.76 37.7463C4.90785 37.7609 7.23479 37.813 9.32017 37.9111C10.9864 37.9895 10.6088 38.0986 8.93172 38.1509C6.47928 38.2272 4.46608 38.1762 3.20244 38.3126C3.04992 38.3291 2.90271 38.3449 2.76 38.3601L2.40403 38.3642L2.39987 38C2.16314 35.7801 2.07982 34.6517 2.2289 31.6566C2.38754 28.4691 2.027 26.9672 2.0685 25.109C2.11002 23.2508 2.32268 23.2814 2.15883 13.8333C2.11649 11.3919 2.0823 9.23542 2.05419 7.318L2.04622 6.62035L2.76 6.61219C6.00894 6.56457 8.57165 6.53442 10.672 6.51171L11.469 6.5026L11.4783 7.318C11.494 8.77504 11.5062 10.0096 11.5182 11.0964C11.5519 14.1637 11.4211 20.0923 11.425 25.396L10.0514 24.9696C10.5507 24.2416 11.0372 23.5257 11.5006 22.8344C14.1758 18.8436 19.2376 11.5319 22.4007 6.84304L22.6411 6.4844L23.092 6.47924C24.3011 6.46896 25.3622 6.45503 26.2038 6.43582C28.8952 6.3744 30.0739 6.42308 31.28 6.50108L32.0875 6.49185L32.0969 7.318C32.0364 8.25333 31.9583 9.20517 31.9002 10.8918ZM45.343 8.51896C45.2178 11.9708 45.7317 14.7308 45.7227 18.772L44.7228 17.7721C44.9728 17.7727 45.2276 17.7752 45.4879 17.7801C49.9553 17.8632 50.6244 18.1749 55.7407 18.1048C56.3167 18.0969 56.8928 18.0926 57.4648 18.091L56.7838 18.772C56.7711 14.2633 56.9263 10.0045 56.8126 7.98291C56.7989 7.74016 56.7911 7.52056 56.788 7.318L56.7799 6.64945L57.4648 6.6412C59.1631 6.61486 59.663 6.91589 62.5531 6.83902C63.6044 6.81106 64.5211 6.79753 65.3768 6.79632L65.8921 6.79012L65.8985 7.318C65.901 9.09516 65.8503 10.609 65.7653 12.5186C65.6394 15.3479 65.5319 24.0396 65.6866 27.2002C65.8413 30.3608 65.5729 33.9656 65.5092 36.1335C65.4894 36.8088 65.4622 37.3402 65.434 37.7476C65.422 37.9202 65.397 37.9999 65.3723 38C65.3723 38 65.3722 38 65.3722 38C65.3414 37.9999 65.3112 37.8763 65.3073 37.6545C65.2884 36.5778 65.2386 34.9685 65.127 33.0675C64.9189 29.5228 65.1489 29.1354 65.0419 24.3489C64.935 19.5624 64.7212 16.6866 64.8594 11.0547C64.8957 9.57653 64.8826 8.39723 64.8495 7.318L65.3768 7.84529C62.9745 7.91902 61.0679 8.09199 57.4648 8.04052L58.1873 7.318C58.1738 8.26353 58.1448 9.32589 58.0946 10.5447C57.9341 14.4366 57.9972 16.6237 58.1128 18.772L58.1049 19.4277L57.4648 19.42C55.2249 19.5406 53.0272 19.7184 48.9834 19.7595C47.6128 19.7734 46.18 19.7749 44.7228 19.768L43.7149 19.7559L43.7268 18.772C43.745 14.8886 43.8229 10.832 43.8842 7.318L44.7228 8.15657C41.9339 8.10789 39.4867 8.06961 37.7392 8.07974C37.4362 8.0815 37.1266 8.08343 36.8108 8.08548L37.5783 7.318C37.6085 11.9805 37.6656 18.0088 37.5908 24.3494C37.542 28.4938 37.5985 33.233 37.6171 38L36.8108 37.1937C39.4723 37.1833 42.1426 37.1848 44.7228 37.2231L43.9459 38C43.9511 37.6523 43.9569 37.3062 43.9635 36.9619C44.0283 33.5631 44.1008 29.5245 44.172 25.672L44.1787 25.1147L44.7228 25.1212C49.3406 25.2066 53.6911 25.29 56.3521 25.3557C56.7458 25.3654 57.1154 25.3745 57.4648 25.383L57.7572 25.3866L57.7537 25.672C57.6568 29.6549 57.6393 31.0087 57.707 35.3279C57.7197 36.1407 57.725 37.046 57.722 38L57.4648 37.7428C59.6803 37.75 62.1592 37.8022 64.3557 37.9111C65.9371 37.9895 65.5788 38.0986 63.987 38.1509C61.6593 38.2272 59.7486 38.1762 58.5492 38.3126C58.1556 38.3574 57.7991 38.3976 57.4648 38.4329L57.0372 38.4381L57.0319 38C56.8523 36.2991 56.8011 35.1724 56.9337 32.6438C57.0923 29.6185 56.7318 28.193 56.7733 26.4294C56.78 26.1455 56.7911 25.908 56.8044 25.672L57.4648 26.3324C56.2347 26.2633 55.0439 26.1357 47.5202 26.2732C46.5405 26.2911 45.6091 26.3075 44.7228 26.3227L45.3734 25.672C45.4702 31.3326 45.5138 35.1553 45.545 38L45.5548 38.8122L44.7228 38.8223C43.936 38.8309 43.2241 38.8386 42.5687 38.8462C41.1602 38.8625 39.116 38.8403 36.8108 38.8135L36.0072 38.8231L35.9973 38C36.0352 34.7475 36.0822 30.9755 36.0432 27.7366C35.9807 22.54 36.0307 12.3032 35.9467 7.318L35.9365 6.46449L36.8108 6.45396C37.135 6.44851 37.4369 6.44248 37.7138 6.43582C41.6918 6.34017 42.188 6.51153 44.7228 6.64483L45.3877 6.63682L45.396 7.318C45.3773 7.67322 45.3593 8.06848 45.343 8.51896ZM84.4204 6.69778C86.8816 6.83077 88.819 6.243 91.8187 6.32608C92.8475 6.35457 93.5763 6.40997 94.2285 6.46763L95.0633 6.45265L95.0789 7.318C94.9684 8.56739 94.8496 9.53549 94.8957 11.7927C94.9124 12.6096 94.913 13.4266 94.9061 14.218L94.918 14.8832L94.2285 14.8956C91.6917 14.8732 89.4175 14.7726 88.2516 14.8702C87.0967 14.9669 86.7218 14.7698 85.6725 14.7044L86.1589 14.218C86.1377 14.5585 86.1304 14.9699 86.1515 15.502C86.2375 17.674 86.1869 18.9905 86.061 20.8901C85.9351 22.7898 85.8276 28.626 85.9823 30.7483C86.137 32.8705 85.8686 35.291 85.8049 36.7467C85.7851 37.2001 85.7579 37.557 85.7297 37.8305C85.7177 37.9464 85.6927 38 85.668 38C85.668 38 85.6679 38 85.6679 38C85.6372 38 85.6069 37.917 85.603 37.768C85.5841 37.045 85.5343 35.9645 85.4227 34.688C85.2146 32.3078 85.4446 32.0477 85.3376 28.8337C85.2307 25.6197 85.0169 23.6887 85.1551 19.9071C85.2447 17.4572 85.0334 16.2299 84.9626 14.218L84.9756 13.4957L85.6725 13.5082C86.7662 13.4697 88.0918 13.4727 89.9718 13.5882C91.8391 13.7029 93.122 13.7034 94.2285 13.6522L93.6627 14.218C93.568 12.1739 93.2967 10.7316 93.242 7.318L94.2285 8.30448C94.2077 8.30481 94.1868 8.30513 94.1659 8.30545C88.8463 8.3859 82.1314 8.05206 78.9247 8.07974C76.2631 8.10272 72.8436 8.15518 69.1585 8.12669L69.9672 7.318C69.9613 8.07266 69.9521 8.83846 69.9385 9.61117C69.9131 11.0568 69.9162 12.6102 69.9276 14.218L69.1585 13.4489C71.9548 13.429 74.9157 13.3839 77.7605 13.4194L78.5731 13.434L78.5591 14.218C78.5508 14.8811 78.5382 15.5379 78.5198 16.1848C78.3773 21.2027 78.1974 28.2969 78.0768 31.5744C77.9672 34.5539 77.9347 35.4849 77.9851 38L77.7605 37.7754C78.0118 37.7703 78.279 37.7645 78.5656 37.7578C80.3789 37.7154 82.8769 37.7554 84.9869 37.9111C86.0487 37.9895 85.8081 38.0986 84.7393 38.1509C83.1763 38.2272 81.8933 38.1762 81.088 38.3126C79.7744 38.5351 79.0773 38.6457 77.7605 38.5925L77.1788 38.6029L77.168 38C77.18 37.7037 77.2002 37.376 77.2294 37.0029C77.388 34.9714 77.0275 34.0142 77.069 32.8301C77.1105 31.6458 77.3232 31.6653 77.1593 25.644C76.9996 19.7763 76.9559 16.4919 76.9173 14.218L77.7605 15.0611C77.7009 15.0622 77.6421 15.0632 77.5839 15.0642C75.7607 15.0956 72.3515 14.9839 69.1585 14.9719L68.4183 14.9852L68.4045 14.218C68.4075 13.4175 68.4043 12.6305 68.3909 11.8856C68.3692 10.6744 68.3611 9.0556 68.3562 7.318L68.342 6.53033L69.1585 6.51569C72.7526 6.50556 76.8547 6.50934 78.9077 6.43582C81.9531 6.32677 81.9594 6.5648 84.4204 6.69778ZM111.175 14.8382C109.321 14.7701 107.669 14.891 105.906 15.014L106.702 14.218C106.804 15.6773 106.908 17.2127 106.906 19.002L105.906 18.002C106.177 18.0022 106.454 18.0047 106.737 18.0101C111.15 18.0932 111.811 18.4049 116.865 18.3348C117.975 18.3194 119.086 18.3176 120.166 18.323L120.837 18.3148L120.845 19.002C120.833 21.6159 120.778 24.0563 120.777 25.902L120.784 26.5048L120.166 26.5124C119.301 26.5116 118.567 26.5223 118.007 26.5542C115.757 26.6823 115.519 26.2949 112.324 26.381C109.733 26.4507 107.97 26.4307 105.906 26.3535L106.358 25.902C106.34 26.3839 106.319 26.8822 106.295 27.4112C106.258 28.2343 106.222 29.5598 106.195 31.1L105.906 30.8117C109.596 30.878 114.518 30.8993 116.72 30.7902C117.946 30.7295 119.24 30.734 120.488 30.7657L120.819 30.7617L120.823 31.1C120.774 33.0315 120.659 34.8556 120.621 36.1563C120.601 36.8233 120.574 37.3482 120.546 37.7507C120.534 37.9212 120.509 37.9999 120.484 38C120.484 38 120.484 38 120.484 38C120.453 37.9999 120.423 37.8778 120.419 37.6587C120.4 36.5951 120.35 35.0055 120.239 33.1276C120.19 32.3148 120.166 31.6701 120.155 31.1L120.488 31.4336C118.603 31.4693 117.534 31.3527 113.904 31.4349C110.866 31.5036 108.608 31.6164 105.906 31.6516L105.348 31.6448L105.355 31.1C105.335 29.596 105.34 27.9546 105.389 25.9651C105.39 25.944 105.39 25.923 105.391 25.902L105.397 25.38L105.906 25.3862C111.328 25.5164 112.671 24.9638 120.166 25.2572L119.522 25.902C119.526 25.78 119.531 25.6563 119.537 25.531C119.658 22.6325 119.652 20.6913 119.592 19.002L120.166 19.5767C117.279 19.6791 115.128 19.9387 110.19 19.9895C108.813 20.0036 107.372 20.0049 105.906 19.9977L104.899 19.9854L104.911 19.002C104.919 17.4191 104.936 15.8079 104.959 14.218L104.971 13.2593L105.906 13.2707C111.206 13.3461 116.27 13.4738 119.26 13.4563C119.658 13.4539 120.068 13.4513 120.488 13.4484L119.719 14.218C119.705 12.1486 119.686 9.81829 119.677 7.318L120.488 8.12921C117.478 8.14032 114.221 8.13799 110.876 8.09805C106.957 8.05126 102.499 8.10111 97.9944 8.12173L98.7981 7.318C98.8127 10.5001 98.8127 13.7057 98.7537 16.7617C98.6238 23.4922 98.4627 32.762 98.3439 38L97.9944 37.6504C98.5013 37.6619 98.9705 37.673 99.396 37.6837C104.217 37.8043 105.392 37.8315 110.033 37.7578C112.701 37.7154 116.376 37.7554 119.48 37.9111C121.042 37.9895 120.688 38.0986 119.116 38.1509C116.816 38.2272 114.929 38.1762 113.744 38.3126C111.377 38.5852 110.371 38.6898 107.382 38.5311C104.393 38.3725 102.985 38.733 101.243 38.6915C100.246 38.6677 99.8291 38.5879 97.9944 38.5547L97.4465 38.5614L97.4397 38C97.4645 36.6288 97.4633 34.4659 97.3932 30.6773C97.2294 21.8191 97.1875 16.963 97.1482 13.6085C97.1305 12.0955 97.1583 9.84001 97.188 7.318L97.1783 6.52161L97.9944 6.51166C101.064 6.54789 104.529 6.58702 107.53 6.55045C110.734 6.51141 115.877 6.51621 120.488 6.50493L121.291 6.49514L121.301 7.318C121.308 9.94233 121.319 12.3942 121.347 14.218L121.358 15.0664L120.488 15.077C120.049 15.0837 119.645 15.0914 119.285 15.1002C114.805 15.2092 114.796 14.9712 111.175 14.8382ZM145.371 7.60157C147.501 8.65816 149.626 9.5253 150.992 12.3983C151.918 14.7187 151.755 15.5731 151.784 17.53C151.772 18.0148 151.747 18.5707 151.668 19.2408C151.347 22.7636 148.677 25.4209 147.48 26.2971C146.251 27.2381 145.936 27.0429 143.943 27.7411C142.58 28.1517 141.527 28.2217 140.446 28.1833C139.92 28.1604 139.384 28.1267 138.786 28.0845C137.692 28.0075 135.212 27.9373 132.994 27.9299L133.228 27.696C133.223 29.1025 133.244 30.4035 133.304 31.1782C133.459 33.1746 133.19 35.4516 133.127 36.821C133.107 37.2476 133.08 37.5832 133.051 37.8406C133.04 37.9496 133.014 38 132.99 38C132.99 38 132.99 38 132.99 38C132.959 38 132.929 37.9219 132.925 37.7818C132.906 37.1016 132.856 36.0852 132.744 34.8843C132.536 32.6453 132.766 32.4006 132.659 29.3772C132.638 28.7769 132.613 28.2242 132.587 27.696L132.595 27.2808L132.994 27.2884C135.126 27.1832 136.859 27.0678 139.71 27.1786C139.969 27.1887 140.214 27.195 140.446 27.1981C143.265 27.0194 144.448 26.8314 147.886 24.2768C150.52 21.6141 150.274 20.0146 150.238 17.53C150.186 16.8436 150.093 16.0585 149.861 15.1313C149.126 10.5354 143.475 7.73876 140.446 8.07811C140.317 8.07812 140.193 8.07865 140.073 8.07974C137.057 8.10743 133.005 8.17791 128.729 8.09805C127.576 8.07653 126.35 8.07545 125.082 8.08258L125.847 7.318C125.866 10.7535 125.946 14.4994 125.842 17.9473C125.699 22.6677 125.519 29.3413 125.399 32.4245C125.297 35.0342 125.261 35.9733 125.298 38L125.082 37.7846C125.45 37.778 125.853 37.7691 126.309 37.7578C128.015 37.7154 130.364 37.7554 132.349 37.9111C133.348 37.9895 133.122 38.0986 132.116 38.1509C130.646 38.2272 129.439 38.1762 128.682 38.3126C127.299 38.5616 126.642 38.6704 125.082 38.5664L124.527 38.577L124.516 38C124.526 37.8523 124.537 37.6964 124.551 37.5311C124.71 35.6201 124.349 34.7197 124.391 33.6057C124.432 32.4916 124.645 32.51 124.481 26.8457C124.317 21.1813 124.275 18.0761 124.236 15.931C124.202 14.0843 124.334 10.5078 124.329 7.318L124.315 6.57957L125.082 6.56494C125.598 6.56412 126.103 6.55971 126.589 6.55045C130.085 6.48383 137.192 6.54488 140.057 6.43582C140.193 6.43065 140.323 6.42626 140.446 6.4226C143.081 6.45694 143.224 6.71782 145.371 7.60157ZM133.433 14.8382C133.281 14.8082 133.136 14.8149 132.994 14.8423L133.619 14.218C133.713 14.7062 134.051 15.1672 133.986 15.8024C133.903 16.6226 133.591 16.7454 133.661 17.6848C133.732 18.6241 133.518 19.5639 133.646 19.9822C133.755 20.3348 133.496 20.4215 133.464 20.796L132.994 20.3264C133.064 20.3324 133.144 20.3305 133.237 20.317C133.831 20.231 134.191 20.2816 134.71 20.4075C135.229 20.5334 136.825 20.6409 137.405 20.4862C137.986 20.3315 138.648 20.5999 139.046 20.6636C139.17 20.6834 139.267 20.7105 139.342 20.7388C139.374 20.7507 139.388 20.7758 139.388 20.8005C139.388 20.8005 139.388 20.8005 139.388 20.8006C139.388 20.8313 139.366 20.8616 139.325 20.8655C139.127 20.8844 138.832 20.9342 138.483 21.0458C137.832 21.2539 137.761 21.0239 136.882 21.1309C136.003 21.2378 135.475 21.4516 134.441 21.3134C133.817 21.2298 133.483 21.4079 132.994 21.4897L132.258 21.4414L132.301 20.796C132.247 20.476 132.235 20.0897 132.364 19.5118C132.692 18.0523 132.087 17.8987 132.007 16.4442C131.968 15.7408 132.026 14.9482 132.093 14.218L132.156 13.2617L132.994 13.3167C133.774 13.3884 134.483 13.4706 134.935 13.4563C135.812 13.4286 136.99 13.3581 138.233 13.4379C138.597 13.4613 138.986 13.4606 139.388 13.4514C140.47 13.4155 141.838 13.6926 142.669 14.6432C143.355 15.3709 143.683 16.5903 143.567 17.53C143.507 18.2627 143.235 18.8903 142.983 19.2412C142.363 20.0216 142.153 20.1326 141.38 20.6312C140.92 20.9022 140.17 21.026 139.579 20.8817C139.282 20.8084 139.356 20.7012 139.637 20.6394C140.044 20.5448 140.385 20.5256 140.55 20.341C140.869 19.9634 140.94 19.8346 141.418 19.7286C141.908 19.5851 141.791 19.1497 141.957 18.9912C142.042 18.9014 142.132 18.8846 142.252 18.7234C142.361 18.5628 142.54 18.2379 142.467 17.53C142.467 17.5298 142.467 17.5296 142.467 17.5294C142.264 16.1066 141.599 15.7739 141.224 15.5388C140.909 15.3512 140.19 14.9604 139.388 14.971C139.205 14.9702 139.026 14.9743 138.855 14.9855C137.839 15.0522 135.773 14.9911 134.94 15.1002C134.107 15.2092 134.106 14.9712 133.433 14.8382ZM163.173 8.51896C163.048 11.9708 163.562 14.7308 163.553 18.772L162.553 17.7721C162.803 17.7727 163.058 17.7752 163.318 17.7801C167.785 17.8632 168.454 18.1749 173.571 18.1048C174.147 18.0969 174.723 18.0926 175.295 18.091L174.614 18.772C174.601 14.2633 174.756 10.0045 174.643 7.98291C174.629 7.74016 174.621 7.52056 174.618 7.318L174.61 6.64945L175.295 6.6412C176.993 6.61486 177.493 6.91589 180.383 6.83902C181.434 6.81106 182.351 6.79753 183.207 6.79632L183.722 6.79012L183.729 7.318C183.731 9.09516 183.68 10.609 183.595 12.5186C183.469 15.3479 183.362 24.0396 183.517 27.2002C183.671 30.3608 183.403 33.9656 183.339 36.1335C183.319 36.8088 183.292 37.3402 183.264 37.7476C183.252 37.9202 183.227 37.9999 183.202 38C183.202 38 183.202 38 183.202 38C183.172 37.9999 183.141 37.8763 183.137 37.6545C183.118 36.5778 183.069 34.9685 182.957 33.0675C182.749 29.5228 182.979 29.1354 182.872 24.3489C182.765 19.5624 182.551 16.6866 182.689 11.0547C182.726 9.57653 182.713 8.39723 182.68 7.318L183.207 7.84529C180.805 7.91902 178.898 8.09199 175.295 8.04052L176.017 7.318C176.004 8.26353 175.975 9.32589 175.925 10.5447C175.764 14.4366 175.827 16.6237 175.943 18.772L175.935 19.4277L175.295 19.42C173.055 19.5406 170.857 19.7184 166.813 19.7595C165.443 19.7734 164.01 19.7749 162.553 19.768L161.545 19.7559L161.557 18.772C161.575 14.8886 161.653 10.832 161.714 7.318L162.553 8.15657C159.764 8.10789 157.317 8.06961 155.569 8.07974C155.266 8.0815 154.957 8.08343 154.641 8.08548L155.408 7.318C155.439 11.9805 155.496 18.0088 155.421 24.3494C155.372 28.4938 155.429 33.233 155.447 38L154.641 37.1937C157.302 37.1833 159.973 37.1848 162.553 37.2231L161.776 38C161.781 37.6523 161.787 37.3062 161.794 36.9619C161.858 33.5631 161.931 29.5245 162.002 25.672L162.009 25.1147L162.553 25.1212C167.171 25.2066 171.521 25.29 174.182 25.3557C174.576 25.3654 174.945 25.3745 175.295 25.383L175.587 25.3866L175.584 25.672C175.487 29.6549 175.469 31.0087 175.537 35.3279C175.55 36.1407 175.555 37.046 175.552 38L175.295 37.7428C177.51 37.75 179.989 37.8022 182.186 37.9111C183.767 37.9895 183.409 38.0986 181.817 38.1509C179.489 38.2272 177.579 38.1762 176.379 38.3126C175.986 38.3574 175.629 38.3976 175.295 38.4329L174.867 38.4381L174.862 38C174.682 36.2991 174.631 35.1724 174.764 32.6438C174.922 29.6185 174.562 28.193 174.603 26.4294C174.61 26.1455 174.621 25.908 174.634 25.672L175.295 26.3324C174.065 26.2633 172.874 26.1357 165.35 26.2732C164.371 26.2911 163.439 26.3075 162.553 26.3227L163.204 25.672C163.3 31.3326 163.344 35.1553 163.375 38L163.385 38.8122L162.553 38.8223C161.766 38.8309 161.054 38.8386 160.399 38.8462C158.99 38.8625 156.946 38.8403 154.641 38.8135L153.837 38.8231L153.827 38C153.865 34.7475 153.912 30.9755 153.873 27.7366C153.811 22.54 153.861 12.3032 153.777 7.318L153.767 6.46449L154.641 6.45396C154.965 6.44851 155.267 6.44248 155.544 6.43582C159.522 6.34017 160.018 6.51153 162.553 6.64483L163.218 6.63682L163.226 7.318C163.207 7.67322 163.189 8.06848 163.173 8.51896ZM201.917 14.8382C200.063 14.7701 198.412 14.891 196.649 15.014L197.445 14.218C197.546 15.6773 197.65 17.2127 197.649 19.002L196.649 18.002C196.92 18.0022 197.196 18.0047 197.48 18.0101C201.893 18.0932 202.554 18.4049 207.608 18.3348C208.718 18.3194 209.828 18.3176 210.909 18.323L211.579 18.3148L211.588 19.002C211.575 21.6159 211.521 24.0563 211.519 25.902L211.526 26.5048L210.909 26.5124C210.044 26.5116 209.309 26.5223 208.749 26.5542C206.499 26.6823 206.261 26.2949 203.066 26.381C200.475 26.4507 198.712 26.4307 196.649 26.3535L197.1 25.902C197.082 26.3839 197.061 26.8822 197.037 27.4112C197 28.2343 196.965 29.5598 196.937 31.1L196.649 30.8117C200.338 30.878 205.26 30.8993 207.462 30.7902C208.688 30.7295 209.982 30.734 211.231 30.7657L211.561 30.7617L211.565 31.1C211.516 33.0315 211.402 34.8556 211.363 36.1563C211.343 36.8233 211.316 37.3482 211.288 37.7507C211.276 37.9212 211.251 37.9999 211.226 38C211.226 38 211.226 38 211.226 38C211.195 37.9999 211.165 37.8778 211.161 37.6587C211.142 36.5951 211.092 35.0055 210.981 33.1276C210.932 32.3148 210.908 31.6701 210.897 31.1L211.231 31.4336C209.345 31.4693 208.276 31.3527 204.646 31.4349C201.609 31.5036 199.35 31.6164 196.649 31.6516L196.09 31.6448L196.097 31.1C196.077 29.596 196.082 27.9546 196.131 25.9651C196.132 25.944 196.132 25.923 196.133 25.902L196.139 25.38L196.649 25.3862C202.07 25.5164 203.414 24.9638 210.909 25.2572L210.264 25.902C210.269 25.78 210.274 25.6563 210.279 25.531C210.4 22.6325 210.394 20.6913 210.334 19.002L210.909 19.5767C208.021 19.6791 205.87 19.9387 200.933 19.9895C199.555 20.0036 198.114 20.0049 196.649 19.9977L195.641 19.9854L195.653 19.002C195.661 17.4191 195.679 15.8079 195.701 14.218L195.713 13.2593L196.649 13.2707C201.949 13.3461 207.012 13.4738 210.002 13.4563C210.4 13.4539 210.81 13.4513 211.231 13.4484L210.461 14.218C210.447 12.1486 210.429 9.81829 210.419 7.318L211.231 8.12921C208.22 8.14032 204.963 8.13799 201.618 8.09805C197.699 8.05126 193.241 8.10111 188.737 8.12173L189.54 7.318C189.555 10.5001 189.555 13.7057 189.496 16.7617C189.366 23.4922 189.205 32.762 189.086 38L188.737 37.6504C189.244 37.6619 189.713 37.673 190.138 37.6837C194.96 37.8043 196.135 37.8315 200.775 37.7578C203.443 37.7154 207.118 37.7554 210.222 37.9111C211.784 37.9895 211.43 38.0986 209.858 38.1509C207.558 38.2272 205.671 38.1762 204.486 38.3126C202.119 38.5852 201.113 38.6898 198.124 38.5311C195.136 38.3725 193.728 38.733 191.985 38.6915C190.988 38.6677 190.571 38.5879 188.737 38.5547L188.189 38.5614L188.182 38C188.207 36.6288 188.205 34.4659 188.135 30.6773C187.972 21.8191 187.93 16.963 187.89 13.6085C187.873 12.0955 187.9 9.84001 187.93 7.318L187.921 6.52161L188.737 6.51166C191.806 6.54789 195.271 6.58702 198.272 6.55045C201.476 6.51141 206.619 6.51621 211.231 6.50493L212.034 6.49514L212.044 7.318C212.05 9.94233 212.062 12.3942 212.09 14.218L212.1 15.0664L211.231 15.077C210.791 15.0837 210.388 15.0914 210.027 15.1002C205.547 15.2092 205.538 14.9712 201.917 14.8382ZM229.338 6.69778C231.8 6.83077 233.737 6.243 236.737 6.32608C237.766 6.35457 238.494 6.40997 239.146 6.46763L239.981 6.45265L239.997 7.318C239.886 8.56739 239.768 9.53549 239.814 11.7927C239.83 12.6096 239.831 13.4266 239.824 14.218L239.836 14.8832L239.146 14.8956C236.61 14.8732 234.335 14.7726 233.17 14.8702C232.015 14.9669 231.64 14.7698 230.59 14.7044L231.077 14.218C231.056 14.5585 231.048 14.9699 231.069 15.502C231.155 17.674 231.105 18.9905 230.979 20.8901C230.853 22.7898 230.746 28.626 230.9 30.7483C231.055 32.8705 230.787 35.291 230.723 36.7467C230.703 37.2001 230.676 37.557 230.648 37.8305C230.636 37.9464 230.611 38 230.586 38C230.586 38 230.586 38 230.586 38C230.555 38 230.525 37.917 230.521 37.768C230.502 37.045 230.452 35.9645 230.341 34.688C230.133 32.3078 230.363 32.0477 230.256 28.8337C230.149 25.6197 229.935 23.6887 230.073 19.9071C230.163 17.4572 229.951 16.2299 229.881 14.218L229.894 13.4957L230.59 13.5082C231.684 13.4697 233.01 13.4727 234.89 13.5882C236.757 13.7029 238.04 13.7034 239.146 13.6522L238.581 14.218C238.486 12.1739 238.215 10.7316 238.16 7.318L239.146 8.30448C239.126 8.30481 239.105 8.30513 239.084 8.30545C233.764 8.3859 227.049 8.05206 223.843 8.07974C221.181 8.10272 217.762 8.15518 214.076 8.12669L214.885 7.318C214.879 8.07266 214.87 8.83846 214.857 9.61117C214.831 11.0568 214.834 12.6102 214.846 14.218L214.076 13.4489C216.873 13.429 219.834 13.3839 222.678 13.4194L223.491 13.434L223.477 14.218C223.469 14.8811 223.456 15.5379 223.438 16.1848C223.295 21.2027 223.115 28.2969 222.995 31.5744C222.885 34.5539 222.853 35.4849 222.903 38L222.678 37.7754C222.93 37.7703 223.197 37.7645 223.484 37.7578C225.297 37.7154 227.795 37.7554 229.905 37.9111C230.967 37.9895 230.726 38.0986 229.657 38.1509C228.094 38.2272 226.811 38.1762 226.006 38.3126C224.692 38.5351 223.995 38.6457 222.678 38.5925L222.097 38.6029L222.086 38C222.098 37.7037 222.118 37.376 222.147 37.0029C222.306 34.9714 221.945 34.0142 221.987 32.8301C222.028 31.6458 222.241 31.6653 222.077 25.644C221.918 19.7763 221.874 16.4919 221.835 14.218L222.678 15.0611C222.619 15.0622 222.56 15.0632 222.502 15.0642C220.679 15.0956 217.269 14.9839 214.076 14.9719L213.336 14.9852L213.323 14.218C213.326 13.4175 213.322 12.6305 213.309 11.8856C213.287 10.6744 213.279 9.0556 213.274 7.318L213.26 6.53033L214.076 6.51569C217.671 6.50556 221.773 6.50934 223.826 6.43582C226.871 6.32677 226.877 6.5648 229.338 6.69778Z' fill='%23171717'/%3E%3Cpath d='M260 26.4936L260.309 34.8083L255.476 35L255.167 26.6853L248.168 26.963L248 22.4395L255 22.1618L254.704 14.1917L259.537 14L259.833 21.97L266.832 21.6923L267 26.2159L260 26.4936Z' fill='white'/%3E%3Cpath d='M254.216 17.7612C254.264 16.5222 253.959 15.4822 253.778 14.2261L253.722 13.3273L254.667 13.2659C255.19 13.1889 255.75 13.1331 256.378 13.1326C257.853 13.1315 258.468 13.2736 259.509 13.3067L260.186 13.2628L260.23 13.9743C260.214 14.4417 260.22 14.9952 260.27 15.751C260.43 18.1911 260.308 20.643 260.476 21.7259C260.488 21.8036 260.498 21.8764 260.504 21.9451L259.806 21.2984C260.695 21.2081 260.91 21.5279 262.34 21.3912C263.881 21.244 264.819 21.2574 266.175 21.3296C266.348 21.3388 266.566 21.3459 266.819 21.3509L267.152 21.3292L267.174 21.6797C267.148 22.834 267.166 24.7026 267.235 26.2072L267.25 26.4355L267.009 26.4511C266.262 26.4875 265.604 26.5365 265.169 26.5986C263.666 26.813 261.934 26.6131 260.897 26.5905C260.574 26.5835 260.319 26.5665 260.123 26.546C260.04 26.5373 260.001 26.5138 260 26.4891C260 26.4891 260 26.489 260 26.489C259.999 26.4583 260.057 26.4257 260.163 26.4176C260.676 26.3783 261.442 26.2981 262.345 26.1506C264.029 25.8755 264.223 26.0979 266.504 25.9004C266.669 25.8861 266.829 25.8715 266.986 25.8566L266.641 26.2292C266.491 24.6152 266.316 23.4219 266.272 21.7131L266.854 22.2524C266.441 22.2641 265.998 22.2682 265.512 22.2625C263.201 22.2355 262.435 22.6749 259.861 22.6889L259.122 22.6995L259.114 21.9967C259.112 21.5695 259.123 21.0925 259.15 20.5503C259.309 17.2938 258.879 16.5466 258.614 14.0343L259.573 14.9232C259.148 14.9693 258.673 15.0109 258.126 15.0442C257.052 15.1097 255.898 15.1449 254.742 15.1645L255.677 14.1556C255.719 17.0684 255.661 19.9858 255.742 21.6176C255.75 21.7854 255.759 21.9573 255.768 22.1333L255.777 22.9189L255.03 22.9296C253.078 23.034 250.636 23.1769 248.032 23.24L248.801 22.4098C248.808 22.7603 248.814 23.1137 248.819 23.4692C248.832 24.5547 248.881 25.7243 248.938 26.9344L248.137 26.1925C250.424 26.0773 252.856 25.9275 255.137 25.9146L255.929 25.9031L255.938 26.6567C255.939 26.7657 255.939 26.8743 255.938 26.9826C255.931 29.4059 255.933 32.5089 255.924 34.9834L255.458 34.5524C256.632 34.5537 257.665 34.5578 258.417 34.5668C259.2 34.5762 259.784 34.583 260.3 34.5817L260.082 34.8167C260.082 33.7954 260.05 33.0447 259.946 31.5559C259.856 30.2681 259.83 28.4905 259.93 26.9844C259.98 26.2264 260.095 26.3935 260.176 27.1515C260.293 28.26 260.276 29.1742 260.434 29.7418C260.749 30.8759 260.871 31.3583 260.766 32.8087C260.703 33.6817 260.818 34.2709 260.917 34.7857L260.953 35.3755L260.333 35.4158C259.993 35.4822 259.685 35.5416 259.349 35.5384C258.598 35.5312 258.52 35.3616 255.498 35.5596L254.952 35.5951L254.916 35.0208C254.893 34.6474 254.864 34.2291 254.828 33.759C254.577 30.4315 254.443 28.2729 254.35 26.7157L255.2 27.503C254.756 27.5309 254.362 27.5554 254.002 27.5784C252.743 27.6589 250.413 27.6466 248.198 27.7176L247.462 27.7654L247.413 26.991C247.394 26.3566 247.369 25.7315 247.332 25.1438C247.287 24.4178 247.244 23.485 247.201 22.4691L247.152 21.6933L247.968 21.6404C250.386 21.5321 253.274 21.4247 254.965 21.3009L254.139 22.1937C254.126 22.0115 254.113 21.8431 254.099 21.6907C253.91 19.5293 254.148 19.516 254.216 17.7612Z' fill='%23171717'/%3E%3C/svg%3E%0A");
  }
  #first_screen .cta h1 .speed {
    font-size: 18px;
    padding: 8px 15px;
  }
  #first_screen .cta .points {
    margin-bottom: 160px;
  }
  #first_screen .cta .points .point {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #first_screen .cta .discount-block .new_price .euro svg {
    width: 160px;
  }
  #first_screen .cta .form-block {
    max-width: 400px;
    /*&:before {
      background-image: url(../img/img-february2026-inet-375.png);
      width: 359px;
      height: 545px;
      top: -424px;
      left: -95px;
    }*/
  }
  #first_screen .cta .form-block form .custom_checkbox {
    max-width: 215px;
  }
  #first_screen .cta img.img-akciya-480 {
    display: none;
  }
  #first_screen .cta img.img-akciya-375 {
    display: block;
  }
}

/*** 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: #F04F75;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .list .list-item .icon-point svg path {
  fill: #F04F75;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet .button {
  background: #F04F75;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .pack-header path {
  fill: #427ABE;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item a {
  color: #427ABE;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .list .list-item .icon-point svg path {
  fill: #427ABE;
}
.tarifi-internet .tarifi-points .single-tarif.tariff_internet_tv .button {
  background: #427ABE;
}
.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: #ea447e;
}
.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: #F04F75;
  color: #FFF;
  min-width: 290px;
  width: auto;
  height: 62px;
  padding: 0 20px;
  transition: all 0.3s;
}
#what-can-kibersargs .check-availability .button:hover {
  background: #427ABE;
  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;
}